/*
Theme Name: KYBULLY
Theme URI: http://mobilewebs.net/kybully/demo/wordpress/kybully/
Author: Mojoomla team
Author URI: http://mojoomla.com/
Description: KYBULLY is Multipurpose Responsive Ecommerce theme, developed with Theme Option with great attention to details..
Version: 4.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: kybully

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.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */


*, *:after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	height: 100%;
	width: 100%;
}

body {
    border-top: 5px solid;
	color: #999;
	line-height: 1.5em;
	overflow-x: hidden;
	font-size:14px;

}

/*----------------------------------------*/
ul {
	list-style-type: square;
}

table, th, td {
	border: 1px solid rgba(51, 51, 51, 0.1);
}

th, td {
	padding: 0.4em !important;
}
h1, h2, h3, h4, h5, h6
{
	font-weight:bold !important;
	text-transform:uppercase;
	color:#333 !important;
}
address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
}

code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote, q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite, blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em, blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong, blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu, ol, ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul, nav ol {
	list-style: none;
	list-style-image: none;
}

li>ul, li>ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	max-width: 100%;
    vertical-align: middle;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

input[type="text"], input[type="password"] {
	border: 1px solid #dddddd;
	box-shadow: none;
	color: #999999;
	padding: 10px;
}

input[type="submit"], button {
	background-color: #629C49;
	border: medium none;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	text-transform: uppercase;
}

button, input {
	line-height: normal;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

button, html input[type="button"], input[type="reset"], input[type="submit"]
	{
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], input[disabled] {
	cursor: default;
}

input[type="checkbox"], input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

ins {
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}
.alignleft {
  display: inline;
  float: left;
}
blockquote.alignright, .wp-caption.alignright, img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}
.alignright {
  display: inline;
  float: right;
}


.wp-caption {
  margin-bottom: 1.6em;
  max-width: 100%;
}
.page-links > .page-links-title {
  border: 0 none;
  color: rgba(51, 51, 51, 0.7);
  height: auto;
  margin: 0;
  padding-right: 0.5em;
  width: auto;
}

.page-links a {
	background-color: #ff7f00;
	padding: 10px 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}

.format-aside .entry-title, .format-image .entry-title, .format-video .entry-title, .format-quote .entry-title, .format-gallery .entry-title, .format-status .entry-title, .format-link .entry-title, .format-audio .entry-title, .format-chat .entry-title {
  font-size: 2.2rem;
  line-height: 1.4545;
  margin-bottom: 1.4545em;
}

.page-links a:hover {
	background-color: #000000 !important;
	color: #FFFFFF;
}
mark, ins {
  text-decoration: none;
}

.format-audio .audio-content{
	background:url("images/dotted-line.png") repeat-y scroll left top / 4px 4px rgba(0, 0, 0, 0);
	float:left;
	padding-left:35px;
	
}
.format-audio .entry-content:before {
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}


.entry-content img, .entry-summary img, .comment-content img[height], img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
    height: auto;
}

.rss-date {
    display: block;
}


/*----------------------------------------*/


a:focus {
	outline: none;
	text-decoration: none;
	color: #222;
}

a:hover {
	text-decoration: none;
	color: #222;
}

iframe {
	border: 0;
}

p.lead {
	color: #666666 !important;
	font-size: 17px;
	font-weight: normal;
}

.no-margin {
	margin: 0;
}

p {
	/* font-family: "Asap",sans-serif; */
	line-height: 27px;
	font-weight: normal;
}
a,img{
	outline:0 !important;
}
img {
	max-width: 100%;
}

/* span {
	font-family: 'Asap', sans-serif;
} */
ol{
	list-style: outside none decimal;
}

.inner_container {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}

.sub_inner_container {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}

.col-md-6.right {
	text-align: right;
}

blockquote {
	border-color: #dedede;
}

.wrapper_boxed {
	margin: auto;
	width: 1240px;
}

.wrapper {
	background-color: #fff;
}

.section-content_upper {
	padding-top: 45px;
}

.section-content_bottom {
	padding-bottom: 75px;
}

.bgdark {
	background: #F3F3F3;
}

.section-title div {
	font-size: 17px;
	letter-spacing: 1px;
}

.section-title div span {
	display: inline-block;
	color: #7C7C7C;
	text-transform: uppercase;
}

.section-title h2 {
	font-size: 50px;
}

.section-title h1, .section-title h2, .section-title h3 {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	display: inline-block;
	margin-top: 0;
}

span.small_yellow {
	text-transform: lowercase;
}

.section-title h1 i {
	font-style: normal;
	display: block;
}

.section-title .line, .line {
	display: inline-block;
	line-height: 8px !important;
	padding: 1px 7px;
	width: 8px;
	margin:2px;
}

.section-title .line.black, .line.black {
	background: #000;
}

.element-line {
	margin-top: 40px;
}

.section-title .lead, .inner_container .lead {
	margin: 10px 0 40px;;
}

.section-title .lead strong {
	color: #fff;
	font-weight: 200;
	padding: 0 6px;
}

.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}

.img-center {
	margin-left: auto;
	margin-right: auto;
}


.lower_part {
	padding-top: 50px;
}

.progress {
	height: 30px;
}

.progress .progress-bar {
	text-align: left;
}

.progress .progress-bar span {
	display: block;
	font-weight: bold;
	line-height: 30px;
	padding: 0 0 0 15px;
}
.float_right {
    float: right;
}
.head-right a.cart h4 span, .main-menu, .slaid-text, .shipping-main, .single-customers-text a, .footer-menu ul li a, .footer-menu p {
    font-weight:bold;
}
 
/**
 * 4.0 Header section
 * -----------------------------------------------------------------------------
 */
.headerContainerWrapper {
	position: static;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: top 500ms ease;
	-moz-transition: top 500ms ease;
	-o-transition: top 500ms ease;
	transition: top 500ms ease;
}
.scrollActive .headerContainerWrapper {
  position: fixed;
  width: 100%;
  z-index: 99999999999;
}
 .logo {
    margin: 30px 0;
    }

.logo:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
    }

.head-right a.cart h4 {
    display: inline-block;
    margin: 0;
    padding: 7px 25px 14px 15px;
}
/*header mini cart*/
.header-min-cart
{
	position:relative;
}

.header-min-cart .min-cart{
	display:none;
	position:absolute;
	padding: 25px;
	top:43px;
	right:0;
	z-index:999;
	background-color: #ffffff;
    box-shadow: 0px 1px 4px 0px #f1f1f1;
	width: 385px;
}
.header-min-cart:hover .min-cart{
	display:block;
}
.header-min-cart .cart_list.product_list_widget {
    padding: 0;
	list-style: none;
	display: inline-block;
	float:left;
}
.header-min-cart .cart_list.product_list_widget > li {
    float: left;
    width: 100%;
	margin-bottom: 10px;
	padding-bottom:15px;
	border-bottom:5px solid #fafafa;
}
.header-min-cart .cart_list.product_list_widget > li:first-child, .header-min-cart .cart_list.product_list_widget > li:last-child {
    border:none;
}
.header-min-cart .cart-title {
    text-align: left;
}
.header-min-cart .cart-title h3:before
{   content: "\f07a";
    font-family: FontAwesome;
    padding-right: 20px;
    position: relative;
}
.header-min-cart .cart-pimage img {
    height: 75px;
}
.minicart-image-price{
    width: 25%;
    float: left;
}
.cart-title-excerpt {
    width: 65%;
    float: left;
	text-align: left;
    padding: 0 20px;
}
.header-min-cart .min-cart .remove{
	width: 10%;
    float: left;
}
.header-min-cart .cart-pprice {
    display: block;
    margin-top: 5px;
}
.header-min-cart .cart-ptitle > a {
    font-weight: bold;
}
.header-min-cart .min-cart .remove {
    border: 2px solid;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    width: 20px;
    line-height: 15px;
    padding-bottom: 3px;
	height: inherit;
}
.header-min-cart .cart-total.buttons, .header-min-cart .cart-checkout {
    float: left;
    text-align: center;
    width: 50%;
	padding: 15px 0;
}
.header-min-cart .cart-total.buttons {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.header-min-cart .cart-checkout {
    background-color: #333333;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.header-min-cart .cart-checkout a{
	color: #fff !important;
	background:none !important;
	font-size: 12px !important;
    padding: 0 !important;
}
.head-right a.cart h4 img {
    margin-right: 10px;
    }

.head-right a.cart h4 span {
    vertical-align: middle;
    }

.head-right ul.sup-menu {
    margin-top: 16px;
    }

.head-right ul.sup-menu li {
    border-left: 3px solid;
    margin-left: 15px;
    padding-left: 22px;
    }

.head-right ul.sup-menu li:first-child, .search-box-main {
    border: medium none;
    padding: 0 !important;
    }
.search-box-main2 {
    border: medium none;
}
.search-box-main2 .search-box {
    position: relative;
}
.search-box-main3 {
    padding: 7px 0px !important;
}
.search-box-main3 .search-box {
    margin: 0;
	position:relative;
}
.head-right ul.sup-menu li:last-child {
    padding-right: 0;
    }

.head-right ul.sup-menu li a {
    color: #3d4b32;
    text-transform: uppercase;
    }

.head-right ul.sup-menu li a:hover {
    color: #586e4e;
    }

.search-box {
    margin-top: 45px;
}
::-webkit-input-placeholder {
    color:#fff !important;
}
:-moz-placeholder{
	color:#fff !important;
} 
:-ms-input-placeholder{
	color:#fff !important;
}
.header-currency-language {
    margin-top: 30px !important; 
}
.search-box input[type="search"], .search-box button[type="submit"] {
    height: 40px;
}

.header_top .header-cart {
    float: right;
}
.search-box input[type="search"] {
    padding-left: 20px;
    width: 80%;
	border: none;	
    }
.search-box .woocommerce-product-search > input[type="submit"] {
    background: url("images/site-search-icon.png") no-repeat scroll center center;
	background-color: inherit !important;
    position: absolute;
    right: 0;
    text-indent: -999px;
    width: 50px;
}

.navbar-inverse {
    background: none;
    border: medium none !important;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover, .slaid-text, .search-box input[type="search"], .search-box button[type="submit"], .head-right a.cart h4 span, .dropdown-menu > li > a, .tp-leftarrow.default:before, .tp-rightarrow.default:before, a.btn-primary.slider-button, .shipping-main,.header-currency-language .dropdown a {
    color: #fff !important;
    }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background-color: inherit;
}
#myNavbar{
	position:relative;
}
#myNavbar .navbar-nav.navbar-left-menu > li:hover{
	border-top: 5px solid;
    margin-top: -5px;
}
#myNavbar .navbar-nav ul.sub-menu, #myNavbar .navbar-nav .megamenu-childlist ul.sub-menu, #myNavbar .navbar-nav .megamenu-childlist {
 visibility:hidden;
 position: absolute;
 margin:0;
}
ul.navbar-nav li > ul.sub-menu li > ul.sub-menu {
    left: 98% !important;
    top: -10px !important;
}
#myNavbar .navbar-nav .megamenu-childlist ul.sub-menu{
	position:relative;
	width: 100%;
}
#myNavbar .navbar-nav ul.sub-menu {
    width: 180px;
	padding-left: 15px;
}
#myNavbar .navbar-nav ul.sub-menu li{
	margin: 15px 0;
    width: 100%;
}
#myNavbar .navbar-nav ul.sub-menu li a{
	border-left: 5px solid;
	padding:0 10px;
	font-size:14px;
}
#myNavbar .navbar-nav > li:hover > ul.sub-menu,#myNavbar .navbar-nav > li:hover > .megamenu-childlist ul.sub-menu,#myNavbar .navbar-nav > li:hover > .megamenu-childlist
{
	visibility:visible;
	z-index:9999;
}
#myNavbar .megamenu .megamenu-childlist {
    padding: 20px;
}
#myNavbar .megamenu .megamenu-childlist .sub-menu.child {
    float: left !important;
}
#myNavbar .navbar-nav  .megamenu .megamenu-childlist ul > li {
	float: left;
    width: 250px;
}
#myNavbar .megamenu .megamenu-childlist .sub-menu .sub-menu{
	margin-left:10px;
}
#myNavbar .megamenu .megamenu-childlist >.sub-menu >li >a{
	font-size: 18px !important;
    margin: 20px 0;
	border:0;
}
#myNavbar .megamenu .megamenu-childlist .sub-menu .sub-menu li a{
	font-size:14px !important;
}
/* css of mega menu*/

#myNavbar .megamenu.menu-column2.with-image .megamenu-childlist {
    width: 700px !important;
}
#myNavbar .megamenu.menu-column2 .megamenu-childlist {
    width: 500px !important;
}
#myNavbar .megamenu.menu-column3.with-image .megamenu-childlist {
    width: 935px !important;
}
#myNavbar .megamenu.menu-column3 .megamenu-childlist {
    width: 815px !important;
}
#myNavbar .megamenu.menu-column4 .megamenu-childlist {
	width: 1060px !important;
}
#myNavbar .megamenu.menu-column4.with-image .megamenu-childlist {
	width: 1170px !important;
}
 /* end css of mega menu*/

.dropdown {
    margin: 10px 7px;
    }

.dropdown-nav li.dropdown > a {
    padding: 8px 12px;
    }

.dropdown-nav li.dropdown > a span.fa {
    margin-left: 10px;
    }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #B1D795;
    }

.navbar {
    margin-bottom: 0;
    }

.navbar-nav {
    vertical-align: middle;
    }

.dropdown-menu {
    border: medium none;
    -moz-box-shadow: 0 0 11px rgba(0, 0, 0, 0.176);
    -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.176);
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.176);
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    top: 46px;
    text-align: center;
    }

.dropdown.open a.dropdown-toggle {
    color: #3d4b32;
    }

.dropdown-menu li a span {
    margin-left: 10px;
    }

.navbar-collapse {
    padding: 0 !important;
    }

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #3d4b32 !important;
    }
 

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #629C49;
    }

.navbar-nav.navbar-left-menu > li > a {
    font-size: 18px;
    padding: 17px 17px 17px;
}

.dropdown-nav li a {
    font-size: 14px;
    color: #fff;
    }

.navbar {
    min-height: inherit;
    }

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    }
/* slider css */
.slider-area .tp-caption a{
   color:#fff !important;
  }
 
.slider-area .tp-caption a:hover{
      text-decoration:none;
      }
 
/**
 * 7.0 - Footer Section
 * -----------------------------------------------------------------------------
 */

 footer .widget-title{
	display:none;
 }
/* footer info  */
.footer-site-info {
    color: #999;
    padding: 60px 0;
    }
.footer-site-info li a {
    color: #999 !important;
}
.site-info-title h2 {
    color: #629c49;
    margin-top: 0;
    margin-bottom: 25px;
    }
.site-info-title .widget-title{
	display:none;
}
.social-icon {
    margin: 35px 0;
    }

.social-icon ul li a {
    font-size: 18px;
    background: #636363;
    display: inline-block;
    width: 42px;
    height: 42px;
    color: #fff !important;
    text-align: center;
    padding-top: 8px;
    position: relative;
    }

.social-icon ul li a:before {
    position: absolute;
    content: "";
    background: #629C49;
    left: 0;
    top: 0;
    height: 0;
    width: 100%;
    }

.social-icon ul li a:hover:before {
    height: 100%;
    }
.address{
	padding-left:0 !important;
}
.address span {
    float: left;
    font-size: 18px;
    font-weight: 900;
    padding-bottom: 8px;
    width: 100%;
	
}

.email-subscription {
    background: #373636 none repeat scroll 0 0;
    width: 78%;
    margin: 35px 0;
    }

.email-subscription input[type="email"] {
    height: 44px;
    width: 78%;
    padding-left: 18px;
	border: none;
    }

.email-subscription button[type="submit"] {
    height: 44px;
    vertical-align: middle;
    width: 20%;
    padding-right: 15px;
	background: none !important;
    }

/* .email-subscription button:hover {
    padding-right: 20px;
    } */
.email-subscription label {
    display: none !important;
}
.email-subscription .form-inline{
	position:relative;
}
.email-subscription input[type="submit"]{
	background: url(images/email-subscription.png) no-repeat center top !important;
	font-size: 0;
    position: absolute;
    right: 0;
	padding: 10px 15px;
    top: 12px;
}
.email-subscription input[type="submit"]:hover{
	padding-right: 40px;
	transition: all 0.3s ease 0s;
}

/* footer logo caurosel */
.footer-site-logo {
    background: #272727;
    padding: 50px 0;
    }

.footer-cuoarsel.owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    margin-top: 0;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    }

.footer-cuoarsel.owl-theme .owl-controls .owl-buttons div.owl-prev {
    float: inherit;
    left: -35px;
    }

.footer-cuoarsel.owl-theme .owl-controls .owl-buttons div.owl-next {
    float: inherit;
    margin-right: inherit;
    right: -35px;
    }

/* payment method */
.payment-method ul {
    margin-top: 40px;
    }

.payment-method ul li a img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}

.payment-method ul li a img:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}

/* Delivery */
.delivery-info ul {
    margin-top: 35px;
	padding-left:0px;
    }

.delivery-info ul li {
    border-left: 3px solid;
    margin-bottom: 30px;
    padding-left: 18px;
    text-transform: none;
	list-style:none;
	 
    }

/* footer menu */
.fix {
    overflow: hidden;
}

.float_left {
    float: left;
}
.fix ul{
	margin-bottom:0px;
}
.footer-menu {
    padding: 11px 0;
    padding-bottom: 6px;
    }

