/*!
 * @category   Apptrian
 * @package    Apptrian_Subcategories
 * @author     Apptrian
 * @copyright  Copyright (c) 2016 Apptrian (http://www.apptrian.com)
 * @license    http://www.apptrian.com/license  Proprietary Software License (EULA)
 */
 
.apptrian-subcategories-grid, .apptrian-subcategories-list {
    clear: both;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: content-box;
    width: 100%;
    list-style-type: none;
    text-align: left;
}

.apptrian-subcategories-heading {
    margin: 16px 0;
}


/* bof Grid layout */

.apptrian-subcategories-grid li {
    display: inline-block;
    text-align: left;
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: content-box;
    width: 25%;
    vertical-align: top;
}

.apptrian-subcategories-grid .apptrian-subcategories-category {
    display: block;
    margin: 16px;
}

.apptrian-subcategories-grid .apptrian-subcategories-category-image img {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
}

.apptrian-subcategories-grid .apptrian-subcategories-category-name {
    text-align: center;
}

/* eof Grid layout */


/* bof List layout */

.apptrian-subcategories-list li {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: content-box;
    overflow: auto;
}

.apptrian-subcategories-list .apptrian-subcategories-category {
    display: block;
    overflow: auto;
    margin: 16px;
}

.apptrian-subcategories-list .apptrian-subcategories-category-image {
    float: left;
    width: 20%; /* These percentages must match 1/3 */
}

.apptrian-subcategories-list .apptrian-subcategories-category-image img {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
}

.apptrian-subcategories-list .apptrian-subcategories-category-name {
    margin: 0 0 16px 20%; /* These percentages must match 2/3 */
    padding: 0 0 0 32px;
}

.apptrian-subcategories-list .apptrian-subcategories-category-description {
    margin: 0 0 16px 20%; /* These percentages must match 3/3 */
    padding: 0 0 0 32px;
}

/* eof List layout */


/* bof Media Queries */

/* FYI 
    - Setting width of li element 25% = 4 per row, 33.3% = 3 per row, 50% = 2 per row, 100% = 1 per row.
    - These depend on your site design and you can change them if you like.
 */

@media only screen and (min-width: 320px) {
    
    .apptrian-subcategories-grid li {
        width: 100%;
    }
    
}

@media only screen and (min-width: 360px) {
    
    .apptrian-subcategories-grid li {
        width: 100%;
    }
    
}

@media only screen and (min-width: 400px) {
    
    .apptrian-subcategories-grid li {
        width: 100%;
    }
    
}

@media only screen and (min-width: 480px) {
    
    .apptrian-subcategories-grid li {
        width: 50%;
    }
    
}

@media only screen and (min-width: 540px) {
    
    .apptrian-subcategories-grid li {
        width: 50%;
    }
    
}

@media only screen and (min-width: 600px) {
    
    .apptrian-subcategories-grid li {
        width: 50%;
    }
    
}

@media only screen and (min-width: 640px) {
    
    .apptrian-subcategories-grid li {
        width: 50%;
    }
    
}

@media only screen and (min-width: 720px) {
    
    .apptrian-subcategories-grid li {
        width: 33.3%;
    }
    
}

@media only screen and (min-width: 768px) {
    
    .apptrian-subcategories-grid li {
        width: 33.3%;
    }
    
}

@media only screen and (min-width: 800px) {
    
    .apptrian-subcategories-grid li {
        width: 33.3%;
    }
    
}

@media only screen and (min-width: 960px) {
    
    .apptrian-subcategories-grid li {
        width: 33.3%;
    }
    
}

@media only screen and (min-width: 1024px) {
    
    .apptrian-subcategories-grid li {
        width: 25%;
    }
    
}

@media only screen and (min-width: 1280px) {
    
    .apptrian-subcategories-grid li {
        width: 25%;
    }
    
}

/* eof Media Queries */

/*
 * Magmodules.eu - http://www.magmodules.eu.
 *
 * NOTICE OF LICENSE
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://www.magmodules.eu/MM-LICENSE.txt
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@magmodules.eu so we can send you a copy immediately.
 *
 * @category      Magmodules
 * @package       Magmodules_Richsnippets
 * @author        Magmodules <info@magmodules.eu>
 * @copyright     Copyright (c) 2018 (http://www.magmodules.eu)
 * @license       https://www.magmodules.eu/terms.html  Single Service License
 */
.snippets {
    border: 1px solid #E4E4E4;
    margin: 0px 0;
    overflow: auto;
}

.snippets p {
    margin-bottom: 0
}

.snippets .product-name {
    font-weight: 700
}

.snippets .prod-thumb {
    float: left;
    padding: 8px
}

.snippets img {
    display: block;
    margin: 0px;
}

.snippets .content {
    padding: 5px
}

.snippets .content i {
    font-style: initial;
}

.snippets .rating-box {
    float: right;
    margin-bottom: 5px;
}

.snippets-footer {
    margin-top: -5px;
    color: #666;
    font-style: normal
}

.snippets-fields {
    font-size: x-small;
}

.snippets-fields ul {
    display: inline
}

.snippets-fields li {
    display: inline;
    color: #5D5D5D;
    background: none !important;
    padding-left: 0 !important;
    font-size: 13px;
    float: left;
    margin: 0px !important;
}

.snippets-fields li + li::before {
    content: "- "
}

