/******************************************
SIDEBAR
******************************************/
.main-sidebar ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-sidebar ul.menu > li {
	margin-bottom: 13px;
}
.main-sidebar ul.menu > li > a {
	background: #b8b8b8;
	color: #fff;
	display: block;
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: 0.006em;
	padding: 22px 15px 21px 20px;
	position: relative;
	text-decoration: none;
}
.main-sidebar ul.menu > li.current-menu-item > a, .main-sidebar ul.menu > li > a:hover {
	background: #152e54;
}

/******************************************
CONTENT PANELS
******************************************/
/* Content Panel default settings */
.extra-content,
.extra-content-col-inner {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* Custom width container */
.container-custom-width {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

/* Use Divup plugin to create boostrap grid in the WP editor */
.divup-wrap.row .div-1 {
	display: none;
}

/* Grid columns - Vertical align content */
.column-vertical-align .row,
.column-vertical-align.row {
	display: flex;
	align-items: center;
}
/* Grid columns - Equal height */
.column-equal-height .row,
.column-equal-height.row {
	display: flex;
	align-items: stretch;
}

/* Fluid width content panel, with image on one column */
.side-image-panel .column-01 {
	padding-left: 0;
}
.side-image-panel .column-01 p {
	margin: 0;
}
.side-image-panel .column-02 .extra-content-col-inner {
	max-width: 555px;
}

/* Bottom navigation, below the main content */
.bottom-nav.with-border-padding {
	border-top: 1px solid #ccc;
	padding-top: 48px;
}
.bottom-nav h5 {
	color: #272525;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
}
.bottom-nav ul {
	list-style: none;
	margin: 18px 0 0;
	padding: 0;
}
.bottom-nav ul li:before {
	display: none;
}

/* Breadcrumbs */
.breadcrumbs {
	font-size: 1rem;
	font-weight: normal;
	margin-bottom: 30px;
}

/* Logos Panel */
.logos-panel ul:before, .logos-panel ul:after {
	content: "";
	display: table;
}
.logos-panel ul:after {
	clear: both;
}
.logos-panel ul {
	align-items: center;
	display: flex;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.logos-panel ul li:before {
	background: #DADADA;
	bottom: -500px;
	content: "";
	left: 0;
	position: absolute;
	top: -500px;
	width: 1px;
}
.logos-panel ul li:first-child:before {
	display: none;
}
.logos-panel ul li {
	float: left;
	padding: 0 15px;
	position: relative;
	text-align: center;
	width: 20%;
}
.logos-panel ul li:nth-child(5n+1) {
	clear: both;
}

/*** Staff List ***/
/* Layout 1 */
.staff-panel .column-01 p {
	margin: 10px 0 0;
}
.staff-panel h3 {
	margin-bottom: 0;
}
.staff-panel h6 {
	font-weight: 300;
}

/* Layout 2 */
.staff-panel-2 {
}
.staff-panel-2 .div-2 p {
	margin: 0;
}
.staff-panel-2 .div-3 {
	margin-top: 50px;
}
.staff-panel-2 h6 {
	float: left;
	margin: 3px 0 0;
}
.staff-panel-2 h4,
.staff-panel-2 h5 {
	margin-left: 50px;
}
.staff-panel-2 h5 {
	font-weight: 500;
}
.staff-panel-2 h4 {
	font-size: 1.5rem;
}

/* Contact Us - Form on left and Testimonials on right side */
.contact-form .testimonials-list {
	margin-top: -20px;
}
.contact-form .column-02,
.get-a-quote-row-01 .column-02 {
	float: right;
	max-width: 380px;
}
.contact-form .column-02 {
	margin-top: 40px;
}

/* Testimonial Content Box */
.testimonial-box:before {
	background: #68B9BC;
	bottom: 0;
	left: 15px;
	content: "";
	position: absolute;
	right: 15px;
	top: 0;
	z-index: -1;
}
.testimonial-box:after {
	content: "\201C";
	display: block;
	font-size: 7.75rem;
	line-height: 1em;
	left: 54px;
	position: absolute;
	top: 18px;
}
.testimonial-box {
	color: #fff;
	font-family: 'mrs-eaves-xl-serif', serif;
	font-size: 1.5rem;
	font-style: italic;
	line-height: 1.41666667em;
	margin-bottom: 30px;
	margin-top: 30px;
	padding: 50px 45px 20px 73px;
	position: relative;
}
.testimonial-box * {
	color: #fff;
}



/******************************************
TESTIMONIALS
******************************************/
/* Default Layout */
.testimonials-list:before, .testimonials-list:after {
    content: " ";
    display: table;
}
.testimonials-list:after {
    clear: both;
	margin: 0 -15px;
}
.testimonials-list {
	margin: -50px -15px 0;
}
.testimonials-list .quote {
	float: left;
	margin: 50px 0 0;
	padding: 0 15px;
	width: 100%;
}
.testimonial-avatar {
	display: none;
}
.testimonials-list blockquote {
	background: url(../index.html) no-repeat left top;
	-webkit-background-size: 157px auto;
	-moz-background-size: 157px auto;
	-o-background-size: 157px auto;
	background-size: 157px auto;
	margin: 0;
	padding: 45px 0 0;
}
.testimonials-list blockquote p {
	margin: 0;
}
.testimonials-list .author {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: bold;
	margin-top: 5px;
}

/* Layout 01 - Two columns, no thumb */
.woothemes-testimonials-layout-01 .testimonials-list .quote {
	width: 50%;
}
.woothemes-testimonials-layout-01 .testimonial-content {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 360px;
}

/* Layout 02 - One column, no thumb */
.woothemes-testimonials-layout-02 {
}

/* Layout 03 - Thumbnail on left, testimonial text on the right */
.woothemes-testimonials-layout-03 .testimonials-list .quote {
	display: flex;
	align-items: center;
}
.woothemes-testimonials-layout-03 .testimonial-avatar {
	display: inherit;
	width: 296px;
}
.woothemes-testimonials-layout-03 .testimonial-avatar img {
	width: 192px;
}

/* Layout 04 - Quote icon on the left, no thumb */
.woothemes-testimonials-layout-04 .testimonials-list blockquote:before {
	background: url(../index.html) no-repeat center center;
	-webkit-background-size: auto 27px;
	-moz-background-size: auto 27px;
	-o-background-size: auto 27px;
	background-size: auto 27px;
	border: 3px solid #ED1B24;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	display: block;
	height: 68px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 5px;
	width: 68px;
}
.woothemes-testimonials-layout-04 .testimonials-list blockquote {
	background: none;
	margin: 0;
	padding: 0 0 0 100px;
	position: relative;
}
.woothemes-testimonials-layout-04 .testimonials-list .author {
	font-size: 1.375rem;
	font-weight: 600;
	margin-top: 9px;
	padding-left: 100px;
}

/******************************************
FLEXSLIDER
******************************************/
.flexslider {
	background: none;
	border: none;
}
.flex-direction-nav {
	height: 0;
}
.flex-nav-prev {
	float: left;
}
.flex-nav-next {
	float: right;
}
.flex-direction-nav a:before {
	color: rgba(0,0,0,0.4);
	font-family: FontAwesome;
	font-size: 60px;
	line-height: 34px;
	text-indent: 0;
	text-shadow: none;
}
.flex-direction-nav .flex-nav-prev a:before {
	content: "\f104";
}
.flex-direction-nav .flex-nav-next a:before {
	content: "\f105";
}
.flex-direction-nav a:hover:before {
	color: rgba(0,0,0,1);
}
.flex-direction-nav a {
	font-size: 0;
	line-height: 0;
	opacity: 1 !important;
	outline: none;
	text-indent: -999em;
	width: 25px;
}
.flex-direction-nav .flex-prev,
.flexslider:hover .flex-direction-nav .flex-prev {
	left: 0;
}
.flex-direction-nav .flex-next,
.flexslider:hover .flex-direction-nav .flex-next{
	right: 0;
}
.flexslider .slides img {
    -webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

/******************************************
NEXTGEN FLEXSLIDER
******************************************/
.flexslider.em-nextgen-flexslider {
	margin: 0;
}
.flexslider.em-nextgen-flexslider .slides > li {
	margin-right: 36px;
}

/******************************************
GRAVITY FORM
******************************************/
div.gform_wrapper {
	margin: 0;
	max-width: none;
}
div.gform_wrapper ul.gform_fields li.gfield {
	margin: 4px 0 18px;
	padding-right: 0;
}
div.gform_wrapper form li #extensions_message {
	display: block;
	font-size: 14px;
	margin-top: 5px;
}
div.gform_wrapper .top_label .gfield_label,
div.gform_wrapper .left_label .gfield_label {
	display: block;
	margin: 0 0 4px;
	font-family: 'Kaleko205W00';
	font-weight: 700;
	font-size: 0.938rem;
}
div.gform_wrapper .gfield_required {
    color: #fff;
}
body .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 0;
}
div.gform_wrapper .gform_footer {
	margin: 20px 0 0;
	padding: 3px 0 0;
}
.ui-datepicker-title select {
	height: auto;
	width: auto;
}
body #fancybox-content .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 3px;
}
#fancybox-content div.gform_wrapper ul li.gfield {
	margin-bottom: 8px;
}
#fancybox-content .gform_wrapper textarea.medium {
	height: 100px;
}

