* {
  margin: 0;
  padding: 0;
}

ul,
h1,
h2,
h3,
p {
  margin: 0;
  padding: 0;
}
ul {
}
a {
  display: block;
  text-decoration: none;
  color: unset;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
}

.wrapper {
  margin: 0;
  overflow: hidden;
  /* position: relative; */
}

.container-al {
  padding: 0 8.8%;
}

/* quantity */

.quantity {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.product-cotrol__quantity {
  padding: 9px 0px;
  background-color: #fff;
  border: 1px solid #dddfe3;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

.product-cotrol__quantity a {
  color: #959ead;
  text-align: center;
  padding: 0px 18px;
  border-right: 1px solid #dddfe3;
}

.product-cotrol__quantity a.quantity__augure {
  border-right: 0px;
  border-left: 1px solid #dddfe3;
}


div.contact-btn {
  padding: initial;
}

/* quantity */

/* pagination */

.pagination-site {
  padding: 38px 0px;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
}

.pagination-site .__item {
  font-size: 16px;
  font-weight: 400;
  color: var(--style-color-main);
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  transition: 0.2s;
  border-radius: 8px;
  border: 1px solid transparent;
}

.pagination-site .__item:hover {
  background-color: var(--style-color-main);
  color: #fff;
  opacity: 1;
}

.pagination-site .__item.current {
  background-color: var(--style-color-main);
  color: #fff;
  font-weight: 600;
}

.pagination-site .__item.next {
  background-color: transparent;
  border-color: var(--style-color-main);
  transtion: 0.2s ease;
}

.pagination-site .__item.next i {
  rotate: 90deg;
}

.pagination-site .__item.next:hover {
  background-color: var(--style-color-main);
}

.pagination-site .__item.next:hover i {
  color: #fff;
}

.pagination-site .__item.next:hover {
  opacity: 1;
}

.pagination-site .__item.next img {
  transform: rotate(-90deg);
}

/* pagination */

.only-mobile {
  display: none;
}

.section-title {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    283deg,
    rgb(255, 255, 255) 34%,
    rgb(207, 232, 176) 77%
  );
  border-radius: 4px;
  padding: 22px 24px;
  margin-top: 37px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-title h1 {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  /* identical to box height, or 160% */
  /* Neutral/01 */
  color: #303030;
  color: #303030;
  font-size: 20px;
  line-height: 32px;
}

.section-title a {
  color: var(--style-color-main);
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

a:hover {
  opacity: 0.6;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.flex-column {
  flex-direction: column;
}

.text {
  font-size: 16px;
  color: #303030;
}

.pre-header {
  padding: 10px 0;
  background-color: #f3f4f4;
}

.pre-header .container-al {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pre-header-contact {
  display: flex;
  align-items: center;
  gap: 36px;
}

.pre-header-contact .text {
  display: flex;
  align-items: center;
  gap: 4px;
}

.pre-header .select-language-btn {
  display: flex;
  width: 227px;
  padding: 8px 12px;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  cursor: pointer;
  justify-content: space-between;
}

.pre-header .select-language-btn .text {
  display: flex;
  align-items: center;
  gap: 3px;
}

.pre-header .select-language-btn i {
  font-size: 10px;
}

.banner {
  position: relative;
  height: 261px;
  background-color: var(--style-color-main);
  display: flex;
  align-items: center;
}

.banner-heading {
  text-transform: uppercase;
  font-size: 4.3vw;
  color: #fff;
  font-weight: 700;
  margin-left: 77px;
}

.banner .bamboo-left {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  height: 100%;
}

.banner .bamboo-left img {
  height: 100%;
  object-fit: cover;
}

.banner .bamboo-right {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 63.4%;
}

.banner .bamboo-right-img {
  width: 100%;
  height: 100%;
}

.banner .bamboo-right-rec {
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  position: absolute;
}

.header {
  background: #ffffff;
  /* Neutral/5 */
  padding: 16px 0;
  border-bottom: 1px solid #f3f4f4;
}

.header .container-al {
  display: flex;
  align-items: center;
}

.header .search-bar {
  display: flex;
  margin-left: 72px;
  margin-right: 90px;
  align-items: center;
  gap: 15px;
  flex: 1;
  height: 100%;
}

.header .search-bar input {
  max-width: inherit;
  padding-left: 16px;
  color: #000;
  background: rgba(227, 243, 228, 0.78);
  border-radius: 8px;
  height: 56px;
  width: 90%;
  font-size: 16px;
  border: none;
  outline: none;
}

.header .search-bar .search-icon {
  transition: 0.2s ease;
  cursor: pointer;
  width: 56px;
  max-width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 400;
  height: 56px;
  padding: 0 3px;
  border-radius: 8px;
  background-color: var(--style-color-main);
}

.header .search-bar .search-icon:hover {
  opacity: 0.7;
}

.header .btns-wrap {
  display: flex;
  align-items: center;
  gap: 35px;
  justify-content: space-between;
}

.header .btns-wrap .sign-in-btn {
  color: #727272;
  font-size: 18px;
}

.header .btns-wrap .sign-up-btn {
  padding: 10px;
  background-color: var(--style-color-main);
  font-size: 18px;
  border-radius: 8px;
  color: #fff;
  width: 99px;
  /* Primary/02 */
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--style-color-main);
  border-radius: 8px;
}

.header .btns-wrap .cart-btn {
  cursor: pointer;
  position: relative;
}

.header .btns-wrap .cart-btn img {
  width: 24px;
}

.header .btns-wrap .cart-btn:hover {
  opacity: 0.7;
}

.header .btns-wrap .cart-btn::after {
  position: absolute;
  border-radius: 100%;
  background-color: red;
  width: 20px;
  height: 20px;
  top: -19px;
  right: -16px;
  content: attr(data-content) !important;
  font-size: 12px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.categories {
  padding: 30px 0;
  border-bottom: 1px solid #f3f4f4;
}

.categories .categories-list > li:hover {
  color: #ff615c;
}

.categories .categories-list > li:after {
  display: none;
}

.categories ul {
  display: flex;
  align-items: center;
  gap: 68px;
}

.categories ul > li {
  font-weight: 500;
  white-space: nowrap;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 3px;
  position: relative;
  cursor: pointer;
  transition: 0.2s ease;
}

.categories ul > li .line::after {
  position: absolute;
  height: 2px;
  background-color: #ff615c;
  width: 0;
  transition: 0.2s;
  content: "";
  bottom: 0;
  left: 0;
}

.categories ul > li .line:hover:after {
  width: 40%;
}

.categories ul .dropdown span {
  transition: 0.2s ease;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 5px;
}

.categories ul .dropdown li {
  font-weight: 500;
}

.categories ul .dropdown .lv2-dropdown {
  transition: 0.2s ease;
  position: relative;
}

.categories ul .dropdown .lv2-dropdown i {
  font-size: 8px;
}

.categories ul .dropdown .lv2-dropdown:hover .lv2-sub-dropdown {
  opacity: 1;
  z-index: 9999;
}

.categories ul .lv2-sub-dropdown {
  display: flex;
  border: 1px solid rgba(114, 114, 114, 0.4431372549);
  background-color: #fff;
  left: calc(100% + 20px);
  top: -3%;
  padding: 10px;
  border-radius: 8px;
  opacity: 0;
  position: absolute;
  gap: 0px;
  max-height: 200px;
  flex-direction: column;
}

.categories ul .lv2-sub-dropdown li {
  font-weight: 500;
  padding-left: 0 !important;
  transition: 0.2s ease;
  width: fit-content;
  padding-left: 0;
}

.categories ul .lv2-sub-dropdown li span {
  font-weight: 500;
}

.categories ul .dropdown {
  user-select: none;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  cursor: pointer;
  z-index: 99;
}

.categories ul .dropdown i {
  font-size: 12px;
  color: #959ead;
}

.categories ul .dropdown .sub-dropdown {
  max-width: 20em;
  min-width: 10em;
  top: 40px;
  position: absolute;
  transition: 0.2s ease;
  height: fit-content;
  left: 0;
  width: fit-content;
  display: flex;
  visibility: hidden;
  opacity: 0;
  border-radius: 8px;
  z-index: -99;
  flex-direction: column;
  z-index: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  font-weight: 400;
  gap: 0px;
  align-items: start;
}

.categories ul .dropdown .sub-dropdown > li span {
  font-weight: 500;
  width: 100%;
  justify-content: space-between;
}

.categories ul .dropdown .sub-dropdown li {
  font-weight: 500;
  font-size: 16px;
  color: #555;
  padding: 5px 0px;
  width: 100%;
}

.categories ul .dropdown:hover .sub-dropdown {
  z-index: 99;
  opacity: 1;
  visibility: unset;
}

.inactive {
  color: #cfe8b0;
}

.top-product {
  padding: 45px 0;
  background: rgba(207, 232, 176, 0.17);
  margin-bottom: 87px;
}

.top-product .top-product-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.top-product .top-product-head .more {
  font-size: 18px;
  color: var(--style-color-main);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  transition: 0.2s ease;
}

.top-product .top-product-head .more:hover {
  opacity: 0.8;
}

.top-product .top-product-head .more:hover {
  opacity: 0.8;
}

.top-product-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.2s ease;
  cursor: pointer;
}

.top-product-item:hover {
  opacity: 0.6;
}

.top-product-title {
  display: flex;
  align-items: center;
  gap: 15px;
}

.top-product-title img {
  width: 30px;
  height: 30px;
}

.top-product-title p {
  font-weight: 600;
  font-size: 25px;
  line-height: 32px;
}

.top-product-list {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.top-product-list img {
  object-fit: cover;
  max-width: 100%;
  height: 110px;
  object-fit: contain;
}

.top-product-list p {
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}

.footer {
  padding: 36px 0 41px;
  background-color: #f3f4f4;
}

.footer .container-al {
  display: flex;
  justify-content: space-between;
}

.footer .right {
  width: 66.66667%;
  display: flex;
  justify-content: space-between;
  gap: 6px;
}

.footer .left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 33.3333%;
}

.footer .footer-text {
  color: #727272;
  font-size: 14px;
  max-width: 365px;
  cursor: pointer;
  transition: 0.2s ease;
}

.footer .footer-text:hover {
  opacity: 0.6;
}

.footer .logo-list {
  display: flex;
  align-items: center;
  gap: 32px;
}

.footer .social-list {
  gap: 15px;
  display: flex;
  align-items: center;
}

.footer img {
  max-width: 100%;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

.footer img:hover {
  opacity: 0.5;
}

.footer h2 {
  font-size: 16px;
  font-weight: 600;
  color: #303030;
}

.footer ul {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer ul li {
  display: flex;
  align-items: center;
  gap: 5px;
}

.footer .returns {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer .returns p {
  font-size: 16px;
  font-weight: 600;
}

.footer .returns-link {
  position: relative;
  cursor: pointer;
}

.footer .returns-link:hover .option-list {
  opacity: 1;
  visibility: visible;
}

.filter-text {
  align-items: center;
  display: inherit;
  gap: 10px;
}

.filter-btn {
  padding: 0.275rem 0.55rem;
  font-size: 0.725rem;
}

.footer .returns-link .option-list {
  transition: 0.1s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 110%;
  left: 0;
  background-color: #fff;
  padding: 8px 24px;
  border-radius: 8px;
  left: 0;
  right: 0;
}

.footer .returns-link .option-list .option-item {
  font-size: 13px;
  user-select: none;
  cursor: pointer;
}

.footer .returns-link .option-list .option-item:hover,
.footer .returns-link .option-list .option-item.active {
  background-color: rgba(85, 85, 85, 0.3529411765);
}

.footer .returns-link,
.footer .returns-visit {
  display: flex;
  padding: 8px 24px;
  border-radius: 8px;
  background-color: #fff;
  align-items: center;
  font-size: 18px;
  gap: 4px;
}

.footer .returns-link i,
.footer .returns-visit i {
  font-size: 15px;
}

.footer .returns-link {
  justify-content: space-between;
}

.footer .returns img {
  margin-top: 12px;
  transform: translateX(6px);
}

.content .list {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 33px;
  margin-top: 34px;
}

.content .list .item {
  width: calc(20% - 33px);
  position: relative;
}

.content .list .item .sale {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  width: 54px;
  height: 36px;
  left: 8px;
  top: 12px;
  /* Semantic/ Danger */
  background: #ff615c;
  border-radius: 4px;
}

.content .list .item img {
  width: 100%;
  max-width: 100%;
}

.content .list .item .name {
  margin-top: 14px;
  font-size: 20px;
  line-height: 28px;
}

.content .list .item .prices {
  gap: 8px;
  margin-top: 8px;
  display: flex;
  align-items: center;
}

.content .list .item .price {
  color: var(--style-color-main);
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.content .list .item .contact {
  color: #0184d3;
  display: flex;
  align-items: center;
  gap: 3px;
  cursor: pointer;
  transition: 0.2s ease;
}

.content .list .item .contact:hover {
  opacity: 0.6;
}

.content .list .item .old-price {
  line-height: 28px;
  text-decoration: line-through;
  font-size: 14px;
  color: #959ead;
}

.arrow-btn {
  display: flex;
  align-items: center;
  z-index: 9;
  gap: 18px;
  user-select: none;
  color: var(--style-color-main);
  cursor: pointer;
}

.slider {
  display: flex;
  overflow: scroll;
  gap: 20px;
  margin-top: 32px;
  margin-bottom: 60px;
  scroll-behavior: smooth;
}

.slider .item {
  width: 20%;
  flex: none;
}

.slider .item .name {
  margin-top: 14px;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  /* or 140% */
  text-align: center;
  /* Primary/01 */
  color: var(--style-color-main);
}

.slider .item img {
  max-width: 100%;
}

.slider::-webkit-scrollbar {
  display: none;
}

.more-btn img.active {
  transform: rotate(180deg);
  transition: 0.2s ease;
}
.mobile-cate-btn {
}

.contact-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding-left: 25px;
}

.contact-btn {
  background-color: #2091f7;
  padding: 18px 68px;
  height: 57px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

.support-info {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #ffe8cc;
  height: 57px;
  padding: 20px;
  border-radius: 10px;
}

.support-info p {
  color: #000;
  font-weight: 700;
  font-size: 16px;
}

.support-info span {
  color: #f74239;
  font-weight: 700;
  font-size: 16px;
}

.nav__left-title {
  background-color: var(--style-color-main) !important;
}

.header__info .shopping-cart {
  border: none;
}

footer {
  background-color: var(--style-color-bg-footer);
  margin-top: 40px;
}

.footer__menu li a {
  color: #fff;
}

.footer-company__info {
  color: #fff;
}

footer .footer__block-title {
  color: #fff;
}

footer .call-now {
  color: #fff;
}

.form {
  margin-bottom: 38px;
  margin-top: 29px;
  /*  .input-wrap ~ .input-wrap {
      margin-top: 20px;
    } */
}

.form .has-border {
  border-right: 2px solid rgba(20, 68, 22, 0.55);
}

.form .reload-mobile {
  display: none;
}

.form-content {
  background: #f3f4f4;
  padding-top: 38px;
  padding-left: 11%;
  padding-right: 11%;
  border: 1px solid #8b919a;
  border-radius: 10px;
  border-top-left-radius: 0%;
  border-top-right-radius: 0;
}

.form-header {
  background: rgba(139, 198, 63, 0.75);
  border-radius: 10px 10px 0px 0px;
  height: 102px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-header h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  color: rgba(28, 41, 13, 0.96);
  text-align: center;
}

.form .large-col {
  height: 160px;
}

.form .form-input-wrap ~ .form-input-wrap {
  margin-top: 34px;
}

.form .title {
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 30px;
  color: #000;
}

.form .title p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.form .row {
  margin-left: 40px;
}

.form .input-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form .input-wrap,
.form .captcha-wrap,
.form .row-title {
  padding: 0 30px;
}

.form .label {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #303030;
}

.form .label span {
  color: red;
}

.form input,
.form textarea {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 14px 24px;
  background: #fff;
  border: 1px solid #8b919a;
  border-radius: 10px;
  color: #959ead;
  transition: 0.2s ease;
  outline: none;
}

.form textarea::placeholder {
  color: #959ead;
}

.form input:focus {
  border: 1px solid #de3618;
}

.form .captcha-wrap {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form .captcha-wrap .captcha-img-wrap {
  gap: 15px;
  display: flex;
  align-items: center;
}

.form .captcha-wrap .captcha-img-wrap .captcha-img {
  max-width: 100%;
  width: 216px;
}

.form .captcha-wrap .captcha-input {
  flex: 1;
}

.form .captcha-wrap a {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  /* identical to box height, or 140% */
  /* Xanh 1 */
  color: #0184d3;
}

.form .captcha-wrap .speaker {
  width: 31px;
}

.form .form-register {
  display: flex;
  align-items: center;
  gap: 25px;
}

.form .form-register .title {
  margin-bottom: 0;
}

.form .form-register .register-wrap {
  display: flex;
  gap: 25px;
  align-items: center;
}

.form .form-register .register-wrap .box {
  display: flex;
  gap: 14px;
  align-items: center;
}

.form .form-register .register-wrap .box input {
  cursor: pointer;
  width: 18.5px;
  height: 18.5px;
}

.form .form-register .register-wrap .box p {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  /* identical to box height, or 160% */
  /* black */
  color: #303030;
  white-space: nowrap;
}

.form .row-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 20px;
  color: #000000;
}

.form .row-title .line {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #488a26 0%, #cfe8b0 100%);
}

.form .row-title ~ .input-wrap ~ .input-wrap {
  margin-top: 20px;
}

.form .terms {
  margin-top: 30px;
  margin-bottom: 40px;
}

.form .terms h2 {
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  color: #000;
}

.form .terms ul {
  margin-left: 40px;
  margin-top: 10px;
  list-style: disc !important;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form .terms ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  list-style-type: disc;
  display: list-item;
  color: #000000;
}

.form .terms ul li p {
  gap: 5px;
  display: flex;
  align-items: center;
}

.form .terms ul a {
  color: #0184d3;
}

.form .submit-wrap {
  margin-top: 25px;
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 80px;
}

.form .submit-wrap .submit-btn {
  cursor: pointer;
  padding: 12px 27px;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  /* identical to box height, or 160% */
  /* white */
  background: var(--style-color-main);
  border-radius: 8px;
  color: #ffffff;
}

.form .submit-wrap .log-in-btn {
  /* Background/1 */
  cursor: pointer;
  border: 1px solid #303030;
  background: #ffffff;
  border-radius: 6px;
  padding: 11px 34px;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #303030;
}

.form .captcha-input {
  padding-right: 0 !important;
  overflow: hidden;
  padding-left: 16px;
  flex: 1;
}

.login .form .captcha-input {
  padding-right: 0 !important;
  overflow: hidden;
}

.login .form-content {
  width: 548px;
  background-color: #fff;
  border: none;
  padding: 0;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.login .form .input-wrap ~ .input-wrap {
  margin-top: 30px;
}

.login .form .input-wrap,
.login .form .captcha-wrap,
.login .form .row-title {
  padding: 0;
}

.login .form input {
  background-color: #f3f4f4;
}

.login .form .row-title {
  text-align: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 690px;
  margin-bottom: 46px;
}

.login .form .row-title .line {
  width: 110%;
  margin-top: 8px;
  background: linear-gradient(
    90deg,
    #ffffff 0%,
    var(--style-color-main) 20%,
    var(--style-color-main) 40%,
    var(--style-color-main) 60%,
    var(--style-color-main) 80%,
    #ffffff 100%
  );
  height: 6px;
}

.login .form .input-wrap,
.login .form .captcha-wrap {
  width: 548px;
}

.login .form .forget {
  display: flex;
  align-items: center;
  margin-top: 15px;
  width: 100%;
  justify-content: space-between;
}

.login .form .submit-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 16px;
}

.login .form .login-btn {
  width: 100%;
  padding: 12px 32px;
  font-weight: 600;
  border: 1px solid #303030;
  font-size: 20px;
  line-height: 32px;
  /* identical to box height, or 160% */
  /* white */
  color: #ffffff;
  text-align: center;
  /* Xanh 0 */
  background: var(--style-color-main);
  border-radius: 8px;
  tranisiton: 0.2s ease;
}

.login .form .login-btn:hover {
  cursor: pointer;
  opacity: 0.7;
}

.login .form .register-btn {
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  /* identical to box height, or 160% */
  /* Neutral/1 */
  color: #303030;
  background: #f3f4f4;
  border-radius: 6px;
  padding: 12px 32px;
  tranisiton: 0.2s ease;
}

.login .form .register-btn:hover {
  cursor: pointer;
  opacity: 0.7;
}

/* small mobile */

@media screen and (max-width: 380px) {
  .form {
    margin-top: 18px;
  }
  .form .terms ul li {
    font-size: 12px !important;
  }
  .form .terms h2 {
    font-size: 17px !important;
  }
  .form .submit-wrap .submit-btn,
  .form .submit-wrap .log-in-btn {
    padding: 5px 8px !important;
    font-size: 13px !important;
    border: 1px solid #303030;
  }
}
@media screen and (max-width: 500px) {
  .d-none-500 {
      display: none;
  }
  .cart-ship-price{
    padding-left: 10px;
  }
}
@media screen and (min-width: 400px) {
    .d-none-400 {
        display: none;
    }
}
/* mobile */

@media screen and (max-width: 767.98px) {
  .form {
    margin-top: 20px;
  }
  .form input {
    padding: 8px 12px;
  }
  .form input::placeholder,
  .form textarea::placeholder {
    font-size: 0;
  }
  .form .reload-mobile {
    display: block;
  }
  .form .row-title {
    font-size: 15px;
  }
  .form-header {
    height: 70px;
  }
  .form-header h1 {
    font-size: 22px;
  }
  .form .title {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .form .title p {
    font-size: 14px;
  }
  .form .large-col {
    height: 120px;
  }
  .form .form-register {
    gap: 5px;
    align-items: flex-start;
    flex-direction: column;
  }
  .form .form-register .register-wrap {
    gap: 8px;
    margin-left: 30px;
  }
  .form .form-register .register-wrap .box {
    gap: 3px;
  }
  .form .form-register .register-wrap .box p {
    font-size: 16px;
  }
  .form .label {
    font-size: 16px;
  }
  .form-content {
    padding: 30px 15px;
  }
  .form input {
    font-size: 14px;
    width: 100%;
  }
  .form .row {
    margin-left: 0px;
  }
  .form .captcha-wrap a {
    font-size: 14px;
  }
  .form .captcha-wrap .captcha-img-wrap {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
  }
  .form .captcha-wrap .d-flex {
    gap: 10px;
  }
  .form .captcha-wrap a {
    display: none;
  }
  .form .captcha-wrap .reload-img {
    display: block !important;
  }
  .form .captcha-wrap .reload-mobile {
    display: block !important;
  }
  .form .terms h2 {
    font-size: 19px;
  }
  .form .terms ul {
    margin-left: 20px;
  }
  .form .terms ul li {
    font-size: 12px;
  }
  .form .submit-wrap {
    gap: 10px;
    justify-content: space-between;
  }
  .form .submit-wrap .submit-btn,
  .form .submit-wrap .log-in-btn {
    font-size: 13px;
  }
  .form .submit-wrap .submit-btn {
    padding: 5px 10px;
  }
  .form .submit-wrap .log-in-btn {
    padding: 5px 10px;
  }
  .login .form {
    margin-bottom: 10px;
  }
  .login .form .row-title {
    width: 350px;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 30px;
  }
  .login .form-content {
    width: 300px;
  }
  .login .form .input-wrap,
  .login .form .captcha-wrap {
    width: 300px;
  }
  .login .form input {
    padding: 8px 12px;
  }
  .login .form .captcha-wrap a {
    font-size: 14px;
  }
  .login .form .captcha-wrap .captcha-img-wrap {
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 5px;
  }
  .login .form .captcha-wrap .captcha-img-wrap .captcha-img {
    width: 140px;
  }
  .login .form .captcha-wrap .captcha-img-wrap .reload-img {
    width: 24px;
  }
  .login .form .captcha-wrap .captcha-img-wrap .speaker {
    width: 24px;
  }
  .login .form .save {
    display: flex;
    align-items: center;
    gap: 3px;
  }
  .login .form .save input {
    width: 14px;
    height: 14px;
  }
}

/* only 786 */

@media screen and (max-width: 768px) {
  .form .has-border {
    border: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023.99px) {
  .form-header {
    height: 80px;
  }
  .form-content {
    padding-left: 6%;
    padding-right: 6%;
  }
  .form .large-col {
    height: 130px;
  }
  .form .row-title {
    font-size: 17px;
  }
  .form .form-register .register-wrap .box p {
    font-size: 16px;
  }
  .form .terms h2 {
    font-size: 20px;
  }
  .form .submit-wrap .submit-btn,
  .form .submit-wrap .log-in-btn {
    font-size: 16px;
  }
  .form .label {
    font-size: 16px;
  }
  .form .title {
    margin-bottom: 18px;
    font-size: 18px;
  }
  .form input {
    font-size: 15px;
  }
}

/* tablet */

@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .form .row-title {
    font-size: 16px;
  }
  .form .title {
    margin-bottom: 18px;
  }
  .form .captcha-wrap a {
    font-size: 16px;
  }
  .form .captcha-wrap .captcha-img-wrap .captcha-img {
    max-width: 163px;
  }
  .login .form .row-title {
    width: 350px;
    font-size: 21px;
  }
}

/* only 1024 */

@media screen and (min-width: 1024px) and (max-width: 1025px) {
  .contact-wrap {
    margin-top: 35px;
  }
  .contact-btn {
    padding: 14px 14px;
    height: 57px;
    font-size: 15px;
  }
  .support-info {
    height: 57px;
    padding: 12px;
  }
  .support-info p {
    font-size: 15px;
  }
  .support-info span {
    font-size: 15px;
  }
  .form .captcha-wrap a {
    font-size: 16px;
  }
  .form .captcha-wrap .captcha-img-wrap .captcha-img {
    width: 155px;
  }
  .form .form-register .register-wrap .box p {
    font-size: 15px;
  }
  .form-header h1 {
    font-size: 24px;
    line-height: 24px;
  }
  .form .label {
    font-size: 14px;
  }
  .form input {
    padding: 11px 11px;
    font-size: 12px;
  }
  .form .row-title {
    font-size: 16px;
  }
  .form .title {
    font-size: 18px;
    margin-bottom: 22px;
  }
  .form .title p {
    font-size: 14px;
  }
  .form .row-title {
    font-size: 18px;
  }
  .form .terms h2 {
    font-size: 18px;
  }
  .form .submit-wrap .submit-btn,
  .form .submit-wrap .log-in-btn {
    font-size: 18px;
  }
  .login .form .row-title {
    font-size: 24px;
  }
}

/* small pc */

/* middle pc */

@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .form .large-col {
    height: 140px;
  }
  .form-header {
    height: 95px;
  }
  .form-header h1 {
    font-size: 26px;
  }
  .form .label {
    font-size: 18px;
  }
  .form input {
    font-size: 14px;
  }
  .form .row-title {
    font-size: 18px;
  }
  .form .title {
    margin-bottom: 25px;
    font-size: 20px;
  }
  .form .title p {
    font-size: 15px;
  }
  .form .terms h2 {
    font-size: 20px;
  }
  .form .form-register .register-wrap .box p {
    font-size: 16px;
  }
  .form .captcha-wrap a {
    font-size: 18px;
  }
  .login .form .row-title {
    font-size: 26px;
  }
  .login .form input {
    font-size: 14px;
  }
  .login .form .captcha-wrap {
    overflow: hidden;
  }
  .login .form .captcha-wrap .captcha-img-wrap {
    overflow: hidden;
    justify-content: unset;
    gap: 10px;
  }
  .login .form .captcha-wrap .captcha-img-wrap .captcha-img {
    width: 200px;
  }
  .login .form .captcha-wrap .captcha-img-wrap input {
    flex: 1;
  }
  .login .form .captcha-wrap .captcha-img-wrap .reload-img {
    width: 32px;
  }
  .login .form .captcha-wrap .captcha-img-wrap .speaker {
    margin: 0;
  }
}

.search-bar {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1;
  height: 100%;
  justify-content: flex-end;
}

.search-bar input {
  max-width: 424px;
  padding-left: 16px;
  color: #000;
  background: rgba(227, 243, 228, 0.78);
  border-radius: 8px;
  height: 45px;
  font-size: 16px;
  border: none;
  width: 100%;
  outline: none;
}

.search-bar .search-icon {
  transition: 0.2s ease;
  cursor: pointer;
  width: 45px;
  max-width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 400;
  height: 45px;
  padding: 0 3px;
  border-radius: 8px;
  background-color: var(--style-color-main);
}

.search-bar .search-icon:hover {
  opacity: 0.7;
}

.news-wrap {
  margin-top: 33px;
}
.news-menu {
  background-color: var(--style-color-light-2);
  padding: 15px 20px;
  border-radius: 10px;
}

.news-wrap .news-menu h2 {
font-size: 20px;
font-weight: 600;
line-height: 24px;
  margin-bottom: 10px;
  color: #000000;
}
.news-category li{
font-size: 16px;
font-weight: 400;
line-height: 22px;

}
.featured-news img{
    width: 65px;
    height: 65px;
}
.featured-news li span{
font-size: 16px;
font-weight: 600;
line-height: 20px;
display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

}
.featured-news li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}
.news-search{
    display: flex;
    align-items: center;
    height: 45px;

}
.news-search input{
    height: 100%;
    font-weight: 500;
    font-size: 16px;
    color: #727272;
    background-color: var(--style-color-input);
    border: none;
    outline: none;
    padding: 10px 16px;
    border-radius: 8px;
}
.news-search input::placeholder{
  font-size: 14px;
}
.news-search .search-icon{
    height: 41px;
    position: absolute;
    right: 1px;
    width: 41px;
    background: var(--style-color-main);
    border: 0;
    border-radius: 5px;
}
.featured-news li{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
}
.news-wrap .news-menu ul {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.news-wrap .news-menu ul li {
}

.news-wrap .news-menu a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #373333;
}
.featured-news a{
  font-weight: 500 !important;
}

.news-wrap .left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news-wrap .breadcump-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.news-wrap .breadcump-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.news-wrap .breadcump-item h2 {
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  color: var(--style-color-main);
  transition: 0.2s ease;
  cursor: pointer;
}

.news-wrap .breadcump-item h2:hover {
  opacity: 0.7;
}

.news-wrap .breadcump-item h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  color: var(--style-color-main);
}

.news-list{
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.news-wrap .breadcump-item img {
  width: 10px;
}

.news-wrap .news-item {
  display: flex;
  background-color: var(--style-color-light-2);
  gap: 16px;
  padding: 15px 20px;
  border-radius: 8px;
}
.news-wrap .news-item:first-child{

}
.line{
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.news-wrap .news-item .news-item-img {
  width: 270px;
  height: 177px;
}

.news-wrap .news-item .news-item-img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.news-wrap .news-item .news-item-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  color: #303030;
}

.news-wrap .news-item .news-item-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.news-wrap .news-item .news-item-info img {
  width: 15px;
}

.news-wrap .news-item .news-item-info .news-item-date,
.news-wrap .news-item .news-item-info .news-item-view {
  display: flex;
  align-items: center;
  gap: 3px;
}

.news-wrap .news-item .d-flex {
  padding: 0px 15px 15px;
  flex: 1;
}

.news-wrap .news-item .news-item-content {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #303030;display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-detail {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.news-detail-view p{
font-size: 16px;
font-weight: 600;
line-height: 20px;
letter-spacing: 0px;

}
.news-detail .news-detail-heading {
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  color: #303030;
}

.news-detail .news-detail-img {
  margin: 0 auto;
  width: 80%;
}

.news-detail .news-detail-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #303030;
}

.news-detail .news-detail-subheading {
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  color: #303030;
}

.news-detail .news-detail-footer p {
  font-weight: 600;
  text-align: right;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #303030;
}

.news-detail .news-detail-footer p a {
  color: #303030;
  text-decoration: none;
}

.news-detail .news-detail-footer a {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #0184d3;
}

.other-news {
  margin-top: 45px;
  margin-bottom: 65px;
}

.other-news .other-news-title {
  display: flex;
  align-items: center;
}

.other-news .other-news-title h2 {
  margin-left: 10px;
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  color: var(--style-color-main);
}

.other-news .other-news-title .line {
  background-color: var(--style-color-main);
  height: 1px;
  flex: 1;
  margin-left: 10px;
}

.other-news ul {
  display: flex;
  margin-top: 30px;
  flex-direction: column;
  gap: 20px;
}

.other-news li {
  font-weight: 400;
  gap: 25px;
  font-size: 22px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: var(--style-color-main);
}

/* small mobile */

/* mobile */

@media screen and (max-width: 767px) {
  .news-detail-view p{
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0px;
    
    }
  .header .search-bar {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
  .search-bar {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .news-wrap {
    margin-top: 15px;
  }
  .news-wrap .news-item {
    padding: 0;
  }
  .news-wrap .row {
    flex-direction: column-reverse;
  }
  .news-wrap .breadcump-wrap {
    margin-top: 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .news-wrap .breadcump-wrap .breadcump-item h2 {
    font-size: 16px;
  }
  .news-wrap .breadcump-wrap .breadcump-item h3 {
    font-size: 16px;
  }
  .news-wrap .news-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .news-wrap .news-menu h2 {
    font-size: 15px;
  }
  .news-wrap .news-menu a {
    font-size: 16px;
  }
  .news-wrap .news-item {
    flex-direction: column;
    padding-left: 0;
  }
  .news-wrap .news-item .news-item-img {
    width: 100%;
  }
  .news-wrap .news-item .news-item-img img {
    width: 100%;
    object-fit: cover;
  }
  .news-wrap .news-item .news-item-title {
    font-size: 16px;
    line-height: 18px;
  }
  .news-wrap .news-item .news-item-info {
    font-size: 12px;
  }
  .news-wrap .news-item .news-item-content {
    font-size: 14px;
  }
  .news-detail {
    gap: 15px;
  }
  .news-detail .news-detail-heading {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
  }
  .news-detail .news-detail-text {
    font-size: 14px;
    line-height: 28px;
  }
  .news-detail .news-detail-subheading {
    font-size: 14px;
    line-height: 28px;
  }
  .news-detail .news-detail-footer {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .news-detail .news-detail-footer p {
    font-size: 12px;
    line-height: 24px;
  }
  .news-detail .news-detail-footer a {
    font-size: 14px;
    line-height: 24px;
  }
  .other-news {
    margin-top: 25px;
    margin-bottom: 40px;
  }
  .other-news .other-news-title h2 {
    margin-left: 10px;
    font-size: 18px;
    line-height: 20px;
  }
  .other-news .other-news-title .line {
    margin-left: 8px;
  }
  .other-news ul {
    margin-top: 27px;
    gap: 15px;
  }
  .other-news li {
    gap: 12px;
    font-size: 12px;
    line-height: 20px;
  }
  .other-news li img {
    width: 20px;
  }
}
@media screen (max-width: 770px){
.news-wrap .news-item {
    padding-top:0px !important;
}
}
/* only 786 */

@media screen and (min-width: 768px) and (max-width: 770px) {
  .news-detail-view p{
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0px;
    
    }
  .contact-wrap {
    margin-top: 20px;
    padding-left: 0;
  }
  .contact-btn {
    padding: 10px 20px;
    height: 45px;
    font-size: 14px;
  }
  .support-info {
    height: 45px;
    padding: 10px 15px;
  }
  .support-info p {
    font-size: 14px;
  }
  .support-info span {
    font-size: 14px;
  }
  .news-wrap .row {
    flex-direction: row;
  }
  .news-wrap .search-bar {
    width: 100%;
    max-width: unset !important;
  }
  .news-wrap .breadcump-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .news-wrap .news-item {
    padding-left: 0;
    padding-right: 0;
  }
  .news-wrap .news-menu h2 {
    font-size: 13px !important;
  }
  .news-wrap .news-menu a {
    font-size: 11px !important;
  }
  .news-wrap .news-item {
    flex-direction: column;
  }
  .news-wrap .news-item .news-item-img {
    width: 100%;
  }
  .news-wrap .news-item .news-item-img img {
    width: 100%;
    object-fit: cover;
  }
  .news-wrap .news-item .news-item-title {
    font-size: 16px;
    line-height: 18px;
  }
  .news-wrap .news-item .news-item-info {
    font-size: 12px;
  }
  .news-wrap .news-item .news-item-content {
    font-size: 14px;
  }
  .news-wrap .breadcump-wrap h2 {
    font-size: 16px;
  }
  .news-wrap .breadcump-wrap h3 {
    font-size: 16px;
  }
  .news-detail {
    gap: 15px;
  }
  .news-detail .news-detail-heading {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
  }
  .news-detail .news-detail-text {
    font-size: 12px;
    line-height: 28px;
  }
  .news-detail .news-detail-subheading {
    font-size: 12px;
    line-height: 28px;
  }
  .news-detail .news-detail-footer p {
    font-size: 14px;
    line-height: 24px;
  }
  .news-detail .news-detail-footer a {
    font-size: 14px;
    line-height: 24px;
  }
  .news-detail-footer {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 6px;
  }
}

/* tablet */

@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .news-wrap {
    margin-top: 20px;
  }
  .news-wrap .news-menu h2 {
    font-size: 16px;
  }
  .news-wrap .news-menu a {
    /* font-size: 12px; */
  }
  .news-wrap .news-item .news-item-title {
    line-height: 20px;
    font-size: 15px;
  }
  .news-wrap .news-item .news-item-info {
    font-size: 12px;
  }
  .news-wrap .news-item .news-item-content {
    font-size: 13px;
  }
  .breadcump-wrap .search-bar {
    max-width: 300px;
  }
  .breadcump-wrap h2 {
    font-size: 16px;
  }
  .breadcump-wrap h3 {
    font-size: 16px;
  }
  .news-detail {
    gap: 18px;
  }
  .news-detail .news-detail-heading {
    font-weight: 600;
    font-size: 22px;
    line-height: 25px;
  }
  .news-detail .news-detail-text {
    font-size: 14px;
    line-height: 28px;
  }
  .news-detail .news-detail-subheading {
    font-size: 14px;
    line-height: 28px;
  }
  .news-detail .news-detail-footer p {
    font-size: 16px;
    line-height: 20px;
  }
  .news-detail .news-detail-footer a {
    font-size: 16px;
    line-height: 20px;
  }
  .other-news {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .other-news .other-news-title h2 {
    margin-left: 10px;
    font-size: 22px;
    line-height: 28px;
  }
  .other-news .other-news-title .line {
    margin-left: 10px;
  }
  .other-news ul {
    margin-top: 27px;
    gap: 15px;
  }
  .other-news li {
    gap: 14px;
    font-size: 16px;
    line-height: 24px;
  }
  .other-news li img {
    width: 23px;
  }
}

/* only 1024 */

@media screen and (min-width: 1024px) and (max-width: 1030px) {
    .news-search{
        display: flex;
        align-items: center;
        height: 42px;
    
    }
    .news-search input{
        font-size: 15px;
        padding: 10px 16px;
    }
    .news-search input::placeholder{
      font-size: 13px;
    }
    .news-search .search-icon{
        height: 42px;
    }
    .news-menu {
        padding: 15px 20px;
      }
      
      .news-wrap .news-menu h2 {
      font-size: 18px;
        margin-bottom: 10px;
        color: #000000;
      }
      .news-category li{
      font-size: 15px;
      
      }
      .featured-news img{
          width: 90px;
          height: 60px;
      }
      .featured-news li span{
      font-size: 15px;
      
      }
      
      .news-wrap .news-menu ul {
        padding-left: 10px;
        gap: 10px;
      }
      
  .news-wrap {
    margin-top: 25px;
  }
  .news-wrap .news-menu h2 {
  }
  .news-wrap .news-menu a {
    font-size: 14px;
  }
  .news-wrap .news-item .news-item-title {
    font-size: 16px;
  }
  .news-wrap .news-item .news-item-info {
    font-size: 13px;
  }
  .news-wrap .news-item .news-item-content {
    font-size: 14px;
  }
  .news-wrap .breadcump-wrap .search-bar {
    max-width: 300px;
  }
  .news-wrap .breadcump-wrap h2 {
    font-size: 17px;
  }
  .news-wrap .breadcump-wrap h3 {
    font-size: 17px;
  }
  .news-detail {
    gap: 20px;
  }
  .news-detail .news-detail-heading {
    font-weight: 600;
    font-size: 24px;
    line-height: 25px;
  }
  .news-detail .news-detail-text {
    font-size: 16px;
    line-height: 28px;
  }
  .news-detail .news-detail-subheading {
    font-size: 16px;
    line-height: 28px;
  }
  .news-detail .news-detail-footer p {
    font-size: 18px;
    line-height: 20px;
  }
  .news-detail .news-detail-footer a {
    font-size: 18px;
    line-height: 20px;
  }
  .other-news {
    margin-top: 35px;
    margin-bottom: 55px;
  }
  .other-news .other-news-title h2 {
    margin-left: 10px;
    font-size: 24px;
    line-height: 28px;
  }
  .other-news .other-news-title .line {
    margin-left: 10px;
  }
  .other-news ul {
    margin-top: 27px;
    gap: 18px;
  }
  .other-news li {
    gap: 18px;
    font-size: 18px;
    line-height: 24px;
  }
  .other-news li img {
    width: 25px;
  }
}

/* middle pc */

@media screen and (min-width: 1200px) and (max-width: 1600px) {
  /* .news-wrap {
    margin-top: 30px;
  }
  .news-wrap .news-menu h2 {
    font-size: 17px;
  }
  .news-wrap .news-menu a {
    font-size: 13px;
  }
  .news-wrap .news-item .news-item-title {
    font-size: 16px;
  }
  .news-wrap .news-item .news-item-info {
    font-size: 14px;
  }
  .news-wrap .news-item .news-item-content {
    font-size: 14px;
  }
  .news-wrap .breadcump-wrap {
    gap: 30px;
  }
  .news-wrap .breadcump-wrap h2 {
    font-size: 20px;
  }
  .news-wrap .breadcump-wrap h3 {
    font-size: 20px;
  }
  .news-detail {

    gap: 22px;
  }
  .news-detail .news-detail-heading {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
  }
  .news-detail .news-detail-text {
    font-size: 16px;
    line-height: 30px;
  }
  .news-detail .news-detail-subheading {
    font-size: 16px;
    line-height: 30px;
  }
 
  .news-detail .news-detail-footer a {
    line-height: 24px;
  }
  .other-news {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .other-news .other-news-title h2 {
    margin-left: 10px;
    font-size: 26px;
    line-height: 32px;
  }
  .other-news .other-news-title .line {
    margin-left: 10px;
  }
  .other-news ul {
    margin-top: 30px;
    gap: 20px;
  }
  .other-news li {
    gap: 25px;
    font-size: 20px;
    line-height: 24px;
  }
  .other-news li img {
    width: 28px;
  } */
}

.cart-content {
  margin-top: 30px;
}

.cart-content .cart-section-content {
  max-height: 0;
  transition: 0.2s ease;
  overflow: hidden;
}

.cart-content .cart-section-content.active {
  max-height: fit-content;
}

.cart-content .cart-section-heading {
  margin-bottom: 15px;
  background: linear-gradient(90deg, #cfe8b0 0%, #ffffff 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.cart-content .cart-section-heading h2,
.cart-content .cart-section-heading p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
}

.cart-content .cart-section-heading .collapse-btn {
  cursor: pointer;
}

.cart-content .cart-section-heading .collapse-btn i {
  transition: 0.2s ease;
}

.cart-content .cart-section-heading .collapse-btn i.active {
  rotate: 180deg;
}

.cart-content .cart-section-heading i {
  font-size: 10px;
}

.cart-content .cart-section-heading img {
  width: 21px;
}

.cart-content .cart-table {
  background: #f3f4f4;
  border-radius: 10px;
  padding: 30px 24px;
}

.cart-content .cart-table-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cart-content .cart-table input {
  width: 26px;
  height: 26px;
  cursor: pointer;
}

.cart-content .cart-table .del-btn img {
  width: 30px;
  cursor: pointer;
}

.cart-content .cart-table .line {
  height: 3px;
  background: linear-gradient(90deg, #488a26 0%, #ffffff 100%);
  width: 100%;
  margin-top: 11px;
  margin-bottom: 20px;
}

.cart-content .cart-table-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-content .cart-table-heading .left {
  display: flex;
  align-items: center;
  gap: 7px;
}

.cart-content .cart-table-heading .left img {
  width: 30px;
}

.cart-content .cart-table-heading .left span {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #303030;
}

.cart-content .cart-table .cart-table-row {
  display: flex;
  align-items: center;
}

.thanhtoan .cart-content .cart-table .cart-table-row {
  padding: 15px;
}

.cart-content .cart-table .cart-table-row .left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart-content .cart-table .cart-table-row .left img {
  min-width: 92px;
  width: 92px;
  height: 92px;
  border-radius: 8px;
  object-fit: cover;
}

.cart-content .cart-table .cart-table-row .left span {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  flex: 1;
  color: #303030;
}

.cart-content .cart-table .cart-table-row .right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-content .cart-table .cart-table-row .right .price-wrap {
  justify-content: flex-end;
}

.cart-content .cart-table .cart-table-row .right .price {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #de3618;
}

.cart-content .cart-table .cart-table-row .right input {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #303030;
}

.cart-content .cart-detail {
  background: #ffffff;
  padding: 24px;
  border: 1px solid #dddfe3;
  border-radius: 12px;
}

.cart-content .cart-detail-header .cart-detail-collapse-btn {
  rotate: 0deg;
  transition: 0.2s ease;
}

.cart-content .cart-detail-header .cart-detail-collapse-btn.active {
  rotate: 180deg;
}

.cart-content .cart-detail-header i {
  rotate: 0deg;
  cursor: pointer;
  transition: 0.2s;
  color: #de3618;
  font-size: 11px;
}

.cart-content .cart-detail-header i:hover {
  opacity: 0.8;
}

.cart-content .cart-detail-header i.active {
  rotate: 180deg;
}

.cart-content .cart-detail-header h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #303030;
}

.cart-content .cart-detail-header span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  color: rgba(48, 48, 48, 0.8);
}

.cart-content .cart-detail-content {
  max-height: 0px;
  overflow: hidden;
  transition: 0.2s;
}

.cart-content .cart-detail-content.active {
  max-height: fit-content;
}

.cart-content .cart-detail .cart-detail-row {
  padding: 19px 0;
  border-bottom: 1px solid #dddfe3;
}

.cart-content .cart-detail .cart-detail-row span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  color: rgba(48, 48, 48, 0.8);
}

.cart-content .cart-detail .cart-detail-row p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  /* identical to box height, or 140% */
  text-align: right;
  /* Neutral/1 */
  color: #303030;
}

.cart-content .cart-detail .cart-detail-row h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #303030;
}

.cart-content .cart-detail .cart-detail-row h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  text-align: right;
  color: #de3618;
}

.cart-content .cart-detail .cart-btn {
  margin-top: 27px;
  text-align: center;
  color: #fff;
  background: rgba(222, 54, 24, 0.85);
  border-radius: 8px;
  padding: 9px 0;
  width: 100%;
  cursor: pointer;
  transition: 0.2s ease-in;
}

.cart-content .cart-detail .cart-btn:hover {
  opacity: 0.75;
}

.cart-content .cart-form {
  background: #ffffff;
  /* Neutral/4 */
  border: 1px solid #dddfe3;
  border-radius: 12px;
  padding: 24px;
}

.cart-content .cart-form-header h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dddfe3;
  color: #303030;
}

.cart-content .cart-form-row {
  margin-top: 20px;
}

.cart-content .cart-form-row input {
  outline: none;
  padding: 14px 24px;
  font-size: 20px;
  background: rgba(139, 198, 63, 0.15);
  border: 1px solid #cdd0d3;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  color: #959ead;
}

.cart-content .cart-form-row p,
.cart-content .cart-form-row span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  font-size: 19px;
  line-height: 28px;
  /* or 140% */
  display: flex;
  align-items: center;
  /* Neutral/1 */
  color: #303030;
}

.cart-content .cart-form-row p span,
.cart-content .cart-form-row span span {
  color: red;
}

.cart-content .cart-form-row input[type="radio"] {
  width: 24px;
  height: 24px;
}

.cart-content .cart-form-row .radio-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart-content .cart-form-row .radio-group .radio-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}

.cart-content .cart-form .captcha-wrap .col-md-8 {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cart-content .cart-form .captcha-wrap .captcha-img {
  max-width: 232px;
}

.cart-content .cart-form .captcha-wrap input {
  flex: 1;
  background: #f3f4f4;
  border: 1px solid #f3f4f4;
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
}

.cart-content .cart-form .send-btn {
  background: #0184d3;
  border-radius: 8px;
  padding: 8px 0;
  width: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: 0.2s ease;
  cursor: pointer;
}

.cart-content .cart-form .send-btn:hover {
  opacity: 0.75;
}

/* small mobile */

@media screen and (max-width: 375px) {
  .cart-content .cart-section-heading h2,
  .cart-content .cart-section-heading p {
    font-size: 14px;
    line-height: 14px;
  }
  .cart-content .cart-section-heading i {
    font-size: 5px;
  }
  .cart-content .cart-section-heading img {
    width: 12px;
  }
}

/* mobile */

@media screen and (max-width: 767px) {
  .thanhtoan .cart-content .cart-table .cart-table-row {
    padding: 8px;
  }
  .contact-wrap {
    margin-top: 20px;
    padding: 15px;
    gap: 10px;
    flex-wrap: wrap;
  }
  .contact-btn {
    width: 100%;
    padding: 10px;
    height: 45px;
    font-size: 13px;
  }
  .support-info {
    width: 100%;
    height: 50px;
    padding: 10px;
    justify-content: space-around;
  }
  .support-info p {
    font-size: 13px;
  }
  .support-info span {
    font-size: 13px;
  }
  .cart-content .cart-section-heading {
    padding: 12px;
  }
  .cart-content .cart-section-heading h2,
  .cart-content .cart-section-heading p {
    font-size: 15px;
    line-height: 15px;
  }
  .cart-content .cart-section-heading i {
    font-size: 6px;
  }
  .cart-content .cart-section-heading img {
    width: 14px;
  }
  .cart-content .cart-table-heading .left span {
    font-size: 14px;
  }
  .cart-content .cart-table input {
    width: 20px;
  }
  .cart-content .cart-table .del-btn img {
    width: 18px;
  }
  .cart-content .cart-table .cart-table-row .left {
    flex-wrap: wrap;
    gap: 7px;
    justify-content: flex-start;
  }
  .cart-content .cart-table .cart-table-row .left img {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }
  .cart-content .cart-table .cart-table-row .left span {
    font-size: 12px;
    line-height: 14px;
  }
  .cart-content .cart-table .cart-table-row .right input {
    font-size: 12px;
  }
  .cart-content .cart-table .cart-table-row .right .price {
    line-height: 15px;
    font-size: 12px;
  }
  .quantity {
    font-size: 12px;
  }
  .cart-content .cart-table .cart-table-row .right .price-wrap {
    flex-direction: column;
  }
  .cart-content .cart-detail-header h2 {
    font-size: 18px;
  }
  .cart-content .cart-detail-header img {
    width: 12px;
  }
  .cart-content .cart-detail-header span {
    font-size: 15px;
  }
  .cart-content .cart-detail .cart-detail-row {
    padding: 19px 0;
  }
  .cart-content .cart-detail .cart-detail-row span {
    font-size: 14px;
    line-height: 20px;
  }
  .cart-content .cart-detail .cart-detail-row p {
    font-size: 14px;
    line-height: 24px;
    white-space: pre-wrap;
    text-align: right;
  }
  .cart-content .cart-detail .cart-detail-row h2 {
    font-size: 16px;
    line-height: 28px;
  }
  .cart-content .cart-detail .cart-detail-row h3 {
    font-size: 16px;
    line-height: 28px;
  }
  .cart-content .cart-detail .cart-btn {
    margin-top: 22px;
    padding: 6px 0;
    font-size: 16px;
  }
  .cart-content .cart-form {
    padding: 24px;
  }
  .cart-content .cart-form-header h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 20px;
  }
  .cart-content .cart-form-row {
    margin-top: 14px;
  }
  .cart-content .cart-form-row input {
    padding: 8px 12px;
    margin-top: 5px;
    font-size: 12px;
    line-height: 20px;
  }
  .cart-content .cart-form-row input::placeholder {
    font-size: 0;
  }
  .cart-content .cart-form-row p,
  .cart-content .cart-form-row span {
    gap: 3px;
    font-size: 12px;
    line-height: 20px;
  }
  .cart-content .cart-form-row p span,
  .cart-content .cart-form-row span span {
    color: red;
  }
  .cart-content .cart-form-row input[type="radio"] {
    width: 18px;
    height: 18px;
  }
  .cart-content .cart-form-row .col-8 {
    width: 100% !important;
  }
  .cart-content .cart-form-row .col-4 {
    width: 100% !important;
  }
  .cart-content .cart-form-row .radio-group {
    gap: 10px;
  }
  .cart-content .cart-form-row .radio-group .radio-wrap {
    gap: 5px;
  }
  .cart-content .cart-form .captcha-wrap .col-md-8 {
    display: flex;
    align-items: center;
    gap: 5px !important;
  }
  .cart-content .cart-form .captcha-wrap .captcha-img {
    max-width: 115px;
  }
  .cart-content .cart-form .captcha-wrap .speaker,
  .cart-content .cart-form .captcha-wrap .reload-img {
    width: 22px;
  }
  .cart-content .cart-form .captcha-wrap input {
    flex: 1;
    background: #f3f4f4;
    border: 1px solid #f3f4f4;
    border-radius: 8px;
    font-size: 12px;
    line-height: 18px;
  }
  .cart-content .cart-form .send-btn {
    font-size: 14px;
    line-height: 20px;
  }
  .cart-content .cart-form .send-btn img {
    width: 16px;
  }
}
.news-search input::placeholder{
  font-size: 14px;
}
/* only 786 */

@media screen and (min-width: 768px) and (max-width: 770px) {
    .news-search{
        display: flex;
        align-items: center;
        height: 40px;
    
    }
    .news-search input{
        font-size: 14px;
        padding: 8px 12px;
        width: 90%;
    }
    .news-search input::placeholder{
      font-size: 12px;
    }
    .news-search .search-icon{
        height: 40px;
    }
    .news-menu {
        padding: 10px 15px;
      }
      
      .news-wrap .news-menu h2 {
      font-size: 16px;
        margin-bottom: 8px;
      }
      .news-category li{
      font-size: 14px;
      
    }
    .featured-news img{
        width: 50px;
        height: 50px;
    }
.featured-news li{
    gap: 5px;

}
    .featured-news li span{
      font-size: 12px;
      
      }
  .cart-content .cart-form .captcha-wrap .captcha-img {
    max-width: 170px;
  }
  .thanhtoan .cart-content .cart-table .cart-table-row {
    padding: 10px;
  }
}

/* tablet */

@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .cart-content .cart-section-heading {
    padding: 14px;
  }
  .cart-content .cart-section-heading h2,
  .cart-content .cart-section-heading p {
    font-size: 16px;
    line-height: 18px;
  }
  .cart-content .cart-section-heading i {
    font-size: 6px;
  }
  .cart-content .cart-section-heading img {
    width: 16px;
  }
  .cart-content .cart-table-heading .left span {
    font-size: 15px;
  }
  .cart-content .cart-table input {
    width: 15px;
  }
  .cart-content .cart-table .del-btn img {
    width: 24px;
  }
  .cart-content .cart-table .cart-table-row .left img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
  .cart-content .cart-table .cart-table-row .left span {
    line-height: 15px;
    font-size: 14px;
    max-width: 180px;
    flex: 1;
  }
  .cart-content .cart-table .cart-table-row .left input {
    min-width: 15px;
  }
  .cart-content .cart-table .cart-table-row .right input {
    font-size: 13px;
  }
  .cart-content .cart-table .cart-table-row .right .price {
    line-height: 18px;
    font-size: 12px;
  }
  .quantity {
    font-size: 12px;
  }
  .cart-content .cart-form {
    padding: 24px;
  }
  .cart-content .cart-form .send-btn {
    font-size: 16px;
    line-height: 28px;
  }
  .cart-content .cart-form .send-btn img {
    width: 20px;
  }
  .cart-content .cart-form-header h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 24px;
  }
  .cart-content .cart-form-row {
    margin-top: 18px;
  }
  .cart-content .cart-form-row input {
    padding: 10px 15px;
    font-size: 15px;
  }
  .cart-content .cart-form-row p,
  .cart-content .cart-form-row span {
    gap: 5px;
    font-size: 15px;
    line-height: 20px;
  }
  .cart-content .cart-form-row p span,
  .cart-content .cart-form-row span span {
    color: red;
  }
  .cart-content .cart-form-row input[type="radio"] {
    width: 24px;
    height: 24px;
  }
  .cart-content .cart-form-row .radio-group {
    gap: 10px;
  }
  .cart-content .cart-form-row .radio-group .radio-wrap {
    gap: 5px;
  }
  .cart-content .cart-form .captcha-wrap .col-md-8 {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .cart-content .cart-form .captcha-wrap .speaker,
  .cart-content .cart-form .captcha-wrap .reload-img {
    width: 25px;
  }
  .cart-content .cart-form .captcha-wrap input {
    flex: 1;
    background: #f3f4f4;
    border: 1px solid #f3f4f4;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
  }
}

/* only 1024 */

@media screen and (min-width: 1024px) and (max-width: 1030px) {
  .cart-content .cart-section-heading {
    padding: 16px;
  }
  .cart-content .cart-section-heading h2,
  .cart-content .cart-section-heading p {
    font-size: 18px;
    line-height: 20px;
  }
  .cart-content .cart-section-heading i {
    font-size: 8px;
  }
  .cart-content .cart-section-heading img {
    width: 17px;
  }
  .cart-content .cart-table-heading .left span {
    font-size: 16px;
  }
  .cart-content .cart-table input {
    width: 20px;
  }
  .cart-content .cart-table .del-btn img {
    width: 26px;
  }
  .cart-content .cart-table .cart-table-row .left img {
    width: 70px;
    min-width: 70px;
    height: 70px;
  }
  .cart-content .cart-table .cart-table-row .left input {
    min-width: 20px;
  }
  .cart-content .cart-table .cart-table-row .left span {
    line-height: 20px;
    font-size: 15px;
    max-width: 150px;
  }
  .cart-content .cart-table .cart-table-row .right input {
    font-size: 14px;
  }
  .cart-content .cart-table .cart-table-row .right .price {
    line-height: 22px;
    font-size: 14px;
  }
  .cart-content .cart-detail {
    padding: 18px;
  }
  .cart-content .cart-detail-header h2 {
    font-size: 16px;
  }
  .cart-content .cart-detail-header img {
    width: 10px;
  }
  .cart-content .cart-detail-header span {
    font-size: 12px;
  }
  .cart-content .cart-detail .cart-detail-row {
    padding: 19px 0;
  }
  .cart-content .cart-detail .cart-detail-row span {
        font-size: 14px;
    line-height: 20px;
  }
  .cart-content .cart-detail .cart-detail-row p {
        font-size: 14px;
    line-height: 20px;
    white-space: pre-wrap;
    text-align: right;
  }
  .cart-content .cart-detail .cart-detail-row h2 {
    font-size: 12px;
    line-height: 25px;
  }
  .cart-content .cart-detail .cart-detail-row h3 {
        font-size: 16px;
    line-height: 25px;
  }
  .cart-content .cart-detail .cart-btn {
    margin-top: 22px;
    padding: 6px 0;
    font-size: 16px;
  }
  .cart-content .cart-form {
    padding: 24px;
  }
  .cart-content .cart-form-header h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 24px;
  }
  .cart-content .cart-form-row {
    margin-top: 18px;
  }
  .cart-content .cart-form-row input {
    padding: 10px 15px;
    font-size: 13px;
  }
  .cart-content .cart-form-row p,
  .cart-content .cart-form-row span {
    gap: 5px;
    font-size: 13px;
    line-height: 20px;
  }
  .cart-content .cart-form-row p span,
  .cart-content .cart-form-row span span {
    color: red;
  }
  .cart-content .cart-form-row input[type="radio"] {
    width: 24px;
    height: 24px;
  }
  .cart-content .cart-form-row .radio-group {
    gap: 10px;
  }
  .cart-content .cart-form-row .radio-group .radio-wrap {
    gap: 5px;
  }
  .cart-content .cart-form .captcha-wrap .col-md-8 {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .cart-content .cart-form .captcha-wrap .captcha-img {
    max-width: 140px;
  }
  .cart-content .cart-form .captcha-wrap .speaker,
  .cart-content .cart-form .captcha-wrap .reload-img {
    width: 25px;
  }
  .cart-content .cart-form .captcha-wrap input {
    flex: 1;
    background: #f3f4f4;
    border: 1px solid #f3f4f4;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
  }
  .cart-content .cart-form .captcha-wrap input::placeholder {
    font-size: 0;
  }
  .cart-content .cart-form .send-btn {
    font-size: 16px;
    line-height: 24px;
  }
  .cart-content .cart-form .send-btn img {
    width: 22px;
  }
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
    .cart-content .cart-detail .cart-detail-row span {
        font-size: 14px;
        line-height: 20px;
    }
}
/* middle pc */

@media screen and (min-width: 1200px) and (max-width: 1555px) {
  .cart-content .cart-section-heading {
    padding: 18px;
  }
  .cart-content .cart-section-heading h2,
  .cart-content .cart-section-heading p {
    font-size: 20px;
    line-height: 22px;
  }
  .cart-content .cart-section-heading i {
    font-size: 8px;
  }
  .cart-content .cart-section-heading img {
    width: 19px;
  }
  .cart-content .cart-table-heading .left span {
    font-size: 18px;
  }
  .cart-content .cart-table input {
    min-width: 24px;
    width: 24px;
  }
  .cart-content .cart-table .del-btn img {
    width: 28px;
  }
  .cart-content .cart-table .line {
    margin-top: 13px;
    margin-bottom: 20px;
  }
  .cart-content .cart-table .cart-table-row .left img {
    width: 75px;
    min-width: 75px;
    height: 75px;
  }
  .cart-content .cart-table .cart-table-row .left span {
    line-height: 22px;
    font-size: 16px;
    max-width: 230px;
  }
  .cart-content .cart-table .cart-table-row .right {
    justify-content: flex-end;
    gap: 60px;
  }
  .cart-content .cart-table .cart-table-row .right input {
    font-size: 15px;
  }
  .cart-content .cart-table .cart-table-row .right .price {
    line-height: 26px;
    font-size: 14px;
  }
  .quantity {
    font-size: 14px;
  }
  .cart-content .cart-table .cart-table-row .right .price-wrap {
    font-size: 12px;
  }
  .cart-content .cart-detail-header h2 {
    font-size: 18px;
  }
  .cart-content .cart-detail-header span {
    font-size: 15px;
  }
  .cart-content .cart-detail-header img {
    width: 13px;
  }
  .cart-content .cart-detail .cart-detail-row {
    padding: 19px 0;
  }
  .cart-content .cart-detail .cart-detail-row span {
        font-size: 16px;
    line-height: 20px;
  }
  .cart-content .cart-detail .cart-detail-row p {
    font-size: 16px;
    line-height: 24px;
    text-align: right;
  }
  .cart-content .cart-detail .cart-detail-row h2 {
    font-size: 16px;
    line-height: 28px;
  }
  .cart-content .cart-detail .cart-detail-row h3 {
    font-size: 16px;
    line-height: 28px;
  }
  .cart-content .cart-detail .cart-btn {
    margin-top: 27px;
    padding: 9px 0;
    font-size: 18px;
  }
  .cart-content .cart-form {
    padding: 24px;
  }
  .cart-content .cart-form-header h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 24px;
  }
  .cart-content .cart-form-row {
    margin-top: 18px;
  }
  .cart-content .cart-form-row input {
    padding: 12px 18px;
    font-size: 14px;
  }
  .cart-content .cart-form-row p,
  .cart-content .cart-form-row span {
    gap: 5px;
    font-size: 14px;
    line-height: 25px;
  }
  .cart-content .cart-form-row p span,
  .cart-content .cart-form-row span span {
    color: red;
  }
  .cart-content .cart-form-row input[type="radio"] {
    width: 24px;
    height: 24px;
  }
  .cart-content .cart-form-row .radio-group {
    gap: 10px;
  }
  .cart-content .cart-form-row .radio-group .radio-wrap {
    gap: 5px;
  }
  .cart-content .cart-form .captcha-wrap .col-md-8 {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .cart-content .cart-form .captcha-wrap .captcha-img {
    max-width: 160px;
  }
  .cart-content .cart-form .captcha-wrap .speaker,
  .cart-content .cart-form .captcha-wrap .reload-img {
    width: 28px;
  }
  .cart-content .cart-form .captcha-wrap input {
    flex: 1;
    background: #f3f4f4;
    border: 1px solid #f3f4f4;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
  }
  .cart-content .cart-form .send-btn {
    font-size: 18px;
    line-height: 28px;
  }
  .cart-content .cart-form .send-btn img {
    width: 24px;
  }
}

@media screen and (min-width: 1600px) {
  .cart-content .cart-table .cart-table-row .left input {
    min-width: 27px;
  }
  .cart-content .cart-table .cart-table-row .right {
    gap: 30px;
    justify-content: flex-end;
  }
  .cart-content .cart-table .cart-table-row .right .price-wrap {
    gap: 40px !important;
  }
}

.payment-info {
  width: 550px;
  position: fixed;
  visibility: hidden;
  padding: 44px 24px 33px;
  background: #ffffff;
  z-index: 99;
  /* Neutral/4 */
  border: 1px solid #dddfe3;
  border-radius: 12px;
  transition: 0.2s ease;
}

.payment-info.active {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: visible;
}

.payment-info h2 {
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  color: #303030;
}

.payment-info i {
  font-size: 14px;
  color: #959ead;
  cursor: pointer;
}

.payment-info .payment-info-submit {
  cursor: pointer;
  transition: 0.2s ease;
  padding: 12px 32px;
  width: 250px;
  text-align: center;
  height: 44px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  background: var(--style-color-main);
  margin: 34px auto 0;
  border-radius: 8px;
}

.payment-info .payment-info-submit:hover {
  opacity: 0.7;
}

.payment-info .pay-opt-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 50px;
}

.payment-info .pay-opt-list .pay-opt {
  background: rgba(145, 234, 154, 0.1);
  border: 1px solid #dddfe3;
  padding: 20px;
  border-radius: 10px;
}

.payment-info .pay-opt-list .pay-opt input {
  width: 24px;
  height: 24px;
}

.payment-info .pay-opt-list .pay-opt .left {
  display: flex;
  gap: 15px;
  align-items: center;
}

.payment-info .pay-opt-list .pay-opt .left h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  color: #303030;
}

