.inner-wrap{
  background: #f0f2f5;
}
.banner-news{
  background-image: url('/static/img/fashion.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 500px;
}
h1, h2, h3, h4, h5, h6, * {
  font-family: inherit;
}
body.fixed-nav .sticky-top {
  position: fixed !important;
}
#payging_btn {
  position: relative;
}
#payging_btn_tragop {
  position: relative;
}
div.total_all {
      display: block !important;
  }
.select2-container .select2-choice {
  font-size: 1rem !important;
  color: #6c757d;
}
div.popup_start div.popup-center span.close-popup {
  display: flex !important;
}
form li.bullet-item span.arrow-left, form li.hide-li span.arrow-left {
  display: none !important;
}
.c-bot.active {
  position: relative !important;
}
.banner-content { position: absolute;
left: 0;
height: 0;
width: 100%;
height: 100%;
z-index: 1;
margin: 0 auto;
}
.header_mobile.active, .header_mobile.active .search-fix {
  position: relative !important;
}
.header_mobile .col-12 button {
  top: 15px;
}
a:hover {
    color: var(--background);
}
@keyframes gradient{
    0%  {
      background-position:0 0;
    }
    100% {
      background-position:-200% 0;
    }
}
.gradient {
  animation-name: gradient;
  transform-origin: center bottom;
}
a.get_baogia {
  padding: 10px 20px;
  background: var(--background);
  color: #fff;
}
.toastify {
    /*background: repeating-linear-gradient(to right,var(--background, #c6aa4b) 0,#000000 50%,var(--background, #c6aa4b) 100%) !important;*/
    background-size: 200% auto !important;
    background-position: 0 100% !important;
    animation: gradient 2s infinite !important;
    animation-fill-mode: forwards !important;
    animation-timing-function: linear !important;
}
div.ship_methods div.ship_method.active:before {
    content: "\f046";
    font: normal normal normal 14px / 1 FontAwesome;
    position: absolute;
    left: 15px;
    top: calc(50% - 7px);
    color: darkred;
    filter: drop-shadow(2px 4px 6px black);
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.banner-content > .content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 150px 0px;
  height: 100%;
}
.banner-content > .content > .content-wrap {
  background-color: rgba(255,255,255,0.5);
  height: 100%;
  border-radius: 10px;
  padding: 20px;
}
div.info_gift.show{
  display: none;
}
div.info_gift{
  display: block;
}
/* label.col-8.col-form-label.clicked {
    background: #34c2dc !important;
    color: #fff;
} */
section.popup_pay {
  position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #f2f2f28c;
    z-index: 55555555555;
    display: none;
}
div.ship_methods div.ship_method {
  margin-bottom: 5px;
  padding: 10px 10px;
  background: #f8f8f8;
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 2px solid #f4f4f4;
  padding-left: 50px;
  position: relative;
}
div.ship_methods div.ship_method label{
  font-weight: bold;
  margin-bottom: 5px;
}
div.ship_methods div.ship_method p, div.ship_methods div.ship_method span, li.bullet-item.payment_method div.info-payment div p, li.bullet-item.payment_method div.info-payment div span {
  font-size: 14px;
  font-style: italic;
}
section.popup_pay.active {
  display: block;
}
section.popup_pay div.content {
  max-width: 500px;
    margin: 0 auto;
    text-align: center;
    position: fixed;
    top: calc( 50vh - 75px);
    left: calc( 50vw - 250px);
    padding: 50px;
    background: forestgreen;
    color: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 10px #afafaf;
}

