@charset "UTF-8";

:root {
  /*--my-font-family: "Open Sans", sans-serif, Jost, 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/

  --my-font-family: "Open Sans", sans-serif;
  --zindex-dropdown: 1000;
  --zindex-sticky: 1020;
  --zindex-fixed: 1030;
  --zindex-offcanvas-backdrop: 1040;
  --zindex-offcanvas: 1045;
  --zindex-modal-backdrop: 1050;
  --zindex-modal: 1055;
  --zindex-popover: 1070;
  --zindex-tooltip: 1080;

  --border-color-light: #dee2e6;
  --soft-primary: rgba(230, 46, 4, 0.15);
  --solft-color: rgb(242, 243, 248);
}
* {
  font-family: var(--my-font-family);
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  opacity: 0.65;
}
a:focus,
a:active,
a:visited {
  box-shadow: none !important;
  outline: none !important;
}

a {
  color: #1c5c93;
}

.cursor_pointer {
  cursor: pointer !important;
}

.bg_soft_primary {
  background-color: var(--soft-primary) !important;
}
.color_soft_primary {
  color: var(--soft-primary) !important;
}

.fs-10 {
  font-size: 0.625rem !important;
}
.fs-11 {
  font-size: 0.6875rem !important;
}
.fs-12 {
  font-size: 0.75rem !important;
}
.fs-13 {
  font-size: 0.8125rem !important;
}
.fs-14 {
  font-size: 0.875rem !important;
}
.fs-15 {
  font-size: 0.9375rem !important;
}
.fs-16 {
  font-size: 1rem !important;
}
.fs-17 {
  font-size: 1.0625rem !important;
}
.fs-18 {
  font-size: 1.125rem !important;
}
.fs-19 {
  font-size: 1.1875rem !important;
}
.fs-20 {
  font-size: 1.25rem !important;
}
.fs-21 {
  font-size: 1.3125rem !important;
}
.fs-22 {
  font-size: 1.375rem !important;
}
.fs-23 {
  font-size: 1.4375rem !important;
}
.fs-24 {
  font-size: 1.5rem !important;
}
.fs-25 {
  font-size: 1.5625rem !important;
}
.fs-26 {
  font-size: 1.625rem !important;
}
.fs-27 {
  font-size: 1.6875rem !important;
}
.fs-28 {
  font-size: 1.75rem !important;
}
.fs-29 {
  font-size: 1.8125rem !important;
}
.fs-30 {
  font-size: 1.875rem !important;
}
.fs-31 {
  font-size: 1.9375rem !important;
}
.fs-32 {
  font-size: 2rem !important;
}

.me-45 {
  margin-right: 1.875rem !important;
}
.border-e2e5ec {
  border-color: #e2e5ec !important;
}
.text-truncate-2 {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text-truncate-1 {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.lh-11 {
  line-height: 1.1 !important;
}
.lh-12 {
  line-height: 1.2 !important;
}
.lh-13 {
  line-height: 1.3 !important;
}
.lh-14 {
  line-height: 1.4 !important;
}
.lh-15 {
  line-height: 1.5 !important;
}
.lh-16 {
  line-height: 1.6 !important;
}
.lh-17 {
  line-height: 1.7 !important;
}
.lh-18 {
  line-height: 1.8 !important;
}
.lh-19 {
  line-height: 1.9 !important;
}
.lh-20 {
  line-height: 2 !important;
}

.fw-bold-700 {
  font-weight: 700 !important;
}
.fw-bold-600 {
  font-weight: 600 !important;
}
.fw-bold-400 {
  font-weight: 400 !important;
}
.fw-bold-500 {
  font-weight: 500 !important;
}
.color_1b1b28 {
  color: #1b1b28 !important;
}
.border_color_light {
  border-color: var(--border-color-light);
}
.object_fit_cover {
  object-fit: cover !important;
}
.min_height_40 {
  min-height: 40px !important;
}
.margin_bottom_col_padding {
  margin-bottom: 0.3125rem !important;
}

.bg_color_light {
  background-color: var(--border-color-light);
}

.w_50 {
  width: 50px !important;
}
.w_60 {
  width: 60px !important;
}
.w_70 {
  width: 70px !important;
}
.w_80 {
  width: 80px !important;
}
.w_90 {
  width: 90px !important;
}
.w_100 {
  width: 100px !important;
}
.w_150 {
  width: 150px !important;
}
.w_200 {
  width: 200px !important;
}

.w-80 {
  width: 80% !important;
}
.w-85 {
  width: 85% !important;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1270px;
  min-width: 320px !important;
}
.badge {
  display: inline-block;
  padding: 0.3125em 0.625em;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "›");
}
dl,
dt,
dd,
ol {
  font-weight: 500;
  padding: 0;
  margin: 0;
}
.breadcrumb {
  margin-bottom: 0rem;
}

.main_wrapper {
  background-color: #fff;
  min-width: 320px !important;
}
/*head*/
.logo_image_div_box {
  padding: 1rem 0;
}
.logo_img {
  height: 40px;
}
.dropdown-menu-top-1 {
  z-index: 2000;
}
.dropdown-menu-top-1 .dropdown-item:focus,
.dropdown-menu-top-1 .dropdown-item:hover {
  color: var(--bs-white);
  background-color: var(--bs-danger);
}
.head_1_nav ul li a.now,
.head_1_nav ul li a:hover {
  color: var(--bs-danger) !important;
}

/* dropdown_category_box */
.a_dropdown_category {
  padding: 1rem 0rem;
}

.a_dropdown_category .a_dropdown_category_item {
  padding: 0.125rem 0.5rem;
  background-color: var(--solft-color);
}
.box_dropdown_category {
  position: absolute;
  background-color: transparent;
  left: 0;
  width: 100%;
  height: 100%;
  top: 100%;
  right: 0;
  z-index: var(--zindex-offcanvas-backdrop);
}
.box_dropdown_category .container .arrow_box {
  margin-left: 0px;
  padding: 13px 1rem;
  background-color: var(--soft-primary);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.box_dropdown_category .container .arrow_box:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  border-top: 0;
  border-right: 12px solid transparent;
  border-bottom: 12px solid var(--soft-primary);
  border-left: 12px solid transparent;
  top: -12px;
  right: 20px;
}

.box_dropdown_category .ul_dropdown_category_menu {
  background-color: #fff;
  list-style: none;
  padding: 0 0 5px 0;
  margin: 0;
  border-radius: 4px;
}
.box_dropdown_category .ul_dropdown_category_menu li a.a_li_root {
  display: inline-block;
  width: 100%;
  padding: 15px 1rem;
  color: #333;
}
.box_dropdown_category .ul_dropdown_category_menu li a.a_li_root:hover {
  opacity: 1;
}

.box_dropdown_category .ul_dropdown_category_menu li:hover a.a_li_root {
  -moz-box-shadow: 2px 2px 2px #c9c9c9;
  -webkit-box-shadow: 2px 2px 2px #c9c9c9;
  box-shadow: 2px 2px 2px #c9c9c9;
}

.dp_menu_child_box {
  padding: 1rem;
  position: absolute;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 5px #c9c9c9;
  -webkit-box-shadow: 0px 0px 5px #c9c9c9;
  box-shadow: 0px 0px 5px #c9c9c9;
  left: calc(25%);
  right: 0px;
  top: 0;
  width: calc(100% - 25%);
  z-index: var(--zindex-offcanvas-backdrop);
  min-height: 200px;
}
.category_sidebar_box {
  -moz-box-shadow: 2px 2px 2px #e3e3e3;
  -webkit-box-shadow: 2px 2px 2px #e3e3e3;
  box-shadow: 2px 2px 2px #e3e3e3;
}

.dp_menu_child_box .dt_child {
  margin-bottom: 1px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f2f2f2;
}

.li_dropdown_item_box:hover .dp_menu_child_box {
  display: block !important;
}

/*foot*/
.blk_foot_2 dl,
.blk_foot_2 dt,
.blk_foot_2 dd {
  padding: 0;
  margin: 0;
}
.mobile_foot_box {
  height: 50px;
  box-shadow: 0px -1px 10px rgb(0 0 0 / 15%) !important;
}
.mobile_foot_box .col {
  width: 20%;
  padding: 0;
  margin: 0;
}
.mobile_foot_box .col a {
  padding: 8px 0;
  display: block;
  text-align: center;
  color: rgba(0, 0, 0, 0.5) !important;
  line-height: 1.3 !important;
  width: 100%;
}

.mobile_foot_box .col a:hover {
  opacity: 1 !important;
}

.mobile_foot_box .cartbag {
  z-index: 1050;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  background-color: var(--bs-danger);
  border: 4px solid #fff;
  color: #fff;
  box-shadow: 0px -5px 10px rgb(0 0 0 / 15%);
}

/*index*/
.swiper_slide_index {
  height: 50vh;
}
.swiper_slide_index .slide_image {
  object-fit: cover;
}

.swiper_goods {
  transform: translate3d(0px, 0px, 0px);
}
.swiper_goods .slide_image {
  object-fit: cover;
  height: 210px;
  max-height: 210px;
}
.swiper_goods .content_text .name {
  min-height: 32px;
}
.swiper_goods .content_text .name a {
  transition: all 0.3s ease;
  min-height: 32px;
}
.swiper_goods .content_box {
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
}
.swiper_goods .content_box:hover {
  box-shadow: 1px 2px 8px rgb(0 0 0 / 10%) !important;
  transition: all 0.3s ease;
}

.swiper-button-1 {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50em;
  border: 0;
  box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1),
    0 3px 1px 0 rgba(20, 23, 28, 0.1);
  font-size: 15px;
  line-height: 40px;
  padding: 0;
  text-align: center;
}
.swiper-button-next-1::after,
.swiper-button-prev-1::after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  font-size: 12px !important;
}
.swiper-button-next-1,
.swiper-button-prev-1 {
  cursor: pointer;
  color: #333;
}

