/*
Theme Name: Accede
Theme URI: http://themesvila.com/themes-wp/accede/
Author: Masum Billah
Author URI: http://getmasum.net
Description: Accede - Business, Agency, Corporate, Consultancy WordPress Theme
Version: 1.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: accede
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.

Accede 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.io/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
--------------------------------------------------------------*/

dl {
  margin: 0 20px;
}
dd {
	margin-bottom: 12px;
}
table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
 	 text-align: center;
}
caption, th, td {
    font-weight: normal;
    text-align: center;
}
caption {
	font-size: 16px;
	margin: 0;
	padding-top: 0;
}
th {
    font-weight: bold;
    text-transform: uppercase;
}
td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}
tr{
	 padding: 6px 10px 6px 0;
}
del {
    color: #333;
}
select{
	border: 1px solid #ddd;
  padding: 10px;
}

body{
	overflow-x:hidden;
}
a:hover{
	color: #42c0d9;
}
/*--------------------------------------------------------------
# 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;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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 35px;
}

/* 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;
}

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

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

.page-links {
	clear: both;
	margin: 25px 0 0;
}

/*--------------------------------------------------------------
## 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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link{
	display: inline-block;
}

/*--------------------------------------------------------------
## 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.33333%;
}

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

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

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

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

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

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

.gallery-caption {
	display: block;
}
.wp-caption-text.gallery-caption{
	margin-top: 15px;
	margin-bottom: 15px;
}

#kc_page_template{
	margin-left: -15px !important;
	margin-right: -15px !important;
}

.section-top-title h2 {
    color: #fff;
    font-size: 30px;
    margin: 0;
    text-transform: uppercase;
	font-weight: 500;
}
@media only screen and (max-width:320px) { 
    .section-top-title h2 { font-size: 40px }
}
.section-top-title {
	padding-bottom: 90px;
	padding-top: 170px;
}
.section-top-title,
.breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-bottom: 0;
}
.section-top-title .breadcrumb > .active{
	color: #fff;
}
.section-top-title ol li { color: #fff; }
.section-top-title ol li a { color: #fff!important; }
.section-top-title ol li a:hover { color: #42c0d9; }
.section-top .overlay{
	background: rgba(0,0,0,0.5);
	position: relative;
}

.content-area{
	margin: 40px 0;
}
.content-area p{
	margin-bottom: 15px;
}
.post_img,
.post_audio_video{
	margin-bottom: 35px;
}
.post_img{
	text-align: center;
}
.post_img img{
	display: inline-block;
}
.entry_meta{
	margin-bottom: 25px;
}
.entry_meta,
.entry_meta a{
	color: #888;;
        font-size: 14px;
}
.entry_meta i{
	border: 1px solid #42c0d9;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	padding: 15px;
	margin-right: 10px;
	font-size: 15px;
	color: #42c0d9;
	transition: .5s;

}
.entry_meta i:hover{
	background: #42c0d9;
	color:#fff; ;
}
.entry-title{
	margin-top: 15px;
	margin-bottom: 0px;
	font-size: 20px;
	font-weight: 500;
}
.entry-title a{
	display: inline-block;
	color: #333;
	transition: .5s;
}
.entry-title a:hover{
	color: #42c0d9;	
}
.single_post_blog{
	margin-bottom: 40px;
}

iframe{
	border: none;
}
.widget-title {
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: 500;
}

.widget-title ,
#reply-title,
.comments-title
{
	font-size: 18px;
	font-weight: 500;
}
.widget-area li{
	border-bottom: 1px dashed #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
	list-style-type: none;
}
.widget-area li li{
	margin-left: 15px;
}
.widget-area li:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.widget-area a{
	color: #777;
	transition: .5s;
}
.widget-area a:hover{
	color: #42c0d9;	
}

.tagcloud a {
	background: #e9e9e9;
	color: #777;
	padding: 10px 20px;
	margin: 0 4px 15px;
	display: inline-block;
	font-size: 16px !important;
	transition: .5s;
	line-height: normal;
}
.widget .tagcloud a:hover{
	background: #42c0d9;
	color: #fff;
}
.navigation.pagination{
	margin: 15px 0 15px;
	text-align: center;
	width: 100%;
}
.navigation.pagination a{
	color: #777;	
	transition: .5s;
}

.navigation.pagination a,
.navigation.pagination span{
	padding: 12px 16px;
	background: #e9e9e9;
	margin-right: 10px;
}
.navigation.pagination a:hover,
.navigation.pagination span{
	background: #42c0d9;
	color: #fff;
}
#comment{
	height: 120px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border: 2px solid #ddd;
	padding: 6px 10px;
}
.form-control{
	border: 2px solid #ddd;
}
.form-control:focus{
	border-color: #42c0d9;
	box-shadow: none;
}
.form-submit #submit,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"]
{
	background: #42c0d9;
	border: 1px solid #42c0d9;
	color: #fff;
	padding: 12px 23px;
	display: inline-block;
	transition: .5s;
	line-height: normal;	
	border-radius: 35px;
}
.form-submit #submit:hover,
.form-submit #submit:focus,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover{
	background: #222;
	color: #fff;
	border-color: #222;
}
.comment-respond .form-group{
	margin-bottom: 30px;
}

.post-password-form input[type="submit"]{
	margin-left: 10px;
}
.nav-links .nav-previous,
.nav-links .nav-next{
	text-align: center;
}
.nav-links .nav-previous a,
.nav-links .nav-next a{
	display: inline-block;
	text-align: center;
	padding: 12px 23px;
	border: 1px solid #42c0d9;
	margin-bottom: 20px;
	border-radius: 35px;
}
.nav-links .nav-previous a:hover,
.nav-links .nav-next a:hover{
	background: #42c0d9;
	color: #fff;
}

article.sticky{
  padding: 30px 30px 0;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

/* Comment Style */

