@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//suit.vn/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.4") format("woff2");
}

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//suit.vn/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//suit.vn/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//suit.vn/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//suit.vn/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//suit.vn/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//suit.vn/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//suit.vn/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//suit.vn/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(22,22,22);
	--wd-text-font-size: 15px;
	--wd-title-font: "svn-mont", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "svn-mont", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(12, 12, 12);
	--wd-alternative-font: "svn-mont", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "svn-mont", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(12,12,12);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "svn-mont", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 15px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(222,32,39);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #DE2027;
	--btn-accented-bgcolor-hover: rgba(221,0,7,0.8);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(26,61,175);
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url();
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(35,35,35);
	background-image: none;
}
html .wd-nav.wd-nav-main > li > a {
	font-weight: 300;
	font-size: 14px;
	text-transform: capitalize;
}
.page .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1300px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 12px;
}

@media (min-width: 1300px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

@font-face {
	font-family: "svn-mont";
	src: url("//suit.vn/wp-content/uploads/2024/01/svn-mont-regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}

.flash-sale img {
    max-width: 180px;
    vertical-align: -6px;
    -webkit-animation: zoom-in-out 2500ms infinite;
    -moz-animation: zoom-in-out 2500ms infinite;
    -o-animation: zoom-in-out 2500ms infinite;
    animation: zoom-in-out 1500ms infinite;
}

@keyframes zoom-in-out{
0% {
    transform: scale(0.8, 0.8);
}
10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-4deg);
}
30%, 50%, 70%, 90% {
    transform: scale3d(1, 1, 1) rotate(4deg);
}
40%, 60%, 80% {
    transform: scale3d(1, 1, 1) rotate(-4deg);
}
100% {
    transform: scale(0.9);
	}}


.wd-accordion-title.wd-opener-pos-right.tab-title-additional_information {
    display: none !important;
}
.tabs-layout-tabs .tabs li.additional_information_tab {
    display: none;
}



.wd-checkout-coupon-inner
{
	visibility: hidden;
}


.products[class*="wd-stretch-cont"] .product :is(.price,.wrap-price,.product-rating-price)
{
	margin-top:0 !important;
}



#customers {
 
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  
  padding: 10px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}



ins {
    margin-right: 10px;
}

.product-grid-item :is(.product-image-link,.hover-img) img
{
	padding:8px;
}

