/*
product style
*/
.product-page {
    margin-bottom: 20px;
}
.product-page .product,.entry_conteent {
    background: #fff;
    padding: 10px;
}
.entry_conteent .title_post {
	font-size: 22px;
	margin-bottom: 15px;
	padding: 10px 0 20px;
	border-bottom: 1px solid #eee;
}
.entry_conteent ul li {
	list-style: inside;
}
.entry_conteent ol {
	padding-right:10px;
}
.product-page .config-product {

}
.status-product .quantity {
  position: relative;
  float:right;
	margin-top:4px;
}

.status-product input[type=number]::-webkit-inner-spin-button,
.status-product input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.status-product .quantity input {
    width: 45px;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-right: 5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.status-product .quantity input:focus {
  outline: 0;
}

.status-product .quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.status-product .quantity-button {
    position: relative;
    cursor: pointer;
    border-right: 1px solid #ccc;
    width: 22px;
    text-align: center;
    color: #333;
    font-size: 16px;
    font-family: fantasy;
    line-height: 21px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
color:#2980B9;
}

.status-product .quantity-button.quantity-up {
    position: absolute;
    height: 21px;
    top: 0;
    border-bottom: 1px solid #ccc;
}

.status-product .quantity-button.quantity-down {
  position: absolute;
  bottom: 0;
  height: 21px;
    line-height: 18px;
}
.status-product .status-product {
	display: table;
	margin: 0 auto 10px;
	text-align: center;
}
.single_add_to_cart_button {
	display:block;
	float: right;
    border: 0;
    padding: 10px 70px 10px 20px;
    line-height: 25px;
    background: #049137;
    height: 47px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    color: #fff;
    border-radius: 1px;
    position: relative;
    margin-right: 10px;

}
.single_add_to_cart_button:hover {
background:#027c2e;
}
.single_add_to_cart_button:before {
    content: "\f07a";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 0px;
    line-height: 44px;
    height: 100%;
    text-align: center;
    width: 50px;
    font-size: 25px;
    color: #fff;
    background: #05a73f;
}
.count_title {
	float: right;
    display: block;
    margin: 8px 25px 0 5px;
    color: #777;
}
.product-page .fullimage {
	max-width: 300px;
	height: 300px;
	max-width: 100%;
}
.status-product {
	text-align: center;
    display: table;
    margin: auto;
}
.product-page .config-product .title-config-product {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.product-page .config-product .title-config-product h3 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #555;
}
.product-page .config-product .excerpt-product p {
    color: #666;
    font-size: 12px;
    text-align: justify;
}
.product-page .config-product .title-config-product p {
    display: block;
    text-align: center;
    color: #888;
    font-size: 13px;
}
.product-page .config-product .status-product ul li {
    display: inline-block;
    padding: 10px 5px;
}
.product-page .config-product .price-product {
    margin: 15px 0;
}
.product-page .config-product .price-product .price {
    color: #ef3f3e;
    font-weight: 700;
}

.product-page .config-product .form-group label {
    font-size: 13px;
    color: #666;
    font-family: toosweb-yekan;

}
.product-page .config-product .form-group select {
    font-size: 13px;
    color: #666;
    font-family: toosweb-yekan;
    margin-top: 10px;
}
.product-page .config-product .form-group input[type="number"] {
  width: 60px;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 4px;
}
.product-page .config-product .form-group input[type="submit"] {
    background:#4dae54 url(../images/shop.png) no-repeat 8px;
    color: #fff;
    font-family: toosweb-yekan;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    margin-top: 35px;
}
.product-page .config-product .form-group input[type="submit"]:hover {
    opacity: .8;
}
.product-page .title-description-pro {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 4px #ccc;
    -webkit-box-shadow: 0 0 4px #ccc;
    -moz-box-shadow: 0 0 4px #ccc;
    -o-box-shadow: 0 0 4px #ccc;
    margin: 10px 0;
    border-radius: 2px;
}
.product-page .title-description-pro h4 {
    text-align: right;
    font-family: toosweb-yekan;
    font-size: 15px;
    padding: 0 10px;
    color: #fff;
    background: #ef3f3e;
    display: inline-block;
    position: relative;
    height: 40px;
    line-height: 40px;
}
.product-page .title-description-pro h4:after {
    content: "";
    position: absolute;
    left: -40px;
    top: 0;
    border: 20px solid #ef3f3e;
    border-left: 20px solid transparent;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.product-page .desc-product {
    width: 100%;
	float:right;
    background: #fff;
    box-shadow: 0 0 4px #ccc;
    -webkit-box-shadow: 0 0 4px #ccc;
    -moz-box-shadow: 0 0 4px #ccc;
    -o-box-shadow: 0 0 4px #ccc;
    margin: 10px 0;
    border-radius: 2px;
    padding: 20px;
}
.product-page .desc-product h4 {
    font-family: toosweb-yekan;
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 6px;
    color: #333;
}
.product-page .desc-product p {
    font-size: 13px;
    color: #777;
    padding: 10px;
}
.product-page .desc-product ul li,.entry_post ul li {
    font-size: 14px;
    padding: 5px;
    color: #555;
	list-style: inside;
}
.entry_post ol li {
	font-size: 14px;
    padding: 5px;
    color: #555
}
.entry_post ol {
	padding-right: 15px;
}
.product-page .tbl-config-pro {
    background: #fff;
    box-shadow: 0 0 4px #ccc;
    -webkit-box-shadow: 0 0 4px #ccc;
    -moz-box-shadow: 0 0 4px #ccc;
    -o-box-shadow: 0 0 4px #ccc;
    border-radius: 2px;
    padding: 15px;
}
.product-page .tbl-config-pro ul li {
    float: right;
    display: inline-block;
    margin:2px;
    padding: 3px 10px;
}
.product-page .tbl-config-pro ul li:nth-child(odd) {
    background: #eeeeee;
    width: 20%;
    color: #333;
	clear:both;

}
.product-page .tbl-config-pro ul li:nth-child(even) {
    background: #f6f6f6;
    width: 79%;
    color: #666;
}
.product-page .tbl-config-pro strong {
    display: block;
    position: relative;
    font-weight: normal;
    cursor: pointer;
    color: green;
    padding: 10px 20px 10px 10px;
    transition: all .3s;
	 -webkit-transition: all .3s;
	 -moz-transition: all .3s;
	 -o-transition: all .3s;
	clear:both;
}
.product-page .tbl-config-pro strong:before {
	content:"\f067" ;
    font-family: FontAwesome;
    position: absolute;
	right:0;
	top:12px;
	color:green;
}
.product-page .tbl-config-pro strong.sect_itm:before {
	content:"\f068";
}
.product-page .tbl-config-pro strong:hover {
	color:#333;
}
.product-page .tbl-config-pro strong + ul {
	display:none;
}
/*
=sidebar-product
-------------------------------------------*/
.sidebar-product {
    padding: 0;
}
.sidebar-product .right-box {
    margin-bottom: 10px;
}
.sidebar-product .right-box img.ads-sidebar {
    margin: 0 auto 10px;
    border: 1px solid #ddd;
}
.product-page .title-related-product {
    background: #fff;
    box-shadow: 0 0 4px #ccc;
    -webkit-box-shadow: 0 0 4px #ccc;
    -moz-box-shadow: 0 0 4px #ccc;
    -o-box-shadow: 0 0 4px #ccc;
    border-radius: 4px;
    margin-bottom:10px;
}
.product-page .title-related-product h3 {
    display: inline-block;
    padding: 10px 15px;
    background: #46A349;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
}
.post-meta {
	float:right;
	width:100%;
	clear:both;
    margin-bottom:10px;
    overflow: hidden;
    padding: 10px;
    border-right: 3px solid;
    background: #fff;
}
ul.post-meta {
	margin-top:10px;
}
.post-meta li {
    line-height: 12px;
    list-style: none;
	display:inline-block;
	line-height: 25px;
}
.post-meta a,.post-meta span{
    color: #888;
    line-height: 25px;
	display:inline-block;
	padding:5px;
	margin-left:3px;
}
.woocommerce ul.order_details li {
    font-size: 16px !important;
    text-align: center;
}
.woocommerce ul.order_details li strong {
    font-size: 14px;
    font-weight: normal !important;
    margin-top: 10px;
}
p.woocommerce-thankyou-order-received {
	text-align: center;
    line-height: 35px;
    font-size: 18px;
    color: #46A349;
    margin-bottom: 15px;
}
h2.woocommerce-order-details__title,.woocommerce-customer-details .woocommerce-column__title {
	 text-align: center;
    font-size: 25px;
    margin: 15px 0;
}
.woocommerce-customer-details address {
	 font-size: 14px;
    line-height: 30px;
    background: #fefefe;
}
.woocommerce ul.order_details {
	 display: table !important;
    margin: auto;
    text-align: center;
    box-shadow: 0 0 5px #ccc;
    padding: 20px;
    background: #fcfcfc;
}
/*
=related-product
-----------------------------------*/
.related-product {
    background: #fff;
    box-shadow: 0 0 4px #ccc;
    -webkit-box-shadow: 0 0 4px #ccc;
    -moz-box-shadow: 0 0 4px #ccc;
    -o-box-shadow: 0 0 4px #ccc;
    border-radius: 4px;
    margin: 10px;
    padding: 10px;
}
.wrap-rel{
    background: #fff;
    margin: 0 15px;
    border-radius: 2px;
    border: 1px solid #ddd;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    overflow: hidden;
    height: 210px;

}

.thumb-rel img {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    margin: auto;
    max-height: 150px;
}
.thumb-rel {
    overflow: hidden;
}
.wrap-rel:hover img {
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -o-transform: scale(.9);  
}
.wrap-rel .caption-rel a {
    display: block;
    color: #666;
    text-align: center;
    font-family: toosweb-yekan;
    font-size: 14px;
    padding: 5px 0 12px 0;
}
.wrap-rel .caption-rel a:hover {
    color: #ef3f3e;
}
.wrap-rel .caption-rel span {
    display: block;
    text-align: center;
    color: #888;
    font-size: 12px;
    padding-bottom: 6px;
}
.wrapper_commente {
	background: #fff;
	margin-bottom: 15px;
}
/*
=gallery-post
—--------------------------------------*/
.gallery-post {
padding:0;
}
.zoomLens {
  width:100px !important;
  height:144px !important;
}
.zoomWindow {
  border:1px solid #e6e6e6 !important;
}
.zoomContainer {
/*  top:829px !important;*/
}
.gallery-post #gal1 img {
float: right;
    border-radius: 4px;
    margin: 6px;
    border: 1px solid #e5e5e5;
    width: 60px;
    height: 60px;
}
@media screen and (min-width:992px) {  
.product-content {
	padding-left: 0;
}
}
/* Always */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    opacity: 1;
}
/*
=breadcrumb
----------------------------------*/
.breadcrumb {
    background: #fff;
    width: 100%;
    margin-bottom: 10px;
}
/*
=archive
-----------------------------------------*/
.wrap-rel {
    margin-bottom: 10px;
}
.hover-caption-rel {
    position: absolute;
    background: rgba(0, 0, 0,.7);
    width: 100%;
    top: 0;
    right: 0;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.hover-caption-rel a {
    display: block;
    margin-top: 50%;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.wrap-rel:hover .hover-caption-rel {
    visibility: visible;
    opacity: 1;
}
/*
= pagenavi
--------------------------------------------------*/

.wp-pagenavi {
	display: table;
	margin:5px auto;
}
.wp-pagenavi a.page, .wp-pagenavi a.larger {
    display: inline-block;
    color: #333;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #fff;
    margin: 8px 2px;
    font-size: 11px;
    border: 1px solid #ccc;
    border-radius: 2px;
}
.wp-pagenavi a.page:hover, .wp-pagenavi a.larger:hover {
    background:#428bca;
    color: #fff;
    
}
.wp-pagenavi span.pages {
    background: #fff;
    color: #333;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    border-radius: 2px;
    border: 1px solid #ccc;
    font-size: 11px;
    padding: 0 8px;
    margin:8px 2px;
}
.wp-pagenavi span.current {
    display: inline-block;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #428bca;
	border: 1px solid #428bca;
    font-size: 11px;
    border-radius: 2px;
	margin:8px 2px;
}
a.nextpostslink,a.previouspostslink {
	font-family: tahoma;
	display: inline-block;
	padding: 0 4px;
}
/*
=comment style
---------------------------------------*/
.comment-product {
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    box-shadow:0 0 4px #ccc;
    -webkit-box-shadow:0 0 4px #ccc;
    -moz-box-shadow:0 0 4px #ccc;
    -o-box-shadow:0 0 4px #ccc;
    background: #fff url(../images/bg-comment.jpg);
}
.comment-product p,.comment-product h1,.comment-product h2,.comment-product h3,.comment-product h4,.comment-product span,
.comment-product h5,.comment-product a,.comment-product h6,.comment-product em,.comment-product cite,.comment-product div {
    text-shadow: 0 0;
}
.comment-product h3,.comment-product h4 {
    font-family: toosweb-yekan;
    font-size: 16px;
    color: #555;
    padding: 5px 0;
}
/*
=wpcf7-form, comment-form
----------------------------------------------------*/
#form-title {
	color:#666;
	font-size:17px;
	line-height:33px;
	padding-right:40px;
	margin-bottom:24px;
    position: relative;
}
#form-title:before {
    content: "";
    position: absolute;
    right: 7px;
    top: 10px;
    width: 25px;
    height: 25px;
    background:url(../images/icon-comment.png) no-repeat;

}
p.nocomments {
	margin-bottom:8px;
}
ol.commentlist {
	list-style:none;
	margin:0;
	padding:0;
}
ol.commentlist li {
	border:1px solid #eee;
	border-radius:2px;
	margin:0 0 10px;
	padding:8px 7px;
	position:relative;
	background:#fdfdfd;
	overflow:hidden;
}
ol.commentlist li.pingback comment-author {
	padding:0 170px 0 0;
}
ol.commentlist .comment-body {
	overflow:hidden;
}
ol.commentlist .comment-body em {
	font-style:normal;
}
ol.commentlist li div.vcard {
	overflow:hidden;
	width:310px;
	float:right;
}
ol.commentlist li div.vcard cite.fn a.url {
	color:#cc0000;
	text-decoration:none;
}
ol.commentlist li div.vcard cite.fn a.url:hover {
	color:#000;
}
ol.commentlist li div.vcard img.avatar {
	background: #fff;
	border:1px solid #aaa;
	padding: 5px;
	float:right;
	margin:0 0 10px 10px;
}
ol.commentlist li div.comment-meta {
	float:left;
	margin:15px 0;
}
ol.commentlist li div.comment-meta a {
	color:#a94545;
	text-decoration:none;
}
ol.commentlist li p {
	margin-bottom:12px;
}
ol.commentlist li ul {
	font-weight:normal;
	line-height: 16px;
	list-style:square;
	margin:0 0 12px;
	padding:0;
}
.woocommerce-review__published-date {
	float: left;
    display: block;
    text-align: left;
	color: #999;
	font-size: 12px;
	padding-left: 5px;
}
.woocommerce-review__author {
	    font-weight: normal;
    color: #333;
}
.comment-text .description {
	width: 100%;
    float: right;
}
.comment-text .description p {
	font-size: 13px;
	color: #777;
	line-height: 25px;
	padding: 2px;
}
ol.commentlist li div.reply {
	text-align:center;
	float:left;
	clear:both;
	margin-bottom:10px;
    background: #ef3f3e;
    color: #ccc;
    border-radius: 1px;
    padding: 8px 10px;
    border-bottom: 3px solid;
	
}
ol.commentlist li div.reply:hover {
	background:#a94545;
	border-color:#a94545;
}
ol.commentlist li div.reply a {
	color:#fff;
	text-decoration:none;
}
ol.commentlist li ul.children {
	list-style:none;
	margin:12px 0 0;
	text-indent:0;
}
ol.commentlist li ul.children li.depth-2,
ol.commentlist li ul.children li.depth-3,
ol.commentlist li ul.children li.depth-4,
ol.commentlist li ul.children li.depth-5{
	margin:0 0 3px;
}

