:root {
  color-scheme: only light;
}

.outer5 {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.site-header-bottom-wrap .main-navigation {
  z-index: 99999;
}

.site-header-bottom-wrap .main-navigation .menu-main-container>ul>li>a {
  padding: 95px 40px;
}

.site-header-bottom-wrap .main-navigation .menu-main-container>ul>li>a:focus {
  outline: 0 !important;
}

.main-navigation ul li>ul {
  display: none;
}

.main-navigation ul li>.sub-menu.show {
  width: calc(100vw);
  position: fixed !important;
  left: calc(-20vw) !important;
  padding: 0 40px;
  z-index: -1;
  background: #fef9f5;
  display: flex;
  flex-wrap: wrap;
  box-shadow: none !important;
  border-bottom: 1px solid #D2D2D2;
}

.main-navigation ul li>ul li {
  width: calc(100% / 6 - (20px * 5 / 6));
  margin-right: 20px;
  margin-bottom: 24px;
}

.main-navigation ul li>ul li:nth-child(6n+6) {
  margin-right: 0;
}

.main-navigation ul li>ul li a {
  padding: 0 !important;
  width: 100%;
}

.main-navigation ul li>ul li a:after {
  display: none;
}

.main-navigation ul li>ul li a>span {
  display: block;
  width: 100%;
}

.main-navigation ul li>ul li a>span img {
  display: block;
  width: 100%;
}

.main-navigation ul li>ul li a>span.menu-img {
  margin-bottom: 20px;
}

.main-navigation ul li>ul li a>span.menu-title svg {
  position: relative;
  top: 2px;
  margin-left: 3px;
}

.main-navigation ul li>ul li a>span.menu-title svg path {
  fill: #000;
}

#masthead.change .site-header-bottom-wrap .main-navigation {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  background: #fef9f5;
  width: 80vw;
  height: 100vh;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 110px;
  padding-left: 20px;
}

#masthead.change .site-header-bottom-wrap .main-navigation ul {
  display: block;
}

#masthead.change .site-header-bottom-wrap .main-navigation .menu-main-container>ul>li>a {
  padding: 10px 0;
}

#masthead.change .site-header-bottom-wrap .main-navigation ul li a:after {
  display: none !important;
}

#masthead.change .site-header-bottom-wrap .site-header-control {
  z-index: 999999;
}

#masthead.change .site-header-bottom-wrap .site-header-control .search,
#masthead.change .site-header-bottom-wrap .site-header-control .menu-cart,
#masthead.change .site-header-bottom-wrap .site-header-control .account {
  display: none !important;
}

#masthead.change .site-header-bottom-wrap .main-navigation ul li>ul {
  display: none !important;
}

#masthead.change .site-header-bottom-wrap .main-navigation ul li>ul li {
  margin-right: 0;
  margin-bottom: 10px;
}

#masthead.change .site-header-bottom-wrap .main-navigation ul li {
  width: 100%;
}

#masthead.change .site-header-bottom-wrap .main-navigation ul li>.sub-menu.show {
  position: relative !important;
  left: 0 !important;
  padding: 0 20px !important;
  border-bottom: 0 !important;
  display: block !important;
  z-index: 9999 !important;
}

#masthead.change .site-header-bottom-wrap .main-navigation ul li>.sub-menu.show .menu-img {
  display: none !important;
}

#masthead.change .site-header-bottom-wrap .main-navigation ul li>.sub-menu.show .menu-title svg {
  display: none !important;
}

#masthead.change .site-header-bottom-wrap .main-navigation .menu-main-container {
  width: 100%;
}

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

.page-banner a {}

.page-banner a img {
  width: 100%;
  object-fit: cover;
}

.about-content {}

.about-content-wrap {}

.about-content-wrap .wrap-item {}

.about-content-wrap .wrap-item.full {
  margin-top: calc(100vw * 100 / 1920);
  margin-bottom: calc(100vw * 100 / 1920);
}

.about-content-wrap .wrap-item.full .item {}

.about-content-wrap .wrap-item.full .item .item-title {
  font-size: 24px;
  font-weight: 700;
  color: #262626;
  text-align: center;
  margin-bottom: 60px;
}

.about-content-wrap .wrap-item.full .item .item-content {
  text-align: center;
}

.about-content-wrap .wrap-item.hafl {
  margin-top: calc(100vw * 100 / 1920);
  margin-bottom: calc(100vw * 100 / 1920);
}

.about-content-wrap .wrap-item.hafl .item {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.about-content-wrap .wrap-item.hafl .item:last-child {
  margin-bottom: 0;
}

.about-content-wrap .wrap-item.hafl .item .item-image {
  width: 50%;
}

.about-content-wrap .wrap-item.hafl .item .item-content {
  width: 50%;
  text-align: left;
}

.about-content-wrap .wrap-item.hafl .item:nth-child(odd) {}

.about-content-wrap .wrap-item.hafl .item:nth-child(even) {}

.about-content-wrap .wrap-item.hafl .item:nth-child(odd) .item-image {
  order: 2;
}

.about-content-wrap .wrap-item.hafl .item:nth-child(odd) .item-content {
  order: 1;
  padding-right: 70px;
}

.about-content-wrap .wrap-item.hafl .item:nth-child(even) .item-image {
  order: 1;
}

.about-content-wrap .wrap-item.hafl .item:nth-child(even) .item-content {
  order: 2;
  padding-left: 70px;
}

.wrap-contact {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: calc(100vw * 220 / 1920);
}

.wrap-contact .info {
  width: calc(100% / 2 - (100vw * 43 / 1920));
  margin-right: calc(100vw * 86 / 1920);
}

.wrap-contact .info .title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: calc(100vw * 48 / 1920);
}

.wrap-contact .info .content {
  margin-bottom: calc(100vw * 48 / 1920);
}

.wrap-contact .info .form {}

.wrap-contact .info .form form {}

.wrap-contact .info .form form .wpforms-field-container {
  display: flex;
  flex-wrap: wrap;
}

.wrap-contact .info .form form .wpforms-field-name {
  width: calc(100% / 2 - (100vw * 24 / 1920));
  margin-right: calc(100vw * 48 / 1920);
}

.wrap-contact .info .form form .wpforms-field-email {
  width: calc(100% / 2 - (100vw * 24 / 1920));
}

.wrap-contact .info .form form .wpforms-field-textarea {
  width: 100%;
}

.wrap-contact .info .form form .wpforms-submit {
  color: #fff !important;
  background: #f494a7 !important;
  padding: 14px 70px !important;
  border: 1px solid #f494a7 !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  font-size: 16px !important;
  height: auto !important;
}

.wrap-contact .info .form form .wpforms-submit:hover {
  background: #fff !important;
  color: #f494a7 !important;
}

.wrap-contact .map {
  width: calc(100% / 2 - (100vw * 43 / 1920));
}

.wrap-contact .map img {}

.wrap-contact .map iframe {}

.blog-detail {
  margin-bottom: calc(100vw * 277 / 1920);
}

.blog-detail img {
  width: 100%;
}

.blog-detail .entry-blog-title {
  margin-bottom: calc(100vw * 60 / 1920);
}

.blog-listing {
  display: flex;
  flex-wrap: wrap;
}

