#site-navigation li a img{
   max-width: 150px;
}
#column-left:empty {
    display: none;
}
#column-left:empty + #content:last-child {
    width: 100%;
}
.cart-info .stock {
    color: red;
}
.cart-info .name {
    max-width: 400px;
    text-align: left;
}
.cart-info .name a {
    font-weight: bold;
}
.cart-info .image {
    text-align: center;
    width: 60px;
}
.cart-info .image img {
    margin: 5px 0;
    float: left;
    margin-left: 10px;
}
.cart-info .quantity {
    min-width: 110px;
    text-align: center;
}
.cart-info .quantity .input-group {
    display: inline-block;
}
.cart-info .quantity .input-group input {
    margin-right: 5px;
    border-radius: 4px;
}
.cart-info .quantity .input-group .btn-primary {
    background-color: #428bca;
}
.cart-info .quantity .input-group .btn-primary:hover {
    background-color: #3071a9;
}
.cart-info .quantity .input-group .btn-danger {
    background-color: #ea2e49;
}
.cart-info .quantity .input-group .btn-danger:hover {
    background-color: #d01530;
}
.cart-info .price,
.cart-info .total {
    font-weight: bold;
}
.cart-info table {
    overflow: hidden;
}
.cart-info td {
    padding: 5px 10px 5px 5px;
    text-align: center;
}
.cart-info thead td {
    height: 40px;
    font-weight: bold;
    border-bottom: none;
    font-size: 13px;
}
.cart-info tbody td {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e4e4e4;
}
.cart-info tbody td.image {
    padding-left: 0;
}
.cart-info tbody tr:last-of-type td {
    border-bottom: none;
}
#content.sc-page .action-area p,
#content.sc-page .content p {
    padding: 10px;
    font-size: 13px;
}
#content.sc-page .content table.radio .highlight td {
    border-bottom: 1px solid #e4e4e4;
}
#content.sc-page .content table.radio .highlight:last-of-type td {
    border-bottom: none;
}
#content.sc-page a + .text-danger {
    color: #ea2e49;
    background-color: transparent;
}
.cart-module > div {
    display: none;
}
.cart-module > div form {
    padding-left: 10px;
}
.cart-module > div form input[type="text"] {
    max-width: 240px;
    margin: 20px 0;
}
.cart-module > div input[name="postcode"] {
    width: 100px;
    margin-left: 6px;
    margin-top: 5px;
}
#shipping table {
    padding: 10px 0;
    width: 45%;
}
#shipping table td:first-of-type {
    font-weight: bold;
}
#shipping select {
    width: 150px;
}
#shipping .button {
    margin: 10px 0;
}
.cart-total {
    overflow: auto;
    padding: 8px;
}
.cart-total table {
    float: right;
}
.cart-total td {
    padding: 4px;
    text-align: right;
}
label {
    line-height: 1.5;
    font-size: 13px;
    position: relative;
}
#total .right {
    font-size: 14px;
    width: 87%;
    font-weight: bold;
}
.quantity input[type="text"] {
    width: 40px;
    text-align: center;
}
.action-area {
    overflow: hidden;
}
.action-area h3 {
    padding: 10px 12px;
}
.oc2 .action-area .panel-heading {
    padding: 0;
}
.oc2 .action-area .panel-heading .panel-title > a {
    padding: 10px;
    display: block;
}
.oc2 .action-area .panel-group {
    margin-bottom: 0;
}
.oc2 .action-area .panel-body label {
    display: inline-block;
    margin-bottom: 5px;
}
.oc2 .action-area .panel-body .input-group input[type="text"] {
    min-width: 300px;
}
.oc2 .action-area .panel-body .input-group .button {
    margin-left: 5px;
}
.oc2 .action-area .form-group {
    clear: both;
    margin-top: 10px;
}
.oc2 .action-area .form-group label {
    min-width: 150px;
    float: left;
    margin-bottom: 0;
}
.oc2 .action-area .form-group input[type="text"] {
    max-width: 160px;
}
.oc2 .checkout #accordion {
    overflow: hidden;
}
.oc2 .checkout-content {
    background-color: transparent;
    padding: 0;
    display: block;
}
.oc2 .checkout-content .right .form-group {
    margin-bottom: 8px;
}
.oc2 .checkout-content .radio,
.oc2 .checkout-content p {
    padding: 10px 0 0 0;
}
.order-list .list td {
    text-align: center;
}
ul.cart-wrapper {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
ul.cart-wrapper li {
    padding: 0;
}
.mini-cart-info {
    height: 100%;
}
#cart .empty,
.mini-cart-info {
    color: #000 !important;
}
p.empty {
    padding: 30px;
    text-align: center;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#cart-content {
    position: fixed;
    display: inline-block;
    right: -100%;
    top: 0;
    background-color: #fff;
    z-index: 9999;
    height: 100vh;
    -webkit-transition: right 0.25s ease-out;
    -o-transition: right 0.25s ease-out;
    transition: right 0.25s ease-out;
    -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.15);
    width: 400px;
    max-width: 75vw;
}
#cart-content.open {
    right: 0;
    -webkit-transition: right 0.25s ease-out;
    -o-transition: right 0.25s ease-out;
    transition: right 0.25s ease-out;
}
#cart-content li {
    list-style: none;
}
.cart-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    padding: 0 30px;
}
.cart-product:first-of-type {
    margin-top: 30px;
}
.cart-product figure {
    margin: 0;
    padding: 0;
    height: 75px;
    min-width: 75px;
    margin-right: 30px;
    position: relative;
    -webkit-box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.15);
}
.cart-product figure + div {
    width: 100%;
}
.cart-product figure a {
    width: 100%;
    height: 100%;
    display: inline-block;
}
.cart-product figure a img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.cart-product .remove {
    position: absolute;
    top: 0;
    background-color: #e63d3d;
    height: 22px;
    width: 22px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: -10px;
    left: -10px;
    cursor: pointer;
}
.cart-product .remove button {
    cursor: pointer;
}
.cart-product .remove i {
    cursor: pointer;
    color: #fff;
    float: left;
}
.cart-product .cart-product-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #b5b5b5;
    font-weight: 600;
}
.cart-product .cart-product-price .total {
    color: #5abdf6;
    font-weight: 600;
}
.cart-product p {
    margin-bottom: 10px;
}
.cart-product .name a {
    color: #504e5b;
    font-weight: 600;
    letter-spacing: 0.025em;
}
#close-cart {
    color: red;
    padding: 20px;
    font-size: 18px;
}
.mini-cart-info {
    max-height: none !important;
}
.mini-cart-total {
    text-align: right;
    padding: 5px 10px 3px 0;
    background-color: #2d2d33;
    padding: 30px;
}
#view-cart {
    background-color: #5fa1de;
    padding: 5px 25px;
    border-radius: 3px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 15px;
    -webkit-transition: background-color 0.15s ease-out;
    -o-transition: background-color 0.15s ease-out;
    transition: background-color 0.15s ease-out;
}
#view-cart:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #297bc7;
}
#checkout {
    background-color: #29eca5;
    padding: 5px 25px;
    border-radius: 3px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-transition: background-color 0.15s ease-out;
    -o-transition: background-color 0.15s ease-out;
    transition: background-color 0.15s ease-out;
}
#checkout:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #10b87b;
}
.checkout {
    overflow: hidden;
}
.checkout select {
    margin: 0;
}
.checkout div:last-of-type .checkout-heading {
    border-bottom: none;
}
.checkout-heading {
    border-bottom: 1px solid #333745;
    font-size: 13px;
    min-height: 35px;
    padding: 10px;
    clear: both;
}
.checkout-heading a {
    float: right;
    margin-top: 1px;
    font-weight: normal;
    text-decoration: none;
}
.checkout-content {
    padding: 0 0 15px 0;
    display: none;
    position: relative;
}
.checkout-content:after {
    content: "";
    display: table;
    clear: both;
}
.checkout-content table.radio td:first-child {
    width: 25px;
}
.checkout-content p {
    padding: 10px 0;
}
.checkout-content .left {
    float: left;
    width: 48%;
}
.checkout-content .right {
    float: right;
    width: 48%;
}
.checkout-content .left p:last-of-type {
    min-height: 92px;
}
.checkout-content .buttons {
    margin-bottom: 0;
    clear: both;
}
.checkout-content .buttons .right {
    width: 100%;
}
.checkout-content textarea {
    width: 100% !important;
    margin-top: 15px;
}
#payment-address h2 {
    margin-bottom: 15px;
}
.checkout-product .total {
    font-weight: bold;
}
.checkout-product td {
    padding: 15px;
}
.checkout-product thead td {
    font-weight: bold;
    padding: 13px;
}
.checkout-product .model,
.checkout-product .name {
    text-align: left;
}
.checkout-product .price,
.checkout-product .quantity,
.checkout-product .total {
    text-align: right;
}
.checkout-product tbody td {
    border-bottom: 1px solid #f4f4f4;
}
.checkout-product tfoot td {
    text-align: right;
    padding: 6px 15px;
}
.wait {
    position: absolute;
    padding-top: 12px;
    right: -10px;
    bottom: 30px;
}
.newsletter-page table.form {
    padding-top: 0;
}
.oc2 .oc-newsletter .form-horizontal .form-group > label {
    width: auto;
    padding-top: 10px;
}
.oc2 .oc-newsletter .form-horizontal .form-group .radio-inline {
    width: auto;
}
.oc2 .oc-newsletter .form-horizontal .form-group label + div {
    float: none;
    padding-top: 0;
}
.returns > h1 + p {
    margin-bottom: 15px;
}
.returns form .content,
.returns form h2 {
    margin-bottom: 15px;
}
.returns .left {
    float: none;
}
.returns .buttons .left {
    float: left;
}
@media only screen and (max-width: 980px) {
    .return-product > div {
        width: 100%;
        display: block;
    }
    .return-product > div input {
        margin: 3px 0;
    }
    .return-detail > div {
        width: 100%;
        display: block;
    }
    .return-reason {
        margin-bottom: 20px;
    }
}
.sitemap-info {
    overflow: auto;
    padding-bottom: 20px;
}
.sitemap-info ul {
    margin: 0;
    padding: 0;
}
.sitemap-info ul li {
    list-style: none;
    padding: 2px;
    margin-bottom: 1px;
    font-weight: bold;
}
.sitemap-info > div {
    float: left;
    width: 50%;
    padding-left: 7px;
}
.sitemap-info > div > ul {
    padding: 10px 0 5px 15px;
}
.sitemap-info > div > ul > li ul {
    margin-left: 7px;
}
.sitemap-info > div > ul > li ul > li a {
    font-weight: normal;
}
.sitemap-info > div > ul > li > ul li:before {
    font-size: 12px;
}
.sitemap-info > div:first-of-type {
    padding-left: 0;
    padding-right: 10px;
}
.header-default-sticky .manufacturer-list a[id]:before,
.header-slim-sticky .manufacturer-list a[id]:before {
    content: "";
    display: block;
    height: 120px;
    margin-top: -120px;
}
.header-center-sticky .manufacturer-list a[id]:before {
    content: "";
    display: block;
    height: 150px;
    margin-top: -150px;
}
.manufacturer-list {
    overflow: auto;
}
.manufacturer-list:first-of-type {
    margin-top: 10px;
}
.manufacturer-list ul {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}
.manufacturer-heading {
    background: #5f6874;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 8px;
    margin-bottom: 6px;
}
.manufacturer-content {
    padding: 8px;
}
.manufacturer-list ul {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}
.contact-page h2 {
    margin-bottom: 15px;
}
.contact-page .buttons {
    margin-top: 15px;
}
.contact-page .content b {
    margin-bottom: 5px;
    display: inline-block;
}
.contact-info {
    overflow: auto;
}
.contact-info > div > div {
    float: left;
    width: 48%;
    margin-bottom: 10px;
}
.oc2 .contact-page h2 {
    margin-bottom: 15px;
}
.oc2 .contact-page .fa {
    top: -1px;
    font-size: 16px;
}
.oc2 .contact-page .col {
    float: left;
    width: 25%;
    padding-left: 15px;
}
.oc2 .contact-page .col strong {
    display: inline-block;
    margin-bottom: 5px;
}
.oc2 .contact-page .col:first-of-type {
    padding-left: 0;
}
.oc2 .contact-page .col-sm-10 {
    width: 75%;
    margin-bottom: 5px;
}
.oc2 .contact-page input[name="captcha"] {
    margin: 0;
}
.oc2 .contact-page .panel-body {
    margin-bottom: 20px;
    overflow: hidden;
    background-color: transparent;
}
.oc2 .img-thumbnail {
    max-width: 100%;
    height: auto;
}
.oc2 address {
    margin-bottom: 20px;
}
.route-account-return-add fieldset .radio-inline,
.route-account-return-add fieldset .radio label {
    width: 100% !important;
}
#content.search-page .buttons + h2 {
    margin-bottom: 15px;
}
#content.search-page .content {
    margin: 15px 0;
    padding-bottom: 5px;
    overflow: hidden;
}
#content.search-page .content input[type="text"] {
    width: 265px;
}
#content.search-page .content select {
    margin: 0 10px;
    width: 265px;
    padding: 8px;
}
#content.search-page .content > div {
    float: left;
    position: relative;
}
.oc2 #content.search-page {
    padding-bottom: 20px;
}
.oc2.firefox #content.search-page .content select {
    margin-top: 3px;
}
#button-search {
    background-color: #5fa1de;
    padding: 5px 25px;
    border-radius: 3px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 15px;
    -webkit-transition: background-color 0.15s ease-out;
    -o-transition: background-color 0.15s ease-out;
    transition: background-color 0.15s ease-out;
    display: inline-block;
}
#search-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.compare-info img {
    max-width: 100% !important;
}
#category-grid {
    margin: 45px 0 65px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 20px 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: 
    "wall-cladding wall-cladding wall-cladding wall-cladding kitchen-tiles kitchen-tiles kitchen-tiles kitchen-tiles kitchen-tiles wood-effect-tiles wood-effect-tiles wood-effect-tiles" 
    "bathroom-furniture bathroom-furniture bathroom-furniture bathroom-furniture bathroom-tiles bathroom-tiles bathroom-tiles bathroom-tiles floor-tiles floor-tiles floor-tiles floor-tiles" 
    "patio-tiles patio-tiles patio-tiles patio-tiles patio-tiles patio-tiles patio-tiles vinyl-tiles vinyl-tiles vinyl-tiles vinyl-tiles vinyl-tiles";
    grid-gap: 20px;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
