/*
Theme Name: Xav Coffee
Description: 
Design by :
Designer URI:
Developed by Farzin Mojaver
Developer URI: https://www.linkedin.com/in/farzin-mojaver-a687871a7/
Version: 2.0
*/

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

@font-face {
	font-family: 'estedad';
	font-style: normal;
	font-weight: normal;
    src: url('fonts/Estedad-FD-Regular.woff2') format('woff2');
}

/***************************************************
				General
***************************************************/
body {
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: 'estedad';
    font-size: 16px;
	color:#984A5F;
    -webkit-text-size-adjust: 100%;
    direction: rtl;
    scroll-behavior: smooth;
    background-color: #CEBEB5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
}
body#home {
	background:#CEBEB5;
	padding-bottom:180px;
}
body.FFEB95 {
	background:#FFEB95;
}
body.FAC1AB {
	background:#FAC1AB;
}
body.C7DFF4 {
	background:#C7DFF4;
}
body.B3E0C1 {
	background:#B3E0C1;
}   
* {
    outline: none;
}

*::after,
*::before {
    box-sizing: border-box;
}
input:focus {
    outline: none !important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
  }
ul {
    margin: 0;
    padding: 0;
    
}

li {
    list-style: none;   
    font-family: 'estedad';
}

a {
    font-size: 16px;
    cursor: pointer;
	color:#984A5F;
    font-family: 'estedad';
}

a:link {
    text-decoration: none;
    color: #984A5F;
    cursor: pointer;
}

a:visited {
    text-decoration: none; 
    color: #984A5F;     
}

a:focus,
a:hover {
    color: #984A5F;  
    text-decoration: none;  
}

a:active {
    text-decoration: none;   
    color: #984A5F;
    font-weight: normal;
}
a[href^=tel] {
    color: #984A5F;
    text-decoration: none;
}

input,
textarea {
    font-family: 'estedad', sans-serif;
    font-size: 14px;
}

textarea:focus,
input:focus {
    outline: 0;
    font-family: 'estedad', sans-serif;
    color: #984A5F !important;
}

::-webkit-input-placeholder {
    color: hsla(0, 0%, 7%, .7) !important;
    font-family: 'estedad', sans-serif;
}
:-moz-placeholder {
    color: hsla(0, 0%, 7%, .7) !important;
    font-family: 'estedad', sans-serif;
}
::-moz-placeholder {
    color: hsla(0, 0%, 7%, .7) !important;
    font-family: 'estedad', sans-serif;
}
input::placeholder {
    color: hsla(0, 0%, 7%, .7) !important;
    font-family: 'estedad', sans-serif;
}
:-ms-input-placeholder {
    color: hsla(0, 0%, 7%, .7) !important;
    font-family: 'estedad', sans-serif;
}

figure {
    margin: 0;
}

img {
    width: 100%;
    height: auto;
    outline: none;
}

figure img {
    width: 100%;
    height: auto;
}

span,
p {
    font-family: "estedad"; 
    color:#000;
}
p {
    margin-top: 0;
    font-family: 'estedad';
}
.singular h1,
h2,
h3,
h4,
h5,
h6 {    
	font-family: "Dana"; 
	font-size:40px;
	font-weight:normal;
	margin-top:20px;
	margin-bottom:20px;
}
h1 {
	font-family: "Dana"; 
	font-size:50px;
	font-weight:normal;
}
iframe {
    border: none;
}

.clear {
    clear: both;
}
.loading {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
	position:fixed;
    z-index: 99999;
    background-color: #CEBEB5;
    top: 0;
}
/***************************************************
				    header 
***************************************************/
.header {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
	height:50px;
	position:fixed;
	z-index:9999;
	top:20px;
	right:20px;
	border-radius:25px;
	display:flex;
	justify-content:start;
	align-items:center;
	transition:all .3s ease;
}
.header.hide {
  transform: translateY(-200%);
}
.header .nav-icons {
	display:flex;
    background: #994A5F;
    padding: 5px 0;
    border-radius: 30px;
}
.header  .nav-icons li {
	width:32px;
	height:32px;
    margin-left: 10px;
    margin-top: 4px;
    background: #994A5F;
    border-radius: 50%;
	transition:all .3s ease;
}
.header  .nav-icons li a {    
	width: 32px;
    height: 32px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.header  .nav-icons li:focus,
.header  .nav-icons li:hover {
	background:#EFCCB2;
}
.header  .nav-icons li:focus path,
.header  .nav-icons li:hover path {
    fill: #994A5F;
}
.header  .nav-icons li:focus path.stl0,
.header  .nav-icons li:hover path.stl0,
.header  .nav-icons li:focus path.stl1,
.header  .nav-icons li:hover path.stl1 {
    stroke: #994A5F;
	fill: none;
}
.header  .nav-icons div#burger {
	width:31px;
	height:31px;
	margin-left:20px;
	display:flex;
	flex-direction:column;
	cursor:pointer;
	display:none;
}
.header .nav-icons div#burger div {
	display:flex;
	justify-content:space-between;
}
.header .nav-icons div#burger span {
	background:#000;
	width:5px;
	height:5px;
	border-radius:50%;
	cursor:pointer;
	transition:all .3s ease;
}
.header  .nav-icons div#burger div:nth-child(2) {
	margin:8px 0;
}



.header  .nav-icons div#burger.actv div:nth-child(1)  span:nth-child(2) {
	transform:translatey(13px);
}
.header  .nav-icons div#burger.actv div:nth-child(2)  span:nth-child(1) {
	transform:translatex(-13px);
}
.header  .nav-icons div#burger.actv div:nth-child(2)  span:nth-child(3) {
	transform:translatex(13px);
}
.header  .nav-icons div#burger.actv div:nth-child(3)  span:nth-child(2) {
	transform:translatey(-13px);
}
.header  .nav-btn {
    display: flex;
    background: #FAE9DF;
	border-radius:30px;
	margin-right:5px;
	position:relative;
	overflow-x:hidden;
} 
.header .nav-btn i {
    background: #994A5F;
    position: absolute;
    z-index: 1;
    width: 0;
    height: 100%;
    border-radius: 30px;
	transition:all .3s ease;
	transform-origin:center;
}
.header .nav-btn i.actv {
    width: 25%;
}
.header .nav-btn li {
	position:relative;
	z-index:2;
}
.header .nav-btn li label,
.header .nav-btn li a {
    min-width: 120px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    color: #994A5F;
	border-radius:30px;
    transition: all .3s ease;
	font-weight:bold;
	cursor:pointer;
} 
.header  .nav-btn li:focus label,
.header  .nav-btn li:hover label,
.header  .nav-btn li:focus a,
.header  .nav-btn li:hover a {
    color: #FAE9DF;
}
#logo {
    width: auto;
    height: 50px;
    color: #000;
    font-size: 40px;
    font-family: 'dana';
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
	background:#994A5F;
}

#logo svg {
    width: auto;
    height: 32px;
}