ol.commentlist ul.children li.odd {
	background:#f7f7f7;
}
ol.commentlist ul.children li.even {
	background:#f8f8f8;
}
ol.commentlist li.pingback div.vcard {
	padding:0 170px 0 0;
}
#comments {
	color:#ef3f3e;
	font-size:18px;;
	margin-bottom:12px;
	padding:5px 10px;
	line-height:20px;
    font-size: 16px;
}
#respond {
	padding:0 10px;
}
#respond h3 {
	margin-bottom:8px;
}
#respond h3 span {
	color:#454545;
	display:block;
	line-height:28px;
	font-size:1.3em;
	font-weight:normal;
}
#commentform, .wpcf7-form {
	overflow:hidden;
}
#commentform p {
	color:#919191;
	margin-bottom:16px;
	float:right;
	max-width:100%;
}
.wpcf7-form p { 
    overflow:hidden;
    color:#919191;
    margin-bottom:16px;
 }
p .wpcf7-select:parent {
float:none;
}
#commentform label {
    display: block;
    margin-bottom: 5px;
    font-weight: normal;
}
#commentform input, #commentform textarea, .wpcf7-form input, .wpcf7-form textarea, .wpcf7-form .wpcf7-select {
	float:right;
	padding:3px 8px;
	color:#555;
	margin-left:24px;
	line-height: 25px;
	background:#f5f5f5;
	width:280px;
    border: 1px solid #ddd;
    border-radius: 2px;
	box-sizing: border-box;
	max-width: 100%;
		-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.comment-form-comment {
	width: 100%;
}
#commentform input:focus, #commentform textarea:focus, .wpcf7-form input:focus, .wpcf7-form textarea:focus, .wpcf7-form .wpcf7-select:focus {
	border-color:#7ba1b3;
}
#commentform textarea, .wpcf7-form textarea {
	width:600px;
	padding:8px;
	height:150px;
	max-width: 100%;
}
#commentform #submit, .wpcf7-form .wpcf7-submit {
	border-color:#cfcfcf;
	color:#fff;
	cursor:pointer;
	padding: 3px 30px;
    line-height: 28px;
    background: #4dae54; 
	width: auto;
	border: 1px solid #4dae54;
}

