.product-price-1 .sale-price del .woocommerce-Price-amount.amount{
	font-size: 12px;
    color: #999999;
    margin-left: 3px;
    text-decoration: line-through;
}
.product-price-1 .sale-price ins{
	text-decoration:none;
}
/* Medium devices (landscape tablets, 1200px and up) */
@media only screen and (min-width: 1200px) {
.fitness_shop_layout  ul.products li.product, .fitness_shop_layout ul.products li.product {
    margin: 0 -0.2% 2.992em 0 !important;
    width: 25.05% !important;
}	
} 

/* Medium devices (landscape tablets, 1200px and down) */
@media only screen and (max-width: 1200px) {
.fitness_shop_layout  ul.products li.product, .fitness_shop_layout ul.products li.product {
	margin: 0 -1.2% 2.992em 0 !important;
    width: 33.33% !important;
	display: inline-block !important;	
}	
} 

/* Large devices (laptops/desktops, 992px and down) */
@media only screen and (max-width: 992px) {
.fitness_shop_layout  ul.products li.product, .fitness_shop_layout ul.products li.product {
	margin: 0 -1.2% 2.992em 0 !important;
    width: 50% !important;
	display: inline-block !important;	
}	
} 

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 575px) {
.fitness_shop_layout  ul.products li.product, .fitness_shop_layout ul.products li.product {
	margin: 0 -1.2% 2.992em 0 !important;
    width: 100% !important;
	display: inline-block !important;	
}	
} 

/*************************
Pagination css starts from here
*************************/
.fitness_shop_layout .woocommerce-pagination{
	text-align: center;
    width: 100%;
}	
.fitness_shop_layout .woocommerce-pagination  li {
    margin-right: 8px;
    margin-bottom: 8px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 30px;
    height: 52px;
    line-height: 52px;
    font-family: Montserrat, san-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background: #f7f7f7;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.fitness_shop_layout .woocommerce-pagination  li a,.fitness_shop_layout .woocommerce-pagination  li span {
    display: block;
    color: #000;
	width: 52px;
	height:52px;
}
.fitness_shop_layout .woocommerce-pagination  li .next,.fitness_shop_layout .woocommerce-pagination  li .prev{
	padding: 0 40px;
    text-align: center;
    width: auto;
}
.fitness_shop_layout .woocommerce-pagination  a:hover,
.fitness_shop_layout .woocommerce-pagination  li .current {
	background-color: #fc3c2a;
	border-radius:30px;
	color: #fff;
}
/*************************
Pagination css Ends from here
*************************/
/*****
Wishlist Button css
**********/
.tm-woowishlist-button-single{
	position: relative;
    display: block;
    width: 55px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #1a1a1a;
    color: white;
    font-size: 12px;
    border-right: 1px solid #2f2f2f;
    -webkit-transition: .4s ease;
    transition: .4s ease;
	border-left: 0;
    border-top: 0;
    border-bottom: 0;	
}
/**************
Quick view css
****************/
.remodal .item-badge.item-badge-red{
	position: absolute;
    background: #fc3c2a;
    border-radius: 50%;
    color: #fff !important;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    padding-top: 14px;
	    z-index: 9;
}
.remodal .input-text{
	font-size: 13px;
    padding: 14px 25px;
    color: #495057;
    border: 1px solid #ced4da;
    outline: none;
	font-style: normal;
    color: #000;
    font-weight: 500;
	font-family: Montserrat, san-serif;
    display: inline-block;
    width: 100px;
    height: 50px;
    background-color: #f2f2f2;
    padding-right: 10px;
}

.remodal select{
	font-size: 13px;
    padding: 14px 25px;
    color: #495057;
    border: 1px solid #ced4da;
    outline: none;
	font-style: normal;
    color: #000;
    font-weight: 500;
	font-family: Montserrat, san-serif;
    display: inline-block;
    width: auto;
    height: 50px;
    background-color: #f2f2f2;
    padding-right: 10px;
	margin-bottom:20px;
}
.remodal .reset_variations{
	background: #000;
    color: #fff;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
}