.snippets-sidebar .rating-box {
    margin-right: 5px;
    margin-top: 5px;
    float: left;
    width: 73px;
    position: absolute;
    height: 15px;
    font-size: 0;
    background: url(https://www.tilesrus.co.uk/skin/frontend/base/default/magmodules/snippets/images/bkg_rating.gif) repeat-x;
    background-size: 15px;
    text-indent: -999em;
    overflow: hidden;
}

.snippets-sidebar .rating {
    float: left;
    height: 13px;
    background: url(https://www.tilesrus.co.uk/skin/frontend/base/default/magmodules/snippets/images/bkg_rating.gif) repeat-x;
    background-position-y: 100%;
    background-size: 15px
}
#custommenu {
    position: relative;
    font-size: 12px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    border-radius: 2px;
    height: auto;
    margin: 0 auto;
}
/*IE7 fix*/
*:first-child+html #custommenu {
    z-index: 998;
}
div.menu {
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
div.menu a:link, div.menu a:visited {
    display: block;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
}
div.menu a span {
    display: block;
    height: 28px;
    padding-right: 0px;
    padding-top: 12px;
}
div.menu a span:hover {
    cursor: pointer;
}
div.wp-custom-menu-popup {
    position: absolute;
    z-index: 1000;
    display: none;
    text-align: left;
    padding: 0px 0px 10px 0px;
    border-top: 0;
    width: 100%;
    margin-top: -1px;
}
div.menu a, div.wp-custom-menu-popup a {
    text-decoration: none;
    display:block;
    cursor: pointer;
    _height: 0;
    height: auto;
    line-height:13px;
}
div.level1 {
    margin-bottom: 5px;
}
div.level2 {
    margin-bottom: 5px;
}
div.level3 {
    margin-bottom: 5px;
    padding: 5px;
}
div.block2 {
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
}
a.level1:link, a.level1:visited {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 2px;
}
a.level2:link, a.level2:visited {
    padding: 3px 10px;
    border-radius: 2px;
}
/* Clearfix */
div.block2:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] div.block2 {
    display: block;
}
* html div.block2 {
    height: 1%;
}
div.block2 p {
    margin-bottom: 3px;
    line-height: 120%;
    color: #000;
    font-size: 11px;
}
div.block2 p a {
    display: inline;
}
div.block2 a img {
    opacity: .9;
    filter: alpha(opacity=90);
}
div.block2 a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
div.block2 .brand a:hover img {
    -webkit-transition: all 0;
    -moz-transition: all 0;
    -ms-transition: all 0;
    transition: all 0;
}
div.wp-custom-menu-popup hr {
    margin: 0px 0px 10px 0px;
}
/******************************************* COLUMN WIDTH ***************************** */
div.column {
    float: left;
    width: 18%; /* for 5 columns*/
    padding: 0px 1%;
    margin: 0px 0px 0px 0px;
}
/*end COLUMN WIDTH  */

div.itemSubMenu {
    margin-left: 0px;
}
.clearBoth {
    clear:both;
    height: 0;
    overflow: hidden;
}
div.level1 {
    margin-bottom: 0px;
}
/*BG*/
#custommenu {
}
div.wp-custom-menu-popup {
    background: #f1f1f1;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.3);
}
div.menu a:link, div.menu a:visited {
}
div.menu a:hover {
    background: #f1f1f1;
}
div.menu a, div.wp-custom-menu-popup a {
 -webkit-transition: all .1s linear;
-moz-transition: all .1s linear;
-ms-transition: all .1s linear;
transition: all .1s linear;
}
div.menu .brand a, div.wp-custom-menu-popup .brand a {
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -ms-transition: all 0s linear;
    transition: all 0s linear;
}
div.menu.active a {
    background: #f1f1f1 !important;
    color: #000 !important;
}
div.level3 {
    background: #fff;
}
/*FONTS*/
div.menu {
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Segoe UI";
}
a.level1:link, a.level1:visited {
    text-transform: none;
    font-weight: normal;
}
a.level2:link, a.level2:visited {
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
}
a.level3:link, a.level3:visited {
    font-size: 11px;
    font-weight: normal;
    line-height: 100%;
    margin-bottom: 0px;
}
/*COLOR*/
div.menu a:link, div.menu a:visited {
    color: #fff;
}
div.menu a:hover, div.menu.active a {
    color: #000;
}
a.level3:link, a.level3:visited {
    color: #333333;
}
a.level3:hover {
    color: #b43f74;
}
a.level2:link, a.level2:visited {
    color: #000;
}
a.level1:hover {
    background: #d3d3d3;
}
a.level2:hover {
    color: #000;
    background: #d3d3d3;
}
.block2 table.brand {
    float: left;
}
.block2 .single_menu_product {
    float: left;
    position: relative;
    max-width: 150px;
    overflow: hidden;
    margin-right: 20px;
    margin-left: 0px;
}
/*MOBILE MENU STYLES*/
#menu-button, .parentMenu {
    display: inline-block;
}
html[xmlns] #menu-button, html[xmlns] .parentMenu {
    display: block;
}
* html #menu-button, * html .parentMenu {
    height: 1%;
}
#menu-button:after, .parentMenu:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#custommenu-mobile {
    position:relative;
    margin: 0 auto;
    padding: 0;
    z-index: 999;
}
#menu-button {
    float: none;
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}
#menu-button a:link, #menu-button a:visited {
    color: #fff;
    display: block;
    float: left;
    margin-left: 45%;
    position: relative;
    padding: 0px 10px;
}
#menu-button a span:after {
    display: block;
    position: relative;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 4px solid #dadada;
    margin: 8px 0px 0px 5px;
    float: right;
    opacity: 0.7;
}
#menu-button:hover {
    cursor: pointer;
}
#menu-button:hover a:after {
    opacity: 1;
}
.menu-mobile div.column {
    float:none;
    padding:5px;
    background: #fff;
}
.menu-mobile a.itemMenuName {
    display: block;
    text-align: left;
}
.menu-mobile div.menu-button, .menu-mobile div.menu-mobile {
    float: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border-bottom: 1px solid #fff;
}
.menu-mobile div.column {
    float: none;
    width: 100%;
    padding: 0px 0;
    margin: 0px 0px 0px 0px;
}
.menu-mobile a.level1:link, .menu-mobile a.level1:visited {
    margin-top: 0px;
    margin-bottom: 0;
    padding: 10px 10px;
    border-radius: 2px;
    color: #000;
}
.menu-mobile a.level2:link, .menu-mobile a.level2:visited {
    padding: 10px 10px;
    border-radius: 2px;
}
.menu-mobile a.level1:link, .menu-mobile a.level1:visited {
    color: #555;
}
.menu-mobile a.level1:hover {
    background-color: #f1f1f1;
}
.menu-mobile .parent {
    background-color: #fff;
}
/*buttons level 01*/
.menu-mobile .parentMenu {
    padding: 0px 0px;
    display: block;
    text-align: left;
    border-bottom: 1px solid #dadada;
}
.menu-mobile .parentMenu a:link, .menu-mobile .parentMenu a:visited {
    padding: 10px 0px 10px 10px;
    margin-right: 80px;
    color: #000;
    display: block;
}
.menu-mobile .parentMenu:hover {
    cursor: pointer;
}
.parentMenu {
    position: relative;
}
.parentMenu a {
    display: block;
}
#menu-button {
    cursor: pointer;
}
.menu-mobile div.level2 {
    margin-bottom: 0;
}
#custommenu-mobile .button {
    cursor: pointer;
    position: absolute;
    right: 1%;
    top: 0px;
    display: block;
    width: 80px;
    height: 38px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJxJREFUeNpi/P//PwM66O3tBVF1UNwEwsXFxRjqmBhwg3wgZobSWAE+zcxoNEmaCQKKNDP29PTgkvsAxPxA/BGIBXDZ3A7Ef4D4Pxrmh6rhxyL3E4gbQZqL8AUKDsAG0gfS3AfEf0nU/AuIJ4I0VwIxC8j/aPgjVOFHLHLsQFzDiCeFoQQYqSmMtvGMT/NfNJokzQug9HRcCgACDAC34CnSSWx3zwAAAABJRU5ErkJggg==);
}
#custommenu-mobile .button.open {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE5JREFUeNpi/P//PwO5gImBAjBENbP09vZSZHM7EP8B4v8k4J9A3AjSXATEzCRaygbSB9LcB8R/SdT8C4gnsgCJSigmGTCOpjDSAECAAQBI6RqpQRaDFgAAAABJRU5ErkJggg==);
}
#custommenu-mobile .level1 .button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIxJREFUeNpi/P//PwO5gAWbYG9vL4ZYcXExhhgTAwUAn+YJQAzyUxcuBYwwP2Nx6k8gZgPid0AsjM0L+Gxmg9LMxDob5lTkKOBHEuvCpzmZQBgl4NNcD8SvcWgEiTfhi+c+KGZAcvpHIBbAG9pYEglKaJOaSCqB+BrUK8QnTyxeYCDa2dRIngQBQIABAGG6KfxEmzSnAAAAAElFTkSuQmCC);
}
#custommenu-mobile .level1 .button.open {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE1JREFUeNpi/P//PwO5gImBAjBwmllgjN7eXqI1FRcXU9/ZE4D4Px7chU9zMgHLEvBprgfi1zg0gsSbsAYYFPRBMVGAcQSmMIo0AwQYAIYUFeQ3G04OAAAAAElFTkSuQmCC);
}
/*BG*/
#custommenu-mobile  .parentMenu:hover a:link, #custommenu-mobile  .parentMenu:hover a:visited, #custommenu-mobile  .parentMenu:hover {
    background-color: #fff;
}
#custommenu-mobile .level0 {
    background-color: #f1f1f1;
}
#custommenu-mobile .level1 {
    background-color: #e4e4e4;
}
#custommenu-mobile .level2 {
    background-color: #f1f1f1;
}

