.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce button.button.alt.disabled {
    padding: 15px 20px 15px 20px;
    background: #1b2a2f;
    color: #fff;
    -webkit-transition: .5s cubic-bezier(.86, 0, .07, 1);
    -o-transition: .5s cubic-bezier(.86, 0, .07, 1);
    transition: .5s cubic-bezier(.86, 0, .07, 1);
    display: inline-block;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 0px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce button.button.alt.disabled:hover {
    background: #1b2a2f;
    color: #fff;
    font-weight: 500;
}
.woocommerce-product-details__short-description{
	padding:15px 0px 25px 0px;
}
.woocommerce .quantity .qty{
	height:34px;
}
#review_form_wrapper  form p{
	float:left;
	width:100%;
}

#review_form_wrapper input,
#review_form_wrapper textarea
 {
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	color: #000;
}

#review_form_wrapper input:focus,
#review_form_wrapper textarea:focus  {
	border-bottom: 1px solid #000;
}

#review_form_wrapper ::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
#review_form_wrapper ::-moz-placeholder {
	color: #000;
	opacity: 1;
}
#review_form_wrapper :-ms-input-placeholder {
	color: #000;
	opacity: .1;
}
#review_form_wrapper ::placeholder {
	color: #000;
	opacity: 1;
}
.comment-form-rating{
	float:left;
	width:100%;
}
.woocommerce #review_form #respond p.star{
	margin-top: 10px!important;
}
.woocommerce div.product .woocommerce-product-rating{
	margin-bottom:10px;
	margin-top:10px;
}
.woocommerce-Reviews .comments-list,
#comments,
#review_form_wrapper,
.comment,
#review_form_wrapper #reply-title{
	float:left;
	width:100%;
}
.woocommerce #comments .star-rating{
	float:left;
	margin: 10px 0px;
    font-size: 12px;
}
.woocommerce-Reviews label{
	padding-bottom: 15px;
    float: left;
    width: 100%;
}
.woocommerce #reviews #comment{
	height:150px;
}
.woocommerce-cart .woocommerce,
.woocommerce-account .woocommerces{
	float:left;
	width:100%;
}
.shop_table tbody tr .product-remove a {
    position: relative;
    font-size: 18px;
    width: 21px;
    line-height: 20px;
    height: 21px;
    border-radius: 0px;
    background-color: #000;
    color: #fff!important;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    transition: background-color .3s ease;
}
.woocommerce.widget_shopping_cart .cart_list li a.remove{
	font-size: 18px;
	top:1px;
    width: 21px;
    line-height: 20px;
    height: 21px;
    border-radius: 0px;
    background-color: #000;
    color: #fff!important;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    transition: background-color .3s ease;
}
.woocommerce .woocommerce-cart-form  table.shop_table {
    margin-bottom: 10px;
    border-collapse: collapse;
    border-width: 0;
    width: 100%;
}

.woocommerce-cart-form .shop_table tbody tr td {
    padding: 15px 10px;
    vertical-align: top;
    border: none!important;
	font-size: 12px;
    text-transform: uppercase;
	border-left: 0;
    color: #292929;
	line-height: 40px;
	font-weight:400;
    
}


.woocommerce-cart-form .shop_table thead {
    background: transparent;
    border-bottom: 1px solid #e8e8e8;
}

.woocommerce table.shop_table th, .woocommerce .shop_table thead th.box-name {
    font-size: 14px;
    text-transform: uppercase;
	border-left: 0;
    color: #292929;
	border:none;
    
}