.blog-listing .blog-item {
  width: calc(100% / 3 - (21px * 2 / 3));
  margin-right: 21px;
  margin-bottom: 60px;
}

.blog-listing .blog-item:nth-child(3n+3) {
  margin-right: 0;
}

.blog-listing .blog-item .blog-item-thumbnail {
  line-height: 0;
  margin-bottom: 22px;
}

.blog-listing .blog-item .blog-item-thumbnail a {}

.blog-listing .blog-item .blog-item-thumbnail a img {
  width: 100%;
}

.blog-listing .blog-item .blog-item-wrap {}

.blog-listing .blog-item .blog-item-wrap .time-on {
  margin-bottom: 12px;
}

.blog-listing .blog-item .blog-item-wrap .time-on .posted-on {}

.blog-listing .blog-item .blog-item-wrap .time-on .posted-on a {
  color: #808080;
  font-weight: 500;
}

.blog-listing .blog-item .blog-item-wrap .title {
  margin-bottom: 12px;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-listing .blog-item .blog-item-wrap .title a {}

.blog-listing .blog-item .blog-item-wrap .content {
  margin-bottom: 12px;
  color: #808080;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-listing .blog-item .blog-item-wrap .content p {}

.blog-listing .blog-item .blog-item-wrap .readmore {}

.blog-listing .blog-item .blog-item-wrap .readmore a {
  color: #555555;
  text-decoration: underline;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: calc(100vw * 177 / 1920);
  margin-bottom: calc(100vw * 54 / 1920);
  width: 100%;
}

.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 17.5px;
  margin: 0 6px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  color: #272727;
}

.pagination .page-numbers svg {
  height: 24px;
  width: 24px;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
  padding: 8px 10.5px;
}

.pagination .page-numbers.prev {
  transform: rotate(180deg);
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  background: #000;
  color: #fff;
}

.pagination .page-numbers.next:hover svg path,
.pagination .page-numbers.prev:hover svg path {
  stroke: #fff;
}

.blog-relate {
  margin-bottom: calc(100vw * 177 / 1920);
}

.blog-relate-title-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  margin-bottom: calc(100vw * 25 / 1920);
}

.blog-relate-title-wrap .title {
  max-width: 80%;
  font-size: 30px;
  color: #000;
  text-transform: uppercase;
}

.blog-relate-title-wrap .more {
  position: absolute;
  right: 0;
}

.blog-relate-title-wrap .more a {
  font-size: 18px;
  color: #555555;
  text-decoration: underline;
  text-transform: uppercase;
}

.blog-relate-listing {
  display: flex;
  flex-wrap: wrap;
}

.blog-relate-listing .blog-item {
  width: calc(100% / 3 - (21px * 2 / 3));
  margin-right: 21px;
  margin-bottom: 60px;
}

.blog-relate-listing .blog-item:nth-child(3n+3) {
  margin-right: 0;
}

.blog-relate-listing .blog-item .blog-item-thumbnail {
  line-height: 0;
  margin-bottom: 22px;
}

.blog-relate-listing .blog-item .blog-item-thumbnail a {}

.blog-relate-listing .blog-item .blog-item-thumbnail a img {
  width: 100%;
}

.blog-relate-listing .blog-item .blog-item-wrap {}

.blog-relate-listing .blog-item .blog-item-wrap .time-on {
  margin-bottom: 12px;
}

.blog-relate-listing .blog-item .blog-item-wrap .time-on .posted-on {}

.blog-relate-listing .blog-item .blog-item-wrap .time-on .posted-on a {
  color: #808080;
  font-weight: 500;
}

