#home_page .single-box {
  background-color: #F8F9FA;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0), 0 0 12px rgba(0, 0, 0, 0.22);
  margin-top: -50px;
  padding: 50px 35px;
  position: relative;
  width: 100%;
  z-index: 999;
}

#home_page .single-mini-box{
  background-color: #F8F9FA;
  position: relative;
  width: 100%;
  z-index: 999;
  margin-top: 20px;
  padding: 20px 0;
  border-radius: 1rem;
  box-shadow: 0 4px 16px 0 rgba(181, 181, 181, 0.25);
}


#home_page .new-single-mini-box{
  background-color: #F8F9FA;
  padding: 20px 0;
  border-radius: 1rem;
  box-shadow: 0 4px 16px 0 rgba(181, 181, 181, 0.25);
  margin: 0 12px;
}

#home_page .single-mini-box2{
  background-color: #F8F9FA;
  position: relative;
  width: 100%;
  z-index: 999;
  margin-top: 20px;
  height: 320px;
}

#home_page #box_baners_main{
  width: 100%;
}

#home_page #box_baners_main .box-baners{
  width: 100%;
}

#home_page #box_baners_main .box-baners .box-baners-img{
  width: 50%;
  position: relative;
  float: left;
  overflow: hidden;
}

#home_page #box_baners_main .box-baners .box-baners-img img{
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: grayscale(0) blur(0);
  filter: grayscale(0) blur(0);
}

#home_page #box_baners_main .box-baners .box-baners-img:hover img{
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: hue-rotate(90deg); 
  filter: hue-rotate(90deg);
}

#home_page .latest .hover-product img, #home_page .best-sales .hover-product img, #home_page .todays-sales .hover-product img, #home_page .advanced-products-tab .single-products img, #home_page .advanced-products-tab .hover-product img, #home_page .single-mini-box2 .hover-product img{
  height: 250px;
  padding: 10px;
}

#home_page .latest .hover, #home_page .best-sales .hover, #home_page .todays-sales .hover, #home_page .advanced-products-tab .hover, #home_page .single-mini-box2 .hover{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

#home_page .single-mini-box2 .hover{
  display:flex;
  align-items: center;
  justify-content: center;
}

#home_page .latest .hover .overlay, #home_page .best-sales .hover .overlay, #home_page .todays-sales .hover .overlay, #home_page .advanced-products-tab .hover .overlay, #home_page .single-mini-box2 .hover .overlay{
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

#home_page .latest .hover img, #home_page .best-sales .hover img, #home_page .todays-sales .hover img, #home_page .advanced-products-tab .hover img, #home_page .single-mini-box2 .hover img{
  display: block;
  position: relative;
  height: 200px;
}

#home_page .latest .hover button.info, #home_page .best-sales .hover button.info, #home_page .todays-sales .hover button.info, #home_page .advanced-products-tab .hover button.info, #home_page .single-mini-box2 .hover button.info{
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin: 100px 0 0 0;
  border-radius: 0px;
  background-color: transparent;
}

#home_page .latest .hover button.info:hover, #home_page .best-sales .hover button.info:hover, #home_page .todays-sales .hover button.info:hover, #home_page .advanced-products-tab .hover button.info:hover, #home_page .single-mini-box2 .hover button.info:hover{
  box-shadow: 0 0 5px #fff;
}

#home_page .latest .hover-product, #home_page .best-sales .hover-product, #home_page .todays-sales .hover-product, #home_page .advanced-products-tab .hover-product, #home_page .single-mini-box2 .hover-product{
  background-color: #F8F9FA;
  /*box-shadow: 0 0 18px rgba(0, 0, 0, 0), 0 0 12px rgba(0, 0, 0, 0.22);*/
}

#home_page .single-mini-box2 .hover-product{
  height: 100%;    
}

#home_page .latest .hover-product img, #home_page .best-sales .hover-product img, #home_page .todays-sales .hover-product img, #home_page .advanced-products-tab .hover-product img, #home_page .single-mini-box2 .hover-product img{
  transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  margin: 0px auto;
}

