/*
Theme Name: MOJOOMLA
Theme URI: http://mobilewebs.net/mojoomla/demo/wordpress/mojoomla/
Author: Mojoomla team
Author URI: https://green-weasel-297773.hostingersite.com/
Description: MOJOOMLA is Multipurpose Responsive Ecommerce theme, developed with Theme Option with great attention to details.
Version: 1.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: mojoomla

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 Structurerating_span
 * 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
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * ----------------------------------------------------------------------------
 */

 *, *:after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.product_cat-mobileapps #submit, .product_cat-services #submit
{
	background-color: #EA6B00 !important;
	border: none;
	/* width: 230px; */
	font-size: 21px;
	padding: 12px 80px;
	border-radius: 4px !important;
	color: #fff !important;
}

html, body {
	height: 100%;
	width: 100%;
}

body {
	color: #374151;
	line-height: 1.5em;
	overflow-x: hidden;
	font-size: 14px !important;
    font-family: 'Open Sans', sans-serif !important;
}


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
{
	color:#000 !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;
	/* height: 40px; */
	padding: 10px;
}

input[type="submit"], button {
	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 {
	float:left;
	width:100%;
	border: 1px Solid #dddddd !important;
	height: 1px;
	margin: 30px 0 !important;
}


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: "Open Sans",sans-serif;
	line-height: 27px;
	font-weight: normal;
}
a,img{
	outline:0 !important;
}
img {
	max-width: 100%;
}

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, .slaid-text, .shipping-main, .single-customers-text a, .footer-menu ul li a, .footer-menu p {
    font-weight:bold;
} */
#content-area, .main-content {
/*     margin-bottom: 60px; */
}
/**
 * 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;
}

.header_area{
	float:left;
	width:100%;
	margin-bottom: 5px;
}
.header_top{
/* 	background-color:#DEF2FB; */
	/* background-color:#F3F7FA; */
	background-color:#FFFFFF;
	padding: 14px 0px 0px 0px;
    height: 92px;
	width:100%;
}
/*header mini cart*/
.header-min-cart
{
	position:relative;
}

.header-min-cart .min-cart{
	display:none;
	position:absolute;
	padding: 15px;
	top:38px;
	right:0;
	z-index:999999;
	background-color: #f2f2f2;
    box-shadow: 0px 1px 4px 0px #333333;
	width: 380px;
}
.navbar-nav.pull-right > li:hover {
    background-color: #def2fb;
}
.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-title h3 {
    margin: 0;
}
.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-top: 2px;
    padding-bottom: 2px;
	height: inherit;
}

.woocommerce-mini-cart__total.total strong{
	font-size: 18px;
    margin-left: 123px;
}

.wrapper .container #content-area{
	padding-top: 28px !important;
}
/* .cart-subtotal td , .order-total td{
	float: right;
	padding-right: 14px !important;
	border: 1px solid #ebe9eb !important;
}
.order-total th , .cart-subtotal th{
	padding-left: 33px !important;
	border: 1px solid #ebe9eb !important;
} */
.woocommerce-input-wrapper .select2{
	float: right;
    width: 70% !important;
}
.select2-container .select2-selection--single{
	height: 40px;
	border-color: #dddddd !important;
	padding-top: 5px;
}
.select2-selection__arrow{
	padding-top: 40px !important;
}
.header-min-cart .min-cart .mini_cart_item .remove_from_cart_button{
	margin-right: 4px;
}
.cart_subtotal{
	float : right !important;
}
.cart_subtotal .cart_totals.calculated_shipping h2{
	border: 1px solid rgba(0,0,0,.1) !important;
    text-align: center;
    padding-bottom: 15px;
}
.cart_subtotal .cart_totals.calculated_shipping table tr , .cart_subtotal .cart_totals.calculated_shipping td{
	border: 1px solid rgba(0,0,0,.1) !important;
    text-align: center;
    padding-bottom: 15px;
}
.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.button{
	color: #fff !important;
	background:none !important;
	font-size: 12px !important;
    padding: 0 !important;
}
.header_top .form-inline input[type="submit"]{
	padding:0;
	padding-top:10px;
}	
/* .header_top .header-logo img {
	width:100px;
} */
.header_top .serch-top{
	width: 20%;
    padding: 0;
}
.search-box input{
	height:28px;
	width:80%;
}
.fa-search::before{
	font-size:20px;
}
.header_top ul.navbar-nav  li{
	font-size:18px;
	margin-right:10px;
}
.header_top ul.navbar-nav  li i{
	font-size:18px;
}
.header_top .navbar-nav > li > a{
	border-radius: 5em;
    color: #82909a;
    padding: 4px 10px;
	font-weight: 400;
}
.header_top .navbar-collapse .nav.navbar-nav > li > a:hover{
	background-color: #F59C50;
    color: #f6f6f6 !important;
    box-shadow: 0 3px 0 0 #F59C50;
}

.header_top ul.navbar-nav li .active{
	background:linear-gradient(to bottom, #F38A2E, #F7B479);
	color: #fff !important;
}
.header_top ul.navbar-nav li a.active:hover{
	color: #fff !important;
}
.header_bottom ul.navbar-nav{
	margin-top: 10px;
	list-style:none;
	margin-bottom: 15px;
}
.header_bottom ul.navbar-nav li{
	padding: 9px 0;
	position:relative;
}
.header_bottom ul.sub-menu-account {
    position: absolute;
    list-style: none;
    padding: 0 8px;
    background-color: #f2f2f2;
	box-shadow: 0 1px 4px 0 #333333;
	top: 38px;
	visibility: hidden;
    z-index: 999999;
}
.header_bottom ul.navbar-nav li:hover ul.sub-menu-account{
	visibility:visible;
}
.header_bottom .sub-menu-account > li {
    width: 115px;
	border-bottom: 1px solid #ffffff;
}
.header_bottom .sub-menu-account > li:last-child{
	border:none;
}
.header_bottom ul.navbar-nav > li > a{
	font-size:13px;
	padding:0 15px;
	color:#8D8D8D !important;
	font-weight: 600;
}
.header_bottom ul.navbar-nav li a i.fa-chevron-down{
	padding-left:5px;
	font-size:12px;
	color: #959595;
}
.header_bottom .header-imgges {
    float: left;
	width: 100%;
	margin-bottom:0px;
	text-align:center;
	bottom: 25px;
    position: relative;
}
.header_bottom .container .col-md-12.col-sm-12.col-xs-12{
	bottom: 25PX;
}
.header_bottom .header-imgges img{
	/* padding:0 15px;
	width: 9.60%; */

	margin: 0px 4px;
    border: 2px solid #F3F7FA;
}


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

.cart-title-excerpt {
    width: 65%;
    float: left;
	text-align: left;
    padding: 0 20px;
}

.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;
    }
/*::-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"] {
	border: none;	
	width:90%;
	padding-top:5px;
	padding-bottom:5px;
}
.search-box form > 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, .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;
	box-shadow:0 1px 4px 0 #f1f1f1;
}
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;
	border-radius:0;
}
#myNavbar .navbar-nav ul.sub-menu li a:hover{
	background-color: transparent;
    box-shadow:none;
    color: #f38a2e !important
}
#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;
    }
 
.dropdown-nav li a {
    font-size: 14px;
    color: #fff;
    }

.navbar {
    min-height: inherit;
    }

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    }


/**
 * 6.0 Home Page 
 * -----------------------------------------------------------------------------
 */
 
.slider-revolution{
	float:left;
	width:100%;
	max-height:555px;
}

.slider-revolution .fullwidthbanner ul li{
	max-height:550px !important;
}
.slider-revolution .tparrows.hidearrows{
	opacity: 1 !important;
}
/* .tp-simpleresponsive >ul >li .slotholder{
	visibility: hidden !Important;
} */
.slider-revolution .slider-desc{
   letter-spacing: 0 !important;
   font-size:18px;
   font-weight:500px;
   line-height:35px;
   font-family:"Open Sans",sans-serif;
   color:#666666;
   font-style:Fashion-BigDisplay;
}
.slider-revolution .rs-title{
	font-family:'Open Sans', sans-serif !important;
	font-style:Fashion-BigDisplay;
	font-size:35px;
	line-height:60px;
	font-weight:700;
	color:#454545;
	text-transform:uppercase;
}
.slider-revolution .btn{
    font-family: "Open Sans",sans-serif;
    font-size: 13px !important;
    line-height: 17px !important;
}
.slider-revolution .btn a.button_slider {
    color: #ffffff !important;
	font-size: 17px;
}
/* .slider-revolution .btn a.button_slider span {
    color:#616161 !important;
	font-size: 17px;
} */

.slider-revolution .btn a.button_slider:hover {
    color: #000000 !important;
	font-size: 17px;
}

.slider-revolution .fullwidthbanner-container .fullwidthbanner{
		max-height: 550px !important;
		height:550px;
}
.slider-revolution .fullwidthbanner-container .fullwidthbanner ul{
	padding-left:0;
	list-style:none;
}
/* end slider */

.btn{
	background:#F39C51 !important;
	border:2px solid #F38A2E !important;
	color:#fff !important;
	text-transform:uppercase !important;
	border-radius:1.2em !important;
	margin-top:20px;
	font-weight: bold !important;
	padding:10px 25px !important;
}
.btn:hover{
	color:#000000 !important;
}

/* Shop area */

.shop-area{
	float:left;
	width:100%;
	padding:20px 0;
}
.shop-area i{
	padding-right:5px;
}
.shop-area .shipping {
    margin-bottom: 10px;
}
.shop-area .shipping a{
	font-size:20px;
}
.shop-area .shipping .text-right{
	padding-right:40px;
}
.shop-area .shipping .text-left {
    padding-left: 40px;
}
.shop-area .shipping .text-left p{
	padding-left:30px;
}
.grid-shop{
	float:left;
	width:100%;
}
.grid-shop .grid-shop-one{
	padding:0;
}
.grid-shop .grid-shop-left{
	width:99%;
	background-color:#F2F2F2;
	height:615px;
	padding-top:35px;
	margin-bottom:13px;
}
.grid-shop .grid-shop-right{
	width:99%;
	background-color:#F2F2F2;
	height:615px;
	float:right;
	padding-top:35px;
	margin-bottom:13px;
}
.grid-shop  .grid-shop-left h2, .grid-shop .grid-shop-right h2{
	font-size:44px;
	font-weight:300;
	color:#333333 !important;
}
.grid-shop .grid-shop-left h3 , .grid-shop .grid-shop-right h3{
	margin:0;
	color:#777777 !important;
	font-size:20px;
}  
.grid-shop  .grid-shop-img {
	padding-top:55px;
	padding-right:0;
	text-align: right;
}
.grid-shop  .grid-shop-sub{
	top:150px;
	padding-right:0;
	padding-left:50px;
}
.grid-shop .grid-shop-right .grid-shop-right-img{
	padding:0;
}

/* Portfolio start */