li.bullet-item.payment_method div.info-payment div{
  width: 100%;
}
#coupon_cart_a {
  text-align: center;
}
li.bullet-item.payment_method div.info-payment div {
  margin-bottom: 5px;
  padding: 10px 10px;
  background: #f8f8f8;
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 2px solid #f4f4f4;
  padding-left: 50px;
  position: relative;
}
li.bullet-item.payment_method div.info-payment div.active, li.bullet-item.payment_method div.info-payment div:hover {
  border: 2px solid #e4e3e3;
  background: #37c95761;
}
div.ship_methods div.ship_method.active, div.ship_methods div.ship_method:hover {
  border: 2px solid #e4e3e3;
  background: #37c95761;
}
div.info-payment div.payment_method.active:before {
    content: "\f046";
    font: normal normal normal 14px / 1 FontAwesome;
    position: absolute;
    left: 15px;
    top: calc(50% - 7px);
    color: darkred;
    filter: drop-shadow(2px 4px 6px black);
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
li.bullet-item.payment_method div.info-payment div label {
  font-weight: bold;
  margin-bottom: 5px;
}

.select2-container .select2-choice {
  border: 1px solid #e4e3e3;
}
.select2-container .select2-choice .select2-arrow {
  width: 18px;
}
.select2-container .select2-choice > .select2-chosen {
    color: #6c7595;
    font-size: 15px;
}
.show-for-mobile-only {
  display: none !important;
}


form li.title-payment span:not(.text-detail) strong {
  font-weight: 300 !important;
  margin-right: 6px;
  position: relative;
}





.banner-content > .content > .content-wrap > .content-logo {
  padding: 10px; 
  text-align: center;
  margin: 0 auto;
}
.banner-content > .content > .content-wrap > .content-logo > .logo {
  width: 200px; height: 200px;
/*  border-radius: 1000px;*/
  margin: 0 auto;
/*  background-color: red;*/
/*  border: 5px solid #fff;*/
/*  box-shadow: 1px 4px 20px 1px #fff;*/
  margin-top: -150px;
}
.banner-content > .content > .content-wrap > .content-logo > .logo >h3 {
  line-height: 110px; font-size: 60px;
  text-shadow: 1px 4px 1px #333;
  color: #fff;
  margin-bottom: -1rem;
}
.banner-content > .content > .content-wrap > .content-logo > .logo > span {
  color: #fff;
  font-size: 60px;
  text-shadow: 1px 4px 1px #333;
  margin-top: -1rem;
}
.content-folder ul li a {
  color: #000;
/*  text-shadow: 1px 1px 1px #f4f5f6;*/
white-space: nowrap;
  font-size: 18px;
}
.content-folder ul li a:hover {
  color: red;
  font-weight: bold;
}
::-webkit-input-placeholder { /* Edge */
  color: #303030;
  font-size: 1rem;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #303030;
  font-size: 1rem;
}

::placeholder {
  color: #303030;
  font-size: 1rem;
}

.banner-wrap{
  height: 100%;
}
.form_loc_tim > div, .form_loc_tim > div >div { padding: 0px; }
.product-detail-div { position: relative; }
.title-product {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.6);
    color: #333;
/*    box-shadow: 1px 2px 10px 1px #333;*/
    height: 70px;
    overflow: hidden;
}
.title-product a { color: #000; font-size: 12px; text-transform: lowercase; }
#u_infor_form li{
  position: relative;
}

