/**
* Theme Name: Goya Child Theme
* Description: This is a child theme of Goya, automatically generated.
* Author: <a href="https://themeforest.net/user/everthemess">Everthemes</a>
* Template: goya
* Version: 1.0.8.1
*/

.page-template-default:not(.woocommerce) .page-header{
	margin-bottom:0!important;
}
.woocommerce-account {
	
	background:#f2f3f4;
}
.woocommerce-account.logged-in .post-content > .woocommerce{
		padding:30px;
		backg:#fff;
		margin-top:30px;
	}

.woocommerce-MyAccount-navigation{
	background:#f2f3f4;
	padding:20px 0;
}

.article-body{
	margin-top:-80px;
}

.et-MyAccount-user-info{
	
}

.et-username{
	font-size:24px;
}

.et-MyAccount-user-image{
	display:none;
}

.et-MyAccount-user{
	margin-bottom:20px;
	min-height:40px;
}

.et-username{
	font-size:24px!important;
	padding-left:1.3em
}

.woocommerce-MyAccount-content .shop_table tr th{
	background:#f3f4f5;
	padding-bottom:0px;
	line-height:3	
}

.woocommerce-MyAccount-content .shop_table tr th,.woocommerce-MyAccount-content .shop_table tr td{
	border:none;
	border-bottom:1px solid  #ddd;
}

@media (min-width: 768px){
    .hero-header .hero-title.parallax_image {
        min-height: 40vh !important;;
    }
}


@media (max-width: 991px){
	.et-MyAccount-user-info .et-username{
		padding-left:0
	}
	
	.hentry ul:not([class]){
		margin-left:0;
		padding-left:0;
	}
	
	.woocommerce-MyAccount-navigation{
		margin-top:0px;
	}
	
	.woocommerce-MyAccount-navigation ul li a{
		font-size:0.95em;
		text-align:left;
	}
	
	.woocommerce-account.logged-in .post-content > .woocommerce{
		padding:15px;
	}
	
	.woocommerce-MyAccount-navigation ul li{
		justify-content:flex-start;
		padding-left:1em;
	}
	
}



/* theme style start  */
.page-header-regular .header,
.footer.site-footer.light{
    background-color: #fff;
}
.footer.site-footer.light .footer-widgets{
    padding-bottom: 0 !important;
    border: none;
}
.footer.site-footer.light .footer-widgets h2.widgettitle{
    font-size: 15px;
    font-weight: 600;
    color: #3E3E3F !important;
    font-family: 'Cabin';
}
.footer.site-footer.light .footer-widgets ul.menu > li{
    font-size: 15px;
    line-height: 18px;
    font-family: 'Cabin';
    color: #3E3E3F !important;
}
.footer.site-footer.light .footer1{
    padding: 0 !important;
}
#footer-bar{
    border: 0;
}
#footer-bar > .container{
    padding: 0 !important;
}
#footer-bar {
    padding: 20px 0 15px;
}
#footer-bar .footer-items.footer-left ul{
    list-style: none;
    display: flex;
    align-content: center;
}
#footer-bar .footer-items.footer-left ul img {
    width: auto;
    height: 25px;
}
#footer-bar .footer-items.footer-left ul > li:not(:first-child){
    margin-left: 20px;
}
#footer-bar .footer-items.footer-right .copyright{
    font-size: 16px;
    text-align: right;
}
#cookie-notice{ 
    position: static !important;
}
#cookie-notice #cn-notice-text{
    color: #3E3E3F !important;
    font-size: 15px;
}
#cookie-notice .cookie-notice-container > .container{
    padding: 20px 0;
    border-top: 1px solid #57585A;
    display: flex;
    
    align-items: center;
    justify-content: space-between;
}

#cookie-notice #cn-accept-cookie{
    background-color: #303A68;
    border-radius: 5px;
    color: #fff;
    padding: 5px 15px;
}

/* 產品分類 */
ul.products .product-inner{
    border-radius: 10px;
    border: 2px solid #303A68;
    padding: 15px;
    box-shadow: 0 0 10px rgba(48,58,104,.5);
}
ul.products.shop_display_grid .product-inner >.wishlist-btn{
    z-index: 99;
    position: absolute;
    right: 30px;
}
ul.products.shop_display_list .product-inner >.wishlist-btn,
ul.products .product-inner .caption > .wishlist-btn,
ul.products.shop_display_grid .product-inner .caption > .wishlist-btn{
    display: none;
}
ul.products .wishlist-btn a span.et-icon{
    font-size: 20px;
}
ul.products .wishlist-btn .add_to_wishlist.single_add_to_wishlist:hover span.icon,
ul.products .wishlist-btn .et-icon.et-heart-fill{
    color: #EE1D23;
}

