.elementor-section .elementor-container.wpshare247-flex-wrap{
	flex-wrap: wrap;
}
.elementor-container.wpshare247-flex-wrap{
	display: flex;
    flex-wrap: wrap;
}

.wpshare247-elementor-addon a, .page-content .wpshare247-elementor-addon a{
	color: var(--e-global-color-accent);
	text-decoration: none;
}

.wpshare247-elementor-addon p{
	color: var(--e-global-color-text);
}

.wpshare247-elementor-addon a.loop-top{
	display: block;
	overflow: hidden;
}

.wpshare247-elementor-addon .title a{
	font-size: 1.5rem;
}

.wpshare247-elementor-addon .ws247-eaddon-post-loop-item{
	border: 1px solid #ccc;
}

.wpshare247-elementor-addon .ws247-ea-img-wrapper{
	overflow: hidden;
}

.woocommerce ul.products li.product a .ws247-ea-img-wrapper img{
	margin:0;
}

.woocommerce ul.products li.product .ws247-ea-img-wrapper .onsale{
	background-color: var(--e-global-color-accent);
	border-radius: 0;
    padding: 8px;
    margin: 0;
    height: auto;
    min-height: unset;
    line-height: normal;
    top: 10px;
    right: 10px;
}

.count-off .woocommerce-result-count, 
.ordering-off .woocommerce-ordering,
.product-img-off .ws247-ea-img-wrapper,
.product-saleoff-off .onsale,
.product-title-off .woocommerce-loop-product__title,
.product-price-off .woocommerce ul.products li.product .price,
.product-atc-off .ws247-ea-atc-wrapper, 
.wpshare247-elementor-addon.product-rating-off .woocommerce .products .star-rating{
	display: none;
}

.wpshare247-elementor-addon .woocommerce .products .star-rating{
	display: inline-block;
}

.wpshare247-elementor-addon .woocommerce-loop-category__title mark{
	background: transparent;
}

/*Categoires*/

