.hd-login-text {
    color: #fb8c00;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    width: 100%;
    float: left;
    text-align: left;
}

.brand-top-in {
    width: 571px;
    margin: 0 auto;
}

.modal-margin {
    margin: 0 auto;
    position: relative;
    margin-top: 7%;
}

.bg-left-text {
    width: 100%;
    float: left;
    background: #ffca28;
    padding: 140px 50px 0px 50px;
    height: 466px;
}

.hd-normal-head {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    text-transform: capitalize;
    width: 100%;
    float: left;
    color: #232323;
    font-weight: 700;
    margin-bottom: 20px;
}

.hd-normal-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-align: justify;
    width: 100%;
    float: left;
    color: #232323;
    font-weight: 400;
    margin-bottom: 25px;
}

.modal-content-normal {
    border-radius: 0px;
    height: 468px;
}

.ch-normal-img {
    width: 100%;
    float: left;
    height: 100%;
    text-align: center;
    margin-top: 105px;
}

.close-new {
    right: 20px;
    top: 20px;
    position: relative;
    outline: none;
    z-index: 99;
}

.hd-bank-details {
    width: 100%;
    float: left;
    color: #000;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    line-height: 22px;
    position: relative;
    text-transform: capitalize;
}

.border-right-bank {
    position: relative;
}

.border-right-bank:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 0px;
    bottom: 0px;
    height: 100%;
    width: 1px;
    background: #e1e1e1;
}

.fadeindown {
    animation: fadeindown 2s ease;
    animation-iteration-count: 1;
    animation-fill-mode: forward;
}

@keyframes fadeinup {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes fadeindown {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }
    to {
        -webkit-transform: scale(1.5, 1.5);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.5, 1.5);
    }
}

.carousel-inner .item>img {
    /*-webkit-animation: zoom 20s;*/
    /*animation: zoom 20s;*/
}

