/********** Template CSS **********/
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Protest+Strike&display=swap');
:root {
    --primary: #E6182C;
    --secondary: #525368;
    --third: #051B31;
    --light: #FCF6CA;
    --light-1: #F9F6EF;
    --light-2: #C1C1C1;
    --dark: #2D2D2D;
    --dark-1: #6E6E6E;
    --white: #ffffff;
    --gray: #BCBCBC;
    --gray-1: #fbfbfa;
    --gray-2: #EBEBEB;
    --black: #231F20;
    --yellow: #FFB629;
    --red: #D45136;
    --orange: #EAA73A;
    --pink: #EAA999;
    --blue: #21BDDB;
    --bg-light: #D7DFB0;
}

/********** Custom CSS ************/

body{
    font-family: "Nunito Sans", sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {

}

.text-primary {
    color: var(--primary) !important;
}

.bg-gray {
    background: #E9EAE8;
}

.btn.btn-main {
  border-radius: 26px;
  padding: 10px 20px;
  background: var(--primary);
  color: var(--white);
}
.btn.btn-main:hover {
  background: #d3cfc9;
}

#name-user{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.main>div>p {
  display: none;
 }

p:last-of-type {
 
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

/*ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}*/

img {
    max-width: 100%;
/*    height: auto;*/
}

.form-control:focus ,
.form-select:focus {
  box-shadow: unset;
}


.block {
  display: block;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    background: var(--primary);
    color: var(--white);
}

.back-to-top:hover {
    background: var(--primary);
    color: var(--white);
}

.mb-30 {
  margin-bottom: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.p-30 {
  padding: 30px;
}

.checked {
  color: var(--yellow);
}

.dropdown-toggle::after {
  display: none;
}

/*.navbar-nav .dropdown-menu {
  float: none;
}

.dropright .dropdown-menu {
  width: max-content;
  top: 0;
  right: auto;
  left: 100%;
}*/

.nav-archive:hover {
  background: var(--gray-2);
}

.nav-mega-menu {
  left: 100%;
  background: var(--white);
  top: 0;
  width: 295%;
  z-index: 9;
  padding: 0;
  margin: 0;
  list-style-type: none;
  visibility: hidden;
  display: flex;
  opacity: 0;
  transition: all .3s;
  padding: 16px 20px;
  height: 100%;
  min-height: 378px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.nav-archive:hover .nav-mega-menu {
  visibility: visible;
  opacity: 1;
}

.nav-mega-menu li.nav-item-sub-li:not(:last-child) {
  margin-bottom: 10px;
}

.nav-mega-menu > ul {
  width: 70%;
}

.nav-mega-menu a.link-bold {
  display: block;
  color: var(--black);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 12px;
}

.nav-mega-menu ul.nav-mega-sub-list {
  display: flex;
  flex-wrap: wrap;
}

.nav-mega-menu ul.nav-mega-sub-list .nav-item-sub-li {
  max-width: 50%;
  flex: 0 0 50%;
}

/*.nav-mega-menu ul > li {
  width: 50%;
  display: inline-block;
  float: inline-end;
}*/

.nav-mega-menu ul li ul li:not(:last-child) {
  margin-bottom: 6px;
}

.nav-mega-menu ul li ul li a {
  font-size: 14px;
  text-transform: capitalize;
}

/*.nav-mega-menu ul li:not(:last-child) {
  margin-bottom: 12px;
}*/

.img-banner {
  /*width: 30%;*/
  padding-left: 15px;
  overflow: hidden;
  flex: 1;
}

.nav-archive-mb {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.nav-archive-mb, .nav-archive-mb ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.nav-mega-mb {
  display: none;
  padding: 0 0 0 55px;
  margin-top: 10px;
}

.nav-mega-mb li:not(:last-child) {
  margin-bottom: 5px;
}

.nav-mega-mb li a {
  color: var(--black);
  font-size: 13px;
  display: block;
}

.nav-mega-mb a.nav-item-product {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 5px;
}

.nav-body-icon {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0 10px;
}

.nav-archive-mb li .item-nav {
  display: flex;
  justify-content: space-between;
}

.nav-archive-mb img {
  width: 24px;
  margin-right: 15px;
}

.header-menu-category h6 {
  font-size: 15px;
  line-height: 25px;
  text-transform: uppercase;
}

.bottom-header {
  position: relative;
}

.bottom-header .navbar{
  position: initial;
}
.menu-nav-archive .navbar-vertical {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.navbar-nav-main .nav-link{
    color: var(--black);
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    text-transform: capitalize;
    outline: none;
    /*margin-right: 24px;*/
}

.navbar-nav-main .nav-link.active {
    color: var(--primary);
}

/*.header-menu-category {
  justify-content: center;
}*/
.header-menu-category img {
  margin-right: 5px;
}

@media(max-width: 1400px)
{
  .header-menu-category.vertical-title {
    padding: 12px 20px;
  }
  .header-menu-category h6 {
    font-size: 14px;
  }
  .header-menu-category img {
    width: 20px;
  }
}
@media(max-width: 1200px)
{
  .header-menu-category h6 {
    font-size: 12px;
  }
}
@media(max-width: 990px)
{
  .bottom-header {
    display: none;
  }

  #name-user,
  .main-header .col-right a p{
    display: none;
  }
  .main-header .btn.btn-main {
    display: inline-block;
  }
  .main-header .btn.btn-main img{
    min-width: 27px;
  }

  
}

.navbar-vertical {
  left: 0;
  right: 0;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
}

.menu-nav-archive:hover .navbar-vertical {
  visibility: visible;
  opacity: 1;
}

.navbar-vertical.navbar-light .navbar-nav .nav-link {
    padding: 14px 16px;
    border-bottom: 1px solid #F5F5F5;
    font-size: 15px;
    line-height: 24px;
}

.bottom-header .navbar-toggler {
  color: var(--black);
}

.bottom-menu-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.item-brand-dropdown .thumb img {
/*  height: 95px;*/
  object-fit: cover;
}

.menu-list-right .main-menu-li {
  position: initial;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-menu-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  /*text-align: center;*/
  visibility: hidden;
  /*box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);*/
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
  background: var(--white);
  border-top: 1px solid #ededed;
  z-index: 999;
  padding-top: 10px;
  padding-bottom: 15px;
}

.menu-list-right .main-menu-li:hover .main-menu-dropdown {
  visibility: visible;
  transform: scaleY(1);
}

.main-menu-sub .menu-sub-child-li > a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--black);
  display: block;
  margin-bottom: 14px;
}

.main-menu-sub .menu-sub-child-li {
  width: 33%;
  float: left;
  display: inline-block;
}

.main-menu-sub .menu-sub-child-li ul li {
  margin-bottom: 5px;
}

.main-menu-sub .menu-sub-child-li ul li a {
  font-weight: 400;
  text-transform: capitalize;
  color: var(--black);
  font-size: 14px;
}

.main-menu-sub .menu-sub-child-li ul li a:hover {
  font-weight: 600;
}

.vertical-title {
  background: rgb(108 116 73 / 6%);
  padding: 12px;
}

.bottom-header .navbar-toggler:focus,
.bottom-header .btn-close:focus {
  box-shadow: none;
}


.carousel-caption {
  left: 0;
  bottom: 80px;
  text-align: left;
  width: 100%;
  padding: 0;
  z-index: 1;
}

.slider-btn {
  position: absolute;
  left: 10%;
  bottom: 10%;
  color: #0E79A1;
  text-transform: capitalize;
  font-weight: 500;
  border: #0E79A1 solid 1px;
  border-radius: 30px;
  padding: 18px 43px;
}
.carousel-indicators {
  list-style: none;
}
#header-carousel .carousel-indicators [data-bs-target] {
  border-top: 4px solid transparent;
  border-bottom: 10px solid transparent;
}
#header-carousel .carousel-indicators li {
  width: 14px;
  border-radius: 50%;
  background: var(--gray);
  box-sizing: border-box;
}

#header-carousel .carousel-indicators li.active {
  background: var(--primary);
}

.title-countdown {
    display: flex;
    align-items: center;
}

@media(max-width: 767px)
{
  .navbar-nav-main {
    display: none;
  }
  .offcanvas-body .navbar-nav-main {
    display: block;
  }

  .slider-btn {
    
    line-height: 24px;
    padding: 0px 4px;
    left: 15px;
    bottom: 15px;
    font-size: 13px;
  }
}
@media(max-width: 580px)
{
  .title-countdown img {
    max-height: 50px;
    /* max-height: 25px; */
  }
}

/*** Product Sale ***/

.title h3 {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}

/*.title img {
  width: 46px;
}*/

.countdown-timer {
    display: flex;
    align-items: center;
    gap: 5px;
}

.countdown-timer-content {
  color: var(--primary);
  background: var(--white);
  border-radius: 20px;
  box-shadow: 3px 4px 5.8px 0px #6C744930 inset;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 58.5px;
  min-height: 36.66px;
}

.timer-number {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  display: block;
}

.sale-wrapper {
  background: var(--light-1);
  padding: 27px 31px;
  border-radius: 20px;
}

.badge-container {
  position: absolute;
  left: 0;
  top: 0;
}

.badge-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background: var(--primary);   
    color: var(--white);
    font-size: 14px;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-thumbs {
  max-width: 63px;
}

