    @import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,700&family=Manrope:wght@200;300;400;500;600;700;800&family=Mulish:wght@200;300;400;500;600;700;800;900&family=Signika:wght@300;400;500;600;700&display=swap");


body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #666 !important;
  font-family: var(--font-body-family);
  font-weight: normal;
  font-style: normal;
}

a,
button {
  transition: all 0.3s ease-out 0s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
:root {
    --link: #a4bebf;
    --font-body-family: "Be Vietnam Pro", sans-serif;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #14212B;
  display: inline-block;
}


img {
  width: 100%;
}
button:focus {
  outline: none;
}
input:focus {
  outline: none;
}
textarea:focus {
  outline: none;
}
.logo__header {
    max-width: 120px;
}
.header {
    padding: 10px 0;
    position: relative;
}
.header .navbar-expand-md .navbar-collapse {
    justify-content: center;
}
.header .cart .d-flex {
    justify-content: end;
}
.header .navbar .navbar-collapse ul.navbar-nav li a {
    padding: 35px 15px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 16px;
}

.theme_buttons {
  font: 600 16px/1 var(--font-body-family);
  letter-spacing: 0px!important;
  background: transparent;
  padding: 12px 23px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all .5s ease-in-out;
  text-transform: capitalize;
  text-align: center;
  min-width: auto;
  min-height: auto;
  border: none;
      background-color: #ffffff;
    color: #222d35;
    margin-top: 45px;
}
.theme_buttons::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
  width: 100%;
  height: 0%;
  transition: all 0.6s ease;
}
.theme_buttons:hover:before {
  height: calc(100% + 5px );
  width: calc(100% + 5px );
}
.slide-button:before {
        background: #1face1;
}
.bp_news_info {
    display: none;
}
.slide-button:hover {
    color: white;
}
.slide_1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 20px;
    width: 100%;
    max-width: 800px;
    margin: 40px;
    overflow: hidden;
}
.slide__product-home .card {
    box-shadow: none !important;
}
.slide__product-home .card > a{
    position: relative;
}
.slide__product-home .card a .bp_cls_shopping_form {
    position: absolute;
    top: 35%;
    right: -30px;
    opacity: 0;
    transition: all .5s ease;
}
.slide__product-home .bp_cls_shopping_form form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.slide__product-home .item:hover .bp_cls_shopping_form{
    right: 10px;
    opacity: 1;
}
.slide__product-home .card-body {
    padding: 16px 0;
}
.slide__product-home .card-title {
    text-align: left !important;
}
.slide__product-home .card-title h5 a {
    color: #222d35;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0;
    margin: 4px 0;
    height: 40px;
}
.slide__product-home .cls_price_number,.slide__product-home .cls_unit_price {
        color: #222d35;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 900;
}
.slide__product-home .cls_price_text {
    display: none;
}
.slide__product-home .bp_cls-click-mua,.slide__product-home .btnAddToCart {
    background: #ffffff;
    color: #222d35;
    box-shadow: 0 0 10px #0000000f;
    border: none;
    transition: all .5s ease;
    padding: 10px;
}
.footer {
    background: #222d35;
    padding-top: 80px;
    padding-bottom: 60px;
    color: white;
}

.footer img {
    max-width: 150px;
}
.footer .customer ul {
    margin: 10px 0;
}
.footer .customer ul li {
    font-size: 14px;
    padding-bottom: 17px;
    text-transform: capitalize;
    color: #cccccc;
}
.footer .customer h3 {
    margin-top: 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 30px;
}
.contact-text p {
        color: #cccccc;
        font-size: 14px;
        margin: 10px 0;
}
.contact-text span {
        color: #ffffff;
}
.sub__header {
    background: #222d35;
    padding: 15px 0;
}
.header__social i {
        padding: 8px;
    color: white;
}
.sub__header .swiper-slide {
    background: transparent;
}
.sub__header .swiper-slide p {
    font-size: 14px;
    color: white;
    text-align: center;
}
.button__header {
    display: flex;
    justify-content: end;
}
.button__header button {
        color: #222d35;
    border: none;
    padding: 5px 20px;
    text-transform: capitalize;
    font-weight: 600;
    transition: all .5s ease;
}
.button__header button:hover {
        background: #1face1;
    
}
.button__header button:hover a {
    color: #ffffff;
}
.navbar ul.navbar-nav > li {
    padding: unset;
}
.btn .badge {
        background-color: #1face1 !important;
    top: 12% !important;
}
.header.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  animation: sticky 1s;
  box-shadow: 2px 4px 8px rgba(140, 129, 129, 0.25);
  background: white;
}
.main-nav-breadcrumb-1 {
  
    background: #f5f5f5;
        padding: 20px 0;
    margin: 0;
}
.main-bread-title {
      color: #1face1;
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@media screen and (max-width:1002px) {
    .discount-header {
        margin: 20px 0;
    }
    .header__social {
        text-align: center;
    }
    .button__header {
        justify-content: center;
    }
}
@media screen and (max-width:992px) {
    .header .navbar .navbar-collapse ul.navbar-nav li a {
        font-size: 12px;
    }
     .slide__product-home .card-title h5 a{
        height: 60px;
    }
}
@media screen and (max-width:768px) {
    .header .navbar-expand-md .navbar-collapse {
            position: absolute;
    top: 100%;
    background: white;
    z-index: 2;
    left: 2%;
    right: 2%;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
    border-radius: 0 0 4px 4px;
    }
    .logo__header-main {
        order: 1;
    }
    .cart {
        order: 2;
    }
    .header .navbar .navbar-collapse ul.navbar-nav li a {
        padding: 15px;
    }
        .slide_1 .slide-heading,.slide_1 .slide-heading {
        font-size: 54px;
    }
   
}