/*
* 	giaodiendep.vn
*/
/* gio hang */

ul {
    padding: 0;
    margin: 0;
}
.checkout-cart-list {
    width: 100%;
}
.checkout-cart-title {
    border-bottom: 1px dashed #ddd;
    line-height: 30px;
    height: 30px;
    font-weight: 500;
    overflow: hidden;
}
.checkout-cart-title li:first-child {
    border-left: none;
}
.checkout-cart-title .cart-product-name, .checkout-cart-list .cart-product-name {
    width: 45%;
    text-align: left;
    margin-left: 10px;
}
.checkout-cart-title li {
    float: left;
    border-left: 1px solid #fff;
	list-style: none;
}
.group-cart-product-item .cart-product-item {
    border-bottom: 1px dotted #f7f7f7;
    padding-bottom: 5px;
    width: 100%;
    float: left;
    padding-top: 8px;
	list-style: none;
}
.cart-product-images {
    width: 50px;
    height: 50px;
    text-align: center;
    margin-right: 10px;
    overflow: hidden;
}
.cart-product-images img {
    max-width: 100%;
}
.cart-product-title {
    line-height: 20px;
    font-weight: 500;
    font-size: 1.1em;
}
.add-number-cart {
    width: 45px;
    height: 23px;
}
.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}
.checkout-cart-title .cart-product-price, .checkout-cart-title .cart-product-money, .checkout-cart-list .cart-product-price, .checkout-cart-list .cart-product-money {
    width: 15%;
    text-align: center;
    margin: 0 5px;
}
.cart-product-price .cart-product-price-meta, .cart-product-price .cart-product-price-old {
    overflow: hidden;
    text-overflow: ellipsis;
}
.checkout-cart-list .cart-product-delete {
    margin: 0 5px;
}
.checkout-cart-title .cart-product-count, .checkout-cart-list .cart-product-count {
    width: 12%;
    margin: 0 5px;
    text-align: center;
}
.add-number-cart .txtQty-cart {
    border-radius: 3px;
    width: 30px;
    height: 23px;
    text-align: center;
}
.ui-widget-content {
    border: 1px solid #ddd;
    background: #eee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
    color: #333;
}
.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px;
}
.cart-product-item ul li {
    float: left;list-style: none;
}
.cart-product-delete {
    display: block;
    font-size: 1.2em;
}
.checkout-footer {
    border-top: 1px solid #eee;
    background-color: #f8f8f8;
    width: 100%;
    padding-bottom: 15px;
    padding-top: 15px;
}
.row-item {
    width: 100%;
}
.checkout-footer-left {
    float: left;
    width: 38%;
    margin-left: 2%;
    margin-top: 36px;
}
.buy-other a {
    color: #da251c;
    font-weight: 500;
    margin-left: 10px;
    vertical-align: middle;
    font-size: 1.15em;
}
.checkout-footer-right {
    float: left;
    text-align: right;
    width: 57%;
    margin-right: 3%;
    line-height: 25px;
}
.bill-row .text-right {
    width: 57%;
    display: inline-block;
    float: left;
}
.text-bill {
    text-align: right;
    float: right;
}
.checkout-finish .checkout-btn {
    float: right;
    margin: 10px 18px 0 0;
    display: block;
    background: #19abe0;
    border: 1px solid #19abe0;
    padding: 8px 18px;
    color: #fff;
    font-size: 1.2em;
    cursor: pointer;
}
.col {
    float: left;
}
.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}
.ui-widget-content a {
    color: #333;
}
.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}
.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}
.ui-icon {
    width: 16px;
    height: 16px;
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-icon, .ui-widget-content .ui-icon {
    background-image: url(../order/ui-icons_222222_256x240.png);
}
.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px;
}
.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}
.ui-spinner-up {
    top: 0;
}
.ui-spinner-down {
    bottom: 0;
}
.cart-product-price-old {
    text-decoration: line-through;
}
.cart-product-price-sale {
    color: #69b00a;
    font-size: .9em;
}
.bill-row .text-right {
    width: 57%;
    display: inline-block;
    float: left;
}
.text-right {
    text-align: right;
}
.text-bill {
    text-align: right;
    float: right;
}
.total-order {
    color: #da251c;
    font-weight: 500;
    border-top: 1px solid #ddd;
    clear: both;
    margin-top: 10px;
    font-size: 1.2em;
    padding-top: 10px;
}
.checkout-btn .fa {
    margin-right: 10px;
}
.form-input-note {
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    width: 100%;
    height: 50px;
}
.more-info-checked {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transform: scale(.8);
    transition: .5s;
}
.more-info-checked .box-info-payment {
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 10px 0;
    background: #fbfbfb;
}
.info-payment-top {
    padding-left: 10px;
}

