@font-face{
	font-family: 'webyekan';
	src:url('./fonts/WebYekan.woff') format('woff');
}

@font-face{
	font-family: 'dinar';
	src:url('./fonts/dinar.woff') format('woff');
}

@font-face{
	font-family: 'vazir';
	src:url('./fonts/Vazir-FD.ttf') format('trutype'),
	url('./fonts/Vazir-FD.eot') format('eot'),
	url('./fonts/Vazir-FD.woff') format('woff');
}

@font-face{
	font-family: 'FontAwesome';
	src:url('./fonts/fontawesome-webfont.ttf') format('trutype'),
	url('./fonts/fontawesome-webfont.eot') format('eot'),
	url('./fonts/fontawesome-webfont.woff') format('woff'),
	url('./fonts/fontawesome-webfont.woff2') format('woff2');
}
body{
	direction: rtl;
	font-family: 'webyekan', 'Myriad pro', 'Tahoma';
	font-size: 13px;
	background: #f5f3ff;
	color: #616161;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

a,a:hover,a:active,a:focus,a:visited{
	color: #616161;
	text-decoration: none;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

del{
	display: none;
	color: #616161;
	font-size: 15px;
}

ins,ins:hover,ins:active,ins:focus,ins:visited{
	text-decoration: none;
}

ul{
	margin: 0;
	padding: 0;
}

li{
	list-style: none;
}

img{
	max-width: 100%;
}

label{
	font-weight: normal;
}

.tag_off{
	width: 90px;
	height: 90px;
	position: absolute;
	top: 0;
	right: 0;
}
.wpcf7-not-valid-tip{
	position: absolute;
    top: -40px;
    left: 2px;
}
.wpcf7 form .wpcf7-response-output{
	border: none !important;
}

.block-center{
	float: none;
	display: table;
	margin: 0 auto;
}

.carousel-indicators{
	width: auto;
	margin: 0 auto;
	padding: 0;
}

.no-padding{
	padding: 0;
}

.no-lpadding{
	padding-left: 0;
}

.no-rpadding{
	padding-right: 0;
}

.btn-gray{
	color: #fff !important;
	background: #96a092;
	border-radius: 300px;
}

.btn-gray:hover{
	color: #fff !important;
	background: #662d7b;
}

.btn-blue{
	color: #fff !important;
	background: #662d7b;
	border-radius: 300px;
}

.btn-blue:hover{
	color: #fff !important;
	background: #ff688f;
}

.btn-green{
	min-width: 110px;
	padding: 7px 30px;
	color: #485400 !important;
	background: #cfec19;
	border-radius: 300px;
}

.btn-green:hover{
	color: #485400 !important;
	background: #cfec19;
}

.btn-white{
	min-width: 110px;
	padding: 7px 30px;
	color: #fff !important;
	background: rgba(255,255,255,.3);
	border-radius: 300px;
}

.btn-white:hover{
	color: #fff !important;
}

.shadow-around{
	box-shadow: 0 0 6px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.1);
	-o-box-shadow: 0 0 6px rgba(0,0,0,.1);
}

.shadow-bottom{
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
	-o-box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.title{
	display: table;
	margin: 0 auto;
	text-align: center;
	color: #ff688f;
}

.title h2{
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #ff688f;
	font-size: 22px;
}

.title sub{
	display: block;
	padding: 15px 0 25px;
	color: #616161;
	font-size: 14px;
}

.header-top{
	background: #662d7b;
}
.header-top .coin{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background: #282A35;
	text-align: center;
	height: 36px;
	z-index: 1040;
	position: fixed;
	right: 0;
	top: 0;
}				
.header-top .coin ul{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 36px;
}				
.header-top .coin ul li{
	min-width: 210px;
	text-align: center;
}				
.header-top .coin ul li a{
	display: inline-block;
	padding: 0;
	vertical-align: middle;
}
.header-top .coin img{
	width: 25px;
	height: 25px;
	float: left;
	position: relative;
	top: 3px;
}
.header-top .coin span{
	margin-left: 5px;
	padding: 5px 0;
	float: left;
	line-height: 1.8;
}
.header-top .coin a:hover span{	
	color: #ff688f;
}
.header-top .coin span.price{
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: #6abceb;
	line-height: 1.4;
}
.header-top .coin .close_coin::before{
	content: "\f00d";
	position: absolute;
	top: 0px;
	right: 10px;
	color: #f5f3ff;
	font-family: 'FontAwesome';
	font-size: 18px;
	cursor: pointer;
	z-index: 11000;
}

.header-top ul li{
	float: right;
	display: inline-block;
}

.header-top ul li a{
	display: block;
	padding: 10px;
	font-size: 12px;
	color: #fff;
}

.header-top ul li a:hover{
	color: #ff688f;
}

.header-main{
	padding: 50px 0;
}

.header-main .logo{
	float: left;
}

.header-main .logo img{
	height: 45px;
}

.header-main ul{
	margin-right: 60px;
	z-index: 2;
}

.header-main ul li{
	display: inline-block;
	float: right;
	position: relative;
}

.header-main ul li a{
	display: block;
	padding: 10px 20px 20px;
	font-size: 14px;
	color: #616161;
}

.header-main ul li a:hover{
	color: #ff688f;
}

.header-main ul li ul{
	margin: 20px 0 0;
	opacity: 0;
	visibility: hidden;
	width: 250px;
	top: 100%;
	right: 0;
	position: absolute;
	background: #fff;
	transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	box-shadow: -1px 2px 3px rgba(0,0,0,.2); 
	-webkit-box-shadow: -1px 2px 3px rgba(0,0,0,.2); 
	-moz-box-shadow: -1px 2px 3px rgba(0,0,0,.2); 
	-o-box-shadow: -1px 2px 3px rgba(0,0,0,.2); 
}

.header-main ul li ul:before{
	content: "";
	position: absolute;
	top: -10px;
	right: 10px;
	height: 10px;
	width: 10px;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #255255;
}

.header-main ul li:hover ul{
	margin: 0;
	opacity: 1;
	visibility: visible;
}

.header-main ul li ul li{
	display: block;
	width: 100%;
	float: none;
}

.header-main ul li ul li a{
	padding: 15px;
}

.header-main ul li ul li a:hover{
	background: #ff688f;
	color: #fff;
}

.header-main nav{
	position: relative;
}

.header-main .open-cart{
	position: absolute;
	width: 50px;
	height: 50px;
	display: block;
	right: 10px;
	top: -3px;
	background: #ff688f url(images/basic/cart.png) no-repeat center center;
	border-radius: 50%;
}

.header-main .cart{
	width: 800px;
	position: absolute;
	display: none;
	top: 60px;
	right: 0;
	overflow: visible;
	background: #fff;
	text-align: center;
	z-index: 20;
}

.header-main .active-cart{
	background: #ff688f url(images/basic/close.png) no-repeat center center;
}

.header-main .cart table{
	margin: 0;
}

.header-main .cart td,.header-main .cart tr{
	border-top: 0;
	border-bottom: 1px solid #eee;
	padding: 25px 5px;
	vertical-align: middle;
}

.header-main .cart h6{
	font-size: 14px;
	margin: 0;
}

.header-main .cart .cart-price{
	font-size: 18px;
	padding: 0 15px;
	display: block;
}

.header-main .cart a{
	color: #616161;
}

.header-main .cart .fa{
	font-size: 18px;
}

.header-main .cart .fa:hover{
	color: #ff688f
}

.header-main .cart .pink{
	font-size: 14px;
	color: #ff688f;
}

.header-main .cart .btn-cart{
	font-size: 14px;
	background: #e8e8e8;
	display: inline-block;
	padding: 10px 20px;
}

.header-main .cart .btn-cart:hover{
	background: #ff688f;
	color: #fff;
}

.header-bottom{
	width: 100%;
	display: inline-block;
	position: relative;
	padding: 20px 10px;
	background: #fff;
	z-index: 1;
}

.header-bottom .social{
	float: left;
}

.header-bottom .social li{
	display: inline-block;
	float: left;
}

.header-bottom .social li a{
	display: block;
	margin: 5px;
	text-align: center;
	color: #fff;
	line-height: 30px;
}

.header-bottom .social li a:hover i{
	border: 2px solid #616161;
	opacity: .9;
}

.header-bottom .social li a .logo-whatsapp{
	background: #662d7b url(images/logo-social/whatsapp.png) no-repeat center center;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 30%;
}

.header-bottom .social li a .logo-telegram{
	background: #662d7b url(images/logo-social/telegram.png) no-repeat center center;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 30%;
}
.header-bottom .social li a .logo-instagram{
	background: #662d7b url(images/logo-social/instagram.png) no-repeat center center;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 30%;
}
.header-bottom .social li a .logo-youtube{
	background: #662d7b url(images/logo-social/youtube.png) no-repeat center center;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 30%;
}
.header-bottom .social li a .logo-aparat{
	background: #662d7b url(images/logo-social/aparat.png) no-repeat center center;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 30%;
}

.header-bottom .search{
	position: relative;
	width: 100%;
}

.header-bottom .search input[type="text"],
.header-bottom .search input[type="search"]{
	width: 45%;
	height: 40px;
	padding: 0 25px 0 45px;
	margin: 0;
	background: #fafafa;
	border-radius: 300px;
	border: 1px solid #efefef;
	line-height: 40px;
}
.header-bottom .search input[type="text"]:focus,
.header-bottom .search input[type="search"]:focus{
	border-color: #ffccd9;
}

.header-bottom .search button[type=submit]{
	position: absolute;
	top: 10px;
	right: 40%;
	background: transparent;
	color: #ff688f;
	border: 0;
}

.header-bottom .search div.select-search{
	display: inline-block;
}

.header-bottom .btn{
	border: 0;
	border-radius: 0;
}

.header-bottom .btn:hover,
.header-bottom .btn:focus,
.header-bottom .btn:active{
	background: transparent;
}

.btn .dropdown-toggle .btn-default:hover{
	background: transparent;
	box-shadow: none;
	border-color: transparent;
}

.header-bottom .caret{
	border: 0;
}

.header-bottom .dropdown-menu{
	padding: 0;
	background: #fafafa;
	border: 0;
	height: 180px;
	overflow: auto;
}

.header-bottom .dropdown-menu li a{
	padding: 10px;
	color: #616161;
	text-align: right;
}

.header-bottom .dropdown-menu li a:hover,
.header-bottom .dropdown-menu li a:focus{
	background: #efefef;
	color: #ff688f;
}

.header-bottom .btn-group.open .dropdown-toggle {
	background: transparent;
	box-shadow: none;
}

.slider{
	width: 100%;
	position: relative;
	margin: -45px 0 0;
	padding: 100px 0 80px;
	background: url(images/slider/home-slider2.png);
	background-size: cover;
	background-position: center;
	color: #fff;
}

.slider .slide-content{
	padding: 10px 0 0 80px;
}

.slider h1{
	font-size: 40px;
	margin: 0 0 15px 0;
	text-align: left;
	font-weight: 400;
}

.slider p{
	line-height: 25px;
	text-align: justify;

}

.slider .btn{
	float: left;
	padding: 10px 20px;
	font-size: 15px;
	margin: 15px 10px 0 0;
	color: #fff;
}

.slider .carousel-indicators{
	bottom: -60px;
	width: auto;
	margin: 0 auto;
	padding: 0;
	right: 0;
	left: 0;
}

.slider .carousel-indicators li{
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background: #f4f4f4;
	border-color: #f4f4f4;
}

.slider .carousel-indicators li.active{
	background: #662d7b;
	border-color: #662d7b;
}

.services{
	width: 100%;
	padding: 30px 0;
	background: #fff;
	margin-bottom: 30px;
}

.services .fa{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #fafafa;
	float: right;
	margin-left: 10px;
	padding: 15px;
	font-size: 25px;
	line-height: 30px;
	color: #616161;
	text-align: center;
}

.services .content{
	padding: 5px 0 0;
}

.services .content h4{
	margin-top: 0px;
}
.services p{
	color: #9e9e9e;
}

.new-product{
	margin-bottom: 70px;
}

.product{
	width: 100%;
	height: 380px;
}

.new-product .product{
	position: relative;
	margin: 5px;
	background: #fff;
	border-radius: 2px;
}

.new-product .product figure{
	display: flex;
	justify-content: center;
	min-height: 231px;
	height: auto;
	text-align: center;
	border-bottom: 1px solid #f0f2f5;
}

.new-product .product figure img{
	max-width: 250px;
	max-height: 231px;
	margin: auto;
}

.new-product .product figcaption{
	position: absolute;
	background: rgba(0,0,0,.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
}

.new-product .product figure:hover figcaption{
	opacity: 1;
	visibility: visible;
}

.new-product .product figcaption ul{
	position: absolute;
	top: 45%;
	right: 0;
	left: 0;
}

.new-product .product figcaption ul li{
	display: inline-block;
}

.new-product .product figcaption ul li a,
.new-product .product figcaption ul li{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #ff688f;
	border-radius: 2px;
}

.new-product .product figcaption ul li a:hover,
.new-product .product figcaption ul li:hover{
	background: #662d7b;
}

.new-product .product .product-content{
	width: 100%;
	min-height: 145px;
	padding: 10px 20px 20px;
	font-size: 12px;
	text-align: left;
}

.new-product .product .product-content h2{
	margin: 0;
	padding: 5px 0 20px;
	font-weight: 400px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	direction: ltr;
}

.new-product .product .product-content h2 a{
	font-size: 14px;
}

.new-product .product .product-content .color-op{
	float: left;
	width: 100%;
	padding: 5px 0;
}

.new-product .product .product-content .color-op ul li{
	float: left;
}

.new-product .product .product-content .color-op ul li + li:after{
	content: " - ";
}

.new-product .product .product-content .price{
	display: block;
	padding: 5px 0;
	font-size: 18px;
	color: #ff688f;
	text-align: left;
}

.new-product .product .product-content a.product-buy{
	display: block;
	padding: 15px 15px 0 0;
	height: 45px;
	position: absolute;
	right: -5px;
	bottom: 30px;
	background: #662d7b;
	color: #fff;
	font-size: 12px;
	z-index: 10;
}

.new-product .product .product-content a.product-buy:hover{
	
}

.new-product .product .product-content a.product-buy:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -20px;
	transform: skew(-30deg,0deg);
	-webkit-transform: skew(-30deg,0deg);
	-moz-transform: skew(-30deg,0deg);
	-o-transform: skew(-30deg,0deg);
	z-index: -1;
	background: inherit;
}

.new-product .product .product-content a.product-buy:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: -5px;
	right: 0;
	border-top: 5px solid transparent;
	border-left: 5px solid #418fbc;
	z-index: -2;
}

.new-product .carousel-indicators{
	bottom: -40px;
	width: auto;
	margin: 0 auto;
	padding: 0;
}

.new-product .carousel-indicators li{
	background: #bdbdbd;
	border-color: #bdbdbd;
}

.new-product .carousel-indicators li.active{
	background: #662d7b;
	border-color: #662d7b;
}

.new-product .carousel-control.left,
.new-product .carousel-control.right{
	background: transparent;
}

.new-product .carousel-control{
	top: -60px;
	left: 0;
	text-shadow: none;
}

.new-product .carousel-control.right{
	left: 40px;
	right: auto;
}

.new-product .right-arrow,
.new-product .left-arrow{
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin: 0;
	padding: 0;
	border: 2px solid #9e9e9e;
	border-radius: 50%;
	color: #9e9e9e;
	font-size: 13px;
	text-align: center;
}

.quick-accsess .search-form{
	position: relative;
	margin: 20px 0;
}

.quick-accsess .search-form input[type="text"]{
	position: relative;
	width: 100%;
	height: 40px;
	padding: 0 20px;
	border-radius: 20px;
	border: 2px solid #eee;
	background: #fff;
}

.quick-accsess .search-form button[type="submit"]{
	position: absolute;
	width: 35px;
	height: 35px;
	bottom: 2px;
	left: 5px;
	border: 0;
	background: transparent;
}

.quick-accsess ul{
	margin-top: 20px;
}

.quick-accsessul ul li{
	position: relative;
	display: inline-block;
	width: 100%;
}

.quick-accsess ul li a{
	position: relative;
	display: block;
	padding: 15px 0;
	font-size: 13px;
}

.quick-accsess ul li span{
	position: absolute;
	min-width: 40px;
	top: 12px;
	left: 0;
	padding: 5px;
	background: #662d7b;
	color: #fff;
	border-radius: 300px;
	font-size: 11px;
	text-align: center;
}

.quick-accsess ul li a:hover span{
	background: #ff688f;
}

.sale-timeout{
	position: relative;
	width: 100%;
	height: 450px;
	padding: 60px 0;
	background: #0e1b23;
	margin-bottom: 30px;
}

.sale-timeout:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(images/pattern.png);
}

