/* HEADER */

header {
    border-top: 1px solid #25b0e6;
}
.navbar {
    border:0;
    border-top: 1px solid #8fd7f2;
    margin-bottom:0;
    border-radius:0;
    background: #fff;
}
.navbar-brand {
    height:auto;
    padding-top: 20px;
    padding-bottom: 21px;
    padding-left: 0;
}
.navbar-brand img {
    max-width: 106px;
}
.navbar > .header-bottom > .container .navbar-brand, .navbar > .header-bottom > .container-fluid .navbar-brand {
    margin-left: 0;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: none;
}
.navbar-nav {
    font-size: 14px;
    padding: 0;
}
.navbar-nav > li > a {
    padding: 5px 10px;
    color: #a4a4a4;
    font-weight: 400;
    font-size: 14px;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    -ms-transition: color 0.2s;
    transition: color 0.2s;
}
.navbar-nav > li > a:hover {
    color: #25b0e6 ;
}
.navbar-nav > li > a:focus, .navbar-nav > li > a:hover {
    background: none;
}
.navbar-nav > li:last-child > a {
    padding-right:0px;
}
.navbar-nav > li > a .caret {
    display:none;
}
.navbar-toggle {
    border:1px solid #212020;
}
.navbar-toggle .icon-bar {
    background-color: #333;
}

.navbar-nav > li > .dropdown-menu {
    left: 0;
    right:auto;
    margin: 0;
    padding: 0;
    min-width: 140px;
    box-shadow: none;
    border: none;
    background: #fff;
    border-radius: 5px;
}
.navbar-nav > li > .dropdown-menu > li > a {
    padding: 9px 10px;
    font-size: 14px;
    color:#a4a4a4;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    -ms-transition: background 0.2s;
    transition: background 0.2s;
}
.navbar-nav > li > .dropdown-menu > li:last-child > a {
    border-bottom: 0;
}
.navbar-nav > li > .dropdown-menu > li > a:hover {
    color: #25b0e6;
}
.navbar-nav > li > .dropdown-menu > li > a:hover .fa-caret-right {
    color:#212020;
}

/* Lang */

.dropdown.language .lang img {
    margin:-2px 4px 0px 0px;
}
.dropdown.language .dropdown-menu {
    border: 0px;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: 8px 0px 0px 0px;
    padding: 0px 0;
    left:-20px;
}
.dropdown.language .dropdown-menu > li > a {
    padding-top:5px;
    padding-bottom:5px;
}

/* Social */
.header-social {
    margin-top: 12px;
}
.follow-us-on {
    margin: 3px 13px 0 0;
    font-size: 12px;
    font-weight: 600;
    display: block;
    float: left;
}
.social-link i {
    color: #25b0e6;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: rgba(255,255,255,0.8);
    border-radius: 50%;
    position: relative;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.social-link:last-child i {
    margin-right:0px;
}
.social-link .fa {
    font-size: 14px;
    margin-right: 12px;
}
.social-link .fa:hover {
    background: #fff;
}
.social-link .fa-twitter:hover {
    background: #fff;
}
.social-link .fa-facebook:hover {
    background: #fff;
}
.social-link .fa-google-plus:hover {
    background: #fff;
}
.social-link .fa-linkedin:hover {
    background: #fff;
}
.social-link .fa-youtube:hover {
    background: #fff;
}
.social-link .fa-instagram:hover {
    background: #fff;
}
.social-link .fa-pinterest:hover {
    background: #fff;
}
.searchbox {
    float: left;
    margin: 18px 0 8px -20px;
}
.searchbox input {
    border-radius:2px;
    height: 33px;
    color: #a4a4a4;
    box-shadow:none;
    border: 1px solid #a4a4a4;
    font-size: 14px;
    background: #fff;
    padding-left: 23px;
    width: 170px;
    border-right: 0;
    float: left;
}
.searchbox.searchbox-header input {
    width: 220px;
}
.searchbox .input-group-btn:last-child > .btn, .searchbox .input-group-btn:last-child > .btn-group {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.searchbox input[type="search"]:focus{
    border-color: #25b0e6;
    outline: 0 none;
    background: #fff;
}
.searchbox input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #a4a4a4;
    opacity:1;
}
.searchbox input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #a4a4a4;
    opacity:1;
}
.searchbox input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #a4a4a4;
    opacity:1;
}
.searchbox input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a4a4a4;
    opacity:1;
}
.searchbox input::-ms-input-placeholder { /* Microsoft Edge */
    color: #a4a4a4;
    opacity:1;
}
.searchbox .btn {
    border-radius:0px;
    padding: 4px 18px 5px 12px;
    background: #fff;
    color: #a4a4a4;
    font-size: 17px;
    border: 1px solid #a4a4a4;
    border-left: 0;
    margin: 0;
    height: 33px;
    box-shadow: none;
    -webkit-transition: color 0.2s ease 0s;
    -moz-transition: color 0.2s ease 0s;
    -ms-transition: color 0.2s ease 0s;
    -o-transition: color 0.2s ease 0s;
    transition: color 0.2s ease 0s;
}
.searchbox .input-group-btn {
    float: left;
}
.searchbox .btn.btn-default:focus {
    background: #fff;
    border-left: 0;
    color: #a4a4a4;
    outline: none;
    border-color: #a4a4a4;
}
.searchbox .btn.btn-default:hover {
    border-color: #a4a4a4;
}