.portfolio{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.portfolio .slider-title h2{
	font-size:37px;
	color: #292929 !important;
}
.portfolio .slider-title{
    margin-bottom: 35px;
}
.portfolio .portfolioFilter{
	text-align:center;
	margin-bottom:70px;
}
.portfolio .portfolioFilter ul li{
	display:inline;
}
.portfolio .portfolio_page .porfolio_btn{
	float:none;
	font-size: 13px;
    margin: 10px;
    padding: 5px 0;
	display:inline;
	font-weight:600;
	text-transform:uppercase;
}
.portfolio .portfolio_page .porfolio_btn  {
    border-radius: 5em;
    color: #999999 !important;
    padding: 8px 11px;
}
.portfolio .portfolioContainer .money img{
    padding: 20px 0;
}
.portfolio .portfolio_page a.porfolio_btn:hover, .portfolio .portfolio_page .porfolio_btn.active{
	box-shadow:0 0 1px 1px #F38A2E;
	color:#F38A2E !important;
}
.portfolio .portfolioContainer{
	float:left;
	/* height:435px !important; */
	margin-bottom:50px;
}
.portfolio .portfolioContainer .isotope-item{
	border: 1px solid transparent;
	height:auto;
}
.portfolio .portfolioContainer .isotope-item:hover{
	border-color:#dddddd;
}
.portfolio .portfolioContainer .info{
	border:none;
	margin-bottom:0;
	padding-bottom:10px;
}
.portfolio .portfolioContainer .info .additionnal .title{
	float:left;
	width:100%;
	margin-bottom:10px;
	
}
.portfolio .portfolioContainer .info .additionnal .title a{
	border-bottom:1px solid #dddddd;
	width:100%;
	float:left;
	font-weight: 600;
	padding-bottom:12px;
	font-size:14px;
}
.portfolio .portfolioContainer .info .additionnal .cart_price{
	color: #f38a2e !important;
    float: left;
    font-size: 20px;
    font-weight: bold;
}
.portfolio .portfolioContainer .rate ul{
	padding-top:5px;
	padding-left:0;
}
.portfolio .portfolioContainer .rate ul div{
	display:inline;
	color:#a0a0a0;
}
.portfolio .portfolioContainer .rate .marked {
	color:#F38A2E;
}
.woocommerce.rate-home .star-rating{
	color:#f38a2e;
	font-size: 1.2em;
    height: 1.2em;
	width: 5.5em;
	line-height: 1.2;
	margin:0;
}
.woocommerce .star-rating{
	color:#f38a2e;
}

/* slider + portfoilo */
.portfolio .tab_content .tab-container{
	width:100%;
	padding:0;
}
.portfolio .new_product_cuarosel .item{
	padding:15px;
}
.portfolio ul.tab-top{
	background:transparent;
}
.portfolio .tab_content ,.portfolio  ul.tab-top li , .portfolio .tab_content .nav-tabs{
	border:none;
}
.portfolio .tab-top{
	margin-bottom:70px;
}
.portfolio .tab-top > li > a{
	color:#999999 !important;
	border:none !important;
	padding:8px 11px;
}
.portfolio .tab-top > li{
	margin:6px;
	font-weight:600;
	font-size:15px;
}
.portfolio .tab-top > li.active > a:focus,
.portfolio .tab-top > li.active > a,
.portfolio .tab-top > li.active > a:hover,
.portfolio .tab-top > li > a:hover{
	box-shadow: 0 0 1px 1px #f38a2e;
    color: #f38a2e !important;
	border-radius:5em;
	border:none !important;
	padding:8px 11px;
}
.portfolio .tab-content .owl-carousel .owl-item{
	border:1px solid transparent;
}
.portfolio .tab-content .owl-carousel .owl-item:hover{
	border-color:#dddddd;
}
.portfolio .owl-carousel .owl-item .title{
	float: left;
    margin-bottom: 10px;
    width: 100%;
}
.portfolio .owl-carousel .owl-item .title a{
	border-bottom: 1px solid #dddddd;
	float: left;
	font-size: 14px;
    font-weight: 600;
    padding-bottom: 12px;
    padding-top: 12px;
    width: 100%;
}
.portfolio .owl-carousel .owl-item .info{
	border:none;
}
.portfolio .owl-carousel .owl-item .cart_price{
	color: #f38a2e !important;
    /* float: left; */
    font-size: 20px;
    font-weight: bold;
}
.portfolio .owl-theme .owl-controls .owl-page.active span{
	background: #f38a2e !important;
}
.portfolio .owl-wrapper-outer .star-rating{
	display:block;
}


/**
 * 7.0 - Footer Section
 * -----------------------------------------------------------------------------
 */
 .footer-info {
    background-color:#F3F7FA;
	float:left;
	padding-top:50px;
	width:100%;
	padding-bottom: 10px;
	font-size:13px;
}

.footer-info .logo {
	    margin-top: 25px;
    margin-bottom: 16px;
}
.footer-info .logo img {
	    width: 180px;
}
.footer-info .widget .widget-title  {
	color: #424242 !important;
    font-size: 19px;
    font-weight: 500;
    margin-top: 30px;
	margin-bottom: 20px;
}
.footer-info .widget   p{
	line-height: 25px;
	color: #333333;
}
.footer-info .manage .widget .textwidget  p{
	padding-bottom: 10px;
}
.footer-info  a{
	color:#333333 !important;
}

.footer-info h2  a{
	color:#f38a2e;
	font-size: 17px;
}

.footer-info .title  a:hover{
	color:#f38a2e;
}
.footer-info .manage{
	padding-right:3%;
}
.footer-info .footer-list{
	float:left;
	width:100%;
	padding-bottom:15px;
	border-bottom: 1px solid #fff;
}
.footer-info .footer-list ul{
	padding-left:0;
	list-style-type:none;
}
.footer-info .footer-list ul li{
	line-height: 30px;
}

.footer-info .copyright{
	color:#333333;
	padding-top: 12px;
}
.footer-info .copyright ul{
	float: right;
	padding-left: 0;
    padding-right: 7%;
	margin-bottom: 0;
}
.footer-info .copyright ul li{
	display: inline;
	font-size: 21px;
    padding: 0 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.footer-info .copyright ul{
		padding-right: 32%;
	}
}
/*======================= 
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;
    }

.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: #000 !important;
    margin-right: 10px;
	padding-left:10px;
    }

.product-img {
    position: relative;
}
.product-img img{
	width: 100%;
}
.owl-wrapper-outer .star-rating {
    display: none;
}
 
/**
 * 5.0 - Content Section
 * -----------------------------------------------------------------------------
 */

.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 ##### */
.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;
	display:none;
}
#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;
		display:none;

}
.comment-awaiting-moderation{
	float:right;
}
#comments #commentform p{
	margin-bottom:25px;
		display:none;

}
#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-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: 2px 0;
} */
.breadcrumbs .entry-header {
    margin-top: 10px;
	color: #9C9797 !important;
	font-weight: 400;
	margin-bottom:5px;
}
.header_bottom .woocommerce-breadcrumb{
	display:block;
	font-size: 15px !important;
	margin:0 0 1em;
}
.breadcrumb > li + li::before{
	padding:0 5px 0 10px !important;
}
.breadcrumb{
	padding-left:0 !important;
	background-color:inherit !important;
}
#breadcrumbs .breadcrumb li  a, #breadcrumbs .breadcrumb li {
	color: #D2D2D2 !important;
	font-weight:400;
}
#breadcrumbs .breadcrumb .separator {
    display: none !important;
}
 
 

/***** Sidebar  ****/
.sidebar_title h4 {
	font-size: 17px;
	margin-top: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.blogcategories_right ul {
	padding: 0;
}

/***** Acordion css  ****/
.detail-content  .acordion-col{padding-right:30px; /* float:left; */}

.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: #F28D33;
	display: block;
	font-size: 200px;
	font-weight: bolder; 
	font-family: "Open Sans",sans-serif;
}
.error_pagenotfound em a{
	color: #F28D33 !important;
}

.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:"Open Sans",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: "Open Sans",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;
}

.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-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%;
}
.contact-form .wpcf7-form input[type="email"], .contact-form .wpcf7-form  input[type="text"], .contact-form .wpcf7-form textarea
{
	background:none !important;
	border: 2px solid #e0e0e0;
    padding: 8px 0 8px 25px;
	border-radius:0px;
	height:auto;
	font-size: 14px;
}
.contact-form .wpcf7-form input[type="submit"]{
	width:100%;
	color: #000;
    font-size: 18px;
	margin-top:20px;
}
.contact-form .wpcf7-form textarea {
	height:90px;
}
#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: #f38a2e;
	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%;
	
}

.catItemBody .catItemContent {
    float: left;
    max-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: 15px 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);
}
.catItemBody .comment-form-blog .form-submit input[type=submit]{
	color:#000 !important;
}
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 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;
}
 
.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%;
	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;
}
.product_list_widget .product-thumb, .product_list_widget .product-detail {
    display: inline-block;
    float: left;
}
.product_list_widget .product-thumb {
    margin-right: 6%;
    width: 35%;
}
.product_list_widget .product-detail {
    width: 48%;
}
.product_list_widget .product-detail a, .product_list_widget .product-detail span.amount{
	display:block;
	line-height: initial;
}
.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 #def2fb !important;
	color: #aaa;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	height: 55px;
	width: 100%;
	padding: 5px 15px;
	font-weight:500;
}
.widget .search-form,.widget .woocommerce-product-search  {
    position: relative;
}
.sidebar-container .search-form .search-submit,.page-content .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: 5px !important;
}
.page-numbers > li > a, .page-numbers > li > span{
	color: #a9a4a4 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.42857 !important;
}
.woocommerce nav.woocommerce-pagination ul li{
	border-right:none !important;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{
	background: transparent !important;
}
.woocommerce nav.woocommerce-pagination ul li:first-child a {
    padding-left: 0 !important;
}
.woocommerce nav.woocommerce-pagination ul{
	float:left;
	margin:20px 0 !important;
}

/*bbpress*/
#bbp_search_submit {
	color: #000000;
	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: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

#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: 1px 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: #000000;
	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:"Open Sans",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: #000000;
    font-family: "Open Sans",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;
}
 
.footer-area  .widget .mc4wp-form label{
	display:none;
}
.footer-area  .widget .mc4wp-form input[type="email"]{
	background-color: #ffffff !important;
    border: none;
    color: #000000;
    padding: 10px;
	position:absolute;
	width:75%;
}
.footer-area  .widget .mc4wp-form input[type="submit"]{
	background-color: #f39244 !important;
    color: #000000;
    float: right;
    position: relative;
	font-weight: 500;
	width:20%;
	margin-right: -10px;
}
.footer-area  .widget .mc4wp-form{
	margin-top:23px;
}

#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 {
	max-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;
}


.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 */
.woocommerce-ordering, .orderby-displaynumber{
	display:none;
}
.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{
	background-color:#475863;
}
.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-listing .category .product-img .product-overlay{
	display:none;
}
.product-listing .category .product-img{
	background-color: #47515e;
    height: 407px;
/*     overflow: hidden; */
    width: 100%;
}
.product-listing .category .product-img img{	
	position:absolute;
    left:0;
    bottom:0;
    cursor:pointer;
    margin:-12px 0;
    -webkit-transition:bottom .3s ease-in-out;
    -moz-transition:bottom .3s ease-in-out;
    -o-transition:bottom .3s ease-in-out;
    transition:bottom .3s ease-in-out
}
/* .product-listing .category .product-img:hover img{
	bottom:-96px; 
} */
.product-listing .category .product-img .image-zoom{
	text-align:center;
	padding-top:28px;
}
.product-listing .category .product-img .image-zoom span{
	margin:0 10px;
}
.product-listing .category .product-img .image-zoom .add_to_cart_button{
	font-size:0;
	background-color: #47515e !important;
}
.product-listing .category .product-img .image-zoom .add_to_cart_button:before {
    content: "\f07a";
	color:#f38a2e !important;
    font-family: FontAwesome;
	padding:8px;
	font-size: 22px;
	font-weight:bold;
	background-color:#fff;
}




.product-listing .category .product-img .image-zoom .fa-link, 
.product-listing .category .product-img .image-zoom .fa-search{
	background-color: #ffffff;
    color: #f38a2e;
    font-size: 22px;
    font-weight: 700;
    padding: 8px;
	margin:0 10px;
	
}


.product-overlay .image-zoom{
	float:left;
	width:100%;
	top:45%;
}
.product-overlay .image-zoom .more-details{
	margin-left:30px;
}
 
.product-overlay .image-zoom .fa-link, .product-overlay .image-zoom .fa-search {
	background-color: #ffffff;
    color: #f38a2e;
    font-size: 22px;
    font-weight: 700;
	padding: 8px;
}
.fa-expand::before {
	content:"\f065";
}
.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;
}

.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 a {
    padding: 6px !important;
}
#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:hover, .product-info .product-list-cart .product.compare-button a:hover{
	background-color:#000;
}
.category.products  .product .star-rating{
	display:none;
}
.product-listing{
	float:left;
	width:100%;
}
.product-listing .category .product-img{
	margin-bottom:18px;
	/* box-shadow:0 0 2px 2px #ccc; */
}
.product-listing .product-info .product-cntent-left{
	width:75%;
	float:left;
}
.product-listing .product-info h4 {
    color: #333333 !important;
    font-weight: 600;
	font-size: 17px;
	margin-bottom:5px;
	height: 55px;
}
.product-listing .product-info .product-desc{
    color: #999999;
	font-size:12px;
}
.product-listing  .product-info  .price{
	float: right;
    font-size: 21px;
    font-weight: 800;
   
    text-align: center;
    width: 25%;
	border-left: 1px solid #666666;
}

.product-listing .grid .product-info  .product-desc {
	float:left;
	width:100%;
	text-align:center;
}
.product-listing .grid .single-product hr{
	display:none;
}
.product-listing .grid .product-info {
    padding-top: 35px;
}
.grid .product-list-cart{
	display:none;
}
/*product list*/
.product-info .product-list-cart{
    display: none;
}

/* product details page start */
.woocommerce .product .slider-img{
	/* margin-bottom:60px; */
	margin-bottom:0px;
}
.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: "Open Sansbold";
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;
}
.product .detail-add{
	/* margin-bottom:20px; */
}
.detail-add a.add_to_cart_button::before {
    content: "Notify Me";
	font-size:28px;
	background-color: #ff7700;
	color: #fff;
}
#customer_login .register #reg_username{
	padding: 8px 0 8px 10px;
}
#customer_login input[type="text"] ,#customer_login input[type="password"] ,#customer_login input[type="email"] {
	color : #424242 !important;
}
.detail-add .mobileapps a.add_to_cart_button::before {
    content: "Add To Cart";
	font-size:28px;
	background-color: #ff7700;
	color: #fff;
}
.detail-add .service a.add_to_cart_button::before {
    content: "Inquire Now";
	font-size:28px;
	background-color: #ff7700;
	color: #fff;
}
.detail-add .service.cart a.add_to_cart_button. ::before {
    content: "Inquire Now1";
	font-size:28px;
	background-color: #ff7700;
	color: #fff;
}
.addtocart_btn.service label{
	color: #fff !important;
}
.product_cat-mobileapps .addtocart_btn.wordpress, .product_cat-services .addtocart_btn.mobileapps, .product_cat-mobileapps .addtocart_btn.services {
	display : none;
}
.product_cat-softwares .addtocart_btn.mobileapps, .product_cat-wordpress .addtocart_btn.mobileapps,.product_cat-services .addtocart_btn.wordpress, .product_cat-mobileapps  .addtocart_btn.wordpress ,  .product_cat-wordpress .addtocart_btn.services, .product_cat-softwares .addtocart_btn.services{
	display : none;
}
.product_cat-ecommerce .addtocart_btn.wordpress,.product_cat-extensions .addtocart_btn.wordpress,.product_cat-freebies .addtocart_btn.wordpress,.product_cat-joomla .addtocart_btn.wordpress,.product_cat-joomla .addtocart_btn.software{
    display: none;
}
.product_cat-wordpress .addtocart_btn.popmake-940.pum-trigger , .product_cat-mobileapps .addtocart_btn.popmake-940.pum-trigger, .product_cat-softwares .addtocart_btn.popmake-940.pum-trigger {
    display: none;
}
.product_cat-mobileapps .detail-add {
    /* position: absolute !important; */
    /* top: 470px; */
    background: #464f5c38;
	padding: 20px;
	margin-top: -154px;
}
.product_cat-services .detail-add{
	background: #464f5c38;
	padding: 20px;
	margin-top: -61px;
	margin-bottom: 10px;
}
nav.woocommerce-breadcrumb{
	color: #9C9797 !important;
}
.product_cat-wordpress .detail-add a.add_to_cart_button::before , .product_cat-softwares .detail-add a.add_to_cart_button::before {
    content: "Buy This item";
	font-size:28px;
	background-color: #ff7700;
	color: #fff;
}
.detail-add a.add_to_cart_button.added::before{
	display:none;
}
.woocommerce .detail-add  a.added_to_cart{
	color: #fff !important;
	padding-top:0;
	text-transform:uppercase;
}
.detail-add a.add_to_cart_button{
	font-size:0px !important;
}
.detail-add .addtocart_btn{
	float:left;
	background-color: #ff7700;
    box-shadow: 0 5px 0 0 #e9a86e;
    color: #fff;
    font-weight: 700;
    padding: 7px 0;
	font-size:28px;
	border-radius: 5px;
	width:335px !important;
	text-align:center;
}
.add-buy-item .addtocart_btn{
		margin-left: 30%;
		width: 40%;

}
.detail-add .addtocart_btn del .amount{
	display:none;
}
.detail-add .live_previw a{
	float:right;
	background-color: #464F5C;
    box-shadow: 0 5px 0 0 #A9ADB3;
    color: #fff !important;
    font-weight: 700;
    padding: 7px 0;
	font-size:28px;
	border-radius: 5px;
	width:335px;
	text-align:center;
	text-transform:uppercase;
}

