.CardType {
    background-color: #304258;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    padding: 20px;
    margin: 20px 0
}

.CardTitle {
    font-size: 18px;
    margin-bottom: 10px;
    color: #00b300
}

.CardBody, .CardTitle {
    text-align: center
}

.CardDescription {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px
}

.CardDate {
    font-size: 12px;
    color: #999
}

.couponDash {
    font-weight: 300;
    font-size: 13px;
    border: dashed 1px;
    padding: 9px;
    color: #00ff80;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: end
}

.couponRate {
    position: absolute;
    top: 2px;
    left: 2px;
    font-weight: 600;
    border-radius: 25px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    border: dashed .5px;
    justify-content: center;
    font-size: 12px
}

.couponInfo {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    margin-top: 9px;
    align-items: flex-end
}

.shopInfoBox, .ui-menu .ui-menu-item a {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 768px) {
    .couponInfo {
        display: flex;
        font-size: 12px;
        flex-direction: row;
        text-align: center
    }

    .shopInfoBox {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        flex-direction: column;
        gap: 6px
    }

    .BoxTypePrices .ShopInfo h2 {
        font-size: 20px !important;
        font-weight: 600
    }
}

.accordion {
    display: flex;
    justify-content: center;
    gap: 18px
}

.accordion-item {
    margin-bottom: 10px;
    border-radius: 15px;
    overflow: hidden
}

.accordion-header {
    background-color: #304258;
    padding: 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px
}

.accordion-content {
    padding: 10px;
    display: none;
    transition: .5s ease-in-out
}

@media screen and (max-width: 768px) {
    .BoxTypeProduct2, .accordion {
        flex-direction: column
    }
}

.info-icon {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    cursor: pointer
}

.info-tooltip {
    display: none
}

.accordion-item.active .accordion-content, .info-icon:hover .info-tooltip {
    display: block
}

.tagsAndShorts {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center
}

.tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: normal;
    flex: 1
}

.ui-helper-hidden-accessible {
    display: none
}

.BoxTypeBestPriceH3 {
    position: absolute;
    top: 0;
    left: 15px;
    background-color: #0d1826;
    padding: 0 7px;
    color: #00ff80;
    transform: translateY(-50%)
}

.filterMenuContent {
    display: flex;
    justify-content: space-between;
    align-items: stretch
}

@media screen and (max-width: 768px) {
    .tags {
        display: flex;
        justify-content: normal;
        flex: 1
    }
}

@media only screen and (max-width: 768px) {
    .testo , .testoC > div {
        max-width: 50%
    }

     .testoC .Detail .Mid  {
        flex-direction: column;
    }

    .BoxTypeProduct2 .Detail {
         padding-left: 0px;
    }


}

@media screen and (max-width: 768px) {
    /*.homeSpeacialPageDetail {*/
    /*    flex-wrap: wrap*/
    /*}*/

    /*.homeSpeacialPageDetail a {*/
    /*    justify-content: center*/
    /*}*/

    /*.homeSpeacialPageDetail .Img {*/
    /*    width: 80%*/
    /*}*/

    /*.homeSpeacialPageDetail a img {*/
    /*    height: auto !important*/
    /*}*/

    /*.homeSpeacialPageDetail, .homeSpeacialPageDetail .Detail, .homeSpeacialPageDetail a {*/
    /*    width: 100%;*/
    /*    display: flex;*/
    /*    flex-direction: column;*/
    /*    align-items: center*/
    /*}*/

    /*.homeSpeacialPageDetail .Detail {*/
    /*    padding-left: 20px;*/
    /*    margin-top: 20px*/
    /*}*/

    /*.homeSpeacialPageDetail .Detail .Top {*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    gap: 15px*/
    /*}*/

    /*.homeSpeacialPageDetail .Detail .Mid {*/
    /*    display: flex;*/
    /*    font-family: "Montserrat", sans-serif;*/
    /*    gap: 10px;*/
    /*    justify-content: center;*/
    /*    flex-direction: column*/
    /*}*/

    /*.homeSpeacialPageDetail .Detail .Mid .Left {*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    gap: 5px;*/
    /*    flex-direction: column*/
    /*}*/

    .contentProductHeader {
        display: flex;
        flex-direction: column;
        gap: 15px
    }

    .BoxTypeBestPrice {
        border: 1px solid #00ff80;
        padding: 10px;
        border-radius: 6px;
        position: relative;
        height: 100px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%
    }

    .BoxTypeBestPrice .BoxTypeBestPriceH3 {
        position: absolute;
        top: 0;
        left: 94px;
        background-color: #0d1826;
        padding: 0 7px;
        color: #00ff80;
        transform: translateY(-50%)
    }

    .filterMenuContent {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }

    .filterMenuContent > div {
        width: 50%
    }

    .BoxTypeProductDetail p.Icons a {
        padding-right: 5px;
        padding-bottom: 5px;
        width: 26%
    }

    .BoxTypeProduct2 {
        align-items: center
    }

    .BoxTypeProduct2 .Img {
        width: 80%
    }

    .BoxTypeProduct2 .Img img {
        height: auto;
        object-fit: cover
    }

    .BoxTypeProduct2 .Detail {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 230px;
    }

    .BoxTypeProduct2 .Detail .Top {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
        align-items: center
    }

    footer .Left .Logo {
        text-align: center
    }

    .BoxTypeProduct .Price {
        flex-direction: column
    }
}



.ui-menu .ui-menu-item a {
    background-color: #0a0e1c;
    font-size: 15px;
    z-index: 999;
    font-weight: 600;
    position: relative;
    color: #fff;
    justify-content: flex-start;
    top: 21px;
    width: 100%;
    left: -50px;
    padding: 10px;
    gap: 10px
}

.ui-autocomplete {
    /*max-height: 600px;*/
    /*left: 459px !important*/
}

.ui-menu .ui-menu-item a img {
    width: 50px !important;
    object-fit: cover !important;
    margin: auto !important;
    height: 50px !important;
    border-radius: 50% !important
}

.ui-menu .ui-menu-item a span {
    flex: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-menu .ui-menu-item .show-more-link {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #303030;
    padding: 15px;
    margin: 0;
}