/**
 * Tiles R Us — modern footer + trust bar
 * Background charcoal #2b2b2b
 */

/* ---- Trust bar ---- */
.trust-bar {
    background: #f4f2ec;
    border: 0;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 770px) {
    .trust-bar {
        display: none !important;
    }
}

.trust-bar__inner {
    max-width: 1260px;
    margin: 0 auto;
    padding: 1.15rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem 1.25rem;
}

.trust-bar__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.trust-bar__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    color: #1d1d1e;
}

.trust-bar__icon svg {
    display: block;
    width: 40px;
    height: 40px;
}

.trust-bar__copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.trust-bar__copy strong {
    font-family: 'Raleway', 'Helvetica Neue', Verdana, Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #1d1d1e;
    line-height: 1.2;
}

.trust-bar__copy span {
    font-size: 0.82rem;
    color: #666;
    line-height: 1.3;
}

/* ---- Main footer ---- */
.footer-container,
.site-footer .footer-container {
    background-color: #2b2b2b !important;
    color: #ffffff;
}

.site-footer .footer,
.footer-container .footer {
    max-width: 1260px;
    margin: 0 auto;
    padding: 2.25rem 1rem 1.75rem;
    overflow: hidden;
}

.footer-brand,
.footer .footer-logo-container.footer-brand {
    width: 100%;
    float: none;
    margin: 0 0 1.5rem !important;
    padding: 0;
}

.footer-brand__logo {
    margin: 0 0 1rem;
    text-align: left;
    line-height: 0;
}

.footer-brand__logo a {
    display: inline-block;
    line-height: 0;
}

.footer-brand__logo img.Footer-logo,
.footer .Footer-logo {
    display: block;
    width: 280px;
    max-width: 100%;
    height: auto;
    margin: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: 0 !important;
}

.footer-brand__text {
    margin: 0;
    max-width: 320px;
    font-size: 0.85rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.78);
    text-transform: none;
    letter-spacing: normal;
}

/* CMS link columns from Magento blocks */
.footer .links {
    color: #fff !important;
    margin: 0 0 1.25rem !important;
    padding: 0 !important;
    width: 100%;
    float: none;
    height: auto !important;
    overflow: visible !important;
}

.footer .links .block-title,
.footer .block-title {
    border: 0 !important;
    margin: 0 0 0.75rem !important;
    padding: 0 !important;
    background: none !important;
}

