/*
Theme Name: Khushi
Theme URI: http://themesvila.com/themes-wp/khushi
Author: Masum Billah
Author URI: http://getmasum.net
Description: This is WordPress Theme
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: khushi
Tags: two-columns, right-sidebar

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Khushi is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}
blockquote {
  border-left: 5px solid #1cbac8;
  font-size: 17px;
  margin: 0 0 20px;
  padding: 10px 20px;
}
table{
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}
th {
    font-weight: bold;
    text-transform: uppercase;
}
td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0!important;
}
dl {
  margin: 0 20px;
}
.hentry ol,
.hentry  ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}
select{
	max-width: 100%;
	border: 1px solid #ccc;
	padding: 8px;
}
abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}



hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.navbar-nav > li.current>a{
	color: #1cbac8!important;
}
.slider_btn{
background: #1cbac8 none repeat scroll 0 0;
border: 2px solid #1cbac8;
box-shadow: 0 10px 11px 0 rgba(0, 0, 0, 0.1);
color: #fff;
display: inline-block;
font-family: montserrat,sans-serif;
font-size: 14px;
padding: 9px 24px;
transition: all 0.2s ease 0s;
}
.slider_btn:hover{
	background: #fff;
	border-color: #fff;
}
#main_banner{
	padding: 140px 0 40px;
	color: #fff;
	position:relative;
}
#main_banner .overlay{
	position:absolute;
	content: '';
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	top: 0;
}
#main_banner a{
	color:#fff;
	font-family: "Source Sans Pro",sans-serif;

}
#main_banner .col-sm-6.text-right,
#main_banner a
{

}
#main_banner h3{
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	font-weight: 500;
}
.content-area{
	margin-top: 50px;
	margin-bottom: 50px;
}
.single_blog_post{
	margin-bottom: 40px;
}
.single_blog_post:hover{
	box-shadow: none;
	border-color:#ddd;
}
.single_blog:hover .single_blog_img img {
  transform: scale(1);
}

.search_form .form-control{
	border: 1px solid #ddd;
	color: #777;
	height: 47px;
	line-height: 47px;
	padding: 10px 15px;
}
.searchform{
	position: relative;

}
.search_form .form-control::-moz-placeholder{
	color: #ddd;
}
.search_form .search_btn{
	background: #1cbac8 none repeat scroll 0 0;
	border: 1px solid #1cbac8;
	color: #fff;
	padding: 10px 15px;
	position: absolute;
	right: 0;
	top: 0;
	transition: .5s;
	box-shadow: none;
}
.search_form .search_btn:hover{
	background: #222;
}
.widget-title{
	color: #333;
	font-size: 20px;
	margin-top: 0;
}
.widget{
	margin-bottom: 30px;
}
.widget ul{
	list-style: none;
}
.widget ul li{
	border-bottom: 1px dashed #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.widget ul ul li{
	margin-bottom: 5px;
	padding-bottom: 0px;
	border-bottom: none;
}
.widget ul ul{
	padding-left: 20px;
}
.widget ul li:last-child{
	border: none;
}
.widget .tagcloud a{
	border: 1px solid #777;
	color: #777;
	font-family: "Source Sans Pro",sans-serif;
	font-size: 16px !important;
	display: inline-block;
	padding: 6px 10px;
	margin: 0 10px 12px 0;
	transition: 0.5s;
}
.widget .tagcloud a:hover{
	border-color: #1cbac8;
	background: #1cbac8;
	color: #fff;
}
.widget,
.widget ul li a{
	color: #777;
	font-size: 16px;
	font-weight: 400;
	font-family: "Source Sans Pro",sans-serif;
}
.widget select{
	width: 100%;
}

#commentform #comment{
	height: 150px;
	margin-bottom: 15px;
}
.form-control{
	border: 1px solid #ccc;
	padding: 10px 15px;
	color: #777;
	font-size: 16px;
}
.form-control:focus{
	border: 1px solid #1cbac8;
}
.form-control::-moz-placeholder {
  color: #777;
  opacity: 1;
}
#commentform #submit{
	margin-top: 15px;
}
.comments-area {
	display: block;
	overflow: hidden;
	width: 100%;
}
.comments-area .comment-list{
	padding-left: 0;
}
.comments-area .comment-list .comment_avatar{
	float: left;
	margin-right: 20px;
}
.comments-area .comment-list .comment_avatar img{
	border-radius: 50%;
}
.comments-area .comment-list li.comment{
	border-bottom: 1px dashed #ddd;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.comments-area .comment-list li .media-heading{
	text-transform: capitalize;
	color: #777 ;
}
.comments-area .comment-list li.comment:last-child{

}
.comments-area .children{
	padding-left: 20px;
	list-style:none;
}
.comments-area .creply_link,
.comments-area .creply_link a
{
	float: right;
	color: #222;
	text-transform: uppercase;
	font-family: "Source Sans Pro",sans-serif;
	font-weight: 600;
	color: #777 ;
}
.comments-area .creply_link a:hover{
	color: #1cbac8;
}
.comments-area .comments-title{
	font-size: 20px;
	margin-bottom: 24px;
}
#reply-title{
	font-size: 20px;
}
.k_preview_post,
.k_next_post{
	margin-bottom: 20px;
	display: inline-block;
}
.k_preview_post a,
.k_next_post a

{
	color: #fff;
	background: #1cbac8 none repeat scroll 0 0;
	border: 1px solid #1cbac8;
	border-radius: 0;
	box-shadow: 0 11px 10px 0 rgba(0, 0, 0, 0.1);
	color: #fff;
	font-family: "Source Sans Pro",sans-serif;
	font-size: 15px;
	padding: 10px 25px;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
}
.k_preview_post a:hover,
.k_next_post a:hover{
	background:#222;
	border: 1px solid #222;
}
.k_next_post{
	float: right;
}
.video_embed_code iframe{
	width: 100%;
}
.navigation.pagination {
  margin: 0;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.navigation.pagination a,
.navigation.pagination span{
	background: #1cbac8 none repeat scroll 0 0;
	margin-right: 10px;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
	color: #fff;
	cursor: pointer;
	padding: 10px 20px;
	transition: all 0.2s ease 0s;
	font-family: "Source Sans Pro",sans-serif;
	display: inline-block;
}
.hentry a{
	font-family: "Source Sans Pro",sans-serif;
	font-size: 16px;
}
.navigation.pagination a:hover,
.navigation.pagination span
{
	background: #222;
}
.page-links.pagination{
	display: block;
}
.hentry input[type="text"],
.hentry input[type="email"],
.hentry input[type="reset"],
.hentry input[type="password"]
{
	padding: 8px;
	border: 1px solid #ccc;
}
.hentry iframe,
.hentry video,
.hentry audio
{
	width: 100%;
}
.post-meta{
	margin-bottom: 10px;
}
.post-meta span{
	padding-right: 5px;
}
.post-meta a{
	color: #777;
}
.center-block{
	float: inherit;
}
.error-404.not-found{
	margin-bottom: 40px;
}
.error-404.not-found .form-control{
	height: 47px;
	line-height: 47px;
}
.error-404.not-found #searchform{
	margin-top: 30px;
}

/* Single Portfolio */

