@media screen and (min-width: 1200px){
    body{
        background-image: url('../img/icons/bgbody.png');
        margin-left:140px;
        margin-right:140px;
        margin:auto;
        max-width: 1240px;
    }
}



@media (max-width:767px) {
    section {
        padding: 0px;
    }
}

.cart-plus-minus {
    border: 2px solid;
    width: 140px;
    text-align: center;
}

.cart-plus-minus,
.dec.qtybutton,
.inc.qtybutton {
    background-color: #fff;
    border-color: #ededed;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}

input.cart-plus-minus-box {
    background: transparent none repeat scroll 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    height: 100%;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
    width: 40%;
    font-weight: 700;
}

.product-details-content .cart-plus-minus {
    display: inline-block;
    margin-right: 20px;
}

@media (max-width:1400px) {
    .cart-plus-minus {
        width: 130px
    }
}

@media (max-width:767px) {

    .shoping-cart-table .cart-plus-minus {
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (max-width:768.9px) {
    .shop-details-info .cart-plus-minus {
        width: 80px;
    }
}


.home-banner-wrapper {
    height: 80vh;
    width: 100%;
    overflow: hidden;
}

.home-banner-wrapper img {
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: fill;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

.table-bordered>:not(caption)>* {
    border-width: 1px 0;
}

.product-table {
    color: #000;
    border-color: #cbccce;
}

.add-to-cart-btn {
    background-color: #fa6800 !important;
    padding: 6px 16px;
}

@media (max-width:767px) {


    .add-to-cart-btn {
        padding: 4px 8px;
    }

    tbody,
    td,
    tfoot,
    th,
    thead,
    tr {
        font-size: 14px;
    }

    .cart-plus-minus {
        width: 100px;
    }

    .cart-plus-minus,
    .dec.qtybutton,
    .inc.qtybutton {
        font-size: 18px;
        font-weight: 600;
    }
}

.features_des p{
    margin-bottom: 0;
}