.payment-info .pay-opt-list .pay-opt .left p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #303030;
}

.address-book {
  background-color: #fff;
  padding: 24px;
  width: 860px;
  border-radius: 12px;
  visibility: hidden;
  transition: 0.2s ease;
  position: fixed;
  z-index: 99;
}

.address-book.active {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: visible;
}

.address-book-list {
  margin-top: 24px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.address-book-header {
  display: flex;
  align-items: center;
  justify-content: center;
}

.address-book-header h2 {
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  color: #303030;
}

.address-book-header i {
  cursor: pointer;
  color: #959ead;
  font-size: 14px;
}

.address-book-actions {
  margin-top: 24px;
}

.address-book-actions .btn {
  background: var(--style-color-main);
  border-radius: 8px;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 700;
  padding: 12px 74px;
  transition: 0.2s ease;
  cursor: pointer;
}

.address-book-actions .btn:hover {
  opacity: 0.7;
}

.address-book-actions span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #959ead;
}

.address-book-item {
  cursor: pointer;
  width: calc(50% - 12px);
  background: #ffffff;
  border: 1px solid #303030;
  border-radius: 8px;
  padding: 24px;
  transition: 0.2s ease;
}

.address-book-item:hover {
  background-color: #e8e7e7;
}

.address-book-item-header .name {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #303030;
}