.footer .links .block-title strong,
.footer .block-title strong,
.footer .block-title,
.footer .links .block-title * {
    color: #d19419 !important;
    font-family: 'Raleway', 'Helvetica Neue', Verdana, Arial, sans-serif;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.footer .links a,
.footer .links li a {
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 0.84rem !important;
    font-weight: 400 !important;
    line-height: 1.9;
    text-decoration: none !important;
}

.footer .links a:hover,
.footer .links li a:hover {
    color: #d19419 !important;
    text-decoration: none !important;
}

/* Hide residual social / newsletter chrome if a CMS block still outputs it */
.footer .social-media,
.footer .links.social-media,
.footer .socialM,
.footer .block-subscribe,
.footer .newsletter,
.footer .form-subscribe {
    display: none !important;
}

/* ---- Bottom bar ---- */
.bottombar {
    background-color: #1f1f1f !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    width: 100%;
    margin: 0;
    padding: 0;
}

/* table-cell + vertical-align:middle avoids baseline drop next to 2-line copyright */
.bottombar .bottom1,
.bottom1 {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
    padding: 0.85rem 1rem;
    display: table !important;
    table-layout: fixed;
    border-collapse: collapse;
    box-sizing: border-box;
    clear: both;
}

.bottombar .bottomMeta,
.bottomMeta {
    display: table-cell !important;
    vertical-align: middle !important;
    width: 55%;
    float: none !important;
    clear: none !important;
    text-align: left;
    line-height: 1.35;
}

.bottombar .bottomCopyright,
.bottombar .bottomWeb,
.bottomCopyright,
.bottomWeb {
    display: block !important;
    float: none !important;
    width: auto !important;
    clear: none !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 0.72rem !important;
    line-height: 1.35 !important;
    color: #999 !important;
    text-align: left !important;
}

.bottombar .bottomWeb,
.bottomWeb {
    margin-top: 0.15rem !important;
}

.bottomWeb a {
    color: #999 !important;
    text-decoration: none !important;
}

.bottomWeb a:hover {
    color: #d19419 !important;
}

.bottombar .bottomIcons,
.bottomIcons {
    display: table-cell !important;
    vertical-align: middle !important;
    width: 45%;
    float: none !important;
    clear: none !important;
    padding: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    text-align: right !important;
    line-height: 0 !important;
    font-size: 0 !important; /* kill baseline gap between inline SVGs */
    white-space: nowrap;
}

.bottombar .bottomIcons .pay-logo,
.bottomIcons .pay-logo,
.pay-logo {
    display: inline-block !important;
    vertical-align: middle !important;
    float: none !important;
    width: auto !important;
    height: 28px !important;
    margin: 0 0 0 1rem !important;
    padding: 0 !important;
    line-height: 28px !important;
    font-size: 0 !important;
    opacity: 0.95;
}

.bottombar .bottomIcons .pay-logo:first-child,
.bottomIcons .pay-logo:first-child {
    margin-left: 0 !important;
}

.bottombar .bottomIcons .pay-logo svg,
.bottomIcons .pay-logo svg,
.pay-logo svg {
    display: inline-block !important;
    vertical-align: middle !important;
    width: auto !important;
    height: 22px !important;
    max-height: 22px !important;
    margin: 0 !important;
    padding: 0 !important;
    fill: #fff;
}

.pay-logo--visa svg { width: 52px !important; }
.pay-logo--mc svg { width: 40px !important; height: 24px !important; max-height: 24px !important; }
.pay-logo--paypal svg { width: 64px !important; }
.pay-logo--apple svg { width: 70px !important; }
.pay-logo--klarna svg { width: 56px !important; }

@media only screen and (min-width: 771px) {
    .site-footer .footer,
    .footer-container .footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0;
        overflow: visible;
    }

    .footer-brand,
    .footer .footer-logo-container.footer-brand {
        width: 30%;
        float: none;
        margin: 0 3% 0 0 !important;
        padding-top: 0.15rem;
    }

    .footer-brand__logo img.Footer-logo,
    .footer .Footer-logo {
        width: 300px;
        max-width: 100%;
    }

    .footer .links:not(.footer-brand) {
        width: 21%;
        float: none;
        margin: 0 0 0.5rem !important;
        padding-top: 0.35rem !important;
    }

    .trust-bar__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0;
        flex: 1 1 0;
    }
}

@media only screen and (max-width: 770px) {
    .bottombar .bottom1,
    .bottom1 {
        display: block !important;
        text-align: center;
        padding: 0.85rem 1rem;
    }

    .bottombar .bottomMeta,
    .bottomMeta,
    .bottombar .bottomIcons,
    .bottomIcons {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        margin: 0 0 0.55rem !important;
    }

    .bottombar .bottomIcons,
    .bottomIcons {
        margin-bottom: 0 !important;
    }

    .bottombar .bottomIcons .pay-logo,
    .bottomIcons .pay-logo {
        margin: 0 0.45rem !important;
    }

    .bottomCopyright,
    .bottomWeb {
        text-align: center !important;
    }

    .footer-brand__logo {
        text-align: center;
    }

    .footer-brand__logo a {
        margin: 0 auto;
    }

    .footer-brand__text {
        margin: 0 auto;
        text-align: center;
    }
}

/**
 * Tiles R Us — Header + product shop chrome
 * Brand accent: #d19419
 */

:root {
  --tru-gold: #d19419;
  --tru-gold-soft: #f3eee8;
  --tru-ink: #222222;
  --tru-muted: #777777;
  --tru-nav: #5e6163;
  --tru-nav-hover: #4a4d4f;
  --tru-line: #e5e5e5;
  --tru-price: #cc0000;
}

/* -------------------------------------------------------------------------- */
/* Top promo bar                                                               */
/* -------------------------------------------------------------------------- */

.topBar {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100%;
  background: #f3eee8 !important;
  box-shadow: none !important;
  border-bottom: 1px solid #f0e6d4;
}

.topBar .topBar-box {
  max-width: 1260px;
  margin: 0 auto !important;
  padding: 0.35rem 1rem !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  gap: 0.75rem 1.5rem;
  height: auto !important;
  min-height: 0;
}

.topBar .topBar-promo,
.topBar .topBar-box p.welcome-msg,
.topBar .welcome-msg {
  margin: 0 !important;
  padding: 0 !important;
  clear: none !important;
  float: none !important;
  display: block !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  color: #3a3a3a !important;
}

.topBar .topBar-promo {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}

.topBar .topBar-promo a {
  color: inherit;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
  max-width: 100%;
}

.topBar .topBar-promo__icon {
  display: inline-flex;
  color: var(--tru-gold);
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.topBar .topBar-promo__icon svg {
  display: block;
}

.topBar .topBar-promo a:hover {
  color: var(--tru-gold);
  text-decoration: none;
}

.topBar .topBar-box p.welcome-msg,
.topBar .welcome-msg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: right !important;
  color: #555 !important;
  white-space: nowrap !important;
}

@media only screen and (max-width: 770px) {
  .topBar .topBar-box {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    text-align: center;
  }

  .topBar .topBar-promo {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center !important;
  }

  .topBar .topBar-promo a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .topBar .topBar-box p.welcome-msg,
  .topBar .welcome-msg {
    display: none !important;
  }
}

/* -------------------------------------------------------------------------- */
/* Header row: logo / search / account+basket                                  */
/* -------------------------------------------------------------------------- */

/* Empty language bar was adding dead space above the header */
.header-language-background {
  display: none !important;
  padding: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
}

.headWrap {
  background: #fff;
  box-shadow: none;
}

.page-header {
  border-bottom: 0;
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.page-header-container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0.75rem 0 0.85rem !important;
  position: relative;
  box-sizing: border-box;
}

