/* CSS */
/*
Theme Name: SADE
Description: SADEROOMS official website
Developed by Farzin Mojaver
Developer URI: https://www.linkedin.com/in/farzin-mojaver-a687871a7/
Version: 1.0
*/

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

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


@font-face {
	font-family: 'Hel';
	font-style: normal;
	font-weight: bold;
    src: url('fonts/hells.ttf') format('truetype');
}
/***************************************************
				General
***************************************************/
body {
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Dana';
    font-size: 16px;
	color:#68645E;
    -webkit-text-size-adjust: 100%;
    direction: rtl;
    scroll-behavior: smooth;
    background-color: #fff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
}
* {
    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;   
}

a {
    font-size: 16px;
    cursor: pointer;
	color:#68645E;
}

a:link {
    text-decoration: none;
    color: #68645E;
    cursor: pointer;
}

a:visited {
    text-decoration: none; 
    color: #68645E;     
}

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

a:active {
    text-decoration: none;   
    color: #68645E;
    font-weight: normal;
}
a[href^=tel] {
    color: #68645E;
    text-decoration: none;
}
h1,
h2,
h3 {
    font-weight: normal;
}

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

textarea:focus,
input:focus {
    outline: 0;
    font-family: 'Dana', sans-serif;
    color: #68645E !important;
}

::-webkit-input-placeholder {
    color: #68645E !important;
    font-family: 'Dana', sans-serif;
}
:-moz-placeholder {
    color: #68645E !important;
    font-family: 'Dana', sans-serif;
}
::-moz-placeholder {
    color: #68645E !important;
    font-family: 'Dana', sans-serif;
}
input::placeholder {
    color: #68645E !important;
    font-family: 'Dana', sans-serif;
}
:-ms-input-placeholder {
    color: #68645E !important;
    font-family: 'Dana', sans-serif;
}

figure {
    margin: 0;
}

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

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

span,
p {
    font-family: "Dana"; 
    color:#68645E;
}
p {
    margin-top: 0;
	text-align:justify;
}

iframe {
    border: none;
}

.clear {
    clear: both;
}
.loading {
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    position: fixed;
    top:0;
    left: 0;
}
.loader {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
    height: -moz-calc(100vh - 40px);
    height: -webkit-calc(100vh - 40px);
    height: -o-calc(100vh - 40px);
    height: calc(100vh - 40px);
    position: relative;
    overflow: hidden;
    background-color: #F7F7F7;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader svg {
    width: 140px;
    height: auto;
}
/***************************************************
				    main 
***************************************************/
main {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
	margin:0 auto;
}
.main {
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: -o-calc(100% - 80px);
    width: calc(100% - 80px);
	margin:180px auto 20px auto;
    padding: 20px;
    border-radius: 10px;
    min-height: 50vh;
    background-color: #F7F7F7 !important;
}
/***************************************************
				    header 
***************************************************/
.mini-alert {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
    padding: 10px 0;
    border-radius: 10px;
    background-color: #F7F7F7 !important;
    text-align: center;
    position: fixed;
    top:20px;
    right: 20px;
    z-index: 99999;
}
header {
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: -o-calc(100% - 80px);
    width: calc(100% - 80px);
    height: 60px;
    margin: 20px auto;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 10px 20px;
    position: fixed;
    top:60px;
    right: 20px;
    transition: all .3s ease;
    z-index: 99999;
}
header.header {
    background-color: #F7F7F7;
}
header.scroll-up {
    transform:translateY(-80px);
    background: #F7F7F7;
    border-radius: 0 0 10px 10px;
    background: rgba(255, 255, 255, 0.2); /* transparent background */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

#logo {
    width: 160px;
    height: auto;
}
#logo svg {
    width: 160px;
    height: auto;
}
header ul {
    width: 280px;
    display: flex;
    justify-content: space-between;
}
header ul li a {
    display: block;
    line-height: 1;
	font-family: 'Dana';
    transform: translateY(1px);
    transition: all .3 ease;
}
header ul li a:focus,
header ul li a:hover {
    color:#BB5A11 !important;
}

.nav-icons {
    width: 220px;
    position: absolute;
    top:10px;
    left: 20px;
    display: flex;
	justify-content:flex-end;
}
.nav-icons a {
    width: 24px;
    width: 24px;
    display: flex;
    margin-right: 20px;
	position:relative;
}
.nav-icons a svg{
    width: 24px;
    width: 24px;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item,
#lang,
#lang ul {
    width: 24px;
    height: 24px;
	padding:0;
}
.wpml-ls-legacy-list-horizontal {
	padding:0;
}
.wpml-ls-legacy-list-horizontal a {
	padding: 4px 0;
	transform:translateY(0px);
	margin-right:0;
}
#basket-counter-mob {
	position:absolute;
	bottom:2px;
	left:50%;
	transform:translatex(-50%);
	font-size:10px;
    margin: 0;
}
/***************************************************
				    Mobile nav 
***************************************************/
#burger {
    width: 25px;
    height: 20px;
    display: none;
    justify-content: space-between;
    flex-direction: column;
    cursor: pointer;
}
#burger span  {
    display: block;
    width: 100%;
    height: 3px;
    background: #68645E;
    cursor: pointer;
    transition: all .3s ease;
}
#burger.actv span:nth-child(1) {
    transform: translateY(17px);
}