.address-book-item-header .actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.address-book-item-header .actions img {
  cursor: pointer;
}

.address-book-item ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}

.address-book-item li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #959ead;
}

.shipping-list {
  background-color: #fff;
  padding: 44px 24px 18px;
  width: 725px;
  z-index: 99;
  position: fixed;
  visibility: hidden;
  transition: 0.2s ease;
}

.shipping-list.active {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: visible;
}

.shipping-list-header h2 {
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  color: #303030;
}

.shipping-list-header i {
  cursor: pointer;
  font-size: 14px;
}

.shipping-list h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #727272;
  margin-top: 45px;
}

.shipping-list .shipping-item {
  background: rgba(145, 234, 154, 0.1);
  margin-top: 35px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.shipping-list .shipping-item.active {
  border-left: 3px solid #de3618;
}

.shipping-list .shipping-item.active img {
  display: block;
}

.shipping-list .shipping-item img {
  display: none;
}

.shipping-list .shipping-item .shipping-name {
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  color: #303030;
}

.shipping-list .shipping-item .price {
  font-weight: 300;
  font-size: 22px;
  line-height: 24px;
  color: #de3618;
}

.shipping-list .shipping-item + .shipping-item {
  margin-top: 20px;
}

.add-card {
  cursor: pointer;
}

.add-card:hover {
  opacity: 0.8;
}

.address-book-card-add {
  width: 506px;
  padding: 24px;
  background-color: #fff;
  z-index: 99;
  position: absolute;
  visibility: hidden;
  transition: 0.2s ease;
}

.address-book-card-add.active {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: visible;
}

.address-book-card-add > .d-flex {
  margin-bottom: 18px;
}

.address-book-card-add-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.address-book-card-add-header p {
  margin: 0 auto;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  color: #303030;
}

.address-book-card-add-header i {
  width: fit-content;
  padding: 0;
  color: #959ead;
  visibility: visible;
  cursor: pointer;
  font-size: 14px;
}

.address-book-card-add h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #727272;
  margin-top: 25px;
}