.cart a.add_to_cart_button:hover{color:#B1D795}
/* .woocommerce .product .slider-img .detail-caurosel{
	margin:100px 0 0;
} */
.woocommerce .product .slider-img .detail-caurosel .owl-controls{
	margin-top:0;
}
/* .detail-caurosel {
  margin: 55px 0;
} */
.product .single-image {
    position: relative;
}
.detail-caurosel.owl-theme .owl-controls .owl-buttons div {
background: none !important;
color: #777777;
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:-50px}
.detail-caurosel.owl-theme .owl-controls .owl-buttons div.owl-next{right:-50px}
.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{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;

}
.comment-form-rating .stars span a{
	color:#d3ced2 !important;
}
.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: 1px 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: "Open Sansbold";
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  .single-product:nth-child(1){padding-left:15px} */
.category  .single-product{
	margin-bottom:40px !important;
	padding:0 25px;
}
.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;
}
.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*/
ul.product-feature {
	padding-left:0;
}
ul.product-feature li{
	background:url("images/pattern/arrow_right_yellow.png") no-repeat left center !important;
	padding-left: 25px;
	line-height:2;
}
.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{
	float:left;
	width:100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	border-bottom: 2px solid !important;
	padding-left: 0 !important;
}

.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 {
	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 .product .product-disc-image {
    float: left;
    padding-top: 80px;
    width: 100%;
	margin-bottom: 80px;
}
.woocommerce .woocommerce-message::before {
	border-top-color: #FF7F00;
}

.product-view .product-neighbours {
	margin: 0;
	padding: 0;
}


.summary.entry-summary>div {
	float: left;
	width: 100%;
}
.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 !important;
}

.woocommerce-tabs #tab-reviews .meta strong {
	color: #FF7F00;
}

.summary .yith-wcwl-wishlistexistsbrowse.show {
	margin-top: 18px;
}

.woocommerce-breadcrumb {
	display: none;
}
/* single product sidebar*/
.woocommerce .product .single-sidebar{
	margin-bottom: 50px;
	padding-right:0;
	padding-left:0px !important;
}
.woocommerce .product .single-sidebar > img {
	border: 1px solid #dddddd;
    box-shadow: 0 5px 0 0 #e7e7e7;
    margin-bottom: 20px;
    padding: 10px 50px;
}
.single-sidebar > img {
	border: 1px solid #dddddd;
    box-shadow: 0 5px 0 0 #e7e7e7;
    margin-bottom: 20px;
    padding: 10px 50px;
}
.woocommerce .product .single-sidebar .itme-buy  .price{
	display:none;
}
.woocommerce .single-sidebar .itme-buy .star-rating{
	font-size: 3em;
	width: 5.2em;
	float:left;
	color:#f38a2e;
}
.single-sidebar .theme_details {
    border: 2px solid #dbdbdb;
    float: left;
    width: 100%;
	margin-top:28px;
	line-height: 33px;
	padding-bottom:15px;
}
.single-sidebar .theme_details h3 {
    border-bottom: 1px solid #dbdbdb;
	color: #777777 !important;
    padding-bottom: 10px;
    text-transform: uppercase;
	font-size: 22px;
}
.single-sidebar .theme_details .theme-point{
	width:100%;
	float:left;
}
.related.products .product-overlay .image-zoom{
	display:none;
}
.related.products .product-img img, .related.products .product-info .price,
.related.products .product-info .product-desc, .related.products .product-info .star-rating{
	display:none;
}
.related.products .product-img .image-zoom{
	display:none;
}
.related.products .single-product .product-info h4{
	background:url("images/pattern/arrow_right_yellow.png") no-repeat left center !important;
	color: #666666 !important;
    font-size: 14px;
    line-height: 33px;
    margin: 0;
	padding-left: 25px;
}

.related.products .owl-wrapper,.related.products .owl-wrapper .owl-item{
	width:100% !important;
}
.related.products .content-carousel .single-product{
	margin-left:0;
}
.related.products .content-carousel .single-product h4{
	margin-top: 5px;
    font-size: 15px;
}
.related.products {
    float: left;
    width: 100%;
}
.related.products h2 {
	text-transform: uppercase;
	margin-bottom: 2%;
}
 
/* end of sidebar*/

.woocommerce-product-details{
	margin-bottom:50px;
}
.woocommerce-product-details h2{
	margin-bottom:20px;
}
.woocommerce-product-details #reviews .commentlist{
	display:none;
}
.woocommerce-product-details #reviews #review_form{
	padding-top:20px;	
}	
 .woocommerce-product-details #reviews #commentform{
	padding-top:20px;
 }
.woocommerce-product-details #reviews #commentform .comment-form-author,
.woocommerce-product-details  #reviews #commentform .comment-form-email {
	width: 49%;
	float:left;
}

 
.woocommerce-tabs ul li a {
	text-transform: capitalize !important;
}
.woocommerce-tabs #tab-reviews .commentlist{
	display:none;
}
.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 label {
    float: left;
    padding-right: 10px;
}
.woocommerce-tabs #tab-reviews #commentform .comment-form-email label {
    float: left;
    padding-right: 10px;
}
.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: #000000 !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 */
.sidebar-container .woocommerce ul.product_list_widget li{
	padding:15px 0 !important;
}
.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-cart .cart span.amount,
.woocommerce-cart .cart-collaterals .cart_totals  span.amount,
.woocommerce .woocommerce-message::before,.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-error::before{
	color:#f38a2e !important;
}
.woocommerce-message,.woocommerce .woocommerce-info,.woocommerce .woocommerce-error{
	border-color:#f38a2e !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.order_details  th{
	padding: 12px 10px !important;
	text-align:center;
}
.woocommerce table.shop_table.order_details  td{
	padding: 20px 10px !important;
	text-align:center;
}
.woocommerce .shop_table.cart tr.cart_item td{
	padding-bottom: 15px !important;
    padding-top: 15px !important; 
	padding-left:5px;
}
.woocommerce-cart table.shop_table.cart{
	margin-bottom:40px;
}
.woocommerce-cart table.shop_table.cart .actions{
	padding:20px !important;
	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: center;
	text-transform:uppercase;
}
.woocommerce-cart table.shop_table a{
	color: #43474d !important;
	font-weight: 600 !important;
}
.woocommerce .shop_table .cart_item .amount{
	font-weight:600;
}
.woocommerce .shop_table .cart_item .product-name .amount{
	color:#666666 !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: 90px !important;
	 
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	border: 1px 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:#000 !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:left;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
	font-size:18px;
	padding-top:25px;
	padding-bottom:25px;
}
.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: #000000 !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 {
	width: 100% !important;
}

/* woocommerce checkout page  and my account page */
 
.woocommerce table.woocommerce-checkout-review-order-table th,
.woocommerce table.woocommerce-checkout-review-order-table td{
	padding-left:50px !important;
	
}
.woocommerce table.shop_table.customer_details th,
.woocommerce table.shop_table.customer_details td{
	padding-left:25px !important;
	width:33.33%;
	
}
.woocommerce p.order-again{
	margin-bottom:30px;
}

.woocommerce .checkout .detail-content .panel-group .panel{
	margin-bottom:10px;
	margin-top:0px;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal{
	padding-left:10px;
}
.woocommerce .order .order-actions .button{
	padding:10px !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	color:#000 !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:7px 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 ul#shipping_method li{
	padding:0 !important;
	text-indent:0 !important;
}
.woocommerce form .form-row label {
	font-size: 14px;
	font-weight: normal;
}

.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:0px 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.checkout_coupon {
	border:none !important;
	border-bottom:5px solid #fafafa !important;
	margin-bottom:40px !important;
}
.woocommerce form.login{
	margin-right : 10px !important;
}
.woocommerce form.login #username, .woocommerce form.login #password, .woocommerce form.register #reg_username, .woocommerce form.register #reg_email{
	width :100% !important;
	margin-bottom: 10px;
}
 
.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  .form-row input[type="tel"]{
	border: 1px solid #dddddd;
	float:right;
	width:70% !important;
}
.woocommerce .form-row input[type="email"],.woocommerce  .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{
	margin-top: 12% !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: 20px;
}
.woocommerce-account ul.digital-downloads li {
    color: #f38a2e !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 5px;
}
.woocommerce-account ul.digital-downloads li::before{
	font-weight: 600;	
}

/*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;
}
 
.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;
	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:0px;
	font-size:24px;
	float: left;
    margin-left: 3px;
}
.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;
}
.login > p:first-child, .create-account > p:first-child{
	color:#F38A2E;
}
.portfolio  .additionnal .cart_price .amount {
    padding-left: 5px;
}
.portfolio .additionnal .add_to_cart_button {
    position: relative;
	font-size: 0;
	top:0;
}
.portfolio .additionnal .star-rating {
    margin-top: 10px !important;
}
.portfolio .additionnal .add_to_cart_button:before {
    content: "\f07a";
	color:grey !important;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
     color: #000;
    font-size: 18px;
    position: relative;
	padding:0 0.5em 0 0;
}
.portfolio .additionnal .add_to_cart_button {
    background: none;
    letter-spacing: 0;
}

.header_top  .navbar-inverse .navbar-toggle .icon-bar{
	background-color:#fe9030 !important;
}
.header_top .navbar-inverse .navbar-toggle:focus, .header_top .navbar-inverse .navbar-toggle:hover{
	background-color:transparent !important;
}
.header_top .navbar-inverse .navbar-toggle {
    border-color: #fe9030 !important;
}
 

.header_top .sub-slider {
    background-color: #f7f7f7;
    height: 100%;
    position: fixed;
    right: -250px;
    top: 0;
    z-index: 9999;
}
.header_top .sub-slider-wrapper {
    position: relative;
    width: 250px;
    z-index: 9999;
}
.header_top .ice-megamenu-toggle {
    left: -60px;
    margin-bottom: 8px;
    position: absolute;
    z-index: 999;
}
.header_top .ice-megamenu-toggle {
    display: inline-block;
	float: right;
}

/* blog */
.featured_img_full_width .catItemImageBlock{
	max-width:100% !important;
}
.single-product .woocommerce-product-details h1{
	font-size:30px;
}

.policy h2 {
    margin-top: 30px !important;
    margin-bottom: 10px !important;
}
.term h2 {
    margin-top: 30px !important;
    margin-bottom: 10px !important;
}
/* vivek Custome css */
/* contact */
form.wpcf7-form.init,div#pum_popup_title_940{    text-align: center;}
label {
    text-align: left;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 80px;
	background: none !important;
    border: 2px solid #e0e0e0;
    padding: 8px 0 8px 25px;
    border-radius: 0px;
    font-size: 14px;
}
input[type="email"],input[type="text"],input[type="email"]{
    background: none !important;
    border: 2px solid #e0e0e0;
    padding: 8px 0 8px 25px;
    border-radius: 0px;
    height: auto;
    font-size: 14px;
}
/* contact */
.woocommerce-product-details h2 {
    display: none;
}
.col-md-3.hidden-sm.hidden-xs.search-box.serch-top, #myNavbar {
    margin-top: 17px;
}
.woocommerce-product-details table tr:first-child th {
    font-weight: 700;
}
p.woocommerce-store-notice.demo_store {
    display: none !important;
}
.product-tags a {
    text-transform: capitalize;
}
.product-listing .product_cat-softwares figure.product-img,.product-listing .product_cat-wordpress figure.product-img,.product-listing .product_cat-extensions figure.product-img,.product-listing .product_cat-uncategorized figure.product-img{
    height: 144px !important;
}
.product-listing .category .product_cat-mobileapps figure.product-img,.product-listing .category .product_cat-services figure.product-img {
	height: 144px !important;
}
ul.list-inline.text-uppercase.text-center.tab-top li:nth-child(2) {
    display: none;
}
.demodetails h1 {
    font-size: 28px !important;
    margin-top: 35px !important;
	font-weight: 700;
}
div#breadcrumbs {
     /* margin: 20px 0px; */
	 margin: 20px 0px 0px 0px;
}
.col-md-4.col-sm-4.hidden-xs {
      /* margin-top: 28px; */
	  margin-top: 0px;
}
.col-md-12.col-sm-12.col-xs-12.d-flex {
    display: flex;
}
.col-md-12.col-sm-12.col-xs-12.d-flex p {
    display: flex;
    margin-left: 6px;
}
.product_cat-wordpress .col-sm-offset-1 , .product_cat-softwares .col-sm-offset-1{
    margin: 0px;
}
	.contact-form .wpcf7 {
    text-align: center;
}
.contact-form .wpcf7-form label {
    text-align: left !important;
}
/* .contact-form .wpcf7-form input[type="submit"]{width: unset !important;} */

.header_bottom {
    /* background: #f2f2f2; */
    background: #F0F4FD;
}
div#google-recaptcha > div {
    width: unset !important;
}
.imgblock {
    margin-bottom: 40px;
/* 	text-align:center; */
}
.imgblock img{
    padding:5px 0px;
}

