/* HEADER */
header {
    width: 100%;
    background: #ffffff;
    border: 0;
    margin: 0;
    padding: 0;
    top: 0;
    position: fixed;
    z-index: 9999;
}
header.index {
    background: transparent;
}
header .header {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
header .header .header-left {
    color: #333;
    font-size: 16px;
    font-weight: 300;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 70px;
}
header.scrolled {
    background-color: #ffffff;
    opacity: 0.97;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
}
header .header .header-logo img{
    height: 80px;
}
header .header .header-left a {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
header .header .header-left a:hover{
    color:#ef5546 ;
}
header .dropdown > a.dropdown-toggle > i.fa-angle-down {
    margin-left: 2px;
    font-size: 12px;
}
header .dropdown > a.dropdown-toggle > i.fa-angle-down {
    font-size: 12px;
}
header .header .header-right {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
}
header .header .header-right .add-company a{
    color: #fff;
    border-radius: 50px;
    text-transform: none;

}
header .header .header-right .add-company .fa{
    color: #fff;
    border-radius: 50px;
    text-transform: none;
    background-color: #111111;

}


.pet-company-btn {
    color:#fff!important;
    border:0;
    outline:0;
    box-shadow:none;
    background-color:#ff3c48;
    font-size:15px;
    line-height:1.2;
    font-weight:600;
    border-radius:40px;
    transition:all .4s ease;
    -webkit-transition:all .4s ease;
    -moz-transition:all .4s ease;
    -ms-transition:all .4s ease;
    padding:0;
    display:inline-flex;
    align-items:center;
    position:relative;
    z-index:1
}
.pet-company-btn__text {
    padding:0 15px 0 12px
}
.pet-company-btn__icon {
    min-width:40px;
    min-height:40px;
    display:inline-grid;
    background-color:#cc1119;
    place-content:center;
    border-radius:40px;
    transition:all .8s ease;
    position:relative;
    z-index:1
}

.pet-company-btn__icon i {
    z-index:1;
    font-size:20px;
    transition:all .8s ease;
    transform:rotate(0)
}
.pet-company-btn__icon::before {
    position:absolute;
    content:"";
    background-color:#cc1119;
    z-index:-1;
    border-radius:50%;
    transform:scale(0) rotate(0);
    transition:all .8s ease
}

.pet-company-btn:active,
.pet-company-btn:focus,
.pet-company-btn:hover {
    box-shadow:none;
    transition:all .4s ease;
    -webkit-transition:all .4s ease;
    -moz-transition:all .4s ease;
    -ms-transition:all .4s ease;
    color:#fff
}
.pet-company-btn--style1 {
    overflow:hidden
}
.pet-company-btn--style1::before {
    position:absolute;
    content:"";
    left:100%;
    width:0%;
    height:100%;
    background-color:#cc1119;
    border-radius:40px;
    opacity:0;
    visibility:hidden;
    transition:all .8s ease;
    z-index:-1
}
.pet-company-btn:hover::before {
    left:0;
    width:100%;
    opacity:1;
    visibility:visible;
    transition:width .8s ease
}
.pet-company-btn--style1:hover .pet-company-btn__icon {
    transition:all .8s ease
}
.pet-company-btn--style1:hover .pet-company-btn__icon i {
    transform:rotate(180deg);
    transition:all .8s ease
}
.pet-company-btn--style1:hover .pet-company-btn__icon::before {
    transform:scale(1) rotate(180deg);
    transition:all .8s ease
}
.pet-company-btn--style2 {
    padding:13.75px 24px;
    gap:8px;
    font-size:16px
}
.pet-company-btn--style2 .pet-companyo-btn__text {
    padding:0
}
.pet-company-btn--style2 .pet-company-btn__icon {
    min-width:unset;
    min-height:unset;
    font-size:20px;
    transition:all .4s ease;
    -webkit-transition:all .4s ease;
    -moz-transition:all .4s ease;
    -ms-transition:all .4s ease
}
.pet-company-btn--style2 .pet-company-btn__icon:nth-child(1) {
    overflow:hidden;
    margin-left:-20px;
    opacity:0;
    visibility:hidden
}
.pet-company-btn--style2 .pet-company-btn__icon:nth-child(3) {
    transform:translateX(0)
}
.pet-company-btn--style2:hover .pet-company-btn__icon {
    background-color:transparent
}
.pet-company-btn--style2:hover .pet-company-btn__icon:nth-child(1) {
    margin-left:0;
    opacity:1;
    visibility:visible
}
.pet-company-btn--style2:hover .pet-company-btn__icon:nth-child(3) {
    margin-left:-20px;
    opacity:0;
    visibility:hidden;
    transform:translateX(20px)
}
.pet-company-btn--style2 .pet-company-btn__icon {
    background-color:transparent
}
.pet-company-btn--white {
    background-color:transparent;
    border:1px solid #fff
}
.pet-company-btn--more {
    background-color:#cc1119;
    color:#fff;
    border:1px solid #cc1119;
    font-size:16px;
    display:inline-flex;
    align-items:center;
    padding:12px 30px;
    gap:11.5px;
    border-radius:6px
}
.pet-company-btn--more i {
    transition:all .4s ease;
    -webkit-transition:all .4s ease;
    -moz-transition:all .4s ease;
    -ms-transition:all .4s ease
}
.pet-company-btn--more:hover i {
    transform:rotate(360deg);
    transition:all .4s ease;
    -webkit-transition:all .4s ease;
    -moz-transition:all .4s ease;
    -ms-transition:all .4s ease
}
.pet-company-btn--more2 {
    border-radius:30px
}
.pet-company-btn--ask {
    justify-content:center;
    min-height:42px;
    align-items:center
}
.pet-company-btn--normal {
    padding:13px 20px;
    border-radius:6px;
    display:block;
    width:100%
}


/* Typeahead Search with product search *******************************************************************************/

.typeahead-search .small-search .input{
    border: 1px solid #bec8ce;
    border-right:0;
    /*border-radius: 3px 0 0 3px;*/ /* normalan radius */
    border-radius: 50px; /* izmenjen  radius */
    /*padding: 6px 6px; !* defines height of input *! !* normalan padiing *!*/
    padding: 15px 28px; /* izmenjen padiing */
    outline: none;
    /*width: 210px; !* Change this value to change typeahead width snormalna sirina *!*/
    width: 340px; /* izmenjena sirina */

}
.typeahead-search {
    position: relative;
    font-size: 14px;
    display: flex;
    flex-wrap: nowrap;
    /* Don't set width, set width to:  header .typeahead-search input */
}
.typeahead-search input {
    color: #666666;
    font-size: 15px;
    font-weight: 400;
    border: 0px solid #bec8ce;
    padding: 15px 28px; /* izmenjen padiing */
    outline: none;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 50px;
    text-align: left;
}
.typeahead-search input.tt-hint {
    top: unset !important;   /* typeahead injects 0 inline */
    left: unset !important;  /* typeahead injects 0 inline */
    color:#c0c0c0;
}
.typeahead-search > button {
    border-radius: 0 3px 3px 0;
    padding: 5px 10px !important;
    background: #ef5546 !important;
}
.typeahead-search > button:hover {
    background: #212121 !important;
}
.typeahead-search .twitter-typeahead {
    position: static !important; /* typeahead injects relative inline */
}
.typeahead-search .typeahead-search-categories  button {
    border-radius: 0;
    background: transparent;
    border: 1px solid #bec8ce;
    border-right: 0;
    /*max-width: 125px;*/
    overflow: hidden;
    padding: 13px 10px;
}

.navbar {
    border: 0;
    margin: 0;
    padding: 0px 0 0;
}
.navbar-brand {
    padding: 0 0 2px 15px;
    height: auto;
}
.navbar-brand img {
    height: 57px;
    margin: 18px 0 10px 0;
}
.navbar .navbar-nav {
    max-height: 50px;
}

.navbar .navbar-nav > li {
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
}
.navbar .navbar-nav > li > a, .navbar .navbar-nav > li > a:focus {
    color: #fff;
    padding: 15px 0 15px 62px;
    margin: 0;
    background: transparent;
    -webkit-transition: background 0.3s ease, color 0.3s ease 0s;
    -moz-transition: background 0.3s ease, color 0.3s ease 0s;
    -ms-transition: background 0.3s ease, color 0.3s ease 0s;
    -o-transition: background 0.3s ease, color 0.3s ease 0s;
    transition: background 0.3s ease, color 0.3s ease 0s;
}
.navbar .navbar-nav > li > a:hover {
    color: #ef5646;
    background: transparent;
}
.navbar .navbar-nav > li:last-child > a {
    border-right: 0;
}
.navbar .navbar-nav > li:first-child > a {
    padding-left: 0;
}
.navbar .navbar-nav > li:last-child > a:after {
    display: none;
}
.navbar .navbar-nav > li > a .caret {
    display: none;
}
.navbar .navbar-nav > li ul {
    box-shadow: 0 1px 7px rgba(0,0,0,.25);
    padding: 0;
    border-radius: 0;
    list-style: none;
    margin-top: -1px;
    width: 100%;
}
.navbar .navbar-nav > li ul li {
    margin: 0;
}
.navbar .navbar-nav > li ul li a {
    font-size: 14px;
    padding: 10px 20px 10px 20px;
    white-space: normal;
}
.navbar .navbar-nav > li ul li:last-child a{
    border-bottom: 0;
}
.navbar .navbar-nav > li ul li a:hover {
    background: #ef5646;
    color: #fff;
}
.navbar .navbar-nav >li.dropdown:hover:after {
    opacity: 1;
}
.social-icons {
    float:right;
    padding: 5px 0 0 0;
    color: #959595;
}
.languages-dropdown {
    float: right;
    font-weight: 300;
}
.languages-dropdown .dropdown-toggle {
    padding: 0;
}
.languages-dropdown .dropdown {
    float: left;
}

.meni-top {
    margin-top: 30px;
}
.meni-top-nav ul li:last-child {
    padding: 0 0 0 30px;
}

/* Lang */
/*header ul.dropdown-menu li{*/
/*    margin: 2px 0;*/
/*}*/
header ul.dropdown-menu li > a {
    padding: 4px 16px;
}

.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;
}
.languages-dropdown .lang-name {
    display: block;
    float: left;
    margin: 0 10px 0 20px;
}
.languages-dropdown .arrow {
    font-weight: 300;
    font-size: 28px;
    margin-top: -10px;
    display: block;
    float:left;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.social-link .fa-instagram {
    margin-right: 34px;
    color: #818285;

}
.social-link .fa {
    color: #fff;
}

.right-top .social-icons a{
    color: #959595;
}
.right-top .social-icons a:hover {
    color: #ef5646;
}

.right-top .language a::after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 3px;
    height: 10px;
    width: 1px;
    background: #b1b1b1;

}
.right-top .social-icons .active{
    color: #000000;
    margin-right: 2px;
    font-weight: 500;
}
.social-link .fa-facebook {
    /*margin-left: 10px;*/
    color: #f5f7f9;
    font-size: 17px;
    padding: 2px 3px 0;
}
.social-link .fa-instagram{
    padding-left: 5px;
    font-size: 17px;
}
.social-link .fa:hover {
    color: #ef5646;
    font-size: 17px;
}
.languages-dropdown .dropdown-menu {
    padding: 5px 0;
    border-radius: 0 8px 0 8px;
}
.languages-dropdown .dropdown-menu li a {
    padding: 6px 20px;
}
.languages-dropdown .dropdown-menu li.active a {
    background: none;
    color: #ef5646;
}
.languages-dropdown .dropdown-menu li a:hover {
    background: transparent;
    color: #ef5646;
}
.language-wrapper {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.language-wrapper a:nth-child(2) {
    border-left:1px solid #959595;
    padding-left:4px;
}


.header-wrapper {
    position: relative;
}
.wide-li .flex-div {
    display: flex;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    padding: 20px;
}
.navbar .navbar-nav li.wide-li ul {
    list-style: none;
    background: #fff;
    box-shadow: none;
    min-width: 180px;
    margin-left: 5px;
}
.navbar .navbar-nav li.wide-li ul.first {
    border-right: 1px solid #f2f2f2;
    margin-right: 25px;
}
.navbar .navbar-nav li.wide-li ul li a {
    width: 100%;
    display: block;
    background: transparent;
    color: #231f20;
}
.navbar .navbar-nav li.wide-li ul li a:hover {
    background: transparent;
    color: #ef5646;
}
.wide-li .flex-div .menu-logo-wrapper {
    height: auto;
    display: flex;
    align-items: center;
}
.wide-li .flex-div .menu-logo-wrapper a {
    padding: 0;
}
.wide-li .flex-div .menu-logo-wrapper a:hover {
    background: none;
}
header .searchbox {
    float: right;
    width: 50%;
    margin: 25px 42px 0 0;
    box-shadow: none;
}
header.navbar-form .input-group > input.form-control {
    border-radius: 3px 0 0 3px;
    height: 40px;
    box-shadow:none;
    background: #fff;
    font-size: 14px;
    color: #212121;
    border: 1px solid #bec8ce;
    border-right: 0;
    font-weight: 300;
    padding: 0 15px;
}
.search-wrapper {
    height: 40px;
    width: 100%;
    /*position: relative;*/
}
.searchbox-header-input-spinner {
    position: absolute;
    right: 8px;
    top: 48%;
    transform: translateY(-50%);
    z-index: 2;
}
.twitter-typeahead .tt-menu {
    border: 1px solid #bec8ce;
    border-top: 0;
    right: 0;
}
.twitter-typeahead.no-result .tt-menu {
    height: auto;
}
.twitter-typeahead .list-group {
    margin: 0;
    background: #ededed;
}
.twitter-typeahead .list-group > a:hover {
    color: #333;
}
.suggestion-product {
    padding: 6px 15px;
    font-size: 13px;
}
.suggestion-product:hover {
    background: #fff;
}
.suggestion-product .image-wrapper {
    padding: 0 5px;
}
.suggestion-product .image-wrapper img {
    max-width: 100%;
}
.suggestion-product .category {
    font-size: 12px;
    color: #aaa;
    margin-top: -2px;
}
.suggestion-product .price {
    font-size: 12px;
}
.suggestion-product .currency.hide-currency {
    display: none;
}
.twitter-typeahead .tt-suggestion:hover {
    color: #333;
}
.twitter-typeahead .tt-suggestion .suggestion-product {
    -webkit-transition: background 0.3s ease 0s;
    -moz-transition: background 0.3s ease 0s;
    -ms-transition: background 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
}
.twitter-typeahead .tt-suggestion .suggestion-product:hover {
    background: #f2f2f2;
}
.tt-menu .no-products-found {
    padding: 10px 15px;
    font-weight: 400;
}
.search-results-dropdown, .search-products-wrapper {
    float: left;
    background: #fff;
}
.search-results-dropdown {
    width: 34%;
    overflow-y: auto;
    max-height: 380px;
}
.search-products-wrapper {
    width: 66%;
    overflow-y: auto;
    max-height: 380px;
    padding-bottom: 10px;
}
.search-results-dropdown .suggestion-product .informations {
    padding: 0;
}
.search-products-wrapper .search-products {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
}
.search-products-wrapper .search-products > a {
    width: 49.9%;
}
.search-results-dropdown .suggestion-product .title {
    word-break: break-all;
}
.search-wrapper .search-site-label, .search-wrapper .suggested-products-label {
    padding: 10px 15px 10px 15px;
    font-size: 14px;
    font-weight: 500;
}
.tt-dataset.tt-dataset-0 {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.tt-dataset.tt-dataset-0 {
    display: flex;
}
a:focus, a:active, button, div, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, select::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
    outline: none !important;
}
.typeahead-search .typeahead-search-categories button {
    overflow: hidden;
    background-color: #fff;
    border-radius: 50px;
    width: 100%; !important;
    border: none;
    text-align: left;
    padding: 13px 10px;
}
.typeahead-search .typeahead-search-categories{
    width: 100%;
}
.typeahead-search .typeahead-search-categories i{
    margin-right: 5px;
    margin-left: 8px;

}
.dropdown .second-tipe{
    width: 300px;
    background-color: #fff;
    border-radius: 50px;

}
.typeahead-search .typeahead-search-categories span {
    color: #333;
    font-size: 15px;

}
.typeahead-search .typeahead-search-categories .dropdown-menu{
    margin-left: 24px;
}
.search-products .suggestion-product {
    padding-bottom: 10px;
    position: relative;
}
.search-products .suggestion-product:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity .2s;
    opacity: 0;
    background-color: rgba(0,0,0,.04);
    pointer-events: none;
}
.search-products .suggestion-product:hover:after {
    opacity: 1;
}
.search-products a:hover {
    color: #333;
}
.search-products .suggestion-product .informations .title {
    font-size: 13px;
}
.twitter-typeahead .list-group.no-products {
    width: 100%;
    background: #fff;
}
.tt-menu .tt-highlight {
    font-weight: 600;
}
.twitter-typeahead .search-products-wrapper .tt-suggestion .suggestion-product:hover {
    background: transparent;
}
header.navbar-form .input-group > input.form-control {
    border-radius: 3px 0 0 3px;
    height: 40px;
    box-shadow:none;
    background: #fff;
    font-size: 14px;
    color: #212121;
    border: 1px solid #bec8ce;
    border-right: 0;
    font-weight: 300;
    padding: 0 15px;
}
header .navbar-form .input-group-btn .search-btn {
    border-radius: 0 3px 3px 0;
    height: 40px;
    width: 60px;
    padding: 0;
    text-align: center;
    line-height: 25px;
    background: #ef5646;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    border: 1px solid #ef5646;
    margin: 0;
    transform: none;
    -webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;
}
header .navbar-form .input-group-btn .search-btn:hover {
    background: #212121;
    border-color: #212121;
}
header .navbar-form .input-group {
    width: 100%;
    display: flex;
}
header .navbar-form .input-group .input-group-btn {
    width: 60px;
}
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 3px 0 0 3px;
}
.navbar-form .input-group .form-control {
    width: 100%;
    height: 40px;
    border: 1px solid #bec8ce;
    border-right-color: rgb(190, 200, 206);
    border-right-style: solid;
    border-right-width: 1px;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    min-height: 20px;
}
.searchbox .twitter-typeahead {
    width: 100%;
    border-right: 0;
    position: static !important;
}
/*.categories-input-group {*/
/*    display: table-cell;*/
/*    padding: 0;*/
/*    height: 40px;*/
/*    vertical-align: middle;*/
/*    width: 220px;*/
/*    position: relative;*/
/*    z-index: 5;*/
/*}*/
/*.categories-input-group .btn {*/
/*    width: 100%;*/
/*    height: 34px;*/
/*    border-radius: 0;*/
/*    background: transparent;*/
/*    border: 1px solid #bec8ce;*/
/*    border-right: 0;*/
/*    color: #666;*/
/*    font-weight: 300;*/
/*    box-shadow: none;*/
/*    font-size: 14px;*/
/*    background: #fff;*/
/*}*/
/*.categories-input-group .btn i {*/
/*    margin-left: 8px;*/
/*}*/
/*.categories-input-group .btn:focus, .categories-input-group .btn:active {*/
/*    box-shadow: none;*/
/*}*/
/*.categories-input-group .dropdown-menu {*/
/*    padding: 5px 0;*/
/*    margin: 0;*/
/*    border-radius: 0;*/
/*}*/
/*.categories-input-group .dropdown-menu li {*/
/*    margin: 0;*/
/*}*/
/*.categories-input-group .dropdown-menu li div {*/
/*    font-weight: 300;*/
/*    font-size: 13px;*/
/*    padding: 5px 20px;*/
/*    cursor: pointer;*/
/*    white-space: nowrap;*/
/*}*/
/*.categories-input-group .dropdown-menu li div:hover {*/
/*    background: #f2f2f2;*/
/*}*/
.header-bottom .navbar-nav > li .dropdown-menu .big-dropdown-content {
    padding: 20px 30px;
}
.header-bottom .navbar-nav > li .dropdown-menu .big-dropdown-content a {
    padding: 0;
    font-size: 14px;
}
.header-right hidden-lg {
    width: 100%;
    padding-left: 100px;
}
header .cart-info-box-content {
    float: right;
    margin-top: 25px;
    padding-left: 20px;
    position: relative;
}
header .cart-invoice {
    font-size:13px;
    color:#fff;
}
header .cart-invoice i {
    margin-left:15px;
    float:right;
    color: #4c4c4c;
    font-size: 36px;
}
header .cart-invoice a {
    font-size: 14px;
}
header .cart-invoice a .cart-have-product-text {
    font-size: 13px;
    color: #222;
    margin-bottom: -3px;
}
header .cart-invoice a:focus, header .cart-invoice a:active {
    color: #222;
}
header .cart-invoice  a:hover i {
    text-decoration: none;
    color: #ef5646;
}
.cart-icon-wrapper {
    position: relative;
    margin: 2px 15px 0 0;
    width: 34px;
}
.cart-icon-wrapper img {
    width: 30px;
}
.cart-icon-wrapper .cart-items-count {
    position: absolute;
    border-radius: 50%;
    background: #ef5646;
    color: #fff;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 14px;
    font-size: 10px;
    right: -2px;
    top: 2px;
}
.cart-icon-link .quantity-price {
    color: #000000;
    font-weight: 500;
}
.shoppingCartIsEmpty .dropdown-menu {
    display: none !important;
}
.cart-invoice .cart-icon-link {
    display: flex;
}
header .dropdown-cart {
    width: 320px;
    top: 66px;
    right: 15px;
    left: auto;
    border-radius: 4px;
    color: #fff;
    border-top: 2px solid #fff;
    padding: 0 18px;
    display: none;
}
header .dropdown-cart li {
    padding: 18px 0px;
    border-bottom: 1px solid
    #d0d0d0;
    display: table;
    width: 100%;
    margin: 0;
}
header .dropdown-cart li.cart-items-wrapper {
    padding: 10px 0 0 0;
}
header .dropdown-cart li:last-child {
    border: none;
}
header .dropdown-cart li.price {
    padding: 18px 0;
}
header .dropdown-cart ul {
    margin: 0;
    padding: 0;
}
header .dropdown-cart li .btn, header .dropdown-cart li .btn:focus {
    font-size: 11px;
    color: #fff;
    border: 1px solid #fff;
    width: 48%;
    margin-right: 2%;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    padding: 7px 10px;
    background: transparent;
    border-radius: 4px;
}
header .dropdown-cart li .btn:last-child {
    margin-right: 0px;
    float: right;
}