#burger.actv span:nth-child(2) {
    transform: translateY(9px);
}
.shop-nav,
.nav-overlay {
    width:  -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: -o-calc(100% - 80px);
    width: calc(100% - 80px);
    height: -moz-calc(100vh - 220px);
    height: -webkit-calc(100vh - 220px);
    height: -o-calc(100vh - 220px);
    height: calc(100vh - 220px);
    position: fixed;
    padding: 180px 40px 40px 40px;
    background: #fff;
    top: 0;
    z-index: 9999;
    transform: translateY(-400%);
    transition: all .3s ease;
}
.nav-overlay {
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.nav-overlay li ul {
	margin:10px;
}
.shop-nav.scroll-up,
.nav-overlay.scroll-up {
    height: -moz-calc(100vh - 140px);
    height: -webkit-calc(100vh - 140px);
    height: -o-calc(100vh - 140px);
    height: calc(100vh - 140px);
    padding: 100px 40px 40px 40px;
    
}
.shop-nav.actv,
.nav-overlay.actv {
    transform: translateY(-0%);
    padding: 180px 20px 40px 20px;
} 
.shop-nav.scroll-up {
    padding: 100px 20px 40px 20px;
}
.shop-nav {
    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:flex-end;
}
.shop-nav ul {
	width: 100%;
	height: -moz-calc(100vh - 220px);
    height: -webkit-calc(100vh - 220px);
    height: -o-calc(100vh - 220px);
    height: calc(100vh - 220px);
	background:#F7F7F7;
	display:flex;
	justify-content:space-between;
	align-items:center;
	border-radius:10px;
	margin-bottom:-20px;
}
.shop-nav li {
	width:20%;
}
.shop-nav li figure {
    width:  -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: -o-calc(100% - 20px);
    width: calc(100% - 20px);
	margin:0 10px 20px 10px;
	border-radius:10px;
	overflow:hidden;
}
.shop-nav li label {
	text-align:center;
	display:block;
}
/***************************************************
				    noalert 
***************************************************/
body.no-alert header {
    top:0;
}
body.no-alert header.scroll-up {
    transform:translateY(-20px);
}
body.no-alert .main {
    margin: 120px auto 20px auto
}
body.no-alert .faq {
    margin: 120px auto 20px auto;
}
body.no-alert .shop-nav,
body.no-alert .nav-overlay {
    height: -moz-calc(100vh - 160px);
    height: -webkit-calc(100vh - 160px);
    height: -o-calc(100vh - 160px);
    height: calc(100vh - 160px);
    position: fixed;
    padding: 120px 40px 40px 40px;
}
/***************************************************
				    home 
***************************************************/
.slider-wrap {
    width: 100%;
    height: -moz-calc(100vh - 40px);
    height: -webkit-calc(100vh - 40px);
    height: -o-calc(100vh - 40px);
    height: calc(100vh - 40px);
    margin: 20px auto;
    background: #F6F7F6;
    border-radius: 10px;
    position: relative;
}
.desktop-slider  {
    width: 100%;
    height: -moz-calc(100vh - 40px);
    height: -webkit-calc(100vh - 40px);
    height: -o-calc(100vh - 40px);
    height: calc(100vh - 40px);
    direction: ltr;
}
.desktop-slider li figure {
    height: -moz-calc(100vh - 40px);
    height: -webkit-calc(100vh - 40px);
    height: -o-calc(100vh - 40px);
    height: calc(100vh - 40px);
    display: flex ;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
}
.desktop-slider li figure img {
    margin: 0; 
    transform: translateY(40px);
}
.slick-dots {
    width: -moz-calc(100vh - 40px) !important;
    width: -webkit-calc(100vh - 40px) !important;
    width: -o-calc(100vh - 40px) !important;
    width: calc(100vh - 40px) !important;
    bottom: 20px;
    left: 20px;
    text-align: left;
}
.slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 10px 0 0 !important;
}
.slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #68645E;
    padding: 0;
}
.slick-dots li button:before {
    display: none !important;
}
.mobile-slider {
    display: none;
}