.searchbox .btn.focused, .searchbox .btn.focused:hover {
    border-color: #25b0e6;
}
.searchbox .btn:hover {
    color: #25b0e6;
    background: #fff;
}
.header-top .top-menu {
    float: right;
    margin-right: 20px;
    border-right: 1px solid #617588;
    margin-top: 9px;
    padding-right: 15px;
}
.header-top .top-menu a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    margin-right: 10px;
}
.header-top .top-menu a:last-child {
    margin-right: 0;
}
.header-top .top-menu a:hover {
    color: #25b0e6;
}
.top-menu {
    float: left;
    margin: 20px 0 0 80px;
}
.top-menu .top-nav {
    list-style: none;
}
.top-menu .top-nav li {
    display: block;
    position: relative;
    float: left;
}
.top-menu .top-nav li a {
    font-size: 17px;
    color: #a4a4a4;
    margin-right: 25px;
    -webkit-transition: color 0.2s ease 0s;
    -moz-transition: color 0.2s ease 0s;
    -ms-transition: color 0.2s ease 0s;
    -o-transition: color 0.2s ease 0s;
    transition: color 0.2s ease 0s;
}
.top-menu .top-nav li a:hover {
    color: #25b0e6;
}
.user-box {
    float: right;
    margin-top: 24px;
}
.user-box.logged {
    margin-top: 16px;
}
.user-box .user-info {
    float: right;
    margin-left: 25px;
}
.user-info a {
    color: #a4a4a4;
}
.user-info a:hover {
    color: #25b0e6;
}
.user-info .user-image {
    width: 39px;
    height: 39px;
    overflow: hidden;
    border: 1px solid #fff;
}
.user-info .user-image img {
    max-width: 100%;
}
.user-info .avatar-icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.user-info .dropdown-toggle {
    display: flex;
    background: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
    position: relative;
    z-index: 10;
}
.user-info .dropdown-toggle .user-name {
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 8px;
    font-weight: 500;
    font-style: italic;
    color: #a4a4a4;
    margin-top: 9px;
    font-size: 14px;
    max-width: 100px;
    overflow: hidden;
}
.user-info .dropdown.open .user-name {
    color: #25b0e6;
}
.user-info .dropdown.open .user-image {
    border-color: #25b0e6;
}
.user-box .shortcut {
    margin-left: 6px;
    color: #a4a4a4;
}
.user-box .shortcut.first {
    margin-left: 0;
}
.user-box .shortcut:hover {
    color: #25b0e6;
}
.user-box .shortcut-wrapper {
    float: left;
    margin-top: 7px;
    font-size: 16px;
}
.user-box .shortcut-wrapper .cart {
    float: left;
    margin-right: 5px;
}
.user-box .shortcut-wrapper .cart a {
    color: #a4a4a4;
}
.user-box .shortcut-wrapper .cart a:hover {
    color: #25b0e6;
}
.user-box .dropdown-cart {
    width: 320px;
    top: 57px;
    right: 15px;
    left: auto;
    border-radius: 0px;
    color: #000;
    border-top: 2px solid #25b0e6;
    padding: 0px 18px;
    display: none;
}
.user-box .dropdown-cart.visible {
    visibility: visible;
}
.user-box .dropdown-cart li {
    padding: 18px 0px;
    border-bottom: 1px solid #d0d0d0;
    display: table;
    width: 100%;
    margin: 0;
}
.user-box .dropdown-cart li.cart-items-wrapper {
    padding: 0;
}
.user-box .dropdown-cart li:last-child {
    border: none;
}
.user-box .dropdown-cart li .image {
    width: 60px;
    display: table-cell;
    vertical-align: top;
}
.user-box .dropdown-cart li .image img {
    display: block;
    max-width: 100%;
    width: 100%;
}
.user-box .dropdown-cart li .text {
    display: table-cell;
    vertical-align: top;
    width: 200px;
    padding-left: 15px;
}
.user-box .dropdown-cart li .text .title, .user-box .dropdown-cart li .text .title a {
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 2px;
    color: #000;
}
.user-box .dropdown-cart li .text .title {
    font-size: 12px;
    text-transform: none;
}
.user-box .dropdown-cart li .text .title a:hover {
    color: #25b0e6;
}
.user-box .dropdown-cart li .text .category {
    font-size: 11px;
    font-weight: 600;
}
.user-box .dropdown-cart li .text .price {
    font-size: 12px;
}
.user-box .dropdown-cart li .text .price span {
    font-size: 14px;
    color: #25b0e6;
    font-weight: 600;
}
.user-box .dropdown-cart li .remove {
    display: table-cell;
    vertical-align: middle;
    width: 12px;
}
.user-box .dropdown-cart li .remove i {
    border-right: none;
    display: inline;
    padding: 0px;
}
.user-box .dropdown-cart li .remove i:hover {
    color: #25b0e6;
    cursor: pointer;
}
.user-box .dropdown-cart li .btn, .user-box .dropdown-cart li .btn:focus {
    font-size: 11px;
    color: #25b0e6;
    border: 1px solid #25b0e6;
    border-radius: 0px;
    width: 48%;
    margin-right: 2%;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    padding: 6px 10px;
    background: transparent;
}
.user-box .dropdown-cart li .btn:last-child {
    margin-right: 0px;
    float: right;
}
.user-box .dropdown-cart li .btn:hover {
    color: #fff;
    background: #25b0e6;
}
.user-box .dropdown-cart li.total-price span {
    color: #25b0e6;
    font-weight: bold;
}
.user-box-middle .dropdown-cart ul {
    margin: 0;
    padding: 0;
}
.user-box-middle .dropdown-cart ul li {
    margin: 0;
    padding: 10px 0;
}
.user-box .dropdown-cart li.price {
    padding: 18px 0;
}
.shoppingCartIsEmpty .dropdown-menu {
    display: none !important;
}

