@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//www.lookitgroup.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.2.2") format("woff2");
	font-display:swap;
}

:root {
	--wd-text-font: Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-transform: inherit;
	--wd-title-color: #242424;
	--wd-entities-title-font: Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-transform: inherit;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: inherit;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: inherit;
	--wd-header-el-font-size: 15px;
	--wd-primary-color: rgb(0,123,255);
	--wd-alternative-color: rgb(255,204,0);
	--wd-link-color: rgba(0,113,226,0.72);
	--wd-link-color-hover: rgb(0,135,214);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgba(237,237,0,0.93);
	--btn-accented-bgcolor-hover: rgba(33,92,140,0.76);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(238,238,34);
	background-image: none;
	background-repeat: repeat;
	background-size: cover;
	background-attachment: scroll;
	background-position: center center;
	--wd-popup-width: 550px;
	--wd-popup-padding: 20px;
}
.header-banner {
	background-image: url(https://www.lookitgroup.com/wp-content/uploads/2021/09/marketplace-top-banner.jpg);
}
.wd-page-title {
	background-color: rgb(191,191,191);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(209,209,209);
	background-image: none;
}
.woocommerce-billing-fields h3 {
	font-family: 'Bookman Old Style', serif;	font-weight: 500;
	text-transform: uppercase;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-size: 20px;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 8px;
}

@media (max-width: 1024px) {
	.woocommerce-product-gallery {
		--wd-gallery-gap: 7px;
	}

}

@media (max-width: 768.98px) {
	.woocommerce-product-gallery {
		--wd-gallery-gap: 5px;
	}

}
:root{
--wd-container-w: 1600px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #333;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

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

rs-slides :is([data-type=text],[data-type=button]) {
font-family: Arial, Helvetica, sans-serif !important;
}
rs-slides :is(h1,h2,h3,h4,h5,h6)[data-type=text] {
font-family: Montserrat !important;
}

.grecaptcha-badge { visibility: hidden; }
/* 产品列表标题靠左侧对齐 */ 
.wd-hover-base .product-element-bottom {
    padding: 5px;
    text-align: -webkit-auto;
}
/* checkout栏目-附件留言栏目高度调整*/ 
textarea {
    overflow: auto;
    padding: 10px 15px;
    min-height: 70px;
}
/*调整post archive title左对齐+ 边距10px*/ 
.blog-post-loop .article-body-container {
    z-index: 1;
    padding: 10px;
    text-align: left;
}
/*调整post archive title字体大小*/ 
.blog-design-masonry .post-title {
    font-size: 20px;
    line-height: 1.4;
}
/*去掉post archive标题下的continue to read的多余文字*/ 
.read-more-section a {
    display: none;
    border-bottom: none;
}
/*单博客post title字体大小*/ 
.post-single-page .post-title {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 1.2;
}
/*单博客post title下面作者信息隐藏0字大小*/ 
.wd-entry-meta .meta-author {
    font-size: 0px;
}
/*调整post archive 标题去掉Meta*/ 
.wd-entry-meta {
    display: none;
    font-size: 0;
}
/*去掉post archive 标题下的社交分享*/ 
.hovered-social-icons {
    display: none;
}
   /* 调整全部设备都调整产品类页面的shop title的字体从44--到25px*/ 
.title-size-small .title {
    font-size: 25px;
}
   /*20240429 modified the woocommerce Tabs 背景 style*/ 
.product-tabs-wrapper .tabs-layout-tabs>.wd-nav-tabs-wrapper {
    margin-top: calc(var(--wd-single-spacing)* -1 - 1px);
    margin-bottom: 30px;
    background-color: ghostwhite;
}
   /*20240429 Product woocommerce Tabs 对齐 style*/ 
.wd-nav-tabs>li>a {
    padding: 15px 0;
    vertical-align: middle;
}
   /*20240429 modified the woocommerce Tabs 下划线 style*/ 
.wd-nav.wd-style-underline-reverse>li>a>.nav-link-text:after {
    top: 25px;
    height: 2px;
}
   //*20240429 modified the woocommerce Tabs 首字母大写 style*/ 
.wd-nav>li>a {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    text-transform: capitalize;
}
 /*20240909 adjust the size of whatsapp icon at the bottom*/
.wa__btn_popup .wa__btn_popup_icon {
    height: 42px;
    width: 42px;
}
@media (min-width: 1025px) {
	.product-tabs-wrapper {
    border-top: 0px solid var(--brdcolor-gray-300);
}
/*20240908单个产品的描述tab的两侧过界 黑线去掉*/ 
/*20240908单个产品的描述Description上下确保居中*/ 
.wd-nav.wd-style-underline-reverse>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
}

}

