/*
    Custom WooCommerce style
*/
/* Breadcrumb */
/* Shop page area background */
.shop-page-area {
    background: #F8FAF9;
}
nav.woocommerce-breadcrumb {
    margin-top: 20px !important;
    font-size: 16px !important;
    font-weight: 600;
    color: #333 !important;
}
nav.woocommerce-breadcrumb a {
    color: #333;
}


.woocommerce a.added_to_cart {
    padding: 12px 0;
    display: block;
    width: 100%;
    background: #ff5bad;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

/* Star rating */
.woocommerce .star-rating {
    float: left;
    display: block;
    width: 100%;
}
.woocommerce .star-rating {
    /* float: right; */
    font-family: star;
    color: #ffa906;
    /* letter-spacing: 3px; */
    margin-bottom: 10px;
}
/* Pricing style */
/* .woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #f71717;
    font-size: 1.25em;
    width: 100%;
    display: block;
    float: left;
} */

a.button.wp-element-button {
    background: none;
    display: block;
    transition: 0.3s;
    position: relative;
    margin-top: 18px;
}
a.button.wp-element-button:hover {
    background: none;
    color: #333;
}
a.button.wp-element-button:before {
    content: "";
    background: #f2f2f2;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 40px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    margin-bottom: 30px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #232423;
    font-size: 18px;
    font-weight: 600;
}

.product-price {
    min-height: 54px;
}

/* Mini cart */
.header-right-margin-act {
    position: relative;
}
.header-right-margin-act .debue-minicart {
    position: absolute;
    right: 0;
    top: 110px;
    background: #fff;
    width: 364px;
    box-shadow: 0 0 10px 2px #ddd;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
ul.debue-minicart >li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.min-cart-header {
    border-bottom: 1px solid #ddd;
    padding: 25px;
}
.min-cart-header a {
    color: #555;
    font-weight: 500;
}
.min-cart-header a h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.mini-cart-wrapper {
    padding: 20px 30px;
}
.min-cart-img {
    float: left;
}
.min-cart-img img {
    width: 70px;
}
.min-cart-content {
    float: left;
}
.min-cart-content h3 a {
    font-size: 16px;
    color: #333;
}
.min-cart-price {
    float: left;
}
.min-cart-delete-item {
    float: right;
}
.min-cart-delete-item > a .fa {
    font-weight: 600;
    color: #ccc;
}
.subtotal-price-calc {
    padding: 20px 30px;
    font-size: 18px;
    font-weight: 500;
}
li.border-b-none {
    border-bottom: 0 !important;
}
.min-cart-action-btn {
    padding: 20px 30px;
}
.debue-minicart .min-cart-action-btn a {
    display: block;
    background: #f3f3f3;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 12px 40px;
    border-radius: 50px;
}
.min-cart-action-btn a.min-view-cart {
    color: #333;
}
.min-cart-action-btn a.min-checkout-link {
    background: #f22e90;
    color: #fff;
    font-weight: 500;
}
.debue-cart-btn i:hover {
    color: #f3f3f3;
    background: #ff1a8c;
}
.debue-cart-btn:hover .debue-minicart {
    opacity: 1;
    visibility: visible;
    top: 76px;
}

/*Shopping cart checkout page*/
.debue-shopping-cart thead> tr > th {
    font-size: 18px;
}
.debue-shopping-cart > tbody > tr > td {
    vertical-align: middle;
    padding: 12px 8px;
}
.debue-shopping-cart > tbody > tr > td a span {
    color: #333;
    font-size: 18px;
}
.debue-shopping-cart > tbody > tr > td > input.form-control {
    width: 60px;
    padding: 10px 12px;
    font-size: 15px;
    height: 40px;
    border-radius: 3px;
}


.cart-summery {
    border: 1px solid #ddd;
    padding: 20px 30px;
}
/* Thumbnail size */
.table.debue-shopping-cart .woocommerce img, .woocommerce-page > img {
    max-width: 15%;
}