.sale-timeout .sale-inner{
	position: relative;
	z-index: 100;
}

.sale-timeout .sale-inner figure{
	width: 55%;
	float: right;
	text-align: center;
}

.sale-timeout .sale-inner figure img{
	max-width: 70%;
}

.sale-timeout .sale-inner .sale-timeout-content{
	width: 45%;
	float: right;
	padding: 20px 20px 0 0;
	color: #fff;
	text-align: center;
}

.sale-timeout .sale-inner .sale-timeout-content h2{
	position: relative;
	display: inline-block;
	padding: 0 20px 5px;
	margin: 0;
	font-size: 30px;
}

.sale-timeout .sale-inner .sale-timeout-content h2:after{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0;
	bottom: -4px;
	border-radius: 50%;
	background: #3e494f;
}

.sale-timeout .sale-inner .sale-timeout-content h2:before{
	content: "";
	position: absolute;
	width: 230px;
	right: 100%;
	bottom: 0;
	border: 1px solid #3e494f;
}

.sale-timeout .sale-inner .sale-timeout-content span{
	display: block;
	font-size: 15px;
}

.sale-timeout .sale-inner .sale-timeout-content a{
	display: inline-block;
	width: 230px;
	height: 70px;
	margin-top: 10px;
	line-height: 70px;
	font-size: 25px;
	background: url(images/btn-bg.jpg) #1a3241;
	color: #fff
}

