@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: var(--gap16);
  font-family: 'Quicksand', sans-serif;
  line-height: 24px;
}

.text-uppercase {
  text-transform: uppercase;
}

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

.button {
  color: #fff;
  text-align: center;
  background-color: var(--colormain);
  border-radius: 10px;
  align-items: center;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: transform 0.3s, background-color 0.3s;
  display: inline-block;
  position: relative;
  border: none;
}

svg {
  width: 20px;
  height: 20px;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
label,
input,
select {
  margin: 0;
  font-size: 1em;
}

a:hover {
  color: #0A563B;
}

.header__top.hidden {
  display: none;
}

.container {
  max-width: 1220px;
  padding-left: 24px;
  padding-right: 24px;
}

.MuiSvgIcon-fontSizeMediumx {
  width: 20px;
  height: 20px;
}

.header__top__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

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

.header__top__center {
  flex-basis: 60%;
  max-width: 60%;
  text-align: center;
  line-height: var(--gap24);
}

.header__top__right {
  width: 20%;
  max-width: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header__top__left-content {
  display: flex;
  align-items: center;
  /* gap: 10px; */
}

.slider__desktop .slick-next {
  right: 15px;
  width: auto;
  height: auto;
}

.slider__desktop .slick-next i {
  font-size: 30px;
  color: #fff;
}

.slider__desktop .slick-prev {
  width: auto;
  height: auto;
  left: 24px;
  z-index: 10;
}

.slider__desktop .slick-prev i {
  font-size: 30px;
  color: #fff;
}

.header__top__left-content>* {
  margin-right: 5px;
}

.header__top__left-content svg {
  fill: var(--white);
  flex: 0 0 24px;
}

.header__top {
  background-color: #0A563B;
  color: var(--white);
  padding-block: 3px;
  position: relative;
  z-index: 999;
}

.click_icon_li>svg {
  fill: var(--white);
}

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

.text {
  font-size: var(--gap12);
  font-weight: var(--ww500);
}

.message-menu-v3__text-message {
  font-size: var(--gap14);
}

.logo__header-a {
  cursor: pointer;
  width: 280px;
  display: block;
}

.header__bottom {
  position: fixed !important;
  background-color: #fff;
  position: relative;
  height: 85px;
  width: 100%;
  z-index: 112;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
}

.open .header__bottom {
  position: fixed;
}

.header__bottom__content {
  display: flex;
  align-items: center;
}

.header__bottom.open {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 25px;
}

.nav__menu_link-icon {
  margin-left: var(--gap5);
}

.nav__menu_link {
  /* padding: var(--gap8) var(--gap16); */
  border: 1px #000;
}

.nav__menu_link a {}

.nav__menu {
  padding: 0 var(--gap15);
  position: relative;
}

.btn__right-nav {
  padding: var(--gap6) var(--gap15);
}

.nav__menu_child1 {
  z-index: 3;
  padding-top: 0;
  position: absolute;
  top: 70px;
  bottom: auto;
  left: 0%;
  right: 0%;
  display: none;
}

.right-nav-button-wrapper {
  padding-right: 20px;
}

.nav__menu_child1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 15px;
  background: transparent;
  top: 0;
  transform: translateY(-100%);
}

.nav__menu:hover .nav__menu_child1 {
  display: block;
}

.nav__wrapper_child1 {
  position: absolute;
  width: 250px;
  height: auto;
  padding-top: var(--gap24);
  display: flex;
  background-color: #fff;
  padding-bottom: 36px;
  box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
  left: 0;
  top: -45px;
}

.nav__content_child1-linkicon {
  margin-left: 5px;
}

.nav__content_child1-link {
  margin-top: var(--gap24);
  margin-bottom: var(--gap24);
}

.line {
  width: 85%;
  height: 1px;
  color: #2c2c22;
  background-color: #2c2c22;
  margin-top: var(--gap16);
  margin-bottom: var(--gap24);
}

.line.navbar_child1 {
  margin-top: var(--gap12);
  margin-bottom: var(--gap12);
}

._child1__col_a {
  color: #56564e;
  align-items: center;
  margin-bottom: var(--gap12);
  margin-left: 0;
  margin-right: 0;
  font-weight: var(--ww400);
  transition: color 0.4s;
  display: flex;
  max-width: 100%;
}

.nav__content_child1-col {
  flex: 0 0 100%;
  max-width: 100%;
  padding-inline: 0.5em;
}

.nav__content_child1-row {
  margin-inline: -0.5em;
}

.btn__right-nav:hover {
  transform: scale(1.02);
  color: #ebd8b8;
}

.btn__right-nav {
  transition: 0.3s;
}

.click_icon_li-a img {
  width: 25px;
}

.click_icon_li-a {
  color: #fff;
  width: 25px;
  height: 25px;
  position: relative;
  line-height: 30px;
  margin: 4px 5px;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.click_icon_li-a svg {
  fill: var(--black);
  width: 25px;
  height: 25px;
}

.click_icon_li-a img {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.click_icon_li-child {
  position: absolute;
  top: 45px;
  padding-inline: 5px;
  padding-top: 5px;
}

.click_icon_li:hover .click_icon_li-child {
  color: red;
  width: 100px;
  opacity: 1;
  visibility: visible;
  background: white;
  border-radius: 5px;
  border: 1px solid #eb1c24;
  z-index: 10;
}

.click_icon_li-child::before {
  content: "";
  height: 10px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
}

.click_icon_li-a>i {
  font-size: var(--gap17);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.click_icon_li-nubemr {
  right: 0;
  font-size: 10px;
  width: 15px;
  height: 15px;
  top: -3px;
  line-height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 18px;
  background: #0A563B;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.model-login {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000000;
  display: none;
}

.model-login.active {
  display: block;
}

.overlay_model-login {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #000000a8;
}

.model-register {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000000;
  display: none;
}

.model-register.active {
  display: block;
}

.box_model-login {
  position: absolute;
  width: 25%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.user-form-card {
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 20px;
  background: var(--white);
  border: 1px solid var(--border);
}

.btn-close-modal {
  position: absolute;
  top: -13px;
  right: -15px;
  color: #333;
  font-size: 34px;
  cursor: pointer;
}

.user-form-title {
  text-align: center;
  margin-bottom: 25px;
}

.user-form {
  width: 100%;
}

.user-form-remind {
  padding: 10px;
  border-radius: 8px;
  text-align: center;
  background: var(--white);
  border: 1px solid var(--border);
}

.user-form-title h2 {
  font-size: 25px;
  line-height: 36px;
  margin-bottom: 5px;
  color: #333;
  text-transform: uppercase;
  font-weight: 500;
}

.user-form .form-group {
  margin-bottom: 20px;
}

.form-control {
  font-size: 15px;
  padding: 0px 0px 0 15px;
  height: 42px;
}

.form-check {
  display: flex !important;
  align-items: center;
  font-size: 13px;
}

.user-form-remind p {
  font-size: 15px;
  text-transform: capitalize;
}

.user-form-remind p a {
  font-weight: 500;
  margin-left: 5px;
  color: #0A563B;
}

.form-check .form-check-input {
  margin-top: 0;
}

.form-button {
  text-align: center;
}

.form-button button {
  width: 100%;
  height: 45px;
  font-size: 14px;
  font-weight: 500;
  line-height: 45px;
  border-radius: 8px;
  letter-spacing: 0.3px;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
  background: #0A563B;
  border: solid 1px #0A563B;
}

.form-button a {
  font-weight: 400;
  color: #0d6b41;
  font-size: 15px;
  text-decoration: none;
}

.box_all_hover_cart {
  display: none;
  position: absolute;
  border: 1px solid #ee2034;
  width: 360px;
  height: auto;
  top: 180%;
  left: -180px;
  background-color: white;
  padding: 20px 0px;
}

.hover_Cart_ul {
  display: block;
  overflow: auto;
  max-height: 375px;
}

.hover_Cart_Container {
  padding-bottom: 15px;
}

.hover_cart_price {
  margin-left: 25px;
  font-weight: 600;
  color: red;
}

.quantily {
  display: flex;
  margin-top: 8px;
}

.dropdown-menu-right {
  display: none;
}

.dropdown-login:hover .dropdown-menu-right {
  display: block;
}

.hover_icon_cart::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
}

.xem_gio_hang_hover {
  margin-top: 10px;
}

.xem_gio_hang_hover button:hover {
  background: #0A563B;
  color: black;
}

.xem_gio_hang_hover .btn btn-danger {
  width: 85%;
  background: #0A563B;
  border: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.menu_mobi {
  display: none;
}

.toggle__mobi {
  display: none;
}

.close__menu-mobi {
  display: none;
}

.nav__menu_child1_style2 {
  position: absolute;
  z-index: 50;
  background: #fff;
  padding: 14px 20px;
  width: 250px;
  bottom: -15px;
  transform: translate(0, 100%);
  box-shadow: rgba(0, 0, 0, 0.06) 0px 5px 8px 0px;
  left: 0;
  transition: 0.3s;
  visibility: collapse;
  opacity: 0;
}

.nav__menu_child1_style2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 16px;
  transform: translateY(-100%);
}

.nav__menu:hover .nav__menu_child1_style2 {
  visibility: visible;
  opacity: 1;
}

.submenu__list {
  display: flex;
  flex-direction: column;
  font-size: var(--gap15);
  row-gap: 10px;
}

.nav__menu_link {
  text-transform: uppercase;
}

.cart_8 {
  color: black;
  width: 75%;
  line-height: 20px;
  text-align: left;
}

.cart_4 {
  width: 25%;
}

.hover_cart {
  display: flex;
  width: 100%;
  justify-content: space-around;
  padding: 0px 15px;
}

.box_hover_dele {
  padding: 0px 10px;
}

.cart_8 a {
  font-size: 16px;
  font-weight: 500;
}

.box_content_hover_title {
  display: block;
  text-align: left;
}

.quantily p {
  font-size: 15px;
}

.soluong {
  font-size: 13px !important;
}

.xem_gio_hang_hover {
  margin-top: 10px;
  padding: 0px 10px;
}

.xem_gio_hang_hover button {
  width: 95%;
  background: #0A563B;
  border: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.wrap-breadcrumbs {
  background: #f6f6f6;
  margin-bottom: var(--gap15);
}

.open .header__top {
  display: none;
}

.click_icon_li:hover .box_all_hover_cart {
  display: block;
  border: 1px solid #cdcdcd;
}

.xem_gio_hang_hover a button {
  width: 100%;
}

.xem_gio_hang_hover a {
  width: 100%;
}

.header__top__left {
  display: none;
}

.close {
  position: absolute;
  cursor: pointer;
  right: 14px;
  font-size: 20px;
  width: 24px;
  height: 24px;
  text-align: center;
  display: flex;
  border-radius: 100%;
  color: #fff;
  align-items: center;
  justify-content: center;
}

.input-bookup {
  width: 300px;
  height: 45px;
  border-radius: 25px;
  border: 1px solid #0A563B;
  padding-left: 20px;
}

.button-bookup {
  height: 39px;
  width: 69px;
  background: #0A563B;
  border-radius: 25px;
  right: 3px;
  top: 3px;
  color: #fff;
  position: absolute;
}

.search-bookup {
  position: relative;
}

.bookup .header__bottom {
  background-color: #fff;
  position: relative;
  height: 90px;
  position: fixed;
  width: 100%;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.search__list li {
  margin-right: 5px;
}

.search__list li a {
  font-size: 12px;
  color: #6c757d !important;
}

.bookup {
  display: none;
}

.click_icon_li i {
  color: #000;
}

.bookup-before {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 100vh;
  opacity: 0.6;
  left: 0;
  z-index: 9;
}

.bookup {
  position: relative !important;
  top: -100px;
  animation: bookup 1s forwards;
}

@keyframes bookup {
  to {
    top: 0;
  }
}

.user-menu {
  opacity: 0;
}

.title-template-in {
  font-size: 25px;
  margin-bottom: 25px;
  font-weight: bold;
  color: #0A563B
}






.main {
  padding-top: 85px;
}

.click_icon_li {
  position: relative;
}

.breadcrumb {
  padding: 5px 0;
}

.nav__menu1::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 27px;
  z-index: 9;
  padding-top: 40px;
  margin-top: 20px;
}

.soluong .ml {
  margin-left: 15px;
}

.box_order_success {
  margin-top: 50px;
}

.box_order_success .box_icon_sucess {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.box_order_success .box_icon_sucess .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgb(87 209 124);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.box_order_success .box_icon_sucess .icon:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  background-color: rgba(87, 209, 124, 0.3);
  border-radius: 50%;
  left: -10px;
  top: -10px;
}

.box_order_success .box_icon_sucess .icon:after {
  content: '';
  position: absolute;
  width: 140px;
  height: 140px;
  background-color: rgba(87, 209, 124, 0.2);
  border-radius: 50%;
  left: -20px;
  top: -20px;
}

.box_order_success .box_icon_sucess .title_success {
  text-align: center;
  width: 100%;
  font-weight: 700;
  font-size: 24px;
  margin-top: 31px;
}

.box_order_success .box_icon_sucess .icon i {
  color: #fff;
  font-size: 40px;
  position: relative;
}

.box_info_order_success {
  border: 1px solid #000;
  padding: 25px;
  font-size: 20px;
}

.box_info_order_success .info_customer {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

.box_info_order_success .info_customer .name {
  margin-bottom: 8px;
}

.box_info_order_success .info_customer .phone {
  font-size: 20px;
  margin-bottom: 8px;
}

.box_info_order_success .info_customer .address {}

.box_info_order_success .list_sp_order_success {
  width: 100%;
}

.box_info_order_success .list_sp_order_success .item {
  width: 100%;
  margin-bottom: 15px;
}

.box_info_order_success .list_sp_order_success .box {
  display: flex;
  align-items: center;
}

.box_info_order_success .list_sp_order_success .box_name {
  width: 55%;
  margin-right: 5%;
}

.box_info_order_success .list_sp_order_success .box_name .name {
  font-weight: 700;
}

.box_info_order_success .list_sp_order_success .box_info {
  width: 40%;
}

.box_info_order_success .list_sp_order_success .box_info .qty {
  font-size: 15px;
}

.box_info_order_success .list_sp_order_success .box_info .price {
  font-size: 15px;
}

.box_info_order_success .list_sp_order_success .box_info .price .donvi {
  font-family: 'SanFranCisCoDisplay';
}

.thank_you {
  width: 100%;
  text-align: center;
  margin-top: 24px;
}

.thank_you .content_thank {
  text-align: center;
  width: 100%;
  font-size: 20px;
  max-width: 700px;
  display: block;
  margin: 0 auto 30px;
}

.group_button_home a.back_home {
  background-color: #595959;
  color: #fff;
  margin-right: 15px;
}

.group_button_home a {
  display: inline-block;
  width: 100%;
  max-width: 210px;
  line-height: 40px;
  border-radius: 5px;
}


.list_sp_order_success .cart-product-image img {
  height: 83px;
  padding-right: 20px;
}


.dropdown-menu-right {
  right: unset;
}

.contact-right-header li {
  margin: 0 10px;
  position: relative;
}

.icon-info i {
  vertical-align: middle;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  font-size: 18px;
  speak: none !important;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-style: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  position: relative;
  line-height: 1.2;
}

.icon-info {
  margin-right: 10px;
}

.icon_contact_right {
  line-height: 32px;
  height: 30px;
  margin: 0;
  text-align: center;
  border-color: rgba(255, 255, 255, .5);
  min-width: 2.5em;
  padding-left: 0.6em;
  padding-right: 0.6em;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, .8);
  background-color: transparent;
  border-radius: 5px;
}

.icon_contact_right i {
  font-size: 1.2em;
  color: rgba(255, 255, 255, .8);
}

.language {
  vertical-align: top;
  line-height: 32px;
  font-weight: normal;
  font-size: 0.8em;
  color: #fff;
}

.language img {
  width: 16px;
  height: 16px;
  margin: 0 5px;
}

.header__languge {
  background: #fff;
  width: 150px;
  right: 3px;
  top: 37px;
  padding: 20px 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: 0.3s all;
  display: none;
}

.header__languge a {
  color: #333;
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  font-size: 10px;
  align-items: center;
}

.language-usa {
  border-bottom: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.header__languge img {
  margin-right: 10px;
  width: 20px;
  height: 15px;
}

.hover-language:hover .header__languge {
  display: block;
  transition: 0.3s all;
}

.header__languge::before {
  content: "";
  width: 73px;
  height: 20px;
  background: no-repeat;
  z-index: 9999;
  position: absolute;
  top: -10px;
  right: 0;
}

.header__info li {
  font-size: 0.9em;
}

.hover-language:hover .language {
  color: #fff;
}

.fb-hover:hover {
  background: #3a589d !important;
  transition: 0.5s;
}

.mail-hover:hover {
  background: #111 !important;
  transition: 0.5s;
}

.in-hover:hover {
  background: #0072b7 !important;
  transition: 0.5s;
}

.hover-icons {
  position: relative;
  /* background-color: #fff; */
  transition: transform 0.3s;
}



.triangle {
  position: absolute;
  top: 145%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #000;
  transition: opacity 0.3s;
  opacity: 0;
}

.rectangle::after {
  background: #000;
  content: "";
  height: 10px;
  position: absolute;
  transform: rotate(45deg);
  width: 10px;
  left: calc(50% - 5px);
  top: -5px;
}

.rectangle {
  text-transform: none;
  position: absolute;
  top: 39px;
  left: -49px;
  width: 155px;
  height: 25px;
  background-color: #000;
  border-radius: 5px;
  opacity: 0 !important;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 12px;
}

.hover-icons:hover .rectangle {
  opacity: 1 !important;
}

.left-hover-header {
  left: -10px;
}

.gio-hang-trong {
  display: flex;
  justify-content: center;
}

.img__language {
  width: 30px;
}

.hd__top {
  justify-content: space-between;
}

.hd__top ul {
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .8);
}

.hd__top ul li svg {
  height: 14px;
  width: 14px;
  color: white;
}

.header__languge {
  position: absolute;
  z-index: 9999;
}

.header__info li {
  padding: 3px 15px;
  position: relative;
  font-weight: 400;
  border-right: 0px solid rgba(255, 255, 255, .8);
}

.header__info li:first-child {
  padding-left: 10px;
}

.header__info li:last-child {
  padding-right: 0px;
}










@media (min-width: 1440px) {
  .box_all_hover_cart {
    display: none;
    position: absolute;
    border: 1px solid #ee2034;
    width: 340px;
    height: auto;
    top: 117%;
    z-index: 99;
    transform: translateX(-90%);
    background-color: white;
    padding: 20px 0px;
    right: 0;
    left: 0;
  }
}

@media screen and (min-width: 1600px) {
  .box_all_hover_cart {
    display: none;
    position: absolute;
    border: 1px solid #ee2034;
    width: 340px;
    height: auto;
    top: 117%;
    z-index: 99;
    transform: translateX(-90%);
    background-color: white;
    padding: 20px 0px;
    right: 0;
    left: 0;
  }

  .input-bookup {
    width: 700px;
    height: 45px;
    border-radius: 25px;
    border: 1px solid #0A563B;
    padding-left: 20px;
  }

  .container {
    max-width: 1220px;
  }

  .header__top {
    padding-block: 3px;
  }

  .message-menu-v3__text-message {
    font-size: var(--gap16);
  }
}

@media screen and (max-width: 1600px) {
  .box_all_hover_cart {
    display: none;
    position: absolute;
    border: 1px solid #ee2034;
    width: 340px;
    height: auto;
    top: 117%;
    z-index: 99;
    transform: translateX(-90%);
    background-color: white;
    padding: 20px 0px;
    right: 0;
    left: 0;
  }

}

@media screen and (max-width: 1400px) {
  .box_all_hover_cart {
    display: none;
    position: absolute;
    border: 1px solid #ee2034;
    width: 340px;
    height: auto;
    top: 117%;
    z-index: 99;
    transform: translateX(-90%);
    background-color: white;
    padding: 20px 0px;
    right: 0;
    left: 0;
  }
}

@media screen and (max-width: 1200px) {
  .box_all_hover_cart {
    display: none;
    position: absolute;
    border: 1px solid #ee2034;
    width: 340px;
    height: auto;
    top: 117%;
    z-index: 99;
    transform: translateX(-90%);
    background-color: white;
    padding: 20px 0px;
    right: 0;
  }

  .nav__menu_link {
    padding-inline: 0;
    font-size: var(--gap15);
  }

  .container {
    padding-inline: 15px;
  }
}

@media screen and (max-width: 991px) {
  .main {
    padding-top: 70px;
  }

  .header__top {
    display: none;
  }

  .toggle__mobi i {
    margin-left: 10px;
  }

  .box_all_hover_cart {
    display: none;
    position: absolute;
    border: 1px solid #ee2034;
    width: 340px;
    height: auto;
    top: 117%;
    z-index: 99;
    transform: translateX(-90%);
    background-color: white;
    padding: 20px 0px;
    right: 0;
    left: 0;
  }

  .telep {
    display: none;
  }

  .user-menu {
    opacity: 1;
  }

  .box_model-login {
    position: absolute;
    width: 55%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
  }

  .right-nav-button-wrapper {
    display: none;
  }

  .heading.xl {
    font-size: 35px;
  }

  .container {
    max-width: 720px;
    margin-inline: auto;
  }

  .menu_mobi {
    display: block;
    order: -1;
  }

  .nav__header {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 350px;
    z-index: 10;
    display: block;
    overflow-y: auto;
    background: #0E573C;
    padding-block: 50px;
    transition: 0.5s;
    transform: translateX(-100%);
    padding: 20px 0;
  }

  .nav__header.active {
    transform: translateX(0);
    z-index: 999;
  }

  .nav__menu_link {
    justify-content: space-between;
    padding: 10px;
    color: #fff;
  }

  .header__top__content {
    justify-content: space-between;
  }

  .menu_mobi_span {
    display: flex;
    align-items: center;
    font-size: 25px;
  }

  .close__menu-mobi {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    background: #0A563B;
    color: #ffff;
    padding: 5px 10px;
    font-size: 16px;
  }

  .nav__menu_child1_style2 {
    position: static;
    width: auto;
    transform: translate(0);
    box-shadow: none;
    visibility: visible;
    font-size: 17px;
    opacity: 1;
    display: none;
  }

  .nav__menu_child1_style2.active {
    display: block;
  }

  .nav__content_child1-row {
    display: block;
  }

  .nav__content_child1-col {
    max-width: 100%;
    margin-bottom: 5px;
  }

  .nav__wrapper_child1 {
    box-shadow: none;
    padding-block: 0;
    padding-top: 10px;
  }

  .line.navbar_child1 {
    margin-top: 0;
  }

  ._child1__col_submenu-list {
    transition: 0.5s;
    overflow: hidden;
    max-height: 0;
    transform-origin: top;
  }

  ._child1__col_submenu-list.active {
    max-height: 500px;
  }

  .line.navbar_child1 {
    display: none;
  }

  .nav__menu_child1 {
    position: static;
  }

  .nav__content_child1-link {
    display: none;
  }

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

  .toggle__mobi {
    font-size: 12px;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 22px;
  }

  .nav__menu:hover .nav__menu_child1 {
    display: none;
  }

  .nav__menu .nav__menu_child1.active {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .nav__menu_link a {
    color: #fff
  }

  .breadcrumb {
    padding: 5px 0;
    font-size: 14px;
  }

  .toggle__mobi i {
    margin-left: 10px;
  }

  ._child1__col_a {
    color: #56564e;
    align-items: center;
    margin-bottom: var(--gap12);
    margin-left: 15px;
    margin-right: 0;
    font-weight: var(--ww400);
    transition: color 0.4s;
    display: flex;
    max-width: 100%;
    font-size: 15px;
  }

  .box_all_hover_cart {
    display: none;
    position: absolute;
    border: 1px solid #ee2034;
    width: 340px;
    height: auto;
    top: 117%;
    z-index: 99;
    transform: translateX(-90%);
    background-color: white;
    padding: 20px 0px;
    right: 0;
    left: 0;
  }

  .policies-item {
    font-size: 14px;
    flex: 0 0 calc(50% - 15px) !important;
    padding: 10px;
    justify-content: center;
    text-align: center;
    display: grid;
    grid-gap: 15px;
  }

  .user-menu {
    opacity: 1;
  }

  .user-menu {
    background: #0A563B;
    color: #fff;
    padding: 10px 15px;
  }

  .user-menu i {
    font-size: 24px;
  }

  .bookup .menu_mobi {
    display: none;
  }

  .bookup .click_icon_ul {
    display: none;
  }

  .bookup .logo__header {
    display: none;
  }

  .bookup .nav__header {
    position: fixed;
    top: 0;
    left: 100%;
    bottom: 0;
    height: 150px;
    width: 100%;
    z-index: 10;
    background: bisque;
    display: block;
    overflow-y: auto;
    background: #fff;
    padding-block: 30px;
    transition: 0.5s;
    transform: translateX(-100%);
  }

  .bookup .input-bookup {
    width: 90%;
    height: 45px;
    border-radius: 25px;
    border: 1px solid black;
    padding-left: 20px;
  }

  .bookup .button-bookup {
    height: 39px;
    width: 69px;
    background: #0A563B;
    border-radius: 25px;
    right: 42px;
    top: 3px;
    color: #fff;
    position: absolute;
  }

  .search-bookup {
    position: relative;
    display: flex;
    justify-content: center;
  }

  .bookup .search-dropdow {
    width: 90%;
    margin: 0 auto;
    margin: 10px auto;
  }

  .bookup .header__bottom {
    background-color: #fff;
    position: relative;
    height: 100px;
    position: fixed;
    width: 100%;
    z-index: 999999999;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }

  .bookup .search__list li a {
    line-height: 17px;
  }

  .box_model-login {
    position: absolute;
    width: 55%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
  }

  .model-login {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000000;
    /* display: none; */
  }

  .box_all_hover_cart {
    opacity: 0;
    position: absolute;
    border: 1px solid #ee2034;
    width: 360px;
    height: auto;
    top: 115%;
    z-index: 9;
    left: -257px;
    background-color: white;
    padding: 20px 0px;
  }
}

@media screen and (max-width: 576px) {
  .header__bottom {
    height: 70px;
  }

  .toggle__mobi i {
    margin-left: 10px;
  }

  ._child1__col_a {
    color: #56564e;
    align-items: center;
    margin-bottom: var(--gap12);
    margin-left: 15px;
    margin-right: 0;
    font-weight: var(--ww400);
    transition: color 0.4s;
    display: flex;
    max-width: 100%;
    font-size: 15px;
  }

  .box_all_hover_cart {
    display: none;
    position: absolute;
    border: 1px solid #ee2034;
    width: 340px;
    height: auto;
    top: 117%;
    z-index: 99;
    transform: translateX(-90%);
    background-color: white;
    padding: 20px 0px;
    right: 0;
    left: 0;
  }

  .policies-item {
    font-size: 14px;
    flex: 0 0 calc(50% - 15px) !important;
    padding: 10px;
    justify-content: center;
    text-align: center;
    display: grid;
    grid-gap: 15px;
  }

  .user-menu {
    opacity: 1;
  }

  .bookup .search__list li a {
    line-height: 17px;
  }

  .box_model-login {
    position: absolute;
    width: 85%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
  }

  .telep {
    display: none;
  }

  .bookup .header__bottom {
    height: 0px;
  }

  .bookup .logo__header {
    display: none;
  }

  .bookup .menu_mobi {
    display: none;
  }

  .bookup .click_icon_ul {
    display: none;
  }

  .bookup .nav__header {
    position: fixed;
    top: 0;
    left: 100%;
    bottom: 0;
    height: 150px;
    width: 100%;
    z-index: 10;
    background: bisque;
    display: block;
    overflow-y: auto;
    background: #fff;
    padding-block: 30px;
    transition: 0.5s;
    transform: translateX(-100%);
  }

  .bookup .button-bookup {
    height: 39px;
    width: 69px;
    background: #0A563B;
    border-radius: 25px;
    right: 24px;
    top: 3px;
    color: #fff;
    position: absolute;
  }

  .bookup .input-bookup {
    width: 90%;
    height: 45px;
    border-radius: 25px;
    border: 1px solid black;
    padding-left: 20px;
  }

  .bookup .search-bookup {
    position: relative;
    display: flex;
    justify-content: center;
  }

  .bookup .search-dropdow {
    width: 90%;
    margin: 0 auto;
    margin: 10px auto;
  }

  .bookup .search__list li {
    margin-right: 10px;
  }

  .user-menu {
    background: #0A563B;
    color: #fff;
    padding: 10px 15px;
  }

  .user-menu i {
    font-size: 24px;
  }

  .nav__header {}

  .user-menu:hover a {
    color: #fff;
  }

  .header__top__center {
    text-align: center;
    line-height: var(--gap24);
    width: 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .message-menu-v3__text-message {
    font-size: 10px;
  }

  .close {
    position: absolute;
    cursor: pointer;
    right: 14px;
    font-size: 15px;
    background: gray;
    width: 20px;
    height: 20px;
    text-align: center;
    display: flex;
    border-radius: 100%;
    color: #000;
    align-items: center;
    justify-content: center;
  }

  .logo__header-a {
    cursor: pointer;
    width: 210px;
    display: block;
  }

  .header__top__content {
    justify-content: center;
  }

  .cart_4 {
    width: 30%;
  }

  .cart_8 {
    color: black;
    width: 70%;
    line-height: 20px;
    text-align: left;
  }

  .box_all_hover_cart {
    opacity: 0;
    position: absolute;
    border: 1px solid #ee2034;
    width: 286px;
    height: auto;
    top: 110%;
    z-index: 9;
    left: -242px;
    background-color: white;
    padding: 20px 0px;
  }
}

@media screen and (max-width: 400px) {}