.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea,
.woocommerce-page form .form-row select,
.woocommerce-page table.cart td.actions .coupon .input-text {
	background: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea,
.woocommerce-page form .form-row select {
	padding: 10px 15px;
}

/* WooCommerce Buttons
-------------------------------------------- */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button,
.added_to_cart,
.woocommerce a.button.alt,
.woocommerce-page a.button.alt {
	background: transparent;
	border: 2px solid #dadada;
	color: #999;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;

	-o-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-webkit-transition: .25s;
	transition: .25s;

	letter-spacing: 1px;
	text-transform: uppercase;

	font-size: 12px;
    font-weight: normal;

    padding: 6px 12px;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #content input.button:hover,
.added_to_cart:hover {
	background: #eca2ad;
	border: 2px solid #eca2ad;
	color: #fff;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-error {
    padding: 14px 12px 10px !important;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
    background: #222!important;
    color: #fff!important;
    margin-top: -5px;
    padding: 6px 14px 8px!important;
}

.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover {
    background: #eca2ad!important;
}

.mini_cart_item .remove:before,
.product-remove .remove:before {
    content: "\f014";
    color: #686868;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    padding-left: 20px;
}

.mini_cart_item .remove:hover:before,
.product-remove .remove:hover:before {
    color: #e31266;
}

.mini_cart_item a.remove,
.product-remove a.remove {
    font-size: 0;
    line-height: 0;
}

.mini_cart_item a.remove {
    display: block;
    float: right;
}

.mini_cart_item .remove:before {
    padding-left: 0;
    right: 25px;
    position: relative;
    top: 20px;
}

.add_to_cart_button:before,
.single_add_to_cart_button:before {
    content: "\f07a";
    display: inline-block;
    font-family: "FontAwesome";
    margin-right: 8px;
}

.product_type_variable.add_to_cart_button:before {
    content: "\f013";
}

.add_to_cart_button.added {
    display: none!important;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li span.current {
    color: #fff;
}

.woocommerce form label {
	font-weight: 400;
}

.woocommerce ul.products li.product .price del {
    display: inline-block;
}

.woocommerce .related h2 {
	font-family: 'Crimson Text', serif;
	font-style: italic;
}

/* Sidebar
-------------------------------------------- */
ul.product-categories li,
.woocommerce.widget_layered_nav ul li {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 8px;
}

ul.product-categories li:last-child,
.woocommerce.widget_layered_nav ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

ul li span.count {
	color: #eb5139;
	float: right;
	font-size: 12px;
	line-height: 1;
	margin-top: 7px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #e8e8e8;
    border-radius: 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #666;
    border-radius: 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    top: -0.5em;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 0.05em;
}

#woocommerce-product-search-field,
.woocommerce-product-search input[type=submit] {
    display: inline-block;
    line-height: 1.7;
    padding: 5px 13px;
}

#woocommerce-product-search-field {
    float: left;
    padding: 6px 15px;
    width: calc(100% - 90px);
}


/* Checkout page
-------------------------------------------- */
.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
    background: #dedede;
}

#customer_details.col2-set,
.woocommerce-checkout-review-order {
    display: inline-block;
    float: left;
    width: 48%;
}

#customer_details.col2-set,
.woocommerce #review_form #respond .comment-form-author {
    margin-right: 4%;
}

#customer_details .col-1,
#customer_details .col-2,
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    float: none;
    width: 100%;
}

.woocommerce-billing-fields h3 {
	margin-top: 0;
}

.order-total {
    color: #eb5139;
}


/* Shop Table
-------------------------------------------- */
.woocommerce table.shop_table,
.woocommerce-page table.shop_table,
.woocommerce #order_review,
.woocommerce-page #order_review {
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
}

.woocommerce table.shop_table thead th,
.woocommerce-page table.shop_table thead th {
	border-bottom: 1px solid #e8e8e8 !important;
	border-top: 1px solid #e8e8e8;
}