@media (max-width: 640px) {
	div.gform_wrapper ul.gform_fields {
	    margin-right: 0 !important;
	}
}

/*********************
JQTRANSFORM
*********************/
.jqTransformHidden {
    display: none !important;
}
.jqTransformSelectWrapper,
.jqTransformSelectWrapper div span{
	width: 100% !important;
}
.jqTransformSelectWrapper div span{	
	line-height: 50px;
	font-size: 1.063rem;
	color: #535353;
	padding: 0 0 0 25px;
}
.jqTransformSelectWrapper a.jqTransformSelectOpen:before{
	font-size: 28px;
	line-height: 50px;
}
.jqTransformSelectWrapper a.jqTransformSelectOpen{
	height: 50px;
	top: 1px;
	right: 1px;
}
.jqTransformSelectWrapper ul a{
	font-size: 0.938rem;
	padding: 4px 12px;
}
.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
    background: #2cc9b1;
    color: #fff;
}

/******************************************
IMAGE SCROLLER
******************************************/
.em-image-scroller .mTS_horizontal ul.mTSContainer > li {
	margin-left: 18px;
}
.em-image-scroller .mTS_horizontal ul.mTSContainer > li:first-child {
	margin-left: 0;
}
.em-image-slider {
	overflow: hidden;
}
.image-scrollbox > ul {
	*zoom: 1;
}
.image-scrollbox > ul:before,
.image-scrollbox > ul:after {
	content: "";
	display: table;
	line-height: 0;
}
.image-scrollbox > ul:after {
	clear: both;
}
.image-scrollbox > ul {
	list-style: none;
	margin: 25px 0 0;
	padding: 0;
	width: 5000px;
}
.image-scrollbox > ul li {
	float: left;
	margin: 0 40px 0 0;
}

