﻿@charset "utf-8";
/* CSS Document */
.logoLelong {
    /*border:0px solid black;*/
    height: 50px;
    width: 1180px;
    margin-top: 35px;
}

    .logoLelong a img {
        display: inline-block;
    }

#header_container {
    /*width:1180px;*/
    height: auto;
    display: block;
    margin: 0px auto;
    margin-top: 40px;
    padding: 0px;
    /*margin-bottom:70px;*/
    /*background:#CCC;*/
}

#sticky_menu {
    width: 100%;
    /*margin-bottom: 5px;
    margin-top: -20px;*/
}

#myLelongDropdown{
    height:32px;
    border-bottom-style: none; 
    border-color: transparent; 
    min-width:130px; 
    max-width:170px;
}

.cssmenu_wrapper {
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    width: 100%;
    min-width: 1200px;
    background-color: #004B91;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    z-index: 9;
    color: #fff;
    background-repeat: repeat-x;
    background-size: 100%;
    float: left;
    text-decoration: none;
    /*font-weight:bold;*/
}

.cssmenu_container {
    position: relative;
    width: 1180px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

    #cssmenu:after,
    #cssmenu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #cssmenu #menu-button {
        display: none;
    }

#cssmenu {
    width: auto;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
}

#menu-line {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: #fff; /*#009ae1;*/
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

#cssmenu > ul > li {
    float: left;
}

#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}

    #cssmenu.align-center > ul > li {
        display: inline-block;
        float: none;
    }

#cssmenu.align-center ul ul {
    text-align: left;
    font-size:13px;
}

#cssmenu.align-right > ul > li {
    float: right;
}

#cssmenu.align-right ul ul {
    text-align: right;
}

#cssmenu > ul > li > a {
    padding: 13px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #fff;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
    height: 42px;
    background-color: #8a8a8a;
    color: #fff;
}

#cssmenu > ul > li.has-sub > a {
    padding-right: 30px;
}

    #cssmenu > ul > li.has-sub > a::after {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 8px;
        height: 8px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        content: "";
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: border-color 0.2s ease;
        -moz-transition: border-color 0.2s ease;
        -ms-transition: border-color 0.2s ease;
        -o-transition: border-color 0.2s ease;
        transition: border-color 0.2s ease;
    }

#cssmenu > ul > li.has-sub:hover > a::after {
    /*border-color: #009ae1;*/
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}

#cssmenu li:hover > ul {
    left: auto;
}

#cssmenu.align-right li:hover > ul {
    right: 0;
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}

#cssmenu ul li:hover > ul > li {
    height: 32px;
}

#cssmenu ul ul li a {
    padding: 10px 20px;
    min-width: 250px;
    width: 100%;
    font-size: 13px;
    background: #f7f7f7;
    border-left: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    text-decoration: none;
    color: #666;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align:left;
}

    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li a:hover {
        color: #ff3f00;
    }

#cssmenu ul ul li.has-sub > a::after {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

#cssmenu.align-right ul ul li.has-sub > a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

#cssmenu ul ul li.has-sub:hover > a::after {
    border-color: #ffffff;
}

.dropdownLink{
    border-top:1px solid #004b91 !important;
}

.dropdownLink .dropbtn{
    padding:0px 12px;height:40px;
}

/*ul.dropdownMenu {
    width: 700px;
    margin-bottom: 20px;
}*/

.dropdownMenuUl {
    min-width: 1100px;
}

li .dropdownMenu {
    line-height: 1.5em;
    float: left;
    display: inline;
}

#double li {
    width: 50%;
}