.project-details{
	padding-top: 40px;
}
.project-details h4, .related_project_title{
	text-transform: uppercase;
}
.about_project_details ul{
	list-style: none;
}
.about_project_details ul li{
	padding-bottom: 8px;
}
.about_project_details ul li i.fa{
	padding-right: 10px;
}
.port_single_btn{
	margin-top: 15px;
}
.related_project_title{
	margin-top: 30px;
	margin-bottom: 20px;
}
.user_login_menu.menu-shrink {
  padding-top: 34px;
}
.newsletter .form-control {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-color: -moz-use-text-color -moz-use-text-color #ccc;
	border-radius: 0;
	border-style: none none solid;
	border-width: 0 0 1px;
	box-shadow: none;
	color: #fff;
	height: 45px;
	padding: 0;
	transition: all 0.2s ease 0s;
}

/*Woocommerce CSS*/

.shop-product-area{
	padding: 50px 0;
}
.single-product-content{
	text-align: center;
}
.single-product-content .star-rating {
  float: inherit;
  display: inline-block;
}
.single-product-content .product-title,
#shop-list .shop-content-head h1
 {
	font-size: 20px;
}
.single-product-content .product-title a,
#shop-list .shop-content-head a{
	color: #555;
}

.woocommerce .product-new {
	background-color: #1cbac8;
	border-radius: 100%;
	min-height: 50px;
	min-width: 50px;
	color: #fff;
	font-size: 0.857em;
	font-weight: 700;
	left: -0.5em;
	line-height: 3.236;
	margin: 0;
	padding: 0.202em;
	position: absolute;
	text-align: center;
	top: -0.5em;
}
.single-product-content .price{
	color: #1cbac8 !important;
	display: inline-block;
	font-weight: 700;
	padding-top: 10px;
	width: 100%;
}
.single-product-content .product-title{
	padding-bottom: 7px;
}
.single-product-content .compare-button a,
.single-product-content .button.yith-wcqv-button {
  display: inline;
  padding: 0px 20px;
  position: relative;
  text-indent: -999999px;
}
.single-product-content .compare-button a::after
 {
  content: "\f24e";
  display: inline-block;
  font-family: FontAwesome;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  text-indent: 0;
  top: 0;
}
.single-product-content .button.yith-wcqv-button:after,
#shop-list .button.yith-wcqv-button:after
{
  content: "\f002";
  display: inline-block;
  font-family: FontAwesome;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  text-indent: 0;
  top: 0;
}

