/*
Theme Name: V1
Theme URI: https://wa.me/201125437161
Author: Ahmed Abou Saif
Author URI: https://wa.me/201125437161
Description: Ahmed Abou Saif 
Version: 1.0

*/
.container {
    width: 100%;
    max-width: 1200px !important;
    position: relative;
    padding: 0;
}

* {
    padding: 0;
    outline: none;
    margin: 0;
}


a {
    text-decoration: none;
    transition: all 0.5s ease 0s;
    outline: none;
    color: #000;
}

a:hover {
    transition: all 0.5s ease 0s;
    outline: none;
    color: #999;
}
ul,ol,li{
/*     list-style: none; */
}


/*@font-face {
font-family:DIN;
font-style:normal;
font-weight:normal;
src:url("fonts/ArbFONTS-DINNEXTLTARABIC-LIGHT-1.ttf") format('truetype')
}
*/
/* 
@font-face {
    font-family: 'Dubai';
    src: url('fonts/Dubai-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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

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

@font-face {
    font-family: 'Dubai';
    src: url('fonts/Dubai-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
} */



body {
    margin: 0;
    padding: 0;
    color: #000;
    /* font-family: Dubai; */
    /* font-family: Dubai; */
    font-size: 16px;
    /* font-family: "Quicksand", sans-serif; */
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 400;
    text-align: right;
    background: #fff;
}







/*  */
header{
    border-bottom: 1px solid #ECECEC;
    padding: 10px 20px;
    position: relative;
    background: #fff;
}
header .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 1160px !important;
}
header .container img{
    height: 80px;
    width: auto;
}
@media (max-width: 769px) {
    header .container{
        justify-content: space-between;
        display: flex;
    }
    header .container img{
    height: 70px;
    width: auto;
    margin: 0 auto;
    display: flex;
}
.box-call{
    display: none !important;
}
}

/*  */
.box-call{
    display: flex;
    padding-inline-end: 55px;
    position: relative;
    flex-direction: column;
    color: #00bbea;
    direction: ltr;
    align-content: flex-end;
}
.box-call i{

width: 43px;

height: 43px;

color: #322C59;

/* background: #00bbea; */

display: flex;

justify-content: center;

align-items: center;

border-radius: 50%;

font-size: 17px;

position: absolute;

right: 0;

top: 0;

border: 1px solid #322C59;
}
.box-call span{
    color: #322C59;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
}


header .container .box{
    display: flex;
}
@media (max-width: 769px) {
    header .container .box{
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    background-color: #fff;
    z-index: 99999999;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ECECEC;
}
}

header .container .box a.login{
    height: 43px;
    width: 110px;
    color: #fff;
    outline: none;
    text-decoration: none;
    background: #00BBEA ;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
}
header .container .box a.login i{
    width: 22px;
    height: 22px;
    background-image: url("img/user.svg");
    background-size: 100% 100%;
    margin-inline-end: 5px;
}
header .container .box .s{
    width: 43px;
    height: 43px;
    background-image: url("img/s.svg");
    background-size: 100% 100%;
    margin: 0 5px;
    cursor: pointer;
    /* opacity: 0.5; */
}
header .container .box .cart{
    width: 43px;
    height: 42px;
    border-radius: 50%;
    background-image: url("img/cart.svg");
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #DADADA;
    background-size: 23px auto;
    margin: 0 5px;
    position: relative;
    /* opacity: 0.5; */
}
header .container .box .cart .cart-count{
    min-width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    right: -3px;
    top: -3px;
    display: flex;
    background: #322c59;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-family: sans-serif;
}
.land{}
.land ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.land ul li{}
.land ul li a{
        width: 43px;
        height: 42px;
        border-radius: 50%;
        border: 1px solid #DADADA;
        background-size: 23px auto;
        margin: 0 5px;	
	display: flex;
	align-items: center;
	justify-content: center;
}
header .container .box .fav{
        width: 43px;
        height: 42px;
        border-radius: 50%;
        background-image: url("img/fav.svg");
        background-repeat: no-repeat;
        background-position: center center;
        border: 1px solid #DADADA;
        background-size: 23px auto;
        margin: 0 5px;
        /* opacity: 0.5; */
}
header .container .box .my{
    width: 43px;
    height: 42px;
    border-radius: 50%;
    background-image: url("img/account.svg");
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #DADADA;
    background-size: 23px auto;
    margin: 0 5px;
    display: flex;
    align-items: center;
    color: #7E7E7E;
    text-decoration: none;
    outline: none;
    /* opacity: 0.5; */
}

header #search{
    background: #fff;
    padding: 0;
    display: flex;
    z-index: 999;
    position: fixed;
    right: -360px; 
    top: 0;
transition: all 0.5s ease 0s;
    height: 100vh;
    width: 350px;
    max-width: 100%;
    border: 3px solid #FFFFFF;
    box-shadow: 0px 4px 4px 0px #00000040;
    flex-direction: column;
}
.open-search{
    right: 0 !important;
transition: all 0.5s ease 0s;

}
header #search h3{
    color: #000;
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #E8E8E8;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header #search h3 i{
    background-image: url("img/clos.svg");
    width: 35px;
    height: 35px;
    background-size: 100% 100%;
    cursor: pointer;
}
#search form{
    position: relative;
    /* height: 50px; */
    padding: 0;
    padding: 0 10px;
    width: 100%;
    z-index: 999;
    background: #fff;
    display: flex;
    align-items: center;
    margin: 10px auto;
    justify-content: space-between;
}
#search form h5{
    font-size: 16px;
    margin: 10px 0 0;
    color: #000;
    font-weight: 500;
}
#search form p{
    color: #656565;
    margin: 0;
    font-size: 12px;
    padding: 5px 0;
    border-bottom: 1px solid #E8E8E8;
}


.on{
    display: flex !important;
}
#search form .form-control{
    width: 100%;
    height: 40px;
    box-shadow: none;
    border: none;
    color: #000 !important;
    background: initial !important;
    outline: initial !important;
    border: 1px solid #00BBEA;
}
#search form .form-control:focus{
    box-shadow: none;
    /* display: none; */
}
#search form button{
    height: 50px;
    width: 50px;
    border: none;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("img/s.svg");
    background-size: 100% 100%;
    width: 34px;
    height: 34px;
    border-radius: 50% !important;
    border: none !important;
    outline: none;
    background-color: initial;
    opacity: 0.5;
    position: absolute;
    top: 3px;
    right: 25px;
}
.bar{
    display: none;
}

/* navbars */
.navbars{
    padding: 5px 10px;
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 99999;
    border-bottom: 1px solid #eeeeee7d;
}

.navbars .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
@media (max-width: 769px) {
 .navbars{
    position: fixed;
    left: -110%;
    top: 0;
    width: 100%;
    transition: all 0.5s ease 0s;
    height: calc(100vh - 66px);
    background: #fff;
	 overflow-y: auto;
} 
.open{
    transition: all 0.5s ease 0s;
    left: 0 !important;
}
.navbars .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 20px;
}  
.bar{
    width: 25px;
    height: 22px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    position: relative;
    padding: 0 5px;
    display: flex;
}
.bar::after{
    content: "";
    position: absolute;
    border-top: 1px solid #999;
    left: 0;
    top: 50%;
    width: 100%;

}
}
.store-sx{
	display: none;
}
.navbars .container .support{
    padding: 0;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    direction: rtl;
    position: relative;
}
.navbars:after{
    content: "";
    background: #322c59;
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    display: block;
    width: calc(50% - 510px);
    z-index: 1;
    /* opacity: 0; */
}
.navbars .container .support a{
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    margin: -5px 0;
    color: #fff;
    background-color: #322c59;
    display: flex;
    align-items: center;
    text-decoration: none;
    outline: none;
    height: 60px;
    padding: 0 20px;
    border-radius: 50px;
    position: relative;
    z-index: 9;
}
.navbars .container .support a:hover{
    background-color: #00BBEA;
}
.navbars .container .support a i{
    margin: 0 10px;
    font-size: 24px;
}
@media (max-width: 769px) {
.store-sx{
	display: flex;
	}
.store-sx a{
    font-size: 11px;
    display: flex;
    width: auto;
    background: #283c63;
    height: 50px;
    padding: 0 15px;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 10px #9999998a;
}
.store-sx a:hover{}
.store-sx a i{
    font-size: 24px;
    margin: 0;
    margin-inline-end: 10px;
}
}

/*  */
.navbars .container ul{
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
}
.navbars .container ul li{
    position: relative;
    display: flex;
    flex-direction: column;
}

.navbars .container ul li.menu-item-has-children{
	    padding-inline-end: 15px;
}
.navbars .container ul li.menu-item-has-children:after{
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-inline-start: -13px;
}


.navbars .container ul li a{
    padding: 0 15px;
    display: inline-flex;
    color: #0D0A37;
    font-weight: 400;
    text-decoration: none;
    outline: none;
    min-height: 50px;
    align-items: center;
    position: relative;
}
.navbars .container ul li ul{
	display: none;
	flex-direction: column;
	position: absolute;
	right: 0;
	top: 100%;
	margin: -5px 0 0;
	background: #fff;
	width: 260px;
	padding: 10px 5px 0;
	font-size: 15px;
	z-index: 0;
}
.navbars .container ul li:hover ul{
	display: flex;
}
.navbars .container ul li li a{
	min-height: 50px;
	border-bottom: 1px solid #f9f9f9;
	display: flex;
}


@media (max-width: 769px) {
    .menu-menu-container{
        width: 100%;
    }
	.navbars .container > div{
		width: 100%;
	}
.navbars .container ul{
    padding: 20px 0;
        width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
	min-width: 100%
}    
.navbars .container ul li a{
    min-height: 50px;
	display: flex;
	width: 100%;
	border-bottom: 1px solid #eee;
}
	.navbars .container ul li ul{
		width: 100%;
		position: relative;
		top: auto;
		right: auto;
		padding: 0 20px;
	}
}
.navbars .container ul li.new a::after{
    content: "";
    position: absolute;
    top: 3px;
    right: 10px;
    width: 32px;
    height: 12px;
    background-image: url("img/new.gif");
    background-size: 100% 100%;
}
.navbars .container ul li:hover > a,
li.current-menu-item a
{
    color: #2BB8EA !important;
}
.deals a{
    background-image: url("img/fire.gif");
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: left top;
    padding-inline-start: 37px !important;
}