.address-book-card-add .input-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 18px;
}

.address-book-card-add .input-row {
  flex-direction: column;
  display: flex;
  gap: 8px;
}

.address-book-card-add .input-row p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #303030;
}

.address-book-card-add .input-row span {
  color: red;
}

.address-book-card-add .input-row input {
  background: #ffffff;
  border: 1px solid #afb2b8;
  border-radius: 8px;
  padding: 14px 20px 14px 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #959ead;
}

.address-book-card-add-actions {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.address-book-card-add-actions .back {
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  padding: 12px 0;
  align-items: center;
  width: 150px;
}

.address-book-card-add-actions .submit {
  color: #fff;
  cursor: pointer;
  width: 150px;
  padding: 12px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--style-color-main);
  border-radius: 8px;
}

.address-book-address-add {
  width: 831px;
  padding: 24px;
  background: #ffffff;
  border-radius: 12px;
  z-index: 100;
  position: fixed;
  visibility: hidden;
  transition: 0.2s ease;
}

.address-book-address-add.active {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: visible;
}

.address-book-address-add-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.address-book-address-add-header h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  color: #303030;
  margin: 0 auto;
}

.address-book-address-add-header i {
  width: fit-content;
  padding: 0;
  font-size: 14px;
  color: #959ead;
  visibility: visible;
  cursor: pointer;
}

.address-book-address-add .input-list {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.address-book-address-add .input-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.address-book-address-add .input-row p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #303030;
}

.address-book-address-add .input-row p span {
  color: red;
}

.address-book-address-add .input-row input,
.address-book-address-add .input-row textarea {
  background: #ffffff;
  border: 1px solid #afb2b8;
  border-radius: 8px;
  padding: 14px 20px 14px 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #959ead;
}

.address-book-address-add .input-row .large {
  height: 92px;
}

.address-book-address-add > .d-flex {
  margin-top: 20px;
}

.address-book-address-add > .d-flex .checkbox {
  display: flex;
  gap: 8px;
  align-items: center;
}

.address-book-address-add > .d-flex .checkbox input {
  width: 24px;
  height: 24px;
}