#wall-cladding {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-area: wall-cladding;
    height: 290px;
    background-image: url("/image/home-grid/wall-cladding.jpg"),
        -webkit-gradient(linear, left bottom, left top, from(#1f1d29), color-stop(0%, #1f1d29), color-stop(35%, rgba(74, 72, 84, 0.7)), color-stop(50%, rgba(74, 72, 84, 0.6)), color-stop(80%, rgba(74, 72, 84, 0)));
    background-image: url("/image/home-grid/wall-cladding.jpg"), -webkit-linear-gradient(bottom, #1f1d29 0%, #1f1d29 0%, rgba(74, 72, 84, 0.7) 35%, rgba(74, 72, 84, 0.6) 50%, rgba(74, 72, 84, 0) 80%);
    background-image: url("/image/home-grid/wall-cladding.jpg"), -o-linear-gradient(bottom, #1f1d29 0%, #1f1d29 0%, rgba(74, 72, 84, 0.7) 35%, rgba(74, 72, 84, 0.6) 50%, rgba(74, 72, 84, 0) 80%);
    background-image: url("/image/home-grid/wall-cladding.jpg"), linear-gradient(to top, #1f1d29 0%, #1f1d29 0%, rgba(74, 72, 84, 0.7) 35%, rgba(74, 72, 84, 0.6) 50%, rgba(74, 72, 84, 0) 80%);
}
#kitchen-tiles {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
    -ms-grid-column-span: 9;
    grid-area: kitchen-tiles;
    background-image: url("/image/home-grid/kitchen-tiles.jpg"),
        -webkit-gradient(linear, left bottom, left top, from(#1f1d29), color-stop(0%, #1f1d29), color-stop(35%, rgba(74, 72, 84, 0.7)), color-stop(50%, rgba(74, 72, 84, 0.6)), color-stop(80%, rgba(74, 72, 84, 0)));
    background-image: url("/image/home-grid/kitchen-tiles.jpg"), -webkit-linear-gradient(bottom, #1f1d29 0%, #1f1d29 0%, rgba(74, 72, 84, 0.7) 35%, rgba(74, 72, 84, 0.6) 50%, rgba(74, 72, 84, 0) 80%);
    background-image: url("/image/home-grid/kitchen-tiles.jpg"), -o-linear-gradient(bottom, #1f1d29 0%, #1f1d29 0%, rgba(74, 72, 84, 0.7) 35%, rgba(74, 72, 84, 0.6) 50%, rgba(74, 72, 84, 0) 80%);
    background-image: url("/image/home-grid/kitchen-tiles.jpg"), linear-gradient(to top, #1f1d29 0%, #1f1d29 0%, rgba(74, 72, 84, 0.7) 35%, rgba(74, 72, 84, 0.6) 50%, rgba(74, 72, 84, 0) 80%);
}
#wood-effect-tiles {
    -ms-grid-row: 1;
    -ms-grid-column: 19;
    -ms-grid-column-span: 5;
    grid-area: wood-effect-tiles;
    background-image: url("/image/home-grid/wood-tiles.jpg"),
        -webkit-gradient(linear, left bottom, left top, from(#1f1d29), color-stop(0%, #1f1d29), color-stop(35%, rgba(74, 72, 84, 0.7)), color-stop(50%, rgba(74, 72, 84, 0.6)), color-stop(80%, rgba(74, 72, 84, 0)));
    background-image: url("/image/home-grid/wood-tiles.jpg"), -webkit-linear-gradient(bottom, #1f1d29 0%, #1f1d29 0%, rgba(74, 72, 84, 0.7) 35%, rgba(74, 72, 84, 0.6) 50%, rgba(74, 72, 84, 0) 80%);
    background-image: url("/image/home-grid/wood-tiles.jpg"), -o-linear-gradient(bottom, #1f1d29 0%, #1f1d29 0%, rgba(74, 72, 84, 0.7) 35%, rgba(74, 72, 84, 0.6) 50%, rgba(74, 72, 84, 0) 80%);
    background-image: url("/image/home-grid/wood-tiles.jpg"), linear-gradient(to top, #1f1d29 0%, #1f1d29 0%, rgba(74, 72, 84, 0.7) 35%, rgba(74, 72, 84, 0.6) 50%, rgba(74, 72, 84, 0) 80%);
}
#wood-effect-tiles h2 {
    font-size: 18px;
}
#wood-effect-tiles h2 .smaller {
    font-size: 18px;
}
#bathroom-tiles {
    -ms-grid-row: 3;
    -ms-grid-column: 9;
    -ms-grid-column-span: 7;
    grid-area: bathroom-tiles;
    background-image: url("/image/home-grid/bathroom-tiles.jpg"),
        -webkit-gradient(linear, left bottom, left top, from(#1f1d29), color-stop(0%, #1f1d29), color-stop(35%, rgba(74, 72, 84, 0.7)), color-stop(50%, rgba(74, 72, 84, 0.6)), color-stop(80%, rgba(74, 72, 84, 0)));
    background-image: url("/image/home-grid/bathroom-tiles.jpg"), -webkit-linear-gradient(bottom, #1f1d29 0%, #1f1d29 0%, rgba(74, 72, 84, 0.7) 35%, rgba(74, 72, 84, 0.6) 50%, rgba(74, 72, 84, 0) 80%);
    background-image: url("/image/home-grid/bathroom-tiles.jpg"), -o-linear-gradient(bottom, #1f1d29 0%, #1f1d29 0%, rgba(74, 72, 84, 0.7) 35%, rgba(74, 72, 84, 0.6) 50%, rgba(74, 72, 84, 0) 80%);
    background-image: url("/image/home-grid/bathroom-tiles.jpg"), linear-gradient(to top, #1f1d29 0%, #1f1d29 0%, rgba(74, 72, 84, 0.7) 35%, rgba(74, 72, 84, 0.6) 50%, rgba(74, 72, 84, 0) 80%);
}
#floor-tiles {
    -ms-grid-row: 3;
    -ms-grid-column: 17;
    -ms-grid-column-span: 7;
    grid-area: floor-tiles;
    background-image: url("/image/home-grid/floor-tiles.jpg"),
        -webkit-gradient(linear, left bottom, left top, from(#1f1d29), color-stop(0%, #1f1d29), color-stop(35%, rgba(74, 72, 84, 0.7)), color-stop(50%, rgba(74, 72, 84, 0.6)), color-stop(80%, rgba(74, 72, 84, 0)));
    background-image: url("/image/home-grid/floor-tiles.jpg"), -webkit-linear-gradient(bottom, #1f1d29 0%, #1f1d29 0%, rgba(74, 72, 84, 0.7) 35%, rgba(74, 72, 84, 0.6) 50%, rgba(74, 72, 84, 0) 80%);
    background-image: url("/image/home-grid/floor-tiles.jpg"), -o-linear-gradient(bottom, #1f1d29 0%, #1f1d29 0%, rgba(74, 72, 84, 0.7) 35%, rgba(74, 72, 84, 0.6) 50%, rgba(74, 72, 84, 0) 80%);
    background-image: url("/image/home-grid/floor-tiles.jpg"), linear-gradient(to top, #1f1d29 0%, #1f1d29 0%, rgba(74, 72, 84, 0.7) 35%, rgba(74, 72, 84, 0.6) 50%, rgba(74, 72, 84, 0) 80%);
}




.grid-block {
    border-radius: 3px;
    overflow: hidden;
    padding: 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-size: cover;
    background-blend-mode: multiply;
}
.grid-block h2 {
    color: #fff;
    position: relative;
    z-index: 2;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .grid-block:before {
        content: "";
        height: 100%;
        width: 100%;
        display: inline-block;
        background-image: -webkit-gradient(linear, left bottom, left top, from(#1f1d29), color-stop(0%, #1f1d29), color-stop(35%, rgba(74, 72, 84, 0.7)), color-stop(50%, rgba(74, 72, 84, 0.6)), color-stop(80%, rgba(74, 72, 84, 0)));
        background-image: -webkit-linear-gradient(bottom, #1f1d29 0%, #1f1d29 0%, rgba(74, 72, 84, 0.7) 35%, rgba(74, 72, 84, 0.6) 50%, rgba(74, 72, 84, 0) 80%);
        background-image: -o-linear-gradient(bottom, #1f1d29 0%, #1f1d29 0%, rgba(74, 72, 84, 0.7) 35%, rgba(74, 72, 84, 0.6) 50%, rgba(74, 72, 84, 0) 80%);
        background-image: linear-gradient(to top, #1f1d29 0%, #1f1d29 0%, rgba(74, 72, 84, 0.7) 35%, rgba(74, 72, 84, 0.6) 50%, rgba(74, 72, 84, 0) 80%);
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
    }
}
@supports (-ms-ime-align: auto) {
    .grid-block:before {
        content: "";
        height: 100%;
        width: 100%;
        display: inline-block;
        background-image: -webkit-gradient(linear, left bottom, left top, from(#1f1d29), color-stop(0%, #1f1d29), color-stop(35%, rgba(74, 72, 84, 0.7)), color-stop(50%, rgba(74, 72, 84, 0.6)), color-stop(80%, rgba(74, 72, 84, 0)));
        background-image: -webkit-linear-gradient(bottom, #1f1d29 0%, #1f1d29 0%, rgba(74, 72, 84, 0.7) 35%, rgba(74, 72, 84, 0.6) 50%, rgba(74, 72, 84, 0) 80%);
        background-image: -o-linear-gradient(bottom, #1f1d29 0%, #1f1d29 0%, rgba(74, 72, 84, 0.7) 35%, rgba(74, 72, 84, 0.6) 50%, rgba(74, 72, 84, 0) 80%);
        background-image: linear-gradient(to top, #1f1d29 0%, #1f1d29 0%, rgba(74, 72, 84, 0.7) 35%, rgba(74, 72, 84, 0.6) 50%, rgba(74, 72, 84, 0) 80%);
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
    }
}
.sale-indicator {
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 30px;
    padding: 12px 22px;
    -webkit-box-shadow: 0px 0px 50px 18px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 50px 18px rgba(0, 0, 0, 0.3);
    font-size: 14px;
    font-style: italic;
}
.sale-indicator.red {
    background-color: #e63d3d;
}
.sale-indicator.green {
    background-color: #29eca5;
}
h2 {
    font-size: 35px;
    text-transform: uppercase;
    line-height: 1.15;
    font-weight: 800;
}
h2 .smaller {
    font-size: 20px;
    display: block;
    text-transform: capitalize;
    font-weight: 300;
    margin-bottom: 5px;
}
@media (-ms-high-contrast: none) {
    #category-grid {
        display: -ms-grid;
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        -ms-grid-rows: 1fr 1fr;
    }
    #wall-cladding {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-col: 1;
        -ms-grid-col-span: 2;
    }
    #kitchen-tiles {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-col: 3;
        -ms-grid-col-span: 3;
    }
    #wood-effect-tiles {
        display: -ms-grid;
        -ms-grid-columns: 1fr 1fr 1fr;
        -ms-grid-rows: 1fr 1fr;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-col: 6;
        -ms-grid-col-span: 1;
    }
    #bathroom-tiles {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-col: 3;
        -ms-grid-col-span: 2;
    }
    #floor-tiles {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-col: 5;
        -ms-grid-col-span: 2;
    }
    #patio-tiles {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-col: 5;
        -ms-grid-col-span: 3;
    }
    #vinyl-tiles{
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-col: 6;
        -ms-grid-col-span: 2;
    }
}
#popular-products {
    background-color: #f6f6f6;
    width: 90vw;
    margin: 0 auto;
    padding: 70px 30px;
    margin-bottom: 65px;
}
#popular-products h2 {
    font-weight: 900;
}
.journal-carousel.carousel-product .product-wrapper.product-wrapper.product-wrapper.product-wrapper {
    padding: 0 15px;
}
.product-grid-item .product-wrapper {
    margin-right: 0;
    padding: 0 15px;
}
.product-grid-item .owl-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100% !important;
}
.product-grid-item .owl-wrapper .owl-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}
.product-grid-item .image {
    border-radius: 2px;
    -webkit-box-shadow: 0px 10px 18px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 18px 2px rgba(0, 0, 0, 0.15);
    margin-bottom: 40px;
}
.product-grid-item .journal-carousel {
    display: inline-block;
    margin-top: 60px;
    width: 100%;
}
.product-grid-item .product-details .name a {
    font-size: 15px;
    color: #504e5b;
    font-family: "Nunito Sans", sans-serif;
    letter-spacing: 0.015em;
    white-space: initial;
    line-height: 1.45;
    font-weight: bold;
    display: inline-block;
}
.product-grid-item .product-details .dimensions {
    color: #b5b5b5;
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
}
.product-grid-item .product-details .price {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    border: 0;
}
.product-grid-item .price,
.product-grid-item .price-new {
    font-family: "Nunito Sans", sans-serif;
}
.journal-carousel .owl-wrapper-outer {
    margin-bottom: 0;
}
#carousel-container {
    max-width: 1480px;
    margin: 45px auto 0;
    position: relative;
    padding: 0;
}
.journal-carousel > div {
    overflow: visible;
}
.buttons a.button {
    background-color: #5fa1de;
    padding: 5px 25px;
    border-radius: 3px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 15px;
    -webkit-transition: background-color 0.15s ease-out;
    -o-transition: background-color 0.15s ease-out;
    transition: background-color 0.15s ease-out;
    float: left;
    display: inline-block;
}
.login-content .left .button,
.login-content .right input.button {
    background-color: #5fa1de;
    padding: 5px 25px;
    border-radius: 3px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 15px;
    -webkit-transition: background-color 0.15s ease-out;
    -o-transition: background-color 0.15s ease-out;
    transition: background-color 0.15s ease-out;
    float: left;
    display: inline-block;
}
.login-wrap label {
    width: 100%;
    display: inline-block;
}
.login-content .right a {
    position: static;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}
.side-column .box-content li a:hover {
    color: #5fa1de !important;
}
.account-page #column-right {
    padding-left: 30px !important;
    padding-right: 0 !important;
}
.information-page #container {
    padding: 50px 15px;
}
.sale-box-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 90px;
}
.sale-box-content:after,
.sale-box-content:before {
    content: none;
}
.sale-box-content > .usp-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-size: cover;
    color: #fff;
    min-height: 275px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.sale-box-content > .usp-box:not(:last-of-type) {
    margin-right: 30px;
}
.sale-box-content h3 {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 10px;
    letter-spacing: 0.075em;
}
.sale-box-content h3 .small {
    font-size: 20px;
    width: 100%;
    text-transform: none;
    display: inline-block;
    font-weight: 500;
}
#free-delivery-box {
    background-image: url("/image/home-boxes/free-deliver-box.jpg");
}
#free-sample-box {
    background-image: url("/image/home-boxes/free-sample-box.jpg");
}
#expert-advice-box {
    background-image: url("/image/home-boxes/expert-advice-box.jpg");
}
#sale-row {
    background-image: url("/image/home-boxes/sale-icon.png"), url("/image/home-boxes/sale-row-bg.jpg");
    background-position: calc(100% + 100px) center, center center;
    max-width: 1440px;
    background-size: auto auto, cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    text-align: center;
    padding: 65px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
}
#sale-row h3 {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 10px;
    letter-spacing: 0.075em;
    margin-bottom: 50px;
}
#sale-row h3 .small {
    font-size: 20px;
    width: 100%;
    text-transform: none;
    display: inline-block;
    font-weight: 500;
}
#sale-row a {
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 15px 35px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.135em;
}
#d_quickcheckout .form-horizontal .control-label,
#d_quickcheckout label {
    width: auto;
    text-align: left;
    min-width: 200px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.01em;
}
#d_quickcheckout .form-group {
    margin: 10px 0;
}
a#remeber_password {
    display: inline-block;
    margin-top: 20px;
}
#d_quickcheckout .btn {
    padding: 12px 12px;
}
#d_quickcheckout .btn-default {
    text-shadow: none;
    background-image: none;
    border: 0;
    text-transform: uppercase;
}
#d_quickcheckout .btn-primary {
    text-shadow: none;
    border: 0;
    text-transform: uppercase;
    background-color: #5fa1de;
    -webkit-box-shadow: none;
    box-shadow: none;
}
body.modal-open {
    padding-right: 0 !important;
    margin-right: 0;
}
#d_quickcheckout .btn.active,
#d_quickcheckout .btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
#d_quickcheckout .panel-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #fff !important;
}
#d_quickcheckout .panel-default > .panel-heading {
    background-color: #333745;
}
#d_quickcheckout .panel-heading {
    padding: 15px 15px;
}
#d_quickcheckout .panel {
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 2px;
}
#d_quickcheckout .panel-body {
    border: 1px solid #e6e6e6;
    border-top: 0;
    overflow: hidden;
    border-radius: 2px;
    margin-top: -1px;
}
#d_quickcheckout div.required .control-label:before {
    content: none;
}
#d_quickcheckout .btn-primary {
    background-color: #5fa1de;
    background-image: none;
}
#d_quickcheckout .input-group-btn:last-child > .btn {
    margin-left: -1px;
    padding: 11px 15px;
}
#d_quickcheckout .table > thead > tr > td {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}
#d_quickcheckout input[type="color"].form-control,
#d_quickcheckout input[type="date"].form-control,
#d_quickcheckout input[type="datetime"].form-control,
#d_quickcheckout input[type="datetime-local"].form-control,
#d_quickcheckout input[type="email"].form-control,
#d_quickcheckout input[type="month"].form-control,
#d_quickcheckout input[type="number"].form-control,
#d_quickcheckout input[type="password"].form-control,
#d_quickcheckout input[type="search"].form-control,
#d_quickcheckout input[type="tel"].form-control,
#d_quickcheckout input[type="text"].form-control,
#d_quickcheckout input[type="time"].form-control,
#d_quickcheckout input[type="url"].form-control,
#d_quickcheckout input[type="week"].form-control,
#d_quickcheckout select.form-control,
#d_quickcheckout textarea.form-control {
    font-size: 16px;
}
#d_quickcheckout .form-control {
    border-radius: 2px;
    padding: 8px 15px;
    line-height: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
}
#payment_address_heading_heading {
    background-color: #333745;
    color: #fff;
    margin: 30px -15px;
    padding: 15px 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
