@font-face {
  font-family: "FontAwesome";
  src: url("../html-viettech/fonts/awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../html-viettech/fonts/awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../html-viettech/fonts/awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../html-viettech/fonts/awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../html-viettech/fonts/awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../html-viettech/fonts/awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

body {
    font-family: 'Roboto', Arial, sans-serif !important;
}

/* Đảm bảo tất cả phần tử đều sử dụng font Roboto */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, 
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, 
label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, 
embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, 
time, mark, audio, video, input, textarea, select, button {
    font-family: 'Roboto', Arial, sans-serif !important;
}

/* Đảm bảo các nút, form và các phần tương tác cũng sử dụng font Roboto */
button, input, select, textarea {
    font-family: 'Roboto', Arial, sans-serif !important;
}

.cat-menu__category>a {
    background: #04ae43 !important;
}

.menu-contact__icon {
    color: #04ae43 !important;
}

.preloader span {
    background: #04ae43 !important;
}

.main-menu ul>li:hover>a {
    color: #04ae43 !important;
}

a:hover {
    color: #38E854 !important;
}

a:hover::after {
    color: #04ae43 !important;
}

.tpservicesitem:hover {
    border: 1px solid #04ae43 !important;
}

i {
    color: #04ae43 !important;
}

.tp-services-area .tp-services-item .tp-services-content .tp-services-btn {
    background: #04ae43 !important;
}

.tpservicesitem::before {
    background: #04ae43 !important;
}

.tp-services-area .tp-services-item .tp-services-content .tp-services-btn:hover {
    background: #04ae43 !important;
}

.scroll-top {
    background: #04ae43 !important;
}

.fa-angle-up {
    color: black !important;
}

.price-discount span {
    color: #04ae43 !important;
}

.tpproduct-details__stock {
    color: #04ae43 !important;
}

.tpproduct-details__price span {
    color: #04ae43 !important;
}

.tpproduct-details__cart button {
    background: #04ae43 !important;
}

.tpproduct-details__cart button:hover {
    background: #76c583 !important;
}

.tpproduct-details__cart .fa-shopping-cart {
    color: white !important;
}

.tpproduct-details__tag {
    background: #04ae43 !important;
    color: white !important;
}

.cat-menu__category i {
    color: black !important;
}

.tpnavbar .nav-link {
    color: black;
    text-decoration: underline;
}

.blogitem__content i {
    color: black !important;
}

.tpnavbar .nav-link.active {
    color: #04ae43;
    text-decoration: underline;
}

.box__sale {
    border: 1px solid #169c2c;
    border-radius: 10px;
    padding: 20px 25px;
    margin-bottom: 15px;
}

.box__title img {
    float: left !important;
    margin-left: 5px !important;
    margin-top: 2px !important;
}

.elm__head {
    width: 120px !important;
    color: white !important;
}

.elm__head .title {
    color: white !important;
}

#home-1 p img {
    width: auto;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.tpsideinfo__close {
    background: #474747 !important;
}

.static-content .box-static-content img {
    width: 100% !important;
}

.block__blog-left {
    background: #efefef;
    border-radius: 4px;
    padding: 20px;
    height: 100%;
}

.block__blog-left .box__news-large {
    position: relative;
}

.block__blog-left .box__news-large:hover .news__large-link img {
    transform: scale(1.05) translate(-50%, -50%);
    transform-origin: center center;
    transition: all 0.2s ease-in-out;
}

.block__blog-left .box__news-large .news__large-link {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    padding-bottom: 50%;
    overflow: hidden;
}

.block__blog-left .box__news-large .news__large-link::before {
    content: "";
    position: absolute;
    background: url(../images/black-blur.png) no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.block__blog-left .box__news-large .news__large-link img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.2s ease-in-out;
}

.block__blog-left .box__news-large .obj__title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 40px;
    padding-bottom: 35px;
    z-index: 2;
}

.block__blog-left .box__news-large .obj__title .tips {
    display: inline-block;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #ffffff;
    background: #e10000;
    border-radius: 4px;
    padding: 4px 15px;
}

.block__blog-left .box__news-large .obj__title .news__large-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #efefef;
    display: block;
    margin: 10px 0;
}

.block__blog-left .box__news-large .obj__title .date span {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #c4c4c4;
}

.block__blog-left .box__news-large .obj__title .date span:last-child {
    padding-left: 15px;
}

.block__blog-left .box__news-large .obj__title .date span:last-child img {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 5px;
}

.block__blog-left .box__news-small {
    display: flex;
    flex-flow: row wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 20px;
}

.block__blog-left .box__news-small .blog__small {
    display: flex;
    flex-flow: column nowrap;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}

.block__blog-left .box__news-small .blog__small:hover .news__small-link img {
    transform: scale(1.05) translate(-50%, -50%);
    transform-origin: center center;
    transition: all 0.2s ease-in-out;
}

.block__blog-left .box__news-small .blog__small:hover .title__small {
    color: #169c2c;
}

.block__blog-left .box__news-small .blog__small .news__small-link {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    padding-bottom: 50%;
    overflow: hidden;
}

.block__blog-left .box__news-small .blog__small .news__small-link img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.2s ease-in-out;
}

.block__blog-left .box__news-small .blog__small .title__small {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #393939;
    margin-top: 10px;
    -webkit-line-clamp: 2;
    height: 81px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.block__blog-left .box__news-small .blog__small .title__small h3 {
    font-size: 18px;
}

.block__blog-right {
    background: #efefef;
    border-radius: 4px;
    padding: 15px;
    height: 100%;
}

.block__blog-right .box__list-news {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-bottom: 20px;
}

.block__blog-right .box__list-news:hover .news__list-link img {
    transform: scale(1.1) translate(-50%, -50%);
    transform-origin: center center;
    transition: all 0.2s ease-in-out;
}

.block__blog-right .box__list-news:hover .title__list {
    color: #169c2c;
}

.block__blog-right .box__list-news .news__list-link {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    padding-bottom: 14%;
    flex: 0 0 30%;
    max-width: 30%;
    overflow: hidden;
}

.block__blog-right .box__list-news .news__list-link img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.2s ease-in-out;
}