.search-wrapper {
    position: relative;
    /*width: 450px;*/
    margin-left: 33px;
    /*margin-left:5px;*/
    /*margin-right:280px;*/
    /*margin-top:-50px;*/
    display: inline-block;
    float:left;
}

    .search-wrapper input {
        width: 405px;
        height: 42px;
        float: left;
        font-size: 15px;
        border: 2px solid #ff3f00;
        background: #fff;
        padding: 10px;
    }

        .search-wrapper input:focus {
            outline: 0;
            background: #fff;
        }

        .search-wrapper input::-webkit-input-placeholder {
            color: #999;
            font-weight: normal;
        }

        .search-wrapper input:-moz-placeholder {
            color: #999;
            font-weight: normal;
        }

        .search-wrapper input:-ms-input-placeholder {
            color: #999;
            font-weight: normal;
        }

    .search-wrapper button {
        overflow: visible;
        position: relative;
        /*float: right;*/
        border: 0;
        padding: 0;
        /*margin-right:-50px;*/
        cursor: pointer;
        height: 42px;
        width: 50px;
        font-size: 18px;
        color: #fff;
        text-transform: uppercase;
        background: #ff3f00;
        text-shadow: 0 -1px 0 rgba(0, 0,0, .3);
    }

.store_container {
    position: relative;
    width: 380px;
    height: 30px;
    /*float:right;*/
    margin-top:8px;
    font-size: 14px;
    color: #333;
    /*margin-right:160px;*/
    font-weight: bold;
    display: inline-block;
    /*vertical-align: middle;*/
    margin-left: 25px;
    float:left;
}

.store {
    position: relative;
    width: 170px;
    float: left;
    display:inline-block;
}

.store_text {
    font-size: 13px;
    color: #000;
    text-align: left;
    margin-left: 36px;
    padding-top:2px;
    /*display: inline-block;*/
}

    .store_text a {
        color: #333;
    }

        .store_text a:hover {
            color: #ff3f00;
        }

.class {
    position: relative;
    width: 190px;
    /*width: 186px;*/
    /*float:left;*/
    margin-left: 17px;
    display: inline-block;
    margin-top:2px;
}

.class_text {
    font-size: 13px;
    color: #000;
    text-align: left;
    margin-left: 36px;
    /*display: inline-block;*/
}

    .class_text a {
        color: #333;
    }

        .class_text a:hover {
            color: #ff3f00;
        }

.class_subtext{
    font-weight:normal;
    font-size:12px;
    margin-top:-3px;
}

.custom_bar_bg {
    background-color: #005caa !important;
}

.stickyNavbar {
    position: fixed;
    top: 35px;
    /*background-color: red;*/
    left: 0px;
    right: 0px;
    z-index: 900;
    margin-right: 0 !important;
}

.fOrange {
    color: #ff3f00;
}

.navbar_category {
    background-color: #999;
    height: 40px;
    margin-left: 5px;
}

/* Header */
.header_container {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9;
    left: 0px;
    clear:both;
    padding-top:5px;
}

.header_container_custom{
    background-color: #49c1bf;
    padding-top:0px !important;
}

.header_frame {
    position: relative;
    width: 1180px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 10px;
}

.header_frame_custom{
    position: relative;
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.lelong_logo {
    position: relative;
    float: left;
    width: 225px;
    height: 70px;
    /*margin-top:15px;
	margin-bottom:25px;*/
}

.icon-shop {
    text-align: left;
}

.icon-free {
    text-align: left;
}

/* End of Header */

/* Shopping Cart Top Bar*/
.cart-badge {
    border: 0px solid black;
    height: 20px;
    width: 20px;
    margin-top: 0px;
    margin-left: 8px;
    border-radius: 0px;
}

.cart-div {
    border: 0px solid black;
    color:grey;
    padding:3.4px 0px 0px 0px !important;
    font-size:16px !important;
}

.cart-div .fa{
    vertical-align:-1px;
}

.socialSign {
    display:inline-block;
    width:40%;
    margin-top:5px;
    height:20px;
}

.socialSign .row{
    margin:0px;
}

.badge {
    display: inline-block;
    padding: 1px 2px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    background-color: #004B91;
    border-radius: 3px;
    min-width: 12px;
    text-align: center;
    position: relative;
    font-weight: 500;
    width: 17px;
}

#socialLoginList .col-md-12 {
    width:43%;
    margin-top:0.5px;
    padding:0px;
    margin-left:5px;
}

