@charset "UTF-8";
.header_wrapper .flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .header_wrapper .header_left {
    width: auto;
    margin: 0;
  }
  .header_wrapper .header_left img {
    max-height: 40px !important;
  }
}
.header_wrapper .header_right {
  float: left;
}
@media (max-width: 959px) {
  .header_wrapper .header_right {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .header_wrapper .header_phome1 {
    text-align: center;
    width: 100% !important;
    margin: 0 !important;
  }
  .header_wrapper .header_phome1 > span {
    display: none;
  }
}
@media (max-width: 767px) {
  .header_wrapper .header_phome1 .phone-click {
    font-size: 24px !important;
  }
  .header_wrapper .header_phome1 .phone-click img {
    vertical-align: middle;
    margin-top: -2px;
    width: 40px;
    height: 40px;
    object-fit: contain;
  }
  .header_wrapper .header_phome1 .phone-click span {
    display: none;
  }
}
@media (max-width: 959px) {
  .header_wrapper nav a#pull {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header_wrapper nav a#pull {
    width: 100%;
  }
}
@media (max-width: 959px) {
  .header_wrapper .navigation ul li {
    border-radius: 0;
  }
  .header_wrapper .navigation ul li:hover {
    background: transparent;
  }
  .header_wrapper .navigation ul li:hover > a {
    color: #D7380F;
  }
}
.header_wrapper .navigation ul li.menu-item-3951 .sub-menu {
  right: 0;
}
.header_wrapper .navigation ul li.menu-item-has-children .toggle-mb {
  display: none;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2IiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTEyLjY2NjYgNkw3Ljk5OTkyIDEwLjY2NjdMMy4zMzMyNSA2IiBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPg==");
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
.header_wrapper .navigation ul li.menu-item-has-children .toggle-mb.active {
  transform: rotate(180deg);
}
@media (max-width: 959px) {
  .header_wrapper .navigation ul li.menu-item-has-children .toggle-mb {
    display: block;
  }
}
.header_wrapper .navigation ul li > .sub-menu {
  padding: 8px;
}
.header_wrapper .navigation ul li .sub-menu {
  width: 300px;
  background-color: #000000;
}
@media (max-width: 959px) {
  .header_wrapper .navigation ul li .sub-menu {
    width: 100%;
    position: unset;
  }
}
.header_wrapper .navigation ul li .sub-menu li {
  float: unset;
  width: auto;
  border-radius: 0;
}
.header_wrapper .navigation ul li .sub-menu li:hover {
  background-color: #000000 !important;
}
.header_wrapper .navigation ul li .sub-menu li:hover > a {
  color: #D7380F;
}
.header_wrapper .navigation ul li .sub-menu .sub-menu {
  position: unset;
  width: auto;
}

.single-product div.product .price {
  margin: 0;
}
.single-product div.product .woocommerce-product-details__short-description p {
  margin: 0;
}
.single-product div.product .variations_form table.variations select {
  background: #000;
}
.single-product div.product .variations_form .label {
  text-align: left;
  padding-right: 16px;
}
@media (max-width: 767px) {
  .single-product div.product .variations_form .label {
    padding-right: 12px;
    min-width: 90px;
  }
}
.single-product div.product .variations_form .value select {
  padding: 12px;
  outline: none;
}
.single-product div.product .variations_form .value .reset_variations {
  color: var(--e-global-color-primary);
  font-size: 14px;
}
.single-product div.product .variations_form .woocommerce-variation-price bdi {
  font-size: 20px;
  color: var(--e-global-color-primary);
}
.single-product div.product .variations_form p.stock {
  font-size: 18px;
  color: var(--e-global-color-primary);
}
.single-product div.product .variations_form .quantity .qty {
  border: none;
  outline: none;
  height: 50px;
  width: 72px;
}
.single-product div.product .variations_form .quantity .qty::-webkit-outer-spin-button, .single-product div.product .variations_form .quantity .qty::-webkit-inner-spin-button {
  transform: scale(1.4);
  transform-origin: center;
}
.single-product div.product .variations_form .single_add_to_cart_button.disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.single-product div.product .woocommerce-tabs ul.wc-tabs {
  padding-left: 0;
  text-align: center;
}
.single-product div.product .woocommerce-tabs ul.wc-tabs li {
  border: none;
}
.single-product div.product .woocommerce-tabs ul.wc-tabs li.active {
  border-bottom: 1px solid #FF0000;
}
@media (max-width: 767px) {
  .single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel table.shop_attributes {
  background-color: #FCFCFC;
}
.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel table.shop_attributes th, .single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel table.shop_attributes td {
  color: #000000;
  font-size: 14px;
}
.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel table.shop_attributes td {
  padding: 8px;
}
.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel table.shop_attributes td a {
  color: #D7380F;
}
.single-product .related.products .products .woocommerce-loop-product__title {
  min-height: 38px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* số dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0;
  margin: 20px 0;
}

body.woocommerce-cart .inner_body_container {
  margin: 0px auto;
  padding: 40px 15px 60px 15px;
  width: 1140px;
  max-width: 100%;
}
@media (max-width: 600px) {
  body.woocommerce-cart .inner_body_container .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item {
    padding: 0;
  }
}
@media (max-width: 600px) {
  body.woocommerce-cart .inner_body_container .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-remove {
    padding: 0;
  }
}
body.woocommerce-cart .inner_body_container .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-name a {
  color: #D7380F;
}
@media (max-width: 600px) {
  body.woocommerce-cart .inner_body_container .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-name {
    display: flex;
    justify-content: space-between;
  }
  body.woocommerce-cart .inner_body_container .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .product-name a {
    width: 75%;
  }
}
body.woocommerce-cart .inner_body_container .woocommerce-cart-form .coupon-col-start input {
  outline: none;
  border-radius: 0;
  height: 100%;
  border-color: #D7380F;
}

body.woocommerce-shop .woocommerce-ordering .orderby {
  background: #000 !important;
}
body.woocommerce-shop .woocommerce.widget_price_filter .price_slider.ui-slider {
  width: 100%;
  margin: 10px 0;
}

body.woocommerce-checkout .inner_body_container {
  margin: 0px auto;
  padding: 40px 15px 60px 15px;
  width: 1140px;
  max-width: 100%;
}
body.woocommerce-checkout .checkout.woocommerce-checkout #billing_country_field .woocommerce-input-wrapper #select2-billing_country-container {
  height: 100%;
  display: flex;
  align-items: center;
}
body.woocommerce-checkout .checkout.woocommerce-checkout #order_review .cart_item .product-name {
  color: #D7380F;
}
body.woocommerce-checkout .checkout.woocommerce-checkout .e-coupon-box a.e-show-coupon-form {
  padding: 0;
  background: #fff;
  color: #D7380F;
  font-size: 15px;
  display: block;
  margin-top: 10px;
}
body.woocommerce-checkout .checkout.woocommerce-checkout .e-coupon-box .e-coupon-anchor #coupon_code {
  outline: none;
  height: 44px;
}
body.woocommerce-checkout #customer_details #billing_state_field .select2-selection__rendered {
  padding-top: 0;
  padding-bottom: 0;
}

