
a {
    display: block;
    cursor: pointer;
    color: #303948;
    text-decoration: none;
}

  *{
   font-family: sans-serif;
  }

  #sidebar{
   position: fixed;
   width: 200px;
   height: 100%;
   background: #151719;
   left: -200px;
   transition: all 350ms linear;
  }
  #sidebar.active{
   left:0px;
  }
  #sidebar ul li{
   color: rgba(230,230,230,0.9);
   list-style: none;
   padding: 15px 10px;
   border-bottom: 1px solid rgba(100,100,100,0.3);
  }
  #sidebar .toggle-btn{
   position: absolute;
   left: 230px;
   top: 20px;
  }

  #sidebar .toggle-btn span{
   display: block;
   width: 30px;
   height: 5px;
   background: #151719;
   margin: 5px 0px;

  }

  .header .hmbtn {
    padding: 20px;
    border: 0;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: background-color 300ms cubic-bezier(0.25, 0.1, 0.27, 0.88);
    justify-content: center;

}

.header .hs-form{
  margin-left: auto;
  display: flex;
  box-sizing: border-box;
  float: right;
}

.header .hlogo{
    object-fit: cover;
    display: block;
    max-width: 150px;
    height: auto;
}

.header .hs-form input {
    width: 280px;
    border: 0;
    background-color: #f1f1f1;
    padding: 0 20px;
}

.header .hs-form input {
    width: 280px;
    border: 0;
    background-color: #f1f1f1;
    padding: 0 20px;
    box-sizing: border-box;
}

/*-----------header-close-------*/

.inner-page{
  padding: 30px 0;
  
}

@media (max-width: 991px){
 .pnlbox {
    padding: 15px;
}
}


.main-box{
    margin-top: 120px;
}

.content-1{
  background-color: #fff;
    border: solid 1px #efefef;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
        padding: 30px;
}

.title-1{
    text-transform: capitalize;
    border-bottom: solid 3px rgba(0,0,0,.15);
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
    font-size: 22.4px;
}



.coupon-data{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
}

.cpn-1{
    border: solid 1px #efefef;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 20px;
}

.cpn-1:hover{
  box-shadow: 5px 2px 5px 2px #efefef;
  transition: box-shadow 300ms ease;
}

.cpn-img1{
    width: 100px; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    margin: 15px 0 15px 15px;
    border: solid 1px #efefef;
    border-radius: 3px;
}
.cpn-img1 img{
   max-width: 100%;
    object-fit: contain;
}



.cp-content{
   flex: 1;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    min-height: 130px;
    position: relative;
}

.cp-content h4{
  margin-bottom: 15px;
}

.cp-ul{
  display: flex;
    flex-wrap: wrap;
    font-size: .9em;
    list-style: none;
    padding: 0;
}

.cp-ul li i{
      margin-right: 10px !important;
}

.last-child{
  margin-left: 20px;
  color: #333;
  text-decoration: none;
}

.rg-side{
    min-height: 130px;
    border-left: dashed 2px #efefef;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    overflow: hidden;
}




.rg-side a.side-a {
    position: relative;
}



.rg-side a{
  min-width: 95px;
}

.rg-side a{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    color: #303948;
}

.rg-side span{
    transition-delay: .25ms;
    transition: color 300ms ease

}

.side-a span{
  font-size: 1.4em;
    position: relative;
}

.pro-a > img{
    margin: 0 auto;
}

@media (max-width: 640px){
  .coupon-data .cpn-1 {
    flex-direction: column;
    text-align: center;
    position: relative;
}
}





.side-a span strong {
    display: block;
    font-size: 1.2em;
    margin-top: 5px;
    color: #438afe;
}

.code-btn-a { 
    padding: 0 0 20px 0;
}

.verify{
    border-top: dashed 2px #efefef;
    color: #50b948;
    padding: 20px 0 0 0;
}

.cat-main{
    margin-top: 120px !important;
}
/*-----------cp-content-close-------*/

@media (max-width: 991px){
    
    .cat-main{
        margin-top: 180px !important;
    }
    
    .catbnr{
        margin-top: 150px !important;
    }
    
    .header .hsform input{
        width: 100% !important;   
    }
    
    .carousel-inner{
        margin-top: 150px !important; 
    }
    
    .inner-page .row [class^=col-], .inner-page .row [class*=" col-"] {
        width: 100%;
    }
    
    .cpn-img1{
        width: 100%;
        text-align: center;
    }
    
    .rg-side{
        width: 100%;
    }
    
    .cp-content, .cp-ul{
        display: block;
       text-align: center;
    }
}