.single-product-content .button.yith-wcqv-button,
.single-product-content .button.yith-wcqv-button:hover,
.single-product-content .compare-button a,
.single-product-content .compare-button a:hover
{
	background: #fff;
}
.button_group,
.single-product-content .button.yith-wcqv-button{
	font-size: 15px;
}
.single-product-content .button.yith-wcqv-button{
	position: relative;
	left: 20px;
}
.button_group,
.single-product-content .compare-button{
	display: inline-block;
}
.single-product-content .yith-wcwl-add-to-wishlist {
  margin-top: 0;
  display: inline-block;
}
.single-product-content .action-button {
  display: inline;
}
.single-product-content .compare-button{
	padding-left: 18px;
	padding-right: 8px;
}
.single-product-content .button_group button,
.single-product-content .button_group a{
	color: #777;
}
.add_to_cat_btn button,
.woocommerce a.added_to_cart,
.continue-shopping.button,
.button.empty-cart,
.button.update,
.button.apply-coupon,
.checkout-button.button.alt.wc-forward,
#place_order,
.form-row.form-row-last .button,
.woocommerce .widget_price_filter .price_slider_amount .button,
.shipping-calculator-form .button,
form.login .button,
form.lost_reset_password .button,
#review_form_wrapper #submit
{
	background-color: #1cbac8 !important;
	background-image: none;
	color: #fff !important;
	display: inline-block;
	font-size: 13px !important;
	font-weight: 400 !important;
	margin: 15px 0 20px !important;
	padding: 14px 23px !important;
	text-transform: uppercase;
	font-family: montserrat,sans-serif;
}
.woocommerce a.added_to_cart{
	padding: 8px 25px !important;

}
.single-product-content .add_to_cat_btn button.added{
	display: none;
}
.add_to_cat_btn button:hover,
.add_to_cat_btn button:focus,
.woocommerce a.added_to_cart:hover,
.woocommerce a.added_to_cart:focus,
.continue-shopping.button:hover,
.continue-shopping.button:focus,
.button.update:hover,
.button.update:focus,
.button.empty-cart:hover,
.button.empty-cart:focus,
.button.update:hover,
.button.update:focus,
.button.apply-coupon:hover,
.button.apply-coupon:focus,
.checkout-button.button.alt.wc-forward:hover,
.checkout-button.button.alt.wc-forward:focus,
#place_order:hover,
#place_order:focus,
.form-row.form-row-last .button:hover,
.form-row.form-row-last .button:focus,
.woocommerce .widget_price_filter .price_slider_amount .button:hover,
.woocommerce .widget_price_filter .price_slider_amount .button:focus,
.shipping-calculator-form .button:hover,
.shipping-calculator-form .button:focus,
form.login .button:hover,
form.login .button:focus,
form.lost_reset_password .button:hover,
form.lost_reset_password .button:focus,
#review_form_wrapper #submit:hover,
#review_form_wrapper #submit:focus
{
	background-color: #040E18 !important;
}
.button_group a:hover,
.button_group #com_ttl_cng:hover,
.button.yith-wcqv-button:hover{
	color: #1cbac8!important;
}
#review_form_wrapper #comment{
	padding: 10px 15px;
	border: 1px solid #ddd;
	width: auto!important;
}
#review_form_wrapper label{
	display: block;
	padding-right: 10px;
}
.form-row.form-row-last .button{
	margin: 0 !important;
}
.single-product{
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
  margin-right: 35px!important;
}

