/*
Theme Name: Flatsome Child
Description: Minh Duong ADS
Template: flatsome
Version: 3.15
*/

/*************** ADD CUSTOM CSS HERE.  
.section-title-normal span {
    border-bottom-color: var(--primary-color);
    font-size: 120%;
    color: #7a5235;
     font-weight: normal;
}
.section-title-normal span {
    margin-right: 15px;
    padding-bottom: 7.5px;
    border-bottom: 2px solid rgba(0,0,0,.1);
    margin-bottom: -2px;
}
.section-title span {
    text-transform: uppercase;
}


***************/



.ux-timer {
  margin-top: -6px;
}
.ux-timer span{
  transform: translateX(-14px);
  width: 30px;
}
@media (min-width: 768px) {
  .ux-timer {
      margin-top: -7px;
  }
  .ux-timer span{
      transform: none;
    display: inline-block;
    width: 60px !important;
    margin-right: 8px;
  }
}


button#buy_now_button {
  background-image: linear-gradient(90deg, #fc3a3a, #ac1a1a);
  color: #fff;
  float: right;
  right: 10%;
}
button.single_add_to_cart_button.button.alt {
  background: #fff;
  color: #ff0000;
  border-radius: 30px;
  font-size: 15px;
  border: 1px solid #ff0000;
}
/* .badge.post-date {
  display: none !important;
} */
.from_the_blog_excerpt{
  display: none !important;
}
/* .blog-archive .image-cover {
  border-radius: 40px 0 40px 0;
}

.box-blog-post .image-cover {
  border-radius: 40px 0 40px 0;
} */
.post-item .box-image:hover::before{
/*   -webkit-animation:shine .75s;
  animation:shine .75s */
}
  @-webkit-keyframes shine{
  100%{left:125%}
  }
  @keyframes shine{
  100%{left:125%}
  }
  .post-item .box-image::before{
  position:absolute;
  top:0;
  left:-75%;
  z-index:2;
  display:block;
  content:'';
  width:50%;
  height:100%;
  background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
  background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
  -webkit-transform:skewX(-25deg);transform:skewX(-25deg)
  }
  /*sp*/
  .product-small .box-image:hover::before{
/*       -webkit-animation:shine .75s;animation:shine .75s */
      }
      @-webkit-keyframes shine{
      100%{left:125%}
      }
      @keyframes shine{
      100%{left:125%}
      }
      .product-small .box-image::before{
      position:absolute;
      top:0;
      left:-75%;
      z-index:2;
      display:block;
      content:'';
      width:50%;
      height:100%;
      background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
      background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
      -webkit-transform:skewX(-25deg);transform:skewX(-25deg)
      }

/*       #logo:after,#logo:before{transform: skewX(-25deg) translateY(-50%);content:"";position:absolute;top:50%;width:40px;height:100%;background-color:white;z-index:0}
#logo:before{left:0%;animation:light-left 5s infinite alternate linear}
#logo:after{right:-5%;animation:light-right 5s infinite alternate linear} */

@keyframes light-left{0%{left:-5%;opacity:0}50%{left:50%;opacity:1}to{left:105%;opacity:0}}@keyframes light-right{0%{right:-5%;opacity:0}50%{right:50%;opacity:1}to{right:105%;opacity:0}}

/* css topbar */
.hotline-top span {
  margin-left: 8px;
  background: #c10000;
  border-radius: 25px;
  padding: 0 10px;
color: #fff;
}
#top-bar a.nav-top-link, .hotline-top {
  font-size: 14px;
}
/* css header main */
div#masthead {
  /*  background: #744420; */
 
 
}
.danhmuc a.nav-top-link {
  background: #fff;
  border-radius: 10px;
  padding: 5px 10px;
  height: 50px;
  color: #000;
}
/*div#masthead .searchform input {
  border-radius: 10px;
  padding: 10px;
  background: #fff;
  border: 0;
  height: 50px;
  line-height: 40px;
  font-size: 15px;
}
div#masthead .searchform button.submit-button {
  background-color: #fff !important;
  border-radius: 4px;
  padding: 0 12px;
  left: -11px;
}
div#masthead .searchform input::placeholder {
  color: #000;
}
*/



