.show-cart_count {
    position: absolute;
	left:25px;
    bottom: 27px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 100%;
    color: #292929;
    right: 16px;
    z-index: 10;
    font-size: 10px;
	font-weight:600;
	overflow:hidden;
}
.show-twitter {
	float:right;
	position:relative;
	top:22px;
	font-size:17px;
	color:#545d73;
	margin-right:20px;
}
.dark-version .show-twitter{
	color:#fff;
}
.show-twitter {
	margin-right:50px;
}
.hse  {
	width:36px;
	height:36px;
	border:1px solid #eee;
	display:block;
	line-height:36px;
	cursor:pointer;
	background:#fff;
	border-radius:4px;
	position:relative;
	-webkit-transition: all 300ms linear;
    transition: all 300ms linear;
	
}
.dark-version .hse  {
	width:36px;
	height:36px;
	border:1px solid rgba(255,255,255,0.05);
	display:block;
	line-height:36px;
	color:#fff;
	cursor:pointer;
	background:#000;
	border-radius:0px;
	position:relative;
	-webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}


.hse:hover {
	border-radius:100%;
	animation: pulse 1.1s infinite ease-in-out;

}
.hse span{
	width:100px;
	height: auto;
	line-height: 20px;
	padding: 10px 15px;
	font-weight:700;
	font-size:9px;
	color:#666;
	text-transform:uppercase;
	text-align: right;
	text-indent: 0px;
	position: absolute;
	background:#fff;
	top:0;
	opacity: 0;
	left:50%;
	margin-left:-80px;
	margin-top:20px;
	visibility: hidden;
	pointer-events: none;
	border-radius:4px;
	z-index:6;
	box-shadow: 0px 1px 15px 1px rgba(113, 106, 202, 0.1);
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.hse span:before {
	content:'';
	position:absolute;
	top:-10px;
	right:10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color:  transparent transparent #fff transparent;
	z-index:2;
}
.hse span:after {
	content:'';
	position:absolute;
	top:-11px;
	right:10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 11px 11px 11px;
	border-color:  transparent transparent #eee transparent;
} 
.hse:hover span {
	visibility:visible;
	opacity:1;
	top:100%;
} 
.show-twitter span.active-twitter i:before {
	content:"\f00d"
}
.show-twitter span.active-twitter.twittact i:before {
	content:"\f290"
}
.twitter-widget-wrap {
	position:absolute;
	right:-20px;
	width:350px;
	top:100%;
	height:300px;
	margin-top:70px;
	border-radius:8px;
	background:#fff;
	box-shadow: 0px 1px 15px 1px rgba(113, 106, 202, 0.1);
	opacity:0;
	visibility:hidden;
	overflow:auto;
	-webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.twitter-widget-wrap.vistwitt {
	opacity:1;
	visibility: visible;
	margin-top:50px;
}
.twitter-widget-header {
	padding:50px 0;
}
.twitter-widget-header .bg {
	background-image:url(../images/bg/9.jpg);
}
.twitter-widget-header h4 {
	float:left;
	padding-left:35px;
	color:#fff;
	font-weight:700;
	font-size:12px;
	text-transform:uppercase;
	text-align:left;
	position:relative;
	z-index:3;
}
.twitter-icon {
	position:absolute;
	width:60px;
	height:60px;
	line-height:60px;
	bottom:-30px;
	right:20px;
	border-radius:100%;
	background:#fff;
	z-index:20;
	font-size:22px;
	border-bottom:2px solid #eee;
}

.columns-1 .gallery-item{
	width: 100%;
}
.columns-2 .gallery-item{
	width: 50%;
}
.columns-4 .gallery-item{
	width: 25%;
}
@media only screen and (max-width: 560px) {
.columns-2 .gallery-item,
.columns-4 .gallery-item  {
	width:100%;
}

}




.grid-item_price {
    float: left;
    width: 100%;
    position: relative;
}

.woocommerce .button.add_cart,
.woocommerce a.added_to_cart {
    position: absolute;
    right: 0;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 600;
    background: #fff;
    line-height: unset;
    border-radius: 0px;
    color: #333;
    
    border: 1px solid #eee;
    padding: 5px 10px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.woocommerce a.added_to_cart{right:120px;}

.grid-item_price span {
    font-size: 13px;
    position: relative;
   
}
.grid-item_price span.price{
	float: left;
}
.product .post-det {
    border: 1px solid #eee;
    background: #f9f9f9;
    box-sizing: border-box;
	margin-bottom: 20px;
    padding: 25px 30px;
}
.dark-version .product .post-det{
	background: #35353A;
	border-color: rgba(255,255,255,0.09);
}
.product .post-det h3 {
    font-weight: 700;
    font-size: 15px;
    float: left;
    width: 100%;
    position: relative;
    z-index: 2;
    text-align: left;
}
.product .post-det h3 a,
.product .post-det h3 a:hover{
	color:#333;
}
.dark-version .product .post-det h3 a,
.dark-version .product .post-det h3 a:hover,
.dark-version .product .post-det p{
	color:#fff;
}
.woocommerce .button.add_cart:hover,
.woocommerce a.added_to_cart:hover {
	color:#fff;
}

.product .post-det h3 span {
    position: absolute;
    right: 0;
    top: 6px;
    font-size: 10px;
  
}

.product .post-det h3{
	position:relative;
	padding-bottom:10px;
}
.shop-item-footer {
   
    border-bottom: 1px solid #eee;
    padding: 30px 0;
    margin-top: 10px;
}

.single-product .quantity {
    float: left;
}

.woocommerce .shop-item-footer .qty_btn input {
    width: 60px;
    float: left;
    margin-right: 10px;
    background: #fff;
    position: relative;
    height: 45px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #eee;
}

.single-product .quantity {
    float: left;
}
.qty_btn {
    float: left;
}

.shop-item-footer .post-counter {
    float: right;
   background: #f9f9f9;
    border: 1px solid #eee;
    margin-top: 0;
    padding: 12px 20px;
}

.post-counter li {
    display: inline-block;
    margin: 0 10px;
    font-weight: 400;
    font-size: 12px;
}

.zo-woo-button {
   
    border: none;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.zo-woo-button {
    margin-top: 0px;
    padding: 14px 38px;
    font-size: 10px;
    outline: none;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    font-family: 'Mukta Vaani', sans-serif;
    border-radius: 0;
    color: #fff;
}
.post-counter li i {
    margin-right: 10px;
}
.zo-woo-tab{
	margin-top:35px;
}
.woocommerce-product-details__short-description{
	margin-bottom:45px;
	float: left;
    width: 100%;
}
.zo-margin-bottom-20{
	margin-bottom:20px;
}

.item-related {
	text-align:left;
}
.post-related h6 {
	margin-bottom:20px;
}
.item-related img {
	width:100%;
	height:auto;
	margin-bottom:10px;
}
.item-related h3 {
	float:left;
	width:100%;
	font-weight:700;
	font-size:20px;
}
.item-related h3 a {
	color:#444;
}
.item-related .post-date {
   
	float:left;
	font-style:italic;
	color:#666;
	width:100%;
	font-weight:500;
	margin-top:4px;
}
.item-related .post-date.post-price {
	font-size:18px;
}
.item-related {
	padding-top:15px;
	padding-bottom:15px;
}

.post-related .gallery-items {
    height: auto!important;
}
.post-related{
	padding-bottom:0px;
}
.single-product .onsale{
	display:none;
}
.woocommerce .star-rating{
	min-width:90px;
	height:15px;
}

.woocommerce .star-rating span::before,
.woocommerce .star-rating::before {
    font-family: star;
    font-size: 11px;
}

.woocommerce .star-rating {
    font-style: normal;
	margin-left: 10px;
    margin-top: 3px;
}
.shop-header-title .star-rating {
    margin-top: 3px;
}
.woocommerce-grouped-product-list-item__label{
	position: relative;
    top: -20px;
}

.woocommerce-grouped-product-list-item__price{
	position: relative;
    top: -20px;
}
.variations .nice-select{
    border: 1px solid #e1e1e1;
}
.variations  tr td{
    position: relative;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 600;
    float: left;
    clear: both;
	margin-bottom: 10px;
}
.woocommerce #reviews #comment{
	height:150px;
}
.woocommerce #review_form #respond{
	width:100%;
}
.woocommerce-noreviews{
	margin-top:30px;
}

.woocommerce #review_form #respond p.comment-form-cookies-consent{
	float:left;
}

#review_form #reply-title{
	float:left;
	width:100%;
	padding-bottom:30px;
	margin-bottom:30px;
	clear:both;
}
.leave-rating-title{
	font-size: 15px;
    font-weight: 400;
    color: #000;
	line-height:40px;
}
#commentswrap{
	margin-bottom:30px;
}

