/******************************************
 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;
}

/******************************************
 SHOP INDEX
******************************************/


/******************************************
 CATEGORY
******************************************/


/******************************************
 PRODUCT ARCHIVE
******************************************/


/******************************************
 PRODUCT DETAIL
******************************************/


/******************************************
 CART
******************************************/
.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
******************************************/
#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;
}


/******************************************
 REPONSIVE
******************************************/
@media (max-width: 1199.98px) {
	/* SHOP INDEX */

    /* CATEGORY */

    /* PRODUCT ARCHIVE */

    /* PRODUCT DETAIL */

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

    /* CHECKOUT */
}

@media (max-width: 991.98px) {
    /* SHOP INDEX */

    /* CATEGORY */

    /* PRODUCT ARCHIVE */

    /* PRODUCT DETAIL */

    /* CART */

    /* CHECKOUT */
}

@media (max-width: 767.98px) {
    /* SHOP INDEX */

    /* CATEGORY */

    /* PRODUCT ARCHIVE */

    /* PRODUCT DETAIL */

	/* CART */
    .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;
	}

    /* CHECKOUT */
}

@media (max-width: 575.98px) {
    /* SHOP INDEX */

    /* CATEGORY */

    /* PRODUCT ARCHIVE */

    /* PRODUCT DETAIL */

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

    /* CHECKOUT */
	.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;
	}
}
