

.slick-slide{
  height: auto !important; 
}

.top-search button.btn {
    background: #fff;
    float: left;
    margin-top: 5px;
}

#nav_section nav{
  background-color: #; !important;  
}

.top-search .input.text{
    display: inline-block;
    width: 85%;
}

#nav_section .navbar-right .fa-shopping-bag{
    position: relative;
    top: -2px;
}

#nav_section .top-search {
  background-color: #fff;
  display: none;
  padding:15px 0px;
  /*padding:0px 0px;*/
}
/*body {
    padding-top: 0;
}*/
#product_wrapper .p_list .save_p .fa, #product_wrapper .p_list .rmv_p .fa {
    font-size: 14px;
}

#nav_section  .navbar-right i {
    padding-top: 6px;
}


#latest_product_section .product_list .product_image img {
    width: 100%;
    height:235px;
}

.product .product_hover{
	height: 70.1%;
}

#nav_section .top-search input.form-control{
	font-family: GothamNarrow-Book;
	color: #000;
  border-radius: 0px;
}

#full_carosel .slick-prev {
  left: -7px;
  z-index: 999;
  background: url(../img/Group-1.png) no-repeat 30%;
  height: 50px;
  width: 30px;
}
#full_carosel .slick-next {
  left: auto;
  right: 0px;
  z-index: 999;
  background: url(../img/Group-2.png) no-repeat 30%;
  height: 50px;
  width: 30px;
}


#full_carosel,#new-kids-collection,#new-kids-collection,#fashion_carosel_wrapper {
    border-bottom: 5px solid #fff;
}

.products_slider {
    margin-top: 20px;
}

#full_carosel .slick-prev {
  left: -7px;
  z-index: 999;
  background: url(../img/Group-1.png) no-repeat 30%;
  height: 50px;
  width: 30px;
}
#full_carosel .slick-next {
  left: auto;
  right: 0px;
  z-index: 999;
  background: url(../img/Group-2.png) no-repeat 30%;
  height: 50px;
  width: 30px;
}



.Fashion_store_container .product_list_wrapper .product_image img{
  width: 100%;
  height: 250px;
}


.panel-sub-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    content: url(../img/minus-sign.png);
    float: right;
    transition: all 0.5s;
}

.panel-sub-heading a:before {
    content: url(../img/plus-sign.png);
    float: right;
    transition: all 0.5s;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    background-image: url(../img/time-slider-button.png);
    border: 0 none;
    cursor: pointer;
    top: -8px;
    width: 16px;
    height: 16px;
    background-color: transparent;
}

.price_from, .price_to {
    position: absolute;
    padding-left: 4px;
    padding-top: 7px;
    font-size: 100%;
}


.price-range-field {
    padding: 5px 0 5px 30px;
    width: 48%;
    border-radius: 3px;
    border: 1px solid #ddd;
}
@media only screen and (max-width: 767px) {
    .price-range-field {
    margin-right: 5px;
}

.Fashion_store_container .dis_count_pos_abs {
    right: 0;
}
}


/*Rating CSS*/

.rating-loading {
  width: 25px;
  height: 25px;
  font-size: 0;
  color: #fff;
  background: url(../img/loading.gif) top left no-repeat;
  border: none
}

.rating-container .rating-stars {
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap
}

.rating-container .rating-input {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  font-size: 1px;
  border: none;
  background: 0 0;
  padding: 0;
  margin: 0
}

.rating-disabled .rating-input,
.rating-disabled .rating-stars {
  cursor: not-allowed
}

.rating-container .star {
  display: inline-block;
  margin: 0 3px;
  text-align: center
}

.rating-container .empty-stars {
  color: #EDCC01
}

.rating-container .filled-stars {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  color: #EDCC01;
  white-space: nowrap;
  overflow: hidden;
}

.rating-rtl {
  float: right
}

.rating-animate .filled-stars {
  transition: width .25s ease;
  -o-transition: width .25s ease;
  -moz-transition: width .25s ease;
  -webkit-transition: width .25s ease
}

.rating-rtl .filled-stars {
  left: auto;
  right: 0;
  -moz-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
  -o-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0)
}

.rating-rtl.is-star .filled-stars {
  right: .06em
}

.rating-rtl.is-heart .empty-stars {
  margin-right: .07em
}

.rating-container .clear-rating {
 display: none;
}

.clear-rating-active {
  cursor: pointer!important
}

.clear-rating-active:hover {
  color: #EDCC01
}

.rating-container .caption {
  display: none;
}

@media print {
  .rating-container .clear-rating {
    display: none
  }
}

/*Rating CSS Ends*/

 #snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}






