.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url('../images/ajax-loader.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

#header_menu.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.lbl_store {
    z-index: 999;
    background: #da151c;
    color: #fff;
    position: absolute;
    bottom: 0px;
    width: 113px;
    left: 3px;
    padding: 3px;
    overflow: hidden;
    height: 20px;
}

.storeList-wrapper .slider .slider-item p {
    left: 0;
    overflow: hidden;
}

#pHome .r li {
    margin-left: 10px;
}

#pHome .l {
    text-align: justify;
    width: 380px;
}

#pHome .l p {
    margin-bottom: 10px;
}

.select-wrapper select {
    width: 100%;
}

.storeList-wrapper .slider .slider-item {
    cursor: pointer;
}

#pMember .form-box {
    width: 650px;
}

#pMember .form-box li.col2 .txf {
    width: 170px;
}

#pMember .form-box li .txf {
    width: 460px;
}

#pMember .form-box li > label {
    text-align: right;
}

#pMember .form-box .chk-group {
    width: 465px;
}

#pMember .form-box .chk-group .g-checkbox-col1 {
    width: 135px;
}

#pMember .form-box .chk-group .g-checkbox-col5 {
    width: 135px;
}

#pMember .form-box .chk-group .g-checkbox-col6 {
    width: 160px;
}

ul.errors {
    color: red;
    margin: 5px;
    padding-right: 0 !important;
    text-align: right;
}

label.error {
    color: red;
    display: block;
    font-weight: normal !important;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-top: 5px !important;
    width: 100% !important;
}

input.error, select.error {
    border: 1px solid red !important;
}

.qtip {
    font-size: 1em;
}

.qtip-default {
    box-shadow: 3px 1px 5px #222;
}

.qtip-content p {
    padding-top: 5px;
    padding-bottom: 5px;
}

#cboxNext {
    display: none !important;
}

#cboxContent:hover #cboxNext {
    display: block !important;
}

#cboxPrevious {
    display: none !important;
}

#cboxContent:hover #cboxPrevious {
    display: block !important;
}

#pPromoB .promoList .promoItem {
    width: 240px;
    margin-right: 11px;
    float: left;
    clear: none;
    position: relative;
}

#pPromoB .promoList {
    padding: 10px 0 0 12px;
}

#pPromoB .promoList .promoItem:nth-child(3n) {
    margin: 0;
}

#slider-san-pham {
    position: relative;
    width: 385px
}

#slider-san-pham .control {
    position: absolute;
    width: 446px;
    top: 505px;
    left: 7px;
}

#slider-san-pham .control div {
    height: 14px;
    width: 9px;
    cursor: pointer;
}

#slider-san-pham .control #s_next {
    background: url(http://tuyendung.vinmart.com/themes/gotxinh/frontend/images/single_right.png) 0 0 no-repeat
}

#slider-san-pham .control #s_prev {
    background: url(../images/single_left.png) 0 0 no-repeat
}

#single-info {
    width: 340px;
}

#single-info h2 {
    text-align: center;
    font-size: 21px;
    line-height: 36px;
    color: #e22229;
    font-family: Arial;
    text-transform: uppercase;
    margin-top: -7px;
}

#single-info .price {
    line-height: 36px;
    color: #EF0303;
    font-weight: 700
}

#single-info .share {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    background: #4b67a1 url(../images/facebook.png) 8px 5px no-repeat;
    width: 75px;
    display: inline-block;
    height: 24px;
    text-align: center;
    padding-top: 3px;
    padding-left: 5px;
    margin-top: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#single-info .share:hover {
    background-color: #3b5998
}

.fl {
    float: left
}

.fr {
    float: right
}

#relative-post .list li {
    width: 220px;
    border: 2px solid #fff;
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    float: left;
    margin-top: 13px;
    margin-bottom: 0px;
    padding: 0 0 12px;
}

#relative-post .list li.last {
    float: right
}

#relative-post .list li.first {
    margin-right: 20px
}

#relative-post .list li a {
    font-weight: normal !important;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    padding: 0;
}

#relative-post .list li:hover {
    border-color: #d7d7d7;
    -webkit-box-shadow: 0 0 7px 0 rgba(50, 50, 50, 0.09);
    -moz-box-shadow: 0 0 7px 0 rgba(50, 50, 50, 0.09);
    box-shadow: 0 0 7px 0 rgba(50, 50, 50, 0.09)
}

#relative-post .list li .price {
    font-size: 13px;
    font-weight: 700;
    color: #EF0303;
}

#relative-post {
}

#relative-post .title {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-bottom: 2px solid #e22229;
    margin-bottom: 4px;
}

#relative-post {
    margin-top: 26px;
}