.moduleslist h2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.term-wordpress .product-listing .category .product-img {
height: 161px;}
.sliderimageright {
    right: 0px !important;
	left:unset !important;
}
.detail-caurosel .owl-item img{
	/* width: 780px !important; */
	width: 704px !important;
}
.header-min-cart .min-cart .cart_list img.attachment-woocommerce_thumbnail{
	float: left;
    width: 43%;
    margin-right: 10px;
}
.woocommerce-mini-cart__buttons.buttons .button.wc-forward.wp-element-button{
	margin-right: 5px;
}
.col2-set#customer_login{
	float: left;
    width: 1260px;
}
#customer_login .col-1{
	float: left;
    width: 50%;
}
#customer_login .col-2{
	float: right;
    width: 50%;
}
.woocommerce form.login,{
    border: 1px solid #d3ced2 !important;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}
.product_cat-wordpress  .detail-add , .product_cat-softwares  .detail-add{
    position: absolute !important;
    top: 483px;
    background: #464f5c38;
    padding: 20px;

}
#content-area .woocommerce-error a{
	color: #f38a2e!important;
}
.product .addtocart_btn a{
	color: #333333!important
}
.product_cat-wordpress .owl-carousel .owl-wrapper-outer, .product_cat-softwares .owl-carousel .owl-wrapper-outer
{overflow:unset !important;}
	
}
span.wpcf7-form-control-wrap.recaptcha div {
    margin: 0px auto !important;
}
div#wpcf7-f838-o2 span.wpcf7-spinner {
    display: none;
}
h3.catItemTitle a strong {
    font-weight: normal !important;
}
.catItemIntroText a {
    color: #f38a2e!important;
}
.catItemIntroText a:hover {
    text-decoration:underline !important;
}
h3.catItemTitle {
    margin-top: 15px !important;
}
div#content-area.mt-5 {
    margin-top: 50px;
}
.catItemIntroText li {
    line-height: 25px;
    margin-bottom: 15px;
}
.shop_table.cart .product-name{
	width: 42% !important;
}
.woocommerce-Price-amount.amount{
	font-size: 18px;
}
.woocommerce-mini-cart .quantity{
	float: left;
}
.woocommerce-mini-cart__buttons.buttons a.button{
	margin-right : 10px !important; 
}
.home .woocommerce-mini-cart__buttons a.button,.woocommerce-account .woocommerce-mini-cart__buttons a.button, .woocommerce-cart a.button, .woocommerce-checkout .woocommerce-mini-cart__buttons a.button{
	padding: 10px 25px !important;
}
.home a.button, .woocommerce-account .woocommerce-mini-cart__buttons a.button , .woocommerce-checkout .woocommerce-mini-cart__buttons a.button ,.woocommerce a.button, .woocommerce-cart a.button {
	background: #F39C51 !important;
	/* background-color: #F39C51 !important; */
    /* border: 2px solid #F38A2E !important; */
    color: #fff !important;
    text-transform: uppercase !important;
    border-radius: 1.2em !important;
    margin-top: 20px;
    font-weight: bold !important;
}
.wpcf7-form-control.wpcf7-submit,.woocommerce-checkout  .order-again a.button, #place_order , .wpcf7-form-control.wpcf7-submit , .woocommerce a.button, .woocommerce-cart a.button, .woocommerce-account .order-again a.button , .woocommerce-checkout .checkout.woocommerce-checkout .button{
	background: #F39C51 !important;
	/* background-color: #F39C51 !important; */
    /* border: 2px solid #F38A2E !important; */
    color: #fff !important;
    text-transform: uppercase !important;
    border-radius: 1.2em !important;
    margin-top: 20px;
    font-weight: bold !important;
}
.home a.button:hover, .woocommerce-account .woocommerce-mini-cart__buttons a.button.btn:hover , .woocommerce-checkout .woocommerce-mini-cart__buttons a.button:hover, .woocommerce a.button:hover , .woocommerce-cart a.button:hover{
    color: #000000 !important;
}
.page-template-contact .wpcf7-form .wpcf7-submit , .woocommerce-account #customer_login .login p .button , .woocommerce-account #customer_login .register p .button ,.woocommerce-cart .shop_table input.button ,.theme-mojoomla.woocommerce-account .order-actions a.button.view , .woocommerce-cart .shop_table.cart .coupon .button , .woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
	background: #F39C51 !important;
	background-color: #F39C51 !important;
    /* border: 2px solid #F38A2E !important; */
    color: #fff !important;
    text-transform: uppercase !important;
    border-radius: 1.2em !important;
    margin-top: 20px;
    font-weight: bold !important;
	margin-top: 2px;
}
.woocommerce table.my_account_orders .order-actions {
    text-align: center !important;
}
.product-template-default .product_cat-mobileapps .detail-content .col-sm-10.col-xs-12.col-sm-offset-1{
	width: 100% !important;
	margin-left : 0px !important;
}
.product-template-default .product_cat-mobileapps .detail-content .col-sm-10.col-xs-12.col-sm-offset-1 .owl-wrapper-outer .owl-item{
	width: 1145 !important;
}
.entry-content .woocommerce .shop_table .button , .order-again a.button, .woocommerce-account #customer_login .login p .button , .woocommerce-account #customer_login .register p .button{
	padding: 12px 20px !important ;
}
.entry-content .cart_totals h2{
	text-align: center !important;
}
.min-cart .woocommerce-mini-cart__total.total{
	margin-bottom: 29px;
} 
.min-cart .woocommerce-mini-cart__total.total .amount{
	color: #f38a2e!important;
    font-weight: bold;
} 
.woocommerce-account #content-area , .woocommerce-checkout #content-area{
	width: 100% !important;
}
.addtocart_btn.mobileapps .woocommerce-Price-amount.amount{
	font-size: 24px !important;
}
.addtocart_btn.wordpress .woocommerce-Price-amount.amount{
	font-size: 24px !important;
}
.wpcf7-form-control.wpcf7-submit{
	width: 145px !important;
}
/* #account_username_field{
	display : none;
} */

/* end */

.woocommerce-cart .wrapper #content-area{
	padding-top: 18px !important;
}
.woocommerce-cart .wrapper #content-area .cart-collaterals{
	margin-top: -46px !important;
}
.woocommerce-cart .wrapper #content-area .woocommerce-Price-amount.amount{
	float: right;
	padding-right: 43px;
}
.wc-proceed-to-checkout{
	padding-top: 0px !important;
}
.product_cat-mobileapps .product_content
{
	position: relative;
    top: 26px;
}
.product_cat-mobileapps .single-sidebar
{
	position: relative;
    /* top: 68px; */
	top: 0px;
}
.product_cat-services .single-sidebar{
	top: 0px;
}
.product_cat-wordpress .detail-add, .product_cat-softwares .detail-add
{
	margin-top: 95px !important;
}
.product_cat-wordpress .product_content, .product_cat-softwares .product_content
{
	position: relative;
    /* top: 45px; */
    top: 16px;
}
.product_cat-wordpress .single-sidebar, .product_cat-softwares .single-sidebar
{
	position: relative;
    /* top: 68px; */
    top: 0px;
}
.copyright.col-md-12 label{
	font-weight: unset;
}
.product_cat-services .col-sm-offset-1{
	margin-left: 0% !important;
	width: 100% !important;
}
product_cat-services .col-sm-offset-1 .owl-item{
	width: unset;
}
.term-services #content-area .product .product-info .product-cntent-left h4 {
	/*padding: 15px;*/
}
.product_cat-services .mobile-view-td-display tr td{
	text-align: center;
    width: 270px;
    padding: 10px !important;	
}
.product_cat-services .mobile-view-td-display tr td h5{
	color: #000 !important;
    font-weight: 600;
}
.product_cat-services .mobile-view-td-display tr td p{
	font-size: 13px;
}
.google-listing-need-left-image img{
	margin-right: 10px;
}
.product_cat-services  .woocommerce-product-details{
	margin-bottom: 0px;
}
.postid-1279 .single-sidebar, .postid-1277 .single-sidebar{
    margin-top: 20px;
}
.product_cat-mobileapps .addtocart_btn.service, .single-sidebar .itme-buy {
 	display:none;
}
.addtocart_btn.mobileapps.service
{
	margin-left: 0% !important;
}
.product_cat-services .add-buy-item .addtocart_btn.mobileapps
{
		margin-left: 35% !important;
}
.detail-add .addtocart_btn.service{
	background-color: #464F5C;
	box-shadow: 0 5px 0 0 #A9ADB3;
}
.add-buy-item .addtocart_btn.service
{
	margin-left: 36%;
}
.product_cat-services .detail-add
{
	    margin-bottom: 35px;
}
.linkedin_con img{
	margin-right: 10px;
}
.header-logo{
	width: 234px !important;
}
.insta_btn{
	background: #6743f9;
    padding: 12px;
    width: 28%;
	border-radius: 5px;
	text-align: center;
	margin: 0 auto;
}
.insta_btn a{
	color: #fff !important;
    font-weight: bold;
    font-size: 20px;
}
.product_cat-services .product_tag-hosting-solution .addtocart_btn.mobileapps , .product_tag-hosting-solution .addtocart_btn.services {
	display: none !important;
}
.addtocart_btn.mobileapps.instagram {
	display: none;
}
.addtocart_btn.mobileapps.exclusive_offer {
	display: none;
}
.product_tag-instagram-profile-setup .add-buy-item .addtocart_btn.mobileapps , .product_tag-hosting-solution .add-buy-item .addtocart_btn.mobileapps
{
	margin-left: 17% !important;
}
.product_tag-instagram-profile-setup .addtocart_btn.mobileapps.instagram {
	/* background: #6743f9; */
	box-shadow: 0 5px 0 0 unset;
	display: block !important;
	float: left;
    margin-left: 3% !important;
	padding-top: 33px !important;
}
.detail-caurosel .owl-item .mobileapps.instagram a {
    background: #6743f9 !important; 
	padding: 10px 21px;
}
.col-sm-4.col-xs-12.col-sm-12.addtocart_btn.mobileapps.instagram {
    padding: 0px 0px 0px 0px;
}
 .product_tag-hosting-solution .addtocart_btn.mobileapps.exclusive_offer{
	/* background: #6743f9; */
	box-shadow: 0 5px 0 0 unset;
	display: block !important;
	/* margin-left: 35% !important; */
	margin: 22px 10px;
	width : 100%
}
.product_tag-instagram-profile-setup .add-buy-item .addtocart_btn.mobileapps.instagram a , .product_tag-hosting-solution .add-buy-item .addtocart_btn.mobileapps.exclusive_offer a {
	color : #fff !important;
}


/* ================NEW DESIGN================ */

.buy_details {
    display: inline-flex;
}
.buy_details p.percent {
    color: #EA6B00;
    font-weight: 700;
    font-size: 30px;
    padding-right: 10px;
}
.buy_details p.buy_value {
    font-size: 35px;
    font-weight: 700;
    color: #000000;
	line-height:45px;
}
button.btn.btn-primary.add_cart {
    background: #EA6B00 !important;
    border: 0px !important;
    width: 236px;
    font-size: 18px;
    font-weight: 700;
	border-radius: 4px !important;
	margin-top: 0 !important;
}
button.btn.btn-primary.add_cart:hover{
	color: white !important;
}
button.btn.btn-primary.add_cart img.add_cart_img {
    padding-right: 6px;
    width: 24px;
    padding-bottom: 3px;
}

/* .detail-add{
	display: none !important;
} */
.text-center.detail-single {
    border: 1px solid #BFC8D6;
    padding: 10px;
}

table, th, td {
    border: 1px solid #D1D4DB;
}
.woocommerce-product-details table {
    /* border-bottom: 1px solid #D1D4DB; */
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 -8px 30px;
    width: 100%;
}
th {
    color: #111827;
    text-align: center !important;
    font-size: 18px;
	font-weight: bold;
}
td {
    color: #374151;
    text-align: center;
    font-size: 18px;
}
.sell_detail_part {
    border: 1px solid #BFC8D6;
    /* margin-top: 30px; */
    padding: 32px;
}
.detail-caurosel .owl-item .preview_btns a{
	background: #FF9903;
    border: none;
    margin: 18px 0px;
    width: 210px;
    font-size: 18px;
    padding: 10px 26px;
    border-radius: 4px;
	line-height: 5;
	color: #fff !important;
	font-weight: 700;
}
.detail-caurosel .owl-item .preview_btns a img{
	margin-left: 15px;
}
.detail-caurosel .owl-item .preview_btns a:hover{
	color: #fff !important;
}
.product_detail.admin_demo {
    background: #6741FF !important;
    border: none !important;
    margin: 23px 0px;
    font-size: 18px;
    border-radius: 5px !important;
    padding: 10px 24px !important;
    font-weight: normal !important;
    font-weight: 700 !important;
    line-height: 5;
    color: #fff !important;
}
.product_detail.admin_demo:hover{
	color: #fff !important;
}
.product_detail.admin_demo img{
	margin-left: 15px;
}
.detail-caurosel .owl-item .wordpress a{
    background: #EA6B00;
    border: none;
    margin: 18px 0px;
    width: 210px;
    font-size: 18px;
	padding: 10px 46px;
    border-radius: 4px;
	line-height: 5;
	color: #fff !important;
	font-weight: 700;
}
.detail-caurosel .owl-item .mobileapps a{
    /* background: #6743f9  !important; */
    background: #EA6B00  !important;
    border: none;
    margin: 23px 0px;
    width: 210px;
    font-size: 18px;
	padding: 13px 26px;
    border-radius: 4px !important;
	color: #fff !important;
	font-weight: normal !important;
}
.detail-caurosel .owl-item .services a{
    background: #EA6B00 !important;
    border: none;
    margin: 22px 10px;
    width: 210px;
    font-size: 18px;
	padding: 13px 45px;
    border-radius: 4px !important;
	color: #fff !important;
	font-weight: normal !important;
}
.detail-caurosel .owl-item .addtocart_btn a img{
	margin-left: 15px;
}
.product_content .woocommerce-product-details .detail-add {
	background: none !important;
	padding-left: 0 !important;
	margin-bottom: 20px;
}
.product_content .woocommerce-product-details .detail-add .document{
	padding-left: 0 !important;
	width: 40%;
}
.product_content .woocommerce-product-details .detail-add .demo{
	width: 42%;
}
/* .owl-wrapper-outer .owl-wrapper{
	left: 15px !important;
} */
.product_sales_details p.sales_details {
    display: inline-block;
    font-size: 18px;
    padding-left: 11px;
}
.product_sales_details p.sales_details strong {
    font-weight: 700;
}
.product_sales_details p.update_details {
    display: inline-block;
    color: #79B530;
    font-weight: 700;
    font-size: 19px;
    padding-left: 13px;
}
.product_sales_details p.update_details .fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* .product_sales_details.container {
    margin-left: 9%;
} */
.entry-header_product-detail {
	margin-left: 10%;
    color: #111827;
    font-weight: 700;
    font-size: 30px;
}
.entry-header_product-detail:hover{
	color: black !important;
}
.text-right {
    text-align: left !important;
}

/* 23-05-24 */

.col-sm-offset-1{
	margin-left: 0 !important;
} 