#basket {
	position:relative;
}
#basket-counter-mob {
    width: 20px;
    position: absolute;
    bottom: 15px;
    right: 6px;
    text-align: center;
    font-size: 10px;
	color:#EFCCB2;
	transition:all .3s ease;
}
#basket:focus #basket-counter-mob,
#basket:hover #basket-counter-mob {
	color:#f58357;
}
#search {
    width: 40px;
    height: 40px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    background: #FAE9DF;
    border-radius: 20px;
    margin-right: 5px;
	transition:all .3s ease;
}
/***************************************************
				    Nav 
***************************************************/
#nav {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
    height: -moz-calc(100dvh - 60px);
    height: -webkit-calc(100dvh - 60px);
    height: -o-calc(100dvh - 60px);
    height: calc(100dvh - 60px);
	position:fixed;
	z-index:999;
	top:30px;
	right:20px;
    background: #68C184;
	transform:scale(0);
	transform-origin:top right;
	transition:all .3s ease;
	border-radius:10px;
	overflow:hidden;
}
#nav.actv {
	transform:scale(1);
	border-radius:۱0px;
	display:flex;
	justify-content:start;
	align-items:end;
}
#nav ul {
	display:flex;
	flex-direction:column;
	justify-content:end;
	align-items:start;
	margin-right:20px;
	margin-bottom:20px;
}
#nav ul li a {
	font-size:40px;
}
#Xav {
	width:60px;
	height:auto;
 	background: #8b3d56;
 	border-radius: 999px;
	position:fixed;
	z-index:999;
	left:20px;
	bottom:180px;
 	margin: auto;
 	transform-style: preserve-3d;
 	animation: swing 3s ease-in-out infinite alternate;
 	box-shadow: 0 30px 40px rgba(0,0,0,.25);
}
#Xav::before {
 	content: "";
 	position: absolute;
 	inset: 0;
 	background: #6f2e44;
	border-radius: 999px;
	transform: translateZ(-18px);
}
@keyframes swing {
  from { transform: rotateY(-35deg); }
  to   { transform: rotateY(35deg); }
}
#Xav svg {
	width:60px;
	height:auto;
}
/***************************************************
				    main 
***************************************************/
main {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
    min-height: -moz-calc(100dvh - 293px);
    min-height: -webkit-calc(100dvh - 293px);
    min-height: -o-calc(100dvh - 293px);
    min-height: calc(100dvh - 293px);
	margin:120px auto 20px auto;
	border-radius:20px;
	max-width:1440px;
	position:relative;
	z-index:2;
}
.wsection {
	background:#FAEADF;	
	padding:20px;
	border-radius:20px;
	max-width:920px;
	margin:0 auto;
	position:relative;
	z-index:2;
}
.other-pages {
	max-width:960px;
	margin:40px auto;
}
/***************************************************
				   slider 
***************************************************/
.home-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
}
.home-bg svg path {
	transition:all .3s ease-in-out;
}
.slider {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-end;
	border-radius: 0 0 40px 40px;
}
.slide {
    width: 100%;
    height: 100%;
	position:absolute;
	bottom:0;
	right:0;
	z-index:1;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:end;
}
.home-guide {
	margin: 0  auto;
	position:relative;
	z-index:4;
}
.home-guide  .home-video-wrap {
	width:100%;
	height:25vh;
    border-radius: 20px;
	overflow:hidden;
	display:flex;
	justify-content:center;
	align-items:center;
	position:absolute;
	top:-20px;
	transform:translatey(-100%);
}
.home-guide  .home-video-wrap video {
	width:102%;
	height:auto;
}
.home-guide .home-article-sutitle,
.home-guide .home-article-title {
	color:#994A5F !important;	
}
.home-guide .home-article-title {
	width:fit-content;
    font-size: 6vw;
    margin: 0 auto 20px auto;
    background: #FAE9DF;
    padding: 20px;
    border-radius: 20px;
}
.home-guide .home-article-sutitle {
	width:100%;
	text-align:left;
    font-size: 1.2vw;
	margin:20px 0 0 0;
    color: #984A5F;
}
.home-guide ul{ 
	max-width:960px;
    min-width: 720px;
 	display: flex;
	justify-content:space-between;
 	padding: 0;
  	margin: 0 auto 20px auto;
	flex-grow:1;
}
.home-guide ul li {
    width: -moz-calc(50% - 7px);
    width: -webkit-calc(50% - 7px);
    width: -o-calc(50% - 7px);
    width: calc(50% - 7px);
	background:#994A5F;
	border-radius:20px;
	margin-bottom:5px;
}
.home-guide li .post-info {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
	min-height:140px;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	align-items:start;
	margin: 20px auto;
	clear:both;
}
.home-guide li .post-info label {
    display: block;
    font-size: 40px;
    color: #FAE9DF;
    font-family: 'Dana';
	transition:all .3s ease;
}
.home-guide li .post-info label span {
	width:100%;
    text-align: left;
    display: inline-block;
    font-size: 22px;
    font-family: 'Dana';
    color: #FAE9DF;
	margin: 0;
	transition:all .3s ease;
}
.home-guide li:hover .post-info label {	
    font-size: 45px;
}
.home-guide li:hover .post-info label span{	
    font-size: 30px;
}
.home-guide li .post-info a {
    width: fit-content;
    float: left;
    align-self: end;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    background: #FAE9DF;
	color:#994A5F;
    border-radius: 20px;
    font-size: 16px;
    padding: 6px 10px;
    line-height: 1;
	margin-left:29px;
}
.home-guide li .post-info a span {    
	width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    left: -29px;
    background: #FAE9DF;
    border-radius: 14px;
    margin: 0;
	transition:all .3s ease;
	transform:rotate(0deg);
}
.home-guide li .post-info a:focus span, 
.home-guide li .post-info a:hover span {
	transform:rotate(150deg);
}
.scrollDown {
	width: 28px;
    height: 28px;
    border-radius: 14px;
    position: absolute;
    right: 20px;
    background: #994A5F;
	z-index:5;
    display: flex;
	justify-content:center;
	align-items:center;
	animation: scrollDown 1s linear infinite alternate; 
}
@keyframes scrollDown {
	0%   { bottom: 50px; } 
	100% { bottom: 20px;}
}
.scrollDown svg {
    margin-right: 1px;
	transform:rotate(-120deg);
}
/***************************************************
				   class list 
***************************************************/
.home-class .class-filter {
	width:460px;
	margin:0 auto 40px auto;
	display:flex;
	justify-content:center;
	align-items:center;
}
.home-class .class-filter label {
	display:flex;
	min-width:80px;
	justify-content:center;
	align-items:center;
	padding:4px 7px;
	margin:0 3px;
    border-radius: 22px;
    font-size: 14px;
	cursor:pointer;
}
.home-class .class-filter label#cf-workshop {
    background: #C7DFF4;
}
.home-class .class-filter label#cf-master {
    background: #F89768;
}
.home-class .class-filter label#cf-cours {
	    background: #FFEB95;
}
.home-class .class-filter label span {
	width: 10px;
    height: 10px;
    margin-left: 5px;
    border-radius: 50%;
    background: #68C183;
}

.cf-workshop .article-list li,
.home-article.home-class ul li.cfp-workshop {
	background:#C7DFF4 !important;
}
.cf-cours .article-list li,
.home-article.home-class ul li.cfp-cours  {
	background:#FFEB95 !important;
}
.cf-master .article-list li,
.home-article.home-class ul li.cfp-master {
	background: #F89768 !important;
}
.cf-online ul li figure:before,
.home-article.home-class ul li.cfp-online figure:before {
	content:'';
	display:block;
	width:20px;
	height:20px;
	border-radius:50%;
	background:#68C183;
	position:absolute;
	top:10px;
	left:10px;
	z-index:1;
}