.list_header_top .register-mn {
    cursor: pointer;
}
.list_header_top .register-mn a:hover {
    color: #fff;
}
.register-popup {
    width: 600px;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -300px;
    display: none;
    z-index: 999999;
}
/** end gio hang */
/** check out */
.w_100 {
    width: 100%
}

.title-block {
    border: 1px solid #ddd;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    margin: 5px 0px 10px 0px
}

.title-block h2 {
    padding: 0 16px;
    text-transform: uppercase;
    font-size: 18px;
    background: #fff;
    font-weight: 400;
}

.deal-content {
    border: 1px solid #ddd
}

.block-deal {
    margin: 0 5px;
    position: relative;
    background: #fff;
}

.deal-title a {
    font-weight: 700;
    margin: 0 10px;
    display: block;
    overflow: hidden;
    color: #333;
}

.breadcrumb {
    background: #fff
}

@media (max-width:1199px) {
    .cat-pad-header {
        height: auto !important;
    }

    .icon-pro {
        float: left
    }

    .cat-pad-header h2 {
        padding: 15px 35px 13px 35px;
    }
}

@media (min-width:1200px) /* lg*/ {
    .get-mail {
        max-width: 350px;
    }
    .adr.style1.gallery .stage {
        /*border: 1px solid #ddd;*/
    }

    .fixedz .phone_fix {
        /*display: block !important;*/
        margin-left: 85px;
        width: 100px;
        float: left;
        margin-top: 11px;
    }

    .body-product-catalog-grid .list-product-thumb {
        border: 1px solid #ededed
    }

    .text-ftimeopen {
        margin-left: 145px
    }

    .footer-col3 {
        width: 25% !important;
    }

    /*.home-product-title a{height: 36px;overflow: hidden}*/
    .body-product-catalog-grid ul li {
        height: 360px;
        width: 25%
    }

    .title_main_1 {
        padding-left: 45px !important;
    }

    .header-logo {
        padding-top: 15px;
    }

    #searchBox {
        margin-left: 75px !important;
    }

    .deal-img {
        height: 220px;
    }

    .deal-content {
        height: 278px
    }

    .content-deal {
        margin: 0 -5px
    }

    .content-deal {
        margin-bottom: 15px;
        margin-top: 10px
    }
    .col-f-info {
        padding-left: 0px
    }

    /***homecat***/
    .subcat-pad {
        background: #fff !important;
    }

    .subcat-brand-item {
        margin: 25px auto !important;
        height: auto !important;
        border: none !important;
    }

    .subcat-brand-item img {
        max-height: 75px;
        margin: 0px auto !important;
    }

    .cat-pad-header {
        height: inherit !important;
        line-height: inherit !important;
    }

    .cat-pad-top li {
        text-align: center;
        margin-top: 15px;
        border-right: 1px solid #f5f5f5
    }

    .cat-pad-top li:last-child {
        border-right: none
    }

    .cat-pad-header h2 {
        background: transparent !important;
        padding: 0px;
        text-transform: uppercase
    }

    .cat-pad-header {
        border-top: 2px solid #0086ef !important;
        border-bottom: none !important;
        border-left: 1px solid #ccc !important;
        border-right: 1px solid #ccc !important;
    }

    .subcat-pad {
        border-color: #ddd !important;
    }

    .home-product-pad {
        border-color: #ddd !important;
    }

    .cat-pad-top li:last-child:after {
        position: absolute;
        top: 14px;
        padding-left: 0px !important;
    }

    /***titlecat***/
    .title_main {
        float: left;
        width: auto;
        min-width: 200px;
        padding: 0px;
        position: relative;
        background: #0089d0 !important;
    }

    .icon-pro {
        position: absolute;
        top: 22px;
        float: left;
        margin-left: 5px;
    }

    .title_main_1 {
        text-align: left;
        overflow: hidden;
        height: 80px;
        line-height: 80px;
    }

    .title_main_1 h2 {
        font-size: 100%;
        width: 134px !important;
        line-height: 1.5;
    }

    .icon-pro img {
        width: 35px;
        height: 35px;
    }

    .title_main_1 h2 {
        font-size: 100%;
        line-height: 1.5;
        padding-top: 30px;
    }

    .cat-pad-header h2 a {
        white-space: inherit !important;
    }

    .title_main:after {
        content: '';
        position: absolute;
        background: url(../img/bg-nav-cat.png) no-repeat right center;
        background-size: 100% 100%;
        display: block;
        width: 14px;
        height: 100%;
        z-index: 5;
        top: 0;
        right: -10px;
        border: none;
    }

    .tit-center {
        padding-top: 16px !important;
    }
}

