/* Title Block */
.block-title {
    margin-bottom: 0;
    float: left;
}

.block-title h2 {
    font-size: 16px;
    color: #111;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    padding-bottom: 18px;
    margin: 0 0 29px;
    text-align: left;
}

.block-title h2:after {
    position: absolute;
    content: '';
    top: 95%;
    left: 0;
    width: 70px;
    height: 2px;
    background: #333333;
}

.block-title p {
    color: #888888;
    line-height: 22px;
    max-width: 662px;
    margin: 0 auto;
}
/* END Title Block */

/* Product - item */
.item-product {
    margin-bottom: 30px;
}

.item-product .img {
    position: relative;
    padding-top: 100%;
}

.item-product .img > a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.item-product .status-product {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    width: 70px;
    height: 25px;
    line-height: 26px;
    text-align: center;
}

.item-product .img .action-product {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -22px;
    opacity: 0;
    text-align: center;
    z-index: 5;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
}

@media (hover:none)  {
    .item-product .img .action-product {
        display: none;
    }
    .hover-zoom-img:hover {
        -webkit-transform: none !important;
        transform: none !important;
    }
}

@media (max-width: 787px)  {
    .item-product .img .action-product, .item-product .img:hover:before {
        display: none;
    }
    .hover-zoom-img:hover {
        -webkit-transform: none !important;
        transform: none !important;
    }
}

