@charset "utf-8";
/* CSS Document */

*{margin:0px;
padding:0px}


.rgt0{padding-right: 0;}
.lft0{padding-left: 0;}

.mt30 {
  margin-top: 30px; }
.mt40 {
  margin-top: 40px; }
.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.mt80 {
  margin-top: 80px; }

.mt90 {
  margin-top: 90px; }

.mb20 {
  margin-bottom: 20px; }

.mb40 {
  margin-bottom: 40px; }
    
.mb50 {
  margin-bottom: 50px; }

.mb60 {
  margin-bottom: 60px; }

.mb70 {
  margin-bottom: 70px; }

.mb70 {
  margin-bottom: 80px; }

.mb70 {
  margin-bottom: 90px; }



::selection {
  color: #fff;
  background: #353437; }

::-moz-selection {
  color: #fff;
  background: #353437; }

a:hover, a:focus, a:active {
  color: #000;
  text-decoration: none;
  outline: none; }

a {
  text-decoration: none;
  transition: all linear 0.3s; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

  h1, h2, h3, h4, h5, h6{
    font-family: 'Oswald', sans-serif;
  }

  body {
    font-family: 'Spartan', sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight:300;
    font-style: normal;
    background: #fff;
    color: #000;
    letter-spacing: 0.5;
}


  
   /*slider*/	
   .bs-slider {
    overflow: hidden;
  
    position: relative;
  }
  .bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
  }
  .bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /********************
  *****Slide effect
  **********************/
  
  .fade {
    opacity: 1;
  }
  .fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
  }
  .fade .item:first-child {
    top: auto;
    position: relative;
  }
  .fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
  }
  /*---------- LEFT/RIGHT ROUND CONTROL ----------*/
  .control-round .carousel-control {
    margin: auto;
    opacity: 1;
    bottom: 0;
    width: 60px;
    height: 60px;
    z-index: 10;
    color: #fff;
    display: block;
    font-size: 25px;
    cursor: pointer;
    overflow: hidden;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: #000;
    border-radius: 0;
    transition: all linear 0.5s;
    padding: 15px;
    bottom: 0;
  }
  
  
  .control-round:hover .carousel-control {
    opacity: 1;
  }
  .right.carousel-control {
    right: 3px;
    top: auto;
    top: auto;
  }
  .left.carousel-control {
    left: auto;
    right: 73px;
    top: auto;
  }
  .control-round .carousel-control.left:hover, .control-round .carousel-control.right:hover {
    color: #fff;
    background: #d6003c;
    border: 0px transparent;
  }
  .fa-angle-right:before{
    line-height: 30px;
  }
  .fa-angle-left:before{
    line-height: 30px;
  }

  /*---------- SLIDE CAPTION ----------*/
  .slide-text {
    top: auto;
    position: absolute;
    left: 40px;
    right: auto;
    bottom:30%;
    width: 40%;
    background: transparent;
    padding: 0;
}
.slide-text a {
  background: #27273e;
  padding: 12px 30px;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-top:20px;
}

