.breadc-cont{
    border-bottom: 2px solid #707070;
    margin-bottom: 20px;
    height: 50px;
}

.breadc-text-cont{
    font-family: 'barlow-medium';
    font-size: 20px;
    height: 50px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.breadc-text-cont a{
    color: #707070;
}

.breadc-text-cont a:hover{
    color: #000;
}

.div-img{
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 217px;
}

.product-box{
    margin-bottom: 30px;
}

.products-category-name{
    font-family: 'barlow-semibold';
    font-size: 26px;
    text-align: center;
    color: #000;
}

.product-name{
    font-family: 'barlow';
    font-size: 20px;
    text-align: center;
    color: #707070;
}

.product-price{
    font-family: 'barlow-semibold';
    font-size: 26px;
    text-align: center;
    color: #000;
}

.product h2{
    font-family: 'barlow-semibold', Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 38px;
    text-align: center;
    margin-bottom: 30px;
}

.product-item-price{
    font-family: 'barlow-semibold';
    font-size: 26px;
    color: #000;
}

.product-item {
    clear:both;
    overflow: hidden;
    width:100%;
}
.product-item-txt {float: left; padding-right: 20px; }
.product-item-img {float: right; height: auto; text-align: center;}
.product-item-img img {width: 100%; max-width: 100%; height: auto; }

.product-thumbnail{
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    width: 25%;
    height: 100px;
    border: 1px solid #fff;
}

.product-item-description{
    font-family: 'barlow';
    font-size: 20px;
    color: #707070;
}

.product-desc-cont{
    position: relative;
}

.cart-form{
    /*position: absolute;
    bottom: 0;*/
    width: 100%;
}

.btn-cart{
    font-family: 'barlow-semibold';
    font-size: 22px;
    color: #fff;
    border: 1px solid #A0E400;
    background-color: #A0E400;
    padding: 5px 60px 5px 60px;
    border-radius: 0;
    box-shadow: none !important;
    outline: none !important;
    margin-bottom: 4px;
    margin-left: 10px;
}

.btn-cart:hover{
    color: #A0E400;
    background-color: #fff;
    border-color: #A0E400;
}

.cart-main h1{
    color: #000;
    font-size: 38px;
    margin-bottom: 30px;
    text-align: center;
}

.cart-form .qty{
    display: inline;
    width: 60px;
    height: 45px;
    text-align: center;
}

.cart-form label{
    font-family: 'barlow-semibold';
    color: #000;
    font-size: 20px;
    margin-right: 10px;
}

.cart-product-img{
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center;
}

.cart-table .td-right{
    text-align: right;
}

.cart-table th{
    font-size: 20px;
}

.cart-table{
    font-size: 18px;
}

.cart-item{
    vertical-align: middle;
}

.cart-item .product-link{
    color: #000;
}

.cart-item .product-link:hover{
    color: #008A00;
}

.btn-cart-shopping{
    font-size: 16px;
    color: #000;
    outline: 0;
    box-shadow: none;
}

.btn-cart-shopping:hover{
    color: #008A00;
}

.cart-remove-icon{
    color: #dc3545;
    text-align: right;
}

.cart-remove-icon:hover{
    color: #000;
}

.remove-cont{
    text-align: right;
}

.total-cont{
    font-size: 18px;
    padding-left: 20px;
}

.cart-bottom{
    margin-bottom: 20px;
}

.remove-all{
    font-size: 18px;
    color: #dc3545;
}

.remove-all:hover{
    color: #000;
}

.alert-box {
    font-size: 18px;
    color: #000;
    background-color: #f8f9fa!important;
    border-color: #ccc;
}

.btn-submit{
    margin-left: 0px;
    margin-top: 20px;
}

.form-check{
    padding-left: 0px !important;
}

#shipping-address{
    margin-top: 10px;
}

.s-header{
    font-family: 'barlow-semibold', Arial, Helvetica, sans-serif;
    font-size: 20px;
}

.cart-main .help-block{
    color: #dc3545 !important;
}

.summary-table{
    margin-bottom: 20px;
}

.summary-table td{
    padding: 5px;
}

.cart-main .ins{
    margin-top: 40px;
    font-size: 20px;
}

.order-summary{
    background-color: #c7e513;
    padding: 30px;
    font-size: 18px;
}

.order-summary-header{
    font-family: 'barlow-semibold', Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-bottom: 15px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .breadc-cont, .breadc-text-cont{
        height: unset;
    }

    .breadc-text-cont{
        font-size: 16px;
        letter-spacing: 2px;
        padding-bottom: 10px;
    }

    .cart-form{
        position: unset;
    }

    .td-image{
        display: none;
    }

    .ct-shop{
        display: none;
    }

    .pc-checkout{
        width: 100%;
    }

    .product-thumbnail{
        height: 70px;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .breadc-cont, .breadc-text-cont{
        height: unset;
    }

    .breadc-text-cont{
        font-size: 16px;
        letter-spacing: 2px;
        padding-bottom: 10px;
    }

    .cart-form{
        position: unset;
    }

    .td-image{
        display: none;
    }

    .ct-shop{
        display: none;
    }

    .pc-checkout{
        width: 100%;
    }

    .product-thumbnail{
        height: 70px;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .cart-form{
        position: unset;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  }