.footer-menu ul li a {
    padding-right: 25px;
	color:#ffffff !important;
    }

.footer-menu ul li a:hover {
    color: #3d4b32 !important;
    }
.footer-menu ul{
	padding-top:3px;
}
.footer-menu ul li a, .footer-menu p {
    color: #fff;
    font-size: 18px;
    margin: 0;
    vertical-align: middle;
    }
.footer-menu .navbar-nav > li > a {
    padding-bottom: 0;
    padding-top: 0;
	}


	
 
/**
 * 6.0 Home Page 
 * -----------------------------------------------------------------------------
 */
 
/*=========================
 VC home page style start
 ========================== */
.home .breadcrumbs{
	display:none;
}
.home .main-content {
    margin-top: 25px;
}
 
.content-carousel.product-cat-slider .owl-controls .owl-buttons,
.bb-owl-list.content-carousel  .owl-controls .owl-buttons,
.home-page-tabs .tab-slider-home .content-carousel .owl-controls .owl-buttons{
	display:none !important;
}
.content-carousel.product-cat-slider:hover .owl-controls .owl-buttons,
.bb-owl-list.content-carousel:hover  .owl-controls .owl-buttons,
.home-page-tabs .tab-slider-home:hover .content-carousel .owl-controls .owl-buttons{
	display:block !important;
}
.post-home .owl-carousel .owl-item .bb-post{
	border: 1px solid #ccc;
    margin: 2px;
    padding: 15px 5px;
}
.post-home .owl-carousel .owl-item .bb-post .post-thumb > img {
    padding-bottom: 10px;
}
 .content-carousel.product-cat-slider .owl-controls .owl-buttons div, 
 .bb-owl-list.content-carousel.owl-theme .owl-controls .owl-buttons div{
	/* top: 25% !important; */
	margin-top: 0;
    top: 45% !important;
}
 .content-carousel.product-cat-slider .owl-controls .owl-buttons .owl-prev{
	left:0;
}
.content-carousel.product-cat-slider .owl-controls .owl-buttons .owl-next{
	left: inherit;
    right: 0;
}
.bb-owl-list.content-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev{
	left:0;
}
.bb-owl-list.content-carousel.owl-theme .owl-controls .owl-buttons div.owl-next{
	left:inherit;
	right: 0;
}  
.home-page-tabs ul.nav-tabs li span{
	color: #333333;
    font-size: 18px;
    font-weight: 600;
}

.tab-slider-home{
	margin-top: 20px;
}
.tab-slider-home .content-carousel.owl-theme .owl-controls .owl-buttons div{
	 top: 35%;
}
.tab-slider-home .content-carousel .owl-controls .owl-buttons .owl-prev{
	left:0;
}
.tab-slider-home .content-carousel .owl-controls .owl-buttons .owl-next{
	left:inherit;
	right:0;
}
 
/*=========================
shipping area  style start
 ========================== */
.shipping-main {
    height: 227px;
    margin-top: 40px;
    margin-bottom: 80px;
}
.shipping-main p{
	font-weight:600;
}
.shipping-left-text {
    padding: 12px 42px 10px;
    width: 35%;
	color:#fff;
    }
.shipping-left-text-vc{
	 width: 100%;
}
.shipping-left-text h3 {
    margin-bottom: 8px;
	color:#fff !important;
    }

.shipping-left-text h2 {
    font-size: 48px !important;
    margin-bottom: 2px !important;
    margin-top: 0;
	color:#fff !important;
    }

.shipping-left-text a {
    display: inline-block;
    }

.shipping-left-text a h4 i {
    font-size: 20px;
    margin-left: 15px;
    vertical-align: middle;
    }

.shipping-left-text a:hover h4 i {
    margin-left: 10px;
}

.shipping-left-text a h4 {
    margin-top: 0;
}
/* .cat-item{
	width:33.33% !important;
} */
.cat-mobile{
	margin-top:0;
}
.shipping-item {
    padding: 50px 60px 20px 40px;
    width: 33.33%;
	min-height:227px;
	position:relative;
}
.shipping-item:hover .text-center, .shipping-item.active .text-center{
	position:relative;
	z-index:999;
}
.shipping-item .category-hover{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	pointer-events:none;
	z-index:9;
}
.shipping-item:hover .category-hover, .shipping-item.active .category-hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	height: auto;
}

.shipping-item:active {
    background: #BBDEA2;
}

.shipping-item h4 {
    margin-top: 20px;
    margin-bottom: 0;
	color:#fff !important;
}

.shipping-item h3 {
    margin-top: 20px;
	color:#fff !important;
}

.icon img {
    height: 68px;
    }

 
/*======================= 
main-content area  style start
 =========================*/
.content.row {
    margin-bottom: 51px;
    }

.owl-theme .owl-controls .owl-buttons div {
	color:#ffffff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 24px;
    height: 50px;
    margin: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10000)";
    filter: alpha(opacity=10000);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10000)";
    filter: alpha(opacity=10000);
    opacity: 100;
    padding-top: 9px;
    text-align: center;
    width: 50px;
    margin-top: 20px;
    }

.owl-theme .owl-controls .owl-buttons div:hover {
    background: rgba(98, 156, 73, 0.7) none repeat scroll 0 0;
    }

.content-carousel.owl-theme .owl-controls .owl-buttons div.owl-next {
    margin-left: 150px;
    }
 
.content-carousel .single-product {
    margin-left: 20px;
    }

.single-product.single-product-first {
    margin-left: 0;
    }

.content-carousel.owl-theme .owl-controls .owl-buttons div {
    left: -34%;
    top: 70%;
    position: absolute;
    }

.single-product-text h2 {
    margin-top: 0;
    margin-bottom: 30px;
    color: #333 !important;
	font-size:30px !important;
    }

.single-product-text p {
    color: #999; 
    }

.single-product-text {
    padding-right: 30px;
    }

.content-carousel .single-product h4 {
    color: #333 !important;
    margin-bottom: 14px;
    margin-top: 25px;
    }


.single-product h5 del, .product_list_widget  del .amount {
    color: #999 !important;
    margin-right: 10px;
    }

.product-img {
    position: relative;
	display:inline-block;
    
}
.product-img img{
width: 100%;
}
.owl-wrapper-outer .star-rating {
    display: none;
}
.product-img i {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 23px;
    height: 40px;
    padding-top: 9px;
    position: absolute;
    right: 3%;
    text-align: center;
    top: 5%;
    width: 40px;
}

 
/*======================== 
customers and video area  style start
 =========================== */
.customers-video {
    display: inline-block;
    margin-bottom: 75px;
    margin-top: 12px;
    }

.customers-text {
    border-bottom: 3px dotted #f5f5f5;
    border-top: 3px dotted #f5f5f5;
    padding: 35px 0;
    }

h2.customers-title {
    color: #333 !important;
    margin-bottom: 23px;
    margin-top: 0;
    }

.single-customers-text {
    border-bottom: 3px dotted #f5f5f5;
    margin-bottom: 25px;
    padding-bottom: 25px;
    }

.single-customers-text:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    }

.single-customers-text p {
    color: #333;
    font-size: 18px;
    line-height: 30px;
    }

.single-customers-text h4 {
    color: #666 !important;
    display: inline-block;
    float: right;
    margin: 15px 0 1px;
	font-weight: normal !important;
    }

.single-customers-text a {
    color: #629c49;
    margin-right: 2px;
    }

.single-customers-text a:hover {
    color: #586e4e;
}

.video-embed {
    padding: 40px !important;
    background: #F9F9F9;
    }

.fix.text-uppercase.video-title {
    margin-bottom: 35px;
    }

.main-video {
    margin-bottom: 30px;
    }

.video-title h2, .video-title h4 {
    margin: 0;
    }

.video-title h2 {
    color: #693;
	font-size:30px !important;
	margin-bottom: 0 !important;
    }

.video-title h4 {
    margin-top: 9px;
    color: #999 !important;
    }

.video-pra p {
    color: #666;
    font-size: 16px;
    margin-bottom: 18px;
    }
 
/*** 5.0 - Content*****/
.content-section {
    padding-bottom: 75px;
    padding-top: 75px;
}


/* ##### TEAM ##### */
#team .team-element {
	position: relative;
	display: block;
	overflow: hidden;
}

#team .team-element:hover .team-inner {
	display: block;
}

#team .team-element .team-inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 80px;
	left: 0;
	z-index: 10;
	display: none;
	background: rgba(0, 0, 0, 0.8);
}

#team .team-element .team-inner .team-detail {
	text-align: center;
	display: table;
	width: 100%;
	height: 100%;
}

#team .team-element .team-inner .team-detail .team-content {
	display: table-cell !important;
	vertical-align: middle;
	padding: 0 20px !important;
	color: #fff;
}

#team .team-element .team-inner .team-detail .team-content ul li {
	display: inline;
	padding: 0 6px;
}

#team .team-element img {
	width: 100%;
}

#team .team-element .team-inner .team-detail .team-content h3.team_connet
	{
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 18px;
	margin-top: 0;
}

#team ul li {
	list-style: none;
}

#team .team-element .team-inner .team-detail .team-content h3, #team .team-element .team-inner .team-detail .team-content a
	{
	color: #fff;
}

#team .team-element .team-inner .team-detail .team-content p {
	font-weight: 400;
	margin-bottom: 25px;
	font-size: 12px;
	line-height: 18px;
}

#team .team-element .team-inner .team-detail .team-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#team .team-element .team-inner .team-detail .team-content {
	display: inline;
	padding: 0 6px;
}

#team .team-element:hover .team_lower {
	position: relative;
	z-index: 99;
	color: #fff;
}

#team .team-element:hover .team_lower h3 a {
	color: #fff;
}

.team_lower {
	padding: 23px 15px;
}

#team  .team-element i {
	color: #fff;
	opacity: 1;
}

#team .team-element i:hover {
	opacity: 1;
	cursor: pointer;
}

#team .team-element .team-inner .team-detail .team-content p {
	margin-bottom: 0;
	margin-top: 50px;
	position: relative;
	font-size: 12px;
	text-align: left;
	color: #fff;
	opacity: 1;
}

.team_member .team_main {
	padding-left: 0;
	padding-right: 0;
}


	
	
/* ##### BLOG PAGE ##### */

.main-content {
    margin-bottom: 50px;
}

.col-md-9.col-sm-12.right {
	float: right;
}

.col-md-9.col-sm-12.full {
	width: 100%;
}

.no-display {
	display: none !important;
}

.blog-content a {
	color: #222;
}

.blog-text {
	margin: 50px 0 40px 0;
}

.blog-comments {
	margin: 0 0 60px 0;
}

.blog-comments .comment-item .thumb {
	width: 80px;
	height: 80px;
}

.blog-comments .comment-item .thumb-small {
	width: 50px;
	height: 50px;
}
#comments .comment-form input[type="text"], #comments .comment-form input[type="email"],
#comments .comment-form input[type="url"], #comments .comment-form textarea[name="comment"]{
	border: 2px solid #e0e0e0;
     padding: 8px 0 8px 25px;
	border-radius:0px;
	width:70%;
	font-size:16px;
}
#comments .comment-form textarea[name="comment"]{
	margin-left:20.6%;
}
#comments .comment-form .form-submit input{
	border: none;
	padding:17px 55px;
	margin-right:9%;
	height:auto;
	font-size:18px;
}
.comment-awaiting-moderation{
	float:right;
}
#comments #commentform p{
	margin-bottom:25px;
}
#comments #commentform p label{
	font-size:18px;
	width: 20%;
	 
}

.comment-formular form {
	border-top: 1px solid #DEDEDE;
	margin-top: 20px;
	padding-top: 25px;
}

.comment-formular form .form-group textarea {
	height: 132px;
}

/***** portfolio *****/
.portfolio_section div.default ul.sp-portfolio-filter {
	text-align: center;
}

.portfolio_section div.default .btn.active {
	border: 1px solid;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0);
}

.portfolio_section div.default .btn {
	background-color: rgba(0, 0, 0, 0);
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
}

.portfolio_section h4.item-title a {
	/* font-family: "asapregular"; */
	font-size: 17px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}

.portfolio_section div.default .sp-portfolio-thumb .sp-portfolio-overlay>div
	{
	padding: 0 25px;
	top: 40%;
}

.portfolio_section h4.item-title {
	text-align: left;
}

.portfolio_line {
	float: left;
	height: 2px;
	margin: 10px 0;
	position: relative;
	width: 40px;
}

.portfolio_section .category-name {
	float: left;
	position: relative;
	width: 100%;
	text-transform: uppercase;
	text-align: left;
}

.portfolio_section div.default .sp-portfolio-loadmore .btn,
	.portfolio_section div.default .btn.btn-primary:hover {
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	color: #000;
	font-weight: 600;
	font-size: 14px;
}

.portfolio_section div.default ul.sp-portfolio-filter {
	margin: 0 0 45px;
}


