/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */
 
 /* Local Block custom css */

 /*pengyou homepage css*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light+Two&display=swap');

a { text-underline-offset:4px; }
.mcb-section-9fc1020e1 .mcb-background-overlay { background-position:70% 0%!important; }


.home .entry-title {display:none;}
html, body {font-family: 'Montserrat', sans-serif!important;}
.hero-image {
    display: flex;
    flex-direction: column;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(/wp-content/uploads/imgs/local/hero-image.jpg);
    width: 100%;
    background-size: cover;
    height: 60vh;
    background-position: center center;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    color: #fff
}

.hero-image h2 {
    font-family: 'Shadows Into Light Two', cursive;
    font-size: 3rem;
    margin: 15px 0 0 0;
    color: #efd152;
    font-weight: 100;
    text-align: center;
    line-height: 1.1;
}

.hero-image h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.9rem;
    margin: 0 0 25px 0;
    font-weight: 800;
    text-align: center;
    line-height: 1.1;
}

.location-list {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: -60px;
    padding: 0;
}

.location-list-item {
    display: flex;
    background: #fff;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.25);
    flex-direction: column;
    text-align: center;
    padding: 20px;
    width: 28%;
    margin-bottom: 20px;
}

.location-list-content {
    color: #292929;
    text-align: left;
    padding: 20px 0 0 0;

}

.location-list-content h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
}

.location-list-content p {
    margin: 0;
	padding: 0;
	line-height: 1.2;
	font-size: 18px;
}

.location-list-content .rezervari {
    margin: 20px 0 10px 0;
}

.location-list-content .rezervari a {
    color: #ef4343;
    text-decoration: none;
    background-image: none!important;
}

.location-list-item a.order {
    background: #ef4343;
    padding: 15px 20px;
    font-size: 20px;
    color: #fff;
    border: none;
    margin: -100px auto 0 auto;
    text-decoration: none;
    background-image: none!important;
}

.location-list-content img,
.story-right img {
    width: 100%;
    height: auto;
}

.story {
    display: flex;
    margin: 20px;
}


.story h2 {
    font-family: 'Shadows Into Light Two', cursive;
    font-size: 2.5rem;
    color: #ef4343;
    margin: 0 0 15px 0;
}

.story h4 {
    font-size: 2rem;
    margin: 0;
}
.icon-section {
    display: flex;
    background: #f0f0f0;
    justify-content: space-around;
    margin: 40px 0;
    padding: 50px 20px;
    position: relative;
}
.icon-section:after {
    content: url('/wp-content/uploads/imgs/local/corner.png');
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.icon-section:before {
    content: url('/wp-content/uploads/imgs/local/corner.png');
    position: absolute;
    top: 10px;
    left: 10px;
    transform: rotate(180deg);
}
.icon-section .icon-section-box {
    width: 28%;
    display:flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.icon-section h3 {
     font-family: 'Shadows Into Light Two', cursive;
     color: #ef4343;
     font-size: 1.5rem;
     margin: 10px 0 10px 0;
}
.icon-section img {
    height: 120px;
}
.social-links {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.social-links a {
    display:flex;
    align-items: center;
    text-decoration: none;
    background-image: none;
}
.social-links a img {
    margin-right: 15px;
}
.social-links h3 {
     font-family: 'Shadows Into Light Two', cursive;
     font-size: 1.5rem;
}
.story-left {
    position: relative;
    padding: 20px 60px;
    margin-right: 10px;
}
.story-left:after {
    content: url('/wp-content/uploads/imgs/local/accent.png');
    position: absolute;
    bottom: 0;
    right: 10px;
    transform: rotate(180deg);
}
.story-left:before {
    content: url('/wp-content/uploads/imgs/local/accent.png');
    position: absolute;
    top: 0;
    left: 0px;
}
.hero-image.middle {
    height: 45vh;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(/wp-content/uploads/imgs/local/meniu-bk.png);
}

.story-left p { line-height:1.2; margin-bottom:10px;}
.story-left h2 {font-size: 2rem; margin-bottom: -10px;}
.story-left h4 {font-size: 1.5rem;}
.story-right {width:40%;}
.story-left {width: 60%;}
.location-list-content a,
.social-links h4 a {background-image:none!important;}
.social-links h4 a:hover {color: #ef4343;}
.social-links a img {vertical-align: middle; margin-top: -7px;}
.story-left h4 {margin-bottom: 5px;}
.recomandate {
    text-align:center;
    font-size:2rem;
    width:96%;
    margin: 0 auto;
    background: #fff;
    top: -150px;
    position:relative;
    margin-bottom: -220px;
    padding: 20px 0;
}
.recomandate:after {
    content: url('/wp-content/uploads/imgs/local/separator.png');
    position: absolute;
    bottom: 20px;
    right: 10px;
    width:19%;
    overflow: hidden;
}
.recomandate:before {
    content: url('/wp-content/uploads/imgs/local/separator.png');
    position: absolute;
    top: 20px;
    left: 10px;
    width: 20%;
    overflow: hidden;
}

.home .products li .shop-product-box .product-info .add_to_cart_button.added {
    background: #face31;
    color: #fff;
    padding: 10px 10px;
    font-weight: 400;
    background-image: none!important;
    text-align: center;
    font-size: 18px;
}
.header .nav .vertical-menu .right-menu-bar .menu-icons-bottom a i,
.header .nav .vertical-menu .right-menu-bar .menu-icons>span i,
.header .nav .vertical-menu .right-menu-bar .menu-icons a i {background: #face31;
    color: #000;
    padding: 8px 10px;}
.home .products li .shop-product-box .product-info .add_to_cart_button.added:hover {background: #dc3c3c;}
.header .nav .vertical-menu .right-menu-bar .menu-icons .show-cart .items-count {top:11px; color: #000!important; font-size:12px;}
.home .single-content {padding-bottom: 20px;}
.store-program {display: flex; justify-content: space-between; max-width: 350px; margin: -5px 0px -5px 5px!important;}
.shop-page-product-cat:after  {
    content: url('/wp-content/uploads/imgs/local/separator.png');
    position: relative;
    bottom: 0;
    right: 0;
    width:auto;
}
.store-program {color:#000;}
.home .store-program {color: #000;}
.header .shopping-cart .woocommerce-mini-cart__buttons a:last-child,
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a,
#place_order,
.woocommerce-Button.button,
.wpcf7-form input[type=submit] {background-color: #face31!important;color:#000!important;font-weight:400;}
#wc-stripe-payment-token-1,
#wc-stripe-payment-token-new{
    width: 12px!important;
    height: 12px;
    margin: 0 15px 0 0;
}
.woocommerce-SavedPaymentMethods.wc-saved-payment-methods li {margin:5px 0 0 31px;}
#wpcf7-f471-p286-o1 {width: 100%;}
.hero-image.contact-hero {height: 40vh;}
.contact-location .location-list-item {width: 30%;}
.contact-location .location-list-content {padding-top:0;}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping #shipping_method>li input[type=radio]:checked+label {font-weight: 700;}

.home .products li .shop-product-box .ft_image,
.home .products li .shop-product-box .product-info,
.home .products li.product img{
    /*width: 100%!important;*/
}
.home .products li .shop-product-box .product-info .add_to_cart_button.added, .home .products li .shop-product-box .product-info .add_to_cart_button,
.home .products li .shop-product-box .product-info .price{
    /*min-width: 100%!important;*/
}
.home .products li .shop-product-box .product-info,
.home .products li .shop-product-box .product-info .price {margin-top:0px;}
.icon-section .icon-section-box p {
    font-family: 'Montserrat', sans-serif!important;
    margin-top: 10px;
}

