﻿body {
    -x-system-font: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f4f5f5;
    background-image: url("/images/box/bg_pattern.jpg");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #252a2f;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: 14px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant-alternates: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-variant-position: normal;
    font-weight: normal;
    line-height: 22px;
}

.panel-primary .panel-body {
    min-height: 210px;
}

.panel-heading a:focus, .panel-heading a:hover {
    color: #fff !important;
}

.dropdown-menu > li > div {
    display: block !important;
    top: 0 !important;
    position: relative;
    border: none !important;
}


.pagination {
    margin: 0 !important;
}

.panel-title {
    font-family: Verdana;
    font-size: 12px;
    text-decoration: none;
}

    .panel-title h3:hover {
        text-decoration: underline;
    }

    .panel-title:hover {
        text-decoration: none;
    }

.submenuheadderfirstrow {
    background-color: #e6e6e6;
}

    .submenuheadderfirstrow .RedefiningH1 #barLinksheader, .RedefiningH1 {
        color: #252a2f;
        font-weight: bold;
        text-align: left;
        font-size: 14px;
    }

.dropdown-menu {
    border: 0px;
}

.setmMenu {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.space {
    padding: 5px;
}

.desplayAll {
    -moz-box-shadow: inset 0px 1px 0px 0px #dcecfb;
    -webkit-box-shadow: inset 0px 1px 0px 0px #dcecfb;
    box-shadow: inset 0px 1px 0px 0px #dcecfb;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bddbfa), color-stop(1, #80b5ea));
    background: -moz-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
    background: -webkit-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
    background: -o-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
    background: -ms-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
    background: linear-gradient(to bottom, #bddbfa 5%, #80b5ea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bddbfa', endColorstr='#80b5ea',GradientType=0);
    background-color: #bddbfa;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #84bbf3;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    padding: 1px 15px 5px 15px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #528ecc;
    height: 25px;
    margin-top: 5px;
}

.displayitmes {
    font-family: Verdana;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

.desplayAll:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #80b5ea), color-stop(1, #bddbfa));
    background: -moz-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
    background: -webkit-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
    background: -o-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
    background: -ms-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
    background: linear-gradient(to bottom, #80b5ea 5%, #bddbfa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b5ea', endColorstr='#bddbfa',GradientType=0);
    background-color: #80b5ea;
    color: #ffffff;
}

.desplayAll:active {
    position: relative;
    top: 1px;
}

.IndexImage {
    padding: 5px;
}

/*-------IndexImage Effect Start----------*/
.view {
    width: 300px;
    height: 200px;
    margin: 10px;
    float: left;
    border: 10px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    background: #fff url(../images/bgimg.jpg) no-repeat center center;
}

    .view .mask, .view .content {
        width: 300px;
        height: 200px;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
    }

    .view img {
        display: block;
        position: relative;
    }

    .view h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 17px;
        padding: 10px;
        background: rgba(0, 0, 0, 0.8);
        margin: 20px 0 0 0;
    }

    .view p {
        font-family: Georgia, serif;
        font-style: italic;
        font-size: 12px;
        position: relative;
        color: #fff;
        padding: 10px 20px 20px;
        text-align: center;
    }

    .view a.info {
        display: inline-block;
        text-decoration: none;
        padding: 7px 14px;
        background: #000;
        color: #fff;
        text-transform: uppercase;
        -webkit-box-shadow: 0 0 1px #000;
        -moz-box-shadow: 0 0 1px #000;
        box-shadow: 0 0 1px #000;
    }

        .view a.info: hover {
            -webkit-box-shadow: 0 0 5px #000;
            -moz-box-shadow: 0 0 5px #000;
            box-shadow: 0 0 5px #000;
            opacity: 0.7;
        }

.view-second img {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.view-second .mask {
    background-color: rgba(115,146,184, 0.7);
    width: 300px;
    padding: 60px;
    height: 300px;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translate(265px, 145px) rotate(45deg);
    -moz-transform: translate(265px, 145px) rotate(45deg);
    -o-transform: translate(265px, 145px) rotate(45deg);
    -ms-transform: translate(265px, 145px) rotate(45deg);
    transform: translate(265px, 145px) rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view-second h2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    background: transparent;
    margin: 20px 40px 0px 40px;
    -webkit-transform: translate(200px, -200px);
    -moz-transform: translate(200px, -200px);
    -o-transform: translate(200px, -200px);
    -ms-transform: translate(200px, -200px);
    transform: translate(200px, -200px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view-second p {
    -webkit-transform: translate(-200px, 200px);
    -moz-transform: translate(-200px, 200px);
    -o-transform: translate(-200px, 200px);
    -ms-transform: translate(-200px, 200px);
    transform: translate(-200px, 200px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view-second a.info {
    -webkit-transform: translate(0px, 100px);
    -moz-transform: translate(0px, 100px);
    -o-transform: translate(0px, 100px);
    -ms-transform: translate(0px, 100px);
    transform: translate(0px, 100px);
    -webkit-transition: all 0.2s 0.1s ease-in-out;
    -moz-transition: all 0.2s 0.1s ease-in-out;
    -o-transition: all 0.2s 0.1s ease-in-out;
    -ms-transition: all 0.2s 0.1s ease-in-out;
    transition: all 0.2s 0.1s ease-in-out;
}

.view-second:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translate(-80px, -125px) rotate(45deg);
    -moz-transform: translate(-80px, -125px) rotate(45deg);
    -o-transform: translate(-80px, -125px) rotate(45deg);
    -ms-transform: translate(-80px, -125px) rotate(45deg);
    transform: translate(-80px, -125px) rotate(45deg);
}

.view-second:hover h2 {
    -webkit-transform: translate(0px,0px);
    -moz-transform: translate(0px,0px);
    -o-transform: translate(0px,0px);
    -ms-transform: translate(0px,0px);
    transform: translate(0px,0px);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.view-second:hover p {
    -webkit-transform: translate(0px,0px);
    -moz-transform: translate(0px,0px);
    -o-transform: translate(0px,0px);
    -ms-transform: translate(0px,0px);
    transform: translate(0px,0px);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.view-second:hover a.info {
    -webkit-transform: translate(0px,0px);
    -moz-transform: translate(0px,0px);
    -o-transform: translate(0px,0px);
    -ms-transform: translate(0px,0px);
    transform: translate(0px,0px);
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
/*-------IndexImage Effect Start----------*/
.ctsLink {
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    color: #1c6b05;
}

    .ctsLink:hover {
        color: #2b9f0f;
    }

.footerDiv {
    padding: 10px;
    background: #fff;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
}

.footerHeading {
    color: #787474;
    font-weight: bold;
    font-size: 16px;
}

.menuBarPosition {
    padding: 0px;
}

.ul {
    padding: 0px;
}

.dropdownMenuList {
    float: left;
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #808080;
    border-top: 1px solid #D5D5D5;
    text-align: left;
    z-index: 1001;
}

.dropdownMenuListType {
    float: left;
    width: 25%;
    background-color: #FFFFFF;
}

.dropdownMenuListTypeGift {
    float: left;
    width: 33%;
    background-color: #FFFFFF;
}

.dropdownMenuListTypeDVD {
    float: left;
    width: 50%;
    background-color: #FFFFFF;
}

.DVDMenuList {
    float: left;
    width: 400px;
    background-color: #FFFFFF;
    border: 1px solid #808080;
    border-top: 1px solid #D5D5D5;
    text-align: left;
    z-index: 1001;
}

.BestSellerMenuList {
    float: left;
    width: 600px;
    background-color: #FFFFFF;
    border: 1px solid #808080;
    border-top: 1px solid #D5D5D5;
    text-align: left;
    z-index: 1001;
    position: absolute;
    right: 20px;
    top: -110px;
}

.dropdownMenuListNewDeals {
    float: left;
    background-color: #FEFEFE;
    /*border: 1px solid #808080;
    border-top: 1px solid #D5D5D5;*/
    text-align: left;
    z-index: 1001;
    width: 200px;
}

.dropdownMenuListCloths {
    width: 600px;
    float: left;
    background-color: #FFFFFF;
    border: 1px solid #808080;
    border-top: 1px solid #D5D5D5;
    text-align: left;
    z-index: 1001;
}

.table-no-border > tbody > tr > td, .table-no-border > tbody > tr > th, .table-no-border > tfoot > tr > td, .table-no-border > tfoot > tr > th, .table-no-border > thead > tr > td, .table-no-border > thead > tr > th {
    border-top: 0px solid #ddd !important;
}


.bs-callout-info {
    border-color: #1b809e !important;
}

.bs-callout {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    margin: 20px 0;
    padding: 20px;
    min-height: 110px;
}








/*cart css starts here*/
#cart_main {
    width: 1170px;
    float: left;
    margin: 130px 0 0 160px;
}

.cart {
    width: 1170px;
    float: left;
}

.cart_header {
    float: left;
    font: 24px Arial;
    border-bottom: 1px solid #d1d3d0;
    width: 100%;
    padding-bottom: 10px;
}

    .cart_header h1 {
        color: #1a5a5a;
        float: left;
        font: 24px Arial;
        margin: 0 0 0 5px;
    }

    .cart_header a {
        float: left;
        text-decoration: underline;
        color: #007173;
        font: 14px Arial;
        margin: 7px 0 0 28px;
    }

.guarantee {
    float: right;
    font: 14px Arial;
    font-weight: bold;
    color: #5e5e5e;
}

    .guarantee span {
        background: url(../images/customer_trust.png) no-repeat;
        width: 28px;
        height: 28px;
        float: left;
        margin: 0 5px 0 0;
    }

    .guarantee p {
        float: left;
        margin: 5px 0 0 0;
    }

.calculations {
    float: left;
    width: 100%;
    margin: 6px 0 0 0;
}

.strip {
    float: left;
    width: 100%;
    background: #f3f3f3;
    border-bottom: 2px solid #d9d9d9;
    font: 14px Arial;
    color: #5e5e5e;
    padding: 12px 0;
}

.ecode {
    width: 100px;
    float: left;
    margin: 0 0 0 30px;
}

.desc {
    width: 475px;
    float: left;
    margin: 0 0 0 18px;
}

.size {
    width: 70px;
    float: left;
    margin: 0 18px 0 18px;
    text-align: center;
}

.qty {
    width: 70px;
    float: left;
    margin: 0 10px 0 60px;
    text-align: center;
}

.price {
    width: 70px;
    float: left;
    margin: 0 0 0 60px;
    text-align: center;
}

.amt {
    width: 70px;
    float: right;
    margin: 0 36px 0 0;
    text-align: center;
}

.info {
    width: 100%;
    border-bottom: 1px solid #d1d3d0;
    float: left;
    font: 16px Arial;
    color: #545654;
    padding: 18px 0 10px 0;
}

.code {
    float: left;
    margin: 0 0 0 28px;
}

.size_input {
    float: left;
    margin: 4px 10px 0;
    position: relative;
    width: 88px;
}

    .size_input input {
        border: 1px solid #545654;
        color: #545654;
        font: 16px Arial;
        height: 31px;
        left: 190px;
        margin-top: -4px;
        outline: medium none;
        padding: 0 0 0 10px;
        position: absolute;
        text-align: left;
        top: -14px;
    }

.qty_input {
    float: left;
    margin: 0 8px 0 50px;
    border: 1px solid #d6d6d6;
    width: 70px;
    height: 31px;
    float: left;
}

    .qty_input input {
        color: #545654;
        font: 16px Arial;
        height: 28px;
        outline: medium none;
        text-align: center;
        width: 40px;
        float: left;
        padding: 0 3px;
        border: none;
    }

.add_remove {
    float: right;
    width: 20px;
}

.plus {
    float: left;
    margin-bottom: 1px;
}

.minus {
    float: left;
}

.plus a {
    float: left;
    width: 20px;
    height: 15px;
    background: url(../images/buttons.png) no-repeat -960px -8px;
}

    .plus a:hover {
        background-position: -960px -24px;
    }

.minus a {
    float: left;
    width: 20px;
    height: 15px;
    background: url(../images/buttons.png) no-repeat -984px -8px;
}

    .minus a:hover {
        background-position: -984px -24px;
    }

.price_out {
    float: left;
    color: #006b68;
    font: 18px arial;
    margin: 0 4px 0 60px;
    width: 70px;
    text-align: center;
}

.amt_out {
    color: #1A5A5A;
    float: right;
    font: 18px arial;
    margin: 0 36px 0 0;
    text-align: center;
    width: 70px;
}

.notice {
    float: left;
    color: #6a0801;
    font: 12px arial;
    background: url(../images/note_icon.png) no-repeat left 0;
    padding: 0 0 0 24px;
    margin: 24px 0 0 10px;
    width: 95%;
}

.update_checkout {
    float: left;
    margin: 0 0 0 10px;
}
/*.update {
float:left;
width:93px;
height:37px;
margin:0 5px 0 0;
}
.update input {
background:url(../images/buttons.png) no-repeat -8px -8px;
float:left;
width:93px;
height:38px;
text-indent:-9999px;
line-height:0;
border:0;
cursor:pointer;
outline:0;
}*/
.update input:hover {
    background-position: -8px -47px;
}

#table1 tbody tr td .update input {
    display: none;
}

.checkout {
    float: left;
    width: 115px;
    height: 37px;
}

    .checkout input {
        background: url(../images/buttons.png) no-repeat -103px -8px;
        float: left;
        width: 115px;
        height: 38px;
        text-indent: -9999px;
        line-height: 0;
        border: 0;
        cursor: pointer;
        outline: 0;
    }

        .checkout input:hover {
            background-position: -103px -47px;
        }

.radio_text {
    float: left;
    color: #0b3f3e;
    font: 12px arial;
    margin: 10px 0 0 18px;
}

    .radio_text input {
        float: left;
        margin: 0 8px 0 0;
    }

.term_cond {
    float: left;
    background: url(../images/right_icon.png) no-repeat left 0;
    color: #535353;
    font: 12px arial;
    margin: 5px 0 0 18px;
    padding: 4px 0 0 36px;
    height: 25px;
}

    .term_cond a {
        color: #0b3f3e;
    }

.shipping_con {
    color: #5E5E5E;
    float: left;
    font: 14px Arial;
    height: 35px;
    margin: 0 0 0;
    width: 586px;
}

.shipping {
    width: 100px;
    float: left;
    margin: 6px 0 0 24px;
    font: 18px arial;
}

.country {
    float: left;
    width: 240px;
    border: 1px solid #787878;
    margin: 4px 15px 0 8px;
}

    .country select {
        float: right;
        padding: 5px;
        width: 100%;
        font: 14px arial;
        height: 28px;
    }

        .country select option {
            padding: 0 0 5px 10px;
        }

.time {
    float: left;
    width: 551px;
    margin: 18px 15px 0 20px;
}

    .time select {
        float: right;
        padding: 5px;
        width: 100%;
        font: 14px arial;
        height: 28px;
    }

        .time select option {
            padding: 0 0 5px 10px;
        }

.left_side {
    float: left;
    width: 580px;
}

.voucher_con {
    float: left;
    width: 586px;
    background: #f3f3f3;
    border-bottom: 2px solid #d9d9d9;
    font: 14px Arial;
    color: #5e5e5e;
    margin: 0x 0 0 0;
    height: 35px;
}

.voucher {
    float: left;
    margin: 6px 0 0 24px;
    font: 18px arial;
    width: 550px;
}
/*.referral {
float:left;
margin:20px 0 0 18px;
}
.referral input[type="text"] {
float:left;
border:1px solid #787878;
width:240px;
font:14px arial;
margin:0 15px 0 0;
padding:7px;
color:#5e5e5e;
}
.referral input[type="submit"] {
background:url(../images/buttons.png) no-repeat -746px -8px;
float:left;
width:80px;
height:38px;
text-indent:-9999px;
line-height:0;
border:0;
cursor:pointer;
outline:0;
}
.referral input:hover[type="submit"] {
background-position: -746px -47px;
}
.retrieve_save {
float:left;
margin:10px 0 0 18px;
width:500px;
}
.retrieve {
float:left;
width:174px;
height:38px;
}

.retrieve input[type="submit"] {
background:url(../images/buttons.png) no-repeat -223px -8px;
float:left;
width:174px;
height:38px;
text-indent:-9999px;
line-height:0;
border:0;
cursor:pointer;
outline:0;
}
.retrieve input:hover[type="submit"] {
background-position: -223px -47px;
}
.save {
float:left;
width:137px;
height:38px;
margin:0 0 0 10px;
}
.save input[type="submit"] {
background:url(../images/buttons.png) no-repeat -403px -8px;
float:left;
width:137px;
height:38px;
text-indent:-9999px;
line-height:0;
border:0;
cursor:pointer;
outline:0;
}
.save input:hover[type="submit"] {
background-position: -403px -47px;
}*/
.right_side {
    float: right;
    margin: 29px 0 0;
    width: 590px;
}

.sub_ttl_con {
    float: right;
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
    padding: 0 0 5px;
    margin: 19px 0 0 0;
}

.sub_ttl {
    float: right;
    color: #1a5a5a;
    font: 18px arial;
    margin: 0 38px 0 36px;
    text-align: center;
}

.sub_txt {
    color: #5E5E5E;
    float: left;
    font: 14px Arial;
    width: 120px;
    margin: 3px 0 0 0;
    text-align: center;
}

.sub_total {
    float: right;
}

.shopping_con {
    border-bottom: 1px solid #D9D9D9;
    float: right;
    left: 574px !important;
    padding: 10px 0;
    position: relative;
    top: 6px;
    width: 300px;
}

.grand_total {
    float: right;
    width: 300px;
    border-bottom: 1px solid #D9D9D9;
    padding: 10px 0;
    background: #f2f2f2;
}

.continue_checkout {
    float: right;
    width: 500px;
    margin: 27px 0 0 0;
}

.continue_checkout_inner {
    float: right;
    width: 200px;
}

.cont_shop {
    float: left;
    width: 197px;
    height: 37px;
    margin: 0 0 12px 0;
}

    .cont_shop input {
        background: url(../images/buttons.png) no-repeat -544px -8px;
        float: left;
        width: 197px;
        height: 38px;
        text-indent: -9999px;
        line-height: 0;
        border: 0;
        cursor: pointer;
        outline: 0;
    }

        .cont_shop input:hover {
            background-position: -544px -47px;
        }
/*cart css ends here*/

/*shipping css starts here*/

.del_add {
    float: left;
    margin: 10px 18px 0 60px;
    text-align: center;
}

.old_mesg {
    float: right;
    margin: 0 60px 0 0;
    text-align: center;
}

    .old_mesg p, .bill_add p {
        float: left;
        margin: 10px 0 0 0;
    }

.edit {
    float: right;
    width: 67px;
    height: 34px;
    margin: 0 5px 0 30px;
}

    .edit input {
        background: url(../images/buttons.png) no-repeat -1011px -8px;
        float: left;
        width: 67px;
        height: 38px;
        text-indent: -9999px;
        line-height: 0;
        border: 0;
        cursor: pointer;
        outline: 0;
    }

        .edit input:hover {
            background-position: -1011px -47px;
        }

.strip_shipping {
    float: left;
    width: 100%;
    background: #f3f3f3;
    border-bottom: 2px solid #d9d9d9;
    font: 14px Arial;
    color: #5e5e5e;
    padding: 0;
}

.bill_add {
    float: left;
    margin: 0 60px 0 30px;
}

.del_add span {
    font: 12px arial;
    color: #006b68;
    margin: 0 0 0 5px;
}

.info_left {
    width: 800px;
    float: left;
}

.info_ship {
    width: 800px;
    border-top: 1px solid #d1d3d0;
    float: left;
    font: 16px Arial;
    color: #545654;
    padding: 8px 0;
}

.ship_field {
    float: left;
    margin: 0 0 0 32px;
    width: 300px;
}

.del_field {
    float: left;
    margin: 0 0 0 14px;
    width: 450px;
}

.info_right {
    position: relative;
}

#orderMsg {
    width: 200px !important;
    border-radius: 8px;
    border: 1px solid #107471;
    font: 12px arial;
    color: #5e5e5e;
    background: #fafafa;
    padding: 10px;
    margin: 24px 60px 0 0;
}

.tip {
    background: url(../images/mesg_tip.png) no-repeat;
    position: absolute;
    width: 19px;
    height: 12px;
    top: 13px;
    right: 210px;
}

.headingColor {
    color: #e6711a;
    font-size: 16px;
    font-family: Arial;
}

.paymentHeading {
    font-size: 16px;
    font-weight: bold;
    color: #5e5e5e;
}

.headingDIV {
    background-color: #d1d3d0;
}

.headingDIV2 {
    background-color: #d9d9d9;
}

.textareaComment {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #107471;
    border-radius: 8px 8px 8px 8px;
    color: #5E5E5E;
    font: 12px arial;
    margin: 24px 60px 0 0;
    padding: 10px;
    width: 200px !important;
}

.billingText {
    color: #464242;
    font-size: 16px;
}

.checkoutBtn {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: white;
}

.ccornerDIV {
    padding: 5px;
}

.isnotifyMsg {
    font-size: 14px;
    font-family: Verdana;
    color: #808080;
}

.isnotifyheading {
    font-size: 12px;
    font-family: Verdana;
    color: #632fc4;
}

.bookfooter {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
}

.textfont {
    font-size: 12px;
}

.tableheading {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: bold;
    border-top: 1px solid #000000;
    background-color: #CDCDCD;
}

.headerImg {
    width: 254px;
    height: 52px;
    margin-top: 15px;
}

.checkoutheading {
    font-size: 16px;
    font-weight: bold;
    font-family: Verdana;
    color: #0ba040;
}

.errorMsg {
    color: #fb0404;
}

.checoutBnt {
    width: 120px;
}

.itemifoheading {
    font-size: 14px;
    color: #f17a15;
    font-weight: bold;
}

.secretsaleHeading {
    color: #477538;
    font: 14px;
    font-weight: bold;
    font-family: Verdana;
}

.headerImgsale {
    margin-bottom: 10px;
}

.salesheadingText {
    font-size: 14px;
    font-weight: bold;
    color: #20553b;
}

.colorset {
    color: #000000;
}

.DivMinHeightHead {
    min-height: 70px;
}

.DivMinHeight {
    min-height: 210px;
}

.loginCheckoutPanelBody {
    min-height: 250px;
}

.forgotpasswordPanelBody {
    min-height: 150px;
}

.removeImage {
    margin-top: 8px;
}

.joinListItem {
    margin-top: 12px;
}


.breadcrumb {
    margin-bottom: 0px !important;
}

.setmMenu {
    height: 180px !important;
}

form {
    margin-block-end: 1em;
}
.navbar-collapse{
    padding-left:0px;
    padding-right:0px;
}
.dvgiftsSubMenuCustum {
    text-align: left !important;
    z-index: 1001 !important;
    border: #B3C4B2 1px solid !important;
    width: 450px !important;
    background-color: #FFFFFF !important;
}

.dvPromotionSubMenuCustum {
    text-align: left !important;
    z-index: 1001 !important;
    border: #B3C4B2 1px solid !important;
    background-color: #FFFFFF !important;
}

.dvKidsCornerSubMenuCustum {
    width: 450px !important;
    text-align: left !important;
    z-index: 1001 !important;
    border: #B3C4B2 1px solid !important;
    background-color: #FFFFFF !important;
}

.searchbar {
    padding-left: 30px;
}

.nav > li.ShowProductMenus {
    display: none;
}
#Ul1 .desktopshow-menu{ display:block;}
#Ul1 .mobileshow-menu{ display:none;}
/*Responsive Css*/
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 800px) {
    /* STYLES GO HERE */
    /*#topheader-menubar
    {
        min-height: 160px !important;
    }*/
}
/*Responsive Css*/

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 800px) {
    /* STYLES GO HERE */

    /*#bs-navbar1
    {
        min-height: 500px !important;
    }*/
}

@media only screen and (max-width: 800px) {
    /* STYLES GO HERE */

    
}

@media only screen and (max-width: 800px) {
    /* STYLES GO HERE */

    #Ul2 {
        margin-left: 10px !important;
    }

    .sale-banner-sm-left {
        display: block !important;
    }

    .sale-banner-sm-right {
        display: none !important;
    }

    .view-card {
        font-size: 15px !important;
    }

    
    .shoping-cart {
        float: right;
        margin-right: 10px;
        position: relative;
        margin-top: 5px;
    }

    #FullScreenLogo {
        display: none;
    }

    .navbar-nav {
        margin: 0px !important;
    }

    

    .nav > li.ShowProductMenus {
        display: block;
    }

        .nav > li.ShowProductMenus > ul.navbar-nav {
            padding: 0px;
        }

    .HideMobileTab {
        display: none;
    }

    .searchbar {
        padding-left: 12px !important;
    }

    .fixednavtoogle {
        position: absolute;
        width: 100%;
       height:650px;
        z-index: 99999999999999999999999999;
        
        top: 0px;
        left: 0px;
    }
    .bgmobile {
    background:#FFF;
    }
    #Ul1 {
        float: left;
        width: 65%;
        overflow: auto;
        height: 85%;
        
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-right: 7px;
        padding-left: 7px;
    }
    .row {
    margin-right: -7px;
    margin-left: -7px;
}
    .breadcrumb{display:none !important;}

    .useful-links-block{ font-size:10px;}

    #Ul1 .desktopshow-menu{ display:none;}
    #Ul1 .mobileshow-menu{ display:block;    
    float: left;
    width: 100%;
    margin-top: 0;
}
    .dropdown-menu > li > div{ top:46px !important;}
    .RedefiningH1{ margin-top:0px !important;}
}




