/*
Theme Name: وبینو
Theme URI: https://www.webcto.ir/
Author URI: https://www.rtl-theme.com/author/amirmohammadkazemaslani/products/
Author: Amir Aslani
Description: قالب وبینو | فروشگاهی ، وبلاگی ، آموزشی
Version: 1.6
*/

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('icons/bootstrap-icons.woff');
    src: url('icons/bootstrap-icons.woff2');
}

img.aligncenter{
    margin-left:auto !important;
    margin-right:auto !important;
    display:block;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 900;
	src: url('fonts/eot/IRANSansWeb_Black.eot');
	src: url('fonts/eot/IRANSansWeb_Black.eot?#iefix') format('embedded-opentype'),  
		 url('fonts/woff2/IRANSansWeb_Black.woff2') format('woff2'), 
		 url('fonts/woff/IRANSansWeb_Black.woff') format('woff'),  
		 url('fonts/ttf/IRANSansWeb_Black.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: bold;
	src: url('fonts/eot/IRANSansWeb_Bold.eot');
	src: url('fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), 
		 url('fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'),  
		 url('fonts/woff/IRANSansWeb_Bold.woff') format('woff'),  
		 url('fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 500;
	src: url('fonts/eot/IRANSansWeb_Medium.eot');
	src: url('fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),
		 url('fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2'),
		 url('fonts/woff/IRANSansWeb_Medium.woff') format('woff'), 
		 url('fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 300;
	src: url('fonts/eot/IRANSansWeb_Light.eot');
	src: url('fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),  
		 url('fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'), 
		 url('fonts/woff/IRANSansWeb_Light.woff') format('woff'),  
		 url('fonts/ttf/IRANSansWeb_Light.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 200;
	src: url('fonts/eot/IRANSansWeb_UltraLight.eot');
	src: url('fonts/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'), 
		 url('fonts/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'), 
		 url('fonts/woff/IRANSansWeb_UltraLight.woff') format('woff'), 
		 url('fonts/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('fonts/eot/IRANSansWeb.eot');
	src: url('fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), 
		 url('fonts/woff2/IRANSansWeb.woff2') format('woff2'),
		 url('fonts/woff/IRANSansWeb.woff') format('woff'),
		 url('fonts/ttf/IRANSansWeb.ttf') format('truetype');
}
@font-face {
    font-family: 'Azarmehr';
    src: url('fonts/azar/AzarMehr-VF-FD.woff2') format('woff2-variations');
}
body{
    direction: rtl;
    font-family: IRANSans;
    background: #f5f5f5;
}
header.header-site{
	background: #4f3f9c;
	z-index: 9;
    position: relative;
    margin-bottom: 10px;
}
.top-menu ul li{
	display: inline-block;
	list-style: none;
	position: relative;
}
.top-menu ul li.menu-item-has-children > a::after{
	content: '\2039';
	transform: rotate(90deg);
	float: left;
	transition: all 0.3s;
}
.top-menu ul li ul li.menu-item-has-children > a::after{
	content: '\2039';
	transform: rotate(180deg);
	float: left;
	transition: all 0.3s;
}
.top-menu ul li ul li ul{
	position: absolute;
	right: 101%;
	top: -10px;
}
.top-menu ul li a{
	padding: 0.6em 1em;
	border-radius: 0.7rem;
	transition-duration: 0.5s;
}
.top-menu ul li:hover > a{
	color: #27ae60;
}
.top-menu ul li:hover > a::after{
	transform: rotate(270deg);
}
.top-menu ul li:hover > ul{
	visibility: visible;
	opacity: 1;
}
.top-menu ul li ul{
	position: absolute;
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(51,51,51,0.20) ;
	width: 250px;
	border-radius: 10px;
	margin-top: 10px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}
.top-menu ul li ul li{
	display: block;
}
.top-menu ul li ul li:hover > a{
	background: #eb3b5a;
	color: #fff;
	transform: scale(1.05);
}
.top-menu .width-larg ul{
	min-width: 450px !important;
	min-height: 250px;
	padding: 10px 10px 0 0;
}
.top-menu .width-larg ul li a{
	display: inline-block;
}
.top-menu ul li ul li a{
	color: #222;
	display: block;
	line-height: 20px;
	transition: all 0.2s;
	font-weight: 400;
	font-size: 15px;
}
.top-menu ul li ul li:last-child{
	border-bottom: none;
}
header a{
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}
.account-header{
	background: linear-gradient(to right,#27ae60,#1abc9c);
	line-height: 35px;
	display: inline-block;
	padding:0.2rem 0.7rem;
	border-radius: 0.7rem;
	text-decoration: none;
	transition: all 0.2s;
    cursor: pointer;
}
.account-header:hover{
	color: #fff;
	box-shadow: 0 0 2px #ffffff9d;
}
.account-header i{
	font-size: 19px;
	line-height: 35px;
    display: inline-block;
    vertical-align: middle;
}
.menu-responsive-icon i{
	font-size: 24px;
}
.top-menu .bg-red > a{
	background-color: #eb3b5a;
	box-shadow: 0 0.5em 1em rgba(235,59,90,0.70);
}
.top-menu li.bg-red.menu-item-has-children > a::after{
	content:none;
}
.search-header{
	cursor: pointer;
}
.search-header , .cart-header , .account-header-responsive{
	font-size: 22px;
	display: inline-block;
	transition-duration: 0.3s;
}
.search-header:hover , .cart-header:hover{
    transition-duration: 0.3s;
    color: #27ae60;
}
.footer-content{
	width: 100%;
	border-radius: 1rem;
	background: #4f3f9c;
	position: relative;
}
.footer-content::after{
	width: 40%;
	height: 15px;
	content: "";
	border-radius: 0 0 1rem 1rem;
	position: absolute;
	background-color: #27ae60;
	bottom: -15px;
	right: 30%;
}
.footer-content a, .footer-content p, .footer-content span, .footer-content h1, .footer-content h2, .footer-content h3, .footer-content h4, .footer-content h5{
	color: #fff;
}
.footer-content p{
	line-height: 30px;
}
.footer-box-title{
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
}
.footer-box-title::before{
	content: '';
	width: 28px;
	height: 28px;
	background: #27ae60;
	display: inline-flex;
	border-radius: 8px;
	float: right;
	margin-left:10px ;
	transform: rotate(45deg);
	opacity: 0.9;
}
.footer-box ul li a{
	text-decoration: none;
	display: inline-block;
	line-height: 27px;
	margin: 5px 0;
	transition-duration: 0.3s;
}
.footer-box ul li a:hover::before{
	transition-duration: 0.3s;
	width: 15px;
	background: #27ae60;
}
.footer-box ul li a:hover{
	color: #27ae60;
}
.footer-box ul li a::before{
	transition-duration: 0.3s;
	content: "";
	width: 6px;
	height: 2px;
	background: #fff;
	display: inline-block;
	margin-left: 5px;
}
.footer-box img{
	max-width: 100%;
}
.bottom-footer-text p{
	color: #2b2b2b;
	line-height: 41px;
}
.bottom-footer a{
	text-decoration: none;
}
.social-icons a{
	font-size: 19px;
	background:#9e9e9ec0;
	padding: 0.7rem;
	border-radius: 50%;
	display: inline-flex;
	color: #f5f5f5;
	transition: all 0.3s;
	margin-top: 2px;
	margin-bottom: 2px;
}
.social-icons a i{
	transition: all 0.3s;
}
.social-icons a:hover i{
	transform: scale(1.2);
}
.instagram-icon:hover{
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
.telegram-icon:hover{
	background: #0088cc;
}
.whatsapp-icon:hover{
	background: #239919;
}
.facebook-icon:hover{
	background: #0a66c2;
}
.twitter-icon:hover{
	background: #1DA1F2;
}
.linkedin-icon:hover{
	background: #0a66c2;
}
.envelope-icon:hover{
	background: #ff1111;
}
.cart-header span{
	font-size: 10px;
	bottom: -10px;
	right: 3px;
}
.cart-header , .close-float-cart{
    cursor: pointer;
}
.menu-responsive{
	height: 100%;
	background: #000;
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 9999999;
	transition: all 0.3s;
	overflow-y: auto;
}
.background-menu-responsive{
	width:100%;
	height: 100%;
	top: 0;
	right: 0;
	background: #00000093;
	z-index: 999999;
	position: fixed;
	display: none;
}
.menu-responsive ul{
	padding: 10px 0;
}
.menu-responsive ul li a{
	font-weight: 500;
	padding: 0 13px;
}
.menu-responsive ul li a span{
	float: left;
	transform: rotate(180deg);
	color: #fff;
	transition: all 0.2s;
    width: 25px;
    background: rgba(255,255,255,0.10);
    border-radius: 3px;
    margin-left: 5px;
    margin-top: 8px;
    line-height: 25px;
    text-align: center;
}
.rotate-flash{
	transform: rotate(90deg) !important;
}
.menu-responsive ul li ul{
	display: none;
	position: relative;
    margin-right: 10px;
}
.menu-responsive ul li ul li ul{
    margin-right: 10px;
}
.menu-responsive ul li ul li ul li ul{
    margin-right: 10px;
}
.menu-responsive ul li{
	position: relative;
    line-height: 44px;
    border-top: 1px solid rgba(255,255,255,0.10);
}
.menu-responsive ul li:first-child{
    border-top:none;
}
.menu-responsive-active{
	right: 0;
}
.clear{
	width: 100%;
	height: 1px ;
	clear: both;
}
.close-menu-responsive-icon , .close-search-box {
	font-size: 23px;
	color: #dc2743;
	float: left;
}
.close-menu-responsive-icon{
	display: block;
	padding-left: 10px;
	padding-top: 10px;
}

.search-box{
	width: 100%;
	height: 100%;
	background: #000000e3;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99999999;
	display: none;
}
.back-to-top{
	position: fixed;
	bottom: -100%;
	left: 20px;
	font-size: 30px;
	background: #575fcf;
	border-radius: 50%;
	transform: rotate(270deg);
	color: #fff;
	padding: 10px;
	transition: all 0.3s;
	z-index: 999999;
	opacity: 0;
}
.back-to-top:hover{
	color: #fff;
	background: #27ae60;
}
.header-background{
	width: 100%;
	height: 200px;
	border-radius: 0  0 20% 20%;
	background: linear-gradient(to right, #4a00e0, #8e2de2); 
	position: fixed;
	top: 0;
	right: 0;
}
.content{
	color: #fff;
	font-size: 20px;
	position: relative;
}
.article-box-info{
	background: #fff;
	border-radius: 1rem;
}
.article-box-info p,span,h1{
	color: #000000da;
}
.my-shadow{
	box-shadow: 0 0 20px 0 rgba(51,51,51,0.20) ;
}
.post-title{
	font-weight: 500;
	font-size: 25px;
	line-height: 40px;
	letter-spacing: -0.5px ;
}
.category-article{
	line-height: 40px;
	font-size: 17px;
}
.date-article , .comments-article , .author-article , .read-time{
	line-height: 40px;
	font-size: 17px;
}
.comments-article{
	text-decoration: none;
	color: #2b2b2b;
}
.icon-share-post a{
	color: #2b2b2b;
	margin: 0 2px;
	line-height: 40px;
	font-size: 22px;
}
.envelope{
	color: #dc2743;
}
.twitter{
	color: #1DA1F2;
}
.facebook{
	color: #0a66c2;
}
.pinterest{
	color: #dc2743;
}
.whatsapp{
	color: #27ae60;
}
.telegram{
	color: #0088cc;
}
.read-time strong{
	font-weight: 500;
}
article{
	border-radius: 1rem;
}
article p,span,h1,h2,h3,h4,h5{
	color: #2b2b2b;
	line-height: 30px;
	font-size: 17px;
}
aside p,span,h1,h2,h3,h4,h5,div{
	color: #2b2b2b;
	line-height: 30px;
	font-size: 17px;
}
article h1,h2,h3,h4,h5{
	font-weight: 600;
	line-height: 40px;
}
article h2{
	font-size: 20px;
}
article h3{
	font-size: 19px;
}
article h4{
	font-size: 18px;
}
article h5{
	font-size: 17px;
}
article img{
	max-width: 100%;
	width: auto !important;
	margin: 5px 0 !important;
}
.tag-article{
	color: #2b2b2b;
	line-height: 40px;
	font-size: 17px;
	font-weight: 500;
}
.tag-article i{
	line-height: 40px;
}
.side-box{
	border-radius: 1rem;
	overflow: hidden;
}
.side-box-title{
	line-height: 30px;
	font-size: 20px;
	font-weight: 500;
	position: relative;
	padding-right: 12px;
	opacity: 0.8;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}
.side-box-title::before{
	content: '';
	width: 30px;
	height: 30px;
	background: #3fae35;
	border-radius: 5px;
	display: inline-block;
	transform: rotate(45deg);
	position: absolute;
	right: -33px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.7);
}
.box404 span{
	font-size: 20px;
	line-height: 50px;
}
.box404 a{
	color: #2b2b2b;
	background: #ffc33a;
	border-radius: 30px;
	display: inline-block;
	text-decoration: none;
	line-height: 40px;
	padding: 0 20px;
	box-shadow: 0 7px 20px #ffc33a60;
}
.box404 a:hover{
	background:#f4bf44 ;
	color: #fff;
}
.category-descriptions{
	line-height: 35px;
}
.posts-box{
	border-radius: 1rem;
	text-decoration: none;
	display: block;
	width: 100% !important;
	transition: all 0.3s;
}
.posts-box:hover{
	transform: scale(1.05);
}
.posts-box img{
	max-width: 100%;
    height: auto;
}
.posts-box h4{
	line-height: 30px;
	font-weight: 400;
	font-size: 15px;
	padding: 0 1rem;
	color: #2b2b2be8;
	min-height: 60px;
}
.posts-box .posts-info div{
	font-size: 13px;
	color: #2b2b2be8;
}
.number-article{
	font-size: 16px;
}
.number-article strong{
	font-weight: 600;
}
.article-img img{
	max-width: 100% ;
	border-radius: 5px ;
    height: auto !important;
}
#breadcrumbs{
	line-height: 40px ;
	font-size: 16px;
}
#breadcrumbs span span a{
	text-decoration: none;
	color: #2b2b2b !important;
}
#breadcrumbs span span span{
	color: #4b4b4b !important;
}
.number-page li{
	display: inline-block;
	margin: 5px 2px;
}
.number-page li a{
	display: inline-block;
	background: #fff;
	line-height: 50px;
	padding: 0 12px;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	text-decoration: none;
	color: #313131;
}
.number-page li.active a{
	background: #eb3b5a;
	color: #fff;
}
.display-name{
	color: #fff !important;
}
.category-article a{
	text-decoration: none;
	background: #cccccc;
	color: #fff;
	padding: 0 5px;
	border-radius: 4px;
}
.category-article a:hover{
	background: #6f1ed1d9;
}
.tag-article a{
	text-decoration: none;
	color: #2b2b2b;
}
.comments-box{
	border-radius: 1rem;
}
.comments-box li.comment{
	margin-top: 10px ;
	border-radius: 20px ;
	padding: 10px ;
	border: 1px solid #eee;
}
.comments-box li.comment a{
	text-decoration: none;
}
.comments-box li.thread-even{
	background-color: #f7f7f7 ;
}
.comments-box li.thread-odd{
	background-color: #ffffff ;
}
.comment-meta{
	margin-right: 80px ;
	font-size: 14px;
}
.comment-body p{
	display: block;
	line-height: 35px;
	margin-top: 20px;
	color: #222;
	font-size: 15px;
}
.comments-box .reply {
	text-align: center;
	border: 1px solid #8e8e8e;
	display: inline-block;
	padding: 0 6px;
	line-height: 25px;
	border-radius: 7px;
	font-size: 13px;
	margin-top: 10px;
	color: #000 !important;
	transition: all 0.2s;
}
.comments-box .reply:hover{
	background: #6a3ab8;
	border:1px solid transparent;
}
.comments-box .reply:hover a{
	color: #fff;
}
.comments-box .reply a{
	color: #424242;
}
.comment-author img {
	width: 60;
	height: auto;
	float: right;
	border-radius: 30%;
	box-shadow: 0 5px 7px rgba(28,76,156,.1);
}
.comment-author cite{
	display: inline-block;
	line-height: 28px;
	margin-right: 20px;
	font-size: 14px;
}
.comment-author cite a{
	color: #222;
}
.comment-author .says{
	display: none;
}
.comment-meta a{
	color: #4a00e0;
}
.comments-title{
	font-size: 17px;
	padding: 10px 10px 0 0;
}
.comment-awaiting-moderation{
	margin-right: 20px;
}
#reply-title{
	text-align: center;
	margin-top: 10px;
    display: block;
    font-weight: 500;
}
.logged-in-as{
	padding: 0 12px 10px 0;
	font-size: 15px;
}
.logged-in-as a{
	text-decoration: none;
}
.required-field-message{
	font-size: 15px;
}
.required-field-message .required{
	color: #cc2366 !important;
}
.comment-form-comment label{
	display: none;
}
.comment-form-comment textarea{
	border: 2px solid #eef0f3;
	max-width: 100%;
	outline: none;
	transition: all 0.2s;
	border-radius: 5px;
	width: 100%;
	margin-top: 14px;
	padding: 10px;
    color: #393939;
}
.comment-form-comment textarea:focus{
	border: 2px solid #2aba5f;
}
.form-submit .submit{
	border-radius: 30px !important;
	line-height: 40px !important;
	background: #1ebd46 !important;
	color: #fff !important;
	display: block !important;
	border: none !important;
	margin: 15px auto !important;
	width: 100% !important;
	box-shadow: 0 2px 5px #3ca7324d !important;
	transition: all 0.2s !important;
}
#tab-reviews .form-submit .submit{
    line-height: 20px !important;
}
#tab-reviews textarea#comment{
    min-height: 160px !important;
}
.form-submit .submit:hover{
	box-shadow: 0 2px 5px #3ca73281;
}
.comment-form-author label , .comment-form-email label , .comment-form-url label{
	display: none;
}
.comment-form-author input , .comment-form-email input , .comment-form-url input{
	margin: 6px 0;
	border-radius: 5px;
	line-height: 35px;
	padding: 0 10px;
	color: #222;
	outline: none;
	transition: all 0.2s;
	border: 2px solid #eef0f3;
	width: 100%;
}
.comment-form-author input:focus , .comment-form-email input:focus , .comment-form-url input:focus{
	border: 2px solid #2aba5f;
}
.comment-form-author , .comment-form-email , .comment-form-url{
	display: inline-block;
	width: calc(33% - 2px);
}
.comment-form-cookies-consent label{
	color: #222;
	font-size: 15px;
}
.search-box #searchsubmit{
	display: none;

}
.search-box #s{
	outline: none;
	width: 100%;
	line-height: 50px;
	position: fixed;
	right: 0;
	top: calc((100% - 50px)/2);
	background: transparent;
	text-align: center;
	border: none;
	color: #fff;
	font-size: 22px;
}
.search-box #s::placeholder{
	color: #ffffffce;
}
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container{
	margin-top: 25px !important;
	background: #f3e7fe;
	padding: 20px 0;
	border-radius: 1rem;
	width: 98%;
	margin-right: 1% !important;
	margin-left: 1% !important;
}
.side-box ul.toc_widget_list li a{
	text-decoration: none;
	color: #3b3b3b;
	font-size: 15px;
}
.side-box ul.toc_widget_list li a:hover{
	text-decoration: solid #5c63d0 underline;
	color: #5c63d0;
}
.side-box ul.toc_widget_list li a:hover span{
	color:#5c63d0 ;
}
.side-box ul.toc_widget_list li a span{
	font-size: 15px;
}
.side-box ul.ez-toc-list li{
	border-radius: 3px;
}
.side-box ul.ez-toc-list li a{
	line-height: 27px;
	font-size: 14px !important;
	text-decoration: none;
	color: #333;
}
div.ez-toc-widget-container ul.ez-toc-list{
	padding: 0 !important;
}
.side-box ul.ez-toc-list li.active a{
	font-weight: 600;
	font-size: 15px ;
}
.side-box ul.ez-toc-list li.active{
	background: #dbeaf9;
}
.side-box ul.ez-toc-list li a::before{
	margin-left: 5px;
}
.side-box ul.ez-toc-list li a:hover{
	color: #145fb4;
	text-decoration: solid #145fb4 underline ;
}
.side-box .ez-toc-title-toggle{
	display: none !important;
}
.side-box .ez-toc-title{
	text-align: right;
	font-size: 20px;
	font-weight: 500;
}
.side-box .ez-toc-widget-container{
	overflow: visible;
}
.side-box .tagcloud{

}
.side-box .tagcloud a{
	background: #cccccc;
	line-height: 30px;
	color: #fff;
	padding: 0 5px;
	border-radius: 3px;
	font-size: 15px !important;
	text-decoration: none; 
}
.side-box .tagcloud a:hover{
	background: #6f1ed1d9;
}
.side-box ul li a{
	color: #222;
	font-size: 15px;
	opacity: 0.9;
	text-decoration: none;
	display: block;
}
.side-box ul li a:hover{
	opacity: 1;
	text-decoration: solid underline;
}
.side-box li.recentcomments > a{
	color: #0d6efd;
}
.side-box li.recentcomments{
	font-size: 15px;
}
.side-box #text{
	font-size: 15px;
}
.side-box-last-post {
	border-bottom: 1px solid #eee;
	padding: 5px 0;
}
.side-box-last-post:hover p{
	opacity: 1;
}
.side-box-last-post:last-child{
	border-bottom: none;
}
.side-box-last-post a {
	display: block !important;
}
.side-box-last-post img {
	float: right;
	width: 25%;
	height: auto;
	display: inline-block !important;
	border-radius: 10px;
}
.side-box-last-post p {
	display: inline-block !important;
	width: 70%;
	margin-right: 2% !important;
	float: left;
	margin-top: 5px;
	color: #272727;
	font-size: 15px;
	opacity: 0.9;
}
.side-box #searchform input[type='text']{
	display: block;
	width: 98%;
	margin: 10px auto;
	border-radius: 10px;
	border: 2px solid #eee;
	outline: none;
	transition: all 0.2s;
	padding: 0 10px;
	font-size: 15px;
	color: #222;
	line-height: 35px;
}
.side-box #searchform input[type='text']:focus{
	border: 2px solid #1ebd46;
}
.side-box #searchform input[type="submit"]{
	transition: all 0.2s;
	display: table;
	margin: 10px auto;
	border-radius: 10px;
	border: none;
	background: #1ebd46;
	padding: 0 30px;
	color: #fff;
	line-height: 35px;
	font-size: 18px;
	margin-bottom: 0;
	box-shadow: 0 2px 5px #3ca7324d;
}
.side-box #searchform input[type="submit"]:hover{
	box-shadow: 0 2px 5px #3ca73281;
}
.resault-search{
	font-weight: 500;
	text-decoration: solid underline;
}