/**** breadcrumbs ****/
.breadcrumbs {
    padding: 20px 0;
}
.breadcrumbs .entry-header {
    margin-top: 10px;
}
#breadcrumbs .in-back{
display: inline-block;
margin-top: 15px;
font-weight: bold;
}
.in-back:hover{color:#3d4b32}
.in-back span{color:#666}

/***** Sidebar  ****/
.sidebar_title h4 {
	font-size: 17px;
	margin-top: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.blogcategories_right ul {
	padding: 0;
}

/*--------------------------------------------------------editing start here 12-1-15-----------------*/
.detail-content  .acordion-col{padding-right:30px; /* float:left; */}
.accordion-content{margin-bottom: 80px;}
.detail-content  .theme_acordion .panel{
	background-color: #ffffff;
	border:none;
	border-radius:0;
	box-shadow: 0 0 0;
}
.detail-content .theme_acordion .panel a.fix> h4{padding-top:5px;} 
.detail-content .theme_acordion .theme_swice_text p{
	margin:0px;
}
.detail-content .theme_acordion .theme_swice_text br{
	display:none;
}
.detail-content .theme_acordion .theme_swice_text {
    border: 2px solid #d7d7d7;
    display: block;
    overflow: hidden;
    padding: 20px 20px 20px 30px;
}
.detail-content .theme_acordion .theme_swice_text h2,
.detail-content .theme_acordion .theme_swice_text h3,
.detail-content .theme_acordion .theme_swice_text h4,
.detail-content .theme_acordion .theme_swice_text h5 {
    color: #333333;
    float: left;
    margin: 0 !important;
    text-align: left;
    width: 80%;
}
.detail-content .theme_acordion .theme_swice_text span {
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    width: 20%;
}
.detail-content .theme_acordion .theme_swice_text i {
    border: 2px solid #999999;
    border-radius: 50%;
    color: #999999;
    font-size: 23px;
    height: 30px;
    padding-top: 2px;
    text-align: center;
    width: 30px;
}
.detail-content .theme_acordion ul.accordion-list{
	padding:0px;
}
ul.accordion-list li {
    border-left: 5px solid #b1d795;
    color: #999999;
    margin-bottom: 24px;
    margin-left: 28px;
    padding-left: 18px;
    vertical-align: middle;	
	list-style:none;
}
.theme_acordion .panel-body {
    margin-bottom: 40px;
    margin-top: 25px;
    padding: 0 30px;
	border:none;
}
.detail-content .panel{margin-bottom:10px}
.detail-content  .theme_acordion  .panel-body p a{color:#629c49}
 
.two_third {
	width: 65.35%;
}

.image_left1 {
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
}

.last {
	clear: right;
	margin-right: 0 !important;
}

.one_third {
	width: 30.65%;
	float: right;
}

.one_half, .one_third, .one_fourth, .two_third, .three_fourth,
	.one_fifth {
	float: left;
	margin-right: 4%;
	position: relative;
}

.two_third {
	width: 65.35%;
}
.our_team_box_big {
	float: left;
	width: 100%;
}

.one_fourth {
	width: 22%;
}

h2 strong {
	font-weight: 600;
}

strong {
	font-weight: bold;
}

.mar_top1 {
	margin-top: 10px;
	width: 100%;
	float: left;
}

.mar_top2 {
	margin-top: 20px;
	width: 100%;
	float: left;
}

.mar_top3 {
	margin-top: 30px;
	width: 100%;
	float: left;
}

.mar_top4 {
	margin-top: 40px;
	width: 100%;
	float: left;
}

.mar_top5 {
	margin-top: 50px;
	width: 100%;
	float: left;
}

.mar_top6 {
	margin-top: 60px;
	width: 100%;
	float: left;
}

.mar_top7 {
	margin-top: 70px;
	width: 100%;
	float: left;
}

.mar_top8 {
	margin-top: 80px;
	width: 100%;
	float: left;
}

.mar_top9 {
	margin-top: 90px;
	width: 100%;
	float: left;
}

.mar_top10 {
	margin-top: 100px;
	width: 100%;
	float: left;
}

.mar_top20 {
	margin-top: 119px;
	width: 100%;
	float: left;
}

.list_doted02 {
	float: left;
	padding: 0 6px;
}



/*-------service style--------*/
cite, em, i {
	font-style: italic;
}

.big_text1 {
	color: #999;
	font-size: 27px;
	font-weight: 300;
	line-height: 35px;
}

.one_full {
	width: 100%;
}

ul.lirc_section {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}


h3 i {
	font-style: normal;
	font-weight: normal;
}

.lirc_section li.left {
	background-color: #f3f3f3;
	border-radius: 100%;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) inset, 0 2px 0 0 #fff;
	float: left;
	height: 90px;
	line-height: 110px;
	margin: 0 8% 0 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 90px;
}
.lirc_section li{
list-style:none;
}
.lirc_section li.right {
	float: left;
	margin: 0;
	padding: 0;
	width: 60.7%;
}

.lirc_section li.left.two {
	background-color: #f3f3f3;
	border-radius: 100%;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) inset, 0 2px 0 0 #fff;
	height: 65px;
	line-height: 75px;
	margin: 0 0 0 35%;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 65px;
}

.lirc_section li.right.two {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

.punchline_text_box {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #f9f9f9;
	border-color: #eee #eee #eee #ff7f00;
	border-image: none;
	border-style: solid;
	border-width: 1px 1px 1px 5px;
	color: #999;
	float: left;
	margin: 0;
	padding: 30px 20px;
	width: 100%;
}

.punchline_text_box .left {
	float: left;
	width: 80%;
}

.punchline_text_box .right {
	float: right;
	width: 20%;
}

a.knowmore_but {
	border-bottom: 1px solid #999;
	border-radius: 3px;
	color: #fff !important;
	float: right;
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 0 50px;
	padding: 13px 20px;
}

a {
	color: #629c49;
	text-decoration: none !important;
}

a.knowmore_but:hover {
	background-color: #383634;
	color: #fff;
}

a:hover {
	text-decoration: none;
}

.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

.divider_line2 {
	border-bottom: 1px solid #f3f3f3;
	float: left;
	height: 18px;
	margin: 35px 0 50px;
	padding: 0;
	width: 100%;
}

.divider_line3 {
	border-bottom: 1px solid #f3f3f3;
	float: left;
	height: 18px;
	margin: 32px 0 50px;
	padding: 0;
	width: 100%;
}

.clearfix {
	display: block;
}

.clearfix {
	display: block;
}

.mar_top4 {
	float: left;
	margin-top: 40px;
	width: 100%;
}

.item-page ul li {
	list-style: none;
}

/*-----------------------------------------------------portfolio-------------------------------------------------------------------------*/
ul.fullimage_box2 {
	border: 1px solid #eee;
	border-radius: 4px;
	float: left;
	margin: 0;
	padding: 30px 20px;
	width: 86.6%;
}

.fullimage_box2 li {
	margin: 0;
	padding: 0;
	text-align: center;
}

.fa-desktop:before {
	content: "";
}

.fa-3x {
	font-size: 3em;
}

.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
}

.mar_top3 {
	float: left;
	margin-top: 30px;
	width: 100%;
}

.box_widget_full {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #fbfbfb;
	border-color: #eee;
	border-image: none;
	border-style: solid;
	border-width: 1px 1px 2px;
	float: left;
	margin: 0;
	padding: 2%;
	width: 96%;
}

.blog_post h3 {
	width: 74%;
}

.blog_post h3 {
	color: #333;
	float: left;
	line-height: 30px;
	text-align: left;
	width: 85%;
}

.box_widget_full h3 {
	margin-bottom: 10px;
}

h3 {
	font-size: 22px;
	font-style: normal;
	line-height: 22px;
	margin-bottom: 20px;
}

/*-------------------------------------------------------------------leftslidebar--------------------------------------------*/
.sidebar_widget {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

.sidebar_widget .sidebar_title h3 {
	margin-top: 0;
}

.lirc_section li.left.two {
	background-color: #f3f3f3;
	border-radius: 100%;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) inset, 0 2px 0 0 #fff;
	height: 65px;
	line-height: 75px;
	margin: 0 0 0 35%;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 65px;
}

.sidebar_widget h3, .clientsays_widget h3 {
	float: left;
	margin-bottom: 30px;
}

.sidebar_widget .aidanews2_art {
	border-bottom: 1px solid #f5f6f6;
	float: left;
	margin: 0 0 16px;
	padding: 0 0 13px;
	width: 100%;
}

.sidebar_widget .aidanews2_art.last {
	border-bottom: medium none;
}

element.style {
	clear: both;
}

.aidanews2 {
	float: left;
	margin: 0;
	padding: 0;
}
/*---------------------------------------------------------------404 error--------------------------------------------------*/

 
.content_fullwidth {
	float: left;
	width: 100%;
}

.blog_post {
	float: left;
	width: 100%;
}

.blog_postcontent {
	float: left;
	width: 100%;
}

ul.post_meta_links {
	float: left;
	margin: -10px 0 0 -6px;
	padding: 0;
	width: 80%;
}

.error_pagenotfound {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #fff;
	border-color: #eee;
	border-image: none;
	margin: 0 auto;
	padding: 50px 30px 195px;
	text-align: center;
	 
}
.lirt_section li i {
	font-style: normal;
}

.error_pagenotfound strong {
	color: #629c49;
	display: block;
	font-size: 200px;
	font-weight: bolder; 
}

.error_pagenotfound b {
	color: #eeeeee;
	display: block;
	font-size: 40px;
	font-weight: 300;
	line-height: 40px;
	margin: 0;
}

.error_pagenotfound em {
	display: block;
	font-size: 29px;
	font-style: normal;
	margin: 0;
	font-weight:600;
	color:#717171;
	font-family:"Asap",sans-serif;
	padding-top:50px;
}
.error_pagenotfound em  span{
	 color: #cccccf;
}

    a.but_ok_2, a.but_wifi, a.but_warning_sign, a.but_user, a.but_tag,
	a.but_table, a.but_star, a.but_search, a.but_phone, a.but_pencil, a.but_new_window,
	a.but_music, a.but_hand_right, a.but_thumbs_down, a.but_thumbs_up, a.but_globe,
	a.but_hospital, a.but_coffe_cup, a.but_settings, a.but_chat, a.but_play_button,
	a.but_remove_2, a.but_lock, a.but_shopping_cart, a.but_exclamation_mark,
	a.but_info, a.but_question_mark, a.but_minus, a.but_plus, a.but_folder_open,
	a.but_file, a.but_envelope, a.but_edit, a.but_cogwheel, a.but_check, a.but_camera,
	a.but_calendar, a.but_bookmark, a.but_book, a.but_download, a.but_pdf,
	a.but_word_doc, a.but_woman {
	border-radius: 3px;
	color: #fff;
    /* font-family: "Asap",sans-serif; */  
	font-size: 14px;
	font-weight: 600;
}

/** about page stlye **/
.our_team_box_big li a {
	float: left;
	margin: 7px 5px 0 0;
	padding: 0;
}

.our_team_box_big .cont-area>ul {
	padding: 20px 0 0 0;
}

.our_team_box_big .media-heading {
	color: #333;
}

.our_team_box_big img.teammempic {
	opacity: 0.8;
}

.our_team_box_big img.teammempic:hover {
	opacity: 1;
}

/* four columns features section */
.four_col_fusection .one_fourth {
	width: 23.8%;
	padding: 30px 1%;
	text-align: center;
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	position: relative;
	margin-right: 1.6%;
	float: left;
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}

.four_col_fusection .one_fourth:hover {
	background-color: #f0f0f0;
}

.four_col_fusection .one_fourth:hover i {
	background-color: #f9f9f9;
	border: 4px solid #fff;
}

.four_col_fusection .one_fourth.helight {
	background-color: #f0f0f0;
}

.four_col_fusection .one_fourth.helight i {
	background-color: #f9f9f9;
	border: 4px solid #fff;
	color: #6fbe48;
}

.four_col_fusection .one_fourth i {
	color: #383634;
	margin-bottom: 30px;
	border: 4px solid #f3f3f3;
	border-radius: 100%;
	float: left;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	vertical-align: middle;
	margin-left: 30%;
}

.four_col_fusection .one_fourth h2 {
	font-weight: 300;
	font-size: 25px;
	text-transform: uppercase;
}

.four_col_fusection .one_fourth a {
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
}

.four_col_fusection .one_fourth a:hover {
	color: #6fbe48;
}

.four_col_fusection .one_fourth a:hover i {
	color: #6fbe48;
	background: none;
	border: none;
}

.four_col_fusection .one_fourth:hover a i {
	background: none;
	border: none;
}

.four_col_fusection .one_fourth.helight a {
	color: #6fbe48;
}

.four_col_fusection .one_fourth.helight a:hover {
	color: #383634;
}

.four_col_fusection .one_fourth.helight a:hover i {
	color: #383634;
}

.four_col_fusection .one_fourth.helight a i {
	background: none;
	border: none;
	color: #6fbe48;
}

.four_col_fusection .one_fourth a i {
	display: inherit;
	margin: 0px 0px 0px 3px;
	color: #999;
	width: auto;
	height: auto;
	line-height: inherit;
	border: none;
	float: inherit;
	background: none;
	border: none;
}

.four_col_fusection .last {
	margin-right: 0 !important;
	clear: right;
}

/* get features */
.get_features {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
}

.get_features h5 {
	margin-bottom: 7px;
	font-weight: normal;
}

.get_features p {
	line-height: 19px;
}

.get_features ul.get_features_list {
	float: left;
	padding: 0px;
	margin: 0px 0px 35px 0px;
}

.get_features ul.get_features_list.last {
	margin: 0px 0px 0px 0px;
}

.get_features .get_features_list li {
	float: left;
	padding: 0px;
	margin: 0px;
}

.get_features .get_features_list li.left {
	float: left;
	padding: 0px;
	margin: 0px 15px 0px 0px;
	width: 44px;
	height: 44px;
	border-radius: 45px;
	text-align: center;
	line-height: 52px;
	vertical-align: middle;
}

.get_features .get_features_list li.left i {
	color: #fff;
}

.get_features .get_features_list li.right {
	width: 80%;
}
.get_features .get_features_list li{
	list-style:none;
}

/* section 2 */
ul.lirt_section {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.lirt_section li{
	list-style:none;
}

.lirt_section li.left {
	float: left;
	padding: 0px;
	margin: 0 25px 0 0;
	width: 65px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	vertical-align: middle;
	background-color: #f3f3f3;
	border-radius: 100%;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px
		0px 0px #FFF;
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px
		0px #FFF;
	box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px
		#FFF;
	font-size: 22px;
}

.lirt_section li strong {
	font-weight: 400;
	font-size: 16px;
	display: block;
	margin: 8px 0 0 0;
}



.services_section .right {
	margin-right: 0;
}

.shop .col-md-5 .product-price {
	text-align: left;
	color: #ff7f00;
	font-size: 17px;
	font-style: normal;
	line-height: 21px;
	padding: 0;
}

.addtocart-bar span.addtocart-button input.addtocart-button,
	.addtocart-bar span.addtocart-button input.notify-button {
	background: none repeat scroll 0 0 #ff7f00;
	border: 1px solid #ff7f00;
}

product-view .ratingbox {
	margin: 5px 0;
}

 

/*------------------*/
/* TYPOGRAPHY ELEMENTS
/*------------------------------------------------------*/
 a.but_ok_2, a.but_wifi, a.but_warning_sign, a.but_user, a.but_tag,
	a.but_table, a.but_star, a.but_search, a.but_phone, a.but_pencil, a.but_new_window,
	a.but_music, a.but_hand_right, a.but_thumbs_down, a.but_thumbs_up, a.but_globe,
	a.but_hospital, a.but_coffe_cup, a.but_settings, a.but_chat, a.but_play_button,
	a.but_remove_2, a.but_lock, a.but_shopping_cart, a.but_exclamation_mark,
	a.but_info, a.but_question_mark, a.but_minus, a.but_plus, a.but_folder_open,
	a.but_file, a.but_envelope, a.but_edit, a.but_cogwheel, a.but_check, a.but_camera,
	a.but_calendar, a.but_bookmark, a.but_book, a.but_download, a.but_pdf,
	a.but_word_doc, a.but_woman {
	font-size: 14px;
	color: #FFF !important;
	font-weight: 600;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
}

a.but_ok_2 {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #ff8100 !important;
	border-bottom: 1px solid #909090;
}

a.but_ok_2:hover {
	background-color: #ff9900 !important;
}

a.but_wifi {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #0099cc !important;
	border-bottom: 1px solid #909090;
}

a.but_wifi:hover {
	background-color: #00abde !important;
}

a.but_warning_sign {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #e5cc19 !important;
	border-bottom: 1px solid #909090;
}

a.but_warning_sign:hover {
	background-color: #efda1b !important;
}

a.but_user {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #007f99 !important;
	border-bottom: 1px solid #909090;
}

a.but_user:hover {
	background-color: #0090ad !important;
}

a.but_tag {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #e59919 !important;
	border-bottom: 1px solid #909090;
}

a.but_tag:hover {
	background-color: #efa61b !important;
}

a.but_table {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #4c6699 !important;
	border-bottom: 1px solid #909090;
}

a.but_table:hover {
	background-color: #5674ad !important;
}

a.but_star {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #99cc4c !important;
	border-bottom: 1px solid #909090;
}

a.but_star:hover {
	background-color: #a6da52 !important;
}

a.but_search {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #66667f !important;
	border-bottom: 1px solid #909090;
}

a.but_search:hover {
	background-color: #747490 !important;
}

a.but_phone {
	padding: 10px 20px 10px 20px;
	margin: 0px 0px 0px 0px;
	background: #e56619 !important;
	border-bottom: 1px solid #909090;
}

a.but_phone:hover {
	background-color: #ef6f1b !important;
}

a.but_pencil {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #cc4c19 !important;
	border-bottom: 1px solid #909090;
}

a.but_pencil:hover {
	background-color: #da521b !important;
}

a.but_new_window {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #001900 !important;
	border-bottom: 1px solid #909090;
}

a.but_new_window:hover {
	background-color: #333333 !important;
}

a.but_music {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #cccc7f !important;
	border-bottom: 1px solid #909090;
}

a.but_music:hover {
	background-color: #dada8a !important;
}

a.but_hand_right {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #ff8100 !important;
	border-bottom: 1px solid #909090;
}

a.but_hand_right:hover {
	color: #fff !important;
	background-color: #ff9900 !important;
}

a.but_thumbs_down {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #9999cc !important;
	border-bottom: 1px solid #909090;
}

a.but_thumbs_down:hover {
	background-color: #a6a6da !important;
}

a.but_thumbs_up {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #00cce5 !important;
	border-bottom: 1px solid #909090;
}

a.but_thumbs_up:hover {
	background-color: #00daef !important;
}

a.but_globe {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #669999 !important;
	border-bottom: 1px solid #909090;
}

a.but_globe:hover {
	background-color: #6fa6a6 !important;
}

a.but_hospital {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #196666 !important;
	border-bottom: 1px solid #909090;
}

a.but_hospital:hover {
	background-color: #1b6f6f !important;
}

a.but_coffe_cup {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #7f994c !important;
	border-bottom: 1px solid #909090;
}

a.but_coffe_cup:hover {
	background-color: #8aa652 !important;
}

a.but_settings {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #997f4c !important;
	border-bottom: 1px solid #909090;
}

a.but_settings:hover {
	background-color: #a68a52 !important;
}

a.but_chat {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #7f9919 !important;
	border-bottom: 1px solid #909090;
}

a.but_chat:hover {
	background-color: #8aa61b !important;
}

a.but_play_button {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #4c664c !important;
	border-bottom: 1px solid #909090;
}

a.but_play_button:hover {
	background-color: #567456 !important;
}

a.but_remove_2 {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #e59966 !important;
	border-bottom: 1px solid #909090;
}

a.but_remove_2:hover {
	background-color: #efa66f !important;
}

a.but_lock {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #994c19 !important;
	border-bottom: 1px solid #909090;
}

a.but_lock:hover {
	background-color: #a6521b !important;
}

a.but_shopping_cart {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #cc7f4c !important;
	border-bottom: 1px solid #909090;
}

a.but_shopping_cart:hover {
	background-color: #da8a52 !important;
}

a.but_exclamation_mark {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #4c7f7f !important;
	border-bottom: 1px solid #909090;
}

a.but_exclamation_mark:hover {
	background-color: #528a8a !important;
}

a.but_info {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #667fcc !important;
	border-bottom: 1px solid #909090;
}

a.but_info:hover {
	background-color: #6f8ada !important;
}

a.but_question_mark {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #4c0019 !important;
	border-bottom: 1px solid #909090;
}

a.but_question_mark:hover {
	background-color: #620020 !important;
}

a.but_minus {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #666666 !important;
	border-bottom: 1px solid #909090;
}

a.but_minus:hover {
	background-color: #747474 !important;
}

a.but_plus {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #333333 !important;
	border-bottom: 1px solid #909090;
}

a.but_plus:hover {
	background-color: #444444 !important;
}

a.but_folder_open {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #99cc99 !important;
	border-bottom: 1px solid #909090;
}

a.but_folder_open:hover {
	background-color: #a6daa6 !important;
}

a.but_file {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #999999 !important;
	border-bottom: 1px solid #909090;
}

a.but_file:hover {
	background-color: #a6a6a6 !important;
}

a.but_envelope {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #727272 !important;
	border-bottom: 1px solid #909090;
}

a.but_envelope:hover {
	background-color: #7c7c7c !important;
}

a.but_edit {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #e5cc7f !important;
	border-bottom: 1px solid #909090;
}

a.but_edit:hover {
	background-color: #efda8a !important;
}

a.but_cogwheel {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #194c7f !important;
	border-bottom: 1px solid #909090;
}

a.but_cogwheel:hover {
	background-color: #1e5c99 !important;
}

a.but_check {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #004c4c !important;
	border-bottom: 1px solid #909090;
}

a.but_check:hover {
	background-color: #005c5c !important;
}

a.but_camera {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #007fcc !important;
	border-bottom: 1px solid #909090;
}

a.but_camera:hover {
	background-color: #008ada !important;
}

a.but_calendar {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #4c99e5 !important;
	border-bottom: 1px solid #909090;
}

a.but_calendar:hover {
	background-color: #52a6ef !important;
}

a.but_bookmark {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #990000 !important;
	border-bottom: 1px solid #909090;
}

a.but_bookmark:hover {
	background-color: #b60000 !important;
}

a.but_book {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #7f9999 !important;
	border-bottom: 1px solid #909090;
}

a.but_book:hover {
	background-color: #8aa6a6 !important;
}

a.but_download {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #ff8100 !important;
	border-bottom: 1px solid #909090;
}

a.but_download:hover {
	background-color: #ff9900 !important;
}

a.but_pdf {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #ff8100 !important;
	border-bottom: 1px solid #909090;
}

a.but_pdf:hover {
	background-color: #ff9900 !important;
}

a.but_word_doc {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #ff8100 !important;
	border-bottom: 1px solid #909090;
}

a.but_word_doc:hover {
	background-color: #ff9900 !important;
}

a.but_woman {
	padding: 10px 5px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #ff8100 !important;
	border-bottom: 1px solid #909090;
}

a.but_woman:hover {
	background-color: #ff9900 !important;
}

/* tables */
.table-style {
	float: left;
	width: 100%;
}

.table-list {
	float: left;
	background-color: #fff;
	border: 1px solid #dddddd;
	margin-bottom: 20px;
	width: 100%;
}

.table-list th {
	padding: 18px 10px;
	background-color: #eee;
}

.table-list td {
	padding: 13px 10px;
	text-align: center;
	background-color: #f5f5f5;
}

.table-list tr:hover td {
	background-color: #f9f9f9;
}

ul.list_empty {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.list_empty li {
	float: left;
	padding: 0px;
	margin: 0px 16px 22px 0px;
	list-style:none;
}

.info, .error, .notice, .success {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #bbb;
	margin-bottom: 20px;
	font-size: 13px;
}

p.error {
	border: none;
}

.info strong, .error strong, .notice strong, .success strong {
	font-size: 16px;
}

.message-box-wrap {
	border: 0px solid #fff;
	padding: 10px;
}

.info, .message.message {
	color: #4a84bc;
	border-color: #c6e3ff;
	background-color: #e6f3ff;
}

.error {
	color: #bd6767;
	border-color: #f1bdbd;
	background-color: #ffdddd;
}

.notice {
	color: #a79a30;
	border-color: #d7d099;
	background-color: #f6f2d2;
}

.success {
	color: #1ea133;
	border-color: #a9ecb4;
	background-color: #dffbe4;
}

.close-but {
	width: 10px;
	height: 10px;
	float: right;
	border: none;
	margin: 5px;
	background: url(images/icon-remove.png) no-repeat center top !important;
	overflow: hidden;
	padding: 0;
}

.info ul.messages {
	padding: 0;
}

.searchintro p {
	margin: 10px 0;
}

.ordering-box {
	margin-top: 10px;
}

/* columns */

.one_full {
	width: 100%;
}

.one_half {
	width: 48%;
}

.one_third {
	width: 30.650%;
}

.one_fourth {
	width: 22%;
}

.one_fifth {
	width: 16.800%;
}

.two_third {
	width: 65.350%;
}

.three_fourth {
	width: 74%;
}

.last {
	margin-right: 0 !important;
	clear: right;
}

/* pricing tables */
.pricing-tables-main {
	position: relative;
	margin-bottom: 40px;
	float:left;
	width:100%;
}

.pricing-tables {
	position: relative;
	float: left;
	width: 24%;
	border: 1px solid #eee;
}

.pricing-tables .title {
	float: left;
	width: 100%;
	padding: 13px 0 10px 0;
	background-color: #454545;
	text-align: center;
	font-size: 23px;
	color: #fff;
	border-top: 3px solid #272727;
	border-bottom: 1px solid #818181;
	font-weight: normal;
}

.pricing-tables .price {
	float: left;
	width: 100%;
	padding: 30px 0 30px 0;
	background-color: #636363;
	text-align: center;
	font-size: 40px;
	color: #fff;
	font-weight: normal;
}

.pricing-tables .price i {
	font-size: 14px;
	color: #ccc;
	display: block;
	font-weight: normal;
	font-style: normal;
	margin-top: 5px;
}

.pricing-tables .cont-list {
	float: left;
	width: 100%;
	padding: 15px 0;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background-color: #f9f9f9;
	text-align: center;
	color: #727272;
}

.pricing-tables .cont-list ul {
	margin: 0;
	padding: 0;
}

.pricing-tables .cont-list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 30px;
	border-bottom: 1px solid #fff;
}

.pricing-tables .cont-list li.last {
	border: none;
}

.pricing-tables .ordernow {
	float: left;
	width: 100%;
	padding: 28px 0px;
	background-color: #eee;
	text-align: center;
	color: #fff;
}
.pricing-tables-main .ordernow .button{	
	width:65%;
}
.pricing-tables-main .ordernow .normalbut {
	color: #fff;
	border: 1px solid #454545;
	padding: 10px 18px;
	border-radius: 3px;
	font-weight: bold;
	font-size:19px;
}

.pricing-tables-main .ordernow .normalbut:hover {
	background-color: #727272;
}

.pricing-tables-main .ordernow .colorchan {
	color: #fff;
	padding: 10px 18px;
	border-radius: 3px;
	font-weight: bold;
	font-size:19px;
}

.pricing-tables-main .ordernow .colorchan:hover {
	color: #fff;
	background-color: #302d38;
}

.pricing-tables-helight {
	position: relative;
	float: left;
	width: 27%;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}

.pricing-tables-helight .title {
	float: left;
	width: 100%;
	height: 74px;
	padding: 20px 0 0 0;
	margin-top: -10px;
	text-align: center;
	font-size: 23px;
	color: #fff;
	border-bottom: 1px solid #ffffff;
	font-weight: normal;
}

.pricing-tables-helight .price {
	float: left;
	width: 100%;
	padding: 30px 0 30px 0;
	text-align: center;
	font-size: 45px;
	color: #fff;
	font-weight: normal;
}

.pricing-tables-helight .price i {
	font-size: 14px;
	color: #eee;
	display: block;
	font-weight: normal;
	font-style: normal;
	margin-top: 5px;
}

.pricing-tables-helight .cont-list {
	float: left;
	width: 100%;
	padding: 15px 0;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background-color: #f9f9f9;
	text-align: center;
	color: #727272;
}

.pricing-tables-helight .cont-list ul {
	margin: 0;
	padding: 0;
}

.pricing-tables-helight .cont-list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 30px;
	border-bottom: 1px solid #fff;
}

.pricing-tables-helight .cont-list li.last {
	border: none;
}

.pricing-tables-helight .ordernow {
	float: left;
	width: 100%;
	padding: 30px 0 35px 0;
	background-color: #eee;
	text-align: center;
	color: #fff;
}

.pricing-tables-two {
	position: relative;
	float: left;
	width: 33%;
	border: 1px solid #eee;
}

.pricing-tables-two .title {
	float: left;
	width: 100%;
	padding: 13px 0 10px 0;
	background-color: #454545;
	text-align: center;
	font-size: 23px;
	color: #fff;
	border-top: 3px solid #272727;
	border-bottom: 1px solid #818181;
	font-weight: normal;
}

.pricing-tables-two .price {
	float: left;
	width: 100%;
	padding: 30px 0 30px 0;
	background-color: #636363;
	text-align: center;
	font-size: 40px;
	color: #fff;
	font-weight: normal;
}

.pricing-tables-two .price i {
	font-size: 14px;
	color: #ccc;
	display: block;
	font-weight: normal;
	font-style: normal;
	margin-top: 5px;
}

.pricing-tables-two .cont-list {
	float: left;
	width: 100%;
	padding: 15px 0;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background-color: #f9f9f9;
	text-align: center;
	color: #727272;
}

.pricing-tables-two .cont-list ul {
	margin: 0;
	padding: 0;
}

.pricing-tables-two .cont-list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 30px;
	border-bottom: 1px solid #fff;
}

.pricing-tables-two .cont-list li.last {
	border: none;
}

.pricing-tables-two .ordernow {
	float: left;
	width: 100%;
	padding: 28px 0;
	background-color: #eee;
	text-align: center;
	color: #fff;
}

.pricing-tables-helight-two {
	position: relative;
	float: left;
	width: 33%;
	z-index: 3;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}

.pricing-tables-helight-two .title {
	float: left;
	width: 100%;
	height: 74px;
	padding: 20px 0 0 0;
	margin-top: -10px;
	text-align: center;
	font-size: 23px;
	color: #fff;
	border-bottom: 1px solid #ffffff;
	font-weight: normal;
}

.pricing-tables-helight-two .price {
	float: left;
	width: 100%;
	padding: 30px 0 30px 0;
	text-align: center;
	font-size: 45px;
	color: #fff;
	font-weight: normal;
}

.pricing-tables-helight-two .price i {
	font-size: 14px;
	color: #eee;
	display: block;
	font-weight: normal;
	font-style: normal;
	margin-top: 5px;
}

.pricing-tables-helight-two .cont-list {
	float: left;
	width: 100%;
	padding: 15px 0;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background-color: #f9f9f9;
	text-align: center;
	color: #727272;
}

.pricing-tables-helight-two .cont-list ul {
	margin: 0;
	padding: 0;
}

.pricing-tables-helight-two .cont-list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 30px;
	border-bottom: 1px solid #fff;
}