.slide-text > h1 {
  display: block;
  color: #FFF;
  font-weight: 700;
  margin-bottom: 14px;
  font-size: 60px;
  line-height: 62px;
  text-transform: uppercase;
}
  /*------------------------------------------------------*/
  /* RESPONSIVE
  /*------------------------------------------------------*/
  
  @media (max-width: 480px) {
    .slide-text > a.btn-default, .slide-text > a.btn-primary {
        display: none;
    }
    .indicators-line > .carousel-indicators {
        display: none;
    }
  }

  .serch-part .left-menu {
    background: #fff none repeat scroll 0 0;
    right: -10px;
    padding: 10px;
    position: absolute;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: .5s;
    visibility: hidden;
    opacity: 0;
    top:70px;
    z-index: 9999999999;
    box-shadow: 0 0 3px #adbcc1;
    width: 360px
  }
  .left-menu .search-btm i {
    background: transparent !important;
    padding: 0 !important;
    color: #000 !important;
    font-size: 16px !important;
  }
  .serch-part .search-btm {
    background: transparent;
    width: 10%;
    height: 34px;
    color: #5a5858;
    outline: none;
    border: none;
    margin-left: -4px;
    margin-top: 2px;
  }
  .serch-part .search-fld {
    width: 89%;
    outline: none;
    border-right: none;
    padding: 5px 17px;
    background: transparent;
    border: none;
    color: #000;
  }
  .serch-part .search-sec {
    width: 100%;
    float: left;
    background: #f5f5f5;
    height: 40px;
    margin-top: 15px;
    border-radius: 45px;
    border: 1px solid #ddd;}
    .serch-part li:hover .left-menu{
      opacity:1;
      visibility:visible;
      transform: scaleY(1);
  }
  .serch-part ul li i {
     color: #000;
    font-size: 21px;
}
.serch-part ul li {
  display: inline-block;
  color: #fff;
  padding: 5px;
}
.serch-part ul li a {
  display: inline-table;
}
.logo img {
  width: 75%;
}
.slide-text a:hover {
  background: #d6003c;
}
.welcome-main-content hr {
  margin-top: 40px;}
.header-cart {
  float: right;
  margin-top: 50px;
}

.welcome-main-content h3 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 35px;
  line-height: 48px;
}
.welcome-main-content img {
  margin: auto;
}
.welcome-main-content {
  text-align: center;
  padding: 30px 10px;
  font-weight: 400;
  line-height: 20px;
}
.welcome-sec {
    padding: 30px 0;
  position: relative;}


  .top-hrding h2 {
    font-size: 40px;
}

.top-hrding span {
  display: inline-block;
  margin-bottom: 30px;
  font-weight: 500;
}



.featured-image {
  margin-bottom: 30px; }
  .featured-image .servicesec {
    margin-bottom: 40px; }

    .featured-image  .hovereffect {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default; }
    .featured-image  .hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .4s ease-in-out;
    transition: all 0.4s ease-in-out; 
    padding: 100px 20px;}
    .featured-image  .hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear; }
    .featured-image  .hovereffect a.info {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
   /* margin: 160px 0 0;*/
    padding: 7px 14px; }
    .featured-image .hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff; }
    .featured-image .hovereffect:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
    .featured-image .hovereffect:hover .overlay {
      opacity: 1;
      filter: alpha(opacity=100);
      color: #fff;
     }
    .featured-image .hovereffect:hover h2, .services .hovereffect:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0); }
    .featured-image .hovereffect:hover a.info {
      -webkit-transition-delay: .2s;
      transition-delay: .2s;
      opacity: 1;
  }
    .featured-image  .hoverlink a {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 25px;
    text-align: center;
    margin: auto;
    color: #fff;
    right: 0;
    font-size: 22px; }

    .overlay h4 {
      font-size: 25px;
      font-weight: 400;
  }

  span.price {
    display: block;
    margin-top: 20px;
    font-weight: 700;
}

.fashion-sec {
  background: #f1f1f1;
  padding: 80px 0;
  margin-top: 50px;
}

.week-sec {
  position: absolute;
  background: hsl(343deg 100% 42% / 64%);
  bottom: -160px;
  padding: 30px 20px;
  right: 39px;
  width: 80%;
}
.week-sec h3 {
  color: #fff;
  text-align: center;
  font-size: 34px;
  font-weight: 200;
}
.week-sec span {
  display: block;
  text-align: center;
  color: #fff;
  margin-top: 20px;
  font-weight: 600;
}
.week-sec a {
  text-align: center;
  display: block;
  color: #ffff;
  font-size: 12px;
  font-weight: 700;
  margin-top: 10px;
}
.fashion-week {
  position: relative;
}