.home-article.home-class .article-list a figure {
	height:240px !important;
	border-radius:20px;
	overflow:hidden;
}
.home-article.home-class .article-list a {
	background:transparent;
}


.more {
	display:flex;
	max-width:180px;
	min-width:180px;
	justify-content:space-between;
	align-items:center;
	border:1px solid #000;
	padding:5px 10px 5px 5px !important;
	transition:all .3s ease;
	margin:30px auto 20px auto;
	color:#000 !important;
    border-radius: 22px;
}
.more:focus,
.more:hover {
	background:#000;    
	color: #FAEADF !important;
}
.more span {
	width:24px;
	height:24px;
	border-radius:50%;
	background:#000;
	transition:all .3s ease;
}
.more:focus span,
.more:hover span {
	transform:rotate(150deg);
}
/***************************************************
				    membership
***************************************************/
.home-membership {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
	position:relative;
	z-index:2;
	max-width:920px;
	padding:20px;
	background:#994A5F;
	margin:20px auto;
	border-radius:20px;
}
.membership-desc  li,
.home-membership .home-article-sutitle,
.home-membership .home-article-title {
	color:#FAE9DF;
}
.home-membership .home-article-title {
	margin-top:0;
}
.membership-desc {
	text-align:center;
	max-width:640px;
	margin:0px auto;
}
.membership-desc li {
	padding:0 10px;
	list-style:inside;
	display:inline-block;
}
.home-membership ul {
	max-width:960px;
 	display: flex;
	justify-content:space-between;
 	padding: 0;
  	margin: 60px auto 80px auto;
	flex-grow:1;
}
.home-membership ul li {
    width: -moz-calc(33.33% - 65px);
    width: -webkit-calc(33.33% - 65px);
    width: -o-calc(33.33% - 65px);
    width: calc(33.33% - 65px);
	min-height:100px;
	background:#FFF7D4;
	border-radius:20px;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	align-items:center;
	padding:20px;
	position:relative;
}
.home-membership ul li svg {	
    width: 140%;
    top: -50%;
    left: -20%;
    position: absolute;
    z-index: -1;
}
.home-membership ul li svg circle {	
    transition-property: cx, cy;
    transition-timing-function: ease-in-out;
}
.home-membership li h3 {
	width:100%;
	text-align:center;
	margin:0 auto;	
	font-weight:normal;
}

.membership-info {
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	background:#F2D6BD;
	padding:20px;
	transform:translate(0,20px);
	border-radius:20px;
}
.home-membership ul li label.mprice {
	display:flex;
	justify-content:center;
}
.home-membership ul li label.mprice span {
	color:#994A5F;
}
/***************************************************
				    article list 
***************************************************/
.home-article-title {
	display:block;
	margin: 0 auto;
	font-size:50px;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
	font-family: 'Dana';
	font-weight:normal;
}
.home-article-sutitle {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
	display:block;
	text-align:center;
	font-size:18px;
	margin:0 auto 20px auto;
    font-family: 'estedad';
}
.home-article-sutitle p {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
	text-align:center;
	margin:0 auto;
	max-width:960px;
}
.home-article li figure {
	display:flex;
	justify-content:center;
}
.home-article li figure img{
	width:auto;
	height:200px;
}
.home-article li .post-info {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin: 20px auto;
	clear:both;
}
.home-guide li span,
.home-article li span.pprice {
	display:flex;
    font-family: 'estedad';
	font-size:13px;
}
.home-calendar .home-calendar-info a,
.home-article li .post-info a {
	width:50px;
	padding:5px 10px;
	border-radius:20px;
	border:1px solid #000;
	color: #000;
	transition:all .3s ease;
	font-size:12px;
	text-align:center;
}
.home-article li .post-info a:focus,
.home-article li .post-info a:hover {
	background:#000;
	color:#fff;
}
.article-list {
	max-width:960px;
	margin:0 auto;
 	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
  	padding: 0;
	flex-wrap:wrap;
}
.article-list li {
	display:block;
	width:100%;
	position:relative;
	color:#106073;
	background:#efefef;
	border-radius:15px;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
    overflow: hidden;
	transition:all .3s ease;
	position:relative;
}

.article-list li figure {
    width: 100%;
	overflow:hidden;
	display:flex;
	justify-content:center;
	align-items:center;
	height:200px;
	border-radius:8px 8px 20px 20px;
}
.article-list li figure img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: center; 
 	display: block;
	transition:all .3s ease;
}
.article-list li:hover figure img {
	transform:scale(1.05);
}
.article-list li label {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
	color:#000;
	padding:20px 20px 0 20px;
	min-height:60px;
}
.membership-cart {
	margin:0;
	background:#F2D6BD;
	color:#994A5F !important;
	border:1px solid #994A5F;
	border-radius:20px;
	padding:4px 10px;
	font-size:13px;
}
.membership-cart:focus,
.membership-cart:hover {
	margin:0;
	background:#994A5F;
	color:#FAEADF !important;
}

