/*
Theme Name: ArboristWP
Theme URI: http://themekraft.com/store/_tk-free-wordpress-starter-theme-based-on-twitter-bootstrap/
Author: Darko Gjorgjijoski
Author URI: http://darkog.com/
Description: Hi, I am the ultra minimal starter theme _tk, ready for your next awesome WordPress project! I am the most seamless and minimalistic integration of Twitter Bootstrap Framework into the _s starter theme from Automattic, the guys behind WordPress. You can find me on GitHub. Fork me! I'm waiting for you ;)
Version: 1.1.10
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready
*/

body {
	word-wrap: break-word;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

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


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.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-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 */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
* Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
* Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {  max-width: 100%;  }
/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
* For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
.comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/
.sticky {  }
.gallery-caption {  }
.bypostauthor {  }
.entry-meta { clear: both; }

/**
 * Arborist styling
 * @author darko
 */

 #search-products-top{
 	margin-top: 28px;
 	float: left;
 	width: 100%;
 }

 #search-products-top ul.dropdown-menu {
 	max-height: 200px;
 	overflow-y: scroll;
 }

 .search-panel > .btn.btn-dtoggle{
 	border-top: 1px solid #aaa;
 	border-bottom: 1px solid #aaa;
 	border-left: 1px solid #aaa;
 	white-space: nowrap;
 	line-height: 26px;
 	color: #444;
 	text-decoration: none;
 	-webkit-border-radius: 10px;
 	-moz-border-radius: 10px;
 	border-radius: 10px;
 	-webkit-background-clip: padding-box;
 	-moz-background-clip: padding;
 	background-clip: padding-box;
 	-webkit-touch-callout: none;
 	-webkit-user-select: none;
 	-khtml-user-select: none;
 	-moz-user-select: none;
 	-ms-user-select: none;
 	user-select: none;
 	background-color: #fff;
 	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white)) !important;
 	background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%) !important;
 	background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%) !important;
 	background-image: -o-linear-gradient(bottom, #eeeeee 0%, #ffffff 50%) !important;
 	background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 50%) !important;
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0) !important;
 	background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%) !important;
 }

 #filter_s.form-control {
 	border-right: 0 none;
 	height: 40px;
 	left: -5px;
 	position: relative;
 }
 #wooo-cat-search span.input-group-btn button {
 	background: transparent none repeat scroll 0 0 !important;
 	border: 1px solid #aaa;
 	color: gray;
 	height: 40px;
 	left: -4px;
 	position: relative;
 }

 .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
 	background-color: #8dc638 !important;
 	color: #fff !important;
 	text-decoration: none;
 }

 .dropdown-cart-button .dropdown-total {
 	color: #000;
 }
 .dropdown-cart-button .dropdown-total:hover, .dropdown-cart-button .dropdown-total:focus, .dropdown-cart-button .dropdown-total:active{
 	text-transform: none;
 	text-decoration: none;
 }

 .btn-green{
 	color: #fff;
 }
 .btn-green:hover, .btn-green:active, .btn-green:focus{
 	color: #fff;
 	opacity: 0.8;
 }

 .ubermenu.ubermenu-side_menu {
 	border: 1px solid green !important;
 }

 .header-menu-item a{
 	text-transform: uppercase !important;
 	font-size: 14px;
 	font-weight: 700 !important;
 	letter-spacing: 0.03em;
 }

 .ubermenu-skin-simple-green, .btn-green {
 	background: #8dc638 !important;
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr= #5f9d04 , EndColorStr= #8dc638 ) !important;
 	background: -webkit-gradient(linear, left top, left bottom, from(#5f9d04), to(#8dc638)) !important;
 	background: -webkit-linear-gradient(#5f9d04, #8dc638) !important;
 	background: -moz-linear-gradient(top, #5f9d04, #8dc638) !important;
 	background: -ms-linear-gradient(#5f9d04, #8dc638) !important;
 	background: -o-linear-gradient(#5f9d04, #8dc638) !important;
 	background: linear-gradient(#5f9d04, #8dc638) !important;
 	zoom: 1 !important;
 }

 .ubermenu-skin-simple-green .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target, .ubermenu-skin-simple-green .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target, .ubermenu-skin-simple-green .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target {
 	background: transparent !important;
 	color: #f9b22b !important;
 }

 .header-menu-item {
 	background: #e9e9e9 !important;
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr= #ffffff , EndColorStr= #e9e9e9 ) !important;
 	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9)) !important;
 	background: -webkit-linear-gradient(#ffffff, #e9e9e9) !important;
 	background: -moz-linear-gradient(top, #ffffff, #e9e9e9) !important;
 	background: -ms-linear-gradient(#ffffff, #e9e9e9) !important;
 	background: -o-linear-gradient(#ffffff, #e9e9e9) !important;
 	background: linear-gradient(#ffffff, #e9e9e9) !important;
 	zoom: 1 !important;
 }
 .header-menu-item {
 	background: #e9e9e9;
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr= #e9e9e9 , EndColorStr= #ffffff ) !important;
 	background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#ffffff)) !important;
 	background: -webkit-linear-gradient(#e9e9e9, #ffffff) !important;
 	background: -moz-linear-gradient(top, #e9e9e9, #ffffff) !important;
 	background: -ms-linear-gradient(#e9e9e9, #ffffff) !important;
 	background: -o-linear-gradient(#e9e9e9, #ffffff) !important;
 	background: linear-gradient(#e9e9e9, #ffffff) !important;
 	zoom: 1;
 }

 .header-menu-item a {

 }

 .ubermenu.ubermenu-side_menu li a {
 	background: transparent none repeat scroll 0 0 !important;
 	border-bottom: 1px solid #d3d3d3 !important;
 	min-height: 40px !important;
 	color: #000 !important;
 }


 .bstabs{
 	margin-top: 20px;
 }

 .bstabs .nav-pills > li > a {
 	border-radius: 4px 4px 0 0;
 	font-size: 14px;
 	letter-spacing: 0.03em;
 }

 .bstabs .tab-content {
	/*color : white;
	background-color: #428bca;*/
	padding : 5px 15px;
}
.bstabs h3.woocommerce-products-carousel-all-in-one-title a {
	color: black;
	font-size: 13px;
	font-weight: bold;
}

.bstabs .tab-content.clearfix {
	background-color: #fcfcfc;
	border: 1px solid green;
}

.owl-stage-outer {
	height: auto !important;
	width: auto !important;
}

.title-pattern {
	background: rgba(141,198,56,1);
/*	background: -moz-linear-gradient(left, rgba(141,198,56,1) 0%, rgba(141,198,56,1) 30%, rgba(255,255,255,1) 85%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(141,198,56,1)), color-stop(30%, rgba(141,198,56,1)), color-stop(85%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(141,198,56,1) 0%, rgba(141,198,56,1) 30%, rgba(255,255,255,1) 85%);
	background: -o-linear-gradient(left, rgba(141,198,56,1) 0%, rgba(141,198,56,1) 30%, rgba(255,255,255,1) 85%);
	background: -ms-linear-gradient(left, rgba(141,198,56,1) 0%, rgba(141,198,56,1) 30%, rgba(255,255,255,1) 85%);
	background: linear-gradient(to right, rgba(141,198,56,1) 0%, rgba(141,198,56,1) 30%, rgba(255,255,255,1) 85%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dc638', endColorstr='#ffffff', GradientType=1 ); */
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 9px 9px 8px 13px;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
}


.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background-color: #8dc638;
}

.nav.nav-pills a{
	color: #8dc638;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
	outline: none !important;
}

.nav.nav-pills {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #f8f8f8;
	border-color: green green -moz-use-text-color;
	border-image: none;
	border-style: solid solid none;
	border-width: 1px 1px 0;
}


.product-sl .onsale {
	left: unset !important;
	right: 0 !important;
	top: 0 !important;
}

.product-sl img {
	display: block;
	margin: 0 auto;
}

.product-sl h3 {
	color: black;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.product-sl .price {
	color: #cb0000;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}

.static-block-ads .item {
	line-height: 0;
	padding: 0 0 2px 5px;
	position: relative;
	text-align: center;
}
.static-block-ads .item a {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	position: relative;
}
.static-block-ads .item img {
	margin-bottom: 0;
	transition: all 1000ms ease 0s;
}

.static-block-ads .item .second {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.static-block-ads {
	margin-top: 50px;
}

.static-block-ads .item:hover .first {
	transform: scale(1.1, 1.1);
}

.header_right {
	margin-top: 25px;
}


/*==================================================
=            Currency switcher                     =
==================================================*/
.woocommerce-currency-switcher-form {
	display: inline-block;
}

/*==================================================
=            Top head                              =
==================================================*/

#tophead{
	background-color: #f2f2f2;
}

#topheader-left, #topheader-right {
	padding-bottom: 15px;
	padding-top: 15px;
}

#tophead .container{
	padding-bottom: 0;
}

/*==================================================
=            Header                               =
==================================================*/
.site-header-inner a img {
	margin-top: 10px;
}

/*==================================================
=            Navigation                            =
==================================================*/
.site-sidemenu-inner .ubermenu-image.ubermenu-image-size-full {
	max-width: 25px;
}
.site-sidemenu-inner .ubermenu .ubermenu-item-layout-image_left > .ubermenu-target-text {
	padding-left: 35px;
}

.site-sidemenu-inner .ubermenu-column-1-2 .ubermenu-submenu{
	display: none;
}

.site-sidemenu-inner .ubermenu-submenu-footer{
	position: static !important;
	border-top: 1px solid gray;
	margin-top: 20px;
	float:left;
}

.site-sidemenu-inner .navbar-arborist{
	background-color: #8dc638;
	border-color: #8dc638;
	margin-bottom: 0;
}

.site-sidemenu-inner .navbar-arborist li a {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.site-sidemenu-inner .navbar-arborist .navbar-nav > li > a {
	color: #fff;
}

/*==================================================
=            Footer	            	               =
==================================================*/
.label-bold{
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}
.label-bold span{
	margin-right: 10px;
}

.label-bold.text-right span{
	margin-right: 0;
	margin-left: 10px;
}

/*==================================================
=           Inner Content			               =
==================================================*/
.contact-info-list{
	list-style-type: none;
	padding-left: 0;
}

.contact-info-list .fa {
	font-size: 32px;
	margin-right: 15px !important;
	vertical-align: middle;
}

.wpcf7-form-control.wpcf7-submit {
	background-color: #8dc638;
	border: 0 none;
	color: #fff;
	font-size: 14px;
	padding: 10px;
	width: 100%;
}

.wpcf7-form-control.wpcf7-submit:hover, .wpcf7-form-control.wpcf7-submit:active {
	opacity: 0.8;
}

.single .related.products{
	display: inline-block;
}

/*==================================================
=           WooCommerce				               =
==================================================*/
.woocommerce ul.products li.product h3,
.product-title,
.mini_cart_item > a{
	color: black;
	font-weight: bold;
	text-align: center;
}

.woocommerce.archive .button.add_to_cart_button, .woocommerce.archive .ajax_add_to_cart {
	text-align: center;
	width: 100%;
}

.archive .product.has-post-thumbnail a h3 {
	min-height: 36px !important;
}

.archive .price {
	font-size: 14px !important;
	min-height: 10px;
	color: #cb0000;
	text-align: center;
}

.woocommerce ul.products li.product .price {
	color: #cb0000;
	font-weight: bold;
}

.archive .price del{
	display: none !important;
}

.woocommerce ul.products li.product h3:hover,
.woocommerce ul.products li.product h3:active,
.product-title:hover, .product-title:active,
.mini_cart_item > a:hover,
.mini_cart_item > a:active{
	color: #8dc638;
	text-decoration: none;
}

.product_list_widget li, .mini_cart_item.li {
	margin-bottom: 5px !important;
	padding: 10px !important;
}

.woocommerce-checkout input[type="text"].input-text , .woocommerce-checkout input[type="email"].input-text, .woocommerce-checkout input[type='select'].input-text, .woocommerce-checkout input[type='tel'].input-text {
	border: 1px solid gray !important;
	padding: 5px;
}
.woocommerce-result-count, .woocommerce-ordering {
	margin-bottom: 30px !important;
}


.price {
	font-size: 13px !important;
	text-align: center;
}

.single-product .price{
	font-size: 18px !important;
	font-weight: bold;
	text-align: left;
}

.sku_wrapper, .posted_in {
	display: inline-block;
	width: 100%;
}

.single-product div.product form.cart .variations label {
	color: #000;
	font-size: 15px;
	font-weight: 700;
}

.woocommerce ul.slides.products,
.woocommerce ul.slides.products li.first,
.woocommerce ul.slides.products::after,
.woocommerce-page ul.slides.products,
.woocommerce-page ul.slides.products li.first,
.woocommerce-page ul.slides.products::after {
	clear: none !important;
}

.woocommerce .add_to_cart_button {
	display: block;
	float: none !important;
	margin: 0 auto !important;
	width: 125px;
	text-align: center;
}
.cart-popup .add_to_cart_button {max-width: 100%;
	display: inline-block !important;}

	.woocommerce span.onsale {
		z-index: 99999;
		background-color: #cb0000;
		font-size: 1em;
		line-height: 1.3em;
		min-height: 3em;
		min-width: 3.9em;
		padding: 10px;
	}

	.flex-control-paging li a {
		outline: medium none !important;
	}

	button.button, a.button, input[type^="submit"], html .woocommerce a.button, html .woocommerce button.button, html .woocommerce input.button, html .woocommerce #respond input#submit, .woocommerce #content input.button, html .woocommerce-page a.button, html .woocommerce-page button.button, .woocommerce-page input.button, html .woocommerce-page #respond input#submit, html .woocommerce-page #content input.button, html .woocommerce-page #content input.button, html .woocommerce #content table.cart input.button, html input.button, .wd_popular_product_wrapper .wd_readmore a, .featured_product_slider_wrapper .slider_control a, ul.products.grid li.product .product-meta-wrapper .list_add_to_cart a.button, .woocommerce ul.products.grid li.product .product-meta-wrapper .list_add_to_cart a.button, .woocommerce-page ul.products.grid li.product .product-meta-wrapper .list_add_to_cart a.button, ul.products.list li.product .product-meta-wrapper .list_add_to_cart a.button, .woocommerce ul.products.list li.product .product-meta-wrapper .list_add_to_cart a.button, .woocommerce-page ul.products.list li.product .product-meta-wrapper .list_add_to_cart a.button, #left-sidebar .subscribe_widget .button, html .woocommerce #left-sidebar .subscribe_widget .button, html .woocommerce-page #left-sidebar .subscribe_widget .button, #right-sidebar .subscribe_widget .button, html .woocommerce #right-sidebar .subscribe_widget .button, html .woocommerce-page #right-sidebar .subscribe_widget .button, .single_add_to_cart_button.button, html .woocommerce .single_add_to_cart_button.button, html .woocommerce .single_add_to_cart_button.button, html .woocommerce .single_add_to_cart_button.button.alt, html .woocommerce .single_add_to_cart_button.button.alt, html .page .single_add_to_cart_button.button, #left-sidebar button.button, #left-sidebar a.button, #left-sidebar input[type^="submit"], #right-sidebar button.button, #right-sidebar a.button, #right-sidebar input[type^="submit"], .shopping-cart .dropdown_footer .buttons a, .group_table a.button.alt, .woocommerce .group_table a.button.alt, .woocommerce-page .group_table a.button.alt, #content .group_table a.button.alt, #content .woocommerce .group_table a.button.alt, .woocommerce-page #content .group_table a.button.alt, .single-content .post-title .navi-prev a, .single-content .post-title .navi-next a {
		background: #e9e9e9;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr= #ffffff , EndColorStr= #e9e9e9 );
		background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9));
		background: -webkit-linear-gradient(#ffffff, #e9e9e9);
		background: -moz-linear-gradient(top, #ffffff, #e9e9e9);
		background: -ms-linear-gradient(#ffffff, #e9e9e9);
		background: -o-linear-gradient(#ffffff, #e9e9e9);
		background: linear-gradient(#ffffff, #e9e9e9);
		zoom: 1;
		border-width: 2px;
		border-style: solid;
		border-color: #d0d0d0 !important;
		font-size: 14px;
		color: #505050 !important;
	}

	.woocommerce input[type^="submit"]:hover, .woocommerce input[type^="submit"]:active, .woocommerce input[type^="submit"]:focus{
		outline: 0;
		color: orange;
		opacity: 0.8;

		background: #e9e9e9;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr= #ffffff , EndColorStr= #e9e9e9 );
		background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9));
		background: -webkit-linear-gradient(#ffffff, #e9e9e9);
		background: -moz-linear-gradient(top, #ffffff, #e9e9e9);
		background: -ms-linear-gradient(#ffffff, #e9e9e9);
		background: -o-linear-gradient(#ffffff, #e9e9e9);
		background: linear-gradient(#ffffff, #e9e9e9);
		zoom: 1;
		border-width: 2px;
		border-style: solid;
		border-color: #d0d0d0 !important;
		font-size: 14px;

	}

	.woocommerce .quantity .qty {
		height: 2.8em;
	}

	.woocommerce div.product form.cart .variations select {
		height: 3em;
		width: 100%;
	}

	.single-product div.product form.cart .variations label {
		font-size: 14px;
		line-height: 35px;
	}

/*==================================================
=            Sidebar WooCommerce	              =
==================================================*/

.woo-sidebar .sidebar-padder {
	padding-right: 20px;
}

.sidebar-padder aside:first-child .widget-title {
	margin-top: 0;
}


/* ==== PLUGIN CART POPUP ==== */
#cart-popup{max-width: 500px; border: solid 7px #d0d0d0	;}
#cart-popup > span{display: none;}
#cart-popup .cart_item{display: none;}   
.cart-popup-title{color: #202020; margin-bottom: 0; padding: 0 20px 20px;}   

.cart-popup-buttons{padding: 0 20px 20px;border-bottom: solid 1px #d0d0d0;}

.cart-popup-button, .cart-popup-products li .cart-popup-products-button{background: rgba(0, 0, 0, 0) linear-gradient(#ffffff, #e9e9e9) repeat scroll 0 0; border:solid 1px #d0d0d0; color: #505050; font-size: 13px;height: 40px;line-height: 38px; text-transform: uppercase; padding: 0 10px;transition: all 0.2s ese-in-out; border-bottom-width: 2px; font-weight: bold;border-radius: 2px; }

.cart-popup-button:hover, .cart-popup-products li .cart-popup-products-button:hover{background: rgba(0, 0, 0, 0) linear-gradient(#e9e9e9, #ffffff) repeat scroll 0 0; color: #ff6c00}

.cart-popup-products li .cart-popup-products-button {font-size: 12px; line-height: 34px; height: 34px;margin-top: 10px;}

.cart-popup-products li{list-style: none; }
.cart-popup-products li .cart-popup-products-image h3{font-weight: bold; font-size: 11px;line-height: 14px;margin-bottom: 7px;padding-bottom: 2px; text-transform: capitalize; color: #202020;text-align: center; min-height: 30px;}
.cart-popup-products-wrap-title{color: #202020 !important;}

.cart-popup-products-price .woocommerce-price-suffix, .cart-popup-products li .cart-popup-products-price{color:#77a464;}




/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

	.woocommerce ul.products li.product a img {
		margin: 0 auto 1em;
		width: 70%;
	}

	.pull-right-sm{
		float: right !important;
	}
	#wooo-cat-search div.input-group-btn button {
		min-width: 150px !important;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

	.site-sidemenu-inner ul.ubermenu-submenu {
		width: 90%;
	}

	.site-sidemenu-inner .ubermenu-nav li {
		width: 100%;
	}

	.widget.widget-woocommerce-currency-switcher {
		float: right;
		margin-bottom: 1em;
	}

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}



/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.navbar-header{
		display: none;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}

.points {
	color: #77a464;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding-top: 3px;
	padding-bottom: 3px;
}
.wc-points-rewards-product-message {
	color: #77a464;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 5px;
	margin-bottom: -5px;
	display: block;
}

.archive .custom-surfix {
	display: none;
}

/* MATCH HEIGHT */
.home #newest .owl-item .product-sl a h3{display: block;position: relative;}
.woocommerce ul.products li.product .button{margin-top: 0 !important;}
.woocommerce ul.products li.product .button,
.owl-item .product-sl .button
{margin: 0 auto;display: block;float: none;}

/* ==== EXTRA PRODUCT INFO ==== */
.extra-products-info{display: block;width: 100%;margin: 10px 0;clear: both;overflow: hidden;}
.extra-products-info .info-box{display: block; width: 100%;margin: 10px 0; clear: both;overflow: hidden;}
.extra-products-info .info-box h4{font-size: 14px;line-height: 20px;font-weight: 700;color: #77a464;position: relative;padding:10px 0 10px 60px;margin: 0;}
.extra-products-info .info-box h4 span{font-weight: 400;color: #676767;}

.extra-products-info .info-box h4 span.icon-info{position: absolute;width: 50px;height: 50px;left: 0;top: 50%;margin-top: -25px;color: #303030; text-align: center;background: #f0f0f0;font-size: 25px;border-radius: 50%;line-height: 50px;}