.elementor-widget-container span , .elementor-widget-container a , .elementor-widget-container p , .elementor-widget-container h1 , .elementor-widget-container h2 , .elementor-widget-container h3 , .elementor-widget-container h4 , .elementor-widget-container h5{
	color: currentColor ;
	font-size: inherit;
}

.title-home-page span{
	color: #bc1888;
	font-size: 1em;
	padding: 0 10px;
}	
#wp-admin-bar-elementor_edit_page .elementor-edit-link-title{
	color: currentColor;
}
#box1 .elementor-widget-wrap:hover h5{
	transition: all 0.2s;
	color: #fff !important;
}
.simpales{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	transition: all 0.3s;
}
.simpales:hover{
	transform:scale(1.05) ;
}
.simpales:hover h4{
	top: 20%;
	visibility: visible;
	opacity: 1;
}
.simpales:hover .background-simple{
	opacity: 1;
}
.simpales:hover div{
	bottom: 20%;
	visibility: visible;
	opacity: 1;
}
.simpales img{
	width: 100%;
	height: auto;
}
.simpales h4{
	position: absolute;
	top: -100%;
	display: block;
	text-align: center;
	transition: all 0.3s;
	visibility: hidden;
	opacity: 0;
	font-size: 20px;
	width: 100%;
	color: #fff;
}
.simpales div{
	position: absolute;
	bottom: -100%;
	margin: 0 auto;
	transition: all 0.3s;
	visibility: hidden;
	opacity: 0;
	text-align: center;
	width: 100%;
}
.simpales div a{
	line-height: 40px;
	border-radius: 5px;
	padding: 5px 13px;
	transition: all 0.3s;
	font-size: 15px;
}
.simpales div a:hover{
	opacity: 0.8;
}
.background-simple{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	background: #00000093;
	transition: all 0.3s;
	opacity: 0;
}
#box2 .elementor-widget-wrap:hover p , #box2 .elementor-widget-wrap:hover a , #box2 .elementor-widget-wrap:hover span{
	color: #fff !important;
}
#box2 .elementor-widget-wrap{
	transition: all 0.3s;
}
#box2 .elementor-widget-wrap:hover{
	transform: scale(1.05);
}
#contact-form-elementor input , #contact-form-elementor textarea{
	text-align: right;
	outline: none;
	border: 2px solid #e8e8e8;
	padding: 0 10px;
	border-radius: 5px;
	line-height: 40px;
	width: 94%;
	color: #363636;
	font-size: 15px;
	background: #eaedef;
	transition: 0.3s;
}
#contact-form-elementor input:focus , #contact-form-elementor textarea:focus{
	border: 2px solid #eca200;
}
#contact-form-elementor p{
	display: inline-block;
	width: calc(50% - 20px);
	margin-top: -20px !important;
}
#contact-form-elementor p:nth-child(6){
	width: 100% !important;
}
#contact-form-elementor p:nth-child(7){
	margin-top: 10px !important;
}
#contact-form-elementor label , #contact-form-elementor input{
	width: 100%;
}
#contact-form-elementor input[type="submit"]{
	color: #fff;
	background: linear-gradient(96deg, #f0ac0e 0%,#ff7426 51%, #f0ac0e 100%);
	width: auto;
	padding: 0 30px;
}
#contact-form-elementor textarea{
	height: 200px;
}
/* woocommerce */

@charset "UTF-8";
:root {
    --woocommerce: #a46497;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #a46497;
    --wc-primary-text: white;
    --wc-secondary: #ebe9eb;
    --wc-secondary-text: #515151;
    --wc-highlight: #77a464;
    --wc-highligh-text: white;
    --wc-content-bg: #fff;
    --wc-subtext: #767676;
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@font-face {
    font-family: star;
    src: url(../fonts/star.eot);
    src: url(../fonts/star.eot?#iefix) format("embedded-opentype"), url(../fonts/star.woff) format("woff"), url(../fonts/star.ttf) format("truetype"), url(../fonts/star.svg#star) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: WooCommerce;
    src: url(../fonts/WooCommerce.eot);
    src: url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(../fonts/WooCommerce.woff) format("woff"), url(../fonts/WooCommerce.ttf) format("truetype"), url(../fonts/WooCommerce.svg#WooCommerce) format("svg");
    font-weight: 400;
    font-style: normal;
}
.woocommerce-store-notice,
p.demo_store {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #a46497;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
    display: none;
}
.woocommerce-store-notice a,
p.demo_store a {
    color: #fff;
    text-decoration: underline;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.admin-bar p.demo_store {
    top: 32px;
}
.clear {
    clear: both;
}
.woocommerce .blockUI.blockOverlay {
    position: relative;
}
.woocommerce .blockUI.blockOverlay::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.5em;
    margin-top: -0.5em;
    content: "";
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, 0.75);
}
.woocommerce .loader::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.5em;
    margin-top: -0.5em;
    content: "";
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, 0.75);
}
.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}
.woocommerce a.remove:hover {
    color: #fff !important;
    background: red;
}
.woocommerce small.note {
    display: block;
    color: #767676;
    font-size: 0.857em;
    margin-top: 10px;
}
.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: 0.92em;
    color: #767676;
}
.woocommerce .woocommerce-breadcrumb::after,
.woocommerce .woocommerce-breadcrumb::before {
    content: " ";
    display: table;
}
.woocommerce .woocommerce-breadcrumb::after {
    clear: both;
}
.woocommerce .woocommerce-breadcrumb a {
    color: #767676;
}
.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
	outline: none !important;
	transition-duration: all 0.2s;
	border: 1px solid #e3e3e3 !important;
	border-radius: 5px !important;
	line-height: 34px;
	margin-left: 5px ;
	color: #2f2f2f;
}
.woocommerce .quantity .qty:focus{
	border: 1px solid #2dcea2 !important;
}
.woocommerce-cart-form__cart-item .product-name a{
    text-decoration: none;
}
.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
}
.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
	font-size: 21px;
	font-weight: 500;
	color: #000000c9;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #77a464;
    font-size: 1.25em;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    background: inherit;
    font-weight: 700;
    display: inline-block;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    opacity: 0.5;
    display: inline-block;
}
.woocommerce div.product p.stock {
    font-size: 0.92em;
}
.woocommerce div.product .stock {
    color: #77a464;
}
.woocommerce div.product .out-of-stock {
    color: red;
}
.woocommerce div.product .woocommerce-product-rating{
    margin-bottom: 0.5em !important;
}
.woocommerce div.product div.images {
    margin-bottom: 2em;
}
.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
	min-width: 100%;
}
.woocommerce div.product div.images div.thumbnails {
    padding-top: 1em;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
	padding-bottom: 115px !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
    margin: 0;
    padding: 0;

}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #fff;
    opacity: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
    border: 1px solid #f2f2f2;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n + 2) {
    width: 25%;
    display: inline-block;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: content-box;
}
.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
	border: 1px solid #eee !important;
	padding-top: 10px !important;
	border-radius: 0 0 10px 10px !important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: calc(25% - 4px) !important;
    float: left;
    margin: 2px !important;
    list-style: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: 0.5;
    margin: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1;
}
.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n + 1) {
    clear: left;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n + 1) {
    clear: left;
}
.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n + 1) {
    clear: left;
}
.woocommerce div.product div.summary {
    margin-bottom: 2em;
}
.woocommerce div.product div.social {
    text-align: right;
    margin: 0 0 1em;
}
.woocommerce div.product div.social span {
    margin: 0 0 0 2px;
}
.woocommerce div.product div.social span span {
    margin: 0;
}
.woocommerce div.product div.social span .stButton .chicklets {
    padding-left: 16px;
    width: 0;
}
.woocommerce div.product div.social iframe {
    float: left;
    margin-top: 3px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 10px !important; 
    margin: 0 !important;
    overflow: hidden;
    position: relative;
	margin-bottom: 20px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none !important ;
    background-color: transparent !important;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 5px !important;
    margin: 0 10px !important;
    padding: 0 1em; 
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: 0.3em 0 !important;
    font-weight: 400 !important;
    color: #515151;
    text-decoration: none;

}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #6b6b6b;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #2DCEA2 !important;
    z-index: 2;
	box-shadow: 0 3px 10px rgba(45, 206, 162, 0.5) !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit;
	color: #fff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: 2px 2px 0 #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: -2px 2px 0 #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: 1px solid #d3ced2;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: none !important;
    box-sizing: border-box;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    left: -5px;
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #ebe9eb;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    right: -5px;
    border-bottom-left-radius: 4px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #ebe9eb;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: none !important;
    z-index: 1;
}
.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0;
}
.woocommerce div.product p.cart {
    margin-bottom: 2em;
}
.woocommerce div.product p.cart::after,
.woocommerce div.product p.cart::before {
    content: " ";
    display: table;
}
.woocommerce div.product p.cart::after {
    clear: both;
}
.woocommerce div.product form.cart {
    margin-bottom: 1em !important;
}
.woocommerce div.product form.cart::after,
.woocommerce div.product form.cart::before {
    content: " ";
    display: table;
}
.woocommerce div.product form.cart::after {
    clear: both;
}
.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0;
}
.woocommerce div.product form.cart table {
    border-width: 0 0 1px;
}
.woocommerce div.product form.cart table td {
    padding-left: 0;
}
.woocommerce div.product form.cart table div.quantity {
    float: none;
    margin: 0;
}
.woocommerce div.product form.cart table small.stock {
    display: block;
    float: none;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 0 !important;
    border: 0;
    width: 100%;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    border: 0;
    line-height: 2em;
    vertical-align: top;
}
.woocommerce div.product form.cart .variations label {
    font-weight: 500 !important;
    text-align: right !important;
	font-size: 15px !important;

}
.woocommerce div.product form.cart .variations select {
    display: inline-block;
    margin-right: 1em;
	width: 80% !important;
	float: left !important;
	min-width: 80% !important;
	max-width: 80% !important;
	font-size: 13px !important;
    border: 1px solid #d0d0d0;
    background: #e1e1e1;
    border-radius: 5px;
    padding: 3px 6px;
    color: #2d2d2d;
    box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.1);
}
.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em;
}
.woocommerce div.product form.cart .woocommerce-variation-description p {
    margin-bottom: 1em;
}
.woocommerce div.product form.cart .reset_variations {
    visibility: hidden;
    font-size: 0.83em;
    text-decoration: none;
    color: #d02323;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    width: 100%;
}
.woocommerce div.product form.cart .wc-no-matching-variations {
    display: none;
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
    padding-right: 1em;
    padding-left: 1em;
}
.woocommerce div.product form.cart .group_table td {
    vertical-align: top;
    padding-bottom: 0.5em;
    border: 0;
}
.woocommerce div.product form.cart .group_table td:first-child {
    width: 4em;
    text-align: center;
}
.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    -webkit-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
}
.woocommerce span.onsale {
	min-height: auto !important;
	min-width: auto !important;
	padding: 0 10px !important;
	font-size: 1em;
	font-weight: 700;
	position: absolute;
	text-align: center;
	line-height: 3.236;
	top: -.5em;
	right: 0;
	margin: 0;
	border-radius: 3px 20px 3px 20px  !important; 
	background: #2dcea2 !important;
	color: #fff;
	font-size: .857em;
	z-index: 3 !important;
	left: auto;
}
.woocommerce .products ul,
.woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
}
.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
    content: " ";
    display: table;
}
.woocommerce .products ul::after,
.woocommerce ul.products::after {
    clear: both;
}
.woocommerce .products ul li,
.woocommerce ul.products li {
    list-style: none outside;
}
.woocommerce ul.products li.product .onsale {
    top: 0;
    right: -50px !important;
    left: auto;
    margin: -0.5em -0.5em 0 0;
    direction: ltr;
    transition: all 0.3s;
}
.woocommerce ul.products li.product .archive-product-box:hover .onsale{
    right: 0 !important;
}
.woocommerce ul.products li.product .archive-product-box:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    padding: 0.5em 0;
    margin: 0;
    font-size: 1em;
}
.woocommerce ul.products li.product a {
    text-decoration: none;
}
.woocommerce ul.products li.product a img {
    width: 100% !important;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
}
.woocommerce ul.products li.product strong {
    display: block;
}
.woocommerce ul.products li.product .woocommerce-placeholder {
    border: 1px solid #f2f2f2;
}
.woocommerce ul.products li.product .star-rating {
    font-size: 0.857em;
}
.woocommerce ul.products li.product .button {
    margin-top: 1em;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: inline-block;
    padding: 0;
    text-align: center;
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.woocommerce ul.products li.product .button i::before{
    display: block;
    line-height: 38px !important;
}
.woocommerce ul.products li.product .price {
    color: #77a464;
    display: block;
    font-weight: 400;
    margin-bottom: 0.5em;
    font-size: 0.857em;
}
.woocommerce ul.products li.product .price del {
    color: inherit;
    opacity: 0.5;
    display: inline-block;
}
.woocommerce ul.products li.product .price ins {
    background: 0 0;
    font-weight: 700;
    display: inline-block;
}
.woocommerce ul.products li.product .price .from {
    font-size: 0.67em;
    margin: -2px 0 0 0;
    text-transform: uppercase;
    color: rgba(132, 132, 132, 0.5);
}
.woocommerce .woocommerce-result-count {
    margin: 0 0 1em;
}
.woocommerce .woocommerce-ordering {
    margin: 0 0 1em;
}
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
}
.woocommerce nav.woocommerce-pagination {
    text-align: center;
}
.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 1px solid #d3ced2;
    border-right: 0;
    margin: 1px;
}
.woocommerce nav.woocommerce-pagination ul li {
    border-right: 1px solid #d3ced2;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: 0.5em;
    min-width: 1em;
    display: block;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #ebe9eb;
    color: #8a7e88;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0.618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
    opacity: 0.25;
    padding-right: 2.618em;
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: 0.618em;
    right: 1em;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
    font-family: WooCommerce;
    content: "\e017";
    margin-left: 0.53em;
    vertical-align: bottom;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #dfdcde;
    text-decoration: none;
    background-image: none;
    color: #515151;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #a46497;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #96588a;
    color: #fff;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #a46497;
    color: #fff;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: 0.5;
    padding: 0.618em 1em;
}
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
    color: inherit;
    background-color: #ebe9eb;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
    float: none;
}
.woocommerce a.added_to_cart {
    padding-top: 0.5em;
    display: inline-block;
}
.woocommerce #reviews h2 small {
    float: right;
    color: #767676;
    font-size: 15px;
    margin: 10px 0 0;
}
.woocommerce #reviews h2 small a {
    text-decoration: none;
    color: #767676;
}
.woocommerce #reviews h3 {
    margin: 0;
}
.woocommerce #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0;
}
.woocommerce #reviews #comment {
    height: 75px;
}
.woocommerce #reviews #comments .add_review::after,
.woocommerce #reviews #comments .add_review::before {
    content: " ";
    display: table;
}
.woocommerce #reviews #comments .add_review::after {
    clear: both;
}
.woocommerce #reviews #comments h2 {
    clear: none;
}
.woocommerce #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none;
}
.woocommerce #reviews #comments ol.commentlist::after,
.woocommerce #reviews #comments ol.commentlist::before {
    content: " ";
    display: table;
}
.woocommerce #reviews #comments ol.commentlist::after {
    clear: both;
}
.woocommerce #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    border: 0;
    position: relative;
    background: 0;
    border: 0;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
    color: #767676;
    font-size: 0.75em;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #ebe9eb;
    border: 1px solid #e4e1e3;
    margin: 0;
    box-shadow: none;
    border-radius: 50% !important;
    right: -16px !important;
    max-width: 60px !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::after,