div.total_all p {
    margin-bottom: 15px !important;
    display: flex;
    justify-content: flex-end;
    white-space: nowrap;
}
div.total_all p strong{
  width: 100px;
  display: block;
}
.price-product {
  position: absolute;
  bottom: 100px;
  left: 0px; padding: 5px 10px;
  background: rgba(255, 255, 255, 0.6);
/*  box-shadow: 1px 2px 1px red;*/
  font-weight: bold;
  border: 1px dashed rgba(255, 255, 255, 0.6);
}
.product-detail-div:hover .price-product {
  border: 1px dashed red;
}
.pricing-table .bullet-item {
  background-color: transparent;
    padding: 0.5rem !important;
    text-align: center;
    color: #333333;
    font-size: 0.875rem;
    font-weight: normal;
    border-top: none;
    border-bottom: none;
    background: #f8f8f8;
    border-radius: 5px;
}
.select2-container .select2-choice {
  height: 40px !important;
  line-height: 40px !important;
  width: 100% !important;
  text-align: left !important;
}
form#u_infor_form {
/*    box-shadow: 3px 3px 2px #000;
    background: #26b4dd17;
    border-radius: 5px;*/
    overflow: hidden;
    padding: 0rem;
}
form li.title-payment {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
form li.title-payment span:not(.text-detail) {
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
  padding: 5px 10px;
  background: #e8e8e8;
  border-radius: 3px;
  display: flex !important;
}
.select2-container {
  width: 100% !important;
}
.price-product .font-size-20 { font-size: 1rem; }
.select2-container .select2-choice {
  background-image:  none !important;
}
.thumb-addcart{
  width: 8%;
  padding: 6px;
}
.thumb-addcart img{
  border: 1px #eaeaea solid;
  width: 55px
}
/*li.menu-1 > a {
  padding-left: 0px !important;
  padding-right: 0px !important;
}*/
.content-addcart{
  width: 92%;
  padding: 3px 5px;
}
.content-addcart h3{
  font-size: 1rem;
  color: #333;
  text-transform: capitalize;
  font-weight: bold;
}
.price-addcart span:first-child{
  color: #ff6501!important;
  font-weight: bold;
}
.price-addcart span:nth-child(2){
  color: #333!important;
  font-weight: bold;
  font-size: 17px;
  margin: 0px 5px;
}

.price-addcart span:nth-child(3){
  color: #00bcd4!important;
  font-weight: bold;
  font-size: 1rem;
}
.addcart-btn{
  height: 72px;
}
.addcart-btn div{
  width: 100%;
  height: 100%;
  text-align: center;
}
.addcart-btn div a{
  line-height: 70px;
  padding: 10px 20px;
  font-size: 13px;
  color: #fff;
  border-radius: 3px;
  font-weight: bold;
  transition: all .3s;
  background-color: #00bcd4;
}
.addcart-btn div a:hover{
  background-color: #04a6bb;
}
.pricing-table .title {
    background-color: var(--background) !important;
    padding: 1rem 1.25rem;
    font-family: var(--font-hel);
}
.bullet-item { width: 100%; }
li.bullet-item.hide-li > div > div:not(.active){
  display: none;
}
li.bullet-item.hide-li.info-user-method {
  display: none;
}
p.payment-table-header, p.item-content-payment-table {
  font-size: 1rem;
  font-family: var(--font-hel);
  
}
p.payment-table-header, p.item-content-payment-table a{
  color: #303030;
  font-size: 1rem;
  display: flex;
  align-items: center;
  font-family: var(--font-hel);
  font-weight: 400;
  text-decoration: none;
}
img.img-cart {
  max-width: 100px !important;
  padding: 5px;
  border: 1px solid #ebeceb;
  border-radius: 5px;
  margin-right: 1rem;
  margin-left: -10px;
}
p.payment-table-header, p.item-content-payment-table a:hover{
  color: var(--bghover);
}
#total_money { font-size: 20px; }
a.button.payging.expand:hover , button#payging_btn:hover, button#payging_btn_tragop:hover, button.search_button:hover{
  background: #fff!important;
  color: var(--btn-button);
}
button#payging_btn, button.search_button, button#payging_btn_tragop {
  background: var(--btn-button);
  border: 2px solid var(--btn-button);
  color: #fff;
  font-size: 20px;
  border-radius: 4px;
  width: 100%;
}
select[name='price'] {
  height: 46px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus{
    background: #fff;
    border: 1px solid  var(--background) !important;
    outline: none;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea, select {
    background-color: #e4e6eb;
    border: none;
    border: 1px solid #e9e9e5 !important;
    box-shadow: none;
    font-size: 1rem !important;
}
p.payment-table-header.hide-for-large-up {
  margin-bottom: 0px;
}
.background-category-title-color {
  text-align: center;
  color: #000;
}
.load_ajax { padding: 10px 25px; background-color: #333; color: #fff; font-size: 18px; }
.load_ajax:hover, .load_ajax:focus { color: #fff; border: 3px solid red; }
.title-number-detail:hover, 
.title-number-detail:visited, 
.title-number-detail:focus{
    border: 3px solid var(--background);
    background: var(--bghover);
    color: #fff; 
    box-shadow: 0 0 5px var(--bghover);
}
  .title-number-detail{
    border-radius: 50%;
    height: 38px;
    width: 38px;
    padding: 0;
    border: 3px solid var(--background);
    background: #fff;
    color: var(--background);
}
.scale-image {
  height: 320px;
}
.banner-news div{
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 30px 35px;
}
.banner-news h3{
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
  color: #bd2525;
  text-shadow: 1px 1px 1px #222;
  font-family: var(--font-hel);
}
.pricing-table .title {
    background-color: transparent !important;
    padding: 0.5rem;
    text-align: left;
    font-weight: bold;
    color: #303030;
    display: flex;
    align-content: center;
    align-items: center;
}
.bullet-item { width: 100%; }
p.show-more { display: none; }
p.payment-table-header, p.item-content-payment-table {
  font-size: 1rem;
  letter-spacing: -1px;
  font-weight: normal !important;
}
#total_money { font-size: 20px; }
a.button.payging.expand:hover , button#payging_btn:hover, button#payging_btn_tragop:hover, button.search_button:hover{
  background: var(--background) !important;
  color: #fff;
}

button#payging_btn, button.search_button, button#payging_btn_tragop {
  background: #28a349;
  border: none;
  color: #fff;
  font-size: 20px;
  border-radius: 0px;
  
}
select[name='price'] {
  height: 46px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus{
    background: #fff;
    border: 1px solid  #e9e9e5 !important;
    outline: none;
    box-shadow: none;
    color: #303030;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea, select {
    background-color: #fff;
    border: none;
    border: 1px solid #e9e9e5 !important;
    box-shadow: none;
    border-radius: 5px;
    margin-bottom: 0px;
    height: 40px;
}
.header_bottom .search-input input[type="text"] {
    width: 100%;
    padding: 10px 20px;
    /*border: var(--red) 2px solid !important;*/
    font-size: 1rem;
    border-radius: 100px;
    height: 48px;
}
.select2-container .select2-choice .select2-arrow {
  width: 18px !important;
}
select {
  background-color: #fff;
  border-radius: 5px;
  font-size: 1rem !important;
}
div.info-user {
  padding: 20px 0px;
  height: 175px;
}
div.info-user div.form-group:nth-child(2n + 1) {
  width: 48%;
  margin-right: 2%;
  float: left;
  padding: 0px;
  position: relative;
}
div.info-user div.form-group:nth-child(2n){
  width: 48%;
  margin-left: 2%;
  float: left;
  padding: 0px;
  position: relative;
}
div.info-user div.form-group p, div.info-user div.form-group-2 p {
  font-size: 14px;
  text-align: left;
}
div.info-user div.form-group-2 {
  width: 31%;
  margin-right: 2%;
  float: left;
  padding: 10px 0px;
  z-index: 20;
  position: relative;
}
div.info-user div.form-group-2:nth-child(2) {
 margin-left: 2%;
}
div.info-user div.form-group-2:nth-child(3){
  float: right;
  margin-right: 0%;
}
p.note-p {
        text-align: left;
    font-size: 12px;
    font-style: italic;
    z-index: 11;
    padding-left: 5px;
    font-weight: 500;
}
.btn-DivCount, .btn-AddCount {
  background: transparent;
  color: #a4a4a4;
}
.btn-DivCount:hover, .btn-AddCount:hover {
  background: transparent;
  color: #275c51;
}
#hinh-thuc-thanh-toan div.info-payment p {
    width: 100%;
    margin-bottom: 5px !important;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
}
#list_product_item > div {
    display: flex;
    align-items: center;
    background: transparent;
    margin-bottom: 10px;
}
form.delete_item {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 22px;
    color: #ff0000;
    width: 40px;
    height: 40px;
    background: #dddddd;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    z-index: 55;
    box-shadow: 2px 2px 2px #000;
    border-radius: 5px;
    cursor: pointer;
}
#list_product_item > div.item-cart {
    background: #fff;
    position: relative;
    border-bottom: 2px solid #ebebeb !important;
    padding: 10px !important;
    border-radius: 3px;
}
#hinh-thuc-thanh-toan div.info-payment p:last-child {
  margin-right: 0px;
}
#hinh-thuc-thanh-toan div.info-payment p label{
  font-weight: bold;
  font-size: 1rem;

}
div.item-voucher {
    background-color: #f1f1f1;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    min-height: 117px !important;
    transition: all .2s;
    margin-right: 1rem;
    margin-bottom: 1rem;
    overflow: hidden;
    min-width: 250px;
}
div.item-voucher div.voucher-left{
    border-right: 2px dashed #d9d9d9;
    flex: 1;
    max-width: 25px;
    min-width: 25px;
    position: relative;
    background: #c20404;
}
div.item-voucher div.voucher-left:before{
      background: #fff;
    border-radius: 100em;
    content: "";
    display: block;
    height: 1.75rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 1.75rem;
}
div.item-voucher.freeship div.voucher-left {
    background: #4caf50;
}
div.item-voucher div.voucher-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 2;
    padding: .5rem 1rem;
    position: relative;
    width: 220px;
}
div.item-voucher:hover div.voucher-right {
    animation: 0.5s all;
    background: #d4d4d4;
}
div.item-voucher:hover{
  animation: 0.5s all;
  box-shadow: 3px 3px 3px #000;
}
div.item-voucher div.voucher-right div.voucher-content div.text {
    font-size: 1rem !important;
    font-weight: 700;
}
div.item-voucher div.voucher-right div.voucher-content div.description {
    display: block;
    font-size: 13px;
    max-width: 207px;
    min-width: 135px;
    transition: all .2s;
    background: transparent;
    padding-left: 0px;
    text-align: left;
}

