



#layout{
  overflow: visible;
}
.layout_1{
  box-shadow: none;
}


#menu_header_2{
  display: none;
}

.sticky_top{ position: -webkit-sticky; position: sticky; top:0;   }

.cz_header_button{
  display: none;
}

.ajax_bg{
   width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
}

.ajax_lightbox{
  position: fixed;
  top:50%;
  left:50%;
  width: 500px;
  min-height: 300px;
  transform: translate(-50%,-50%);
  border-radius: 10px;
  z-index: 999999;

}

.ajax_quick_cart{

}
.ajax_quick_cart h4{
  font-weight: bold;
  padding-top:20px;
}
.ajax_quick_cart_close{
    width: 25px;
    height: 25px;
    background: url(./img/new/i_sprites.png);
    background-position: 0px 0px;
    background-size: 100px;
    position: absolute;
    right: 15px;
    top: 15px;
    display: block;
    content: '';
    cursor: pointer;
    z-index: 99;

}
.ajax_quick_cart_left{
  width: 50%;
}
.ajax_quick_cart_rate{
  height:34px;
}
.ajax_quick_cart_count{
  margin-left:5px;
}
.ajax_quick_cart_thumb{
  height:170px;
  width:50%;
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center bottom
}
.ajax_quick_cart_intro{
  height: 6em;
  line-height: 1.5em;
  overflow: hidden;
  font-size: 14px;
   text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;


}


.preorder_confirm{
  margin-top:15px;
}
.preorder_unconfirm{
  color:red;
}
.preorder_confirm input {
    margin-top: 2px !important;
    padding: 5px !important;
    float: left;
    display: block;
}
.preorder_confirm label {
    line-height: 1.4em;
    font-size: 12px;
    margin-left: 30px;
}




.ticket {
  box-sizing: content-box;
  filter: drop-shadow(0 2px 5px rgba(0,0,0,0.5));
  padding: 15px 30px;
  color: #000;
  font-size: 16px;
  background-size: 50% 100%;
  background-repeat: no-repeat;
  background-image: radial-gradient(circle at 0 250px, rgba(255,255,224,0) 0.4em, rgba(255,255,255,0.89) 0.5em), radial-gradient(circle at 100% 250px, rgba(255,255,224,0) 0.4em, rgba(255,255,255,0.89) 0.5em);
  background-position: top left, top right;
}
@-webkit-keyframes bg {
  0% {
    background-color: #ff4500;
  }
  50% {
    background-color: #b0e0e6;
  }
  100% {
    background-color: #ff4500;
  }
}
@keyframes bg {
  0% {
    background-color: #ff4500;
  }
  50% {
    background-color: #b0e0e6;
  }
  100% {
    background-color: #ff4500;
  }
}


.pop_wishlist{

  min-height:200px;

    background-image: radial-gradient(circle at 0 150px, rgba(255,255,224,0) 0.4em, rgba(255,255,255,0.89) 0.5em), radial-gradient(circle at 100% 150px, rgba(255,255,224,0) 0.4em, rgba(255,255,255,0.89) 0.5em);
  background-position: top left, top right;

}

.form_head_icon_e{

  width: 25px;
    height: 25px;
    background: url(./img/new/i_sprites.png);
    background-position: 75px 0px;
    background-size: 100px;
    position: absolute;
    left:10px;
    top:7px;
    display: block;
    content: '';
    cursor: pointer;


}
.form_head_icon_q{
width: 30px;
  height: 30px;
  position: absolute;
  left:10px;
  top:5px;
  text-align: center;
  line-height: 30px;
  color:#333;
  font-weight: bold;
  font-size: 14px;
}
.wishlist_head{
  height:130px;
  border-bottom:2px dashed #fff;
}

.wishlist_head p{
  text-align: center;
  line-height: 1.5em;
}
.wishlist_head h3{
  text-align: center;
  font-weight: bold;
  padding-top:33px;
}


.wishlist_form{
  width: 300px;
  margin:15px auto 15px;

}
.wishlist_form_success{
  text-align: center;
  margin:20px;
  margin-top:50px;
  width: auto;
}
.wishlist_form_row{
  position: relative;
  margin-bottom: 10px;
}