.woocommerce #reviews #comments ol.commentlist li .comment-text::before {
    content: " ";
    display: table;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::after {
    clear: both;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 0.83em;
}
.woocommerce #reviews #comments ol.commentlist ul.children {
    list-style: none outside;
    margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
    display: none;
}
.woocommerce #reviews #comments ol.commentlist #respond {
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0;
    margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments .commentlist > li::before {
    content: "";
}
.woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
}
.woocommerce .star-rating::before {
    content: "sssss";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.woocommerce .star-rating span::before {
    content: "SSSSS";
    top: -6px !important;
    position: absolute;
    left: 0;
    color: #eaaf00 !important;
}
.woocommerce .woocommerce-product-rating {
    line-height: 2;
    display: block;
}
.woocommerce .woocommerce-product-rating::after,
.woocommerce .woocommerce-product-rating::before {
    content: " ";
    display: table;
}
.woocommerce .woocommerce-product-rating::after {
    clear: both;
}
.woocommerce .woocommerce-product-rating .star-rating {
    margin: 0.5em 4px 0 0;
}
.woocommerce .products .star-rating {
    display: block;
    margin: 0 0 0.5em;
    float: none;
}
.woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0;
}
.woocommerce #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: transparent none;
    border: 0;
}
.woocommerce #review_form #respond::after,
.woocommerce #review_form #respond::before {
    content: " ";
    display: table;
}
.woocommerce #review_form #respond::after {
    clear: both;
}
.woocommerce #review_form #respond p {
    margin: 0 0 10px;
}
.woocommerce #review_form #respond .form-submit input {
    left: auto;
}
.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%;
}
.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    color: #eaaf00 ;
}
.woocommerce p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e021";
    text-indent: 0;
}
.woocommerce p.stars a:hover ~ a::before {
    content: "\e021";
}
.woocommerce p.stars:hover a::before {
    content: "\e020";
}
.woocommerce p.stars.selected a.active::before {
    content: "\e020";
}
.woocommerce p.stars.selected a.active ~ a::before {
    content: "\e021";
}
.woocommerce p.stars.selected a:not(.active)::before {
    content: "\e020";
}
.woocommerce table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0, 0, 0, 0.1);
    margin-bottom: 1.618em;
    width: 100%;
}
.woocommerce table.shop_attributes th {
    width: 150px;
    font-weight: 500 !important;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    margin: 0;
    line-height: 1.5;
	font-size: 17px !important;
}
.woocommerce table.shop_attributes td {
    font-style: normal !important;
    padding: 0;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    margin: 0;
    line-height: 1.5;
}
.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 8px 0;
}
.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
    background: rgba(0, 0, 0, 0.025);
}
.woocommerce table.shop_table {
    border: none !important;
    margin: 0 -1px 20px 0 !important;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}
.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
}
.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
    text-align: right;
}
.woocommerce table.shop_table td small {
    font-weight: 400;
}
.woocommerce table.shop_table td del {
    font-weight: 400;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce table.my_account_orders {
    font-size: 0.85em;
}
.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
    padding: 4px 8px;
    vertical-align: middle;
}
.woocommerce table.my_account_orders .button {
    white-space: nowrap;
}
.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads th {
    vertical-align: top;
    text-align: center;
}
.woocommerce table.woocommerce-MyAccount-downloads td:first-child,
.woocommerce table.woocommerce-MyAccount-downloads th:first-child {
    text-align: left;
}
.woocommerce table.woocommerce-MyAccount-downloads td:last-child,
.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
    text-align: left;
}
.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,
.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
    content: "↓";
    display: inline-block;
}
.woocommerce td.product-name .wc-item-meta,
.woocommerce td.product-name dl.variation {
    list-style: none outside;
}
.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name dl.variation dt {
    float: left;
    clear: both;
    margin-right: 0.25em;
    display: inline-block;
    list-style: none outside;
}
.woocommerce td.product-name .wc-item-meta dd,
.woocommerce td.product-name dl.variation dd {
    margin: 0;
}
.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child,
.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name dl.variation:last-child {
    margin-bottom: 0;
}
.woocommerce td.product-name p.backorder_notification {
    font-size: 0.83em;
}
.woocommerce td.product-quantity {
    min-width: 80px;
}
.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    padding: 4px 0;
    margin: 0;
    list-style: none;
}
.woocommerce ul.cart_list li::after,
.woocommerce ul.cart_list li::before,
.woocommerce ul.product_list_widget li::after,
.woocommerce ul.product_list_widget li::before {
    content: " ";
    display: table;
}
.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after {
    clear: both;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    float: right;
    margin-left: 4px;
    width: 32px;
    height: auto;
    box-shadow: none;
}
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
    margin: 0;
    padding-left: 1em;
    border-left: 2px solid rgba(0, 0, 0, 0.1);
}
.woocommerce ul.cart_list li dl::after,
.woocommerce ul.cart_list li dl::before,
.woocommerce ul.product_list_widget li dl::after,
.woocommerce ul.product_list_widget li dl::before {
    content: " ";
    display: table;
}
.woocommerce ul.cart_list li dl::after,
.woocommerce ul.product_list_widget li dl::after {
    clear: both;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
    display: inline-block;
    float: left;
    margin-bottom: 1em;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
    font-weight: 700;
    padding: 0 0 0.25em;
    margin: 0 4px 0 0;
    clear: left;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
    padding: 0 0 0.25em;
}
.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
    margin-bottom: 0;
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
    float: none;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    border-top: 3px double #ebe9eb;
    padding: 4px 0 0;
}
.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
    min-width: 40px;
    display: inline-block;
}
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 2em;
    position: relative;
    padding-top: 0;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 0;
    left: 0;
}
.woocommerce .widget_shopping_cart .buttons::after,
.woocommerce .widget_shopping_cart .buttons::before,
.woocommerce.widget_shopping_cart .buttons::after,
.woocommerce.widget_shopping_cart .buttons::before {
    content: " ";
    display: table;
}
.woocommerce .widget_shopping_cart .buttons::after,
.woocommerce.widget_shopping_cart .buttons::after {
    clear: both;
}
.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
    margin-right: 5px;
    margin-bottom: 5px;
}
.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px;
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity 0.5s 0.5s ease;
    transition: opacity 0.5s 0.5s ease;
    opacity: 0;
}
.woocommerce form .form-row label {
    line-height: 2;
}
.woocommerce form .form-row label.hidden {
    visibility: hidden;
}
.woocommerce form .form-row label.inline {
    display: inline;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description {
    background: #1e85be;
    color: #fff;
    border-radius: 3px;
    padding: 1em;
    margin: 0.5em 0 0;
    clear: both;
    display: none;
    position: relative;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description a {
    color: #fff;
    text-decoration: underline;
    border: 0;
    box-shadow: none;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
    left: 50%;
    top: 0;
    margin-top: -4px;
    -webkit-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
    content: "";
    position: absolute;
    border-width: 4px 6px 0 6px;
    border-style: solid;
    border-color: #1e85be transparent transparent transparent;
    z-index: 100;
    display: block;
}
.woocommerce form .form-row select {
    cursor: pointer;
    margin: 0;
}
.woocommerce form .form-row .required {
    color: red;
    font-weight: 700;
    border: 0 !important;
    text-decoration: none;
}
.woocommerce form .form-row .optional {
    visibility: visible;
}
.woocommerce form .form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
}
.woocommerce form .form-row textarea {
    height: 4em;
    line-height: 1.5;
    display: block;
    box-shadow: none;
}
.woocommerce form .form-row .select2-container {
    width: 100%;
    line-height: 2em;
}
.woocommerce form .form-row.woocommerce-invalid label {
    color: #a00;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
    border-color: #a00;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-color: #6dc22e;
}
.woocommerce form .form-row ::-webkit-input-placeholder {
    line-height: normal;
}
.woocommerce form .form-row :-moz-placeholder {
    line-height: normal;
}
.woocommerce form .form-row :-ms-input-placeholder {
    line-height: normal;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: right !important;
    border-radius: 5px;
}
.woocommerce-form-login .woocommerce-form-login__submit{
    display: block;
    width: 100%;
    margin: 10px auto !important;
}
.woocommerce-form-register  .woocommerce-button{
    display: block;
    width: 100%;
    margin: 10px auto !important;
}
.woocommerce ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0;
}
.woocommerce ul#shipping_method li {
    margin: 0 0 0.5em;
    line-height: 1.5em;
    list-style: none outside;
}
.woocommerce ul#shipping_method li input {
    margin: 3px 0.4375em 0 0;
    vertical-align: top;
}
.woocommerce ul#shipping_method li label {
    display: inline;
}
.woocommerce ul#shipping_method .amount {
    font-weight: 700;
}
.woocommerce p.woocommerce-shipping-contents {
    margin: 0;
}
.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none;
}
.woocommerce ul.order_details::after,
.woocommerce ul.order_details::before {
    content: " ";
    display: table;
}
.woocommerce ul.order_details::after {
    clear: both;
}
.woocommerce ul.order_details li {
    float: right !important;
    margin-right: 0 !important;
    text-transform: uppercase;
    font-size: 0.715em;
    line-height: 1;
    padding-right: 1em !important;
    margin-left: 0;
    padding-left: 1em !important;
    list-style-type: none;
}
.woocommerce ul.order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5;
}
.woocommerce ul.order_details li:last-of-type {
    border: none;
}
.woocommerce .wc-bacs-bank-details-account-name {
    font-weight: 700;
}
.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
    margin-bottom: 2em;
}
.woocommerce .woocommerce-customer-details :last-child,
.woocommerce .woocommerce-order-details :last-child,
.woocommerce .woocommerce-order-downloads :last-child {
    margin-bottom: 0;
}
.woocommerce .woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-width: 2px;
    border-right-width: 2px;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    padding: 6px 12px;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    margin-bottom: 0;
    padding-left: 1.5em;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 0.618em;
    content: "\e037";
    text-decoration: none;
    margin-left: -1.5em;
    line-height: 1.75;
    position: absolute;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 0.618em;
    content: "\e02d";
    text-decoration: none;
    margin-left: -1.5em;
    line-height: 1.75;
    position: absolute;
}
.woocommerce .woocommerce-widget-layered-nav-list {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    padding: 0 0 1px;
    list-style: none;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before {
    content: " ";
    display: table;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
    clear: both;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
    padding: 1px 0;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 0.618em;
    content: "\e013";
    text-decoration: none;
    color: #a00;
}
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
    margin-top: 1em;
}
.woocommerce .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
    overflow: hidden;
    zoom: 1;
}
.woocommerce .widget_layered_nav_filters ul li {
    float: left;
    padding: 0 1em 1px 1px;
    list-style: none;
}
.woocommerce .widget_layered_nav_filters ul li a {
    text-decoration: none;
}
.woocommerce .widget_layered_nav_filters ul li a::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 0.618em;
    content: "\e013";
    text-decoration: none;
    color: #a00;
    vertical-align: inherit;
    margin-right: 0.5em;
}
.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em;
}
.woocommerce .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
    font-size: 0.8751em;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 1.15em;
    float: left;
}
.woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: 0.5em;
    margin-right: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #a46497;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -0.3em;
    margin-left: -0.5em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #a46497;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #462940;
    border: 0;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}
