html, body {
    width: 100%;
    height: 100%;
    background: #fff;
    font-family: 'ZonaPro-Regular' !important;
}

html {
    scroll-behavior: smooth;
}



body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #454848;
    overflow-x: hidden;
   font-family: 'ZonaPro-Regular' !important;
}

@font-face {
    font-family: 'ZonaPro-Regular';
    src: url('../fonts/ZonaPro-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

button:focus {
outline: none;
}

button.close {
    width: 30px;
    height: 30px;
    background: #454848;
    color: #fff;
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: 6px;
    line-height: 0px;
    text-align: center;
    padding: 0px !important;
    opacity: 1;
    font-size: 25px;
}
button {
    cursor: pointer;
}
.pd20{padding:20px;}

.mrb30 {
    margin-bottom: 30px;
}
.form-control.border-btm.fadebdr {
    opacity: .5;
}
select.form-group.border-btm.customselecteditp {
    width: 100%;
    padding: 14px 10px;
}

a.btn.btn-dark.custompadding {
    margin-bottom: 30px;
}

.bgfade:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000094 !important;
    z-index: 100;
}

.bgfade {
    position: fixed;
}

.project-tab {
    position: relative;
    z-index: 1;
}

.displaynone {
    display: none;
}
/*Login Signup Start Here*/
.fixed {
    position: fixed;
    height: 100%;
}


.loginsignpageouter {
    cursor: pointer;
    width: 400px;
    height: 100%;
    background: #fffffff2;
    position: fixed;
    z-index: 99999;
    right: 0;
    box-shadow: 0px 0px 3px #797979;
    overflow: hidden;
}

.crossbtncustom {
    font-size: 32px;
    position: absolute;
    left: 5px;
    color: #363636fc;
    text-shadow: 0px 0px 2px #bfbfbf73;
}


.carousel-caption {
    top: 40%;
    color: #b12f28;
}

    .carousel-caption h2 {
        font-size: 32px;
        font-weight: bold;
        line-height: 38px;
    }


/*Login Signup Page Close Here*/
/*@font-face {
    font-family: 'ZonaPro-SemiBold';
    src: url('../fonts/ZonaPro-SemiBold.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ZonaPro-SemiBold';
    src: url('../fonts/ZonaPro-SemiBold.otf') format('opentype'), url('ZonaPro-SemiBold.ttf') format('truetype'), url('ZonaPro-SemiBold.svg#ZonaPro-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
a.logo img {
    width: 90%;
    padding-top: 8px;
}

.mt50 {
    margin-top: 50px;
}

hr {
    border-color: #AFAFAF;
    border-width: 1px;
}

    hr.light {
        border-color: #fff;
    }

a:hover {
    color: #454848;
    text-decoration: underline;
}

ul:not(.browser-default) > li {
    list-style-type: none;
}

a {
    color: #646464;
    cursor:pointer;
    /*-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;*/
    outline: none;
}

    a:hover, a:focus {
        outline: none !important;
        text-decoration: none !important;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: 'ZonaPro-Regular';
}

p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.8;
}

