.woo_wrap {
    margin-top: 77px;
}

/* Header Cart */
.header_cart_content {
	margin: 0 24px 0 13px !important;
    padding-bottom: 37px;
    position: relative;
    top: 2px;
    z-index: 2;
}

.header_cart_content a {
	font-size: 13px;
    letter-spacing: 1.2px;
	text-decoration: none;
	text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    font-weight: 600;
}

.header_cart_content a:after {
    content: "";
    width: 0;
    height: 1px;
    background: #FFFFFF;
    position: absolute;
    bottom: -5px;
    left: 50%;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.header_cart_content:hover a:after {
    width: 100%;
    left: 0;
}

.header_cart_content a i {
	margin-right: 8px;
}

.header_cart_content .cart_submenu {
    width: 360px;
    display: none;
    background: #FFFFFF;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    position: absolute;
    top: 57px;
    right: -50%;
}

.header_cart_content:hover .cart_submenu {
    display: block;
}

.header_cart_content .cart_submenu p.empty {
    color: #5c6b7e;
    text-align: center;
    padding: 10px 0;
}

.header_cart_content .cart_submenu .cart_wrap {
    padding: 30px;
}

.header_cart_content .cart_submenu a {
    color: #5c6b7e;
    padding-bottom: 0;
}

.header_cart_content .cart_submenu a:after {
    display: none;
}

.header_cart_content .cart_submenu ul.product_posts {
    margin: 0;
}

.header_cart_content .cart_submenu ul.product_posts li {
    min-height: 70px;
    padding: 2px 0 37px 88px;
    margin-bottom: 20px;
    border-bottom: solid 1px #e5e5e5;
    position: relative;
}

.header_cart_content .cart_submenu ul.product_posts li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 32px;
}

.header_cart_content .cart_submenu ul.product_posts li a:first-child {
    position: absolute;
    top: 0;
    left: 0;
}

.header_cart_content .cart_submenu ul.product_posts li a:first-child img {
    width: 70px;
    height: 70px;
}

.header_cart_content .cart_submenu ul.product_posts li a.title {
    text-transform: none;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 24px;
}

.header_cart_content .cart_submenu ul.product_posts li .price {
    font-size: 13px;
    line-height: 24px;
    color: #9aa6b5;
    font-style: italic;
}

.header_cart_content .cart_submenu ul.product_posts li a.remove_products {
    font-size: 18px;
    position: absolute;
    top: -9px;
    right: -2px;
}

.header_cart_content .cart_submenu .subtotal {
    font-size: 14px;
    line-height: 21px;
    color: #5c6b7e;
    margin-bottom: 14px;
}

