:root {
    --theme-deafult: #e91e63;
}
#offerBanner .slick-slide {padding: 0px 15px;}
.brand-logo img{height:40px !important;}
.tap-top.top-cls {
    bottom: 40px;
}
header {
    background-color: #e91e63;
}
.top-header{
    background-color:#292c2e;
}
header .icon-nav a{
    color: #fff;
    font-size: 16px;
}
.whatsappBtn
{
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 50px;
    height: 50px;
    z-index: 99;
    background-color: #0ba90b;
    font-size: 42px;
    padding: 4px 7px;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0px 0px 6px #00000094;
}
.whatsappBtn:hover{color: #fff}
.callBtn
{
    position: fixed;
    bottom: 95px;
    left: 30px;
    width: 50px;
    height: 50px;
    z-index: 99;
    background-color: #2196f3;
    font-size: 42px;
    padding: 4px 7px;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0px 0px 6px #00000094;
}
.callBtn:hover{color: #fff}
/* New Loading */
.ring
{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:150px;
  height:150px;
  background:transparent;
  border:3px solid #3c3c3c;
  border-radius:50%;
  text-align:center;
  line-height:165px;
  font-size:20px;
  color:#e91e63;
  box-shadow:0 0 20px rgba(0,0,0,.5);
}
.ring img
{
    width: 30%;
    display: inherit;
    position: absolute;
    top: 17%;
    left: 35%;
}
.ring:before
{
  content:'';
  position:absolute;
  top:-3px;
  left:-3px;
  width:104%;
  height:104%;
  border:3px solid transparent;
  border-top:3px solid #e91e63;
  border-right:3px solid #e91e63;
  border-radius:50%;
  animation:animateC 2s linear infinite;
}
.ring span
{
  display:block;
  position:absolute;
  top:calc(50% - 2px);
  left:50%;
  width:50%;
  height:4px;
  background:transparent;
  transform-origin:left;
  animation:animate 2s linear infinite;
}
.ring span:before
{
  content:'';
  position:absolute;
  width:16px;
  height:16px;
  border-radius:50%;
  background:#e91e63;
  top:-6px;
  right:-8px;
  box-shadow:0 0 20px #e91e63;
}
@keyframes animateC
{
  0%
  {
    transform:rotate(0deg);
  }
  100%
  {
    transform:rotate(360deg);
  }
}
@keyframes animate
{
  0%
  {
    transform:rotate(45deg);
  }
  100%
  {
    transform:rotate(405deg);
  }
}
/* Loading End */
.searchCart{
    display:none;
}
.mobileAcc, #pincode_mobile{display:none;}
.kcMenu{
    border-bottom: 1px solid #ddd;
}
.kcMenu::-webkit-scrollbar {
  display: none;
}
.kcMenu li{
    padding: 8px 1.2%;
    border-right: 1px solid #ebebeb;
    border-bottom: 2px solid #fff;
    padding-bottom: 2px;
}
.kcMenu li:hover{
    border-bottom: 2px solid #e91e63;
    background-color: #e91e6312;
}
.kcMenu li a{
    width: 100%;
    float: left;
}
.menuImg{
    height: 20px;
    float: left;
    margin-top: 2px;
}
.kcMenu h6{
    font-size: 16px;
    font-weight: 500;
    color: #383838;
    margin-bottom: 0px;
    float: left;
    margin-left: 5px;
}
/* Navbar links */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 2px 5px 10px #00000047;
}
.pixelstrap ul{
    padding:0px 0px 10px 0px !important;
    box-shadow: 0px 0px 6px #00000038;
}
.home-slider .home, .center-slider .home{
    height: 50vh !important;
}
.searchList
{
    display: none;
    position: absolute;
    background-color: #fff;
    width: 38%;
    top: 55px;
    border-radius: 10px;
    padding: 10px;
    height: 40vh;
    overflow: auto;
}
.searchList li {
    padding: 10px 10px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    float: left;
}
.searchList li a {
    padding: 0px;
}
.searchList li img {
    width: 60px;
    height: auto;
    margin-right: 10px;
    float: left;
}
.searchList .ptitle {
    width: calc(100% - 70px);
    float: left;
}
.searchList h4 {
    font-weight: 500;
    color: var(--theme-deafult);
    font-size: 16px;
    margin-bottom:0px;
}
.searchList h5{
    margin-bottom:0px;   
}
.loading {
    width: 100%;
    float: left;
    position: fixed;
    top: 0px;
    background-color: #fff;
    height: 100vh;
    z-index: 99999;
    margin: auto;
    text-align: center;
    padding-top: 40vh;
}
.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ripple div {
    position: absolute;
    border: 4px solid var(--theme-deafult);
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.clearBtn {
    float: right !important;
    background-color: #e0e0e0;
    font-size: 12px;
    z-index: 999999999;
    position: relative;
    right: -10px;
    text-transform: lowercase;
    padding: 1px 5px;
    border-radius: 10px;
    color: #000;
}
.top-header .header-contact
{
    padding: 5px 0;
}
.top-header .header-contact li {
    color: #fff;
}
.top-header .header-dropdown li
{
    padding: 5px 15px;
    color: #fff;
}
.top-header .header-dropdown li a
{
    color:#fff;
}
.top-header .header-dropdown li a i {
    color: #ffffff;
}
.top-header .header-dropdown li:hover i {
    color: #2f2f2f;
}
.pixelstrap ul a, .pixelstrap ul a:hover, .pixelstrap ul a:focus, .pixelstrap ul a:active, .pixelstrap ul a.highlighted
{
    padding: 5px !important;
    margin: 10px !important;
    border-bottom: 1px solid #0000000d !important;
}
.pixelstrap ul {
    width: 12em !important;
}
.form_search {
    height: 37px;
    margin-top: 10px;
    width: 430px;
}
.form_search input{
    height: 35px;
    padding: 0 15px;
}
.twitter-typeahead{
    width: 100%;
}
.cartCount {
    background-color: #fff;
    color: #242427;
    font-family: arial;
    padding: 0px 4px;
    border-radius: 50%;
    margin-top: 0px;
    margin-left: 0px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0px;
    min-width: 20px;
    text-align: center;
}
.cart-sm-img {
    width: 45px;
    height: 50px;
    background-size: cover !important;
    background-position: top !important;
    margin-right: 10px;
}
.cart-lg-img {
    width: 50px;
    height: 60px;
    background-size: cover !important;
    background-position: top !important;
    margin-right: 10px;
    display: block;
    margin: auto;
}
.heart i{
    margin-left: auto;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 18px;
    color: #b9b9b9;
    border: 1px solid #ddd;
    border-radius: 50%;
    padding: 5px;
}

.heartred i{
    margin-left: auto;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 18px;
    color: #e91e63;
    border: 1px solid #e91e63;
    border-radius: 50%;
    padding: 5px;
}

.stage {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn-primary{
    background-color: var(--theme-deafult);
    border-color: var(--theme-deafult);
    font-size: 14px;
    padding: 4px 8px !important;
}
.btn-primary:hover{
    background-color: var(--theme-deafult) !important;
    border-color: var(--theme-deafult) !important;
    font-size: 14px;
    padding: 4px 8px !important;
    opacity:0.8;
}
.btn-primary.radius{
    border-radius: 15px;
}
.weightBox{
    color: #565656;
    font-size: 12px;
}
.cartQty {
    width: 45px;
}
.compareAtPrice{font-size:16px;}
.wishList{display:none;}
.qtyUpt {
    color: #fff;
    padding: 0px 5px;
    font-size: 10px;
}
.onhover-dropdown .onhover-show-div
{
    top: 32px;
    position: absolute;
    z-index: 10;
    background-color: #ffffff;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    min-width: 160px;
    text-align: left;
    -webkit-box-shadow: 0 0 1px 0 #ebebeb;
    box-shadow: 0 0 1px 0 #ebebeb;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    right: 0;
    padding: 15px 20px;
    border-radius: 0 !important;
    box-shadow: 0px 0px 5px #0000007d;
}
.pixelstrap a, .pixelstrap a:hover, .pixelstrap a:active {
    padding-right: 35px;
    color: #222222;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: 0.07em;
}
.main-menu .brand-logo
{
    padding-top: 0px;
    padding-bottom: 0px;
}
.white_bg
{
    background-color:#fff !important;
}
.onhover-div {
    position: relative;
    padding-top: 15px;
    padding-bottom: 20px;
}
.onhover-div .show-div {
    top: 60px;
}
.ptb-2{
    padding: 20px 0px !important;
}
.ratio2_1 .bg-size:before {
    padding-top: 55%;
}
.viewMore {
    color: var(--theme-deafult) !important;
    cursor: pointer;
    background-color: #f3f2f2;
    padding: 5px;
    text-align: center;
    box-shadow: 1px 1px 1px #ddd;
    margin-top: 10px;
}
.collection-banner .contain-banner {
    padding-left: 50px;
    padding-right: 50px;
}
.collection-banner.p-right .contain-banner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.collection-banner .contain-banner h2{
    margin-top: 10px;
}
.banner-timer
{
    margin-left: 0px;
    margin-right: 0px;
    box-shadow: 0px 0px 3px #8d8d8da8;
}
.product-box{
    box-shadow: 0px 0px 5px #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    margin-top:25px !important;
    border-radius: 8px;
}
.product-box .img-wrapper{
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.timer{
    padding: 10px 20px;
    margin-top: 40px;
}
.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label
{
    font-size: 13px !important;
    font-weight: 500;
}
.collection-product-wrapper .product-pagination .theme-paggination-block nav{
    border-color: #ddd0;
}
.product-detail{width: 100%}
.product-box .product-detail, .product-box .product-info, .product-wrap .product-detail, .product-wrap .product-info{padding-left:10px}
.product-box .product-detail h6, .product-box .product-info h6, .product-wrap .product-detail h6, .product-wrap .product-info h6 {
    line-height: 1;
    margin-bottom: 0;
    padding-top: 2px;
    padding-bottom: 5px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-filter-content{background-color:#fff !important}
.collection-collapse-block {
    padding-bottom: 0px;
}
.bg_white, .bg_white section{
    background-color:#fff;
}
.email_subscribe, .email_subscribe section
{
    background-color:#000000;
}
.email_subscribe section{
    padding: 20px;
    border: 0px;
}
.login-page .theme-card .theme-form input{
    font-size: 14px;
    padding: 10px 15px;
}
.login-page .btn-solid {
    padding: 10px 20px;
}
.login-page .theme-card .theme-form input
{
    margin-bottom:5px;
}
.fv-form-bootstrap .help-block
{
    color: red;
}
.breadcrumb-section
{
    display:none !important;
}
.notie-textbox {
    padding: 10px;
}
.notie-container {
    font-size: 1.4rem;
    z-index: 999;
}
.notie-background-warning {
    background-color:#ff9800;
}
.has-error .form-control
{
    border:1px solid red !important;
}
.subscribe h4 {
    color: #fff;
}
.subscribe p{
    color: #ddd;
}
.footer-light .subscribe-form{
    justify-content: center;
}
.subscribe-form .form-control {
    width: 300px;
}
.linkSection{
    background-color: #232323;
    background-image: url(../images/background.png);
    background-size: 30%;
}
.footer-theme .sub-title h4 {
    color: #e2e2e2;
    margin-bottom: 10px;
}
.footer-theme .sub-title li{
    padding-top: 8px;
}
.sub-footer {
    background-color: #151515;
}
.footer-contant{
    margin-bottom: 25px;
}
.dashboard-section .dashboard-sidebar{
    background-color: #ffffff;
    box-shadow: 0px 0px 4px #ddd;
}
.dashboard-section .faq-tab .nav-tabs .nav-item .nav-link{
    background-color: #ffffff;
}
.dashboard-section .counter-section .counter-box {
    background-color: #fff;
    box-shadow: 0px 0px 4px #ddd;
}
.dashboard-table{
    min-height: 352px;
}
.rating .fa-star-o{    
    color: #dddddd !important;
}
.pagination-area a:not([href]) {
    color: #fff;
    border-color:var(--theme-deafult);
    font-size: 18px;
    font-weight: 700;
    cursor: not-allowed;
    background-color: var(--theme-deafult);
}
.pagination-area ul li{
    margin-right: 5px;
}
.pagination-area ul li a {
    color: #7d7d7d;
    display: block;
    font-size: 18px;
    text-decoration: none;
    transition: all .4s ease-out .2s;
    padding: 5px 15px;
    border: 1px solid #ddd;
}
.product-related h2 {
    text-transform: capitalize;
    font-size: calc(18px + (25 - 18) * ((100vw - 320px) / (1920 - 320)));
    color: #222222;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddada;
    margin-bottom: 20px;
}
.product-right .product-title {
    color: #222222;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 3px;
    font-size: 16px;
}
.reviewList li{
    width: 100%;
    border-bottom:1px solid #f5f5f5
}
.reviewDate{color: #878787}
.social-media{
    width: 22px;
    height: 20px;
    text-align: center;
    font-size: 14px;
}
.social-media.facebook{
    background-color:#0063e0 !important;
}
.social-media.twitter{
    background-color:#2196f3 !important;
}
.product-description ul
{
    list-style-type: disc;
    margin-left: 20px;
}
.product-description li
{
    display: revert !important;   
}
/* Ratings widget */
.rate {
    display: inline-block;
    border: 0;
}
/* Hide radio */
.rate > input {
    display: none;
}
/* Order correctly by floating highest to the right */
.rate > label {
    float: right;
    color: #ddd;
}
/* The star of the show */
.rate > label:before {
    display: inline-block;
    font-size: 2rem;
    padding: .3rem .2rem;
    margin: 0;
    cursor: pointer;
    font-family: FontAwesome;
    content: "\f005 "; /* full star */
}
/* Half star trick */
.rate .half:before {
    content: "\f089 "; /* half star no outline */
    position: absolute;
    padding-right: 0;
}
.onhover-dropdown:before {
    right: -13px;
    top: 6px;
}
.front a{background-position: top center !important;}
/* Click + hover color */ 
input:checked ~ label, /* color current and previous stars on checked */
label:hover, label:hover ~ label { color: #fe4c3b;  } /* color previous stars on hover */

/* Hover highlights */
input:checked + label:hover, input:checked ~ label:hover, /* highlight current and previous stars */
input:checked ~ label:hover ~ label, /* highlight previous selected stars for new rating */
label:hover ~ input:checked ~ label /* highlight previous selected stars */ { color: #fe4c3b;  } 

@media (max-width: 600px) 
{
    .whatsappBtn{bottom: 20px;left: 10px;width: 40px;height: 40px;font-size: 33px;padding: 4px 6px;}
    .callBtn{bottom: 70px;left: 10px;width: 40px;height: 40px;font-size: 33px;padding: 4px 6px;}
    .home-slider .home{height: 25vh !important;}
    .title3 .btn-solid{padding: 3px 6px !important}
    .title-inner1{font-size:18px;}
    .title3 h4{padding-bottom:0px !important;}
    .searchCart{display:inline-block;}
    .kcMenu{z-index:998;background-color:#fff;margin-top:0;width:100%;height:40px;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;overflow-x:scroll;overflow-y:hidden;scrollbar-width:none;white-space:nowrap;padding-left:0;margin-bottom:0;border-bottom:1px solid #ddd}
    #main-nav, .mobile-wishlist, .regLogin, .trackText{display:none;}
    .tap-top.top-cls{bottom: 30px;}
    .cartTex{margin-right: 15px;}
    .fa-gift{font-size: 14px !important;font-family: themify;color: var(--theme-deafult) !important;background-color: #fff;padding: 8px !important;margin-top: -8px;border-radius: 50%;}
    .mobileAcc{display:block !important;}
    #pincode_mobile{display:block !important;position: fixed;left: -26px;z-index: 999;background-color: #e91e63;transform: rotate(-90deg);padding: 4px 8px;top: 50%;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;box-shadow: 0px 1px 2px #00000052;color: white;}
    #call_mobile{display:block !important;position: fixed;left: -57px;z-index: 999;background-color: #ffeb3b;transform: rotate(-90deg);padding: 4px 8px;top: 50%;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;box-shadow: 0px 1px 2px #00000052;color: #e91e63;}
    .placeOrder{position:sticky;bottom:55px}
    .faq-tab .nav-tabs .nav-item{width:50%;}
    .brand-logo {left: 23%;padding-top: 20px;padding-bottom: 20px;}
    .brand-logo img {height: 30px !important;}
    .toggle-nav {padding-top: 20px;padding-bottom: 20px;}
    .searchCart{padding-left: 10px}
    .main-menu{height: 55px;}
    #main-nav{position: absolute;z-index: 9999;left: 0px;top: 0px;}
    .main-menu .menu-right .icon-nav .mobile-setting, .main-menu .menu-right .icon-nav .mobile-cart, .main-menu .menu-right .icon-nav .mobile-search 
    {position: absolute;top: 20px;right: 45px;}
    .main-menu .menu-right .icon-nav .mobile-cart{right: 3%;}
    .top-header .header-dropdown .mobile-account, .top-header .header-dropdown .mobile-wishlist{position: absolute;top: 20px;right: 5%;}
    .top-header .header-dropdown .mobile-account i, .top-header .header-dropdown .mobile-wishlist i{font-size: 20px;}
    .mobile-fix-option{display:none !important}
    .top-header .header-dropdown .mobile-account .onhover-show-div, .top-header .header-dropdown .mobile-wishlist .onhover-show-div {top: 45px;bottom: unset;right: 0;}
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view, .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter{border-bottom: 1px solid #ddd;}
    .tab-product .nav-material.nav-tabs .nav-item {width: 50%;float: left;}
    .product-top-filter{position: sticky;top: 0px;z-index: 1;background-color: #fff;padding: 10px;}
    .margin-res > div{padding-left: 5px;padding-right: 5px;}
    .product-box{margin-top: 0px !important;}
    .product-detail h5{font-size: 14px !important;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;letter-spacing:0px !important;}
    .cart-table h5{font-size: 14px !important;letter-spacing:0px !important;}
    .product-detail .btn-primary{font-weight: normal;font-size: 12px;padding: 3px 4px !important;text-transform: inherit;}
    .qty-box .input-group{justify-content: left;}
    .filter-btn.btn.btn-theme{width: 100%}
    .dashboard-sidebar{display:none;}
    .dashboard-section.section-b-space{padding-top: 0px;}
    #dashboard .col-12{padding: 0px !important}
    #dashboard .card{border-radius:0px !important;border: 0px}
    .mobileMenu{display:block !important;position:fixed;bottom:0px;left:0px;width:100%;padding: 10px 3px;height: 60px;background-color: #fff;z-index: 999;box-shadow: 0px 0px 6px #0000007a;} 
    .mobileMenu li{width:20%;float:left;color: #636363 !important;}
    .mobileMenu li a{color: #3e3e3e;width: 100%;float: left;text-align:center;}
    .mobileMenu li.active a{color: var(--theme-deafult) !important;}
    .mobileMenu li .fa, .mobileMenu li span{display:block;text-align:center;width:100%;float:left}
    .mobileMenu li [class^="ti-"], [class*=" ti-"] {font-size: 18px;}
    .totop{bottom:55px !important}
    #page{padding-bottom: 45px;}
    .section-b-space.ratio_asos.pt-4{padding-top: 0px !important}
    .product-top-filter{display:none;}
    .mobileFilter{display: block !important;position: fixed;bottom: 0px;z-index: 99;background-color: var(--theme-deafult);width: 100%;box-shadow: 0px 0px 4px #00000047;}
    .mobileFilter li{width: 33%;text-align: center;padding: 10px;float: left;}
    .mobileFilter select{padding: 0px;font-size: 14px;height:25px !important;background-color:var(--theme-deafult);color: #fff;border-color: white;border-radius: 15px;}
    .collection footer{display: none}
    .wishList{display: block;position: fixed;right: 20px;bottom: 20px;z-index: 99999;background-color: #3c3c3cc2;padding: 7px 7px;box-shadow: 1px 1px 1px #00000042;border-radius: 50%;color: #ffff;font-size: 18px;}
    footer .btn-solid{width: 300px;}
    .mobAppDownload{margin-top: 30px;background-color: #000000;padding: 20px 0px 0px;text-align: center;border-top: 1px solid #ffffffbd;}
    ul.category{position: sticky;top: 50px;background-color: #fff;margin-top: -10px;width: 100%;height: 68px;-webkit-overflow-scrolling: touch;-ms-overflow-style: none;overflow-x: scroll;overflow-y: hidden;scrollbar-width: none;white-space: nowrap;padding-left: 0px;box-shadow: 1px 1px 3px #ddd;border-radius: 5px;}
    ul.category li{display: inline-block;padding: 0px 10px 8px 10px;font-size: 15px;width: auto;float: initial;}
    .catImg{width: 35px !important;padding-top: 5px;}
    .productDetails h5.mb-2{margin-bottom:0px !important;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 12px;}
    .productDetails .price{position: inherit;margin-top: 0px;font-size: 15px;}
    .qty-box .input-group {justify-content: left !important;}
    .productImg{height: 100px !important;}
}