:root{
    --primary-color: #ee3a43;
    --button-color: #ee3a43;
    --button-border-color: #ee3a43;
    --button-text-color: #ffffff;
    --button-text-hover-color: #ee3a43;
    --footer-bg-color: #000000;
    --footer-text-color: #ffffff;
}

/* header css start */
.nav-toggle:before{
    color: #333333;
}
.cms-index-index .page-header, 
.page-products .page-header, 
.catalog-product-view .page-header, 
.eddm-index-eddm .page-header,
.bulkmail-index-bulkmail .page-header, .cms-mail-strategy .page-header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
.cms-index-index .page-header .nav-toggle:hover:before, 
.page-products .page-header .nav-toggle:hover:before, 
.catalog-product-view .page-header .nav-toggle:hover:before{
    color: #ffffff;
}

.nav-sections{
    margin-bottom: 0;
}
.page-header .panel.wrapper{
    display: none;
}
.page-header .panel.wrapper{
    /* display: none; */
}
.header.content .header.links{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    list-style-type: none;
    z-index: 2;
}
.header.content .header.links li{
   padding: 5px 10px;
   margin-bottom:0;
}
.header.content .header.links li a{
   font-size: 14px;
   display: block;
}
header .header.content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1320px;
    width: 100%;
    padding: 10px 15px;
}
.header.content .logo{
    margin: 0;
}
.center-shop-now{
    margin-left: auto;
    margin-right: auto;
}
.center-shop-now button {
    margin-top: 0;
}
.header.content .logo img{
    max-width: 130px;
    width: 130px;
}
.login-btn, .logout-btn {
    position: relative;
    background-color: #cdcccc;
    color: #000000;
    padding: 3px 35px 3px 10px;
    text-transform: capitalize;
    line-height: 30px;
    border: 2px solid #ffffff;
    border-radius: 5px;
}
.login-btn span, .logout-btn span {
    background-color: #000000;
    color: #ffffff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-left: 2px;
    font-weight: 600;
    position: absolute;
    top: 7px;
    line-height: 25px;
    text-align: center;
    right: 8px;
    font-size: 15px;
}
.logout-btn{
    padding-right: 42px;
    text-decoration: none;
}
.logout-btn span{
    top: 4px;
    font-size: 12px;
    width: 28px;
    height: 28px;
    line-height: 30px;
}
.login-btn:hover, .logout-btn:hover{
    text-decoration: none;
}
.header-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header-actions a{
    font-size: 16px;
    display: inline-block;
    color: #000000;
}
.header-actions .telephone.btn-style {
    font-size: 16px;
    margin-top: 0;
    padding: 2px 12px;
    line-height: 32px;
    margin-right: 6px;
}
.header-actions .telephone.btn-style:hover{
    text-decoration: none;
}
.header-actions button{
    margin: 0 10px;
}

.block.block-search .control{
    padding-bottom: 0;
}
header .minicart-wrapper{
    margin-left: 6px;
}
.minicart-wrapper .action.showcart, 
.block-search .action.search{
    height: 40px;
    width: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    background-color: #cdcccc;
    padding: 5px;
    border: 2px solid #ffffff;
    border-radius: 5px;
}
.block-search .block-content .action.search:hover{
    background-color: #cdcccc;
    border: 2px solid #ffffff;
    border-radius: 5px;
}
.block-search .block-content .action.search:hover:before{
    color: #000000;
} 
.minicart-wrapper .action.showcart:before, .block-search .action.search:before{
    content: "";
    background: url(../images/shopping-cart.svg);
    color: #ffffff;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    line-height: 25px !important;
    position: relative;
    top: 1px;
}
.minicart-wrapper .action.showcart.active:before{
    content: "";
}
.block-search .action.search:before{
    background: url(../images/search.svg);
    top: 4px;
    position: relative;
}
.minicart-wrapper .action.showcart:before{
    color: #000000;
    line-height: 38px;
}
.minicart-wrapper .action.showcart .counter.qty{
    position: absolute;
    right: 0;
    font-size: 13px;
    color: #ffffff;
    background-color: var(--primary-color);
    height: 18px;
    line-height: 17px;
    display: inline-block;
    margin: 0;
    min-width: 18px;
    overflow: hidden;
    padding: 0 1px;
    text-align: center;
    white-space: normal;
    border-radius: 50%;
}
.minicart-items .product-item-name{
    margin-bottom: 5px;
}
.minicart-items .product-item-name a{
    color: #000000;
    text-transform: capitalize;
}
.minicart-items .update-cart-item{
    background-color: var(--primary-color);
    color: var(--button-text-color);
    border: 1px solid var(--button-border-color);
    border-radius: 0;
}
.action.viewcart{
    color: var(--primary-color);
}
.cms-index-index .minicart-wrapper .action.showcart:before, 
.cms-index-index .minicart-wrapper .action.showcart.active:before, 
.page-products .minicart-wrapper .action.showcart:before, 
.page-products .minicart-wrapper .action.showcart.active:before, 
.catalog-product-view .minicart-wrapper .action.showcart:before, 
.catalog-product-view .minicart-wrapper .action.showcart.active:before{
    color: #ffffff;
} 

