html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	margin:0px;
	padding:0px;
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color:#484848;
	overflow-x: hidden;
	/*background:#F7F7F7;*/
}
/*------------------------------------*\
	FONT RESET
\*------------------------------------*/
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{ 
	border:0;
}
address,caption,cite,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:300;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}
a{
	color:#82E578;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
a:hover{
	text-decoration:none;
}
 
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/*--- QUOTES ---*/
blockquote{
	margin:0 60px 0 45px;
	border-left:5px solid #ccc;
	padding-left:10px;
	text-indent:-0.4em;
}
blockquote b{
	display:block;
	text-indent:0;
}

img{ 
	max-width:100%; 
	height:auto
}
/************************** FONTS CSS********************/
h1{
	font-size: 54px;
	font-weight: 700;
	line-height: 55px;
	color:#393D44;
	margin-bottom: 10px;
}

h2{
	font-size: 48px;
	font-weight: 700;
	line-height: 65.47px;
	color:#393D44;
	margin-bottom: 5px;
}

p{
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 21.82px;
	color:#484848;
	margin-bottom:20px;
}
/************************** Page CSS********************/
.full-width{
	width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.common-background-style{
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.common-button {
	font-size: 17px;
	font-weight: 500;
	line-height: 24.55px;
	border: 1px solid #214842;
	background-color: transparent;
	padding: 13px 15px 13px 15px;
	display: inline-block;
	min-width: 0px;
	text-align: center;
	color: #214842;
	border-radius: 10px;
	padding: 11px 21px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
  }
.common-button:hover{
	border: 1px solid #82E578;
	background-color: #82E578;
	color:#214842;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-button.green-button{
	border: 1px solid #82E578;
	background-color: #82E578;
}
.common-button.green-button:hover{
	border: 1px solid #214842;
    background-color: transparent;
}
a.common-link{
	font-size: 18px;
	font-weight: 700;
	line-height: 24.55px;
	color:#214842;
}
a.common-link:hover{
	color: #d9a883;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow{
	width:auto;
	height:auto;
}
.common-arrow:after{
	display:none;
}
.listing-style{
	margin:0px;
	padding:0px;
	list-style: none;
}
/************************* Breadcrumb Css **************************/
.site-breadcrumb {
	font-size: 18px;
	font-weight: 700;
	line-height: 24.55px;
	color: #EFC360;
	padding:22px 0px;
	border-bottom: 1px solid #DEDEDE;
}
.site-breadcrumb a {
	font-size: 18px;
	font-weight: 400;
	line-height: 24.55px;
	color:#393D44;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.site-breadcrumb a:hover{
	color: #EFC360;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.site-breadcrumb span{
	margin:0px 5px;
	font-weight:300;
}

/*************************** Quick Link List **********************/

/*************************** Pagination css*********************/
.pagination {
    width: 100%;
	text-align:center;
	display:block
}
.pagination ul{
	padding:0px;
	margin:0px;
}
.pagination ul li{
	display:inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	font-size:17px;
	color:#212020;
	margin:0px 10px;
}
.pagination ul li a{
	color:#212020;
	font-weight:300;
}
.pagination ul li a:hover{
	color:#85CBF8;
}
/*************************** End:Pagination css *********************/

/*************************** Mobile Stily Button Css ********************/
.mobile-screen-button{
    background: #fff;
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 99999;
    left: 0px;
    transition: all .5s;
    display: none;
	padding:10px 0px;
    -webkit-box-shadow: 0px 0px 19px -5px rgb(0 0 0 / 45%);
    -moz-box-shadow: 0px 0px 19px -5px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 19px -5px rgb(0 0 0 / 45%);
}
.mobile-screen-button ul{
	margin:0px;
	padding:0px;
	font-size:0px;
	display:table;
	width:100%;
}
.mobile-screen-button ul li{
	display:table-cell;
	width:33.33%;
	text-align:center;
}
.mobile-screen-button ul li a{
	font-size: 16px;
    font-weight: 500;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	color: #fff;
	border: 0px solid #222934;
	display:block;
	text-align:center;
	padding: 8px 0px;
	display:block;
	line-height: 27px;
}
.mobile-screen-button ul li a.common-button{
	color:#fff;
}
@media(max-width:1199px){
	.mobile-screen-button{
		display:block;
	}
}
/*************************** End:Mobile Stily Button Css ********************/

/********************* Advance Search Css ****************/
.search-area-box{
	position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
	opacity:0;
	top:0px;
	pointer-events:none;
    background: url('/wp-content/uploads/2023/06/capek-gallery-warning-desktop.png') #fff no-repeat center center / cover;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.close-icon{
	position:absolute;
	top:30px;
	right:30px;
	cursor:pointer;
	font-weight:700;
}
.search-area-box.active{
	opacity:1;
	pointer-events:all;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.search-area-box .container{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}
.search-form-wrapper{
	max-width:700px;
	width:100%;
	margin:0px auto;
}
.search-form-wrapper h2{
	font-size:30px;
}
.search-form-wrapper form {
	width:100%;
	background:#fff;
	border-radius:24px;
	/*overflow:hidden;*/
	/*-webkit-box-shadow: 0px 0px 43px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 43px -12px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 43px -12px rgba(0,0,0,0.75);*/
	/*display:flex;
	padding:0px 15px;*/
}
.search-form-wrapper form button{
	background: rgba(33, 72, 66, 1);
    font-size: 16px;
    font-weight: 500;
    line-height: 21.82px;
    border-radius: 5px;
    display: inline-block;
    padding: 8px 12px;
    color: #EFC360;
    border: 0px;
    white-space: nowrap;
}
.advance-search-wrapper input{
	width:100%;
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	font-weight:500;
	text-transform:uppercase;
	color:#211F36;
	border:0px;
	border-radius:0px;
	padding: 10px 0px;
}
.advance-search-wrapper > div{
	display:flex;
    padding: 10px;
    border: 1px solid rgba(33, 72, 66, 0.16);
    border-radius: 10px;
    width: 100%;
}
/********************* End:Advance Search Css ****************/
/**************** Newsletter ****************/
.newsletter-form{
	display:table;
	width:100%;
	padding:10px;
	 border-radius: 10px;
    border: 1px solid rgba(172, 172, 172, 0.53);
    max-width: 660px;
}
.newsletter-form > div{
	display:table-cell;
	vertical-align:middle;
}
.newsletter-form input {
    width: 100%;
    background: transparent;
    border: 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.82px;
    height: 100%;
}
.newsletter-form > div:first-child{
	width:100%;
}
.newsletter-form p{
	margin:0px !important;
	width:100%;
	height: 53px;
}
.newsletter-form input[type="email"]{
	color: #ACACAC;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    height: 53px;
    background: url(../images/mail.png)no-repeat 10px center;
    padding-left: 40px;
    box-shadow: none;
}
.newsletter-form input[type="submit"]{
    text-align: center;
    background: rgba(33, 72, 66, 1) url(../images/ic_baseline-send.png)no-repeat 80% 10px;
	transition:all .5s;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.82px;
    border-radius: 5px;
    display: inline-block;
    padding: 8px 12px;
    color: #EFC360;
    border: 0px;
    white-space: nowrap;
	padding-right:40px;
}
.newsletter-form input[type="submit"]:hover{
	background-color:#000;
}
/**************** End:Newsletter ****************/
/************** Search result ****************/
#advance-search-loading, #advance-search-close{
	position: absolute;
	right: 100px;
	left: initial;
	width: 16px;
	top: 21px;
}
#advance-search-close{
	cursor:pointer;
}
#advance-search-display {
	position: absolute;
	width: 100%;
	background: #fff;
	max-height: calc( 50vh - 30px);
	overflow-x: hidden;
	margin-top: 0;
	margin-bottom: 10px;
	max-width: 627px;
	margin: 0 auto;
	left: 50%;
	transform: translateX(-50%);
}
#advance-search-display ul{
	list-style:none;
	margin:0;
	padding:0;
}
#advance-search-display h5 {
	padding: 10px 20px;
	background: #000;
	color: #fff;
	font-size: 100%;
	font-weight: 700;
}
#advance-search-display ul li{
	border-bottom:1px solid #e4e4e4;
	padding:15px 20px;
}
#advance-search-display ul li:hover{
	background:#f4f4f4;
}

