/* 
Theme Name:		 Botanica Child
Theme URI:		 http://childtheme-generator.com/
Description:	 Botanica Child is a child theme of Botanica, created by ChildTheme-Generator.com
Author:			 pxl
Author URI:		 http://childtheme-generator.com/
Template:		 botanica
Version:		 1.0.0
Text Domain:	 botanica-child
*/


/*
    Add your custom styles here
*/

/* HEADER STYLES */

.canvas-menu .search_desktop {
    display: none !important;
}

.rbb-product-search-content2 .rbb-search-form .search-categories {
    order: 0 !important;
}

.rbb-product-search-content2 .rbb-search-form button {
    height: 52px;
    left: auto !important;
    top: 0;
    border-radius: 50%;
    background-color: var(--rbb-general-primary-color);
    margin: 2px;
    max-height: 46px;
}

.rbb-product-search-content2 .rbb-search-form .input-group .input-search {
    padding: 0 50px 0 20px !important;
}

.rbb-search-categories .current-category .rbb-icon {
    left: auto !important;
}

body:not(.logged-in) .rbb-account-content .menu-container {
    display: none !important;
}

/* PRODUCT STYLES */

.item-product .thumbnail-container img {
    transition: all .7s linear;
    aspect-ratio: 1;
    margin: 5% auto;
    border-radius: 50%;
    /* border: 5px solid var(--rbb-general-primary-color); */
    max-width: 60%;
    object-fit: cover;
}

#hover-icon .elementor-button-icon {
    align-items: center;
    justify-content: center;
}

#hover-icon:hover .elementor-button-icon {
    background-color: #ffffff !important;
}

.rbb-cart__totals-shipping .rbb-cart__header {
    display: none;
}

#billing_address_note_field {
    display: none;
}

body.wp-child-theme-botanica-child:not(.logged-in) .woocommerce {
    text-align: left;
}

header .menu_close {
    min-width: 24px;
}

.rbb-related-product .slick-slide .product_name {
    min-height: 50px;
}

.wp-child-theme-botanica-child .rbb-shop-filter-canvas-left {
    padding-top: 50px;
}

.wp-child-theme-botanica-child .rbb-product-catalog {
    position: relative;
    padding-top: 50px;
}

.wp-child-theme-botanica-child .rbb-product-catalog .category-top-bar {
    flex-wrap: wrap;
}

.wp-child-theme-botanica-child .rbb-default-header.header-7 .rbb-header-sticky .header-inner .rbb-product-search-content2 .rbb-search-form .input-group .input-search {
    background: transparent;
    padding: 10px 50px 10px 10px !important;
    color: var(--rbb-general-primary-color, #01693a);
}

.wp-child-theme-botanica-child .rbb-default-header.header-7 .rbb-header-sticky .header-inner .rbb-product-search-content2 .rbb-search-form .input-group label {
    color: var(--rbb-general-primary-color, #01693a);
    font-size: 12px;
    left: 10px;
    opacity: 0.8;
}

.wp-child-theme-botanica-child .rbb-default-header.header-7 .rbb-header-sticky .header-inner .rbb-product-search-content2 .rbb-search-form .input-group .icon-search {
    display: none;
}

.wp-child-theme-botanica-child .rbb-default-header.header-7 .rbb-header-sticky .header-inner .rbb-product-search-content2 .rbb-search-form .input-group .btn-search {
    color: var(--rbb-search-icon-color, #fff);
}

.wp-child-theme-botanica-child .rbb-default-header.header-7 .rbb-header-sticky .header-inner .rbb-product-search-content2 .rbb-search-form .input-group .btn-search span:before{
    font-family: rbb-font, serif;
    content: "";
}


@media screen and (min-width: 1200px) {
    .rbb-checkout__billing-detail .woocommerce-billing-fields__field-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 30px;
        grid-row-gap: 0px;
    }
}