.color-filter-list li {
    display: inline-block;
    margin-right: 10px;
}

.section.cart-pad
{
    padding:40px 0px;
}

.editBtnAccount:after
{
    display: none !important;
}

.tabslider .owl-item
{
    width:320px!important;
}


/*cart detail page css start here*/

.delivery-address-area li, .order-details-content li
{
    list-style:none;
}
.flex-fill-1 
{
    flex: 1;
}

.bg-gray {
    background: #f2f2f2;
}
.font-weight-500 {
    font-weight: 600 !important;
}
.mt--20 {
    margin-top: 20px !important;
}

.PleaseWaitDiv {
    z-index: 10009;
}

.btn.guest-checkout-btn
{
    margin-left:0;
    margin-top:20px;
}
#guest-modal .modal-content .btn-close i
{
    display:none;
}

#guest-modal .modal-content
{
    padding: 20px;
    border-radius: 0;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 180px;
}
#guest-modal .modal-content h5
{
    font-weight: 300;
    margin-bottom: 17px !IMPORTANT;
    MARGIN-TOP: 10px !important;
    display: block;
}
#guest-modal .modal-content .btn-close
{
    position: absolute;
    right: 14px;
    font-size: 14px;
    background-color: transparent;
    top: 14px;
    font-weight: bold;
}
.guest-process-btn
{
    border: none;
    background: transparent;
    width: 100%;
}
.btn.checkout-btn-area
{
    margin-top:10px;
}

.loadingDiv {background-color: rgba(0, 0, 0, 0.6); background-image: url("/front/images/ajax-loader.svg");background-position: center center;background-repeat: no-repeat;height: 100%;opacity: 1;position: fixed;right: 0;top: 0;width: 100%;z-index: 10000000;}

@media only screen and (max-width: 767px) {
  .banner_section.slide_medium
  {
     height:auto !important;
  }
  .btn.checkout-btn-area, .btn.guest-checkout-btn
  {
    color:#000;
  }
  .btn.check-btn
  {
    color:#000;
  }
}

.ListingLoader {
    background-color: rgba(0, 0, 0, 0.45); 
    background-image: url("/front/images/spinner.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1000000; 
    background-size: 60px 60px;
}

.err {
    color: red;
}