.item-product .img:hover .action-product {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.item-product .action-product a {
    font-size: 14px;
    color: #222;
    background: #fff;
    height: 44px;
    width: 44px;
    line-height: 44px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.item-product .action-product a:hover {
    color: #fff;
    background: #222;
}

.item-product .img:hover:before {
    content: '';
    background: rgba(0, 0, 0, 0.08);
    opacity: 1;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
}

h4.title-product, .item-product-carousel .media-heading {
    font-size: 14px;
    color: #222222;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

p.price-well {
    font-weight: bold;
    color: #ff7200;
    font-size: 16px;
    float: left;
}

p.price-before {
    text-decoration: line-through;
    color: #888888;
    margin: 0 14px 0 0;
    font-size: 14px;
    line-height: 24px;
    float:  left;
}

.label-out-stock, .label-hot, .label-sale {
    color: #fff;
}

.label-out-stock {
    background-color: #795548;
}

.label-hot {
    background-color: #F44336;
}

.label-sale {
    background-color: #ff7200;
}

/* Type Carousel */
.item-product-small .media-left, .item-product-carousel .media-left {
    width: 33.333%;
}

.item-product-carousel .media {
    position: relative;
}

.item-product-carousel .action-product {
    position: absolute;
    top: 0;
    width:  100%;
    height:  100%;
    text-align:  center;
    padding: calc(15% - 22px);
    z-index: 5;
    opacity: 0;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
}
.item-product-carousel:hover .action-product {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.item-product .action-product a {
    margin: 0 5px;
}
.item-product-carousel:hover .media:before {
    content: "";
    width: 100%;
    height:  100%;
    background: rgba(0, 0, 0, 0.08);
    display: block;
    position:  absolute;
    z-index: 2;
}

/* Product Detail */
.product-detail .top-detail-product .box-slide-images-detail .elevatezoom-gallery {
    position: relative;
    padding-top: 100%;
    display: block;
}

.product-detail .top-detail-product .box-slide-images-detail .elevatezoom-gallery div, .product-detail .top-detail-product .box-slide-images-detail .elevatezoom-gallery > * {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.product-detail .top-detail-product .box-slide-images-detail .elevatezoom-gallery img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

.slider-thumb .item {
    border: 1px solid #eee;
    margin: 0 10px;
}
.slider-thumb .item.active {
    border-color: #ff7200;
}
.view-images-large {
    margin-bottom: 30px;
}
h1.title-name-product {
    font-size: 24px;
    color: #222222;
    margin-bottom: 22px;
    text-transform: uppercase;
    clear: none;
    margin-top: 0;
    padding: 0;
}
.top-detail-product .row-bb {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    list-style: none;
}

.top-detail-product .row-bb > li {
    float: left;
    position: relative;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 30px;
}

.top-detail-product .row-bb > li:nth-last-child(1) {
    padding-right: 0;
}

.top-detail-product .row-bb > li:before {
    content: '';
    position: absolute;
    right: 15px;
    top: 10px;
    width: 1px;
    height: 10px;
    background-color: #dedede;
    z-index: 100;
}

.top-detail-product .row-bb > li:nth-last-child(1):before {
    display: none;
}

.top-detail-product .row-bb > li > label {
    padding-right: 10px;
}

.price-detail-page {
    padding: 0;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 15px;
}

.description-product-detail,
.desc-product-thumb {
    margin-bottom: 15px !important;
}

.description-product-detail > p,
.desc-product-thumb > p {
    position: relative;
    line-height: 20px;
    overflow: hidden;
}
.product-available, .group-available {
    border-radius: 0;
    padding: 0;
    margin: 0 0 5px 0;
    border: none;
    background: none;
}
.group-available>ul>li {
    position: relative;
    padding: 3px;
    background: #fff;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 3px;
    border: solid 1px #dedede;
    list-style: none;
}
.no-padding {
    padding: 0;
}
.group-available>ul>li.active {
    border: 1px solid #ed1c24 !important;
    box-shadow: 0 1px 0 rgba(255,255,255,.5) inset;
}
.item-available .img {
    width: 36px;
    text-align: center;
}
.item-available .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.price-detail-page .price-main {
    font-size: 24px;
    font-weight: bold;
    color: #ff7200;
    line-height: 24px;
}

.price-detail-page .dvt {
    font-size: 19px;
    color: #ff7200;
}

.tag-discount {
    background: #ed1c24;
    color: #fff;
    padding: 2px 6px;
    font-size: 14px;
    line-height: 19px;
    display: inline-block;
    position: relative;
}

.tag-discount:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 14px solid #ed1c24;
    position: absolute;
    top: 0;
    left: -14px;
}

.tag-discount:after {
    content: ".";
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 16px;
    position: absolute;
    top: 2px;
    right: 92%;
}

span.lb-price-sale.price-before {
    color: #ccc;
    font-size: 20px;
    text-decoration: line-through;
}

.btn-muahang {
    padding: 0;
    margin-bottom: 15px;
    display: inline-block;
}

.btn-muahang > .input-group {
    width: 138px;
    float: left;
}

.btn-muahang > .input-group,
.btn-muahang > .btn-default {
    margin-right: 5px;
    margin-bottom: 10px;
}

.btn-muahang > .input-group > .input-group-btn > .btn {
    width: 46px;
    height: 46px;
    border-radius: 0;
    background-color: #eeeeec;
    border: 1px solid #ccc !important;
    color: #383838;
}

.btn-muahang > .input-group > .num-quantity {
    border: 1px solid #ccc;
}

.btn-default {
    color: #fff;
    background-color: #f00b0b;
    border: 0 !important;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 0;
}

.btn-cart.btn-pay.btn-add-cart-two, .btn-muahang .btn-compare {
    height: 46px;
    font-size: 18px;
    opacity: 1.5;
}

.btn-cart.btn-pay.btn-add-cart-two:hover, .btn-compare:hover {
    background-color: #f00b0b;
    color: #fff;
    opacity: 1;
}

.product-detail .nav_title {
    margin: 0 0 15px;
    background-color: transparent;
    border-bottom: 0;
    text-align: center;
}

.product-detail .nav_title > li {
    border: 0;
    position: relative;
    margin: 0 17px;
    float: none;
    display: inline-block;
}

.product-detail .nav_title li a {
    border: 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #888888;
    background-color: transparent;
    border-radius: 0;
    margin: 0;
    position: relative;
    padding: 0;
}
.product-detail .bottom-detail-product {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 72px 0 34px;
    margin: 53px 0 98px;
}
.product-detail .nav_title li.active a, .product-detail .nav_title li:hover a {
    background-color: transparent;
    color: #222222;
}

.product-detail .nav_title li.active a:before, .product-detail .nav_title li:hover a:before {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    opacity: 1;
    background-color: #222222;
}

.product-detail .tab-content {
    padding: 29px 0;
    line-height: 22px;
    color: #333333;
}

.product-detail .tab-content #content table {
    width: 100%;
}

.product-detail .tab-content #content table tr > * {
    padding: 10px;
}


/* Category Page */
.top-list-product-subpage {
    min-height: 42px;
    background: #f0f0f0;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}
.title-sub-category {
    font-size: 16px;
    text-transform: uppercase;
    color: #424242;
    margin-top: 13px;
    padding-left: 15px;
    font-weight: bold;
}
.title-sub-category span.number {
    font-size: 14px;
    color: #888888;
    text-transform: none;
    margin-top: 0;
    font-weight: normal;
    font-size: 14px;
}
.view-style {
    float: right;
}
.view-style .btn-view {
    color: #444;
    height: 44px;
    width: 44px;
    text-align:  center;
    line-height: 44px;
    display: block;
    float:  right;
    border-left: 1px solid #ddd;
}
.sort-by-product {
    padding: 0 13px 0 0;
    float:  right;
    line-height: 44px;
}
div#load-list-data.view-list .item-product {
    width: 100%;
}
div#load-list-data.view-list .item-product .img {
    width: 25%;
    padding-top: 25%;
    float:  left;
}
div#load-list-data.view-list .item-product  .info {
    float: right;
    padding-left: 20px;
    width: 75%;
}
div#load-list-data.view-list h4.title-product {
    font-size: 24px;
    font-weight: 600;
    padding: 0;
    border: 0;
    line-height: 30px;
    margin: 0 0 18px;
}
div#load-list-data.view-list p.price-well, div#load-list-data.view-list p.price-before {
    font-size: 24px;
    float:  left;
    margin: 0;
    line-height: 24px;
    margin-right: 15px;
}
div#load-list-data .show-list {
    margin-top: 30px;
    list-style: none;
    clear:  both;
    display: none;
}
div#load-list-data.view-list .show-list {
    margin-top: 30px;
    list-style: none;
    clear:  both;
    display: block;
}
div#load-list-data.view-list .item-product .img .action-product {
    display: none;
}
div#load-list-data.view-list .show-list .btn-shop-cart {
    font-size: 12px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    width: auto;
    padding: 0 20px;
    float: left;
    display: block;
    background: #ff7200;
    font-weight: 400;
    margin: 15px 1px 0 0;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
}