div.voucher-expired {
  display: flex;
  justify-content: space-between;
}
.text-disabled {
    color: rgba(0, 0, 0, .3);
    font-size: 12px;
}
.text--primary {
    color: #2f5acf;
    font-size: 12px;
}
div.list-voucher {
  display: flex; position: relative; overflow-x: auto;
  margin-bottom: 15px;gap: 15px;
}

div.list-voucher::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

div.list-voucher::-webkit-scrollbar {
    height: 8px;
}

div.list-voucher::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: red;
}
form li.bullet-item span.arrow-left {
    display: none !important;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 30px;
    width: 100%;
    padding-left: 20px;
    background: #f8f8f8;
    text-align: left;
    height: 40px;
}


div.tra-gop-alepay { width: 100%; }
#hinh-thuc-thanh-toan div.info-payment p label img {
  padding: 0px 1rem !important;
  background: #fff;
}
#hinh-thuc-thanh-toan div.info-payment p label span.note {
  font-weight: 400;
}
#hinh-thuc-thanh-toan div.info-payment p input[type="radio"] {
  display: none;
}
div.info-payment {
  padding: 0px;
}
.select2-results .select2-result-label {
  font-size: 14px !important;
}
#hinh-thuc-thanh-toan div.info-payment p::after {
    /*content: "\f096";*/
    right: 10px;
    z-index: 5;
    position: absolute;
    top: 2%;
    font-size: 25px !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #4caf50;
}
div.check {
  text-align: left;
  display: flex;
}
div.check label{
  font-weight: bold;
  font-size: 11px;
}
div.check div.content-check {
  padding: 10px;
  border: 1px solid #C4C4C4;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: justify;
}
div.check div.content-check p {
    margin-bottom: 10px !important;
    font-size: 13px;
    line-height: 20px;
}
li.bullet-item label.call-payment {
    font-size: 1rem;
    font-weight: 400;
    padding-left: 50px;
    position: relative;
}
li.bullet-item img.call-payment-img {
  position: absolute;
    top: 33%;
    left: 1rem;
}
li.bullet-item div.info-user-1 {
    position: absolute;
    top: 23%;
    right: 0px;
    width: 150px;
    text-align: left;
    line-height: 17px;
}
li.bullet-item div.info-user-1 a{
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
}
div.info-tour-top-name {
      text-align: left;
    padding: 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ededed;
}
section.news div.info-tour-top-name a {
  text-align: left;
  line-height: 20px;
  color: #333;
}
section.news div.info-tour {
  background: #F9F9F9;
}
section.news div.info-tour div.info-tour-top-name, section.news div.info-name {
  padding: 10px;
}
section.news div.info-name {
  text-align: left;
  padding-top: 0px;
}
section.news div.info-name p {
  font-size: 13px;
  font-weight: 500;

}
section.news div.info-name p img{
  width: 12px;
  height: 12px;
  margin-right: 10px;
}

 li.bullet-item div.button-group a{
    padding: 9px 20px;
    background: var(--background);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    float: right;
}
 li.bullet-item div.button-group a.back {
  float: left;
  color: #333;
  background: #E6F9E1;
 }
 textarea[name="customer_remark"] {
  resize: vertical;
 }
 #hinh-thuc-thanh-toan div.info-payment p.active {
  background: var(--background);
  color: #fff;
  border: 1px solid #4caf50;
 }
  #hinh-thuc-thanh-toan div.info-payment p.active::after{
    content: "\f046";

  }
    #hinh-thuc-thanh-toan div.info-payment p.active label {
      color: #fff;
    }
  div.coupon div.columns {
    padding: 10px;
  }
    div.coupon div.columns div {
      padding: 0px;
    }
   div.coupon div.columns div.note-t {
    text-align: left;
    padding: 10px;
   }
   div.coupon div.columns div.note-t p {
    font-size: 13px;
    font-style: italic;
    color: red;
   }
   div.coupon div.columns div.note-t p::before , div.note-t p.note-p::before{
    content: "\f101";
    left: -10px;
    margin-right: 5px;
    position: absolute;
    top: 0px;
    font-size: 10px !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
   }
   div.note-t p.note-p::before {
    left: -7px;
   }
   section.news {
    padding-top: 0px;
   }
   section.bg-hover div.title-new{
  width: 100%;
  text-align: center;
  position: absolute;
  bottom:  100px;
  left: 0px;
  background: #333333a8;
}
section.bg-hover div.title-new h1 {
  background: no-repeat;
}
section.bg-hover div.title-new p {
  color: #fff; 
  font-style: italic;
}
/*.hidden {
  display: none;
}*/
.m-switch input:empty ~ span {
    line-height: 30px;
    margin: 2px 0;
    height: 30px;
    width: 57px;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    border-radius: 1rem;
}
.m-switch input:empty ~ span {
    display: inline-block;
    position: relative;
    float: left;
    width: 1px;
    text-indent: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.toastify.on {
  z-index: 666666666666 !important;
}
p.hidden {
  display: none;
}
form.item_card {
  display: flex;
}
section#payment {
  padding: 20px 0px;
  background: transparent;
}
i.fa-trash {
  color: #b4b4b4;
  font-size: 16px;
}
i.fa-trash:hover {
  color: red;
}
div.check_vat {
  display: none;
  padding-top: 0px !important;
}
div.check_vat div.form-group {
  margin-bottom: 5px !important;
}

