/**
	Theme Name: Goya Child Theme
	Description: This is a child theme of Goya.
	Template: goya
	Version: 1.0
	Author: Everthemes
	Author URI: http://themeforest.net/user/luisvelaz
	Tags: responsive-layout, flexible-header, custom-colors, mega-menu, woocommerce, shop, ajax, page-builder, translation-ready, gutenberg
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.home #social-media i{
    padding-left:15px;
}

.home #social-media a {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
}

.home #social-media a:hover {
    color: #fdfdfdba;
}

.shop_categories_list li, .shop_categories_list li:first-child ,.shop_categories_list li:last-child {
    background-color: #ebebeb;
    border-radius: 25px;
    padding: 0px 15px;
    margin: 3px !important;
}

.item .product-inner{
    background-color: #f8f8f8;
    border-radius: 5px;
    text-align: center !important;
    padding-bottom: 20px;
}

.products.show-rating .product_after_shop_loop_price {
    display: inline-flex;
    align-items: center;
}

.actions-inner{
    display:none;
}


@media screen and (max-width: 575px) {
    .products .product:nth-child(even), .products .product:nth-child(odd) {
        padding: 0px 7.5px !important;
    }
    
    .item .product-inner{
        background-color: #f8f8f8;
        border-radius: 5px;
    }
    
    .item .product-inner .caption{
        padding:10px 20px;
    }
    
    .products .product-title h3 a {
        background: transparent !important;
    }
    
    .products .et-listing-style4 .product_thumbnail {
        margin-bottom: 0;
        border-radius: 5px 5px 0px 0px;
    }

}

@media screen and (max-width: 575px) {
	#additional-cart-pr .additional-cart-butns .vc_col-sm-4{
		position: fixed;
		z-index: 9;
		bottom: 0;
		background: white;
		border-top: solid 1px;
		text-align: center;
		padding: 0px;
		margin: 0px;
	}

	#additional-cart-pr #additional-cart-skip{
		float: unset !important;
		width: 50%;
		background: black;
		padding: 0px;
		margin: 0px;
	}

	#additional-cart-pr #additional-cart-proceed{
		float: unset;
		padding: 0px;
		margin: 0px;
		background: #ba9643;
		width: 50%;
	}

	#additional-cart-skip a{
		background-color: #000 !important;
	}

	#additional-cart-proceed a{
		background-color: #ba9643 !important;
	}

	#additional-cart-pr{
		padding-left:15px !important;
	}
	
}


#additional-cart .shopping-cart-content{
	width: 575px;
	display:block;
}

#additional-cart .cart_totals {
	padding: 10px 10px 0;
}

#additional-cart .cart_totals .cart-subtotal th,#additional-cart .cart_totals .order-total th{
	border-left: 0px;
    border-right: 0px;
}

#additional-cart .cart_totals .cart-subtotal th td,#additional-cart .cart_totals .order-total th td{
    border-right: 0px;
}

#additional-cart .cart-collaterals {
   width: 350px;
}

#additional-cart .cart-collaterals .woocommerce-shipping-totals.shipping{
    display:none;
}

#additional-cart .et-product-details .product-name{
    padding: 0px;
    display: contents;
    width: inherit
}

#additional-cart .quantity .qty {
    width: 10%;
    min-width: initial;
}

#additional-cart .product-quantity{
    font-size: 12px;
    padding: 0px;
}

#additional-cart .quantity .plus svg, #additional-cart .quantity .minus svg {
    width:12px;
    height:12px;
}

#additional-cart .hentry table th{
    border:0px solid #000000;
}

#additional-cart .cart-subtotal td, #additional-cart .order-total td{
    text-align:center;
}


/* Check out Page - Shipping Date Text updation*/
.byconsolewooodt_delivery_type input:checked + label[for="byconsolewooodt_delivery_type_levering"] {
    background-color: #e8e8e8;
}

#byconsolewooodt_checkout_field{
    padding-right:5%;
}

#byconsolewooodt_checkout_field h2{
    font-size: 1.5rem;
    margin-bottom: 8px;
}

#ui-datepicker-div[style] {
	z-index:99 !important;
}

/* Check out Page - Shipping Date Text updation*/


table.variations tr{
    border-bottom: solid 1px #dcdcdc;
}

table.variations tr:nth-last-child(1){
        border-bottom: solid 0px;
}