.pricing-tables-helight-two .cont-list li.last {
	border: none;
}

.pricing-tables-helight-two .ordernow {
	float: left;
	width: 100%;
	padding: 30px 0 35px 0;
	background-color: #eee;
	text-align: center;
	color: #fff;
}
.divider_line {
    border-bottom: 1px solid #f3f3f3;
    float: left;
    height: 18px;
    margin: 10px 0 50px;
    padding: 0;
    width: 100%;
}

/* Tabs Style page */

.nav-tabs > li{
	text-transform:uppercase;
}
ul.tab-top{
	background: #eee;
}
ul.tab-top li{
	 border-right: 1px solid #ddd;
}
ul.tab-top li.active{
	border-right:none;
}
.nav.nav-tabs.tab-top a, .nav.nav-tabs.tabs-two.fullpage a{
	font-weight:600;
}
.tab_content, .tab1_content {
	border: 1px solid #E3E3E3;
	float: left;
	width: 100%;
	margin-top: 10px;
}
.tab1_content .tab-container{
	background-color: #fff;
    float: left;
    overflow: hidden;
    padding: 30px;
    width: 100%;
}
ul.tabs-two.fullpage {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	min-height: 45px;
	width: 14%;
	background: #eee;
}
.tab_content .tab-container{
	overflow: hidden;
	float: left;
	padding: 30px;
	width: 83.9%;
	background-color: #fff;
}
ul.tabs-two li {
  padding: 0;
  margin: 0 0 0 0px;
  min-height: 45px;
  line-height: 45px;
  border-left: none;
  margin-bottom: -1px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #ddd;
  width:100%;
}
ul.tabs-two li.active{
	border:none;
}
.nav-tabs > li.active > a{
	border-radius:0px;
}
.nav-tabs ul.tabs-two li.active > a{
	border-right:0px;
}
 

/* columns with box */
.framed-box {
	border: 1px solid #e3e3e3;
	width: 100%;
}

.framed-box.center {
	text-align: center;
}

.framed-box-wrap {
	border: 1px solid #fff;
	background-color: #f9f9f9;
}

.framed-box-wrap .pricing-title {
	background-color: #f1f1f1;
	padding: 20px 0px 0px 0px;
	text-align: center;
	border-bottom: 1px solid #fff;
}

.framed-box-wrap .pricing-text-list {
	padding: 15px 20px 40px 20px;
	text-align: center;
}

/* dropcaps */
.dropcap1, .dropcap2, .dropcap3 {
	float: left;
	text-align: center;
	overflow: hidden;
	font-weight: normal;
}

.dropcap1 {
	width: 53px;
	height: 58px;
	line-height: 50px;
	background: url(images/dropcap_gray.png) no-repeat scroll 0px 0px
		transparent;
	color: #999;
	margin: 0 8px -4px 0;
	font-size: 32px;
}

.dropcap1.gray {
	background-image: url(images/dropcap_gray.png);
}

.dropcap2 {
	background: url(images/dropcap_gray.png) no-repeat scroll 0 -108px
		transparent;
	color: #999;
	line-height: 47px;
	height: 56px;
	width: 53px;
	margin: 0 8px -4px 0;
	font-size: 32px;
}

.dropcap2.gray {
	background-image: url(images/dropcap_gray.png);
}

.dropcap3 {
	font-size: 40px;
	line-height: 40px;
	width: 44px;
	height: 44px;
	margin: 0 0 -4px 0;
}

.dropcap3.gray {
	color: #999;
}

/* styled lists */
ul.list1 {
	padding: 0px;
	margin: 0px;
}

.list1 li {
	padding: 0px;
	margin: 0px;
	text-align: left;
	line-height: 30px;
	list-style:none;
}

.list1 li i {
	padding: 0px;
	margin: 0px 4px 0px 0px;
}

/* highlight colors */
.highlight {
	color: #fff;
	padding: 2px 5px;
	background: #000;
	border-radius: 3px;
}

.highlight.black {
	background: #000;
	border-radius: 3px;
}

.highlight.red {
	background: #ff0000;
	border-radius: 3px;
}

.highlight.gray {
	background: #aaa;
}

.highlight.yellow {
	background: #fff000;
}

.highlight.blue {
	background: #0099cc;
}

.highlight.pink {
	background: #e826b4;
}

.highlight.green {
	background: #48b02b;
}

.highlight.orange {
	background: #ffcc00;
}

.highlight.magenta {
	background: #9325ea;
}

#mj-left .menu li a, .sidebar-container .menu li a {
	color: #aaa;
}
/*** 3 column layout ****/
.cat_main .item-image {
	width: 100%;
}

.col-md-6.col-sm-12 .cat_main {
	float: left;
	width: 80%;
}

.clr {
	border: medium none;
	clear: both;
	display: block;
	float: none;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

#contact_map .contact_map #map_canvas {
	background-color: #e5e3df;
	height: 700px;
	overflow: hidden;
	position: relative;
	width: 100%;
	 
}
.google-map{
	position:absolute;
}
.contact-form{
	background-color:#fff;
	top:45px;
	float:right !important;
	padding-bottom: 50px;
    padding-left: 70px !important;
    padding-right: 70px !important;
    padding-top: 30px;
	margin-right: 50px;
	margin-bottom:110px;
 
}
.contact-desc {
    margin-bottom: 60px;
}
.contact-desc p{
	font-size: 14px;
    text-transform: uppercase;
}
.contact-form h2{
	padding-bottom:22px;
	font-size:24px;
}
.spcf-form-content .row{
	margin-bottom:25px !important;
}
#spcf-form label {display:none;}
.contact-form .row .col.s6{
	width:100%;
}
#spcf-form  input[type="email"], #spcf-form  input[type="text"], #spcf-form  textarea[name="Message"]
{
	background:none !important;
	border: 2px solid #e0e0e0;
    padding: 8px 0 8px 25px;
	border-radius:0px;
	height:auto;
	font-size: 19px;
}
#spcf-form  textarea[name="Message"]{
	min-height:130px;
}
#spcf-submit{
	height: auto;
    padding:18px 0;
	width:100%;
	border-radius:0px;
	font-size:18px;
	text-transform:uppercase;
	color:#fff;
	font-weight:600;
}
.spcf-form-content .row{
	margin-left:0px;
}


/*Blog css*/

#content-area .catItemView.groupLeading, #content-area .itemView,
	#content-area .userItemView, #content-area .tagItemView, #content-area .genericItemList,
	#content-area .genericItemView {
	float: left;
	width: 100%;
}
 
#content-area .catItemView.groupLeading {
	float: left;
	width: 100%;
}

 

.cat_left {
	float: left;
	margin-right:4%;
	width: auto;
}

.cat_left i {
	background-color: #629c49 ;
	color: #FFF;
	height: 70px;
	line-height: 70px;
	width: 70px;
	text-align: center;
	margin-bottom: 5px;
}

.cat_left .catItemDateCreated {
	background-color: #000;
	color: #FFF;
	font-size: 22px;
	font-weight: 600;
	height: 70px;
	padding: 15px 0px;
	text-align: center;
	width: 70px;
	line-height: 1;
}

