	@import url("https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap");

.swiper-wrapper .text_slide {
  position: unset;
  bottom: unset;
}
.modal-body .swiper-slide img {
    object-fit: scale-down;
}
.swiper-wrapper .text_slide h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 72px;
  margin-bottom: 20px;
}
.new-product .bp_product_item  {
    margin-bottom: 20px;
}
.swiper-wrapper .text_slide p {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 45px;
}
.swiper-wrapper .text_slide_1 {
  position: absolute;
  top: 50%;
  right: calc(100% - 86%);
  transform: translate(calc(100% - 86%), -50%);
  text-align: left;
}
.swiper-wrapper .text_slide_1 h2 {
  color: #ffffff;
}
.swiper-wrapper .text_slide_1 p {
  color: #ffffff;
}
.swiper-wrapper .text_slide_1 a {
  padding: 15px 28px;
  border: 2px solid #ffffff;
  color: #ffffff;
  transition: all 0.3s ease;
}
.swiper-wrapper .text_slide_1 a:hover {
  background: #ffffff;
  color: #121212;
}
.swiper-wrapper .text-slide-2 {
  position: absolute;
  top: 50%;
  left: calc(100% - 86%);
  transform: translate(calc(100% - 86%), -50%);
  text-align: left;
}
.swiper-wrapper .text-slide-2 a {
  padding: 15px 28px;
  border: 2px solid #121212;
  color: #121212;
  transition: all 0.3s ease;
}
.swiper-wrapper .text-slide-2 a:hover {
  background: #121212;
  color: #fff;
}
.swiper-wrapper .text-slide-center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.swiper-wrapper .text-slide-center h2,
.swiper-wrapper .text-slide-center p {
  color: #ffffff;
}
.swiper-wrapper .text-slide-center a {
  padding: 15px 28px;
  border: 2px solid #ffffff;
  color: #ffffff;
  transition: all 0.3s ease;
}
.swiper-wrapper .text-slide-center a:hover {
  background: #ffffff;
  color: #121212;
}
.swiper-button-prev,
.swiper-button-next {
  display: none !important;
}

/*Product Slide*/
.product-slide .bp_cls-click-mua {
  display: none;
}
.product-slide .card {
  display: flex;
  flex-direction: row;
  box-shadow: none !important;
}
.product-slide #carousel_fav img {
  height: auto;
}
.product-slide .bp-change-image {
  max-width: 140px;
  padding: 0 10px;
  position: relative;
}
.cls_price_text,
.cls_old_price_text {
  display: none;
}
.product-slide .bp_star_review {
  display: none;
}
.product-slide .product_title {
  font-size: 13px;
  text-align: left;
  font-weight: 400;
}
.product-slide .product_title a {
  color: #222222;
}
.product-slide .owl-nav {
  display: none;
}
.bp_cls_group_price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  font-size: 13px;
}
.cls_old_price,
.cls_unit_price {
  color: #aaa;
  font-weight: 400;
}
.bp_cls_price .cls_price_number,
.bp_cls_price .cls_unit_price {
  color: #ec1d25;
  font-weight: 500;
}
#m_2084 .button-contact {
    display: none;
}
.bp_discount_percent {
  display: flex;
  justify-content: center;
  align-items: center;
  word-break: break-word;
  padding: 3px 8px;
  min-width: 44px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  line-height: 17px;
  background-color: #f52c2c;
  color: #fff;
  box-shadow: 1px 1px 1px #0000001a;
  border-radius: 2px;
}
.product-slide .bp-cart-text {
  display: none;
}
.product-slide .bp-icon-cart {
  display: block;
}

.product-slide .bp-change-image:before {
  content: "";
  position: absolute;
  opacity: 0;
  background: #b7b7b769;
  top: 0;
  z-index: 2;
  right: 0;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}
.product-slide .bp-change-image:hover:before {
  opacity: 1;
}

