:root {
  --main-color: #4f93cf;
  --main-color-ho: #2272b9;
  --btn-pm-disabled: rgb(109 182 245);
  --btn-text-color: #ffffff;
  --con-main-color: rgb(255, 88, 104);
  --con-main-color-ho: rgb(250, 10, 34);
  --btn-diabled: rgb(162 162 162);
  --main-font-en: "Poppins", "Battambang";
  --top-nav: rgba(0, 0, 0, 0.03);
  --text-nav: #646464;
  --site-head-bg: #ffffff;
  --body-bg: #eff0f5;
  --body-sub-bg: #e7e8ec;
  --footer-bg: #262525;
}

body {
  margin: 0;
  padding: 0;
  background: var(--body-bg) !important;
}

body:lang(en) {
  font-family: "Poppins", "Battambang", sans-serif, serif;
}
body:lang(kh) {
  font-family: "Battambang", "Poppins", serif, sans-serif;
}

body:lang(kh) > .site-head-wrap .site-menu *,
body:lang(zh) > .site-head-wrap .site-menu *,
body:lang(kh) > .logo_slogan {
  /* font-size: 1rem !important; */
}
.clear-15,
.clear-50,
.clear-30 {
  clear: both;
  width: 100%;
  display: block;
  position: relative;
  height: 50px;
}
.clear-30 {
  height: 30px;
}
.clear-15 {
  height: 15px;
}
.text-center {
  text-align: center;
}

a {
  text-decoration: none !important;
}
hr {
  color: #c8c8c8 !important;
}

.container {
  max-width: 1188px !important;
}
/* Site Header */

.peanich_header {
  background-color: var(--top-nav);
  min-height: 80px;
  display: none;
}

.peanich_header.shown {
  display: block;
}