@media (max-width: 991px){
  .inner-page .row [class^=col-]:not(:first-child), .inner-page .row [class*=" col-"]:not(:first-child) {
    margin-top: 30px;
}
}



.ban-cn{
   background-color: #f6d353;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-radius: 5px;
}

.ban-cn i{
      color: #fff;
    font-size: 4em;
}

.fs-ser{
  margin: 25px 0;
  display: flex;
  flex-wrap: wrap;
}

.fs-ser input {
    flex: 1;
    padding: 0 15px;
    width: 100%;
    border: 0;
    border-radius: 5px 0 0 5px;
}

.input, select, textarea, button {
    vertical-align: top;
    outline: none;
    color: #303948;
    font-size: 14px;
    font-family: Roboto,sans-serif;
}

.fs-ser button{
    width: 50px;
    height: 50px;
    background-color: #574500;
    border: 0;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    transition: background-color 300ms ease;
}

.fs-ser button i {
    color: #fff;
    font-size: 1em;
}

.ban-cn p{
  color: #fff;
  font-size: 1.3em;
}

.img-right{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

/*------------------index-close-------------------*/

.catbar a:hover {
    background-color: #438afe;
    border-color: #438afe;
    color: #fff;
}


.catbar{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  
}

.catbar a{ 
    border: dashed 2px #efefef;
    border-radius: 5px;
    margin-bottom: 15px;
    text-align: center;
    padding: 5px 10px;
    background-color: transparent;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    width: 100%;
}

.catbar a img{
    margin-right: 15px;
    transition: filter 300ms ease;
}




/*-----------------category-close---------------------*/

.all-pro{
  padding: 30px 0;
  min-height: 70vh;
      margin-top: 75px;
}

.wrapper{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.row-2{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    width: 100%;
}

.column1{
      padding: 0 15px;
      width: 30%;
}


.row-2 .pro-nav a:hover, .row-2  .pro-nav a:focus {
    background-color: rgba(0,0,0,.2);
    padding-left: 10px;
    
}

.cat-t{
    color: black;
}

.pro-nav{
    position: sticky;
    top: 110px;
    background-color: #f6d353;
    padding: 30px;
    color: #fff;
}

.mg-20{
    margin-top:20px;
}

.pro-nav a{
   border-bottom: solid 1px rgba(0,0,0,.1);
   color: inherit;
   display: flex;
   align-items: center;
   transition: .2s;
   text-decoration: none;
   color: black;
}


.text{

}

.pro-nav a span{
    margin-left: auto;
    padding: 10px;
}

.sec-col{
    padding-top: 30px;
    flex: 1;
}

.sec-col .column2-cont{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.sec-col .column2-cont .pro-a {
    width: calc(20% - 20px);
    margin: 10px;
    position: relative;
    overflow: hidden;
}



.sec-col .column2-cont img{ 
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 10px;
    border: 1px solid #ddd;
    display: block;
 }


.sec-col .column2-cont .pro-a span
{
  position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 30px;
    padding: 0 20px;
    color: #fff;
    background-color: #303948;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em;
    transform: translateY(100%);
    opacity: 0;
    -o-transition: .2s;
    transition: .2s;
}

/*-----------------product-close---------------------*/


@media (max-width: 640px){
  .catbnr {
    padding: 20px 0;
    
}
}

@media (max-width: 640px){  .catbnr .Wraper-2 {
    align-items: center;
    justify-content: center;
}
}


@media (max-width: 480px){
  .baner-2 .catcon {
    flex: 1;
}
}

@media (max-width: 640px){
  .catbnr .catcon p {
    display: none;
}
}


@media (max-width: 640px){

  .catbnr .catcon h1 {
    margin-bottom: 0;
}
}

@media (max-width: 991px){
.baner-2 .catcon h1 {
    font-size: 1.3em;
}

}

.store_single-div{
    background-color: #3e62a5;
} 

.single-img{
    margin: 0 auto;
}

.catbnr{ 
    padding: 30px 0;
    color: #fff;
    margin-top: 100px;
}

.catbnr .wraper-2{
   align-items: center;
      margin-top: 51px;
}

.wraper-2{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.catbnr .catblog{
    max-width: 100px;
    height: auto;
    background-color: #fff;
}

.catbnr .catcon{
    width: calc(100% - 100px);
    padding-left: 20px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.catbnr .catcon h1{
    font-size: 2em;
    margin-bottom: 10px;
}

.catbnr .catcon p{
    line-height: 1.3;
}

.footer-fluid{
    background-color: #303948;
    padding-bottom: 30px;
}

/*-----------------inner-pro.close---------------------*/

@media (max-width: 480px){
  .stcoup {
    text-align: center;
}

}

.sec-1{
    background-color: #303948; 
    padding-bottom: 0px;
}

.cat-wrp{
  width: 100%;
}


.sec-1 .cat-wrp input {
    display: none;
  }

.input{
   vertical-align: top;
    outline: none;
    color: #303948;
    font-size: 14px;
    font-family: Roboto,sans-serif;
}

.sec-1 .cat-wrp .ctabs{
    display: flex;
    flex-wrap: wrap;
    user-select: none;
    -webkit-user-select: none;
}

.sec-1 .cat-wrp .ctabs label {
    flex: 1;
    cursor: pointer;
}

.sec-1 .cat-wrp .ctabs label .h4 {
    color: #647084;
    transition: color 300ms ease;
    margin-top: 20px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.sec-1 .cat-wrp .catnav {
    display: none;
    flex-wrap: wrap;
}

.sec-1 > a{
   transition: background-color 300ms ease;
    color: #bfc9da;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 8px 0;
    font-weight: 400;
}


.cat-nav a{
  text-decoration: none;
}

.stcoup a{
  text-decoration: none;
}

.coupon-data a{
  text-decoration: none;
}

.cpn-1 a{
  text-decoration: none;
}


.sec-1 > a:hover {
    padding: 8px 10px;
    background-color: #222833;
    color: #438afe;
}


.stcoup{
    background-color: #2a323f;
    padding: 40px 0;
    margin-bottom: 0;
}

.stcoup .fl-wrap{
      flex-direction: column;
}

.fl-wrap{
      display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.white{
      color: #fff;
}

.cat-single{
    margin-bottom: 20px;
}

.cat-single-div{
    margin-bottom: 20px;
    text-align: center;
}

.stcoup ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-left: 0px;
}

.ftrst .stcoup ul li a{
  color: #fff;
}

.ftrst.stcoup ul li a:hover, .ftrst.stcoup ul li a:focus {
    background-color: #438afe;
}




.stcoup ul li a {
    color: #fff;
}

.pro-a{
    margin: 10px;
    border: 1px solid #d0d0d0;
    padding: 7px;
}

.stcoup ul li a{
    font-size: 1.25em;
    text-align: center;
    padding: 10px;
    transition: background-color 300ms ease,color 300ms ease;
    border-radius: 5px;
    line-height: 1;
}

.all-stores{
    margin: 20px 0px;
}

.pro-a:hover{
    box-shadow: 2px 4px 6px 1px #c1c1c1;
}

.footer{
    background-color: #f6d353;
    padding: 20px 0;
    color: #fff;
 }
 
 .footer-p{
    color: black;
    font-weight: 600;
 }

 .footer .wrapper{
       align-items: center;
 }

 .wrapper{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
 }

 .cptx{
      width: 50%;
 }

 .footer .social{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
 }

 .footer .social li{
     margin-right: 5px;

 }

 .footer .social li a i{
    background-color: #4c6fc7;
}

.footer .social li a i {
    line-height: 50px;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 1.5em;
    color: #fff;
    border-radius: 5px;
    display: block;
}

.fa-pinterest-p{
    background-color: #ce3f3f;
}

.footer ul{
 list-style: none;
}

.footer .social li a i.fa-pinterest {
    background-color: #ce3f3f;
}

/*--------------------footer-close----------------*/

@media (max-width: 640px){
  .header .hmbtn, .btn-hfs, .header .hsform button {
    padding: 15px;
}

 
}



.header{
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: left 300ms ease;
    }

    
.header .hmbtn{
    border: 0;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: background-color 300ms ease;
    justify-content: center;
    background-color: #f6d353;
}

.header-fixed .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    animation: header-fixed 300ms 1;
}


@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:800');

body {
  font-family: 'Alegreya Sans', sans-serif;
  overflow-x: hidden;
}
.nav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: #111;
  opacity: .9;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.7s;
}
.nav a {
      display: block;
    padding: 20px 30px;
    font-size: 15px;
    text-decoration: none;
    color: #ccc;
   
   
}
.nav a:hover {
  color: #fff;
  transition: 0.4s;
  text-decoration: none;
}
.nav .close {
  position: absolute;
  top: 0;
  right: 22px;
  margin-left: 50px;
  font-size: 30px
}
.slide a {
  color: #000;
  font-size: 30px;
}
#content {
  
  transition: margin-left 0.7s;
  
}
.head-con{
  padding: 0px !important;
}

.carousel-inner{
      position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 70px;
}
}

.adnav ul{
    width: 100%;
    overflow-y: auto;
}

ul{
  list-style: none;
}


.nav-li{
    padding: 15px 15px;
    border-bottom: solid 1px rgba(0,0,0,.15);
}

.nav a{
      display: flex;
    flex-wrap: wrap;
    align-items: center;

}



.adnav>ul>li a{
    webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
    color: inherit;
   }


@media (max-width: 640px){
  .header .h-logo {
    margin: auto;
}

}


@media (max-width: 640px){
  .header .btn-hfs {
    display: flex;
}

}

.h-logo{
  display: flex;
  align-items: center;
  padding: 10px 20px 20px;
}

.header .h-logo img{
    object-fit: cover;
    display: block;
    height: auto;
}


.hsform{
  margin-left: auto;
  display: flex;
}


@media (max-width: 640px){
    .header .hsform {
    margin-left: 0; 
    position: absolute;
    width: 100%;
    top: 100%;
    right: 0;
    z-index: 99;
}

}


.header .hsform input{
    width: 280px;
    border: 0;
    background-color: #f1f1f1;
    padding: 0 20px;
}

.input{
    vertical-align: top;
    outline: none;
    color: #303948;
    font-size: 14px;
    font-family: Roboto,sans-serif;
}

.header .hsform button , .btn-hfs{
     padding: 20px;
    border: 0;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: background-color 300ms ease;
    justify-content: center;
}

.header .hsform button , .btn-hfs {
    font-size: 1.7em;
    color: #fff;
    background-color: #f6d353;
}

.header .hsform button i , .btn-hfs i
{
   
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.header .hsform .hsrslt {
    position: absolute;
    top: 100%;
    right: 62px;
    background-color: #fff;
    display: none;
    transform-origin: top;
    width: 280px;
    max-width: 100%;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.1);
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.1);
    max-height: 278px;
    overflow: auto;
}

.search-a{
    padding: 10px;
    border-bottom: 1px solid #d0cfcf;
}

/*--------------------header-close----------------*/

.min-wrap.header-fix {
    padding-top: 63px;
}

.min-wrap {
    transition: margin-left 300ms ease;
}

.minwrap {
    width: 100%;
    min-height: 100vh;
    position: relative;
}

.cpn-pop.active {
    display: flex;
    animation: sclVisible 300ms 1;
}

.cpn-pop {
    background-color: rgba(0,0,0,.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    z-index: 999;
    padding: 20px;
}

.cpn-pop .block {
    width: 500px;
    position: relative;
    padding: 20px;
}

@media (min-width: 992px){
  .block {
    padding: 30px;
}

}

.block {
    background-color: #fff;
    border: solid 1px #efefef;
    border-radius: 5px;
    width: 100%;
}

.cpn-2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cpn-2 img {
    border: solid 2px #efefef;
    padding: 10px;
    max-width: 100px;
}

.cpncpt {
    padding-left: 15px;
    flex: 1;
}

.cpncpt p.cp-para {
    font-size: 10px;
    margin-bottom: 10px;
    font-weight: 400;
}

.cpncpt .cpnbtn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cpncpt .cpnbtn input, .cpncpt .cpnbtn input+a {
    width: 50%;
}

.cpncpt .cpbtn input {
    border: solid 2px #efefef;
    max-height: 44px;
    line-height: 44px;
}

.cpncpt .cpbtn input, .cpncpt .cpbtn a {
    padding: 0 7px;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 1.15em;
    text-align: center;
}


input, select, textarea, button {
    vertical-align: top;
    outline: none;
    color: #303948;
    font-size: 14px;
    font-family: Roboto,sans-serif;
}

.cpncpt .cpnbtn input, .cpncpt .cpnbtn input+a {
    width: 50%;
}



.cpncpt .cpnbtn input, .cpncpt .cpnbtn a {
    padding: 0 7px;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 1.15em;
    text-align: center;
}

.cpncpt .cpnbtn a {
    background-color: #333;
    border: solid 2px #333;
    color: #fff;
    width: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.cpnptw {
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px #efefef;
}
.cpnptw>*:not(:last-child) {
    margin-bottom: 10px;
}

.cpnptw h3 {
    font-size: 16px;
    margin: 0 0 10px;
    line-height: 1;
    font-weight: 700;
}

.cpnptw>*:not(:last-child) {
    margin-bottom: 10px;
}

.cpnptw ul {
    list-style: disc;
}

.cpnptw ul, .cpnptw ol {
    margin: 0 0 0 17px;
}

.cpnptw ul li, .cpnptw ol li {
    padding: 0 0 0 5px;
}