.address-book-address-add > .d-flex .checkbox span {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.address-book-address-add > .d-flex .submit {
  padding: 12px 32px;
  gap: 10px;
  width: 250px;
  background: var(--style-color-main);
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.cart-content .cart-section-heading {
  background: unset;
}

.cart-content .address-card {
  background: #ffffff;
  border: 1px solid #dddfe3;
  border-radius: 12px;
  padding: 24px;
  display: block;
}

.cart-content .address-card .top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}

.cart-content .address-card .top h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #303030;
}

.cart-content .address-card .content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart-content .address-card .content .info {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #303030;
}

.cart-content .address-card .content .address {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgba(48, 48, 48, 0.8);
}

.cart-content .address-card .content .address-card-btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #de3618;
  cursor: pointer;
  margin-left: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}








.cart-content .cart-table-heading .right {
  display: flex;
  align-items: center;
  gap: 92px;
}

.cart-content .cart-table-heading .right h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #303030;
}

.cart-content .cart-table .cart-table-row .right {
  gap: 50px;
  text-align: center;
  justify-content: flex-end;
}

.cart-content .cart-detail-header a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0184d3;
}

.cart-content .cart-detail-header a i {
  color: #0184d3;
}

.cart-content .cart-detail h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #303030;
}

.cart-content .cart-detail .pay-method {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cart-content .cart-detail .pay-opt {
  background: rgba(139, 198, 63, 0.1);
  padding: 8px;
  border: 1px solid #dddfe3;
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(48, 48, 48, 0.8);
}

.cart-content .cart-detail .pay-opt .left {
  align-items: center;
}

.cart-content .cart-detail .pay-opt input {
  width: 24px;
  height: 24px;
}

.cart-content .cart-detail .pay-opt p {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.14px;
  color: #727272;
}

.cart-content .cart-detail-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-content .cart-detail-header h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #303030;
}

/* mobile */

@media screen and (max-width: 767px) {
    .news-menu {
        padding: 10px 15px;
      }
      .news-search{
        display: flex;
        align-items: center;
        height: 40px;
    
    }
    .news-search input{
        font-size: 14px;
        padding: 11px 16px;
        width: 90%;
    }
    .news-search input::placeholder{
      font-size: 12px;
    }
    .news-search .search-icon{
        height: 40px;
    }
      .news-wrap .news-menu h2 {
      font-size: 18px;
        margin-bottom: 8px;
      }
      .news-category li{
      font-size: 14px;
      
    }
    .featured-news img{
        width: 80px;
        height: 50px;
    }
.featured-news li{
    gap: 5px;

}
    .featured-news li span{
      font-size: 16px;
      flex: 1;
      
      }
  .payment-info {
    width: 360px;
    padding: 20px 10px 18px;
  }
  .payment-info.active {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: visible;
  }
  .payment-info h2 {
    font-size: 18px;
  }
  .payment-info i {
    font-size: 14px;
  }
  .payment-info .payment-info-submit {
    padding: 8px 32px;
    width: 200px;
    height: 35px;
    font-size: 14px;
    margin: 28px auto 0;
  }
  .payment-info .pay-opt-list {
    gap: 20px;
    margin-top: 35px;
  }
  .payment-info .pay-opt-list .pay-opt {
    padding: 15px;
  }
  .payment-info .pay-opt-list .pay-opt > .d-flex {
    gap: 5px;
  }
  .payment-info .pay-opt-list .pay-opt input {
    width: 20px;
    height: 20px;
  }
  .payment-info .pay-opt-list .pay-opt .left {
    gap: 10px;
  }
  .payment-info .pay-opt-list .pay-opt .left img {
    width: 25px;
  }
  .payment-info .pay-opt-list .pay-opt .left h3 {
    font-size: 15px;
  }
  .payment-info .pay-opt-list .pay-opt .left p {
    font-size: 12px;
  }
  .address-book {
    padding: 18px;
    position: absolute;
    width: 350px;
  }
  .address-book.active {
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: visible;
  }
  .address-book-list {
    margin-top: 20px;
    gap: 18px;
  }
  .address-book-header h2 {
    font-size: 20px;
  }
  .address-book-header i {
    font-size: 12px;
  }
  .address-book-actions {
    margin-top: 18px;
  }
  .address-book-actions .btn {
    font-size: 12px;
    padding: 10px 30px;
  }
  .address-book-actions span {
    font-size: 11px;
  }
  .address-book-item {
    width: 100%;
    padding: 20px;
  }
  .address-book-item-header .name {
    font-size: 12px;
    color: #303030;
  }
  .address-book-item-header .actions {
    gap: 15px;
  }
  .address-book-item-header .actions img {
    cursor: pointer;
  }
  .address-book-item ul {
    gap: 10px;
    margin-top: 10px;
  }
  .address-book-item li {
    font-size: 12px;
  }
  .shipping-list {
    padding: 30px 15px 15px;
    width: 300px;
  }
  .shipping-list-header h2 {
    font-size: 16px;
  }
  .shipping-list-header i {
    font-size: 12px;
  }
  .shipping-list h3 {
    font-size: 14px;
    margin-top: 25px;
  }
  .shipping-list .shipping-item {
    margin-top: 18px;
    padding: 10px 14px;
  }
  .shipping-list .shipping-item .shipping-name {
    font-size: 14px;
  }
  .shipping-list .shipping-item .price {
    font-size: 14px;
  }
  .shipping-list .shipping-item + .shipping-item {
    margin-top: 14px;
  }
  .shipping-list .shipping-item p {
    font-size: 15px;
  }
  .address-book-card-add {
    width: 340px;
    position: absolute;
    padding: 12px;
  }
  .address-book-card-add > .d-flex {
    margin-bottom: 12px;
  }
  .address-book-card-add-header p {
    font-size: 22px;
  }
  .address-book-card-add-header i {
    font-size: 14px;
  }
  .address-book-card-add h3 {
    font-size: 12px;
    margin-top: 14px;
  }
  .address-book-card-add .input-list {
    gap: 12px;
    margin-top: 15px;
  }
  .address-book-card-add .input-row p {
    font-size: 16px;
  }
  .address-book-card-add .input-row input {
    padding: 8px 20px 8px 24px;
    font-size: 14px;
  }
  .address-book-card-add-actions {
    margin-top: 20px;
    gap: 10px;
  }
  .address-book-card-add-actions .back {
    padding: 7px 0;
    width: 80px;
    font-size: 14px;
  }
  .address-book-card-add-actions .submit {
    font-size: 14px;
    width: 80px;
    padding: 8px 0;
  }
  .address-book-address-add {
    width: 340px;
    padding: 10px;
    position: absolute;
  }
  .address-book-address-add.active {
    top: 20%;
  }
  .address-book-address-add-header h2 {
    font-size: 20px;
  }
  .address-book-address-add-header i {
    font-size: 14px;
  }
  .address-book-address-add .input-list {
    margin-top: 16px;
    gap: 12px;
  }
  .address-book-address-add .input-row p {
    font-size: 14px;
  }
  .address-book-address-add .input-row input,
  .address-book-address-add .input-row textarea {
    padding: 8px 13px 8px 10px;
    font-size: 12px;
  }
  .address-book-address-add .input-row .large {
    height: 60px;
  }
  .address-book-address-add > .d-flex {
    margin-top: 15px;
    flex-direction: column;
    gap: 10px;
  }
  .address-book-address-add > .d-flex .checkbox {
    gap: 8px;
  }
  .address-book-address-add > .d-flex .checkbox input {
    width: 18px;
    height: 18px;
  }
  .address-book-address-add > .d-flex .checkbox span {
    font-size: 12px;
  }
  .address-book-address-add > .d-flex .submit {
    padding: 8px 12px;
    width: 150px;
    font-size: 12px;
  }
  
  .cart-content .address-card {
    padding: 15px;
  }
  .cart-content .address-card .top {
    gap: 8px;
    margin-bottom: 5px;
  }
  .cart-content .address-card .top h2 {
    font-size: 18px;
    line-height: 32px;
  }
  .cart-content .address-card .content {
    gap: 5px;
    flex-wrap: wrap;
  }
  .cart-content .address-card .content .info {
    font-size: 13px;
  }
  .cart-content .address-card .content .address {
    font-size: 13px;
  }
  .cart-content .address-card .content .address-card-btn {
    font-size: 13px;
    line-height: 24px;
    margin-left: 0;
  }
  .cart-content .cart-table {
    /* &-footer {
        p {
          font-size: 14px;
        }
        .change {
          font-size: 16px;
        }
        .price {
          font-size: 14px;
        }
      } */
  }
  .cart-content .cart-table-heading {
    flex-direction: column;
    align-items: flex-end;
  }
  .cart-content .cart-table-heading .left {
    align-self: flex-start;
  }
  .cart-content .cart-table-heading .right {
    gap: 5px;
  }
  .cart-content .cart-table-heading .right h3 {
    max-width: 57px;
  }
  .cart-content .cart-table-row .left {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .cart-content .cart-table-row .left a {
    max-width: 100px;
  }
  .cart-content .cart-table-row .right {
    gap: 10px !important;
  }
}

/* only 786 */

@media screen and (min-width: 768px) and (max-width: 770px) {
  .cart-content .cart-table-heading .right {
    gap: 40px;
  }
}

/* tablet */

@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .payment-info {
    width: 400px;
    padding: 30px 18px 25px;
  }
  .payment-info h2 {
    font-size: 18px;
  }
  .payment-info i {
    font-size: 14px;
  }
  .payment-info .payment-info-submit {
    padding: 8px 32px;
    width: 200px;
    height: 35px;
    font-size: 14px;
    margin: 28px auto 0;
  }
  .payment-info .pay-opt-list {
    gap: 20px;
    margin-top: 35px;
  }
  .payment-info .pay-opt-list .pay-opt {
    padding: 15px;
  }
  .payment-info .pay-opt-list .pay-opt input {
    width: 20px;
    height: 20px;
  }
  .payment-info .pay-opt-list .pay-opt .left {
    gap: 15px;
  }
  .payment-info .pay-opt-list .pay-opt .left h3 {
    font-size: 18px;
  }
  .payment-info .pay-opt-list .pay-opt .left p {
    font-size: 14px;
  }
  .address-book {
    padding: 18px;
    width: 700px;
  }
  .address-book.active {
    top: 50%;
    transform: translate(-50%, -50%);
    visibility: visible;
    left: 50%;
  }
  .address-book-list {
    margin-top: 20px;
    gap: 18px;
  }
  .address-book-header h2 {
    font-size: 22px;
  }
  .address-book-header i {
    font-size: 12px;
  }
  .address-book-actions {
    margin-top: 18px;
  }
  .address-book-actions .btn {
    font-size: 13px;
    padding: 10px 65px;
  }
  .address-book-actions span {
    font-size: 12px;
  }
  .address-book-item {
    width: calc(50% - 12px);
    padding: 20px;
  }
  .address-book-item-header .name {
    font-size: 12px;
    color: #303030;
  }
  .address-book-item-header .actions {
    gap: 18px;
  }
  .address-book-item-header .actions img {
    cursor: pointer;
  }
  .address-book-item ul {
    gap: 10px;
    margin-top: 10px;
  }
  .address-book-item li {
    font-size: 14px;
  }
  .shipping-list {
    padding: 35px 20px 18px;
    width: 650px;
  }
  .shipping-list-header h2 {
    font-size: 18px;
  }
  .shipping-list-header i {
    font-size: 14px;
  }
  .shipping-list h3 {
    font-size: 16px;
    margin-top: 35px;
  }
  .shipping-list .shipping-item {
    margin-top: 25px;
    padding: 12px 18px;
  }
  .shipping-list .shipping-item .shipping-name {
    font-size: 18px;
  }
  .shipping-list .shipping-item .price {
    font-size: 18px;
  }
  .shipping-list .shipping-item + .shipping-item {
    margin-top: 18px;
  }
  .address-book-card-add {
    width: 430px;
    padding: 20px;
    position: absolute;
  }
  .address-book-card-add.active {
    top: 50%;
  }
  .address-book-card-add > .d-flex {
    margin-bottom: 15px;
  }
  .address-book-card-add-header p {
    font-size: 23px;
  }
  .address-book-card-add-header i {
    font-size: 14px;
  }
  .address-book-card-add h3 {
    font-size: 14px;
    margin-top: 20px;
  }
  .address-book-card-add .input-list {
    gap: 12px;
    margin-top: 17px;
  }
  .address-book-card-add .input-row p {
    font-size: 18px;
  }
  .address-book-card-add .input-row input {
    padding: 14px 20px 14px 24px;
    font-size: 15px;
  }
  .address-book-card-add-actions {
    margin-top: 30px;
    gap: 15px;
  }
  .address-book-card-add-actions .back {
    padding: 12px 0;
    width: 120px;
    font-size: 14px;
  }
  .address-book-card-add-actions .submit {
    font-size: 14px;
    width: 130px;
    padding: 12px 0;
  }
  .address-book-address-add {
    width: 740px;
    padding: 20px;
    position: absolute;
  }
  .address-book-address-add.active {
    top: 32%;
  }
  .address-book-address-add-header h2 {
    font-size: 22px;
  }
  .address-book-address-add-header i {
    font-size: 14px;
  }
  .address-book-address-add .input-list {
    margin-top: 18px;
    gap: 15px;
  }
  .address-book-address-add .input-row p {
    font-size: 16px;
  }
  .address-book-address-add .input-row input,
  .address-book-address-add .input-row textarea {
    padding: 12px 16px 14px 12px;
    font-size: 13px;
  }
  .address-book-address-add .input-row .large {
    height: 70px;
  }
  .address-book-address-add > .d-flex {
    margin-top: 18px;
  }
  .address-book-address-add > .d-flex .checkbox {
    gap: 8px;
  }
  .address-book-address-add > .d-flex .checkbox input {
    width: 20px;
    height: 20px;
  }
  .address-book-address-add > .d-flex .checkbox span {
    font-size: 14px;
  }
  .address-book-address-add > .d-flex .submit {
    padding: 12px 32px;
    width: 220px;
    font-size: 14px;
  }
  
  .cart-content .address-card {
    padding: 15px;
  }
  .cart-content .address-card .top {
    gap: 8px;
    margin-bottom: 5px;
  }
  .cart-content .address-card .top h2 {
    font-size: 18px;
    line-height: 32px;
  }
  .cart-content .address-card .content {
    gap: 5px;
    flex-wrap: wrap;
  }
  .cart-content .address-card .content .info {
    font-size: 13px;
  }
  .cart-content .address-card .content .address {
    font-size: 13px;
  }
  .cart-content .address-card .content .address-card-btn {
    font-size: 13px;
    line-height: 24px;
    margin-left: 10px;
  }
 
  .cart-content .cart-table-heading .right {
    gap: 40px;
  }
}

/* only 1024 */

@media screen and (min-width: 1024px) and (max-width: 1030px) {
  .payment-info {
    width: 480px;
    padding: 44px 24px 33px;
  }
  .payment-info h2 {
    font-size: 20px;
  }
  .payment-info i {
    font-size: 14px;
  }
  .payment-info .payment-info-submit {
    padding: 12px 32px;
    width: 230px;
    height: 40px;
    font-size: 16px;
    margin: 34px auto 0;
  }
  .payment-info .pay-opt-list {
    gap: 24px;
    margin-top: 45px;
  }
  .payment-info .pay-opt-list .pay-opt {
    padding: 20px;
  }
  .payment-info .pay-opt-list .pay-opt input {
    width: 22px;
    height: 22px;
  }
  .payment-info .pay-opt-list .pay-opt .left {
    gap: 15px;
  }
  .payment-info .pay-opt-list .pay-opt .left h3 {
    font-size: 20px;
  }
  .payment-info .pay-opt-list .pay-opt .left p {
    font-size: 14px;
  }
  .address-book {
    padding: 20px;
    width: 800px;
  }
  .address-book-list {
    margin-top: 20px;
    gap: 20px;
  }
  .address-book-header h2 {
    font-size: 24px;
  }
  .address-book-header i {
    font-size: 12px;
  }
  .address-book-actions {
    margin-top: 20px;
  }
  .address-book-actions .btn {
    font-size: 14px;
    padding: 10px 70px;
  }
  .address-book-actions span {
    font-size: 12px;
  }
  .address-book-item {
    width: calc(50% - 12px);
    padding: 20px;
  }
  .address-book-item-header .name {
    font-size: 14px;
    color: #303030;
  }
  .address-book-item-header .actions {
    gap: 18px;
  }
  .address-book-item-header .actions img {
    cursor: pointer;
  }
  .address-book-item ul {
    gap: 12px;
    margin-top: 12px;
  }
  .address-book-item li {
    font-size: 14px;
  }
  .shipping-list {
    padding: 35px 20px 18px;
    width: 700px;
  }
  .shipping-list-header h2 {
    font-size: 20px;
  }
  .shipping-list-header i {
    font-size: 14px;
  }
  .shipping-list h3 {
    font-size: 18px;
    margin-top: 40px;
  }
  .shipping-list .shipping-item {
    margin-top: 30px;
    padding: 13px 18px;
  }
  .shipping-list .shipping-item .shipping-name {
    font-size: 20px;
  }
  .shipping-list .shipping-item .price {
    font-size: 20px;
  }
  .shipping-list .shipping-item + .shipping-item {
    margin-top: 20px;
  }
  .address-book-card-add {
    width: 450px;
    padding: 22px;
  }
  .address-book-card-add > .d-flex {
    margin-bottom: 18px;
  }
  .address-book-card-add-header p {
    font-size: 25px;
  }
  .address-book-card-add-header i {
    font-size: 14px;
  }
  .address-book-card-add h3 {
    font-size: 15px;
    margin-top: 23px;
  }
  .address-book-card-add .input-list {
    gap: 14px;
    margin-top: 17px;
  }
  .address-book-card-add .input-row p {
    font-size: 19px;
  }
  .address-book-card-add .input-row input {
    padding: 14px 20px 14px 24px;
    font-size: 15px;
  }
  .address-book-card-add-actions {
    margin-top: 33px;
    gap: 18px;
  }
  .address-book-card-add-actions .back {
    padding: 12px 0;
    width: 130px;
    font-size: 14px;
  }
  .address-book-card-add-actions .submit {
    font-size: 14px;
    width: 130px;
    padding: 12px 0;
  }
  .address-book-address-add {
    width: 770px;
    padding: 22px;
  }
  .address-book-address-add-header h2 {
    font-size: 24px;
  }
  .address-book-address-add-header i {
    font-size: 14px;
  }
  .address-book-address-add .input-list {
    margin-top: 20px;
    gap: 18px;
  }
  .address-book-address-add .input-row p {
    font-size: 18px;
  }
  .address-book-address-add .input-row input,
  .address-book-address-add .input-row textarea {
    padding: 14px 20px 14px 24px;
    font-size: 14px;
  }
  .address-book-address-add .input-row .large {
    height: 80px;
  }
  .address-book-address-add > .d-flex {
    margin-top: 18px;
  }
  .address-book-address-add > .d-flex .checkbox {
    gap: 8px;
  }
  .address-book-address-add > .d-flex .checkbox input {
    width: 22px;
    height: 22px;
  }
  .address-book-address-add > .d-flex .checkbox span {
    font-size: 14px;
  }
  .address-book-address-add > .d-flex .submit {
    padding: 12px 32px;
    width: 230px;
    font-size: 14px;
  }
  .cart-content .cart-table .cart-table-row .right .price {
    font-size: 13px;
  }
  .quantity {
    font-size: 13px;
  }
  
  .cart-content .address-card {
    padding: 20px;
  }
  .cart-content .address-card .top {
    gap: 10px;
    margin-bottom: 5px;
  }
  .cart-content .address-card .top h2 {
    font-size: 19px;
    line-height: 32px;
  }
  .cart-content .address-card .content {
    gap: 5px;
  }
  .cart-content .address-card .content .info {
    font-size: 14px;
  }
  .cart-content .address-card .content .address {
    font-size: 14px;
  }
  .cart-content .address-card .content .address-card-btn {
    font-size: 14px;
    line-height: 24px;
    margin-left: 10px;
  }
  .cart-content .cart-table-footer {
    padding: 22px 18px;
  }
  .cart-content .cart-table-footer p {
    font-size: 16px;
  }
  .cart-content .cart-table-footer .change {
    font-size: 18px;
  }
  .cart-content .cart-table-footer .price {
    font-size: 16px;
  }
  .cart-content .cart-table-heading .right {
    gap: 45px;
  }
  .cart-content .cart-detail {
    padding: 18px;
  }
  .cart-content .cart-detail-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .cart-content .cart-detail-header h2 {
    font-size: 15px;
  }
  .cart-content .cart-detail-header a {
    font-size: 13px;
  }
  .cart-content .pay-opt .left {
    font-size: 13px;
  }
  .cart-content .pay-opt p {
    font-size: 11px !important;
  }
  .cart-content .cart-detail-header h2 {
    font-size: 14px;
  }
}

