/**
* Theme Name: Webreakit Goya
* 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.17
*/

/*Header modification*/
#menu-pagrindins {
	color: #475467;
	font-weight: 500;
}
.site-header a {
	color: #475467;
}

.header-center-items {
	justify-content: flex-start !important;
	width: 100%;
}
.site-header .header-contents {
	gap: 32px;
}
.entry-content a:not([class]):hover:after, .entry-content li a:not([class]):hover:after, .wpb_text_column a:not([class]):hover:after, .wp-block-latest-comments__comment-link:hover:after, .et-header-menu > li:hover > a:after, .big-menu > li:hover > a:after, .big-menu > li.current-menu-item > a:after, .big-menu > li.current-menu-ancestor > a:after, .big-menu .sub-menu > li > a:hover:after, .et-header-menu .sub-menu > li > a:hover:after, .et-header-menu .sub-menu > li.current-menu-item > a:after, .et-header-menu>li.current-menu-item>a:after, .et-header-menu>li.current-menu-ancestor>a:after, .big-menu .sub-menu > li.current-menu-item > a:after, .footer-bar .menu li a:hover:after, .widget .menu-item > a:hover:after, .et-blog-categories-list li a:hover:after, .et-product-detail .product_meta > span a:hover:after, .post.post-detail .single-post-meta a:hover:after, .post-featured .post-title .post-meta a:hover:after, .et-banner-text .et-banner-link.link:hover:after, .commentlist > li .reply a:hover:after, #cancel-comment-reply-link:hover:after, .et-login-wrapper a:hover:after, .et-checkout-login-title a:hover:after, .et-checkout-coupon-title a:hover:after, .checkout .back-to-cart a:hover:after, .woocommerce-cart .back-to-shop a:hover:after, #order_review .terms a:hover:after, .woocommerce-terms-and-conditions-wrapper a:hover:after, .tag-cloud-link:hover:after, .widget:not(.woocommerce) a:hover:after, .post-nav-links a:hover:after, .post-categories li a:hover:after, .shop_categories_list li a:hover:after, .woocommerce-MyAccount-navigation ul li a:hover:after, .woocommerce-MyAccount-navigation ul li.is-active a:after, .button-underline:hover:after {
	color: #ff516b;
}
/*General modifications*/

.isigyti-dabar-button,
.daugiau-button,
.vc_btn3.vc_btn3-size-md{
	font-size: 19px !important;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.vc_btn3.vc_btn3-style-custom {
	background: none;
}
.isigyti-dabar-button {
	margin-top: 12px;
}
.skambucio-mygtukas-container a,
#place_order,
.inner_coupon .button{
	display: block;
    width: 100%;
    text-align: center;
    border-radius: 6px;
    padding: .75rem 1.75rem;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
.skambucio-icon {
	margin-right: 12px;
}

#minicart-panel > div > p.woocommerce-mini-cart__buttons.buttons > a:nth-child(2),
#minicart-panel > div > p.woocommerce-mini-cart__buttons.buttons > a:nth-child(1){
	border-radius: 6px;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 1;
}

/* Product Loop modifications */
.product_thumbnail .main-image {
	border-radius: 24px;
}
.products .product .product-title h2,
span.badge,
.badge .onsale .perc
 {
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
}
.product-inner .badge.onsale,
.product-inner .badge.out-of-stock,
.et-product-detail .summary .badge.onsale
{
	color: #fff;
	background-color: #FF516B;
	padding: 8px 12px !important;
}
.badge {
	padding: 8px 12px !important;
}
.products .badge + .badge {
	margin-top: 36px;
}

/*Footer*/
.footer-middle {
	background-color: #FF516B;
	padding-top: 64px;
	padding-bottom: 64px;
}
.footer-middle h2 {
	color: #fff;
	font-weight: bold;
}
.footer-middle p {
	color: #F8F1EA !important;
}
.footer-toggle-widgets,
#footer-bar{
	background-color: #F8F1EA;
}
/*Checkout*/
/*Checkout Cross Sell*/
.cross-sell-products {
	display: flex;
	list-style-type: none;
}
@media (min-width: 992px) {
	li.custom-related-checkout-columns-2 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

/* Checkout shipping methods label styling */
.woocommerce-checkout-review-order #shipping_method li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
#shipping_method li {
	margin-bottom: 0 !important;
    padding: 10px;
}
.woocommerce-checkout-review-order #shipping_method li label {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0 !important;
	width: 350px;
}
@media (max-width: 440px) {
	#shipping_method li label  {
		width: 330px !important;
	}
}
@media (max-width: 420px) {
	#shipping_method li label  {
		width: 300px !important;
	}
}
#shipping_method li:first-child {
	border-radius: 4px 4px 0px 0px;
}
#shipping_method li:nth-child(odd) {
	border: 1px solid #d9d9d9;
}
#shipping_method li:nth-child(even) {
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}
#shipping_method li:last-child {
	border-radius: 0px 0px 4px 4px;
	border-bottom: 1px solid #d9d9d9;
}