table.variations td.woo-variation-items-wrapper{
    padding-bottom:20px;
}

table.variations td.label{
    padding-top:20px;
}


/* Shop Page Mobile Version - Filters Block version*/
@media screen and (max-width: 575px) {
.shop_categories_list_drplist {
  width: 100%;
  display:block !important;
}

.shop_categories_list{
  display:none; 
  text-align: left;
  margin-top: 0px;
  background-color: #ebebeb;
}

.shop_categories_list li, .shop_categories_list li:first-child, .shop_categories_list li:last-child {
    border-radius: 0px;
    display: block;
    padding: 0px 15px;
}

.category-nav-toggle-label{
    width: 100%;
    line-height: 2.8em;
    border: 0px;
    letter-spacing:3px;
    color:#868686;
    text-transform: uppercase;
    text-align: left;
}

.category-nav-toggle-label:after {
    font-size: 24px;
    content: "+";
    position: absolute;
    right: 5px;
    font-family: auto;
}

.category-nav-toggle-label, #shop-page-custom-row{
    display:block !important;
}

.page-description{
    background-color: #efefef;
}

.shop_categories_list.shop_categories_list_drplist li a {
    color: #868686;
    padding: 10px 0px 5px 5px;
}

#filter-shop-page .wpb_content_element{
    margin-bottom: 0px;
}
}

.category-nav-toggle-label, #shop-page-custom-row, #byconsolewooodt_add_tips_field{
   display:none;
}

/* Shop Page Mobile Version - Filters Block version*/

.woocommerce-store-notice {
	color: #ba9643;
    font-weight: 600;
    font-family: system-ui;
    line-height: normal !important;
    padding: 10px 20px;
    background-color: black;
	z-index:99;
}

.woocommerce-store-notice__dismiss-link {
   color: red;
}

/* this css for holding the date - on check out page delivery calender  */
/*#ui-datepicker-div table tr:nth-child(5) td:nth-child(1){
    pointer-events: none;
    opacity: .35;
}
#ui-datepicker-div table tr:nth-child(5) td:nth-child(1) .ui-state-default{
    	font-weight: normal;
        color: #555;
    	background: #ebebeb;
    	border: 1px solid #d3d3d3;
}*/
/* this css for holding the date - on check out page delivery calender  */

.et-listing-style4 .actions-inner{
    display:none;
}

#byconsolewooodt_delivery_date_field{
    width:100% !important;
    margin-top: 0px !important;
}

.checkout .back-to-cart{
    display:none !important;
}

#header{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

#menu-bunches-menu .menu-item{
    padding: 0px 20px;
}

/* sticky header add to the header, topbar when page scroll */
.top-bar .et-top-bar-text.text-2 svg {
    width: 16px;
    height: 16px;
    margin: 0px 4px;
}

.top-bar .et-top-bar-text.text-2 a {
    padding: 0px 35px;
}

.top-bar .et-top-bar-text.text-2 a:last-child, .top-bar .et-top-bar-text.text-2 a:first-child {
    padding: 0px;
}

.sticky-top {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index:999;
  background: white;
}

.sticky {
  position: fixed !important;
  top: 36px;
  width: 100%;
  z-index:999;
  background: white;
}

.sticky + .page {
  padding-top: 102px;
}
/* sticky header add to the header, topbar when page scroll */

.hero-header{
    display:none;
}

.search-panel.side-panel{
    z-index:9999;
}

.flash {
   -webkit-animation-name:flash;
   -webkit-animation-duration:2s;
   -webkit-animation-iteration-count:infinite;
   -webkit-animation-timing-function:ease-in-out;
   -webkit-animation-direction:alternate;
}

@keyframes flash  {
   from {
      color:mediumvioletred;
   }
   
   to {
      color:darkgoldenrod;
   }

}

#menu-item-9329 a{
    color: #e42222;
    font-weight: 600;
    letter-spacing: 1px;
}

/* variations product price format  */
.price-elob{
    font-size: small;
    color: gray;
    padding-right: 5px;
}


/* 21-10-2024 product listing border adding*/
.item .product-inner {
    border: 2px solid #dcdcdc;
}

.products .product .product_thumbnail img {
    border-radius: 5px 5px 0px 0px;   
}

.stock.out-of-stock {
    background: rgb(0 0 0);
}