.sell_sub_details .addtocart_sidebar a{
	background: #EA6B00;
    border: none;
    margin: 18px 0px;
    width: 210px;
    font-size: 20px;
    padding: 10px 108px;
    border-radius: 4px;
    line-height: 2;
    color: #fff !important;
    width: 100% !important;
    font-weight: 600 !important;
    display: block !important;
    padding: 2px 0px;
    text-align: center !important;
}
.sell_sub_details .wordpress.addtocart_sidebar {
	margin-top: 20px;
}
.sell_sub_details .addtocart_btn.mobileapps a{
	background: #EA6B00 !important;
    border: none;
/*     width: 230px; */
    font-size: 20px;
    padding: 12px 20px;
    border-radius: 4px !important;
    color: #fff !important;
}
.owl-item .detail-single .row{
	margin-bottom: -12px;
}
/* .product_cat-mobileapps .sell_detail_part, .product_cat-services .sell_detail_part , .product_cat-services .admin_demo_btn  , .product_cat-services .preview_btns{
	display: none;
} */
.product_cat-services .admin_demo_btn  , .product_cat-services .preview_btns{
	display: none;
}
.product_cat-services  .addtocart_btn.services{
	text-align: center;
    width: 100%;
}
/* .product_cat-mobileapps .single-sidebar .theme_details , .product_cat-services .single-sidebar .theme_details{
	margin-top: 0 !important;
} */
.wrapper .container .main_nav_item_details{
	display: none;
}
.wrapper .container .main_nav_item_details.active{
	display: block;
}
.test_hello{
	color: red;
}

/* #review_form{
	display: none !important;
} */

#review_form1 #respond textarea {
    box-sizing: border-box;
    width: 100%;
}
#content-area2{
	margin-left: 4%;
	margin-right: 4%;
}
#review_form1 #respond .form-submit{
	float: left;
}
.woocommerce-Reviews-title{
	margin: 36px 0px !important;
}
#review_form1 #respond .form-submit .submit{
	background-color: rgb(234, 107, 0) !important;
	border-radius: 4px !important;
	color: #fff !important;
}
/* #content-area, .col-sm-offset-1, .product_content{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.owl-wrapper-outer .owl-wrapper {
    left: 0 !important;
} */
.sell_detail_part .buy_details .buy_value .woocommerce-Price-amount{
	font-size: 40px;
}
.woocommerce .star-rating {
	float: left !important;
	margin-right: 10px !important;
}
#review_form1{
	margin-top: 20px;
}
.panel-body .nav li a span .star{
    font-size: 20px;
    color: rgb(234, 107, 0);
}
.panel-body .nav li a span .star1{
    font-size: 20px;
}
.panel-body .nav li a span span{
	font-size: 15px;
	margin-left: 1px;
}
.commentlist{
	padding: 0 !important;
}
/* #content-area .woocommerce-pagination{
	display: none;
} */
.comment-form-author input, .comment-form-email input{
	width: 100%;
}
.woocommerce p.stars a{
	margin-right: 6px !important;
}
.comment_container img{
	display: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin: 0 !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .meta_content{
	float: right !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{
	width: 86%;
	margin-right: 6px;
}
.woocommerce #reviews #comments ol.commentlist li .children .comment-text p.meta{
	width: 100%;
}
.panel-body.product_nav_div .nav li.active a{
	border: 1px solid #D1D4DB;
    color: #1F2937;
    font-size: 18px;
    border-bottom: none;
    padding: 18px 34px;
    background: #fff;
	display: inline;
	margin-bottom: -6px;
	font-weight: 700;
}
.panel-body.product_nav_div {
    padding: 0px 0px 0px !important;
}
.panel-body.product_nav_div .nav {
    display: inline-flex;
    padding-left: 20px;
    height: 36px;
    margin-top: 28px;
}
.panel-body.product_nav_div .nav li {
    position: relative;
    /* display: flex; */
    font-size: 18px;
}
.panel-body.product_nav_div .nav li a {
    display: inline;
}
.panel-body.product_nav_div .nav li a span {
    font-size: 14px;
}
.panel-body.product_nav_div .nav li a span span {
    font-size: 15px ;
    margin-left: 1px;
}
.panel-body.product_nav_div .nav li a span .star1 {
    font-size: 20px;
}
.text-center.detail-single {
    border: 1px solid #BFC8D6;
    padding: 10px;
}
.left_bar .detail-caurosel .owl-item .preview_btns img , .left_bar .detail-caurosel .owl-item .admin_demo_btn .preview , .left_bar .detail-caurosel .owl-item .addtocart_btn a img{
	width: unset !important;
}
.left_bar .slider-img .owl-item {
	/* width: 810px !important; */
	width: 730px !important;
}
.detail-caurosel .owl-item .mobileapps.exclusive_offer a {
    background: #6743f9 !important;
    border: none;
    margin: 22px 10px;
    width: 210px;
    font-size: 18px;
    padding: 13px 70px;
    border-radius: 4px !important;
    color: #fff !important;
    font-weight: normal !important;
}
.product_cat-services.product_tag-instagram-business-profile-setup .addtocart_btn.services {
	width :50%;
}
.left_bar .related.products{
	display: none;
}
.product_cat-services .detail-add.add-buy-item {
	display: none;
}
.live_previw.preview_btns {
	padding: 0px 0px 0px 29px;
}
.col-sm-4.col-xs-12.col-sm-12.addtocart_btn.wordpress , .col-sm-4.col-xs-12.col-sm-12.addtocart_btn.mobileapps {
	padding: 0px 29px 0px 0px;
} 
.product_detail_title {
	font-weight: 700;
}
.product_detail_val {
	font-weight: 400;
}
.buy_value {
	padding-right : 12px;
}
.sell_detail_part .heading.trusted p {
	font-size: 14px;
    font-weight: 700;
    color: #000000 !important;
}
.sell_sub_details p {
	font-weight: 400;
    font-size: 15px;
}
.woocommerce-product-details .titleh1 h1 {
	font-weight: 700;
}
.selling_details {
	padding-right: 10px;
}
.sell_sub_details .review {
	margin-bottom: 20px;
}
.woocommerce-breadcrumb a {
	font-weight: 400;
    color: #1F2937 !important;
    font-size: 18px;
}
.cart_subtotal .wc-proceed-to-checkout .checkout-button {
	position: absolute;
    top: 170px;
}
.product_cat-services .heading.trusted , .product_cat-mobileapps .heading.trusted , .product_cat-wordpress .sell_sub_details .others  , .product_cat-softwares .sell_sub_details .others {
	display : none;
}
.product_cat-services .sell_sub_details .wordpress ,.product_cat-mobileapps .sell_sub_details .wordpress {
	display : none;
}
.product_cat-mobileapps .buy_value , .product_cat-services .buy_value {
	margin: 5px 0 30px;
}
.product_cat-services .sell_sub_details .addtocart_btn.mobileapps {
	display: block !important;
}
.product_tag-hosting-solution .sell_sub_details .addtocart_btn.mobileapps {
	display: none !important;
}
.single-image.slider-img .col-sm-12 {
	padding-left: 21px;
}
/* 413px to 440px */
@media (min-width: 415px) and (max-width: 440px) {
    .single-image.slider-img .col-sm-12 {
        padding-left: 35px !important;
    }
}

/* 412px and below */
@media (min-width: 412px) and (max-width: 414px) {
    .single-image.slider-img .col-sm-12 {
        padding-left: 21px !important;
    }
}
@media (max-width: 430px) {
	.single-image.slider-img .col-sm-12{
		    padding-left: 29px;
	}
}

.grid-shop {
    float: none;
}
.grid-shop .grid-shop-left {
	width: 99%;
	height: 450px;
}
.grid-shop .grid-shop-right {
	width: 99%;
	height: 450px;
	float:none;
}
.grid-shop .grid-shop-img , .grid-shop .grid-shop-left {
	padding-top:0px ;
}
.grid-shop .grid-shop-right{
	padding-top:0px ;
}
.shop-runek .grid-shop-img{
	text-align:center !important;
}
.bottom-pricing-button{
	box-shadow:4px 4px 11px rgba(0,0,0,0.1);
    height: 115px;
    width: 89%;
    text-align: center;
    position: absolute;
    margin: -16% auto 0 4.1%;
	background:#fff;
	padding: 6% 0%;
}
.button-1-grid-shop{
	background:#EA6B00;
	width: 125px;
	height: 46px;
	border-radius: 5px 5px 5px 5px;
	color:#fff;
	font-family: 'Inter';
    font-size: 18px;
    font-weight: 700;
    line-height: 16px;
	//margin-left: 25%;
}
.title-product{
	font-family: 'Inter';
	font-size: 23px;
	font-weight: 700;
	line-height: 28px;
	text-align: left;
	color:#333;
}
.bottom-pricing-button .title-container{
	padding:2% 2% 2% 8%;
	text-align:left;
}
/*.product_2 .bottom-pricing-button .title-container{
	padding-right: 5% !important;
}
.product_3 .bottom-pricing-button .title-container{
	padding-right: 7% !important;
}
.product_4 .bottom-pricing-button .title-container{
	padding-left: 4.3%;
    padding-right: 0%;
}*/
.grid-shop-one.product_3 , .grid-shop-one.product_4{
	margin:4.6% 0 !important;
}
.grid-shop-one.product_1 , .grid-shop-one.product_3{
	padding-right:1%;
}
.grid-shop-one.product_2 , .grid-shop-one.product_4{
	padding-left:1%;
}
.product_1 .grid-shop-img{
	background: url(https://green-weasel-297773.hostingersite.com/mojoomla/wp-content/uploads/2024/11/GARAGE-MASTER-APP-LOGO.png);
    background-repeat: no-repeat;
	background-position-x: 5%;
    background-position-y: 5%;
	padding-left:0px !important;
}
.product_2 .grid-shop-img{
	background: url(https://green-weasel-297773.hostingersite.com/mojoomla/wp-content/uploads/2024/10/WP-Church-Mobile-App-logo-Transparent.png);
    background-repeat: no-repeat;
	background-position-x: 5%;
    background-position-y: 5%;
	padding-left:0px !important;
}
.product_3 .grid-shop-img{
	background: url(https://green-weasel-297773.hostingersite.com/mojoomla/wp-content/uploads/2024/10/WP-APARTMENT-IOS-App-Logo-1.png);
    background-repeat: no-repeat;
	background-position-x: 5%;
    background-position-y: 5%;
}
#n2-ss-2 .n2-ss-slide-background-image img{
	left: 30% !important;
	width: 70% !important;
}

div#n2-ss-2 .n2-ss-button-container a div {
	color: #fff !important;
}

.bottom-pricing-button .col-md-4{
	padding-right: 8%;
    padding-left: 0%;
}

.rating_span 
{
	color: #f38a2e !important;
	font-size: 20px!important;
	margin-left: 5px!important;
}
.total_reviews
{
	background-color: #0983AF !important;
    font-weight: bold !important;
    padding: 1px 2.6666666667px !important;
    border-radius: 2px !important;
    color: #FFFFFF !important;
    font-size: 11px !important;
    margin-left: 5px !important;
}
.woocommerce-Reviews-title
{
	font-size: 25px!important;
}

.rating-error {
    color: red; /* Change the color to red for visibility */
    font-size: 12px; /* Adjust font size */
    margin-top: 5px; /* Add some space above the message */
    display: none; /* Initially hide the message */
}
.comment-form-rating p:nth-of-type(2) {
    display: none;
}
.woocommerce_Reviews_section_Details
{
	padding-right: 13%!important;
    margin-left: 8%!important;
}

.review-button-container {
    text-align: center;
    margin-top: 15px;
}

#view-more-reviews {
    background-color: #f39244 !important;
	float: left;
	font-weight: 500;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
	margin-bottom: 20px;
    margin-top: -20px;
}
.woocommerce_Reviews_section_Details 
{
	margin-top: -4%;
}
.woocommerce-Reviews-template
{
	margin-top: -23px;
}
#submit
{
	background: #EA6B00 !important;
    border: none!important;
    /* width: 230px; */
    font-size: 21px!important;
    padding: 12px 80px!important;
    border-radius: 4px !important;
    color: #fff !important;
}
.woocommerce-Reviews-template
{
	display: none;
}
.review_grid
{
	margin-left: 10px!important;
}
.review_product_grid
{
	margin-left: -7px!important;
}
.submit
{
	float: left!important;
}

.view_all_custmer_review
{
	margin-bottom: 15px;
}
/* Style for the Review Link */
.view_all_custmer_review .review-link {
    font-size: 16px;              /* Set font size */
    color: #007bff;               /* Blue color for the text */
    text-decoration: none;        /* Remove underline */
    font-weight: bold;            /* Make the text bold */
    padding: 8px 16px;            /* Add padding for better spacing */
    border-radius: 4px;           /* Rounded corners for the button */
    transition: background-color 0.3s, color 0.3s; /* Smooth color change on hover */
	background: #EA6B00;
    color: #fff !important;
}

/* Hover effect */
.view_all_custmer_review .review-link:hover {
	background: #EA6B00;   /* Change background on hover */
    color: #fff !important;                /* Change text color to white on hover */
    text-decoration: none;        /* Ensure no underline on hover */
}
.view_all_custmer_review .woocommerce-verification-required
{
	display: none;
}

/** Foote Widget 5 **/
#menu-footer li::after {
    content: " |";
    padding: 0 5px;
}

/* Remove the last pipe */
#menu-footer li:last-child::after {
    content: "";
}

#menu-footer li {
	float: left;
    width: auto;
}

#gt_float_wrapper {
	z-index: 9999999999 !important;
}

.uap-reg-success-msg {
	text-align: center;
    font-size: 18px;
    color: #6a3093;
}

#uap_submit_bttn, .uap-login-link a {
	background-color: #3ba1da !important;
	color: #fff !important;
}

.custom-review {
	margin-left: 18px;
}

.header_bottom {
	float: left;
    width: 100%;
    margin-top: 15px;
}

.offer-banner {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.offer-banner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-image: url('./images/CyberSale.jpg');
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  height: 72px; /* match your banner height */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.offer-banner a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 12px;
}

.offer-banner .offer-text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 35px;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

#gt_float_wrapper {
	top: 90px !important;
}

/* Mobile styles (screens smaller than 768px) */
@media screen and (max-width: 767px) {
	#gt_float_wrapper {
		top: 55px !important;
	}
	
	.header_area .search-box {
		margin-top: 10px;
	}
	.offer-banner {
	    height: auto;
	    padding: 10px;
	    background-size: cover;
	}
	.offer-banner .offer-text {
	    font-size: 16px;
        line-height: 1.3;
	}
}

@media screen and (max-width:765px){
	.woocommerce-product-details p {
	    overflow: hidden;
	}
}
@media screen and (min-width:1200px){
	.product_cat-wordpress .owl-item , .product_cat-softwares .owl-item {
	    width: unset !important;
	}
}
@media (min-width: 480px){
	.product_cat-mobileapps .detail-add
	{
		margin-top: -61px !important;
	}
}
.trusted-by {
   background: #ffffff;
}