.sale-timeout .sale-inner .sale-timeout-content a:hover{
	color: #ff688f
}

.sale-timeout .sale-inner .sale-timeout-content .sale-timeout-conter{
	width: auto;
	display: table;
	margin: 30px auto 0;
}

.sale-timeout .sale-inner .sale-timeout-content .sale-timeout-conter > div{
	float: right;
	width: 70px;
	height: 100px;
	margin: 0 4px;
	padding: 17px 0;
	background: url(images/timer-bg.jpg);
	font-family: 'dinar';
	font-size: 20px;
	line-height: 30px;
}

.sale-timeout .sale-inner .sale-timeout-content .sale-timeout-conter div:last-child{
	display: none;
}

.special-offers{
	width: 100%;
	margin-bottom: 50px;
	background: url(images/watch-bg2.jpg);
	background-size: cover;
	text-align: center;
}

.special-offers .offer{
	float: right;
	width: 100%;
	padding: 50px 20px;
	color: #fff;
}

.special-offers .offer .offer-content{
	float: right;
}

.special-offers .offer .offer-content h2{
	padding-left: 20px;
	text-align: right;
}

.special-offers .offer .offer-content p{
	padding: 10px 0 10px 20px;
	line-height: 25px;
	text-align: justify;
}

.special-offers .offer .offer-content ul{
	float: right;
	padding: 20px 0 0;
}

.special-offers .offer .offer-content ul li{
	float: right;
	padding: 0 5px;
}

.special-offers .offer figure{
	float:right;
	display: flex;
	justify-content: center;
	min-height: 231px;
	height: auto;
	text-align: center;
}

.special-offers .offer figure img{
	max-width: 250px;
	max-height: 257px;
	margin: auto;
}

.special-offers .carousel-indicators{
	width: auto;
	right: 0;
	left: 0;
	margin: 0 auto;
	padding: 0;
}

.special-offers .carousel-indicators li{
	width: 12px;
	height: 12px;
	margin: 0 2px;
	background: #f4f4f4;
	border-color: #f4f4f4;
}

.special-offers .carousel-indicators .active{
	margin: 0 2px;
	background: #cfec19;
	border-color: #cfec19;	
}

.sales{
	float: right;
	width: 100%;
	padding: 40px;
	background: #fff;
	text-align: center;
}

.sales .sales-item{
	position: relative;
}

.sales .sales-item.big-fig{
    height: 540px;
}

.sales .sales-item.big-fig figure{
	display: flex;
    justify-content: center;
    min-height: 425px;
    height: auto;
    text-align: center;
}

.sales .sales-item.big-fig figure img{
    max-height: 425px;
    margin: auto;
}

.sales .sales-item.small-fig{
    height: 270px;
}

.sales .sales-item.small-fig figure{
	display: flex;
    justify-content: center;
    min-height: 185px;
    height: auto;
    text-align: center;
}

.sales .sales-item.small-fig figure img{
	max-width: 185px;
    max-height: 185px;
    margin: auto;
}

.sales .sales-item h2{
	position: relative;
	margin: 15px auto;
	color: #616161;
	font-size: 15px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	direction: ltr;
}

.sales .sales-item figcaption{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	background: rgba(255,255,255,.4);
	opacity: 0;
	visibility: hidden;
}

.sales .sales-item:hover figcaption{
	opacity: 1;
	visibility: visible;
}

.sales .sales-item figcaption a{
	position: absolute;
	width: 120px;
	top: 50%;
	right: 0;
	left: 0;
	margin: 0 auto;
	color: #fff;
	line-height: 30px;
	border-radius: 5px;
}

.sales .sales-item span{
	position: relative;
	padding: 0 5px;
	color: #ff688f;
	font-size: 18px;

}

.customers-item{
	padding: 50px 0;
	text-align: center;
}

.customers-item .customers-thumb img{
	width: 90px;
	height: 90px;
	border-radius: 50%;

}

.customers-item .customers-content{
	padding: 10px 0 0;
	line-height: 25px;
	text-align: center;
}

.customers-item .customers-title{
	font-size: 12px;
}

.costomers .carousel-indicators{
	right: 0;
	left: 0;
}

.costomers .carousel-indicators li{
	width: 12px;
	height: 12px;
	margin: 0 2px;
	background: #bdbdbd;
	border-color: #bdbdbd;
}

.costomers .carousel-indicators .active{
	margin: 0 2px;
	background: #ff688f;
	border-color: #ff688f;
}

.ads-item{
	position: relative;
	width: 100%;
	height: 240px;
	overflow: hidden;
	margin: 50px 0;
}

.ads-item .ads-content{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.4);
	outline: 1px solid #fff;
	outline-offset: -15px;
}


.ads-item .ads-content span{
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #fff;
	font-size: 20px;
	text-align: center;
}

.ads-item:hover .ads-content{
	outline: 1px solid #ff688f;
	opacity: 0.9;
}

.ads-item:hover span{
	color: #ff688f;
}

.support{
	float: right;
	width: 100%;
	padding: 30px;
	margin-bottom: 50px;
	background: #fff;
	text-align: center
}

.best-saller{
	float: right;
	width: 100%;
	padding-top: 30px;
	margin-bottom: 50px;
	background: #fff;
	text-align: center;
}

.best-saller .best-item{
	min-height: 310px;
	padding-bottom: 20px;
	border-right: 1px solid #fafafa;
	border-bottom: 1px solid #fafafa;
}

.best-saller li:nth-child(5) .best-item,
.best-saller li:nth-child(6) .best-item,
.best-saller li:nth-child(7) .best-item,
.best-saller li:nth-child(8) .best-item{
	border-bottom: 0;
}

.best-saller li:nth-child(4) .best-item,
.best-saller li:nth-child(8) .best-item{
	border-right: 0;
}

.best-saller .best-item figure {
    display: flex;
    justify-content: center;
    min-height: 185px;
    height: auto;
    text-align: center;
}

.best-saller .best-item figure img {
	max-width: 185px;
    max-height: 185px;
    margin: auto;
}

.best-saller .best-item h2{
	position: relative;
	margin: 5px auto ;
	color: #616161;
	font-size: 15px;
	font-weight: 400px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	direction: ltr;
}

.best-saller .best-item span{
	position: relative;
	padding: 0 5px;
	font-size: 18px;
	color: #ff688f;

}

.pre-order{
	float: right;
	width: 100%;
	margin-bottom: 100px;
}

.pre-order .pre-order-content{
	float: right;
	width: 100%;
	padding: 50px 0 0;
}

.pre-order .pre-order-content .pre-order-title{
	padding: 0 0 10px;
	font-size: 20px;
	color: #ff688f;
}

.pre-order .pre-order-content p{
	color: #616161;
	line-height: 30px;
	text-align: justify;
}

.pre-order .pre-order-content form{
	float: right;
	width: 100%;
	padding: 20px 0 0;
}

.pre-order .pre-order-content input{
	width: 100%;
	height: 45px;
	padding: 5px 10px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 7px;
	transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
}

.pre-order .pre-order-content input:focus{
	border-color: #ff688f;
}