.catItemDateCreated>span {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

.cat_main {
	float: left;
	width: 87%;
	margin-bottom:30px;
}

.catItemBody .catItemContent {
    float: left;
    width: 55%;
}
.cat_main div.catItemBody {
	padding: 0px;
}

div.catItemBody {
	padding: 8px 0px;
	margin: 0px;
}

cat_main div.catItemImageBlock {
	margin: 0px;
	padding: 0px;
}

.catItemBody div.catItemHeader {
	margin-top: 35px;
}

.catItemBody div.catItemHeader h3.catItemTitle {
	font-size: 24px;
	font-weight: normal;
	color: #000;
	padding: 0px 0px 15px;
	margin: 0px;
}

.catItemOption a {
	font-size: 12px;
	color: #999;
	text-transform: capitalize;
}

.catItemOption .catItemAuthor {
	padding-right: 20px;
}

.catItemOption>div {
	display: inline-block;
}

.catItemOption div.catItemTagsBlock {
	padding: 0px;
	border: medium none;
}

.catItemOption>div {
	display: inline-block;
}

div.catItemTagsBlock ul.catItemTags {
	list-style: outside none none;
	padding: 0px;
	margin: 0px;
	display: inline;
}

div.catItemTagsBlock ul.catItemTags li {
	display: inline;
	list-style: outside none none;
	padding: 0px 4px 0px 0px;
	margin: 0px;
	text-align: center;
}

.catItemBody div.catItemIntroText {
	padding: 30px 0px 0px;
}

div.catItemIntroText {
	font-size: inherit;
	font-weight: normal;
	line-height: inherit;
	padding: 4px 0px 12px;
}

.clr {
	clear: both;
	height: 0px;
	line-height: 0;
	display: block;
	float: none;
	padding: 0px;
	margin: 0px;
	border: medium none;
}

div.catItemCommentsLink {
	display: inline;
	margin: 0px 8px 0px 0px;
	padding: 0px 8px 0px 0px;
	border-right: 1px solid #CCC;
}

div.catItemReadMore {
	display: inline;
}

.catItemImage {
	max-width: 720px;
}

/* Blog single page*/
.cat_main div.itemToolbar {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

div.itemToolbar {
	background: none repeat scroll 0 0 #f7fafe;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	margin: 16px 0 0;
	padding: 2px 0;
}

div.itemToolbar ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	text-align: right;
}

div.itemToolbar ul>li:first-child {
	border: medium none;
}

div.itemToolbar ul li {
	font-size: 12px;
	list-style: outside none none;
	text-align: center;
}

div.itemToolbar ul li {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-left: 1px solid #ccc;
	display: inline;
	font-size: 12px;
	list-style: outside none none;
	margin: 0;
	padding: 0 4px 0 8px;
}

div.itemToolbar ul li a#fontDecrease img {
	background: url("./images/font_decrease.gif") no-repeat scroll 0 0
		rgba(0, 0, 0, 0);
	height: 13px;
	width: 13px;
}

div.itemToolbar ul li a#fontIncrease img {
	background: url("./images/font_increase.gif") no-repeat scroll 0 0
		rgba(0, 0, 0, 0);
	height: 13px;
	width: 13px;
}

div.itemToolbar ul li a#fontDecrease {
	margin: 0 0 0 2px;
}

div.itemToolbar ul li a#fontDecrease span, div.itemToolbar ul li a#fontIncrease span
	{
	display: none;
}

div.itemSocialSharing {
	padding: 8px 0;
}

div.itemTwitterButton {
	float: left;
	margin: 2px 24px 0 0;
}

div.itemLinks {
	margin: 16px 0;
	padding: 0;
}

div.itemCategory {
	border-bottom: 1px dotted #ccc;
	padding: 4px;
}

div.itemCategory span {
	color: #555;
	font-weight: bold;
	padding: 0 4px 0 0;
}

div.itemCategory ul.post-categories {
	display: inline;
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

div.itemCategory ul.post-categories li {
	display: inline;
	list-style: outside none none;
	margin: 0;
	padding: 0 4px 0 0;
	text-align: center;
}

div.itemTagsBlock {
	border-bottom: 1px dotted #ccc;
	padding: 4px;
}

div.itemTagsBlock span {
	color: #555;
	font-weight: bold;
	padding: 0 4px 0 0;
}

div.itemTagsBlock ul.itemTags {
	display: inline;
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

div.itemTagsBlock ul.itemTags li {
	display: inline;
	list-style: outside none none;
	margin: 0;
	padding: 0 4px 0 0;
	text-align: center;
}

div.itemAuthorLatest {
	margin-bottom: 16px;
	padding: 0;
}

div.itemAuthorLatest ul li {
	list-style: outside none none;
}

.itemAuthorLatest .even {
	background: none repeat scroll 0 0 #fffff0;
	border-bottom: 1px dotted #ccc;
	padding: 2px;
}

.cat_main div.itemComments {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	padding: 0;
}

.itemComments h3.itemCommentsCounter, .itemComments .itemCommentsForm h3
	{
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 30px;
	margin-top: 0;
	text-transform: uppercase;
}

.comments-area ol {
	list-style: outside none none;
	padding: 0;
}

.comment-list li article::before {
	background: none repeat scroll 0 0 #eeeeee;
	border-color: #ffffff #ffffff #eeeeee #eeeeee;
	border-style: solid;
	border-width: 0 16px 16px 0;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
}
.comment-list li{
	width:100%;
	float:left;
}
.comment-list li article {
	background-color: #f8f8f8;
	border: medium none;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 25px;
	position: relative;
}

.comments-area ol .children {
	padding-left: 40px;
	float:left;
	width:100%;
}
#comments .comment-list p.form-submit {
    float: left;
    width: 100%;
}

.comment-author {
	float: left;
	width: 100px;
}

.comment-list .avatar.photo {
	background: none repeat scroll 0 0 #fff;
	border-bottom: 1px solid #d7d7d7;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	float: left;
	margin: 4px 4px 4px 0;
	padding: 4px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author.vcard b {
	bottom: 89px;
	left: 100px;
	position: relative;
}

.comment-author .fn {
	color: #000;
	font-size: 15px;
	font-weight: 600;
	text-transform: capitalize;
}

.says {
	display: none;
}

.comment-metadata>a, .comment-edit-link, .comment-reply-link {
	text-decoration: none;
}

.comment-list time, .comment-edit-link {
	border: medium none;
	color: #999999;
	position: absolute;
	font-size: 11px;
	font-weight: normal;
	padding: 0;
	top: 40px;
}

.comment-content>p {
	margin-bottom: 0;
	margin-left: 68px;
	margin-top: 40px;
	padding-left: 33px;
}


.reply {
	padding-top: 5px;
	padding-left: 102px;
}

.comment-form-comment>label, .form-allowed-tags, .comment-notes {
	display: none;
}

.comment-form .comment-form-comment>textarea {
	height: 115px !important;
}

.form-submit input {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #ff7f00;
	float: right;
	font-size: 16px;
	margin: 25px 0 0;
	padding: 10px 20px;
	text-transform: uppercase;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.cat_main div.itemBackToTop {
	float: right;
	margin-top: 20px;
	width: 100%;
}

div.itemBackToTop {
	text-align: right;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.navigation .nav-previous {
	float: left;
}

.paging-navigation a {
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
}

.paging-navigation .meta-nav {
	background-color: #e63f2a;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px;
}
 
.sidebar-container .search-form .search-submit {
	border: medium none;
	border-radius: 0 !important;
	cursor: pointer;
	height: 42px;
	line-height: 100;
	overflow: hidden;
	position: absolute;
	text-indent: -5555em;
	width: 45px;
}

.widget_archive ul {
	padding-left: 0px;
}

.widget_archive a {
	color: #aaaaaa;
	line-height: 30px;
}

div.itemContentFooter {
	border-top: 1px solid #ddd;
	color: #999;
	display: block;
	margin: 16px 0 4px;
	padding: 4px;
	text-align: right;
}

span.itemHits {
	float: left;
}

div.itemContentFooter {
	color: #999;
	text-align: right;
}

/*Slide bar css */
#content-area.both {
	float: left;
	left: 25%;
	position: relative;
}

#content-area.only-left {
	float: left;
	left: 25%;
	position: relative;
}

.sidebar-container.left {
	float: left;
	left: -50%;
	position: relative;
}
.widget .widget-title {
    margin-bottom: 30px;
    margin-top: 0;
}
.sidebar-container.left.only {
	float: left;
	left: -75%;
	position: relative;
}

.sidebar-container .widget {
	width: 100%;
	/* margin-bottom:50px; */
	float:left;
}

.sidebar-container ul {
	padding: 0;
}

.widget_calendar table td, .widget_calendar table th {
	text-align: center;
}
.widget_calendar caption{
	margin:0;
}
.widget-seperator {
    border-bottom: 5px solid #fafafa;
    margin: 40px 0;
	clear: both;
	float:left;
	width:100%;
}
.sidebar-container ul li {
	list-style: outside none none;
	margin: 20px 0;
}
.sidebar-container ul li a{
	border-left: 3px solid;
	padding-left: 14px;
}
.sidebar-container .widget_recent_comments ul li a{
	border:none;
	padding:0;
}
.widget_nav_menu ul.sub-menu li{
	padding-left:20px;
}

.sidebar-container ul.product_list_widget  li a{
	border:none;
	padding-left:0;
}
.widget_nav_menu ul.menu {
    float: left;
    width: 100%;
}
.widget_nav_menu ul li {
    float: left;
	margin: 0;
    width: 100%;
}
.widget_nav_menu .sub-menu >li > a{
	display: inline;
}
.widget_nav_menu ul li a {
    padding-bottom: 0;
    padding-top: 0;
	line-height: 40px !important;
}
.sidebar-container ul li a {
	color: #aaaaaa !important;
	line-height:0;
}

.widget_recent_comments #recentcomments {
	padding-left: 0px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
	color:#000000 !important;
}
.widget_tag_cloud .tagcloud {
	padding: 0;
}

.widget_tag_cloud div.tagcloud a {
	border: 1px solid #aaaaaa;
	color: #aaaaaa;
	font-size: 13px !important;
	margin: 5px 5px 5px 0;
	padding: 8px 15px;
}

.widget_tag_cloud div.tagcloud a:hover {
	border: 1px solid #FF7F00;
	margin: 5px 5px 5px 0px;
	padding: 8px 15px;
	font-size: 13px !important;
	background: none repeat scroll 0% 0% transparent;
}

div.tagcloud a {
	display: inline-block;
	padding: 4px;
}
.sidebar-container .widget select
{
	width: 100%;
	height: 35px;
	padding: 0 5px;
}
.widget_search .screen-reader-text {
	display: none;
}
.widget_search .search-form label{
	display:inline;
}
.widget_search .search-form .search-field, .widget_product_search .woocommerce-product-search .search-field
	{
	border: 2px solid !important;
	color: #aaa;
	/* font-family: 'Asap', sans-serif; */
	font-size: 13px;
	height: 55px;
	width: 100%;
	padding: 5px 15px;
}
.page-content .search-form .search-field {
    border: 3px solid #f1f1f1;
    padding: 7px;
}
.widget .search-form,.widget .woocommerce-product-search  {
    position: relative;
}
.sidebar-container .search-form .search-submit, .sidebar-container .widget_product_search .woocommerce-product-search input[type="submit"]
	{
	background-color: #f8f8f8;
	background: url("images/site-search-icon.png") no-repeat scroll center
		center rgba(0, 0, 0, 0.03);
	border-radius: 0 !important;
	cursor: pointer;
	height: 47px;
	line-height: 100;
	overflow: hidden;
	position: absolute;
	text-indent: -5555em;
	width: 50px;
	border: none;
	top:4px;
	right:4px;
}

.search_heading {
	font-size: 17px;
	font-weight: 600;
	margin: 0 0 15px ;
	color: #000;
	text-transform: uppercase;
}

/*pagination css*/
ul.page-numbers {
	list-style: none;
	margin: 0;
}

.page-numbers:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

ul.page-numbers li {
	display: block;
	float: left;
	margin: 0 4px 4px 0;
	text-align: center;
}

.page-numbers a, .page-numbers span {
	line-height: 1.6em;
	display: block;
	padding: 10px 12px;
	line-height: 18px;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 14px;
	
	 
}

.page-numbers a span {
	padding: 0
}
.woocommerce nav.woocommerce-pagination ul{
	border:none !important;
}
.page-numbers a:hover, .page-numbers.current, .page-numbers.current:hover
	{
	color: #629C49;
	text-decoration: none;
}

.page-numbers:hover {
	text-decoration: none
}

.learn_more {
	color: #FFFFFF !important;
}
.page-numbers > li > a:focus, .page-numbers > li > a:hover, .page-numbers > li > a.active-p, 
.page-numbers > li > span:focus, .pagination > li > span:hover, .page-numbers.current {
  border-color: #629C49;
  color: #629C49;
  z-index: 3;
}
.woocommerce nav.woocommerce-pagination ul li{
	margin-right: 25px !important;
}
.page-numbers > li > a, .page-numbers > li > span{
	border: 2px solid #cccccc;
	font-size: 16px !important;
    padding: 10px 11px !important;
	font-weight:bold !important;
	line-height:1.42857 !important;
}
.woocommerce nav.woocommerce-pagination ul{
	float:right;
	margin:20px 0 !important;
}

/*bbpress*/
#bbp_search_submit {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 15px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
	border: none;
}

#bbpress-forums ul.bbp-forums {
	border-bottom: 2px solid #e0e0e0;
	border-left: 2px solid #e0e0e0;
	border-right: 2px solid #e0e0e0;
}

#bbpress-forums ul.bbp-search-results {
	border-bottom: 2px solid #e0e0e0;
	border-left: 2px solid #e0e0e0;
	border-right: 2px solid #e0e0e0;
}

#bbpress-forums li.bbp-body ul.forum {
	border-top: 2px solid #e0e0e0;
}

#bbpress-forums li.bbp-body .bbp-forum-header, #bbpress-forums li.bbp-body .bbp-topic-header
	{
	border-top: 2px solid #bfc3c6;
}

#bbpress-forums #bbp-search-form #bbp_search {
	background-color: #f8f8f8;
	height: 38px;
	padding-left: 5px;
}

#bbpress-forums li {
	font-size: 17px;
}
.bbp-forum-title {
	font-size:18px;
}
#bbpress-forums li .bbp-forums-list li {
	font-size: 14px;
}
#bbpress-forums #bbp-search-form #bbp_search{
	border: 2px solid #e0e0e0;
}
.bbp-breadcrumb p {
	font-size: 17px;
	margin-bottom: -7px;
}

#bbpress-forums li.bbp-header {
	background: none repeat scroll 0 0 #629c49  !important;
	color: #FFF;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content {
	font-size: 15px;
}
#bbpress-forums  div.bbp-template-notice p{
	font-size:14px;
	/* font-family:"Asap",sans-serif; */
}
#bbpress-forums p.bbp-topic-meta img.avatar {
	margin-bottom: 0px;
}

#bbpress-forums p.bbp-topic-meta {
	font-size: 13px;
	font-weight: bold;
}

#bbpress-forums li.bbp-forum-freshness p.bbp-topic-meta a {
	color: #ff7f00;
}

#bbpress-forums li.bbp-forum-freshness a {
	color: #999;
}

#bbpress-forums fieldset.bbp-form input {
	border: 1px solid #f8f8f8;
	border-color: #dddddd;
}

#bbpress-forums fieldset.bbp-form  button {
	color: #ffffff;
    /* font-family: "Asap",sans-serif !important; */
	font-size: 14px;
	font-weight: bold;
	padding: 12px 25px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
	border: none;
}
/*mail chimp widget*/
.widget-area .widget .mc4wp-form input {
	border: 1px solid #dddddd;
	border-radius: 4px;
	box-shadow: none;
	color: #999999;
	font-size: 13px;
	height: 40px;
	padding: 10px;
	margin-top: 10px;
}

.widget-area .widget .mc4wp-form  input[type="submit"] {
	font-size: 14px;
	height: 40px;
	padding: 10px 50px;
	margin-top: 5px;
	background-color: #ff7f00;
	color: #FFFFFF;
	border-radius: 3px !important;
	border: none;
	font-weight: bold;
	text-transform: uppercase;
}

#bbpress-forums fieldset.bbp-form label {
	margin-bottom: 5px;
	font-size: 13px;
}

/* our team big */
.our_team_box_big {
	width: 100%;
	float: left;
}

.our_team_box_big ul {
	margin: 0;
	padding: 20px 0 0 0px;
	float: left;
	width: 245px;
}

.our_team_box_big li {
	margin: 0;
	padding: 0;
	line-height: 18px;
	list-style-type: none;
	color: #a9a9a9;
}

.our_team_box_big li a {
	margin: 7px 5px 0 0;
	padding: 0;
	float: left;
}

