.sub-box {
  max-width: 1200px;
  margin: 30px auto;
}
.bread-crumb-wrap {
  background: #fff;
}
.bread-crumb-box {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.breadcrumbs {
  list-style: none;
  border-radius: 10px;
  padding: 10px 0;
  position: relative;
}

.breadcrumbs li {
  display: inline;
}

.breadcrumbs li + li::before {
  content: "/\00a0";
  padding: 6px;
  color: #000000;
}

.breadcrumbs li a {
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  text-transform: capitalize;
  color: #ff5252;
}

.breadcrumbs li a:hover {
  color: #ff5252;
}

.breadcrumbs li span {
  color: #ff5252;
}

.breadcrumbs li a:hover {
  text-decoration: underline;
}

.bread-crumb .title-sub {
  text-align: center;
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
  position: relative;
  font-weight: bold;
}

/* user-box  */
.user-box {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  border: 1px solid #f72c0f;
  display: flex;
  justify-content: space-between;
}
.user-box .form-box {
  width: 500px;
  padding: 20px;
}
.user-box .form-info {
  flex: 1;
  padding: 20px;
  background: #f72c0f;
  text-align: left;
}
.user-box .form-info .btn-more {
  text-align: left;
}
.user-box .form-info h3 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #fff;
}
.user-box .form-info .text01 p {
  color: #fff;
  font-size: 14px;
}
.user-box .title {
  position: relative;
  color: #333;
  display: block;
  text-align: left;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}

.user-box .txt {
  margin-bottom: 20px;
}

.user-box .txt a {
}

.user-box form {
  margin-bottom: 0;
}

.user-box form input {
  height: 45px;
  padding: 5px 20px;
  font-size: 14px;
  color: #333;
  line-height: 40px;
  margin-bottom: 10px;
  box-shadow: none;
  width: 100%;
  border: 1px solid #e1e1e1;
  background: #fff;
  outline: none;
}

.user-box form button {
  font-family: "Roboto", sans-serif;
  color: #fff;
  background: #f72c0f;
  border: #f72c0f;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 40px;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
  padding: 0 20px;
  border-radius: 4px;
  height: 40px;
  cursor: pointer;
}
.user-box form button.btn-cancle {
  background: transparent;
  border: 1px solid #f72c0f;
  color: #f72c0f;
}

.login-social {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 20px;
}

.login-social li {
}

.login-social li a {
}

.login-social li a img {
  width: 129px;
  height: 37px;
}

/* .sub-cont-box */
.sub-cont-box {
  display: flex;
  gap: 20px;
}

.sub-cont-box.revert {
  flex-direction: row-reverse;
}

.sub-cont-box .sidebar {
  width: 262px;
  box-sizing: border-box;
}

.sub-cont-box .sidebar .block {
  background: #fff;
  padding: 10px;
}

.sub-cont-box .sidebar .block + .block {
  margin-top: 20px;
}

.sub-cont-box .sidebar .block .title {
  line-height: 40px;
  position: relative;
  color: #f72c0f;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 20px;
}

.sub-cont-box .sidebar .block .title span {
  display: inline-block;
}

.sub-cont-box .sidebar .block .box-bar-body {
  max-height: 400px;
  overflow: auto;
}

.box-bar-body::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
  width: 5px;
}

.box-bar-body::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}

.box-bar-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #919aa8;
  width: 5px;
}

.sub-cont-box .sidebar .block ul li + li {
  border-top: 1px solid #f1f1f1;
}
.sub-cont-box .cont-body {
  flex: 1;
  overflow: hidden;
}

.box-bar-body form {
  padding: 10px 0;
}

.form-group {
  display: block;
  margin-bottom: 15px;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
}

.form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #f1f1f1;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 7px;
}

.form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 14px;
  height: 14px;
  background: #ff384b;
}

.you-choose {
}

.you-choose .title-choose {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 20px;
}

.you-choose .title-choose p {
  font-size: 18px;
  color: #0038ae;
}

.you-choose .title-choose p i {
  display: inline-block;
  margin-right: 5px;
}