.products-carousel {
    direction: ltr;
}
.products-carousel .slick-list { 
    margin: 0 -10px; 
}
.products-carousel .slick-slide { 
    margin: 0 10px; 
}
.products-carousel .slick-prev:hover,
.products-carousel .slick-prev:focus,
.products-carousel .slick-next:hover,
.products-carousel .slick-next:focus,
.products-carousel .slick-prev,
.products-carousel .slick-next {
    width: 30px;
    height: 30px;
    padding: 0;
    z-index: 9;
    background-image: url(images/next.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.products-carousel .slick-prev:before{
    content:'';
    color:#68645E !important;
}
.products-carousel .slick-next:before {
    content:'';
    color:#68645E !important;
}
.products-carousel .slick-next {
    left: unset;
    right: 10px;
}
.products-carousel .slick-prev {
    right: unset;
    left: 10px;
    transform: rotate(180deg);
}
.products-carousel li a {
    width: 100%;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.products-carousel li a label.p-name {
    position: absolute;
    bottom: 45px;
    right: 20px;
    opacity: 0;
    transition: all .3s ease;
}
.products-carousel li a label.p-price {
    position: absolute;
    bottom: 15px;
    right: 20px;
    transition: all .3s ease;
}
.products-carousel li a figure img {
    margin: 0;
    transition: all .3s ease;
}
.products-carousel li a:hover img {
    transform: scale(1.04);
}
.products-carousel li a:hover label.p-name,
.products-carousel li a:hover label.p-price {
    opacity: 1;
}
.home-sections {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.home-sections li {
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 20px;
    background: #f0f0f0;
}
.home-sections li:nth-child(1) {
    flex-direction: row-reverse;
}
.home-sections li div.plist { 
    flex: 0 0 50%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
	flex-direction:column;
}
.home-sections li div.plist label { 
	margin: 20px 20px 40px 20px;

	font-size:22px;
}
.home-sections li div.plist a { 
	margin: 0 20px;
}
.home-sections li figure {
    flex: 0 0 50%;
    background: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items:  center;
    overflow: hidden;
}
.home-sections li:nth-child(2) {
    height: 80vh;
}
.home-sections li:nth-child(2) figure {
    flex: 0 0 100%;
    align-items:  end;
    position: relative;
}
.shop-list {
    width:  -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
	margin:100px auto 20px auto;
}
.home-sections.shop-list li:nth-child(2) {
    height: unset;
}
.home-sections.shop-list li:nth-child(2) figure {
    flex: 0 0 50%;
}
.home-sections.shop-list li:nth-child(odd) {
	flex-direction:row-reverse;
}
.home-sections.shop-list li:nth-child(even) {
	flex-direction:row;
}
/***************************************************
				    About 
***************************************************/
.about {
	max-width:50%;
	background-color:transparent !important;
}
.about .about-content { 
    width:100%;
}
.wp-block-image img {
	border-radius:10px;
}
/***************************************************
				    contact 
***************************************************/
.contact {
    width: -moz-calc(100% - 40px) !important;
    width: -webkit-calc(100% - 40px) !important;
    width: -o-calc(100% - 40px) !important;
    width: calc(100% - 40px) !important;
	padding:0 !important;
	display:flex;
	justify-content:space-between;
	background:transparent !important;
}
.map {
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: -o-calc(50% - 10px);
    width: calc(50% - 10px);
    min-height:  -moz-calc(100vh - 140px);
    min-height: -webkit-calc(100vh - 140px);
    min-height: -o-calc(100vh - 140px);
    min-height: calc(100vh - 140px);
	border-radius:10px;
    background: #f0f0f0;
}
.contact-info {
    width: -moz-calc(50% - 50px);
    width: -webkit-calc(50% - 50px);
    width: -o-calc(50% - 50px);
    width: calc(50% - 50px);
    min-height:  -moz-calc(100vh - 140px);
    min-height: -webkit-calc(100vh - 140px);
    min-height: -o-calc(100vh - 140px);
    min-height: calc(100vh - 140px);
	border-radius:10px;
	padding:0 20px;
    background: #fff;
}
/***************************************************
				    FAQ 
***************************************************/
.faq {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
	margin:180px auto 20px auto;
    max-width: 50%;
    padding: 0;
    border-radius: 10px;
    min-height: 50vh;
    background-color: #fff !important;
}
.wp-block-ub-content-toggle-accordion {
    background:#F7F7F7;
    width: 100%;
    border-radius: 10px;
    padding: 0 10px;
    margin-top: 20px;
    margin-bottom: 0;
    
}
.wp-block-ub-content-toggle-accordion-content-wrap {
    padding: 10px;
    border-top: 1px solid #D9D8D6;
}
.wp-block-ub-content-toggle-accordion-title-wrap .wp-block-ub-content-toggle-accordion-state-indicator,
.wp-block-ub-content-toggle-accordion .wp-block-ub-content-toggle-accordion-title {
    color:#68645E !important;
}
.wp-block-ub-content-toggle-accordion-title-wrap .wp-block-ub-content-toggle-accordion-toggle-wrap {
    padding-top: 21px;
}
/***************************************************
				    Shop 
***************************************************/
.product-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 120px auto 20px auto;
}
.product-list li,
.product-list li a {
	position:relative;
	overflow:hidden;
	border-radius:10px;
}
.product-list li a figure {	
	aspect-ratio:1;
	display:flex;
	justify-content:center;
	align-items:center;
}
.product-list li a .p-name {
	width:100%;
	display:block;
	position:absolute;
	left:0;
	bottom:30px;
	text-align:center;
}
.product-list li a .p-price {
	width:100%;
	display:block;
	position:absolute;
	left:0;
	bottom:10px;
	text-align:center;
}
/***************************************************
				    single product 
***************************************************/
.single-product {
	margin:120px auto 40px auto;
}
.product-content {
	display:flex;
	flex-direction:row-reverse;
	justify-content:space-between;
}
.product-info {
    width: -moz-calc(50% - 50px);
    width: -webkit-calc(50% - 50px);
    width: -o-calc(50% - 50px);
    width: calc(50% - 50px);
	padding:20px;    
	background: #F7F7F7;
	border-radius:10px;
}
.product-info h1 {
	margin: 0 0 40px 0;
}
#single-product .pprice {
	margin-top:20px;
	margin-bottom:20px;
}
#single-product .qib-button-wrapper {
	width:120px !important;
	background:transparent;
	border:none;
	border-radius:10px !important;
	float:right !important;
	margin:0  !important;
}

#single-product  .qib-button-wrapper .quantity input.input-text.qty.text {
	width:40px !important;
    padding: 2px 4px !important;
	background:transparent !important;
    border: none !important;
	color:#68645E;
}
#single-product .single_add_to_cart_button {
	width:122px;
	height:40px;
    border: none !important;
	background:#68645E;
    color: #F7F7F7;
	float:right !important;
	clear:right !important;
	margin:20px 0;
	border-radius:10px !important;
	display:flex;
	justify-content:center;
	align-items:center;    
    font-family: 'Dana';
	transition:all .3s ease;
	cursor:pointer;
}
#single-product .single_add_to_cart_button:focus,
#single-product .single_add_to_cart_button:hover {
	background:#BB5A11;
}
#single-product .qib-button-wrapper .minus.qib-button, 
#single-product .qib-button-wrapper .plus.qib-button {
	color:#68645E;
	background:transparent !important;
    border: none !important;
}
.product-img {
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: -o-calc(50% - 10px);
    width: calc(50% - 10px);
	position:relative;
	border-radius:10px;
	overflow:hidden;
}
.woocommerce-product-gallery__trigger {
	display:none;
}
.yith-add-to-wishlist-button-block--single {
	position:absolute;
	top:20px;
	left:20px;
	margin:0;
	gap:0 !important;
}