.hr2 {
    width: 100%;
    background-image: -webkit-linear-gradient(left, transparent, #e09537, transparent);
    background-image: linear-gradient(to right, transparent, #e09537, transparent);
    border: 0;
    height: 1px;
    margin: 25px 0;
    display: block;
}
a.brandlogo img {
    padding-bottom: 6px;
}
.bgf5 {
    background: #f5f5f5 !important
}

section {
    padding: 0px 0;
    margin: 0;
}

aside {
    padding: 50px 0;
}

.m0 {
    margin: 0 !important
}

.no-bdr {
    border: none !important
}

.no-bg {
    background: none !important;
}

.no-padding {
    padding: 0;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #03356b;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #03356b;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}

/*img {
    display: inline-block !important;
}*/

/*HIDE DEXTOP*/



ul.dropdownmobile1 {
    display: none !important;
}
/*HIDE DEXTOP*/
/* ----------------------------------
 NAVIGATION
  ---------------------------------- */
nav {
    margin: 0;
    padding: 0px 0;
    z-index: 99;
    background-color: #fff;
    position: relative;
    box-shadow: 0px 4px 0px #1d1d1d21;
}

.mnavbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .mnavbar .container ul {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

span.menubtmtxt {
    font-size: 10px;
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    bottom: 2px;
}




.navbar-right {
    width: 100%;
    max-width: 850px;
}

.mnavbar .container ul:first-child {
    justify-content: flex-end;
    margin-bottom: 0px;
    /*padding-bottom: 10px;*/
}



.socialnavigation {
    display: none;
}


/*Right navbar*/
ul.rightsectionicon {
   width:360px;
   max-width:100%;
}

/*Right Navbar*/

/*Dropdown Icon*/

/*Icon one*/
.iconnev1 { background-image: url('../nevicon/user.png');
            background-position:0 1px;
            background-repeat:no-repeat;
            width:16px; height:14px;
            float:left;
}

ul.dropdoenmenumyacc li a:hover .iconnev1 {
    background-image: url('../nevicon/user_white.png');
    background-repeat: no-repeat;
}
/*Icon One*/

/*Icon Two*/
.iconnev2 {
    background-image: url('../nevicon/order.png');
    background-position: 0 1px;
    background-repeat: no-repeat;
    width: 16px;
    height: 14px;
    float: left;
}

ul.dropdoenmenumyacc li a:hover .iconnev2 {
    background-image: url('../nevicon/order-white.png');
    background-repeat: no-repeat;
}
/*Icon Two*/

/*Icon Three*/
.iconnev3 {
    background-image: url('../nevicon/favorite.png');
    background-position: 0 1px;
    background-repeat: no-repeat;
    width: 16px;
    height: 14px;
    float: left;
}

ul.dropdoenmenumyacc li a:hover .iconnev3 {
    background-image: url('../nevicon/favorite-white.png');
    background-repeat: no-repeat;
}
/*Icon Three*/


/*Icon four*/
.iconnev4 {
    background-image: url('../nevicon/password.png');
    background-position: 0 1px;
    background-repeat: no-repeat;
    width: 16px;
    height: 14px;
    float: left;
}

ul.dropdoenmenumyacc li a:hover .iconnev4 {
    background-image: url('../nevicon/password-white.png');
    background-repeat: no-repeat;
}
/*Icon four*/


/*Icon five*/
.iconnev5 {
    background-image: url('../nevicon/logout.png');
    background-position: 0 1px;
    background-repeat: no-repeat;
    width: 16px;
    height: 14px;
    float: left;
}

ul.dropdoenmenumyacc li a:hover .iconnev5 {
    background-image: url('../nevicon/logout-white.png');
    background-repeat: no-repeat;
}
/*Icon five*/




    /*Drop Down Icon*/
    /*Small Device show code*/
    /*span.profiletxt {
        padding: 0px 40px;
        line-height: 26px;
    }*/
/*Small Device show */

ul.rightsectionicon {
    margin-bottom: 0px;
}

span.cartnumber {
    color: #fff;
    position: absolute;
    top: 1px;
    padding: 0px 11px;
}


a.cartbt {
    padding: 30px 16px 28px !important;
    background: #b12f28;
    background-image: url(../Images/cart-hover.png);
    background-repeat: no-repeat;
    background-position: 7px 30px;
}
    /*.logonview:hover + .socialnavigation {
    display: block !important;
}*/
    /*Menu Hover css*/
    /*.logonview:hover + .socialnavigation {
    display: block;
  
}*/
    /*Menu Hover css*/
ul.dropdoenmenumyacc {
    position: absolute;
    max-width: 200px;
    background: #ffffff;
    box-shadow: 0px 0px 1px #d2d2d2;
    display: inherit !important;
    margin:24px 0px;
    
}

    ul.dropdoenmenumyacc li a:hover {
        background: #b12f28 !important;
        color: #fff !important;
    }

    ul.dropdoenmenumyacc li a {
        padding: 10px 32px 10px 20px !important;
        border-bottom: 1px solid #d6d6d6;
    }

        ul.dropdoenmenumyacc li a:hover {
            background: #f3f3f3;
        }


a.bgone {
    background: #D35116;
    color: #fff !important;
    width: 126px;
    text-align: center;
}

a.bgtwo {
    background: #B12F28;
    color: #fff !important;
    width: 150px;
    text-align: center;
}

a.bgthree {
    background: #454848;
    color: #fff !important;
}
button.bksignin {
    background: #b12f28;
    border: none;
    color: #fff;
    padding: 5px 22px;
    width: 100px;
    display: block;
    margin: 29px auto 0px;
}
.mnavbar .container ul:first-child li a {
    margin: 0;
    padding: 0 10px;
    display: block;
    font-size: 12px;
    color: #212121;
    cursor: pointer;
}

.mnavbar .container ul:last-child li a {
    margin: 0;
    padding: 26px 16px;
    font-size: 12px;
    color: #454848;
    position:relative;
}
span.cartnumber {
    position: absolute;
    top:6px;
    color: #fff;
    right:3px;
}
.hovercart {
    margin: 0px !important;
    position:relative;
}

/*Toggle search Box*/

.searchbox {
    position: absolute;
    top: 70px;
    display: none;
    width: 39%;
    right: 20.7%;
    box-shadow: 0px 4px 0px #1d1d1d21;
}

    .searchbox form.example input[type=text] {
        padding: 12px;
        font-size: 12px;
        border: 1px solid #efefef;
        float: left;
        width: 90%;
        background: #f3f3f3;
    }

    .searchbox form.example button {
        float: left;
        width: 10%;
        padding: 9.3px;
        background: #e15719;
        color: white;
        font-size: 17px;
        border: transparent;
        border-left: none;
        cursor: pointer;
    }
.Hidedextop{display:none;}
.Smdeviceshow{display:none;}
.searchbox form.example button:hover {
    background: #d35116;
}

    .searchbox form.example::after {
        content: "";
        clear: both;
        display: table;
    }
/*Toggle search Box*/
.mnavbar .container ul:last-child li a:hover {
    /*background: #D35116;*/
    /*color: #fff;*/
}

.searchform {
    padding: 0px;
    display: block;
    position: relative;
    width: 300px;
    right: 0;
    top: 0px;
    max-width: 500px;
}

    .searchform form input {
        padding-right: 30px;
        font-size: 13px;
        line-height: 22px;
    }

    .searchform form button {
        background: none;
        font-size: 16px;
        border: none;
        position: absolute;
        right: 5px;
        top: 11%;
        color: #888;
        cursor: pointer;
        z-index: 5;
    }

.navbar-toggler, .bbg {
    display: none;
}

ul.htop-ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li.dnone {
    float: left;
}

header {
    margin: 0;
    padding: 10px 0;
    border-top: 4px solid #ddd;
    border-bottom: 4px solid #ddd;
}

    header .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    header h3 {
        margin: 0;
        padding: 0;
        font-size: 17px;
        font-weight: 700;
        color: #454848;
    }

    header p {
        margin-bottom: 0;
        color: #454848
    }

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #999;
}

.carousel-control-next, .carousel-control-next:hover, .carousel-control-prev, .carousel-control-prev:hover {
    color: #999 !important;
}

.carousel-indicators li.active {
    background-color: #212121;
}

.featured-products {
    margin: 0;
    padding: 40px 0;
    border-bottom: 2px solid #ddd;
}

.maxheight250{max-height:250px;}

.title {
    margin: 0 0 30px;
    padding: 0;
    font-size: 22px;
    font-weight: 700;
    color: #272727;
    text-align: center
}

.fp-item {
    margin: 0 0 30px;
    padding: 10px;
    text-align: center;
    background: #e1e5e8;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .fp-item, .fp-item * {
        -webkit-transition: all .35s;
        -moz-transition: all .35s;
        transition: all .35s;
    }

        .fp-item img {
            max-width: 100%;
        }

        .fp-item span {
            display: block;
            color: #282828;
            font-size: 20px;
        }

        .fp-item figure {
            margin-bottom: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 180px;
        }

        .fp-item:hover figure img {
            transform: scale(.9)
        }

.recommended-products {
    margin: 0;
    padding: 40px 0 10px;
    border-bottom: 2px solid #ddd;
}

.rp-item, .rp-item * {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.rp-item {
    margin: 0 0 30px;
    padding: 0;
}

    .rp-item:hover {
        box-shadow: 0px 5px 15px #ddd;
    }

    .rp-item img {
        max-width: 100%;
    }

    .rp-item .pro-body {
        padding: 5px;
    }

    .rp-item h4 {
        margin: 5px 0 0;
        padding: 0;
    }

        .rp-item h4 a {
            margin: 0;
            padding: 0;
            font-size: 18px;
            color: #545454;
            font-weight: 600;
        }

        .rp-item h4:hover a {
            color: #4858a2
        }

    .rp-item h6 {
        margin: 0;
        padding: 0;
        font-size: 16px;
        color: #4858a2;
        position: relative;
    }

        .rp-item h6 a {
            position: absolute;
            right: 0;
        }

        .rp-item h6 span {
            text-decoration: line-through;
            color: #575757
        }

.rp-img {
    margin: 0;
    padding: 0;
    min-height: 180px;
    background: #e1e5e8;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .rp-img figure {
        margin-bottom: 0;
    }

    .rp-img .rp-hover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: rgba(123, 123, 123, 0.81);
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
    }

.rp-item:hover .rp-hover {
    opacity: 1;
    visibility: visible;
}

.rp-hover .img-link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2
}

.rp-img .rp-hover span a {
    margin: 30px 4px 0;
    padding: 0;
    width: 43px;
    height: 43px;
    background: #4858a2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    border-radius: 100%;
}

.rp-img .rp-hover span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
}

.rp-item:hover .rp-hover a {
    margin-top: 0;
}

.rp-item:hover .rp-hover span a:hover {
    background: #fdb913;
}

.rating-stars {
    position: relative;
    vertical-align: baseline;
    display: inline-block;
    color: #b1b1b1;
    overflow: hidden;
    height: 18px;
    text-align: left;
    line-height: 10px;
}

.grey-stars {
    height: 100%;
}

    .filled-stars:before, .grey-stars:before {
        content: "\2605\2605\2605\2605\2605";
        font-size: 18px;
        letter-spacing: -0.5px;
        line-height: 18px;
    }

.filled-stars {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    color: #ffc000;
}

.newsletter {
    margin: 0;
    padding: 40px 0;
    background: #f5f5f5;
    text-align: center;
}

    .newsletter h2 {
        margin-bottom: 5px;
    }

    .newsletter form {
        max-width: 550px;
        margin: 0 auto;
    }

        .newsletter form * {
            border-radius: 0;
        }

        .newsletter form input {
            height: 50px;
            font-size: 13px;
        }

        .newsletter form .btn {
            font-size: 13px;
            background: #454848;
            text-transform: uppercase;
        }

        .newsletter form p {
            font-size: 12px;
        }

        .newsletter form sup {
            color: #F00;
        }

    .newsletter p a {
        display: inline-block;
        margin: 30px 5px 0;
        font-size: 15px;
    }
.alsolikeheading h3 {margin-bottom:20px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 40px;
    
}

    .alsolikeheading h3 span {
        font-size: 14px;
        color: #b12f28;
        float: right;
        border: 1px solid #b12f28;
        padding: 2px 5px;
        margin: 0px 10px;
    }

.priceAddtskbtnrgt {
    width: 100%;
    float: left;
    margin: 8px 0px;

}
.priceAddtskbtn span {
    font-weight: bold;
}
.topproductrattext {
    width: 100%;
    float: left;
}


/*css Update 11 11 2019*/
.lfthomehead {
    width: 85%;
    text-align: left;
    max-height:45px;
    min-height:45px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rgthomerating {
    width: 15%;
    text-align: right;
}

.textfxprobx {
    clear: both;
    max-height: 45px;
    overflow: hidden;
    margin-bottom: 40px;
}
/*css Update 11 11 2019*/

.textfxprobx {
    clear: both;
    max-height: 45px;
    min-height:45px;
    overflow: hidden;
    margin-bottom: 25px;
}


.hearticon i.fa.fa-heart-o {
    font-weight: bold;
}
.hearticon {
    position: absolute;
    top: 15px;
    right: 25px;
    background: #fff;
    width: 23px;
    height: 23px;
    text-align: center;
    border-radius: 100%;
    line-height: 24px;
    font-size: 14px;
    display: none;
}
.productbox:hover .hearticon{display:block;}
.alsolikebxhome {
    padding-left: 20px;
}

footer {
    margin: 0;
    padding: 45px 0 40px;
    border-top: 0px solid #ddd;
    background: #f7f7f7;
}
.weaccepted {
    margin-top: 20px;
}

    footer > span {
        display: none !important;
    }

    footer figure {
        display: none;
    }
.socialicon a.siconfooter {
    font-size: 18px;
}

.instagallery a img {
    margin-bottom: 10px;
}

.instagallery a {
    margin: 7px 5px 17px;
}
/*
footer > span {
	position: relative;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 260px;
}
footer span a {
	margin: 20px auto;
	padding: 0;
	position: relative;
	z-index: 2;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333;
}
footer span a:hover {
	background: #212121;
	color: #fff;
}
footer span a:before {
	content: "";
	border-radius: 100%;
	border: 1px dashed #ddd;
	width: 66px;
	height: 66px;
	position: absolute;
	left: -8px;
	top: -8px;
}
footer span a:after {
	content: "";
	border-radius: 100%;
	border: 1px dashed #ddd;
	width: 80px;
	height: 80px;
	position: absolute;
	left: -15px;
	top: -15px;
}
footer span:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 130px solid transparent;
	border-right: 130px solid transparent;
	border-top: 60px solid #fff;
	position: absolute;
	top: -10px;
	right: 0;
}*/
footer h3 {
    margin: 0;
    padding: 0px 10px 0px;
    font-weight: 700;
    font-size: 14px;
    color: #454848;
    border-left: 3px solid #B12F28;
}

footer ul {
    margin: 0;
    padding: 16px 15px 10px;
}

.socialicon {
    padding-left: 10px;
}

    .socialicon a {
        font-size: 12px;
        padding: 0px 5px;
    }
        .socialicon a:hover {
            color: #B12F28;
        }

        footer ul li {
            margin: 0;
            padding: 0;
        }

    footer ul li a {
        margin: 0;
        padding: 5px 0;
        display: inline-block;
        color: #333
    }

        footer ul li a:hover {
            color: #B12F28;
        }

.gplaystoreicon {
    padding-top: 25px;
}

p.ftxt {
    padding-top: 18px;
}

.newslatterfrom input {
    width: 100%;
    border: 1px solid #AFAFAF;
    font-size: 11px;
    padding: 6px 12px;
    background: transparent;
}

.gimagesec {
    padding-top: 27px;
}

button.subscribebtnfooter {
    background: transparent;
    border: 1px solid #AFAFAF;
    margin-top: 15px;
    color: #AFAFAF;
}
    button.subscribebtnfooter:hover {
        background: #00ce1b;
        color:#fff;
    }

    .contact li {
        position: relative;
        padding-left: 20px;
    }

    .contact li i {
        position: absolute;
        left: 0;
        top: 8px;
    }

    .contact li:last-child {
        padding-top: 20px;
        padding-left: 0 !important;
    }

.social-icons {
    margin: 20px 0 0px;
}

    .social-icons a {
        margin: 0;
        padding: 10px;
        display: inline-block;
    }

        .social-icons a img {
            max-width: 30px;
            max-height: 30px;
            opacity: .6;
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
            -webkit-transition: all .35s;
            -o-transition: all .35s;
            transition: all .35s;
        }

        .social-icons a:hover img {
            -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
            opacity: 1;
        }


.copyright {
    margin-top: 15px;
    border-top: 1px solid #ddd;
    padding: 15px 0 15px;
}

    .copyright p, .copyright p a {
        margin-bottom: 0;
        color: #333;
        font-size: 13px;
    }

        .copyright p a, .copyright p span {
            margin-bottom: 0;
            color: #ffc000;
            font-size: 13px;
        }

    .copyright .container {
        color: #fff;
        display: flex;
        justify-content: space-between;
    }

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #474444;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 3px;
}

.scroll-panel {
    height: auto !important;
}

.modal-content {
    border-radius: 0;
}

.group {
    position: relative;
    margin-bottom: 30px;
}

    .group:last-child {
        margin-bottom: 5px;
    }

    .group .input {
        font-size: 14px;
        padding: 10px 10px 10px 5px;
        display: block;
        width: 100%;
        border: none;
        border-bottom: 1px solid #757575;
    }

        .group .input:focus {
            outline: none;
        }

/*products detail page css */
.modal-dialog.productdetailmodal {
    max-width: 1170px;
  
}

.tab-content.tabs.popuptbs {
    max-height: 150px;
    overflow-y: auto;
}
    .tab-content.tabs.popuptbs::-webkit-scrollbar {
        width: 0.3em;
        height: 0.3em;
    }

    .tab-content.tabs.popuptbs::-webkit-scrollbar-thumb {
        background: #343a40;
    }

    .tab-content.tabs.popuptbs::-webkit-scrollbar-track {
        background: #b8c0c8;
    }






span.stars, span.stars span {
    display: block;
    /* Download the star image here: http://stackoverflow.com/questions/1987524/turn-a-number-into-star-rating-display-using-jquery-and-css */
    background: url('../../../../Images/stars1.png') 0 -16px repeat-x;
    width: 80px;
    height: 16px;
}

    span.stars span {
        background-position: 0 0;
    }

.alignright {
    float: right;
}

.product-images {
}

    .product-images figure {
        float: right;
        position: relative;
        min-height: 328px;
        border: 1px solid #ddd;
        width: calc(100% - 100px);
    }

.wishlist_icon {
    position: absolute;
    left: 3px;
    top: 3px;
    z-index: 99;
    padding: 5px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 100%;
    width: 35px;
    text-align: center;
    height: 35px;
    line-height: 24px;
}

.navtabmainproductdetail {
    max-width: 100%;
    overflow-x: auto;
}

.magnifyarea {
    box-shadow: 5px 5px 7px #818181;
    -webkit-box-shadow: 5px 5px 7px #818181;
    -moz-box-shadow: 5px 5px 7px #818181;
    filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5, positive=true);
    background: white;
}

.targetarea img {
    margin: auto;
    display: block !important;
    position: relative;
    border-width: 0;
}

.thumbs {
    padding-top: 0px;
    text-align: center;
    float: left;
    width: 90px;
}

    .thumbs a {
        text-decoration: none;
        margin-bottom: 10px;
        display: block;
    }

    .thumbs img {
        padding: 2px;
        border-width: 0;
        border: 1px solid #ddd;
        max-width: 80px;
    }

    .thumbs a.active img {
        border: 1px solid #454848;
        box-shadow: 0 0 6px #454848;
    }

.product-info p {
    text-align: justify;
}
    .product-info h1 {
        margin: 0 0 20px;
        padding: 0;
        font-size: 20px;
        font-weight: bold;
        color: #454848;
    }