ul.products .product-inner .product-title > h2,
ul.products .product-inner .product_after_title .product_after_shop_loop_price .price .woocommerce-Price-amount.amount{
    font-family: Roboto;
    font-size: 18px;
    font-weight: 600;
    color: #3E3E3F;
    margin: 0;
}

ul.products .bottom-container{
    margin-top: 10px;
    padding-top: 8px;
    border-top: 2px solid #303A68;
    display: flex;
    justify-content: space-between;
    align-content: center;
    font-size: 14px;
    color: #3E3E3F;
    font-weight: 550;
}
#shop-products ul.products .product-title a{
    /*height: 45px;*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2; 
    -webkit-box-orient:vertical;
}

/* 产品头部搜索框 */
.header-search-container .WooAjaxSearch_shortcode,
.header-search-container .WooAjaxSearch_ajax-wrapper{
    position: static;
}
.header-search-container .wpb_text_column.wpb_content_element.search_box{
    margin-bottom: 0 !important;
}
.header-search-container {
    border-width: 0 0 2px;
    border-style: solid;
    border-color: #D1D2D4;
    padding: 0 30px 20px;
}
.header-search-container .WooAjaxSearch_shortcode .WooAjaxSearch_ajax-wrapper .WooAjaxSearch_search-wrapper input{
	box-shadow:none;
	border:3px solid #D1D2D4;
	border-radius: 30px;
    padding-left: 50px !important;
    font-size: 18px;
}
.header-search-container .WooAjaxSearch_shortcode .WooAjaxSearch_ajax-wrapper .WooAjaxSearch_search-wrapper input::-webkit-input-placeholder {
    font-weight: 600;
}
.header-search-container .WooAjaxSearch_shortcode .WooAjaxSearch_ajax-wrapper .WooAjaxSearch_input-wrapper img{
    top: 50%;    
    transform: translateY(-50%);
}
.header-search-container .WooAjaxSearch_shortcode .WooAjaxSearch_ajax-wrapper .WooAjaxSearch_input-wrapper:after{
    content: '';
    width: 30px;
    height: 30px;
    background: url('/wp-content/uploads/2024/05/search.png');
    background-size: 100% 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%) rotate(45deg);
}

/* 侧边栏 */
.shop-sidebar-col.col.shop-widget-scroll #cu-shop-sidebar .wcpf-field-title .text{
    color: #3E3E3F;
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
}

.shop-sidebar-col.col.shop-widget-scroll #cu-shop-sidebar .wcpf-field-title button {
    font-size: 16px;
    line-height: 16px;
    color: #D1D2D4;
}
#cu-shop-sidebar{
    border: 2px solid #DBDBDD;
    padding: 0 15px;
}

#cu-shop-sidebar .wcpf-input-container:has(input[type=checkbox]:checked):after{
    display: none;
}
#cu-shop-sidebar .wcpf-input-container:has(input[type=checkbox]:checked){
    background-color: #303A68;
    border-color: #303A68;
}

#cu-shop-sidebar .wcpf-field-item:not(:last-child){
    padding-bottom: 10px;
}
#cu-shop-sidebar .wcpf-field-item:not(:first-child){
    border-top: 2px solid #DBDBDD;
    padding-top: 10px;
}

#cu-shop-sidebar .wcpf-price-slider-min-max-inputs{
    flex-wrap: wrap;
}
#cu-shop-sidebar .cu-price-container{
    width: 100%;
    position: relative;
}
#cu-shop-sidebar .cu-price-container input{
    width: 100%;
    border-radius: 10px;
    padding: .4rem .75rem .4rem 4rem;
    height: auto;
}
#cu-shop-sidebar .cu-price-container:last-child{
    margin-top: 10px;
    
}
#cu-shop-sidebar .cu-price-container span font{
    margin-left: 8px;
    font-weight: 500;
}
#cu-shop-sidebar .cu-price-container span{
    position: absolute;
    left: 12px;
    top: 48%;
    transform: translateY(-50%);
}
#cu-shop-sidebar .wcpf-button.wcpf-button-action-reset{
    border-radius: 40px;
    margin-top: 20px;
    background-color: #303A68;
    font-weight: 550;
    font-size: 17px;
    color: #fff;
}

