/* Bureautique & Communication - custom Dress-Codes - product page */

.product-info-main {
	position: relative;
}

/* nom produit */
.product-info-main .page-title-wrapper {
	width: calc(100% - 180px);
}

/* logo marque */
.product-info-main .produit.marque {
	position: absolute;
	top: 0;
	right: 0;
	width: 170px;
}

/* Eco part */
.product-info-main .weee-tax {
	color: #018f45;
	font-size: 12px;
	margin-bottom: 15px;
}

/* Code EAN / Référence */
.product-info-main .product-info-stock-sku {
	text-transform: none;
	margin-bottom: 0;
}
.product-info-main .ac_ns_ean_code {
    clear: both;
    font-size: .8571em;
}

.product-info-main .product.ac_ns_ean_code .value {
	display: inline-block;
	font-weight: 700;
}

.product-info-main .product.ac_ns_ean_code .type {
	font-weight: inherit;
}

.product-info-main .product.sku .type::after,
.product-info-main .product.ac_ns_ean_code .type::after {
	    content: ' : ';
}

/* stock */
.stock.available >.label {
	display: none;
}
.stock > span:not(.label):before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
}

.stock.available > span:not(.label):before {
    content: "\f14a";
}

.stock.available > span:not(.label) {
	color: #018f45;
	text-transform: none;
	font-weight: normal;
}

/* Galerie photo */
.fotorama--fullscreen {
	background: rgba(0,0,0,0.75);
}

.fotorama--fullscreen .fotorama__stage {
	height: 100vh !important;
	padding: 100px 0;
	border: none;
}

.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen-icon {
	color: #ffffff;
	width: 60px;
	height: 60px;
	background: var(--primary);
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
	top: 0;
}

.fotorama--fullscreen .fotorama__fullscreen-icon::before {
	font-size: 30px;
}

.fotorama__fullscreen .fotorama__zoom-in {
	top: 0;
}
.fotorama__fullscreen .fotorama__zoom-out {
	top: 50px;
}

.fotorama__fullscreen .fotorama__zoom-in::before,
.fotorama__fullscreen .fotorama__zoom-out::before {
	font-size: 20px;
}

/*** Qté + Ajout au panier + comparateur ***/
.box-tocart .fieldset {
	display: flex;
}

/* Quantité */
.unite-vente {
	color: var(--primary);
    text-align: center;
    font-size: 14px;
}
.unite-multiple {
    font-size: 12px;
    color: var(--primary);
    margin-bottom: 15px;
    padding-left: 50px;
}

/* ajout au panier */
.box-tocart .action.tocart {
	background: var(--primary);
}

/* Btn comparateur */
.action.tocompare > span { display:none; }

.action.towishlist {
    color: #222529;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 600;
    width: 48px;
    height: 48px;
    line-height: 46px;
    border: 1px solid #e7e7e7;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}
.action.towishlist:before {

    font-family: 'porto-icons';
    vertical-align: middle;
    content: '\e889';
    color: var(--primary);
}

/* détails */
.product.info.detailed  h2 {
	font-weight: bold;
	font-size: 2em;
	padding-left: 20px;
	border-left: 4px solid var(--primary);
	margin-bottom: 20px;
}

.product.info.detailed  h3 {
	font-size: 1.5em;
	margin-bottom: 10px;
	color: var(--primary);
}

.product.info.detailed ul li {
	list-style-type: disc;
	display: list-item;
	padding:5px;
}

.product.info.detailed ul li::marker {
	color: var(--secondary);
}


/* produits reliés */
.products-slider.owl-carousel .product-item {
	padding-top: 50px;
	transform: all 0.3s;
}

.products-slider.owl-carousel .product-item .product-item-info .product-item-details .product-item-actions {
	visibility: hidden;
	transform: all 0.3s;
}

.products-slider.owl-carousel .product-item:hover {
	padding-top: 10px;
}

.products-slider.owl-carousel .product-item:hover .product-item-info .product-item-details .product-item-actions {
	visibility: initial;
}