.blog-relate-listing .blog-item .blog-item-wrap .title {
  margin-bottom: 12px;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-relate-listing .blog-item .blog-item-wrap .title a {}

.blog-relate-listing .blog-item .blog-item-wrap .content {
  margin-bottom: 12px;
  color: #808080;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-relate-listing .blog-item .blog-item-wrap .content p {}

.blog-relate-listing .blog-item .blog-item-wrap .readmore {}

.blog-relate-listing .blog-item .blog-item-wrap .readmore a {
  color: #555555;
  text-decoration: underline;
}

.product-detail {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: calc(100vw * 160 / 1920);
}

.product-detail .thumb-slider {
  width: calc(55% - (100vw * 72 / 1920));
  margin-right: calc(100vw * 72 / 1920);
  display: flex;
  flex-wrap: wrap;
}

.product-detail .thumb-slider .thumb-lager {
  width: calc(75% - 15px);
  margin-left: 15px;
  height: 100vh;
  line-height: 0;
}

.product-detail .thumb-slider .thumb-lager img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail .thumb-slider .thumb-small {
  width: 25%;
  height: 100vh;
  line-height: 0;
}

.product-detail .thumb-slider .thumb-small img {
  width: 100%;
  height: calc(100vh / 3 - (20px * 2 / 3));
  margin-bottom: 20px;
  object-fit: cover;
  cursor: pointer;
}

.product-detail .thumb-slider .thumb-small img:nth-child(3n+3) {
  margin-bottom: 0;
}

.product-detail .product-info {
  width: 45%;
}

.product-detail .product-info .product-name {
  font-size: 40px;
  margin-bottom: 12px;
}

.product-detail .product-info .rating {
  padding-bottom: 24px;
  margin-bottom: 60px;
  border-bottom: 1px solid #BABABA;
}

.product-detail .product-info .price {
  font-size: 24px;
  margin-bottom: 40px;
}

.product-detail .product-info .product-description {
  color: #525252;
  margin-bottom: 28px;
}

.product-detail .product-info .product-attr {}

.product-detail .product-info .product-attr .product-attr-item {
  margin-bottom: 28px;
}

.product-detail .product-info .product-attr .product-attr-item .product-attr-item__label {
  font-weight: 700;
}

.product-detail .product-info .product-attr .product-attr-item .product-attr-item__att {}

.product-detail .product-info .product-attr .product-attr-item .product-attr-item__att .product-attr-item__att_item {
  cursor: pointer;
}

.product-detail .product-info .product-attr .product-attr-item.pa_size {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.product-detail .product-info .product-attr .product-attr-item.pa_size .product-attr-item__label {
  width: calc(25% - 20px);
  margin-right: 20px;
}

.product-detail .product-info .product-attr .product-attr-item.pa_size .product-attr-item__att {
  width: 75%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-detail .product-info .product-attr .product-attr-item.pa_size .product-attr-item__att .product-attr-item__att_item {
  padding: 10px 20px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  border: 1px solid #DCDCDC;
  cursor: pointer;
  margin: 0 10px;
}

.product-detail .product-info .product-attr .product-attr-item.pa_size .product-attr-item__att .product-attr-item__att_item.active,
.product-detail .product-info .product-attr .product-attr-item.pa_size .product-attr-item__att .product-attr-item__att_item:hover {
  color: #fff;
  border: 1px solid #F494A7;
  background: #F494A7;
}

.product-detail .product-info .product-attr .product-attr-item.pa_card-message {}

.product-detail .product-info .product-attr .product-attr-item.pa_card-message .product-attr-item__label {
  margin-bottom: 24px;
}

.product-detail .product-info .product-attr .product-attr-item.pa_card-message .product-attr-item__att {
  display: flex;
  flex-wrap: wrap;
}

.product-detail .product-info .product-attr .product-attr-item.pa_card-message .product-attr-item__att .product-attr-item__att_item {
  display: flex;
  align-items: center;
}

.product-detail .product-info .product-attr .product-attr-item.pa_card-message .product-attr-item__att .product-attr-item__att_item>span {
  display: block;
  margin-right: 20px;
}

.product-detail .product-info .product-attr .product-attr-item.pa_card-message .product-attr-item__att .product-attr-item__att_item .image {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 1px solid #BBBBBB;
  width: 44px;
  height: 44px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  cursor: pointer;
  background: #fff;
  margin-right: 20px;
}

.product-detail .product-info .product-attr .product-attr-item.pa_card-message .product-attr-item__att .product-attr-item__att_item.active .image,
.product-detail .product-info .product-attr .product-attr-item.pa_card-message .product-attr-item__att .product-attr-item__att_item:hover .image {
  border: 1px solid #FF9292;
}

.product-detail .product-info .product-attr .product-attr-item.pa_card-message .product-attr-item__att .product-attr-item__att_item .image img {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  width: 38px;
  height: 38px;
}

.product-detail .product-info .product-attr .product-attr-item.pa_card-message .product-attr-item__att .product-attr-item__att_item .name {}

.noted-single {
  margin-bottom: 28px;
}

.noted-single textarea {
  background: transparent;
  padding: 10px;
  color: #BBBBBB;
  border: 1px solid #BBBBBB;
}

.noted-single .count-text {
  text-align: right;
}

.product-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.product-action .qualtity {
  width: calc(30% - 20px);
  margin-right: 20px;
  padding: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 1px solid #bbb;
  height: 62px;
  font-size: 18px;
  position: relative;
}

.product-action .qualtity>span {
  display: flex;
  align-items: center;
}

.product-action .qualtity .desc {
  cursor: pointer;
  font-size: 24px;
  color: #C9C9C9;
  position: absolute;
  left: 20px;
}

.product-action .qualtity .desc svg path {
  stroke: #C9C9C9;
}

.product-action .qualtity .desc:hover {
  color: #343330;
}

.product-action .qualtity .desc:hover svg path {
  stroke: #343330;
}

.product-action .qualtity .number {
  font-size: 18px;
}

.product-action .qualtity .asc {
  cursor: pointer;
  font-size: 24px;
  color: #C9C9C9;
  position: absolute;
  right: 20px;
}

.product-action .qualtity .asc svg path {
  stroke: #C9C9C9;
}

.product-action .qualtity .asc:hover {
  color: #343330;
}

.product-action .qualtity .asc:hover svg path {
  stroke: #343330;
}

.product-action .add-to-cart {
  width: 70%;
  height: 62px;
  font-size: 18px;
}

.product-content {
  margin-top: calc(100vw * 80 / 1920);
}

.product-content .product-content-tab-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: calc(100vw * 30 / 1920);
}

.product-content .product-content-tab-header .product-content-tab-header-item {
  color: #9D9D9D;
  font-size: 18px;
  cursor: pointer;
  border-bottom: 1px solid #9D9D9D;
  width: 50%;
  padding: 10px;
  text-align: center;
  font-weight: 400;
}

.product-content .product-content-tab-header .product-content-tab-header-item.active {
  color: #F494A7;
  border-bottom: 1px solid #F494A7;
}

.product-content .product-content-tab-header .product-content-tab-header-item.item-0 {}

.product-content .product-content-tab-header .product-content-tab-header-item.item-1 {}

.product-content .product-content-tab-content {
  position: relative;
  padding-bottom: 50px;
}

.product-content .product-content-tab-content .product-content-tab-content-item {
  visibility: hidden;
  opacity: 0;
  z-index: -999;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 20;
  -webkit-box-orient: vertical;
  transition: 1s;
  -webkit-transition: 1s;
  -ms-transition: 1s;
}

.product-content .product-content-tab-content .product-content-tab-content-item.viewall {
  overflow: visible;
  display: block;
  transition: 1s;
  -webkit-transition: 1s;
  -ms-transition: 1s;
}

.product-content .product-content-tab-content .product-content-tab-content-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 20%;
  width: 100%;
  background-image: linear-gradient(to top, rgba(254, 249, 245, 1), rgba(254, 249, 245, 0.45));
}

.product-content .product-content-tab-content .product-content-tab-content-item.active {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  position: relative;
  min-height: 100px;
}

.product-content .product-content-tab-content .product-content-tab-content-item.active.viewall:after {
  display: none;
}

.product-content .product-content-tab-content .product-content-tab-content-item.active.viewall .more {
  display: none;
}

.product-content .product-content-tab-content .product-content-tab-content-item.item-0 {}

.product-content .product-content-tab-content .product-content-tab-content-item.item-1 {}

.product-content .product-content-tab-content .more {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  text-decoration: underline;
  font-weight: 400;
}

.product-content .product-content-tab-content.viewall .more {
  display: none;
}

.product-content .product-content-tab-content.viewall .product-content-tab-content-item:after {
  display: none;
}

.add-to-cart {
  padding: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 1px solid #bbb;
  cursor: pointer;
}

.add-to-cart>svg {
  margin-right: 20px;
}

.add-to-cart:hover {
  background: #000;
  color: #fff;
}

.add-to-cart:hover svg path {
  stroke: #fff;
}

.home-blog .home-blog-wrap .slider-blog .item .title,
.home-blog .home-blog-wrap .slider-blog .item .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#cart-popup .top .listing-cart .item .thumbnail img {
  height: auto;
}

.wrap-precheckout>.right .wrap-cart-title {
  margin-top: calc(100vw * 65 / 1920);
  margin-bottom: calc(100vw * 32 / 1920);
  padding: 0 20px;
  position: relative;
  z-index: 10;
}

.wrap-precheckout>.right .wrap-cart-title .title {
  position: relative;
}

.wrap-precheckout>.right .wrap-cart-title .title span {
  font-size: 2rem;
  font-weight: 700;
}

.wrap-precheckout>.right .wrap-cart-title .title .close {
  cursor: pointer;
  position: absolute;
  right: 0;
}

.wrap-precheckout>.right .top {
  height: 50vh;
  position: relative;
  z-index: 10;
}

.wrap-precheckout>.right .title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: calc(100vw * 24 / 1920);
}

