/********** Template CSS **********/
:root {
    --primary: #136ef1;
    --primary-1: #129209;
    --secondary: #2563b5;
    --third: #051B31;
    --light: #FCF6CA;
    --light-1: #F9F6EF;
    --light-2: #C1C1C1;
    --dark: #2D2D2D;
    --dark-1: #6E6E6E;
    --gray: #BCBCBC;
    --gray-1: #fbfbfa;
    --gray-2: #EBEBEB;
    --black: #231F20;
    --yellow: #FFB629;
    --red: #f70000;
    --orange: #EAA73A;
    --pink: #EAA999;
    --blue: #21BDDB;
    --bg-light: #D7DFB0;
}

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

body {
  background: #f5f5f5;
  font-family: 'Mulish', sans-serif;
  font-size: 14px;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
    font-family: 'Mulish', sans-serif;
    font-weight: 500;
}

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

a {
    text-decoration: none;
}
a:hover {
    color: var(--primary-1);
}

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

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

.owl-stage {
  display: flex;
}

.wrapper-content {
    background: white;
    border-radius: 12px;
    padding: 12px 5px;
}


.btn-custom {
    background: #1c60b9;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    display: block;
    text-align: center;
    border-radius: .5rem;
}
.btn-custom span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
}
.btn-custom:hover {
  color: #fff;
  background: #1c60b9;
}

.btn-group .btn-custom {
  color: #000;
  font-size: 14px;
  background: #fff;
  border: 1px solid #000;
}
.btn-group .btn-custom:hover {
    border: 1px solid #000;
}
.btn-check:checked+.btn-custom,
.btn-check:checked+.btn-custom:hover {
  color: #fff;
  background: #1c60b9;
  border-color: #1c60b9;
}

.product-buy-btn {
  display: flex;
  gap: 5px;
}
.product-buy-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
}
.product-buy-btn .btn {
  border: 1px solid var(--primary);
  
}
.product-buy-btn .btn-cart-add {
  font-size: 16px;
  height: 3rem;
  padding: 0 .75rem;
}
.product-buy-btn .buy-tragop {
  background: #090d14;
}

@media (min-width: 767px) and (max-width: 991px) {

  .container {
    max-width: 100%;
  }
}

@media(min-width: 991px)
{
  .col-custom-5 {
    flex: 0 0 20%;
  }

}

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

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

.fixed-action-btn {
  position: fixed;
  bottom: 130px;
  right: 25px;
  width: 50px;
  z-index: 99;
}

.fixed-action-btn a {
  color: white;
  display: block;
  font-size: 20px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: block;
  text-align: center;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: white;
  margin: 10px auto;
  position: relative;
}

.fixed-action-btn a.facebook {
  line-height: 38px;
}

.fixed-action-btn a.zalo {
  background: #008FE5;
  line-height: 38px;
}

.fixed-action-btn img {
  width: auto;
}

@media (min-width: 1200px) {

  .col-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 992px) {

  .fixed-action-btn a:hover::before {
    border: solid;
    border-color: transparent transparent transparent #333;
    border-width: 6px 6px 6px 6px;
    content: "";
    top: 18px;
    bottom: auto;
    left: -8px;
    position: absolute;
  }

  .fixed-action-btn a:hover::after {
    display: flex;
    justify-content: center;
    background: #333;
    border-radius: 5px;
    color: white;
    content: attr(data-original-title);
    margin: 0;
    font-size: 13px;
    min-width: 80px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    width: max-content;
    padding: 0 5px;
    left: auto;
    top: 9px;
    right: calc(100% + 8px);
  }
}

@media (max-width: 991px) {

  .back-to-top {
    bottom: 90px;
  }
}

/*** Title Start ***/

.section-title h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

/*** Title End ***/

/*** Images ***/

.images-box {
    position: relative;
    overflow: hidden;
}

.images-box::before {
    content: '';
    display: block;
    padding-top: 75%;
}

.images-box .img,
.images-box a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.images-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

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

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

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
}

.site-header {
  z-index: 1060;
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  width: 100%;
  top: 0;
  background: #f5f5f5;
}
.top-bar a {
  color: #f00;
}
.header-top {
  background: #fff;
}

@media(min-width: 1201px)
{
  .top-bar .search-desktop {
    display: none;
  }
}
@media(max-width: 990px)
{
  .top-bar .search-desktop {
    display: none;
  }
}