#home_page .latest .hover-product .overlay, #home_page .best-sales .hover-product .overlay, #home_page .todays-sales .hover-product .overlay, #home_page .advanced-products-tab .hover-product .overlay, #home_page .single-mini-box2 .hover-product .overlay{
  opacity: 0;
  background-color: rgba(0,0,0, 0.5);
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#home_page .latest .hover-product button.info, #home_page .best-sales .hover-product button.info, #home_page .todays-sales .hover-product button.info, #home_page .advanced-products-tab .hover-product button.info, #home_page .single-mini-box2 .hover-product button.info{
  opacity: 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#home_page .latest .hover-product:hover img, #home_page .best-sales .hover-product:hover img, #home_page .todays-sales .hover-product:hover img, #home_page .advanced-products-tab .hover-product:hover img, #home_page .single-mini-box2 .hover-product:hover img{
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#home_page .latest .hover-product:hover .overlay, #home_page .best-sales .hover-product:hover .overlay, #home_page .todays-sales .hover-product:hover .overlay, #home_page .advanced-products-tab .hover-product:hover .overlay, #home_page .single-mini-box2 .hover-product:hover .overlay{
  opacity: 1;
}

#home_page .latest .hover-product:hover button.info, #home_page .best-sales .hover-product:hover button.info, #home_page .todays-sales .hover-product:hover button.info, #home_page .advanced-products-tab .hover-product:hover button.info, #home_page .single-mini-box2 .hover-product:hover button.info{
  opacity: 1;
  -moz-transform: translatey(0);
  -ms-transform: translatey(0);
  -o-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0);
}

#home_page .latest .hover-product:hover button.info, #home_page .best-sales .hover-product:hover button.info, #home_page .todays-sales .hover-product:hover button.info, #home_page .advanced-products-tab .hover-product:hover button.info, #home_page .single-mini-box2 .hover-product:hover button.info{
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/* Start Slider */

#home_page #slider {
  padding-bottom: 45px;
}

#home_page .latest .control-carousel, #home_page .best-sales .control-carousel, #home_page .todays-sales .control-carousel {
  position: absolute;
  top: 42%;
  font-size: 30px;
  color: #C2C2C1;
}

#home_page .latest .control-carousel:hover, #home_page .best-sales .control-carousel:hover, #home_page .todays-sales .control-carousel:hover{
  color: #7DCF85 ;
}

#home_page .right {
  right: 0;
}
/* End Slider */

#home_page #latest h2, #home_page #best-sales h2, #home_page #todays-sales h2{
  font-size: 16px;
  color:#2b2d2b;
  /*border-bottom: 3px solid #faca04;*/
  font-weight: 600;
} 

#home_page #latest h2 span, #home_page #best-sales h2 span, #home_page #todays-sales h2 span{
  border-bottom: 3px solid #faca04;;
  color: #666;
  display: inline-block;
  margin-bottom: -3px;
  padding-bottom: 10px;
}

#latest, #best-sales, #todays-sales{
  position: relative;    
}

#home_page .special-products-slider-control{
  position: absolute;
  top:0px;
  right: 15px;
  /*background-color:#E6E6E6;*/
  padding: 2px 0px;
}

#home_page .advanced-products-tab .special-products-slider-control{
  top:12px;
  right: 0px;    
}

#home_page .testimonials-slider .special-products-slider-control{
  top:-5px;
  right: 0px;    
}

#home_page .brands-list .special-products-slider-control{
  top:-5px;
  right: 0px;    
}

#home_page .brands-list .brands-images{
  border: 1px solid #e5e5e5;
  border-radius: 0;
  padding: 15px 5px;   
  cursor: pointer;
}

#home_page .brands-list .brands-images img{
  margin: 0 auto;
  width: 100%;
  height: 50px;  
}

#home_page .brands-list .brands-images:hover{
  background-color: #F1F1F1;    
}

#home_page .special-products-slider-control a{
  /*padding: 0px 6px;  
  text-decoration: none;
  color: #bbbfbf;  */
  text-decoration: none;
}

#home_page .special-products-slider-control a img{
  margin-top: -3px;
  width: 23px;
  height: 23px;
  background-color: #ffffff;
  box-shadow: 0 8px 13px 0 rgba(0, 0, 0, 0.16);
  padding: 8px;
  margin: 0;
  border-radius: 2rem;
}

#home_page .special-products-slider-control a:hover{
  color: #272727;
  text-decoration: none;
}

#home_page .special-products-slider-control a i{
  font-size: 16px;  
  font-weight: bold; 
}

#home_page .single-product-bottom-section h3, #home_page .single-product-bottom-section p{
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
}

#home_page .single-product-bottom-section p{
  font-size: 14px;
  font-weight: bold;
}

#home_page .single-product-add-to-cart{
  text-align: right;
  padding-bottom: 6px;
  margin-right: 20px;
}

#home_page .btn-style{
  /*background-color: #272727;
  border-color:transparent;
  color: #fff;*/
}

#home_page .btn-style img{
  height: 22px;
  width: 22px;

}

#home_page .btn-style:hover{
  background-color: #8a8a8a;    
}