.woocommerce-pagination.et-pagination .page-numbers .next,
.woocommerce-pagination.et-pagination .page-numbers .prev{
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    border-radius: 50%;
    background-color: #939598;
    font-size: 18px;
    font-weight: 550;
}

.shop-products-col.col #shop-display-small{
    display: none;
}
.shop-products-col.col .products.shop_display_list .item {
    flex: 0 0 100%;
    max-width: 100%;
}
.shop-products-col.col .products.shop_display_list .item .product_thumbnail {
    width: 20%;
}
.shop-products-col.col .products.shop_display_list .product-excerpt{
    display: none;
}
ul.products.shop_display_list .product-inner .caption > .wishlist-btn{
    display: block;
    margin-bottom: 15px;
}
ul.products.shop_display_list .product-inner .caption{
    margin-left: 20px;
    width: 70%;
}
ul.products.shop_display_list .product-inner .caption > .wishlist-btn .yith-wcwl-add-to-wishlist{
    float: none;
    padding-left: 0;
}
ul.products.shop_display_list .product-inner .caption .product-title{
    margin-bottom: 10px;
}
ul.products.shop_display_list .product-inner .caption .product-title a{
    height: auto !important;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
}
ul.products.shop_display_list .product-inner .caption > .wishlist-btn .yith-wcwl-add-to-wishlist .text{
    right: calc(100% + 10px);
    margin-top: -5px;
}
ul.products.shop_display_list .product-inner .product_after_title .product_after_shop_loop_price .price .woocommerce-Price-amount.amount{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}
.similar-items-title{
    color: #303A68;
    font-size: 30px !important;
    font-weight: 900;
    line-height: 24px;
}
.similar-items-title:after{
    display: none;
}   
.cu-proudcts-slider .woocommerce-product-gallery.images.wpgs-wrapper.wpgs-has-gallery-images {
    width: 100%;
}
.cu-proudcts-slider .slick-slide img{
    width: 100%;
}
.cu-proudcts-slider .slick-arrow:after{
    font-size: 22px;
    color: #fff;
    line-height: 40px;
    display: inline-block;
    height: 40px;
    font-weight: 600;
    margin-top: -5px;
    /*vertical-align: middle;*/
}
.cu-proudcts-slider .slick-prev.slick-arrow:after{
    content: '<';
}
.cu-proudcts-slider .slick-next.slick-arrow:after{
    content: '>';
}

.cu-proudcts-slider .wpgs-thumb.slick-initialized.slick-slider .slick-arrow{
    display: none !important;
}
#shop-products .woocommerce-ordering{
    background-color: #303A68;
    border-radius: 40px;
}
#shop-products .woocommerce-ordering select{
    color: #fff;
}
#shop-products .woocommerce-ordering:after{
    color: #fff;
    margin-left: -25px !important;
}
ul.products .wishlist-btn {
    z-index: 99;
    position: absolute;
    right: 20px;
}
ul.products .wishlist-btn .text{
    right: 100%;
    margin-top: -5px;
}
.product-information .product_title {
    font-weight: 600;
}
.product-information .woocommerce-Price-amount bdi {
    color: #3E3E3F;
    font-weight: 700 !important;
}

.description-table td{
    border: 0 !important;
    padding: 0 !important;
    color: #3E3E3F;
    font-size: 16px;
    font-weight: 600;
}
.description-table{
    margin-top: 20px;
    border: 2px solid #303A68;
    border-radius: 15px;
    padding: 15px 20px 20px 20px;
}
.description-table tr:first-child td{
    padding: 5px 0 5px !important;
    border-bottom: 2px solid #D1D2D4 !important;
}
.description-table tr:not(:first-child) td{
    padding: 5px 0 10px !important;
}
.description-table tr:not(:first-child) {
    border-bottom: 2px solid #D1D2D4 !important;
}