/******************************************
ACCORDION
******************************************/
.accordion {
	margin: -20px 0 30px;
}
.accordion > p {
	display: none; /* Fix empty P tag */
}
h3.accordion-title,
h3.accordion-title:after,
h3.accordion-title:before{
	-webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
h3.accordion-title:before{
	content: '';
	background-color: #02519c;
	height: 55px;
	width: 55px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-o-border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}
h3.accordion-title:hover:before,
h3.accordion-title.open:before {
	background-color: #5ca0df;
}
h3.accordion-title:after{
	content: "?";
	font-size: 1.813rem;
	font-family: 'Kaleko205W00';
	font-weight: 700;
	line-height: 55px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 55px;
	text-align: center;
}
h3.accordion-title {
	cursor: pointer;
	font-size: 1.25rem;
	color: #333;
	margin: 10px 0 11px;
	padding: 10px 0 10px 100px;
	position: relative;
}
h3.accordion-title span{
	line-height: 1.1em;
	display: inline-block;
}
.accordion-content {
	background: url(../jpg/icon-circle-dot.jpg) repeat-y 23px 5px;
	margin: 0;
	padding: 10px 0 1px 100px;
}
.accordion-content > p:first-child{
	margin-bottom: 0;
}

/******************************************
WP-TILES
******************************************/
div.tb-close-icon:before {
	line-height: 18px;
}
div.tb-close-icon {
	height: 18px;
	line-height: 18px;
	width: 18px;
}
div#TB_caption {
	height: auto;
	padding-left: 15px;
}

