/*
Theme Name: Saha Child
Description: Saha Child Theme
Template: saha
Version: 1.0.0
*/

body {
	color: #333;
	font-size: 100%;
}

div.summary.entry-summary {
	
	background-color: #fff !important;
}

.woocommerce-tabs {
	width: 45%;
}

#top-bar-left{
	margin-left: 30px;
}

#top-bar-wrap {
	background-color: #f05a29;
}

#top-bar a {
	color: #fff;
	
}

.dropdown-menu ul a {
	
	color: #111 !important;
}

.nav-content {
  	display: none;
	height: 0px;
}

.breadcrumbs {
	color: #929292;
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 12px
}

a.single_add_to_cart_button.button.alt {
	padding: 15px;
	background: #1db262;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 4px;
	border-bottom: 2px solid #51ae69;
	border-top: 1px solid #a0ebb4;
	font-family: 'Montserrat' sans-serif;
	line-height: 35px !important;
}

a.single_add_to_cart_button.button.alt:hover {
	background: #379764;
}

div.action-button {
	visibility: hidden !important;
} 

i.icon-magnifier {
	font-size: 0px;
	width: 0px;
	height: 0px;
	line-height: 0px;
	}

a.quick.tooltip-up {
	visibility: hidden;
}

a.btn.product_type_external {
	color: white;
	border-color: #f4ca75;
	background-color: #ff4e00;
	font-weight: bold;
	font-size: small;
}

a.btn.product_type_external:hover {
	color: white;
	border-color: white;
	background-color: #0a8b6e;
}

a.button.product_type_external  {
	color: white;
	border-color: #f4ca75;
	background-color: #ff4e00;
	font-weight: bold;
	font-size:12px;
	border-radius: 20px;
	line-height: 24px;
	padding: 2px 20px;
	min-height:24px;
}

a.button.product_type_external:hover {
	color: white;
	border-color: white;
	background-color: #0a8b6e;
}


.product .onsale {
	background-color: #fff;
	color: #f56d0b;
	border: 1px solid #ddd;
	outline: 3px solid rgba(255,255,255,0.7);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
}

.woocommerce .products .grid-view .product-details .title {
	color: #1a77a3;
}

.single-product .summary .price {
	padding: 0px 0px 10px 0px;
}



#content #content-wrap {
	margin: 30px auto !important;
}

.product-details .btn {
	color: #0066cc;
}

.single-product .short-description {
	font-size: 16px;
	color: #333;
}

strong {
	font-weight: bold;
}

.tagcloud a {
	display: block;
	max-width:90%;
}

.admin-bar .fixed-header.fixed-already {
	height: 80px;
}

.admin-bar .fixed-header.fixed-already img {
	height: 30px;
}

.product-image:hover .woo-entry-image-main {
	opacity: 1;
}

.taxonomy-product_cat .site-title h1 {
	font-size: 34px;
	letter-spacing: 0px;
	text-transform: none;
}

.woocommerce .products>li.first {
	width: 33%;
}

.woocommerce-product-gallery figure {
  margin: 0;
}
ol.flex-control-nav {
  list-style: none;
  padding: 0;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
ul.products li.product h2 {
  color: #4a5150;
  font-size: 16px;
  text-transform: uppercase;
}


.post .entry-content li {
	list-style-type: circle;

}

.post .entry-content li a{
	color: #db7715;
	font-weight: bold;
}

.post .entry-content ul {
	margin-top: -20px
}
  
.foot td {
	text-align: left;
  	width: 50%;
}

/*
.woocommerce .products>li.first {
	width: 100%;
}
*/

.fl-rich-text a {
	color: #0086b3 ;
}

.entry-content a {
	color: #0086b3 ;
}

.woocommerce .list .products>li.first {
    width: 100%;
}



ul.products li.product h2 {
    color: #4a5150;
    font-size: 10px;
    text-transform: none;
}




@media only screen and (max-width: 480px) {

.woocommerce .products>li.first {
    width: 100%;
}

.woocommerce-tabs {
	width: 100%;
	}
}
