.call-us i{ margin-right: 10px;}


 .amlocator-search-container {
    width: 84%;
    max-width: 1200px !important;
    margin: 0 auto 30px auto;
    display: flex;
    justify-content:space-evenly;
    
}

 .amlocator-search-container .amlocator-block {
    width:300px;
    margin-bottom: 0;
}

 .amlocator-block.amlocator-current-location {
    order: 1;
    flex-direction: column;
}

.amlocator-current-location .amlocator-wrapper {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 5px;
}

.amlocator-current-location .amlocator-text {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding-right: 40px;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    height: 55px;
}

.amlocator-search-container .amlocator-text, .amlocator-search-container .amlocator-select {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: initial;
}

.amlocator-current-location .amlocator-search {
    position: absolute;
    top: 16px;
    right: 8px;
    width: 23px;
    height: 23px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0iI0Q3RDdENyIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZmlsbD0iI0Q3RDdENyIgZD0iTTEzIDE1LjEyMUwxNS4xMiAxM2w4LjY3NSA4LjY3NS0yLjEyMSAyLjEyeiIvPjwvc3ZnPg==) no-repeat center;
    background-size: contain;
    cursor: pointer;
}

.amlocator-search-container .choice {
    color: #000;
    display: inline-block;
    line-height: 60px;
    width: 30px;
    text-align: center;
}

.amlocator-search-container .choice.choice1 {
    order: 2;
}

 .amlocator-search-container .amlocator-block {
    display: inline-flex;
}

.amlocator-block.amlocator-international-location {
    order: 7;
}

 .amlocator-block.amlocator-international-location .amlocator-select {
    height: 55px;
    width: 100%;
    font-size: 14px;
}

.amlocator-search-container .choice.choice3 {
    order: 6;
}

 .amlocator-search-container .amlocator-button.-nearby {
    margin-left: 0 !important;
    width: auto;
    order: 3;
    margin-top: 4px;
    background: #f2f2f2;
    border: none;
    border-radius: 0;
    color: #000;
    padding: 15px 35px;
}

 .amlocator-search-container .amlocator-button.-nearby:hover {
    background: #000000;
    color: #ffffff;
}
.thead-dark th{ background: #000 !important; 
    color: #fff !important;
}

.search-wrapper,.search-wrapper-two {
    width:35px;
    height: 35px;
    display: flex;
    border-radius: 4rem;
    background: #fff;
    align-items: center;
    justify-content: center;
    outline: none;
    border: 1px solid #888;
    overflow: hidden;
    transition: 400ms ease-in-out;
    position: relative;
}
  
  .search-wrapper.active {
    width: 350px;
  }

  .search-wrapper-two.active  {
    width:282px;
  }
  .search-wrapper input, .search-wrapper-two input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: 18px;
    margin-right: 2px;
    outline: none;
    border: none;
    font-size: 1rem;
    box-sizing: border-box;
    background: #fff !important;
    border: none !important;
}
.search-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    border-radius: 50%;
    border: 2px solid white;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background: #fff;
    margin-left: auto;
    z-index: 2;
}
  .search-btn i {
    color: #000;
    font-size: 1rem;
}
  

@media screen and (min-width: 1024px) {
    .mega-menu {
        padding:32px;
        gap: 60px;
        flex-direction: row;
        align-items: start
    }
}

.mega-menu  li {
    list-style: none;
    line-height: 2.125;
}

.mega-menu  li a{ padding: 0px;}

.mega-menu a {
    color: #0d0900
}

.level-3 {
    padding: 0
}

.level-3-item:not(:last-child) {
    margin-bottom: 12px
}

.megamenu-folder__section1,.megamenu-folder__section2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px
}

@media screen and (min-width: 1024px) {
    .megamenu-folder__section1,.megamenu-folder__section2 {
        flex-direction:row;
        gap: 20px
    }
}

@media screen and (min-width: 1024px) {
    .megamenu-folder--1-to-3 .megamenu-folder__section1 {
        width:216px
    }
}

.megamenu-folder__item {
    width: 100%
}

.level-2-title {
    display: block;
    text-transform: uppercase;
    letter-spacing: 2.25px;
    line-height: 18px;
    font-size: 12px;
    color: #454545;
    margin-bottom: 16px;
    font-weight: 700;
}


@media screen and (min-width: 1024px) {
    .megamenu-folder__section2 {
        flex:1 1 0px
    }
}

.megamenu-folder__item.m-item-presentation {
    max-width: 335px
}

@media screen and (max-width: 426px) {
    .megamenu-folder__item.m-item-presentation {
        max-width:none
    }
}

.megamenu-folder__link img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 335/166;
    object-fit: cover;
    object-position: bottom;
    margin-bottom: 8px;
    border-radius: 5px
}

.megamenu-product .megamenu-folder__link img {
    aspect-ratio: unset;
    background: 50%/cover no-repeat url(../images/interface/megamenu-product-bg.png);
    object-fit: contain;
    height: 111px;
    border-radius: 0
}

.level-2-subtitle {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #1e1e1e
}

