﻿@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

body {
    display: block;
    background-color: #FFF;
    font-family: OpenSans-Regular !important;
    min-height: 100vh;
    margin: 0px;
    position: relative;
}

.fa-gear:hover {
    -webkit-animation: spin 2s infinite linear; /*Safari*/
    animation: spin 2s infinite linear;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.container {
    width: 100% !important;
}

#categoryHeaderSection {
    padding-right: 0px;
}

#categoryHeader {
    color: #000;
    padding: 18px 5px 18px 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

    #categoryHeader i {
        color: #000;
        font-size: 15px;
        margin-right: 10px;
    }

/*social media icons style start*/

.social_box {
    margin-top: 5px;
    /*margin-bottom: -5px;*/
}

ul.socialList {
    margin-bottom: 0px;
    padding-left: 0px;
}

    ul.socialList li {
        text-decoration: none;
        display: inline-block;
    }

        ul.socialList li i {
            margin-right: 5px;
            font-size: 15px;
        }

.socialList ul {
    -webkit-padding-start: 0px;
}

/*social media icons style end*/
/*margin 5*/

.marTop-5 {
    margin-top: 5px;
}

/*margin 5*/
/*border-top*/

.border-top {
    border-top: 1px solid #ccc;
}

/*border-top*/

/*margin 0*/

.mar0 {
    margin: 0px;
}

/*margin 0*/

/*radio*/
#loggedin-user-SA input[type="radio"] {
    position: initial !important;
    margin: 0px;
}

/*radio*/

/*links*/

#signin-link, #reg-link {
    font-size: 12px;
    display: inline;
    padding: 0px 10px;
    cursor: pointer;
}

#register-link {
    cursor: pointer;
    text-decoration: none;
    font-size: 12px;
}

#signin-link {
    border-right: 1px solid #ccc;
}

#signIn_and_Register {
    margin-bottom: 2px;
    margin-top: -2px;
    float: right;
}


/*links*/

/*pad-0*/

.padLeft-0 {
    padding-left: 0px;
}

/*pad-0*/
/*Contact Info Style Starts*/
.contactinfo {
    float: right !important;
    padding-top: 14px;
}

.contact-info {
    font-size: 17px;
    font-weight: 800;
}

.contact-icons {
    font-size: 18px;
    /*color: #3aceff;*/
    margin: 0 5px;
}

.inlineblock {
    display: inline-block;
}

.contact-container {
    text-align: right;
}

.workinghours {
    font-size: 12px;
}




/*
#Phno, #Whatsapp {
    float: right;
    margin-right: 5px;
    font-size: 17px;
    font-weight: 800;
}

.receiverIcon {
    font-size: 18px !important;
    float: right;
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
    -ms-transform: rotate(7deg);
}

.whatsappIcon {
    font-size: 18px !important;
    float: right;
}
*/
/*Contact Info Style ends*/

.ErrorMsg {
    color: #ff0000;
}

/*Main Menu Style Starts*/

#small_mainmenu {
    display: none;
}

#topMenu ul {
    width: 100%;
}

li#addToCart {
    width: 185px;
    border-top-right-radius: 8px;
}

#topMenu ul li a.option {
    color: #FFF;
    display: block;
    padding: 18px 5px 18px 20px;
    text-decoration: none;
    cursor: pointer;
}

.nav-topmenu {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 7px;
}

#topMenu > ul {
    margin: 0;
    float: left;
    background-color: #000;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

    #topMenu > ul > li {
        float: left;
        padding-right: 17.5px;
        font-size: 12px;
    }

.dropdown-menu > li > a {
    padding: 3px 3px;
}

span#grandtotal {
    color: blue;
    padding-left: 10px;
}

.item-count {
    background-color: none;
    color: #FFF;
    cursor: pointer;
    font-size: 14px;
}

li#addToCart .fa-shopping-cart {
    color: #FFF;
    font-size: 26px !important;
    padding-right: 10px;
}

.fa-angle-down {
    padding-left: 20px;
}

.dropdown-menu-custom {
    min-width: 350px !important;
    padding-right: 5px !important;
}

.menu-text {
    font-family: OpenSans-Regular !important;
    margin-left: 5px;
    color: #fff;
    font-size: 12px;
}