#home_page .title-divider{
  width: 10%;
  border:1px solid #272727;
  margin: 10px auto;
  font-weight: normal;
}

#home_page .not-available{
  text-align: center;
  padding-bottom: 10px;
  color: #272727;
}

#home_page .advanced-products-tab ul{
  border-bottom: 1px solid rgba(173, 173, 173, 0.5);
  list-style: outside none none;
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
}

#home_page .advanced-products-tab ul li a{
  border: 0 none;
  border-radius: 0;
  color: #444444;
  display: block;
  font-family: "Lato",sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

#home_page .advanced-products-tab ul li a:hover {
  background: #faca04 none repeat scroll 0 0;
  color: #fff;
}

#home_page .advanced-products-tab .nav-tabs li.active a, #home_page .advanced-products-tab .nav-tabs li.active a:hover, #home_page .advanced-products-tab .nav-tabs li.active a:focus {
  background-color: #f0f4f5;
  color: #2b2d2b;
  cursor: default;
  margin-left: 0;
  margin-right: 0;
  border-bottom: 3px solid #faca04;
}

#home_page .advanced-products-tab .nav-tabs li a {
  border: 1px solid rgba(0, 0, 0, 0);
  line-height: 1.42857;
  margin-right: 0;
}

#home_page .advanced-products-tab{
  position: relative;    
}

#home_page .all-service.service-style {
  border: medium none;
}

#home_page .service-list {
  display: flex;
  justify-content: space-around;
}

#home_page .all-service.service-style .service-list li {
  display: flex;
  flex-direction: column;
  padding: 0 30px;
  text-align: center;
  width: 100%;
}

#home_page  .service-list > li {
  color: #000;
  display: flex;
  font-size: 18px;
  line-height: 28px;
  padding: 12px 47px;
}

#home_page .all-service.service-style .service-list li span {
  color: #727272;
  font-size: 48px;
  line-height: 48px;
  transition: all 0.3s ease-in-out 0s;
}

#home_page .service-name {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

#home_page .all-service.service-style .service-list li p {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin-left: 0;
  margin-top: 40px;
  text-transform: uppercase;
}

#home_page.service-list li p {
  margin-left: 20px;
}

#home_page .service-list li + li {
  border-left: 1px solid #FFFFFF;
}

#home_page .service-name-earth::before {
  content: url(images/world.png);
}

#home_page .service-name-users::before {
  content: url(images/help.png);
}

#home_page .service-name-checkmark-circle::before {
  content: url(images/safe-payment.png);
}

#home_page .service-name-bicycle::before {
  content: url(images/delivery.png);
}

#home_page .all-service-main ul.service-list{
  padding: 0px;    
}

#home_page .top-cat-list-sub .img-div img{
  height: 280px;
}

#home_page .top-cat-list-sub .img-title span{
  font-size: 12px;
  font-style: italic;
  color: #AAABAB;
  font-weight: bold;
}

#home_page .top-cat-list-sub .img-title a, #home_page .testimonials-read{
  text-decoration: none;
  color: #272727; 
  padding: 10px 25px;
  border: 1px solid #aaabab;
  text-transform: uppercase;
  border-radius:0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

#home_page .top-cat-list-sub .img-title a:hover, #home_page .testimonials-read:hover{
  background: #1FC0A0;
  color: #FFFFFF;
  border: 1px solid #1FC0A0;
}

#home_page .testimonials-read{
  margin-top: 20px;    
}

#home_page .top-cat-list-sub .img-title .cat-shop-now{
  margin-top: 50px;    
}

#home_page .top-cat-list-sub .img-title, #home_page .top-cat-list-sub .img-div{
  float: left;    
}

#home_page .top-cat-list-sub .img-title{
  width: 40%;  
}

#home_page .top-cat-list-sub .img-div{
  width: 60%;   
  padding: 19px;
}

#home_page .top-cat-list-sub{
  align-items: center;
  display: flex;
  justify-content: space-between;    
}

#home_page .top-cat-list-sub .img-title h2{
  color: #272727;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;  
  font-weight: bold;
}

#home_page .single-mini-box2 .overlay ul{
  list-style: none;
  margin-top: 40px;
  padding: 0px;
}

#home_page .single-mini-box2 .overlay ul li{
  display: inline-block;  
  padding: 0 5px;
}

#home_page .single-mini-box2 .overlay .overlay-content h2{
  color: #FFFFFF;
  font-size: 18px;
  padding-top: 30px;
}

#home_page .single-mini-box2 .overlay .overlay-content h3{
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1px;
}

#home_page .single-mini-box2 .overlay ul li a{
  border: 1px solid #FFFFFF;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  display: block;
  height: 40px;
  width: 40px;
}