.header_cart_content .cart_submenu .header_view_cart_button,
.header_cart_content .cart_submenu .header_checkout_button {
    display: inline-block;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 30px;
    background: -moz-linear-gradient(-20deg, #ec1f24 0%,  #ec1f24 50%, #ec1f24 100%);
    background: -webkit-linear-gradient(-20deg, #ec1f24 0%,  #ec1f24 50%, #ec1f24 100%);
    background: linear-gradient(160deg, #ec1f24 0%,  #ec1f24 50%, #ec1f24 100%);
    background-size: 300px 1px;
    padding: 10px 29px 11px;
    margin-right: 5px;
}

.header_cart_content .cart_submenu .header_view_cart_button:hover {
    background-position: 150px;
}

.header_cart_content .cart_submenu .header_checkout_button {
    background: #fafafa;
    margin-right: 0;
    color: #5c6b7e;
    position: relative;
}

.header_cart_content .cart_submenu .header_checkout_button .button_back{
    padding: 10px 30px 11px;
    border-radius: 30px;
    background: -moz-linear-gradient(-20deg, #ec1f24 0%,  #ec1f24 100%);
    background: -webkit-linear-gradient(-20deg, #ec1f24 0%,  #ec1f24 100%);
    background: linear-gradient(160deg, #ec1f24 0%,  #ec1f24 100%);
    color: #FFFFFF;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.header_checkout_button .button_back {
    padding: 10px 29px 11px!important;
}

.header_cart_content .cart_submenu .header_checkout_button:hover .button_back {
    opacity: 1;
}

/* Products Listing Page */
.woo_wrap {
    margin-bottom: 93px;
}

.woo_wrap .shop_title_cont {
    text-align: center;
    margin-bottom: 54px;
}

.woo_wrap .shop_title_cont .entry_title {
    font-style: italic;
    text-transform: none;
    margin-bottom: 17px;
}

.woo_wrap .shop_title_cont .entry_title span {
    font-style: normal;
    font-weight: 700;
}

.contentarea.woocommerce_container {
    margin-bottom: 0;
}

.woocommerce.post-type-archive-product .page-title,
.woocommerce.post-type-archive-product ul.products li .product_meta,
ul.products li .product_meta,
.woocommerce.post-type-archive-product .woocommerce_container ul.products li .prod_meta_cont .added_to_cart,
.related.products ul.products li .product_meta {
    display: none;
}

.woocommerce.post-type-archive-product .shop_title_cont .page-description {
    padding: 0 210px;
}

.woocommerce.post-type-archive-product .shop_title_cont .page-description p {
    font-size: 18px;
    line-height: 27px;
}

.shop_results_and_ordering {
    padding: 9px 0 8px;
    margin-bottom: 40px;
    border-bottom: solid 1px #e5e5e5;
    color: #9aa6b5;
    font-size: 14px;
    letter-spacing: -.3px;
    font-style: italic;
}

.woocommerce_container .woocommerce-result-count,
.woocommerce_container .woocommerce-ordering {
    margin-bottom: 0;
}

.woocommerce_container .woocommerce-result-count {
    float: right;
}

.woocommerce_container .woocommerce-ordering {
    float: left;
    position: relative;
}

.woocommerce_container .woocommerce-ordering:after {
    content: "\f107";
    font-family: "FontAwesome", sans-serif;
    font-style: normal;
    position: absolute;
    top: 1px;
    right: 0;
}

.woocommerce_container .woocommerce-ordering select {
    border: none;
    cursor: pointer;
}

.woocommerce_container .woocommerce-ordering select:focus {
    outline: none;
}

.woocommerce_container .woocommerce-ordering .arrow_box_mask {
    width: 20px;
    height: 22px;
    background: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
}

ul.products,
.woocommerce.post-type-archive-product .woocommerce_container ul.products,
.related.products ul.products {
    margin: 0 0 9px -25px;
}

ul.products li,
.woocommerce.post-type-archive-product .woocommerce_container ul.products li,
.related.products ul.products li {
    width: 33.3333% !important;
    margin: 0 0 0 -4px !important;
    float: none !important;
    display: inline-block !important;
    vertical-align: top !important;
}

ul.products li:nth-child(3n + 1),
.woocommerce.post-type-archive-product .woocommerce_container ul.products li:nth-child(3n + 1) {
    margin-left: 0 !important;
}

ul.products li .prod_wrapper,
.woocommerce.post-type-archive-product .woocommerce_container ul.products li .prod_wrapper,
.related.products ul.products li .prod_wrapper {
    padding: 0 0 64px 25px;
}

ul.products li .product_link,
.woocommerce.post-type-archive-product .woocommerce_container ul.products li .product_link,
.related.products ul.products li .product_link {
    display: block;
}

ul.products li .product_link img,
.woocommerce.post-type-archive-product .woocommerce_container ul.products li .product_link img,
.related.products ul.products li .product_link img {
    display: block;
    margin-bottom: 0 !important;
}

ul.products li .prod_meta_cont,
.woocommerce.post-type-archive-product .woocommerce_container ul.products li .prod_meta_cont,
.related.products ul.products li .prod_meta_cont {
    text-align: center;
    border: solid 1px #e5e5e5;
    border-top: none;
    padding: 24px 0 49px;
    position: relative;
}

ul.products li .prod_meta_cont:before,
ul.products li .prod_meta_cont:after,
.woocommerce.post-type-archive-product .woocommerce_container ul.products li .prod_meta_cont:before,
.woocommerce.post-type-archive-product .woocommerce_container ul.products li .prod_meta_cont:after,
.related.products ul.products li .prod_meta_cont:before,
.related.products ul.products li .prod_meta_cont:after {
    content: "";
    height: 2px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    position: absolute;
    z-index: 2;
}

ul.products li .prod_meta_cont:before,
.woocommerce.post-type-archive-product .woocommerce_container ul.products li .prod_meta_cont:before,
.related.products ul.products li .prod_meta_cont:before {
    left: 5px;
    right: 5px;
    bottom: -3px;
}

ul.products li .prod_meta_cont:after,
.woocommerce.post-type-archive-product .woocommerce_container ul.products li .prod_meta_cont:after,
.related.products ul.products li .prod_meta_cont:after {
    left: 10px;
    right: 10px;
    bottom: -5px;
}

ul.products li .prod_meta_cont .prod_cat_cont a,
.woocommerce.post-type-archive-product .woocommerce_container ul.products li .prod_meta_cont .prod_cat_cont a,
.related.products ul.products li .prod_meta_cont .prod_cat_cont a {
    font-size: 13px;
    line-height: 20px;
    font-style: italic;
    color: #9aa6b5;
}

ul.products li .prod_title,
.woocommerce.post-type-archive-product .woocommerce_container ul.products li .prod_title,
.related.products ul.products li .prod_title {
    margin: 15px 0 19px;
}

ul.products li .prod_title a,
.woocommerce.post-type-archive-product .woocommerce_container ul.products li .prod_title a,
.related.products ul.products li .prod_title a {
    font-family: "Playfair Display", sans-serif;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: .1px;
    color: #181c20;

}

ul.products li .prod_meta_cont .price,
ul.products li .prod_meta_cont .price del,
ul.products li .prod_meta_cont .price ins,
.woocommerce.post-type-archive-product .woocommerce_container ul.products li .prod_meta_cont .price,
.woocommerce.post-type-archive-product .woocommerce_container ul.products li .prod_meta_cont .price del,
.woocommerce.post-type-archive-product .woocommerce_container ul.products li .prod_meta_cont .price ins,
.related.products ul.products li .prod_meta_cont .price,
.related.products ul.products li .prod_meta_cont .price del,
.related.products ul.products li .prod_meta_cont .price ins {
    font-size: 20px !important;
    line-height: 22px !important;
    font-weight: 600 !important;
    margin-bottom: 2px !important;
}

ul.products li .prod_meta_cont .price del,
ul.products li .prod_meta_cont .price ins,
.woocommerce.post-type-archive-product .woocommerce_container ul.products li .prod_meta_cont .price del,
.woocommerce.post-type-archive-product .woocommerce_container ul.products li .prod_meta_cont .price ins,
.related.products ul.products li .prod_meta_cont .price del,
.related.products ul.products li .prod_meta_cont .price ins {
    display: inline-block !important;
}

ul.products li .prod_meta_cont .price del,
.woocommerce.post-type-archive-product .woocommerce_container ul.products li .prod_meta_cont .price del,
.related.products ul.products li .prod_meta_cont .price del {
    margin-right: 10px;
}

ul.products li .prod_meta_cont .price ins,
.woocommerce.post-type-archive-product .woocommerce_container ul.products li .prod_meta_cont .price ins,
.related.products ul.products li .prod_meta_cont .price ins {
    text-decoration: none;
}

ul.products li .prod_meta_cont .add_to_cart_button,
.woocommerce.post-type-archive-product .woocommerce_container ul.products li .prod_meta_cont .add_to_cart_button,
.related.products ul.products li .prod_meta_cont .add_to_cart_button {
    background: -moz-linear-gradient(-20deg, #ec1f24 0%,  #ec1f24 50%, #ec1f24 100%);
    background: -webkit-linear-gradient(-20deg, #ec1f24 0%,  #ec1f24 50%, #ec1f24 100%);
    background: linear-gradient(160deg, #ec1f24 0%,  #ec1f24 50%, #ec1f24 100%);
    background-size: 290px 1px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 14px 30px 13px;
    margin: 0;
    position: absolute;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 6;
    -webkit-transition: all 0s !important;
    transition: all .4s !important;
    letter-spacing: .1em;
}

ul.products li .prod_meta_cont .add_to_cart_button:hover,
.woocommerce.post-type-archive-product .woocommerce_container ul.products li .prod_meta_cont .add_to_cart_button:hover,
.related.products ul.products li .prod_meta_cont .add_to_cart_button:hover {
    background-position: 145px;
}
.woocommerce_container .pagerblock {
    margin-top: 35px;
    margin-bottom: 0;
}

.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading, .woocommerce input.button.loading {
    opacity: 1;
}

.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
    top: 14px;
    right: 10px;
}

.woocommerce.post-type-archive-product .woocommerce_container .prod_list_divider {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
}

.woocommerce-pagination ul,
.woocommerce-pagination ul li {
    border: none !important;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    font-weight: 600;
}

.woocommerce nav.woocommerce-pagination ul {
    margin: 48px 0 0;
}

.woocommerce-pagination ul li a,
.woocommerce-pagination ul li .current {
    background: none !important;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    color: #9aa6b5;
    padding: 0 13px !important;
}

.woocommerce-pagination ul li a {
    color: #5c6b7e;
    line-height: 18px;
    padding: 0 13px !important;
}

.post-type-archive-product .product_link .star-rating,
.related.products ul.products li .product_link .star-rating,
ul.products li .product_link .star-rating {
    display: none;
}

/* Sidebar Widgets */

/* Search Widget */
.widget_product_search {
    margin-bottom: 33px;
}

.widget_product_search .screen-reader-text {
    display: none;
}

.widget_product_search .woocommerce-product-search .submit_wrap {
    width: 10px;
    height: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 9px;
    right: 26px;
    z-index: 10;
}

.widget_product_search .woocommerce-product-search .submit_wrap:before,
.widget_product_search .woocommerce-product-search .submit_wrap:after {
    content: '';
    width: 0;
    height: 0;
    background: none;
}

.widget_product_search .woocommerce-product-search {
    position: relative;
}

.widget_product_search .woocommerce-product-search input[type="submit"],
.widget_product_search .woocommerce-product-search button[type="submit"] {
    width: 10px;
    height: 20px;
    padding: 0;
    margin: 0;
    color: transparent;
    background-color: transparent !important;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 20;
    border: none !important;
}

.widget_product_search .woocommerce-product-search .submit_wrap:hover:before {
    opacity: .5;
}

.widget_product_search .woocommerce-product-search input[type="search"] {
    width: 100%;
    background-color: #fafafa;
    border: 1px solid #fafafa;
    border-radius: 20px;
    padding: 7px 40px 7px 19px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-style: italic;
    color: #9aa6b5;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.widget_product_search .woocommerce-product-search input[type="search"]::-moz-placeholder {
    color: #9aa6b5;
    opacity: 1;
}

.widget_product_search .woocommerce-product-search input[type="search"]::-webkit-input-placeholder {
    color: #9aa6b5;
}

.widget_product_search .woocommerce-product-search .submit_wrap:before {
    content: "\f002";
    display:inline-block;
    font-family: 'FontAwesome';
    font-size: 13px;
    font-weight:normal;
    position: absolute;
    top: 0px;
    left: 0;
}

/* Shopping Cart Widget */
.widget_shopping_cart,
.widget_products {
    margin-bottom: 33px;
}

.widget_shopping_cart .sidebar_header,
.widget_products .sidebar_header,
.widget_top_rated_products .sidebar_header,
.widget_recent_reviews .sidebar_header,
.widget_recently_viewed_products .sidebar_header {
    margin-bottom: 29px;
}

.woocommerce-page .widget_shopping_cart .cart_list li,
.woocommerce-page.widget_shopping_cart .cart_list li,
.woocommerce-page .widget_products .product_list_widget li,
.woocommerce-page .widget_top_rated_products .product_list_widget li,
.woocommerce-page .widget_recent_reviews .product_list_widget li,
.woocommerce-page .widget_recently_viewed_products .product_list_widget li {
    padding-left: 90px;
    min-height: 70px;
    margin-bottom: 11px;
    position: relative;
}

.woocommerce-page ul.product_list_widget li a {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: normal;
    color: #5c6b7e;
}

.woocommerce-page .widget_shopping_cart .cart_list li a.remove,
.woocommerce-page.widget_shopping_cart .cart_list li a.remove {
    font-size: 18px;
    color: #5c6b7e !important;
    margin-left: -16px;
    top: -7px;
    left: 100%;
}

.woocommerce-page .widget_shopping_cart .cart_list li a.remove:hover,
.woocommerce-page.widget_shopping_cart .cart_list li a.remove:hover {
    background: none;
}

.woocommerce-page ul.cart_list li img,
.woocommerce-page .widget_products .product_list_widget li img,
.woocommerce-page .widget_top_rated_products .product_list_widget li img,
.woocommerce-page .widget_recent_reviews .product_list_widget li img,
.woocommerce-page .widget_recently_viewed_products .product_list_widget li img {
    width: 70px !important;
    position: absolute;
    top: -3px;
    left: -3px;
}

.woocommerce-page ul.product_list_widget li .quantity,
.woocommerce-page .widget_products .product_list_widget li .amount,
.woocommerce-page .widget_top_rated_products .product_list_widget li .amount,
.woocommerce-page .widget_recent_reviews .product_list_widget li .amount,
.woocommerce-page .widget_recently_viewed_products .product_list_widget li .amount {
    font-size: 13px;
    line-height: 24px;
    font-style: italic;
    color: #9aa6b5;
}

.woocommerce-page .widget_shopping_cart .total,
.woocommerce-page.widget_shopping_cart .total {
    border-top: none;
    padding: 0;
    letter-spacing: .3px;
    margin-bottom: 15px;
}

.woocommerce-page .widget_shopping_cart .total strong,
.woocommerce-page.widget_shopping_cart .total strong {
    font-weight: 400;
}

.woocommerce-page .widget_shopping_cart a.button {
    line-height: 21px;
    letter-spacing: .1em;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 30px;
    background: -moz-linear-gradient(-20deg, #ec1f24 0%,  #ec1f24 50%, #ec1f24 100%);
    background: -webkit-linear-gradient(-20deg, #ec1f24 0%,  #ec1f24 50%, #ec1f24 100%);
    background: linear-gradient(160deg, #ec1f24 0%,  #ec1f24 50%, #ec1f24 100%);
    background-size: 290px 1px;
    padding: 9px 29px 10px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.woocommerce-page .widget_shopping_cart a.button:hover {
    background-position: 145px;
}
.woocommerce-page .widget_shopping_cart a.button.wc-forward {
    margin-right: 6px;
}

.woocommerce-page .widget_shopping_cart a.button.checkout {
    color: #5c6b7e;
    background: #fafafa;
    position: relative;
}

.woocommerce-page .widget_shopping_cart a.button.checkout .button_back,
.widget_price_filter .price_slider_amount button.button .button_back,
.woocommerce div.product .woocommerce-tabs ul.tabs li a .button_back {
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    font-weight: 600;
    background: -moz-linear-gradient(-20deg, #ec1f24 0%,  #ec1f24 100%);
    background: -webkit-linear-gradient(-20deg, #ec1f24 0%,  #ec1f24 100%);
    background: linear-gradient(160deg, #ec1f24 0%,  #ec1f24 100%);
    border-radius: 30px;
    padding: 9px 30px 10px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.woocommerce-page .widget_shopping_cart a.button.checkout .button_back {
    padding: 9px 29px 10px;
}
.woocommerce-tabs #comments {
    margin-bottom: 12px;
}

.woocommerce-page .widget_shopping_cart a.button.checkout:hover .button_back,
.widget_price_filter .price_slider_amount button.button:hover .button_back,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover .button_back {
    opacity: 1;
}

.woocommerce-page .widget_shopping_cart a.button.checkout:hover {
    color: #FFFFFF;
}

/* Product Categories Widget */
.widget_product_categories {
    margin-bottom: 34px;
}

.widget_product_categories .sidebar_header,
.widget_layered_nav_filters .sidebar_header {
    margin-bottom: 18px;
}

.widget_product_categories ul.product-categories li,
.widget_layered_nav_filters ul li {
    border-bottom: solid 1px #e5e5e5;
    margin-bottom: 12px;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.widget_product_categories ul.product-categories li:after,
.widget_layered_nav_filters ul li:after {
    content: "\f105";
    font-family: "FontAwesome", sans-serif;
    font-size: 13px;
    position: absolute;
    top: 1px;
    right: 0;
}

.widget_product_categories ul.product-categories li a,
.widget_layered_nav_filters ul li a {
    display: inline-block;
    line-height: 14px;
    letter-spacing: .3px;
    color: #5c6b7e;
    padding-bottom: 18px;
}

/* Price Filner Widget */
.widget_price_filter .sidebar_header {
    margin-bottom: 30px;
}

.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
    height: 6px;
    background: #fcfcfc;
    border-radius: 0;
    margin-bottom: 44px;
}

.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
    border-radius: 0;
    background: -moz-linear-gradient(-20deg, #ec1f24 0%, #ec1f24 45%, #ec1f24 55%, #ec1f24 100%);
    background: -webkit-linear-gradient(-20deg, #ec1f24 0%, #ec1f24 45%, #ec1f24 55%, #ec1f24 100%);
    background: linear-gradient(160deg, #ec1f24 0%, #ec1f24 45%, #ec1f24 55%, #ec1f24 100%);
}

.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: none;
    top: -5px;
}

.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
}

.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:after {
    content: attr(data-width);
    width: auto;
    height: auto;
    font-size: 13px;
    line-height: 22px;
    font-style: italic;
    color: #5c6b7e;
    vertical-align: top;
    position: absolute;
    top: 18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99;
}

.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child:after {
    content: attr(data-width-r);
    left: auto;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:nth-last-child(2) {
    background: #ec1f24;
}

.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    background: #ec1f24;
}

.widget_price_filter .price_slider_amount button.button {
    background: #fafafa;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .1em;
    font-weight: 600;
    text-transform: uppercase;
    color: #5c6b7e;
    padding: 9px 30px 10px;
    border-radius: 30px;
    position: relative;
    z-index: 10;
}

.widget_price_filter .price_slider_amount button.button:focus {
    outline: none;
}

.widget_price_filter .price_slider_amount .price_label {
    font-size: 13px;
    line-height: 21px;
    font-style: italic;
    position: relative;
    top: 9px;
}

/* Text Widget */
.woo_wrap .widget_text {
    margin-bottom: 34px;
}

/* Product Tag Cloud Widget */
.widget_product_tag_cloud .sidebar_header {
    margin-bottom: 25px;
}

.widget_product_tag_cloud .tagcloud .a_wrap {
    margin-right: 5px;
}

.widget_product_tag_cloud .tagcloud .a_wrap a {
    letter-spacing: 1px;
}

/* Layered Nav Filters Widget */
.widget_layered_nav_filters ul li {
    width: 100%;
}

.widget_layered_nav_filters ul li:after {
    right: 1px;
}

.widget_layered_nav_filters ul li a:before {
    color: #5c6b7e !important;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/* Products Widget */
.widget_products ul.product_list_widget li ins,
.widget_recently_viewed_products ul.product_list_widget li ins,
.widget_top_rated_products ul.product_list_widget li ins {
    text-decoration: none;
}

/* Recent Review and Top Rated Products Widgets */
.widget_recent_reviews .star-rating,
.widget_top_rated_products .star-rating {
    margin-top: 0 !important;
}

/* Single Product Page */
.single-product .shop_title_cont {
    display: none;
}

.single-product .woo_wrap {
    margin: 100px 0 60px;
}

.onsale {
    display: none;
}

.single-product .product .summary {
    width: 49.5% !important;
}

.single-product .product .summary .product_title {
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 19px;
}

.single-product .product .summary .product_title i {
    font-weight: normal;
    margin-right: 2px;
}

.single-product .product .summary .woocommerce-product-rating {
    margin-bottom: 24px;
}

.single-product .product .summary .star-rating {
    width: 7.4em;
    font-size: 13px;
    margin: .5em 8px 0 0;
}

.woocommerce .star-rating::before {
    content: "s s s s s";
    color: #9aa6b5;
    letter-spacing: 1px;
}

.woocommerce .star-rating span::before {
    content: "S S S S S";
    color: #ffc104;
    letter-spacing: 1px;
}

.single-product .product .summary .woocommerce-review-link {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0;
    font-style: italic;
    text-transform: capitalize;
    color: #9aa6b5;
}

.single-product .product .summary .price {
    margin-bottom: 23px;
}

.single-product .product .summary .price ins,
.single-product .product .summary .price ins .woocommerce-Price-amount {
    font-size: 40px;
    line-height: 24px;
    font-weight: normal;
    color: #181c20;
    text-decoration: none;
    margin-left: -4px;
}

.single-product .product .summary .price del {
    font-size: 30px;
    line-height: 24px;
    color: #9aa6b5;
    opacity: 1;
    margin-left: 18px;
    position: relative;
    top: -4px;
}

.single-product .product .summary p {
    margin-bottom: 19px;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.single-product .product .summary .cart {
    margin: 44px 0 45px;
}

.woocommerce div.product form.cart div.quantity {
    margin: 0 9px 0 0;
}

.single-product .product .summary .quantity .qty {
    width: 66px;
    height: auto;
    padding: 15px 0 12px;
    border-radius: 30px;
    color: #5c6b7e;
    background: #fafafa;
    border: solid 1px #fafafa;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.single-product .product .summary .cart .single_add_to_cart_button {
    font-weight: 600;
    background: -moz-linear-gradient(-20deg, #ec1f24 0%,  #ec1f24 50%, #ec1f24 100%);
    background: -webkit-linear-gradient(-20deg, #ec1f24 0%,  #ec1f24 50%, #ec1f24 100%);
    background: linear-gradient(160deg, #ec1f24 0%,  #ec1f24 50%, #ec1f24 100%);
    background-size: 300px 1px;
    padding: 18px 30px;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: .1em;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.single-product .product .summary .cart .single_add_to_cart_button:hover {
    background-position: 150px;
}

.single-product .product .summary .product_meta {
    margin-left: -2px;
}

.single-product .product .summary .product_meta .sku_wrapper,
.single-product .product .summary .product_meta .posted_in,
.single-product .product .summary .product_meta .tagged_as {
    display: block;
    font-style: italic;
    color: #5c6b7e;
    margin-bottom: 9px;
}

.single-product .product .summary .product_meta a,
.single-product .product .summary .product_meta .sku_wrapper .sku {
    color: #9aa6b5;
}

.woocommerce div.product p.stock {
    display: none;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
    margin-bottom: 110px;
}

.woocommerce #content div.product div.thumbnails,
.woocommerce div.product div.thumbnails,
.woocommerce-page #content div.product div.thumbnails,
.woocommerce-page div.product div.thumbnails {
    margin-left: -1em;
}

.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
    width: 33.3333%;
    margin-right: 0;
}

.woocommerce #content div.product div.thumbnails a .thumb_wrapper,
.woocommerce div.product div.thumbnails a .thumb_wrapper,
.woocommerce-page #content div.product div.thumbnails a .thumb_wrapper,
.woocommerce-page div.product div.thumbnails a .thumb_wrapper {
    width: 100%;
    display: inline-block;
    padding-left: 1em;
}

.single-product .product .woocommerce-tabs {
    border: solid 1px #e5e5e5;
    position: relative;
    padding: 30px;
    margin-bottom: 98px;
}

.single-product .product .woocommerce-tabs:before,
.single-product .product .woocommerce-tabs:after {
    content: "";
    height: 2px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    position: absolute;
    z-index: 2;
}

.single-product .product .woocommerce-tabs:before {
    left: 5px;
    right: 5px;
    bottom: -3px;
}

.single-product .product .woocommerce-tabs:after {
    left: 10px;
    right: 10px;
    bottom: -5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    width: 100%;
    padding: 0;
    text-align: center;
    position: absolute;
    top: -25px;
    left: 0;
    z-index: 10;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    padding: 0;
    margin: 0 3px;
    border-radius: 0;
    background: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 14px 30px 13px;
    background: #fafafa;
    margin: 0;
    border-radius: 30px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    color: #5c6b7e;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a .button_back {
    line-height: 22px;
    padding: 14px 30px 13px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a .button_back {
    opacity: 1;
}

.woocommerce div.product .woocommerce-tabs #tab-reviews {
    margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs #reviews #comments {
    margin-top: 24px;
}

.woocommerce div.product .woocommerce-tabs #reviews #comments h2,
.woocommerce div.product .woocommerce-tabs #tab-description h2,
.woocommerce div.product .woocommerce-tabs #tab-additional_information h2 {
    display: none;
}

h3.comment-reply-title {
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0;
}

.woocommerce div.product .woocommerce-tabs #reviews #comments .commentlist {
    padding-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs #reviews #comments .comment {
    margin-bottom: 31px;
}

.woocommerce div.product .woocommerce-tabs #reviews #comments .comment .comment_container {
    padding-left: 89px;
}

.woocommerce div.product .woocommerce-tabs #reviews #comments .comment .comment_container img.avatar {
    width: 70px;
    height: 70px;
    background: none;
    border-radius: 50%;
    border: none;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs #reviews #comments .comment .comment_container .comment-text {
    margin: 0;
    padding: 0;
    border: none;
}

.woocommerce div.product .woocommerce-tabs #reviews #comments .comment .comment_container .comment-text .comment_author {
    margin-top: 5px;
}

.woocommerce div.product .woocommerce-tabs #reviews #comments .comment .comment_container .comment-text .comment_author strong {
    font-family: "Playfair Display", sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #181c20;
}

.woocommerce div.product .woocommerce-tabs #reviews #comments .comment .comment_container .comment-text .comment_date {
    margin-top: 3px;
}

.woocommerce div.product .woocommerce-tabs #reviews #comments .comment .comment_container .comment-text .comment_date time {
    font-size: 13px;
    line-height: 20px;
    font-style: italic;
    color: #9aa6b5;
}

.woocommerce div.product .woocommerce-tabs #reviews #comments .comment .comment_container .comment-text .star-rating,
.widget_recent_reviews .star-rating,
.widget_top_rated_products .star-rating {
    width: 7.4em;
    float: none;
    font-size: 11px;
    line-height: 11px;
    margin-top: 16px;
}

.woocommerce div.product .woocommerce-tabs #reviews #comments .comment .comment_container .comment-text .description {
    margin-top: 14px;
}

.woocommerce-tabs .comments_divider {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    margin-bottom: 33px;
}

.woocommerce div.product .woocommerce-tabs #reviews #review_form_wrapper .reply-title {
    font-family: "Playfair Display", sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: #181c20;
    text-transform: none;
}

.woocommerce div.product .woocommerce-tabs #reviews #review_form_wrapper .comment-form {
    margin-top: 30px;
}

.woocommerce div.product .woocommerce-tabs #reviews #review_form_wrapper .comment-form p.comment-form-rating {
    margin-bottom: 24px;
}

.woocommerce div.product .woocommerce-tabs #reviews #review_form_wrapper .comment-form p.comment-form-rating label {
    margin-right: 22px;
}

.woocommerce div.product .woocommerce-tabs #reviews #review_form_wrapper .comment-form p.stars {
    display: inline-block;
}

.woocommerce div.product .woocommerce-tabs #reviews #review_form_wrapper .comment-form p.stars span {
    position: relative;
    top: 2px;
}

.woocommerce div.product .woocommerce-tabs #reviews #review_form_wrapper .comment-form p.stars a {
    font-size: 12px;
    color: #9aa6b5;
    margin-right: 0;
    width: 17px;
}

p.stars {
    margin: 0!important;
}

p.stars ~p.comment-form-comment {
    margin-top:20px;
}

.woocommerce p.stars.selected a.active::before,
.woocommerce p.stars:hover a::before {
    color: #ffc104;
}

.woocommerce div.product .woocommerce-tabs #reviews #review_form_wrapper .comment-form input[type="text"],
.woocommerce div.product .woocommerce-tabs #reviews #review_form_wrapper .comment-form input[type="email"] {
    height: 50px;
    line-height: 21px;
}

form.comment-form .comment-form-author label,
form.comment-form .comment-form-email label,
form.comment-form .comment-form-comment label {
    display: none;
}

.woocommerce #reviews #comment {
    height: 120px;
    padding: 15px 16px;
    margin-bottom: 10px;
    vertical-align: top;
}

.woocommerce #reviews #comment::-moz-placeholder {
    color: #9aa6b5;
    opacity: 1;
}

.woocommerce #reviews #comment::-webkit-input-placeholder {
    color: #9aa6b5;
}

