.admin-bar .sticky-header {
	top:32px;
}
.kc_row .kc_col-sm-12{
	padding-left:0px !important;
	padding-right:0px !important; 
}
.kc-col-container {
	display:block !important;
}
.kc-row-container.kc-container{
	max-width:1200px;
	width:100%;
}
.main-slider {
	margin-top:-35px;
}
.single-service-style1 .img-holder img,
.news-block-two .inner-box .image img{
	height:auto;	
}
.single-footer-widget .recent-project ul li .img-holder img{
	height:auto;	
}
.single-footer-widget .title h3,
.footer-widget.contact-widget h3{ 
	color: #ffffff;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
}
.pagination{
	position:relative;
	display: block;
	text-align:center;
}
.pagination li{
	position: relative;
    display: inline-block;
}
.pagination li a, .pagination li span{
	position: relative;
    display: inline-block;
    line-height: 35px;
    height: 45px;
    font-size: 16px;
    text-transform: capitalize;
    min-width: 50px;
    border: 1px solid #ececec;
    background: none;
    color: #b5b5b5;
    font-weight: 400;
    text-align: center;
    border-radius: 3px;
    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:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover, .pagination li span.current{
	background: #fa6400;
    border-color: #fa6400;
    color: #fff;
}

.sidebar .sidebar-widget ul {
    position: relative;
}
.map-section .map-outer{
	position:relative;
	width:100%;
	height:500px;
	margin-bottom:-10px;	
}
iframe{
	width:100%;
	height:100%;	
}
.sidebar .sidebar-widget ul li {
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e9e9e9;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidebar .sidebar-widget ul li:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.sidebar .sidebar-widget ul li:hover a,
.sidebar .sidebar-widget ul li:hover a:before {
    margin-left: 12px;
}

.sidebar .sidebar-widget ul li a {
    color: #666666;
    font-size: 17px;
    font-weight: 400;
    padding-left: 25px;
    display: inline-block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidebar .sidebar-widget ul li a:before {
    position: absolute;
    content: '\f1c6';
    left: 0px;
    top: 0px;
    font-family: 'FontAwesome';
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidebar .sidebar-widget ul li a:hover {
    color: #fa6400;
}


.main-footer ul.menu {
	position: relative;
    margin-bottom: 30px;
}
.main-footer ul.menu li {
	position: relative;
    margin-bottom: 13px;
}
.main-footer ul.menu li a {
	color: #fff;
    font-size: 17px;
    font-weight: 300;
    padding-left: 20px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.main-footer ul.menu li a:before {
    position: absolute;
    content: '\f104';
    left: 0px;
    top: 0px;
    font-size: 14px;
    font-family: 'FontAwesome';
}
.main-footer ul.menu li a:hover {
    color: #fa6400;
}

.tagcloud a {
	position: relative;
    display: inline-block;
    font-size: 14px !important;
    border: 1px solid #ececec;
    background: none;
    color: #b5b5b5;
    font-weight: 400;
    text-align: center;
	margin:0 5px 10px 0;
	padding:8px 10px;
    border-radius: 3px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.tagcloud a:hover {
	border-color: #fa6400;
}

.social-share-links li {
	float:left;
	margin-left:8px;
}

.sidebar-page-container .comments-area .comment-box > .comment-box {
	margin:25px 0 0 100px;
	padding:0;
}

.comments-area .comment .reply-option {
	position:absolute;
	right:0px;
	top:0px;
}
.comments-area .comment .reply-option a {
    color: #fa6400;
    font-size: 15px;
    font-weight: 500;
    padding: 2px 14px;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    border: 1px solid #fa6400;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.comments-area .comment .reply-option a:before {
	margin-right:10px;
	color:#fa6400;
	content:'\f122';
	font-family: 'FontAwesome';
}
/************* Footer Widget **************/
.footer-widget ul{
	position:relative;	
}
.footer-widget ul li{
	position: relative;
    display: block;
    line-height: 36px;
}
.footer-widget ul li a{
	position: relative;
    display: inline-block;
    color: rgba(255, 255, 255, 0.60);
    font-size: 16px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
/******************Shop*************************/
.shop-item {
    margin-bottom: 65px !important;
    position: relative;
}
.woocommerce .product-title h5 a {
	color: #222222;
	font-size: 16px;
	font-weight: 400;
	margin: 4px 0 0;
	text-transform: capitalize;
}
.woocommerce .product p.price ins,
.woocommerce .product span.price ins,
.woocommerce .product span.price {
    color: #fa6400 !important;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 24px;
}
.woocommerce nav.woocommerce-pagination ul {
	border:none;
}
.woocommerce nav.woocommerce-pagination ul li {
	display: inline-block;
	margin:0 3px;
	border-right: 0;
}
.woocommerce nav.woocommerce-pagination ul li a {
	background: #fff none repeat scroll 0 0;
	border: 2px solid #f4f4f4;
	color: #b8b8b8;
	display: block;
	font-size: 18px;
	font-weight: 700;
	height: 55px;
	line-height: 55px !important;
	padding: 0 !important;
	transition: all 500ms ease 0s;
	width: 55px;
	font-family: 'Montserrat', sans-serif;
}
.woocommerce .woocommerce-pagination li span {
	background: #fff none repeat scroll 0 0;
	border: 2px solid #f4f4f4;
	color: #b8b8b8 !important;
	display: block;
	font-size: 18px !important;
	font-weight: 700;
	height: 55px;
	line-height: 55px !important;
	padding: 0 !important;
	transition: all 500ms ease 0s;
	width: 55px;
	font-family: 'Montserrat', sans-serif;
}
.woocommerce .woocommerce-pagination li > a:focus,
.woocommerce .woocommerce-pagination li > a:hover,
.woocommerce .woocommerce-pagination li > .current {
	background: #fa6400 !important;
	color: #fff !important;
	border: 2px solid #fa6400;
}

.blog-sidebar.shop-sidebar {
	margin-left:0;
}

/******************Shop Detail*************************/
.woocommerce .single-shop-content .content-box {
	margin-left:0;
}
.woocommerce .single-shop-content h4{
	color: #222222;
	font-size: 24px;
	font-weight: 400;
	margin:0 0 8px;
	text-transform: capitalize;
}
.woocommerce a.woocommerce-review-link{
	color: #303030;
}
.woocommerce #content .product .images,
.woocommerce .product .images,
.woocommerce-page #content .product .images,
.woocommerce-page .product .images {
	width:100% !important;
}
.woocommerce .star-rating {
	color: #fa6400;
	font-size:14px;
    margin-bottom: 10px !important;
}
.woocommerce .rating .woocommerce-product-rating {
    margin-bottom: 0 !important;
}
.woocommerce .entry-summary .content-box p.price ins,
.woocommerce .entry-summary .content-box span.price ins,
.woocommerce .entry-summary .content-box ins span.amount {
    color: #fa6400;
    display: inline-block;
	font-family:'Hind', sans-serif;
    font-size: 22px;
	font-weight:normal;
    margin: 0 4px;
    position: relative;
}
.woocommerce .entry-summary .content-box del p.price,
.woocommerce .entry-summary .content-box del span.amount {
    font-size: 22px;
}
.woocommerce .addto-cart-box {
	margin-top:15px;
}
.woocommerce button.add-to-cart,
.woocommerce #review_form #respond .form-submit input {
	position: relative;
    padding: 10px 38px;
    line-height: 24px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 2px;
    background-color: #fa6400 !important;
    border: 2px solid #fa6400 !important;
    text-transform: capitalize;
    font-family: 'Heebo', sans-serif;
}
.woocommerce button.add-to-cart:hover,
.woocommerce #review_form #respond .form-submit input:hover {
	color: #fa6400 !important;
    background: none !important;
}
.woocommerce .cart .quantity input.input-text {
	background-image:none;
    display: inline-block;
    height: 45px !important;
    margin-right: 10px;
    vertical-align: middle;
    width: 80px !important;
	padding:0;
	border-radius: 0 !important;
	border:1px solid #ebebeb;
}
.woocommerce div.product form.cart {
	margin-bottom:0;
}

/*********Woocommerce Tab*********/
.woocommerce .product .woocommerce-tabs{
    margin:0;
    position: relative;
}
.woocommerce .product .woocommerce-tabs #tab-description {
	border: 1px solid #ececec;
    padding: 30px !important;
}

.woocommerce .product .woocommerce-tabs #tab-reviews {
	border: 1px solid #ececec;
    padding: 30px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before{
	border-bottom:none !important;
}
.woocommerce .product .woocommerce-tabs ul.tabs li:after,
.woocommerce .product .woocommerce-tabs ul.tabs li:before{
	display:none !important;
}
.woocommerce .product .woocommerce-tabs ul.tabs{
    margin:0 !important;
	padding:0 !important;
    position: relative;
	border-bottom: 0;
  	margin-bottom: 30px;
	bottom:-1px;
}
.woocommerce .product .woocommerce-tabs ul.tabs li {
	background:none !important;
	border:none !important;
	display: inline-block;
	float: left;
	margin-bottom: -1px;
	margin-right: 3px;
    margin:0 3px -1px 0 !important;
	padding:0 !important;
}
.woocommerce .product .woocommerce-tabs ul.tabs li:after,
.woocommerce .product .woocommerce-tabs ul.tabs li:before {
	border:none;
	box-shadow: none;
}
.woocommerce .product .woocommerce-tabs ul.tabs li a {
	background: #f7f7f7;
	border-top: 1px solid #ececec !important;
	border-left: 1px solid #ececec !important;
	border-right: 1px solid #ececec !important;
	border-bottom: 1px solid transparent !important;
	border-radius: 0;
	display: block !important;
	margin-right: 1px;
	padding: 15px 30px 13px !important;
	color: #222222 !important;
	font-size: 16px;
	font-weight: 400 !important;
	text-transform: capitalize;
	transition: all 500ms ease;
    border: 1px solid rgba(0, 0, 0, 0);
    font-family: 'Roboto', sans-serif;
}
.woocommerce .product .woocommerce-tabs ul.tabs li.active a,
.woocommerce .product .woocommerce-tabs ul.tabs li:hover a {
	background: #ffffff;
	color: #fa6400 !important;
	border-left-color: #ececec;
	border-top-color: #ececec;
	border-right-color: #ececec;
}
.woocommerce ol.commentlist {
	padding:0;
}
.woocommerce .product .woocommerce-tabs .panel{
    margin-top: 0 !important;
    padding:30px !important;
	box-shadow:none;
	border-radius:0;
}
.woocommerce .product .woocommerce-tabs .panel h2{
	color: #3d3d3d;
	font-size: 24px;
	font-weight: 400;
	text-transform: capitalize;
}
.woocommerce .product .woocommerce-tabs .panel #reply-title{
	color: #3d3d3d;
	font-size: 24px;
	font-weight: 400;
	text-transform: capitalize;
}
.woocommerce .product .woocommerce-tabs .panel .comment-form-rating{
	margin-top:35px;
}
.woocommerce #review_form #respond label {
	color: #999;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 10px;
	font-family: 'Hind', sans-serif;
	text-transform: none;
}
.woocommerce #review_form #respond input[type="text"],
.woocommerce #review_form #respond input[type="email"],
.woocommerce #review_form #respond textarea {
    border: 1px solid #e0e0e0;
    color: #252525;
    font-size: 14px;
    transition: all 500ms ease 0s;
    width: 100%;
    border-radius:0;
    display: block;
    line-height: 22px;
    position: relative;
    height: 50px;
    margin-bottom: 20px;
    padding: 10px 15px;
	background:none;
}
.woocommerce #review_form #respond textarea {
	background:none;
    resize: none;
	height: 110px;
}
.woocommerce .woocommerce-info:before {
    color: #fa6400;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    border-top: 3px solid #fa6400;
}
.woocommerce .woocommerce-message:before{
	color:#fa6400;
}
.woocommerce .woocommerce-cart-form #respond input#submit,
.woocommerce .woocommerce-cart-form a.button,
.woocommerce .woocommerce-cart-form button.button,
.woocommerce .woocommerce-cart-form input.button,
.woocommerce .woocommerce-cart-form #place_order,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce .woocommerce-Button.button  {
    background-color: #fa6400 !important;
    color: #ffffff !important;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
	padding: 15px 30px 13px !important;
    outline: medium none;
    position: relative;
	border:2px solid transparent;
}
.woocommerce .woocommerce-cart-form #respond input#submit:hover,
.woocommerce .woocommerce-cart-form a.button:hover,
.woocommerce .woocommerce-cart-form button.button:hover,
.woocommerce .woocommerce-cart-form input.button:hover,
.woocommerce .woocommerce-cart-form #place_order:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    color:#fa6400 !important;
	background:none !important;
	border-color:#fa6400 !important;
}