.related .products li.product img,
.related .products li .shop-product-box .ft_image {width:100%!important;}
section.related.products .products li .shop-product-box .product-info {margin-top: 7px;}
.related .products li .shop-product-box .product-info .add_to_cart_button.added, .related .products li .shop-product-box .product-info .add_to_cart_button,
.related .products li .shop-product-box .product-info .price {min-width: 100%!important; text-align: center;}
.products li .shop-product-box .product-info .price { color:#b00;}
.woocommerce-variation-price .price .amount { color:#b00;}
span.woocommerce-Price-amount { color:#b00!important;}
span.woocommerce-Price-currencySymbol { color:#b00!important;}

.homepage-products .products {flex-wrap: wrap;}
.homepage-products .products li.product {width: 33%;}
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-remove .remove:before {font-size: 16px; font-weight: 600;}
/*selector magazin*/
#masthead #choose-your-store select {
    -webkit-appearance: none!important; 
    background: url('/wp-content/uploads/imgs/local/location-pin.png') no-repeat right #f3f3f3;
    background-color: #f3f3f3!important;
    background-position: top 5px right 10px;
    padding: 10px!important;
    padding-right: 10px;
    border-radius: 3px;
    border-bottom: 0;
  }
  #choose-your-store {margin: 0 10px 0 0!important;}
  #masthead #choose-your-store select.has_selected {
    background-size: 15px 23px!important;
    background-position: top 10px right 10px;
}

/*selector magazin end*/
@media only screen and (min-width: 960px) {
    #choose-your-store {
        position: relative;
        width: 350px;
        color: #fff;
        left: calc(50% - 175px);
        top: 0;
    }
}
 @media only screen and (min-width: 1200px) {
    .home .store-program {color: #fff;}
  /*homepage select*/
  .home #choose-your-store {
    position: absolute;
    z-index: 3;
    top:105px;
    width:350px;
    color:#fff;
    left: calc(50% - 175px);
}
.home #masthead #choose-your-store select {margin:0 0 5px 0!important;}
 }

@media only screen and (max-width: 959px) {
    body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-remove .remove {padding-right:10px; }
    .contact-location .location-list-item {width: 100%!important;}
    .home .products li .shop-product-box .product-info .add_to_cart_button.added {text-align: center;}
    .store-program {max-width: 100%;}
    .products li.product {width: 100%!important;}
	h3.recomandate {line-height: 1.2; font-size: 1.4rem; top:-100px; margin-bottom: -160px;}
	.recomandate:before,
	.recomandate:after {content: "";}
	.location-list-content h2,
	.story-left h4 {
		margin-bottom: 10px;
	}
	.location-list-content {padding: 0;}
    .location-list,
    .story,
    .social-links,
    .icon-section {
        flex-direction: column;
    }
    .location-list,
    .location-list-item a.order {
        margin-top: 0;
    }
    .location-list {
        padding: 0;
        margin: 20px 0;
        align-items: center;
    }
    .location-list-item,
	.icon-section .icon-section-box,
	.story-right,
	.story-left {
        width: 100%;
    }
    .location-list-item {
        padding: 20px;
    }
    .hero-image {
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 50vh;
    }
    .hero-image h2,
    .hero-image h3,
    .story-left h2 {
        font-size: 2rem;
        line-height: 1.2;
    }
    .location-list-content a {
        text-align: center;
        margin:0;
    }
    .location-list-content img {
        margin: 0 auto;
        text-align: center;
    }
    .story {
        margin: 20px 5px;
    }
    .story-left {
        padding: 30px;
        margin:0 0 20px 0;
    }
    .story-left h4 {
        font-size: 1.5rem;
        line-height: 1.2;
    }
    .story-left:after {
        right: 5px;
    }
    .social-links h4,
    .social-links h3 {
        margin:8px 0;
    }
    .social-links {align-items: flex-start;}
    .icon-section .icon-section-box {margin-bottom: 25px;}
    .story h2 {
        margin-bottom: 10px;
	}
    .icon-section-box:last-of-type {margin-bottom: -20px;}
    .header .nav .mobile-menu-bar .mobile-icons-box .mobile-cart .items-count {top:4px;}
    .products {margin:0;}
    /*header mobile start*/
    .header .nav .mobile-menu-bar .mobile-icons-box {font-size:1.2rem;}
    .header .nav .mobile-menu-bar .mobile-icons-box .mobile-cart {margin-left:0; margin-right:10px;}
    .header .nav .mobile-menu-bar .mobile-icons-box .mobile-cart .items-count {font-size: 14px; line-height: 1.7;}
    .header .nav .mobile-menu-bar .mobile-menu-toggle {margin-left:10px;}
    /*header mobile end*/
}
@media only screen and (max-width: 400px) {
    .header .nav .mobile-menu-bar .mobile-icons-box .mobile-cart .items-count {line-height: 1.8;}
    .location-list-item {
        padding: 20px;
    }
    .hero-image h2,
    .story-left h2 {
        font-size: 1.8rem;
    }
    .hero-image h3,
    .social-links h3 {
        font-size: 1.5rem;
    }
    .header .nav .mobile-menu-bar .mobile-icons-box .mobile-cart .items-count {top:3px;}
    
}
/*pengyou homepage css end*/


/*menu style css*/

.products.js_animated .qty-box .quantity {padding:0; width: auto; margin-left:0;}
.products li .shop-product-box .product-info .add_to_cart_button, .products li .shop-product-box .product-info .add_to_cart_button.added { background-image:none; text-align: right; margin:7px 0; font-size:16px!important; background: #face31; color: #fff; padding: 10px 5px; min-width: auto!important; font-weight: 300;}
.products li .shop-product-box .product-info .add_to_cart_button, .products li .shop-product-box .product-info .add_to_cart_button. .products li .shop-product-box .product-info .add_to_cart_button, .products li .shop-product-box .product-info .add_to_cart_button.added:hover {opacity: 0.9; background: #face31;}
.products li.product {width:50%;}
.products li .shop-product-box .product-info {display:flex; flex-wrap:wrap;}
.products li .shop-product-box {display:flex; padding-bottom:20px; border-bottom:2px dotted #eee; flex-wrap: wrap;}

@media (min-width: 768px) {
.products li .shop-product-box .ft_image {background:none; margin-bottom:0; width:500px!important;}
.products li .shop-product-box .product-info {margin-bottom:0; padding-left:7px; display:flex; flex-direction:row; align-items:center; justify-content: flex-start; width:calc(100% - 0px)!important; height:auto;}
.products li .shop-product-box .product-info .price { margin-right:50px;}
.products li.product img {width:500px!important; height:auto;}
.products li .shop-product-box  {padding-bottom:10px!important;justify-content:start;width:100%;max-width:600px;}
}
@media (max-width: 768px) {
.products li .shop-product-box .product-info {padding-left:7px;display:flex; flex-direction:row; align-items:center; justify-content: flex-start;}
}


.products li .shop-product-box .product-info h2 {margin:0; padding:0; text-align: left; }
.products li .shop-product-box .product-info span {font-size: 22px; font-weight: 600;}
.products li .shop-product-box .ft_image a {display:initial;}
.entry-title {line-height:1.2em!important;margin-top:10px;}
.product-template-default .entry-title {display: block;}

.products li .product-list-short-description {
    line-height: 1.1em;
    font-size: 0.9em;
    text-align: left;
    margin: 4px 0px;
    padding-bottom: 0px;
    visibility:visible!important;
    min-width: 100%;
	color:#000;
	}

.woocommerce-billing-fields__field-wrapper label {color:#333; font-size:16px; font-weight: 600;}
#search-address-exp-col {font-size: 16px!important; color: green; font-weight: bold;}
.products.js_animated .product-info .woocommerce-loop-product_title a {font-size: 21px!important;}

.shop-page-product-cat {margin-bottom: 20px; /*font-family: 'Shadows Into Light Two', cursive;*/
    color: #000; font-size: 1.8rem;}

.shop-list .cat-item-1 {
    /*font-family: 'Shadows Into Light Two', cursive;*/
    color: #000; font-size: 1.8rem; font-weight:600;
}
#full-menu {position: relative; padding: 20px 0; margin-bottom: 10px;}

/*
#full-menu:after {
    content: url('/wp-content/uploads/imgs/local/accent.png');
    position: absolute;
    bottom: -30px;
    right: 0;
    transform: rotate(180deg);
    z-index: 1;
}
#full-menu:before {
    content: url('/wp-content/uploads/imgs/local/accent.png');
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 1;
    }
*/
    .shop-categories .shop-list {max-width: 96%; z-index:2;}


    section.related.products .products li .shop-product-box .product-info {width: auto!important;}
    div.product .summary .cart button[name=add-to-cart] {background: #face31;color:#000;}

@media only screen and (max-width: 768px) {
    .shop-page-product-cat{font-size: 1.5rem;}
    .shop-list .cat-item-1 {font-size: 1.1rem;}
	.products li.product {width:100%;padding-left:0; margin-left:0;}
	.products li .shop-product-box .product-info span {font-size: 18px;}	
	.products li .shop-product-box .qty-box { margin-top:-5px;}
	#searchAddress_checkout_d {min-width: 70%; margin-left: 0!important;}
    #customer_details > div.col-1 > div > div > div:nth-child(8) {flex-wrap: wrap;}
	
    .products li .shop-product-box .product-info { width:calc(100% - 0px)!important; }
	.products li.product img {width:100%!important; height:auto;}
    .products li .shop-product-box .ft_image {background:none; margin-bottom:0; width:100%!important;}
	.products li .shop-product-box .product-info .add_to_cart_button, .products li .shop-product-box .product-info .add_to_cart_button.added {width: 157px;margin-left:10px;}
    
	.products li .shop-product-box .qty-box {min-width: 100%; display: flex; justify-content: flex-end; padding-right:9px;}
	
	.products.js_animated .product-info .woocommerce-loop-product_title a {font-size: 19px!important;}
    .shop-page-product-cat:after {
        width: 45vw;
    }
    .products li.product.animated {padding-right: 0;}
    section.related.products .products li .shop-product-box .product-info .add_to_cart_button.added {min-width: 100%!important; text-align: center;}
    section.related.products .products li .shop-product-box .product-info span {font-size: 20px;}
	
	
	.column_attr p, .column_attr li, .mcb-column-inner p { margin: 0 5% 20px 5%!important; font-size: 1.3em; line-height: 1.4em; }
	
}
    
@media only screen and (min-width: 769px) {
    .entry-content .shop-categories {margin-top:40px!important;}
	.products li .shop-product-box .qty-box {min-width: 100%; display: flex; justify-content: flex-end; padding-right:5px;}
	.shop-product-box .product-info > a {flex:auto;}
}

.shop-product-box .product-info > a:hover{font-weight:600!important;}

/*menu style css end*/
 
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 3px 0!important;
}

.mobile-logo-wrapper { padding-left:15px;}

.vertical-title {top:10%;}
.header .shopping-cart .cart_list .mini_cart_item {padding: 0 20px 0 1!important;}

h2, h3, h4 { line-height:1.2em;}
h1.entry-title { margin-bottom:12px!important;}

.entry-content.post-content div {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    margin-left: 10px;
}