@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap');

body {
    font-family: 'kanit', sans-serif;
}
.product-item{
    border: 0px solid rgb(219, 219, 219);
}
.product-img{
    position: relative;
    overflow: hidden;
}
.btns{
    position: absolute;
    left: 0;
    bottom: -100%;
    font-size: 15px;
    font-size: 15px;
    font-weight: 300;
    transition: all 0.3s ease-in-out;
}
.btns button{
    border: none;
    background-color: rgb(39, 39, 39);
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.btns button:hover{
    color: #fcb941;
}
.product-img:hover .btns{
    bottom: 0;
}

.heart-icon{
    position: absolute;
    top: 16px;
    right: 15px;
    font-size: 18px;
}

.product_des {
    /* font-size: 13px;
    opacity: 0.8;*/
    /*font-size: 12.5px;
    font-weight: 300;
    max-height: 30px;
    overflow: hidden;
    line-height: 1.2;
    color: #000;*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
    overflow: hidden;
    color: #252525;
}
.product-name {
    transition: all 0.3s ease-in-out;
    color: black;
    font-size: 12px
}
.product-name:hover{
    color: #fcb941!important;
}
.product-price {
    font-size: 14px;
    height: 19px;
    line-height: 19px;
    font-weight: 500;

}
.rating{
    font-size: 13px;
}
.product-item{
    width: 300px;
}
.ERPfP {
    display: grid;
    grid-template-rows: 1fr;
    grid-gap: 4px;
}
.YfmRt {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
}
.content {
    /*display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    margin: 0px 8px;
    padding: 5px 0px 5px 6px;*/
    border-bottom: 2px solid rgb(234, 240, 243);
    background-color : white!important;
}



.product_des_index {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    overflow: hidden;
    color: #252525;
}

@media (max-width: 700px) {
    .product_des_index {
        -webkit-line-clamp: 2;
    }
}
.product-type {
    height:58.5px;
}
.stefets-picture {
}

    .stefets-picture:hover {
        transform: scale(1.05);
    }


.outer {
    margin: 0 auto;
}

#big .item {
    background: white;
    padding: 0px 0px;
    margin: 2px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    min-height: 350px;
    height: 350px;
}

#thumbs .item {
    background: white;
    height: 70px;
    line-height: 70px;
    padding: 0px;
    margin: 2px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    min-height: 130px;
}

    #thumbs .item h1 {
        font-size: 18px;
    }

#thumbs .current .item {
    background: white;
}

.owl-theme .owl-nav [class*='owl-'] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

    .owl-theme .owl-nav [class*='owl-'].disabled:hover {
        background-color: white;
    }

#big.owl-theme {
    position: relative;
}

    #big.owl-theme .owl-next, #big.owl-theme .owl-prev {
        background: lightgrey;
        width: 22px;
        line-height: 40px;
        height: 40px;
        margin-top: -20px;
        position: absolute;
        text-align: center;
        top: 50%;
    }

    #big.owl-theme .owl-prev {
        left: 10px;
    }

    #big.owl-theme .owl-next {
        right: 10px;
    }

#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev {
    background: lightgrey;
}

.promotion {
    color: #222;
    font-size: 26px;
    font-weight: 500
}

.normalprice {
    color: #b0b8cb;
    font-size: 14px;
    text-decoration: line-through;
    font-weight: 300;
}

.productnametext {
    margin-top: 8px;
    font-size: 22px;
    line-height: 1.23;
    font-weight: 400 !important;
}

/*@media (max-width: 700px) {
    .product_des_index {
        -webkit-line-clamp: 2;
    }
}
*/

.photo {
    display: table;
}

    .photo a {
        vertical-align: middle;
        display: table-cell;
    }

    .photo img {
        display: block;
        height: auto;
        width: 100%;
    }

    .photo span {
        display: block;
        text-align: center
    }


a.footer_id:link {
    font-size: 16px;
    color: black;
}

a.footer_id:visited {
    color: black;
}

a.footer_id:hover {
    color: black;
}

ul.footers {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.brandindex {
    max-height: 300px
}

.row-cols-8 {
    flex: 0 0 auto;
}
.abc {
    height: 180px
}

@media (max-width: 413px) {
    .v-lg {
        display: none;
    }
    .v-md {
        display: block;
    }
    .row-cols-8 {
        width: 50%;
    }
    .brandindex { min-height:220px;
    }
    .abc {
        height: 100px
    }
}

@media (min-width: 414px) {
    .v-lg {
        display: none;
    }
    .v-md {
        display: block;
    }
    .row-cols-8 {
        width: 33.33%;
    }
    .brandindex {
        min-height: 270px;
    }
    .abc {
        max-height: 150px
    }
}

@media (min-width: 768px) {
    .v-lg {
        display: none;
    }
    .v-md {
        display: block;
    }
    .row-cols-8 {
        width: 25%;
    }
    .abc {
        max-height: 170px
    }
    .p-img {
        max-height: 170px
    }
}

@media (min-width: 992px) {
    .v-lg {
        display: none;
    }
    .v-md {
        display: block;
    }
    .row-cols-8 {
        width: 25%;
    }
    .abc {
        max-height: 170px
    }

    .p-img {
        max-height: 170px
    }
}

@media (min-width: 1200px) {
    .v-lg {
        display:flex;
    }
    .v-md {
        display: none;
    }
    .row-cols-8 {
        width: 11.11%;
    }
    .abc {
        max-height: 190px
    }

    .p-img {
        max-height: 190px
    }
}

.div_brand {
    height: 130px;
}