#advance-search-display ul li h4, #advance-search-display ul li p{
	margin-bottom:0px;
	color:#1D1D1D;
}
#advance-search-display ul li p{
	line-height: normal;
}
#advance-search-display ul li p a{
	color:inherit;
}
#advance-search-display ul li h4{
	text-transform: capitalize;
	font-family: var(--unnamed-font-family-arquitecta);
	font-style: var(--unnamed-font-style-normal);
	font-weight: var(--unnamed-font-weight-bold);
	font-size: var(--unnamed-font-size-24);
	line-height: var(--unnamed-line-spacing-34);
	letter-spacing: var(--unnamed-character-spacing-0);
	color: var(--unnamed-color-404349);
	margin-bottom:5px;
}
#advance-search-display ul li p{
	margin-top:5px;
}
#advance-search-display ul li p:empty{
	display:none;
}
/************** Search result end ****************/
.child-theme-shop-product-image .child-theme-shop-product-special-text, .child-theme-shop-product-image .onsale {	
	color: #FFF !important;
	padding: 2px 13px !important;
	border: 1px solid #214842 !important;
	font-size: 12px !important;
	top: 0px !important;
	background: #214842;
	right:0px !important;
  }

.product-section p.woocommerce-loop-product__title {
	min-height: 50px;
}
#customer_login .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{
	width: 100% !important;
	max-width: 100% !important;
}