.block__blog-right .box__list-news .title__list {
    display: block;
    flex: 0 0 70%;
    max-width: 70%;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #393939;
    padding-left: 25px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.block__blog-right .box__list-news .title__list h3 {
    font-size: 18px;
}

.pagination {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.pagination a {
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 24px;
    font-weight: normal;
    font-size: 16px;
    color: #685f5f;
    margin: 0 5px;
}

.pagination a.active,
.pagination a:hover {
    border: 1px solid #169c2c;
    background: #169c2c;
    color: white;
}

.b-list {
    display: block;
    background-color: #fff;
    margin-bottom: 75px;
}

.b-list .blog-list-item {
    background-color: #fff;
    border-bottom: 1px solid #efefef;
    padding: 20px 30px 25px 14px;
    align-items: center;
    display: flex;
}

.b-list .blog-list-item:hover .b-img img {
    transform: scale(1.1);
    transform-origin: center center;
    transition: all 0.2s ease-in-out;
}

.b-list .blog-list-item:hover .b-meta .b-name {
    color: #169c2c;
}

.b-list .blog-list-item .b-img {
    flex: 0 0 33%;
    max-width: 33%;
    overflow: hidden;
}

.b-list .blog-list-item .b-img img {
    max-width: 100%;
    width: 100%;
    transition: all 0.2s ease-in-out;
}

.b-list .blog-list-item .b-meta {
    padding-left: 30px;
    flex: 0 0 66%;
    max-width: 66%;
}

.b-list .blog-list-item .b-meta .b-name {
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    color: #393939;
    -webkit-line-clamp: 2;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.b-list .blog-list-item .b-meta .b-name h3 {
    font-size: 18px;
}

.b-list .blog-list-item .b-meta .b-des {
    color: #7e7e7e;
    word-wrap: break-word;
}

.b-list .blog-list-item .b-meta .b-author {
    padding: 6px 0 13px 0;
}

.b-list .blog-list-item .b-meta .b-author span {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #818181;
}

.b-list .blog-list-item .b-meta .b-author img {
    padding-left: 15px;
    padding-right: 5px;
    display: inline-block;
    vertical-align: baseline;
}

.blog-list-cat {
    padding: 0 15px;
    margin-top: 50px;
}

.blog-list-cat ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
}

.blog-list-cat ul li {
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    margin-right: 40px;
    margin-bottom: 10px;
    list-style-type: none;
}

.blog-list-cat ul li:last-child {
    margin-right: 0;
}

.blog-list-cat a {
    text-transform: uppercase;
    font-size: 20px;
    color: rgb(0, 0, 0);
}

@media (max-width: 767px) {
    .b-list .blog-list-item {
        padding: 20px 14px 25px 14px;
    }

    .b-list .blog-list-item .b-img {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .b-list .blog-list-item .b-img img {
        width: 100%;
    }

    .b-list .blog-list-item .b-meta {
        margin: 10px 0;
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    #home-1 p img {
        width: 100% !important;
    }

    #home-1 table {
        width: 100% !important;
    }

    .static-content img {
        width: 100% !important;
    }
}

.header-search {
    position: relative;
  }
  .header-search .box__search__result {
    position: relative;
    display: none;
  }
  .header-search .box__search__result .search__result__drop {
    position: absolute;
    background: #ffffff;
    border-radius: 4px;
    padding: 15px 20px;
    top: 10px;
    left: 0;
    right: 0;
    z-index: 1111;
    width: 100%;
  }
  .header-search .box__search__result .search__result__drop .result__items {
    display: flex;
    flex-flow: row;
    align-items: center;
    margin-bottom: 15px;
  }
  .header-search .box__search__result .search__result__drop .result__items .img__result {
    display: block;
    overflow: hidden;
  }
  .header-search .box__search__result .search__result__drop .result__items .img__result img {
    max-width: 100%;
    width: 50px;
    height: 50px;
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
  .header-search .box__search__result .search__result__drop .result__items .text__result {
    display: block;
    padding-left: 10px;
  }
  .header-search .box__search__result .search__result__drop .result__items .text__result h6 {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #4e4e4e;
    margin-bottom: 0;
  }
  .header-search .box__search__result .search__result__drop .result__items .text__result .config__price .config {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #4e4e4e;
  }
  .header-search .box__search__result .search__result__drop .result__items .text__result .config__price .price {
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #e10000;
    padding-left: 10px;
  }
  @media (max-width: 991px) {
    .header-search .box__search__result .search__result__drop .result__items {
      flex-flow: row nowrap;
    }
  }
  .header-search .box__search__result .search__result__drop .result__founded {
    border-top: 1px solid #c2c2c2;
    margin-top: 20px;
  }
  .header-search .box__search__result .search__result__drop .result__founded span {
    display: block;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #4e4e4e;
    padding-top: 10px;
    padding-bottom: 5px;
  }
  @media (max-width: 991px) {
    .header-search .box__search__result .search__result__drop {
      border-radius: 0 0 4px 4px;
      padding: 10px;
      top: 0;
      box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    }
    .header-search .box__search__result .search__result__drop .result__founded {
      position: relative;
    }
    .header-search .box__search__result .search__result__drop .result__founded span:last-child {
      position: absolute;
      top: 0;
      right: 0;
    }
    .header-search .box__search__result .search__result__drop .result__founded span a {
      font-weight: 500;
      font-size: 12px;
      line-height: 14px;
      color: #808080;
    }
  }

  
.product-item-type-1 {
    background-color: #ffffff;
    padding: 12px 10px;
    margin-bottom: 7px;
  }
  @media (max-width: 767px) {
    .product-item-type-1 {
      padding: 10px 8px;
      position: relative;
      margin-bottom: 0;
    }
  }
  .product-item-type-1 .name {
    font-size: 20px;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: bold;
    text-overflow: ellipsis;
    margin-left: 7px;
  }
  @media (max-width: 767px) {
    .product-item-type-1 .name {
      margin-top: 165px;
      font-size: 14px;
      margin-left: 0;
    }
  }
  .product-item-type-1 .sale-mobile {
    position: absolute;
    z-index: 1;
    color: #ffffff;
    top: 0;
    right: 4px;
    font-size: 12px;
    padding: 3px 8px;
    background-color: #cf001e;
  }
  @media (min-width: 768px) {
    .product-item-type-1 .sale-mobile {
      display: none;
    }
  }
  .product-item-type-1 .price {
    font-size: 16px;
    color: #333333;
    display: block;
    margin-left: 7px;
  }
  @media (max-width: 767px) {
    .product-item-type-1 .price {
      font-size: 14px;
      margin-left: 0;
    }
  }
  .product-item-type-1 .parameter {
    margin-bottom: 15px;
    margin-left: 3px;
  }
  @media (max-width: 767px) {
    .product-item-type-1 .parameter {
      margin-top: 8px;
      margin-left: 0;
    }
  }
  .product-item-type-1 .parameter div {
    font-size: 13px;
    color: #666666;
    display: block;
    position: relative;
    margin-bottom: 6px;
    height: 19px;
  }
  .product-item-type-1 .parameter div span {
    padding-left: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
  }
  .product-item-type-1 .parameter div.checked:before {
    content: "";
    background: url(../images/check_icon.png);
    width: 13px;
    background-repeat: no-repeat;
    height: 13px;
    margin-right: 4px;
    display: inline-block;
    position: absolute;
    top: 3px;
    background-position: center center;
  }
  .product-item-type-1 .info {
    display: flex;
    margin-top: 10px;
  }
  @media (max-width: 767px) {
    .product-item-type-1 .info {
      display: block;
    }
  }
  .product-item-type-1 .info .cont {
    flex: 0 0 50%;
  }
  @media (min-width: 767px) {
    .product-item-type-1 .info .cont {
      display: flex;
      justify-content: center;
      flex-direction: column;
    }
  }
  @media (max-width: 767px) {
    .product-item-type-1 .info .cont {
      flex: unset;
    }
  }
  .product-item-type-1 .info .cont .parameter {
    margin-bottom: 15px;
    margin-left: 3px;
  }
  .product-item-type-1 .info .cont .parameter div {
    font-size: 13px;
    color: #666666;
    display: block;
    position: relative;
    margin-bottom: 6px;
  }
  .product-item-type-1 .info .cont .parameter div span {
    padding-left: 18px;
    overflow: hidden;
  }
  .product-item-type-1 .info .cont .parameter div:before {
    content: "";
    background: url(../images/check_icon.png);
    width: 13px;
    background-repeat: no-repeat;
    height: 13px;
    margin-right: 4px;
    display: inline-block;
    position: absolute;
    top: 3px;
    background-position: center center;
  }
  .product-item-type-1 .info .cont .saling {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    padding: 3px 14px;
    border-radius: 14px;
    background-color: #cf001e;
    margin-bottom: 15px;
    margin-left: 3px;
  }
  @media (min-width: 767px) {
    .product-item-type-1 .info .cont .saling {
      width: 105px;
    }
  }
  @media (max-width: 767px) {
    .product-item-type-1 .info .cont .saling {
      display: none;
    }
  }
  .product-item-type-1 .info .cont .labels {
    display: flex;
    padding-left: 5px;
  }
  @media (max-width: 767px) {
    .product-item-type-1 .info .cont .labels {
      display: none;
    }
  }
  .product-item-type-1 .info .cont .labels .label-installment {
    align-items: flex-start !important;
  }
  .product-item-type-1 .info .cont .labels .label-installment span {
    width: 57px;
  }
  .product-item-type-1 .info .cont .labels .label:nth-child(2) {
    padding: 0 10px;
  }
  .product-item-type-1 .info .cont .labels .label {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
  }
  .product-item-type-1 .info .cont .labels .label .wrap-img {
    width: 50px;
    height: 50px;
    padding: 12px;
    padding-left: 17px;
    border-radius: 50%;
    background-color: #ffeeef;
    margin-bottom: 10px;
    margin-top: 5px;
  }
  .product-item-type-1 .info .cont .labels .label .wrap-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center center;
       object-position: center center;
  }
  .product-item-type-1 .info .cont .labels .label span {
    color: #666666;
    font-size: 12px;
    display: block;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: bold;
    text-overflow: ellipsis;
  }
  .product-item-type-1 .info .cont .labels .label.label-saving .wrap-img {
    position: relative;
  }
  .product-item-type-1 .info .cont .labels .label.label-saving .wrap-img img {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
  }
  .product-item-type-1 .info .demo {
    flex: 0 0 50%;
    padding-left: 10px;
    height: 200px;
  }
  @media (max-width: 767px) {
    .product-item-type-1 .info .demo {
      width: 100%;
      padding-left: 0;
      flex: unset;
      position: absolute;
      top: 0;
      left: 0;
      max-height: 165px;
    }
  }
  .product-item-type-1 .info .demo .wrap-img {
    display: block;
    padding-top: 13px;
    padding-bottom: 10px;
    width: 100%;
    height: 100%;
  }
  .product-item-type-1 .info .demo .wrap-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .product-item-type-1 .info .desktop-demo {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .product-item-type-1:hover {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
  }
  
  @media (max-width: 767px) {
    .product_item_1_2 {
      min-height: 185px;
      margin-bottom: 10px;
    }
    .product_item_1_2 .demo {
      width: 36% !important;
    }
    .product_item_1_2 .name {
      margin-top: 5px;
      padding-right: 10px;
    }
    .product_item_1_2 .price {
      margin-top: 5px;
      font-weight: 500;
      padding-right: 10px;
    }
    .product_item_1_2 .name, .product_item_1_2 .price, .product_item_1_2 .cont {
      margin-left: 38%;
      -webkit-line-clamp: 2;
    }
    .product_item_1_2 .sale-mobile {
      right: 0 !important;
      top: 14px;
      padding: 2px 5px;
    }
    .product_item_1_2 .info {
      margin-top: 10px !important;
    }
    .product_item_1_2 .info .parameter div {
      margin-bottom: 4px;
    }
  }
  
  .product-item-2 {
    display: flex;
    flex-flow: column;
    height: 100%;
    background-color: #ffffff;
    transition: all 0.3s;
  }
  .product-item-2 .wrap-img {
    width: 100%;
    display: block;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
  }
  .product-item-2 .wrap-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s !important;
  }
  .product-item-2 .wrap-img .box__discount {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    bottom: 10px;
    left: 5px;
  }
  .product-item-2 .wrap-img .box__discount .red {
    background: #e10000;
    border-radius: 4px;
  }
  .product-item-2 .wrap-img .box__discount .green {
    background: #169c2c;
    border-radius: 4px;
  }
  .product-item-2 .wrap-img .box__discount span {
    display: block;
    padding: 5px 10px;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #ffffff;
  }
  @media (max-width: 767px) {
    .product-item-2 .wrap-img .box__discount {
      bottom: 0;
    }
    .product-item-2 .wrap-img .box__discount span {
      font-size: 10px;
      padding: 2px 5px;
    }
  }
  .product-item-2 .body {
    display: flex;
    flex-flow: column;
    flex-grow: 1;
    padding: 5px;
    margin-bottom: 15px;
  }
  .product-item-2 .body .name {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #343434;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .product-item-2 .body .name:hover {
    color: #000000;
  }
  .product-item-2 .body .option {
    display: block;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #343434;
    padding: 10px 0 5px 0;
    margin-top: 10px;
  }
  .product-item-2 .body .stars {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-top: auto;
  }
  .product-item-2 .body .stars .vote {
    background-image: url(../images/blank_stars.png);
    background-size: contain;
    width: 47px;
    height: 8px;
    vertical-align: sub;
    display: inline-block;
    background-repeat: no-repeat;
    position: relative;
  }
  .product-item-2 .body .stars .star {
    background-image: url(../images/voted_stars.png);
    background-size: cover;
    height: 8px;
    vertical-align: sub;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    background-repeat: no-repeat;
  }
  .product-item-2 .body .stars .report {
    font-weight: normal;
    font-size: 11px;
    line-height: 12px;
    color: #343434;
    margin-left: 5px;
    margin-top: 2px;
  }
  @media (max-width: 767px) {
    .product-item-2 .body .stars {
      flex-flow: row wrap;
    }
    .product-item-2 .body .stars .sale img {
      margin-left: 0;
    }
  }
  @media (max-width: 767px) {
    .product-item-2 .body .stars .sale img {
      margin-left: 5px;
    }
  }
  .product-item-2 .body .sale {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-top: auto;
  }
  .product-item-2 .body .sale img {
    max-width: 100%;
    width: auto;
    margin-top: 2px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .product-item-2 .body .sale .count span {
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #ffffff;
    background: #000000;
    border-radius: 3px;
    padding: 1px 3px;
  }
  .product-item-2 .body .price {
    height: 24px;
    font-size: 16px;
    color: #333333;
    margin-top: auto;
    display: block;
  }
  .product-item-2 .body .price span.new {
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: #e10000;
  }
  .product-item-2 .body .price span.old {
    color: #999999;
    font-size: 12px;
    display: inline-block;
    text-decoration: line-through;
  }
  @media (max-width: 767px) {
    .product-item-2 .body .price span.old {
      margin-left: 0;
      height: 18px;
    }
  }
  .product-item-2 .body .des {
    margin-top: 15px;
    font-size: 12px;
    color: #999999;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 10px 0 0 0;
    border-top: 1px solid #ebebeb;
  }
  .product-item-2:hover {
    z-index: 11;
    transition: all 0.3s;
  }
  .product-item-2:hover .wrap-img {
    transition: all 0.3s;
  }
  .product-item-2:hover .wrap-img img {
    transform: scale(1.05) translate(-50%, -50%);
    transition: all 0.3s;
  }
  .product-item-2:hover .body .name {
    color: #169c2c;
  }
  
  .product_item_2_1 .body .price span.old {
    display: none;
  }
  .product_item_2_1:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  
  .product_item_2_2 .body .price {
    margin-top: 12px;
  }
  .product_item_2_2 .body .price span.old {
    display: none !important;
  }
  .product_item_2_2 .body .stars {
    display: none;
  }
  .product_item_2_2 .body .des {
    display: none;
  }
  .product_item_2_2:hover {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
  }
  
  .product_item_2_3 .body .des {
    display: none;
  }
  .product_item_2_3 .body .stars {
    margin-top: 5px;
  }
  
  .box__title-inner {
    background: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .box__title-outer {
    margin-bottom: 15px;
  }
  
  .product__slider {
    padding: 0 55px;
    background: #fff;
  }
  .product__slider .arrow__green.owl-theme .owl-nav [class*=owl-] {
    top: calc(50% + 10px);
  }
  .product__slider .arrow__green.owl-theme .owl-nav [class*=owl-].owl-prev {
    left: -47px;
  }
  .product__slider .arrow__green.owl-theme .owl-nav [class*=owl-].owl-next {
    right: -47px;
  }
  @media (max-width: 767px) {
    .product__slider {
      padding: 0 15px;
    }
    .product__slider .owl-nav {
      display: none;
    }
  }
  .fal, .far {
    font-family: "Font Awesome 5 Pro" !important;
  }
  .big__title-product {
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    background: #169c2c;
    border-radius: 0px 0px 10px 0px;
    padding: 8px 18px;
    text-transform: uppercase;
    min-width: 365px;
    display: inline-block;
  }
  .big__title-product.big__title-mb {
    margin-bottom: 30px;
  }
  @media (max-width: 991px) {
    .big__title-product {
      font-size: 20px;
      line-height: 25px;
      margin-bottom: 0;
    }
  }
  @media (max-width: 767px) {
    .big__title-product {
      font-size: 18px;
      line-height: 22px;
      min-width: 250px;
    }
  }
  @media (max-width: 575px) {
    .big__title-product {
      font-size: 16px;
      line-height: 20px;
    }
  }
  .discount__top {
    position: absolute;
    top: 0;
    right: 10px;
    background: url(../images/Subtract.png) no-repeat;
    background-size: cover;
    width: 40px;
    height: 45px;
    text-align: center;
    line-height: 40px;
  }

  .discount__top span {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #ffffff;
  }

  .tpproduct__thumb{
    min-height: 275px !important;
  }
  .slider-3{
    height: 408px !important;
  }
  .align-items-center .logo img{
    height: 51px;
  }
  @media (max-width: 991px) {
    .slider-3{
      height: 130px !important;
    }
    .slider-3 .tpsliderthree__img {
       padding: 0px !important;
    }
    .slider-3 .d-md-block{
      padding: 0px !important;
    }
    .align-items-center .logo{
        height: 51px;
    }
    .align-items-center .logo img{
      height: 51px;
      position: relative;
      top: 6px;
    }
    .services-gx-item{
      display: none;
    }
    .tpsliderthree__img img{
      position: relative;
      left: 15px;
    }
  }
  
.CTA-fixed {
  position: fixed;
  bottom: 20px;
  left: 25px;
  cursor: pointer;
  z-index: 99;
}
.CTA-fixed.is-class-size {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.CTA-fixed.is-class-animate {
  animation: pulse 2s infinite;
}
.CTA-fixed .CTA-icon-list {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.CTA-fixed .CTA-icon-list > * {
  width: 46px;
  height: 46px;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 0;
  color: #bc0909;
}
.CTA-fixed .CTA-icon-list > *:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
}
.CTA-fixed .aml_dk-icons-line {
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  color: #bc0909;
  border: 8px solid currentColor;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.CTA-fixed .aml_dk-icons-line-transform {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s linear;
}
.CTA-fixed .aml_dk-icons-line-transform > * {
  width: 70px;
  height: 100%;
  flex-shrink: 0;
  transform: translateX(70px);
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  transition: all 0.1s ease;
}
.CTA-fixed .aml_dk-main-button-icon {
  background: #bc0909;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgb(188, 9, 9);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(188, 9, 9, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(188, 9, 9, 0);
  }
}
.modal-cta-map .modal-dialog {
  max-width: 1270px;
}
.modal-cta-map .modal-content {
  margin: 0 15px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  border: none;
  overflow: hidden;
}
.modal-cta-map .modal-body {
  padding: 0;
}
.modal-cta-map .map-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .modal-cta-map .map-row {
    flex-flow: column-reverse;
  }
}
.modal-cta-map .map-col {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .modal-cta-map .map-col:nth-child(1) {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .modal-cta-map .map-col:nth-child(2) {
    flex: 0 0 70%;
    max-width: 70%;
  }
}
.modal-cta-map .CTA-modal-title {
  display: block;
  text-align: center;
  padding: 24px 16px;
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
  border-bottom: 1px solid #ebecef;
  color: #1d243e;
}
.modal-cta-map .CTA-modal-list .item {
  padding: 16px;
  border-left: 2px solid transparent;
  cursor: pointer;
  border-bottom: 1px solid #d8dde6 !important;
  border-top: 1px solid #fff !important;
  background-color: rgba(245, 246, 250, 0.5);
}
.modal-cta-map .CTA-modal-list .item.active {
  border-left: 2px solid #0070e0 !important;
  background-color: #f5f6fa;
}
.modal-cta-map .CTA-modal-list .item .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 6px;
  color: #1d243e;
  font-size: 16px;
  line-height: 21px;
}
.modal-cta-map .CTA-modal-list .item ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.modal-cta-map .CTA-modal-list .item ul li {
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 13px;
  color: #6c738d;
}
.modal-cta-map .CTA-modal-list .item .link-google {
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  color: #0070e0;
  margin-left: 24px;
}
.modal-cta-map .CTA-map-iframe iframe {
  height: 450px;
}
@media (min-width: 992px) {
  .modal-cta-map .CTA-map-iframe iframe {
    height: 775px;
  }
}
#regionPopup {
  display: block;
  visibility: visible;
  opacity: 1;
  z-index: 1000; /* High enough to be above other elements */
  position: fixed; /* or absolute, depending on your design */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
.product-content .product-policy {
  position: sticky;
  top: 100px;
  font-size: 12px;
  padding-top: 15px;
}
.product-content .product-policy-info .title {
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 10px;
}
.product-content .product-policy-info p {
  margin: 0;
}
.product-content .product-policy ul li {
  margin-bottom: 8px;
  padding-left: 25px;
  position: relative;
}
.product-content .product-policy ul li img {
  position: absolute;
  top: 2px;
  left: 0;
}
.product-content .product-policy .search-shop {
  padding: 8px 15px;
  border: 1px solid #dfdfdf;
  margin-bottom: 10px;
}
.product-content .product-policy .search-shop a {
  font-size: 14px;
  color: #0069d7;
  display: block;
}
.product-content .product-policy .search-shop img {
  margin-right: 8px;
}
.product-content .product-policy .product-old {
  padding: 8px 20px;
  border: 1px solid #dfdfdf;
  color: #666;
}
.product-content .product-policy .product-old a {
  font-size: 14px;
  color: #0069d7;
  display: block;
}
.product-content .product-policy .product-old span {
  color: #ff3850;
  font-weight: bold;
  font-size: 14px;
}
.product-content .product-policy .sp-online {
  border: 1px solid rgb(236, 236, 236);
  padding: 10px;
  font-size: 14px;
  color: #666666;
}
.product-content .product-policy .sp-online label {
  background: #169c2c;
  width: 100%;
  height: 32px;
  line-height: 32px;
  color: #fff;
  text-align: center;
}
.product-content .product-policy .sp-online .avatar {
  width: 40px;
  height: 40px;
}
.product-content .product-policy .sp-online .avatar img {
  min-width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
}
.product-content .product-policy .sp-online .info-supports {
  width: 80%;
  height: auto;
  padding: 0;
}
.product-content .product-policy .sp-online .info-supports p {
  font-size: 13px;
  width: 100%;
  padding-left: 7px;
  margin-bottom: 2px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
.product-content .product-policy .sp-online .info-supports span a {
  text-align: center;
  border-radius: 10px;
  border: unset;
  width: 85px;
  outline: unset;
  color: #fff;
}
.product-content .product-policy .sp-online .i-f i {
  padding-right: 20px;
}
.product-content .product-policy .sp-online .tit {
  margin-bottom: 5px;
}
.product-content .product-policy .sp-online .des {
  text-transform: uppercase;
  font-weight: 600;
}
.product-content .product-policy .sp-online .des i {
  color: #2a79da;
  margin-left: 4px;
}
.product-content .product-policy .sp-online .block {
  margin-top: 10px;
}
.product-content .product-policy .sp-online .block .ch {
  color: #333;
}
.product-content .product-policy .sp-online .block .ch span:first-child {
  color: #2a79da;
}
.product-content .product-policy .sp-online .block .phone {
  color: #cc1a1a;
}
.product-content .product-policy .sp-online .block .phone a {
  color: #cc1a1a;
}
.block-box-support {
  border: 1px solid #c4c4c4;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.block-box-support .title-box-sp {
  background: #169c2c;
  color: #fff;
  padding: 10px 15px;
}
.item-user-support {
  display: flex;
  margin-bottom: 16px;
}

.item-user-support .avatar {
  width: 32px;
  height: 32px;
  overflow: hidden;
}

.item-user-support .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.item-user-support:last-child {
  margin-bottom: 0;
}

.content-item-user-sp {
  flex: 1;
  margin-left: 10px;
  margin-top: -5px;
}

.content-item-user-sp p {
  margin-bottom: 0;
  color: #000000;
  font-size: 16px;
  line-height: inherit;
}

@media (min-width: 1200px) {
  .content-item-user-sp p {
    font-size: 15px;
  }
}
.content-item-user-sp p .phone {
  color: #e10000;
  transition: all 0.3s;
}

.content-item-user-sp p .phone:hover {
  color: #169c2c;
}

.content-item-user-sp p a.mail {
  transition: all 0.3s;
  color: #000;
  word-break: break-all;
}

.content-item-user-sp p a.mail:hover {
  color: #169c2c;
}

.list-contact-mxh {
  padding-top: 9px;
  display: flex;
}

.btn-mxh {
  min-width: 70px;
  height: 21px;
  border: 1px solid transparent;
  display: flex;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  background: transparent;
  transition: all 0.3s;
  color: #fff;
  font-size: 12px;
  padding: 4px 9px;
  margin-right: 5px;
}

.btn-mxh.facebook {
  background: #006acb;
}

.btn-mxh.zalo {
  background: #0ecde8;
}

.btn-mxh.facebook:hover {
  border-color: #006acb;
  background: transparent;
  color: #006acb;
}

.btn-mxh.zalo:hover {
  border-color: #0ecde8;
  background: transparent;
  color: #0ecde8;
}

.btn-mxh:last-child {
  margin-right: 0;
}

.item-info-box-support {
  display: flex;
  margin-bottom: 6px;
}

.list-info-box-support {
  padding-top: 10px;
}

.item-info-box-support .icon {
  display: block;
  width: 32px;
  text-align: center;
  position: relative;
  top: 2px;
}

.item-info-box-support .content-info-support {
  flex: 1;
  margin-left: 7px;
}

.content-info-support .txt-info-sp {
  color: #000000;
  font-size: 14px;
  transition: all 0.3s;
  margin-bottom: 0;
}

.item-info-box-support .content-info-support a.txt-info-sp:hover {
  color: #169c2c;
}

.item-info-box-support:first-child .content-info-support a.txt-info-sp {
  color: #e10000;
}

.item-info-box-support:first-child .content-info-support a.txt-info-sp:hover {
  color: #169c2c;
}

.content-info-support .txt-info-sp.mail-sp {
  word-break: break-all;
}
.product-area {
  padding-top: 0px !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .item-user-support {
    display: block;
  }
  .content-item-user-sp {
    margin-left: 0;
  }
  .item-user-support .avatar {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .list-user-support {
    display: flex;
  }
  .item-user-support:nth-child(2n+2) {
    margin-left: auto;
  }
  .item-user-support {
    width: 48%;
  }
  .list-info-box-support {
    padding-top: 10px;
  }
}

/* Fix horizontal scroll on mobile */
html, body {
  overflow-x: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  * {
    max-width: 100%;
  }
  
  img {
    max-width: 100%;
    height: auto;
  }

  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.shop {
  padding: 0 20px;
  margin-bottom: 20px;
}
.shop h2 {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #4e4e4e;
}
.shop .buyer_sex {
  border: 1px solid #858585;
  padding: 0 25px;
  max-height: 90px;
  height: 100%;
  overflow: auto;
}
.shop .buyer_sex::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f5f5f5;
}
.shop .buyer_sex::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}
.shop .buyer_sex::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #383838;
}
.shop .info-buyer {
  max-width: 100%;
  margin: 0;
}
.shop .buyer_sex-item {
  border-bottom: 1px solid #c4c4c4;
  width: 100%;
}
.shop .buyer_sex-item a {
  color: #169c2c;
  position: relative;
  z-index: 1;
}
.shop .buyer_sex-item img {
  float: right;
  margin-top: 5px;
}

.box__ct {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
  justify-content: space-between;
}
.box__ct a {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #006acb;
  padding-right: 15px;
}
@media (max-width: 575px) {
  .box__ct a {
    padding-left: 15px;
  }
}

.using-card.ver3 .title-step {
  padding-left: 0;
}
.using-card.ver3 .table__credit {
  text-align: center;
}
.using-card.ver3 .table__credit .table-main-line:nth-child(2n+2) {
  background: #f7f7f7;
}
.using-card.ver3 .table__credit .table-main-line li {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  padding: 10px 20px;
}
.using-card.ver3 .table__credit .table-main-line li svg {
  display: inline-table;
  vertical-align: text-bottom;
}
.using-card.ver3 .table__credit .table-main-line li .color__red {
  color: #e10000;
}
@media (max-width: 767px) {
  .using-card.ver3 .table__credit .table-main-line li {
    font-size: 12px;
    padding: 5px;
  }
}
.using-card.ver3 .table__credit .btn__red a {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  background: #e10000;
  border-radius: 4px;
  padding: 10px 30px;
}
.using-card.ver3 .table__credit .btn__red a:hover {
  background: #ff0000;
}
@media (max-width: 767px) {
  .using-card.ver3 .table__credit .btn__red a {
    font-size: 12px;
    padding: 5px 15px;
  }
}
@media (max-width: 767px) {
  .using-card.ver3 .table__credit {
    text-align: left;
  }
}

.popup-success {
  z-index: 11111;
}

.cart-page {
  margin-bottom: 70px;
}
.cart-page .padding__obj {
  padding: 30px 55px;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cart-page .padding__obj {
    padding: 0 15px;
  }
}
.cart-page .home-title-cate {
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 20px;
  padding-top: 20px;
}
.cart-page .home-title-cate h3 {
  font-weight: normal;
  font-size: 25px;
  line-height: 30px;
  color: #000000;
  margin: 0;
}
@media (max-width: 991px) {
  .cart-page .home-title-cate h3 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .cart-page .home-title-cate h3 {
    font-size: 16px;
  }
}
.cart-page .btn__delete {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #4f4f4f;
  background: #e9e9e9;
  border-radius: 4px;
  padding: 8px 17px;
}
.cart-page .btn__delete:hover {
  background: #bfbfbf;
}
.cart-page .cart-list .cart-item {
  display: flex;
  flex-flow: row;
  margin: 0;
  padding: 20px 0;
  padding-top: 45px;
  align-items: center;
  position: relative;
}
.cart-page .cart-list .p-quantitycount {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  text-align: right;
}
.cart-page .cart-list .p-quantitycount .line__left {
  position: relative;
}
.cart-page .cart-list .p-quantitycount .line__left::before {
  content: "";
  position: absolute;
  border: 1px solid #c4c4c4;
  left: 0;
  right: auto;
  width: 80%;
  top: 50%;
  transform: translateY(-50%);
}
.cart-page .cart-list .p-quantitycount span {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #343434;
}
.cart-page .cart-list .p-quantitycount .name {
  padding-right: 20px;
}
.cart-page .cart-list .p-quantitycount .count {
  display: inline-block;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .cart-page .cart-list .p-quantitycount span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .cart-page .cart-list .p-quantitycount .name {
    padding-right: 10px;
  }
  .cart-page .cart-list .p-quantitycount .count {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .cart-page .cart-list .p-quantitycount .line__left::before {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .cart-page .cart-list .p-quantitycount .line__left::before {
    width: 60%;
  }
}
.cart-page .cart-list .p-img {
  border: 1px solid #c4c4c4;
  padding: 5px;
  width: 140px;
  margin-left: 20px;
  flex-shrink: 0;
}
.cart-page .cart-list .p-img img {
  width: 100%;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.cart-page .cart-list .p-info {
  width: 100%;
  margin-left: 15px;
}
.cart-page .cart-list .p-info .p-name {
  max-width: calc(100% - 200px);
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #343434;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 5px;
}
.cart-page .cart-list .p-info .delete {
  color: #006acb;
}
.cart-page .cart-list .p-info .delete img {
  display: inline-block;
  vertical-align: baseline;
}
.cart-page .cart-list .p-info .p-config {
  padding: 5px 0;
}
@media (max-width: 575px) {
  .cart-page .cart-list .p-info .p-config p {
    position: relative;
    bottom: 20px;
  }
}
.cart-page .cart-list .p-info .p-config > span {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
}
.cart-page .cart-list .p-info .p-config p {
  margin-bottom: 0;
}
.cart-page .cart-list .p-info .p-config .color {
  margin: 0 15px;
  display: flex;
  align-items: center;
  /* Create a custom radio button */
}
.cart-page .cart-list .p-info .p-config .color label {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-bottom: 0;
}
.cart-page .cart-list .p-info .p-config .color label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cart-page .cart-list .p-info .p-config .color .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  border: 1px solid #34a105;
  box-shadow: inset 0 0 0 3px #fff;
  transition: all 0.2s ease-in-out;
}
.cart-page .cart-list .p-info .p-config .color .filter-title {
  border: 1px solid #333;
  color: #333;
  font-size: 12px;
  font-weight: 500;
  padding: 7px 10px;
  display: inline-block;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
}
.cart-page .cart-list .p-price-gr {
  margin-bottom: 15px;
}
.cart-page .cart-list .p-price-gr .p-price {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
}
.cart-page .cart-list .p-quantity {
  margin-bottom: 15px;
  padding: 0;
  padding-right: 15px;
}
.cart-page .cart-list .p-quantity div {
  margin-right: 10px;
  font-size: 16px;
  color: #666666;
}
.cart-page .cart-list .p-quantity .action {
  border: 1px solid #cdcdcd;
  max-width: 105px;
  display: flex;
  border-radius: 0.25rem;
}
.cart-page .cart-list .p-quantity .action button {
  display: inline-block;
  background: transparent;
  border: none;
  color: #888;
  font-size: 18px;
  font-weight: normal;
  outline: 0;
  cursor: pointer;
  width: 35px;
}
.cart-page .cart-list .p-quantity .action button.minus {
  border-right: 1px solid #cdcdcd;
}
.cart-page .cart-list .p-quantity .action button.plus {
  border-left: 1px solid #cdcdcd;
}
.cart-page .cart-list .p-quantity .action input {
  height: 30px;
  line-height: 30px;
  border: none;
  outline: 0;
  text-align: center;
  width: 35px;
  background: #fff;
  display: inline-block;
  color: #666;
}
.cart-page .cart-list .p-quantity .action input::-webkit-outer-spin-button, .cart-page .cart-list .p-quantity .action input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
.cart-page .cart-list .p-quantity .action input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}
.cart-page .cart-list .p-price-sale {
  position: absolute;
  right: 0;
}
.cart-page .cart-list .p-price-sale {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
.cart-page .cart-list .p-price-sale .sale {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-decoration-line: line-through;
  color: #4f4f4f;
  display: block;
  margin-bottom: 7px;
}
.cart-page .cart-list .p-price-sale .after__sale {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #4f4f4f;
}
.cart-page .cart-list .p-price-sale .after__sale span {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  margin-left: 30px;
}
.cart-page .cart-list .p-price-sale .quantity {
  display: block;
  background: #ffffff;
  margin-left: auto;
  margin-top: 10px;
}
.cart-page .cart-list .p-price-sale .quantity span {
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #4f4f4f;
  margin-right: 40px;
}
.cart-page .cart-list .p-price-sale .quantity input {
  border: unset;
  outline: unset;
  background: transparent;
  text-align: center;
}
.cart-page .cart-list .p-price-sale .quantity input.qtity {
  border: 1px solid #c4c4c4;
  padding: 3px 12px;
  text-align: center;
}
.cart-page .cart-list .p-price-sale .quantity input.qty {
  width: 45px;
  text-align: center;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  padding: 3px 12px;
  margin: 0 -5px;
}
.cart-page .cart-list .product__sub {
  display: flex;
  flex-flow: row;
}
.cart-page .cart-list .product__sub img {
  width: 25px;
  height: 25px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.cart-page .cart-list .product__sub p {
  font-size: 12px;
  font-weight: 400;
  color: #333;
  padding-left: 8px;
}
.cart-page .block-cart-price .code-gr .discount-item {
  flex: 0 0 420px;
  max-width: 420px;
  position: relative;
}
.cart-page .block-cart-price .code-gr .discount-item a {
  font-size: 16px;
  color: rgb(19, 113, 210);
}
.cart-page .block-cart-price .code-gr .discount-item input {
  display: block;
  max-width: calc(100% - 105px);
  width: 100%;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #c4c4c4;
  padding: 10px 20px;
}
.cart-page .block-cart-price .code-gr .discount-item h5 {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #343434;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}
.cart-page .block-cart-price .code-gr .discount-item .submit {
  background: #e9e9e9;
  border-radius: 4px;
  display: block;
  text-align: center;
  margin-top: 18px;
  padding: 10px 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #343434 !important;
}
.cart-page .block-cart-price .code-gr .discount-item .submit {
  position: absolute;
  bottom: 10px;
  right: 0;
  padding: 10px 20px;
}
.cart-page .block-cart-price .code-gr .discount-item .submit:hover {
  background: #d3d3d3;
}
.cart-page .block-cart-price .code-gr .discount-item label {
  width: 100%;
  position: relative;
}
.cart-page .block-cart-price .code-gr .discount-item label img {
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
}
.cart-page .block-cart-price .price-total-block .price-item {
  font-size: 18px;
  font-weight: 500;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .cart-page .block-cart-price .price-total-block .price-item {
    flex-direction: row;
  }
}
.cart-page .block-cart-price .price-total-block .price-item span:nth-child(2) {
  display: inline-block;
  padding-left: 25px;
}
.cart-page .block-cart-price .price-total-block .price-item .lable-price {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #343434;
}
.cart-page .block-cart-price .price-total-block .price-item .price {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #e10000;
}
.cart-page .block-cart-price .price-total-block .price-item .price__text {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #343434;
}
.cart-page .block-cart-price .price-total-block .price-item .price__sub {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
}
.cart-page .block-cart-price .price-total-block .price-small {
  font-size: 18px;
}
.cart-page .block-cart-price .price-total-block .price-small .price-coupons-title {
  font-weight: 400;
  color: #888888;
}
.cart-page .block-cart-price .price-total-block .price-small .price-coupons {
  color: rgba(208, 2, 27, 0.768627451);
}
@media (max-width: 991px) {
  .cart-page .block-cart-price .code-gr {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cart-page .block-cart-price .code-gr .discount-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cart-page .block-cart-price .price-total-block {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cart-page .block-cart-price .code-gr {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0 !important;
  }
  .cart-page .block-cart-price .code-gr .discount-item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0 !important;
  }
  .cart-page .block-cart-price .price-total-block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cart-page .cart-heading {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #169c2c;
  display: block;
  margin-bottom: 15px;
}
.cart-page .pay-method {
  padding: 15px 0;
}
.cart-page .tab-control a {
  background-color: #e10000;
  font-size: 19px;
  color: rgb(255, 255, 255);
  padding: 10px 20px 10px;
  border-radius: 3px;
  width: 100%;
  text-align: center;
  display: block;
}
.cart-page .tab-control a:hover {
  background-color: #169c2c;
}
.cart-page .tab-control a i {
  font-size: 16px;
  vertical-align: 3px;
}
.cart-page .tab-control a.active {
  background-color: #169c2c;
}
.cart-page .tab-control span {
  font-size: 16px;
  color: rgb(134, 134, 134);
  margin: 5px 15px;
}
@media (max-width: 991px) {
  .cart-page .tab-control span {
    display: none;
  }
}
@media (max-width: 1199px) {
  .cart-page .tab-control a {
    font-size: 14px;
  }
}
.cart-page .form-cart {
  padding: 50px 0 30px 0;
}
.cart-page .form-cart .form-cart-item {
  margin-top: 20px;
  align-items: center;
}
.cart-page .form-cart .form-cart-item .not__bold {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #343434;
}
.cart-page .form-cart .form-cart-item span {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #343434;
  padding: 0;
}
.cart-page .form-cart .form-cart-item span i {
  display: block;
  font-size: 14px;
  font-style: normal;
  opacity: 0.5;
}
.cart-page .form-cart .form-cart-item input {
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  padding: 7px 15px;
  width: 100%;
}
.cart-page .form-cart .form-cart-item input:focus {
  border: 1px solid #169c2c;
  outline: unset;
}
@media (max-width: 991px) {
  .cart-page .form-cart .form-cart-item span {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .cart-page .form-cart {
    padding: 0px 0 30px 0;
  }
}

.padding__obj form .form-cart-item {
  text-align: center;
}

.buy-btn {
  display: inline-block;
  background-color: #169c2c;
  border: 1px solid #169c2c;
  font-size: 16px;
  text-transform: uppercase;
  color: white;
  border-radius: 5px;
  padding: 10px 40px;
  margin-top: 20px;
  transition: all 0.2s;
}
.buy-btn:hover {
  background: transparent;
  color: #169c2c;
  cursor: pointer;
  transition: all 0.2s;
}

.cart-page-success .bg-white {
  padding: 30px 0;
}
.cart-page-success .bg-white img {
  margin-bottom: 20px;
}
.cart-page-success .bg-white h3 {
  font-size: 24px;
  text-transform: uppercase;
}
.cart-page-success .bg-white p {
  font-size: 16px;
  font-style: italic;
}
.cart-page-success .bg-white .info-success {
  margin-bottom: 30px;
}
.cart-page-success .bg-white .info-success h5 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.cart-page-success .bg-white .info-success p {
  font-size: 16px;
  font-style: normal;
  margin-bottom: 5px;
}
.cart-page-success .bg-white .info-success span:nth-child(2) {
  font-weight: 500;
  width: 50%;
}
.cart-page-success .bg-white .info-success span:nth-child(1) {
  font-weight: bold;
  width: 50%;
}
.cart-page-success .bg-white a {
  font-size: 26px;
  color: rgb(106, 194, 88);
  text-transform: uppercase;
  text-align: center;
  display: block;
  border: 1px solid rgb(106, 194, 88);
  padding: 14px 0;
  border-radius: 5px;
}

@media (max-width: 991px) {
  .cart-page .block-cart-price {
    padding: 20px 10px;
  }
  .cart-page .block-cart-price .code-gr {
    margin-bottom: 20px;
  }
  .cart-page .block-cart-price .code-gr .discount-item {
    margin-bottom: 20px;
  }
  .cart-page-success .bg-white a {
    font-size: 16px;
  }
}
.payment__radio {
  margin-top: 50px;
}
.payment__radio h2 {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #169c2c;
  margin-bottom: 20px;
}
.payment__radio .payment__items [type=radio]:checked,
.payment__radio .payment__items [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.payment__radio .payment__items [type=radio]:checked + label,
.payment__radio .payment__items [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.payment__radio .payment__items [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.payment__radio .payment__items [type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #169c2c;
  border-radius: 100%;
  background: #fff;
}
.payment__radio .payment__items [type=radio]:checked + label:after,
.payment__radio .payment__items [type=radio]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #169c2c;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  transition: all 0.2s ease;
}
.payment__radio .payment__items [type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.payment__radio .payment__items [type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.payment__radio .payment__items {
  display: block;
  margin-bottom: 20px;
}
.payment__radio .payment__items label {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #4f4f4f;
  margin-bottom: 0;
}
.cart-page .form-cart {
  padding: 50px 0 30px 0;
}
.cart-page .form-cart .form-cart-item {
  margin-top: 20px;
  align-items: center;
}
.cart-page .form-cart .form-cart-item span {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #343434;
  padding: 0;
}
@media (min-width: 992px) {
  #app_cart .col-lg-3, .cart-page .form-cart .form-cart-item span {
      flex: 0 0 25%;
      max-width: 25%;
  }
}
.cart-page .form-cart .form-cart-item {
  margin-top: 20px;
  align-items: center;
  display: flex !important
}

/* Fix for mobile cart layout - elements overlapping */
@media (max-width: 767px) {
  .cart-page .cart-list .cart-item {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    position: relative;
  }
  
  .cart-page .cart-list .p-img {
    margin-left: 0;
    width: 100px;
  }
  
  .cart-page .cart-list .p-info {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
  
  .cart-page .cart-list .p-info .p-name {
    max-width: 100%;
  }
  
  .cart-page .cart-list .p-price-sale {
    position: relative;
    width: 100%;
    margin-top: 15px;
    align-items: flex-start;
  }
  
  .cart-page .cart-list .p-price-sale .quantity {
    margin-left: 0;
  }
  
  .cart-page .cart-list .p-price-sale .after__sale span {
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .cart-page .form-cart .form-cart-item {
    display: flex !important;
    align-items: center;
  }
  
  .cart-page .form-cart .form-cart-item span {
    flex: 0 0 30%;
    max-width: 30%;
    padding-right: 10px;
  }
  
  .cart-page .form-cart .form-cart-item div[style*="flex-grow"] {
    flex: 0 0 70%;
    max-width: 70%;
  }
}

@media (max-width: 767px) {
  #btn-submit-basic.form-cart-item {
    justify-content: flex-end;
  }
  
  #btn-submit-basic.form-cart-item span {
    flex: 0 0 30%;
  }
  
  #btn-submit-basic.form-cart-item .buy-btn {
    flex: 0 0 70%;
    margin-top: 15px;
  }
}

@media (max-width: 480px) {
  .cart-page .form-cart .form-cart-item span {
    font-size: 14px;
  }
  
  .cart-page .form-cart .form-cart-item input,
  .cart-page .form-cart .form-cart-item select {
    font-size: 14px;
    padding: 5px 10px;
  }
}