@media only screen and (min-width: 771px) {
  .page-header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.75rem 1rem;
  }

  .page-header .logo {
    position: static !important;
    float: none !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    max-width: 220px !important;
    min-height: 0 !important;
    min-width: 0 !important;
    text-align: left !important;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .page-header .logo img.large {
    display: block !important;
    max-height: 84px;
    width: auto;
  }

  .page-header .logo img.small {
    display: none !important;
  }

  /* Search / Account / Basket cluster */
  .header-search-wrap,
  .header-account-wrap,
  .header-minicart {
    position: relative !important;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
    float: none !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: middle;
  }

  /* Panel opens to the left of the search icon */
  #header-search {
    display: none !important;
    position: absolute !important;
    top: calc(100% + 0.35rem) !important;
    right: 0 !important;
    left: auto !important;
    float: none !important;
    width: 320px !important;
    max-width: min(320px, calc(100vw - 2rem)) !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0.75rem !important;
    border: 1px solid #d5d5d5 !important;
    background: #fff !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    z-index: 220;
    box-sizing: border-box;
  }

  #header-search.skip-active {
    display: block !important;
  }

  #search_mini_form {
    margin: 0;
  }

  #search_mini_form .input-box {
    position: relative;
    margin: 0;
    padding: 0 !important;
  }

  #search_mini_form #search,
  #search {
    width: 100% !important;
    height: 42px !important;
    margin: 0;
    padding: 0 48px 0 14px !important;
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    background: #fff;
    box-shadow: none;
    font-size: 14px;
    color: var(--tru-ink);
  }

  #search_mini_form #search:focus,
  #search:focus {
    border-color: var(--tru-gold);
    outline: none;
    box-shadow: 0 0 0 2px rgba(209, 148, 25, 0.18);
  }

  #search_mini_form .search-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    margin: 0;
    border: 0;
    background: transparent;
    text-indent: -9999px;
  }

  #search_mini_form .search-button:before {
    right: 12px;
    opacity: 0.55;
  }

  .skip-links {
    position: static !important;
    float: none !important;
    clear: none !important;
    overflow: visible !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    gap: 0.15rem;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .skip-links .skip-account,
  .skip-links .skip-search,
  .skip-links .header-minicart,
  .skip-links .skip-cart,
  .header-search-wrap .skip-search,
  .header-account-wrap .skip-account {
    position: static !important;
    float: none !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    color: var(--tru-ink) !important;
    line-height: 1.2 !important;
  }

  .skip-links .skip-link,
  .skip-links a.skip-link,
  .header-search-wrap .skip-link,
  .header-account-wrap .skip-link,
  .header-minicart .skip-link {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 64px;
    height: 54px !important;
    padding: 0.25rem 0.5rem !important;
    color: var(--tru-ink) !important;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2 !important;
    background: transparent !important;
    box-sizing: border-box;
  }

  /* After .skip-link so display:none wins for the mobile menu control */
  .skip-links .skip-nav,
  .skip-links a.skip-nav,
  a.skip-link.skip-nav,
  #menu-button {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    min-width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }

  .skip-links .skip-link:hover,
  .header-search-wrap .skip-link:hover,
  .header-account-wrap .skip-link:hover,
  .header-minicart .skip-link:hover {
    color: var(--tru-gold) !important;
    opacity: 1;
    text-decoration: none !important;
  }

  .skip-links .skip-link .icon,
  .header-minicart .skip-link .icon {
    margin: 0 0 0.2rem !important;
  }

  .skip-links .skip-link .label,
  .header-minicart .skip-link .label {
    display: block !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    clip: auto !important;
  }

  /* Basket count overlays icon — must not shift alignment */
  .header-minicart a.skip-cart {
    position: relative !important;
  }

  .skip-cart .count {
    position: absolute !important;
    top: 2px !important;
    right: 8px !important;
    display: block !important;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border: 0 !important;
    border-radius: 50%;
    background: var(--tru-gold) !important;
    color: #fff !important;
    font-size: 10px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    box-shadow: none !important;
  }

  .skip-cart .count:before,
  .skip-cart .count:after {
    display: none !important;
  }

  .skip-cart.no-count .count {
    display: block !important;
    opacity: 1 !important;
  }

  /* Keep cart dropdown out of icon flow */
  .header-minicart #header-cart {
    position: absolute !important;
    top: calc(100% + 0.35rem) !important;
    right: 0 !important;
    left: auto !important;
    z-index: 220;
  }

  .header-minicart #header-cart:not(.skip-active) {
    display: none !important;
  }

  #header-account.skip-active {
    display: block !important;
    position: absolute !important;
    z-index: 200;
    top: calc(100% + 0.35rem);
    right: 0;
    left: auto;
    width: 200px;
    margin: 0;
    background: #fff !important;
    border: 1px solid #cccccc;
  }

  /* Nav — full browser width; links constrained in .header-nav-inner */
  #header-nav {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: var(--tru-nav) !important;
    border-radius: 0 !important;
    box-sizing: border-box;
  }

  #header-nav.skip-content {
    display: block !important;
  }

  .header-nav-inner {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }

  /* WP Custom Menu also sits inside the content-width inner */
  .header-nav-inner .nav-container,
  .header-nav-inner #wp-nav-container,
  .header-nav-inner #custommenu {
    max-width: none;
    width: 100%;
  }

  .nav-primary {
    margin: 0 !important;
    border: 0;
    width: 100%;
  }

  .nav-primary a,
  .nav-primary a.level0 {
    background: transparent !important;
    color: #fff !important;
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 44px !important;
    padding: 0 1rem 0 0 !important;
  }

  .nav-primary li.level0:first-child > a.level0 {
    padding-left: 0 !important;
  }

  .no-touch .nav-primary a:hover,
  .no-touch .nav-primary li:hover > a,
  .nav-primary li.menu-active > a,
  .nav-primary li.level0:hover > a {
    background: var(--tru-nav-hover) !important;
    color: #fff !important;
    text-decoration: none;
  }

  #header-account li a {
    color: #636363;
  }
}

/* Align main content / breadcrumbs with header+nav width */
.main-container {
  max-width: 1260px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box;
}

.breadcrumbs {
  max-width: none;
  width: 100% !important;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box;
}

@media only screen and (max-width: 1290px) {
  .page-header-container,
  .header-nav-inner,
  .main-container,
  .trust-bar__inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .topBar .topBar-box {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (min-width: 771px) {
  #header-nav,
  #header-nav .nav-primary,
  #header-nav #custommenu,
  #header-nav .nav-container {
    background-color: var(--tru-nav) !important;
  }

  /* Nav + trust bar sit flush with no gap */
  .page-header,
  #header-nav,
  .trust-bar {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  #header-nav {
    border-bottom: 0 !important;
  }

  .trust-bar {
    border-top: 0 !important;
  }
}
}