/*
.cart-item ul.nav-dropdown.nav-dropdown-default {
  border: none;
  border-radius: 10px;
}
.cart-item a.header-cart-link {
  color: #ffffff;
  background-color: #dc0f00 !important;
  border: 0;
  align-items: center;
  border-radius: 10px !important;
}
*/

a.button.wc-forward {
  width: 49.5%;
  padding: 0;
  font-weight: 400;
  text-transform: initial;
  font-size: 14px;
  background: #ff6d1f;
}
a.button.checkout.wc-forward {
  margin-left: 1%;
  background: #744420;
}



.col.col-padding {
padding-bottom: 0;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #744420;
}
body::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #eee;
}
/* css trang chá»§ */
.st-banner img {
  border-radius: 10px;
}
/* css section danh má»¥c sáº£n  pháº©m */
.st-cate {
  border-bottom: 30px solid #eee;
}
.cate-pro .product-category.col .col-inner {
  box-shadow: 1px 1px 6px rgb(219 239 205);
  border: 1px solid #e3e3e3;
  border-radius: 5px;
}
.cate-pro .product-category.col .col-inner:hover {
  border: 1px solid #744420;
}
.cate-pro .product-category.col .box-text.text-center {
  padding: 5px 4px;
}
.cate-pro h5 {
  font-weight: 400;
  text-transform: initial;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 40px;
}

