/* main */
header.header-hero{
    position: relative;
    width: 100%;
    height: 100vh;
}
header.header-hero:before{
    content: '';
    background-image: url("../img/bg-header.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
}
header.header-hero:after{
    content: '';
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    right: 0;
}
.top-header {
    display: flex;
    justify-content: space-between;
    height: 80px;
    align-items: center;
    position: relative;
    z-index: 999;
}
.right-th {
    width: 90%;
    display: flex;
    gap: 32px;
    align-items: center;
}
.top-header nav.navbar ul {
    margin-bottom: 0;
}
.top-header nav.navbar ul li.menu-item-has-children{
    position: relative;
    margin-left: 1rem;
}
.top-header nav.navbar ul li.menu-item-has-children:before {
    position: absolute;
    left: -14px;
    top: 4px;
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: .75rem;
}
.top-header .an-btn-menu-bar {
    font-size: 1.275rem;
    color: #CCCCCC;

}
nav.navbar > ul {
    display: flex;
    gap: 20px;
}
nav.navbar > ul > li.organic {
    margin-left: 20px;
    position: relative;
}
nav.navbar > ul > li >:before {
    content: '';
    width: 200px;
    position: absolute;
    top: 1.25rem;
    height: 20px;
}
nav.navbar > ul > li > a {
    color: #CCCCCC;
    font-weight: 500;
    font-size: 16px;
}
nav.navbar > ul > li.organic > a:after {
    content: "\f107";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    font-size: 12px;
    position: absolute;
    top: 4px;
    left: -15px;
}
nav.navbar > ul > li > ul {
    min-width: 200px;
    position: absolute;
    display: flex;
    flex-direction: column;
    background: #FFF;
    border-radius: .5rem;
    top: 40px;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out;
    overflow: hidden;
    padding-right: 0;
}
nav.navbar > ul > li:hover ul{
    visibility: visible;
    opacity: 1;
}
nav.navbar > ul > li > ul > li a {
    font-size: var(--fssm);
    display: block;
    padding: .5rem;
    color: #7A7A7A;
}
nav.navbar > ul > li > ul > li a:hover{
    background-color: #E0E0E0;
}
.left-th {
    display: flex;
    gap: .5rem;
}
.left-th i.fa-solid.fa-user {
    color: #CCCCCC;
}.left-th i.fa-solid.fa-user-check {
    color: #CCCCCC;
}
.left-th i.fa-solid.fa-basket-shopping {
    color: #CCCCCC;
}
.left-th .account {
    display: flex;
    justify-content: center;
    width: 50px;
    height: 50px;
}
.left-th .buy{
    padding: .75rem;
    cursor: pointer;
    border-radius: .5rem;
}
.left-th .buy:hover,
.left-th .buy:hover button i.fa-basket-shopping
{
    background-color: #ffff;
    transition: all .4s ease-in-out;
    color: #7A7A7A;
}
.left-th .buy:hover .widget_shopping_cart_content{
    visibility: visible;
    opacity: 1;
}
.top-header .cart-count {
    position: absolute;
    left: 50px;
    top: 12px;
}
.left-th .buy span.cart-count:before {
    content: attr(data-count);
    width: 15px;
    height: 15px;
    background: #F5F5F5;
    position: absolute;
    top: .25rem;
    right: .25rem;
    border-radius: 50%;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
}
.main-header {
    margin: 80px auto 0;
    position: relative;
    z-index: 9;
}
.main-header .intro {
    color: #fff;
    text-align: center;
}
.main-header .intro h4{
   font-size: 40px;
    margin-bottom: 12px;
}
.main-header .intro h5{
    font-size: 20px;
    color: #CCCCCC;
}
.search {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    position: relative;
}
.search input[type="text"] {
    width: 100%;
    height: 60px;
    border-radius: 30px;
    outline: 0;
    padding: 8px 12px;
    background: #E0E0E0;
    transition: ease-in-out .3s all;
    cursor: pointer;
}
.search input[type="text"]:focus{
    background: #fff;
}
.search form{
    width: 50%;
    position: relative;
    z-index: 99;

}
.search button {
    position: absolute;
    left: .5rem;
    top: .5rem;
    width: 45px;
    height: 45px;
    background: #263A4D;
    border-radius: 100%;
    color: #fff;
    padding: 8px;
}
.search button i.fa-solid.fa-magnifying-glass {
    font-size: 20px;
    text-align: center;
}

/* single */
header.single-header{
    height: 273px;
    position: relative;
    z-index: 999;
}
header.single-header:before {
    content: '';
    background-image: url("../img/main-header.webp");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 273px;
    position: absolute;
    top: 0;
    right: 0;
}
.single-header .bread-title {
    margin-top: 40px;
    position: relative;
}
.bread-title .breadcrumb-single ul {
    gap: 4px;
}
.bread-title .breadcrumb-single ul i {
    color: #E0E0E0;
    font-size: 8px;
}
.bread-title .breadcrumb-single ul li a {
    color: #E0E0E0;
    font-size: 1rem;
}
.single-header .bread-title .title {
    margin-top: 8px;
}