.item-thumb{
    position: relative;
    width: 100%;
    height: 470px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
}

.item-thumb:hover{
    border: 5px solid #6c757d;
}


.item-name{
   font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 3px 0 10px 0;
    border: 0;
    padding: 0;
}


.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.item-details-list li {
    display: block;
    line-height: 24px;
    font-weight: 500;
    color: #737373;
    font-size: 14px;
}

.item-details-list li  .text-red{
        color: #eb3e32;
    text-decoration: none;
}

.product-info-main .price-box {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.product-info-main .price-box .price {
    color: #2f333a;
    font-size: 24px;
    font-weight: 700;
}

.price-box p.old-price .price {
    color: #bbbbbb;
    text-decoration: line-through;
    font-size: 24px;
    font-weight: 600;
}

.product-info-main .short-des {
    line-height: 24px;
    padding: 25px 0;
    margin-top: 20px;
    color: #737373;
    font-size: 16px;
    border-top: 1px solid #eeeeee;
}

.size-switch, .color-switch{
    margin-bottom: 1.5rem;
    display: flex;
    gap: 1rem;
}

.single-size{
    border: 1px solid #ea3e32;
    padding: 5px 20px;
}

.size-switch .active{
    background-color: #ea3e32;
    color: #fff;
}

.single-color{
    height: 35px;
    width: 55px;
    background-color: #ea3e32;
}

.product-info-main .form-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

label[for='Quantity'] {
    float: left;
    line-height: 50px;
    margin-right: 20px;
    margin-bottom: 0;
    color: #737373;
    font-size: 14px;
    font-weight: 400;
}

.quantity {
    width: 50px;
    min-width: auto;
    height:50px;
    margin-bottom: 0;
}

.product-info-main .button-cart {
    font-size: 13px;
    line-height: 50px;
    padding: 0 35px;
    background: #eb3e32;
    color: #fff;
    float: left;
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 5px;
    width: auto;
}


.product-info-main button.btn-wishlist, .product-info-main button.btn-compare {
    float: left;
    font-size: 13px;
    color: #2f333a;
    background: #ffffff;
    border-radius: 3px;
    line-height: 48px;
    border: 1px solid #bbbbbb;
    padding: 0 35px;
    box-shadow: none;
}


.button-buy {
    height:50px;
    min-height: 50px;
    border-radius:0;
    border: none;
    box-shadow: 0 0 0 0 transparent;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    display: block;
    font-size: 1em;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    transition: background .2s ease-in-out;
}

.additional-images{
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-items: center;
    margin: 20px 0;
}

.item-image {
    height: 120px;
    width: 120px;
}

.item-image  img{
    height: auto;
    width: 100%;
}

.product-info-detailed .nav-tabs {
    margin-bottom: 0;
    border-bottom: 0;
    text-align: center;
    background: #f6f6f6;
    justify-content: center;
    padding: 29px 0;
    border-radius: 3px;
}

.product-info-detailed .nav-tabs li {
    margin-bottom: 0;
    position: relative;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}

.product-info-detailed .nav-tabs li a {
    font-size: 20px;
    color: #bbbbbb !important;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 0;
    border: none !important;
    padding: 7px 0;
    margin: 0;
    background: none !important;
    position: relative;
    text-decoration: none;
}

.product-info-detailed .nav-tabs li.active a, .product-info-detailed .mobtab a.active {
    background: none;
    color: #2f333a !important;
}

.tab-content{
    padding: 1rem;
}

.blue{
    background-color: #4c9ce3;
}
.black{
    background-color: #585858;
}
.green{
    background-color: #6cda79;
}
.yellow{
    background-color: yellow;
}