/*Main Menu Style Ends*/

/*width 100%*/

.wid-100per {
    width: 100%;
}

/*width 100per*/

/*marginTop-10px*/
.marTop-10 {
    margin-top: 10px;
}

/*margin-10px*/

/*marginTop-20px*/
.marTop-20 {
    margin-top: 20px;
}

/*margin-20px*/

/*container-custom*/

.container-custom {
    width: 90% !important;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.no-border {
    border: 0px;
}

.container-custom-noborder {
    width: 80% !important;
    padding-bottom: 30px;
    border: 0px;
}

/*container-custom*/
/*Header Style Starts*/

#logo {
    padding-top: 25px;
    max-width: 100%;
    /*width: 70%;*/
    padding-left: 2px;
}

.icons {
    margin-right: 5px !important;
    font-size: 15px;
}

/*Header Style ends*/

/*margin-right*/

.marRight {
    margin-right: 10px;
}

/*margin-right*/

/*Custom dropdown*/

#user-link {
    cursor: pointer;
    /*text-decoration:none;*/
}

.dropdown-usermenu-custom {
    top: 35% !important;
    left: 40% !important;
}

    .dropdown-usermenu-custom > li > a {
        padding: 5px 10px;
        display: block;
    }

/*Custom dropdown*/

/*Custom Buttons Style Starts*/

.customButton {
    border-radius: 0px 4px 4px 0px;
    float: left;
    position: absolute;
}

#continue, #placeorder {
    font-size: 15px;
    margin-right: 10px;
    margin-top: 20px;
    border: 1px solid transparent;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px;
}

    #continue:hover {
        background: #000000;
    }

    #placeorder:hover {
        background: #000000;
    }

.customBtn {
    border-radius: 4px;
}

.searchBtn {
    padding: 6px 30px;
}

.btn-addtocart {
    height: 31px;
    width: 100%;
    padding: 6px 12px;
    float: right;
    border-radius: 4px !important;
}

.btn-notifyMe {
    font-size: 12px;
    height:31px;
    width: 100%;
    float: right;
    border-radius: 4px !important;
}

.btn-notifyMe2 {
    width: 100%;
    float: right;
    border-radius: 4px !important;
}

/*Custom Buttons Style Starts*/
/*Category Sidebar Style Starts*/

#menu-item ul {
    padding: 0px;
    height: 100%;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

    #menu-item ul li {
        text-decoration: none;
        display: block;
        width: 100%;
        text-align: left;
        border-top: 1px solid #D9D9D9;
    }

    #menu-item ul a {
        text-decoration: none;
        color: #2f2f2f;
        padding: 10px;
        display: block;
    }

/*Category Sidebar Style ends*/
/*Carousel Styles starts*/

.carousel {
    background-repeat: no-repeat;
    background-size: 100% 200%;
    background-position: center;
    /*margin-top: 10px;
    margin-bottom: 10px;*/
}

.carousel-inner > .item > img {
    width: 100%;
}

.carousel-inner {
    height: 100%;
    width: 100%;
    background-position: center center;
}

.carousel-content {
    position: absolute;
    top: 65%;
    right: 25%;
    color: black;
}

.carousel-control {
    color: #FFF;
    border: 0px;
    display: inline-block;
    padding: 4px 10px 0px;
    position: relative !important;
    width: 15px;
    height: 35px;
    opacity: 1;
    display:none;
}

    .carousel-control.right {
        background-image: none;
        background-image: none;
        background-image: none;
        background-image: none;
        right: 30px !important;
    }

    .carousel-control.left {
        background-image: none;
        background-image: none;
        background-image: none;
        background-image: none;
        left: -50px !important;
    }

/*Carousel Styles ends*/

/*arrow style starts*/
.arrow {
    position: relative;
    list-style-type: none;
    font-size: 20pt;
    line-height: 20pt;
}

    .arrow:after {
        content: "";
        border-top: 17pt solid transparent;
        border-bottom: 20pt solid transparent;
        height: 0;
        width: 0;
        position: absolute;
        right: -.5em; /* This has to be the same value as 'border-left's width */
        top: 0;
    }
    
/*arrow style ends*/
/*image zoom effect style starts*/