.you-choose .title-choose p a {
  font-size: 14px;
}

.you-choose .you-choose-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}

.you-choose .you-choose-list li {
  display: inline-block;
  border: none !important;
}

/* content-sub  */
.sub-box .featured-list-category ul {
  flex-wrap: nowrap;
}

.sub-box .control-wrap .swiper-button {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  z-index: 11;
  transform: translateY(-50%);
}

.sub-box .control-wrap .swiper-button.swiper-prod-prev {
  background: #ebebeb url(../images/btn-prev.png) no-repeat 47% 50%;
  left: 0;
}

.sub-box .control-wrap .swiper-button.swiper-prod-next {
  background: #ebebeb url(../images/btn-next.png) no-repeat 47% 50%;
  right: 0;
}

.product-sub > .list-product {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  border: none;
}

.product-sub .list-product > li {
  width: calc(25% - 20px);
  border-left: 1px solid #ebebeb;
}

.title-cont {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 15px;
}

.title-cont .title {
  font-size: 20px;
  color: #222;
  font-weight: 400;
}

.title-cont .sort {
  display: flex;
  gap: 5px;
}

.title-cont .sort p {
}

.title-cont .sort form {
}

.title-cont .sort select {
  border: none;
  outline: none;
  font-size: 14px;
}

.content.sub {
  max-width: 100%;
}

.content.sub .sub-box {
  max-width: 100%;
}
.contact-box {
  padding: 10px 20px;
  background: #fff;
}
.title-sub {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.box-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px 20px;
}
.box-inner > div {
  width: calc(50% - 20px);
  box-sizing: border-box;
}
.map-box {
  width: 100%;
  margin-bottom: 20px;
}
.box-inner > div ul {
}
.box-inner > div ul li {
  display: flex;
  gap: 10px;
}
.box-inner > div ul li + li {
  margin-top: 20px;
}
.box-inner > div ul li .cont-ico {
  width: 50px;
  height: 50px;
  background: #f72c0f;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 50%;
}
.box-inner > div ul li .cont-ico i {
  font-size: 15px;
  color: #fff;
}
.box-inner > div ul li p {
  font-size: 16px;
  font-weight: 600;
}
.box-inner > div ul li p span {
  display: block;
  font-weight: 400;
}
.form-contact {
  position: relative;
}