@media only screen and (max-width:40em){

  section.header_mobile > div.container{
      padding:  0px;
  }
  div.total_all p {
    font-size: 15px;
    letter-spacing: -1px;
  }
  .show-for-mobile-only {
    display: block !important;
  }
  #u_infor_form li:last-child{
    background: transparent;
  }
  .show-for-medium-up {
    display: none !important;
  }
  #hinh-thuc-thanh-toan div.info-payment p {
    margin-bottom: 0px !important;
  }
  .pricing-table .title {
    font-size: 14px;
  }
  #u_infor_form li.hide-li {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 5555555555;
    padding-top: 40px;
  }
  div.ship_methods div.ship_method, li.payment_method div.info-payment div.payment_method {
    /*display: none;*/
  }
  div.ship_methods div.ship_method.active, li.payment_method div.info-payment div.payment_method.active {
    display: block;
  }
  #u_infor_form li.hide-li div.ship_methods div.ship_method, li.payment_method.hide-li div.info-payment div.payment_method {
    display: block;
  }



  .show-mobile-footer {
    display: none !important;
  }
  footer {
    display: none !important;
  }
  #payging_btn, #payging_btn_tragop {
  position: fixed;
  width: 45% !important;
  z-index: 555555555;
  right: 0px;
  bottom: 0px;
  height: 70px;
  background: var(--background) !important;
}
  input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea, select {
    font-size: 1rem !important;
}
body{  
  padding-bottom: 55px !important;
}
#header {
  background-image: linear-gradient(to right,var(--background, #19458C) 0,var(--bghover, #0c50a1) 100%);
}
#hinh-thuc-thanh-toan div.info-payment p {
  width: 100%;
}

