.border-radius-50per {
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cms-index-index.boxed-all .main-container,
.cms-index-index.boxed-content .main-container,
.cms-index-index.boxed-all .main-container .parten-bg,
.cms-index-index.boxed-content .main-container .parten-bg {
  background: #ffffff;
}
.all-cate-slider {
  padding: 0 !important;
}
.all-cate-slider .all-cate-col {
  padding-right: 0;
}
.all-cate-slider .slider-col {
  padding-left: 0;
}
.all-cate-slider .side-custom-menu {
  border: 1px solid #d7d7d7;
}
.all-cate-slider .side-custom-menu h2 {
  height: 58px;
  border-bottom: 1px solid #d7d7d7;
  background: #e74c3c;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: 58px;
}
.all-cate-slider .side-custom-menu h2 i {
  font-size: 18px;
  padding-right: 20px;
  padding-left: 15px;
}
.all-cate-slider .side-custom-menu ul {
  padding: 15px 10px;
  background-color: #ffffff;
}
.all-cate-slider .side-custom-menu ul li {
  padding: 15px 0;
  border-bottom: 1px solid #d7d7d7;
}
.all-cate-slider .side-custom-menu ul li:last-child {
  border-bottom: 0px solid transparent;
}
.all-cate-slider .side-custom-menu ul li a span {
  color: #cccccc;
  padding-right: 20px;
  font-size: 18px;
  line-height: 18px;
  min-width: 50px;
  display: inline-block;
}
.all-cate-slider .side-custom-menu ul li a i {
  float: right;
  font-size: 18px;
  line-height: 18px;
}
.home-category .info {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
}
.home-category .info a {
  color: #fff;
  font-size: 0;
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  white-space: nowrap;
}
.home-category .info a:before {
  border: 1px solid #fff;
  border-radius: 100%;
  content: "";
  height: 0px;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  visibility: hidden;
  width: 0px;
}
.home-category .info a:hover {
  color: #25bce9;
}
.home-category .block {
  position: relative;
  float: left;
}
.home-category .block .box-left,
.home-category .block .box-right,
.home-category .block .inner-bottom,
.home-category .block .inner-top,
.home-category .block .image {
  position: relative;
  float: left;
}
.home-category .block .image:before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  top: 0;
  left: 0;
  transform: scale(0.5);
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  visibility: hidden;
}
.home-category .block-left:hover .info a {
  font-size: 128.57%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  margin-left: -45px;
  margin-top: -13px;
}
.home-category .block-left:hover .info a:before {
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  height: 150px;
  width: 150px;
  visibility: visible;
  opacity: 1;
  margin-top: -75px;
  margin-left: -75px;
}
.home-category .block-left:hover .image:before {
  transform: scale(1);
  visibility: visible;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  opacity: 1;
}
.home-category .block-center .inner-top a {
  float: left;
}
.home-category .block-center .inner-top a.frist {
  margin-right: 28px;
}
.home-category .block-center .inner-top .box-left:hover .info a {
  font-size: 128.57%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  margin-left: -45px;
  margin-top: 0px;
}
.home-category .block-center .inner-top .box-left:hover .info a:before {
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  height: 150px;
  width: 150px;
  visibility: visible;
  opacity: 1;
  margin-top: -75px;
  margin-left: -75px;
}
.home-category .block-center .inner-top .box-left:hover .image:before {
  transform: scale(1);
  visibility: visible;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  opacity: 1;
}
.home-category .block-center .inner-top .box-right:hover .info a {
  font-size: 128.57%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  margin-left: -45px;
  margin-top: 0px;
}
.home-category .block-center .inner-top .box-right:hover .info a:before {
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  height: 150px;
  width: 150px;
  visibility: visible;
  opacity: 1;
  margin-top: -75px;
  margin-left: -75px;
}
.home-category .block-center .inner-top .box-right:hover .image:before {
  transform: scale(1);
  visibility: visible;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  opacity: 1;
}
.home-category .block-center .inner-bottom {
  margin-top: 14px;
  float: left;
}
.home-category .block-center .inner-bottom:hover .info a {
  font-size: 128.57%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  margin-left: -45px;
  margin-top: -13px;
}
.home-category .block-center .inner-bottom:hover .info a:before {
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  height: 150px;
  width: 150px;
  visibility: visible;
  opacity: 1;
  margin-top: -75px;
  margin-left: -75px;
}
.home-category .block-center .inner-bottom:hover .image:before {
  transform: scale(1);
  visibility: visible;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  opacity: 1;
}
.home-category .block-right .inner-top:hover .info a {
  font-size: 128.57%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  margin-left: -66px;
  margin-top: -13px;
}
.home-category .block-right .inner-top:hover .info a:before {
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  height: 150px;
  width: 150px;
  visibility: visible;
  opacity: 1;
  margin-top: -75px;
  margin-left: -75px;
}
.home-category .block-right .inner-top:hover .image:before {
  transform: scale(1);
  visibility: visible;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  opacity: 1;
}
.home-category .block-right .inner-bottom {
  margin-top: 14px;
}
.home-category .block-right .inner-bottom:hover .info a {
  font-size: 128.57%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  margin-left: -57px;
  margin-top: -13px;
}
.home-category .block-right .inner-bottom:hover .info a:before {
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  height: 124px;
  width: 124px;
  visibility: visible;
  opacity: 1;
  margin-top: -62px;
  margin-left: -62px;
}
.home-category .block-right .inner-bottom:hover .image:before {
  transform: scale(1);
  visibility: visible;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  opacity: 1;
}
.home-category.layout_2 .block-center .inner-bottom {
  margin-top: 22px;
}
.home-category.layout_3 {
  padding-bottom: 0 !important;
}
.home-category.layout_3 .thumb1 {
  margin-bottom: 30px;
}
.home-category.layout_3 a {
  position: relative;
  display: block;
  cursor: pointer;
}
.home-category.layout_3 a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transform: scale(0.5);
  z-index: 1;
}
.home-category.layout_3 a:hover:before {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.home-category.layout_4 {
  padding-bottom: 0 !important;
}
.home-category.layout_4 .cate-banner-col {
  float: left;
  padding: 0 15px;
}
.home-category.layout_4 a {
  position: relative;
  display: block;
  cursor: pointer;
}
.home-category.layout_4 a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transform: scale(0.5);
  z-index: 1;
}
.home-category.layout_4 a:hover:before {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.trust-w.style2 {
  position: relative;
  padding: 0 !important;
}
.trust-w.style2 .left-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background: #25bce9;
}
.trust-w.style2 .right-bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background: #d1d3d4;
}
.trust-w.style2 .block-trust {
  padding-top: 60px;
  padding-bottom: 60px;
}
.trust-w.style2 .block-trust.trust-col-time-delivery {
  background: #f1f2f2;
}
.trust-w.style2 .block-trust.trust-col-eco-minded {
  background: #e6e7e8;
}
.trust-w.style2 .block-trust.trust-col-quantity .tr-icon {
  background: #fff;
}
.trust-w.style2 .block-trust.trust-col-quantity .tr-icon i {
  color: #25bce9;
}
.trust-w.style2 .block-trust.trust-col-quantity .tr-text h3 {
  color: #fff;
}
.trust-w.style2 .block-trust.trust-col-quantity .tr-text > p {
  color: #fff;
}
.trust-w.style2 .block-trust.trust-col-quantity .tr-text .btn-readmore {
  border-color: #ffffff;
  background: #ffffff;
}
.trust-w.style2 .block-trust.trust-col-quantity .tr-text .btn-readmore:hover {
  background: #25bce9;
}
.trust-w.style2 .block-trust .tr-text > p {
  min-height: 60px;
}
.trust-w.style3 {
  background: #323232;
}
.trust-w.style3 .block-trust {
  text-align: left;
}
.trust-w.style3 .block-trust .tr-text h3 {
  color: #fff;
}
.trust-w.style3 .block-trust .tr-text > p {
  color: #fff;
}
.trust-w.style3 .block-trust .tr-text .tr-line {
  width: 30px;
  height: 2px;
  background: #afe168;
}
.trust-w.style3 .block-trust .tr-text .btn-readmore {
  background: transparent;
  color: #afe168;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #afe168;
}
.trust-w.style3 .block-trust .tr-text .btn-readmore:hover {
  background: transparent;
  color: #afe168;
}
.trust-w.style4 {
  position: relative;
  padding: 0 !important;
  padding-top: 99px !important;
  padding-bottom: 99px !important;
}
.trust-w.style4 .left-border {
  border-bottom: 40px solid #fc6456;
  border-left: 476px solid #fc6456;
  border-right: 476px solid transparent;
  border-top: 40px solid transparent;
  position: absolute;
  height: 0;
  width: 0;
  top: -80px;
  left: 0;
  display: block;
  content: '';
}
.trust-w.style4 .right-border {
  border-bottom: 40px solid #f2f2f2;
  border-left: 476px solid transparent;
  border-right: 476px solid #f2f2f2;
  border-top: 40px solid transparent;
  position: absolute;
  height: 0;
  width: 0;
  top: -80px;
  right: 0;
  display: block;
  content: '';
}
.trust-w.style4 .left-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background: #fc6456;
}
.trust-w.style4 .right-bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background: #f2f2f2;
}
.trust-w.style4 .block-trust {
  text-align: left;
}
.trust-w.style4 .block-trust.trust-col-eco-minded {
  padding-left: 30px;
}
.trust-w.style4 .block-trust .tr-text .tr-line {
  width: 30px;
  height: 2px;
}
.trust-w.style4 .block-trust .tr-text .btn-readmore {
  background: transparent;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.trust-w.style4 .block-trust .tr-text .btn-readmore:hover {
  background: transparent;
  cursor: pointer;
}
.trust-w.style4 .block-trust:nth-child(1) .tr-text h3,
.trust-w.style4 .block-trust:nth-child(2) .tr-text h3 {
  color: #ffffff;
}
.trust-w.style4 .block-trust:nth-child(1) .tr-text > p,
.trust-w.style4 .block-trust:nth-child(2) .tr-text > p {
  color: #ffffff;
}
.trust-w.style4 .block-trust:nth-child(1) .tr-line,
.trust-w.style4 .block-trust:nth-child(2) .tr-line {
  background: #ffffff;
}
.trust-w.style4 .block-trust:nth-child(1) .btn-readmore,
.trust-w.style4 .block-trust:nth-child(2) .btn-readmore {
  border-color: #ffffff;
  color: #ffffff;
}
.trust-w.style4 .block-trust:nth-child(3) .tr-text h3,
.trust-w.style4 .block-trust:nth-child(4) .tr-text h3 {
  color: #fc6456;
}
.trust-w.style4 .block-trust:nth-child(3) .tr-text > p,
.trust-w.style4 .block-trust:nth-child(4) .tr-text > p {
  color: #fc6456;
}
.trust-w.style4 .block-trust:nth-child(3) .tr-line,
.trust-w.style4 .block-trust:nth-child(4) .tr-line {
  background: #fc6456;
}
.trust-w.style4 .block-trust:nth-child(3) .btn-readmore,
.trust-w.style4 .block-trust:nth-child(4) .btn-readmore {
  border-color: #fc6456;
  color: #fc6456;
}
.home-promotion-product.layout_2 {
  background: #323232;
}
.home-promotion-product.layout_2 .block-title-w h2 {
  color: #ffffff;
}
.home-promotion-product.layout_2 .block-title-w span.icon-title {
  height: 1px;
}
.home-promotion-product.layout_2 .block-title-w span.icon-title > span {
  background-color: #afe168;
}
.home-promotion-product.layout_2 .block-title-w span.icon-title i.fa-star {
  display: none;
}
.home-promotion-product.layout_2 .add-to-cart + .tooltip > .tooltip-inner {
  background: #afe168;
}
.home-promotion-product.layout_2 .add-to-cart + .tooltip > .tooltip-arrow {
  border-top-color: #afe168;
}
.home-promotion-product.layout_2 .add-to-wishlist + .tooltip > .tooltip-inner {
  background: #afe168;
}
.home-promotion-product.layout_2 .add-to-wishlist + .tooltip > .tooltip-arrow {
  border-top-color: #afe168;
}
.home-promotion-product.layout_2 .add-to-compare + .tooltip > .tooltip-inner {
  background: #afe168;
}
.home-promotion-product.layout_2 .add-to-compare + .tooltip > .tooltip-arrow {
  border-top-color: #afe168;
}
.home-promotion-product.layout_2 .quick-view + .tooltip > .tooltip-inner {
  background: #afe168;
}
.home-promotion-product.layout_2 .quick-view + .tooltip > .tooltip-arrow {
  border-top-color: #afe168;
}
.home-promotion-product.layout_2 .pro-item .product-image-action > a.product-image:before {
  background: rgba(0, 0, 0, 0.5);
}
.home-promotion-product.layout_2 .pro-item .product-image-action .action > a:hover,
.home-promotion-product.layout_2 .pro-item .product-image-action .action > button:hover {
  background-color: #afe168;
}
.home-promotion-product.layout_2 .pro-item a.product-name {
  color: #ffffff;
}
.home-promotion-product.layout_2 .pro-item .price-box .special-price .price {
  color: #afe168;
}
.home-promotion-product.layout_2 .pro-item .no-rating a {
  color: #ffffff;
}
.home-promotion-product.layout_3 {
  background: url(../images/printshop/promotion_bg_layout3.jpg) 50% 0 no-repeat fixed;
  background-size: cover;
  min-height: 930px;
  padding-top: 150px !important;
  padding-bottom: 155px !important;
}
.home-promotion-product.layout_3 .block-title-w {
  text-align: right;
  overflow: hidden;
  margin-bottom: 60px;
  margin-top: 5px;
}
.home-promotion-product.layout_3 .block-title-w h3 {
  font-size: 24px;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
}
.home-promotion-product.layout_3 .block-title-w h2.block-title {
  font-size: 72px;
  color: #333333;
  margin-bottom: 0px;
  font-weight: bold;
  text-transform: capitalize;
}
.home-promotion-product.layout_3 .block-title-w .title-bottom {
  text-align: left;
  float: right;
}
.home-promotion-product.layout_3 .block-title-w .title-bottom p {
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  float: left;
  margin: 0;
}
.home-promotion-product.layout_3 .block-title-w .title-bottom p span {
  font-weight: bold;
}
.home-promotion-product.layout_3 .block-title-w .title-bottom a {
  float: right;
  color: #ffffff;
  padding: 5px 10px;
  background: #e7513b;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 12px;
  margin-left: 15px;
}
.home-promotion-product.layout_3 h2.title-content {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #444444;
  margin-bottom: 30px;
}
.home-promotion-product.layout_3 .pro-item .product-image-action .action button:hover,
.home-promotion-product.layout_3 .pro-item .product-image-action .action a:hover {
  background: #e7513b;
}
.home-promotion-product.layout_3 .pro-item .product-image-action .action button + .tooltip > .tooltip-inner,
.home-promotion-product.layout_3 .pro-item .product-image-action .action a + .tooltip > .tooltip-inner {
  background: #e7513b;
}
.home-promotion-product.layout_3 .pro-item .product-image-action .action button + .tooltip > .tooltip-arrow,
.home-promotion-product.layout_3 .pro-item .product-image-action .action a + .tooltip > .tooltip-arrow {
  border-top-color: #e7513b;
}
.home-promotion-product.layout_3 a.product-name {
  margin-bottom: 10px;
}
.home-promotion-product.layout_3 .price-box .regular-price .price {
  color: #444444;
}
.home-promotion-product.layout_3 .price-box .old-price .price {
  color: #444444;
}
.home-promotion-product.layout_3 .price-box .special-price .price {
  color: #444444;
}
.home-promotion-product.layout_3 .ratings {
  margin: 0;
  width: 100%;
  position: relative;
}
.home-promotion-product.layout_3 .ratings:before {
  content: '';
  width: 50px;
  border-bottom: 1px solid #444444;
  position: absolute;
  left: 30px;
  bottom: 3px;
}
.home-promotion-product.layout_3 .ratings:after {
  content: '';
  width: 50px;
  border-bottom: 1px solid #444444;
  position: absolute;
  right: 30px;
  bottom: 3px;
}
.home-promotion-product.layout_3 .ratings .rating-box {
  background: url("../images/bkg_rating_grey.png") repeat-x scroll 0px 6px transparent;
}
.home-promotion-product.layout_3 .ratings .rating-box .rating {
  background: url("../images/bkg_rating_grey.png") repeat-x scroll 0px 100% transparent;
}
.home-new-product.layout_2 {
  background: #323232;
}
.home-new-product.layout_2 .block-title-w h2 {
  color: #ffffff;
}
.home-new-product.layout_2 .block-title-w span.icon-title {
  height: 1px;
}
.home-new-product.layout_2 .block-title-w span.icon-title > span {
  background-color: #afe168;
}
.home-new-product.layout_2 .block-title-w span.icon-title i.fa-star {
  display: none;
}
.home-new-product.layout_2 .block-title-w ul li {
  background: #ffffff;
  border-color: #ffffff;
}
.home-new-product.layout_2 .block-title-w ul li.active {
  background: #afe168;
  border-color: #afe168;
}
.home-new-product.layout_2 .block-title-w ul li:hover {
  background: #afe168;
  border-color: #afe168;
}
.home-new-product.layout_2 .add-to-cart + .tooltip > .tooltip-inner {
  background: #afe168;
}
.home-new-product.layout_2 .add-to-cart + .tooltip > .tooltip-arrow {
  border-top-color: #afe168;
}
.home-new-product.layout_2 .add-to-wishlist + .tooltip > .tooltip-inner {
  background: #afe168;
}
.home-new-product.layout_2 .add-to-wishlist + .tooltip > .tooltip-arrow {
  border-top-color: #afe168;
}
.home-new-product.layout_2 .add-to-compare + .tooltip > .tooltip-inner {
  background: #afe168;
}
.home-new-product.layout_2 .add-to-compare + .tooltip > .tooltip-arrow {
  border-top-color: #afe168;
}
.home-new-product.layout_2 .quick-view + .tooltip > .tooltip-inner {
  background: #afe168;
}
.home-new-product.layout_2 .quick-view + .tooltip > .tooltip-arrow {
  border-top-color: #afe168;
}
.home-new-product.layout_2 .pro-item .product-image-action > a.product-image:before {
  background: rgba(0, 0, 0, 0.5);
}
.home-new-product.layout_2 .pro-item .product-image-action .action > a:hover,
.home-new-product.layout_2 .pro-item .product-image-action .action > button:hover {
  background-color: #afe168;
}
.home-new-product.layout_2 .pro-item a.product-name,
.home-new-product.layout_2 .pro-item h3.product-name {
  color: #ffffff;
}
.home-new-product.layout_2 .pro-item .price-box .special-price .price {
  color: #afe168;
}
.home-new-product.layout_2 .pro-item .no-rating a {
  color: #ffffff;
}
.home-new-product.layout_2 .pro-item.large-item a.view-more {
  background-color: #afe168;
}
.home-new-product.layout_3 {
  background: url(../images/printshop/newproduct_bg_layout3.jpg) 50% 0 no-repeat fixed;
  background-size: cover;
  min-height: 930px;
  padding-top: 150px !important;
  padding-bottom: 0 !important;
}
.home-new-product.layout_3 .block-title-w {
  text-align: left;
  overflow: hidden;
  margin-bottom: 60px;
  margin-top: 5px;
}
.home-new-product.layout_3 .block-title-w h3 {
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
}
.home-new-product.layout_3 .block-title-w h2.block-title {
  font-size: 72px;
  color: #ffffff;
  margin-bottom: 0px;
  font-weight: bold;
  text-transform: capitalize;
}
.home-new-product.layout_3 .block-title-w .title-bottom {
  text-align: left;
  float: left;
}
.home-new-product.layout_3 .block-title-w .title-bottom p {
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
  float: left;
  margin: 0;
}
.home-new-product.layout_3 .block-title-w .title-bottom p span {
  font-weight: bold;
  color: #ffffff;
}
.home-new-product.layout_3 .block-title-w .title-bottom a {
  float: right;
  color: #ffffff;
  padding: 5px 10px;
  background: #e7513b;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 12px;
  margin-left: 15px;
}
.home-new-product.layout_3 h2.title-content {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 30px;
}
.home-new-product.layout_3 .pro-item .product-image-action .action button:hover,
.home-new-product.layout_3 .pro-item .product-image-action .action a:hover {
  background: #e7513b;
}
.home-new-product.layout_3 .pro-item .product-image-action .action button + .tooltip > .tooltip-inner,
.home-new-product.layout_3 .pro-item .product-image-action .action a + .tooltip > .tooltip-inner {
  background: #e7513b;
}
.home-new-product.layout_3 .pro-item .product-image-action .action button + .tooltip > .tooltip-arrow,
.home-new-product.layout_3 .pro-item .product-image-action .action a + .tooltip > .tooltip-arrow {
  border-top-color: #e7513b;
}
.home-new-product.layout_3 a.product-name {
  margin-bottom: 10px;
  color: #ffffff;
}
.home-new-product.layout_3 .price-box .regular-price .price {
  color: #ffffff;
}
.home-new-product.layout_3 .price-box .old-price .price {
  color: #ffffff;
}
.home-new-product.layout_3 .price-box .special-price .price {
  color: #ffffff;
}
.home-new-product.layout_3 .ratings {
  margin: 0;
  width: 100%;
  position: relative;
}
.home-new-product.layout_3 .ratings:before {
  content: '';
  width: 50px;
  border-bottom: 1px solid #ffffff;
  position: absolute;
  left: 30px;
  bottom: 3px;
}
.home-new-product.layout_3 .ratings:after {
  content: '';
  width: 50px;
  border-bottom: 1px solid #ffffff;
  position: absolute;
  right: 30px;
  bottom: 3px;
}
.home-new-product.layout_3 .ratings .rating-box {
  background: url("../images/bkg_rating_white.png") repeat-x scroll 0px 6px transparent;
}
.home-new-product.layout_3 .ratings .rating-box .rating {
  background: url("../images/bkg_rating_white.png") repeat-x scroll 0px 100% transparent;
}
.home-new-product.layout_4 {
  padding-bottom: 0 !important;
}
.home-new-product.layout_4 .block-title-w {
  margin-top: 0;
}
.home-new-product.layout_4 .block-title-w ul {
  margin-top: 0;
  text-align: left;
  padding: 0 15px;
  display: block;
  overflow: hidden;
}
.home-new-product.layout_4 .block-title-w ul li {
  background-color: transparent;
  background: transparent;
  border: none;
  margin: 0;
}
.home-new-product.layout_4 .block-title-w ul li a {
  font-size: 21px;
  font-weight: 900;
  color: #cccccc;
  padding-left: 0;
}
.home-new-product.layout_4 .block-title-w ul li a:before {
  content: '';
  width: 15px;
  display: inline-block;
  height: 15px;
  background-color: #cccccc;
  margin-right: 8px;
}
.home-new-product.layout_4 .block-title-w ul li.active {
  background-color: transparent;
  background: transparent;
  border: none;
}
.home-new-product.layout_4 .block-title-w ul li.active a {
  color: #444444;
}
.home-new-product.layout_4 .block-title-w ul li.active a:before {
  background-color: #e74c3c;
}
.home-new-product.layout_4 .block-title-w ul li:hover {
  background-color: transparent;
  background: transparent;
  border: none;
}
.home-new-product.layout_4 .block-title-w ul li:hover a {
  color: #444444;
}
.home-new-product.layout_4 .block-title-w ul li:hover a:before {
  background-color: #e74c3c;
}
.home-new-product.layout_4 .tab-content .new_cate_col ul {
  padding: 50px 15px 15px 15px;
  background-color: #e74c3c;
  min-height: 433px;
}
.home-new-product.layout_4 .tab-content .new_cate_col ul li a {
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 10px;
  display: block;
}
.home-new-product.layout_4 .tab-content .new_product_col {
  padding-right: 0;
  padding-left: 0;
}
.home-new-product.layout_4 .tab-content .pro-item {
  padding: 0 15px;
}
.home-new-product.layout_4 .tab-content .owl-controls {
  margin: 0;
}
.home-new-product.layout_4 .product-image-action {
  border: 1px solid #d7d7d7;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #ffffff;
}
.home-new-product.layout_4 .product-image-action .product-icon {
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: auto;
  height: auto;
  padding: 5px 10px;
  line-height: 15px;
  left: auto;
  right: 15px;
}
.home-new-product.layout_4 .product-image-action .product-icon.sale-icon {
  background-color: #ff9801;
}
.home-new-product.layout_4 .product-image-action .product-icon.new-icon {
  background-color: #84c351;
}
.home-new-product.layout_4 .product-info {
  margin-top: 0;
  background: #fff;
  border: 1px solid #d7d7d7;
  border-top: none;
  padding-bottom: 20px;
  min-height: 170px;
}
.home-new-product.layout_4 .product-info .action {
  overflow: hidden;
  display: block;
  width: 100%;
}
.home-new-product.layout_4 .product-info .action .add-to-cart {
  border: none;
  width: 80%;
  text-align: left;
}
.home-new-product.layout_4 .product-info .action .add-to-cart i {
  font-size: 16px;
  padding-right: 10px;
}
.home-new-product.layout_4 .product-info .action .add-to-cart i:before {
  top: 0;
}
.home-new-product.layout_4 .product-info .action .add-to-cart:hover {
  background-color: #e74c3c;
}
.home-new-product.layout_4 .product-info .action .quick-view {
  border: none;
  border-left: 1px solid #d7d7d7;
  float: right;
  height: 40px;
  min-width: 40px;
  width: 20%;
}
.home-new-product.layout_4 .product-info .action .quick-view i {
  font-size: 16px;
}
.home-new-product.layout_4 .product-info .action .quick-view:hover {
  background-color: #e74c3c;
}
.home-new-product.layout_4 .product-info .product-name {
  border-top: 1px solid #d7d7d7;
  padding-top: 20px;
  font-size: 14px;
  float: none;
  display: block;
}
.home-new-product.layout_4 .product-info .product-name:hover {
  color: #e74c3c;
}
.home-new-product.layout_4 .product-info .ratings {
  margin-left: 0;
  margin-top: 10px;
}
.home-new-product.layout_4 .product-info .ratings .rating-box {
  width: 68px;
  background: url(../images/bkg_rating_ccc.png) repeat-x scroll 0px 6px transparent;
}
.home-new-product.layout_4 .product-info .ratings .rating-box .rating {
  background: url(../images/bkg_rating_ccc.png) repeat-x scroll 0px 100% transparent;
}
.home-new-product.layout_4 .product-info .price-box {
  display: block;
}
.home-new-product.layout_4 .product-info .price-box .regular-price .price {
  font-size: 21px;
  color: #e74c3c;
}
.home-new-product.layout_4 .product-info .price-box .special-price .price {
  font-size: 21px;
  color: #e74c3c;
}
.home-new-product.layout_4 .product-info .price-box .old-price .price {
  font-size: 21px;
  color: #cccccc;
}
.home-new-product.layout_4 .product-info .price-box .old-price .price:after {
  display: none;
}
.home-new-product.layout_5 {
  padding-bottom: 0 !important;
}
.home-new-product.layout_5 .block-title-w {
  margin-top: 0;
  overflow: hidden;
  padding: 0 15px;
}
.home-new-product.layout_5 .block-title-w h2 {
  float: left;
  font-size: 21px;
  font-weight: 900;
  padding-left: 0;
  margin-bottom: 3px;
}
.home-new-product.layout_5 .block-title-w h2:before {
  content: '';
  width: 15px;
  display: inline-block;
  height: 15px;
  background-color: #e74c3c;
  margin-right: 8px;
}
.home-new-product.layout_5 .block-title-w ul {
  float: right;
  margin-top: 0;
  margin-right: 10px;
  text-align: left;
  display: block;
  overflow: hidden;
}
.home-new-product.layout_5 .block-title-w ul li {
  background-color: transparent;
  background: transparent;
  border: none;
  margin: 0;
}
.home-new-product.layout_5 .block-title-w ul li a {
  font-size: 18px;
  color: #444444;
  border-right: 1px solid #cccccc;
  margin-right: 14px;
  line-height: 18px;
  padding-left: 0;
}
.home-new-product.layout_5 .block-title-w ul li.active {
  background-color: transparent;
  background: transparent;
  border: none;
}
.home-new-product.layout_5 .block-title-w ul li.active a {
  color: #e74c3c;
}
.home-new-product.layout_5 .block-title-w ul li:hover {
  background-color: transparent;
  background: transparent;
  border: none;
}
.home-new-product.layout_5 .block-title-w ul li:hover a {
  cursor: pointer;
  color: #e74c3c;
}
.home-new-product.layout_5 .block-title-w ul li:last-child a {
  border-right: none;
}
.home-new-product.layout_5 .tab-content .new_cate_col ul {
  padding: 50px 15px 15px 15px;
  background-color: #e74c3c;
  min-height: 433px;
}
.home-new-product.layout_5 .tab-content .new_cate_col ul li a {
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 10px;
  display: block;
}
.home-new-product.layout_5 .tab-content .new_product_col {
  padding-right: 0;
  padding-left: 0;
}
.home-new-product.layout_5 .tab-content .pro-item {
  padding: 0 15px;
}
.home-new-product.layout_5 .tab-content .owl-controls {
  margin: 0;
}
.home-new-product.layout_5 .product-image-action {
  border: 1px solid #d7d7d7;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #ffffff;
}
.home-new-product.layout_5 .product-image-action .product-icon {
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: auto;
  height: auto;
  padding: 5px 10px;
  line-height: 15px;
  left: auto;
  right: 15px;
}
.home-new-product.layout_5 .product-image-action .product-icon.sale-icon {
  background-color: #ff9801;
}
.home-new-product.layout_5 .product-image-action .product-icon.new-icon {
  background-color: #84c351;
}
.home-new-product.layout_5 .product-info {
  margin-top: 0;
  background: #fff;
  border: 1px solid #d7d7d7;
  border-top: none;
  padding-bottom: 20px;
  min-height: 170px;
}
.home-new-product.layout_5 .product-info .action {
  overflow: hidden;
  display: block;
  width: 100%;
}
.home-new-product.layout_5 .product-info .action .add-to-cart {
  border: none;
  width: 80%;
  text-align: left;
}
.home-new-product.layout_5 .product-info .action .add-to-cart i {
  font-size: 16px;
  padding-right: 10px;
}
.home-new-product.layout_5 .product-info .action .add-to-cart i:before {
  top: 0;
}
.home-new-product.layout_5 .product-info .action .add-to-cart:hover {
  background-color: #e74c3c;
}
.home-new-product.layout_5 .product-info .action .quick-view {
  border: none;
  border-left: 1px solid #d7d7d7;
  float: right;
  height: 40px;
  min-width: 40px;
  width: 20%;
}
.home-new-product.layout_5 .product-info .action .quick-view i {
  font-size: 16px;
}
.home-new-product.layout_5 .product-info .action .quick-view:hover {
  background-color: #e74c3c;
}
.home-new-product.layout_5 .product-info .product-name {
  border-top: 1px solid #d7d7d7;
  padding-top: 20px;
  font-size: 14px;
  float: none;
  display: block;
}
.home-new-product.layout_5 .product-info .product-name:hover {
  color: #e74c3c;
}
.home-new-product.layout_5 .product-info .ratings {
  margin-left: 0;
  margin-top: 10px;
}
.home-new-product.layout_5 .product-info .ratings .rating-box {
  width: 68px;
  background: url(../images/bkg_rating_ccc.png) repeat-x scroll 0px 6px transparent;
}
.home-new-product.layout_5 .product-info .ratings .rating-box .rating {
  background: url(../images/bkg_rating_ccc.png) repeat-x scroll 0px 100% transparent;
}
.home-new-product.layout_5 .product-info .price-box {
  display: block;
}
.home-new-product.layout_5 .product-info .price-box .regular-price .price {
  font-size: 21px;
  color: #e74c3c;
}
.home-new-product.layout_5 .product-info .price-box .special-price .price {
  font-size: 21px;
  color: #e74c3c;
}
.home-new-product.layout_5 .product-info .price-box .old-price .price {
  font-size: 21px;
  color: #cccccc;
}
.home-new-product.layout_5 .product-info .price-box .old-price .price:after {
  display: none;
}
.home-tab-product {
  padding-bottom: 0 !important;
}
.home-tab-product .block-title-w {
  margin-top: 0;
}
.home-tab-product .block-title-w ul {
  margin-top: 0;
  text-align: left;
  display: block;
  overflow: hidden;
}
.home-tab-product .block-title-w ul li {
  background-color: transparent;
  background: transparent;
  border: none;
  margin: 0;
}
.home-tab-product .block-title-w ul li a {
  padding-left: 0;
}
.home-tab-product .block-title-w ul li.active {
  background-color: transparent;
  background: transparent;
  border: none;
}
.home-tab-product .block-title-w ul li:hover {
  background-color: transparent;
  background: transparent;
  border: none;
}
.home-tab-product .block-title-w ul li:hover a {
  cursor: pointer;
}
.home-tab-product .tab-content .pro-item {
  padding: 0 15px;
}
.home-tab-product .tab-content .owl-controls {
  margin: 0;
}
.home-tab-product .product-image-action {
  border: 1px solid #d7d7d7;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #ffffff;
}
.home-tab-product .product-image-action .product-icon {
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: auto;
  height: auto;
  padding: 5px 10px;
  line-height: 15px;
  left: auto;
  right: 15px;
}
.home-tab-product .product-image-action .product-icon.sale-icon {
  background-color: #ff9801;
}
.home-tab-product .product-image-action .product-icon.new-icon {
  background-color: #84c351;
}
.home-tab-product .product-info {
  margin-top: 0;
  background: #fff;
  border: 1px solid #d7d7d7;
  border-top: none;
  padding-bottom: 20px;
  min-height: 170px;
}
.home-tab-product .product-info .action {
  overflow: hidden;
  display: block;
  width: 100%;
}
.home-tab-product .product-info .action .add-to-cart {
  border: none;
  width: 80%;
  text-align: left;
}
.home-tab-product .product-info .action .add-to-cart i {
  font-size: 16px;
  padding-right: 10px;
}
.home-tab-product .product-info .action .add-to-cart i:before {
  top: 0;
}
.home-tab-product .product-info .action .add-to-cart:hover {
  background-color: #e74c3c;
}
.home-tab-product .product-info .action .quick-view {
  border: none;
  border-left: 1px solid #d7d7d7;
  float: right;
  height: 40px;
  min-width: 40px;
  width: 20%;
}
.home-tab-product .product-info .action .quick-view i {
  font-size: 16px;
}
.home-tab-product .product-info .action .quick-view:hover {
  background-color: #e74c3c;
}
.home-tab-product .product-info .product-name {
  border-top: 1px solid #d7d7d7;
  padding-top: 20px;
  font-size: 14px;
  float: none;
  display: block;
}
.home-tab-product .product-info .product-name:hover {
  color: #e74c3c;
}
.home-tab-product .product-info .ratings {
  margin-left: 0;
  margin-top: 10px;
}
.home-tab-product .product-info .ratings .rating-box {
  width: 68px;
  background: url(../images/bkg_rating_ccc.png) repeat-x scroll 0px 6px transparent;
}
.home-tab-product .product-info .ratings .rating-box .rating {
  background: url(../images/bkg_rating_ccc.png) repeat-x scroll 0px 100% transparent;
}
.home-tab-product .product-info .price-box {
  display: block;
}
.home-tab-product .product-info .price-box .regular-price .price {
  font-size: 21px;
  color: #e74c3c;
}
.home-tab-product .product-info .price-box .special-price .price {
  font-size: 21px;
  color: #e74c3c;
}
.home-tab-product .product-info .price-box .old-price .price {
  font-size: 21px;
  color: #cccccc;
}
.home-tab-product .product-info .price-box .old-price .price:after {
  display: none;
}
.home-tab-product.layout_1 .block-title-w ul {
  padding: 0 15px;
}
.home-tab-product.layout_1 .block-title-w ul li a {
  font-size: 21px;
  font-weight: 900;
  color: #cccccc;
}
.home-tab-product.layout_1 .block-title-w ul li a:before {
  content: '';
  width: 15px;
  display: inline-block;
  height: 15px;
  background-color: #cccccc;
  margin-right: 8px;
}
.home-tab-product.layout_1 .block-title-w ul li.active a {
  color: #444444;
}
.home-tab-product.layout_1 .block-title-w ul li.active a:before {
  background-color: #e74c3c;
}
.home-tab-product.layout_1 .block-title-w ul li:hover a {
  color: #444444;
}
.home-tab-product.layout_1 .block-title-w ul li:hover a:before {
  background-color: #e74c3c;
}
.home-tab-product.layout_2 .block-title-w {
  overflow: hidden;
  padding: 0 15px;
}
.home-tab-product.layout_2 .block-title-w h2 {
  float: left;
  font-size: 21px;
  font-weight: 900;
  padding-left: 0;
  margin-bottom: 3px;
}
.home-tab-product.layout_2 .block-title-w h2:before {
  content: '';
  width: 15px;
  display: inline-block;
  height: 15px;
  background-color: #e74c3c;
  margin-right: 8px;
}
.home-tab-product.layout_2 .block-title-w ul {
  float: right;
  margin-right: 15px;
}
.home-tab-product.layout_2 .block-title-w ul li a {
  font-size: 18px;
  color: #444444;
  border-right: 1px solid #cccccc;
  margin-right: 14px;
  line-height: 18px;
}
.home-tab-product.layout_2 .block-title-w ul li:last-child a {
  border-right: none;
}
.home-tab-product.layout_2 .block-title-w ul li.active a {
  color: #e74c3c;
}
.home-tab-product.layout_2 .block-title-w ul li:hover a {
  color: #e74c3c;
}
.home-popular-product {
  padding-bottom: 0 !important;
}
.home-popular-product .products-popular {
  margin: 0;
  padding: 10px 0;
  position: relative;
}
.home-popular-product .products-popular h2 {
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 30px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-popular-product .products-popular .pro-item {
  padding: 0 15px;
}
.home-popular-product .owl-carousel {
  position: static;
}
.home-popular-product .owl-controls {
  margin: 0;
  position: absolute;
  left: 15px;
  top: 65px;
  width: 100px;
}
.home-popular-product .owl-controls .owl-buttons {
  float: left;
}
.home-popular-product .owl-controls .owl-buttons > div {
  position: static;
  display: inline-block;
  margin: 0;
  background: transparent;
  color: #444444;
  border: 1px solid #d7d7d7;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.home-popular-product .owl-controls .owl-buttons > div.owl-prev {
  margin-right: 5px;
}
.home-popular-product .owl-controls .owl-buttons > div:hover {
  background: #d7d7d7;
}
.home-popular-product.layout_1 .block-title-w {
  text-align: left;
  padding: 0 15px;
}
.home-popular-product.layout_1 .block-title-w h2 {
  font-size: 21px;
  font-weight: 900;
  color: #444444;
  padding-left: 0;
}
.home-popular-product.layout_1 .block-title-w h2:before {
  content: '';
  width: 15px;
  display: inline-block;
  height: 15px;
  background-color: #e74c3c;
  margin-right: 8px;
}
.home-blog.layout_2 {
  margin-top: 60px;
}
.home-blog.layout_2 .blog-content-w .item.large .inner {
  position: relative;
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.home-blog.layout_2 .blog-content-w .item.large .inner .image img {
  width: 100%;
}
.home-blog.layout_2 .blog-content-w .item.large .inner .info-w {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  width: 100%;
  display: table;
  padding-top: 5px;
  padding-bottom: 15px;
}
.home-blog.layout_2 .blog-content-w .item.large .inner .info-w .info {
  width: 80%;
  float: left;
  background: transparent;
  border: none;
  text-align: left;
  padding-left: 15px;
}
.home-blog.layout_2 .blog-content-w .item.large .inner .info-w .info .title a {
  color: #fff;
  text-transform: uppercase;
}
.home-blog.layout_2 .blog-content-w .item.large .inner .info-w .info .sub-title p {
  color: #fff;
}
.home-blog.layout_2 .blog-content-w .item.large .inner .info-w .date-created {
  display: table-cell;
  vertical-align: middle;
  width: 70px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.home-blog.layout_2 .blog-content-w .item .block-title-w {
  text-align: left;
  overflow: hidden;
  border-bottom: 1px dotted #fff;
  margin-bottom: 30px;
}
.home-blog.layout_2 .blog-content-w .item .block-title-w h2 {
  float: left;
}
.home-blog.layout_2 .blog-content-w .item .block-title-w a {
  float: right;
  text-transform: uppercase;
  color: #fff;
}
.home-blog.layout_2 .blog-content-w .item .block-title-w a i {
  font-size: 16px;
}
.home-blog.layout_2 .blog-content-w .item .inner {
  border-bottom: 1px dotted #ffffff;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.home-blog.layout_2 .blog-content-w .item .inner .info {
  background: transparent;
  border: none;
  text-align: left;
  padding: 0;
}
.home-blog.layout_2 .blog-content-w .item .inner .info .title a {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}
.home-blog.layout_2 .blog-content-w .item .inner .info .post-info {
  margin-bottom: 20px;
}
.home-blog.layout_2 .blog-content-w .item .inner .info .post-info ul {
  overflow: hidden;
}
.home-blog.layout_2 .blog-content-w .item .inner .info .post-info ul li {
  float: left;
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #fff;
  color: #fff;
  line-height: 12px;
  margin-top: 5px;
}
.home-blog.layout_2 .blog-content-w .item .inner .info .post-info ul li:last-child {
  border-right: none;
}
.home-blog.layout_2 .blog-content-w .item .inner .info .sub-title p {
  color: #ffffff;
}
.home-blog.layout_3 .block-title-w h2 {
  color: #444444;
}
.home-blog.layout_3 .block-title-w p {
  color: #888888;
}
.home-blog.layout_3 .blog-content-w .wrap-item .item.col-lg-2 {
  padding: 0;
}
.home-blog.layout_3 .blog-content-w .wrap-item .item .inner .image img {
  width: 100%;
}
.home-blog.layout_3 .blog-content-w .wrap-item .item .inner .info {
  padding: 30px 15px 0 15px;
  background: #25bce9;
  border: none;
  text-align: left;
  overflow: hidden;
}
.home-blog.layout_3 .blog-content-w .wrap-item .item .inner .info .top-info {
  overflow: hidden;
}
.home-blog.layout_3 .blog-content-w .wrap-item .item .inner .info .top-info .author-section {
  float: left;
}
.home-blog.layout_3 .blog-content-w .wrap-item .item .inner .info .top-info .author-section span {
  color: #ffffff;
  display: block;
}
.home-blog.layout_3 .blog-content-w .wrap-item .item .inner .info .top-info .comment-count {
  float: right;
  color: #ffffff;
}
.home-blog.layout_3 .blog-content-w .wrap-item .item .inner .info .title {
  padding-top: 25px;
}
.home-blog.layout_3 .blog-content-w .wrap-item .item .inner .info .title a {
  color: #ffffff;
}
.home-blog.layout_3 .blog-content-w .wrap-item .item .inner .info .sub-title {
  padding-bottom: 30px;
  padding-top: 10px;
}
.home-blog.layout_3 .blog-content-w .wrap-item .item .inner .info .sub-title p {
  color: #ffffff;
  line-height: 25px;
}
.home-blog.layout_3 .blog-content-w .wrap-item .item .inner .info .share_section {
  float: left;
}
.home-blog.layout_3 .blog-content-w .wrap-item .item .inner .info .share_section h3 {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  padding-right: 5px;
  font-size: 12px;
}
.home-blog.layout_3 .blog-content-w .wrap-item .item .inner .info .share_section ul {
  display: inline-block;
}
.home-blog.layout_3 .blog-content-w .wrap-item .item .inner .info .share_section ul li {
  display: inline-block;
  margin-right: 5px;
}
.home-blog.layout_3 .blog-content-w .wrap-item .item .inner .info .share_section ul li a {
  color: #ffffff;
}
.home-blog.layout_3 .blog-content-w .wrap-item .item .inner .info .share_section ul li a:hover {
  color: #ffffff;
}
.home-blog.layout_3 .blog-content-w .wrap-item .item .inner .info .read-more {
  float: right;
  font-size: 12px;
  padding: 0;
  border: none;
  color: #fff;
  margin-top: 0;
}
.home-blog.layout_3 .blog-content-w .wrap-item .item .inner .info .read-more i {
  font-size: 16px;
}
.home-blog.layout_3 .blog-content-w .wrap-item .item .inner .info .read-more:hover {
  background: transparent;
}
.home-blog.layout_4 {
  background-color: rgba(51, 51, 51, 0.3);
}
.home-blog.layout_4 .block-title-w h2 {
  color: #ffffff;
}
.home-blog.layout_4 .block-title-w span.icon-title {
  height: 1px;
}
.home-blog.layout_4 .block-title-w span.icon-title > span {
  background-color: #afe168;
}
.home-blog.layout_4 .block-title-w span.icon-title i.fa-star {
  display: none;
}
.home-blog.layout_4 .blog-content-w .wrap-item .item .item-bg {
  height: 210px;
  width: 100%;
  background-repeat: no-repeat;
}
.home-blog.layout_4 .blog-content-w .wrap-item .item:nth-child(1) .item-bg {
  background-image: url(../images/home/home-blog-bg1-layout4.png);
  background-position: 50% 0;
}
.home-blog.layout_4 .blog-content-w .wrap-item .item:nth-child(2) .item-bg {
  background-image: url(../images/home/home-blog-bg2-layout4.png);
  background-position: right 50%;
}
.home-blog.layout_4 .blog-content-w .wrap-item .item:nth-child(3) .item-bg {
  background-image: url(../images/home/home-blog-bg3-layout4.png);
  background-position: 50% 0;
}
.home-blog.layout_4 .blog-content-w .wrap-item .item:nth-child(4) .item-bg {
  background-image: url(../images/home/home-blog-bg4-layout4.png);
  background-position: 0 0;
}
.home-blog.layout_4 .blog-content-w .wrap-item .item .inner {
  background-color: #323232;
  border: 1px solid #97cc36;
  padding-bottom: 55px;
}
.home-blog.layout_4 .blog-content-w .wrap-item .item .inner .info {
  background: transparent;
  border: none;
}
.home-blog.layout_4 .blog-content-w .wrap-item .item .inner .info .title:after {
  display: block;
  content: '';
  width: 70px;
  height: 1px;
  background: #97cc36;
  margin: 15px auto;
}
.home-blog.layout_4 .blog-content-w .wrap-item .item .inner .info .title a {
  color: #ffffff;
}
.home-blog.layout_4 .blog-content-w .wrap-item .item .inner .info .sub-title:after {
  content: '';
  width: 70px;
  height: 1px;
  background: #97cc36;
  margin: 15px auto;
  display: block;
}
.home-blog.layout_4 .blog-content-w .wrap-item .item .inner .info .sub-title p {
  color: #888888;
}
.home-blog.layout_4 .blog-content-w .wrap-item .item .inner .blog-add-info {
  text-align: center;
}
.home-blog.layout_4 .blog-content-w .wrap-item .item .inner .blog-add-info li {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
}
.home-blog.layout_4 .blog-content-w .wrap-item .item .inner .blog-add-info li:last-child {
  margin-right: 0;
}
.home-blog.layout_4 .blog-content-w .wrap-item .item .inner .blog-add-info li i {
  color: #97cc36;
}
.home-blog.layout_4 .blog-content-w .wrap-item .item .inner .blog-add-info li span {
  color: #ffffff;
  font-weight: 400;
}
.home-blog.layout_4 .blog-content-w .wrap-item .item .inner:hover {
  background-color: #97cc36;
}
.home-blog.layout_4 .blog-content-w .wrap-item .item .inner:hover .info .title:after {
  background: #323232;
}
.home-blog.layout_4 .blog-content-w .wrap-item .item .inner:hover .info .sub-title:after {
  background: #323232;
}
.home-blog.layout_4 .blog-content-w .wrap-item .item .inner:hover .info .sub-title p {
  color: #ffffff;
}
.home-blog.layout_4 .blog-content-w .wrap-item .item .inner:hover .blog-add-info li:last-child {
  margin-right: 0;
}
.home-blog.layout_4 .blog-content-w .wrap-item .item .inner:hover .blog-add-info li i {
  color: #ffffff;
}
.home-blog.layout_5 {
  background: none !important;
  padding-bottom: 0 !important;
  min-height: 80px !important;
}
.home-blog.layout_5 .block-title-w {
  text-align: left;
  padding: 0 15px;
}
.home-blog.layout_5 .block-title-w h2 {
  font-size: 21px;
  font-weight: 900;
  color: #444444;
  padding-left: 0;
}
.home-blog.layout_5 .block-title-w h2:before {
  content: '';
  width: 15px;
  display: inline-block;
  height: 15px;
  background-color: #e74c3c;
  margin-right: 8px;
}
.home-blog.layout_5 .post-slider .inner {
  padding: 0 15px;
}
.home-blog.layout_5 .post-slider .inner .post-thumbnail {
  position: relative;
}
.home-blog.layout_5 .post-slider .inner .post-thumbnail .create-time {
  padding: 8px 10px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #444444;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
.home-blog.layout_5 .post-slider .inner .post-thumbnail .create-time .time {
  width: 30px;
  height: 40px;
  overflow: hidden;
  line-height: 18px;
  color: #ffffff;
}
.home-blog.layout_5 .post-slider .inner .info {
  padding-top: 30px;
}
.home-blog.layout_5 .post-slider .inner .info .top-info > div {
  display: inline-block;
}
.home-blog.layout_5 .post-slider .inner .info .top-info > div i,
.home-blog.layout_5 .post-slider .inner .info .top-info > div span {
  color: #888888;
}
.home-blog.layout_5 .post-slider .inner .info .top-info > div .value {
  color: #e74c3c;
}
.home-blog.layout_5 .post-slider .inner .info .title {
  margin-top: 10px;
}
.home-blog.layout_5 .post-slider .inner .info .title a {
  font-size: 16px;
  font-weight: bold;
}
.home-blog.layout_5 .post-slider .inner .info .title a:hover {
  color: #e74c3c;
}
.home-blog.layout_5 .post-slider .inner .info .sub-title {
  margin-top: 20px;
}
.home-blog.layout_5 .post-slider .inner .info .sub-title p {
  color: #888888;
}
.home-make-print .bg_make_print {
  min-height: 700px;
  width: 100%;
  background: url(../images/printshop/bg_make_printing.png) no-repeat;
  background-position: 50% 30px;
}
.home-make-print.layout_3 {
  background: #f1f2f2 !important;
  padding-bottom: 60px !important;
}
.home-make-print.layout_3 .block-title-w h2 {
  margin-bottom: 20px;
}
.home-make-print.layout_3 .block-title-w p {
  color: #888888;
}
.home-make-print.layout_3 .step-des {
  padding-top: 30px;
}
.home-make-print.layout_3 .step-des .step-content {
  margin-bottom: 50px;
  overflow: hidden;
}
.home-make-print.layout_3 .step-des .step-content .step-icon {
  float: left;
  border-right: 2px solid #959595;
  margin-right: 30px;
  width: 80px;
}
.home-make-print.layout_3 .step-des .step-content .step-icon i {
  color: #fd5b4e;
  font-size: 60px;
}
.home-make-print.layout_3 .step-des .step-content .step-text h3 {
  font-size: 18px;
  font-weight: bold;
  color: #666666;
  margin-bottom: 15px;
}
.home-make-print.layout_3 .step-des .step-content .step-text p {
  color: #888888;
  line-height: 25px;
}
.home-make-print.layout_3 .step-des .step-content.step2 .step-icon {
  font-size: 50px;
}
.home-make-print.layout_2 {
  background: #323232 !important;
}
.home-make-print.layout_2 .block-title-w .block-title {
  color: #ffffff;
}
.home-make-print.layout_2 .block-title-w span.icon-title {
  height: 1px;
}
.home-make-print.layout_2 .block-title-w span.icon-title > span {
  background-color: #afe168;
}
.home-make-print.layout_2 .print-content .w-print-block {
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.home-make-print.layout_2 .print-content .w-print-block .print-title a {
  color: #444444;
}
.home-make-print.layout_2 .print-content .w-print-block .print-txt p {
  color: #888888;
}
.cms-home-canvas .home-capabititie .block-capabititie-w img {
  width: 100%;
}
.home-capabititie {
  background-image: url(../images/printshop/bg_capabiliti.jpg);
  background-repeat: no-repeat;
  min-height: 580px;
  background-position: 50% 0;
  padding-bottom: 0 !important;
}
.home-capabititie .block-title-w {
  margin-bottom: 55px;
}
.home-capabititie .block-title-w .block-title {
  color: #fff;
  margin-bottom: 4px;
}
.home-capabititie .block-title-w .sub-title {
  color: #fff;
}
.home-capabititie .block-capabititie-w {
  float: left;
  width: 100%;
}
.home-capabititie .block-capabititie {
  text-align: center;
}
.home-capabititie .block-capabititie .title {
  color: #fff;
  margin-top: 20px;
  text-transform: uppercase;
}
.home-capabititie .block-capabititie .decs p {
  color: #e6e6e6;
  margin-top: 19px;
}
.home-capabititie .block-capabititie .block-mydoughnut {
  display: inline-block;
  position: relative;
}
.home-capabititie .block-capabititie .block-mydoughnut:before {
  content: "";
  position: absolute;
  width: 162px;
  height: 162px;
  background: #fff;
  top: 50%;
  left: 50%;
  display: block;
  margin-left: -82px;
  margin-top: -81px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 1;
}
.home-capabititie .block-capabititie .block-mydoughnut:after {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  background: #ebebeb;
  top: 50%;
  left: 50%;
  display: block;
  margin-left: -46px;
  margin-top: -45px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 2;
}
.home-capabititie .block-capabititie .canvas-inner {
  z-index: 3;
  position: relative;
}
.home-capabititie .block-capabititie .canvas-wrapper {
  float: left;
  clear: both;
  position: relative;
}
.home-capabititie.layout_2 {
  padding-top: 0 !important;
}
.home-capabititie.layout_2 .bg-color {
  background-color: rgba(37, 188, 233, 0.8);
  padding-bottom: 55px;
  padding-top: 55px;
}
.home-capabititie.layout_3 {
  background-image: url(../images/printshop/capabititie_bg_layout3.jpg);
  min-height: 200px;
  padding-top: 30px !important;
}
.home-capabititie.layout_3 .block-capabititie-w .block-capabititie .block-doughnut span {
  display: inline-block;
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  width: 60px;
  height: 60px;
  line-height: 58px;
  color: #ffffff;
  margin-right: 5px;
  border: 1px solid #ffffff;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.home-capabititie.layout_3 .block-capabititie-w .block-capabititie .title {
  font-size: 14px;
  font-weight: 700;
}
.home-capabititie.layout_3 .block-capabititie-w .block-capabititie .decs p {
  margin-top: 10px;
}
.home-capabititie.layout_4 {
  background-image: url(../images/printshop/capabiliti_bg_layout4.jpg);
  background-attachment: fixed;
  min-height: 910px;
  background-size: cover;
  padding-bottom: 160px !important;
}
.home-capabititie.layout_4 .block-title-w {
  margin-top: 82px;
  margin-bottom: 40px;
  text-align: right;
}
.home-capabititie.layout_4 .block-title-w .block-title {
  font-size: 48px;
  color: #444444;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 0;
}
.home-capabititie.layout_4 .block-title-w .sub-title {
  font-size: 30px;
  color: #444444;
  font-weight: normal;
  margin-bottom: 0;
}
.home-capabititie.layout_4 .block-title-w .phone-num {
  font-size: 30px;
  color: #444444;
  font-weight: bold;
  margin-bottom: 0;
}
.home-capabititie.layout_4 .block-capabititie-w .capabititie-content {
  overflow: hidden;
  background-color: #e7513b;
  padding: 50px 0;
}
.home-capabititie.layout_4 .block-capabititie-w .capabititie-content .block-capabititie {
  text-align: left;
}
.home-capabititie.layout_4 .block-capabititie-w .capabititie-content .block-capabititie .title {
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: none;
  font-size: 18px;
  margin-top: 0;
}
.home-capabititie.layout_4 .block-capabititie-w .capabititie-content .block-capabititie .decs {
  margin-bottom: 20px;
}
.home-capabititie.layout_4 .block-capabititie-w .capabititie-content .block-capabititie .decs p {
  margin: 0;
}
.home-capabititie.layout_4 .block-capabititie-w .capabititie-content .block-capabititie .tag span {
  color: #ffffff;
  font-weight: bold;
}
.home-capabititie.layout_5 {
  background: none;
  min-height: 100px;
  padding-top: 0 !important;
}
.home-capabititie.layout_5 .container {
  width: 100%;
}
.home-capabititie.layout_5 .block-capabititie-w .block-capabititie {
  min-height: 200px;
  padding-top: 30px !important;
}
.home-capabititie.layout_5 .block-capabititie-w .block-capabititie:nth-child(1) {
  background-image: url(../images/printshop/capabititie1_bg_layout5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.home-capabititie.layout_5 .block-capabititie-w .block-capabititie:nth-child(2) {
  background-image: url(../images/printshop/capabititie2_bg_layout5.jpg);
}
.home-capabititie.layout_5 .block-capabititie-w .block-capabititie:nth-child(3) {
  background-image: url(../images/printshop/capabititie3_bg_layout5.jpg);
}
.home-capabititie.layout_5 .block-capabititie-w .block-capabititie:nth-child(4) {
  background-image: url(../images/printshop/capabititie4_bg_layout5.jpg);
}
.home-capabititie.layout_5 .block-capabititie-w .block-capabititie .block-doughnut span {
  display: inline-block;
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  width: 60px;
  height: 60px;
  line-height: 58px;
  color: #ffffff;
  margin-right: 5px;
  border: 1px solid #ffffff;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.home-capabititie.layout_5 .block-capabititie-w .block-capabititie .title {
  font-size: 14px;
  font-weight: 700;
}
.home-capabititie.layout_5 .block-capabititie-w .block-capabititie .decs p {
  margin-top: 10px;
}
.or-service.layout_2bk .or-title a {
  font-weight: bold;
  font-size: 14px;
}
.or-service.layout_2bk .btn-readmore {
  border: none;
  font-weight: bold;
  font-size: 14px;
}
.or-service.layout_2 {
  background-image: url(../images/printshop/service_bg_layout3.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  min-height: 761px;
  padding-top: 0 !important;
  background-position: 50% 0;
  padding-bottom: 160px !important;
}
.or-service.layout_2 .block-title-w {
  margin-top: 150px;
  margin-bottom: 50px;
  text-align: right;
}
.or-service.layout_2 .block-title-w .block-title {
  margin: 0;
  font-weight: bold;
  font-size: 48px;
  color: #ffffff;
  text-transform: capitalize;
}
.or-service.layout_2 .block-title-w .sub-title {
  font-size: 24px;
  margin: 0;
  color: #ffffff;
}
.or-service.layout_2 .or-service-w .or-block .or-icon i {
  margin: 0 auto;
  text-align: center;
  display: table;
  background-color: #e7513b;
  width: 120px;
  height: 120px;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 60px;
}
.or-service.layout_2 .or-service-w .or-block .or-icon i:before {
  display: table-cell;
  vertical-align: middle;
  font-size: 60px;
  color: #ffffff;
}
.or-service.layout_2 .or-service-w .or-block .or-title {
  margin-top: 30px;
}
.or-service.layout_2 .or-service-w .or-block .or-title a {
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e7513b;
  text-transform: none;
}
.or-service.layout_2 .or-service-w .or-block .or-text p {
  color: #ffffff;
  margin-bottom: 15px;
}
.or-service.layout_2 .or-service-w .or-block .btn-readmore {
  border: none;
  background-color: #e7513b;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
}
.or-service.layout_3 {
  background-image: url(../images/printshop/our_service_layout4_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.or-service.layout_3 .block-title-w .block-title {
  color: #ffffff;
}
.or-service.layout_3 .block-title-w .sub-title {
  max-width: 900px;
  margin: 20px auto 50px auto;
  color: #ffffff;
}
.or-service.layout_3 .or-service-w .or-service-col {
  background-color: rgba(0, 0, 0, 0.3);
  padding-bottom: 30px;
  border: 1px solid transparent;
}
.or-service.layout_3 .or-service-w .or-service-col .or-title {
  margin-top: 0;
  padding: 30px 0;
}
.or-service.layout_3 .or-service-w .or-service-col .or-title a {
  text-transform: capitalize;
  color: #adcb69;
  font-weight: 500;
}
.or-service.layout_3 .or-service-w .or-service-col .or-price {
  position: relative;
  padding: 30px 0 10px;
  margin-bottom: 30px;
}
.or-service.layout_3 .or-service-w .or-service-col .or-price span {
  position: relative;
  z-index: 200;
  color: #888888;
  display: block;
}
.or-service.layout_3 .or-service-w .or-service-col .or-price span.value {
  color: #adcb69;
  font-size: 72px;
  font-weight: bold;
}
.or-service.layout_3 .or-service-w .or-service-col .or-price .bg-right {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: skew(0deg, -6deg);
  -moz-transform: skew(0deg, -6deg);
  -ms-transform: skew(0deg, -6deg);
  -o-transform: skew(0deg, -6deg);
  transform: skew(0deg, -6deg);
}
.or-service.layout_3 .or-service-w .or-service-col .or-price .bg-left {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: skew(0deg, 6deg);
  -moz-transform: skew(0deg, 6deg);
  -ms-transform: skew(0deg, 6deg);
  -o-transform: skew(0deg, 6deg);
  transform: skew(0deg, 6deg);
}
.or-service.layout_3 .or-service-w .or-service-col .or-text {
  height: auto !important;
}
.or-service.layout_3 .or-service-w .or-service-col .or-text ul li {
  padding-bottom: 15px;
  color: #888888;
}
.or-service.layout_3 .or-service-w .or-service-col .btn-readmore {
  border-color: #adcb69;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: #ffffff;
}
.or-service.layout_3 .or-service-w .or-service-col .btn-readmore:hover {
  background-color: #adcb69;
}
.or-service.layout_3 .or-service-w .or-service-col:hover {
  border: 1px solid #adcb69;
  background-color: rgba(0, 0, 0, 0.6);
}
.or-service.layout_3 .or-service-w .or-service-col:hover .or-price span {
  color: #ffffff;
}
.or-service.layout_3 .or-service-w .or-service-col:hover .or-price span.value {
  color: #ffffff;
}
.or-service.layout_3 .or-service-w .or-service-col:hover .or-price .bg-right {
  background-color: #adcb69;
}
.or-service.layout_3 .or-service-w .or-service-col:hover .or-price .bg-left {
  background-color: #adcb69;
}
.or-service.layout_3 .or-service-w .or-service-col:hover .btn-readmore {
  background-color: #adcb69;
}
.or-service.layout_4 {
  background: #f9f9f9;
}
.or-service.layout_4 .block-title-w .sub-title {
  max-width: 900px;
  margin: 20px auto 50px auto;
  color: #888888;
}
.or-service.layout_4 .or-service-w .or-service-col {
  background-color: #ffffff;
  padding-bottom: 30px;
  border: 1px solid #e1e1e1;
}
.or-service.layout_4 .or-service-w .or-service-col .or-title {
  margin-top: 0;
  padding: 30px 0;
}
.or-service.layout_4 .or-service-w .or-service-col .or-title a {
  text-transform: capitalize;
  font-weight: 500;
}
.or-service.layout_4 .or-service-w .or-service-col .or-price {
  position: relative;
  padding: 30px 0 10px;
  margin-bottom: 30px;
}
.or-service.layout_4 .or-service-w .or-service-col .or-price span {
  position: relative;
  z-index: 200;
  color: #888888;
  display: block;
}
.or-service.layout_4 .or-service-w .or-service-col .or-price span.value {
  color: #adcb69;
  font-size: 72px;
  font-weight: bold;
}
.or-service.layout_4 .or-service-w .or-service-col .or-price .bg-right {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background: #f9f9f9;
  -webkit-transform: skew(0deg, -6deg);
  -moz-transform: skew(0deg, -6deg);
  -ms-transform: skew(0deg, -6deg);
  -o-transform: skew(0deg, -6deg);
  transform: skew(0deg, -6deg);
}
.or-service.layout_4 .or-service-w .or-service-col .or-price .bg-left {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background: #f9f9f9;
  -webkit-transform: skew(0deg, 6deg);
  -moz-transform: skew(0deg, 6deg);
  -ms-transform: skew(0deg, 6deg);
  -o-transform: skew(0deg, 6deg);
  transform: skew(0deg, 6deg);
}
.or-service.layout_4 .or-service-w .or-service-col .or-text {
  height: auto !important;
}
.or-service.layout_4 .or-service-w .or-service-col .or-text ul li {
  padding-bottom: 15px;
  color: #888888;
}
.or-service.layout_4 .or-service-w .or-service-col .btn-readmore {
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: #ffffff;
  border-color: transparent;
}
.or-service.layout_4 .or-service-w .or-service-col:hover {
  cursor: pointer;
}
.or-service.layout_4 .or-service-w .or-block:nth-child(1) .or-service-col .or-title a {
  color: #ff5947;
}
.or-service.layout_4 .or-service-w .or-block:nth-child(1) .or-service-col .or-price span.value {
  color: #ff5947;
}
.or-service.layout_4 .or-service-w .or-block:nth-child(1) .or-service-col .btn-readmore {
  background-color: #ff5947;
}
.or-service.layout_4 .or-service-w .or-block:nth-child(1) .or-service-col:hover {
  border: 1px solid #ff5947;
}
.or-service.layout_4 .or-service-w .or-block:nth-child(1) .or-service-col:hover .or-price span {
  color: #ffffff;
}
.or-service.layout_4 .or-service-w .or-block:nth-child(1) .or-service-col:hover .or-price span.value {
  color: #ffffff;
}
.or-service.layout_4 .or-service-w .or-block:nth-child(1) .or-service-col:hover .or-price .bg-right {
  background-color: #ff5947;
}
.or-service.layout_4 .or-service-w .or-block:nth-child(1) .or-service-col:hover .or-price .bg-left {
  background-color: #ff5947;
}
.or-service.layout_4 .or-service-w .or-block:nth-child(1) .or-service-col:hover .btn-readmore {
  background-color: #ff5947;
}
.or-service.layout_4 .or-service-w .or-block:nth-child(2) .or-service-col .or-title a {
  color: #ff9900;
}
.or-service.layout_4 .or-service-w .or-block:nth-child(2) .or-service-col .or-price span.value {
  color: #ff9900;
}
.or-service.layout_4 .or-service-w .or-block:nth-child(2) .or-service-col .btn-readmore {
  background-color: #ff9900;
}
.or-service.layout_4 .or-service-w .or-block:nth-child(2) .or-service-col:hover {
  border: 1px solid #ff9900;
}
.or-service.layout_4 .or-service-w .or-block:nth-child(2) .or-service-col:hover .or-price span {
  color: #ffffff;
}
.or-service.layout_4 .or-service-w .or-block:nth-child(2) .or-service-col:hover .or-price span.value {
  color: #ffffff;
}
.or-service.layout_4 .or-service-w .or-block:nth-child(2) .or-service-col:hover .or-price .bg-right {
  background-color: #ff9900;
}
.or-service.layout_4 .or-service-w .or-block:nth-child(2) .or-service-col:hover .or-price .bg-left {
  background-color: #ff9900;
}
.or-service.layout_4 .or-service-w .or-block:nth-child(2) .or-service-col:hover .btn-readmore {
  background-color: #ff9900;
}
.or-service.layout_4 .or-service-w .or-block:nth-child(3) .or-service-col .or-title a {
  color: #adcb69;
}
.or-service.layout_4 .or-service-w .or-block:nth-child(3) .or-service-col .or-price span.value {
  color: #adcb69;
}
.or-service.layout_4 .or-service-w .or-block:nth-child(3) .or-service-col .btn-readmore {
  background-color: #adcb69;
}
.or-service.layout_4 .or-service-w .or-block:nth-child(3) .or-service-col:hover {
  border: 1px solid #adcb69;
}
.or-service.layout_4 .or-service-w .or-block:nth-child(3) .or-service-col:hover .or-price span {
  color: #ffffff;
}
.or-service.layout_4 .or-service-w .or-block:nth-child(3) .or-service-col:hover .or-price span.value {
  color: #ffffff;
}
.or-service.layout_4 .or-service-w .or-block:nth-child(3) .or-service-col:hover .or-price .bg-right {
  background-color: #adcb69;
}
.or-service.layout_4 .or-service-w .or-block:nth-child(3) .or-service-col:hover .or-price .bg-left {
  background-color: #adcb69;
}
.or-service.layout_4 .or-service-w .or-block:nth-child(3) .or-service-col:hover .btn-readmore {
  background-color: #adcb69;
}
.or-service.layout_4 .or-service-w .or-block:nth-child(4) .or-service-col .or-title a {
  color: #66cba3;
}
.or-service.layout_4 .or-service-w .or-block:nth-child(4) .or-service-col .or-price span.value {
  color: #66cba3;
}
.or-service.layout_4 .or-service-w .or-block:nth-child(4) .or-service-col .btn-readmore {
  background-color: #66cba3;
}
.or-service.layout_4 .or-service-w .or-block:nth-child(4) .or-service-col:hover {
  border: 1px solid #66cba3;
}
.or-service.layout_4 .or-service-w .or-block:nth-child(4) .or-service-col:hover .or-price span {
  color: #ffffff;
}
.or-service.layout_4 .or-service-w .or-block:nth-child(4) .or-service-col:hover .or-price span.value {
  color: #ffffff;
}
.or-service.layout_4 .or-service-w .or-block:nth-child(4) .or-service-col:hover .or-price .bg-right {
  background-color: #66cba3;
}
.or-service.layout_4 .or-service-w .or-block:nth-child(4) .or-service-col:hover .or-price .bg-left {
  background-color: #66cba3;
}
.or-service.layout_4 .or-service-w .or-block:nth-child(4) .or-service-col:hover .btn-readmore {
  background-color: #66cba3;
}
.home-out-recent.layout_2 {
  background-color: #323232;
}
.home-out-recent.layout_2 .block-title-w .block-title {
  color: #ffffff;
}
.home-out-recent.layout_2 .block-title-w span.icon-title {
  height: 1px;
}
.home-out-recent.layout_2 .block-title-w span.icon-title > span {
  background-color: #afe168;
}
.home-out-recent.layout_2 .block-title-w ul li {
  background-color: #ffffff;
  color: #666666;
}
.home-out-recent.layout_2 .block-title-w ul li.active,
.home-out-recent.layout_2 .block-title-w ul li:hover {
  background-color: #adcb69;
  border-color: #adcb69;
}
.home-out-recent.layout_2 .tab-content .w-block-recent:before {
  border-right-color: #323232;
}
.home-out-recent.layout_2 .tab-content .w-block-recent:after {
  border-left-color: #d8f39c;
}
.home-out-recent.layout_2 .tab-content .w-block-recent .info-recent {
  background-color: #adcb69;
}
.home-testimonial.layout_2 .block-title-w h2 {
  color: #ffffff;
}
.home-testimonial.layout_2 .block-title-w p {
  color: #ffffff;
}
.home-testimonial.layout_2 .tes-block .tes-decs {
  padding: 0;
  text-align: left;
}
.home-testimonial.layout_2 .image-info {
  margin-top: 10px;
}
.home-testimonial.layout_2 .image-info .image {
  float: left;
  margin-right: 30px;
  padding: 4px;
}
.home-testimonial.layout_2 .image-info .image:before {
  width: 92px;
  height: 92px;
  margin-left: -46px;
  margin-top: -46px;
  border-width: 2px;
}
.home-testimonial.layout_2 .image-info .image img {
  width: 84px;
}
.home-testimonial.layout_2 .image-info .info {
  text-align: left;
}
.home-testimonial.layout_2 .bran-block .row:nth-child(1) {
  margin-bottom: 30px;
}
.home-testimonial.layout_3 {
  background-image: none !important;
}
.home-testimonial.layout_3 .block-title-w p {
  color: #888888;
}
.home-testimonial.layout_3 .brand-w {
  margin-bottom: 50px;
}
.home-testimonial.layout_3 .brand-w .bran-block .item {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.home-testimonial.layout_3 .brand-w .bran-block .item:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.home-testimonial.layout_3 .tes-block .item .tes-decs {
  padding: 20px;
  text-align: left;
  border: 1px solid #e1e1e1;
  border-bottom-width: 3px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #888888;
  position: relative;
}
.home-testimonial.layout_3 .tes-block .item .tes-decs:after {
  content: '';
  position: absolute;
  left: 60px;
  bottom: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #e1e1e1;
}
.home-testimonial.layout_3 .tes-block .item .tes-info {
  text-align: left;
  padding-left: 40px;
  margin-top: 20px;
}
.home-testimonial.layout_3 .tes-block .item .tes-info span {
  color: #888888;
}
.home-testimonial.layout_3 .tes-block .item .tes-info span.job {
  color: #fd5b4e;
}
.home-testimonial.layout_3 .tes-block .item .tes-info a {
  color: #888888;
}
.home-testimonial.layout_4 {
  background-image: none;
  background-color: #323232;
  padding-bottom: 30px !important;
}
.home-testimonial.layout_4 .test-w {
  background: url(../images/printshop/testimonial_layout4_bg.jpg) no-repeat;
  background-position: 50% 0;
  background-size: cover;
  min-height: 369px;
}
.home-testimonial.layout_4 .test-w .tes-block .item .tes-decs {
  padding: 0px;
  text-align: left;
  max-width: 430px;
  color: #cccccc;
  margin-bottom: 15px;
  position: relative;
}
.home-testimonial.layout_4 .test-w .tes-block .item .tes-decs:after {
  content: '';
  width: 95px;
  height: 1px;
  background: #aee067;
  display: block;
  margin-top: 20px;
  margin-left: 60px;
  clear: both;
}
.home-testimonial.layout_4 .test-w .tes-block .item .tes-decs i {
  font-size: 36px;
  color: #666666;
  float: left;
}
.home-testimonial.layout_4 .test-w .tes-block .item .tes-decs p {
  margin-left: 60px;
}
.home-testimonial.layout_4 .test-w .tes-block .item .tes-info {
  margin-top: 20px;
  text-align: left;
  margin-left: 60px;
}
.home-testimonial.layout_4 .test-w .tes-block .item .tes-info a {
  color: #ffffff;
  font-size: 14px;
}
.home-testimonial.layout_4 .test-w .tes-block .item .tes-info span {
  color: #aee067;
  font-size: 14px;
}
.home-testimonial.layout_4 .test-w .tes-block .owl-controls {
  text-align: left;
  padding-left: 71px;
  margin-top: 50px;
}
.home-testimonial.layout_4 .test-w .tes-block .owl-controls .owl-page {
  width: 10px;
  height: 10px;
}
.home-testimonial.layout_4 .test-w .tes-block .owl-controls .owl-page.active {
  background: #aee067;
}
.home-testimonial.layout_4 .bran-block .item a {
  border: none;
}
.home-testimonial.layout_4 .bran-block .item a img.hover {
  display: none;
}
.home-testimonial.layout_4 .bran-block .item a:hover img.hover {
  display: block;
}
.home-testimonial.layout_4 .bran-block .item a:hover img.normal {
  display: none;
}
.home-testimonial.layout_4 .bran-block .item a:before,
.home-testimonial.layout_4 .bran-block .item a:after {
  display: none;
}
.home-testimonial.layout_5 {
  background: none !important;
  min-height: auto !important;
}
.home-testimonial.layout_5 .block-title-w {
  text-align: left;
}
.home-testimonial.layout_5 .block-title-w h2 {
  font-size: 21px;
  font-weight: 900;
  color: #444444;
  padding-left: 0;
}
.home-testimonial.layout_5 .block-title-w h2:before {
  content: '';
  width: 15px;
  display: inline-block;
  height: 15px;
  background-color: #e74c3c;
  margin-right: 8px;
}
.home-testimonial.layout_5 .brand-w .item {
  float: none;
  padding: 0 15px;
}
.home-testimonial.layout_5 .brand-w .item a {
  float: none;
  display: block;
  border: 1px solid #d7d7d7;
}
.home-testimonial.layout_5 .brand-w .item a:hover {
  border-color: #e74c3c;
}
.home-testimonial.layout_5 .tes-block .item .tes-decs {
  padding: 20px;
  text-align: left;
  border: 1px solid #e1e1e1;
  border-bottom-width: 3px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #888888;
  position: relative;
}
.home-testimonial.layout_5 .tes-block .item .tes-decs:after {
  content: '';
  position: absolute;
  left: 60px;
  bottom: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #e1e1e1;
}
.home-testimonial.layout_5 .tes-block .item .tes-info {
  text-align: left;
  padding-left: 40px;
  margin-top: 20px;
}
.home-testimonial.layout_5 .tes-block .item .tes-info span {
  color: #888888;
}
.home-testimonial.layout_5 .tes-block .item .tes-info span.job {
  color: #fd5b4e;
}
.home-testimonial.layout_5 .tes-block .item .tes-info a {
  color: #888888;
}
.home-testimonial.layout_6 {
  background: none !important;
  min-height: 50px;
  margin-top: 0;
}
.home-testimonial.layout_6 .bran-block {
  margin-top: 0;
}
.home-banner {
  padding-bottom: 0 !important;
}
.home-banner img {
  width: 100%;
}
.home-banner a {
  position: relative;
  display: block;
  cursor: pointer;
}
.home-banner a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transform: scale(0.5);
  z-index: 1;
}
.home-banner a:hover:before {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.home-banner.banner01 {
  padding-bottom: 15px !important;
}
.home-banner.banner02 {
  padding-top: 0 !important;
}
.home-banner.banner02 .row {
  margin-left: 0;
}
.home-banner.banner02 div[class^=col-] {
  padding-left: 0;
}
.home-proof-point {
  padding-bottom: 0 !important;
}
.home-proof-point .icon {
  float: left;
  margin-right: 15px;
  padding-top: 10px;
}
.home-proof-point .icon i {
  font-size: 60px;
  color: #ffffff;
}
.home-proof-point .content-p {
  min-height: 111px;
  padding: 15px 0;
}
.home-proof-point .content-p h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #ffffff;
  text-transform: uppercase;
}
.home-proof-point .content-p p {
  font-size: 18px;
  color: #ffffff;
  margin: 0;
}
.cms-home-clothes .home-make-print .bg_make_print {
  background: url(../images/printshop/bg_make_printing_tshirt.png) no-repeat;
  background-position: 50% 30px;
}
.cms-home-clothes.cms-index-index .main section.home-blog {
  background: #f2f2f2;
}
.cms-home-3d .home-make-print .bg_make_print {
  background: url(../images/printshop/bg_make_printing_3d.png) no-repeat;
  background-position: 50% 30px;
}
.cms-home-canvas {
  /*.home-capabititie{
		background-image: url(../images/printshop/bg_capabiliti_canvas.jpg);
		background-color: rgba(0,0,0,0.2);
	}*/
}
.cms-home-canvas.cms-index-index .main section.home-blog {
  background-image: url(../images/printshop/bg_blog_canvas.jpg);
}
.cms-home-canvas .home-testimonial {
  background: url(../images/printshop/bg_testimonal_canvas.jpg) no-repeat fixed;
}
.cms-home-canvas .home-make-print .bg_make_print {
  background: url(../images/printshop/bg_make_printing_canvas.png) no-repeat;
  background-position: 50% 30px;
}
.cms-home-mugs .home-capabititie {
  background-image: url(../images/printshop/bg_capabiliti_mug.jpg);
  background-color: rgba(0, 0, 0, 0.2);
}
.cms-home-mugs.cms-index-index .main section.home-blog {
  background-image: url(../images/printshop/bg_blog_mug.jpg);
}
.cms-home-mugs .home-testimonial {
  background: url(../images/printshop/bg_testimonial_mug.jpg) no-repeat fixed;
}
.cms-home-mugs .home-make-print .bg_make_print {
  background: url(../images/printshop/bg_make_printing_mug.png) no-repeat;
  background-position: 50% 30px;
}
.cms-home-calendar .home-capabititie {
  background-image: url(../images/printshop/bg_capabiliti_calendar.jpg);
  background-color: rgba(0, 0, 0, 0.2);
}
.cms-home-calendar.cms-index-index .main section.home-blog {
  background-image: url(../images/printshop/bg_blog_calendar.jpg);
}
.cms-home-calendar .home-testimonial {
  background: url(../images/printshop/bg_testimonial_calendar.jpg) no-repeat fixed;
}
.cms-home-calendar .home-make-print .bg_make_print {
  background: url(../images/printshop/bg_make_printing_calendar.png) no-repeat;
  background-position: 50% 30px;
}
.cms-home-christmas .home-capabititie {
  background-image: url(../images/printshop/bg_capabiliti_christmas.jpg);
  background-color: rgba(0, 0, 0, 0.2);
}
.cms-home-christmas.cms-index-index .main section.home-blog {
  background-image: url(../images/printshop/bg_blog_christmas.jpg);
}
.cms-home-christmas .home-testimonial {
  background: url(../images/printshop/bg_testimonial_christmas.jpg) no-repeat fixed;
}
.cms-home-christmas .home-make-print .bg_make_print {
  background: url(../images/printshop/bg_make_printing_christmas.png) no-repeat;
  background-position: 50% 30px;
}
.cms-home-gift .home-capabititie {
  background-image: url(../images/printshop/bg_capabiliti_gift.jpg);
  background-color: rgba(0, 0, 0, 0.2);
}
.cms-home-gift.cms-index-index .main section.home-blog {
  background-image: url(../images/printshop/bg_blog_gift.jpg);
  min-height: 500px;
}
.cms-home-gift .home-testimonial {
  background: url(../images/printshop/bg_testimonial_gift.jpg) no-repeat fixed;
}
.cms-home-gift .home-make-print .bg_make_print {
  background: url(../images/printshop/bg_make_printing_gift.png) no-repeat;
  background-position: 50% 30px;
}
.cms-home-photos .home-capabititie {
  background-image: url(../images/printshop/bg_capabiliti_photo.jpg);
  background-color: rgba(0, 0, 0, 0.2);
}
.cms-home-photos.cms-index-index .main section.home-blog {
  background-image: url(../images/printshop/bg_blog_photo.jpg);
  min-height: 500px;
}
.cms-home-photos .home-testimonial {
  background: url(../images/printshop/bg_testimonial_photo.jpg) no-repeat fixed;
}
.cms-home-photos .home-make-print .bg_make_print {
  background: url(../images/printshop/bg_make_printing_photo.png) no-repeat;
  background-position: 50% 30px;
}
.cms-home-electronic .home-capabititie {
  background-image: url(../images/printshop/bg_capabiliti_electronic.jpg);
  background-color: rgba(0, 0, 0, 0.2);
}
.cms-home-electronic.cms-index-index .main section.home-blog {
  background-image: url(../images/printshop/bg_blog_electronic.jpg);
  min-height: 500px;
}
.cms-home-electronic .home-testimonial {
  background: url(../images/printshop/bg_testimonial_electronic.jpg) no-repeat fixed;
}
.cms-home-electronic .home-make-print .bg_make_print {
  background: url(../images/printshop/bg_make_printing_electronic.png) no-repeat;
  background-position: 50% 30px;
}
.cms-home-pillows-blankets .home-capabititie {
  background-image: url(../images/printshop/bg_capabiliti_pillow.jpg);
  background-color: rgba(0, 0, 0, 0.2);
}
.cms-home-pillows-blankets.cms-index-index .main section.home-blog {
  background-image: url(../images/printshop/bg_blog_pillow.jpg);
  min-height: 500px;
}
.cms-home-pillows-blankets .home-testimonial {
  background: url(../images/printshop/bg_testimonial_pillow.jpg) no-repeat fixed;
}
.cms-home-pillows-blankets .home-make-print .bg_make_print {
  background: url(../images/printshop/bg_make_printing_pillow.png) no-repeat;
  background-position: 50% 30px;
}
.cms-personal-card .home-capabititie {
  background-image: url(../images/printshop/bg_capabiliti_personal.jpg);
  background-color: rgba(0, 0, 0, 0.2);
}
.cms-personal-card.cms-index-index .main section.home-blog {
  background-image: url(../images/printshop/bg_blog_personal.jpg);
  min-height: 500px;
}
.cms-personal-card .home-testimonial {
  background: url(../images/printshop/bg_testimonial_personal.jpg) no-repeat fixed;
}
.cms-personal-card .home-make-print .bg_make_print {
  background: url(../images/printshop/bg_make_printing_canvas.png) no-repeat;
  background-position: 50% 30px;
}
/*========-Responsive-================================*/
@media (min-width: 1200px) {
  .home-blog.layout_3 {
    background: #f2f2f2 !important;
  }
  .home-blog.layout_3 .container {
    width: 100%;
  }
  .home-category.layout_4 .cate-banner-col.col-2 .thum-1 {
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .stationary header#type7 .main-header .logo.hd-pd {
    padding: 29px 0;
  }
  .or-service.layout_2,
  .home-capabititie.layout_4,
  .home-new-product.layout_3,
  .home-promotion-product.layout_3 {
    background-attachment: scroll;
  }
  header#type4 #custommenu-mobile #menu-content {
    min-height: 1500px;
  }
  .cms-home-clothes .home-make-print .bg_make_print {
    background: url(../images/printshop/bg_make_printing_tshirt.png) no-repeat;
    background-position: 50% 30px;
  }
  .cms-home-3d .home-make-print .bg_make_print {
    background: url(../images/printshop/bg_make_printing_3d.png) no-repeat;
    background-position: 50% 30px;
  }
  .cms-home-3d.cms-index-index .main section.home-blog {
    background: url("../images/printshop/bg_blog.jpg") no-repeat scroll 50% 0;
  }
  .cms-home-canvas.cms-index-index .main section.home-blog {
    background-image: url(../images/printshop/bg_blog_canvas.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: scroll;
  }
  .cms-home-canvas .home-testimonial {
    background: url(../images/printshop/bg_testimonal_canvas.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: scroll;
  }
  .cms-home-canvas .home-make-print .bg_make_print {
    background: url(../images/printshop/bg_make_printing_canvas.png) no-repeat;
    background-position: 50% 30px;
  }
  .cms-home-mugs .home-capabititie {
    background-image: url(../images/printshop/bg_capabiliti_mug.jpg);
    background-color: rgba(0, 0, 0, 0.2);
  }
  .cms-home-mugs.cms-index-index .main section.home-blog {
    background-image: url(../images/printshop/bg_blog_mug.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: scroll;
  }
  .cms-home-mugs .home-testimonial {
    background: url(../images/printshop/bg_testimonial_mug.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: scroll;
  }
  .cms-home-mugs .home-make-print .bg_make_print {
    background: url(../images/printshop/bg_make_printing_mug.png) no-repeat;
    background-position: 50% 30px;
  }
  .cms-home-calendar .home-capabititie {
    background-image: url(../images/printshop/bg_capabiliti_calendar.jpg);
    background-color: rgba(0, 0, 0, 0.2);
  }
  .cms-home-calendar.cms-index-index .main section.home-blog {
    background-image: url(../images/printshop/bg_blog_calendar.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: scroll;
  }
  .cms-home-calendar .home-testimonial {
    background: url(../images/printshop/bg_testimonial_calendar.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: scroll;
  }
  .cms-home-calendar .home-make-print .bg_make_print {
    background: url(../images/printshop/bg_make_printing_calendar.png) no-repeat;
    background-position: 50% 30px;
  }
  .cms-home-christmas .home-capabititie {
    background-image: url(../images/printshop/bg_capabiliti_christmas.jpg);
    background-color: rgba(0, 0, 0, 0.2);
  }
  .cms-home-christmas.cms-index-index .main section.home-blog {
    background-image: url(../images/printshop/bg_blog_christmas.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: scroll;
  }
  .cms-home-christmas .home-testimonial {
    background: url(../images/printshop/bg_testimonial_christmas.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: scroll;
  }
  .cms-home-christmas .home-make-print .bg_make_print {
    background: url(../images/printshop/bg_make_printing_christmas.png) no-repeat;
    background-position: 50% 30px;
  }
  .cms-home-gift .home-capabititie {
    background-image: url(../images/printshop/bg_capabiliti_gift.jpg);
    background-color: rgba(0, 0, 0, 0.2);
  }
  .cms-home-gift.cms-index-index .main section.home-blog {
    background-image: url(../images/printshop/bg_blog_gift.jpg) scroll center center;
    background-size: cover;
    min-height: 500px;
    background-attachment: scroll;
  }
  .cms-home-gift .home-testimonial {
    background: url(../images/printshop/bg_testimonial_gift.jpg) scroll center center;
    background-size: cover;
    background-attachment: scroll;
  }
  .cms-home-gift .home-make-print .bg_make_print {
    background: url(../images/printshop/bg_make_printing_gift.png) no-repeat;
    background-position: 50% 30px;
  }
  .cms-home-photos .home-capabititie {
    background-image: url(../images/printshop/bg_capabiliti_photo.jpg);
    background-color: rgba(0, 0, 0, 0.2);
  }
  .cms-home-photos.cms-index-index .main section.home-blog {
    background-image: url(../images/printshop/bg_blog_photo.jpg) no-repeat center center;
    min-height: 500px;
    background-size: cover;
    background-attachment: scroll;
  }
  .cms-home-photos .home-testimonial {
    background: url(../images/printshop/bg_testimonial_photo.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: scroll;
  }
  .cms-home-photos .home-make-print .bg_make_print {
    background: url(../images/printshop/bg_make_printing_photo.png) no-repeat;
    background-position: 50% 30px;
  }
  .cms-home-electronic .home-capabititie {
    background-image: url(../images/printshop/bg_capabiliti_electronic.jpg);
    background-color: rgba(0, 0, 0, 0.2);
  }
  .cms-home-electronic.cms-index-index .main section.home-blog {
    background-image: url(../images/printshop/bg_blog_electronic.jpg) no-repeat center center;
    min-height: 500px;
    background-size: cover;
    background-attachment: scroll;
  }
  .cms-home-electronic .home-testimonial {
    background: url(../images/printshop/bg_testimonial_electronic.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: scroll;
  }
  .cms-home-electronic .home-make-print .bg_make_print {
    background: url(../images/printshop/bg_make_printing_electronic.png) no-repeat;
    background-position: 50% 30px;
  }
  .cms-home-pillows-blankets .home-capabititie {
    background-image: url(../images/printshop/bg_capabiliti_pillow.jpg);
    background-color: rgba(0, 0, 0, 0.2);
  }
  .cms-home-pillows-blankets.cms-index-index .main section.home-blog {
    background-image: url(../images/printshop/bg_blog_pillow.jpg) no-repeat center center;
    min-height: 500px;
    background-size: cover;
    background-attachment: scroll;
  }
  .cms-home-pillows-blankets .home-testimonial {
    background: url(../images/printshop/bg_testimonial_pillow.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: scroll;
  }
  .cms-home-pillows-blankets .home-make-print .bg_make_print {
    background: url(../images/printshop/bg_make_printing_pillow.png) no-repeat;
    background-position: 50% 30px;
  }
  .cms-personal-card .home-capabititie {
    background-image: url(../images/printshop/bg_capabiliti_personal.jpg);
    background-color: rgba(0, 0, 0, 0.2);
  }
  .cms-personal-card.cms-index-index .main section.home-blog {
    background-image: url(../images/printshop/bg_blog_personal.jpg) no-repeat center center;
    min-height: 500px;
    background-size: cover;
    background-attachment: scroll;
  }
  .cms-personal-card .home-testimonial {
    background: url(../images/printshop/bg_testimonial_personal.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: scroll;
  }
  .cms-personal-card .home-make-print .bg_make_print {
    background: url(../images/printshop/bg_make_printing_canvas.png) no-repeat;
    background-position: 50% 30px;
  }
  .home-category.layout_4 .cate-banner-col.col-1,
  .home-category.layout_4 .cate-banner-col.col-3 {
    width: 31%;
  }
  .home-category.layout_4 .cate-banner-col.col-2 {
    width: 38%;
  }
}
@media (max-width: 1024px) {
  .trust-w.style4 .left-border {
    border-top-width: 30px;
    border-bottom-width: 30px;
    top: -60px;
  }
  .trust-w.style4 .right-border {
    border-top-width: 30px;
    border-bottom-width: 30px;
    top: -60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .stationary .magemenu-menu.horizontal-menu .explodedmenu li.menu > a {
    padding: 4px 13px 4px;
  }
  .stationary .all-cate-slider .side-custom-menu ul {
    padding: 12px 10px;
  }
  .stationary .all-cate-slider .side-custom-menu ul li {
    padding: 7px 0;
  }
  .home-popular-product .products-popular h2 {
    padding-top: 10px;
  }
  .home-popular-product .owl-controls {
    top: 50px;
  }
  .home-new-product.layout_4 .tab-content .new_cate_col ul {
    min-height: 385px;
  }
  .home-category.layout_4 .cate-banner-col.col-2 .thum-1 {
    margin-bottom: 13px;
  }
  .home-proof-point .icon i {
    font-size: 50px;
  }
  .home-proof-point .content-p h3 {
    font-size: 18px;
  }
  .home-proof-point .content-p p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .home-new-product.layout_5 .product-info .action .add-to-cart {
    width: 100%;
  }
  .cms-index-index .home-tab-product .product-info .action .add-to-cart {
    width: 100%;
  }
  .home-new-product.layout_5 .block-title-w ul li {
    margin-bottom: 10px;
  }
  .home-new-product.layout_5 .block-title-w ul {
    float: left;
    margin-top: 10px;
  }
  .all-cate-slider .side-custom-menu {
    margin-top: 15px;
  }
  .all-cate-slider .all-cate-col {
    padding-right: 15px;
  }
  .all-cate-slider .slider-col {
    padding-left: 15px;
  }
  .home-category.layout_3 .thumb1 {
    margin-bottom: 10px;
  }
  .trust-w.style4 {
    padding-top: 50px !important;
    padding-bottom: 20px !important;
  }
  .trust-w.style4 .block-trust {
    margin-bottom: 30px;
  }
  .trust-w.style4 .block-trust.trust-col-eco-minded {
    padding-left: 15px;
  }
  .trust-w.style4 .block-trust:nth-child(1) .tr-text h3,
  .trust-w.style4 .block-trust:nth-child(3) .tr-text h3 {
    color: #ffffff;
  }
  .trust-w.style4 .block-trust:nth-child(1) .tr-text > p,
  .trust-w.style4 .block-trust:nth-child(3) .tr-text > p {
    color: #ffffff;
  }
  .trust-w.style4 .block-trust:nth-child(1) .tr-line,
  .trust-w.style4 .block-trust:nth-child(3) .tr-line {
    background: #ffffff;
  }
  .trust-w.style4 .block-trust:nth-child(1) .btn-readmore,
  .trust-w.style4 .block-trust:nth-child(3) .btn-readmore {
    border-color: #ffffff;
    color: #ffffff;
  }
  .trust-w.style4 .block-trust:nth-child(2),
  .trust-w.style4 .block-trust:nth-child(4) {
    padding-left: 30px;
  }
  .trust-w.style4 .block-trust:nth-child(2) .tr-text h3,
  .trust-w.style4 .block-trust:nth-child(4) .tr-text h3 {
    color: #fc6456;
  }
  .trust-w.style4 .block-trust:nth-child(2) .tr-text > p,
  .trust-w.style4 .block-trust:nth-child(4) .tr-text > p {
    color: #fc6456;
  }
  .trust-w.style4 .block-trust:nth-child(2) .tr-line,
  .trust-w.style4 .block-trust:nth-child(4) .tr-line {
    background: #fc6456;
  }
  .trust-w.style4 .block-trust:nth-child(2) .btn-readmore,
  .trust-w.style4 .block-trust:nth-child(4) .btn-readmore {
    border-color: #fc6456;
    color: #fc6456;
  }
}
@media (min-width: 768px) {
  .home-new-product.layout_4 .tab-content .owl-controls {
    position: absolute;
    top: -59px;
    right: 15px;
    margin: 0;
    width: 100px;
  }
  .home-new-product.layout_4 .tab-content .owl-controls .owl-buttons {
    float: right;
  }
  .home-new-product.layout_4 .tab-content .owl-controls .owl-buttons > div {
    position: static;
    display: inline-block;
    margin: 0;
    background: transparent;
    color: #d7d7d7;
    border: 1px solid #d7d7d7;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .home-new-product.layout_4 .tab-content .owl-controls .owl-buttons > div.owl-prev {
    margin-right: 5px;
  }
  .home-new-product.layout_5 .tab-content .owl-controls {
    position: absolute;
    top: -59px;
    right: 15px;
    margin: 0;
    width: 100px;
  }
  .home-new-product.layout_5 .tab-content .owl-controls .owl-buttons {
    float: right;
  }
  .home-new-product.layout_5 .tab-content .owl-controls .owl-buttons > div {
    position: static;
    display: inline-block;
    margin: 0;
    background: transparent;
    color: #d7d7d7;
    text-align: right;
    width: 15px;
  }
  .home-new-product.layout_5 .tab-content .owl-controls .owl-buttons > div i {
    font-size: 24px;
  }
  .home-new-product.layout_5 .tab-content .owl-controls .owl-buttons > div:hover i {
    color: #444444;
  }
  .home-new-product.layout_5 .tab-content .owl-controls .owl-buttons > div.owl-prev {
    margin-right: 5px;
  }
  .home-tab-product .tab-content .owl-controls {
    position: absolute;
    top: -59px;
    right: 15px;
    margin: 0;
    width: 100px;
  }
  .home-tab-product .tab-content .owl-controls .owl-buttons {
    float: right;
  }
  .home-tab-product .tab-content .owl-controls .owl-buttons > div {
    position: static;
    display: inline-block;
    margin: 0;
    background: transparent;
    color: #d7d7d7;
  }
  .home-tab-product .tab-content .owl-controls .owl-buttons > div.owl-prev {
    margin-right: 5px;
  }
  .home-tab-product.layout_1 .tab-content .owl-controls .owl-buttons > div {
    border: 1px solid #d7d7d7;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .home-tab-product.layout_2 .tab-content .owl-controls .owl-buttons > div {
    text-align: right;
    width: 15px;
  }
  .home-tab-product.layout_2 .tab-content .owl-controls .owl-buttons > div i {
    font-size: 24px;
  }
  .home-tab-product.layout_2 .tab-content .owl-controls .owl-buttons > div:hover i {
    color: #444444;
  }
  .home-blog.layout_5 .owl-controls {
    position: absolute;
    top: -59px;
    right: 15px;
    margin: 0;
    width: 100px;
  }
  .home-blog.layout_5 .owl-controls .owl-buttons {
    float: right;
  }
  .home-blog.layout_5 .owl-controls .owl-buttons > div {
    position: static;
    display: inline-block;
    margin: 0;
    background: transparent;
    color: #d7d7d7;
    border: 1px solid #d7d7d7;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .home-blog.layout_5 .owl-controls .owl-buttons > div.owl-prev {
    margin-right: 5px;
  }
  .home-testimonial.layout_5 .owl-controls {
    position: absolute;
    top: -59px;
    right: 15px;
    margin: 0;
    width: 100px;
  }
  .home-testimonial.layout_5 .owl-controls .owl-buttons {
    float: right;
  }
  .home-testimonial.layout_5 .owl-controls .owl-buttons > div {
    position: static;
    display: inline-block;
    margin: 0;
    background: transparent;
    color: #d7d7d7;
    border: 1px solid #d7d7d7;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .home-testimonial.layout_5 .owl-controls .owl-buttons > div.owl-prev {
    margin-right: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-popular-product .owl-controls {
    top: 80px;
  }
  .home-new-product.layout_4 .tab-content .owl-controls {
    top: -53px;
  }
  .home-capabititie.layout_3 {
    background-size: cover;
  }
  .trust-w.style4 .left-border {
    border-top-width: 30px;
    border-bottom-width: 30px;
    top: -60px;
  }
  .trust-w.style4 .right-border {
    border-top-width: 30px;
    border-bottom-width: 30px;
    top: -60px;
  }
  .home-promotion-product.layout_3 .pro-item:last-child {
    display: none;
  }
  .home-promotion-product.layout_3 .ratings :before {
    width: 40px;
  }
  .home-new-product.layout_3 .del-3 {
    display: none;
  }
  .home-new-product.layout_3 .ratings :before {
    width: 40px;
  }
  .home-new-product.layout_4 .tab-content .new_cate_col ul {
    min-height: 390px;
  }
  .home-new-product.layout_4 .product-info .action .add-to-cart {
    width: 100%;
  }
  .home-new-product.layout_5 .block-title-w {
    margin-bottom: 30px;
  }
  .home-category.layout_4 .cate-banner-col.col-2 .thum-1 {
    margin-bottom: 2px;
  }
  .home-proof-point .icon i {
    font-size: 50px;
  }
  .home-proof-point .content-p {
    min-height: 133px;
  }
  .home-proof-point .content-p h3 {
    font-size: 18px;
  }
  .home-proof-point .content-p p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .mug .home-tab-product .product-info .action .add-to-cart {
    width: 100%;
  }
  .cms-index-index .pro-item .product-info {
    margin-top: 0;
  }
  .home-tab-product.layout_2 .block-title-w ul {
    float: left;
  }
  .owl-controls {
    margin-top: 20px;
  }
  .cms-home-3d .trust-w {
    margin-bottom: 0;
  }
  .home-capabititie.layout_3 {
    background-size: cover;
  }
  .cms-index-index .main section {
    padding: 30px 0 0 0;
  }
  .home-blog.layout_2 {
    margin-top: 30px;
  }
  .home-category.layout_3 .thumb1 {
    margin-bottom: 11px;
  }
  .home-category.layout_3 .thumb5 {
    padding-left: 12px;
  }
  .home-category.layout_4 .cate-banner-col.col-1,
  .home-category.layout_4 .cate-banner-col.col-3 {
    width: 32%;
  }
  .home-category.layout_4 .cate-banner-col.col-2 {
    width: 36%;
  }
  .home-category.layout_4 .cate-banner-col.col-2 .thum-1 {
    margin-bottom: 19px;
  }
  .trust-w {
    margin-bottom: 50px;
  }
  .trust-w.style4 .left-border,
  .trust-w.style4 .right-border,
  .trust-w.style4 .right-bg {
    display: none;
  }
  .trust-w.style4 .left-bg {
    width: 100%;
  }
  .trust-w.style4 .block-trust:nth-child(1),
  .trust-w.style4 .block-trust:nth-child(2),
  .trust-w.style4 .block-trust:nth-child(3),
  .trust-w.style4 .block-trust:nth-child(4) {
    padding-left: 15px;
  }
  .trust-w.style4 .block-trust:nth-child(1) .tr-text,
  .trust-w.style4 .block-trust:nth-child(2) .tr-text,
  .trust-w.style4 .block-trust:nth-child(3) .tr-text,
  .trust-w.style4 .block-trust:nth-child(4) .tr-text {
    margin-top: 0;
  }
  .trust-w.style4 .block-trust:nth-child(1) .tr-text h3,
  .trust-w.style4 .block-trust:nth-child(2) .tr-text h3,
  .trust-w.style4 .block-trust:nth-child(3) .tr-text h3,
  .trust-w.style4 .block-trust:nth-child(4) .tr-text h3 {
    color: #ffffff;
  }
  .trust-w.style4 .block-trust:nth-child(1) .tr-text > p,
  .trust-w.style4 .block-trust:nth-child(2) .tr-text > p,
  .trust-w.style4 .block-trust:nth-child(3) .tr-text > p,
  .trust-w.style4 .block-trust:nth-child(4) .tr-text > p {
    color: #ffffff;
  }
  .trust-w.style4 .block-trust:nth-child(1) .tr-line,
  .trust-w.style4 .block-trust:nth-child(2) .tr-line,
  .trust-w.style4 .block-trust:nth-child(3) .tr-line,
  .trust-w.style4 .block-trust:nth-child(4) .tr-line {
    background: #ffffff;
  }
  .trust-w.style4 .block-trust:nth-child(1) .btn-readmore,
  .trust-w.style4 .block-trust:nth-child(2) .btn-readmore,
  .trust-w.style4 .block-trust:nth-child(3) .btn-readmore,
  .trust-w.style4 .block-trust:nth-child(4) .btn-readmore {
    border-color: #ffffff;
    color: #ffffff;
  }
  .home-promotion-product.layout_3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .home-new-product.layout_3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .home-new-product.layout_4 .tab-content .new_cate_col ul {
    min-height: auto;
  }
  .home-capabititie.layout_4 {
    min-height: auto;
    padding-bottom: 30px !important;
  }
  .home-capabititie.layout_4 .block-title-w {
    margin-top: 30px !important;
  }
  .or-service.layout_3 {
    min-height: auto;
    padding-bottom: 30px !important;
  }
  .or-service.layout_3 .block-title-w {
    margin-top: 30px !important;
  }
  .home-testimonial.layout_3 {
    background: none !important;
  }
  .home-proof-point .icon i {
    font-size: 50px;
  }
  .home-proof-point .content-p {
    min-height: 133px;
  }
  .home-proof-point .content-p h3 {
    font-size: 18px;
  }
  .home-proof-point .content-p p {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .home-category.layout_3 .cate-banner-col,
  .home-category.layout_3 .thumb {
    width: 100%;
  }
  .home-category.layout_3 .thumb {
    margin-bottom: 10px;
  }
  .home-category.layout_3 .thumb1 {
    margin-bottom: 0;
  }
  .home-category.layout_3 .thumb5 {
    padding-left: 15px;
  }
  .home-category.layout_4 .cate-banner-col.col-2 .thum-1 {
    margin-bottom: 13px;
  }
  .home-proof-point .proof-col {
    width: 100%;
  }
  .home-proof-point .icon {
    width: 100%;
    float: none;
    text-align: center;
  }
  .home-proof-point .content-p {
    text-align: center;
  }
  .home-tab-product.layout_2 .block-title-w h2 {
    margin-bottom: 15px;
    margin-right: 30px;
  }
  .home-banner.banner02 .col-xs-4 {
    width: 100%;
    margin-bottom: 15px;
  }
  .home-banner.banner02 .col-xs-4 img {
    width: 100%;
  }
  .home-banner.banner02 .col-xs-4:last-child {
    margin-bottom: 0;
  }
  .home-banner.banner04 .col-xs-6 {
    width: 100%;
    margin-bottom: 15px;
  }
  .home-banner.banner04 .col-xs-6 img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .home-new-product.layout_5 .block-title-w ul li a {
    margin-right: 10px;
  }
  .home-category.layout_4 .cate-banner-col {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .home-category.layout_4 .cate-banner-col.col-3 {
    margin-bottom: 0;
  }
  .home-category.layout_4 .cate-banner-col .thumb {
    padding: 0 15px;
  }
  .home-category.layout_4 .cate-banner-col img {
    width: 100%;
  }
  .home-testimonial.layout_2 .bran-block .item {
    width: 100%;
  }
  .or-service.layout_4 .or-service-w .or-block,
  .or-service.layout_5 .or-service-w .or-block {
    width: 100%;
  }
  .home-promotion-product.layout_3 .block-title-w h2.block-title {
    font-size: 30px;
  }
  .home-promotion-product.layout_3 .block-title-w h3 {
    font-size: 18px;
  }
  .home-promotion-product.layout_3 .block-title-w .title-bottom p {
    font-size: 16px;
  }
  .home-promotion-product.layout_3 .block-title-w .title-bottom a {
    margin-top: 7px;
  }
  .home-new-product.layout_3 .block-title-w h2.block-title {
    font-size: 30px;
  }
  .home-new-product.layout_3 .block-title-w h3 {
    font-size: 18px;
  }
  .home-new-product.layout_3 .block-title-w .title-bottom p {
    font-size: 16px;
  }
  .home-new-product.layout_3 .block-title-w .title-bottom a {
    margin-top: 7px;
  }
  .home-capabititie.layout_4 .block-title-w h2.block-title {
    font-size: 30px;
  }
  .home-capabititie.layout_4 .block-title-w .sub-title {
    font-size: 18px;
  }
  .home-capabititie.layout_4 .block-title-w .phone-num {
    font-size: 18px;
  }
  .or-service.layout_3 .block-title-w h2.block-title {
    font-size: 30px;
  }
  .or-service.layout_3 .block-title-w .sub-title {
    font-size: 18px;
  }
  .home-banner.banner02 .row {
    margin-left: -15px;
  }
  .home-banner.banner02 div[class^=col-] {
    padding-left: 15px;
    width: 100%;
  }
  .home-banner.banner02 .item-01,
  .home-banner.banner02 .item-02 {
    margin-bottom: 10px;
  }
}
@media (max-width: 360px) {
  .home-tab-product .block-title-w ul li {
    margin-bottom: 10px;
  }
  header#type9 .main-header .headerCS {
    min-height: 145px;
  }
  header#type9 .main-header .headerCS .search-w.hd-pd {
    height: 1px;
  }
}
@media (max-width: 320px) {
  .home-make-print.layout_3 .step-des .step-content .step-text p {
    float: right;
    width: 60%;
  }
  .home-promotion-product.layout_3 .pro-item {
    width: 100%;
  }
  .home-promotion-product.layout_3 .pro-item:nth-child(3),
  .home-promotion-product.layout_3 .pro-item:nth-child(4) {
    display: none;
  }
  .home-new-product.layout_3 .del-0,
  .home-new-product.layout_3 .del-1 {
    width: 100%;
  }
  .home-new-product.layout_3 .del-2,
  .home-new-product.layout_3 .del-3 {
    display: none;
  }
  .home-capabititie.layout_4 .block-capabititie-w .block-capabititie {
    width: 100%;
    margin-bottom: 15px;
  }
}
/* toan */
.homepage_showcase {
  display: table;
  width: 100%;
}
.homepage_showcase .showcase_left {
  display: table-cell;
  width: 50%;
  position: relative;
  background: #6477a1;
}
.homepage_showcase .showcase_left p {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  position: absolute;
  top: 40%;
  left: 40%;
  padding-right: 40px;
}
.homepage_showcase .showcase_right {
  display: table-cell;
  width: 50%;
}
.homepage_showcase .showcase_right img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .homepage_showcase .showcase_left p {
    top: 30%;
    font-size: 15px;
  }
}
.cms-index-index .main section.home-blog.layout_2 {
  min-height: 500px;
}
.footer_block_custom {
  background: #3d3d3d;
}
.footer_block_custom .footer_custom_block_content {
  float: left;
  color: #9e9e9e;
  padding-top: 12px;
  padding-bottom: 12px;
}
.footer_block_custom .footer_custom_block_content.icon_footer_block {
  font-size: 44px;
}
.footer_block_custom .footer_custom_block_content:nth-child(2) {
  margin: 15px 0px 10px 15px;
}
.footer_block_custom .footer_custom_block_content h4 {
  font-size: 18px;
  text-transform: uppercase;
}
.footer_block_custom .footer_custom_block_content p {
  font-size: 12px;
  color: #9e9e9e;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .footer_block_custom .footer_custom_block_content:nth-child(2) {
    margin-left: 0px;
  }
}
.showcase_flower img {
  width: 100%;
}
.home-banner.banner02 {
  margin-top: 30px;
}
.fashion_client {
  padding-top: 0px !important;
}
.fashion_client .block-title-w {
  display: none;
}
.fashion_client .owl-controls {
  display: none !important;
}
.language-flag img {
  height: 10px;
}
.calendars .home-blog.layout_2 {
  margin-top: 0;
}
.storegift .home-blog.layout_2 {
  margin-top: 0;
}
.mug .home-tab-product .product-info .action .quick-view:hover,
.mug .home-new-product.layout_5 .product-info .action .quick-view:hover {
  background-color: #313131;
}