.our_team_box_big  img.teammempic {
	width: 245px;
	margin: 0px;
	padding: 0;
	float: left;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.our_team_box_big  img.teammempic:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.our_team_box_big li a img:hover {
	margin: 0px;
	padding: 0;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}

.our_team_box_big li strong {
	font-size: 14px;
	color: #454545;
	display: block;
}

.our_team_box_big li strong i {
	color: #999;
	font-size: 12px;
	font-style: normal;
}

.our_team_box_big .cont-area {
	float: left;
	font-size: 10px;
	color: #727272;
	width: 100%;
	margin-bottom: 10px;
}

.our_team_box_big li a i {
	color: #dadada;
}

ul.list_doted02 {
	float: left;
	margin: 13px 0px 0px 0px;
	padding: 0px;
}

.list_doted02 li {
	margin: 0px 0px 13px 0px;
	padding: 0px 0px 0px 13px;
	list-style: none;
}

.list_doted02 li h5 {
	margin-bottom: 2px;
	padding-bottom: 8px;
	border-bottom: 1px solid #f3f3f3;
}

.big_text1 {
	font-weight: 300;
	font-size: 27px;
	line-height: 35px;
	color: #999;
}

.big_text1 i {
	font-style: normal;
}

ul.fullimage_box {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 48%;
}

.fullimage_box li {
	padding: 0px;
	margin: 0px;
	list-style:none;
}

.fullimage_box li img {
	margin-bottom: 8px;
	width: 100%;
}

.fullimage_box li img:hover {
	
}

ul.fullimage_box.last {
	float: left;
	width: 48%;
	margin-left: 4%;
}

ul.fullimage_box2 {
	float: left;
	padding: 30px 20px;
	margin: 0px;
	width: 86.6%;
	border: 1px solid #eee;
	border-radius: 4px;
}

.fullimage_box2 li {
	padding: 0px;
	margin: 0px;
	text-align: center;
	list-style:none;
}

ul.fullimage_box2.last {
	float: left;
	width: 100%;
	margin-left: 4%;
}

.fullimage_box2 h3 {
	margin-top: 13px;
}

.box_widget_full {
	float: left;
	width: 100%;
	padding: 2%;
	margin: 0px;
	background-color: #fbfbfb;
	border: 1px solid #eee;
	border-bottom: 2px solid #eee;
}

.box_widget_full h3 {
	margin-bottom: 10px;
}

.box_widget_full i {
	float: left;
	margin-right: 20px;
}

.one_half {
	width: 48%;
}

/* our team */
.our_team_box {
	width: 100%;
	float: left;
}

.our_team_box ul {
	margin: 0;
	padding: 7px 0 0 0px;
	float: left;
	width: 180px;
}

.our_team_box li {
	margin: 0;
	padding: 0;
	line-height: 18px;
	list-style-type: none;
	color: #a9a9a9;
}

.our_team_box li a {
	margin: 7px 5px 0 0;
	padding: 0;
	float: left;
}

.our_team_box  img.teammempic {
	width: 100%;
	margin: 0px;
	padding: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.our_team_box  img.teammempic:hover {
	width: 100%;
	margin: 0px;
	padding: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.our_team_box li a img:hover {
	margin: 0px;
	padding: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}

.our_team_box li strong {
	font-size: 13px;
	color: #454545;
	display: block;
}

.our_team_box li strong i {
	color: #999;
	font-size: 11px;
	font-style: normal;
}

.our_team_box .boxleft {
	width: 180px;
	float: left;
	margin: 0px 29px 0 0;
}

.our_team_box .cont-area {
	float: left;
	font-size: 10px;
	color: #727272;
	width: 100%;
	margin-bottom: 10px;
}

.our_team_box .boxright {
	width: 180px;
	float: right;
	margin: 0px;
}

.our_team_box li a i {
	color: #dadada;
}

/* client logos */
ul.clients_logos_list {
	padding: 0;
	margin: 30px 0 0 0px;
	position: relative;
}

.clients_logos_list li {
	padding: 0;
	margin: 0;
	float: left;
	width: 25%;
	list-style:none;
}

.clients_logos_list li.last {
	margin: 0 0px 0 0;
}

/* testimonials */
.testimonials-5 {
	float: left;
}

.testimonials-5 span {
	float: left;
}

.testimonials-4 {
	float: left;
}

.testimonials-4 .content {
	float: left;
	padding: 20px 20px 25px 20px;
	border: 1px solid #eee;
	background-color: #f9f9f9;
	border-radius: 5px;
}

.testimonials-4 .content i {
	font-size: 11px;
	color: #909090;
	text-transform: none;
}

.testimonials-2 {
	float: left;
}

.testimonials-2 span {
	float: left;
	line-height: 21px;
	padding: 20px 30px 20px 30px;
	border: 1px solid #eee;
	background: #f9f9f9;
}

 

.img_left1 {
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
}

.side_portfolio {
	margin-top: 0 !important;
}

.table-list th {
	text-align: center;
}

/*about style 2 page*/
.content_left {
	float: left;
	padding: 50px 0 0 !important;
	width: 71%;
}

.content_right {
	padding: 8px 0 0 !important;
}

.right_sidebar {
	float: right !important;
	padding: 50px 0 0 !important;
	width: 25%;
}

.left_sidebar {
	padding: 50px 0 0 !important;
}

.sidebar_title {
	float: left;
	width: 100%;
}

.right_sidebar .search-form .search-submit, .left_sidebar .search-form .search-submit
	{
	right: 27px !important;
	top: 88px !important;
}

.sidebar_widget ul li {
	float: left;
	width: 100%;
}

.with-small-img .catItemImageBlock {
	width: 42%;
	float: left;
	margin-right: 3%;
	 
}
.with-small-img .catItemHeader {
	margin-top: 0 !important;
}

.sp-portfolio.default.portfolioFilter {
	margin-top: 55px;
}

#company .moduletable .col-md-6 {
	padding: 0 22px;
}

.portfolio_section li {
	list-style: none;
}

#breadcrumbs .breadcrumb li {
	color: #fff;
}

.typography .btn {
	padding: 8px 30px;
}

.btn_mat br {
	display: none;
}

.typo_form input[type="text"], .typo_form input[type="email"],
	.typo_form input[type="password"], .typo_form textarea {
	width: 50%;
}

/*shop page*/
/* category page start */
.orderby-displaynumber {
    background-color: #000000;
	float: left;
    margin-bottom: 40px;
    width: 100%;
	padding:6px 0;
}
.orderby-displaynumber .woocommerce-result-count, .orderby-displaynumber .list_grid_view {
	padding-top:5px;
}
.orderby-displaynumber .woocommerce-result-count, .orderby-displaynumber .product-shorting .woocommerce-ordering, .orderby-displaynumber .list_grid_view {
    margin: 0 !important;
}
.orderby-displaynumber .woocommerce-result-count h6{ color:#fff !important;margin:4px 0;}
.orderby-displaynumber .product-shorting {
    float: right;
	margin:0;
}
.product-shorting .selectBox-dropdown{
	border-radius:0;
}
.list_grid_view .view-mode .gridview, .list_grid_view .view-mode .listview{
	padding:0 5px;
}
.list_grid_view .view-mode .gridview i, .list_grid_view .view-mode .listview i{
	font-size:18px;
}
 .list_grid_view .view-mode i{
	color:#ffffff;
}
.list_grid_view .view-mode h6 {
    display: inline-block;
    float: left;
    margin-bottom: 0;
    margin-top: 2px;
	margin-right: 5px;
	color:#ffffff !important;
}
.category-sidebar {
  padding-right: 0;
}
.category-content-right {
  padding-left: 65px;
}
.main-content.category-content {
  margin: 20px 0 60px;
}
.category-sidebar h3{color: #333333;
margin-bottom: 30px;}
.category-sidebar  #accordion a.collapse h3{color:#fff}
.filter-chackbox a h3 {
  margin:0
}
.category-sidebar #accordion a.collapse h3 i {
  background: none repeat scroll 0 0 #629c49;
  font-size: 20px;
  height: 33px;
  margin-right: 10px;
  padding-top: 7px;
  text-align: center;
  width: 33px;
}
.select-cetegory.sidplay {
  margin: 40px 0 30px;
}
.filter-chackbox a{color:#fff}
.panel-heading.filter-chackbox {
  background: none repeat scroll 0 0 #333333;
}
.filter-checkbox {
border-bottom: 5px solid #fafafa;
border-top: 5px solid #fafafa;
margin-bottom: 20px;
padding: 12px 0 5px;
}
.filter-checkbox   .panel-heading {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 18px 15px;
}
.filter-checkbox   .checkbox{
margin-bottom: 28px;
margin-top: 0;
position: relative;
}
.checkbox label, .radio label {
  vertical-align: middle;
}
.filter-checkbox  .panel-group {
  margin-bottom: 0;
}
.filter-checkbox   .panel-body {
margin: 50px 0 0;
padding: 0;
}
.filter-checkbox   .panel {
  border: medium none;
  box-shadow: none;
}
.filter-checkbox   .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: medium none !important;
}
.filter-checkbox h3{color: #999999;
margin-bottom: 15px;}
.select-cetegory.d-size {
  margin: 20px 0 25px;
}
.ckabox-reset input{color: #629c49;
text-transform: uppercase;
vertical-align: top;}
.d-color{}
.category-sidebar  .d-color ul{margin-left:-11px}
.d-color ul li{margin-left: 11px;
padding-left: 10px;}
.d-color ul li:first-child{padding-left:0}
.category  .single-product{margin-left:0}
.select-cetegory   .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.select-cetegory   .btn-default.active, .select-cetegory  .btn-default:active, .select-cetegory   .open > .dropdown-toggle.btn-default {
  background-color:inherit;
  border-color: inherit;
  color:inherit;height: 50px;
}
.select-cetegory   .btn-group.open .dropdown-toggle {
border: 2px solid #629c49 !important;
box-shadow: 0 0 0 !important;
outline: medium none !important;
}
.select-cetegory  .bootstrap-select .dropdown-toggle:focus {
  outline:none;
  outline-offset: -2px;
}
.btn-default {
  background-color: #ffffff !important;
 border: 2px solid #629c49 !important;
  border-radius: 0 !important;
 color: #999999 !important;height: 50px;
}
 
.single-product .product-img .product-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
	z-index: 999;
}
.single-product .product-img .product-hover{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	pointer-events:none;
	z-index:9;
}
.single-product .product-img:hover .product-hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	height: auto;
}
.product-img:hover .product-overlay
{
	opacity:1;
}
.product-img .product-overlay .more-info {
    bottom: 50%;
    position: absolute;
    width: 100%;
}
.product-img .product-overlay .more-info a{
	color: #fff !important;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
 }
.product-img .product-overlay .cart-wishlist {
    bottom: 0;
    position: absolute;
    width: 100%;
}
.woocommerce   table.shop_table.wishlist_table a{
	text-transform:uppercase;
	font-weight:600;
}
.wishlist_table .add_to_cart.button{
	background-color:#ffd200 !important;
}
.product-img .product-overlay .button_add_to_cart{
    display: inline-block;
    float: left;
	width:80%;
}
.product-img .product-overlay .button_add_to_cart .button, .product-img .product-overlay .button_add_to_cart .added_to_cart, .product-info .product-list-cart .button_add_to_cart .button, .product-info .product-list-cart .button_add_to_cart .added_to_cart{
	border-radius: 0;
	color:#fff !important;
	float:left;
	width:100%;
	margin:0 !important;
	padding: 13px 8px;
	font-size: 15px;
	font-weight:bold;
	line-height: 1;
	text-align:left;
	text-transform: uppercase;
}
.product-img .product-overlay .button_add_to_cart .button{text-align:center;}
.product-img .product-overlay .button_add_to_cart .button::before, .product-img .product-overlay .button_add_to_cart .added_to_cart::before, .product-info .product-list-cart .button_add_to_cart .button::before, .product-info .product-list-cart .button_add_to_cart .added_to_cart::before {
    content: "\f07a";
	font-family:FontAwesome;
	margin-right:6%;
}
.product-img .product-overlay .button_add_to_cart .button.added, .product-info .product-list-cart .button_add_to_cart .button.added{
	display:none;
}
.product-img .product-overlay  .yith-wcwl-add-to-wishlist{
    float: left;
	width:20%;
	margin: 0;
	background-color:#333333;
	position:relative;
}
.product-img .product-overlay .yith-wcwl-add-to-wishlist .add_to_wishlist, .product-img .product-overlay  .yith-wcwl-wishlistaddedbrowse.show a, .product-img .product-overlay  .yith-wcwl-wishlistexistsbrowse.show a, .product-overlay .product.compare-button a, .product-info .product-list-cart .yith-wcwl-add-to-wishlist .add_to_wishlist, .product-info .product-list-cart  .yith-wcwl-wishlistaddedbrowse.show a, .product-info .product-list-cart  .yith-wcwl-wishlistexistsbrowse.show a, .product-info .product-list-cart .product.compare-button a{
    display: block;
    font-size: 0.1px;
}
.product-img .product-overlay  .yith-wcwl-wishlistexistsbrowse.show, .product-img .product-overlay .yith-wcwl-wishlistaddedbrowse.show, .product-info .product-list-cart  .yith-wcwl-wishlistexistsbrowse.show, .product-info .product-list-cart .yith-wcwl-wishlistaddedbrowse.show {
	height: 41px;
}
.product-img .product-overlay .yith-wcwl-add-to-wishlist .add_to_wishlist::after, .product-info .product-list-cart .yith-wcwl-add-to-wishlist .add_to_wishlist::after{
    content: "\f08a";
	font-family:FontAwesome;
	font-size: 20px;
    left: 0;
    position: relative;
    top: 2px;
}
.product-img .product-overlay  .yith-wcwl-wishlistaddedbrowse.show a::after,.product-img .product-overlay .yith-wcwl-wishlistexistsbrowse.show a::after, .product-info .product-list-cart .yith-wcwl-wishlistaddedbrowse.show a::after, .product-info .product-list-cart .yith-wcwl-wishlistexistsbrowse.show a::after {
    content: "\f004";
	font-family:FontAwesome;
	font-size: 20px;
    left: 0;
    position: relative;
    top: 2px;
}
.product-img .product-overlay  .yith-wcwl-add-to-wishlist img.ajax-loading{
	position:absolute;
	left:8px;
	top:10px;
}
.product-img .product-overlay  .yith-wcwl-add-to-wishlist a {
    padding: 6px !important;
}
.product-overlay .product.compare-button {
    position: absolute;
    right: 0;
    top: 0;
	width:20%;
}
#yith-wcwl-popup-message{
	background-color:#629C49 !important;
	color:#fff !important;
	font-weight:bold;
	border-radius: 0 !important;
	border-radius: 0 !important;
	text-transform:uppercase;
	border:none !important;
}
.product-overlay .product.compare-button a::after, .product-info .product-list-cart .product.compare-button a::after {
    content: "\f074";
	font-family:FontAwesome;
	font-size: 20px;
    left: 0;
    position: relative;
    top: 10px;
}
.product-overlay .product.compare-button a, .product-info .product-list-cart .product.compare-button a  {
    border-radius: 0;
    height: 40px;
	background-color:#333333 !important;
}
.product-overlay .product.compare-button a:hover, .product-info .product-list-cart .product.compare-button a:hover{
	background-color:#000;
}
.category.products  .product .star-rating{
	display:none;
}
.grid .product-list-cart{
	display:none;
}
/*product list*/
.list .product-img .product-overlay, .list .product-img .product-hover {
	display:none;
}
.category.list  .single-product {
    margin-bottom: 30px !important;
}
.product-info .product-list-cart, .product-info .product-desc {
    display: none;
}
.list .product-info .product-list-cart, .list .product-info  .product-desc {
    display: block;
}
#products.products.list .product {
    float: left;
    width: 100%;
}
#products.list .product-img {
	float: left;
    margin-right: 3%;
    width: 30%;
    display: inline-block;
}
#products.list .product-info {
    float: left;
    width: 65%;
}
#products.list .product-info .button_add_to_cart {
	float: left;
}
.list .product-info .product-list-cart .button_add_to_cart a.add_to_cart_button{
	padding: 13px 20px;
}
#products.list .product-info .product-desc > p{
	height: 55px;
    overflow: hidden;
    text-transform: uppercase;
}
.list .product-info .product-list-cart .yith-wcwl-add-to-wishlist a:after{
	top:8px;
}
.list .product-info .product-list-cart  .yith-wcwl-add-to-wishlist, .list .product-info .product-list-cart .product.compare-button {
    float: left;
	margin: 0;
	padding: 0 14px;
    width: 45px !important;
	background-color:#333333;
	border-right: 1px solid;
	height: 41px;
}
.list .product-info .product-list-cart .clear {
    clear: none;
}

