/*
Theme Name: gzm
Theme URI: http://www.huitheme.com
Description: Crazy uncle
Author: Crazy uncle
Author URI: http://www.huitheme.com
Version: 2025.07
*/
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{font-family:"Poppins",serif;color:#333;font-size:14px;line-height:1;}
p{margin-top:0;margin-bottom:10px;}
ol,
ul,
dl{padding:0;margin:0;list-style:none;}
a{color:#333;text-decoration:none;background-color:transparent;}
a:hover{color:#0056b3;text-decoration:none;}
*:focus,
textarea:focus,
button:focus,
input:focus{box-shadow:none;outline:0}
img{border:0;max-width:100%;height:auto;}
#wp-admin-bar-wp-logo{display:none!important}
.show_m{-webkit-transition:all 0.6s ease;-o-transition:all 0.6s ease;transition:all 0.6s ease;}
@media (min-width:1200px){
    .container{max-width:1260px;}
    .container-fluid{padding-left:30px;padding-right:30px;}
}
.bg_hui{background:#F2F1EF;}
@media (max-width:1200px){
    .ipad_none{display:none!important;}
}
@media (max-width:768px){
    .mob_none{display:none!important;}
}

/*nav*/
.header-menu{}
.header-menu .header-menu-ul{font-size:0px;}
.header-menu .header-menu-ul li{display:inline-block;position:relative;margin:0px 40px 0px 0px;}
.header-menu .header-menu-ul li a{position:relative;padding:20px 0px;display:block;font-size:15px;color:#222529;font-weight:600;border-bottom:3px solid #fff;transition:.6s;}
.header-menu .header-menu-ul li a:before{content:"";position:absolute;width:100%;height:3px;bottom:10px;left:0;opacity:0;background:#000;transition:.6s}
.header-menu .header-menu-ul li a:hover:before{opacity:1;}
.header-menu .header-menu-ul li.current-menu-item a:before{opacity:1;}
.header-menu .header-menu-ul li.current-menu-parent a:before{opacity:1;}
.header-menu .header-menu-ul li .sub-menu{display:none;position:absolute;top:58px;background:#fff;width:200px;box-shadow:0 0 2px 2px rgba(0,0,0,0.1);z-index:99;padding:10px 0px;}
.header-menu .header-menu-ul li .sub-menu li{width:100%;}
.header-menu .header-menu-ul li .sub-menu li a{font-size:14px;padding:10px 20px;border:none;}
.header-menu .header-menu-ul li .sub-menu li a:after{display:none}
.header-menu .header-menu-ul li .sub-menu .sub-menu{position:absolute;left:200px;top:0px;}
.header-menu .header-menu-ul li.menu-item-has-children>a:after{content:'\F282';font-family:'bootstrap-icons';margin-left:5px;font-size:12px;transform:scale(0.7);display:block;position:absolute;right:-14px;top:22px;color:#000;}
.header-menu .header-menu-ul li .sub-menu .menu-item-has-children a:after{content:'\F282';font-family:'bootstrap-icons';display:block;float:right;transform:rotate(270deg);-webkit-transform:rotate(270deg);}
.header-menu .header-menu-ul li.current-menu-item{}
.header-menu .header-menu-ul li .sub-menu li a:hover:before{opacity:0;}
@media (max-width:992px){
    .header-menu{display:none;}
}

/*head-search*/
.search_box{width:100%;position:relative;border:none;line-height:42px;border-radius:25px;overflow:hidden;}
.search_box select{position:absolute;border:none;top:8px;left:10px;font-size:12px;color:#828282;}
.search_box input{width:100%;border:none;text-indent:16px;font-size:14px;color:#b7b7b7;background:#F4F4F4;}
.search_box button{position:absolute;top:3px;right:3px;bottom:3px;border:none;color:#7f7f7f;background:none;width:60px;border-radius:5px;line-height:1;}
.search_box button i{}
.search_box button:hover{background:none;}
@media (max-width:768px){
    .search_box{line-height:36px;}
}

/*banbox*/
.banbox{width:100%;position:relative}
.banbox .owl-nav{position:absolute;top:50%;width:100%;margin-top:-27.5px}
.banbox .owl-nav button:focus{box-shadow:none;outline:0}
.banbox .owl-nav button.owl-prev:hover{background:rgb(22 22 23 / 90%);}
.banbox .owl-nav button.owl-next:hover{background:rgb(22 22 23 / 90%);}
.banbox .owl-nav button.owl-prev:after{content:"\F27A";font-family:bootstrap-icons;font-weight:400;font-size:22px;color:#fff;}
.banbox .owl-nav button.owl-next:after{content:"\F27B";font-family:bootstrap-icons;font-weight:400;font-size:22px;color:#fff;}
.banbox .owl-nav button.owl-prev{position:absolute;left:0;width:55px;height:55px;text-align:center;line-height:55px;opacity:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out;border-radius:50%;background-color:rgb(22 22 23 / 69%);}
.banbox .owl-nav button.owl-next{position:absolute;right:0;width:55px;height:55px;text-align:center;line-height:55px;opacity:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out;border-radius:50%;background-color:rgb(22 22 23 / 69%);}
.banbox:hover .owl-nav button.owl-prev{left:30px;opacity:.9;}
.banbox:hover .owl-nav button.owl-next{right:30px;opacity:.9;}
.banbox .owl-dots{text-align:center;position:absolute;bottom:50px;width:100%}
.banbox .owl-dots .owl-dot{display:inline-block;margin:0 5px;}
.banbox .owl-dots .owl-dot span{width:10px;height:10px;display:block;background:#6a8a9f;border-radius:50%}
.banbox .owl-dots .active span{background:#ffffff;}
.banbox .item{background:radial-gradient(circle at 12% 55%,rgb(33 150 243 / 31%),hsl(0deg 6.81% 69.01% / 7%) 25%),radial-gradient(circle at 85% 33%,rgb(108 99 255 / 30%),hsl(0deg 0% 93.67% / 30%) 25%);background-position:center;background-size:cover;background-repeat:no-repeat;}
.banner_padding{padding:100px 0px;}
.banner_show{position:relative;}
.banner_show h3{font-size:42px;font-weight:700;margin-bottom:15px;}
.banner_show h4{font-size:20px;color:#3e3d3d;margin-bottom:50px;line-height:1.6;}
.banner_show a{background:#698a9f;padding:15px 50px;display:inline-flex;font-size:16px;color:#fff;border-radius:30px;font-weight:600;}
@media (max-width:1200px){
    .banner_show h3{font-size:30px}
    .banner_show h4{font-size:16px}
}
@media (max-width:768px){
    .banner_padding{padding:50px 20px;}
    .banner_show{text-align:center;margin-top:40px;padding-bottom:50px;}
    .banner_show h3{font-size:26px;}
    .banner_show h4{font-size:14px;margin-bottom:20px;}
    .banbox .owl-nav{display:none}
    .banner_img{padding:0px 30px}
}

/*index_product*/
.index_product{width:100%;position:relative}
.index_product .owl-nav{position:absolute;top:40%;width:100%;margin-top:-27.5px}
.index_product .owl-nav button:focus{box-shadow:none;outline:0}
.index_product .owl-nav button.owl-prev:hover{background:rgb(22 22 23 / 90%);}
.index_product .owl-nav button.owl-next:hover{background:rgb(22 22 23 / 90%);}
.index_product .owl-nav button.owl-prev:after{content:"\F27A";font-family:bootstrap-icons;font-weight:400;font-size:22px;color:#fff;}
.index_product .owl-nav button.owl-next:after{content:"\F27B";font-family:bootstrap-icons;font-weight:400;font-size:22px;color:#fff;}
.index_product .owl-nav button.owl-prev{position:absolute;left:20px;width:40px;height:40px;text-align:center;line-height:40px;opacity:1;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out;border-radius:50%;background-color:rgb(22 22 23 / 69%);}
.index_product .owl-nav button.owl-next{position:absolute;right:20px;width:40px;height:40px;text-align:center;line-height:40px;opacity:1;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out;border-radius:50%;background-color:rgb(22 22 23 / 69%);}
.index_product .owl-dots{display:none;}

/*foot*/
.foot-ul{}
.foot-ul li{}
.foot-ul li a{color:#555555;font-weight:500;margin-bottom:15px;display:block;}
@media (max-width:768px){
    .foot-ul li a{font-size:12px}
}

/*biaodan*/
.biaodan{}
.biaodan p{margin-bottom:0;position:relative;}
.biaodan input{width:100%;padding:14px 20px;border:none;height:50px;}
.biaodan textarea{width:100%;padding:20px;border:1px solid #ccc;}
.biaodan input[type="submit"]{background:#434343;font-size:14px;color:#fff;border:none;width:auto;}
.biaodan .screen-reader-response{display:none}
.biaodan .wpcf7-not-valid-tip{position:absolute;top:6px;right:10px;font-size:12px;font-weight:300;color:#ff5353;}
.biaodan .wpcf7-response-output{margin-top:10px;font-weight:300;margin-bottom:10px;}

/*gototop*/
.scrollToTopBtn{background-color:#434343;border:none;color:white;cursor:pointer;font-size:16px;height:48px;width:48px;position:fixed;bottom:65px;right:30px;z-index:100;opacity:0;transform:translateY(100px);transition:all .5s ease;}
.scrollToTopBtn:hover{background:#000000;color:#fff;}
.showBtn{opacity:1;transform:translateY(0)}

/*comments*/
.comments-area{background:#F5F5F5;padding:40px;}
.comments-area .comments-title{border-bottom:1px solid #e1e1e1;padding-bottom:20px;margin-bottom:30px;font-weight:600;font-size:16px;}
.comment-list{margin-bottom:50px;}
.comment-list li{}
.comment-list li .comment-body{background:#fff;border:1px solid #e6e6e6;margin-bottom:20px;padding:26px 20px 34px 20px;position:relative;}
.comment-list li .comment-body .comment-author{position:relative;margin-bottom:20px;}
.comment-list li .comment-body .comment-author img{width:50px;height:50px;border-radius:50%;}
.comment-list li .comment-body .comment-author cite{position:absolute;left:60px;top:-6px;font-size:16px;font-style:initial;}
.comment-list li .comment-body .comment-author span{display:none;}
.comment-list li .comment-body .comment-meta{position:absolute;left:80px;top:70px;}
.comment-list li .comment-body .comment-meta a{color:#ccc;}
.comment-list li .comment-body .comment-meta a.comment-edit-link{}
.comment-list li .comment-body p{padding-left:60px;font-size:14px;}
.comment-list li .comment-body .reply{position:absolute;right:20px;top:20px;}
.comment-list li .comment-body .reply a{color:#f34c4b;}
.comment-list li ol{padding-left:50px;border-left:1px solid #ccc;}
.comment-list li ol li{}
.comments-area .navigation{margin:35px 0px;}
.comments-area .navigation .nav-links{display:flex;justify-content:center;gap:15px;}
.comments-area .navigation .nav-links a{font-size:16px;background:#f34c4b;padding:8px 15px;color:#fff;display:block;}
.comments-area .comment-respond{}
.comments-area .comment-respond .comment-reply-title{border-bottom:1px solid #e1e1e1;padding-bottom:20px;margin-bottom:30px;font-weight:600;font-size:16px;}
.comments-area .comment-respond .comment-reply-title small{}
.comments-area .comment-respond .comment-reply-title small a{font-size:16px;margin-left:20px;color:#f34c4b;}
.comments-area .comment-respond .comment-form{}
.comments-area .comment-respond .comment-form .comment-notes{font-size:16px;color:#949494;}
.comments-area .comment-respond .comment-form label{display:block;font-size:16px;margin-bottom:8px;color:#747474;}
.comments-area .comment-respond .comment-form input{width:100%;padding:16px 20px;border:1px solid #e4e4e4;background:#fff;font-size:16px;}
.comments-area .comment-respond .comment-form textarea{width:100%;border:1px solid #e4e4e4;padding:20px;height:100px;background:#fff;font-size:16px;}
.comments-area .comment-respond .comment-form p{margin-bottom:25px;}
.comments-area .comment-respond .comment-form .logged-in-as{font-size:14px;color:#949494;}
.comments-area .comment-respond .comment-form .logged-in-as a{color:#3b3b3b;text-decoration:underline;}
.comments-area .comment-respond .comment-form .comment-form-comment{}
.comments-area .comment-respond .comment-form .comment-form-author{width:49%;float:left;margin-right:1%;}
.comments-area .comment-respond .comment-form .comment-form-email{width:49%;float:left;margin-left:1%;}
.comments-area .comment-respond .comment-form .comment-form-cookies-consent{display:flex;width:100%;align-items:flex-start;}
.comments-area .comment-respond .comment-form .comment-form-cookies-consent input{width:auto;}
.comments-area .comment-respond .comment-form .comment-form-cookies-consent label{margin:0px 0px 0px 8px;font-size:14px;}
.comments-area .comment-respond .comment-form .form-submit{margin-bottom:0px}
.comments-area .comment-respond .comment-form .form-submit .submit{width:auto;background:#434343;padding:14px 40px;font-size:16px;color:#fff;}
.comment-list .comment-respond{padding:20px 0px 40px 50px;}
@media (max-width:768px){
    .comments-area{padding:20px;}
    .comments-area .comment-respond .comment-form .comment-form-author{width:100%;margin-right:0;}
    .comments-area .comment-respond .comment-form .comment-form-email{width:100%;margin-left:0;}
    .comments-area .comment-respond .comment-form .form-submit .submit{width:100%}
}

/*mobile_anniu*/
#mobile_right_nav{width:300px;border:none;background:#fff;overflow-y:auto;}
#mobile_right_nav .mobile_head{padding:15px 22px;color:#fff;background:#fff;}
#mobile_right_nav .mobile_head img{height:40px}
#mobile_right_nav .menu-zk{}
#mobile_right_nav .menu-zk li{line-height:60px;position:relative;}
#mobile_right_nav .menu-zk li a{font-size:16px;display:block;border-bottom:1px solid #aacd2e21;color:#000;padding:0px 30px;}
#mobile_right_nav .menu-zk li:last-child a{border-bottom:none;}
#mobile_right_nav .menu-zk .sub-menu{display:none;background:#ffffff;padding-left:14px;}
#mobile_right_nav .menu-zk .sub-menu li{line-height:50px;}
#mobile_right_nav .menu-zk .sub-menu li a{font-size:12px;color:#333;border-bottom:1px solid #ededed;}
#mobile_right_nav .menu-zk .menu-item-has-children .czxjcdbs:before{content:"\F279";font-family:'bootstrap-icons';position:absolute;right:20px;top:15px;color:#000;width:30px;height:30px;line-height:30px;text-align:center;display:block;cursor:pointer;border-radius:50%;font-size:10px;}
#mobile_right_nav .menu-zk .menu-item-has-children .kai:before{content:"\F27C";font-family:'bootstrap-icons';}
.mobile_an{display:none;background:none;padding:4px 5px;font-size:22px;color:#0a0a0a;border:2px solid #f4f4f4;border-radius:4px;position:relative;}
@media (max-width:992px){
    .mobile_an{display:block;}
    .mobile_an i{}
}

/*zw*/
.wznrys{}
.wznrys hr{height:20px;border:none;position:relative;padding:0px;margin:10px 0px 25px 0px;}
.wznrys hr:after{content:"";width:100%;height:1px;background-color:#e2e2e2;position:absolute;top:10px;z-index:1;}
.wznrys hr:before{content:"";position:absolute;width:8px;height:8px;background-color:#ababab;left:50%;top:50%;transform:rotate(45deg);z-index:2;margin-top:-4px;margin-left:-4px;}
.wznrys .post-image{padding-bottom:20px}
.wznrys p{line-height:2;padding-bottom:20px;margin-bottom:0;margin-top:0;}
.wznrys h1,
.wznrys h2,
.wznrys h3,
.wznrys h4,
.wznrys h5,
.wznrys h6{margin-bottom:25px;margin-top:0px;line-height:30px;}
.wznrys h1{font-size:22px;}
.wznrys h2{font-size:20px;}
.wznrys h3{font-size:18px;}
.wznrys h4{font-size:16px;}
.wznrys h5{font-size:14px;}
.wznrys h6{font-size:14px;}
.wznrys ol,
.wznrys ul{margin-bottom:30px;list-style:disc;}
.wznrys ol li,
.wznrys ul li{margin-left:24px;margin-bottom:12px;line-height:2;}
.wznrys ol li a,
.wznrys ul li a{border-bottom:1px solid #3ca5f6;color:#3ca5f6;}
.wznrys p img{max-width:100%;height:auto}
.wznrys blockquote{position:relative;border:1px double rgba(0,0,0,.1);padding:45px 30px 40px 30px;margin:40px 0px;}
.wznrys blockquote:before{content:"\F6B0";font-family:'bootstrap-icons';background:#c62641;position:absolute;top:-20px;width:40px;height:40px;line-height:40px;border-radius:50%;text-align:center;color:#fff;left:calc(50% - 20px);}
.wznrys blockquote p{padding:0px 0px 5px 0px;font-weight:bold;font-size:18px;font-style:inherit;}
.wznrys blockquote cite{padding-bottom:0px;display:flex;font-size:16px;font-style:inherit;color:#777;}
.wznrys .aligncenter{clear:both;display:block;margin:0 auto;}
.wznrys .alignright{float:right;margin:25px 0px 10px 20px;}
.wznrys .alignleft{float:left;margin:25px 20px 10px 0px;}
.wznrys .wp-caption{max-width:100%;}
.wznrys .wp-caption p.wp-caption-text{text-align:center;padding-bottom:0px;margin-bottom:25px;font-size:12px;color:#888;font-weight:300;}
.wznrys p a{border-bottom:1px solid #3ca5f6;color:#3ca5f6;margin:0 4px}
.wznrys strong{font-weight:bold;}
.wznrys .crayon-table tr:nth-child(odd){background:none;}
.wznrys pre.wp-block-code{margin:50px 0px;position:relative;background:#282922;padding-top:36px;border-radius:5px;box-shadow:0 10px 30px 0 rgba(0,0,0,.4);}
.wznrys pre.wp-block-code code{font-size:13px;line-height:1.8;padding:15px 20px;border-radius:0px 0px 10px 10px;}
.wznrys pre.wp-block-code code:before{content:attr(class);position:absolute;top:6px;right:20px;color:#3e3e3e;text-transform:uppercase;}
.wznrys pre.wp-block-code code table{border:none;line-height:1.8;margin:0;}
.wznrys pre.wp-block-code code table tr{border-bottom:1px solid #272727;}
.wznrys pre.wp-block-code code table tr:nth-child(odd){background:none;}
.wznrys pre.wp-block-code code table tr:last-child{border-bottom:none;}
.wznrys pre.wp-block-code code table tr td.hljs-ln-numbers{width:30px;}
.wznrys pre.wp-block-code code table tr td.hljs-ln-numbers .hljs-ln-n{text-align:center;color:#5a5a5a;font-weight:300;}
.wznrys pre.wp-block-code code table tr td.hljs-ln-numbers .hljs-ln-n:before{padding-right:10px;}
.wznrys pre.wp-block-code code table tr td.hljs-ln-code{border-left:1px solid #272727;text-indent:12px;}
.wznrys pre.wp-block-code code table tr td{border:none;text-align:inherit;line-height:inherit;}
.wznrys pre.wp-block-code:before{content:"";position:absolute;border-radius:50%;background:#fc625d;width:12px;height:12px;left:14px;top:12px;box-shadow:20px 0 #fdbc40,40px 0 #35cd4b;z-index:2;}
.wznrys .wp-block-image{margin-bottom:30px;}
.wznrys .wp-block-image figure{}
.wznrys .wp-block-image figure img{}
.wznrys .wp-block-image figure.aligncenter{}
.wznrys .wp-block-image figure.aligncenter img{display:block;margin:auto;}
.wznrys figure{border:none!important;}
.wznrys figcaption{font-size:12px;font-weight:300;margin:15px 0px!important;text-align:center;}
.wznrys .wp-block-gallery figcaption{margin:0!important;}
.wznrys .wp-block-table{}
.wznrys .wp-block-table table{border:1px solid #e9e9e9;font-size:14px;margin-bottom:20px;border-right:none;border-bottom:none;}
.wznrys .wp-block-table table{}
.wznrys .wp-block-table table tr{border-bottom:1px solid #e7e7e7;}
.wznrys .wp-block-table table tr td,
.wznrys .wp-block-table table tr th{padding:12px 20px;border-right:1px solid #e7e7e7;}
.wznrys .wp-block-audio{margin-bottom:40px;}
.wznrys .wp-block-cover{margin-bottom:40px;}
.wznrys .wp-block-cover .wp-block-cover__inner-container{margin:0px 10%;}
.wznrys .wp-block-search{margin-bottom:30px;}
.wznrys .wp-block-search .wp-block-search__label{display:none;}
.wznrys .wp-block-search .wp-block-search__inside-wrapper{background:#ebe9e9;padding:15px 20px;border-radius:5px;}
.wznrys .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input{background:#fff;border:none;border-radius:10px 0px 0px 10px;text-indent:15px;color:#a7a6a6;}
.wznrys .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button{background-color:#dc3544;margin-left:0px;border:none;font-size:14px;color:#fff;border-radius:0px 10px 10px 0px;padding:8px 25px;}
.wznrys .has-text-align-left{text-align:left;}
.wznrys .has-text-align-center{text-align:center;}
.wznrys .has-text-align-right{text-align:right;}

/*mbx*/
.breadcrumb_loop{list-style:none;padding:0px;background:none;margin:0;display:flex;}
.breadcrumb_loop li{display:flex;margin:5px 0px;}
.breadcrumb_loop li a{display:flex;}
.breadcrumb_loop li a:after{content:'\F285';font-family:'bootstrap-icons';margin:0px 5px;color:#ccc;}
.breadcrumb_loop li:last-child a:last-child:after{display:none}
@media (max-width:768px){
    .breadcrumb_loop{white-space:nowrap;overflow-x:auto;overflow-y:hidden;}
}

/*fy*/
.posts-nav{text-align:center;}
.posts-nav .page-numbers{color:#606060;display:inline-block;padding:10px 15px;font-size:12px;background-color:#efefef;margin:0 2px;font-family:Arial;transition:all .6s;}
.posts-nav .current,
.posts-nav .page-numbers:hover{color:#fff;background-color:#434343;}

/*contact_accordion_button*/
.contact_accordion_button[aria-expanded="true"]{background:#212529;color:#fff;}
.contact_accordion_button[aria-expanded="false"]{background-color:#F2F1EF;color:#222529;}
.page_background{background:#F2F1EF;}

/*main_loop_product*/
.product-image-wrapper{overflow:hidden;}
.product-image-hover{transition:all 0.6s ease;}
.product-image-hover img{transition:transform 0.6s ease;}
.product-view-link{background:rgb(0 0 0 / 80%);transition:opacity 0.3s ease;}
.product-image-wrapper:hover .product-image-hover{opacity:1!important;}
.product-image-wrapper:hover .product-image-hover img{transform:scale(1.1);}
.product-image-wrapper:hover .product-view-link{opacity:1!important;}

/*product-single-start*/
.product_meta{}
.product_meta .sku_wrapper{margin-right:20px;}
.product_meta .posted_in{}

/*product-single-start jiage_bianti*/
.bianti_style{border-top:1px solid #ededed;padding-top:20px;}
.bianti_style .variations tr th label{margin-right:15px;text-transform:uppercase;margin-bottom:15px;}
.bianti_style .variations select{display:none;}
.bianti_style .variation-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:15px;}
.bianti_style .variation-button{padding:8px 15px;border:1px solid #ddd;border-radius:4px;cursor:pointer;background:#fff;color:#333;}
.bianti_style .variation-button.selected{background:#000;color:#fff;border-color:#000;}
.bianti_style .reset_variations{display:none;}
@media (max-width:768px){
    .bianti_style .variation-button{font-size:12px;padding:8px;}
    .bianti_style .variations tr{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:2px;}
    .bianti_style .variations tr th label{margin-bottom:5px;margin-right:0px;}
}

/*product-single-start kebian_jiage_add_to_cart*/
.bianti_style .single_variation_wrap{}
.bianti_style .single_variation_wrap .woocommerce-variation{border-top:1px solid #ededed;padding:30px 0px 30px 0px;margin-top:5px;font-size:26px;font-weight:bold;}
.bianti_style .single_variation_wrap .woocommerce-variation-add-to-cart{display:flex;align-items:center;}
.bianti_style .single_variation_wrap .woocommerce-variation-add-to-cart .quantity{}
.bianti_style .single_variation_wrap .woocommerce-variation-add-to-cart .quantity input{border:1px solid #ccc;padding:10px;font-size:16px;width:80px;border-radius:5px;}
.bianti_style .single_variation_wrap .single_add_to_cart_button{background:#000000!important;color:#fff;padding:15px 30px;border-radius:5px;font-size:16px;font-weight:600;margin-left:15px;cursor:pointer;transition:all 0.6s ease;}
.bianti_style .single_variation_wrap .added_to_cart{display:none;}

/*product-single-start product-images*/
.product-images-nav{}
.product-images-nav button{margin:0px;padding:0px;border:1px solid #ffffff00;background:none;margin-bottom:24px;width:100%;}
.product-images-nav button img{width:100%;}
.product-images-nav button.active{border:1px solid #030303;}
.product-images-zoom{}
.product-images-zoom i{}
@media (max-width:768px){
    .product-images-nav button{margin-bottom:8px;}
}

/*product-single-start main-content-tab-name*/
.single-content-tab-name{display:flex;align-items:center;margin-bottom:40px;}
.single-content-tab-name button{font-size:16px;margin-right:30px;text-transform:uppercase;color:#7e7e7e;border-bottom:3px solid #ffffff;padding-bottom:10px;font-weight:bold;}
.single-content-tab-name button.active{border-bottom:3px solid #030303;color:#000000;}

/*product-single-start pinglun-Reviews*/
.woocommerce-Reviews{}
.woocommerce-Reviews .woocommerce-Reviews-title{display:none;}
.woocommerce-Reviews #comments{margin-bottom:50px;padding-bottom:20px;border-bottom:1px solid #ececec;}
.woocommerce-Reviews #comments ol.commentlist{column-count:4;column-gap:20px;}
.woocommerce-Reviews #comments ol.commentlist li{padding:20px 20px 25px 20px!important;background:#f7f7f7!important;box-shadow:0px 5px 10px 4px #00000003;break-inside:avoid-column;margin-bottom:20px!important;display:inline-block;width:100%;}
.woocommerce-Reviews #comments ol.commentlist li .comment_container{position:relative;}
.woocommerce-Reviews #comments ol.commentlist li .comment_container img{border:none!important;padding:0px!important;width:42px!important;border-radius:50%;}
.woocommerce-Reviews #comments ol.commentlist li .comment_container .comment-text{border:none!important;padding:0!important;position:relative;margin:0 0 0 60px!important;}
.woocommerce-Reviews #comments ol.commentlist li .comment_container .comment-text .star-rating{float:inherit;margin-bottom:10px;margin-top:5px;font-size:12px;}
.woocommerce-Reviews #comments ol.commentlist li .comment_container .comment-text p.meta{margin:0px!important;font-size:14px!important;padding-bottom:15px!important;color:#999!important;}
.woocommerce-Reviews #comments ol.commentlist li .comment_container .comment-text .description{line-height:1.6;}
.woocommerce-Reviews #comments ol.commentlist li .comment_container .comment-text .description p{margin:0px!important;padding:0!important;font-size:14px;}
.woocommerce .star-rating span::before{color:#f7a325;}
.woocommerce p.stars a::before{color:#f7a325;}
.woocommerce-Reviews #review_form_wrapper{}
.woocommerce-Reviews #review_form_wrapper .comment-reply-title{display:none}
.woocommerce-Reviews #review_form_wrapper form{width:60%;padding:40px;background:#f7f7f7;box-shadow:0px 5px 10px 4px #00000003;margin:0 auto;}
.woocommerce-Reviews #review_form_wrapper form .comment-form-rating{display:flex;align-items:center;margin-bottom:15px;}
.woocommerce-Reviews #review_form_wrapper form .comment-form-rating label{margin-right:15px;font-size:14px;}
.woocommerce-Reviews #review_form_wrapper form .comment-form-rating p.stars{margin:0px!important;padding:0!important;font-size:12px;line-height:1;}
.woocommerce-Reviews #review_form_wrapper form .comment-form-comment{margin-bottom:0px!important;}
.woocommerce-Reviews #review_form_wrapper form .comment-form-comment label{font-size:14px;margin-bottom:10px;}
.woocommerce-Reviews #review_form_wrapper form .comment-form-comment textarea{background:#ffffff;border:none;border-radius:8px;padding:10px 20px;color:#4d5e6c;}
@media (max-width:1200px){
    .woocommerce-Reviews #comments ol.commentlist{column-count:3;}
}
@media (max-width:992px){
    .woocommerce-Reviews #comments ol.commentlist{column-count:2;}
    .woocommerce-Reviews #review_form_wrapper form{width:100%}
}
@media (max-width:768px){
    .woocommerce-Reviews #comments ol.commentlist{column-count:1;}
}


/*checkout page - left right style*/
.wc-block-components-sidebar-layout .wc-block-components-main{padding-right:50px!important}
.wc-block-components-sidebar{padding-left:0px!important}

/* my-account/view-order View*/
.wc-item-meta{}
.wc-item-meta li{display:flex;}
.wc-item-meta li strong{margin-right:10px;}
.wc-item-meta li p{margin-bottom:0px;}

/* my-account/edit-address/billing */
.ds_edit_address{}
.ds_edit_address p{margin-bottom:15px!important;}
.ds_edit_address p label{display:block;font-size:14px;margin-bottom:5px;}
.ds_edit_address p input{width:100%;padding:10px;border:1px solid #ccc;border-radius:5px;}
.ds_edit_address .select2-container .select2-selection--single{height:42px;border:1px solid #ccc;}
.ds_edit_address .select2-container .select2-selection--single .select2-selection__rendered{height:40px;line-height:42px;text-indent:2px;}
.ds_edit_address .select2-container--default .select2-selection--single .select2-selection__arrow{top:8px;right:10px;}

/*account_navigation*/
.account_navigation{}
.account_navigation .is-active a{font-weight:600;color:#000;}
.account_navigation a{color:#848484;font-weight:300;}

/*other*/
textarea#order_comments{padding:10px 15px;}
.woocommerce form.checkout_coupon .coupon-error-notice{position:absolute;left:16px;bottom:10px;}
@media (max-width:768px){
    .woocommerce-MyAccount-navigation-link--customer-logout{display:none}
}