/*
.nav {
    width: 100%;
    height: 6.235%;
    float: right;
    display: inline-block;
    position: absolute;
    top: 3%!important;
    left: 15%!important;
}
*/

#banner {
    margin-top: 3rem;
}

.img_banner {
    background-size: 100% 100%;
}

.item_float_right {
    float: right !important;
}

.last_item_padding {
    padding-bottom: 3% !important;
}

/*SECTION_1_PRODUCTS*/

.section_1_products {
    width: 100%;
    padding: 3% 10%;
    text-align: center;
}

.section_1_products p:not(:first-child) {
    font-size: 1.2vw;
    padding-bottom: 2%;
}

.section_1_products p:first-child {
    font-weight: 500;
    font-size: 1.55vw;
    padding-bottom: 3%;
}

/*SECTION_1_PRODUCTS*/


/*SECTION_2_PRODUCTS*/

.section_2_products {
    width: 100%;
    padding-left: 6.8%;
    padding-right: 6.7%;
    display: block;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
}

.border_wrapper {
    float: left;
    border: 0.01vw solid #ccc;
}

.left_item {
    width: 50%;
    padding-top: 44%;
    display: inline-block;
    float: left;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}

#product1 {
    background-image: url('../images/product1.jpg');
}

#product2 {
    background-image: url('../images/product2.jpg');
}

#product3 {
    background-image: url('../images/product3.jpg');
}

.left_item img {
    float: left;
    width: 100%;
    height: auto;
}

.right_item {
    max-width: 50%;
    display: inline-block;
    padding: 2%;
    position: relative;
    float: right;
}

.right_item p {
    padding: 1%;
    /* font-size: 1.1vw;S */
}

.content_item {
    padding-top: 5%;
}

.title_item {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2vw;
}

.subtitle_item {
    text-transform: uppercase;
    font-size: 1.15vw;
    font-weight: 600;
    padding-top: 0% !important;
}

.right_item .content_item {
    padding-bottom: 0;
    padding-top: 5%;
    font-size: 1.1vw;

}

.right_item .child_content_item {
    padding: 0 0 0 1%;
    font-size: 1.1vw;

}


.button-learnmore {
    text-transform: uppercase;
    font-size: 1vw;
    font-weight: bold;
    padding: 2% 8%;
    border: none;
    background: #39b6e9;
    border-radius: 40pt;
    color: #fff;
    background-clip: -webkit-linear-gradient(to bottom, #38b5e8, #289ac8);
    /* Chrome 10-25, Safari 5.1-6 */
    background-clip: -webkit-gradient(linear, left top, left bottom, from(#38b5e8), to(#289ac8));
    background-clip: -webkit-linear-gradient(top, #38b5e8, #289ac8);
    background-clip: -o-linear-gradient(top, #38b5e8, #289ac8);
    background-clip: linear-gradient(to bottom, #38b5e8, #289ac8);
    -webkit-box-shadow: 2px 5px 14px -5px #1e2021;
    box-shadow: 2px 5px 14px -5px #1e2021;
    margin-bottom: 3%;
    position: absolute;
    top: 100%;
    left: 8%;
}

.button-learnmore:hover {
    background: #33a3d1;
    padding: 1.9% 7.9%;
    cursor: pointer;
}

.child_content_item br:last-child {
    display: none;
}


/* Enhancement - 21 Otc 2022 */

.section_tab {
    background-color: #38B3E7;
}

.section_products {
    margin-top: 2rem;
    margin-bottom: 2rem;
    min-height: 60vh;
}




.listing-product {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    /* min-height: 200px; */
    /* float:left;  */
}


@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.listing-product {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

.listing-product li {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    padding: 0 1.5rem;
    margin: 2rem 0;
    animation: fadeIn 400ms linear forwards;
    /* float: left; */
}

.listing-product li .d-img {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.listing-product li .d-img::before {
    margin-top: 60%;
    content: '';
    display: block;
}

.listing-product li .d-img img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    object-fit: cover;
    transition: all 300ms;
    transform: scale(1.01);
}

.listing-product li .d-img img:hover {
    transform: scale(1.15);
}

.listing-product li .d-content {
    display: flex;
    flex-direction: column;
    margin-top: 1.5rem;
}

.listing-product li .d-content .l-vendor {
    text-align: center;
    font-size: .8rem;
}

.listing-product li .d-content .l-name {
    margin-top: 0.2rem;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
}

.product-constainer {
    position: relative;
    width: 100%;
}

.products_container .d-loading {
    /* position: absolute; */
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 1280px) {

    .subtitle_item,
    .section_1_products p:not(:first-child) {
        font-size: 0.8rem;
    }

    .right_item .child_content_item,
    .right_item .content_item {
        font-size: 0.8rem;
    }


    .section_1_products p:first-child {
        font-size: .9rem;
    }

    .button-learnmore {
        font-size: 0.7rem;
    }

    .title_item {
        font-size: 1.3rem;
    }
}