.product-list-content .item-product {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.item-product .product-content{
    padding: 0.5rem;
}


.item-product{
    background-color: #EFF2FB;
}

.item-product .product-thumb {
    position: relative;
    border: 1px solid #F2F3EB;
    margin-bottom: 7px;
}

.product-thumb:before{
    content: "";
    display: block;
    padding-top: 100%;
}

.product-thumb a {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.item-product .product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-title {
  font-size: 1rem;
  line-height: 1.2;
  color: var(--black);
  margin-bottom: 10px;
  font-weight: 500;
  display: block;

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-title span {
  color: var(--dark-1);
}

.product-price-cart{
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 42px;
}

.product-price {
    display: flex;
    flex-direction: column;
}

.product-price ins,
.price-sale ins {
  text-decoration: none;
  color: #F21031;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.product-price .price-discount {
  background: #ff0000;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  padding: 0px 7px;
  color: #fff;
  margin-left: 10px;
  border-radius: 5px;
  line-height: 21px;
}

.product-price > del,
.price-sale > del {
  font-size: 13px;
  line-height: 15px;
  color: #353535;
  margin-bottom: 3px;
  font-weight: 400;
}

.product-price .price-level {
    font-size: 18px;
    flex-wrap: wrap;
}

.product-price .price-level-name {
  flex: 0 0 100%;
  display: block;
  color: #000;
  font-weight: 400;
  font-size: 14px;
}

.product-cart{
    margin-left: auto;
}

.product-cart a{
    display: block;
    padding: 0.25rem 1rem;
    background-color: var(--primary);
    border-radius: 50rem;
}

.coupons-wrapper,
.product-star-sell {
    display: flex;
    align-items: center;
    gap: 6px;
    
}

.coupons-wrapper {
  padding: 12px 0 8px;
}

.coupons-wrapper>div {
  border: 1px solid;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 16px;
}

.coupons-wrapper span {
  display: block;
}

.category {
  border-color: var(--primary);
  color: var(--white);
  background: var(--primary);
}

.coupon {
  border-color: var(--red);
  color: var(--red);
}

.ship {
  border-color: var(--yellow);
  color: var(--yellow);
}


.product-action .actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2px;
}

.wishlist-button {
  border: none;
  background: transparent;
  padding: 0;
}
.wishlist-button img {
  width: 15px;
}

.ic-heart,
.ic-heart-o {
  width: 15px;
  height: 18px;
  display: block;
  background: url('../img/heart.png') no-repeat center center;
  background-size: 100%;
}
.ic-heart-o {
  background: url('../img/ic-heart-o.png') no-repeat;
  background-size: 100%;
}

.product-bar {
     height: 3px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
}

.product-bar::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #e0d7ce;
  /*opacity: 0.06;*/
}

.product-bar__inner {
  display: flex;
  justify-content: space-between;
  flex: 0 0 auto;
  height: 100%;
  background: var(--primary);
  z-index: 1;
}

.product-star-sell .star {
  color: var(--orange);
  font-size: 12px;
}

.product-star-sell .sell {
  font-size: 12px;
  line-height: 18px;
}

.product-slider .owl-nav .owl-prev,
.product-slider .owl-nav .owl-next,
.category-slider .owl-nav .owl-prev,
.category-slider .owl-nav .owl-next,
.suggestion-slider .owl-nav .owl-prev,
.suggestion-slider .owl-nav .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 30px;
}

.product-slider .owl-nav .owl-prev,
.category-slider .owl-nav .owl-prev,
.suggestion-slider .owl-nav .owl-prev {
  left: -5%;
}

.product-slider .owl-nav .owl-next,
.category-slider .owl-nav .owl-next,
.suggestion-slider .owl-nav .owl-next {
  right: -5%;
}

.product-slider .item-product {
  padding: 12px;
}

@media(max-width: 1440px)
{
  .product-slider .item-product {
    padding: 10px;
  }
}



/*** Top Seller ***/

.seller {
  background: #fffbf8;
  height: 548px;
  max-height: 100%;
  display: flex;
  align-items: center;
}

.title-seller {
  max-width: 25%;
  flex: 0 0 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-seller {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.right-text-box {
    flex: 0 0 25%;
    max-width: 25%;
}

.box-img-seller {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  min-height: 450px;
  display: flex;
}
.box-img-seller .img {
/*    flex: 1;*/
}
.box-img-seller .img:nth-child(2) {
    margin-left: -50px;
    margin-right: -50px;
}
.box-img-seller .img:nth-child(2) img {
    margin-top: 100px;    
}
.box-img-seller .img:nth-child(3) img {
    margin-top: 30px;    
}


.title-seller,
.title-seller-mb {
  color: var(--primary);
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
}



.right-text-box p,
.right-text-mb p {
  font-size: 16px;
  line-height: 28px;
  color: var(--black);
  margin-bottom: 30px;
}

.right-text-box a {
  font-size: 16px;
  line-height: 31.25px;
  font-weight: 600;
  color: var(--primary);
}
.right-text-box a:after{
  content: "";
  display: inline-block;
  width: 5px;
  height: 20px;
  background: url('../img/icon-right-small.svg') no-repeat center bottom;
  margin-left: 10px;

}

@media(max-width: 767px)
{
  .content-seller {

  }
  .title-seller{
    flex: 0 0 100%;
    max-width: unset;
  }
  .box-img-seller {
    flex: 0 0 100%;
    max-width: unset;
    min-height: 300px;
    display: flex;
    align-items: center;
    gap: 30px;
  }
  
    .box-img-seller .img:nth-child(3) img {
        margin-top: 0;    
    }

    .right-text-box {
        margin-top: 30px;
        flex: 0 0 100%;
        max-width: unset;
    }
    .right-text-box a {
      display: block;
      text-align: right;
    }
}

/*** Brands ***/
.ads-info {
  background: var(--bg-image); center no-repeat;
  background-size: cover;
  color: var(--white);
}

.ads-content {
/*  overflow: hidden;*/
}

.ads-info p {
  font-size: 37px;
  line-height: 46.25px;

  /*-moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-animation: my-animation 15s linear infinite;
  -webkit-animation: my-animation 15s linear infinite;
  animation: my-animation 15s linear infinite;*/
}



/* for Firefox */
@-moz-keyframes my-animation {
  from { -moz-transform: translateX(100%); }
  to { -moz-transform: translateX(-100%); }
}

/* for Chrome */
@-webkit-keyframes my-animation {
  from { -webkit-transform: translateX(100%); }
  to { -webkit-transform: translateX(-100%); }
}

@keyframes my-animation {
  from {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}


/*** Brands ***/

.title-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.view-more {
  border-bottom: 1px solid var(--primary);
}

.view-more a {
  color: var(--primary);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
}

.view-more a i {
  color: var(--primary);
}

.item-brand a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.item-brand a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: #8A7E71;
  opacity: 0.3;
  width: 100%;
  height: 100%;
}

.item-brand img {
  width: 100%;
  transition: all 0.3s;
}
.item-brand:hover img {
  transform: scale(1.2);
}

.content-brand {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 1;
}

.content-brand h3 {
  color: var(--white);
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 0;
}

/*** Category ***/

.item-cate {
  text-align: center;
}

.item-cate .thumb {
  position: relative;
}

.item-cate .more {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary);
  border-radius: 30px;
  color: var(--white);
  font-size: 20px;
  padding: 6px;
  width: 32px;
  height: 32px;
  display: flex;
}

.item-cate .content {
  margin-top: 16px;
}

.item-cate h4 {
  color: var(--primary);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0;
}

/*** Service ***/

.service-item {
  position: relative;
  /* overflow: hidden; */
}

.service-item img {
  width: 100%;
}

.service-item .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.service-item h3 {
  -webkit-text-fill-color: var(--white);
  -webkit-text-stroke: 1px var(--primary);
  text-shadow: 0px 5px 5px var(--primary);
  font-family: Arial, Tahoma;
  font-size: 40px;
  line-height: 32px;
  font-weight: 900;
  letter-spacing: .48px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.service-item p {
  color: var(--dark);
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}

/*** Top Search ***/

.list-btn-search ul {
    flex-wrap: wrap;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    list-style: none;
}

.list-btn-search a {
  padding: 9px 22px;
  color: var(--black);
  border-radius: 19px;
  background: var(--gray-2);
  text-transform: capitalize;
  font-size: 14px;
  transition: all .2s;
  display: block;
}

.list-btn-search a:hover {
  background: var(--primary);
  color: var(--white);
}

/*** Video ***/

.item-video a {
  display: block;
  position: relative;
}

.item-video a::before {
  content: '';
  display: block;
  padding-top: calc(100% + 278px);
}

.item-video .thumb {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.item-video img {
  width: 100%;
  height: 100%;
}

/* ----------------------------------- Other Pages Styles ----------------------------------- */

/*---------------------
  Archive
-----------------------*/

.banner-page {
  padding: 36px 0 30px;
}

.banner-page .banner-title {
  position: absolute;
  top: 50%;
  left: 50px;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.banner-title h3 {
  color: var(--primary);
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 0;
  text-transform: capitalize;
  font-weight: 700;
}

.bg-cover img {
  width: 100%;
}

@media(max-width: 767px)
{
  .banner-page {
    padding: 0;
  }
}

.title-product-new {
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.classify-products:not(:last-child) {
  margin-bottom: 20px;
}

#productFilterForm .form-check-input {
  width: 20px;
  height: 20px;
  border-color: #D7D7D7;
/*  border-radius: 0;*/
  margin-right: 10px;
  margin-top: 0;
}
#productFilterForm .form-check-input[type="checkbox"] {
  border-radius: 0;
}
#productFilterForm .form-check-input:focus {
  box-shadow: unset;
  outline: unset;
}

.search-archive {
  margin-bottom: 20px;
  position: relative;
  display: flex;
}
.search-archive .search-input {
  position: relative;
  flex: 1;
}

.search-archive input {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  border: 0;
  padding: 7px 30px 7px 20px;
  border: 1px solid var(--primary);
  border-radius: 30px;
  background: var(--gray-1);
}
.search-archive input:focus {
  box-shadow: unset;
  outline: unset;
}
.search-archive i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.search-archive button {
    border: none;
    color: var(--primary);
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: unset;
}
.search-archive button:hover {
/*  background: var(--gray-1); */
}

.frm-search .search-archive input {
  padding: 10px 30px 10px 20px;
  border-radius: 24px;
  font-size: 14px;
  min-height: 48px;
}
.frm-search .search-archive button {
  right: 10px;
}
.frm-search .search-archive {
  margin-bottom: 0 !important;
}

.title-archile {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--black);
  font-weight: 700;
  text-transform: capitalize;
}

.filter-open {
  display: none;
  margin-left: 10px;
}
@media(max-width: 767px)
{
  .sidebar-content {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    padding: 10px;
    background: #fff;
    z-index: 999;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all 0.5s;
  }
  .sidebar-content.open {
    left: 0;
    bottom: 0;
    overflow-y: auto;
  }

  .filter-open {
    display: block;
    max-width: 10%;
    flex: 0 0 10%;
    cursor: pointer;
  }

  .filter-open img {
    background: var(--primary);
    border-radius: 30px;
    padding: 8px;
  }
}

.classify-products .form-group {
  display: block;
}

.classify-products .form-group:not(:last-child) {
  margin-bottom: 8px;
}

.classify-products .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.classify-products .form-group label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  color: var(--black);
}