.tit-bct {
    margin-bottom: 10px
}
.subribe {
    background-color: #0092db;
    color: #fff
}

.img-ship {
    margin-top: 10px
}

.f-ship-title {
    text-transform: uppercase !important;
    font-weight: 700;
    font-size: 13px !important;
}

.block-head {
    border-bottom: 1px solid #ddd
}

.block-content {
    border: 1px solid #ccc;
    background-color: #000000
}

.toplink .fa {
    color: #30acfa !important;
}

.toplink .info-help-phone {
    position: absolute;
    z-index: 999 !important;
    top: 100%;
}

#btnFindSubmitPad {
    background: #0086ef !important;
    border: 1px solid #0086ef !important;
}

.top-home-nav .home-item {
    background: #0086ef !important;
    border: 1px solid #0086ef !important;
}

#header {
    border-bottom: 2px solid rgba(234, 234, 234, 0.84) !important;
}

.leftNavMenu {
    border: 1px solid #f5f5f5;
    z-index: 199 !important;
}

.leftNavMenu .menu-item {
    background: #f5f5f5 !important;
}

.leftNavMenu .menu-item:hover {
    background: #21e7f2 !important;
}

.leftNavMenu .menu-item:hover a {
    color: #000 !important;
}

.txtQuery {
    border: 2px solid #0086ef !important;
    height: 34px !important;
}

#btnFindSubmitPad {
    height: 34px !important;
}

#homepage .brand-item {
    margin: 10px 5px !important;
}

/***nav-filter***/
.nav-filter {
    margin-top: 10px
}

.buy-now-button {
    background: #0089e0 !important;
}

.title-zone {
    color: #0089e0 !important;
}

.info-support {
    padding-top: 10px
}

/**button-addcart***/
.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url(../img/ui-icons_222222_256x240.png);
}

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}

.ui-icon {
    width: 16px;
    height: 16px;
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-spinner-down {
    bottom: 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.text-btn-buy {
    border: none;
    background: transparent
}

.txt_tit_blog {
    padding: 10px;
    font-weight: bold;
    display: block
}

.text-btn-buy {
    background: #da251c;
    font-size: 18px;
    color: #fff;
}

.space20 {
    clear: both;
    margin-top: 20px
}

.infor_acount label {
    font-weight: bold
}

.infor_acount .form-control {
    border-radius: 0
}

/***Acount***/

/**form-search**/
.search_top {
    background: #0086ef;
    border-color: #0086ef;
}

.f12_fff {
    font-size: 13px;
    color: #fff;
}

.box_search {
    border: 1px solid #0086ef;
    max-width: 100%;
    margin: auto;
    background: #0086ef;
}

#frmSearch .form-control {
    border: 1px solid #0086ef;
}

#frmSearch .bg_fff {
    background: #fff;
    border-color: #0086ef;
    border-right: none;
}

