.__link{
	cursor: pointer;
	transition: color 0.2s ease-out, opacity 0.2s ease-out;
}

.__link.mod1:hover, ._link.mod1.active{
	text-decoration: underline;
}

.__link.mod2{
	
}

.__link.mod2:hover{
	opacity: 0.7;
}

.__link.mod2.active{
	font-weight: 600;
}

.__link.mod3{
	
}

.__link.mod3:hover, .__link.active{
	color: var(--color-orange);
}


.__link.mod4{
	display: block;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.__link.mod4:hover{
	background-color: #F3E9E1;
	font-weight: 600;
}




.js-hamburger:not(.active) .__svg.close{ display: none; }
.js-hamburger.active .__svg.open{ display: none; }



._icon{
	/* font-size: 1em; */
	position: relative;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid transparent;
	width: 1em;
	height: 1em;
	padding: 0em;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	outline: none;
	transition: color 0.2s ease-out, background 0.2s ease-out, box-shadow 0.2s ease-out;
}

._icon.mod1{
	width: 2em;
	height: 2em;
	line-height: 1.7em;
	text-align: center;
	border: 2px solid #ffffff;
	border-radius: 50%;
	background-size: 50%;
}

._icon.mod1 .__svg{
	fill: #ffffff;
}

._icon.mod1.green{
	border-color: #43B761;
}

._icon.mod1.green .__svg{
	fill: #43B761;
}



._icon.mod2{
	width: 2em;
	height: 2em;
	line-height: 1.7em;
	text-align: center;
	border: 2px solid var(--color_1);
	border-radius: 50%;
	background-size: 50%;
}






a.active > ._icon.hamburger:before{ opacity: 0; transform: rotate(90deg); }
a.active > ._icon.hamburger:after{ opacity: 1; transform: rotate(0deg); }


._icon.address{ background-image: url(/image/icon/address.svg); }
._icon.phone{ background-image: url(/image/icon/phone.svg); }
._icon.email{ background-image: url(/image/icon/email.svg); }






.__svg{
	font-size: 1em;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	height: 1em;
	width: 1em;
	fill: var(--color_2, #000000);
	transition: all 0.2s ease-out;
}

.__svg.fill-transparent{
	fill: transparent;
}

.__svg.fill-white{
	fill: #ffffff;
}

.__svg.fill-orange{
	fill: var(--color-orange);
}






.__button{
    display: inline-flex;
    align-items: center;
    justify-content: center;

	/*display: inline-block;*/
    box-sizing: border-box;
    vertical-align: middle;

	box-sizing: border-box;
	vertical-align: middle;
	
	font-size: 1em;
	font-weight: 400;
	line-height: 1em;
	
	color: transparent;
	text-align: center;
	
	padding: 0.5em 1em;
	
	border: 1px solid transparent;
	border-radius: 1.5em;
	
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 1em;
	
	outline: none;
	cursor: pointer;
	
	/*width: 100%;*/
	height: 3em;
	min-width: 3em;
	
	transition: color 0.2s ease-out, background 0.2s ease-out, box-shadow 0.2s ease-out, opacity 0.2s ease-out;
}

.__button.mod-small{
	padding: 0.5em 0.5em;
}

.__button.mod-medium{
	min-width: 10em;
	max-width: 25em;
}

.__button.mod-large{
	padding: 0.5em 2em;
	height: 4.5em;
}

.__button > span{
	vertical-align: middle;
}


.__button.mod-white{
	color: var(--color-orange);
	background-color: #ffffff;
}

.__button.mod-white:hover{
	background-color: #dddddd;
}

.__button.mod-brown{
	color: #ffffff;
	background-color: var(--color-brown);
}

.__button.mod-brown:hover{
	background-color: var(--color-brown-hover);
	/*opacity: 0.75;*/
}

.__button.mod-grey{
	color: #ffffff;
	background-color: var(--color-grey);
	border-color: var(--color-grey);
}

.__button.mod-grey:hover{
	opacity: 0.75;
}

.__button.mod-orange{
	color: #ffffff;
	background-color: var(--color-orange);
	border-color: var(--color-orange);
}

.__button.mod-orange:hover{
	background-color: #ffffff;
	color: #000000;
}

.__button.mod-stroke-orange{
	background-color: #ffffff;
	color: #000000;
	border-color: var(--color-orange);
}

.__button.mod-stroke-orange:hover{
	color: #ffffff;
	background-color: var(--color-orange);
}

.__button.mod-brown .__svg, .__button.mod-grey .__svg, .__button.mod-orange .__svg{
	font-size: 1.6em;
	fill: #ffffff;
}

.__button.mod-orange:hover .__svg{
	fill: var(--color-orange);
}

.__button.mod-tag{
	color: #000000;
	background-color: rgba(237, 83, 56, 0.2);
	height: initial;
	padding: 0.5em;
	border-radius: 0.5em;
}
















.__input{
	display: inline-flex;
    align-items: center;
    justify-content: center;

	/*display: inline-block;*/
	box-sizing: border-box;
	vertical-align: middle;
	
	font-size: 1em;
	font-weight: 400;
	/*line-height: 1.2em;*/
	
	/*color: transparent;*/
	text-align: left;
	
	padding: 0.5em 1em;
	
	border: 1px solid transparent;
	border-radius: 1.5em;
	background-color: transparent;
	
	width: 100%;
	/*max-width: 14em;*/
	height: 3em;
	
	transition: color 0.2s ease-out, background 0.2s ease-out;
}

.__input.error{
	/* box-shadow: 0em 0em 0em 2px #E31E25 !important; */
	border-color: #E31E25 !important;
}

textarea.__input{
	min-height: 5em;
	border-radius: 1.5em;
}




.__input.mod-stroke-brown{
	color: var(--color-grey);
	border-color: var(--color-brown);
}

.__input.mod-stroke-brown:focus{
	box-shadow: 0em 0em 0em 1px var(--color_1);
}

.__input.mod-search{
	background-image: url(/wp-content/themes/afina/assets/images/svg/magnifier.svg);
	background-repeat: no-repeat;
	background-position: 0.7em 50%;
	background-size: 1.6em;
	padding-left: 2.8em;
}






.__label{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	cursor: pointer;
	width: 100%;
}

.__label input[type=checkbox], .__label input[type=radio]{
	display: none;
}

.__label .checkbox, .__label .radio, .__label .label{
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}

.__label .label.mod1{
	margin-bottom: 0.3em;
}

.__label .label:hover{
	opacity: 1;
}

.__label .checkbox, .__label .radio{
	font-size: 1em;
	position: relative;
	width: 2.0em;
	height: 2.0em;
	border: 2px solid $COLOR3;
	border-radius: 0.5em;
	margin-bottom: 0em;
}

.__label.width100{
	width: 100%;
}

.__label input[type=checkbox] + .checkbox + .label, ._label input[type=radio] + .radio + .label{
	width: calc(100% - 2em);
	padding-left: 0.5em;
}

.__label input[type=checkbox]:checked + .checkbox:before, ._label input[type=radio]:checked + .radio:before{
	content: "";
	display: block;
	position: absolute;
	top: 0.2em;
	right: 0.2em;
	bottom: 0.2em;
	left: 0.2em;
	border-radius: 0.25em;
	background-color: var(--color_1);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}

.__label input[type=checkbox]:checked + .checkbox:before{
	/* background-image: url(/image/svg/checkbox.svg); */
	/* transform: scale(1.2); */
}

.__label .radio, .__label .radio:checked + .radio:before{
    border-radius: 50%;
}

.__label input[type=checkbox]:checked + .checkbox + .label{
	opacity: 1;
}

.__label input[type=checkbox].error + .checkbox{
	box-shadow: 0em 0em 0em 2px #ff0000;
	border-color: #ff0000;
	background-color: rgb(255 0 0 / 0.15);
}

.__label .unit{
	position: absolute;
	top: 1em;
	right: 1em;
}

.__label .unit + input{
	padding-right: 4em;
}














.__ul li{
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	width: 100%;
}

.__ul li:first-child{
	padding-top: 0em !important;
	padding-left: 0em !important;
}

.__ul.mod1 li{
	padding-top: 0.25em;
}

.__ul.mod2 li{
	padding-top: 0.5em;
}

.__ul.mod3 li{
	padding-top: 0.75em;
}

.__ul.mod4 li{
	padding-top: 1.0em;
}














._toggle_block .header{
	padding-bottom: 0.4em;
	margin-bottom: 0.4em;
	border-bottom: 1px solid #84C8DD;
	cursor: pointer;
}

._toggle_block .header .name{
	position: relative;
	padding: 0em 1em 0em 0em;
	font-weight: 600;
}

._toggle_block .header .name:before, ._toggle_block .header .name:after{
	position: absolute;
	top: 0%;
	right: 0%;
	bottom: 0%;
	width: 0.5em;
	color: #84C8DD;
	font-size: 1.8em;
	line-height: 0.8em;
	text-align: center;
	transition: opacity 0.2s ease-out;
	opacity: 0.5;
}

._toggle_block .header:hover .name:before, ._toggle_block .header:hover .name:after{
	opacity: 1;
}

._toggle_block.active .header .name:before{
	content: "-";
}

._toggle_block:not(.active) .header .name:after{
	content: "+";
}

._toggle_block .content{
	display: none;
	padding-bottom: 0.5em;
}

._toggle_block.active .content{
	display: block;
}



._popup{
	position: relative;
}

._popup .header .icon{
	font-size: 0.6em;
	margin-left: 0.5em;
}

._popup .content{
	position: absolute;
	right: 0%;
	top: 120%;
	/* width: 14em; */
	/* max-width: 100%; */
	z-index: 10;
	text-align: left;
	padding: 0.5em 0em;
	border-radius: 5px;
	background-color: #ffffff;
	box-shadow: 0 0.1875rem 0.5625rem rgba(0, 0, 0, .15);
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.2s ease-out;
}

._popup.right_popup .content{
	left: initial;
	right: 0%;
}

._popup.active .content{
	visibility: visible;
	opacity: 1;
}

._popup .content a{
	display: block;
	padding: 0.5em 1em;
}

._popup .content a:hover{
	background-color: #f1f1f1;
}

._popup .content a.active{
	font-weight: 600;
}


._select{
	display: inline-block;
	position: relative;
	font-size: 1em;
	width: 100%;
	padding: 0em;
	border-radius: 5px;
}

._select:after{
	content: "";
	position: absolute;
	top: 0em;
	right: 0em;
	bottom: 0em;
	width: 2em;
	background-image: url(/image/svg/arrow.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 1em;
	transition: transform 0.2s ease-out;
}

._select.active{
	z-index: 10;
}

._select.active:after{
	transform: rotate(180deg);
}

._select .value, ._select .values div{
	padding: 0.5em 1em;
}

._select .value, ._select .values{
	font-size: 1em;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #333333;
	border-radius: 5px;
}

._select .value{
	display: block;
    width: 100%;
	padding-right: 1.8em;
	padding: 0.5em 2em 0.5em 1em;
}

._select .value:disabled{
	background-color: #e2e2e2;
}

._select .value[readonly]{
	cursor: default;
}

._select.error{
	
}

._select .values{
	display: none;
	visibility: hidden;
	position: absolute;
    top: 100%;
    left: 0%;
    right: 0%;
	z-index: 1;
	max-height: 14em;
    overflow: auto;
	cursor: default;
	z-index: 10;
	opacity: 0;
}


._select.active .values{
	display: block;
	visibility: visible;
	opacity: 1;
	border-radius: 0px 0px 5px 5px;
}

._select .values.up{
	top: inherit;
	bottom: 100%;
}

._select.active .value{
	border-radius: 5px 5px 0px 0px;
}

._select .values div{
	min-height: 1.18em;
	transition: color 0.1s ease-out, background 0.1s ease-out;
}

._select .values div:hover, ._select .values div.active{
	color: #FFFFFF;
	background-color: #84C8DD;
}

._select .values div[data-value=""]{
	opacity: 0.5;
}

._select .values::-webkit-scrollbar{
	width: 0.5em;
}

._select .values::-webkit-scrollbar-button{
	background-color: transparent;
	height: 1.5em;
}

._select .values::-webkit-scrollbar-track{
	background-color: transparent;
}

._select .values::-webkit-scrollbar-thumb{
	border-radius: 1em;
	background-color: #c1c1c1;
}

._select .values::-webkit-scrollbar-thumb:hover{
	background-color: #909090;
}



















._cartquantity{
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	border: 0px solid var(--color_1);
	border-radius: 0.5em;
	/* height: 2.0em; */
	
	/* color: #ffffff; */
	/* background-color: var(--color_1); */
	
	width: 100%;
	max-width: 6em;
	transition: background 0.2s ease-out;
}

._cartquantity.active{
	/* color: #505050; */
	/* background-color: #ffffff; */
}

._cartquantity > input{
	font-size: 1em;
	font-weight: 600;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	width: 33.33%;
	text-align: center;
	border: 1px solid transparent;
	padding: 0.5em 0em;
	color: inherit;
	background-color: transparent;
	transition: background 0.2s ease-out;
}

._cartquantity > input[name="quantity"]{
	color: var(--color_1);
}

._cartquantity > input[name="minus"]{
	/* border-radius: 0.5em 0em 0em 0.5em; */
}

._cartquantity > input[name="plus"]{
	/* border-radius: 0em 0.5em 0.5em 0em; */
}

._cartquantity > input[name="minus"], ._cartquantity > input[name="plus"]{
	cursor: pointer;
	border-radius: 0.5em;
	color: #ffffff;
	background-color: var(--color_1);
	/* opacity: 0.85; */
}

._cartquantity > input[name="minus"]:hover, ._cartquantity > input[name="plus"]:hover{
	/* opacity: 1.0; */
	background-color: var(--color_2);
}



.__scroll::-webkit-scrollbar{
	width: 0.5em;
	height: 0.5em;
}

.__scroll::-webkit-scrollbar-button{
	background-color: transparent;
	display: none;
}

.__scroll::-webkit-scrollbar-track{
	background-color: transparent;
}

.__scroll::-webkit-scrollbar-thumb{
	border-radius: 1em;
	background-color: #c1c1c1;
}

.__scroll::-webkit-scrollbar-thumb:hover{
	background-color: #909090;
}






.__modal{
	visibility: hidden;
	opacity: 0; 
	display: flex;
	flex-direction: row;
	align-items: center;
	box-sizing: border-box;
	position: fixed;
	top: 0em;
	left: 0em;
	right: 0em;
	bottom: 0em;
	padding: 2em 1em;
	background-color: rgba(0,0,0,0.7);
	backdrop-filter: blur(2px);
	z-index: 1000;
	overflow: auto;
}

.__modal_window{
	box-sizing: border-box;
	position: relative; 
	margin: auto;
	width: 100%; 
	max-width: 35em;
	min-height: 5em;
	background-color: #ffffff;
	padding: 0em;
	border-radius: 0em;
	visibility: hidden; 
	opacity: 0; 
	transition: opacity 0.2s;
	box-shadow: 0em 0em 1em rgb(0 0 0 / 50%);
	z-index: 1001;
	flex: 1;
}

.__modal_close{
	font-size: 2em;
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	border-radius: 50%;
	padding: 0.5em;
	cursor: pointer;
	z-index: 1;
	opacity: 0.5;
	transition: opacity 0.2s;
}

.__modal_close:before, .__modal_close:after{
	content: "";
	position: absolute;
	top: 45%;
	left: 5%;
	width: 90%;
	height: 2px;
	background: rgb(128 128 128 / 90%);
}

.__modal_close:before {transform: rotate(45deg);}
.__modal_close:after {transform: rotate(-45deg);}

.__modal_close:hover{
	opacity: 1;
}


body.is-modal{
	overflow: hidden;
}

body.is-modal .__modal.is-active{
	transition-delay: 0s;
	visibility: visible;
	opacity: 1;
}

body.is-modal .__modal.is-active .__modal_window{
	visibility: visible;
	opacity: 1;
}









.__breadcrumbs a:hover{
	color: #000000;
}



.__items .__item{
	box-sizing: border-box;
	position: relative;
	transition: background 0.2s ease-out,
		box-shadow 0.2s ease-out,
		color 0.2s ease-out;
}

.__items .__item .__item_link{
	position: absolute;
	top: 0%;
	right: 0%;
	bottom: 0%;
	left: 0%;
	z-index: 2;
	border-radius: inherit;
	transition: all 0.2s ease-out;
}

.__items .__item .__item_link:hover{
	background-color: rgb(100 100 100 / 10%);
}

.__items .__item:not(.is-active) .if-active{
	display: none;
}









.__map, .__map [data-map]{
    position: absolute;
    top: 0em;
    right: 0em;
    bottom: 0em;
    left: 0em;
	overflow: hidden;
    background-color: #f1f1f1;
}


.__the_content > p:first-child{
	margin-top: 0em;
}

.__the_content > p:last-child{
	margin-bottom: 0em;
}





.__rating_stars{
	position: relative;
}

.__rating_stars label input[type=radio]{
	display: none;
}

.__rating_stars label{
	cursor: pointer;
}

.__rating_stars label .__svg{
	fill: transparent;
}

.__rating_stars[data-value="1"] label:nth-of-type(1) .__svg,
.__rating_stars[data-value="2"] label:nth-of-type(1) .__svg,
.__rating_stars[data-value="2"] label:nth-of-type(2) .__svg,
.__rating_stars[data-value="3"] label:nth-of-type(1) .__svg,
.__rating_stars[data-value="3"] label:nth-of-type(2) .__svg,
.__rating_stars[data-value="3"] label:nth-of-type(3) .__svg,
.__rating_stars[data-value="4"] label:nth-of-type(1) .__svg,
.__rating_stars[data-value="4"] label:nth-of-type(2) .__svg,
.__rating_stars[data-value="4"] label:nth-of-type(3) .__svg,
.__rating_stars[data-value="4"] label:nth-of-type(4) .__svg,
.__rating_stars[data-value="5"] label:nth-of-type(1) .__svg,
.__rating_stars[data-value="5"] label:nth-of-type(2) .__svg,
.__rating_stars[data-value="5"] label:nth-of-type(3) .__svg,
.__rating_stars[data-value="5"] label:nth-of-type(4) .__svg,
.__rating_stars[data-value="5"] label:nth-of-type(5) .__svg{
	fill: var(--color-yellow);
}