.comments-area ol, .comments-area ul {
	padding-left: 25px;
}
.comments-area .comment-list{
	padding-left: 0;
}
.comments-area li.comment,
.comments-area li.pingback
{
	border: 1px dashed #ddd;
	list-style-type: none;
	padding: 15px 15px 25px;
	margin-bottom: 20px;
}
.comments-area ol .children{
	padding-left: 25px;
}
.comment_avatar{
	float: left;
	margin-right: 22px;
}
.comment_avatar img{
	border-radius: 50%;
}
.creply_link {
	display: inline-block;
	text-align: right;
	float: right;
	text-transform: none;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0;
}
.center-block{
	float: inherit;
}
.entry-content img{
	max-width: 100%;
  height: auto;
}

.entry-content ol,
.entry-content ul{
	padding-left: 25px;
}
.widget select {
	width: 100%;
}
.widget img{
	max-width: 100%;
	height: auto;
}
.admin-bar .navbar-fixed-top.menu-top {
	margin-top: 20px;
}
#reply-title{
	margin-bottom: 10px;
}
.logged-in-as{
	margin-bottom: 10px;
}
.comments-title{
	margin-top: 20px!important;
	margin-bottom: 15px;
}
.customize-support .navbar-fixed-top.menu-top ,
.admin-bar .navbar-fixed-top.menu-top {
    margin-top: 22px;
}
.customize-support .navbar-fixed-top.menu-top.menu-shrink{
	margin-top: 29px;
}	
/* Reseponsiv Style */
@media only screen and (max-width:782px) { 
.admin-bar .navbar-fixed-top.menu-top,
.customize-support .navbar-fixed-top.menu-top   {
    margin-top: 30px;
  }
}
@media only screen and (max-width:767px) { 

  #secondary{
    margin-top: 30px;
  }  
}
@media only screen and (max-width:600px) { 
.customize-support .navbar-fixed-top.menu-top.menu-shrink ,
.admin-bar .navbar-fixed-top.menu-top.menu-shrink {
    margin-top: 0px;
  }
}
.search_field{
	letter-spacing: 2px;
}
.form-control{
	height: 45px;
	line-height: 45px;
	border-radius: 0;
	border: 1px solid #ddd;
	box-shadow: inherit;	
}
.comment_field{
	line-height: inherit;
}
.post_btn{
	margin-top: 30px;
}
.post_btn a{
	background: #42c0d9;
	border-color: #42c0d9;
	color: #fff;
	padding: 12px 23px;
}
.post_btn a:hover,
.post_btn a:focus{
	background: #222;
	border-color: #222;
}
.single_testimonial{
    margin-left: 15px;
    margin-right: 15px;
}

#accordion a:hover{
  	color: #fff;
}

/*WooCommerce Style*/