.d-price {
    font-size: 18px;
    color: #454848;
    font-weight: 700;
}

.leftbxpdetail {
    width: 50%;
    float: left;
}

.rightbxpdetail {
    width: 50%;
    float: left;
}

.d-price .line-through {
    text-decoration: line-through;
    color: #575757;
    font-weight: 400;
    font-size: 14px;
}

.btn-g {
    margin-bottom: 20px;
    display: flex;
}

    .btn-g * {
        border-radius: 0;
    }

    .btn-g .outline {
        margin-right: 10px;
        text-align: left;
        width: 180px;
        color: #343a40;
        background-color: transparent;
        background-image: none;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    .btn-g .btn {
        margin-right: 10px;
    }

    .btn-g > span {
        display: inline-block;
        font-weight: 400;
        text-align: center;
        color: #343a40;
        background-color: transparent;
        background-image: none;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid #343a40;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

.more-info-section {
    margin: 0;
    padding: 40px 0;
}

    .more-info-section .title {
        position: relative;
    }

        .more-info-section .title span {
            padding: 0 5px;
            background: #fff;
            position: relative;
            z-index: 2
        }

        .more-info-section .title:before {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 11px;
            width: 100%;
            height: 2px;
            content: "";
            background: #ddd
        }

.tab-content {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 10px;
}

.more-info-section .nav-link {
    border-top: 2px solid transparent
}

    .more-info-section .nav-link.active {
        border-top: 2px solid #f1c111
    }

#addtocart .addtocart-msg {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    #addtocart .addtocart-msg h5 {
        margin-bottom: 0;
        color: #28a745;
        font-size: 18px;
    }

.ymal-sec {
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
    padding: 10px 0 0;
}

    .ymal-sec .rp-item {
        margin-bottom: 15px;
    }

        .ymal-sec .rp-item .rp-img {
            min-height: 150px;
        }

    .ymal-sec h3 {
        text-align: center;
        font-size: 20px;
        text-transform: uppercase;
        margin: 0px 0 10px;
        color: #212121;
    }

    .ymal-sec .fp-item {
        margin-bottom: 10px;
        background: #fff;
        border: 1px solid #f5f5f5;
    }

        .ymal-sec .fp-item:hover {
            border: 1px solid #ddd;
        }

        .ymal-sec .fp-item a {
            display: block;
            width: 100%;
        }

        .ymal-sec .fp-item span {
            font-size: 16px;
            background: #ddd;
            padding: 2px;
        }

#addtocart .modal-body table tr td, #addtocart .modal-body table tr th {
    padding: 6px 5px;
    vertical-align: middle;
}

.card, .btn, .form-control {
    border-radius: 0;
}

.cart_item {
    padding: 1.25rem;
    border-top: 1px solid #ddd;
}

    .cart_item:first-child {
        border: none;
    }

    .cart_item p {
        line-height: 1.6
    }

.f14 {
    font-size: 14px !important;
}

.sc-sec .table td, .sc-sec .table th {
    padding: .25rem .75rem
}


.btn-2 {
    padding-left: 0;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #454848;
}

.w50 {
    width: 40%;
    display: inline-block;
    margin: 0 3px;
}

/*new page css */
.f-20 {
    font-size: 20px;
}

.modal-dialog {
    max-width: 452px;
    margin: 1.75rem auto;
}

.
.modal-lg.modal-dialog {
    max-width: 700px;
}

.new-ac-page {
    margin: 0 auto;
    max-width: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}

.modal-content {
    box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

button.btn.btn-warning.forget_pbtn {
    color: #ffffff;
    background-color: #b12f28;
    border-color: #88130c;
}

    button.btn.btn-warning.forget_pbtn:hover {
        color: #ffffff;
        background-color: #b12f28;
        border-color: #88130c;
    }

.new-ac-in .left {
    padding: 20px 40px 20px 20px;
    -ms-flex: 0 0 57%;
    flex: 0 0 57%;
    max-width: 57%;
    position: relative;
}

    .new-ac-in .left:after {
        content: "";
        border-right: 1px solid #ddd;
        height: 100%;
        width: 1px;
        position: absolute;
        right: 5px;
        top: 0;
    }

    .new-ac-in .left h1, .new-ac-in .right h2 {
        color: #454848;
        font-size: 28px;
        font-weight: 600;
    }

    .new-ac-in .left p {
        margin-bottom: 5px;
        font-size: 16px;
        color: #333;
    }

    .new-ac-in .left figure {
        margin-top: 20%;
    }

.new-ac-in .right {
    padding: 20px 20px 10px 15px;
    -ms-flex: 0 0 43%;
    flex: 0 0 43%;
    max-width: 43%;
}

    .new-ac-in .right p a {
        color: #007bff;
    }

    .new-ac-in .right h3 {
        color: #333;
        font-size: 20px;
        font-weight: 600;
    }

        .new-ac-in .right h3 a {
            color: #d35116;
        }

button.btn.btn-block.btn-dark {
    background: #d35116;
    border: 1px solid #fff;
}

.new-ac-in {
    width: 85%;
    position: absolute;
    top: 24%;
}
.headingtext h2 {
    color: #454848;
    font-size: 28px;
    font-weight: 600;
}
a.forget_pbtn {
    line-height: 42px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
}

.form-group {
    position: relative;
}

    .form-group .form-control:focus, .form-group .form-control {
        outline: none;
        box-shadow: none;
        border-bottom: 1px solid #343a40;
        border-left: 0px;
        border-right: 0;
        border-top: 0;
        background-color:transparent;
    }

span.defultnumber {
    position: absolute;
    top: 6px;
    left: 0;
}
.pdleft40{padding-left:40px;}

.underline {
    border-bottom: 2px solid #343a40;
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 120ms ease-out, width 0ms linear 180ms;
    width: 0;
    z-index: 9;
}

input:focus + .underline {
    opacity: 1;
    transition: width 180ms ease-out, opacity 120ms ease-in;
    width: 100%;
}

textarea:focus + .underline {
    opacity: 1;
    transition: width 180ms ease-out, opacity 120ms ease-in;
    width: 100%;
}

.new-ac-page.ac-page {
    max-width: 450px;
}

    .new-ac-page.ac-page a.logo {
        margin-bottom: 20px;
        display: block;
        text-align: center;
    }

    .new-ac-page.ac-page .right {
        padding: 20px 20px 10px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

.social-login {
}

    .social-login .or {
        position: relative;
        border-bottom: 1px solid #ddd;
        display: block;
        padding: 0;
        margin: 30px -20px;
        height: 1px;
        text-align: center;
    }

        .social-login .or span {
            margin: 0 auto;
            background: #fff;
            position: absolute;
            width: 30px;
            height: 30px;
            left: 0;
            right: 0;
            top: -15px;
            border-radius: 100%;
            border: 1px solid #ddd;
            line-height: 30px;
        }

    .social-login a {
        font-weight: 700;
        display: block;
        border: 1px solid #3b5998;
        margin-bottom: 15px;
        height: 38px;
        text-align: center;
        line-height: 38px;
    }

    .social-login .fb {
        background: #3b5998;
        color: #fff;
    }

    .social-login .gp {
        border-color: #dd4b39;
        background-color: #dd4b39;
        color: #fff;
    }

.al-sec {
    border-top: 1px solid #ddd;
    margin: 0 -20px;
    padding: 15px 20px 0;
    text-align: center;
}
.al-sec1 {
    border-top: 1px solid #ddd;
    margin: 0 -20px;
    padding: 15px 20px 0;
    text-align: center;
}

.forget_pass {
    display: none;
}

.headingtext {
    position: fixed;
    top: 15%;
    padding-left: 2%;
}
/*account page css start here*/

.account-page {
    margin: 0;
    padding: 30px 0 0px;
    min-height: calc(100vh - 399px);
}

.mainheading.myfavritepage {
    padding-top: 60px;
}

.btn-dark {
    background: #343a40;
}

.account-page .container {
    max-width: 1150px;
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #454848;
    border-color: #171a1d;
}

.text-success {
    color: #d35116 !important;
}

.paymenttab li a {
    padding: 10px 15px;
    background: #f7f7f7;
    margin: 0px 2px;
}

    .paymenttab li a.active {
        background: #f7f7f7;
        border: none;
    }

.mrmltop {
    margin-top: 100px;
}


.account-page h1 {
    margin: 0;
    padding: 0;
    color: #454848;
    font-size: 28px;
}

.my_abox {
    margin-bottom: 30px;
    position: relative;
    padding-left: 70px;
}

    .my_abox i {
        position: absolute;
        left: 20px;
        top: 20px;
    }

    .my_abox h4 {
        margin-bottom: 0;
        font-size: 19px;
        color: #111;
    }

    .my_abox p {
        margin-bottom: 0;
    }

    .my_abox:hover {
        background: #f5f5f5
    }

        .my_abox:hover p {
            color: #646464;
        }

.sortby {
    width: calc(100% - 50px);
}

.order-list {
    margin-bottom: 20px;
}

    .order-list .card-header p, .order-list .card-header div {
        margin-bottom: 0;
        line-height: 1.8;
    }

        .order-list .card-header p strong, .order-list .card-header div strong {
            display: block;
            position: relative;
            z-index: 2;
        }

    .order-list .card-header .ml-auto {
        max-width: 250px;
    }

.hover_box {
    display: none;
    position: absolute;
    background: #fff;
    width: 250px;
    padding: 10px;
    border: 1px solid #ddd;
    font-weight: normal;
}

    .hover_box b {
        display: block;
    }

.order-list .card-header div strong:hover .hover_box {
    display: block
}

.hover_box:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ddd;
    position: absolute;
    top: -8px;
    left: 35.4%;
    box-shadow: 0 0 20px 0 rgba(33, 33, 33, .2);
}


.timeline {
    margin: 0;
    padding: 0;
    display: flex;
}

    .timeline .statusline {
        border-top: 3px solid #e3e3e3;
        vertical-align: middle;
        width: 100%;
        position: relative;
    }

    .timeline .greenline {
        border-top: 3px solid #4caf50;
        width: 100%;
        position: absolute;
        left: 0;
        top: -3px;
    }

.timeline_text {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

    .timeline_text span {
        width: 100%;
        position: relative;
        padding: 10px 0;
    }

.greencirle:before {
    background: #4caf50 !important;
}

.timeline_text span:before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #e3e3e3;
    position: absolute;
    left: 0px;
    top: -9px;
}

.timeline_text span:nth-child(2) {
    margin-left: 11%;
    width: calc(100% - 11%)
}

    .timeline_text span:nth-child(2):before {
        left: 11%
    }

.timeline_text span:nth-child(3) {
    margin-left: 14%;
    width: calc(100% - 10%);
}

    .timeline_text span:nth-child(3):before {
        left: 18%
    }

.timeline_text span:last-child {
    text-align: right;
}

    .timeline_text span:last-child:before {
        right: 0;
        left: auto;
    }



.cms-page {
    margin: 0;
    padding: 30px 0 0px;
    border-top: 4px solid #ddd;
}

    .cms-page h1 {
        margin: 0;
        padding: 0;
        color: #454848;
        font-size: 28px;
    }

.w10 {
    width: 100px;
}

.w5 {
    width: 70px;
}


.leftfilterpanel {
    margin: 0 0 10px;
    padding: 0px 0px 1px;
    background: #fff;
    border-radius: 0;
    float: left;
    width: 100%;
    border: 1px solid #ddd
}

    .leftfilterpanel .filter-list {
        padding: 0 0px;
        border-bottom: 1px solid #ddd;
    }

.fshow {
    display: none;
}

.brands-search-box {
    margin: 0 10px;
    width: calc(100% - 20px);
    padding: 2px 5px;
    margin-bottom: 3px;
    font-size: 13px;
}

.leftfilterpanel hr {
    margin: 10px -10px;
    padding: 0 0;
}

.leftfilterpanel h2 {
    margin: 5px 0 0;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    font-weight: bold;
    font-size: 20px;
    color: #333;
}

.leftfilterpanel h4 {
    margin: 0px;
    padding: 15px 10px;
    font-size: 15px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
    cursor: pointer;
}

    .leftfilterpanel h4:after {
        position: absolute;
        right: 10px;
        top: 15px;
        display: inline-block;
        font: normal normal bold 19px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #333;
        content: "\f106";
    }

    .leftfilterpanel h4.collapsed:after {
        content: "\f107";
    }

.leftfilterpanel ul {
    margin: 0;
    padding: 0 0px 10px 0;
    max-height: 180px;
    overflow-y: auto;
    overflow-x: hidden
}

    .leftfilterpanel ul::-webkit-scrollbar {
        width: 2px;
    }

    .leftfilterpanel ul::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    }

    .leftfilterpanel ul::-webkit-scrollbar-thumb {
        background-color: #777;
        outline: 1px solid slategrey;
    }

    .leftfilterpanel ul ul {
        margin-left: 10px;
    }

