/*
Theme Name: MyShop Bootstrap
Theme URI: https://example.com
Author: Developer
Author URI: https://example.com
Description: Custom Bootstrap 5 WooCommerce theme
Version: 1.1.1
Text Domain: myshop-bs
*/

/* #d70302 */

body {
    padding-top: calc( (20px + 15px + 40px) + 60px ); 
    
}


/************ Header ************/



.header_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999; 
    background: #fff; 
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); 

    padding: 15px 0px;
    border-bottom: 3px solid #d70302; 
    margin-bottom:20px;


}



.header_top{
    padding: 5px 0px;
    margin-bottom:20px
}

.header_top_1{
    width:150px;
    float:left;
}

.header_top_2{
    float:left;
    width: calc(100% - 360px);
}

.header_top_3{
    width:200px;
    float:right;
    text-align: right;
}

.header_top_1 img{
    width:120px;
}

/***** cart *****/
.header_top_3 {
    position: relative;
}

.header-cart-link {
    position: relative;
    display: inline-block;
}

.cart-icon {
    width: 40px; 
}

.cart-count {
    position: absolute;
    top: -6px;
    right: -6px;
    background: red;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px;
    border-radius: 50%;
    font-weight: bold;
}
/***** cart *****/


/***** header search *****/
/* Search input */
#header-search-input {
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Suggestions dropdown */
.search-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    z-index: 9999;
    max-height: 300px;
    overflow-y: auto;
    display: none;
}

.search-suggestions a {
    display: block;
    padding: 8px 10px;
    color: #333;
    text-decoration: none;
}

.search-suggestions a:hover {
    background: #f1f1f1;
}

/***** header search *****/


/************ Header ************/


/************ Header mini cart ************/

.header_top_3 {
    position: relative;
    display: inline-block;
}

.mini-cart-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    background: #fff;
    border: 1px solid #ddd;
    display: none;
    z-index: 999;
    padding: 10px;
}

.mini-cart-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mini-cart-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.mini-cart-thumb img {
    width: 50px;
    height: 50px;
}

.mini-cart-name {
    flex: 1;
    margin: 0 10px;
}

.mini-cart-qty {
    display: flex;
    align-items: center;
}

.qty-input {
    width: 40px;
    text-align: center;
    margin: 0 5px;
}

.mini-cart-remove {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
}


/************ Header mini cart ************/








/************ Footer ************/

.footer{
    padding:50px 0px 5px;
    border-top: 10px solid #d70302;    
}

.footer_top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;          
}

.footer_top_1, .footer_top_2, .footer_top_3{
    flex: 1;                       
}

.footer_flex_1_wrapper {
    display: flex;
    flex-direction: column;   
    gap: 15px;               
}

.footer_flex_1, .footer_flex_2, .footer_flex_3 {
    display: flex;
    flex-direction: row;      
    align-items: center;      
    gap: 10px;               
}

.footer_flex_1 img, .footer_flex_2 img, .footer_flex_3 img {
    width: 22px;
    height: 22px;
}


.footer_social_links_1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;            
}

.footer_social_links_1 a img {
    width: 20px;            
    height: 20px;
}

.footer_bottom{
    padding:15px 0px;
    border-top: 1px solid #000;
}

.footer_text_1{
    width:100%;
    float:left;
    margin-bottom:10px;
    font-family: 'Fredoka', sans-serif;
    color: #000;
    font-size: 20px;
    line-height: 25px;
}

.footer_text_3{
    font-family: 'Inter', sans-serif;
    color: #d70302;
    font-size: 16px;
    line-height: 25px;    
}

.footer_text_4{
    font-family: 'Inter', sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 18px;    
}

.footer_a_1{
    width:100%;
    float:left;
    font-family: 'Inter', sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 25px;  
    margin-top:3px;
    margin-bottom: 5px;
}


@media (max-width: 767px) {
    .footer_top {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center; 
        text-align: center; 
        gap: 25px; 
    }

    .footer_top_1,
    .footer_top_2,
    .footer_top_3{
        width: 100%;
        margin-bottom: 10px;
    }


    .footer_flex_1_wrapper {
        justify-content: center;
        align-items: center;  
        gap:5px;            
    }

    .footer_social_links_1{
        justify-content: center;
    }


    .footer_a_1{ 
        margin-bottom: 0px;
    }


}


/************ Footer ************/










