h1 {
    font-size: calc(24px + 12*(100vw - 320px) / 1600)
}

.sticky-header-all {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    color: #222;
    -webkit-box-shadow: 0 8px 10px rgba(34, 34, 34, 0.05);
    box-shadow: 0 8px 10px rgba(34, 34, 34, 0.05);
    z-index: 9;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    /* padding: 20px 0 0px 0 !important; */
}

header .top-nav .navbar-top .web-logo img {
    width: calc(220px + 42*(100vw - 320px) / 1600);
}

header .navbar-nav .nav-single-item {
    margin-left: calc(30px + 10*(100vw - 1200px) / 720);
}

header .navbar-nav .nav-single-item a {
    font-size: 16px;
    position: relative;
    color: #222;
    width: 100%;
    text-align: left;
    z-index: 0;
    overflow: hidden;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem 0 !important;
}

header .navbar-nav .nav-single-item a {
    color: #222;
    background-color: transparent;
}

li.nav-single-item.single-item-others {
    margin-left: calc(20px + 10*(100vw - 1200px) / 720) !important;
}

header .navbar-nav .dropdown-menu {
    transition: none;
}

header .navbar-nav .dropdown-menu-2 {
    -webkit-transform: none;
    transform: none;
}

.dropdown-menu-3 img {
    width: 100%;
}

header .navbar-expand-xl .dropdown-menu .dropdown-column {
    margin: 0;
}

header .promotional-menu .dropdown-column .dropdown-header::before {
    display: none;
}

header .header-nav .header-nav-right .deal-button {
    padding: calc(6px + 3*(100vw - 320px) / 1600) calc(11px + 9*(100vw - 320px) / 1600);
}

/* header .navbar-expand-xl .new-nav-item .dropdown-column .dropdown-header::before {
    bottom: -5px;
} */

/* Header Search  */
.ui-menu {
    display: block;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 2px
}

.ui-autocomplete {
    overflow-x: hidden;
    max-height: 230px;
    width: 1px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999999;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #fff;
    border-color: #ccc;
    border-color: rgb(0 0 0 / .2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / .2);
    -moz-box-shadow: 0 5px 10px rgb(0 0 0 / .2);
    box-shadow: 0 5px 10px rgb(0 0 0 / .2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.ui-menu .ui-menu-item {
    clear: left;
    float: left;
    margin: 0;
    background-color: #f3f3f3;
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    width: 100%;
    font-size: 15px;
}

.ui-menu .ui-menu-item a {
    display: block;
    padding: 3px 3px 3px 3px;
    text-decoration: none;
    cursor: pointer;
    background-color: #fff
}

.ui-menu .ui-menu-item a:hover {
    display: block;
    padding: 3px 3px 3px 3px;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    background-color: #069
}

/* Gallery */
.accordion-button:not(.collapsed) {
    color: #222222;
    background-color: #f1f1f1;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    ;
}

.breadcrumb-section .breadcrumb-contain nav {
    margin-left: inherit;
}

/* Product Information Modal  */
.product-information-tags {
    display: flex;
    gap: 10px;
}

.product-box-3 .product-header .product-image .product-option li {
    cursor: pointer;
}

h3#product_information_product_id {
    font-size: 14px;
    font-weight: 600;
    padding: 4px 12px;
    width: max-content;
    background: #d0ecff;
    margin-bottom: 5px;
}

.title {
    display: block;
    text-align: center;
}

.title h3 {
    font-weight: 700;
    color: #222;
    position: relative;
    font-size: calc(18px + 6*(100vw - 320px) / 1600);
}

.product-information-tags h6 a {
    padding: 4px 12px;
    background: #ff7b7b;
    color: white;
    border: 1px solid #f16e6e;
    border-radius: 4px;
}

.view-modal .modal-dialog .modal-content .product-information-modal .right-sidebar-modal .modal-button .view-button {
    margin-left: 0 !important;
}

/* FOOTER  */
.section-small-space {
    padding: 10px 0;
}

.last-footer {
    justify-content: center !important;
    align-items: center !important;
    border-top: none !important;
    padding: 0 0 30px 0;
}

header .navbar-expand-xl .dropdown-mega .menu-industry .dropdown-item {
    padding: 0;
    margin: 15px 0px 0 0
}

/* Responsive */
@media only screen and (min-width:1401px) and (max-width:1920px) {}