/*common*/
@media only screen and (max-width: 800px) {
    /* STYLES GO HERE */

    .dropdownMenuListNewDeals {
        margin-right: 20px !important;
        width: 97.5% !important;
    }
}

@media only screen and (max-width: 800px) {
    /* STYLES GO HERE */

    .submenuformattingheader:hover {
        margin-right: 20px !important;
        width: 96.7% !important;
    }
}

/* STYLES for  custum menu for mobile  screen*/




/*New  and Deals*/
@media only screen and (max-width: 800px) {
    /* STYLES GO HERE */

    #dvPromotionSubMenu {
        width: 100% !important;
        float: left;
    }
}

@media only screen and (max-width: 800px) {
    /* STYLES GO HERE */

    .submenuheadderfirstrow {
        margin-right: 5px !important;
        width: 96.8% !important;
    }
}
/*Books*/
@media only screen and (max-width: 800px) {
    /* STYLES GO HERE */

    #dvBookSubMenu {
        margin-right: 5px !important;
        width: 96.8% !important;
        z-index: 1001 !important;
    }
}

@media only screen and (max-width: 800px) {
    /* STYLES GO HERE */

    .dropdownMenuListType {
        width: 100% !important;
    }
}

/*clothing*/
@media only screen and (max-width: 800px) {
    /* STYLES GO HERE */

    #dvClothingSubMenu {
        margin-right: 5px !important;
        width: 96.8% !important;
    }
}