.imageEffect {
    width: 90%;
    overflow: hidden;
    cursor: pointer;
}

    .imageEffect img {
        -webkit-transition: all .4s linear;
        transition: all .4s linear;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

        .imageEffect img:hover {
            -ms-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
            margin: 17px auto;
            -webkit-transform: rotate(10deg) scale(1.1);
            transform: rotate(10deg) scale(1.1);
        }

    .imageEffect > img {
        margin: 17px auto;
        width: 100%;
    }

#flavouredmilklvl2Products .imageEffect > img {
    margin: 17px auto;
    width: 100%;
}

/*image zoom effect style ends*/


/*Product info style starts*/

.info {
    margin-top: 10px;
}

.price, .proName {
    padding-left: 5px;
    font-weight: bold;
}

.price {
    font-size: 13px;
}

.quantityBox {
    font-size: 12px;
    z-index: 0;
}

.input-group-addon {
    padding: 0px 5px;
    font-size: 12px;
}

.quantityBox .form-control {
    height: 25px;
    width: 50px;
    padding-right: 0px;
    text-align: center;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

.quantityBox input[type="number"] {
    text-align: right;
    width: 100%;
    height: 20px;
    text-align: center;
    padding-right: 1px;
    border: 1px solid;
    padding: 0px;
    border-color: rgb(169, 169, 169);
}

.description {
    padding-left: 25px;
    padding-right: 0px;
}

.info > .row {
    padding-top: 10px;
    padding-left: 17px;
    padding-right: 17px;
}

.priceheading {
    font-size: 12px;
    margin-right: 3px;
}

.amountText {
    font-size: 12px;
}

.pack_dd {
    width: 100%;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.desc {
    padding-left: 5px;
    font-size: 12px;
    margin: 10px auto;
    text-align: left;
    height:60px;
}

.img-thumbnail {
    width: 100%;
    border: 1px solid #eee;
    padding: 17px;
    margin-bottom: 20px;
    margin-top: 5px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

    .img-thumbnail:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }


.fa-shoppingcart-custom {
    font-size: 15px;
    margin-right: 3px;
}


.buttonText {
    font-size: 12px;
}

#cart_btn_div > .col-xs-12 {
    padding: 0px !important;
}

/*Product info style ends*/

.cart_products {
    line-height: 3.2 !important;
    text-decoration: none;
}

.hide {
    display: none;
}

.hidetext {
    visibility: hidden;
}

.level2category {
    border-bottom: 1px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

    .level2category a, #menu-item a {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        padding: 10px;
        font-size: 12px;
        display: block;
    }


#main-content {
    margin-top: 10px;
    margin-right: 20px;
}

/*Footer Styles Starts*/
#footerContent {
    margin-top: 5%;
    padding-bottom: 10px;
    padding-top: 10px;
    position: absolute;
    bottom: inherit;
    width: 100%;
}

.footer-box {
    width: 100%;
}

    .footer-box ul {
        width: 100%;
    }

        .footer-box ul li {
            font-size: 13px;
            float: left;
        }

            .footer-box ul li a {
                text-decoration: none;
                display: block;
                padding-right: 20px;
            }

/*Footer Styles Ends*/

#btnDiv {
    margin-bottom: 100px;
}

.list-inline > li {
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
}

/*Mobile Sign-in Div*/


.mobile-signin-div {
    float: right;
    text-align: center;
    vertical-align: middle;
    padding: 20px 0px;
    display: none;
}

/*Mobile Sign-in Div*/

/*Product view*/


#productview #image-gallery img {
    border: 1px solid #dddddd;
}

#image-gallery > #image-thumb {
    padding: 0;
    float: left;
    padding-right: 1em;
    width: 16%;
}

#image-gallery > #image {
    float: left;
    max-width: 84%;
    width: auto;
    background: none;
}

.price-section {
    font-size: 25px;
    margin: 0 0 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}

.product-info {
    list-style: none;
    font-size: 12px;
    padding-left: 0px;
    padding-bottom: 10px;
    margin-bottom: 27px;
}

.quantity {
    width: 50px !important;
    height: 25px !important;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

#input_quantity {
    padding-left: 15px;
    /*margin-left: 20px;*/
    font-size: 12px;
}

.labelText {
    font-size: 15px;
}