.woocommerce .widget_rating_filter ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
}
.woocommerce .widget_rating_filter ul li {
    padding: 0 0 1px;
    list-style: none;
}
.woocommerce .widget_rating_filter ul li::after,
.woocommerce .widget_rating_filter ul li::before {
    content: " ";
    display: table;
}
.woocommerce .widget_rating_filter ul li::after {
    clear: both;
}
.woocommerce .widget_rating_filter ul li a {
    padding: 1px 0;
    text-decoration: none;
}
.woocommerce .widget_rating_filter ul li .star-rating {
    float: none;
    display: inline-block;
}
.woocommerce .widget_rating_filter ul li.chosen a::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 0.618em;
    content: "\e013";
    text-decoration: none;
    color: #a00;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: left;
    margin-right: 1em;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block;
}
.woocommerce-no-js form.woocommerce-form-coupon,
.woocommerce-no-js form.woocommerce-form-login {
    display: block !important;
}
.woocommerce-no-js .showcoupon,
.woocommerce-no-js .woocommerce-form-coupon-toggle,
.woocommerce-no-js .woocommerce-form-login-toggle {
    display: none !important;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 1em 3em 1em 3.5em !important;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #a46497;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}
.woocommerce-error::after,
.woocommerce-error::before,
.woocommerce-info::after,
.woocommerce-info::before,
.woocommerce-message::after,
.woocommerce-message::before {
    content: " ";
    display: table;
}
.woocommerce-error::after,
.woocommerce-info::after,
.woocommerce-message::after {
    clear: both;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
}
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
    float: right;
}
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    list-style: none outside !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}
.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
    direction: ltr;
    unicode-bidi: embed;
}
.woocommerce-message {
    border-top-color: #8fae1b;
}
.woocommerce-message::before {
    content: "\e015";
    color: #8fae1b;
}
.woocommerce-info {
    border-top-color: #1e85be;
}
.woocommerce-info::before {
    color: #1e85be;
}
.woocommerce-error {
    border-top-color: #b81c23;
}
.woocommerce-error::before {
    content: "\e016";
    color: #b81c23;
}
.woocommerce-account .woocommerce::after,
.woocommerce-account .woocommerce::before {
    content: " ";
    display: table;
}
.woocommerce-account .woocommerce::after {
    clear: both;
}
.woocommerce-account .addresses .title::after,
.woocommerce-account .addresses .title::before {
    content: " ";
    display: table;
}
.woocommerce-account .addresses .title::after {
    clear: both;
}
.woocommerce-account .addresses .title h3 {
    float: left;
}
.woocommerce-account .addresses .title .edit {
    float: right;
}
.woocommerce-account ol.commentlist.notes li.note p.meta {
    font-weight: 700;
    margin-bottom: 0;
}
.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0;
}
.woocommerce-account ul.digital-downloads {
    margin-left: 0;
    padding-left: 0;
}
.woocommerce-account ul.digital-downloads li {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.woocommerce-account ul.digital-downloads li::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 0.618em;
    content: "\e00a";
    text-decoration: none;
}
.woocommerce-account ul.digital-downloads li .count {
    float: right;
}
#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
    min-width: 32px;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 80px !important;
    box-shadow: none;
}
.woocommerce-cart-form table.cart img{
    max-width: 80px !important;
}
#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
    vertical-align: middle;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    padding: 6px 6px 5px;
    margin: 0 4px 0 0;
    outline: 0;
}
#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
    margin: 0;
    vertical-align: middle;
}
#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
    padding: 1em 0;
}
#add_payment_method .wc-proceed-to-checkout::after,
#add_payment_method .wc-proceed-to-checkout::before,
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-cart .wc-proceed-to-checkout::before,
.woocommerce-checkout .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::before {
    content: " ";
    display: table;
}
#add_payment_method .wc-proceed-to-checkout::after,
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::after {
    clear: both;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.25em;
    padding: 1em;
}
#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
    float: none;
    margin-top: 0.5em;
    display: inline-block;
}
#add_payment_method .cart-collaterals .shipping-calculator-button::after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: 0.618em;
    content: "\e019";
    text-decoration: none;
}
#add_payment_method .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form {
    margin: 1em 0 0 0;
}
#add_payment_method .cart-collaterals .cart_totals p small,
.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small {
    color: #767676;
    font-size: 0.83em;
}
#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0;
}
#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
    border-top: 0;
}
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    width: 35%;
}
#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    line-height: 1.5em;
}
#add_payment_method .cart-collaterals .cart_totals table small,
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-checkout .cart-collaterals .cart_totals table small {
    color: #767676;
}
#add_payment_method .cart-collaterals .cart_totals table select,
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select {
    width: 100%;
}
.woocommerce-variation-price del span.woocommerce-Price-amount{
	text-decoration: line-through;
}
#add_payment_method .cart-collaterals .cart_totals .discount td,
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td {
    color: #77a464;
}
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #ebe9eb;
}
#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
    margin-bottom: 0;
}
#add_payment_method .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0;
}
#add_payment_method .checkout .col-2 h3#ship-to-different-address,
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    float: left;
    clear: none;
}
#add_payment_method .checkout .col-2 .notes,
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .notes {
    clear: left;
}
#add_payment_method .checkout .col-2 .form-row-first,
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .form-row-first {
    clear: left;
}
#add_payment_method .checkout .create-account small,
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small {
    font-size: 11px;
    color: #767676;
    font-weight: 400;
}
#add_payment_method .checkout div.shipping-address,
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address {
    padding: 0;
    clear: left;
    width: 100%;
}
#add_payment_method .checkout .shipping_address,
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout .checkout .shipping_address {
    clear: both;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #ebe9eb;
    border-radius: 5px;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none outside;
}
#add_payment_method #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::before,
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-cart #payment ul.payment_methods::before,
.woocommerce-checkout #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::before {
    content: " ";
    display: table;
}
#add_payment_method #payment ul.payment_methods::after,
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::after {
    clear: both;
}
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: 400;
}
#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 1em 0 0;
}
#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 0.5em;
    padding: 0;
    position: relative;
    box-shadow: none;
}
#add_payment_method #payment ul.payment_methods li img + img,
.woocommerce-cart #payment ul.payment_methods li img + img,
.woocommerce-checkout #payment ul.payment_methods li img + img {
    margin-left: 2px;
}
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before {
    content: " ";
    display: table;
}
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after {
    clear: both;
}
#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 1em;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: 0.92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151;
}
#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea,
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
    border-color: #c7c1c6;
    border-top-color: #bbb3b9;
}
#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
    color: #bbb3b9;
}
#add_payment_method #payment div.payment_box :-moz-placeholder,
.woocommerce-cart #payment div.payment_box :-moz-placeholder,
.woocommerce-checkout #payment div.payment_box :-moz-placeholder {
    color: #bbb3b9;
}
#add_payment_method #payment div.payment_box :-ms-input-placeholder,
.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,
.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
    color: #bbb3b9;
}
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
    list-style: none outside;
    margin: 0;
}
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
    margin: 0 0 0.5em;
}
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
    cursor: pointer;
}
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
    vertical-align: middle;
    margin: -3px 1em 0 0;
    position: relative;
}
#add_payment_method #payment div.payment_box .wc-credit-card-form,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
    border: 0;
    padding: 0;
    margin: 1em 0 0;
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
    font-size: 1.5em;
    padding: 8px;
    background-repeat: no-repeat;
    background-position: right 0.618em center;
    background-size: 32px 20px;
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
    background-image: url(../images/icons/credit-cards/visa.svg);
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
    background-image: url(../images/icons/credit-cards/mastercard.svg);
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
    background-image: url(../images/icons/credit-cards/laser.svg);
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
    background-image: url(../images/icons/credit-cards/diners.svg);
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
    background-image: url(../images/icons/credit-cards/maestro.svg);
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
    background-image: url(../images/icons/credit-cards/jcb.svg);
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
    background-image: url(../images/icons/credit-cards/amex.svg);
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
    background-image: url(../images/icons/credit-cards/discover.svg);
}
#add_payment_method #payment div.payment_box span.help,
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help {
    font-size: 0.857em;
    color: #767676;
    font-weight: 400;
}
#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0 0 1em;
}
#add_payment_method #payment div.payment_box p:last-child,
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -0.75em;
    left: 0;
    margin: -1em 0 0 2em;
}
#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 52px;
    font-size: 0.83em;
}
#add_payment_method #payment .payment_method_paypal img,
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img {
    max-height: 52px;
    vertical-align: middle;
}
.woocommerce-terms-and-conditions {
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.05);
}
.woocommerce-invalid #terms {
    outline: 2px solid red;
    outline-offset: 2px;
}
.woocommerce-password-strength {
    text-align: center;
    font-weight: 600;
    padding: 3px 0.5em;
    font-size: 1em;
}
.woocommerce-password-strength.strong {
    background-color: #c1e1b9;
    border-color: #83c373;
}
.woocommerce-password-strength.short {
    background-color: #f1adad;
    border-color: #e35b5b;
}
.woocommerce-password-strength.bad {
    background-color: #fbc5a9;
    border-color: #f78b53;
}
.woocommerce-password-strength.good {
    background-color: #ffe399;
    border-color: #ffc733;
}
.woocommerce-password-hint {
    margin: 0.5em 0 0;
    display: block;
}
#content.twentyeleven .woocommerce-pagination a {
    font-size: 1em;
    line-height: 1;
}
.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform,
.single-product .twentythirteen .entry-summary {
    padding: 0;
}
.single-product .twentythirteen p.stars {
    clear: both;
}
.twentythirteen .woocommerce-breadcrumb {
    padding-top: 40px;
}
.twentyfourteen ul.products li.product {
    margin-top: 0 !important;
}
body:not(.search-results) .twentysixteen .entry-summary {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}
.twentysixteen .price ins {
    background: inherit;
    color: inherit;
}
/* end woocommerce */

.cart-and-price-box{
	padding: 10px;
}
.cart-and-price{
	text-align: center;
	background: #eee;
	border-radius: 10px;
	padding: 10px;
}
.summary_webcto{
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	margin-bottom: 20px;
	padding: 10px;
	padding-top: 30px;
}
.woocommerce-product-gallery{
	padding: 10px;

}
.woocommerce-tabs{
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	padding: 20px;
}
.single_add_to_cart_button{
	background: #2DCEA2 !important;
	box-shadow: 0 5px 15px rgba(45,206,162,0.34) !important;
	font-weight: 500;
}
.cart-and-price .price{
	margin-bottom: 20px ;
}
.cart-and-price .price ins bdi , .cart-and-price .price ins bdi span{
	color: #0e9f69;
}
.cart-and-price .price ins{
	padding-right: 10px;
}
.woocommerce-Price-currencySymbol{
	float: left;
	padding-right: 5px;
}
.posted_in , .tagged_as , .sku_wrapper{
	background: #eee;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 15px;
	border: 1px solid #fff;
	color: #4a4a4a;
	margin: 2px;
	display: inline-block;
}
.posted_in a, .tagged_as a{
	color: #3c8fd9;
	text-decoration: none;
}
.product_meta{
	margin-top: 20px;
}
#tab-additional_information h2 , .woocommerce-Reviews-title{
	text-align: center;
	font-weight: 500;
	font-size: 17px;
	margin-bottom: 10px;
}
.product_english_title{
	display: block;
	font-size: 15px;
	color: #595959;
}
.garanty{
	display: block;
	font-size: 16px;
	background: rgba(46, 19, 232, 0.56);
	color: rgba(255, 255, 255, 0.77);
	box-shadow: 0 5px 5px rgba(0,0,0,0.08);
	border-radius: 5px;
	line-height: 40px;
}
.woocommerce-Price-amount{
	display: inline-block;
}
.posted_in i , .tagged_as i , .sku_wrapper i{
	margin-left: 5px;
}
.sku{
    font-size: 15px;
    color: #3c8fd9;
}
.feauture-product-item{
	text-align: center;
	width: 19%;
	display: inline-block;
}
.feauture-product-item span{
	display: block;
	font-size: 14px;
}
.feauture-product-item img{
	max-width: 40% !important;
	margin: 0 5px;
}
.video-moarefi-box{
	position: fixed;
	width: 70%;
	top: 10%;
	right: 15%;
	z-index: 999999999999999999999999999999;
	display: none;
}
.video-moarefi-box-background{
	width: 100%;
	height: 100%;
	position: fixed;
	background: #000000b5;
	z-index: 99999999999999999999999999999;
	right: 0;
	top: 0;
	display: none;
}
.video-moarefi-box video{
	width: 100%;
	height: auto;
}
.icons-product-box{
	height: 100px;
	background: #fff;
	padding-top: 10px;
}
.icons-product-box-item{
	width: calc(25% - 4px);
	float: right;
	border-radius: 5px;
	margin: 0 2px;
	min-height: 95px;
	text-align: center;
	padding: 10px 0;
	cursor: pointer;
	background: #eee;
	transition-duration: all 0.2s;
}
.icons-product-box-item span , .icons-product-box-item i{
	color:#535353	;
}
.icons-product-box-item:hover{
	background: #1ec195 ;
}
.icons-product-box-item:hover i , .icons-product-box-item:hover span{
	color: #fff;
}
.icons-product-box-item i{
	display: block;
	font-size: 24px;
    padding: 3px 0;
}
.icons-product-box-item span{
	font-size: 13px;
	display: block;
	margin-top: 5px;
	line-height: 20px;
}
.woocommerce-product-gallery .flex-viewport{
	border: 1px solid #eee !important;
	border-radius: 10px 10px 0 0 !important;
}
#share-background{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000b5;
    right: 0;
    top: 0;
    z-index: 99999999999999999999999999;
    display: none;
}
#share{
    position: fixed;
    width: 40%;
    right: 30%;
    top: 20%;
    background: #fff;
    border-radius: 10px;
    z-index: 999999999999999999999999999;
    text-align: center;
    padding-bottom: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    display: none;
}
#share .top-share {
    width: 100%;
    height: 50px;
    background: #94949446;
    color: #646464;
    border-radius: 10px 10px 0 0;
    font-weight: 500;
    font-size: 17px;
}
#share ul {
    margin-top: 20px;
    width: 100%;
    text-align: center;
}
#share .link-post {
    color: #949494;
    margin: 20px 0;
}
#share .copy-link {
    display: inline-block;
    background-color: #b6b6b6a9;
    border-radius: 5px;
    padding: 0 10px;
    line-height: 30px;
    font-family: IranSans;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    font-size: 14px;
}
#share .copyed-link-post {
    display: none;
    position: absolute;
    top: 60%;
    right: calc((100% - 111px)/2);
    background: #383838;
    border-radius: 10px;
    padding: 0 10px;
    color: #fff;
}
#share .top-share span {
    float: right;
    line-height: 50px !important;
    display: inline-block;
    padding-right: 20px;
}
#share .top-share i {
    float: left;
    font-size: 26px;
    line-height: 50px;
    margin-left: 15px;
    color: #949494a1;
    cursor: pointer;
}
.bi-x-lg::before{
    line-height: 50px !important;
    font-weight: 800 !important;
}