.left-arrow {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.right-arrow {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.carousel-inner .item>img {
    /*-webkit-animation: zoom 20s;*/
    /*animation: zoom 20s;*/
}

.hd-banner-left-arrow {
    position: absolute;
    left: 44px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.hd-banner-right-arrow {
    position: absolute;
    right: 44px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.hd_content_banner {
    position: absolute;
    left: 0px;
    bottom: 30px;
    right: 0px;
    z-index: 9;
}

.persnlzd-wraper-hd {
    position: absolute;
    z-index: 99;
    top: 50px;
    left: 105px;
}

.item-lineheight {
    line-height: 28px;
}

.item-lineheight-18px {
    line-height: 18px;
}

.short_description_checkout {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 10px 0px 20px 0px;
    -webkit-box-shadow: 0px 2px 1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 1px 1px rgba(0, 0, 0, 0.15);
    display: none;
}

.short_description_checkout span {
    color: #000;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    float: left;
}

.hd_tick_icon {
    float: left;
    font-size: 16px;
    margin-left: 10px;
    line-height: 0px;
    color: #fe9801;
    display: none;
}

.closed .short_description_checkout {
    display: block;
}

.closed .hd_tick_icon {
    display: block;
}

.mycart-btn-no-item {
    width: 152px !important;
    margin: 0 auto !important;
    float: none !important;
}

.dispatch-main {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.dispatch-main li {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    float: left;
    width: 100%;
    text-transform: uppercase;
    color: #006cff;
    display: flex;
    line-height: 22px;
    margin-bottom: 5px;
}

.my-cart-border-bottom {
    border-bottom: 1px solid #f3f3f3;
}

.email-proofing-display {
    display: none;
}

.grnd_total {
    display: table;
    float: right;
    background-color: #ffca28;
    padding: 10px 150px 10px 25px;
    position: relative;
}

.grnd_total_spn {
    color: black;
    font-weight: bold;
    position: absolute;
    right: 0px;
    height: 100%;
    top: 0px;
    line-height: 45px;
    padding: 0px 10px;
    background-color: #e7b010;
    color: #fff;
}

.sgn_hd_lnk {
    padding: 16px 18px;
    display: inline-block;
}

.frm_li_lbl li label {
    padding: 31px 0px 25px 51px !important;
}

.res-over-flow-scroll {}

.address-hd {
    color: #e6e6e6;
    float: left;
    margin-right: 10px;
    position: relative;
    text-indent: 28px;
    margin-bottom: 10px;
    width: 100%;
}

.address-hd:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 0px;
    background: url(../images/address-icon.png) no-repeat;
    width: 12px;
    height: 18px;
}


/*nj about page*/

.about-bg {
    background-image: url(../images/about-bg.png);
    background-size: cover;
    float: left;
    height: 250px;
    position: relative;
    width: 100%;
    padding-bottom: 60px;
    padding-top: 120px;
    background-position: 50% 50%;
}

.about-wrpr {
    background-image: url(../images/index-bg.jpg);
    background-size: cover;
    float: left;
    height: 250px;
    position: relative;
    width: 100%;
    padding-bottom: 60px;
    padding-top: 120px;
    background-position: 50% 50%;
}

.about-anmtn-span {
    -webkit-animation: balloon2 10s ease-in-out infinite;
    -moz-animation: balloon2 10s ease-in-out infinite;
    -o-animation: balloon2 10s ease-in-out infinite;
    animation: balloon2 10s ease-in-out infinite;
    top: 0px;
    text-align: center;
}

.about-bg-clr {
    width: 100%;
    height: 300px;
    background-image: url(../images/about-parallel-img.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@-webkit-keyframes balloon2 {
    0%,
    100% {
        -webkit-transform: translateY(0) rotate(-6deg);
    }
    50% {
        -webkit-transform: translateY(-20px) rotate(8deg);
    }
}

@-moz-keyframes balloon2 {
    0%,
    100% {
        -moz-transform: translateY(0) rotate(-6deg);
    }
    50% {
        -moz-transform: translateY(-20px) rotate(8deg);
    }
}

@-o-keyframes balloon2 {
    0%,
    100% {
        -o-transform: translateY(0) rotate(-6deg);
    }
    50% {
        -o-transform: translateY(-20px) rotate(8deg);
    }
}

@keyframes balloon2 {
    0%,
    100% {
        transform: translateY(0) rotate(-6deg);
    }
    50% {
        transform: translateY(-20px) rotate(8deg);
    }
}

.about-listpage {
    width: 650px;
    margin: 0 auto;
    float: none;
}

.about-listpage li {
    text-transform: capitalize;
    margin: 10px 20px;
}

.about-listpage li:hover .color-grey {
    color: #ffca28;
}

.about-option {
    border-radius: 25px;
    background-color: #ff7000;
    color: #ffca28;
    transition: all 0.5s;
    min-width: 175px;
    text-align: center;
    padding: 7px;
}

.about-option:hover {
    background-color: #000;
    transition: all 0.5s;
    border-radius: 25px;
}

.about-option-wrpr {
    width: 100%;
    float: left;
}


/*end nj about page */


/*b*/


/*.bottom-abs-hd{
    position: absolute;
    height: auto;
    background: #fff;
    left: 0px;
    padding: 10px 10px;
    box-shadow: 0px 0px 12px -3px #b1b1b1;
    bottom: 0px;
}*/

.button-buy-hd {
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    width: auto;
    border-radius: 50px;
    background: #fff;
    color: #000;
    float: left;
    position: relative;
    padding: 8px 24px;
    overflow: hidden;
    z-index: 0;
    display: flex;
}

.button-buy-hd:hover {
    color: #fff;
    background: #fff;
}

.button-buy-hd::after {
    position: absolute;
    content: " ";
    top: 0px;
    left: 0px;
    width: 0px;
    height: 100%;
    background: #fb8c00;
    border-radius: 50px;
    z-index: -1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.button-buy-hd:hover::after {
    right: 100%;
    width: 100%;
}

.button-buy-hd>i {
    float: right;
    font-size: 18px;
    line-height: 20px;
    padding-left: 25px;
    transition: padding .5s;
}

.button-buy-hd:hover>i {
    padding-right: 5px;
    padding-left: 20px;
}

.button1-hd {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
}

.button2-hd {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    padding: 4px 12px;
    text-transform: capitalize;
    display: flex;
    margin: 0 auto;
    width: 120px;
    float: left;
}

.button2-hd>i {
    font-size: 16px;
    line-height: 18px;
}

.baloon-img-hd {
    position: absolute;
    right: -25px;
    bottom: -30px;
}

.baloons-right-hd {
    width: 100%;
    float: left;
    position: relative;
    height: 367px;
    background: url(../images/baloons.jpg) no-repeat;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.baloons-right-hd:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.baloons-right-hd:after {
    content: "";
    position: absolute;
    left: 22px;
    top: 22px;
    right: 22px;
    bottom: 22px;
    border: 1px solid #fff;
    transition: all ease .5s;
}

.baloons-right-hd:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.7);
    transition: all ease .5s;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease .5s;
}

.baloons-right-hd:hover:before {
    opacity: 1;
}

.baloons-main-left-hd {
    width: 100%;
    float: left;
    padding: 35px 30px;
}

.baloons-bg-color-hd {
    background: #ffecb3;
}

.baloons-bg1-color-hd {
    background: #e0f7fa;
}

.baloons-bg2-color-hd {
    background: #fff8e1;
}

.baloons-head-left-hd {
    color: #333333;
    line-height: 22px;
    float: left;
    width: 100%;
}

.bg-hd {
    background-color: #f3f3f3;
}

.baloon-order-summery-hd {
    padding: 20px 30px;
}

.submit-bg-color-hd {
    background: #fb8c00 !important;
    color: #fff;
    text-transform: uppercase !important;
}

.submit-bg-color-hd>i {
    padding-left: 8px !important;
}

.submit-bg-color-hd:hover>i {
    padding-right: 0px !important;
}


/*b*/


/*c*/

.color-common-hd {
    color: #fe9801 !important;
}

.colors-hd {
    width: auto;
    margin: 0 auto;
    background: #fff;
    position: absolute;
    padding: 0px 10px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transition: all ease .3s;
    box-shadow: inset 0px 1px 0px 0px #fbc02d;
}

.featured-box:hover .colors-hd {
    bottom: 36px;
    padding: 12px 10px 12px 10px;
}

.color1-hd {
    background: #ffffff;
    border-radius: 100px;
    border: 1px solid #e8e8e8;
    cursor: pointer;
    position: relative;
    padding: 5px;
    display: -webkit-inline-box;
    margin-right: 2px;
}

.featured-box:hover .color-head-hd {
    margin-bottom: 6px;
}

.color1-hd:last-child {
    margin-right: 0px !important;
}

.color0-hd {}

.color0-hd:hover {
    background: transparent !important;
    border: 1px solid transparent !important;
}

.color0-hd:after {
    content: "";
    position: absolute;
    left: -7px;
    top: -20px;
    background: url(../images/colors-baloon/colors0-img.png);
    height: 34px;
    width: 19px;
    opacity: 0;
    transition: all ease .3s;
}

.color0-hd:hover:after {
    opacity: 1;
    top: -22px;
}

.color2-hd {
    background: #f5ee30 !important;
    transition: all ease .3s;
}

.color2-hd:hover {
    background: transparent !important;
    border: 1px solid transparent !important;
}

.color2-hd:after {
    content: "";
    position: absolute;
    left: -7px;
    top: -20px;
    background: url(../images/colors-baloon/colors2-img.png);
    height: 34px;
    width: 19px;
    opacity: 0;
    transition: all ease .3s;
}

.color2-hd:hover:after {
    opacity: 1;
    top: -22px;
}

.color3-hd {
    background: #fabdcb !important;
    transition: all ease .3s;
}

.color3-hd:hover {
    background: transparent !important;
    border: 1px solid transparent !important;
}

.color3-hd:after {
    content: "";
    position: absolute;
    left: -7px;
    top: -20px;
    background: url(../images/colors-baloon/colors3-img.png);
    height: 34px;
    width: 19px;
    opacity: 0;
    transition: all ease .3s;
}

.color3-hd:hover:after {
    opacity: 1;
    top: -22px;
}

.color4-hd {
    background: #f25f26 !important;
    transition: all ease .3s;
}

.color4-hd:hover {
    background: transparent !important;
    border: 1px solid transparent !important;
}

.color4-hd:after {
    content: "";
    position: absolute;
    left: -7px;
    top: -20px;
    background: url(../images/colors-baloon/colors4-img.png);
    height: 34px;
    width: 19px;
    opacity: 0;
    transition: all ease .3s;
}

.color4-hd:hover:after {
    opacity: 1;
    top: -22px;
}

.color5-hd {
    background: #83c0fd !important;
    transition: all ease .3s;
}

.color5-hd:hover {
    background: transparent !important;
    border: 1px solid transparent !important;
}

.color5-hd:after {
    content: "";
    position: absolute;
    left: -7px;
    top: -20px;
    background: url(../images/colors-baloon/colors5-img.png);
    height: 34px;
    width: 19px;
    opacity: 0;
    transition: all ease .3s;
}

.color5-hd:hover:after {
    opacity: 1;
    top: -22px;
}

.color6-hd {
    background: #bacd56 !important;
    transition: all ease .3s;
}

.color6-hd:hover {
    background: transparent !important;
    border: 1px solid transparent !important;
}

.color6-hd:after {
    content: "";
    position: absolute;
    left: -7px;
    top: -20px;
    background: url(../images/colors-baloon/colors6-img.png);
    height: 34px;
    width: 19px;
    opacity: 0;
    transition: all ease .3s;
}

.color6-hd:hover:after {
    opacity: 1;
    top: -22px;
}

.color7-hd {
    background: #000000 !important;
    transition: all ease .3s;
}

.color7-hd:hover {
    background: transparent !important;
    border: 1px solid transparent !important;
}

.color7-hd:after {
    content: "";
    position: absolute;
    left: -7px;
    top: -20px;
    background: url(../images/colors-baloon/colors7-img.png);
    height: 34px;
    width: 19px;
    opacity: 0;
    transition: all ease .3s;
}

.color7-hd:hover:after {
    opacity: 1;
    top: -22px;
}

.color8-hd {
    background: #f20034 !important;
    transition: all ease .3s;
}

.color8-hd:hover {
    background: transparent !important;
    border: 1px solid transparent !important;
}

.color8-hd:after {
    content: "";
    position: absolute;
    left: -7px;
    top: -20px;
    background: url(../images/colors-baloon/colors8-img.png);
    height: 34px;
    width: 19px;
    opacity: 0;
    transition: all ease .3s;
}

.color8-hd:hover:after {
    opacity: 1;
    top: -22px;
}

.color9-hd {
    background: #790012 !important;
    transition: all ease .3s;
}

.color9-hd:hover {
    background: transparent !important;
    border: 1px solid transparent !important;
}

.color9-hd:after {
    content: "";
    position: absolute;
    left: -7px;
    top: -20px;
    background: url(../images/colors-baloon/colors9-img.png);
    height: 34px;
    width: 19px;
    opacity: 0;
    transition: all ease .3s;
}

.color9-hd:hover:after {
    opacity: 1;
    top: -22px;
}

.color10-hd {
    background: #4c00fb !important;
    transition: all ease .3s;
}

.color10-hd:hover {
    background: transparent !important;
    border: 1px solid transparent !important;
}

.color10-hd:after {
    content: "";
    position: absolute;
    left: -7px;
    top: -20px;
    background: url(../images/colors-baloon/colors10-img.png);
    height: 34px;
    width: 19px;
    opacity: 0;
    transition: all ease .3s;
}

.color10-hd:hover:after {
    opacity: 1;
    top: -22px;
}

.color11-hd {
    background: #176710 !important;
    transition: all ease .3s;
}

.color11-hd:hover {
    background: transparent !important;
    border: 1px solid transparent !important;
}

.color11-hd:after {
    content: "";
    position: absolute;
    left: -7px;
    top: -20px;
    background: url(../images/colors-baloon/colors11-img.png);
    height: 34px;
    width: 19px;
    opacity: 0;
    transition: all ease .3s;
}

.color11-hd:hover:after {
    opacity: 1;
    top: -22px;
}

.color12-hd {
    background: #8200eb !important;
    transition: all ease .3s;
}

.color12-hd:hover {
    background: transparent !important;
    border: 1px solid transparent !important;
}

.color12-hd:after {
    content: "";
    position: absolute;
    left: -7px;
    top: -20px;
    background: url(../images/colors-baloon/colors12-img.png);
    height: 34px;
    width: 19px;
    opacity: 0;
    transition: all ease .3s;
}

.color12-hd:hover:after {
    opacity: 1;
    top: -22px;
}


/*nj order summery cart*/

.cart-innr-hd {
    padding-top: 45px;
    text-align: left;
}

.cart-bln-hd {
    width: 100%;
    float: left;
    padding: 20px 10px 0px 10px;
}

.cart-head-hd {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    margin-top: 0px;
}

.cart-hd {
    width: 100%;
    float: left;
    border-bottom: 1px solid #f3f3f3;
}

.cart-wrpr-hd {
    background-color: #fff;
    padding: 10px;
    position: relative;
}

.cart-innr-h3-hd {
    text-transform: uppercase;
}

.cart-clrchoose-hd {
    background-color: #fe6102;
}

.cart-clrchoose-hd2 {
    background-color: #fee902;
}

.cart-clrchoose-hd3 {
    background-color: #ffc0cb;
}

.cart-clrchoose-hd4 {
    background-color: #c0ca4f;
}

.cart-clrchoose-hd-5 {
    background: #ffffff;
}

.cart-clrchoose-hd-6 {
    background: #fee902;
}

.cart-clrchoose-hd-7 {
    background: #ffc0cb;
}

.cart-clrchoose-hd-8 {
    background: #6dc4ff;
}

.cart-clrchoose-hd-9 {
    background: #c0ca4f;
}

.cart-clrchoose-hd-10 {
    background: #000000;
}

.cart-clrchoose-hd-11 {
    background: #ff0024;
}

.cart-clrchoose-hd-12 {
    background: #800000;
}

.cart-clrchoose-hd-13 {
    background: #0000ff;
}

.cart-clrchoose-hd-14 {
    background: #006400;
}

.cart-clrchoose-hd-15 {
    background: #7104ed;
}

.cart-btn-hd {
    border: 1px solid #e9e9e9;
    width: 100%;
    height: 20px;
    border-radius: 0px;
}

.cart-span-hd {
    top: -8px;
    text-align: center;
    right: -27px;
    font-size: 11px;
}

.cart-group-hd {
    float: left;
    margin-right: 3px;
}

.cart-group-width-hd {
    float: left;
    margin-right: 0px;
    width: 69px;
}

.cart-summery-btn {
    float: left;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    transition: all 0.6s ease;
    display: inline-block;
    border-radius: 0px;
    border: none;
    padding: 10px 10px !important;
}

.cart-summery-btn:hover {
    color: #fff;
    background-color: #ff7000 !important;
}

.cart-btn-clr-hd {
    background-color: #939393 !important;
    margin-right: 5px;
}

.cart-btn-clr-hd2 {
    color: #000;
    background-color: #ffca28;
}

.cart-button-fullwrapper {
    float: right;
}

.cart-right-section {
    padding: 13px 30px;
    float: left;
    width: 100%;
    position: relative;
}

.cart-right-btn {
    width: 100%;
    float: left;
}

.cart-right-fulwrpr {
    margin-bottom: 5px;
    width: 100%;
    float: left;
}

.cart-border-dot:before {
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #dedede;
    top: 0px;
    position: absolute;
    left: 0px;
}

.color-head-hd {
    font-size: 10px;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
}

.cart-price-hd {
    float: left;
    padding: 12px 10px;
}

.cart-price-hd:hover {
    background: #ffca28;
    color: #000;
}

.cart-item-hd {
    background: #ffe082;
    float: left;
    padding: 12px 12px;
}

.cart-item-hd:hover {
    background: #ffe082;
    color: #000;
}


/*end nj order summery*/

.container-bg-main-hd {
    width: 100%;
    float: left;
    background: url(../images/section-bg.png);
    padding: 40px 0px 20px 0px;
}

.container-a {
    overflow: hidden;
    width: 100%;
    height: auto;
    position: relative;
    cursor: pointer;
    float: left;
}

.featured-box:hover .container-a .image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.image {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 0px !important;
}

.call-hd {
    color: #e6e6e6;
    float: left;
    margin-right: 10px;
    position: relative;
    text-indent: 28px;
    margin-bottom: 10px;
}

.call-hd:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../images/call-icon.png) no-repeat;
    width: 22px;
    height: 15px;
}

.call-hd:hover {
    color: #e6e6e6;
}

.color-name-hd {
    color: #a3a3a3;
    font-size: 11px;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 5px;
}

.color-tick-center-hd {
    width: 110px;
    margin: 0 auto !important;
    display: flex !important;
}

.color-tick-center-cart-hd {
    width: 110px;
    margin: 0 auto !important;
    display: flex !important;
}

.color-charge-hd {
    font-size: 12px;
    color: #000;
    font-size: 11px;
}


/*c*/


/*e*/

.email-hd {
    color: #e6e6e6;
    float: left;
    margin-right: 10px;
    position: relative;
    text-indent: 24px;
    margin-bottom: 10px;
}

.email-hd:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 2px;
    background: url(../images/email-icon.png) no-repeat;
    width: 17px;
    height: 14px;
}

.email-hd:hover {
    color: #e6e6e6;
}


/*nj enquiry(contact) page*/

.enquiry-form-control {
    border-radius: 0px!important;
    font-size: 12px !important;
    border: 1px solid #e1e1e1;
    box-shadow: none;
}

.enquiry-msgbox-height {
    height: 132px!important;
}

.enquiry-padding-left-right-45 {
    padding: 10px 45px!important;
}

.enquiry-address-transform {
    text-transform: capitalize;
}

.enquiry-icon {
    top: 0px;
    left: 0px;
    font-size: 14px;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 5px;
    width: 26px;
    height: 26px;
    text-align: center;
    position: absolute;
}

.enquiry-lineheight {
    line-height: 24px;
    text-transform: capitalize;
    padding-left: 45px;
}

.enquiry-lineheight>a {
    color: #000;
}

.enquiry-lineheight:hover .enquiry-icon {
    border: 1px solid #fbc02d;
    color: #fbc02d;
}


/*end nj enquiry(contact) page*/


/*e*/


/*f*/

.f-color-hd {
    color: #ff7000 !important;
}

.f-family-montserat {
    font-family: 'Montserrat', sans-serif;
}

.f-family-poppins {
    font-family: Poppins, sans-serif;
}

.f-family-montserat-size {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.f-family-montserat-size-12 {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}

.f-family-montserat-size-11 {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
}

.f-family-montserat-size-20 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}

.f-family-montserat-size-10 {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px !important;
}

.filter-button {
    font-size: 12px;
    text-align: center;
    color: #333333;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    border: none;
    background: none;
}

.filter-button:hover {
    text-align: center;
    color: #ffca28;
    border: none;
    background-color: rgba(0, 0, 0, 0) !important;
}

.btn-default:active .btn-default.filter-button {
    background-color: #42B32F;
    color: red !important;
}

.footer-menu-bg-hd {
    background: #333333;
    padding-top: 40px;
    padding-bottom: 20px;
}

.footer-head-hd {
    color: #e6e6e6;
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 25px;
}

.footer-head-hd:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -8px;
    width: 60px;
    height: 2px;
    background: #d2ae56;
}

.footer-menu-hd {
    width: 100%;
    float: left;
    list-style-type: none;
    padding: 0px;
    margin: 0px 0px 25px 0px;
}

.footer-menu-hd li {
    float: left;
    border-right: 1px solid #e6e6e6;
    line-height: 10px;
}

.footer-menu-hd li:last-child {
    border-right: 0px solid #e6e6e6;
}

.footer-menu-hd li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: capitalize;
    color: #e6e6e6;
    width: auto;
    float: left;
    font-weight: 300;
    padding: 0px 5px;
    transition: all ease .5s;
}

.footer-menu-hd li a:hover {
    color: #ffca28;
}

.footer-site-bg-hd {
    background: #252525;
}


/*nj order-summery-cart*/

.form-group input[type="checkbox"] {
    display: none;
}

.form-group input[type="checkbox"] {
    display: none;
}

.form-group input[type="checkbox"]+.btn-group>label span {
    width: 20px;
}

.form-group input[type="checkbox"]+.btn-group>label span:first-child {
    display: none;
}

.form-group input[type="checkbox"]+.btn-group>label span:last-child {
    display: inline-block;
}

.form-group input[type="checkbox"]:checked+.btn-group>label span:first-child {
    display: inline-block;
}

.form-group input[type="checkbox"]:checked+.btn-group>label span:last-child {
    display: none;
}


/*end nj order-summery-cart*/

.file-choose-hd {
    float: right;
    cursor: pointer;
}

.file-choose-icon-hd {
    position: relative;
    top: -9px;
}

.featured-box-hd {
    height: auto !important;
    padding-top: 0px;
}


/*f*/


/*g*/

.gallery_product {
    margin-bottom: 30px;
}


/*g*/


/*h*/

.hey-day-bg {
    background: #ffca28 !important;
}

.h3-hd {
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.h4-hd {
    color: #ff7000;
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
}

.h5-hd {
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.h6-hd {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.header-top-left-ul-hd {
    float: left;
    height: 48px;
    padding: 14px 0;
    width: 100%;
}

.header-top-left-ul-hd>li {
    float: left;
    font-size: 14px;
    font-weight: 600;
    padding-right: 10px;
}

.header-top-left-ul-hd>li>a {
    color: #000;
}

.header-top-left-ul-hd>li>span {
    font-size: 12px;
    font-weight: 400;
}

.header-top-right-hd>a {
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    padding-right: 20px;
    text-transform: capitalize;
}

.header-top-right-hd>a:hover {
    color: #fff;
}

.header-top-ul-hd>li:last-child {
    padding-right: 0;
}

.next-btn-hd {
    padding: 8px 20px !important;
    background: #ffca28;
    transition: all ease .5s;
    border: none;
    border-radius: 0px;
    font-size: 14px;
    color: #000;
    float: right;
}

.next-btn-hd:hover {
    background: #ff7000;
    color: #fff;
}

.next-order-bg-hd {
    padding: 10px 30px;
    box-shadow: 0px 0px 8px -2px rgb(187, 187, 187) !important;
}


/*h*/


/*i*/

.img-span-hd {
    float: left;
    text-indent: -7000px;
    width: 100%;
}

.img-hover-effect:hover img:not(:hover) {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .75;
}

.item-backbutton-hd {
    width: 30px;
    height: 30px;
    float: left;
    border: 1px solid #c2c2c2;
    text-align: center;
    padding-top: 3px;
    border-radius: 100px;
    margin-right: 5px;
    color: #000;
}

.item-center-number-hd {
    /*width:45px;*/
    height: 30px;
    float: left;
    text-align: center;
    font-size: 12px;
    color: #000;
    border: 1px solid #c2c2c2;
    margin-right: 5px;
}

.item-backbutton-order-hd {
    width: 20px;
    height: 20px;
    float: left;
    border: 1px solid #c2c2c2;
    text-align: center;
    padding-top: 0px;
    border-radius: 100px;
    margin-right: 5px;
    color: #000;
    line-height: 19px;
}

.item-center-number-order-hd {
    width: 55px;
    height: 20px;
    float: left;
    text-align: center;
    font-size: 11px;
    color: #000;
    border: 1px solid #c2c2c2;
    margin-right: 5px;
}

.item-center-number-cart-hd {
    width: 55px;
    height: 20px;
    float: none;
    display: block;
    text-align: center;
    font-size: 11px;
    color: #000;
    border: 1px solid #c2c2c2;
    margin: 0 auto;
}

.item-center-number-order-cart-hd {
    width: 64px;
    height: 20px;
    float: left;
    text-align: center;
    font-size: 11px;
    color: #000;
    border: dashed 1px #f3f3f3;
    margin-right: 0px;
    line-height: 19px;
}

.item-number-center-hd {
    width: 110px;
    margin: 0 auto;
}

.item-number-center-cart-hd {
    width: 60px;
    margin: 0 auto;
}

.cart-remove-hd {
    width: 48%;
    float: left;
    font-size: 11px;
    padding: 8px !important;
    margin-bottom: 5px;
}

.item_txt_multiple {
    width: 95px!important;
}


/*i*/


/*l*/

.logo-wrapper-hd {
    float: left;
    width: 100%;
}

.logo-wrapper-hd>img {
    float: left;
    width: auto;
}

.login-sign-main-res-hd {
    background: #ffca28;
    display: none;
    float: left;
    width: 133px;
    list-style-type: none;
    position: absolute;
    padding: 11px 0px;
    right: 0px;
    top: 82px;
    z-index: 9;
}

.login-sign-main-res-hd li {
    width: 100%;
    float: left;
}

.login-sign-main-res-hd li a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    float: left;
    width: 100%;
    padding: 2px 15px;
    transition: all ease .5s;
}

.login-sign-main-res-hd li a:hover {
    color: #000;
}

.label-hd {
    font-weight: 300;
    font-size: 12px;
    width: 100%;
    float: left;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 3px;
    color: #000;
}

.select-box-order-hd {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 300;
    width: 105px;
    height: 25px;
    border: 1px solid #b5b5b5;
    color: #000;
    padding: 3px 5px;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 0%, #eaeaea 100%, #eaeaea 100%, #eaeaea 100%, #eaeaea 101%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 0%, #eaeaea 100%, #eaeaea 100%, #eaeaea 100%, #eaeaea 101%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 0%, #eaeaea 100%, #eaeaea 100%, #eaeaea 100%, #eaeaea 101%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0);
    /* IE6-9 */
}


/*nj index-login-modal*/

.login-btnwidth {
    width: 48%!important;
}

.login-btnwidth>i {
    padding-left: 0px!important;
}

.login-btnwidth>i:hover {
    padding-left: 0px!important;
}

.login-model {
    width: 50%;
    margin: 60px auto;
}

.login-fulwrpr {
    min-width: 100%;
    min-height: 515px;
    background: rgba(137, 64, 0, 1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(137, 64, 0, 1) 0%, rgba(137, 63, 0, 1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(137, 64, 0, 1)), color-stop(100%, rgba(137, 63, 0, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(137, 64, 0, 1) 0%, rgba(137, 63, 0, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(137, 64, 0, 1) 0%, rgba(137, 63, 0, 1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(137, 64, 0, 1) 0%, rgba(137, 63, 0, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(137, 64, 0, 1) 0%, rgba(137, 63, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#894000', endColorstr='#893f00', GradientType=1);
    position: relative;
    border-bottom: none !important;
}

.login-text {
    color: #fff;
    font-size: 30px;
}

.login-wraper-full {
    background-color: #fff;
    border: none !important;
    border-radius: 0px !important;
}

.login-inertxt {
    font-size: 16px;
    color: #fff;
}

.login-logo-img {
    position: absolute;
    bottom: 35px;
    left: 0px;
    width: 100%;
    text-align: center;
}

.loginmodal-button-bg {
    background-color: #555555;
    color: #fff;
}

.login-form {
    position: relative;
}

.login-text-form {
    border-radius: 0px;
    outline: none;
    border: 0px;
    box-shadow: none;
}

.login-text-form:focus {
    border-radius: 0px;
    outline: none;
    border-bottom: 1px solid #2874f0;
    box-shadow: none;
    width: 100%;
}

.login-underline:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
    border-bottom: 1px solid #e0e0e0;
    left: 0px;
}


/* Card */

.login-card .login-input-container {
    position: relative;
    margin: 0 0px 28px;
}

.login-card .login-input-container input {
    outline: none;
    z-index: 1;
    position: relative;
    background: none;
    width: 100%;
    height: 54px;
    border: 0;
    color: #212121;
    font-weight: 400;
}

.login-card .login-input-container textarea {
    outline: none;
    z-index: 1;
    position: relative;
    background: none;
    width: 100%;
    height: 100px;
    border: 0;
    color: #212121;
    padding-top: 18px;
    font-weight: 400;
}

.login-card .login-input-container input:focus~label {
    color: #9d9d9d;
    font-size: 9px;
    top: -22px;
    /*    color: #9d9d9d;
        -webkit-transform: translate(-12%, -50%) scale(0.75);
        transform: translate(-12%, -50%) scale(0.75);*/
}

.login-card .login-input-container textarea:focus~label {
    color: #9d9d9d;
    font-size: 9px;
    top: -22px;
    /*    color: #9d9d9d;
        -webkit-transform: translate(-12%, -50%) scale(0.75);
        transform: translate(-12%, -50%) scale(0.75);*/
}

.login-card .login-input-container input:focus~.bar:before,
.login-card .login-input-container input:focus~.bar:after {
    width: 50%;
}

.login-card .login-input-container input:valid~label {
    color: #9d9d9d;
    -webkit-transform: translate(-12%, -50%) scale(0.75);
    transform: translate(-12%, -50%) scale(0.75);
}

.login-card .login-input-container label {
    position: absolute;
    top: 0;
    left: 0;
    color: #757575;
    font-weight: 300;
    line-height: 60px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.login-card .login-input-container .bar {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #b1b1b1;
    width: 100%;
    height: 1px;
}

.login-card .login-input-container .bar:before,
.login-card .login-input-container .bar:after {
    content: '';
    position: absolute;
    background: #ffca28;
    width: 0;
    height: 2px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

.login-card .login-input-container .bar:before {
    left: 50%;
}

.login-card .login-input-container .bar:after {
    right: 50%;
}

.login-forgot {
    right: 0px;
    top: 20px;
    z-index: 1;
}

.login-close {
    font-size: 25px;
    position: absolute;
    top: -3px;
    right: -30px;
    opacity: 1;
    color: #fff;
    z-index: 9;
}


/*end nj index-login-modal*/


/*l*/


/*n*/

.nav-hd {
    border: none;
    border-radius: 0;
    height: 106px;
}

.nav-shadow-hd {
    box-shadow: 0 3px 8px 0 #86a6b1;
    position: relative;
    z-index: 1;
}

.navbar-ul-hd {
    list-style: none;
}

.navbar-ul-hd li a>i {
    font-size: 16px;
}

.navbar-ul-hd>li {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    padding-right: 15px;
}

.navbar-ul-hd>li.active>a {
    color: #ff6e00;
}

.navbar-ul-hd>li>a {
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    color: #000;
    padding: 0;
    transition: all .3s;
}

.navbar-ul-hd>li>a:hover,
.navbar-ul-hd>li>a:focus,
.navbar-ul-hd>li>a:active {
    background-color: transparent;
    color: #ff6e00;
}

.navbar-wrapper-hd {
    float: right;
    width: auto;
}

.nav-hd .navbar-toggle {
    background: #ffca28 !important;
}

.icon-bar {
    background: #000;
}


/*n*/


/*o*/

.our-branding-hd {
    width: 100%;
    float: left;
    border: 10px solid #e8e8e8;
}

.our-branding-left-hd {
    background: #fbc02d;
    padding: 15px 30px;
    height: 230px;
}

.our-branding-head-hd {
    line-height: 20px;
    font-size: 20px;
    margin-bottom: 5px;
}

.our-branding-text-hd {
    color: #333333;
    line-height: 18px;
}

.our-brand-imgs {
    display: table-cell;
    vertical-align: middle;
    height: 230px;
    text-align: center;
    width: 100%;
}

.our-brand-imgs-hd {
    display: block;
    vertical-align: middle;
    height: auto;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.our-brand-imgs-hd img {
    width: 100%;
}

.our-brand-imgs img {
    width: 100%;
}

.order-color-left-price-hd {
    border: 1px solid #e9e9e9;
    padding: 0px 3px;
    font-size: 9px;
    color: #000;
    height: 20px;
    float: left;
    width: 45px;
    text-align: center;
}

.order-color-left-price-cart-hd {
    padding: 0px 3px;
    font-size: 9px;
    color: #000;
    height: 20px;
    float: left;
    width: 300px;
    text-align: center;
    line-height: 20px;
    border: dashed 1px #f3f3f3;
}


/*o*/


/*p*/

.port-image {
    width: 100%;
}

.p-hd {
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 300;
}

.p-pading-right-hd {
    padding-right: 108px;
}

.persnl-p-hd {
    min-height: 124px;
    padding: 18px 65px 18px 0;
}

.persnlzd-hd {
    background-image: url(../images/index-bg.jpg);
    background-size: cover;
    float: left;
    height: 690px;
    position: relative;
    width: 100%;
    padding-bottom: 60px;
    padding-top: 120px;
}

.price-order-hd {
    color: #ff7200;
    font-size: 16px;
    width: 100%;
    float: left;
}

.order-next-text-hd {
    color: #01628b;
    font-size: 11px;
    width: 100%;
    float: left;
}

.next-btn-hd {}


/*nj personalised-baloon-inner-page*/

.personalised-baloon-innerbannr {
    width: 100%;
    float: left;
    /*background-image: url(../images/theam_inner.jpg);*/
    position: relative;
    height: 320px;
    padding-top: 120px;
    overflow: hidden;
    padding: 92px;
}

.prslz-anmtn-span {
    position: absolute;
    min-width: 100%;
    -webkit-animation: balloon2 10s ease-in-out infinite;
    -moz-animation: balloon2 8s ease-in-out infinite;
    -o-animation: balloon2 8s ease-in-out infinite;
    animation: balloon2 10s ease-in-out infinite;
    top: -85px;
    right: 0px;
}

.prslz-bg-inrimg {
    width: 100%;
    float: left;
}

@-webkit-keyframes balloon2 {
    0%,
    100% {
        -webkit-transform: translateY(0) rotate(-6deg);
    }
    50% {
        -webkit-transform: translateY(-20px) rotate(8deg);
    }
}

@-moz-keyframes balloon2 {
    0%,
    100% {
        -moz-transform: translateY(0) rotate(-6deg);
    }
    50% {
        -moz-transform: translateY(-20px) rotate(8deg);
    }
}

@-o-keyframes balloon2 {
    0%,
    100% {
        -o-transform: translateY(0) rotate(-6deg);
    }
    50% {
        -o-transform: translateY(-20px) rotate(8deg);
    }
}

@keyframes balloon2 {
    0%,
    100% {
        transform: translateY(0) rotate(-6deg);
    }
    50% {
        transform: translateY(-20px) rotate(8deg);
    }
}

.prsnl-h3-hd {
    font-size: 28px !important;
    color: #fff;
    text-align: center;
}

.prsnl-h4-hd {
    font-size: 20px;
    font-weight: normal;
    color: #000;
    text-align: center;
    text-transform: capitalize;
}

.persn-filtrbtn {
    font-size: 12px;
    text-align: center;
    color: #333333;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    border-radius: 15px;
    background: none;
    outline: none;
    border: 1px solid #d7d7d7;
}

.persn-filtrbtn:hover {
    color: #ffca28;
    border: 1px solid #ffca28;
    outline: none;
    background: transparent;
}

.persn-filtrbtn.active_present {
    color: #ffca28;
    border: 1px solid #ffca28;
    outline: none;
    background: transparent;
}

.prsnlz-baloon-wrpr {
    padding: 20px 0px 50px 0px;
    width: 100%;
    float: left;
}

.prslz-right-little {
    width: 100%;
    background-color: #fbc02d;
    padding: 15px;
}

.prslz-cus-chkbox {
    margin-left: 20px!important;
}

.prslz-cus-chktxt {
    padding-left: 8px!important;
    font-family: 'Montserrat', sans-serif!important;
    font-size: 12px!important;
    font-weight: 500 !important;
    float: left;
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    width: 14px;
    height: 14px;
    float: left;
    margin-right: .5em;
    margin-top: 4px;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon,
.radio label input[type="radio"]+.cr>.cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon,
.radio label input[type="radio"]:checked+.cr>.cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
    font-size: 10px
}

.checkbox label input[type="checkbox"]:disabled+.cr,
.radio label input[type="radio"]:disabled+.cr {
    opacity: 1;
}


/*nj end personalised-baloon-inner-page*/


/*p*/


/*nj event-made-img-page*/

.gallery-image {
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 0px !important;
}

.featured-box:hover .container-a .gallery-image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    transition: all .3s ease-in-out;
}


/*nj event-made-img-page*/


/*q*/

.quick-btn-hd>i {
    padding-left: 5px !important;
    font-size: 10px !important;
}

.quick-btn-hd {
    padding: 4px 10px !important;
    width: 100px;
}


/*q*/


/*s*/

.square-widget:after {
    content: "";
    position: absolute;
    bottom: -8px;
    right: 0px;
    left: 0px;
    height: 8px;
    width: 100%;
    background: #fff;
    z-index: 1;
}

.sub-head-hd {
    font-size: 20px;
    color: #333333;
    text-transform: uppercase;
}

.sub-text-color-hd {
    color: #8d8d8d !important;
}

.square-widget:hover .balloon {
    -webkit-animation: balloon1 4s ease-in-out infinite;
    -moz-animation: balloon1 4s ease-in-out infinite;
    -o-animation: balloon1 4s ease-in-out infinite;
    animation: balloon1 4s ease-in-out infinite;
}


/*BALLOON 1 4*/

@-webkit-keyframes balloon1 {
    0%,
    100% {
        -webkit-transform: translateY(0) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-20px) rotate(8deg);
    }
}

@-moz-keyframes balloon1 {
    0%,
    100% {
        -moz-transform: translateY(0) rotate(0deg);
    }
    50% {
        -moz-transform: translateY(-20px) rotate(8deg);
    }
}

@-o-keyframes balloon1 {
    0%,
    100% {
        -o-transform: translateY(0) rotate(0deg);
    }
    50% {
        -o-transform: translateY(-20px) rotate(8deg);
    }
}

@keyframes balloon1 {
    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(8deg);
    }
}

.social-icon-head-hd {
    font-size: 13px;
    width: 100%;
    float: left;
    color: #333333;
}

.social-icon1-hd {
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 15px;
    float: left;
    background: #000;
    cursor: pointer;
    border-radius: 100px;
    line-height: 25px;
    transition: all ease .5s;
}

.social-icon1-hd:hover {
    background: #ffca28;
    color: #fff;
    margin-top: -3px;
}

.social-icon1-hd>i {
    line-height: 25px;
}

.site-hd {
    color: #d2d2d2;
    width: 100%;
    float: left;
    padding: 15px 0px;
    transition: all ease .5s;
}

.site-hd:hover .site-gl-hd {
    color: #ffca28;
}

.site-gl-hd {
    color: #d2d2d2;
    cursor: pointer;
    transition: all ease .5s;
}

.sign-up-res-block-hd {
    border-radius: 100px;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    display: none;
    width: 30px;
    height: 30px;
    line-height: 27px;
    position: absolute;
    right: 15px;
    top: 25px;
    text-align: center;
    transition: all ease .5s;
}

.sign-up-res-block-hd:hover {
    border: 1px solid #000;
    color: #000;
}


/*s*/


/*t*/

.text-area-hd {
    width: 100%;
    float: left;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    color: #000;
    box-shadow: none;
}


/*nj tell friend page*/

.tell-friend-hd {
    width: 65%;
    margin: 0px auto;
}

.tell-friend-fulwrpr {
    background: url(../images/tell-friend-bg.png) no-repeat;
    height: 448px;
    width: 100%;
    float: left;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.tell-friend-logo-bottom {
    bottom: 20px !important;
}

.tell-friend-sumitbtnwidth {
    width: auto !important;
}

.tell-friend-margin {
    margin: 0px 0px 10px!important;
}


/*end nj tell friend page*/

.tick-hd {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    border: 1px solid #ffca28;
    border-radius: 100px;
    color: #ffca28;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.tick-hd>i,
.tick1-hd>i,
.tick2-hd>i {
    line-height: 28px;
}

.tick1-hd {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    border: 1px solid #ffca28;
    border-radius: 100px;
    color: #ffca28;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.tick2-hd {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    border: 1px solid #ffca28;
    border-radius: 100px;
    color: #ffca28;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}


/*t*/


/*u*/

.ul-section-hd {
    width: 100%;
    float: left;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.ul-section-hd li {
    width: 100%;
    float: left;
    color: #000;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
    position: relative;
    text-indent: 20px;
    /*text-transform: capitalize;*/
}

.ul-section-hd li:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 11px;
    background: url(../images/ul-icon.png) no-repeat;
    left: 0px;
    top: 8px;
}


/*u*/


/*sinto*/

.d_22O2Xt {
    line-height: 2;
}

.gl_bold {
    font-weight: bold !important;
}

.delivery_type {
    text-transform: uppercase;
    font-size: 11px;
    color: #878787;
    vertical-align: middle;
    padding: 4px 7px;
    border-radius: 2px;
    background-color: #f0f0f0;
    font-weight: 500;
    border: 1px solid #d7d7d7;
}

.gl_address_item {
    border-bottom: 1px solid #f0f0f0;
}

.gl_address_item ::-webkit-input-placeholder {
    color: #c2c2c2;
}

.gl_address_item :-moz-placeholder {
    /* Firefox 18- */
    color: #c2c2c2;
}

.gl_address_item ::-moz-placeholder {
    /* Firefox 19+ */
    color: #c2c2c2;
}

.gl_address_item :-ms-input-placeholder {
    /* IE 10+ */
    color: #c2c2c2;
}

.gl_address_item ::-ms-input-placeholder {
    /* Edge */
    color: #c2c2c2;
}

.gl_address_item :placeholder-shown {
    /* Standard one last! */
    color: #c2c2c2;
}

.gl_margin_top_15px-minus {
    margin-top: -15px;
}

.gl_order_summary_address {
    padding: 0 112px 0 56px;
    float: left;
    width: 100%;
    margin-top: 8px;
    font-size: 14px;
}

.item-summary {
    border-bottom: 1px solid rgba(175, 175, 175, 0.42);
    margin-bottom: 20px;
}


/*nj style*/

.order-summery-minheight {
    min-height: 170px;
}

.order-summery-margintop {
    margin-top: -70px;
}

.font-weight-light {
    font-weight: lighter!important;
}

.enquiry-margin-bottom {
    margin-bottom: 30px;
}


/*sinto*/


/*responsive table*/

.boxer1 {
    display: table;
    border-collapse: collapse;
    width: 100%;
}

.boxer1 .box-row {
    display: table-row;
}

.boxer1 .box {
    display: table-cell;
    text-align: left;
    vertical-align: top;
    border: 1px solid #cccccc;
    text-align: center;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 0px;
    background: #fff;
}

.boxer {
    display: table;
    border-collapse: collapse;
    width: 100%;
}

.boxer .box-row {
    display: table-row;
}

.boxer .box {
    display: table-cell;
    text-align: left;
    vertical-align: top;
    border: 1px solid #cccccc;
    text-align: center;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 0px;
    background: #fff;
}

.boxer-name-hd {
    width: 50%;
    float: left;
}

.boxer-name-main-hd {
    width: 380px;
    margin: 0 auto;
}

.boxer-name-bg-hd {
    background: #f9f9f9 !important;
}

.common-default-hd,
.common-default1-hd,
.common-default2-hd,
.common-addon1-hd,
.common-addon2-hd {
    opacity: 0.3;
    pointer-events: none;
    transition: all 0.5s;
}

.common-default-hd.active {
    opacity: 1;
    pointer-events: auto;
}

.common-default1-hd.active {
    opacity: 1;
    pointer-events: auto;
}

.common-default2-hd.active {
    opacity: 1;
    pointer-events: auto;
}

.common-addon1-hd.active,
.common-addon2-hd.active {
    opacity: 1;
    pointer-events: auto;
}


/*responsive table*/


/*success page*/

.ss_pymnt_itmdet_tble {
    width: 100%;
    float: left;
    font-family: 'Montserrat', sans-serif;
}

.ss_pymnt_itmdet_tble thead {
    padding: 20px 0px;
    background: #f1f1f1;
}

.ss_pymnt_itmdet_tble thead tr td {
    text-align: center;
    padding: 10px 10px;
    color: #777;
    border: solid 1px #ddd;
    font-size: 15px;
    font-weight: bold;
}

.ss_pymnt_itmdet_tble tbody tr td {
    text-align: center;
    padding: 10px 10px;
    color: #333;
    border: solid 1px #ddd;
    font-size: 12px;
}

.lng_col {
    text-align: left !important;
}

.table-head-hd {
    width: 100%;
    float: left;
}

.table-head-hd tbody th {
    font-family: montserrat;
    font-size: 15px;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
    position: relative;
    color: #000;
}

.table-head-hd tbody {
    float: left;
    width: 100%;
}

.table-head-hd tbody th:after {
    content: '';
    border-right: solid 5px #000;
    border-left: solid 5px #ffca28;
    float: left;
    height: 11px;
    width: 10px;
    margin-right: 7px;
    margin-top: 5px;
}

.table-head-hd tbody tr {
    width: 100%;
    float: left;
}

.table-head-hd tbody td {
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
}

.table-head-two-hd {
    width: 100%;
    float: left;
}

.table-head-two-hd tbody {
    width: 100%;
    float: left;
}

.table-head-two-hd tr {
    width: 48%;
    float: left;
    margin-right: 4%;
}

.table-head-two-hd tr:last-child {
    margin-right: 0% !important;
}

.table-head-two-hd th {
    width: 100%;
    font-family: montserrat;
    font-size: 15px;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
    position: relative;
    color: #000;
    margin-right: 4%;
}

.table-head-two-hd th:after {
    content: '';
    border-right: solid 5px #000;
    border-left: solid 5px #ffca28;
    float: left;
    height: 11px;
    width: 10px;
    margin-right: 7px;
    margin-top: 5px;
}

.table-head-two-hd th:last-child {
    margin-right: 0% !important;
}

.ss_pymtnttab_billaddr_txtarea {
    width: 100%;
    float: left;
    padding: 15px;
}

.address-box {
    width: 100%;
    float: left;
    padding: 20px;
    background-color: #dedede;
    margin-right: 4%;
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    /*font-weight: 300;*/
    line-height: 24px;
    /*font-weight:bold;*/
}

.address-box:last-child {
    margin-right: 0% !important;
}


/*success page*/

#trans-nav {
    list-style-type: none;
    height: 40px;
    padding: 0;
    margin: 0;
}

#trans-nav {
    list-style-type: none;
    height: 40px;
    padding: 0;
    margin: 0;
}

#trans-nav li {
    float: left;
    position: relative;
    padding: 0;
}

#trans-nav li:hover {
    background-position: 0 -40px;
}

#trans-nav li a {
    display: block;
    padding: 0 15px;
    color: #fff;
    text-decoration: none;
}

#trans-nav li a:hover {
    color: #a3f1d7;
}

#trans-nav li ul {
    opacity: 0;
    position: absolute;
    left: 0;
    width: 8em;
    background: #63867f;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#trans-nav li:hover ul {
    opacity: 1;
}

#trans-nav li ul li {
    float: none;
    position: static;
    height: 0;
    line-height: 0;
    background: none;
}

#trans-nav li:hover ul li {
    height: 30px;
    line-height: 30px;
}

#trans-nav li ul li a {
    background: #63867f;
}

#trans-nav li ul li a:hover {
    background: #5a8078;
}


/*#trans-nav li { -webkit-transition: all 0.2s; }
#trans-nav li a { -webkit-transition: all 0.5s; }
#trans-nav li ul { -webkit-transition: all 1s; }
#trans-nav li ul li { -webkit-transition: height 0.5s; }
*/

.dropbtn {
    color: #fff!important;
    background: none;
    font-size: 12px;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
    color: #555;
}

.dropdown::after {
    position: absolute;
    right: 0px;
    top: 50%;
    content: "\f0d7";
    font-family: FontAwesome;
    color: #555;
    margin-top: -11px;
}

.dropdownaddr::after {
    position: absolute;
    right: 0px;
    top: 50%;
    font-family: FontAwesome;
    color: #555;
    margin-top: -11px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffca28;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
    transition: all 0.5s;
}

.dropdown-content a {
    color: #fff;
    padding: 12px 16px;
    font-size: 12px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    color: #ff7000;
    background-color: #fff;
}

.dropdown:hover .dropdown-content {
    display: block;
    transition: all 0.5s;
    right: 0px;
    top: 45px;
}

.dropdown:hover .dropbtn {
    color: #fff;
    transition: all 0.5s;
}

.drp-padding {
    padding: 10px 0px 10px 0px;
}

.login-color {
    color: #000;
}

.login-color:hover {
    color: #fff;
}

.drpdwn-responsive {
    position: absolute;
    display: inline-block;
    background-color: #000;
}

.dropdown:hover .drpdwn-responsive {
    display: block;
    transition: all 0.5s;
    right: 0px;
    top: 40px;
}

.drpdwn-responsive li {
    padding: 5px 0px;
}

.drpdwn-responsive li:hover {
    background-color: #ff7200;
    color: #fff!important;
}

.header-top-right-hd {
    float: right;
    height: 48px;
    /*padding: 12px 0;*/
    text-align: right;
}

.white-space-no {
    white-space: nowrap;
}

.hd_four_td td {
    width: 25%;
}

.cup_stick_line_h {
    line-height: 24px;
}

.hd_in_cup_stick {
    width: 92px;
    margin: 0 auto;
}

.hd_cup_stick_opacity {
    opacity: 0.3;
}

.atta-cart-hd th {
    width: 25% !important;
}

.atta-link-img-hd {
    width: 100px;
    height: 100px;
    float: left;
}

.atta-link-img-hd img {
    width: 100%;
}

@media screen and (max-width:1320px) {
    .navbar-ul-hd>li>a>i {
        font-size: 15px;
    }
    .navbar-ul-hd>li {
        font-size: 11px;
    }
    .navbar-ul-hd>li>a>i {
        font-size: 15px;
    }
    .f-family-montserat-size {
        font-size: 13px;
    }
    .cart-price-hd {
        padding: 12px 5px;
    }
    .h3-hd {
        font-size: 38px;
    }
    .h4-hd {
        font-size: 32px;
    }
    .nav-hd {
        height: auto;
    }
    .baloons-main-left-hd {
        padding: 30px 15px;
    }
    .f-family-montserat-size-20 {
        font-size: 16px;
    }
    .social-icon-head-hd {
        font-size: 11px;
    }
    .our-branding-left-hd {
        padding: 15px;
    }
    .our-branding-head-hd {
        font-size: 16px;
    }
    /*nj responsive */
    .our-branding-left-hd {
        min-height: 236px;
    }
    /*nj end responsive */
}

@media screen and (max-width:1200px) {
    #myacDivmyorder {
        display: none;
        position: absolute;
        left: -14px;
        top: 0px !important;
        z-index: 999;
        background: #fff;
        width: 290px;
        border: 1px solid #ffca28;
        padding: 20px;
        margin-left: 14px;
    }
    .colors-hd {
        width: auto;
    }
    .gl_right_sort {
        width: 100%;
    }
    .my-ac-responsive-display-hd {
        top: -39px !important;
        display: block !important;
    }
    .navbar-ul-hd>li {
        padding-right: 9px;
    }
}