.classify-products .form-group label::before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid var(--gray);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.classify-products .form-group input:checked + label::before {
  border-color: var(--primary);
}

.classify-products .form-group input:checked + label::after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 6px;
  width: 6px;
  height: 12px;
  border: solid var(--primary);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.readmore__toggle {
  color: var(--primary);
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration-line: underline;
  display: block;
  margin-top: 8px;
}

.archive-title p {
  font-size: 14px;
  font-weight: 700;
}

.filter-sort {
  display: flex;
  align-items: center;
  gap: 10px;
}

.filter-sort span {
  font-size: 14px;
  text-transform: capitalize;
}

.filter .form-select:focus {
  box-shadow: none;
}

.filter .form-select {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid var(--black);
  color: var(--black);
}

.product-view-more {
  text-align: center;
  margin-top: 24px;
}

.product-view-more button {
  color: var(--dark);
  text-transform: capitalize;
  padding: 8px 40px;
  border: 1px solid var(--dark);
  border-radius: 20px;
}

.product-view-more button:hover {
  border-color: var(--dark);
  color: var(--dark);
}

/*---------------------
  Detail Product
-----------------------*/

.image-gallery {
  display: flex;
}

.swiper-thumb {
  align-items: center;
  border: 1px solid #e0e5eb;
  cursor: pointer;
  display: flex;
  height: auto !important;
  justify-content: center;
  transition: border-color .2s ease-in-out;
/*  width: auto !important;*/
/*  margin-bottom: 12px;*/
}

.swiper-thumb.active, 
.swiper-thumb.swiper-slide-thumb-active {
  border-color: var(--primary);
}

.swiper-thumb-img {
  border-radius: 8px;
  opacity: .5;
  transition: opacity .2s ease-in-out;
}

.swiper-thumb.active .swiper-thumb-img, 
.swiper-thumb.swiper-slide-thumb-active .swiper-thumb-img,
.swiper-thumb:hover .swiper-thumb-img {
  opacity: 1;
}

@media(max-width: 767px)
{
  .image-gallery {
    flex-wrap: wrap;
  }
  .swiper-thumbs {
    max-width: unset;
    order: 1;
  }
  .swiper-thumb {
/*    width: inherit !important;*/
  }
}

/*.swiper-thumb .ratio::before {
  padding-top: 70%;
}*/

.single-breadcrumbs li, 
.single-breadcrumbs a {
  font-size: 12px;
  line-height: 20px;
  color: var(--dark);
  text-transform: capitalize;
}

.single-breadcrumbs .breadcrumb-item+.breadcrumb-item::before {
    content: '>';
}

.content-detail h1 {
  font-size: 1.5rem;
  font-weight: 700;
}

.reviews ul li{
  display: inline-block;
  position: relative;
}

.reviews ul li:not(:last-child){
  margin-right: 6px;
  padding-right: 12px;
}

.reviews ul li:not(:last-child)::after{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  background: var(--light-2);
  width: 1px;
  height: 50%;
}

.rate {
  display: flex;
  align-items: center;
  gap: 8px;
}

.star i {
  font-size: 1rem;
}

.rate p {
  text-decoration: underline;
  font-size: 12px;
  line-height: 20px;
  color: var(--light-2);
}

.reviews p{
  line-height: 20px;
  color: var(--light-2);
}

.reviews p i {
  color: var(--dark-1);
}

.brand-origin p {
  color: var(--dark);
}

.price.price-sale {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 0;
}

.price-sale > ins  {
  font-size: 24px;
  line-height: 32px;
}

.price-sale > del {
  font-size: 14px;
  line-height: 32px;
  margin-bottom: 0;
}

.percent {
  display: inline-block;
  background: #F21031;
  color: var(--white);
  font-size: 12px;
  line-height: 18px;
  padding: 2px 9px;
  border-radius: 30px;
}


.price.price-sale.price-single {
  flex-wrap: wrap;
  gap: 0;
}
.price-single > ins del {
  font-size: 20px;
}
.price-single .price-level {
  flex: 0 0 100%;
  flex-wrap: wrap;
}
.price-single .price-level-name {
    flex: 0 0 100%;
    display: block;
    color: #000;
    font-weight: 400;
    font-size: 16px;
}


.form-attr {
    padding-left: 0;
}

.form-check-justified:not(:last-child) {
    margin-right: 0.5rem;
}

.form-attr .form-check-input {
  border: 0;
  background: none;
  box-shadow: unset !important;
}

.form-attr-label {
  position: relative;
  margin-bottom: 0;
  padding: 5px 7px;
  transition: color .2s ease-in-out, border-color .2s ease-in-out;
  border: 1px solid #c1c1c1;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
  border-radius: 15px;
  white-space: nowrap;
}

.form-check-justified .form-attr-label {
    width: 100%;
}

.form-attr-label:hover, 
.form-check-input:checked~.form-attr-label {
    border-color: var(--primary);
    color: var(--primary);
}

.product-attr h6 {
  font-size: 12px;
  line-height: 20px;
  color: var(--dark);
  margin-bottom: 10px;
}

.product-attr-content {
  margin-bottom: 16px;
}

.product-single__actions {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.product-single__actions .product-single__quantity{
    display: flex;
    align-items: center;
    gap: 1rem;
}


.filter-product, 
.add-cart {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
}

.filter-product label {
    min-width: 75px;
    color: var(--dark);
}

.qtyField {
    display: table;
}

.qtyField a {
    color: var(--black);
}

.qtyField > a, 
.qtyField > span, 
.qtyField input {
    display: table-cell;
    line-height: normal;
    text-align: center;
    padding: 3px 6px;
    border: 1px solid #ebebeb;
}

.qtyField .qtyBtn, .qtyField .qty {
    padding: 10px 6px;
    width: 40px;
    height: 36px;
    border-radius: 0;
    float: left;
    line-height: 15px;
}

.qtyField .qty {
	-moz-appearance: textfield;
}

.qtyField .qty:focus-visible {
	outline: none;
}

.qtyField .qty::-webkit-outer-spin-button,
.qtyField .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
} 

.qtyField .qtyBtn {
    background: #f9f9f9;
}

.qtyField > a:first-child {
    border-right: 0;
}

.qtyField > a:last-child {
    border-left: 0;
}

.product-stock {
  font-size: 14px;
}

.add-cart {
  gap: 16px;
}

.add-cart a {
  font-size: 16px;
  text-transform: uppercase;
  padding: 14px 18px;
  font-weight: 700;
  border-radius: 0;
}

.add-cart a:first-child {
  color: #fff;
  background-color: #F5CE1F;
}

.add-cart a:last-child {
  background: var(--primary);
  color: var(--white);
  /* padding-left: 50px;
  padding-right: 50px; */
}

.product-share__icon,
.social_like_single {
  display: flex;
  align-items: center;
}

.product-share__icon {
  gap: 10px;
}

.product-share__icon p {
  font-size: 12px;
  line-height: 20px;
  color: var(--secondary);
}

.social_like_single img {
  width: 45px;
}

.product-tabs {
  padding-bottom: 40px;
}

