@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}
.home .menu-vertical--content{
    display: block !important;
    min-height: 445px;
}
.text-black {
    color: var(--black) !important;
}
/* css  vertical */

.menu-vertical--content {
  background-color: #fff;
}
.menu-vertical .entry-menu {
  background-color: #fff;
}
.menu-vertical .menu-title {
  color: var(--black);
    font-weight: 600;
}
.menu-vertical--link-all {
  color: var(--black);

}
.menu-vertical--icon {
margin-right: 1rem;
width: 1.8rem;
height: 1.8rem;
font-size: 1.4rem;
float: left;
margin-top: 0.5rem;
}
.menu-vertical--content {
  border: 1px solid #f98900;
}
.menu-vertical--content li a {
  color: var(--black);
  display: block;
  padding: 1rem 2rem;
}
.menu-vertical--content > li.has-child > a {
  display: block;
}
.menu-vertical--content > li.has-child > a > span {
  float: right;
  display: block;
}
/*
.menu-vertical--content li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.6rem;
  flex-direction: row;
}
.menu-vertical--content > li > a {
  position: relative;
  padding-left: 3rem;
  border-bottom: 1px dashed var(--gray);
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
.menu-vertical--content > li > a::before {
  content: '';
  position: absolute;
  height: 0.5rem;
  width: 0.5rem;
  background-color: #636363;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.menu-vertical--content li a {

  display: block;
  width: 100%;
  color: var(--color-main);
}
.menu-vertical--content a {
  font-size: 20px;
  color: red;
  text-transform: capitalize;
  font-weight: 600;
}
.menu-vertical--content > li > a:hover {
    background-color: #fff;
}
*/
/* end css  vertical */


.banner {
    background: #ecedec;
}
.entire-action-header {
  padding: 0.8rem 0 0 1.6rem;
}
.content .title_page {
    font-size: 14px;
    font-weight: 600;
    color: red;
    text-transform: capitalize;
}

.content a {
    font-size: 16px;
    font-weight: 600;
    color: red;
    text-transform: capitalize;
}

.section-right {
    padding-left: 20px ;
    padding-top: 0px ;
}

.fa-basket-shopping::before {
    content: "\f291";
    color: #3aad1e;
}

.section1 .content .title_connect {
    font-size: 17px;
    color: white;
}

.banner-right .img-more {
    padding-top: 76.5%;
    position: relative;
    margin-bottom: .6rem;
}

.banner-right .img-more img, .banner2 .img-more img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner2 .img-more {
    padding-top: 12.5%;
    position: relative;
    width: 100%;
    margin-right: 1rem;
}

.banner2 .img-more:last-child {
    margin: 0;
}

.section1 {
    padding: 15px 31px;
}

.section1:hover {
    background: #f98900;
}

.slider .col-md-7 {
    padding-right: 2px;
    padding-left: 5px;
}
.swiper-slider-main .swiper-slide img {
  min-height: 44rem;
}
/*
.slider .col-md-2 {
    padding-right: 0px;
    padding-left: 5px ;
}
*/
.section-sale {
    background: red;
}

.flash-sale {
    text-align: center;
}

.flash-sale a {
    position: absolute;
    /* bottom: 50%; */
    margin-left: -110px;
  padding: 0;
  color: #f1f900;
  top: 87px;
  font-weight: 900;
  font-size: 40px;
  font-style: italic;
}

.inner-image .product-status {
    line-height: 45px;
    font-weight: bold;
    left: 60px;
    z-index: 9;
    background-size: contain;
    background-repeat: no-repeat;
}

.countdown {
    display: flex;
    line-height: 1;
}

.countdown--item {
    display: flex;
    border-right: 1px solid #ebebeb;
    padding: 0.5rem 1rem;
    background: var(--white);
    flex-direction: column;
    text-align: center;
    border-radius: 5px;
    margin-right: 30px;
    position: relative;
}

