
/*-----------Giỏ hàng popup----------*/

.main-giohang.open {
  -webkit-transition:all 320ms cubic-bezier(.455,.03,.515,.955);
  transition:all 320ms cubic-bezier(.455,.03,.515,.955);
  -webkit-transform:translate(0,0);
  -ms-transform:translate(0,0);
  transform:translate(0,0);
  visibility:visible;
  opacity:1;
}

.main-giohang {
  -webkit-transition:all 190ms cubic-bezier(.455,.03,.515,.955);
  transition:all 190ms cubic-bezier(.455,.03,.515,.955);
  -webkit-transform:translate(30%,0);
  -ms-transform:translate(30%,0);
  transform:translate(30%,0);
  visibility:hidden;
  opacity:0;
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  max-width: 100%;
  width:350px;
  z-index:99999;
  overflow:auto;
  background:#fff;
  background-size:cover;
  background-position:center;
  text-align:center;
  padding:20px 20px;
  -webkit-box-shadow:-17px 0 21px 0 rgba(0,0,0,.35);
  box-shadow:-17px 0 21px 0 rgba(0,0,0,.35);
}

.main-giohang .close-giohang {
  -webkit-transition:all 175ms cubic-bezier(.455,.03,.515,.955);
  transition:all 175ms cubic-bezier(.455,.03,.515,.955);
  position:absolute;
  line-height:1em;
  cursor:pointer;
  font-size:18px;
  color:#bababa;
  right:10px;
  z-index: 9;
  top:21px;
  border:none;
  display: block;
}

.main-giohang .widget-heading {
  border-bottom:1px solid;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-direction:row;
  flex-direction:row;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-flex:0;
  -ms-flex:0 0 auto;
  flex:0 0 auto;
  border-bottom:1px solid #ccc;
  margin-bottom:10px;
}

.main-giohang .widget-heading h3 {
  color:#000;
  margin:0;
  font-size: 20px;
  font-family: 'Arial';
}

.main-giohang .widget-heading strong {
  font-weight:normal;
}

.main-giohang .widget-heading p {
  color:#000;
  font-size:15px;
  margin:0;
  float:right;
  padding:5px;
}

.cart_wrapper {
  overflow:scroll;
  height: calc(100% - 150px);
}

