*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

img{
    max-width: 100%;
    height: auto;
}

#navbarSupportedContent a{
    text-decoration: none;
    color:#000;
}

.quantity_count, .plus-count-in-product, .plus-cart-count-in-product, .minus-cart-count-in-product {
    display: flex;
    flex-wrap: nowrap;
    padding: 0px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border: 0px;
    position: relative;
    height: 36px;
    width: 36px;
    left: 1px;
    background: #81BC28;
    border-radius: 16px 4px 4px 16px;
}

.plus-count-in-product:hover, .minus-count-in-product:hover, .plus-cart-count-in-product:hover, .minus-cart-count-in-product:hover {
    background: green;
}

.customer_select_product, .cart_customer_select_product {
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    max-width: 130px;
    margin: auto;
    min-height: 36px;
    background: #81BC28;
    border-radius: 20px;
    box-shadow: rgb(0 0 0 / 16%) 0px 2px 8px;
}

.count-of-product {
    user-select: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    padding: 0px 4px;
    color: rgb(255, 255, 255);
}

.plus-count-in-product, .plus-cart-count-in-product {
    height: 36px;
    width: 36px;
    right: 2px;
    border-radius: 4px 18px 18px 4px;
}
#info-user-box,
#preview-action,
#process-checkout{
    display: none;
}

.navbar-brand {
    margin-right: 0;
}
.logo img {
    width: 100px;
}
.price-width{
    min-width: 100px;
}

#mycart-wrapper-page .table-wrapper-box{
    background: #fff;
    padding: 40px 20px;
    border-radius: 20px;
}

body {
    background: url(../images/cardboardtile-min.png);
    /* padding-top: 450px; */
    position: relative;
    mix-blend-mode: darken;
    color: #422B18;
    background-attachment: fixed;
    position: relative;
    overflow-y: auto;
    background-blend-mode: color;
    mix-blend-mode: normal;
}

.body-wrapper {
    background: url(../images/watermark-circle-dark.png) no-repeat;
    background-position: center top 90px;
    background-attachment: fixed;
}

.btn-block{
    background-color: #422B18;
    border-color: #422B18;
}
.btn-block:hover{
    background-color: #408084;
    border-color:#408084;
}

#info-user-box .col-md-4{
    background: #fff;
    padding: 20px;
    border-radius: 20px; 
}

table small{
    color: grey;
}

.notice-warning-box p{
    background-color: #ffffce;
    padding: 0.5rem;
    margin: 0;
    margin-top: 1.5rem;
}
.whatapp-icon{
    display: inline-block;
}

.whatapp-icon .floating_button::before {
    content: url(../images/download.svg) !important;
    position: relative !important;
    color: #ffffff !important;
    font-size: 30px !important;
    display: block !important;
    text-align: center !important;
    width: 40px;
    top: -6px !important;
    left: 6px;
    speak: none !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1 !important;
    text-align: center !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    margin-top: 15px !important;
}

.whatapp-icon .label-container {
    position: fixed !important;
    bottom: 33px !important;
    display: table !important;
    visibility: hidden !important;
    z-index: 9999999 !important;
    right: 95px;
}

.whatapp-icon .label-text {
    color: #43474e !important;
    background: #f5f7f9 !important;
    display: inline-block;
    padding: 7px !important;
    border-radius: 3px !important;
    font-size: 14px;
    bottom: 15px;
}

.whatapp-icon .floating_button {
    position: static !important;
    width: 50px !important;
    height: 50px !important;
    background-color: #25D366 !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    text-align: center !important;
    box-shadow: 0 8px 25px -5px rgba(45, 62, 79, .3) !important;
    z-index: 9999999 !important;
    text-decoration: none;
    display: inline-block;
}
.required-star{
    color: red;
}
#navbarSupportedContent ul{
    justify-content: center;
    align-items: center;
}
#show-message{
    position: fixed;
    top: 30px;
    right: 0px;
}
#mycart-wrapper-page .note ul {
    list-style: none;
    padding: 10px;
    border: 1px dashed #555;
    max-width: 500px;
    margin: 10px auto;
}
#mycart-wrapper-page .note ul li{
    font-size: 18px;
}

.bg-body-tertiary{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
#navbarSupportedContent a:hover{
    color:#422B18;
}

@media (min-width: 768px) {
    .logo {
        display: inline-flex;
    }

    .logo img {
        width: 180px;
    }
    .is-show-mobile-view{
        display: none !important;
    }
}

.orders-list-wrapper-box{
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
}

.nav-tabs .nav-link{
    background: #ccc;
    color: #000;
}

.conform-oredr h1{
    color: #028102;
}
.back-to-shop{
    padding: 7px 15px;
    color: #fff;
    background-color: #422B18;
    font-size: 1.2rem;
    border-radius: 10px;
    text-decoration: none;
    margin-top: 1.5rem;
}

@media (max-width: 768px) {
    .is-hide-mobile-view{
        display: none !important;
    }

    .alert-warning{
        position: absolute;
        top: 15%;
        right: 6px;
    }
    .alert-warning p{
        font-size: small;
    }

    #show-message{
        top: 50px;
    }
}