
img{
        max-width: 100%;
}
body{
    font-family: 'Poppins', sans-serif;
}
a{
    color: #333;
    outline: none;
    text-decoration: none;
}
a:hover,a:focus{
    text-decoration: none;
    color: #333;
}

.header{
  background: url('../img/layout.jpg') no-repeat;
  background-attachment: fixed;
  min-height: 850px;
  float: left;
  position: relative;
  width: 100%;
}
header {
    float:left;
    position: relative;
    width: 100%;
    min-height: 850px;
}
.shop_layout_info{
  left: 0;
  margin:0 auto;
  position: absolute;
  right: 0;
  top: 34%;
  padding: 0 10px;
  text-align: center;
}
.theme-logo{
  text-align: center;
  display: inline-block;
}
.store-logo{
  font-size: 55px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.3;
  margin:0 auto 25px;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  text-transform: capitalize;
}

.store-desc .detail{
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 300;
    margin-bottom: 40px;
}
#modules .inner-top , #features .inner-top{
    padding-bottom: 30px;
}
.categoryfilter{
  clear: both;
}
.category_tab{
  text-align: center;
  margin: 30px 0;
}
.category_tab .filter-button{margin: 0 5px 5px;font-size: 15px}
.category_tab .filter-button:hover,
.category_tab .filter-button.active,
.category_tab .filter-button:active,
.category_tab .filter-button:focus,
.category_tab .filter-button:active:focus,
.category_tab .filter-button:active:hover{
 background: #e20048;
 border-color:#e20048;
 color: #fff;
 box-shadow: none;
}
.parallax-title {
  position: relative;
  background: url('../img/theme-logo.png') top no-repeat;
  width: 229px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 40px;
}
.responsive-text{
  font-size: 50px;
  color: #ffffff;
  font-weight: 300;
  display: block;
  position: relative;
}
.tab_content {
  clear: both;
  overflow: hidden;
  margin-bottom: 50px;
}
#homepage_content{
    overflow: hidden;
    float:left;
    min-height: 950px;
    width: 100%;
    z-index: 2;
    background: #ffffff;
    position: relative;
    text-align: center;
}
#hover{
    width:200px;
    height:20px;
    border:1px solid #cc0000;   
}
#hover2{
    width:200px;
    height:20px;
    border:1px solid #cc0000;   
}
.single-demo{
    overflow-y:auto;   
    overflow: hidden;
        
}
.demo{
    padding-top: 80px;
    text-align: center;
}
.header-line{
    background: url('../img/topline.png') no-repeat top left;
    width: 100%;
    height: 25px;
    position: relative;
}
#features{
    background: #f3f4f4;
    display: block;
    width: 100%;
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 60px;
}
.feature-box{
    margin-bottom: 50px;
    display: flex;
    align-items: center;
}
@media (min-width: 1450px){
  .feature-box:nth-child(5){
    clear: both;
  }
}
.content h4{
  text-transform: capitalize;
  margin-top: 0;
}
.feature-box .icon{ 
float: left;    
}
.feature-box .icon i{
    font-size: 35px;
}
#modules{
    padding-top: 50px;
}
.feature-box .content{
   text-align: left;
  width: 85%;
  padding: 0 15px;  
}
.feature-box .content p{
  color: #666;
  margin: 0;

}
.desc{
  margin: 0 auto 20px;
  text-align: center;
  width: 60%;
  letter-spacing: 0.8px;
  font-weight: 400;
  font-size: 15px;
  color: #666666;
  font-family: 'Poppins', sans-serif;
}