/* -------------------------------------------------------------------------- */
/* Product shop — top half                                                     */
/* -------------------------------------------------------------------------- */

.product-view .product-essential {
  padding-top: 0.5rem;
}

.product-view .breadcrumbs {
  margin: 0 0 1rem;
  font-size: 12px;
  color: var(--tru-muted);
  width: 100% !important;
  float: none !important;
  display: block !important;
}

.product-view .breadcrumbs a {
  color: var(--tru-muted);
}

.product-view .breadcrumbs strong,
.product-view .breadcrumbs .product-name,
.product-view .breadcrumbs li strong {
  color: var(--tru-gold);
  font-weight: 500;
}

.product-view .product-shop {
  padding-top: 0.15rem;
}

/* Kill RWD float pairing of reviews↔price that shoved icons beside the price */
.product-view .product-shop .product-name,
.product-view .product-shop .extra-info,
.product-view .product-shop .price-info,
.product-view .product-shop .product-highlights,
.product-view .product-shop .tilesrus-flooring-calculator,
.product-view .product-shop .short-description {
  float: none !important;
  clear: both !important;
  width: 100% !important;
  max-width: 100% !important;
  text-align: left !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.product-shop .product-name {
  margin: 0 0 0.35rem;
  border: 0;
  padding: 0;
  display: block !important;
}

.product-shop__title,
.product-shop .product-name .h1,
.product-shop .product-name h1 {
  margin: 0 0 0.35rem !important;
  padding: 0;
  border: 0;
  float: none !important;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--tru-ink) !important;
  text-transform: none;
}

/* Visual product title in media column (not an H1 — SEO: single H1 in .product-shop) */
.product-img-box .product-name .product-img-box__title {
  margin: 0 0 0.5rem;
  padding: 0;
  border: 0;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--tru-ink);
}

.home-title {
  margin: 0 0 1rem;
}
.home-title h1 {
  margin: 0;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--tru-ink);
  text-transform: none;
}

.category-subcats.products-grid {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.category-subcats .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 1rem);
  flex: 0 0 calc(25% - 1rem);
  max-width: calc(25% - 1rem);
  box-sizing: border-box;
}
.category-subcats .product-name {
  margin: 0.5rem 0 0;
  font-size: 1rem;
}
.category-subcats .product-name a {
  color: var(--tru-ink);
  text-decoration: none;
}
.category-subcats .product-name a:hover {
  color: var(--tru-gold);
}
@media only screen and (max-width: 770px) {
  .category-subcats .item {
    -ms-flex: 0 0 calc(50% - 0.75rem);
    flex: 0 0 calc(50% - 0.75rem);
    max-width: calc(50% - 0.75rem);
  }
}

.product-shop__sku,
.product-shop .product-name .widget {
  margin: 0 0 0.65rem !important;
  padding: 0;
  font-size: 13px;
  color: #9a9a9a;
  letter-spacing: 0.01em;
}

.product-shop__reviews,
.product-shop .extra-info.product-shop__reviews {
  margin: 0 0 0.85rem !important;
}

.product-shop__reviews .ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.35rem 0.65rem;
  float: none !important;
}

.product-shop__reviews .rating-box {
  margin: 0;
  float: none !important;
}

.product-shop__reviews .rating-links,
.product-shop__reviews .amount {
  margin: 0;
  float: none !important;
  clear: none !important;
  font-size: 13px;
  color: #666;
}

.product-shop__reviews .rating-links a {
  color: var(--tru-gold);
  text-decoration: none;
}

.product-shop__reviews .rating-links a:hover {
  text-decoration: underline;
}

/* Price */
.product-shop__price,
.product-shop .price-info.product-shop__price {
  margin: 0 0 1rem !important;
  padding: 0 !important;
  border: 0;
  display: block !important;
}

.product-shop__price .price-box {
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 0.35rem;
}

.product-shop__price .price-box .price,
.product-shop__price .price-box .regular-price .price,
.product-shop__price .price-box .special-price .price {
  font-size: 1.85rem !important;
  font-weight: 700;
  color: var(--tru-price) !important;
  line-height: 1.15;
}

.product-shop__price .price-box .price-label {
  display: none;
}

.product-shop__price .price-box .old-price .price {
  font-size: 1rem;
  color: #999;
}

/* Flooring module already appends /m² — hide our duplicate span */
.product-shop__unit {
  display: none !important;
}

/* Hide calculator's duplicate unit price — Magento price sits above */
.product-shop .tile-calc__unit-price,
.product-shop .tile-calc__msrp {
  display: none !important;
}

/* Feature icons — full-width row under the price */
.product-highlights {
  list-style: none;
  margin: 0 0 1.25rem !important;
  padding: 0.35rem 0 0.5rem !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.5rem;
  border: 0;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

.product-highlights__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  min-width: 0;
  max-width: none !important;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 0.4rem;
  color: #8d721b;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.3;
}

.product-highlights__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  color: #8d721b;
}

.product-highlights__icon svg {
  width: 1.75rem;
  height: 1.75rem;
  display: block;
}

@media only screen and (max-width: 770px) {
  .product-highlights {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product-highlights__item {
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
  }

  .product-shop__title,
  .product-shop .product-name h1 {
    font-size: 1.35rem;
  }

  .page-header-container,
  .main-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* Keep Magento skip-link mobile behaviour with wrapped search/account */
  .header-search-wrap,
  .header-account-wrap {
    display: contents;
  }

  #header-search.skip-active,
  #header-account.skip-active {
    display: block !important;
    position: static !important;
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99;
    box-shadow: none;
  }

  .skip-links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* Product specs table — borderless zebra rows */
#product-attribute-specs-table {
  width: 100%;
  max-width: 100%;
  border: 0 !important;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0.75rem 0 0;
}

#product-attribute-specs-table col {
  width: auto;
}

#product-attribute-specs-table th,
#product-attribute-specs-table td {
  border: 0 !important;
  padding: 0.85rem 1rem;
  vertical-align: middle;
  line-height: 1.45;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif !important;
}

#product-attribute-specs-table th.label {
  width: 38%;
  max-width: 16rem;
  background: transparent !important;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--tru-muted);
  white-space: normal;
}

#product-attribute-specs-table td.data {
  background: transparent !important;
  font-size: 0.95rem;
  color: var(--tru-ink);
}