.week-sec1 a {
  color: #d6003c;
  font-weight: 700;
  font-size: 13px;
  display: inline-block;
  margin-top: 10px;
}
.week-sec1 span {
  display: inherit;
  font-weight: 700;
  font-size: 17px;
  margin-top: 20px;
}
.week-sec1 h3 {
  font-family: 'Spartan', sans-serif;
  font-size: 45px;
  font-weight: 700;
}
.week-sec1 {
  position: absolute;
  top: 30%;
  bottom: auto;
  left: -100px;
  background: rgb(241 241 241 / 62%);
  padding: 50px;
}


.shop-sec h3 {
  text-align: center;
  font-weight: 200;
  font-size: 35px;
  margin-bottom: 40px;
}
.shop-sec {
  margin-top: 50px;
}
.men img:hover {
  filter: sepia(1);
}

.category-sec {
  background: #e7b637;
  margin-top: 70px;
  padding: 50px 0;
}
.category-sec span {
  display: inherit;
  text-align: center;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}
.category-sec h3 {
  text-align: center;
  font-weight: 300;
  color: #fff;
  font-size: 40px;
  letter-spacing: 1px;
}
.category-list a {
  font-weight: 600;
  color: #fff;
  font-size: 12px;
  border-bottom: 2px solid;
  padding-bottom: 4px;
}
.category-list .cart1 {
  font-weight: 500;
  color: #fff;
  margin-top: 20px;
}
.category-list h4 {
  margin-top: 20px;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
}
.category-list {
  margin-top: 30px;
  text-align: center;
}

.discount-list a {
  background: #d91149;
  padding: 15px 20px;
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
}
.discount-list p {
  font-size: 16px;
}
.discount-list h2 {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 40px;
}
.discount-list span {
  font-weight: 600;
  font-size: 19px;
  color: #d6003c;
}
.discount-list a:hover {
  background: #252539;
}
.discount-list {
  margin-top: 80px;
}
.discount-sec {
  margin-top: 60px;
}

.category-list img:hover {
  filter: drop-shadow(2px 4px 6px #af9797);
}
.category-list a:hover {
  color: #d6003c;
}


.footer {
  background: #24243a;
  margin-top: 50px;
  padding:40px 0 0;
  color: #fff;
}
footer .sociallink ul li {
  display: inline;
}
footer .sociallink ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  background: transparent;
  text-align: center;
  width: 35px;
  height: 35px;
  padding: 6px 0;
  margin-right: 10px;
  display: inline-block;
  border-radius: 50%;
  margin-top: 30px;
  border: 1.5px solid #ddd;
}
.footer h4 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
ul.f-menu li a {
  color: #bfbfbf;
}
ul.f-menu li {
  margin-bottom: 6px;
  color: #797979;
}
.phone {
  font-size: 18px;
  color: #c4c4c4;
  font-weight: 600;
  margin-bottom: 5px;
}
.copy {
  text-align: center;
  color: #fff;
  letter-spacing: 0.5px;
  font-size: 14px;
  margin-top: 50px;
  line-height: 25px;
}
footer .sociallink ul li a:hover {
  background: #d6003c;
}



/********* inner-content **************/

.innercontent {
  margin-top: 60px;
}

.innercontent .inr-hding {
  position: relative;
  margin-bottom: 40px;
}
.innercontent .inr-hding h1 {
  padding-left: 130px;
  font-size: 35px;
  font-weight: 400;
  color: #d6003c;
}

.innercontent .inr-hding h1:after {
  position: absolute;
  content: '';
  left: 0px;
  background: #d6003c;
  height: 2px;
  width: 110px;
  top: 22px;
}
.address-deatils p {
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 24px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
}


.contact-content .contactform .form-control {
  border-radius: 0;
  box-shadow: none;
  background: #fff;
  height: 40px;
  border-bottom: 1px solid #ddd;
}