/******************************************
WOOCOMMERCE
******************************************/
/* General Styles */
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
	background: #fff;
	margin: 0 auto 30px !important;
	max-width: 1060px;
}
.woocommerce-wrapper {
	position: relative;
}

/* MiniCart */
.em-minicart-wrapper, .em-minicart-wrapper a {
	color: #B1B1B1;
}
.em-minicart-wrapper a:hover {
	color: #de4d21;
	text-decoration: none;
}
.em-minicart-wrapper > div {
	display: inline-block;
	margin: 0 4px;
	vertical-align: top;
}
.em-minicart-link a:before {
	content: "\f291";
	font-family: FontAwesome;
	font-size: 1.25rem;
	line-height: 1em;
	text-indent: 0;
}
.em-minicart-link a {
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
}
.em-minicart-checkout {
	font-weight: normal;
	text-transform: uppercase;
}

/* Product Slider */
.em-product-slider {
	margin: 0;
	padding: 0 30px;
}
.em-product-slider .slides > li {
	text-align: center;
}
.em-product-slider .slides > li a {
	display: block;
}
.em-product-slider-thumb {
	display: block;
	height: 210px;
}
.em-product-slider .slides > li img {
	display: inline;
	max-height: 165px;
	width: auto;
}
.em-product-slider-title {
	font-size: 1.5rem;
	font-weight: normal;
}
.em-product-slider .flex-direction-nav a {
	top: 110px;
}

/* Product Archive Page */
.product-listing-switch-view {
	float: right;
	list-style: none;
	margin: 9px 0 0;
	padding: 0;
}
.product-listing-switch-view li {
	border-left: 1px solid #c7c6c2;
	float: left;
	margin-left: 13px;
	padding-left: 13px;
}
.product-listing-switch-view li:first-child {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}
.product-listing-switch-view li a:before {
	color: #d6d6d3;
	font-family: FontAwesome;
	font-size: 1.222222rem;
	margin-right: 3px;
	vertical-align: middle;
}
.product-listing-switch-view li a.em-list-view:before {
	content: "\f00b";
}
.product-listing-switch-view li a.em-grid-view:before {
	content: "\f009";
}
.product-listing-switch-view li a:hover:before, .product-listing-switch-view li a.em-active:before {
	color: #000;
}
.product-listing-switch-view li a {
	color: #596060;
	display: block;
	font-size: 16px;
	line-height: 1.375em;
	font-weight: normal;
	text-decoration: none;
}
.woocommerce ul.products li.product {
	*zoom: 1;
}
.woocommerce ul.products li.product:before,
.woocommerce ul.products li.product:after {
	content: "";
	display: table;
	line-height: 0;
}
.woocommerce ul.products li.product:after {
	clear: both;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
	margin-top: 50px !important;
	max-width: none;
}
.single-product.woocommerce .woocommerce-error, .single-product.woocommerce .woocommerce-info, .single-product.woocommerce .woocommerce-message {
	margin-top: 0 !important;
}
.woocommerce-products-header__title {
	font-size: 1.875rem;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
	float: none;
	font-size: 1rem;
	margin: 4px 0 0;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	margin: 0;
	position: absolute;
	right: 0;
	top: 12px;
}
.woocommerce-ordering .jqTransformSelectWrapper div span,
.woocommerce-ordering .jqTransformSelectWrapper a.jqTransformSelectOpen:before {
	line-height: 48px;
}
.woocommerce-ordering .jqTransformSelectWrapper a.jqTransformSelectOpen {
	width: 48px;
}
.woocommerce nav.woocommerce-pagination {
	margin: 80px 0 0;
}
.woocommerce nav.woocommerce-pagination ul {
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
	border: none;
	padding: 0 8px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	border: 1px solid #FB9475;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	font-size: 1.25rem;
	height: 44px;
	line-height: 42px;
	padding: 0;
	text-align: center;
	width: 44px;
}
.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: #FB9475;
	color: #fff;
}