.product-tab-area .tab-bar {
	border-bottom: 1px solid #ddd;
	color: #777;
	font-family: Montserrat;
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 30px;
	overflow: hidden;
	padding: 0 0 10px;
	text-transform: uppercase;
}

.tab-bar-inner .nav-tabs a {
  color: #222;
  display: inline-block;
  font-weight: 500;
  margin: 0;
  padding-left: 0 !important;
  text-transform: uppercase;
}
.tab-bar-inner .nav-tabs li a i {
  float: left;
  font-size: 30px;
  margin-right: 10px;
}
.tab-bar-inner .nav-tabs > li > a {
  line-height: 30px;
}
.tab-bar .tab-bar-inner {
  float: left;
}
.tab-bar-inner .nav-tabs {
  border: inherit;
}
.tab-bar-inner .nav-tabs {
  display: inline-block;
  overflow: hidden;
  padding: 0;
}
.tab-bar-inner .nav-tabs > li.active > a, .tab-bar-inner .nav-tabs > li.active > a:focus, .tab-bar-inner .nav-tabs > li.active > a:hover {
  background: #fff;
  border: medium none;
  color: #1cbac8;
}
.tab-bar-inner .nav-tabs > li > a:hover,
.tab-bar-inner .nav-tabs > li > a{
	background: inherit;
	border: inherit;
}

.toolbar .pager-list {
  float: left;
  font-size: 13px;
  margin-top: 2px;
  width: 33%;
}
.pager-list .limiter {
  float: right;
  width: auto;
}
.limiter {
  line-height: 36px;
  width: 160px;
}

.pager-list .limiter label {
  float: left;
  font-weight: normal;
  margin: 0;
  padding-right: 9px;
  padding-top: 5px;
  vertical-align: middle;
}
.limiter form {
  float: left;
}
.pager-list .limiter select {
  border: 1px solid #f2f2f2;
  color: #898888;
  font-size: 13px;
  margin: 0 5px;
  padding: 10px 5px;
  text-align: center;
  vertical-align: middle;
}
.toolbar .sorter {
  float: right;
  width: 40%;
  font-size: 13px;
}
.sorter .sort-by select {
  border: 1px solid #f2f2f2;
  color: #898888;
  font-size: 13px;
  padding: 10px 5px;
  text-align: center;
  vertical-align: middle;
  width: 120px;
}
.sorter .sort-by label {
  font-weight: normal;
  margin: 9px 10px 0;
  vertical-align: middle;
}
.sorter .sort-by {
  float: right;
}
.w_post_per {
  display: inline-block;
  float: left;
  padding-top: 5px;
}
.toolbar .pages {
  display: block;
  float: left;
  height: 25px;
  margin: 10px 0 0;
}
.woocommerce nav.woocommerce-pagination {
  float: right;
  margin-left: 30px;
  text-align: center;
}
.woocommerce nav.woocommerce-pagination ul li {
  border-right: inherit;

}
.woocommerce nav.woocommerce-pagination ul {
  background: inherit;
  border: inherit;
  display: inline-block;
  margin: 1px;
  padding: 0;
  white-space: nowrap;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: inherit;
  color: #8a7e88;
}
.woocommerce .star-rating span {
  color: #f5bc00;
}
ul.add-to-links li {
  display: inline-block;
  padding-right: 10px;
}
.woocommerce .quantity .qty {
  border: 1px solid #ddd;
  text-align: center;
  padding: 10px;
  width: 4em;
  margin-right: 5px;
}
.product-select select{
	border: 1px solid #ddd;
	text-align: center;
	padding: 7px;
	width: auto;
}
.woocommerce div.product form.cart .button {
  float: left;
  vertical-align: middle;
  padding: 13px 19px;
  background: #1cbac8;
}
.woocommerce div.product form.cart .button:hover {
  background: #040E18;
}
.single-product {
  box-shadow: inherit;
}
#yith-quick-view-close {
  border-radius: 50%;
  font-size: 19px;
  height: 35px;
  line-height: 32px;
  right: 15px;
  top: 15px;
  width: 35px;
  z-index: 2;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #1cbac8;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 0px;
}
.add-to-links {
  padding-top: 13px;
}
.woocommerce span.onsale {
  background-color: #1cbac8;
  border-radius: 100%;
  min-height: 50px;
  min-width: 50px;
}
.product_area{
	padding: 50px 0;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  float: left;
  width: 100%;
}
.woocommerce .thumbnails.slider{
	height: auto;
}
.woocommerce .caroufredsel_wrapper{
	height: 247px!important;
}
ul.yith_magnifier_gallery li.yith_magnifier_thumbnail {
  margin-left: 5px;
  margin-right: 5px;
}
.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
  float: left;
  margin-bottom: 1em;
  margin-right: 3.8%;
  width: 30.75%;
}
.single-product.woocommerce .thumbnails #slider-prev, .single-product.woocommerce .thumbnails #slider-next {

	cursor: pointer;
	display: none !important;
	height: 26px;
	margin-top: -2px;
	position: absolute;
	top: 57%;
	width: 27px;
}
.woocommerce-review-link {
	color: #666;
	float: right;
	font-size: 13px;
	text-transform: uppercase;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  box-shadow: none;
  width: 120px;
}
.woocommerce table.shop_table td {
  padding: 30px 12px;
  text-align: center;
}
.woocommerce a.remove {
  border: 1px solid;
  border-radius: 100%;
  color: red !important;
  display: inline-block;
  font-size: 1.5em;
  font-weight: 700;
  height: 40px;
  line-height: 36px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  width: 40px;
}
.product-name a,
.woocommerce-Price-amount.amount{
	font-size: 20px;
	font-weight: 700;
}

