body {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-position: center !important;
    font-family: 'Josefin Sans', sans-serif;
    color: #6b6b6b;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.navbar-normal{

}

.navbar-scrolled > div > div.home-logo{
    padding: 15px 0 !important;
}

.navbar-scrolled img{
    max-width: 70% !important;
    height: auto;
}

.shop-section{
    padding: 30px 15px !important;
}

/* Make the image fully responsive */
.carousel-inner img {
    /*    width: 100%;
        height: 100%;*/
    display: block;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    overflow: hidden;
    max-height: 630px;
}

.home-logo {
    /*width: 100%;*/
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0;
    max-height: 100px;
    -webkit-transition: .3s; 
    transition: .3s;
}

.home-logo img{
    -webkit-transition: all .5s;
    transition: all .5s;
    max-width: 100%;
    max-height: 100%;
}

.bg-custom-white{
    background-color: #fff;
    -webkit-box-shadow: inset 0px -12px 12px -6px rgba(0,0,0,0.17);
    -moz-box-shadow: inset 0px -12px 12px -6px rgba(0,0,0,0.17);
    box-shadow: inset 0px -12px 12px -6px rgba(0,0,0,0.17);
}

.home-banner-container, .home-about-body{
    margin-top: 100px;
    overflow: hidden;
}

.home-body-container {
    /* background-color: rgb(0, 0, 0, 0.7); */
    background-color: #ffffff;
    padding-bottom: 15px;
}

.shop-section h1{
    font-size: 3.5rem;
}

.body-container {
    max-width: 720px;
    /* background-color: rgb(0, 0, 0, 0.7); */
    background-color: #ffffff;
    padding-bottom: 15px;
    padding-top: 86px;
}

.currency, #totalPrice{
    color: #007bff;
}

.total-font{
    font-size: 1.25rem;
}

.payment-details {
    /*margin-bottom: 30px;*/
    /*background-color: #f7f7f7;*/
    padding: 10px 0;
    padding-right: 10px;
    /*border: 1px solid #dee2e6;*/
}

.payment-details h3{
    margin-bottom: 0;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}

.logo {
    height: 60px;
    width: auto;
}

.margin-btm-15{
    margin-bottom: 15px;
}

.social-icon, .social-icon:focus {
    color: black;
    margin-right: 3px;
    transition: transform 0.4s;
    transform: scale(1);
    display: inline-block;
}

.facebook, .facebook a:hover {
    color: #3B5998 !important;
}

.instagram, .instagram a:hover {
    color: #3f729b !important;
}

.twitter, .twitter a:hover {
    color: #1DA1F2 !important;
}

.social-icon:hover {
    transform: scale(1.1);
}

.title-class{
    text-transform: uppercase;
    font-size: 1.6rem;
    margin-top: 30px;
}

.circulas-btn{
    border-radius: 25px;
}

.product-list-box{
    position: relative;
    border: 1px solid #ebebeb;
    padding: 15px;
    margin-bottom: 15px;
}

.product-price,.unit-currency{
    color: #ea973e;
    font-size: 18px;
    font-weight: bold;
}

.remove-btn{
    position: absolute;
    left: -12px;
    top: -15px;
    cursor: pointer;
    color: #EEEEEE;
}

.remove-btn:hover{
    color: #C6C6C6;

}

/*#totalPrice,.currency, #extraCharge, .orange-color{
    color: #ea973e;
}*/

.currency{
    color: #6b6b6b;
}

#totalPrice, .orange-color{
    color: #ea973e;
}

#order-form input, #order-form textarea, #product-list input{
    border-radius: 0;
}

#order-form input::placeholder,
#order-form textarea::placeholder{
    color: #bbbbbb;
    opacity: 1; /* Firefox */
}

#order-form input:-ms-input-placeholder,
#order-form textarea:-ms-input-placeholder{ /* Internet Explorer 10-11 */
    color: #bbbbbb;
}

#order-form input::-ms-input-placeholder,
#order-form textarea::-ms-input-placeholder{ /* Microsoft Edge */
    color: #bbbbbb;
}

.product-title-small{
    text-align: right;
    font-size: 15px; 
    padding: 5px; 
    border: 1px solid #fff; 
    color: #ffffff;
    vertical-align: middle;
}

.product-list-title{
    background-color: #0071b6; 
    padding: 15px; 
    margin-bottom: 0;
}

.product-list-title h3{
    margin-bottom: 0;
}

.product-list, .footer-box{
    background-color: #fff; 
    padding: 15px;
}

.product-selection, .payment-selection{
    display: inline-block;
    font-size: 14px;
    text-align: center;
    border: 2px solid #dddddd;
    border-radius: 3px;
    padding: 5px 10px;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 5px;
}

.payment-selection > font {
    white-space: pre;
}

.product-selection.active, .payment-selection.active{
    border-color: #ea973e;
    color: #ea973e;
}

.product-thumbnail{
    height:100px; 
    width: 100px; 
    float: left; 
    margin-right: 8px;
    border: 1px solid #ddd;
}

.summary-details{
    background-color: #fff;
    padding: 15px;
}

.payment-details > table > tbody > tr > td {
    padding: 0;
}

.delivery-details{
    background-color: #fff;
    padding: 15px;
}

.no-bottom-margin{
    margin-bottom: 0;
}

