.catalog-category-view .child-category.col-lg-4.col-md-6.col-sm-12 a {
    color: #008EA3;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}

.catalog-category-view  .child-category a {
    background: #F6F6F6;
    padding: 0px;
}

.catalog-category-view  .child-category img {

    padding: 0;
    border: 1px solid #CCC;
}

.catalog-category-view  .child-category h3 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
 .breadcrumbs {
    max-width: 1600px !important;
    margin: 15px auto 15px;
    display: block !important;
}
 .breadcrumbs a, .breadcrumbs a:visited {
    color: #999;
    font-size: 15px;
}
.breadcrumbs a:hover {
    color: #008EA3;
}
 .breadcrumbs li strong {
    font-weight: 400;
    color: #008EA3;
    font-size: 15px;
}
 .breadcrumbs .item:not(:last-child) {
    display: flex;
    align-items: center;
}
  .breadcrumbs .items {

    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.page-layout-2columns-left .sidebar.sidebar-additional {
    background: #fff;
    padding: 30px;
}


.catalog-category-view.page-products h1{font-size: 25px; margin: 0 0 10px;}  


.catalog-category-view.page-products .child-category .inner-contanier{
position: relative;
overflow: hidden;
}

.catalog-category-view.page-products .child-category p {

    background: #000;
    color: #fff;
    padding: 6px 16px;
    position: absolute;
    bottom: 0;
    margin: 0;
    height: 0;
    font-size: 13px;
    transition: all 0.3s;
    visibility: hidden;
    width: 100%;
}


.catalog-category-view.page-products .child-category:hover p {
    height: 100px;
    overflow: auto;
    visibility: visible;
}



.catalog-category-view.page-products .toolbar.toolbar-products {
    display: none;
}



.products-grid .product-item-info:hover, .products-grid .product-item-info.active, .products-grid .product-item-info {
    padding: 0 !important;
    margin: 0 !important;
}
.products-grid .product-item-info .product-image-wrapper {
    border: 1px solid #ccc;
}


.uc-cat-con-lev2 {
    display: flex
;
    flex-wrap: wrap;
    padding: 0px 15px;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.u-p-h-bot {
    display: flex
;
}
span.u-p-h-proddescp {
    color: #fff;

    text-align: center;
}
.uc-cat-over-con {
    position: absolute;
    width: 100%;
    height: 0;
    z-index: 2;
    bottom: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.product-item-info:hover .uc-cat-over-con {
    visibility: visible;
    height: 100%;
width: 100%;
}
span.catover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #058399;
    opacity: 0.9;
    z-index: -1;
}



.u-p-h-left, .u-p-h-right {
    width: 50%;
    text-align: center;
}

 .u-p-nam, .catalog-category-view .action.tocart {
    display: none;
    width: 100%;
  
}
/* .catalog-category-view .u-c-h-cart .action.tocart {
    display: block;
} */
.u-c-h-cart{display: block; width: 100%; min-height: 56px;}
.u-c-h-cart:hover  .u-p-nam, .catalog-category-view .u-c-h-cart:hover  .action.tocart{display: block;  width: 100%;}
.u-p-h-left a{color: #fff !important;}
.catalog-category-view .u-c-h-cart .action.tocart{
    background: none !important; border: 0 !important; color: #fff !important;     width: 100%;
    padding: 0;
}
.u-p-h-left a:hover, .catalog-category-view .u-c-h-cart .action.tocart:hover{color: #F3D802 !important;}

.u-c-h-cart i{font-size: 30px; width: 100%;
    display: block;     padding-bottom: 10px;
    line-height: 1; color: #fff; transition: top 0.5s ease;}

    .u-p-h-left a:hover .u-c-h-cart i, .u-p-h-right .u-c-h-cart:hover i{color: #F3D802; top: -5px; position: relative;}
    .u-p-h-right .u-c-h-cart:hover span{color: #F3D802;}

.borlef{border-left: 1px solid #fff;}

button#top-cart-btn-checkout, .checkout-cart-index .action.primary.checkout {
    background: #07839d;
    box-shadow: none;
    border: 0;
}
button#top-cart-btn-checkout:hover, .checkout-cart-index .action.primary.checkout:hover {
    background: #F3D802;
   color: #000;
}
.minicart-wrapper .action.showcart, .action.multicheckout span{
    color: #F3D802;
}
.action.multicheckout span{
color: #07839d;
}


@media screen and (max-width: 991px) {
    .breadcrumbs a, .breadcrumbs li strong{font-size: 14px;}
    .breadcrumbs{margin: 0 auto 15px;}
}