/*---------------------- UNIQUE SHAPES page ----------------------*/
.category-page {
    width: 100%;
}
.breadcrumbs-page {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.breadcrumbs-page span {
    margin-right: 5px;
    font-size: 16px;
    color: #0000ff;
}
.breadcrumbs-page a {
    font-size: 16px;
    color: #0000ff;
    text-decoration: none;
}
.category-block {
    width: 100%;
    margin-bottom: 30px;
}
.category-block:last-child {
    margin-bottom: 75px;
}
.category-bluetitle {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    color: #fff;
    background: #088aff;
    border-radius: 55px 55px 0 0;
}
.category-items {
    width: 100%;
    margin-top: 25px;
    display: flex;
    align-items: flex-end !important;
}
.categories-item {
    margin-right: 26px;
    width: 221px;
    cursor: pointer;
}
.categories-item:last-child {
    margin-right: 0;
}
.categories-item h5 {
    float: left;
    text-align: center;
    font-size: 21px;
    line-height: 25px;
    margin: 0;
    color: #36312e;
    width: 100%;
}
.item_slider_area {
    width: 976px;
}
.item_slider_data {
    width: 100%;
    display: flex!important;
    align-items: flex-end;
    z-index: 14!important;
    min-height: 340px;
}
.product-paginator {
    clear: both;
    width: 967px!important;
    text-align: center;
    z-index: 14!important;
    /*position: absolute;*/
    margin-top: 10px;
    overflow: hidden;
}
.product-paginator span {
    font-family: arial;
    font-size: 50px;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #ddd;
    cursor: pointer;
}
.product-paginator span.cycle-pager-active {
    color: #929292;
}
.product-paginator > * {
    cursor: pointer;
}
.categories-itembox {
    width: 100%;
    background: #fff;
    border: 2px solid #d8d8d8;
    height: 245px;
    margin-top: 10px;
    position: relative;
}
.categories-itembox img {
    padding: 2%;
    width: 96%;
}
.categories-item:hover .categories-itembox {
    border: 2px solid #0000ff;
    outline: 1px solid #0000ff;
}
.categories-item:hover h5 {
    color: #0000ff;
}
.categories-item:hover .btn-viewdetails {
    background: #0000ff;
}
.btn-viewdetails {
    font-family: HelveticaBoldItalic;
    width: 112px;
    height: 28px;
    line-height: 28px;
    background: #969595;
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 9px;
    left: 53px;
    cursor: pointer;
}
.link-seeall {
    float: right;
    margin-bottom: 109px;
    cursor: pointer;
}
.link-seeall-txt {
    font-size: 24px;
    color: #0000ff;
    text-align: center;
    font-style: italic;
}
.link-seeall-arrow {
    margin-left: 8px;
    margin-top: 12px;
}
.link-seeall-arrow svg {
    height: 32px;
    width: auto;
    fill: #0000ff;
}
.redtext {
    width: 100%;
    text-align: center;
    font-style: italic;
    font-weight: 600;
    font-size: 28px;
    color: #da1214;
    margin-bottom: 25px;
    margin-top: 10px;
}
.custom-banner {
    width: 1110px;
    border: 2px solid #d8d8d8;
    margin: 55px 15px;
}
