/* Custom Shop Styles */

.payment-methods label span{
    width: 180px !important;
    height: 180px;
    text-align: center;
    border: 1px dashed #cccccc;
    vertical-align: middle;
    display: table-cell !important;
    margin: 10px;
}
.payment-methods label span img {
    max-width: 100%;
    max-height: 100%;
}

#culqi + span {
    background-repeat: no-repeat;
    background-position: center;
}


#alert-culqi {
    display: none;
}

.navbar {
    background-color: #fff;
}

.navbar-brand {
    height: 80px;
}

.navbar-brand img {
    max-height: 50px;
}

.navbar-nav > li > a {
    line-height: 60px;
    font-size: 1.7rem;
}

 .blue .navbar .navbar-nav > .active > a, .blue .navbar .navbar-nav > .active > a:active, .blue .navbar .navbar-nav > .active > a:focus, .blue .navbar .navbar-nav > .active > a:hover, .blue .navbar .navbar-nav > .open > a, .blue .navbar .navbar-nav > .open > a:active, .blue .navbar .navbar-nav > .open > a:focus, .blue .navbar .navbar-nav > .open > a:hover, .blue .navbar .navbar-nav > li > a:active, .blue .navbar .navbar-nav > li > a:focus, .blue .navbar .navbar-nav > li > a:hover {
    color: #2196f3 !important;
    background: none;
} 


.btn-circle {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
}

.btn-circle i {
    margin-left: 2px;
}

.align-middle {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 80px;
}

.nav.navbar-nav .btn-group .btn:first-child {
    height: 40px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;    
}

.nav.navbar-nav .btn-group .btn:last-child {
    height: 40px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;  
}

.nav.navbar-nav .btn, .navbar .btn-circle-xs {
    background: #4b5563;
    color: #fff;
    line-height: 26px;
    border: 1px solid #424242;
}
.nav.navbar-nav .btn:hover, .navbar .btn-circle-xs:hover {
    background-color: #2196f3;
    border: 1px solid #2196f3;
    color: #fff;
}
.nav.navbar-nav .btn .fa, .navbar .btn-circle-xs .fa {
    font-size: 18px;
    font-weight: bold;
}

.navbar .btn-circle-xs {
    position: relative;
    line-height: 36px;
    margin-right: 8px;
    margin-top: 18px;
    height: 36px;
    width: 36px;
}
.navbar .btn-circle-xs.btn-cart-xs {
    margin-right: 12px;
}

#dropdown-cart {
    position: relative;
}
.cart-total-items-number {
    position: absolute !important;
    top: -8px;
    font-size: 10px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    display: flex;
    right: -8px;
}

.navbar-header {
    z-index: 1;
    position: relative;
}

#dropdown-cart ~ .dropdown-menu {
    max-height: 400px;
    min-width: 300px;
    overflow-y: auto;
    padding: 10px;
    right: 15px;
}

.top-header li.social i {
    font-size: 16px;
}

.navbar .navbar-toggle {
    margin-top: 20px;
    background: #fff !important;
    border: 0;
    padding: 8px;
    border-radius: 4px;
}
.navbar .navbar-toggle:hover {
    background-color: #4b5563 !important;
}

.navbar .navbar-toggle:hover .icon-bar {
    background-color: #fff;
}

.navbar .navbar-toggle .icon-bar {
    height: 3px;
}

#product-search-form #product-search {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}

#product-search-form button.btn-search {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}

@media (min-width: 1530px) {
    .container {
        width: 1500px;
    }
}

@media (max-width: 767px) {
    .navbar-nav > li > a {
        line-height: inherit;
    }
}

.password-toggle {
    position: absolute;
    top: 16px;
    right: 10px;    
    transform: translateY(-50%);
    cursor: pointer;
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #666;
}


.whatsapp-btn {
    position: fixed;
    bottom: 52px;
    right: 20px;
    background-color: #25D366;
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 9999;
}

.whatsapp-btn:hover {
    background-color: #128C7E;
    color: #fff;
    text-decoration: none;
  }
  
  .whatsapp-btn i {
    margin-right: 5px;
    font-size: 20px;
  }
  
  @media (max-width: 767px) {
    .whatsapp-btn {
        /* background: red; */
    }
    .whatsapp-btn i {
        margin-right: 0;
        font-size: 30px;
    }
  }

.btn-facebook > a , .btn-google > a {
    color: #fff;   
    font-size: 14px;
    font-weight: bold;
}
.btn-facebook > a {
    background-color: #3c66c4;
}

.btn-google > a {
    background-color: #cf4332;
}

.btn-facebook > a > i, .btn-google > a > i {
    margin-right: 15px;
}

header .icon-tiktok {
    
}
header .icon-tiktok img {
    height: 14px;
    vertical-align: top;
    margin-top: 6px;
}
.footer .icon-tiktok img {
    height: 14px;
} 
.footer .icon-tiktok img:last-child {
    display: none;
}

.footer .icon-tiktok:hover img:first-child {
    display: none;
}

.footer .icon-tiktok:hover img:last-child {
    display: initial;
}