.common-home {
    background-color: #f8f2ef;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; /* 确保头部在其他内容之上 */
    background: #fff; /* 设置背景色，避免下方内容透出 */
    height: 100px;
}

.home-content {
    margin-top: 110px;
}

.breadcrumbs {
    margin-top: 100px;
}

.block-right {
}

.logo-container {
    width: 180px;
    height: 40px;
}

.logo-container #logo {
    width: 100%;
    height: 100%;
}

.home1 .container-fix {
    border-bottom: 0px solid #707070;
}

.logo-container a img {
    /* width: 180px; */
    height: 40px;
}

#logo a {
    display: inline-block;
}

.block-right > div:not(:first-child) {
    margin-right: 15px;
}

.main-menu {
    display: inline-block;
    padding-left: 100px;
}

.dynamic-header {
    /* width: 100%; */
    width: 1280px;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
}

.dynamic-header.dynamic-header-navi {
    height: 40px;
}

.dynamic-header .main-menu {
    margin: 5px 0 0;
}

.dynamic-header .header-left {
    width: calc(100% - 548px);
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
}

.dynamic-header .block-right {
    width: 548px !important;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.dynamic-header .block-right .setting {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


.dynamic-header .block-right .setting .fa {
    color: #222;
    font-size: 14px;
    /* text-transform: uppercase; */
    line-height: 1;
}

.dynamic-header .block-right .setting .text-ex {
    color: #222;
    font-size: 14px;
    /* text-transform: uppercase; */
    line-height: 1;
}

.dynamic-header .block-right .setting i {
    color: #222;
    font-size: 12px;
    margin-left: 6px;
}

.dynamic-header .block-right .setting .btn-cart,
.dynamic-header .block-right .setting .btn-wishlist{
    margin-right: 16px;
}

.dynamic-header .block-right .setting .btn-cart i,
.dynamic-header .block-right .setting .btn-wishlist i{
    font-size: 18px;
}

.dynamic-header .block-right .cart-container #cart-total {
    margin-top: 1px;
}

.dynamic-header .main-menu {
    display: inline-block;
    padding-left: 0px;
    width: 100% !important;
}

.block-left .list-unstyled li .btn {
    padding: 0px;
}

.block-left .list-unstyled .language-img {
    padding-right: 5px;
}

.block-left .text-ex {
    color: #ffffff;
    font-size: 12px;
    /*
    text-transform: uppercase;

     */
    line-height: 1;
}


.block-left .dropdown-menu button {
    padding: 0;
    border: none;
    box-shadow: none;
    color: #6b6b6b;
    font-size: 12px;
    line-height: 30px;
}

.block-left .dropdown-menu {
    box-shadow: 5px 5px 7px 0px rgba(41, 41, 41, 0.05);
    animation: fadeIn 0.5s linear alternate;
    -webkit-animation: fadeIn 0.5s linear alternate;
    -moz-animation: fadeIn 0.5s linear alternate;
    border: none;
    border-radius: 0;
    padding: 16px;
}

.block-left ul li {
    display: inline-block;
    position: relative;
    margin-right: 14px;
}

.block-left ul i {
    color: #ffffff;
    font-size: 9px;
    margin-left: 8px;
}

.block-left .text-ex {
    color: #222;
    font-size: 14px;
    /*
    text-transform: uppercase;
     */
    line-height: 1;
}

.block-left ul {
    margin: 0
}

.dynamic-header .block-right-language {
    display: none;
}

@media (max-width: 1279px) {
    .dynamic-header.dynamic-header-navi{
        height: 34px;
        padding-bottom: 10px;
    }
    .container.header-logo-search{
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .header-logo-search .header-left{
        width: 100%;
    }

    .dynamic-header.header-logo-search > .block-right{
        width: 100% !important;
        padding-right: 20px;
        margin-top: 18px;
    }

    #pt_custommenu{
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .pt_custommenu div.pt_menu .parentMenu a, .pt_custommenu div.pt_menu .parentMenu span.block-title{
        white-space: nowrap;
        padding: 0px !important;
    }
}

@media (max-width: 1023px) {
    header {
        padding: 17px 0 0;
    }

    .home-content {
        margin-top: 90px;
    }

    .header-left #search {
        width: 100%;
    }

    .dynamic-header {
        width: 100%;
        height: 10px;
    }

    .main-row.full-width{
        padding: 15px;
        padding-bottom: 0;
    }

    .logo-container {
        top: 50px !important;

    }

    .dynamic-header .block-right-language {
        display: none;
    }

    .dynamic-header .block-left-language {
        display: none;
    }

    .dynamic-header .main-menu {
        display: inline-block;
        padding-left: 0;
    }

    .block-right > div:not(:first-child) {
        margin-right: 0px;
    }

    .dynamic-header.dynamic-header-navi{
        padding-bottom: 0px !important;
    }

    .dynamic-header.header-logo-search > .block-right {
        width: 100% !important;
        padding-right: 0px;
        margin-top: 36px;
    }
}

@media (max-width: 991px) {
    header {
        padding: 32px 0 0;
    }

    .header-left #search{
        display: none !important;
    }

    .dynamic-header .header-left{
        justify-content: center;
    }

    .dynamic-header.header-logo-search > .block-right {
        width: 100% !important;
        padding-right: 0px;
        margin-top: 0;
    }

    .navbar .btn-navbar .icon-bar{
        color: #222;
        background: #222;
    }

    .navbar .btn-navbar {
        margin-top: -40px;
        margin-left: 0px;
    }

    .dynamic-header.header-logo-search > .block-right {
        width: 100% !important;
        padding-right: 20px;
        margin-top: 0;
    }
}

@media (max-width: 750px) {
    .setting.pull-right > .btn-cart{
        display:  none;
    }
    .setting.pull-right > .btn-wishlist{
        display:  none;
    }

    .block-right > div:not(:first-child){
        margin-right: 0px;
    }

    .cart-container.pull-right #cart{
        margin-right: -20px;
    }

    #logo > a{
        width:100%;
    }

    .logo-container a img{
        width: 120px;
        height: auto !important;
        margin-top: 6px;
        margin-left: -15px;
    }

}

