.main-nav__navigation-box a, .main-nav__navigation-box li a, header_btn_1 a {
    text-transform: uppercase !important;
}

.why_choose_one_icon:hover {
    transform: scale(1.2) rotate(10deg);
    cursor: pointer;
}

.shirt_color_ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.shirt_color_ul li {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

.shirt_color_dot {
    border: 1px solid rgb(119, 119, 119);
    border-radius: 0px;
    width: 35px !important;
    height: 35px !important;
}

.dot_sel {
    border: 5px solid rgb(41, 41, 41);
}

.entry-item-image {
    width: 100%;
    height: 100px;
    object-fit: contain;
    object-position: center;
    transition: 0.3s;
    cursor: zoom-in;
}

.entry-item-image:hover {
    transform: scale(1.1);
}

.entry-card {
    text-align: center;
}

.entry-card img {
/ / max-width: 100 %;
}

.entry-card p {
    margin-bottom: 2px;
}

.entry-card button {
    margin: 10px 0px;
}

.selected-card {
    background: #e5e5e5;
}

.entry_page label {
    color: #282f44;
    text-transform: uppercase;
    font-weight: bold;
}


@media screen and (min-width: 1200px) {
    .justphone {
        display: none!important;
    }
}