.woocommerce table.shop_table thead th,
.woocommerce-page table.shop_table thead th,
.cart-subtotal th,
.order-total th {
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.woocommerce table.shop_table tr:first-child td {
	border-top: none;
}

.woocommerce #order_review .shop_table,
.woocommerce-page #order_review .shop_table {
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    margin-bottom: 10px;
    margin-top: 10px;
}


/* My Account Page
-------------------------------------------- */
.woocommerce-MyAccount-navigation ul {
    border-top: 1px solid rgba(0, 0, 0, .05);
    margin-left: 0;
    padding-left: 0;
}

.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    position: relative
}

.woocommerce-MyAccount-navigation ul li.is-active a:before {
    opacity: 1
}

.woocommerce-MyAccount-navigation ul li a {
    padding: .875em 0;
    display: block
}

.woocommerce-MyAccount-navigation ul li a:before {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0f6";
    line-height: 1.618;
    margin-left: .5407911001em;
    width: 1.41575em;
    text-align: right;
    float: right;
    opacity: .25
}

.woocommerce-MyAccount-navigation ul li a:hover:before {
    opacity: 1
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: "\f0e4"
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    content: "\f291"
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    content: "\f1c6"
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: "\f015"
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    content: "\f09d"
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "\f007"
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: "\f08b"
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a:before {
    content: "\f021"
}

ul.order_details {
    list-style: none;
    position: relative;
    margin: 3.706325903em 0
}

ul.order_details:after,
ul.order_details:before {
    content: "";
    display: block;
    position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
    height: 16px;
    background-size: 0 100%, 16px 16px, 16px 16px
}

ul.order_details:after {
    clear: both;
    top: auto;
    bottom: -16px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

ul.order_details li {
    padding: 1em 1.618em;
    font-size: .8em;
    text-transform: uppercase
}

ul.order_details li:first-child {
    padding-top: 1.618em
}

ul.order_details li:last-child {
    border: 0;
    padding-bottom: 1.618em
}

ul.order_details li strong {
    display: block;
    font-size: 1.41575em;
    text-transform: none
}

.my_account_orders .button,
.woocommerce-MyAccount-downloads .button {
    padding: .6180469716em .875em;
    font-size: .875em;
    margin-right: .236em
}

.my_account_orders .button.view:after,
p.order-again .button:after {
    font: normal normal normal 1em/1 FontAwesome;
    display: inline-block;
    margin-left: .5407911001em;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale
}

.my_account_orders .button.view:after {
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    content: "\f06e"
}

p.order-again .button:after {
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    content: "\f021"
}

.woocommerce-MyAccount-downloads .button:after {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0ed";
    margin-left: .5407911001em
}

.woocommerce-MyAccount-content h2 {
    font-size: 2em;
    font-weight: 600
}

.woocommerce-MyAccount-content #payment .payment_methods {
    margin-bottom: 1.618em!important
}

.woocommerce-MyAccount-content #payment .payment_methods li .payment_box {
    background-color: rgba(0, 0, 0, .05)
}

@media only screen and (max-width: 620px) {
    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content {
        float: none;
        width: 100%;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce-page[class*="columns-"] ul.products li.product,
    .woocommerce[class*="columns-"] ul.products li.product {
        clear: both!important;
        float: left!important;
        margin: 0 0 2.992em!important;
        max-width: none;
        width: 48%!important;
    }

    .woocommerce ul.products li.product:nth-child(2n),
    .woocommerce-page ul.products li.product:nth-child(2n),
    .woocommerce-page[class*="columns-"] ul.products li.product:nth-child(2n),
    .woocommerce[class*="columns-"] ul.products li.product:nth-child(2n) {
        clear: none!important;
        float: right!important;
    }
}

@media (min-width: 768px)
{
    .single-product.woocommerce .fl-content .type-product {
        clear: both;
        margin: 0 auto;
        max-width: 600px;
        width: 100%;
    }

    
    .single-product.woocommerce div.product div.woocommerce-product-gallery,
    .single-product.woocommerce div.product div.entry-summary {
        clear: both!important;
        float: none!important;
        width: 100%!important;
    }
}