.wrap-precheckout>.right .top .listing-cart {
  padding: 0 20px;
  height: 100%;
  overflow-y: scroll;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.wrap-precheckout>.right .top .listing-cart::-webkit-scrollbar {
  width: 6px;
}

.wrap-precheckout>.right .top .listing-cart::-webkit-scrollbar-track {
  background: rgba(215, 215, 215, 0.3);
}

.wrap-precheckout>.right .top .listing-cart::-webkit-scrollbar-thumb {
  background: #d7d7d7;
  border-radius: 50px;
  -ms-border-radius: 50px;
  -webkit-border-radius: 50px;
}

.wrap-precheckout>.right .top .listing-cart::-webkit-scrollbar-thumb:hover {
  background: #d7d7d7;
}

.wrap-precheckout>.right .top .listing-cart .item {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding-bottom: calc(100vw * 24 / 1920);
  margin-bottom: calc(100vw * 24 / 1920);
  border-bottom: 1px solid #d0d0d0;
}

.wrap-precheckout>.right .top .listing-cart .item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.wrap-precheckout>.right .top .listing-cart .item .thumbnail {
  width: calc(30% - calc(100vw * 24 / 1920));
  margin-right: calc(100vw * 24 / 1920);
}

.wrap-precheckout>.right .top .listing-cart .item .thumbnail img {
  width: 100%;
  object-fit: cover;
}

.wrap-precheckout>.right .top .listing-cart .item .wrap-item-detail {
  width: 70%;
  position: relative;
}

.wrap-precheckout>.right .top .listing-cart .item .wrap-item-detail .wrap-title {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.wrap-precheckout>.right .top .listing-cart .item .wrap-item-detail .wrap-title .title {
  width: calc(65% - (100vw * 24 / 1920));
  margin-right: calc(100vw * 24 / 1920);
  font-size: 16px;
}

.wrap-precheckout>.right .top .listing-cart .item .wrap-item-detail .wrap-title .delete {
  width: 35%;
  text-align: right;
  cursor: pointer;
}

.wrap-precheckout>.right .top .listing-cart .item .wrap-item-detail .wrap-attr {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.wrap-precheckout>.right .top .listing-cart .item .wrap-item-detail .wrap-attr .left {
  width: calc(65% - (100vw * 24 / 1920));
  margin-right: calc(100vw * 24 / 1920);
  position: relative;
}

.wrap-precheckout>.right .top .listing-cart .item .wrap-item-detail .wrap-attr .left .attr {
  margin-bottom: calc(100vw * 40 / 1920);
}

.wrap-precheckout>.right .top .listing-cart .item .wrap-item-detail .wrap-attr .left .attr .attr-item {
  font-size: 0.875rem;
  margin-bottom: calc(100vw * 16 / 1920);
}

.wrap-precheckout>.right .top .listing-cart .item .wrap-item-detail .wrap-attr .left .product-action .qualtity {
  width: 50%;
  margin-right: 0;
  font-size: 0.875rem;
  height: 40px;
  padding: 0;
}

.wrap-precheckout>.right .top .listing-cart .item .wrap-item-detail .wrap-attr .left .product-action .qualtity>span svg {
  width: 10px;
  height: 10px;
}

.wrap-precheckout>.right .top .listing-cart .item .wrap-item-detail .wrap-attr .left .product-action .qualtity .number {
  font-size: 0.875rem;
}

.wrap-precheckout>.right .top .listing-cart .item .wrap-item-detail .wrap-attr .right {
  width: 35%;
  position: relative;
}

.wrap-precheckout>.right .top .listing-cart .item .wrap-item-detail .wrap-attr .right .p-price {
  position: absolute;
  right: 0;
  bottom: 0;
}

.wrap-precheckout>.right .top .listing-cart .item .wrap-item-detail .wrap-qualtity {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.wrap-precheckout>.right .top .listing-cart .item .wrap-item-detail .wrap-qualtity .left {
  width: calc(65% - (100vw * 24 / 1920));
  margin-right: calc(100vw * 24 / 1920);
  position: relative;
}

.wrap-precheckout>.right .top .listing-cart .item .wrap-item-detail .wrap-qualtity .left .product-action .qualtity {
  width: 50%;
  margin-right: 0;
  font-size: 0.875rem;
  height: 40px;
  padding: 0;
}

.wrap-precheckout>.right .top .listing-cart .item .wrap-item-detail .wrap-qualtity .left .product-action .qualtity .desc {
  left: 12px;
}

.wrap-precheckout>.right .top .listing-cart .item .wrap-item-detail .wrap-qualtity .left .product-action .qualtity .asc {
  right: 12px;
}

.wrap-precheckout>.right .top .listing-cart .item .wrap-item-detail .wrap-qualtity .left .product-action .qualtity>span svg {
  width: 10px;
  height: 10px;
}

.wrap-precheckout>.right .top .listing-cart .item .wrap-item-detail .wrap-qualtity .left .product-action .qualtity .number {
  font-size: 0.875rem;
}

.wrap-precheckout>.right .top .listing-cart .item .wrap-item-detail .wrap-qualtity .right {
  width: 35%;
  position: relative;
}

.wrap-precheckout>.right .top .listing-cart .item .wrap-item-detail .wrap-qualtity .right .p-price {
  position: absolute;
  right: 0;
  bottom: 0;
}

.wrap-precheckout>.right .middle {
  padding: 20px;
  background: #ffeeee;
  margin-top: 32px;
  margin-bottom: 10px;
}

.wrap-precheckout>.right .middle .wrap-middle .cart-sub-total {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: calc(100vw * 16 / 1920);
}

.wrap-precheckout>.right .middle .wrap-middle .cart-sub-total .coll-left {
  width: calc(80% - (100vw * 24 / 1920));
  margin-right: calc(100vw * 24 / 1920);
}

.wrap-precheckout>.right .middle .wrap-middle .cart-sub-total .coll-left span {
  font-size: 0.875rem;
}

.wrap-precheckout>.right .middle .wrap-middle .cart-sub-total .coll-right {
  width: 20%;
  text-align: right;
}

.wrap-precheckout>.right .middle .wrap-middle .cart-coupon .cart-coupon-listing {
  margin-bottom: calc(100vw * 16 / 1920);
}

.wrap-precheckout>.right .middle .wrap-middle .cart-coupon .cart-coupon-listing .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.wrap-precheckout>.right .middle .wrap-middle .cart-coupon .cart-coupon-listing .item .lable {
  width: calc(40% - (100vw * 24 / 1920));
  margin-right: calc(100vw * 24 / 1920);
  font-size: 0.875rem;
}

.wrap-precheckout>.right .middle .wrap-middle .cart-coupon .cart-coupon-listing .item .coupon-name {
  width: calc(40% - (100vw * 24 / 1920));
  margin-right: calc(100vw * 24 / 1920);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.wrap-precheckout>.right .middle .wrap-middle .cart-coupon .cart-coupon-listing .item .coupon-name svg {
  margin-right: calc(100vw * 8 / 1920);
}

.wrap-precheckout>.right .middle .wrap-middle .cart-coupon .cart-coupon-listing .item .coupon-value {
  width: 20%;
  text-align: right;
}

.wrap-precheckout>.right .middle .wrap-middle .cart-coupon .cart-coupon-btn {
  margin-bottom: calc(100vw * 16 / 1920);
  text-align: center;
}

.wrap-precheckout>.right .middle .wrap-middle .cart-coupon .cart-coupon-btn:focus {
  outline: 0 !important;
}

.wrap-precheckout>.right .middle .wrap-middle .cart-coupon .cart-coupon-btn a {
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: underline;
}

.wrap-precheckout>.right .middle .wrap-middle .cart-coupon .cart-coupon-input {
  display: none;
}

.wrap-precheckout>.right .middle .wrap-middle .cart-coupon .cart-coupon-input .title {
  width: 100%;
  font-size: 0.875rem;
  color: #000;
  margin-bottom: calc(100vw * 16 / 1920);
}

.wrap-precheckout>.right .middle .wrap-middle .cart-coupon .cart-coupon-input .coupon-input {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.wrap-precheckout>.right .middle .wrap-middle .cart-coupon .cart-coupon-input .coupon-input input {
  font-family: Helvet, sans-serif;
  width: calc(60% - (100vw * 13 / 1920));
  margin-right: calc(100vw * 13 / 1920);
  background: #fff;
  border: 1px solid gainsboro;
  padding: 14px 16px;
  color: #000;
  border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}

.wrap-precheckout>.right .middle .wrap-middle .cart-coupon .cart-coupon-input .coupon-input input:focus {
  outline: 0 !important;
}

.wrap-precheckout>.right .middle .wrap-middle .cart-coupon .cart-coupon-input .coupon-input input::-ms-input-placeholder {
  color: gainsboro;
  font-family: Helvet, sans-serif;
  font-size: 0.875rem;
}

.wrap-precheckout>.right .middle .wrap-middle .cart-coupon .cart-coupon-input .coupon-input input::placeholder {
  color: gainsboro;
  font-family: Helvet, sans-serif;
  font-size: 0.875rem;
}

.wrap-precheckout>.right .middle .wrap-middle .cart-coupon .cart-coupon-input .coupon-input .add-coupon {
  width: 40%;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f494a7;
  color: #fff;
  border: 1px solid #f494a7;
  padding: 13px 16px;
  font-weight: 400;
}

.wrap-precheckout>.right .middle .wrap-middle .cart-coupon .cart-coupon-input .coupon-input .add-coupon:hover {
  color: #f494a7;
  background: #fff;
}

.wrap-precheckout>.right .bottom {
  padding: 20px 40px 20px 20px;
  background: #ffeeee;
  position: relative;
  z-index: 10;
}

.wrap-precheckout>.right .bottom .wrap-bottom .cart-total {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: calc(100vw * 16 / 1920);
}

.wrap-precheckout>.right .bottom .wrap-bottom .cart-total .coll-left {
  width: calc(80% - (100vw * 24 / 1920));
  margin-right: calc(100vw * 24 / 1920);
}

.wrap-precheckout>.right .bottom .wrap-bottom .cart-total .coll-left span {
  font-size: 0.875rem;
}

.wrap-precheckout>.right .bottom .wrap-bottom .cart-total .coll-right {
  width: 20%;
  text-align: right;
}

.wrap-precheckout>.right .bottom .wrap-bottom .proceed a {
  width: 100%;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f494a7;
  color: #fff;
  border: 1px solid #f494a7;
  padding: 13px 16px;
  font-weight: 400;
}

.wrap-precheckout>.right .bottom .wrap-bottom .proceed a:hover {
  color: #f494a7;
  background: #fff;
}

.wrap-precheckout>.right .p-price {
  font-weight: 700;
}

.wrap-precheckout>.right .coll-right,
.wrap-precheckout>.right .coupon-valuet {
  font-weight: 700;
}

.product-action .qualtity .number::-moz-selection {
  background: transparent !important;
}

.product-action .qualtity .number::selection {
  background: transparent !important;
}

.products .item {
  width: calc(100% / 4 - (28px * 3 / 4));
  margin-right: 28px;
  margin-bottom: 60px;
}

.products .item:nth-child(3n+3) {
  margin-right: 28px;
}

.products .item:nth-child(4n+4) {
  margin-right: 0;
}

.wrap-policy {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: calc(100vw * 150 / 1920);
}

.wrap-policy .nav-policy {
  width: calc(30% - (100vw * 50 / 1920));
  margin-right: calc(100vw * 50 / 1920);
}

.wrap-policy .nav-policy .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: calc(100vw * 34 / 1920);
}

.wrap-policy .nav-policy .items {}

.wrap-policy .nav-policy .items .item {
  padding: 9px;
  background: transparent;
  color: #8C8C8C;
  cursor: pointer;
  font-size: 16px;
}

.wrap-policy .nav-policy .items .item.active {
  background: #FBE9E8;
  color: #000;
  border-left: 2px solid #000;
}

.wrap-policy .nav-policy .items-title {
  background: #FBE9E8;
  color: #000;
  border-left: 2px solid #000;
  font-size: 16px;
  padding: 9px;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
}

.wrap-policy .nav-policy .items-title svg {
  position: absolute;
  right: 9px;
}

.wrap-policy .content-policy {
  width: 70%;
  position: relative;
  overflow: hidden;
}

.wrap-policy .content-policy .wrap-item {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  z-index: -99;
}

.wrap-policy .content-policy .wrap-item.active {
  position: relative;
  right: 0;
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  z-index: 10;
}

.wrap-policy .content-policy .wrap-item .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: calc(100vw * 34 / 1920);
}

.wrap-policy .content-policy .wrap-item .content {}

#signup .row-item {
  margin-bottom: 12px;
}

#signup .row-item .label {
  font-size: 0.75rem;
  text-transform: uppercase;
}

#signup .row-item .row-input input {
  width: 100%;
  border: 1px solid #c4c4c4;
  background: #fff;
  padding: 10px;
  color: #000;
  border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}

#signup .row-item .row-input input:focus {
  outline: 0 !important;
}