.pre-order .pre-order-content input[type="submit"],
.pre-order .pre-order-content button{
	position: relative;
	float: left;
	width: 125px;
	height: 45px;
	background: #fff;
	color: #fff;
	border: 0;
	border-radius: 7px;
	background-image: linear-gradient(to top,#e6436d,#ff98b3);
	background-image: -webkit-linear-gradient(to top,#e6436d,#ff98b3);
	background-image: -moz-linear-gradient(to top,#e6436d,#ff98b3);
	background-image: -ms-linear-gradient(to top,#e6436d,#ff98b3);
	background-image: -o-linear-gradient(to top,#e6436d,#ff98b3);
}

.tab-slider{
	position: relative;
	width: 100%;
	height: 300px;
}

.tab-slider:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 60%;
	background: #662d7b;
}

.tab-slider .nav-tabs{
	display: table;
	margin: 0 auto;
	border: 0;
}

.tab-slider .nav-tabs li{
	float: right;
	margin: 0;
	text-align: center;
}


.tab-slider .nav-tabs li a,
.tab-slider .nav-tabs li a:active,
.tab-slider .nav-tabs li a:focus,
.tab-slider .nav-tabs li a:hover{
	display: block;
	margin: 0;
	padding: 40px 100px;
	background: transparent;
	border-color: transparent;
	color: #fff;
	font-size: 16px;
}

.tab-slider .nav-tabs li.active a{	
	color: #ff688f !important;
}

.tab-slider .nav-tabs li a .fa{
	display: block;
	padding: 5px;
	font-size: 35px;
}

.tab-slider .tab-content{
	position: relative;
	float: right;
	width: 100%;
	padding: 15px 50px;
	margin-bottom: 100px;
	background: #fff;
}

.tab-slider .tab-content .tab-item{
	position: relative;
	float: right;
	width: 100%;
	padding: 10px 0;
	margin: 15px 5px;
	border: 1px solid #fafafa;
}

.tab-slider .tab-content .tab-item figure{
	display: flex;
    justify-content: center;
    min-height: 100px;
    height: auto;
    text-align: center;
	/* float: left;
	padding-right: 10px; */
}

.tab-slider .tab-content .tab-item figure img{
	max-width: 100px;
	max-height: 100px;
	margin: auto;
}

.tab-slider .tab-content .tab-item .tab-item-content{
	text-align: center;
}

.tab-slider .tab-content .tab-item .tab-item-content h6{
	padding: 10px 0;
	margin: 0;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	direction: ltr;
}

.tab-slider .tab-content .tab-item .tab-item-content span{
	position: relative;
	padding: 0;
	color: #ff688f;
	font-size: 15px;
}

.blog{
	float: right;
	width: 100%;
	margin-bottom: 100px;
}

.blog article{
	width: 100%;
	height: auto;
	margin: 25px 5px 5px;
	background: #fff;
	line-height: 25px;
}

.blog article .blog-content{
	padding: 20px 30px;
}

.blog article .blog-content header{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
}

.blog article .blog-content header h2{
	font-size: 16px;
	line-height: 30px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog article .blog-content header h2 a{
	color: #3782ae;
}

.blog article .blog-content p{
	line-height: 30px;
	text-align: justify;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cover-single{
	position: relative;
	float: right;
	width: 100%;
	margin: -45px 0 0 0;
	padding: 100px 0 70px;
	color: #fff;
	background: url(images/single/cover2.jpg);
	background-size: cover;
	text-align: center;
	z-index: -1;
}

.cover-single:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	background: rgba(0,0,0,.4);
}

.cover-single h1{
	position: relative;
	font-size: 25px;
	z-index: 1;
}

.cover-single nav{
	position: relative;
	z-index: 10;
}

.cover-single nav a{
	position: relative;
	display: inline-block;
	padding: 5px 5px 0 5px;
	color: #fff;
	z-index: 1;
}

.single-product-details{
	float: right;
	width: 100%;
	padding: 80px 0;
}

.single-product-details .product-slider{
	padding-top: 50px;
	background: #fff;
}

.single-product-details .product-slider figure{
	position: relative;
	padding: 0 30px;
	margin-bottom: 50px;
	text-align: center;
}

.single-product-details .product-slider .product-thump{
	padding: 0 40px 30px;
}

.single-product-details .product-slider .product-thump figure{
	padding: 15px 0;
	margin: 0;
	border: 1px solid #e6e6e6;
}

.single-product-details .product-slider .product-thump img{
	display: block;
	margin: 0 auto;
}

.single-product-details .product-slider .product-thump .owl-prev{
	position: absolute;
	top: 30%;
	left: -30px;
	font-size: 25px;
}

.single-product-details .product-slider .product-thump .owl-next{
	position: absolute;
	top: 30%;
	right: -30px;
	font-size: 25px;
}

.single-product-details .single-product-overview{
	position: relative;
	padding-left: 60px;
}

.single-product-details .single-product-overview h2{
	margin: 5px auto;
}

.single-product-details .single-product-overview .review,
.single-product-details .single-product-overview .view{
	display: inline-block;
	padding: 5px 0 0 10px;
	color: #662d7b;
}

.single-product-details .single-product-overview p{
	padding: 10px 0;
	line-height: 30px;
}

.single-product-details .single-product-overview .single-product-overview-list ul{
	margin: 0;
}

.single-product-details .single-product-overview .single-product-overview-list ul li{
	display: block;
	padding: 5px 0;
	color: #757575;
	font-size: 12px;
} 

.single-product-details .single-product-overview .cart-options{
	float: right;
	width: 100%;
	padding: 20px 0;
}
.single-product-details .single-product-overview .cart-options .price,
.single-product-details .single-product-overview .cart-options .amount{
	display: inline-block;
	padding: 0 10px 0 0;
	color: #ff688f;
	font-size: 25px;
}

.single-product-details .single-product-overview .cart-options del,
.single-product-details .single-product-overview .cart-options del span{
	display: inline-block !important;
	font-size: 20px !important;
	color: #616161 !important;
	text-decoration-line: line-through !important;
}

.single-product-details .single-product-overview .cart-options .btn-cart:hover{
	background: #ff688f;
}

button.close{
	float: left;
}

.modal-cart input,
.modal-cart select{
	width: 100%;
	height: 50px;
	margin: 5px auto;
	padding: 10px 15px;
	border: 1px solid #ddd;
	color: #a9a9a9;
}

.modal-cart .modal-body{
	float: right;
	width: 100%;
}

.modal-cart .modal-body input[type="submit"],
.modal-cart .modal-body input[type="button"],
.modal-cart .modal-body button{
	float: left;
	width: auto;
	background: #662d7b;
	color: #fff;
	border: 0;
	border-radius: 5px;
}

.tabs-product{
	float: right;
	width: 100%;
	margin: 10px auto 50px;
}

.tabs-product .nav{
	border-bottom: 1px solid #ddd;
}

.tabs-product .nav-pills > li{
	float: right;
}

.tabs-product .nav-pills li a{
	padding: 15px 20px;
	font-size: 13px;
	border: 1px solid transparent;
	border-bottom: 0;
	border-radius: 5px 5px 0 0;
}

.tabs-product .nav-pills li a:hover,
.tabs-product .nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover{
	background: #efefef;
	color: #555;
	border: 1px solid #ddd;
	border-bottom: 0;
	border-radius: 5px 5px 0 0;
}

.tabs-product .tab-content{
	line-height: 30px;
}

.block-white{
	float: right;
	width: 100%;
	margin: 30px auto;
	padding: 50px;
	text-align: center;
	background: #fff;
}

.page-cart th,
.page-cart td{
	padding: 10px !important;
	font-weight: normal;
	text-align: center;
	vertical-align: middle !important;
}

.page-cart table input{
	width: 70px;
	padding: 5px;
	border: 1px solid #ddd;
	text-align: center;
}

.page-cart .remove:hover{
	color: #ff688f;
}

.page-cart .discount{
	float: right;
	position: relative;
	width: 100%;
	margin: 10px auto;
	padding: 15px;
	border: 1px solid #ddd;
}

.page-cart .discount i{
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 60px;
	color: #f2f2f2;
}

.page-cart .discount .discount-form{
	float: left;
	padding: 15px 0 0;
}

.page-cart .discount .discount-form input[type="text"]{
	float: right;
	padding: 5px;
	border: 1px solid #662d7b;
}

.page-cart .discount .discount-form input[type="submit"],
.page-cart .discount .discount-form input[type="button"],
.page-cart .discount .discount-form button{
	padding: 5px;
	color: #fff;
	background: #662d7b;
	border: 1px solid #662d7b;
}

.page-cart .discount .title{
	float: right;
	width: 100%;
	padding-bottom: 5px;
	font-size: 17px;
	text-align: right;
}

.page-cart .discount p{
	clear: both;
	text-align: right;
}

.page-cart .total-cart{
	display: table;
	margin: 10px auto;
	padding-bottom: 10px;
	color: #ff688f;
	border-bottom: 1px solid #ff688f;
	font-size: 20px;
}

.page-cart .btn-center{
	display: table;
	margin: 10px auto 0;
}

.page-cart .btn-center input[type="submit"],
.page-cart .btn-center input[type="button"],
.page-cart .btn-center button{
	width: 120px;
	margin: 0 5px;
	padding: 10px;
	background: #662d7b;
	color: #fff;
	border: 0;
	opacity: .9;
}

.page-cart .btn-center input[type="submit"]:hover,
.page-cart .btn-center input[type="button"]:hover,
.page-cart .btn-center button:hover{
	opacity: 1;
}

.page-cart .btn-center input.btn-pink{
	background: #ff688f;
}

.page-cart .shop_table dl.variation{
	display: flex;
    justify-content: center;
    margin-top: 10px;
}

.catgeory-product{
	float: right;
	width: 100%;
	padding: 50px 0;
}

.catgeory-product .product{
	margin-bottom: 30px;
}

.sidebar{
	float: right;
	width: 100%;
	padding: 50px 0;
}

.sidebar .widget-category{
	margin-bottom: 20px;
}

.sidebar .widget-category img{
	box-shadow: 0 0 6px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.1);
	-o-box-shadow: 0 0 6px rgba(0,0,0,.1);
}

.sidebar .widget{
	float: right;
	position: relative;
	width: 100%;
	margin: 0 0 6px;
    padding: 10px 20px 30px;
    background: #fff;
	box-shadow: 0 0 6px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.1);
	-o-box-shadow: 0 0 6px rgba(0,0,0,.1);
}

.sidebar .widget h3{
	margin: 5px auto 20px;
	color: #662d7b;
	font-size: 17px;
}

.sidebar .widget .widget-content .sidebar-input input[type="checkbox"],
.sidebar .widget .widget-content .sidebar-input input[type="radio"]{
	display: none;
}

.sidebar .widget .widget-content .sidebar-input input[type="checkbox"] + label,
.sidebar .widget .widget-content .sidebar-input input[type="radio"] + label{
	position: relative;
	display: block;
	padding-right: 20px;
	font-weight: normal;
}

.sidebar .widget .widget-content .sidebar-input input[type="checkbox"] + label:before,
.sidebar .widget .widget-content .sidebar-input input[type="radio"] + label:before{
	content: "";
	position: absolute;
	width: 15px;
	height: 15px; 
	top: 3px;
	right: 0;
	background: #bdc3c7;
	border-radius: 2px;
	font-size: 10px;
	text-align: center;
}

.sidebar .widget .widget-content .sidebar-input input[type="radio"] + label:before{
	border-radius: 50%;
}

.sidebar .widget .widget-content .sidebar-input input[type="checkbox"]:checked + label:before,
.sidebar .widget .widget-content .sidebar-input input[type="radio"]:checked + label:before{
	content: "\f00c";
	background: #27ae60;
	color: #fff;
	font-family: FontAwesome;
}

.sidebar .widget .widget-content .sidebar-input-design input[type="checkbox"],
.sidebar .widget .widget-content .sidebar-input-design input[type="radio"]{
	position: relative;
	width: 15px;
	height: 15px; 
	top: 5px;
	right: 0;
	background: #bdc3c7;
	border-radius: 2px;
	font-size: 10px;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.sidebar .widget .widget-content .sidebar-input-design input[type="radio"]{
	border-radius: 50%;
}

.sidebar .widget .widget-content .sidebar-input-design input[type="checkbox"]:checked,
.sidebar .widget .widget-content .sidebar-input-design input[type="radio"]:checked{
	position: relative;
	background: #27ae60;
}

.sidebar .widget .widget-content .sidebar-input-design input[type="checkbox"]:checked:before,
.sidebar .widget .widget-content .sidebar-input-design input[type="radio"]:checked:before{
	content: "\f00c";
	position: absolute;
	top: 2px;
	right: 2px;
	background: #27ae60;
	color: #fff;
	font-family: FontAwesome;
}

.sidebar .widget .widget-content .sidebar-input-design input[type="file"]:focus,
.sidebar .widget .widget-content .sidebar-input-design input[type="checkbox"]:focus,
.sidebar .widget .widget-content .sidebar-input-design input[type="radio"]:focus{
	outline: 0;
}

.sidebar .widget .widget-content ul li{
	display: block;
	width: 100%;
	padding: 5px 0;
	float: right;
	max-height: 40px;
}

.sidebar .widget .widget-content ul li:hover span{
	background: #efefef;
}
.sidebar .widget .widget-content ul li a{
	display: inline;
	line-height: 25px;
	float: right;
}

.sidebar .widget .widget-content ul li a:hover{
	color: #6abceb;
}

.sidebar .widget .widget-content ul li span{
    display: inline-block;
    min-width: 40px;
    position: relative;
    top: 0px;
    padding: 5px;
    background: #662d7b;
    color: #fff;
    border-radius: 300px;
    font-size: 11px;
    text-align: center;
    float: left;
}
.sidebar .widget .widget-content ul li:hover span{
	background: #ff688f;
}

.sidebar .widget .tagcloud a{
	display: inline-block;
	padding: 5px 10px;
	margin: 2px;
	background: #662d7b;
	color: #fff;
	border: 1px solid #662d7b;
	border-radius: 5px;
	font-size: 12px;
	text-align: center;
}

.sidebar .widget .tagcloud a:hover{
	background: #ff688f;
	border-color: #ff688f;
	color: #fff;
}

.sidebar .widget .widget-content input,
.sidebar .widget .widget-content textarea{
	width: 100%;
	margin: 5px 0;
	padding: 5px 10px;
	border: 1px solid #ddd;
	resize: none;
}

.sidebar .widget .widget-content input:focus,
.sidebar .widget .widget-content textarea:focus{
	border-color: #662d7b;
}

.page-account .form-icon{
	display: table;
	width: 70px;
	height: 70px;
	margin: 0 auto;
	background: #662d7b;
	color: #fff;
	font-size: 30px;
	line-height: 70px;
	border-radius: 50%;
}

.page-account .signup-form .form-icon{
	background: #ff688f;
}

.page-account .login-form h2,
.page-account .signup-form h2{
	margin: 0 auto 10px;
	font-size: 20px;
	color: #662d7b;
}

.page-account .signup-form h2{
	color: #ff688f;
}

.page-account form{
	margin: 20px 0 0;	
}

.page-account .login-form input,
.page-account .signup-form input{
	width: 250px;
	padding: 10px;
	border: 1px solid #ddd;
	box-shadow: 0 0 6px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.1);
	-o-box-shadow: 0 0 6px rgba(0,0,0,.1);
}

.page-account .login-form input[type="submit"]{
	background: #662d7b;
	color: #fff;
	border: 1px solid #662d7b;
    display: block;
    margin: 8px auto;
}

.page-account .signup-form input[type="submit"]{
	background: #ff688f;
	color: #fff;
	border: 1px solid #ff688f;
}

.page-account .login-form input[type="checkbox"]{
	display: none;
	width: auto;
	border: 0;
	box-shadow: none;
}

.page-account .login-form input[type="checkbox"] + label{
	position: relative;
	padding-right: 20px; 
}

.page-account .login-form input[type="checkbox"] + label:before{
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	top: 2px;
	right: 0;
	background: #bdc3c7;
	font-size: 10px;
	text-align: center;
	border-radius: 2px;
}

.page-account .login-form input[type="checkbox"]:checked + label:before{
	content: "\f00c";
	font-family: "FontAwesome";
	background: #662d7b;
	color: #fff;
}

.page-account .login-form a{
	color: #662d7b;
}

.blog-wrapper{
	width: 100%;
	margin: 55px auto;
}

.blog-wrapper .blog-item{
	float: right;
	width: 100%;
	margin-bottom: 30px;
	padding: 20px;
	background: #fff;
	color: #777;
	font-size: 13px;
	line-height: 30px;
}

.blog-wrapper .blog-item figure{
	position: relative;
}

.blog-wrapper .blog-item figure img{
	width: 100%;
}

.blog-wrapper .blog-item figure .meta-time{
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	text-align: center;
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;

}

.blog-wrapper .blog-item figure .meta-time .date{
	display: block;
	width: 100%;
	padding: 10px;
	background: #484848;
	color: #fff;
	font-size: 16px;
	line-height: 25px;
}

.blog-wrapper .blog-item figure .meta-time .date em{
	display: block;
	font-size: 20px;
	font-size: normal;
}

.blog-wrapper .blog-item figure .meta-time .year{
	display: block;
	padding: 5px 0;
	background: #662d7b;
	color: #fff;
}

.blog-wrapper .blog-item h2{
	margin: 30px auto 20px;
	font-size: 25px;
}

.blog-wrapper .blog-item h2.title-blog,
.blog-wrapper .blog-item h2 a{
	color: #662d7b;
}

.blog-wrapper .blog-item h2 a:hover{
	color: #ff688f;
}

.blog-wrapper .blog-item .read-more{
	float: left;
	margin: 0 10px;
	padding: 5px 30px;
	background: #662d7b;
	color: #fff;
	border-radius: 2px;
}

.blog-wrapper .blog-item .read-more:hover{
	background: #ff688f;
}

.blog-wrapper .pagination a,
.blog-wrapper .pagination span{
	display: inline-block;
	padding: 10px 15px;
	margin: 0 0 10px 5px;
	background: #fff;
	border: 1px solid #f4f4f4;
	box-shadow: 0 0 6px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.1);
	-o-box-shadow: 0 0 6px rgba(0,0,0,.1);
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.blog-wrapper .pagination a:hover,
.blog-wrapper .pagination span:hover{
	background: #662d7b;
	color: #fff;
}

.blog-wrapper .blog-item .blog-social{
	float: right;
	position: relative;
	width: 100%;
	padding-top: 30px;
}

.blog-wrapper .blog-item .blog-social .title-social{
	position: relative;
}

.blog-wrapper .blog-item .blog-social .title-social i{
	position: absolute;
	top: 10px;
	right: 0;
}

.blog-wrapper .blog-item .blog-social .title-social .content-social{
	padding-right: 20px;
	font-size: 15px;
}

.blog-wrapper .blog-item .blog-social ul{
	float: left;
}

.blog-wrapper .blog-item .blog-social ul li{
	float: right;
	padding: 0 5px;
}

.blog-wrapper .blog-item .blog-social ul li a{
	display: inline-block;
	width: 40px;
	height: 40px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 0 6px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.1);
	-o-box-shadow: 0 0 6px rgba(0,0,0,.1);
}

.blog-wrapper .blog-item .blog-social ul li a.facebook{
	background: #3b5998;
}

.blog-wrapper .blog-item .blog-social ul li a.goops{
	background: #dd4b39;
}

.blog-wrapper .blog-item .blog-social ul li a.twitter{
	background: #1da1f2;
}

.blog-wrapper .blog-item .blog-social ul li a.pinterest{
	background: #bd081c;
}

.blog-wrapper .blog-item .tags-item{
	float: right;
	position: relative;
	width: 100%;
	padding: 10px 30px;
	margin: 20px auto 0;
	background: #f7f7f7;
	border: 1px solid #ededed;
}

.blog-wrapper .blog-item .tags-item i{
	position: absolute;
	top: 15px;
	right: 10px;
}

.blog-wrapper .blog-item .tags-item a{
	float: right;
	display: inline-block;
	height: 25px;
	margin: 1px;
	padding: 0 10px;
	background: #eee;
	color: #999;
	line-height: 25px;
	white-space: nowrap;
}

.blog-wrapper .blog-item .tags-item a:hover{
	background: #662d7b;
	color: #fff;
}

.newsletter{
	position: relative;
	margin-bottom: 50px;
	font-size: 14px;
}

.newsletter form{
	position: relative;
	display: table;
	margin: 0 auto;
}

.newsletter i{
	position: relative;
	top: 0;
	right: 40px;
}

.newsletter form input[type="text"],
.newsletter form input[type="email"]{
	min-width: 500px;
	height: 60px;
	padding: 0 70px;
	background: #fff;
	color: #ff688f;
	border-radius: 300px;
	border: 0;
	font-size: 15px;
}

.newsletter form input[type="submit"],
.newsletter form button{
	display: initial;
	width: 170px;
	height: 60px;
	float: left;
	background: #662d7b;
	color: #fff;
	border-radius: 30px 0 0 30px;
	border: 0;
	font-size: 15px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.newsletter form input[type="submit"]:hover,
.newsletter form button:hover{
	background: #ff688f;
}

.newsletter #mailpoet_form_1 .mailpoet_text_label{
	text-align: right;
    margin-right: 45px;
    margin-bottom: 10px;
}
.newsletter .mailpoet_form_loading{
	position: absolute;
    top: 12px;
    right: -326px;
}

.newsletter form p{
	/* padding: 20px 0; */
}

.newsletter form.mailpoet_form *:nth-child(7)::before{
    content: "\f0e0";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 12px;
    right: 30px;
    font-family: "FontAwesome";
    color: #ff688f;
    font-size: 15px;
}
.newsletter form.mailpoet_form *:nth-child(8){
	width: auto;
    position: absolute;
	top: 40px;
	left: 0;
	z-index: 100;
}

.newsletter .wysija-msg,
.newsletter .formError{
	display: flex !important;
    justify-content: center !important;
    position: absolute !important;
    top: -40px !important;
    right: 0 !important;
    left:  0 !important;
}

.newsletter .formError .formErrorContent {
	border: none;
	border-radius: 4px !important;
	width: 60% !important;
	padding: 8px;
}
.newsletter .parsley-errors-list {
    margin-top: 15px;
}

footer{
	margin-top: auto;
}

.footer-content{
	float: right;
	width: 100%;
	padding-top: 65px;
	background: #362056;
	color: #96a2b3;
}

.footer-content .widget_text{
	min-height: 320px;
}

.footer-content h4{
	margin: 0;
	color: #fff;
}

.footer-content ul{
	margin: 20px auto 0;
}

.footer-content ul li{
	position: relative;
	display: block;
	padding-right: 15px;
	margin-bottom: 15px;
}

.footer-content ul li strong{
	display: inline-block;
	color: #ccc;
	direction: ltr;
	text-align: left;
	font-size: 14px;
}

.footer-content ul li:before{
	content: "\f104";
	position: absolute;
	width: 5px;
	height: 2px;
	top: 1px;
	right: 0;
	font-family: "FontAwesome";
}

.footer-content ul li a{
	color: #B4B5CB;
}

.footer-content ul li a:hover{
	color: #ff688f;
}

.footer-bottom{
	float: right;
	width: 100%;
	padding: 10px;
	background: #662d7b;
	color: #fff;
	text-align: center;
}

.footer-bottom p{
	margin: 0;
}
#footer-ads{
	width: 100%;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 10000;

}
.footer-ads{
	height: 70px;
	width: 100%;
	background: #333;
	opacity: 0.9;				
	-webkit-box-shadow: inset 0px -35px 25px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px -35px 25px 0px rgba(0,0,0,0.5);
	box-shadow: inset 0px -35px 25px 0px rgba(0,0,0,0.5);
}
.footer-ads span.close_ads::before {
	content: "\f00d";
	position: absolute;
	top: -23px;
	right: 10px;
	color: #444;
	font-family: 'FontAwesome';
	font-size: 18px;
	cursor: pointer;
}
.footer-ads .close_ads:hover::before {
	color: #6abceb;
}
.footer-ads ul{
	position: relative;
	left: 0;
	display: flex;
    white-space: nowrap;
    flex-direction: row;
    justify-content: flex-start;
	height: 100%;
	padding: 12px;
	transition: 1s;
}
.footer-ads ul li{
	height: 100%;
	text-align: center;
	border-left: 1px solid #ccc;
	float: right;
}
.footer-ads li:last-child{
	border: none;
}
.footer-ads ul li a span{
	display: block;
	width: 100%;
	height: 50%;
	line-height: 2;
	color: #fff;
	direction: ltr;
	overflow: hidden;
	text-overflow: ellipsis;
    font-size: 11px;
}
.footer-ads ul li a span:last-child{
	color: #6abceb;
}
.footer-ads ul li a:hover span{
	color: #ff688f !important;
}

/* contact-us */

.demoshop-contact-us{
	margin: 20px 0 70px 0;
}
.demoshop-contact-us .col-title{
	margin-top: 70px;
	margin-bottom: 20px;
	text-align: center;
}
.demoshop-contact-us .contact-wrapper .form {
    float: left;
    width: 100%;
    padding: 20px 0 0;
	margin-bottom: 20px;
}
.demoshop-contact-us .contact-wrapper .form p {
    color: #616161;
    line-height: 15px;
    text-align: justify;
}
.demoshop-contact-us .contact-wrapper .form p:last-child {
	width: 100%;
}
.demoshop-contact-us .contact-wrapper input {
    width: 100%;
    height: 40px;
    padding: 5px 10px;
	margin-top: 7px ;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.demoshop-contact-us .contact-wrapper input[type="submit"], 
.demoshop-contact-us .contact-wrapper button {
    float: left;
    width: 125px;
    height: 40px;
    background: #fff;
    color: #fff;
    border: 0;
    border-radius: 4px;
    background-image: linear-gradient(to top,#e6436d,#ff98b3);
    background-image: -webkit-linear-gradient(to top,#e6436d,#ff98b3);
    background-image: -moz-linear-gradient(to top,#e6436d,#ff98b3);
    background-image: -ms-linear-gradient(to top,#e6436d,#ff98b3);
    background-image: -o-linear-gradient(to top,#e6436d,#ff98b3);
}
.demoshop-contact-us .contact-wrapper textarea {
	width: 100%;
    height: 150px;
    margin-top: 7px;
    padding: 15px 10px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 15px;
    resize: none;
	line-height: 22px;
}
.demoshop-contact-us .contact-wrapper textarea:focus,.contact-wrapper input:focus {
    border-color: #ff688f;
	outline: none !important;
}
.demoshop-contact-us .contact-sidebar .bio{
	display: block;
	text-align: center;
	margin: 20px;
}
.demoshop-contact-us .contact-sidebar .bio img{
	border-radius: 50%;
	width: 100px;
	margin-top: 10px;
}
.demoshop-contact-us .contact-sidebar .bio p{
	line-height: 2;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    font-size: 15px;
	text-align: right;
}
.demoshop-contact-us .contact-sidebar p{
	line-height: 2;
    padding: 0 20px;
	margin: 0;
}
.demoshop-contact-us .contact-sidebar > p:nth-of-type(1){
	float: right;
	display: block;
	width: 100%;
}
.demoshop-contact-us .contact-sidebar > p:nth-of-type(1) span:last-child{
	direction: ltr;
    position: absolute;
    margin-top: 18px;
    margin-right: 2px;
}
.demoshop-contact-us .contact-sidebar span.icon{
	display: inline-block;
	margin: 10px 5px 0;
	font-weight: 600;
}
.demoshop-contact-us .contact-sidebar .icon::before{
    position: relative;
    right: 0;
    top: 5px;
    font-family: "FontAwesome";
    font-size: 18px;
    margin-left: 10px;
}
.demoshop-contact-us .contact-sidebar .icon.phone::before{
	content: "\f095";
}
.demoshop-contact-us .contact-sidebar .icon.email::before{
	content: "\f0e0";
}
.demoshop-contact-us .contact-sidebar .icon.address::before{
	content: "\f041";
}
.demoshop-contact-us .contact-sidebar span.location img{
	margin-top: 10px;
	width: 100%;
}
.demoshop-contact-us .gallery ul li{
	display: inline-block;
	padding: 15px 8px 0;
}
.demoshop-contact-us .gallery ul li img{
	width: 100px;
	border: 1px solid #eed;
	border-radius: 2px;
}



/* ------------------------------------------------------------------------------------ */
.numfarsi{
	font-family: 'vazir' !important;
}

.single-product-details .single-product-overview.summary h2{
	margin-bottom: 20px;
}

.single-product-details .product_meta .review i,
.single-product-details .product_meta .view i{
	margin-left: 5px;
}

.single-product-details .product_meta span.posted_in,
.single-product-details .product_meta span.tagged_as{
	display: block;
	margin-top: 5px;
	font-weight: 600;
}
.single-product-details .product_meta span.posted_in a,
.single-product-details .product_meta span.tagged_as a{
	font-weight: 400;
}

.single-product-details .cart-options ins {
	display: inline-block;
    padding: 0 10px 0 0;
    color: #ff688f;
    font-size: 25px;
}

.single-product-details .cart-options.cart {
	display:flex;
	align-items: center;
	justify-content: right;
	text-align: center;
	margin-top: 30px;
	height: 120px;
}

.single-product-details .cart-options .quantity{
	width: 15%;
}

.single-product-details .cart-options .quantity label{
	display: none;
}

.single-product-details .cart-options .quantity input{
	width: 85%;
	height: 55px;
	font-size: 22px;
	text-align: center;
}

.single-product-details .cart-options button,
.single-product-details .cart-options a.btn{
	width: 50%;
	height: 70px;
	margin-right: 20px;
	background: #662d7b;
	color: #fff !important;
	border-radius: 5px;
	font-size: 18px; 
    line-height: 50px;
}

.single-product-details .woocommerce-tabs h2{
	font-size: 20px;
	margin: 30px 0px;
}
.single-product-details .woocommerce-Reviews #comments h2 span{
	color: #ff688f;
	margin-right: 5px;
}
.single-product-details .woocommerce-Reviews #comments ol{
	padding-right: 20px;
}
.single-product-details .woocommerce-Reviews #comments .comment_container{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.single-product-details .woocommerce-Reviews #comments .comment_container *{
	padding: 0;
	margin: 0;
}
.single-product-details .woocommerce-Reviews #comments .comment_container img{
	margin-left: 7px;
}
.single-product-details .woocommerce-Reviews #comments .comment_container div,
.single-product-details #commentform .comment-form-rating *{
	display: inline-block;
}

.single-product-details #commentform .comment-form-comment,
.single-product-details #commentform p>label{
	display: block;
	margin: 0;
}

.single-product-details #commentform .comment-form-cookies-consent>label{
	display: inline-block;
}