/* product details page start */
.in-puppys{color: #629c49;
display: inline-block;
margin-top: 20px;}
.in-puppys:hover{color:#3d4b32}
.in-puppys span{color:#666}
.rating-vote {
margin: 12px 0 12px;
}
.detail.main-content{margin: 20px 0 80px;}
.rating-size {
margin-right: 4%;
width: 42%;
}
.rating-size, .colr-select{
  display: inline-block;
}
.colr-select, .d-color ul{
  vertical-align: middle;
}
.ui-rater-barke, .ui-rater-rateCount, .ui-rater-text{color: #666666;
font-family: "asapbold";
font-size: 18px;
}
.detail-content .colr-select h4 {
color: #999999;
margin-right: 30px;
}
.product .detail-content .colr-select .d-color ul{margin-top: 3px;}
.product .detail-content .colr-select .d-color ul li {
  margin-left: 11px;
  padding-left: 0;
}
.detail-add {
float: right;
padding: 5px 26px 10px;
position: relative;
width: 85%;
}
.detail-add a.add_to_cart_button {
color: #ffffff !important;
padding: 12px 18px !important;
position: absolute !important;
right: 0;
top: 0;
text-transform:uppercase;
font-size:0 !important;
}
.detail-add a.add_to_cart_button:before{
	content: "+ add";
	font-size:18px;
}
.detail-add a.add_to_cart_button:hover{color:#B1D795}
.detail-add .price  .amount{
	color: #ffffff;
    font-size: 48px;
    font-weight: bold;
}
.detail-add h4.now{
display: inline-block;
font-weight:normal !important;
margin-bottom: 0;color:#fff !important;}
.detail-add .price{
    margin-top: 10px;
}
.detail-add del .amount {
  color: #333333;
  margin-top: 0;
  font-size:18px;
}
.detail-add del, .detail-add ins{
    display: block;	
	text-decoration: none;
}
.detail-add del span{
    margin:0;	
}
.detail-add .price del .amount{color: #333;
font-size:18px;}
.detail-add .price del .amount:before{
	color:#707070;
	content: "was";
	text-transform:uppercase;
	padding-right:8px;
}
.detail-caurosel {
  margin: 55px 0;
}
.product .single-image {
    position: relative;
}
.detail-caurosel.owl-theme .owl-controls .owl-buttons div {
background: none !important;
color: #cccccc;
display: inline-block;
font-size: 100px;
margin-top: -50px;
padding: 0;
position: absolute;
top: 45%;
}
.detail-caurosel.owl-theme .owl-controls .owl-buttons div.owl-prev{left:0}
.detail-caurosel.owl-theme .owl-controls .owl-buttons div.owl-next{right:0}
/* .product .detail-content  .acordion-col{padding-right:30px} */
.product .detail-content .panel-body > h2 {
    font-size: 18px;
    margin-top: 0;
}
.product .detail-content .panel-body #reviews #comments > h2{
	font-size: 18px;
    margin-bottom: 20px;
    margin-top: 0;
}
.woocommerce .product #reviews #comments ol.commentlist{padding-left:0;}
.woocommerce .product #reviews #comments ol.commentlist li .comment-text{border-radius: 0;}
.product .panel-body #reviews .comment-reply-title{margin-bottom:20px;} 
.product .panel-body #reviews  .comment-form  label{
	margin-bottom:30px;
}
.product .panel-body #reviews  .comment-form  input[type="text"]
 {
	float:right;
	width:70%;
	height:40px;
}

.accordion-content{margin-bottom: 80px; float:left; width:100%;}
.product .detail-content  .theme_acordion .panel{background-color: #ffffff;
border:none;
border-radius:0;
box-shadow: 0 0 0;}
.product .detail-content  .theme_acordion  .theme_swice_text{border: 2px solid #d7d7d7;
display: block;
overflow: hidden;
padding: 20px 20px 20px 30px;}
.product .detail-content  .theme_acordion  .theme_swice_text h2{
color: #333333;
float: left;
margin: 0;
text-align: left;
width: 80%;}
.product .detail-content  .theme_acordion  .theme_swice_text span{display: inline-block;
text-align: right;
vertical-align: middle;
width: 20%;}
.product .detail-content  .theme_acordion  .theme_swice_text i{
border: 2px solid #999999;
border-radius: 50%;
color: #999999;
font-size: 23px;
height: 30px;
padding-top: 2px;
text-align: center;
width: 30px;

}
.product .detail-content .panel{margin-bottom:10px}
 
.product .detail-content  .theme_acordion ul.accordion-list{}
.product .detail-content  .theme_acordion ul.accordion-list li{border-left: 5px solid #b1d795;
color: #999999;
margin-bottom: 24px;
margin-left: 28px;
padding-left: 18px;
vertical-align: middle;}
.product .detail-content  .theme_acordion  .panel-body p a{color:#629c49}
.detail-bye-main {
 background: none repeat scroll 0 0 #333333;
display: block;
overflow: hidden;
padding: 45px 40px;
}
.detail-bye-main  .select-cetegory .btn-default:hover, .select-cetegory .btn-default:focus, .select-cetegory .btn-default.active, .select-cetegory .btn-default:active, .select-cetegory .open > .dropdown-toggle.btn-default{
  background: none repeat scroll 0 0 #ffffff;
}
.bye-select{
margin-right: 8%;
width: 55%;
}
.detail-bye-main .amount {
    font-size: 20px;
    font-weight: bold;
}
.quntity.select-cetegory {
  margin-right: 5%;
  width: 35%;
}
.size.select-cetegory {
  width: 60%;
}
.input-text.qty.text {
    background-color: #ffffff;
    border: 2px solid !important;
    height: 50px;
    width: 45% !important;
}
.detail-bye-main .yith-wcwl-add-to-wishlist {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
	margin: 0 0 20px;
}
.detail-bye-main .yith-wcwl-add-to-wishlist a.add_to_wishlist:before, .detail-bye-main .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show a:before,.detail-bye-main .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show a:before
{
    content: "\f08a";
	border: 2px solid;
    border-radius: 50%;
    font-family: FontAwesome;
    font-size: 15px;
    left: 0;
    padding: 5px;
    position: relative;
}
.detail-bye-main a.compare:before, .detail-bye-main a.compare:before
{
    content: "\f074";
	border: 2px solid;
    border-radius: 50%;
    font-family: FontAwesome;
    font-size: 15px;
    left: -5px;
    padding: 5px;
    position: relative;
}
.detail-bye-main .select-cetegory a.compare {
	background:none !important;
    padding: 0 0 0 5px !important;
}
.detail-bye-main .posted_in, .detail-bye-main .tagged_as {
    float: left;
    width: 100%;
}
.detail-bye-main .reset_variations {
    color: #ffffff !important;
}
.detail-bye-main form.cart .variations{
	margin-bottom:0 !important;
}
.detail-bye-main form.cart{
	margin-bottom: 1em !important;
}
.detail-bye-main  .single_variation span.price del{
	color:#999;
}
.single_variation{
	margin:10px 0;
}
.detail-bye-main .quntity-cart .cart {
    margin-bottom: 0 !important;
}
.detail-bye-are h2{margin-bottom: 30px;
margin-top: 0;}
.detail-bye-main h3, .detail-bye-main h4, .detail-bye-main h5, .detail-bye-main h4:hover{color:#fff !important}
.bye-text-right.float_left {
  width: 35%;
}
.detail-content.accordion-content .bye-price {
    display: none;
}
.rating-vote .woocommerce-review-link {
    color: #666666 !important;
    font-size: 18px;
    font-weight: bold;
}
.rating-vote .star-rating{
	font-size:1.3em !important;
}
.detail-bye-main h4{margin-bottom:12px}
.bye-text-right p{font-size:18px}

.detail-bye-main  .select-cetegory span.fa{background: none repeat scroll 0 0 #ffffff;
color: #629c49;}
.detail-content p{line-height:30px}
.bye-select-color.select-cetegory {
  margin-bottom: 10px;
}
.detail-bye-main  .single_add_to_cart_button{
	font-size: 24px !important;
	margin: 35px 0 22px !important;
	padding: 19px 0 !important;
	width:100%;
}
.detail-bye-main .single_add_to_cart_button i {
    padding-right: 20px;
}

.bye-text-right h4{margin-bottom: 20px;}
.bye-text-right a h4{color: #629c49;
margin-top: 42px;}
.bye-text-right a h4 i{border: 2px solid;
border-radius: 50%;
height: 30px;
margin-right: 10px;
padding-top: 5px;
text-align: center;
width: 30px;}

.detail-bye-main .sku_wrapper > h4 {
    display: inline-block;
    margin-right: 10px;
}
.detail-bye-main .sku_wrapper span.sku {
    color: #629c49;
    font-weight: bold;
}
.detail-bye-main .posted_in a ,.detail-bye-main .tagged_as a {
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
}

.select-cetegory  .selectpicker{position:relative}
.select-cetegory  .btn-default:hover, .select-cetegory  .btn-default:focus{background:inherit;color:#999;outline:none}
.select-cetegory span.fa{background: none repeat scroll 0 0 #629c49;
border: 2px solid #ffffff;
color: #ffffff;
height: 100%;
padding-top: 12px;
position: absolute;
right: 0;
top: 0;
width: 45px;}
.select-cetegory  .dropdown-menu{border-radius: 0;
top: 48px;}
.select-cetegory .dropdown-menu > li > a {
  padding: 8px 20px;
}
.price-rang {margin-bottom:60px}
.price-rang   h3 {
  margin-bottom: 47px;
  margin-top: 30px;
}
.price-rang h5{color:#999;margin:0}
.category-content-right h2{margin-bottom:30px}
.category-content-right p, .detail-content p{color:#999}
.category-content-right h1, .category-content-right h2, .category-content-right h3, .category-content-right h4, .category-content-right h5, .category-content-right h6, .detail-content  h1, .detail-content  h3, .detail-content  h3, .detail-content  h4, .detail-content  h5, .detail-content  h6{color:#333}
h5.price ins{ background:none;}
.cuter-main{border-bottom: 4px solid #fafafa;
margin-bottom: 35px;
padding-bottom: 45px;}
.cute {
  padding-right: 0;
}
.cute ul{margin: 45px 0 15px;}
.cute ul li{}
.cute ul li h2{color: #ffd200;}
.cute ul li h4{margin-top:0;color:#999}
.cute ul li h3{margin:0;color:#666}
.cute ul li.cute-was{border-left: 4px solid #cccccc;
margin-left: 28px;
padding-left: 34px;}
.category-content-right   .cute a{color: #ffffff;
display: inline-block;
font-family: "asapbold";
font-size: 18px;
padding: 11px 23px;
vertical-align: middle;}
.category-content-right   .cute a.btn-primary.add-curt{background-color: #ffd200;
border: medium none;
border-radius: 0;
color: #ffffff;
margin-right: 15px;
padding: 11px 22px;}
.category-content-right   .cute a.btn-primary.add-curt:hover{background:#629C49}
.category-content-right   .cute a.add-curt img.cut-icon{margin-right: 12px;
position: relative;
top: -2px;
vertical-align: middle;}
.category-content-right  .readmore{background: none repeat scroll 0 0 #666666;}
.category-content-right  .readmore:hover{color:#629C49}
.category-content-right  .readmore i{margin-left: 12px;}
.category-content-right  .add-curt-img{margin-top: 25px;}
.category-content-right  .product-img i {
  right: 25%;

}
.category.products {
    display: inline-block !important;
    width: 100%;
}
.category  .single-product:nth-child(1){padding-left:15px}
.category  .single-product{margin-bottom:50px !important;}
.category  p.category-text{margin-bottom:30px}
.category-pagination{}
.category-pagination  ul.pagination{}
.category-pagination  ul.pagination li{}
.category-pagination  ul.pagination li a{}
.category-pagination  ul.pagination li a:hover{}
.pagination > li > a, .pagination > li > span {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #337ab7;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-bottom-left-radius:0;
  border-top-left-radius:0;
  margin-left: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a, .pagination > li > span {
  border: 2px solid #cccccc;
  color: #cccccc;
  font-size: 16px;
  margin-right: 25px;
  padding: 10px 11px;font-family: "asapbold";
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > a.active-p, .pagination > li > span:focus, .pagination > li > span:hover {
  border-color: #629C49;
  color: #629C49;
  z-index: 3;
}
/* category page end */

/*product detail page*/
.product-view .product-neighbours {
	background: none repeat scroll 0 0 #333333;
	border-radius: 3px;
	margin: 0 0 30px;
	padding: 10px;
}

.product-neighbours {
	float: left;
	width: 100%;
}

.product-neighbours .next {
	float: right;
}

.product-neighbours .previous {
	float: left;
}

.product-view .product_title {
	float: left;
	font-size: 17px;
	text-transform: uppercase;
	width: 100%;
}

.product-view .woocommerce-product-rating {
	margin-bottom: 8px !important;
}

.product-view .price span {
	font-size: 17px;
	font-weight: bold;
	text-align: left;
}

.product-view form {
	height: auto !important;
}

.product-view .cart button {
	border: 1px solid #ff7f00;
	padding: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.product-view .summary .cart .quantity input {
	border: 1px solid #cac9c9;
	margin-right: 10px;
	padding: 7px;
	width: 60px;
}

.product-view .summary .yith-wcwl-add-to-wishlist a {
	background: url("images/add_to_links_2.png") no-repeat scroll 0 0
		rgba(0, 0, 0, 0);
	color: #999999;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin-bottom: 12px;
	padding-left: 37px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 200ms ease-in-out 0s, color 200ms ease-in-out 0s;
}

.product-view .summary .compare.button {
	background: url("images/add_to_links_2.png") no-repeat scroll 0 -118px
		rgba(0, 0, 0, 0) !important;
	color: #999999;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 18px;
	padding-left: 37px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 200ms ease-in-out 0s, color 200ms ease-in-out 0s;
}

.product-view .summary .yith-wcwl-add-to-wishlist a:hover {
	background-position: 0 -59px;
}

.product-view .summary .compare.button:hover {
	background-position: 0 -177px;
	box-shadow: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	border-bottom: 2px solid !important;
	padding-left: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
	.woocommerce div.product .woocommerce-tabs ul.tabs::before,
	.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li:after
	{
	border: none !important;
	border-radius: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
	background-color: #ff7f00;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
	color: #ffffff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background-color: #f9f9f9;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #FFFFFF;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #555;
	padding: 10px 15px;
	font-size: 16px;
	font-weight: normal;
}

.woocommerce div.product .woocommerce-tabs #tab-description {
	border: none;
	box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs #tab-description h2 {
	display: none;
}

.woocommerce .woocommerce-message::before {
	border-top-color: #FF7F00;
}

.product-view .product-neighbours {
	margin: 0;
	padding: 0;
}

.woocommerce .star-rating span {
	font-family: star;
	color: #FF7F00;
}

.woocommerce .woocommerce-product-rating .star-rating {
	color: #B3B3B3 !important;
}

.summary.entry-summary>div {
	float: left;
	width: 100%;
}

/* a.woocommerce-review-link {
	display: none;
} */

.yith-wcwl-add-to-wishlist .feedback {
	display: none;
}

.summary .yith-wcwl-add-to-wishlist {
	margin-top: 0px;
	width: 40% !important;
}

.summary .product_meta {
	margin-top: 0px;
}

.panel.entry-content {
	box-shadow: none;
}

.woocommerce-tabs #tab-reviews h2, .woocommerce-tabs #tab-reviews h3 {
	font-size: 18px;
	margin: 10px 0 15px;
}

.woocommerce-tabs #tab-reviews .meta strong {
	color: #FF7F00;
}

.summary .yith-wcwl-wishlistexistsbrowse.show {
	margin-top: 18px;
}

.woocommerce-breadcrumb {
	display: none;
}
.related.products {
    float: left;
    margin-bottom: 50px;
    width: 100%;
}
.related.products h2 {
	text-transform: uppercase;
	margin-bottom: 2%;
}

 

.woocommerce-tabs ul li a {
	text-transform: capitalize !important;
}

.woocommerce-tabs #tab-reviews input[type="text"], .woocommerce-tabs #tab-reviews textarea
	{
	padding-left: 10px;
	margin-bottom: 5px;
}

.woocommerce-tabs #tab-reviews input[type="text"] {
	height: 43px;
	float: left;
}

.woocommerce-tabs #tab-reviews label {
	font-size: 14px;
	font-weight: normal;
}

.woocommerce-tabs #tab-reviews #commentform .comment-form-author,
	.woocommerce-tabs #tab-reviews #commentform .comment-form-rating {
	float: left;
}

.woocommerce-tabs #tab-reviews #commentform .comment-form-author,
	.woocommerce-tabs #tab-reviews #commentform .comment-form-email {
	width: 49%;
}

.woocommerce-tabs #tab-reviews #commentform .comment-form-email {
	float: right;
}

.woocommerce-message a {
	color: #FFFFFF !important;
	text-transform: uppercase;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del
	{
	display: inline !important;
}

.woocommerce-main-image img {
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	padding: 8px;
}

/* Woocommerce Sidebar */
.widget_shopping_cart .buttons .button, .widget_price_filter .price_slider_amount .button,
	.widget_shopping_cart .buttons .button:hover {
	border: medium none;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	margin-top: 5px;
	padding: 14px 25px;
	text-transform: uppercase;
}

.widget_price_filter .price_slider_amount .button:hover {
	color: #FFFFFF;
}

.widget_shopping_cart ul li {
	background-image: none !important;
	margin-bottom: 15px !important;
}
.widget .widget_shopping_cart_content li {
    margin-top: 0;
    padding: 0 !important;
}	
.widget .cart_list.product_list_widget li:first-child {
    display: none;
}
.widget_shopping_cart .cart_list.product_list_widget a {
	line-height: 1;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #000000;
}

.widget_price_filter .price_label {
	font-size: 14px;
}

/*Left sidebar*/
#mj-left .search-form .search-submit {
	right: 19px;
}

#mj-left ul {
	padding: 0;
}

#mj-left ul li {
	background: url("./images/company_aerrow.png") no-repeat scroll left
		center transparent;
	line-height: 30px;
	list-style: outside none none;
	padding-left: 25px;
}

#mj-left ul li a {
	color: #aaaaaa;
}

#mj-left .widget {
	width: 100%;
}
/* woocommerce - addtocart*/

.woocommerce table.shop_table {
	border:1px solid rgba(0, 0, 0, 0) !important;
}
.woocommerce table.shop_table td{
	border-top:1px solid rgba(0, 0, 0, 0) !important;
	border-left:1px solid rgba(0, 0, 0, 0) !important;
	border-right:1px solid rgba(0, 0, 0, 0) !important;
}
.woocommerce table.shop_table th {
	color: #43474d !important;
	padding: 12px 5px !important;
	font-weight: 600 !important;
	font-size: 18px;
	border:none;
}
.woocommerce table.shop_table.cart th{
	border-bottom:5px solid #f7f7f7;
}
.woocommerce table.shop_table.cart td{
	border-bottom:5px solid #f7f7f7;
}
.woocommerce .shop_table.cart tr.cart_item td{
	padding-bottom: 25px;
    padding-top: 33px;
	padding-left:5px;
	text-align:left;
}
.woocommerce-cart table.shop_table.cart .actions{
	padding-top:25px;
	border-bottom: medium none !important;
}
.woocommerce .shop_table.cart tr.cart_item td .cart-subtotal{
	color:#000;
	margin-bottom: 0;
    text-transform: uppercase;
	font-size:24px;
}
.woocommerce-cart table.cart .coupon{
	float:left;
}
.woocommerce-cart table.cart .coupon label{
	float:left;
	padding: 2px 10px 3px 0;
    text-transform: uppercase;
	font-size: 18px;
    font-weight: 600;
	color: #000000;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
	color: #000000 !important;
	font-size: 17px !important;
	font-weight: 600;
	text-transform:uppercase;

}
.woocommerce-cart .cart-collaterals .cart_totals table tr{
	padding-bottom:15px;
}
.woocommerce-cart .cart-collaterals .cart_totals table td p a{
	font-size:15px !important
}
.woocommerce .shop_table.cart th {
	padding: 12px 5px;
	text-align: left;
	text-transform:uppercase;
}
.woocommerce-cart table.shop_table a{
	color: #43474d !important;
	font-weight: 600 !important;
	text-transform:uppercase;

}
.woocommerce .shop_table .cart_item .amount{
	font-weight:600;
}
.woocommerce .shop_table .cart_item .product-name .amount{
	color:#ffd200 !important;
}
.woocommerce .shop_table .cart_item .product-remove a{
	color: #bdc1c7 !important;
	font-size: 24px;
	float:right;
}
.woocommerce .cart .cart_item .input-text.qty.text{
	border-color:#cccccc !important;
	height:40px;
	width:45px !important;
}
.woocommerce .shop_table .cart_item .product-remove a:hover{
	background:none;
}
.woocommerce .cart-collaterals .cart_totals table, .woocommerce .cart-collaterals .cart_totals table tr th,
.woocommerce .cart-collaterals .cart_totals table tr td{
	border:none !important;
	padding-bottom:15px;
}
.woocommerce .cart-collaterals .cart_totals h2{
	padding-top:12px;
	line-height: 2;
}
.woocommerce input.button {
	border-color: #ff7f00 !important;
	color: #FFF;
	text-transform: uppercase;

}

.woocommerce .actions input.button {
	margin-left: 5px;
}

.woocommerce .actions input.button:hover {
	color: #FFF;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	border-color: #ff7f00 !important;
	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;
}

.woocommerce-cart  span.amount {
	font-size: 16px;
	font-weight:600;
}

.woocommerce-cart table.shop_table a {
	font-size: 18px;
}
.woocommerce-cart table.cart .quantity > h4{display:none;}
.woocommerce-cart table.cart img {
	width: 110px !important;
	height:103px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	border: 2px solid #dddddd !important;
	box-shadow: none;
	color: #999999;
	font-size: 16px;
	padding: 5px 6px 5px 10px;
	border-radius: 0px;
	width: 180px;
	height: 46px;
}
.woocommerce-cart table.cart .cart_item .quantity input[type="number"]{
	line-height:2;
	border:1px solid #cccccc;
}
.woocommerce .cart input.button{
	color:#fff !important;
	font-size: medium;
}
.woocommerce-cart .cart-collaterals .cart_totals  table select,
.woocommerce-cart .cart-collaterals .cart_totals  table input[type="text"]{
	width:100% !important;
	margin-bottom:25px;
}
.woocommerce-cart table.cart td.actions input.button{
	float:right;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
	font-size:18px;
	padding-top:25px;
	padding-bottom:25px;
	color:#fff !important;
}
.woocommerce #ship-to-different-address .input-checkbox{
	margin-top:13px;
}
.woocommerce #ship-to-different-address .checkbox{
	float:right;
	padding-left:25px;
}
ul.payment_methods li {
	list-style: none;
}

.order-actions .button.view, .order-actions .button.view:hover {
	padding: 10px 20px;
	color: #FFFFFF !important;
}

.wishlist_table .product-add-to-cart a {
	color: #FFFFFF !important;
}
.woocommerce .wishlist_table td.product-add-to-cart a{
	text-transform:uppercase;
}
.woocommerce a.remove{
	line-height:0.8 !important;
}
.my_account_orders td {
	font-size: 15px;
}

.my_account_orders th {
	border-top: none !important;
}

.product-view .product-neighbours {
	background: none repeat scroll 0 0 #333333;
	border-radius: 3px;
	margin: 0 0 30px;
	padding: 10px;
}

.product-neighbours .previous .fa-arrow-left {
	background: url("./images/pagenation.png") no-repeat scroll 0px -45px
		rgba(0, 0, 0, 0) !important;
	color: transparent;
	transform: rotate(90deg);
}

.product-neighbours .next .fa-arrow-right {
	background: url("./images/pagenation.png") no-repeat scroll right -30px
		rgba(0, 0, 0, 0) !important;
	color: transparent;
	transform: rotate(90deg);
}

.product-neighbours .previous a, .product-neighbours .next a {
	font-size: 14px;
	color: #fff;
	padding-left: 10px;
}

.product-neighbours .previous a:hover, .product-neighbours .next a:hover
	{
	color: #ff7f00;
}

.woocommerce-tabs ul.tabs {
	background: none;
}

.woocommerce-tabs ul.tabs li a {
	background-color: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding-bottom: 0px;
	padding-top: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	background-color: transparent;
	cursor: default;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
}

.product-view .product.type-product {
	float: left;
}

.woocommerce-message {
	/* float: left; */
	width: 100% !important;
}

/* woocommerce checkout page  and my account page */

.woocommerce .checkout .detail-content .panel-group .panel{
	margin-bottom:10px;
	margin-top:0px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	color:#fff !important;
	border-radius:0px !important;
} 
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
	border-radius:0px !important;
}

.woocommerce-billing-fields h3 {
	margin: 30px 0 20px;
}
.woocommerce form .form-row .input-checkbox{
	float:left;
	margin:19px 22px 0 0 !important;
}
.woocommerce form p.form-row  label.chackbox{float:left;}
.woocommerce .checkout .theme_acordion .panel-body{
	margin-top:20px;
}

#customer_details input[type="text"], .login input[type="text"] {
	border-color: #dddddd !important;
	padding-left: 10px;
}

.login input[type="password"] {
	height: 43px;
	box-shadow: none;
	padding-left: 10px;
	border: 1px solid #dddddd;
	color: #dddddd;
}

.woocommerce form .form-row label {
	font-size: 14px;
	font-weight: normal;
}
.woocommerce form input[type="text"],.woocommerce form input[type="password"],
.woocommerce #customer_details .woocommerce-shipping-fields p.notes textarea{
	border:2px solid #dddddd;
}
.woocommerce .woocommerce-checkout .detail-content .acordion-col{
	padding-right:0px;
}
.woocommerce form p.form-row > label 
{
	color: #666666;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
}
 
.woocommerce form p.form-row {
	margin-bottom:25px !important;
}
.woocommerce-billing-fields .address-field .select2-container.country_to_state.country_select,
.woocommerce .shipping_address .select2-container.country_to_state.country_select,
.woocommerce-billing-fields .address-field .select2-container.state_select
 {
	border:1px solid #dddddd !important;
	line-height: 3;
    float: right;
    width: 70% !important;
}
.woocommerce-billing-fields .address-field .select2-container.country_to_state.country_select a,
.woocommerce-billing-fields .address-field .select2-container.state_select a{
	border-radius:0px;	 
}

.woocommerce form .form-row  select{
	height:40px;
}
 
.woocommerce  #billing_address_2_field  input[type="text"],
.woocommerce  #shipping_address_2_field  input[type="text"] {
	margin-left:30%;
	margin-bottom:25px;
}
.woocommerce form.login, .woocommerce form.checkout_coupon {
	border:none !important;
	border-bottom:5px solid #fafafa !important;
	margin-bottom:40px !important;
}
 
.woocommerce form .form-row  select,
.woocommerce form.login .form-row input[type="password"], 
.woocommerce .form-row input[type="text"],.woocommerce .form-row input[type="email"],
.woocommerce .create-account .form-row input[type="password"],
.woocommerce #billing_phone_field.form-row input[type="tel"]{
	border: 2px solid #dddddd;
	float:right;
	width:70% !important;
}
.woocommerce .form-row input[type="email"],.woocommerce #billing_phone_field.form-row input[type="tel"]{
	padding:10px;
}
.woocommerce .checkout_coupon p.form-row{
	float:left;
	width:100%;
}
.woocommerce .checkout_coupon .form-row input[type="text"]{
	width:100%!important;	 
}
.woocommerce form.login .form-row .button,.woocommerce form.login .lost_password{
	margin-left:30% !important;
}
#customer_details input[type="text"], .woocommerce form .form-row textarea
	{
	padding-left: 10px;
}