.product-slide .btnAddToCart {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s;
  z-index: 5;
  color: #fff;
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin: 0;
  font-size: 24px;
}
.product-slide .bp-change-image:hover .btnAddToCart {
  opacity: 1;
}
.product-slide .owl-dot.active {
  background-color: rgb(191, 190, 200, 0.5);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-slide .owl-dot span {
  width: 7px !important;
  height: 7px !important;
  margin: 0 !important;
}
.product-slide .owl-dots {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.product-slide #carousel_fav {
  margin-top: 30px;
}
.product-slide > h3 {
  font-size: 30px;
  font-weight: 600;
}

/*Discount banenr*/
.discount-banner {
  background: #fee4b4;
  text-align: center;
  margin-bottom: 60px;
  padding: 20px 0;
}
.discount-banner p {
  color: #121212;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}
.discount-banner p strong {
  color: #121212;
}
.discount-banner p a {
  color: #fff;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 1.4;
  background: #121212;
  border-radius: 2px;
  margin-left: 16px;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
}
.product-slide .bp-group-button-qv-wl {
  display: none;
}

/*Product Tab*/

.product-title h3 {
  color: #27262c;
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 24px;
  text-align: center;
  text-transform: capitalize;
  font-family: "Alexandria", sans-serif;
}
.new-product .bp_ul_tabs {
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
  border: none;
}
.new-product .nav-link.bp_btn_tabs {
  border: none;
  font-weight: 600;
  color: #858585;
  font-size: 18px;
}
.new-product .nav-link.active.bp_btn_tabs {
  border: none;
  color: #27262c;
}
.new-product .nav-link.bp_btn_tabs img {
  width: 22px;
  height: 22px;
  margin-inline-end: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.product .card {
  box-shadow: none !important;
}
.product .bp_cls_shopping_form {
}
.product .bp_cls_group_price {
  justify-content: center;
  gap: 20px;
}
.product .product_title {
  font-size: 13px;
  text-align: center;
  font-weight: 400;
}
.product .product_title a {
  color: #222222;
}
.product .owl-nav {
  display: none;
}
.product .owl-dot.active {
  background-color: rgb(191, 190, 200, 0.5);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .owl-dot span {
  width: 7px !important;
  height: 7px !important;
  margin: 0 !important;
}
.product .owl-dots {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.product .bp-cart-text {
  display: none;
}
.product .bp-icon-cart {
  display: block;
}
.product .bp-btn-product-preview {
  display: block;
}
.product .item:hover .bp-upper-image {
  opacity: 1;
}
.product .bp_cls_shopping_form {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.7s ease;
  opacity: 0;
  z-index: 3;
}
.product .item:hover .bp_cls_shopping_form {
  top: 50%;
  opacity: 1;
}
.product .bp-change-image:before {
  content: "";
  position: absolute;
  opacity: 0;
  background: #b7b7b769;
  top: 0;
  z-index: 2;
  right: 0;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}
.product .item:hover .bp-change-image:before {
  opacity: 1;
}
.product .bp_cls_shopping_form form {
  display: flex;
  gap: 10px;
}
.product .bp_cls_shopping_form button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  color: #121212;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.product .btnAddToCart {
  order: 1;
}
.product .bp-btn-product-wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  color: #121212;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  z-index: 2;
}
.product .card {
  position: relative;
}
.modal-content {
  border-radius: 0;
}
.product .card-text {
  display: none;
}
.bp_product_preview .bp_content_product {
  display: flex;
  flex-direction: column;
}
.bp_product_preview .cls_product_sub {
  order: 2;
}
.bp_product_preview .cls_product_sub ul,
.bp_product_preview .cls_product_sub li {
  list-style-type: unset;
}
.bp_product_preview .cls_product_sub ul {
  padding-left: 20px;
}
.bp_product_preview .cls_product_sub li {
  font-size: 13px;
  margin-bottom: 10px;
}
.bp_product_preview .bp_cls_group_price {
  justify-content: start;
  gap: 10px;
  font-size: 16px;
  margin-bottom: 35px;
}
.bp_product_preview .bp-category-name {
  display: none;
}
.bp_product_preview .product_title {
  font-size: 32px;
  font-weight: 400;
  line-height: 46px;
  margin-bottom: 15px;
}
.bp_product_preview .product_title a {
  color: #222222;
}
.bp_product_preview .btnAddAction {
  display: none;
}
.bp_product_preview #btnAddToCart-details {
  width: calc(100% - 128px);
  height: 56px;
  min-height: 52px;
  min-width: 170px;
  font-weight: 600;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 4px;
  background: #544179;
  text-transform: unset;
  color: #ffffff;
  margin-top: 0;
}
.bp_group_quantity button,
.bp_group_quantity input {
  width: 30px;
  height: 30px;
  min-height: 30px;
  border: none;
  border-radius: 50%;
  font-size: 16px;
}
.bp_product_preview #frm_detail {
  display: flex;
  gap: 10px;
}
.bp_product_preview .bp_group_quantity {
  height: 56px;
  min-height: 52px;
  padding: 0 5px;
  min-width: 120px;
  width: auto;
  margin-inline-end: 8px;
  border: 2px solid rgb(229, 229, 229, 0.9);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 4px;
}
.bp_product_preview .bp_group_quantity button:hover {
  background: #e6e5ed;
}
.bp_product_preview .bp-shopping-form {
  margin-bottom: 35px;
}
.modal.fade .modal-dialog {
  top: -50%;

  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  transition: all 0.3s ease;
}
.modal.show .modal-dialog {
  top: 50%;
}
.modal-product-preview .bp-modal-close {
  background: transparent;
  top: 15px;
  right: 15px;
}

.bp-modal-close .btn-close {
  transition: transform 1s ease;
}

.bp-modal-close .btn-close:hover {
  transform: rotate(180deg);
}
/*Banner*/
.banner {
    padding: 40px 0;
}
.banner-container {
  display: grid;
    position: relative;
    grid-template-columns: repeat(2, 45%);
    gap: 20px;
    justify-content: center;
}
.banner-item {
  padding: 0 10px;
  margin-top: 20px;
}
/*.banner-container .banner-item:nth-child(4) {*/
/*  margin-top: -100px;*/
/*}*/

.banner-container .banner-item .banner-content .title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 45px;
}

