/*region home main banner*/

.banner-container {
    background: #000;
}
.search-icon-mobile {
    display: block;
    font-size: 16px;
    color: var(--yellowcolor);
    position: absolute;
    margin: 0 6px 0 10px;
    top: 55%;
    right: -5px;
    left: auto;
    transform: translateY(-50%);
}

@media (min-width: 1281px) {
.search-icon-mobile {
    display: none !important;
  }
}
.common-home {
    background: var(--body);
}
.common-home .after-header {
    position: relative;
    margin: 18px 0px -1%;
}

.common-home .content-top {
    border-top: 1px solid #efefef;
    background: #2196F3;
}

.slider-dot {
    position: absolute;
    z-index: 1;
    bottom: 25px;
    left: 0;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    cursor: pointer;
}

.dot {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: #fff;
    display: inline-block;
    transition: background-color 2s ease;
}

.dot.active {
    background: var(--yellowcolor);
}
/*endregion*/



/*region home grid banner*/
.collage.home-grid {
    padding: 20px 0;
    display: table;
}
.home-right-banner-mobile {
    display: none;
}
/*endregion*/


/*region product-category*/


.category-wrap .category .intro {
    position: relative;
}

.category-wrap .category .intro h3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.9);
    background: rgba(0, 0, 0, 0.7);
}

.category-wrap .category .intro img {
    width: 100%;
}

.category-wrap .category ul.children {
    padding: 0;
    margin-top: -7px;
}

.category-wrap .category ul.children li {
    display: flex;
    color: #fff;
    line-height: 20px;
    font-size: 13px;
    padding: 8px 5px 8px 15px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.1);
    align-items: center;
}

.category-wrap .category ul.children li:hover {
    background: rgba(0, 0, 0, 0.2);
}

.category-wrap .category ul.children li .name {
    flex: 1 1 auto;
}

.category-wrap .category ul.children li:hover .name {
    color: #009688;
}

.category-wrap .category ul.children li .material-symbols-outlined {
    font-size: 20px;
    opacity: .5;
}

.category-wrap .category .see-all-btn a {
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    font-size: 13px;
    color: #fff;
    width: 100%;
    display: block;
    padding: 6px 0;
    border-radius: 0;
    opacity: .7;
}

.category-wrap .category .see-all-btn a:hover {
    background: #009688;
    opacity: 1;
}
/*endregion*/

/*region additional service info*/
.all-service-info {
    background: #EFEFEF;
    display: table;
    width: 100%;
    border: 2px solid #BDBDBD;
    padding: 8px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.service-info img {
    float: left;
    width: 40px;
    height: auto;
}

.service-info .info {
    margin-left: 50px;
}
.service-info .none {
    border-right: none;
}
.info h4 {
    margin-bottom: 0;
}
.search-box {
    display: none;
}
.single-product-item .price-info {
    margin: 10px 0;
}
.sticky-footer {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    background: black;
    z-index: 999;
    box-shadow: 0 -4px 4px rgb(0 0 0 / 20%), 0 -1px 0 rgb(255 255 255 / 20%);
    flex: 1 1 auto;
    width: 100%;
    padding: 10px 0;
}
.sticky-footer ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sticky-footer ul li {
    flex: 0 0 20%;
    max-width: 20%;
}
.sticky-footer ul li a {
    text-align: center;
}
.sticky-footer ul li a i,
.sticky-footer ul li a span {
    display: block;
}
.sticky-footer ul li a span.material-symbols-outlined {
    font-size: 18px;
    color: #fff;
}
.sticky-footer ul li a span {
    font-size: 10px;
    font-weight: 500;
    color: var(--yellowcolor);
    margin-top: 3px;
}
.information-information .main_content h2 {
    font-size: 18px;
    color: #01132d;
    line-height: 30px;
}

.information-information .main_content h1 {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 400;
    color: #01132d;
    line-height: 35px;
}
.information-information .main_content{
    margin-bottom: 40px;
    font-size: 14px;
    color: #01132d;
    line-height: 26px;
}
.information-information .main_content p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #01132d;
    line-height: 26px;
}

.information-information .main_content h3,.information-information .main_content h4 {
    font-size: 20px;
    color: #01132d;
    line-height: 30px;
}
/*endregion*/