#product-attribute-specs-table tbody tr:nth-child(odd) th,
#product-attribute-specs-table tbody tr:nth-child(odd) td {
  background-color: #f3f3f3 !important;
}

#product-attribute-specs-table tbody tr:nth-child(even) th,
#product-attribute-specs-table tbody tr:nth-child(even) td {
  background-color: #ffffff !important;
}

@media only screen and (max-width: 770px) {
  #product-attribute-specs-table th,
  #product-attribute-specs-table td {
    display: block;
    width: 100% !important;
    max-width: none;
    padding: 0.65rem 0.85rem;
  }

  #product-attribute-specs-table th.label {
    padding-bottom: 0.25rem;
  }

  #product-attribute-specs-table td.data {
    padding-top: 0;
    padding-bottom: 0.75rem;
  }
}

/* Gallery accents */
.product-view .product-img-box .product-image {
  border: 1px solid var(--tru-line);
}

.product-view .more-views li.current a,
.product-view .more-views li a:hover,
.product-view .more-views .thumbnails .current {
  border-color: var(--tru-gold) !important;
}

.product-view .product-image-gallery .gallery-button,
.product-view .zoom-notice,
.product-view .product-image .zoom {
  color: #666;
}

/* Add to basket wording polish */
.product-view .btn-cart,
.tile-calc__cta.btn-cart {
  background: var(--tru-gold) !important;
  border-color: var(--tru-gold) !important;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.product-view .btn-cart:hover,
.tile-calc__cta.btn-cart:hover {
  background: #b97f12 !important;
  border-color: #b97f12 !important;
}

/* -------------------------------------------------------------------------- */
/* Product CTA — Tiling Essentials strip                                       */
/* -------------------------------------------------------------------------- */

.full-width.essentials-strip,
aside.essentials-strip {
  width: 100%;
  float: none;
  clear: both;
  margin: 1.5rem 0;
  padding: 0;
  display: block;
  box-sizing: border-box;
}

.essentials-strip__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #faf7f2;
  border: 1px solid #e4ddd2;
  text-decoration: none !important;
  color: #333 !important;
  -webkit-transition: background 0.2s ease, border-color 0.2s ease;
  transition: background 0.2s ease, border-color 0.2s ease;
  box-sizing: border-box;
}

.essentials-strip__link:hover,
.essentials-strip__link:focus {
  background: #f3eee8;
  border-color: #d19419;
  text-decoration: none !important;
  color: #222 !important;
}

.essentials-strip__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 88px;
  flex: 0 0 88px;
  width: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #e4ddd2;
  color: #d19419;
  box-sizing: border-box;
}

.essentials-strip__icon svg {
  display: block;
  width: 40px;
  height: 40px;
}

.essentials-strip__copy {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 1.25rem;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 0.92rem;
  line-height: 1.45;
  color: #333;
  text-align: left;
}

.essentials-strip__copy strong {
  color: #d19419;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

/* Kill old dual advert boxes if residual markup somehow remains */
.full-width .advert-1,
.full-width .advert-2 {
  display: none !important;
}

@media only screen and (max-width: 770px) {
  .essentials-strip__icon {
    -ms-flex: 0 0 64px;
    flex: 0 0 64px;
    width: 64px;
  }

  .essentials-strip__icon svg {
    width: 32px;
    height: 32px;
  }

  .essentials-strip__copy {
    padding: 0.85rem 1rem;
    font-size: 0.85rem;
  }
}

/* Contact Us appended to main nav */
.nav-primary li.nav-contact-us > a,
#custommenu .menu-contact-us a,
#custommenu-mobile .menu-contact-us a {
  text-transform: uppercase;
}

/* -------------------------------------------------------------------------- */
/* Fixed WhatsApp button                                                       */
/* -------------------------------------------------------------------------- */

.whatsapp-float {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 9999;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.55rem;
  min-height: 52px;
  padding: 0.7rem 0.95rem 0.7rem 0.7rem;
  border-radius: 999px;
  background: #25d366;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
  -webkit-transition: -webkit-transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus {
  background: #1ebe57;
  color: #fff !important;
  text-decoration: none !important;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.whatsapp-float__icon {
  display: block;
  width: 28px;
  height: 28px;
  -ms-flex: 0 0 28px;
  flex: 0 0 28px;
}

.whatsapp-float__label {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  white-space: nowrap;
}

@media only screen and (max-width: 770px) {
  .whatsapp-float {
    left: 0.75rem;
    bottom: 0.75rem;
    min-height: 48px;
    padding: 0.65rem;
    border-radius: 50%;
  }

  .whatsapp-float__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}

/**
 * Tiles R Us — Tile Calculator
 * Brand accent: #d19419
 */

.tilesrus-flooring-calculator,
.tile-calc {
    --tc-gold: #d19419;
    --tc-gold-dark: #b8972e;
    --tc-ink: #2a2a2a;
    --tc-muted: #6b6b6b;
    --tc-line: #e6e2d8;
    --tc-soft: #faf7f2;
    --tc-panel: #ffffff;
    --tc-shadow: 0 8px 28px rgba(42, 42, 42, 0.08);
    max-width: 100%;
    margin: 0 0 1.25rem;
}

/* Unit price above calculator */
.tile-calc__unit-price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.4rem 0.75rem;
    margin: 0 0 1rem;
    padding: 0;
    font-size: 1rem;
    color: var(--tc-ink);
}

.tile-calc__unit-price-label {
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: none;
    color: var(--tc-muted);
}

.tile-calc__unit-price-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--tc-ink);
    line-height: 1.2;
}

.tile-calc__unit-price-value #sqFtActualprice {
    color: #c0392b;
    font-weight: 700;
}

.tile-calc__unit {
    font-size: 1rem;
    font-weight: 500;
    color: var(--tc-muted);
    margin-left: 0.15rem;
}

.tile-calc__msrp {
    margin: 0 0 0.5rem;
    color: var(--tc-muted);
    font-size: 0.9rem;
}

.tile-calc__msrp-value {
    text-decoration: line-through;
}

/* Main panel — was #priceCalc table */
#priceCalc.tile-calc__panel,
.tile-calc__panel#priceCalc {
    width: 100%;
    max-width: 100%;
    background: var(--tc-panel);
    border: 1px solid var(--tc-line);
    border-radius: 4px;
    box-shadow: var(--tc-shadow);
    overflow: hidden;
    margin: 0 0 1rem;
    display: block;
}