.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon {
	color: #68645E !important;
}
.product-img .slick-slide img {
	margin:0;
    cursor: zoom-in;
}
.product-img .slick-arrow{    
	position: absolute;
    top: 50%;
	width: 30px;
    height: 30px;
	margin-top:-15px;
    padding: 0;
    z-index: 9;
    background-image: url(images/next.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	cursor:pointer;
}
.product-img .slick-arrow.flaticon-back {
	right:10px;
}
.product-img .slick-arrow.flaticon-right-arrow {    
	left:10px;
	transform:rotate(180deg);
}
.yith-wcwl-add-to-wishlist-button__label,
[dir='rtl'] .slick-next:before,
[dir='rtl'] .slick-prev:before,
.flaticon-right-arrow:before,
.flaticon-back:before {
	display:none !important;
}
.product-img .wpgs-nav {
	padding:20px;
	background: #F7F7F7;
}
.wpgs-nav .slick-prev {
    right: 10px !important;
}
.wpgs-nav .slick-next {
    left: 10px !important;
	transform:rotate(180deg);
}
.product-cart.vari .variations {
	display:flex;
	flex-direction:column;
}
.product-cart.vari .variations li {
	margin-bottom:20px;
}
.product-cart.vari .variations .label {	
	margin-top:20px;
	margin-bottom:40px;
	display:none;
}
.product-cart.vari .variations .woo-variation-items-wrapper ul {
	width:100%;
	margin-bottom:20px;
}
.product-cart.vari .variations .woo-variation-items-wrapper ul li {
	width:120px;
	height:120px;
	margin-left:10px;
	margin-bottom:10px;
	float:right;
	border-radius:50%;
	overflow:hidden;
	border:1px solid #ccc;
	position:relative;
	cursor:pointer;
}
.product-cart.vari .variations li:nth-child(2) ul li,
.product-cart.vari .variations li:nth-child(3) ul li {
	width:40px;
	height:40px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.product-cart.vari .variations .woo-variation-items-wrapper ul li.selected {
	border:1px solid #BB5A11;
}
.product-cart.vari .variations .woo-variation-items-wrapper ul li.disabled {
	opacity: 0 !important;
}
.short-info {
	margin-top:40px;
}
.short-info .info-item label {
	display:block;
	padding:10px 0;
	cursor:pointer;
	border-top:.5px solid #68645E; 
}
.short-info .info-item:first-child label {
	border-top:none;
}
.short-info .info-item .info-text {
	display:none;
	margin-bottom:20px;
}
.short-info .info-item:first-child .info-text  {
	display:block;
}
#photoswipe-fullscreen-dialog {
	display:none;
}
.fancybox-slider, 
.fancybox-slider-wrap,
.fancybox-container {
	z-index:999999 !important;  
} 
.product-lists {
	margin-bottom:20px;
}
.product-lists h2 {
	text-align:center;
}

.image-variable-item-multi-color:before {
	content: 'خودت بساز' !important;
	display: block !important;
	width: 100% !important;
	text-align: center !important;
	margin-bottom: -10px !important;
	color: #68645E !important;
}
.image-variable-item-multi-color .variable-item-contents img {
	position:relative;
	z-index:3;
}
.image-variable-item-multi-color .variable-item-contents:before,
.image-variable-item-multi-color .variable-item-contents:after {
	content: '' !important;
	display: block !important;
    width: 80px !important;
    height: 140px !important;
    position: absolute !important;
}

.image-variable-item-multi-color .variable-item-contents:before {
	transform: rotate(-56deg);
    top: -50px;
    left: 47px;
	z-index:2;
	background-image: var(--img1);
    background-size: cover;
}

.image-variable-item-multi-color .variable-item-contents:after {
	transform: rotate(-56deg);
    top: -50px;
    left: 47px;
    top: 20px;
    left: 9px;
	z-index:1;
	background-image: var(--img2);
    background-size: cover;
}

/***************************************************
				    multi color 
***************************************************/
.color-combo-wrapper {
	display:none;
	margin:20px 0;
}
.color-swatches { 
	margin:20px 0;
}
.color-swatch {
	width:60px; 
	height:60px; 
	border-radius:50%; 
	cursor:pointer;
	border:1px solid #ccc; 
	transition:0.2s;
	display:inline-block; 
	background-size:cover; 
	background-position:center;
	margin:0 0 10px 10px; 
	transition:all .3s ease;
}
.color-swatch.active { 
	border-color:#BB5A11; 
}
.color-swatch.disabled { 
	opacity:0; 
	pointer-events:none; 
}
/***************************************************
				    Wishlist 
***************************************************/
.wishlist-title-with-form h2 {
	display:none;
}
.wishlist-page h1 {
	text-align:center;
	margin:  0 0 40px 0;
}
.shop_table,
.wishlist_table thead tr th,

.wishlist_table table.shop_table,
.wishlist_table thead {
	border:none !important;
	background:transparent !important;
}
.shop_table.wishlist_table tr td {
	border-top: .5px solid #68645E !important;
	background:transparent !important;
}
.product-name span.nobr {
	float:right !important;	
	display:block !important;
}
.wishlist-items-wrapper .product-name a {
	float:right;	
    margin-bottom: 10px;
}
.wishlist-items-wrapper .product-name .variation {
    display: block;
    clear: both;
}
.woocommerce a.remove {
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:16px;
	color:#BB5A11 !important;
}
.woocommerce a.remove:hover {
    color: #fff !important;
    background:#BB5A11 !important;
}
/***************************************************
				    cart 
***************************************************/
.wp-block-woocommerce-product-new {
    display: none;
}
.wc-block-checkout__add-note .wc-block-components-textarea,
.wc-blocks-components-select .wc-blocks-components-select__container,
.wc-block-components-form .wc-block-components-text-input input[type=email], 
.wc-block-components-form .wc-block-components-text-input input[type=number], 
.wc-block-components-form .wc-block-components-text-input input[type=password], 
.wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], 
.wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], 
.wc-block-components-text-input input[type=number], 
.wc-block-components-text-input input[type=password], 
.wc-block-components-text-input input[type=tel], 
.wc-block-components-text-input input[type=text], 
.wc-block-components-text-input input[type=url] {
    background-color: transparent !important;
    color:#68645E;
    border: 1px solid #68645E !important;
}