/* css btn xem thĂªm */
.btn-xemthem {
  background: #744420;
  color: #fff;
  border-radius: 25px;
  text-transform: inherit;
  font-weight: 300;
}
/* css danh má»¥c left */
.danhmuc-left .box-text {
  padding: 0;
}
.ct-danhmuc-left p {
  background: #744420;
  color: #fff;
  text-align: center;
  padding: 8px;
  text-transform: uppercase;
  border-radius: 10px 10px 0 0;
  margin-bottom: 12px;
}
.col-danhmuc-left>.col-inner {
  border: 1px solid #ececec;
  border-radius: 10px;
}
.danhmuc-left .product-category.col {
  padding-bottom: 10px;
}
.danhmuc-left .product-category.col>.col-inner {
  padding-left: 10px;
}
.danhmuc-left .product-category.col>.col-inner:not(.danhmuc-left .product-category.col:last-child>.col-inner) {
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
}
.danhmuc-left h5 {
  font-weight: 400;
  text-transform: initial;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 19px;
}
.img-left img {
  border-radius: 10px;
  width: 96%;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* css section flash sale */
.flash_sale>.col-inner {
  background-color: rgb(0, 90, 172);
  border-radius: 10px;
  padding: 15px 15px 0 15px;
}
.noPadding {
  padding-bottom: 0;
}

.xem_tatca {
  color: #fff !important;
  font-size: 13px;
}

.title_flash p {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 19px;
}

.title_flash p {
  
  background-image: url(/wp-content/uploads/2024/01/icon-lua.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  padding-left: 35px;
}


.title_spbc p {
  background-image: url(/wp-content/uploads/2023/05/top-10.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  padding-left: 30px;
}


/* css sáº£n pháº©m */
.product-small.box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
}
.product-small.box .box-text.box-text-products {
  padding: 10px 8px 13px 8px;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  font-size: 15px;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 40px;
  margin-bottom: 10px;
}
.product-small.box .price-wrapper .price .amount bdi {
  color: #ff9400;
  font-size: 18px;
}
a.add_to_cart_button.ajax_add_to_cart {
background: #744420;
}
a.add_to_cart_button.ajax_add_to_cart, a.added_to_cart.wc-forward, a.primary.product_type_variable.add_to_cart_button {
  border-radius: 6px;
  width: 100%;
  font-weight: 300;
  color: #fff;
  font-size: 16px;
  text-transform: inherit;
padding: 0;
line-height: 28px;
min-height: 2em;
}
a.added_to_cart.wc-forward {
text-align: center;
background: #ff9400;
margin-top: 16px;
}
.pro-xemthem .star-rating {
  display: none;
}

/* css slider product */
.slider .flickity-prev-next-button {
  opacity: 1;
}
.slider .flickity-prev-next-button svg.flickity-button-icon {
  border: 1px solid #744420 !important;
  background: rgb(255 255 255);
  border-radius: 4px;
  width: 20px;
  height: 40px;
  padding: 0;
  color: #744420;
}
.slider-nav-light .flickity-prev-next-button svg, .slider-nav-light .flickity-prev-next-button .arrow {
fill: #744420;
}
.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
  margin-top: 0;
  top: 10%;
}
.slider .flickity-prev-next-button:hover svg, .slider .flickity-prev-next-button:hover .arrow {
  fill: #744420;
}
/* end css button slider */

/* css section áº£nh bg */
.st-bg-att .section-bg {
  background-attachment: fixed;
}
.st-bg-att {
  background-image: url(/wp-content/uploads/2023/05/bictweb.vn-marikostore-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
object-fit: cover;
}

/* css chi tiáº¿t sáº£n pháº©m */
/* css breadcrumbs */
.page-title-inner {
  min-height: 0;
  padding: 10px 0 10px 5px;
}
.page-title-inner .flex-col.medium-text-center {
  padding: 0;
}
nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
  text-transform: inherit;
}
nav.woocommerce-breadcrumb.breadcrumbs.uppercase a {
  color: #ff0000;
  font-size: 14px;
}

.woocommerce-product-gallery__image a {
  cursor: zoom-in;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  border: 1px solid #e3e3e3;
  padding: 15px;
  border-radius: 10px;
}
.single-product .product-main, .single-product .product-info {
  padding-bottom: 0;
}
.ct-chinhhang {
  margin-top: 20px;
}

h1.product-title.product_title.entry-title {
  font-size: 20px;
}
.ct-satr .star-rating {
  margin: 8px 4px 0 0;
  float: left;
}
.ct-satr .star-rating span:before, .ct-satr .star-rating:before, .woocommerce-page .ct-satr .star-rating:before {
  color: #ff9400;
font-size: 13px;
}
.ct-satr .star-rating {
font-size: 13px;
}
span.xuatxu, span.thuonghieu {
  font-size: 14px;
}
span.xuatxu a, span.thuonghieu a {
  color: #008bff;
}
span.daugach {
  font-size: 14px;
}
.single-product .product-info .price .amount bdi {
  color: #db0000;
  font-size: 30px;
}

/* css form thĂªm vĂ o giá» */
.sticky-add-to-cart--active .sticky-add-to-cart__product {
  display: none;
}
.single-product .product-info form.cart {
  margin-bottom: 12px;
  border-bottom: 1px solid #f2f2f2;
}
.product-info.summary .quantity .button.minus, .product-info.summary .quantity .button.plus {
  width: 32px;
  min-height: 32px;
  max-height: 32px;
  line-height: 20px;
  border-radius: 20px !important;
  background-color: #f2f2f2;
  margin-right: 8px;
  border: 0px;
  color: #000;
}
.product-info.summary .quantity input[type="number"] {
  height: 30px;
  width: 35px;
  max-height: 34px;
  line-height: 20px;
  border: 0;
  border-bottom: 1px solid #e3e3e3;
  box-shadow: none !important;
  max-width: 48px;
  margin-right: 8px;
}
/* css ná»™i dung search google */
.ct-gg p {
  background: #f2f2f2;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 14px;
}

.div-privacy {
  padding: 10px 15px;
  border: 1px dashed #db0000;
  border-radius: 10px;
  margin-bottom: 15px;
}
.privacy-img p {
  background-image: url(/wp-content/uploads/2024/01/icon-login.svg);
  background-repeat: no-repeat;
  background-size: 38px;
  padding-left: 48px;
  font-size: 13px;
  margin-bottom: 8px;
}
ul.list-privacy {
  margin-bottom: 0;
}
ul.list-privacy li {
  font-size: 13px;
  list-style: none;
  margin-left: 0;
  margin-bottom: 5px;
}
ul.list-privacy li:before {
  content: url(/wp-content/uploads/2024/01/bictweb.vn-icon-check.svg);
  padding-right: 5px;
  vertical-align: middle;
}
ul.list-privacy li:last-child {
  margin-bottom: 0;
}

/* css form tÆ° váº¥n */
.product-info.summary form.wpcf7-form {
  margin-bottom: 10px;
}
span.wpcf7-not-valid-tip {
  display: none;
}
.form-tuvan {
  background: #f2f2f2;
  padding: 10px 15px 15px 15px;
  border-radius: 10px;
}
.sub-head {
  font-size: 14px;
  margin-bottom: 10px;
}
.form-tuvan input:not([type=submit]) {
  width: 35%;
  float: left;
}
.form-tuvan input:not(.form-tuvan input.wpcf7-form-control.wpcf7-submit) {
  margin-right: 2%;
  margin-bottom: 0;
}
.form-tuvan input.wpcf7-form-control.wpcf7-submit {
  width: 26%;
  margin: 0;
  background: #109cd9;
  font-size: 13px;
  padding: 0;
  border-radius: 4px;
}
.form-tuvan input[type=text], .form-tuvan input[type=tel] {
  background: #fff;
  font-size: 14px;
  border-radius: 4px;
}
span.wpcf7-spinner {
  display: none;
}

/*
button.single_add_to_cart_button.button.alt {
  background: #fff;
  color: #ff0000;
  border-radius: 30px;
  font-size: 15px;
  border: 1px solid #ff0000;
}
button.single_add_to_cart_button.button.alt:hover {
  background: #ff0000;
color: #fff;
}
*/

button#buy_now_button {
  background-image: linear-gradient(90deg, #fc3a3a, #ac1a1a);
  color: #fff;
float: right;
right: 10%;
}

/* css giĂ¡ biáº¿n thá»ƒ */
p.price.giabienthe {
  margin-top: 0;
}
.price-same {
  padding-bottom: 5px;
}
.giaban {
margin-bottom: 5px;
}
.giaban .giabanchinh bdi {
  font-size: 20px;
  color: #ff6600;
  font-weight: 700;
}
.giaban span.baogom-vat {
  font-size: 13px;
}
p.thitruong-tietkiem span {
  font-weight: 600;
  font-size: 13px;
}
p.thitruong-tietkiem span.phantram {
  color: #ff6600;
}

/* css cĂ¡c dá»‹ch vá»¥ */
.stack.dichvu .icon-box {
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
}
.stack.dichvu .icon-box:not(:last-child) {
  margin-right: 10px !important;
}
.stack.dichvu .icon-box p {
  font-size: 14px;
  line-height: 1.2;
}

/* css sidebar sáº£n pháº©m */
.single-product div#product-sidebar {
  margin-top: 12px;
}
a.button.primary.btn-call {
  background: #03a9f4;
}
a.button.primary.btn-call:hover {
  background: #ff0000;
}
span.title-commitment {
  font-size: 15px;
  font-weight: 700;
  color: #db0000;
  text-transform: uppercase;
}
.ct-camket {
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  margin-top: 15px;
  padding: 10px;
  counter-reset: a;
}
.ct-camket p {
  font-size: 15px;
  padding-left: 18px;
  margin-bottom: 10px;
}
.ct-camket p:before {
  counter-increment: a;
  content: counter(a);
  width: 15px;
  height: 15px;
  font-size: 12px;
  background: #744420;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  position: absolute;
  margin-left: -20px;
  margin-top: 5px;
}
.ct-camket p:not(:last-child) {
  border-bottom: 1px dashed #e3e3e3;
  padding-bottom: 10px;
}

