/* 自定义产品分类显示列表样式  开始 */
.ohmtang-cs-category ul li{
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 0 0 20px 0;
}
.wp-block-woocommerce-product-image{
    border-radius: 10px;
}
.ohmtang-cs-category ul li:hover{
    box-shadow: -1px 1px 3px 1px #ddd;
}
.wp-block-woocommerce-product-collection .wc-block-product-template .wc-block-product .wp-block-post-title,
.ohmtang-cs-category ul li h2{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 72px;
    max-height: 72px;
    line-height: 1.2 !important;
}
.wp-block-woocommerce-product-collection .wc-block-product-template .wc-block-product button{
    background-color: #038127;
}
.wp-block-woocommerce-product-collection .wc-block-product-template .wc-block-product button:hover,
.ohmtang-cs-category ul li .wp-block-button .wp-block-button__link:hover{
    background-color: #0bbe3e !important;
}/* 自定义产品分类显示列表样式  结束 */

/* 相册方向键 样式 开始 */
ul.flex-direction-nav {
    position: absolute;
    top: 30%;
    z-index: 99999;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0px;
    list-style: none;}

li.flex-nav-prev {float: left;}
li.flex-nav-next {float: right;}
a.flex-next {visibility:hidden;}
a.flex-prev {visibility:hidden;}

div.pswp--open {
    z-index: 999999;
}
a.flex-next::after {
	visibility:visible;
    content: '\ea64';
	font-family: "ohmtang-csgi" !important;
	margin-right: 10px;
	font-size: 42px;   
	font-weight: bold;
}
a.flex-prev::before {
    visibility:visible;
    content: '\ea61';
	font-family: "ohmtang-csgi" !important; 
	margin-left: 10px;
	font-size: 42px;
	font-weight: bold;
}
ul.flex-direction-nav li a {
	color: rgb(204 204 204 / 48%);
    text-decoration: none;
    transition: all .5s ease-in-out;
}
ul.flex-direction-nav li a:hover {
	text-decoration: none;
    color: #3cb035;
}
/* 相册方向键 样式 结束 */