#share ul i{
    display: inline-block;
    float: right;
    margin: 5px;
    padding: 5px;
    font-size: 30px;
}
#share ul a{
    display: inline-block;
}
#share ul i.bi-whatsapp{
    color: #0bad00;
}
#share ul i.bi-envelope-open{
    color: #ff00a5;
}
#share ul i.bi-twitter{
    color: #1DA1F2;
}
#share ul i.bi-telegram{
    color: #0089ff;
}
#share .copyed-link-post {
    display: none;
    position: absolute;
    top: 60%;
    right: 40%;
    background: #383838;
    border-radius: 10px;
    padding: 0 10px;
    color: #fff;
}
.yith-wcwl-add-button .delete_item {
    max-height: 35px;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
}
.yith-wcwl-add-button .add_to_wishlist{
    text-decoration: none;
}
.yith-wcwl-add-to-wishlist a:after,
.yith-wcwl-add-to-wishlist a .blockUI{
    display: none !important;
}
.icons-product-box-item .yith-wcwl-add-button .separator , .icons-product-box-item .yith-wcwl-add-button .view-wishlist{
    display: none;
}
.icons-product-box-item .yith-wcwl-add-button i{
    margin: 0;
}
.icons-product-box-item .yith-wcwl-add-to-wishlist{
    margin-top: 0;
}
.woocommerce-review-link{
    font-size: 15px;
    text-decoration: none;
    line-height: 40px;
    color: #432ce2;
}
.woocommerce-review-link:hover{
    color: #432ce2;
}
.woocommerce-review-link span{
    color: #432ce2;
}
.woocommerce-review__author{
    float: right;
    margin-left: 5px;
}
.woocommerce #review_form #respond .stars{
    display: inline-block;
    margin-top: 10px;
}   
.woocommerce #review_form #respond .stars span{
    line-height: 40px;
    display: block;
    font-size: 19px;
}
.woocommerce #review_form #respond label{
    display: block;
    color: #444;
}
.woocommerce #review_form #respond label span{
    color: #e15656;
}
#tab-reviews .comment-form-author , #tab-reviews .comment-form-email{
    width: calc(50% - 3px);
}
.comment-form-cookies-consent label{
    display: inline-block !important;
}
#tab-reviews{
    margin-bottom: 0 !important;
}
.woocommerce-variation-price{
    margin-bottom: 10px;
}
.woocommerce-variation-price span{
    color: #0bad00;
}

