
.header-style-5{
    position: sticky;
    top: 0;
    z-index: 9999;
}
.my-shop-category {
    width: 130px;
    height: 130px;
    margin: 10px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 2px #e28b8b;
    object-fit: cover;
}

.product-price {
    font-size: 16px;
    line-height: 29px;
    /* color: #1d252c !important; */
    font-weight: 700;
}

.old-price {
    color: #ff0000;
    font-size: 12px;
    text-decoration: line-through;
}

.offer-price {
    color: #17ba51 !important;
    font-size: 14px;
    font-weight: 600 !important;
    margin-left: 1rem;
}

.link {
    font-size: 13px;
    color: #c1c1c2;
    padding: 0px 5px;
}

.category-menu .toggle-sidebar i {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
}

.category-menu .toggle-sidebar {
    background-color: var(--theme-color);
    display: block !important;
    width: 100%;
    text-align: center;
    height: 100%;
    padding-top: 18px;
    color: #fff;
    cursor: pointer;
    padding-top: 12px;
}

.category-menu .toggle-sidebar h5 {
    display: inline-block;
    color: #fff;
    font-size: 19px;
    text-transform: capitalize;
}

a:hover {
    /* background-color: var(--theme-color); */
    /* color:white !important; */
}

.pixelstrap ul a,
.pixelstrap ul a:hover,
.pixelstrap ul a:focus,
.pixelstrap ul a:active,
.pixelstrap ul a.highlighted {
    color: black !important;
}

.dark .form_search {
    background-color: white !important;
}
.remove-dialog{
        margin-top: 15%;
}

@media only screen and (max-width: 600px) {
    .my-shop-category {
        width: 80px;
        height: 80px;
    }
}
@media (min-width:555px) and (max-width: 747px) {
    .remove-dialog{
        margin-top: 15%;
    }
    .main-menu .menu-right .icon-nav .mobile-cart .show-div.shopping-cart {
        top: 0px;
        bottom: 42px;
        left: -30rem !important;
        margin-top: 5.5rem;
    }
}
@media (min-width:300px) and (max-width:555px){
    .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart {
      min-width: 20rem;
   }
.main-menu .menu-right .icon-nav .mobile-cart .show-div.shopping-cart {
    top: 0px;
    bottom: 42px;
    left: -250px !important;
    margin-top: 5.5rem;      
    height: fit-content;
}
.brand-logo img {
    width: 92%;
}
}

@media (min-width:400px) and (max-width: 557px) {

    .main-menu .menu-right .icon-nav .mobile-cart .show-div.shopping-cart {
        top: 0px;
        bottom: 42px;
        left: -327px !important;
        margin-top: 5.5rem;
    }
    h4 {
        font-size: 10px !important;
    }
}

.myAlert-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .9);
    padding: 15px;
    border-radius: 5px 5px 0 0;
    z-index: 9999;
    margin-bottom: 0
}

@media only screen and (max-width: 600px) {
    .myAlert-bottom {
    bottom: 45px;
    }
}

.myAlert-bottom .comp_box {
    background: #fff;
    border-radius: 5px;
    padding: 5px;
}

.myAlert-bottom p {
    line-height: 18px;
    font-size: 12px;
    padding-top: 5px
}

.myAlert-bottom .product-price {
    font-size: 12px
}

.myAlert-bottom img {
    display: block;
    width: 75px;
    height: auto;
    margin: 0 auto
}

.alert {
    display: none
}

button.close {
    padding: 0;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}