/* middle pc */

@media screen and (min-width: 1200px) and (max-width: 1555px) {
  .address-card {
    padding: 24px;
  }
  .address-card .top {
    gap: 10px;
    margin-bottom: 5px;
  }
  .address-card .top h2 {
    font-size: 19px;
    line-height: 32px;
  }
  .address-card .content {
    gap: 10px;
  }
  .address-card .content .info {
    font-size: 15px;
  }
  .address-card .content .address {
    font-size: 15px;
  }
  .address-card .content .address-card-btn {
    font-size: 15px;
    line-height: 24px;
    margin-left: 15px;
  }
  .address-book-card-add {
    width: 480px;
    padding: 22px;
  }
  .address-book-card-add > .d-flex {
    margin-bottom: 18px;
  }
  .address-book-card-add-header p {
    font-size: 25px;
  }
  .address-book-card-add-header i {
    font-size: 14px;
  }
  .address-book-card-add h3 {
    font-size: 15px;
    margin-top: 23px;
  }
  .address-book-card-add .input-list {
    gap: 14px;
    margin-top: 17px;
  }
  .address-book-card-add .input-row p {
    font-size: 19px;
  }
  .address-book-card-add .input-row input {
    padding: 14px 20px 14px 24px;
    font-size: 15px;
  }
  .address-book-card-add-actions {
    margin-top: 33px;
    gap: 18px;
  }
  .address-book-card-add-actions .back {
    padding: 12px 0;
    width: 140px;
  }
  .address-book-card-add-actions .submit {
    width: 150px;
    padding: 12px 0;
  }
  .address-book-address-add {
    width: 800px;
    padding: 24px;
  }
  .address-book-address-add-header h2 {
    font-size: 25px;
  }
  .address-book-address-add-header i {
    font-size: 14px;
  }
  .address-book-address-add .input-list {
    margin-top: 22px;
    gap: 20px;
  }
  .address-book-address-add .input-row p {
    font-size: 19px;
  }
  .address-book-address-add .input-row input,
  .address-book-address-add .input-row textarea {
    padding: 14px 20px 14px 24px;
    font-size: 15px;
  }
  .address-book-address-add .input-row .large {
    height: 88px;
  }
  .address-book-address-add > .d-flex {
    margin-top: 20px;
  }
  .address-book-address-add > .d-flex .checkbox {
    gap: 8px;
  }
  .address-book-address-add > .d-flex .checkbox input {
    width: 24px;
    height: 24px;
  }
  .address-book-address-add > .d-flex .checkbox span {
    font-size: 15px;
  }
  .address-book-address-add > .d-flex .submit {
    padding: 12px 32px;
    width: 240px;
    font-size: 15px;
  }
  .cart-content .cart-table-footer {
    padding: 25px 20px;
  }
  .cart-content .cart-table-footer p {
    font-size: 18px;
  }
  .cart-content .cart-table-footer .change {
    font-size: 20px;
  }
  .cart-content .cart-table-footer .price {
    font-size: 18px;
  }
  .cart-content-footer p {
    font-size: 19px;
  }
  .cart-content-footer .change {
    font-size: 21px;
  }
  .cart-content-footer .price {
    font-size: 19px;
  }
  .cart-content .cart-detail {
    padding: 18px;
  }
  .cart-content .cart-detail-heading .right {
    gap: 55px;
  }
  .cart-content .cart-detail-heading h2 {
    font-size: 16px;
  }
  .cart-content .cart-detail a {
    font-size: 13px;
  }
  .cart-content .pay-opt .left {
    font-size: 13px;
  }
  .cart-content .pay-opt p {
    font-size: 12px !important;
  }
  .cart-content .cart-detail-header h2 {
    font-size: 14px;
  }
}

/* mobile */

@media screen and (max-width: 991px) {
/* 
  .mobile-cate-btn {
    display: block;
  }
  .mobile-overlay {
    display: block;
    position: fixed;
    right: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 96;
    width: 43vw;
    height: 100vh;
    top: 0;
    background-color: #000;
    transition: 0.2s ease;
  }
  .mobile-overlay.active {
    opacity: 0.4;
    visibility: visible;
  }
  .mobile-overlay-filter {
    display: block;
    position: fixed;
    right: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 96;
    width: 100vw;
    height: 100vh;
    top: 0;
    background-color: #000;
    transition: 0.2s ease;
  }
  .mobile-overlay-filter.active {
    opacity: 0.4;
    visibility: visible;
  }
  .mobile-categories {
    display: block;
    overflow: scroll;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    top: 0vh;
    height: 94vh;
    left: 0vw;
    width: fit-content;
    transition: 0.2s ease-in-out;
  }
  .mobile-categories.active {
    visibility: visible;
    opacity: 1;
  }
  .mobile-categories .mobile-categories-list {
    top: 0vh;
    height: 96vh;
    left: 0vw;
    overflow: scroll;
    position: fixed;
    visibility: unset;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 8px;
    width: 57vw;
  }
  .mobile-categories .mobile-categories-list::-webkit-scrollbar {
    display: none;
  }
  .mobile-categories .mobile-categories-list > li {
    font-weight: 500;
    padding: 10px 15px;
    line-height: 24px;
    cursor: pointer;
    font-size: 15px;
  }
  .mobile-categories .mobile-categories-list .dropdown {
    gap: 0px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    z-index: 99;
  }
  .mobile-categories .mobile-categories-list .dropdown span {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .mobile-categories .mobile-categories-list .dropdown span i {
    transition: 0.1s;
  }
  .mobile-categories .mobile-categories-list .dropdown span i.active {
    rotate: 180deg;
  }
  .mobile-categories .mobile-categories-list .dropdown i {
    font-size: 8px;
    color: #959ead;
  }
  .mobile-categories .mobile-categories-list .dropdown .sub-dropdown {
    position: relative;
    display: flex;
    border-radius: 8px;
    max-height: 0;
    overflow: hidden;
    flex-direction: column;
    transition: 0.2s;
    font-weight: 400;
    visibility: hidden;
    gap: 0px;
    transition: 0.2s ease;
  }
  .mobile-categories .mobile-categories-list .dropdown .sub-dropdown.active {
    visibility: visible;
    overflow: auto;
    max-height: 700px;
  }
  .mobile-categories
    .mobile-categories-list
    .dropdown
    .sub-dropdown
    .dropdown
    span {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .mobile-categories
    .mobile-categories-list
    .dropdown
    .sub-dropdown
    .dropdown
    .lv2-dropdown {
    max-height: 0;
    overflow: hidden;
    transition: 0.2s ease;
  }
  .mobile-categories
    .mobile-categories-list
    .dropdown
    .sub-dropdown
    .lv2-sub-dropdown {
    max-height: 0;
    overflow: hidden;
    transition: 0.2s ease;
  }
  .mobile-categories
    .mobile-categories-list
    .dropdown
    .sub-dropdown
    .lv2-sub-dropdown.active {
    max-height: 200px;
  }
  .mobile-categories
    .mobile-categories-list
    .dropdown
    .sub-dropdown
    .lv2-sub-dropdown
    li {
    font-size: 12px;
  }
  .mobile-categories .mobile-categories-list .dropdown .sub-dropdown li {
    font-weight: 400;
    font-size: 12px;
    color: #555;
    padding: 5px 0px;
    width: 100%;
    padding-left: 20px;
  } */
}
@media screen and (max-width: 767.98px) {
  /* quantity */
  .product-cotrol__quantity {
    padding: 3px 0px;
    border-radius: 4px;
  }
  .product-cotrol__quantity a {
    text-align: center;
    padding: 0 13px;
  }
  .quantity__control {
    width: 35px !important;
    font-size: 14px;
    font-weight: 600;
    padding: 0px 0px 0px 0px;
  }
  /* quantity */
  .container-al {
    padding: 0 15px;
  }
  .header .btns-wrap {
    display: none;
  }
  .slider {
    margin-top: 16px;
  }
  .pre-header-contact .text {
    font-size: 10px;
  }
  .pre-header-contact .select-language-btn .text {
    font-size: 10px;
  }
  .categories {
    display: none;
    padding: 10px 0;
  }
  .section-title {
    padding: 12px 16px;
  }
  .header .btns-wrap {
    align-items: center;
  }
  .header .btns-wrap .sign-up-btn {
    width: 80px;
    height: 27px;
  }
  .header .btns-wrap .sign-in-btn,
  .header .btns-wrap .sign-up-btn {
    font-size: 14px;
  }
  .pre-header-contact {
    display: flex;
    gap: 3px;
  }
  .pre-header-contact .text {
    font-size: 7px;
  }
  .pre-header-contact img {
    width: 10px;
    font-size: 10px;
  }
  .pre-header .wrapper {
    position: relative;
  }
  .pre-header .select-language-btn {
    padding: 3px;
    width: 90px;
    font-size: 7px;
  }
  .pre-header .select-language-btn img {
    width: 16px;
    height: 16px;
  }
  .pre-header .select-language-btn .text {
    font-size: 7px;
  }
  .pre-header .select-language-btn .text i {
    font-size: 5px;
  }
  .banner {
    height: 80px;
    /* .bamboo-right {
        left: 300px;
      } */
  }
  .banner-heading {
    font-size: 15px;
    margin-left: 38px;
  }
  .banner-heading h1 {
    line-height: 20px;
  }
  .categories ul li {
    font-size: 15px;
  }
  .header .container-al {
    flex-direction: row;
    gap: 15px;
  }
  .header .logo {
    width: 45px;
  }
  .header .search-bar {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .header .search-bar input {
    height: 45px;
  }
  .header .search-bar .search-icon {
    height: 43px;
    width: 43px;
  }
  .categories .container-al ul {
    flex-wrap: wrap;
    gap: 33px;
    justify-content: center;
  }
  .slider {
    margin-bottom: 40px;
  }
  .slider .item {
    width: 40%;
  }
  .section-title {
    margin-top: 20px;
  }
  .section-title h1 {
    font-size: 17px;
    line-height: 22px;
  }
  .section-title .more {
    font-size: 16px;
    transition: 0.2s ease;
  }
  .section-title .more:hover {
    opacity: 0.8;
  }
  .content .list {
    margin-bottom: 40px;
    gap: 15px;
    column-gap: 15px;
    justify-content: space-between;
    margin-top: 16px;
  }
  .content .list .item {
    width: 47%;
  }
  .content .list .item .sale {
    font-size: 8px;
    width: 32px;
    height: 20px;
  }
  .content .list .item .prices {
    flex-wrap: wrap;
    gap: 5px;
  }
  .content .list .item .price {
    line-height: 20px;
    font-size: 12px;
  }
  .content .list .item .old-price {
    line-height: 15px;
    font-size: 12px;
  }
  .content .list .item .name {
    font-size: 14px;
  }
  .top-product .top-product-title {
    gap: 5px;
  }
  .top-product .top-product-title p {
    font-size: 18px;
  }
  .top-product .top-product-list {
    flex-wrap: nowrap;
    overflow: scroll;
    gap: 3px;
    /* &::-webkit-scrollbar {
        display: none;
      } */
  }
  .top-product .top-product-list p {
    font-size: 9px;
  }
  .top-product .top-product-list .top-product-item {
    flex: none;
    width: 30%;
  }
  .footer {
    padding-bottom: 35px;
  }
  .footer .footer-text {
    font-size: 12px;
  }
  .footer .container-al {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 40px;
  }
  .footer .container-al .left,
  .footer .container-al .right {
    width: 100%;
    max-width: 100%;
  }
  .footer .container-al .logo-list {
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
  }
  .footer .container-al .logo-list img {
    height: 60px;
    width: 60px;
  }
  .footer .container-al .logo-2 {
    height: 60px;
    width: 60px;
  }
  .footer .container-al .right {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .footer .container-al .right .dangky-img {
    width: 200px;
  }
  .footer .container-al .d-flex {
    width: 100%;
  }
  .categories ul {
    gap: 8px;
  }
  .slider .item .name {
    font-size: 13px;
  }
}

.width-100 {
  width: unset;
}

/* tablet */

@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .width-100 {
    width: 100% !important;
  }
  .quantity__control {
    width: 30px !important;
  }
  .categories .categories-list .sub-dropdown {
    padding: 8px !important;
  }
  .categories .categories-list .sub-dropdown li {
    font-size: 12px !important;
  }
  .categories .categories-list .lv2-sub-dropdown {
    left: calc(100% + 10px);
    padding: 6px;
  }
  .categories .categories-list .lv2-sub-dropdown li {
    font-size: 10px !important;
  }
  .header .search-bar input {
    height: 50px;
  }
  .header .search-bar .search-icon {
    height: 50px;
    max-width: 50px;
  }
  .top-product .top-product-title p {
    font-size: 20px;
  }
  .section-title {
    padding: 10px 20px;
    margin-top: 25px;
  }
  .section-title h1 {
    line-height: 25px;
    font-size: 12px;
  }
  .section-title .more {
    font-size: 12px;
  }
  .categories ul {
    gap: 18px;
  }
  .categories ul li {
    font-size: 13px;
  }
  .categories ul .dropdown {
    gap: 6px;
  }
  .categories ul .dropdown i {
    font-size: 8px;
  }
  .header .btns-wrap {
    gap: 18px;
  }
  .pre-header-contact {
    gap: 10px;
  }
  .pre-header-contact .text {
    font-size: 10px;
  }
  .pre-header-contact .select-language-btn {
    width: 200px;
  }
  .pre-header-contact .select-language-btn .text {
    font-size: 10px;
  }
  .header .logo {
    width: 50px;
  }
  .header .search-bar {
    gap: 8px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .header .search-bar .search-icon {
    width: 62px;
  }
  .header .btns-wrap .sign-in-btn,
  .header .btns-wrap .sign-up-btn {
    font-size: 13px;
    padding: 6px;
  }
  .header .btns-wrap .sign-up-btn {
    width: 70px;
  }
  .categories {
    padding: 18px 0;
  }
  .container-al {
    padding: 0 7%;
  }
  .slider {
    margin-top: 25px;
    margin-bottom: 50px;
  }
  .slider .item .name {
    font-size: 12px;
  }
  .content .list {
    margin-bottom: 50px;
    margin-top: 25px;
    gap: 25px;
    column-gap: 10px;
    justify-content: space-between;
  }
  .content .list .item {
    width: calc(25% - 10px);
  }
  .content .list .item img {
    max-height: 400px;
    object-fit: cover;
  }
  .content .list .item .sale {
    font-size: 12px;
    width: 44px;
    height: 29px;
  }
  .content .list .item .price {
    font-size: 10px;
  }
  .content .list .item .old-price {
    font-size: 9px;
  }
  .content .list .item .name {
    font-size: 11px;
  }
  .top-product-list {
    flex-wrap: wrap;
    gap: 10px;
  }
  .top-product-list .top-product-item {
    width: 20%;
  }
  .banner {
    height: 130px;
    /* .bamboo-right{
          left: 580px;
      } */
  }
  .banner-heading {
    margin-left: 58px;
  }
  .footer .flex-column {
    align-items: center;
  }
  .footer .returns .option-list {
    padding: 8px 15px;
  }
  .footer .returns-link,
  .footer .returns-visit {
    padding: 8px 15px;
  }
  .footer .returns-link i,
  .footer .returns-visit i {
    font-size: 8px;
  }
  .footer .returns p {
    font-size: 12px;
  }
  .footer .container-al {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .footer .container-al .left,
  .footer .container-al .right {
    max-width: 100%;
    width: 100%;
  }
  .footer .logo-list img {
    width: 50px;
  }
  .footer .logo-2 {
    width: 50px;
  }
  .footer .footer-text {
    font-size: 12px;
  }
}

.item.only-pc {
  width: 100%;
  flex: 1;
}

/* mobile & tablet */

@media screen and (max-width: 768px) {
  .pre-header {
    padding: 5px 0;
  }
  .select-language-btn {
    width: 180px;
  }
  .select-language-btn img {
    width: 20px;
  }
  .select-language-btn .text {
    font-size: 14px;
  }
  .footer .returns .option-list {
    padding: 8px 24px;
  }
  .footer .logo-list img {
    height: 40px;
    width: 40px;
    object-fit: contain;
  }
  .footer .logo-2 {
    width: 40px;
    height: 40px;
  }
  .content .list .item .name {
    margin-top: 6px;
    line-height: unset;
  }
  .content .list .item .prices {
    margin-top: 0px;
  }
  .slider .item .name {
    margin-top: 2px;
  }
  .top-product-list {
    flex-wrap: nowrap;
    overflow: scroll;
  }
  .top-product-list .top-product-item {
    width: 20%;
    flex: none;
  }
  .top-product-list::-webkit-scrollbar {
    display: none;
  }
}

/* only 768 */

@media screen and (min-width: 768px) and (max-width: 790px) {
  .categories ul .lv2-sub-dropdown.mobile {
    left: unset;
    right: calc(100% + 10px);
  }
}

@media screen and (min-width: 1024px) and (max-width: 1030px) {
  .quantity__control {
    width: 35px !important;
  }
}

/* large pc */

@media screen and (min-width: 1600px) {
  .banner-heading {
    margin-left: 100px;
  }
  .section-title h1 {
    font-size: 22px;
  }
}

/* small-pc */

@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .top-product-title p {
    font-size: 23px;
  }
  .top-product-title img {
    width: 27px;
    height: 27px;
  }
  .footer .returns .option-list {
    padding: 8px 10px;
  }
  .footer .returns i {
    font-size: 10px;
  }
  .logo-2 {
    width: 50px;
  }
  .banner {
    height: 222px;
  }
  .categories ul {
    gap: 20px;
  }
  .categories ul li {
    font-size: 18.5px;
  }
  .footer .returns p {
    font-size: 16px;
  }
  .footer .returns-visit,
  .footer .returns-link {
    padding: 8px 10px;
  }
  .footer .returns-visit .text,
  .footer .returns-link .text {
    font-size: 14px;
  }
  .footer .m-width {
    max-width: 220px;
  }
  .slider .item .name {
    font-size: 16px;
  }
  .section-title {
    margin-top: 37px;
    padding: 16px 18px;
  }
  .section-title h1 {
    font-size: 17px;
  }
  .section-title .more {
    font-size: 16px;
  }
  .content .list {
    gap: 15px;
  }
  .content .list .item {
    position: relative;
    width: calc(20% - 15px);
  }
  .content .list .item .name {
    font-size: 16px;
  }
  .content .list .item .price {
    font-size: 16px;
  }
  .content .list .item .old-price {
    font-size: 12px;
  }
  .top-product-list {
    gap: 10px;
  }
  .top-product-list p {
    font-size: 12px;
  }
  .footer .logo-list {
    gap: 25px;
  }
  .footer .logo-list img {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }
}

/* middle pc */

@media screen and (min-width: 1300px) and (max-width: 1700px) {
  .quantity__control {
    width: 40px !important;
  }
  .banner {
    height: 235px;
  }
  .banner-heading {
    /* font-size: 63px; */
  }
  .returns-link i,
  .returns-visit i {
    font-size: 14px;
  }
  .categories ul {
    gap: 32px;
  }
  .content .list {
    gap: 15px;
  }
  .content .list .item {
    position: relative;
    width: calc(20% - 15px);
  }
  .footer .logo-list {
    gap: 15px;
  }
  .footer .m-width {
    max-width: 270px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1700px) {
  .container-al {
    padding: 0 5%;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1400px) {
  .categories .categories-list .lv2-sub-dropdown {
    padding: 8px;
  }
  .categories .categories-list .sub-dropdown {
    padding: 10px !important;
  }
  .categories .categories-list .sub-dropdown li {
    font-size: 18px !important;
  }
  .categories .categories-list .lv2-sub-dropdown {
    left: calc(100% + 10px);
  }
  .categories .categories-list .lv2-sub-dropdown li {
    font-size: 16px !important;
  }
  .banner {
    height: 200px;
  }
  .categories ul {
    gap: 40px;
  }
  .categories ul li {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1025px) {
  .categories ul .dropdown .sub-dropdown {
    padding: 8px !important;
  }
  .categories ul .lv2-sub-dropdown {
    left: calc(100% + 10px);
  }
  .categories ul .lv2-sub-dropdown li {
    font-size: 16px !important;
  }
  .categories .categories-list .sub-dropdown li {
    font-size: 12px !important;
  }
  .categories .categories-list .lv2-sub-dropdown li {
    font-size: 10px !important;
  }
  .categories ul .dropdown i {
    font-size: 10px;
  }
  .top-product-title p {
    font-size: 21px;
  }
  .top-product-title img {
    height: 25px;
    width: 25px;
  }
  .section-title {
    padding: 12px 14px;
  }
  .footer-text {
    font-size: 12px !important;
  }
  .footer .returns-link .text,
  .footer .returns-visit .text {
    font-size: 13px;
  }
  .footer h2 {
    font-size: 14px;
  }
  .footer .logo-2 {
    width: 50px;
  }
  .footer .logo-list img {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }
  .banner {
    height: 170px;
  }
  .content .list .item .name {
    font-size: 13px;
  }
  .content .list .item .old-price {
    font-size: 10px;
  }
  .content .list .item .price {
    font-size: 12px;
  }
}

@media screen and (max-width: 370px) {
  .content .list .item .prices {
    gap: 0;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .product-cotrol__quantity input {
    padding-left: 14px;
  }
}

/*# sourceMappingURL=app.css.map */

/*======== style for product page ========*/

.slick-dots {
  display: flex;
  gap: 20px;
  overflow: auto;
}

.slick-prev,
.slick-next {
  color: #000;
  padding: 8px 16px;
  background-color: #fff;
  border-radius: 100%;
}

.slick-dots::-webkit-scrollbar {
  display: none;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-110%);
  z-index: 99;
}

.slick-next {
  right: 0;
}

.slick-dots img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  max-width: 60px;
}

/* search wrap */

.search-wrap {
  display: flex;
  align-items: center;
  gap: 0;
}

.search-wrap input {
  padding: 11px 16px;
  font-weight: 400;
  max-width: 468px;
  min-width: 315px;
  font-size: 16px;
  line-height: 24px;
  color: #8b919a;
  outline: none;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.39);
  border-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.search-icon {
  background: var(--style-color-main);
  mix-blend-mode: normal;
  border-radius: 4px;
  cursor: pointer;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 12px;
}

.search-icon i {
  color: #fff;
}

.collection-filter.active {
  left: -15px;
}

.collection-filter {
  left: -365px;
}

.wrap__product-filter {
  position: sticky;
  top: 0px;
  border-radius: 8px;
  border: 1px solid #dddfe3;
}

@media (max-width: 991px) {
  .wrap__product-filter {
    border: none;
  }
}

.wrap__product-filter .__inner {
  padding: 20px 16px 20px;
  border-bottom: 1px solid #f3f4f4;
}

.wrap__product-filter .__inner h2 {
  font-size: 20px;
  font-weight: 600;
}

.product__info {
  margin-top: 1vh;
}

.product__info p {
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
  color: #303030;
}

.product__info p span {
  font-weight: 400;
}

.product__price {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #4189cc;
}

.product__view {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: var(--style-color-main);
  margin-top: 6px;
}

.product__contact {
  margin-top: 20px;
}

.product__contact-btn {
  padding: 17px 0;
  width: 195px;
  background: #0184d3;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}

.filter__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 12px;
  margin-bottom: 10px;
}

.filter__tags li {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: var(--style-color-main);
  justify-content: center;
  padding: 4px 10px;
  border-radius: 4px;
  cursor: pointer;
}

.filter__tags li span {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}

.delete__all-filter {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
  color: #959ead;
}

.product-cat__title {
  display: flex;
  font-size: 20px;
  font-weight: 600;
  color: #303030;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: 16px; */
}

.content-toggle {
  margin-top: 16px;
}

.form-check-label {
  color: #959ead;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.14px;
}

.form-check input:checked ~ .form-check-label {
  color: #303030;
}

.form-check-input {
  position: relative;
}

.form-check-input:checked {
  background-color: var(--style-color-main);
  border-color: var(--style-color-main);
}

.product-filter__more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--style-color-main);
  font-size: 12px;
  font-weight: 600;
}

.wrap__tag-content {
  display: block;
}

.form-group-site {
  align-items: center;
  gap: 6px;
  justify-content: space-between;
}

.form-group-site .form-control {
  padding: 7px 16px;
  background-color: #f3f4f4;
  border-radius: 8px;
  border: 1px solid #00000033;
  color: #000;
}

.form-group-site .form-control::placeholder {
  font-size: 17px;
  font-weight: 600;
  color: #959ead;
}

.form__under {
  padding: 16px 16px 20px 16px;
}

#homeStyle01 .filter__submit {
  background-color: var(--style-color-main);
}
#homeStyle01 .btn-buy {
  background-color: var(--style-color-btn-contrast);
}
#homeStyle01 a.btn-buy:hover {
  color: white;
}
#homeStyle01 a.btn-add-cart:hover {
  color: white;
}