#signup .row-item.forgot {
  text-align: right;
  margin-bottom: 18px;
  margin-top: 28px;
}

#signup .row-item.forgot a {
  color: #5b5b5b;
  font-size: 0.875rem;
}

#signup .row-submit {
  margin-bottom: 21px;
}

#signup .row-submit input {
  width: 100%;
  padding: 18px;
  border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  color: #fff !important;
  background: #f494a7 !important;
  border: 1px solid #f494a7 !important;
  text-align: center;
  cursor: pointer;
  font-family: Helvet, sans-serif;
}

#signup .row-submit input:hover {
  background: #fff !important;
  color: #f494a7 !important;
}

.signin-redirect {
  text-align: center;
}

.signin-redirect a {
  font-size: 0.875rem;
  color: #1c1e20;
  text-decoration: underline;
}

.signup-redirect {
  text-align: center;
  font-size: 0.875rem;
  color: #1c1e20;
}

.page-wrap-signinup {
  padding-top: 20px;
  padding-bottom: 100px;
  width: 25%;
  margin-left: auto;
  margin-right: auto;
}

.page-wrap-signinup .wrap-signin-title {
  font-size: 24px;
  margin-bottom: calc(100vw * 24 / 1920);
  text-align: center;
}

.page-wrap-signinup .wrap-signin-desc {
  color: #8A8A8A;
  font-size: 14px;
  text-align: center;
  margin-bottom: calc(100vw * 24 / 1920);
}

.woocommerce-products-header .sub-category .item {
  position: relative;
}

.woocommerce-products-header .sub-category .item.active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #b66878;
}

.wc-block-components-checkout-place-order-button {
  width: 100%;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f494a7;
  color: #fff;
  border: 1px solid #f494a7;
  padding: 13px 16px;
  font-weight: 400;
}

.wc-block-components-checkout-place-order-button:hover {
  color: #f494a7;
  background: #fff;
}

.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
  width: 100% !important;
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
  width: 100%;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f494a7;
  color: #fff;
  border: 1px solid #f494a7;
  padding: 13px 16px;
  font-weight: 400;
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:hover {
  color: #f494a7;
  background: #fff;
}

#post-316 .entry-title {
  display: none;
}

.wp-block-woocommerce-checkout-express-payment-block {
  display: none;
}

.wc-block-components-checkout-return-to-cart-button {
  display: none;
}