.shop_table.shop_table_responsive .quantity .qty {
  border: 1px solid #ddd;
  padding: 11px;
  text-align: center;
  width: 5em;
}
.table > thead > tr > th {
  border-bottom: 1px solid #ddd;
  vertical-align: bottom;
}
select,
#calc_shipping_postcode,
#coupon_code
{
	padding: 10px;
	border: 1px solid #ddd;
}
#coupon_code{
	width: 100%;
	padding: 10px 15px;
}

.shopping-summary.chart-all.fix span.onsale {
	display: none;
}
.shopping-summary.chart-all.fix li{
	list-style-type: none;
}
.shopping-summary.chart-all.fix .c_title{
	margin-bottom: 25px;
}
.shopping-summary.chart-all.fix  .button.yith-wcqv-button{
	display: none;
}
.checkout-area input{
	border: 1px solid #ddd;
	padding: 10px 15px;
}
#yith-wcwl-form .button.yith-wcqv-button{
	display: none;
}
#yith-wcwl-form a.remove {
  color: red !important;
  font-size: 14px;
  height: 20px;
  line-height: 19px;
  width: 20px;
}
#yith-wcwl-form a.remove:hover{
	color: #fff !important;
}
#yith-wcwl-form .yith-wcwl-share{
	text-align: center;
}
#yith-wcwl-form .yith-wcwl-share ul{
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="reset"],
input[type="search"],
#woocommerce-product-search-field,
#billing_phone{
	padding: 10px 15px;
	border: 1px solid #ddd;
}
#woocommerce-product-search-field{
	width: 100%;
}
.woocommerce-product-search input[type="submit"]{
	display: none;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #1cbac8;

}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
  width: 70px;
}
.product_list_widget li{
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px !important;
	padding-bottom: 20px !important;
}
.product_list_widget li:last-child{
	border-bottom: none;
}
.col2-set.addresses a.edit{
	border: 1px solid;
	float: right;
	padding: 5px 13px;
}
#single-product-related .single-product{
	margin-bottom: 0;
	padding-bottom: 0;
}
.related-product-area .products-head-title h2,
.single-product-content-view h2,
.simpleLens-thumbnails-container h2
{
	font-size: 20px;
	color: #555;
}
.related-product-area .products-head-title h2{
	margin-bottom: 20px;
}
.product-description-tab ul.nav.nav-tabs{
	margin-bottom: 15px;
}
.single-product-content-view .price-box:nth-of-type(2) {
  display: none;
}
.woocommerce-review-link .count{
	background: #fff;
}
.woocommerce .woocommerce-product-rating .star-rating,
.woocommerce-review-link  {
  font-size: 14px;
}

#single-product-related .woocommerce-product-rating{
	margin-top: 10px;
	margin-bottom: 0;
}
#single-product-related .product-title{
font-size: 17px;
margin-bottom: 0;
margin-top: 15px;
padding-bottom: 0;
}
.single-product-content-view .product_meta {
  padding-top: 10px;
}

.gform_wrapper .field_description_below .gfield_description {
    padding-top: 10px!important;
    font-size: 12px!important;
    text-align: justify!important;
		-webkit-padding-top: 10px!important;
    -webkit-font-size: 12px!important;
    -webkit-text-align: justify!important;
}
