/* Add your custom styles here */
a {
    color: #373737;
}
.clickable-item {
    cursor: pointer;
}
.clickable-item:hover img{
    transform: scale(1.05);
}
.woocommerce .woocommerce-breadcrumb {
    margin: 0;
}
.durbano-header .elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter] {
    font-size: 12px;
    height: 1.8em;
    inset-inline-end: -.7em;
    line-height: 1.9em;
    min-width: 1.8em;
    top: -12px;
}
.durbano-header .wcml-horizontal-list.wcml_currency_switcher ul {
    display: flex;
    gap: 5px;
    justify-content: start;
    align-items: center;
}
.durbano-header .wcml-horizontal-list.wcml_currency_switcher li {
    background: #595959;
    color: #979797;
    padding: 7px;
}
.durbano-header .wcml-horizontal-list.wcml_currency_switcher .wcml-cs-active-currency {
    display: none;
}
.durbano-header .menu-lang .wpml-ls-legacy-list-horizontal {
    padding: 0;
}
.durbano-header .menu-lang .wpml-ls-legacy-list-horizontal a {
    color: #ffffff !important;
    padding: 0 !important;
}
/* hoome */
.home div[data-elementor-type="wp-post"] {
    top: -95px;
    position: relative;
}
.home .durbano-header {
    background: transparent !important;
}
.home .durbano-header.elementor-sticky--effects {
    background: #373737 !important;
}
.home .durbano-header a{
    color: #fff !important;
}
.home-product .woocommerce-product-details__short-description br {
    display: none;
}
/* produits */

.woocommerce-product-gallery ol img {
    max-height: 85px;
    width: auto;
    object-fit: contain;
}
.loop-products .product {
    border-right: 1px solid #e8e8e8;
}
.woocommerce.widget_product_categories h5 {
    font-size: 1.3rem;
    border-bottom: 1px solid #aeaeae;
    padding-bottom: 5px;
    margin-bottom:0;
}

/* pagination */
.loop-products .elementor-pagination {
    display: flex;
    margin-left: 10px;
}
.loop-products .page-numbers {
    border: 1px solid #dddddd;
    box-shadow: 2px 1px 1px rgba(0, 0, 0, 0.1);
    width: 28px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loop-products .page-numbers.prev {
    border-radius: 30px 0 0 30px;
    margin-right: 40px !important;
}
.loop-products .page-numbers.next {
    border-radius: 0 30px 30px 0;
    margin-left: 40px !important;
}
.loop-products .page-numbers.prev::after,
.loop-products .page-numbers.next::after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    height: 12px;
    width: 12px;
}
.loop-products .page-numbers.prev::after {
    background-image: url('../img/caret-left-solid-full.svg');
}
.loop-products .page-numbers.next::after {
    background-image: url('../img/caret-right-solid-full.svg');
}
.loop-products span.page-numbers.prev::after,
.loop-products span.page-numbers.next::after {
    opacity: 0.5;
}
.loop-products .page-numbers.current {
    background-color: #000;
    border-color: #000;
}
/* end pagination */
.product-categories {
    list-style-type: none;
    padding:0;
}
.product-categories>.cat-item {
    padding: 10px;
}
.product-categories>.cat-item:not(:last-child) {
    border-bottom: 1px solid #e8e8e8;
}

.product-categories .cat-item{
    font-size: 0.75rem;
    position: relative;
}

.product-categories .cat-item a, 
.product-categories .cat-item .count  {
    color: #747474;
}
.product-categories .cat-parent .cat-toggle {
    cursor: pointer;
    font-size: 19px;
    font-weight: 900;
    line-height: 18px;
    text-align: center;
    border: 1px solid;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    right: 0;
    height: 20px;
    width: 20px;
}
.product-categories .cat-parent:not(.current-cat-parent) .cat-toggle .less {
    display: none;
}
.product-categories .cat-parent.current-cat-parent .cat-toggle .more {
    display: none;
}

.product-categories .cat-parent .children.cat-expend { 
    display: block;
}
.product-categories .cat-parent .children  {
    display: none;
    list-style-type: none;
    padding: 10px 10px 0 10px;
}
.product-categories .children .cat-item {
    padding: 10px 0;
}
.product-categories .children .cat-item:not(:last-child) {
    border-bottom: 1px solid #e8e8e8;
}


/* list product */

.archive-product .product-title {
    height: 40px;
    overflow: hidden;
}

/* produit */
.woocommerce div.product div.images .woocommerce-product-gallery__image {
    height: 400px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image a {
    height: 100%;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image img {
    object-fit: contain;
    height: 100%;
}


.woocommerce-notices-wrapper {
    max-width: 1170px;
    margin: 0 auto;
}
.woocommerce-notices-wrapper .woocommerce-error, .woocommerce-notices-wrapper .woocommerce-info, .woocommerce-notices-wrapper .woocommerce-message {
    border: none;
    background-color: #E8E8E8;
}
.woocommerce-notices-wrapper .woocommerce-message::before {
    color: #373737;
}
.woocommerce-notices-wrapper .woocommerce-message .button {
    padding: 0;
}