.mycart1{
    display: none;
    margin-left: 0%; 
    margin-top: 5%; 
    margin-bottom: auto; 
    padding-bottom: 1%; 
    border-radius: 10px;
}
@media only screen and (max-width: 767px) {
    .mycart1{
        display: block;
    }
    .mycart2{
        display: none;
    }
}

#place_order .checkout-step-one, #place_order .checkout-step-two
{
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border-radius: 15px;
}

#place_order .card-header
{
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

#place_order .delivery-address-btn, #place_order .place-order-btn
{
    padding: 15px 30px;
    border-radius: 15px !important;
    background-color: transparent !important;
    font-weight: 500;
    border: 1px solid black !important;
}

#place_order .delivery-address-btn:hover, #place_order .place-order-btn:hover
{
    
    background-color: black !important;
    color: #fff !important;
}

#place_order label
{
    font-size: 15px;
    font-weight: 500;
}

.mycart-one .card-header
{
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.mycart-one .card
{
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border-radius: 15px;
}

.mycart-one .total-amount p
{
    font-size: 17px;
    font-weight: 500;
    padding-left: 22px;
}

.mycart-one .card-header .my-cart-items
{
    color: black;
}


.menu-sidebar
{
    height: 101%;
    width: 100%;
    max-width: 355px;
    padding: 10px;
    background-color:#fff;
    position:fixed!important;
    z-index:1;
    overflow:auto
}

@media (max-width:992px)
{
    .menu-sidebar
    {
        display:none;
    }
   
}

.menu-sidebar
{
    height: 101%;
    width: 100%;
    max-width: 355px;
    background-color:#fff;
    position:fixed!important;
    z-index:1;
    overflow:auto;
}





.menu-bar-block .menu-bar-item
{
    width:100%;
    display:block;
    padding:8px 16px;
    text-align:left;
    border:none;
    white-space:normal;
    float:none;
    outline:0;
}


.menu-card,.menu-card-2
{
    box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.menu-animate-right
{
    position:relative;
    animation:animateright 0.4s;
}
@keyframes animateright
{
    from
    {
        right:-300px;
        opacity:0;
    } 
    to
    {
        right:0;
        opacity:1;
    }
}

.menu-bar-block .menu-bar-item
{
    width:100%;
    display:block;
    padding:8px 16px;
    text-align:left;
    border:none;
    white-space:normal;
    float:none;
    outline:0;
}
.menu-bar-block.w3-center .menu-bar-item
{
    text-align:center
}

.menu-bar-item.w3-mobile,.w3-dropdown-hover.w3-mobile,.w3-dropdown-click.w3-mobile
{
    text-align:center;
}

.menu-button:hover
{
    color:#000!important;
    background-color:#ccc!important;
}



.menu-large
{
    font-size:18px!important;
}

.menu-xlarge
{
    font-size:24px!important;
}


.menu-right
{
    float:right!important;
}

.laptop-menu ul
{
    display: flex;
    justify-content: center;
}

.laptop-menu ul li
{
    padding: 0px 30px;
}

.mobile-menu .mobile-menu-icon
{
    color: #fff;
    background-color: #ec5699;
    border: none;
    padding: 5x 13px;
    border-radius: 10px;
}

.mobile-menu .mobile-menu-icon:hover
{
    color: #ec5699 !important;
    background-color: #fff !important;
    border: none !important;
    padding: 10px 13px !important;
    border-radius: 10px !important;
}

@media screen and (max-width: 991.95px) {
    .laptop-menu
    {
        display: none !important;
    }
}

@media screen and (min-width: 992px) {
    .mobile-menu
    {
        display: none !important;
    }
}

.home-demo .item {
    background: #ffffff;
    margin: 10px 10px;
    border-radius: 15px;
    box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.home-demo h2 {
    color: #000;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-style: italic;
    font-weight: 300;
}

.dec-btn, .inc-btn
{
    border-radius: 50% !important;
    color: #dc3545;
}

.cart-details-column
{
    box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.price-details-section
{
    box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.remove-btn
{
    border-radius: 15px !important;
}

.remove-btn:hover
{
    color: #dc3545 !important;
    background-color: transparent !important;
    border: 1px solid #dc3545;
}

.product-list
{
    border: none !important;
    box-shadow: none !important;
}

.laptop-menu ul li a
{
    font-size: 16px;
    font-weight: 500;
}

.product-card
{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 15px;
    border: 5px solid #ffffff;
}

.product-card .product-img img
{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.product-card .product-name-price-division .product-price
{
    font-size: 15px;
    font-weight: 500;
}

.remove-from-cart-btn-home-page
{
    border: 1px solid #b8690f;
    background-color: transparent;
    color: #b8690f;
    border-radius: 15px !important;
    padding: 7px 10px;
}

.remove-from-cart-btn-home-page:hover
{
    background-color: #b8690f !important;
    color: #fff;
}



.ms-list-option {
    border-radius: 50px !important;
}

.inc-btn , .dec-btn{
    font-size: 30px;
    width: 30px;
    height: 30px;
    display: flex !important;
    justify-content: center !important;
    padding-bottom: 10px !important;
    align-items: center !important;
    /* border-radius: 50% !important;
    color: #dc3545; */
}

.rs-symbol{
    /* top: -1em; */
    font-size: 16px;
    line-height: 16px;
    position: relative;
 }
 .product-part-number{
    font-size: 16px;
    color: red;
    font-weight: 700;
  }


  html body, p, li, a, ul, div, span, img, button, input, select, textarea, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, footer, header, nav, section, time, mark, audio, video, canvas, details, figcaption, figure, hgroup, menu, summary {
   font-size: 14px !important;
  }