/* --------Checkout table------------------------------ */
.checkout-table {
	border: 1px solid #eee;
	float:left;
	width:100%;
	text-align:center;
	font-size:14px;
}
.checkout-table > tbody > tr > td,
.checkout-table > tbody > tr > th,
.checkout-table > tfoot > tr > td,
.checkout-table > tfoot > tr > th,
.checkout-table > thead > tr > td,
.checkout-table > thead > tr > th {
	border-top: 1px solid #eee;
	padding: 12px;
}
.dark-version .checkout-table > tbody > tr > td,
.dark-version .checkout-table > tbody > tr > th,
.dark-version .checkout-table > tfoot > tr > td,
.dark-version .checkout-table > tfoot > tr > th,
.dark-version .checkout-table > thead > tr > td,
.dark-version .checkout-table > thead > tr > th,
.dark-version .checkout-table {
	border-color: rgba(255,255,255,0.05);
}
.checkout-table tr td:nth-child(odd),
.checkout-table tr th:nth-child(odd) {
	background:#f9f9f9;
}
.dark-version .checkout-table tr td:nth-child(odd),
.dark-version .checkout-table tr th:nth-child(odd) {
	background:rgba(255,255,255,0.02);
}
.checkout-table tbody tr td:first-child,
.checkout-table tbody tr th:first-child {
	max-width: 56px;
}
.pr-remove {
	vertical-align: middle !important;
	text-align: center;
}
.order-money,
.product-name a {
   font-size:13px;
}
.order-count {
	border:none;
	width:60px;
	height:50px;
	text-align:center;
	font-weight:bold;
    font-family: 'Playfair Display', cursive;
}
.product-name {
	font-weight:500;
}
.coupon-holder {
	float:left;
	width:100%;
	margin-top:30px;
	padding: 12px 12px 20px 12px;
}
.coupon-holder .col-md-12 {
	border-bottom:1px solid #eee;
}
.coupon-holder input{
	float:left;
	background:none;
	margin-bottom:20px;
	font-size: 14px;
	height:40px;
	border-radius: 0px;
	height:48px;
	position:relative;
	z-index:20;
	padding-left:8px;
	color:#000;
	border:0;
	border:1px solid #eee;
	background:#f9f9f9;
	margin-left:-12px;
}
.dark-version .coupon-holder input{
	border-color: transparent;
    background: #3F3F44;
    color: #fff;
}
.coupon-holder button {
	float:left;
	color: #000;
    padding: 16px 24px;
    border-radius: 2px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    font-family: 'Poppins', sans-serif;
   
}
.coupon-holder button.btn-a{
	float:left;
	margin-left:20px;
}
.coupon-holder button.btn-uc {
	float:right;
}
h4.cart-title {
	font-size:20px;
	font-weight:bold;
	letter-spacing:1px;
	margin-bottom:20px;
	text-align:left;
    font-family: 'Playfair Display', cursive;
}
.cart-totals  button {
	float:right;
	margin-top:50px;
	height:48px;
	border:none;
	color:#fff;
	width:100%;
	cursor:pointer;
	padding:0 20px;
	-webkit-appearance: none;
	position:relative;
	z-index:2; 
	font-family: 'Mukta Vaani', sans-serif;
	font-weight:800;
	text-transform:uppercase;
   
}
.cart-totals  button:hover {
	background:#666;
}