.single-product-details .woocommerce-tabs .tab-content{
	padding: 0 40px;
}

.single-product-details #commentform .comment-form-comment textarea{
	width: 60%;
	height: 150px;
	padding: 12px 20px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 4px;
	background-color: #f8f8f8;
	font-size: 16px;
	resize: none;
}

.single-product-details #commentform .comment-form-comment textarea:focus {
    border-color: #ff688f;
}

.single-product-details #commentform .comment-form-author input,
.single-product-details #commentform .comment-form-email input{
	border: 2px solid #ccc;
	border-radius: 4px;

}
.single-product-details #commentform .form-submit{
	display: block;
	width: 60%;
}

.single-product-details #commentform .form-submit .submit{
	border: none;
	padding: 0 50px;
	background: #ff688f;
    color: #fff !important;
    border-radius: 5px;
	float: left;
}

.single-product-details #commentform .form-submit input:hover{
    background: #662d7b;
}


/* <!--update 2025---------------------------------------------------------> */

@media screen and (max-device-width: 768px){
	.container {
		width: 90% !important;
	}

	a,span.textarea,p{
		font-size: 17px;
	}
	span.filter-option{
		display: none !important;
	}

	div.bootstrap-select{
		width: 50px !important;
	}

	.new-product .col-md-3{
		margin-top: 50px;
	}
	.special-offers .offer{
		display: grid;
	}

	.special-offers .offer .offer-content{
		text-align: center;
		margin-bottom: 10px;
	}

	.special-offers .offer .offer-content p,
	.special-offers .offer .offer-content h2{
		margin: 4px;
		padding: 4px;
		text-align: center;
	}

	.special-offers .offer .offer-content p{
		max-height: 100px;
		overflow: hidden;
		word-wrap: break-word;
		text-overflow: ellipsis;
	}
	
	.special-offers .offer figure{
		float:right;
		display: flex;
		justify-content: center;
		min-height: 231px;
		height: auto;
		text-align: center;
	}
	
	.special-offers .offer figure img{
		max-width: 250px;
		max-height: 257px;
		margin: auto;
	}
	
	.special-offers .offer .offer-content ul li {
		float: right;
		width: 100%;
		margin: 2px 0;
	}
	.special-offers .offer .offer-content ul li a{
		display: block;
		width: 100%;
	}
	.tab-slider .tab-content .tab-item figure {
		float: none;
		display: block;
		text-align: center;
		padding: 0;
	}

	.tab-slider .tab-content .tab-item .tab-item-content {
		float: none;
		display: block;
		width: 100%;
		text-align: center;
	}

	.ads-item {
		height: auto;
	}

	.ads-item img{
		width: 100%;
		height: 100%;
	}

	.pre-order .pre-order-content form input{
		width: 100%;
		margin-top: 10px;
	}

	.sidebar{
		padding-top: 0;
		padding-bottom: 10px;
		text-align: center;
	}

	.sidebar .widget-category{
		display: inline-block;
		position: relative;
		margin: 20px 10px;
	}
	
	.sidebar .widget .widget-content{
		text-align: right;
	}

	.catgeory-product .product{
		height: 375px;
	}
	
	.new-product .product .product-content a.product-buy {
		bottom: 15px;
	}

	.single-product-details .single-product-overview {
		padding: 40px;
	}
	
	.single-product-details .single-product-overview .cart-options .btn-cart {
		display: block;
	}

	.single-product-details #commentform .comment-form-comment textarea,
	.single-product-details #commentform .form-submit{
		width: 100%;
	}
	
	#blog .blog article .blog-content {
		padding: 10px;
	}
	
	.blog article .blog-content p {
		-webkit-line-clamp: 8;
	}

	.tab-slider .tab-item{
		min-height: 210px;
	}	
	.tab-slider .nav-tabs li{
		min-width: 150px;
	}
	.footer-ads{
		height: 120px;
	}
	.footer-ads span.close_ads::before {
		top: -45px;
		right: 16px;
		font-size: 30px;
	}
	.footer-ads ul li a span{
		line-height: 3;
		font-size: 21px;
	}
	.header-top .coin,
	.header-top .coin ul{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 60px;
	}				
	.header-top .coin ul li{
		min-width: 185px;
	}				
	.header-top .coin ul li a{
		display: inline-block;
	}
	.header-top .coin .close_coin::before {
		top: 50px;
		right: 16px;
		font-size: 30px;
	}

}