.product-tabs img{
    max-width: 100%;
    height: auto !important;
}

.product-tabs,
.detail-description-top{
  border-bottom: 1px solid #dee2e6;
}

.product-tabs ul {
  flex-wrap: nowrap;
  gap: 1.5rem;
  border-bottom: none;
}

.product-tabs ul li .nav-link {
    position: relative;
    padding: 0.25rem 0;
    background-color: transparent !important;
    border: none;
    font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
    font-family: "Protest Strike";
    color: #7A7A7A;
}

.product-tabs ul li .nav-link::after {
  content: '';
  width: 76px;
  height: 2px;
  background: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
}

.product-tabs .nav-tabs .nav-link:hover::after ,
.product-tabs .nav-tabs .nav-link.active::after {
    background: var(--primary);
}

.product-tabs .nav-tabs .nav-link:hover,
.product-tabs .nav-tabs .nav-link.active {
  color: #000;
}

.product-detail_description {
  overflow: hidden;
  max-height: 900px;
  position: relative;
}

.product-detail_description.active {
    overflow: initial;
    max-height: initial;
}

.product-detail_description::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 20%, #fff);
}

.product-detail_description.active::after {
  display: none;
}

.detail-readmore {
  text-align: center;
  padding: 16px 0 0;
}

.btn__custom {
  font-weight: 500;
  background: transparent;
  outline: none;
  border: 1px solid var(--dark);
  text-transform: capitalize;
  padding: 8px 84px;
  border-radius: 20px;
}

.evaluate {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.evaluate span,
.evaluate a {
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
}

.evaluate a {
  display: block;
  border-bottom: 1px solid #646E57;
  color: #646E57;
}

.star-product_rate {
    font-size: 36px;
    margin: 12px 0;
}

.item-rate {
  position: relative;
}

.rate-start {
  width: 12px;
  display: inline-block;
  color: var(--black);
  font-weight: 500;
}

.rate-progress-bar {
  background: #71747159;
  display: block;
  height: 5px;
  width: 220px;
  position: absolute;
  left: 20px;
  top: 6px;
  border-radius: 4px;
}

.rate-progress-bar .full {
  background: #00000070 !important;
  width: 50%;
  height: 5px;
  border-radius: 4px;
}

.rate-num {
  position: absolute;
  left: 245px;
  top: -4px;
  color: var(--black);
  font-weight: 500;
}

.top-rate {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-bottom: 4px;
}

.top-rate p {
  margin-bottom: 0;
}

.top-rate p:first-child {
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
  color: var(--black);
}

.top-rate p.date {
  font-size: 12px;
  line-height: 28px;
}

.user-info_rate p,
.admin-reply p {
  font-size: 14px;
  line-height: 24px;
}

.admin-reply {
  display: flex;
}

.reply {
    width: 40px;
}

.item-cont-rating:not(:last-child) {
  border-bottom: 1px solid var(--bg-light);
  padding-bottom: 16px;
  margin-bottom: 16px;
}

@media(max-width: 767px)
{
  .product-detail_description {
    padding-top: 20px;
  }

  .product-detail_description img {
    max-width: 100% !important;
    height: auto !important;
  }
}


/*---------------------
  Login
-----------------------*/

.bg-main_login {
  background: linear-gradient(rgba(000, 000, 000, .75), rgba(000, 000, 000, .85)), var(--login-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.content-login {
  color: var(--white);
}

.content-login h3 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 16px;
}

.content-login p {
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  width: 60%;
}

.frm-account {
  position: relative;
  background: var(--white);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0px 0px 20px 0px #0000001A;
}

.frm-box_title h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 12px;
}

.frm-box_title p,
.frm-box_title a {
  font-size: 14px;
  line-height: 24px;
}

.frm-account .form-label {
  color: var(--black);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
}

.required {
  color: var(--red);
}

.frm-account input ,
.frm-account select {
  padding: 12px 20px;
  border-radius: 30px;
  font-size: 14px;
  line-height: 24px;
}

.frm-account input:focus {
  box-shadow: none;
  border-color: #dee2e6;
}

.password-toggle {
  position: relative;
}

.password-toggle-btn .password-toggle-check {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.password-toggle-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: .625rem;
  left: unset;
  margin-bottom: 0;
  padding: .5rem;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  border: 0;
  background: unset;
}

.form-other,
.form-loginIcon,
.login-social-icon {
  display: flex;
  align-items: center;
  gap: 12px;
}

.form-other {
  justify-content: space-between;
  gap: initial;
}

.login-social-icon {
  gap: 6px;
}

.form-loginIcon p {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: var(--black);
}

.btn-login-page button {
  background: var(--primary);
  color: var(--white);
  border-radius: 30px;
  padding: 12px 20px;
}

.btn-login-page button:hover {
  background: var(--primary);
  color: var(--white);
}

/*---------------------
  My Order
-----------------------*/

.customer-dashboard {
  padding: 30px 0;
}

.customer-menu {
  display: block;
  position: relative;
  border: 1px solid var(--bg-light);
  border-top: 3px solid var(--primary);
  border-radius: 5px;
  overflow: hidden;
}

.customer-menu .tit-menu-cus {
  color: var(--primary);
  font-weight: 700;
  padding: 10px 10px 10px 15px;
  border-bottom: 1px solid #c9d0cd;
  font-size: 17px;
  display: block;
  line-height: 20px;
}

.block_info_profile {
  padding: 15px 20px;
  border-bottom: 1px solid #d7d7d7;
  display: flex;
  align-items: center;
  gap: 10px;
}

.avata_profile {
  width: 50px;
}

.block_info_profile .name_profile {
  color: var(--primary);
}

.name_profile p {
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
}

.name_profile a {
  color: var(--dark);
  font-size: 14px;
  line-height: 24px;
}

.name_profile a:hover {
  color: var(--primary);
}

.customer-menu ul.menu_siderbar_custom_view {
  display: block;
}

ul.menu_siderbar_custom_view > li {
  border-bottom: 1px solid #d7d7d7;
  margin: 0;
  position: relative;
  text-transform: uppercase;
}

.customer-menu ul.menu_siderbar_custom_view li {
  padding-left: 20px;
}

ul.menu_siderbar_custom_view > li:before {
  position: absolute;
  left: 2px;
  content: '\f111';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  font-size: 8px;
  top: 50%;
  color: var(--primary);
  transform: translateY(-50%);
}

.customer-menu ul.menu_siderbar_custom_view li:before {
  left: 15px;
}

ul.menu_siderbar_custom_view > li > a {
  border-left: 0;
  padding: 15px 0 15px 15px;
  text-transform: capitalize;
  font-weight: 500;
  color: var(--secondary);
  font-size: 13px;
  letter-spacing: 1.2px;
  display: block;
}

.customer-menu ul.menu_siderbar_custom_view li a:hover,
ul.menu_siderbar_custom_view li a.active {
  text-decoration: underline;
  color: var(--primary);
}

.customer-dashboard-content {
  display: block;
  position: relative;
  border: 1px solid var(--bg-light);
  border-top: 3px solid var(--primary);
  border-radius: 5px;
  overflow: hidden;
}

.customer-dashboard-content .page-title h2 {
  color: var(--primary);
  font-weight: 700;
  padding: 10px 10px 10px 15px;
  border-bottom: 1px solid var(--bg-light);
  font-size: 17px;
  text-transform: uppercase;
}

.customer-dashboard-content .content_profile_view_container {
  padding: 10px;
}

.my-dashboard {
  padding-bottom: 10px;
}

.my-dashboard p {
  font-size: 14px;
  line-height: 24px;
}

.row-title {
  padding-bottom: 3px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
  font-size: 18px;
}

.title_primary_profile {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 15px;
  padding-bottom: 10px;
  padding-top: 0;
  margin-top: 0;
}

.title_primary_profile a,
.profile_view_usr .item a.action {
  font-size: 13px;
  font-weight: 500;
  color: var(--primary);
  text-decoration: underline;
  text-transform: uppercase;
}

.profile_view_usr .item {
  padding: 15px 10px;
  display: block;
}

.profile_view_usr .item span.label {
  font-weight: 700;
  font-size: 14px;
  color: var(--secondary);
}

.profile_view_usr .item span.value,
.contact_title,
.address-cnt {
  color: var(--secondary);
  font-size: 14px;
  line-height: 24px;
}

.profile_view_usr .item:nth-child(2n) {
  background: #f8f8f8;
}

.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 15px auto;
}