.woocommerce-cart-form .shop_table tbody tr .product-thumbnail img {
    width: 80px;
    height: auto;
}
.woocommerce-page table.cart td.actions {
    padding: 30px 25px;
    border: 1px solid #e8e8e8!important;
}
td.product-name a{
	color:#000;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text{
padding: 6px 6px 9px;	
}
td, th{
	border: 1px solid #ebe9eb;
}
#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th{
	border-bottom:0px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
	width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    color: #000;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: normal;
    text-align: center;
    -webkit-transition: .5s cubic-bezier(.225, 1, .316, .99);
    -o-transition: .5s cubic-bezier(.225, 1, .316, .99);
    transition: .5s cubic-bezier(.225, 1, .316, .99);
}
.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus {
    border: 1px solid #000;
}
.woocommerce form .form-row textarea{
	height:150px;
}
.woocommerce-checkout h2, 
.woocommerce-checkout h3,
.woocommerce-account .addresses .title h3{
	font-family: 'Montserrat', sans-serif;
    font-size: calc(10px + 1vw);
    font-weight: 300;
    line-height: 1.2;
	margin-bottom:30px;
}
.woocommerce form .form-row label{
	font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2;
	margin-bottom:15px;
}

.select2-container .select2-selection--single{
	padding:20px;
	text-align:left;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
	background: transparent;
    border: 1px solid rgba(0, 0, 0, .2);
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-style: solid;
    border-width: 1px;
	outline:none;
	min-height: 58px;
	border-radius:0px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #8c8b8b;
    line-height: 16px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	top: 27px;
    border: none;
    left: unset;
    right: 0px;
	
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:after{
	content: '';
    display: block;
    height: 6px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 22px;
    top: 50%;
    z-index: 5;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:after{
	border-bottom: 2px solid #d20120;
    border-right: 2px solid #d20120;
}
.select2-container{
	color:#000;
}
.woocommerce-form-coupon .input-text{
	padding:12px!important;
	margin-bottom:10px!important;
}
.woocommerce-edit-account fieldset{
	margin-bottom:30px;
}
.woocommerce .star-rating::before,
.woocommerce ul.products li.product .star-rating,
.woocommerce #comments .star-rating,
.woocommerce .widget_rating_filter ul li .star-rating,
.woocommerce ul.product_list_widget li .star-rating,
.woocommerce div.product .woocommerce-product-rating{
	color:#d20120;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
	background-color:#d20120;
}
.woocommerce ul.products li.product .onsale{
	top:15px;
	right:15px;
	background:#000;
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
}
.woocommerce ul.product_list_widget li img{
	max-width:100%;
	width:100%;
	float:unset;
	-webkit-transition: 1s cubic-bezier(.17, .85, .438, .99);
	-o-transition: 1s cubic-bezier(.17, .85, .438, .99);
	transition: 1s cubic-bezier(.17, .85, .438, .99);
}


.woocommerce ul.product_list_widget li .hover-box:hover img{
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
.woocommerce .woocommerce-ordering select{
	text-transform:capitalize;
	padding-top:9px;
}
.woocommerce-result-count{
	padding-top:9px;
}
.woocommerce .widget_price_filter .price_slider_amount .button{
	font-size:10px;
}
.woocommerce ul.product_list_widget li .star-rating{
	margin-bottom: 10px;
    font-size: 12px;
}

.woocommerce a.added_to_cart {
    padding-top: 0.5em;
    display: inline-block;
    color: #000;
    padding-left: 16px;
	font-family: 'Montserrat', sans-serif;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order,
.woocommerce-Address-title{
	margin-top:20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a{
	font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}
.woocommerce img.header-logo__img, 
.woocommerce-page img.header-logo__img{
	height:20px;
}
.woocommerce-product-details__short-description p{
	margin-bottom:15px;
	font-weight:300;
}
.summary.entry-summary .price{
	float:left;
	width:100%;
	margin:10px 0px;
}

.woocommerce .vertical .header-logo__img,
.woocommerce-page .vertical .header-logo__img{
	height:auto;
}

.woocommerce span.onsale{
	top:15px;
	left:15px;
	background:#000;
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
	
}

@media only screen and (max-width: 767px) {
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    float: left;
    clear: both;
    margin: 0px 0px 30px 0px;
}
}