#commentform #submit:hover, .wpcf7-form .wpcf7-submit:hover {
	opacity: .8;
}
.wpcf7-form .wpcf7-file {
	border:none !important;
	box-shadow:none !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	background:none !important;
}
.cancel-comment-reply {
	margin-bottom:10px;
}
#commentform #url, #commentform #email, .wpcf7-validates-as-email {
	text-align:left;
}
#commentform .cptch_block input {
	margin-top:0;
	float:none;
}
.wpcf7-form .wpcf7-select {
	height: 25px;
	width: 235px;
	padding:0;
}
.wpcf7-form .wpcf7-select option {
	padding:5px;
}
.wpcf7-checkbox, .wpcf7-radio {
	margin:10px 10px 0 0;
	display:block;
}
.wpcf7-checkbox .wpcf7-list-item, .wpcf7-radio .wpcf7-list-item {
	margin-left:10px;
}
.wpcf7-checkbox .wpcf7-list-item input, .wpcf7-radio .wpcf7-list-item input, .wpcf7-form .wpcf7-acceptance {
	float:none;
	margin:0;
	background:none;
	border:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	width:16px;
}
.wpcf7-quiz-label {
	float:right;
	margin:14px 0 0 12px;
 *margin:0 0 0 12px;
}
.wpcf7-form .wpcf7-acceptance {
	margin:4px 0 0 10px;
	background:none;
	border:none;
}
.wpcf7-form .wpcf7-file {
	background:none;
	border:none;
	cursor:pointer;
}
.cptch_block {
	direction:rtl;
	float:none !important;
	clear:both !important;
}
.your-email input {
	text-align:left;
}
.wpcf7-checkbox .wpcf7-list-item input, .wpcf7-radio .wpcf7-list-item input, .wpcf7-form .wpcf7-acceptance {
	float:none;
	margin:0;
	background:none;
	border:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	width:16px;
}
p input[type="checkbox"] {
	float:none;
}
/*
=cart-page
-------------------------------------*/
.cart-page #box-shoping-cart {
    background: #fff;
    padding: 10px;
    border-radius: 2px;
    box-shadow: 0 0 4px #ccc;
    -webkit-box-shadow: 0 0 4px #ccc;
    -moz-box-shadow: 0 0 4px #ccc;
    -o-box-shadow: 0 0 4px #ccc;
}
.box-content .woocommerce table.shop_table {
    text-align: center !important;
    overflow: hidden;
    width: 100%;
}
.box-content .woocommerce table.shop_table td {
    border: 1px solid #ccc;
    padding: 10px 0;
}
.box-content .woocommerce table.shop_table thead {
    background: #3498DB;

}
.box-content .woocommerce table.shop_table th {
    text-align: center !important;
    font-weight: normal; 
    padding: 10px;
    color: #fff;
}
.box-content .woocommerce .cart-collaterals table th {
	color:#777;
}
.box-content .woocommerce table.shop_table img {
    border: 1px solid #eee;
    width: 80px;
    padding: 3px;
    margin: auto;
}
.box-content .woocommerce label {
    font-weight: normal;
    color: #888
}
div.woocommerce .product-remove a {
    display: block;
    width: 15px;
    height: 15px;
    margin: auto;
    line-height: 13px;
    color: #fff!important;
    border-radius: 100%;
    font-size: 20px;
    background: #ef3f3e;
}
div.woocommerce ins {
	text-decoration:none;
}
del,del span.amount {
	color:red;
}
span.amount {
	color:green;
}
.product-remove a:hover {
    opacity: .7;
}
.title-cart h1 span {
    display: inline-block;
    background: #2980B9;
    color: #fff;
    font-weight: normal;
    padding:10px;
    font-family: toosweb-yekan;
    font-size: 16px;
}
.box-content .woocommerce table.shop_table td.actions input[type="submit"] {
    border: 0;
    color: #555;
    box-shadow: 0 0 2px #666;
    -webkit-box-shadow: 0 0 2px #666;
    -moz-box-shadow: 0 0 2px #666;
    -o-box-shadow: 0 0 2px #666;
    background: #eee;
    font-family: toosweb-yekan;
    padding: 5px 10px;
    border-radius: 3px;
    margin-right: 5px;
	margin-left: 5px;
}
.box-content .woocommerce table.shop_table td.actions input[type="submit"]:hover {
    background: #ddd;
}
.woocommerce .cart-collaterals .cart_totals {
	width:100% !important;
}
.box-content .woocommerce table.shop_table td.actions input[type="text"] {
    margin-right: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 2px 5px;
    color: #aaa;
}
.box-content .woocommerce .cart-collaterals {
    margin-top: 20px;
}
.box-content .woocommerce .cart-collaterals h2 {
    font-family: toosweb-yekan;
    font-size: 16px;
    text-align: center;
}
.box-content .woocommerce .cart-collaterals table {
    width: 100%;
    margin: 10px auto;
    border: 1px solid #ccc;
    
}
.box-content .woocommerce .cart-collaterals table tr {
    border-bottom: 1px solid #ccc;
}
.box-content .woocommerce .cart-collaterals table td,.box-content .woocommerce .cart-collaterals table th {
    text-align: center;
    font-family: toosweb-yekan;
    padding: 8px;
    border-left: 1px solid #ccc;
}
.box-content .woocommerce .cart-collaterals table tr:nth-child(even) {
    background: #eee;
}
div.wc-proceed-to-checkout a.checkout-button {
    text-align: center;
    display: block;
    background: #27AE60 !important;
    color: #fff;
    width: 200px;
    padding: 5px;
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
    border-radius: 3px;
    margin: auto;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
}
div.wc-proceed-to-checkout a.checkout-button:hover {
    opacity:.8;

}

