/* general style */

.fitment-loop-product .product-inner {
    position: relative;
}

.fitment-loop-product .details-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fitment-loop-product .product-labels {
    position: absolute;
    top: 10px;
    left: 15px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.fitment-loop-product .thumb-wrapper {
    position: relative;
    overflow: hidden;
    min-height: 186px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.fitment-loop-product .thumb-wrapper:hover {
    overflow: visible;
}

.fitment-loop-product .product-name {
    font-size: 14px;
    margin: 0;
    line-height: 1.6;
}

.fitment-loop-product .product-features {
    display: flex;
    flex-direction: column;
    gap: 0px;
    font-size: 10px;
    text-transform: uppercase;
    list-style: none;
    color: var(--fitment-text);
    line-height: 1.7;
    padding: 0;
    margin: 0;
}

.product-features .checked {
    color: var(--fitment-green);
}

.fitment-loop-product .fitment-product-button {
	display: flex;
	align-items: center;
	justify-content: center;
    position: relative;
}

.fitment-loop-product .product-actions svg {
    width: 18px;
    height: 18px;
}

.fitment-loop-product .product-actions svg {
    fill: var(--fitment-text);
}

.fitment-loop-product .fitment-product-button:hover svg {
    fill: var(--fitment-primary);
}

.woosc-btn.woosc-btn-added:before {
    content: none;
}

.fitment-product-button.woosc-btn-added svg {
    fill: var(--fitment-green);
}

.fitment-product-button.added svg {
    fill: var(--fitment-green);
}

.fitment-loop-product .fitment-stock-status {
    font-size: 11px;
    line-height: 1;
}

.fitment-loop-product .instock {
    color: var(--fitment-green);
}

.fitment-loop-product .outofstock {
    color: var(--fitment-red);
}

.fitment-loop-product .product-price {
    color: var(--fitment-red-dark);
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    display:flex;
    gap:10px;
}

.fitment-loop-product ins {
	text-decoration: none;
}

.fitment-loop-product del {
    color: var(--fitment-red);
}

.fitment-loop-product .stock-rating {
    display: flex;
    align-items: center;
    line-height: 1;
    gap: 15px;
}

.fitment-loop-product .star-rating,
.fitment-loop-product .star-rating>span::before {
    font-size: 11px;
}

.fitment-swatches-wrapper .fitment-variations {
    gap: 10px;
}

.fitment-product-inner a.reset_variations,
.fitment-product-inner span.variation-label {
    display: none;
}

.fitment-loop-swatches.resettting a.reset_variations {
    display: none!important;
}

.fitment-swatches-wrapper .type-color {
    border-radius: 50%;
}

.fitment-swatches-wrapper .type-button {
    font-size: 10px;
}

.fitment-swatches-wrapper .fitment-term .type-button {
    color: var(--fitment-dark);
    background: transparent;
}

.fitment-swatches-wrapper .fitment-term {
    min-width: 15px;
    min-height: 15px;
    border-radius: 10px;
}

.fitment-swatches-wrapper .fitment-term {
    padding: 1px;
    border: 0px solid var(--fitment-gray);
}

.fitment-swatches-wrapper .type-button {
    font-size: 11px;
}

.fitment-swatches-wrapper .fitment-term.fitment-selected,
.fitment-swatches-wrapper .fitment-type-button .fitment-term.fitment-selected {
    border-color: #25d366;
    border-width: 2px;
    border-style: solid;
}

.fitment-swatches-wrapper .fitment-type-button .fitment-term,
.fitment-swatches-wrapper .fitment-type-button .fitment-term.fitment-selected {
    padding: 0;
    min-width: auto;
    min-height: auto;
    border-width: 0;
    border-bottom-width: 2px;
    border-radius: 0;
    height: auto;
}

.fitment-swatches-wrapper .terms-outline .type-button {
    padding: 0px !important;
}

.fitment-swatches-wrapper .fitment-terms {
    gap: 5px;
}

.fitment-swatches-wrapper .fitment-variations-items select {
    border: 0;
    padding: 0;
    min-height: 15px;
}

.fitment-swatches-wrapper .fitment-variations-items .select,
.fitment-swatches-wrapper .fitment-variations-items select,
.fitment-variations-items .value,
.fitment-variations-items select {
    width: 100%;
}

.fitment-swatches-wrapper .fitment-term.fitment-selected:before {
    content: none;
}
.fitment-swatches-wrapper .nice-select {
    border: 0;
    height: auto;
    line-height: normal;
    padding: 0;
    width: auto;
}

.ajax_add_to_cart.loading,
.fitment-btn.ajax_add_to_cart.loading {
	pointer-events: none;
}

.swiper-slide.style-bordered .fitment-loop-product {
    border: 1px solid var(--fitment-gray);
    padding: 5px;
    border-radius: 4px;
}

.section-custom-categories.style-bordered .row {
    border-top: 1px solid var(--fitment-gray);
    border-left: 1px solid var(--fitment-gray);
    border-radius: 4px;
    margin-bottom: 0;
    border-right: 0;
    overflow: hidden;
    margin-left: calc(0.5 * var(--bs-gutter-x));
    margin-right: calc(0.5 * var(--bs-gutter-x));
}

.section-custom-categories.style-bordered .fitment-loop-product {
    border-right: 1px solid var(--fitment-gray);
    border-bottom: 1px solid var(--fitment-gray);
    padding: calc(var(--bs-gutter-x) * 0.5);
}

.section-custom-categories.style-bordered .fitment-product-loop-inner {
    margin-bottom: 0px;
}

.fitment-loop-product .variations_form .fitment-btn-reset.reset_variations {
    display: none!important;
}
/* general style */


/* product type list */
.fitment-loop-product.type-list {
    position: relative;
    padding: 15px;
    border: 1px solid var(--fitment-border);
    -webkit-box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
    box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
    border-radius: 10px;
    overflow: hidden;
}
.fitment-loop-product.type-list:hover {
    border-color: var(--fitment-primary);
}
.type-list .list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.type-list .thumb-wrapper {
    margin: 0px;
    flex: 1;
    max-width: 40%;
    position: relative;
    overflow: hidden;
}
.type-list .details-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    overflow: hidden;
}
.fitment-loop-product.type-list:hover img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transform-origin: center center;
    -moz-transition: all .5s cubic-bezier(.25,.46,.45,.94);
    -o-transition: all .5s cubic-bezier(.25,.46,.45,.94);
    -webkit-transition: all .5s cubic-bezier(.25,.46,.45,.94);
    transition: all .5s cubic-bezier(.25,.46,.45,.94);
}
.type-list .product-labels {
    top: 0;
    left: 0;
}
.type-list .product-desc {
    font-size: 12px;
    margin: 0;
}
.type-list .cart-actions {
    display: flex;
    flex: 0 0 100%;
    width: 100%;
    gap: 20px;
}
.type-list .product-buttons {
    flex: 0 0 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.type-list .fitment-product-button {
    background-color: var(--fitment-light);
    width: 30px;
    height: 30px;
    border-radius: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.type-list .fitment-svg-icon {
    max-width: 16px;
    max-height: 16px;
    fill: var(--fitment-dark);
}

.type-list .cart-wrapper,
.type-list .fitment-product-cart {
    margin-top: 0;
    width: 100%;
}
.type-list .cart-wrapper svg {
    fill: var(--fitment-light);
}
.type-list .fitment-swatches-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--fitment-light);
    padding: 20px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: end;
    opacity: 0;
    bottom: 0;
    transform: translateY(100%);
    visibility: hidden;
    -moz-transition: all .25s cubic-bezier(.25,.46,.45,.94);
    -o-transition: all .25s cubic-bezier(.25,.46,.45,.94);
    -webkit-transition: all .25s cubic-bezier(.25,.46,.45,.94);
    transition: all .25s cubic-bezier(.25,.46,.45,.94);
}