.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: #42c0d9
	border-radius: 100%;
	min-height: 50px;
	min-width: 50px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	left: -0.5em;
	line-height: 45px;
	margin: 0;
	padding: 0.202em;
	position: absolute;
	text-align: center;
	top: -0.5em;
}
.single-product-content .price{
	color: #dd3333 !important;
	display: inline-block;
	font-weight: 700;
	padding-top: 10px;
	width: 100%;
}
.single-product-content .product-title{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.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 .product-title {
  font-size: 17px;
  margin-top: 20px;
}
.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: #42c0d9 !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;
	border-color: #42c0d9;
	font-family: montserrat,sans-serif;
	border: 1px solid #42c0d9 !important;
}
.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;
	border-color: #040E18 !important;
}
.button_group a:hover,
.button_group #com_ttl_cng:hover,
.button.yith-wcqv-button:hover{
	color: #dd3333!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;
}
div.single-product{
	border: 1px solid #ddd;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.single-product-content .product-title{
	text-align: left;
	padding-bottom: 15px;
}
.product-content-head{
	padding: 0 20px 15px;
}
.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 #ddd;
  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 #ddd;
  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 .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: #42c0d9;
  border-color: #42c0d9;
}
.woocommerce div.product form.cart .button:hover {
	background: #040E18;
	border-color: #040E18;
}
.single-product {
  box-shadow: inherit;
}
.product-name a, .woocommerce-Price-amount.amount{
	color: #777;
}
.price ins{
	color: #fff;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #777;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 0px;
  text-align: left;
}
.add-to-links {
  padding-top: 13px;
}

.woocommerce span.onsale {
	background-color: #42c0d9;
	border-radius: 100%;
	min-height: 50px;
	min-width: 50px;
	line-height: 45px;
	font-size: 14px;
}
.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;
}

.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: 35px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  width: 40px;
}
.product-name a,
.woocommerce-Price-amount.amount{
	font-size: 17px;
	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; 
}
.woocommerce #respond input#submit, 
.woocommerce a.button,
 .woocommerce button.button, 
 .woocommerce input.button {
    font-size: 100%;
    padding: 13px 22px;
    font-weight: 400;
    border-radius: 3px;
    color: #777;
    background-color: #fff;
    border: 1px solid #777;
    border: 1px solid #777;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
    background-color: #42c0d9;
    text-decoration: none;
    background-image: none;
    color: #fff;
	border: 1px solid #42c0d9;
}
.single-product-content a.button{	
	width: 100%;

}
.single-product-content .action-button{

    display: block;
    margin: 0 20px;
}
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: #42c0d9
 
}
.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: 30px;
}
.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{
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 15px;	
}
#order_comments {
  border: 1px solid #ddd;
  padding: 10px;
}
.shop_top_section{
	margin-bottom: 20px;
	overflow: hidden;
}
.related_product_title,
.woocommerce-Reviews-title{
	font-size: 20px;
	margin-bottom: 20px!important;
}
.product_deatils_page{
	margin-top: 40px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    left: -10px;
    padding: 1px;
    width: 60px;
    height: auto;
    background: #ebe9eb;
    border-radius: 50%;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #ccc;
    background-color: inherit;

}
.woocommerce div.product .product_title {
    margin-bottom: 10px;
}
.woocommerce-product-gallery__image{
	margin-bottom: 20px;
	padding-right: 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{

}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	border-color: #42c0d9;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-color: #42c0d9;
}
.woocommerce form .form-row .input-checkbox{
	margin: -8px 10px 0 0;
	
}
#tab-description h2,
.up-sells.upsells.products h2{
	font-size: 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	padding: 5px 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	color: #42c0d9;
}
.woocommerce .quantity .qty{
	width: 60px;
}

.product_list_widget .star-rating{
	margin: 10px 0;
}
.woocommerce-product-search .search-field{
	width: 100%;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span{
	padding: 14px 20px;
}


.woocommerce-Price-amount .woocommerce-Price-currencySymbol{
	color: #777;
	font-size: 18px;
	display: inline-block;
	padding-right: 4px;
}
div.woocommerce .button.update{
	margin-top: 17px !important;
}

.woocommerce div.product span.price del,
.woocommerce div.product span.price ins,
.woocommerce div.product span.price .woocommerce-Price-amount
{
	display: inline;
}