/*
    Theme Name: Saline
    Theme URI:
    Description: Child Theme of Enfold
    Author:
    Author URI:
    Template: enfold
    Version:
    License: GNU General Public License v2 or later
    License URI: https://www.gnu.org/license/gpl-2.0.html
*/

@import url("../enfold/style.css");

.header_color .cart_dropdown .dropdown_widget .widget_shopping_cart_content {
    background: #fff !Important;
    border: none;
    color: #000;
    border-radius: 20px;
    padding: 20px;
}

.dropdown_widget .cart_list li:hover {
    background: #228b22;
    color: #f5f5dc;
}

.dropdown_widget .cart_list li {
    color: #228b22;
    border-radius: 10px;
}

#top .dropdown_widget .buttons .button {
    color: #f5f5dc !important;
}

.cart_dropdown .dropdown_widget .avia-arrow {
    background: #fff;
    border: none;
}

.hero-img img {
    border-radius: 25px;
}

.menu-item.cart_dropdown {
    border: none !important;
}

#menu-item-shop .cart_dropdown_link {
    padding: 0 20px;
}

.woocommerce-mini-cart__empty-message {
    color: #228b22;
}

div .dropdown_widget .cart_list li a img {
    border-radius: 5px;
}

div .dropdown_widget .cart_list li:hover {
    background-color: #f5f5dc;
    color: #228b22;
}

.cart_dropdown_first,
.cart_dropdown_link {
    background: #f5f5dc !important;
    color: #228b22 !important;
    border-radius: 30px;
    border: none !important;
    font-size: 20px !important;
}

#top .av-cart-counter {
    height: 20px;
    background: #228b22;
    color: #f5f5dc;
    padding: 0 7px;
    line-height: 20px;
    border-radius: 54px;
}

.inner_product {
    border: none;
}

.thumbnail_container {
    border-radius: 20px;
}

.inner_product_header .avia-arrow,
#top .onsale {
    display: none;
}

#top .inner_product_header {
    border: none;
}

.inner_product_header_cell,
.woocommerce-loop-product__title {
    text-align: center;
    font-size: 18px !important;
}

#top div .product_on_sale .inner_product_header {
    padding-right: 0;
}

#top div ul.product_list_widget li a {
    color: #228b22;
}

#top .avia_cart_buttons .button {
    width: 50%;
    border-radius: 20px;
    background: #228b22 !important;
    padding: 14px 10px;
    color: #f5f5dc !important;
    font-size: 14px;
}

.avia_cart_buttons {
    border: none;
    display: flex;
    justify-content: center;
    padding: 0;
}

span.button-mini-delimiter {
    display: none;
}

#top .avia_cart_buttons .button>span {
    display: none;
}

#top .show_details_button {
    display: none;
}

div form.cart div.quantity {
    display: flex;
    border-radius: 50px !important;
    gap: 5px;
    background-color: #228b22;
}

#top .main_color .quantity input.plus,
#top .main_color .quantity input.minus {
    background-color: transparent;
    color: #f5f5dc;
    border-radius: 50px;
    background-image: none;
    font-size: 20px;
}

#top div .quantity input.qty {
    border-radius: 50px;
    border: none;
    background-color: transparent !important;
    color: #f5f5dc;
    font-size: 16px;
}

#top form.cart .button {
    border-radius: 50px;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
}

.template-shop .single-product-main-image .images a,
#top .product div.images img {
    border-radius: 20px;
    border: none;
}

.summary .cart {
    margin: 20px 0
}

.thumbnails a img {
    height: 150px !important;
    border-radius: 10px !important;
}