.megamenu-product .level-2-subtitle {
    color: #0d0900
}

.level-2-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #6f6f6f;
    font-size: 12px;
    line-height: 18px;
    margin: 0
}

.blog-section{ background: #f2f2f2;}
.footer3-section {background: #241f21;}
.widget-about img{ height: 50px;}
.mobile-header .header-logo img{ height: 80px;}
.header-login i{ margin-right: 10px;}
.--list-align_hr ul {
    display: block;
    padding-inline-start: 0px;
    writing-mode: horizontal-tb;
}

.--list-align_hr ul li {
    display: inline-block;
    list-style-type: none;
}

.--list-align_hr ul li a{
    font-size: 14px;
    color: #231f20;
    text-decoration: none;
    border: 1px solid #231f20;
    padding: 17px 21px;
    font-weight: 500;
    text-transform: uppercase;
}

.--list-align_hr ul li a:hover {
        box-shadow: inset 0 0 0 2px #333,0 0 0 0px #333;
        color: #fff !important;
        background: #333;
    }

.--list-align_hr ul li a.active {
        box-shadow: inset 0 0 0 2px #333,0 0 0 0px #333;
        color: #fff !important;
        background: #333;
    }
.read-bt{  background: #fff;
    border: 1px solid #333;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    letter-spacing: 3px;
    padding: 15px 35px;
    border-radius: 0;
    transition: all .5s ease;}

    .read-bt:hover{   background: 0 0;
        box-shadow: 0px 0px 0px 2px #333;
        color: #333;
    }  

    .category-cms .reverse {
        flex-direction: row-reverse;
    }
    .heading{ position: relative;}

    .--border-left:before {
        content: '';
        background: #a6a6a6;
        width: 10px;
        height: 120px;
        position: absolute;
        left: -54px;
    }

    .pera-area{ padding-left: 5%;;}

    .action.primary {
        border: 1px solid #333;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-weight: 600;
        padding: 7px 15px;
        font-size: 1.4rem;
        box-sizing: border-box;
        vertical-align: middle;
        background: #333;
        border: none;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
        letter-spacing: 3px;
        padding: 15px 35px;
        border-radius: 0;
        transition: all .5s ease;
    }
    .action.primary:hover {
        border: none;
        box-shadow: inset 0 0 0 0px #333,0 0 0 1px #333;
    }
    .video-block {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0; 
         overflow: hidden;
    }
    .video-block iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .form-area {
        background: #fff;
        box-shadow: 0 4px 8px 0 rgba(53,105,128,.3),0 6px 20px 0 rgba(165,200,213,.41);
        padding: 40px;
    }
    b, strong {
        font-weight: 800;
    }
    .job-box a{
        display: block;
        min-height: 132px;
        padding: 20px;
        margin: 0;
        background-color: #fff;
        border: 1px solid #dedede;
        border-radius: 3px;
        box-sizing: border-box;
        list-style: none;
        position: relative;
        margin-bottom: 20px;
    }

    .job-box a:hover{ border: 1px solid #1a1919;}

    .job-box a h3 {
        margin: 0 0 10px;
        font-weight: 700;
        font-size: 17px;
        color: var(--lvh-x-dark-grey);
        line-height: 1.4;
        cursor: inherit;
        word-break: break-word;
        color: #241f21;
    }

    .job-box a .description {
        max-height: 40px;
        overflow: hidden;
        margin: 0;
        line-height: 1.6;
        color: #757575;
        cursor: inherit;
        font-size: 13px;
    }
    .widget-job {
        margin: 0;
        list-style: none;
        padding: 0;
        position: relative;
        display: block;
        color: #757575;
        cursor: inherit;
    }

    .widget-job  i {
        float: left;
        font-size: 12px;
        line-height: 20px;
        color: var(--lvh-secondary-text);
        margin: 5px 10px 0 0;
        cursor: inherit;
    }
    .widget-job  span{
        font-size: 12px;
        font-weight: 500;
        line-height: 20px;
        white-space: nowrap;
        cursor: inherit;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    @media screen and (max-width: 767px) {

        .amlocator-search-container .choice {
            width: 100%;
            line-height: 3.4rem !important;
        }
    
      .amlocator-block.amlocator-international-location {
            order: 7;
        }

        .amlocator-map-container  .amlocator-search-container {
            display: block;
            height: auto;
            max-height: 100%;
        }

        .amlocator-search-container .amlocator-button.-nearby {
        
            width: 100%;
          
        }

        .--list-align_hr ul li {
            margin-bottom: 20px;
        }

        .--list-align_hr ul li a {
            font-size: 14px;
         
            padding: 10px 10px;
           
        }

        .--border-left:before {
            left: -27px;
        }

        .form-area {
            padding: 40px 20px;
        }
        .location-find .reverse{ flex-direction: column-reverse !important;}

        .product-infor-tab-content iframe{  max-height: calc(100vh - 270px);
            height: 40vh;  overflow: auto; }

            .product-info-tab-list {
              
                max-height:270px;
                       
            }   
            
            .category-banner4 .inner .content {
                padding: 8px 10px;
            }

    }