.countdown--number {
    font-size: 2.4rem;
    color: var(--color-highlight);
    margin-bottom: 11px;
    font-weight: 700;
}

.product-box-3 {
    padding: 5px;
    background: white;
    border-radius: 5px;
    max-height: 400px;
}

.product-box-3 .img-sale {
    position: absolute;
    z-index: 99;
    top: 3px;
    right: 0;
}

.onsale-edit {
    position: absolute;
    z-index: 99;
    right: 8px;
    top: 16px;
    color: white;
}

.inner-content {
    padding: 0px 10px;
    height: 115px;
}

.inner-content .product-title a {
    color: black;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

span.old-price {
    float: right;
    text-decoration-line: line-through;
    color: #c7c7c7;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
}

.add-to-cart {
    background: #ffa108;
    padding: 5px;
    border-radius: 20px;
    color: white;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    width: 160px;
    /* margin-left: 29px; */
    /* margin-top: 20px; */
    /* margin: 22px; */
}

.section-sale .fa-basket-shopping::before {
    content: "\f291";
    color: white;
}

.section-product .section-title {
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    border-bottom: 2px solid var(--color-main);
}

.section-title-normal span {
    border-bottom: 2px solid var(--color-main);
}

.section-title-normal span {
    margin-right: 15px;
    padding-bottom: 7.5px;
    margin-bottom: -2px;
}

.section-title span {
    border-bottom: 2px solid var(--color-main);
    margin-right: 15px;
    padding: 5px;
    margin-bottom: -1px;
    color: #fff;
    background: var(--color-main);
    position: relative;
display: inline-block
}
.section-title span:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-left: 20px solid var(--color-main);
  border-bottom: 0px solid transparent;
  border-right: 0 solid transparent;
  position: absolute;
  top: 0px;
  right: -20px;
}
.sub-cat {
    display: inline-block;
    margin: 0;
    line-height: 45px;
    margin-left: 100px;
    float: right;
}
.sub-cat a{
  font-size: 14px;
  text-transform: none;
    padding: 0 10px 0 10px;
}
.fa-star::before {
    content: "\f005";
    color: #fff;
    margin-right: 6px;
}

.section-product .product-item .inner-image {
    border: none;
}

.section-product .product {
    border: 1px solid #f98900;
    height: 330px;
    border-radius: 10px;
}

.section-product .col-md-6 {
    padding-right: 4px;
    padding-left: 15px;
}
.product-content-detail .price .price-vat {
  font-weight: 700;
  color: var(--color-highlight);
    font-size: 2.0rem;
    padding-left: 10px;
    padding-top: 5px;
 }
.product .cart {
    line-height: 20px;
    justify-content: center;
}

.product .add-to-cart {
    background: white;
    color: var(--color-main);
    border: 1px solid var(--color-main);;
}
.product .add-to-cart:hover {
    background: #f98900;
    color: #fff !important;
    border: 1px solid #f98900 !important;
}
.product .inner-image .product-status {
    left: 0px;
}

.product .onsale-edit {
    top: 4px;
}

.footer {
    background: var(--color-main);
    margin-top: 25px;
    padding-top: 25px;
}

.footer-menu-section .contact {
    color: white;
    font-size: 15px;
    font-weight: 500;
    margin-left: 5px;
}

.footer .container {
    max-width: 1450px;
}

.slogan {
    font-size: 15px;
    font-weight: 500;
}

.bottom {
    text-align: center;
    background: #e98a0a;
    padding: 8px;
}

.bottom-phone {
    color: white;
    font-size: 20px;
    font-weight: 600;
}

.footer-bottom {
    background: #028506;
}

.footer-bottom .container {
    max-width: 1450px;
}

.contact-info p {
    color: white;
    font-size: 15px;
}

.form-contact >div {
    color: white;
    font-size: 15px;
}

.form-contact .button-submit {
    background: white;
    width: 30%;
    margin-left: -20px;
    padding: 5px;
}

.fa-paper-plane::before {
    content: "\f1d8";
    color: #3aad1e;
}