@media (max-width: 560px) {
    .top-list-product-subpage .col-sm-7 .clearfix {
        border-top: 1px solid #ddd;
    }
    div#load-list-data.view-list .item-product > div {
        width: 50% !important;
    }
    div#load-list-data.view-list .item-product .img {
        padding-top: 50% !important;
    }
    div#load-list-data.view-list h4.title-product {
        font-size: 16px;
        line-height: 18px;
    }
    div#load-list-data.view-list .show-list {
        display:none;
    }
}
/* Tabs Tile */
.box-product-style2 #sub-menu01 {
    display: inline-block;
}
@media (max-width: 480px) {
    .box-product-style2 #sub-menu01 {
        text-align: center;
        display:  block;
    }
}
.box-product-style2 .tab-product {
    text-align:  center;
    margin-bottom: 30px;
}
.box-product-style2 .navbar-nav li {
    list-style: none;
    padding: 0;
    margin: 0 19px 10px;
    border: 0;
}
.box-product-style2 .navbar-nav li a {
    padding: 0 0 7px;
    border: 0;
    margin: 0;
    font-size: 14px;
    color: #888888;
    text-transform: uppercase;
    background-color: transparent;
    height: auto;
    line-height: normal;
    border-radius: 0;
    font-weight: bold;
    position: relative;
    overflow: visible;
    cursor: pointer;
    display: inline-block;
}

.box-product-style2 .navbar-nav li.active a, .box-product-style2 .navbar-nav li:hover a {
    color: #222222;
}
.box-product-style2 .navbar-nav li.active a:after, .box-product-style2 .navbar-nav li:hover a:after {
    opacity: 1;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background-color: #222222;
}
.box-product-style2 .navbar-nav .responsivetabs-more li a:after, .box-product-style2 .navbar-nav .responsivetabs-more li a:after {
    opacity: 0;
}
.responsivetabs-more ul.dropdown-menu > li {
    text-align:  center;
    width: 100%;
    margin: 10px 0;
}

li.dropdown.responsivetabs-more {
    width: 100%;
    margin: 0;
    float:  none;
}
li.dropdown.responsivetabs-more > a {
    width: 50px;
    margin: 0;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    display:  block;
    margin:  auto;
}