#relative-post .title span {
    font-size: 13px;
    font-weight: normal;
    display: inline-block;
    background: #e22229;
    padding: 10px 21px;
    color: #fff;
}

#booking {
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    margin-top: 14px;
    padding-top: 13px;
}

#booking label {
    color: #8E8787;
    font-weight: 600;
}

#booking .select_wrap {
    display: inline-block;
    width: 155px;
    margin-bottom: 15px;
}

#booking select {
    color: #8E8787;
    font-size: 14px;
    background: #fff url(../images/mui_ten.png) 124px 11px no-repeat;
    cursor: pointer;
    border: 1px solid #d1d1d1;
    padding-left: 6px;
    text-indent: 0.01px;
    text-overflow: '';
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 6px;
    width: 141px;
    height: 28px;
}

#booking input[type="submit"] {
    width: 140px;
    height: 43px;
    border: none;
    cursor: pointer;
    color: #e22229;
    /*padding-left: 20px;*/
    margin-bottom: 31px;
    font-size: 17px;
    border: 3px solid #e22229;
    background: #fff;
    border-radius: 5px;
    font-weight: bold;
}

#booking input[type="submit"]:hover {
    /*padding-top: 6px;*/
    height: 41px;
    margin-top: 2px;
    background: #e22229;
    color: #fff;
}

#tab {
    margin-top: 42px
}

#tab .ui-tabs-nav {
    width: 100%;
    border-bottom: 2px solid #e22229;
    margin-bottom: 19px;
}

#tab .ui-tabs-nav li {
    text-transform: uppercase;
    background: #e22229;
    font-weight: 600;
    display: inline-block;
    margin-top: 3px;

    border: 2px solid #e22229;
    /*border-radius: 5px;*/
}

#tab .ui-tabs-nav li.ui-tabs-active {
    background: #e22229;
    padding-top: 3px;
    margin-top: 0px;
}

#tab .ui-tabs-nav a {
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    padding: 7px 25px;
    display: block;
}

#tab .ui-tabs-nav li.ui-tabs-active a {
    color: #fff;
}

#tab .ui-tabs-panel {
    font-size: 14px;
    color: #767676
}

#booking input[type="text"] {
    height: 30px;
    width: 80px;
    color: #8E8787;
    font-size: 13px;
    border: 1px solid #eaeaea;
    background: #fff;
    padding-left: 10px;
    margin-bottom: 21px;
}

#main .filter {
    vertical-align: middle;
    margin-top: 20px;
    padding-bottom: 10px;
    float: left;
    width: 70%;

}

#main .result {
    padding: 10px 0;
}

#main .result span {
    color: #000
}

#main .filter select {
    padding: 5px;
    border: 1px solid #e22229;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.form-group label {
    color: #5d5d5d;
    font-size: 14px;
    padding-bottom: 5px;
    display: block;
}

.form-group input[type="email"],
.form-group input[type="date"],
.form-group input[type="text"] {
    height: 30px;
    width: 280px;
    color: #8E8787;
    font-size: 13px;
    border: 1px solid #eaeaea;
    background: #fff;
    padding-left: 10px;
}

.form-group {
    margin-bottom: 21px;
}

.alert {
    color: #5d5d5d;
    font-size: 14px;
    padding-bottom: 5px;
}

.product_name {
    color: #000;
}

#main .navi ul li {
    width: 96px;
    float: left;
}

#main .navi {
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    text-align: center;
    padding: 16px 0 15px
}

#main-content .navi>a {
    display: inline-block;
    height: 12px;
    width: 12px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    margin-top: 15px;
}

#main-content .navi>a.left {
    background: url("http://tuyendung.vinmart.com/themes/gotxinh/frontend/images/navi_left.png") 0 0 no-repeat;
    margin-right: 10px;
}

#main-content .navi>a.left:hover {
    background-image: url(../images/navi_left_hover.png)
}

#main .navi>a.right {
    background: url("http://tuyendung.vinmart.com/themes/gotxinh/frontend/images/navi_right.png") 0 0 no-repeat;
    margin-left: 10px;
}

#main-content .navi>a.right:hover {
    background-image: url(http://tuyendung.vinmart.com/themes/gotxinh/frontend/images/navi_right_hover.png)
}

#main .navi ul {
    width: 100%;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #e0e0e0
}

#main-content .navi ul li {
    float: left;
    text-align: center;
    border-left: 1px solid #e0e0e0
}

#main-content .navi ul li:first-child {
    border: none
}

#main .navi ul li.current a {
    background-color: #f5f7f9;
    color: #000;
}

#main .navi ul li a {
    display: block;
    background-color: #fff;
    font-family: Arial, sans-serif;
    color: #626262;
    padding: 9px 16px;
}

#main-content .navi ul li a:hover {
    background-color: #f5f7f9;
    color: #000
}