/* Product Archive - Grid View */
.woocommerce ul.products {
	margin: 0 -15px;
}
.woocommerce ul.products li.product {
	float: left;
	margin: 56px 0 0;
	padding: 0 15px;
	width: 50%;
}
.woocommerce ul.products li.product:nth-child(2n+1) {
	clear: both;
}
.product-list-item {
	background: #F5F5F5;
}
.product-list-info {
	padding: 35px;
}
.product-list-thumb {
	text-align: center;
}
.woocommerce ul.products li.product a img {
	display: inline;
	line-height: 0;
	margin: 0;
	vertical-align: top;
	width: auto;
}
.product-listing-title {
	font-size: 1.5rem;
	font-weight: normal;
	margin: 0;
}
.product-list-des {
	font-size: 1rem;
	margin-top: 3px;
}
.product-list-des p {
	margin: 0;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #FCB97D;
	font-size: 2.375rem;
	font-weight: bold;
	line-height: 1.3em;
	margin: 12px 0 25px;
}
.product-list-link {
	float: left;
}
.product-list-link a.em-button,
.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button {
	-webkit-border-radius: 29px;
	-moz-border-radius: 29px;
	border-radius: 29px;
	font-size: 1.0625rem;
	height: 58px;
	padding: 18px 25px;
	text-align: center;
}
.woocommerce ul.products li.product .button {
	float: right;
	margin: 0;
}
form.cart {
	float: right;
}
form.cart .quantity {
	background: #F5F5F5;
	-webkit-border-radius: 29px;
	-moz-border-radius: 29px;
	border-radius: 29px;
	float: left;
	width: 100px;
	padding-right: 40px;
}
.woocommerce .product-list-info form.cart .quantity {
	background: #fff;
}
.woocommerce form.cart .quantity .qty {
	background: #F5F5F5;
	border: none;
	-webkit-border-radius: 29px;
	-moz-border-radius: 29px;
	border-radius: 29px;
	height: 58px;
	padding: 5px 10px;
	text-align: center;
	width: 100%;
}
.woocommerce .product-list-info form.cart .quantity .qty {
	background: #fff;
}
form.cart .button {
	margin-left: -40px !important;
}

/* Product Archive - List View */
body.em-list-view-mode.woocommerce ul.products {
	margin: 0;
}
body.em-list-view-mode.woocommerce ul.products li.product {
	float: none;
	width: auto;
}
body.em-list-view-mode .product-list-item {
	padding: 40px 25px;
}
body.em-list-view-mode .product-list-item,
body.em-list-view-mode .product-list-thumb,
body.em-list-view-mode .product-list-content {
	min-height: 1px !important;
}
body.em-list-view-mode .product-list-thumb {
	float: left;
	width: 150px;
}
body.em-list-view-mode .product-list-info {
	padding: 0 0 0 175px;
}
body.em-list-view-mode .product-list-des {
	margin-bottom: 30px;
	margin-top: 9px;
}
body.em-list-view-mode.woocommerce ul.products li.product .price {
	float: left;
	margin: 17px 0 0;
	width: 33.333333%
}
body.em-list-view-mode .product-list-link a.em-button, body.em-list-view-mode.woocommerce ul.products li.product .button {
	padding-left: 35px;
	padding-right: 35px;
}