@media screen and (max-width:992px) {
    .my-ac-responsive-display-hd {
        top: 0px !important;
        display: block !important;
    }
    #myacDivmyorder {
        top: 40px !important;
    }
    .res-menu-padding {
        padding: 0px !important;
    }
    .hd_content_banner {
        position: relative;
        left: 0px;
        bottom: 0px;
        right: 0px;
        z-index: 9;
        width: 100%;
        float: left;
        /*margin-top: 20px;*/
    }
    .border-right-bank:after {
        display: none;
    }
    .padding-right-0 {
        padding-right: 15px !important;
    }
    .about-listpage li {
        width: 44%;
    }
    .persnlzd-hd {
        height: auto;
        padding-bottom: 30px;
        padding-top: 60px;
    }
    .square-widget {
        margin-bottom: 30px;
    }
    .padding-right-0 {
        padding-right: 15px;
    }
    .padding-left-0 {
        padding-left: 15px;
    }
    .our-branding-left-hd {
        height: auto;
    }
    .baloons-right-hd {
        background-size: cover;
    }
    .our-brand-imgs {
        display: block;
        height: auto;
        padding: 20px 0px;
    }
    .baloons-main-left-hd {
        height: auto;
    }
    .nav-hd {
        height: auto;
    }
    .navbar-ul-hd>li {
        font-size: 9px;
        font-weight: 700;
        padding-right: 6px;
    }
    .navbar-ul-hd>li>a>i {
        font-size: 12px;
    }
    .padding-top-bottom-30 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .padding-left-40 {
        padding-left: 0px;
    }
    .cart-item-pri-hd {
        padding: 0px;
    }
    .cart-price-hd {
        padding: 12px 6px;
    }
    .f-family-montserat-size {
        font-size: 12px;
    }
    .baloon-img-hd {
        right: 10px;
        bottom: -30px;
    }
    .margin-bottom-20 {
        margin-bottom: 15px;
    }
    /*nj page responsive*/
    /*About page*/
    .header-top-left-ul-hd {
        height: auto;
    }
    .about-listpage {
        width: 100%
    }
    .footer-menu-hd li {
        width: 100%;
        line-height: 20px;
        border: none;
    }
    /*end About page*/
    .login-close {
        top: 5px;
        right: 10px;
        color: #bcbcbc!important;
    }
    /*tell page*/
    .tell-friend-hd {
        width: 100%;
    }
    .login-fulwrpr {
        display: none;
    }
    .login-model {
        width: 100%;
    }
    .login-btnwidth {
        width: 27%;
    }
    .prslz-anmtn-span {
        top: 142px!important;
    }
    /*end tell page*/
    /*order summery*/
    .hide-responsive-img {
        display: block;
        width: auto !important;
        position: relative;
        z-index: 9;
    }
    .order-summery-margintop {
        margin-top: auto;
    }
    /*end order summery*/
    #myacDivmyorder {
        display: none;
        position: absolute;
        left: 46px;
        top: 0px;
        z-index: 999;
        background: #fff;
        width: 290px;
        border: 1px solid #ffca28;
        padding: 20px;
        margin-left: 14px;
        height: 100vh;
        overflow: scroll;
    }
    /*end nj page responsive*/
    .my-listing-order {
        height: auto;
        border: none !important;
    }
    .tell-friend-fulwrpr {
        height: auto;
    }
    .our-branding-left-hd {
        min-height: auto;
    }
}