@media (min-width: 769px) {
.store-menu{}
.store-menu li{
	position: initial !important;
	}
	.store-menu li:after{
		display: none !important;
	}
	.store-menu li ul{
		position: absolute;
		left: 0;
		right: 0 !important;
		padding: 20px !important;
		width: 100% !important;
		display: flex;
		flex-direction: row !important;
		flex-wrap: wrap;
	}	
	.store-menu li ul li{
		width: 25% !important;
	}
	.store-menu li.menu-item-has-children > a{
		position: relative;
	}
	.store-menu li.menu-item-has-children > a::after {
    content: "";
    position: absolute;
    left: -10px;
    top: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline-start: -13px;
}
	.store-menu li li a {
		min-height: 40px !important;
	}
}

/*  */
.hero{
    position: relative;
    padding: 0;
    background: #FFFFFF;
background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(205, 214, 231, 1) 100%);
background: #322C59;
}
.hero video{
    width: 100%;
    height: calc(100vh - 158px);
    object-fit: cover;
    margin: 0 0 -6px;
    opacity: 0.6;
}
.hero .cover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero .cover .container{
    max-width: 1100px !important;
}
.hero .cover .container .block{
    padding: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.hero .cover .container .block h1{
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    /* font-family: Poppins; */
    margin: 0 0 25px;
}
.hero .cover .container .block h1 strong{
    background: #00BBEA ;
    padding: 10px 15px;
    transform: rotate(-4deg);
    display: inline-block;
    margin: 10px 0;
}
.hero .cover .container .links{
    display: flex;
}
.hero .cover .container .block a{
    height: 53px;
    padding: 0 20px;
    width: 150px;
    background: #00BBEA;
    border-radius: 0;
    margin: 10px 0 0;
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    outline: none;
    justify-content: center;
}
.hero .cover .container .block a.offer{
        height: 53px;
        padding: 0 20px;
        width: 150px;
        color: #000;
        background-color: #fff;
        border-radius: 5px;
        margin: 5px;
        display: flex;
        align-items: center;
        text-decoration: none;
        outline: none;
        background-image: url("img/fire.gif");
        background-position: left 5px center 0;
        justify-content: center;
        background-size: 40px auto;
        background-repeat: no-repeat;
        padding-inline-start: 30px;
}
.hero .cover .container .block a:hover{
    opacity: 0.7;
}
/*  */

.serv{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    background: #fff;
    margin: -5px 0 0;
    z-index: 9;
    position: relative;
}
.serv .serv-block{
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    color: #fff;
    background-color: #3b4e71;
    min-height: 300px;
}
.serv .serv-block:nth-child(2){
    background-color: #283c63e8;
    background-color: #283C63;
    margin: ;
}
.serv .serv-block:nth-child(3){
    background-color: #3b4e71;
}
.serv .serv-block:nth-child(4){
    background-color: #4f5f7f;
}
.serv .serv-block img{
    height: 50px;
    width: auto;
    margin: 0 0 30px;
}
.serv .serv-block h3{
    margin: 0 0 30px;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
}
.serv .serv-block p{
    text-align: center;
    display: block;
    margin: 0;
    line-height: normal;
}
/*  */


/*  */
.team{
    background-image: url("img/bild.svg");
    background-repeat: repeat-x;
    background-position: center bottom 60px;
    background-size: auto 150px;
    padding: 60px 10px 0;
    background-color: #fff;
}
.team .container{
    /* background: #FFFFFF; */
    /* background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%) !important; */
    padding-bottom: 0;
    padding-top: 50px;
    background-image: url(img/water.png);
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.team .container h3{
    color: #00BBEA;
    margin: 0 0 15px;
    font-weight: 400;
}
.team .container p{}
.team-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.team-all .box{
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    max-width: 20%;
    flex-direction: column;
    align-items: center;
}

.team-all .box:first-child,
.team-all .box:last-child{
    transform: translateY(200px);
}
.team-all .box:nth-child(2),
.team-all .box:nth-child(4){
    transform: translateY(100px);
}
@media (max-width: 769px) {
    .team-all .box{
        width: 100% !important;
        max-width: 100%;
    transform: translateY(0) !important;

    }
    .men{
        margin: 0 auto !important;
    }
}

.men{
    margin: 120px auto 0;
    width: 100%;
    max-width: 650px;
    height: auto;
    display: block;
}



.team-all .box i{
    width: 90px;
    height: 90px;
    border: 1px solid #00bbea;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 15px;
    border-radius: 50%;
    overflow: hidden;
}
.team-all .box img{
    height: 60px;
    width: auto;
}
.team-all .box h5{
   color: #194466;
   font-size: 17px;
   font-weight: 500;
   width: 100%;
   text-align: center;
}
.net{
    margin: -60px 0 0;
    height: 60px;
    background-image: url("img/net.svg");
    background-size: 100% auto;
    z-index: 9;
    position: relative;
}
/*  */

.numbers{
    background-image: url("img/num.png");
    background-size: cover;
}
.numbers .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 250px;
}
.numbers .container .block{
    padding: 20px;
    background: initial !important;
}
.numbers .container .block .box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.numbers .container .block .box img{
    height: 80px;
    width: auto;
    margin: 0 0 20px;
}
.numbers .container .block .box h1{
    font-size: 40px;
    margin: 0 0 20px;
}
.numbers .container .block .box h1 span{
    font-weight: 800;
}
.numbers .container .block .box h5{
    font-size: 20px;
    margin: 0;
}
.numbers .container .block .box p{}



.fade-up{
    opacity: 0;
    transform: translateY(80px);
    transition: all .8s ease;
}

.fade-up.show{
    opacity: 1;
    transform: translateY(0);
}

/*  */


/*  */
.about{
    padding: 50px 10px;
    background-color: #ffffff;
    background-image: url(img/water.png);
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.about .container{
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: row-reverse; */
    position: initial;
    align-items: center;
}
.about .container .block{
    padding: 18px;
}
.about .container .block > img{
    width: 100%;
    height: calc(100% - 0px);
    box-shadow: -30px 20px 40px #dbdfe1ab;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(50% - 30px);
    object-fit: cover;
}
@media (max-width: 769px) {
    .about{
        background: initial;
    }
    .about .container .block > img{
    position: relative;
    right: 0;
    top: auto;
    width: 100%;
}
}
.about .container .block h1{
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 25px;
    color: #0099ff;
}
.about .container .block p{
    color: #322c59d9;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.suc{
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 0;
    background: #322C59;
    border-radius: 0px 50px;
    padding: 10px;
    align-items: center;
    color: #fff;
}
.suc .box{
    padding: 10px;
}
.suc .box:first-child{
    text-align: center;
    padding: 10px 20px;
}
.suc .box h2{
    font-size: 80px;
    /* font-family: sf; */
    font-weight: 300;
    width: 100%;
    text-align: center;
    margin: 0px 0 -10px;
    color: #0099FF;
}
.suc .box p{
    color: #fff;
}
.suc .box span{
    color: #b99a5b;
}
.suc .box strong{
    color: #b99a5b;
}



.about .container .block ul{
    display: block;
    column-count: 2;
    list-style: none;
    gap: 10px;
    padding: 0;
    margin: 40px 0 15px;
}
@media (max-width: 769px) {
    .about .container .block ul{
    column-count: 1;
    gap: 0;
}
}
.about .container .block ul li{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    color: #322c59bd;
    margin: 0 0 15px;
    line-height: normal;
}
.about .container .block ul li strong{
    width: 100%;
    color: #0099ff;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px;
}
.about .container .block a{
    height: 38px;
    width: auto;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* background-color: #fff; */
    color: #0099ff;
    text-decoration: none;
    outline: none;
    border-radius: 0;
    font-weight: 400;
    width: auto;
    border-bottom: 1px dashed #0099ff;
}
.about .container .block a:hover{
    background: #fff;
    color: #16191A;
}
.words{
    background: #fff;
    padding: 30px 0;
}
.words .block-word{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.words .item{
    padding: 10px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    background: #f9f9f9a3;
}
.words .item img{
    width: auto !important;
    height: auto;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}
/*  */
.services-girnal{
    background: #322C59 !important;
    color: #fff;
    padding: 60px 20px;
}
.services-girnal .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: initial !important;
    flex-direction: column;
    align-items: center;
    padding: 0;
}
.services-girnal .container h3{
    /* color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 20px; */
}
.services-all{display: flex;margin: 30px auto 0;}
.services-all-page{
    display: flex;
    flex-wrap: wrap;
}
.services-all-page .box{
    padding: 15px;
}
.services-all .item,.services-all-page .item{
    background: #ffffff1f;
    min-height: 505px;
}
.services-all .item img ,.services-all-page .item img{
    width: 100% !important;
    height: 300px;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    margin: 0 0 20px;
}
.services-all .item h4 ,.services-all-page .item h4{
    color: #0099FF;
    font-size: 20px;
    margin: 0 0 20px;
    padding: 0 25px;
}
.services-all .item p ,.services-all-page .item p{
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    padding: 0 25px 25px;
}

.services-girnal a{
    height: 53px;
    padding: 0 20px;
    width: 150px;
    background: #00BBEA;
    border-radius: 0;
    margin: 10px 0 0;
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    outline: none;
    justify-content: center;
}
.services-girnal a:hover{
    color: #000000;
    background-color: #fff;
}
/*  */
.owl-dot{
    background: #fff !important;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 5px;
    display: inline-flex;
    opacity: 0.5;
}
.owl-dot.active{
    opacity: 1;
}
/*  */


.company{
    padding: 50px 20px;
    background-image: url(img/water.png);
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.company .container{}
.company .container .item-company{
    padding: 5px 0px;
}
.company .container .item-company .box{
    background: #FFFFFF;
    border-radius: 0;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    border: 1px solid #eee;
    height: 140px;
}
.company .container .item-company .box img{
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    height: auto;
}
.company .container .item-company .box p{
    margin: 0;
    color: #000000;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    width: 100%;
}
.company-slider{
    margin-top: 30px;
}
/*  */
/*  */
.ask{
    background-image: url("img/contact.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 50px 20px;
}
.ask .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #fff;
    flex-direction: column !important;
    align-items: center;
}
.ask .container h1{
    font-size: 35px;
    font-weight: 400;
    margin: 0 0 25px;
}
.ask .container p{
    margin: 0 0 30px;
    display: flex;
    justify-content: center;
}
.ask .container a{
        background: #00bbea;
        color: #fff;
        text-decoration: none;
        outline: none;
        height: 48px;
        padding: 0 15px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 0;
        margin: 0 5px;
        border: 2px solid #00bbea;
        min-width: 150px;
}
.ask .container a ~ a{
        color: #fff;
    background: initial;
    border: 2px solid #fff;
}
.ask .container a:hover{
        background: #fff;
    border-color: #fff;
    color: #00bbea;
}


















/*  */

section{
    padding: 40px 10px;
    clear: both;
    position: relative;
}

/*  */
.center{
    padding-top: 10px;
}
.center .container{
    color: #7E7E7E;
    justify-content: center;
    flex-direction: column;
/*     background-image: url("img/tit.png"); */
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 44px;
/*     padding-top: 50px; */
}
.center .container h3{
  /* background-image: linear-gradient(to right, #4ca2cd, #67b26f); */
  background: linear-gradient(68.46deg, #196FB814.53%, #00BBEA 77.55%);
  /* Clip the background to the text shape */
  -webkit-background-clip: text; /* For Safari compatibility */
  background-clip: text;
  /* Make the text transparent so the background is visible */
  -webkit-text-fill-color: transparent; /* For Safari compatibility */
  color: transparent;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.center .container h2{
    color: #0D0A37;
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 15px;
}


.categorys{
    background-color: #f9f9f9;
    background-image: url(img/bild.svg);
    background-repeat: repeat-x;
    background-position: bottom center;
    background-size: auto 100px;
    position: relative;
    padding: 40px 0px !important;
}


.categorys .container{
    display: flex;
    flex-wrap: wrap;
    padding-right: 35px !important;
    padding-left: 35px !important;
    z-index: 9;
    position: relative;
}
.category-box{
    padding: 0;
}
.category-box a{
    display: flex;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
    outline: none;
    align-items: center;
}
.category-box i{width: 145px;height: 145px;padding: 25px;display: flex;justify-content: center;align-items: center;border-radius: 50%;background: #fff;overflow: hidden;margin: 0 0 10px;border: 1px solid #00bbea;}
.category-box img{
    width: auto !important;
    height: auto !important;
	max-height: 100%;
	max-width: 100%;
}
.category-box h5{
    margin: 10px 0;
    text-align: center;
    color: #0D0A37;
    font-size: 18px;
    font-weight: 400;
}
.category-box a:hover h5{
    color: #45C9EC;
}

.categories-slider{
    padding: 20px 0 0;
    margin: 0 auto;
}
.owl-next{
    position: absolute;
    right: -35px;
    top: 75px;
    width: 31px;
    height: 31px;
    font-size: 0 !important;
    background-image: url("img/right.svg") !important;
    background-size: 100% 100% !important;
    filter: grayscale(1);
    opacity: 0.6;
}
.owl-prev{
    position: absolute;
    left: -35px;
    top: 75px;
    width: 31px;
    height: 31px;
    font-size: 0 !important;
    background-image: url("img/left.svg") !important;
    background-size: 100% 100% !important;
    filter: grayscale(1);
    opacity: 0.6;
}
/*  */
.new-pru{
    background: #fff;
    padding: 30px 5px 15px;
}
.new-pru .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.new-pru .container h2{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    color: #0D0A37;
    font-size: 26px;
    font-weight: 400;
    padding: 0 0 15px;
    /* padding-inline-start: 35px; */
    /* background-image: url("img/tit.svg"); */
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px auto;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
}
.new-pru .container h2 a{
    height: 30px;
    padding: 0 20px;
    color: #fff;
    background: #00BBEA ;
    display: flex;
    justify-content: center;
    border-radius: 30px;
    text-decoration: none;
    outline: none;
    font-size: 15px;
    font-weight: normal;
    align-items: center;
}
.new-pru .container h2 a:hover{
    opacity: 0.6;
}
.latest-products{
    display: flex;
    flex-wrap: wrap;
}
/*  */

.product-box{
    padding: 10px 5px;
    position: relative;
    height: 100%;
}
.product-box a{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    text-decoration: none;
    width: 100%;
    padding: 20px 14px;
    border: 1px solid #eee;
    border-radius: 10px;
    height: 100%;
}
.product-box a .tag{
    background-color: #322c59;
    color: #fff;
    height: 31px;
    width: 60px;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 9;
}
.latest-products .product-box a .tag
{
    display: flex !important;
}
.best .product-box a .tag{
    display: none !important;
}
.des{
     position: absolute;
     left: 10px;
     top: 10px;
     width: 60px;
     height: 31px;
     display: flex;
     justify-content: space-evenly;
     align-items: center;
     color: #fff;
     background: #00BBEA;
     z-index: 9;
}
.des i{
    width: 15px;
    height: 12px;
    background-image: url("img/des.svg");
    background-size: 100% 100%;
    
}
.latest-products .des{
    top: 50px !important;
}
.best .des{
    top: 10px !important;

}
.add{
    width: 25px;
    height: 22px;
    cursor: pointer;
    background-image: url("img/add.svg");
    background-size: 100% 100%;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
}
.added{
    background-image: url("img/added.svg");
    filter: invert(1);
}
.product-box a .img{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
.product-box a img{
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    width: auto;
    height: auto;
}
.product-box a h5{
    color: #0D0A37;
    font-size: 16px;
    font-weight: 300;
    margin: 10px 0 3px;
    line-height: normal;
}
.product-box a .bottom{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
}
.product-box a .bottom .price{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: space-between;
    
    
    
    
    
    
    
    
    
    
    
    
    ins,.woocommerce-Price-amount  bdi{
        text-decoration: none;
        background: #00bbea;
        -webkit-background-clip: text; /* For Safari compatibility */
        background-clip: text;
        -webkit-text-fill-color: transparent; /* For Safari compatibility */
        font-size: 21px;
        font-weight: 400;
        /* font-family: "Crimson Text", serif; */
        margin: 0 0 -5px;
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        

        .woocommerce-Price-currencySymbol{
            font-size: 15px;
        }
    }
}
@media (max-width: 769px) {
    .product-box a .bottom .price{
        ins,.woocommerce-Price-amount  bdi{
        font-size: 13px !important;
    }
}
}

.product-box a .bottom .price del bdi{
    /* font-family: "Crimson Text", serif; */
    color: #7a7a7a !important;
    font-size: 14px !important;
    background: initial !important;
    -webkit-text-fill-color: initial !important;
}
.product-box a .bottom .color{
    flex-direction: column;
    display: none;
    justify-content: center;
}

.product-box a .bottom .color .namecat{
    font-size: 12px;
    color: #0c0c0ca8;
}


.loop-swatches {
    display:flex;
    gap:6px;
    margin-top: 6px;
}

.color-swatch {
    width: 14px;
    height: 14px;
    border-radius:50%;
    cursor:pointer;
    transition:.2s;
    display: inline-block;
}

.color-swatch:hover {
    transform:scale(1.1);
}
/*  */
.banaer{
    padding: 20px 15px;
}
.banaer .container{
    display: flex;
    flex-wrap: wrap;
}
.banaer .container a{
    text-decoration: none;
    outline: none;
}
.banaer .container a img{
    width: 100%;
    height: auto;
}
.banaer .container a img:hover{
    opacity: 0.7;
}
/*  */
.day{
    padding: 0 10px;
}
.day .container{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.day .container .block{
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
	align-items: flex-start;
}
.day .container .block video{
    width: 100%;
    height: 555px;
    border-radius: 10px;
    object-fit: cover;
}
.day .container .block .title-day{
    background: #00BBEA;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    margin: 0 0 5px;
}
.day .container .block .title-day div{
    display: flex;
    align-items: center;
}
.day .container .block .title-day div > i{
        background-image: url("img/day.gif");
        background-position: left 10px center;
        background-repeat: no-repeat;
        background-size: 60px 60px;
        width: 60px;
        height: 60px;
        margin-inline-end: 10px;
        display: inline-flex;
}
.countdown{
    display: flex;
    width: auto;
}
.countdown .time-box{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding: 0 7px;
    width: 55px;
}
.countdown .time-box .time{
    /* font-family: Poppins; */
    font-size: 27px;
    font-weight: 700;
    margin: 0 0 -6px;
}
.countdown .time-box .label{
   font-size: 14px !important;
   font-weight: 400;
   text-transform: uppercase;
}
/*  */
.ads{
    padding: 10px 15px;
}
.ads .container{
    display: flex;
    flex-wrap: wrap;
}
.ads .container .box{
    padding: 10px;
}
.ads .container .box a{
    text-decoration: none;
    border-radius: 15px;
    outline: none;
    display: flex;
}
.ads .container .box a:hover{
    background: #000;
}
.ads .container .box a:hover img{
    opacity: 0.7;
}
.ads .container .box img{
    width: 100%;
    height: auto;
    border-radius: 15px;
}

/*  */
.blog-all{
    display: flex;
    flex-wrap: wrap;
}

.post{
    padding: 10px;
}
.post .post-box{
    display: flex;
}
.post .post-box a{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background: #fff;
    border-radius: 0;
    border: 1px solid #E9E9E9;
}
.post .post-box a:hover{
    opacity: 0.7;
}
.post .post-box  img{
    width: 100%;
    height: 240px;
    border-radius: 0;
    object-fit: cover;
}
.post .post-box  .footpost{
    padding: 15px;
    display: flex;
    flex-direction: column;
}
.post .post-box  .footpost span{
    height: 23px;
    background-image: url("img/date.svg");
    background-repeat: no-repeat;
    background-position: right center;
    padding-inline-start: 30px;
    color: #495560;
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
}
.post .post-box  .footpost h4{
    color: #0D0A37;
    font-size: 18px;
    font-weight: 600;
}
.post .post-box  .footpost p{
    color: #253D4E;
    font-weight: 400;
    font-size: 15px;
    margin: 0;
    line-height: normal;
}
/*  */
.contact{
    background: #fff;
    padding: 40px 10px;
    background-image: url(img/water.png);
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.contact .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.contact .container p{
	padding: 0 10px;
}

.contact-all{
    padding: 15px 5px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.contact-all .block{
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.contact-all .block img{
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin: 0 0 25px;
    border: 1px solid #eee;
}
.contact-all .block h4{
    background: linear-gradient(68.46deg, #196FB814.53%, #00BBEA 77.55%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 10px;
}
/*  */
.adress{
    background-image: url("img/address.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 68px 68px;
    flex-direction: column;
    color: #495560;
    font-size: 15px;
    min-height: 68px;
    display: flex;
    align-items: flex-start;
    margin: 0 0 15px;
    padding-inline-start: 78px;
    justify-content: center;
    font-weight: 400;
}
.adress h6{
    width: 100%;
    color: #000000;
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 400;
}
.call{
    background-image: url("img/call.svg");
}
.mail{
    background-image: url("img/mail.svg");
}
/*  */
form{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
form p{
    margin: 0;
    padding: 0;
    font-weight: 300;
}
.rows{
    padding: 5px;
    position: relative;
    color: #495560;
    font-size: 15px;
    direction: ltr;
}
.rows .wpcf7-form-control{
    width: 100%;
    border: 1px solid #E5E5E5;
    min-height: 48px;
    border-radius: 5px;
    padding: 10px 15px;
    outline: none;
    color: #000;
    background-color: #fff;
    max-height: 110px;
    margin: 4px 0 0;
}
.wpcf7-submit{
    color: #fff !important;
    background: linear-gradient(63.55deg, #196FB816.06%, #00BBEA 73.62%) !important;
    display: flex;
    justify-content: center;
    align-items: center;

}
.wpcf7-submit:hover{
    opacity: 0.7;
}
.wpcf7-spinner {

    margin: -36px 10px 0;
    position: relative;
    z-index: 9;
    display: flex;
}
/*  */
footer{
    background-color: #0D0A37;
    padding: 80px 10px 20px;
    font-weight: 300;
	    background-image: url(img/water.png);
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
footer .container{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    /* max-width: 100% !important; */
    padding: 0 20px;
    justify-content: space-between;
}
footer .container .foot{
    padding: 25px 15px 15px;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}
.foot-text{
	text-align: center;
}
footer .container .foot .box{
    margin: 0 0 20px;
}
footer .container .foot img{
    width: auto;
    height: 114px;
    margin: 0 10px;
    max-width: 100%;
    display: inline-block;
    max-height: 60px;
}
footer .container .foot .media{
    display: flex;
    margin: 0;
    align-items: flex-start;
    justify-content: center;
}
footer .container .foot .media a{
    width: 33px;
    height: 33px;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    outline: none;
    background-color: initial;
    border-radius: 50%;
}
footer .container .foot .media a:hover{
    background-color: #2bb8ea;
    color: #fff;
}
footer .container .foot h3{
    color: #2BB8EA;
    font-size: 18px;
    font-weight: 500;
    margin: 0px 0 25px;
    text-transform: uppercase;
    text-align: center;
}
footer .container .foot ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    width: 100%;
    column-count: 2;
    flex-wrap: wrap;
}
footer .container .foot ul li{
    padding: 3px 0;
    width: 100%;
    font-weight: 300;
    text-align: center;
}
footer .container .foot ul li ul{
	display: none;
}
footer .container .foot ul li a{
    color: #fff;
    text-decoration: none;
    outline: none;
    padding: 6px 1px;
}
footer .container .foot ul li a:hover{
    color: #00BBEA;
}
/*  */
.copy{
    border-top: 1px solid #FFFFFF30;
    padding: 15px;
    text-align: center;
    display: block;
    font-size: 11px;
    color: #fff;
    margin: 20px 0 0;
}
@media (max-width: 769px) {
    .copy {
    padding: 10px 0 80px;
}
}
.copy a{
    color: #00BBEA;
    text-decoration: none;
    outline: none;

}
.copy a:hover{
    color: #fff;
}
/*  */

.widget{
    width: 100%;
    line-height: normal;
    text-align: center;
}
form.mailpoet_form {
    position: relative;
}
.mailpoet_submit{
    position: absolute;
    top: 3px;
    right: 3px;
    top: 3px;
    padding: 12px 14px !important;
    font-size: 16px !important;
    background: #00BBEA  !important;

}
.mailpoet_spacer{
    display: none !important;
}
.mailpoet_paragraph {
    width: 100% !important;
}

/*  */
.shop{}
.shop .container{
    display: flex;
    flex-wrap: wrap;
}
.control{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 10px;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
}
.control .box{
    padding: 10px;
    display: flex;
    align-items: center;
    min-width: 200px;
}
.control .box ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
}
.control .box ul li{
    filter: grayscale(1);
    margin: 0 5px;
    opacity: 0.4;
    cursor: pointer;
}
.control .box ul li.but-list{
    background-image: url("img/list.svg");
    background-size: 100% 100%;
    height: 44px;
    width: 67px;
}
.control .box ul li.but-tow{
    background-image: url("img/2col.svg");
    background-size: 100% 100%;
    height: 44px;
    width: 67px;
}
.control .box ul li.but-three{
    background-image: url("img/3col.svg");
    background-size: 100% 100%;
    height: 44px;
    width: 67px;
}
.control .box ul li.but-four{
    background-image: url("img/4col.svg");
    background-size: 100% 100%;
    height: 44px;
    width: 77px;
}
.control .box ul li.but-five{
    background-image: url("img/5col.svg");
    background-size: 100% 100%;
    height: 44px;
    width: 87px;
}
.control .box ul li.but-six{
    background-image: url("img/6col.svg");
    background-size: 100% 100%;
    height: 44px;
    width: 97px;
}

.control .box ul li.active{
    filter: initial !important;
    opacity: 1;
}

.control .box select{
    border: 1px solid #DEDEDE;
    height: 44px;
    padding: 0 20px;
    background-image: url("img/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: left 10px center;
    color: #000;
    background-color: #fff;
    border-radius: 5px;
    -webkit-appearance: none;  /* Chrome / Safari */
    -moz-appearance: none;     /* Firefox */
    appearance: none;
    margin: 0;
    max-width: 200px;
}
button.filter{
    height: 44px;
    padding: 0 20px;
    border-radius: 5px;
    background: #00BBEA;
    color: #fff;
    font-weight: 400;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    width: 112px;
}
button.filter i{
    width: 22px;
    height: 22px;
    background-image: url("img/filter.svg");
    background-size: 100% 100%;
    margin: 0 3px;
}
button.filter:hover{
    opacity: 0.7;
}




@media (min-width: 769px) {
    .item-prud.list {
        width: 100% !important;
        background: #fff;
        padding: 5px 10px;
        margin: 0 0 10px;
    }
    .item-prud.list .product-box a{
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 0 260px;
        min-height: 270px;
        align-items: flex-start;
    }
    .item-prud.list img{
        height: 270px !important;
        width: 240px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
    }
    .item-prud.list .product-box a .bottom {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: start;
        flex-direction: column;
        width: 100%;
    }
    .item-prud.list .product-box a .bottom p{
        margin: 15px 0;
        display: block !important;
        color: #0C0C0C;
        font-size: 14px;
    }
    .item-prud.list .product-box .view{
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 200px;
        flex-direction: column;
    }
    .item-prud.list .product-box .view .q-shop{
        background-color: #0D0A37;
        height: 44px;
        border-radius: 44px;
        width: 160px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 5px 0;
        font-size: 14px;
        cursor: pointer;
    }
    .item-prud.list .product-box .view .q-shop i{
        width: 22px;
        height: 22px;
        background-image: url("img/q.svg");
        background-size: 100% 100%;
        margin: 0 5px;
    }
    .item-prud.list .product-box .view .q-view{
        height: 44px;
        border-radius: 44px;
        width: 160px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 5px 0;
        background: #00BBEA ;
        font-size: 14px;
        cursor: pointer;
    }
    .item-prud.list .product-box .view .q-view i{
        width: 22px;
        height: 22px;
        background-image: url("img/eye.svg");
        background-size: 100% 100%;
        margin: 0 5px;
    }
    .item-prud.list .product-box .view *:hover{
        opacity: 0.7;
    }




    .item-prud.tow {
        width: 50% !important;
    }
    .item-prud.tow img{
        height: 800px !important;
    }

    .item-prud.three {
        width: 33.33% !important;
    }
    .item-prud.three img{
        height: 500px !important;
    }

    .item-prud.four {
        width: 25% !important;
    }
    .item-prud.four img{
        height: 400px !important;
    }

    .item-prud.five {
        width: 20% !important;
    }
     .item-prud.five img{
        height: 330px !important;
    }

    .item-prud.six {
        width: 16.66% !important;
    }
    .item-prud.six img{
        height: 250px !important;
    }

}

@media (max-width: 769px) {
    .control .box{
        min-width: 50px;
    }
    .box-cont{
        display: none !important;
    }
    .shop .item-prud{
        width: 50% !important;
    }
}

/*  */
.yith-quick-view-close{
    background-image: url("img/clos.svg");
    width: 45px;
    height: 35px;
    font-size: 0;
    background-size: 100% 100%;
    display: flex;
    margin: -14px -20px auto auto;
    *{
        display: none;
    }
}
#yith-quick-view-modal.open .yith-wcqv-main {
    border-radius: 0 !important;
}
.woocommerce div.product .product_title {
    color: #0D0A37 !important;
    font-weight: 700;
    font-size: 26px !important;
}
#yith-quick-view-modal.open .price{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;

    ins,.woocommerce-Price-amount  bdi{
        text-decoration: none;
        background: linear-gradient(68.46deg, #196FB814.53%, #00BBEA 77.55%);
        -webkit-background-clip: text; /* For Safari compatibility */
        background-clip: text;
        -webkit-text-fill-color: transparent; /* For Safari compatibility */
        font-size: 21px;
        font-weight: bolder;
/*         font-family: "Crimson Text", serif; */
        margin: 0 0 -5px;
}
 del bdi{
/*     font-family: "Crimson Text", serif; */
    color: #7a7a7a !important;
    font-size: 14px !important;
    background: initial !important;
    -webkit-text-fill-color: initial !important;
}
}
/*  */
.variable-items-wrapper{
    display: flex;
    width: 100% !important;
    flex-direction: row !important;
}
.variable-item-span ,.variable-item-span-color{
    border-radius: 50% !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item){
    box-shadow: none !important;
    background: initial !important;
}
.product_meta{
    display: none;
}
/*  */


body .qib-button-wrapper {
    width: 140px;
    height: 44px;
    position: relative;
    max-width: 100%;
    overflow: hidden !important;
    border: none;
    border-radius: 50px;
    background: #F4F4F4;
    margin: 0;
    text-align: center;
    padding: 0;
    float: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.qib-button-wrapper button.qib-button,
.qib-button-wrapper div.quantity.wqpmb_quantity {
    float: none !important;
    height: 44px;
    width: 45px;
    min-width: 45px;
    padding: 0;
    margin: 0;
    background: #F4F4F4 !important;
    border-color: #F4F4F4 !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
    font-weight: 400;
    font-size: 30px;
}

.qib-button-wrapper .quantity input.input-text.qty.text {
    height: 44px;
    padding: 6px 12px 8px;
    text-align: center;
    background: #F4F4F4 !important;
    border: none !important;
    font-size: 20px;
    line-height: 20px;
    box-shadow: none;
    width: 44px;
    text-align: center;
    padding: 0 0 0px !important;
    outline: none;
    color: #000;
    margin: 0;
}
.woocommerce-page div.product form.cart div.quantity.wqpmb_quantity, .woocommerce div.product form.cart .quantity.wqpmb_quantity, .woocommerce div.product .quantity.wqpmb_quantity {
    margin: -8px 0 0 !important;
    display: flex;
}
/*  */
.single_add_to_cart_button.button{
    color: #fff;
    height: 44px !important;
    background: #00bbea !important;
    border-radius: 5px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 0 20px;
    text-transform: capitalize;
    font-weight: 400 !important;
}
/*  */
.variable-item-radio-input-wrapper{
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.variable-item-radio-input-wrapper .variable-item-radio-input{
    position: absolute;
    top: 0;
    left: 0;
transform: scale(4);
opacity: 0;

}
.variable-item-radio-input-wrapper .variable-item-radio-value-wrapper{
    position: relative;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #E5E5E5;
    color: #7E7E7E;
    font-size: 18px;
    font-weight: 500;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: #fff;
}
.variable-item-radio-input-wrapper .variable-item-radio-input:checked ~ .variable-item-radio-value-wrapper {
    border-color: #00BBEA !important;
    color: #196FB8!important;
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item{
    padding: 0 !important;
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item input+span{
    margin: 0 3px !important;
}

.woocommerce span.onsale {
    min-height: 50px !important;
    min-width: 50px !important;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #FF5961;
    color: #fff;
    font-size: .857em;
    z-index: 9;
	display: none;
}
/*  */
.fluentform .ff_file_upload_holder {
    width: 100%;
}
/*  */
.head-baner{
    padding: 0;
    background-color: #f9f9f9;
    /* background-size: 60% 100%; */
    /* background-position: right  center; */
    /* background-repeat: no-repeat; */
    background-image: url(img/bild.svg);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto 100px;
}
.head-baner .container{
    min-height: 140px;
    padding: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.head-baner .container p{
    font-size: 18px;
    background: linear-gradient(50deg, #196FB814.53%, #00BBEA 77.55%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    width: auto;
}
.head-baner .container h1{
    display: block;
    color: #322c59;
    font-weight: 200;
    font-size: 26px;
    margin: 0;
}

/*  */
.gallery {
    display: flex;
    flex-wrap: wrap;
}
.gallery .gallery-item {
    padding: 10px;
    margin: 0 !important;
    border: none;
}
@media (max-width: 769px) {
	.gallery .gallery-item {
    width: 50% !important;
}
}


.gallery .gallery-item .gallery-icon {
    padding: 15px;
    width: 100%;
    border: 1px solid #f1f1f1;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 150px;
}
.gallery .gallery-item .gallery-icon img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
    border: none !important;
}
/*  */

.live-search-list {
    list-style: none;
    padding: 0;
    margin-top: 10px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.live-search-list li {
    padding: 8px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.live-search-list li a {
    display: flex;
    gap: 10px;
    text-decoration: none;
    color: #000;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.live-search-list img {
    width: 50px;
    height: auto;
    display: flex;
}
.live-search-list li a > div{
    width: calc(100%  - 60px) !important;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.live-search-list li a span{
   width: 100%;
   direction: rtl;
   color: #0D0A37;
   font-weight: 600;
   font-size: 15px;
   line-height: normal;

       ins, .woocommerce-Price-amount bdi {
        text-decoration: none;
        background: linear-gradient(68.46deg, #196FB814.53%, #00BBEA 77.55%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 18px;
        font-weight: bolder;
/*         font-family: "Crimson Text", serif; */
        margin: 0 0 -5px;
    }
    del bdi {
/*         font-family: "Crimson Text", serif; */
        color: #7a7a7a !important;
        font-size: 14px !important;
        background: initial !important;
        -webkit-text-fill-color: initial !important;
    }

}
#live-search-results p{
    padding: 10px;
}
/*  */
.filter-sidebar{
    background: #fff;
    padding: 0;
    display: flex;
    z-index: 999;
    position: fixed;
    left: -360px;
    /* left: 0; */
    top: 0;
    transition: all 0.5s ease 0s;
    height: 100vh;
    width: 350px;
    max-width: 100%;
    border: 3px solid #FFFFFF;
    box-shadow: 0px 4px 4px 0px #00000040;
    flex-direction: column;
    transition: all 0.5s ease 0s;
    z-index: 9999999;
}
.filter-sidebar-open{
transition: all 0.5s ease 0s;
    left: 0 !important;
}

.filter-sidebar .xx{
    background-image: url(img/clos.svg);
    width: 35px;
    height: 35px;
    background-size: 100% 100%;
    cursor: pointer;
    display: flex;
    position: absolute;
    top: 5px;
    right: 5px;
    filter: invert(1);
}
.filter-sidebar h3{
    color: #000;
    font-size: 22px;
    font-weight: 300;
    border-bottom: 1px solid #E8E8E8;
    padding: 10px 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wpfMainWrapper{
    padding: 10px 10px;
    overflow-y: auto;
    height: calc(100vh - 110px);
}
.wpfFilterWrapper {
    padding: 15px !important;
    min-width: 100%;
    margin: 0 auto;
    margin-top: 12px;
    margin-bottom: 12px;
    width: 100%;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    background: #f9f9f9;
}
.wpfFilterButton.wpfButton{
    height: 44px !important;
    width: 100% !important;
    border-radius: 5px;
    color: #fff;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00BBEA ;
}
.wpfFilterTitle{
    display: flex !important;
    align-items: center;
    border-bottom: 1px solid #EBEBEB;
    height: 40px;
    justify-content: space-between;
    margin: 0 0 10px !important;
}
.wpfFilterTitle .wpfTitleToggle{
    font-size: 0 !important;
    width: 30px;
    height: 30px;
    background-image: url("img/dwon.svg");
    background-repeat: no-repeat;
    background-position: center center;
}

/* ===== Scrollbar ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âª ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â© ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° WebKit ===== */
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #00BBEA, #00BBEA);
    border-radius: 10px;
    transition: 0.3s;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #00BBEA, #00BBEA);
}
/*  */
.navpage{
    display: flex;
    align-items: center;
    margin: 20px 0;
    justify-content: center;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #ff6a59;
    color: #fff;
}
/*  */
.summary{
    ins,.woocommerce-Price-amount  bdi{
        text-decoration: none;
        background: #00BBEA;
        -webkit-background-clip: text; /* For Safari compatibility */
        background-clip: text;
        -webkit-text-fill-color: transparent; /* For Safari compatibility */
        font-size: 20px;
        font-weight: 300;
        /*         font-family: "Crimson Text", serif; */
        margin: 0 0 0 10px;
    }

    
.qib-button-wrapper {
    background: #fff !important;
	border: 1px solid #eee ;
	margin: 0 0 0 10px;
}

.qib-button-wrapper button.qib-button,
.qib-button-wrapper div.quantity.wqpmb_quantity {
    background: #fff !important;
    border-color: #fff !important;
}

.qib-button-wrapper .quantity input.input-text.qty.text {
    background: #fff !important;
    font-weight: 300;
}

}
.price del bdi {background-clip: initial !important;color: #8f8f8f !important;background: initial !important;-webkit-text-fill-color: initial !important;font-size: 14px !important;}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
/*  */
.woocommerce-product-details__short-description{
    /* border-bottom: 1px solid #DBDBDB; */
    margin: 10px 0 0px;
    font-weight: 300;
    padding: 10px 0;
    line-height: normal;
    color: #656565;
}
.woocommerce div.product form.cart{
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 20px;
}
/*  */
.page-product{
    padding: 10px 10px;
}
.page-product .container{
    display: flex;
    flex-wrap: wrap;
}
.page-product .container .block{
    padding: 20px;
}
.page-product .container .block .price{
    /* direction: ltr; */
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin: 15px 0;
}
.page-product .container .block form > div{
/*     width: 100%; */
}
.page-product .container .block form .woocommerce-variation-add-to-cart{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
.entry-title{
    color: #0D0A37;
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 20px;
}
.label{
    padding: 5px 0;
    font-weight: 300;
}

/*  */
.slick-vertical .slick-slide{
    padding: 5px 8px;
}
.rtwpvg-thumbnail-image.slick-vertical .slick-slide img{
    height: 88px;
    width: 88px;
    object-fit: cover;
    border-radius: 10px !important;
    border: 1px solid #fff !important;
}
.rtwpvg-thumbnail-image.slick-current img{
    border: 1px solid #196FB8!important;

}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    font-size: .92em;
    color: #767676;
    margin: 0 auto;
    max-width: 1200px;
    padding: 15px;
    font-size: 12px;
    font-weight: 400;
}
/*  */
.pro-icon{
    padding: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
}
.yith-wcqv-main .pro-icon{
    display: none !important;
}
.pro-icon .box{
    display: flex;
    align-items: flex-start;
    padding: 6px 6px 6px 66px;
    color: #000;
    font-size: 13px;
    position: relative;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 56px 56px;
    line-height: normal;
    margin: 5px 0;
    min-height: 60px;
}
.pro-icon .pro-1{
    background-image: url("img/pro-1.svg");
}
.pro-icon .pro-2{
    background-image: url("img/pro-2.svg");
}
.pro-icon .pro-3{
    background-image: url("img/pro-3.svg");
}
/*  */
.content-pro{
    padding: 0 10px;
}
.content-pro .container{
    display: flex;
    flex-wrap: wrap;
    color: #656565;
    align-items: flex-start;
    flex-direction: row-reverse;
}
.content-pro .container .block{
    padding: 15px;
    font-weight: 300;
    line-height: normal;
}
.content-pro .container h3{
    display: flex;
    width: auto;
    margin: 10px 0;
    text-decoration: none;
    /* background: linear-gradient(68.46deg, #196FB814.53%, #00BBEA 77.55%); */
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 26px;
    font-weight: bolder;
    /*     font-family: "Crimson Text", serif; */
}
.content-pro .container ul{
    padding: 0;
}
.content-pro .container ul li{}

.content-pro .container hr{
    padding: 0;
    margin: 5px 0;
    width: 100%;
    border-color: #ddd;
}
#reply-title,#title{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    color: #fff !important;
    font-size: 20px;
    font-weight: 400;
    padding: 0 15px;
    /* background-image: url(img/tit.svg); */
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px auto;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    -webkit-background-clip: initial;
    background-clip: initial;
    -webkit-text-fill-color: initial;
    /* font-family: "Quicksand", sans-serif; */
    border-bottom: 1px solid #eee;
    background: #00bbea;
    height: 54px;
    margin: 0 0 20px;
    border-radius: 5px;
}

#commentform{
    display: flex;
    flex-direction: column;
    p{
        margin: 0;
    }
}
#comment{
    width: 100%;
    height: 100px;
    background-color: #fff;
    border: 1px solid #E5E5E5;
    color: #000;
    border-radius: 10px;
    margin: 10px 0;
    outline: none;
    padding: 10px;
}
#author,#email,#url
{
    width: 100%;
    height: 44px;
    background-color: #fff;
    border: 1px solid #E5E5E5;
    color: #000;
    border-radius: 10px;
    margin: 10px 0;
    outline: none;
    padding: 10px;  
}
#submit{
    color: #fff !important;
    background: #00bbea !important;
    height: 44px;
    width: 160px !important;
    align-items: center;
    justify-content: center !important;
    outline: none;
    display: flex !important;
    font-weight: 400 !important;
}
.comment-form-cookies-consent,.comment-form-url
{
    display: none;
}
.review-item{
    background-color: #fff;
    padding: 15px 85px 15px 15px;
    border-radius: 10px;
    margin: 0 0 20px;
    display: flex;
    flex-direction: column;
    background-image: url("img/comment.svg");
    background-repeat: no-repeat;
    background-position: right 15px top 15px;
    color: #656565;
    /* border: 1px solid #eee; */
    box-shadow: 0 0 10px #eeeeeec7;
}
.review-item strong{
    color: #0D0A37;
    font-size: 18px;
    margin: 0;
    width: 100%;
    background-image: url("img/qq.svg");
    background-repeat: no-repeat;
    background-position: left top;
    filter: grayscale(1);
}
.review-item span{}
.review-item .comment-content{
    width: calc(100% + 50px);
    margin-left: -60px;
    padding: 15px 0 5px;
	max-width: 100%;
}
.star-rating{
    width: calc(100% + 50px);
    margin-left: -60px;
    color: #00BBEA;

}
/*  */
.related_products{
    background-color: #fff;
    padding: 40px 15px;
}
.related_products .related{
    padding: 20px 10px;
}
.related_products .related > h2{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    color: #0D0A37 !important;
    font-size: 26px;
    font-weight: 700;
    padding: 0;
    padding-inline-start: 35px;
    background-image: url(img/tit.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px auto;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    -webkit-background-clip: initial; 
     background-clip: initial; 
     -webkit-text-fill-color: initial;
    font-family: "Quicksand", sans-serif;
    margin: 0 0 15px;
}

/*  */
.related-all{
    display: flex;
    flex-wrap: wrap;
}
/*  */
.page-head{
    padding: 0;
    background-color: #f9f9f9;
    /* background-size: 60% 100%; */
    /* background-position: right  center; */
    /* background-repeat: no-repeat; */
    background-image: url(img/bild.svg);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto 100px;
}
.page-head .container{
    min-height: 140px;
    padding: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.page-head-enter .container{
    display: flex;
    justify-content: center;
}
.page-head .container h1{
    color: #0C0C0C;
    margin: 0;
    font-size: 30px;
    font-weight: 200;
}
/*  */

.woocommerce a.remove {
    background-image: url("img/remove.svg") !important;
    background-size: 100% 100%;
    width: 18px;
    height: 21px;
    background-color: #fff !important;
    border-radius: 0 !important;
	font-size: 0;
}
.woocommerce a.remove img{
    display: none !important;
}
/*  */
.coupon-box{
    display: flex;
    justify-content: space-between;
}
.coupon-box input{
    width: calc(100% - 110px);
    height: 44px;
    background-color: #fff;
    background-image: url("img/tag.svg");
    background-position: left 10px center;
    background-repeat: no-repeat;
    padding: 0 35px;
    border-radius: 44px;
    border: 1px solid #E5E5E5;
    color: #000;
}
.coupon-box button{
    background-color: #0D0A37;
    color: #fff;
    padding: 0;
    border: none;
    border-radius: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
}

/*  */
/* Hide default wrapper spacing */
.woocommerce-notices-wrapper{
    position: fixed;
    top: 20px;
    right: 20px;
    left: auto;
    z-index: 99999;
    width: 320px;
}

/* Toast Box */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info{
    background-color: #fff !important;
    color: #222 !important;
    padding: 15px 40px !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
    margin-bottom: 10px !important;
    font-size: 14px;
    animation: slideIn 0.4s ease;
    border: none !important;
    position: relative;
    width: 320px;
    background-image: url("img/chek.gif");
    background-repeat: no-repeat;
    background-position: center top 15px;
    background-size: auto 110px;
    padding-top: 130px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    align-content: center;
    position: fixed;
    z-index: 99999;
    left: 50%;
    margin-left: -170px;
}

/* Success left border */
.woocommerce-message{
    border-bottom: 4px solid #28a745 !important;
}

/* Error */
.woocommerce-error{
    border-bottom: 4px solid #dc3545 !important;
}

/* Info */
.woocommerce-info{
    border-bottom: 4px solid #007bff !important;
}

/* Close button */
.notice-close{
    position:absolute;
    top:8px;
    left:10px;
    cursor:pointer;
    font-weight:bold;
    font-size:0;
    width: 37px;
    height: 37px;
    background-image: url("img/x.svg");
    background-size: 100% 100%;

}
.button.wc-forward{
    width: 100%;
    background: #00BBEA  !important;
    color: #fff !important;
    height: 44px;
    border-radius: 5px !important;
    margin: 10px 0 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.woocommerce-message::before{
    display: none;
}

/* Animation */
@keyframes slideIn{
    from{opacity:0; transform:translateX(40px);}
    to{opacity:1; transform:translateX(0);}
}


/* 

/* Layout */
.custom-cart-wrapper{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    width:100%;
    gap:40px;
}

.checkout-fields{
    flex:2;
    max-width: 750px;
}

.cart-summary{
    flex:1;
    max-width:400px;
}

/* Headings */
.checkout-fields h2{
    font-weight:700;
    font-size:22px;
    margin-bottom:20px;
}

/* Summary Box */
.summary-box{
    background:#fff;
    padding:25px;
    border-radius:16px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.summary-row{
    display:flex;
    justify-content:space-between;
    margin-bottom:15px;
}

.summary-row.total{
    font-weight: 300;
    font-size:18px;
    color:#45C9EC;
}

/* Button */
.checkout-btn{
    display:block;
    text-align:center;
    background: linear-gradient(90deg,#45C9EC,#322C59) !important;
    color: #fff !important;
    padding:14px;
    border-radius:30px;
    text-decoration:none;
    margin-top:20px;
    border:none;
    width:100%;
    font-size:16px;
    cursor:pointer;
    transition:.3s;
}

.checkout-btn:hover{
    opacity:.9;
}

/* Coupon */
.coupon-box{
    margin-top:15px;
}

/* Hide default table */
.woocommerce-checkout-review-order-table{
    display:none !important;
}

/* Payment styling better look */
.woocommerce-checkout-payment{
    background: #fff !important;
    padding: 0;
    border-radius:16px;
    margin-top: 0;
}

/* Responsive */
@media(max-width:768px){
    .custom-cart-wrapper{
        flex-direction:column;
    }
    .checkout-fields,
    .cart-summary{
        max-width:100%;
    }
} 


.form-row noscript{
    display: none !important;
}

/*  */
#place_order{
    display: block;
    text-align: center;
    background: #00BBEA !important;
    color: #fff;
    padding: 14px;
    border-radius: 6px;
    text-decoration: none;
    margin-top: 20px;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select,
:where(.woocommerce) .select2-container .select2-dropdown, :where(.woocommerce) .select2-container .select2-selection
{
    background-color: #fff !important;
    outline: none !important;
    border: 1px solid #E5E5E5 !important;
    height: 56px;
    border-radius: 5px !important;
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.woocommerce-billing-fields__field-wrapper{
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    p{
        width: 100%;
    }
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, 
.woocommerce-page form .form-row-last,
#billing_country_field,
#billing_phone_field,
#billing_email_field,
#billing_address_1_field

{
    width: 50% !important;
    padding: 8px;
} 
#billing_address_2_field{
    display: none !important;
}
#billing_city_field{
    width: 100% !important;
}
.woocommerce-billing-fields h3{
    background: #00BBEA;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 15px;
    text-transform: uppercase;
    padding: 15px 20px;
    border-radius: 5px;
}
/*  */
.woocommerce-order-thank{
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding: 170px 30px 10px;
    background-image: url("img/chek.gif");
    background-repeat: no-repeat;
    background-position: center top 20px;
    background-size: auto 130px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 20px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}
.woocommerce-thankyou-order-received{
    color: #28a745;
    font-weight: 700;
}


.woocommerce-order-thank ul{
    margin: auto;
    list-style: none;
    display: flex;
    flex-direction: column;
    width: 100%;
    list-style: none;
}
.woocommerce-order-thank li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border: none !important;
    border: 1px dashed #322c5961 !important;
    padding: 15px 20px !important;
    margin: 4px 0 !important;
    padding-left: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 25px;
	background: #322c5905;
}
.woocommerce-order-thank li strong{
	font-weight: 300;
}
.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none;
    padding: 0;
}
/*  */
.about-page{
    padding: 10px 0px;
    background: #fff;
}
.about-page .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-image: url(img/water.png);
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.about-page .container .block{
    padding: 25px;
    color: #253D4E;
}
.about-page .container .block img{
    width: 100%;
    height: auto;
    border-radius: 0;
}
.about-page .container .block h2{
    color: #0d0a37;
    font-size: 26px;
    font-weight: 600;
    max-width: 400px;
    margin: 0 0 25px;
}
.about-page .container .block strong{
    font-weight: 500;
    color: #0d0a37;
}
.about-page .container .block p{
    font-weight: 400;
    line-height: normal;
    text-align: justify;
}
.why{
    background-color: #F5F5F5;
}
.why-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px auto 0;
}
.why-all .box{
    border: 10px solid #F5F5F5;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px 25px;
    flex-direction: column;
    align-content: center;
}
.why-all .box img{
    width: 78px;
    height: 78px;
    margin: 0 0 10px;
}
.why-all .box h4{
    color: #322c59;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 15px 0;
}
.why-all .box p{
    color: #322c59e0;
    margin: 0;
    /* font-size: 12px; */
    text-align: center;
}
/*  */
.see{background: #fff;}
.see .container{
    padding: 30px 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    background-image: url(img/water.png);
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.see .container .block{
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    color: #253D4E;
}
.see .container .block h2{
    margin: 0 0 20px;
    color: #322c59;
    font-size: 22px;
    font-weight: 500;
}
.see .container .block p{
    font-weight: 400;
    line-height: normal;
    text-align: justify;
}
.see .container .block video{
    width: 100%;
    height: 300px;
    border-radius: ;
    margin: 0 0 20px;
    object-fit: cover;
}
.see .container .block ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.see .container .block ul li{
    display: flex;
    flex-direction: column;
    width: 48%;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-align: justify;
}
@media (max-width: 769px) {
    .see .container .block{
        padding: 10px;
    }
    .see .container .block ul li{
    width: 100%;
}
}


.see .container .block ul li:last-child{
    width: 100%;
}
.see .container .block ul li strong{
    color: #322c59;
    font-size: 22px;
    font-weight: 500;
    margin: 30px 0 5px;
}
.see .container .block img{
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.see blockquote{
    background: #322c59;
    padding: 20px;
    color: #fff;
    margin: 20px 0;
    width: 100%;
}
.see blockquote h2 {
    color: #fff !important;
}


/*  */
.wc-backward{
    height: 53px !important;
    padding: 0 20px !important;
    width: 150px !important;
    background: #00BBEA  !important;
    border-radius: 53px !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    color: #fff !important;
    text-decoration: none !important;
    outline: none !important;
    justify-content: center !important;
}
.woocommerce-form__label-for-checkbox {
    display: none !important;
}
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
    padding: 0 !important;
}
.wc_payment_method > label{
    background-color: #fff;
    background-image: url("img/bank.svg");
    background-repeat: no-repeat;
    background-position: center top 10px;
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    padding: 40px 0 0;
    height: 80px;
    margin: 10px 0 0;
    cursor: pointer;
}
#payment_method_cod ~ label{
    background-image: url("img/pay.svg");
}

#payment_method_bacs{
    opacity: 0;width: 0;
    opacity: 0;
}
#payment_method_cod{
    height: 0;
    opacity: 0;width: 0;
}
input:checked ~ label{
    border: 1px solid #196FB8!important;
    color: #196FB8!important;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods{
    padding: 0 !important;
}
.wc_payment_methods.payment_methods  input{
    display: none;
}
/*  */
.by-brand{
    padding: 50px 20px;
}
.by-brand .container{
    display: flex;
    flex-wrap: nowrap;
}
.by-brand .container ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    width: 100%;
}
.by-brand .container ul li{
    width: 200px;
}
.by-brand .container ul li a{
    display: flex;
    height: 50px;
    border: 1px solid #EEEEEE;
    justify-content: center;
    align-items: center;
    color: #0D0A37;
    text-decoration: none;
    outline: none;

}
.by-brand .container ul li a:hover{
    background-color: #EEEEEE;
}
/*  */
.catos{
    padding: 50px 10px;
}
.catos .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: flex-start;
    padding: 0 !important;
}
.catos .container .block{
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
/*  */


.widget-box {
    /* background: #fff; */
    padding: 20px 0;
    border-radius: 10px;
    margin-bottom: 30px;
}

.widget-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cat-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}

.cat-list li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.cat-list a {
    text-decoration: none;
    color: #222;
}

.cat-list span {
    color: #777;
}

.recent-item {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.recent-thumb img {
    width: 90px;
    height: 70px;
    object-fit: cover;
    border-radius: 0;
}

.recent-title {
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #222;
    display: block;
    margin-bottom: 5px;
}

.recent-date {
    font-size: 13px;
    color: #888;
}
/*  */
.single{
    padding: 0;
}
.single-post .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.single-post .container .footpost{
    padding: 20px 0 !important;
}
.single-post .container .footpost h4{
    margin: 20px 0 !important;
}
/*  */
.ff-default .ff-el-form-control{
    border-radius: 0 !important;
    background: #f9f9f98f;
    min-height: 52px;
    font-family: "Noto Kufi Arabic", sans-serif !important;
}
/*  */
.box-content{
    padding: 0;
    background: initial;
    display: flex;
    flex-direction: column;
}
.box-content img{
    width: 100% !important;
    height: auto !important;
    border-radius: 0;
}
/*  */
.wishlist-page{
    padding: 50px 10px;
}
.wishlist-page .container{
    display: flex;
    flex-wrap: wrap;
}
#wishlist-products{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
/*  */
.faq{
    padding: 50px 20px;
}
.faq .container{
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px !important;
}
.custom-accordion {
    direction:  ltr;
    width: 100%;
}

.custom-accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 14px;
    overflow: hidden;
}

.custom-accordion .accordion-button {
    background: #EDEDED;
    color: #0D0A37;
    font-weight: 700;
    font-size: 17px;
    padding: 20px;
    box-shadow: none;
    border-radius: 14px !important;
    display: flex;
    text-align: left;
    justify-content: space-between;
}

.custom-accordion .accordion-button:not(.collapsed) {
    background: #00BBEA;
    color: #fff;
    border-radius: 14px 14px 0 0 !important;
}

.custom-accordion .accordion-button:focus {
    box-shadow: none;
}

.custom-accordion .accordion-body {
    background: #00BBEA;
    color: #fff;
    padding: 0 20px 20px 20px;
    font-size: 16px;
    line-height: 1.7;
    background: linear-gradient(0deg, #196FB817.99%, #00BBEA 97.98%);

}

.custom-accordion .accordion-button::after {
    margin-left: auto;
    margin-right: 0;
    transform: rotate(180deg);
    filter: brightness(0) saturate(100%);
    width: 30px;
    height: 30px;
    background-image: url("img/+.svg") !important;
    background-size: 30px 30px;
    margin: 0 0 0 5px;
}


.custom-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
    filter: brightness(0) invert(1);
    background-image: url("img/-.svg") !important;

}
/*  */
.woocommerce-MyAccount-navigation{
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-MyAccount-navigation ul{
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}
.woocommerce-MyAccount-navigation ul li{
    width: 100%;
    margin: 3px 0;
}
.woocommerce-MyAccount-navigation ul li a{
    display: flex;
    height: 50px;
    color: #000;
    padding: 0 25px;
    background-color: #fff;
    text-decoration: none;
    outline: none;
    border: 2px dashed #45c9ec4a;
    align-items: center;
    border-radius: 50px;
    font-weight: 300;
    font-size: 16px;
    /* box-shadow: 0 0 10px #dddddd3b; */
}
.woocommerce-MyAccount-navigation ul li.is-active a{
    border: 1px solid #45C9EC;
    color: #fff;
    background: #45C9EC;
    border-radius: 50px;
}

/*  */

.custom-orders-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.order-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.order-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-status {
    background: #e6f9ec;
    color: #2e7d32;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 14px;
}

.order-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-total {
    color: #00bbea;
    font-weight: 400;
}

.view-order-btn {
    background: #322c59;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
}

/*  */

.custom-view-order {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.order-header-card {
    background: #45c9ec42;
    padding: 20px;
    border-radius: 12px;
    font-weight: 300;
}
.order-header-card p{
    margin: 0;
}
.order-timeline {
    display: none;
    justify-content: space-between;
    margin: 20px 0;
    border-top: 2px solid #dddddd;
}

.timeline-step {
    text-align: center;
    flex: 1;
    position: relative;
    margin: -10px 0 0;
}
.timeline-step span{
    background: #ff5722;
}

.timeline-step span {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto 10px;
    background: #ff5722;
    border-radius: 50%;
}

.timeline-step.active span {
    background: #ff5722 !important;
}
.timeline-step.active ~ .timeline-step span{
    background: #ddd;
}

.order-content-wrapper {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    padding: 10px;
}

.order-products {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    min-width: 100%;
}

.product-card {
    display: flex;
    gap: 20px;
    /* background: #00680514; */
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 0 10px #eee;
    margin: 0 0 10px;
    border-radius: 20px;
}

.product-image img {
    width: 120px;
    border-radius: 10px;
}

.product-info h4 {
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 16px;
    color: #45c9ec;
}

.price {
    color: #000000;
    font-weight: 300;
    margin-top: 10px;
}

.order-summary {
    flex: 1;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    height: fit-content;
    border: 2px dashed #45c9ec4a;
}

.order-summary ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.order-summary li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding: 9px 0;
    margin: 0;
}

.order-summary .total {
    font-weight: bold;
    color: #45C9EC;
}
.wc-item-meta{
    margin: 0;
    padding: 0;
}
.wc-item-meta li{
    display: flex;
}
.wc-item-meta li strong{
    margin-right: 0;
    font-weight: 300;
}
.wc-item-meta li p{
    margin: 0;
}
/*  */
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads{
    display: none;
}
/*  */
.woocommerce-MyAccount-content{
    display: flex;
}
.woocommerce-MyAccount-content form{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.woocommerce-MyAccount-content form .woocommerce-address-fields{
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-address-fields__field-wrapper{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.woocommerce-address-fields__field-wrapper p{
    width: 48% !important;
    padding: 0 6px !important;
}

.woocommerce-MyAccount-content p .button{
    height: 53px !important;
    padding: 0 20px !important;
    width: 160px !important;
    background: #00BBEA;
    border-radius: 5px !important;
    margin: 5px !important;
    display: flex !important;
    align-items: center !important;
    color: #fff !important;
    text-decoration: none !important;
    outline: none !important;
    justify-content: center !important;
}
form.edit-account{
    display: flex;
    flex-wrap: wrap;
    flex-direction: inherit;
}
form.edit-account p{
    width: 50% !important;
}
fieldset{
    width: 100%;
    padding: 20px 0;
}
form.edit-account fieldset p {
    width: 100% !important;
}
/*  */
.woocommerce-MyAccount-content{
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2
{
    background-color: #fff;
    padding: 0 0 15px;
}
.woocommerce-Address-title {
    background: #00BBEA;
    color: #fff;
    border: none;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    border-radius: 30px;
    margin: 10px 0;
    font-size: 14px;
    align-items: center;
    padding: 10px 0;
}
.woocommerce-Address-title h2{
	font-size: 18px;
	font-weight: 400;
}
.woocommerce-Address-title a{
    color: #000;
    background: #ffffff3d;
    display: flex;
    width: auto;
    padding: 0 10px;
    height: 40px;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    border: 1px dashed #fff;
}
.woocommerce-Address-title a:hover{
	background: #fff;
}
address {
    padding: 20px;
    border: 2px dashed #45c9ec4a;
    border-radius: 20px;
    margin: 20px 0 25px;
    height: 100%;
    font-weight: 300;
    line-height: normal;
}
/*  */
.login-page{
    padding: 50px 10px;
    background: #fff;
}
.login-page .container{
    display: flex;
    flex-wrap: wrap;
}
 .login-page .container .woocommerce{
    width: 100%;
 }
.login-page .container #customer_login{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.login-page .container #customer_login > div{
    background: initial !important;
    padding: 20px;
}
.login-page .container #customer_login h2{
    /* background: linear-gradient(68.46deg, #196FB814.53%, #00BBEA 77.55%); */
    /* -webkit-background-clip: text; */
    /* background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    /* color: transparent; */
    font-size: 25px;
    font-weight: 700;
    /*     font-family: "Crimson Text", serif; */
    text-transform: uppercase;
    margin: 0;
}
.login-page .container #customer_login form{
    display: flex;
    border: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.login-page .container #customer_login form .woocommerce-button,
.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button
 {
    height: 53px !important;
    padding: 0 20px !important;
    width: 150px !important;
    background: #00BBEA !important;
    border-radius: 5px !important;
    margin: 5px !important;
    display: flex !important;
    align-items: center !important;
    color: #fff !important;
    text-decoration: none !important;
    outline: none !important;
    justify-content: center !important;
}
.woocommerce-ResetPassword.lost_reset_password{
    display: flex;
    flex-direction: column;
}

.page-defolt{
	padding: 50px 20px;
	background-image: url(img/water.png);
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.whatsapp{
	background: #1DAA61;
    width: 50px;
    height: 50px;
    display: flex;
    position: fixed;
    left: 0;
    bottom: 50%;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    z-index: 999;
	text-decoration: none;
	outline: none;
}
/*  */
.teams{
    background-color: #fff!important;
}
.teams .container{
    display: flex;
    flex-wrap: wrap;
}
.teams .container .item{
    padding: 15px;
}
.teams .container .item .box{
    background: #fff;
    /* border: 1px solid #f00; */
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    box-shadow: 0 0 20px #0000000d;
}
.teams .container .item img{
    height: 200px;
    height: 200px;
    margin: 0 0 20px;
}
.teams .container .item h4{
    font-size: 18px;
    color: #322c59;
    font-weight: 400;
}
.teams .container .item p{
    font-weight: 300;
    font-size: 14px;
    color: #555;
}
/*  */

.woo-product-gallery-slider{
	width: 100% !important;
}
.slick-list{
	max-height: 500px;
}
.woocommerce div.product div.images img {
    max-height: 500px;
}
.fancybox-container{
	z-index: 999999999999999;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
    width: 100% !important;
}
.update-cart-btn{
	background: linear-gradient(90deg,#ff5a5f,#ff9966) !important;
}



/*  */
.login-page{
    padding: 50px 10px;
}
.login-page .container{
    display: flex;
    flex-wrap: wrap;
}
 .login-page .container .woocommerce{
    width: 100%;
 }
.login-page .container #customer_login{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}
.login-page .container #customer_login > div{
    padding: 20px;
    max-width: 500px;
    background: #fff !important;
    margin: 0 0 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 16px;
    padding: 30px;
    font-weight: 300;
    border-top: 2px solid #00BBEA;
    height: auto;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
}
.login-page .container #customer_login h2{
    background: #000;
    -webkit-background-clip: text;
    background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    color: transparent;
    font-size: 20px;
    font-weight: 400;
    /* font-family: "Crimson Text", serif; */
    text-transform: uppercase;
    margin: -50px auto 0;
    background: #00BBEA;
    color: #fff !important;
    width: 90%;
    display: flex;
    height: 50px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
}
.login-page .container #customer_login form{
    display: flex;
    border: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.login-page .container #customer_login form .woocommerce-button,
.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button
 {
    height: 53px !important;
    padding: 0 20px !important;
    width: 180px !important;
    background: initial;
    border-radius: 5px !important;
    margin: 5px !important;
    display: flex !important;
    align-items: center !important;
    color: #fff !important;
    text-decoration: none !important;
    outline: none !important;
    justify-content: center !important;
    font-weight: 400;
}
.woocommerce-ResetPassword.lost_reset_password{
    display: flex;
    flex-direction: column;
}
.wpfButton{
	background: #00BBEA !important;
}
.update-cart-btn,.checkout-btn{
	background: #00BBEA !important;
	border-radius: 7px !important;
}
.summary-row.total,.cart-price,.variation dd{
		color: #00BBEA !important;

}
.payment-wrapper h3{
	font-size: 20px;
	font-weight: 400;
}
.ff-default h4 {
    font-weight: 300;
}
.ff-default .ff-el-input--label label {
    font-weight: 300;
}
.login-but{
	background: #00bbea;
    color: #fff;
    text-decoration: none;
    outline: none;
    height: 48px;
    padding: 0 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    margin: 20px 5px;
    border: 2px solid #00bbea;
    min-width: 150px;	
}
.login-but:hover{
	background: #322c59;
    color: #fff;
    border: 2px solid #322c59;
}
/*  */
#account_display_name_description{
	font-size: 11px;
}
@media (max-width: 769px) {
.woocommerce-form-row,.form-row{
	min-width: 100% !important;
}
}
.woocommerce-privacy-policy-text{
	font-size: 13px;
}


/* rtwpvg-thumbnail-image rtwpvg-thumbnail-image-193 slick-slide slick-active
rtwpvg-thumbnail-image rtwpvg-thumbnail-image-77 slick-slide slick-current slick-active */

/* 
font-family: "Dubai", serif;
    font-family: "Dubai", serif;

*/

@media (max-width: 769px) {}



/*::placeholder { 
color: #ffffff50;
}*/


/*
background-color: rgba(80,104,140,0.5);
transition: all 0.5s ease 0s;
transform: scale(1.2);

*/
/* .hero video::-webkit-media-controls,
.serv-box video::-webkit-media-controls,
.creative  .creative-all .creative-row video::-webkit-media-controls,
.contact-page .container video::-webkit-media-controls

{
display: none !important;
} */
