
/* Custom CSS */
.fbTopBar {
    left: 0px !important;
    width: 100% !important;
    border-radius: 0px;
}

.pageBar {
    transform: translateX(85px);
}

.preSearch {
    width: 90%;
    height: 18px;
    background-color: #fff !important;
}

.searchBar {
    background-color: #fff !important;
    border-radius: 15px;
    right: 25px;
    padding: 0 5px;
}

.searchBar div {
    float: right;
}

.searchBar .button {
    position: relative;
    display: inline;
    float: left;
    width: 26px;
    height: 26px;
}

.logoBar {
    position: absolute;
    left: 25px !important;
    top: 0px;
    width: 0px;
    height: 100%;
    z-index: 1;
}

.pageBar .button {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 0;
    padding-right: 4px;
    background: url(../files/extfile/line.png) !important;
    background-repeat: no-repeat !important;
    background-position-x: 100% !important;
}


/* CUSTOM STYLES FOR MOBILE TOOLBAR */

.search_form.phone,
.share_form.phone,
.print_form.phone{
    color: #fff !important;
    background-color: rgb(227, 148, 15) !important;
}

.search_form.phone .input_search {

    color: rgb(255, 255, 255) !important;
    border-color: rgb(207, 128, 0) rgb(207, 128, 0) rgb(255, 208, 75) rgb(255, 208, 75) !important;
    width: 280px;

    border-radius: 12px !important;
    margin: 20px 15px;
    height: 20px;
    line-height: 20px;
    padding: 5px 10px;
    font-size: 14px;
    width: 275px;
    background: transparent;
    border: 1px solid transparent;
}

.search_form.phone .searchButton {
    right: 35px;
    top: 65px;
}

.print_form.phone .item{
    background-color: transparent !important;
    color: #fff !important;
}
.print_form.phone .printRange input{
    background-color: #fff !important;
}

.print_form.phone .printButton{
    color: #fff !important;
    background-color: rgba(255,255,255,0.25) !important;
}

#menu #background{
    background-color: rgb(0, 0, 0) !important; 
}
 
.phoneGotoPageContent #currentPageIndexTextField{
   background: rgb(255, 255, 255) !important; 
}


.phoneTopBar .button:nth-of-type(2){
    right: 0;
}

.phoneBottomBar .button:nth-of-type(1) .icon img{
    display: none;
}

.phoneBottomBar .button:nth-of-type(1) .icon {
    background-image: url(icon/miSearch.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: scale(-1,1);
}

.phoneBottomBar .button .icon {
    top: 8px;
    width: 25px;
    height: 25px;
}

.phoneBottomBar .button img {
    width: 25px;
    height: 25px;
}

/* Desktop search */
.search_form {
    background-color: rgb(247, 168, 35)!important;
}

.search_form .search_content {
    background-color: #e69c1f !important;
}

.search_form .item {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.search_form .item .description {
    display: none;
}

/* SHOP NOW BUTTON */

.leo-comp--btn > button {
    background-color: rgb(0, 85, 150) !important;
    border-color: rgb(0, 85, 150) !important;
    transition: background-color 0.5s;
    font-weight: bold !important;
    font-family: arial;
}

.leo-comp--txt{
    border-radius: 10px;  
    padding-top: 5px !important;  
}

.leo-comp--txt .leo-comp--txt__content p span{
    line-height: 32px !important;
}

.leo-comp--txt .leo-comp--txt__content u{
    text-decoration: underline;
}

.leo-comp--btn > button:hover{
    background-color: rgb(0, 60, 100) !important;
    border-color: rgb(0, 60, 100) !important;
}

.leo-comp--shape-rect {
    border-radius: 12px;
}