/*
= gallery products
--------------------------------------*/
.slider-nav .slick-list,.gallery_pslider .slick-list {
    direction: ltr;
}
.slick-slide.item_gallery ,.slider-nav .slick-slide{
	float:left;
}
.gallery_pslider {
    border: 1px solid #eee;
    margin-bottom: 10px;
}
.gallery_pslider .item_gallery img {
    width: 100%;
    max-height: 400px;
}
.slider-nav .item {
    margin-right: 5px;
}
.slider-nav .item img {
    border: 1px solid #ddd;
    height: 80px;
    width: 80px;
    border-radius: 50%;
}
.slider-nav .slick-prev,.slider-nav .slick-next {
     border-radius: 0;
    box-shadow: 0 0;
    border: 1px solid #edf2f4;
    background: #f7f9fa;
    top: 35%;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    line-height: 25px;
}
.slider-nav .slick-next {
    left: 0;
}
.slider-nav .slick-prev {
    right: 0;
}
.slider-nav .slick-prev:before,.slider-nav .slick-next:before {
    font-size: 25px;
    line-height: 22px;
    vertical-align: middle;
    color: #2980B9
}
/*
=checkout
------------------------------------------*/
.woocommerce {
    direction: rtl;
    text-align: right;
    overflow: hidden;
    font-family: toosweb-yekan;
    
}
.woocommerce label,.woocommerce h3,.woocommerce input {
    font-family: toosweb-yekan;
}
#customer_details {
    border: 1px solid #999;
    width: auto;
    padding: 10px;
    border-radius: 5px;
    background: #F5F5F5;
}
.woocommerce h3 {
	text-align: center;
    padding: 10px;
    color: #46A349;
}
div.woocommerce #payment #place_order {
	background: #46A349 !important;
    font-weight: normal !important;
    float: right !important;
    line-height: 25px !important;
    padding: 9px 25px !important;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
}
div.woocommerce #payment #place_order:hover {
	opacity:.8;
	background: #46A349 !important;
}
/*
=login
-----------------------------------*/
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea, .woocommerce form .form-row select {


}
.login-page .post-content {
    background: #fff;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0 0 4px #ccc;
}
.woocommerce .col2-set form {
    margin-top: 25px;
}
.woocommerce .col2-set form label {
    font-weight: normal;
    color: #555;
}
.woocommerce .col2-set form input[type="submit"] {
    border: 0;
    border-radius: 2px;
    padding: 3px 20px;
    margin-top: 50px;
	line-height:30px;
    float: left;
    background: #2980B9;
    color: #fff;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
}
.woocommerce .col2-set form input[type="submit"]:hover {
    background: #3498DB;

}
.woocommerce .col2-set .col-1{
    float: left;
    width: 48%;
    border: 1px solid #ccc;
    padding: 30px;
    border-radius: 4px;
}
.woocommerce .col2-set .col-2 {
     float: right;
    width: 48%;
    border: 1px solid #ccc;
    padding: 30px;
    border-radius: 4px;
}
.woocommerce .col2-set .col-1 input[type="text"],.woocommerce .col2-set .col-1 
input[type="password"],.col2-set .col-1 .woocommerce input[type="email"],
.woocommerce .col2-set .col-2 input[type="text"],.woocommerce .col2-set .col-2 
input[type="password"],.woocommerce .col2-set .col-2 input[type="email"],
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea
{
    width: 100%;
    padding: 3px 10px;
    color: #919191;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    line-height: 28px !important;
}
.select2-container--default .select2-selection--single {
	height:38px !important;
	border-radius:2px !important;
	color:#777 !important;
	border-color:#ddd !important;
}

