/* tabs */
.main-tabs-wrapper .tile {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
    padding-top: 60px;
}
li.nav-item.free-quote.display-none-wrapper {
    display: none;
}
.second-display-none {
    display: block !important;
}
.main-tabs-wrapper #tile-1 .nav-pills {
    padding: 9px 0;
}

.main-tabs-wrapper #tile-1 .nav-pills li button {
    padding: 0;
    color: #fff !important;
    position: relative;
    z-index: 11111;
    font-family: "Poppins-Bold";
    font-size: 16px;
}

.main-tabs-wrapper #tile-1 .nav-pills {
    position: relative;
    border: none !important;
    background-color: #ffffff4f;
    /* box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2); */
    border-radius: 10px;
    filter: drop-shadow(2px 4px 6px black);
}

.main-tabs-wrapper #tile-1 .nav-pills li {
    margin: 0px !important;
}

.main-tabs-wrapper #tile-1 .nav-pills li a {
    position: relative;
    margin-right: 0px !important;
    padding: 20px 40px !important;
    font-size: 16px;
    border: none !important;
    color: #333;
}

.main-tabs-wrapper #tile-1 .nav-pills a:hover {
    background-color: #fff !important;
    border: none;
}

.main-tabs-wrapper #tile-1 .slider {
    display: inline-block;
    width: 30px;
    height: 100%;
    border-radius: 10px;
    background-color: #ed1c24 !important;
    position: absolute;
    z-index: 1200;
    bottom: 0;
    transition: all 0.4s linear;
}

.main-tabs-wrapper #tile-1 .nav-pills .active {
    background-color: transparent !important;
    border: none !important;
    color: #fff !important;
    position: relative;
    z-index: 11111;
    font-family: "Poppins-Bold";
}
.custom-galleries-design {
    background: #efefef;
    padding: 30px 10px 10px 10px;
    border-radius: 30px;
    text-align: center;
    position: relative;
    height: 100px;
}
section#our-product {
    padding-top: 60px;
}
.main-product {
    border-radius: 20px;
    padding: 20px 40px;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
}
.position-wrapper {
    position: absolute;
    background: #ed1c24;
    border-radius: 50px;
    border: 2px solid #000;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -15px;
    left: 40%;
    right: 60%;
}
.position-wrapper img {
    width: 28px;
    height: 28px;
    object-fit: scale-down;
    position: relative;
    top: -3px;
    right: -2px;
}
.add-wrapper-text p {
    color: #3a3a3a !important;
    font-size: 15px;
    line-height: 1.2;
    font-family: "Poppins-Medium";
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    align-items: start;
    justify-content: start;
}
.pagination li.page-item {
    margin: 0px 4px;
}
.pagination .page-link {
    position: relative;
    display: block;
    padding: 5px 10px;
    margin-left: -1px;
    line-height: 1.25;
    color: #fff;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 400;
    background: #222222;
    font-family: "Poppins-SemiBold";
}
.page-link:focus {
    border-color: var(--first-color);
    box-shadow: 0 0 5px 0 var(--first-color) !important;
}

.page-item:first-child .page-link {
    padding: 4px 13px !important;
    border-radius: 6px !important;
}
.page-item:first-child .page-link:hover {
    background-color: #0041b2;
    transition: 0.3s all;
}
.page-item:last-child .page-link:hover {
    background-color: #0041b2;
    transition: 0.3s all;
}
.page-item:last-child .page-link {
    padding: 4px 13px !important;
    border-radius: 6px !important;
}
a.page-link.pagelink-second span i {
    font-size: 25px;
    font-weight: 600;
}
.product-deatail-wrapper .product-img img.img-fluid {
    width: 100px;
    height: 90px;
    object-fit: scale-down;
    /* padding-top: 20px; */
}
a.page-link.active {
    background-color: var(--first-color);
    color: #fff;
    padding: 11px 21px;
}
.pagination li.page-item .page-link:focus {
    border-color: transparent;
}
.page-item.active .page-link {
    background-color: #ed1c24;
    color: #fff !important;
    padding: 6px 13px !important;
    border: none;
    border-radius: 6px;
    margin-top: 0px;
}
@media (max-width: 1367px) {
    .main-tabs-wrapper #tile-1 .nav-pills li button {
        font-size: 14px;
    }
    .custom-galleries-design {
        margin-bottom: 50px;
    }
}

@media (max-width: 576px) {
    .main-tabs-wrapper #tile-1 .nav-pills li button {
        font-size: 12px;
        padding: 0px 3px;
    }
    section#our-product {
        padding-top: 0px;
    }
    .main-product {
        padding: 20px 10px;
    }
    .custom-galleries-design {
        width: 160px;
    }
}
@media (max-width: 320px) {
    .custom-galleries-design {
        width: 135px;
    }
}
@media (max-width: 281px) {
    .add-wrapper-text p {
        font-size: 11px;
    }
    .main-tabs-wrapper #tile-1 .nav-pills li button {
        font-size: 9px;
        padding: 0px 3px;
    }
    .custom-galleries-design {
        width: 110px;
    }
}