.avatar-upload .avatar-edit {
  display: none;
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit.active {
    display: block;
}

.content_profile_view_container .card-body .form-group input, 
.content_profile_view_container .card-body .form-group select, 
.content_profile_view_container .card-body .form-group textarea {
  font-size: 14px;
  color: var(--secondary);
}

.content_profile_view_container .card-body .form-group input:focus, 
.content_profile_view_container .card-body .form-group select:focus, 
.content_profile_view_container .card-body .form-group textarea:focus {
  box-shadow: none;
  border-color: #dee2e6;
}

.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input + label::after {
    content: '\f304';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    color: var(--dark);
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.content_profile_view_container .card-body .form-group label {
  display: block;
  margin-bottom: 3px;
}

.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview {
  width: 100px;
  height: 100px;
}

.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.content_profile_view_container input[type="button"],
.content_profile_view_container input[type="submit"] {
  background: var(--primary);
  color: var(--white) !important;
}

.content_profile_view_container input[name="btn_cancel"].form-control {
    background: var(--secondary);
    border-color: var(--secondary);
    color: var(--white);
}

.btn_edit_form.active,
.btn_update,
.btn_cancel {
  display: none;
}

.btn_update.active,
.btn_cancel.active {
  display: block;
}

.btn-add-old-order {
  background: var(--primary);
  color: var(--white);
  font-size: 14px;
  border-radius: 4px;
}

.list-order .btn-add-old-order:hover,
.list-order .btn-add-old-order:active {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

.list-order .navbar-expand-lg .navbar-nav a {
    background: #f2f1f6;
    color: var(--black) !important;
    display: inline-block;
    padding: 5px 20px;
    margin-right: 10px;
    border-radius: 3px;
    font-size: 15px;
    border-right: none !important;
    white-space: nowrap;
}

.list-order .navbar-nav .nav-link.active {
    font-weight: 700;
    color: var(--primary);
}

.list-order .navbar-expand-lg .navbar-nav a.active, 
.list-order .navbar-expand-lg .navbar-nav a:hover {
    background: var(--primary);
    color: var(--white) !important;
}


@media (min-width: 1200px) {
    .col-16 {
        flex: 0 0 16.66666666666667%;
        max-width: 16.66666666666667%;
    }
}

@media (min-width: 992px) and (max-width: 1344px) {

}

@media (max-width: 991px) {

    .item-video a::before {
      padding-top: calc(100% + 165px);
    }
}

@media (max-width: 767px) {
  .sale-wrapper {
    padding: 27px 16px;
  }

  .title h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .view-more a {
    font-size: 12px;
    line-height: 24px;
  }

  .title-countdown {
    align-items: center;
    gap: 6px;
    justify-content: space-between;

    flex-wrap: wrap;
    flex: 1;
    width: auto;
    padding-right: 0;
  }
  .title-countdown .countdown {
/*    flex: 0 0 100%;*/
  }

  .timer-number {
    font-size: 12px;
    line-height: 20px;
  }

  .countdown-timer-content {
    min-width: 30px;
    min-height: 20px;
  }

  .coupons-wrapper {
    gap: 3px;
  }

  .coupons-wrapper>div {
    font-size: 10px;
    line-height: 12px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .product-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .product-star-sell {
  }

  .product-slider .owl-nav .owl-prev,
  .suggestion-slider .owl-nav .owl-prev {
    left: -3%;
  }

  .product-slider .owl-nav .owl-next,
  .suggestion-slider .owl-nav .owl-next {
    right: -3%;
  }

  .content-brand h3 {
    font-size: 18px;
  }

  .border-title {
    padding-left: 24px;
    padding-right: 24px;
  }

  .ads-info p {
    font-size: 36px;
    line-height: 50px;
  }

  .item-video a::before {
    padding-top: calc(100% + 125px);
  }

  .block {
    display: inline;
  }

  .nav-orders {
    overflow-x: auto;
  }

  .nav-orders .navbar-nav {
    flex-wrap: nowrap;
    flex-direction: inherit;
  }

  .seller {
    height: auto;
  }
}

@media (max-width: 580px) {
    .title-countdown img {
        max-height: 60px;
    }
}
@media (max-width: 480px) {
    .title-countdown img {
        max-height: 45px;
    }
}

@media (max-width: 400px) {
  .coupons-wrapper {
    flex-wrap: wrap;
  }
  .title-countdown img {
        max-height: 38px;
    }
}


/* 5/8/2024 */

input+.error, select+.error {
  font-size: 15px;
  color: #f00;
  margin-top: 5px;
}

.error-message, input+.error, select+.error {
  font-size: 13px;
  color: #f00;
  margin-top: 5px;
}
.select2+.error {
  position: absolute;
  bottom: -22px;
}


.scroll-text {
  /* animation properties */
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  
  -moz-animation: my-animation 20s linear infinite;
  -webkit-animation: my-animation 20s linear infinite;
  animation: my-animation 20s linear infinite;
}

/* for Firefox */
@-moz-keyframes my-animation {
  from { -moz-transform: translateX(100%); }
  to { -moz-transform: translateX(-100%); }
}

/* for Chrome */
@-webkit-keyframes my-animation {
  from { -webkit-transform: translateX(100%); }
  to { -webkit-transform: translateX(-100%); }
}

@keyframes my-animation {
  from {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

/* rate_thongke */
.rate_thongke{
  font-size: 14px;
/*    border: 1px solid #ddd;*/
    /*border-radius: 10px;*/
}

.rate_thongke hr{
    background-color: #7c7c7c;
}

.rate_diem{
    font-size: 30px;
}
.rate_diem i {
  margin: 0 5px;
}

.thongke_star_detail{
/*    border-left: 1px solid #efefef;*/
}

.thongke_star_detail ul {padding: 0;margin: 0;}
.thongke_star_detail ul li{
    display: flex; align-items: center; justify-content: center;
}

.thongke_star_detail .tk_star,
.thongke_star_detail .tk_progress,
.thongke_star_detail .tk_num{
    display: inline-block;
    padding: 0 3px;
    font-size: 14px;
    color: #9a9a9a;
}
.thongke_star_detail .tk_star, .thongke_star_detail .tk_num{width: 42px;}
.thongke_star_detail .tk_progress{
  flex: 1;
}

.thongke_star_detail .tk_progress .progress{
    height: 5px;
}
.thongke_star_detail .tk_progress .progress-bar{
        background-color: #000;
}


.view_thumbnail img{
    display: inline-block;
    max-height: 80px;
}


/* end rate_thongke */
/*product review*/

.review-star .radio-group{
  display: flex;
  flex: 1;
}
.review-star .radio-group div{
  display: flex;
}
.review-star .radio-group label{
  cursor: pointer;
  padding: 0 3px;
  color: #cacaca;
  text-align: center;
  font-weight: normal;
  margin: 0;
  font-size: 18px;
}

/*.review-star .radio-group input:checked+label,*/
.review-star .radio-group label.active,
.review-star .radio-group label:hover{
    color: #f5a623;
}
.review-star .radio-group input{
  position: absolute;
  clip: rect(0,0,0,0);
  pointer-events: none;
}

#review label{
    font-weight: bold;
}
#review input,
#review textarea{
    font-size: 14px;
    padding: 7px;
}


.up_picture_rate label{
    cursor: pointer;
}
.up_picture_rate input{
    opacity: 0;
}

.view_thumbnail {
    display: inline-block;
    position: relative;
    padding: 5px;
    margin: 5px;
    border: 1px solid #eee;
    border-radius: 5px;
}
.view_thumbnail .btn {
    color: #f00;
    background-color: #fff;
    border-color: #f00;
    position: absolute;
    right: -5px;
    top: -5px;
    border-radius: 50%;
    z-index: 99;
    font-size: 12px;
    padding: 3px 5px;
    line-height: 1;
    width: 20px;
    height: 20px;
}


.review-star .voted{
    color: #fd9727;
}

.text-write-vote {
  color: #646E57;
  font-weight: 600;
}

.review-detail{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #D9D9D9;
}
.r-date{
/*    font-size: 14px;*/
    color: #878787;
}
.r-name {
  font-size: 14px;
}
.r-name b{
/*  font-size: ;*/
}

.icon-replies-count{
    color: #2f80ed;
    font-size: 13px;
    cursor: pointer;
}

.box_reply{
    display: none;
    border: 1px solid #dadada;
    padding: 5px;
    padding-left: 15px;
    border-radius: 3px;
    position: relative;
    margin: 10px 0 5px;
    background: #f1f1f1;
}

.box_reply:after, .box_reply:before {
    bottom: 100%;
    left: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.box_reply:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #f1f1f1;
    border-width: 9px;
    margin-left: -9px;
}
.box_reply:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #dadada;
    border-width: 10px;
    margin-left: -10px;
}
.list_rate_title{
    display: inline-block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.reply_item .list_rate_title span{
    color: #4bab02;
    font-size: 14px;
    font-weight: bold;
}

.count-comment{
    position: absolute;
  right: 15px;
  font-size: 13px;
  color: #f15a34;
}
.count-comment span{
    color: #333;
}
.count-comment span.error{
    color: #f15a34;
}

#aniimated-thumbnials img{
    max-height: 65px;
}
/*product review*/

/*blog*/
.section-title {
    text-align: center;
    margin-bottom: 15px;
}

.section-title h3 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.3;
    font-size: 24px;
    color: #000000;
    margin-bottom: 0;
}

.blogs {
    background: #E9EAE8;
}

.news-item {
    background: #e9eae8;
    position: relative;
    border-radius: 10px;
}

.news-image {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.news-image a {
    position: relative;
    overflow: hidden;
    padding-top: 60%;
    padding-top: 100%;
    width: 100%;
    height: 0;
    display: block;
}

.news-image img {
    transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    position: absolute;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
}

.news-item:hover img {
    transform: scale(1.1);
}

.news-overlay {
    padding: 15px 18px;
}

.news-cata {
    text-transform: uppercase;
    color: #2F4F89;
}

.news-overlay a {
    display: block;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.5;
    margin: 5px 0 13px 0;
    min-height: 48px;
}

.news-date {
    color: #c6c6c6;
}
.blog-post-title h2,
.blog-post-title h3,
.blog-post-content h2 {
  font-size: 22px;
  
}
.blog-post-content h3 {
  font-size: 20px;
}

.sidebar-news .news-item {
  background: unset;
  display: flex;
  margin-bottom: 20px;
  border-radius: 0;
}
.sidebar-news .news-item .news-image {
  flex:  0 0 30%;
  border-radius: 0;
}
.sidebar-news .news-image a {
  padding-top: 80%;
  border-radius: 9px;
}
.sidebar-news .news-overlay{
  padding: 0 0 0 15px;
  font-size: 14px;
}
.sidebar-news .news-overlay a {
  margin-top: 0;
  font-size: 14px;
  min-height: 40px;
}
.sidebar-news .news-cata{
  display: none;
}
/*blog*/

/*content loading*/
.mh-100{
    min-height: 100px !important;
}
.list-content-loading {
  background: rgba(0, 0, 0, .3);
  border-radius: 3px;
  bottom: 0;
  display: none;
  left: 0;
  /*margin: -15px;*/
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1021;
}

.half-circle-spinner {
  border-radius: 100%;
  height: 60px;
  margin: 20px auto;
  position: relative;
  width: 60px
}

.half-circle-spinner,
.half-circle-spinner * {
  box-sizing: border-box
}

.half-circle-spinner .circle {
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%
}

.half-circle-spinner .circle.circle-1 {
  -webkit-animation: half-circle-spinner-animation 1s infinite;
  animation: half-circle-spinner-animation 1s infinite;
  border-top-color: var(--color-primary)
}

.half-circle-spinner .circle.circle-2 {
  -webkit-animation: half-circle-spinner-animation 1s infinite alternate;
  animation: half-circle-spinner-animation 1s infinite alternate;
  border-bottom-color: var(--color-primary)
}

@-webkit-keyframes half-circle-spinner-animation {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(1turn)
  }
}

@keyframes half-circle-spinner-animation {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(1turn)
  }
}

.list-content-loading .half-circle-spinner .circle.circle-1 {
  border-top-color: #fff
}

.list-content-loading .half-circle-spinner .circle.circle-2 {
  border-bottom-color: #fff
}

.list-content-loading .half-circle-spinner {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.list-content-loading .half-circle-spinner .circle {
  border: 5px solid transparent
}

@media screen and (max-width:768px) {
  .list-content-loading {
    top: 15px
  }
}


@-webkit-keyframes button-loading-spinner {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(1turn)
  }
}

@keyframes button-loading-spinner {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(1turn)
  }
}
/*content loading*/