.type-list:hover .fitment-swatches-wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
.type-list .fitment-swatches-wrapper .product-price {
    margin-bottom: 15px;
}
.has-swatches .fitment-loop-swatches {
    width:100%;
}

@media(max-width:768px){
    .fitment-loop-product .product-price,
    .fitment-loop-product .price-wrapper {
        font-size: 12px;
    }
}
@media(max-width:480px){
    .type-list .list-inner,
    .type-list .cart-actions{
        gap: 10px;
    }
    .fitment-loop-product.type-list .thumb-wrapper {
        min-height: 125px;
    }
    .fitment-loop-product .product-name {
        line-height: 1.5;
        font-size:12px;
    }
}

@media(min-width:768px){
    .loop-list-item {
        padding: 20px;
    }
}

@media(max-width:1024px) {
	.loop-list-item span.fitment-hint {
        display: none;
    }
    .fitment-loop-product .product-features {
        display:none;
    }
    .fitment-loop-product .fatures-mobile .product-features {
        display:flex;
    }
    .fitment-loop-product .fitment-stock-status {
        font-size:9px;
    }
}
/* product type list */

.has-thumbs .thumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    width: 100%;
    z-index: 2;
    position: absolute;
    bottom: 5px;
}
.has-thumbs .dot {
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background-color: var(--fitment-gray);
    cursor: pointer;
}
.has-thumbs .dot.active {
    background-color: var(--fitment-primary);
}