.woocommerce-variation-price del span{
    color: red !important;
}
.woocommerce-variation-price del span bdi{
    text-decoration: line-through;
}
.cart-and-price .woocommerce-Price-amount{
    color: #0e9f69;
    font-weight: 600;
}
.cart-and-price .woocommerce-Price-amount bdi span{
    color: #0e9f69;
    font-weight: 600;
}
.cart-and-price .price del span{
    color: red !important;
    text-decoration: line-through;
}
.cart-and-price .price del span{
    color: red !important;
    text-decoration: line-through;
}
.owl-carousel li.product{
    width: 100% !important;
    position: relative;
    border-radius: 10px;
    padding: 10px !important;
    padding-bottom: 50px !important;
    overflow: hidden;
    transition: all 0.3s;
}
ul.products li.product{
    padding: 7px !important;
    margin: 0 !important;
}
ul.products li.product .archive-product-box{
    background: #fff ;
    position: relative;
    border-radius: 10px;
    padding-bottom: 50px !important;
    overflow: hidden;
    transition: all 0.3s;
    padding: 10px;
}
ul.products li.product .star-rating{
    position: absolute;
    bottom: 5px;
    left: 5px;
}
ul.products li.product .yith-wcwl-add-to-wishlist{
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 50px;
    margin: 0 ;
    width: 38px;
    height: 38px;
    background: #ebe9eb;
    border-radius: 50%;

}
ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button{
    text-align: center;
}
ul.products li.product .yith-wcwl-add-to-wishlist a i{
    line-height: 40px;
    margin: 0;
}
ul.products li.product .star-rating span::before{
    top: -8px !important;
    font-size: 15px;
    right: auto !important;
    left: auto !important;
}
ul.products li.product .onsale{
    margin: 0 !important;
    right: 0 !important;
    left: auto !important;
    border-radius: 0px 10px 0px 20px !important;
    line-height: 35px;
    font-size: 14px;
    padding-left: 10px !important;
}
.woocommerce-loop-product__title{
    font-size: 15px !important;
    font-weight: 400;
    color: #2f2f2f;
    line-height: 28px;
    text-align: center;
}
.woocommerce ul.products li.product .price{
    text-align: center;
    font-weight: 500 !important;
}
.woocommerce ul.products li.product .price span{
    font-size: 15px;
}
ul.products li.product .yith-wcwl-add-to-wishlist a .fa-heart::before{
    margin-right: -4px;
}
ul.products li.product .yith-wcwl-add-to-wishlist a .fa-heart{
    color: #ea3434;
}
ul.products li.product .yith-wcwl-add-to-wishlist a .fa-heart-o{
    color: #575757;
}
.woocommerce ul.products li.product .button .bi-cart{
    color: #0070ff;
}
.woocommerce ul.products li.product .button:hover{
    background: #4f9bff;
}
.woocommerce ul.products li.product .button:hover i{
    color: #fff;
}
.woocommerce ul.products li.product .price span{
    color: #159c09;
    padding: 0 4px;
}
.woocommerce ul.products li.product .button.added i{
    display: none;
}
.woocommerce ul.products li.product .button.added::after{
    display: block;
    line-height: 38px !important;
    color: #0070ff;
}
.woocommerce ul.products li.product .button.loading::after{
    width: 20px;
    height: 20px;
    top: 9px !important;
    right: 9px !important;
    left: auto !important;
}
.woocommerce a.added_to_cart , .icons-product-box-item-compare .compare.added{
    display: inline-block;
    position: absolute;
    border-radius: 20px;
    -webkit-animation: fade 5s;
    -webkit-animation-fill-mode: both;
    padding: 0 10px;
    width: 80%;
    right: 10%;
    left: 10%;
    text-align: center;
    line-height: 35px;
    top: calc((100% - 35px)/2);
    background: #ce187ef2;
    color: #fff;
    box-shadow: 0 5px 5px #5a18ce40;
    padding-top: 0 !important;
    transition: all 0.2s;
}
.woocommerce a.added_to_cart:hover{
    opacity: 0.9 !important;
}
.woocommerce ul.products li.product .price del span{
    color: #f00;
    text-decoration: line-through;
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
.related.products{
    margin-top: 30px;
}
.related.products .ralated-title{
    padding: 10px 0;
    padding-bottom: 10px;
    padding-bottom: 20px;
}
.woocommerce-cart-form{
    width: 65%;
    float: right;
}
.cart-collaterals{
    width: 32% !important;
    float: left;
    padding: 0 !important;
}
.cart-collaterals .cart_totals{
    float: right;
    background: #f5f5f5;
    padding: 10px;
    margin: 0 !important;
    width: 100% !important;
    border-radius: 10px;
}
.cart_totals h2{
    text-align: center;
    margin-bottom: 10px;
}
.cart-box .cart-row{
    margin: 20px 0;
    border-radius: 10px;
}
.container.cart-box .woocommerce-cart-form , .container.cart-box .cart_totals {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.container.cart-box .woocommerce-cart-form{
    padding: 10px;
    padding-bottom: 0;
}
.woocommerce-MyAccount-navigation {
    width: 20%;
    float: right;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 10px;
    overflow: hidden;
  }
.woocommerce-MyAccount-content{
    width: 70%;
    float: left;
}
.woocommerce-MyAccount-content {
    float: left;
    width: calc( 78% - 20px );
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 10px;
    padding: 10px;
}
.user-profile {
    width: 120%;
    background-color: #64bc36;
    text-align: center;
    border-radius: 10px 10px 100% 100%;
    border-bottom: 4px solid #32c2d3;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-right: -10%;
    height: 130px;
}
.user-profile img {
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    padding-bottom: 10px;
    padding-bottom: 5px;
}
.user-profile p {
    line-height: 25px;
    color: #fff;
    font-size: 17px;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #eee !important;
    border-right: 3px solid #00a5bd !important;
    color: #00a5bd !important;
}

.woocommerce-MyAccount-navigation ul li a {
    line-height: 50px !important;
    display: block !important;
    padding-right: 10px;
    border-right: 3px solid transparent;
    text-decoration: none;
    color: #2f2f2f;
}
.is-active {
    display: block;
}
.woocommerce-MyAccount-navigation ul li a:hover {
    background: #eee;
    border-right: 3px solid #00a5bd;
    color: #00a5bd;
}
.wc-proceed-to-checkout a{
    display: block;
    text-align: center;
    border-radius: 5px;
    width: 98%;
    margin-right: 1% !important;
}
.btn-cart , .woocommerce-message .button{
    background: linear-gradient(to right, #00c6ff, #0072ff) !important;
    color: #fff !important;
}
.cart-collaterals .cart_totals table.shop_table tbody th , .cart-collaterals .cart_totals table.shop_table tbody td{
    border-top: none !important;
    text-align: center;
}
.comment-navigation{
    text-align: center;
}
.comment-navigation .nav-previous , .comment-navigation .nav-next{
    display: inline-block;
}
.comment-navigation .nav-previous a , .comment-navigation .nav-next a{
    display: block;
    padding: 2px 10px;
    border-radius: 6px;
    text-decoration: navajowhite;
    font-size: 16px;
    margin: 10px 5px ;
    color: #fff;
    background: #8b2be2;
    box-shadow: 0 2px 5px rgba(139, 43, 226, 0.36);
}
.author-box{
    width:100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
    margin-top: 30px;
    padding: 10px;
    padding-top: 0;
    padding-bottom: 20px;
}
.author-box img{
    border-radius: 50%;
    margin-top: -20px;
}
.author-box span{
    display: block;
    font-weight: 500;
    font-size : 17px;
    line-height: 50px !important;
}
.author-box p{
    line-height: 35px;
    color: #060606;
    font-size: 15px;
}
.comment-navigation .nav-next a{
    background: #5809e0;
    box-shadow: 0 2px 5px rgba(88, 9, 224,0.36);
}
.counter{
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 5px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #e6008c;
    padding: 10px ;
    padding-bottom: 15px;
}
.counter-text{
    position: absolute;
    bottom: -15px;
    display: inline-block;
    background-color: #eee;
    width: 50%;
    right: 25%;
    left: 25%;
    font-size: 14px;
    color: #082dbd;
}
.counter .counter-day , .counter .counter-houre , .counter .counter-minute , .counter .counter-second{
    text-align: center;
    width:25%;
    float: left;
    display: inline-block;
    position: relative;
}
.counter div span {
    color: #e6008c;
    display: block;
    font-size: 14px;
}
.counter div p{
    color: #e6008c;
    font-size: 22px;
    font-weight: 500;
}
.counter-day::after ,.counter-houre::after ,.counter-minute::after{
    content: ":";
    position: absolute;
    right: 0;
    top: 0 ;
    color: #d32d2d;
}
.woocommerce-result-count{
    float: left !important;
    margin: 0 !important;
    line-height: 35px;
    font-size: 15px !important;
    padding-left: 5px;
}
.order-resault{
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10pc rgba(0,0,0,0.1);
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 10px;
}
.order-resault i{
    float: right;
    display: block;
    padding: 0 10px;
    font-size: 20px;
}
.order-resault i::before{
    line-height: 35px !important;
}
.order-resault ul{
    float: right;
}

.order-resault ul li{
    display: inline-block;
}
.order-resault ul li a{
    text-decoration: none;
    font-size: 15px;
    line-height: 35px;
    display: inline-block;
    padding: 0 10px;
    border-radius: 10px;
    margin: 0 2px;
    color: #333;
}
.order-resault ul li a[selected="selected"]{
    color: #fff;
    background: #7b1bdcd6;
    box-shadow: 0 2px 4px #812ad985;
}
.icons-product-box-item .compare-button .compare{
    display: block;
    height: 30px;
    position: relative;
}
.icons-product-box-item-compare i{
    position: absolute;
    right: calc((100% - 24px)/2);
}
.icons-product-box-item-compare{
    position: relative;
}
.number-product-account {
    background-color: #64bc36;
}
.top-dashboard{
    text-align: center;
}
.top-dashboard a{
    text-decoration: none;
}
.top-dashboard-item {
    height: 100px;
    border-radius: 10px;
    background-image: linear-gradient(to left,rgba(255,255,255,0) 25%,rgba(255,255,255,.3));
    text-align: center;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
}
.top-dashboard-item i {
    float: right;
    width: 30%;
    background-color: #00000013;
    font-size: 25px;
    border-radius: 70% 10px 10px 50%;
}
.top-dashboard-item i::before{
    line-height: 100px;
}
.top-dashboard-item div {
    float: left;
    width: 70%;
    color: #fff;
}
.top-dashboard-item p {
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 55px;
    color: #fff !important;
    border-bottom: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.top-dashboard-item span {
    font-size: 17px;
    font-weight: 300;
    color: #ffffff;
}
.number-buyed{
    background-color: #a837bb;
}
.number-entezar-pardakht {
    background-color: #f3103c;
}
.date-register {
    background-color: #ffae00;
}
.bottom-dashboard p{
    color: #2f2f2f !important;
}
.bottom-dashboard p a{
    text-decoration: none;
}
.woocommerce-orders-table a{
    text-decoration: none;
}
.woocommerce-Addresses header{
    background: none;
}
.woocommerce-Address-title h3{
    display: inline-block;
}
.woocommerce-Address-title a{
    color: #00a5bd;
    float: left;
    padding-left: 20px;
}
.woocommerce-Address-title a i::before{
    line-height: 30px;
    margin-left: 7px;
}
.woocommerce-Addresses address{
    border: 1px solid #eee;
    padding: 10px;
    margin-top: 10px;
}
.woocommerce-EditAccountForm label, .edit-account label , .woocommerce-MyAccount-content label{
    color: #4d4d4d;
}
.woocommerce-EditAccountForm input, .edit-account input , .woocommerce-MyAccount-content input{
    color: #2f2f2f;
    font-size: 16px;
    padding: 0 10px;
    line-height: 28px !important;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: all 0.2s;
}
.woocommerce-EditAccountForm input:focus, .edit-account input:focus , .woocommerce-MyAccount-content input:focus{
    border: 1px solid #a4a4a4;
}
.woocommerce-EditAccountForm .show-password-input{
    top: 7px !important;
}
.select2-selection__rendered{
    text-align: right;
    font-size: 15px;
}
.select2-selection__arrow{
    right: auto;
    left: 5px;
}
.select2-dropdown{
    margin-top: 4px;
    text-align: right;
}
.select2-search__field{
    text-align: right;
    padding-right: 5px;
}
.woocommerce-input-wrapper .selection .select2-selection{
    border: 1px solid #ddd !important;
}
.my-address-text , .my-order-text {
    color: #4d4d4d;
    font-weight: 300;
    margin: 10px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.woocommerce-MyAccount-content p{
    color: #4d4d4d;
    font-weight: 300;
}
.woocommerce-MyAccount-content p mark{
    background: none;
    padding: 0 5px;
    font-weight: 400;
}
.woocommerce-order-details__title{
    text-align: center;
}
.woocommerce table.shop_table th{
    font-weight: 500 !important;
}
.woocommerce-table__product-name a{
    text-decoration: none;
    color: #00a5bd;
}
.woocommerce table.shop_table tfoot td , .woocommerce table.shop_table tfoot th {
    font-size: 15px;
}
.woocommerce table.shop_table tfoot td span{
    font-size: 15px;
    font-weight: 400;
}
.social-icons-menu a{
    background: none;
}
.product-box{
    width: 100%;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    padding: 10px;
}
.product-box2{
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
}
.product-item-div{
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}
.product-item-div .onsale{
    transition: all 0.3s;
}
.product-item-div:hover .onsale{
    right: 0 !important;
}
.product-box .product-item{
    overflow: hidden;
}
.product-box .product-item .onsale{
    right: -50px;
}
.product-box .product-item{
    text-align: center;
}
.product-box .product-item .product-title-home , .moment-box .product-item .product-title-home{
    display: block;
    font-size: 15px;
    line-height: 25px;
    min-height: 50px;
    color: #404040;
}
.moment-box .price .woocommerce-Price-amount , .moment-box .price  , .course-item-div .price .woocommerce-Price-amount, .course-item-div .price , .product-box .price .woocommerce-Price-amount , .product-box .price , .quick_view_product .price , .quick_view_product .price .woocommerce-Price-amount , .course-price .price , .course-price .price .woocommerce-Price-amount{
    color: #159c09;
}
.moment-box .price , .course-item-div .price , .product-box .price , .quick_view_product .price , .course-price .price{
    line-height: 50px;
}
.course-item-div .price span ,.product-box .price span , .quick_view_product .price span , .course-price .price span{
    line-height: 50px;
}
.moment-box .price del bdi span , .course-item-div .price del bdi span , .product-box .price del bdi span , .quick_view_product .price del bdi span , .course-price .price del bdi span{
    color: #f00;
}
.moment-box .price del bdi , .course-item-div .price del bdi , .product-box .price del bdi , .quick_view_product .price del bdi , .course-price .price del bdi{
    text-decoration: line-through;
    color: #f00;
}
.course-price .woocommerce-Price-currencySymbol{
    color: #159c09;
}
.course-price span{
    font-size: 18px !important;
}
.box-title{
    display: inline-block;
    color: #5000ff !important;
    padding-right: 10px;
}
.course-item-div .price del , .course-item-div .price ins , .product-box .price del , .product-box .price ins , .quick_view_product .price del , .quick_view_product .price ins , .course-price .price del , .course-price .price ins{
    margin: 0 4px;
}
.course-item-div .woocommerce-Price-currencySy , .product-box .woocommerce-Price-currencySymbol , .quick_view_product .woocommerce-Price-currencySymbol , .course-price .price .woocommerce-Price-currencySymbol {
    padding-right: 2px;
}
.product-image-home img{
    margin-bottom: 5px;
    border-radius: 5px !important;
}
.product-icon-box-item i {
    color: #424242;
}
.see-all{
    float: left;
    color: #fff !important;
    background: #5000ff;
    line-height: 30px;
    padding: 0 8px;
    border-radius: 14px;
    margin-left: 5px;
}
.product-box-head{
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.product-box .bi-eye{
    cursor: pointer;
}
.quick_view_product{
    width: 60%;
    position: fixed;
    top: calc((100% - 350px)/2);
    right: 20%;
    background-color: #fff;
    display: none;
    z-index: 99999999999999;
    height:150px;
    border-radius: 20px;
    padding: 20px;
    height: 350px;
}
.quick_view_product_background{
    width: 100%;
    height: 100%;
    background-color: #00000093;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999999999999;
    display: none;
}
.product-icon-box{
    width: 65%;
    position: fixed;
    right: 17.5%;
    top: calc(((100% - 35px)/2) + 20px);
    background: #fff;
    border-radius: 20px;
    opacity: 0;
    transition: all 0.3s;
    border: 1px solid #eee;
}
.product-item-div:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.product-icon-box-item{
    width: 33.3%;
    display: inline-block;
    float: right;
    text-align: center;
    min-height: 35px;
    max-height: 35px;
}
.product-icon-box-item:first-child{
    border-radius: 0 20px 20px 0;
}
.product-icon-box-item:last-child{
    border-radius: 20px 0 0 20px;
}
.product-icon-box-item:hover{
    background: #0070ff;
    color: #fff;
}
.product-icon-box-item:hover i{
    color: #fff;
}
.product-icon-box-item i::before{
    display: block;
    line-height: 35px;
}
.product-icon-box-item .yith-wcwl-add-to-wishlist , .product-icon-box-item .yith-wcwl-add-to-wishlist i{
    margin: 0;
}
.product-icon-box-item .yith-wcwl-add-to-wishlist i::before{
    font-family: FontAwesome !important;
    font-weight: 300;
}
.product-item{
    position: relative;
}
.product-item:hover .product-icon-box{
    opacity: 1;
    top: calc((100% - 35px) / 2);
}
.product-item .onsale{
    position: absolute;
    top: 0;
    right: 0;
    direction: ltr;
    background: #2dcea2 !important;
    color: #fff;
    padding: 0 10px !important;
    padding-left: 10px;
    border-radius: 0px 10px 0px 20px !important;
    line-height: 35px;
    font-size: 14px;
    padding-left: 10px !important;
    font-weight: 500;
}
.product-box .owl-nav{
    display: none;
}
.owl-quick-view .owl-nav{
    margin: 0;
}
.owl-quick-view .owl-nav .owl-prev span{
    display: inline-block;
    position: absolute;
    right: 0;
    top: calc((100% - 50px)/2);
    font-size: 40px;
    font-weight: 200;
    background: #fff;
    padding: 20px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    line-height: 10px;
    color: #999;
} 
.owl-quick-view .owl-nav .owl-next span{
    display: inline-block;
    position: absolute;
    left: 0;
    top: calc((100% - 50px)/2);
    font-weight: 200;
    font-size: 40px;
    color: #999;
    background: #fff;
    padding: 20px;
    border-radius: 50%;
    box-shadow: 0 0 5px #0000001a;
    line-height: 10px;

} 
.owl-quick-view .owl-nav .owl-next span:hover , .owl-quick-view .owl-nav .owl-prev span:hover{
    color: #0000007a !important;
}
.owl-quick-view .owl-dots{
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.owl-quick-view .owl-dots button span{
    width: 8px !important;
    height: 8px !important;
}
.add_to_cart_quick_view{
    display: inline-block;
    width: auto;
    background: #43bd0b;
    color: #fff !important;
    border-radius: 20px;
    padding: 0 15px;
    margin-right: 5px;
    margin-left: 5px;
}
.quick_view_product  .yith-wcwl-add-to-wishlist{
    display: inline-block;
    width: auto;
    margin: 0;
    background: #e8196c;
    border-radius: 20px;
    padding: 0 15px;
    margin-right: 5px;
    margin-left: 5px;
}
.quick_view_product  .yith-wcwl-add-to-wishlist i::before{
    font-family: FontAwesome !important;
    font-weight: 300;
    margin: 0;
}
.quick_view_product  .yith-wcwl-add-to-wishlist i{
    margin: 0;
    display: block;
    line-height: 33px;
}
.quick_view_product  .yith-wcwl-add-to-wishlist .yith-wcwl-add-button{
    display: inline-block;
    width: auto;
    color: #fff !important;
}
.course-box{
    background: #fff;
    border-radius: 10px;
    width: 100%;
    padding: 10px;
}
.course-box h1{
    line-height: 40px;
    font-size: 18px;
    font-weight: 500;
    padding-right: 10px;
    color: #393939;
}
.course-title{
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}
.course-title span{
    color: #8e8e8e;
    font-size: 13px;
    display: block;
}
.course-box-item{
    padding: 10px 0;
}
.course-box-item p{
    display: inline-block;
    width: 55%;
    float: left;
    font-size: 16px;
    color: #373737;
}
.course-box-item div{
    width: 45%;
    display: inline-block;
    float: right;
}
.course-box-item div span{
    font-size: 15px;
    color: #4f4f4f;
}
.course-box-item div i{
    margin-left: 2px;
    color: #4d02e0;
}
.course-video-box video{
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.course-price{
    background: #eee;
    width: 95%;
    margin: 15px 2.5%;
    border-radius: 10px;
    border: 1px dashed #4c01e0;
    padding: 10px;
    text-align: center;
    position: relative;
}
.onsale-course{
    position: absolute !important;
    left: 0 !important;  
    right: auto !important;
    background: #d30000 !important;
    border-radius: 50% !important;
    transform: rotate(-20deg);
    color: #fff;
    padding: 10px;
    top: -20px;
    border: 1px dashed #fff;
    width: 50px;
    height: 50px;
    font-size: 19px;
    transition: all 0.3s;
}
.course-box:hover .onsale-course{
    transform: rotate(0deg);
}
.add_to_cart_course{
    width: 100%;
    text-align: center;
    color: #fff !important;
    border-radius: 10px !important;
    line-height: 20px !important;
    background: #1fdba6 !important;
    box-shadow: 0 5px 10px #36d29e6e !important;
}
.course-box .counter-text{
    background: #fff;
}
.feature-course{
    background: linear-gradient(to left, #e3e3e3 ,#fff);
    border-radius: 8px;
    text-align: center;
    border: 1px solid #9700ff;
    box-shadow: 0 0 10pc rgba(0,0,0,0.1);
    padding: 10px;
    transition: all 0.3s;
}
.feature-course i{
    display: block;
    color: #9700ff;
    font-size: 26px;
    margin: 5px 0;
}
.feature-course p{
    color: #9700ff;
    margin: 5px 0;
    margin-top: 10px;
}
.feature-course:hover{
    background: linear-gradient(to right,#9700ff , #b953ff);
}
.feature-course:hover i , .feature-course:hover p{
    color: #fff;
}
.short-descriptions-course{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 25px 10px;
    margin: 15px 0;
    overflow: hidden;
}
.short-descriptions-course p {
    color: #282828;
    font-weight: 300;
}
.descriptions-title , .course-page-related-product .ralated-title{
    position: relative;
    display: inline-block;
    padding-right: 45px;
    color: #2f8aff !important;
    transition: all 0.3s;
}
.descriptions-title::before , .course-page-related-product .ralated-title::before{
    content: '';
    width: 20px;
    height: 5px;
    background: #0089ff;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: calc((100% - 5px)/2);
    transition: all 0.3s;
}
.descriptions-title::after , .course-page-related-product .ralated-title::after{
    content: '';
    width: 10px;
    height: 5px;
    background: #0088ffd5;
    border-radius: 5px;
    position: absolute;
    right: 25px;
    top: calc((100% - 5px)/2);
    transition: all 0.3s;
}
.row-short-descriptions:hover .descriptions-title::before , .course-page-related-product:hover .ralated-title::before{
    width: 30px;
}
.row-short-descriptions:hover .descriptions-title::after , .course-page-related-product:hover .ralated-title::after{
    right: 35px;
}
.row-short-descriptions:hover .descriptions-title{
    padding-right: 55px;
}
.short-descriptions-course .woocommerce-Reviews .submit{
    line-height: 20px !important;
    margin-bottom: 0 !important;
}
.short-descriptions-course .woocommerce-Reviews textarea{
    min-height: 200px !important;
}
.about-author-text p{
    color: #282828;
    font-weight: 300;
}
.about-author-text span{
    display: block;
    font-weight: 500;
    color: #282828;
    padding: 5px 0;
}
.course-box-head{
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.course-item-div{
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    transition: all 0.3s;
}
.course-item-div .onsale-course{
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0;
    line-height: 40px;
    font-size: 16px;
}
.course-item-div:hover .onsale-course{
    transform: rotate(0deg) !important;
}
.course-item-div:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.course-item-div .product-title-home{
    display: block;
    font-size: 15px;
    line-height: 25px;
    min-height: 50px;
    color: #404040;
}
.add-to-cart-course-home{
    display: block;
    width: 80%;
    text-align: center;
    background: #30c65c;
    color: #fff !important;
    border-radius: 1px 5px 5px 1px;
    line-height: 32px;
    margin-top: 10px;
    float: right;
}
.course-item-div .yith-wcwl-add-to-wishlist{
    width: 18%;
    float: left;
    margin: 0;
    text-align: center;
    margin-top: 10px;
    height: 32px;
    border-radius: 5px 0 0 5px;
    background: #ff2b71;
}
.course-item-div .yith-wcwl-add-to-wishlist i{
    margin: 0;
    color: #fff;
}
.course-item-div .yith-wcwl-add-to-wishlist i::before{
    font-family: FontAwesome;
    font-weight: 300;
    display: block;
    line-height: 32px;
}
.mini-cart-float , .my-account-float{
    position: fixed;
    left: -100%;
    top: 0;
    background: #fff;
    height: 100%;
    overflow-y: scroll;
    border-right: 1px solid #eaeaea;
    box-shadow: 0 1px 8px rgba(0,0,0,0.1);
    padding: 10px;
    text-align: center;
    transition: all 0.3s;
}
.mini-cart-float .mini-cart-thumbnail{
    display: inline-block;
    width: 95%;
    padding: 5px;
    float: right;
}
.mini-cart-float .remove{
    width: 5%;
    float: left;
    color: #f00;
    padding: 15px 0;
    font-size: 20px;
}
.mini-cart-float .mini-cart-thumbnail img{
    max-width: 25%;
    height: auto;
    float: right;
    border-radius: 10px;
}
.mini-cart-float .woocommerce-mini-cart__total{
    color: #000;
    line-height: 50px;
    text-align: center;
    color: #f00;
}
.mini-cart-float .woocommerce-mini-cart__total .woocommerce-Price-amount , .mini-cart-float .woocommerce-mini-cart__total .woocommerce-Price-amount span{
    color: #0800ff;
}
.mini-cart-float .woocommerce-mini-cart__buttons{
    width: 100%;
    display: block;
}
.mini-cart-float .woocommerce-mini-cart__buttons a{
    border: 1px solid #7e16c6;
    border-radius: 5px;
    margin: 10px 0;
    display: block;
    color: #7e16c6;
    text-align: center;
    line-height: 35px;
    padding: 0 5px;
}
.mini-cart-float .woocommerce-mini-cart__buttons a.checkout{
    background: #7e16c6;
    color: #fff;
}
.mini-cart-float li{
    background: #f7f7f7;
    margin: 10px 0;
    border-radius: 8px;
    padding-bottom: 4px;
    border: 1px solid #eee;
}
.mini-cart-float .mini-cart-thumbnail p{
    float: left;
    width: 75%;
    padding: 10px;
    text-align: right;
    font-weight: 400;
    color: #2f2f2f;
}
.mini-cart-float .quantity{
    width: 100%;
    display: block;
    text-align: center;
    color: #1c902e;
}
.mini-cart-float .quantity span{
    color: #1c902e;
}
.mini-cart-float h5{
    text-align: right;
    padding-bottom: 5px;
    border-bottom: 2px solid #5227ca;
    margin-bottom: 5px;
    color: #5227ca;
}
.close-float-cart{
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 2px;
    color: #f00;
    font-size: 23px;
}
.mini-cart-float-background , .my-account-float-background{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #00000093;
    display: none;
}
.mini-cart-float-active , .my-account-float-active{
    left: 0;
}
.empty-mini-cart img{
    max-width: 100%;
    margin: 20px 0;
}
.empty-mini-cart p{
    color: #939393;
}
.my-account-float{
    overflow-y: auto;
    padding: 20px;
    padding-top: 0;
}
.my-account-float h5{
    border-bottom: 1px solid #eee;
    padding: 5px 0;
    color: #555;
}
.my-account-float label{
    display: block;
    text-align: right;
    color: #4a4a4a;
    font-size: 15px;
    padding: 10px 0;
}
.my-account-float label .required{
    color: #ea0016;
}
.my-account-float input{
    display: block;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #eee;
}
.my-account-float button{
    width: 100%;
    background: #8d41fb;
    border: none;
    border-radius: 5px;
    color: #fff;
    margin: 10px 0;
}
.my-account-float .woocommerce-form-login__rememberme input{
    display: inline-block;
    width: auto;
}
.my-account-float .woocommerce-form-login__rememberme span{
    font-size: 15px;
    color: #4a4a4a;
}
.my-account-float .lost_password{
    text-align: right;
}
.my-account-float .lost_password a{
    color: #0087ff;
    font-size: 15px;
    padding: 7px 0;
    display: block;
}
.my-account-float-register{
    display: block;
    color: #0070ff;
    text-align: right;
}
.order-resault .woocommerce-ordering select{
    width: 90%;
    background: #f2f2f2;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 2px 5px;
    color: #3e3e3e;
    font-size: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    height: 35px;
}
.order-resault .woocommerce-ordering{
    margin: 0 !important;
}
.last-post-box article{
    padding: 5px;
    position: relative;
}
.last-post-item{
    overflow: hidden;
    position: relative;
    display: block;
}
.last-post-item-background{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.3) 190%);
    border-radius: 10px;
}
.last-post-box article:hover img{
    transform: scale(1.1);
}
.last-post-box article img{
    width: 100% !important;
    height: auto;
    border-radius: 10px;
    transition: all 0.5s;
}
.last-post-box article{
    width: 100%;
}
.last-post-box article h3{
    position: absolute;
    bottom: 5px;
    text-align: right;
    font-size: 15px;
    padding: 10px;
    display: block;
    line-height: 25px;
    font-weight: 400;
    width: 100%;
    color: #fff;
    z-index: 999999999999999999999999999999999999999;
}
.last-post-date{
    position: absolute;
    display: inline-block;
    padding: 0px 8px;
    background: #0800ff;
    border-radius: 10px;
    color: #fff !important;
    font-size: 14px !important;
    top: 20px;
    left: 10px;
    line-height: 20px;
}
.last-post-box .owl-nav{
    margin: 0 !important;
}
.last-post-box .owl-nav .owl-prev span{
    position: absolute;
    right: 0;
    top: calc((100% - 40px) / 2);
    background: #ffffff70;
    border-radius: 50%;
    display: inline-block;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
}
.last-post-box .owl-nav .owl-next span{
    position: absolute;
    left: 0;
    top: calc((100% - 40px) / 2);
    background: #ffffff70;
    border-radius: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
}
#coupon_code{
    border: 1px solid #eee;
    text-align: center;
    width: 100px;
    border-radius: 5px;
    outline: none;
    transition: all 0.3s;
}
#coupon_code:focus{
    width: 120px;
    border-color: #822ca9;
}
.checkout-box{
    background: #fff;
    margin: 20px 0;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.checkout-box .woocommerce-info .showcoupon{
    position: relative;
    text-decoration: none;
}
.checkout-box #coupon_code{
    width: 100%;
    line-height: 35px;
}
.checkout-box input , .checkout-box textarea{
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 15px;
    line-height: 35px !important;
    color: #393939;
}
.checkout-box textarea{
    min-height: 180px;
}
.form-row.place-order a{
    text-decoration: none;
}
#billing_postcode{
    text-align: left;
}
.checkout-box .selection span{
    height: 35px;
    line-height: 35px !important;
    border: 1px solid #eee;
}
.thankyou-box{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin: 20px 0;
}
.thankyou-box .woocommerce-thankyou-order-received{
    margin-bottom: 20px;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 10px;
}
.related.products .owl-nav{
    margin: 0;
    position: absolute;
    top: -60px;
    left: 0;
}
.related.products .owl-nav span{
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    font-size: 25px;
    font-weight: 300;
}
.cart_totals .cart-discount td a{
    text-decoration: none;
}
.cart_totals .cart-discount td{
    color: red;
}
.cart_totals .cart-discount td .woocommerce-Price-amount{
    margin-right: 2px;
    color: red;
}
.cart_totals .cart-discount td .woocommerce-Price-amount span{
    color: red;
}
.cart_totals .cart-discount td .woocommerce-Price-amount span span{
    color: red;
}
.MyAccount-navigation-responsive{
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 9999999999999999999999;
    border-radius: 10px 0 0 10px;
    transition: all 0.3s;
    right: -100%;
}
.woocommerce-MyAccount-menu{
    cursor: pointer;
    display: inline-block;
    background: #0089ff;
    color: #fff;
    border-radius: 10px 2px 2px 10px;
    padding: 2px 10px;
    margin-bottom: 10px;
}
.MyAccount-navigation-responsive-active{
    right: 0;
}
.MyAccount-navigation-responsive .bi-arrow-right{
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}
.cart-title{
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
    color: #424242;
}
.woocommerce .term-description{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 20px;
}
.woocommerce .term-description p{
    font-weight: 300;
}
.woocommerce-checkout-review-order thead tr , .woocommerce-checkout-review-order tbody tr , .woocommerce-checkout-review-order tfoot tr{
    text-align: right;
}
.woocommerce-checkout-payment .woocommerce-info{
    text-align: right !important;
}
.woocommerce-form-coupon p{
    text-align: right;
    margin-bottom: 10px;
}
li.wc_payment_method{
    text-align: right !important;
}
.empty-cart-box{
    margin: 20px 0;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
    position: relative;
    text-decoration: none;
}
.lost-password-box{
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 20px;
    margin: 20px 0;
    background: #fff;
}
.lost-password-box p{
    color: #2b2b2b;
    font-weight: 300;
}
.lost-password-box label{
    margin-bottom: 10px;
}
.lost-password-box input{
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 15px;
    line-height: 35px !important;
    text-align: left;
    color: #393939;
}
.my-account-float input{
    text-align: left;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 0 10px;
    color: #393939;
}
.form-login-box{
    background: #fff;
    margin: 20px 0;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.form-login-box h2{
    text-align: center;
}
.form-login-box form{
    margin-top: 20px !important;
}
.form-login-box form input{
    text-align: left;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 0 10px !important;
    color: #393939;
    line-height: 35px !important;
}
.form-login-box form .show-password-input{
    left: auto !important;
}
.form-login-box form a{
    text-decoration: none;
}
.yith-wcwl-share{
    float: right;
}

.accourding-box{
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
    border-radius: 20px;
    background: #fff;
    padding: 10px 25px;
    overflow: hidden;
    cursor: pointer;
    padding-top: 20px;
    border: 1px solid #eee;
}
.accourding-head-img{
    width: 10%;
    float: right;
}
.accourding-head-title{
    width: 90%;
    float: left;
    padding-right: 20px;
}
.accourding-head-title h4{
    font-weight: 700;
    font-size: 21px;
    margin: 10px 0;
}
.accourding-head-title span{
    display: block;
    font-size: 15px;
    font-weight: 300;
}
.accourding-lesson-item-info h5{
    width: 70%;
    float: right;
    font-weight: 300;
    line-height: 60px;
}

.accourding-lesson-item-content{
    background: #f7f7f7;
    border-radius: 20px;
    padding: 20px;
    margin: 10px 0;
    display: none;
}
.accourding-lesson-item-content li{
    font-weight: 300;
    position: relative;
    padding-right: 35px;
    font-size: 16px;
}
.accourding-lesson-item-content li::before{
    content: '\f00c';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #61df4f;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 5px;
    font-family: FontAwesome !important;
    color: #fff;
    line-height: 20px;
    text-align: center;
    font-size: 13px;
}
.accourding-lesson-item{
    border-bottom: 1px solid #eee;
}
.accourding-lesson-item:last-child{
    border-bottom: none;
}
.accourding-lesson-item-info .bi-chevron-down{
    float: left;
}
.accourding-lesson-item-info .bi-chevron-down::before{
    display: inline-block !important;
    height: 60px;
    line-height: 60px !important;
    margin-right: 15px;
    transition: all 0.3s;
}
.rotate-arrow::before{
    transform: rotate(180deg);
}
.remove_from_wishlist{
    font-size: 20px !important;
}
.wishlist_view th span{
    font-size: 14px !important;
    line-height: 20px;
    display: block;
    text-align: center;
}
.wishlist_view td.product-name a{
    text-decoration: none;
    line-height: 25px;
    text-align: right;
    display: block;
    color: #444;
}
.wishlist_view td.product-price del span{
    color: red !important;
    text-decoration: line-through;
}
.wishlist_view td.product-price ins span{
    color: green;
}
.wishlist_view td.product-price .woocommerce-Price-amount , .wishlist_view td.product-price .woocommerce-Price-amount span{
    color: green;
}
.yith_wcwl_wishlist_footer .yith-wcwl-share{
    float: right !important;
}
.wishlist_view td.product-price span{
    font-size: 14px !important;
}
.wishlist_view td.product-stock-status span{
    font-size: 14px;
} 
#yith-wcwl-form .wishlist_table{
    border-radius: 10px !important;
    border: 1px solid #eee !important;
}
.wishlist_table.mobile li{
    border-bottom: 1px solid #eee;
}
.wishlist_table.mobile li:last-child{
    border-bottom: none;
}
.course-feautor-box{
    margin: 10px 0;
    height: 50px;
}

.commentlist li .star-rating{
	float:left;
}
.summary.entry-summary.ps-md-4{
    margin-top: 10px;
}
.product-icon-box-item .yith-wcwl-add-button i{
	width:100%;
}
.elementor-widget-container .mc4wp-form input{
    background: transparent;
    border: 1px solid #ffffffa3;
    border-radius: 45px;
    padding: 0 15px;
    line-height: 38px;
    width: 100%;
    margin: 7px 0;
    outline: none;
    color: #fff;
    box-shadow: 2px 0 5px #ffffff8f;
}
.elementor-widget-container .mc4wp-form input::placeholder{
    text-align: right;
}
.elementor-widget-container .mc4wp-form input[type='submit']{
    background: #fff;
    color: #000;
}
.elementor-widget-container .mc4wp-form .mc4wp-response p{
    color: #fff;
    text-align: center;
    margin-top: 10px;
}
.woocommerce-pagination ul.page-numbers li{
    margin: 5px !important;
    border-radius: 5px;
    height: 40px;
    width: 30px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    border: none !important;
    float: right !important;
}
.woocommerce-pagination ul.page-numbers li a  , .woocommerce-pagination ul.page-numbers li span{
    color: #444444;
    line-height: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    display: block;
}
.woocommerce-pagination ul.page-numbers li a:hover{
    background: #fff !important;
}

.woocommerce-pagination ul.page-numbers {
    border: none !important;
    margin-bottom: 10px !important;
}
.notification-box{
    position: relative;
    z-index: 9;
}
.notification-box p{
    line-height: 35px;
    font-size: 17px;
}
.notification-box a{
    display: inline-block;
    border-radius: 7px;
    line-height: 35px;
    padding: 0 20px;
    text-decoration: none;
}
.notification-box i::before{
    display: block !important;
    line-height: 35px !important;
    font-size: 25px;
    cursor: pointer;
}
.notification-box .row{
    padding: 12px 0;
}
#pills-home-tab img{
    max-width: 70px;
    margin-bottom: 10px;
}
.nav-pills{
    justify-content: center;
    overflow-x: auto !important;
    position: relative;
    white-space: nowrap;
    display: block;
    text-align: center;
    padding-bottom: 10px;
}
.nav-pills li{
    display: inline-block;
}
.nav-pills .nav-link{
    background: #fff;
    margin: 0 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
    border: 1px solid #ececec;
    border-radius: 8px;
}
.nav-pills .nav-link span{
    font-size: 14px;
}
.show-all-products-category{
    padding: 5px 20px;
    background: #fff;
    border-radius: 10px;
    color: #222;
    display: inline-block;
    box-shadow: 0 0 5px rgba(0,0,0,0.05) !important;
    transition: all 0.3s;
}
.show-all-products-category:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.1) !important;
}
.course-box .yith-wcwl-add-to-wishlist{
    display: inline-block;
    margin-top: 0;
    float: right;
}
.course-box .bi-share{
    display: inline-block;
    background: #f9f9f9;
    border-radius: 50%;
    font-size: 16px;
    border: 1px solid #eaeaea;
    color: #373737;
    float: right;
    text-align: center;
    width: 38px;
    height: 38px;
    margin-left: 5px;
    cursor: pointer;
}
.course-box .bi-share::before{
    line-height: 38px;
}
.course-box .add_to_wishlist{
    display: inline-block;
    padding: 10px;
    background: #f9f9f9;
    border-radius: 50%;
    font-size: 16px;
    border: 1px solid #eaeaea;
    color: #373737;
}
.course-box .yith-wcwl-add-to-wishlist i{
    margin: 0;
}
.course-box .yith-wcwl-add-button .separator , .course-box .yith-wcwl-add-button .view-wishlist{
    display: none !important;
}
.course-box .delete_item{
    max-width: 38px;
    display: inline-block;
    background: #f9f9f9;
    border-radius: 50%;
    font-size: 16px;
    border: 1px solid #eaeaea;
    color: #ec3a3a;
    text-align: center;
    line-height: 38px;
    min-height: 38px !important;
}
.rating-course-box{
    border-right: 1px solid #eee;
}
.rating-course-box p{
    font-size: 13px;
    margin-top: 3px;
}
.dgwt-wcas-search-form .dgwt-wcas-search-input{
    text-align: right !important;
    padding-right: 40px !important;
    border-radius: 20px !important;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1) !important;
}
.dgwt-wcas-suggestions-wrapp{
    border-radius: 10px !important;
    margin-top: 5px !important;
}
.dgwt-wcas-search-form .dgwt-wcas-search-input::placeholder{
    font-style: normal !important;
}
.dgwt-wcas-st{
    text-align: right !important;
}
.dgwt-wcas-si{
    margin-left: 5px !important;
}
.dgwt-wcas-suggestions-wrapp a{
    text-decoration: none !important;
}
.course-page-related-product .ralated-title{
    padding-right: 45px !important;
}
.course-page-related-product section{
    margin-top: 0 !important;
}
.course-page-related-product:hover .ralated-title{
    padding-right: 55px !important;
}

.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th , .woocommerce table.shop_table th , .woocommerce .woocommerce-customer-details address{
    text-align: right !important;
}
.woocommerce table.shop_table td.product-stock-status{
    text-align: center;
}
.woocommerce-customer-details address{
    position: relative;
}
.woocommerce-customer-details address p::before{
    right: 0 !important;
}
.cart-and-price-box .quantity , .cart-and-price-box button{
    float: right !important;
}
.woocommerce div.product div.images .flex-control-thumbs li{
    float: right !important;
}

.slide-progress {
    width: 0;
    max-width: 100%;
    height: 2px;
    background: #7fc242;
    margin-bottom: 8px;
}
.moment-box{
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    padding: 10px;
}
.moment-title{
    display: block;
    text-align: center;
    margin-bottom: 5px;
}
.moment-box .product-item-div:hover{
    box-shadow: none !important;
}
.acourdion-box{
    background: #fff;
    padding: 10px 15px;
    box-shadow: 0 0 5px rgba(0,0,0,0.05);
    border-radius: 6px;
}
.acourdion-box-head{
    cursor: pointer;
}
.acourdion-box-head h5{
    width: 95%;
    float: right;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    line-height: 35px !important;
}
.acourdion-box-head span{
    display: inline-block;
    float: left;
    width: 5%;
    text-align: left;
}
.acourdion-box-content{
    display: none;
    font-weight: 300;
    border-top: 1px solid #eee;
    padding-top: 5px;
    margin-top: 5px;
}
.acourdion-box-content div{
    font-size: 15px;
}
.acourdion-box-head i::before{
    transition: all 0.3s;
    line-height: 35px !important;
}
.acourdion-isOpen::before{
    transform: rotate(180deg);
}
.custom-banner{
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    min-height: 200px;
    width: 100%;
}
.custom-banner:hover img{
    transform: scale(1.1);
}
.custom-banner-title{
    font-weight: 500;
    font-size: 22px !important;
    margin-top: 23px;
    display: block;
    width: 60%;
    padding-right: 20px;
    z-index: 9999;
    position: relative;
}
.custom-banner img{
    position: absolute;
    left: -15%;
    top: auto;
    width: 200px;
    height: auto;
    bottom: 10%;
    transition: all 0.3s;
}
.custom-banner a{
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 5px;
    padding: 3px 10px;
    margin-top: 20px;
    margin-right: 20px;
    position: absolute;
    bottom: 20%;
    transition: all 0.3s;
    z-index: 9999;
}
.custom-banner a:hover{
    color: #000 !important;
    background: #fff;
    border-color: #fff !important;
}
.moment-box .onsale{
    right: 1px !important;
}
.img-logo-responsive{
    max-width: 80%;
    height: auto;
}
@media screen and (max-width:1196px){
    .accourding-lesson-item-info h5{
        width: 70%  !important;
        line-height: 40px;
        font-size: 16px;
    }
}
@media (min-width:992px) and (max-width:1200px){
    .woocommerce ul.products li.first , .woocommerce-page ul.products li.first{
        clear: none !important;
    }
}
@media screen and (max-width:768px){
    .moshavereh-course-box{
        right: 8% !important;
        top: 20px;
    }
    .moshavereh-course-form form label , .moshavereh-course-form form input , .moshavereh-course-form textarea{
        width: 100% !important;
    }
    .moshavereh-course-box-inner{
        border-left: none !important;
    }
    .moshavereh-course-box-inner img{
        width: 50% !important;
        margin-right: 25% !important;
    }
	.comment-form-author , .comment-form-email , .comment-form-url{
		width: 100% !important;
	}
    #share{
        width: 70%;
        right: 15%;
    }
    .woocommerce div.product div.images.woocommerce-product-gallery{
        padding-bottom: 0px !important;
    }
    .summary_webcto .summary .woocommerce-product-rating{
        display: none;
    }
    .woocommerce span.onsale{
        line-height: 35px !important;
    }
    #coupon_code{
        width: 50%;
        float: right;
    }
    .woocommerce-MyAccount-navigation.MyAccount-navigation-responsive{
        width: 40% !important;
    }
    .accourding-head-img{
        width: 25% !important;
    }
    .accourding-head-title{
        width: 75% !important;
    }

    .wishlist_table h3 a{
        text-decoration: none;
        color: #3e3e3e;
        font-weight: 400;
        font-size: 15px;
        display: block;
        text-align: center;
        line-height: 27px;
        margin-top: 5px;
        padding: 0 5px;
    }
    .wishlist_table .additional-info td.value span{
        color: #07bb01;
    }
    .wishlist_table li{
        position: relative;
    }
    .wishlist_table li .product-add-to-cart{
        position: absolute;
        bottom: 5px;
        left: 47px !important;
        display: inline-block;
        padding: 10px;
        background: #28aa49;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        text-align: center;
        margin-bottom: 0px !important;
    }
    .wishlist_table li .product-add-to-cart a , .wishlist_table li .product-remove a{
        color: #fff;
        font-size: 17px !important;
    }
    .wishlist_table li .product-remove{
        position: absolute;
        bottom: 5px;
        left: 5px;
        display: inline-block;
        padding: 10px;
        background: red;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        text-align: center !important;
    }
    .wishlist_table .item-details-table .label{
        font-size: 14px !important;
    }

    .wishlist_table .item-details-table del span{
        color: red !important;
        text-decoration: line-through;
        font-size: 15px;
    }
    .wishlist_table .item-details-table ins span{
        color: green;
        font-size: 15px;
    }
    .wishlist_table .item-details-table .woocommerce-Price-amount , .wishlist_table .item-details-table .woocommerce-Price-amount span{
        color: green;
        font-size: 15px;
    }
}
@media screen and (max-width:578px){
    .accourding-lesson-item-info h5{
        width: 60%  !important;
    }
    .moshavereh-course-box{
        top: 10px !important;
    }
    #cooler-nav .nav-box{
        width: 100% !important;
    }
	.posts-box:hover{
		transform: none;
	}
	.search-box #s{
		font-size: 17px;
	}
    ul.products li.product{
        width: 100% !important;
    }
    .woocommerce-MyAccount-navigation.MyAccount-navigation-responsive{
        width: 60% !important;
    }
    .video-moarefi-box{
        width: 98%;
        right: 1%;
    }
    .yith_wcwl_wishlist_footer .yith-wcwl-share{
        float: right !important;
    }
    .accourding-lesson-item-info .bi-chevron-down::before{
        margin-right: 8px;
        font-size: 14px;
    }

    .quick_view_product{
        width: 80%;
        right: 10%;
        height: 95%;
        top: 2.5%;
    }
    .owl-quick-view {
        width: 100%;
    }
    .owl-quick-view .owl-item img{
        width: 70%;
        height: auto;
        margin: 0 15%;
    }
    .yith-wcwl-add-to-wishlist {
        margin-top: 5px;
    }

    .woocommerce ul.order_details li{
        border-left: none !important;
        border-bottom: 1px dashed #333 !important;
        padding-bottom: 10px !important;
        margin-top: 10px !important;
        width: 100% !important;
    }
    .dgwt-wcas-om-bar{
        flex-direction: row-reverse !important;
    }

}
@media (min-width:768px) and (max-width:992px){
	.woocommerce-product-gallery{
		width: 40% !important;
	}
	.summary_webcto .summary{
		width: 60% !important;
	}

}
@media (min-width:992px){
	.woocommerce-product-gallery{
		width: 30% !important;
	}
	.summary_webcto .summary{
		width: 70% !important;
	}

}
@media (max-width:992px){
    .feauture-product-item{
        width: 32% ;
    }
    .feauture-product-item img{
        max-width: 50%;
    }
    .feauture-product-item span{
        font-size: 13px;
    }
    .woocommerce-cart-form{
        width: 100%;
        margin-bottom: 20px;
    }
    .cart-collaterals{
        width: 100% !important;
        float: none;
    }
    .woocommerce-MyAccount-navigation{
        display: none;
    }
    .woocommerce-MyAccount-content{
        width: 100%;
    }
    .woocommerce-MyAccount-navigation.MyAccount-navigation-responsive{
        display: block;
        width: 30%;
    }
    .lesson-preview-text{
        display: none;
    }
    .course-lesson-icons-privacy span{
        display: none;
    }
    .course-lesson-icons-Preview{
        width: 30px;
        height: 30px;
        text-align: center;
        margin-left: 5px;
    }
    .course-lesson-icons-Preview i::before{
        line-height: 20px !important;
        font-size: 16px;
    }
    .course-lesson-icons-privacy i::before{
        line-height: 30px !important;
        font-size: 16px;
    }
}

