.columns .column.main {
    padding-bottom: 0px;
}

.page-main.home_page_full_width {
    max-width: unset;
    padding: 0;
}



.home_row_container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
}
.home_row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    /* max-width: 1240px; */
}
.home_row .double {
    width: 100%;
    /* background-color: #44aa55; */
}




.signz_home {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    /* max-width: 1200px; */
    /* background-color: greenyellow; */
    /* margin: auto; */
}

.signz_home .signz_first_row, .signz_second_row, .signz_third_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    color: #fff;
}
.signz_2_col {
    width: 49%;
    /* background-color: #f00; */
    border: 1px solid #fff;
}

.signz_home_section_title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    border-bottom: 3px solid #eeeeee;
    color: var(--section-header-text-colour);
}
.signz_banner_container {
    width: 49%;
    height: 350px;
    overflow: hidden;
}



.home_offers_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 49%;
    height: 350px;
    overflow: hidden;
    background-color: var(--main-purple);
}
.home_offers_container .home_offers_text {
    display: block;
    font-size: 56px;
    font-weight: 700;
    color: white;
    text-align: center;

}



.home_product_list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 0px;
    list-style: none;
    margin-bottom: 0px;
}

.home_product_item {
    position: relative;
    width: 48%;
    margin: 0px;
    margin-bottom: 15px;
}

.sign_product_item_info_link .product-item-name, .product.name.sign_product_item_name a {
    display: flex;
}
.home_product_list .sign_product_item_info_container {
    display: flex;
}
.home_product_list .sign_product_item_info_link {
    display: none;
}

.home_product_list .sign_product_item_image img {
    width: 55%;
}

.home_row_thin_container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0px;
}
.home_row_thin_container .products {
    margin: 0px;
}


.home_row_thin_category_container {
    display: flex;
    flex-direction: column;
    width: 90%;
    padding: 0px;
}
.home_row_thin_category_container .products.wrapper.grid.products-grid {
    margin: 0px;
}
.home_categories {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    padding: 0px;
}

.home_categories_category {
    display: flex;
    flex-direction: column;
    width: 48%;
    /* box-shadow: 0px 4px 10px 0px #aaa; */
    background-color: white;;
}
.home_categories_category_image_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: calc(1280px / 5);
}
.home_categories_category_image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    margin: 10px 0px 0px 0px;
    overflow: hidden;
    /* height: calc(100vw / 4); */
    /* max-width: 235px;
    max-height: 235px; */
    width: 100%;
}
.home_categories_category_image a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* height: calc(92vw / 5); */
    /* max-height: 230px; */
}
.home_categories_category img {
    /* max-height: 140px;
    max-height: 100%; */
}
.home_categories_category_name {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    color: var(--section-header-text-colour);
    text-align: center;
}
.home_categories_category_name a {
    color: var(--section-header-text-colour);
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    font-size: 17px;
}
.home_categories_category_name a:hover {
    color: var(--link-hover);
    text-decoration: none;
}


.new_image_overlay {
    position: absolute; 
    top: 0px; 
    background:#005176; 
    opacity:.1; 
    height:100%; 
    width:100%
}

.second_image {
    display: none;
    position: absolute;
    top: 0px;
    /* z-index: -1; */
}


.home_categories_category_image_container {
    height: unset;
}
.home_categories_category_name {
    background-color: #005176;
    text-transform: uppercase;
    color: white;
}
.home_categories_category_name a{
    color: white;
    text-transform: uppercase;
}


.header_info {
    display:flex;
    justify-content: center; 
    max-width: 1240px; 
    margin-left: auto; 
    margin-right: auto; 
    background: var(--main-page-background); 
    color: #333; 
    align-items: stretch; 
    margin-bottom: 0px; 
    padding: 0px;
}
.header_info_box {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 80%;
    border-right: 0px;
    font-weight: 800;
    font-size: 12px;
}
.header_info_box:first-child {
    display: none;
}
.header_info_box:last-child {
    display: none;
}
.header_info_box_text {
    width: 50%;
    font-weight:800px;
    font-size: 12px;
    text-align: center;
}
.header_info_box:not(:last-child) {
    /* border-right: 2px solid darkgrey; */
}
.header_info_link {
    width: 20%;
    margin-left: 0px; 
    background: none; 
    color: #ff5a00;
    text-align: center;
    font-weight: 800;
}
.header_info_link:link {
    width: 20%;
    margin-left: 0px; 
    background: none; 
    color: #ff5a00;
    text-align: center;
    font-weight: 800;
}
.header_info_box button {
    padding: 0px;
    margin-left: 10px; 
    background: none; 
    color: #ff5a00; 
    border: 0px; 
    border-radius: 0px; 
    box-shadow: unset; 
    font-weight: 800;
}
.header_info_box img {
    height: 20px;
}
/* ************************************************************************************************
****************************** MEDIA QUERIES ***************************************************
************************************************************************************************ */