.cart-totals:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 1px dashed rgba(255,255,255,0.2);
    z-index: 2;
    box-shadow: 0px 0px 0px 20px rgba(255,255,255,0.03);
}
.cart-totals {
	padding:75px 60px;
}
.cart_totals  h2 {
	float: left;
    width: 100%;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    position: relative;
}

.total-table {
	width:100%;
	float:left;
	position:relative;
	z-index:2;
}
.total-table tr {
    font-family: 'Playfair Display', cursive;
	font-size:14px;
	text-align:right;
} 
.total-table  th , .total-table tr  {
	padding:15px 0;
	color:#fff;
} 
.total-table th {
	border-bottom:1px solid rgba(255,255,255,0.1);
	text-align:left;
}
.woocommerce-cart .col-wc_dec{
	display:none;
}

.woocommerce a.remove {
    font-size: unset;
    width: unset;
    font-weight: unset;
}

.woocommerce a.remove:hover {
    background: transparent;
}

.woocommerce-cart  .checkout-table{
	margin-top:30px;
}

.woocommerce-cart  .checkout-table  .quantity input {
    width: 60px;
    margin-right: 10px;
    background: #fff;
    position: relative;
    height: 45px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #eee;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	margin-top:20px;
	color: #000;
    padding: 16px 24px;
    border-radius: 2px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    font-family: 'Poppins', sans-serif;
 }

 
 #add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table{
	border-radius:0px;
 }
 
