.order-name-img {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
}

.order-name-img .img {
    width: 100px;
    margin-right: 15px;
}

.order-name-img .txt {
    width: 100%;
}

.order-name-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 768px) {
    .order-name-img {
        flex-direction: column;
    }

    .order-name-img .img  {
        margin: auto auto 15px auto;
    }
}

@media (min-width: 768px) {
    .filter-section-button {
        display: none !important;
    }

    #category-filter-hover {
        display: block !important;
    }
}

.dm-boxes {
    width: 100%;
}

.dm-boxes,
.dm-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    align-items: flex-start;
    text-align: center;
}

.dm-box {
    flex-direction: column;
    width: calc(100% / 4);
    padding: 10px;
    margin-bottom: 10px;
    font-weight: 550;
    text-align: center;
    justify-content: center;
}

.dm-box .round {
    width: 100px;
    height: 100px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    background-color: var(--color-primary);
    color: #fff;
    font-size: 20px;
    border-radius: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

.dm-box .text {
    display: flex;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 768px) {
    .dm-box {
        width: calc(100% / 2);
    }
}


.dm-map {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.dm-map>div {
    width: calc(100% / 2);
}

.dm-map>div:nth-child(odd) {
    padding-right: 20px;
}

.dm-map>div:nth-child(even) {
    padding-left: 20px;
}

.dm-map img {
    width: 100%;
    height: auto;
}

.states img {
    width: 40px;
}

.states {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.state {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.state .flag-in {
    width: 40px;
    height: auto;
}

.state .text-in {
    width: calc(100% - 40px);
    padding-left: 15px;
    opacity: 0;
    transition: 300ms;
    font-weight: 550;
}

.state .flag-in:hover + .text-in {
    opacity: 1;
}


@media (max-width: 768px) {
    .p-detail-tabs-wrapper .navigation-btn {
        display: none !important;
    }

    .shp-tab {
        border-bottom: solid 2px #dadada !important;
        transition: 300ms;
    }
    
    .shp-tabs-holder ul.shp-tabs li:before {
        display: none !important;
    }

    .shp-tab a {
        padding: 5px 0 !important;
        background-color: transparent !important;
        transition: 300ms;
        color: #666 !important;
    }
    
    .shp-tab.active,
    .shp-tab:hover {
        transition: 300ms;
        border-bottom-color: var(--color-primary) !important;
    }

    #p-detail-tabs {
        padding: 0 10px;
        padding-top: 10px;
    }

    .p-detail .p-info-wrapper {
        margin-top: -20px !important;
    }
}

[data-testid="tabAlternativeProducts"] {
    display: none !important;
}

@media (min-width: 320px) and (max-width: 768px) {
    #p-detail-tabs {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }
    
    #p-detail-tabs>li {
        width: calc(50% - 10px);
        text-align: center;
        margin: 0;
        margin-bottom: 15px;
    }
}

@media (max-width: 320px) {
    #p-detail-tabs {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }
    
    #p-detail-tabs>li {
        width: 100%;
        text-align: center;
        margin: 0;
        margin-bottom: 15px;
    }
}

@media(min-width: 768px) {
    .product-top .slick-slider .slick-arrow {
        bottom: 5px !important;
        top: unset !important;
        z-index: 2;
    }
}

.product-top .slick-slider .slick-arrow {
    min-width: unset !important;
}