.woocommerce .col2-set h2 {
    font-size: 17px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 2px solid #666;
    font-weight: 700;
}
.woocommerce .col2-set h2:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 30%;
    height: 2px;
    background: #3498DB;

}
.commentlist .avatar {
	float: right;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-left: 15px;
}
/*
=rating star comment
---------------------------------*/
.comment-form-rating {
	clear: both;
    float: right;
}
.comment-reply-title {
	font-size: 18px;
    color: #555;
}
.woocommerce-Reviews-title {
	font-size: 18px;
    color: #777;
    padding: 5px 0;
    line-height: 25px;
    margin-bottom: 15px;
}
p.comment-form-rating { 
display:block;
margin-bottom:5px;
clear: both;
 }
p.stars:after{content:"";display:block;clear:both}

p.stars span{ margin-top:6px; width:80px;height:16px;position:relative;float:right;background:url(../images/star.png) repeat-x left 0}

p.stars span a{
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
float:left;position:absolute;left:0;top:0;width:16px;height:0;padding-top:16px;overflow:hidden}

p.stars span a:hover,p.stars span a:focus,p.stars span a:visited,p.stars span a:active{background:url(../images/star.png) repeat-x left -16px}

/* p.stars span a.active{background:url(images/star.png) repeat-x left -32px} */

p.stars span a.star-1{width:16px;z-index:10}

p.stars span a.star-2{width:32px;z-index:9}

p.stars span a.star-3{width:48px;z-index:8}

p.stars span a.star-4{width:64px;z-index:7}

p.stars span a.star-5{width:80px;z-index:6} 

.star-rating span { 
    position: relative;
    display: inline-block;
    padding-right: 60px;
    font-size: 12px;
 }
.star-rating span:before { 
content:"امتیاز شما :";
position:absolute;
right:0;
top:0;
font-size:12px;
}