li.dropdown.responsivetabs-more > a:after {
    display: none;
}
li.dropdown.responsivetabs-more > ul {
    position:  relative;
    float: unset;
    right: auto;
}
li.dropdown.responsivetabs-more > ul:before {

display: table;

content: " ";
}

li.dropdown.responsivetabs-more > ul:after {
    
display: table;
    
content: " ";
    
clear:  both;
}
.tab-product li ~ li.dropdown.responsivetabs-more .dropdown-menu {
    right: 0;
    left: auto;
    padding: 0 10px;
}

.responsivetabs-more li:hover .tab-item:after,.responsivetabs-more li.active .tab-item:after, .responsivetabs-more li .tab-item:after {
     display: none;
}

/* Order */
.box-step a {
    display:  block;
    position:  relative;
    line-height: 38px;
}

.box-step ul li span.num-of-step {
    height:  38px;
    width:  38px;
    line-height: 33px;
    font-size: 20px;
    border: 2px solid;
    display:  block;
    margin-right:  15px;
    float:  left;
    border-radius: 100%;
    border-color: #ff7200;
    color:  #ff7200;
    font-weight: 400;
}
.box-step ul li.active span.num-of-step {
    color: #fff;
    background-color: #ff7200;
}
.box-step {
  padding: 10px 0;
}
.box-step ul {
  list-style: none;
  margin: 0;
  height: auto;
  position: relative;
  padding: 0;
  display:  block;
}
.box-step ul li .demo-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -20px;
  border-radius: 50%;
  margin-left: -20px;
  line-height: 36px;
  color: #fff;
  background: #999;
  border: 2px solid #ddd;
}
.box-step ul li span {
  top: 0px;
  color: #ff7200;
  float: left;
  text-transform:  uppercase;
  font-weight: 700;
}
.box-cart-left > .card > .nav-tabs > li.active > a {
  border-width: 0;
  border: none;
  color: #ff7200 !important;
  background: transparent;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.box-cart-left > .card > .nav-tabs > li.active > a:focus {
  border-width: 0;
}
.box-cart-left > .card > .nav-tabs > li.active > a:hover {
  border-width: 0;
}
.box-cart-left > .card > .nav-tabs > li > a {
  border: none;
  color: #333;
  background: #ccc;
  margin: 0;
  padding: 14px 5px;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.box-cart-left {
  padding: 0 15px;
  margin: 0 0 20px;
}
.box-cart-left > .card, .box-cart-left .address  {
    background: none;
    box-shadow: none;
    border: none;
    margin-bottom: 30px;
    background: #fff;
    position: relative
    padding-bottom: 15px;
}
.box-cart-left > .card .button-cart {
  margin: 0;
  width:  100%;
  clear:  both;
}
.box-cart-left > .card .nav-tabs {
  border: none;
}
.card ul.nav.nav-tabs li {
    width: 50%;
    text-align:  center;
    margin: 0;
}
.box-cart-left > .card > .nav-tabs > li > a:hover {
  border: none;
  color: #ff7200 !important;
  background: transparent;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.box-cart-left > .card > .nav-tabs > li:hover > a::after {
  transform: scale(1);
}
.box-cart-left > .card > .tab-pane {
  padding: 15px 0;
}
.box-cart-left > .card > .tab-content {
  padding: 20px;
}
.box-cart-left > .card > .tab-nav > li > a::after {
  background: #21527d none repeat scroll 0 0;
  color: #fff;
}
.box-cart-left > .card .form-control, .box-cart-left > .card .chosen-container-single .chosen-single {
    height: 45px;
    font-size: 16px;
}
.box-cart-left > .card .chosen-container-single .chosen-single span {
    height: 45px;
    line-height: 45px;
}
.box-cart-right {
    background: #fff;
    padding: 0 15px;
}
.nav-step .container {
    max-width: 1170px;
}

.nav-step {
    margin-bottom: 50px;
    background: #fff;
}

#payment-method, div#order-info, #success-order {
    background: #f2f2f2;
}
#list-method {
    width: 325px;
}
#list-method .nav-tabs {
    border: none;
    position: relative;
    margin-left: -1px;
}
#list-method ul.nav.nav-tabs li {
    width: 100%;
    margin-bottom: 20px;
}