.wc-block-checkout__add-note .wc-block-components-textarea {
    resize: vertical;
}
.wc-blocks-components-select .wc-blocks-components-select__select {
    border: none !important;
}
.wc-block-checkout__sidebar {
    top: 100px !important;
}
.wc-block-checkout__shipping-option--free {
    display: none !important;
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    color: #68645E!important;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background: #68645E!important;
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked,
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
    border-color: #68645E!important;
}
/***************************************************
				    account 
***************************************************/
.woocommerce-MyAccount-navigation {
    width: 280px;
    float: right;
    min-height: 400px;
}
.woocommerce-MyAccount-content {
    width: -moz-calc(100% - 321px);
    width: -webkit-calc(100% - 321px);
    width: -o-calc(100% - 321px);
    width: calc(100% - 321px);
    float: right;
    padding-right: 30px;
    margin-right: 10px;
    border-right: 1px solid #D9D8D6;
}
/***************************************************
				    Woo 
***************************************************/
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background-color: transparent;
    color: #68645E;
    border: 1px solid #D9D8D6;
    border-radius: 10px;
    padding: 20px 60px 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.woocommerce-error::before ,
.woocommerce-info::before ,
.woocommerce-message::before {
    color: #68645E;
    top: 30px;
    right: 20px;
}
.woocommerce-MyAccount-navigation-link--payment-methods,
.woocommerce-MyAccount-navigation-link--downloads,
.woocommerce-error::after ,
.woocommerce-info::after ,
.woocommerce-message::after {
    display: none;
}
.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
    background-color: transparent;
    color: #68645E;
    border: 1px solid #68645E;
    font-family: 'Dana';
    border-radius: 10px;
    transition: all .3s ease;
    font-weight: bold;
}
.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover,
.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:focus,
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-error .button:focus,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-info .button:focus,
.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-message .button:focus,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-error .button:focus,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-info .button:focus,
.woocommerce-page .woocommerce-message .button:focus,
.woocommerce-page .woocommerce-message .button:hover {
    background-color: transparent;
    color: #BB5A11;
    border: 1px solid #68645E;
}
.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    color:#D9D8D6 !important;
    opacity: .4;
}
.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
    background: transparent;
    border: 1px solid #D9D8D6;
}
.woocommerce form fieldset {
    margin: 20px 0;
    border: none;
    padding: 0;
}
.woocommerce-MyAccount-content header {
    display: none !important;
}