#addtocart {
    border-radius: 4px;
    /*background: #3aceff;*/
    /*color: #000;*/
}

    #addtocart:hover {
        background: #000;
    }

.zoomWindow {
    border: 1px solid #dddddd !important;
}

#checkout {
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: left;
}

    #checkout li {
        display: inline;
        padding-right: 0px !important;
    }

        #checkout li button {
            float: right;
            width: 6em;
            color: #000;
            font-size: 13px;
            margin-left: 7.4px;
            margin-top: 20px;
            margin-right: 5px;
            border-radius: 4px;
            text-decoration: none;
        }

            #checkout li button:hover {
                background: #000;
                color: #fff;
            }

#review-section {
    border-top: 1px solid #ddd;
    width: 90%;
    margin: 30px auto;
}

    #review-section > .row {
        margin-top: 10px;
    }

    #review-section textarea {
        width: 40%;
        height: 100px;
    }

#submit-review {
    width: 40%;
}

.fa-star {
    margin: 5px 10px;
}

.fa-lg-custom {
    font-size: 1em;
    line-height: .75em;
    vertical-align: 0%;
}

/*Product View*/


/*Shopping Cart*/

.temp-invisible {
    visibility: hidden;
}

.tabs tr th {
    text-align: center;
    padding: 0 10px;
}

.tabs tr td {
    padding: 5px 0;
    text-align: center;
}

#btnDiv {
    margin-bottom: 100px;
}

/*Shopping Cart*/

/*Responsive Search Box Style Starts*/

.dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
}

.input-group-btn .btn-group {
    display: flex !important;
}

.btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
}

    .btn-group .btn:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.btn-group .form-horizontal .btn[type="submit"] {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.form-group .form-control:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #ccc;
}

#filterButton {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    background: #fff;
}

    #filterButton:hover {
        background: #fff;
        color: #000;
        cursor: pointer;
    }

#searchbox {
    padding-top: 37px;
}

#adv-search {
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
}

#searchButton {
    background: #dddddd;
}


/*Responsive Search Box Style Ends*/

/*mobile shopping cart*/
.round-btn {
    width: 66px;
    height: 66px;
    bottom: 55px;
    right: 45px;
    border-radius: 50%;
    position: fixed;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 0 10px gray;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

.badge {
    position: fixed !important;
    list-style: none;
    right: 40px;
    top: inherit !important;
    bottom: 100px;
    height: 28px;
    width: 28px;
    z-index: 1;
    padding: 5px 7px;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 50%;
    text-indent: 0;
}
/*mobile shopping cart*/

/*shipping address icons*/

.fa-user-custom {
    font-size: 15px;
    padding: 5px 10px;
}

.fa-mobile-custom {
    font-size: 22px;
    padding: 5px 11px;
}

.fa-address-custom {
    padding: 5px 9px;
    font-size: 13px;
}

.fa-mapmarker-custom {
    font-size: 17px;
    padding: 5px 11px;
}

.fa-arrow-custom {
    font-size: 17px;
    padding: 5px 9px;
}

.fa-email-custom {
    padding: 10px 10px;
}

/*shipping address icons*/

/*mobile cart list*/

#cart-list {
    list-style: none;
    padding-left: 0px;
    font-size: 13px;
}

    #cart-list li a {
        text-decoration: none;
    }

#checkout-mobile {
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: left;
}

    #checkout-mobile li {
        display: inline;
        padding-right: 0px !important;
    }

        #checkout-mobile li button {
            float: right;
            width: auto;
            /*color: #000;
            /*background: #3aceff;*/
            color: #000;*/
            font-size: 13px;
            margin-left: 16px;
            border-radius: 4px;
            text-decoration: none;
        }

#cart-header {
    /*background: #3aceff;*/
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

/*mobile cart list*/

.fa-times-circle {
    position: fixed;
    top: -8px;
    right: -8px;
    font-size: 35px;
    color: #000;
    cursor: pointer;
}

/*sidenav*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    /*padding-top: 60px;*/
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        display: block;
        transition: 0.3s;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

/*sidenav*/

#mobile-adv-search {
    z-index: 0;
}

#sidenav {
    display: none;
}