.main-header {
/*  background: var(--primary);*/
  padding: 5px 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.main-header .logo {
  flex: 0 0 60px;
}
.logo img {
  max-height: 60px;
}

.main-header .menu-main{
  flex: 1;
}

.main-header .nav-item a{
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.main-header .dropdown:hover .dropdown-menu{
  display: block;
}

.search-desktop {
  position: relative;
  min-width: 260px;
}

.search-desktop form {
  width: 100%;
}

.search-desktop input {
  width: 100%;
  border-radius: 5px;
  height: 40px;
  font-size: 14px;
}

.search-desktop button {
  width: 40px;
  height: 36px;
  line-height: 36px;
  position: absolute;
  padding: 0;
  top: 2px;
  right: 2px;
  transition: opacity 150ms linear;
  border: none;
  min-width: auto;
  outline: none;
  box-shadow: none;
  background: var(--primary-1);
  color: white;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ajaxSearchResults {
  position: absolute;
  width: 100%;
  background: white;
  box-shadow: 0px 0px 3px 0px #ccc;
  z-index: 999999;
}

.ajaxSearchResults .results-seach {
  background: white;
  width: 100%;
  display: none;
  position: relative;
  padding: 15px 0;
  padding-top: 8px;
  max-height: 450px;
  overflow-y: auto;
}

.results-seach h2 {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.ajaxSearchResults .group-head-smart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  background: #f5f5f5;
  padding: 2px 15px;
}


.cart-login-search ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.group-icon-header li {
  position: relative;
}

.box-arrow {
  left: 2px;
  /*right: 142px;*/
  right: 0;
  position: absolute;
  bottom: -15px;
  margin: 0 auto;
  width: 22px;
  height: 15px;
  z-index: 99999;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
}

.box-arrow svg {
  -webkit-filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
  filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
}

.header-action_dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: auto;
  right: -50%;
  z-index: 2000;
  min-width: 280px;
  border-radius: 3px;
  background: white;
  border: solid 1px #dfe3e8;
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
}

.bg-grey-opacity {
  background: #f8f8f8;
}

.show-modal-header .header-action_dropdown, 
.show-modal-header .box-arrow {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.header-dropdown_content {
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  padding: 10px 20px;
}

.account_header {
  margin-bottom: 5px;
}

.account_header h2 {
  font-size: 17px;
  text-transform: uppercase;
}

.group-icon-item {
  position: relative;
  color: white;
  border: none;
  background: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.box-icon img {
  width: 24px;
  height: 24px;
}

.group-icon-item .box-icon {
  flex: 0 0 35px;
  width: 35px;
  position: relative;
}

.group-icon-item .box-text {
  flex: 0 0 calc(100% - 35px);
  width: calc(100% - 35px);
  font-size: 13px;
  font-weight: 500;
  text-align: left;
}

.group-icon-item .box-text .small-text {
  display: block;
  font-weight: 500;
  flex: 0 0 100%;
}

.header-select-store {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.header-select-store .form-group {
  max-width: 50%;
  flex: 1;
}

.header-select-store select {
  padding: 7px 10px;
  border-radius: 4px;
  box-shadow: 0 0 0 0 transparent inset;
  font-size: 13px;
}

.header-select-store select:focus,
.site_account_container input:focus {
  box-shadow: none;
  border-color: #d7d7d7;
}

.site_account_container .form-group:not(:last-child) {
  margin-bottom: 10px;
}

.site_account_container input {
  border-radius: 0;
  color: black;
  padding: 8px 10px;
}

.site_account_container .btn-submit {
  width: 100%;
  background: black;
  color: white;
  border-radius: 3px;
  padding: 10px;
}

.site_account_secondary-action {
  margin-top: 10px;
}

.site_account_secondary-action p {
  margin-bottom: 10px;
}

.site_account_secondary-action p a {
  font-weight: 700;
  color: black;
}

.number-cart {
  color: white;
  position: absolute;
  background: var(--red);
  width: 15px;
  height: 15px;
  font-size: 10px;
  line-height: 15px;
  border-radius: 50%;
  text-align: center;
  right: 5px;
  bottom: 12px;
}

.cart-content {
  max-width: 500px;
}

.cart-scroll {
/*  overflow-y: auto;*/
  max-height: 260px;
}

.mini_cart_header {
  padding: 10px 0;
}

.cart-scroll::-webkit-scrollbar {
  width: 5px;
  background-color: #8b8b8b;
}

.cart-scroll::-webkit-scrollbar-thumb {
  background-color: black;
  border: none;
}

.cart-total {
  border-top: 1px solid #e3e5ec;
  padding: 10px 0;
}

.price-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.price-total h5 {
  font-weight: 600;
  margin-bottom: 0;
}

.price-total p {
  font-size: 18px;
  font-weight: 600;
  color: var(--red);
}

.group-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.group-total a {
  max-width: 50%;
  flex: 1;
  padding: 15px 10px;
  border-color: var(--primary);
  border-radius: 0;
  background: var(--primary);
  color: white;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}

.group-total a:hover {
  background: transparent;
  border-color: var(--primary);
  color: var(--primary);
}

.group-total .btn-checkout {
  background: transparent;
  color: var(--primary);
}

.group-total .btn-checkout:hover {
  background: var(--primary);
  color: white;
}

.bottom-header h6 {
  font-size: 15px;
  line-height: 25px;
  text-transform: capitalize;
}

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

.navbar-dark .navbar-nav .nav-sale {
  color: var(--red);
}

.nav-sale img {
  width: 18px;
}

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

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

.vertical-title {
  background: var(--primary-1);
  color: white;
  padding: 10px 15px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vertical-title img {
  width: 24px;
}

.menu-nav-left {
  position: relative;
  z-index: 9;
}

.group-fixed-nav {
  position: absolute;
  width: 100%;
  left: 0;
  display: none;
}

.menu-nav-left:hover .group-fixed-nav {
  display: block;
}

.nav-group {
  position: relative;
  height: 100%;
  background: white;
  border: 1px solid #e1e1e1;
}

.list-menu-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  max-height: 344px;
  
  background: white;
/*  min-height: 100%;*/
  overflow-y: auto;
}

.list-menu-nav .menu-item__link {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list-menu-nav .menu-item__link .menu-icon {
  width: auto;
  height: 32px;
}

.list-menu-nav > li {
  padding: 8px 10px;
  cursor: pointer;
}

.list-menu-nav .submenu {
  display: none;
  left: calc(100% - 4px);
  z-index: 999;
  width: calc(((100% + 17px) * 3));
  height: 100%;
  padding: 14px 20px;
  border-radius: 0px;
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  border-color: #ddd #ddd #ddd #e1e1e1;
  position: absolute;
  top: 0px;
  bottom: 0px;
  background: #fff;
  margin-left: 0px;
  box-shadow: rgba(0, 0, 0, 0.06) -2px 0px 8px 0px;
  z-index: 2;
  overflow: auto;
  font-size: 14px;
}

.list-menu-nav .submenu ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 5px;
}

.list-menu-nav .submenu li {
  max-width: calc(33.3333% - 5px);
  flex: 0 0 calc(33.3333% - 5px);
}

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

.navbar-nav-main {
  width: 100%;
  position: relative;
  white-space: nowrap;
  flex-wrap: nowrap;
}

.navbar-nav-main a {
  font-weight: 500;
  color: var(--primary-1);
  padding: 6px 15px;
  display: flex;
  align-items: center;
}

.navbar-nav-main a:hover {
  color: #febb00;
}

.navbar-nav-main .icon {
  flex: 0 0 25px;
  width: 25px;
  margin-right: 8px;
}

.navbar-nav-main .icon img {
  width: 25px;
  height: 25px;
}

#header-carousel .carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid white;
  background: transparent;
  box-sizing: border-box;
}

#header-carousel .carousel-indicators li.active {
  background: white;
}

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

@media (min-width: 1200px) {

  li.header-cart .group-icon-item {
    padding: 8px 10px;
    border: 2px solid white;
    border-radius: 8px;
    flex: 0 0 auto;
    width: max-content;
  }
  .header-cart .group-icon-item .box-text {
    font-size: 14px;
  }
}

@media (min-width: 992px) {

  .list-menu-nav > li:hover .submenu {
    display: block;
  } 
}

@media (min-width: 768px) {
  
  .header-action_dropdown {
    width: 420px;
  }
}

@media (max-width: 1400px) {
  .main-header .nav-item a {
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 1200px) {
  .main-header {
    flex-wrap: wrap;
    justify-content: center;
  }
  .main-header .menu-main {
    flex: unset;
  }
  .main-header .logo {
    flex: 0 0 100%;
    text-align:  center;
  }
  .main-header .search-desktop {
    display: none;
  }
}
@media (max-width: 991px) {
  .main-header .menu-main {
    display: none;
  }
  .main-header .search-desktop {
    display: block;
  }
  .main-header .logo {
    flex: 0 0 60px;
  }

  .bottom-header {
    display: none;
  }

  .cart-login-search ul {
    justify-content: flex-end;
  }

  .hidden-md {
    display: none;
  }

  .group-icon-item {
    padding: 0;
  }
}

@media (max-width: 767px) {

  .search-desktop form input {
    height: 34px;
  }

  .search-desktop form button {
    width: 50px;
    height: 30px;
    line-height: 30px;
  }

  .cart-login-search .list-inline-item {
    margin: 0;
  }

  .group-icon-header li {
    position: inherit;
  }

  .group-icon-item .box-icon {
    flex: 0 0 30px;
    width: 30px;
  }

  .group-icon-item .box-icon img {
    width: 20px;
    height: 20px;
  }

  .hidden-xs {
    display: none;
  }

  .header-action_dropdown {
    min-width: 100%;
    right: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: none;
  }

  .header-action_dropdown {
    top: calc(100% - 8px);
  }
}

/*** Banner ***/

.wrapper {
  height: 100%;
  padding: 15px;
  border-radius: 5px;
}

.banner-list,
.category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.banner-item,
.category-item {
  flex: 1;
}

.banner-item a {
  display: block;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {

  .banner-list {
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .banner-item {
    width: 75%;
    flex: 0 0 75%;
  }
}

/*** Product Category ***/

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

.category-item a {
  display: block;
  color: black;
}

.category-item .img {
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.category-item img {
  width: 100%;
  display: block;
  transition: transform 0.3s ease-out;
}

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

.category-item .content {
  margin-top: 10px;
}

.category-item a:hover p {
  color: var(--primary);
}

@media (max-width: 991px) {

  .category-list {
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .category-item {
    flex: 0 0 16%;
  }

  .category-item a {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  
  .category-item {
    flex: 0 0 30%;
  }
}

/*** Product Sale ***/

.sale-wrapper {
  background: var(--secondary);
  padding: 15px;
  border-radius: 10px;
}

.top-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 20px;
}

.title-sale,
.countdown {
  flex: 0 0 30%;
  width: 30%;
}

.marquee-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 0 40%;
  width: 40%;
}

.marquee-content {
  display: inline-flex;
  gap: 24px;
  white-space: nowrap;
  animation: marquee 25s linear infinite;
}

.marquee-content:not(:last-child) {
  margin-right: 24px;
}

.marquee-item a {
  color: white;
}

@keyframes marquee {
  0% {
      transform: translateX(0);
  }

  100% {
      transform: translateX(-100%);
  }
}

.countdown timer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.countdown .item {
  margin-right: 10px;
  text-align: center;
  padding: 5px 7px;
  background: white;
  min-width: 45px;
  height: 45px;
  border-radius: 5px;
}

.countdown .item:last-child {
  margin-right: 0;
}

.countdown .item span {
  display: block;
  font-weight: 700;
}

.countdown .item p {
  font-size: 11px;
  text-transform: capitalize;
}

.product-slider {
  margin-top: 15px;
  padding: 0 20px 20px;
}

.product-item {
  background: white;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.product-item a {
  color: black;
}

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

.product-thumb {
  margin: 5px;
}

.product-thumb a img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 8;
}

.product-thumb a img:last-child {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
}

.product-item a:hover img:last-child {
  visibility: visible;
  opacity: 1;
}

.button-loop-pro {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  display: flex;
}

.btn-quickview {
  outline: none;
  border: none;
  background: white;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 5px;
  border-radius: 100%;
  box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.25);
}

.button-loop-pro img {
  width: 16px !important;
  height: 16px;
}

.product-item:hover .button-loop-pro {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.product-item-content {
  padding: 10px 8px;
}

.product-item-content h3 {
  font-size: 14px;
  line-height: 18px;
  color: black;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px;
}

.product-price {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-price ins,
.product-price span {
  color: var(--red);
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
}

.product-price span.sold-out-tag {
  display: inline-block;
  background: var(--red);
  color: white;
  font-size: 11px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 3px;
}

.progressbar-group .label {
  display: flex;
  align-items: center;
  gap: 5px;
  color: black;
}

.product-slider .progressbar-group img {
  width: 16px;
  height: 16px;
}

.progressbar {
  height: 10px;
  background-color: #ffaaaf;
  margin-top: 5px;
}

.progressbar .progress-bar {
  background-color: var(--red);
}

.product-slider .owl-prev,
.product-slider .owl-next,
.owl-carousel .owl-prev,
.owl-carousel .owl-next,
.product-gallery-slider .owl-prev,
.product-gallery-slider .owl-next {
  color: white;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-slider .owl-prev {
  left: -15px;
}

.product-slider .owl-next {
  right: -15px;
}

.product-slider .owl-dots {
  padding-top: 12px;
  position: relative;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.product-slider .owl-dots span {
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid white;
  border-radius: 50%;
  background: transparent;
}

.product-slider .owl-dot.active span {
  background: white;
}

.btn-view-all a {
  border: 1px solid transparent;
  background: white;
  padding: 10px 20px;
  border-radius: 5px;
  min-width: 200px;
}

.btn-view-all a:hover {
  border-color: white;
  color: white;
}

.product-list .product-item {
  border: 1px solid #ededed;
  border-radius: 0;
  height: 100%;
}

.swiper-button-next,
.swiper-button-prev{
  color: #fff;
  background: #090d1466;
/*  padding: 30px 26px;*/
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: all 0.1s;
/*  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;*/
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  
  width: 50px;
  height: 50px;
}

.swiper-button-next {
  right: 2px;
  padding-left: 3px;
}

.swiper-button-prev {
  left: 2px;
  padding-right: 3px;
}

.swiper-button-next::after,
.swiper-button-prev::after{
  height: 22px;
  font-size: 20px;
}

.owl-carousel .product-item {
  margin: 5px;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

@media (min-width: 1200px) {

  .countdown timer {
    justify-content: flex-end;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .title-sale, 
  .countdown {
    flex: 0 0 50%;
    width: 50%;
  }

  .marquee-wrapper {
    order: 3;
    flex: 0 0 100%;
    width: 100%;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {

  .sale-wrapper {
    padding: 15px 10px;
  }

  .top-title {
    flex-direction: column;
    gap: 10px;
  }

  .title-sale, 
  .countdown,
  .marquee-wrapper {
    flex: 1;
    width: 100%;
  }

  .countdown timer {
    justify-content: center;
  }

  .product-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .progressbar-group .label {
    font-size: 12px;
  }
}

/*** Collection ***/

.title-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  overflow: hidden;
  margin-bottom: 15px;
  border-bottom: 2px solid var(--primary-1);
}

.title-head h3 {
  font-size: 17px;
  color: #fff;
  padding-left: 12px;
  background: var(--primary-1);
  border-radius: 5px 5px 0 0;
  padding: 8px 17px 6px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 0;
  line-height: 26px;
}
.title-head h3:before {
    content: '';
    display: block;
    line-height: 40px;
    background: #b0dbad;
    width: 15px;
    height: 40px;
    position: absolute;
    top: 8px;
    right: 0;
    margin-right: -13px;
    transform: skewX(13deg);
    border-radius: 0 5px 0 0;
}
.title-head h3:after {
    content: '';
    display: block;
    line-height: 40px;
    background: #129209;
    width: 18px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -7px;
    transform: skewX(21deg);
    border-radius: 0 5px 0 0;
}

.title-head a {
  color: #828282;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  color: black;
}

.owl-carousel .owl-prev {
  left: -4%;
}

.owl-carousel .owl-next {
  right: -4%;
}

.menu-col {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  display: none;
}

.menu-col li {
  flex: 0 0 auto;
}

.menu-col a {
  display: inline-block;
  padding: 8px;
  border: 1px solid #ededed;
  border-radius: 5px;
  background: #ededed;
  color: black;
}

.menu-col a:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: white;
}

.loop-border {
  border: 1px solid #ededed;
  border-radius: 0;
}

.btn-view-all .btn-all-tab {
  background: var(--primary);
  color: white;
}

.btn-view-all .btn-all-tab:hover {
  background: transparent;
  border-color: var(--primary);
  color: var(--primary);
}

@media (max-width: 991px) {
  
  .menu-col {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}

@media (min-width: 767px) and (max-width: 991px) {

  .owl-carousel .owl-prev {
    left: -6%;
  }

  .owl-carousel .owl-next {
    right: -6%;
  }
}

/*about*/
.wrap-about {
  font-size: 18px;
}
.title_gt {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  background: url(../img/li.png) no-repeat left bottom;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.wrap-about h3 {
  margin-bottom: 20px;
}
.wrap-about h3 a {
  font-size: 30px;
  color: #059e2e;
  font-weight: 700;
}
.wrap-about .about-img {
  position: relative;
  padding: 50px 30px;
  text-align: center;
}
.wrap-about .about-img img {
  position: relative;
  z-index: 1;
  border: 3px solid #fff;
  transition: all 0.3s;
}
.wrap-about .about-img:hover img {
  transform: scale(1.1);
}
.wrap-about .about-img::before {
    content: '';
    width: 75%;
    height: 75%;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 3px solid #009933;
}
.wrap-about .about-img::after {
    content: '';
    width: 75%;
    height: 85%;
    background: #009933;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
/*about*/

/*policy list*/
.policy-item {
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
.policy-item .img img{
  height: 70px;
}
.policy-content h3{
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
/*policy list*/

/*partner*/
.doitac-border {
  background: #f6f7f9;
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 10px;
  padding: 22px 26px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .05);
}
/*partner*/

/*** Brands ***/

.banner-hover a::before,
.banner-hover a::after {
  position: absolute;
  z-index: 9;
  content: '';
  opacity: 0;
  transition: all .5s ease-in-out;
}

.banner-hover a::before {
  top: 15px;
  right: 10px;
  bottom: 15px;
  left: 10px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  transform: scale(0, 1);
  transform-origin: center;
}

.banner-hover a::after {
  top: 5px;
  right: 20px;
  bottom: 0;
  left: 20px;
  border-right: 1px solid white;
  border-left: 1px solid white;
  transform: scale(1, 0);
  transform-origin: center;
  height: calc(100% - 10px);
}

.banner-hover a:hover::before,
.banner-hover a:hover::after {
  opacity: 1;
  transform: scale(1);
}

.banner-img::before {
  padding-top: 140%;
}

.banner-img img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner-hover a:hover img {
  transform: scale(1.1);
}


/*** Brands ***/


/*product info*/

.product-info {
  top: 75px;
  z-index: 1;
}

.product-info h2 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 5px;
  color: #333333;
}

.product-head-info {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  color: #333e48;
  font-size: 13px;
  font-weight: 700;
}
.product-head-info a {
  color: #007bff;
}

.product-head-info .head-info-item::after {
    content: "|";
    font-size: 11px;
    vertical-align: text-top;
    padding: 0 8px;
}
.product-head-info .head-info-item:last-child::after {
    content: none
}

.price-detail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1;
}
.price-detail ins {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  color: #E30019;
  text-decoration: none;
}
.price-detail del {
    font-size: 18px;
    line-height: 22px;
    color: #6D6E72;
    margin: 0 0 0 12px;
    font-weight: 400;
}
.price-detail span.pro-percent {
    font-size: 12px;
    display: inline-block;
    padding: 5px 8px;
    margin-left: 12px;
    color: #E30019;
    border: 1px solid #E30019;
    border-radius: 4px;
    vertical-align: text-bottom;
    white-space: nowrap;
}

.box-item {
  display: inline-block;
}

.box-item:not(:last-child) {
/*  margin-right: 35px;*/
}

.product-price--wrapper {
  font-weight: 700;
  margin: 12px 0;
}

.product-price--wrapper ins {
  font-size: 18px;
  text-decoration: none;
  margin-right: 35px;
}

.product-price--wrapper del {
  font-size: 13px;
  color: var(--primary);
}

.box-price--sale {
  display: flex;
  align-items: center;
  gap: 5px;
}

.option-item {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.option-item:not(:last-child) {
  margin-bottom: 16px;
}

.product-option--content label {
  position: relative;
  overflow: hidden;
}

.product-option--content label input {
  display: none;
}

.product-option--content label .checkmark {
  transition: all .3s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 10px 24px;
  border: 1px solid #e6e7e8;
  border-radius: 12px;
  text-align: center;
}

.product-option--content label.active .checkmark {
  border-color: var(--primary);
}

.checkmark span {
  display: block;
  font-weight: 700;
}

.checkmark span:last-child {
  font-weight: 400;
}

.option-color--item .checkmark {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.option-color--item img {
  width: 20%;
}

.option-color--item .content {
  width: calc(80% - 6px);
  text-align: left;
}

.product-gift--info {
  margin-top: 16px;
}

.product-gift--info .title {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid var(--primary);
  border-bottom-color: #dedede;
  padding: 9px 18px;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}

.product-gift--info .title img {
  width: 20px;
  margin-right: 10px;
}

.product-gift--info .content {
  padding: 10px 15px;
  border: 1px solid var(--primary);
  border-top: 0;
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
}

.product-gift--info ul {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: my-awesome-counter;
}

.product-gift--info li {
  position: relative;
  line-height: 20px;
  color: #333333;
  padding-left: 30px;
  counter-increment: my-awesome-counter;
}

.product-gift--info li:not(:last-child) {
  margin-bottom: 12px;
}

.product-gift--info li::before {
  content: counter(my-awesome-counter);
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  background: var(--primary);
  display: inline-block;
  color: white;
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 10px;
}

.product-cart--actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.btn-action {
  width: calc(50% - 6px);
  border: none;
  background: var(--primary);
  color: white;
  font-weight: 700;
  font-size: 18px;
  padding: 14px 0;
}

.btn-action:nth-child(2) {
  background: #3669a4;
}

.btn-action:last-child {
  width: 100%;
  background: white;
  color: var(--primary);
  border: 4px solid var(--primary);
}

.product-detail--wrapper ul {
  flex-wrap: nowrap;
  justify-content: center;
  border: none;
}

.product-detail--wrapper li,
.product-other li {
  border-bottom: 1px solid transparent;
}

.product-detail--wrapper li button,
.product-other li button {
  font-size: 14px;
  font-weight: 700;
  color: black;
}

.product-detail--wrapper .nav-tabs li button:hover,
.product-detail--wrapper .nav-tabs li button.active,
.product-other .nav-tabs li button:hover,
.product-other .nav-tabs li button.active {
  border-color: transparent;
  border-bottom: 2px solid black;
  color: black;
}

@media (max-width: 767px) {
  
  .tab-scroll ul {
    flex-wrap: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .tab-scroll ul li button {
    white-space: nowrap;
  }

}

.product__desciption {
  width: 100%;
  height: 285px;
  overflow: hidden;
}

.product__desciption.height_auto {
  height: auto;
}

.product-detail--description {
  margin-top: 40px;
}

.product-detail--description h2 {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 16px;
}

.product-detail--description h3 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}

@media (max-width: 991px) {

  .product__desciption {
    height: 270px;
  }
}

.product__desciption {
  width: 100%;
  height: 285px;
  overflow: hidden;
}

.product__desciption.height_auto {
  height: auto;
}

.product-detail--description {
  margin-top: 40px;
}

.product-detail--description h2 {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 16px;
}

.product-detail--description h3 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}

@media (max-width: 991px) {

  .product__desciption {
    height: 270px;
  }
}

.read_more {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  background: linear-gradient(180deg,transparent,#fff)!important;
}
.read_more.none_bf {
  position: unset;
}
.read_more a {
  color: var(--primary);
  border-radius: 1.5rem;
  padding: .375rem .5rem;
  border: 1px solid #d1d5db;
  width: 120px;
  padding: 5px 10px;
  background: #fff;
}
.read_more.none_bf a {
  color: #090d14;
}

.read-more--blogs a {
  color: var(--primary);
}


.video-player {
  display: flex;
  height: 80svh;
  justify-content: center;
}

.video-player iframe {
    max-height: calc(100vh - 355px) !important;
    width: calc(170vh - 603.5px) !important;
    height: 58.82353vw;
    max-width: 100%;
}

/*.video-player .gallery_swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/

#productModelInfo .modal-header h5 {
  font-size: 16px;
}

#productModelInfo .swiper_gallery_thumb .swiper-slide {
/*  height: auto;*/
}
#productModelInfo .btn-close {
  transform: unset;
  position: relative;
  top: unset;
  right: unset;
  box-shadow: unset;
  background-size: 20px auto;
}

#productModelInfo .nav-link {
  color: #000;
  padding-left: 30px;
  padding-right: 30px;
  border: 0;
  border-bottom: 1px solid var(--bs-nav-tabs-link-active-border-color);
}
#productModelInfo .nav-link.active {
  color: #dc2626;
  border: 0;
  border-bottom: 1px solid #dc2626;
}

#swiper_gallery_thumb .swiper-slide {
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}
#swiper_gallery_thumb .swiper-slide.swiper-slide-thumb-active {
  border-color: #a90707;
}
#swiper_gallery_thumb .ratio img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}


.product-gallery .gallery-item {
  /*padding-top: 70%;*/
  padding-top: 55%;
/*  margin: 20px 0;*/
  position: relative;
}
.gallery-item .gallery-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-item .gallery-img img {
  max-height: 100%;
}
/*product info modal*/

/*** News ***/
.page-content,
.single-post {
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.page-content h1 {
  font-size: 22px;
}
.page-content h2 {
  font-size: 20px;
}
.page-content h3 {
  font-size: 18px;
}
.page-content h4 ,
.page-content h5 {
  font-size: 16px;
}

.info-cate {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
}

.category-name,
.published,
.hits {
  font-size: 13px;
  color: #000;
}
.category-name a {
  color: var(--primary);
}
.share-box>a {
    display: inline-block;
    padding: 0 10px;
    border: 1px solid var(--primary);
    margin-right: 5px;
    border-radius: 3px;
    line-height: 30px;
    font-size: 14px;
    color: var(--primary);
    background: var(--primary);
}

.share-box .share-box-social {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    bottom: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #000;
    padding: 3px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-radius: 3px;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0)
}

.toc_container {
  border: 1px solid #000000;
  border-radius: 16px;
  padding: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.toc_container p.toc_title {
  letter-spacing: -0.5px;
  margin: 0px 0px 10px 0;
  font-weight: 700;
  cursor: pointer;
}

.toc_container .toc_list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  font-weight: 500;
}

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

.blog-post-title h1 {
  font-size: 25px;
}

.new-large a {
  color: black;
}

.new-thumb::before {
  padding-top: 50%;
}

.new-content {
  margin-top: 10px;
}

.new-content h3,
.new-item h3 {
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 17px;
  margin-bottom: 5px;
}

.new-content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 20px;
  margin-bottom: 5px;
}

.blog-publish {
  font-size: 13px;
}

.new-item {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.new-item:not(:last-child) {
  margin-bottom: 12px;
}

.new-item .thumb {
  width: 40%;
}

.new-item .thumb::before {
  padding-top: 55%;
}

.new-item .content {
  flex: 1 1 0px;
  padding-left: 16px;
}

.new-item h3 {
  font-size: 14px;
  font-weight: 600;
}

.new-item h3 a {
  color: black;
}

.news-grid .new-item {
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.news-grid .new-item .thumb {
  width: 100%;
}
.news-grid .new-item .content {
    flex: 1;
    padding: 10px;
    background: #fff;
}

.title-main {
  font-size: 25px;
}

/*toc menu*/
.content-toc {
  width: 100%;
  border: 1px solid rgba(51,51,51,0.95);
  border-radius: 10px;
  margin-bottom: 10px;
  transition: .6s ease;
}
.content-toc header {
  font-size: 22px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px;
}
.content-toc header h3 {
  margin-bottom: 0;
  font-size: 22px;
  margin-left: 10px;
}
.content-toc .header-minimize  ,
.content-toc .header-close  {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.content-toc.toc-minimize .header-minimize {
  transform: rotate(-90deg);
}
.content-toc .aside-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
}
.content-toc .toc-menu ,
.content-toc ul {
  padding-left: 10px;
  margin-bottom: 0;
}
.content-toc li {
  list-style: none !important;
}
.content-toc li a{
  color: #000;
  font-weight: 700;
  padding: 3px 10px;
  display: block;
}
.content-toc a:hover {
  color: var(--primary);
}
.content-toc li li a
{
  font-weight: 500;
}

.content-toc li a:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #000;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 3px;
}
.content-toc li li a:before {
  width: 4.5px;
  height: 4.5px;
  margin-bottom: 4px;
}

.btn-toc-action {
  display: none;
  position: fixed;
/*  right: 0;*/
  top: 50%;
  border: 1px solid #3a3a3a;
  width: 42px;
  height: 42px;
  font-size: 28px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  transition: .6s ease;

}

.toc-sidebar .content-toc {
/*  display: none;*/
  position: fixed;
  top: 0;
  background: #f3f3f3f2;
  opacity: 0;
  visibility: hidden;
  max-width: 500px;
  width: auto;
  height: 100%;
  overflow-x: auto;
}
.toc-sidebar .content-toc.active {
  opacity: 1;
  visibility: visible;
}

.toc-sidebar .content-toc .header-minimize,
.content-toc .header-close {
  display: none;
}
.toc-sidebar .content-toc .header-close {
  display: block;
}

.toc-sidebar ol {
  padding-left: 20px;
}

@media(max-width: 767px)
{
  .btn-toc-action {
/*    display: block;*/
    right: 0;
  }
  /*.content-toc {
    position: fixed;
    right: 0;
    top: 50%;
    width: 90%;
    transform: translate(100%, -50%);
    background: #fff;
    z-index: 9;
    max-height: 400px;
    overflow-y: auto;
    font-size: 16px;
    padding: 20px 10px;
  }
  .content-toc.active {
    transform: translate(0, -50%);
  }*/
  .content-toc .aside-close {
    display: block;
  }


  .btn-toc-action.active {
    transform: translateX(100%);
  }

  .toc-sidebar .content-toc {
    right: 0;
    max-width: 100%;
  }
}


/*toc menu*/

/*** Footer ***/

.footer {
  background: #202020;
}

.sign-top {
  padding: 15px 0;
  border-bottom: 1px solid white;
}

.sign-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sign-wrapper p {
  color: white;
  text-transform: uppercase;
  font-size: 17px;
  flex: 0 0 30%;
  width: 30%;
}

.form-ft {
  width: max-content;
  flex: 0 0 70%;
}

.subscription-form {
  background: white;
/*  height: 45px;*/
  line-height: 45px;
  border: none;
  width: 100%;
  max-width: 450px;
  position: relative;
  margin-left: auto;
}

.subscription-form input {
  border: none;
  width: 100%;
  padding: 0 100px 0 10px;
  height: 45px;
}
.subscription-form label.error ,
.subscription-form div.error {
  position: absolute;
  bottom: -30px;
  left: 0;
}

.icon-email input {
    padding-left: 32px;
}

.icon-email:before {
  content: '\f0e0';
  font-family: 'Font Awesome 6 Pro';
  font-size: 15px;
  color: #9c9c9c;
  line-height: 44px;
  position: absolute;
  left: 10px;
  top: 0;
  text-align: center;
  z-index: 99;
}

.subscription-form button {
  border-radius: 0;
  background: var(--primary);
  color: white;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.2px;
  white-space: nowrap;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 20px;
}

.subscription-form button:hover {
  background: var(--primary);
  color: white;
}

.social-icon ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.social-icon a {
  display: inline-block;
  padding: 0;
  font-size: 18px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  position: relative;
}

.social-icon a.zalo {
  background: #008FE5;
  line-height: 26px;
}

.social-icon a.tiktok {
  background: black;
  line-height: 26px;
}

.social-icon a.twitter {
  background: #03A9F4;
}

.social-icon a.youtube {
  background: red;
}

.social-icon a.instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.social-icon a.facebook {
  background: #4267B3;
}

.social-icon i {
  color: white;
}

.social-icon img {
  width: 18px;
}

.social-icon a.zalo img {
  width: 30px;
}

.main-footer {
  padding: 25px 0 10px;
  color: white;
}

.footer-infomation {
  margin-top: 10px;
}

.footer-infomation h3 {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer-infomation ul,
.footer-infomation li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-infomation li a {
  color: white;
}

.footer-infomation .text-blue {
  color: var(--primary);
}

.footer-infomation li a:hover {
  color: var(--primary);
}

.footer-nav ul {
  list-style: disc;
  padding-left: 23px;
}

.copyright-footer {
  background: #111111;
  padding: 15px 0;
}

.copyright-footer a {
  color: white;
}

@media (max-width: 767px) {

  .sign-wrapper {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }

  .sign-wrapper p {
    width: 100%;
    flex: 1;
    text-align: center;
  }

  .social-icon ul {
    justify-content: center;
  }
}

/*** Mobile Menu ***/

@media (max-width: 991px) {
  body {
    padding-bottom: 50px;
  }
  .navigation-mobile {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: var(--primary-1);
    box-shadow: 0 0 3px 0px #929292;
    padding: 5px 10px;
    z-index: 11111;
  }

  .navigation-mobile ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .navigation-mobile li {
    flex: 1;
  }

  .navigation-mobile a {
    display: block;
    text-align: center;
  }
  .navigation-mobile img {
    height: 18px;
  }

  .navigation-mobile a span {
    display: block;
    font-size: 11px;
    margin-top: 3px;
    font-weight: bold;
    color: #fff;
  }

  #navigation-mobile {
    -webkit-transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    position: fixed;
    bottom: -100%;
    background: white;
    z-index: 9999;
    max-width: 100%;
    width: 100%;
    transform: translatey(100%);
    height: calc(100% - 50px);
  }

  #navigation-mobile.active {
    bottom: 50px;
    transform: translatey(0);
  }

  #navigation-mobile .navigation {
    border: none;
    background: none;
  }

  #navigation-mobile .navigation .submenu {
    width: calc(100% - 30%);
    left: auto;
    right: 0;
    background: #f1f1f1;
    box-shadow: none;
    padding: 14px 10px;
  }

  #navigation-mobile .navigation i {
    display: none;
  }

  #navigation-mobile .list-menu-nav .menu-item__link {
    border-right: 3px solid transparent;
    font-size: 11px;
    position: relative;
    width: 30%;
    flex: 0 0 30%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #navigation-mobile .menu-item__link .box-item {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  #navigation-mobile .list-menu-nav .active-nav a.menu-item__link {
    border-right-color: var(--primary);
  } 

  #navigation-mobile .list-menu-nav .active-nav .submenu {
    display: block;
  }

  #navigation-mobile .list-menu-nav li {
    padding: 8px 0;
  }

  .view-all {
    text-align: right;
    margin-bottom: 5px;
  }

  .list-menu-nav .submenu ul {
    align-items: inherit;
  }

  .list-menu-nav .submenu li {
    max-width: calc(50% - 5px);
    flex: 0 0 calc(50% - 5px);
  }

  #navigation-mobile .list-menu-nav .submenu ul {
    display: block;
  }
  #navigation-mobile .list-menu-nav .submenu li {
    max-width: unset;
    flex: 100%;
  }
}

#inline1.fancybox-content { background: #333; }
#inline1{ padding:10px;}
.htl-m{ padding:10px; border:1px rgba(255,255,255,0.7) solid; border-radius:5px; text-align:center; color:#fff; font-size:15px;}
.htl-m:nth-child(1){margin-bottom:10px;}
.htl-m a{ color:#fff; font-size:16px;}
#inline1 button{
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 5px;
    width: 30px;
    height: 30px;
    background: #000;
}

.blink_me{
  -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

/*** Modal ***/

#quickview {
  padding: 10px;
}

.close-btn {
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  position: absolute;
  top: -15px;
  right: -15px;
}

.product-gallery-slider .owl-prev,
.product-gallery-slider .owl-next {
  width: 35px;
  height: 35px;
  background: white;
  color: black;
  box-shadow: 0 1px 9px -4px;
  border-radius: 50%;
}

.product-gallery-slider .owl-prev {
  left: 0;
}

.product-gallery-slider .owl-next {
  right: 0;
}

.product-detail-info h1 {
  font-size: 20px;
  margin-bottom: 5px;
}

.product-note {
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.product-note p {
  margin-bottom: 0;
}

.product-note .pro-status {
  color: white;
  padding: 2px 7px;
  border-radius: 3px;
  background: #38bf57;
}
.product-note .green-status {
  
}
.product-note .danger-status {
  background: #f00;
}

.select-swatch p {
  font-size: 13px;
  margin-bottom: 10px;
}

.swatch {
  padding-top: 10px;
  width: 100%;
  float: left;
  border-bottom: 1px dotted #dfe0e1;
}

.swatch:last-child {
  border: none;
}

.swatch .swatch-element {
  display: inline-block;
  margin-right: 8px;
  position: relative;
  vertical-align: bottom;
}

.swatch input {
  display: none;
}

.swatch .swatch-element label {
  display: block;
  margin: 0;
  padding: 0 5px;
  background: white;
  min-width: 40px;
  height: 35px;
  line-height: 35px;
  position: relative;
  border: 1px solid #e5e5e5;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
}

.swatch .swatch-element label.sd {
  border: 1px solid #e4393c;
}

.swatch .img-check {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
}

.swatch-element label.sd img.img-check {
  display: block;
}

.selector-actions {
  margin-top: 8px;
}

.selector-actions .quantity {
  display: flex;
  height: 40px;
  width: 122px;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
}

.quantity__augure, 
.quantity__reduce {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  color: black;
}

.quantity input[type="number"] {
  border: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
  pointer-events: none;
  text-align: center;
  flex: 1;
  max-width: 40px;
  -moz-appearance: textfield;
}

.quantity input[type="number"]:focus-visible {
  outline: none;
}

.quantity input[type="number"]::-webkit-outer-spin-button,
.quantity input[type="number"]::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.wrap-addcart a {
  background: var(--red);
  color: white;
  display: block;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  text-transform: uppercase;
}

.wrap-addcart a span {
  display: block;
  text-transform: capitalize;
}

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

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



/*auth form login*/
.error-message,
form div.error ,
form label.error {
  bottom: -16px;
  font-size: 13px;
  color: #f00;
}
form div.error ,
form label.error {
/*  position: absolute;*/
/*  left: 0;*/
}

#reviewModal form div.error,
#reviewModal form label.error {
  position: relative;
  bottom: 0;
}

.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: 3px;
  right: .625rem;
  left: unset;
  margin-bottom: 0;
  padding: .5rem;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  border: 0;
  background: unset;
}
/*auth form login*/

/*lightgallery*/
.lg-backdrop {
  z-index: 1060;
}
.lg-outer {
  z-index: 1070;
}
/*lightgallery*/
/*mini cart*/
.widget-light .widget-list-link {
    color: rgba(255, 255, 255, .65)
}

.widget-light .widget-list-link:hover {
    color: #fff
}

.widget-light .active>.widget-list-link {
    color: #fff
}

.widget-product-title {
    margin-bottom: .25rem;
    font-size: .875rem;
    font-weight: 500
}

.widget-product-title>a {
    color: #373f50
}

.widget-product-title:hover>a {
    color: var(--cz-primary)
}

.widget-product-meta {
    font-size: .875rem
}

.widget-cart-item {
    position: relative;
    max-width: 96%;
}

.widget-cart-item .btn-close {
    position: absolute;
    top: 50%;
    left: 0;
    height: auto;
    padding: 0;
    transform: translateY(-50%);
    transition: visibility .25s ease-in-out, opacity .25s ease-in-out;
    background: none;
    font-size: 1.5rem;
    font-weight: 300;
    visibility: hidden;
    opacity: 0
}

.widget-cart-item>.d-flex {
    transition: all .25s ease-in-out
}

.widget-cart-item:hover>.d-flex {
    transform: translateX(24px);
}

.widget-cart-item:hover .btn-close {
    visibility: visible;
    opacity: 1
}

@media (min-width: 992px)
{
    .site-cart.dropdown:hover>.dropdown-menu {
        display: block;
        -webkit-animation: slide-up .25s ease-in-out;
        animation: slide-up .25s ease-in-out
    }
}
/*mini cart*/

/*modal-backdrop*/
.modal-backdrop {
  visibility: hidden;
}
.modal-backdrop.in {
    opacity: .5;
    visibility: visible
}
/*modal-backdrop*/

/*loading*/
#loading_box {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.75);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100000;
   opacity:0; 
   visibility:hidden; 
}
#loading_box.show {
  opacity: 1;
  visibility: visible;
}