/* css product footer */
.single-product .product-footer {
  margin-top: 25px;
}

/* css sáº£n pháº©m liĂªn quan 

.related.related-products-wrapper.product-section {
  display: none;
}
*/

.div-rela .related.related-products-wrapper.product-section {
  display: block;
}

/* css sá»‘ lÆ°á»£ng bĂ¬nh luáº­n vĂ  Ä‘Ă¡nh giĂ¡ trong mĂ´ táº£ sáº£n pháº©m */
.col-mota-sp>.col-inner {
  box-shadow: 1px 1px 6px rgb(219 239 205);
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  padding: 15px;
}
.count-cmt ul li {
  list-style: none;
  display: inline-block;
  margin: 0 40px 0 0;
  padding: 5px 10px;
}
.count-cmt ul li:first-child {
  background-color: #744420;
  color: #fff;
  border-radius: 6px;
}
i#bg-count {
  font-size: 12px;
  font-style: normal;
  border-radius: 50%;
  padding: 1px 5px 1px 4px;
  background-color: #ed4949;
  color: #fff;
  text-align: center;
}
.count-cmt ul {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 8px;
}

/* css mĂ´ táº£ chi tiáº¿t sáº£n pháº©m */
div#tab-description ul li, div#tab-description ol li {
  margin-left: 22px;
}