.woocommerce form .form-row input, 
.woocommerce form .form-row textarea {
    float: left;
    border: none;
    border: 1px solid #e1e1e1;
    background: #f9f9f9;
    width: 100%;
    padding: 15px 20px;
    color: #000;
    font-size: 12px;
    -webkit-appearance: none;
}

.dark-version .woocommerce form .form-row input, 
.dark-version .woocommerce form .form-row textarea,
.dark-version input:-internal-autofill-selected {
   border-color: transparent;
    background: #3F3F44;
	color:#fff;
}
.woocommerce form .form-row textarea{
	min-height:80px
}
.woocommerce form .form-row input:focus, 
.woocommerce form .form-row textarea:focus{
	background: #fff;
    box-shadow: 0px 10px 14px 0px rgb(12 0 46 / 6%);
}
.dark-version .woocommerce form .form-row input:focus, 
.dark-version .woocommerce form .form-row textarea:focus{
	background: #303035;
    box-shadow: 0px 5px 10px 2px rgb(0 0 0 / 5%);
}
.dark-version #add_payment_method #payment, 
.dark-version .woocommerce-cart #payment, 
.dark-version .woocommerce-checkout #payment{
	background: #3F3F44;
    box-shadow: 0px 5px 10px 2px rgb(0 0 0 / 5%);
}
.woocommerce-billing-fields h3, .woocommerce-shipping-fields h3, #customer_login h2, .woocommerce-additional-fields h3, .woocommerce-account .addresses .title h3, .woocommerce-MyAccount-content h3, .woocommerce-order-details__title, .woocommerce-column__title, .woocommerce-page h2 {
   
    width: 100%;
    padding: 0px 0px 20px 0px;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    position: relative;
}

#order_review_heading {
    padding: 20px 0px 26px 0px;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    position: relative;
    
}

.woocommerce form .form-row label {
    text-align: left;
    font-size: 14px;
    padding: 15px 0px;
}

