/***** Header *****/

.full-header {
    float: left;
    width: 100%;
}

#bttop {
    display: none;
    z-index: 299;
    position: fixed;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #FFF;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    background-color: #f97242;
    -webkit-transform: translateZ(0);
}

.header-top {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-color: #f97242;
    position: relative;
}

.header-top p {
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    font-size: 13px;
}

.header-top .close {
    font-size: 20px;
    font-weight: 100;
    background: none;
    height: auto;
    width: auto;
    line-height: 23px;
    position: relative;
    float: right;
    position: relative;
    top: 0;
    right: 0;
    color: #fff;
    text-shadow: none;
    border: none;
    box-shadow: none;
}

.header-bottom {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    padding: 15px 0;
}

.logo-area img {
    max-height: 50px;
}

.header-bottom .wrapper {
    align-items: center;
}

.header_b_left {
    float: left;
    max-width: 200px;
    display: inline-block;
}

.header_b_right {
    width: calc(100% - 200px);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    /* display: none; */
}

.header_b_right h1 {
    font-size: 30px;
    line-height: normal;
    color: #f97242;
}

.header_b_right p {
    float: left;
    width: 100%;
    text-align: center;
    margin: 10px 0 0;
    font-size: 20px;
    color: #000;
}

.wish-list,
.select-box {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    font-size: 15px;
    color: #a3a2a2;
}

.wish-list i {
    margin-right: 7px;
    font-size: 13px;
}

.select-box [class*='select-'] {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
}

.select-box [class*='select-'] select {
    height: initial;
    padding: initial;
    border: none;
    color: #a3a2a2;
    /* -moz-appearance: none;
    -webkit-appearance: none;
    background: 0 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right 0px center;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHVJREFUeNpidHBwuPzt29ddfHz8xQxQAOTPYmfnsGX6////Nl5evsIPH95PB0kA6WWcnFwp//79W8zo4uLC8OfP70pmZpaWHz9+vOfg4BD8+/dPNgsL6wxmJSUlBiYm5iNAiY9sbGxu379/S+Hg4JwHMgUgwAD3NS8TSbhyqAAAAABJRU5ErkJggg==');
*/
}

.header-link:hover {
    text-decoration: underline;
}


/*Responsive*/

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 991px) {
    .header-bottom {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .header-top .close {
        right: 15px;
    }
}

@media only screen and (max-width: 475px) {}