.banner-container .btn {
  padding: 0;
}
.banner-inner {
  position: relative;
}

.banner-inner img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}
.banner-content {
  position: absolute;
  top: 24%;
  left: 15%;
  transform: translate(-15%, -24%);
  z-index: 3;
  width: fit-content;
}

/*News Product */
.new-product  {
    padding: 40px 0;
}
.new-product .product_title {
  font-size: 13px;
  text-align: center;
  font-weight: 400;
}
.new-product .cls_img_product_focus img {
  height: 250px;
}
.new-product .product_title a {
  color: #222222;
}
.new-product .product-quantity {
  display: none;
}
.new-product .bp-product-link-details {
  display: none;
}
.new-product .bp_cls_group_price {
  justify-content: center;
  gap: 20px;
}
.new-product .bp-btn-product-preview {
  display: block;
}
.new-product .bp_product_item:hover .bp-upper-image {
  opacity: 1;
}
.new-product .bp_cls_shopping_form {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.7s ease;
  opacity: 0;
  z-index: 3;
}
.new-product .bp_product_item:hover .bp_cls_shopping_form {
  top: 50%;
  opacity: 1;
}
.new-product .bp-change-image:before {
  content: "";
  position: absolute;
  opacity: 0;
  background: #b7b7b769;
  top: 0;
  z-index: 2;
  right: 0;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}
.new-product .bp_product_item:hover .bp-change-image:before {
  opacity: 1;
}
.new-product .bp_cls_shopping_form form {
  display: flex;
  gap: 10px;
}
.new-product .bp_cls_shopping_form button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  color: #121212;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.new-product .btnAddToCart {
  order: 1;
}
.new-product .bp-group-button-qv-wl {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  color: #121212;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  z-index: 2;
}
.new-product .cls_img_product_focus {
  position: relative;
}
.new-product .bp-change-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.new-product .bp-cart-text {
  display: none;
}
.new-product .bp-icon-cart {
  display: block;
}

.new-product .nav-tabs .nav-link {
  padding: 10px 0;
}
.new-product .nav-tabs .nav-link.active {
  border-width: 0 0 1px 0;
  border-color: #27262c;
}

.new-product .nav-link:hover,
.new-product .nav-link:focus,
.new-product .nav-link:active,
.new-product .navbar-nav .nav-link:hover,
.new-product .navbar-nav .nav-link:focus,
.new-product .navbar-nav .nav-link:active {
  background-color: transparent !important;
  color: inherit !important;
  border-color: transparent !important;
  box-shadow: none !important;
  transform: none !important;
  outline: none !important;
  transition: none !important;
  text-decoration: none !important;
}
.new-product .bp_btn_tabs:hover,
.new-product .bp_btn_tabs:focus,
.new-product .bp_btn_tabs:active,
.new-product .bp_btn_tabs.active:hover,
.new-product .bp_btn_tabs.active:focus {
  background-color: transparent !important;
  border-color: transparent !important;
  color: inherit !important;
  box-shadow: none !important;
  outline: none !important;
  transition: none !important;
}
.new-product .nav-tabs .nav-link:hover,
.new-product .nav-tabs .nav-link:focus,
.new-product .nav-tabs .nav-link:active,
.new-product .nav-tabs .nav-link.active:hover,
.new-product .nav-tabs .nav-link.active:focus {
  border-color: transparent !important;
  background-color: transparent !important;
  color: inherit !important;
  box-shadow: none !important;
  outline: none !important;
}

.new-product .bp_btn_tabs {
  transition: none !important;
}
.button-see-product {
  text-align: center;
  margin: 40px 0;
}
.button-see-product a {
  font-size: 15px;
  letter-spacing: 0px;
  min-height: 50px;
  padding: 0 40px;
  border-radius: 5px;
  border: 2px solid #27262c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #27262c;
}