.custom-btn{
    margin: 15px auto;
    border-radius: 50px;
    padding: 1.2rem 1.55rem;
    max-width: 55%;
    font-size: 20px;
}

.center-value{
    text-align: center;
}

.custom-btn:hover{
    background-color: white;
    color: #ea973e;
}

.btn-orange{
    color: #fff;
    background-color: #ea973e;
    border-color: #ea973e;
}

.buy-now{
    background-color: #ff7204;
    border-color: #ff7204;
}

table > thead > tr > th{
    text-transform: uppercase;
    background-color: #f7f7f7;
    font-size: 0.75rem;
}

table > tbody > tr > td {
    vertical-align: middle !important;
}

#scroll {
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #3498db;
    z-index: 99;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px
}

#scroll i {
    color: white;
}

#scroll:hover {
    background-color: #e74c3c;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

#buynow, #checkout{
    cursor: pointer;
    height: 50px;
    border-radius: 25px;
    padding-left: 20px;
    padding-right: 20px;
}

#tracknow{
    cursor: pointer;
    height: 50px;
    border-radius: 25px;
    padding-left: 20px;
    padding-right: 20px;
}

.floating-box{
    position: fixed;
    right: 30px;
    bottom: 30px;    
    z-index: 99;
}

.floating-box-right{
    position: fixed;
    top: 50%;
    right: 5px;
    /*bottom: 30px;*/    
    z-index: 99;
}

.share-to-box a{
    margin: auto;
    display: block;
    max-width: 50%;
    padding: 15px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 5px;
    text-decoration: none;
    font-size: 16px;
    color: white;
}

.facebook-share, .facebook-chat{
    background-color: #3B5998;
}

.facebook-share:hover, .facebook-chat:hover{
    background-color: #2f4779;
}

.twitter-share{
    background-color: #1DA1F2;
}

.twitter-share:hover{
    background-color: #1780c1;
}

.linkedin-share{
    background-color: #0077B5;

}

.linkedin-share:hover{
    background-color: #005f90;
}

.click-to-chat-box{
    padding-left: 15px;
}

.no-radius{
    border-radius: 0;
}

.click-to-chat-box li{
    text-align: center;
}

.click-to-chat-box li a{
    display: block;
    height: 70px;
    width: 70px;
    margin: auto;
    text-decoration: none;
    color: white !important;
}

.whatsapp-chat{
    background-color: #075e54;
}

.whatsapp-chat:hover{
    background-color: #054b43
}

.wechat-chat{
    background-color: #7bb32e;
}

.wechat-chat:hover{
    background-color: #628f24;
}

.line-chat{
    background-color: #00c300;

}

.line-chat:hover{
    background-color: #009c00;
}

.home-footer-box{
    -webkit-box-shadow: inset 0px 5px 20px -16px rgba(0,0,0,0.36);
    -moz-box-shadow: inset 0px 5px 20px -16px rgba(0,0,0,0.36);
    box-shadow: inset 0px 5px 20px -16px rgba(0,0,0,0.36);    
    background-color: #fff;
}

.home-footer{
    max-width: 80%;
    padding: 25px 15px;
    color: #000;
}

.home-footer h3{
    text-transform: uppercase !important;
}

.home-copyright{
    -webkit-box-shadow: inset 0px 5px 20px -16px rgba(0,0,0,0.36);
    -moz-box-shadow: inset 0px 5px 20px -16px rgba(0,0,0,0.36);
    box-shadow: inset 0px 5px 20px -16px rgba(0,0,0,0.36);
    padding: 5px 0;
    color: #000;
    background-color: #fff;
}

.footer-link{
    list-style-type: none;
    padding-left: 0;
}

.footer-link > li > a{
    color: #000 !important; 
    text-decoration: none !important;
}

.footer-link > li > a:hover{
    color: #777 !important; 
}

.footer{
    padding: 5px 0;
    background-color: #343a40;
    color: #fff;
}

.order-section, .product-section, .footer-section{
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #eeeeee;
    margin-left: -15px;
    margin-right: -15px;
}

.footer-section{
    margin-bottom: -15px;
    padding-bottom: 15px;
}

/* Youtube Responsive Code */
.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; 
    height: 0;
}
.iframe-container iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/** New added by Jin Ann on 20200206**/
.delivery-selection{
    display: inline-block;
    font-size: 14px;
    text-align: center;
    border: 1px solid #dddddd;
    border-radius: 3px;
    padding: 5px 20px;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 5px;
}

.delivery-selection > font {
    white-space: pre;
}

.delivery-selection.active{
    background-color: #0071b6;
    color: #fff;
}

/* Cart icon with badge counter */
.badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.label-warning[href],
.badge-warning[href] {
    background-color: #c67605;
}
#cartCount {
    font-size: 12px;
    background: #ff0000;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -10px; 
}

@media only screen and (min-width: 1100px) {
    .body-container{
        min-height: 1000px;
    }

    .order-section, .product-section, .footer-section{
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #eeeeee;
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 600px) {
    .product-selection, .payment-selection{
        display: block;
        margin-bottom: 10px;
    }

    .video-container video{
        max-width: 100%;
        height: auto;
    }

    .phone-margin-bottom {
        margin-bottom: 1rem;
    }

    .floating-box{
        right: 10px;
        bottom: 10px;
    }

    .custom-btn, .share-to-box a{
        max-width: 100%;
    }


}