/*
Theme Name: chocofel
Theme URI: https://chocofel.com
Author: Mehran Jafari 09193322262
Author Mail: mehran.jafari70@gmail.com
Author URI: https://mehranjf.com/
Description: this in exclusive for Mehran Jafari
Version: 1.0
*/
body{
	font-family: IRANSans;
	direction: rtl;
}
*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
:root{
	--lo:#f4d6a0;
	--do:#fec58d;
	--db:#341e41;
	--lb:#624ad2;
	--br:#654a1e;
}
.chocoHeader{
	width: 100%;
	padding: 50px 0;
	background: linear-gradient(90deg,var(--lo) ,var(--do) );
	position: relative;
	overflow: hidden;
}
.BGImage{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url("images/sliderBG2.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: 0.2;
}
header{
    position:relative;
}
.chocoHeader:after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height:250px;
	background-image: url("images/wave.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.chocoHeader .chocoTopHeader{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderRight{
	display: flex;
	justify-content: flex-start;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderRight .chocoLogo{
	margin-left: 10px;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderRight .chocoLogo img{
	height: 70px;
	width: auto;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderRight .hamburgerMenu{
	display: flex;
	align-items: center;
	height: 100%;
	font-size: 35px;
	display: none;
	color: var(--br);
	margin-left: 15px;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderRight .chocoMenu{
	display: block;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderRight .chocoMenu>div{
	height: 100%;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderRight .chocoMenu>div>ul{
	display: flex;
	height: 100%;
	align-items: center;
	font-size: 15px;
	padding: 0;
	margin: 0;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderRight .chocoMenu>div>ul li{
	list-style-type: none;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderRight .chocoMenu>div>ul>li{
	position: relative;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderRight .chocoMenu>div>ul>li:hover{
	background-color: rgba(0,0,0,0.05);
}
.chocoHeader .chocoTopHeader .chocoTopHeaderRight .chocoMenu>div>ul>li:hover >ul{
	display: block;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderRight .chocoMenu>div>ul>li>a{
	display: block;
	padding: 10px 7px;
	color: var(--db);
}
.chocoHeader .chocoTopHeader .chocoTopHeaderRight .chocoMenu>div>ul>li>a>span{
	margin-right: 5px;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderRight .chocoMenu>div>ul>li>ul{
	position: absolute;
	top: 95%;
	right: 15px;
	background-color: #fff;
	box-shadow: 1px 2px 7px #0000001a;
	z-index: 4;
	display: none;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderRight .chocoMenu>div>ul>li>ul li{
	display: block;
	border-bottom: solid 1px #eee;
	position: relative;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderRight .chocoMenu>div>ul>li>ul li:hover{
	background-color: rgba(244,214,160,0.2);
}
.chocoHeader .chocoTopHeader .chocoTopHeaderRight .chocoMenu>div>ul>li>ul li:hover >ul{
	display: block;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderRight .chocoMenu>div>ul>li>ul li a{
	display: block;
	width: 200px;
	color: var(--db);
	padding: 10px 30px;
	text-align: right;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderRight .chocoMenu>div>ul>li>ul li a>span{
	margin-right: 15px;
	float: left;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderRight .chocoMenu>div>ul>li>ul li:hover a>span{
	transform: rotate(65deg);
}
.chocoHeader .chocoTopHeader .chocoTopHeaderRight .chocoMenu>div>ul>li>ul li>ul{
	position: absolute;
	right: 95%;
	top: 15px;
	background-color: #fff;
	box-shadow: 1px 2px 7px #0000001a;
	z-index: 3;
	display: none;
}

.chocoHeader .chocoTopHeader .chocoTopHeaderLeft{
	display: flex;
	justify-content: flex-start;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderLeft .chocoSearch{
	height: 100%;
	display: flex;
	align-items: center;
	margin-left: 10px;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderLeft .chocoSearch form{
	 height: 30px;
	font-size: 12px;
	width: 180px;
	position: relative;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderLeft .chocoSearch form input{
	height: 100%;
	width: 100%;
	padding: 10px;
	border: none;
	outline: none;
	border-radius: 50px;
	box-shadow: 1px 2px 7px #0000001a;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderLeft .chocoSearch form button{
	position: absolute;
	left: 10px;
	top: 5px;
	background-color: transparent;
	border: none;
	outline: none;
	font-size: 17px;
	color: var(--db);
	cursor: pointer;
}
 .chocoHeader .chocoTopHeader .chocoTopHeaderLeft .chocoBasket{
	 height: 100%;
	 display: flex;
	 align-items: center;
 }
.chocoHeader .chocoTopHeader .chocoTopHeaderLeft .chocoBasket .chocoLogin{
	background-color: rgba(101,74,30,0.5);
	border-radius: 50px;
	height: 30px;
	font-size: 13px;
	padding: 0 10px;
	margin-left: 10px;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
	box-shadow: 1px 2px 7px #0000001a;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderLeft .chocoBasket .chocoLogin:hover{
	background-color: rgba(101,74,30,0.8);
}
.chocoHeader .chocoTopHeader .chocoTopHeaderLeft .chocoBasket .chocoLogin a{
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderLeft .chocoBasket .chocoShop{
	background-color: rgba(101,74,30,0.5);
	border-radius: 50px;
	height: 30px;
	font-size: 13px;
	padding: 0 10px;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
	box-shadow: 1px 2px 7px #0000001a;
	position: relative;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderLeft .chocoBasket .chocoShop .chocoShopList{
	position: absolute;
	top: 100%;
	left: 10px;	
	width: 280px;
	overflow: hidden;
	z-index: 700;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 1px 2px 7px #0000001a;
	display: none;
	opacity: 0;	
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
	
}
.chocoHeader .chocoTopHeader .chocoTopHeaderLeft .chocoBasket .chocoShop:hover .chocoShopList{	
	display: block;
	opacity: 1;	
}
.activeChocoShopList{	
	display: block;
	opacity: 1;	
}
.chocoHeader .chocoTopHeader .chocoTopHeaderLeft .chocoBasket .chocoShop .chocoShopList ul{
	width: 100%;
	padding: 0;
	margin: 0;
	max-height: 175px;
	overflow: auto;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderLeft .chocoBasket .chocoShop .chocoShopList ul li{
	width: 100%;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderLeft .chocoBasket .chocoShop .chocoShopList ul li .chocoShopListDetail{
	width: 100%;
	border-bottom: solid 1px #eee;
	display: flex;
	align-items: center;
	padding: 5px;
		
}
.chocoHeader .chocoTopHeader .chocoTopHeaderLeft .chocoBasket .chocoShop .chocoShopList ul li .chocoShopListDetail .chocoShopListImg{
	width: 30%;
	display: inline-block;
	overflow: hidden;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderLeft .chocoBasket .chocoShop .chocoShopList ul li .chocoShopListDetail .chocoShopListImg img{
	width: 100%;
	border-radius: 3px;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderLeft .chocoBasket .chocoShop .chocoShopList ul li .chocoShopListDetail .chocoShopListTitle{
	width: 68%;
	display: inline-block;
	text-align: right;
	padding-right: 5px;
	font-size: 13px;
	color: #666;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderLeft .chocoBasket .chocoShop .chocoShopList .chocoShopBasket{
	text-align: center;
	padding: 10px 0;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderLeft .chocoBasket .chocoShop .chocoShopList .chocoShopBasket a{
	color: var(--br);
	font-weight: bold;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderLeft .chocoBasket .chocoShop .chocoShopList .woocommerce-mini-cart{
	text-align: right;
	direction: rtl;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderLeft .chocoBasket .chocoShop .chocoShopList .woocommerce-mini-cart__empty-message{
	margin: 0;
	padding: 20px 15px;
	text-align: right;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderLeft .chocoBasket .chocoShop .chocoShopList .woocommerce-mini-cart li{
	padding: 6px;
	border-bottom: solid 1px #eee;
	position: relative;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderLeft .chocoBasket .chocoShop .chocoShopList .woocommerce-mini-cart li>a{
	width: 100%;
	color: #666;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderLeft .chocoBasket .chocoShop .chocoShopList .woocommerce-mini-cart li>a>img{
	width: 25%;
	height: auto;
	border-radius: 3px;
	margin-left: 6px;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderLeft .chocoBasket .chocoShop .chocoShopList .woocommerce-mini-cart li .woocommerce-Price-amount{
	width: 100%;
	display: flex;
	text-align: left;
	color: #aaa;
	direction: ltr;
	font-size: 11px;
	position: absolute;
	left: 10px;
	bottom: 0px;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderLeft .chocoBasket .chocoShop .chocoShopList .woocommerce-mini-cart li .variation{
	display: flex;
	margin: 0;
	height: 20px;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderLeft .chocoBasket .chocoShop .chocoShopList .woocommerce-mini-cart li .variation p{
	margin: 0;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderLeft .chocoBasket .chocoShop .chocoShopList .woocommerce-mini-cart__total{
	padding: 10px 0;
	width: 100%;
	text-align: center;
	border-bottom: solid 1px #eee;
	margin: 0 !important;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderLeft .chocoBasket .chocoShop .chocoShopList .woocommerce-mini-cart__total .woocommerce-Price-amount{
	display: inline-flex;
	flex-direction: row-reverse;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderLeft .chocoBasket .chocoShop .chocoShopList .woocommerce-mini-cart__buttons{
	margin: 0 !important;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderLeft .chocoBasket .chocoShop .chocoShopList .woocommerce-mini-cart__buttons a{
	width: 100%;
	display: block;
	text-align: center;
	padding: 10px 0;
	color: var(--br);
	font-weight: bold;
	border-bottom: solid 1px #eee;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderLeft .chocoBasket .chocoShop .chocoShopList .woocommerce-mini-cart .quantity{
	position: unset !important;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderLeft .chocoBasket .chocoShop .chocoShopList .woocommerce-mini-cart .quantity .quantityPlus{
	display: none;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderLeft .chocoBasket .chocoShop .chocoShopList .woocommerce-mini-cart .quantity .quantityMines{
	display: none;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderLeft .chocoBasket .chocoShop:hover{
	background-color: rgba(101,74,30,0.8);
}

.chocoHeader .chocoTopHeader .chocoTopHeaderLeft .chocoBasket .chocoShop .chocoShopInfo{
	color: #fff;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderLeft .chocoBasket .chocoShop .chocoShopInfo a{
    display: flex;
	justify-content: center;
	align-items: center;
	color:#fff;
}
.chocoHeader .chocoTopHeader .chocoTopHeaderLeft .chocoBasket .icofont{
	font-size: 15px;
	margin-left: 3px;
}
.chocoHeader .sliderElement{
	direction: ltr;
	height: 100%;
}
@media all and (max-width:1200px){
    .chocoHeader .chocoTopHeader .chocoTopHeaderLeft .chocoSearch form{
        width:150px;
    }
    .chocoHeader .chocoTopHeader .chocoTopHeaderRight .chocoLogo img {
    height: 57px;
    }
    .chocoHeader .chocoTopHeader .chocoTopHeaderLeft{
        padding: 0 10px;
    }
    .chocoHeader .chocoTopHeader .chocoTopHeaderRight .chocoLogo {
    margin-left: 3px;
    }
    .chocoHeader .chocoTopHeader .chocoTopHeaderRight .chocoMenu>div>ul>li>a {
    display: block;
    padding: 10px 6px;
    }
}
@media all and (max-width: 1000px) {
	.chocoHeader .chocoTopHeader .chocoTopHeaderRight .hamburgerMenu{
		display: flex;
	}
	.chocoHeader .chocoTopHeader .chocoTopHeaderRight .chocoMenu{
		display: none;
	}
}
@media all and (max-width: 768px) {
	.chocoHeader .chocoTopHeader .chocoTopHeaderRight{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.chocoHeader .chocoTopHeader .chocoTopHeaderLeft{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin-top: 25px;
	}
}
@media all and (max-width: 431px){
	.chocoHeader .chocoTopHeader .chocoTopHeaderLeft .chocoSearch form{
		width: 110px;
	}
}
@media all and (max-width: 360px){
	.chocoHeader .chocoTopHeader .chocoTopHeaderLeft .chocoBasket .icofont{
		display: none;
	}
	.chocoHeader .chocoTopHeader .chocoTopHeaderLeft .chocoBasket .chocoLogin{
		font-size: 12px;
	}
	.chocoHeader .chocoTopHeader .chocoTopHeaderLeft .chocoBasket .chocoShop{
		font-size: 12px;
	}
}
@media all and (max-width: 315px){
	.chocoHeader .chocoTopHeader .chocoTopHeaderLeft .chocoBasket .chocoLogin{
		font-size: 11px;
	}
	.chocoHeader .chocoTopHeader .chocoTopHeaderLeft .chocoBasket .chocoShop{
		font-size: 11px;
	}
}
.chocoHeader .sliderElement .sliderText{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: right;
	color: var(--br);
	direction: rtl;
	padding-bottom: 50px;
}
.chocoHeader .sliderElement .sliderText .sliderTextTopTitle{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 18px;
	color: rgba(101,74,30,0.8);
}
.chocoHeader .sliderElement .sliderText .sliderTextTitle{
	font-size: 25px;
	font-weight: bold;
	margin: 0;
}
.chocoHeader .sliderElement .sliderText .sliderTextDesc{
	font-size: 15px;
	margin: 10px 0;
	width: 100%;
	max-width: 320px;
	color: rgba(101,74,30,0.5);
	line-height: 27px;
	font-weight: bold;
}
.chocoHeader .sliderElement .sliderText .sliderTxtBtn{
    display:flex;
}
.chocoHeader .sliderElement .sliderText .sliderTextLink{
	color: #fff;
	background-color: rgba(101,74,30,0.5);
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
	border-radius: 50px;
	text-align: center;
	width: 135px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
	z-index: 2;
}
.chocoHeader .sliderElement .sliderText .sliderTextLink:hover{
	background-color: rgba(101,74,30,0.8);
}
.chocoHeader .sliderElement .sliderText .sliderQuestionLink{
    background: transparent;
    border: solid 1px var(--br);
    color: var(--br);
    margin-right:15px;
}
.chocoHeader .sliderElement .sliderText .sliderQuestionLink:hover{
	background-color: rgba(255,255,255,0.1);
}
.chocoHeader .sliderElement .sliderImg{
	width: 100%;
	padding-top: 70px;
	padding-bottom: 20px;
	position: relative;
}
.chocoHeader .sliderElement .sliderImg .sliderMainImg{
	width: 100%;
}
.chocoHeader .sliderElement .sliderImg .sliderMainImg img{
	width: 400px;
	max-width: 100%;
	height: auto;	
	filter: drop-shadow(8px 8px 8px rgba(0,0,0,0.4));
}
.chocoHeader .sliderElement .sliderImg .chocolateForBox{
	position: absolute;
	width: 34px;
	height: 34px;
	opacity: 0;
	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
	transition: all 600ms;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
}
.chocoHeader .sliderElement .sliderImg .chocolateForBox:nth-child(1){
	top: 0px;
	left: 168px;
}
.activeChocolateForBox1{
	opacity: 1 !important;
	top: 296px !important;
}
.chocoHeader .sliderElement .sliderImg .chocolateForBox:nth-child(2){
	top: -166px;
	left: 280px;
}
.activeChocolateForBox2{
	opacity: 1 !important;
	top: 166px !important;
}
.chocoHeader .sliderElement .sliderImg .chocolateForBox:nth-child(3){
	top: -100px;
	left: 334px;
}
.activeChocolateForBox3{
	opacity: 1 !important;
	top: 239px !important;
}
.chocoHeader .sliderElement .sliderImg .chocolateForBox:nth-child(4){
	top: -20px;
	left: 305px;
}
.activeChocolateForBox4{
	opacity: 1 !important;
	top: 323px !important;
}
.chocoHeader .sliderElement .sliderImg .chocolateForBox:nth-child(5){
	top: 0px;
	left: 203px;
}
.activeChocolateForBox5{
	opacity: 1 !important;
	top: 209px !important;
}
.chocoHeader .sliderElement .sliderImg .chocolateForBox:nth-child(6){
	top: -60px;
	left: 250px;
}
.activeChocolateForBox6{
	opacity: 1 !important;
	top: 246px !important;
}
.chocoHeader .sliderElement .sliderImg .chocolateForBox:nth-child(7) {
	 top: 10px;
	 left: 261px;
}
.activeChocolateForBox7{
	opacity: 1 !important;
	top: 326px !important;
}
@media all and (min-width: 768px) and (max-width: 992px) {
	.chocoHeader .sliderElement .sliderImg .chocolateForBox{
		width: 28px;
		height: 28px;
	}
	.chocoHeader .sliderElement .sliderImg .chocolateForBox:nth-child(1){
		top: 0px;
		left: 140px;
	}
	.activeChocolateForBox1{
		opacity: 1 !important;
		top: 257px !important;
	}
	.chocoHeader .sliderElement .sliderImg .chocolateForBox:nth-child(2){
		top: -166px;
		left: 232px;
	}
	.activeChocolateForBox2{
		opacity: 1 !important;
		top: 150px !important;
	}
	.chocoHeader .sliderElement .sliderImg .chocolateForBox:nth-child(3){
		top: -100px;
		left: 277px;
	}
	.activeChocolateForBox3{
		opacity: 1 !important;
		top: 210px !important;
	}
	.chocoHeader .sliderElement .sliderImg .chocolateForBox:nth-child(4){
		top: -20px;
		left: 252px;
	}
	.activeChocolateForBox4{
		opacity: 1 !important;
		top: 279px !important;
	}
	.chocoHeader .sliderElement .sliderImg .chocolateForBox:nth-child(5){
		top: 0px;
		left: 167px;
	}
	.activeChocolateForBox5{
		opacity: 1 !important;
		top: 186px !important;
	}
	.chocoHeader .sliderElement .sliderImg .chocolateForBox:nth-child(6){
		top: -60px;
		left: 207px;
	}
	.activeChocolateForBox6{
		opacity: 1 !important;
		top: 216px !important;
	}
	.chocoHeader .sliderElement .sliderImg .chocolateForBox:nth-child(7) {
		top: 10px;
		left: 216px;
	}
	.activeChocolateForBox7{
		opacity: 1 !important;
		top: 282px !important;
	}
}


@media all and (max-width: 432px) {
	.chocoHeader .sliderElement .sliderImg .sliderMainImg img{
		width: 280px;
	}
	.chocoHeader .sliderElement .sliderImg .chocolateForBox{
		width: 25px;
		height: 25px;
	}
	.chocoHeader .sliderElement .sliderImg .chocolateForBox:nth-child(1){
		top: 0px;
		left: 118px;
	}
	.activeChocolateForBox1{
		opacity: 1 !important;
		top: 227px !important;
	}
	.chocoHeader .sliderElement .sliderImg .chocolateForBox:nth-child(2){
		top: -166px;
		left: 196px;
	}
	.activeChocolateForBox2{
		opacity: 1 !important;
		top: 138px !important;
	}
	.chocoHeader .sliderElement .sliderImg .chocolateForBox:nth-child(3){
		top: -100px;
		left: 234px;
	}
	.activeChocolateForBox3{
		opacity: 1 !important;
		top: 188px !important;
	}
	.chocoHeader .sliderElement .sliderImg .chocolateForBox:nth-child(4){
		top: -20px;
		left: 214px;
	}
	.activeChocolateForBox4{
		opacity: 1 !important;
		top: 246px !important;
	}
	.chocoHeader .sliderElement .sliderImg .chocolateForBox:nth-child(5){
		top: 0px;
		left: 142px;
	}
	.activeChocolateForBox5{
		opacity: 1 !important;
		top: 167px !important;
	}
	.chocoHeader .sliderElement .sliderImg .chocolateForBox:nth-child(6){
		top: -60px;
		left: 175px;
	}
	.activeChocolateForBox6{
		opacity: 1 !important;
		top: 193px !important;
	}
	.chocoHeader .sliderElement .sliderImg .chocolateForBox:nth-child(7) {
		top: 10px;
		left: 184px;
	}
	.activeChocolateForBox7{
		opacity: 1 !important;
		top: 249px !important;
	}
}

@media all and (max-width: 307px) {
	.chocoHeader .sliderElement .sliderImg{
		display: none;
	}
	.chocoHeader .sliderElement .sliderText{
		margin-top: 25px;
	}
}
.darkPage{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 100%;
	background-color: rgba(0,0,0,0.85);
	z-index: 10;
	filter: blur(50%);
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}
.activeDarkPage{
	right: 0 !important;
}
.mobileMenu{
	width: 250px;
	position: fixed;
	top: 0;
	right: -265px;
	z-index: 11;
	background-color: #fff;
	height: 100vh;
	overflow: auto;
	box-shadow: 1px 2px 7px #0000001a;
	text-align: right;
	-webkit-transition: all 900ms;
	-moz-transition: all 900ms;
	-ms-transition: all 900ms;
	-o-transition: all 900ms;
	transition: all 900ms;
}
.activeMobileMenu{
	right: 0 !important;
}
.mobileMenu .mobileLogo{
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	padding: 20px;
	align-items: center;
	border-bottom: solid 1px #eee;
}
.mobileMenu .mobileLogo img{
	width: 80%;
	height: auto;
}
.mobileMenu>div{
	width: 100%;
}
.mobileMenu>div>ul{
	width: 100%;
	margin: 0;
	padding: 0;
}
.mobileMenu>div>ul>li{
	width: 100%;
	border-bottom: solid 1px #eee;
}
.mobileMenu>div>ul>li a{
	display: block;
	width: 100%;
	padding: 10px 20px;
	font-size: 13px;
	color: var(--db);
	display: flex;
	justify-items: center;
	justify-content: space-between;
}
.mobileMenu>div>ul>li a:hover{
	background-color: rgba(0,0,0,0.05);
}
.mobileMenu>div>ul>li>ul{
	background-color: rgba(0,0,0,0.03);
	width: 100%;
	margin: 0;
	padding: 0;
}
.mobileMenu>div>ul>li>ul>li{
	width: 100%;
}
.mobileMenu>div>ul>li>ul>li>a{
	padding: 10px 40px;
}
.mobileMenu>div>ul>li>ul>li ul{
	display: none;
}
.mobileMenu>div>ul>li.hasSub >ul{
	display: none;
}
.order{
	width: 100%;
	padding: 80px 0;
	position: relative;
}
.order .orderPic{
	position: absolute;
	bottom: -220px;
	right: 0%;
	z-index: 2;
}
.order .orderPic img{
	height: auto;
	width: 400px;
	max-width: 100%;
	display: none;
}
.order .orderProcess{
	width: 100%;
	padding: 0 40px;
	text-align: center;
	display: flex
}
.order .orderProcess .orderProcessItem{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 40px 0;
	display: inline-block;
	width: 24%;
}
.order .orderProcess .orderProcessItem .orderProcessImg{
	text-align: center;
}
.order .orderProcess .orderProcessItem .orderProcessImg span{
	font-size: 65px;
	background: linear-gradient(90deg,var(--do),var(--br)  );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-transition: all 800ms;
	-moz-transition: all 800ms;
	-ms-transition: all 800ms;
	-o-transition: all 800ms;
	transition: all 800ms;
	display: block;
}
.order .orderProcess .orderProcessItem:hover .orderProcessImg span{
	transform: scale(1.1, 1.1) rotateY(180deg);
}
.order .orderProcess .orderProcessItem .orderProcessText{
	width: 100%;
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
	background: linear-gradient(90deg,var(--do),var(--br)  );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.sectionTitle{
	width: 100%;
	text-align: center;
	font-size: 20px;
	background: linear-gradient(90deg,var(--do),var(--br)  );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.dblock{
	display: block !important;
}
.product{
	padding: 250px 0;
	background-color: rgba(101,74,30,0.09);
	position: relative;
	direction: ltr;
	overflow: hidden;
}
.product:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height:250px;
	background-image: url("images/wave.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	transform: rotate(180deg);
}
.product:after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height:250px;
	background-image: url("images/wave.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.product .owl-item{
	padding: 10px 0;
}
.product .proItem{
	background-color: #fff;
	box-shadow: 1px 2px 7px #0000001a;
	border-radius: 7px;
	overflow: hidden;
	padding: 10px;
}
.product .proItem .proImage{
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	border-radius: 3px;
}
.product .proItem .proImage img{
	height: 270px;
	width: auto;
}
.product .proItem .proDetail{
	text-align: center;
}
.product .proItem .proDetail .proStar{
	margin-top: 12px;
	font-size: 11px;
	color: #ffd205 ;
}
.product .proItem .proDetail .proTitle{
	margin: 12px 0;
}
.product .proItem .proDetail .proTitle h2{
	font-size: 14px;
	margin: 0;
	font-weight: bold;
}
.product .proItem .proDetail .proTitle h2 a{
	color: #ff7c00;
}
.product .proItem .proDetail .proPrice{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	font-size: 14px;
	border-top: solid 1px #eee;
	padding-top: 5px;
	color: var(--br);
	min-height: 48px;
}
.product .proItem .proDetail .proPrice .proPriceDetail{
	display: flex;
	flex-direction: row-reverse;
}
.product .proItem .proDetail .proPrice .proPriceDetail .proPricePhi{
	margin-left: 2px;
}
.product .proItem .proDetail .proPrice .proPriceDetail .proPricePhi del{
	font-size: 13px;
}
.product .proItem .proDetail .proPrice .proPriceDetail .proPricePhi ins{
	text-decoration: none;
}
.product .proItem .proDetail .proPrice .proPriceDetail .proPricePhi .amount{
	display: flex;
}
.product .proItem .proDetail .proPrice .proPriceDetail .proPricePhi .amount span{
	margin-right: 2px;
}
.product .owl-carousel{
	position: relative;
}
.product .owl-carousel .owl-nav{
	height: 0;
}
.product .owl-carousel .owl-nav button{
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	box-shadow: 1px 2px 7px #0000001a;
	font-size: 40px;
	color: var(--br);
	cursor: pointer;
}
.product .owl-carousel .owl-nav button:focus{
	border: none;
	outline: none;
}
.product .owl-carousel .owl-nav .owl-next{
	left: -23px;
	top: 50%;
	transform: translateY(-50%);
}
.product .owl-carousel .owl-nav .owl-next span{
	margin-right: 6px;
}
.product .owl-carousel .owl-nav .owl-prev{
	right: -23px;
	top: 50%;
	transform: translateY(-50%);
}
.product .owl-carousel .owl-nav .owl-prev span{
	margin-left: 6px;
}
.product .owl-carousel .owl-nav button{
	position: absolute;
}
.product .sectionTitle{
	position: absolute;
	top: -90px;
	right: 0;
}
.proButtomHandel{
	position: relative;
}
.proButtomHandel .proButtom{
	position: absolute;
	bottom: -135px;
	left: 20px;
	z-index: 3;
}
.proButtomHandel .proButtom a{
	color: #fff;
	background-color: rgba(101,74,30,0.5);
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
	border-radius: 50px;
	text-align: center;
	width: 150px;
	height: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
}
.proButtomHandel .proButtom a:hover{
	background-color: rgba(101,74,30,0.9);
}
@media all and (max-width: 820px){
	.order .orderPic{
		bottom: -150px;
	}
	.product{
		padding: 170px 0;
	}
	.product .sectionTitle{
		top: -37px;
	}
	.proButtomHandel .proButtom{
		bottom: -110px;
	}
}
@media all and (max-width: 768px){	
	.order .orderProcess{
		display: block;
	}
	.order .orderProcess .orderProcessItem{
		width: 49%;
	}
}
@media all and (max-width: 575px) {
	.product .owl-carousel{
		padding: 0 40px;
	}
	.product .proItem .proImage img{
		height: 350px;
	}
	.product .owl-carousel .owl-nav .owl-next{
		left: 15px;
	}
	.product .owl-carousel .owl-nav .owl-prev{
		right: 15px;
	}
}
@media all and (max-width: 520px){
	.order .orderProcess .orderProcessItem .orderProcessText{
		font-size: 10px;
	}
}
@media all and (max-width: 350px){
	.order .orderProcess .orderProcessItem .orderProcessImg span{
		font-size: 50px;
	}	
}
.galleryPart *{
	margin: 0;
	padding: 0;
}
.galleryPart{
	width: 100%;
	overflow: hidden;
	padding: 80px 0;
}
.galleryPart>.container{
	margin: 0 auto;
}
.galleryPart .galleryVideo{
	width: 100%;
	padding: 5px;
	overflow: hidden;
	position: relative;
	line-height: 1px;
}
.galleryPart .galleryVideo .playPause{
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%,-50%);
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ff7c00;
	border-radius: 50%;
	box-shadow: 1px 2px 7px #0000001a;
	cursor: pointer;
	z-index: 2;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
	opacity: 1;
}
.activePlayPause{
	top: 85% !important;
	right: 90% !important;
	opacity: 0.3 !important;
}
.galleryPart .galleryVideo .playPause:hover{
	opacity: 1 !important;
}
.galleryPart .galleryVideo .playPause span{
	font-size: 26px;
	color: #fff;
	cursor: pointer;
}
.galleryPart .galleryVideo .playPause span.videoPlay{
	margin-left: 6px
}
.galleryPart .galleryVideo .playPause .videoPause{
	display: none;
}
.galleryPart .galleryVideo video{
	width: 100%;
	height: auto;
}
.galleryPart .galleryImg{
	width: 100%;
	padding: 5px;
	overflow: hidden;
}
.galleryPart .galleryImg img{
	width: 100%;
	height: auto;
}

@media all and (max-width: 767px) {
	.galleryPart .galleryVideo .playPause{
		width: 50px;
		height: 50px;
	}
	.galleryPart .galleryVideo .playPause span{
		font-size: 20px;
	}
}
.LastArticle{
	padding: 150px 0;
	background-color: rgba(101,74,30,0.09);
	position: relative;
	direction: rtl;
	overflow: hidden;
}
.LastArticle:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height:250px;
	background-image: url("images/wave.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	transform: rotate(180deg);
}
.LastArticle:after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height:250px;
	background-image: url("images/wave.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.LastArticle .LastArticleElement{
	width: 100%;
	padding: 30px;
}
.LastArticle .LastArticleElement .LastArticleDetail{
	width: 100%;
	background-color: #fff;
	box-shadow: 1px 2px 7px #0000001a;
	border-radius: 7px;
	overflow: hidden;
	padding: 10px;
	display: flex;
	flex-direction: row;
	text-align: right;
}
.LastArticle .LastArticleElement .LastArticleDetail .articleImg{
	width: 170px;
	max-height: 150px;
	border-radius: 5px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
}
.LastArticle .LastArticleElement .LastArticleDetail .articleImg a{
    width:100%;
}

.LastArticle .LastArticleElement .LastArticleDetail .articleImg img{
	width: 100%;
	height: auto;
}
.LastArticle .LastArticleElement .LastArticleDetail .articleText{
	width: calc(100% - 180px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.LastArticle .LastArticleElement .LastArticleDetail .articleText .articleTitle{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.LastArticle .LastArticleElement .LastArticleDetail .articleText .articleTitle h2{
	font-size: 16px;
	margin: 0;
	line-height: 25px;
}
.LastArticle .LastArticleElement .LastArticleDetail .articleText .articleTitle a{
	color: var(--br);
	background: linear-gradient(90deg,var(--do),var(--br)  );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	z-index: 2;
}
.LastArticle .LastArticleElement .LastArticleDetail .articleText .articleTitle .articleDate{
	margin-right: auto;
}
.LastArticle .LastArticleElement .LastArticleDetail .articleText .articleTitle .articleDate span{
	font-size: 12px;
	color: #888;
	margin-right: 3px;
}
.LastArticle .LastArticleElement .LastArticleDetail .articleText .articleExcerpt{
	font-size: 14px;
	color: #444;
	line-height: 28px;
	padding: 10px 0;
}
.LastArticle .LastArticleElement .LastArticleDetail .articleText .articleExcerpt p{
	margin: 0;
}
.LastArticle .LastArticleElement .LastArticleDetail .articleText .articleInfo{
	display: flex;
	justify-content: space-between;
}
.LastArticle .LastArticleElement .LastArticleDetail .articleText .articleInfo .articleView{
	display: flex;
}
.LastArticle .LastArticleElement .LastArticleDetail .articleText .articleInfo .articleView span{
	font-size: 12px;
	color: #888;
	margin-right: 3px;
}
.LastArticle .LastArticleElement .LastArticleDetail .articleText .articleInfo .articleMore a{
	font-size: 13px;
	color: var(--br);
	background: linear-gradient(90deg,var(--do),var(--br)  );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	z-index: 2;
}
.LastArticle .proButtomHandel .proButtom{
	bottom: -45px;
}
@media all and (max-width: 992px){
	.LastArticle .proButtomHandel .proButtom{
		bottom: -87px;
	}
}
@media all and (max-width: 768px) {
	.LastArticle .LastArticleElement .LastArticleDetail{
		flex-direction: column;
	}
	.LastArticle .LastArticleElement .LastArticleDetail .articleImg{
		width: 100%;
		margin-bottom: 10px;
		max-height: 220px;
	}
	.LastArticle .LastArticleElement .LastArticleDetail .articleText{
		width: 100%;
	}
	.LastArticle .LastArticleElement .LastArticleDetail .articleText .articleTitle a{
		-webkit-text-fill-color: var(--br);
		background: transparent;
	}
	.LastArticle .proButtomHandel .proButtom{
		bottom: -115px;
	}
}
.swiper-button-prev{
	background-image: none !important;
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	box-shadow: 1px 2px 7px #0000001a;
	font-size: 40px;
	color: var(--br);
	cursor: pointer;
	right: -40px !important;
}
.swiper-button-prev span{
	margin-left: 6px
}
.swiper-button-next{
	background-image: none !important;
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	box-shadow: 1px 2px 7px #0000001a;
	font-size: 40px;
	color: var(--br);
	cursor: pointer;
	left:-40px  !important;
}
.swiper-button-next span{
	margin-right: 6px
}
.swiper-button-prev:focus{
	border: none;
	outline: none;
}
.swiper-button-next:focus{
	border: none;
	outline: none;
}
.swiper-pagination-bullet-active-main{
	background-color: var(--br);
}
.swiper-pagination-bullet-active-main:focus{
	border: none;
	outline: none;
}
.contact{
	width: 100%;
	padding: 80px 0;
}
.contact .sectionTitle{
	margin-bottom: 50px;
}
.contact .contactWay{
	width: 100%;
}
.contact .contactWay .contactSocial{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.contact .contactWay .contactSocial a{
	font-size: 60px;
	background: linear-gradient(90deg,var(--do),var(--br)  );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 20px;
}
.contact .contactWay .contactMail{
	width: 100%;
	text-align: center;
	padding: 0 20px;
}
.contact .contactWay .contactMail .chocoNews{
	width: 100%;
	text-align: center;
	color: #888;
	font-size: 13px;
	margin-bottom: 20px;
	display: inline-block;
}
.contact .contactWay .contactMail form{
	width: 400px;
	max-width: 100%;
	position: relative;
	font-size: 13px;
	margin: 0 auto;
}
.contact .contactWay .contactMail form input{
	width: 100%;
	height: 45px;
	padding: 10px 20px;
	border-radius: 30px;
	outline: none;
	border: none;
	color: var(--br);
	box-shadow: 1px 2px 7px #0000001a;
}
.contact .contactWay .contactMail form button{
	width: 80px;
	height: 40px;
	padding: 10px 20px;
	position: absolute;
	top: 2px;
	left: 3px;
	border-radius: 30px;
	outline: none;
	border: none;
	background: linear-gradient(90deg,var(--do) ,var(--br) );
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
.contact .contactWay .contactMail ::placeholder { /* Firefox, Chrome, Opera */
	 color: #ccc;
	font-size: 11px;
 }

.contact .contactWay .contactMail :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #ccc;
	font-size: 11px;
}

.contact .contactWay .contactMail ::-ms-input-placeholder { /* Microsoft Edge */
	color: #ccc;
	font-size: 11px;
}
footer{
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	padding: 150px 0 50px 0;
	background: linear-gradient(90deg,var(--lo) ,var(--do) );
	text-align: right;
	color: var(--br);
}
footer:after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 250px;
	background-image: url(images/wave.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	transform: rotate(180deg);
}
footer .footerBG{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url("images/footerBG.jpg");
	background-repeat: repeat;
	background-position: center;
	opacity: 0.08;
}
footer .footerItem{
	padding: 20px 40px;
	z-index: 10;
}
footer .footerItem .footerTitle{
	margin-bottom: 20px;
}
footer .footerItem .footerTitle h6{
	font-size: 15px;
	margin: 0;
}
footer .footerItem .footerText{
	font-size: 13px;
	line-height: 25px;
}
footer ul{
	margin: 0;
}
footer ul li{
	list-style-type: none;
}
footer ul li a{
	color: var(--br);
}
.chocoCatHeader:after{
	bottom: -25px;
}
.catBGImage{
	background-position: center 39%;
}
.catTitle{
	padding: 55px 10px;
}
.singleItemElement{
	padding: 70px 10px !important;
}
.catTitle h1{
	 margin: 0;
	text-align: center;
	font-size: 22px;
	 color: var(--br);
	line-height: 40px;
}
.catTitle .breadcrump{
	text-align: center;
	z-index: 3;
	font-size: 13px;
	margin-top: 40px;
	position:relative;
	height:50px;
}
.catTitle .breadcrump #breadcrumbs{
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    z-index:2;
}
.catTitle .breadcrump #breadcrumbs a{
    font-size:14px;
    color:var(--br);
}
.chocoCat{
	padding-top: 20px;
}
.chocoCat .chocoCatItem{
	padding: 20px;
}
.chocoCat .chocoCatItem .chocoCatElement{
	padding: 10px;
	border-radius: 5px;
	box-shadow: 1px 2px 7px #0000001a;
	overflow: hidden;
}
.chocoCat .chocoCatItem .chocoCatElement .chocoCatImg{
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	max-height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.chocoCat .chocoCatItem .chocoCatElement .chocoCatImg img{
	width: 100%;
	height: auto;
}
.chocoCat .chocoCatItem .chocoCatElement .chocoCatText{
	text-align: right;
	padding-top: 10px;
}
.chocoCat .chocoCatItem .chocoCatElement .chocoCatText .chocoCatTitle{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 10px;
}
.chocoCat .chocoCatItem .chocoCatElement .chocoCatText .chocoCatTitle h2{
	font-size: 16px;
	line-height: 25px;
}
.chocoCat .chocoCatItem .chocoCatElement .chocoCatText .chocoCatTitle h2 a{
	color: var(--br);
}
.chocoCat .chocoCatItem .chocoCatElement .chocoCatText .chocoCatTitle .chocoCatDate{
	font-size: 12px;
	color: #888;
	margin-right: auto;
}
.chocoCat .chocoCatItem .chocoCatElement .chocoCatText .chocoCatExcerpt{
	font-size: 13px;
	color: #444;
	line-height: 28px;
	max-height: 150px;
	overflow: hidden;
}
.chocoCat .chocoCatItem .chocoCatElement .chocoCatText .chocoCatInfo{
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}
.chocoCat .chocoCatItem .chocoCatElement .chocoCatText .chocoCatInfo .chocoCatView{
	font-size: 12px;
	color: #888;
	margin-right: 3px;
	display: flex;
	flex-direction: row;
}
.chocoCat .chocoCatItem .chocoCatElement .chocoCatText .chocoCatInfo .chocoCatView span{
	margin-left: 3px;
}
.chocoCat .chocoCatItem .chocoCatElement .chocoCatText .chocoCatInfo .chocoCatMore{

}
.chocoCat .chocoCatItem .chocoCatElement .chocoCatText .chocoCatInfo .chocoCatMore a{
	font-size: 13px;
	color: var(--br);
	background: linear-gradient(90deg,var(--do),var(--br) );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.singlePage{
	width: 100%;
	display: block;
	direction: rtl;
	text-align: right;
	font-size: 15px;
	line-height: 35px;
	color: var(--br);
}
.singlePage .singleArticle{
	padding: 20px;
}
.singlePage .singleArticle .singleArticleDetail{
	display: block;
	padding: 20px;
	box-shadow: 1px 2px 7px #0000001a;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.singlePage .singleArticle .singleArticleDetail h1{
	font-size: 18px;
}
.singlePage .singleArticle .singleArticleDetail h2{
	font-size: 17px;
}
.singlePage .singleArticle .singleArticleDetail h3{
	font-size: 16px;
}
.singlePage .singleArticle .singleArticleDetail h4{
	font-size: 15px;
}
.singlePage .singleArticle .singleArticleDetail h5{
	font-size: 14px;
}
.singlePage .singleArticle .singleArticleDetail h6{
	font-size: 13px;
}
.singlePage .singleArticle .singleArticleDetail img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 20px auto;
	border-radius: 5px;
}
.singlePage .singleArticle .singleArticleDetail video{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 20px auto;
	border-radius: 5px;
}
.singlePage .singleArticle .singleArticleDetail ul{
	padding-right: 25px;
}
.singlePage .singleSidebar{
	padding: 20px;
}
.singlePage .singleSidebar .singleSidebarDetail{

}
.singlePage .singleSidebar .singleSidebarDetail .sidebarItem{
	padding: 0;
}

@media all and (min-width: 768px) and (max-width: 991px) {
	.singlePage .singleSidebar .singleSidebarDetail .sidebarItem:nth-child(even){
		padding-right: 20px;
	}
	.singlePage .singleSidebar .singleSidebarDetail .sidebarItem:nth-child(odd){
		padding-left: 20px;
	}
}
.singlePage .singleSidebar .singleSidebarDetail .sidebarItem .sidebarItemTitle{
	text-align: right;
	margin-bottom: 20px;
}
.singlePage .singleSidebar .singleSidebarDetail .sidebarItem .sidebarItemTitle h6{
	font-size: 15px;
	background: linear-gradient(90deg,var(--do),var(--br) );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 0;
}
.singlePage .singleSidebar .singleSidebarDetail .sidebarItem .sidebarElement{
	display: block;
	padding: 20px;
	box-shadow: 1px 2px 7px #0000001a;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 40px;
}
.singlePage .singleSidebar .singleSidebarDetail .sidebarItem .sidebarSocial{
	width: 100%;
	display: flex;
	justify-content: center;
}
.singlePage .singleSidebar .singleSidebarDetail .sidebarItem .sidebarSocial a{
	font-size: 40px;
	background: linear-gradient(90deg,var(--do),var(--br) );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0 10px;
}
.singlePage .singleSidebar .singleSidebarDetail .sidebarItem .sidebarText{

}
.singlePage .singleSidebar .singleSidebarDetail .sidebarItem .sidebarText ul{
	margin: 0;
}
.singlePage .singleSidebar .singleSidebarDetail .sidebarItem .sidebarText ul li{
	list-style-type: none;
	padding: 0 10px;
	border-bottom: solid 1px #eee;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.singlePage .singleSidebar .singleSidebarDetail .sidebarItem .sidebarText ul li:last-child{
	border: none;
}
.singlePage .singleSidebar .singleSidebarDetail .sidebarItem .sidebarText ul li:hover{
	background-color: rgba(244,214,160,0.2);
	padding-right: 15px;
}
.singlePage .singleSidebar .singleSidebarDetail .sidebarItem .sidebarText ul li a{
	display: block;
	padding: 3px 0;
	color: var(--br);
}
.singlePage .singleSidebar .singleSidebarDetail .sidebarItem .categoryList ul li span{
	display: none;
}
.singlePage .singleSidebar .singleSidebarDetail .sidebarItem .sidebarLastArticle ul li{
	display: flex;
	align-items: center;
	padding: 0;
}
.singlePage .singleSidebar .singleSidebarDetail .sidebarItem .sidebarLastArticle ul li:hover{
	padding-right: 0px;
}
.singlePage .singleSidebar .singleSidebarDetail .sidebarItem .sidebarLastArticle ul li .sidebarImg{
	width: 75px;
}
.singlePage .singleSidebar .singleSidebarDetail .sidebarItem .sidebarLastArticle ul li .sidebarImg img{
	width: 100%;
	height: auto;
	border-radius: 3px;
}
.singlePage .singleSidebar .singleSidebarDetail .sidebarItem .sidebarLastArticle ul li .sidebarArticle{
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
	padding-right: 10px;
	width: calc(100% - 80px);
}
.singlePage .singleSidebar .singleSidebarDetail .sidebarItem .sidebarLastArticle ul li .sidebarArticle h4{
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0;
}
.singlePage .singleSidebar .singleSidebarDetail .sidebarItem .sidebarLastArticle ul li .sidebarArticle span{
	font-size: 11px;
}
.singleRelatedTitle h5{
	font-size: 17px;
	color: var(--br);
	padding-right: 20px;
}
.singlePage .singleSidebar .sidebarSearch{
	width: 100%;
}
.singlePage .singleSidebar .sidebarSearch form{
	width: 100%;
	position: relative;
	font-size: 13px;
	margin: 0 auto;
 }
.singlePage .singleSidebar .sidebarSearch form input{
	width: 100%;
	height: 40px;
	padding: 10px 20px;
	border-radius: 30px;
	outline: none;
	border: solid 1px var(--br);
	color: var(--br);
	box-shadow: 1px 2px 7px #0000001a;
}
.singlePage .singleSidebar .sidebarSearch form button{
	position: absolute;
	left: 10px;
	top: 10px;
	background-color: transparent;
	border: none;
	outline: none;
	font-size: 17px;
	color: var(--db);
	cursor: pointer;
}
.singleRelatedtPost .chocoCatItem .chocoCatElement .chocoCatText .chocoCatTitle h4{
	font-size: 15px;
	line-height: 25px;
}
.singleRelatedtPost .chocoCatItem .chocoCatElement .chocoCatText .chocoCatTitle h4 a{
	color: var(--br);
}

@media all and (min-width: 768px) and (max-width: 991px) {
	.singlePage .singleSidebar .singleSidebarDetail .sidebarItem:nth-child(3){
		margin-top: -85px;
	}
	.singlePage .singleSidebar .singleSidebarDetail .sidebarItem:nth-child(6){
		 margin-top: -300px;
	 }
}
.singleProduct{
	text-align: right;
	padding: 20px;
	font-size: 15px;
	line-height: 35px;
}
.singleProduct .singleItem{
	display: block;
	padding: 20px;
	box-shadow: 1px 2px 7px #0000001a;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 40px;
}
.singleProductItem{
	padding: 10px;
}
.singleProductItem .singleProductElement{

}
.singleProductItem .singleProductElement .singleProductTitle{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: solid 1px #eee;

}
.singleProductItem .singleProductElement .singleProductTitle h2{
	margin-left: auto;
	font-size: 18px;
	color: var(--br);
	margin-bottom: 20px;
}
.singleProductItem .singleProductElement .singleProductTitle .singleProductShare{
	margin-right: auto;
	margin-bottom: 20px;
}
.singleProductItem .singleProductElement .singleProductTitle a{
	color: #c7c7c7;
}
.singleProductItem .singleProductElement .singleProductTitle span{
	color: #c7c7c7;
	font-size: 22px;
	margin-right: 10px;
	cursor: pointer;
	transition: all 300ms;
}
.singleProductItem .singleProductElement .singleProductTitle span:hover{
	color: #666;
}
.singleProductItem .singleProductElement .singleProductFeature{
	padding: 15px 20px;
}
.singleProductItem .singleProductElement .singleProductFeature ul{
	padding: 0 20px;
}
.singleProductItem .singleProductElement .singleProductFeature ul li{
	list-style-type: none;
	position: relative;
	margin-bottom: 10px;
}
.singleProductItem .singleProductElement .singleProductFeature ul li:before{
	position: absolute;
	content: "\ea68";
	font-family: IcoFont;
	right: -22px;
	top: 1px;
	font-size: 20px;
	color: #fdcb77;
}
.singleProductItem .singleProductElement form {
	position: relative;
	width: 100%;
	font-size: 13px;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	margin-top: 30px;
}
.singleProductItem .singleProductElement form .variations{
	width: 100%;
}
.singleProductItem .singleProductElement form .variations select{
	display: none;
}
.singleProductItem .singleProductElement form .variations .label{
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: bolder;
}
.singleProductItem .singleProductElement form .variations .value{
	display: block;
	width: 100%;
}
.singleProductItem .singleProductElement form .variations .value .variation-radios{
	width: 100%;
}
.singleProductItem .singleProductElement form .variations .value .reset_variations{
	display: none !important;
}
.singleProductItem .singleProductElement form .variations .value label {
	display: inline-block;
	position: relative;
	color: #444;
	border-radius: 5px;
	padding: 7px 36px 9px 15px;
	margin: 5px;
	cursor: pointer;
	transition: all 300ms;
}
.singleProductItem .singleProductElement form .variations .value label:hover{
	background: #fdcb7740;
}
.singleProductItem .singleProductElement form .variations .value label:after, form .variations .value label:before {
	content: "";
	position: absolute;
	right: 11px;
	top: 11px;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	background: #fdcb77;
}
.singleProductItem .singleProductElement form .variations .value label:before {
	background: transparent;
	transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
	z-index: 2;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: 13px;
	background-position: center;
	width: 0;
	height: 0;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
}
.singleProductItem .singleProductElement form .variations .value input[type="radio"] {
	display: none;
	position: absolute;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.singleProductItem .singleProductElement form .variations .value input[type="radio"]:checked + label {
	background: #fdcb77;
	-webkit-animation-name: blink;
	animation-name: blink;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	border-color: #fcae2c;
}
.singleProductItem .singleProductElement form .variations .value input[type="radio"]:checked + label:after {
	background: #fcae2c;
}
.singleProductItem .singleProductElement form .variations .value input[type="radio"]:checked + label:before {
	width: 20px;
	height: 20px;
}
.singleProductItem .singleProductElement .radiobtn {
	position: relative;
	display: inline-block;
	margin: 5px;
}
.singleProductItem .singleProductElement .radiobtn label {
	display: block;
	color: #444;
	border-radius: 5px;
	padding: 7px 36px 9px 15px;
	margin-bottom: 5px;
	cursor: pointer;
	transition: all 300ms;
}
.singleProductItem .singleProductElement .radiobtn:hover label{
	background: #fdcb7740;
}
.singleProductItem .singleProductElement .radiobtn label:after, .radiobtn label:before {
	content: "";
	position: absolute;
	right: 11px;
	top: 11px;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	background: #fdcb77;
}
.singleProductItem .singleProductElement .radiobtn label:before {
	background: transparent;
	transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
	z-index: 2;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: 13px;
	background-position: center;
	width: 0;
	height: 0;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
}
.singleProductItem .singleProductElement .radiobtn input[type="radio"] {
	display: none;
	position: absolute;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.singleProductItem .singleProductElement .radiobtn input[type="radio"]:checked + label {
	background: #fdcb77;
	-webkit-animation-name: blink;
	animation-name: blink;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	border-color: #fcae2c;
}
.singleProductItem .singleProductElement .radiobtn input[type="radio"]:checked + label:after {
	background: #fcae2c;
}
.singleProductItem .singleProductElement .radiobtn input[type="radio"]:checked + label:before {
	width: 20px;
	height: 20px;
}

@-webkit-keyframes blink {
	0% {
		background-color: #fdcb77;
	}
	10% {
		background-color: #fdcb77;
	}
	11% {
		background-color: #fdd591;
	}
	29% {
		background-color: #fdd591;
	}
	30% {
		background-color: #fdcb77;
	}
	50% {
		background-color: #fdd591;
	}
	45% {
		background-color: #fdcb77;
	}
	50% {
		background-color: #fdd591;
	}
	100% {
		background-color: #fdcb77;
	}
}

@keyframes blink {
	0% {
		background-color: #fdcb77;
	}
	10% {
		background-color: #fdcb77;
	}
	11% {
		background-color: #fdd591;
	}
	29% {
		background-color: #fdd591;
	}
	30% {
		background-color: #fdcb77;
	}
	50% {
		background-color: #fdd591;
	}
	45% {
		background-color: #fdcb77;
	}
	50% {
		background-color: #fdd591;
	}
	100% {
		background-color: #fdcb77;
	}
}
.singleProductItem .singleProductElement .singleProductBasket{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 20px;
	padding-bottom: 45px;
}
.singleProductItem .singleProductElement .singleProductBasket .singleProductPrice{
	font-size: 22px;
	margin: 20px;
}
.singleProductItem .singleProductElement .singleProductBasket .singleProductPrice del{
	font-size: 16px;
}
.singleProductItem .singleProductElement .singleProductBasket .singleProductPrice ins{
	text-decoration: none;
}
.singleProductItem .singleProductElement .singleProductBasket .singleProductPrice .amount{
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
}
.singleProductItem .singleProductElement .singleProductBasket .singleProductPrice .amount .woocommerce-Price-currencySymbol{
	margin-right: 3px;
}
.singleProductItem  .singleProductAdd{
	position: relative;
}
.singleProductItem .singleProductElement .singleProductBasket .singleProductAdd a{
	color: #fff;
	background-color: rgba(101,74,30,0.5);
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
	border-radius: 50px;
	font-size: 15px;
	display: flex;
	align-items: center;
	padding: 10px 5px 10px 20px;
	overflow: hidden;
}
.singleProductItem  .singleProductAdd .added_to_cart{
	position: absolute;
	display: inline-block;
	bottom: -65px;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
	text-align: center;
	padding: 7px 0;
}
.singleProductItem  .singleProductAdd .added_to_cart:hover{
	background-color: transparent !important;
}
.singleProductItem .singleProductAdd .added_to_cart_Text{
	color: #ff7c00;
	position: absolute;
	bottom: -33px;
	width: 119%;
	text-align: center;
	left: 0;
	display: none;
}
.active_added_to_cart_Text{
	opacity: 1 !important;
}
.singleProductItem .singleProductAdd a:hover{
	background-color: rgba(101,74,30,0.9);
}
.singleProductItem .singleProductAdd a span{
	display: inline-block;
}
.singleProductItem  .singleProductAdd a .icofont{
	font-size: 25px;
	margin: 0 8px;
}
.singleProductItem .singleProductImg{
	width: 100%;
}
.singleProductItem .singleProductImg .singleProductThumb{
	width: 100%;
}
.singleProductItem .singleProductImg .singleProductThumb img{
	width: 100%;
	height: auto;
}
.singleProductItem .singleProductImg .singleProductGallery{
	width: 100%;
	padding: 10px 20px;
}
.singleProductItem .singleProductImg .singleProductGallery .owl-carousel{
	width: 100%;
	position: relative;
}
.singleProductItem .singleProductImg .singleProductGallery .owl-carousel .owl-item{
	display: flex;
    justify-content: center;
    align-items: center;
    max-height: 100px;
    overflow: hidden;
}
@media all and (max-width:450px){
	.singleProductItem .singleProductImg .singleProductGallery .owl-carousel .owl-item{
		max-height: 60px;
	}
}
.singleProductItem .singleProductImg .singleProductGallery .owl-carousel .owl-nav {
	height: 0;
}
.singleProductItem .singleProductImg .singleProductGallery .owl-carousel .owl-nav button{
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	box-shadow: 1px 2px 7px #0000001a;
	font-size: 30px;
	color: var(--br);
	cursor: pointer;
}
.singleProductItem .singleProductImg .singleProductGallery .owl-carousel .owl-nav button:focus{
	border: none;
	outline: none;
}
.singleProductItem .singleProductImg .singleProductGallery .owl-carousel .owl-nav .owl-prev{
	right: -23px;
	top: 50%;
	transform: translateY(-50%);
}
.singleProductItem .singleProductImg .singleProductGallery .owl-carousel .owl-nav .owl-prev span{
	margin-left: 3px
}
.singleProductItem .singleProductImg .singleProductGallery .owl-carousel .owl-nav .owl-next{
	left: -23px;
	top: 50%;
	transform: translateY(-50%);
}
.singleProductItem .singleProductImg .singleProductGallery .owl-carousel .owl-nav .owl-next{
	margin-right: 3px
}
.singleProduct .singleItem h1{
	font-size: 18px;
}
.singleProduct .singleItem h2{
	font-size: 17px;
}
.singleProduct .singleItem h3{
	font-size: 16px;
}
.singleProduct .singleItem h4{
	font-size: 15px;
}
.singleProduct .singleItem h5{
	font-size: 14px;
}
.singleProduct .singleItem h6{
	font-size: 13px;
}
.singleProduct .singleItem img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 20px auto;
	border-radius: 5px;
}
.singleProduct .singleItem video{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 20px auto;
	border-radius: 5px;
}
.singleProduct .singleItem .nav-tabs{

}
.singleProduct .singleItem .nav-tabs li{
	font-size: 14px;
	
}
.singleProduct .singleItem .nav-tabs li a{
	padding: 20px;
	color: #222;
	display: block;
}
.singleProduct .singleItem .nav-tabs li a.active{
	background-color: rgba(0,0,0,0.04);
	border-bottom: solid 3px #ff7c00;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.singleProduct .singleItem .tab-content{
	padding: 20px;
}
.cartTable{
	text-align: center;
	width: 100%;
	overflow: auto;
}
.cartTable table{

}
.cartTable table thead{

}
.cartTable table thead th{

}
.cartTable table tbody{

}
.cartTable table tbody tr{

}
.cartTable table tbody tr td{
	vertical-align: middle;
}
.cartTable table tbody tr a{
	color: var(--br);
	font-size: 14px;
}
.cartTable table tbody tr img{
	height: 80px !important;
	width: auto !important;
	margin: 0 auto !important;
	max-width: none !important;
}
.cartTable table tbody tr input{
	width: 100px;
	padding: 5px 10px;
	border: solid 1px var(--br);
}
.cartTable table tbody tr input:focus{
	outline-color: var(--br);
}
.cartTable table tbody tr .icofont{
	padding: 5px;
	font-size: 20px;
	color: red;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
	border-radius: 50%;
	cursor: pointer;
}
.cartTable table tbody tr .icofont:hover{
	background-color: rgba(255,0,0,0.1);
}
.cartTable table tbody tr .cartPrice{
	font-size: 14px;
	font-weight: bold;
}
.discount{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;

}
.discount .discountCode{
	order: 1;
}
.discount .cardRefresh{
	order: 2;
}
.discount input[type="text"]{
	padding: 7px 10px;
	border: solid 1px var(--br);
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	width: auto !important;
}
.discount input[type="text"]:focus{
	outline: none;
}
.discount input[type="submit"]{
	padding: 7px 10px;
	border: solid 1px var(--br);
	margin-right: -5px;
	cursor: pointer;
	background: linear-gradient(90deg,var(--do) ,var(--br) );
	color: #fff;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;

}
.discount input[type="submit"]:focus{
	outline: none;
}
.discount .cardRefresh button{
	padding: 10px 30px !important;
	border: solid 1px var(--br) !important;
	cursor: pointer !important;
	background: linear-gradient(90deg,var(--do) ,var(--br) ) !important;
	color: #fff !important;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms !important;
	border-radius: 25px !important;
}
.discount .cardRefresh button:focus{
	outline: none;
}
.discount .discountCode button{
	width: auto !important;
	padding: 10px !important;
	border: solid 1px var(--br) !important;
	margin-right: -5px !important;
	cursor: pointer !important;
	background: linear-gradient(90deg,var(--do) ,var(--br) ) !important;
	color: #fff !important;
	-webkit-transition: all 400ms !important;
	-moz-transition: all 400ms !important;
	-ms-transition: all 400ms !important;
	-o-transition: all 400ms !important;
	transition: all 400ms !important;
	border-top-left-radius: 25px !important;
	border-bottom-left-radius: 25px !important;
}
.payPart{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.payPart .pricePart{
	font-size: 20px;
	color: var(--br);
}
.payPart .cartShop{

}
.payPart .cartShop button{
	padding: 7px 42px;
	border: solid 1px var(--br);
	cursor: pointer;
	background: linear-gradient(90deg,var(--do) ,var(--br) );
	color: #fff;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
	border-radius: 25px;
}
.payPart .cartShop button:focus{
	outline: none;
}
@media all and (max-width: 510px) {
	.discount{
		flex-direction: column;
	}
	.discount .cardRefresh button{
		width: 100%;
		margin-bottom: 20px;
	}
	.discount input[type="text"]{
		width: calc(100% - 91px);
	}
	.discount .discountCode{
		order:2;
	}
	.discount .cardRefresh{
		order: 1;
	}
	.payPart{
		flex-direction: column;
	}
	.payPart .pricePart{
		margin-bottom: 20px;
	}
	.payPart .cartShop{
		width: 100%;
	}
	.payPart .cartShop button{
		width: 100%;
	}
}
.singlePage .productSidebar .singleSidebarDetail .sidebarItem:nth-child(3){
	margin-top: 0;
}
.deskProCat{
	display: block;
	padding: 20px;
	box-shadow: 1px 2px 7px #0000001a;
	background-color: #efefef40;
	border-radius: 10px;
	overflow: hidden;
}
.deskProCat .proCatItem{
	padding: 10px;
	overflow: hidden;
}
.proCatElement{
	background-color: #fff;
	box-shadow: 1px 2px 7px #0000001a;
	border-radius: 7px;
	overflow: hidden;
	padding: 10px;
}
.proCatElement .proImage{
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.proCatElement .proImage img{
	height: 270px;
	width: auto;
}
.proCatElement .proDetail{
	text-align: center;
}
.proCatElement .proDetail .proStar{
	margin-top: 12px;
	font-size: 11px;
	color: #ffd205 ;
}
.proCatElement .proDetail .proTitle{
	margin: 12px 0;
}
.proCatElement .proDetail .proTitle h2{
	font-size: 14px;
	margin: 0;
	font-weight: bold;
}
.proCatElement .proDetail .proTitle h2 a{
	color: #ff7c00;
}
.proCatElement .proDetail .proPrice{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
	font-size: 14px;
	border-top: solid 1px #eee;
	padding-top: 5px;
	color: var(--br);
	height: 42px;
}
.proCatElement .proDetail .proPrice .proPriceDetail{
	display: flex;
	flex-direction: row-reverse;
}
.proCatElement .proDetail .proPrice .proPriceDetail .proPricePhi{
	margin-left: 2px;
}
.proCatElement .proDetail .proPrice .proPriceDetail .proPricePhi .price{
	display: flex;
	flex-direction: column;
}
.proCatElement .proDetail .proPrice .proPriceDetail .proPricePhi .price del{
	font-size: 12px;
}
.proCatElement .proDetail .proPrice .proPriceDetail .proPricePhi .price ins{
	text-decoration: none;
}
.proCatElement .proDetail .proPrice .proPriceDetail .proPricePhi .price .woocommerce-Price-amount{
	display: flex;
	flex-direction: row-reverse;
}
.proCatElement .proDetail .proPrice .proPriceDetail .proPricePhi .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol{
	margin-right: 3px;
}
.mobileProCat{
	display: none;
	padding: 20px;
	box-shadow: 1px 2px 7px #0000001a;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}
@media all and (max-width: 768px) {
	.mobileProCat{
		display: block;
	}
}
@media all and (max-width: 768px) {
	.deskProCat{
		display: none;
	}
}
.loginPage{
	padding: 40px 10px;
}
.loginPage .loginElement{
	width: 350px;
	max-width: 100%;
	padding: 20px;
	box-shadow: 1px 2px 7px #0000001a;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 auto;
}
.loginPage .loginElement .loginHeader{
	width: 100%;
}
.loginPage .loginElement .loginHeader ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.loginPage .loginElement .loginHeader ul li{
	display: inline-block;
	list-style-type: none;
	width: 50%;
	margin: 0;
	text-align: center;
	padding: 10px;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
	cursor: pointer;
	font-size: 14px;
}
.loginHeaderActive{
	background-color: rgba(0,0,0,0.04);
	border-bottom: solid 3px #ff7c00;
}
.loginPage .loginElement .loginBody{
	text-align: center;
	padding-top: 15px;
}
.loginPage .loginElement .loginBody .loginImg{
	width: 100%;
	display: flex;
	justify-content: center;
}
.loginPage .loginElement .loginBody .loginImg img{
	width: 110px;
	height: auto;
}
.loginPage .loginElement .loginBody .loginInput{
	width: 100%;
	padding-top: 15px;
}
.loginPage .loginElement .loginBody .loginInput form{
	width: 100%;
	margin: 0;
}
.loginPage .loginElement .loginBody .loginInput form>p{
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}
.loginPage .loginElement .loginBody .loginInput form>p:last-child{
	margin-bottom: 0;
}
.loginPage .loginElement .loginBody .loginInput form>p input{
	width: 100%;
	padding: 8px 20px;
	border: solid 1px var(--br);
	text-align: left;
	border-radius: 3px;
	font-size: 14px;
}
.loginPage .loginElement .loginBody .loginInput form>p span{
	position: absolute;
	top: 13px;
	right: 10px;
	font-size: 20px;
	color: #ff7c00;
}
.loginPage .loginElement .loginBody .loginInput form>p button{
	color: #fff;
    background-color: #ff7c00;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    border-radius: 3px;
    text-align: center;
    width: 100%;
    padding: 8px 20px;
	border: none;
}
.loginPage .loginElement .loginBody .registerPart{
	display: none
}

.loginPage .loginElement .loginBody .loginInput ::placeholder { /* Firefox, Chrome, Opera */
	 color: #bbb;
	font-size: 11px;
	text-align: right;
	padding: 0 20px;
 }

.loginPage .loginElement .loginBody .loginInput :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #bbb;
	font-size: 11px;
	text-align: right;
	padding: 0 25px;
}

.loginPage .loginElement .loginBody .loginInput ::-ms-input-placeholder { /* Microsoft Edge */
	color: #bbb;
	font-size: 11px;
	text-align: right;
	padding: 0 20px;
}
.loginPage .rememberMeElement{
	display: flex;
}
.loginPage  .remembermeInput{
	display: inline !important;
	width: 20px !important;
	margin-top: 6px;
	margin-left: 4px;
}
.menuBottom{
	position: fixed;
	right: 0;
	width: 100%;
	height: 44px;
	overflow: none;
	background-color: #eee;
	box-shadow: 1px 2px 7px #0000001a;
	z-index: 10000;
	display: none;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
	bottom: -55px;
}
.activeMenuBottom{
	bottom:0; 
}
.menuBottom .menuBottomElement{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	padding: 12px 20px 8px 20px;
	
}
.menuBottom .menuBottomElement .menuBottomItem{
	
}
.menuBottom .menuBottomElement .menuBottomItem a{
	
}
.menuBottom .menuBottomElement .menuBottomItem span{
	font-size: 18px;
	color: var(--br);
	cursor: pointer;
}
@media all and (max-width:768px){
	.menuBottom{
		display: block
	}
}
::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-thumb {
  background: rgba(101,74,30,0.8); 
}
.loaderBox{
	position: absolute;
	top: 12px;
	right: 14px;
	display: none;
}
.loaderBox .loader {
	color: #fff;
	font-size: 22px;
	text-indent: -9999em;
	overflow: hidden;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	position: relative;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
	animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
	0% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
	5%,
	95% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
	10%,
	59% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
	}
	20% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
	}
	38% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
	}
	100% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
}
@keyframes load6 {
	0% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
	5%,
	95% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
	10%,
	59% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
	}
	20% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
	}
	38% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
	}
	100% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
}
@-webkit-keyframes round {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes round {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.woocommerce a.remove:hover{
	background-color: transparent !important;
}
td .woocommerce-Price-amount{
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
}
@media all and (max-width: 768px) {
	td .woocommerce-Price-amount{
		justify-content: flex-start;
	}
}
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li{
	padding-right: 10px !important;
}
.wc-proceed-to-checkout{
	text-align: left;
}
.wc-proceed-to-checkout a{
	padding: 10px 30px !important;
	border: solid 1px var(--br) !important;
	cursor: pointer !important;
	background: linear-gradient(90deg,var(--do) ,var(--br) ) !important;
	color: #fff !important;
	-webkit-transition: all 400ms !important;
	-moz-transition: all 400ms !important;
	-ms-transition: all 400ms !important;
	-o-transition: all 400ms !important;
	transition: all 400ms !important;
	border-radius: 25px !important;
}
@media all and (max-width: 526px){
	.discount{
		justify-content: center;
	}
	.discount .cardRefresh{
		margin-top: 20px;
		text-align: center;
	}
	.discount .cardRefresh button{
		width: auto !important;
		margin-right: auto !important;
		margin-left: auto !important;
		margin-bottom:30px !important;
	}
	.discount input[type="text"]{
		width: calc(100% - 91px) !important;
	}
}
.checkoutLoginForm{

}
.checkoutLoginForm .form-row{
	align-items: center;
	margin-top: 15px!important;
}
.checkoutLoginForm input{
	padding: 10px;
	border: solid 1px var(--br);
	border-radius: 3px;
}
.checkoutLoginForm button{
	color: #fff !important;
	background-color: rgba(101,74,30,1) !important;
	border-radius: 50px !important;
	text-align: center !important;
	width: 150px !important;
	height: 45px !important;
	height: 45px !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	margin-right: auto !important;
	margin-left: 0 !important;
}

@media all and (max-width: 550px) {
	.checkoutLoginForm p{
		width: 100%!important;
	}
}
.checkoutBillingForm{

}
.checkoutBillingForm p{
	position: relative;
	padding-top: 30px !important;
}
.checkoutBillingForm p label{
	position: absolute;
	top: 2px;
	right: 0;
}
.checkoutBillingForm p span{
	width: 100% !important;
}
.checkoutBillingForm p input{
	width: 100% !important;
	padding: 10px !important;
	border: solid 1px var(--br);
	border-radius: 3px;
}
@media all and (max-width: 400px){
	.checkoutBillingForm p{
		width: 100% !important;
	}
}
.woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper{
	width: 100% !important;
}
.woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper textarea{
	padding: 10px;
}
.woocommerce-additional-fields__field-wrapper #order_comments_field label{
	display: none !important;
}
.woocommerce-checkout #order_review_heading{
	margin-top: 40px !important;
	padding: 25px !important;
	padding-bottom: 0 !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order{
	padding: 25px !important;
	padding-top: 0 !important;
}
#pw-gateway-checkout-form-payir input{
	padding: 10px 30px !important;
	border: solid 1px var(--br) !important;
	cursor: pointer !important;
	background: linear-gradient(90deg,var(--do) ,var(--br) ) !important;
	color: #fff !important;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms !important;
	border-radius: 25px !important;
}
#pw-gateway-checkout-form-payir a{
	padding: 10px 30px !important;
	cursor: pointer !important;
	color: #888 !important;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms !important;
	border-radius: 25px !important;
	margin-right: 15px;
}
.woocommerce-checkout-payment #place_order{
    width:auto !important;
	padding: 10px 30px !important;
	border: solid 1px var(--br) !important;
	cursor: pointer !important;
	background: linear-gradient(90deg,var(--do) ,var(--br) ) !important;
	color: #fff !important;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms !important;
	border-radius: 25px !important;
	margin-right: auto !important;
}
.singleProductShop .woocommerce-Price-amount{
	display: flex;
	flex-direction: row-reverse;
	font-size: 20px;
	text-align: center;
	justify-content: center;
}
.singleProductShop .woocommerce-Price-amount .woocommerce-Price-currencySymbol{
	margin-right: 3px;
}
.singleProductElement .singleProductShop{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 30px;
	padding-bottom:50px;
}
.singleProductElement .singleProductShop del span{
	font-size: 15px;
}
.singleProductElement .singleProductShop form button{
	color: #fff;
	background-color: rgba(101,74,30,0.5);
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
	border-radius: 50px;
	font-size: 15px;
	display: flex;
	align-items: center;
	padding: 8px 5px 8px 20px;
	overflow: hidden;
	border: none;
	outline: none;
}
ins{
	text-decoration: none;
}
.singleProductElement .singleProductShop form button:hover{
	background-color: rgba(101,74,30,1);
}
.singleProductElement .singleProductShop form button span{
	font-size: 25px;
	margin: 0 6px;
}
.singleProductElement .single_variation_wrap{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin-top: 30px;
}
.woocommerce-variation-add-to-cart{
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	margin-top: 30px;
}
.quantity{
	margin-left: auto;
	margin-right: 5px;
	margin-bottom: 10px;
	width: 100px;
	height: 25px;
	position: relative;
}
.quantity input{
	padding: 5px !important;
	width: 100% !important;
	height: 100% !important;
	text-align: center !important;
	border-radius: 25px !important;
	border: solid 1px #eee !important;
	outline: none !important;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
.quantityPlus{
	position: absolute;
	top: 7px;
	right: 1px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	font-size: 17px;
	background-color: #fff;
	z-index: 10;
	cursor: pointer;
}
.quantityMines{
	position: absolute;
	top: 7px;
	left: 1px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	font-size: 17px;
	background-color: #fff;
	z-index: 10;
	cursor: pointer;
}
.woocommerce-variation-price del{

}
.woocommerce-variation-price del .woocommerce-Price-amount{
	margin-bottom: 15px;
	font-size: 15px;
}
.woocommerce-variation-price ins{
	text-decoration: none;
	margin-top: 15px;
}
.blogCommentPart{
	padding: 35px;
}
.blogCommentPart .blogComment{
	display: block;
	padding: 20px;
	box-shadow: 1px 2px 7px #0000001a;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}
h3#comments{
	direction: rtl;
	text-align: right;
	font-size: 16px;
	color: var(--br);
	background-color: #eee;
	padding: 15px;
	border-radius: 5px;
}
#comments h2{
	direction: rtl;
	text-align: right;
	font-size: 16px;
	color: var(--br);
	background-color: #eee;
	padding: 15px;
	border-radius: 5px;
}
.commentlist{
	direction: rtl;
	text-align: right;
}
.commentlist li{
	list-style-type: none;
	padding: 15px 15px 15px 0;
	border-radius: 5px;
}
.commentlist li:nth-child(even){
	background-color: #fec58d20;
}
.commentlist li .comment-author{
	font-size: 15px;
	color: var(--br);
}
.commentlist li .comment-meta{
	font-size: 11px;
	margin: 7px;
}
.commentlist li .comment-meta a{
	color: #aaaaaa;
}
.commentlist li p{
	font-size: 14px;
	margin-bottom: 6px;
}
.commentlist li .reply a{
	color: var(--lb);
	font-size: 12px;
}
.commentlist ul.children{
	padding-right: 20px;
}
.commentlist ul.children li:nth-child(odd){
	background-color: #341e4110;
}
.comment-respond{
	direction: rtl;
	text-align: right;
	padding: 15px;
	font-size: 13px;
}
.comment-respond .comment-reply-title{
	font-size: 15px;
}
.comment-respond .comment-notes{
	font-size: 12px;
	color: #999;
	margin: 15px;
}
.comment-form-comment{
	width: 100%;
}
.comment-form-comment textarea{
	width: 100%;
	border-radius: 5px;
	color: var(--br);
	border-color: var(--br);
	padding: 10px;

}
.comment-form-author{
	width: 49%;
	display: inline-block;
}
.comment-form-author input{
	width: 100%;
	padding: 10px;
	color: var(--br);
	border: solid 1px var(--br);
	border-radius: 5px;
}
.comment-form-email{
	width: 49%;
	display: inline-block;
	float: left;
}
.comment-form-email input{
	width: 100%;
	padding: 10px;
	color: var(--br);
	border: solid 1px var(--br);
	border-radius: 5px;

}
.form-submit{
	text-align: left;
}
.form-submit input
{
	color: #fff;
	background-color: rgba(101,74,30,0.8);
	border-radius: 50px;
	text-align: center;
	width: 150px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	border: none;
	outline: none;
	float: left;
	cursor: pointer;
}
@media all and (max-width: 490px) {
	.comment-form-email{
		width: 100%;
	}
	.comment-form-author{
		width: 100%;
	}
}
.logged-in-as{
	margin: 15px 0;
}
.logged-in-as a{
	color: var(--lb);
}
.woocommerce-Reviews img{
	display: inline-block !important;
	margin: 0 0 0 10px !important;
	width: 40px !important;
	height: auto !important;
}
.yith-wcwl-wishlistaddedbrowse .feedback{
	display: none;
}
.yith-wcwl-wishlistexistsbrowse .feedback{
	display: none;
}
.wishlist_table{
	font-size: 13px !important;
}
.wishlist_table .product-remove a{
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.wishlist_table .product-remove a:hover{
	color: red !important;
	background-color: rgba(255,0,0,0.1) !important;
}
.yith-wcwl-add-to-wishlist{
	display: inline-block;
}
.yith-wcwl-add-to-wishlist .clear{
	display: none;
}
.wpcf7-form{
	padding: 10px;
	color: var(--br);
}
.wpcf7-form .wpcf7-form-control-wrap{
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.wpcf7-form .wpcf7-form-control-wrap input{
	width: 100%;
	padding: 10px;
	border-radius: 20px;
	outline: none;
	border: solid 1px var(--br);
	background-color: #eeeeee50;
}
.wpcf7-form .wpcf7-form-control-wrap textarea{
	width: 100%;
	padding: 10px;
	border-radius: 20px;
	outline: none;
	border: solid 1px var(--br);
	background-color: #eeeeee50;
}
.wpcf7-form .wpcf7-submit{
	color: #fff;
	background-color: rgba(101,74,30,0.5);
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
	border-radius: 50px;
	text-align: center;
	width: 150px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	border: solid 1px var(--br);
	outline: none;
	margin-right: auto;
}
.wpcf7-form .wpcf7-submit:hover{
	background-color: rgba(101,74,30,0.9);
}
.wpcf7-form span.phoneText{
	width: 48%;
	float: right;
}
.wpcf7-form span.mailText{
	width: 48%;
	float: left;
}
@media all and (max-width: 550px) {

	.wpcf7-form span.phoneText{
		width: 100%;
	}
	.wpcf7-form span.mailText{
		width: 100%;
	}
}
.woocommerce-EditAccountForm input{
	padding: 10px !important;
	border-radius: 20px !important;
	outline: none !important;
	border: solid 1px var(--br) !important;
	background-color: #eeeeee50 !important;
}
.woocommerce-EditAccountForm button ,.woocommerce-address-fields button{
	color: #fff !important;
	background-color: rgba(101,74,30,0.5) !important;
	-webkit-transition: all 400ms !important;
	-moz-transition: all 400ms !important;
	-ms-transition: all 400ms !important;
	-o-transition: all 400ms !important;
	transition: all 400ms !important;
	border-radius: 50px !important;
	text-align: center !important;
	width: 150px !important;
	height: 45px !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	font-size: 12px !important;
	border: solid 1px var(--br) !important;
	outline: none !important;
	margin-right: auto !important;
	margin-top: 30px !important;
}
.woocommerce-EditAccountForm button:hover , .woocommerce-address-fields button:hover{
	background-color: rgba(101,74,30,0.9);
}
.woocommerce-address-fields span.woocommerce-input-wrapper, .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper{
	display: block;
	width: 100%;
}
.woocommerce-address-fields input,.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper input{
	padding: 10px !important;
	border-radius: 20px !important;
	outline: none !important;
	border: solid 1px var(--br) !important;
	background-color: #eeeeee50 !important;
}
.woocommerce-Address{
	width: 100% !important;
}
.woocommerce-cart-form__cart-item .quantity{
    margin-right:50px !important;
}
.woocommerce-cart-form__cart-item .quantity input{
    position:absolute;
    top:0;
    right:0;
}
ul.digitheme-head li{
    background: #eee !important;
}
ul.digitheme-head li.activated{
   background: #fff !important;
}
ul.digitheme-head .digitheme-head-date{
    color : var(--gray) !important;
}




ul.digitheme-body  ul{
  list-style: none;
  margin: 0;
  padding: 0;
	overflow: auto;
}

ul.digitheme-body  ul li{
  color: #AAAAAA;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 63px;
	border-bottom: 1px solid #ededed;
}

ul.digitheme-body  ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

ul.digitheme-body ul li label{
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 16px;
  padding: 5px 25px;
  margin: 0;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

ul li .check{
  display: block;
  position: absolute;
  border: 5px solid #AAAAAA;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 20px;
  right: 15px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}


ul.digitheme-body ul li .check::before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 100%;
  height: 11px;
    width: 11px;
    top: 2px;
    left: 2px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

ul.digitheme-body input[type=radio]:checked ~ .check {
  border: 5px solid #26bebf;
}

ul.digitheme-body input[type=radio]:checked ~ .check::before{
  background: #26bebf;
}

ul.digitheme-body input[type=radio]:checked ~ label{
  color: #26bebf;
}
.select2-results__option{
    text-align: right;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    left:5% !important;
}
.select2-container--default .select2-selection--single{
    border-color : var(--br) !important;
}
p#calc_shipping_country_field {
    text-align: right;
}
p#calc_shipping_state_field {
    text-align: right;
}
p#calc_shipping_state_field>span {
    width:100% !important;
}
p#calc_shipping_country_field .select2-selection__arrow{
    width:100% !important;
}
p#calc_shipping_state_field .select2-selection__arrow{
    width:100% !important;
}


.anspress{
    font-family:IRANSans !important;
}
.ap-cradit{
    display:none;
}
#ap-search-form .ap-search-btn{
    float:left !important;
}
#anspress .ap-filter-toggle{
    color: var(--br) !important;
}
.ap-login{
    display:none;
}
#form_question-category{
    width:100%;
}
.mr-3, .mx-3{
    margin-left:3px !important;
}
#anspress .ap-question-meta>.ap-display-meta-item i{
    float:right;
    margin-left:4px;
}
#anspress .ap-content>.ap-avatar{
    display:none;
}
#anspress .ap-post-updated{
    display:none;
}
.ap-vote a.vote-up{
    color:#00cc00;
}
.ap-vote a.vote-down{
    color:#cc0000;
}
#anspress .ap-q-metas .ap-author{
    margin:0 8px;
}
.ap-notice i.apicon-alert{
    margin-left:5px;
}
@media all and (max-width:768px){
    #anspress .ap-list-head .pull-right{
        width:100%;
        margin-bottom:25px;
    }
    #anspress .ap-list-head .pull-right a{
        width:100%;
        text-align:center;
    }
    #ap-search-form{
        width:100%;
        margin-top:62px;
    }
}
#anspress .ap-q-content p{
    font-size:15px;
    line-height:30px;
}
@media only screen and (max-width: 480px){
    #anspress #question{
        margin-top:40px !important;
    }
    #anspress .ap-single-vote{
        top:-30px !important;
    }
    #ap-search-form .ap-search-btn{
        margin:0 !important;
    }
    .ap-search-form .ap-search-inner{
        width:calc(100% - 65px);
    }
}
.kk-star-ratings .kksr-stars .kksr-stars-active{
    left: unset;
    right:0;
}



.navigation{
    width: 100%;
    text-align: center;
}
.navigation ul{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
	text-decoration:none;
}

.navigation li {
    display: inline;
    margin-top: 20px;
    margin-left: 5px;
}
.navigation li:last-child{
    margin-left: 0;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: var(--br);
	border-radius: 5px;
	cursor: pointer;
	padding: 6px 12px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: var(--do);
}