.remodal .summary-content .price  del .woocommerce-Price-amount.amount{
	font-size: 12px;
    color: #999999 !important;
    margin-left: 3px;
    text-decoration: line-through;
}
.remodal .summary-content .price  ins{
	text-decoration:none;
	
}
#wcqv_contend ins .woocommerce-Price-amount{
	color: #fc3c2a !important;	
}
.woocommerce #wcqv_contend .product .cart .button{
	font-size: 14px !important;
}
.remodal .summary-content label{
	padding:5px;
}
.remodal .woocommerce-grouped-product-list.group_table{
	margin-bottom:20px;
	padding:10px;
}
.remodal .woocommerce-grouped-product-list.group_table tr:nth-child(even){
	background-color:#DFF0D8;
}
.remodal .woocommerce-grouped-product-list.group_table tr:nth-child(odd){
	background-color:#F5F5F5;
}
.remodal .button.product_type_variable.add_to_cart_button{
	background: #fc3c2a;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px !important;
}
.remodal .woocommerce-grouped-product-list.group_table .woocommerce-grouped-product-list-item__label a{
	color:inherit
}
.remodal .woocommerce-grouped-product-list-item__quantity{
	text-align:center;
}
.remodal .woocommerce-grouped-product-list-item__quantity .button.product_type_variable.add_to_cart_button{
	float:none !important
}
.remodal .quantity{
	display:block;
	float:none !important;
}
.remodal .single_add_to_cart_button{
	display:block;
	float:none !important;	
	margin-top:20px;
} 
.remodal #wcqv_contend .woocommerce-Price-amount{
	color:#fc3c2a;
}
.woocommerce-tabs{
	display:none;
}
.fitness-singular-content ul li{
	padding: 18px 0;
}
.fitness-singular-content li:not(:last-child) {
    border-bottom: 1px solid #dddddd;
}
.fitness-singular-content li span:first-child {
    -ms-flex-preferred-size: 155px;
    flex-basis: 155px;
	flex: 0 0 auto;
}
.fitness-singular-content li span:last-child {
	flex: 1 1 auto !important;
}

.fitness_single_layout_upsells{
width:100%;	
}
.fitness_single_layout_upsells.upsells,.fitness_single_layout_upsells.cross_sells, .fitness_single_layout_upsells.related-products{
    padding-top: 45px;
}

.fitness_single_layout_upsells .product-item-1{
	margin-bottom:0;
}
 @media (min-width: 768px) {
.fitness_single_layout_upsells .products li{
    margin: 0 -.3% 2.992em 0 !important;
    width: 25.05% !important;
}
}
/*wishlist page custom css*/
.tm-woowishlist-item .add_to_cart_button{
	border-radius:0px;	
	background-color: #fc3c2a;
	border-color: transparent;
	color: white;	
}
.tm-woowishlist-item .stock {
    color: inherit;
}
.tm-woowishlist-item{
	padding: 10px;
    background: #f3f3f3;
    border-bottom: 3px solid #fc3c2a;
		font-family: Montserrat, san-serif;
}
.tm-woocomerce-list__product-title a{
	color:inherit
}

/* WooCommerce product Gallery */
 
.woocommerce-product-gallery {
position: relative;
}
 
.woocommerce-product-gallery figure {
margin: 0
}
 
.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
width: 25%;
display: inline-block
}
 
.woocommerce-product-gallery .flex-control-thumbs li {
list-style: none;
float: left;
cursor: pointer
}
 
.woocommerce-product-gallery .flex-control-thumbs img {
opacity: .5
}
 
.woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover {
opacity: 1
}
 
.woocommerce-product-gallery img {
display: block
}
 
.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
width: 22%;
margin:5px;
}
 
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width: 22%;
margin:5px;
}
 
.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
width: 22%;
margin:5px;
}
 
.woocommerce-product-gallery__trigger {
position: absolute;
top: 1em;
right: 1em;
z-index: 99;
}
 