#home_page .single-mini-box2 .overlay ul li a i{
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  padding: 0 9px;
}

#home_page .single-mini-box2 .overlay ul li a:hover{
  background: #faca04 none repeat scroll 0 0;
  border: 1px solid #faca04;
}

#home_page .top-cat-content, #home_page .categories-collection{
  margin: 50px 0px;
  margin-top: -50px;  
}

#home_page .testimonials-slider .content-title h2, #home_page .testimonials-text h2, #home_page .recent-blog h2, #home_page .brands-list h2{
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

#home_page .testimonials-slider .content-title h2, #home_page .recent-blog .content-title h2, #home_page .brands-list .content-title h2{
  border-bottom: 3px solid #faca04;
}

#home_page .testimonials-slider .content-title h2 > span, #home_page .recent-blog .content-title h2 > span, #home_page .brands-list .content-title h2 > span {
  color: #666;
  display: inline-block;
  margin-bottom: -3px;
  padding-bottom: 10px;
}

#home_page .testimonials-slider .content-title h2 > span, #home_page .recent-blog .content-title h2 > span, #home_page .brands-list .content-title h2 > span{
  border-bottom: 3px solid #e4b800;    
}

#home_page .testimonials-slider, #home_page .recent-blog, #home_page .brands-list{
  margin-top: 75px;
}

#home_page .testimonials-slider .content-title, #home_page .recent-blog .content-title, #home_page .brands-list .content-title{
  width: 100%;
  padding-bottom: 20px;
}

.testimonials-slider p.not-available, .recent-blog p.not-available{
  text-align: center;
}

#home_page .testimonials-slider, #home_page .brands-list{
  position: relative;    
}

#home_page .testimonials-img::after {
  color: #1fc0a0;
  content: "“";
  display: block;
  font-family: Georgia,sans-serif;
  font-size: 13.5em;
  line-height: 1em;
  margin-top: -15px;
  position: absolute;
  right: 200px;
  top: 0;
}

#home_page .testimonials-img img{
  width: 120px;
  height: 120px;
}

#home_page .testimonials-text p{
  font-size: 13px;
  text-align:justify;
}

#home_page .recent-blog-content .blog-box img{
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: grayscale(0) blur(0);
  filter: grayscale(0) blur(0);
}

#home_page .recent-blog-content .blog-box:hover img{
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: hue-rotate(90deg); 
  filter: hue-rotate(90deg);
}

#home_page .recent-blog-content a img{
  width: 100%;
}

#home_page .recent-blog-content .blog-box a{
  color: #FFFFFF;
  position: relative;
  display: block;
  text-decoration: none;
}

#home_page .recent-blog-content .blog-box{
  overflow: hidden;
  position: relative;
}

#home_page .recent-blog-content a .blog-bottom-text{
  position: absolute;
  bottom: 0px;
  left: 5%;
  font-weight: bold;
}

#home_page .recent-blog-content .blog-bottom-text p.blog-title{
  text-transform: uppercase;
  font-size: 13px;
}

#home_page .recent-blog-content .blog-bottom-text p span.blog-comments, #home_page .recent-blog-content .blog-bottom-text p span.blog-date{
  font-size: 11px;
  padding-right: 5px;
}

#home_page .categories-collection .category{
  position:relative;
  max-height: 280px;
  max-width: 280px;
}

#home_page .categories-collection .category a{
  transition: all 0.2s ease-in 0s;    
}

#home_page .categories-collection .category .category-collection-mask{
  background-color: #000000;
  height: 80%;
  left: 0;
  margin-left: 10%;
  margin-top: 8%;
  opacity: 0.2;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in 0s;
  width: 80%;    
}

#home_page .categories-collection .category .category-title{
  color: #ffffff;
  font-size:2vw;
  font-weight: 900;
  left: 0;
  letter-spacing: 3px;
  margin-top: -30px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  transition: all 0.3s ease-in 0s;
  width: 100%;  
}

#home_page .categories-collection .category .category-title span{
  display: block;
  font-size: 20px;    
}

#home_page .categories-collection .category img{
  width: 100%;
  border-radius: 1rem;    
}

#home_page .design-tool-workflow {
  margin: 50px auto;
  position: relative;
  text-align: center;
}

#home_page .divider-home::before {
  left: 0;
  right: 65.5%;
}

#home_page .divider-home::after, #home_page .divider-home::before {
  border-bottom: 1px solid #bcbcbc;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 10px;
}

#home_page .divider-home::after {
  left: 65.5%;
  right: 0;
}