/*********Cart Page*********/
.woocommerce table.shop_table thead {
    background: #f5f5f5;
    border-radius: 7px;
    color: #222222;
    font-family:"Roboto",sans-serif;
    font-size: 18px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}
.woocommerce table.shop_table th {
    color: #272727;
    font-family:"Roboto",sans-serif;
    font-size: 14px;
    font-weight: 700;

    line-height: 35px;
    padding-left: 28px;
    text-transform: uppercase;
}
.woocommerce table.shop_table td {
	border-top:1px solid #f7f7f7;
    color: #9e9e9e;
    font-size: 16px;
    font-weight: 700;
    padding: 25px 20px;
}
.woocommerce table.shop_table td small {
    font-weight: 400;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0 none;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 700;
}
.woocommerce table.my_account_orders {
    font-size: 0.85em;
}
.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
    padding: 4px 8px;
    vertical-align: middle;
}
.woocommerce #calc_shipping_country,
.woocommerce #calc_shipping_state,
.woocommerce #calc_shipping_postcode {
	font-family:"Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: none;
    border: 1px solid #e0e0e0;
    display: block;
    height: 40px;
    line-height: 24px;
	margin-right:15px;
    padding: 7px 20px;
    width: 100%;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	font-family:"Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: none;
    border: 1px solid #e0e0e0;
    display: block;
    height: 45px;
    line-height: 24px;
	margin-right:15px;
    padding: 7px 20px;
    width: 200px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text:focus{
	border: 1px solid #a0c715;
}
.woocommerce .cart_shipping {
    border: 1px solid #ebebeb;
	padding:25px !important;
}
.woocommerce .cart_totals {
    border: 1px solid #ebebeb;
	padding:0 !important;
}
.woocommerce .cart_totals h2 {
    background: #f9f9f9;
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    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;
	color: #333333;
    font-family:"Roboto",sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.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,
.woocommerce .coupon input.button,
.woocommerce .shipping-calculator-form button.button,
.woocommerce .return-to-shop a.button.wc-backward,
.woocommerce .woocommerce-form-login .button,
.woocommerce-EditAccountForm input[type="submit"],
.woocommerce-MyAccount-content input[type="submit"] {
	position: relative;
    padding: 10px 38px !important;
    line-height: 24px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 2px;
    background-color: #fa6400 !important;
    border: 2px solid #fa6400 !important;
    text-transform: capitalize;
    font-family: 'Heebo', sans-serif;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.woocommerce .coupon input.button{
	position: relative;
    padding: 10px 38px !important;
    line-height: 24px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 2px;
    background-color: #fa6400 !important;
    border: 2px solid #fa6400 !important;
    text-transform: capitalize;
    font-family: 'Heebo', sans-serif;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce .coupon input.button:hover,
.woocommerce .shipping-calculator-form button.button:hover,
.woocommerce .return-to-shop a.button.wc-backward:hover,
.woocommerce .woocommerce-form-login .button:hover,
.woocommerce-EditAccountForm input[type="submit"]:hover,
.woocommerce-MyAccount-content input[type="submit"]:hover {
	color: #fa6400 !important;
    background: none !important;
}
.woocommerce .add-to-cart-wrap-btn {
	background:none !important;
    border: 2px solid #fa6400 !important;
    color: #fa6400 !important;
}
.woocommerce-cart .cart-collaterals .cart_totals table{
	width:100%;
}

/*********Checkout Page*********/
#customer_details label {
    color: #303030;
    font-family: "Roboto Slab",sans-serif;
    font-size: 15px;
    font-weight: 400 !important;
    margin-bottom: 8px;
    text-transform: capitalize;
}
/*.woocommerce-billing-fields label span {
	display:block;
}*/
.woocommerce-EditAccountForm.edit-account legend,
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
h3#order_review_heading,
.woocommerce-account .addresses .title h3,
.woocommerce-MyAccount-content h3 {
    color: #222222;
	font-family:"Roboto",sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0 0 20px;
}
.woocommerce-EditAccountForm.edit-account input[type="text"],
.woocommerce-EditAccountForm.edit-account input[type="email"],
.woocommerce-EditAccountForm.edit-account input[type="password"],
.woocommerce-ResetPassword.lost_reset_password input[type="text"],
.checkout.woocommerce-checkout input[type="text"],
.checkout.woocommerce-checkout input[type="email"],
.checkout.woocommerce-checkout input[type="tel"],
.checkout.woocommerce-checkout .select2-choice,
.checkout.woocommerce-checkout textarea,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row .select2-selection {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    display: block;
    height: 48px;
    line-height: 30px;
    padding: 8px 20px;
    position: relative;
    transition: all 300ms ease 0s;
    width: 100%;
}
.woocommerce form .form-row .select2-selection {
    padding: 8px 20px 8px 0;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
    border-color: #a00;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
	margin:0;
	position:relative;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    right: 1px;
    top: 20%;
    width: 20px;
}

/*****************Theme Review**************************/
.single-service-style1 .img-holder .overlay-content h3 a{
	position:relative;
	color: #f7fbff;
	display:block;
}
.welcome-item .content h3 a{
	color:#222;
	position:relative;
	display:block;
}
.welcome-item:hover .content h3 a{
	color:#ffffff;	
}
.welcome-item .content h3 a{
	padding-bottom:13px;
	margin-bottom:13px;
}
.welcome-item .content h3 a:before{
	top:auto;
	bottom:0px;
}
.team-member .inner-box .lower-content .designation{
	color:#555;
}
.news-block-two .inner-box .lower-box .post-meta {
    position: relative;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 18px;
    margin-bottom: 18px;
}
.news-block-two .inner-box .lower-box h3{
	margin-bottom:15px;
}
.sidebar-page-container .group-title{
	margin-bottom:0px;	
}
.comment-form .default-form{
	margin-top:50px;	
}
.comment-box .comment-form{
	margin:0px 0px 50px;	
}
.default-form h3 small a{
	position:relative;
	display:block;
	margin:5px 0px;
	font-size: 18px;
	line-height: 1.6em;
    color: #222;	
}

/*************My Account Page**********************/
.woocommerce-MyAccount-navigation ul li{
	position:relative;
	display:block;
	padding:10px 10px 10px 25px;
	border:1px solid #fa6400;
	margin-bottom:10px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.woocommerce-MyAccount-navigation ul li:before{
	position:absolute;
	content:'';
	top:0px;
	left:0px;
	width:5px;
	height:48px;
	background:#fa6400;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.woocommerce-MyAccount-navigation ul li:hover:before{
	width:100%;
}
.woocommerce-MyAccount-navigation ul li a{
	position:relative;
	font-size:14px;
	font-weight:600;
	display:block;
	text-transform:uppercase;
	color:#fa6400;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}
.woocommerce-MyAccount-navigation ul li:hover a{
	color:#ffffff !important;
}
.woocommerce-account .woocommerce-MyAccount-content{
	background:#f5f5f5;
	padding:40px;
	font-size:16px;
}
.wc-proceed-to-checkout .wcppec-checkout-buttons{
	display:none;	
}
.m-b40{
	margin-bottom:40px !important;
}
.logo-box-style3 a img,
.sticky-header .logo img,
.main-header .logo-outer .logo img{
	height:52px;
}