a.woocommerce-product-gallery__trigger {
text-decoration: none;
}
 
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
position: absolute;
top: 1.875em;
right: 1.875em;
display: block;
height: 2em;
width: 2em;
border-radius: 3px;
z-index: 99;
text-align: center;
text-indent: -999px;
overflow: hidden;
}
 
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
background-color: #fc3c2a;
color: #ffffff;
}
 
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
background-color: #fc3c2a;
border-color: #1781ae;
color: #ffffff;
}
 
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: block;
content: "\f00e";
line-height: 2;
text-indent: 0;
}
.single-product ol.flex-control-nav.flex-control-thumbs{
margin-top:20px;
padding-left:0;	
}
/***********Single Product layout width distribution************/
.single-product .fitness-single-product-layout .product-detail-1 .product{
	width:100%;
}
@media (min-width: 768px) {
.single-product .fitness-single-product-layout .product-detail-1 .product .images{
	display: inline-block;
	flex: 0 0 41.666667% !important;
    max-width: 41.666667% !important;
    width: 100% !important;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;	
}
.single-product .fitness-single-product-layout .product-detail-1 .product .summary.entry-summary{
    display: inline-block;
	float:none;
	flex: 0 0 58.333333% !important;
    max-width: 58.333333% !important;
	width: 100% !important;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;	
	margin-bottom: 40px;
}
}
.single-product .fitness-single-product-layout .product-detail-1 .product .images img{
	margin-top:0;
	margin:auto;	
}
.single-product .fitness-single-product-layout .product-detail-1 .product .summary.entry-summary .add_to_cart_button   {
    position: relative;
    width: auto;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #1a1a1a;
    color: white;
    font-size: 12px;
    border-right: 1px solid #2f2f2f;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
	padding-left: 15px;
    padding-right: 15px;
}
.single-product .fitness-single-product-layout .product-detail-1 .product .summary.entry-summary .add_to_cart_button:hover{
	background-color:#fc3c2a;
}
.single-product .fitness-single-product-layout .product-detail-1 .product .summary.entry-summary .ronby-view_wishlist-btn{
position: relative;
    display: inline-block;
    width: 55px;
    height: 60px;
    line-height: 63px;
    text-align: center;
    background: #1a1a1a;
    color: white;
    font-size: 12px;
    border-right: 1px solid #2f2f2f;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;

}
.single-product .fitness-single-product-layout .product-detail-1 .product .summary.entry-summary .ronby-woocompare-button{
    position: relative;
    display: inline-block;
    width: 55px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #1a1a1a;
    color: white;
    font-size: 12px;
    border-right: 1px solid #2f2f2f;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
}
.single-product .fitness-single-product-layout .product-detail-1 .product .summary.entry-summary .ronby-view_wishlist-btn:hover,.single-product .fitness-single-product-layout .product-detail-1 .product .summary.entry-summary .ronby-woocompare-button:hover,.single-product .fitness-single-product-layout .product-detail-1 .product .summary.entry-summary .ronby-view-compare-btn:hover,.single-product .fitness-single-product-layout .product-detail-1 .social-6 li:hover,.single-product .fitness-single-product-layout .view-cart.btn:hover{
	background-color:#fc3c2a;	
}
.single-product .fitness-single-product-layout .product-detail-1 .product .summary.entry-summary .ronby-view-compare-btn{
    position: relative;
    display: inline-block;
    width: 55px;
    height: 60px;
    line-height: 62px;
    text-align: center;
    background: #1a1a1a;
    color: white;
    font-size: 12px;
    border-right: 1px solid #2f2f2f;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;	
}
.single-product .fitness-single-product-layout .product-detail-1 input[type=number],.single-product .fitness-single-product-layout .product-detail-1 select{
	    background-color: #f2f2f2;
		border-color: #f2f2f2;
}
.rating_color{
	color: #888888;
	font-size: 12px;
}
.fitness-cart-loader-single{
	width:20px;
	height:20px;
}
.single-product-cart-notice .view-cart.btn{
	background: #1a1a1a;
	border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
	border-radius:0;
}
.single-product-cart-msg{
    background: #f2f2f2;
    padding: 10px;
    border-top: 2px solid #8fae1b;	
	width: 100%;
    max-width: 100%;
}
.stars-rating[data-rate="5"] span,.stars-rating li {
    color: #fc3c2a !important;
	font-size: 10px;
}
.woocommerce ul.products, .woocommerce-page ul.products{
	width:100%;
}
.single-product .fitness-single-product-layout .summary.entry-summary{
	padding-left: 1.5rem !important;
	padding-top: 0;
	margin-bottom: 0 !important;
}
.single-product .fitness-single-product-layout .product-detail-1 .social-6 li{
    background: #1a1a1a;	
}
.single-product .fitness-single-product-layout .summary.entry-summary .fitness_layout_group_table  .add_to_cart_button{
    height: unset !important;
    line-height: unset !important;
    border-radius: 0;
}
.single-product .fitness-single-product-layout .product-detail-1 .product .summary.entry-summary .product_type_grouped.add_to_cart_button{
	height: inherit;
    line-height: inherit;
}
.fitness_layout_group_table .woocommerce-grouped-product-list-item__label a{
display: block;	
}
.fitness_layout_group_table td{
	vertical-align: middle;
}
.fitness-single-product-layout .product_type_external.add_to_cart_button{
	height: inherit !important;
    line-height: inherit !important; 	
}
@media (max-width: 768px) {
.single-product .fitness-single-product-layout .summary.entry-summary{
    float: left !important;
}
}
@media (min-width: 768px) {
.pt-3.summary-container{
	padding-top: 0 !important;
}
}
/******************************************
Start from here cart and checkout page css
******************************************/
.woocommerce-cart-form .shop_table{
border-collapse: collapse !important;
font-family: Montserrat, san-serif;
}
.woocommerce-cart-form .shop_table .product-thumbnail img{
	width: 64px !important;
    height: auto !important;
}
.woocommerce-cart-form .shop_table  .variation,.shop_table .variation p{
	margin-bottom:0;
	font-size: 14px;
}
.woocommerce-cart-form .shop_table  a{
    font-family: Montserrat, san-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #333333;
}
.woocommerce-cart-form .shop_layout_cart_page .custom-number-input input[type=number]{
	max-width: 100px;
    font-weight: 600;
}
.woocommerce-cart-form .shop_table thead tr{
    background: #fc3c2a;	
}
.woocommerce-cart-form .shop_table thead tr th{    
	height: 96px;
    color: white;
    font-size: 13px;
    text-transform: uppercase;
	vertical-align: middle;
    padding: 0 60px;
	text-align:left;
}
.woocommerce-cart-form .shop_table tr:last-child{
	background: #fc3c2a;
}
.woocommerce-cart-form .shop_table tr .actions{
    color: white;
    padding: 18px 36px !important;
	font-family: Montserrat, san-serif;
    font-weight: bold;
    text-transform: uppercase; 	
}
.woocommerce-cart-form .shop_table tbody tr td{
    border: 1px solid #e2e2e2;
    font-size: 14px;
    font-weight: 600;
	padding-top:30px !important;
	padding-bottom:30px !important;
	padding-left: 30px !important;
	font-family: Montserrat, san-serif;
}
.woocommerce-cart-form .shop_table tr .actions .input-text,.woocommerce-cart-form .shop_table tr .product-quantity .quantity .input-text,#calc_shipping_city_field .input-text,#calc_shipping_postcode_field .input-text{
    background: #f2f2f2;
    height: 50px;
    padding: 14px 25px !important;
    font-style: normal;
    font-weight: bold;
    font-family: Montserrat, san-serif;
    color: #222222;
    border: 0 !important;
    width: 155px !important;
	font-size: 12px;
}
.woocommerce-cart-form .shop_table tr .actions .button,.woocommerce-cart-form .shop_table tr .actions .button:disabled[disabled],.shipping-calculator-form .button{
	padding: 14px 48px !important;
    outline: none;
    display: inline-block !important;
    font-size: 12px !important;
    font-weight: bold !important;
    line-height: 20px !important;
    text-align: center !important;
    border: 1px solid !important;
    border-color: transparent !important;
    color: #fff !important;
    background: #2d2d2d;
    border-color: #2d2d2d;
	border-radius:0
}
.woocommerce-cart-form .shop_table tr .actions .button:hover,.shipping-calculator-form .button:hover{
    background: #2d2d2d;
	color: #fff ;
}
.shipping-calculator-form .button{
	margin-left:3px !important;
	color: #222222 !important;
}
.cart_totals h2{	
	font-family: Montserrat, san-serif;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 25px;
    margin-bottom: 40px;
    text-transform: uppercase;	
}
.cart_totals h2::after{
	content: '';
    display: block;
    width: 38px;
    height: 4px;
    background: #fc3c2a;
    position: absolute;
    left: 0;
    bottom: 0;
}
.cart_totals .shop_table {
    padding: 30px;
    background: #121212;
    color: #fff;
    font-family: Montserrat, san-serif;
    font-size: 14px;
    font-weight: 500;
	border:none !important;
	border-radius:0 !important;
}
.shipping-calculator-button{
	color:#fff !important;
}
.shipping-calculator-form .select2-container--default .select2-selection--single{
    border-radius: 0px;  
	height: 50px;	
}
#calc_shipping_state_field span{
	width:100%;
	color: #222222 !important;
}
.shipping-calculator-form .select2-selection__rendered{
    padding: 14px 25px;
    line-height: 20px !important;
    padding-left: 25px !important;
    text-align: left;
}
.shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 26px;
    position: absolute;
    top: 12px;
    right: 1px;
    width: 20px;
}
.shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__arrow b{
left: inherit !important;
right: 12px !important;
top: 15px !important;
}
.wc-proceed-to-checkout .checkout-button{
	font-size: 14px !important;
}
.cart-collaterals{
	margin-top:100px;
}
@media (max-width: 480px) {
.woocommerce-cart-form .shop_table tr .actions .button, .woocommerce-cart-form .shop_table tr .actions .button:disabled[disabled], .shipping-calculator-form .button {
    padding: 14px 30px !important;
}
}
@media (max-width: 575px) {
.cart-collaterals {
    margin-top: 70px;
    padding: 0 15px;
}
}
/*******************************************************************************
checkout page
*****************************************************************************/
#customer_details .col-1,#customer_details .col-2{
	flex: inherit; 
    max-width: inherit; 	
}
#customer_details h3{
	font-family: Montserrat, san-serif;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 25px;
    margin-bottom: 40px;
    text-transform: uppercase;		
}

