/* 
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%;
}

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

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