.tile-calc__header {
    padding: 1rem 1.15rem 0.85rem;
    background: #faf7f2;
    border-bottom: 1px solid var(--tc-line);
    border-top: 3px solid var(--tc-gold);
}

.tile-calc__title {
    margin: 0 0 0.25rem;
    font-family: 'Raleway', 'Helvetica Neue', Verdana, Arial, sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--tc-ink);
}

.tile-calc__subtitle {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.4;
    color: var(--tc-muted);
}

.tile-calc__body {
    padding: 0.85rem 1.15rem 1rem;
}

.tile-calc__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.65rem 0;
    border-bottom: 1px solid #f0ece3;
}

.tile-calc__row:last-child {
    border-bottom: 0;
}

.tile-calc__row--input {
    align-items: flex-start;
    padding-top: 0.85rem;
}

.tile-calc__row--toggle {
    align-items: flex-start;
}

.tile-calc__label-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
}

.tile-calc__label {
    margin: 0;
    font-size: 0.925rem;
    font-weight: 500;
    color: var(--tc-ink);
    line-height: 1.35;
}

.tile-calc__hint {
    font-size: 0.8rem;
    color: var(--tc-muted);
    line-height: 1.35;
}

.tile-calc__control {
    flex: 0 0 auto;
}

.tile-calc__control--input {
    display: flex;
    align-items: stretch;
    border: 1px solid var(--tc-line);
    border-radius: 3px;
    background: #fff;
    overflow: hidden;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.tile-calc__control--input:focus-within {
    border-color: var(--tc-gold);
    box-shadow: 0 0 0 3px rgba(209, 148, 25, 0.22);
}

.tile-calc__input,
#priceCalc #flooring_input,
#flooring_input.tile-calc__input {
    width: 5.5rem !important;
    min-width: 5.5rem;
    height: 2.5rem;
    margin: 0 !important;
    padding: 0 0.65rem !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-align: right;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--tc-ink);
    background: transparent;
}

.tile-calc__suffix {
    display: flex;
    align-items: center;
    padding: 0 0.7rem;
    background: var(--tc-soft);
    border-left: 1px solid var(--tc-line);
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--tc-muted);
    letter-spacing: 0.02em;
}

/* Custom checkbox */
.tile-calc__check {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0;
    cursor: pointer;
}

.tile-calc__check input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin: 0;
}

.tile-calc__check-ui {
    width: 1.35rem;
    height: 1.35rem;
    border: 2px solid #c9c3b4;
    border-radius: 3px;
    background: #fff;
    transition: all 0.15s ease;
    position: relative;
}

.tile-calc__check input:focus + .tile-calc__check-ui {
    box-shadow: 0 0 0 3px rgba(209, 148, 25, 0.25);
    border-color: var(--tc-gold);
}

.tile-calc__check input:checked + .tile-calc__check-ui {
    background: var(--tc-gold);
    border-color: var(--tc-gold);
}

.tile-calc__check input:checked + .tile-calc__check-ui::after {
    content: '';
    position: absolute;
    left: 0.3rem;
    top: 0.05rem;
    width: 0.35rem;
    height: 0.7rem;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Summary strip */
.tile-calc__summary {
    margin-top: 0.5rem;
    padding: 0.35rem 0.85rem 0.15rem;
    background: var(--tc-soft);
    border: 1px solid var(--tc-line);
    border-radius: 3px;
}

.tile-calc__row--result {
    padding: 0.55rem 0;
}

.tile-calc__row--result .tile-calc__label {
    color: var(--tc-muted);
    font-weight: 500;
}

.tile-calc__value {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--tc-ink);
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.tile-calc__row--total {
    margin-top: 0.15rem;
    padding: 0.75rem 0 0.65rem;
    border-top: 1px dashed #d9d2c3;
    border-bottom: 0;
}

.tile-calc__row--total .tile-calc__label {
    font-weight: 700;
    font-size: 1rem;
    color: var(--tc-ink);
}

.tile-calc__value--total,
#TotalPriceContainer.tile-calc__value--total,
#TotalPriceInclTaxContainer.tile-calc__value--total {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--tc-ink);
}

.tile-calc__row--total-incl .tile-calc__value--total {
    color: var(--tc-gold-dark);
}

/* Actions */
.tile-calc__actions.add-to-cart,
.tile-calc .add-to-cart.tile-calc__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0.75rem 1rem;
    margin: 0;
    padding: 0;
}

.tile-calc__qty {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.tile-calc__qty label {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--tc-muted);
    margin: 0;
}

.tile-calc__qty #qty,
.tile-calc__actions #qty {
    width: 4.25rem !important;
    height: 2.75rem;
    text-align: center;
    font-size: 1.05rem;
    font-weight: 600;
    border: 1px solid var(--tc-line) !important;
    border-radius: 3px;
    background: #fff;
}

.tile-calc__qty #qty:focus,
.tile-calc__actions #qty:focus {
    border-color: var(--tc-gold) !important;
    outline: none;
    box-shadow: 0 0 0 3px rgba(209, 148, 25, 0.22);
}

.tile-calc__cta.button.btn-cart,
.tile-calc__actions .button.btn-cart {
    flex: 1 1 auto;
    min-width: 10rem;
    min-height: 2.75rem;
    margin: 0 !important;
    padding: 0.75rem 1.5rem !important;
    background: var(--tc-gold) !important;
    border: 1px solid var(--tc-gold-dark) !important;
    border-radius: 3px;
    box-shadow: none;
    transition: background 0.15s ease, transform 0.1s ease;
}

.tile-calc__cta.button.btn-cart:hover,
.tile-calc__actions .button.btn-cart:hover {
    background: var(--tc-gold-dark) !important;
}

.tile-calc__cta.button.btn-cart span,
.tile-calc__cta.button.btn-cart span span {
    background: none !important;
    border: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    font-family: 'Raleway', 'Helvetica Neue', Verdana, Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

@media only screen and (max-width: 479px) {
    .tile-calc__header,
    .tile-calc__body {
        padding-left: 0.9rem;
        padding-right: 0.9rem;
    }

    .tile-calc__unit-price-value {
        font-size: 1.3rem;
    }

    .tile-calc__row {
        gap: 0.75rem;
    }

    .tile-calc__actions.add-to-cart {
        flex-direction: column;
        align-items: stretch;
    }

    .tile-calc__qty {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .tile-calc__cta.button.btn-cart {
        width: 100%;
    }
}