/*Shipping*/
.shipping {
  background: #f8f8f8;
  padding: 64px 0;
}
.shipping-inner svg {
  width: 64px;
  height: 64px;
}
.shipping-row {
  display: grid;
  grid-template-columns: repeat(3, 33%);
}
.shipping-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shipping-inner .icon {
  margin-right: 20px;
}
.shipping-inner .title {
  font-size: 24px;
  color: #27262c;
  font-weight: 500;
}
.shipping-inner .desc {
  font-size: 16px;
  font-weight: 500;
  color: #817f8a;
  line-height: 24px;
}

/*Blog*/
.blog-list .bp_block_item {
  max-height: 190px;
  position: relative;
  border-bottom: 1px solid #e6e5ed;
}
.blog-list .row > .col-lg-6 > .col:nth-child(3) .bp_block_item {
  border: none;
}
.blog-list .cls_img_hot_news {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}
.blog-list .bp_block_item:hover .cls_img_hot_news {
  opacity: 1;
}
.blog-list .row {
  margin: 0;
}
.blog-list .row > * {
  padding: 0;
}
.blog-list .cls_content_hot_news {
  height: 190px;
}
.blog-list .cls_img_hot_news img {
  max-height: 190px;
  object-fit: cover;
}
.blog-list .cls_content_hot_news {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.blog-list .news_title {
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0;
  margin-bottom: 10px;
  max-width: 500px;
  text-align: center;
}
.blog-list .news_title a {
  color: #27262c;
}
.blog-list .bp_news_info {
  display: none;
}
.blog-list .bp_news_more {
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: rgb(21, 21, 21, 0.5);
}
.blog-list .bp_block_item:hover .news_title a {
  color: #ffffff;
}
.blog-list .bp_block_item:hover .bp_news_more {
  color: #ffffff;
}
.blog-list > .container > .row {
  position: relative;
  justify-content: space-between;
}
.blog-list > .container > .row:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 1px;
  background-color: #e5e5e5;
}
.blog-list > .container > .row .col-lg-6 {
  width: calc(50% - 90px);
}
.blog-list > .container > .row .col-lg-6:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.blog-list .newsletter-box {
  text-align: center;
}
.blog-list .newsletter-subtitle {
  max-width: 400px;
  margin: 20px 0;
}
.blog-list .bp_form_label_up {
  display: none;
}
.blog-list #frm-action-6149 {
  max-width: 380px;
  width: 100%;
}
.blog-list .bp_form_field {
  width: 100%;
}
.blog-list .bp_form_field input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s ease;
}
.blog-list .bp-btn-send {
  padding: 12px 24px;
  background: #333;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.benefits-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.benefit-item {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 10px;
}

.benefit-item:last-child {
  border-bottom: none;
}
.bp_category_option {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 20px;
}
.bp_category_option li a {
  margin: 0;
}
.bp_img_category_option {
    margin: auto;
}
.bp_category_option_item {
  background-color: #f7f7f7;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 125px;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.bp_category_option li h3 {
  color: #1d1d20;
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-top: 0;
  padding: 6px 8px;
  text-align: center;
  text-shadow: -0.5px -0.5px 0 #fff, 0.5px -0.5px 0 #fff, -0.5px 0.5px 0 #fff, 0.5px 0.5px 0 #fff;
  width: 100%;
  word-break: break-word;
}
.product-category > p {
  text-align: center;
  color: #1d1d20;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}
.bp_img_category_option {
  height: 150px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 1000px;
  }
}
@media (max-width: 992px) {
  .banner-container {
    grid-template-columns: repeat(1, auto);
    justify-content: unset;
  }
  .banner-container .banner-item:nth-child(4) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
        .bp_category_option {
        grid-template-columns: repeat(2, auto);
    }
  .swiper-wrapper .text_slide h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .swiper-wrapper .text_slide p {
    display: none;
  }
  .swiper-wrapper .text_slide_1 {
    top: 50%;
    left: 50%;
    right: unset;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .swiper {
    height: 300px !important;
  }
  .swiper-wrapper .text-slide-2 {
    top: 38%;
    left: 2%;
  }
  .swiper-wrapper .text-slide-center {
    top: 20%;
  }
  .discount-banner p {
      line-height: 1.5;
  }

  .banner-inner img {
      height: 250px;
      object-fit: cover;
  }
  .new-product .bp_ul_tabs {
      justify-content: center;
  }
  .shipping-row {
       grid-template-columns: repeat(1, auto);
       gap: 20px;
  }
  .shipping-inner {
      justify-content: start;
  }
  .blog-list > .container > .row .col-lg-6{
      width: 100%;
  }
  .blog-list > .container > .row:before {
      content: unset;
  }
  .shipping-inner .desc {
      font-size: 14px;
  }
  .shipping-inner .title {
      font-size: 20px;
  }
}
@media (max-width:480px) {
        .banner .banner-item .title {
        line-height: auto;
    }
}