.swiper-button-next-1 {
  right: 5px;
  left: auto;
}
.swiper-button-prev-1 {
  left: 5px;
  right: auto;
}

/* all */
.currency_code {
  padding: 0;
  margin: 0;
}

/*goods*/
.content_box {
  cursor: pointer !important;
}
.img_height_210 {
  height: 210px;
}
.goods_box:hover {
  box-shadow: 1px 2px 8px rgb(0 0 0 / 10%) !important;
  transition: all 0.3s ease;
}
.col_goods_box {
  padding: 0 0.3125rem 0.3125rem 0.3125rem;
}

/* page */
.page_box .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.page_box .pagination li {
  margin: 0 2px;
}
.page_box .pagination span,
.page_box .pagination a {
  min-width: 36px;
  min-height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0;
  border: 0;
  font-size: 0.875rem;
  border-radius: 50% !important;
  color: var(--bs-dark);
  background-color: #fff;
  display: block;
}

.page_box .pagination .active span,
.page_box .pagination a:hover {
  background-color: var(--bs-danger);
  color: #fff;
}

/** goods detail */
#vue_goods_detail #goods_details_tab a {
}
#vue_goods_detail #goods_details_tab .active {
  border-bottom: 2px solid var(--bs-danger) !important;
}

#vue_goods_detail #description img {
  max-width: 100% !important;
}