.btn-facebook {
    border-radius: 0px;
    background-color: #3b5998;
    color: white;
    font-size: 18px !important;
    font-weight: bold;
    padding:3px 10px;

}

.btn-google {
    border-radius: 0px;
    background-color: #dd4b39;
    color: white;
    font-size: 18px !important;
    font-weight: bold;
    padding:3px 10px;
}

.btn-facebook:hover, .btn-google:hover{
    color:#ffff00;
}
/**/

/*******Navtop Bar*********/
#navtop-container {
    background: #FAF8F8;
    height: 35px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

#navtop {
    clear: both;
    text-align: center;
    width: 1180px;
    margin: 0 auto;
    padding: 0;
}

#navtop-left ul, #navtop-right ul {
    list-style-type: none;
    position: relative;
    z-index: 1000;
    margin: 0;
    padding: 0;
    display: inline-block;
}

#navtop-left, #navtop-middle, #navtop-right{
    max-height:31px;
}

#navtop-left {
    float: left;
    width: 30%;
    text-align: left;
}

#navtop-left .li-left{
    padding-left:5px;
}

#navtop-left .li-left img{
    width:20px;
    margin-top:-6px;
}

#navtop-bar {
    /*z-index: 10000;*/
    list-style: none;
}

    #navtop-bar .li {
        color: #818181;
        font-size: 13px;
        vertical-align: top;
        border: 1px solid transparent;
        padding-top: 7px;
        padding-bottom: 0px;
        float: left;
    }

    #navtop-bar #login-stat-signed {
        display: block;
        width: 120px;
        line-height: 10px;
        text-align: center;
        padding-top: 5px;
    }

    #navtop-bar .li a {
        color: #818181;
    }

        #navtop-bar .li a:hover {
            color: #000;
        }

#navtop-middle{
    margin-top:2px;
}

#navtop-middle #input-group-addon {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border: 2px solid #ff3f00;
    background-color: #ff3f00;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    background-image: none;
    box-shadow: none;
}

/*#navtop-middle input {
    border: 2px solid #ff3f00;
    border-radius: 0;
    height: 27px;
    background: #FFFFFF;
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.20);
    box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.20);
    padding: 0 10px;
}*/

#navtop-middle .input-group-addon {
    /*background-color: #FF8040;*/
    border-radius: 0;
    background-image: -o-linear-gradient(-89deg, #F4BD04 0%, #FE771E 100%);
    background-image: -moz-linear-gradient(-89deg, #F4BD04 0%, #FE771E 100%);
    background-image: -ms-linear-gradient(-89deg, #F4BD04 0%, #FE771E 100%);
    background-image: linear-gradient(-179deg, #F4BD04 0%, #FE771E 100%);
    border: 1px solid #FCA02E;
    -moz-box-shadow: inset 0px 1px 3px 0px #F9D36A;
    box-shadow: inset 0px 1px 3px 0px #F9D36A;
    color: #4D4D4D;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    padding: 4px 12px;
    text-align: center;
    display: table-cell;
}

    #navtop-middle .input-group-addon:hover {
        background: #F4BD04;
    }

#navtop-right{
    height:40px;
}

#navtop-right .li {
    padding-right: 8px;
    padding-left: 8px;
}

#navtop-right .cart-container {
    border-radius: 7px;
    margin-left: 8px;
    background-color: #ff2324;
    color: #fff;
    padding: 3px 6px;
}