.wpshare247-box-s1 .product a{
	display: flex;
	justify-content: center;
	position: relative;
	overflow: hidden;
}
.wpshare247-box-s1 li.product a img{
	border: 1px solid var(--e-global-color-accent);
	border-radius: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
.wpshare247-box-s1 .woocommerce-loop-category__title{
	position: absolute;
	bottom: 30px;
}

.wpshare247-box-s2 .product{
	border: 1px solid var(--e-global-color-accent);
}
.wpshare247-box-s2 li.product a{
	text-align: center;
    display: block;
    padding-bottom: 20px;
}
.wpshare247-box-s2 .woocommerce ul.products li.product a img{
	border-radius: 100%;
    background: #f8fbf3;
    padding: 10px;
    margin: 17px;
    width: 75%;
    display: inline-block;
}

/*Contact form 7*/
.ws247-submit-wrapper{
	position: relative;
}
.ws247-submit-wrapper .wpcf7-spinner{
	position: absolute;
	right: 0;
}

.ws247-wpcf7-field-full-yes .wpcf7-form p label{
	width: 100%;
}

.ws247-wpcf7-submit-align-justify .wpcf7-submit{
	width: 100%;
}

.ws247-wpcf7-submit-align-center .wpcf7-submit{
	display: block!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

.ws247-wpcf7-submit-align-right .wpcf7-submit{
	float: right;
}

.ws247-wpcf7-hide-title-yes p label{
	font-size: 0;
}

/*Countdown*/
.wpshare247-clock{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
}
.wpshare247-clock .countdown-col{
	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    margin-right: calc( 10px/2 );
    margin-left: calc( 10px/2 );
    background-color: var(--e-global-color-primary );
}
.wpshare247-clock.type-inline{
	display: block;
}
.wpshare247-clock.type-inline .countdown-col{
	display: inline-block;
}

.wpshare247-clock .countdown-col .txt{
	text-align: center;
}

.wpshare247-clock.txt-below .countdown-col .txt{
	display: block;
}

/* Vertical Mega Menu - Clean Version */
.wpshare247-vertical-mega-menu:not(.not-fixed) {
  position: absolute;
  z-index: 999999999;
}

.wpshare247-vertical-mega-menu .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 220px;
  background: #fff;
  border: 1px solid #ddd;
  position: relative;
}

.wpshare247-vertical-mega-menu .menu-title a {
  display: block;
  font-weight: bold;
  padding: 10px 15px;
  background: #f4f4f4;
  color: #333;
  text-decoration: none;
  width: 100%;
}
.wpshare247-vertical-mega-menu .menu-title a.mn-icon-right{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.wpshare247-vertical-mega-menu .menu-item {
  position: relative;
}

.wpshare247-vertical-mega-menu .menu-item > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
  background: #fff;
  text-decoration: none;
  color: #333;
  transition: background 0.2s;
  gap: 10px;
}

.wpshare247-vertical-mega-menu .menu-item > a:hover {
  background: #f9f9f9;
}

.wpshare247-vertical-mega-menu .menu-title i,
.wpshare247-vertical-mega-menu .menu-item i {
  font-size: 14px;
  margin-right: 8px;
  color: inherit;
}

.wpshare247-vertical-mega-menu .menu-item-label {
  display: inline-block;
}

.wpshare247-vertical-mega-menu .mega-arrow-icon {
  font-size: 12px;
  color: #888;
  margin-left: auto;
}

/* Mega menu content hidden by default */
.wpshare247-vertical-mega-menu .mega-menu-content {
  position: absolute;
  top: 0;
  left: 100%;
  width: 400px;
  min-height: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  z-index: 99999999999;
  padding: 0;

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  pointer-events: none;
}

/* Show on hover */
.wpshare247-vertical-mega-menu .menu-item:hover .mega-menu-content {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Hover effects */
.mega-menu-content.effect-fade {
  transform: translateY(0);
}

.mega-menu-content.effect-slide {
  transform: translateY(10px);
}

.mega-menu-content.effect-scale {
  transform: scale(0.95);
}

.wpshare247-vertical-mega-menu .menu-item:hover .effect-slide {
  transform: translateY(0);
}

.wpshare247-vertical-mega-menu .menu-item:hover .effect-scale {
  transform: scale(1);
}

/* Toggle button for mobile */
.wpshare247-menu-toggle {
  display: none;
  background: #0073aa;
  color: #fff;
  padding: 10px 15px;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 16px;
  cursor: pointer;
}

.wpshare247-mb-header{ display:none; position:relative; }

.wpshare247-mb-header .wpshare247-mb-header-mix {
  display: flex;
  align-items: center;    
  justify-content: center;
  height: 60px;            
}


/* Responsive */
@media (max-width: 767px) {


  .wpshare247-menu-toggle {
    display: block;
  }

  .wpshare247-vertical-mega-menu.enable-mobile-custom.menu-open:not(.mobile-type-default) .wpshare247-mb-header{
    display: block;
  }

  .wpshare247-vertical-mega-menu.enable-mobile-custom.menu-open:not(.mobile-type-default) .wpshare247-menu-toggle{
    display: none;
  }

  .wpshare247-vertical-mega-menu .menu {
    display: none;
    position: static;
  }

  .wpshare247-vertical-mega-menu .menu-title{
    display: none;
  }

  .wpshare247-vertical-mega-menu.menu-open .menu {
    display: block;
  }

  .wpshare247-vertical-mega-menu .menu-item {
    position: static !important;
  }

  .wpshare247-vertical-mega-menu .mega-menu-content {
    position: static !important;
    width: 100% !important;
    transform: none !important;
    box-shadow: none;
    padding-left: 15px;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .wpshare247-vertical-mega-menu.enable-mobile-custom{
    width: 100%;
  }
  .wpshare247-vertical-mega-menu.enable-mobile-custom .wpshare247-menu-toggle {
    display: block;
  }

  .wpshare247-vertical-mega-menu.enable-mobile-custom .menu {
    display: none;
    position: static;
  }

  .wpshare247-vertical-mega-menu.enable-mobile-custom.menu-open .menu {
    display: block;
    width: 100%;
  }

  .wpshare247-vertical-mega-menu.enable-mobile-custom .menu-item {
    position: static !important;
  }

  .wpshare247-vertical-mega-menu.enable-mobile-custom .mega-menu-content {
    position: static !important;
    width: 100% !important;
    transform: none !important;
    box-shadow: none;
    padding-left: 15px;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  /* Bỏ hiệu ứng khi có class effect-... */
  .wpshare247-vertical-mega-menu.enable-mobile-custom .mega-menu-content.effect-fade,
  .wpshare247-vertical-mega-menu.enable-mobile-custom .mega-menu-content.effect-slide,
  .wpshare247-vertical-mega-menu.enable-mobile-custom .mega-menu-content.effect-scale {
    transform: none !important;
  }

  .wpshare247-vertical-mega-menu.enable-mobile-custom .menu-item:hover .mega-menu-content {
    transform: none !important;
  }

  .wpshare247-vertical-mega-menu.enable-mobile-custom .mega-menu-content {
    display: none;
  }

  .wpshare247-vertical-mega-menu.enable-mobile-custom .menu-item.show-submenu .mega-menu-content {
    display: block;
  }

  
  .wpshare247-vertical-mega-menu.menu-open.mobile-type-slide-left .wpshare247-mobile-bg,
  .wpshare247-vertical-mega-menu.menu-open.mobile-type-slide-right .wpshare247-mobile-bg {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999998;
  }

  .wpshare247-vertical-mega-menu.menu-open:not(.mobile-type-default) .wpshare247-vertical-mega-content {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 80%;
    background: #fff;
    z-index: 999999;
    transition: transform 0.3s ease;
    overflow-y: auto;
  }

  .wpshare247-vertical-mega-menu.mobile-type-slide-left .wpshare247-vertical-mega-content {
    left: 0;
    transform: translateX(-100%);
  }
  .wpshare247-vertical-mega-menu.menu-open.mobile-type-slide-left .wpshare247-vertical-mega-content {
    transform: translateX(0);
  }

  .wpshare247-vertical-mega-menu.mobile-type-slide-right .wpshare247-vertical-mega-content {
    right: 0;
    transform: translateX(100%);
  }
  .wpshare247-vertical-mega-menu.menu-open.mobile-type-slide-right .wpshare247-vertical-mega-content {
    transform: translateX(0);
  }

  .wpshare247-vertical-mega-menu.menu-open:not(.mobile-type-default) .wpshare247-menu-close-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-size: 20px;
    background: none;
    border: none;
    color: #000;
    z-index: 1000000;
    padding: 10px;
    cursor: pointer;
  }
}

/* thumbnail post default css */
.wps247-single-thumbnail img{
    width: 100%;
    height: 270px;
    object-fit: cover;
}

/* wpshare247_single_title default css */
.wps247-single-title,
.wps247-single-title a{
    display: block;
    font-size: 32px;
    font-weight: 600;
    color: #000;
}

/* wps247-single-meta default css */
.wps247-single-meta{
    color: #000;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}

.wps247-single-meta i{
    margin-right: 6px;
}

.wps247-meta-category {
    display: flex;
}

/* wps247-single-content default css */
.wps247-single-content h1,
.wps247-single-content h2,
.wps247-single-content h3,
.wps247-single-content h4,
.wps247-single-content h5,
.wps247-single-content h6{
    padding: 0;
    margin: 12px 0;
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.wps247-single-content p{
    padding: 0;
    margin: 6px 0;
    font-size: 16px;
    color: #000;
}

.wps247-single-content figure {
    width: 100% !important;
}

/* archive and related post default css */
.wps247-single-author-box{
    display: flex;
    gap: 32px;
    background-color: #fff;
    padding: 16px;
    border-radius: 8px;
    font-size: 16px;
    box-shadow: 0 1px 3px #eee;
}

.wps247-single-author-box .author-avt{
    height: 150px;
    width: 150px;
    object-fit: cover;
}

.wps247-single-author-box .author-name{
    font-size: 32px;
    font-weight: 600;
}

.wps247-single-author-box .content{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.wps247-single-author-box .author-email,
.wps247-single-author-box .author-desc{
    color: #666;
}

.wps247-single-author-box .author-button{
    font-weight: 500;
    background-color: #000;
    color: #fff;
    padding: 6px 22px;
    width: fit-content;
    border-radius: 999px;
}

/* wps247-single-post-navigation default css */
.wps247-single-post-navigation .nav-links{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


/* archive and related post default css */
.elementor-widget-wpshare247-single-related-posts .ws247-eaddon-post-loop-item,
.elementor-widget-wpshare247-get-archive-posts .ws247-eaddon-post-loop-item{
    overflow: hidden;
    background-color: #fff;
    border: none;
    box-sizing: 0 1px 3px #eee;
    border-radius: 8px;
}
.elementor-widget-wpshare247-single-related-posts .ws247-eaddon-post-loop-item img,
.elementor-widget-wpshare247-get-archive-posts .ws247-eaddon-post-loop-item img{
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.elementor-widget-wpshare247-single-related-posts .ws247-eaddon-post-loop-item .title a,
.elementor-widget-wpshare247-get-archive-posts .ws247-eaddon-post-loop-item .title a{
    font-size: 18px;
    display: block;
    color: #000;
    font-weight: 500;
}
.elementor-widget-wpshare247-single-related-posts .ws247-eaddon-post-loop-item .category a,
.elementor-widget-wpshare247-get-archive-posts .ws247-eaddon-post-loop-item .category a{
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
.elementor-widget-wpshare247-single-related-posts .ws247-eaddon-post-loop-item .date-post,
.elementor-widget-wpshare247-single-related-posts .ws247-eaddon-post-loop-item .readmore-out a,
.elementor-widget-wpshare247-get-archive-posts .ws247-eaddon-post-loop-item .date-post,
.elementor-widget-wpshare247-get-archive-posts .ws247-eaddon-post-loop-item .readmore-out a{
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
.elementor-widget-wpshare247-single-related-posts .ws247-eaddon-post-loop-item .readmore-out a,
.elementor-widget-wpshare247-get-archive-posts .ws247-eaddon-post-loop-item .readmore-out a{
    background-color: #000;
    color: #fff;
    padding: 6px 12px;
    border-radius: 999px;
}
.elementor-widget-wpshare247-single-related-posts .ws247-eaddon-post-loop-item .title,
.elementor-widget-wpshare247-single-related-posts .ws247-eaddon-post-loop-item .excerpt,
.elementor-widget-wpshare247-single-related-posts .ws247-eaddon-post-loop-item .category,
.elementor-widget-wpshare247-single-related-posts .ws247-eaddon-post-loop-item .wps247-footer-post,
.elementor-widget-wpshare247-get-archive-posts .ws247-eaddon-post-loop-item .title,
.elementor-widget-wpshare247-get-archive-posts .ws247-eaddon-post-loop-item .excerpt,
.elementor-widget-wpshare247-get-archive-posts .ws247-eaddon-post-loop-item .category,
.elementor-widget-wpshare247-get-archive-posts .ws247-eaddon-post-loop-item .wps247-footer-post{
    padding: 0 12px;
    margin: 12px 0;
}

.elementor-widget-wpshare247-single-related-posts .nav-links > *,
.elementor-widget-wpshare247-get-archive-posts .nav-links > *{
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    padding: 10px 16px;
}

.elementor-widget-wpshare247-single-related-posts .nav-links > span,
.elementor-widget-wpshare247-single-related-posts .nav-links > *:hover,
.elementor-widget-wpshare247-get-archive-posts .nav-links > span,
.elementor-widget-wpshare247-get-archive-posts .nav-links > *:hover{
    opacity: .6;
}

/* wpshare247_wc_single_title default css */
.wps247-single-product-title{
    font-size: 26px;
    font-weight: 600;
}

/* wpshare247_wc_single_gallery default css */
.wps247-single-product-gallery > *{
    opacity: 1;
}
.wps247-single-product-gallery .flex-control-nav.flex-control-thumbs{
    display: flex;
    gap: 12px;
    overflow: auto;
    list-style: none;
}

.wps247-single-product-gallery .flex-control-nav.flex-control-thumbs li {
    height: 60px;
    width: 60px;
    flex: none;
}
.wps247-single-product-gallery .flex-control-nav.flex-control-thumbs img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.wps247-single-product-gallery .woocommerce-product-gallery__image img{
    margin: 0 auto;
    object-fit: contain;
}

.wps247-single-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
}

.wps247-single-product-gallery .flex-active{
    border: 1px solid #000;
    padding: 2px;
}

.wps247-single-product-gallery .flex-control-nav::-webkit-scrollbar{
    width: 3px;
}

/* wpshare247_wc_single_rating default css */
.wps247-single-product-rating{
  align-items: center;
}

.woocommerce-product-rating::before,
.woocommerce-product-rating::after{
    display: none !important;
}

.woocommerce-product-rating.wps247-single-product-rating .star-rating{
    font-size: 16px;
    margin: 0;
}

/* wps247_single_product_additional_info default css */
.wps247-single-product-additional-info h2{
    font-size: 28px;
    padding: 0;
    margin: 0;
}

.wps247-single-product-additional-info table.shop_attributes td.woocommerce-product-attributes-item__value p{
    padding: 0;
    margin: 0;
}

.wps247-single-product-additional-info table.shop_attributes th.woocommerce-product-attributes-item__label,
.wps247-single-product-additional-info table.shop_attributes td.woocommerce-product-attributes-item__value{
    padding: 6px 12px;
    margin: 0;
}

/* wpshare247_wc_result_count default css */
.wps247-wc-result-count p{
    width: fit-content;
}

/* wps247-wc-notices default css */
.wps247-wc-notices .woocommerce-notices-wrapper > *{
    margin: 0;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 0;
}
.wps247-wc-notices .woocommerce-notices-wrapper > *::before{
    position: relative;
    top: 0;
    left: 0;
}

/* wpshare247_wc_product_loop default css */
.wps247-wc-product-loop ul.products li.product{
  background-color: #fff;
  padding: 22px 12px;
  border-radius: 4px;
}

.wps247-wc-product-loop .woocommerce-loop-product__title{
  color: #000;
}

.wps247-wc-product-loop .star-rating span{
  color: #ffe234;
}

.wps247-wc-product-loop ul.products li.product .price del{
  opacity: 1;
}

/* wps247-single-product-reviews default css */
.wps247-single-product-reviews ol.commentlist{
  padding: 0;
}

.wps247-single-product-reviews .woocommerce-review__author{
  font-size: 14px;
  color: #767676;
  font-weight: 700;
}

.wps247-single-product-reviews .woocommerce-review__dash,
.wps247-single-product-reviews .woocommerce-review__published-date{
  font-size: 14px;
  color: #767676;
  font-weight: 400;
}

.wps247-single-product-reviews ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #e9e6ed;
    border: 1px solid #e1dde7;
    margin: 0;
    box-shadow: none;
}

.wps247-single-product-reviews ol.commentlist li .comment-text {
    margin: 0 0 0 50px;
    border: 1px solid #e1dde7;
    border-radius: 4px;
    padding: 1em 1em 0;
}

.wps247-single-product-reviews .star-rating{
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: WooCommerce;
}

.wps247-single-product-reviews ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    position: relative;
    background: 0;
    border: 0;
}

.wps247-single-product-reviews .form-submit .submit {
  padding: 10px 16px;
  font-weight: 700;
  border-radius: 3px;
  color: #515151;
  background-color: #e9e6ed;
  border: none;
}

.wps247-single-product-reviews .comment-form-comment {
  margin: 0;
}

.wps247-single-product-reviews .woocommerce-noreviews {
  padding: 0;
  margin: 0;
}

.wps247-single-product-reviews .comment-form-rating .stars,
.wps247-single-product-reviews .comment-form-comment,
.wps247-single-product-reviews .form-submit {
  padding: 0;
  margin: 0;
}

.wps247-single-product-reviews .comment-form label {
  margin-bottom: 12px;
}

/* wps247-single-product-price default css */
.wps247-single-product-price .price{
  margin: 0;
  padding: 0;
}

.wps247-single-product-price.is-sale .price{
  border: 2px solid #ff0000;
  border-radius: 0 0 8px 8px;
  padding: 22px;
  margin: 0;
}

.wps247-single-product-price.is-sale .sale-price-title{
  font-size: 20px;
  font-weight: 600;
  background-color: #ff0000;
  color: #fff;
  padding: 6px 22px;
  border-radius: 8px 8px 0 0;
}

.wps247-single-product-price .price del{
  text-decoration: line-through;
}
.wps247-single-product-price .price del,
.wps247-single-product-price .price ins{
  text-decoration: none;
}

/* templates /single-product/variations-radio.php */
.wps247-variation td{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.wps247-variation label{
  font-size: 16px;
  color: #363636;
  padding: 12px 22px;
  border-radius: 4px;
  border: 1px solid #ccc;
  cursor: pointer;
}
.wps247-variation label.active{
  border-color: #000;
}

.wps247-single-add-to-cart .wps247-variate-table ~ .variations_form .variations{
  display: none;
}

.wps247-variate-table tr th,
.wps247-variate-table tr td,
.wps247-variate-table tr:hover th,
.wps247-variate-table tr:hover td,
.wps247-variate-table tr:nth-child(odd)>th,
.wps247-variate-table tr:nth-child(odd)>td{
  background-color: transparent;
  border: none;
}

.wps247-variate-table th,
.wps247-variate-table td{
  padding: 0 0 16px 0;
}
.wps247-variate-table th{
  text-align: left;
  width: 130px;
}

/* wps247-single-add-to-cart default css */
.wps247-single-add-to-cart .variations tr th,
.wps247-single-add-to-cart .variations tr td,
.wps247-single-add-to-cart .variations tr:hover th,
.wps247-single-add-to-cart .variations tr:hover td,
.wps247-single-add-to-cart .variations tr:nth-child(odd)>th,
.wps247-single-add-to-cart .variations tr:nth-child(odd)>td{
  background-color: transparent;
  border: none;
}

.wps247-single-add-to-cart .variations th,
.wps247-single-add-to-cart .variations td{
  padding: 0 0 16px 0;
}
.wps247-single-add-to-cart .variations th{
  text-align: left;
  width: 130px;
}

.wps247-single-add-to-cart .wps247-variate-table ~ .variations{
  display: none;
}

.wps247-single-add-to-cart .woocommerce-variation-add-to-cart {
  display: block;
}

.wps247-single-add-to-cart .quantity {
  float: none !important;
  margin-bottom: 16px !important;
}
.wps247-single-add-to-cart .quantity::before {
  content: 'Số lượng';
  display: inline-block;
  font-size: 16px;
  color: #363636;
  width: 130px;
  font-weight: 700;
}
.wps247-single-add-to-cart .qty {
  width: 3.631em;
  text-align: center;
  margin-left: -4px;
}

.wps247-single-add-to-cart .single_add_to_cart_button:focus,
.wps247-single-add-to-cart .single_add_to_cart_button{
  display: block !important;
  background-color: #7f54b3;
  color: #fff;
  border: none;
}
.wps247-single-add-to-cart .single_add_to_cart_button:hover{
  background-color: #7249a4;
}
.wps247-single-add-to-cart .woocommerce-variation-price{
  margin: 12px 0;
}

.wps247-single-add-to-cart .price del bdi{
  text-decoration: line-through;
}

.wps247-single-add-to-cart .price ins,
.wps247-single-add-to-cart .price del{
  text-decoration: none;
}

/* wps247-wc-sorting default css */
.wps247-wc-sorting .woocommerce-ordering {
  float: right;
}

.wps247-wc-sorting .woocommerce-ordering {
  display: flex;
  align-items: center;
}
.wps247-wc-sorting .woocommerce-ordering::before {
  content: var(--before-content, "Sorting:");
  display: var(--before-display, "block");
  margin-right: 12px;
  font-size: 16px;
  font-weight: 700;
  color: #aaaaaa;
  width: fit-content;
  text-wrap-mode: nowrap;
}

/* wps247-single-product-tabs default css */