/* Bắt đầu từ đây */
.flash_sale .flash-sale-process-mt{
display:block !important;
width: 100%;
height: 16px;
background: url(https://suit.vn/wp-content/uploads/2024/02/line-flash-sale.png) 0 100% no-repeat;
background-size: cover;
position: relative;
border-radius: 8px;
margin: 5px 0;
}
.flash_sale .flash-sale-process_bought{
background: #002bff73;
overflow: hidden;
bottom: 0;
right: 0;
position: absolute;
z-index: 1;
height: 16px;
border-radius: 8px;
}
.flash_sale .flash-sale-process_fire{
background: url(https://suit.vn/wp-content/uploads/2024/02/hot-flash-sale.png) 0 no-repeat;
width: 18px;
height: 21px;
background-size: contain;
position: absolute;
left: 3px;
top: -6px;
}
.flash_sale .flash-sale-process-bar_text.stock{
text-transform: uppercase;
font-size: 12px;
color: #fff;
text-align: center;
position: relative;
z-index: 2;
}
.flash_sale .flash-sale-complete-wapper{
width: 100%;
background: transparent;
overflow: hidden;
bottom: 0;
right: 0;
position: absolute;
z-index: 1;
height: 16px;
border-radius: 8px;
}
.flash_sale .flash-sale-bought-size{
position: absolute;
width: 100%;
height: 100%;
background: #ffbda6;
}
.flash_sale .flash-sale-sizer-stock{
background: #fff;
float: right;
position: relative;
height: 18px;
}


.flash-sale-process-mt
{
   display: none;
}
/* kết thúc ở đây */

.form-khuyen-mai .wpcf7-form {
    display: flex;
    align-items: stretch; 
    flex-wrap: nowrap;
    max-width: 600px; 
    margin: 0 auto; 
	justify-content: center;
}


.form-khuyen-mai .wpcf7-form p {
    display: contents; 
    margin: 0;
}
.form-khuyen-mai .wpcf7-form br {
    display: none;
}


.form-khuyen-mai input[type="email"] {
    background-color: #ffffff !important;
    color: #333;
    border: none !important;
    border-radius: 30px 0 0 30px !important; 
    padding: 10px 25px !important;
    height: 50px !important; 
    width: 100%;
    margin-bottom: 0 !important; 
}


.form-khuyen-mai input[type="submit"] {
    background-color: #1a1a1a !important; 
    color: #ffffff !important;
    border: none !important;
    border-radius: 0 30px 30px 0 !important; 
    height: 50px !important; 
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 0 !important;
    cursor: pointer;
    transition: background 0.3s;
}


.form-khuyen-mai input[type="submit"]:hover {
    background-color: #333333 !important;
}


.form-khuyen-mai .wpcf7-response-output {
    margin: 10px 0 0 0 !important;
    border-radius: 5px;
    font-size: 13px;
    text-align: center;
}
@media (min-width: 1025px) {
	a.woodmart-nav-link {
    border: solid 1px #e7e7e7 !important;
    border-radius: 50px !important;
    padding: 0px 15px !important;
	min-height: 36px !important;
}


.btn-color-black
{
	background-color: #000;
	color: white;
}


.chieucao img
{
	 height: 430px;
    object-fit: cover;
}


.wd-logo img{ max-height:fit-content ;}

.whb-sticky-shadow.whb-sticked img {
    max-height: inherit ;
	transition: height .2s ease, max-height .2s ease;
}



.dichvu img {
    height: 280px;
    object-fit: cover;
}
.dichvu .wd-post-thumb.color-scheme-light {
    border-radius: 200px;
}
.dichvu h3.wd-entities-title.title.post-title {
    text-align: center;
	  color: white;
    font-weight: 500;
}
.dichvu .wd-meta-date
{
	display: none;
}

}

@media (min-width: 768px) and (max-width: 1024px) {
	

.form-only form.wpcf7-form.init {
    display: flex;
    justify-content: center;
}
.form-only p.email{
	width: 70%;
}
.btn-color-black
{
	background-color: #000;
	color: white;
}
.dichvu img {
    height: 380px;
    object-fit: cover;
}
.dichvu .wd-post-thumb.color-scheme-light {
    border-radius: 200px;
}
.dichvu h3.wd-entities-title.title.post-title {
    text-align: center;
	  color: white;
    font-weight: 500;
}
.dichvu .wd-meta-date
{
	display: none;
}

:is(.product-grid-item.col-6,.owl-items-xs-2 .product-grid-item)
{
	margin-bottom:25px;
}

}

@media (min-width: 577px) and (max-width: 767px) {
	

.form-only form.wpcf7-form.init {
    display: flex;
    justify-content: center;
}
.form-only p.email{
	width: 70%;
}
.btn-color-black
{
	background-color: #000;
	color: white;
}


:is(.product-grid-item.col-6,.owl-items-xs-2 .product-grid-item)
{
	margin-bottom:25px;
}

.dichvu img {
    height: 190px;
    object-fit: cover;
}
.dichvu .wd-post-thumb.color-scheme-light {
    border-radius: 200px;
}
.dichvu h3.wd-entities-title.title.post-title {
    text-align: center;
	  color: white;
		font-size: 18px;
	  margin-bottom: 15px;
    font-weight: 500;
}
.dichvu .wd-meta-date
{
	display: none;
}
}

@media (max-width: 576px) {
	
.form-only form.wpcf7-form.init {
    display: flex;
    justify-content: center;
}
.form-only p.email{
	width: 80%;
}
.btn-color-black
{
	background-color: #000;
	color: white;
}


:is(.product-grid-item.col-6,.owl-items-xs-2 .product-grid-item)
{
	margin-bottom:25px;
}

.dichvu img {
    height: 190px;
    object-fit: cover;
}
.dichvu .wd-post-thumb.color-scheme-light {
    border-radius: 200px;
}
.dichvu h3.wd-entities-title.title.post-title {
    text-align: center;
	  color: white;
		font-size: 18px;
	  margin-bottom: 15px;
    font-weight: 500;
}
.dichvu .wd-meta-date
{
	display: none;
}
}