#sidenav-button {
    display: none;
    z-index: 1;
    text-decoration:none;
    font-size: 13px;
    cursor: pointer;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);/*for Safari*/
    padding: 5px 10px;
    position: fixed;
    width: auto;
    height: auto;
    top: 170px;
    left: -30px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: 1px solid #35cbfd;
    box-shadow: 3px 0px 4px 0px #ccc;
}


#MVcategoryHeaderSection {
    width: 100%;
    padding: 0px;
}

#MVcategoryHeader {
    padding: 18px 5px 18px 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    /*border-top-right-radius: 5px;
    border-top-left-radius: 5px;*/
}

#MVmenu-item {
    width: 100%;
}

    #MVmenu-item ul {
        padding: 0px;
        height: 100%;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

        #MVmenu-item ul li {
            text-decoration: none;
            display: block;
            width: 100%;
            /*background-color: #f2f2f2;*/
            text-align: left;
            /*border-top: 1px solid #D9D9D9;*/
        }

        #MVmenu-item ul a {
            text-decoration: none;
            color: #fff;
            padding: 10px;
            display: block;
        }

#btn_login {
    width: 100%;
    height: 40px;
}

.dropdown-style1 {
    position: relative;
    display: inline-block;
    width: 100%;
}

#login-radio {
    margin-left: 15px;
}

#mobileview-breadcrumb {
    display: none;
}

.checkbox-inline-style1 {
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}

.row-style1 {
    /*padding-left:20px;
    padding-right:20px;*/
    margin-right: 15px;
    margin-left: 15px;
}

.heading-custom1 {
    text-align: center;
    font-weight: bold;
}

.paddingTop20 {
    padding-top: 20px;
}

.custom-form1 {
    border: 1px solid #ddd;
    padding: 30px;
    width: 98%;
    margin: 0px auto;
    background: #fff;
    /*box-shadow: -4px 3px 20px 0px #ddd;*/
}

.border-full {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.border-LR {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.bordertop {
    border-top: 1px solid #ddd;
}

.marLR15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.borderBottom {
    border-bottom: 1px solid #ccc;
}

.paddingTop10 {
    padding-top: 10px;
}

.widthfixed {
    width: 250px;
    height:500px;
    float: left;
    margin-right: 20px;
}

#stockistproductview #image-gallery img {
    border: 1px solid #dddddd;
}

.round-btn:focus {
    outline: 0;
}

#image-gallery {
    margin-bottom: 0px;
}

#mobile-view-productname {
    margin-top: 0px;
    display: none;
}

#stockistproductview {
    padding-top: 35px;
    margin-top: 5px;
    border-top: 1px solid #e7e7e7;
}

.mandatory {
    color: #ff0000;
    font-size: 12px;
}

.btn-selectcoupon, .btn-deselectcoupon {
    height: 31px;
    width: 100%;
    padding: 6px 12px;
    border-radius: 4px !important;
}

#desc-full {
    padding: 10px 0;
}

.marBot14 {
    margin-bottom: 14px;
}

.borderTop {
    border-top: 1px solid #eee;
}

span.original-price {
    text-decoration: line-through;
}

.rate {
    padding-left: 5px;
}

#forgot-password-link {
    font-size: 10px;
    text-decoration: none;
    cursor: pointer;
}

.paddingBottom20 {
    padding-bottom: 20px;
}

.check-style1 {
    margin: 0;
    vertical-align: bottom;
    position: relative;
}

.paddingTB20 {
    padding: 20px 0;
}

textarea {
    resize: none;
}

#guestLogin input[type="text"], #guestLogin input[type="password"], #btn_login {
    width: 100% !important;
    /*height: 50px;*/
    /*font-size: 13px;*/
    padding-left: 10px;
}

#guestLogin .row {
    padding-top: 5px;
    margin: 0px;
}

#guestLogin .col-sm-3 {
    padding-left: 0px;
    padding-right: 0px;
}

#SideNav .fa-times-circle {
    position: relative;
    top: -16px;
    z-index: 1;
    right: -25px;
    font-size: 25px;
    color: #000;
    cursor: pointer;
}

#cart-logo {
    width: 150px;
}

.col-style1 {
    padding-left: 60px;
    font-size: 25px;
}