#customer_details h3::after{
	content: '';
    display: block;
    width: 38px;
    height: 4px;
    background: #fc3c2a;
    position: absolute;
    left: 0;
    bottom: 0;
}
#customer_details label,.woocommerce-MyAccount-content form label{
	display:block;
	width:100%;
	font-family: Arimo;
    font-size: 13px;
    font-weight: normal;
}
#customer_details .input-text,.woocommerce-form.woocommerce-form-login.login .input-text,.woocommerce-form-coupon .input-text,.woocommerce-ResetPassword.lost_reset_password .input-text,.woocommerce-MyAccount-content form .input-text{
    height: 50px;
    padding: 14px 25px !important;
	background: #fbfbfb;
    border-color: transparent;
    font-style: italic;
    font-family: Arimo, san-serif;	
	width:100%;
}
#customer_details #billing_first_name_field{
	float:none;
	width:100%
}
#customer_details #billing_last_name_field{
	float:none;
	width:100%	
}
#customer_details .woocommerce-input-wrapper{
	width:100%;
}

#customer_details .select2-container--default .select2-selection--single{
	height:45px;
	background-color: #fbfbfb;
    border: 0;
    border-radius: 0;
}
#customer_details .select2-selection__rendered{
	padding: 5px;
}
#customer_details .select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 10px;
	padding-right: 25px;
}
 .select2-dropdown.select2-dropdown--below{
	background-color: #fbfbfb;
    border: 0 ;
    border-radius: 0 ;	
}
#customer_details  .form-row{
	margin: 0px 0 25px ;
}
#customer_details .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 35px;
	padding-left: 25px;
}
#order_review_heading{
	font-family: Montserrat, san-serif;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 25px;
    margin-bottom: 40px;
    text-transform: uppercase;		
	margin-left: 16px;
	margin-right: 16px;	
}
#order_review_heading::after{
	content: '';
    display: block;
    width: 38px;
    height: 4px;
    background: #fc3c2a;
    position: absolute;
    left: 0;
    bottom: 0;
}
#order_review{
	margin-left: 16px;
	margin-right: 16px;		
}
#order_review .shop_table tr:last-child{
	background: inherit;
}
#order_review .shop_table thead{
	background: #fc3c2a;
	color:#fff;
}
#order_review .shop_table tfoot tr th{
	text-align:left;
}
#payment #place_order{
    color: white;
	font-size:14px;
}
.woocommerce-info{
	border-left:0;
}
.woocommerce-info a,#payment a,.woocommerce-form.woocommerce-form-login.login a{
	color:#B91319 
}
.woocommerce-form.woocommerce-form-login.login .button,.woocommerce-form-coupon .button{
	font-size: 14px !important;
	color:#fff !important;	
	margin-right: 10px;
}

.woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row{
	margin-left: 0px;
	padding-left: 0px;
}

/*****************
My account page css
******************/
@media only screen and (min-width: 600px) {
.woocommerce-MyAccount-navigation{
	width:18%;
	float:left;
}
.woocommerce-MyAccount-content{
	width:80%;
	float:right;	
}	
} 

.woocommerce-MyAccount-navigation li{
	padding:10px;
}
.woocommerce-MyAccount-navigation li:nth-child(even){
	background-color:#F5DCDD
}
.woocommerce-MyAccount-navigation li:nth-child(odd){
	background-color:#F5F5F5
}
.woocommerce-MyAccount-navigation{
	border:1px solid #d3d3d3;
}
.woocommerce-MyAccount-navigation a{
	color:#000;
}
.woocommerce-MyAccount-content .col-1, .woocommerce-MyAccount-content .col-2{
	 flex: inherit; 
     max-width: inherit; 
}
.woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title h3,.woocommerce-MyAccount-content form h3{
	font-family: Montserrat, san-serif;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 25px;
    margin-bottom: 40px;
    text-transform: uppercase;	
}
.woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title h3::after,.woocommerce-MyAccount-content form h3::after{
	content: '';
    display: block;
    width: 38px;
    height: 4px;
    background: #fc3c2a;
    position: absolute;
    left: 0;
    bottom: 0;		
}
.woocommerce-MyAccount-content form .woocommerce-input-wrapper{
	width:100%;	
}
.woocommerce-MyAccount-content form .form-row{
	margin-bottom:30px;
	margin-left:0;
}
.woocommerce-MyAccount-content a{
	color:#B91319 
}
.checkout_coupon.woocommerce-form-coupon .button{
	padding:18px;
}
.checkout_coupon.woocommerce-form-coupon .form-row-first{
	padding-left:0;
}
/*************
Cross Sells css
**************/
.cart-collaterals .cross-sells h2{
	font-family: Montserrat, san-serif;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 25px;
    margin-bottom: 40px;
    text-transform: uppercase;		
}

.cart-collaterals .cross-sells h2::after{
	content: '';
    display: block;
    width: 38px;
    height: 4px;
    background: #fc3c2a;
    position: absolute;
    left: 0;
    bottom: 0;	
}
.cart-collaterals .product-item-1{
	margin-bottom:20px;
}
.tm-woowishlist-item .added_to_cart{
    background-color: #fc3c2a;
    border-radius: 0px;
    padding: 14px 48px;
    display: inline-block;
    text-align: center;
    margin-top: 14px;
    margin-left: 132px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
.woocommerce-cart-form table.shop_table tbody tr:nth-of-type(odd) td{
	border-right: 1px solid #fff;
}
.woocommerce-cart-form table.shop_table tbody tr:nth-of-type(odd) td:last-child{
	border-right: none;
}
.woocommerce a.remove {
    padding: 0px;
}