.top-search form.form-search .box-search input {
    padding-left: 20px;
    padding-top: 8px;
    height: 49px;
}

.header-bottom {
    height: 55px !important;
}

.cart-drawer-items-list {
    max-height: 400px;
    overflow-y: auto;
    padding-left: 1rem;
}

.box-cart .inner-box .dropdown-box .btn-cart a.view-cart {
    padding: 10px 33px;
    color: #f28b00;
    border: 2px solid #f28b00;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    float: left;
    position: relative;
    overflow: hidden;
    z-index: 5;
    width: 100%;
    text-align: center;
}

#mainnav>ul.menu {
    word-spacing: unset !important;
}

#mega-menu {
    float: right;
}

#mainnav {
    padding-left: unset;
    padding-right: 30px;
    float: left;
}

.divider35 {
    height: 35px;
}

.widget-about ul.social-list li a {
    display: inline-block;
    height: 48px;
    width: 48px;
    line-height: 44px;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(229, 229, 229);
    border-image: initial;
    border-radius: 50%;
}

.widget-about ul.social-list li a:hover {
    border-color: #f28b00;
    color: #f28b00;
}

#floating-icons {
    position: fixed;
    right: 20px;
    transition: .5s;
    bottom: 10px;
    margin-bottom: 5rem;
    /*z-index: 1;*/
    width: 20px;
}

#floating-icons .hide-pc {
    display: none;
}

#floating-icons a {
    width: 40px;
    background-color: #4478ef;
    margin: 10px 0;
    font-size: 1.2rem;
    height: 40px;
}

#floating-icons a {
    border-radius: 5px;
    transition: .5s;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 40px;
}

#floating-icons .float-wts {
    background-color: #25D366;
    color: #fff;
}

#floating-icons .float-phone {
    background-color: #34b7f1;
    color: #fff;
}

#floating-icons .float-instagram {
    background-color: #E1306C;
    color: #fff;
}

#floating-icons .float-snapchat {
    background: #FFFC00;
}

#floating-icons .float-tiktok {
    background: black;
}

@media only screen and (max-width: 480px) {
    .top-search form.form-search .box-search input {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    ul.flat-unstyled, ul.flat-support {
        text-align: center !important;
    }
}