.filter__submit {
  width: 100%;
  background-color: var(--style-color-btn-contrast);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 12px 12px;
  border-radius: 8px;
  transition: 0.2s;
  outline: none;
}

.filter__submit.--bg-white {
  background-color: var(--style-color-main);
  color: #fff;
}

.wrap__breadcrumbs {
  padding: 9px 0px;
  min-height: unset;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 10px;
}

.wrap__breadcrumbs h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.form-check-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.form-check-wrap .form-check {
  margin-bottom: 0 !important;
}

.breadcrumb-site {
  gap: 36px;
  overflow: hidden;
}

.breadcrumb-site .__item {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
}

.breadcrumb-site .__item:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/right-icon.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: -28px;
}

.breadcrumb-site .__item a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--style-color-main);
}

.breadcrumb-site .__item span {
  color: #303030;
}

.wrap__filter-arrange {
  gap: 8px;
  padding: 0px 0px;
  flex: 1;
  justify-content: flex-end;
}

.wrap__filter-arrange span {
  font-size: 20px;
  font-weight: 600;
  color: #303030;
  white-space: nowrap;
}

.wrap__filter-arrange .form-select {
  padding: 11px 16px;
  font-size: 22px;
  font-weight: 600;
  border-radius: 8px;
  max-width: 250px;
  box-shadow: 0px 8px 20px 2px #45454526;
}

.wrap__filter-arrange .form-select option {
  font-size: 20px;
  font-weight: 600;
}

.filter-arrange__bt {
  background-color: transparent;
  border: 0px;
  outline: none;
}

.filter-arrange__bt img {
  width: 41px;
  height: 41px;
}

.l-product__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  row-gap: 30px;
}

.l-product__item {
  border-radius: 12px;
  width: calc(100% / 2 - 15px);
  border: 1px solid #dddfe3;
  padding: 24px;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.l-product__item .contact-btn {
  position: absolute;
  background: var(--style-color-main);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding: 14px 29px;
  right: 24px;
  cursor: pointer;
  transition: 0.2s ease;
  top: 60%;
  color: #ffffff;
  border: 1px solid #6db503;
  border-radius: 8px;
}

.contact-btn:hover {
  opacity: 0.75;
}

.product__layput {
  margin-top: 20px;
}

.l-product__item .contact-btn img {
  width: 19px;
}

.l-product__item .__thumb {
  background-color: #dddfe3;
  overflow: hidden;
  border-radius: 8px;
}

.l-product__item .__thumb img {
  width: 167px;
  height: 170px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  transition: 0.3s;
}

.l-product__item .__thumb a:hover img {
  transform: scale(1.1);
}

.l-product__item .__desc {
  flex: 1;
}

.l-product__item .__desc p {
  color: #959ead;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  margin-bottom: 8px;
}

.product__item-title a {
  font-size: 22px;
  font-weight: 500;
  color: #303030;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.product-item-date {
  display: flex;
  align-items: center;
  gap: 15px;
}

.l-product__item span {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  /* or 140% */
  display: block;
  color: #303030;
}

.l-product__item .product-item-date p {
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
  /* identical to box height, or 129% */
  color: rgba(48, 48, 48, 0.8) !important;
}

.l-product__item .producer__location a,
.__inner.--location {
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
}

.l-product__item .__desc .__price {
  color: #0184d3;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  row-gap: 2px;
}

.l-product__item .__desc .__price span {
  color: #959ead;
  font-size: 14px;
  white-space: nowrap;
  font-weight: 400;
}

.l-product__item .__desc .__price span.price-old {
  text-decoration: line-through;
}

.l-product__item .__desc .__price span.price-new {
  color: var(--style-color-main);
  font-size: 20px;
  font-weight: 600;
}

.producer__location {
  flex-wrap: wrap;
  align-items: flex-start;
  /* justify-content: space-between; */
  gap: 16px;
  row-gap: 4px;
}

.producer__location .__inner {
  min-width: 200px;
  row-gap: 4px;
  display: flex;
  align-items: flex-start;
  gap: 3px;
  font-size: 17px;
  font-weight: 600;
}

.producer__location .__inner.--producer a {
  color: #0184d3;
}

.producer__location .__inner.--location {
  color: #959ead;
}

.pagination-site {
  padding: 38px 0px;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
}

.pagination-site .__item {
  font-size: 16px;
  font-weight: 400;
  color: var(--style-color-main);
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  transition: 0.2s;
  border-radius: 8px;
  border: 1px solid transparent;
}

.pagination-site .__item:hover {
  background-color: var(--style-color-main);
  color: #fff;
  opacity: 1;
}

.pagination-site .__item.next {
  background-color: transparent;
  border-color: var(--style-color-main);
}

.pagination-site .__item.next svg {
  transform: rotate(-90deg);
  transition: 0.2s;
}

.pagination-site .__item.next:hover {
  background-color: var(--style-color-main);
  color: #fff;
  opacity: 1;
}

.pagination-site .__item:hover svg path {
  fill: #fff;
}

/*=== style product detail ===*/

.wrap-product__detail {
  align-items: flex-start;
  flex-wrap: wrap;
}

.wrap-product__slider {
  width: 40%;
}

.wrap-product__desc {
  flex: 1;
  width: calc(60% - 60px);
  display: flex;
  padding-left: 2vw;
  flex-direction: column;
  gap: 0px;
}

.product__contact .__item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product__contact .__item img {
  width: 37px;
  height: 37px;
}

.product__contact .__item span {
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  color: #2f3235;
}

.product__contact .__item .phone {
  color: #f74239;
}

.wrap-product__desc-row {
  display: flex;
}

.wrap-product__desc-row p {
  font-weight: 400;
  min-width: 150px;
  font-size: 20px;
  line-height: 28px;
  color: #303030;
}

.wrap-product__desc-row h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #303030;
}

.wrap-product__desc-row span {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #303030;
}

.product__name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.4;
}

.product__brand {
  font-size: 14px;
  color: #959ead;
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}

.product__brand-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.product__brand a {
  color: #0184d3;
  font-size: 16px;
  font-weight: 600;
  padding-left: 4px;
}

.p-detail__price > span.price {
  font-size: 28px;
  font-weight: 700;
  color: #4189cc;
}