.wishlist_form input{
  height:40px;
  background: #d2d6dc;
  border-radius: 6px;
  border:1px solid #adb0b4;
  text-align: center;
  color:#333;
}


.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 0px;
}


.lds-ellipsis div {
  position: absolute;
  top: -10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.pre_loading{
  width: 80px;
  margin:100px auto 100px;
  display: block;
}
.lds-ellipsis div{
  background: #adb0b4
}


.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}



.ajax_quick_cart_top{
  height:175px;
  display: flex;
  border-bottom:2px dashed #fff;
}

.mobile_add_card_variable{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.mobile_add_card_variable_col {
margin:0;
padding:0;
min-width: 50%;

}
.mobile_add_card_variable  li{
  font-size: 14px;
  padding:0px 10px;
  color:#333;
  border:1px solid #333;
  border-radius: 6px;
  list-style: none;
  margin-right: 15px;
  margin-bottom: 15px;
  display: inline-block;
  float:left;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  vertical-align: middle;

 
}
.mobile_add_card_variable  li.active{
   border:1px solid #6F5CAE;
   color:#fff;
   background: #6F5CAE;
}

.quick_cart_btn_wrap{
    margin:30px auto;
    width: 100%;
  display: flex;
  justify-content: space-between;
}
.quick_cart_viewmore{
  display: block;
  width: 47%;
  border:1px solid #6F5CAE;
  color:#6F5CAE!important;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  height:34px;
  line-height: 34px;
  text-transform: uppercase;
}
.quick_cart_add_btn{
  display: block;
  width: 47%;
  background: #6F5CAE;
  color:#fff;
  text-align: center;
  height:36px;
  line-height: 36px;
    font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 6px;
}
.quick_wishlist_btn{
  display: block;
  width: 100%;
  margin:0px auto;
  background: #6F5CAE;
  color:#fff;
  text-align: center;
  height:36px;
  line-height: 36px;
  cursor: pointer;
  border-radius: 6px;
}
.quick_cart_disabled{
    background: #ccc;
  color:#333;
}


.no_filter_product{
  display: none;
  padding: 0;
  text-align: center;
  padding-top:50px;

}

.akko_filter_nav_header{

  position: sticky;
      top:-1px;
      background: #fff;
      z-index: 99
}

.akko_filter_nav{

   width: 300px;
    position: -webkit-sticky;
    position: sticky;
    height: calc(100% - 100px);
    top:100px;
    overflow: hidden;
}

.admin-bar  .akko_filter_nav{
   top:136px;
}

.akko_filter_nav_wrap{
  position: relative;
  height: 100vh;
  overflow-y: scroll;
  margin-right: -20px;

}

.akko_filter_nav_wrap_inner{
  z-index: 9;
  padding-bottom: 200px;
}
.instock_tab{
  float:right;
  width: 50px;
  border-radius: 10px;
  height:20px;
  background: rgb(26 26 26 / 15%);
  position: relative;
  margin-top:5px;
  cursor: pointer;
}

.instock_tab:after{
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #fff;
  border:1px solid rgb(26 26 26 / 40%);
  left:0;
  top:-1px;
  transition: all 0.3s;
}

.instock_tab_active:after{
  left:30px;
    background: #6F5CAE;
    border-color: #6F5CAE;
}


.akko_filter_nav_close{
    cursor: pointer;
    width: 25px;
    height: 25px;
    background: url(./img/new/i_sprites.png);
    background-position: 100px 0px;
    background-size: 100px;
    position: absolute;
    right: 15px;
    top: 22px;
    display: none;

}
.akko_filter_nav h1{
   font-size: 1.50rem;
    font-weight: 300;
    margin: 0;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding:40px 0 0;
}
.akko_filter_nav ul{
 margin:0;
 padding:0;

}
.akko_filter_nav li{
  list-style-type: none;
  cursor: pointer;
  
}


.sidebar_nav_clearall{
  height:30px;
  width: 90%;
}
.sidebar_nav_clearall span{
  float: right;
  color:#6F5CAE;
  text-decoration: underline;
  cursor: pointer;
}


.sidebar_nav_title{
   width: 90%;
  list-style-type: none;
  border-bottom: 1px solid #cacaca;
  font-weight: bold;
  margin:10px 0 10px ;
  position: relative;
  cursor: pointer;
}

.sidebar_nav_untitle{
   width: 90%;
  list-style-type: none;
  border-bottom: 1px solid #cacaca;
  font-weight: bold;
  margin:10px 0 10px ;
  position: relative;
}

.sidebar_nav_title:after{
  width: 18px;
    height: 18px;
    background: url(./img/new/i_sprites.png);
    background-position: 34px 0px;
    background-size: 70px;
    position: absolute;
    top: 3px;
    right: 0;
    display: block;
    content: '';
}

.sidebar_nav_title_active{
  color:#6F5CAE;
}

.sidebar_nav_title_active:after{
 width: 18px;
  height:18px;
  background: url(./img/new/i_sprites.png);
  background-position: 18px -18px;
  background-size: 70px;
  position: absolute;
  top:3px;
  right:0;
  display: block;
  content: '';
}
.check_mark{
   position: relative;
   display: inline-block;
    width: 18px;
    height: 18px;
    padding: 0;
    margin-right: 10px;
    border: 1px solid #cacaca;
    text-align: center;
    vertical-align: middle;
 
    margin-top: -3px;
    border-radius: 3px;
}

  .filter_checked{
    border:1px solid #6F5CAE;
  }
  .filter_checked:after{
    content: " ";
    display: block;
    position: absolute;
    left:3px;
    top:3px;
    background: #6F5CAE;
    width: 12px;
    height: 12px;
   border-radius: 1px;

  }

.akko_refine{
  display: none;
  margin:0 auto;
  width: 100%;

}

  .akko_refine_btn{
      width: calc(100% - 20px);
      background: #6F5CAE;
      color:#fff;
      font-weight: bold;
      text-align: center;
      cursor: pointer;
      padding:10px 0;
      border-radius: 10px;
      text-transform: uppercase;
    }


.akko_product_wrap{
  width: calc(100% - 300px);
  left:300px;
  padding-bottom: 100px;
  padding-top:20px;
  min-height: 100vh;
}



  .single{
    width: 33%;
    margin:20px 0 50px;
    float: left;
    position: relative;
  }

  .single_wrap{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    display: none;
    z-index: 10;
  }

  .quick_btn{
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 30px;
    height:30px;
    border-radius: 15px;
    background-image: url(./img/new/cart_icon.png);
    background-size: 60px;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-color: #fff;
  }

  .quick_wish_btn{
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 30px;
    height:30px;
    border-radius: 15px;
    background-image: url(./img/new/cart_icon.png);
    background-size: 60px;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: #fff;
  }


  .quick_btn:hover{
    background-color: #6F5CAE;
      background-position: top left;
  }

    .quick_wish_btn:hover{
    background-color: #6F5CAE;
      background-position: top right;
  }


  .single:hover .single_wrap{
    display: block;
  }


  .single_row{
    position: relative;
    border-radius: 10px;
    margin:0 10px;
    background: #F4F6F9;
    overflow: hidden;
  }


  .single_title{
    position: relative;
    padding-top:50px;
    width: 100%;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
     height:60px;
  }
  .single_title h4{
    line-height: 25px;
    font-weight: bold;
    text-align: center;
    padding:0px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
        vertical-align: middle;
        margin:0;

  }
  .single_thumb{
    position: relative;
    width: 100%;
    height:0;
    padding-bottom:50%;
    overflow:hidden;
    background-position: center center;
    background-size: cover;
  }

  .img_cover{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(244,246,249,0.6);
   
    display: flex;
    flex-direction: column;
    justify-content: center;

 }

 .img_cover_block{
 background: rgba(244,246,249,0.5)!important;
 }
 .stock_status_img{
  width: 42px;
  margin:10px auto;

 }
 .stock_status_img img{
  width: 100%;
 }
  .img_cover p{
    text-align: center;
    color:#000;
    font-weight: bold;
  }
 .launchsoon p{
  color:#6f5cae;
 }

  .akko_product_title_wrap {
    padding:0 20px;
    text-align: center;
    z-index: 99;
    height: 100px;
  }
  .akko_product_title{
    height:30px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;

    /*! autoprefixer: off */
  }
  .akko_product_title h4{
    margin:0;
  }

.woocommerce_cat .star-rating::before{
content: 'SSSSS';
}
  .woocommerce_cat .star-rating{
    color: #FFCB47;
  
  }
  .woocommerce-product-rating{
      font-size: 16px;
  }
  .woocommerce_cat .count{

    font-weight: bold;
  }
  .akko_product_price{
    font-weight: bold;
  }
  
  .akko_product_title_wrap h4{
    line-height: 1.2rem;
    font-size: 16px;
    text-align: center;
    font-weight: normal !important;
    font-family: 'Lato-Regular' !important;


  }
  .single a:hover{
    color:#333;
  }

  .single_row{
  position: relative;
  }
  .akko_on_sale{
  position: absolute;
  left:10px;
  top:10px;
  font-size: 14px;
  padding:0px 10px;
  line-height: 2em;
  border-radius: 6px;
  background: #6F5CAE;
  color:#fff;
  text-align: center;

  }
  .akko_product_price{
    position: relative;
  }
  .akko_product_price del{
  text-align: center;
  color:#959595;
  font-weight: bold;
  position: absolute;
  bottom: -30px;
  color:#666;
  }



@media ( max-width: 1440px){
    .single{
        width: 33%;
    }
    .akko_filter_nav{
      width: 200px;
    }
     .akko_product_wrap{
       width: calc(100% - 200px);

     }
 }
 


@media ( max-width: 768px){

/*.akko_product_title_wrap{
  height: 85px;
}*/
.akko_product_price del{
  bottom: -22px;
}
i.backtotop, i.fixed_contact{
  bottom: 100px;
}

  .admin-bar  .akko_filter_nav{
   top:unset;
}

.sidebar_nav_untitle,.sidebar_nav_title{
  width: 100%;
}

.single_wrap{
background: none;
display: block;
}
.quick_btn{
    background-color: #6F5CAE;
    background-position: top left;
}
 
  .single:hover .single_wrap{

  }


.mobile_add_card_variable  li{
  font-size: 12px;
}
.ajax_bg{
  z-index: 99999;
}
.ticket{
  width: 350px;
  padding:15px;
}


i.backtotop{
  display: none;
}

  .single_title{
    padding-top:35px;
     height:45px;
  }
  .single_title h4{
    font-size: 17px;
    line-height: 20px;
    padding:0px 15px;
  }

  .akko_on_sale{
     line-height: 1.8em;
     font-size: 12px;
  }
  .akko_product_price{
    font-size: 14px;
  }

    .single{
      width: 50%;
     margin:10px 0 10px;
    }

 



    .akko_refine{
      display: block;
      position: fixed;
      bottom:10px;
      z-index: 99;
      border:none;
      background: none;
    }

    .akko_refine_btn{
       width: calc(100% - 20px);
    }

  
    .akko_product_wrap{
      width: 100%;
      margin:0;

    }


    .akko_filter_nav{
      display: none;
      position: fixed;
      width: 90%;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      box-sizing: border-box;
      background: #fff;
      padding:0;
      bottom:0!important;
      top:auto;
      margin-bottom: 0;
      height: 70vh;
      z-index: 99999;
      box-shadow: 2px 4px 4px rgba(0,0,0,0.4);
      left:5%;
      overflow: scroll;
    }

    .akko_filter_nav_wrap{
        margin-right: 0;
        padding:0 15px;
        overflow-y: scroll;
}
 
    .akko_filter_nav_close{
      display: block;
    }

    .akko_filter_nav h1{
        padding:20px 0 0;
      text-align: center;
    }
 



    .akko_filter_nav_header{
      position: sticky;
      top:-1px;
      background: #fff;
      z-index: 99
      
    }

    .sidebar_nav_clearall{
      width: 50%;
      height:15px;
    }
    .sidebar_nav_clearall span{
      float:left;
      margin-top:-30px;
    }
}



@media ( max-width: 375px){
.ticket{
  width: 330px;
  padding:10px;
}
.mobile_add_card_variable li{
  border-radius: 4px;
}

}