@media screen and (max-width:767px) {
    .header-top-left-ul-hd>li {
        font-size: 11px;
    }
    .header-top-left-ul-hd>li>span {
        font-size: 11px;
    }
    .sgn_hd_lnk {
        padding: 16px 5px 16px 10px;
    }
    #myacDivmyorder {
        left: 0px;
    }
    .close-new {
        right: 20px;
        top: 20px;
        position: absolute;
        outline: none;
        z-index: 99;
    }
    .bg-left-text {
        width: 100%;
        float: left;
        background: #ffca28;
        padding: 50px 50px 50px 50px;
        height: auto;
    }
    .ch-normal-img {
        width: 100%;
        float: left;
        height: auto;
        text-align: center;
        margin-top: auto;
        padding: 50px 50px;
    }
    .modal-content-normal {
        border-radius: 0px;
        height: auto;
    }
    .modal-margin {
        margin: 0 auto;
        position: relative;
        margin-top: 2%;
    }
    .res-over-flow-scroll {
        overflow: scroll;
    }
    .ss_pymnt_itmdet_tble {
        width: 900px !important;
    }
    .table-head-two-hd tr {
        width: 100%;
        float: left;
        margin-right: 0%;
        margin-bottom: 20px;
    }
    .about-listpage li {
        width: 100%;
        margin: 10px 0px;
    }
    .footer-menu-hd li {
        width: 100%;
        line-height: 24px;
        border-right: 0px;
    }
    .h3-hd {
        font-size: 30px;
    }
    .img-span-hd {
        width: 75px;
        position: absolute;
        top: -52px;
        padding-left: 0px;
    }
    .navbar-wrapper-hd {
        width: 100%;
        float: left;
    }
    .cart-button {
        position: absolute;
        top: -42px;
        right: 71px;
    }
    .cart-item-pri-hd {
        position: absolute;
    }
    .cart-price-hd {
        padding: 8px 10px;
    }
    .cart-item-hd {
        padding: 8px 12px;
    }
    .f-family-montserat-size {
        font-size: 12px;
    }
    .padding-top-bottom-30 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .navbar-ul-hd>li>a {
        line-height: 24px;
        float: left;
        width: 100%;
    }
    .login-sign-up-res-hd {
        position: absolute;
        right: 0px;
        top: -2px;
    }
    .sign-up-res-block-hd {
        width: 25px;
        height: 25px;
        line-height: 22px;
        top: 11px;
    }
    .navbar-ul-hd>li {
        font-size: 10px;
        padding: 0px 15px;
    }
    .navbar-ul-hd>li>a>i {
        font-size: 14px;
    }
    .persnlzd-wraper-hd {
        padding-bottom: 30px;
    }
    .personalised-baloon-innerbannr {
        padding: 75px 15px;
    }
    /*nj responsive*/
    /*About page*/
    .about-listpage {
        width: 100%
    }
    /*order summery page*/
    .responsive-scroll {
        float: left;
        overflow-x: scroll;
    }
    .responsive-width {
        width: 500px;
        overflow: scroll;
        margin-bottom: 30px;
    }
    .responsive-margin-bottom {
        margin-bottom: 30px;
    }
    /*end order summery  responsive*/
    /*enquiry responsive*/
    .responsive-enquiry-center {
        text-align: center;
        background-color: rgba(217, 220, 225, 0.27);
        padding: 20px;
        margin-bottom: 20px;
    }
    .enquiry-lineheight {
        padding-left: 0px;
        margin-top: 47px;
    }
    .enquiry-icon {
        right: 0px;
        margin: 0 auto;
        top: -31px;
    }
    .responsive-enquiry-ttle {
        display: none;
    }
    .enquiry-margin-bottom {
        margin-bottom: 10px;
    }
    .responsive-enquiry-centeralign {
        width: auto!important;
        display: table;
        float: none;
        margin: 0 auto;
    }
    .responsive-enquiry-ttle2 {
        text-align: center;
    }
    .enquiry-address-transform {
        text-align: center;
        line-height: 22px;
        background-color: rgba(217, 220, 225, 0.27);
        padding: 20px;
        margin-bottom: 20px;
    }
    /*end enquiry responsive*/
    .social-icon1-hd {
        width: 25px;
        height: 25px;
        color: #fff;
        font-size: 15px;
        float: none;
        background: #000;
        cursor: pointer;
        border-radius: 100px;
        line-height: 25px;
        transition: all ease .5s;
        display: inline-block;
    }
    .enquiry-cntcts {
        text-align: center;
    }
}

