/*
Theme Name: Reboot Child Theme
Template: reboot
Theme URI: https://reboot.axiomthemes.com/
Description: Reboot Child Theme
Author: Axiomthemes
Author URI: https://axiomthemes.com/
Version: 1.0.0
Tested up to: 6.7
Requires at least: 5.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: reboot
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */
.sc_layouts_cart_items_short {
	background-color: #000000 !important;
}
.woocommerce ul.products li.product .post_featured {
    border: 1px solid #d8d8d8;
}
.pscw-container .pscw-row .pscw-cols {
    display: flex;
    flex-wrap: wrap;
    padding: 8px;
    overflow: auto;
    margin: 10px;
    width: 100%;
}
.woo_sc_modal_close {
    position: absolute;
    right: 20px;
    top: 28px;
    color: #aaa;
    line-height: 22px;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
}
.summary.entry-summary p,
.summary.entry-summary ul,
.summary.entry-summary ol {
    margin-bottom: 8px !important;
}

.summary.entry-summary h1,
.summary.entry-summary h2,
.summary.entry-summary h3,
.summary.entry-summary h4 {
    margin-bottom: 10px !important;
}
::marker {
    color: #f18c08 !important;
}
.input-text .qty .text filled .fill_inited{
    margin-left: 5px !important;
}

button.button.custom_add_to_cart_btn {
    width: 26%;
    margin-bottom: 10px !important;
    margin-right: 10px !important;
    text-align: center;
    justify-content: center !important;
}
.woocommerce div.product form.cart{
	margin-bottom:0 !important;
}
.woo_sc_price_btn_popup {
	    border-radius: 10px !important;
}


/* Laptop */
@media(min-width:769px) and (max-width:1200px){

    .custom_add_to_cart_btn{
     

    }

}

/* Mobile */
@media(max-width:768px){
	
}
@media(max-width:600px){

button.button.custom_add_to_cart_btn {
    width: 100% !important;
}

    }


}
/* .custom-logo-link img, .sc_layouts_logo img {
    max-height: 6em;
    width: auto;
    vertical-align: middle;
    background: #fff;
    padding: 12px;
    border-radius: 15px;
} */
/* @media (max-width: 768px) {
        .menu_mobile .sc_layouts_logo img {
            max-height: 40px;
            background: #fff !important;
            padding: 10px;
            border-radius: 15px;
        }
    }
 */