/* Product Detail */
.woocommerce div.product div.images.woocommerce-product-gallery {
	float: left !important;
	margin: 0;
	padding-right: 15px;
	padding-top: 10px;
	width: 50%;
}
.woocommerce div.product div.images {
	text-align: center;
}
.woocommerce div.product div.images img {
	display: inline;
	line-height: 0;
	vertical-align: top;
	width: auto;
}
.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: right !important;
	margin: 0;
	padding-left: 15px;
	width: 50%;
}
.woocommerce div.product .product_title {
	font-size: 1.875rem;
	margin-bottom: 12px;
}
.product-detail-des {
	font-size: 1rem;
	line-height: 1.625em;
}
.product-detail-des p {
	margin-bottom: 12px;
	margin-top: 12px;
}
.product_meta {
	font-size: 1em;
}
.woocommerce div.product form.cart {
	float: none;
	margin-bottom: 40px;
	margin-top: 37px;
}
.woocommerce div.product form.cart div.quantity {
	margin: 0;
}
.product-detail-message {
	font-size: 13px;
	line-height: 1.69230769em;
	margin-top: 23px;
}

/* Cart Page */
.woocommerce table.shop_table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 50px;
}
.woocommerce table.shop_table thead th {
	background: #FB9475;
	color: #fff;
	font-size: 1.25rem;
	font-weight: normal;
	padding-bottom: 28px;
	padding-top: 28px;
}
.woocommerce table.shop_table tr {
	border-bottom: 1px solid #FB9475;
	border-left: 1px solid #FB9475;
	border-right: 1px solid #FB9475;
}
.woocommerce table.shop_table tbody tr:last-child {
	border: none;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	border-bottom: 1px solid #FB9475;
}
.woocommerce a.remove {
	color: #E46C48 !important;
	font-size: 2.5rem;
	font-weight: normal;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	max-height: 70px;
	max-width: 70px;
	width: auto;
}
#add_payment_method table.cart input.qty, .woocommerce-cart table.cart input.qty, .woocommerce-checkout table.cart input.qty {
	background: #F5F5F5;
	border: none;
	-webkit-border-radius: 29px;
	-moz-border-radius: 29px;
	border-radius: 29px;
	height: 58px;
	width: 90px;
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
	border-bottom: none;
	padding: 40px 0 0;
}
.woocommerce .cart td.actions .button {
	height: 58px;
	padding: 10px 30px;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	background: #F5F5F5;
	border: none;
	-webkit-border-radius: 29px;
	-moz-border-radius: 29px;
	border-radius: 29px;
	font-size: 1.0625rem;
	height: 58px;
	margin: 0;
	padding: 5px 70px 5px 20px;
	width: 210px;
}
.woocommerce .cart td.actions .coupon .button {
	background: #FCB97D;
	margin-left: -60px;
	padding-left: 10px;
	padding-right: 10px;
	width: 170px;
}
.woocommerce .cart td.actions .coupon .button:hover {
	background: #FB9475;
}
.woocommerce .cart td.actions .button[name="update_cart"] {
	background: none;
	border-color: #E46C48;
	color: #E46C48;
	opacity: 1;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	width: calc(50% - 15px);
}
.cart_totals {
	background: #F5F5F5;
	padding: 38px 45px;
}
.cart_totals h2 {
	font-size: 1.875rem;
	margin-bottom: 0;
}
.woocommerce .cart_totals  table.shop_table td,
.woocommerce .cart_totals  table.shop_table th {
	border-bottom: 1px solid #B1B1B1;
	padding: 28px 0;
}
.woocommerce .cart_totals  table.shop_table .order-total td,
.woocommerce .cart_totals  table.shop_table .order-total th {
	border-bottom: none;
	padding-bottom: 5px;
}
.woocommerce .cart_totals  table.shop_table td {
	font-size: 14px;
	line-height: 1.3em;
	text-align: right;
}
.woocommerce .cart_totals  table.shop_table td p {
	margin: 0;
	width: 70%;
}
.woocommerce .cart_totals  table.shop_table th {
	font-weight: 300;
	width: 30%;
}
.woocommerce-shipping-calculator {
	margin-top: 15px;
}
.woocommerce .cart_totals table.shop_table td p {
	width: auto;
}
.woocommerce .cart_totals table.shop_table .amount {
	color: #FCB97D;
	font-size: 1.5rem;
	font-weight: normal;
}
.woocommerce .cart_totals table.shop_table .includes_tax .amount {
	font-size: 14px;
}
.woocommerce .cart_totals table.shop_table small {
	font-size: 14px;
}
.cart-note {
	font-size: 12px;
	line-height: 1.66666667em;
	margin-bottom: 40px;
}
.cart-note p {
	margin-bottom: 22px;
	margin-top: 0;
}
.woocommerce-cart .wc-proceed-to-checkout {
	padding-bottom: 10px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	margin-bottom: 0;
}

