﻿.header{
    position: relative;
    height: 100%;
    
}

.header img{
    max-width: 100%;
}
.header input.form-control{
    border-radius: 20px;
}
.header .btn-primary {
    height: 45px;
}
.header .navbar-toggler{
    color:var(--bg-primary-btn);
    border:0
}
/*.navbar-collapse {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 95vh;
  background-color:rgba(0, 0, 0, 0.5);;
  width: 100%;
}*/
.show ul{
    width: 100%;
    background: #fff;
    height: 100%;
    float: right;
}
.header .collapsing {
    transition: none !important;
}
.header a {
    height: 30px;
}
.header a:hover {
    color:var(--text-primary-color);
    border-bottom:3px solid var(--text-primary-color);
    cursor:pointer
}
.header .dropdown:hover .dropdown-menu {
    display: flex;
    margin-top: 0; /* remove the gap so it doesn't close */
}
.dropdown-full{
    position: static;
}
.submenu{
    width: 80%;
    /*position: absolute;*/
    border:0;
    /*top: 45px;*/
    left: 10%;
    height: 70vh;
}
.header .dropdown-toggle::after{
    display: none;
}

.imgLogo:hover{
    border-bottom:0 !important
}
.header select{
    height: 20px;
    padding: 0;
    margin-top:2px;
    font-weight:var(--font-weight-bold);
    border: 0;
    padding-left:5px;
    color: var(--text-primary-color)
}
.language-switcher{
    text-transform: uppercase;
    height: 20px;
    padding: 0;
    margin-top:2px;
    font-weight:var(--font-weight-bold);
    border: 0;
    padding-left:5px;
    color: var(--text-primary-color)
}
.ISCodeBtn{
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.header-overlay{
    height: 70vh;
    position: fixed;
    width: 100%;
    z-index: 100;
    background: white;
    width: 100%;
    top: 0;
}
#headerSearchContainer{
    height: 75%;
    overflow-y: auto;
    overflow-x: hidden;
}
#headerSearchContainer::-webkit-scrollbar{
    display: none;
}

#headerSearchContainer .cardBoxHoriz{
    padding-left: 0px!important;

}
#headerSearchContainer .imgGiftCardFixed{
    height: 100px;
}
#headerSearchContainer .titleCard{
    padding-left: 0px!important;
}

.header .btnActive{
    border-bottom: 3px solid var(--text-primary-color);
}

.cart-dropdown-menu{
    width: 450px;
    right: 0;
    margin-top: 5px;
}
.header .btn-transparent:hover, .header .btn-transparent:active{
    background-color: transparent;
    color:#000
}
sup{
    font-size: 14px;
}
@media only screen and (max-width: 1600px)  {
  
}
@media only screen and (max-width: 1180px){
    
    .labelHeader{
        font-size:12px
    }
}
@media only screen and (max-width: 820px){
    .labelHeader{
        font-size:10px
    }
}
@media only screen and (max-width: 780px){
    .header-overlay{
        width: 100%;
        left: 0px;
    }
    
}

.cart-icon-mobile {
    height: 30px;
}
.cart-icon-mobile:hover {
    color:var(--text-primary-color);
    border: 0 !important;
    cursor:pointer
}

/* BANNER MOBILE APP */

.banner-container {
  display: flex;
  width: 100%;
  background-color: #000;
  align-items: center;
  padding: 14px 16px;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
}

.banner-icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

.banner-text {
  margin-left: 16px;
  color: white;
  flex-grow: 1;
}

.banner-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.banner-subtitle {
  font-size: 14px;
  font-weight: 600;
  margin-top: 4px;
}

.banner-button {
  background-color: white;
  color: black;
  font-size: 14px;
  font-weight: 600;
  border-radius: 16px;
  padding: 6px 16px;
  text-decoration: none;
  white-space: nowrap;
}

.banner-button:hover {
  background-color: #f0f0f0;
}

.btn-modal-app {
  background: linear-gradient(90deg, #C22123 0%, #E85047 100%);
  color: white;
}