/*social-icon*/
.social-icon ul li {
  width: 30px;
  text-align: center;
}
.social-icon a {
  color: #000;
  font-size: 18px;
}
/*social-icon*/

/*modal*/
.modal-backdrop {
  z-index: 999;
}
/*modal*/

/*menu mobile*/
@media(max-width: 990px)
{
}

.open-offcanvas .offcanvas {
  left: 0; 
  visibility: visible;
}

.offcanvas-overlay {
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    top: 0;
    -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -o-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
    z-index: 990;
    visibility: hidden;
}
.offcanvas-overlay.show {
  opacity: 0.5;
  visibility: visible;
}
.btn.btn-offcanvas-close {
/*    display: none;*/
    position: absolute;
    top: 20px;
    left: -40px;
    padding: 0;
    width: 38px;
    height: 38px;
    font-size: 20px;
    color: #000;
    background: #fff;
    border-radius: 50%;
    z-index: 999;
    transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.open-offcanvas .btn.btn-offcanvas-close {
/*    display: block;*/
    left: unset;
    right: 14px;
}

#wrapper {
  transition: 0.5s;
}
.open-offcanvas #wrapper {
    height: 100%;
    /*overflow: hidden;*/
    /*position: fixed;*/
    /*-webkit-transform: translate(300px, 0px);
    -ms-transform: translate(300px, 0px);
    -o-transform: translate(300px, 0px);
    transform: translate(300px, 0px);*/
}
.open-offcanvas .sidebar {
    margin-left: 0;
}
.open-offcanvas .offcanvas-overlay {
    opacity: 0.7;
    filter: alpha(opacity=80);
    visibility: visible;
}
/*menu mobile*/


/* blog update */
.i-margin{
  margin-top: 1.5625rem;
}
.italic {
  font-style: italic;
  
        font-size: 2.25rem;
       
}
.italic h2 {
  font-weight: 600;
}

