.woocommerce .woocommerce-ordering select.orderby {
	padding:5px 15px;
	background-color: transparent;
}

.woocommerce nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul{
	border:0;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    font-size: 24px;
    font-weight: 300;
    margin: 1px;
    padding: 8px 18px;
    background-color: #fff;	
}

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

/* form */

.woocommerce form .form-row input.input-text,
.select2-container--default .select2-selection--single{
	height:50px;
	border-color: #e9eff4;
    border-radius: 5px;
    margin-bottom: 10px;	
	padding:5px 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height:36px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	right:15px;
	top:0;
	height:50px;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
font-size: 14px;
    color: #fff;
    font-weight: 700;
    padding: 10px 30px;
    border-radius: 5px;
    text-transform: uppercase;
    border: 1px solid #ed1c24;
}

.woocommerce button.button {
	margin-right:15px;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
	background-color: transparent;
}

.lost_password a {
	color:#989898;
}

.edit-account fieldset {
	margin-bottom:30px;
}

.woocommerce table.my_account_orders td, 
.woocommerce table.my_account_orders th {
    padding: 15px 20px;
}

.woocommerce address br {
    margin-bottom: 10px;
    display: block;
}

.woocommerce form h3 {
    margin-top: 0;
}

.woocommerce .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    border-bottom: 1px solid #e9eff4;
    padding: 8px 0 8px 20px;
    display: block;
    color: #4F4F4F;
    font-size: 16px;
    text-decoration: none;
	position:relative;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before{
    content: "";
    display: inline-block;
    width: 0;
    height: 4px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #4F4F4F;
    position: absolute;
    top: 15px;
    left: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before{
	border-left: 4px solid #ed1c24;
}

.woocommerce-page #content table.cart td.actions .input-text, 
.woocommerce-page table.cart td.actions .input-text {
	width:140px;
	text-align:center;
	padding:5px;
}

.woocommerce table.cart td.actions .coupon .button {
	margin-left:80px;
}

.woocommerce .quantity .qty {
	width:80px;
}

.woocommerce #content table.cart td.actions, 
.woocommerce table.cart td.actions, 
.woocommerce-page #content table.cart td.actions, 
.woocommerce-page table.cart td.actions {
	padding:20px 15px;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, .woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled] {
	padding:10px 20px;
	color:#fff;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
	background-color: #ed1c24;
    border: 1px solid #ed1c24;	
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
	background-color: transparent;
}

.woocommerce form .form-row.woocommerce-validated .select2-container, 
.woocommerce form .form-row.woocommerce-validated input.input-text, 
.woocommerce form .form-row.woocommerce-validated select {
	border-color: #e9eff4;
}

.wpcf7 .wpcf7-form-control,
.woocommerce div.product form.cart .variations select,
.woocommerce form .form-row .input-text, 
.woocommerce-page form .form-row .input-text{
    height: 50px;
	font-weight:normal;
    border-color: #e9eff4;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 5px 20px;  
	width:100%;
}

.woocommerce div.product div.images .flex-control-thumbs {
	margin-top: 20px;
}

.woocommerce div.product form.cart .variations select {
	margin-bottom:0;
}

.wpcf7 form label {
	width:100%;
}

.wpcf7 input[type="date"] {
	padding: 12px 20px; 
}

.wpcf7 textarea,
.woocommerce form .form-row textarea,
.woocommerce #review_form #respond textarea,
.woocommerce-page form .form-row textarea.input-text{
	height:200px;
	resize:none;
	padding:15px 20px;
	border-radius: 5px;
}

body.page-template-default .woo-login-popup-sc-modal .woocommerce-Button {
	height:50px;
}

body.page-template-default .woo-login-popup-sc-modal .woocommerce-Button:hover {
	background-color: transparent;
}

body.page-template-default .woo-login-popup-sc-modal .woo-login-popup-sc-close a {
	width:20px;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce-page #content table.cart td.actions .input-text:focus, 
.woocommerce-page table.cart td.actions .input-text:focus,
.wpcf7 .wpcf7-form-control:focus,
.wpcf7 .wpcf7-form-control.wpcf7-submit:hover,
.woocommerce-product-search input[type="search"]:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce #review_form #respond textarea:focus,
.woocommerce-message, .woocommerce-info,
.woocommerce form .form-row .input-text:focus, 
.woocommerce-page form .form-row .input-text:focus,
body.page-template-default .woo-login-popup-sc-modal .woocommerce-Button{
    border-color: #ed1c24;
}


.lost_password a:hover,
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.wpcf7 .wpcf7-form-control.wpcf7-submit:hover,
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, 
.woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce ul.products li.product a.button,
.comment-form-rating a, .woocommerce-message::before,
.woocommerce-info::before, .icheckbox_minimal.checked:before,
.woocommerce-info a, .woocommerce ul.products li.product a.button:hover,
.woocommerce ul.products li.product a.added_to_cart,
body.page-template-default .woo-login-popup-sc-modal .woocommerce-Button:hover,
body .woo-login-popup-sc-modal .woocommerce-LostPassword a:hover, 
body .woo-login-popup-sc-modal .woocommerce-plogin a:hover,
.product_meta a:hover{
	color:#ed1c24;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce span.onsale,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce .psingle_add_to_cart_button,
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover,
body.page-template-default .woo-login-popup-sc-modal .woo-login-popup-sc-close a:hover:before,
body.page-template-default .woo-login-popup-sc-modal .woo-login-popup-sc-close a:hover:after,
.woocommerce ul.products li.product .added_to_cart:hover, .woocommerce a.remove:hover{
    background-color: #ed1c24;	
}

.wpcf7 .wpcf7-form-control.wpcf7-file {
    padding: 0;
	height:inherit;
	width:inherit;
}

.wpcf7 .wpcf7-form-control.wpcf7-submit {
	padding:10px 30px;
	height:inherit;
	cursor:pointer;
	width:inherit;
}

.wpcf7 .wpcf7-form-control.wpcf7-submit:hover {
	background-color: transparent;
}

.wpcf7 .wpcf7-form-control.wpcf7-range {
	padding:0;
}

.icheckbox_minimal{
    position: relative;
}

span.wpcf7-list-item {
	margin: 0 20px 0 0;
	text-align:left;
}

.icheckbox_minimal, 
.iradio_minimal {
	background-image: none !important;	
}

.icheckbox_minimal:before {
    position: absolute;
    content: "\f096";
	color:#494949;
    left: 0;
    top: -4px;
	font-size:20px;
    font-family: "fontawesome";
}

.icheckbox_minimal.checked:before {
	 content: "\f14a";
}

span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after {
	display:none;
}

.iradio_minimal:before {
	color:#494949;
    position: absolute;
    content: "\f10c";
    left: 0;
    top: -4px;
	font-size:20px;
    font-family: "fontawesome";	
}

.iradio_minimal.checked:before {
	content: "\f058";
	color:#ed1c24;
}

.wpcf7-list-item-label {
	text-align:left;
	padding:0 10px;
	display:inline-block;
}

.wpcf7-form-control.wpcf7-checkbox,
.wpcf7-form-control.wpcf7-radio{
	padding:0;
}


/* products */

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    text-align: center;
    background-color: #fff;
    padding-bottom: 20px;
	margin-bottom:30px;
}
 
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
	font-size:18px;
	font-weight: normal;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price, 
.woocommerce div.product span.price{
	color:#494949;
	font-weight:700;
}

.woocommerce ul.products li.product a.button {
	font-size:12px;
	padding:10px 25px;
    position: absolute;
    top: 230px;
    margin-top: 0;
    left: 50%;
	margin-left: -65px;
	color:#fff;
	opacity:0;
	border-radius:4px;
}

.woocommerce ul.products li.product:hover a.button {
	opacity:1;
	top: 200px;
	color:#fff;
}

.woocommerce ul.products li.product a.button:hover {
	background-color:rgba(255, 255, 255, 0.6);
	color: #ed1c24;
}

.woocommerce ul.products li.product .added_to_cart {
    position: absolute;
    top: 160px;	
	background-color:#fff;
	padding:5px 15px;
	left: 50%;
	margin-left: -45px;
	border-radius:4px;
}

.woocommerce ul.products li.product .added_to_cart:hover {
	color:#fff !important;
}

.woocommerce span.onsale {
	width:45px;
	height:45px;
	line-height:40px;
}

.woocommerce .star-rating {
	color:#ffcc00;
}

.woocommerce .products .star-rating {
	text-align:center;
	display:inline-block;
}

.woocommerce div.product .woocommerce-tabs .panel {
	padding:20px 30px;
	box-shadow:none;
	border:0 !important;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
	margin:0 0 15px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding-left:5px;
}

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

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin-right:5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
	margin-right:0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border: 0;
	padding:0;
	border-radius:0;
	background-color: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color:#494949;
	padding: 10px 20px;
	border-radius:4px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a{
	color:#fff;
}

.woocommerce #review_form #respond .form-submit input {
	margin-top:10px;
}

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

.woocommerce .quantity .qty {
	border-radius:5px;
}

.woocommerce-message::before {
	left:0;
}

.woocommerce-message {
	padding: 15px 0 15px 25px;
}

.woocommerce-form-login .icheckbox_minimal:before {
	top:-10px;
}

.related.products h2,
.up-sells.upsells.products h2{
	margin-bottom:30px;
}

.woocommerce div.product form.cart .variations label {
	color:#494949;
	margin-top:15px;
	font-size:14px;
}

.create-account .icheckbox_minimal:before {
    top: -12px;
}

.product-name a,
.woocommerce-order-details a{
	color:#4f4f4f;
}

.tr-dropdown-menu .woocommerce-mini-cart li a.remove{
	color:#4f4f4f !important;
}

.woocommerce p.stars a {
	color:#fec42d;
}

/* widget */

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

.woocommerce-product-search input[type="search"] {
    width: 100%;
    height: 60px;
    color: #454545;
    border: 1px solid #fff;
    padding: 5px 75px 5px 20px;
    font-weight: 300;	
}

.woocommerce-product-search button {
	position:absolute;
	right:0;
	top:0;
	padding:5px 10px;
	height:100%;
	border-radius:0;
	border:0;
}

.woocommerce ul.cart_list, 
.woocommerce ul.product_list_widget,
.woocommerce .woocommerce-widget-layered-nav-lista,
.woocommerce .woocommerce-widget-layered-nav-list,
.woocommerce .widget_rating_filter ul{
    padding: 10px 30px 20px;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .widget_rating_filter ul li a{
	    padding: 10px 30px;
}

.woocommerce .woocommerce-widget-layered-nav-list li {
	display:block;
	width:100%;
}

.woocommerce .woocommerce-widget-layered-nav-list li a {
	float:left;
	width:80%;
}

.woocommerce .woocommerce-widget-layered-nav-list li a:hover,
.woocommerce ul.product_list_widget li a:hover{
	color:#ed1c24;
	background-color:transparent;
}

.woocommerce .woocommerce-widget-layered-nav-list li span {
	float:right;
	margin-top:8px;
}

.woocommerce ul.product_list_widget li img {
	width:50px;
}

.widget.widget_price_filter form {
    padding: 30px 30px 20px;
    overflow: hidden;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #f7f7f7;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
	font-size:12px;
	padding:8px 15px;
	margin-right:5px;
}

.widget.woocommerce.widget_rating_filter ul li a:hover {
	color:#4f4f4f;
	background-color: transparent;
}

.widget ul.children {
    padding: 0 0 0 15px;
}


/* transition */

.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order,
.wpcf7 .wpcf7-form-control.wpcf7-submit,
.wpcf7 .wpcf7-form-control,
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce #review_form #respond .form-submit input,
.woocommerce div.product form.cart .button,
.woocommerce table.cart td.actions .coupon .button,
.woocommerce .cart .button, .woocommerce .cart input.button,
.woocommerce button.button, .input-text,
body.page-template-default .woo-login-popup-sc-modal .woocommerce-Button{
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;	
}