/***************************************************
				    Login 
***************************************************/
.loginz {
	max-width:300px;
	margin-top:120px;
}
.loginz .logo {
	width:140px;
	display:block;
	margin:0 auto;
}
.digits_ui {
	border:none;
}
.digits-form_heading_text {
	font-size:16px;
}
.digits-form_container {
	background:transparent !important;    
    font-family: 'Dana' !important; 
}
.digits_embed-form .digits_site_footer_box,
.protected_by_digits_text {
	display:none  !important;
	opacity:0  !important;;
	visibility:hidden  !important;
	z-index:-1;
}
.digits_embed-form {
	display:flex !important;
	justify-content:center !important;
}
.digits-form_tab-bar .digits-form_tab-item {
	border-bottom:none !important;
}
.digits-form_button,
.digits-form_button[type="submit"] {
    border: none !important;
    width: fit-content !important;
    background-color: transparent !important;
    padding: 0 5px !important;
    color: #68645E !important;
    font-size: 16px !important;
	border-radius: 0 !important;
}
.digits-form_button-text {
	color: #68645E !important;
	margin-top: 4px !important;
}
.dig_login_signup_bar {
	font-size:16px!important;
	font-weight:normal !important;
}
.digits-form_tab-bar .digits-form_tab-item {
	font-family:'Dana',sans-serif !important;
	font-size:14px !important;
	font-weight:normal !important;
}
body.rtl .digits-form_tab-bar .digits-form_tab-item {
	font-size:14px !important;  
    font-family: 'Dana' !important; 
}
.digits-form_input input,
.digits-form_input input[type='tel'],
.digits-form_input input[type='text'] {
	height:35px !important;
	line-height:35px !important;
	background:transparent !important;
	border:none !important;
}
.digits2_box .digits-form_input input,
.digits2_box .digits-form_input textarea,
.digits2_box .digits-form_input input[type='tel'],
.digits2_box  input[type='email'] {
	border-radius: 4px !important;
	border:1px solid #68645E !important;
}
.digits-form_countrycode .digits-field-country_flag {
	top:2px !important;
}
.digits-form_border.digits-row_active,
.digits-form_input_row {
	border: 1px solid #68645E!important;
}
.digits-form_rememberme {
	border-bottom: none !important;
	border-color: transparent !important;
}
.action_type,
.digits_secure_modal_box, 
.digits_ui, 
.digits_secure_modal_box *, 
.digits_ui *, 
.digits_font, .dig_ma-box, 
.dig_ma-box input, 
.dig_ma-box input::placeholder, 
.dig_ma-box ::placeholder, 
.dig_ma-box label, 
.dig_ma-box button, 
.dig_ma-box select, 
.dig_ma-box * {  
    font-family: 'Dana' !important; 
	font-weight:normal!important;
	font-size:16px;
}
body.ltr .action_type,
body.ltr .digits_secure_modal_box, 
body.ltr .digits_ui, 
body.ltr .digits_secure_modal_box *, 
body.ltr .digits_ui *, 
body.ltr .digits_font, .dig_ma-box, 
body.ltr .dig_ma-box input, 
body.ltr .dig_ma-box input::placeholder, 
body.ltr .dig_ma-box ::placeholder, 
:lang(en-US) .dig_ma-box input::placeholder, 
:lang(en-US) .dig_ma-box ::placeholder, 
body.ltr .dig_ma-box label, 
body.ltr .dig_ma-box button, 
body.ltr .dig_ma-box select, 
body.ltr .dig_ma-box * {
	font-family:'roboto',sans-serif !important;
}
.digits-form_input_row .digits-field-type_checkbox .dig_input_wrapper::before,
.digits-form_input_row .digits-field-type_radio .dig_input_wrapper::before,
.digits-form_input_row .digits-field-type_tac .dig_input_wrapper::before,
.digits-form_input_row .digits-field-type_checkbox .dig_input_wrapper::after,
.digits-form_input_row .digits-field-type_radio .dig_input_wrapper::after,
.digits-form_input_row .digits-field-type_tac .dig_input_wrapper::after {
	left:unset;
	right:0;
	border: 1px solid #68645E!important;
	border-radius:4px !important;
}
body.ltr .digits-form_input_row .digits-field-type_checkbox .dig_input_wrapper::before,
body.ltr .digits-form_input_row .digits-field-type_radio .dig_input_wrapper::before,
body.ltr .digits-form_input_row .digits-field-type_tac .dig_input_wrapper::before,
body.ltr .digits-form_input_row .digits-field-type_checkbox .dig_input_wrapper::after,
body.ltr .digits-form_input_row .digits-field-type_radio .dig_input_wrapper::after,
body.ltr .digits-form_input_row .digits-field-type_tac .dig_input_wrapper::after {
	left:0;
	right:unset;
}
.dig_opt_mult .selected .dig_input_wrapper::before{
	background:#49ff18 !important;
	border-radius:10px !important;
	border: 1px solid #49ff18 !important;
}
.digits-form_input_row .digits-field-type_tac .selected .dig_input_wrapper::after {
	background-color:#fff !important;
}