@media screen and (max-width:639px) {
    .brand-top-in {
        width: 100%;
        float: left;
    }
    .about-wrpr {
        height: 150px;
    }
    .boxer {
        width: 730px;
        overflow-x: scroll;
    }
    .baloons-main-left-hd {
        padding: 20px 15px;
    }
    .f-family-montserat-size-20 {
        font-size: 16px;
    }
    .our-branding-left-hd {
        padding: 15px 15px;
    }
    /*    .filter-button{ width:49%;}*/
    .h3-hd {
        font-size: 26px;
    }
    .h4-hd {
        font-size: 24px;
    }
    .square-widget::after {
        display: none;
    }
    /*    .baloon-img-hd{ display:none;}*/
    .baloon-img-hd {
        right: 15px;
        bottom: 14px;
        width: 72px;
    }
    .persnl-p-hd {
        min-height: auto;
        padding: 18px 0px 18px 0;
    }
    .p-pading-right-hd {
        padding-right: 0px;
    }
    .square-widget {
        margin-bottom: 15px;
    }
    .header-top-left-ul-hd {
        height: auto;
    }
    .header-top-left-ul-hd>li {
        padding-right: 2px;
    }
    .header-top-right-hd>a {
        padding-right: 5px;
    }
    .sign-up-res-hd {
        display: none;
    }
    .sign-up-res-block-hd {
        display: block;
        padding-top: 3px;
    }
    .header-top-left-ul-hd>li {
        font-size: 11px;
    }
    .header-top-left-ul-hd>li>span {
        font-size: 11px;
    }
    .login-sign-main-res-hd {
        top: 47px;
    }
    .mycarousel-cart {
        height: calc(100% - 100px);
    }
    /*    #myCarousel{height:300px;}*/
    .carousel-inner .item>img {
        /*-webkit-animation: zoom 20s;*/
        /*animation: zoom 20s;*/
        height: 100%;
        max-width: none !important;
        /*width: auto !important;*/
        position: relative;
        left: 0px;
    }
    .persnlzd-wraper-hd {
        position: absolute;
        z-index: 99;
        top: 35px;
        left: 20px;
        padding-right: 30px;
        right: 0px;
    }
    .p-pading-right-hd p {
        font-size: 11px;
    }
    .personalised-baloon-innerbannr {
        height: 255px;
    }
    .about-bg {
        height: 180px;
    }
    .persn-filtrbtn {
        width: 100%;
    }
    .next-btn-hd {
        font-size: 12px;
    }
    .submit_input {
        font-size: 12px;
    }
}

