
main.content .slider-amazing {
    background-color: #A63489 !important;
    border-radius: 10px !important;
}

    main.content .slider-amazing .block-content-wrap .price {
        justify-content: left !important;
    }

.page-header .logo a img {
    max-height: 80px !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.logo-icon img {
    max-width: 64px !important;
    max-height: 64px !important;
}

@media only screen and (max-width: 768px) {
    .page-header .logo a img {
        max-height: 48px !important;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
}

.page-loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 10000;
}

    .page-loader .logo-area {
        width: 150px;
        margin-bottom: 35px;
    }

        .page-loader .logo-area img {
            display: block;
            max-width: 100%;
            margin: auto;
        }

    .page-loader .loader {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        display: block;
        margin: 15px auto;
        position: relative;
        color: #000;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-animation: animloader 1s linear infinite alternate;
        animation: animloader 1s linear infinite alternate;
    }

@-webkit-keyframes animloader {
    0% {
        -webkit-box-shadow: -38px -12px, -14px 0, 14px 0, 38px 0;
        box-shadow: -38px -12px, -14px 0, 14px 0, 38px 0;
    }

    33% {
        -webkit-box-shadow: -38px 0px, -14px -12px, 14px 0, 38px 0;
        box-shadow: -38px 0px, -14px -12px, 14px 0, 38px 0;
    }

    66% {
        -webkit-box-shadow: -38px 0px, -14px 0, 14px -12px, 38px 0;
        box-shadow: -38px 0px, -14px 0, 14px -12px, 38px 0;
    }

    100% {
        -webkit-box-shadow: -38px 0, -14px 0, 14px 0, 38px -12px;
        box-shadow: -38px 0, -14px 0, 14px 0, 38px -12px;
    }
}

@keyframes animloader {
    0% {
        -webkit-box-shadow: -38px -12px, -14px 0, 14px 0, 38px 0;
        box-shadow: -38px -12px, -14px 0, 14px 0, 38px 0;
    }

    33% {
        -webkit-box-shadow: -38px 0px, -14px -12px, 14px 0, 38px 0;
        box-shadow: -38px 0px, -14px -12px, 14px 0, 38px 0;
    }

    66% {
        -webkit-box-shadow: -38px 0px, -14px 0, 14px -12px, 38px 0;
        box-shadow: -38px 0px, -14px 0, 14px -12px, 38px 0;
    }

    100% {
        -webkit-box-shadow: -38px 0, -14px 0, 14px 0, 38px -12px;
        box-shadow: -38px 0, -14px 0, 14px 0, 38px -12px;
    }
}

.link-border-verify {
    background-color: transparent !important;
}

.field-validation-error {
    font-size: 12px !important;
}

main.content .paginationMain nav ul.pagination li.active a.page-link {
    background-color: #ff0000 !important;
}

.table > tbody > tr > td, .table > th > tr > th {
    vertical-align: middle !important;
}

.well {
    border: 1px solid #eee;
    background-color: #f6f6f6;
    color: #666;
    line-height: 25px;
    padding: 10px 15px;
    border-radius: 5px;
}

.pre-scrollable {
    overflow-y: auto !important;
}

.more-details {
    display: none;
}

.item:hover .more-details {
    display: block;
}

.item:hover .score-holder {
    display: none;
}

.modal-header {
    display: unset !important;
}

    .modal-header .modal-title {
        font-size: 16px !important;
    }

    .modal-header .close {
        float: left !important;
    }

main.content .product-carousel .product-heading .view-more {
    font-size: 12px;
    font-weight: 500;
    color: #474747;
    background-color: #ebebed;
    padding: 0 12px;
    border-radius: 22px;
    float: left;
    margin: 5px 15px 0 0;
    line-height: 22px;
    position: relative;
}

.pointer-event {
    cursor: pointer !important;
}

header.header .user-items .shop-cart {
    background-color: #ff0000 !important;
}

main.content .slider-amazing .block-content-wrap h2.product-name {
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;
    text-overflow: unset !important;
    min-height: 80px !important;
}

    main.content .slider-amazing .block-content-wrap h2.product-name a {
        text-overflow: unset !important;
        white-space: unset !important;
    }

main.content .slider-amazing .block-content-wrap .image-area a img {
    max-height: 185px !important;
}

main.content .product-carousel .sliderProduct .item-area .product-image-area a.product-image img {
    max-height: 185px !important;
}

main.content .product-carousel .sliderProduct .item-area h3.product-name {
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;
    text-overflow: unset !important;
}

    main.content .product-carousel .sliderProduct .item-area h3.product-name a {
        text-overflow: unset !important;
        white-space: unset !important;
        overflow: unset !important;
    }