#product_wrapper .p_list .save_p .addtowhish, #product_wrapper .p_list .rmv_p .addtowhish {
    cursor: pointer;
    font-family: GothamNarrow-Book;
}

#product_wrapper .price_details .borderless tr > td{
  width: 50%;
}

#product_wrapper .p_list .save_p .addtowhish{
  color: #; !important;
}

.modal-dialog {
    margin: 100px auto 0;
}


h1.side_heading {
    font-family: GothamNarrow;
    font-weight: normal;
    font-size: 24px;
    margin: 20px 0px;
}

.merchant-list .merchant-wrapper .merchant-content {
    margin-bottom: 20px;
}

.merchant-content:nth-child(2n+1) {
    padding-left: 0;
}

.merchant-list .material_form_wrapper .merchant-wrapper .merchant-list-details {
    border: 2px dashed #ddd;
    display: inline-block;
    padding: 20px 10px;
    margin-bottom: 0px;
    font-family: GothamNarrow;
    width: 100%;
}
.merchant-list .material_form_wrapper .merchant-wrapper .merchant-list-details .logo_container .merch-logo {
    margin-top: 20px !important;
}


.merchant-list-details .merch-logo img.img-responsive {
    max-width: 150px !important;
    max-height: 100px !important;
    margin: 0 auto;
}

.merchant-list .material_form_wrapper .merchant-wrapper .merchant-list-details .merch-detail {
    border-left: 2px dashed #ddd;
    display: inline-block;
    min-height: 195px;
    padding-left: 15px;
    font-family: GothamNarrow;
}

.merchant-list .material_form_wrapper .merchant-wrapper .merchant-list-details .merch-detail h5 {
    margin-top: 0;
    color: #666666;
    font-family: GothamNarrow;
}

.contacts {
    padding-left: 20px;
    position: relative;
    padding-bottom: 5px;
    padding-top: 5px;
    font-family: GothamNarrow;
}

.contacts i {
    color: #444;
    position: absolute;
    left: 0px;
    top: 3px;
    line-height: 1.42857;
    font-size: 16px;
}
.merchant-list .material_form_wrapper .merchant-wrapper .merchant-list-details .merch-detail .contacts p {
    margin: 0;
}

.merchant-list .material_form_wrapper .merchant-wrapper .merchant-list-details .merch-detail .more-info {
    border: 2px dashed #666666;
    color: #666666;
    display: inline-block;
    font-size: 14px;
    margin-top: 15px;
    padding: 5px 10px;
    text-transform: uppercase;
    font-family: GothamNarrow;
}
.error{
  font-weight: 100 !important;
}


.deal_slider_wrapper .slick-slider .product-details.updatedDesign h4 a {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0px 10px;
    font-size: 12px;
    display: inline-block;
    text-transform: capitalize;
    color: #444;
    font-family: GothamNarrow;
}

#single_product .prod_details .p_subdetails .p_qty_wrapper .qty {
    pointer-events: none;
}


#single_product .prod_details{
  padding-left:15px;
  padding-right:15px;
}

.pos_rel{
  position:relative;
}

.myaccount-page .myaccount_wrapper .myaccount_sec #myaccount_form .calendar_icon {
    position: absolute;
    right: 0;
    z-index: 9999;
    top: 9px;
    cursor: pointer;
}
#product_wrapper .prod_details .p10{
  padding:0px !important;
}

#product_wrapper.updatedDesign .prod_details .p10{
  padding-bottom:20px !important;
}

.prod_details .p_name span a {
    color: #0070d1;
    display: inline-block;
    font-size: 14px;
    padding: 0px 0 10px 0px;
}

#product_wrapper.updatedDesign .p_list .p_image {
    width: 213px;
    height: 200px;
}

#changePwd .oldpwd_div #oldpwd_fld, #changePwd .newspwd_div #newspwd_fld, #changePwd .confirmpwd_div #confirmpwd_fld {
    display: block;
    margin: 20px auto;
    margin-bottom: 0;
    width: 70%;
    padding-bottom: 10px;
}
.dropdown-menu > li > a{
  cursor: pointer;
}