.p-detail__price p {
  font-size: 17px;
  color: #959ead;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}

.p-detail__discout {
  background-color: #de3618;
  font-size: 13px;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  padding: 2px 8px;
}

.choose-product .__title {
  font-size: 14px;
  font-weight: 400;
  color: #959ead;
  padding-bottom: 12px;
  display: inline-block;
}

.option-select {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

.option-select__inner {
  position: relative;
  overflow: hidden;
}

.option-select__item input {
  display: none;
}

.option-select__item .checkmark {
  font-size: 14px;
  font-weight: 400;
  color: #959ead;
  padding: 7px 27px;
  border-radius: 8px;
  border: 1px solid #dddfe3;
  /* max-width: 104px; */
  display: inline-block;
  cursor: pointer;
  transition: 0.2s;
}

.option-select__item .checkmark.active {
  color: #fff;
  background-color: var(--style-color-main);
  border: none;
}

.option-select__item input:checked ~ .checkmark {
  background-color: var(--style-color-main);
  color: #fff;
}

.option-select__item .checkmark.--ct-pd {
  padding: 7px 3px;
}

.wrap-product__quantity {
  display: flex;
  align-items: center;
  gap: 15px;
}

.wrap-product__quantity span {
  font-size: 14px;
  font-weight: 400;
  color: #959ead;
}

.product-cotrol__quantity {
  padding: 9px 0px;
  border: 1px solid #dddfe3;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

.product-cotrol__quantity a {
  color: #959ead;
  text-align: center;
  padding: 0px 15px;
  border-right: 1px solid #dddfe3;
}

.product-cotrol__quantity a.quantity__augure {
  border-right: 0px;
  border-left: 1px solid #dddfe3;
}

.quantity__control {
  width: 50px;
  border: 0;
  outline: none;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #303030;
  background-color: transparent;
  cursor: text;
  flex: 1;
  padding: 0px;
}

.product-link__submit {
  margin-top: 20px;
  display: flex;
  align-items: stretch;
  gap: 16px;
}

.product-link__soldout {
  background-color: #dedede;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9e9e9e;
  font-size: 16px;
  font-weight: 700;
}

.product-link__submit .filter__submit {
  width: auto;
  min-width: 40%;
}

.product-company__info {
  margin: 34px 0px 25px;
  background: #91ea9a1a;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 2vh;
  align-items: center;
}

.product-company__info .__company-name {
  align-items: center;
  gap: 15px;
  padding-right: 4vw;
  border-right: 1px solid #959ead;
  max-width: 590px;
}

.product-company__info .__company-name img {
  width: 120px;
}

.product-company__info .__company-name h3 {
  font-size: 17px;
  font-weight: 600;
}

.product-company__info .__company-name span {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 14px;
  display: block;
}

.__company-link {
  display: flex;
  align-items: center;
  margin-top: 1vh;
  gap: 60px;
  width: 100%;
  justify-content: center;
}

.__company-link li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 19px;
  line-height: 32px;
  text-decoration-line: underline;
  color: rgba(1, 132, 211, 0.75);
}

.product-company__info .__company-name a {
  background-color: var(--style-color-main);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 14px;
  border-radius: 4px;
  display: inline-block;
  white-space: nowrap;
}

.product-company__info .__info {
  flex: 1;
  padding-left: 4vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 17px;
  justify-content: space-between;
}

.product-company__info .__info .__item {
  width: 50%;
  padding-right: 10px;
  font-size: 14px;
  color: #303030;
  min-width: 300px;
}

.product-company__info .__info .__item.ct-year {
  max-width: 220px;
  min-width: 220px;
}

.product-company__info .__info .__item.ct-phone {
  max-width: 220px;
  min-width: 220px;
}

.product-company__info .__info .__item a {
  color: #303030;
}

.block-title {
  background: linear-gradient(
    90deg,
    var(--style-color-main) 0%,
    rgba(122, 163, 65, 0) 99.99%,
    rgba(122, 163, 65, 0) 100%
  );
  border-top-left-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.block-title h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  color: #fff;
}

.product-desc__block {
  margin-bottom: 30px;
  margin-top: 60px;
  flex: 1;
  border: 1px solid var(--style-color-main);
  padding-top: 0;
  border-radius: 12px;
  position: relative;
  max-height: 540px;
  padding-bottom: 50px;
  overflow: hidden;
}
.product-desc__block.active {
  max-height: 10000px;
}
.wrap-info__product-detail.hdmh {
  display: none;
}
.hdmh.active {
  display: block;
}
.wrap-info__product-detail {
  display: block;
}
.wrap-info__product-detail.unshow {
  display: none;
}
.wrap-info__product-detail {
  padding: 25px;
}

.product-desc__text {
  padding: 25px 0px;
  font-weight: 600;
  font-size: 16px;
  padding-top: 0;
  line-height: 29px;
}

.tab-list {
  display: flex;
  align-items: center;
  width: 100%;
}

.tab-item h3 {
  margin-bottom: 0 !important;
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-items: center;
}

.tab-item {
  border-bottom: 1px solid var(--style-color-main);
  border-radius: 12px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #fff;
  color: #000;
  width: 50%;
  padding: 15px;
}

.tab-item.active {
  background-color: var(--style-color-main);
  display: flex;
  justify-content: center;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  align-items: center;
}

.tab-item.active h3 {
  margin-bottom: 0;
  color: #fff !important;
}

.product-desc__block h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 26px;
  color: #303030;
  display: flex;
  align-items: center;
  gap: 4px;
}

.more-btn {
  background: linear-gradient(
    0deg,
    var(--style-color-main) 0%,
    rgba(255, 255, 255, 0.83) 100%
  );
  position: absolute;
  border-radius: 12px;
  display: flex;
  height: 60px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  gap: 5px;
  cursor: pointer;
  bottom: 0;
  padding: 15px;
  left: 0;
  right: 0;
}

.product-info__row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 14px;
}

.product-info__row:last-child {
  margin-bottom: 0px;
}

.product-info__row h4 {
  width: 22%;
  max-width: 250px;
  min-width: 210px;
  font-size: 16px;
  color: #000;
  margin-bottom: 0px;
  font-weight: 600;
}

.product-info__row .__right {
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  color: #2f3235;
  display: flex;
  align-items: center;
  max-width: 400px;
}

.product-info__row .__right.name {
  font-size: 20px;
  font-weight: 600;
}

.product-info__row .__right.code {
  color: #4189cc;
  font-weight: 600;
}

.product-desc__block .__text {
  font-size: 16px;
  font-weight: 400;
  color: #727272;
}

.product-info__row .__right a {
  color: #0184d3;
}

.product__slider-item {
  border: 0.5px solid #dddfe3;
  border-radius: 10px;
}

.pr-slider-thumb .swiper-slide {
  border: 0.5px solid #dddfe3;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.1;
  padding: 4px;
}

.pr-slider-thumb .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.product__slider-thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 1600px) {
  .l-product__item .__thumb img {
    width: 120px;
    height: 120px;
  }
  .breadcrumb-site .__item {
    font-size: 18px;
  }
  .wrap__filter-arrange span {
    font-size: 16px;
  }
  .wrap__filter-arrange .form-select {
    font-size: 16px;
    padding: 8px 16px;
    max-width: 210px;
    min-width: 200px;
  }
  .wrap__filter-arrange .form-select option {
    font-size: 16px;
    font-weight: 600;
  }
  .l-product__item {
    gap: 16px;
    padding: 20px;
  }
  .product__item-title a {
    font-size: 18px;
  }
  .l-product__item .__desc p {
    font-size: 14px;
  }
  .l-product__item .__desc .__price {
    font-size: 16px;
  }
  .product__item-title a,
  .l-product__item .__desc p {
    margin-bottom: 6px;
  }
  .producer__location {
    gap: 8px;
  }
  .producer__location .__inner {
    font-size: 12px;
  }
  .price-new {
    font-size: 16px;
  }
  .l-product__item .__desc .__price span {
    font-size: 12px;
  }
  .wrap__breadcrumbs {
    min-height: unset;
  }
  .l-product__item .__desc .__price span.price-new {
    font-size: 16px;
  }
  .pagination-site {
    gap: 12px;
  }
  /*  .product-company__info .__company-name {
      padding-right: 30px;
    }
    .product-company__info .__info {
      padding-left: 30px;
    } */
  .product-company__info .__info .__item {
    width: auto;
    padding-right: 0px;
  }
}

@media only screen and (max-width: 1375px) {
  .product-cat__title {
    font-size: 18px;
  }
  .l-product__item {
    padding: 14px 14px;
  }
  .producer__location {
    gap: 3px;
  }
  .l-product__item span {
    font-size: 16px;
    line-height: 25px;
  }
  .producer__location .__inner {
    font-size: 14px;
    gap: 5px;
  }
  .product-company__info .__company-name img {
    width: 120px;
    height: 120px;
    object-fit: cover;
  }
  .wrap__product-filter .__inner h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .l-product__item {
    width: 100%;
  }
  .l-product__item .contact-btn {
    font-size: 12px;
    padding: 5px 6px;
    right: 17px;
    top: 72%;
  }
  .l-product__item span {
    font-size: 16px;
    line-height: 25px;
  }
  .wrap__breadcrumbs {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .breadcrumb-site {
    width: 100%;
  }
  .wrap__filter-arrange {
    flex: auto;
    width: 100%;
    justify-content: flex-start;
  }
  .wrap-filter-arrange__bt {
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }
  .breadcrumb-site .__item {
    font-size: 14px;
  }
  .product-company__info .__company-name {
    padding-right: 20px;
    min-width: 300px;
    border-right: none;
  }
  .product-company__info .__info {
    padding-left: 20px;
  }
  .product-company__info .__info {
    row-gap: 12px;
  }
  .wrap__filter-arrange span {
    font-size: 16px;
  }
  .wrap__filter-arrange .form-select {
    font-size: 16px;
    font-size: 15px;
    padding: 4px 16px;
    max-width: 190px;
    min-width: 190px;
  }
  .wrap__filter-arrange .form-select option {
    font-size: 14px;
    font-weight: 600;
  }
}

@media screen and (max-width: 767.98px) {
  .quantity {
    font-size: 12px;
  }
  .l-product__item .contact-btn {
    font-size: 12px;
    padding: 5px 6px;
    left: 12px;
    width: fit-content;
    top: 82%;
  }
  .product-item-date {
  }
  .wrap-product__desc {
    width: 100%;
    padding-left: 0;
  }
  .wrap-product__slider {
    width: 100%;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .breadcrumb-site {
    gap: 24px;
  }
  .product-link__submit .filter__submit {
    min-width: 45%;
  }
  .product-link__submit {
    justify-content: space-evenly;
  }
  .l-product__item .contact-btn {
    font-size: 12px;
    padding: 5px 6px;
    right: 22px;
    top: 79%;
  }
  .breadcrumb-site .__item:not(:last-child)::after {
    width: 16px;
    height: 16px;
    right: -19px;
  }
  .l-product__item span {
    font-size: 18px;
    line-height: 25px;
  }
  .wrap__product-filter .__inner h2 {
    font-size: 20px;
  }
  .product-cat__title {
    font-size: 18px;
  }
  .wrap__product-filter .__inner {
    padding: 16px;
  }
}

@media only screen and (max-width: 479px) {
  .l-product__item {
    padding: 12px;
  }
  .search-wrap input {
    max-width: 60%;
  }
  .product__item-title a {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .l-product__item span {
    font-size: 14px;
    line-height: 25px;
  }
  .l-product__item .__desc .__price {
    font-size: 14px;
  }
  .wrap__filter-arrange span {
    font-size: 14px;
  }
  .l-product__item .__desc p {
    margin-bottom: 4px;
  }
  .wrap__filter-arrange .form-select {
    font-size: 14px;
    padding: 8px 10px;
    width: 170px;
    min-width: unset;
  }
  .wrap__breadcrumbs {
    padding: 9px 9px;
  }
  .wrap__filter-arrange {
    gap: 6px;
  }
}

@media only screen and (max-width: 375px) {
  .l-product__item .__thumb img {
    width: 110px;
    height: 110px;
  }
}

/*
  Luyendv
  */

@media (min-width: 1200px) {
  .col-xl-18 {
    flex: 0 0 auto;
    width: 22%;
  }
  .col-xl-82 {
    flex: 0 0 auto;
    width: 78%;
  }
}

@media only screen and (max-width: 1600px) {
  .form-check-label {
    font-size: 14px;
  }
}

/* vu */

/* only 1024 */

@media screen and (min-width: 1024px) and (max-width: 1030px) {
  .product-desc__block h3 {
    font-size: 19px;
    margin-bottom: 26px;
    gap: 4px;
  }
  .block-title h2 {
    font-size: 22px;
  }
  .product-info__row .__right.name {
    font-size: 18px;
    font-weight: 600;
  }
  .wrap__breadcrumbs h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }
  .product__contact .__item img {
    width: 32px;
    height: 32px;
  }
  .product__contact .__item span {
    font-size: 15px;
  }
  .collection-filter {
    width: 25%;
  }
  .col-xl-9 {
    flex: 1;
  }
  .col-xl-82 {
    flex: 1;
  }
  .product-link__submit .filter__submit {
    min-width: 40%;
  }
  .product__info {
    margin-top: 50px;
  }
  .product__info p {
    font-size: 15px;
    line-height: 22px;
  }
  .product__price {
    font-size: 18px;
    line-height: 28px;
    margin-top: 30px;
  }
  .product__view {
    font-size: 18px;
    line-height: 25px;
  }
  .product__contact-btn {
    padding: 15px 0;
    width: 180px;
    margin-top: 40px;
    gap: 7px;
    font-size: 16px;
    line-height: 20px;
  }
  .wrap-product__desc-row p {
    min-width: 130px;
    font-size: 16px;
    line-height: 20px;
  }
  .wrap-product__desc-row h3 {
    font-size: 16px;
    line-height: 28px;
  }
  .wrap-product__desc-row span {
    font-size: 16px;
    line-height: 25px;
  }
  .__company-link {
    margin-top: 1vh;
    gap: 30px;
  }
  .__company-link li a {
    gap: 10px;
    font-size: 15px;
    line-height: 32px;
  }
  .product-company__info .__company-name {
    padding-right: 12px;
    max-width: 510px;
  }
}

/* middle pc */

@media screen and (min-width: 1300px) and (max-width: 1600px) {
  .product__info {
    margin-top: 4vh;
  }
  .product__info p {
    font-size: 17px;
    line-height: 22px;
  }
  .product__price {
    font-size: 20px;
    line-height: 28px;
  }
  .product__view {
    font-size: 20px;
    line-height: 28px;
  }
  .product__contact-btn {
    padding: 17px 0;
    width: 195px;
    gap: 7px;
    font-size: 16px;
    line-height: 20px;
  }
  .wrap-product__desc-row p {
    min-width: 140px;
    font-size: 18px;
    line-height: 25px;
  }
  .wrap-product__desc-row h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .wrap-product__desc-row span {
    font-size: 18px;
    line-height: 28px;
  }
  .__company-link {
    margin-top: 1vh;
    gap: 30px;
  }
  .__company-link li a {
    gap: 10px;
    font-size: 16px;
    line-height: 32px;
  }
  .product-company__info .__company-name {
    padding-right: 12px;
    max-width: 510px;
  }
  .product-company__info .__info {
    padding-left: 12px;
  }
}

/* tablet */

@media screen and (min-width: 768px) and (max-width: 770px) {
  .product-desc__block h3 {
    font-size: 18px;
    margin-bottom: 26px;
    gap: 4px;
  }
  .wrap__breadcrumbs h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }
  .product-info__row .__right.name {
    font-size: 16px;
    font-weight: 600;
  }
  .product__info {
    margin-top: 30px;
  }
  .block-title h2 {
    font-size: 22px;
  }
  .product__contact .__item img {
    width: 28px;
    height: 28px;
  }
  .product__contact .__item span {
    font-size: 14px;
  }
  .block-title h2 {
    font-size: 20px;
  }
  .producer__location {
    flex-direction: column;
  }
  .product__info p {
    font-size: 13px;
    line-height: 22px;
  }
  .product__price {
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
  }
  .product__view {
    font-size: 16px;
    line-height: 20px;
  }
  .contact-wrap .contact-btn {
    background-color: #2091f7;
  }
  .wrap-product__desc-row p {
    min-width: 130px;
    font-size: 14px;
    line-height: 20px;
  }
  .wrap-product__desc-row h3 {
    font-size: 14px;
    line-height: 28px;
  }
  .wrap-product__desc-row span {
    font-size: 14px;
    line-height: 25px;
  }
  .product__contact-btn {
    padding: 13px 0;
    width: 150px;
    margin-top: 20px;
    gap: 7px;
    font-size: 15px;
    line-height: 18px;
  }
  .__company-link {
    margin-top: 1vh;
    gap: 20px;
  }
  .__company-link li a {
    gap: 10px;
    font-size: 14px;
    line-height: 32px;
  }
  .product-company__info .__company-name {
    padding-right: 12px;
    max-width: 510px;
  }
}

/* mobile */

@media screen and (max-width: 767.98px) {
  .product-desc__block h3 {
    font-size: 16px;
    margin-bottom: 22px;
    gap: 4px;
  }
  .tab-item {
    padding: 8px;
  }
  .tab-item h3 {
    font-size: 15px;
  }
  .wrap__breadcrumbs h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }
  .product-info__row .__right.name {
    font-size: 16px;
    font-weight: 600;
  }
  .product-info__row .__right {
    font-size: 13px;
  }
  .product-info__row h4 {
    width: 22%;
    max-width: 250px;
    min-width: 150px;
    font-size: 14px;
    color: #000;
    margin-bottom: 0px;
    font-weight: 600;
  }
  .product__info {
    margin-top: 4vh;
  }
  .product__contact .__item img {
    width: 25px;
    height: 25px;
  }
  .product__contact .__item span {
    font-size: 12px;
  }
  .block-title h2 {
    font-size: 18px;
  }
  .__company-link {
    margin-top: 1vh;
    gap: 20px;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }
  .__company-link li a {
    gap: 10px;
    font-size: 14px;
    line-height: 32px;
  }
  .producer__location .__inner {
    font-size: 12px;
  }
  .product__info p {
    font-size: 17px;
    line-height: 22px;
  }
  .product__price {
    font-size: 20px;
    line-height: 28px;
    margin-top: 2vh;
  }
  .product__view {
    font-size: 20px;
    line-height: 28px;
  }
  .product__contact-btn {
    padding: 17px 0;
    width: 195px;
    margin-top: 3vh;
    gap: 7px;
    font-size: 16px;
    line-height: 20px;
  }
  .product-item-date {
    gap: 5px;
  }
  .product-item-date img {
    width: 15px;
  }
  .l-product__item span {
    font-size: 11px;
    line-height: 20px;
  }
  .l-product__item .product-item-date p {
    font-size: 12px;
    line-height: 22px;
    display: block;
  }
  .wrap-product__desc-row p {
    min-width: 130px;
    font-size: 14px;
    line-height: 20px;
  }
  .wrap-product__desc-row h3 {
    font-size: 14px;
    line-height: 28px;
  }
  .wrap-product__desc-row span {
    font-size: 14px;
    line-height: 25px;
  }
  .product-company__info .__company-name {
    padding-right: 12px;
    max-width: 510px;
  }
}

/* tablet */

@media screen and (max-width: 1023.98px) {
  .product-item-date {
    align-items: flex-start;
    gap: 10px;
  }
  .hide-mobile {
    display: none !important;
  }
  .product-company__info .__company-name {
    padding-right: 12px;
    max-width: 510px;
  }
}
.customer-button:hover {
  opacity: 0.6;
}
#homeStyle01 .customer-button:hover {
  color: white;
}
@media screen and (min-width: 768px) and (max-width: 770px) {
  .product__info {
    margin-top: 20px;
  }
  .producer__location .__inner {
    font-size: 12px;
  }
  .product__info p {
    font-size: 13px;
    line-height: 22px;
  }
  .product__price {
    font-size: 16px;
    line-height: 25px;
    margin-top: 15px;
  }
  .product__view {
    font-size: 16px;
    line-height: 20px;
  }
  .product__contact-btn {
    padding: 13px 0;
    width: 100%;
    margin-top: 20px;
    gap: 7px;
    font-size: 15px;
    line-height: 18px;
  }
}
.title-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .title-clamp-2-600 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media screen and (max-width: 767.98px) {
  .pt-3-768{
    padding-top: 1rem!important;
  }
  .l-product__item .producer__location a {
    font-size: 12px;
  }
  .product-item-date {
    flex-direction: column;
  }
  .product-item-date p ~ p {
    margin-left: 18px;
  }
}

@media screen and (max-width: 400px) {
  .product-company__info .__company-name {
    flex-direction: column;
  }
  .product-company__info .__info {
    padding-left: 0;
  }
}