/* searchbar css */
.block.block-search{
    width: auto;
    padding-left: 6px;
 }
 .block-search .field.search{
    display: none;
 }
 .block-search .field.search.open{
    display: block;
 }
 .block-search .field.search .input-text{
     font-size: 14px;
     height: 40px;
     width: 250px;
     border: 1px solid #dddddd;
     background-color: #ffffff;
     border-radius: 30px;
     padding: 0 15px;
     position: static;
     margin: 0;
     left: auto;
     right: 0;
 }
 .block-search .control{
    border-top: none;
    clear: none;
 }
 .block-search .field.search {
     position: absolute;
     top: 41px;
     right: 0;
     z-index: 1;
 }
 .block-search .field.search:before {
     content: " ";
     position: absolute;
     right: 30px;
     top: -5px;
     border-top: none;
     border-right: 6px solid transparent;
     border-left: 6px solid transparent;
     border-bottom: 6px solid #f2f2f2;
 }
 .block-search .block-content .actions{
     width: 30px;
     height: 39px;
     display: inline-block;
    line-height: 39px;
    vertical-align: text-bottom;
 }
 .block-search .block-content .action.search{
     position: relative;
     top: 0;
     left: inherit;
     line-height: 40px;
     opacity: 1;
     pointer-events: all;
    height: 40px;
    display: inline-block;
    right: 0;
    padding: 0;
    margin: 0;
    vertical-align: middle;
 }
.cms-index-index .block-search .block-content .action.search:hover, 
.cms-index-index .block-search .block-content .action.search:focus, 
.cms-index-index .minicart-wrapper .action.showcart:hover:before, 
.page-products .block-search .block-content .action.search:hover, 
.page-products .block-search .block-content .action.search:focus,
.page-products .minicart-wrapper .action.showcart:hover:before, 
.catalog-product-view .block-search .block-content .action.search:hover, 
.catalog-product-view .block-search .block-content .action.search:focus, 
.catalog-product-view .minicart-wrapper .action.showcart:hover:before, 
.cms-index-index .block-search .action.search:before, 
.page-products .block-search .action.search:before, 
.catalog-product-view .block-search .action.search:before {
    color: #ffffff;
 }
 .block-search .action.search:before{
    font-size: 24px;
    color: #000000;
 }
/* header css end */


.header-banner .pagebuilder-poster-content .action.primary{
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    border: 2px solid #ffffff;
    background-color: #cdcccc;
    border-radius: 5px;
    padding: 10px 20px;
    display: inline-block;
}
.banner-bottom-content-container{
    position: absolute;
    bottom: -115px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}
.banner-bottom-content{
    display: flex;
    flex-wrap: wrap;  
}

.banner-bottom-content  .banner-bottom-content-col{
    max-width: 100%;
    flex: 0 0 100%;
    background-color: #ffffff;
    color: #000000;
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    padding: 7px;
    text-align: center;
}
.banner-bottom-content  .banner-bottom-content-col:first-of-type{
    background-color: #ee3a43;
    color: #ffffff;
    border-right: none;
}
.banner-bottom-content  .banner-bottom-content-col:last-of-type{
    background-color: #000000;
    color: #ffffff;
}
.header-banner .pagebuilder-poster-content{
    padding-top: 70px;
    padding-bottom: 70px;
    max-width: 1320px;
}
.header-banner img{
    display: block;
}

@media (min-width: 769px){
    .header.content .logo img{
        max-width: 200px;
        width: 200px;
    }
    .block-search .field.search{
        right: -19px;
    }
    .page-header{
        border-bottom: 1px solid #dddddd;
        margin-bottom: 20px;
    }
    .cms-index-index .page-header, 
    .page-products .page-header, 
    .catalog-product-view .page-header, 
    .eddm-index-eddm .page-header, .bulkmail-index-bulkmail .page-header, 
    .cms-mail-strategy .page-header{
        border-bottom: none;
        margin-bottom: 0;
    }
    .banner-bottom-content .banner-bottom-content-col{
        padding: 10px;
        border: 1px solid #000000;
    }
    .banner-bottom-content-container{
        bottom: 0;
    }
    .banner-bottom-content  .banner-bottom-content-col{
        max-width: 33.333333%;
        flex: 0 0 33.333333%;
    }
}

@media (min-width: 991px){
    .banner-bottom-content .banner-bottom-content-col{
        font-size: 20px;
    }
}

@media (max-width: 768px){
    .header-actions .btn-style{
        display: none;
    }
    .header-actions{
        display: none;
    }
    .center-shop-now{
        display: none;
    }
    .header.content .logo{
        margin-left: 40px;
        margin-right: auto;
    }
    .block-search .action.search:before{
        content: ""!important;
    }
    .nav-sections-items>.section-item-title{
        display: none;
        padding: 0;
    }
    .header-banner{
        margin-bottom: 110px !important;
    }
    .header-banner .pagebuilder-poster-content{
        padding-bottom: 20px;
    }
    .nav-sections .header.links{
        border-bottom: none;
    }
    .shop-all-product-btn{
        padding-left: 15px;
    }
    .nav-sections-item-content:last-of-type{
        display: block !important;
        margin-top: 0 !important;
    }
    .nav-sections .header.links li:first-of-type > a{
        border-top: none;
    }
    .page-header{
        border-bottom: none;
    }
    .block.block-search, .minicart-wrapper{
        margin-top: 0;
    }
    .block-search .field.search{
        top: 51px;
        z-index: 6;
    }
    .block-search .block-content .action.search{        
        font-size: 0;
        display: inline-block;
    }
    .block-search .control{
        margin: 0;
        padding: 0;
    }
    .block-search .field.search .label{
        display: none;
    }
    .block-search .action.search:before{
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 24px;
        line-height: 22px;
        color: #ffffff;
        content: '\e615';
        font-family: 'icons-blank-theme', sans-serif;
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
}

@media (min-width: 1400px){
    header .header.content{
        padding: 10px 0;
    }
}