.modal-content{
  padding-bottom: 20px;
}
  .hovercontent {
    position: relative;
    -webkit-box-shadow: 0px 3px 15px 1px #ccc;
    -moz-box-shadow: 0px 3px 15px 1px #ccc;
    box-shadow: 0px 3px 15px 1px #ccc;
    background: #fff;
    display: none;
    z-index: 800000000;
    margin-top: -2px;
    padding:20px;
    top: 0px;
    width:auto;
}
/*.navbar-nav {
    margin-top:5px!important;
}*/
.inner_page #nav_section nav{
    min-height: auto!important;
    border-radius:0;
}
.catlist{
    width:270px;
}
.new_coloums{
    float: left;
}
.catlist a{
    
    color: #222;
    padding: 5px;
    font-size: 13px;
    font-weight: normal;
    font-family: GothamNarrow-Book;
}
.catsubheader a{
    color: #037c8b;
    font-size: 16px;
    font-family: GothamNarrow;
}
.viewmore_btn{
    position: absolute;
    width: 80px;
    bottom: -4px;
    right: 5px;
}
.pt13{
  padding-top:13px;
}
#nav_section nav .navbar-nav > li > a {
    line-height: 56px;
    padding: 1px 10px;
    margin-left: 4px;
}
  #nav_section .navbar-default .navbar-nav > li > a:hover, #nav_section .navbar-default .navbar-nav > li > a:focus {
    border-bottom:0;
  }
  .more_menu .new_coloums{
    float:none;
    display: inline-grid;
  }

  .catlist a:hover {
    color: #037c8b;
}
.typeahead.dropdown-menu{
    overflow-x:hidden!important;
}
.typeahead li a{
    max-width:100%;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}
.account i{
  position: absolute;
  left:5px;
  top:0px;
  color:#333333;
}
.account li a{
  padding-left:25px;
  position: relative;
}
.account li:hover a,.account li:hover a i{
  color:#;
}
.usermenu{
  position: relative;
}
.divider{
  border-left:1px solid #fff;
  position: absolute;
     height: 22px;
    top: 16px;
}
.rightside{
  right:0;
}
.endof_sale {
    height: 18px;
    display: block;
}
.shareImg{
  zoom:0.7;
}
.products_message{
  margin-right:20px;
  font-weight:normal;
      font-family: Gotham-Light;
    color: #000000;
}
.pagination > li {
  background:none!important;
      font-size: 13px;
}
.pagination > li > a, .pagination > li > span{
  border:0px;
  border-radius:50%!important;
  cursor: pointer;
  margin-left:5px;
}
.pagination > li > a:hover,.pagination > li > a:focus{
  background: transparent;
}

.pagination_nav{
  text-align:center;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
  border-radius:50%!important;
}
.pagination li.page-item.disabled{
 display: none;
}
.spinner{
    text-align: center;
    height: 100%;
    position: absolute;
    z-index: 997;
    width: 100%;
    background: #fff;
}
.spinner i{
  color: #3396a3;
  font-size: 40px;
  margin-top:20%;
}
.empty_prod{
  margin:0 auto;
}

.wishList h4.product_desc.outofstock:hover{
  text-decoration: none;
}
#nav_section nav .navbar-nav > li > a {
  font-size: 15px!important;
 }
.usermenu a.dropdown-toggle{
      white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
    max-width:120px;
}
.checkoutPage .panel-group .panel-body .quantity p{
  width:auto;
  margin-right:15px;
}
input.count.qty{
  margin-top:5px;

}
.specification-text{
  width:100%;
}
.checkoutPage .panel-group .panel-body .quantity p{
  font-weight:normal;
  font-family: GothamNarrow-Book;
  font-size: 14px;
}
/*.minus{
  padding: 4px 10px;
    position: absolute;
    top: 6px;
    background: #fff;
    border: 1px solid #ccc;
}
.plus{
  padding: 4px 10px;
    position: absolute;
    top: 6px;
    right:34px;
    background: #fff;
    border: 1px solid #ccc;
}
.quantity.col-xs-12.pl0.pr0.mob_view_rm_float input {
    width: 50%;
    width: 82px;
    margin-left: 85px;
    padding-left: 24px;
    font-size: 14px;
    height: 33px;
    margin-top: 6px;
}
*/
.checkoutPage ul.prodGroup li{
    width: 100%;
    border-bottom: 1px solid #ccc; 
}
.quantity.col-xs-12.pl0.pr0.mob_view_rm_float input{
  width:auto;
}
.p_qty_wrapper .qty {
  width: 40px!important;
  text-align: center;
  border: 1px solid #ddd;
}
/* line 229, ../sass/partials/_productdetails.scss */
.p_qty_wrapper .qtyminus, .p_qty_wrapper .qtyplus {
  background: #fff;
  border: 1px solid #ddd;
  outline: none;
}
/*.product {
   position: relative;
   display: inline-block;
   background: #fff;
   width: 75% !important;
   height: 150px;
}*/
.secEdit {
    display: none;
}
.failure-popup .modal-header{
      background: #ff4f4f;
    text-align: center;
}