.article-filter {
	display:flex;
	justify-content:center;
	margin-bottom:60px;
}
.article-filter.extra-margin-top {
	margin-top:40px;
}
.article-list-wrap.extra-margin {
	margin-top:40px;
	margin-bottom:40px;
}
.article-filter {
    width: 460px;
    margin: 0 auto 40px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.article-filter label {	
	display: flex;
    min-width: 110px;
    justify-content: center;
    align-items: center;
    padding: 4px 7px;
    margin: 0 3px;
    border-radius: 22px;
    font-size: 14px;
    cursor: pointer;
}
.article-filter #basics,
.article-list-wrapper.basics li,
.article-list li.af-basics {
	background:#A6C1E0;
}
.article-filter #technique,
.article-list-wrapper.technique li,
.article-list li.af-technique {
	background:#CEBEB5;
}
.article-filter #skill,
.article-list-wrapper.skill li,
.article-list li.af-skill {
	background:#BFE4CB;
}
.post-date {
	font-size:12px;
}
/***************************************************
				    video list 
***************************************************/
.videos-wrapper {
	margin:20px auto;
}
.video-list {
	direction:ltr;
}
.video-grid {
	display:grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px; /* space between posts */
}
.video-list li a {
	width: -moz-calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
    width: -o-calc(100% - 10px);
    width: calc(100% - 10px);
	display:block;
	border-radius:20px;
	margin:0 5px;
	direction:rtl;
	background:#CEBEB5;
	transition:all .3s ease;
}
.video-grid li a {
	width:100%;
	margin:0;
	display:block;
	border-radius:20px;
	background:#CEBEB5;
}
.video-list li a:focus,
.video-list li a:hover,
.video-grid li a:focus,
.video-grid li a:hover {
	background:#994A5F;
}
.video-grid li a figure,
.video-list li a figure {
	width:100%;
	aspect-ratio:3/2;
	overflow:hidden;
	border-radius:20px;
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
}
.video-grid li a figure span,
.video-list li a figure span {
	width:24px;
	height:24px;
	background:#994A5F;
	position:absolute;
	top:50%;
	left:50%;
	margin: -22px 0 0 -22px;
	border-radius:50%;
	padding:10px;
	opacity:0;
	transition:all .3s ease;
}
.video-grid li a:focus figure span,
.video-grid li a:hover figure span,
.video-list li a:focus figure span,
.video-list li a:hover figure span {
	opacity:1;
}
.video-grid li a label,
.video-list li a label {
	width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
	padding:10px 20px;
	min-height:60px;
	color:#994A5F;
    display: block;
}
.video-grid li a:focus label ,
.video-grid li a:hover label,
.video-list li a:focus label,
.video-list li a:hover label {
	color:#FAE9DF;
}
.video-list .slick-prev:hover,
.video-list .slick-prev:focus, 
.video-list .slick-next:hover, 
.video-list .slick-next:focus,
.video-list .slick-arrow {
    width: 40px;
    height: 40px;
    background: #FAEADF url(images/next.svg) no-repeat; 
    border-radius: 20px;
	background-size:24px auto;
	background-position:center;
}
[dir='rtl'] .video-list .slick-next {
	left:-35px;
	transform:rotate(180deg);
}
[dir='rtl'] .video-list .slick-prev {
	right:-35px;
}
[dir='rtl'] .video-list .slick-next:before,
[dir='rtl'] .video-list .slick-prev:before {
	display:none;
}
.videos-title-wrap {
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin:20px auto 0 auto;
}
.videos-title-wrap .home-article-title {
	width:fit-content;
	margin:0;
}
.videos-title-wrap .more {
	margin:0;
	min-width:210px;
}
.elite_vp_playBtnBg {
	background-color:#994A5F !important;
}
.elite_vp_Progress {
	background-color:#FAE9DF !important;
}
.elite-icon-general{
	color:#FAE9DF !important;
}
/***************************************************
				    vocab list 
***************************************************/
.home-vocab {
    background: #994A5F !important;
	margin:20px auto;
}
.home-vocab .home-article-sutitle,
.home-vocab .home-article-title {
	color:#FAE9DF;
	text-align:right;
	margin:0 0 10px 0;
}
.vocab-list {
	display:flex;
	flex-direction:column;
}
.vocab-list li {
	cursor:pointer;
	color:#FAE9DF;
}
.vocab-list li.vdot {
	padding-right:34px;
	cursor:default;
}
.vocab-list p,
.vocab-list label {
	color:#FAE9DF;
}
.vocab-list li span {
	width:24px;
	height:24px;
	background:#FAE9DF;
	margin-left:10px;
	display:inline-block;
	transform:translatey(10px);
	border-radius:50%;
}
.vocab-list li span svg{
	transform:rotate(-30deg);
	transition:all .3s ease;
}
.vocab-list li.actv span svg{
	transform:rotate(-120deg);
}
.vocab-list label {
	display:inline-block;
	font-weight:bold;
}
.vocab-list .dic-desc {
	display:none;
}
.vocab-list p {
	clear:both;
	padding-right:34px;
	margin:10px 0;
}
.tooltips-info {
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin:20px auto 0 auto;
}
.tooltips-count {
    font-family: 'Dana';
    font-weight: normal;
	font-size:30px;
	color:#FAE9DF;
}
.tooltips-info .more {
	background:#FAE9DF;
	color:#994A5F !important;
	border:none;
	margin:0;
}
.tooltips-info .more:focus,
.tooltips-info .more:hover {
	color:#994A5F !important;
}
.tooltips-info .more span{
	background:#FAE9DF;
}
.tooltips-info .more:focus span,
.tooltips-info .more:hover span {
	color:#FAE9DF !important;
}
/***************************************************
				    Post list 
***************************************************/
.post-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px; /* space between posts */
  list-style: none;
  padding: 0;
  margin: 0;
}
.post-list.videos {
  grid-template-columns: repeat(2, 1fr);
}
.post-list li {
    width: -moz-calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
    width: -o-calc(100% - 10px);
    width: calc(100% - 10px);
	position:relative;
	background:#efefef;
	padding:10px;
	border-radius:5px;
}
.post-list li label,	
.post-list li span {	
	font-family: 'estedad';
}
.post-list li figure {
	border-radius:5px;
	overflow:hidden;
}
.post-list li figure img {
	transition:all .3s ease;
}
.post-list li:hover figure img {
	transform:scale(1.05);
}
.post-list li .post-date {
	position:absolute;
	top:20px;
	left:20px;
	text-align:left;
	border-radius:10px;
	padding:2px 5px;
	background: #efefef;
	font-size:12px;
}
/***************************************************
				    single 
***************************************************/
#single-product figure.banner,
#singular figure.banner {
	width: -moz-calc(100% + 40px);
    width: -webkit-calc(100% + 40px);
    width: -o-calc(100% + 40px);
    width: calc(100% + 40px);
	transform:translate(20px,-20px);
	border-radius:20px 20px 0 0;
	overflow:hidden;
}
.curriculum-workshop-in,
#curriculum .curriculum-wrap,
.singular-wrapper .path-content,
#singular .curriculum,
#singular .path-quetos,
#singular article {
	max-width:960px;
	margin:20px auto;
}
.singular-wrapper .path-video {
	max-width:960px;
	margin:20px auto;
	position:relative;
}
.source label {
	display:block;
	width:100%;
	max-width:960px;
	font-family: "Dana";
    font-size: 2.4vw;
    font-weight: normal;
    margin: 20px auto;
}
.source-in {
	max-width:960px;
    margin: 0 auto;
}
.source-in.FAC1AB li a,
.source-in.FAC1AB p a,
.source-in.FAC1AB a,
#singular.FAC1AB li a,
#singular.FAC1AB p a,
#singular.FAC1AB a {
	color:#3e1505 !important;
}
.source-in.FAC1AB a sup,
#singular.FAC1AB a sup {
	color:#b74519 !important;
}
.source-in.C7DFF4 li a,
.source-in.C7DFF4 p a,
.source-in.C7DFF4 a,
#singular.C7DFF4 li a,
#singular.C7DFF4 p a,
#singular.C7DFF4 a {
	color:#031a2f !important;
}
.source-in.C7DFF4 a sup,
#singular.C7DFF4 a sup{
	color:#185d9a !important;
}
.source-in.B3E0C1 li a,
.source-in.B3E0C1 p a,
.source-in.B3E0C1 a,
#singular.B3E0C1 li a,
#singular.B3E0C1 p a,
#singular.B3E0C1 a {
	color:#043312 !important;
}
.source-in.B3E0C1 a sup,
#singular.B3E0C1 a sup {
	color:#10993b !important;
}
.source-in.FFEB95 li a,
.source-in.FFEB95 p a,
.source-in.FFEB95 a,
#singular.FFEB95 li a,
#singular.FFEB95 p a,
#singular.FFEB95 a {
	color:#322903 !important;
}
.source-in.FFEB95FFEB95 a sup,
#singular.FFEB95 a sup {
	color:#d7b211 !important;
}
.elite_vp_effect1 {
	-webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
     box-shadow: none !important;
}
#singular .wp-block-spacer {
	position:relative;
}
#singular .wp-block-spacer:after {
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	background: #FAEADF;
	background: linear-gradient(0deg,rgba(250, 234, 223, 1) 31%, rgba(250, 234, 223, 0.76) 66%, rgba(250, 234, 223, 0.38) 100%);
	top:-100px;
	right:0;
}
/***************************************************
				    curriculum 
***************************************************/
.curriculum-child-content-courses,
#curriculum-workshop,
#curriculum,
.path-quetos-wrap {
	margin-top:20px;
}
.curriculum-workshop-in li {
	display:inline-block;
	margin-left:10px;
	margin-bottom:10px;
}
.curriculum-workshop-in li a {
	display:block;
    padding: 10px 15px;
    border-radius: 25px;
    border: 1px solid #000;
    transition: all .3s ease;
    font-size: 16px;
    text-align: center;
}
.path-quetos-wrap li .quetos-wrap {
	width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -o-calc(100% - 50px);
    width: calc(100% - 50px);
	min-height:170px;
	padding:20px;
	border-radius:25px;
	background:#fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.path-quetos-wrap li .quetos-wrap p,
.path-quetos-wrap li .quetos-wrap label {
	font-size:14px;
}
.path-quetos-wrap li .quetos-wrap span {
	font-size:12px;
	text-align:left;
}
.article-list.curriculums li  {
	flex: 0 0 calc(50% - 6px);
    background: #FAC1AB;
}
.article-list.curriculums.col-3 li {
	flex: 0 0 calc(33.33% - 5px);
}
.curriculum-wrap h2 {
	text-align:center;
}
.curriculum-in-txt {
	width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
	padding:0 20px 20px 20px;
	font-size:14px;
	color:#000;
	font-family: 'estedad';
}
.curriculum-in-txt h3 {
	font-size:20px;
	color:#000;
	font-family: 'estedad';
}
.curriculum-in a {
	width: 50px;
	display:block;
    padding: 10px 15px;
    border-radius: 25px;
	margin:0 20px 20px 20px;
    border: 1px solid #000;
    transition: all .3s ease;
    font-size: 12px;
    text-align: center;
}
.curriculum-in a:focus,
.curriculum-in a:hover {
	color:#fff;
	background:#000;
}

/* Wrapper کل باکس‌ها */
.routing-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    align-items: center;
    position: relative;
    max-width:960px;
    margin:0 auto 40px auto;
}
.curriculum-child-content-courses h2 {
	text-align:center;
}
.routing-item {
    position: relative;
    background: #FAC1AB;
    color: #000;
    text-align: center;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.routing-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 10px;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
    font-weight: bold;
}
.routing-item::after {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url('https://academy.xav.coffee/wp-content/uploads/2025/11/arrow_14723317.png') no-repeat center;
    background-size: contain;
}
.routing-item:last-child::after {
    display: none;
}
@media screen and (max-width: 992px) {
    .routing-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .routing-item:nth-child(2n)::after {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    .routing-wrapper {
        grid-template-columns: 1fr;
    }
    .routing-item::after {
        display: none;
    }
}
/***************************************************
				    Calendar
***************************************************/
#calendar {
	max-width:960px;
	margin:0 auto 20px auto;
	position:relative;
	z-index:2;
}
.calendar-wrap h2 {
	width:fit-content;
	height:36px;
	text-align:right;	
	color:#87354C;
	padding:0 0 0 10px;
	border-radius:20px;
	margin:0 0 20px 0;
    background: #FAE9DF;
	display:flex;
	align-items:center;
    font-size: 28px;
}
.calendar-wrap h2 span {    
	width: 36px;
    height: 36px;
    background: #994A5F;
    margin-left: 10px;
    border-radius: 20px;
	transform:rotate(15deg);
}
.year {
    border-radius: 20px;
	background:#994A5F;
	padding:20px 0;
}
.cal-filter {
	display:flex;
	justify-content:flex-end;
	align-items:center;
	margin-left:20px;
}
.cal-filter li {
	min-width:100px;
	padding:3px 3px 3px 10px;
	height:20px;
	text-align:left;
	margin: 0 10px 0 0;
	border-radius: 19px;
	position:relative;
	font-size:14px;
	line-height:1;
	display:flex;
	justify-content:space-between;
	align-items:center;
	background:#fff;
	cursor:pointer;
}
.cal-filter li#master {
	background: #F89768;
}
.cal-filter li#workshopz {
	background: #C7DFF4;
}
.cal-filter li#courz {
	background: #FFEB95;
}
.cal-filter li#onlinez {
	background: transparent;
	color:#fff;
	justify-content:flex-end;
}
.cal-filter li span {
	width:20px;
	height:20px;
	display:flex;
	justify-content:center;
	align-items:center;
	background:#994A5F;
	border-radius:50%;
}
.cal-filter li#onlinez span {
	width:10px;
	height:10px;
	margin-left:10px;
	background:#68C183;
}
.year h3 {
    max-width: 90px;
    background: #FAE9DF;
    color: #994A5F;
    font-size: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px;
    padding: 4px 10px 4px 5px;
    border-radius: 20px;
}
.year h3 svg {
	width:24px;
	height:24px;
	transform:rotate(150deg);
	transition:all .3s ease;
}
.year h3.actv svg {
	transform:rotate(240deg);
}
.month-wrap {
	overflow:hidden;
	display: none;
    margin: 20px;
    background: #FAE9DF;
    border-radius: 20px;
    padding: 15px;
	position:relative;
}
.month-wrap::after {
	content:'';
	width:100%;
	height:15px;
    background: #FAE9DF;
	position:absolute;
	bottom:0;
	right:0;
}
.month-wrap.actv {
	display:block;
}
.calendar-wrap label.swing {
	display:none;
}
.cal-days {
	display:grid;
}
.cal-days li {
	cursor:default;
}
.cal-days.cal-days-bottom {
	display:grid;
	border-bottom:none;
	gap:2px;
}
.cal-days.cal-days-bottom li {
	background:#FAE9DF;
    aspect-ratio: 1;
    font-size: 14px;
    line-height: 1.7;
	color:#994A5F;
}
.cal-days.cal-days-bottom li.friday {
	border-radius:50%;
    background: #994A5F;
	color:#FAE9DF;
    border: 4px solid #FAE9DF;
    line-height: 1;
}
.cal-days li {
	text-align:center;
	background:#FAE9DF;
	position:relative;
}
.cal-days li:after {
    content: '';
    display: block;
    width: 4px;
    height: 1000%;
    position: absolute;
    top: 40px;
    right: 50%;
	margin-right:-1px;
	border-right:2px dotted #DAC1C8;
}
.cal-days.cal-days-bottom li:after  {
    display: none;
}
.cal-days li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
	background:#DAC1C8;
	border-radius:3px;
    position: absolute;
	bottom:-15px;
	right:50%;
	margin-right:-2.5px;
}
.cal-days.cal-days-bottom li:before  {
	bottom:unset;
	top:-3px;
	margin-right:-3px;
}
.cal-days.cal-days-bottom li.friday:before,
.cal-days.cal-days-bottom li:after  {
    display: none;
}
.days {
	margin:10px;
}
.days ul {	
	display:grid;
}
.days ul li {
	padding:3px;
	height:20px;
	text-align:left;
	margin:10px 0 0 0;
	border-radius: 19px;
	position:relative;
	font-size:14px;
	line-height:1.2;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.days ul li span {
	width:20px;
	height:20px;
	display:flex;
	justify-content:center;
	align-items:center;
	background:#87354C;
	border-radius:50%;
	position:relative;
}
.days ul li.onlinez span:after {
	content:'';
	display:block;
	width:10px;
	height:10px;
	position:absolute;
	top:-3px;
	right:-5px;
	border-radius:50%;
	background:#68C183;
}
.days ul li label {
	width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
	padding-left:10px;
	overflow:hidden;
	white-space: nowrap;  
	text-overflow: ellipsis;
}
.days ul li svg {
	width:20px;
	height:20px;
}
.days ul li:last-child {
	margin:10px 0;
}
.days ul li .cal-class-wrap {
	width:100%;
	min-width:200px;
	top:-10px;
	right:50%;
    display: block;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    background: #ccc;
    z-index: 10;
    padding: 10px;
    border-radius: 14px;
    transition: all 0.3s ease-in-out;
    transform: translate(50%, -100%);
}
.days ul li:focus .cal-class-wrap ,
.days ul li:hover .cal-class-wrap  {	
    visibility: visible;
    opacity: 1;
}
.days ul li .cal-class-wrap.master {
    background: #F89768;
}
.days ul li .cal-class-wrap.workshopz {
    background: #C7DFF4;
}
.days ul li .cal-class-wrap.courz {
    background: #FFEB95;
}
.days ul li .cal-class-wrap .class-content-wrap {
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
.days ul li .cal-class-wrap div {
	text-align:center;
}
.days ul li .cal-class-wrap .class-register {
	font-size:12px;
	border:1px solid #000;
    border-radius: 18px;
	margin-top:10px;
	padding:4px 10px;
}
.calendar-wrap .days ul li.master {
    background: #F89768;
    cursor: pointer;
}
.calendar-wrap .days ul li.workshopz {
    background: #C7DFF4;
    cursor: pointer;
}
.calendar-wrap .days ul li.courz {
    background: #FFEB95;
    cursor: pointer;
}
.class-content-wrap {
	color:#000;
}
.calendar-wrap .year .month ul.days li .class-wrap.master {
    background: #FAC1AB;
}
.calendar-wrap .year .month ul.days li .class-wrap.workshopz {
    background: #C7DFF4;
}
.calendar-wrap .year .month ul.days li .class-wrap.courz {
    background: #FFEB95;
}
/***************************************************
				    FAQ
***************************************************/
.faq {
	max-width:960px;
	margin:20px auto;
}
.wp-block-ub-content-toggle-accordion {
	background:#fff;
	border-radius:20px;
	overflow:hidden;
}
.wp-block-ub-content-toggle-accordion-title-wrap {
	background:#fff !important;
}
.wp-block-ub-content-toggle-accordion-title-wrap .wp-block-ub-content-toggle-accordion-toggle-wrap {
    transform: translateY(8px);
}
.wp-block-ub-content-toggle-accordion-content-wrap {
    padding: 20px 0 !important;
    border-top: 1px solid #000;
    margin: 0 10px;
}
/***************************************************
				    single product 
***************************************************/
#single-product .wsection {
	margin-bottom:20px;
}
#singular figure.banner,
#single-product figure.banner {
	height:60vh;
	display:flex;
	justify-content:center;
	align-items:center;
	margin-bottom:40px;
}
.other-info-wrap,
.single-product-info {
	max-width:960px;
	margin:0 auto;
}
.single-product-desc p:first-child {
	font-family:'dana';
	font-size:40px;
}
.single-product-info p:first-child strong {
	font-weight:normal;
}
.variations_form {
	display:flex;
	justify-content:space-between;
	margin:40px auto 40px auto;
	position:relative;
}
.woocommerce-variation-availability {
	position:absolute;
	right:0;
	bottom:-40px;
}
.woocommerce-variation-availability .in-stock {
	font-size:14px !important;
	padding-right:25px;
}
.variations .label {
	display:none;
}
.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.thwvsf-label-li.attr_swatch_design_default {
	margin: 0 0 10px 10px;
	border-radius:25px;
	border:1px solid #000;
	transition:all .3s ease;
    padding: 4px 10px;
}
.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.attr_swatch_design_default.thwvsf-selected,
.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.attr_swatch_design_default.thwvsf-selected:hover {
	background:#3069B3 !important;
	border:1px solid #3069B3 !important;
	color:#fff !important;
}
.thwvsf-wrapper-ul .thwvsf-label-li.attr_swatch_design_default .thwvsf-item-span.item-span-text {
	font-size:14px !important;
}
.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.attr_swatch_design_default.thwvsf-selected span,
.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.attr_swatch_design_default.thwvsf-selected:hover span {
	color:#fff !important;
}
.single_add_to_cart_button {
	margin: 0 0 10px 0;
	border-radius:25px;	
	background:#3069B3 ;
	border:1px solid #3069B3;
	color:#fff;
	transition:all .3s ease;
    padding: 9px 14px;
	font-size:14px !important;    
	font-family: "estedad";
}
.product-fields ul {
	display:flex;
	min-height:30px;
	padding:10px 20px;
	justify-content:space-between;
	align-items:center;
	border:1px solid #919191;
	border-radius:20px;
	margin:20px auto;
}
.product-fields ul li {
	width:30%;
	padding:5px 10px;
	display:flex;
	flex-direction:column;
}
.product-fields ul li span:nth-child(1) {
	font-size:12px;
}
.product-fields ul li span p {
	margin-bottom:0;
}
.other-info {
    column-count: 2;
    column-gap: 30px;
}
/***************************************************
				    cart 
***************************************************/
.account,
#cart {
	margin-top:140px;
	min-height:43vh;
}
#cart #h-تازه-در-فروشگاه,
#cart .wp-block-product-new {
	display:none !important;
}
.wc-block-components-checkout-step__description,
.wc-block-components-address-form__postcode,
.wc-block-components-address-form__state,
.wc-block-components-address-form__city,
.wc-block-components-address-form__address_1,
.wc-block-components-address-form__address_2-toggle,
.wc-block-components-address-form__country {
	display:none !important;
	opacity:0 !important;
}
.wp-block-woocommerce-checkout-billing-address-block {
	margin-bottom:0 !important;
}
#custom_fields_wrapper .wc-block-components-address-form__address_1 {
	display:block !important;
	opacity:1 !important;
}
#custom_fields_wrapper { margin-top: 15px;  margin-bottom: 45px;}
#custom_fields_wrapper .custom-field { margin-bottom: 10px; }
#custom_fields_wrapper label { display: block; font-weight: bold; margin-bottom: 3px; }
#custom_fields_wrapper input { width: 100%; padding: 6px 8px; }