.select2-container .select2-selection--single{
	padding:15px;
	text-align:left;
	background:#fff;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
	background: #f9f9f9;
    border-color: #e1e1e1;
    border-style: solid;
    border-width: 1px;
	outline:none;
	min-height: 48px;
	border-radius:0px;
}
.dark-version .select2-container .select2-selection--single{
	background: #3F3F44;
	color:#fff;
	border-color:transparent;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #8c8b8b;
    line-height: 16px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	top: 23px;
    border: none;
    left: unset;
    right: 0px;
	
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:after{
	content: '';
    display: block;
    height: 6px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 22px;
    top: 50%;
    z-index: 5;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 6px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background: #fff;
    color: #000;
    text-align: left;
    padding: 30px 3.5em;
	margin-bottom:0px;
	box-shadow: 0px 5px 10px 2px rgb(88 103 221 / 11%);
}

.dark-version .woocommerce-error, .dark-version .woocommerce-info, .dark-version .woocommerce-message {
	background: #35353A;
    color: #fff;
	box-shadow: 0px 5px 10px 2px rgb(0 0 0 / 5%);
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    top: 32px;
}
.woocommerce-message::before, .woocommerce-error a, .woocommerce-info a, .woocommerce-message a, .woocommerce-privacy-policy-text p a, .lost_password a {
    border-bottom: 1px dotted;
}

.woocommerce .woocommerce-form-coupon button.button, .woocommerce .woocommerce-ResetPassword.lost_reset_password .button, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit, .woocommerce .woocommerce-form-register__submit.button, .woocommerce .woocommerce-EditAccountForm button, .woocommerce .woocommerce-notices-wrapper .button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .woocommerce button.button{
	margin-top: 30px;
	color:#000;
    padding: 16px 24px;
    border-radius: 2px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
	border: none;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    font-family: 'Poppins', sans-serif;
}
.woocommerce .woocommerce-form-coupon button.button:hover, .woocommerce .woocommerce-ResetPassword.lost_reset_password .button:hover, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover, .woocommerce .woocommerce-form-register__submit.button:hover, .woocommerce .woocommerce-EditAccountForm button:hover, .woocommerce .woocommerce-notices-wrapper .button:hover, .woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover, .woocommerce button.button:hover{
	color:#000;
}
.woocommerce .woocommerce-notices-wrapper .button{
	margin-top:0px;
}

.woocommerce table.shop_table td.product-total,
.woocommerce table.shop_table th.product-total,
.cart-subtotal td,
.order-total td{
	background: #f9f9f9;
	text-align:center;
}

.dark-version .woocommerce table.shop_table td.product-total,
.dark-version .woocommerce table.shop_table th.product-total,
.dark-version .cart-subtotal td,
.dark-version .order-total td{
	background: rgba(255,255,255,0.02);
}
.dark-version .woocommerce table.shop_table,
.dark-version .woocommerce table.shop_table td,
.dark-version .woocommerce table.shop_table tbody th, 
.dark-version .woocommerce table.shop_table tfoot td, 
.dark-version .woocommerce table.shop_table tfoot th{
	border-color: rgba(255,255,255,0.05);
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td{
	padding:15px 30px;
}
.woocommerce-checkout #payment{
	margin-top:40px;
}

.woocommerce table.shop_table{
	border-radius:0px;
}
.single-product .woocommerce-notices-wrapper{
	position:relative;
	z-index:999;
}

.woocommerce-error li, .woocommerce-info li, .woocommerce-message li{
    font-size: 12px;
    line-height: 24px;
    padding-bottom: 10px;
    font-weight: 500;
    
    font-family: 'Roboto', sans-serif;
}

.woocommerce span.onsale{
	top:unset;
	left:10px;
	margin-top: 10px;
	width:37px;
	height:37px;
}
.woocommerce-info{
	float:left;
	width:100%;
}
/***new***/

.grid-item_price span.price {
    float: left;
    text-align: left;
    margin-top: unset;
    font-weight: unset;
    color: unset;
    position: unset;
    font-size: unset;
    padding: unset;
    border-radius:unset;
    box-shadow: unset;
    background: unset;
}

.blog-search-wrap {
    float: left;
    position: relative;
    top: 20px;
    left: 20px;
}

.blog-btn-filter {
    float: right;
    margin-left: 35px;
    position: relative;
}

.blog-btn-filter ul {
    display: none;
    position: absolute;
    top: 56px;
    right: 0;
    padding: 15px 20px;
    background: #eee;
}
.blog-btn-filter ul li {
    float: left;
    min-width: 130px;
    width: 100%;
    padding: 6px 0;
    text-align: left;
}
.woo-meta-nav-wrap {
    float: left;
    position: relative;
    margin-bottom: 20px;
    background: #fff;
	z-index:999;
    width: 100%;
    box-shadow: 0px 5px 10px 2px rgb(88 103 221 / 11%);
}
.dark-version .woo-meta-nav-wrap{
	background: #35353A;
    color: #fff;
    box-shadow: 0px 5px 10px 2px rgb(0 0 0 / 5%);
}
.blog-btn {
    float: left;
    padding: 30px 20px;
    position: relative;
    cursor: pointer;
    font-size: 10px;
	font-weight:500;
    color: #333;
    letter-spacing: 2px;
}

.shop-btn-filter{
	float: left;
    margin-left: 35px;
   position: relative;
}

.nice-select.orderby{
	background:transparent;
	border:none;
	float: left;
    position: relative;
    cursor: pointer;
    font-size: 10px;
    color: #333;
    letter-spacing: 2px;
	margin-bottom:0px;
	margin-top: 16px;
}
.nice-select.orderby .list{
	display:inline-block;
	min-width:250px;
}
.nice-select.orderby:after {
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
	margin-top:-6px;
	margin-right:-5px;
}


.nice-select.open.orderby .list{
	left:unset;
	right:-95px;
}
.nice-select .option.focus, .nice-select .option.selected.focus{
	color:#fff!important;
}
.woocommerce .products .star-rating{
	margin-bottom:15px;
}
.woocommerce.single-product .section-title h4{
	min-width:50%;
}
.menu-single_rating{
	float:left;
	text-transform: uppercase;
    font-weight: 500;
	padding-top:10px;
}
.sl-tabs li.additional_information_tab i:before{
	 content: "\f05a";
 }
.sl-tabs li.reviews_tab i:before{
	 content: "\f27a";
}
.trion-woo-button{
	outline:none;
	border:none;
	cursor:pointer;
	margin-top:0px;
}
.woocommerce .quantity .qty {
    width: 60px;
    float: left;
    margin-right: 10px;
    background: #fff;
    position: relative;
    height: 45px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #eee;
}
.entry-summary form{
	float:left;
}
.post-counter{
	float:right;
}

.shop-single-media{
	margin-bottom:20px;
}
.shop-tab-content h2{
	float: left;
    width: 100%;
    padding: 0px 0px 20px 0px;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    position: relative;
}
#review_form{
	text-align:left;
}
.dark-version .menu-single_rating,
.dar-version #review_form,
.dark-version .shop-tab-content h2,
.dark-version .leave-rating-title,
.dark-version .woocommerce-product-details__short-description p,
.dark-version .woocommerce-product-details__short-description,
.dark-version .blog-btn-filter ul a{
	color:#fff!important;
}
.dark-version .nice-select.orderby,
.dark-version .blog-btn{
	color:#fff;
}
.dark-version .nice-select .option,
.dark-version .blog-btn-filter ul{
	background: #2A2A2E;
}
.dark-version .nice-select.orderby:after{
	border-color:#fff;
}
.dark-version.woocommerce .button.add_cart, 
.dark-version.woocommerce a.added_to_cart,
.dark-version .product-name a{
	color:#fff;
}
.trion_quantity{
	vertical-align:middle;
}
.trion_quantity .quantity{
	display:inline-block;
}
button:disabled{
	opacity:0.3;
}
.woocommerce .col2-set, 
.woocommerce-page .col2-set{
	float:left;
	margin-top:60px;
}
.woocommerce form.checkout_coupon{
	float:left;
	width:100%;
}
.woocommerce form.checkout_coupon button{
	margin-top:0px!important;
}
.dark-version .woocommerce form.checkout_coupon, 
.dark-version .woocommerce form.login, 
.dark-version .woocommerce form.register{
	border-color: rgba(255,255,255,0.05);
}
.dark-version .woocommerce-info a,
.dark-version .woocommerce-message::before, 
.dark-version .woocommerce-error a, 
.dark-version .woocommerce-info a, 
.dark-version .woocommerce-message a, 
.dark-version .woocommerce-privacy-policy-text p a, 
.dark-version .lost_password a{
	color:#fff;
}