#loading_image {
  display: block;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  top: 50%;
  transform: translateY(-50%)
}

#loading_image:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f8c546;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  z-index: 1
}

#loading_image:before {
  border-top-color: #175cd3ab
}

#loading_image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: var(--loading-bg);
  background-size: 55%;
  border-radius: 50%;
  margin: 0;
  background-color: #f8c5468c
}

#loading_image:after {
  background-color: rgba(188,188,188,0.4)
}

@-webkit-keyframes spin {
  0% {
      -webkit-transform: rotate(0deg)
  }

  100% {
      -webkit-transform: rotate(360deg)
  }
}

@keyframes spin {
  0% {
      transform: rotate(0deg)
  }

  100% {
      transform: rotate(360deg)
  }
}
/*loading*/

/*wrap-dichvu*/
.wrap-dichvu {
  background: var(--wrap-dichvu-bg);
  background-size: cover;
  background-color: #002e53;
}

.wrap-dichvu .section-title {
  color: #fff;
}
.wrap-dichvu .title-head a {
  color: #fff;
}
.wrap-dichvu .owl-carousel .owl-prev,
.wrap-dichvu .owl-carousel .owl-next {
  color: #fff;
}

/*wrap-dichvu*/

/*gallery & video*/
.slider-for1{ width:100%; margin-bottom:5px; }
.slider-for1 .video-item{position:relative; padding-bottom:55%;}
.slider-for1 .video-item span{width:60px; height:60px; background:url(images/play.png) no-repeat; background-size:100% 100%; position:absolute; left:50%; top:50%; transform: translate( -50% , -50% ); z-index:1;}