.sale-box{
    width: 50%;
    float: right;
    border-left: 1px solid #e8e8e8;
    text-align: right;
}
.sale-box i{
    margin-left: 5px;
    font-size: 16px;
    color: #5e5e5e;
}
.sale-box span{
    font-size: 15px;
}
.rating-box{
    width: 50%;
    float: left;
    text-align: left;
}
.rating-box span{
    font-size: 15px;
}
.rating-box i{
    margin-right: 5px;
    font-size: 16px;
    color: #ffbf00;
}
.bottom-product-item{
    padding: 0 5px;
    padding-top: 2px;
}
.woocommerce-loop-product__title{
    min-height:71px;
}
.rank-math-breadcrumb a , .rank-math-breadcrumb a{
    text-decoration: none;
    color: #2b2b2b;
}
.like-post{
    display: inline-block;
    float: left;
    background: #f5f5f5;
    padding: 2px 8px;
    border-radius: 8px;

}
.i-liked{
    font-size: 15px;
    color: #424242;
}
.sl-icon svg{
    width: 20px;
}
.sl-count{
    margin-right: 5px;
}
.sl-button{
    text-decoration: none;
    color: #424242;
}
.sl-button:hover{
    color: #424242;
}
.sl-wrapper .sl-icon{
    margin-left: 5px;
}
.liked_comment{
    display: inline-block;
    float: left;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    text-align: center;
    padding: 5px;
}
.liked_comment .sl-icon{
    margin-left: 0 !important;
    float: left;
    line-height: 20px !important;

}
.liked_comment .sl-count{
    margin-right: 0 !important;
    margin-left: 5px;
    float: right;
    line-height: 20px !important;
}
.liked_comment svg{
    width: 17px !important;
}
#cooler-nav{
    margin-top: 10px;
}
#cooler-nav .nav-box{
    display: inline-block;
    float: right;
    background: #cbcbdd1c;
    border-radius: 10px;
    border: 1px solid #eeeeee8a;
    padding: 5px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    margin: 5px 0;
    width: 49%;
}
#cooler-nav .nav-box:hover .next-prew-background{
    right: 0;
}
#cooler-nav .nav-box a{
    text-decoration: none;
}
#cooler-nav .nav-box.previous{
    margin-right: 1%;
    float: left;
}
#cooler-nav .nav-box.next{
    margin-left: 1%;
    float: right;
}
#cooler-nav .nav-box img , #cooler-nav .nav-box p{
    float: right;
}
#cooler-nav .nav-box img{
    width: 25% !important;
    height: auto;
    border-radius: 5px;
}
#cooler-nav .nav-box p{
    width: 75% !important;
    padding-right: 10px;
    font-size: 15px;
}
#cooler-nav .nav-box span{
    display: block;
    color: #8f2ad5;
    padding-right: 10px;
    width: 75%;
    float: right;
    font-size: 13px;
}
.next-prew-background{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #8a2be208;
    right: -100%;
    top: 0;
    transition: all 0.3s;
    border-radius: 10px;
}
#cooler-nav .nav-box i{
    position: absolute;
    top: calc((100% - 18px) / 2);
    font-size: 18px;
    color: #c805ff;
    text-shadow: 0 0 10px #00000094;
    transition: all 0.3s;
}
#cooler-nav .nav-box i.bi-chevron-left{
    left: 5px;
}
#cooler-nav .nav-box i.bi-chevron-right{
    right: 5px;
}
#cooler-nav .nav-box.next:hover i{
    right: 1px;
}
#cooler-nav .nav-box.previous:hover i{
    left: 1px;
}
.course-lesson-icons-download{
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    float: left;
    margin: 17.5 0;
    font-size: 15px !important;
}
.course-lesson-icons-download i::before{
    color: #fff;
    display: block;
    line-height: 30px !important;
    font-weight: 600 !important;
}
.course-lesson-icons-privacy{
    font-size: 14px;
    display: inline-block;
    float: left;
    margin: 17.5 0;
}
.course-lesson-icons-Preview{
    padding: 5px;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    float: left;
    margin-left: 10px !important;
    margin: 17.5 0;
}
.accourding-lesson-item-content video{
    border-radius: 10px;
    margin-bottom: 15px !important;
}
.course-lesson-icons-Preview i{
    vertical-align: middle;
}
.course_before_buyed i::before{
    font-weight: 600 !important;
font-size: 18px !important;
vertical-align: middle;
}
.moshavereh-course{
    min-height: 250px;
    background-repeat: no-repeat;
    background-size: 280px;
    background-color: #74cc43;
    border-radius: 10px;
    margin: 0 auto;
    border: 15px double #fff;
}
.moshavereh-course h4{
    font-size: 20px;
    color: #fff;
}
.moshavereh-course p{
    color: #fff;
    margin-top: 5px;
}
.moshavereh-course a{
    display: inline-block;
    margin-top: 20px;
    border-radius: 20px;
    background: #472a95;
    padding: 5px 10px;
    color: #fff !important;
    cursor: pointer;
}
.moshavereh-course-background{
    width: 100%;
    height: 100%;
    background: #000000a3;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    display: none;
}
.moshavereh-course-box{
    position: fixed;
    top: 50px;
    background: #fff;
    border-radius: 20px;
    padding: 10px;
    display: none;
    z-index: 1000;
    padding-bottom: 10px;
    right: 25%;
}
.moshavereh-course-box .bi-x-lg{
    position: absolute;
    left: 10px;
    top: 0;
    font-weight: 600;
    font-size: 22px;
    color: #d00;
    cursor: pointer;
}
.moshavereh-course-box-inner{
    position: relative;
    border-left: 1px solid #eee;
    height: 100%;
    display: inline-block;
}
.moshavereh-course-box-inner img{
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}
.moshavereh-course-box-inner2{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #eee;
    color: #666;
    top: calc((100% - 50px) / 2);
    left: -25px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    position: absolute;
}
.contact-us-course{
    display: block;
    text-decoration: none;
    padding-right: 25px;
    margin-top: 10px;
}
.contact-us-course i{
    border-radius: 69% 31% 61% 39%/40% 36% 64% 60%;
    font-size: 40px;
    float: right;
    margin-top: 10px;
}
.contact-us-course i.bi-telephone{
    color: #fab005;
    background: linear-gradient(45deg,rgba(250,176,5,.0816527295) 40%,rgba(250,176,5,.4990196762) 100%);
}
.contact-us-course i.bi-whatsapp{
    color: #25d366;
    background: linear-gradient(45deg,rgba(37,211,102,.0816527295) 40%,rgba(37,211,102,.4990196762) 100%);
}
.contact-us-course div{
    margin-right: 15px !important;
    float: right;
    
}
.contact-us-course div span{
    font-weight: 600;
    color: #595959;
    font-size: 16px;
}
.contact-us-course div p{
    color: #595959;
    font-weight: 200;
    font-size: 16px;
}
.moshavereh-course-form{
    padding: 15px 30px;
}
.moshavereh-course-form label{
    max-width: 100%;
    font-size: 15px;
    color: #3c3c3c;
    margin-top: 5px;
}
.moshavereh-course-form input , .moshavereh-course-form textarea{
    max-width: 100%;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 0 5px;
    outline: none;
    font-size: 14px;
    color: #4d4d4d;
}
.moshavereh-course-form textarea{
    max-height: 100px;
}
.moshavereh-course-form form input[type='submit']{
    background: #9e29ff;
    color: #fff;
    padding: 0 20px;
    margin-top: 10px;
}
.moshavereh-course-form .wpcf7-not-valid-tip{
    line-height: 20px;
    margin-top: 5px;
    font-size: 14px;
}
.moshavereh-course-form .wpcf7-response-output{
    -webkit-animation: fade 5s;
    animation-fill-mode: none;
  -webkit-animation-fill-mode: both;
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  color: #fff;
  
}