@media (min-width: 640px), print {
    .home_row {
        flex-direction: row;
        width: 100%;
        /* max-width: 1240px; */           
    }
    .home_row .double {
        width: 49%;
    }        

    .home_product_item {
        width: 48%;
        margin-bottom: 0px;
    }
    .product-item-name, .product.name.sign_product_item_name a {
        /* font-size: 18px; */
    }
}
@media (min-width: 768px), print {
    .page-main.home_page_full_width {
        max-width: unset;
        padding: 0;
    }

    .home_row_thin_container {
        padding: 0px;
        max-width: 1240px;
    }
    .home_row_thin_category_container {
        width: 100%;
        padding: 0px;
        max-width: 1240px;
    }
    .home_categories_category {
        width: calc(95%/5);
    }
    .home_categories_category:nth-child(6) {
        display: none;
    }
    .home_categories_category_name {
        font-size: 18px;
    }
    .home_categories_category img {
        /* max-height: 170px; */
    }
    .home_product_item {
        width: 24%;
    }
    .home_categories_category_image {
        width: 100%;
    }
    .home_categories_category_image .main_image {
        transition: all .8s;
    }
    .home_categories_category_image:hover .main_image {
        transform: scale(1.1);
        /* transform: scale(1.2) rotate(5deg); */
        /* opacity: 0; */
    }
    .signz_home_section_title {
        font-size: 22px;
    }
    .header_info {
        display:flex;
        justify-content: space-between; 
        max-width: 1240px; 
        margin-left: auto; 
        margin-right: auto; 
        background: var(--main-page-background); 
        color: #333; 
        align-items: stretch; 
        margin-bottom: 0px; 
        padding: 10px 0px;
    }
    .header_info_box {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        width: 33%;
        border-right: 0px;
        font-weight: 800;
        font-size: 12px;
    }
    .header_info_box:first-child {
        display: flex;
    }
    .header_info_box:last-child {
        display: flex;
    }
    .header_info_box_text {
        width: 50%;
        font-weight:800px;
        font-size: 12px;
        text-align: center;
    }
    .header_info_box:not(:last-child) {
        border-right: 2px solid darkgrey;
    }
    .header_info_link {
        border: 0px; 
        border-radius: 0px; 
        box-shadow: unset; 
        font-weight: 800;
        width: 20%;
    }
    .header_info_link:link {
        border: 0px; 
        border-radius: 0px; 
        box-shadow: unset; 
        font-weight: 800;
        width: 20%;
    }
    .header_info img {
        height: 30px;
    }
}

@media (min-width: 1024px), print {
    .home_categories_category {
        /* width: calc(95%/5); */
    }
    .home_categories_category img {
        /* max-height: 200px; */
    }
}























.home_categories_category.background_1 {
    background: rgb(204,0,0); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(204,0,0,1) 0%, rgba(130,0,153,1) 93%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(204,0,0,1) 0%,rgba(130,0,153,1) 93%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgb(200, 0, 204) 0%,rgba(130,0,153,1) 93%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#820099',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.home_categories_category.background_2 {
    background: rgb(204,0,0); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(204,0,0,1) 0%, rgba(130,0,153,1) 93%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(204,0,0,1) 0%,rgba(130,0,153,1) 93%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgb(0, 220, 0) 0%,rgba(0,80,0,1) 93%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#820099',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.home_categories_category.background_3 {
    background: rgb(204,0,0); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(204,0,0,1) 0%, rgba(130,0,153,1) 93%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(204,0,0,1) 0%,rgba(130,0,153,1) 93%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgb(70, 220, 204) 0%,rgba(30,80,153,1) 93%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#820099',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.home_categories_category.background_4 {
    background: rgb(204,0,0); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(204,0,0,1) 0%, rgba(130,0,153,1) 93%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(204,0,0,1) 0%,rgba(130,0,153,1) 93%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgb(70, 76, 204) 0%,rgba(30,0,153,1) 93%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#820099',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}