#payment_address_heading_heading hr {
    display: none;
}
#d_quickcheckout #login_view label {
    min-width: 0 !important;
}
#d_quickcheckout .radio label {
    margin-top: 0;
    padding-top: 0;
}
#d_quickcheckout .form-horizontal .radio {
    padding-top: 0;
    margin: 10px 0;
}
#d_quickcheckout .table {
    margin-bottom: 30px;
}
#d_quickcheckout .table thead {
    background-color: #2d2d33;
}
#d_quickcheckout .table thead td {
    padding: 10px;
    color: #fff;
    border: 0;
}
#d_quickcheckout .table tbody tr:nth-of-type(odd) {
    background-color: #fdfdfd;
}
#d_quickcheckout .table tbody tr:nth-of-type(2n) {
    background-color: #f5f5f5;
}
#d_quickcheckout .table .qc-price {
    min-width: 105px;
}
#d_quickcheckout .table .qc-quantity {
    width: auto;
    min-width: 250px;
}
#d_quickcheckout .table .qc-quantity .input-group-btn,
#d_quickcheckout .table .qc-quantity button {
    height: 40px;
}
#d_quickcheckout .table .input-group-sm > .input-group-btn > .btn {
    height: 40px !important;
    padding: 10px 15px;
}
#d_quickcheckout .table .input-group-sm > .input-group-btn > .btn.btn-danger {
    margin-left: -1px !important;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}
