/*
*Theme Name:     Lemon & Limes Child Theme
*Theme URI: 	 http://lemonlimes.loftocean.com/
*Description:    Lemon & Limes child theme for user customization
*Author:         Loft.Ocean
*Author URI:     http://www.loftocean.com
*License: 		 GNU General Public License v2 or later
*License URI: 	 http://www.gnu.org/licenses/gpl-2.0.html
*Tags: 			 full-width-template, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, threaded-comments, translation-ready
*Template:       lemon-limes
*Text Domain: 	 lemon-limes-child
*Version:        1.0
*/

 /** Add your styles below **/
.textwidget a:hover {
    text-decoration: underline !important;
}
.catwidget a:hover {
    color: var(--primary-color);
    text-decoration: underline !important;
}
.view-full-products {
    display: inherit;
    text-align: center;
}
.view-full-products:hover {
    color: var(--primary-color);
    text-decoration: underline !important;
}
.bc-quickview-trigger:hover,
.bc-btn--add_to_cart:hover,
.bc-product-archive__search-submit:hover
{
    cursor: pointer;
}
/*.bc-btn*/
/*{*/
    /*border-radius: 20px !important;*/
/*}*/
.bc-btn:hover,
.entry-content .bc-btn:hover,
button.bc-btn:hover{
    background: var(--primary-color);
}
.entry-content button.bc-btn--small:hover
{
    padding: 0 16px;
}
@media (min-width:961px) and (min-width:1025px) {
    .bc-product-quick-view__content-inner img {
        width: 260px;
        height: 280px;
        float: left;
    }
}
#mc4wp_form_widget-2{
    background: #faf0eb;
}
.slick-arrow {
    line-height: inherit;
}
#menu-secondary-menu li a:hover,
#menu-social-menu li a:hover{
    color: var(--primary-color);
    /*text-decoration: underline !important;*/
}
.ll-menu.footer-menu ul li a:hover {
    color: var(--primary-color);
}
.elementor-widget-ll_menu .ll-menu.footer-menu ul li:hover{
    color: var(--primary-color);
}
@media (min-width:320px) and (max-width: 767px) {
    figure.alignleft, img.alignleft{
        margin: auto !important;
    }
    .alignleft {
        display: inherit !important;
        text-align: center !important;
        float: none;
    }
}
.no-touch .more-btn .read-more-btn:hover{
    background: #f16c63;
}
.elementor-2206 .elementor-element.elementor-element-6408475 .more-btn .read-more-btn:hover {
    background: #f16c63 !important;
}
.bc-product-grid{
    padding-bottom: 0;
}
.search-form .search-submit{
    cursor: pointer;
    padding: .045rem .75rem !important;
}
.bc-product-archive__search-submit.bc-btn.bc-btn--small {
    line-height: 0;
}
.bc-product-gallery__images .bc-product-flag--sale {
    right:auto;
}
.pagination {
    margin-top: 10px;
    margin-bottom: 30px;
}
@media screen and  (min-width: 768px) {
    .bc-product-single .bc-product-single__top {
        margin-top: 20px;
    }
    .wpupg-item-85152 .wpupg-item-image img{
        height:240px;
    }

}
.wpupg-item-85152 .wpupg-item-image img{
    height:256px;
}

/* custom newsletter css */
#custom_newsletter_form_widget-2 {
    background: #faf0eb;
}
.mc-field-group{
    margin-top: 10px;
}
#mc-embedded-subscribe {
    display: inline !important;
    margin-top: 10px !important;
    margin-left: 0px !important;
    width: 100% !important;
}
#mc-embedded-subscribe-form div.mce_inline_error {
    color: #e85c41;
}
#mce-success-response {
    color: #529214;
}
#mce-error-response{
    color: #e85c41;
}
#mce-success-response_new {
    color: #529214;
}
#mce-error-response_new{
    color: #e85c41;
}
/* newsletter end */

/*mini cart */
@media only screen and (min-width: 767px) and (max-width: 1200px){
    .custom-mini-cart.menu-item-bigcommerce-cart{
        right: 75px;
    }
}
@media only screen and (max-width: 767px){
    .site-header .header-section.branding {
        max-width: calc(100% - 95px);
        margin-right: 0;
        margin-left: 0;
        padding-right: 20px;
    }
    .custom-mini-cart.menu-item-bigcommerce-cart {
        right: 75px;
        margin: 0;
        top: 5px;
        position: absolute;
    }
    .site-header-search {
        right: 40px;
        margin: 0;
        position: absolute;
    }
    .site-header.site-header-layout-1 .menu-toggle{
        margin-top: -13px;
    }
}
/*mini cart end*/
.wpupg-item-image {
    min-height:0 !important;
}
@media only screen and (max-width: 480px) {
    .wpupg-item-85152 .wpupg-item-image img{
        height:119px !important;
    }
}