/*
Theme Name: Apel
Description: Thème enfant pour ashe
Template: ashe
Version:        1.3.4
*/

@import url("../ashe/style.css");

.post-media img {
    display: none;
}

.tribe-events-event-image img.wp-post-image {
    width: 250px;
    margin: auto;
}

@media (min-width: 1251px) {
    .main-container {
        width: 80%;
        margin: 0 10%;
    }
}

@media (max-width: 1250px) {
    .main-container {
        width: 100%;
    }
}

.sidebar-right-wrap {
    display: none;
}

div.entry-header {
    background-size: contain;
    background-repeat: no-repeat;
}

div.helloasso {
    position: relative;
    height: 800px;

}
iframe#haWidget {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    border: none;
}

.header-logo {
    display: none;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 3px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #04c1d7; 
  border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0092a3;
}

.wc-block-components-button {
    border: 1px solid;
    background: #5ebdd6;
    color: #FFF;
    font-weight: bold;
}

.woocommerce .page-content .main-container, .woocommerce-page .page-content .main-container {
    width: auto !important;
}

.wp-block-product-category.wc-block-grid.has-6-columns.apel .wc-block-grid__product {
    font-size: 1em;
}

.wp-block-product-category.wc-block-grid.has-6-columns.apel .wc-block-grid__products .wc-block-grid__product-image img,
.wp-block-product-category.wc-block-grid.has-6-columns.apel .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    border-radius: 10px;
}

.woofc-share {
    display: none;
}

.pm_overlay.pm_show {
    z-index: 9999;
}