/*wp-btn*/
.custom-wp-btn {
    position: fixed;
    top: 85%;
    left: 2%;
    width: 100px;
    z-index: 999;
    transition: 300ms all;
}

    .custom-wp-btn:hover {
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        transform: translate(0px,-15px);
        border-radius: 50%;
    }
/*wp-btn*/
/*carousel*/
.owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #747474 !important;
    border-radius: 50px !important;
    width: 30px;
    height: 30px;
}


.owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    background-color: #747474 !important;
    border-radius: 50px !important;
    width: 30px;
    height: 30px;
}
/*carousel*/
/*product-detail-page*/
.custom-title-margin-top {
    margin-top: 10%;
}

.detail-table-left {
    width: 45%;
    margin-right: 5%;
}

.detail-table-right {
    width: 50%;
}

.product-details-image {
    background-color: transparent !important;
    margin-bottom: 10px;
}

.custom-table table td {
    width: 50%;
}

.custom-product-price a {
    font-weight: 300 !important;
    color: black;
}

.latest-product-img {
    background-color: transparent !important;
}

    .latest-product-img a {
        text-align: center;
    }

    .latest-product-img img {
        width: auto;
        height: 300px;
        object-fit: cover;
        padding: 0 !important;
    }

/*product-detail-page*/
/*contact*/
/*.contact-card {
    height: 250px;
}*/
/*contact*/

/*product-add-offer*/
.offer-contact-information p:last-child {
    margin-left: 20px;
}
/*product-add-offer*/



/*offers-detail*/
.supplier-title {
    background-color: #dbdbdb;
    padding: 10px;
}

    .supplier-title h4 {
        font-weight: bold;
        color: black;
        margin-bottom: 0 !important;
    }

.supplier-company-detail {
    padding: 10px;
    border: 1px solid #dbdbdb;
    border-top: none !important;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.supplier-company-name span {
    border: 1px solid #f78600;
    border-radius: 5px;
    padding: 5px;
    font-size: 14px;
}
/*offers-detail*/
/*select*/
.nice-select {
    width: 100% !important;
}

    .nice-select ul.list {
        overflow-y: auto;
    }
/*select*/
.custom-offer-img img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
    padding: 0 !important;
}

.footer-social-icon {
    background-color: white;
    margin: 10px;
    padding: 10px;
    font-size: 24px;
    border-radius: 50px;
    color: #484848;
    transition: 300ms all;
}

.bxl-facebook-circle:hover {
    color: #3b5998;
}

.bxl-instagram-alt:hover {
    color: #E1306C;
}
.bxl-twitter:hover {
    color: #00acee;
}
.bxl-linkedin-square:hover {
    color: #0e76a8;
}
.footer-quick-link a {
    font-family: raleway,sans-serif;
    font-weight:bold;
    font-size:18px;
}
.offer-style-item{
    height: 300px;
    padding: 80px 30px!important;
}