@media (min-width: 1024px) {
  .banner-image[data-v-8fe1ae48] {
      height: 32.3125rem;
  }
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-center {
  background-position: center;
}
.bg-cover {
  background-size: cover;
}
@media (max-width: 767px) {
.banner-image[data-v-8fe1ae48] {
  height: 12.5rem;
}
.italic{
  font-style: normal;
  
 
}
.blog-detail >.entry-meta
{
  padding-top: 0px !important;
}
.list-group-product .product-sale{
  width: 50%;
}
.list-btn-search >ul li{
  
  min-width: 48%;
  max-width: calc(48% - 12px);
  flex: 0 0 calc(48% - 12px);
}

.list-btn-search >ul li:last-child {
  max-width: 100%;
  flex: 0 0 100%;
}
.badge-circle{
  width: 46px;
  height: 46px;
}

.more .fa-arrow-right {
  line-height: normal;
  font-size: 16px;
}
.coupons-wrapper,
.product-star-sell {
   
    gap: 1px;
    
}
.topbar{
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
}


.td-title{
  --bs-table-bg-state: #f7f7f7;
  padding: 15px 10px 15px 10px !important;
}
.table>tbody td{
  padding: 15px 10px 15px 10px ;
}

.table>thead th{
  background: #f7f7f7;
}
.table>tbody {
  color: var(--secondary);
  font-size: 13px;
}

.sidebar-content .form-check-input:checked {
  background-color: var(--primary);
}

.collapsed > .fa-chevron-up::before
{
  content: '\f078';
}
/*  */
@media (min-width: 1025px) {
  .product-success {
      padding: 0 40px;
     
  }
}
.product-success {
  margin: 0 auto;
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
  margin-bottom: 50px;
  margin-top: 40px;
  position: relative;
  padding: 0 20px 20px;
}
.title-notification {
  display: block;
  overflow: visible;
  position: relative;
}
._notistatus {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  width: 280px;
  line-height: 46px;
  font-size: 16px;
  color: var(--primary);
  font-weight: 600;
  text-align: center;
  display: block;
  margin: auto;
  text-transform: uppercase;
  background: #fff;
  border-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
._thank {
  color: var(--black);
  line-height: 22px;
  background: var(--white);
  padding-top: 40px;
  padding-bottom: 20px;
}
._title_bill {
  display: block;
  line-height: 30px;
  color: var(--black);
  background: #efefef;
  text-transform: uppercase;
  padding: 0 10px;
  font-weight: bold;
}
._info_order, ._call_ship {
  padding: 10px 0;
}
._info_order {
    border: 1px solid #ececec;
}

._result {
  margin: 10px 0;
  flex-wrap: wrap;
  display: flex;
}
._total {
  font-weight: bold;
  display: inline-block;
  flex: 1;
}
._total-prices {
  display: inline-block;
  color: var(--red);
  font-weight: 700;
}
.icon {
  padding: 10px;
  /*  */
  font-family: "icoibco" !important;
  speak: never;
  font-size: var(--fz-normal);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-rendering: auto;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.info-order-item {
  margin-bottom: 5px;
  padding-left: 20px;
}
.info-order-item:last-child {
    margin-bottom: 0;
}
 .table-order-detail tr>td, .table-order-detail tr>th {
  margin-top: 10px;
  border: 1px solid #ececec;
  /* padding: .4rem .7rem; */
  color: #000;
}

.table-scroll>.table tr>td, .table-scroll tr>th {
  margin-top: 10px;
  border: 1px solid #ececec;
}
.table-scroll>.table {
    min-width: 700px;
}
.item-bottom {
  text-align: center;
  padding-bottom: 20px;
}

.btn__customs {
  background-color: #2f4f89;
  color: var(--white);
  position: relative;
  display: inline-block;
  font-size: var(--fz-normal);
  text-align: center;
  height: 50px;
  line-height: 48px;
  border-radius: 30px;
  outline: none;
  padding: 0 20px;
  overflow: hidden;
  border: 1px solid #2f4f89;
  cursor: pointer;
  transition: .4s all;
  text-transform: uppercase;
  min-width: 160px;
}

.btn__customs:hover {
  color: var(--white);
  background-color: var(--black);
  border: 1px solid var(--black);
}
/*  */

.navbar-vertical #img-icon{
  max-width: 24px;
  margin-right: 10px;
}


#icon-cardf:hover
{

}

.col-right a img:hover {
  width: 30px;
}

.col-right a:hover {
  font-weight: 700;
}





.service-item img {
	-webkit-transform: scale(1);
	transform: scale(1);
  transition: transform 0.4s ease-in-out;
}
.service-item:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.service-item p {
  transition: transform 0.3s ease-in-out; /* Hiệu ứng mượt trong 0.3 giây */
}

.service-item p:hover {
  transform: scale(1.2); /* Zoom lên 20% */
}

.service-item h3 {
  transition: transform 0.3s ease-in-out; /* Hiệu ứng mượt trong 0.3 giây */
}

.service-item h3:hover {
  transform: scale(1.2); /* Zoom lên 20% */
}

.item-brand-hover img {
  width: 100%;
  transition: all 0.3s;
}
.item-brand-hover:hover img {
  transform: scale(1.1);
}

.item-brand-hoverd {
  
  position: relative;
}

.item-brand-hoverd::before {
    position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);

}

.item-brand-hoverd:hover::before {
  -webkit-animation: shine .75s;
	animation: shine .75s;
  
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {

  
	100% {
		left: 125%;
	}
}



.review-item{
  /* overflow: hidden; */
}



@media (min-width: 1200px) {
  .main {
        width: 100%;
    }
}


/*level tabs*/
.fancyTab a{
  text-align: center;
  padding:20px 0;
  background-color: #eee;
  box-shadow: 0 0 0 1px #ddd;
  top:15px; 
  transition: top .2s;
  border-bottom:1px solid #ddd;
  color: #000;
  font-weight: 600;
  display: block;
  position: relative;
}

.fancyTab.active  a{
  color: #9d7a56;
}

.whiteBlock {
  display:none;
}

.fancyTab.active .whiteBlock {
  display:block;
  height:2px;
  bottom:-2px;
  background-color:#fff;
  width:99%;
  position:absolute;
  z-index:1;
}

.fancyTabContent {
  border-color: transparent;
  box-shadow: 0 -2px 0 -1px #fff, 0 0 0 1px #ddd;
  padding: 30px 15px 15px;
  position:relative;
  background-color:#fff;
}

.nav-tabs > li.fancyTab > a:hover {
  background-color:#f9f9f9;
  box-shadow: 0 0 0 1px #ddd;
}

.nav-tabs > li.fancyTab > a.active:hover {
  background-color:#fff;
  box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
}


.nav-tabs > li.fancyTab {
  flex: 1;
}

.nav-tabs > li.fancyTab:last-child a {
  border-right: 1px solid transparent;
}

.nav-tabs > li.fancyTab:last-child a.active {
  border-right: 0px solid #ddd;
  box-shadow: 0px 2px 0 0px #fff, 0px 0px 0 1px #ddd;
}

.fancyTab a.active {
  background: #fff;
  box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
  
  top:0;
  border-bottom-color: transparent;
}

.arrow-down {
  display:none;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 22px solid var(--primary);
  position: absolute;
  top: -1px;
  left: calc(50% - 20px);
}

.arrow-down-inner {
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 12px solid #fff;
  position: absolute;
  top: -22px;
  left: -18px;
}

.fancyTab a.active .arrow-down {
  display: block;
}

@media (max-width: 1200px) {
  
  .fancyTab .fa {
    font-size: 36px;
  }
  
  .fancyTab .hidden-xs {
    font-size:22px;
  }
    
}
  
  
@media (max-width: 992px) {
    
  .fancyTab .fa {
    font-size: 33px;
  }
    
  .fancyTab .hidden-xs {
    font-size:18px;
    font-weight:normal;
  }
    
}
  
  
@media (max-width: 768px) {
    
  .fancyTab > a {
    font-size:18px;
  }
    
  .nav > li.fancyTab > a {
    padding:15px 0;
    margin-bottom:inherit;
  }
    
  .fancyTab .fa {
    font-size:30px;
  }
    
  .nav-tabs > li.fancyTab > a {
    border-right:1px solid transparent;
    padding-bottom:0;
  }
    
  .fancyTab.active .fa {
    color: #333;
  }
    
}
/*level tabs*/

.file-control-custom {
  position: relative;
  transition: unset !important;
}

.file-control-custom:hover {
  background: #e9ecef;
}
.file-control-custom::file-selector-button {
  width: 136px;
  color: transparent;
  transition: unset !important;
}

/* Faked label styles and icon */
.file-control-custom::before {
  position: absolute;
  pointer-events: none;
  top: 15px;
  left: 16px;
  height: 20px;
  width: 20px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230964B0'%3E%3Cpath d='M18 15v3H6v-3H4v3c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-3h-2zM7 9l1.41 1.41L11 7.83V16h2V7.83l2.59 2.58L17 9l-5-5-5 5z'/%3E%3C/svg%3E");
}

.file-control-custom::after {
  position: absolute;
  pointer-events: none;
  top: 15px;
  left: 40px;
  color: #000;
  content: "Chọn file";
}

/* ------- From Step 1 ------- */

/* file upload button */
.file-control-custom::file-selector-button {
  border-radius: 4px;
  padding: 0 16px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  background-color: #fff;
/*  border: 1px solid rgba(0, 0, 0, 0.16);*/
/*  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);*/
  margin-right: 16px;
  transition: background-color 200ms;
}

/* file upload button hover state */
.file-control-custom::file-selector-button:hover {
  background-color: #fff !important;
  transition: unset !important;
}

/* file upload button active state */
.file-control-custom::file-selector-button:active {
  background-color: #fff !important;
}




/*==========================================================*/
.main-title{
    font-family: "Protest Strike", serif;
    margin-bottom: 0;
}

.box-main-title h2{
    font-family: "Protest Strike", serif;
}


.btn-custom{
    display: inline-block;
    padding: 0.5rem 1.5rem;
    border: 0;
    font-weight: 700;
    font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
    transition: all .3s ease-in-out;
}

.btn-custom:hover{
    filter: brightness(0.8);
}

.btn-grd{
    background: linear-gradient(93deg, #E6182C 2.48%, #800D18 145.72%);
    color: #fff;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}

.bg-cover{
    position: absolute;
    inset: 0;
    z-index: -1;
}

.image-cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-contain{
    width: 100%;
    height: 100%;
    object-fit: contain; 
}

.hotline-header{
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.5rem;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    background: linear-gradient(97deg, #E6182C 5.38%, #800D18 171.52%);
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}

.hotline-header-icon{
    width: 2rem;
    height: 2rem;
}

.hotline-header .phone{
    font-size: 1rem;
    font-weight: bold;
}

.cart-icon{
    position: relative;
}

.cart-icon .cart-label-quantinty{
    position: absolute;
    top: -4px;
    right: -4px;
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.125rem;
    background: var(--primary);
    border-radius: 50rem;
    color: #fff;
    font-size: 12px;
    line-height: 1;
}

.main-slide .swiper-pagination-bullets{
    --swiper-pagination-bullet-horizontal-gap: 6px;
}

.main-slide .swiper-pagination-bullet{
    background: #fff;
    outline: 1px solid #fff;
    transition: all .3s ease-in-out;
}

.main-slide .swiper-pagination-bullet-active{
    outline-offset: 0.25rem;
}


.wrapper-slide{
    position: relative;
}

.wrapper-slide .swiper-button-next,
.wrapper-slide .swiper-button-prev{

}

.wrapper-slide .swiper-button-next{
    right: calc((-1) * clamp(0rem, -0.4rem + 2vw, 2rem));
}

.wrapper-slide .swiper-button-prev{
    left: calc((-1) * clamp(0rem, -0.4rem + 2vw, 2rem));
}

.wrapper-slide .swiper-button-next:after,
.wrapper-slide .swiper-button-prev:after{
    font-size: 1.5rem;
    color: #000;
}


#home-tab-product{
    justify-content: center;
    border-bottom: 0; 
}

#home-tab-product .nav-link{
    position: relative;
    border: 0;
    color: #000;
}

#home-tab-product .nav-link.active{
    text-shadow: 0px 0px 1px black;
    border-bottom: 1px solid var(--primary);
}

#home-tab-product .nav-link + .nav-link:after{
    content: "/";
    position: absolute;
}


/*===*/
.block-home-category .category-prev:after,
.block-home-category .category-next:after{
    color: #fff;
}
.card-category{
    position: relative;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}
.card-category .thumbnail{
    --bs-aspect-ratio: 120%;
}

.card-category .title{
    position: absolute;
    left: 0;
    bottom: 3rem;
    z-index: 1;
    padding: 0.25rem 1rem;
    background-color: var(--primary);
    font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1.25rem);
    color: #fff;
    clip-path: polygon(2% 0, 100% 0%, 96% 100%, 0% 100%);
}

/*===*/
.box-image-brand{
    display: block;
    padding: 0.5rem;
    border: 1px solid #E7E7E7;
    transition: all .3s ease-in-out;
}

.box-image-brand:hover{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


/*===*/

.box-couter{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box-couter .label-counter{
    font-size: clamp(1.5rem, 1rem + 2.5vw, 4rem);
    font-weight: 900;
    color: #f6f6f6;
    text-shadow:
    -1px -1px 0 #E6182C,
     0   -1px 0 #E6182C,
     1px -1px 0 #E6182C,
     1px  0   0 #E6182C,
     1px  1px 0 #E6182C,
     0    1px 0 #E6182C,
    -1px  1px 0 #E6182C,
    -1px  0   0 #E6182C;
}

.box-couter .label-name{
    font-weight: 700;
    font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
    text-align: center;
    line-height: 1;
}

.slogan-home{
    background: var(--primary);
    color: #fff;
    font-family: "Protest Strike";
}

.slogan-home .scroll-text {
    white-space: nowrap;
    min-width: 800px;
}
.slogan-home p {
    font-size: clamp(1rem, 0.8rem + 1vw, 2rem);
}

/*===*/
.card-review{
    padding-left: 1rem;
    position: relative;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.card-review-inner{
    margin-left: 0.25rem;
    padding: 8%;
    background-color: #F8F8F8;
    transition: all .3s ease-in-out;
}

.card-review:after{
    content: "";
    position: absolute;
    z-index: -1;
    top: -1rem;
    bottom: -1rem;
    left: 1rem;
    right: 0rem;
    border: 0.25rem solid #E6182C;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.card-review svg{
    fill: #C1C1C1;
}

.card-review .description{
    margin-top: 0.5rem;
}

.card-review .customer{
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.card-review .customer .thumbnail{
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    overflow: hidden;
}

.card-review .customer .content{
    flex: 1;
}

.card-review .customer .rate{
    display: flex;
    margin-bottom: 0.25rem;
    font-size: 14px;
    color: #FFD000;
}

.card-review .customer .label-title{

}

.card-review .customer .label-position{
    color: #BBBBBB;
    font-weight: 400;
    font-size: 14px;
    font-style: italic;
}

.card-review:hover{
    padding-left: 1rem;
}

.card-review:hover .card-review-inner{
    background-color: #FFF0F1;
    transform: translateX(1rem);
}

.card-review:hover:after{
    opacity: 1;
    right: 2rem;
    left: 0;
}

.card-review:hover svg{
    fill: #FFBCC3;
}



/*===*/
.card-blog{
    color: #000;
}

.card-blog .thumbnail{
    border-radius: 0.5rem;
    overflow: hidden;
}

.card-blog .thumbnail img{
    transition: all .3s ease-in-out;
}

.card-blog .content{
    position: relative;
    z-index: 1;
    margin-top: -2rem;
    margin-left: clamp(1rem, 0.8rem + 1vw, 2rem);
    padding: 1rem;
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0px 4px 16.7px 0px rgba(0, 0, 0, 0.07);
}


.card-blog .box-date{
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    width: 4rem;
    height: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--primary);
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.card-blog .box-date .date{
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1;
}

.card-blog .title{
    font-size: 1.25rem;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-blog .description{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-blog .view-detail{
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid #D9D9D9;
    color: var(--primary);
}

.card-blog:hover .thumbnail img{
    transform: scale(1.1);
}

/*====*/
.footer{
    color: #fff;
    background-color: #1A1717;
}

.footer-top{
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.footer-top:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    top: -3rem;
    width: 9%;
    z-index: 1;
    background-image: url('/theme/img/cover-footer.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}

.footer-bottom{
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.31);
}

.coppyright{
    text-align: center;
    font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
}

.footer a{
    color: #fff;
}

.form-register-footer{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.form-register-footer input{
    flex: 1;
    padding: 0.75rem 1rem;
    border: 0;
    outline: 0;
    border-radius: 0.5rem;
    color: #54595F;
}

.form-register-footer button{
    padding: 0.75rem 1rem;
    background-color: var(--primary);
    border: none;
    border-radius: 0.5rem;
    box-shadow: none;
    color: #fff;
    font-weight: 700;
    transition: all .3s ease-in-out;
}

.form-register-footer button:hover{
    filter: brightness(0.8);
}


.icon-hot-line{
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.icon-hot-line.white{
    color: #fff;
}

.icon-hot-line .icon{
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary);
    border-radius: 50%;
    color: #fff;
}

.label-top{
    font-size: 14px;
}

.label-bottom{
    font-size: 18px;
    font-weight: 700;
}


.col-footer h3{
    position: relative;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-family: "Protest Strike";
    text-transform: uppercase;
}

.logo-footer{
    width: clamp(10rem, 9rem + 5vw, 15rem);
}

.list-footer ul{
    list-style: none;
    list-style-position: inside;
    margin-bottom: 0;
    padding-left: 0px;
}

.list-footer ul li a{
    position: relative;
}

.list-footer ul li a::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    bottom: -4px;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .2s ease-in-out;
}

.list-footer ul li a:hover::before{
  transform-origin: left;
  transform: scaleX(1);
}

.list-footer ul li{
    transition: transform .2s ease-in-out;
}

.list-footer ul li:hover{
    transform: translateX(5px);
}

.list-footer ul li + li{
    margin-top: 0.7rem;
}

.list-footer ul li i{
    margin-right: 6px;
    color: var(--cl-x);
}

.social-contact{
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.social-contact .item{
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    border-radius: 0.5rem;
    background-color: #534E4E;
    color: #fff;
    font-size: 1.25rem;
    transition: all .2s ease-out;
}

.social-contact .item.item-zalo{
    font-size: 12px;
    font-weight: 900;
    color: #fff;
}

.social-contact-footer .item:hover{
    animation: scale-icon 0.5s;
    background-color: var(--primary);
    color: #fff;
}

@keyframes scale-icon {
    0% { transform: scale(0.8); }
    100% { transform: scale(1); }
}



.pagination{
    gap: 0.5rem;
}
.pagination .page-link{
    border: 0;
    color: #000;
    font-weight: 500;
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    box-shadow: none !important;
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link{
    font-size: 1.5rem;
}


.pagination .page-item.disabled .page-link{
    background: transparent;
}

.pagination .page-item.active .page-link{
    background-color: var(--primary);
    border-radius: 50%;
    color: #fff;
}


.productFilter .form-group{
    flex: 1;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #54595F;
}

.productFilter .form-control{
    border: 0;
    border-radius: 0;
}


/*===*/
.widdget {
    margin-bottom: 1.5rem;
}
.widdget .widdget-title{
    margin-bottom: 0;
    padding: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
    background-color: var(--primary);
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
}

.widdget .widdget-content{
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 1rem;
    box-shadow: 0px 0px 23.3px rgba(0, 0, 0, 0.07);
    position: relative;
}

.widdget .widdget-content:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1rem;
    height: 1.5rem;
    transform: translateX(-100%);
    background-color: #800D18;
    clip-path: polygon(0 0, 100% 0%, 100% 100%);
}

.widdget .widdget-content ul{
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.widdget .widdget-content ul li a{
    color: #000;
    font-weight: 700;
}

.widdget .widdget-content ul li a.active{
    color: var(--primary);
}

.widdget .widdget-content ul li + li{
    margin-top: 0.5rem;
}


.logo{
    width: clamp(7.5rem, 6.5rem + 5vw, 12.5rem);
    transition: all .3s ease-in-out;
}

.navbar-fixed .logo{
    width: clamp(6.875rem, 5.875rem + 5vw, 11.875rem);
}

.navbar{
    display: flex;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
}

.navbar>*{
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;  
}

.navbar-main{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: animate 1s;
    transition: all 2s ease-in-out;
    z-index: 30;
}

@keyframes animate {
    0% {
        transform: translateY(-100px);
    }
    100% {
        transform: translateY(0px);
   }
}

.navbar-fixed.navbar{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.navbar-fixed .navbar-top{
    display: none;
}

.navbar-nav{
    width: 100%;
    align-items: center;
}

.navbar-nav .nav-item .nav-link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 1rem;
    border-width: 0.25rem 0;
    border-style: solid;
    border-color: transparent;
    font-weight: 600;
    white-space: nowrap;
}

.navbar-nav .nav-item .nav-link,
.navbar-nav .nav-item .nav-link a{
    color: #303029;
}

.navbar-nav .nav-item .nav-link.active
.navbar-nav .nav-item .nav-link.active a{
    color: var(--cl-x);
}

.navbar-nav .nav-item:hover .nav-link{

}

/*===*/
.navbar-nav .dropdown-menu{
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
    background-color: #fff;
}

.navbar-nav .dropdown-menu .dropdown-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    color: #000;
    white-space: nowrap;
}

.toggle-menu{
    margin-left: auto;
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-toggler{
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--primary);
    box-shadow: none !important;
    color: var(--primary);
}

.btn-popup-search{
    padding: 0;
}

#searchModal .modal-content{
    background-color: transparent;
}

.form-contact .form-control{
    border: 1px solid#000;
    border-radius: 0;
    box-shadow: none !important;
}

@media (max-width: 991.98px){
    .navbar-nav{
        align-items: unset;
    }

    .navbar-nav .dropdown-menu{
        margin-left: 1rem;
        border: 0;
        border-left: 1px solid rgba(0, 0, 0, 0.3);
    }
}


@media (max-width: 767.98px){
    .product-price-cart{
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .product-cart{
        margin-left: unset;
    }
}


@media (min-width: 992px) {
    .navbar-nav .dropdown-menu .dropdown-item:hover{
        background-color: var(--primary);
        color: #fff;
    }

    .navbar-nav .dropdown-menu .dropdown-item:active{
        background-color: var(--cl-y);
    }

    .navbar-nav .nav-item.dropdown .dropdown-menu{
        animation: menu 0.3s;
    }

    .navbar-nav .dropdown:hover > .dropdown-menu{
        display: block;
    }

    .navbar-nav .dropdown .dropdown-menu .dropdown .dropdown-menu{
        top: 0;
        left: 98%;
    }

    @keyframes menu {
        0% { transform: translateY(20px); }
        100% { transform: translateY(0px); }
    }
}