#vue_goods_detail .input-group-text {
  padding: 0.275rem 0.45rem;
}

#vue_goods_detail #goods_details_content table {
  width: 100% !important;
}

/** swiper **/
.swiper_goods_image .img_box {
  background-color: #fff;
  border-radius: 5px;
  min-height: 300px !important;
  overflow: hidden;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper_goods_image .img_box img {
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.swiper_goods_thumb .img_box {
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 5px;
  padding: 2px;
  height: 4.2rem;
  overflow: hidden;
}
.swiper_goods_thumb .img_box img {
  width: 100%;
  object-fit: cover;
  height: 4.2rem;
}
.swiper-slide-thumb-active .img_box {
  border: 2px solid var(--bs-danger);
  padding: 1px;
}

.swiper-button-goods-detail {
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 100%;
  border: 0;
  box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1),
    0 3px 1px 0 rgba(20, 23, 28, 0.1);
  font-size: 13px;
  line-height: 30px;
  padding: 0;
  text-align: center;
  margin-top: -15px;
}
.swiper-button-goods-detail:hover {
  box-shadow: 0 2px 8px 2px rgba(20, 23, 28, 0.15) !important;
}
.swiper-button-goods-prev::after,
.swiper-button-goods-next::after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  font-size: 12px !important;
  color: #aaa;
}

