.product-item-actions {
  display: block;
}
.product-image-container {
  display: block;
}
.product-item-info {
  width: auto;
}
@media (min-width: 1024px), print {
  .page-products .products-grid .product-item {
    margin: 0;
    margin-bottom: 20px;
    padding: 0 10px;
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    clear: left;
  }
  .page-layout-1column .products-grid .product-item {
    width: auto;
    padding: 0;
    display: block;
  }
  .page-products .products-grid .product-items {
    margin-right: -10px;
    margin-left: -10px;
  }
}
.column.main .product-items {
  margin-right: -10px;
  margin-left: -10px;
}
.column.main .product-item {
  padding: 0 10px;
}
.owl-theme .products-grid .product-item {
  width: 100%;
}
.block.related .products-slider,
.block.upsell .products-slider,
.block.crosssell .products-slider {
  margin-right: -6px;
  margin-left: -6px;
  margin-top: 0;
}
.block.related .products-slider .product-item,
.block.upsell .products-slider .product-item,
.block.crosssell .products-slider .product-item {
  padding-left: 6px;
  padding-right: 6px;
}
.block.related .block-title,
.block.upsell .block-title,
.block.crosssell .block-title {
  border-bottom: 2px solid #ededed;
  padding: 0 0 7px;
  position: relative;
  margin-bottom: 20px;
}
.block.related .block-title:after,
.block.upsell .block-title:after,
.block.crosssell .block-title:after {
  width: 120px;
  height: 2px;
  background: #ea3a3c;
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
}
.block.related .block-title strong,
.block.upsell .block-title strong,
.block.crosssell .block-title strong {
  text-transform: uppercase;
  font-family: 'Khula', sans-serif;
  font-weight: bold;
  font-size: 2.4rem !important;
  color: #505050;
}
.row-content {
  margin-right: -10px;
  margin-left: -10px;
}
.products-grid .item-inner {
  padding: 0 10px;
}
.products-grid .product-item-info {
  border: 1px solid #e7e7e7;
  /*.product-reviews-summary{
			position: relative;
			overflow:hidden;
		  	margin: 2px 10px 0;
			.rating-summary{
				display: inline-block;
				vertical-align:middle;
				background: #fff;
				padding: 0 5px;
				position: relative;
				z-index: 2;
			}
			&:after{
				content: "";
				width: 100%;
				height: 1px;
				background: #e7e7e7;
				position: absolute;
				left: 0;
				right: 0;
				top: 12px;
				z-index:1;
			}
		}*/
}
.products-grid .product-item-info .product-item-details .product-item-actions .add-to-links-secondary a.action {
  transform: scale(0);
  opacity: 0;
}
.products-grid .product-item-info:hover .product-item-details .add-to-links-secondary a.action {
  opacity: 1;
  transform: scale(1);
}
.product-item-info {
  background: #fff;
}
.product-item-info .product-item-images {
  position: relative;
  overflow: hidden;
  padding: 3px;
  border-bottom: 1px solid #e7e7e7;
  background: #fff;
  margin-bottom: 10px;
  text-align: center;
}
.product-item-info .product-item-details {
  padding: 0 0 30px;
  text-align: center;
  position: relative;
}
.product-item-info .product-item-details .product-item-actions {
  margin: 5px 0 0;
}
.product-item-info .product-item-details .product-item-actions .add-to-cart-primary {
  display: inline-block;
  vertical-align: middle;
}
.product-item-info .product-item-details .product-item-actions .add-to-cart-primary button.tocart {
  height: 33px;
  line-height: 32px;
  background: none;
  border: 1px solid #e7e7e7;
  color: #3f3f3f;
  text-transform: capitalize;
  font-weight: normal;
  font-size: 1.5rem;
  padding: 0 10px;
}
.product-item-info .product-item-details .product-item-actions .add-to-cart-primary button.tocart:before {
  font-family: "FontAwesome";
  content: "\f07a";
  font-size: 16px;
  margin-right: 2px;
}
.product-item-info .product-item-details .product-item-actions .add-to-cart-primary button.tocart:hover {
  background: #ea3a3c;
  border-color: #ea3a3c;
  color: #fff;
}
.product-item-info .product-item-details .product-item-actions .add-to-links-secondary {
  display: inline-block;
  vertical-align: middle;
}
.product-item-info .product-item-details .product-item-actions .add-to-links-secondary a.action {
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border: 1px solid #e7e7e7;
  color: #3f3f3f;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}
.product-item-info .product-item-details .product-item-actions .add-to-links-secondary a.action:before {
  content: "\f004";
  font-family: "FontAwesome";
  display: block;
  font-size: 16px;
  line-height: 33px;
}
.product-item-info .product-item-details .product-item-actions .add-to-links-secondary a.action.compare:before {
  content: "\f012";
}
.product-item-info .product-item-details .product-item-actions .add-to-links-secondary a.action:hover {
  background: #f7952a;
  border-color: #f7952a;
  color: #fff;
}
.page-products .product-item-info {
  width: 100%;
}
.products-grid .product-items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.product-item .price-box {
  margin: 10px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0;
  text-align: center;
}
.products-slider.products-grid li.product-item {
  width: 100%;
}
.products-list .product-item-info {
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}
.products-list .product-item-info .product-item-images {
  width: 30%;
  float: left;
  margin-right: 15px;
  position: relative;
  text-align: center;
  margin-bottom: 0;
  padding: 0;
  border: 0;
}
.products-list .product-item-info .product-item-images .product-item-photo {
  display: block;
  width: 100%;
  padding: 3px;
  border: 1px solid #e7e7e7;
}
.products-list .product-item-info .product-item-details {
  display: block;
  zoom: 1;
  overflow: hidden;
  text-align: left;
  padding: 0 10px 10px;
}
.products-list .product-item-info .product-item-name a {
  font-size: 1.8rem;
}
.products-list .product-item-info .product-reviews-summary .rating-summary {
  text-align: left;
}
.products-list .product-item-info .product-item-description {
  margin: 10px 0;
}
.products-list .product-item-info .action.more {
  color: #ea3a3c;
}
.products-list .product-item-info .action.more:hover {
  text-decoration: underline;
}
.page-product-downloadable .product-options-bottom {
  padding: 10px;
  border: 1px solid #eee;
}
.page-product-downloadable .product-options-bottom .box-tocart .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 {
  height: 48px;
  line-height: 56px;
  font-weight: bold;
  padding: 0 20px;
  font-size: 2.4rem;
  transition: all 0.3s ease;
}
.page-product-downloadable .product-options-bottom .box-tocart .actions button:hover {
  background-color: #da1719;
}
.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 {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #e7e7e7;
  background: none;
  border-radius: 0;
  font-size: 0;
  padding: 0;
  color: #666;
}
.page-product-downloadable .product-options-bottom .product-social-links .product-addto-links .towishlist:before,
.page-product-downloadable .product-options-bottom .product-social-links .product-addto-links .tocompare:before {
  content: "\f004";
  font-family: FontAwesome;
  display: block;
  font-size: 16px;
  line-height: 40px;
}
.page-product-downloadable .product-options-bottom .product-social-links .product-addto-links .towishlist.tocompare:before,
.page-product-downloadable .product-options-bottom .product-social-links .product-addto-links .tocompare.tocompare:before {
  content: "\f012";
}
.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: #f7952a;
  border-color: #f7952a;
  color: #fff;
}
.page-product-downloadable .product-options-bottom .product-social-links .product-addto-links .towishlist span,
.page-product-downloadable .product-options-bottom .product-social-links .product-addto-links .tocompare span {
  display: none;
}
.page-product-downloadable .product-options-bottom .product-social-links .mailto {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #e7e7e7;
  margin: 0;
}
.page-product-downloadable .product-options-bottom .product-social-links .mailto:before {
  display: block;
  line-height: 40px;
  font-size: 34px;
}
.page-product-downloadable .product-options-bottom .product-social-links .mailto:hover {
  background-color: #f7952a;
  border-color: #f7952a;
  color: #fff;
}
.page-product-downloadable .product-options-bottom .product-social-links .mailto span {
  display: none;
}
.catalog-product-view .product-info-main .page-title {
  margin: 0 0 15px;
  text-transform: capitalize;
  font-size: 2.4rem;
}
.catalog-product-view .product-info-main .product-info-price {
  margin: 15px 0;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty .label {
  display: inline-block;
  margin-right: 10px;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty .control {
  display: inline-block;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty .control .input-text.qty {
  height: 48px;
}
.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 {
  height: 48px;
  line-height: 56px;
  font-weight: bold;
  padding: 0 20px;
  font-size: 2.4rem;
  transition: all 0.3s ease;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .actions button:hover {
  background-color: #da1719;
}
.catalog-product-view .product-info-main .attribute.overview {
  margin: 10px 0;
}
.catalog-product-view .product-info-main .product-social-links {
  border-top: 1px solid #f1f1f1;
  padding: 20px 0 0;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .towishlist,
.catalog-product-view .product-info-main .product-social-links .product-addto-links .tocompare {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #e7e7e7;
  background: none;
  border-radius: 0;
  font-size: 0;
  padding: 0;
  color: #666;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .towishlist:before,
.catalog-product-view .product-info-main .product-social-links .product-addto-links .tocompare:before {
  content: "\f004";
  font-family: FontAwesome;
  display: block;
  font-size: 16px;
  line-height: 40px;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .towishlist.tocompare:before,
.catalog-product-view .product-info-main .product-social-links .product-addto-links .tocompare.tocompare:before {
  content: "\f012";
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .towishlist:hover,
.catalog-product-view .product-info-main .product-social-links .product-addto-links .tocompare:hover {
  background-color: #f7952a;
  border-color: #f7952a;
  color: #fff;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .towishlist span,
.catalog-product-view .product-info-main .product-social-links .product-addto-links .tocompare span {
  display: none;
}
.catalog-product-view .product-info-main .product-social-links .mailto {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #e7e7e7;
  margin: 0;
}
.catalog-product-view .product-info-main .product-social-links .mailto:before {
  display: block;
  line-height: 40px;
  font-size: 34px;
}
.catalog-product-view .product-info-main .product-social-links .mailto:hover {
  background-color: #f7952a;
  border-color: #f7952a;
  color: #fff;
}
.catalog-product-view .product-info-main .product-social-links .mailto span {
  display: none;
}
.catalog-product-view .product-info-main .bundle-actions button {
  height: 48px;
  line-height: 56px;
  font-weight: bold;
  padding: 0 20px;
  font-size: 2.4rem;
  transition: all 0.3s ease;
}
.catalog-product-view .product-info-main .bundle-actions button:hover {
  background-color: #da1719;
}
.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 {
  height: 48px;
  line-height: 56px;
  font-weight: bold;
  padding: 0 20px;
  font-size: 2.4rem;
  transition: all 0.3s ease;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .actions button:hover {
  background-color: #da1719;
}
.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 {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #e7e7e7;
  background: none;
  border-radius: 0;
  font-size: 0;
  padding: 0;
  color: #666;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .product-addto-links .towishlist:before,
.catalog-product-view .bundle-options-container .block-bundle-summary .product-addto-links .tocompare:before {
  content: "\f004";
  font-family: FontAwesome;
  display: block;
  font-size: 16px;
  line-height: 40px;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .product-addto-links .towishlist.tocompare:before,
.catalog-product-view .bundle-options-container .block-bundle-summary .product-addto-links .tocompare.tocompare:before {
  content: "\f012";
}
.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: #f7952a;
  border-color: #f7952a;
  color: #fff;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .product-addto-links .towishlist span,
.catalog-product-view .bundle-options-container .block-bundle-summary .product-addto-links .tocompare span {
  display: none;
}
.catalog-product-view .product.info {
  margin-top: 30px;
  margin-bottom: 80px;
}
.catalog-product-view .product.info .product.data.items .item a {
  height: auto;
  text-transform: uppercase;
  padding-top: 10px;
}
.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;
}
.featureproduct-slider {
  margin-bottom: 20px;
}
.new-product-slider {
  margin-bottom: 30px;
}
.brandslider-container .pt-brand-container {
  margin-right: -10px;
  margin-left: -10px;
}
.brandslider-container .pt-brand-container li {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.brandslider-container .pt-brand-container li .pt-brand {
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
}
.brandslider-container .pt-brand-container li .pt-brand p {
  margin: 0;
}
.brandslider-container .pt-brand-container li .pt-brand:last-child {
  margin-bottom: 0;
}
.pt-testimonial-container li {
  padding: 0 10px;
}
.pt-testimonial-container li .pt-testimonial .des {
  position: relative;
  background: #fff;
  padding: 25px;
  border: 1px solid #ddd;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 30px;
}
.pt-testimonial-container li .pt-testimonial .des:before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  left: 25px;
  position: absolute;
  bottom: -11px;
  background-color: #fff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.pt-testimonial-container li .pt-testimonial .content-tes .media-body {
  padding-left: 20px;
}
.pt-testimonial-container li .pt-testimonial .content-tes .media-body .info .name {
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
}
.pt-testimonial-container li .pt-testimonial .content-tes .media-body .email {
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  color: #909090;
}
.pt-testimonial-item {
  margin: 30px 0;
}
.pt-testimonial-item .testimonial-item {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pt-testimonial-item .testimonial-item li {
  overflow: hidden;
  margin: 0 0 20px;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #eee;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.pt-testimonial-item .testimonial-item li .testimonial-image {
  margin-right: 20px;
}
.pt-testimonial-item .testimonial-item li .testimonial-name {
  margin: 0 0 10px;
}
.pt-testimonial-item .testimonial-item li .testimonial-created-time {
  font-style: italic;
  font-weight: bold;
  font-size: 1rem;
  margin: 5px 0 0;
}
.producttab-container {
  margin-top: 20px;
}
.categorytab-container {
  margin-bottom: 20px;
}
.title-tab {
  margin-bottom: 20px;
  border-bottom: 2px solid #ededed;
  padding: 0 0 7px;
  position: relative;
}
.title-tab ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'Khula', sans-serif;
}
.title-tab ul li {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  font-size: 2.4rem;
  display: inline;
}
.title-tab:after {
  width: 120px;
  height: 2px;
  background: #ea3a3c;
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
}
.ma-title {
  margin-bottom: 20px;
  border-bottom: 2px solid #ededed;
  padding: 0 0 7px;
  position: relative;
}
.ma-title h3 {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  font-size: 2.4rem;
}
.ma-title:after {
  width: 120px;
  height: 2px;
  background: #ea3a3c;
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
}
.pt-recentproduct-container {
  margin-bottom: 30px;
}
.pt-recentproduct-container .row {
  margin-right: -6px;
  margin-left: -6px;
}
.pt-recentproduct-container .item {
  padding-left: 6px;
  padding-right: 6px;
}
.pt-recentproduct-container .item .product-items {
  margin-bottom: 10px;
}
.pt-recentproduct-container .item .product-items:last-child {
  margin-bottom: 0;
}
.pt-recentproduct-container .item .product-items .item-inner {
  border: 1px solid #e7e7e7;
  text-align: center;
  background: #fff;
}
.pt-recentproduct-container .item .product-items .item-inner .image-container {
  padding: 10px;
}
.pt-recentproduct-container .item .product-items .item-inner .des {
  min-height: 26px;
  padding: 0 5px;
}
.pt-recentproduct-container .item .product-items .item-inner .des .product-name .product-item-name a {
  font-size: 1.3rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.recentproduct .pt-recentproduct-container {
  padding: 20px 20px 0 20px;
  margin: 0;
}
.recentproduct .pt-recentproduct-container .row {
  margin-right: 0;
  margin-left: 0;
}
.recentproduct .pt-recentproduct-container .item {
  padding-left: 1px;
  padding-right: 1px;
}
.recentproduct .pt-recentproduct-container .item .product-items {
  margin-bottom: 2px;
}
.recentproduct .pt-recentproduct-container:after {
  content: "";
  border-left: 1px solid #ddd;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
.timerproducts .timer-title {
  border-bottom: 0;
}
.timerproducts .timer-title:after {
  display: none;
}
.timerproducts .countdown-container {
  width: 65px;
  border: 1px solid #ddd;
  overflow: hidden;
  position: absolute;
  top: 22%;
  left: 30px;
  z-index: 11;
  background: #fff;
}
.timerproducts .countdown-container .timer {
  height: 55px;
  display: block;
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.timerproducts .countdown-container .timer:last-child {
  border-bottom: 0;
}
.timerproducts .countdown-container .timer b {
  display: block;
  font-size: 20px;
  color: #ea3a3c;
  font-weight: 700;
  position: relative;
  line-height: 1;
  margin-bottom: 5px;
}
.timerproducts .countdown-container .timer span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #666666;
  line-height: 1;
  text-transform: uppercase;
}
.timerproducts .products-grid-time .product-item .item-inner {
  padding: 0 10px;
}
.timerproducts .products-grid-time .product-item .item-inner .product-item-info {
  position: relative;
  padding: 30px;
  padding-left: 60px;
  background-color: #fff;
  overflow: hidden;
}
.timerproducts .products-grid-time .product-item .item-inner .product-item-info .product-images {
  float: left;
  width: 34%;
}
.timerproducts .products-grid-time .product-item .item-inner .product-item-info .product-item-details {
  padding: 13px 10px;
  padding-left: 40px;
  overflow: hidden;
  zoom: 1;
  text-align: left;
}
.timerproducts .products-grid-time .product-item .item-inner .product-item-info .product-item-details .product-item-name {
  margin: 0;
}
.timerproducts .products-grid-time .product-item .item-inner .product-item-info .product-item-details .product-item-name a {
  font-size: 2.4rem;
  font-weight: 700;
  color: #505050;
}
.timerproducts .products-grid-time .product-item .item-inner .product-item-info .product-item-details .product-item-name a:hover {
  color: #ea3a3c;
}
.timerproducts .products-grid-time .product-item .item-inner .product-item-info .product-item-details .product-reviews-summary .rating-summary {
  text-align: left;
}
.timerproducts .products-grid-time .product-item .item-inner .product-item-info .product-item-details .price-box {
  margin: 0;
}
.timerproducts .products-grid-time .product-item .item-inner .product-item-info .product-item-details .price-box .special-price .price {
  color: #ea3a3c;
  font-weight: bold;
  font-size: 2.4rem;
}
.timerproducts .products-grid-time .product-item .item-inner .product-item-info .product-item-details .short-description {
  padding: 20px 0;
  font-size: 1.5rem;
}
.timerproducts .products-grid-time .product-item .item-inner .product-item-info .product-item-details .short-description ul {
  padding: 0;
  list-style: none;
}
.timerproducts .products-grid-time .product-item .item-inner .product-item-info .product-item-details .short-description ul li:before {
  content: "\f067";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 7px;
  margin-right: 10px;
}
.timerproducts .products-grid-time .product-item .item-inner .product-item-info .product-item-details .product-item-actions .add-to-cart-primary button.tocart {
  height: 50px;
  padding: 0 20px;
  text-transform: uppercase;
  background-color: #ea3a3c;
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
  line-height: 59px;
  border: 0;
}
.timerproducts .products-grid-time .product-item .item-inner .product-item-info .product-item-details .product-item-actions .add-to-cart-primary button.tocart:before {
  font-size: 20px;
  margin-right: 10px;
  line-height: 40px;
  display: inline-block;
}
.timerproducts .products-grid-time .product-item .item-inner .product-item-info .product-item-details .product-item-actions .add-to-cart-primary button.tocart:hover {
  background-color: #da1719;
}
.product-info-main .countdown-container {
  padding-left: 0;
  background: none;
  color: #444;
  text-align: left;
}
.product-info-main .countdown-container:before {
  display: none;
}
.product-info-main .countdown-container .timer {
  border: 0;
  max-width: 60px;
}
.product-info-main .countdown-container .timer span {
  color: #ea3a3c;
  padding: 0 7px;
}
@media (max-width: 767px) {
  .navigation,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .container-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .navigation:after,
  .page-header .header.panel:after,
  .header.content:after,
  .footer.content:after,
  .page-wrapper > .widget:after,
  .page-wrapper > .page-bottom:after,
  .block.category.event:after,
  .top-container:after,
  .page-main:after,
  .container-inner:after,
  .navigation:before,
  .page-header .header.panel:before,
  .header.content:before,
  .footer.content:before,
  .page-wrapper > .widget:before,
  .page-wrapper > .page-bottom:before,
  .block.category.event:before,
  .top-container:before,
  .page-main:before,
  .container-inner:before {
    clear: both;
    content: " ";
    display: table;
  }
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare,
  [class*='block-compare'] {
    display: inline-block;
  }
}
@media all and (min-width: 768px), print {
  .navigation,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .container-inner {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .navigation:after,
  .page-header .header.panel:after,
  .header.content:after,
  .footer.content:after,
  .page-wrapper > .widget:after,
  .page-wrapper > .page-bottom:after,
  .block.category.event:after,
  .top-container:after,
  .page-main:after,
  .container-inner:after,
  .navigation:before,
  .page-header .header.panel:before,
  .header.content:before,
  .footer.content:before,
  .page-wrapper > .widget:before,
  .page-wrapper > .page-bottom:before,
  .block.category.event:before,
  .top-container:before,
  .page-main:before,
  .container-inner:before {
    clear: both;
    content: " ";
    display: table;
  }
  .col-main {
    float: right;
  }
  .col-left {
    float: left;
  }
  .columns {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
  }
  .column.main {
    padding-right: 15px;
    padding-left: 15px;
    min-height: 0px;
  }
  .page-layout-2columns-left .column.main {
    width: 75%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    clear: left;
    float: left;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    clear: right;
    float: right;
  }
  .account.page-layout-2columns-left .column.main {
    width: 75%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 25%;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account {
    width: 80%;
  }
  .modes-mode {
    border: 0;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 2px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    background-color: #d1d1d1;
    border-radius: 5px;
    margin-right: 4px;
  }
  .modes-mode:before {
    color: #fff;
  }
  .modes-mode:last-child {
    border: 0;
  }
  .modes-mode.active {
    background: #ea3a3c;
  }
  .page-layout-1column .product-info-main {
    width: 55%;
    background: #fff;
  }
  .page-layout-1column .product.media {
    width: 42%;
    background: #fff;
    margin: 0 0 40px;
  }
  .cart-summary {
    width: 30%;
    background-color: #eee;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 67%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 0;
  }
  .product.data.items > .item.content {
    border: 1px solid #d1d1d1;
    border-top: 1px solid #ea3a3c;
    margin-top: 35px;
  }
  .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: #ea3a3c;
    color: #fff;
    padding-top: 10px;
  }
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 700px;
  margin-bottom: 30px;
}
label {
  font-weight: normal;
  font-size: 1.2rem;
}
.colum-right {
  margin-top: 20px;
}
.table-comparison .cell {
  width: auto;
}
.columns .column.main {
  padding-bottom: 0;
}
a.action.primary,
.cart.table-wrapper .actions-toolbar > .action,
.cart.table-wrapper .action-gift {
  border-radius: 0;
}
a.action.primary:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .action-gift:hover {
  border-color: #ea3a3c;
  background: #ea3a3c;
  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 {
  margin: 0 0 20px;
  background: #f7f7f7;
  padding: 10px;
}
.toolbar-products .pages .item {
  line-height: 25px;
}
.toolbar-products .pages .action {
  width: 30px;
  border-radius: 3px;
}
.toolbar-products .pages .action.next:before {
  font-size: 35px;
}
.sorter-options {
  padding: 0 10px;
  height: 30px;
  border-radius: 3px;
}
.limiter-options {
  border-radius: 3px;
}
.toolbar-amount {
  padding: 5px 0 0;
}
.modes {
  display: block;
  margin-top: 5px;
}
.cart-container {
  margin: 0 0 40px;
}
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary {
  padding: 10px 20px;
}
.breadcrumbs {
  max-width: 100%;
  padding: 10px 0;
  margin: 10px 0;
}
.breadcrumbs ul .item {
  font-size: 1.2rem;
}
.breadcrumbs ul .item:not(:last-child):after {
  vertical-align: middle;
}
.breadcrumbs ul strong {
  text-decoration: underline;
}
.category-image {
  margin: 0;
}
.category-description {
  padding: 20px 4%;
  background: #fff;
  margin: 0;
  border-bottom: 1px solid #eee;
}
.page-title-wrapper .page-title {
  margin: 20px 0;
}
.form-cart .table > thead > tr > th,
.form-cart .table > tbody > tr > th,
.form-cart .table > tfoot > tr > th,
.form-cart .table > thead > tr > td,
.form-cart .table > tbody > tr > td,
.form-cart .table > tfoot > tr > td {
  border-top: 0;
}
.form-cart .table > thead > tr > th {
  border-bottom: 0;
}
.cart-summary .table > thead > tr > th,
.cart-summary .table > tbody > tr > th,
.cart-summary .table > tfoot > tr > th,
.cart-summary .table > thead > tr > td,
.cart-summary .table > tbody > tr > td,
.cart-summary .table > tfoot > tr > td {
  border-top: 0;
}
.cart-summary .table-wrapper .price {
  font-size: 20px;
}
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  background: #ea3a3c;
  border: 0;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  line-height: 45px;
  height: 40px;
  font-weight: bold;
  border-radius: 0;
  font-family: 'Khula', sans-serif;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background-color: #da1719;
  color: #fff;
  border: 0;
  border-color: #da1719;
}
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
  line-height: inherit;
}
.cart-summary .checkout-methods-items li button {
  background: #ea3a3c;
  border: 0;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  line-height: 45px;
  height: 40px;
  font-weight: bold;
  border-radius: 0;
  font-family: 'Khula', sans-serif;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.cart-summary .checkout-methods-items li button:hover {
  background-color: #da1719;
  color: #fff;
  border: 0;
  border-color: #da1719;
}
.cart-summary > .title {
  font-weight: bold;
}
.cart-container .checkout-methods-items .action.primary {
  background: #ea3a3c;
  color: #fff;
  font-size: 1.3rem;
}
.block-compare .action.compare,
.cart-summary .actions-toolbar > .primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .action-gift {
  padding: 0px 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;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  line-height: 42px;
}
.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;
}
.tweet-title h3 {
  display: none;
}
#loading-container {
  text-align: center;
}
.twitter-article {
  padding: 5px 0;
}
.twitter-pic {
  float: left;
}
.twitter-text {
  margin: 0 0 0 52px;
}
.tweetprofilelink strong a {
  color: #444;
  text-decoration: none;
  font-weight: bold;
}
.tweetprofilelink strong a:hover {
  color: #0084B4;
}
.tweetprofilelink a,
.tweet-time a {
  color: #999;
  text-decoration: none;
}
.tweetprofilelink a:hover,
.tweet-time a:hover {
  color: #0084B4;
}
.block-recent-posts {
  margin-bottom: 20px;
}
.block-recent-posts .item {
  padding: 0 15px;
  margin-bottom: 40px;
}
.block-recent-posts .item .item-inner {
  overflow: hidden;
}
.block-recent-posts .item .item-inner .blog-image {
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
.block-recent-posts .item .item-inner .blog-image img {
  transition: all 300ms ease-in;
}
.block-recent-posts .item .item-inner .blog-image:hover img {
  transform: scale3d(1.05, 1.05, 1.05);
}
.block-recent-posts .item .item-inner .time-conment {
  float: left;
  text-align: center;
}
.block-recent-posts .item .item-inner .time-conment .date-time .date {
  font-size: 46px;
  display: block;
  line-height: 34px;
  color: #ea3a3c;
}
.block-recent-posts .item .item-inner .time-conment .date-time .month {
  background: #ea3a3c;
  color: #fff;
  line-height: 1;
  display: block;
  padding: 7px 5px 5px 5px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1rem;
}
.block-recent-posts .item .item-inner .blog-content {
  overflow: hidden;
  zoom: 1;
  padding-left: 20px;
}
.block-recent-posts .item .item-inner .blog-content .title {
  font-size: 1.8rem;
  margin: 0 0 10px;
  text-transform: capitalize;
}
.block-recent-posts .item .item-inner .blog-content .short-des {
  font-size: 1.5rem;
  line-height: 25px;
  margin: 10px 0 20px;
}
.block-recent-posts .item .item-inner .blog-content a.readmore {
  display: inline-block;
  height: 35px;
  line-height: 34px;
  text-align: center;
  padding: 0 15px;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 1.6rem;
  text-transform: capitalize;
}
.block-recent-posts .item .item-inner .blog-content a.readmore:after {
  content: "\f061";
  font-family: "FontAwesome";
  margin-left: 10px;
}
.block-recent-posts .item .item-inner .blog-content a.readmore:hover {
  background: #ea3a3c;
  border-color: #ea3a3c;
  color: #fff;
}
.box-col {
  position: relative;
  overflow: hidden;
}
.box-col:hover:before {
  left: 10px;
  right: 10px;
  opacity: 1;
}
.box-col:hover:after {
  top: 10px;
  bottom: 10px;
  opacity: 1;
}
.box-col:hover a:before {
  opacity: 0.35;
}
.box-col:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  bottom: 10px;
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  right: 50%;
  opacity: 0;
  z-index: 11;
  pointer-events: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.box-col:after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 10px;
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  bottom: 50%;
  opacity: 0;
  z-index: 11;
  pointer-events: none;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.box-col a {
  display: block;
  position: relative;
  overflow: hidden;
}
.box-col a:before {
  background: #444;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.box-col 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);
}
.box-col img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 768px) {
  .static-info {
    margin-bottom: 50px;
  }
}
.static-info {
  position: relative;
}
.static-info .info {
  display: inline-block;
  width: 100%;
  background: #fff;
  border: 2px solid #ddd;
  padding: 20px;
  position: relative;
  transition: all 300ms ease-in;
}
.static-info .info:hover {
  border-color: #ea3a3c;
}
.static-info .info:hover em {
  animation: bounceIn 800ms ease-in-out;
}
.static-info .info.info1 {
  color: #ea3a3c;
}
.static-info .info.info1 .static_info h4 {
  color: #ea3a3c;
}
.static-info .info.info2 {
  color: #3b9ada;
}
.static-info .info.info2 .static_info h4 {
  color: #3b9ada;
}
.static-info .info.info3 {
  color: #f7952a;
}
.static-info .info.info3 .static_info h4 {
  color: #f7952a;
}
.static-info em {
  float: left;
  position: relative;
  margin-right: 20px;
  font-size: 60px;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.static-info .static_info {
  overflow: hidden;
  padding-top: 15px;
}
.static-info .static_info h4 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 18px;
  margin: 0;
}
.static-info .static_info p {
  font-size: 18px;
  line-height: 27px;
  color: #666666;
  margin: 0;
  text-transform: uppercase;
}
.ma-brand {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.main-container {
  background: #f5f5f5;
  padding: 30px 0 0;
}
.banner-home {
  margin-bottom: 50px;
}
.banner-home .col-sm-4:nth-child(2) .banner-box {
  margin-bottom: 30px;
}
.banner-home .col-sm-4:nth-child(2) .banner-box:last-child {
  margin-bottom: 0;
}
.banner-box {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.banner-box img {
  transition: all 300ms ease-in;
}
.banner-box:hover img {
  transform: scale3d(1.05, 1.05, 1.05);
}
.ma-block-top {
  background: #eeeeee;
  border-bottom: 1px solid #ddd;
  margin-bottom: 50px;
}
.ma-block-top .container-size {
  margin-top: -60px;
  overflow: hidden;
  background: #fff;
  position: relative;
  z-index: 11;
}
.ma-block-top .col-left {
  width: 36.7%;
}
.ma-block-top .col-right {
  width: 63.3%;
}
.block-left {
  margin-bottom: 30px;
}
.verticalmenu-container .readmore {
  display: none;
}
.verticalmenu-container {
  position: relative;
  margin-bottom: 30px;
}
.verticalmenu-container .megamenu-title {
  line-height: 27px;
  color: #fff;
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: 700;
  background: #ea3a3c;
  font-family: 'Khula', sans-serif;
  display: block;
  cursor: pointer;
  position: relative;
  margin: 0;
}
.verticalmenu-container .megamenu-title:before {
  content: "\f0ca";
  font-family: FontAwesome;
  padding: 0 15px;
  line-height: 54px;
  text-align: center;
  border-right: 1px solid #fff;
  display: inline-block;
  margin-right: 20px;
}
.verticalmenu-container .pt_vmegamenu {
  z-index: 1000;
  width: 100%;
  border: 1px solid #f1f1f1;
  background: #fff;
}
.verticalmenu-container .pt_vmegamenu a {
  white-space: normal;
  word-wrap: break-word;
  word-break: normal;
}
.verticalmenu-container .pt_vmegamenu .pt_menu {
  position: relative;
}
.verticalmenu-container .pt_vmegamenu .pt_menu.pt_menu_no_child .parentMenu a:after {
  display: none;
}
.verticalmenu-container .pt_vmegamenu .pt_menu.active .parentMenu a {
  color: #ea3a3c;
  background-color: #f9f9f9;
  border-left-color: #ea3a3c;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .parentMenu a {
  display: block;
  font-family: 'Khula', sans-serif;
  text-transform: uppercase;
  word-wrap: break-word;
  font-size: 1.4rem;
  padding: 20px 20px 17px 27px;
  font-weight: bold;
  border-left: 4px solid transparent;
  position: relative;
  border-bottom: 1px solid #f3f3f3;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .parentMenu a:after {
  content: "\f067";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: 15px;
  font-size: 9px;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .parentMenu a:hover {
  color: #ea3a3c;
  background-color: #f9f9f9;
  border-left-color: #ea3a3c;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .parentMenu a:hover:after {
  color: #ea3a3c;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .parentMenu a:hover .thumbnail-image {
  opacity: 0;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .parentMenu a:hover .thumbnail-image.thumbnail-image-hover {
  opacity: 1;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .parentMenu a .thumbnail-image {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  height: 20px;
  left: 0;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .parentMenu a .thumbnail-image img {
  height: 20px;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .parentMenu a .thumbnail-image.thumbnail-image-hover {
  opacity: 0;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .parentMenu a.act {
  color: #ea3a3c;
  background-color: #f9f9f9;
  border-left-color: #ea3a3c;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .parentMenu a.act:after {
  color: #ea3a3c;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup {
  padding: 0;
  display: none;
  position: absolute;
  left: 100% !important;
  top: 0px !important;
  text-align: left;
  z-index: 3000;
  width: 900px !important;
  padding-left: 15px;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup:before {
  border: 1px solid #f1f1f1;
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  left: 8px;
  position: absolute;
  top: 15px;
  background-color: #fff;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 {
  float: left;
  border: 1px solid #e5e5e3;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column {
  float: left;
  width: 185px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding-right: 0;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column.last {
  margin-right: 0;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column.col2 .itemMenu .itemMenuName.level1:after {
  background-color: #45d8bb;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column.col3 .itemMenu .itemMenuName.level1:after {
  background-color: #f4ca49;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column.col4 .itemMenu .itemMenuName.level1:after {
  background-color: #e75768;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column.col5 .itemMenu .itemMenuName.level1:after {
  background-color: #45d8bb;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column.col6 .itemMenu .itemMenuName.level1:after {
  background-color: #f4ca49;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column .itemMenu .itemMenuName.level1 {
  font-size: 16px;
  color: #505050;
  padding-bottom: 5px;
  line-height: 22px;
  display: block;
  font-weight: 700;
  font-family: 'Khula', sans-serif;
  border-bottom: 2px solid #f1f1f1;
  text-transform: uppercase;
  margin-bottom: 5px;
  position: relative;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column .itemMenu .itemMenuName.level1:hover {
  color: #ea3a3c;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column .itemMenu .itemMenuName.level1.act {
  color: #ea3a3c;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column .itemMenu .itemMenuName.level1:after {
  content: "";
  width: 70px;
  height: 2px;
  background-color: #e75768;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column .itemMenu .itemSubMenu.level1 {
  margin-bottom: 25px;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column .itemMenu .itemSubMenu.level1:last-child {
  margin-bottom: 0;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column .itemMenu .itemSubMenu.level1 .itemMenuName.level2 {
  text-transform: capitalize;
  line-height: 25px;
  display: block;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column .itemMenu .itemSubMenu.level1 .itemMenuName.level2.act {
  color: #ea3a3c;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column.blockright {
  width: auto;
}
.verticalmenu-container .pt_vmegamenu #show_more.hide_more span:before {
  content: "\f056";
}
.verticalmenu-container .pt_vmegamenu #show_more span {
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  word-wrap: break-word;
  font-size: 14px;
  font-weight: bold;
  padding: 16px 10px 14px 27px;
  position: relative;
  text-align: left;
  cursor: pointer;
  border-left: 4px solid transparent;
  -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;
}
.verticalmenu-container .pt_vmegamenu #show_more span:before {
  content: "\f055";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: top;
  float: left;
  margin-right: 10px;
}
.verticalmenu-container .pt_vmegamenu #show_more span:hover {
  background: #f9f9f9;
  color: #ea3a3c;
  border-color: #ea3a3c;
}
/*=============================================================*/
body {
  background: #ffffff;
  font-family: 'Khula', sans-serif;
  line-height: 1.428571429;
  font-size: 1.3rem;
  font-style: normal;
  color: #666666;
  text-align: left;
  overflow-x: hidden;
}
html,
body {
  display: block !important;
}
a:visited,
.alink:visited {
  color: #434343;
}
a {
  color: #434343;
  -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: #ea3a3c;
}
a:focus {
  outline: none;
}
input,
select,
textarea {
  border: 1px solid #f1f1f1;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
  border: 1px solid #d7d7d7;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
button {
  background: #ea3a3c;
  text-transform: uppercase;
  padding: 0 20px;
  line-height: 45px;
  height: 40px;
  font-weight: bold;
  color: #fff;
  border: 0;
  border-radius: 0;
  font-family: 'Khula', sans-serif;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
button:hover {
  background-color: #da1719;
  color: #fff;
  border: 0;
  border-color: #da1719;
}
.action.primary {
  background: #ea3a3c;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 0 15px;
  font-weight: bold;
  border-radius: 0;
  font-family: 'Khula', sans-serif;
}
.action.primary:hover {
  background-color: #da1719;
  color: #fff;
  border: 0;
  border-color: #da1719;
}
button:hover,
a.action.primary:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .action-gift:hover {
  background-color: #5e5e5e;
  color: #fff;
  border-color: #5e5e5e;
}
._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: #505050;
  font-family: 'Khula', sans-serif;
  font-weight: bold;
}
* {
  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;
  top: 54px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: transparent;
  visibility: hidden;
  display: none;
  z-index: 99;
  float: left;
  margin-top: 5px;
  color: #fff;
}
.mobile-bar-icon:hover {
  color: #ea3a3c;
}
.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: #ea3a3c;
  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: #ea3a3c;
}
.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: #fff;
  float: left;
  width: 50%;
  border-right: 1px solid #eee;
}
.mobile-bar-content .tabs-content-mobile {
  text-align: center;
  padding: 0 20px;
  color: #fff;
}
.mobile-bar-content .tabs-content-mobile .switcher-currency,
.mobile-bar-content .tabs-content-mobile .switcher-language {
  float: none !important;
  display: inline-block;
  margin: 0 10px;
}
.mobile-bar-content .tabs-content-mobile ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mobile-bar-content .tabs-content-mobile .header.links {
  margin-bottom: 10px;
}
.mobile-bar-content .tabs-content-mobile .header.links li {
  display: inline-block;
  margin: 0 10px;
}
.mobile-bar-content .tabs-content-mobile .header.links li a {
  color: #fff;
}
.mobile-bar-content .tabs-content-mobile .header.links li a:hover {
  color: #ea3a3c;
}
.header-container {
  background: #ffffff;
  color: #666666;
  position: relative;
  z-index: 111;
}
.header-container .logo {
  float: none;
  margin: 0;
  max-width: 100%;
}
.header-container .link-follow {
  float: right;
  margin: 0;
  list-style: none;
  padding: 0;
}
.header-container .link-follow li {
  float: left;
  margin: 0;
}
.header-container .link-follow li a {
  display: block;
  padding: 0 10px;
  line-height: 35px;
  font-size: 1.4rem;
}
.header-container .link-follow li a span {
  display: none;
}
@media (min-width: 767px) {
  .header-content .row {
    display: table;
    width: 100%;
    height: 135px;
    padding: 10px 0;
    margin: 0;
  }
  .header-content .row > div {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    float: none;
    padding: 0;
  }
}
@media (max-width: 640px) {
  .header-content {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  #search_mini_form {
    padding: 20px 0;
  }
}
.switcher-language,
.switcher-currency {
  float: right !important;
}
.switcher-language .label,
.switcher-currency .label {
  display: inline-block;
  font-weight: normal;
  color: #afafaf;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.1rem;
}
.switcher-language .switcher-options,
.switcher-currency .switcher-options {
  position: relative;
  display: inline-block;
}
.switcher-language .switcher-options .switcher-trigger,
.switcher-currency .switcher-options .switcher-trigger {
  display: inline-block;
  font-size: 10px;
  text-transform: capitalize;
  cursor: pointer;
}
.switcher-language .switcher-options .switcher-trigger i,
.switcher-currency .switcher-options .switcher-trigger i {
  line-height: 22px;
  margin-left: 5px;
  font-size: 10px;
  color: #aba8a8;
}
.switcher-language .switcher-options:hover .switcher-dropdown,
.switcher-currency .switcher-options:hover .switcher-dropdown {
  display: block;
}
.switcher-language .switcher-options .switcher-dropdown,
.switcher-currency .switcher-options .switcher-dropdown {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  right: -1px;
  z-index: 9;
  text-align: right;
  min-width: 130px;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  top: 100%;
  display: none;
}
.switcher-language .switcher-options .switcher-dropdown li,
.switcher-currency .switcher-options .switcher-dropdown li {
  margin: 0;
}
.switcher-language .switcher-options .switcher-dropdown a,
.switcher-currency .switcher-options .switcher-dropdown a {
  display: block;
  font-size: 1.2rem;
  padding: 7px 15px 7px 15px;
}
.switcher-language .switcher-options .switcher-dropdown a:hover,
.switcher-currency .switcher-options .switcher-dropdown a:hover {
  color: #ea3a3c;
}
.switcher-language {
  padding: 0 10px;
  position: relative;
  min-height: 34px;
}
.switcher-currency {
  padding: 0 10px;
}
.top-bar {
  line-height: 1;
  border-bottom: 1px solid #ddd;
  background: #eeeeee;
}
.top-bar .h-left ul.links {
  padding: 10px 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.top-bar .h-left ul.links li {
  display: none;
}
.top-bar .h-left ul.links .welcome {
  display: block;
  margin: 0;
}
.top-bar .h-left p {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 35px;
  margin: 0;
}
.top-bar .h-left p i {
  font-size: 14px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  background: #ea3a3c;
  margin-right: 5px;
}
.top-bar .clearfix {
  float: right;
  background: #fff;
}
.my-acount {
  padding: 0 10px;
  float: right;
  position: relative;
}
.my-acount .label {
  font-weight: normal;
  font-size: 12px;
  cursor: pointer;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  line-height: 35px;
}
.my-acount .label i {
  margin-left: 5px;
  font-size: 10px;
  color: #aba8a8;
}
.my-acount:hover ul.header.links {
  display: block;
}
.my-acount ul.header.links {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  right: -1px;
  z-index: 9;
  text-align: right;
  min-width: 130px;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  top: 100%;
  display: none;
}
.my-acount ul.header.links li {
  display: block;
  margin: 0;
}
.my-acount ul.header.links a {
  display: block;
  font-size: 1.2rem;
  padding: 7px 15px 7px 15px;
}
.my-acount ul.header.links a:hover {
  color: #ea3a3c;
}
.minicart-wrapper {
  min-height: 45px;
  width: 141px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
  margin: 0;
  background: #ea3a3c;
  padding: 0 16px;
}
.minicart-wrapper .action.showcart.active:before {
  display: none;
}
.minicart-wrapper .product-image-container {
  margin-right: 10px;
}
.minicart-wrapper a.action.showcart {
  text-align: center;
  position: relative;
  min-height: 45px;
  line-height: 45px;
  font-weight: bold;
}
.minicart-wrapper .block-minicart {
  color: #666;
  font-weight: normal;
}
.minicart-wrapper .minicart-items {
  max-height: 400px;
  overflow: auto;
}
.minicart-wrapper .minicart-items .product-item-details {
  padding-right: 15px;
  padding-left: 15px;
}
.minicart-wrapper .action.showcart .text {
  position: static;
  width: auto;
  text-transform: uppercase;
  font-family: 'Khula', sans-serif;
  color: #fff;
}
.minicart-wrapper .action.showcart .counter.qty {
  margin: 0;
  min-width: 16px;
  height: 16px;
  line-height: 20px;
  text-align: center;
  padding: 0;
  font-size: 1.1rem;
  overflow: visible;
  display: inline-block;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: inline-block;
}
.minicart-wrapper .action.showcart:before {
  color: #fff !important;
  display: inline-block !important;
  line-height: 45px !important;
}
.minicart-wrapper .block-minicart .block-content > .actions .viewcart {
  background: #ea3a3c;
  border: 0;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  line-height: 45px;
  height: 40px;
  font-weight: bold;
  border-radius: 0;
  font-family: 'Khula', sans-serif;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  width: 100%;
}
.minicart-wrapper .block-minicart .block-content > .actions .viewcart:hover {
  background-color: #da1719;
  color: #fff;
  border: 0;
  border-color: #da1719;
}
#search_mini_form .search {
  width: 70%;
  max-width: 570px;
  height: 50px;
  padding-right: 67px;
  position: relative;
  float: left;
  border: 2px solid #ea3a3c;
}
#search_mini_form .search input[type="text"] {
  width: 100%;
  height: 100%;
  border: 0;
  font-size: 13px;
  color: #a0a0a0;
  background: none;
  box-shadow: none;
}
#search_mini_form .search button[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 67px;
  height: 100%;
  padding: 0;
  border-radius: 0;
  border: 0;
  color: #fff;
  font-size: 2rem;
  opacity: 1;
  background: #ea3a3c;
}
.hotline {
  text-align: center;
}
.hotline p {
  margin: 0;
  text-transform: uppercase;
  font-size: 1.1rem;
  line-height: 2rem;
  padding: 10px 0;
}
.hotline p span {
  padding-left: 10px;
  font-size: 1.8rem;
}
.contact-link {
  float: right;
  position: relative;
  padding-left: 40px;
  padding-top: 5px;
}
.contact-link:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f29c";
  font-family: 'Material-Design-Iconic-Font';
  font-size: 40px;
  line-height: 1;
  display: inline-block;
  color: #FF9300;
  vertical-align: middle;
}
.label-pro-new,
.hot-sale {
  height: 20px;
  line-height: 24px;
  left: 10px;
  position: absolute;
  top: 10px;
  min-width: 40px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  z-index: 11;
  color: #fff;
  background: #a3c965;
}
.hot-sale {
  background: #e44f4f;
}
.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 .owl-controls .owl-pagination {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 5px;
}
.pt-banner-container .owl-controls .owl-pagination .owl-page span {
  width: 12px;
  height: 12px;
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 3px #acacac;
  -moz-box-shadow: inset 0 0 0 3px #acacac;
  box-shadow: inset 0 0 0 3px #acacac;
}
.pt-banner-container .owl-controls .owl-pagination .owl-page.active span {
  -webkit-box-shadow: inset 0 0 0 3px #ea3a3c;
  -moz-box-shadow: inset 0 0 0 3px #ea3a3c;
  box-shadow: inset 0 0 0 3px #ea3a3c;
}
.pt-banner-container .pt-banner-caption .pt-banner-content {
  position: absolute;
  top: 20%;
  left: 13%;
  max-width: 1170px;
  padding: 0 20px;
  text-align: left;
  margin: 0 auto;
  overflow: hidden;
}
.pt-banner-container .pt-banner-caption .pt-title2 {
  font-size: 5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
.pt-banner-container .pt-banner-caption .pt-title3 {
  font-size: 3.2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.pt-banner-container .pt-banner-caption .pt-banner-des {
  font-size: 14px;
  margin: 17px 0 0;
  color: #fff;
  max-width: 500px;
}
.pt-banner-container .pt-banner-caption .pt-url {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  margin-top: 25px;
  font-family: 'Khula', sans-serif;
  color: #fff;
  background: #ea3a3c;
}
.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;
}
.cms-index-index .main-content {
  padding: 0;
}
.main-content {
  position: relative;
  z-index: 9;
  overflow: hidden;
  padding: 0 0 30px;
}
.main-content .page.messages {
  max-width: 1170px;
  margin: 0 auto;
}
.main-content .page.messages div {
  font-size: 1.6rem;
}
.main-content .checkout-container {
  margin: 30px 0;
}
.main-content .checkout-container .opc-progress-bar .opc-progress-bar-item > span {
  font-size: 1.2rem;
}
.main-content .checkout-container .opc-progress-bar .opc-progress-bar-item > span:after {
  font-size: 1.4rem;
}
.main-content .checkout-container .opc-progress-bar .opc-progress-bar-item._active > span:after {
  font-size: 1.8rem;
}
.main-content .checkout-container .opc-wrapper .step-title {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.main-content .checkout-container .opc-sidebar .modal-header {
  padding: 0;
  min-height: auto;
  border: none;
}
.main-content .checkout-container .opc-sidebar .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary {
  background: #f5f5f5;
  padding: 22px 27px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 30px;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary > .title {
  font-size: 1.4rem;
  border: none;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #ccc;
  padding: 9px 36px 9px 0;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .title strong {
  font-size: 1.0rem;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .content .product-item-name {
  color: #333;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .content .details-qty {
  line-height: normal;
  color: #333;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .content .details-qty .label {
  padding-left: 0;
  font-weight: normal;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .content .product-item .price {
  font-size: 1.2rem;
  color: #333;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-shipping-information {
  padding: 0;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-shipping-information .shipping-information-title {
  font-size: 1.4rem;
  line-height: normal;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-shipping-information .shipping-information-title .action-edit {
  top: 0;
}
.main-content .cart-container .cart-summary {
  padding: 1px 18px 22.5px;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.main-content .cart-container .cart-summary > .title {
  font-size: 1.3rem;
  margin-top: 0.8rem;
}
.main-content .cart-container .cart-summary .block.shipping > .title,
.main-content .cart-container .cart-summary .block.discount > .title {
  line-height: normal;
  padding: 9px 36px 9px 0px;
  border-top: 1px solid #ccc;
}
.main-content .cart-container .cart-summary .block.shipping > .title:after,
.main-content .cart-container .cart-summary .block.discount > .title:after {
  font-size: 24px;
  color: #313131;
  top: 4px;
}
.main-content .cart-container .cart-summary .block.shipping > .title strong,
.main-content .cart-container .cart-summary .block.discount > .title strong {
  color: #313131;
  font-weight: 500;
  margin: 0;
  font-size: 0.9rem;
  line-height: normal;
}
.main-content .cart-container .cart-summary .block.shipping .field.note,
.main-content .cart-container .cart-summary .block.discount .field.note {
  font-size: 1.4rem;
  line-height: normal;
}
.main-content .cart-container .cart-summary .block.shipping .fieldset .field:not(.choice) > .label,
.main-content .cart-container .cart-summary .block.discount .fieldset .field:not(.choice) > .label {
  font-size: 1.3rem;
  color: #333;
  font-weight: 400;
}
.main-content .cart-container .cart-summary .block.shipping select,
.main-content .cart-container .cart-summary .block.discount select,
.main-content .cart-container .cart-summary .block.shipping input,
.main-content .cart-container .cart-summary .block.discount input {
  border-radius: 5px;
}
.main-content .cart-container .cart-summary .block.shipping .item-title,
.main-content .cart-container .cart-summary .block.discount .item-title {
  font-weight: 500;
  font-size: 1.4rem;
  color: #333;
  margin: 0 0 5px;
}
.main-content .cart-container .cart-summary .block.shipping .item-options,
.main-content .cart-container .cart-summary .block.discount .item-options {
  margin: 0;
}
.main-content .cart-container .cart-summary .block.shipping .item-options .radio,
.main-content .cart-container .cart-summary .block.discount .item-options .radio {
  float: left;
  margin: 0 8px 0 0;
}
.main-content .cart-container .cart-summary .block.shipping .item-options .label,
.main-content .cart-container .cart-summary .block.discount .item-options .label {
  vertical-align: top;
  font-weight: normal;
  padding: 0;
}
.main-content .cart-container .cart-summary .cart-totals th,
.main-content .cart-container .cart-summary .cart-totals td {
  border: none;
}
.main-content .cart-container .cart-summary .cart-totals .price {
  color: #333;
}
.main-content .cart-container .cart-summary .cart-totals .grand.totals {
  border-top: 1px solid #ccc;
}
.main-content .cart-container .form-cart .cart.table-wrapper thead .col {
  color: #333;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody {
  border-top: 0;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .col {
  border: none;
  vertical-align: middle;
  padding: 15px 0;
  text-align: center;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .col .price {
  font-weight: 500;
  color: #333;
  font-size: 15px;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .col .product-image-container {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 3px;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .col .product-item-details {
  vertical-align: middle;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .item-actions td {
  padding: 10px 0;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .item-actions td .actions-toolbar .action {
  margin-top: 10px;
}
.main-content .cart-container .form-cart .cart.main.actions .action {
  margin-bottom: 10px;
}
.main-content .cart-container .form-cart .cart.main.actions .action.continue {
  background: #ea3a3c;
  border: 0;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  line-height: 45px;
  height: 40px;
  font-weight: bold;
  border-radius: 0;
  font-family: 'Khula', sans-serif;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.main-content .cart-container .form-cart .cart.main.actions .action.continue:hover {
  background-color: #da1719;
  color: #fff;
  border: 0;
  border-color: #da1719;
}
.main-content .cart-container .form-cart .cart.main.actions .action:before {
  line-height: inherit;
}
.main-content .block.crosssell > .title {
  color: #505050;
  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-size: 2.2rem;
  font-weight: 600;
}
.price-box {
  margin: 5px 0;
  font-weight: 600;
}
.price-box .price-box {
  margin: 0;
}
.price-box .price-box p {
  margin: 0;
}
.price-box .price-label {
  display: none;
}
.price-box .price-from,
.price-box .price-to {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.price-box .price {
  color: #3f3f3f;
  font-size: 2.2rem;
  font-weight: 600;
}
.price-box .special-price {
  display: inline-block;
}
.price-box .old-price {
  margin-left: 5px;
}
.price-box .old-price .price {
  color: #999999;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 2rem;
}
.product-item-name a,
.product.name a {
  color: #666666;
  font-size: 1.6rem;
  text-transform: capitalize;
  font-family: 'Khula', sans-serif;
  margin: 0;
}
.product-item-name a:hover,
.product.name a:hover {
  text-decoration: none;
  color: #ea3a3c;
}
.page-title {
  font-size: 30px;
  margin: 0 0 20px;
}
.block {
  border: 1px solid #f3f3f3;
  padding: 15px 20px;
  border-radius: 3px;
}
.block.related,
.block.upsell {
  border: 0;
  padding: 0;
}
.block.related .block-content,
.block.upsell .block-content {
  padding: 0;
  border: 0;
}
.block .block-title {
  position: relative;
}
.block .block-title strong {
  font-size: 1.5rem;
  color: #505050;
  text-transform: capitalize;
  font-family: 'Khula', sans-serif;
  font-weight: 400;
}
.block.filter .action.remove.filter-url {
  display: block;
}
.block.filter .block-content {
  background: #fff;
}
.block.filter .block-subtitle {
  font-size: 1.5rem;
  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: 25px;
  margin: 10px 0 0;
}
.block.filter .action.clear.filter-clear {
  display: block;
  margin-bottom: 15px;
}
.block.filter .filter-content .filter-options-item.active .filter-options-title {
  color: #ea3a3c;
}
.block.filter .filter-content .filter-options-item.active .filter-options-title:after {
  content: "\f077";
}
.block.filter .filter-content .filter-options-item .filter-options-title {
  color: #505050;
  text-transform: capitalize;
  line-height: 24px;
  font-weight: 400;
  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: #ea3a3c;
  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 #ea3a3c;
  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;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  background: #ea3a3c;
  border: 0;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  line-height: 45px;
  height: 40px;
  font-weight: bold;
  border-radius: 0;
  font-family: 'Khula', sans-serif;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary .action.primary:hover {
  background-color: #da1719;
  color: #fff;
  border: 0;
  border-color: #da1719;
}
.modal-popup .modal-content,
.modal-popup .modal-header,
.modal-popup .modal-footer {
  box-shadow: none;
  border: 0;
}
/*===custommenu==============*/
.nav-ozmegamenu {
  background: #444444;
  min-height: 45px;
}
.nav-ozmegamenu .container-size {
  position: relative;
}
.pt_custommenu {
  position: relative;
  padding-right: 180px;
  float: left;
  width: 100%;
}
.pt_custommenu .block2 .custum-menu {
  overflow: hidden;
  border-top: 1px solid #eee;
  padding: 20px 0 0;
}
.pt_custommenu .block2 .custum-menu a {
  float: left;
  width: 50%;
}
.pt_custommenu div.pt_menu {
  float: left;
}
.pt_custommenu div.pt_menu.act .parentMenu a {
  background: #898989;
}
.pt_custommenu div.pt_menu.act .parentMenu a:before {
  width: 50%;
}
.pt_custommenu div.pt_menu.act#pt_menu_home a {
  background: #ea3a3c;
}
.pt_custommenu div.pt_menu.active .parentMenu > a,
.pt_custommenu div.pt_menu.active .parentMenu span.block-title {
  background: #898989;
}
.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;
  font-size: 2.4rem;
  padding: 0 15px;
}
.pt_custommenu div.pt_menu#pt_menu_home a:before {
  content: "\f015";
  font-family: FontAwesome;
}
.pt_custommenu div.pt_menu#pt_menu_home a span {
  display: none;
}
.pt_custommenu div.pt_menu#pt_menu_home a:after {
  display: none;
}
.pt_custommenu div.pt_menu.pt_menu_no_child .parentMenu a:after,
.pt_custommenu div.pt_menu.pt_menu_no_child .parentMenu span.block-title:after {
  display: none;
}
.pt_custommenu div.pt_menu .parentMenu a,
.pt_custommenu div.pt_menu .parentMenu span.block-title {
  padding: 0 30px;
  line-height: 50px;
  height: 45px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.4rem;
  position: relative;
  font-weight: bold;
  color: #fff;
  font-family: 'Khula', sans-serif;
}
.pt_custommenu div.pt_menu .parentMenu a:hover,
.pt_custommenu div.pt_menu .parentMenu span.block-title:hover,
.pt_custommenu div.pt_menu .parentMenu a.act,
.pt_custommenu div.pt_menu .parentMenu span.block-title.act {
  background: #898989;
}
.pt_custommenu div.pt_menu .parentMenu a:after,
.pt_custommenu div.pt_menu .parentMenu span.block-title:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  font-size: 12px;
  margin-left: 5px;
}
.pt_custommenu div.pt_menu .parentMenu p {
  margin: 0;
  padding: 0;
}
.pt_custommenu div.popup {
  position: absolute;
  z-index: 3000;
  text-align: left;
  padding: 0;
  margin: 0;
  background: #fff;
  border: 1px solid #dddddd;
  border-top: 0;
  border-radius: 0 0 5px 5px;
}
.pt_custommenu div.popup a {
  text-decoration: none;
  display: block;
  line-height: 28px;
}
.pt_custommenu div.popup a.actParent {
  color: #ea3a3c;
}
.pt_custommenu div.popup a.act {
  color: #ea3a3c;
}
.pt_custommenu div.popup .itemMenu a.level1,
.pt_custommenu div.popup .itemMenu h4.level1 {
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  white-space: normal;
  word-wrap: break-word;
  word-break: normal;
}
.pt_custommenu div.popup .itemMenu a.level1:hover,
.pt_custommenu div.popup .itemMenu h4.level1:hover,
.pt_custommenu div.popup .itemMenu a.level1.act,
.pt_custommenu div.popup .itemMenu h4.level1.act {
  color: #ea3a3c;
}
.pt_custommenu div.popup .itemMenu a.level1 span,
.pt_custommenu div.popup .itemMenu h4.level1 span {
  display: inline-block;
  padding-right: 20px;
}
.pt_custommenu div.popup .itemMenu a.level2,
.pt_custommenu div.popup .itemMenu h4.level2,
.pt_custommenu div.popup .itemMenu a.level3,
.pt_custommenu div.popup .itemMenu h4.level3 {
  text-transform: capitalize;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 30px;
  white-space: normal;
  word-wrap: break-word;
  word-break: normal;
}
.pt_custommenu div.popup .itemMenu a.level2:hover,
.pt_custommenu div.popup .itemMenu h4.level2:hover,
.pt_custommenu div.popup .itemMenu a.level3:hover,
.pt_custommenu div.popup .itemMenu h4.level3:hover,
.pt_custommenu div.popup .itemMenu a.level2.act,
.pt_custommenu div.popup .itemMenu h4.level2.act,
.pt_custommenu div.popup .itemMenu a.level3.act,
.pt_custommenu div.popup .itemMenu h4.level3.act {
  color: #ea3a3c;
}
.pt_custommenu div.popup .block1 {
  overflow: hidden;
  float: left;
  padding: 30px 30px 40px 30px;
}
.pt_custommenu div.popup .block2 {
  margin-top: 10px;
  float: left;
  clear: both;
  width: 100%;
  max-width: 865px;
  padding: 0 30px 30px 30px;
}
.pt_custommenu div.popup .blockright img {
  max-width: 100%;
}
.pt_custommenu div.column {
  float: left;
  width: 245px;
  margin-right: 35px;
  border-right: 1px solid #eee;
}
.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;
  width: auto;
}
.pt_menu_link .parentMenu ul li a {
  margin: 0;
}
.pt_menu_link .parentMenu ul li a:after {
  display: none !important;
}
/* =============================================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: #ea3a3c;
  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: 'Khula', sans-serif;
}
.mobilemenu li.active a,
.mobilemenu a:hover {
  color: #ea3a3c;
}
.mobilemenu ul a {
  color: #fff !important;
  font-size: 0.95em;
}
.mobilemenu ul a:hover,
.mobilemenu ul li.active a {
  color: #ea3a3c !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: #ea3a3c !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: #ea3a3c !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%;
}
.catalog-product-view .product-reviews-summary {
  position: relative;
  width: 250px;
}
.catalog-product-view .product-reviews-summary .reviews-actions .action.add {
  display: none;
}
.catalog-product-view .product-reviews-summary .overall-review-graph {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  font-size: 14px;
}
.catalog-product-view .product-reviews-summary .review-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
.catalog-product-view .product-reviews-summary .review-container .rating {
  display: flex;
  align-items: center;
  width: 100%;
}
.catalog-product-view .product-reviews-summary .review-container .stars {
  display: inline-block;
  width: 29%;
  padding-right: 15px;
  font-size: 12px;
}
.catalog-product-view .product-reviews-summary .review-container .rating-pipe {
  flex: 1;
  background-color: #d3d3d3;
  position: relative;
  width: 73%;
  height: 10px;
}
.catalog-product-view .product-reviews-summary .review-container .filled-pipe {
  height: 100%;
  background-color: #FF9300;
}
.catalog-product-view .product-reviews-summary .review-container .rating-count {
  margin-left: 10px;
  width: 10%;
  color: #acacac;
  font-size: 12px;
}
.catalog-product-view .product-reviews-summary .overall-review-container {
  position: absolute;
  content: "";
  top: 29px;
  right: 20%;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: #f5f5f5;
  padding: 12px;
  box-shadow: 0px 1px 4px 0px #bbbbbb;
}
.catalog-product-view .product-reviews-summary .overall-review-container:before {
  position: absolute;
  content: "";
  top: -19px;
  right: 20%;
  border-style: solid;
  border-width: 9px;
  border-color: transparent transparent #f5f5f5;
}
.catalog-product-view .product-reviews-summary:hover .overall-review-container {
  display: block !important;
}
.footer-top ul.link-follow {
  margin-top: -20px;
}
.footer-top ul.link-follow li {
  display: inline-block;
  margin: 0 1px 5px 0;
  position: relative;
}
.footer-top ul.link-follow li a {
  position: relative;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  background: #1ea8d4;
}
.footer-top ul.link-follow li a:before {
  display: block;
}
.footer-top ul.link-follow li a span {
  display: none;
}
.footer-top ul.link-follow li a.google {
  background: #D11717;
}
.footer-top ul.link-follow li a.facebook {
  background: #3B579D;
}
.footer-top ul.link-follow li a.youtube {
  background: #FF0000;
}
.footer-top ul.link-follow li a:hover {
  background: #ea3a3c;
  color: #fff;
}
.footer-payment {
  margin-bottom: 35px;
  margin-top: 20px;
}
.footer-logo {
  margin-top: 40px;
  margin-bottom: 40px;
}
.footer-top {
  background: #363636;
}
.footer-top .container-size {
  color: #999999;
}
.footer-top .container-size a {
  color: #999999;
}
.footer-top .container-size a:hover {
  color: #ea3a3c;
}
.footer-top .container-size h3,
.footer-top .container-size h4,
.footer-top .container-size h5 {
  color: #ffffff;
}
.footer-top .container-size {
  padding: 40px 0;
  position: relative;
  border-top: 2px solid #4a4a4a;
}
.footer-top .container-size:after {
  content: "";
  height: 2px;
  width: 120px;
  background: #ea3a3c;
  position: absolute;
  left: 0;
  top: -2px;
  z-index: 11;
}
.footer-top .container-size h3,
.footer-top .container-size h4 {
  margin: 20px 0 30px;
  text-transform: uppercase;
  font-size: 2rem;
}
.footer-top ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-top ul.links li {
  margin-bottom: 1.3rem;
}
.footer-top ul.links li a {
  font-size: 1.5rem;
}
.footer-top ul.links li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 5px;
}
.footer-top ul.add {
  color: #fff;
  font-size: 1.4rem;
}
.footer-top ul.add li i {
  font-size: 1.8rem;
  margin-right: 10px;
  color: #ea3a3c;
}
.footer-bottom {
  background: #1a1a1a;
}
.footer-bottom .container-size {
  color: #eeeeee;
  padding: 25px 0;
  overflow: hidden;
  position: relative;
}
.footer-bottom .container-size a {
  color: #ffffff;
}
.footer-bottom .container-size a:hover {
  text-decoration: underline;
}
.footer-bottom .container-size .copyright {
  font-size: 100%;
  display: inline-block;
  margin: 5px 0 0;
}
.footer-bottom .container-size p {
  margin: 0;
}
#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: #ea3a3c;
  border-color: #ea3a3c;
}
#back_top span {
  display: none;
}
#back_top:before {
  content: "\f077";
  font-family: FontAwesome;
}
.owl-theme .owl-controls {
  margin: 0 !important;
}
.owl-theme .owl-controls .owl-buttons > div {
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 0;
  background: #a4a4a4;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 0;
  margin-top: -60px;
  -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;
}
.owl-theme .owl-controls .owl-buttons > div:before {
  font-family: FontAwesome;
  content: "\f054";
  font-size: 1.4rem;
  display: block;
}
.owl-theme .owl-controls .owl-buttons > div:hover {
  background: #ea3a3c;
}
.owl-theme .owl-controls .owl-buttons > div.owl-prev {
  right: 40px;
}
.owl-theme .owl-controls .owl-buttons > div.owl-prev:before {
  content: "\f053";
}
.fix-nav-ozmegamenu {
  z-index: 999;
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(47, 47, 47, 0.76) !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-nav-ozmegamenu .mobile-bar-icon {
  display: none;
}
.fix-nav-ozmegamenu .pt_custommenu {
  background: 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 .title {
  font-size: 36px;
  font-weight: 600;
  margin-top: 30px;
  text-transform: capitalize;
  line-height: 30px;
  margin-bottom: 0;
  color: #000;
}
#newsletter_pop_up .control {
  position: relative;
}
#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 {
  width: 380px;
  height: 41px;
  line-height: 40px;
  padding: 0 10px;
  border: 1px solid #eee;
  color: #333;
  display: inline-block;
  vertical-align: middle;
}
#newsletter_pop_up .content #newsletter-validate-detail1 #newsletter1-error {
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
}
#newsletter_pop_up .content #newsletter-validate-detail1 .subscribe-bottom {
  margin-top: 15px;
}
#newsletter_pop_up .content #newsletter-validate-detail1 .subscribe-bottom input {
  vertical-align: top;
}
#newsletter_pop_up .content #newsletter-validate-detail1 .subscribe-bottom label {
  font-size: 1.4rem;
  color: #7d7d7d;
  margin-top: 4px;
  line-height: 13px;
}
#newsletter_pop_up .newsletter .actions {
  display: inline-block;
  vertical-align: middle;
}
.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;
}
.ma-newsletter .subscribe .control input {
  background: none;
  border: 1px solid #575757;
  box-shadow: none;
  width: 100%;
  height: 38px;
  font-size: 1.2rem;
}
.ma-newsletter .subscribe .control button {
  background: #ea3a3c;
  color: #fff;
  border-radius: 0;
  border: 0;
  margin: 15px 0 0;
}
.ma-newsletter .subscribe .control button:hover {
  background: #444;
}
.switcher {
  float: right;
}
.switcher .switcher-options {
  position: relative;
}
.switcher .switcher-options strong {
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 35px;
  text-transform: capitalize;
  display: inline-block;
  cursor: pointer;
}
.switcher .switcher-options .mage-dropdown-dialog {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  bottom: 25px;
}
.switcher .switcher-options .mage-dropdown-dialog a {
  color: #69686c;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  display: none;
}
.ma-countdown {
  padding: 50px 0;
  background: url(../images/bkg-time.jpg) no-repeat;
  background-color: #444;
  margin-bottom: 50px;
}
.ma-countdown .timer-title {
  padding-left: 10px;
  padding-right: 10px;
}
.ma-countdown .timer-title h3 {
  color: #fff;
}
form#contact-form {
  margin: 30px 0;
}
@media only screen and (max-width: 1199px) {
  .pt_custommenu div.pt_menu .parentMenu a,
  .pt_custommenu div.pt_menu .parentMenu span.block-title {
    font-size: 1.2rem;
    padding: 0 9px;
  }
  #search_mini_form .search {
    width: 50%;
  }
}
@media only screen and (max-width: 992px) {
  .mobile-bar-icon {
    visibility: visible;
    display: block;
  }
  .fix-header-container {
    display: none;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content {
    top: 10%;
  }
  .pt-banner-container .pt-banner-caption .pt-title2 {
    font-size: 3rem;
  }
  .static-info .static_info {
    padding-top: 0;
  }
  .static-info .static_info h4 {
    font-size: 18px;
  }
  .static-info .static_info p {
    font-size: 15px;
  }
  .product-item-info .product-item-details .product-item-actions .add-to-cart-primary button.tocart:before {
    display: none;
  }
  .pt-recentproduct-container {
    margin-top: 30px;
  }
  .fix-nav-ozmegamenu {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #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;
  }
  .pt-banner-container .pt-banner-caption .pt-title3 {
    font-size: 3.5rem;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content {
    top: 10%;
  }
  .box-col {
    margin-top: 20px;
  }
  .box-col img {
    width: 100%;
  }
  .footer-title {
    margin-top: 20px;
  }
  .ma-block-top .col-left,
  .ma-block-top .col-right {
    width: 100%;
    float: none;
  }
  .ma-block-top {
    background: none;
  }
  .ma-block-top .container-size {
    margin-top: 20px;
  }
  .static-info .info {
    margin-bottom: 20px;
  }
  .header-content {
    padding: 20px 0;
    text-align: center;
  }
  .header-content .logo-home {
    margin-bottom: 20px;
  }
  .header-content #search_mini_form .search {
    float: none;
    display: inline-block;
    margin-bottom: 20px;
  }
  .header-content .contact-link {
    float: none;
    display: inline-block;
  }
  .testimo-slider {
    margin-top: 20px;
  }
  .footer-bottom .container-size p {
    text-align: left;
  }
}
@media only screen and (min-width: 479px) and (max-width: 767px) {
  .footer-top .container-size [class*="col-"] {
    width: 50%;
    float: left;
    margin-bottom: 20px;
  }
  .footer-top .container-size [class*="col-"]:nth-of-type(2n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 640px) {
  .products-grid .product-item {
    margin-bottom: 30px;
  }
  .timerproducts .products-grid-time .product-item .item-inner .product-item-info .product-images {
    width: 100%;
  }
  .timerproducts .countdown-container {
    top: 20px;
  }
  .timerproducts .products-grid-time .product-item .item-inner .product-item-info .product-item-details {
    padding: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .products-grid .product-item {
    width: 100%;
  }
  .products-list .product-item-photo,
  .products-list .product-item-details {
    display: block;
    width: 100%;
  }
  .static_center [class*="col-xs-"] {
    width: 100%;
  }
  .products-list .product-items .product-item .product-item-info .product-item-photo {
    width: 100%;
  }
  .pt-banner-container .pt-banner-caption .pt-title2,
  .pt-banner-container .pt-banner-caption .pt-title3 {
    font-size: 2rem;
  }
  #search_mini_form {
    right: -90px;
  }
  .products-list .product-item-info .product-item-images {
    width: 100%;
  }
  .products-list .product-item-info .product-item-details {
    width: 100%;
  }
  #search_mini_form .search {
    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%;
  }
}
