/*****************************
05. Header CSS
*****************************/

.header-top {
    padding: 1.5rem 0;
}

.language-currancy-dropdown {
    padding: 0 1.5rem;
    border-left: 1px solid #a6a6a6;
    line-height: 1.2;
    color: #2c2e3d;
}

.language-currancy-dropdown:first-child {
    border-left: 0;
    padding-left: 0;
}

.language-currancy-dropdown:last-child {
    padding-right: 0;
}

.roshid-language-currancy .language-currancy-dropdown {
    color: #fff;
}

.roshid-language-currancy .language-currancy-dropdown a:not([href]):hover, .roshid-language-currancy .language-currancy-dropdown a:hover {
    color: #DB5C00;
}

.roshid-top-dropdown .dropdown-toggle {
    cursor: pointer;
    margin-right: 2px;
}

.roshid-top-dropdown .dropdown-toggle:not([href]):hover {
    color: #DB5C00;
}

.roshid-top-dropdown .dropdown-toggle:after {
    display: none;
}

.roshid-top-dropdown .dropdown-toggle i.fa {
    margin-left: 2px;
}

.roshid-top-dropdown .dropdown-menu {
    top: 1.5rem !important;
}

.roshid-top-dropdown .dropdown-item {
    padding: 0 2rem;
    font-size: 1.3rem;
    line-height: 2.3;
    color: #2c2e3d;
    border-bottom: 1px solid #ddd;
}

.roshid-top-dropdown .dropdown-item:hover {
    background-color: transparent;
    color: #DB5C00;
}

.dropdown-item img, #roshid-language img {
    margin-right: 10px;
}

.header-top .language-selector .dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.header-top .language-selector .dropdown-toggle img {
    margin-right: 5px;
}

.header-cart {
    height: 100%;
    position: relative;
    text-align: right;
}

.roshid-cart-toggle:not([href]):not([tabindex]) {
    color: #000;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.roshid-cart-toggle:not([href]):not([tabindex]):hover {
    color: #000;
}

.header-shop-icon {
    font-size: 3.2rem;
    font-weight: 400;
    padding-right: 3rem;
}

.cart-badge {
    position: absolute;
    top: -1.5rem;
    left: 3.5rem;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    background: #ffe11b;
    color: #2c2e3d;
    border-radius: 50%;
    font-weight: 600;
    font-size: 1rem;
}

.cart-dropdown {
    min-width: 30rem;
    width: 100%;
    top: 5.6rem !important;
    position: absolute;
    background-color: #fff;
    z-index: 9999999;
    overflow: hidden;
    display: none;
}

.header-cart-content {
    padding: 2rem;
    position: relative;
    text-align: left;
}

.header-cart-close-btn {
    position: absolute;
    right: 2rem;
    font-size: 1.7rem;
    z-index: 99;
    cursor: pointer;
    color: rgba(44, 46, 61, 0.8);
}

.header-cart-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #ededed;
    padding-bottom: 2rem;
}

.hcart-image {
    margin-right: 2rem;
    -webkit-flex: 0 0 7rem;
    -moz-flex: 0 0 7rem;
    -ms-flex: 0 0 7rem;
    flex: 0 0 7rem;
    position: relative;
}

.hcart-content {
    -webkit-flex: 0 0 calc(100% - 9rem);
    -moz-flex: 0 0 calc(100% - 9rem);
    -ms-flex: 0 0 calc(100% - 9rem);
    flex: 0 0 calc(100% - 9rem);
}

.hcart-content h4 a {
    word-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666666;
    text-transform: capitalize;
    font-size: 1.6rem;
    font-weight: 400;
}

.hcart-content h4 a:hover {
    color: #DB5C00;
}

.hcart-content span {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 8px;
}

.header-cart-list {
    padding: 2rem 0;
    margin-bottom: 2rem;
    border-bottom: 1px solid #ededed;
}

.header-cart-single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 4px 0;
}

.header-cart-single span {
    font-weight: normal;
    font-size: 1.5rem;
}

.header-cart-single--title {
    color: #333333;
}

.cart-amount {
    color: #ea4a30;
}

.header-cart-btn {
    text-align: center;
}

.header-area-cart .roshid-cart-toggle:not([href]):not([tabindex]) {
    position: relative;
    text-align: center;
    display: block;
    padding: 20px 0;
    height: 100%;
    float: right;
}

.header-area-cart .cart-dropdown {
    top: 7.3rem !important;
    min-width: 30rem;
}

.header-area-cart .cart-badge {
    background: #DB5C00;
    top: 1.5rem;
    left: 1.5rem;
    color: #fff;
    margin-bottom: .5rem;
}

.header-area-cart .header-shop-icon {
    color: #333;
    padding-right: 0;
}

.header-area-cart .hcart-content h4 a:hover {
    color: #000000;
}

.header-area-cart .cart-amount {
    color: #000000;
}

.header-area-cart a:hover {
    color: #000000;
}

.header-bottom {
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.roshid-header {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

.roshid-header-top {
    padding: 0;
    background: #333;
}

.roshid-header-bottom.sticky-header {
    background: #fff;
    padding: 0;
}

.roshid-header-bottom.sticky-header:hover {
    background: #fff;
}

.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    margin: 0;
    -webkit-animation: fadeInDown 0.8s ease-in-out;
    -moz-animation: fadeInDown 0.8s ease-in-out;
    -ms-animation: fadeInDown 0.8s ease-in-out;
    -o-animation: fadeInDown 0.8s ease-in-out;
    animation: fadeInDown 0.8s ease-in-out;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
}
