@import url("category.css");
@import url("product.css");
#layout_search {
    height: 55px;
    box-sizing: border-box;
    position: relative;
}
#category_controls select {
    border: none;
}
#strapline {
    float: left;
    padding: 10px;
    padding-top: 5px;
}

#strapline p {
    font-size: 14px;
    margin-bottom: 0px;
    padding: 0px;
    color: #fff;
}
#strapline a, #strapline #loginstatus {
    display: inline-block;
    vertical-align: middle;
}
#loginstatus {
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    padding-left: 10px;
}
#store_menu {
    height: 66px;
}
#search_box {
    text-align: right;
    padding: 0px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    float: right;
    vertical-align: top;
}

#search_box #search_string_input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 55px;
    padding-top: 5px;
    margin: 0px;
    width: 180px;
    border: none;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    float: left;
    background-color: var(--secondary_color);
    border-radius: 0px;
    color: #000;
}

#search_box #btnSearch {
    background-color: transparent;
    border-style: none;
    margin: 0px;
    height: 55px;
    vertical-align: middle;
    color: var(--highlight_color);
    font-size: 14px;
    font-weight: bold;
    padding-top: 7px;
    padding-left: 10px;
    padding-right: 20px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 70px;
    float: left;
}

#top_btn_login, #top_btn_logout, #top_btn_account, #top_btn_basket {
    float: right;
    background-color: transparent;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
}



#top_btn_login img, #top_btn_logout img, #top_btn_account img, #top_btn_basket img {
    padding-bottom: 2px;
    width: auto;
    height: 25px;
    display: block;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

#top_btn_login a, #top_btn_logout a, #top_btn_account a, #top_btn_basket a {
    color: #fff;
    font-size: 12px;
    display: block;
    text-align: center;
    padding: 5px;
    height: 55px;
    width: 60px;
    box-sizing: border-box;
}


#loginBox {
    right: 80px;
    top: 50px;
    width: 220px;
    z-index: 1050;
    position: absolute;
}

#loginBox.dropdown-content {
    position: absolute;
    background-color: var(--primary_color);
    display: none;
    padding: 10px;
    box-sizing: border-box;
    z-index: 1;
    margin-top: 5px;
    /* border: 1px solid #000; */
}

#loginBox.dropdown-content.show {
    display: block;
}

#loginBox.dropdown-content label {
    display: none;
}

#loginBox.dropdown-content tr {
    background-color: transparent;
    border-bottom: none;
}

#loginBox.dropdown-content td {
    padding: 0px;
    padding-bottom: 5px;
    background-color: transparent;
}

#loginBox.dropdown-content input {
    background-color: var(--secondary_color);
    border: none;
    border-radius: 0px;
}
#loginBox.dropdown-content button {
    margin: 0px!important;
}

#search_page_input {
    padding: 10px;
    background-color: #f2f2f2;
}

#search_page_input input#search_text {
    display: inline-block !important;
    width: calc(100% - 85px);
    max-width: 640px;
    height: 35px;
    border: none;
    border-radius: 10px 0px 0px 10px;
    vertical-align: middle;
    margin: 0px;
    border: 1px solid #a2a2a2;
}

#search_page_input .btn_submit {
    display: inline-block !important;
    height: 35px;
    background-color: #FFAA11 !important;
    border: none;
    border-radius: 0px 10px 10px 0px;
    vertical-align: middle;
    margin: 0px;
    margin-left: -5px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    width: 80px;
}

.slick-slider .slick-track {
    height: 460px;
}

.scroller_box {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    margin-bottom: 10px;
    z-index: 10;
}

.scroller_box h2 {
    text-align: center;
}

.scroller_box a.btn_view_all {
    text-align: center;
    color: #858585;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
}

.scroller_box div a {
    text-align: center;
    text-decoration: none;
    color: #000000;
    display: block;
    width: 98%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    margin: 1%;
    box-sizing: border-box;
    border: 1px solid #D0D0D0;
    height: 99%;
    position: relative;
    padding-bottom: 70px;
}

.scroller_box div {}

.scroller_box div img {
    width: 100%;
    height: auto;
}

.scroller_box div a h3 {
    color: #003C7E;
    font-size: 18px;
}

.scroller_box div a p {
    margin: 0px;
    padding: 0px;
    color: #000000;
}

.scroller_box div a span.btn_more_details {
    position: absolute;
    bottom: 5px;
    left: 15%;
    width: 60%;
}
.featured_box {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.featured_box h2 {
    text-align: center;
}

@media (max-width: 850px) {
    #strapline {
        display: none;
    }
}

@media (max-width: 780px) {}

@media (max-width: 480px) {
    #search_box #search_string_input {}

    #search_page_input input#search_text {}

}

@media (max-width: 380px) {}