.section-all-sort {
    background: white;
    box-shadow: 1px black;
    border: 1px solid #f3f2f2;
    box-shadow: 0px 8px 18px 0px rgb(81 81 81 / 18%);
    padding: 20px;
    display: flex;
    align-items: center;
}

.tittle span {
    color: black;
    font-size: 16px;
    font-weight: 600;
}

.sort-section {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    margin-left: 10px;
    margin-right: 10px;
}

.sort-section a {
    padding: 10px;
}

.dropdown-item.active, .dropdown-item:active {
    color: var(--color-main);
    text-decoration: none;
    background-color: white;
    border: 1px solid var(--color-main);
}

.section-product-cate {
    background: white;
    border: 1px solid #f3f2f2;
    box-shadow: 0px 8px 18px 0px rgb(81 81 81 / 18%);
    /* padding: 15px; */
}

.section-product-cate .col-lg-3 {
    padding-left: 2px ;
    padding-right: 2px ;
}

.section-product-cate .product-item .inner-image {
    border: none;
}

.section-product-cate .product {
    border: 0.5px solid #f3f2f2;
}

.category-section {
    background: white;
    border: 1px solid #f3f2f2;
    box-shadow: 0px 8px 18px 0px rgb(81 81 81 / 18%);
    padding: 15px;
}

.filter {
    background: white;
    border: 1px solid #f3f2f2;
    box-shadow: 0px 8px 18px 0px rgb(81 81 81 / 18%);
    padding: 15px;
}

.section-describe {
    border-top: 1px dashed var(--color-main);
    border-bottom: 1px dashed var(--color-main);
}

.section-describe >.title {
    padding-top: 10px;
    font-size: 20px;
    color: #e59708;
    font-weight: 600;
}

.code label {
    color: black;
}

.brand label>b {
    margin-left: 5px;
    color: red;
}

.product-content-detail .price .price-amount {
    color: red;
}

a.add-to-cart-product {
    padding: 7px;
    background: #3aad1e;
    font-size: 20px;
    color: white;
}

.section-info-detail {
    border: 1px solid #f3f3f3;
    padding: 10px;
    text-align: center;
    border-radius: 8px;
}

.section-info-detail .title {
    font-size: 18px;
    font-weight: 500;
    color: #858585;
}

.section-info-detail .footer-menu-section a {
    color: var(--color-main);
    font-size: 31px;
    font-weight: 700;
}

.related-products {
    border: 1px solid #f3f3f3;
    padding: 10px;
    text-align: center;
    border-radius: 8px;
}

.related-products .product-item .inner-image {
    border: none;
}

.product-watched .section-title span {
    border-bottom: none;
}

.slider .col-md-3 {
    padding-right: 0px ;
}

.setting-menu .menu-vertical--title {
    width: 98%;
}

.slider .categories {
    border: 1px solid;
    padding: 16px;
    border-radius: 5px;
}

.slider .categories .categories-section {
    font-size: 20px;
    color: red;
    text-transform: capitalize;
    font-weight: 600;
}

#popup-home .modal-dialog {
    max-width: 80rem;
}

#popup-home .close {
    position: absolute;
    top: 0px;
    right: 1rem;
    z-index: 3;
    font-size: 3.1rem;
}

@media (min-width: 992px) {
    .section-product .col-lg-3 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media(max-width: 768px) {
    .flash-sale a {
        margin-left: -73px;
        top: 57px;
    }

    span.old-price {
        font-size: 14px;
    }

    .price-amount {
        font-size: 16px;
    }

    .inner-content .product-title a {
        font-size: 14px;
    }

    .section-product .product {
        height: 275px;
    }

    .section-product .col-md-6 {
        padding-right: 4px;
        padding-left: 4px;
    }

    .section-all-sort {
        display: block;
        text-align: center;
    }

    .sort-section {
        margin-bottom: 7px ;
    }

    .section-product-cate {
        padding: 15px;
    }
}
