.woocommerce div.product p.price, .woocommerce div.product span.price {
        font-size: 27px;
    color: #fc3d6a;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: auto;
}
.shop-detail_inner .add_to_cart {
    text-align: center;
    overflow: hidden;
    -webkit-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    transition: 0.4s linear;
    margin: 0px;
    margin-right: 10px;
    float: left;
    margin-bottom: 15px;
}
.shop-detail_inner  .add_to_cart button {
    background-color: #fc3d6a;
    border-color: #fc3d6a;
    width: 100%;
    color: #fff;
    text-decoration: none;
    float: left;
    font-weight: bold;
    margin-right: 10px !important;
    font-size: 14px;
    padding:10px 7px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 22px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    text-decoration: none;
    width: 150px;
    text-align: center;
}
.shop-detail_inner  .add_to_cart:hover button {
	background-color: #222;
}
.shop-detail_inner .add_to_buynow{
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
}
.shop-detail_inner  .add_to_buynow button {
    background-color: #08b958;
    border-color: #08b958;
    width: 100%;
    color: #fff;
    text-decoration: none;
    float: left;
    font-weight: bold;
    margin-right: 10px !important;
    font-size: 14px;
    padding:10px 7px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 22px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    text-decoration: none;
    width: 150px;
    text-align: center;
}
.shop-detail_inner  .add_to_buynow:hover button {
	background-color: #222;
}
.mini_cart_item .cart-img .size-woocommerce_thumbnail{ max-width: 100px;
max-height: 100px;
width: 100%;} 
header .user-basket span.woocommerce-Price-currencySymbol,header .user-basket span.woocommerce-Price-amount{width:auto;} 
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img{width: 100px;}
.shop-detail .yith-wcwl-add-to-wishlist{display:none}
.woocommerce div.product form.cart .reset_variations{ display:none !important}
.woocommerce div.product form.cart .variations label{font-weight: normal !important;}
.woocommerce div.product form.cart .variations td.label{color: #333; font-size: 14px;}
.woocommerce div.product form.cart .variations td.label:after{ content:" : "}