/***************************************************
				    account 
***************************************************/
.setting {
	float:left;
	clear:both;
    background: #fff;
    padding: 3px 14px;
    border-radius: 20px;
	margin-top:120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.setting label {
	width:24px;
	height:24px;
	display:block;
	margin-left:10px;
	transition:all .3s ease;
}
.setting:focus label,
.setting:hover label {
	filter:invert(1);
	transform:rotate(180deg);
}
.setting span {
	font-size:12px;
}
.setting:focus,
.setting:hover {
	background:#000;
}
.setting:focus span,
.setting:hover span{
	color:#fff;
}
.setting svg {
	width:24px;
	height:24px
	transition:all .3s ease;
}
.account-setting {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
	margin-top:20px;
	display:flex;
    justify-content: space-between;
}

.woocommerce-order-details .woocommerce-table--order-details tfoot:last-child tr:nth-child(2) {
	display:none;
}
.woocommerce-customer-details--phone {
	position:relative;
}
.woocommerce-customer-details--phone:before {
	margin-right:0 !important;
	right:0;
}
/***************************************************
				    account setting
***************************************************/
.account .woocommerce {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
    align-items: stretch;
}
.woocommerce-MyAccount-navigation {
	flex:0 0 220px;
	padding-left:20px;
	margin-left:19px;
	border-left:solid 1px #ccc;
	flex:1;
}
.woocommerce-MyAccount-content {
	flex: 0 0 calc(100% - 260px);
}
.woocommerce-MyAccount-navigation-link--memberships,
.woocommerce-MyAccount-navigation-link--downloads {
	display:none;
}
.order-again a,
.order-actions-button,
.puiw_orders_invoice_btn_container a,
.woocommerce-address-fields button,
.woocommerce-address-fields a,
.woocommerce-Address-title a,
.woocommerce-Button,
.woocommerce-orders-table__cell-order-actions a {
	border: 1px solid #000 !important;
    background: #fff !important;
    padding: 5px 14px !important;
    border-radius: 20px !important;
	margin:10px 0 10px 10px !important;
	font-weight:normal !important;
	transition:all .3s ease;
    font-family: 'estedad';
}
.woocommerce-Address-title {
	margin-bottom:20px !important;
}
.woocommerce-Address-title a {
	font-size:12px !important;
}
.woocommerce-address-fields a {
    padding: 8px 14px !important;
	margin-top:40px !important;
}
.order-again a:focus,
.order-again a:hover,
.order-actions-button:focus,
.order-actions-button:hover,
.puiw_orders_invoice_btn_container a:focus,
.puiw_orders_invoice_btn_container a:hover,
.woocommerce-address-fields button:focus,
.woocommerce-address-fields button:hover,
.woocommerce-address-fields a:focus,
.woocommerce-address-fields a:hover,
.woocommerce-Address-title a:focus,
.woocommerce-Address-title a:hover,
.woocommerce-Button:focus,
.woocommerce-Button:hover,
.woocommerce-orders-table__cell-order-actions a:focus,
.woocommerce-orders-table__cell-order-actions a:hover {
    background: #000 !important;
    color: #fff !important;
}
.woocommerce form .form-row label {
    font-family: 'estedad';
	font-size:12px !important;
}
/***************************************************
				    membership 
***************************************************/
.vip {
	width:30px;
	height:30px;
	position:absolute;
	top:20px;
	left:20px;
	display:flex;
	justify-content:center;
	align-items:center;
	z-index:2;
	background:#FFA000;
	border-radius:10px;
	padding:4px;
}
.vip svg {
	width:24px;
	height:24px;
}


.progress-ring-wrapper {
    display: inline-block;
    text-align: center;
    margin: 20px;
}
.progress-ring {
    transform: rotate(-90deg);
}
.progress-ring__txt {
    transform: rotate(90deg);
    transform-origin: center;
}
.progress-ring__circle {
    transition: stroke-dashoffset 0.5s ease;
    transform: rotate(0deg);
    transform-origin: 50% 50%;
}
.progress-label {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.2;
}
/***************************************************
				    woo 
***************************************************/
.woocommerce-notices-wrapper {
	margin:160px auto -60px auto;
	border-radius:20px;
	max-width:1440px;
	overflow:hidden;
	display:none;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	border-radius:20px;
	background:#fff !important;
}
.woocommerce-notices-wrapper ul li,
.woocommerce-notices-wrapper ul li a {
    font-size: 14px;
}
.woocommerce-notices-wrapper ul li a {
    border: 1px solid #000;
    background: #fff;
    padding: 3px 14px;
    border-radius: 20px;
}
.woocommerce-error::before,
.woocommerce-info::before, 
.woocommerce-message::before {
	top:20px !important;
}
.wc-block-components-button {
	border: 1px solid #000;
    background: #fff;
    padding: 3px 14px;
    border-radius: 20px;
}
.wc-block-components-button__text {
	font-family:'estedad';
}
.wc-block-components-button:not(.is-link) {
	justify-content:end !important;
}
.wc-block-components-checkout-place-order-button {
	width:fit-content !important;
    padding: 3px 25px;
}
/***************************************************
				    login 
***************************************************/
.loginz {
	display:flex;
	justify-content:center;
	align-items:center;
	max-width:360px;
	margin:120px auto 0 auto;
}

.digits-form_container {
	margin:0 auto;
	background:transparent  !important;
}
.digits-form_heading_text {
	display:block !important;
	margin:0 auto !important;
	text-align:center;
	font-family:'dana' !important;
	font-size:40px !important;
	letter-spacing:4px;
}

.digits-form_tab-bar {
	justify-content:space-around;
}
.digits_form_index_section .digits_show_on_index a,
.digits_form_index_section .digits_show_on_index span,
.digits-form_input_row .digits-field-type_checkbox .dig_input_wrapper div,
.digits-form_input_row .digits-field-type_radio .dig_input_wrapper div,
.digits-form_input_row .digits-field-type_tac .dig_input_wrapper div,
.digits-form_tab-bar .digits-form_tab-item {
	font-size:15px;
    font-family: 'estedad' !important;
}
.digits2_box .digits-form_input input, 
.digits2_box .digits-form_input input:focus,
.digits2_box .digits-form_input textarea,
.digits2_box .digits-form_input textarea:focus,
.digits2_box .digits-form_input textarea:active,
.digits2_box .digits-form_input input[type='text'],
.digits2_box .digits-form_input input[type='text']:focus,
.digits2_box .digits-form_input input[type='text']:active {
    border: 1px solid #000 !important;
    border-radius: 25px !important;
	padding:5px 25px!important;
	font-size:15px;
    font-family: 'estedad' !important;
}
.digits-form_border {
	 border: none !important;
}
.digits-form_button, .digits-form_button[type="submit"] {
    border: 1px solid #000 !important;
    border-radius: 25px !important;
	background:#000 !important;
	color:#fff !important;
    font-family: 'estedad' !important;
}
.digits-form_button-text,
.digits-form_button_ic {
	color:#fff !important;
}
.digits_back_icon {
	left:0 !important;
}
/***************************************************
				    cupping 
***************************************************/
.cupping {
	max-width:460px;
	min-height:48vh;
	margin:0 auto 40px auto;
}
#cupping-form {
	display:flex;
	flex-direction:column;
}
.cupping-resualt {
	border:1px solid #000;
	border-radius:20px;
	padding:10px 20px;
	margin: 0 auto 20px auto;
}
.cupping-resualt label {
	cursor:pointer;
	display:flex;
	flex-direction:column;
}
.cupping-resualt-wrap {
	display:none;
	flex-wrap:wrap;
	justify-content:space-between;
}
.cupping-resualt-wrap.actv {
	display:flex;
}
.ccol-1, 
.ccol-2 {
	flex: 0 0 calc(50% - 10px);
	display:flex;
	flex-direction:column;
}
.cnote,
.delete-cupping {
	flex: 0 0 100%;
}
/***************************************************
				    footer 
***************************************************/
footer {
	width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
	background:#994A5F;
	padding:20px;
	margin: 20px auto 0 auto;
	border-radius:20px 20px 0 0;
	position:fixed;
	z-index:9;
	bottom:0;
	display:flex;
	justify-content:flex-start;
	align-items:flex-end;
	overflow:hidden;
	align-items: stretch;
	transition:all .3s ease;
}
footer.normal {
	position:relative;
	margin: 40px auto 0 auto;
	bottom:unset;
}
footer.fhide {
	transform:translatey(100%);
}
footer.normal,
footer.actv {
	transform:translatey(0%) !important;
}
.mini-footer {
	width:100%;
    height: 36px;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
footer.normal .mini-footer,
footer.actv .mini-footer {
	display:none;
}
.mini-footer .edm {
	width:80px;
    height: auto;
    display: contents;
}
.mini-footer .edm svg {
	width:80px;
}
.mini-footer ul {
	display:flex;
}
.mini-footer ul li {
	height:24px;
	padding:0 20px;
	position:relative;
}
.mini-footer ul li:after {
	content:'';
	width:2px;
	height:16px;
	display:block;
	top:6px;
	left:-1px;
	position:absolute;
	background: #CEBEB5;
}
.mini-footer ul li:first-child {
	padding:0 0 0 20px;
}
.mini-footer ul li:last-child:after {
	display:none;
}
.mini-footer ul li a{
	font-size:14px;
	color:#CEBEB5;
}
.full-footer {
	display:none;
}
footer.normal .full-footer,
footer.actv .full-footer  {
	display:flex;
    width: 100%;
}
 .full-footer .footer-nav  {
	width:16%;
}
 .full-footer .footer-nav a {
	font-size:16px;
	color:#CEBEB5;
	 font-weight:bold;
}
.tag-line {
	width:36%;
	display:flex;
	justify-content:flex-end;
}
.tag-line .edm {
	width:94px;
	aspect-ratio:1;
	background:#CEBEB5;
	border-radius:10px;
	padding:10px;
	display:flex;
	align-items:flex-end;
}
.smedia a {
	width:24px;
	height:24px;
	margin-right:10px;
}
.smedia a svg {
	width:24px;
	height:24px;
}

/***************************************************
				    wp login 
***************************************************/
body.login {
	background: #CEBEB5 !important;
	color: #000 !important;
	outline:none !important;
}
body.login .wp-login-register,
body.login .wp-login-lost-password,
body.login #backtoblog a{
	color: #984A5F !important;
}
body.login .wp-login-register:hover,
body.login .wp-login-register:focus,
body.login .wp-login-lost-password:hover,
body.login .wp-login-lost-password:focus,
body.login #backtoblog a:hover,
body.login #backtoblog a:focus {
	color: #984A5F !important;
}
.login form {
	border-radius: 10px !important;
	background-color: #984A5F !important;
	border:none !important;
}
.login label {
	font-family: 'estedad';    
	font-size: 12px !important;
    transform: translate(-5px, 24px);
    z-index: 2 !important;
    position: relative !important;
	color:#984A5F !important;
}
.login .wp-login-logo a {
	background-image: url(https://academy.xav.coffee/wp-content/uploads/2025/10/XAV-acadey.svg) !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	background-size: contain !important;
	width: 90px !important;
	height: 140px !important;
}
#loginform div.g-recaptcha {
	margin: 12px 0 24px 0 !important;
}
.login form .input {
    background-color: transparent !important;
    color: #984A5F !important;
    border: none !important;
    border: 1px solid #984A5F !important;
    border-radius: 5px !important;
    padding: 25px 5px 4px 5px !important;
    font-size: 16px !important;
}
.login form input[type="text"],
.login form input[type="email"],
.login form input[type="password"] {
	background-color: #FAEADF !important;
	color: #984A5F !important;
}
.login form input:-webkit-autofill,
.login form input:-webkit-autofill:hover,
.login form input:-webkit-autofill:focus,
.login form input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 1000px #fff inset !important; /* background color */
 	-webkit-text-fill-color: #984A5F !important;   
 	caret-color: transparent !important;           
	transition: background-color 9999s ease-in-out 0s !important;
	font-size:16px !important;
}
.login form input[type=checkbox] {
	background-color:transparent !important;
	color: #FAEADF !important;
	border: 1px solid #FAEADF !important;
}
.login form .input:focus {
	background-color: #FAEADF !important;
	color: #984A5F !important;
	box-shadow: none !important;
	outline:none !important;
}
.admin-email__heading{
	background: transparent !important;
	color: #984A5F !important;
	border-bottom: 1px solid #984A5F !important;
}
.login .button.wp-hide-pw .dashicons {
	top:17px  !important;
}
.wp-core-ui .button-primary {
	background: #FAEADF !important;
	color: #984A5F !important;
	border: 1px solid #FAEADF !important;
	border-radius: 25px !important;
	transition:all .3s ease;
}
.wp-core-ui .button-primary:focus,
.wp-core-ui .button-primary:hover {
	color: #984A5F !important;
	background: #FAEADF !important;
}
.wp-core-ui .button-primary-disabled,
.wp-core-ui .button-primary.disabled,
.wp-core-ui .button-primary:disabled,
.wp-core-ui .button-primary[disabled] { 
	background: #FAEADF !important;
	color: #984A5F !important;
	border: 1px solid #FAEADF !important;
	opacity:0.5 !important;
	border-radius: 25px !important;
}
.login .forgetmenot label {
	transform: translate(0px, 0px);
    color: #FAEADF !important;
}
.language-switcher {
	display:none;
}