#navtop-bar #dropdownmenu {
    right: 0;
    position: absolute;
    display: none;
    border: 2px solid #d2d0d1;
    top: 32px;
    border-top: none;
    background-color: #faf8f8;
    width: 260px;
}

    #navtop-bar #dropdownmenu li {
        border: 3px solid transparent;
        text-align: left;
        float: none;
        padding: 0 10px;
    }

        #navtop-bar #dropdownmenu li:last-child {
            padding-bottom: 5px;
        }

    #navtop-bar #dropdownmenu #space {
        padding-bottom: 10px;
    }

    #navtop-bar #dropdownmenu #space1 {
        padding-bottom: -5px;
        margin-top: -10px;
    }

    #navtop-bar #dropdownmenu li .bttn {
        width: 100%;
        font-weight: 700;
        color: #fff;
    }

    #navtop-bar #dropdownmenu li .bttn:focus{
        border:#333 dotted thin !important;
    }

    .btn-login-stickyBar{
        width:60% !important;
        background-color:#ff0000 !important;
        display:inline-block !important;
        float:left;
        margin-top:5px;
        font-size:15px !important;
    }
    
    .btn-login-stickyBar:hover{
        color:#ffff00 !important;
    }

#navtop-bar #dropdownmenu .dropdownmenu-space{
    width:51%;
    border-top:2px solid #ccc;
}

.fixed {
    z-index: 1000 !important;
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
}

#navtop-bar #ulLang1 {
    position: absolute;
    display: none;
    border: 2px solid #d2d0d1;
    top: 35px;
    background-color: #faf8f8;
    margin-left: 63px;
}

    #navtop-bar #ulLang1 #space {
        padding: 5px 5px;
        width: 40px;
        text-align: center;
        color: #818181;
    }

.liLang {
    color:#fb8f13;
    padding-left: 3px;
    width: 98px;
}
/*End of Navtop Bar*/

/*******Bottom Block*********/

.bottom_block {
    height: 600px;
    position: relative;
}

.social_block {
    height: 100%;
    position: absolute;
    float: right;
    display: inline-block;
}

.bottom_social {
    display: inline-block;
    float: left;
}

    .bottom_social .catalog-social-media #___plusone_0 {
        width:80px !important;
    }

.follow-us {
    width: 225px;
    display: inline-block;
    float: right;
}

    .follow-us .follow-us-box {
        height: 100%;
        margin-top: -15px;
        font-size: 14px;
        line-height: 30px;
        font-weight: bold;
    }

.firstline{
    margin-top:0px;
}

.follow-us .follow-us-box .firstline a{
    vertical-align:-1px;
    font-size:31px;
}

.secondline {
    margin-top: 3px;
}

.aboutLelong {
    width: 45%;
    display: inline-block;
    text-align:justify;
    float:left;
    padding-right:50px;
}

.aboutLelong h1{
    font-size:1.5em;
    margin-top:10px;
    margin-bottom:0px
}

.aboutLelong span{
    font-size:12px;
    line-height:1.3;
}

._bottom_cat{
    padding-top:55px;
    width:55%;
    display:inline-block;
    float:left;
}

.NewlyIn h4{
    margin-bottom:5px;
    font-size:15px;
}

.TopSearch .firstColumn{
    padding-left:0px;
}

.TopSearch h3{
    margin-bottom:2px;
    font-size:17px;
}

.TopSearch h4{
    margin-bottom:5px;
    font-size:15px;
}

.TopSearch a{
    font-size:11px;
}

.bottom_block_bottom{
    width:100%;
    padding-top:2px;
    height:auto;
    border-top:1px solid #ccc;
}

/*End*/

.dropbtn {
    background-color: #004b91;
    color: white;
    padding: 13px 12px 12px 5px;
    font-size: 15px;
    border: none;
    cursor: pointer;
    font-family: helvetica;
    font-weight: bold;
}

.dropbtnNoDrop{
    background-color:#004b91;
    color:#fff;
    padding:12px 12px 12px 5px;
    font-size:15px;
    border:none;
    cursor:pointer;
    font-family:helvetica;
    font-weight:700;

}
.dropdownClick:hover .dropbtnNoDrop{
    background-color:#8a8a8a

}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 1180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    /*margin-left: -1070px;*/
    margin-top: 0;
    border: 1px solid lightgrey;
    padding: 15px;
    height: 360px;
}

