@keyframes scale0to1 {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-weight: normal;
  line-height: normal;
}

a {
  text-decoration: none;
  outline: none;
  color: currentColor;
}

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

input,
textarea {
  outline: none;
  border: none;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

select {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  min-height: 40px !important;
}

.g-container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1025px) {
  .g-container {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
}

.g-button {
  border: 1px #000da3 solid;
  padding: 10px 25px;
  color: #000da3;
  font-size: 15px;
  display: inline-block;
  border-radius: 3px;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.g-button:hover {
  background-color: black;
  color: white;
}

.g-title {
  font-size: 25px;
  font-weight: 500;
  font-style: italic;
  text-align: center;
  margin-bottom: 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.g-title .text {
  width: auto;
}
.g-title .text i {
  font-size: 15px;
  margin: 20px;
  color: #000da3;
}
.g-title .line {
  flex: 1;
  height: 1px;
  border-bottom: 1px #ddd solid;
  width: 100%;
}

.g-description {
  font-size: 20px;
  font-style: italic;
  text-align: center;
  margin-bottom: 30px;
}

.swiper-button-prev,
.swiper-button-next {
  color: #ff9900;
}

.swiper-pagination-bullet-active {
  background: #ff9900;
}

.g-shop-filter {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
.g-shop-filter .g-button {
  background: transparent;
}
.g-shop-filter .g-button i {
  margin-right: 5px;
}
.g-shop-filter .g-button:hover {
  background: black;
}

.g-shop-filter-modal form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.g-shop-filter-modal form select {
  height: 30px;
}
.g-shop-filter-modal form button {
  background: transparent;
}
.g-shop-filter-modal form button:hover {
  background: black;
}

.g-paginate {
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.g-paginate a,
.g-paginate span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: 1px #ff9900 solid;
  color: #ff9900;
  font-size: 15px;
  min-width: 40px;
  min-height: 40px;
}
.g-paginate a.current, .g-paginate a:hover,
.g-paginate span.current,
.g-paginate span:hover {
  color: white;
  background: #ff9900;
}

.zalo-chat-widget {
  right: 18px !important;
  bottom: 90px !important;
}

.g-content p,
.g-content h1,
.g-content h2,
.g-content h3,
.g-content h4,
.g-content h5,
.g-content h6,
.g-content ul {
  padding-top: 7px;
  padding-bottom: 7px;
}
.g-content ul {
  padding-left: 20px;
}

.w-loop-product {
  animation: scale0to1 500ms;
  transition: all 300ms ease-in-out;
  margin-bottom: 20px !important;
}
.w-loop-product:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.w-loop-product img {
  margin-bottom: 5px !important;
}
.w-loop-product .w-loop-price {
  padding: 10px !important;
  font-size: 13px;
  color: #ff0000 !important;
}
.w-loop-product .w-loop-price-sale-percent {
  font-size: 15px;
  color: #ff9900 !important;
  margin-right: 5px;
}
.w-loop-product .w-loop-title {
  padding: 10px !important;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
  margin-bottom: 0 !important;
}
.w-loop-product:hover .w-loop-buttons {
  opacity: 1;
  transform: translate(-50%, -50%);
  visibility: visible;
}
.w-loop-product .w-loop-buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  font-size: 20px;
  gap: 30px;
  background: rgba(255, 255, 255, 0.5);
  padding: 15px;
  border-radius: 3px;
  flex-wrap: wrap;
  min-width: 200px;
  opacity: 0;
  transform: translate(-50%, 30%);
  visibility: hidden;
  transition: all 300ms ease-in-out;
}
.w-loop-product .w-loop-buttons a {
  transition: all 300ms ease-in-out;
}
.w-loop-product .w-loop-buttons a:not(:last-child) {
  position: relative;
}
.w-loop-product .w-loop-buttons a:not(:last-child)::before {
  position: absolute;
  top: 0;
  right: -15px;
  width: 1px;
  height: 100%;
  background: white;
  content: "";
}
.w-loop-product .w-loop-buttons a:hover {
  color: #ff9900 !important;
}
.w-loop-product .w-loop-buttons .w-loop-add-to-cart {
  margin-top: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  color: black !important;
}
.w-loop-product .w-loop-buttons .added_to_cart {
  display: none;
}
.w-loop-product .w-loop-onsale {
  background: #ff0000 !important;
  display: inline-block !important;
  top: 0 !important;
  left: 0 !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 10px !important;
  width: fit-content !important;
  height: fit-content !important;
  line-height: normal !important;
  min-height: unset !important;
  min-width: unset !important;
}

.w-loop-1-row {
  display: grid;
  grid-auto-flow: column;
  gap: 20px;
  width: 100%;
  overflow-x: auto;
  padding: 20px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media only screen and (max-width: 1025px) {
  .w-loop-1-row {
    width: 91vw !important;
    padding: 0 !important;
    gap: 0 !important;
  }
}
.w-loop-1-row::before {
  display: none !important;
}
.w-loop-1-row::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.w-loop-1-row::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.w-loop-1-row::-webkit-scrollbar-thumb {
  background: #888;
}
.w-loop-1-row::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.w-loop-1-row .w-loop-product {
  margin: 10px !important;
  width: 200px !important;
  flex: 1;
}
@media only screen and (max-width: 1025px) {
  .w-loop-1-row .w-loop-product {
    width: 150px !important;
    margin: 0 !important;
    margin-right: 45px !important;
  }
}

.w-loop-preview-modal .w-loop-preview-content {
  height: 500px !important;
  width: 1000px !important;
  overflow: hidden;
  overflow-y: auto;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.w-loop-preview-modal .w-loop-preview-content .w-product-modal-content-left {
  width: 50%;
}
.w-loop-preview-modal .w-loop-preview-content .w-product-modal-content-right {
  flex: 1;
}

.w-product-gallery-2 {
  height: 80%;
  width: 100%;
}
.w-product-gallery-2 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.w-product-gallery {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.w-product-gallery .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.w-product-gallery .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.w-product-gallery .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.w-product-gallery .swiper-slide-thumb-active {
  opacity: 1;
}

.w-single-title {
  margin-bottom: 10px;
  font-size: 20px !important;
}

.w-single-price {
  margin-bottom: 10px;
  font-size: 25px !important;
  color: #ff0000 !important;
  font-weight: bold !important;
}
.w-single-price del {
  margin-right: 10px !important;
}
.w-single-price ins {
  text-decoration: none !important;
}

.w-single-short-description {
  margin-bottom: 10px;
}

.w-single-quantity {
  float: unset !important;
  margin-bottom: 10px !important;
}

.w-quantity-input {
  border: 1px solid #ccc;
  padding: 5px;
  width: 70px !important;
  height: 40px !important;
  font-size: 17px !important;
}

.w-grouped-add-to-cart tbody tr {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
.w-grouped-add-to-cart tbody tr .woocommerce-grouped-product-list-item__price {
  color: #ff0000;
}

.w-single-add-to-cart-wrap {
  margin-bottom: 10px !important;
}

.w-single-add-to-cart {
  padding: 15px 30px !important;
  background: transparent !important;
  border-radius: 0px !important;
  border: 1px #ff9900 solid !important;
  color: #ff9900 !important;
  transition: all 300ms ease-in-out;
  margin-bottom: 15px !important;
  display: inline-block !important;
  width: fit-content !important;
  margin-right: 30px !important;
  margin-top: 10px !important;
}
.w-single-add-to-cart:hover {
  background: #ff9900 !important;
  color: white !important;
}

.w-variations-choose {
  width: auto !important;
  margin-bottom: 10px !important;
}
.w-variations-choose tbody tr th {
  text-align: left !important;
  display: flex !important;
  align-items: center !important;
  padding-right: 20px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  height: 40px !important;
}
.w-variations-choose tbody tr th label {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
}
.w-variations-choose tbody tr td {
  text-align: left !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.w-variations-choose tbody tr td select {
  width: 150px !important;
  min-width: unset !important;
  padding: 5px;
  margin-right: 10px;
  border: none !important;
  border-bottom: 1px #e4e4e4 solid !important;
}

.w-single_variation_wrap .woocommerce-variation-description {
  font-size: 12px !important;
  margin-bottom: 15px !important;
}
.w-single_variation_wrap .woocommerce-variation-price {
  margin-bottom: 10px !important;
}
.w-single_variation_wrap .woocommerce-variation-price .price {
  font-size: 20px !important;
  color: #ff0000 !important;
}

.w-product-summary {
  padding-top: 0px !important;
}
.w-product-summary a {
  color: #ff9900;
}

.w-variations_form {
  margin-bottom: 20px !important;
}

.w-page {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* Flexbox on WooCommerce archive products */
.products.columns-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
}
.products.columns-4::before, .products.columns-4::after {
  display: none !important;
}
.products.columns-4 li.product {
  display: flex;
  flex-flow: column nowrap;
  margin-right: 0 !important;
  width: 100% !important;
  margin-bottom: 0px !important;
}
.products.columns-4 li.product .button {
  margin-top: auto;
  display: table;
}
.products.columns-4 li.product.last,
.products.columns-4 li.product.last {
  margin-right: 0 !important;
}

.woocommerce-pagination .page-numbers {
  border: none !important;
}
.woocommerce-pagination .page-numbers li {
  margin: 5px !important;
  border: 1px solid #d3ced2 !important;
  width: 40px !important;
  height: 40px !important;
}
.woocommerce-pagination .page-numbers li a,
.woocommerce-pagination .page-numbers li span {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  line-height: unset !important;
}
.woocommerce-pagination .page-numbers li a.current,
.woocommerce-pagination .page-numbers li span.current {
  background: #ff9900 !important;
  color: white !important;
  border: 1px solid #ff9900 !important;
}

.w-breadcrumbs {
  padding-top: 10px;
  padding-bottom: 10px !important;
  background: #e4e4e4;
}
.w-breadcrumbs .woocommerce-breadcrumb {
  margin-bottom: 0 !important;
}
.w-breadcrumbs .woocommerce-breadcrumb a {
  color: black !important;
}

.w-shop-header {
  margin-top: 20px !important;
  display: flex !important;
  flex-direction: column;
  gap: 10px !important;
  margin-bottom: 20px !important;
}

.w-loop-ordering select {
  height: 30px !important;
  padding: 5px !important;
}

.w-tabs-panel h2:first-child {
  margin-bottom: 10px !important;
}

.w-related-products > h2 {
  margin-bottom: 20px !important;
  border-bottom: 1px #e4e4e4 solid;
  padding-bottom: 10px !important;
}

.woocommerce-message .button {
  background: #ff9900 !important;
  color: white !important;
  border-radius: 0 !important;
}

.w-cart-remove-product {
  width: 30px !important;
}
@media only screen and (max-width: 1025px) {
  .w-cart-remove-product {
    width: 100% !important;
    height: 120px !important;
    display: flex;
    justify-content: space-between;
    position: relative;
    font-size: 20px !important;
  }
}
.w-cart-remove-product a {
  margin-right: 0 !important;
}
.w-cart-remove-product img {
  display: none !important;
}
@media only screen and (max-width: 1025px) {
  .w-cart-remove-product img {
    display: block !important;
    width: 100px !important;
    height: 100px !important;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
}

.w-cart-product-thumbnail {
  width: 100px !important;
}
.w-cart-product-thumbnail img {
  width: 100px !important;
}

.w-cart-product-name > a {
  font-weight: 500 !important;
  font-size: 20px !important;
}

.w-cart-coupon {
  width: 300px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center;
  gap: 0 !important;
}
@media only screen and (max-width: 1025px) {
  .w-cart-coupon {
    width: 100% !important;
  }
}
.w-cart-coupon input {
  width: 150px !important;
  height: 100% !important;
}
@media only screen and (max-width: 1025px) {
  .w-cart-coupon input {
    width: 50% !important;
  }
}
.w-cart-coupon button {
  flex: 1;
  height: 100% !important;
  background: transparent !important;
  color: #ff9900 !important;
  border: 1px #ff9900 solid !important;
  border-radius: 0 !important;
}

.w-cart-update-button {
  background: #ff9900 !important;
  color: white !important;
  border-radius: 0 !important;
  height: 40px !important;
}

.w-proceed-to-checkout {
  padding: 0 !important;
}
.w-proceed-to-checkout a {
  margin-bottom: 0 !important;
}
.w-proceed-to-checkout .checkout-button {
  background: #ff9900 !important;
  border-radius: 0 !important;
  border: 1px #ff9900 solid !important;
}
.w-proceed-to-checkout .checkout-button:hover {
  background: transparent !important;
  color: #ff9900 !important;
}

.w-cart-table {
  padding: 30px !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: none !important;
}
@media only screen and (max-width: 1025px) {
  .w-cart-table tr {
    width: 100% !important;
    margin-right: 0 !important;
    overflow: hidden !important;
  }
}

.w-cart-price {
  font-size: 20px !important;
  line-height: normal !important;
}

.w-cart-subtotal {
  font-size: 20px !important;
  line-height: normal !important;
}

.w-cart-quantity .w-single-quantity {
  margin-bottom: 0 !important;
}

.w-cart-totals {
  padding: 30px !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 5px !important;
}
.w-cart-totals > h2 {
  margin-bottom: 10px !important;
}
.w-cart-totals .w-cart-totals-table {
  border: none !important;
}
.w-cart-totals .w-cart-totals-table th,
.w-cart-totals .w-cart-totals-table td {
  padding-left: 3px !important;
}

.w-form-checkout #billing_country_field {
  display: none !important;
}
.w-form-checkout .w-checkout-billing-form h3 {
  margin-bottom: 20px !important;
}
.w-form-checkout .w-checkout-billing-form .woocommerce-billing-fields__field-wrapper {
  display: flex !important;
  flex-direction: column;
  gap: 5px !important;
}
.w-form-checkout .w-checkout-billing-form .woocommerce-billing-fields__field-wrapper .form-row {
  width: 100%;
}
.w-form-checkout .w-checkout-billing-form .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input,
.w-form-checkout .w-checkout-billing-form .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 50px !important;
}
.w-form-checkout .w-checkout-shipping-form h3 {
  margin-bottom: 18px !important;
}
.w-form-checkout .w-checkout-shipping-form .woocommerce-shipping-fields__field-wrapper,
.w-form-checkout .w-checkout-shipping-form .woocommerce-additional-fields__field-wrapper {
  display: flex !important;
  flex-direction: column;
  gap: 5px !important;
}
.w-form-checkout .w-checkout-shipping-form .woocommerce-shipping-fields__field-wrapper .form-row,
.w-form-checkout .w-checkout-shipping-form .woocommerce-additional-fields__field-wrapper .form-row {
  width: 100%;
}
.w-form-checkout .w-checkout-shipping-form .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper input,
.w-form-checkout .w-checkout-shipping-form .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper textarea,
.w-form-checkout .w-checkout-shipping-form .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper input,
.w-form-checkout .w-checkout-shipping-form .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 50px !important;
}
.w-form-checkout .w-checkout-shipping-form .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper textarea,
.w-form-checkout .w-checkout-shipping-form .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper textarea {
  min-height: 100px !important;
  resize: none !important;
}
.w-form-checkout .select2-container--default .select2-selection--single {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 50px;
  padding-top: 12px;
}
.w-form-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 12px !important;
  right: 5px;
}

.w-checkout-form {
  margin-bottom: 30px !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 30px !important;
  border-radius: 5px !important;
}

#order_review_heading {
  margin-bottom: 20px !important;
  margin-top: 50px !important;
}

#order_review .shop_table {
  border: none !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#order_review .shop_table td,
#order_review .shop_table th {
  padding: 30px !important;
}
#order_review .shop_table td.product-name,
#order_review .shop_table th.product-name {
  font-size: 20px !important;
  display: flex;
  gap: 10px;
  align-items: center;
}
#order_review .shop_table td.product-name img,
#order_review .shop_table th.product-name img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
@media only screen and (max-width: 1025px) {
  #order_review .shop_table td.product-name img,
  #order_review .shop_table th.product-name img {
    width: 70px !important;
    height: 70px !important;
  }
}
#order_review .shop_table td strong.product-quantity,
#order_review .shop_table th strong.product-quantity {
  color: red;
}

