/*-----------------------wishlist-----------------------*/
.ajax-loading {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.ajax-loading:before  {
    background: url("../images/ajax-loader.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 32px;
    left: 50%;
    margin: -5.5px 0 0 -8px;
    position: absolute;
    top: 50%;
    width: 32px;
}
body > .ajax-loading {
    position: fixed;
}
#pop {
    border: 5px solid rgba(0, 0, 0, 0);
    border-radius: 2px;
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.15);
    left: 50%;
    margin-left: -250px;
    margin-top: -100px;
    position: fixed;
    top: 50%;
    width: 500px;
}
.pop {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    padding: 15px 20px;
}

/*----------------------------------------------*/
.page-title{
	background-image:url(../images/background/bg-page-title-1.jpg);
}
.default-two-column .wpcf7-form .wpcf7-submit{
	display:block;
	width:100%;
}
.sidebar-page-container .container {
    max-width: 1230px;
	width:100%;
}
.team-member-single{
	padding-bottom:0px;
}
.service-details .wpcf7-submit,
.contact-form .wpcf7-submit{
	width:100%;
}
.team-member-single .default-form  .wpcf7-submit{
    padding: 11px 20px;
	text-transform: uppercase;
    background: #272727;
    color: #ffffff !important;
    border: 2px solid #272727;
	width:100%;
}
.team-member-single .default-form  .wpcf7-submit:hover{
	background-color:#fc721e;
	border-color:#fc721e;
}
.pagination li a,
.pagination li span{
	position: relative;
    display: block;
    line-height: 20px;
    padding: 10px 5px;
    font-size: 16px;
    text-transform: capitalize;
    min-width: 42px;
    border: 1px solid #e0e0e0;
    background: #efefef;
    color: #111111;
    font-weight: 500;
    text-align: center;
    border-radius: 2px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.pagination li a:hover,
.pagination li span{
	color: #ffffff;
    background: #fc721e;
    border-color: #fc721e;
}

/**************************Custom Widget*******************************/
.sidebar .sidebar-widget ul li,
.sidebar .widget_categories li {
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}
.sidebar .sidebar-widget ul li a,
.sidebar .widget_categories li a {
    color: #9e9e9e;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    padding: 15px 0 15px 25px;
    position: relative;
}
.sidebar .sidebar-widget ul li a:before,
.sidebar .widget_categories li a:before {
    content: "\f114";
    display: block;
    font-family: "FontAwesome";
    font-size: 16px;
    left: 0;
    line-height: 24px;
    position: absolute;
    top: 14px;
}
.sidebar .sidebar-widget ul li a:hover,
.sidebar .widget_categories li a:hover {
    color: #fc721e;
}
.sidebar .widget_archive li {
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}
.sidebar .widget_archive li a:before {
    content: "\f119";
    display: block;
    font-family: "Flaticon";
    font-size: 16px;
    left: 0;
    line-height: 24px;
    position: absolute;
    top: 14px;
}
.sidebar .widget_archive li a {
    color: #9e9e9e;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    padding: 15px 0 15px 25px;
    position: relative;
}
.sidebar .widget_archive li a:hover {
    color: #fc721e;
}
.sidebar .widget_tag_cloud a {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    color: #9e9e9e;
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 14px !important;
    font-weight: 700;
    line-height: 24px;
    margin: 0 7px 10px 0;
    padding: 8px 10px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    transition: all 300ms ease 0s;
}
.sidebar .widget_tag_cloud a:hover {
    background-color: #fc721e;
    border-color: #fc721e;
    color: #ffffff;
}
.products-section {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
#recentcomments li {
	padding:20px 0;
}
#recentcomments li > a {
	color:#fc721e;
}
#recentcomments li a:before {
    content: "";
    display: block;
    font-family: "FontAwesome";
    font-size: 16px;
    left: 0;
    line-height: 24px;
    position: absolute;
    top: 14px;
}
#recentcomments li a:before {
    content: "";
    display: block;
    font-family: "Flaticon";
    font-size: 16px;
    left: 0;
    line-height: 24px;
    position: absolute;
    top: 14px;
}
/*--------------------------theme check----------------------------------*/
	#wp-calendar {
		width: 100%;
	}
	#wp-calendar caption {
		text-align: right; 
		color: #333; 
		font-size: 12px; 
		margin-top: 10px;
		margin-bottom: 15px;
	}
	#wp-calendar thead { 
		font-size: 10px;
	}
	#wp-calendar thead th { 
		padding-bottom: 10px;
	}
	#wp-calendar tbody { 
		color: #aaa; 
	}
	#wp-calendar tbody td { 
		background: #f5f5f5; 
		border: 1px solid #fff; 
		text-align: center; 
		padding:8px;
	}
	#wp-calendar tbody td:hover { 
		background: #fff; 
	}
	#wp-calendar tbody .pad { 
		background: none; 
	}
	#wp-calendar tfoot #next { 
		font-size: 10px; 
		text-transform: uppercase; 
		text-align: right;
	}
	#wp-calendar tfoot #prev { 
		font-size: 10px; 
		text-transform: uppercase; 
		padding-top: 10px; 
	}
	
	.sticky .post {background: #efefef; border: 3px solid #fff; }
	.sticky .post .post-content{ background-color:transparent; }
	.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}
	.gallery-caption {}
	.bypostauthor{}
	.alignright{ 
		text-align:right;
	}
	.alignleft{ 
		text-align:left;
	}
	.aligncenter{ 
		text-align:center;
	}	
	.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/*************************************Theme Unit Testing***********************/