.cart_wrapper::-webkit-scrollbar { width: 5px; height: 5px;}
.cart_wrapper::-webkit-scrollbar-button {  width: 0px; height: 0px; }
.cart_wrapper::-webkit-scrollbar-track {  background-color: #c3c3c3;}
.cart_wrapper::-webkit-scrollbar-track-piece { background-color: #ffffff;}
.cart_wrapper::-webkit-scrollbar-thumb { height: 50px; background-color: #c3c3c3; border-radius: 3px;}
.cart_wrapper::-webkit-scrollbar-corner { background-color: #ffffff;}}

.cart_wrapper::-webkit-resizer { background-color: #666;}
.item_cart {
  margin: 17px 0;
  position:relative;
  border-bottom:1px solid #efefef;
  padding-bottom:15px;
  text-align:left;
  color:#000;
  line-height:20px;
}

.img_cart {
  width: 70px;
  vertical-align:top;
  position:relative;
  border:0;
  padding:0;
  background:#fff;
  float:left;
}

.img_cart img {
  display:block;
  width:100%;
}
.des_cart
{
  width: calc(100% - 70px);
  float: left;
  padding-left: 10px;
}

.img_cart span {
  position:absolute;
  top:-6px;
  left: 0;
  background: #ed1c24;
  display:block;
  color:#fff;
  line-height:19px;
  font-size: 12px;
  width:20px;
  text-align:center;
  border-radius:50%;
  padding:0;
  cursor: pointer;
  z-index: 1;
}

.name_cart {
  vertical-align:top;
}

.name_cart b a {
  display:block;
  font-family:'Arial';
  color:#000;
  font-size: 14px;
}

.price_cart {
  font-size:15px;
  color: #ed1c24;
}

.price_cart strong {
  font-family:'Arial';
}

.color_cart {
  font-size:12px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.item_cart input[name="input_sl"]
{
  max-width: 50px;
  margin-top: 5px;
  text-align: center;
  outline: none;
  border: 1px solid #ccc;

}
.item_cart  .choose-number
{
  justify-content: start;
  margin-top: 10px;
}
.item_cart .choose-number > a
{
  width: 30px;
  height: 30px;
}
.item_cart .choose-number input
{
  width: 50px;
  height: 30px;
  border: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  text-align: center;
}
.cart_tongcong {
  color:#000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.cart_tongcong p {
  margin:0;
  float:left;
}

.cart_tongcong b {
  font-weight:600;
  font-size:20px;
  color: #ed1c24;
  float:right;
}

.remove_cart {
  position:absolute;
  top:-18px;
  right:-3px;
  z-index:99;
}

.btn_cart {
  text-align:center;
}

.btn_cart a.block {
  width:auto !important;
  margin:0 10px !important;
  float:right;
}

.btn_cart a.xemgh {
  width:100%;
  font-size:14px;
  line-height:18px;
  padding:12px 20px;
  background-color:#f3f3f3;
  margin:0;
  display:inline-block;
  color:#000;
  text-transform:uppercase;
  margin-top: 10px;
}

.btn_cart a.tt {
  width:100%;
  font-size:14px;
  line-height:18px;
  padding:12px 20px;
  background-color: #ed1c24;
  margin:0;
  display:inline-block;
  color:#fff !important;
  text-transform:uppercase;
  margin-top: 10px;
}
.bottom-cart
{
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 20px;
  width: 100%;
}
a.a_update,.del-cart
{
  cursor: pointer;
}

.style_step {
    max-width: 580px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}
.style_step ul {
    text-align: center;
}
.style_step ul li {
    position: relative;
    width: 33.333333%;
    float: left;
    padding: 0;
}
.style_step ul li ~ li:after {
    position: absolute;
    font-family: fontawesome;
    content: '\f105';
    top: 15px;
    left: 0px;
    font-size: 20px;
    line-height: 20px;
    color: #999999;
}
.style_step ul li .number {
    display: block;
    margin: 0 auto;
    width: 46px;
    height: 46px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: bold;
    padding-top: 5px;
    border: solid 1px #666666;
}
.style_step ul li .text {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
    display: block;
    color: #ffffff;
}
.style_step ul li.active .number {
    background: #666666;
    border-color: #666666;
    color: #ffffff;
}
/*===============STEP1================*/
div#tableCart table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}
div#tableCart table thead tr th {
    padding: 10px 15px;
    text-align: center;
    color: #666;
    font-size: 12px;
}
div#tableCart table tr
{
    border-bottom: 1px solid #ececec;
}
div#tableCart table tbody tr td:not(:nth-child(1)) {
    text-align: center;
}
div#tableCart table tbody tr td {
    padding: 5px;
}
div#tableCart .img {
  max-width: 100%;
  float: left;
  margin-right: 5px;
}
div#tableCart .over {
    overflow: hidden;
}
div#tableCart .tend {
    margin-top: 7px;
}
div#tableCart .tend h3 {
    font-weight: initial;
    line-height: initial;
}
div#tableCart .tend a {
    color: #666;
    margin-bottom: 5px;
    font-size: 13px;
}
div#tableCart .tend p
{
    margin: 5px 0;
}
div#tableCart.ww .tend a {
    white-space: initial;
}
div#tableCart .code {
    color: #cccccc;
}
/*BUTTON NUMBER*/
.choose-number {
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.choose-number .form-control {
    border-radius: 0;
    width: 80px;
    height: 40px;
    padding: 0;
    text-align: center;
    font-weight: bold;
    border: 1px solid #dddddd;
}
.choose-number > a {
    height: 36px;
    width: 36px;
    text-decoration: none;
    color: #666;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}
.choose-number > a > .fa {
    font-size: 12px;
}
div#tableCart .product_quantity {
    width: 65px;
    height: 36px;
    border: solid 1px #ccc;
    border-right: 0;
    border-left: 0;
    text-align: center;
    background: none;
    color: #666;
}
div#tableCart .price_simple {
    color: #666666;
}
div#tableCart .price_simple span {
    display: block;
    white-space: nowrap;
    font-weight: bold;
    font-size: 13px;
}
div#tableCart .price_simple span.pp {
    color: #666666;
    text-decoration: line-through;
}
div#tableCart .price_total {
    font-size: 13px;
    font-weight: bold;
    color: #666;
    white-space: nowrap;
}
div#tableCart tfoot tr td {
    background: rgba(255, 255, 255, 0.12);
    padding: 15px 20px;
}
.tableInfo {
    width: 300px;
}
.tableInfo p {
    padding: 0;
    padding-left: 30px;
    color: #666666;
    position: relative;
    margin-bottom: 5px;
}
.tableInfo p:before {
    content: "\f046";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.totalPrice {
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    font-family: 'Arial';
    text-align: right;
}
.tableButton .btnCart {
    border: none;
    display: inline-block;
    font-family: 'Arial';
    padding: 8px 30px;
    -webkit-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
    color: #3e3e3e;
    position: relative;
    background: #ededed;
}

.tableButton .btnCart:hover {
}
.tableButton .btnCart.blood {
    background: #6dbb43;
    color: #fff;
    padding: 8px 31px;
}
.tableButton .btnCart.blood:hover {
    opacity: 0.9;
}
.tableButton .btnCart.dark {
    background: #fff;
    color: #000;
    border: none;
    padding: 8px 30px;
}
.tableButton .btnCart.dark:hover {
    background: #1aaed3;
    color: #ffffff;
}
.tableButton .btnCart span {
    padding-left: 20px;
    position: relative;
}
.tableButton .btnCart span:before {
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*===============STEP2==================*/
.boxCart {
    border: solid 1px #ccc;
    margin-bottom: 30px;

}
.boxCart .title {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    background: #1aaed3;
    color: #fff;
    padding: 13px 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.boxCart .content {
    padding: 20px;
    float: none;
}
.cartField label {
    width: 120px;
    font-weight: normal;
    float: left;
    padding-right: 25px;
    color: #666;
}
.cartField .colRight {
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: -o-calc(100% - 120px);
    width: calc(100% - 120px);
    float: right;
}
.cartField input[type="text"],
.cartField textarea {
    width: 100%;
    height: 40px;
    background: transparent;
    border: solid 1px #ccc;
    padding-left: 15px;
    color: #666666;
}
.cartField textarea {
    height: 150px;
    resize: none;
    padding-top: 15px;
}
.cartField .boxRadio {
    margin-bottom: 25px;
    padding-left: 20px;
    position: relative;
}
.cartField .boxRadio input {
    position: absolute;
    left: 0;
    top: 0;
}
.cartField .boxRadio label {
    font-weight: bold;
    width: initial;
    float: none;
    padding: 0;
    margin: 0;
}
.cartField .boxRadio p {
    visibility: hidden;
    width: 0;
}
.cartField .optionCart input {
    display: none;
}
.cartField .optionCart {
    background: #1aaed3;
    color: #fff;
    padding: 13px 50px;
    position: relative;
    cursor: pointer;
}
.cartField .optionCart:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: solid 1px #666666;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cartField .optionCart:after {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 23px;
    top: 50%;
    opacity: 0;
    color: #666;
    visibility: hidden;
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.cartField .optionCart.active:after {
    opacity: 1;
    visibility: initial;
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}
.cartField .optionCart span:before {
    font-family: FontAwesome;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 28px;
}
.cartField .btnCart {
    width: 100%;
}
.boxRadio {
    padding-left: 30px;
    position: relative;
    margin-bottom: 25px;
    cursor: pointer;
}
.boxRadio p {
    padding: 0;
}
.boxRadio label {
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
}
.boxRadio input[type="radio"] {
    display: none;
}
.boxRadio:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 1px;
    top: 1px;
    border: solid 1px #1aaed3;
    border-radius: 100%;
}
.boxRadio.active:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #1aaed3;
    border-radius: 100%;
    left: 6px;
    top: 6px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
/*====================STEP 3===================*/
.boxSuccess {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
    border: solid 1px #383838;
    padding: 40px 20px;
    color: #cccccc;
}
.boxSuccess .wrap {
    max-width: 680px;
    margin: 0 auto;
}
.boxSuccess .txt1 {
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #ffffff;
}
.boxSuccess .txt2 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.boxSuccess .code {
    font-size: 55px;
    line-height: 63px;
    font-weight: bold;
    color: #ffffff;
    background: #333333;
    display: inline-block;
    padding: 8px 37px;
    margin-bottom: 20px;
}
.boxSuccess .txt3 p {
    padding: 0;
}
.boxSuccess .txt3 p span {
    color: #ffffff;
    font-weight: bold;
}
.linkSuccess {
    text-align: center;
}
.linkSuccess a {
    display: inline-block;
    background: #333333;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 9px 19px;
}
.linkSuccess a span {
    padding-left: 30px;
    position: relative;
}
.linkSuccess a span:before {
    content: "\f0ca";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: normal;
}
.linkSuccess a:hover {
    background: #ffffff;
    color: #333333;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
div#tableCart a.del
{
    cursor: pointer;
    font-size: 19px;
    color: #666;
}
div#tableCart a.del:hover
{
    color: #ed6000;
}
/*-------Thanh toán----------*/

.text-center
{
    text-align: center;
}
.form-group {
    margin-bottom: 15px;
}
#dcGiao,#dcBill
{
    display: none;
}
.boxRadio .box-cash
{
    line-height: 25px;
}
.loadding
{
    padding: 40px 0;
    text-align: center;
}
.loadding p
{
    font-size: 30px;
    color: #fff;
}
.boxSuccess
{
    line-height: 25px;
}
.left-cart
{
  width: calc(100% - 225px);
  float: left;
  padding-right: 20px;
}
.right-cart
{
  width: 225px;
  float: right;
}
.cart-summary {
    position: static;
    background: #fff;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-top: 3px solid #d51b21;
    padding: 0;
    width: 100%;
}
.cart-summary .block {
    margin-bottom: 0;
}
.cart-summary> .title {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Arial';
    padding: 10px 0;
    display: block;
}
.cart-totals {
    padding: 10px;
    border-top: 1px solid #d1d1d1;
}
.space_bottom_10 {
    margin-bottom: 10px;
}
.checkoutenable
{
  background: #ed1c24;
  color: #fff !important;
  width: 100%;
  font-family: 'Arial';
}
.checkoutenable:hover
{
  opacity: 0.9;
}
._subtotal1
{
  color: #ed1c24;
  font-family: 'Arial';
}

/*Thanh toán*/
#checkout {
    background: #fff;
    padding: 10px;
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    padding-top: 10px;
}
#checkout li
{
  list-style: none;
}
.block_show_price_right {
    float: right;
    width: 37%;
    padding-left: 20px;
}
.block_left_checkout {
    width: 63%;
    float: left;
}

.opc-progress-bar-item._active > span {
    color: #306e51;
}
.opc-wrapper .opc .checkout-nologin.login_quick {
    border-top: 3px solid #8bbea5;
}
.opc-wrapper .opc .checkout-nologin {
    border-top: 3px solid #c9d0cd;
    border-left: 1px solid #c9d0cd;
    border-right: 1px solid #c9d0cd;
    border-bottom: 1px solid #c9d0cd;
    margin-bottom: 15px;
}
.opc-wrapper .step-title {
    padding: 10px 10px 10px 45px;
    border-bottom: 1px solid #c9d0cd;
    font-size: 17px;
    font-weight: 400;
    color: #306e51;
    color: #999;
}
.opc-wrapper .login_quick .step-title {
    background: url(../images/icon_steploin_1.jpg) no-repeat 10px 10px;
    color: #306e51;
    font-weight: 700;
}
.opc-wrapper .tt_nhanhang.active .step-title {
    background: url(../images/icon_steploin_2_active.jpg) no-repeat 15px 8px;
    color: #3e3e3e;
    font-weight: 700;
}
.opc-wrapper .thanhtoan_datmua .step-title {
}
.opc-wrapper .thanhtoan_datmua.active .step-title {
    background: url(../images/icon_steploin_3_active.png) no-repeat 15px 7px;
    color: #3e3e3e;
    font-weight: 700;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.opc-wrapper .opc .checkout-nologin.active {
    border-top: 3px solid #ddd;
}
.opc-wrapper .form-login,
.opc-wrapper .form_shipping_address {
    max-width: none;
    margin: 0;
}
.opc-wrapper .login_with {
    position: absolute;
    left: 30px;
    top: 30px;
}
.opc-wrapper #lg_login .block_login_fb {
    position: relative;
    padding: 20px 90px 20px 130px;
}
.opc-wrapper .block_more_login {
    padding: 20px 115px 0 130px;
}
.opc-sidebar {
    width: 35%;
    margin: 0;
}
.block_donhang {
    border: 1px solid #c9d0cd;
}
.block_donhang .title_donhang {
    padding: 10px;
    font-size: 17px;
    border-bottom: 1px solid #eaeaea;
}
.block_donhang .title_donhang a {
    font-size: 14px;
    color: #ed1c24;
}
.block_donhang .title_donhang .fa {
    font-size: 16px;
}
.tb_giohang {
    width: 100%;
    float: left;
}
.block_donhang .title_sanpham_donhang {
    margin-bottom: 3px;
}
.block_donhang .item_list_donhang {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    float: left;
    border-bottom: 1px dotted #eaeaea;
}
.block_donhang .item_list_donhang td,
.block_donhang .item_list_donhang tr {
    display: block;
}
.block_donhang .thumb_donhang {
    width: 100px;
    padding: 0 10px;
    float: left;
}
.block_donhang .thumb_donhang img
{
  max-width: 100%;
}
.info_donhang {
    width: calc(69% - 100px);
    float: left;
}
.gia_thanh {
    padding: 0 10px;
    width: 30%;
    float: left;
    text-align: right;
}
.block_donhang .txt_giatien {
    font-size: 17px;
    font-weight: 700;
    color: #ed1c24;
    text-align: right;
}
.block_thanhtien {
    border-top: 1px solid #d7d7d7;
    padding-top: 10px;
    margin-top: 10px;
}
.btn_dathang .btn {
    width: 100%;
    text-transform: uppercase;
    background: #6dbb43;
    color: #fff;
}
#checkout_footer {
    padding: 20px;
    border-top: 1px solid #c9d0cd;
    text-align: center;
}
.tt_nhanhang .step-content {
    padding: 20px 10px 0 10px;
}
.tt_nhanhang .step-content .txt_form {
    line-height: 40px;
}
.tt_nhanhang .step-content .txt_form b
{
  font-family: 'Arial';
}
.tt_nhanhang .step-content .txt_form b span
{
  color: red;
}
.item_thanhtoan {
    padding: 10px 20px;
    border-bottom: 1px solid #c9d0cd;
}
.item_thanhtoan .txt_form  b span
{
  color: red;
}
.child_thanhtoan {
    padding-left: 20px;
}
.tt_nhanhang.nhanhang_default .step-content {
    padding: 0px 0px 0 0px;
}
.item_nhanhang_default label {
    padding: 10px 100px 10px 40px;
    position: relative;
    font-size: 13px;
    color: #666666;
    font-weight: 400;
    cursor: pointer;
    border-bottom: 1px solid #ececec;
    margin-bottom: 0;
    display: block;
}
.tt_nhanhang.nhanhang_default .note {
    padding: 0px 10px 10px 15px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.note textarea {
    display: inline-block;
    height: auto;
    padding: 6px 12px;
    margin-bottom: 5PX;
}
.item_nhanhang_default label:hover {
    background: #fbfbfb;
}
.item_nhanhang_default label:hover .fa {
    display: inline-block;
}
.item_nhanhang_default label input {
    position: absolute;
    left: 15px;
    top: 10px;
    display: inline-block;
}
.item_nhanhang_default .txt_default {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #306e51;
}
.item_nhanhang_default .txt_default .fa {
    font-size: 24px;
    display: none;
}
.item_nhanhang_default .btn_xemthem_title {
    border: 1px solid #cccccc;
    border-radius: 5px;
    color: #333;
    display: inline-block;
    padding: 5px 10px;
    margin: 10px 0 10px 15px;
}
.item_nhanhang_default .btn_xemthem_title:hover {
    border: 1px solid #326e51;
    color: #326e51;
}
.item_list_donhang .discount-code {
    padding: 10px;
    border-top: 1px solid #d7d7d7;
}
.item_list_donhang .block_input_coupon {
    position: relative;
}
.item_list_donhang .block_input_coupon .diem,.item_list_donhang .block_input_coupon .diem a
{
  display: flex;
  align-items: center;
}
.item_list_donhang .block_input_coupon label
{
  font-weight: normal;
  font-size: 16px;
  color: #ff6600;
  cursor: pointer;
}
.item_list_donhang .block_input_coupon input {
   width: 20px;
   height: 20px;
   opacity: 0;
   position: relative;
   z-index: 1;
   cursor: pointer;
   margin-right: 10px;
}
.item_list_donhang .block_input_coupon .diem span
{
  width: 20px;
  height: 20px;
  border: 1px solid #ff6600;
  border-radius: 5px;
  background: none;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.item_list_donhang .block_input_coupon .diem input:checked ~ .checkmark:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid #ff6600;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
}
.item_list_donhang .payment-option-content .action-apply {
    width: 80px;
    position: absolute;
    right: 0;
    top: 0;
    height: 34px;
    font-weight: 400;
    font-size: 14px;
    padding: 5px 0;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.42857143;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #4b8c6c;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    border: 1px solid transparent;
}
.item_list_donhang .payment-option-content .input-text {
    height: 34px;
}
.item_list_donhang .payment-option-content .action-cancel {
    width: auto;
    height: 34px;
    font-weight: 400;
    font-size: 14px;
    padding: 5px;
    text-align: center;
    border: none;
    background: none;
    color: #666;
}
.item_list_donhang .payment-option-content .giatien_coupon {
    float: right;
}
.wrap_coupon {
    padding-top: 5px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 5px;
}
.wrap_coupon:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.wrap_coupon .title_coupon {
    font-weight: 700;
}
#checkout .item-promotion {
    padding: 0 10px 0 70px;
    font-size: 11px;
    color: #666;
    font-style: italic;
}
#checkout .item-promotion .item-promotion-title {
    width: 70%;
    float: left;
}
#checkout .item-promotion .item-promotion-value {
    float: right;
    width: 30%;
    text-align: right;
}
.payment-option-title {
    position: relative;
}
.payment-option-title .fa {
    position: absolute;
    right: 0;
    top: 5px;
}
.magiamgia {
    display: none;
}
#wrapper_header.fixed_top {
    position: static!important;
}
.show_susgess_address {
    position: relative;
    z-index: 15;
}
.checkout-container .list_donhang .txt_color_2 {
    font-weight: 700;
}
.block_login_fb img {
    width: 48%;
}
.block_login_fb .txt_hoac {
    position: relative;
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 10px;
}
.block_login_fb .txt_hoac:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #c9d0cd;
    top: 10px;
    left: 0;
    z-index: 2;
}
.block_login_fb .txt_hoac span {
    background: #fff;
    display: inline-block;
    padding: 0 10px;
    color: #666;
    position: relative;
    z-index: 3;
}
.shipping_login_title {
    font-size: 13px;
    float: right;
    font-weight: 400;
    margin-top: 3px;
    color: #ff6600;
    font-weight: bold;
}
.item_thanhtoan .item_cod {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.item_thanhtoan .item_cod .content-cod
{
  display: none;
  padding: 10px 15px;
  margin-top: 5px;
  background: #eee;
  border-radius: 5px;
}
.shipping_loggedin_title {
    float: right;
    font-size: 14px;
    font-weight: 400;
    padding-left: 30px;
    position: relative;
    color: #ff6600;
}
.shipping_loggedin_title:before {
    height: 20px;
    width: 20px;
    content: "";
    left: 0;
    top: 0;
    background: #ff6600 url(../images/check_white.png) no-repeat 3px 3px;
    background-size: 15px;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
}
.Chosen-select,
.chosen-container.chosen-container-single {
    width: 100%!important;
}

.radio-inline {
      padding-left: 20px;
    position: relative;
    cursor: pointer;
    background: #eee;
    width: 100%;
    display: block;
    padding: 8px 15px 10px 15px;
    border-radius: 5px;
}
.radio-inline.active
{
  background: #6dbb43;
  color: #fff;
}
.radio-inline input
{
  margin-left: 0 !important;
}
.radio-inline span
{
  font-weight: bold;
  padding-left: 20px;
}


.checkbox-inline {
    padding-left: 20px;
    position: relative;
}
.checkbox-inline input[type=checkbox] {
    width: 16px;
    height: 16px;
    background-color: #326e51;
    display: inline-block;
    vert-align: middle;
    position: absolute;
    top: -1px;
    left: 0;
}
.hr {
    margin: 10px 0;
    border: 0;
    border-top: 1px solid #eee;
}
#bank_info ul {
    list-style-type: circle;
    padding-left: 17px;
}
#bank_info li {
    list-style-type: circle;
    margin-bottom: 10px;
}
#bank_info p {
    margin-bottom: 10px;
}
.block_donhang .space_left_right {
    padding-left: 10px;
    padding-right: 10px;
}
div.mage-error.generated {
    margin-top: 7px;
    color: #e02b27;
}
.message.success {
    margin: 0 0 10px;
    padding: 10px 20px;
    display: block;
    line-height: 1.2em;
    font-size: 1em;
    background: #e5efe5;
    color: #006400;
    padding-left: 40px;
    position: relative;
}
.message.success > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 28px;
    color: #006400;
    content: "\2714";
    font-family: 'icons-blank-theme';
    margin: -14px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 18px;
    width: 40px;
    position: absolute;
    text-align: center;
}
.btn_dathang
{
  margin-top: 10px;
}
.p_giamgia
{
  color: red;
  display: none;
  margin-top: 10px;
}
.block
{
  display: block;
}
.control
{
  position: relative;
}
.left
{
  float: left;
}
.right
{
  float: right;
}
.form-group-row .row
{
  margin: 0 -5px;
}
.form-group-row .col-row
{
  padding: 0 5px;
}
@media (max-width: 992px) {
    .col-6
    {
        width: 100%;   
    }
}
@media (max-width: 767px) {
    .td_hidden
    {
        display: none;
    }
    .block_left_checkout
    {
      width: 100%;
    }
    .block_show_price_right
    {
      width: 100%;
      padding-left: 0;
      padding-top: 20px;
    }
    .left-cart
    {
      width: 100%;
    }
    .right-cart
    {
      width: 100%;
      padding-top: 20px;
    }
    .form-group-row .col-row:first-child
    {
      margin-bottom: 15px;
    }
}
@media (max-width: 575px) {
    .tableButton .fl .btnCart
    {
        display: none;
    }
    .left-cart .choose-number > a
    {
        display: none;
    }
    div#tableCart .product_quantity
    {
        width: 40px;
    }
}