.wrap-count {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: calc(100vw * 32 / 1920);
}

.product-category-count {
  width: calc(50% - 20px);
  margin-right: 20px;
  margin-bottom: 0;
}

.product-category-filter {
  width: calc(50% - 20px);
  margin-left: 20px;
  text-align: right;
}

.product-category-filter select {
  background: transparent;
  padding: 4px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}

#results-filter {
  min-height: 300px;
}

.menu-account {
  background: rgba(255, 214, 214, 0.3);
  margin-top: -50px;
  padding: 16px 0;
  z-index: 999;
  position: relative;
}

.main-account-title {
  margin-top: 50px;
  margin-bottom: 23px;
}

.menu-account-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.menu-account-wrap .item {
  margin-right: 40px;
}

.menu-account-wrap .item a {
  color: #848484;
  padding: 12px 20px;
  text-align: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}

.menu-account-wrap .item.active {}

.menu-account-wrap .item.active a,
.menu-account-wrap .item:hover a {
  color: #000;
  background: rgba(255, 214, 214, 1);
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}

#order-history {}

#order-history .tbl-orders {
  font-size: 16px;
}

#order-history .tbl-orders .tbl-header {
  font-size: 12px;
  background: #fff;
}

#order-history .tbl-orders .tbl-body {}

#order-history .tbl-orders .tbl-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 1px solid rgba(231, 231, 231, 1);
}

#order-history .tbl-orders .tbl-row:last-child {
  border-bottom: 0;
}

#order-history .tbl-orders .tbl-col {
  padding: 29px 0 29px 26px;
  text-align: center;
}

#order-history .tbl-orders .tbl-col:nth-child(1) {
  width: 40%;
  text-align: left;
}

#order-history .tbl-orders .tbl-col:nth-child(2) {
  width: 20%;
}

#order-history .tbl-orders .tbl-col:nth-child(3) {
  width: 20%;
  font-size: 14px;
  color: #53595F;
}

#order-history .tbl-orders .tbl-col:nth-child(4) {
  width: 20%;
  font-size: 14px;
  text-transform: capitalize;
  padding: 29px 26px;
}

#order-history .tbl-orders .tbl-col.c-green {
  color: #009E3A;
}

#order-history .tbl-orders .tbl-col.c-red {
  color: #FF645A;
}

#order-history .tbl-orders .tbl-col.c-yellow {
  color: #FFC738;
}

#order-history .tbl-orders .tbl-col .order-num {
  margin-bottom: 20px;
}

#order-history .tbl-orders .tbl-col .order-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#order-history .tbl-orders .tbl-col .order-items .order-item {
  width: calc(100% / 4 - (16px * 3 / 4));
  margin-right: 16px;
  margin-bottom: 8px;
}

#order-history .tbl-orders .tbl-col .order-items .order-item:nth-child(4n+4) {
  margin-right: 0;
}

#order-history .tbl-orders .tbl-col .order-items .order-item.last {
  position: relative;
}

#order-history .tbl-orders .tbl-col .order-items .order-item.last>span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

#order-history .tbl-orders .tbl-col .order-items .order-item .thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#order-history .tbl-orders .tbl-header .tbl-col {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  padding: 10px 26px;
}

.site-account .pagination {
  margin-top: calc(100vw * 88 / 1920);
  margin-bottom: calc(100vw * 48 / 1920);
}

.site-account .pagination .page-numbers svg {
  height: auto;
  width: auto;
}

#updateUser {
  margin-top: calc(100vw * 71 / 1920);
  margin-bottom: calc(100vw * 238 / 1920);
}

#updateUser .wrap-input {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: calc(100vw * 47 / 1920);
}

#updateUser .wrap-input .item {
  width: calc(100% / 2 - (20px * 1 / 2));
  margin-right: 20px;
  margin-bottom: 20px;
}

#updateUser .wrap-input .item:nth-child(2n+2) {
  margin-right: 0;
}

#updateUser .wrap-input .item label {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  font-size: 12px;
  text-transform: uppercase;
}

#updateUser .wrap-input .item input {
  width: 100%;
  padding: 12px 24px;
  background: #fff;
}

#updateUser .multi-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

#updateUser .multi-btn a {
  border: 1px solid #F494A7;
  color: #F494A7;
  padding: 14px 29px;
  display: inline-block;
  margin-left: 9px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}

#updateUser .multi-btn a:hover {
  border: 1px solid #F494A7;
  color: #fff;
  background: #F494A7;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}

.wrap-lost-password {
  text-align: center;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: calc(100vw * 238 / 1920);
}

.lost-password-title {
  font-size: 24px;
  margin-bottom: calc(100vw * 24 / 1920);
}

.wrap-lost-password label {
  display: block;
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  text-align: left;
  margin-top: calc(100vw * 24 / 1920);
  margin-bottom: 5px;
  color: #000;
}

.wrap-lost-password input {
  width: 100%;
  padding: 12px 24px;
  background: #fff;
  margin-bottom: 20px;
}

.wrap-lost-password form p {
  font-size: 14px;
  color: #8A8A8A;
  margin-bottom: 5px;
}

.wrap-lost-password button {
  border: 1px solid #F494A7 !important;
  color: #F494A7 !important;
  padding: 18px 29px !important;
  display: inline-block !important;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  width: 100% !important;
  background: transparent !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 24px;
}

.wrap-lost-password button:hover {
  border: 1px solid #F494A7 !important;
  color: #fff !important;
  background: #F494A7 !important;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}

#order-info-detail {
  margin-bottom: calc(100vw * 120 / 1920);
}

#order-info-detail .wrap-info-detail {
  display: flex;
  flex-wrap: wrap;
}

#order-info-detail .wrap-info-detail .order-info-item {
  width: calc(100% / 3 - (20px * 2 / 3));
  margin-right: 20px;
  padding: 20px;
  border: 1px solid #D9D9D9;
}

#order-info-detail .wrap-info-detail .order-info-item:nth-child(3n+3) {
  margin-right: 0;
}

#order-info-detail .wrap-info-detail .order-info-item .order-subtitle {
  font-size: 16px;
  color: #787878;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
}

#order-info-detail .wrap-info-detail .order-info-item .order-subcontent {
  color: #000000;
}

.main-account .order-subtitle {}

.main-account .order-subcontent {}

.main-account .order-subcontent .order-number {}

.main-account .order-subcontent .order-date {}

.main-account .order-subcontent .order-status {}

.main-account .order-subcontent .order-status .c-green {
  color: #009E3A;
}

.main-account .order-subcontent .order-status .c-red {
  color: #FF645A;
}

.main-account .order-subcontent .order-status .c-yellow {
  color: #FFC738;
}

.main-account .order-subcontent .lab {
  color: #ABABAB;
}

.main-account .order-subcontent .text {}

.main-account .order-subcontent .order-subcontent-content {
  margin-bottom: 20px;
}

.main-account .order-subcontent .order-subcontent-method {}

.order-detail-infomation-title {
  margin-top: 40px;
  margin-bottom: 32px;
}

.order-detail-items {}

.order-detail-items .tbl-orders {}

.order-detail-items .tbl-orders .tbl-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.order-detail-items .tbl-orders .tbl-row .tbl-col {
  padding: 29px 32px;
  text-align: center;
}

