/**
 * Theme Name: Shopeo Child
 * Description: Shopeo Child theme
 * Author: Shopeo
 * Author URI: https://shopeo.cn
 * Template: blocksy
 * Text Domain: blocksy
 */


/*加入我们招聘信息中间虚线处理*/
.bodyright{
  border-left-style: dashed;
  border-left-color: #ccc;
  border-left-width: 1px;
}

/*隐藏中间层分割线div*/
.bodymiddle{
	display: none !important;
}




/*导航栏样式编辑*/
.ct-menu-link {
	justify-content: center;
	text-align: center;
}



.sub-menu{
	margin-left: 25%;
	width: 80px !important;
}

@media screen and (max-width: 767px) {
	.sub-menu{
		margin-left: 0;
		width: 100% !important;
	}
}


.slick-track{
	height: 30rem;
}

[class*="animated-submenu"] > .sub-menu {
min-width: 50px !important;  
}


[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-id="menu"] .sub-menu {
  margin-top: -25px;
}



/*牧码人设置默认字字体为本地思源宋体*/
h1,h2,h3,h4,h5,h6,p,small{
  font-family: siyuansongti-regular !important;
}


/*处理英文字体为黑体*/
.text_english{
	font-family:sans-serif !important;
}
u {
  text-decoration: none !important;
}


ul > li >a {
  font-family: siyuansongti-regular !important;
}

/* 当页面是首页时，导航栏字体颜色为白色 */
.home-page li a {
    color: white !important;
}


.ha-post-navigator
{
	display:flex;
	
}

.wpb_category_n_menu_accordion > ul > li > a {
    font-size: 18px;
    line-height: 20px;
    padding: 23px 22px !important;
    background: #3b424d;
	 font-family: siyuansongti-regular;
  	 font-weight: normal !important;
}

.ha-post-navigator .post-navigation__arrow-wrapper.post-navigation__arrow-next {
    padding-right: 15px !important;
	padding-left:0 !important;
   
}
.ha-post-navigator__separator-wrapper{display: none;}
.ha-post-navigator .ha-post-navigator__next a{flex-direction:row-reverse;}

.elementor-1206 .elementor-element.elementor-element-4a5adac{gap:0;}

.ct-toggle-dropdown-desktop{display: none !important;}

#header [data-row*=middle]{width:100%;}

#menu-products-categories li{margin-bottom:10px;}

#menu-products-categories li a:hover{background-color:#444444;color:#ffffff }

#menu-products-categories li a{
    
 background:#f4f4f4 ; 
 color:#606060 ;
    
}

.wpb_category_n_menu_accordion > ul > li > a {text-align: center;}

#menu-products-categories .current-menu-item a{
    
    background:#444 !important;
    color:#fff !important;
}


@media screen and (max-width: 640px) {
.elementor-counter .elementor-counter-number-suffix{font-size:18px;color:#777;line-height:24px;}
	
	.ha-post-navigator
{
flex-direction:row;
	
}
	
	.ha-post-navigator .ha-post-navigator__next a {
   
    justify-content: flex-start !important;
}
	
	div[data-widget_type="icon-list.default"]{
	position: absolute;
    top: 20px;
    left: 45%;
		
		}
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (min-width: 1200px) {
 .elementor-counter .elementor-counter-number-suffix{font-size:36px;color:#777;line-height:64px;}
	
.ha-post-navigator
{
	
	flex-direction:column;
}
}


.lc-swiper-btn {display:none;}

.lc-swiper-btn a
{background:#ccc;;padding:20px; color:#fff !important}

.elementor-heading-title small {
	letter-spacing: 1px;
}