.form-contact h4 {
  font-size: 24px;
  color: #222;
  margin-bottom: 30px;
}
.form-cmt h4 {
  font-size: 20px;
  color: #222;
  margin-bottom: 30px;
}
.form-contact form,
.form-cmt form,
.form-user form {
  width: 100%;
  box-sizing: border-box;
}
.form-contact form label,
.form-cmt form label,
.form-user form label {
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.form-user form label {
  text-align: left;
}
.form-contact form > div,
.form-cmt form > div,
.form-user form > div {
  margin-bottom: 20px;
}
.form-contact form div div {
  margin-bottom: 20px;
}
.form-contact form input,
.form-cmt form input {
  border: 1px solid #ebebeb;
  font-size: 14px;
  color: #222;
  border-radius: 3px;
  height: 45px;
  width: 100%;
  padding: 0px 15px;
  outline: none;
  box-sizing: border-box;
  display: block;
}

.form-contact form textarea,
.form-cmt form textarea {
  border: 1px solid #ebebeb;
  background-color: #fff;
  font-size: 14px;
  color: #222;
  border-radius: 3px;
  width: 100%;
  padding: 15px;
  outline: none;
}

.form-contact form button,
.form-cmt form button {
  max-width: 150px;
}

.btn-cont {
  width: 100%;
  border: none;
  padding: 13px 15px;
  background: #ff5700;
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
}
.type-check {
  display: flex;
  align-items: center;
  gap: 10px;
}
.type-check input {
  width: auto !important;
}
.type-check label {
  margin-bottom: 0 !important;
}
.box-cart-check .btn-cont {
  width: 100%;
  max-width: 100%;
}
.detail {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #f1f1f1;
}
.detail h6 {
  font-size: 20px;
  margin-bottom: 20px;
}
.detail ._image {
  max-width: 500px;
  margin: 0 auto;
}

.detail ._image img {
  width: 100%;
}

.posted-by {
  width: 100%;
  display: flex;
  gap: 10px;
}
.posted-by p span {
  font-weight: bold;
  padding-right: 5px;
  border-right: 1px solid #f1f1f1;
}
.list-new-top {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 50px;
}

.list-new-top > div {
  width: calc(50% - 20px);
}

.list-new-top > div ul {
}

.list-new-top > div ul li {
  padding-bottom: 10px;
}

.list-new-top > div ul li + li {
  padding-top: 10px;
  border-top: 1px solid #f1f1f1;
}

.new .box-img {
  position: relative;
  max-height: 330px;
  margin-bottom: 10px;
}

.new .box-img a {
  width: 100%;
  height: 100%;
}

.new .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new .box-img .time {
  background-color: #ff384b;
  text-align: right;
  padding: 0 5px;
  border-radius: 3px;
  line-height: 19px;
  position: absolute;
  top: 5px;
  left: 5px;
  color: #fff;
}

.list-new-top .box-txt .post-by {
  color: #6e7874;
  float: left;
  width: 100%;
  line-height: 19px;
  margin-bottom: 5px;
}

.list-new-top .box-txt h3 {
  display: block;
  color: #222;
  font-size: 14px;
  font-weight: 700;
  margin: 0px 0 10px;
}

.list-new-bottom ul li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.list-new-bottom ul li .box-img {
  width: 240px;
  max-height: 170px;
}

.list-new-bottom ul li .box-txt {
  flex: 1;
}

.list-new-top .box-txt .txt-des {
  color: #6e7874;
  float: left;
  width: 100%;
  line-height: 19px;
  margin-top: 10px;
}

/* detail-product  */
.detail-product {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  background: #fff;
  padding: 10px;
}

.detail-product > .img-detail {
  width: 50%;
  overflow: hidden;
}
.detail-product .slider .swiper-slide {
  padding: 50px;
  background-color: #fff;
}
.detail-product > .txt-detail {
  flex: 1;
  width: 50%;
}

.detail-product .swiper-container {
  width: 100%;
  max-width: 940px;
}

.detail-product .swiper-container.slider-thumbnail {
  background: #fff;
}

.detail-product
  .swiper-container.slider-thumbnail
  .swiper-wrapper
  .swiper-slide {
  width: 25%;
  height: 90px;
  overflow: hidden;
  border: 1px solid transparent;
}

.detail-product
  .swiper-container.slider-thumbnail
  .swiper-wrapper
  .swiper-slide.swiper-slide-thumb-active {
  border-color: #ff384b;
}

.detail-product .swiper-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.title-product {
  color: #222;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  width: 100%;
  margin-bottom: 10px;
}

.detail-product .txt-price {
  font-size: 24px;
  color: #ecd400;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}
.detail-product .txt-price-old {
  text-decoration: line-through;
}
.detail-product .txt-price-old span {
  display: inline-block;
  text-decoration: unset;
  padding-left: 10px;
}
.detail-product .txt-des {
  font-size: 14px;
  color: #222;
  line-height: 22px;
}
.detail-product .action {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  flex-direction: column;
}

.sub-box .quantity {
  position: relative;
}

.sub-box .quantity button {
  border-radius: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
}

.sub-box .quantity .plus {
  right: 0;
}

.sub-box .input-box {
  width: 110px;
  height: 30px;
}

.sub-box .quantity .minus {
  left: 0;
}

.box-description {
  margin-bottom: 30px;
}

.box-description .tabs {
  margin-top: 0;
}
.evaluate {
  display: flex;
  gap: 10px 10px;
}
.evaluate a:hover {
  color: #ff384b;
}
.btn-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  justify-content: space-between;
}
.btn-actions a {
  box-shadow: none;
  outline: none;
  background-color: #ff3e3e;
  border-color: #ff3e3e;
  color: #fff;
  width: 100%;
  text-align: center !important;
  display: inline-block;
  padding: 10px 10px;
  font-size: 17px;
  border-radius: 5px;
  min-height: 45px;
  text-transform: uppercase;
  font-weight: 600;
}
.btn-actions a:hover {
  opacity: 0.7;
}
.btn-actions a span {
  display: block;
  font-size: 13px;
  text-transform: none;
}
.btn-actions a:first-child {
  width: 100%;
}
.btn-actions a:not(:first-child) {
  width: calc(50% - 5px);
  background: #0596ff;
}
.price-box {
  display: flex;
  gap: 15px 20px;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 0 0;
  background: rgb(244, 83, 30);
  background: linear-gradient(
    90deg,
    rgba(244, 83, 30, 1) 0%,
    rgba(240, 138, 50, 1) 100%
  );
  padding: 15px;
  color: #fff;
  border-radius: 5px 5px 0 0;
}
.price-box > div .countdown {
  margin-bottom: 10px;
  font-size: 16px;
}
.price-box > div .countdown .time-box {
  font-size: 14px;
}
.price-box > div .txt-count .countlength {
  background: #ecd400;
  color: #000;
}
.promotion-included {
  padding: 10px;
  background: #ffeade;
  margin-bottom: 20px;
  border-radius: 0px 0px 5px 5px;
  border: 1px solid red;
}
.star .checked {
  color: orange;
}
.share-box ul {
  display: flex;
  gap: 10px 10px;
  align-items: center;
}
.share-box ul li {
  display: inline-block;
}
.share-box ul li a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  padding: 7px 8px;
}
.share-box ul li a i {
  display: inline-block;
  padding-right: 5px;
}
.share-box ul li.fb a {
  background: #0094ff;
}
.share-box ul li.tw a {
  background: #4caaff;
}
.share-box ul li.pin a {
  background: #ff6781;
}

