.cate-icon {
    display: inline !important;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.border-bottom {
    border-bottom: 1px solid #e7e7e7;
}


/* .max
{
    max-width: 200.333px !important;
} */

.text_succsess {
    font-size: 5em !important;
    color: #119c67 !important;
    margin-bottom: 20px !important;
}

.text_quateno {
    font-size: 2em !important;
    color: #034a68 !important;
    margin-bottom: 20px !important;
}

.about-text {
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
}

.about-text .about-text-center {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 25px;
}

.about-text p {
    margin-bottom: 17px;
    font-size: 14px;
    color: #666;
    line-height: 20px;
}

.about-text-item {
    padding-bottom: 35px;
    padding-top: 35px;
}

.about-text-item.item-three {
    padding-bottom: 18px;
}

.about-text-item p {
    line-height: 20px;
}

.search-wrapper {
    display: flex;
    position: relative;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin: 20px 0;
}

.search-wrapper .icon-search {
    position: relative;
    right: 15px;
    background: #4dae65;
    border-radius: 0;
}

.header-search-results {
    background-color: #fff;
    border: 2px solid #007ec0;
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    width: 100%;
    z-index: 9999;
    height: 500px;
    overflow-y: auto;
    margin-top: 39px;
}

.header-search form {
    padding-left: 0;
}

.owl-carousel {
    z-index: 0;
}

.search-rslt-row {
    display: flex;
    padding: 5px;
}

.search-rslt-row:hover {
    background-color: #eee;
}

.search-rslt-row img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.search-rslt-row span {
    font-size: 13px;
}

.brand-box {
    width: 80% !important;
}

.product-details {
    width: 100% !important;
}

.image__tag {
    padding: 13px !important;
}

.slider .owl-stage-outer {
    border-radius: 10px !important;
    box-shadow: 5px 5px 12px 2px rgba(0, 0, 0, 0.2) !important;
}

.my-col {
    width: 100% !important;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%
}


/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */

.sticky+.content {
    padding-top: 102px;
}

.discount-text {
    color: red;
    font-weight: bold;
    font-size: smaller;
    display: block;
}

.discount-text-alt {
    color: red;
    font-weight: bold;
    font-size: smaller;
}

.dropcart__item-price .product-card__price--old {
    text-decoration: line-through !important;
    color: #999 !important;
}

.cart-table__column--price .product-card__price--old {
    text-decoration: line-through !important;
    color: #999 !important;
}

.product__prices .product-card__price--old {
    text-decoration: line-through !important;
    color: #999 !important;
    float: right !important;
}

.wishlist__column--price .product-card__price--old {
    text-decoration: line-through !important;
    color: #999 !important;
}

.blur-title {
    background: rgba(0, 0, 0, 0.16) !important;
    padding: 8px !important;
    border-radius: 10px !important;
    backdrop-filter: blur(8px) !important;
    display: inline-block !important;
    text-align: center !important;
    color: #fff !important;
}

.flex-center {
    justify-content: center !important;
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(228, 65, 65, 0.062);
    z-index: 2;
    cursor: pointer;
}

.pdf-container {
    position: relative;
    padding-top: 56.25%;
    /* Aspect ratio: 16:9 */
    height: 100%;
    overflow: hidden;
    max-width: 100%;
}

.pdf-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.download-link {
    text-align: center;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .pdf-container {
        padding-top: 120%;
        /* Adjust height for mobile view */
    }
}

.pdf-viewer {
    position: relative;
    padding-top: 141%;
    /* Adjust for aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.pdf-viewer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.pdf-block {
    width: 100%;
    height: 600px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .pdf-block {
        height: 400px;
    }
}