.trusted-by h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
 color: #f38a2e!important;
}

.trusted-logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
	border: 1px solid #dbdbdb;
    padding-top: 10px;
}

.trusted-logos img {
   object-fit: contain;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.trusted-logos img:hover {
  opacity: 1;
}

/* 2026 Updated Blog */
/* ===== Wrapper ===== */
.feature-video-section-2026 {
  max-width: 1100px;
  margin: 30px auto;
  padding: 0 20px 0 20px;  /* Removed top padding */
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  font-family: open sans, sans-serif;
}

/* ===== Checklist ===== */
.feature-list-2026 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list-2026 li {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  color: #1f2937;
  margin-bottom: 14px;
  line-height: 1.6;
}

.feature-list-2026 li::before {
  content: "•";  /* Dot character */
  color: #ea6b01;  /* Blue color for dot */
  font-weight: bold;
  margin-right: 12px;
  font-size: 14px;
}

/* ===== Video Card ===== */
.video-box-2026 {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
  background: #000;
}

.video-box-2026 img {
  width: 100%;
  display: block;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .feature-video-section-2026 {
    grid-template-columns: 1fr;
  }
}
/* ===== Section Wrapper ===== */
.benefits-section-2026 {
  max-width: 1150px;
  margin: 40px auto;
  padding: 0 0px;
  font-family: open sans, sans-serif;
}

.benefits-section-2026 h2 {
  font-size: 30px;
  margin-bottom: 35px;
  color: #1f2937;
}

/* ===== Grid ===== */
.benefits-grid-2026 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

/* ===== Card ===== */
.benefit-card-2026 {
  background: #ffffff;
  border: 2px solid #ea6b01;
  border-radius: 22px;
  padding: 26px 24px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.06);
}

/* ===== Card Title ===== */
.benefit-card-2026 h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #1e3a8a;
}

/* ===== List ===== */
.benefit-card-2026 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefit-card-2026 ul li {
  display: flex;
  align-items: flex-start;
  font-size: 15px;
  color: #374151;
  margin-bottom: 12px;
  line-height: 1.6;
}

/* ===== Arrow Icon ===== */
.benefit-card-2026 ul li::before {
  content: "➜";
  color: #ea6b01;
  font-weight: bold;
  margin-right: 10px;
  font-size: 16px;
}
/* ===== FAQ Wrapper ===== */
.faq-ny-2026 {
  max-width: 900px;
  margin: 50px auto;
  font-family: open sans, sans-serif;
}

.faq-ny-2026 h2 {
  font-size: 28px;
  color: #1f2937;
  margin-bottom: 25px;
}

/* ===== FAQ Item ===== */
.faq-item-2026 {
  background: #f0fbff;
  border-left: 4px solid #2563eb;
  border-radius: 10px;
  padding: 18px 20px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* ===== Question ===== */
.faq-question-2026 {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

/* ===== Answer ===== */
.faq-answer-2026 {
  font-size: 15px;
  color: #000000;
  line-height: 1.6;
  margin-top: 10px;
  display: none;
}

/* ===== Active ===== */
.faq-item-2026.active .faq-answer-2026 {
  display: block;
}


/* Pagination wrapper */
.nav-links {
    margin-top: 30px;
    text-align: left; /* change to center if needed */
}

/* Common pagination style */
.page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    border: 1px solid #ddd;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 500;
    color: #555;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Hover effect */
.page-numbers:hover {
    border-color: #ff7a18;
    color: #ff7a18;
}

/* Active page */
.page-numbers.current {
    background-color: #ff7a18;
    border-color: #ff7a18;
    color: #fff;
    font-weight: 600;
    cursor: default;
}

/* Next / Prev buttons */
.page-numbers.next,
.page-numbers.prev {
    width: auto;
    padding: 0 16px;
    border-radius: 20px;
}

/* Disable click on current */
.page-numbers.current:hover {
    color: #fff;
}

/* ===============================
   FAB-2026 GLOBAL SYSTEM
   =============================== */

/* ══════════════════════════════════════
   GOOGLE FONTS IMPORT — OPEN SANS
══════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,600;1,700&display=swap');

/* ══════════════════════════════════════
   CSS CUSTOM PROPERTIES
══════════════════════════════════════ */
:root {
  --purple-dark:    #3d30be;
  --purple-light:   #5b4dd9;
  --yellow-custom:  #e6a110;
  --gray-50:        #f9fafb;
  --gray-100:       #f3f4f6;
  --gray-800:       #1f2937;
  --accent:         #2dd4bf;
  --card-bg:        rgba(255, 255, 255, 0.75);
  --border-radius:  18px;

  /* ── Uniform section vertical padding ── */
  --section-py: 100px;
  --section-px: 5%;
}

/* ══════════════════════════════════════
   FONT RESET — OPEN SANS EVERYWHERE
══════════════════════════════════════ */
.fab-2026,
.fab-2026 *,
.fab-2026 *::before,
.fab-2026 *::after {
  font-family: 'Open Sans', sans-serif !important;
  box-sizing: border-box !important;
}

/* ── BASE ── */
.fab-2026 {
  font-weight: 400 !important;
  line-height: 1.65 !important;
  letter-spacing: 0.2px !important;
  color: #000000 !important;
  font-size: 16px !important;
  background-color: transparent !important;
}

/* ══════════════════════════════════════
   TYPOGRAPHY — DESKTOP
══════════════════════════════════════ */
.fab-2026 h1 {
  font-size: 54px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: var(--purple-dark) !important;
  margin: 0 0 18px !important;
}
.fab-2026 h2 {
  font-size: 44px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: #000000 !important;
  margin: 0 0 16px !important;
}
.fab-2026 h3 {
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  color: #000000 !important;
  margin: 0 0 14px !important;
}
.fab-2026 h4 {
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  color: #000000 !important;
  margin: 0 0 12px !important;
}
.fab-2026 h5 {
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  color: #000000 !important;
  margin: 0 0 10px !important;
}
.fab-2026 h6 {
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  color: #000000 !important;
  margin: 0 0 10px !important;
}
.fab-2026 p {
  font-size: 18px !important;
  line-height: 1.7 !important;
  color: #000000 !important;
  margin: 0 0 10px !important;
}
.fab-2026 li {
  font-size: 18px !important;
  line-height: 1.7 !important;
  color: #000000 !important;
}
.fab-2026 span {
  font-size: inherit !important;
}

/* ── SECTION TITLE ── */
.fab-2026 .section-title {
  font-size: 44px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: var(--purple-dark) !important;
  word-break: break-word !important;
  margin: 0 0 14px !important;
}
.fab-2026 .section-subtitle {
  font-size: 18px !important;
  line-height: 1.6 !important;
  color: #000000 !important;
  max-width: 875px !important;
  margin: 0 auto !important;
}

/* ── LISTS ── */
.fab-2026 ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0 !important;
}
.fab-2026 ul li {
  margin-bottom: 10px !important;
}

/* ══════════════════════════════════════
   BACKGROUNDS
══════════════════════════════════════ */
.fab-2026 .bg_gray_color {
  background-color: #f7f4f4 !important;
  background: #f7f4f4 !important;
}
.fab-2026 .bg_gray_color .section-title { color: var(--purple-dark) !important; }
.fab-2026 .bg_gray_color .section-subtitle,
.fab-2026 .bg_gray_color p,
.fab-2026 .bg_gray_color li,
.fab-2026 .bg_gray_color span { color: #000000 !important; }

/* ══════════════════════════════════════
   SECTION SPACING — UNIFORM 100px ALL SECTIONS
══════════════════════════════════════ */
.fab-2026 section,
.fab-2026 .hero,
.fab-2026 section.bg_gray_color,
.fab-2026 section:first-of-type,
.fab-2026 section:last-of-type,
.fab-2026 section:last-child,
.fab-2026 .cta-section {
  padding-top: var(--section-py) !important;
  padding-bottom: var(--section-py) !important;
  padding-left: var(--section-px) !important;
  padding-right: var(--section-px) !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  overflow: hidden !important;
}

/* ── CONTAINER ── */
.fab-2026 .container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* ── BOOTSTRAP UTILITIES ── */
.fab-2026 .mb-5 { margin-bottom: 2.5rem !important; }
.fab-2026 .mt-5 { margin-top: 2.5rem !important; }
.fab-2026 .mb-4 { margin-bottom: 1.5rem !important; }
.fab-2026 .mt-4 { margin-top: 1.5rem !important; }
.fab-2026 .mb-3 { margin-bottom: 1rem !important; }
.fab-2026 .mt-3 { margin-top: 1rem !important; }
.fab-2026 .text-center { text-align: center !important; }
.fab-2026 .text-start  { text-align: left !important; }

/* ── BOOTSTRAP ROW ── */
.fab-2026 .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: flex !important;
  flex-wrap: wrap !important;
}
.fab-2026 .g-4 {
  --bs-gutter-x: 1.25rem !important;
  --bs-gutter-y: 1.25rem !important;
  gap: 1.25rem 0 !important;
}
.fab-2026 .row.g-4 > [class*="col-"] {
  display: flex !important;
  flex-direction: column !important;
  padding-left: calc(var(--bs-gutter-x, 1.25rem) * 0.5) !important;
  padding-right: calc(var(--bs-gutter-x, 1.25rem) * 0.5) !important;
  margin-bottom: var(--bs-gutter-y, 1.25rem) !important;
}
.fab-2026 .row.g-4 > [class*="col-"] > .feature-card {
  flex: 1 !important;
  height: 100% !important;
}

/* ══════════════════════════════════════
   BADGE
══════════════════════════════════════ */
.fab-2026 .badge {
  display: inline-block !important;
  background: rgba(45, 212, 191, 0.15) !important;
  color: var(--purple-dark) !important;
  padding: 8px 14px !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  margin-bottom: 16px !important;
}

/* ══════════════════════════════════════
   HERO
══════════════════════════════════════ */
/* .fab-2026 .hero {
  display: grid !important;
  grid-template-columns: 1.2fr 1fr !important;
  gap: 50px !important;
  align-items: center !important;
  max-width: 1400px !important;
  margin: 0 auto !important;
} */
.fab-2026 .hero-buttons {
  margin-top: 24px !important;
  display: flex !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
}
.fab-2026 .hero-mockup img {
  width: 540px !important;
  height: 500px !important;
  display: block !important;
  border-radius: 16px !important;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08) !important;
}

/* ══════════════════════════════════════
   BUTTONS
══════════════════════════════════════ */
.fab-2026 .btn {
  font-weight: 700 !important;
  line-height: 1.2 !important;
  padding: 12px 22px !important;
  border-radius: 999px !important;
  cursor: pointer !important;
  font-size: 18px !important;
  transition: all 0.3s ease !important;
  display: inline-block !important;
  text-align: center !important;
  border: none !important;
  
}
.fab-2026 .btn-primary {
  background-color: #3d30be !important;
  color: #ffffff !important;
}
.fab-2026 .btn-primary:hover,
.fab-2026 .btn-primary:focus {
  background-color: #3228a8 !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 25px rgba(61,48,190,0.35) !important;
}
.fab-2026 .btn-outline {
  background-color: transparent !important;
  border: 2px solid #3d30be !important;
  color: #3d30be !important;
}
.fab-2026 .btn-outline:hover,
.fab-2026 .btn-outline:focus {
  background-color: #3d30be !important;
  color: #ffffff !important;
}
.fab-2026 .btn a,
.fab-2026 .btn a:link,
.fab-2026 .btn a:visited,
.fab-2026 .btn a:hover,
.fab-2026 .btn a:active {
  font-size: 18px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  color: inherit !important;
  display: block !important;
}
.fab-2026 .btn-primary a,
.fab-2026 .btn-primary a:link,
.fab-2026 .btn-primary a:visited,
.fab-2026 .btn-primary a:hover { color: #ffffff !important; }
.fab-2026 .btn-outline a,
.fab-2026 .btn-outline a:link,
.fab-2026 .btn-outline a:visited { color: #3d30be !important; }
.fab-2026 .btn-outline:hover a   { color: #ffffff !important; }

/* ══════════════════════════════════════
   FEATURE CARDS
══════════════════════════════════════ */
.fab-2026 .feature-card {
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 16px !important;
  padding: 22px 18px !important;
  height: 100% !important;
  transition: all 0.3s ease !important;
  word-break: break-word !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}
.fab-2026 .feature-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 16px 36px rgba(0,0,0,0.1) !important;
}
.fab-2026 .feature-card.text-center {
  align-items: center !important;
  text-align: center !important;
}
.fab-2026 .feature-card h5 {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #000000 !important;
  line-height: 1.4 !important;
  margin: 8px 0 10px !important;
  width: 100% !important;
}
.fab-2026 .feature-card p {
  font-size: 16px !important;
  color: #000000 !important;
  margin: 0 0 5px !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 5px !important;
  line-height: 1.5 !important;
  width: 100% !important;
}
.fab-2026 .feature-card img.mb-3 {
  margin-bottom: 6px !important;
  flex-shrink: 0 !important;
}

/* Evolving section cards */
.fab-2026 .bg_gray_color .feature-card {
  border-radius: 14px !important;
  padding: 20px 16px !important;
  text-align: center !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 56px !important;
}
.fab-2026 .bg_gray_color .feature-card p,
.fab-2026 .bg_gray_color .feature-card span {
  font-size: 16px !important;
  font-weight: 600 !important;
  margin: 0 !important;
  display: inline !important;
  text-align: center !important;
}

/* ── LIST ICON ── */
.fab-2026 .list-icon {
  width: 15px !important;
  height: 15px !important;
  margin-right: 5px !important;
  vertical-align: middle !important;
  flex-shrink: 0 !important;
  margin-top: 6px !important;
  display: inline-block !important;
}

/* ══════════════════════════════════════
   INTRO TEXT
══════════════════════════════════════ */
.fab-2026 .intro-text {
  background: var(--gray-50) !important;
  padding: 26px !important;
  border-radius: 14px !important;
  margin-bottom: 22px !important;
  border: 2px solid var(--gray-100) !important;
  font-size: 18px !important;
  color: #000000 !important;
}
.fab-2026 .intro-text p {
  margin-bottom: 0 !important;
  font-size: 18px !important;
}
.fab-2026 .intro-text strong {
  color: var(--purple-dark) !important;
  font-weight: 700 !important;
}

/* ══════════════════════════════════════
   HIGHLIGHT BOX
══════════════════════════════════════ */
.fab-2026 .highlight-box {
  background: linear-gradient(135deg, #fff 0%, #fafafa 100%) !important;
  border: 2px solid var(--purple-dark) !important;
  padding: 34px !important;
  margin: 32px 0 !important;
  border-radius: 20px !important;
  box-shadow: 0 10px 30px rgba(61,48,190,0.12) !important;
  position: relative !important;
  overflow: hidden !important;
}
.fab-2026 .highlight-box::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 6px !important;
  height: 100% !important;
  background: linear-gradient(to bottom, var(--purple-dark), var(--purple-light)) !important;
}
.fab-2026 .highlight-box h3 {
  color: var(--purple-dark) !important;
  font-size: 20px !important;
  margin-bottom: 14px !important;
  position: relative !important;
  padding-bottom: 12px !important;
}
.fab-2026 .highlight-box h3::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 60px !important;
  height: 4px !important;
  background: var(--yellow-custom) !important;
  border-radius: 2px !important;
}
.fab-2026 .highlight-box p {
  font-size: 14px !important;
  color: #000000 !important;
  margin-bottom: 10px !important;
}

/* ══════════════════════════════════════
   TRUST BOX / LIST UNSTYLED
══════════════════════════════════════ */
.fab-2026 .trust-box {
  background: #ffffff !important;
  border-radius: 16px !important;
  padding: 30px 22px !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06) !important;
}
.fab-2026 .trust-box ul,
.fab-2026 .list-unstyled {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: left !important;
}
.fab-2026 .trust-box ul li,
.fab-2026 .list-unstyled li {
  position: relative !important;
  margin-bottom: 12px !important;
  top: 70px !important;
  font-size: 18px !important;
  color: #000000 !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 7px !important;
  line-height: 1.6 !important;
}