/* <!--update woocommerce---------------------------------------------------------> */

.woocommerce{
	display: flex;
	justify-content: center;
	justify-items: center;
	width: 100%;
	flex-direction: column;
}
span.woocommerce-Price-amount{
	font-family: 'vazir';
}
span.woocommerce-Price-amount:nth-child(2) bdi{
	display: block;
	font-size: 15px !important;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-message{
	position:absolute !important;
	top: 0 !important;
	right: 0 !important;
	left: 0 !important;
	background: #B3FFC6;
	text-align: right;
}
.woocommerce .woocommerce-notices-wrapper a,
.woocommerce-notices-wrapper a{
    border: none;
    padding: 4px 16px;
    background: #ff688f;
    color: #fff !important;
    border-radius: 5px;
    font-size: 10px;
    margin-right: 6px;
	float: left;
}
.woocommerce .woocommerce-notices-wrapper a.button:hover,
.woocommerce-notices-wrapper a.button:hover{
	background: #662d7b;
}
.woocommerce .woocommerce-MyAccount-navigation{
	margin-bottom: 20px;
	padding: 10px;
	border: 1px #e6e6e6 solid;
	box-shadow: 0 0 6px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 6px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,.1);
    -o-box-shadow: 0 0 6px rgba(0,0,0,.1);
}
.woocommerce .woocommerce-MyAccount-navigation ul{
	display: flex;
	justify-content: center;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a{
	padding: 2px 20px;
	border-radius: 3px;
} 
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a{
	background: #662d7b;
	color: #fff;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:hover{
	background: #ff688f;
}
.woocommerce .checkout.woocommerce-checkout h3,
.woocommerce .woocommerce-MyAccount-content h2,
.woocommerce .woocommerce-order-details h2,
.woocommerce .woocommerce-customer-details h2{
	text-align: right;
    margin-bottom: 20px;
    font-size: 26px;
}
.woocommerce .woocommerce-MyAccount-content table,
.woocommerce .woocommerce-order-details table,
.woocommerce .woocommerce-customer-details table{
	font-size: 14px !important;
}
.woocommerce .woocommerce-checkout-review-order table thead,
.woocommerce .woocommerce-MyAccount-content table thead,
.woocommerce .woocommerce-order-details table thead,
.woocommerce .woocommerce-customer-details table thead{
	background: #6abceb;
	color: #fff;
}
.woocommerce .woocommerce-checkout-review-order table th,
.woocommerce .woocommerce-MyAccount-content table th,
.woocommerce .woocommerce-order-details table th,
.woocommerce .woocommerce-customer-details table th{
	text-align: right !important;
	font-weight: 400 !important;
}

.woocommerce .woocommerce-MyAccount-content table tbody tr,
.woocommerce .woocommerce-order-details table tbody tr,
.woocommerce .woocommerce-customer-details table tbody tr{
	text-align: right !important;
}
.woocommerce .woocommerce-MyAccount-content table .button,
.woocommerce .woocommerce-MyAccount-content form button 
.woocommerce .woocommerce-order-details table .button,
.woocommerce .woocommerce-order-details form button,
.woocommerce-table--order-details tfoot .button{
    white-space: nowrap;
    background: #ff688f !important;
    color: #fff;
    font-weight: 400;
}
.woocommerce .woocommerce-MyAccount-content table .button:hover,
.woocommerce .woocommerce-order-details table .button:hover {
    background: #6abceb;
}
.woocommerce .woocommerce-MyAccount-content .welcome h4{
	margin-bottom: 35px !important;
}
.woocommerce span.button,
.woocommerce form .button,
.woocommerce form input[type="submit"],
.woocommerce form button,
.woocommerce form .btn-center a{
	width: 120px;
	display: block;
	border: 1px !important;
	background: #ff688f !important;
	color: #fff !important;
	border-radius: 5px;
	font-weight: 400;
	line-height: normal;
	padding: 5px !important;
	margin: 5px auto !important;
	cursor: pointer;
}
.woocommerce span.button:hover,
.woocommerce form .button:hover,
.woocommerce form input[type="submit"]:hover,
.woocommerce form button:hover,
.woocommerce form .btn-center a:hover{
	background: #6abceb !important;
}
.woocommerce span.button::before{
    content: "\f08b";
    position: absolute;
    color: #fff;
    font-family: "FontAwesome";
    font-size: 24px;
    text-align: center;
    left: 67px;
    right: 0;
}
.woocommerce form input:not([type="submit"]){
    border: 1px solid #aaa !important;
    border-radius: 4px !important;
    line-height: normal;
}
.woocommerce form textarea{
    border: 1px solid #aaa !important;
    border-radius: 4px !important;
	padding: 5px;
	box-sizing: border-box;
	resize: none;
	min-height: 70px;
}
.display_flex{
	display: flex;
	justify-content: center;
	justify-items: center;
}

.woocommerce form.woocommerce-cart-form .discount .discount-form input[type="submit"]{
	width: 47%;
	padding: 5px 0 !important;
	margin: 0 !important;
}
.woocommerce form.woocommerce-cart-form .product-thumbnail a{
	display: block;
	width: 100%;
} 
.woocommerce form.woocommerce-cart-form img.size-woocommerce_thumbnail{
	width: 20%;
} 
.woocommerce .woocommerce-order ul.woocommerce-thankyou-order-details{
	margin: 30px;
    padding: 10px;
    border: 1px #e6e6e6 solid;
}
.woocommerce-checkout-review-order .woocommerce-checkout-payment span.woocommerce-terms-and-conditions-checkbox-text a,
.woocommerce .woocommerce-form-coupon-toggle a.showcoupon{
	color: #ff688f;
}

.woocommerce .woocommerce-form-coupon-toggle a.showcoupon:hover{
	color: #6abceb;
}
.checkout_coupon.woocommerce-form-coupon button[type="submit"]{
	display: inline-block;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}
.woocommerce-checkout-review-order .woocommerce-checkout-payment input[type="checkbox"]{
	margin: 6px 9px 0px 0;
}

.woocommerce-checkout-review-order .woocommerce-checkout-payment span.woocommerce-terms-and-conditions-checkbox-text{
	margin-right: 24px;
}
.woocommerce .woocommerce-order p.woocommerce-thankyou-order-received::before{
	content: "\f13a";
    position: relative;
    color: #00a82a;
    font-family: "FontAwesome";
    font-size: 21px;
    text-align: center;
    top: 3px;
    right: -6px;
}
.woocommerce .woocommerce-ResetPassword .form-row-last,
.woocommerce .woocommerce-ResetPassword .form-row-first{
	float: initial;
	margin: auto;
	width: 30%;
}
.woocommerce-pagination ul{
    display: flex;
    justify-content: center;
    justify-items: center;
    width: 100%;
}
.woocommerce-pagination ul a,
.woocommerce-pagination ul span{
    display: inline-block;
    padding: 10px 15px;
    margin: 0 0 10px 5px;
    background: #fff;
    border: 1px solid #f4f4f4;
    box-shadow: 0 0 6px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 6px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,.1);
    -o-box-shadow: 0 0 6px rgba(0,0,0,.1);
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.woocommerce-pagination ul li:hover a,
.woocommerce-pagination ul li:hover span{
	color: #f4f4f4;
	background-color: #662d7b;
}
.woocommerce-mini-cart-item figure{
	display: flex;
	justify-content: center;
	min-height: 70px;
	height: auto;
	text-align: center;
}
.woocommerce-mini-cart-item figure img{
	max-width: 70px;
	max-height: 70px;
	margin: auto;
}
.woocommerce-mini-cart td:last-child{
	text-align: left;
	padding-left: 30px;
}
.woocommerce-mini-cart .pink a{
    display: inline-block;
    border: 1px !important;
    background: #ff688f !important;
    color: #fff !important;
    border-radius: 5px;
    font-weight: 400;
    line-height: normal;
    padding: 5px 15px !important;
    margin: 5px !important;
}
.woocommerce-mini-cart .total .woocommerce-Price-amount{
	font-size: 19px;
    font-weight: 600;
    color: #ff688f;
    position: relative;
    top: 4px;
    right: 9px;
}
ul.woocommerce-error:focus-visible{
	outline: none !important;
}
.catgeory-product.new-product .wc_result{
	width: 96%;
    padding: 22px;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #f0f2f5;
    border-radius: 5px;
    margin-right: 22px;
    box-shadow: 0 0 6px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 6px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,.1);
    -o-box-shadow: 0 0 6px rgba(0,0,0,.1);
}
.catgeory-product.new-product .wc_result p,
.catgeory-product.new-product .wc_result form{
	display: inline-block;
	width: auto;
	margin: 0;
}
.catgeory-product.new-product .wc_result p{
	margin-top: 5px;
}
.catgeory-product.new-product .wc_result form{
	float: left;
}
.catgeory-product.new-product .wc_result form select{
    border: 1px solid #efefef !important;
    border-radius: 4px !important;
    line-height: normal;
}
form *:active,
form *:visited,
form *:focus,
form *:focus-visible {
    outline: none !important;
}