#launching-soon {
    width: 275px;
    position: absolute;
    z-index: 1;
}

#MV-LS {
    display: none;
    text-align: center;
    padding: 10px;
}

.blink_me {
    animation: blinker 1s linear infinite;
    color: #1a13b2;
    font-size: 15px;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@media (max-width:767px) {

    #launching-soon {
        display: none;
    }
}

/*MyAccounts style*/
.paddingleft0 {
    padding-left: 0px;
}


.paddingtop10{
    padding-top:10px;
}

#user-menu{
    width:100%;
    border:1px solid #ccc;
    padding-left:0px;
    height:100%;
    background: #f2f2f2;
}

#user-menu li{
    width:100%;
    display:block;
    border-bottom:1px solid #ccc;    
}

#user-menu li a{
    text-decoration:none;
    display:block;
    padding:10px 15px;
    color:#444444;
}

    #user-menu li a:hover {
        /*background:#3aceff;*/
        color:#fff;
    }

    .textbox-style1{
        width:250px;
        border:1px solid #ccc;
        border-radius:4px;
        padding:6px 12px;
    }

    .heading-custom2 {
    padding:10px 0px;
    font-size:18px;
    display:block;
}

    .heading-custom3 {
    padding:10px 0px;
    font-size:14px;
    display:block;
}

    .label-custom{
        display:block;
        margin-top: 10px;
    }

    .flex-container{
        display:flex;
    }

    .paddingLR0{
        padding-left:0px;
        padding-right:0px;
    }

    .address-card{
        background:#f2f2f2;
        border: 1px solid #ccc;
        box-shadow: -2px 3px 7px 0px #e0e0e0;
        padding:10px;
        margin:5px;
    }
   
    #New-Address-container,#stored-addresses{
        display:block;
    }


    #order-search {
            margin-bottom: 10px;
        }

            #order-search .form-control {
                width: 250px;
                display: inline-block;
                margin-right: 5px;
            }

.user-arrow {
    position: relative;
    list-style-type: none;
    font-size: 14px;
    line-height: 20pt;
}

    .user-arrow:after {
        content: "";
        border-top: 17pt solid transparent;
        border-bottom: 20pt solid transparent;
        height: 0;
        width: 0;
        position: absolute;
        right: -.5em; /* This has to be the same value as 'border-left's width */
        top: 0;
    }

    #change-password-div,#my-order-div,#my-addresses-div,#my-info-div{
        display:none;
    }

    .wid-250px{
        width:250px;
    }

    #myorderlist{
        border:1px solid #ccc;
    }

    #myorderlist thead{
        background:#808080;
        color:#fff;
    }
/*-------------------------------------------------media queries start---------------------------------------------------------*/

@media only screen and (max-width : 1290px) {
    .receiverIcon, .whatsappIcon {
        font-size: 15px;
    }

    /*#Phno, #Whatsapp */ .contact-info {
        font-size: 15px;
    }

    #launching-soon {
        left: -23px;
        top: 162px;
    }
}

@media only screen and (max-width : 1200px) {
    .imageEffect {
        width: 100% !important;
    }

    #launching-soon {
        left: -23px;
        top: 162px;
    }

    .action-box, .fa-eye {
        font-size: 10px !important;
    }

        .action-box .fa-shopping-cart {
            font-size: 10px !important;
        }

    .description {
        width: 30%;
    }

    /* #Phno, #Whatsapp*/ .contact-info {
        font-size: 14px;
    }

    .receiverIcon, .whatsappIcon {
        font-size: 15px !important;
    }

    body {
        padding-bottom: 30%;
    }

    #topMenu > ul > li {
        padding-right: 14px;
    }

    #categoryHeader {
        font-size: 15px;
    }

        #categoryHeader i {
            font-size: 13px;
            margin-right: 15px;
        }


    .quantity {
        width: 40px !important;
    }

    #productview-quantitybox {
        font-size: 12px;
    }

    #priceandquantity {
        display: inline;
    }

    #productview-quantitybox {
        position: relative;
        bottom: 0;
    }

        #productview-quantitybox ul {
            padding-left: 0px;
        }
}