.nav-tabs-bank > .nav-tabs > li > a {
    border-radius: 0 !important;
    text-align: center;
    margin: 0;
    display: block;
    padding: 20px 15px;
    padding-bottom: 49px !important;
    border: 1px solid;
}
.nav-tabs-bank > .nav-tabs > li > a:focus {
    border: 1px solid;
    background-color: none;
}
.nav-tabs-bank > .nav-tabs > li > a:hover, .nav-tabs-bank .nav li.active a {
    background: none;
    border: 1px solid #ffba00;
}
.nav-tabs-bank > .nav-tabs > li > a > img {
    width: auto;
    height: 30px;
    float: left;
    display: inline-block;
}
.nav-tabs-bank > .nav-tabs > li > a > input {
    position: absolute;
    opacity: 0;
}
.nav-tabs-bank .nav-tabs > li > a > span {
    display: block;
    border: 0;
    border-radius: 0;
    color: #555;
    margin-bottom: 15px;
    overflow: hidden;
    height: auto;
    text-align: left;
    line-height: 22px;
    float: right;
    width: calc(100% - 50px);
    font-weight: 700;
}


.title_style4 h2, .title_style4 h3, .title_style4 h4 {
    font-size: 16px;
    color: #383838;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin: 0 0 10px;
    padding: 10px;
    position: relative;
}
.content-info-content .title_style4 h3 {
    margin: 0;
}
 .shoppingcart-box>.scrollbar {
    padding: 0 10px;
}
.box-cart-right-cont>.scrollbarr {
    padding: 0;
}
.scrollbar {
    float: left;
    max-height: 300px;
    width: 100%;
    overflow-y: auto;
    padding-right: 5px;
}
.media {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 10px;
}
.media-left {
    float: left;
}
.media-left a {
    display: block;
}
.img-80, .img-80-bor {
    width: 80px;
    height: 80px;
}
.box-cart-right-cont .media-body .media-heading {
    padding-top: 0;
    /* padding-right: 30px; */
    clear:  both;
    height:  auto;
    line-height: 24px;
}
.list-products-order .price-well {
    float:  left;
    line-height: 24px;
    margin-right: 10px;
    font-weight:  bold;
}

.quantity label {
    font-weight: 400;
}
.media-body .media-heading a {
    font-size: 15px;
    color: #333;
    display: block;
}
.price-well, .owl-theme .owl-controls .owl-buttons div:hover:before {
    color: #ed1c24;
}
.price-before {
    text-decoration: line-through;
    opacity: .5;
    margin-bottom: 0;
}
.color-default, .price-before, .owl-theme .owl-controls .owl-buttons div:before {
    color: #333;
}
.input-cart {
    text-align: center;
    border: none;
    height: 20px;
    font-weight:  bold;
}
.item-promotion {
    padding: 10px;
}
.title-promotion, .item-cart, .item-promotion {
    margin-bottom: 15px;
    width: 100%;
    float: left;
    padding: 10px;
}
.box-cart-right-cont .item-promotion {
    border-top: 1px solid #f2f2f2;
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f2;
    margin-top: 15px;
}
.box-cart-right-cont .media {
  border: none;
  margin: 0;
}
.box-cart-left {
    margin: 0 0 20px;
}
.box-cart-left .box-cont, .box-cart-left>.card>.tab-content {
    padding: 40px 30px;
}
.box-cart-left>.card>.tab-content .form-group {
  margin-bottom: 20px;
}
.button-cart {
    margin-bottom: 15px;
}
#btn-process-payment {
    margin-left: 5px;
}
.btn-main, .btn-primary, a.btn-primary {
    background-color: #2196f3;
    border: 1px solid #2196f3;
    color: #fff;
}
.btn-facebook {
    background-color: #3b5998;
}
.btn-google {
    background-color: #b53d2f;
}
.btn-main, .btn-primary, a.btn-primary {
    background-color: #2196f3;
    border: 1px solid #2196f3;
    color: #fff;
}
.bt {
    font-size: 14px;
    border: none;
    min-width: 50px;
    line-height: 35px;
    padding: 0 10px;
    border-radius: 3px;
    height: 42px;
}


.checkout-address {
    padding: 30px 30px 15px;
}
.margin-b-10 {
    margin-bottom: 10px !important;
}
.margin-b-30 {
    margin-bottom: 30px !important;
}
.nav-tabs-bank>.nav-tabs >li {
    width: 20%;
    float: left;
}