@media only screen and (max-width: 800px) {
    /* STYLES GO HERE */

    .dropdownMenuListCloths {
        width: 100% !important;
    }
}

@media only screen and (max-width: 800px) {
    /* STYLES GO HERE */
    .Miframe {
        width: 100% !important;
        min-height:250px !important;
    }

    .dropdownMenuListType {
        width: 100% !important;
    }
}
/*Electronics*/
@media only screen and (max-width: 800px) {
    /* STYLES GO HERE */

    #dvElectronicsSubMenu {
        width: 100% !important;
    }
}
/*Prayer*/
@media only screen and (max-width: 800px) {
    /* STYLES GO HERE */

    #dvEssentialsSubMenu {
        width: 100% !important;
    }
}
/*HealthCare*/
@media only screen and (max-width: 800px) {
    /* STYLES GO HERE */

    #dvHealthcareSubMenu {
        width: 100% !important;
    }
}

/*Gift and decore*/

@media only screen and (max-width: 800px) {
    /* STYLES GO HERE */

    #dvgiftsSubMenu {
        width: 100% !important;
        float: left;
    }
}

@media only screen and (max-width: 800px) {
    /* STYLES GO HERE */

    .dropdownMenuList {
        margin-right: 5px !important;
        width: 96.8% !important;
    }
}