.woocommerce .woocommerce-info:before {
	color: #333;
}

.woocommerce button.button {
	background-color: #ff7f00;
	color: #FFF;
	text-transform: uppercase;
}
.select-cetegory .wcwm_warranty_display {
	margin-top:0;
    margin-bottom: 10px;
}
.select-cetegory .wcwm_warranty_display label{
	color:#fff;
	font-weight:bold;
	font-size: 18px;
}
.woocommerce button.button:hover {
	background-color: #ff7f00;
	color: #FFF;
}

.woocommerce form .form-row input.button:hover {
	color: #FFF;
}

.woocommerce table.shop_table tfoot tr th {
	border-top: none;
	border-bottom:1px solid #e0e0e0;
}

.woocommerce form.login p a {
	color: #555;
}

.woocommerce form.login p a:hover {
	color: #2C8296;
}

.woocommerce form .form-row .required {
	color: #ff7f00;
}

.woocommerce .shop_table.cart td {
	text-align: center;
	font-size:15px;
}

.woocommerce table.customer_details th {
	border-bottom: none !important;
}
.woocommerce .login .form-row .inline input[type="checkbox"]{
	margin: 5px 5px 0;
}
.woocommerce .login .form-row input[type="text"], .woocommerce .login .form-row input[type="password"]{
	color:#999999;
}
.woocommerce-checkout #payment{
	background:none !important;
}
.woocommerce   table.woocommerce-checkout-review-order-table th,.woocommerce  table.woocommerce-checkout-review-order-table td,
.woocommerce   table.my_account_orders th,.woocommerce  table.my_account_orders td,
.woocommerce   table.shop_table.wishlist_table th,.woocommerce  table.shop_table.wishlist_table td
{
	border-bottom:1px solid #dddddd !important;
	border-top:	none !important;
}
.woocommerce   table.shop_table.wishlist_table th,.woocommerce  table.shop_table.wishlist_table td{
	text-align:left;
}

.woocommerce form  fieldset  legend{
	border:none;
	text-transform:uppercase;
	font-weight:600;
	margin:30px 0px;
}


.order_review td {
	text-align: left;
}

.wishlist-title h2, .cart-collaterals .cart_totals  h2,
	.woocommerce-billing-fields h3, .woocommerce-shipping-fields #ship-to-different-address,
	#order_review_heading, .woocommerce-checkout .woocommerce h2,
	.woocommerce-checkout .woocommerce h3, .woocommerce-account .woocommerce h2,
	.woocommerce-account .woocommerce h3, .woocommerce-shipping-fields .checkbox
	{
	font-size: 18px;
	font-weight: normal;
}

.woocommerce form .form-row .select2-container {
	line-height: 3em;
}

.select2-results {
	background-color: #FFFFFF;
}

#select2-drop ul li div, #select2-choice {
	color: #CCCCCC;
}
/* order-recieve */

.woocommerce ul.order_details{
	margin-top:20px !important;
}
.woocommerce ul.order_details li{
	font-size:14px;
}
.woocommerce ul.order_details li strong{
	line-height:2em;
	font-size:16px;
}
.woocommerce table.shop_table.order_details{
	margin-bottom: 60px;
}


/*product list view css*/


.portfolio_section li a:hover {
	box-shadow: none;
}

div.default ul.sp-portfolio-filter li a:hover {
	box-shadow: none !important;
}

.comment-reply-title, .comments-title {
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

#commentform p label {
	font-size: 13px;
	font-weight: normal;
}

.woocommerce span.onsale {
    background-color: #ff7f00;
    border-radius: 0;
    color: #ffffff;
    font-weight: bold;
    left: 15px;
    padding: 8px;
    top: 0;
	position:absolute;
}

.product_details .yith-wcwl-wishlistexistsbrowse.show {
	margin-top: 30px !important;
}

.content_right>h2, .content_left h2 {
	margin-top: 0;
}

/*portfolio detail page*/
.portfolio_area {
	float: left;
	margin-bottom: 50px;
	padding: 0;
	width: 100%;
}

.portfolio_area_left {
	float: left;
	margin: 0;
	padding: 0;
	width: 75%;
}

.portfolio_area_right {
	float: left;
	margin: 0 0 0 3%;
	padding: 0;
	width: 22%;
}

.portfolio_area_left img {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	float: left;
	margin: 0;
	padding: 0;
}

.portfolio_area_right a {
	text-decoration: none;
}

.addto_favorites {
	background: none repeat scroll 0 0 #eee;
	border-radius: 3px;
	color: #999;
	display: block;
	font-size: 13px;
	margin: 20px 0 0;
	padding: 10px 0 10px 15px;
	width: 122px;
}

.addto_favorites i {
	color: #c3c3c3;
}

ul.small_social_links {
	list-style: outside none none;
	margin: 9px 0 25px;
	padding: 0;
}

.small_social_links li {
	float: left;
	margin: 0 9px 0 0;
	padding: 0;
	list-style: none;
}

.small_social_links li a {
	opacity: 0.7;
}

.portfolio_area_right a {
	text-decoration: none;
}

.project_details {
	margin: 70px 0 0;
	padding: 0;
}

.project_details span {
	border-bottom: 1px solid #e3e3e3;
	color: #454545;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0;
	width: 100%;
	line-height:3;
}

.project_details strong {
	color: #727272;
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	width: 40%;
}

.project_details em {
	color: #727272;
	float: left;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	width: 60%;
}

.project_details span a {
	background-color: #e3e3e3;
	border-radius: 3px;
	color: #727272;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 30px;
	margin: 0 0 0 3px;
	padding: 3px 10px;
}

.tab-content, .tab-container-two.fullpage {
	padding-top: 0px !important;
}

.acc-trigger.active a {
	background-position: 20px -72px !important;
}

.breadcrumb>li {
	display: inline !important;
}

#content-area .accrodation h2 {
	margin-top: 0;
}

.portfolio_section .sp-portfolio h2 {
	margin-top: 0;
}

.portfolio_area_right h3, .portfolio_area_right .project_details h4 b {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: normal;
}
 
.product_list_widget .product-title,.widget .product_list_widget a, .widget_shopping_cart_content .total > strong
{
	font-size:16px;
	text-transform:uppercase;
	color:#333333 !important;
	font-weight:bold;
}
.product_list_widget .amount{
	font-weight:bold;
	text-decoration: inherit;
    margin-top: 10px;
	display:inline-block;
}
.product_list_widget  .star-rating
{
	margin-top:10px !important;
	margin-bottom: 0 !important;
}
.product_list_widget .reviewer {
    display: inline-block;
	margin-top:10px !important;
}
.woocommerce .order_details li {
	font-size: 13px;
}

.woocommerce .order_details li strong {
	font-size: 14px;
}
.PricesalesPrice ins{
	background-color:#fff;
}
 

ul.order_details li {
	list-style: none;
}

.widget .textwidget img {
	height: auto;
}

#contact {
	background-color: #fff;
}
 

.cart-collaterals .cart_totals table tr th {
	padding: 5px !important;
}

.portfolio_area .portfolio_area_left img {
	width: 100%;
	height: 500px;
}

.no-display {
	display: none;
}

.navbar {
	margin-bottom: 0 !important;
}

#content-area .entry-content h2{
	margin-top:0;
	margin-bottom:22px;
	font-size:24px;
}
.page-title {
    margin-top: 0;
}
#bbpress-forums div.odd, #bbpress-forums ul.odd{
	background-color:#fff;
}

.framed-box .framed-box-wrap .pricing-title h3{
	margin-bottom:20px;
	margin-top:0;
}
.divider_line5 {
    border-bottom: 1px solid #f3f3f3;
    float: left;
    height: 8px;
    margin: 30px 0 27px;
    padding: 0;
    width: 100%;
}
.woocommerce table.shop_table{
	float:left;
}
#spcf-form label{
	font-weight:normal;
	text-transform:uppercase;
	font-size:14px;
	color:#aaaaaa;
}
 
.woocommerce table.wishlist_table tr td.product-remove{
	padding:10px;
}
.product-price .amount{color:#ffd200; font-weight:600;}
.product-price del .amount{color:#999;}
.widget_recent_entries ul li,
.widget_recent_comments ul li{
	max-height:21px;
	overflow:hidden;
}
.detail-content .comment-respond p.comment-form-comment{
	margin-bottom:20px !important;
}
.detail-content .comment-respond p.comment-form-comment textarea{
	border:1px solid #dddddd;
}

/*fornt-end side admin */

#wpadminbar a.ab-item, #wpadminbar > #wp-toolbar span.ab-label, #wpadminbar > #wp-toolbar span.noticon {
    color: #eee !important;
}
#wpadminbar .quicklinks .menupop ul li a:focus, #wpadminbar .quicklinks .menupop ul li a:focus strong, #wpadminbar .quicklinks .menupop ul li a:hover, #wpadminbar .quicklinks .menupop ul li a:hover strong, #wpadminbar .quicklinks .menupop.hover ul li a:focus, #wpadminbar .quicklinks .menupop.hover ul li a:hover, #wpadminbar li #adminbarsearch.adminbar-focused::before, #wpadminbar li .ab-item:focus::before, #wpadminbar li a:focus .ab-icon::before, #wpadminbar li.hover .ab-icon::before, #wpadminbar li.hover .ab-item::before, #wpadminbar li:hover #adminbarsearch::before, #wpadminbar li:hover .ab-icon::before, #wpadminbar li:hover .ab-item::before, #wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus, #wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover{
	color: #00b9eb !important;
}
#wpadminbar .ab-top-menu > li.hover > .ab-item, #wpadminbar .ab-top-menu > li:hover > .ab-item, #wpadminbar .ab-top-menu > li > .ab-item:focus, #wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus{
	color: #00b9eb !important;
}
#wpadminbar > #wp-toolbar a:focus span.ab-label, #wpadminbar > #wp-toolbar li.hover span.ab-label, #wpadminbar > #wp-toolbar li:hover span.ab-label{
	color: #00b9eb !important;
}