.product-information .stock.in-stock,
.product-information .et-pro-summary-content .yith-wcwl-add-to-wishlist{
    display: none;
}
.product-information .et-pro-summary-content .cart .et-wishlist-div-open {
    flex-wrap: wrap !important;
    padding-top: 0;
}
.product-information .quantity-container{
    width: 100%;
}
.product-information .quantity-container p{
    margin-bottom: 10px;
    color: #939598;
    font-size: 16px;
}
.product-information .quantity-container .quantity{
    border-radius: 15px !important;
}
.product-information .et-pro-summary-content .single_add_to_cart_button {
    width: 100%;
    margin-top: 20px;
    border-radius: 40px;
    background-color: #303A68;
    font-size: 18px;
    font-weight: 700;
}
.cu-proudcts-slider .brandAndwishlist{
    height: 40px;
}
.cu-proudcts-slider .brandAndwishlist > .yith-wcwl-add-to-wishlist {
    margin-top: 0;
}
.cu-proudcts-slider .brandAndwishlist .text{
    margin-top: -5px;
    right: 100%;
}
.cu-proudcts-slider .brandAndwishlist .et-icon.et-heart-fill,
.cu-proudcts-slider .brandAndwishlist .et-icon.et-heart-fill:hover {
    color: red;
}
.cu-proudcts-slider .brandAndwishlist .icon {
    font-size: 18px;
    border: 1px solid #B8B9BC;
    padding: 6px 10px;
    border-radius: 50%;
}
#side-cart .cu-quantity-title,
tr.woocommerce-cart-form__cart-item.cart_item .cu-quantity-title {
    display: none !important;
}

.product-information .price {
    color: #BCBDC0;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
}
.product-information .price .woocommerce-Price-amount {
    margin-top: -8px;
}
.product-information .woocommerce-breadcrumb,
.product-information .yith-wcact-item-condition,
.product-information #yith_wcact_manual_bid_increment,
.product-information #yith_wcact_reserve_and_overtime {
    display: none;
}
.product-information .yith-wcact-time-left-main {
    background-color: #fff;
}
.product-information .yith-wcact-time-left-main  .yith-wcact-container-timeleft {
    padding: 0;
}
.product-information .yith-wcact-time-left-main  .yith-wcact-container-timeleft label,
.product-information .yith-wcact-time-left-main  .yith-wcact-container-timeleft span {
    color: #939598;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
}
.product-information .yith-wcact-time-left-main #auction_end {
    margin: 0;
}
.product-information .yith-wcact-time-left-main #dateend {
    color: #F12750;
    font-weight: 500;
}
#show-popup{
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    background-color: #303A68;
    border-radius: 40px;
    margin-top: 30px;
    padding: 5px 0;
}
#yith-wcact-form-bid{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    border-radius: 20px;
    background-color: #fff;
    padding: 50px 40px 30px;
    z-index: 1000;
    max-width: 800px;
    width: 100%;
    margin: 0;
    display: none;
}
#curtain-container{
    width: 100vw;
    height: 100vh;
    background-color: rgba(0 , 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
#yith-wcact-form-bid .ywcact-your-bid-header,
#yith-wcact-form-bid .ywcact-currency-symbol.ywcact-currency-value,
#yith-wcact-form-bid  .cu-quantity-title{
    display: none;
}
#yith-wcact-form-bid .cu-info-box .info-title {
    color: #3E3E3F;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 20px;
}
#yith-wcact-form-bid .cu-info-box .info-price span {
    display: block;
    font-size: 16px;
    color: #949598;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 3px;
}
#yith-wcact-form-bid .cu-info-box .info-price {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #3E3E3F;
    line-height: 26px;
}
#yith-wcact-form-bid .specific-description{
    margin-bottom: 20px;
}
#yith-wcact-form-bid .specific-description span,
#yith-wcact-form-bid .specific-description label {
    color: #939598;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
}
#yith-wcact-form-bid .specific-description .ywcact-auction-end-date {
    margin: 0;
}
#yith-wcact-form-bid .specific-description .yith_auction_datetime_shop {
    color: #F12750;
    font-weight: 500;
}
#yith-wcact-form-bid .ywcact-price-title{
    margin-bottom: 10px;
    color: #3E3E3F;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
}
#yith-wcact-form-bid .ywcact-price-group{
    display: flex;
}
#yith-wcact-form-bid .ywcact-price-group .quantity-container{
    width: 70%;
}
#yith-wcact-form-bid .ywcact-price-group .quantity-container .quantity {
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
}
#yith-wcact-form-bid .ywcact-price-group .quantity-container .minus{
    margin-left: 10px;
}
#yith-wcact-form-bid .ywcact-price-group .quantity-container .plus{
    margin-right: 10px;
}
#yith-wcact-form-bid .ywcact-price-group .auction_bid {
    border-radius: 40px;
    background-color: #303A68;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    margin-left: 30px;
    padding: 0 30px;
}
#yith-wcact-form-bid .bottom-text {
    text-align: center;
    font-size: 14px;
    margin-top: 35px;
}
#yith-wcact-auction-add-to-cart-button span{
    display: none;
}
#yith-wcact-auction-add-to-cart-button{
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    background-color: #303A68;
    border-radius: 40px;
    margin-top: 30px;
    padding: 5px 0;
}
#minicart-panel a.button.wc-forward{
    border: 1px solid #303A68;
    border-radius: 20px;
    color: #303A68;
    font-weight: 700;
}
#minicart-panel a.button.checkout.wc-forward{
    border-radius: 20px;
    color: #fff;
    background-color: #303A68;
    font-weight: 700;
}
.hero-header.page-padding{
    padding-top: 80px;
}
#mobile-menu .action-icons .account-login,
#mobile-menu .action-icons .account-reg{
    display: none;
}
@media(max-width: 765px){
    #colophon .footer1{
        padding: 0 15px !important;
    }
    #footer-bar .footer-items.footer-left ul{
        justify-content: center;
    }
    #footer-bar .footer-items.footer-right .copyright{
        text-align: center;
    }
    .product-information .quantity-container .quantity{
        justify-content: space-between;
    }
    .product-information .quantity-container .quantity{
        justify-content: space-between;
    }
}