.dropdown-content.active{
    display:block;
}

    .dropdown-content a {
        color: black;
        text-decoration: none;
        display: inline-block;
        padding-right: 50px;
    }

.dropdown-content1 a {
    color: black;
    padding: 10px;
    text-decoration: none;
}

.dropdown-content1 {
    width: 40%;
    float: left;
}

.dropdown-content-padding {
    padding-left: 0px;
    padding-right: 0px;
    width: 50%;
    display: inline-block;
}

.dropdown-content-paddingb{
    width:30%;
}

.dropdown-content-paddingb1{
    width:25%;
}

.dropdown-contenta {
    height: 30px;
}

.dropdown-contenta .left{
    float:left;
}

.dropdown-contenta .right{
    float:right;
}

#li_phone .dropdown-content,
#li_home .dropdown-content{
    height:380px;
}

#li_phone .dropdown-contenta,
#li_home .dropdown-contenta{
    height: 31px;
}

.dropdown-contentb {
    height: 45px;
}

    .dropdown-contentb a {
        padding: 8px;
        margin-left: -12px;
    }

#tab1_best_seller{
    color:#b900ff;
}

#tab1_best_seller .bestSeller-text{
    margin-left:2px;
    vertical-align:middle;
}

#tab1_closing_today{
    font-weight:bold;
    color:red;
}

#tab1_closing_today .dropdown-content-icon-font-right{
    vertical-align:middle;
}

.dropdown-content a:hover {
   color: #fb8f13;
}

.dropdownClick:hover .dropbtn {
    background-color: #8a8a8a;
}

.buyerProtectionHOVER{
    width:43%;
    margin-left:7px;
}

.buyerProtectionHOVER img {
    width: 25px;
    vertical-align: -1px;
    margin-left: 6px;
}

.buyerProtectionHOVER span{
    font-size:10px;
}

.buyerProtectionHOVER .net{
    color:#7629cf; 
    font-weight:bold;
}

.buyerProtectionHOVER .pay{
    color:#db8900; 
    font-weight:bold;
}

.adsTopBarDropDown {
    margin-left: -123px;
    margin-top: 12px;
    width: 402px;
    height: 192px;
}

.adsTopBarDropDown a{
    max-width:100% !important;
    padding:0px !important;
}

.adsTopBarDropDown a:hover{
    background-color:none !important;
}

.adsTopBarDropDown a img{
    width:400px; 
    height:190px;
}

.internationalSeller{
    color:#fb8f13;
    font-weight:bold;
}

.internationalSeller:hover{
    color:#ff2424 !important;
}

.lineWeb {
    border: 0.01em solid lightgrey;
    width: 0px;
    height: 470px;
    margin-top: -450px;
    margin-left: 455px;
}

.dropdown-content-line {
    border-left: 2px solid rgba(0,0,0,0.20);
    width: 0px;
    height: 430px;
    padding-right: 0px;
    padding-left: 15px;
    float: left;
}

.dropdown-content-icon {
    width: 685px;
    float: left;
}

.dropdown-content-icon img{
    padding:5px 0px 5px 5px;
    margin:0px !important;
}

.dropdown-content-icon-font-left{
    margin-left:2px;
    vertical-align:text-bottom;
}

.dropdown-content-icon-font-right{
    margin-left:5px;
    vertical-align:text-top;
}

.dropdown-contentb .dropdown-content-padding {
    float: left;
    text-align:left;
}

.dropdown-content-img {
    float: right !important;
}

/* Modal Content */
#SelectLanguage .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 0px solid #888;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 6px;
    width: 400px;
    height: 180px;
}

#SelectLanguage .modal-header {
    padding: 2px 16px;
    background-color: #faf8f8;
    color: black;
    font-family: helvetica;
    font-size: 14px;
    padding: 15px;
    border-radius: 6px;
}

