
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background:rgba(0,0,0,0.1); 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    border-radius:8px;
   transition:all 200ms ease-in;
 background: rgb(185,22,242);
    background: linear-gradient( 0deg, rgba(185,22,242,0.5) 0%, rgba(255,135,129,0.5) 100%);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
   background: rgb(185,22,242);
    background: linear-gradient( 0deg, rgba(185,22,242,1) 0%, rgba(255,135,129,1) 100%);
}
.subList{
 margin-top: 5px;
}
.ui-state-default{
    background-color: #f6f6f6 !important;
    border-color: #c5c5c5 !important;
}

.subList ul{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-bottom:0px;
}
.subList button{
    display:none;
}
.subList ul li{
   display:inline-block;
}
.subList ul li a{
display: inline-block;
    padding: 7px 20px;
    background: rgb(215 70 195);
    margin: 5px;
    font-weight: 500;
    color: #fff;
    border-radius: 7px;
}
#flt_vocation-error{
    background: #fff;
    padding: 5px 15px;
    margin-top: 5px;
    border-radius: 3px;
    font-weight: 600;
}
#photoerrormsg, #errormsg{
    color: red;
    font-size: 11px;
   line-height:14px;
    margin-left: 22px;
    margin-top: 8px;
}
.mobile-filter{
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0px;
    text-align: center;
    z-index: 1000;
    border-top: 1px solid #e5e5e5;
    display: none;
}
.tab-list {
    display: flex;
    align-items: center;
}
.mobile-filter .tab-list button{
   width: 50%;
   padding: 8px 7px;
   border: none;
   background-color: #fff;
   font-weight: 16px;
   font-weight: 600; 
}
.mobile-filter .tab-list button:focus{
    outline: none;
}
.mobile-filter .tab-list button .fas{
    margin-right: 5px;
}
.mobile-filter .tab-list button:nth-child(1){
    border-right: 1px solid #e5e5e5;
}
.widget_header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.widget_header h3{
        margin-bottom: 0;
}
.widget_header button{
background-color: #e5e5e5;
    color: #000;
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-sidebar{
top: 100% !important;
-webkit-transform: translate(0px)!important;
transform: translate(0px)!important;
width: 100%;
}
.sidebar-opened .mobile-sidebar{
    top: 0% !important;
}
.popup-footer{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 30px 0px;
    display: none;
}

.popup-footer button, .filter-footer button{
    padding: 7px 31px;
    border: none;
    border-radius: 25px;
    min-width: 115px;
}
.cancel-btn{
    background-color: #e5e5e5;
    color: #595555;
    font-size: 18px;
}
.done-btn, .filter-done-btn{
    background-color: #ff8d00;
    color: #fff;
    font-size: 18px;
}
.sidebar-wrapper{
    left: 0 !important;
    top: 0 !important;
}

@media screen and (max-width: 992px) {
    #flt_vocation-error {
    background: #fff;
    padding: 5px 10px;
    margin-top: 0px;
    font-size: 12px;
}
    .mobile-filter{
     display: block;
    }
    #scroll-top{
        display: none;
    }
    .whatsapp-mobile{
        display: none !important;
      }
    .popup-footer{
        display: block !important;
        text-align: center;
    }
    .horizontal-filter{
        display: none !important;
    }
    .filter-pro-main{
        margin-top: 0px !important;
    }
    .sidebar-shop .widget-title a::after{
        display: none !important;
    }
    .popup-footer{
     display: none;
    }
    
}