/* css khung Ä‘Ă¡nh giĂ¡ sáº£n pháº©m */
.single-product .review-form-inner.has-border, div#comments .commentlist {
  border: none;
  box-shadow: 1px 1px 6px rgb(219 239 205);
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  padding-bottom: 0;
}
.single-product div#comments .commentlist {
  padding: 15px 20px;
}
.single-product .review-form-inner.has-border input, .review-form-inner.has-border textarea {
  box-shadow: 0 0;
}
.single-product input#submit {
  background-color: #744420;
}

/* css trang cá»­a hĂ ng sáº£n pháº©m */
.filter-content {
  overflow: auto;
  max-height: 300px;
}
.filter-content::-webkit-scrollbar {
  width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
  background: #744420;
  border-radius: 5px;
  border: 1px solid #fff;
}
.filter-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ccc;
  border-radius: 5px;
}
.filter-content a.term-label.tooltip-added {
  font-weight: 400;
  font-size: 16px;
}
.filter-content li.filter-item.checkbox label {
  margin-bottom: 0;
}
.filter-content input#filter_319_0_24 {
}
.filter-content li.filter-item.checkbox>label>input {
  margin-bottom: 0;
}
/* css btn phĂ¢n trang */
ul.page-numbers.nav-pagination li span, ul.page-numbers.nav-pagination li a {
  border-radius: 4px;
  border: 1px solid #744420;
}
ul.page-numbers.nav-pagination li span {
  background-color: #744420;
}
ul.page-numbers.nav-pagination li a {
  color: #744420;
}
ul.page-numbers.nav-pagination li a:hover {
background-color: #744420;
color: #fff;
}

/* css trang thÆ°Æ¡ng hiá»‡u */
.cs-breadcroumb {
  padding: 10px 5px 7px 10px;
  background-color: #f2f2f2;
  border-radius: 2px;
  border: 1px solid #eee;
  margin-bottom: 20px;
}
.cs-breadcroumb ol {
  margin-bottom: 0px;
}
.cs-breadcroumb li {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
}
.cs-breadcroumb a {
  color: #744420;
  text-decoration: none;
  padding-right: 10px;
}
.cs-breadcroumb span {
  color: #333;
  text-decoration: none;
  padding-right: 10px;
}

h1.title-thuonghieu {
  font-size: 24px;
}
h1.title-thuonghieu span {
  color: #744420;
}
.div-thuognhieu ul li {
  display: inline-block;
  margin-right: 8px;
  margin-left: 0;
}
.div-thuognhieu ul li a {
  border: 1px solid #d8e0e8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  flex-basis: 37.5px;
  padding: 1px 10px;
  font-size: 19px;
  width: 37.5px;
  flex-basis: 37.5px;
  height: 36px;
}
.ct-th {
  font-size: 25px;
  color: #744420;
  font-weight: 600;
}
ul.brandlist li {
  display: inline-block;
  margin: 0;
  padding-right: 20px;
}
ul.brandlist li a {
  color: #000;
}

/* css form popup táº£i lĂªn Ä‘Æ¡n thuá»‘c */
div#don-thuoc {
  border-radius: 10px;
}
div#don-thuoc form.wpcf7-form.init {
  margin-bottom: 0;
}
div#don-thuoc input {
  box-shadow: 0 0;
}
div#don-thuoc .col.large-12, div#don-thuoc .col.large-6 {
  padding-bottom: 0;
}
div#don-thuoc label.img-donthuoc {
  background-image: url(/wp-content/uploads/2023/05/bictweb.vn-camera-toathuoc.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 29px;
  font-weight: 300;
  color: #1d48ba;
  text-decoration: underline;
  cursor: pointer;
}
div#don-thuoc input.wpcf7-form-control.has-spinner.wpcf7-submit.gui-donthuoc {
  margin: 8px 0 0 0;
  width: 100%;
  background: #744420;
  border-radius: 4px;
}
span.wpcf7-spinner {
  display: none;
}