.box-description .tabs li {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  background: transparent;
}
.accessory-box {
  padding: 10px;
  background: #fff;
  margin-bottom: 20px;
}
.box-description .tab.active,
.box-description .tab:hover {
  background: transparent;
  color: #ff5252;
  border-bottom-color: #ff5252;
}

.box-description .title-tab {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.box-description .tabs {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 50px;
  border-bottom: 1px solid #ff5252;
}

.box-description .tabs li {
  min-width: 100px;
  background: #ebebeb;
  color: #000;
  display: inline-block;
  font-size: 14px;
  text-align: center;
}

.box-description .tab {
  cursor: pointer;
  padding: 10px;
}

.box-description .tab.active,
.box-description .tab:hover {
  background-color: #ff5252;
  color: #fff;
}

.box-description .tab-content {
  position: relative;
  padding: 20px 0;
}

.box-description .tab-content ._image {
  max-width: 500px;
  margin: 0 auto;
}

.box-description .tab-content ._image img {
  width: 100%;
}

[data-tab-content] {
  display: none;
}

.active[data-tab-content] {
  display: block;
}

/* cart sub */

.table-cart {
  margin-bottom: 20px;
}

.table-cart table {
  margin-bottom: 20px;
  border: 1px solid #ccc;
}

.table-cart tr th {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}

.table-cart tr td,
.table-cart tr th {
  padding: 8px 8px;
  font-size: 14px;
  vertical-align: middle;
  text-align: left;
}

.table-cart tbody tr + tr {
  border-top: 1px solid #ccc;
}

.table-cart tbody tr:last-child {
  /* border-bottom: 1px solid #f1f1f1; */
}

.table-cart tr td img {
  width: 108px;
}

.table-cart tr td .td-del,
.table-cart tr td .td-price {
  font-size: 14px;
  color: #ff384b;
}
.table-cart tr td .td-del a {
  font-size: 15px;
  color: #ff384b;
}
.table-cart tr td a {
  color: #000;
  font-size: 13px;
}

.table-cart tr td a:hover {
  color: #005cbf;
}

.td-center {
  text-align: center !important;
}

.td-right {
  text-align: right !important;
}

.cart-sub .total-amount {
  max-width: 600px;
  margin-left: auto;
  border: 0;
}

.cart-sub .total-amount .box-btn-cart {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.cart-sub .total-amount .box-btn-cart div {
  width: calc(50% - 10px);
}

/* pay  */
.list-pay {
  display: flex;
  justify-content: space-between;
}

.list-pay-left {
  flex-basis: 65%;
  margin-right: 7px;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
}

.list-pay-left .box {
  margin-bottom: 25px;
}

.list-pay-left .box p.des {
  font-size: 13px;
}

.list-pay-left h3.title-box {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #2d2a2a;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-top: 10px;
}

.box-wrap-pay {
  border: none;
  padding: 0;
  border-radius: 0;
}

.list-pay-left form .other {
  display: flex;
  justify-content: space-between;
}

.list-pay-left form .other input {
  width: calc((100% - 20px) / 2);
}

.list-pay-left form .box-form {
  margin-bottom: 15px;
}

.list-pay-left form .box-form label {
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px;
}

.list-pay-left form input,
.list-pay-left form textarea,
.list-pay-left form select {
  border: 1px solid #dadada;
  outline: none;
  width: 100%;
  padding: 6px 10px;
  font-size: 14px;
  color: #434343;
  border-radius: 5px;
  min-height: 45px;
  font-family: "Roboto", sans-serif;
}

.list-pay-left form input::placeholder {
  font-size: 14px;
  color: #c3c3c3;
}

.list-pay-left .box button.buttons {
  padding: 8px 10px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  background-color: #dd3333;
  border: none;
  outline: none;
  font-weight: 600;
  transition: 0.4s;
}

.list-pay-left .box button:hover {
  opacity: 0.8;
}

.list-pay-left h4.title {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #000;
  text-align: left;
  border-bottom: 2px solid #000;
  margin: 15px 0;
  text-transform: uppercase;
}

.k-acc-content {
  margin-bottom: 15px;
}

.k-acc-content h2 {
  font-size: 16px;
  font-weight: 600;
}

.accordion.k-acc-content > .card > .card-header {
  padding: 10px;
  width: 100%;
  color: #000;
  font-size: 15px;
  display: block;
  font-weight: 700;
  background-color: #fff;
}

.accordion.k-acc-content > .card > .card-header h2 input {
  margin-right: 5px;
}

.k-acc-content p.description {
  margin: 10px 0;
  font-size: 15px;
  color: #000;
}

.list-pay-right {
  flex-basis: 35%;
  margin-left: 8px;
  border: 2px solid #ff5700;
  height: 100%;
}

.list-pay-right h3.title-box {
  border: none;
}

.box-wrap-pay table th {
  border-top: none;
  border-bottom: 2px solid #000;
  padding: 5px;
  font-size: 14px;
  text-align: left;
}

.box-wrap-pay table p.subtotal {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}

.box-wrap-pay table em {
  font-size: 12px;
}

.box-wrap-pay table td {
  font-size: 13px;
  padding: 10px 0;
}

.box-wrap-pay table td.total-price {
  font-weight: 700;
}

.money .box-wrap {
  border-bottom: 1px solid #dee2e6;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

/* filter-box  */

.filter-box,
.tag-box,
.new-box,
.detail-box {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 20px;
}
.filter-box form > div {
  display: flex;
  gap: 10px 10px;
  flex-wrap: wrap;
}
.filter-box form select {
  padding: 7px 10px;
  border-radius: 5px;
  border: 1px solid #f1f1f1;
  background: #f1f1f1;
  outline: none;
  font-size: 14px;
}
.tag-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
}
.tag-box ul li {
  display: inline-block;
}
.tag-box ul li a {
  display: block;
  color: #000;
  border: solid 1px #ebebeb;
  line-height: 1.3;
  border-radius: 3px;
  font-size: 16px;
  padding: 5px 13px 3px;
  word-wrap: break-word;
}
.tag-box ul li.active a {
  color: #ff5252;
  border-color: #ff5252;
}
.new-box .item .box-img img {
  max-height: 400px;
  width: 100%;
}

.box-bar-body .list-new .box-txt h3 a {
}
.box-bar-body .list-product {
  flex-direction: column;
}
.box-bar-body .list-product > li {
  width: 100%;
  display: flex;
  gap: 10px 10px;
}
.box-bar-body .list-product > li .box-img {
  width: 100px;
  height: 100px;
}
.box-bar-body .list-product > li .box-txt {
  flex: 1;
  padding: 0;
}
.box-bar-body .list-product > li .box-img img {
  min-height: 100px;
  max-height: 100px;
}
.box-bar-body .list-product > li .box-txt h3 a {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  padding: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-word;
  -webkit-line-clamp: 2;
}
.check-fax {
  display: none;
}
 
.table-specification th, .table-specification td {
  text-align: left;
  border: solid 1px #ebebeb;
  padding: 5px;
}
.table-specification th, .table-specification td {
  text-align: left;
  border: solid 1px #ebebeb;
  padding: 5px;
  font-size: 13px;
}
.sub-cont-box.type02 .sidebar {
  width: 350px;;
}
.compare-box {
  background: #fff;
  padding: 20px 10px;
}
.compare-box-inner {
  display: flex;
  flex-wrap: nowrap;
  border: 1px solid #ebebeb;
}
.compare-box-inner .item-cp{
  width: calc(33.33% - 2px);
  padding: 10px;
  position: relative;
}
.compare-box-inner .item-cp .btn-del {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  color: #333;
}
.compare-box-inner .item-cp + .item-cp {
  border-left: 1px solid #ebebeb;
}
.compare-box-inner .item-cp .box-img {
  text-align: center;
  margin-bottom: 20px;
  padding: 20px 0 0 0;
}
.prview p {
  display: flex;
  justify-content: space-between;
  gap: 10px 10px;
  padding: 7px 0;
  font-size: 14px;
  font-weight: 600;
}
.prview p + p {
  border-top: 1px solid #ebebeb;
}
.prview ul {
  padding: 10px;
  background: #FFEDED;
}
.table-compare {
  width: 100%;
}
.table-compare tr {
  border-bottom: solid 1px #f5f5f5;
  display: flex;
  flex-flow: column;
  height: auto;
  width: 100%;
}
.table-compare td {
  padding: 5px;
  background: #ebebeb;
  width: 100%;
  height: auto;
}
.table-compare td:first-child {
  background: #e3e3e3;
  font-weight: bold;
}
.store-box {
  background: #fff;
  padding: 20px 10px;
}
.store-box .store-box-inner {
  display: flex;
  gap: 10px 20px;
}
.store-box .store-box-inner .tabs {
  display: block;
  padding: 10px;
  border: 1px solid #e1e1e1;
  max-height: 500px;
  overflow-y: auto;
  box-sizing: border-box;
}
.store-box .store-box-inner .tab-title {
  width: 348px;
}
.store-box .store-box-inner .tab-title .filter-box form > div {
  flex-wrap: nowrap;
}
.store-box .store-box-inner .tab-content {
  flex: 1;
}
.store-box .store-box-inner .tabs .tab {
  background: #fff;
  border-radius: 0;
  width: 100%;
  min-height: 116px;
  display: flex;
  text-align: left;
  font-weight: normal;
}
.store-box .store-box-inner .tabs .tab  + .tab {
  border-top:2px solid #e1e1e1;
  margin-top: 2px;
}
.store-box .store-box-inner .tabs .tab a {
  color: #000;
  text-decoration: underline;
  font-size: 13px;
}
.store-box .store-box-inner .tabs .tab.active a,
.store-box .store-box-inner .tabs .tab:hover a {
  color: #fff;
}
.store-box .store-box-inner .tabs .tab .box-txt {
  flex: 1;
}
.store-box .store-box-inner .tabs .tab .box-img {
  width: 58px;
  height: 58px;
  object-fit: cover;
}
.store-box .store-box-inner .tabs .tab .box-img img {
  width: 100%;
}
.store-box .store-box-inner .tab.active, .store-box .store-box-inner .tab:hover {
  background: #ff5252;
}
@media screen and (min-width: 1025px) {
  .list-new.type02 > ul,
  .list-new.type03 > ul {
    width: 100%;
  }
  .list-new.type02 ul li .box-img {
    width: calc(250px - 10px);
    height: 180px;
  }
  .list-new.type03 ul li .box-img {
    width: calc(110px - 10px);
    height: 75px;
  }
}
@media screen and (max-width: 1024px) {
  .list-pay {
    flex-direction: column-reverse;
  }

  .list-pay-left {
    flex-basis: 100%;
    padding: 0;
    margin-right: 0;
    padding: 10px;
  }

  .list-pay-right {
    flex-basis: 100%;
    padding: 15px;
    margin: 0;
    margin-bottom: 15px;
  }
  .product-sub .list-product > li {
    width: calc(33.33% - 20px);
  }
  .box-inner {
    flex-direction: column;
  }
  .box-inner > div {
    width: 100%;
  }

  .detail-product > .img-detail {
    margin: 0 auto;
    width: 100%;
  }

  .detail-product .action {
    justify-content: center;
  }

  .detail-product .advertising-box .box-img01 {
    text-align: center;
  }
  .new-box .item .box-img img {
    max-height: 100%;
  }
  .compare-box-inner {
    max-width: 960px;
    overflow-x: auto;
  }
  .compare-box-inner .item-cp {
    min-width: 320px;
  }
  .store-box .store-box-inner {
    flex-direction: column;
  }
  .store-box .store-box-inner .tab-title,
  .store-box .store-box-inner .tabs .tab,
  .store-box .store-box-inner .tab-content {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .sub-cont-box {
    padding: 0;
  }

  .breadcrumbs {
    padding: 15px;
  }

  .sub-box .control-wrap .swiper-button {
    border-radius: 50px;
  }
  .user-box {
    flex-direction: column-reverse;
  }
  .user-box .form-box,
  .user-box .form-info {
    width: 100%;
  }
  .title-cont {
    flex-direction: column;
  }

  .product-sub .list-product > li {
    width: 100%;
  }
  .contact-box {
    padding: 10px 10px;
  }
  .form-contact form input,
  .form-cmt form input {
    width: 100%;
  }
  .sub-cont-box {
    flex-direction: column;
  }

  .sub-cont-box.revert {
    flex-direction: column-reverse;
  }

  .sub-cont-box .sidebar {
    width: 100%;
  }

  .list-new-top {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .list-new-top > div {
    width: 100%;
  }

  .new .box-img {
    max-height: 100%;
  }

  .detail-product .action {
    flex-direction: column;
  }

  .detail-product > .txt-detail {
    width: 100%;
  }

  .sub-box .table-cart .input-box {
    width: 75px;
  }

  .sub-box .table-cart .quantity {
  }
  .filter-box form > div {
    flex-direction: column;
  }
  .filter-box form > div > div {
    width: 100%;
  }
  .filter-box form select {
    width: 100%;
  }
  .tag-box ul li a {
    font-size: 14px;
  }
  .table-cart {
    max-width: 500px;
    overflow-x: auto;
  }
  .price-box {
    flex-direction: column;
  }
  .btn-actions a:not(:first-child) {
    width: 100%;
  }
  .sub-cont-box.type02 .sidebar {
    width: 100%;
}
}

@media screen and (max-width: 480px) {
  .list-new-bottom ul li {
    flex-direction: column;
    gap: 0;
  }

  .list-new-bottom ul li .box-img {
    width: 100%;
  }

  .list-new-bottom ul li .box-img {
    max-height: 100%;
  }

  .table-cart tr td,
  .table-cart tr th {
    font-size: 13px;
  }

  .table-cart tr td .td-del .table-cart tr td .td-proce {
    font-size: 13px;
  }

  .cart-sub .total-amount .box-btn-cart {
    flex-direction: column;
  }

  .cart-sub .total-amount .box-btn-cart div {
    width: 100%;
  }
}