.header_navbar {
  text-align: right;
  /* background-color: var(--top-nav); */
  background: rgb(248, 222, 255);
  background: -moz-linear-gradient(
    94deg,
    rgba(248, 222, 255, 1) 11%,
    rgba(241, 103, 70, 0.18393294817927175) 90%
  );
  background: -webkit-linear-gradient(
    94deg,
    rgba(248, 222, 255, 1) 11%,
    rgba(241, 103, 70, 0.18393294817927175) 90%
  );
  background: linear-gradient(
    94deg,
    rgba(248, 222, 255, 1) 11%,
    rgba(241, 103, 70, 0.18393294817927175) 90%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8deff",endColorstr="#f16746",GradientType=1);
}
.header_navbar a,
.header_navbar span {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: var(--text-nav);
  line-height: 30px;
  transition: 0.3s;
}
.header_navbar .header_nav_item {
  margin-left: 25px;
  cursor: pointer;
}
.header_navbar a:hover,
.header_navbar span:hover {
  color: var(--con-main-color);
  transition: 0.3s;
}

.menu_header {
  background-color: var(--site-head-bg);
  box-shadow: 0px 3px 10px -2px rgb(0 0 0 / 8%);
}

.head_grid {
  display: flex;
  min-height: 90px;
  align-items: center;
}
.site_logo {
  display: flex;
  align-items: center;
}
.site_logo img {
  width: 60px;
  height: auto;
  margin-right: 15px;
}
.site_logo .logo_slogan {
  font-size: 1rem;
  font-weight: 600;
  color: #d9234a;
  background: -webkit-linear-gradient(hsl(273.72deg 71.06% 53.92%), #d9234a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main_search_wrap {
  position: relative;
  width: 60%;
  margin-left: 5%;
}
.main_search_wrap form {
  display: flex;
  align-items: center;
}

.main_search_wrap input {
  width: calc(100% - 50px);
  height: 45px;
  border: none;
  /* background-color: var(--body-bg); */
  outline: none;
  padding: 0px 20px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #212121;
  border: none;
  outline: none;
  background: #eff0f5;
}
.main_search_wrap input:focus,
.main_search_wrap input:hover {
  outline: none;
}

.btn_search_head {
  height: 45px;
  width: 45px;
  border: none;
  background-color: var(--con-main-color);
  color: #ffffff;
  margin-left: -10px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.shopping_cart_head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 90px;
  font-size: 1.6rem;
  color: #3d78f3;
}

@media (max-width: 1200px) {
  .logo_slogan {
    display: none;
  }
}
@media (max-width: 640px) {
  .site_logo img {
    width: 50px;
  }
  .main_search_wrap {
    width: 100%;
    margin-left: 0%;
  }
  .shopping_cart_head {
    width: 90px;
  }
}

.shopping_cart_head a {
  position: relative;
}
.cart-badge-count {
  display: block;
  position: absolute;
  top: -2px;
  right: -10px;
  background: red;
  border-radius: 50px;
  font-size: 0.6rem;
  color: #fff;
  min-width: 15px;
  padding: 0px 5px;
  text-align: center;
  text-wrap: nowrap;
}
.btn-delete-cart {
  display: flex;
  align-items: center;
  text-align: center;
  color: #f49b9b;
  cursor: pointer;
  padding: 0px 5px;
}
.btn-delete-cart:hover {
  color: #ef1616;
}
.header_nav_item {
  position: relative;
}
.drop_down {
  width: auto;
  height: auto;
  min-width: 150px;
  position: absolute;
  background-color: #ffffff;
  top: 25px;
  right: 0px;
  z-index: 9999999;
  text-align: left;
  padding: 0px;
  box-shadow: 0px 4px 4px 1px rgb(0 0 0 / 20%);
  border-radius: 3px;
  display: none;
}
.drop_down.show {
  display: block;
}
.drop_item {
  list-style: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.drop_item i {
  margin-right: 15px;
  font-size: 1rem;
}
.drop_item a {
  padding: 5px 15px;
  display: block;
}

/* Site Body */

.home-banner-section {
  background: var(--body-sub-bg) !important;
}

.home_slide li img {
  width: 100%;
}

.splide__arrow {
  display: none !important;
}
.splide:hover .splide__arrow {
  display: block !important;
}

.peanik_right_wrap {
  padding-left: 0px !important;
}
.peanik_img {
  min-width: 100%;
}
.bottom_nav_peanik {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
}
.bottom_nav_peanik i {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 1.4rem;
  color: #bf0505;
  cursor: pointer;
  border-radius: 50px;
  box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 20%);
}
.peanik_card img {
  border-radius: 10px;
  width: 100%;
}
@media (min-width: 1200px) {
  .bottom_nav_peanik {
    width: 1188px;
    left: 0px;
    right: 0px;
    margin: auto;
    padding: 0px 12px;
  }
}
@media (max-width: 1200px) {
  .peanik_right_wrap {
    display: none;
  }
  .splide:hover .splide__arrow {
    display: none !important;
  }
}
.flash-sale-wrapper {
  position: relative;
  background-color: #ffffff;
  padding-top: 5px;
}

.flash-sale-header {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
}
.label-start {
  padding: 0px 15px;
  margin-right: 30px;
  color: var(--con-main-color);
}

@media (max-width: 575px) {
  .flash-sale-header {
    font-size: 0.7rem;
  }
  .label-start {
    margin-right: 0px;
  }
}

.deal-timer {
  display: flex;
  height: 50px;
  align-items: center;
}
.deal-timer .lead-title {
  margin-right: 15px;
}
@media (max-width: 640px) {
  .deal-timer .lead-title {
    display: none;
  }
}
.counter-display {
  display: inline-block;
  /* padding: 8px 10px; */
  background-color: rgb(190 22 22);
  color: #ffffff;
  border-radius: 5px;
  position: relative;
  margin-left: 6px;
  width: 30px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
}
.counter-display:not(:last-child):after {
  content: ":";
  display: inline-flex;
  color: #000;
  position: absolute;
  right: -7px;
}

@media (max-width: 575px) {
  .counter-display {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}

.deal-navigate {
  margin-left: auto;
  order: 2;
  border: 2px solid var(--con-main-color);
  color: var(--con-main-color);
  padding: 5px 15px;
  text-transform: uppercase;
  margin-right: 15px;
}
.deal-navigate:hover {
  border: 2px solid var(--con-main-color-ho);
  color: var(--con-main-color-ho);
}
.deal-items-wrap {
  padding: 0px 15px;
}
.deal-item {
  padding: 5px !important;
}
@media (max-width: 575px) {
  .deal-item {
    width: 50% !important;
  }
}
.deal-item-img {
  display: block;
  margin: 0 auto;
}
.deal-item-title {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 0.9rem;
  line-height: normal;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 22px;
}
.deal-item-wrap {
  padding: 5px;
  display: block;
  color: #000;
}
.deal-item .sale-price {
  display: block;
  font-size: 1.2rem;
  color: var(--con-main-color-ho);
  font-weight: 600;
}
.deal-item .before-discount-price {
  font-size: 0.8rem;
  color: #ccc;
  text-decoration: line-through;
}
.deal-item .discount-percent {
  font-size: 0.8rem;
}
.deal-item-wrap:hover {
  box-shadow: 0px 2px 8px 2px #ccc;
}
.home-categories-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.cate-item {
  background-color: #fff;
  border-bottom: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  height: 148.5px;
  width: 12.5%;
  text-align: center;
}

.categories_horizontal_wrap {
  overflow: auto;
  white-space: nowrap;
  text-align: center;
  vertical-align: top;
}

.categories_horizontal_wrap::-webkit-scrollbar {
  height: 7px;
}
.categories_horizontal_wrap::-webkit-scrollbar-track-piece {
  background: #ffdbce;
  border: solid 2px #ffdbce;
  border-radius: 50px;
}
.categories_horizontal_wrap::-webkit-scrollbar-thumb {
  background: var(--con-main-color);
  border-radius: 50px;
}
.categories_horizontal_wrap::-webkit-scrollbar-button:start:decrement,
.categories_horizontal_wrap::-webkit-scrollbar-button:end:increment {
  width: 45%;
  display: block;
  background: transparent;
}

.categories_horizontal_wrap .cate_h_item {
  width: 100px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  margin: 0px 15px;
  vertical-align: top;
}
.categories_horizontal_wrap .cate_h_item .cate_image {
  width: 70px;
  margin: 10px auto;
  border-radius: 18px;
  overflow: hidden;
}
.categories_horizontal_wrap .cate_h_item .cate_title {
  height: 43px;
  white-space: normal;
  font-size: 0.7rem;
  color: #726f6c;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: normal;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1200px) {
  .cate-item {
    width: 16.66%;
  }
  .cate-item img {
    width: 40% !important;
  }
  .deal-item-title {
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 767px) {
  .cate-item {
    height: 120px;
    width: 25%;
  }
  .cate-item img {
    width: 40% !important;
  }
  .categories_horizontal_wrap .cate_h_item {
    margin: 0px;
    width: 80px;
  }
  .categories_horizontal_wrap .cate_h_item .cate_image {
    width: 45px;
  }
}
.cate-item a {
  display: block;
  height: 100%;
  position: relative;
  padding-top: 15px;
}

.cate-item img {
  width: 50%;
  margin: 0 auto;
  display: flex;
}
.category-title {
  font-size: 0.8rem;
  color: #000;
}

.cate-item:hover {
  box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 30%);
  z-index: 999;
}

.product-item {
  background-color: #fff;
  /* padding: 5px; */
  display: block;
  color: #000;
  border-radius: 10px;
}
.product_super {
  width: 35px;
  height: 20px;
  background-image: url(../files/super.png);
  background-size: 35px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-flex;
  vertical-align: -5px;
}
.product-item .product-img {
  text-align: center;
}
.product-item .product-img img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.feet_item {
  color: #a1a1a1;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
}
.feet_divider {
  width: 10px;
  text-align: center;
  color: #eee;
}
.feet_item .rating_pro i {
  color: #ffbf49;
  font-size: 0.8rem;
}
.sold_pro span {
  margin-right: 5px;
}
.product-img {
  position: relative;
}
.product-info {
  padding: 10px;
  padding-top: 5px;
}
.product-info .item-title {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 0.8rem;
  line-height: normal;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 5px;
  min-height: 22px;
}
.product-price {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--con-main-color-ho);
}
.product-discount-percentage {
  font-size: 0.6rem;
  margin-left: 5px;
  background: var(--con-main-color);
  color: #fff;
  padding: 1px 3px;
  border-radius: 2px;
  align-self: center;
}
.product-wrap {
  margin: -5px !important;
}
.show_more_wrap {
  width: 100%;
  display: block;
  height: 70px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  cursor: pointer;
}
.show_more_wrap .toggle-show-detail {
  display: block;
  margin: auto;
  width: 150px;
  text-align: center;
  border: 1px solid #c8c8c8;
  padding: 15px 5px;
}
.product-wrap .item-card {
  /* margin-bottom: 5px; */
  padding: 5px !important;
}
.product-wrap .item-card:hover > a {
  box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 20%);
}
.shipping-label {
  background-color: #1fcbb3;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-size: 0.7rem;
  padding: 3px 5px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #ffffff;
  text-transform: uppercase;
}
.shipping-label i {
  font-size: 0.8rem;
}
.shipping-label span {
  font-weight: 500;
}
.load-home-items {
  display: none;
  width: 380px;
  line-height: 35px;
  margin: 0 auto;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  text-transform: uppercase;
}
.load-home-items.show {
  display: block;
}

@media (max-width: 1200px) {
  .product-info .item-title {
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 870px) {
  .shipping-label i {
    font-size: 0.6rem;
  }
  .shipping-label {
    font-size: 0.5rem !important;
  }
}
@media (max-width: 575px) {
  .col-sm-6.item-card {
    width: 50% !important;
  }
}

/* Site footer */

.footer_wrap {
  width: 100%;
  height: auto;
  min-height: 300px;
  position: relative;
  background-color: var(--footer-bg);
}
.footer_title {
  font-size: 1.2rem;
  color: #fff;
  display: block;
  padding: 15px 0px;
  font-weight: 500;
}
.footer_context {
  color: #fff;
  font-size: 0.8rem;
  padding-right: 30px;
}
.footer-maps {
  padding: 0px;
}
.footer-maps li a {
  color: #b5b5b5;
  font-size: 0.9rem;
}
.footer-maps li a:hover {
  color: #fff;
}
.footer-nav {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: var(--footer-bg);
  border-top: 1px solid #616161;
  font-size: 0.8rem;
}
.socail-wrap {
  display: flex;
}
.socail-wrap a {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  background-color: #fff;
  margin-right: 15px;
  border-radius: 50px;
}
.socail-wrap a:hover {
  background-color: var(--con-main-color);
}
.socail-wrap a i {
  margin: 0 auto;
  color: #000;
}

/* Product Detail */
.breadcrum-wrap ul {
  display: flex;
  width: 100%;
  height: 50px;
  padding: 0px;
  align-items: center;
  font-size: 0.8rem;
  margin: 0px;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.breadcrum-wrap ul li {
  list-style: none;
}
.breadcrum-wrap ul li a {
  color: var(--con-main-color);
}
.breadcrum-wrap ul li a:hover {
  text-decoration: underline !important;
}
.breadcrum-wrap ul li:not(:last-child):after {
  content: "";
  display: inline-flex;
  width: 15px;
  height: 15px;
  background-image: url("../files/arrow_right.png");
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  align-items: center;
  vertical-align: middle;
}
.breadcrum-wrap ul li:last-child a {
  color: #757575 !important;
}
.product-detail .row {
  background-color: #fff;
  position: relative;
}
.product-detail .row .product-detail-sider:not(:last-child) {
  padding-top: 12px;
}
.product-detail .row .product-detail-sider:last-child {
  background-color: #fafafa;
}
.product-detail-sider {
  background-color: #ffffff;
}
.product-detail .pro-thum-display {
  display: flex;
}
#selected_thumb {
  margin: auto;
}
.product-detail .product-detail-gallery {
  display: flex;
  padding: 10px 0px;
  margin: 0px;
  margin-top: 5px;
  border-top: 1px solid #ccc;
  overflow-y: auto;
}
.product-detail .product-detail-gallery .gallery-item {
  display: inline-flex;
  width: 70px;
  list-style: none;
  cursor: pointer;
  border: 1px solid #e2e2e2;
  margin-right: 5px;
}
.product-detail .product-detail-gallery .gallery-item:hover,
.product-detail .product-detail-gallery .gallery-item.active {
  border: 1px solid var(--con-main-color);
}

.img-zoom-container {
  position: relative;
}

.img-zoom-lens {
  position: absolute;
  border: 1px solid transparent;
  width: 220px;
  height: 130px;
}
.mobile_product_slide {
  display: none;
}
.pro_detail_subtitle {
  font-size: 0.8rem;
  color: #515151;
}
@media (min-width: 1200px) {
  .img-zoom-container:hover .img-zoom-lens {
    border: 1px solid #ccc;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 1200px) {
  .pro-thum-display,
  .product-detail-gallery {
    display: none !important;
  }
  .mobile_product_slide {
    display: block !important;
  }
}

.img-zoom-result {
  position: absolute;
  border: 1px solid #d4d4d4;
  width: 65%;
  height: 450px;
  top: 10px;
  right: 10px;
  z-index: -1;
  visibility: hidden;
}
@media (min-width: 1200px) {
  .product-detail
    .container
    .row
    .col-xl-4
    .pro-thum-display:hover
    ~ .img-zoom-result {
    z-index: 999;
    visibility: visible;
  }
}
.product-title {
  font-size: 1.2rem;
  color: #212121;
  font-weight: 400;
  overflow-wrap: break-word;
  padding-top: 5px;
}
.product-title .product_super {
  width: 50px;
  background-size: 50px;
}
.product-price-wrap {
  position: relative;
}
.product-price-wrap .sale-price {
  font-size: 1.7rem;
  color: var(--con-main-color-ho);
  font-weight: 600;
}
.product-price-wrap .promo-price .cost-price {
  font-size: 0.9rem;
  color: #9e9e9e;
  text-decoration: line-through;
}
.product-price-wrap .promo-price .promo-percentage {
  font-size: 0.9rem;
  color: #000;
}
.product-detail-sku-wrap {
  position: relative;
}
.product-detail-sku-wrap .sku-group {
  position: relative;
  display: inline-block;
}

.product-detail-sku-wrap .sku-group .sku-group-title {
  color: #7e7e7e;
  font-size: 0.9rem;
}

.product-detail-sku-wrap .sku-group .sku-selected-label {
  font-size: 0.9rem;
  margin-left: 5px;
  display: inline-block;
}

.product-detail-sku-wrap .sku-group .sku-item {
  float: left;
  cursor: pointer;
  border: 1px solid #ccc;
  margin-right: 10px;
  margin-bottom: 10px;
}
.sku-item.sku-color span {
  display: block;
  width: 30px;
  height: 30px;
}
.sku-item.sku-image img {
  width: 50px;
  height: 50px;
}
.product-detail-sku-wrap .sku-group .sku-item:hover,
.product-detail-sku-wrap .sku-group .sku-item.selected {
  border: 1px solid var(--con-main-color);
}
.product-detail-sku-wrap .sku-group .sku-item.sku-text {
  min-width: 35px;
  padding: 5px 10px;
  font-size: 0.9rem;
  border-radius: 3px;
  text-align: center;
}
.qty-input-wrap {
  width: 150px;
  display: inline-flex;
  align-items: center;
  margin-left: 30px;
}
.qty-input-wrap input {
  width: 45px;
  height: 30px;
  border: none;
  text-align: center;
}
.qty-input-wrap input:hover,
.qty-input-wrap input:focus {
  outline: none !important;
  font-size: 0.9rem;
}
.qty-input-wrap button {
  width: 35px;
  height: 30px;
  border: none;
  transition: 0.3s;
  padding: 0px;
}
.qty-input-wrap button[disabled] {
  cursor: not-allowed;
}
.qty-input-wrap button:hover {
  background-color: #e2e2e2;
  transition: 0.3s;
}
.inline-label {
  color: #7e7e7e;
  font-size: 0.9rem;
}
.stock-status {
  font-size: 0.9rem;
}
.product-interact {
  position: relative;
  display: flex;
}

.product-interact button {
  width: 200px;
  height: 50px;
  margin-right: 15px;
  border: none;
  border-radius: 8px;
  color: #ffffff;
}
.btn-buy-now {
  background-color: var(--con-main-color);
  transition: 0.3s;
}
.btn-buy-now:hover {
  background-color: var(--con-main-color-ho);
  transition: 0.3s;
}
.btn-add-to-cart {
  background-color: #ffb005;
  transition: 0.3s;
}
.btn-add-to-cart:hover {
  background-color: #eba102;
  transition: 0.3s;
}
.sider-label-icon i {
  font-size: 1.2rem;
  color: #696969;
}
.product-detail-sider .sider-wrap {
  display: flex;
  padding-top: 15px;
  vertical-align: middle;
}
.product-detail-sider .sider-label-icon,
.product-detail-sider .sider-detail {
  display: inline-flex;
  align-items: center;
}
.sider-label-title {
  font-size: 0.8rem;
  color: #212121;
}

.product-detail-sider.widget {
  padding-top: 15px;
}

.product-detail-sider .sider-detail {
  padding-left: 15px;
  font-size: 0.8rem;
  display: flex;
  width: 100%;
  font-weight: 400;
}
.btn-change-shipping-detail {
  font-size: 0.8rem;
  text-transform: uppercase;
  padding-left: 5px;
  margin-left: auto;
}
.shipping-price {
  margin-left: auto;
  order: 2;
}
.product-detail-header {
  padding: 15px;
  background-color: #f6f6f6;
}
.product-detail-header h2 {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-detail-wrap .container {
  background-color: #ffffff;
}
.product-detail-wrap .description {
  min-height: 250px;
  /* height: 500px; */
  overflow-y: hidden;
  padding: 15px;
  position: relative;
}
.product-detail-wrap .description * {
  max-width: 100%;
}
.product-detail-related {
  min-height: 700px;
}
.product-detail-related .container {
  padding: 5px;
}
@media (max-width: 768px) {
  .product-detail-related .container {
    padding: 15px;
  }
}
.product-detail-related h3 {
  font-size: 1.1rem;
}

.product-detail-related .product-wrap .deal-item .deal-item-wrap {
  background-color: #ffffff;
}
.deal-item .price {
  min-height: 52.8px;
}
.deal-item a {
  border-radius: 10px;
}
.deal-item .product-img,
.deal-item .product-img img {
  overflow: hidden;
  border-radius: 10px;
}
/* Login / Sign up Page */
.login-content,
.sigup-content {
  min-height: 600px;
}

.login-wrap {
  width: 100%;
  max-width: 800px;
  min-height: 300px;
  position: relative;
  margin: 0 auto;
}
.login-content .login-wrap {
  max-width: 500px;
}
.login-wrap h1 {
  font-size: 1.3rem;
}
.login-wrap form {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
  font-size: 0.9rem;
}
.login-wrap form input,
.login-wrap form button {
  border-radius: 0px;
}
.btn-sign-up,
.btn-main {
  width: 100%;
  height: 50px;
  background-color: var(--con-main-color);
  border: none;
  color: #fff;
}
.register-notice {
  font-size: 0.7rem;
}
.btn-get-otp-input {
  position: absolute;
}
.login-map {
  display: block;
  text-align: center;
}
.login-map .login-ancher {
  padding: 0px 15px;
}
.inline-link {
  display: block;
  text-align: right;
}

.or_text {
  display: block;
  margin: auto;
  text-align: center;
}

.g_sign_in {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  border-radius: 5px;
  cursor: pointer;
}

.g_sign_in:hover {
  border-color: var(--con-main-color);
}
.g_sign_in img {
  width: 45px;
}

/*Toast Notification*/

.toast-container {
  width: 100% !important;
  height: 100%;
  position: fixed !important;
  top: 0px;
  left: 0px;
  display: grid !important;
  z-index: 99999999 !important;
}

.toast-container .toast_content {
  width: auto;
  min-width: 200px;
  height: auto;
  min-height: 50px;
  max-height: 200px;
  position: relative;
  background-color: #000000d4;
  margin: auto !important;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  max-width: 300px;
  text-align: center;
  padding: 30px;
  border-radius: 10px;
}

.toast-container .toast_content i {
  font-size: 25px;
}

.toast-container .toast_content.success i {
  color: #09c85c !important;
}
.toast-container .toast_content.error i {
  color: #f44 !important;
}

.toast-container .toast_content.info i {
  color: #0975e8 !important;
}

.toast-container .toast_content.warning i {
  color: #ffc927 !important;
}

.toast-container .toast_content span {
  font-size: 1rem;
  color: #fff;
}

.page-navigate-menu {
  padding: 0px;
  display: flex;
  background-color: #ffffff;
}
.page-navigate-menu li {
  list-style: none;
  text-align: center;
}
.page-navigate-menu li a {
  padding: 15px 20px;
  display: block;
  color: #000;
  font-size: 0.9rem;
  font-weight: 500;
}
.page-navigate-menu li a:hover,
.page-navigate-menu li.active a {
  color: var(--con-main-color-ho);
}
.account-container {
  background-color: #ffffff;
  position: relative;
  min-height: 600px;
}
.account-content-title {
  font-size: 1.4rem;
  background-color: #f9f9f9;
  padding: 15px;
}
.account-content-wrap input,
.account-content-wrap button.btn-outline-secondary,
.account-content-wrap select {
  border-radius: 0px !important;
}
.account-content-body {
  padding: 15px;
}
.account-content-body table {
  font-size: 0.9rem;
}
.account-content-body table tr {
  vertical-align: middle;
  font-weight: 300;
}
.account-content-body table th {
  font-weight: 500;
}
.my-order-product-img {
  width: 45px;
}
.shipping_item {
  border: 1px solid #4f93cf;
  border-radius: 5px;
  padding: 15px;
  position: relative;
  height: 200px;
  margin-bottom: 15px;
}

.shipping-header {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 15px;
}
.shipping-detail {
  font-size: 0.9rem;
  margin-bottom: 15px;
  color: #7f7f7f;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shipping-phone {
  font-size: 0.8rem;
  font-weight: 600;
  color: #4f93cf;
}
.shipping-options {
  display: flex;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
}
.shipping-options .state-info {
  font-size: 0.7rem;
  border: 1px solid #0975e8;
  padding: 5px 15px;
  border-radius: 50px;
  background-color: #e6edff;
  cursor: pointer;
  transition: 0.3s;
}
.shipping-options .state-info:hover {
  background-color: #a6bef7;
  transition: 0.3s;
}
.create-shipping {
  display: flex;
  align-items: center;
}
.create-shipping a {
  display: block;
  margin: auto;
  font-size: 3rem;
  color: #b2dbff;
}
.create-shipping a:hover {
  cursor: pointer;
  color: #65acea;
}
.shipping-options .default-shipping {
  font-size: 0.7rem;
  border: 1px solid #09e871;
  padding: 5px 15px;
  border-radius: 50px;
  background-color: #e6fff8;
  cursor: pointer;
  transition: 0.3s;
  display: inline-block;
}
.shipping-options .delete-shipping {
  color: red;
  display: inline-block;
  margin-left: auto;
  cursor: pointer;
  order: 3;
}
.shipping-options .edit-shipping {
  margin-left: 15px;
  cursor: pointer;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
}
.shipping-options .edit-shipping i {
  font-size: 1rem;
  margin-right: 5px;
}

/* Promt Message Dailog Box  */
.promt-container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  background-color: rgb(0 0 0 / 30%);
  z-index: 9999;
}
.promt-container .promt_dailog {
  width: auto;
  min-width: 350px;
  height: auto;
  min-height: 150px;
  background-color: #ffffff;
  border-radius: 5px;
  display: block;
  position: fixed;
  top: 30%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  padding: 30px;
}
.promt-container .promt_dailog .promt_content {
  display: block;
  text-align: center;
}
.promt-container .promt_dailog .promt_content i {
  font-size: 3rem;
  color: #3d78f3;
}
.promt-container .promt_dailog .promt_content .promt_text {
  display: block;
  margin: 30px 0px;
  font-size: 0.9rem;
}
.promt_option {
  text-align: center;
}
.promt_option button {
  border: none;
  width: 100px;
  height: 35px;
  margin: 0px 5px;
  border-radius: 5px;
}
.promt_confirm {
  background-color: var(--con-main-color);
  color: #ffffff;
}
.promt_confirm:hover {
  background-color: var(--con-main-color-ho);
}
.center-button-container {
  text-align: center;
}
.update-email-form {
  display: none;
}
.update-email-form.show {
  display: block;
}

/* Shopping cart */
.shopping-cart-wrap .account-content-body {
  background-color: #ffffff;
  min-height: 350px;
}
.shopping-cart-header {
  height: 50px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  margin-bottom: 15px;
  padding: 15px;
  font-size: 0.9rem;
  font-weight: 500;
}
.selcted-cart-count {
  font-size: 0.9rem;
}
.shopping-cart-container {
  padding: 0px;
}

.shopping-cart-container .cart-item {
  list-style: none;
  margin-bottom: 30px;
  display: flex;
  flex-flow: wrap;
}
.shopping-cart-container .cart-item.disabled_item {
  opacity: 0.3;
}

.shopping-cart-container .cart-item .product-image {
  width: 80px;
}
.shopping-cart-container .cart-item .product-image a {
  display: block;
  width: 80px;
  height: 80px;
}

.shopping-cart-container .cart-item .cart-detail {
  max-width: 40%;
  padding: 0px 15px;
  display: -ms-inline-grid;
  display: inline-grid;
  align-items: center;
}
@media (max-width: 740) {
  .shopping-cart-container .cart-item .product-image {
    width: 70px;
  }
  .shopping-cart-container .cart-item .product-image a {
    width: 70px;
    height: 70px;
  }
  .shopping-cart-container .cart-item .cart-detail {
    padding: 0px 5px;
  }
}

.cart-price-origin {
  font-size: 0.7rem;
}
.cart-price-origin .origin-price {
  text-decoration: line-through;
  color: #a7a7a7;
}
.cart-price-origin .cart-discount {
  background-color: #f25050;
  color: #ffffff;
  padding: 1px 3px;
  border-radius: 3px;
}
.shopping-cart-container .cart-item .cart-detail a {
  color: #000;
  font-size: 0.8rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 0.9rem;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shopping-cart-container .cart-item .cart-detail a:hover {
  color: var(--con-main-color-ho);
}
.shopping-cart-container .cart-item .cart-detail .cart-sku {
  color: #878787;
  font-size: 0.7rem;
  /* line-height: 15px; */
}
.shopping-cart-container .cart-item .cart-detail .cart-price {
  font-size: 0.9rem;
  color: var(--con-main-color);
  font-weight: 500;
}
.shopping-cart-container .cart-item .cart-detail .cart-price small {
  color: #fff;
  font-size: 0.6rem;
  background-color: #f25050;
  padding: 1px 3px;
  border-radius: 3px;
}
.cart-sider {
  background-color: #ffffff;
  padding: 15px;
  font-size: 0.9rem;
}
.cart-sider .sider-wrap {
  display: flex;
}
.cart-sider .sider-wrap .sider-detail {
  display: flex;
  width: 100%;
  padding-left: 15px;
}
.cart-sider .sider-wrap .btn-change-shipping-detail {
  margin-left: auto;
}
.cart-summary {
  display: block;
}
.summary-title {
  font-size: 1.2rem;
  font-weight: 500;
}
.summary-info {
  display: flex;
  height: 40px;
  align-items: center;
}
.summary-info-title {
  color: #878787;
}
.summary-info-value {
  margin-left: auto;
}
.summary-total {
  display: flex;
  height: 50px;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 600;
}
.summary-total .summary-total-value {
  margin-left: auto;
  color: var(--con-main-color);
}
.btn_proceed_checkout,
.btn_request_checkout {
  width: 100%;
  padding: 12px 0px;
  text-align: center;
  border: none;
  border-radius: 3px;
  background-color: var(--con-main-color);
  color: #ffffff;
  font-weight: 500;
  transition: 0.3s;
  font-size: 1rem;
}
.btn_proceed_checkout:hover,
.btn_request_checkout:hover {
  background-color: var(--con-main-color-ho);
  transition: 0.3s;
}
.cart-qty-wrap {
  width: 100px;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 15px;
}
.cart-item-selection {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.cart-item-selection .selection-check-box {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.cart-qty-wrap .cart-qty-input {
  width: 40px;
  border: none;
  text-align: center;
  outline: none;
  font-size: 0.8rem;
}
.cart-qty-wrap .cart-qty-input:hover,
.cart-qty-wrap .cart-qty-input:focus {
  outline: none;
}
.cart-qty-wrap .btn-qty-count {
  border: none;
  width: 30px;
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center;
  padding: 0;
}
@media (max-width: 740px) {
  .cart-qty-wrap {
    width: 70px;
  }
  .cart-qty-wrap .btn-qty-count {
    width: 30px;
    height: 30px;
  }
  .cart-qty-wrap .cart-qty-input {
    width: 30px;
  }
}
.payment-method-wrap .payment-method {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
}
.payment-method-wrap .payment-method i {
  margin: 15px;
  font-size: 1.5rem;
  color: #878787;
}
.shipping-address-checkout {
  border: 1px solid #ff8559;
  display: inline-block;
  padding: 15px;
  border-radius: 3px;
  background: #ff85591c;
}
.shipping-address-checkout .shipping-name {
  font-weight: 500;
  font-size: 1rem;
}
.shipping-address-checkout .shipping-phone {
  font-weight: 600;
  font-size: 0.9rem;
}
.shipping-address-checkout .shipping-address {
  font-size: 0.9rem;
}
#order_remark {
  max-width: 500px;
}

/* Order Status  */

.order-status-dialog {
  display: flex;
  background-color: #ffffff;
  width: 100%;
  height: auto;
  min-height: 700px;
}
.order-status-dialog .status-content {
  min-width: 300px;
  text-align: center;
  margin: auto;
  /* margin-top: 50px; */
}
.order-status-dialog .status-content.success i {
  font-size: 5rem;
  color: #09c85c;
}
.order-status-dialog .status-content.error i {
  font-size: 5rem;
  color: #f44;
}
.order-status-dialog .status-content .status-info {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 50px;
  margin-top: 30px;
}
.status-dialog-options a {
  display: inline-block;
  padding: 5px 25px;
  border: 1px solid var(--con-main-color);
  border-radius: 3px;
  margin-left: 15px;
  color: var(--con-main-color);
  font-size: 0.9rem;
}
.msg-dialog-container {
  width: 350px;
  margin: auto;
  text-align: center;
}
.msg-dialog-container .dailog-img img {
  width: 150px;
  height: auto;
}
.order-detail-item {
  position: relative;
  display: flex;
  margin-bottom: 15px;
}
.order-detail-item .detail-image {
  width: 100px;
  height: 100px;
}
.order-detail-item .detail-title {
  width: 40%;
  font-size: 0.9rem;
  padding: 0px 15px;
}
.order-detail-item .detail-title a {
  color: #000000;
  font-size: 0.8rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: normal;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.order-detail-item .detail-title .sku-info {
  font-size: 0.8rem;
  color: #878787;
}
.order-detail-item .detail-price {
  width: 100px;
  text-align: center;
  font-size: 0.9rem;
  margin-left: auto;
}
.order-detail-item .detail-qty {
  width: 100px;
  text-align: center;
  font-size: 0.9rem;
}
.order-detail-item .detail-status {
  font-size: 0.9rem;
  color: #878787;
  width: 100px;
  text-align: right;
}
.order-detail-info {
  font-size: 0.9rem;
}
.order-detail-info .row-info {
  display: flex;
  align-items: center;
  height: 30px;
}
.order-detail-info .row-info .row-label {
  color: #878787;
  margin-right: 15px;
}
.order-detail-info .row-info .order-status {
  padding: 2px 10px;

  border-radius: 50px;
  font-size: 0.7rem;
  color: #fff;
}
.order-detail-info .row-info .order-status.pending {
  background-color: #fbbd00;
}

.order-detail-info .row-info .order-status.processing {
  background-color: #4dacec;
}
.order-detail-info .row-info .order-status.finished {
  background-color: #2cd676;
}
.order-detail-total-summary {
  display: block;
  font-size: 0.9rem;
}

.order-detail-total-summary .summary-align-block {
  width: 250px;
  margin-left: auto;
  display: flex;
}
.order-detail-total-summary .summary-align-block .summary-value {
  margin-left: auto;
  text-align: right;
  width: 150px;
  font-weight: 600;
  padding-right: 30px;
}
.order-detail-total-summary .summary-align-block .summary-label.total_order,
.order-detail-total-summary .summary-align-block .summary-value.total_order {
  color: var(--con-main-color);
  font-size: 1.4rem;
}

/* Pagination */
.container.pagination_wrap {
  padding: 0px;
  display: flex;
  justify-content: center;
}
.pagination {
  display: flex;
}
.pagination li {
  margin: 3px;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: flex;
}
.pagination li a {
  display: block;
  padding: 3px 10px;
  font-size: 0.9rem;
  background-color: #fff;
  text-align: center;
  border-radius: 3px;
  min-width: 30px;
  color: #000;
}
.pagination li.active a {
  background-color: var(--con-main-color);
  color: #ffffff;
}

.pagination li:hover {
  border-color: var(--con-main-color);
}

/* Share This */
.sharethis-inline-share-buttons {
  position: absolute;
  right: 15px;
  bottom: 0px;
  z-index: 99 !important;
}
#st-1 .st-btn {
  border: none !important;
  padding: 0px 5px !important;
}

/* Mobile View  */
/* @media (max-width:1200px){ */

.row.product-wrap {
  padding: 0px !important;
  margin: 0px;
}

.head_grid {
  min-height: 60px;
}

.main_search_wrap .input_border {
  padding: 1rem;
  position: relative;
  background: linear-gradient(to right, red, purple);
  padding: 2px;
  border-radius: 15px;
}

.main_search_wrap input {
  width: 100%;
  border-radius: 12px;
  padding-left: 15px;
  padding-right: 70px;
  font-size: 0.9rem;
  font-weight: 400;
  background-color: #ffffff;
}

.btn_search_head {
  border-radius: 11px;
  width: 60px;
  height: 40px;
  position: absolute;
  right: 4px;

  background: rgb(255, 104, 0);
  background: -moz-linear-gradient(
    90deg,
    rgba(255, 104, 0, 0.9990589985994398) 11%,
    rgba(241, 70, 109, 1) 58%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(255, 104, 0, 0.9990589985994398) 11%,
    rgba(241, 70, 109, 1) 58%
  );
  background: linear-gradient(
    90deg,
    rgba(255, 104, 0, 0.9990589985994398) 11%,
    rgba(241, 70, 109, 1) 58%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff6800",endColorstr="#f1466d",GradientType=1);
}

.hot_suggestion {
  display: none;
  position: absolute;
  width: 100%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  padding: 0px 15px;
}
.hot_suggestion.show {
  display: block;
}
.hot_suggestion span {
  display: block;
  color: #494949;
  position: relative;
  font-size: 0.9rem;
}
.hot_suggestion span[hot] {
  color: #ff6767;
  padding-left: 25px;
  font-weight: 600;
}
.hot_suggestion span[hot]::after {
  /* content: '🔥'; */
  padding: 0px 5px;
  content: "\f06d";
  font-family: "fontAwesome";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 13px;
  color: #ffffff;
  background-color: #ff6767;
  border-radius: 5px;
}

/* } */

@media (max-width: 1200px) {
  .shopping_cart_head {
    height: 60px;
  }
  .main_search_wrap input {
    height: 40px;
  }
  .btn_search_head {
    height: 36px;
  }
}

/*Feedback css*/
.btn_leave_feedback {
  display: block;
  position: absolute;
  right: 15px;
  bottom: 15px;
  border: 1px solid var(--con-main-color-ho);
  background-color: var(--con-main-color);
  color: #ffffff;
  font-size: 0.8rem;
  border-radius: 5px;
  padding: 5px 15px;
}
#customer_review {
  min-height: 700px;
}
#customer_review h3 {
  font-size: 1.1rem;
  font-weight: 600;
}

#customer_review .btn-default {
  font-size: 0.8rem;
  font-weight: 400;
  border: 1px solid #ccc;
  margin-bottom: 15px;
}
#customer_review .btn-default.active {
  background-color: #e9e9e9;
}

.text-yellow {
  color: #ffd800;
}
.text-grey {
  color: #ccc;
}

.wrap-rate-detail {
  position: relative;
  min-width: 100px;
  float: left;
  width: 400px;
  border: 0px solid #f00;
}
.wrap-rate-detail .rate-lists {
  display: flex;
  position: relative;
  margin-bottom: 8px;
  align-items: center;
}
@media (max-width: 740px) {
  .wrap-rate-detail {
    width: 300px;
  }
  .wrap-rate-detail .rate-lists {
    margin-bottom: 2px;
  }
}
.rate-title {
  position: relative;
  display: inline-block;
  width: 110px;
}
.rate-title i {
  font-size: 0.8rem;
}
.rate-graph {
  position: relative;
  display: inline-block;
  width: calc(100% - 150px);
  border: 0px solid #f00;
  margin-right: 10px;
}
.progress {
  position: relative;
  height: 15px !important;
  display: block;
  width: 100%;
  background-color: #acece6;
  background-color: #e8e8e8;
  border-radius: 2px;
  margin: 3px 0;
  overflow: hidden;
}
.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #029afb;
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
}
.rate-num {
  position: relative;
  display: inline-block;
  width: 30px;
  /* border: 1px solid #ccc; */
  text-align: center;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  font-size: 0.8rem;
}
.wrap-rate-score {
  position: relative;
  float: left;
  padding: 20px 0 0 20px;
  margin-right: 50px;
  margin-bottom: 30px;
}
.wrap-rate-score .box-star-score {
  /* border: 1px solid #ddd; */
  padding: 6px 10px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.wrap-rate-score span.bold {
  font-size: 30px;
  font-weight: bold;
}
.star-wrap {
  width: 90px;
  height: 16px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  display: block;
  float: right;
  margin-left: 10px;
  margin-top: 2px;
}

.sort-wrap {
  position: relative;
  background: #fff;
  font-size: 13px;
  overflow: hidden;
}
.sort-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  border: solid 1px #9f9f9f;
}
.sort-list li {
  border-left: solid 1px #9f9f9f;
  margin: 0 2px;
  display: table-cell;
  /* background-image: linear-gradient(to top, rgb(50, 101, 190) 0%,rgb(94, 130, 203) 100%); */
  background: #f2f2f2;
}
.sort-list li:first-child {
  border-left: none;
  width: 270px !important;
}
.sort-list li:first-child a {
  text-decoration: none;
  cursor: default;
}
.sort-list li a.active {
  color: #f00;
}
.sort-list li a {
  color: #9f9f9f;
  display: block;
  padding: 15px;
}

.feedback-list-wrap {
  padding: 0 20px;
  font-size: 13px;
  line-height: 18px;
}
.feedback-item {
  position: relative;
  padding: 15px 0 10px;
  min-height: 100px;
  padding-left: 125px;

  text-align: left;
}
.feedback-item .fb-main {
  border-bottom: 1px solid #eee;
}
.fb-user-info {
  position: absolute;
  top: 13px;
  left: 0;
  width: 125px;
  padding-right: 5px;
  font-weight: 600;
  font-size: 12px;
}
.feedback-list-wrap .user-country {
  padding-top: 10px;
  color: #999;
  height: 25px;
}
.feedback.empty {
  text-align: center;
  font-size: 1rem;
  line-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feedback.empty i {
  color: #0368e4;
  font-size: 1.5rem;
  margin-right: 5px;
}
.fb-main {
  padding-bottom: 15px;
  /* border-bottom: 1px solid #E9E9E9; */
}
.star-view {
  display: block;
}
.r-photo-list {
  display: inline-block;
}
.r-photo-list ul {
  padding: 10px 0 0;
}
.r-photo-list li {
  width: 50px;
  height: 50px;
  position: relative;
  list-style: none;
  margin: 0 10px 0 0;
  margin-right: 10px;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  cursor: pointer;
}
.r-photo-list li.selected {
  border: 1px solid #f60;
}
.r-photo-list li:after {
  content: "";
  display: none;
  position: absolute;
  left: 15px;
  bottom: -13px;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  border: transparent 6px dashed;
  border-top: 6px solid #f60;
}
.r-photo-list li.selected:after {
  display: block;
}
.r-photo-list li img {
  height: 48px;
  max-width: 48px !important;
}
.big-photo-view .photo-view-action > a {
  padding: 2px 5px;
  color: #cacdd0;
  font-size: 12px;
}
.big-photo-view .photo-view-action > a:hover {
  color: #f90;
}

.big-photo-view .photo-view-main {
  position: relative;
  overflow: hidden;
}
.big-photo-view .photo-view-action > a i {
  padding-right: 5px;
}
.big-photo-view {
  display: none;
  height: auto;
  max-width: 286px;
  border: 1px solid #e9e9e9;
}
.f-comment {
  display: block;
}
.f-comment a {
  cursor: pointer;
  text-decoration: none;
}
.fb-comment-form {
  padding: 15px 0;
  position: relative;
}
.fb-pic-box {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.fb-pic-box small {
  padding-left: 15px;
}
.fb-lb-pic-view {
  height: 30px;
  background: #ddd;
  text-align: center;
  padding: 6px;
  font-weight: 500;
  font-size: 11px;
  border: solid 1px #d4d4d4;
  border-radius: 4px;
}
.fb-lb-pic-view input {
  visibility: hidden;
  opacity: 0;
  width: 0;
}
.btn-fb-comment {
  margin-top: 15px;
  text-align: right;
}

.rating-group {
  display: inline-flex;
  align-items: center;
  margin-top: 6px;
}
.rating__icon {
  pointer-events: none;
}
.rating__input {
  position: absolute !important;
  opacity: 0;
  z-index: -1;
}
.rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 20px;
}
.rating__icon--star {
  color: #ffd800;
}
.rating__icon--none {
  color: #eee;
}
.rating__input--none:checked + .rating__label .rating__icon--none {
  color: red;
}
.rating__input:checked ~ .rating__label .rating__icon--star {
  color: #ddd;
}
.rating-group:hover .rating__label .rating__icon--star {
  color: #ffd800;
}
.rating__input:hover ~ .rating__label .rating__icon--star {
  color: #ddd;
}
.rating-group:hover
  .rating__input--none:not(:hover)
  + .rating__label
  .rating__icon--none {
  color: #eee;
}
.rating__input--none:hover + .rating__label .rating__icon--none {
  color: red;
}
.f-rate-info .pd-stat i {
  font-size: 0.8rem;
}
.box-star-score .pd-stat i {
  font-size: 1.5rem;
}
.buyer-feedback {
  font-size: 0.9rem;
  color: #757575;
}
.comment_date span {
  font-size: 0.8rem;
  color: #ccc;
}
.feedback_content {
  background-color: #ffffff;
  min-height: 500px;
}
.feedback-item-wrap {
  display: flex;
}
.feedback-item-wrap .feedback-thumb {
  width: 150px;
  height: auto;
}
.feedback-item-wrap .feedback-info {
  width: 50%;
  padding: 15px;
  font-size: 0.9rem;
}
.feedback-item-wrap .feedback-info a {
  color: #000;
}
.feedback-item-wrap .feedback-info small {
  color: #898989;
  font-size: 0.7rem;
}
.feedback_comments {
  width: 70%;
}
@media (max-width: 1200px) {
  .feedback-item-wrap .feedback-info {
    padding: 0px 15px;
    width: 100%;
  }
  .feedback_comments {
    width: 100%;
  }
}
.custom-file-container {
  max-width: 70%;
}
.multiple-upload-wrap .image-preview {
  background-image: none !important;
  background-color: #ffffff !important;
  border: 1px solid #ccc;
  border-style: dashed;
}

.loading_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgb(0, 0, 0, 40%);
  display: none;
  top: 0px;
  left: 0px;
  z-index: 9999;
}
.loading_bg::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("../files/loading-gif.gif");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  top: 50%;
  margin-top: -25px;
  background-size: 30px;
}
.loading_bg.show {
  display: block;
}
.load_more_progress {
  display: none;
  margin: auto;
  width: 50px;
  height: 50px;
  background-image: url("../files/loading-gif.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
}
.load_more_progress.show {
  display: block;
}
.home_grid_wrap {
  margin: -5px !important;
}
.home_grid_wrap .grid_divider {
  padding: 5px !important;
}

.home_grid_wrap .grid_group {
  background-color: #fff;
  border-radius: 15px;
  min-height: 200px;
  padding: 13px;
  background: rgb(117, 15, 255);
  background: -moz-linear-gradient(
    336deg,
    rgba(117, 15, 255, 0.15592174369747902) 11%,
    rgba(244, 150, 184, 0.486453956582633) 49%,
    rgba(160, 70, 241, 0.3379945728291317) 99%
  );
  background: -webkit-linear-gradient(
    336deg,
    rgba(117, 15, 255, 0.15592174369747902) 11%,
    rgba(244, 150, 184, 0.486453956582633) 49%,
    rgba(160, 70, 241, 0.3379945728291317) 99%
  );
  background: linear-gradient(
    336deg,
    rgba(117, 15, 255, 0.15592174369747902) 11%,
    rgba(244, 150, 184, 0.486453956582633) 49%,
    rgba(160, 70, 241, 0.3379945728291317) 99%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#750fff",endColorstr="#a046f1",GradientType=1);
}
@media (max-width: 740px) {
  .home_grid_wrap .grid_divider {
    width: 100% !important;
    padding: 0px !important;
    margin-bottom: 5px;
  }
  .grid_contents .grid_item {
    padding: 2px !important;
  }
  .home_grid_wrap .grid_group {
    padding: 5px;
  }
}
.grid_header {
  height: 40px;
  display: flex;
}
.grid_header .grid_title {
  font-size: 1rem;
  font-weight: 600;
}
.grid_header .left_block {
  display: flex;
  align-items: center;
}
.grid_header .right_block {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.grid_header .right_block a {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--con-main-color);
}
.grid_header .right_block a:hover {
  text-decoration: underline !important;
}
.flash_slae_img {
  width: 50px;
  height: 30px;
  background-image: url("../files/flash_bg-removebg-preview.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100px;
}
.grid_contents {
  --bs-gutter-x: 0.1rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.grid_contents .grid_item {
  width: 33.33%;
  padding: 5px;
}
.grid_item:hover .grid_item_image img {
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 40%);
  transition: 0.3s;
}
.grid_item .grid_item_image .shipping-label {
  border-bottom-left-radius: 10px !important;
}
.grid_contents .grid_item .grid_item_image {
  border-radius: 10px;
  position: relative;
  /* overflow: hidden; */
}
.grid_contents .grid_item .grid_item_image img {
  border-radius: 10px;
  transition: 0.3s;
  border: 1px solid #eee;
}
.grid_contents .grid_item .grid_item_description {
  width: 100%;
  position: relative;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 5px;
  background: rgb(255, 239, 239);
  background: -moz-linear-gradient(
    94deg,
    rgba(255, 239, 239, 1) 11%,
    rgba(241, 70, 127, 0.352000175070028) 90%
  );
  background: -webkit-linear-gradient(
    94deg,
    rgba(255, 239, 239, 1) 11%,
    rgba(241, 70, 127, 0.352000175070028) 90%
  );
  background: linear-gradient(
    94deg,
    rgba(255, 239, 239, 1) 11%,
    rgba(241, 70, 127, 0.352000175070028) 90%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffefef",endColorstr="#f1467f",GradientType=1);
}
.grid_group.feature {
  background: rgb(15, 255, 170);
  background: -moz-linear-gradient(
    336deg,
    rgba(15, 255, 170, 0.40802258403361347) 11%,
    rgba(244, 150, 150, 0.24275647759103647) 56%,
    rgba(230, 241, 70, 0.3379945728291317) 99%
  );
  background: -webkit-linear-gradient(
    336deg,
    rgba(15, 255, 170, 0.40802258403361347) 11%,
    rgba(244, 150, 150, 0.24275647759103647) 56%,
    rgba(230, 241, 70, 0.3379945728291317) 99%
  );
  background: linear-gradient(
    336deg,
    rgba(15, 255, 170, 0.40802258403361347) 11%,
    rgba(244, 150, 150, 0.24275647759103647) 56%,
    rgba(230, 241, 70, 0.3379945728291317) 99%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0fffaa",endColorstr="#e6f146",GradientType=1);
}
.grid_group.feature .grid_contents .grid_item .grid_item_description {
  background: rgb(222, 255, 243);
  background: -moz-linear-gradient(
    94deg,
    rgba(222, 255, 243, 1) 11%,
    rgba(70, 241, 180, 0.352000175070028) 90%
  );
  background: -webkit-linear-gradient(
    94deg,
    rgba(222, 255, 243, 1) 11%,
    rgba(70, 241, 180, 0.352000175070028) 90%
  );
  background: linear-gradient(
    94deg,
    rgba(222, 255, 243, 1) 11%,
    rgba(70, 241, 180, 0.352000175070028) 90%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#defff3",endColorstr="#46f1b4",GradientType=1);
}
.grid_group.new_arrival {
  background: rgb(15, 159, 255);
  background: -moz-linear-gradient(
    336deg,
    rgba(15, 159, 255, 0.40802258403361347) 11%,
    rgba(150, 213, 244, 0.24275647759103647) 49%,
    rgba(70, 204, 241, 0.3379945728291317) 99%
  );
  background: -webkit-linear-gradient(
    336deg,
    rgba(15, 159, 255, 0.40802258403361347) 11%,
    rgba(150, 213, 244, 0.24275647759103647) 49%,
    rgba(70, 204, 241, 0.3379945728291317) 99%
  );
  background: linear-gradient(
    336deg,
    rgba(15, 159, 255, 0.40802258403361347) 11%,
    rgba(150, 213, 244, 0.24275647759103647) 49%,
    rgba(70, 204, 241, 0.3379945728291317) 99%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0f9fff",endColorstr="#46ccf1",GradientType=1);
}
.grid_group.new_arrival .grid_contents .grid_item .grid_item_description {
  background: rgb(222, 243, 255);
  background: -moz-linear-gradient(
    94deg,
    rgba(222, 243, 255, 1) 11%,
    rgba(70, 145, 241, 0.352000175070028) 90%
  );
  background: -webkit-linear-gradient(
    94deg,
    rgba(222, 243, 255, 1) 11%,
    rgba(70, 145, 241, 0.352000175070028) 90%
  );
  background: linear-gradient(
    94deg,
    rgba(222, 243, 255, 1) 11%,
    rgba(70, 145, 241, 0.352000175070028) 90%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#def3ff",endColorstr="#4691f1",GradientType=1);
}
.grid_group.popular {
  background: rgb(255, 206, 15);
  background: -moz-linear-gradient(
    336deg,
    rgba(255, 206, 15, 0.40802258403361347) 11%,
    rgba(150, 213, 244, 0.24275647759103647) 49%,
    rgba(241, 154, 70, 0.3379945728291317) 99%
  );
  background: -webkit-linear-gradient(
    336deg,
    rgba(255, 206, 15, 0.40802258403361347) 11%,
    rgba(150, 213, 244, 0.24275647759103647) 49%,
    rgba(241, 154, 70, 0.3379945728291317) 99%
  );
  background: linear-gradient(
    336deg,
    rgba(255, 206, 15, 0.40802258403361347) 11%,
    rgba(150, 213, 244, 0.24275647759103647) 49%,
    rgba(241, 154, 70, 0.3379945728291317) 99%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffce0f",endColorstr="#f19a46",GradientType=1);
}
.grid_group.popular .grid_contents .grid_item .grid_item_description {
  background: rgb(255, 244, 222);
  background: -moz-linear-gradient(
    94deg,
    rgba(255, 244, 222, 1) 11%,
    rgba(241, 196, 70, 0.352000175070028) 90%
  );
  background: -webkit-linear-gradient(
    94deg,
    rgba(255, 244, 222, 1) 11%,
    rgba(241, 196, 70, 0.352000175070028) 90%
  );
  background: linear-gradient(
    94deg,
    rgba(255, 244, 222, 1) 11%,
    rgba(241, 196, 70, 0.352000175070028) 90%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff4de",endColorstr="#f1c446",GradientType=1);
}
.grid_contents .grid_item .grid_item_description .item_price {
  color: #ff4d4d;
  font-weight: bold;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  padding: 0px 5px;
}
.grid_contents .grid_item .grid_item_description .edge_label {
  margin-left: auto;
  width: 50px;
  height: 30px;
  position: relative;
  /* background: #ff4141; */
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  font-size: 0.7rem;
  padding-right: 5px;
  padding-left: 15px;
  font-weight: 500;
  /* border-radius: 30% 0% 0% 100% / 120% 0% 100% 0%; */
  background-image: url(../files//asdfasd.png);
  background-position: center;
  background-size: 60px;
  background-position-x: 0px;
  background-repeat: no-repeat;
}

.grid_contents .grid_item .grid_item_description .edge_label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 10px solid #f7c1cf;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  display: none;
}
.grid_group.feature
  .grid_contents
  .grid_item
  .grid_item_description
  .edge_label {
  /* background: #47c69a; */
  /* background-position: center; */
}
.grid_group.feature
  .grid_contents
  .grid_item
  .grid_item_description
  .edge_label::after {
  border-left: 10px solid #d2fcea;
}
.grid_group.feature
  .grid_contents
  .grid_item
  .grid_item_description
  .item_price {
  color: #1b9b78;
}
.grid_group.new_arrival
  .grid_contents
  .grid_item
  .grid_item_description
  .edge_label {
  /* background: #56aeff; */
  background-position-y: -158px;
}
.grid_group.new_arrival
  .grid_contents
  .grid_item
  .grid_item_description
  .edge_label::after {
  border-left: 10px solid #c7dffc;
}
.grid_group.new_arrival
  .grid_contents
  .grid_item
  .grid_item_description
  .item_price {
  color: #4685c0;
}

.grid_group.popular
  .grid_contents
  .grid_item
  .grid_item_description
  .edge_label {
  /* background: #ffc06b; */
  background-position-y: -11px;
}
.grid_group.popular
  .grid_contents
  .grid_item
  .grid_item_description
  .edge_label::after {
  border-left: 10px solid #fbedc9;
}
.grid_group.popular
  .grid_contents
  .grid_item
  .grid_item_description
  .item_price {
  color: #f0a13b;
}

.float_telegram {
  width: 40px;
  height: 40px;
  background-image: url("../files/telegram.png");
  background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  bottom: 65px;
  right: 30px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 50%;
  z-index: 999999;
}
.float_telegram:hover {
  box-shadow: 0px 3px 8px 0px rgb(0 0 0 / 40%);
  transition: 0.3s;
}
.pro_float_launcher,
.video_float_launcher {
  width: 100px;
  height: 110px;
  background-image: url("../files/free_gif_2.gif");
  background-size: 120px;
  max-width: 120px;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  bottom: 120px;
  right: 0px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 50%;
  z-index: 999999;
}
.video_float_launcher {
  bottom: 230px;
  background-size: 90px;
}
.lotti_float {
  position: fixed;
  right: 5px;
  bottom: 220px;
}
.body_inner_message {
  font-size: 1rem;
  display: flex;
  align-items: center;
}
.body_inner_message.center {
  justify-content: center;
}
.body_inner_message i {
  color: #0368e4;
  font-size: 1.5rem;
  margin-right: 5px;
}
.pop_peanik {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 10%;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  z-index: 9999999;
}
.pop_peanik img {
  width: auto;
  /* max-width: 1000px; */
  max-height: 900px;
  position: relative;
  z-index: 9999999;
  outline: 10px solid #f2f2f2;
  border-radius: 10px;
}

.pop_peanik .pop_bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgb(0 0 0 / 70%);
  top: 0px;
  left: 0px;
  z-index: 999;
}
.pop_peanik a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
}
.pop_peanik i {
  z-index: 999999999;
  display: block;
  position: relative;
  right: 45px;
  top: 0px;
  color: #000000;
  font-size: 1.2rem;
  cursor: pointer;
  padding: 15px;
  text-shadow: 0px 2px 3px #5b5b5b;
}
.pop_peanik .will-close {
  z-index: 99999999;
  display: block;
  position: relative;
  left: -60px;
  top: 12px;
  color: #000000;
  cursor: pointer;
  padding: 15px;
  width: 100px;
  margin-left: -140px;
  font-size: 0.6rem;
  background: rgb(250 250 250 / 70%);
  border-radius: 50px;
  padding: 5px;
  text-align: center;
  height: 25px;
}
@media (max-width: 1200px) {
  .pop_peanik img {
    width: 95%;
    height: auto;
    max-height: initial;
    left: 2.5%;
  }
  .pop_peanik a {
    display: block !important;
  }
  .pop_peanik i {
    right: 3% !important;
    position: absolute !important;
  }
  .pop_peanik .will-close {
    position: absolute;
    top: 12px;
    width: 110px;
    left: 93%;
  }
}
.new_blink {
  width: 30px;
  position: absolute;
  z-index: 99;
  top: 5px;
  right: 5px;
}
.new_blink img {
  width: 100%;
}
.visitor_wrap {
  color: #f2f2f2;
  font-size: 0.7rem;
  display: flex;
}
.visitor_wrap .row_counter {
  margin-right: 5px;
}
.video_list {
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .video_list {
    max-width: 50% !important;
    width: 50% !important;
  }
}
.video_item {
  display: block;
  justify-content: center;
  align-items: center;
  background-color: #000;
  border-radius: 13px;
  /* height: 100%; */
  position: relative;
  overflow: hidden;
  border: 5px solid #eee;
  transition: 0.3s;
}
.video_item:hover {
  transition: 0.3s;
}
.video_item:hover ::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.186734068627451) 11%,
    rgba(172, 172, 172, 0.09989933473389356) 49%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.186734068627451) 11%,
    rgba(172, 172, 172, 0.09989933473389356) 49%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.186734068627451) 11%,
    rgba(172, 172, 172, 0.09989933473389356) 49%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#acacac",GradientType=1);
  transition: 0.3s;
}
.video_item .bg {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.2;
}
.video_item a {
  z-index: 9999;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.play_icon {
  position: absolute;
  background-image: url("../files/play.png");
  width: 50px;
  height: 50px;
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50px;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  margin-top: -25px;
  box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 70%);
  background-color: #fff;
  opacity: 0.8;
}
.video_thumbnail img {
  width: 100%;
  /* height: auto; */
  height: 200px;
  object-fit: cover;
}
@media (max-width: 579px) {
  .video_thumbnail img {
    height: 170px;
  }
}
.video_info {
  margin-top: 15px;
}
.video_info .video_title {
  color: #3c3c3c;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 0.9rem;
  line-height: normal;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.relate_video_widget {
  background-color: #fafafa;
  border-radius: 10px;
  padding: 15px;
}
.relate_video_widget ul {
  padding: 0px;
}
.video_relate_item {
  list-style: none;
  padding: 10px 5px;
  border-radius: 10px;
  transition: 0.3s;
}
.video_relate_item:hover {
  background-color: #eee;
  transition: 0.3s;
}
.video_item_related {
  display: flex;
  align-items: center;
}
.relate_video_image {
  display: flex;
  width: 40%;
  height: 70px;
  border-radius: 7px;
  overflow: hidden;
  border: 1px solid #c8c8c8;
  background-color: #000;
}
.relate_video_image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.relate_video_title {
  max-width: 60%;
  padding: 0px 5px;
  color: #3c3c3c;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 0.8rem;
  line-height: normal;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pro_sub_title {
  display: block;
  font-size: 0.7rem;
  line-height: 20px !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #444444;
}

@media (max-width: 940px) {
  .iframe-container,
  .relate_video_widget {
    width: 100% !important;
  }
  .relate_video_image {
    max-width: 150px;
    height: 90px;
  }
  .relate_video_widget {
    margin-top: 50px !important;
    border-radius: 0px !important;
  }
  .pro_sub_title {
    height: auto;
  }
}