/* .mobile-sidebar{
    width: 100%;

} */
/* 
.tab-body{
    padding: 10px;
    position: fixed;
    top: 0;
    bottom: 30px;
    background-color: #fff;
    width: 100%;
    z-index: 10000;
}
.tabBodyHide{
    height: 0px;
}
.tabHide{
    display: none;

}
.tab-header{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content:space-between;
    margin-bottom: 30px;
}

.close{
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 100%;
    background-color: #e5e5e5 !important;
}
.close i{
    font-size: 16px;
} */
/*******Loader*************/
.loader {
    color: #ff87dc;
    font-size: 30px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  }
  @-webkit-keyframes load6 {
    0% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
  }
  @keyframes load6 {
    0% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
  }
  @-webkit-keyframes round {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes round {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
.product-desc-content ul{
    padding-left: 0px;
}
/*********End Loader********/
.whatsapp-mobile{
position: fixed;
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
    z-index: 10;
    color: #fff;
    left: 15px;
     bottom: 15px;
    font-size: 20px;
    background: #4fce5d;
    display:none;
}
.whatsapp-mobile:focus, .whatsapp-mobile:hover{
    color:#fff;
} 
button:focus{
    outline:line !important;
}
.pd95{
    padding-top:119px !important;
}
.header-top-area{
    background: #7b1aeb;
    transition: all 300ms ease-in;
}
.notification-text{
    display:flex;
}
.notification-text p
{
    margin-bottom: 0;
    color: #fff;
    line-height: 23px;
    letter-spacing: 1px;
}
.notification-btn{
    border: 0;
    background: rgba(255,255,255,0.2);
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
}
.notification-btn:focus{
    outline:none;
    border:none;
}
.hide-top{ 
    animation: topbar 400ms linear;
    position:absolute;
    top: 0px;
    width: 100%;
    animation-fill-mode: forwards;
}

@keyframes topbar{
    0%{
        top: 0px; 

    }
    100%{
        top: -70px;  
    }
}
.top-bar-btn{
    display: inline-block;
    padding: 5px 15px;
    border-radius: 25px;
    font-size: 12px;
    color: #fff;
    margin-left: 10px;
    animation: button 2s linear infinite;
}
@keyframes button{
    0%{
        background-color: rgb(251,132,133);
    }
   20%{
        background-color: rgb(238, 59, 62);
    }
   40%{
        background-color: rgb(223, 59, 238);
    }
    60%{
        background-color: rgb(255, 136, 25);
    }
    80%{
        background-color: rgb(0, 232, 240);
    }
    100%{
        background-color: rgb(251,132,133);
    }
}

.main{padding-top: 74px;}
a{
    text-decoration:none !important;
}
.google-btn, .facebook-btn{
    padding: 10px 25px;
    display:inline-block;
    border-radius: 25px;
    color: #fff;
    font-weight: 700;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 10%);
    letter-spacing: 1px;
}



.google-btn{
   background-color: #DD4B39;
}
.facebook-btn{
   margin-left: 10px;
   background-color: #4864B1;
}
.google-btn:hover, .google-btn:focus{
   background-color: #fc614e;
   color:#fff;
}
.facebook-btn:hover, .facebook-btn:focus{
     background-color: #5977c9;
     color:#fff;
}
 .btn, .paction.add-cart {
      text-transform: capitalize;
    overflow: hidden;
    position: relative;
    color: #fff;
    border-radius: 25px;
    box-shadow: 3px 2px 20px rgba(185,22,242,0.4);
    border: 0px solid rgba(0,0,0,0.1);
    background: rgb(185,22,242);
    background: linear-gradient(59deg, rgba(185,22,242,1) 0%, rgba(255,135,129,1) 100%);}
.btn:hover, .paction.add-cart:hover{box-shadow: 3px 2px 20px rgba(185,22,242,0.4) !important; color:#fff;}

.errorh1 {font-size: 3.5rem; color: #fff;}
.errorh1 span{font-size:10rem; display: block;  }

p {
    margin-bottom: 1.5rem;
    line-height: 1.4;
    text-align: justify;
        font-weight: 300;
    color: #737373;
    font-size: 14px;
    letter-spacing: 0px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
color: #1b25db;
    letter-spacing: 0;
    line-height: 1.1;
    margin-bottom: 1.3rem;}
    
   .featured-section {
    padding: 45px 0px;
    margin-bottom: -45px;
}

.add-product-review .featured-section {
    padding: 5px 0px;
    margin-bottom: 0px;
    background:transparent;
}

      .featured-section .carousel-title{
          margin-bottom: 0px;
      }
      .featured-section .auther-revname{
          font-size: 17px;
          margin-top: 5px;
      }
.featured-section .container{
    padding:0px !important;
}
.ratings-container1{
    padding:10px 0px 0px 0px;
}
.btn::after, .paction.add-cart::after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 100%;
    background-color: rgba(255,255,255,0.3);
    z-index: 1;
    width: 6px;
    height: 6px;
    top: 50%;
    left: 50%;
    transition: all 300ms ease-in;
    margin-left: -6px;
    margin-top: -6px;
    transform: scale(0.1);
}
.checkout-progress-bar li.active::before, .checkout-progress-bar li.active > span::before {
    background-color: #651ef2;
    box-shadow: 3px 2px 20px rgba(185,22,242,0.4);
    background: rgb(185,22,242);
    background: linear-gradient(59deg, rgba(185,22,242,1) 0%, rgba(255,135,129,1) 100%);
}

.checkout-steps label {
    color: #6e6aae;
}

.horizontal-filter {
    padding: 0;
    margin: 0;

    background-color: transparent;
}

.sidebar-shop .widget {
      margin: 20px 10px;
    border: 0px ;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 2px 8px rgb(67 0 192 / 10%);
    border-bottom: 0;
}

.filter-toggle.opened a {
       background-color: #651ef2;
    box-shadow: 3px 2px 20px rgba(185,22,242,0.4);
    background: rgb(185,22,242);
    background: linear-gradient(59deg, rgba(185,22,242,1) 0%, rgba(255,135,129,1) 100%);
}
.mb-widgets .widget{
    width:100%;
    height:100%;
    position:fixed;
    z-index:1;
    background:#fff;
    top: 100%;
    bottom: 0;
    transition:all 500ms ease;
    padding: 67px 25px;
}
.mb-widgets .widget.active{
    top:0%;
}
.mb-widgets .widget .widget-title{
    font-size:18px;
}
.mb-widgets .widget ul li a{
    display:block;
    padding:7px 0px;
}
.radio-box {
    margin-bottom:5px;
}
.radio-box label{
    font-size:18px;
}
.checkout-progress-bar li.active > span::after {
    color: #cd6aea;
}
.checkout-progress-bar li.active > span {
    color: #ff5de1;
    font-weight: 600;
}
.product-single-details .add-cart {
    min-width: 161px;
}
.btn:hover::after, .paction.add-cart:hover::after{transform: scale(28.0);}
  .paction.add-cart:focus{  outline: 0;}
  
  .dropdown-cart-action .btn {
    min-width: 163px;
      border-radius: 25px;
    width: auto;
         display: inline-block;
    margin: auto;
}

 .product-image img{
    width: 75px;
    border-radius: 4px;
    box-shadow: 0px 0px 1px #00000096;
}

.user-product-card .card-body {
    padding: 0px 0rem;
    padding-bottom:2rem;
}


.user-product-card  .card-body .d-flex {
    margin: 10px 0px;
    padding: 15px 7px;
    box-shadow: 2px 2px 8px rgb(67 0 192 / 10%);
}

.delv_date span{ display:block;}

.user-product-card .card-body .d-flex h4 {
     color: #4c24c6;
    font-weight: 500;
    display: block;
    font-size: 14px;
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 10px;
}

.delv_date{ padding: 10px 0px;}
.note-list-single-page{
    list-style: circle;
    padding-left: 15px;
}
.note-list-single-page li{
    font-size:11px;
}

.top_category{
    padding: 80px 0px 20px;
    background: rgb(185,22,242);
    background: linear-gradient( 59deg, rgba(185,22,242,1) 0%, rgba(255,135,129,1) 100%);
}
.top_category .product-title {
    font-weight: 700;
    margin-bottom: 4px !important;
}
.top_category .product-default {
    box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
}
.item_count{
    font-size: 15px;
    text-transform: capitalize;
}



.mobile-menu-wrapper{
    padding: 10.2rem 0 3rem !important;
}

.hideBtn{
    display:none !important;
}

@media screen and (max-width: 576px) {
    .onMobile-body{
    padding: 1.5rem;
    max-height:calc(105vh - 290px);
    overflow: auto;
    }
    .auth-form-wrapper {
    padding: 20px;
}
.google-btn, .facebook-btn{
    letter-spacing:0px;
    padding: 10px 20px;
}
.facebook-btn {
    margin-left: 5px;
    background-color: #4864B1;
}
.auth-form-wrapper p{
    font-size:11px;
}
}


@media screen and (max-width: 768px) {
    .subList ul{
        justify-content:unset !important;
    }
     .subList ul li{
         width:33%;
     }
    .subList ul li a{
     display: block;
    padding: 7px 10px;
    width: 96px;
    text-wrap: nowrap;
    overflow: hidden;
    text-align:center;
    }
    .subList .container{
       display:flex;
       align-items:center;   
     }
    .subList button{
display: block;
    border: none;
    background: #ece6e6;
    width: 27px;
    height: 27px;
    border-radius: 5px;
}
    .subList ul li{
        display:none;
    }
    .subList ul li:nth-child(1){
        display:block;
    }
    .subList ul li:nth-child(2){
        display:block;
    }
    .subList ul li:nth-child(3){
        display:block;
    }
    .subList.showAll ul li{
        display:block;
    }
    .toolbox{
        display:none;
        margin-top:20px;
    }
  .top_category{
        display:none;
    }
    .text-deal,.top-bar-btn{
        display:none;
    }
    .notification-text p{
        margin-bottom: 0;
        color: #fff;
        line-height: 23px;
         letter-spacing: 0;
         font-size:12px;
    }
    .whatsapp-mobile{
        display:block;
    }
    .pd95{
    padding-top:95px !important;
}
}
@media only screen and (max-width:992px) {
    .user-product-card  .card-body .d-flex {
    flex-wrap: wrap;
    align-items: center;
}
.pd95{
    padding-top:99px !important;
}
}

@media only screen and (max-width:581px) {
.delv_date {

    border-right: 1px solid #ddd;
    margin-right: 10px;
     padding-right: 10px;
}
}
.pro_code, .delv_on, .p2{ color: #6e6aae; font-size:14px;}
.pro_code span, .delv_date, .other_price{font-size: 12px; color: #909090;}

 

.other_price{display:block;}

  .card-body .d-flex .p2{padding:0px 7px;}
  
  .product-default {
    padding-bottom: 1rem !important;
}

.product-default.left-details.product-widget{
   padding-bottom: 0rem !important;
}
.product-widget figure{margin-right: 12px;}

.featured-section .category-title {
    padding-top: 0rem !important;
        padding-bottom: 0.1rem;
}

.product-default.left-details.product-widget .product-title {
    padding: 0px 0px;
}
.cart-summary {
    margin-bottom: 2rem;
    padding: 2rem 2rem;
    border: 0px solid #ddd;
    border-radius: 20px;
    background: #fafafa;
}
.cart-summary h3 {
    margin-bottom: 1.3rem;
    font-size: 2rem;
    font-weight: 500;
    color: #4c24c6;
}
.table.table-totals tbody tr:first-child td {
    padding: 1.3rem 0px;
    font-size: 16px;
    color: #717171;
}
.table.table-totals tfoot tr td:last-child{ font-weight: 600;
   color: #f87f90;}
.table.table-totals tfoot {
    border-top: 1px solid #e7e7e7;
}
.table.table-totals {
   border-top: 1px solid #e7e7e7;
}

.product-col .product-image-container {
    max-width: 75px;
    max-height: 75px;
    border: 1px solid #ececec;
    border-radius: 5px;
    overflow: hidden;
     margin-right: 1.4rem;
}

.product-col .product-image-container img{ width:75px;}
.table-cart{ color: #6e6aae;}
.table.table-cart tr td.product-col {
    padding: 1rem 0rem;
    border-top: 1px solid #ececec;
}


.btn-remove {
    display: inline-block;
    margin-bottom: 10px;
    padding: 7px 20px;
    background-color: #e3e3e3;
    color: #676767;
    border-radius: 25px;
}
.btn-remove::before {
    font-weight: 300 !important;
    content: 'x';
}
.btn-remove:hover{ background-color:red; color:#fff;}

.product-title a{ color: #4c24c6; transition:all 200ms ease-in; margin-bottom:0px; display:block; text-decoration: none; }
.product-row .product-title a{margin-bottom:5px; display:inline-block;}
.checkout-steps-action .btn {
    min-width: 100px;
}
.step-title {
    padding-bottom: 12px;
    color: #4c24c6;
    font-weight: 500;
    border-bottom: 1px solid #eaeaea;
}
.product-title a:hover{ color: #f87f90;}
.input-group-btn-vertical .btn{color: #fff !important; border-radius: 3px !important; }
.vertical-quantity.form-control{border-radius: 3px !important;}

.checkout-methods{text-align:center;}
.checkout-methods .btn{display: inline-block;  width: auto; padding: .85rem 2.4rem; }

.table.table-totals tfoot {

    font-weight: 500;
   color: #6e6aae;
}

.category-title {
 
    -ms-flex-align: center;
    align-items: center;
  
}
 .form-control[readonly] {
       background-color: #ededf6;
    opacity: 1;
}

.form-control[disabled] {
    opacity: 0.3;
}

.product-single-details {
    position: relative;
}

.menu .megamenu {
   
    border-radius: 10px;
    
}

.nav.nav-tabs .nav-item .nav-link.active {
    border-bottom-color: #f37996;
    color: #f27196;}
    
    .nav.nav-tabs .nav-item .nav-link{ }
    
    .nav.nav-tabs .nav-item .nav-link {
    text-transform: initial;
}

/*form-control */

.form-control {
    background-color: #ededf6;
    border: 0px solid #dfdfdf;
    border-radius: 25px;
      color: #6e6aae;
    font-size: 1.3rem;
        padding: 1.25rem 2.5rem;

}
.form-control:focus {
    background-color: #fff;
    box-shadow: 2px 2px 10px rgba(185,22,242,0.2);
       color: #6e6aae;

}


::-webkit-file-upload-button {
  color:#fff;
 box-shadow: 3px 2px 20px rgba(185,22,242,0.4);
    border: 0px solid rgba(0,0,0,0.1);
    background: rgb(185,22,242);
    background: linear-gradient(59deg, rgba(185,22,242,1) 0%, rgba(255,135,129,1) 100%);
  border:0;
  padding: 0.7rem 1.5rem;
  border-radius:25px;
  margin-right:10px;
}

::-webkit-file-upload-button:focus, ::-webkit-file-upload-button:hover, ::-webkit-file-upload-button:active{ border:none; outline: none;  background: rgb(185,22,242);
    background: linear-gradient(59deg, rgba(255,135,129,1) 0%, rgba(185,22,242,1) 100%);}

.form-control[type="file"]{
    padding: 0.8rem 1.1rem;
         background-color: #ededf6 !important;
         box-shadow: none !important;
            color: #6e6aae;
}

select.form-control {
    appearance: none;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto 14px;
   background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='41px' height='16px' viewBox='0 0 41 16' style='enable-background:new 0 0 41 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%236E6AAE;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st1%7Bfill:none;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolyline class='st0' points='17,5.5 10,12.5 3,5.5 '/%3E%3Crect class='st1' width='41' height='16'/%3E%3C/svg%3E%0A");
  }
    
    
input:-internal-autofill-selected {
    appearance: menulist-button;
    background-color: rgba(0, 0, 0, 0.1) !important;
    background-image: none !important;
    color: -internal-light-dark(black, white) !important;
}
.mrRight-0{padding-right:0;}

small{ margin-left: 15px;}

.btngo {
    padding: 14px 28px 12px 27px;
    min-width: unset;
    position: absolute;
    color: #fff;
    border: 0;
    right: 0px;
    overflow:hidden;
    top: 1px;
    box-shadow: 3px 2px 20px rgba(185,22,242,0.4) !important;
    border: 0px solid rgba(0,0,0,0.1);
    background: rgb(185,22,242);
    background: linear-gradient(59deg, rgba(185,22,242,1) 0%, rgba(255,135,129,1) 100%);
    border-radius: 0px 25px 25px 0px;
}

.btngo::after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 100%;
    background-color: rgba(255,255,255,0.3);
    z-index: 1;
    width: 6px;
    height: 6px;
    top: 50%;
    left: 50%;
    transition: all 300ms ease-in;
    margin-left: -6px;
    margin-top: -6px;
    transform: scale(0.1);
}
.btngo:hover::after {
    transform: scale(25.0);
}

.product-single-image{     border-radius: 10px;}


.category-title .btn:active, .category-title .btn:focus, .category-title .btn:hover{box-shadow: 3px 2px 20px rgba(185,22,242,0.4) !important;  border: 0px solid rgba(0,0,0,0.1) ;}

.category-title .cat-title{color: #2e047c; font-weight: 600;  text-transform: inherit;}

.owl-theme .owl-dots .owl-dot span{ border:0px;  box-shadow: 2px 2px 6px rgba(0,0,0,0.3);     width: 1.3rem;
    height: 1.3rem;}
    
    .owl-theme .owl-dots .owl-dot span:hover{background: linear-gradient(100deg, rgba(17,32,222,1) 0%, rgba(185,22,242,1) 100%); }

.owl-theme .owl-dots .owl-dot.active span  {
    position: relative;
    width: 3rem;
    border: 0px solid #000;
    border-radius: 74px;
    background: rgb(17,32,222);
background: linear-gradient(100deg, rgba(17,32,222,1) 0%, rgba(185,22,242,1) 100%);
    box-shadow: 1px 1px 6px rgba(185,22,242,0.4);
}

.menu li {
    padding-right: 1rem;
    padding-left: 1rem;
    line-height: 2;
}


.menu li a{ background-color:transparent !important;  font-weight:400 !important;}
.menu li a:hover{color:#ff94b2 !important;}

h3.faq-head {
    color: #5b5f54;
  
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 400;
    text-transform: none;
}
ul.faq-inner .open h3.faq-head {
    color: #2e047c;
}
ul.faq-inner {
    padding: 0;
}
span.toggle-faq {
    position: absolute;
    right: 20px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
span.toggle-faq img {
    filter: grayscale(1);
    transition: all 0.3s ease-in-out;
}
span.toggle-faq.rotated img {
    filter: grayscale(0);
}
ul.faq-inner li {
    padding: 15px 30px;
    text-align: left;
    position: relative;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}
ul.faq-inner .open {
    background: #fff;
}
ul.faq-inner .open .faq-content {
    background: #fff;
}
.faq-content p {
    text-align: left;
    padding: 10px 0 0;
    font-size: 15px;
    color: #5f5d5d;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    border-top: 0;
}
.faq-content {
    text-align: left;
    padding: 10px 0 0;
    font-size: 15px;
    color: #5f5d5d;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    border-top: 0;
}
ul.faq-inner li:not(:last-child) {
    margin-bottom: 10px;
}
span.toggle-faq.rotated {
    transform: rotate(180deg);
}

.success-alert{
    display: none;
}
#sendContact{
 margin-bottom: 10px;
}

@media screen and (min-width: 992px){
.filter-pro-main:not(.sidebar-opened) .main-category-content{
    max-width: 100% !important;
    flex:0 0 100% !important;
}
.filter-pro-main.sidebar-opened .main-category-content{
    max-width: 75% !important;
}
}
.upoad_photo{
    display: none;
}
.show_photo_box{
    display: block;
}
.menu .megamenu ul li a {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding: 0px !important;
    text-transform: capitalize;
    letter-spacing: 0.5px !important;
}
.menu .megamenu {
    padding: 1rem 3rem !important;
}
.auth-form-wrapper{
    max-width: 500px;
    margin:30px auto 50px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 1px 2px 15px rgba(0,0,0,0.15);
}
.help-block{
    font-size: 12px;
    color: #a70f0f;
}
.auth-form-wrapper .heading{
margin-bottom: 2rem;
}
.alert {
    font-size: 12px;
}
.auth-form-wrapper form{
    margin-bottom: 0px;
}
.auth-form-wrapper p{
    font-size: 14px;
}
.update-form-wrapper{
    max-width: 475px;
    margin: 0 auto;
}
.banner.banner-cat{
    height:auto !important;
    padding: 15px 0px;
background-color: #fafafa;
}

.card {
    border-radius: 10px !important;
    overflow: hidden;
    border: 0px solid #ddd;
    box-shadow: 2px 2px 8px rgb(67 0 192 / 10%);
}
.card .card-header {
    background-color: #310685;
    color: #ffffff;
}

.banner.banner-cat h1{
    width: auto;
    margin:auto;
    display: inline-block;
     -webkit-text-stroke: 1px #fff;
    margin-bottom: 0px;
    -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
     background: rgb(17,32,222);
background: linear-gradient(90deg, rgba(17,32,222,1) 0%, rgba(255,135,129,1) 50%, rgba(185,22,242,1) 100%);
}
.price-range{
    margin: 5px 0px;
}
.price-range .min-value{
  display: inline-block;
}
.price-range .max-value{
    display: inline-block;
    float:right;
  }
.coupon_hidden{
    display: none;
}
.fastFinder form{
    margin-bottom: 0px;
}
.main_pro_sec{
    
}
.bootstrap-touchspin-injected button{
  border: 0 !important;
}
.home-alert{
    z-index: 10000;
    margin-bottom: 0;
    position: absolute;
    width: fit-content;
    padding: 13px 38px;
    right: 0;
    top: 79px;
}
.progressbar {
    counter-reset: step;
}
.progressbar-danger {
    counter-reset: step;
}
.progressbar li {
    list-style-type: none;
    width: 20%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
}
 .progressbar-danger li {
    list-style-type: none;
    width: 50%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
}
.progressbar li:before {
    width: 30px;
    height: 30px;
    content: counter(step);
    position: relative;
    z-index: 3;
    counter-increment: step;
    line-height: 30px;
  
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: #ddd;
}
.progressbar-danger li:before {
    width: 30px;
    height: 30px;
    content: counter(step);
    counter-increment: step;
    line-height: 30px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
}
.progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #ddd;;
    top: 15px;
    left: -50%;
    
}
.progressbar-danger li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 15px;
    left: -50%;
    z-index: -1;
}

.progressbar li:first-child:after {
    content: none;
}
.progressbar-danger li:first-child:after {
    content: none;
}
 
 .progressbar li.active {
  color: #ff5de1;
    font-weight: 600;
}
.progressbar-danger li.active {
    color: #be1414;
}
.progressbar li.active:before {
   background-color: #651ef2;
    box-shadow: 3px 2px 20px rgba(185,22,242,0.4);
    background: rgb(185,22,242);
    background: linear-gradient(59deg, rgba(185,22,242,1) 0%, rgba(255,135,129,1) 100%);
    color: #fff;
}
.progressbar-danger li.active:before {
    border-color: #be1414;
  background: #be1414;
  color: #fff;
}

.progressbar li.active + li:after {
     background-color: #651ef2;
    box-shadow: 3px 2px 20px rgba(185,22,242,0.4);
    background: rgb(185,22,242);
    background: linear-gradient(59deg, rgba(185,22,242,1) 0%, rgba(255,135,129,1) 100%);
}
.progressbar-danger li.active + li:after {
    background-color: #be1414;
}
.toolbox{
    margin-top:20px;
}

.btn-outline.bootstrap-touchspin-down,.btn-outline.bootstrap-touchspin-up{
    min-width: unset;
    padding: 0px;
    font-size: 0;
}
.cart-summary form{
    margin-bottom: 0px;
}
#cartForm{
    margin-bottom: 0px;
}
.thank-box {
    max-width: 650px;
    padding: 5px 30px 80px 30px;
    text-align: center;
    margin: 0px auto;
    border-radius: 5px;
}
.thank-box p{
      text-align: center;
}
.thank-box h2{
  color: green;
}
.product-not-fount{
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
}
.product-not-fount img{
    margin: 0 auto;
}
.product-not-fount h1{
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
    color: #4b0bc3;
}
.cart-con{
    text-align: center;
    padding: 40px 0px;
}
.cart-con i{
    font-size: 30px;
}
.cart-con p{
    font-size: 20px;
    text-align: center;
}

.thank-box img{
    max-width: 74px;
      margin: 26px auto;
  }
  .hiddenQty{
      display: none;
  }
.thank-box img{
  max-width: 74px;
    margin: 26px auto;
}
.product_loader{
    position: fixed;
        height: 100%;
        width: 100%;
        left: 0;
        z-index: 10000;
        background: #ffffffe6;
        top: 0;
        display: flex;
        align-items: center;
    }
    .product_loader div{
         width: 100%;
        text-align: center;
    }
    .product_loader img{
        display: unset !important;
        width: 50px;
    }
    
.fas, .far{
    color: #ff8d00;
    font-size: 13px;
}

	  .content {

  display: none;
}


.form-control{
    margin-bottom: 0px !important;
  }
  .error{
      color:#a31111;
  }


/* header*/
.form-wrapper{
  max-width: 400px;
  margin: 0 auto;
}

.table thead th{
    font-size: 15px;
}
.header {
    padding-left: 0px;
}
.sticky-header.fixed {
    padding-left: 0px;
}
.header.header-transparent{
    background-color: #fff !important;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
}
.header.header-transparent .menu>li>a {
    font-family: "Poppins",sans-serif;
}

.sticky-header.fixed{
    background-color:#2e047c;
}

.mobile-menu-container {
    background-color:#170538;
}
.mobile-menu li {
    border-top: 1px solid #1c0744;
}
.mobile-menu {
    border-bottom: 1px solid #1c0744;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #868686;
}
.breadcrumb-nav {
    padding-left: 0px;
    background-color: transparent;
}

.breadcrumb-item a, .breadcrumb-item.active {
    color: #868686;
}


#addon .modal-content {
box-shadow: 2px 2px 8px rgb(67 0 192 / 10%);
border-radius: 10px;
border:0px;
}

#addon .modal-header{
    height: 75px;
        border: 0;
        background: rgb(17,32,222);
    background: linear-gradient( 100deg, rgba(17,32,222,1) 0%, rgba(185,22,242,1) 100%);
}

#addon .modal-title {
    text-align: center;
    display: block;
    font-size: 1.8rem;
    font-weight: 600;
    width: 100%;
    color: #fff;
}

.addon-img-wrap img {
    border-radius: 4px;
}
.addon-img-wrap .product_capt p{
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0;
    overflow: hidden;
    margin-top: 5px;
    font-weight: 500;}
    
    .addon-img-wrap .product_capt p:nth-child(2){color: #4c24c6; margin-top:0px; margin-bottom:15px;}

.pretty{    padding-left: 10px;
    padding-top: 10px;
    position: absolute;}
    
   .pretty input[type=checkbox]{
    height: 20px;
    width: 20px;
}
   
   .pretty{} 
    .modal-backdrop {
    background-color: #efefef;
}

@media screen and (min-width: 992px){
.modal-dialog {
    max-width: 954px;
}}


.modal-backdrop.show {
    opacity: 0.8;
}

.footer {
    background-color: #11032c;}

    .header-menu ul a {
        color: #353535;
        padding: 6px 9px;
        border-radius: 3px;
    }


  .main-container {
 
        /*padding-top: 20px;*/
    }

    .header-menu ul a:hover, .header-menu ul a:focus {
        background: rgb(106,56,198);
        background: linear-gradient(90deg, rgba(106,56,198,1) 0%, rgba(193,26,231,1) 50%, rgba(255,139,127,1) 100%);
    }

    .header-menu {
 left: -61px;
padding: 2rem;
border: 0px solid #ccc;
        box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
        font-size: 1.2rem;
        border-radius: 5px;
        line-height: 2rem;
    }

select:focus, input:focus, button{ outline: none;}
.header-middle {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}
/* bannner*/
.home-slider-container, .home-slide {
 height:auto !important;
 z-index: 50;
 }
 /*.home-slide-content img{ padding-top: 68px;}*/
 .owl-theme .owl-nav{ display: none;}
.home-slider-container .owl-theme .owl-dots{display: none;}

/* fast finder*/
.filter_form{
    margin-bottom: 0px;
}
 .fastFinder{  background: rgb(251,132,133);
    background: linear-gradient(90deg, rgba(251,132,133,1) 0%, rgba(215,65,194,1) 20%, rgba(193,26,231,1) 50%, rgba(203,44,214,1) 72%, rgba(255,139,127,1) 100%);
     position: relative; padding: 40px 0px 25px; background-color: #fff; 
position: relative; z-index: 200; }
.fastFinder h2{ font-weight: 600; margin-top: 0px; color: #fff; line-height: 50px; margin-bottom:0; text-align: right;}
.fastFinder select{ height: 50px; width: calc(100% - 10px);  box-shadow:1px 1px 10px rgba(0,0,0,0.2); border-radius:3px; border: 0; padding: 0px 20px; font-size: 16px; border-right: solid 10px #fff; color: #7627ff; }
    .fastFinder select:focus { outline: none; border-bottom-left-radius: 0; border-bottom-right-radius: 0;}
    
    select option { 
        background-color:#7b9dd4; color: #fff;   box-shadow:1px 1px 10px rgba(0,0,0,0.2); font-size: 16px;
     } 
    .fastSearch input{ font-size: 18px; letter-spacing: 2px; font-weight: bold; height: 50px; background-color: transparent; border: 2px solid #fff; padding: 0px 20px; margin: 0; color: #fff;  border-radius:3px; cursor: pointer; }
    .fastSearch input:hover{ background-color: #fff; color:#c21ce6 ;}


 
    /* free delivery*/
    .info-boxes-container {
        margin-bottom: 0rem;
    }

      /* producs Slideer*/
      .category-section {
    padding-bottom: 4.5rem;
       border-bottom: 1px dotted rgba(69,54,255,0.2);
}

.homepage .main-container .main-content {
    padding-top: 5px;
    border-top: .1rem solid #e5e8e8;
}

.products-carousel {
   margin-bottom: 0rem;
}
.category-title {
    padding-top: 2rem !important;
}
.featured-products .owl-stage{ padding-top:1rem;}

      
.products-carousel .owl-item, .featured-products .owl-item{
       border-radius: 10px;
       padding: 10px;
       transform: scale(1.0);
       transition: all 300ms ease-in;
    }
    .featured-products .owl-item{ padding: 5px;}
    
    .product-price {
    color: #4c24c6;
  }
  
  .toolbox .select-custom .form-control {
    max-width: 180px;
    padding-right: 2.5rem;
     padding-left: 1.5rem;
    border:0px;
    background-image:none;
    font-size: 1.2rem;
}
#filterPro .row{padding-top:20px;}

#filterPro .product-default {
    height: 100%;
    color: #777;
    margin-bottom: 1rem;
}
#filterPro .product-default {
    padding-bottom: 0rem !important;
}

#filterPro .product-default .product-title {
    margin-bottom: .1rem;
}

#filterPro .content{ margin:1rem 0rem;}
.product-single-details .product-price {
color: #4c24c6;}
    
.product-price{ transition:all 300ms ease-in;}

   .products-carousel .owl-item:hover .product-price, #filterPro .product-default:hover .product-price, .featured-products .owl-item:hover .product-price, .product-default:hover .product-price{ color: #f87f90;}
    
 .products-carousel .owl-item:hover, .featured-products .owl-item:hover, #filterPro .product-default:hover, .product-default:hover{   transform: scale(1.03); }
    .product-default{  border-radius: 10px;
        overflow: hidden; box-shadow: 2px 2px 8px rgba(67,0,192,0.1);  transition: all 300ms ease-in; background-color: #fff;}
        .product-default:hover figure {
    box-shadow: 0 25px 0px 0px rgba(0, 0, 0, 0.0) !important;
}

.widget-newsletter .btn { padding: 1.6rem 2.8rem 1.9rem 2rem;}
 .products-carousel .owl-item:hover .product-default{  box-shadow: 0px 0px 10px rgba(67,0,192,0.1);}
        
    .product-default .product-title {
    width: 100%;
    padding: 0px 15px;
    text-align:center;
}

    .product-default .btn-add-cart{ border-radius: 3px; }
    .product-default .btn-icon-wish, .product-default .btn-quickview{
border-radius: 3px;}
    .product-default:hover .btn-add-cart, .product-default .btn-add-cart:focus, .product-default .btn-icon-wish:hover,
    .product-default .btn-quickview:hover {
        border:0;
        background: rgb(106,56,198);
  background: linear-gradient(90deg, rgba(106,56,198,1) 0%, rgba(193,26,231,1) 50%, rgba(255,139,127,1) 100%);
  color: #fff;}
  
  

      /* cotegary sidebar*/
 
    
    .category-list .nav>li.green a.active {
 background: transparent;}
 
      .category-list .nav>li.green>a:hover {
        background: rgb(51 1 145);
    }
 
 .category-list .nav > li > a::after { display:none !important;}


 .main-container .category-list {
    background-color: #290370;
}
.category-list .nav > li > a .cat-list-icon img {
    min-width: 43px;
    vertical-align: middle;
}
#loadMore.btn.btn-primary{margin-top: 25px;}
/*page*/

.mt-3 {
    margin-top: 0.5rem !important;
}
.banner.banner-cat.mb-3{margin-bottom:0px !important;}

.fullWith{ width:100% !important;     padding-bottom: 45px;}

.filter-pro-main .fullWith{ padding-bottom: 0px;}

      .productPad{top: 20px;}
      .secure img{ width: 100%; max-width: 100%;}
      .secure p{ line-height: 54px; }


 
    .product-single-details .ratings-container {
        margin-bottom: 3rem;
    }
    .product-single-details .price-box {
        margin-bottom: 2rem;
    }
    .product-single-details .ratings-container {
        margin-bottom: 2rem;
            position: absolute;
    right: 0;
    }
    
    .product-single-details .product-action {  margin-bottom: 1rem;}
    .product-single-filter { padding-bottom: 2.5rem;
    }

    .product-single-filter+.product-single-filter {
       margin-top: 0rem; 
    }
.product-single-details .product-desc {
        padding-bottom: 1rem;
    }
    
    .product-single-details .product-desc p{ padding-bottom: 0rem; padding: 0; }
    .product-single-filter { padding-bottom: 2.2rem;}
    .product-single-share.mb-4 {margin-bottom: 2.1rem !important;}
    .product-single-details .product-action {
        margin-bottom: 1rem;
    }
    .product-single-tabs .tab-pane {
        padding-top: 1.5rem;
        color: #7b858a;
        line-height: 1.92;
    }

  
    .paction.add-cart {
 border: 0;
      
    }


#scroll-top {

    bottom: 17px;
    border-radius: 100%;}
    

    #clip{
        background: rgb(106,56,198);
        background: linear-gradient(90deg, rgba(106,56,198,1) 0%, rgba(193,26,231,1) 50%, rgba(255,139,127,1) 100%);
         background-attachment: fixed;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
   font-weight: 600;

        font-size: 22px;
         margin-bottom: 1rem !important; 
      }

      .footer .social-icon {
        background-color: #220856;
        border-radius: 100%;
    }
    .footer .social-icon:hover { background: rgb(106,56,198);
        background: linear-gradient(90deg, rgba(106,56,198,1) 0%, rgba(193,26,231,1) 50%, rgba(255,139,127,1) 100%);}

/* The container */
.container {
    display: block;
    position: relative;
   /* padding-left: 25px;
    padding-right: 0;*/
    line-height: 19px !important;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .info-boxes-container {
    border-bottom: 0rem solid #e5e8e8;
}


  .page-cutome.container {padding-left: 0px; padding-bottom:30px;}
  
  .checkout-steps li form {
     margin-top: 0rem;
}
.step-title {
 
    margin-bottom: 15px;
}
  .checkout-steps .form-control {
    border-radius: 7px;
}
  /* Hide the browser's default radio button */
  .productPad .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
        background-color: #e1ddeb;
       border-radius: 50%;
    border:2px solid transparent;
  }
  
  .error-404{background-color:#0466c8; background-image:url('../images/car.svg');
  align-items: center;
    display: flex !important; background-size: cover;
    background-position: center; height:calc(100vh - 74px);}
    
.error .btn{
 padding: 1.15rem 6rem;
}
    
  .error .fullWith{ margin-top: 0rem !important;}
  
  .product-single-filter label {
    color: #6e6aae;
    font: 400 1.3rem/1.1 "Poppins", sans-serif;
    padding-right: 0px;
    padding-left: 26px;
}
  
  .logo .logo-dark{ width:175px; height:auto;}
  
  .custom-checkbox .custom-control-label::before {
    border-radius: 100%;
    background-color: #e1ddeb;
    border:0;
}

.main-container.contactus {
    min-height: auto;
    padding: 20px 0px 40px;
}
.main-container.contactus .form-control{
    max-width: inherit;     border-radius: 5px;}
    
   .main-container.contactus .light-title{ color: #1b25db;}
   
   
  .contactus textarea.form-control {
    max-width: 680px;
    min-height: 160px;
}

  /* On mouse-over, add a grey background color */
  .container:hover input ~ .checkmark,  .container input:checked ~ .checkmark, 
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
 box-shadow: 3px 2px 20px rgba(185,22,242,0.4);
    border: 0px solid rgba(0,0,0,0.1);
    background: rgb(185,22,242);
    background: linear-gradient(59deg, rgba(185,22,242,1) 0%, rgba(255,135,129,1) 100%);
     border:2px solid transparent;
  }
.checkout-steps, .custom-control-label {
     line-height: 1.8; }
     
     .btn-link {
    color: #724bc9;
    padding-left: 12px;
}

  main .main-container {
    display: block;
}
main .homepage .main-container {
    display: flex;
}

  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .sizes .container .checkmark:after {
      top: 2px;
    width: 6px;
    left: 5px;
    border-radius: 0;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0; 
    background-color: transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .ratings-container .ratings::before {
    color: #ff8d00;
}

.container .checkmark:after{ left: 6px;
    top: 4px;
    left: 4px;
    width: 8px;
    border-radius: 0;
    height: 8px;
    background-color:#fff; border-radius: 50%;}

    .product-single-qty .btn.btn-outline {
        border-color: #e55bac;
        color: #e55bac;
    border: 2px solid;
    }

    .product-single-qty .bootstrap-touchspin .form-control, .product-single-qty .bootstrap-touchspin .form-control:not(:focus) {
        border-color: #e55bac;
        color: #e55bac;
    border-left: 0; border-right: 0; border-top: 2px solid; border-bottom-left-radius: 2px solid;
    }
    .menu > li + li {
        margin-left: 0rem;
    }
       footer ul li a {
    color: #dce0ff !important;
}
      footer ul li{
    color: #fff !important;
}
    .footer a:hover, .footer a:focus {
    color: rgba(255,135,129,1) !important;
    text-decoration: none;
}
    .menu li {
        padding-right: 5px;
        padding-left: 5px;
        line-height: 2;
    }
    


@media screen and (min-width: 1200px){
.mt-xl-5 {
    margin-top: 0.5rem !important;
}
}
    @media screen and (max-width: 1199px){

       
  .main-container {
 
    padding-top: 0px;
} 
     }

    @media screen and (max-width: 992px){ 
          .product-single-filter label {
  
    font: 400 1.1rem/1.1 "Poppins", sans-serif;}
        .main {
     padding-top: 55px;
}
.logo .logo-dark {
    width: 115px;
    height: auto;
}

.fixed .logo .logo-light{ max-width: 60%;}

.header.header-transparent .mobile-menu-toggler, .header.header-transparent .header-dropdown>a, .header.header-transparent .cart-dropdown .dropdown-toggle::before, .header.header-transparent .cart-dropdown .dropdown-toggle::after {
            color: #e75cab;
        }
        .page-cutome.container {padding:0 1rem;}

        .productPad{top: 0px;}

       

        .product-single-details .product-title {
            font-size: 2.2rem;
           font-weight:normal;
        }
        .product-single-details .ratings-container {
            margin-bottom: 1rem;
                position: absolute;
                right: 0;
        }
        .product-single-details .price-box {
            margin-bottom: 1rem;
        }
        .product-single-details .ratings-container {
            margin-bottom: 1rem;
        }
        .product-single-gallery {
            margin-bottom: 1.4rem;
        }
    }

    @media screen and (max-width: 767px){
      .list li a {
    padding: 0.9rem 0 0.8rem 3rem;
    }
        
        .featured-section {
    padding: 27px 0px;
    margin-bottom: -9px;
}

.add-product-review .featured-section {
    padding: 5px 0px;
    margin-bottom: 0px;
    background:transparent;
}

.product-single-tabs {
    margin-bottom: 0.5rem;
}
        .fullWith {
    padding-bottom: 10px;
}
.product-single-container {
    margin-top: 15px;
}
.product-desc-content ul {
    margin-bottom: 0rem;
    padding-left: 1rem;
}
.breadcrumb-nav{display:none;}

.banner .banner-title {
    color:rgb(17,32,222);
    font: 800 2.5rem/1.1 "Poppins", sans-serif;
    letter-spacing: 0;}
        
   .sidebarCard{
     margin: auto;
    width: calc(100% - 30px) !important;
    margin-bottom: 30px;
        }
          .dashboard-content.card {
    margin-bottom: 2rem;
}

 .dashboard-content .card-body {
    padding-bottom: 25px;
}
        .dashboard-content {
    margin-bottom: 0em; margin-top: 10px;}

          .info-boxes-container {
display: none;
}

        
        .fastFinder {

    padding: 13px 0px 21px;
    border-radius: 0px 0px 10px 10px;
}
 .fastFinder form{padding: 0px 14px;}
.fastFinder h2 {
    font-weight: 600;
    margin-top: 0px;
    line-height: 43px;
}
.fastSearch input {
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 500;
    height: 36px;
    padding: 0px 20px;
    border-radius: 3px;
    cursor: pointer;
}
.fastFinder select {
    height: 39px;
    width: 100% !important;
    padding: 0px 8px;
    font-size: 11px;
    border-right: solid 10px #fff;
    color: #7627ff;
    background-color:#fff;
}
  .fastFinder .col-6 {
 padding: 0px 7px;
}     
        .featured-products .owl-item {
    padding: 0px;
}
        
        .btngo {
    padding: 11px 20px 11px 20px;
    font-size: 11px;
   }
   .form-control {
    font-size: 1rem;
    padding: 1rem 2.0rem;
    height: 4rem;
}
select.form-control:not([size]):not([multiple]) {
    height:4rem;
}


        
        .category-title .cat-title{font-size: 1.8rem;}
        
        .category-list{display:none;}
        .products-carousel .owl-item {
    padding: 0px;
}
.product-default {

    box-shadow: 2px 2px 10px rgba(67,0,192,0.1);

}
    .product-default .product-title {
   font-size:1rem;
}
 
        
        .header-middle .header-right {
            margin-bottom:0rem;
        }
        .header-dropdowns {
 position: relative;
        }
        .fastFinder select {margin-bottom: 10px; width: calc(70% - 10px);}
        .fastFinder{text-align: center;}
        .fastFinder h2{ text-align: center;}

        .secure p {
            line-height: 31px;
            font-size: 11px;
            margin-bottom: 0;
        }

    }