/* css footer */
.ct-foo p {
  color: #fff;
  margin-bottom: 10px;
}
.icon-foo a {
  border-radius: 6px !important;
}
.box-foo {
  border: 1px solid #eee;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 4px 8px;
}
.box-foo p {
  line-height: 4px;
  color: #fff;
  font-size: 14px;
}
.box-foo p a {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
}
.box-foo img {
  padding-top: 0;
}
.copyright-footer {
  color: #fff;
  border-top: 1px solid #fff;
  padding-top: 15px;
}
a#top-link {
  background: red;
  border: 1px solid #fff;
  color: #ffff;
}

/* css trang giá» hĂ ng */
.woocommerce-cart div#content {
  background: #f8f8f8;
}
.woocommerce-cart form.woocommerce-cart-form, .cart-sidebar.col-inner {
  background: #fff;
  padding: 15px 20px;
  border-radius: 5px;
}
.woocommerce-cart .woocommerce.row.row-large.row-divided>.col {
  padding: 15px;
}
.woocommerce-cart .cart-collaterals {
  border-left: 0 !important;
}
.woocommerce-cart .shop_table th {
  font-weight: 300;
  text-transform: initial;
}
.woocommerce-cart a.checkout-button.button.alt.wc-forward {
  background-color: #744420;
  border-radius: 4px;
  font-weight: 200;
  font-size: 18px;
}
.woocommerce-cart input#coupon_code {
  box-shadow: 0 0;
}
.woocommerce-cart input.is-form.expand {
  background-color: #744420;
  color: #fff;
  text-shadow: 0 0;
  border-radius: 4px;
  font-size: 18px;
}
.woocommerce-cart a.button-continue-shopping.button.primary.is-outline {
  background-color: #744420;
  border: 2px solid #744420;
  color: #fff;
}

/* css trang thanh toĂ¡n - checkout */
.woocommerce-checkout .row.row-main {
background-color: #fff;
padding-top: 15px;
}
input#billing_first_name, .woocommerce-checkout input#billing_address_1, .woocommerce-checkout input#billing_phone, .woocommerce-checkout input#billing_email, .woocommerce-checkout textarea#order_comments {
border-radius: 6px;
box-shadow: none;
border-color: #000;
}
.woocommerce-checkout p#billing_address_1_field {
margin-right: 0px;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tr th {
text-transform: initial;
color: #000;
}
.woocommerce-checkout .has-border {
border: 1px solid #1e1e1e;
border-top: 4px solid #3f8cd2;
}
.woocommerce-checkout .woocommerce-billing-fields {
  padding-top: 15px;
  border-top: 4px solid #3f8cd2;
}
.woocommerce-checkout .ts-product-image {
  width: 52px;
  height: 45px;
  padding-right: 7px;
  vertical-align: middle;
  float: left;
}
button#place_order {
background: #744420;
width: 100%;
border-radius: 4px;
}
/* end css trang thanh toĂ¡n - checkout */

/* css trang chi tiáº¿t Ä‘Æ¡n  hĂ ng */
table.thongtin-ck, section.woocommerce-order-details, .woocommerce-order-received .large-5.col .entry-content {
      box-shadow: rgb(0 0 0 / 12%) 0px 1px 2px 0px, rgb(0 0 0 / 8%) 0px 2px 6px 1px;
  padding: 12px;
  border-radius: 10px;
}
table.thongtin-ck {
  border: 1px solid #ddd;
  border-collapse: collapse;
  overflow: hidden;
}
table.thongtin-ck td {
  border: 1px solid #eaeaea;
  padding: 6px 10px;
}
table.thongtin-ck td strong {
  color: #01012e;
}
.woocommerce-order-received .large-5.col .entry-content {
  background: #fff;
}
.woocommerce-order-received .large-5.col .entry-content p {
margin-bottom: 18px;
}
.woocommerce-order-received .large-5.col .entry-content ul {
margin-bottom: 0;
}