/* order-details*/
.order-date a {
    color: #010101;
}
.product-size p {
    display: inline-block;
    text-transform: uppercase;
    color: #010101;
    font-family: "GothamNarrow-Book";
}
.price {
    padding-left: 4px;
}
.price-total p {
    font-family: GothamNarrow-Book;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
    font-size: 26px;
}

.price-total span {
    color: #007F8C;
    padding-left: 11%;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    padding: 60px 0;
}
.stepwizard-row::before {
    top: 29px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 90%;
    height: 4px;
    background-color: #e6e6e6;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    position: relative;
    width: 27%;
}
.stepwizard-step.active .stepwizard-row2::before {
    background-color: #D7D7D7;
}
.stepwizard-row2::before {
    top: 30px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 8px;
    background-color: #959595;
}
.complete-detail {
    background: #FAFAFA;
    padding-top: 10px;
    margin-bottom: 4px;
  
}
.stepwizard-step.active .btn-circle {
  background-color: #2DDECC;
border: 1px solid #2DDECC;
position:relative;
}
.stepwizard-step .btn-circle {
  background-color: #959595;
border: 1px solid #959595;
z-index: 1 !important;
width: 70px;
height: 70px;
line-height: 200px;
-webkit-border-radius: 50%;
text-align: center;
color: white;
font-size: 16px;
text-transform: uppercase;
font-weight: 700;
margin: 0 auto 10px;
  z-index: 2;
}
.stepwizard .fa {
    position: relative;
    top: -68px;
    font-size: 36px;
    color: #fff;
}
.stepwizard p {
    color: #989898;
    font-size: 19px;
}
.stepwizard-step.active p {
    color: #158791;
}
.b-address h2 {
    text-transform: uppercase;
    font-size: 27px;
    margin-bottom: 0;
}
.b-address h3 {
    text-transform: uppercase;
    font-family: "GothamNarrow-Book";
    margin-top: 25px;
}
.b-address h5 {
    text-transform: capitalize;
    line-height: 21px;
    font-size: 16px;
    font-family: "GothamNarrow-Book";
}
.b-address h4 {
    font-family: "GothamNarrow-Book";
}
.b-address {
    padding-bottom: 6%;
}
.b-address.new h4 {
    text-transform: uppercase;
    line-height: 34px;
}
.b-address.transaction h4 {
    text-transform: uppercase;
    margin-top: 17px;
}
.b-address.new span {
    color: #060606;
}
.b-address.transaction span {
    color: #060606;
}
.title {
    width: 60%;
    display: inline-block;
}
.results {
    padding-left: 16px;
}
.Total {
    margin-top: 24%;
}
.summary {
    background: #ECF6F7;
    border-radius: 5px;
    padding-left: 5%;
    padding-top: 2%;
    padding-bottom: 12.5%;
}
#payment_summary {
    margin-bottom: 5%;
    margin-top: 4%;
}
.complete-address {
    border: 1px solid whitesmoke;
    padding: 5%;
    height: 492px;
}
.payment_address.new {
    padding-right: 0;
}