header .social-icons img {
    margin-right: 4px;
}
header .social-icons li img {
    max-height: 22px;
    max-width: 22px;
}
.header-bottom {
    font-family: 'Garet Book', sans-serif;
    background: #141414;
    color: #fff;
    max-height: 50px;
}
.navbar .navbar-nav > li > a.online-shop-dropdown-toggle {
    background: #ef5646;
    /*padding: 0px 45px 0px 20px;*/
    /*margin-top: 6px;*/
    color: #fff;
    /*border-radius: 3px;*/
    padding-left:20px;
    padding-right:45px;
}
.navbar .navbar-nav > li > a.online-shop-dropdown-toggle:after {
    display: block;
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    top: 16px;
    right: 15px;
    font-size: 18px;
    width: 13px;
    height: 20px;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar .navbar-nav > li.dropdown.open a.online-shop-dropdown-toggle:after {
    transform: rotate(180deg);
}
.navbar .navbar-nav > li > a.online-shop-dropdown-toggle i {
    margin-right: 15px;
    color: #fff;
}
.header-bottom-relative .cart {
    display: none;
}

.header-bottom-relative {
    position: relative;
}

.big-dropdown {
    position: absolute;
    top: 6px;
    right: auto;
    left: 230px;
    width: 900px;
    background: #fff;
    z-index: 9999;
    display: none;
    min-height: 188px;
    padding: 15px 30px;
    border-bottom-right-radius: 3px;
    border-left: 1px solid #f3f3f3;
}
.navbar .navbar-nav.nav-with-submenus > li ul {
    margin-top: 0;
    left: 0;
    right: 0;
    border-radius: 0 0 3px 3px;
    border-top: 0;
    padding-top: 5px;
    background: #303138;
}
.navbar .navbar-nav.nav-with-submenus > li > ul > li:last-child a {
    border-radius: 0 0 3px 3px;
}
.navbar .navbar-nav.nav-with-submenus > li ul li a, .navbar .navbar-nav.nav-with-submenus > li ul li a:focus {
    padding: 10px 20px;
    color: #fff;
    background: transparent;
    position: relative;
}
.navbar .navbar-nav.nav-with-submenus > li ul li a:hover, .navbar .navbar-nav.nav-with-submenus > li > ul > li.parent-open > a {
    background: hsla(0,0%,100%,.08);
}
.navbar .navbar-nav.nav-with-submenus > li > ul li.with-subcategories a:after {
    content: '\f105';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    font-family: 'FontAwesome';
}
.navbar .navbar-nav.nav-with-submenus > li ul .big-dropdown ul {
    margin-top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    border-top: 0;
    padding-top: 0;
    background: #fff;
}
.navbar .navbar-nav.nav-with-submenus > li ul .big-dropdown ul li {
    padding: 5px 0;
}
.navbar .navbar-nav.nav-with-submenus > li ul .big-dropdown ul li a {
    border: 0;
    padding: 0;
    color: #000;
}
.navbar .navbar-nav.nav-with-submenus > li ul .big-dropdown ul li a:hover {
    background: transparent;
    color: #ef5646;
}
.navbar .navbar-nav.nav-with-submenus > li ul .big-dropdown ul li a:after {
    display: none;
}
.header-top {
    background: #f5f7f9;
    padding-top: 2px;
}
.header-top .left-top {
    display: flex;
    float: left;
    padding: 5px 0;
}
.header-top .left-top i {
    font-size: 16px;
}
.header-top .company-info a {
    color: #959595;
}
.header-top .company-info  {
    margin-right: 20px;
}
.header-top .left-top .company-info span {
    margin-right: 2px;
}

.left-top .company-info a:hover  {
    color: #ef5646;
}

.header-top .left-top .header-info:first-child {
    margin-right: 20px;
}
.header-bottom .navbar-left {
    padding: 0;
}
.header-wrapper .dropdown-cart {
    width: 320px;
    top: 100%;
    left: auto;
    border-radius: 0;
    color: #000;
    border-top: 2px solid #ef5646;
    padding: 0 18px;
    right: 0;
    display: none;
}
.header-wrapper .dropdown-cart.visible {
    visibility: visible;
}
.header-wrapper .dropdown-cart li {
    padding: 18px 0px;
    border-bottom: 1px solid #d0d0d0;
    display: table;
    width: 100%;
    margin: 0;
}
.header-wrapper .dropdown-cart li.cart-items-wrapper {
    padding: 10px 0 0 0;
}
.header-wrapper .dropdown-cart li.cart-items-wrapper > ul {
    max-height: 454px;
    overflow-y: auto;
}
.header-wrapper .dropdown-cart li:last-child {
    border: none;
}
.header-wrapper .dropdown-cart li .image {
    width: 60px;
    display: table-cell;
    vertical-align: top;
}
.header-wrapper .dropdown-cart li .image img {
    display: block;
    max-width: 100%;
    width: 100%;
}
.header-wrapper .dropdown-cart li .cart-item-image {
    width: 60px;
}
.header-wrapper .dropdown-cart li .text {
    display: table-cell;
    vertical-align: top;
    width: 230px;
    padding-left: 15px;
}
.header-wrapper .dropdown-cart li .text .title, .header-wrapper .dropdown-cart li .text .title a {
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 2px;
    color: #000;
}
.header-wrapper .dropdown-cart li .text .title {
    font-size: 12px;
    text-transform: none;
}
.header-wrapper .dropdown-cart li .text .title a:hover {
    color: #ef5646;
}
.header-wrapper .dropdown-cart li .text .category {
    font-size: 11px;
    font-weight: 600;
}
.header-wrapper .dropdown-cart li .text .price {
    font-size: 12px;
}
.header-wrapper .dropdown-cart li .text .price span {
    font-size: 14px;
    color: #ef5646;
    font-weight: 600;
}
.header-wrapper .dropdown-cart li .remove {
    display: table-cell;
    vertical-align: middle;
    width: 15px;
}
.header-wrapper .dropdown-cart li .remove i {
    border-right: none;
    display: inline;
    padding: 0px;
}
.header-wrapper .dropdown-cart li .remove i:hover {
    color: #ef5646;
    cursor: pointer;
}
.header-wrapper .dropdown-cart li .btn, .header-wrapper .dropdown-cart li .btn:focus {
    font-size: 10px;
    color: #ef5646;
    border: 1px solid #ef5646;
    border-radius: 3px;
    width: 48%;
    margin-right: 2%;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    background: transparent;
}
.header-wrapper .dropdown-cart li .btn:last-child {
    margin-right: 0px;
    float: right;
}
.header-wrapper .dropdown-cart li .btn:hover {
    color: #fff;
    background: #ef5646;
}
.header-wrapper .dropdown-cart li.total-price span {
    color: #ef5646;
    font-weight: bold;
}
.header-wrapper .dropdown-cart ul {
    margin: 0;
    padding: 0;
}
.header-wrapper .dropdown-cart ul li {
    margin: 0;
    padding: 10px 0;
}
.header-wrapper .dropdown-cart li.price {
    padding: 18px 0;
}
.shoppingCartIsEmpty .dropdown-menu {
    display: none !important;
}
.user-box .login-box, .user-box, .register-box {
    display: inline-block;
    margin-right: 15px;
}
.user-box a {
    color: #959595;
}
.user-box a:hover {
    color: #ef5646;
}
.header-favorites {
    float: right;
    margin-top: 25px;
    margin-left: 15px;
    width: 152px;
    font-size: 13px;
    color: #222;
}
.header-favorites i {
    margin: 6px 6px 0 0;
}
.header-favorites a:hover i {
    color: #ef5646;
}
.header-favorites a {
    color: #4c4c4c;
}
.header-favorites span {
    color:#000000;
    font-weight: 500;
}

.user-box .user-info .dropdown .dropdown-toggle {
    display: flex;
    padding: 3px 10px 6px 5px;
    cursor: pointer;
}
.user-box .user-info .dropdown .dropdown-menu {
    margin: 0;
}
.user-box .user-info .dropdown .dropdown-menu > li > a {
    font-size: 13px;
    padding: 2px 15px;
}
.user-box .user-info .dropdown .dropdown-menu > li > a:hover {
    color: #ef5646;
}
.header-center .company-btn{
    padding: 0px 15px;
    border-radius: 50px;
    color: #fff;
    background-color: #ef5646;
    text-transform: none;
}
.header-center .company-btn a{
    color: #fff;
}
.header-center .company-btn i{
    background-color: #cc1119;
    border-radius: 50px;
    padding: 9px;
    color: #fff;

}