@media only screen and (max-width: 800px) {
    /* STYLES GO HERE */

    .dropdownMenuListTypeGift {
        width: 100% !important;
    }
}

/*Kids Corner*/
@media only screen and (max-width: 800px) {
    /* STYLES GO HERE */

    #dvKidsCornerSubMenu {
        width: 100% !important;
    }
}

/*DVDS*/
@media only screen and (max-width: 800px) {
    /* STYLES GO HERE */

    #dvdvdsSubMenu {
        width: 100% !important;
    }
}

@media only screen and (max-width: 800px) {
    /* STYLES GO HERE */

    .DVDMenuList {
        margin-right: 5px !important;
        width: 96.8% !important;
    }
}

@media only screen and (max-width: 800px) {
    /* STYLES GO HERE */

    .dropdownMenuListTypeDVD {
        width: 100% !important;
    }
}

/*CDS*/
@media only screen and (max-width: 800px) {
    /* STYLES GO HERE */

    #dvcdsSubMenu {
        width: 100% !important;
    }
}
/*Best Seller*/
@media only screen and (max-width: 800px) {
    /* STYLES GO HERE */

    #dvBestSellerSubMenu {
        width: 100% !important;
        position: relative !important;
        right: 0px !important;
    }
}

@media only screen and (max-width: 800px) {
    /* STYLES GO HERE */

    #bestSellerHeader {
        width: 97% !important;
    }
}
/*Shop By*/
@media only screen and (max-width: 800px) {
    /* STYLES GO HERE */

    #dvShopBySubMenu {
        width: 100% !important;
        position: relative !important;
        right: 0px !important;
    }
}

@media only screen and (max-width: 800px) {
    /* STYLES GO HERE */

    .BestSellerMenuList {
        width: 96.8% !important;
        position: relative !important;
        right: 0px !important;
    }
}

@media only screen and (max-width: 800px) {
    /* STYLES GO HERE */

    #shopbyHeader {
        width: 97% !important;
    }

    .right-search-menubar {
        width: 100% !important;
    }



    /* Body of the font size changes*/
    body {
        font: 18px/25px "Open Sans",Arial,Helvetica,sans-serif !important;
    }

    .panel-title {
        font-size: 16px;
    }
}


.custom-nav-mobile-toggle{
    width:100%;
    border:none;
    margin-right:0px;
    margin-bottom:0px;
    border-bottom: 1px solid #ccc;
}
.navbar,.panel{margin-bottom:5px;}

#homepageAd{display:none !important; }