Current path: home/webdevt/www/schtroumpf.fr/modules/an_productextratabs/views/css/
?? Go up: /home/webdevt/www/schtroumpf.fr/modules/an_productextratabs/views
/**
* 2022 Anvanto
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
*
* @author Anvanto <anvantoco@gmail.com>
* @copyright 2022 Anvanto
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
*/
.an_table-head {
display: flex;
}
.an_table-head div {
width: 15%;
padding: .75rem;
}
.an_table-head div:first-child {
padding-left: 0;
}
.an_table-head div:last-child {
padding-right: 0;
}
.an-table-add-head {
width: 25%;
}
.an-table-prices-head {
flex: 1 1;
}
.an_table-item {
display: flex;
align-items: flex-start;
border-top: 1px solid #f6f6f6;
padding: .75rem 0;
}
.an-table-column {
padding: 0 .75rem;
/*width: 15%;*/
}
.an-table-column:last-child {
padding-right: 0;
}
.an-table-column-add {
/*width: 25%;*/
}
.an-table-image {
padding-left: 0;
}
.anproductextratabs-sale,
.anproductextratabs-regular-price,
.anproductextratabs-sold-out {
margin-left: 5px;
}
.anproductextratabs-container-prices {
display: flex;
flex-wrap: wrap;
flex: 1 1;
}
.anproductextratabs-price,
.anproductextratabs-regular-price,
.anproductextratabs-sale,
.anproductextratabs-sold-out {
margin: 0 10px 0 0;
display: block;
padding: 5px;
}
.an-table-column-padding {
padding-top: 5px;
}
.anproductextratabs-sale,
.anproductextratabs-sold-out {
}
.anproductextratabs-qty-add {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
}
.anproductextratabs-qty {
padding-right: 15px;
}
.anproductextratabs-add {
margin: 0;
}
@media (max-width: 767px) {
.anproductextratabs-add i.shopping-cart {
display: none;
}
.anproductextratabs-qty,
.an-table-image {
display: none;
}
}
.an_productextratabs-content img,
.tab-content img {
max-width: 100%;
height: auto;
}
.card-body {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1.25rem;
}
.an_input_q {
width: 42px;
height: 42px;
text-align: center;
}
#accordion .btn.active {
-webkit-box-shadow: none;
box-shadow: none;
}
#accordion .btn:focus {
outline:none;
}
.nav.nav-tabs{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
}
@media (max-width: 600px) {
.tabs .nav-tabs .nav-item{
width: 100%;
}
}