.order-detail-items .tbl-orders .tbl-row .tbl-col:nth-child(1) {
  text-align: left;
  width: 60%;
}

.order-detail-items .tbl-orders .tbl-row .tbl-col:nth-child(2) {
  width: 20%;
}

.order-detail-items .tbl-orders .tbl-row .tbl-col:nth-child(3) {
  width: 20%;
  text-align: right;
}

.order-detail-items .tbl-orders .tbl-header {
  background: #fff;
}

.order-detail-items .tbl-orders .tbl-header .tbl-row {}

.order-detail-items .tbl-orders .tbl-header .tbl-row .tbl-col {
  padding: 10px 32px;
  font-size: 12px;
  text-transform: uppercase;
}

.order-detail-items .tbl-orders .tbl-body {}

.order-detail-items .tbl-orders .tbl-body .tbl-row {
  padding: 32px 0;
  border-bottom: 1px solid #E7E7E7;
}

.order-detail-items .tbl-orders .tbl-body .tbl-row:last-child {
  border-bottom: 0;
}

.order-detail-items .tbl-orders .tbl-body .tbl-row .tbl-col {}

.order-detail-items .tbl-orders .tbl-body .tbl-row .tbl-col .wrap-in-col {
  display: flex;
  flex-wrap: wrap;
}

.order-detail-items .tbl-orders .tbl-body .tbl-row .tbl-col .wrap-in-col .thumbnail {
  width: 20%;
  margin-right: 20px;
}

.order-detail-items .tbl-orders .tbl-body .tbl-row .tbl-col .wrap-in-col .thumbnail img {
  width: 100%;
  object-fit: cover;
}

.order-detail-items .tbl-orders .tbl-body .tbl-row .tbl-col .wrap-in-col .info-product {
  width: 50%;
}

.order-detail-items .tbl-orders .tbl-body .tbl-row .tbl-col .wrap-in-col .info-product .wrap-title {
  margin-bottom: 16px;
}

.order-detail-items .tbl-orders .tbl-body .tbl-row .tbl-col .wrap-in-col .info-product .wrap-title .title {}

.order-detail-items .tbl-orders .tbl-body .tbl-row .tbl-col .wrap-in-col .info-product .wrap-title .title a {
  font-size: 16px;
  color: #000;
}

.order-detail-items .tbl-orders .tbl-body .tbl-row .tbl-col .wrap-in-col .info-product .wrap-attr {}

.order-detail-items .tbl-orders .tbl-body .tbl-row .tbl-col .wrap-in-col .info-product .wrap-attr .attr {
  font-size: 14px;
}

.order-detail-info-payment {
  padding: 20px 32px;
  background: #FFEEEE;
  margin-bottom: 40px;
}

.order-detail-info-payment>div {
  padding: 8px 0;
  display: flex;
  flex-wrap: wrap;
}

.order-detail-info-payment .order-detail-subtotal {
  padding-top: 0;
}

.order-detail-info-payment .lab {
  font-size: 14px;
  width: 80%;
}

.order-detail-info-payment .text {
  width: 20%;
  text-align: right;
}

.order-detail-info-payment .order-detail-delivery {}

.order-detail-info-payment .order-detail-coupon {
  padding-bottom: 16px;
}

.order-detail-info-payment .order-detail-total {
  padding-top: 16px;
  border-top: 1px solid #D0D0D0;
  padding-bottom: 0;
}

.order-detail-note {
  margin-bottom: 40px;
}

.order-detail-note .lab {
  color: #ABABAB;
}

.order-detail-note .text {}

.main-account .help {}

.main-account .help a {
  text-decoration: underline;
}

#cart-popup .empty-cart {
  padding: 0 20px;
}

.woocommerce-order-received h1.entry-title {
  display: none;
}
.woocommerce-order-received .edit-link {
  display: none !important;
}

.wrap-thankyou {
  text-align: center;
  margin-bottom: calc(100vw * 115 / 1920);
}

.wrap-thankyou .icon-received {
  margin-bottom: 42px;
}

.wrap-thankyou .title-received {
  font-size: 24px;
  font-weight: 700;
}

.wrap-thankyou .title-received.success {
  color: rgba(0, 158, 58, 1);
}

.wrap-thankyou .title-received.failed {
  color: rgba(237, 29, 29, 1);
}

.wrap-thankyou .description-received {
  color: rgba(111, 118, 126, 1);
  font-size: 14px;
}

.wrap-thankyou .description-received span {
  color: #000;
  text-transform: uppercase;
}

.wrap-thankyou .text-received {
  color: rgba(111, 118, 126, 1);
  font-size: 14px;
}

.wrap-thankyou .btn-received {
  margin-top: 63px;
}

.wrap-thankyou .btn-received a {
  max-width: 380px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
  background: #f494a7;
  padding: 14px 80px;
  border: 1px solid #f494a7;
  margin-bottom: 8px;
  font-size: 14px;
}
.wrap-thankyou .btn-received a:hover {
  background: #fff;
  color: #f494a7;
}

.wrap-thankyou .redirect-received {}
.wrap-thankyou .redirect-received a{
  max-width: 380px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 14px 80px;
  font-size: 14px;
}

#slider .slick-track{
  display: flex;
  align-items: center;
}

.wc-block-components-totals-coupon{
	text-align: center;
}

.wc-block-components-totals-coupon a{
	font-size: 0.875rem;
    font-weight: 700;
    text-decoration: underline;
	text-transform: lowercase;
	position: relative;
	padding-left: 10px;
}
.wc-block-components-totals-coupon a:before{
	content: "+";
	position: absolute;
	left: 0;
	top: -2px;
	font-family: Helvet, sans-serif;
}
.wc-block-components-totals-coupon__content form{
	width: 100%;
}
.wc-block-components-totals-coupon__content form .wc-block-components-totals-coupon__input{
	width: 60%;
}
.wc-block-components-totals-coupon__content form .wc-block-components-totals-coupon__input input{
	width: 100%;
	font-family: Helvet, sans-serif;
    margin-right: calc(100vw* 13 / 1920);
    background: #fff;
    border: 1px solid gainsboro;
    padding: 14px 16px;
    color: #000;
    border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}
.wc-block-components-totals-coupon__content form .wc-block-components-totals-coupon__input input:focus{
	outline: 0 !important;
}
.wc-block-components-totals-coupon__content form .wc-block-components-totals-coupon__button{
	width: 40%;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f494a7;
    color: #fff;
    border: 1px solid #f494a7;
    padding: 13px 16px;
    font-weight: 400;
}

.site-footer .site-info .site-info-wrap .item.information .subcribe > input:focus{
	outline: none !important;
}
.site-footer .site-info .site-info-wrap .item.information .error{
	font-size: 12px;
	margin-top: 5px;
	color: #ED1D1D;
}