/* ══════════════════════════════════════
   BUY NOW
══════════════════════════════════════ */
.fab-2026 .buy-now-wrap {
  width: 100% !important;
  text-align: center !important;
  padding-left: 20px !important;
}
.fab-2026 .buy-now-wrap img {
  width: 100% !important;
  height: auto !important;
  display: inline-block !important;
  border-radius: 8px !important;
  padding: 50px 0 0 0 !important; /* top padding */
}

/* ══════════════════════════════════════
   VIDEO BOX
══════════════════════════════════════ */
.fab-2026 .video-box-2026 {
  width: 100% !important;
  margin: 0 auto !important;
}
.fab-2026 .video-box-2026 img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  border-radius: 12px !important;
}

/* ══════════════════════════════════════
   EXCEL VISUAL HORIZONTAL
══════════════════════════════════════ */
.fab-2026 .excel-visual-horizontal-2026 {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  flex-wrap: nowrap !important;
  margin: 20px 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
}
.fab-2026 .visual-card-2026 {
  background: #ffffff !important;
  border-radius: 12px !important;
  padding: 14px 12px !important;
  text-align: center !important;
  box-shadow: 0 0px 18px rgba(0,0,0,0.07) !important;
  min-width: 80px !important;
  max-width: 140px !important;
  flex: 1 1 70px !important;
  font-weight: 600 !important;
  color: #0f172a !important;
  font-size: 16px !important;
  min-height: 90px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}
.fab-2026 .visual-card-2026 span {
  font-size: 22px !important;
  display: block !important;
  margin-bottom: 5px !important;
}
.fab-2026 .visual-card-2026 p {
  margin: 0 !important;
  font-size: 16px !important;
  color: #000000 !important;
  line-height: 1.4 !important;
  display: block !important;
}
.fab-2026 .visual-arrow-horizontal-2026 {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #64748b !important;
  flex-shrink: 0 !important;
}
.fab-2026 .visual-card-2026.chaos-2026 {
  background: #fee2e2 !important;
  color: #991b1b !important;
}

/* ══════════════════════════════════════
   EXCEL GRID
══════════════════════════════════════ */
.fab-2026 .excel-grid {
  max-width: 1400px !important;
  margin: auto !important;
  display: grid !important;
  grid-template-columns: 1.2fr 1fr !important;
  gap: 48px !important;
  align-items: center !important;
}

/* ══════════════════════════════════════
   CHALLENGES
══════════════════════════════════════ */
.fab-2026 .challenges-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
  gap: 16px !important;
  margin-top: 32px !important;
}
.fab-2026 .challenge-card {
  background: rgba(255,255,255,0.9) !important;
  padding: 18px 20px !important;
  border-radius: 14px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06) !important;
  color: #000000 !important;
}

/* ══════════════════════════════════════
   MANUAL TOOLS CONTENT
══════════════════════════════════════ */
.fab-2026 .manual-tools-content {
  background: rgba(255,255,255,0.88) !important;
  padding: 44px !important;
  border-radius: 22px !important;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08) !important;
}
.fab-2026 .manual-tools-content h2 {
  font-size: 40px !important;
  font-weight: 700 !important;
  color: #000000 !important;
  margin: 0 0 14px !important;
}
.fab-2026 .manual-tools-content p {
  font-size: 14px !important;
  line-height: 1.7 !important;
  color: #000000 !important;
  margin-bottom: 12px !important;
}

/* ── HIGHLIGHT TEXT ── */
.fab-2026 .highlight-text {
  font-size: 14px !important;
  color: var(--purple-dark) !important;
  font-weight: 700 !important;
  background: rgba(45,212,191,0.12) !important;
  padding: 14px 18px !important;
  border-left: 5px solid #2dd4bf !important;
  border-radius: 10px !important;
}

/* ── DIVIDER ── */
.fab-2026 .divider {
  width: 60px !important;
  height: 4px !important;
  background: #2dd4bf !important;
  border-radius: 999px !important;
  margin: 22px 0 !important;
}

/* ── PAIN HIGHLIGHT ── */
.fab-2026 .pain-highlight {
  background: rgba(239,68,68,0.08) !important;
  border-left: 5px solid #ef4444 !important;
  padding: 14px 18px !important;
  border-radius: 14px !important;
  font-weight: 700 !important;
  color: #7f1d1d !important;
  font-size: 14px !important;
}

/* ── TEXT MUTED ── */
.fab-2026 .text-muted {
  font-size: 13px !important;
  color: #000000 !important;
  opacity: 0.8 !important;
  background-color: #f3f4f6 !important;
  padding: 4px 8px !important;
  border-radius: 6px !important;
}

/* ── IMAGES — always fluid ── */
.fab-2026 img {
  max-width: 100% !important;
  height: auto !important;
}

/******* Country wise 2026 CSS *******/
ul.contry-vise-ul-2026 li,
div.system-des-2026 p {
  font-size: 13px !important;
  font-family: 'Open Sans', sans-serif !important;
}

div.fab-2026 section.hero
{
	 padding-top: 0px !important; 
/* 	 padding-left: 250px !important;  */
}
/* ════════════════════════════════════════════════════════
   ████████████  RESPONSIVE BREAKPOINTS  ████████████
   ════════════════════════════════════════════════════════ */

/* ══════════════════════════════════════
   TABLET — max-width: 1024px
   --section-py: 80px
══════════════════════════════════════ */
@media (max-width: 1024px) {

  :root {
    --section-py: 80px;
    --section-px: 4%;
  }

  .fab-2026 h1               { font-size: 42px !important; }
  .fab-2026 h2,
  .fab-2026 .section-title   { font-size: 34px !important; }

  .fab-2026 .hero            { gap: 30px !important; }
  .fab-2026 .excel-grid      { gap: 32px !important; }

  .fab-2026 .visual-card-2026 {
    min-width: 72px !important;
    padding: 10px 8px !important;
    font-size: 11px !important;
  }
}

/* ══════════════════════════════════════
   SMALL TABLET — max-width: 900px
   --section-py: 70px
══════════════════════════════════════ */
@media (max-width: 900px) {

  :root {
    --section-py: 70px;
    --section-px: 4%;
  }

  /* Hero stacks to single column */
  .fab-2026 .hero {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    text-align: center !important;
  }
  .fab-2026 .hero-buttons { justify-content: center !important; }

  /* Excel grid stacks */
  .fab-2026 .excel-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  /* Visual horizontal becomes vertical */
  .fab-2026 .excel-visual-horizontal-2026 {
    flex-direction: column !important;
    gap: 8px !important;
    margin: 14px auto !important;
    align-items: center !important;
    overflow: visible !important;
  }
  .fab-2026 .visual-arrow-horizontal-2026 {
    transform: rotate(90deg) !important;
  }
  .fab-2026 .visual-card-2026 {
    min-width: 160px !important;
    max-width: 220px !important;
    width: 100% !important;
  }
}

/* ══════════════════════════════════════
   MOBILE — max-width: 768px
   --section-py: 60px
══════════════════════════════════════ */
@media (max-width: 768px) {

  :root {
    --section-py: 60px;
    --section-px: 4%;
  }
	.fab-2026 .hero-mockup img {
		width: 100% !important;
		height: auto !important;
  }
  /* ── Typography scale ── */
  .fab-2026 h1               { font-size: 30px !important; }
  .fab-2026 h2,
  .fab-2026 .section-title   { font-size: 24px !important; }
  .fab-2026 h3,
  .fab-2026 h4               { font-size: 20px !important; }
  .fab-2026 h5,
  .fab-2026 h6               { font-size: 18px !important; }
  .fab-2026 p,
  .fab-2026 li               { font-size: 16px !important; }
  .fab-2026 .section-subtitle {
    font-size: 16px !important;
    max-width: 100% !important;
  }

  /* ── All sections uniform padding ── */
  .fab-2026 section,
  .fab-2026 .hero,
  .fab-2026 section.bg_gray_color,
  .fab-2026 section:first-of-type,
  .fab-2026 section:last-of-type,
  .fab-2026 section:last-child,
  .fab-2026 .cta-section {
    padding-top: var(--section-py) !important;
    padding-bottom: var(--section-py) !important;
    padding-left: var(--section-px) !important;
    padding-right: var(--section-px) !important;
  }

  /* ── Container ── */
  .fab-2026 .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  /* ── Bootstrap spacing ── */
  .fab-2026 .mb-5 { margin-bottom: 1.5rem !important; }
  .fab-2026 .mt-5 { margin-top: 1.5rem !important; }
  .fab-2026 .mb-4 { margin-bottom: 1rem !important; }
  .fab-2026 .mt-4 { margin-top: 1rem !important; }

  /* ── Row gutters ── */
  .fab-2026 .g-4 {
    --bs-gutter-x: 0.75rem !important;
    --bs-gutter-y: 0.75rem !important;
    gap: 0.75rem 0 !important;
  }

  /* ── Buttons: stack & full-width ── */
  .fab-2026 .d-flex.justify-content-center,
  .fab-2026 .d-flex.gap-3,
  .fab-2026 .hero-buttons {
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px !important;
  }
  .fab-2026 .btn {
    width: 100% !important;
    max-width: 260px !important;
    font-size: 13px !important;
    padding: 11px 20px !important;
  }

  /* ── Feature cards: full-width ── */
  .fab-2026 .row.g-4 > [class*="col-"] {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 12px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .fab-2026 .feature-card    { padding: 16px 14px !important; }
  .fab-2026 .feature-card h5 { font-size: 16px !important; }
  .fab-2026 .feature-card p  { font-size: 15px !important; }

  /* ── Evolving section cards ── */
  .fab-2026 .bg_gray_color .feature-card {
    padding: 14px 12px !important;
    font-size: 13px !important;
    min-height: 50px !important;
  }

  /* ── Inner content boxes ── */
  .fab-2026 .intro-text          { padding: 20px 16px !important; }
  .fab-2026 .highlight-box       { padding: 22px 16px !important; margin: 20px 0 !important; }
  .fab-2026 .highlight-box h3    { font-size: 18px !important; }
  .fab-2026 .trust-box           { padding: 20px 14px !important; }
  .fab-2026 .manual-tools-content { padding: 24px 16px !important; }
  .fab-2026 .manual-tools-content h2,
  .fab-2026 .excel-content h2    { font-size: 24px !important; }

  /* ── Challenges: single column ── */
  .fab-2026 .challenges-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin-top: 20px !important;
  }
  .fab-2026 .challenge-card { padding: 14px 16px !important; }

  /* ── Buy now ── */
  .fab-2026 .buy-now-wrap { padding-left: 0 !important; }
  .fab-2026 .buy-now-wrap img {
    height: auto !important;
    border-radius: 6px !important;
  }

  /* ── Excel visual ── */
  .fab-2026 .excel-visual-horizontal-2026 {
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 16px auto !important;
    overflow: visible !important;
  }
  .fab-2026 .visual-arrow-horizontal-2026 {
    transform: rotate(90deg) !important;
    font-size: 16px !important;
  }
  .fab-2026 .visual-card-2026 {
    min-width: unset !important;
    max-width: 100% !important;
    width: 80% !important;
    font-size: 14px !important;
  }

  /* ── Col alignment ── */
  .fab-2026 .col-lg-6.text-center { margin-top: 16px !important; }
}