.digits_back_icon {
    transform: translateX(40px);
}
.digits-form_border.digits-row_active,
.digits-form_input_row,
.digits_countrycodecontainer input,
.digits_countrycodecontainer input[type='text'] {
	border: none !important;
}
.digits-form_heading {
	text-align:center;
}
.digits-form_tab-bar {
	justify-content:space-between;
}
/***************************************************
				    footer 
***************************************************/
footer {
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: -o-calc(100% - 80px);
    width: calc(100% - 80px);
    min-height: 120px;
    padding: 20px;
    border-radius: 10px;
    background-color: #F7F7F7 !important;
    text-align: center;
    margin: 0 auto 20px auto;
    z-index: 99999;
}
.footer-in {
    min-height: 180px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-social-media {
    display: flex;
    flex-direction: column;
}
.footer-social-media .footer-logo {
    width: 140px;
    display: block;
}
.footer-social-media ul {
    display: flex;
    justify-content: flex-end;
    margin-top: 80px;
}
.footer-social-media ul li a {
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 10px;
}
.footer-in .col-right {
    width: -moz-calc(50% - 200px);
    width: -webkit-calc(50% - 200px);
    width: -o-calc(50% - 200px);
    width: calc(50% - 200px);
    min-height: 140px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.footer-in .col-right:nth-child(1) {
    width:50%;
    border-left: 1px solid #D9D8D6;
}
.footer-in .col-right li {
    width: fit-content;
}
.footer-in .col-right li a {
    width: fit-content;
    display: block;
}
.tag-line {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #D9D8D6;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}
.support {
    width: 40px;
    height: 40px;
    display: block;
    position: fixed;
    right:40px;
    bottom:40px;
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
}
.land-scape {
    width: 100%;
    height: 100vh;
    position: fixed;
    top:0;
    left: 0;
    background: #fff;
    z-index: 999999;
    justify-content: center;
    align-items: center;
    display: none;
}
.landscape-in {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
    height: -moz-calc(100% - 40px);
    height: -webkit-calc(100% - 40px);
    height: -o-calc(100% - 40px);
    height: calc(100% - 40px);
    margin: 20px auto;
    border-radius: 10px;
    background-color: #F7F7F7 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 960px) {
    .wp-block-ub-content-toggle-accordion {
        width: -moz-calc(100% - 20px);
        width: -webkit-calc(100% - 20px);
        width: -o-calc(100% - 20px);
        width: calc(100% - 20px);
        max-width:unset;
    }
    .woocommerce-MyAccount-navigation {
        width: 120px;
    }
    .woocommerce-MyAccount-content {
        width: -moz-calc(100% - 161px);
        width: -webkit-calc(100% - 161px);
        width: -o-calc(100% - 161px);
        width: calc(100% - 161px);
    }
    .woocommerce-error,
    .woocommerce-info,
    .woocommerce-message {
        font-size: 14px;
    }
	.about,
    .faq {
        max-width: unset;
    }
	.product-content {
		flex-direction:column;
	}
	.product-info,
	.product-img {
		width:100%;
		margin-bottom:20px;
	}
}

@media only screen and (max-width: 860px) {
    header ul {
        width: 220px;
    }
}
@media only screen and (max-width: 760px) {
    header ul {
        width: 180px;
    }
}
@media only screen and (max-width: 680px) {
    header {      
        align-items: flex-end;
    }
    #burger {
        display: flex;
    }
    header ul {
        display: none;
    }
	#lang ul {
        display: block;
    }
    .nav-icons {
        top:10px;
    }
    .woocommerce-MyAccount-navigation {
        width: 100%;
        min-height: unset;
    }
    .woocommerce-MyAccount-content {
        width: 100%;
        padding-right: 0;
        margin-right: 0;
        border-right: none;
        border-top: 1px solid #D9D8D6;
        padding-top: 20px;
        margin-top: 20px;
    }
    .mini-alert {
        padding: 10px;
        top: 10px;
        right: 10px;
    }
    header {
        width: -moz-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: -o-calc(100% - 40px);
        width: calc(100% - 40px);
        margin: 10px auto;
        padding: 10px;
        top: 50px;
        right: 10px;
    }
    header.scroll-up {
        top: 70px;
    }
	.shop-nav,
    .nav-overlay {
        width: -moz-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: -o-calc(100% - 40px);
        width: calc(100% - 40px);
        height: -moz-calc(100vh - 180px);
        height: -webkit-calc(100vh - 180px);
        height: -o-calc(100vh - 180px);
        height: calc(100vh - 180px);
        padding: 160px 20px 20px 20px;
    }
	.shop-nav.scroll-up,
    .nav-overlay.scroll-up {
        width: -moz-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: -o-calc(100% - 40px);
        width: calc(100% - 40px);
        height: -moz-calc(100vh - 120px);
        height: -webkit-calc(100vh - 120px);
        height: -o-calc(100vh - 120px);
        height: calc(100vh - 120px);
        padding: 100px 20px 20px 20px;
    }
    .nav-icons {
        left: 10px;
    }
    main {
        width: -moz-calc(100% - 20px);
        width: -webkit-calc(100% - 20px);
        width: -o-calc(100% - 20px);
        width: calc(100% - 20px);     
    }
    .main {
        width: -moz-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: -o-calc(100% - 40px);
        width: calc(100% - 40px);
        margin: 150px auto 10px auto;
        padding: 20px 10px;
    }
    body.no-alert header {
        top:0;
    }
    body.no-alert header.scroll-up {
        transform:translateY(-20px);
    }
    body.no-alert .main {
        margin: 120px auto 20px auto
    }
    body.no-alert .faq {
        margin: 120px auto 20px auto;
    }
	body.no-alert .shop-nav,
    body.no-alert .nav-overlay {
        height: -moz-calc(100vh - 160px);
        height: -webkit-calc(100vh - 160px);
        height: -o-calc(100vh - 160px);
        height: calc(100vh - 160px);
        position: fixed;
        padding: 120px 40px 40px 40px;
    }
    body.no-alert header {
        top:0;
    }
    body.no-alert header.scroll-up {
        transform:translateY(-10px);
    }
    body.no-alert .main,
    body.no-alert .faq {
        margin: 100px auto 20px auto;
    }
	body.no-alert .shop-nav,
    body.no-alert .nav-overlay {
        height: -moz-calc(100vh - 120px);
        height: -webkit-calc(100vh - 120px);
        height: -o-calc(100vh - 120px);
        height: calc(100vh - 120px);
        position: fixed;
        padding: 100px 20px 20px 20px;
    }
    .woocommerce-error,
    .woocommerce-info,
    .woocommerce-message {
        padding: 10px 40px 10px 10px;
    }
    woocommerce-error::before,
    .woocommerce-info::before,
    .woocommerce-message::before {
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    .woocommerce-error a.button,
    .woocommerce-info a.button,
    .woocommerce-message a.button {
        padding: 5px;
        font-weight: normal;
        font-size: 10px;
    }
    footer {
        width: -moz-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: -o-calc(100% - 40px);
        width: calc(100% - 40px);
        padding: 20px 10px;
    }
    .footer-social-media {
        flex: 0 0 100%;
        align-items: flex-end;
    }
    .footer-social-media .footer-logo {
        width: 100px;
        margin-top: 20px;
    }
    .footer-in {
        flex-wrap:wrap;
    }
    .footer-in .col-right {
        flex: 0 0 50%;
    }
    .footer-in .col-right:nth-child(2) {
        flex: 0 0 calc(50% - 10px);
        padding-right: 10px;
    }
    .support {
        right:10px;
        bottom:10px;
    }
}
@media only screen and (max-device-width: 680px) and (orientation: landscape) {
	div.land-scape {
		display:flex !important;
	}
}
.fancybox-bg,
.fancybox-container--ready .fancybox-bg {
	background:#fff;
	opacity:1;
}
.fancybox-button:focus,
.fancybox-button:hover,
.fancybox-button,
.fancybox-infobar__body {
	background:transparent;
}
.fancybox-button {
	filter:invert(1);
}
.fancybox-button--play,
.fancybox-button--thumbs {
    display: none !important;
}
.fancybox-caption-wrap {
	padding:0 20px;
	background:transparent;
}
.fancybox-caption {
    padding: 10px 0 !important;
    font-family: 'Dana', sans-serif;
	border:none;
	color:#000;
	text-align:center;
}
.fancybox-infobar__body {
	color:#000;
}