/* Checkout Page */
#ship-to-different-address {
	font-size: 1rem;
}
#order_review_heading {
	margin-top: 30px;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table tbody tr:last-child {
	border-bottom: 1px solid #FB9475;
	border-left: 1px solid #FB9475;
	border-right: 1px solid #FB9475;
}
p#e_deliverydate_field {
	float: none;
}
.ft_shipping_notice,
.ft_shipping_notice_more {
	font-size: 14px;
	line-height: 1.5em;
}
.ft_shipping_notice {
	font-style: italic;
}
.woocommerce .checkout_coupon input.button {
	height: 59px;
	padding-bottom: 15px;
	padding-top: 10px;
}
.woocommerce form .form-row label.woocommerce-form__label-for-checkbox:before,
.woocommerce form .form-row label.woocommerce-form__label-for-checkbox:after {
	content: "";
	display: table;
}
.woocommerce form .form-row label.woocommerce-form__label-for-checkbox:after {
	clear: both;
}

@media (max-width: 1199px) {
	/* Product Archive - Grid View */
	.woocommerce ul.products li.product {
		margin-top: 30px;
	}
	.product-list-info {
		padding: 20px;
	}
	.woocommerce ul.products li.product .price {
		font-size: 2rem;
	}
	.product-list-link a.em-button,
	.woocommerce ul.products li.product .button,
	.woocommerce div.product form.cart .button {
		-webkit-border-radius: 22px;
		-moz-border-radius: 22px;
		border-radius: 22px;
		height: 44px;
		padding: 11px 15px;
	}
	form.cart .quantity {
		width: 90px;
	}
	.woocommerce form.cart .quantity .qty {
		-webkit-border-radius: 22px;
		-moz-border-radius: 22px;
		border-radius: 22px;
		height: 44px;
		padding: 5px;
	}

	/* Product Archive - List View */
	body.em-list-view-mode .product-list-item {
		padding-bottom: 30px;
		padding-top: 30px;
	}
	body.em-list-view-mode.woocommerce ul.products li.product .price {
		margin-top: 10px;
	}
	body.em-list-view-mode .product-list-link a.em-button,
	body.em-list-view-mode.woocommerce ul.products li.product .button {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Cart Page */
	.cart_totals {
		padding: 28px 30px;
	}
	.woocommerce .cart_totals table.shop_table .amount {
		font-size: 1.25rem;
	}
}

@media (max-width: 991px) {
	/* Product Archive - Grid View */
	.product-listing-title {
		font-size: 1.25rem;
	}
	.woocommerce ul.products li.product .price {
		font-size: 1.75rem;
	}
	.product-list-link {
		float: none;
	}
	.product-list-link a.em-button {
		display: block;
	}
	.woocommerce ul.products li.product .button {
		float: none;
		margin-top: 15px;
	}
	form.cart {
		float: none;
		margin-top: 15px;
		position: relative;
	}
	form.cart .quantity {
		padding-right: 150px;
		width: 100%;
	}
	.woocommerce ul.products li.product form.cart .button {
		margin: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 150px;
	}

	/* Product Archive - List View */
	body.em-list-view-mode .product-list-des {
		margin-bottom: 20px;
	}
	body.em-list-view-mode .product-list-link {
		float: left;
	}
	.woocommerce ul.products li.product .button {
		float: right;
		margin: 0;
	}
	body.em-list-view-mode.woocommerce ul.products li.product .price {
		float: none;
	    margin: 0 0 15px;
		width: auto;
	}
	body.em-list-view-mode.woocommerce form.cart {
		float: right;
		margin: 0;
	}
	body.em-list-view-mode form.cart .quantity {
		padding-right: 130px;
		width: 180px;
	}
	body.em-list-view-mode.woocommerce ul.products li.product form.cart .button {
		padding-left: 5px;
		padding-right: 5px;
		width: 130px;
	}

	/* Product Detail */
	.woocommerce div.product form.cart div.quantity {
		padding-right: 40px;
		width: 100px;
	}
}

@media (max-width: 767px) {
	/* Product Archive Page */
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		float: none;
		margin-top: 15px;
		max-width: 250px;
		position: static;
	}

	/* Product Archive - Grid View */
	.woocommerce ul.products {
		max-width: 470px;
		margin: 0 auto;
	}
	.woocommerce ul.products li.product {
		float: none !important;
		padding: 0;
		width: auto;
	}

	/* Product Archive - List View */
	body.em-list-view-mode.woocommerce ul.products {
		max-width: none;
	}
	body.em-list-view-mode .product-list-item {
		padding: 20px;
	}
	body.em-list-view-mode .product-list-thumb {
		width: 80px;
	}
	body.em-list-view-mode .product-list-info {
		padding-left: 100px;
	}
	body.em-list-view-mode form.cart .quantity {
		padding-right: 110px;
		width: 160px;
	}
	body.em-list-view-mode.woocommerce ul.products li.product form.cart .button {
		width: 110px;
	}

	/* Product Detail */
	.woocommerce div.product div.images.woocommerce-product-gallery,
	.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 !important;
		padding: 0;
		width: auto;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		margin-top: 30px;
	}

	/* Cart Page */
	.woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before {
		padding-bottom: 10px;
	}
	.cart_totals {
		padding: 20px;
	}
	.woocommerce table.shop_table tbody tr,
	.woocommerce table.woocommerce-checkout-review-order-table tbody tr:last-child {
		border: 1px solid #FB9475;
		margin: 10px 0;
	}
	.woocommerce table.shop_table td {
		border: none;
	}
	.woocommerce table.shop_table_responsive tr td.actions, .woocommerce-page table.shop_table_responsive tr td.actions {
		background: none;
		padding: 10px 0 0 !important;
	}
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
		width: 100%;
	}
	.woocommerce .cart_totals table.shop_table tr {
		border: none;
	}
	.woocommerce .cart_totals table.shop_table tr td {
		background: none;
	}
	.woocommerce table.woocommerce-checkout-review-order-table tfoot {
		border: 1px solid #FB9475;
	}
	.woocommerce table.woocommerce-checkout-review-order-table tfoot tr {
		border-bottom: none;
		border-left: none;
		border-right: none;
		border-top: 1px solid #FB9475;
	}
	.woocommerce table.woocommerce-checkout-review-order-table tfoot tr:first-child {
		border-top: none;
	}
	.woocommerce table.woocommerce-checkout-review-order-table tfoot th {
		border: none;
		display: block;
		position: static;
	}
	.woocommerce table.woocommerce-checkout-review-order-table tfoot td {
		border: none;
	}
}

@media (max-width: 480px) {
	/* Product Archive - List View */
	body.em-list-view-mode .product-list-thumb {
		float: none;
		width: auto;
	}
	body.em-list-view-mode .product-list-thumb img {
		max-height: 150px;
	}
	body.em-list-view-mode .product-list-info {
		padding-left: 0;
		padding-top: 20px;
	}
	.woocommerce ul.products li.product .price {
		text-align: center;
	}
	body.em-list-view-mode .product-list-link {
		float: none;
	}
	.woocommerce ul.products li.product .button,
	body.em-list-view-mode.woocommerce form.cart {
		float: none;
		margin-top: 15px;
	}
	body.em-list-view-mode form.cart .quantity {
		padding-right: 130px;
		width: 100%;
	}
	body.em-list-view-mode.woocommerce ul.products li.product form.cart .button {
		width: 130px;
	}

	/* Checkout Page */
	.woocommerce form .form-row-first, .woocommerce-page form .form-row-first,
	.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
		float: none;
		width: auto;
	}
}