/*!
 * Theme: Magneles
 * version 1.0.0
 * Copyright 2023 Pedro Q. PlayFire Studio
 */

body.viewToDesk[theme-active="magneles"] section#home_prod_pop .item_product,
body.viewToDesk[theme-active="magneles"] section#home_prod_news .item_product {
    width: calc(100% / 5);
    flex: 0 0 calc(100% / 5);
    padding: 10px 10px;
}
body.viewToDesk[theme-active="magneles"] section#home_prod_pop .item_product .product_box--totheme,
body.viewToDesk[theme-active="magneles"] section#home_prod_news .item_product .product_box--totheme {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 4px 3px 3px #1d1c1c08;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
body.viewToDesk[theme-active="magneles"] section#home_prod_pop .item_product .product_box--totheme .product_image,
body.viewToDesk[theme-active="magneles"] section#home_prod_news .item_product .product_box--totheme .product_image {
	background-color: transparent;
	box-shadow: none;
}
body.viewToDesk[theme-active="magneles"] section#home_prod_pop .list_products.list_prod_collum .item_product .product_box--totheme .product_info,
body.viewToDesk[theme-active="magneles"] section#home_prod_news .list_products.list_prod_collum .item_product .product_box--totheme .product_info {
    padding: 0 10px 10px;
}

body.viewToDesk[theme-active="magneles"] section#home_prod_pop .item_product .product_box--totheme .product_info, 
body.viewToDesk[theme-active="magneles"] section#home_prod_news .item_product .product_box--totheme .product_info {
    border-top: 1px solid #e5e4e9;
}

body.viewToDesk[theme-active="magneles"] section#home_prod_pop .list_products .product_desc .product_desc-title,
body.viewToDesk[theme-active="magneles"] section#home_prod_news .list_products .product_desc .product_desc-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
}

body:not(.viewToDesk)[theme-active="magneles"] section#home_prod_news .item_product .product_box--totheme {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: -webkit-fill-available;
}

body[theme-active="magneles"] .list_products.list_prod_collum .item_product .product_box--totheme .product_info .product_price {
    font-size: 24px;
}

body[theme-active="magneles"].viewToDesk #dashboard_home .title_box {
    border-bottom: 3px solid #1d1c1c;
    width: fit-content;
}
body[theme-active="magneles"].viewToDesk .painel_dash-subcontent[modal-local="subcontent"] .title_box {
    width: auto;
}


@media only screen and (max-width: 660px){
    body[theme-active="magneles"] .list_products.list_prod_collum .item_product .product_box--totheme .product_info .product_price {
        font-size: 18px;
    }

    body[theme-active="magneles"] .title_box {
        font-size: 18px;
    }
}