.woocommerce #reviews input[type="text"] {
    height: auto;
    padding: 12px 15px 10px;
    vertical-align: top;
}

.woocommerce #review_form #respond p.form-submit {
    margin-bottom: 0;
}
.woocommerce #review_form #respond p.comment-form-author {
    margin-bottom: 0;
}

.woocommerce #respond input#submit {
    width: auto;
    height: auto;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: 600;
    margin-bottom: 0;
    color: #FFFFFF;
    padding: 18px 32px;
    background: -moz-linear-gradient(-20deg, #ec1f24 0%,  #ec1f24 50%, #ec1f24 100%);
    background: -webkit-linear-gradient(-20deg, #ec1f24 0%,  #ec1f24 50%, #ec1f24 100%);
    background: linear-gradient(160deg, #ec1f24 0%,  #ec1f24 50%, #ec1f24 100%);
    background-size: 290px 1px;
    border-radius: 30px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.woocommerce #reviews #submit:hover {
    background: -moz-linear-gradient(-20deg, #ec1f24 0%,  #ec1f24 50%, #ec1f24 100%) !important;
    background: -webkit-linear-gradient(-20deg, #ec1f24 0%,  #ec1f24 50%, #ec1f24 100%) !important;
    background: linear-gradient(160deg, #ec1f24 0%,  #ec1f24 50%, #ec1f24 100%) !important;
    background-size: 290px 1px !important;
    background-position: 145px !important;
    color: #FFFFFF !important;
}

.woocommerce div.product .woocommerce-tabs #tab-description {
    margin: 10px 0 0;
}

.woocommerce div.product .woocommerce-tabs #tab-description p {
    margin-bottom: 19px;
}

.woocommerce div.product .woocommerce-tabs #tab-description p:last-child {
    margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs #tab-additional_information {
    margin: 20px 0 0;
}

.woocommerce div.product .woocommerce-tabs #tab-additional_information .shop_attributes {
    margin-bottom: 0;
    border: none;
}

.woocommerce div.product .woocommerce-tabs #tab-additional_information .shop_attributes th,
.woocommerce div.product .woocommerce-tabs #tab-additional_information .shop_attributes td {
    border: none;
    background: none;
    text-align: left;
}