@media screen and (max-width:480px) {
    .logo-wrapper-hd>img {
        float: left;
        width: 50px;
    }
    .nav-hd .navbar-toggle {
        background: #ffca28 !important;
        position: relative;
        top: -3px;
        margin-bottom: 0px;
    }
    .logo-wrapper-hd {
        margin-top: 10px;
    }
    .f-family-montserat-size {
        font-size: 11px;
    }
    .login-sign-main-res-hd li a {
        padding: 4px 15px;
    }
    .item-center-number-order-cart-hd {
        width: 100%;
    }
    .item-number-center-cart-hd {
        width: 100%;
    }
    .f-family-montserat-size-12 {
        font-size: 11px;
    }
    .cart-bln-hd {
        padding: 20px 10px 0px 0px;
    }
    .boxer-name-main-hd {
        width: 100%;
    }
    .filter-button {
        width: 100%;
    }
    .persnlzd-wraper-hd {
        padding-bottom: 30px;
    }
    .h5-hd {
        font-size: 14px;
    }
    .h3-hd {
        font-size: 18px;
    }
    .h4-hd {
        font-size: 18px;
    }
    .persnlzd-hd {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .navbar-toggle {
        padding: 6px 6px;
    }
    .cart-button {
        position: absolute;
        top: -32px;
        right: 60px;
    }
    .cart-item-hd {
        padding: 6px 12px;
    }
    .cart-price-hd {
        padding: 6px 10px;
    }
    .img-span-hd {
        top: -47px;
    }
    .header-top-left-ul-hd>li {
        font-size: 11px;
    }
    .header-top-left-ul-hd>li>span {
        font-size: 10px;
    }
    .header-top-left-ul-hd>li:nth-child(3) {
        width: 100%;
    }
    .sign-up-res-block-hd {
        top: 19px;
    }
    .login-sign-main-res-hd {
        top: 62px;
    }
    .baloon-img-hd {
        right: 15px;
        bottom: 20px;
        width: 60px;
    }
    .carousel-inner .item>img {
        /*-webkit-animation: zoom 20s;*/
        /*animation: zoom 20s;*/
        height: auto;
        max-width: none !important;
        /*width: auto !important;*/
        position: relative;
        /*left: -228px;*/
    }
    /*nj responsive*/
    /*About page*/
    .about-listpage {
        width: 100%
    }
    /*end About page*/
    /*end nj responsive*/
    .padding-30 {
        padding: 20px;
    }
    .baloon-order-summery-hd {
        padding: 20px 20px;
    }
    .count_para {
        margin-bottom: 10px;
    }
    .personalised-baloon-innerbannr {
        background-position: 86%!important;
    }  
    .branding-innerbanner{
        background-position: 36%!important;
    }
}

.extra-printing-charge-name {
    float: left;
    max-width: 210px;
}

.convert_number_text {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.bottom-item-border-hd {
    border-top: 1px solid #ececec;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
}


/**Jobees***/

.font-weight-700 {
    font-weight: 700;
}

.color-extra {
    color: #3e3e3e !important;
}

.order-next-text-hd2 {
    color: #069bda !important;
}


/**Jobees***/

.font-weight-normal {
    font-weight: normal !important;
}

.item-center-number-qunt-hd {
    width: 100%;
    height: 30px;
    float: left;
    text-align: center;
    font-size: 11px;
    color: #000;
    border: 1px solid #f3f3f3;
    margin-right: 5px;
}

.input_animated {
    position: relative;
}

.inputbox {
    height: 50px;
    width: 100%;
    float: left;
    border: solid 1px #ddd;
    outline: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-indent: 20px;
    font-size: 12px;
}

.input_animated label.active {
    font-size: 10px;
    top: 7px;
}

.input_animated label {
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #999;
    height: 100%;
    width: 100%;
    left: 21px;
    top: 16px;
    font-weight: 400;
    pointer-events: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.color-orange {
    color: #fb8c00 !important;
}

.color-orange1 p,
.color-orange1 span,
.color-orange1 div {
    color: #fb8c00 !important;
}

.inputselectbx {
    width: 100%;
    outline: none;
    border: solid 1px #ddd;
    padding: 10px;
}

.order-next-text-hd p,
.order-next-text-hd span {
    color: #01628b;
    font-size: 11px;
    width: 100%;
    float: left;
}


/*.form-group{
    display: block;
    float: left;
    width: 100%;
}*/

.color-tick-center-hd .cart-btn-hd {
    position: relative;
    float: left;
    width: 60px !important;
}

.color-tick-center-cart-hd .order-color-left-price-cart-hd {
    width: 40px !important;
}

.color-tick-center-cart-hd .cart-btn-hd {
    width: 65px !important;
}
@media screen and (max-width:480px){
    .mycarousel-cart {
        height: auto!important;
    }
}

/* common */

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 8px 0;
    background-color: e01434;
    /* box-shadow: 0 5px 10px rgba(0, 0, 0, .1); */
    color: white;
    font-family: 'Montserrat', sans-serif;
    /* text-shadow: 0 1px 1px rgba(0, 0, 0, .2); */
    text-transform: uppercase;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
}


/* top left*/

.ribbon-top-left {
    top: 0px;
    left: 16px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}

.ribbon-top-left::before {
    top: 0;
    right: 0;
}

.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}

.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}

@media screen and (max-width:560px){
    .hd-banner-left-arrow{
        display:none
    }
    .hd-banner-right-arrow
    {
        display:none
    }

}

@media screen and (max-width:768px) {
    .branding-innerbanner{
        background-position: center!important;
    }
}

@media screen and (max-width:560px) {
    .branding-innerbanner{
        background-position: 36%!important;
    }
}