.slider-nav1{ width:100%;}
.slider-nav1 .video-item{position:relative; width:96%; height: 85px; margin:auto;}
.slider-nav1 .video-item img{width:100%; height: 100%; display:block; object-fit: cover;}
.slider-nav1 .video-item span{width:35px; height:35px; background:url(images/play.png) no-repeat; background-size:100% 100%; position:absolute; left:50%; top:50%; transform: translate( -50% , -50% ); z-index:1;}

.slider-for1 .vprev, .slider-for1 .vnext{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:5;
  width:42px; height:42px; line-height:42px;
  border:0; border-radius:50%;
  background:rgba(0,0,0,.45);
  cursor:pointer; outline:none;
  display:flex; align-items:center; justify-content:center;
  color:#fff; font-size:22px;
}
.slider-for1 .vprev{ left:10px; }
.slider-for1 .vnext{ right:10px; }
.slider-for1 .vprev:hover, .slider-for1 .vnext:hover{ background:rgba(0,0,0,.65); }
.slider-for1 .slick-dots{ display:none !important; }
/*gallery & video*/

/*category toggle*/
.catnav__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.catnav__toggle {
    width: 32px !important;
    height: 32px !important;
    background: none !important;
    position: relative;
    cursor: pointer;
    border: 0;
    outline: none;
    font-size: 20px;
}
.catnav__toggle i,
.catnav__toggle::after{
  /*content: "";*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: transform .2s ease;
}

.list-menu-nav .menu-sub {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}

.list-menu-nav .is_open .catnav__toggle i {
  transform: translate(-50%, -50%) rotate(90deg);
}
.list-menu-nav .is_open .menu-sub {
  display: block;
}

.menu-sub .catnav__item{
  border-top:1px solid #f2f2f2; position:relative;
}
.menu-sub .catnav__item:first-child {
    border-top: 0;
}
.menu-sub a {
  flex: 1;
  padding: 10px 12px;
  display: block;
  font-size: 14px;
  color: #000;
  background: #f9f9f9;
}
/*catalog toggle*/


/*profile*/

/*---------------------
  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;
}


/*profile*/

/*contact page*/
.form-contact input, 
.form-contact textarea {
  color: #3A3A3A;
  border-bottom-color: #994C164D;
}

.form-contact input:focus, 
.form-contact textarea:focus,
.form-contact input::placeholder, 
.form-contact textarea::placeholder {
  color: #3A3A3A;
}

.form-contact .booking a:hover {
  color: #ffffff;
}

.info-item h3 {
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  color: #000;
  margin-bottom: 12px;
}

#contact-policies .section-title * ,
#contact-policies .info-item h3 {
  color: #fff;
}

.info-item:not(:last-child) {
  margin-bottom: 30px
}
.contact-form input,
.contact-form textarea {
/*  color: #ffffff;*/
  border: none;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.contact-form input:focus,
.contact-form textarea:focus {
  box-shadow: none;
  background-color: transparent;
/*  color:  #ffffff;*/
  border-bottom-color: #ccc;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
/*  color: #ffffff;*/
}

.contact-form .booking-service a {
  border-color: #ffffff;
}

.contact-form .booking-service a:hover {
  color: var(--secondary-color);
}


@media (min-width: 768px) {

  .col-form-contact {
    border-left: 1px solid #D9D9D9;
  }
}
/*contact page*/