/*
Theme Name:     Biolife Child
Description:    Biolife Child is a modern, clean and professional WooCommerce Wordpress Theme, It is fully responsive, it looks stunning on all types of screens and devices.
Author:         Kutethemes
Template:       biolife
Author URI:   https://kutethemes.com/
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, translation-ready
Text Domain:  biolife-child
Market:         Envato
*/
.ovic-iconbox.style2 .box-icon{
	max-width:50px
}
.ovic-iconbox.style5 .box-icon>img{
    max-width:40px;
    margin: -10px auto 0;
}
.ovic-iconbox.style2 .box-icon>img{
    max-width:50px;
    margin: -10px auto 0;
}

body div.block-minicart.ovic-mini-cart,
body li.menu-item.block-userlink.ovic-dropdown{
    display: inline-block;
}
.ovic-shop-filter{
    display: none;
}

body .products .price{
    display: none !important;
}

body .growl.growl-notice{
    background-color: white;
    -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
body .growl.growl-notice .growl-title{
    display: none;
}

@media (max-width: 991px) {
    .woocommerce-product-gallery {
        max-width: 250px;
        margin: 0 auto;
        margin-bottom: 35px;
    }
    .single-product form.cart{
        display: flex;
        align-items: center;
    }
    .single-product form.cart .quantity{
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .single-product  form.cart .single_add_to_cart_button{
        margin-left: auto;
        margin-bottom: 0;
    }
    .single-product .entry-summary .left_summary_content{
        margin-bottom: 30px;
    }
    #header.header{
        display: block;
    }
    #header.header .header-middle,
    #header.header .ovic-menu-wapper.horizontal:first-of-type{
        display: none;
    }
    #header.header .ovic-menu-wapper.horizontal{
        text-align: left;
    }
    #header.header .ovic-menu-wapper.horizontal > ul{
        display: flex;
    }
    #header.header .ovic-menu-wapper.horizontal ul li:first-of-type{
        display: none;
    }
    #header.header .ovic-menu-wapper.horizontal ul li:last-of-type{
        margin-left: auto;
    }
    body .header-mobile .header-settings > a{
        border:none;
    }
    body .header-mobile .group-cart-link{
        border:none;
        padding:0;
    }
    body .header-mobile .block-minicart .text-bag,
    body .header-mobile .block-minicart .text-btn{
        display: none;
    }
    body .header-mobile .block-minicart .count{
        font-size: 14px;
        color: #fff;
        height: 19px;
        min-width: 19px;
        text-align: center;
        line-height: 19px;
        font-weight: 600;
        border-radius: 50%;
        position: absolute;
        top: 9px;
        left: -12px;
        background-color: #e73918;
    }
    body.woocommerce-account .breadcrumbs + .woocommerce{
        display: flex;
        flex-direction: column-reverse;
    }

    .woocommerce-orders-table tbody td{
        display: block;
        width: 100%;
        border-bottom: 0;
        border-top:0;
    }
    .woocommerce-orders-table tbody tr td:first-of-type{
        border-color: #e6e6e6;
        border-style: solid;
        border-top-width: 1px;
    }
    .woocommerce-orders-table tbody tr td:last-of-type{
        border-color: #e6e6e6;
        border-style: solid;
        border-bottom-width: 1px;
    }

}


.woocommerce-orders-table thead th{
    display: none;
}

.woocommerce-orders-table .order-items-list{
    padding-left: 20px;
    margin-top: 15px;
}
.shop_table_responsive tr td:before{
    content:none;
}
.woocommerce-orders-table .woocommerce-button.button.pay{
    display: none;
}
.woocommerce-orders-table .woocommerce-button{
    margin-right: 10px;
    margin-bottom: 10px;
}

.woocommerce-orders-table .woocommerce-button.button.cancel{
    background-color: #ccc;
    color: #333;
}
.woocommerce-orders-table .woocommerce-orders-table__cell-order-total,
.woocommerce-orders-table .woocommerce-orders-table__cell-order-status,
.woocommerce-orders-table .woocommerce-orders-table__cell-order-date{
    display: none;
}


.custom-cart-items-list {
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px;
}

.custom-cart-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.custom-cart-item img {
    max-width: 100px;
    margin-right: 10px;
}

.custom-cart-item-name {
    flex-grow: 1;
}

.custom-cart-item div{
    display: flex;
    flex-direction: column;
}
.custom-cart-item div div{
    flex-direction: row;
    align-items: center;
}
.custom-cart-item-quantity {
    font-weight: bold;
}

.custom-cart-item div input{
    max-width: 50px;
    margin-left: 20px;
}

.custom-cart-buttons .button{
    margin-right: 10px;
    margin-bottom: 15px;
}
body .custom-cart-buttons .button.alt{
    border:2px solid #e73918;
    background-color: white !important;
    color:#e73918;
    border-radius: 30px;
}

body .custom-cart-items-list .value-button {
    display: inline-block;
    border: 1px solid #ddd;
    margin: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    padding: 11px 0;
    line-height: 1;
    background: #eee;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body .custom-cart-items-list .input-number{
    display: flex;
}

body .custom-cart-items-list .value-button:hover {
    cursor: pointer;
}

body .custom-cart-items-list .value-button-decrease {
margin-right: -4px;
border-radius: 8px 0 0 8px;
}

body .custom-cart-items-list .value-button-increase {
margin-left: -4px;
border-radius: 0 8px 8px 0;
}

body .custom-cart-items-list input[type=number] {
text-align: center;
border: none;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
margin: 0px;
width: 40px;
height: 40px;
}

body .custom-cart-items-list input[type=number]::-webkit-inner-spin-button,
body .custom-cart-items-list input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#confirmation-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    max-width: 90%;
}

.modal-content p {
    margin-bottom: 20px;
    font-size: 18px;
}

#confirm-no {
    background-color: #ccc;
    color: #333;
    border: none;
}

#confirm-no:hover {
    background-color: #aaa;
}

body.woocommerce-orders .woocommerce-pagination{
    margin-top: 15px;
}

.woocommerce-Addresses a{
    color:#e73918;
    text-decoration: underline;
}

.search-box.results-search .product-price,
.widget_shopping_cart .woocommerce-mini-cart li .quantity .amount,
.widget_shopping_cart .total,
.widget_shopping_cart .widget_shopping_cart_content .buttons > .button.checkout{
    display: none;
}

.woocommerce .modal-content {
    text-align: left;
}

.woocommerce .modal-content textarea{
    padding:5px;
    margin-top: 15px;
    min-height: 100px;
}

.woocommerce-privacy-policy-text{
    display: none;
}

.woocommerce-account form.woocommerce-form.register .woocommerce-form-row:first-of-type + p{
    display: none;
}

.woocommerce.woocommerce-custom-register-form .woocommerce-message + form{
    display: none;
}

ul.products .product-item {text-align: center;}

.woocommerce-MyAccount-content p > a{text-decoration: underline;color:#e73918;}