#frmSearch .bg_ef7d00:hover {
    background: transparent;
    color: #fff
}

.top-info-phone .hd-sp-drop {
    z-index: 9999999 !important;
}

/**block-item***/
.body-product-catalog-grid ul li {
    float: left !important;
}

#aspnetForm .form-control {
    border-radius: 0
}

.box-map {
    margin-top: 37px;
    border: 1px solid #f5f5f5;
    padding: 5px
}

.panel-title h1 {
    border-bottom: 1px dotted #ddd;
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 2px;
    margin-bottom: 20px;
}

.name_blog {
    font-size: 16px;
    font-weight: 600;
}

.list_blog li {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 20px
}

.page-des, .page-description {
    line-height: 24px
}

.new-same h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0px;
    border-bottom: 3px;
    border-bottom: 1px dotted #ddd;
}

/**block-zoom-image**/
.conven-galley {
    padding: 5px;
}

#contenedor {
    display: inline-block !important;
}

.ajax-load-qa {
    background: url(../img/loader.gif) no-repeat center center rgba(255, 255, 255, 0.5);
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
}

@media (max-width: 767px) {
    .slider_prod_tt .owl-controls{display: block !important;}
    .form-box-mail{margin:20px 0}
    .logo img{width: auto !important;max-width: 100%;max-height: 42px}
    .sticky-headerz.fixedz.clearfixz .logo {
        margin: 0 0 3px 30px;
    }

    .sticky-headerz.fixedz.clearfixz .label-search {
        margin: 5px 0;
    }

    #header {
        background: #f2f2f2 !important;
    }

    .cart .fa, .account .fa {
        color: #19abe0 !important;
        border-color: #19abe0 !important;
    }

    .Page-right {
        padding: 0 10px !important;
    }

    .product-catalog-item {
        height: 355px
    }
    .cart-product-price {
        width: 23% !important;
        text-align: center;
        margin: 0 5px;
    }
    .cart-product-name {
        width: 30% !important;
    }
    .cart-product-count {
        width: 20% !important;
    }
}

@media (max-width: 480px) {
    .col.body-product-catalog-grid li {
        width: 50%;
    }

    .style_zsa > .row > #page_content__segment_menu__button_container> form > #page_content__segment_menu__button_add_to_cart {
        width: auto !important;
    }

    .style_zsa .text-btn-buy {
        font-size: 13px !important;
        padding: 2px 3px !important;
    }

    .cart-product-price {
        width: 23% !important;
        text-align: center;
        margin: 0 5px;
    }
    .cart-product-name {
        width: 30% !important;
    }
    .cart-product-count {
        width: 20% !important;
    }
}
@media (max-width: 320px) {
    .cart-product-price {
        width: 30% !important;
        text-align: center;
        margin: 0 5px;
    }
    .cart-product-name {
        width: 20% !important;
    }
    .cart-product-count {
        width: 24% !important;
    }
}

.cart_left .panel-heading i {
    color: #19abe0
}

.cart_left .panel-heading h5 {
    font-size: 18px;
    margin: 0px !important;
    padding: 0px !important;
}

.cart_right .panel-heading h5 {
    font-size: 18px;
    margin: 0px !important;
    padding: 0px !important;
}

.list-product-discount-home {
    height: 160px !important;
}

.sc_deal_hot {
    background: #f7f7f7;
    margin-bottom: 22px;
    padding-top: 10px;
}

.fixedz .header-logo {
    position: fixed !important;
    top: 0px;
    z-index: 999 !important;
    width: 100%;
    background: #fff;
    padding-top: 5px !important;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, .15);
}
.fixedz .header-logo .logo{margin-bottom: 0px !important;}
/*.fixedz #head-account-box,
.fixedz #head-cart-box{
    display: none;
}*/
.phone_fix {
    display: none;
}

.fixedz .phone_fix .phone-number a {
    color: #ff0000;
    font-size: 16px;
}