@media screen and (max-width: 1024px) {
	.month-wrap {
		overflow-x:scroll;
        position: relative;
	}
	.calendar-wrap h3 {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 40px;
        margin-bottom: 20px;
        position: sticky;
		position: -webkit-sticky;
        right: 0;
        top: 0;
	}
	
	.year label.swing {
		display:none;
	}
	.year:nth-child(2) label.swing  {
		width:46px;
		color:#ccc;
		display:flex;
		flex-direction:column;
		justify-content:center;
		align-items:center; 
        position: sticky;
		position: -webkit-sticky;
        top: 60%;
        right: 50%;
        z-index: 4;
	 	animation: vanish 1s ease forwards;
	 	animation-delay: 5s;
	}
	@keyframes vanish {
	  to {
		opacity: 0;
		visibility: hidden;
	  }
	}
	.year .month-wrap:first-child label.swing svg {
		opacity:.7;
		transform-origin: bottom center;
		animation: swing 2s ease-in-out infinite alternate;
	}
	@keyframes swing {
	  0% {
		transform: translatex(-20px);
	  }
	  100% {
		transform:  translatex(20px);
	  }
	}
	.month {
		width:960px;
	}
	.days ul li {
    	padding: 7px 0 11px 0;
    	font-size: 14px;
	}
}
.rotate {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    background: #fff;
	color:#000;
    top:0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    font-family: "Dana";
	font-size:22px;
}
body.rtl .rotate {
    direction: rtl;
}
@media only screen and (max-width: 960px) and (orientation: landscape) {
	.landscape {
		display:flex;
	}
}