.user-box .shortcut-wrapper .cart .cart-icon-wrapper {
    position: relative;
}
.user-box .shortcut-wrapper .cart .cart-icon-wrapper .cart-items-count {
    position: absolute;
    top: -6px;
    left: -1px;
    transform: translateX(-50%);
    background: #FF3D00;
    color: #fff;
    border-radius: 3px;
    padding: 1px 4px 0;
    line-height: 15px;
    font-family: 'Arial', sans-serif;
    font-size: 11px;
    z-index: 999;
}
.user-box .shortcut-wrapper .shoppingCartIsEmpty.cart .cart-icon-wrapper .cart-items-count {
    display: none;
}
.open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    background: #fff;
}
.user-box .dropdown-menu {
    margin-top: -39px;
    padding: 46px 18px 5px 16px;
    z-index: 5;
    border-radius: 0;
    min-width: 130px;
    font-size: 15px;
    border: 0;
    box-shadow: none;
    left: -16px;
}
.user-box .dropdown-menu i {
    font-size: 14px;
    margin-right: 4px;
}
.user-box .dropdown-menu a, .user-box .dropdown-menu a:focus {
    padding: 4px 0;
    font-size: 14px;
    color: #a4a4a4;
}
.user-box .dropdown-menu a:hover {
    color: #25b0e6;
}

.user-box .dropdown-menu .notification-badge {
    font-family: 'Arial', sans-serif;
    font-size: 11px;
    background: #FF3D00;
    color: #fff;
    border-radius: 3px;
    padding: 1px 4px 0;
    line-height: 15px;
    margin-left: 8px;
    margin-top: -2px;
}

.user-profile-nickname {
    display: none;
}

.navbar-fonts.navbar-right {
    margin-top: 0;
    margin-left: 65px;
    float: left!important;
}

.navbar-fonts li a {
    font-size: 16px;
    font-weight: 500;
}

.user-info .user-image {
    position: relative;
}
.user-info .user-image img {
    max-width: 100%;
}
.user-info .user-image img[src=""], .user-profile-picture img[src=""] {
    display: none;
}

.user-info .dropdown-toggle .notification-counter {
    position: absolute;
    top: -7px;
    left: 1px;
    transform: translateX(-50%);
    background: #FF3D00;
    color: #fff;
    border-radius: 3px;
    padding: 1px 4px 0;
    line-height: 15px;
    font-family: 'Arial', sans-serif;
    font-size: 11px;
    z-index: 999;
}
.user-no-image-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 39px;
    width: 100%;
}
.user-no-image-icon i {
    font-size: 18px;
    margin-top: -4px;
}
.user-no-image-icon .no-image-text {
    display: none;
}

.navbar-right li.mobile-search {
    display: none;
}

.login-box a {
    color: #a4a4a4;
}

.login-box a:hover {
    color: #25b0e6;
}
.shortcut-wrapper .cart-info-box-content {
    position: relative;
}
.shortcut-wrapper .cart-info-box-content .cart-items-wrapper ul {
    padding: 0;
}
.shortcut-wrapper .dropdown-menu {
    padding: 5px 15px;
    border-top: 2px solid #25b0e6;
    margin-top: -20px;
    left: -20px;
}