.phone_fix {
    display: none;
}

@media (max-width:480px) {
    .cat-pad-header h2{
        width: 100% !important;
    }
}

@media (max-width:767px) {
    .add_color3{background: #ffb909}
    .title_main_1{display: table}
    .cat-pad-header h2{background: none !important;}
    .m-detail-img{
        display: table;
        position: relative;
        width: 100%;
    }
    .m-detail-img a{display: table-cell;vertical-align: middle;text-align: center}
    .d-img-slide{max-height: 340px}
    .content-deal{margin: 0px -5px;}
    .zoomContainer{display: none !important;}
    .none{display: none}
    .show{display: block !important;}
    .m-search{right:42px;color: #19abe0;display: none}
    .clearfixz .m-search{display: block !important;}
    .clearfixz .account{display: none}
    .clearfixz .label-search{margin-top: 0px !important;}
    .leftNavMenu .menu-item {
        padding-top: 0px !important;
    }
    .leftNavMenu .menu-item a {
        line-height: 32px !important;
        padding-top: 2px !important;
    }
    .cart {
        width: 40px !important;
    }

    .account {
        width: 40px !important;
    }

    #homepage .list-product-item {
        height: 270px !important;
    }

    .home-product-list {
        height: 539px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .m-search{display: none}
    .cart {
        width: 40px !important;
    }

    .account {
        width: 40px !important;
    }

    .slide img {
        height: 100%;
    }

    .cat-pad-header .cat-pad-top {
        display: none;
    }

    .home-product-list {
        height: 275px !important;
    }

    .home-product-list .spotlight-products {
        height: 275px !important;
    }

    .home-product-list .spotlight-products .list-product-item {
        height: 275px !important;
    }

    .home-product-pad {
        height: 545px;
    }
}

@media (min-width:992px) and (max-width:1199px) /* md*/ {
    .m-search{display: none}
    .cart {
        width: 40px !important;
    }

    .account {
        width: 40px !important;
    }

    .slide img {
        height: 100%;
    }

    .home-product-list {
        height: 275px !important;
    }

    .home-product-list .spotlight-products {
        height: 275px !important;
    }

    .home-product-list .spotlight-products .list-product-item {
        height: 275px !important;
    }

    .home-product-pad {
        height: 545px;
    }
}

@media (min-width:1200px) /* lg*/ {
    .m-search{display: none}
    .detail-thumb {
        height: 200px
    }

    .account {
        width: 185px !important;
    }

    .adr.style1.gallery .stage {
        margin-right: 35px;
    }

    .slide img {
        height: 100%;
    }

    .home-product-list {
        height: 275px !important;
    }

    .home-product-list .spotlight-products {
        height: 275px !important;
    }

    .home-product-list .spotlight-products .list-product-item {
        height: 275px !important;
    }
}

.autosearch {
    left: 76px;
    min-width: 420px;
    max-height: 356px;
    overflow: auto;
}

ul.pagination li {
    height: inherit !important;
}

.add-number-bar .ui-spinner-input {
    margin: 0 !important;
}

#page_content__segment_menu__button_add_to_cart .add-number {
    margin: 0 !important;
    width: 45px !important;
}

.detail-thumb {
    display: table;
    position: relative;
    width: 100%;
}

.detail-thumb a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.detail-thumb img {
    max-height: 200px;
    max-width: 100%
}

.deal-img {
    position: relative;
    width: 100%;
    display: table;
}

.deal-img a {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    text-align: center;
}

.deal-img img {
    max-width: 100%;
    max-height: 200px;
}

.modal-content {
    margin-top: 87px
}

.deal-hot .deal-img {
    height: 220px;
}
.sub_prod_cate{
    height: 130px;
    position: relative;
}
.box_but_bn{
    position: absolute;
    width: 100%;
    bottom: 5px;
    left: 0px;
}
#detailpage .fixedz{display: none}
.pswp{display: none}
/** end check out */
@media (max-width: 767px) {
    .fixgiohang {
        overflow: auto;
    }
}