@media only screen and (max-width : 992px) {
    .receiverIcon {
        font-size: 25px;
    }

    #launching-soon {
        left: -23px;
        top: 162px;
    }

    .description {
        width: 45% !important;
    }

    .customButton {
        width: 15%;
    }

    /*#Phno, #Whatsapp*/ .contact-info {
        font-size: 12px;
    }

    #logo {
        width: 180px;
    }

    #adv-search {
        padding-left: 15px;
    }

    #HomePageSpeedSearch {
        font-size: 13px;
        padding: 6px 6px;
    }

    #filterButton {
        padding: 6px 10px;
    }

    #btn_search {
        padding: 6px 15px;
    }

    li#addToCart {
        display: none;
    }

    #topMenu > ul > li {
        padding-right: 5px;
    }
}

@media only screen and (max-width : 767px) {
    #large_mainmenu {
        display: none !important;
    }

    #launching-soon {
        right: 0px;
        top: 180px;
    }

    .flex-container{
        display:block;
    }

    #categoryHeaderSection, .level2category {
        display: none !important;
    }

    #mobileview-breadcrumb {
        display: block;
    }

    #small_mainmenu {
        display: block;
    }

    #searchbox {
        display: none;
    }

    #mobile-searchbox {
        margin-top: 8px;
        display: inline-block;
        width: 85%;
    }

    #small_mainmenu {
        margin-top: 20px;
        margin-bottom: 0px !important;
    }

    #mobile-cart-button {
        display: block;
    }

    #SideNav {
        display: block;
    }

    #sidenav-button {
        display: block !important;
    }


            .info-box-wrapper{
                display:block;
            }

            .info-box {
                display: block;
                width:auto;
            }

            #user-menu{
                display:none;
            }

}


@media(max-width:600px) {
    .col-style1 {
        font-size: 16px !important;
        padding-left: 10px !important;
    }

    #cart-logo {
        width: 90px;
    }

    .container-custom{
        width:100% !important;
    }
    
}

@media only screen and (max-width : 480px) {
    .mobile-signin-div {
        padding: 30px 0 0;
        display: inline-block;
    }

    .container-custom{
        width:100% !important;
    }

    #MV-LS {
        display: block;
    }

    .contact-container {
        text-align: center;
    }

    .workinghours {
        font-size: 10px;
    }

    #SideNav {
        display: block;
    }

    #sidenav-button {
        display: block !important;
    }

    #mobile-cart-button {
        display: block;
    }

    /*.sidenav {
        padding-top: 15px;
    }*/

    .sidenav a {
        font-size: 12px;
    }

    .contactinfo {
        display: none;
    }

    #mobile-searchbox {
        width: 85%;
    }

    #logo {
        width: 145px;
        max-width:initial;
    }

    #launching-soon {
        right: 0px;
        top: 140px;
    }

    .modalfooter .btn {
    margin-right: 5px;
    width: 75px;
    font-size: 12px;
    padding: 5px;
}

     .btn-holder{
        top:-40px;
    }

    #register-btn {
        padding: 5px 15px;
    }

    #login-radio .radio-inline{
        margin-left:0px;
    }

    .footer-img{
        width:70px !important;
    }

    #copyrightlist{
        padding-left:0px !important;
    }

    #copyrightlist li:first-child{
        border-right: 0px;
    }

    .round-btn{
        bottom: 50px;
        right: 15px;
    }

    .badge{
        right: 10px;
        bottom: 95px;
    }

    .wid-250px{
        width:100%;
    }

    .textbox-style1{
        width:100%;
    }

    
}

@media only screen and (max-width: 395px) {
    #mobile-searchbox {
        width: 80%;
    }

    .container-custom{
        width:100% !important;
    }

    #MV-LS {
        display: block;
    }

    .contact-container {
        text-align: center;
    }

    .workinghours {
        font-size: 10px;
    }

    #mobile-cart-button {
        display: block;
    }

    #SideNav {
        display: block;
    }

    #sidenav-button {
        display: block !important;
    }

    #launching-soon {
        width: 50px;
        position: absolute;
        z-index: 1;
        right: 0px;
        /* float: right; */
        top: 140px;
    }

    .modalfooter .btn {
    margin-right: 5px;
    width: 75px;
    font-size: 12px;
    padding: 5px;
}

     .btn-holder{
        top:-40px;
    }

    #register-btn {
        padding: 5px 15px;
    }

    #login-radio .radio-inline{
        margin-left:0px;
    }

    .footer-img{
        width:70px !important;
    }

    #copyrightlist{
        padding-left:0px !important;
    }

    #copyrightlist li:first-child{
        border-right: 0px;
    }

    .round-btn{
        bottom: 50px;
        right: 15px;
    }

    .badge{
        right: 10px;
        bottom: 95px;
    }
}