/* ══════════════════════════════════════
   SMALL MOBILE — max-width: 480px
   --section-py: 48px
══════════════════════════════════════ */
@media (max-width: 480px) {

  :root {
    --section-py: 48px;
    --section-px: 4%;
  }

  .fab-2026 h1               { font-size: 26px !important; }
  .fab-2026 h2,
  .fab-2026 .section-title   { font-size: 22px !important; }
  .fab-2026 h3,
  .fab-2026 h4               { font-size: 18px !important; }
  .fab-2026 h5,
  .fab-2026 h6               { font-size: 16px !important; }
  .fab-2026 p,
  .fab-2026 li               { font-size: 15px !important; }

  /* ── All sections ── */
  .fab-2026 section,
  .fab-2026 .hero,
  .fab-2026 section.bg_gray_color,
  .fab-2026 section:first-of-type,
  .fab-2026 section:last-of-type,
  .fab-2026 section:last-child,
  .fab-2026 .cta-section {
    padding-top: var(--section-py) !important;
    padding-bottom: var(--section-py) !important;
    padding-left: var(--section-px) !important;
    padding-right: var(--section-px) !important;
  }

  /* ── Container ── */
  .fab-2026 .container {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  /* ── Buttons ── */
  .fab-2026 .btn {
    max-width: 240px !important;
    font-size: 12px !important;
    padding: 10px 16px !important;
  }

  /* ── Feature cards ── */
  .fab-2026 .feature-card    { padding: 14px 10px !important; }
  .fab-2026 .feature-card h5 { font-size: 15px !important; }
  .fab-2026 .feature-card p  { font-size: 14px !important; }

  /* ── Evolving cards ── */
  .fab-2026 .bg_gray_color .feature-card {
    font-size: 13px !important;
    padding: 12px 10px !important;
    min-height: 48px !important;
  }

  /* ── Inner boxes ── */
  .fab-2026 .intro-text          { padding: 16px 12px !important; font-size: 15px !important; }
  .fab-2026 .intro-text p        { font-size: 15px !important; }
  .fab-2026 .highlight-box       { padding: 18px 14px !important; }
  .fab-2026 .trust-box           { padding: 16px 12px !important; }
  .fab-2026 .manual-tools-content { padding: 18px 12px !important; }

  /* ── Visual cards ── */
  .fab-2026 .visual-card-2026 {
    width: 90% !important;
    min-width: unset !important;
    padding: 12px 10px !important;
    font-size: 13px !important;
  }
  .fab-2026 .visual-card-2026 span { font-size: 20px !important; }

  /* ── Buy now ── */
  .fab-2026 .buy-now-wrap { margin: 12px 0 !important; }

  /* ── Challenges ── */
  .fab-2026 .challenge-card {
    padding: 12px 14px !important;
    font-size: 13px !important;
  }
}

/* ══════════════════════════════════════
   VERY SMALL — max-width: 360px
   Handles smallest Android screens
   --section-py: 40px
══════════════════════════════════════ */
@media (max-width: 360px) {

  :root {
    --section-py: 40px;
    --section-px: 3%;
  }

  .fab-2026 h1               { font-size: 22px !important; }
  .fab-2026 h2,
  .fab-2026 .section-title   { font-size: 20px !important; }
  .fab-2026 h3,
  .fab-2026 h4               { font-size: 17px !important; }
  .fab-2026 h5,
  .fab-2026 h6               { font-size: 15px !important; }
  .fab-2026 p,
  .fab-2026 li               { font-size: 14px !important; }

  .fab-2026 .btn {
    max-width: 100% !important;
    font-size: 12px !important;
    padding: 9px 14px !important;
  }

  .fab-2026 .feature-card    { padding: 12px 8px !important; }
  .fab-2026 .feature-card h5 { font-size: 14px !important; }
  .fab-2026 .feature-card p  { font-size: 13px !important; }

  .fab-2026 .visual-card-2026 {
    width: 95% !important;
    min-width: unset !important;
  }

  .fab-2026 .challenges-grid {
    grid-template-columns: 1fr !important;
  }
}

/* =================================
   MOBILE OPTIMIZATION – FAB 2026
================================= */

@media (max-width:768px){
div.col-lg-6.hero-mockup
{
	margin-top: 30px;
}
/* Section spacing */
.fab-2026 section,
.fab-2026 .hero,
.fab-2026 .cta-section{
padding-top:60px !important;
padding-bottom:60px !important;
padding-left:4% !important;
padding-right:4% !important;
}

/* Hero layout */
.fab-2026 .hero{
grid-template-columns:1fr !important;
text-align:center !important;
gap:25px !important;
}

/* Container */
.fab-2026 .container{
padding-left:15px !important;
padding-right:15px !important;
}

/* Typography */
.fab-2026 h1{font-size:30px !important;}
.fab-2026 h2{font-size:24px !important;}
.fab-2026 h3{font-size:20px !important;}
.fab-2026 p,
.fab-2026 li{font-size:16px !important;}

/* Feature cards */
.fab-2026 .feature-card{
padding:18px 14px !important;
}

/* Buy now banner */
.fab-2026 .buy-now-wrap{
width: 100% !important;
padding-left:15px !important;
padding-right:15px !important;
}

.fab-2026 .buy-now-wrap img{
width:100% !important;
height:auto !important;
max-width:100% !important;
}

/* Excel grid */
.fab-2026 .excel-grid{
grid-template-columns:1fr !important;
gap:25px !important;
}

/* Horizontal visual cards */
.fab-2026 .excel-visual-horizontal-2026{
flex-direction:column !important;
align-items:center !important;
}

/* Buttons */
.fab-2026 .hero-buttons{
flex-direction:column !important;
align-items:center !important;
gap:12px !important;
}

.fab-2026 .btn{
width:100% !important;
max-width:250px !important;
}

}

/* ════════════════════════════════════════════════════════
   ████████████  RESPONSIVE BREAKPOINTS  ████████████
   ════════════════════════════════════════════════════════ */

/* ══════════════════════════════════════
   TABLET — max-width: 1024px
   --section-py: 80px
══════════════════════════════════════ */
@media (max-width: 1024px) {

  :root {
    --section-py: 80px;
    --section-px: 4%;
  }

  .fab-2026 h1               { font-size: 42px !important; }
  .fab-2026 h2,
  .fab-2026 .section-title   { font-size: 34px !important; }

  .fab-2026 .hero            { gap: 30px !important; }
  .fab-2026 .excel-grid      { gap: 32px !important; }

  .fab-2026 .visual-card-2026 {
    min-width: 72px !important;
    padding: 10px 8px !important;
    font-size: 11px !important;
  }
}

/* ══════════════════════════════════════
   SMALL TABLET — max-width: 900px
   --section-py: 70px
══════════════════════════════════════ */
@media (max-width: 900px) {

  :root {
    --section-py: 70px;
    --section-px: 4%;
  }

  /* Hero stacks to single column */
  .fab-2026 .hero {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    text-align: center !important;
  }
  .fab-2026 .hero-buttons { justify-content: center !important; }

  /* Excel grid stacks */
  .fab-2026 .excel-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  /* Visual horizontal becomes vertical */
  .fab-2026 .excel-visual-horizontal-2026 {
    flex-direction: column !important;
    gap: 8px !important;
    margin: 14px auto !important;
    align-items: center !important;
    overflow: visible !important;
  }
  .fab-2026 .visual-arrow-horizontal-2026 {
    transform: rotate(90deg) !important;
  }
  .fab-2026 .visual-card-2026 {
    min-width: 160px !important;
    max-width: 220px !important;
    width: 100% !important;
  }
}

/* ══════════════════════════════════════
   MOBILE — max-width: 768px
   --section-py: 60px
══════════════════════════════════════ */
@media (max-width: 768px) {

  :root {
    --section-py: 60px;
    --section-px: 4%;
  }

  /* ── Typography scale ── */
  .fab-2026 h1               { font-size: 30px !important; }
  .fab-2026 h2,
  .fab-2026 .section-title   { font-size: 24px !important; }
  .fab-2026 h3,
  .fab-2026 h4               { font-size: 20px !important; }
  .fab-2026 h5,
  .fab-2026 h6               { font-size: 18px !important; }
  .fab-2026 p,
  .fab-2026 li               { font-size: 18px !important; }
  .fab-2026 .section-subtitle {
    font-size: 18px !important;
    max-width: 100% !important;
  }

  /* ── All sections uniform padding ── */
  .fab-2026 section,
  .fab-2026 .hero,
  .fab-2026 section.bg_gray_color,
  .fab-2026 section:first-of-type,
  .fab-2026 section:last-of-type,
  .fab-2026 section:last-child,
  .fab-2026 .cta-section {
    padding-top: var(--section-py) !important;
    padding-bottom: var(--section-py) !important;
    padding-left: var(--section-px) !important;
    padding-right: var(--section-px) !important;
  }

  /* ── Container ── */
  .fab-2026 .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  /* ── Bootstrap spacing ── */
  .fab-2026 .mb-5 { margin-bottom: 1.5rem !important; }
  .fab-2026 .mt-5 { margin-top: 1.5rem !important; }
  .fab-2026 .mb-4 { margin-bottom: 1rem !important; }
  .fab-2026 .mt-4 { margin-top: 1rem !important; }

  /* ── Row gutters ── */
  .fab-2026 .g-4 {
    --bs-gutter-x: 0.75rem !important;
    --bs-gutter-y: 0.75rem !important;
    gap: 0.75rem 0 !important;
  }

  /* ── Buttons: stack & full-width ── */
  .fab-2026 .d-flex.justify-content-center,
  .fab-2026 .d-flex.gap-3,
  .fab-2026 .hero-buttons {
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px !important;
  }
  .fab-2026 .btn {
    width: 100% !important;
    max-width: 260px !important;
    font-size: 13px !important;
    padding: 11px 20px !important;
  }

  /* ── Feature cards: full-width ── */
  .fab-2026 .row.g-4 > [class*="col-"] {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 12px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .fab-2026 .feature-card    { padding: 16px 14px !important; }
  .fab-2026 .feature-card h5 { font-size: 16px !important; }
  .fab-2026 .feature-card p  { font-size: 15px !important; }

  /* ── Evolving section cards ── */
  .fab-2026 .bg_gray_color .feature-card {
    padding: 14px 12px !important;
    font-size: 18px !important;
    min-height: 50px !important;
  }

  /* ── Inner content boxes ── */
  .fab-2026 .intro-text          { padding: 20px 16px !important; }
  .fab-2026 .highlight-box       { padding: 22px 16px !important; margin: 20px 0 !important; }
  .fab-2026 .highlight-box h3    { font-size: 18px !important; }
  .fab-2026 .trust-box           { padding: 20px 14px !important; }
  .fab-2026 .manual-tools-content { padding: 24px 16px !important; }
  .fab-2026 .manual-tools-content h2,
  .fab-2026 .excel-content h2    { font-size: 24px !important; }

  /* ── Challenges: single column ── */
  .fab-2026 .challenges-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin-top: 20px !important;
  }
  .fab-2026 .challenge-card { padding: 14px 16px !important; }

  /* ── Buy now ── */
  .fab-2026 .buy-now-wrap { padding-left: 0 !important; }
  .fab-2026 .buy-now-wrap img {
    height: auto !important;
    border-radius: 6px !important;
  }

  /* ── Excel visual ── */
  .fab-2026 .excel-visual-horizontal-2026 {
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 16px auto !important;
    overflow: visible !important;
  }
  .fab-2026 .visual-arrow-horizontal-2026 {
    transform: rotate(90deg) !important;
    font-size: 16px !important;
  }
  .fab-2026 .visual-card-2026 {
    min-width: unset !important;
    max-width: 100% !important;
    width: 80% !important;
    font-size: 18px !important;
  }

  /* ── Col alignment ── */
  .fab-2026 .col-lg-6.text-center { margin-top: 16px !important; }
}

/* ══════════════════════════════════════
   SMALL MOBILE — max-width: 480px
   --section-py: 48px
══════════════════════════════════════ */
@media (max-width: 480px) {

  :root {
    --section-py: 48px;
    --section-px: 4%;
  }

  .fab-2026 h1               { font-size: 26px !important; }
  .fab-2026 h2,
  .fab-2026 .section-title   { font-size: 22px !important; }
  .fab-2026 h3,
  .fab-2026 h4               { font-size: 18px !important; }
  .fab-2026 h5,
  .fab-2026 h6               { font-size: 16px !important; }
  .fab-2026 p,
  .fab-2026 li               { font-size: 15px !important; }

  /* ── All sections ── */
  .fab-2026 section,
  .fab-2026 .hero,
  .fab-2026 section.bg_gray_color,
  .fab-2026 section:first-of-type,
  .fab-2026 section:last-of-type,
  .fab-2026 section:last-child,
  .fab-2026 .cta-section {
    padding-top: var(--section-py) !important;
    padding-bottom: var(--section-py) !important;
    padding-left: var(--section-px) !important;
    padding-right: var(--section-px) !important;
  }

  /* ── Container ── */
  .fab-2026 .container {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  /* ── Buttons ── */
  .fab-2026 .btn {
    max-width: 240px !important;
    font-size: 12px !important;
    padding: 10px 16px !important;
  }

  /* ── Feature cards ── */
  .fab-2026 .feature-card    { padding: 14px 10px !important; }
  .fab-2026 .feature-card h5 { font-size: 15px !important; }
  .fab-2026 .feature-card p  { font-size: 14px !important; }

  /* ── Evolving cards ── */
  .fab-2026 .bg_gray_color .feature-card {
    font-size: 13px !important;
    padding: 12px 10px !important;
    min-height: 48px !important;
  }

  /* ── Inner boxes ── */
  .fab-2026 .intro-text          { padding: 16px 12px !important; font-size: 15px !important; }
  .fab-2026 .intro-text p        { font-size: 15px !important; }
  .fab-2026 .highlight-box       { padding: 18px 14px !important; }
  .fab-2026 .trust-box           { padding: 16px 12px !important; }
  .fab-2026 .manual-tools-content { padding: 18px 12px !important; }

  /* ── Visual cards ── */
  .fab-2026 .visual-card-2026 {
    width: 90% !important;
    min-width: unset !important;
    padding: 12px 10px !important;
    font-size: 13px !important;
  }
  .fab-2026 .visual-card-2026 span { font-size: 20px !important; }

  /* ── Buy now ── */
  .fab-2026 .buy-now-wrap { margin: 12px 0 !important; }

  /* ── Challenges ── */
  .fab-2026 .challenge-card {
    padding: 12px 14px !important;
    font-size: 13px !important;
  }
}

/* ══════════════════════════════════════
   VERY SMALL — max-width: 360px
   Handles smallest Android screens
   --section-py: 40px
══════════════════════════════════════ */
@media (max-width: 360px) {

  :root {
    --section-py: 40px;
    --section-px: 3%;
  }

  .fab-2026 h1               { font-size: 22px !important; }
  .fab-2026 h2,
  .fab-2026 .section-title   { font-size: 20px !important; }
  .fab-2026 h3,
  .fab-2026 h4               { font-size: 17px !important; }
  .fab-2026 h5,
  .fab-2026 h6               { font-size: 15px !important; }
  .fab-2026 p,
  .fab-2026 li               { font-size: 14px !important; }

  .fab-2026 .btn {
    max-width: 100% !important;
    font-size: 12px !important;
    padding: 9px 14px !important;
  }

  .fab-2026 .feature-card    { padding: 12px 8px !important; }
  .fab-2026 .feature-card h5 { font-size: 14px !important; }
  .fab-2026 .feature-card p  { font-size: 13px !important; }

  .fab-2026 .visual-card-2026 {
    width: 95% !important;
    min-width: unset !important;
  }

  .fab-2026 .challenges-grid {
    grid-template-columns: 1fr !important;
  }
}
.fab-2026 .excel-visual-horizontal-2026
{
    padding: 25px 10px !important;
}