body.woocommerce-account .woocommerce > h2 {
  font-size: 30px;
  color: #fff !important;
  font-weight: 500;
}
body.woocommerce-account .woocommerce-LostPassword.lost_password a {
  padding: 0;
  background: #fff;
  color: #D7380F !important;
  font-size: 15px;
  margin-top: 10px;
}
body.woocommerce-account .inner_body_container {
  margin: 0px auto;
  padding: 40px 15px 60px 15px;
  width: 1140px;
  max-width: 100%;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
}
@media (max-width: 600px) {
  body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: block !important;
  }
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper-no-data a.button {
  font-weight: 500;
  padding: 15px 20px;
  border: 1px solid #D7380F;
  border-radius: 0;
  background: #fff;
  color: #D7380F;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper-no-data .woocommerce-info {
  border-top-color: #D7380F;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper-no-data .woocommerce-info:before {
  color: #D7380F;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper {
  background: #fff;
  padding: 20px;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper strong {
  color: #D7380F !important;
  font-weight: bold;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper a.button {
  font-weight: 500;
  padding: 15px 20px;
  border: 1px solid #D7380F;
  border-radius: 0;
  background: #fff;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper .woocommerce-info {
  border-top-color: #D7380F;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper .woocommerce-info:before {
  color: #D7380F;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper a {
  padding: 0;
  background: #fff;
  color: #D7380F !important;
  font-size: 15px;
  margin-top: 10px;
}

* {
  box-sizing: border-box;
}

.text {
  color: red;
}

body li.menu-item-has-children .sub-menu {
  left: 0;
}
body .banner .slider_container {
  width: 1140px;
  max-width: 100%;
  padding: 0 15px;
  position: relative;
}
@media (min-width: 1600px) {
  body .banner .slider_container {
    top: -30px;
  }
}
body .banner .slider_container .inner_slider_text {
  float: none;
}
body .banner .slider_container .inner_slider_text h2 {
  line-height: 1;
  margin-bottom: 30px;
}
body .woocommerce-notices-wrapper {
  background: #000;
  outline: none !important;
}
body .woocommerce-notices-wrapper .woocommerce-message {
  width: 1110px;
  margin: auto;
  border-top-color: #D7380F;
  max-width: 100%;
}
body .woocommerce-notices-wrapper .woocommerce-message:before {
  color: #D7380F;
}
body .woocommerce-notices-wrapper .woocommerce-message .button.wc-forward {
  font-family: "Roboto", Sans-serif;
  border: none;
  border-radius: 0;
  background: #D7380F;
  color: #fff;
}
body .woocommerce.widget_product_search .woocommerce-product-search {
  position: relative;
}
body .woocommerce.widget_product_search .woocommerce-product-search .search-field {
  width: 100%;
  padding: 10px 40px 10px 10px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 0;
  color: #fff;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
body .woocommerce.widget_product_search .woocommerce-product-search .search-field:focus {
  outline: none;
  border-radius: 0;
  border-color: #D7380F;
}
body .woocommerce.widget_product_search .woocommerce-product-search button[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
}
body .woocommerce.widget_product_search .woocommerce-product-search button[type=submit]::before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 15px;
  color: rgb(107, 114, 128);
}
body .woocommerce.widget_product_search .woocommerce-product-search button[type=submit]:hover {
  background-color: rgb(156, 163, 175);
}
body .widget_price_filter {
  color: rgb(156, 163, 175);
}
body .widget_price_filter > h5 {
  color: #fff;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 13px;
}
body .widget_price_filter > h5::before {
  content: "";
  height: 3px;
  width: 25px;
  background-color: #D7380F;
  display: inline-block;
  margin-right: 5px;
}
body .widget_price_filter .price_slider_wrapper .ui-slider {
  margin-top: 15px;
  height: 4px;
  border: none;
  border-radius: 0;
}
body .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-range {
  background-color: #D7380F;
  border-radius: 0;
}
body .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
  border-color: transparent;
  border-radius: 0;
  width: 4px;
  margin-left: 0;
}
body .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle:hover {
  background-color: #D7380F;
}
body .widget_price_filter .price_slider_amount {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  font-size: 12px;
}
body .widget_price_filter .price_slider_amount .button {
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  color: rgb(209, 213, 219);
  padding: 10px 20px;
  cursor: pointer;
  order: 2;
  border-radius: 0;
  text-transform: uppercase;
}
body .widget_price_filter .price_slider_amount .button:hover {
  background-color: #D7380F;
}
body .widget_product_categories {
  color: rgb(156, 163, 175);
}
body .widget_product_categories > h5 {
  color: #fff;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 13px;
}
body .widget_product_categories > h5::before {
  content: "";
  height: 3px;
  width: 25px;
  background-color: #D7380F;
  display: inline-block;
  margin-right: 5px;
}
body .widget_product_categories .product-categories {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
body .widget_product_categories .product-categories > .cat-item {
  padding: 10px 0;
  border-left: 3px solid transparent;
}
body .widget_product_categories .product-categories > .cat-item a {
  color: rgb(156, 163, 175);
}
body .widget_product_categories .product-categories > .cat-item.current-cat {
  border-left-color: #D7380F;
  padding-left: 20px;
}
body .widget_product_categories .product-categories > .cat-item.current-cat > a {
  color: #D7380F;
}
body .widget_product_categories .product-categories > .cat-item:hover > a {
  color: #D7380F;
}
body .widget_product_categories .product-categories > .cat-item .children {
  margin-top: 10px;
  margin-left: 15px;
  padding-left: 0;
  list-style: none;
}
body .widget_product_categories .product-categories > .cat-item .children > .cat-item {
  padding: 5px 0;
}
body .widget_product_categories .product-categories > .cat-item .children > .cat-item a {
  font-size: 14px;
  color: rgb(156, 163, 175);
}
body .widget_product_categories .product-categories > .cat-item .children > .cat-item.current-cat > a {
  color: #D7380F;
}
body .widget_product_categories .product-categories > .cat-item .children > .cat-item:hover > a {
  color: #D7380F;
}
body .woocommerce .woocommerce-result-count {
  color: rgb(156, 163, 175);
  margin: 10px 0 0 0;
}
body .woocommerce .woocommerce-ordering .orderby {
  padding: 10px 40px 10px 10px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 0;
  color: #fff;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
body .woocommerce .woocommerce-ordering .orderby:focus {
  outline: none;
  border-radius: 0;
  border-color: #D7380F;
}
body .woocommerce .products .product .add_to_cart_button {
  width: 100%;
}
body .woocommerce .woocommerce-pagination ul li span, body .woocommerce .woocommerce-pagination ul li a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
}

li.menu-item-has-children {
  position: relative;
}
li.menu-item-has-children .sub-menu {
  top: 32px;
}

.banner .textwidget {
  line-height: 0;
}

body .elementor-woo-meta--view-inline .product_meta {
  color: #FFFFFF;
  display: block;
}
body .elementor-woo-meta--view-inline .product_meta > span {
  display: block;
}
body .elementor-woo-meta--view-inline .product_meta > span:not(:last-child) {
  margin-bottom: 10px;
}
body .elementor-woo-meta--view-inline .product_meta > span .detail-label {
  min-width: 90px;
  display: inline-block;
}
body .woocommerce-product-details__short-description {
  color: #FFFFFF;
}
body .elementor-widget-container .price {
  font-size: 24px;
  color: #D7380F;
}

.footer_wrapper {
  background-repeat: no-repeat;
  background-size: cover;
}

.footer_container, .copywrite_container, .header_container {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1140px;
  width: 100%;
}
@media (max-width: 959px) {
  .footer_container, .copywrite_container, .header_container {
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .copywrite_right {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .footer_left, .footer_middle {
    width: 100% !important;
    text-align: left;
  }
}

.footer_right iframe {
  width: 100%;
}

@media (max-width: 480px) {
  body .woocommerce .woocommerce-ordering {
    float: none;
  }
  body .woocommerce .woocommerce-ordering .orderby {
    margin-top: 20px;
    width: 100%;
  }
}

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