.dark-version #add_payment_method #payment div.payment_box, 
.dark-version .woocommerce-cart #payment div.payment_box, 
.dark-version .woocommerce-checkout #payment div.payment_box{
	background: rgba(255,255,255,0.02);
	color:#fff;
	margin-top:20px;
}
.dark-version #add_payment_method #payment div.payment_box::before, 
.dark-version .woocommerce-cart #payment div.payment_box::before, 
.dark-version .woocommerce-checkout #payment div.payment_box::before{
	border-bottom-color: rgba(255,255,255,0.02);
	top:-10px;
}

.wc_payment_methods.payment_methods label{
	font-size:12px;
	font-weight:600;
}
#add_payment_method #payment ul.payment_methods, 
.woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods{
	padding:25px;
}
#add_payment_method #payment ul.payment_methods li input, 
.woocommerce-cart #payment ul.payment_methods li input, 
.woocommerce-checkout #payment ul.payment_methods li input{
	position:relative;
	top:3px;
}

.dark-version .woocommerce .woocommerce-customer-details address{
	border-color: rgba(255,255,255,0.05);
}
.woocommerce-form__label-for-checkbox{
	width:100%;
	float:left;
}
del bdi{
	text-decoration:line-through;
}

.comment-author .avatar{
	max-width:50px;
	max-height:50px;
}
.text-left{
	text-align:left;
}