#d_quickcheckout .table .qc-total {
    font-weight: 800;
}
#d_quickcheckout .table > thead > tr > td {
    padding: 15px 10px;
    border: 0;
}
#d_quickcheckout .input-group-btn {
    width: auto;
}
#d_quickcheckout .qc-product-qantity {
    height: 40px !important;
    max-width: 75px;
}
#d_quickcheckout .qc-coupon input.form-control,
#d_quickcheckout .qc-voucher input.form-control {
    width: auto;
}
#d_quickcheckout .qc-coupon .btn,
#d_quickcheckout .qc-voucher .btn {
    padding: 11px 12px;
    float: left;
    line-height: 1.5;
}
#d_quickcheckout .qc-coupon .input-group-btn,
#d_quickcheckout .qc-voucher .input-group-btn {
    float: left;
}
#d_quickcheckout .qc-totals {
    margin-top: 30px;
}
#payment_address .panel-heading {
    border-radius: 0;
}
#payment_address .panel {
    border-radius: 0;
}
#d_quickcheckout .login-btn-group {
    margin-bottom: 0;
}
#d_quickcheckout .login-btn-group label {
    border-radius: 0;
}
#d_quickcheckout .login-btn-group .panel-heading {
    border-radius: 0;
}
#login_view .btn-group:first-of-type label {
    border-top-left-radius: 3px;
}
#d_quickcheckout .checkbox + .checkbox,
#d_quickcheckout .radio + .radio {
    margin: 0;
}
#d_quickcheckout #cart_view .panel-body {
    padding-bottom: 0;
}
#d_quickcheckout .qc-totals .row:last-child {
    padding-bottom: 15px;
    padding-top: 15px;
    background: #333745;
    color: #fff;
    margin-top: 30px;
}
#d_quickcheckout textarea.form-control {
    padding: 20px;
    min-height: 150px;
}
#d_quickcheckout .checkbox + .checkbox,
#d_quickcheckout .radio + .radio {
    margin-top: 15px;
    margin-bottom: 15px;
}
#confirm_wrap .panel-body {
    border-top: 1px solid #e6e6e6;
    margin-top: 0;
}
#d_quickcheckout .table-bordered > tbody > tr > td {
    border: 1px solid #f9f9f9;
    vertical-align: middle;
}
#d_quickcheckout td.qc-price,
#d_quickcheckout td.qc-total {
    text-align: right;
}
#d_quickcheckout .form-group#confirm_agree_input {
    margin: 25px 0;
    display: inline-block;
}
#d_quickcheckout .btn-primary#qc_confirm_order {
    background-image: none;
    border-radius: 2px;
    background-color: #5fa1de;
    padding: 15px 25px;
    border-radius: 3px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    width: auto;
    float: right;
}
.qc-breadcrumb {
    margin-top: 20px;
}
.journal-carousel.carousel-product .product-wrapper.product-wrapper.product-wrapper.product-wrapper {
    background: none !important;
}
.owl-carousel .owl-wrapper {
    width: 100% !important;
    max-width: 100% !important;
}
.owl-carousel .owl-item {
    width: 20% !important;
}
#bathroom-furniture {
    grid-area: bathroom-furniture;
    /* background-image: url("/image/home-grid/kitchen-furniture.jpg"), $grad; */
}
#bathroom-furniture {
/*    -ms-grid-row: 3;
    -ms-grid-column: 9;
    -ms-grid-column-span: 7;*/
    /*grid-area: bathroom-tiles;*/
    background-image: url("/image/home-grid/bathroom-furniture.jpg"),
        -webkit-gradient(linear, left bottom, left top, from(#1f1d29), color-stop(0%, #1f1d29), color-stop(35%, rgba(74, 72, 84, 0.7)), color-stop(50%, rgba(74, 72, 84, 0.6)), color-stop(80%, rgba(74, 72, 84, 0)));
    background-image: url("/image/home-grid/bathroom-furniture.jpg"), -webkit-linear-gradient(bottom, #1f1d29 0%, #1f1d29 0%, rgba(74, 72, 84, 0.7) 35%, rgba(74, 72, 84, 0.6) 50%, rgba(74, 72, 84, 0) 80%);
    background-image: url("/image/home-grid/bathroom-furniture.jpg"), -o-linear-gradient(bottom, #1f1d29 0%, #1f1d29 0%, rgba(74, 72, 84, 0.7) 35%, rgba(74, 72, 84, 0.6) 50%, rgba(74, 72, 84, 0) 80%);
    background-image: url("/image/home-grid/bathroom-furniture.jpg"), linear-gradient(to top, #1f1d29 0%, #1f1d29 0%, rgba(74, 72, 84, 0.7) 35%, rgba(74, 72, 84, 0.6) 50%, rgba(74, 72, 84, 0) 80%);
}
#bathroom-furniture h2{
    font-size: 26px;
}
#patio-tiles {
     grid-area: patio-tiles;
    background-image: url("/image/home-grid/patio-tiles.jpg");
}
#patio-tiles {
     -ms-grid-row: 3; 
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
      grid-area: patio-tiles;
      height: 290px;
    background-image: url("/image/home-grid/patio-tiles.jpg"),
        -webkit-gradient(linear, left bottom, left top, from(#1f1d29), color-stop(0%, #1f1d29), color-stop(35%, rgba(74, 72, 84, 0.7)), color-stop(50%, rgba(74, 72, 84, 0.6)), color-stop(80%, rgba(74, 72, 84, 0)));
    background-image: url("/image/home-grid/patio-tiles.jpg"), -webkit-linear-gradient(bottom, #1f1d29 0%, #1f1d29 0%, rgba(74, 72, 84, 0.7) 35%, rgba(74, 72, 84, 0.6) 50%, rgba(74, 72, 84, 0) 80%);
    background-image: url("/image/home-grid/patio-tiles.jpg"), -o-linear-gradient(bottom, #1f1d29 0%, #1f1d29 0%, rgba(74, 72, 84, 0.7) 35%, rgba(74, 72, 84, 0.6) 50%, rgba(74, 72, 84, 0) 80%);
    background-image: url("/image/home-grid/patio-tiles.jpg"), linear-gradient(to top, #1f1d29 0%, #1f1d29 0%, rgba(74, 72, 84, 0.7) 35%, rgba(74, 72, 84, 0.6) 50%, rgba(74, 72, 84, 0) 80%);
}
#patio-tiles{
    font-size: 26px;
}
#vinyl-tiles {
    grid-area: vinyl-tiles;
    background-image: url("/image/home-grid/vinyl-tiles.jpg");
}
#vinyl-tiles {
      -ms-grid-row: 3;
    -ms-grid-column: 8;
    -ms-grid-column-span: 5;
    grid-area: vinyl-tiles;
    height: 290px;
    background-image: url("/image/home-grid/vinyl-tiles.jpg"),
        -webkit-gradient(linear, left bottom, left top, from(#1f1d29), color-stop(0%, #1f1d29), color-stop(35%, rgba(74, 72, 84, 0.7)), color-stop(50%, rgba(74, 72, 84, 0.6)), color-stop(80%, rgba(74, 72, 84, 0)));
    background-image: url("/image/home-grid/vinyl-tiles.jpg"), -webkit-linear-gradient(bottom, #1f1d29 0%, #1f1d29 0%, rgba(74, 72, 84, 0.7) 35%, rgba(74, 72, 84, 0.6) 50%, rgba(74, 72, 84, 0) 80%);
    background-image: url("/image/home-grid/vinyl-tiles.jpg"), -o-linear-gradient(bottom, #1f1d29 0%, #1f1d29 0%, rgba(74, 72, 84, 0.7) 35%, rgba(74, 72, 84, 0.6) 50%, rgba(74, 72, 84, 0) 80%);
    background-image: url("/image/home-grid/vinyl-tiles.jpg"), linear-gradient(to top, #1f1d29 0%, #1f1d29 0%, rgba(74, 72, 84, 0.7) 35%, rgba(74, 72, 84, 0.6) 50%, rgba(74, 72, 84, 0) 80%);
}