.nav-tabs-bank>.nav-tabs>li>a>input {
    position: absolute;
    left: 50%;
    bottom: 10px;
    margin-left: -6px;
}

.choose-bank {
    padding: 20px 15px;
}
.choose-bank {
    padding: 0;
    width: calc(100% - 340px);
}
ul.list-bank {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    left: 1px;
}
.box-step3 {
    padding: 30px;
    margin-bottom: 50px;
    background: #fff;
}
.table-normal tr {
    background-color: #f8f8f8;
}
.table-normal > tbody > tr:nth-of-type(2n+1) {
    background-color: #fff;
}

.Foatright ul#other-sort {
    right: 0;
    left: auto;
}


.product-detail img {
    max-width:  100%;
    height:  auto;
}

.title_style4 h3 {
    font-size: 16px;
    color: #383838;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin: 0 0 10px;
    padding: 16px 0px;
    position: relative;
}
.box-cart-right .title_style4 h3 {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 15px;
}
.box-cart-left .title_style4 h3 {
  padding: 16px 30px;
}
#order-info .box-cart-left .title_style4 h3, #payment-method .box-cart-left .title_style4 h3 {
  padding: 30px 30px 0;
}
.success-box {
    background:  #fff;
    padding: 50px 30px;
    text-align:  center;
    margin-bottom: 20px;
}
.success-box i {
    color: #4caf50;
    font-size: 40px;
}
.success-box .title-success-order{
    color: #4caf50;
    font-size: 24px;
    margin: 15px 0 35px;
}

.success-box p.title-order-code {
    font-size:  14px;
    font-weight:  bold;
}

.success-box a {
    color: #337ab7;
    margin: 0 5px;
}

.txt-upper {
    text-transform: uppercase;
}


.box-payment {
    max-width: 1170px;
    margin: auto;
}

.bottom-detail-product .tab-content ul {
    margin-left: 15px;
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }
    .tab-product nav#sub-menu01 .navbar-toggle {
        display: none;
    }
}
@media (max-width: 767px) {
    .nav-tabs-bank>.nav-tabs>li>a>img {
        width: 30px;
        height: 20px;
    }
    
    .box-product-style2 .navbar-nav li a {
        color: #fff;
    }

    .product-detail .navbar-collapse {
        background: #fd7201;
    }
    .tab-product .navbar-collapse {
        background: #fd7201;
    }
    li.step1,li.step2 {
        margin-bottom: 15px;
    }
    .show-mobile {
        display: block;
    }
    .button-cart.text-right.show-mobile {
        background:  #fff;
        padding: 0 15px 15px;
    }
}

@media (max-width: 500px) {
    .box-step {
        width: 100%;
        margin: 0 auto;
        font-size: 12px;
    }
    .price.price-inline > p {
        float: left;
    }
    div#load-list-data.view-list p.price-well, div#load-list-data.view-list p.price-before {
      font-size: 16px;
    }
    .cart-right {
      padding: 0;
    }
    .box-cart-left .box-cont, .box-cart-left>.card>.tab-content, .success-box, .box-step3 {
      padding: 30px 15px;
    }
    .box-cart-right-cont .item-cart {
      padding: 15px 0;
    }
    .dkm-admanager-order #order-list {
        padding: 0;
    }
    
    #order-list span.btn.btn-xs.btn-default {
        text-align:  left;
    }
    .product-detail .bottom-detail-product {
      padding: 30px 0;
    }
    .product-detail .tab-content {
      padding: 0;
    }
}
@media (max-width: 991px) { 

    #list-method {
        width: 100%;
    }
    .choose-bank {
      margin-left: 12px;
      width: calc(100% - 30px);
    }
}


.content-preview .top-detail-product {
    margin: 0;
}

.content-preview  .product-detail {
    min-height: auto;
}

#preview-product-modal button.close {
    z-index: 1111;
    position:  absolute;
    right: 8px;
    top: 5px;
    font-size: 28px;
}

.content-preview .select-item-product .top-detail-product .box-images {
    width: 40%;
    float: left;
}

.content-preview .select-item-product .top-detail-product .info-product {
    width: 60%;
    float: left;
    padding-left: 15px;
}

.lg-on div#preview-product-modal {
    opacity: 0;
}
