﻿.product {
    background: #fff;
    color: #999;
    font-family: Poppins,sans-serif;
    font-size: 1.4rem;
    position: relative;
    transition: .3s;
}

.product {
    border-radius: 5px;
}


.text-center {
    text-align: center !important;
}

.product-media {
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 3px;
    height: 175px;
    line-height: 0;
    margin-bottom: 0;
    position: relative;
    transition: box-shadow .3s;
}

figure {
    margin: 0;
}

.product-media img:last-child {
    left: 0;
    -o-object-fit: unset;
    object-fit: unset;
    position: absolute;
    right: 0;
    top: 0 !important;
}

.product-label-group {
    left: 0rem;
    max-width: 9rem;
    padding-bottom: 1rem;
    position: absolute;
    text-align: left;
    top: 0rem;
}

.product-label.label-sale {
    background: #2f3945;
}

.product-label {
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 11px !important;
    font-size: 1.1rem;
    font-weight: 500 !important;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0.5rem;
    padding: 0.3rem 0.5rem;
    text-align: center;
    text-transform: none !important;
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
}

.product-action-vertical {
    /*opacity: 0;*/
    opacity: 1;
    position: absolute;
    right: 2px;
    top: 5px;
    transition: opacity .3s,visibility .3s;
    visibility: visible;
    /*visibility: hidden;*/
}

.product-action {
    align-items: center;
    background-color: transparent;
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 195px;
    transition: opacity .3s,visibility .3s;
    z-index: 10;
}

.btn-product-icon {
    align-items: center;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    color: #999;
    display: flex;
    font-size: 1.1rem;
    font-weight: 700;
    height: 2.6rem;
    justify-content: center;
    margin-bottom: 0.5rem;
    transition: border-color .3s,color .3s,background-color .3s;
    width: 2.6rem;
}

    .btn-product-icon i {
        margin-bottom: 4px;
    }

.btn-wishlist {
    line-height: 1;
}

.btn-product-icon.btn-wishlist i {
    margin-top: 0.2rem;
}

.btn-product-icon i {
    margin-bottom: 4px;
}

.btn-quickview {
    opacity: .8;
    transition: opacity .3s;
}

.btn-product {
    align-items: center;
    background-color: #ff9900;
    color: #fff;
    display: flex;
    flex: 1;
    font-family: Poppins,sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    justify-content: center;
    letter-spacing: -.025em;
    line-height: 1.2;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    transition: opacity .3s;
}

.text-center .product-details {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.product-details {
    padding-bottom: 5px;
    padding-top: 0px !important;
    position: relative;
}

.product.text-center .product-cat {
    padding: 0;
}

.product-cat {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 5px;
    margin-top: 53px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize !important;
    text-transform: uppercase;
    white-space: nowrap;
    font-family: 'Roboto-Regular';
}

.product.text-center .product-name {
    display: flex;
    height: 35px;
    overflow: hidden;
    padding-left: 0;
    text-align: left;
}

.product-name {
    color: #444;
    font-family: inherit;
    font-size: 14px !important;
    font-size: 1.4rem;
    font-weight: 500 !important;
    font-weight: 400;
    letter-spacing: -.01em;
    margin-bottom: -10px;
    /* padding-right: 0 !important; */
    /* padding-right: 20px; */
    text-overflow: ellipsis;
}

.product.text-center .product-name a {
    display: flex;
    margin: auto;
    color: #000;
    font-family: 'Roboto-Bold';
}

.product-price {
    align-items: center;
    color: #2f3945;
    display: block;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px !important;
    font-size: 1.6rem;
    font-weight: 400 !important;
    font-weight: 600;
    height: 40px;
    line-height: 1.86;
    line-height: 1.3;
    margin-bottom: 1.3rem;
    min-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    justify-content: center;
    margin-right: -2px;
    font-family: 'Roboto-Bold';
}

    .product-price .new-price {
        margin-left: 0px;
        margin-right: 1px;
        -webkit-text-decoration: none;
        text-decoration: none;
        font-weight: 700;
        color: #000;
    }

    .product-price .old-price {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .product-price .old-price {
        color: #aaa;
        display: block;
    }

.product-details > :last-child {
    margin-bottom: 0;
}

.ratings-container {
    align-items: center;
    display: flex;
    font-size: 11px;
    letter-spacing: .2em;
    line-height: 1.1;
    margin-bottom: 1.2rem;
    margin-left: 1px;
    justify-content: center;
    margin-bottom: 20px !important;
}

.product:hover .product-action, .product:hover .product-action-vertical {
    opacity: 1;
    visibility: visible;
}

.product-media img {
    background: #fff;
    display: block;
    height: auto;
    margin: auto;
    max-width: 100%;
    transition: opacity .5s;
    width: 180px;
    height: 180px !important;
    margin-top: 22px;
}

.fadeIn {
    animation-name: fadeIn;
}


img {
    height: auto !important;
    padding-top: inherit !important;
}

.ratings-container {
    align-items: center;
    display: flex;
    font-size: 11px;
    letter-spacing: .2em;
    line-height: 1.1;
    margin-bottom: 1.2rem;
    margin-left: 1px;
}

.sliderHeading {
    margin-left: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
}

.slick-slide {
    margin: 0 3px !important;
}

/* the parent */
.slick-list {
    margin: 0 -27px !important;
}

.gap {
    background-color: #fff;
    width: 100%;
    height: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: none !important;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-prev:before, .slick-next:before {
    color: black !important;
}

.hide-on-mob {
    display: block;
}

.hide-on-dexstop {
    display: none;
}

@media (max-width: 1166px) {
    .hide-on-mob {
        display: none;
    }

    .hide-on-dexstop {
        display: block;
    }
}

a:hover {
    color: #FF9900;
    text-decoration: underline;
}

.btn-quickview:hover {
    color: #FFF !important;
    text-decoration: underline;
}
