#block-collapsible-nav ul li:nth-child(2){
    display:none;
}
.block-dashboard-addresses{ display:none; }
.customer-account-create .captcha {
    padding-top: 2%;
}
.page-header{min-height: inherit !important;}
header.page-header .header-wrapper-content > .header.content{padding: 0px !important;}

@media (min-width: 768px), print{
.header-wrapper-content.sticky-menu.active .logo {
    margin: 0;
    position: absolute;
    left: 10px;
    top: 0;
    width: 180px !important;
    height: 40px;
    z-index: 5;
}
.header-main-menu .cdz-main-menu .cdz-horizontal-menu li.level0 > a.menu-link {
    padding: 13px 15px 10px;

}
}
.checkout-index-index .nav-sections{display: block !important;}

.member-registraton-checkbox .form-group{
    margin-bottom: 8px;
}

.member-registration div.mage-error {
    margin-top: 0;
    margin-bottom: 7px;
}



/*New start css*/ 

.block-reorder .product-item .product-item-name{
    display: block;
}

.stock.unavailable {
    display: none;
}

.products-grid .cdz-product-bottom .cdz-buttons-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.products-grid .cdz-product-bottom .show-tooltip{
    margin: 0 0 0 5px;
}

.order-details-items .table-wrapper {
 
    overflow-x: auto;
}

.cart.table-wrapper .product-item-details{
        display: inline-block;
    white-space: nowrap;
    width: 55%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cart.table-wrapper .product-item-photo {
    display: inline-block;
    width: 40%;
}
.sticky-menu:not(.active) .block-search{
    width:420px;
}

/*
.header-wrapper-content .search-wrapper {
    width: 35%;
}*/



@media (min-width: 768px) and (max-width: 992px) and (orientation: portrait){

    .header-main-menu .cdz-main-menu .cdz-horizontal-menu li.level0 > a.menu-link {
        padding: 13px 10px 10px;
    }

    .sticky-menu:not(.active) .block-search {
        width: 260px;
    }
    
}


@media (max-width: 840px)  and (orientation: landscape) {

    .sticky-menu:not(.active) .block-search{
        width:100%;
    }

}


@media (max-width: 767px) {

    .sticky-menu:not(.active) .block-search{
        width:100%;
    }
     .checkout-index-index .opc-estimated-wrapper .minicart-wrapper{
        display: none;
    }
.checkout-index-index .nav-toggle,
.page-header .logo .main-logo{display: block !important;}
.page-header .logo .small-logo{display:none;}
.page-header .logo  img.main-logo{ max-height:100%;}
}
.products-grid.wishlist .product-item-comment{display:none !important;}
.order-links li:nth-child(2){display: none;}
.order-links li:nth-child(3){display: none;}
.cms-home button.action.tocart.disabled{display: none;}
.table-totals .shipping{display: none;}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{display: none;}
.searchsuite-autocomplete .suggest{display: block !important;}