/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.2
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Fixing overlapping swiper-dots in mega-menu */
.main-navigation ul.menu li.menu-item-has-children:not(.dropdown-open) .sub-menu-wrapper {
    z-index: 9999 !important;
}
.swiper-pagination {
    z-index: 1 !important;
}

.shoptimizer-archive .archive-header .woocommerce-breadcrumb {
    display: none;
    visibility: hidden;
}

/*!* Base circular button *!*/
/*.back-to-cart-btn {*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    border-radius: 50px;*/
/*    background: #fff;*/
/*    color: #000;*/
/*    border: 1px solid #000;*/
/*    text-decoration: none;*/
/*    overflow: hidden;*/
/*    white-space: nowrap;*/
/*    transition: all 0.3s ease;*/
/*    padding: 0 0.75rem;*/
/*    position: relative;*/
/*}*/

/*!* Icon always visible *!*/
/*.back-to-cart-btn .icon {*/
/*    font-size: 18px;*/
/*    flex-shrink: 0;*/
/*}*/

/*!* Label hidden by default *!*/
/*.back-to-cart-btn .label {*/
/*    opacity: 0;*/
/*    max-width: 0;*/
/*    overflow: hidden;*/
/*    transition: all 0.3s ease;*/
/*}*/

/*.back-to-cart-btn:hover {*/
/*    width: auto;*/
/*    border-radius: 50px;*/
/*    padding-right: 1rem;*/
/*}*/

/*.back-to-cart-btn:hover .label {*/
/*    margin-left: 0.5rem;*/
/*    opacity: 1;*/
/*    max-width: 400px;*/
/*}*/

/*@media (max-width: 768px) {*/
/*    .back-to-cart-btn {*/
/*        width: auto;*/
/*        height: auto;*/
/*        border-radius: 0;*/
/*        background: none;*/
/*        color: inherit;*/
/*        padding: 0;*/
/*        border: none;*/
/*    }*/

/*    .back-to-cart-btn .label {*/
/*        opacity: 1;*/
/*        max-width: none;*/
/*        margin-left: 0.5rem;*/
/*    }*/
/*}*/



.back-to-cart-btn {
    float: inline-end;
}