.bottom-tabs-content h3{
    font-size: 16px;
    position: relative;
}
.bottom-tabs-content h3::before{
    display: inline-block;
    width: 10px;
    height: 3px;
    content: '';
    margin-left: 6px;
    margin-bottom: 2px;
    border-radius: 10px;
}
.bottom-tabs-content ul li{
    font-size: 14px;
    color: #171717;
    position: relative;
    margin-right: 20px;
}
.disadvantages-box h3{
    color: #eb3b5a;
}
.benefits-box h3{
    color: #27ae60;
}
.disadvantages-box h3::before{
    background: #eb3b5a;
}

.benefits-box h3::before{
    background: #27ae60;
}
.benefits-box li::before{
    content: '\F4F9';
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    color: #27ae60;
    position: absolute;
    right: -20px;
}
.disadvantages-box li::before{
    content: '\F2E5';
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    color: #eb3b5a;
    position: absolute;
    right: -20px;
}
.feauture-box-product p{
    font-size: 14px;
}
.feauture-box-product .progress{
    margin-bottom: 7px;
}
.feauture-box-product .progress{
    height: 0.6rem;
}
.feauture-box-product .progress-bar{
    background: #18294278;
}
.moshavereh-background-image img{
    max-width: 250px;
}

/*  start story   */
.story-box{
    display: block;
}
.story-box li{
    border-radius: 50%;
    padding: 3px;
    margin: 0 5px;
    cursor: pointer;
    display: inline-flex;
    background: radial-gradient(ellipse at 70% 70%, #ee583f 8%, #d92d77 42%, #bd3381 58%);
}
.story-box li img{
    width: 100px;
    height: auto;
    border-radius: 50%;
}
.story-slide-box{
    background: #2222228f;
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 9999999;
    display: none;
}
.story-slide-box img{

    border-radius: 10px !important;
    z-index: 999999;
}
.story-slide-box .slide-progress{
    background: #b4b4b4;
    height: 3px;
}
.close-story{
    position: absolute;
    right: 10px;
    top: 10px;
    color: #f00;
    z-index: 999999;
    cursor: pointer;
    font-size: 25px;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
}
.close-story i::before{
    line-height: 40px !important;
}
.story-image{
    position: relative;
    width: 30% !important;
    margin: 0 35% !important;
    max-height: 100% !important;
    display: flex;
    margin: 0 5px;
    cursor: pointer;
}
.story-image a{
    width: 45px;
    height: 45px;
    position: absolute;
    bottom: 30px;
    background: #ffffffbb;
    border-radius: 50%;
    right: calc((100% - 45px) / 2);
    z-index: 999999;
    text-align: center;
    line-height: 45px;
    color: #646464;
    text-decoration: none;
    font-size: 25px;
    transition: all 0.3s;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.story-image a:hover{
    background: #fff;
}
.story-image a i::before{
    line-height: 45px;
    display: block;
}
.moment-box .owl-dots , .story-slide-box .owl-dots{
    display: none;
}

.ez-toc-widget-container .side-box-title{
    text-align: right;
}
.ez-toc-list{
    text-align: right;
}
.ez-toc-list .ez-toc-link{
    direction: rtl;
}
.ez-toc-widget-container nav ul li a::before{
    direction: rtl;
    float: right;
}
#yith-woocompare{
    direction: rtl !important;
}
.mini-cart-float .widgettitle{
    display: none;
}
.mini-cart-float .cart_list li a.remove{
    top: 5px !important;
  right: 5px !important;
  width: 20px !important;
  height: 20px !important;
  padding: 0 !important;
  line-height: 22px !important;
  font-size: 20px !important;

}
@media screen and (max-width: 768px){
    .story-image{
        max-width: 100% !important;
        width: 50% !important;
        margin: 0 25% !important;
    }
}
@media screen and (max-width:578px){
    .story-image{
        max-width: 100% !important;
        width: 90% !important;
        margin: 0 5% !important;
    }
}

/*   end strory   */

/*
نکات مثبت و منفی
تب اضافی
اسلایدر دسته بندی
اطلاعیه در پنل کاربری
*/

/*
ریسپانسیو دوره ها
حساب کاربری - دانلود ها
*/


.woocommerce ul.products li.product.outofstock{
    opacity: 0.6;
}