.sidebar .widget-content .title{
	margin-right: 0px;
	margin-bottom: 15px;
    padding: 10px 0 5px;
    border-bottom: 1px solid #efefef;
    width: 100%;
    text-align: right;
    font-size: 15px;
}

.sidebar .price_slider{ 
    margin-bottom: 1em;
}

.sidebar .price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    font-size: 0.8751em;
}

.sidebar .price_slider_amount .price_label .from,
.sidebar .price_slider_amount .price_label .to {
	font-family: 'vazir';
	font-size: 12px;
	color: #ff688f;
}

.sidebar .price_slider_amount .button:hover {
    opacity: 0.9;
}

.sidebar .price_slider_amount .button {
    float: left;
    width: 100%;
    border: none;
    background: #6abceb;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 4px;
    font-weight: 400;
	font-size:1.15em;
}

.sidebar .ui-slider {
    position: relative;
    text-align: left;
}

.sidebar .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.9em;
    height: 0.9em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    cursor: pointer;
    background: #e7e7e7;
    background: -webkit-gradient(linear,left top,left bottom,from(#FEFEFE),to(#e7e7e7));
    background: -webkit-linear-gradient(#FEFEFE,#e7e7e7);
    background: -moz-linear-gradient(center top,#FEFEFE 0%,#e7e7e7 100%);
    background: -moz-gradient(center top,#FEFEFE 0%,#e7e7e7 100%);
    outline: none;
    top: -.3em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
}

.sidebar .ui-slider .ui-slider-handle:last-child {
    margin-left: -1em;
}

.sidebar .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size:.7em;
    display: block;
    border: 0;
    background: none repeat scroll 0 0 #ff688f;
    box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -webkit-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

.sidebar .price_slider_wrapper .ui-widget-content {
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background: #1e1e1e;
    background: -webkit-gradient(linear,left top,left bottom,from(#1e1e1e),to(#6a6a6a));
    background: -webkit-linear-gradient(#1e1e1e,#6a6a6a);
    background: -moz-linear-gradient(center top,#1e1e1e 0%,#6a6a6a 100%);
    background: -moz-gradient(center top,#1e1e1e 0%,#6a6a6a 100%);
}

.sidebar .ui-slider-horizontal {
    height:.5em;
}

.sidebar .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.sidebar .ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}

.sidebar .ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}

.select2-container--default ul.select2-results__options{
    text-align: right;
}
.select2-container--default ul.select2-results__options li{
    padding-right: 12px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	padding-left: 8px !important;
	padding-right: 12px !important;
	text-align: right;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	text-align: right;
	float: right;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	left: 1px;
	right: auto;
}
.select2-container--default .select2-selection--single .select2-selection__clear{
	padding: 0 0 0 4px;
    color: #ff688f;
    font-size: 17px;
}
.single-product-details .woocommerce-product-details__short-description{
	margin-top: 6px;
}
.tabs-product.woocommerce-tabs .woocommerce-product-attributes tbody tr{
	vertical-align: initial;
}
.tabs-product.woocommerce-tabs .woocommerce-product-attributes tbody tr th{
	padding-left: 5px;
}
.woocommerce ul.order_details{
	margin: 0 auto !important;
}