@media only screen and (max-width: 820px) {
  .outer2 {
    max-width: calc(100% - 40px);
  }

  .outer3 {
    max-width: calc(100% - 40px);
  }

  .site-header-bottom-wrap .site-branding img {
    max-width: 200px;
    top: 16px;
    position: relative;
    max-height: none;
  }

  .page-template-home .site-header-bottom-wrap .site-branding img {
    max-height: 130px;
  }

  .site-header-bottom-wrap .site-header-control {
    transform: translateY(10px);
  }

  .page-template-home .site-header-bottom-wrap .site-header-control {
    transform: translateY(30px);
  }

  .woocommerce-products-header .woocommerce-category-title {
    font-size: 16px;
  }

  .woocommerce-products-header .sub-category .item a {
    font-size: 14px;
  }

  .woocommerce-products-header .sub-category {
    width: calc(100% - 20px) !important;
    margin-right: 0;
    margin-left: auto;
  }

  .woocommerce-products-header .sub-category .item {
    margin: 0 10px;
  }

  .products .item {
    width: calc(100% / 2 - (20px * 1 / 2));
    margin-right: 20px;
    margin-bottom: 24px;
    border: 0;
  }

  .products .item:nth-child(3n+3) {
    margin-right: 20px;
  }

  .products .item:nth-child(2n+2) {
    margin-right: 0;
  }

  .products .item a>img {
    margin-bottom: 12px;
  }

  .products .item a span.info {
    padding: 0 0 12px;
  }

  .products .item a span.title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 4px;
  }

  .products .item a span.title,
  .products .item a span.price,
  .products .item a span,
  .home-best-seller .home-best-seller-wrap #slider-bestsale .item a span,
  .home-product-listing .home-product-listing-wrap #render-signature .item a span {
    font-size: 12px;
  }

  .products .item a span.rating {
    margin-bottom: 4px;
  }

  .products .item a span.info .wrap-p-title {
    width: 100%;
  }

  .products .item a span.info .p-cart {
    display: none;
  }

  .products .item a .rating svg {
    width: 18px;
    height: 18px;
  }

  .home-best-seller .home-best-seller-wrap #slider-bestsale .item a span.title,
  .home-product-listing .home-product-listing-wrap #render-signature .item a span.title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    display: block;
  }

  .pagination .page-numbers.next,
  .pagination .page-numbers.prev {
    padding: 0;
  }

  .about-content-wrap .wrap-item.full .item .item-title {
    font-size: 16px;
  }

  .about-content-wrap .wrap-item.hafl .item:nth-child(odd) .item-content {
    padding-right: 20px;
  }

  .about-content-wrap .wrap-item.hafl .item:nth-child(even) .item-content {
    padding-left: 20px;
  }

  .product-detail .thumb-slider {
    width: 100%;
    margin-right: 0;
  }

  .product-detail .thumb-slider .thumb-lager {
    width: 100%;
    margin-left: 0;
    height: auto;
  }

  .product-detail .thumb-slider .thumb-slider-mb {
    width: 100%;
  }

  .product-detail .thumb-slider .thumb-slider-mb .slick-dots {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    list-style-type: none;
    height: 4px;
    width: 100%;
    display: flex;
  }

  .product-detail .thumb-slider .thumb-slider-mb .slick-dots li {
    height: 4px;
    width: calc(100% / 3);
  }

  .product-detail .thumb-slider .thumb-slider-mb .slick-dots li button {
    background: transparent !important;
    border: 0 !important;
    font-size: 0 !important;
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
  }

  .product-detail .thumb-slider .thumb-slider-mb .slick-dots li.slick-active button {
    background: #F494A7 !important;
  }

  .product-detail .product-info {
    width: 100%;
  }

  .product-detail .product-info .product-name {
    font-size: 18px;
  }

  .product-detail .product-info .price {
    font-size: 16px;
  }

  .product-detail .thumb-slider {
    margin-bottom: 28px;
  }

  .product-detail .product-info .rating {
    padding-bottom: 20px;
    margin-bottom: 28px;
  }

  .product-detail .product-info .rating svg {
    width: 16px;
    height: 16px;
  }

  .product-detail .product-info .product-attr .product-attr-item.pa_card-message .product-attr-item__label {
    margin-bottom: 12px;
  }

  .product-detail .product-info .product-attr .product-attr-item.pa_size .product-attr-item__label {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }

  .product-detail .product-info .product-attr .product-attr-item.pa_size .product-attr-item__att {
    width: 100%;
    justify-content: flex-start;
  }

  .product-detail .product-info .product-attr .product-attr-item.pa_size .product-attr-item__att .product-attr-item__att_item {
    margin: 0 10px 0 0;
  }

  .noted-single {
    margin-bottom: 40px;
  }

  .product-action .qualtity {
    font-size: 12px;
    padding: 8px;
    height: 44px;
  }

  .product-action .qualtity .number {
    font-size: 12px;
  }

  .product-action .qualtity .desc {
    left: 12px;
  }

  .product-action .qualtity .desc svg {
    width: 16px;
    height: 16px;
  }

  .product-action .qualtity .asc {
    right: 12px;
  }

  .product-action .qualtity .asc svg {
    width: 16px;
    height: 16px;
  }

  .product-action .add-to-cart {
    font-size: 12px;
    height: 44px;
  }

  .add-to-cart {
    padding: 8px;
  }

  .add-to-cart>svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    position: relative;
    top: -2px;
  }

  .product-content .product-content-tab-content .product-content-tab-content-item {
    -webkit-line-clamp: 8;
  }

  .product-content .product-content-tab-header .product-content-tab-header-item {
    font-size: 12px;
  }

  .product-content .product-content-tab-content .product-content-tab-content-item:after {
    height: 50%;
  }

  #cart-popup {
    width: 100%;
    background: #fef9f5;
    height: 80vh;
  }

  #cart-popup .bottom {
    padding: 20px;
  }

  #cart-popup .bottom .wrap-bottom {
    display: flex;
    flex-wrap: wrap;
  }

  .site-header-top {
    display: none;
  }

  .page-template-home .site-header-top {
    display: flex;
  }

  #cart-popup .wrap-cart-title .title {
    text-align: center;
  }

  #cart-popup .wrap-cart-title .title span {
    font-size: 18px;
    text-align: center;
  }

  #cart-popup .bottom {
    background: #fff;
  }

  #cart-popup {
    top: auto;
    bottom: 0;
  }

  #cart-popup .bottom .wrap-bottom .cart-total {
    width: 25%;
    margin-bottom: 0;
  }

  #cart-popup .bottom .wrap-bottom .cart-action {
    width: calc(75% - 20px);
    margin-left: 20px;
  }

  #cart-popup .bottom .wrap-bottom .cart-total .coll-left {
    width: 100%;
    margin-right: 0;
  }

  #cart-popup .bottom .wrap-bottom .cart-total .coll-right {
    width: 100%;
    text-align: left;
    font-size: 16px;
  }

  .wrap-policy .nav-policy {
    margin-bottom: 32px;
    width: 100%;
    margin-right: 0;
    position: relative;
  }

  .wrap-policy .content-policy {
    width: 100%;
  }

  .wrap-policy .nav-policy .title,
  .wrap-policy .content-policy .wrap-item .title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
  }

  .wrap-policy .nav-policy .items {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    background: #fef9f5;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
  }

  .wrap-policy .nav-policy .items.show {
    visibility: visible;
    opacity: 1;
    z-index: 99;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
  }

  .wrap-policy .nav-policy .items .item.active {
    background: transparent;
    color: #8C8C8C;
    border-left: 0 solid #000;
  }

  .wrap-policy .nav-policy .items-title {
    display: flex;
  }

  .page-wrap-signinup {
    width: 90%;
  }
}