.sticky .news-style-one,
.sticky .news-style-two{
	background:#fafafa;
	padding:15px;
}
.news-section h1,.news-section h2,.news-section h3,.news-section h4,.news-section h5,.news-section h6,
.comment .text h1,.comment .text h2,.comment .text h3,.comment .text h4,.comment .text h5,.comment .text h6,
.news-outer h1,.news-outer h2,.news-outer h3,.news-outer h4,.news-outer h5,.news-outer h6{
	font-family: "Montserrat",sans-serif;
	margin-bottom:15px !important;
	font-weight:400 !important;
	color: #333333 !important;
	line-height:1em;
}
.news-section h2{
	margin:25px 0;
}
.news-section h2+h1+h2{
	margin:0 0 15px 0;
}
.news-section h1,.comment .text h1,.news-outer h1{
	font-size:36px;
}
.news-section h2,.comment .text h2,.news-outer h2{
	font-size:32px;
}
.news-section h3,.comment .text h3,.news-outer h3{
	font-size:28px !important;
}
.news-section h4,.comment .text h4,.news-outer h4{
	font-size:26px;
}
.news-section h5,.comment .text h5,.news-outer h5{
	font-size:24px;
}
.news-section h6,.comment .text h6,.news-outer h6{
	font-size:20px;
}
.news-section table thead tr th,.comment .text table thead tr th,.news-outer table thead tr th{
	border-bottom: 2px solid #ddd;
    vertical-align: bottom;
}
.news-section table tbody tr th,.comment .text table tbody tr th,.news-outer table tbody tr th{
	border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.news-section table tbody tr td,.comment .text table tbody tr td,.news-outer table tbody tr td{
	border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.news-section ul:first-child,.news-section ol:first-child,
.comment .text ul:first-child,.comment .text ol:first-child,
.news-outer ul:first-child,.news-outer ol:first-child{
	padding:0px;
}
.news-section ul,.news-section ol,
.comment .text ul, .comment .text ol,
.news-outer ul, .news-outer ol{
	padding-left:40px;
}
.news-section ul li,.comment .text ul li,
.news-outer ul li,.news-outer ul li{
	list-style-type:disc;
}
.news-section ul li ul li, .comment .text ul li ul li,
.news-outer ul li ul li{
	list-style-type:circle;
}
.news-section ul li ul li ul li, .comment .text ul li ul li ul li,.news-outer ul li ul li ul li{
	list-style-type:square;
}
.news-section ol li,.comment .text ol li,.news-outer ol li{
	list-style-type:decimal;
	display:list-item;
}
.news-section ol li ol li,.comment .text ol li ol li,.news-outer ol li ol li{
	list-style-type:lower-alpha;
}
.news-section ol li ol li ol li,.comment .text ol li ol li ol li,.news-outer ol li ol li ol li{
	list-style-type:upper-roman;
}
.news-section p img,.news-section figure img,.news-section img,.news-outer p img,.news-outer figure img{
	max-width:100%;
	display:block;
	height:auto;
}
.comment .text-list .children{
	margin-left:50px;
}
figure{
	max-width:100%;
	display:block;
}
.news-section .alignright{
	float:right;
	padding:10px;
}
.comment .text ul.children li{
	list-style-type:none !important;
}
.share-options li {
	list-style:none !important;
}
.widget_bunch_servies .styled-nav ul{
	border:1px solid #e9e9e9;
	border-radius:2px;	
}

.widget_bunch_servies .styled-nav ul li{
	position:relative;	
}

.widget_bunch_servies .styled-nav ul li a{
	position:relative;
	display:block;
	margin-left:-1px;
	margin-right:-1px;
	line-height:30px;
	padding:10px 15px 10px 45px;
	text-transform:capitalize;
	color:#9e9e9e;
	font-size:15px;
	border-bottom:1px solid #e9e9e9;
	font-weight:400;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.widget_bunch_servies .styled-nav li a:before{
	content:'\f0a9' !important;
	font-family: 'FontAwesome' !important;
	position:absolute !important;
	left:20px !important;
	font-size:16px !important;
	top:50% !important;
	margin-top:-15px !important;
	line-height:30px !important;
	color:#fc721e !important;	
}

.widget_bunch_servies .styled-nav li a:hover{
	color:#ffffff !important;
	background:#fc721e !important;
	border-color:#fc721e !important;
}

.widget_bunch_servies .styled-nav li a:hover:before{
	color:#ffffff !important;
}






/*.sidebar .downloads li{
	position:relative;
	margin-bottom:12px;
	font-family:'Montserrat',sans-serif;	
}*/

.sidebar .downloads li a{
	position:relative !important;
	display:block !important;
	padding:16px 15px 16px 68px !important;
	color:#272727 !important;
	font-size:16px !important;
	background:#f4f4f4 !important;
	line-height:30px !important;
	transition:all 500ms ease !important;
}

.widget_bunch_brochures .downloads li a:after{
	content:'\f0da' !important;
	font-family: 'FontAwesome' !important;
	position:absolute !important;
	right:15px !important;
	font-size:16px !important;
	top:50% !important;
	margin-top:-15px !important;
	line-height:30px !important;
}

.widget_bunch_brochures .downloads li a:hover{
	background:#fc721e !important;
	color:#ffffff !important;
}

.widget_bunch_brochures .downloads li a .icon{
	position:absolute;
	left:-2px;
	top:8px;
	width:50px;
	height:46px;
	line-height:46px;
	text-align:center;
	font-size:20px;
	background:#272727;
	color:#ffffff;
}
/****************Custom Widget*********************/
.widget_recent_comments ul li{
	padding-left:20px;
}
.widget select{
	width:100%;
	display:block;
	border:1px solid #ededed;
	padding:10px 0;
}
.textwidget img {
    height: auto;
    max-width: 100%;
}
.widget ul{
	padding-bottom:0px;
}
.widget ul li ul li{
	margin-bottom:0px;
	margin-top:10px;
}
.news-section .share-box ul{
	padding-left:0px !important;
}
.news-section .share-box ul li{
	list-style-type:none !important;
	display:inline-block !important;
}
.news-section .share-box ul li img{
	display:inline-block !important;
}
.post-password-form input[type="password"]{
	border:1px solid #38ccea;
	padding:5px 10px;
}
.post-password-form input[type="submit"]{
	position:relative !important;
	padding:6px 30px !important;
	line-height:24px !important;
	text-transform:uppercase !important;
	background:#272727 !important;
	color:#ffffff !important;
	border:2px solid #272727 !important;
	font-size:14px !important;
	font-weight:400 !important;
	border-radius:2px !important;
	font-family: 'Montserrat', sans-serif !important;
	margin-left:5px !important;
}
.post-password-form input[type="submit"]:hover{
	background: #fc721e !important;
    border-color: #fc721e !important;
    color: #ffffff !important;
}
.news-style-one .post-meta {
	padding-left:0 !important;
}

/*****************Shop Woocommerce********************/
.woocommerce .ah-single-product .ah-shop .single-item{
	min-height:440px;
}
.woocommerce .ah-shop .sec-top select{
	background: #fff none repeat scroll 0 0;
    color: #777;
    font-family: "Asap",sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 17px 20px;
	border:1px solid #f5f5f5;
	-moz-appearance:none;
	-ms-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
}
.woocommerce .ah-shop .sec-top .select-item{
	position:relative;
}
.woocommerce .ah-shop .sec-top .select-item:after{
	content:'\f107';
	position:absolute;
	top:17px;
	right:15px;
	color:#777;
	font-size:14px;	
	font-family: 'FontAwesome';
	cursor:pointer;
}
.woocommerce .products .star-rating{
	display:inline-block;
	margin:auto;
	font-size:12px;
	width:5.3em;
}
.woocommerce .star-rating::before{
	display:none;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
	font-size:inherit !important;
	color:inherit;
} 
.woocommerce .price del .amount{
	color: #333333;
    font-size: 12px;
	font-family: "Lato",sans-serif;
}
.woocommerce .quantity .qty{
	border:1px solid #cccccc;
	margin-bottom:0px;
	padding:11px 0px;
	line-height: 1.42857;
}
.woocommerce div.product form.cart div.quantity{
	float:none;
	margin-right:12px;
	display:inline-block;
}
/********************Single Shop Page****************************/
.woocommerce div.product .woocommerce-product-rating{
	margin:0px !important;
	line-height:1.7 !important;
}
.product-details .content .col-title .customer-review .rat span{
	font-size:12px;
}
.product-details .content .col-title .customer-review .rat .woocommerce-product-rating > a{
	color: #232323;
    font-size: 13px;	
}
.woocommerce .product-details .content .price del span{
	color: #aaa;
    font-size: 18px;
    margin-right: 5px;
}
.woocommerce .product-details .content .price ins span{
	color: #19a4c6;
    font-family: "Asap",sans-serif;
    font-size: 20px;
	font-weight:400 !important;
}
.btn-style-one.add-to-cart{
	padding:10px 20px;
}
/*********Woocommerce Tab*********/
.woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 50px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
	border-bottom:none;
}
.woocommerce #reviews #ah-coment-lists ol.ah-coment-listlist{
	padding:0px;
	margin-top:50px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
	display:none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
	padding:0px !important;
	margin:0px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    background: #fc721e none repeat scroll 0 0;
    color: #ffffff;
}
.woocommerce div.product .woocommerce-tabs .panel{
	padding:30px;
	background:#fbfbfb;
	box-shadow:none;
	border:none;
	border-radius:0px;
}
.woocommerce div.product .woocommerce-tabs .panel h2{
	color: #1a1a1a;
    font-family: "Lato",serif;
	font-weight:500;
    font-size: 18px;
    text-transform: capitalize;
	margin-bottom:15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background:none;
    border:none;
    border-radius:0;
    margin: 0;
    padding: 0;
    position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    border: 2px solid #fc721e;
    color: #fc721e;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-right: 7px;
    padding: 7px 30px;
    position: relative;
    text-transform: uppercase;
}
.woocommerce textarea{
	border:1px solid #ebebeb;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	background: #fc721e none repeat scroll 0 0;
    border: 2px solid #fc721e;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    padding: 8px 36px;
    position: relative;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fc721e;
}
.woocommerce .star-rating{
	color: #fc721e;
    font-size: 12px;
    margin-bottom: 5px;
	float:none;
}
.woocommerce p.stars a.star-1{
	width:1em;
}
.woocommerce p.stars a.star-2{
	width:2em;
}
.woocommerce p.stars a.star-3{
	width:3em;
}
.woocommerce p.stars a.star-4{
	width:4em;
}
.woocommerce p.stars a.star-1, .woocommerce p.stars a.star-2, .woocommerce p.stars a.star-3, .woocommerce p.stars a.star-4, .woocommerce p.stars a.star-5{
	border:none;
	color: #fc721e;
    font-size: 13px;
}
.woocommerce p.stars a{
	color:#5a5a5a;
	font-weight:400;
}
.woocommerce .woocommerce-message::before{
	color:#fc721e;
}
.woocommerce .woocommerce-message{
	border-top-color: #fc721e;
}
.product-carousel .single-item img{
	width:100%;
}
/*********Cart Page*********/
.woocommerce table.shop_table{
	border-radius:0px;
}
.woocommerce table.shop_table th{
	color: #000;
    font-family: "Raleway",sans-serif;
    font-size: 1em;
    font-weight: 500;
    line-height: 60px;
	padding:0px !important;
	text-align:center;
    text-transform: uppercase;
	border-right:1px solid #ebebeb;
}
.woocommerce table.shop_table th:first-child{
	padding-left:42px !important;
	text-align:left;
}
.woocommerce table.shop_table th:last-child,.woocommerce .shop_table tbody tr.cart_item td:last-child{
	border-right:none;
}
.woocommerce .shop_table tbody tr.cart_item td{
	padding:10px 0px;
	font-family: "Asap",sans-serif;
    font-size: 16px;
	border-right:1px solid #ebebeb;
	text-align:center;
}
.woocommerce a.remove{
	display:inline-block;
	width:30px;
	height:30px;
	line-height:27px;
	border-radius:50%;
}
.woocommerce .shop_table tbody tr.cart_item td:first-child{
	padding-left:42px;
	text-align:left;
}
.woocommerce .shop_table tbody td.product-subtotal{
	color:#6aaf08;
}
.woocommerce-cart table.cart img{
	width:100px;
	height:100px;
}
.woocommerce .cart_item .product-thumbnail a:last-child{
	padding-left:20px;
}
.woocommerce .shop_table tbody tr td.actions{
	padding:20px !important;
}
.woocommerce .shop_table tbody tr td.actions .coupon{
	display:inline-block;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
	border: 2px solid #f3f3f3;
    border-radius: 3px;
    font-family: "Lora",serif;
    font-weight: 700;
    height: 45px;
    margin-right: 19px;
    padding-left: 15px;
    width: 225px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	border-radius: 3px;
    color: #fff;
    font-weight: 900;
	height:45px;
    text-align: center;
    text-transform: uppercase;
	display:inline-block;
    padding:0 20px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
	color: #ffffff !important;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit[disabled]:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button[disabled]:disabled, .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button[disabled]:disabled, .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button[disabled]:disabled{
	opacity:1;
	color:#ffffff;
}
/**********************Shiping Form*************************/

.woocommerce .cart_shipping,
.woocommerce .cart_totals {
    border: 1px solid #ebebeb;
    padding: 15px;
}
.woocommerce .cart_shipping p {
    margin-top: 10px;
}
.woocommerce .cart_shipping input{
	border: 2px solid #f6f4f4;
    display: block;
    height: 40px;
    padding: 0 15px;
    position: relative;
    width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals table{
	margin:0px;
}
.woocommerce .cart_totals{
	padding:0px !important;
}
.woocommerce .cart_totals h2 {
    background: #f9f9f9 none repeat scroll 0 0;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
    margin: 0;
    padding: 20px;
}
.woocommerce .cart_totals tr{
	border-bottom: 1px solid #ebebeb !important;
}
.woocommerce .cart_totals tr th {
    padding:14px 20px !important;
    border-right:1px solid #ebebeb;
}
.woocommerce .cart_totals td {
    padding: 14px 20px !important;
    text-align: right;
}
.woocommerce-cart .wc-proceed-to-checkout{
	padding:20px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
	float:right;
	background:#fc721e;
	font-weight: 600;
    margin: 0;
    padding: 0 15px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{
	background:#ffffff;
}
.woocommerce-cart .cart-collaterals .cart_totals table{
	border-collapse:collapse !important;
	width:100%;
}
/****************************Check Out Page****************************/
.woocommerce form .form-row select, .woocommerce form input[type="text"], .woocommerce form input[type="email"], .woocommerce form input[type="password"], .woocommerce form input[type="tel"] {
    padding: 10px !important;
	border:1px solid #e3e0dc;
	width:100%;
}
.woocommerce .checkout_coupon p {
    display: inline-block;
}
.woocommerce .checkout_coupon p #coupon_code{

	height:45px !important;
	border:1px solid #e3e0dc;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%;
}
.woocommerce #place_order{
	float:right;
	background:#fc721e;
}
.woocommerce #place_order:hover{
	background:#ffffff;
}
.shop_sidebar .shop_aside{
	margin-top:0px;
}
#order_review_heading{
	color: #262626;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 30px;
    padding-top: 20px;
    position: relative;
    text-transform: uppercase;
	font-family: "Raleway",sans-serif;
}
.woocommerce .img-holder .thumbnails.columns-3 a.zoom {
    display:inline-block !important;
	width:31.65% !important;
	margin-left:10px;
}
.woocommerce .img-holder .thumbnails.columns-3 a.zoom:first-child{
	margin-left:0px;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover{
	background-color:#fc721e !important;
	color:#ffffff;
}
.contact_info ul li{
	border-bottom:none !important;
	line-height: 1.8em !important;
	padding:0px !important;
}
.contact_info ul a::after{
	content:'' !important;
}
.contact_info ul a{
	display:inline-block !important;
	color:#93b300 !important;
}
.woocommerce-pagination ul{
	border:none !important;
	padding-top: 40px !important;
}
.woocommerce-pagination ul li {
    display: inline-block !important;
    margin: 0 7px 0 0 !important;
    position: relative;
	float:none !important;
	border:none !important;
}
.woocommerce-pagination ul li a,.woocommerce-pagination ul li span,.paginate-links > span,.paginate-links a{
	background: #ffffff none repeat scroll 0 0 !important;
    border: 1px solid #fc721e !important;
    border-radius: 2px !important;
    color: #fc721e !important;
    display: block !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    min-width: 40px !important;
    padding: 7px 5px !important;
    position: relative;
    text-align: center !important;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
}
.paginate-links > span,.paginate-links a{
	display:inline-block !important;
}
.paginate-links{
	margin:30px 0;
}
.woocommerce-pagination ul li a:hover, .woocommerce-pagination ul li span,.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current,.paginate-links > span,.paginate-links a:hover {
    background: #fc721e none repeat scroll 0 0 !important;
    border-color: #fc721e !important;
    color: #ffffff !important;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/***********************Lang Switcher***************************/
#lang_sel li{
	float:none;
	background:none;
	width:auto;
}
#lang_sel li:hover{
	background:none;
}
#lang_sel a{
	border:none;
	color:#ffffff !important;
}
#lang_sel a.lang_sel_sel{
	background:none !important;
	display:block;
	font-size: 14px;
    font-weight: 400;
	font-family: "Montserrat",sans-serif;
	background-color: #fc721e !important;
	display: block;
    font-family: "Montserrat",sans-serif;
    line-height: 24px;
    padding: 15px 30px !important;
}
#lang_sel ul ul{
	top:auto !important;
	border-top:3px solid #fc721e !important;
	z-index:99;
	background:#ffffff;
	width: 200px;
}
#lang_sel ul ul li a{
	line-height: 1.42857;
	color:#272727 !important;
	border-bottom: 1px solid #f0f0f0;
	width:100%;
	font-size:12px;
	font-family: "Montserrat",sans-serif;
	padding:10px 14px !important;
}
#lang_sel ul ul li span{
	color:#333333;
}
#lang_sel ul ul li a:hover{
	background:#272727;
	color:#ffffff;
}
#lang_sel ul ul li a:hover span{
	color:#ffffff;
}
.author-info h4{
	padding-top:11px;
	margin-bottom:0px !important;
}
.admin-bar .main-header.fixed-header .main-box{
	top:32px;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
	float:none;
	width:100%;
}
.woocommerce p.stars a::before{
	line-height:1.9em;
}
.select2-container .select2-choice{
	border-radius:0px;
	height:37px;
	line-height:37px;
}
.woocommerce form .form-row textarea{
	padding:10px;
}
#payment li{
	list-style:none !important;
}
.default-shop-item .inner-box{
	margin-bottom:40px;
	padding-bottom:20px;
	min-height:475px;
}
form.cart button.add-to-cart {
    background: #fc721e none repeat scroll 0 0;
    border: 2px solid #fc721e;
    border-radius: 3px;
    color: #ffffff;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 30px;
    position: relative;
    text-transform: uppercase;
}
form.cart button.add-to-cart:hover {
    background: #272727 none repeat scroll 0 0;
    border-color: #272727;
    color: #ffffff;
}
.woocommerce-cart .cart_item .product-thumbnail img {
    width: 100px;
    height: 100px;
}