@charset "utf-8";
/* CSS Document */
f {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}



/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  margin: 0;
  padding: 0;
}

a {
  color: #000;
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  outline: none !important;
}

a:hover {
  color: #222;
}

img {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: #353535;
}

button:focus,
input:focus {
  outline: none;
}
img
{
  width: 100%;
}
body{
  /*font-family: 'Archivo Black', sans-serif;*/
/*font-family: 'Poppins', sans-serif;*/
/*font-family: 'Raleway', sans-serif;*/
  font-family: 'Assistant', sans-serif;
}
/*=======================*/


input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.transition-eft{
    transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}



/*div{
  width: 100%;
  float: left;
}*/

body{
  padding-top: 70px;
}
.modal-content{
  float: unset;
}
/*header*/






.modal-content .close{

border: none;

border-radius: 50%;

width: 35px;

height: 35px;

display: flex;

justify-content: center;

align-items: center;

color: #f00;

background-color: #fff7f7;
}








 .modal-login-popup-wpr{
      width: 100%;
      /* float: left; */
    }.modal-login-popup-wpr .m-header{
      width: 100%;
      /* float: left; */
      padding: 25px 25px;
      position: relative;
    }.modal-login-popup-wpr .m-header .close-btn{
      position: absolute;
      right: 5px;
      width: 45px;
      height: 45px;
      display: flex;
      justify-content: center;
      align-content: center;
      top: 15px;
      float: left;
      font-size: 25px;
    }
    .modal-content{
      float: left;
    }
    .modal-login-popup-wpr .m-header h2{
      font-size: 22px;
      margin: 0;
      font-weight: 700;
    }

    .login-form-wpr{
      width: 100%;
       float: left; 
      padding: 25px;
    }
    .input-group-wpr{
      width: 100%;
      float: left;
    }

    .login-form-wpr label{
      width: 100%;
      float: left;
    }
    .login-form-wpr .input-txt{
         padding: 10px;
    width: 100%;
    }

        .login-form-wpr .input-txt.error{
            border: solid 1px #f00;
        }
.form_group label.error{
    color: #f00;
}

     .error_msg{
         width: 100%;
    float: left;
    background-color: #fff7f7;
    color: #f00;
    padding: 5px 15px;
    margin-top: 5px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    display: none;
        }


    .input-phone-wpr{
      width: 100%;
      float: left;
      position: relative;
    }
    .iti{
      width: 100%;
    }
    .input-phone-wpr .verify-blk{
       width: 18px;
       border-radius: 50%;
       position: absolute;
       right: 15px;
       top: 12px;
       background-color: #6a7eeb;
       display: flex;
       justify-content: center;
       align-items: center;
       height: 18px;
       color: #fff;
       font-size: 12px;
    }
    .wpr{
      width: 100%;
      float: left;
    }
    .accept_wpr{
      display: flex;
      width: 100%;
      float: left;
      margin-top: 15px;
    }
    .accept_wpr label{
          font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 5px;
    }
    .accept_wpr input{
      margin: 0;
    }
    .m-btn-wpr{
           width: 100%;
      float: left;
      margin: 15px 0;
    }
   .m-btn-wpr .btn-submit{
          background-color: #1b33ba;
          width: 100%;
          float: left;
          padding: 12px 15px;
          text-align: center;
          color: #fff;
          font-size: 17px;
          font-weight: 600;
          border-radius: 4px;
          cursor: pointer;
    }



    .otp-form-wpr{
   
          width: 100%;
    float: left;
    padding: 25px;
    }
    .otp-form-wpr h6{
      font-size: 12px;
      text-align: center;
      color: #929292;
    }
    .otp-form-wpr h4{
      font-size: 18px;
      text-align: center;
      color: #001413;
      font-weight: 600;
    }
    .resend-blk{
      width: 100%;
      float: left;
      text-align: center;
    }
    .resend-blk a{
      color: #109792;
      font-weight: 600;
    }

    .otp-input-blk{
      width: 100%;
      float: left;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 15px 0;
    }

    .otp-txt{
         width: 50px;
         height: 50px;
         display: flex;
         justify-content: center;
         align-items: center;
         font-weight: 600;
         font-size: 16px;
         padding: 15px;
         border-radius: 2px;
         border: solid 1px #0A21A4;
         margin: 10px;
         text-align: center;
    }

.main-header{
  width: 100%;
  float: left;
  background: #9b53d1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255 255 255);
  /* background: linear-gradient(90deg, rgb(118 51 139) 0%, rgb(177 69 114) 100%); */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  box-shadow: 0 0 8px 3px rgb(0 0 0 / 4%);
}

.main-head-wpr
  {
      width: 100%;
  float: left;
   display: flex;
   justify-content: space-between;
   height: 70px;
   align-items: center;
  }
.main-head-wpr .head-logo-blk
  {
    float: left;
    width: 160px;
  }
.main-head-wpr .logo-blk img
  { 
    width: 100%;
  }
.main-head-wpr .search-blk
  {
      width: 100%;
  float: left;
   /* max-width: 500px; */
   padding: 0 15px;
   max-width: 800px;
  }
.main-head-wpr .search-input-blk
  { 
      width: 100%;
  float: left;
    position: relative;
  }

.main-head-wpr .search-input-blk .icon-blk{

float: left;

position: absolute;

right: 0;

top: 0;

width: 50px;

height: 50px;

display: flex;

align-items: center;

justify-content: center;

cursor: pointer;
}

.main-head-wpr .search-input
  {
    width: 100%;
    float: left;
    height: 50px;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    border: none;
    background-color: #e8eded;
    font-weight: 600;
  }

.hearder-menu{
  float: left;
width: auto;
  
display: flex;
  
align-items: center;
  
justify-content: center;
}
.hearder-menu .menu-blk{
    width: 100%;
    float: left;
    color: #050597;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-left: solid 1px rgb(255 255 255 / 50%);
    /* padding: 0px 15px; */
    cursor: pointer;
}
.hearder-menu .icon-blk{
  float: left;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 25px;
}
.hearder-menu .count{
    width: 100%;
    float: left;
    position: absolute;
    top: -1px;
    font-size: 12px;
    background-color: #FF9800;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    left: -5px;
    color: #fff;
    font-weight: 700;
    opacity: 0;
}

.min_ht{
    min-height: 70vh;
}

.hearder-menu .count.show{
    opacity: 1;
}

.hearder-menu label{
    width: auto;
    float: left;
    font-size: 14px;
    white-space: nowrap;
    font-weight: 600;
    cursor: pointer;
    text-align: right;
}


.wholesale_wpr{
      width: 100%;
      float: left;
      padding: 15px;
      background-color: #032747;
      background: linear-gradient(111deg, rgb(3 2 108) 0%, rgb(6 25 61) 100%);
      color: #fff;
      border-radius: 15px;
      box-shadow: 0 3px 10px 3px rgb(0 0 0 / 6%);
}
.wholesale_wpr h2{
    width: 100%;
    float: left;
    color: #ffe602;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 5px;
}
.wholesale_wpr .desc{
    width: 100%;
    float: left;
    font-size: 15px;
    font-weight: 600;
}
.wholesale_wpr a{
    color: #ffe81b;
    font-size: 15px;
    padding: 5px 15px;
    background-color: rgb(0 0 0 / 15%);
    border-radius: 15px;
}


.dropdown-menu-blk{
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    position: relative;
}
.dropdown-menu-blk .icon{
    width: 100%;
    float: left;
  width: 35px;
  float: left;
  text-align: center;
}
.dropdown-menu-blk .icon img{
    width: 100%;
    float: left;
  padding-right: 10px;
}.dropdown-menu-blk .title-icon{
    width: 100%;
    float: left;
  width: 10px;
  float: left;
  margin-right: 5px;
}
.dropdown-menu-blk .down-arrow{
    width: 100%;
    float: left;
     font-size: 10px;
    margin-left: 10px;
}

.dropdown-menu-blk .dropdown-blk{
    position: absolute;
    min-width: 200px;
    right: 0;
    float: left;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    top: 46px;
    z-index: 999;
    border-radius: 8px;
    box-shadow: 0 0 7px 2px rgb(0 0 0 / 19%);
    display: none;
    animation: animate_dropdown linear .2s;
    animation-iteration-count: 1;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}

.dropdown-menu-blk .dropdown-blk:before{
    width: 100%;
    float: left;
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid white;
    top: -6px;
    position: absolute;
    right: 20px;
}