.page {
    clear: none;
}

#cart {
    display: none;
    position: absolute;
    background: #fff;
    padding: 22px 20px;
    -webkit-box-shadow: 1px 1px 13px 0px rgba(51, 51, 51, 0.25);
    -moz-box-shadow: 1px 1px 13px 0px rgba(51, 51, 51, 0.25);
    box-shadow: 1px 1px 13px 0px rgba(51, 51, 51, 0.25);
    z-index: 9999;
    width: 312px;
    top: 89px;
    right: 0px;
    /*display: none;*/
    border: 2px solid #e22229;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.cart_btn > img {
    border-radius: 50%;
    border: 3px solid #e22229;
    padding: 2px;
    width: 44px !important;
    margin-top: 6px !important;
}

#cart_back {
    min-height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 999;
}

.cart-items img.fl {
    border-radius: 50%;

}

div.info {
    width: 180px;
    position: relative;
    height: 50px;
    padding: 7px;
}

div.info a.fl {
    font-size: 13px;
    font-weight: bold;
    height: 20px;
    width: 200px;
    padding-left: 7px;
    color: #000;
}

strong.price {
    padding-left: 7px;
    padding-top: 10px;
}

.close:after {
    display: inline-block;
    content: "\00d7";
    font-size: 25px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #e5e5e5;
}

/*
    Checkout page
*/
.left-content-form {
    float: left;
    width: 50%;
}

.right-content-form {
    float: left;
    width: 50%;
}

.view, .booking {
    border: 2px solid #e22229 !important;
    border-radius: 5px !important;
    text-transform: uppercase;
}

.view:hover, .booking:hover {
    background: #e22229;
    color: #fff;
}

/*
    Category menu
*/
ul.category-menu li a {
    font-size: 13px;

}

ul.category-menu li ul.sub-menu {
    display: none;
}

ul.category-menu li a {
    cursor: pointer;
}

ul.category-menu li.has-submenu {
    position: relative;
    /*background: #f5f5f5;*/
    /*border: 2px solid #f51818;*/
}

ul.category-menu li.has-submenu:before, ul.category-menu li.has-submenu:after {
    left: 90%;
    top: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

ul.category-menu li.open:before {
    border-color: rgba(245, 24, 24, 0);
    border-top-color: #f51818 !important;
    border-left-color: transparent !important;
    border-width: 7px;
    margin-top: -9px;
    margin-left: -10px;
}

ul.category-menu li.active:after {
    /*border-color: rgba(213, 213, 213, 0);*/
    /*border-left-color: #d5d5d5;*/
    /*border-width: 10px;*/
    /*margin-top: 0px;*/
}

ul.category-menu li.has-submenu:before {
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #da151c;
    border-width: 25px;
    margin-top: -28px;
    margin-left: 24px;
}

.breadcrumbs {
    font-size: 13px;
    font-weight: bold;
    margin-top: 5px;
}

.list-view .summary {
    float: left;
    margin-top: 15px;
}

.list-items {
    text-align: center;
}

.product-details {
    margin-top: 20px;
}
.arrow_box {
    position: relative;
    background: #da151c;
    border: 4px solid #da151c;
}
.arrow_box:after, .arrow_box:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #da151c;
    border-width: 88px;
    margin-top: -88px;
}
.arrow_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #da151c;
    border-width: 94px;
    margin-top: -94px;
}
li.active a{
    color: #fff;
}
li.non-active a{
    color: #000;
}
div.content{
    margin-left: 10px;
}
div#advertise{
    padding-left: 25px;
}
ul.list li{
    width: 100% !important;
    border-top: 1px dotted #e5e5e5;
    padding: 10px 10px;
    margin-top: 15px;
}
.item-title{
    font-size: 20px;
    padding:7px;
}
.info-list-common{
    margin-top: 15px;
}
.info-list-common div{
    margin-left: 10px;
    /*margin-top: 5px;*/
}
.text-info-common{
    font-weight: bold;
}
.list-items{
    margin-bottom: 10px !important;
}
.product-details .description{
    margin-top: 7px;
    border-top: 1px dotted #e5e5e5;
    padding-left: 10px;
    padding-top: 10px;
}
.product-details .info-list-common{
    border-top: 1px dotted #e5e5e5;
    padding-top: 10px;
}
.left{
    float: left;
    width: 50%;
}
.right{
    margin-top: 50px;
}
.right a.btn-view-more{
    width: 140px;
    height: 43px;
    border: none;
    cursor: pointer;
    color: #e22229;
     padding: 10px;
    margin-bottom: 31px;
    font-size: 17px;
    border: 3px solid #e22229;
    background: #fff;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
}
.right a.btn-view-more:hover{
    background: #e22229;
    color: #fff;
}