.demo-inner{
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.container-inner{
    padding-bottom: 50px;
    padding-top: 25px;
}
.slideTop {
  background: #e20048 none repeat scroll 0 0;
  box-shadow: 0 0 10px 4px rgba(255, 255, 255, 0.2);
  display: none;
  border-radius: 50%;
  bottom: 20px;
  cursor: pointer;
 height: 40px;
  padding: 6px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 40px;
  z-index: 9999;
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  text-decoration:none;
}
.slideTop p {
    display: none;
    position: absolute;
    float: left;
    width: 100%;
    top: -27px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.slideTop::after{
  content: "";
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255,255,255,.2);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0;
  transform: scale(.9);
  z-index: -1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.slideTop::before{
   content: '\f106';
    display: inline-block;
    color: #fff;
    font-family: fontawesome;
    font-size: 26px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.slideTop:hover {
  background-color: #ffcd00;
}
.slideTop:hover::after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation: 1.5s ease-out 75ms normal none running shine infinite;
}
.slideTop:hover::before {
  color: #fff;
}
.main-content{
    float:left;
    width:100%;
    padding: 70px 5%;
    position:relative;
}

.layout-image a.btn-link-layer::before,.feature-img a.btn-link-layer::before{
    background:rgba(0,0,0,0.6);
    content:"";
    opacity:0;
    position:absolute;
    left:0;
    right:0;
    cursor:pointer;
    margin:auto;
    top:0;
    bottom:0;
    width:100%;
    height:100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

@keyframes shine{
  0% {
      opacity: .6;
  }
  40% {
      opacity: .3;
      box-shadow: 0 0 0 2px rgba(255,255,255,.3),0 0 10px 10px rgba(255, 205, 0, 0.9),0 0 0 10px rgba(255,255,255,.3);
  }
  100% {
      box-shadow: 0 0 0 2px rgba(255,255,255,.3),0 0 10px 10px rgba(255, 205, 0, 0.9),0 0 0 10px rgba(255,255,255,.3);
      -webkit-transform: scale(1.3);
      opacity: 0;
  }
}
@-webkit-keyframes shine{
  0% {
      opacity: .3;
  }
  40% {
      opacity: .1;
      box-shadow: 0 0 0 2px rgba(255,255,255,.3),0 0 10px 10px rgba(255, 205, 0, 0.9),0 0 0 10px rgba(255,255,255,.3);
  }
  100% {
      box-shadow: 0 0 0 2px rgba(255,255,255,.3),0 0 10px 10px rgba(255, 205, 0, 0.9),0 0 0 10px rgba(255,255,255,.3);
      -webkit-transform: scale(1.3);
      opacity: 0;
  }
}
@-moz-keyframes shine{
  0% {
      opacity: .3;
  }
  40% {
      opacity: .1;
      box-shadow: 0 0 0 2px rgba(255,255,255,.3),0 0 10px 10px rgba(255, 205, 0, 0.9),0 0 0 10px rgba(255,255,255,.3);
  }
  100% {
      box-shadow: 0 0 0 2px rgba(255,255,255,.3),0 0 10px 10px rgba(255, 205, 0, 0.9),0 0 0 10px rgba(255,255,255,.3);
      -webkit-transform: scale(1.3);
      opacity: 0;
  }
}

.features-block .feature-img a {
  float: left;
  position: relative;
  width: 100%;
}
.layout-image:hover a.btn-link-layer::before,
.feature-img:hover a.btn-link-layer::before{
    opacity:1;
}
.layout-info{
    color: #000000;
    margin: 0px auto 80px;
    float: none;
}
.lauout-inner-content{
    float:left;
    width:100%;
}
.content {
  float: left;
  width: 100%;
  padding:50px 0 0;
}
.feature-img {
  display: block;
  float: none;
  margin: 0 0 40px;
  padding: 0;
  position: relative;
  vertical-align: top;
  width: auto;
  position: relative;
overflow: hidden;
border: 1px solid #dddddd;
border-radius: 0 0 5px 5px;
box-shadow: 0 0 5px #dddddd;
}
.shopinfo_block_content.features-block {
  text-align: center;
}
.shop_content{
    color: #000000;
    text-align: left;
}
.shop_content .layout-title {
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 24px;
    text-transform: capitalize;
    margin:0 0 55px;
    text-align:center;
}
.feature-img .img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
    margin: auto;
}
.layout-image .preview-btn ,.feature-img .preview-btn {
    display: none;
}
.layout-image:hover .preview-btn ,.feature-img:hover .preview-btn{
    font-weight: 400;
    font-size: 14px;
    left: 0;
    letter-spacing: 2px;
    margin: 0 auto;
    padding: 12px 24px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    top: 47%;
    display: block;
    width: 120px;
     -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 9;
}
.layout-image:hover .preview-btn.fashion ,.feature-img:hover .preview-btn.fashion{
  background: #e20048 none repeat scroll 0 0;
  color: #ffffff;
}
.layout-image:hover .preview-btn.electronics ,.feature-img:hover .preview-btn.electronics{
  background: #5bb112 none repeat scroll 0 0;
  color: #ffffff;
}
.layout-image:hover .preview-btn.coffee ,.feature-img:hover .preview-btn.coffee{
  background: #c7a17a none repeat scroll 0 0;
  color: #ffffff;
}
.layout-image:hover .preview-btn.jewellery ,.feature-img:hover .preview-btn.jewellery {
  background: #f5dcd9 none repeat scroll 0 0;
  color: #000000;
}
.layout-image:hover .preview-btn.organic ,.feature-img:hover .preview-btn.organic {
  background: #3b9048 none repeat scroll 0 0;
  color: #ffffff;
}
.layout-image:hover .preview-btn.autopart ,.feature-img:hover .preview-btn.autopart {
  background: #e92c32 none repeat scroll 0 0;
  color: #ffffff;
}

.layout-image:hover .preview-btn.sports ,.feature-img:hover .preview-btn.sports {
  background: #ffcd00 none repeat scroll 0 0;
  color: #000;
}
.layout-image:hover .preview-btn.wine ,.feature-img:hover .preview-btn.wine {
  background: #b60409 none repeat scroll 0 0;
  color: #ffffff;
}
.layout-image:hover .preview-btn.furniture ,.feature-img:hover .preview-btn.furniture {
  background: #9abf1a none repeat scroll 0 0;
  color: #ffffff;
}
.layout-image:hover .preview-btn.fashion-2 ,.feature-img:hover .preview-btn.fashion-2 {
  background: #777777 none repeat scroll 0 0;
  color: #ffffff;
}
.layout-image:hover .preview-btn.coffee-2 ,.feature-img:hover .preview-btn.coffee-2 {
  background: #220404 none repeat scroll 0 0;
  color: #ffffff;
}
.layout-image:hover .preview-btn.electronics-2 ,.feature-img:hover .preview-btn.electronics-2 {
  background: #c40316 none repeat scroll 0 0;
  color: #ffffff;
}
.layout-image:hover .preview-btn.jewellery-2 ,.feature-img:hover .preview-btn.jewellery-2 {
  background: #f0e6dc none repeat scroll 0 0;
  color: #000;
}
.layout-image:hover .preview-btn.organic-2 ,.feature-img:hover .preview-btn.organic-2 {
  background: #2eb374 none repeat scroll 0 0;
  color: #ffffff;
}
.layout-image:hover .preview-btn.autopart-2 ,.feature-img:hover .preview-btn.autopart-2 {
  background: #ff2d36 none repeat scroll 0 0;
  color: #ffffff;
}
.layout-image:hover .preview-btn.cosmetic-2 ,.feature-img:hover .preview-btn.cosmetic-2 {
  background: #dd6b73 none repeat scroll 0 0;
  color: #ffffff;
}
.layout-image:hover .preview-btn.furniture-2 ,.feature-img:hover .preview-btn.furniture-2 {
  background: #585745 none repeat scroll 0 0;
  color: #ffffff;
}
.layout-image:hover .preview-btn.fashion-3 ,.feature-img:hover .preview-btn.fashion-3 {
  background: #20c3ae none repeat scroll 0 0;
  color: #ffffff;
}
.layout-image:hover .preview-btn.fashion-4 ,.feature-img:hover .preview-btn.fashion-4 {
  background: #7b746a none repeat scroll 0 0;
  color: #ffffff;
}
.layout-image a.preview-btn:before  ,.feature-img a.preview-btn:before{
    display: none;
}

.layout-image .preview-btn:hover, .feature-img .preview-btn:hover {
  background-color: #333 !important;
  color: #fff !important;
}

/*----------------dropdown------------*/
.custom-dropdown{
  position: relative;
  cursor: pointer;
  max-width: 500px;
  z-index: 10;
  text-align: left;
  margin: 0 auto;
  display: block;
  background: #fff;
}
.dropdown-menu{
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25) !important;
}
.expand-more{
  color: #7a7a7a;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 17px;
   padding: 17px 26px;
  position: relative;
  display: block;
  font-weight: 400;
}
.expand-more .fa{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  text-align: center;
  padding: 17px 20px 17px 20px;
  background-color: #66aa5f;
  color: #fff;
  font-weight: bold !important;
  font-size: 22px ! important;
}
.dropdown-menu{
  left: 0;
  right: 0;
  top: 100%;
  margin: 0;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.dropdown-menu li:first-child {
  border-top: 2px solid #eaeff2;
}
.dropdown-menu > li > a{
  border-bottom: 2px solid #eaeff2;
  padding: 15px 26px;
  color: #2a2a2a;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: 400;
}
/*----------------responsive------------*/
@media (min-width: 1600px) {/* If media is above 1199 */
  .store-logo{
     width:55%;
   }
}
@media screen and (min-width: 1300px) and (max-width: 1599px) {/* If media is between 992 and 1199 */
 .store-logo{
     width:69%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1299px) {/* If media is between 992 and 1199 */
 .store-logo{
     width:73%;
  }
}
@media (min-width: 1450px){
  .container{
    width:1430px;
  }

}
@media (max-width: 1449px){
  .feature-box{
    width:33.33%;
  }
}

@media (max-width: 1400px){
  .layout-image {
    height: 420px;
  }
}

@media (max-width: 1199px){
  .store-logo{
     width:82%;
     font-size: 50px;
  }
  .layout-image {
    height: 320px;
  }
  .responsive-text{
    font-size: 40px;
  }
  .feature-box{
    width:50%;
    overflow: hidden;
  }
  .feature-box:nth-child(1),.feature-box:nth-child(3),.feature-box:nth-child(5),.feature-box:nth-child(7){clear: left;}
}

@media (max-width: 991px){
  .feature-box .content{
    width: 80%;
    padding-right: 0;
  }
  .desc{
    width: 100%;
  }
  .demo-img-container, .features-block{
    padding:0 10px;
  }
  .store-logo{
    font-size: 40px;
  }  
  .layout-image {
    height: 500px;
  } 
  .layout-image .comming {
    font-size: 26px;
    letter-spacing: 1px;
    top: 36%;
    line-height: 32px;
  }
  .responsive-text{
    font-size: 35px;
  }
}
@media (max-width: 767px) {/* If media is below 768 */
  .feature-block-title{
    font-size: 30px;
  }
  .desc{
    font-size: 14px;
    padding: 0 15px;
  }
  .demo-img-container, .features-block{
    clear: both;
  }
  .layout-content{
    text-align: center;
  }
  .layout-content .layout-name a{
    float: none;
  }
  .demo-img-container:last-child{
    margin-bottom: 0;
  }
  .layout-info{
    margin: 0px auto 50px;
  }
  .feature-img{
    display: inline-block;
    vertical-align: middle;
  }
  #elements-pages .features-block:last-child .shop_content .layout-title{
    margin-bottom: 50px;
  }
  .features-block:last-child .shop_content .layout-title{
    margin-bottom: 0;
  }
  .layout-image .comming {
    top: 43%;
    width: auto;
  }
  .responsive-text{
    font-size: 30px;
  }
  .feature-box{
    float: left;
  }

}
@media (max-width: 543px){
  .responsive-bg {
  padding: 70px 0;
}
  .store-logo{
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    width: 100%;
  }
 .footer p{
    font-size: 30px;
 }
 .demo-img-container, .features-block{
    padding:0 ;
  }
  .feature-block-title{
    font-size: 25px;
  }
  .store-desc .detail{
    font-size: 15px;
  }
  header, .header{
    min-height: 700px;
  }
  .feature-box .icon {
    float: unset;
    margin: 0 auto 10px;
  }
  .feature-box .content {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .feature-box {
    margin-bottom: 30px;
    width: 100%;
    display: block;
  }
}
@media (max-width: 479px){
  .layout-image {
    height: 350px;
  } 
}
@media (max-width: 400px){
  .gallery_product{width: 100%;}
}

/* Animate inview CSS START */
@media (min-width: 768px) {/* If media is above 767 */
.hb-animate-element {
  opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -webkit-opacity: 0;
}

.hb-animate-element.left-to-right.hb-in-viewport {
  animation: 1s ease 0s normal none 1 fadeInLeft;
  -webkit-animation: 1s ease 0s normal none 1 fadeInLeft;
  -moz-animation: 1s ease 0s normal none 1 fadeInLeft;
  opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -webkit-opacity: 1;
}

.hb-animate-element.hb-in-viewport.right-to-left {
  animation: 1s ease 0s normal none 1 fadeInRight;
  -webkit-animation: 1s ease 0s normal none 1 fadeInRight;
  -moz-animation: 1s ease 0s normal none 1 fadeInRight;
  opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -webkit-opacity: 1;
}

.hb-animate-element.hb-in-viewport.top-to-bottom {
  animation: 1s ease 0s normal none 1 fadeInDown;
  -webkit-animation: 1s ease 0s normal none 1 fadeInDown;
  -moz-animation: 1s ease 0s normal none 1 fadeInDown;
  opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -webkit-opacity: 1;
}

.hb-animate-element.hb-in-viewport.bottom-to-top {
  animation: 1s ease 0s normal none 1 fadeInUp;
  -webkit-animation: 1s ease 0s normal none 1 fadeInUp;
  -moz-animation: 1s ease 0s normal none 1 fadeInUp;
  opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -webkit-opacity: 1;
}
#homepage_content{
    float:left;
    min-height: 950px;
    width: 100%;
    z-index: 2;
    background: #ffffff;
    position: relative;
    text-align: center;
}
.container-bg{
  position: relative;
}
.feature-block-title{
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #151515;
    margin-top: 0;
    margin-bottom:15px;
    text-align: center;
}
.feature-block-title span{
  color: #e20048;
}
.demo-img-container {
    margin-bottom: 50px;
    padding: 0 25px;
}
.demo-img-container:hover .layout-detail, .demo-img-container:hover i{
  color: #232323;
}
.demo{
    padding-top: 80px;
}
.layout-image .img-responsive,  .feature-image .img-responsive{
  background-size: 100% auto;
  display: block;
  max-width: 100%;
  transition: all 1.8s linear 0s;
  background-repeat:no-repeat;
}
.layout-image:hover .img-responsive {
    background-position: center bottom!important;
}
.layout-image , .feature-image{
    height: 300px;
    position:relative;
    overflow: hidden;
}
.layout-content {
    float: left;
    width: 100%;
}
.layout-content .layout-name a {
  color: #000000;
  float: left;
  font-size: 21px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.1s ease-in-out 0s;
  width: 100%;
}
.layout-image .img-responsive-scroll{
  max-width: 100%;
  height: auto;
  position: absolute;
  z-index: 0;
  margin: auto;
  left: 0;
  right: 0;
  padding: 0;
}
.layout-content .layout-name a.layout-detail{
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.layout-content .layout-name a.layout-detail i{
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.desc{
  margin: 0 auto 40px;
  text-align: center;
  width: 42%;
  letter-spacing: 0.8px;
  font-weight: 400;
  font-size: 15px;
  color: #777777;
  font-family: 'Poppins', sans-serif;
  line-height: 26px;
}
.demo-inner{
    overflow: hidden;
    box-shadow: 0 0 9px 7px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
}
.container-inner{
    padding-bottom: 50px;
    padding-top: 25px;
}
.footer{
    background:url('../img/footer.png') no-repeat;
    padding: 100px 0px; 
    color: #fff;
    z-index: 2;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.footer .logo img{
  display: block;
  text-align: center;
  margin: 0 auto 40px;
}
.footer .btn{
  background-color:#e20048;
  color:#ffffff;
  font-size: 14px;
  padding: 10px 40px;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .btn:hover{
  border-color: #232323;
  color: #fff;
  background: #232323;
}
.footer p{
  font-size: 30px;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
.slideTop {
  background: #e20048 none repeat scroll 0 0;
  box-shadow: 0 0 10px 4px rgba(255,255,255,0.2);
  display: none;
  border-radius: 50%;
  bottom: 20px;
  cursor: pointer;
  border: 2px solid transparent; 
  height: 40px;
  padding: 6px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 40px;
  z-index: 9999;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration:none;
}
.slideTop:hover{
  border-color: #232323;
  background: #232323;
}
.slideTop:hover:before{
  background-color: 
}
.slideTop p {
    display: none;
    position: absolute;
    float: left;
    width: 100%;
    top: -27px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.slideTop::before{
   content: '\f106';
    display: inline-block;
    color: #fff;
    font-family: fontawesome;
    font-size: 25px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.main-content{
    float:left;
    width:100%;
    padding: 70px 5%;
    position:relative;
}
.layout-info{
    color: #000000;
    margin: 0px auto 80px;
    float: none;
}
.lauout-inner-content{
    float:left;
    width:100%;
}
.content {
  float: left;
  width: 100%;
  padding:0px 10px 0 !important;
}
.layout-image .preview-btn{
    font-weight: 400;
    font-size: 16px;
    left: 0;
    color: #ffffff;
    margin: 0 auto;
    padding: 12px 24px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 9;
}
.layout-image:hover .preview-btn{
    opacity: 1;
}
.layout-image:hover .preview-btn.fashion{
  background:#e20048 none repeat scroll 0 0;
  color: #ffffff;
}
.layout-image:hover .preview-btn.shoes{
  background:#e20048 none repeat scroll 0 0;
  color: #ffffff;
}
.layout-image:hover .preview-btn.jewellery{
  background:#e20048 none repeat scroll 0 0;
  color: #ffffff;
}
.layout-image:hover .preview-btn.beauty{
  background: #ffd2dd none repeat scroll 0 0;
  color: #ffffff;
}
.layout-image:hover .preview-btn.goggles{
  background: #8ecdcb none repeat scroll 0 0;
  color: #ffffff;
}

.responsive-bg{
  background: #f5f5f5;
  display: block;
  width: 100%;
  text-align: center;
  padding: 110px 0;
}
@media(min-width: 768px){
  .responsive-bg .container .row{
    display: flex;
    align-items: center;
  }
}
.responsive-bg .responsive-inner{
  text-align: left;
  margin-left: 50px;
}
.responsive-bg .responsive-inner .responsive-heading{
  font-size: 64px;
  line-height: 80px;
  font-weight: 600;
  color: #000000;
  margin: 0;
  margin-bottom: 15px; 
}
.responsive-bg .responsive-inner .responsive-desc{
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  color: #666666;
  margin-bottom: 30px;
}
.responsive-bg .responsive-inner .show_me{
    background: #e20048;
    color: #ffffff;
    padding: 10px 25px;
    text-transform: uppercase;
    font-weight: 500;
    border: 2px solid transparent;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.responsive-bg .responsive-inner .show_me:hover{
  border-color: #232323;
  background: #232323;
  color: #fff;
}
.feature-store{
  margin-bottom: 50px;
}
.featured .img-responsive{margin-bottom:20px;}
.featured1 .img-responsive{margin-bottom:70px;}
.feature-store .demo-img-container{
  margin: 0;
}
.feature-store .demo-img-container:hover .layout-detail{
  color: #000000;
}
.feature-store .demo-img-container .layout-image{
  height: 440px;
}
.attractive-store .desc{
  margin: 0 auto 40px;
}
.attractive-store .attractive-bg{
  background: #f8f8f8;
  padding: 70px 144px;
  border-radius: 10px;
  display: block;
  overflow: hidden;
}
.attractive-store .attractive-bg img{
  border-radius: 10px;
  border: 4px solid #ffffff;
  box-shadow: 0 0 9px 7px rgba(0, 0, 0, 0.06);
}
.attractive-store .attractive-bg .attractive-section:hover .layout-content .layout-detail i{
  color: #e20048;
}
.header-footer{
  margin-bottom: 50px;
}
.header-footer .demo{
 padding-top: 20px;
}
.header-footer .desc{
  margin: 0 auto 40px;
}
.header-footer .header-footer-img img{
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 9px 7px rgba(0, 0, 0, 0.06);
}
.header-footer .header-footer-img .layout-content .layout-detail{
  padding: 0 25px;
}
.header-footer .header-footer-img .img-inner:hover .layout-content .layout-detail i{
  color: #e20048;
}

#features{
    background: #f3f4f4;
    display: block;
    width: 100%;
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 60px;
}
.feature-box{
    margin-bottom: 50px;
    display: flex;
    align-items: center;
}
@media (min-width: 1450px){
  .feature-box:nth-child(5){
    clear: both;
  }
}
.content h4{
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 5px;
}
.feature-box .icon{ 
float: left;    
}
.feature-box .icon i{
    font-size: 35px;
}
#modules{
    padding-top: 50px;
}
.feature-box .content{
   text-align: left;
  width: 85%;
  padding: 0 15px;  
}
.feature-box .content p{
  color: #666;
  margin: 0;
}



/*----------------responsive------------*/
@media (min-width: 1520px){
  .container{
    width:1520px;
  }
}

@media (max-width: 1520px){
  .feature-image{
    height: 600px;
  }
}
@media (max-width: 1520px){
  .feature-store .demo-img-container .layout-image{
    height: 327px;
  }
}
@media (max-width: 1450px){
  .layout-image{
    height: 320px;
  }
  .desc{
    width: 80%;
  }
}

@media (max-width: 1449px){
  .feature-box{
    width:33.33%;
  }
}

@media (max-width: 1200px){
  .feature-box .content{
    width: auto;
  }
}
@media (max-width: 1199px){
 .feature-box{
    width:50%;
    overflow: hidden;
  }
  .feature-box:nth-child(1),.feature-box:nth-child(3),.feature-box:nth-child(5),.feature-box:nth-child(7){clear: left;}
}


@media(max-width: 991px) and (min-width: 768px){
  .main-content .layout-content .layout-name a.layout-detail{
    font-size: 15px;
  }
  .main-content .layout-content{
    padding: 15px 0;
  }
}

@media (max-width: 1200px){
  .responsive-bg .responsive-img{
    background-size: 90%;
  }
  .feature-image{
    height: 480px;
  }
}

@media(max-width: 1199px){
  .responsive-bg .responsive-inner .responsive-heading{
    font-size: 42px;
    line-height: 59px;
  }
  .header{
    min-height: 570px;
  }
  .store-logo{
    font-size:38px;
    margin: 0 auto 15px;
  }
  .store-desc .detail{
    font-size: 15px;
    margin-bottom: 15px;
  }
  .responsive-bg .responsive-inner{
    margin-left: 20px;
  }
  .attractive-store .attractive-bg{
    padding: 70px 100px 35px;
  }
  .attractive-store .demo{
    padding-top: 25px;
  }
  .shop_layout_info{
    text-align: center;
    right: 0;
    left: 0;
  }
}

@media (max-width: 991px){/* If media is below 992 */
  .theme-logo{
    max-width: 300px;
  }
  .feature-box .content{
    width: 82%;
    padding-right: 0;
  }
  .responsive-bg{
    margin-bottom: 0;
    padding: 60px 0;
  }
  .responsive-bg .responsive-img{
    height: 590px;
  }
  .store-desc .detail{
    font-size: 18px;
    margin-bottom: 30px;
  }
  .store-logo{
    font-size: 50px;
    margin: 0 auto 20px;
  }
  .responsive-text{
    font-size: 35px;
  }
  .responsive-text:before{
    left: -30px;
  }
  .feature-image{
    height: 400px;
  }
  .feature-img-container.item1, .feature-img-container.item3, .feature-img-container.item5, .feature-img-container.item7{
    padding-right: 30px;
  }
  .feature-img-container.item2, .feature-img-container.item4, .feature-img-container.item6, .feature-img-container.item8{
    padding-left: 30px;
  }
  .store-info{
    display: block;
    margin-top: 40px;
  }
  .store-info .logo .img-responsive{
    margin: 0 auto 20px;
  }
  .store-info .store-link{
    text-align: center;
  }
  header, .header{
    min-height:550px;
  }
  .content{
    padding: 10px 10px 0;
  }
  .demo-img-container{
    margin-bottom: 30px;
  }
  .home-title{
    font-size: 90px;
  }
  .feature-block-title{
    font-size: 45px;
    margin-bottom: 25px;
  }
  .layout-image .img-responsive-scroll{
    width: 100%;
  }
  .demo{
    padding-top: 55px;
  }
  .responsive-bg .responsive-inner .responsive-desc{
    margin-bottom: 25px;
  }
  .responsive-bg .responsive-inner .responsive-heading{
    font-size: 33px;
    line-height: 43px;
  }
  .feature-store .demo{
    padding-top: 65px;
  }
  .feature-store .demo-img-container .layout-image{
    height: 312px;
  }
  .feature-store{
    margin-bottom: 30px;
  }
  .header-footer .demo{
    padding-top: 20px; 
  }
}

@media (max-width: 767px) {/* If media is below 768 */
  .feature-block-title{
    font-size: 30px;
  }
  .feature-box{
    float: left;
  }
  header, .header{
    min-height: 450px;
  }
  .desc{
    font-size: 14px;
  }
  .demo-img-container{
    margin-bottom: 50px;
  }
  .responsive-text{
    font-size: 32px;
  }
  .responsive-text:before{
    display: none;
  }
  .main-content .demo-img-container .layout-content{
    float: none;
    padding-bottom: 0;
  }
  .responsive-bg img{
    width: 60%;
  }
  .layout-content .layout-name a{
    float: none;
  }
  .layout-info{
    margin: 0px auto 50px;
  }
  .feature-img-container.item1, .feature-img-container.item3, .feature-img-container.item5, .feature-img-container.item2, .feature-img-container.item4, .feature-img-container.item6, .feature-img-container.item7, .feature-img-container.item8{
    padding: 0 15px;
  }
  .feature-image{
    height: 600px;
  }
  .footer{
    padding: 80px 0px;
  }
  .footer .btn{
    font-size: 15px;
    padding: 10px 20px;
  }
  .store-logo{
    font-size: 38px;
    margin: 0 auto 25px;
  }
  .store-desc .detail{
    margin-bottom: 35px;
    font-size: 14px;
  }
  .store-info .store-link{
    display: none;
  }
  .store-info .store-link .link{
    padding: 15px 5px;
  }
  .store-info .store-link .link.buy_now{
    display: block;
    width: 24%;
    padding: 3px 15px;
    margin: 14px auto 0;
  }
  .shop_layout_info{
    top: 38%;
  }
  .demo{
    padding-top: 45px;
  }
  .home-title{
    font-size: 80px;
  }
  .responsive-bg .responsive-inner{
    margin: 0;
    text-align: center;
    margin-top: 40px;
  }
  .feature-store .demo-img-container .layout-image{
    height: 300px;
  }
  .attractive-store .attractive-bg{
    padding: 40px 20px 0;
  }
}
@media(max-width: 700px) {
.feature-store .demo-img-container .layout-image{
    height: 280px;
  }
}
@media(max-width: 600px) {
.feature-store .demo-img-container .layout-image{
    height: 260px;
  }
}
@media(max-width: 563px) {
.feature-store .demo-img-container .layout-image{
    height: 249px;
  }
}
@media (max-width: 543px){/* If media is below 544 */
  .store-info{
    margin-top: 40px;
  }
  .feature-box .icon {
    float: unset;
    margin: 0 auto 10px;
  }
  .feature-box .content {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .feature-box {
    margin-bottom: 30px;
    width: 100%;
    display: block;
  }
 .logo, .store-link{
  width: 100%;
  text-align: center;
  margin: 0 auto;
 }
 .logo .img-responsive{
  margin: 0 auto 30px;
 }
 .store-info .store-link{
  text-align: center;
 }
 .shop_layout_info{
  top: 42%;
 }
 .store-desc .store-heading{
  font-size: 20px;
 }
 .theme-logo{
  max-width: 200px;
 }
 .store-logo{
  font-size: 30px;
  margin: 0 auto 20px;
 }
 .responsive-text{
  font-size: 28px;
 }
 .responsive-bg .responsive-img{
  height: 280px;
 }
 .footer p{
    font-size: 30px;
 }
 .demo{
  padding-top: 50px;
 }
 .demo-img-container{
    width: 100%;
    clear: both;
  }
  .content{
    padding: 30px 10px 0;
  }
  .desc{
    width: 100%;
  }
  .feature-block-title{
    font-size: 25px;
  }
  .store-desc .detail{
    margin-bottom: 30px;
  }
  header, .header{
    min-height: 400px;
  }
  .feature-image{
    height: 340px;
  }
  .feature-store .demo-img-container .layout-image{
    height: 230px;
  }
  .feature-store .row{
    margin: 0;
  }
  .store-info .store-link .link.buy_now{
    width: 44%;
    margin: 10px auto 0;
  }
  .footer p{
    font-size: 22px;
  }
  .footer{
    padding: 50px 0;
  }
  .responsive-bg img{
    width: 90%;
  }
}
@media(max-width: 463px){
  .store-info .store-link .link{
    padding: 5px;
    line-height: 29px;
  }
}
@media(max-width:450px){
  .store-desc .detail{
    line-height: 24px;
  }
  .store-logo{
    font-size: 28px;
  }
}
@media(max-width:406px){
  .store-desc .detail{
    margin-bottom: 20px;
  }
  .store-logo{
    font-size: 25px;
    margin-bottom: 10px;
  }
}
@media(max-width:370px){
  .store-desc .detail{
    font-size: 12px;
  }
  .store-logo{
    font-size: 21px;
    margin-bottom: 10px;
  }
}
@media(max-width: 350px){
  .attractive-store .layout-content .layout-name a.layout-detail{
    font-size: 14px;
  }
  .attractive-store .layout-content{
    padding: 18px 0;
  }
}

.responsive-bg-png{
      background: #f5f5f5;
  display: block;
  width: 100%;
  text-align: center;
  padding: 70px 0;
}
@media(min-width: 992px){
  .responsive-bg-png .container .row{
    display: flex;
    align-items: center;
  }
}
@media(max-width: 991px){
  .responsive-bg-png .responsive-bg-png-full{
    width: 100%;
  }
}
.responsive-bg-png .responsive-inner .responsive-desc{
  margin-bottom: 25px;
}
.responsive-bg-png{
  position: relative;
}
.responsive-bg-png .store-badge{
    width: 100px;
    height: 100px;
    background: #e20048;
    border-radius: 50%;
    padding: 10px;
    position: absolute;
    top: 70px;
    left: 18%;
}
.responsive-bg-png .store-badge svg{
    width: 80px;
    height: 40px;
    fill:#fff;
}
.responsive-bg-png .store-badge span{
    color: #fff;
    font-size: 16px;
}
.responsive-bg-png .responsive-inner{
  text-align: left;
}
.responsive-bg-png .responsive-inner .responsive-heading{
  font-size: 38px;
  line-height: 55px;
  font-weight: 300;
  color: #212326;
  margin: 0;
  text-transform:capitalize;
  margin-bottom: 15px; 
}
.responsive-bg-png .responsive-inner .responsive-heading span{
      font-weight: 600;
      font-size: 42px;
}
.responsive-bg-png .responsive-desc{
  color: #787878;
  font-size: 14px;
}

.responsive-bg-png .heading-text{
  color: #787878;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px; 
}

.responsive-bg-png .responsive-desc .responsive-icon{
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 4px 5px;
}

.responsive-bg-png .responsive-desc .responsive-icon svg{
  width: 25px;
  height: 26px;
  fill: #323232;
}

.responsive-bg-png .responsive-desc span{
  color: #fff;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px; 
  padding-left: 5px;
}
.responsive-bg-png .responsive-descr{
    font-size: 16px;
    color: #787878;
    margin-bottom: 20px;
    width: 82%;
    line-height: 24px;
}
.responsive-bg-png .responsive-inner .responsive-desc{
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  color: #232323;
  background: #e20048;
  display: inline-block;
  padding: 3px 3px;
  padding-right: 25px;
  margin: 0 4px 20px;
}
.responsive-bg-png .responsive-inner .show_me{
    background: #e20048;
    color: #ffffff;
    padding: 10px 25px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.responsive-bg-png .responsive-inner .show_me:hover{
  background: #232323;
  color: #fff;
}
@media(max-width: 1199px) and (min-width: 992px){
  .responsive-bg-png .heading-text{
    font-size: 14px;
  }
  .responsive-bg-png .responsive-inner .responsive-desc{
    padding-right: 8px;
    margin: 0 0 8px;
  }
  .responsive-bg-png .responsive-desc span{
    padding-left: 3px;
    font-size: 14px;
  }
}

@media(max-width: 1199px){
.responsive-bg-png .responsive-inner .responsive-heading{
    font-size: 28px;
    line-height: 45px;
  }
  .responsive-bg-png .responsive-inner .responsive-heading span{
    font-size: 32px;
  }
  .responsive-bg-png .responsive-inner{
    margin-left: 20px;
  }
  .responsive-bg-png .responsive-descr {
    width: 100%;
  }
  .responsive-bg-png .store-badge{
    left: 1%;
  }
}

@media (max-width: 991px){

  .responsive-bg-png .responsive-inner{
    margin: 0;
    text-align: center;
    margin-top: 40px;
  }
.responsive-bg-png{
    margin-bottom: 0;
    padding: 60px 0;
  }
  .responsive-bg-png .responsive-img{
    height: 590px;
  }
  .responsive-bg-png .store-badge{
    left: 17%;
  }
  .responsive-bg-png .responsive-inner .responsive-desc{
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {/* If media is below 768 */

.responsive-bg-png .responsive-inner .responsive-desc{
  font-size: 15px;
      margin-bottom: 20px;
}
.responsive-bg-png .responsive-inner .responsive-heading{
      font-size: 20px;
    line-height: 32px;
}
.responsive-bg-png .responsive-inner .responsive-heading span{
  font-size: 25px;
}
.responsive-bg-png .responsive-descr{
      font-size: 14px;
}
.responsive-bg-png .store-badge{
  left: 20%;
  top:30px;
}
.responsive-bg-png img{
    width: 60%;
  }
   .responsive-bg-png .heading-text{
    font-size: 17px;
  }
}
@media (max-width: 543px){/* If media is below 544 */
  .responsive-bg-png .store-badge{
    left: 20px;
    top: 0px;
  }
  .responsive-bg-png .responsive-img{
  height: 280px;
 }
 .responsive-bg-png img{
    width: 90%;
  }
  }
  @media(max-width: 531px){
  .responsive-bg-png .heading-text{
    display: block;
  }
  .responsive-bg-png .responsive-inner .responsive-desc{
    margin-bottom: 10px;
  }
  .responsive-bg-png .responsive-inner .responsive-heading{
    margin-top: 15px; 
  }
}

.header-footer img{
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 9px 7px rgba(0, 0, 0, 0.06);
}
.header-footer .header-footer-img .layout-content .layout-detail{
  padding: 0 25px;
}
}
.layout-content {
    padding: 25px 0;
}
.img-responsive {
    margin: 0 auto 40px;
}
*{
  outline: none !important;
}