@keyframes animate_dropdown {
    width: 100%;
    float: left;
 0% {
    width: 100%;
    float: left;
       transform: translate(0px, -10px);
       opacity: 0;
    }
 90% {
    width: 100%;
    float: left;
       transform: translate(0px, 5px);
       opacity: 1;
    }
 100% {
    width: 100%;
    float: left;
       transform: translate(0px, 0px);
    }
 
  
}

.dropdown-menu-blk:hover .dropdown-blk{
    width: 100%;
    float: left;
  display: block;
}

.dropdown-menu-blk .dropdown-ul {
    width: 100%;
    float: left;
    width: auto;
    float: left;
    max-height:60vh;
    overflow: auto;
    min-width: 200px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.dropdown-menu-blk .dropdown-blk .li-selection{
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    cursor: pointer;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}
.dropdown-menu-blk .dropdown-blk .li-selection:hover{
   
  background-color: #f9f9f9;
  color: #242260;
}


.dropdown-menu-blk .dropdown-blk .li-selection .img{
    width: 100%;
    float: left;
    width: 30px;
    height: 30px;
    float: left;
    background-color: #e7e1d9;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgb(155,83,209);
    background: linear-gradient(167deg, rgb(10 10 72) 0%, rgb(29 29 187) 100%);
    color: #fff;
}
.dropdown-menu-blk .dropdown-blk .li-selection .img img{
    width: 100%;
    float: left;
  width: 35px;
  float: left;
  min-width: 35px;
}


.dropdown-menu-blk .dropdown-blk .li-selection .title{
    width: 100%;
    float: left;
  width: auto;
  padding: 0 15px;
  float: left;
}

.dropdown-menu-blk .head-label{
    width: 100%;
    float: left;

padding: 8px 15px;

border-bottom: solid 1px #e7e7e7;
}


.dropdown-menu-mob-blk .dropdown-blk{
    width: 100%;
    float: left;
  left: 0;
  color: #555;
}

.dropdown-menu-mob-blk .dropdown-ul{
    width: 100%;
    float: left;
  margin-bottom: 0;
}

.login-info-wpr{
    width: 100%;
    float: left;
  width: 100%;
  float: left;
  padding: 10px;
  text-align: center;
  border-top: 1px solid #e9e9e9;
  color: #6e6e6e;
  font-weight: 400;
}

.login-info-wpr .info{
    width: 100%;
    float: left;

}
.login-info-wpr .register-label{
    width: 100%;
    float: left;

width: 100%;

float: left;

font-size: 16px;

padding: 5px 0;

cursor: pointer;

color: #000;

font-weight: 500;
}
.login-info-wpr .login-btn{
    width: 100%;
    float: left;
    width: 100%;
    float: left;
    padding: 8px 15px;
    color: #fff;
    background-color: #822f88;
    border-radius: 5px;
    background: rgb(33 33 161);
    background: linear-gradient(90deg, rgb(21 21 159) 0%, rgb(9 9 59) 100%);
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
}

/*!header*/


.top-menu-category{
    width: 100%;
    float: left;
  width: 100%;
  float: left;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#top-category-carousel .title{
    width: 100%;
    float: left;
  color: #000
}

.menu-category-wpr{
    width: 100%;
    float: left;
  width: 100%;
  float: left;
}

.menu-category-wpr .col-blk{
    width: 100%;
    float: left;
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 5px;
}
.menu-category-wpr .col-blk .icon{
    width: 100%;
    float: left;
  width: 80px;
  height: 80px;
  float: left;
  /* padding: 15px; */
  border-radius: 50%;
  overflow: hidden;
  border: solid white 4px;
  box-shadow: 0px 2px 5px 1px rgb(0 0 0 / 11%);
  margin: 2px 0;
}


.menu-category-wpr .col-blk .title{
    width: 100%;
    float: left;
  width: 100%;
  float: left;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.menu-category-wpr .col-blk .title:after{
    width: 100%;
    float: left;
  content: '';
  width: 25px;
  float: left;
  height: 20px;
  position: absolute;
  right: 0;
  background: rgb(255 255 255);
  background: linear-gradient(90deg, rgba(75,31,208,0) 0%, rgba(255,255,255,1) 70%);
}





.home-slider{
    width: 100%;
    float: left;
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-slider-in-wpr{
    width: 100%;
    float: left;
  width: 100%;
  float: left;
}

.home-slider-item {
    width: 100%;
    float: left;
  border-radius: 15px;
  width: 100%;
  float: left;
  overflow: hidden;
}

.home-slider-item img{
    width: 100%;
    float: left;
  border-radius: 15px;
}


.home-slider-in-wpr .owl-nav button{
    width: 100%;
    float: left;
    top: calc(50% - 35px);
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: white !important;
}
.home-slider-in-wpr .owl-nav button span{
    width: 100%;
    float: left;
    font-size: 48px;
    line-height: 0;
    margin-top: -5px;
}

.home-slider-in-wpr .owl-prev{
    width: 100%;
    float: left;
  left: 0;
  border-radius: 0px 15px 15px 0px;
}
.home-slider-in-wpr .owl-next{
    width: 100%;
    float: left;
  right: 0;
  border-radius: 15px 0 0 15px;
}

.page_head_wpr{
    width: 100%;
    float: left;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.page_title{
    width: 100%;
    float: left;
  width: 100%;
  float: left;
  font-weight: 700;
}
.section_wpr{
    width: 100%;
    float: left;
  width: 100%;
  float: left;
      display: flex;
    align-items: center;
    justify-content: center;
}


.offer_wpr{
    width: 100%;
    float: left;
    /* border: solid 1px #fdf3fd; */
    margin: 5px 0;
    background-color: #ffffff;
    /* box-shadow: 1px 2px 9px 2px rgb(0 0 0 / 8%); */
    border-radius: 5px;
    padding: 15px;
    /* border: solid 1px #fff7ff; */
    background: rgb(155,83,209);
    background: linear-gradient(2deg, rgb(1 4 77) 0%, rgb(241 238 255) 100%);
    height: 100%;
    float: left;
    width: 100%;
}
.offer_wpr .title-blk{
    width: 100%;
    float: left;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    color: #000;
    min-height: 85px;
    margin-bottom: 5px;
    /* line-height: 20px; */
}

.offer_wpr  .desc{
    width: 100%;
    float: left;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 13px;
    color: #021894;
    margin-top: 5px;
}
.offer_wpr .img-blk{
    width: 100%;
    float: left;

border-radius: 5px;

overflow: hidden;
}
.offer_wpr .ft-blk{
    width: 100%;
    float: left;

margin-top: 15px;
}
.offer_wpr .btn-show-now{
    float: left;
    padding: 10px 15px;
    background-color: rgb(0 85 164);
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}

.offer_wpr .btn-show-now:hover{
  background-color: rgb(221 178 209 / 82%);
}

.offer-main-wpr .col-half{
    float: left;
    padding-bottom: 15px;
  }

.section-m-b{
    width: 100%;
    float: left;
  margin-bottom: 50px;
}.section-m-b-1{
    width: 100%;
    float: left;
  margin-bottom: 15px;
}


.products-list-wpr{
    width: 100%;
    float: left;
  /* padding: 15px 0; */
}



.products-list-blk{
    width: 100%;
    float: left;
    /* border: solid 1px #f7f7f7; */
    padding: 15px 10px;
    border-radius: 5px;
    padding-bottom: 5px;
    position: relative;
    height: 100%;
}


.products-list-blk:hover{
      box-shadow: 0 5px 17px 0 rgba(23,84,116,0.18);
    z-index: 15;
}


.products-list-blk  .product-img-blk{
    width: 100%;
    float: left;

margin-bottom: 15px;
}
.products-list-blk  .title-blk h2{
    width: 100%;
    float: left;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit the title to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 200px;
}
 .rating-wpr{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.products-list-blk  .amount-wpr{
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.products-list-blk  .offer-amount{
    float: left;
    font-size: 16px;
    margin-right: 5px;
    text-decoration: line-through;
    font-weight: 600;
    color: #adadad;
}
.products-list-blk  .amount{
    float: left;
    font-size: 18px;
    font-weight: 700;
    margin-right: 5px;
}
.products-list-blk  .offer-per{
    float: left;
    font-size: 14px;
    /* border: solid 1px #009688; */
    background-color: #16a01b;
    padding: 1px 5px;
    white-space: nowrap;
    color: #ffffff;
    font-weight: 600;
    border-radius: 2px;
}

.star-rating{
    width: 100%;
    float: left;
     display: flex;
     align-items: center;
     color: #767676;
     font-size: 10px;
     letter-spacing: 2px;
}
.star-rating .active{
    color: #ffc107;
}

.item-blk{
    width: 100%;
    float: left;
    padding: 10px 5px;
    padding-bottom: 10px;
}


.products-list-blk .wishlist-blk{
    width: 100%;
    float: left;
  display: flex;
  justify-content: flex-end;
}
.products-list-blk .btn-wishlist{
    color: #000;
    float: left;
    font-size: 20px;
      transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}
.products-list-blk .btn-wishlist.active{
    color: #1034ff;
}





.notifications_alert{
       width: 100%;
    float: left;
    position: fixed;
    z-index: 9999999;
     display: none;

       animation: animate_notificaton linear .2s;
    animation-iteration-count: 1;
     bottom: 0;
    left: 0;
}


@keyframes animate_notificaton {
    width: 100%;
    float: left;
 0% {
    width: 100%;
    float: left;
       transform: translate(0px, 70px);
       opacity: 0;
    }
 90% {
    width: 100%;
    float: left;
       transform: translate(0px, -15px);
       opacity: 1;
    }
 100% {
    width: 100%;
    float: left;
       transform: translate(0px, 0px);
    }
 
  
}


.notifications_alert_inwpr{
    width: 100%;
    float: left;
    position: fixed;
    z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    bottom: 0;
    left: 0;
   
}
.notifications_alert .alert_blk{
    width: 100%;
    float: left;
    max-width: 300px;
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    background-color: #094172;
    padding: 15px;
    margin-bottom: 10px;
    background: rgb(0 0 102);
    background: linear-gradient(90deg, rgb(14 13 132) 0%, rgb(5 5 99) 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    box-shadow: 0 1px 14px 0px rgb(0 0 0 / 30%);
}
.notifications_alert .icon{
    width: 30px;
    min-width: 30px;
    height: 30px;
    float: left;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    background-color: #286de5;
    margin-right: 15px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.notifications_alert .title{
    width: 100%;
    float: left;
}



.brand_img{
    width: 100%;
    float: left;
  padding: 10px;
  display: flex;
  margin:0px;

  max-height: 200px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);

   transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
}
.brand_img img{
    width: 100%;
    float: left;
  margin:auto;
  max-width: 100px;


}
.brand_img:hover{
 
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);

  transform: scale(1.09,1.09);

   transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.brand-carousel{
    width: 100%;
    float: left;
}
.brand_title{
    width: 100%;
    float: left;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #353535;
}

.txt-center{
    width: 100%;
    float: left;
  text-align: center;
}







.section-p{
    width: 100%;
    float: left;
    padding: 60px 0;
}


.bg-gray{
    width: 100%;
    float: left;
  background-color: #f2f2f2;
}

.card-info-blk{
    width: 100%;
    float: left;
  width: 100%;
  float: left;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
.card-info-blk .icon-wpr{
    width: 100%;
    float: left;
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}
.card-info-blk .icon-wpr .icon-blk{
    width: 100%;
    float: left;
    width: 60px;
    height: 60px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #e7f1f5;
    color: #ffffff;
    font-size: 28px;
    background: rgb(155,83,209);
    background: linear-gradient(90deg, rgb(74 74 215) 0%, rgb(0 0 102) 100%);
}
.card-info-blk h5{
    width: 100%;
    float: left;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #006;
}

.support_wpr .card-info-blk{
    width: 100%;
    float: left;
    background: rgb(155,83,209);
    background: linear-gradient(179deg, rgb(233 235 255) 0%, rgb(221 221 255) 100%);
    padding: 15px 5px;
    border-radius: 5px;
    color: #000068;
}





.ft-btn-wpr{
    width: 100%;
    float: left;
  display: flex;
  justify-content: flex-end;
}
.ft-btn-wpr .btn-seemore{
    width: 100%;
    float: left;
  width: auto;
  float: left;
  padding: 5px 15px;
  font-size: 15px;
  font-weight: 600;
}

.footer-wpr{
    width: 100%;
    float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}



.footer-wpr{
    width: 100%;
    float: left;
    width: 100%;
    float: left;
    background-color: #2c2c2c;
    padding:35px 0px;
    color: #efefef;
    background: rgb(155,83,209);
    background: linear-gradient(90deg, rgb(35 34 142) 0%, rgb(4 4 37) 100%);
}

.from-subscribe{
    width: 100%;
    float: left;
    color: #cdcdcd;
    font-size: 14px;
    margin: 15px 0;
}
.from-subscribe .form-title{
    width: 100%;
    float: left;
  font-size: 14px;
}
.from-subscribe .form-title-2{
    width: 100%;
    float: left;
  font-size: 13px;
}
.from-subscribe .form-title-2 a{
    width: 100%;
    float: left;
     text-decoration: underline !important;
     color: #fbfbfb;
}
.from-subscribe .form-title-2 a:hover{

  color: #ffffff;
}

.from-subscribe .input-wpr{
    width: 100%;
    float: left;
  width: 100%;
  float: left;
  display: flex;
  margin: 15px 0;
}
.from-subscribe .input-wpr .input-txt{
    width: 100%;
    float: left;
  width: 100%;
  float: left;
  height: 45px;
  border: solid 1px #8f8f8f;
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 5px 15px;
  color: #000;
}
.from-subscribe .input-wpr .btn-subscribe{
    width: 100%;
    float: left;
  width: auto;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  background-color: rgb(0 0 0 / 43%);
  margin-left: 5px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}
.from-subscribe .input-wpr .btn-subscribe:hover{


background-color: #000;
}


.ft-menu-wpr{
    width: 100%;
    float: left;
  width: 100%;
  float: left;
}
.ft-menu-wpr h2{
    width: 100%;
    float: left;
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
  margin-top: 15px;
}.ft-menu-wpr .ft-ul a{
    width: 100%;
    float: left;
    font-size: 14px;
    color: #ffffff;
}.ft-menu-wpr .ft-ul a:hover{
  
color: #FFC107;
}

.footer-wpr hr{
    width: 100%;
    float: left;
  color: #fff;
  width: 100%;
  float: left;
}

.ft-bottom-wpr{
    width: 100%;
    float: left;
  font-size: 12px;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}

.social-wpr{
    width: 100%;
    float: left;
    width: 100%;
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.social-icon{
    width: 100%;
    float: left;
     color: #fff;
     font-size: 18px;
     width: 35px;
}
.social-icon:hover{

color: #FFC107 !important;
}
.ft-logo{
    width: 100%;
    float: left;
  width: 110px;
}
.ft-app-download img{
    width: 100%;
    float: left;
  width: 150px;
}


.row{
    width: 100%;
    float: left;
  margin: auto;
}


.products-list-wpr .owl-nav{
    width: 100%;
    float: left;
  display: none;
}





.login_popup_container .login_col_1{
  width: 100%;
  float: left;
}
.login_popup_container .login_col_1 h3{
  font-size: 22px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 35px;
    color:#881A1B;
}

.login_popup_container .info_wpr {
  font-size: 14px;
}

.login_popup_container .login_col_2{
  width: 45%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 50px; 
}
.login_popup_container .social_login_blk{
  width: 100%;
  float: left;
  position: relative;
}
.login_popup_container .social_login_blk:before{
      content: '';
    position: absolute;
    left: -25px;
    height: 100%;
    top: 0;
    width: 1px;
    background-color: #bebebe;
}
.login_popup_container .social_login_blk:after{
      content: 'Or';
    position: absolute;
    left: -37px;
    height: 25px;
    width: 25px;
    top: calc(50% - 12px);
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border-radius: 50%;
    font-weight: 500;
    color: #515151;
}



.login_popup_container .social_login_blk .social_sign_wpr{
      width: 100%;
    float: left;
    height: 45px;
    display: flex;
    align-items: center;
    background-color: #4285f4;
    margin: 10px 0px;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    border-radius: 3px;
    color: #fff;
}
.login_popup_container .social_login_blk .social_sign_wpr.facebook{
  background-color: #4267b2;
}

.login_popup_container .social_login_blk .social_sign_wpr .icon{
        width: 60px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    margin-right: 15px;
}
.form_group{
  width: 100%;
  float: left;
}.form_body_wpr{
  width: 100%;
  float: left;
}
.login_popup_container .form_btn_group{
      width: 100%;
    float: left;
    display: flex;
    justify-content: flex-end;
}




.error_login_msg{
  width: 100%;
  float: left;
  display: none;
}


.error_login_msg span{
    width: 100%;
    min-width: 100%;
    float: left;
    padding: 10px 15px;
    background-color: #ffdfdf;
    color: #f00;
    margin-top: -30px;
    margin-bottom: 5px;
    font-size: 13px;
    border-radius: 5px;
    text-align: center;
}





.login_popup_container .form_btn_group .login_btn{
    width: auto;
    float: left;
    font-size: 17px;
    height: 40px;
    min-width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #000;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    background: rgb(155,83,209);
    background: linear-gradient(90deg, rgb(12 31 137) 0%, rgb(3 25 79) 100%);
}

.form_group label{
        width: 100%;
        float: left;
        font-size: 14px;
        margin-bottom: 5px;
        color: #000000;
        font-weight: 600;
}

.form_group .form_txt{
  width: 100%;
  float: left;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 5px 15px;
  height: 50px;
  border: solid 1px #130964;
  border-radius: 3px;
}
.form_group .form_txt.error{

    border: solid 1px #f00;
}
.form_body_wpr .col_2{
  width: calc(30% - 4px) !important;
  float: left;
  margin: 2px;
  padding: 0 !important;

}.form_body_wpr .col_8{
  width: calc(70% - 4px);
  float: left;
  margin: 2px;

}






.fillter_container_outer{
  max-width: 320px;
  float: left;
  position: relative;
  left: 0;
    z-index: 9;
    background-color: #fff;

       transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
}
.fillter_container{
  max-width: 100%;
  float: left;
  margin: 25px 0px;
  /* border: solid 1px #dcdcdc; */
  /*position: absolute;*/
  box-shadow: 1px 2px 6px 1px rgb(0 0 0 / 12%);
  border-radius: 5px;
  overflow: hidden;
}
.fillter_container h4{
  font-size: 13px;
  color: #000;
  font-weight: 700;
} 
.fillter_container .head{
  padding: 15px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  background-color: #131313;
  color: #fff;
  background: rgb(0 0 102);
  background: linear-gradient(90deg, rgb(14 13 132) 0%, rgb(5 5 99) 100%);
}
.fillter_container .fillter_iner_container{
  padding: 15px;
  width: 100%;
  float: left;
}

.fillter_container .main_cate
{
  padding: 15px;
  width: 100%;
  float: left;
  border-bottom: solid 1px #dcdcdc;
  margin-bottom: 15px;
}
.fillter_container .main_cate a{
text-align: center;
text-transform: uppercase;
color: #000;
width: 33.3%;
float:left;
font-size: 14px;
}
.fillter_container .category_block{
  padding: 15px 0px;
  width: 100%;
    float:left;
}
.form-check-label{width: 100%}
.fillter_container .show_less{
  height: 150px;
  overflow: hidden;
  position: relative;
  padding-bottom: 25px;

     transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
}

.show_less_btn{
   width: 100%;
   float: left;
   padding: 2px;
   text-align: center;
   position: absolute;
   bottom: 0px;
   /*background: #ffffff;*/
   z-index: 1;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100 */
   display: flex;
   align-items: center;
   justify-content: center;
   background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.75) 0%, #ffffff 100%);
   background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.75) 0%,#ffffff 100%);
   background: linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 0%,#ffffff 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 );
}
.show_less_btn::after{
  content: '';
    position: absolute;
    width: calc(50% - 15px);
    bottom: 15px;
    height: 1px;
    right: 0;
    background-color: #d3d3d3;

}
.show_less_btn::before{
  content: '';
    position: absolute;
   width: calc(50% - 15px);
    bottom: 15px;
    height: 1px;
    left: 0;
    background-color: #d3d3d3;

}


.show_less_btn span{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: solid 1px #dcdcdc;
    display: inline-block;
    text-align: center;
    line-height: 19px;
    /*padding-left: 1px;*/
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.show_less_btn span:hover{background-color: #e4e4e4}
.show_less_btn span i{font-size: 12px;}






.form-check-input{
  width: 18px;
  height:18px;
  background: #fff;
}

.fillter_iner_container h4{
  text-transform: uppercase;
}


/*Checkboxes styles*/
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  color: #828282;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #832f88;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.label_number{
  font-size: 12px;
  color: #1026a0;
  font-weight: 700;
}


/*pricerange*/
.price_range{
  padding:15px;
  margin-bottom: 15px;
}
.price_range label{
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #353535;
  display: block;
  margin-bottom: 15px
}
.price_range i{
  color: #828282;
}
.price_range .amount{
    width: 50px;
  border:0; color:#828282; font-weight:400;
  margin-bottom: 15px
}
.pricegap{
  width: 90px;
  display: inline-block;
}
.ui-widget.ui-widget-content {
      border-radius: 0;

}


.price_range_btwn{
  width: 100%;
  float: left;
}
.price_range_btwn .l_side{
  width: 50%;
  float: left;
}
.price_range_btwn .r_side{
  width: 50%;
  float: right;
      text-align: right;
}

.slider-range{
  float: left;
  width: 100%;
  margin-bottom: 25px;
}



.price-input {
  width: 100%;
  display: flex;
  margin: 30px 0 35px;
}
.price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}
.field input {
  width: 100%;
  height: 35px;
  outline: none;
  font-size: 15px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.slider {
  height: 5px;
  position: relative;
  background: #c8c8ee;
  border-radius: 5px;
}
.slider .progress {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background: #3d3dc1;
}
.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #000066;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #000066;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}




.product_listing_container{
   width: 100%;
   float: left;
   margin: 25px 0px;
   padding:0px 15px;
   height: auto;
   overflow: hidden;
}
.product_listing_container_scroll{
  /*width: calc(100% + 35px);*/
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 15px;
  padding-bottom: 25px;
}
.product_listing_container .head{
  position: relative;
  padding: 15px;
  border-bottom: solid 1px #dcdcdc;
  margin-right: -15px;
  margin-bottom: 15px;
}
.product_listing_container .head h4{
color: #353535;
font-size: 16px;
}
.product_listing_container .head h4 span{
color: #828282;
font-size: 16px;
font-weight: normal;

}

.showmore_area{
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 15px;
}
.showmore_area .showmore{
  padding:10px 15px;
  border: solid 1px #dcdcdc;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  border-radius: 5px;
}

.mob_sort{
  display: none;

     transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
}
.showmore_area .showmore:hover{
  background-color: #19187e;
  color: #fff;
  border: solid 1px #14145d;
  cursor: pointer;
}

.product_container{
  display: flex;
  position: relative;
  /*padding-left: 320px;*/
}


.sort_by{
      min-width: 200px;
    /* float: right; */
    position: absolute;
    right: 0px;
   
    top: 5px;

    border: solid 1px #d5d6d9;
    padding: 4px 14px;
    font-size: 14px;
    color: #7e818c;
    cursor: pointer;
     width: 170px;
    height: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.sort_by span
{
  font-weight: bold;
}
.sort_by i{
position: absolute;
right: 10px;
top: 8px;
}
.sort_by .sort_by_options {
  display: none; 
    z-index: 1;
    position: absolute;
    width: 100%;
    margin-top: 7px;
    margin-left: -15px;
    background: #fff;
    padding: 10px 0px;
    border: solid 1px #d5d6d9;
}
.sort_by:hover .sort_by_options{
  display: block;
}
.sort_by .sort_by_options li{
 padding: 4px 8px;
}
.sort_by .sort_by_options .active {
      background-color: #e8e8e8;
    font-weight: 500;
    padding: 5px 8px;
}

.product_detail{
  width: 100%;
  float: left;
  margin-top: 15px;
  padding:50px 0px;
}

.product_detail .product_detail_col_2{
  width: 50%;
  float: left;
  padding:0px 15px;
}

.col_product_list {
    width: 25%;
    padding: 0px 0px;
    /* padding-right: 0px; */
    /* min-height: 500px; */
}


.mob_fitter_sort{
  display: none;
  position: fixed;
  bottom: 0;
  background-color: #fff;
  color: #555;
  height: 50px;
  width: 100%;
  float: right;
  z-index: 999;
  text-align: center;
  font-weight: 600;
  border-top: solid 1px #e6e6e6;
  text-transform: uppercase;
  line-height: 50px;
  left: 0;
}
.mob_fitter_sort div{
  width: 50%;
  float: left;
  
  cursor:pointer;

}
.mob_fitter_sort .fitter{
  border-right: solid 1px #e6e6e6;
}

.overlay_bg{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  background-color: rgb(0 0 0 / 28%);
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
  -moz-transition: 0.25s;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
}

.overlay_bg_shw{
  opacity: 1;
  visibility: visible;
}








.product_detail_wpr{
  padding: 15px 0;
}

.product_detail{
  width: 100%;
  float: left;
  margin-top: 15px;
  padding:50px 0px;
}

.product_detail .product_detail_col_2{
  width: 50%;
  float: left;
  padding:0px 15px;
}




.imag_block_container{
  float: left;
  width: 100%;
  display: flex;
}

.imag_block{
  float: left;
  width: 100%;
  max-width: 360px;
  margin:0 auto;
  
  display: flex;
}
.imag_block img{
  width: 100%;
}

.imag_block .imag_thumb_block{
  float: left;
  width: 60px;
  /*border: solid 1px #d5d6d9;*/
  margin: auto;
  /*margin-bottom:   0;*/
  
}
.imag_block .main_image{
  float: left;
    width: calc(100% - 60px);
    border: solid 1px #ededed;
    box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.24);
}
.imag_thumb li{
  border: solid 1px #d5d6d9;
    margin: 5px;
    /* margin-bottom: 2px; */
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.24);
}

.product_title{
  font-size: 24px;
  color: #000;
  margin-bottom: 15px;
  font-weight: 600;
  position: relative;
  padding-right:15px;
}
.product_title .btn-wishlist{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    cursor: pointer;
}
.product_title .btn-wishlist.active{
    color: #1034ff;
}
.discount_price{
  margin-bottom: 15px;
}
.discount_price .price{
  font-size: 14px;
  text-decoration: line-through;
  color: #7a7a7a;
  margin-right: 15px;
  font-size: 20px;
  font-weight: 700;
}

.discount_price .off{
  font-size: 16px;
  color: #ffffff;
  padding: 5px 6px;
  background-color: #07960c;
  font-weight: 700;
  border-radius: 2px;
}

.product_price{
  font-size: 30px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}
.txt_cont{
  font-size: 14px;
  color: #000000;
  margin-bottom: 15px;
  font-weight: 600;
}
.avilable_size{
  font-size: 14px;
  color: #5a5a5a;
  margin-bottom: 20px;
  float: left;
  width: 100%;
  font-weight: 600;
}
.avilable_size ul{
  font-size: 14px;
  color: #000;
  float: left;
  width: 100%;
  margin: 5px 0px;
}
.avilable_size ul li{
float: left;
width: 40px;
height: 40px;
border-radius: 50%;
border:solid 1px #d5d5d5;
margin-right: 10px;
text-align: center;
line-height: 38px;
}
.product_desc{
  margin-bottom: 15px;
}
.product_desc h6{
  color: #000000;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}

.product_desc p{
  color: #696B79;
  font-weight: 400;
  font-size: 14px;
  text-align: justify;
}


.cart_btn_container{
  padding: 15px 0px;
  display: flex;
  width: 100%;
  float: left;
}
.cart_btn_container .qty_control_wpr{
    width: auto !important;
    margin-right: 15px;
}

.cart_btn{
    padding: 10px 15px;
    font-weight: 600;
    background-color: #8c8c8c;
    border: none;
    color: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    background: rgb(0 0 102);
    background: linear-gradient(90deg, rgb(9 9 142) 0%, rgb(6 21 104) 100%);
    border-radius: 5px;
}
.cart_btn:hover{
  /* background-color: #a7d9ef; */
  color: #fff;
  border: none;
  cursor: pointer;
  background: rgb(12 11 122);
  background: linear-gradient(255deg, rgb(6 5 116) 0%, rgb(0 0 102) 100%);
}



.product_detail_img_out_wpr{
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product_detail_img_wpr{
  width: 100%;
  float: left;
  /* margin: 30px 0; */
  max-width: 360px;
}


.slideshow-items {
  width: 500px;
}
.slideshow-thumbnails {
  width: 100px;
}
#slideshow-items-container { display: inline-block; position: relative; }

#lens { background-color: rgba( 233, 233, 233, 0.4 ) }
#lens, #result {
    position: absolute;
    display: none;
    z-index: 1;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    }
.slideshow-items { display: none; 
   transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    }
.slideshow-items.active { display: block; }
.slideshow-thumbnails { opacity: 0.5;    
  transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;}
.slideshow-thumbnails.active { opacity: 1; }
#lens, .slideshow-items, .slideshow-thumbnails, #result {border: solid #e5e5e5 1px;}



/*cart----*/

.cart-page-wpr{
  width: 100%;
  float: left;
}
.cart-page-wpr .c-head-wpr{
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.cart-page-wpr .col-head{
  width: auto;
  float: left;
}
.cart-page-wpr h4{
  width: auto;
  float: left;
  font-size: 16px;
  font-weight: 600;
  padding-right: 50px;
  height: 30px;
}
.cart-page-wpr .col-quick{
  width: auto;
  float: left;
  background-color: #f9f9f9;
  font-size: 14px;
  font-weight: 600;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 15px;
}
.cart-page-wpr .col-quick .icon-img{
  width: 50px;
  float: left;
  height: 50px;
  border-radius: 50%;
  background-color: #ececff;
  padding: 7px;
  margin-right: 15px;
}
.cart-page-wpr .col-quick label{
  padding-right: 10px;
}



.cart-list-wpr{
  width: 100%;
  float: left;
}

.cart-list-wpr .row-cart{
  width: 100%;
  float: left;
  margin-bottom: 5px;
  display: flex;
  /* align-items: center; */
  border-radius: 6px;
  border: solid 1px #f9f9f9;
  background-color: #fff;
  position: relative;
}
.cart-list-wpr .row-cart .col-img{
  width: 120px;
  float: left;
  margin-right: 15px;
  padding: 5px;
}
.cart-list-wpr .row-cart h4{
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}

.cart-list-wpr .row-cart .stock-blk span{
font-size: 12px;
padding: 0px 15px;
}
.dflex-between{
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.dflex-start{
  width: 100%;
  float: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.dflex-end{
  width: 100%;
  float: left;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.cart-list-wpr .row-cart .amount{
  font-size: 20px;
  font-weight: 700;
}
.cart-list-wpr .row-cart .btn-cart{
  width: auto;
  float: left;
  padding: 8px 20px;
  background-color: #00009a;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  margin-right: 15px;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 2px;
}
.inblk-wpr{
  width: auto;
  display: inline-block;
}

.cart-list-wpr .row-cart .col-info{
  padding: 15px;
  width: 100%;
  float: left;
}

.cart-list-wpr .row-cart .status_applied{
      font-size: 12px;
    font-weight: 600;
    color: #242260;
    background-color: #f2f1ff;
    padding: 0 15px;
    border-radius: 10px;
    text-transform: capitalize;
}
.cart-list-wpr .row-cart .status_applied.red{
  color: #f00;
}

.cart-list-wpr .row-cart .inblk-wpr {
  margin-bottom: 0px;
}
.cart-list-wpr .row-cart .col-info .uom-blk {
  margin-bottom: 0;
    margin-right: 15px;
}
.cart-list-wpr .row-cart .col-info .stock-blk {
  margin-bottom: 0;
    margin-right: 15px;
}

.cart-list-wpr .row-cart .col-info .uom-blk label{
  min-width: auto;
}
.cart-list-wpr .row-cart .col-info .stock-blk label{
  min-width: auto;
}
.ml-15{
  margin-left: 15px;
}

.cart-list-wpr .row-cart .btn-delete{
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #ffe9e9;
  padding: 5px 10px;
  color: #f00;
  border-radius: 5px;
}



.row-cart_main{
     width: 100%;
    float: left;
    padding: 5px;
    border: solid 1px #f5f5f5;
    margin-bottom: 15px;
    border-radius: 5px;
    background-color: #f5f5f5;
}

.row-cart_main .row-cart_head{
  width: 100%;
  float: left;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.row-cart_main .row-cart_head .col-order{
    width: auto;
  float: left;
}
.row-cart_main .row-cart_head .col-order h2{
   width: 100%;
  float: left;
  font-size: 16px;
  font-weight: 600;
}.row-cart_main .row-cart_head .col-order .date{
   width: 100%;
  float: left;
  font-size: 12px;
  font-weight: 500;
}
.row-cart_main .row-cart_head .col-amount{
      width: auto;
    float: left;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    height: 30px;
}

.row-cart_main .row-cart_body{
  width: 100%;
  float: left;
}

/*!cart----*/
  .page_title_2{
    font-size: 22px;
    font-weight: 600;

  }


.cart-list-wpr  .amount-wpr{
    width: 100%;
    float: left;

display: flex;

align-items: center;
}
.cart-list-wpr  .offer-amount{
    float: left;
    font-size: 16px;
    margin-right: 15px;
    text-decoration: line-through;
    font-weight: 600;
    color: #adadad;
}
.cart-list-wpr  .amount{
    float: left;
    font-size: 22px;
    font-weight: 700;
    margin-right: 15px;
}
.cart-list-wpr  .offer-per{
    float: left;
    font-size: 14px;
    border: solid 1px #cbcbcb;
    padding: 3px 15px;
    white-space: nowrap;
}



.cart-list-wpr  .bt-wpr{
  width: 100%;
  float: left;
  align-items: center;
  display: flex;
  margin: 10px 0;
}
.cart-list-wpr  .btn-cart{
  width: auto;
  float: left;
}
.cart-list-wpr  .btn-remove{
  width: auto;
  float: left;
  font-size: 14px;
  font-weight: 600;
  color: #f00;
  cursor: pointer;
  margin-right: 15px;
}


.qty_control_wpr{
  width: 100%;
  float: left;
  /* margin: 10px 0; */
}



    .qty_control{
          display: flex;
          overflow: hidden;
    }
    .qty_control .icon{
        width: 42px;
        height: 42px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #cbccff;
        /*border-radius: 50%;*/
        /*margin-left: 5px;*/
        color: #010343;
        cursor: pointer;
        border-radius: 50%;
    }
    .qty_control input{
      width: 70px;
      border: solid 1px #b8b9ff;
      text-align: center;
      font-size: 14px;
      border-radius: 8px;
      margin: 0 5px;
    }




    .qty_control.sm_qty .icon{
        width: 30px;
        height: 30px;
    }
    
    .p_0{
        padding: 0;
    }


    .btn-ft-cart{
      width: 100%;
      float: left;
      display: flex;
      justify-content: flex-end;
      flex-wrap: wrap;
    }
    .btn-ft-cart .btn-continue{
         width: auto;
      float: left;
      padding: 10px 15px;
      margin-right: 5px;
    }
    .btn-ft-cart .btn-checkout{
          width: auto;
          float: left;
          padding: 10px 15px;
          background-color: #000;
          color: #fff;
          font-weight: 600;
          text-align: center;
          min-width: 130px;
          border-radius: 5px;
    }








/*==== Checkout wpr ===*/
.check_out_btn {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  height: 50px;
  align-items: center;
  font-size: 19px;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
}
.check_out_btn:hover {
  color: #fff;
}
.checkout_wpr,
.checkout_wpr .row_checkout {
  width: 100%;
  float: left;
}
.checkout_wpr .row_checkout .sign_wpr_head {
  width: 100%;
  float: left;
  display: flex;
}
.checkout_wpr .row_checkout .sign_wpr_head .head_col {
  width: auto;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #555;
  cursor: pointer;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}
.checkout_wpr .row_checkout .sign_wpr_head .head_col.active {
  border-bottom: 3px solid #000;
  color: #000;
}
.checkout_wpr .form_body_wpr {
  padding: 15px;
}
.row_checkout .head_wpr {
  width: 100%;
  float: left;
  font-size: 18px;
  font-weight: 600;
  height: 45px;
  background-color: #000;
  margin-bottom: 10px;
  color: #f9f8ff;
  display: flex;
  padding: 0 15px;
  align-items: center;
  position: relative;
  background: rgb(155,83,209);
  background: linear-gradient(90deg, rgb(118 51 139) 0%, rgb(177 69 114) 100%);
}
.row_checkout .head_wpr .btn-nav{
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.row_checkout .address_blk,
.row_checkout .show_address_wpr {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.row_checkout .address_blk {
  min-width: 360px;
  width: calc(50% - 10px);
  font-size: 15px;
  padding: 35px 10px 10px;
  background-color: #f9f9f9;
  border-radius: 5px;
  position: relative;
  margin: 5px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.row_checkout .address_blk .change_btn {
  position: absolute;
  top: 10px;
  right: 55px;
  font-size: 14px;
  background-color: #3c3c3c;
  padding: 0 15px;
  color: #fff;
  border-radius: 26px;
  cursor: pointer;
}
.row_checkout .address_blk .delete_btn {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 25px;
  height: 25px;
  font-size: 14px;
  background-color: #ffe3e3;
  color: red;
  border-radius: 26px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.row_checkout .address_blk .title {
  width: 100%;
  float: left;
  text-align: center;
  color: #6b6868;
  font-weight: 500;
}
.row_checkout .address_blk .icon {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #dbdbdb;
  font-size: 19px;
  margin-top: -15px;
  color: #000;
}
.row_checkout .address_blk .active_address {
  position: absolute;
  top: 5px;
  left: 5px;
  display: none;
}
.row_checkout .address_blk.active {
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(44, 175, 74, 0.47058823529411764);
}
.row_checkout .address_blk.active .active_address {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  background-color: #2caf4a;
  border-radius: 50%;
  color: #fff;
}
.row_checkout .address_blk .row_info {
  width: 100%;
  float: left;
  text-align: left;
  font-weight: 400;
}
.row_checkout .address_blk .row_info.head {
  font-weight: 500;
}
.row_checkout .ft_btn_wpr {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #fff;
  padding-top: 5px;
}
.row_checkout .ft_btn_wpr .next_btn {
  width: auto;
  padding: 10px 20px;
  background-color: #2caf4a;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.row_checkout .ft_checkbox_cart {
  width: 100%;
  float: left;
}
.ft_checkbox_cart input[type="checkbox"] + label:before {
  padding-left: 0;
}
.modal-content .add_address_wpr {
  padding: 15px;
}
.modal-content .add_address_wpr h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.row_checkout .ft_action_wpr {
  width: 100%;
  float: left;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.row_checkout .ft_action_wpr .checkout_step_btn {
  width: auto;
  float: left;
  padding: 10px 15px;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  cursor: pointer;
  font-weight: 500;
}


/*===! 24-1-2023===*/

/*cart----*/

.cart-page-wpr{
  width: 100%;
  float: left;
}
.cart-page-wpr .c-head-wpr{
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.cart-page-wpr .col-head{
  width: auto;
  float: left;
}
.cart-page-wpr h4{
  width: auto;
  float: left;
  font-size: 16px;
  font-weight: 600;
  padding-right: 50px;
  height: 30px;
}
.cart-page-wpr .col-quick{
  width: auto;
  float: left;
  background-color: #f9f9f9;
  font-size: 14px;
  font-weight: 600;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 15px;
}
.cart-page-wpr .col-quick .icon-img{
  width: 50px;
  float: left;
  height: 50px;
  border-radius: 50%;
  background-color: #ececff;
  padding: 7px;
  margin-right: 15px;
}
.cart-page-wpr .col-quick label{
  padding-right: 10px;
}



.cart-list-wpr{
  width: 100%;
  float: left;
}

.cart-list-wpr .row-cart{
  width: 100%;
  float: left;
  margin-bottom: 5px;
  display: flex;
  /* align-items: center; */
  border-radius: 6px;
  border: solid 1px #f9f9f9;
  background-color: #fff;
  position: relative;
  flex-wrap: wrap;
}
.cart-list-wpr .row-cart .col-img{
  width: 120px;
  float: left;
  margin-right: 5px;
  padding: 5px;
}
.cart-list-wpr .row-cart h4{
  margin-bottom: 5px;
  font-size: 16px;
}

.cart-list-wpr .row-cart .stock-blk span{
font-size: 12px;
padding: 0px 15px;
}
.dflex-between{
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.dflex-start{
  width: 100%;
  float: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.dflex-end{
  width: 100%;
  float: left;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.cart-list-wpr .row-cart .amount{
  font-size: 16px;
  font-weight: 600;
}
.inblk-wpr{
  width: auto;
  display: inline-block;
}

.cart-list-wpr .row-cart .col-info{
  padding: 15px 10px;
  width: 100%;
  float: left;
  max-width: 600px;
}

.cart-list-wpr .row-cart .status_applied{
      font-size: 12px;
    font-weight: 600;
    color: #242260;
    background-color: #f2f1ff;
    padding: 0 15px;
    border-radius: 10px;
    text-transform: capitalize;
}
.cart-list-wpr .row-cart .status_applied.red{
  color: #f00;
}

.cart-list-wpr .row-cart .inblk-wpr {
  margin-bottom: 15px;
}
.cart-list-wpr .row-cart .col-info .uom-blk {
  margin-bottom: 0;
    margin-right: 15px;
}
.cart-list-wpr .row-cart .col-info .stock-blk {
  margin-bottom: 0;
    margin-right: 15px;
}

.cart-list-wpr .row-cart .col-info .uom-blk label{
  min-width: auto;
}
.cart-list-wpr .row-cart .col-info .stock-blk label{
  min-width: auto;
}
.ml-15{
  margin-left: 15px;
}

.cart-list-wpr .row-cart .btn-delete{
  position: absolute;
  top: 15px;
  right: 15px;
}



.row-cart_main{
     width: 100%;
    float: left;
    padding: 5px;
    border: solid 1px #f5f5f5;
    margin-bottom: 15px;
    border-radius: 5px;
    background-color: #f5f5f5;
}

.row-cart_main .row-cart_head{
  width: 100%;
  float: left;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.row-cart_main .row-cart_head .col-order{
    width: auto;
  float: left;
}
.row-cart_main .row-cart_head .col-order h2{
   width: 100%;
  float: left;
  font-size: 16px;
  font-weight: 600;
}.row-cart_main .row-cart_head .col-order .date{
   width: 100%;
  float: left;
  font-size: 12px;
  font-weight: 500;
}
.row-cart_main .row-cart_head .col-amount{
      width: auto;
    float: left;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    height: 30px;
}

.row-cart_main .row-cart_body{
  width: 100%;
  float: left;
}

/*!cart----*/

.txt-right{
  text-align: right;
}


.payment-option-wpr{
  width: 100%;
  float: left;
}
.payment-option-blk{
  width: 100%;
  float: left;
}


.payment-option-blk .col-payment{
    width: 100%;
    float: left;
    background-color: #fff;
    border: solid 1px #f1f1f1;
    border-radius: 6px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0 15px;
}
.payment-option-blk .col-payment label{
  width: 100%;
  float: left;
  display: flex;
    align-items: center;
    padding: 15px;
    cursor: pointer;
}


.btn-place-order{
    width: 100%;
    float: left;
    display: flex;
    cursor: pointer;
    border-radius: 6px;
    border: none;
    margin-bottom: 15px;
    background-color: #000;
    border-color: #000;
    color: #fff;
    padding: 15px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    background: rgb(0 0 0);
}




.profile-card-wpr{
  width:100%;
  float:left;
  border:solid 1px #e9e9e9;
  border-radius:6px;
  background-color: #fff;
  box-shadow: 0 3px 12px 2px rgb(0 0 0 / 8%);
}

.profile-card-wpr .profle-head-wpr{
  width:100%;
  float:
  left;
  padding: 35px 15px;
  padding-bottom: 15px;
}.profile-card-wpr .profile-img-wpr{
  width:100%;
  float:
  left;
  display:
  flex;
  justify-content:
  center;
  align-items:
  center;
  margin-bottom: 0px;
}
.profile-card-wpr .profile-img-blk{
  width: 80px;
  height: 80px;
  float:
  left;
  border-radius:50%;
  position:
  relative;
}

.profile-card-wpr .profile-img{
    width: 70px;
    float: left;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    background-color: #b5c1ff;
    border-radius: 50%;
    font-weight: 600;
    color: #2d0691;
}
.profile-card-wpr .edit-btn{
  width:30px;
  height:30px;
  float:
  left;
  position:
  absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -5px;
  right: -5px;
  background-color: #fff;
  border-radius: 50%;
  color: #7a7a7a;
  box-shadow: 0 0 7px 2px rgb(0 0 0 / 20%);
  cursor: pointer;
}.profile-card-wpr .profile-name{
  width:100%;
  float:left;
  text-align:center;
  font-size: 20px;
  font-weight:600;
}


.profle-body-wpr{
  width:100%;
  float:left;
  padding-bottom:15px;
  padding: 15px;
}
.profle-body-wpr ul{
  width:100%;
  float:left;
}

.profle-body-wpr ul li {
    width: 100%;
    float: left;
}
.profle-body-wpr ul li a{
  width:100%;
  float:left;
  padding:15px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor:pointer;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

.profle-body-wpr ul li i{
  margin-right: 10px;
}

.profle-body-wpr ul li.active{
     color: #ffffff;
     background-color: #d2daff;
}

.profile-form-wpr{
  width:100%;
  float:left;
}

.profile-form-wpr .head-title{
  width:100%;
  float:left;
  padding:10px 0;
  border-bottom:solid 1px #e9e9e9;
  margin-bottom: 20px;
  font-size:18px;
  font-weight:600;
  position: relative;
}

.profile-form-wpr .head-title .btn-edit{
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 14px;
  padding: 10px 15px;
  width: 100px;
  text-align: center;
  background-color: #ffffff;
  color: #020202;
  box-shadow: 0 2px 3px 0px rgb(0 0 0 / 4%);
  border-radius: 6px;
  cursor: pointer;
}

.profile-form-wpr h4{
  font-size:16px;
  margin-bottom:15px;

}
.profile-form-wpr .desc{
  font-size:14px;
  color:#7a7a7a;
  width:100%;
  float:left;
  margin-bottom:15px;
}




.form-group-wpr{
   width: 100%;
  float: left;
  margin-bottom: 15px;
}
.form-group-wpr label{
  width: 100%;
  float: left;
  color: #000;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 500;
}
.form-group-wpr .txt-input-wpr{
  width: 100%;
  float: left;
  position: relative;
}
.form-group-wpr .txt-input{
  width: 100%;
  float: left;
  padding: 10px;
  border-radius: 6px;
  border: solid 1px #b9b9b9;
}
.form-group-wpr .txt-input-wpr  i{
     position: absolute;
    right: 10px;
    top: calc(50% - 10px);
    font-size: 20px;
    color: #b9b9b9;

}
.btn-action{
  width: auto;
  float: left;
  font-size: 17px;
  height: 40px;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #000;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  background: rgb(14 29 112);
  background: linear-gradient(90deg, rgb(31 17 121) 0%, rgb(2 16 61) 100%);
}



.card-cart{

    width: 100%;
    float: left;
    box-shadow: 0px 1px 6px 1px rgb(0 0 0 / 19%);
    padding: 15px;
    border-radius: 5px;

}

.cart-row-wpr{
  width: 100%;
  float: left;
}


.cart-row-wpr{
    width: 100%;
    float: left;
    padding: 15px 0;
    margin-bottom: 15px;
    border-bottom: solid 1px #f3f3f3;
}
.cart-row-wpr .cart-img-blk{
  width: 100%;
  float: left;
  border-radius: 6px;
  margin-bottom: 15px;

}
.cart-row-wpr h4{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.cart-row-wpr .rating-blk{
  margin-bottom: 5px;
}
.cart-row-wpr .amount{
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}
.cart-row-wpr .row-activity{
  margin: 2px 0;
}
.cart-row-wpr .row-activity h4{
  font-size: 14px;
}
.cart-row-wpr .row-activity .icon{
  font-size: 16px;
}
.cart-row-wpr .activity-wpr{
  margin-bottom: 15px;
}
.cart-row-wpr h5{
  font-size: 16px;
  margin-bottom: 5px;
}
.cart-row-wpr .desc{
  font-size: 14px;
}
.cart-row-wpr hr{
  width: 100%;
  float: left;
  margin:5px 0;
}
.cart-row-wpr .link-txt{
  width: auto;
  float: left;
  padding: 10px 15px;
  font-size: 14px;
  padding-left: 0;
}

.card-cart hr{
  width: 100%;
  float: left;
}
.txt-info-right{
  font-size: 12px;
  width: 100%;
  float: left;
  text-align: right;
}
.cart-head-wpr{
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}
.cart-head-wpr .label{
  font-size: 14px;
  font-weight: 500;
}
.cart-head-wpr .amount{
    font-weight: 500;
    font-size: 16px;
    color: #000;
}.cart-head-wpr .amount.head{
    font-weight: 600;
    font-size: 26px;
    color: #000;
}
.card-cart h4{
  font-size: 16px;
  color: #7a7a7a;
}
.card-cart p{
  font-size: 14px;
  color: #7a7a7a;
}

.btn-submit{
    width: auto;
    float: left;
    padding: 8px 15px;
    color: #fff;
    background-color: #822f88;
    border-radius: 5px;
    background: rgb(155,83,209);
    background: linear-gradient(90deg, rgb(10 35 172) 0%, rgb(5 19 96) 100%);
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
}



.btn-continue{
        width: 100%;
    float: left;
    padding: 8px 15px;
        font-weight: 700;
    font-size: 16px;
    text-align: center;
}
.btn-checkout{
    width: 100%;
    float: left;
    padding: 8px 15px;
    color: #fff;
    background-color: #822f88;
    border-radius: 5px;
    background: rgb(155,83,209);
    background: linear-gradient(90deg, rgb(10 35 172) 0%, rgb(5 19 96) 100%);
    cursor: pointer;
    font-weight: 700;
    font-size: 22px;
    text-align: center;


      transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

.btn-checkout:hover{
    color: #fff;
        background: linear-gradient(90deg, rgb(85 109 239) 0%, rgb(6 29 154) 100%);
}


.btn-checkout.disabled{
    pointer-events: none;
    opacity: 0.6;
}

.linethrough{
    text-decoration: line-through;
}

 .hidden {
    display: none;
}

.no_data_wpr{
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60vh;
}
.no_data_wpr .no_data_blk{
        width: 300px;
    height: 100%;
    float: left;
    font-size: 20px;
    font-weight: 700;
    color: #000000f7;
    text-align: center;
    background-image: url(../images/empty-1.png);
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: top;;

}
.no_data_wpr .no_data_blk h2{
     width: 100%;
    float: left;
    margin-top: 300px;
    font-size: 22px;
    color: #959595;
    font-weight: 500;
}

.main_product_details_wpr{
    width: 100%;
    float: left;
    min-height: 70vh;
    margin-top: 50px;
}

.attributes_wpr{
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.attributes_wpr .attributes_row{
   width: 100%;
    float: left;

}
.attributes_wpr .attributes_row.dflex{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 35px;
        margin-bottom: 15px;
}
.attributes_wpr .attributes_row .label{
    width: 100px;
    float: left;
    font-size: 14px;
    color: #5a5a5a;
    /* margin-bottom: 20px; */
    float: left;
    /* width: 100%; */
    font-weight: 600;
}
.attributes_wpr .attributes_row .value{
   width: 100%;
   float: left;
   font-size: 15px;
   color: #000;
   /* margin-bottom: 20px; */
   float: left;
   width: 100%;
   font-weight: 700;
}


.color_attr_wpr{
    width: 100%;
    float: left;

}
.color_attr_wpr .color_blk{
    width: 50px;
    float: left;
    padding: 5px;
      display: flex;
    justify-content: center;
    align-items: center;
}
.color_attr_wpr .color_blk span{
    width: 35px;
    height: 35px;
    background-size: cover;
    background-repeat: no-repeat;
  
    border-radius: 50%;
    cursor: pointer;
    position: relative;
  
      transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;

}
.color_attr_wpr .color_blk span.active{
     border: solid 2px #fff;
    box-shadow: 0 0 4px 2px #67bcff;
}
.color_attr_wpr .color_blk span.disabled{
    pointer-events: none;
/*    opacity: 0.7;*/
}
.color_attr_wpr .color_blk span.disabled:after{
      color: #f00;
    content: 'Sold out';
    position: absolute;
    left: -2px;
    top: 37%;
    /* width: 100%; */
    right: 0;
    font-size: 11px;
    line-height: 12px;
    background-color: rgb(255 255 255 / 91%);
    text-wrap: nowrap;
}


.wholesale_price_wpr{
       width: 100%;
    float: left;
    background-color: #c7c6f3;
    color: #161561;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 3px;
    border-radius: 2px;
    font-weight: 600;
    margin-top: 5px;
}
.wholesale_price_wpr span{
    width: auto;
    float: left;
}



.wholesale_price_main_wpr_outer{
       width: 100%;
    float: left;
    background-color: #edf0ff;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 5px;
}
.wholesale_price_main_wpr{
    width: 100%;
    float: left;
    font-size: 28px;
    font-weight: 700;
    color: #030b8f;
}

.wholesale_qty_main_wpr{
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 500;
    color: #030b8f;
}


.whatsapp_fixbtn{
    width: 50px;
    height: 50px;
    float: left;
    position: fixed;
    z-index: 99999;
    cursor: pointer;
    right: 15px;
    bottom: 5%;
    background-color: #4CAF50;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 8px 2px rgb(0 0 0 / 9%);
}


.share_btn_wpr{
    width: 100%;
    float: left;
    display: flex;
    margin-bottom: 15px;
}

.share-btn {
                display: inline-block;
                color: #ffffff;
                border: none;
                padding: 0.5em;
                width: 30px;
                height: 30px;
                border-radius: 50%;
                margin: 4px;
                opacity: 0.9;
/*                box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);*/
                outline: none;
                text-align: center;
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .share-btn:hover {
              color: #eeeeee;
            }

            .share-btn:active {
              position: relative;
              top: 2px;
              box-shadow: none;
              color: #e2e2e2;
              outline: none;
            }

            .share-btn.twitter { background: #55acee; }
            .share-btn.google-plus { background: #dd4b39; }
            .share-btn.facebook { background: #3B5998; }
            .share-btn.stumbleupon { background: #EB4823; }
            .share-btn.reddit { background: #ff5700; }
            .share-btn.linkedin    { background: #4875B4; }
            .share-btn.email { background: #444444; }

/*------ responsive -------*/



@media (max-width:1024px) {
  .fillter_container_outer {
      position: fixed;
      left: -320px;
      top: 0px;
      bottom: 0px;
      height: 100%;
      width: 300px;
      z-index: 999;
  }
.mob_fitter_sort {
    display: block;
}
.product_listing_container{
  padding: 0;
}

  .fillter_container_outer {position: fixed; left: -320px;  top: 0px; bottom: 0px; height: 100%; width: 300px; z-index: 9999;}
  
.fillter_container_outer_shw {position: fixed;left: 0px !important;}
  .sort_by{display: none;}

  .product_listing_container .product_item{margin: 15px 0;}

  .mob_fitter_sort{display: block;}

  .fillter_container_scroll{
  width: 300px;
    height: 100%;
    overflow-y: scroll;
    /*top: 43px;*/
    bottom: 0;
    position: fixed;
    background-color: #fff;
    padding-top: 55px;
  }
  .fillter_container .head {
    position: fixed;
    z-index: 1;
    width: 300px;
    top: 0;
  }
  .mob_sort{
    display: block;
    position: fixed;
    bottom: -100%;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9990;
    background: #fff;
    padding-bottom: 25px;
  }
  .mob_sort_shw{
    top: auto;
    bottom: 0%;
  }
  .mob_sort .title{
    padding: 10px;
    background: #000;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    z-index: 9;
    background: #3F51B5;
    background: linear-gradient(90deg, rgb(27 46 155) 0%, rgb(20 11 84) 100%);
  }

  

  .sort_by_options_mob li{
 padding: 4px 8px;
}
.sort_by_options_mob .active {
      background-color: #e8e8e8;
    font-weight: 500;
    padding: 5px 8px;
}
}
@media (max-width:991px) {
.container{
  max-width: calc(100% - 30px);
  padding: 0;
}


}

@media (max-width:920px) {

  body{
    padding-top: 120px;
  }

  .main-header{
    padding-bottom: 55px;
  }

.main-head-wpr .search-blk {
    max-width: 100%;
    position: fixed;
    left: 0;
    top: 65px;
}


  .page_title{
    font-size: 20px;
  }

  .page_title_2{
    font-size: 16px;

  }
  .offer_wpr .title-blk {
    font-size: 16px;
  }

  .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6 {
    padding: 5px;
  }
  .section-m-b {
   margin-bottom: 25px;
  }
  .footer-wpr{
    padding: 15px 0;
  }


}

@media (max-width:860px) {
.col_product_list {
    width: 33.3%;
  }
}
@media (max-width:620px) {
.col_product_list {
    width: 50%;
  }
}
@media (max-width:576px) {
  .col-half{
    width: 50%;
  }

.menu-category-wpr .col-blk .icon {
    width: 65px;
    height: 65px;
        border: solid white 2px;
  }
  .menu-category-wpr .col-blk .title{
    font-size: 12px;
  }

  .home-slider-in-wpr .owl-nav button {
    top: calc(50% - 30px);
    position: absolute;
    width: 20px;
    height: 33px;
    background-color: rgb(255 255 255 / 84%) !important;
}
.home-slider-in-wpr .owl-nav button span {
    font-size: 35px;
    line-height: 23px;
}
.item-blk {
    padding: 0px 0px;
    padding-bottom: 25px;
}
}