.woocommerce div.product .woocommerce-tabs #tab-additional_information .shop_attributes th {
    font-style: italic;
    font-weight: normal;
    color: #5c6b7e;
}

.woocommerce div.product .woocommerce-tabs #tab-additional_information .shop_attributes td {
    color: #9aa6b5;
}

.related.products h2 {
    font-size: 25px;
    line-height: 25px;
    letter-spacing: 0px;
    margin-bottom: 48px;
}

.related.products ul.products li {
    width: 33.3333% !important;
}

/* Sopping Cart */
.woocommerce-cart .content_block {
    margin-bottom: 60px !important;
}

.woocommerce-cart .page_title {
    margin-top: 5px;
}

.woocommerce-cart .page_title h1 {
    font-weight: 700;
    letter-spacing: 0;
}

.woocommerce-cart .page_title h1 i {
    font-weight: 400;
}

.woocommerce table.shop_table {
    border: none;
    text-align: center;
}

.woocommerce table.shop_table th {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.2px;
    font-style: italic;
    color: #9aa6b5;
    border: none;
}

.woocommerce table.shop_table td {
    border: none;
    border-top: solid 1px rgba(0, 0, 0, .1);
}

.woocommerce table.shop_table tbody .product-remove a.remove {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #5c6b7e !important;
}