.swiper-button-goods-prev {
  left: 0px;
  right: auto;
}

.swiper-button-goods-next {
  right: 0px;
  left: auto;
}

/* cart */

.blk_cart .row_steps .col {
  background: url("../../assets/img/arrow_right.png") no-repeat right center;
  background-size: auto 40%;
}
.blk_cart .row_steps .col:last-child {
  background: none;
}

.cart_list_goods_image {
  width: 100%;
  height: 100%;
}

#edit_address_dlg .form-select {
  font-size: 0.8125rem;
}

.blk_cart_confirm .table tr:last-child td {
  border: none !important;
}
.blk_cart_confirm .address_box .address_item {
  display: none;
}
.blk_cart_confirm .address_box .address_item_now {
  display: block;
}
.blk_cart_confirm .address_box .address_item_now .address_tag {
  border-color: var(--bs-danger) !important;
  border-width: 2px !important;
}
.blk_cart_confirm .address_tag {
  cursor: pointer;
  white-space: normal;
  word-break: break-all;
}

#edit_address_dlg .form-control {
  font-size: 12px !important;
}

#edit_address_dlg .help-block {
  margin-top: 8px;
}

#edit_address_dlg .help-block a {
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
}

/* layer */
.layui-layer-btn a {
  height: 28px;
  line-height: 28px;
  margin: 5px 5px 0;
  padding: 0 15px;
  border: 1px solid #dedede;
  background-color: #fff;
  color: #333;
  border-radius: 2px;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
}

.layui-layer-btn .layui-layer-btn0 {
  border-color: var(--border-color-light) !important;
  background-color: #fff !important;
  color: #333 !important;
  border-radius: 5px;
  font-size: 13px !important;
}

.layui-layer-btn .layui-layer-btn1 {
  border-color: var(--bs-danger);
  background-color: var(--bs-danger);
  color: #fff;
  border-radius: 5px;
  font-size: 13px !important;
}

.mobile {
  display: none !important;
}
.mobile-flex {
  display: none !important;
}
.pc {
  display: block !important;
}
.pc-flex {
  display: flex !important;
}
/* <576(xs) 576(sm)  768(md)  992(lg) 1200(xl) 1400(xxl) */
@media (max-width: 992px) {
  .mobile {
    display: block !important;
  }
  .mobile-flex {
    display: flex !important;
  }
  .pc {
    display: none !important;
  }
  .pc-flex {
    display: none !important;
  }

  .swiper_slide_index {
    height: 40vh;
  }
  .swiper_goods .slide_image {
    height: 280px;
    max-height: 280px;
  }
  .blk_foot_1 .border-end {
    border: none !important;
    border-bottom: 1px solid #f2f2f2 !important;
  }

  .img_height_210 {
    height: 180px;
  }

  .page_box .pagination span,
  .page_box .pagination a {
    margin-bottom: 0.25rem;
  }
}

@media (min-width: 992px) {
  .swiper_slide_index .slide_image {
    object-fit: cover;
    min-height: 50vh;
  }
}

@media (max-width: 576px) {
  .swiper_slide_index {
    height: 20vh;
  }
  .swiper_goods .slide_image {
    height: 188px;
    max-height: 188px;
  }

  .img_height_210 {
    height: 180px;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }
}

@media (min-width: 768px) {
  .dywm {
    width: 50% !important;
  }
  .row_footer .md3 {
    width: 52%;
  }
  .row_footer .md2 {
    width: 16%;
  }
}