.contact-content .contactform textarea#exampleFormControlTextarea1 {
  height: 100px;
}
.contact-content .contactform .btn-primary {
  color: #fff;
  background-color: #d6003c;
  border-color: #d6003c;
  padding: 14px 40px;
  font-size: 16px;
  border-radius: 0;
}

.innerbanner img {
  width: 100%;
}


.blog-content .blog-sec {
  text-align: center;
  margin-top: 40px;
  padding-right: 30px;
}
.blog-content .blog-sec h3 {
  font-weight: 700;
  font-size: 23px;
  margin-top: 30px;
}

.blog-content .blog-sec a {
  color: #000;
  font-weight: 300;
  display: inline-block;
  margin-bottom: 10px;
}
.blog-content .blog-sec .date {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  color: #23253d;
}

.blog-content .blog-sec span {
  display: inline-block;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
}
.blog-content .blog-sec .reading {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #d6003c;
  margin-top: 10px;
  display: inline-block;
}

.blog-content .blog-post h4 {
  font-size: 23px;
  font-weight: 400;
  background: #212237;
  padding: 10px 14px;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 20px;
}


 .blog-content .blog-post .recent-post-sec .recent-img img {
  height: 80px;
}
.blog-content .blog-post .recent-post-sec .recent-img {
  width: 80px;
  float: left;
}
 .blog-content .blog-post .recent-post-sec {
  margin-bottom: 15px;
  width: 100%;
  float: left;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
}
.blog-content .blog-post .recent-post-sec .recent-txt {
  width: calc(100% - 100px);
  float: right;
}
 .blog-content .blog-post .recent-post-sec .recent-txt a.title {
  font-size: 14px;
  line-height: 18px;
  color: #444444;
  display: inline-block;
  margin-bottom: 4px;
}
 .blog-content .blog-post .recent-post-sec .recent-txt .date {
  font-size: 11px;
  color: #c3c2c2;
  font-weight: 400;
  letter-spacing: 0.5px;
}
 .blog-content .blog-post .cetegories-list ul li a {
  font-size: 15px;
  color: #444;
  transition: all linear 0.5s;
  padding: 7px 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 6px;
  display: block;
}


.innercontent .shop-content .shop-page {
  background: #f6f6f6;
  padding: 10px 10px 15px;
  margin-top: 20px;
  border: 1px solid #ddd;
  text-align: center;
}
.shop-content .shop-page img {
  width: 100%;
  height: 240px;
}

.shop-content .shop-page h4 {
  font-family: 'Catamaran', sans-serif;
  font-size: 18px;
  margin-top: 15px;
  width: 100%;
  line-height: 22px;
}
.shop-content .shop-page span {
    display: inherit;
    font-size: 15px;
    font-weight: bold;
}


.shop-content .shop-page a {
  background: #d6003c;
  padding: 5px 20px;
  display: inline-block;
  color: #ffff;
  margin-top: 10px;
}
.shop-image{
  position: relative;
  overflow: hidden;
}

.shop-image img:hover {
  transform: scale(1.1);
  z-index: 1;
  filter: grayscale(1);
}

.shop-image img {
  height: 257px;
  width: 262px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 1.3s;
}













/********* Maximum width responsive **************/
@media screen and (max-width: 1199px){
     
}
@media screen and (max-width:991px){
 
}



@media screen and (max-width: 767px){
 
}



@media screen and (max-width: 479px){
 


}



/********* Minimum width responsive **************/
@media screen and (min-width: 480px){

}
@media screen and (min-width: 768px){

}
@media screen and (min-width: 992px){

}
@media screen and (min-width: 1200px){


}

/************************ Minimum to Maximum width ******************/

@media screen and (min-width: 420px) and (max-width: 579px){
  
}
@media screen and (min-width: 580px) and (max-width: 767px){

}
@media screen and (min-width: 768px) and (max-width: 991px){

}
@media screen and (min-width: 992px) and (max-width: 1199px){

}
@media screen and (min-width: 1199px) and (max-width: 1200px){

}