#Coloraccordion li, .leftfilterpanel li:last-child {
    border-bottom: none;
}

.leftfilterpanel li a:hover, .leftfilterpanel li label:hover {
    color: #1550b1
}

.count {
    float: right;
}

.checkboxaccordion ul {
    margin: 0 !important;
}

.accordion-menu > a {
    position: relative;
    display: block;
    padding: 4px 15px 5px 0;
    font-size: 13px;
}

    .accordion-menu > a:after {
        position: absolute;
        right: 0;
        top: 8px;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #fe0076;
        content: "\f0d7";
    }

    .accordion-menu > a.collapsed:after {
        content: "\f0da";
    }

.sub-menu li a {
    margin: 0;
    padding: 3px 0;
    display: block;
    cursor: pointer;
}

.color-checkbox {
    text-align: center;
    width: 100%
}

    .color-checkbox label {
        display: inline-block;
        position: relative;
        margin: 3px;
        width: 20%;
        height: 50px;
        cursor: pointer;
    }

        .color-checkbox label input[type="checkbox"] {
            opacity: 0;
            position: absolute;
            width: 100%;
            height: 100%;
        }

            .color-checkbox label input[type="checkbox"] + span {
                border: 1px solid #ddd;
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                border-radius: 3px;
            }

            .color-checkbox label input[type="checkbox"]:checked + span {
                border: 1px solid #999;
            }

                .color-checkbox label input[type="checkbox"]:checked + span:before {
                    content: "\f00c";
                    color: #ddd;
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 18px;
                    height: 14px;
                    margin: auto;
                    right: 0;
                    bottom: 0;
                    font: normal normal normal 14px/1 FontAwesome;
                    font-size: inherit;
                    text-rendering: auto;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                }

.blue {
    background: #0aa5e2
}

.white {
    background: #fff
}

/*.red {
    background: #B12F28;
}*/

.black {
    background: #454848
}

.maroon {
    background: #a50000
}

.purple {
    background: #800080
}

.pink {
    background: #ffcbdb
}

.navy {
    background: #454848080
}

.checkbox {
    padding: 3px 10px 3px 35px;
}

    .checkbox label {
        display: inline-block;
        position: relative;
        color: #5d5d5d;
        font-size: 13px;
        margin-bottom: 0;
        padding-left: 0px;
        cursor: pointer;
        width: 92%;
        line-height: 12px;
    }

        .checkbox label::before.  {
            content: "";
            display: inline-block;
            position: absolute;
            width: 14px;
            height: 14px;
            left: 0;
            top: -1px;
            margin-left: -25px;
            border-radius: 1.5px;
            border: 1px solid #cccccc;
            background-color: transparent;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 14px;
            height: 14px;
            left: 0;
            top: -1px;
            margin-left: -22.4px;
            padding-left: 0px;
            font-size: 10px;
            color: #555555;
        }

    .checkbox input[type="checkbox"] {
        /*opacity: 0;
        position: absolute;*/
    }

        .checkbox input[type="checkbox"]:focus + label::before {
            outline: none;
        }

        .checkbox input[type="checkbox"]:checked + label::after {
            font-family: 'FontAwesome';
            content: "\f00c";
        }

        .checkbox input[type="checkbox"]:disabled + label {
            opacity: 0.65;
        }

            .checkbox input[type="checkbox"]:disabled + label::before {
                background-color: #eeeeee;
                cursor: not-allowed;
            }

    .checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }

    .checkbox.checkbox-inline {
        margin-top: 0;
        margin-bottom: 1px;
        cursor: pointer;
    }

        .checkbox.checkbox-inline:hover {
            background: #f5f5f5;
        }

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #1550b1;
    border-color: #1550b1;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #1550b1;
    border-color: #1550b1;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff;
}

/*.radio {
    padding-left: 5px;
}

    .radio label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
    }

        .radio label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        .radio label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }*/

    /*.radio input[type="radio"] {
        opacity: 0;
    }

        .radio input[type="radio"]:focus + label::before {
            outline: none
        }

        .radio input[type="radio"]:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        .radio input[type="radio"]:disabled + label {
            opacity: 0.65;
        }

            .radio input[type="radio"]:disabled + label::before {
                cursor: not-allowed;
            }

    .radio.radio-inline {
        margin-top: 0;
    }*/

.radio-success input[type="radio"] + label::after {
    background-color: #fe0076;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #fe0076;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #fe0076;
}

.left_fixed_btn {
    position: fixed;
    left: -53px;
    bottom: 50vh;
    background: #4858a2;
    color: #fff;
    z-index: 999;
    transform: rotate(90deg);
    font-size: 15px;
    padding: 9px 14px;
    font-family: 'Roboto', sans-serif;
    border-radius: 5px 5px 0px 0px;
}

    .left_fixed_btn:hover {
        background: #454848;
        color: #fff
    }

.contact_modal .modal-lg {
    max-width: 1000px;
}

.contact_modal .modal-content {
    border-radius: 0;
}

    .contact_modal .modal-content .form {
        padding: 30px 50px 30px;
        position: relative;
        z-index: 9;
    }

        .contact_modal .modal-content .form h2 {
            margin: 0 0 35px;
            padding: 0;
            color: #454848;
            font-weight: 700;
            font-size: 26px;
        }

            .contact_modal .modal-content .form h2 span {
                color: #26c3ed;
            }

        .contact_modal .modal-content .form p {
            margin-bottom: 40px;
            color: #212121;
        }

        .contact_modal .modal-content .form .form-group {
            position: relative;
            margin-bottom: 25px;
        }

            .contact_modal .modal-content .form .form-group label {
                font-size: 15px;
                color: #454848;
                font-weight: 600;
            }

        .contact_modal .modal-content .form .form-control {
            padding: 0 0 5px;
            border: none;
            border-radius: 0;
            border-bottom: 1px solid #ddd;
            box-shadow: none;
        }

textarea:focus + .underline {
    opacity: 1;
    transition: width 180ms ease-out, opacity 120ms ease-in;
    width: 100%;
}

.contact_modal .btn-link:focus {
    text-decoration: underline !important;
    color: #F00
}

.contact_modal .modal-content .form .form-control:focus {
    outline: none
}

.imgbg {
    margin: 0;
    padding: 0;
    background: #2b3840;
    min-height: 530px;
    display: flex;
    width: calc(100% + 1px);
    height: 100%;
    align-items: center;
    justify-content: center;
}

    .imgbg img {
        max-height: 230px;
    }

.contact_modal .modal-content .form .btn-2 {
    background: #4858a2;
    border-radius: 20px;
    color: #fff;
    padding: 5px 20px;
}

#applicationform .modal-lg {
    max-width: 800px;
}






.ui-autocomplete {
    margin: 0;
    padding: 0;
    background: #fff;
    position: absolute;
    cursor: default;
    border: 1px solid #ddd;
    max-height: 300px;
    overflow: auto;
    z-index: 10000 !important;
}

* html .ui-autocomplete {
    width: 1px;
}

    .ui-autocomplete li {
        border-bottom: 1px solid #bbb;
    }

        .ui-autocomplete li:last-child {
            border-bottom: none;
        }

        .ui-autocomplete li a {
            cursor: pointer;
            padding: 5px 15px;
            display: block;
        }

            /*.ui-autocomplete li a:hover, .ui-state-focus, .ui-state-hover {
                background: #d0d8ff;
                color: #474747;
            }*/

    .ui-autocomplete::-webkit-scrollbar {
        width: 5px;
    }

    .ui-autocomplete::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    }

    .ui-autocomplete::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        outline: 1px solid slategrey;
    }


/*Product list Section*/
.productlistmain {
    margin-top:10px;
}

.smallheading {
    width: 100%;
    float: left;
}

.mainheading {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

    .mainheading h1 {
        color: #B12F28;
        font-size:28px;
        font-weight: bolder;
    }

.smallheading h5 {
    color: #B12F28;
    font-size: 17px;
    font-weight: 500;
}

.nextweekmenu {
    cursor: pointer;
    color: #b12f28;
    font-size: 27px;
    position: relative;
    top: -7px;
    left:38px;
}

.mdlfulbtnnew {
    width: 100%;
    float: left;
    display: block;
}
button.bksignin.btnmdlnewhome {
    width: 49%;
    float: left;
    margin: 0px 2px;
}
nav.customtab {
    box-shadow: 0 5px 10px 2px rgba(173, 173, 173, 0.18);
    margin-bottom:0px;
    border-bottom: none;
    display: inline-block;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 0px;
}


   
    nav.customtab .nav-tabs {
        border-bottom: none;
        display: -webkit-inline-box;
    }

.nav-tabs .nav-link {
    color: #454848;
    border: transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    font-size: 14px;
    font-weight: bold;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #B12F28 !important;
        background-color: #fff;
        border: 1px solid #B12F28;
        border-radius: 5px;
    }

ul.tablisthome {
    list-style: none;
    padding: 0px;
    margin-bottom:5px;
}

    ul.tablisthome li {
        float: left;
    }


ul.producthomebox {
    padding: 0px;
    margin: 0;
    float: left;
    width: 100%;
}
    ul.producthomebox li {
        float: left;
        margin: 0;
        padding: 0;
    }

        ul.producthomebox li:hover {
            /*border-radius:6px;*/
            border-color: #d3d5df;
            box-shadow: 0 4px 7px 0 #f9f9f9;
            overflow: hidden;
        }
.txtcolornew {
    color: #b12f28 !important;
}

/*.txtcolornew {
    animation: blinker 1s linear infinite !important;
}

@keyframes txtcolornew {
    50% {
        opacity: 0 !important;
    }
}*/

.tab-content {
    border: transparent;
    border-top: 0;
    padding: 10px;
}

.nav-link {
    display: block;
    padding: 0;
}

.nav-fill .nav-item {
    text-align: center;
    padding: 2px 15px !important; flex: unset;
    cursor: pointer;
}

.productbox {
    padding: 10px 10px 16px;
    margin-bottom: 25px;
    overflow: hidden;
    min-height: 450px;
}
    .productbox figure img {
        width: 100%;
        min-height:100%;
    }


    /*product Detail page Box*/


.productbox1 {
    padding: 10px 10px 30px;
    margin-bottom: 25px;
    overflow: hidden;
    height: auto;
}

    .productbox1 figure img {
        width: 100%;
        height: 168px;
    }


.productbox1:hover {
    background: #f9f9f9;
    border-radius: 6px;
    box-shadow: 0 6px 10px 2px rgba(173, 173, 173, 0.6);
}

.productbox1 p {
    font-size: 12px;
    color: #454848;
}
    /*Product Detail Page Box*/


/*Animation*/
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        opacity: 1\9; /* IE9 only */
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
        opacity: 1\9; /* IE9 only */
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        opacity: 1\9; /* IE9 only */
    }

    to {
        opacity: 1;
    }
}

