/*region home main banner*/

.banner-container {
    background: #000;
}

.search-icon-mobile {
    display: block;
    font-size: 16px;
    color: var(--mainwhite);
    position: absolute;
    margin: 0 6px 0 10px;
    top: 55%;
    right: -5px;
    left: auto;
    transform: translateY(-50%);
}

.search-icon-mobile .cart-toggler .material-symbols-outlined {
    color: var(--mainwhite);
}

@media (min-width: 1281px) {
    .search-icon-mobile {
        display: none !important;
    }
}

.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(--mainred);
}

/*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-around;
}

.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: 20px;
    color: #fff;
}

.sticky-footer ul li a span {
    font-size: 10px;
    font-weight: 500;
    color: var(--mainwhite);
    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;
    font-family: 'SF Pro Display', sans-serif;
}

.information-information .main_content h3,
.information-information .main_content h4 {
    font-size: 20px;
    color: #01132d;
    line-height: 30px;
}

/*endregion*/


/*region home About Us Section*/

.hero-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 60px !important;
}

.hero {
    flex: 1 1 50%;
    background-image: url(/image/catalog/TinkersTea/about-us/about-us_ne_1.png);
    background-size: cover;
    background-position: top;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60vh;
    background-repeat: no-repeat;
    position: relative;
}

.hero::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 0 10px 180px 250px;
}

.hero h1 {
    font-size: 1.5rem;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.hero .buttons .btn {
    font-size: 0.85rem;
    display: inline-flex;
    width: 108px;
    height: 36px;
    background: var(--maingreen);
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    margin-right: 10px;
    transition: background 0.3s ease;
    align-items: center;
    justify-content: center;
}
.hero .buttons .btn:hover{
    background: var(--body-bg);
    color: var(--maingreen);
}

.video-container {
    flex: 1 1 50%;
    position: relative;
    overflow: hidden;
}



.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
}

.video-container video {
    width: 100vw !important;
    height: auto !important;
    top: 0 !important;
    left: 0 !important;
}

/* RESPONSIVE DESIGN */


@media (max-width: 576px) {
    .hero-content .buttons {
        grid-template-columns: 1fr;
    }
}

/*endregion*/