@media only screen and (max-width : 320px) {
    .mobile-signin-div {
        padding: 20px 0 0;
    }

    .container-custom{
        width:100% !important;
    }

    #MV-LS {
        display: block;
    }

    .contact-container {
        text-align: center;
    }

    .workinghours {
        font-size: 10px;
    }

    .contactinfo {
        display: none;
    }

    #logo {
        width: 110px;
    }

    #mobile-cart-button {
        display: block;
    }

    #SideNav {
        display: block;
    }

    #sidenav-button {
        display: block !important;
    }

    #launching-soon {
        right: 0px;
        top: 140px;
    }

    .modalfooter .btn {
    margin-right: 5px;
    width: 75px;
    font-size: 12px;
    padding: 5px;
}


    .btn-holder{
        top:-40px;
    }

    #register-btn {
        padding: 5px 15px;
    }

    #login-radio .radio-inline{
        margin-left:0px;
    }

    .footer-img{
        width:70px !important;
    }

    #copyrightlist{
        padding-left:0px !important;
    }

    #copyrightlist li:first-child{
        border-right: 0px;
    }

    .round-btn{
        bottom: 50px;
        right: 15px;
    }

    .badge{
        right: 10px;
        bottom: 95px;
    }
}

/*-------------------------------------------------media queries end---------------------------------------------------------*/
/*------------------App Promo-------------------*/

   #app-promo{
            width:100%;
            font-size:12px;
            /*text-align:right;*/
            background:#444444;
            color:#fff;
            display: none;

        }

         #app-downloadlink .fa-android,#mv-app-downloadlink .fa-android{
            display:inline-block;
            /*color:#3aceff;*/
            margin: 0px 10px;
}
        }

         #app-promo .fa-mobile{
            padding:0px 10px;
        }

        #app-downloadlink,#mv-app-downloadlink{
            padding: 5px 10px;
    display: inline-block;
    /*color: #3aceff;*/
        font-size: 12px;
    /*background: #3aceff;
    border: 1px solid #3aceff;
    border-radius: 30px;*/
    text-decoration:none;
        }

        #text-info,#download-wrapper{
            display: table-cell;
            vertical-align:middle;
            width: 50%;
            padding:5px;
        }

        #text-info{
            padding:10px;
        }

        #text-info label{
            color:#fff;
            font-weight:100;
        }

        #download-wrapper{
            text-align:right;
        }

        .blinky {
  animation: blinker 1s linear infinite;
}

               .blinkyad {
  animation: blinker 3s linear infinite;
}

@keyframes blinky {  
  50% { opacity: 0; }
}

/*------------------App Promo-------------------*/

/*31-07-2017*/

.discount-wrapper{
    padding-left:20px !important;
}

.strike-out{
    font-size:11px;
    text-decoration:line-through;    
}

/*---------------------ads style 14-09-2017------------------------------*/
.padding0{
    padding:0px !important;
}

.width100{
    width:100%;
}

.carousel-indicators {
    bottom: -5px !important;
}

#promo{
    z-index:1061;
}

/*----------------------------payment new updation---------------------------*/
.pay-wrap{
        background: #f3f3f3;
    margin: 10px;
    position: relative;
    border: 1px solid #eaeaea;
    height: 150px;
    border-radius: 5px;
}

.pay-info{
    padding: 15px 10px;
    text-align: center;
        font-size: 12px;
}
    .pay-info span{
        display:block;
        padding:10px;
        text-align:center;
        font-size:11px;
    }

.accept{
        padding: 10px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.accept-btn{
    border: 0px;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    color: #fff;
}

.accept-btn:hover{
    background:#000;
}

.pay-title{
    border-top: 1px solid #ccc;
    margin-top: 25px;
    padding: 10px 0px;
    font-weight: 900;
}