.fade-in {
    opacity: 0; /* make things invisible upon start */
    -webkit-animation: fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

    .fade-in.one {
        -webkit-animation-delay: 0.7s;
        -moz-animation-delay: 0.7s;
        animation-delay: 0.7s;
    }

    .fade-in.two {
        -webkit-animation-delay: 1.2s;
        -moz-animation-delay: 1.2s;
        animation-delay: 1.2s;
    }

    .fade-in.three {
        -webkit-animation-delay: 1.6s;
        -moz-animation-delay: 1.6s;
        animation-delay: 1.6s;
    }

/*---make a basic box ---*/
.box {
    width: 100px;
    height: 100px;
    position: relative;
    margin: 10px;
    color: white;
    padding: 40px;
    float: left;
    border: 1px solid #fff;
    background: #27a5d2;
    border-radius: 10px;
}


/*Animation*/
.impnotes h6 {
    font-size: 19px;
}

.impnotes {
    width: 100%;
    text-align: center;
    box-shadow: 0 6px 10px 2px rgba(173, 173, 173, 0.6);
    padding: 15px 0px 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.boxtxt {
    padding: 0px 10px;
}

h5.productlisttxt {
    font-size: 14px;
    color: #454848;
    font-weight: bold;
    line-height: 21px;
}

.productbox p {
    font-size: 12px;
    color: #454848;
}

.saifnamerating {
    width: 100%;
    float: left;
    font-size: 11px;
    margin: 15px 0px;
    clear: both;
}

.productbox:hover {
    background: #f9f9f9;
    border-radius: 6px;
    box-shadow: 0 6px 10px 2px rgba(173, 173, 173, 0.6);
  
}
.productbox p {
    font-size: 12px;
    color: #454848;
}



.quickviewhover {
    clear: both;
    padding-left: 15px;
    padding-right: 15px;
    background: #F9F9F9;
    display:none;
}

.productbox:hover .quickviewhover {
    display:block;
}

.addCartbx {
    margin-top:0px;
    padding-left: 20px;
    /*display: none;*/
}
ul.pricelisthomergtsechome {
    list-style: none;
    margin: 0;
    padding: 0;
    clear:both;
}
.addCartbx1 {
    padding-left: 20px;
    font-size: 1.15rem;
    font-weight: bold;
}

.productloder {
    text-align: center;
    margin-bottom: 50px;
}

.smalltxtplist {
    font-size: 12px;
    font-weight: normal;
    clear:both;
}

.menuname {
    margin-top: 20px;
    margin-bottom: 50px;
    width: 50%;
    float: left;
    font-size: 16px;
    color: #454848;
    font-weight: normal;
    line-height: 20px;
}

/*Scroller rgt Panel end*/
.pricelistdetailbox {
    position: relative;
    padding: 0px 10px;
    clear: both !important;
    max-height: 550px;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.scrollfxnotify {
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
    overflow-x:hidden;
    padding: 0px;
    margin: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 20px;
}

ul.nav.nav-tabs.prdtab li .active {
    background: #dedede !important;
}
/*Product Detail product Discription scroller*/



.tab-content {
    max-height:800px;
    overflow-y: auto;
    overflow-x: hidden;
}

.tab-content::-webkit-scrollbar {
    width: 0.3em;
    height: 0.3em;
}

.tab-content::-webkit-scrollbar-thumb {
    background: #fff;
}

.tab-content::-webkit-scrollbar-track {
    background: #fff;
}



.product-info {
    max-height: 242px;
    overflow-y: auto;
    padding: 0px 6px;
}


    .product-info::-webkit-scrollbar {
        width: 0.3em;
        height: 0.3em;
    }

    .product-info::-webkit-scrollbar-thumb {
        background: #343a40;
    }

    .product-info::-webkit-scrollbar-track {
        background: #b8c0c8;
    }
/*Product Detail Product Discription Scroller*/





.pricelistdetailbox::-webkit-scrollbar {
    width: 0.3em;
    height: 0.3em;
}

    .pricelistdetailbox::-webkit-scrollbar-thumb {
        background: #343a40;
    }

    .pricelistdetailbox::-webkit-scrollbar-track {
        background: #b8c0c8;
    }




.scrollfxnotify::-webkit-scrollbar {
    width: 0.3em;
    height: 0.3em;
}

.scrollfxnotify::-webkit-scrollbar-thumb {
    background: #B12F28;
}

.scrollfxnotify::-webkit-scrollbar-track {
    background: #b8c0c8;
}
/*Scroller rgt panel Home End*/
/*Home You may Also Like Scroller*/
.youmayalsolike {
    margin-bottom: 30px;
    max-height: 170px;
    width: 100%;
    float: left;
    overflow-y: auto;
    padding: 0px 10px 0px 0px;
}


    .youmayalsolike::-webkit-scrollbar {
        width: 0.3em;
        height: 0.3em;
    }

    .youmayalsolike::-webkit-scrollbar-thumb {
        background: #343a40;
    }

    .youmayalsolike::-webkit-scrollbar-track {
        background: #b8c0c8;
    }

/*Home You may Also Like Scroller*/





.menuname-pricelist {
    margin-top: 20px;
}

.productshorting-price {
    margin-top: 20px;
    float: right;
}

.uropricelist {
    margin-top: 26px;
    font-size: 14px;
    clear:both;
    font-weight:normal;
    text-align:right;
}

.subtotalprice {
    width: 100%;
    float: left;
}

.subtotalprice {
    width: 100%;
    float: left;
    margin: 25px 0px;
    font-weight: bold;
    color: #454848;
    font-size: 16px;
    padding: 0px 0px;
}
.groupbxbtnfrom {
    border-top: 1px solid #afafaf;
}



.inputbx {
    margin: 0;
    padding: 0;
    height: 50px;
}

.clearcartimg {
    padding-top:0px;
}

.inputbx textarea {
    min-height: 50px;
    width: 100%;
    border: 1px solid #AFAFAF;
    font-size: 12px;
    /*color: #111;*/
    padding: 4px 10px;
    word-break: break-word;
}

.chkoutpagedetailbx {
    width: 100%;
}

.checkoutinputbtnsec {
    max-width: 98%;
}
button.checkoutbtn {
    width: 100%;
    background: #B12F28;
    border: none;
    color: #fff;
    padding: 15px 0px;
    cursor:pointer;
}

.discountcoupon {
    color: #D35116;
    font-size: 15px;
    width: 100%;
    border-bottom: 1px dashed #e3e3e3;
    line-height: 36px;
}
.subtotalprice.chkoutrgt {
    margin: 15px 0px;
}

.subtatal {
    width: 60%;
    float: left;
}

.rgtsubtotalprice {
    width: 40%;
    float: left;
}

.checkoutinputbtnsec {
    clear: both;
}

.rightpan {
    width: 70%;
    float: right;
}

.addCartbx.Detailbox h5 {
    font-size: 16px;
    color: #454848;
}

.addbbtn {
    float: right;
    border: 1px solid #454848;
    padding: 0px 12px;
    cursor:pointer;
}

.addbbtn1 {
    float: right;
    border: 1px solid #454848;
    padding: 0px 12px;
}

.btnboxaddtocart {
    float: right;
    min-width: 64px;
}

.plusminusproduct {
    display: none;
}

span.addbbtn a {
    font-size: 12px;
}

button.customaddcartbtn {
    background: transparent;
    border: none;
    cursor:pointer;
}

.productdetailbtncounts {
    float: right !important;
}
/*minus Plus custom BTN */
.minusplusbtn {padding:0px 0px;
    float: left;
    display: flex;
    border: 1px solid #454848;

}

.minus {
    float: left;
    padding: 0px 5px;
    cursor:pointer;
    font-weight:normal;
}


.valuecount {
    padding: 0px 5px;
    font-weight: normal;
    width: 30px;
    text-align: center;
}


.plusproduct {
    padding: 0px 5px;
    cursor: pointer;
    font-weight: normal;
}


/*Minus Plus Custom BTN*/
/*Star rating*/
.starrating {
    font-size: 10px;
}

.orangecolor {
    color: orange;
}



.quickviewhover {
    font-size: 13px;
    text-align: center;
    padding-bottom: 0px;
    padding-top: 8px;
    cursor: pointer;
}


/*PRODUCT DETAIL REVIEW RATING START HERE*/
.RatingPdetailBx {
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 6px 10px 2px rgba(173, 173, 173, 0.6);
    padding: 15px;
}

.ratingbar.progress.pdetail {
    height: 5px;
}

.ratingbar {
    max-width: 72%;
    margin: 0 auto;
}

.ratingbar label {
    float: left;
    text-align: left;
    position: absolute;
    left: 22px;
    margin-top:-6px;
}
.ratingbar span {
    float: right;
    text-align: right;
    position: absolute;
    right: 28px;
    margin-top:-6px;
}
span.totalavrgrt {
    font-weight: bold;
    font-size: 35px;
}
span.totalnumberreview {
    font-weight: normal;
    line-height: 32px;
    font-size: 12px;
}
.progress.pdetail {
    display: -ms-flexbox;
    display: flex;
    height: 0.40rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
    margin: 25px 0px;
}

/*PRODUCT DETAIL REVIEW RATING CLOSE HERE*/

/*Star rating*/


/*Product Minus Plus Function Start Here*/
input[type=number] {
    float: left;
    width: 31px;
    height: 23px;
    padding: 0;
    font-family: Lato;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    color: #454848;
    border: 1px solid;
    background: none;
    outline: none;
    pointer-events: none;
    border-left: none;
    border-right: none;
}

span.spinner {
    position: absolute;
    height: 40px;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

    span.spinner > .sub, span.spinner > .add {
        float: left;
        display: block;
        width: 15px;
        height: 23px;
        text-align: center;
        font-weight: 700;
        font-size: 12px;
        line-height: 23px;
        color: #454848;
        border: 1px #454848 solid;
        border-right: 0;
        border-radius: 2px 0 0 2px;
        cursor: pointer;
        transition: 0.1s linear;
        -o-transition: 0.1s linear;
        -ms-transition: 0.1s linear;
        -moz-transition: 0.1s linear;
        -webkit-transition: 0.1s linear;
    }

    span.spinner > .add {
        top: 0;
        border: 1px #454848 solid;
        border-left: 0;
        border-radius: 0 2px 2px 0;
    }


input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

/*Product Minus plus Function Close Here*/

/*ORDER STEP*/


.orderstep {
    background-image: url('../Images/orderstep.jpg');
}

h2.easyorderstepheading {
    text-align: center;
    color: #fff;
    font-size: 26px;
    padding-top: 85px;
    padding-bottom: 20px;
}

.stemsection {
    width: 100%;
    margin: 0 auto;
}

.steptxt {
    color: #fff;
    padding-bottom: 70px;
}

    .steptxt h6 {
        font-weight: bold;
        padding-top: 10px;
    }

    .steptxt p {
        font-size: 12px;
    }
/*ORDER STEP*/

/*TESTIMONIALS SECTION START HERE*/
.testimonials-section {
    margin-top: 60px;
    margin-bottom: 60px;
    background: #eeeeee;
}


/*Testi Slider */
.col-center {
    margin: 0 auto;
    float: none !important;
}

.customslide {
    margin: 120px auto;
    padding: 49px 45px;
}

.carousel {
    background: #fff;
    border-radius: 10px;
}

    .carousel .item {
        color: #999;
        font-size: 14px;
        text-align: center;
        overflow: hidden;
        min-height: 290px;
    }

        .carousel .item .img-box {
            width: 80px;
            height: 80px;
            margin: 0 auto;
            padding: 5px;
            border: 1px solid #ddd;
            border-radius: 50%;
        }

    .carousel .img-box img {
        width: 100%;
        height: 100%;
        display: block;
        border-radius: 50%;
    }

    .carousel .testimonial {
        padding: 30px 0 10px;
    }

    .carousel .overview {
        font-style: italic;
    }

        .carousel .overview b {
            text-transform: uppercase;
            color: #454848;
        }

    .carousel .carousel-control {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        top: 50%;
        background: none;
    }

.carousel-control i {
    font-size: 68px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #454848;
}

.carousel1 .carousel-indicators {
    bottom: -40px;
}

.carousel-indicators li, .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 1px 3px;
    border-radius: 50%;
}

.carousel-indicators li {
    background: #999;
    border-color: transparent;
    box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}

    .carousel-indicators li.active {
        background: #555;
        box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
    }
/*Testimonials Slider css*/

/*TESTIMONIALS SECTION CLOSE HERE*/

/*GoogleMap*/
#map-canvas {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: -200px;
    left: 0;
    right: 0;
    z-index: 0;
}

#container {
    z-index: 100;
    position: relative;
}
.mapouter {
    position: relative;
}
.mapaddressbar {
    width: 220px;
    height: 300px;
    background: #ffffffe6;
    position: absolute;
    overflow: hidden;
    left: 25%;
    z-index: 1;
}

.gmap_canvas {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.mapheading {
    border-left: 3px solid #B12F28;
    margin: 48px 18px 30px;
    padding: 0px 11px;
    font-weight: bold;
    font-size: 14px;
}


span.mapicontxt {
    width: 100%;
    float: left;
    padding: 10px 0px;
}

span.iconm {
    padding: 0px 19px;
    width: 25px;
    float: left;
}

span.righttextmap {
    padding: 0px 4px;
    width: 180px;
    float: right;
    text-align: left;
}
/*Googlemap*/

/*Product Detail Page Start Here*/
/*.product-info {
    max-width: 320px;
}*/

.pdetailmb {
    margin-bottom: 30px;
}



a:hover, a:focus {
    outline: none;
    text-decoration: none;
}
.bx-producthome {
    padding: 0px 8px;
}

.tab .nav-tabs {
    position: relative;
    border-bottom: none;
}

    .tab .nav-tabs li {
        margin: 0 4px 0px 0px;
    }

        .tab .nav-tabs li a {
            display: block;
            padding: 20px 23px;
            background: #F7F7F7;
            font-size: 12px;
            font-weight: bold;
            color: #454848;
            text-align: center;
            border-radius: 0;
            border: none;
            margin-right: 0;
            overflow: hidden;
            z-index: 1;
            position: relative;
            transition: all 0.3s ease 0s;
        }

            .tab .nav-tabs li a:after {
                content: "";
                width: 100%;
                height: 100%;
                background: #e9e9e9;
                position: absolute;
                top: 0;
                left: 0;
                z-index: -1;
                perspective-origin: 50% 100%;
                transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
                transform-origin: 50% 100% 0;
                transition: transform 0.3s ease 0s, background-color 0.3s ease 0s;
            }

        .tab .nav-tabs li.active a:after {
            background: transparent;
            transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
        }


.tab .tab-content {
    padding: 20px;
    background: #F7F7F7;
    font-size: 15px;
    color: #757575;
    line-height: 26px;
}

    .tab .tab-content h3 {
        font-size: 20px;
        margin-top: 0;
        color: #454848;
    }

.tab-content.tabs p {
    color: #454848;
    font-size: 14px;
}

.reviewimg img {
    width: 120px;
    max-height: 120px;
    margin: 0;
}

.mrtb {
    margin-top: 33px;
    margin-bottom: 70px;
}

.productbtmsliderheading h2 {
    color: #454848;
    font-size: 24px;
    margin-bottom: 35px;
    font-weight:bold;
}
.new-ac-in .right h2 {
    margin-bottom: 35px;
}
.new-ac-in .right h3.accounttxt {
    font-size: 14px;
    text-align:left;
}

.owl-dot {
    background: #c5c5c5;
    width: 10px;
    height: 10px;
    float: left;
    margin: 0px 5px;
    text-align: center;
}

.owl-dots {
    max-width: 65px;
    margin: 19px auto 80px;
    justify-content: center;
}

.owl-dot.active {
    background: #717171;
}


.productbox.pdbottom:hover {
    padding-bottom: 20px;
}


.productdetailmainimg {
    overflow: hidden;
    border: 2px solid #cecece;
    box-shadow: 0px 0px 5px 0px #c5c5c5;
}

    .productdetailmainimg img {
        width: 100%;
        height: 100%;
        box-shadow: 0px 10px 20px 0px rgba(130,136,147,0.15);
    }

        /*.productdetailmainimg img:hover {
            -webkit-transform: scale(1.5);
            transform: scale(1.5);
            -webkit-transition: .2s ease-in-out;
            transition: .2s ease-in-out;
        }*/
/*Product Detail Page Close Here*/


/*Edit Profile Page*/
.bordernone {
    border: none;
}

.btn-custom1 {
    background: #ececec;
}

.border-btm {
    border-bottom: 1px solid;
    border-top: none;
    border-left: none;
    border-right: none;
}

.color1 {
    color: #d35116 !important;
}

.bggry {
    background-color: #f7f7f7;
}

.btn-outline-success {
    color: #00ce1b;
    background-color: transparent;
    background-image: none;
    border-color: #00ce1b;
}

    .btn-outline-success:hover {
        background-color: #00ce1b;
        border-color: #00ce1b;
    }


a.btn.btn-outline-danger.btn-sm.btn-block {
    border-color: #454848;
    color: #454848;
}


    a.btn.btn-outline-danger.btn-sm.btn-block:hover {
        border-color: #454848;
        color: #ffffff;
        background-color: #454848;
    }



    a.btn.btn-outline-danger.btn-sm.btn-block:focus {
        box-shadow: 0 0 0 0.2rem rgba(76, 76, 76, 0.5);
    }



a.btn.btn-outline-warning.btn-sm.btn-block {
    border-color: #D35116;
    color: #D35116;
}

    a.btn.btn-outline-warning.btn-sm.btn-block:hover {
        border-color: #D35116;
        color: #ffffff;
        background-color: #D35116;
    }

    a.btn.btn-outline-warning.btn-sm.btn-block:focus {
        box-shadow: 0 0 0 0.2rem #d3511661;
    }

.customachangepassform {
    margin-top: 85px;
}
.btnbg1 {
    background: #b12f28;
    border: 1px solid #b12f28;
    padding: 6px 45px;
}
h1.ip.profiletxt {
    padding-left: 30px;
}
/*Edit Profile Page*/
/*E cart page*/
.card.cartbox {
    margin-bottom: 10px;
    padding: 0px 15px;
    background: #F7F7F7;
    border: 1px solid #4548484a;
}

.mrtop90 {
    margin-top: 90px;
}

.iconleft {
    width: 39px;
    height: 39px;
    position: relative;
    top: 34px;
}

.cartbxlft {
    width: 80%;
    float: left;
}

.cartboxrgt {
    margin-left: 56px;
    margin-top: 0px;
    margin-bottom: 40px;
}

.changeaddtxt {
    color: #D35116;
    font-size: 16px;
    width: 18%;
    float: right;
    text-align: right;
    cursor:pointer;
}

h2.usernamecart {
    font-size: 22px;
    font-weight: bold;
    color: #454848;
}

span.smailltextcheckout {
    color: #454848;
    font-size: 15px;
    width: 100%;
    float: left;
}

.bxfullwidth {
    width: 100%;
    float: left;
}

.offerstxt {
    font-size: 18px;
    color: #454848;
}

img.amazone {
    width: 110px;
    margin: 20px 0px;
}

.bxfullwidth p {
    line-height: 16px;
    color: #454848;
}

span.availableoffertxt {
    color: #D35116;
    font-size: 17px;
}

.paymentmethodtxt h3 {
    font-size: 18px;
    color: #454848;
    padding-top: 30px;
}
/*E Cart page*/

/*Left Tabs*/
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

/*.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}*/

    /*.tab-content > .active,
.pill-content > .active {
    display: block;
}*/

.tabs-left > .nav-tabs > li {
    float: none;
}

    .tabs-left > .nav-tabs > li > a {
        min-width: 74px;
        margin-right: 0;
        margin-bottom: 3px;
    }

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

    .tabs-left > .nav-tabs > li > a {
        margin-right: -1px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }

        .tabs-left > .nav-tabs > li > a:hover,
        .tabs-left > .nav-tabs > li > a:focus {
            border-color: #eeeeee #dddddd #eeeeee #eeeeee;
        }

    .tabs-left > .nav-tabs .active > a,
    .tabs-left > .nav-tabs .active > a:hover,
    .tabs-left > .nav-tabs .active > a:focus {
        border-color: #ddd transparent #ddd #ddd;
        *border-right-color: #ffffff;
    }

.tabbable.tabs-left {
    width: 100%;
}

.leftpan {
    width: 30%;
    float: left;
    height: 100%;
    background: #fff;
    min-height: 305px;
    margin-bottom: 30px;

}

    .leftpan ul.nav.nav-tabs li {
        width: 100%;
        text-align: center;
        padding: 15px 0px;
    }

.paymentmethodtxt h3 {
    margin-bottom: 20px;
}

.leftpan ul.nav.nav-tabs li a.active {
    background: #F7F7F7;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
    padding: 15px 10px;
}

.leftpan ul.nav.nav-tabs {
    border-bottom: 0px;
}
h4.carddetailtxt {
    font-weight: bold;
    font-size: 18px;
    margin: -9px 0px 22px;
    padding: 0;
}

.savecarddtail {
    height: auto;
    /* max-height: 100px; */
    /* overflow: auto; */
    width: 100%;
    font-size: 18px;
    padding: 10px;
}


    .tab-pane .form-group .form-control:focus, .form-group .form-control.chkoutfield {
        border: 1px solid #9e9e9e;
    }
input.form-control.chkoutfield {
    border: 1px solid #9e9e9e;
    border-radius: 4px;
    padding: 5px 8px;
    background: transparent;
}
.form-group.wdth70 {
    width: 68%;
    float: left;
}
.form-group.wdth30 {
    width: 29%;
    float: right;
    text-align: center;
}
.form-group.wdth301 {
    width: 30%;
    float: left;
}
span.smalltextforcheckout {
    font-size: 12px;
    margin: 0px;
}
button.makepaymentbtn {
    width: 100%;
    background: #b22e29;
    color: #fff;
    font-size: 20px;
    padding: 8px 0px;
    border: 0px;
    border-radius: 3px;
    margin: 10px 0px;
    cursor:pointer;
}
h2.Rgtdeliverytxt {
    font-size: 22px;
    font-weight: bold;
    color: #454848;
    padding: 0px;
}
.card.cartbox.boxpdpayment {
    padding: 55px 30px;
}
p.righttxtpaymentcart {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    margin-top: 30px;
}

ul.chkoutlist {
    margin: 0;
    padding: 0;
}

.addCartbx.Detailbox1 {
    display: block;
}
.menuname-pricelist.mrtbcartrgt {
    margin-top: 10px;
}
.addCartbx.Detailbox1 {
    padding-bottom: 45px;
}
.productshorting-price.wdth15 {
    width:26%;
}
.addCartbx.Detailbox1 {
    padding-bottom: 30px;
    padding-top: 30px;
}
.addCartbx.Detailbox1 {
    padding-top: 30px;
    margin: 0px;
    padding-bottom: 0px;
}
.subtotalprice.pdcustwo {
    margin: 0px;
    padding: 0px 20px 30px;
}
.subtatal.paymentchkout {
    font-size: 15px;
    font-weight: 600;
  
}
.rgtsubtotalprice.paymentchkout.rightcustom {
    font-size: 15px;
    font-weight: 600;
    text-align: right;
}
.helpnumber {
    color: #02cd1c;
    font-size: 22px;
    font-weight: 600;
}
p.righttxtpaymentcart.lines {
    font-weight: normal;
    margin: 6px 0px;
}
select.form-control.chkoutfield {
    border-radius: 4px;
    background: transparent;
}
.menuname-pricelist.mrtbcartrgt .menuname {
    font-weight: normal;
}
.card.cartbox.box-btmpaypd {
    margin-bottom: 80px;
}


/*Left Tabs*/

/*Catering page*/
a.buttonsscrolldown.green {
    background: #00ce1b;
}
.imagelft {
    border: 5px solid #f1f1f1;
    /*box-shadow: 0px 0px 6px -2px #000;*/
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
   
}



.buttoncustomcat {
    margin-top: 30px;
}
a.buttonsscrolldown {
    background: #454848;
    color: #fff;
    padding: 12px;
    margin: 15px 0px;
    cursor:pointer;
   
}

.bgtwogryfromcat {
    background: #f7f7f7;
    margin: 60px 0px;
}

.mrtopbtmcat40 {
    margin-bottom: 60px;
}
/*Catering page Close*/

/*CorporatePass Page*/
h5.afterlogintxt {
    line-height: 33px;
    margin-bottom: 40px;
}
span.companynamehigh {
    font-weight: bolder;
    cursor:pointer;
}
.mrtopcarpo50{margin-top:50px;}
.corporatepage {
    background-color: #b12f28;
    padding: 40px 0px;
}

.corporatepage1 {
    padding: 0px;
    width: 100%;
}
    .corporatepage1 img {
        width: 100%;
    }
h1.bannerheading {
    color: #fff;
    font-weight: bold;
    font-size: 45px;
    padding: 35px 0px 0px;
}
.bannersubheading {
    color: #fff;
    font-size: 21px;
    padding: 0px;
    line-height: 20px;
}
.bannertext p {
    color: #fff;
    max-width: 600px;
    font-size: 19px;
    line-height: 29px;
}
.bannertext {
    padding-top: 20px;
}

.secondheading.text-center h2 {
    font-size: 27px;
    font-weight: 600;
    padding: 40px 0px;
}
.topiconbox img {
    border-radius: 50%;
    border: 1px solid #454848;
}
.box-text {
    padding: 20px 20px;
}
h3.passtext {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 25px 0px 10px;
}
.corpoprice {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
.offtxt {
    padding: 13px 0px;
}
.detailtxtpass {
    padding: 0px 0px 30px;
}
button.buynowtxt {
    background: #b12f28;
    width: 92%;
    border: none;
    color: #fff;
    margin: 1px 15px 25px;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0px;
}
.mrtpbtmcuscorpo {
    margin-top: 90px;
    margin-bottom: 60px;
}

/*CorporatePass Page*/

/*FAQ BOX*/
.boxfaq {
    border: 1px solid #484545;
    width: 100%;
    margin: 16px 0px;
    padding: 12px 20px;
}


/*FAQ BOX*/
/*About page*/

.aboutpage1 {
    margin-bottom: 40px;
    border-bottom: 1px dashed #ccc;
    clear: both;
    padding: 20px;
}
.page-title {
    background: #f4f6fd;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}
.about-image .col-lg-6 .image img {
    border-radius: 0 25px 0 0;
}
.aboutpage { padding:90px 0px;
   
    background-image: url('../Images/aboutbanner.jpg');
    background-repeat: no-repeat;
    background-position: center top;
}

.catpage {padding:0px;
    height: 277px;
}



.about-image .image img {
    box-shadow: 0px 10px 20px 0px rgba(130,136,147,0.15);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
  
}
.image {
    /*margin-top: 45px;*/
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 5px solid #f1f1f1;
}
    .image img {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

 .image img:hover{
   
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.mt-30 {
    margin-top: 30px;
}
p.smalltextabout {
    color: #d35116;
    font-size: 15px;
    font-weight: 100;
}
.aboutmainheading h2 {
    font-weight: bold;
    padding: 0px 10px;
}
span.border-bottomabout {
    width: 3px;
    height: 26px;
    background: #d35116;
    float: left;
    position: absolute;
    top: 44px;
}


/*About page*/

/*Career Page*/

button.btn.cancelbtn.careerbtncancil.clerbtn {
    color: #fff;
    border: none;
    padding: 8px 40px;
    font-size: 18px;
    margin-top: -4px;
}
.careerpage {
    padding: 80px 0px;
    background-image: url(../Images/careermainbanner.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    margin-bottom: 60px;
}
section.getintouch {
    background: #f9f9f9;
    padding: 30px 0px 50px;
    margin-bottom: 50px;
}
.headchefheading {
    margin-top: 30px;
}
button.careerfntbtn {
    background: #b12f28;
    color: #fff;
    border: none;
    padding: 8px 40px;
    font-size: 18px;
    margin-top: 30px;
}
.geitouchspace {
    padding-top: 40px;
}
/*Career Page*/
/*Order Detail Start Here*/

.mainproductbx {
    background-color: #f7f7f7;
    border: 1px solid #dcdcdc;
   
}
.dateorderid {
    margin-bottom: 5px;
    clear: both;
    width: 100%;
    float: left;
    padding-left: 0px;
}
.orderlftimg img {
    width: 100%;
    border: 2px solid #dfdfdf;
    box-shadow: 0px 0px 2px #cacaca;
}
.orderdtailheadtxt h3 {
    font-size: 15px;
    /*padding-top: 10px;*/
    line-height: 33px;
}

.righttxtorderedprice {
    padding-top: 10px;
}
.order-detailid h3 {
    font-size: 18px;
    font-weight: normal;
    padding: 10px 0px;
}
.righttxttporderd h3 {
    font-size: 12px;
    text-align: right;
}
.righttxtorderedprice h3 {
    font-size: 18px;
    text-align: right;
    padding: 10px 0px;
}
.bdrorderdetail {
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 10px;
    margin-top: 10px;
}
button.reorderbtn {
    background: #b12f28;
    color: #fff;
    border: none;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 32px;
    cursor: pointer;
    margin: 0px 20px 20px 0px;
}

    button.reorderbtn.btnsecmyordr {
        background: transparent;
        color: #b12f28;
        border: 2px solid #b12f28;
        box-sizing: border-box;
        padding: 3px 30px;
    }

button.reorderbtn1 {
    border: 1px solid #b12f28 !important;
    color: #fff;
    border: none;
    font-size: 18px;
    font-weight: bold;
    padding: 7px 41px;
    cursor: pointer;
    background: transparent;
    color: #b12f28;
}


.totalammounttxt h3 {
    font-size: 16px;
    text-align: right;
    font-weight: bold;
}
.myorderbox {
    padding-bottom: 0px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.dateorderid h3{font-size:12px; text-align:left; width:100%; float:left;}
.myorderbx {
    background: #f7f7f7;
    margin-top: 30px;
   
}

.wdthrepet50 {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px 0px 10px;
}

.smalltext.myordersmheading {
    font-size: 16px;
    margin: 10px 0px;
}

.order-box1 {
    /*margin-bottom: 30px;
    border-bottom: 2px dashed #dfdfdf;*/
    padding: 30px 75px;
}

.sepratedaysorder {
    margin-bottom: 20px;
    border-bottom: 2px dashed #dfdfdf;
    margin-top: 30px;
}

.order-box1 {
    background: #f7f7f7;
    margin-top: 30px;
}
span.righttext {
    float: right;
}
.datamyorderdayswise {
    width: 100%;
    float: left;
}
.card-header1 {
    border-bottom: 1px solid #ccc;
    padding: 6px 0px;
}

.pdbnone{padding-bottom:0px;}
.close:focus, .close:hover {
    color: #fff;
    text-decoration: none;
    opacity: .75;
}
.chatbtn button.reorderbtn.btnsecmyordr {
    font-size: 12px;
}
.cancalpolicy {
    border: 1px solid #ccc;
    padding: 8px 12px;
    font-size: 15px;
    color: #454848;
    width: 134px;
    margin: 20px 0px;
    cursor: pointer;
}
    .cancalpolicy a {
        color: #B12F28
    }
    button.btn.btn-link {
        text-decoration: none;
        color: #454848;
        font-size: 15px;
    }
h5.helpheading {
    padding-bottom: 20px;
    padding-top: 10px;
    font-size: 1.15rem;
}
.chatbtn {
    padding-top: 20px;
    padding-bottom: 0px;
}
span.color2 {
    color: #b12f28;
   
}
.font-bold {
    font-weight: bold;
}
.modal-content{border:0px;}
.border-box {
    border-bottom: 2px dashed #dfdfdf;
    margin-bottom: 20px;
    clear: both;
    padding-bottom: 20px;
}
a.viewdetailbtn {
    color: #b12f28 !important;
    font-weight: 600;
    width: 50%;
    float: left;
}
p.smallltext.wdth50 {
    width: 50%;
    float: right;
}
.btmorderdetaltxt{width:100%; float:left;}
p.smallltext span {
    float: right;
}

/*My Order View detail Modal*/





.scroolbdymdl {
    overflow-y: auto;
    max-height: 400px;
    overflow-x:hidden;
}

    .scroolbdymdl::-webkit-scrollbar {
        width: 2px;
    }

    .scroolbdymdl::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    }

    .scroolbdymdl::-webkit-scrollbar-thumb {
        background-color: #777;
        outline: 1px solid slategrey;
    }




.savecarddtail::-webkit-scrollbar {
    width: 2px;
}

.savecarddtail::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

.savecarddtail::-webkit-scrollbar-thumb {
    background-color: #777;
    outline: 1px solid slategrey;
}


.popupbxmdl.tptxtpopmdl {
    width: 50%;
    float: left;
    padding: 0px;
    margin: 0px;
}

.billtotal {
    padding-left: 20px;
    padding-right: 20px;
}

p.itemcount {
    color: #7e808c;
}
hr.boderhr {
    border-color: #dddddd;
    border-style: dashed;
}
ul.myodrpopup {
    margin: 0;
    padding: 0;
}
    ul.myodrpopup li {
        line-height: 30px;
        font-weight: bold;
        font-size: 12px;
    }
span.price {
    float: right;
    font-weight: normal;
}
ul.myodrpopup li.font-normal {
    font-weight: normal;
}

    ul.myodrpopup li.font-normal.greencolor {
        color: #60b246;
    }
hr.borderdark {
    border-width: 3px;
    border-color: #dddddd;
}
span.pricetotal {
    float: right;
}
/*My order View detail Modal*/
/*GET HELP MODAL*/
.modal-dialog.helpmdl {
    max-width: 800px;
}

.helpwdthfull {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
}

.helphalfwdth {
    width: 50%;
    float: left;
}
/*GET HELP MODAL*/




/*Order Detail Close here*/
/*offer page*/
/*Offer Page Start Here*/
.Offerbanner {
    background-color:;
}

.offerimagesec img {
    width: 100%;
    height: 100%;
}
.mainheading h2 {
    padding: 40px 0px 0px;
}
.offersection {
    margin-bottom: 50px;
}
.offerimagesec {
    border: 1px solid #454848;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.cuponcode {
    height: 30px;
    border: 1px solid #06a91c;
    background-color: #00ce1b;
    width: auto;
    float: left;
    margin: 20px 15px 20px;
    color: #fff;
}
.codecoupontxt {
    cursor:pointer;
    font-size: 14px;
    font-weight: 500;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    padding: 0 15px;
    font-weight: bold;
    letter-spacing: 1.75px;
}

.couponcodeheading h5 {
    font-size: 13px;
    float: left;
    font-weight: bold;
    padding: 0px 16px;
    line-height: 20px;
}
.offerimagesec p {
    padding: 0px 15px;
    line-height: 20px;
    clear: both;
    text-align: justify;
}

.codecpybtn {
    background: transparent;
    border: 1px solid #b12f28;
    margin: 15px 15px 20px;
    padding: 4px 10px;
    cursor: pointer;
}
span.border-bottomabout.hiringbdr {
    top: 8px;
}

.headchefheading h3 {
    font-size: 22px;
    font-weight: bold;
    padding: 9px 0px;
   
}
.pdbottomnone{margin-bottom:0px;}


/*Offer Page Close Here*/

/*Review Modal Popup*/
.review {
    padding: 15px;
}

button.btn.cancelbtn.clerbtn {
    background: #454848;
    color: #fff;
}

button#btnSubmit {
    background: #b12f28;
    color: #fff;
}

.ratingrpl.riviewbx textarea {
    width: 100%;
    min-height: 80px;
    margin-bottom: 15px;
}
/*Review Modal Popup*/

/*Slider Form Catring other input width*/

.catcal {
    position: relative;
}
span.catcalenicon {
    position: absolute;
    top: 12px;
    right: 10px;
}
.imagelft img {
    width: 100%;
}





.slidfrominput {
    max-width: 500px;
}
/*Slider Form Catring other input width*/
.sectioncatbanner img {
    width: 100%;
}
/*Profile Img*/
li.profileimage img {
    border-radius: 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
}
/*Profile Image*/

/*Order success modal popup*/
.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
}

    .success-checkmark .check-icon {
        width: 80px;
        height: 80px;
        position: relative;
        border-radius: 50%;
        box-sizing: content-box;
        border: 4px solid #4CAF50;
    }

        .success-checkmark .check-icon::before {
            top: 3px;
            left: -2px;
            width: 30px;
            transform-origin: 100% 50%;
            border-radius: 100px 0 0 100px;
        }

        .success-checkmark .check-icon::after {
            top: 0;
            left: 30px;
            width: 60px;
            transform-origin: 0 50%;
            border-radius: 0 100px 100px 0;
            animation: rotate-circle 4.25s ease-in;
        }

        .success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
            content: '';
            height: 100px;
            position: absolute;
            background: #FFFFFF;
            transform: rotate(-45deg);
        }

        .success-checkmark .check-icon .icon-line {
            height: 5px;
            background-color: #4CAF50;
            display: block;
            border-radius: 2px;
            position: absolute;
            z-index: 10;
        }

            .success-checkmark .check-icon .icon-line.line-tip {
                top: 46px;
                left: 14px;
                width: 25px;
                transform: rotate(45deg);
                animation: icon-line-tip 0.75s;
            }

            .success-checkmark .check-icon .icon-line.line-long {
                top: 38px;
                right: 8px;
                width: 47px;
                transform: rotate(-45deg);
                animation: icon-line-long 0.75s;
            }

        .success-checkmark .check-icon .icon-circle {
            top: -4px;
            left: -4px;
            z-index: 10;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            position: absolute;
            box-sizing: content-box;
            border: 4px solid rgba(76, 175, 80, 0.5);
        }

        .success-checkmark .check-icon .icon-fix {
            top: 8px;
            width: 5px;
            left: 26px;
            z-index: 1;
            height: 85px;
            position: absolute;
            transform: rotate(-45deg);
            background-color: #FFFFFF;
        }

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}


.modal-header.placedorderheader {
    border-bottom: 0px;
}
.circulsuccess {
    margin: 0 auto;
    width: 60px;
    height: 60px;
    border: 6px solid #00ce1b;
    border-radius: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 23px;
    color: #00ce1b;
    margin-bottom: 20px;
    transition-delay: 2s;
}
h2.ordersucceshead {
    /*color: #00ce1b;*/
    font-size: 22px;
    text-align: center;
}

.orderplacedid {
    /*border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;*/
    padding: 12px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

    .orderplacedid span {
        color: #b12f28
    }
p.smalltextordrplaced {
    text-align: center;
    margin-top: 22px;
    margin-bottom: 22px;
}
.buttongrouporderplaced {
    text-align: center;
    padding-bottom:30px;
}

    .buttongrouporderplaced button {
        margin: 0px 15px;
    }

button.myaccouantbtnp {
    border: 2px solid #b12f28;
    background: transparent;
    font-size: 15px;
    padding: 5px 15px;
}

button.keepshoppingbtn {
    border: 2px solid #b12f28;
    background: #b12f28;
    font-size: 15px;
    padding: 5px 15px;
   color: #fff;
}
    /*Order success modal popup End*/
    /*Notification Box*/
    /*.checkoutnotifybox {
        max-width: 340px;
        border-radius: 2px;
        padding: 26px 0px;
        position: absolute;
        background-color: #fff;
        border-top: 2px solid #d35116;
        box-shadow: 0 2px 20px 0 #93959f;
        width: 100%;
        right: 17%;
        top: 78px;
    }*/

.checkoutnotifybox {
    max-width: 340px !important;
    border-radius: 2px;
    padding: 26px 0px;
    position: absolute;
    background-color: #fff;
    border-top: 2px solid #d35116;
    box-shadow: 0 2px 20px 0 #93959f;
    min-width: 300px;
    top: 53px;
    right: -29px;
    margin: 0 auto;
}


        .checkoutnotifybox.cartempty {
         padding: 10px 0px;
            max-width: 250px;
            text-align: center;
            color: #111;
        }



button.checkoutbtn.notyfybtn {
    padding: 0px;
}

.arrow-upcustom:before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    top: -7px;
    box-shadow: -3px -4px 9px -4px rgba(40,44,63,.5);
    background-color: #fff;
    border: 2px solid #d35116;
    border-right: none;
    border-bottom: none;
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: rotate(45deg);
    right: 56px;
}
ul.notification {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    display: inherit !important;
    
}
    ul.notification li {
        width: 100%;
        float: left;
        border-bottom: 1px dashed #454848;
        line-height: 40px;
        padding: 8px 0px;
    }


span.flrightnotifyprice {
    float: right;
}
ul.subtotaltxt {
    display: inherit !important;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
    ul.subtotaltxt li {
        width: 100%;
        float: left;
        font-size: 22px;
        margin-bottom: 30px;
    }
.vej {
    color: green;
}
.nonvej {
    color: #b12f28;
}
.checkoutbtn.notifychk {
    padding: 0px 20px;
    box-shadow: 0px 0px 3px 0px #d8d0d0;
}

.subtotalprice.notifytop {
    padding: 0px 20px;
}

label.orange.ng-binding {
    color: #d35116;
}
/*Notification Box*/


/*Couponcode box home rgt side*/
.couponcodebx {
    width: 100%;
    float: left;
    margin: 40px 0px 0px;
}
.couponcodebx {
    width: 100%;
    float: left;
}

.couponinputbx {
    width: 60%;
    float: left;
}
    .couponinputbx input {
        padding: 4px 6px;
        width:100%;
    }

.couponbtnrgt {
    width: 40%;
    float: left;
}
.couponbtnrgt button {
    background: #b12f28;
    color: #fff;
    border: 0px;
    padding: 6px;
    width:100%;
}
span.fontgen {
    float: left;
    width: 100%;
    font-weight: normal;
}
.card.cartbox.boxpdpayment.topbxchkout {
    padding: 20px 30px;
}

.topbxchkout p.righttxtpaymentcart {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    margin-top: 10px;
}
/*Coupon code box home rgt side*/


/*Master Search page*/
.productbox.mastersearch {
    padding: 10px 10px 16px;
    margin-bottom: 25px;
    overflow: hidden;
    min-height: 433px;
}

h2.mainheading.myorderheading {
    margin-top: 50px;
    padding-left: 20px;
}
/*Master Search Page*/


/*My Order Upload Image priview*/

/*my Order Upload Image Priview Close*/
.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 50px auto;
}

    .avatar-upload .avatar-edit {
        position: absolute;
        right: 12px;
        z-index: 1;
        top: 10px;
    }

        .avatar-upload .avatar-edit input {
            display: none;
        }

            .avatar-upload .avatar-edit input + label {
                display: inline-block;
                width: 34px;
                height: 34px;
                margin-bottom: 0;
                border-radius: 100%;
                background: #ffffff;
                border: 1px solid transparent;
                box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
                cursor: pointer;
                font-weight: normal;
                transition: all 0.2s ease-in-out;
            }

                .avatar-upload .avatar-edit input + label:hover {
                    background: #f1f1f1;
                    border-color: #d6d6d6;
                }

                .avatar-upload .avatar-edit input + label:after {
                    content: "\f040";
                    font-family: "FontAwesome";
                    color: #d35116;
                    position: absolute;
                    top: 10px;
                    left: 0;
                    right: 0;
                    text-align: center;
                    margin: auto;
                }

    .avatar-upload .avatar-preview {
        width: 192px;
        height: 192px;
        position: relative;
        border-radius: 100%;
        border: 6px solid #f8f8f8;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    }

        .avatar-upload .avatar-preview > div {
            width: 100%;
            height: 100%;
            border-radius: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }


/*My Order page Multi Stem*/


/*Smart Search Top*/
ul.list-group {
    position: absolute;
    left: 0;
    top: 42px;
    width: 100%;
    float: left;
}



    ul.list-group li.list-group-item {
        border-radius: 0px;
        cursor:pointer;
        width: 100%;
        background: #ffffff;
        border-top: 1px solid #dadada;
        border-left: 0px;
        border-right: 0px;
    }
      

/*Smart Search Top*/


/*Create Company css*/
.createcompanycontainer{width:100%; margin-top:30px;}
/*Create Company css*/
span.offersmallheading {
    font-size: 16px;
    float: left;
    width: 100%;
    margin: 10px 0px;
    color: #b12f28;
}

/*Custom Tooltip catring Page*/
th.next:hover:before {
    content: "Next";
    position: absolute;
    right: 0;
    top: 45px;
    font-size: 12px;
    background: #454848;
    padding: 3px 12px;
    text-align: center;
    border: 0px solid #c2bfbf;
    cursor: pointer;
    color: #fff;
}

th.prev:hover:before {
    content: "Prev";
    position: absolute;
    left: 0;
    top: 45px;
    font-size: 12px;
    background: #454848;
    padding: 3px 12px;
    text-align: center;
    border: 0px solid #c2bfbf;
    cursor: pointer;
    color: #fff;
}
/*Custom Tooltip Catring Page*/