.w-place-order-button {
  background: #ff9900 !important;
  padding: 20px 30px !important;
  border-radius: 0 !important;
  color: white !important;
  border: 1px #ff9900 solid !important;
  width: 100% !important;
  margin-top: 30px !important;
  font-size: 20px !important;
  text-transform: uppercase;
}
.w-place-order-button:hover {
  background: transparent !important;
  color: #ff9900 !important;
}

.w-checkout-payment {
  padding: 15px !important;
  background: transparent !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.w-checkout-coupon {
  padding: 25px !important;
  background: transparent !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.w-checkout-coupon input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 50px !important;
}
.w-checkout-coupon p {
  margin-bottom: 10px !important;
  margin-top: 10pxs !important;
}
.w-checkout-coupon button {
  height: 50px !important;
  background: transparent !important;
  border: 1px #ff9900 solid !important;
  color: #ff9900 !important;
}

.showcoupon {
  color: #ff9900 !important;
}

.w-thankyou {
  color: #ff9900 !important;
  font-size: 20px !important;
  margin-bottom: 30px !important;
}

.w-thankyou-order-details {
  border-radius: 5px !important;
  display: flex !important;
  padding: 25px !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
@media only screen and (max-width: 1025px) {
  .w-thankyou-order-details {
    flex-direction: column;
    gap: 20px !important;
  }
}
.w-thankyou-order-details::before {
  display: none !important;
}
.w-thankyou-order-details li strong {
  margin-top: 10px !important;
  color: #ff9900 !important;
}
@media only screen and (max-width: 1025px) {
  .w-thankyou-order-details li strong {
    margin-top: 5px !important;
  }
}

.w-thankyou-payment-method {
  font-size: 20px !important;
  color: #ff9900 !important;
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 1025px) {
  .w-thankyou-payment-method {
    font-size: 17px !important;
  }
}

.w-thankyou-order-detail-title {
  margin-bottom: 20px !important;
}

.w-thankyou-order-detail {
  padding: 15px !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.w-thankyou-order-detail td,
.w-thankyou-order-detail th {
  padding: 20px !important;
}
.w-thankyou-order-detail .product-name {
  display: flex;
  align-items: center;
  gap: 10px;
}
.w-thankyou-order-detail .product-name strong {
  color: red !important;
}
.w-thankyou-order-detail .product-name img {
  width: 100px !important;
  height: 100px !important;
  object-fit: cover !important;
}
@media only screen and (max-width: 1025px) {
  .w-thankyou-order-detail .product-name img {
    width: 70px !important;
    height: 70px !important;
  }
}

.w-thankyou-address-title {
  margin-bottom: 20px !important;
}

.w-thankyou-address {
  padding: 30px !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  line-height: 30px !important;
}

.woocommerce-bacs-bank-details {
  display: inline-flex !important;
  flex-direction: column;
  gap: 20px !important;
  padding: 30px !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-top: 20px !important;
  margin-bottom: 30px !important;
  border-radius: 5px !important;
}
@media only screen and (max-width: 1025px) {
  .woocommerce-bacs-bank-details {
    width: 100% !important;
  }
  .woocommerce-bacs-bank-details .wc-bacs-bank-details-heading {
    font-size: 17px !important;
  }
}
.woocommerce-bacs-bank-details .wc-bacs-bank-details {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1025px) {
  .woocommerce-bacs-bank-details .wc-bacs-bank-details {
    display: flex !important;
    flex-direction: column;
    gap: 20px !important;
  }
}

@media only screen and (max-width: 1025px) {
  .w-myaccount-nav {
    margin-bottom: 50px !important;
  }
}
.w-myaccount-nav ul {
  display: flex !important;
  flex-direction: column;
  list-style: none !important;
  background: #e4e4e4 !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 5px !important;
  overflow: hidden !important;
}
.w-myaccount-nav ul li a {
  padding: 30px !important;
  display: flex !important;
  transition: all 200ms ease;
}
.w-myaccount-nav ul li a:hover {
  background: #d4d4d4 !important;
}
.w-myaccount-nav ul li.is-active a {
  background: #ff9900 !important;
  color: white !important;
}

.woocommerce-button.button {
  background: #ff9900 !important;
  border-radius: 0 !important;
  color: white !important;
  border: 1px #ff9900 solid !important;
  transition: all 200ms ease;
}
.woocommerce-button.button:hover {
  color: #ff9900 !important;
  background: transparent !important;
}

.w-myaccount-dashboard {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 5px !important;
  overflow: hidden !important;
  border: none !important;
  padding: 30px !important;
}
.w-myaccount-dashboard p {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.w-myaccount-dashboard a {
  color: #ff9900 !important;
}

.w-myaccount-order {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 5px !important;
  overflow: hidden !important;
  border: none !important;
}
.w-myaccount-order td,
.w-myaccount-order th {
  padding: 30px !important;
}

.w-myaccount-address {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 5px !important;
  overflow: hidden !important;
  border: none !important;
  padding: 30px !important;
}
.w-myaccount-address a {
  color: #ff9900 !important;
}
.w-myaccount-address .woocommerce-Address-title {
  margin-bottom: 10px !important;
}
.w-myaccount-address .woocommerce-Address-title h3 {
  margin-bottom: 10px !important;
}
.w-myaccount-address .woocommerce-Address {
  margin-top: 20px !important;
  line-height: 30px !important;
}

.cross-sells h2 {
  margin-bottom: 20px !important;
}

.w-myaccount-edit-address {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 5px !important;
  overflow: hidden !important;
  border: none !important;
  padding: 30px !important;
}
.w-myaccount-edit-address h3 {
  margin-bottom: 20px !important;
}
.w-myaccount-edit-address input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 50px !important;
}
.w-myaccount-edit-address #billing_country_field {
  display: none;
}
.w-myaccount-edit-address .button {
  background: #ff9900 !important;
  border-radius: 0 !important;
  color: white !important;
  border: 1px #ff9900 solid !important;
  transition: all 200ms ease;
  margin-top: 20px !important;
  margin-left: 3px !important;
}
.w-myaccount-edit-address .button:hover {
  color: #ff9900 !important;
  background: transparent !important;
}

.w-myaccount-form-edit-account {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 5px !important;
  overflow: hidden !important;
  border: none !important;
  padding: 30px !important;
}
.w-myaccount-form-edit-account input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 50px !important;
}
.w-myaccount-form-edit-account fieldset {
  padding: 30px !important;
}
.w-myaccount-form-edit-account .show-password-input {
  top: 18px !important;
}
.w-myaccount-form-edit-account .button {
  background: #ff9900 !important;
  border-radius: 0 !important;
  color: white !important;
  border: 1px #ff9900 solid !important;
  transition: all 200ms ease;
  margin-top: 20px !important;
}
.w-myaccount-form-edit-account .button:hover {
  color: #ff9900 !important;
  background: transparent !important;
}

.w-login-form input:not([type=checkbox]),
.w-register-form input:not([type=checkbox]) {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 50px !important;
}
.w-login-form .show-password-input,
.w-register-form .show-password-input {
  top: 18px !important;
}
.w-login-form form,
.w-register-form form {
  margin-top: 10px !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 5px !important;
  overflow: hidden !important;
  border: none !important;
  padding: 30px !important;
  display: flex !important;
  flex-direction: column;
  gap: 20px !important;
}
.w-login-form input[type=checkbox],
.w-register-form input[type=checkbox] {
  transform: scale(1.3);
  margin-right: 5px !important;
}

.return-to-shop a {
  background: #ff9900 !important;
  border-radius: 0 !important;
  color: white !important;
  border: 1px #ff9900 solid !important;
  transition: all 200ms ease;
}
.return-to-shop a:hover {
  color: #ff9900 !important;
  background: transparent !important;
}

.w-product-meta {
  display: flex !important;
  flex-wrap: wrap;
  gap: 30px !important;
}

.w-product-shortdescription {
  margin-bottom: 20px !important;
}

.w-single-thuong-hieu {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
  color: #949494;
  font-weight: 400;
  margin-top: 10px;
  text-transform: uppercase;
}

.page-home {
  min-height: 100vh;
}
.page-home section.banner {
  padding-top: 15px;
  padding-bottom: 20px;
  padding-left: 315px;
}
@media only screen and (max-width: 1025px) {
  .page-home section.banner {
    padding-left: 16px;
    padding-bottom: 15px;
  }
}
.page-home section.banner .swiper-slide {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
@media only screen and (max-width: 1025px) {
  .page-home section.banner .swiper-slide {
    height: 150px;
  }
}
.page-home section.banner .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.page-home section.banner .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-home section.grid-images {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #e4e4e4;
  padding: 30px 0;
}
@media only screen and (max-width: 1025px) {
  .page-home section.grid-images {
    margin-top: 0;
  }
}
.page-home section.grid-images .grid-1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1025px) {
  .page-home section.grid-images .grid-1 {
    grid-template-columns: 1fr;
  }
}
.page-home section.grid-images .grid-1 .grid-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  background: #000da3;
  padding: 20px;
  color: white;
  position: relative;
}
.page-home section.grid-images .grid-1 .grid-item:hover::before {
  transform: translate(-50%, -50%) scale(1, 1);
}
.page-home section.grid-images .grid-1 .grid-item:hover::after {
  transform: translate(-50%, -50%) scale(1, 1);
}
.page-home section.grid-images .grid-1 .grid-item::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 95%;
  height: 70%;
  transform: translate(-50%, -50%) scale(0, 1);
  border: 1px white solid;
  transition: all 300ms ease-in-out;
  border-left: none;
  border-right: none;
}
.page-home section.grid-images .grid-1 .grid-item::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 95%;
  height: 70%;
  transform: translate(-50%, -50%) scale(1, 0);
  border: 1px white solid;
  transition: all 300ms ease-in-out;
  border-top: none;
  border-bottom: none;
}
.page-home section.grid-images .grid-1 .grid-item .image {
  width: 50px;
}
.page-home section.grid-images .grid-1 .grid-item .text {
  flex: 1;
}
.page-home section.grid-images .grid-1 .grid-item .text .title {
  font-weight: 500;
  margin-bottom: 5px;
}
.page-home section.grid-images .grid-1 .grid-item .text .description {
  font-size: 13px;
  white-space: pre-line;
}
.page-home section.grid-images .grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1025px) {
  .page-home section.grid-images .grid-2 {
    grid-template-columns: 1fr;
  }
}
.page-home section.grid-images .grid-2 .grid-item {
  height: 400px;
  overflow: hidden;
}
.page-home section.grid-images .grid-2 .grid-item:hover img {
  transform: scale(1.1);
}
.page-home section.grid-images .grid-2 .grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 600ms ease-in-out;
}
.page-home section.grid-images .grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
}
@media only screen and (max-width: 1025px) {
  .page-home section.grid-images .grid-3 {
    grid-template-columns: 1fr 1fr;
  }
}
.page-home section.grid-images .grid-3 .grid-item {
  height: 200px;
  overflow: hidden;
}
@media only screen and (max-width: 1025px) {
  .page-home section.grid-images .grid-3 .grid-item {
    height: 150px;
  }
}
.page-home section.grid-images .grid-3 .grid-item:hover img {
  transform: scale(1.1);
}
.page-home section.grid-images .grid-3 .grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 600ms ease-in-out;
}
.page-home section.new-products {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-home section.new-products .tabs .tab-titles {
  display: flex;
  list-style: none;
  justify-content: center;
  align-items: center;
  gap: 30px;
  font-size: 15px;
  margin-bottom: 35px;
}
.page-home section.new-products .tabs .tab-titles li {
  cursor: pointer;
}
@media only screen and (max-width: 1025px) {
  .page-home section.new-products .tabs .tab-titles li {
    text-align: center;
    flex: 1;
  }
}
.page-home section.new-products .tabs .tab-titles li:hover, .page-home section.new-products .tabs .tab-titles li.active {
  color: #ff9900;
}
.page-home section.new-products .tabs .tab-titles li:not(:last-child) {
  position: relative;
}
.page-home section.new-products .tabs .tab-titles li:not(:last-child)::before {
  position: absolute;
  top: 0;
  right: -15px;
  width: 1px;
  height: 100%;
  background: black;
  content: "";
}
.page-home section.new-products .tabs .tab-contents {
  list-style: none;
}
.page-home section.new-products .tabs .tab-contents > li {
  display: none;
}
.page-home section.new-products .tabs .tab-contents > li.active {
  display: block;
}
.page-home section.new-products .tabs .tab-contents > li .products li {
  animation: scale0to1 500ms;
}
.page-home section.banner-image {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.page-home section.banner-image a {
  display: block;
  width: 100%;
  height: auto;
  max-width: 2000px;
}
.page-home section.banner-image a img {
  width: 100%;
}
.page-home section.product-category {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 20px #e4e4e4 solid;
}
.page-home section.product-category .g-container {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media only screen and (max-width: 1025px) {
  .page-home section.product-category .g-container {
    flex-direction: column;
  }
}
.page-home section.product-category .left {
  flex: 1;
}
.page-home section.product-category .left .title {
  font-size: 20px;
  font-weight: 500;
  border-left: 3px #ff9900 solid;
  padding-left: 10px;
  margin-bottom: 15px;
}
.page-home section.product-category .left .tabs {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1025px) {
  .page-home section.product-category .left .tabs {
    margin-bottom: 0;
  }
}
.page-home section.product-category .left .tabs li {
  background: #666666;
  padding: 15px;
  color: white;
  cursor: pointer;
}
.page-home section.product-category .left .tabs li:not(:first-child) {
  border-top: 1px solid #545454;
}
.page-home section.product-category .left .tabs li.active, .page-home section.product-category .left .tabs li:hover {
  background: #ff9900;
  position: relative;
}
.page-home section.product-category .left .tabs li.active::before, .page-home section.product-category .left .tabs li:hover::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
  background: #ff9900;
  border-color: white white white #ff9900;
  border-style: solid;
  border-width: 25px 25px 25px 25px;
  height: 0px;
  width: 0px;
}
@media only screen and (max-width: 1025px) {
  .page-home section.product-category .left .tabs li.active::before, .page-home section.product-category .left .tabs li:hover::before {
    display: none;
  }
}
.page-home section.product-category .left .navigation {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 1025px) {
  .page-home section.product-category .left .navigation {
    display: none;
  }
}
.page-home section.product-category .left .navigation::before {
  position: absolute;
  top: 50%;
  left: 39.5%;
  content: "";
  width: 60px;
  height: 1px;
  background: black;
  transform: rotate(-45deg);
}
.page-home section.product-category .left .navigation .nav-left {
  display: flex;
  justify-content: flex-start;
  width: 50%;
}
.page-home section.product-category .left .navigation .nav-left .button {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background: #ff9900;
  padding: 10px;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.page-home section.product-category .left .navigation .nav-left .button:hover {
  background-color: black;
  color: white;
}
.page-home section.product-category .left .navigation .nav-right {
  display: flex;
  justify-content: flex-end;
  width: 50%;
}
.page-home section.product-category .left .navigation .nav-right .button {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background: #ff9900;
  padding: 10px;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.page-home section.product-category .left .navigation .nav-right .button:hover {
  background-color: black;
  color: white;
}
.page-home section.product-category .right {
  width: 900px;
}
.page-home section.product-category .right .tab-contents {
  list-style: none;
}
.page-home section.product-category .right .tab-contents > li {
  display: none;
}
.page-home section.product-category .right .tab-contents > li.active {
  display: block;
}
.page-home section.blogs {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 20px #e4e4e4 solid;
}
.page-home section.blogs .blogs-slider .swiper-slide {
  height: 500px;
  margin-bottom: 50px;
}
.page-home section.blogs .blogs-slider .swiper-slide .blog {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding-bottom: 20px;
  margin: 5px;
  height: 100%;
}
.page-home section.blogs .blogs-slider .swiper-slide .blog .image {
  width: 100%;
  height: 300px;
  position: relative;
  margin-bottom: 30px;
}
.page-home section.blogs .blogs-slider .swiper-slide .blog .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-home section.blogs .blogs-slider .swiper-slide .blog .image .date {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  background: #ff9900;
  color: white;
}
.page-home section.blogs .blogs-slider .swiper-slide .blog .image .date .day {
  font-size: 20px;
  font-weight: 500;
}
.page-home section.blogs .blogs-slider .swiper-slide .blog .image .date .year {
  font-size: 15px;
}
.page-home section.blogs .blogs-slider .swiper-slide .blog .title {
  font-size: 20px;
  font-weight: 500;
}
.page-home section.blogs .blogs-slider .swiper-slide .blog .description {
  font-size: 15px;
  margin-bottom: 20px;
}
.page-home section.blogs .button {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.page-shop {
  padding-bottom: 50px;
}
.page-shop section.banner a {
  display: block;
  width: 100%;
  height: auto;
}
.page-shop section.banner a img {
  width: 100%;
  height: auto;
}

.page-single-product {
  padding-top: 50px;
  padding-bottom: 50px;
}

.page-blogs .wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-blogs .wrap .blogs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  grid-auto-rows: 1fr;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1025px) {
  .page-blogs .wrap .blogs {
    grid-template-columns: 1fr;
  }
}
.page-blogs .wrap .blogs .blog {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
  padding-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.page-blogs .wrap .blogs .blog .image {
  width: 100%;
  height: 300px;
  position: relative;
  margin-bottom: 30px;
}
.page-blogs .wrap .blogs .blog .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-blogs .wrap .blogs .blog .image .date {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  background: #ff9900;
  color: white;
}
.page-blogs .wrap .blogs .blog .image .date .day {
  font-size: 20px;
  font-weight: 500;
}
.page-blogs .wrap .blogs .blog .image .date .year {
  font-size: 15px;
}
.page-blogs .wrap .blogs .blog .title {
  font-size: 20px;
  font-weight: 500;
}
.page-blogs .wrap .blogs .blog .description {
  font-size: 15px;
  margin-bottom: 20px;
}

.component-header .top {
  background: #000da3;
}
@media only screen and (max-width: 1025px) {
  .component-header .top {
    display: none;
  }
}
.component-header .top.hide {
  display: none;
}
.component-header .top ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 7px 0;
}
.component-header .top ul li {
  font-size: 15px;
  color: white;
}
.component-header .top ul li i {
  margin-right: 8px;
}
.component-header .mid {
  background: #ff9900;
  transition: all 300ms ease-in-out;
}
@keyframes example {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}
.component-header .mid.stick {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 99;
  animation-name: example;
  animation-duration: 1s;
}
@media only screen and (max-width: 1025px) {
  .component-header .mid.stick .g-container {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .component-header .mid.stick .g-container .menu-button {
    top: 7px;
  }
  .component-header .mid.stick .g-container .logo {
    width: 120px;
  }
  .component-header .mid.stick .g-container .search {
    display: none;
  }
}
.component-header .mid .g-container {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
@media only screen and (max-width: 1025px) {
  .component-header .mid .g-container {
    flex-direction: column;
    width: 100%;
    gap: 7px;
  }
}
.component-header .mid .g-container .menu-button {
  display: none;
}
@media only screen and (max-width: 1025px) {
  .component-header .mid .g-container .menu-button {
    display: block;
    position: absolute;
    top: 16px;
    left: 16px;
    color: white;
    font-size: 30px;
  }
}
.component-header .mid .g-container .logo {
  width: 150px;
  transition: all 300ms ease;
}
.component-header .mid .g-container .logo:hover {
  transform: scale(1.05);
}
.component-header .mid .g-container .logo a {
  display: flex;
  width: 100%;
}
.component-header .mid .g-container .logo a img {
  width: 100%;
}
.component-header .mid .g-container .search {
  display: flex;
  height: 40px;
  position: relative;
  margin-left: 50px;
  margin-right: 50px;
  border-radius: 3px;
  overflow: hidden;
  flex: 1;
}
@media only screen and (max-width: 1025px) {
  .component-header .mid .g-container .search {
    width: 100%;
    flex: unset;
  }
}
.component-header .mid .g-container .search button {
  width: 100px;
  height: 100%;
  border: none;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.component-header .mid .g-container .search button:hover {
  background-color: black;
  color: white;
}
.component-header .mid .g-container .search input {
  flex: 1;
  width: 100%;
  padding-left: 40px;
}
.component-header .mid .g-container .search .icon {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(-50%, -50%);
  font-size: 20px;
}
.component-header .mid .g-container .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-left: auto;
}
@media only screen and (max-width: 1025px) {
  .component-header .mid .g-container .right {
    justify-content: flex-start;
    width: 100%;
  }
}
.component-header .mid .g-container .right .link {
  display: flex;
  align-items: center;
  gap: 15px;
  color: white;
  font-size: 15px;
  transition: all 300ms ease;
}
@media only screen and (max-width: 1025px) {
  .component-header .mid .g-container .right .link {
    gap: 5px;
  }
}
.component-header .mid .g-container .right .link:hover {
  transform: scale(1.05);
}
.component-header .mid .g-container .right .link .image {
  font-size: 25px;
}
@media only screen and (max-width: 1025px) {
  .component-header .mid .g-container .right .link .image {
    font-size: 30px;
  }
}
.component-header .mid .g-container .right .link .text {
  max-width: 120px;
}
@media only screen and (max-width: 1025px) {
  .component-header .mid .g-container .right .link .text {
    display: none;
  }
}
.component-header .mid .g-container .right .link .text .user-name {
  display: block;
  width: 100%;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.component-header .mid .g-container .right .cart-contents-count {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 2px white solid;
  border-radius: 5px;
  color: white;
  padding: 10px;
  white-space: nowrap;
  transition: all 300ms ease;
}
@media only screen and (max-width: 1025px) {
  .component-header .mid .g-container .right .cart-contents-count {
    margin-left: auto;
  }
}
.component-header .mid .g-container .right .cart-contents-count:hover {
  transform: scale(1.05);
}
.component-header .mid .g-container .right .cart-contents-count .cart-count {
  background: white;
  color: black;
  padding: 4px;
  border-radius: 3px;
  font-size: 10px;
}
.component-header .bot {
  background: #ff9900;
}
@media only screen and (max-width: 1025px) {
  .component-header .bot {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 100;
    width: 70vw;
    display: none !important;
    background: transparent;
  }
  .component-header .bot.active-mobile {
    display: block !important;
  }
}
.component-header .bot.hide {
  display: none;
}
@media only screen and (max-width: 1025px) {
  .component-header .bot.hide {
    display: block;
  }
}
.component-header .bot .mobile-backdrop {
  display: none;
}
@media only screen and (max-width: 1025px) {
  .component-header .bot .mobile-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.407);
    z-index: -1;
    display: block;
  }
}
.component-header .bot .g-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1025px) {
  .component-header .bot .g-container {
    animation: example2 500ms ease-in-out;
    padding: 0;
    padding-top: 0;
    padding-bottom: 0;
    background: #ff9900;
    height: 100vh;
    overflow: auto;
    justify-content: flex-start;
  }
  @keyframes example2 {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0%);
    }
  }
}
.component-header .bot .g-container .left {
  position: relative;
  color: white;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 1025px) {
  .component-header .bot .g-container .left {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
  }
}
.component-header .bot .g-container .left .menu-button {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 1025px) {
  .component-header .bot .g-container .left .menu-button {
    padding: 16px;
  }
}
.component-header .bot .g-container .left .menu-button i {
  font-size: 25px;
  font-weight: bold;
  cursor: pointer;
}
.component-header .bot .g-container .left .menu-button .text {
  font-size: 18px;
  cursor: pointer;
}
.component-header .bot .g-container .left .menu {
  position: absolute;
  bottom: -16px;
  left: 0;
  transform: translateY(100%);
  list-style: none;
  background: #ff9900;
  width: 300px;
  z-index: 99;
}
@media only screen and (max-width: 1025px) {
  .component-header .bot .g-container .left .menu {
    width: 70vw;
    left: -16px;
    position: relative;
    bottom: unset;
    left: unset;
    transform: unset;
  }
}
.component-header .bot .g-container .left .menu.hide-desktop {
  display: none;
}
@media only screen and (max-width: 1025px) {
  .component-header .bot .g-container .left .menu.hide-desktop {
    display: block;
  }
}
.component-header .bot .g-container .left .menu.hide {
  display: none;
}
@media only screen and (min-width: 1026px) {
  .component-header .bot .g-container .left .menu.hide {
    display: block;
  }
}
.component-header .bot .g-container .left .menu li {
  position: relative;
}
.component-header .bot .g-container .left .menu li:hover > a {
  color: white;
}
.component-header .bot .g-container .left .menu li:hover > a span {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7469%) hue-rotate(129deg) brightness(119%) contrast(94%);
}
.component-header .bot .g-container .left .menu li:hover > a ~ .sub-menu {
  visibility: visible;
}
.component-header .bot .g-container .left .menu li a {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  font-size: 16px;
  padding-left: 50px;
  position: relative;
  color: black;
}
.component-header .bot .g-container .left .menu li a::before {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  content: "";
  background: url("../images/menu-item.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.component-header .bot .g-container .left .menu li:not(:last-child) a {
  border-bottom: 1px white solid;
}
.component-header .bot .g-container .left .menu li:has(.sub-menu) > a {
  position: relative;
}
.component-header .bot .g-container .left .menu li:has(.sub-menu) > a span {
  position: absolute;
  display: block;
  top: 50%;
  right: 8px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  background: url("../images/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
@media only screen and (max-width: 1025px) {
  .component-header .bot .g-container .left .menu li:has(.sub-menu) > a span {
    width: 30px;
    height: 100%;
    background-size: 50%;
  }
  .component-header .bot .g-container .left .menu li:has(.sub-menu) > a span.active {
    transform: translateY(-50%) rotate(90deg);
  }
}
.component-header .bot .g-container .left .menu li .sub-menu {
  position: absolute;
  right: 0;
  transform: translateX(100%);
  top: 0;
  background: #ff9900;
  list-style: none;
  visibility: hidden;
  transition: all 100ms ease-in-out;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 5px 0;
}
@media only screen and (max-width: 1025px) {
  .component-header .bot .g-container .left .menu li .sub-menu {
    position: relative;
    left: 0;
    transform: unset;
    visibility: visible;
    box-shadow: none;
    display: none;
  }
  .component-header .bot .g-container .left .menu li .sub-menu.active {
    display: block;
  }
}
.component-header .bot .g-container .left .menu li .sub-menu:hover {
  visibility: visible;
}
.component-header .bot .g-container .left .menu li .sub-menu li a {
  border-bottom: 0;
  padding: 5px 15px;
  padding-left: 30px;
}
@media only screen and (max-width: 1025px) {
  .component-header .bot .g-container .left .menu li .sub-menu li a {
    padding-left: 50px;
  }
}
.component-header .bot .g-container .left .menu li .sub-menu li a::before {
  background: url("../images/r7.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 10px;
  height: 10px;
  left: 10px;
}
@media only screen and (max-width: 1025px) {
  .component-header .bot .g-container .left .menu li .sub-menu li a::before {
    left: 20px;
  }
}
.component-header .bot .g-container .right {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 1025px) {
  .component-header .bot .g-container .right {
    display: none;
  }
}
.component-header .bot .g-container .right .info {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  font-size: 15px;
}
.component-header .bot .g-container .right .info i {
  font-size: 25px;
}

.component-footer .top {
  background: black;
  color: white;
  font-size: 14px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.component-footer .top .title {
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 1px white solid;
  margin-bottom: 20px;
}
.component-footer .top .wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (max-width: 1025px) {
  .component-footer .top .wrap {
    flex-direction: column;
  }
}
.component-footer .top .wrap .left {
  width: 40%;
}
@media only screen and (max-width: 1025px) {
  .component-footer .top .wrap .left {
    width: 100%;
  }
}
.component-footer .top .wrap .left .content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.component-footer .top .wrap .left .content .map iframe {
  width: 100%;
  height: 400px;
}
.component-footer .top .wrap .left .content .row {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (max-width: 1025px) {
  .component-footer .top .wrap .left .content .row {
    flex-direction: column;
  }
}
.component-footer .top .wrap .left .content .row .col {
  flex: 1;
}
.component-footer .top .wrap .left .content .row .col .socials {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  font-size: 30px;
}
@media only screen and (max-width: 1025px) {
  .component-footer .top .wrap .left .content .row .col .socials {
    font-size: 40px;
  }
}
.component-footer .top .wrap .left .content .row .col .socials li {
  transition: all 300ms ease;
}
.component-footer .top .wrap .left .content .row .col .socials li:hover {
  transform: scale(1.1);
}
.component-footer .top .wrap .right {
  flex: 1;
}
.component-footer .top .wrap .right .above {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1025px) {
  .component-footer .top .wrap .right .above {
    flex-direction: column;
  }
}
.component-footer .top .wrap .right .above .col {
  flex: 1;
}
.component-footer .top .wrap .right .above .col .links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.component-footer .top .wrap .right .above .col .links li {
  transition: all 300ms ease;
}
.component-footer .top .wrap .right .above .col .links li:hover {
  transform: scale(1.05);
}
.component-footer .top .wrap .right .below .form {
  display: flex;
  gap: 0;
  align-items: center;
  width: 400px;
  height: 50px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1025px) {
  .component-footer .top .wrap .right .below .form {
    width: 100%;
  }
}
.component-footer .top .wrap .right .below .form input {
  flex: 1;
  height: 100%;
  padding-left: 20px;
}
.component-footer .top .wrap .right .below .form button {
  width: 100px;
  height: 100%;
  border: none;
  cursor: pointer;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.component-footer .bot {
  background: #222222;
  color: white;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.component-footer .bot .wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.component-footer .bot .wrap .copyright {
  text-align: center;
}
.component-footer .bot .wrap p {
  margin-top: 5px;
  margin-bottom: 5px;
}

.component-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999999;
  justify-content: center;
  align-items: center;
  transition: all 300ms ease-in-out;
  display: none;
  overflow-y: auto;
}
.component-modal.active {
  display: flex;
}
.component-modal .content {
  padding: 30px;
  background: white;
  border-radius: 8px;
  position: relative;
  min-width: 200px;
  min-height: 100px;
  transition: all 300ms ease-in-out;
  animation: scale0to1 500ms;
}
.component-modal .content .close {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
  color: red;
  font-size: 20px;
}

/*# sourceMappingURL=main.css.map */