/* css section magiam gia */
.div-coupon {
  position: relative;
  background: #fff;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, .15));
  display: flex;
  border-radius: 5px;
  min-height: 100px;
  width: 32%;
  float: left;
}
.div-coupon-2 {
  margin: 0 2%;
}
.coupon-image {
  width: 80px;
  flex: 0 0 80px;
  padding: 8px 4px 8px 8px;
  background-color: #fd545b;
  margin-left: 3px;
  float: left;
}
.coupon_body {
  padding: 8px 8px 8px 10px;
}
.coupon_title {
  font-size: 14px;
  color: #fd545b;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
}
span.coupon.description {
  font-size: 13px;
}
.coupon_desc {
  line-height: 15px;
}
.saochep {
  margin-top: 8px;
}
button.btn.btn-main.btn-sm.coupon_copy {
  border: none;
  border-radius: 999px;
  margin: 0;
  color: #fff;
  background: #fd545b;
  min-height: 20px;
  line-height: 19px;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 400;
  text-transform: initial;
}
a.coupon_info_toggle {
  font-size: 12px;
  text-decoration: underline;
  color: #2E72D2;
  margin-top: 3px;
  float: right;
}
.div-coupon:before {
  content: "";
  position: absolute;
  top: 0;
  left: -3px;
  height: 100%;
  width: 10px;
  color: #fd545b;
  background-clip: padding-box;
  background: repeating-linear-gradient(#e5e5e5,#e5e5e5 5px,transparent 0,transparent 9px,#e5e5e5 0,#e5e5e5 10px) 0/1px 100% no-repeat,radial-gradient(circle at 0 7px,transparent,transparent 2px,#e5e5e5ee 0,#e5e5e5 3px,currentColor 0) 1px 0/100% 10px repeat-y;
}

/* css coupon sidebar product */
.sidebar-coupon {
  background: #fff;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, .15));
  margin-bottom: 12px;
border-radius: 4px;
}
.sidebar-coupon:nth-child(3) {
  margin-bottom: 0;
}

/* css popup Ä‘iá»u kiá»‡n mĂ£ giáº£m giĂ¡ */
.coupon-title {
  color: #fd545b;
  padding: 0px;
  font-size: 24px;
  font-weight: 500;
  margin: 0px 16px 16px;
  text-align: center;
}
.coupon-row:nth-child(2n) {
  background-color: #f3f3f3;
}
.coupon-row {
  padding: 10px 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.coupon-label {
  font-size: 15px;
}
.coupon-info {
  font-size: 14px;
}

@media (min-width: 850px) {

  /*
  .cart-item a.header-cart-link {
  display: flex;
  height: 50px;
}
  */
  
/* 	css menu mega */
.sub-menu.nav-dropdown {
  border: 0;
  border-radius: 10px;
  padding: 12px;
}
.menu-mega-pc .tabbed-content .nav-vertical {
  padding-top: 0;
  width: 28%;
}
.menu-mega-pc .nav-vertical+.tab-panels {
  border-left: 0;
  padding-right: 0;
}
.menu-mega-pc .nav-vertical>li+li {
  border: 0;
}
.menu-mega-pc li a {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 6px 10px 10px;
}
.menu-mega-pc li.active a {
  background: #F44338;
  color: #fff;
  border-radius: 8px
}
.menu-mega-pc .product-category.col>.col-inner {
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  box-shadow: 1px 1px 6px rgb(219 239 205);
}
.menu-mega-pc .box-text {
  padding: 8px 4px 4px 4px;
}
.menu-mega-pc h5.header-title {
  font-weight: 400;
  text-transform: initial;
  color: #000;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 36px;
}
.stuck .header-main .nav > li > a {
  line-height: 26px !important;
}
/* css sá»‘ lÆ°á»£ng bĂ¬nh luáº­n vĂ  Ä‘Ă¡nh giĂ¡ trong mĂ´ táº£ sáº£n pháº©m */
.col-mota-sp {
  padding-left: 0;
}
}

@media (max-width: 992px) {
div#logo {
  margin-right: 0;
  width: 160px;
}
}

@media (max-width: 768px) {
/* 	css menu mobile */
div#top-bar {
  border-bottom: 1px solid #b5000029;
}
  /*
  .mobile-nav .header-button a.icon {
  background-color: #dc0f00;
}
  */

/* 	menu tab 1 */
.mfp-content li.html.custom.html_topbar_left {
  padding: 10px;
}
.mfp-content li.menu-item a {
  color: #000;
  font-weight: 400;
  font-size: 14px;
}
.mfp-content  .sidebar-menu-tabs.nav>li>a {
  color: #000;
  font-weight: 400;
  font-size: 15px;
  padding: 8px;
}
.mfp-content  li.sidebar-menu-tabs__tab.active a {
  background-color: #744420;
  color: #fff;
}
.mfp-content  .nav-line-bottom>li>a:before {
  background: bottom;
}
/* 	css section mĂ£ giáº£m giĂ¡ */
.div-coupon {
  display: flex;
  -webkit-box-align: center;
  flex-basis: 70%;
  flex-shrink: 0;
}
.col-magiamgia> .col-inner {
  justify-content: space-between;
  width: max-content;
  max-width: 870px;
  flex-wrap: wrap;
}
.col-magiamgia {
  overflow-x: auto;
  padding-bottom: 15px;
}
/* 	menu tab 2 */
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
  background: #fff;
  width: 90%;
}
.sidebar-menu.no-scrollbar {
  padding-top: 0;
}
.off-canvas-left .mfp-content li.html.custom.html_nav_position_text {
  padding: 10px 0 0 0;
}
.cate-mobile .product-category.col {
  padding: 5px;
}
.cate-mobile .product-category.col>.col-inner {
  box-shadow: 1px 1px 4px rgb(219 239 205);
  border: 1px solid #e3e3e3;
  border-radius: 5px;
}
.cate-mobile .product-category.col>.col-inner .box-text.text-center {
  padding: 5px 4px 4px 4px;
}
.cate-mobile h5.uppercase.header-title {
  font-weight: 300;
  text-transform: initial;
  font-size: 13px;
  height: 35px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.col.large-3.padding-mb.col-stick {
  display: none;
}
.single-product .product-info {
  padding-bottom: 10px;
}
button#buy_now_button {
  float: unset;
  right: unset;
}
}