#shipping_method li span:nth-child(3) {
	width: 100%;
}
#shipping_method li:only-child label {
    border-radius: 4px 4px 4px 4px;
}

input[type=radio]:checked:before, 
input[type=checkbox]:checked, 
.select2-container--default .select2-results__option--highlighted[aria-selected], 
.widget .noUi-horizontal .noUi-base .noUi-origin:first-child {
	   background-color:  #ef5c5c !important;
}
input[type=checkbox], 
input[type=radio] {
	width: 20px;
    height: 20px;
}
input[type=radio]:checked:before {
	width: 10px;
    height: 10px;
}
.checkout_coupon .inner_coupon input, .checkout_coupon .inner_coupon .button, .woocommerce-info .button, .shop_table.cart .actions .coupon input, .shop_table.cart .actions .coupon .button,
input[type="text"], input[type="password"], input[type="number"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="time"], input[type="month"], input[type="week"], input[type="email"], input[type="search"], input[type="tel"], input[type="url"], input.input-text, select, textarea, .wp-block-button__link, .nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-cont .nf-form-content input:not([type="button"]), .nf-form-cont .nf-form-content textarea, .nf-form-cont .nf-form-content .submit-wrap .ninja-forms-field, .button, .comment-form-rating, .woocommerce a.ywsl-social, .login a.ywsl-social, input[type=submit], .select2.select2-container--default .select2-selection--single, .woocommerce .woocommerce-MyAccount-content .shop_table .woocommerce-button, .woocommerce .sticky-product-bar .quantity, .woocommerce .et-product-detail .summary .quantity, .et-product-detail .summary .yith-wcwl-add-to-wishlist > div > a, .wishlist_table .add_to_cart.button, .yith-wcwl-add-button a.add_to_wishlist, .yith-wcwl-popup-button a.add_to_wishlist, .wishlist_table a.ask-an-estimate-button, .wishlist-title a.show-title-form, .hidden-title-form a.hide-title-form, .woocommerce .yith-wcwl-wishlist-new button, .wishlist_manage_table a.create-new-wishlist, .wishlist_manage_table button.submit-wishlist-changes, .yith-wcwl-wishlist-search-form button.wishlist-search-button, #side-filters.side-panel .et-close, .site-header .search-button-group, .wc-block-components-button,
#payment .payment_methods{
	border-radius: 6px !important;
}

.clicked-shipping-option {
    background-color: #ffebee;
}
.clicked-shipping-option label {
	font-weight: 600;
}
.clicked-shipping-option input[type=checkbox], 
.clicked-shipping-option input[type=radio] {
	border-color: #ef5c5c;
}


.woocommerce-checkout-review-order  .omnivalt_terminal_container_map {
	width: 300px;
	text-align: center;
}

.omnivalt_terminal_container_map {
	border: none;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
/*email forma*/
.fade-out {
    transition: opacity 2s ease-in-out;
    opacity: 0;
}
.hidden {
    display: none;
}

#custom-email-signup-form {
	display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
	align-items: center;
}
#custom-email-signup-form input {
	width: 100%;
    max-width: 364px;
	border-radius: 6px;
	background-color: #fff0;
	border: 1px solid #ffc2cb85;
}
#custom-email-signup-form input[type="email"] {
	color: #fff;
}
input::placeholder {
    color: #ffc2cb85;
    opacity: 1;
}
/* For WebKit-based browsers (Chrome, Safari) */
input:-webkit-input-placeholder {
    color: #ffc2cb85;
    opacity: 1;
}
#custom-email-signup-form button {
	border-radius: 6px;
    border: 1px solid #ffc2cb;
	background-color: #ffc2cb;
	width: 100%;
    max-width: 364px;
	color: #FF516B;
    font-weight: 500;
	margin-top: 12px;
}