.recharge-btn {
    display: inline-block;
    padding: 5px 22px;
    background-color: #303A68;
    color: #fff !important;
    margin-left: 10px;
    border-radius: 10px;
    font-size: 15px;
}
#wc_bis_send_form,
.wc-bis-pending-notifications-table .button.woocommerce-Button {
    background-color: #303A68;
    padding: 6px 24px !important;
}


.hero-header {
    padding-top: 80px;
    margin-bottom: 20px;
}

.products .product .product_thumbnail > a {
    width: 100%;
    padding-bottom: 100%;
}

.products .product .product_thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translate3d(-50%, -50%, 0) !important;
    object-fit: cover;
}

.products .product .product_thumbnail.et-image-hover .product_thumbnail_hover {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) scale(0.5, 0.5) !important;
}

.no-touch .products .product .product_thumbnail.et-image-hover > a:hover .product_thumbnail_hover {
    width: 100%;
    object-fit: contain;
    background-color: #fff;
    transform: translate3d(-50%, -50%, 0) scale(1, 1) !important;
}

.products:not(.shop_display_list) .et-listing-style4 .product-title a,
.products:not(.shop_display_list) .et-listing-style1 .product-title a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
}



#et-quickview .quantity-container,
.sticky-product-bar.active .quantity-container {
    width: 100%;
    display: flex;
    align-items: center;
}
#et-quickview .quantity-container .cu-quantity-title,
.sticky-product-bar.active .quantity-container .cu-quantity-title {
    margin-bottom: 0;
    margin-right: 30px;
}

#et-quickview .single_add_to_cart_button{
    width: 100%;
    margin-top: 30px;
    border-radius: 40px;
    background-color: #303A68;
    font-size: 18px;
    font-weight: 700;
}

.hero-header .hero-title{
    padding: 0 !important;
    min-height: 0 !important;
}

.parallax_image.vh-height.hero-title .container.hero-header-container,
.hero-light-title .hero-header .hero-title.parallax_image:before{
    display: none;
}

.parallax_image.vh-height.hero-title {
    min-height: 200px !important;
    background-size: 100%;
}
@media(max-width: 765px) {
    .parallax_image.vh-height.hero-title {
        min-height: 100px !important;
    }
}
@media(max-width:465px) {
    .parallax_image.vh-height.hero-title {
        min-height: 60px !important;
    }
}

#side-filters .widget_product_categories {
    display: none;
    border: 2px solid #DBDBDD;
    padding: 0 15px;
}

#side-filters .widget_product_categories ul .current-cat {
    background-color: rgb(48, 58, 104);
    border-radius: 10px;
}
#side-filters .widget_product_categories ul .current-cat a,
#side-filters .widget_product_categories ul .current-cat .count{
    color: #fff;
    background: transparent;
}
#side-filters .widget_product_categories ul .current-cat a:after {
    display: none;
}

#side-filters .widget_product_categories ul {
    margin-bottom: 30px;
}

.contact-container {
    margin: 0 auto;
}
.contact-container .contact-input-container label.wpforms-field-label,
.contact-container .contact-textarea-container label.wpforms-field-label{
    font-weight: 700;
}
.contact-container .contact-input-container input[type=text],
.contact-container .contact-textarea-container textarea{
    border-radius: 10px;
}

.contact-container .contact-button {
    background-color: #303A68 !important;
}
@media(min-width: 765px) {
    .contact-container .contact-textarea-container textarea {
        max-width: 60%;
    }
}

#colophon .footer-widgets .row {
    justify-content: space-around;
}