#home_page .divider-wrapper h2 {
  margin: 0 0 28px;
  width: 100%;
}

#home_page .divider-home {
  display: block;
  font-size: 18px;
  margin: 0 auto 14px;
  text-align: center;
  text-transform: uppercase;
}

#home_page .design-tool-workflow .featureblock {
  background: #f8f9fa none repeat scroll 0 0;
  border: 1px solid #f1f2f3;
  border-radius: 10px;
  display: inline-block;
  height: 270px;
  margin: 1%;
  /*min-width: 260px;*/
  padding-top: 5px;
  vertical-align: middle;
  width: 22%;
}

#home_page .design-tool-workflow .featureblock .featureimg {
  background: rgba(0, 0, 0, 0) url("images/howworkstep.png") no-repeat scroll center 20px;
  height: 150px;
  margin: auto;
  width: 200px;
}

#home_page .design-tool-workflow .feature::after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

#home_page .design-tool-workflow .feature {
  cursor: default;
  display: block;
  font-size: 14px;
  margin: 10px auto;
  padding: 0;
  width: 200px;
}

#home_page .design-tool-workflow .feature p, #home_page .design-tool-workflow .feature h3 {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}

#home_page .design-tool-workflow .feature p, #home_page .design-tool-workflow .feature h3 {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}

#home_page .design-tool-workflow .featureblock.fsec .featureimg {
  background-position: center -180px;
}

#home_page .design-tool-workflow .featureblock.fthr .featureimg {
  background-position: center -380px;
}

#home_page .design-tool-workflow .featureblock.ftls .featureimg {
  background-position: center -580px;
}

#home_page .design-tool-workflow .feature:hover, #home_page .design-tool-workflow .feature:focus{
  text-decoration: none;    
}

#home_page .top-cat-list-sub .img-title h4{
    color: #727272;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.add-to-cart-price {

  /*background-color: red;*/
  border: solid 2px #f0f0f0;
  color: #808080;
  font-size: 14px;
  font-weight: 600;
  font-weight: 600;
  padding: 0 20px;
  padding-right: 12px;
  border-radius: 0.5rem;
}

.add-to-cart-price span { 
  border-right: solid 2px #f0f0f0;
  /* padding-right: 12px; */
  padding: 10px 12px 10px 0;
  /* margin: 20px; */
  display: inline-block;
  margin-right: 6px;
}

.add-to-cart-price img{
  height: 20px !important;
  width: 20px;
  padding: 0 !important;
}

@media only screen and (max-width: 500px) {
    #home_page .single-box{
        padding: 30px 0px;
    } 
    
    #home_page .all-service.service-style .service-list li p{
        font-size: 11px;
        margin-top: 20px;
    }
    
    #home_page .all-service.service-style .service-list li{
        padding: 0px 5px;
    }
    
    #home_page .divider-home::after, #home_page .divider-home::before {
        border-bottom:none;
    }
    
    #home_page .divider-home::after {
        left: 0;
        right: 0;
    }
    
    #home_page .divider-home::before {
        left: 0;
        right: 0;
    }
    
    #home_page .divider-home{
        font-size: 16px;
    }
    
    #home_page .design-tool-workflow .featureblock{
        display: block;
        height: 215px;
        padding-top: 0px;
        width: 96%;
        margin: 2%;
    }
    
    #home_page .design-tool-workflow .featureblock .featureimg{
        height: 100px;
    }
    
    #home_page .categories-collection .category{
        margin-bottom: 20px;
    }
    
    #home_page .top-cat-list-sub .img-title h2{
        font-size: 16px;
    }
}

@media all and (max-width: 980px) and (min-width: 768px) {
    #home_page .divider-home::before{
        right: 75%;
    }
    
    #home_page .divider-home::after{
        left: 75%;
    }
    
    #home_page .design-tool-workflow .featureblock .featureimg{
        width: 150px;
        height: 110px;
    }
    
    #home_page .design-tool-workflow .feature{
        width: auto;
        padding: 0px 10px;
    }
    
    #home_page .design-tool-workflow .featureblock{
        height: 240px;
        padding-top: 0px;
    }
    
    #home_page .all-service.service-style .service-list li p{
        font-size: 15px;
    }
    
}

@media only screen and (max-width: 980px) {
    #home_page .categories-collection .category .category-title{
        font-size: 30px;
    }
    
    #home_page .extra-padding{
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 320px) {
    #home_page .top-cat-list-sub .img-title a{
        padding: 10px 15px;
    }
}

@media only screen and (max-width: 768px) {
    #latest, #best-sales, #todays-sales{
        margin-bottom: 30px;
    }
}