.widget-posts a img{
	min-width:84px;
}
.woocommerce .widget .star-rating{
	float:left;
	margin-left:0px;
	margin-top: 10px;
}
.widget .price_slider_wrapper {
	float:left;
	width:100%;
	padding-left: 0;
    padding-right: 70px;
	margin-top: 20px;
	position:relative;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    width: 18px;
    height: 18px;
	top: -8px;
    border-radius: 100%;
    cursor: pointer;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before{
	content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: #fff;
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -6px;
    z-index: 2;
    border-radius: 100%;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
	top: 0px;
    background: #eee;
    border-radius: 4px;
	height: 4px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
	background: #eee;
    border-radius: 4px;
	height: 4px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
   position: absolute;
    right: 0;
    height: 22px;
    line-height: 0px;
    color: #fff;
    top: -43px;
    font-size: 9px;
    font-weight: 500;
    text-align: center;
    padding: 14px 16px;
}
.price_label{
	text-align:left;
	color:#000;
	padding-left: 6px;
	font-weight: 600;
}
.dark-version .price_label{
	color:#fff;
}
.nice-select:after{
	top:53%;
}

.woocommerce ul.product_list_widget li img{
	width:auto;
}
.woocommerce .cart-collaterals, 
.woocommerce-page .cart-collaterals{
	float:left;
}
.nice-select span.current{
	text-transform:capitalize;
}
.related.products .section-title h4{
	padding:0px;
}
.hide-if-no-woo{
	display:none;
}
.woocommerce .hide-if-no-woo{
	display:block
}
th.label {
	float:left;
	width:100%;
	clear:both;
	text-align:left;
}
.woocommerce div.product form.cart .variations{
	top:-25px;
	position:relative;
}
.woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {
    float: none;
    width: 100%;
}
.tr-mainvr{
	margin-right:15px;
}
.products.columns-4 .post-det h3 span{
	position: relative;
    right: 0px;
    top: 5px;
    float: right;
}
mark.count {
    text-decoration: none;
    background: transparent;
    color: #fff;
}
.woocommerce-page .woocommerce-loop-category__title{
	line-height:40px;
	font-weight: 700;
    font-size: 15px;
}