@media (max-width: 549px) {
.col-mota-sp>.col-inner {
  padding: 8px;
}
.count-cmt ul li {
  margin: 0 5px 0 0;
}

/* 	css section flash sale */
.col_text_flash {
  padding-right: 0 !important;
}

.row_sale>.col.medium-2 {
  width: 42% !important;
  flex-basis: 42% !important;
  max-width: 42%;
}

.row_sale>.col.medium-4 {
  width: 33% !important;
  flex-basis: 33% !important;
  max-width: 33%;
}

.row_sale>.col.medium-6 {
  width: 25% !important;
  flex-basis: 25% !important;
  max-width: 25%;
  padding: 0 !important;
}
.title_flash p {
  font-size: 14px;
  font-weight: 500;
  background-size: contain;
  padding-left: 26px;
  margin-top: 5px;
}

.col_xam_all {
  padding-left: 0 !important;
}

.xem_tatca {
  font-size: 12px;
}

/* 	css trang chi tiáº¿t sáº£n pháº©m */
.form-tuvan {
  padding: 10px;
}
.sub-head {
  margin-bottom: 5px;
}
.form-tuvan input:not(.form-tuvan input.wpcf7-form-control.wpcf7-submit) {
  margin-right: 1%;
}
.form-tuvan input.wpcf7-form-control.wpcf7-submit {
    width: 28%; 
}
.form-tuvan input.wpcf7-form-control.wpcf7-submit {
  font-size: 12.5px;
    padding: 1px 2px;
}
.ct-gg p {
  margin-bottom: 5px;
}
/* 	css dá»‹ch vá»¥ */
.stack.dichvu {
  overflow: auto;
}
.stack.dichvu .icon-box {
  flex-basis: 43%;
  flex-shrink: 0;
  padding: 6px 5px;
}
.stack.dichvu .icon-box .icon-box-text.last-reset {
  padding-left: 6px;
}
.product-footer ul.product-tabs>li {
  width: 50%;
  text-align: center;
}
#top-bar a.icon.primary.button.circle i {
  margin-top: -6px;
}
.product-info button#buy_now_button:not(.sticky-add-to-cart--active  button#buy_now_button) {
  width: 100%;
}
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

}

@media (max-width: 549px) {
  .title_flash p {
      white-space: nowrap;
  }
}


#wp-admin-bar-customize { display:none !important;}
#wp-admin-bar-themes { display:none !important;}
#wp-admin-bar-menus { display:none !important;}
#wp-admin-bar-updates { display:none !important;}
#wp-admin-bar-new-content { display:none !important;}
#wp-admin-bar-wp-logo { display:none !important;}
#wp-admin-bar-updates { display:none !important;}
#wp-admin-bar-widgets { display:none !important;} 

.single-product div#tab-description{
  padding-bottom: 70px !important;
  }