.product-tab-2 .pt-tab-items {
    white-space: nowrap;
    overflow: auto;
    text-align: center;
}

.product-tab-2 .pt-tabs-content {
    margin: 20px 0 0 0;
}

.product-tab-2 .pt-tab-items ul li {
    display: inline-block;
    padding: 10px;
}

.product-tab-2 .pt-tab-items ul li a i {
    vertical-align: middle;
}

.product-tab-2 .pt-tab-items .pt-item-btn {
    min-width: 155px;
    display: inline-block;
    padding: 10px 15px;
    background-color: #f0f0f0;
    color: #a7a7a7;
    border-radius: 10px;
    text-align: center;
    transition: ease .3s;
    white-space: normal;
}

.product-tab-2 .pt-tab-items .active .pt-item-btn {
    color: #000;
}

.product-tab-2 .pt-tab-items.centered-icons .pt-item-btn i {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.product-tab-2 .product-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    margin: 12px 0;
    box-shadow: 0 2px 10px #f0f0f0;
    border-radius: 10px;
    padding: 15px;
}

.product-tab-2 .product-item .item-top-section,
.product-tab-2 .product-item .product-details {
    width: 100%;
}

.product-tab-2 .product-item .product-cover img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.product-tab-2 .product-item .product-cover .out-of-stock-label {
    position: absolute;
    right: 30px;
    background-color: #d91414;
    color: #FFFFFF;
    padding: 3px;
    font-size: 12px;
}

.product-tab-2 .product-item a {
    display: inline-block;
    width: 100%;
}

.product-tab-2 .product-item .product-title {
    font-size: 16px;
    text-align: center;
    margin: 7px 0;
}

.product-tab-2 .product-item .price {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    color: #a9a9a9;
}

.product-tab-2 .product-item .price .amount, 
.product-tab-2 .product-item .price ins bdi {
    font-size: 18px;
    color: #42a741;
}

.product-tab-2 .product-item .price del,
.product-tab-2 .product-item .price ins {
    display: inline-block;
}

.product-tab-2 .product-item .price bdi {
    display: inline;
}

.product-tab-2 .product-item .price del span.amount {
    font-size: 16px;
    color: #a3a3a3;
}

.product-tab-2 .product-item .product-details form {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.product-tab-2 .product-item .button {
    width: 100%;
    font-size: 15px;
    border-radius: 50px;
    margin-top: 15px;
    color: #fff;
    background-color: #3daf2f;
    transition: ease .3s;
    padding: 10px;
}

.product-tab-2 .product-item .button:hover {
    opacity: .7;
}

.product-tab-2 .quantity {
    text-align: center;
    display: flex;
}

.product-tab-2 .quantity .mw_qty_btn {
    display: inline-block;
    width: 36px;
    height: 36px;
    vertical-align: middle;
    background-color: #f0f0f0;
    border-radius: 50px;
    padding-top: 7px;
    cursor: pointer;
    transition: ease .2s;
}

.product-tab-2 .quantity .mw_qty_btn.disabled {
    user-select: none;
    pointer-events: none;
    opacity: .5;
}

.product-tab-2 .product-item .quantity .mw_qty_btn.mw_increasr:hover {
    background-color: #3daf2f;
    color: #fff;
}

.product-tab-2 .product-item .quantity .mw_qty_btn.mw_decrease:hover {
    background-color: #d91414;
    color: #fff;
}

.product-tab-2 .quantity input::-webkit-outer-spin-button, 
.product-tab-2 .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-tab-2 .quantity input {
    width: 90px;
    height: 36px;
    text-align: center;
    border-radius: 50px;
    margin: 0 8px;
    pointer-events: none;
    -moz-appearance: textfield;
}

.product-tab-2 .tab-foot {
    text-align: left;
}

.product-tab-2 .tab-foot .tab-archive-btn {
    display: inline-block;
    padding: 7px 20px;
    border: 3px solid #f0f0f0;
    border-radius: 10px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    margin-top: 1.5rem;
}

.product-tab-2 .tab-foot .tab-archive-btn i {
    margin-right: 5px;
}