.flexer,.progress-indicator{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.no-flexer,.progress-indicator.stacked{display:block}.no-flexer-element{-ms-flex:0;-webkit-flex:0;-moz-flex:0;flex:0}.flexer-element,.progress-indicator>li{-ms-flex:1;-webkit-flex:1;-moz-flex:1;flex:1}.progress-indicator{margin:0 0 1em;padding:0;font-size:80%;text-transform:uppercase}.progress-indicator>li{list-style:none;text-align:center;width:auto;padding:0;margin:0;position:relative;text-overflow:ellipsis;color:#bbb;display:block}.progress-indicator>li:hover{color:#6f6f6f}.progress-indicator>li.completed,.progress-indicator>li.completed .bubble{color:#65d074}.progress-indicator>li .bubble{border-radius:1000px;width:20px;height:20px;background-color:#bbb;display:block;margin:0 auto .5em;border-bottom:1px solid #888}.progress-indicator>li .bubble:after,.progress-indicator>li .bubble:before{display:block;position:absolute;top:9px;width:100%;height:3px;content:'';background-color:#bbb}.progress-indicator>li.completed .bubble,.progress-indicator>li.completed .bubble:after,.progress-indicator>li.completed .bubble:before{background-color:#65d074;border-color:#247830}.progress-indicator>li .bubble:before{left:0}.progress-indicator>li .bubble:after{right:0}.progress-indicator>li:first-child .bubble:after,.progress-indicator>li:first-child .bubble:before{width:50%;margin-left:50%}.progress-indicator>li:last-child .bubble:after,.progress-indicator>li:last-child .bubble:before{width:50%;margin-right:50%}.progress-indicator>li.active,.progress-indicator>li.active .bubble{color:#337AB7}.progress-indicator>li.active .bubble,.progress-indicator>li.active .bubble:after,.progress-indicator>li.active .bubble:before{background-color:#337AB7;border-color:#122a3f}.progress-indicator>li a:hover .bubble,.progress-indicator>li a:hover .bubble:after,.progress-indicator>li a:hover .bubble:before{background-color:#5671d0;border-color:#1f306e}.progress-indicator>li a:hover .bubble{color:#5671d0}.progress-indicator>li.danger .bubble,.progress-indicator>li.danger .bubble:after,.progress-indicator>li.danger .bubble:before{background-color:#d3140f;border-color:#440605}.progress-indicator>li.danger .bubble{color:#d3140f}.progress-indicator>li.warning .bubble,.progress-indicator>li.warning .bubble:after,.progress-indicator>li.warning .bubble:before{background-color:#edb10a;border-color:#5a4304}.progress-indicator>li.warning .bubble{color:#edb10a}.progress-indicator>li.info .bubble,.progress-indicator>li.info .bubble:after,.progress-indicator>li.info .bubble:before{background-color:#5b32d6;border-color:#25135d}.progress-indicator>li.info .bubble{color:#5b32d6}.progress-indicator.stacked>li{text-indent:-10px;text-align:center;display:block}.progress-indicator.stacked>li .bubble:after,.progress-indicator.stacked>li .bubble:before{left:50%;margin-left:-1.5px;width:3px;height:100%}.progress-indicator.stacked .stacked-text{position:relative;z-index:10;top:0;margin-left:60%!important;width:45%!important;display:inline-block;text-align:left;line-height:1.2em}.progress-indicator.stacked>li a{border:none}.progress-indicator.stacked.nocenter>li .bubble{margin-left:0;margin-right:0}.progress-indicator.stacked.nocenter>li .bubble:after,.progress-indicator.stacked.nocenter>li .bubble:before{left:10px}.progress-indicator.stacked.nocenter .stacked-text{width:auto!important;display:block;margin-left:40px!important}@media handheld,screen and (max-width:400px){.progress-indicator{font-size:60%}}
/*order detail ends here*/
.checkoutPage .panel-group .panel-body .product-details{
   -webkit-box-shadow: 0 8px 6px -6px #adadad;
       -moz-box-shadow: 0 8px 6px -6px #adadad;
            box-shadow: 0 8px 6px -6px #adadad;
  margin-left:0;
  margin-right:0;
  padding:10px 20px;
}
.prodGroup.XX {
    border-bottom: 1px solid #;
    margin-bottom: 10px !important;
}

input[name="paymenttype"] {
    visibility: hidden;
}
  .ui-tooltip, .arrow:after {
    background: black;
    min-height: 35px;
  }
  .ui-tooltip {   
    color: white;   
  }
  .deletefromcheckout{
    margin-top:10px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .specification .delivery{
    display: inline-block;
  }
.outofstock_text{
  color:red;
}
.expected{
 color:#0070d1; 
}
.specification-text h5{
  padding-right:40px;
}
  .p_list h4{
  text-transform: uppercase;
  margin-bottom:20px;
  padding-left:20px;
  padding-right:20px;
}
.orders{
    background:#f7f7f7;
/*    box-shadow: 1px 1px #ccc;*/
    padding:10px;
    margin-bottom:1px;
/*    border:1px solid #ccc;*/
/*    border-top:0;*/
}
.sizedetail{
        border: 0px !important;
    font-family: "GothamNarrow-Book";
    padding: 5px;
    text-transform: uppercase;
}
.order_price{
    background: #dbeaed;
    padding:10px 5px 0;
    text-align: center;
/*     box-shadow: 1px 1px #ccc;*/
/*border:1px solid #ccc;
border-top:0;*/
}
#product_wrapper .p_list{
    border-bottom:0;
}
#product_wrapper.order_list .p_list{
  box-shadow: none!important;
 /* background: #dbeaed;*/
  margin-bottom:20px;
}
.order_price p{
      margin-bottom: 0;
    padding-top: 12px;
}
.order_filter_section{
  margin-bottom:10px;
}
.breadcrumb.filterd{
  padding-bottom:20px;
}
.order-title {
  background: #dbeaed;
}
.catlist {
    width: 270px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.side_wrapper_closer .fa {
    color: #fff;
    font-size: 20px;
    margin-top: 8px;
}
.categories {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
    margin-bottom: 20px;
}
.blue_background .p_list{
  background: #dbeaed!important;
}