/*
 Theme Name:   Kadence Child
 Theme URI:    http://yourwebsite.com
 Description:  Child theme for Kadence
 Author:       Твоє ім'я
 Author URI:   http://yourwebsite.com
 Template:     kadence
 Version:      1.0.0
 Text Domain:  kadence-child
*/

@font-face {
    font-family: 'Pompadur';
    src: url('assets/fonts/Pompadur.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Snell-black';
    src: url('assets/fonts/snellroundhand_black.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Snell-bold';
    src: url('assets/fonts/snellroundhand_bold.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



body {
	background:#e6dcd2!important;
	    font-size: 20px;
}


section {
	
}

.wrapper {
	padding:80px 0;
	width:90%;
	max-width:1260px;
	margin:0 auto;
}

.section-title {
	font-family: 'Snell-bold';
	color:#492e1b;
	text-align: center;
	margin:0 0 40px 0;
	font-size:40px;
}

.section-subtitle {
    color: #492e1b;
    text-align: center;
    margin: 0 0 40px 0;
    font-size: 20px;
    font-weight: 400;
}

.flex-block {
	    display: flex;
    justify-content: center;
}






.woocommerce ul.products.woo-archive-action-on-hover li.product .product-action-wrap {
    width: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-top: 0;
    padding: 0 1rem;
    right: 0;
    opacity: 1;
    transition: opacity .3s cubic-bezier(0.17, 0.67, 0.35, 0.95);
}

.woocommerce-loop-product__title {
	color:#492e1b!important;
	text-align:center;
}

.woocommerce ul.products li.product .price {
    color: inherit;
    display: block;
    font-weight: normal;
    margin-bottom: 0.3em;
    font-size: .857em;
    text-align: center;
}




.product-buttons {
	
}

.product-buttons .quick-order {
    display: table!important;
    border-radius: 6px!important;
    border: 2px solid #000!important;
    text-align: center!important;
    width: 100%!important;
    margin: 10px auto 0 auto!important;
    background: transparent!important;
    color: #492e1b!important;
}










.delivery-section .item {
    width: 30%;
}

.delivery-section .item .icon {
    width: 100px;
    margin: 0 auto;
}

.delivery-section .item .icon img {
    margin: 0 auto;
}

.delivery-section .item .text {
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0 0 0;
    text-align: center;
}











.about-section .about-block {
	display: flex; 
	gap: 30px; 
	align-items: center;
}

.about-section .about-block .about-text, .about-section .about-block .about-image {
	flex:1;
}








.contact-form {
	width:100%;
	max-width:600px;
	margin:0 auto;
}

.contact-form input {
	width:100%;
	border:none!important;
	border-bottom:1px solid #492e1b!important;
	border-radius:0px!important;
	padding:15px!important;
	background: transparent!important;
}

.contact-form .send {
	margin:0 auto;
	display: table;
}

.contact-form textarea {
    padding: 15px;
    margin: 30px 0 20px 0;
    border: none!important;
    border-radius: 0px!important;
    border-bottom: 1px solid #492e1b!important;
	background: transparent!important;
}






.photogallery_single {
	    width: 100%;
}

.photogallery_single .item img {
	border-radius:50%;
	padding:15px;
	border:1px solid #492e1b;
}
.photogallery_single .photo-caption {
    text-align: center;
    color: #492e1b;
    margin: 20px 0 0 0;
    font-weight: 500;
}




.woocommerce div.product form.cart {
    margin-bottom: 1em!important;
}

.quick-order-btn {
width:100%;
	max-width:245px;
	margin:0 0 40px 0;
}



.chs-mobile { display: none; }






.wc-block-components-totals-item__value {
	display:none;
}







@media (max-width: 768px) {
    .chs-desktop { display: none; }
    .chs-mobile { display: block; }
}

.chs-slide img {
    width: 100%;
    display: block;
}



@media (max-width: 767px) {
	
.section-title {
    margin: 0 0 20px 0;
    font-size: 36px;
    line-height: 1;
}
	
.section-subtitle {
    margin: 20px 0 20px 0;
}	
	
	.wrapper {
    padding: 40px 0;
}
	
	
	
	.photogallery_single {
    width: 80%;
		margin:0 auto;
}
	
	
	
	
	.delivery-section .flex-block {
		display: block;
	}
	
.delivery-section .item {
    width: 100%;
    margin: 20px 0;
}
	
	
.about-section .about-block {
    display: inline-grid;
}	
	
.about-section .about-block:first-child {
	margin:0 0 30px 0;
}
	
.about-section .about-block:last-child .about-text {
	order:1;
}		

.about-section .about-block:last-child .about-image {
	order:2;
}	
	
	
	
	.widget_pages a, .widget_nav_menu a {
    TEXT-ALIGN: CENTER;
}
	
	.widget-area .widget-title {
    TEXT-ALIGN: CENTER;
}
	
	.footer-widget-area.content-align-left .footer-social-inner-wrap {
    justify-content: center!important;
}
	
	.footer-widget-area-inner .widget_text p {
		text-align:center;
	}
	
	
	.wp-block-image img {
    margin: 0 auto;
}
	.site-top-footer-inner-wrap {
    padding-top: 0px;
    padding-bottom: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
	
	
	.delivery-section .item .text {
    margin: 10px 0 0 0;
}
	
	
}



