.woocommerce table.shop_table tbody .product-remove a.remove:hover {
    background: none;
}

.woocommerce table.shop_table tbody .product-thumbnail {
    padding: 30px 12px;
}

.woocommerce table.shop_table tbody .product-thumbnail img {
    width: 70px;
    height: 70px;
}

.woocommerce table.shop_table tbody .product-name {
    text-align: left;
}

.woocommerce table.shop_table tbody .product-name a {
    color: #5c6b7e;
}

.woocommerce-cart .fl-container.hasRS table.shop_table tbody .product-remove,
.woocommerce-cart .posts-block.hasLS table.shop_table tbody .product-remove {
    width: 50px;
}

.woocommerce-cart .fl-container.hasRS table.shop_table tbody .product-thumbnail,
.woocommerce-cart .posts-block.hasLS table.shop_table tbody .product-thumbnail {
    width: 125px;
}

.woocommerce .quantity .qty {
    width: 66px;
    height: 40px;
    background: #FAFAFA;
    border: solid 1px #FAFAFA;
    border-radius: 30px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.woocommerce-cart table.cart td.actions {
    padding: 50px 0 14px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 270px;
    background: #FAFAFA;
    border: solid 1px #FAFAFA;
    border-radius: 30px;
    padding: 6px 20px;
    margin-right: 10px;
}

.woocommerce-cart table.cart td.actions .coupon input[type="submit"] {
    width: auto;
    display: inline-block;
    float: left;
    padding: 0 30px;
    border-radius: 30px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    letter-spacing: .1em;
    color: #FFFFFF;
    background: -moz-linear-gradient(-20deg, #ec1f24 0%,  #ec1f24 50%, #ec1f24 100%);
    background: -webkit-linear-gradient(-20deg, #ec1f24 0%,  #ec1f24 50%, #ec1f24 100%);
    background: linear-gradient(160deg, #ec1f24 0%,  #ec1f24 50%, #ec1f24 100%);
    background-size: 372px 1px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.woocommerce-cart table.cart td.actions .coupon input[type="submit"]:hover {
    opacity: 1;
}

.woocommerce-cart table.cart td.actions .coupon input[type="submit"]:hover {
    background-position: 186px;
}

.woocommerce-cart table.cart td.actions .cart_table_button_wrapper {
    display: inline-block;
    position: relative;
}

.woocommerce-cart table.cart td.actions input[type="submit"] {
    width: auto;
    display: inline-block;
    opacity: 1;
    float: right;
    font-family: "Open Sans", sans-serif;
    letter-spacing: .1em;
    color: #5c6b7e;
    background: #FAFAFA;
    border-radius: 30px;
    padding: 0 30px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .4s;
    transition: all .4s;
    cursor: inherit;
}

.woocommerce-cart table.cart td.actions input[type="submit"]:hover {
    opacity: 0;
}

.woocommerce-cart table.cart td.actions .cart_table_button_wrapper .button_back {
    padding: 9px 30px 9px;
    opacity: 0;
    text-transform: uppercase;
    letter-spacing: .1em!important;
    font-weight: 600;
    color: #FFFFFF;
    border-radius: 30px;
    background: -moz-linear-gradient(-20deg, #ec1f24 0%,  #ec1f24 100%);
    background: -webkit-linear-gradient(-20deg, #ec1f24 0%,  #ec1f24 100%);
    background: linear-gradient(160deg, #ec1f24 0%,  #ec1f24 100%);
    -webkit-transition: all .4s;
    transition: all .4s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 40px;
}

.woocommerce-cart table.cart td.actions .cart_table_button_wrapper:hover .button_back {
    opacity: 1;
}

.woocommerce-page .cart-collaterals .cart_totals {
    float: left;
}

.woocommerce-page .cart-collaterals .cart_totals h2 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    color: #181c20;
    text-align: left;
    margin-bottom: 20px;
}

.woocommerce-page .cart-collaterals .cart_totals table.shop_table {
    text-align: left;
}

.woocommerce-page .cart-collaterals .cart_totals table.shop_table th,
.woocommerce-page .cart-collaterals .cart_totals table.shop_table td {
    padding: 0;
}

.woocommerce-page .cart-collaterals .cart_totals table.shop_table td {
    color: #9aa6b5;
}

.woocommerce-page .cart-collaterals .cart_totals table.shop_table .cart-subtotal th,
.woocommerce-page .cart-collaterals .cart_totals table.shop_table .cart-subtotal td,
.woocommerce-page .cart-collaterals .cart_totals table.shop_table .shipping th,
.woocommerce-page .cart-collaterals .cart_totals table.shop_table .shipping td,
.woocommerce-page .cart-collaterals .cart_totals table.shop_table .order-total th,
.woocommerce-page .cart-collaterals .cart_totals table.shop_table .order-total td {
    border-top: none;
    padding-bottom: 9px;
}

.woocommerce-page .cart-collaterals .cart_totals table.shop_table th {
    font-weight: 400;
    font-style: normal;
    color: #5c6b7e;
}

.woocommerce-page .cart-collaterals .cart_totals table.shop_table .order-total td strong {
    font-weight: 400;
}

.woocommerce-page .cart-collaterals .cart_totals table.shop_table .shipping td .woocommerce-shipping-calculator p {
    margin-bottom: 0;
}

.woocommerce-page .cart-collaterals .cart_totals table.shop_table .shipping td .woocommerce-shipping-calculator p a {
    color: #5c6b7e;
}

.woocommerce-page .cart-collaterals .cart_totals table.shop_table .shipping td .woocommerce-shipping-calculator .shipping-calculator-form {
    padding: 10px 0;
}

.woocommerce-page .cart-collaterals .cart_totals table.shop_table .shipping td .woocommerce-shipping-calculator .shipping-calculator-form p {
    margin-bottom: 6px;
}

.woocommerce-cart .cart-collaterals .cart_totals table select {
    height: 40px;
    border: solid 1px #FAFAFA;
    border-radius: 30px 0 0 30px;
    padding: 0 15px;
    background: #FAFAFA;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.woocommerce-cart .cart-collaterals .cart_totals table select:focus {
    outline: none;
}

.woocommerce-page .cart-collaterals .cart_totals table.shop_table .shipping td .woocommerce-shipping-calculator .shipping-calculator-form .button {
    width: 100%;
    height: 40px;
    border-radius: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
    background: -moz-linear-gradient(-20deg, #ec1f24 0%,  #ec1f24 50%, #ec1f24 100%);
    background: -webkit-linear-gradient(-20deg, #ec1f24 0%,  #ec1f24 50%, #ec1f24 100%);
    background: linear-gradient(160deg, #ec1f24 0%,  #ec1f24 50%, #ec1f24 100%);
    background-size: 422px 1px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.woocommerce-page .cart-collaterals .cart_totals table.shop_table .shipping td .woocommerce-shipping-calculator .shipping-calculator-form .button:hover {
    background-position: 211px;
}

.woocommerce-cart .wc-proceed-to-checkout {
    padding: 0;
    margin-top: 36px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    width: auto;
    display: inline-block;
    margin-bottom: 0;
    padding: 9px 30px 10px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: .1em;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    background: -moz-linear-gradient(-20deg, #ec1f24 0%,  #ec1f24 50%, #ec1f24 100%);
    background: -webkit-linear-gradient(-20deg, #ec1f24 0%,  #ec1f24 50%, #ec1f24 100%);
    background: linear-gradient(160deg, #ec1f24 0%,  #ec1f24 50%, #ec1f24 100%);
    background-size: 508px 1px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.woocommerce a.checkout-button {
    font-weight: 600;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-position: 254px;
}

/* Woocommerce Checkout Page */
.woocommerce form .form-row .required {
    text-decoration: none;
    color: #5c6b7e;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    background: #FAFAFA;
}

.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message a {
    color: #5c6b7e;
}
.woocommerce .woocommerce-error {
    border-top-color: #ed0335;
}
.woocommerce .woocommerce-info {
    border-top-color: #ec1f24;
}
.woocommerce .woocommerce-message {
    border-top-color: #ec1f24;
}
.woocommerce .woocommerce-error::before {
    color: #ed0335;
}
.woocommerce .woocommerce-info::before {
    color: #ec1f24;
}
.woocommerce .woocommerce-message::before {
    color: #ec1f24;
}
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3 {
    font-size: 18px;
    line-height: 24px;
    color: #181c20;
    letter-spacing: 0;
    text-align: left;
}

.woocommerce-checkout #order_review_heading {
    margin-top: 10px;
}

.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table {
    text-align: left;
}

.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td {
    font-weight: 400;
}

#add_payment_method #payment,
.woocommerce-checkout #payment {
    background: #FAFAFA;
    border-radius: 30px;
}

#add_payment_method #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    border-radius: 20px;
}

.woocommerce-checkout .woocommerce-checkout-payment ul li {
    list-style: none;
}

.woocommerce-checkout .woocommerce-checkout-payment #place_order,
.woocommerce-account .contentarea .woocommerce form input[type="submit"],
.woocommerce-checkout form.checkout_coupon input[type="submit"],
.woocommerce .return-to-shop a.button {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: .1em;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
    background: -moz-linear-gradient(-20deg, #ec1f24 0%,  #ec1f24 50%, #ec1f24 100%);
    background: -webkit-linear-gradient(-20deg, #ec1f24 0%,  #ec1f24 50%, #ec1f24 100%);
    background: linear-gradient(160deg, #ec1f24 0%,  #ec1f24 50%, #ec1f24 100%);
    background-size: 200% 1px;
    border-radius: 30px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.woocommerce .return-to-shop a.button {
    padding: 11px 30px 9px;
}

.woocommerce-checkout .woocommerce-checkout-payment #place_order:hover,
.woocommerce-account .woocommerce form input[type="submit"]:hover,
.woocommerce-checkout form.checkout_coupon input[type="submit"]:hover,
.woocommerce .return-to-shop a.button:hover {
    background-position: -100%;
}

.woocommerce-checkout form.checkout_coupon {
    border-radius: 30px;
}

/* My Account Page */
.woocommerce-account .myaccount_user a,
.woocommerce-account .addresses .title a,
.woocommerce-account form.login .lost_password a {
    color: #5c6b7e;
}

.woocommerce-account .woocommerce form input[type="submit"] {
    margin: 10px 0;
}

.woocommerce-account form.login {
    border-radius: 30px;
}

.address-field .country_select a,
.address-field .state_select a {
    height: 40px;
}

.address-field .country_select a .select2-chosen,
.address-field .state_select a .select2-chosen {
    padding-top: 5px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 78%;
}

.woocommerce-MyAccount-navigation ul li {
    list-style: none;
}

.woocommerce-MyAccount-navigation ul li a {
    color: #5c6b7e;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-info .woocommerce-Button,
.woocommerce .woocommerce-MyAccount-content .button {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    letter-spacing: .1em;
    color: #FFFFFF;
    padding: 9px 30px 10px;
    background: -moz-linear-gradient(-20deg, #ec1f24 0%,  #ec1f24 50%, #ec1f24 100%);
    background: -webkit-linear-gradient(-20deg, #ec1f24 0%,  #ec1f24 50%, #ec1f24 100%);
    background: linear-gradient(160deg, #ec1f24 0%,  #ec1f24 50%, #ec1f24 100%);
    background-size: 200% 1px;
    border-radius: 30px;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-info .woocommerce-Button:hover,
.woocommerce .woocommerce-MyAccount-content .button:hover {
    background: -moz-linear-gradient(-20deg, #ec1f24 0%,  #ec1f24 50%, #ec1f24 100%);
    background: -webkit-linear-gradient(-20deg, #ec1f24 0%,  #ec1f24 50%, #ec1f24 100%);
    background: linear-gradient(160deg, #ec1f24 0%,  #ec1f24 50%, #ec1f24 100%);
    background-size: 200% 1px;
    background-position: -100%;
    color: #FFFFFF;
}

.woocommerce-account header.woocommerce-Address-title {
    background: none;
}

input {
    font-family: "Open Sans", sans-serif;
}

/* Responsive for Woocommerce */
@media only screen and (max-width: 1025px) {
    .woocommerce.post-type-archive-product .shop_title_cont .page-description {
        padding: 0 60px;
    }

    .related.products ul.products li {
        width: 50% !important;
    }

    .woocommerce-account .woocommerce-Addresses .woocommerce-Address {
        width: 100%;
    }

    .woocommerce-page .widget_shopping_cart a.button {
        margin-bottom: 10px;
    }

    .woocommerce-page .widget_shopping_cart a.button.checkout {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 769px) {
    .woocommerce.post-type-archive-product .woocommerce_container ul.products li,
    .related.products ul.products li {
        width: 50% !important;
    }

    .right-sidebar-block,
    .left-sidebar-block {
        padding-left: 30px;
        padding-right: 30px;
    }

    .woocommerce-cart .fl-container.hasRS table.shop_table tbody .product-remove {
        width: auto;
    }

    .woocommerce table.shop_table tr {
        border-bottom: solid 1px rgba(0, 0, 0, .1);
    }

    .woocommerce table.shop_table td {
        border: none;
    }

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background: none;
    }

    .woocommerce table.shop_table .quantity .qty {
        width: auto;
        height: auto;
        text-align: right;
        background: none;
        border: none;
        border-radius: 0;
    }

    .woocommerce-page .cart-collaterals .cart_totals table.shop_table .cart-subtotal th,
    .woocommerce-page .cart-collaterals .cart_totals table.shop_table .cart-subtotal td,
    .woocommerce-page .cart-collaterals .cart_totals table.shop_table .shipping th,
    .woocommerce-page .cart-collaterals .cart_totals table.shop_table .shipping td,
    .woocommerce-page .cart-collaterals .cart_totals table.shop_table .order-total th,
    .woocommerce-page .cart-collaterals .cart_totals table.shop_table .order-total td {
        padding-top: 9px;
    }

    .single-product .woo_wrap {
        margin: 40px 0;
    }

    .woocommerce div.product div.images {
        margin-bottom: 40px;
    }

    .single-product .product .summary {
        width: 100% !important;
    }

    .single-product .woo_wrap {
        margin: 40px 0;
    }

    .woocommerce div.product div.summary {
        margin-bottom: 60px;
    }

    .single-product .product .woocommerce-tabs {
        margin-bottom: 40px;
    }

    .woocommerce-page .widget_shopping_cart a.button {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 737px) {
    .woo_wrap {
        margin-top: 47px;
        margin-bottom: 43px;
    }

    .single-product .woo_wrap {
        margin: 30px 0;
    }

    .woocommerce div.product div.images {
        margin-bottom: 30px;
    }

    .right-sidebar-block,
    .left-sidebar-block {
        margin-top: 20px;
    }

    .woocommerce-cart .content_block,
    .woocommerce-checkout .content_block {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 668px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs {
        position: relative;
        top: -55px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        display: block;
        margin-bottom: 10px;
    }

    .woocommerce div.product .woocommerce-tabs #tab-description {
        margin-top: -60px;
    }

    .woocommerce div.product .woocommerce-tabs #tab-additional_information {
        margin-top: -70px;
    }

    .woocommerce div.product .woocommerce-tabs #tab-reviews {
        margin-top: -50px;
    }

    .woocommerce div.product div.images {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 569px) {
    .woo_wrap {
        margin-top: 17px;
    }

    .woo_wrap .shop_title_cont {
        margin-bottom: 14px;
    }

    .woocommerce-cart .content_block,
    .woocommerce-checkout .content_block {
        margin-top: 20px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
    }
}

@media only screen and (max-width: 415px) {
    .woocommerce.post-type-archive-product .shop_title_cont .page-description {
        padding: 0 40px;
    }

    .woo_wrap .shop_title_cont {
        margin-bottom: 24px;
    }

    .woocommerce.post-type-archive-product .woocommerce_container ul.products li,
    .related.products ul.products li {
        width: 100% !important;
    }

    .woo_wrap .shop_title_cont .entry_title {
        padding: 0 30px;
    }

    .woocommerce_container .woocommerce-result-count {
        display: none;
    }

    .woo_wrap {
        margin-top: 27px;
    }

    .woocommerce-cart table.cart td.actions .coupon .input-text {
        width: 100%;
        margin-bottom: 10px;
    }

    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 100%;
    }
}

@media only screen and (max-width: 321px) {
    .woocommerce-page .widget_shopping_cart a.button {
        margin-bottom: 10px;
    }
}