#SelectLanguage .modal-body {
    padding: 2px 16px;
    font-family: helvetica;
}

#SelectLanguage .modal-body .btn-group{
    height:40px;
    margin-top:10px;
    display:block;
}

    #SelectLanguage .modal-body .btn-group .dropdown-menu {
        width:85%;
    }

    #SelectLanguage .modal-body .btn-group li {
        padding:3px 12px;
    }

.btn-modalLanguage-close {
    float: right;
    background-color: #004B91;
    margin-top: 20px;
    color: #fff;
}

.btn-modalLanguage-submit {
    float: right;
    background-color: #c8c6c6;
    margin-top: 20px;
    color: #000;
    margin-right: 5px;
}

    .btn-modalLanguage-submit:hover {
        color: #fff;
    }

#currentLang{
    cursor:pointer;
}

#ChooseLanguage{
    width:85%;
}

#ChooseLanguage .caret{
    margin-left:35%;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

#SelectLanguage {
    z-index: 10000;
    padding-top: 100px;
}

#cssmenu ul li.dropdownClick .dropdown-contenta a {
    padding: 8px 0px;
    margin: 0;
    float:left;
    text-align:left;
}

#cssmenu ul li.dropdownClick .dropdown-contentb a {
    padding: 8px;
}

#cssmenu ul li.dropdownClick .dropdown-contentb .buyerProtectionHOVER a {
    max-width:85%;
    display:inline-block;
    padding-left:6px;
}

#cssmenu>ul>li
{
    float:left;
    text-align:center;
    min-width:80px;
}

.paddingContainer
{
    margin-top:80px;
    padding-bottom:30px;
}

.dropdown-content-catTitle{
    text-decoration:underline !important;
    font-weight:bold;
    color:#000;
    text-align:left;
    padding:8px 0px;
}

.imgBannerCont{
    height:320px;
}

.ImageBannerNew{
    display:inline-block;
    width:325px;
    float:left;
    height:320px;
}

.imgBannerHalf{
    height:160px !important;
}

body {
  padding-right: 0px !important
}

.modal-open {
  overflow-y: auto;
}
.welcome-modal-content{
    border:none !important;
    box-shadow:none !important;
    border:none !important;
    background:none !important;
}
.welcome-body{
    width:650px; 
    height:500px;
}
.welcome-left{
    background:none;
}
.welcome-right{
    background-color:#00497e;
}
.welcome-close{
    float:right; 
    color:white; 
    right:10px;
    position:absolute;
    font-size:20px; 
    cursor:pointer;
    z-index: 100;
}
.welcome-content{
    font-family:'Open Sans',Arial,Calibri;
    height: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.welcome-title{
    font-weight:700; 
    color:white; 
    font-size:24px; 
    margin-top:130px;
}
.welcome-desc{
    color:white; 
    margin-top:-20px;
}
.welcome-email{
    border:none; 
    width:100%; 
    height:40px; 
    font-size:14px; 
    padding: 10px;
}
.welcome-signup{
    background-color:#ff3f00; 
    border:none; 
    height:40px; 
    width:100%; 
    cursor:pointer; 
    color:white; 
    font-weight:700; 
    font-size:15px;
    transition: 0.5s ease;
}
.welcome-error{
    color:#fff600;
    margin-bottom:10px;
    font-size:10px;
}

.icon-eCommerce{
    float:right;
}

.icon-eCommerce i{
    font-size:29px;
    color:#ff3f00;
    font-weight:400!important;
    float:left;
    margin-top:2px;
}

/**Temporary**/
.cny-check-in{
    background-color:#49c1bf;
    padding: 3px 2px 3px 4px;
}

.cny-check-in img{
    display:inline-block;
    max-width:20px;
    max-height:20px;
    float:left;
}

.cny-check-in-text{
    color:#fff;
    display:inline-block;
    vertical-align:-2px;
    padding-right:3px;
}