#list_product_item > div {
  flex-wrap: wrap;
}
#list_product_item > div > div.small-12 {
  margin-bottom: 10px;
  width: 100% !important;
}
p.payment-table-header.hide-for-large-up {
  text-align: right;
  letter-spacing: -1px;
  font-size: 13px;

}
form.delete_item {
    position: absolute;
    font-size: 22px;
    color: #999999;
    right: 0px;
    left: auto;
    bottom: 95px;
}
.footer_not_detail {
  display: none;
}
div.total_all {
    padding: 10px 20px !important;
    text-align: right;
    position: fixed;
    bottom: 0px;
    background: #ebebeb;
    width:55%;
    z-index: 55555;
    left: 0px;
    min-height: 70px;
}
p.show-more {
  margin-top: 10px;
  display: block;
}
.hide-li p.show-more {
  display: none;
}

form li.bullet-item.hide-li  span.arrow-left {
  display: flex !important;
  align-content: center;
  align-items: center;
}
#u_infor_form li.hide-li > div {
  padding-top: 40px;
}
div.card-body {
  padding: 20px 0px !important;
}
div.card-body div.row{
  display: flex;
  flex-wrap: wrap !important;
}
div.card-body div.card-left, div.card-body div.card-right {
  width: 100% !important;
}



}