.quote-qty {
    display: flex
    ;
    }

    .swatch-selected-synopsis {
        font-size: 13px;
    }

    .quote-qty button {
    padding-bottom: 10px;
    background-color: #fdfdfd;
    border: solid 1px #ccc;
    /* padding-top: 11px; */
    /* padding-right: 10px; */
    width: 37px;
    height: 37px;
    line-height: 37px;
    border-radius: 5px;
    font-size: 20px;
    }


    .quote-qty input {
    height: 36px;
    line-height: 36px;
    text-align: center !important;
    width: 40px;
    border: solid 1px #ccc;
    border-radius: 5px;
    margin-right:4px;
    margin-left:4px;
    }

    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }

    /* Firefox */
    input[type=number] {
    -moz-appearance: textfield;
    }


    .product-colour-container {
    margin-left: 8px;
    height: 35px;
    }
    .product-colour {

    transition: all 0.3s ease;
    }
    .product-colour:hover {
    width: 31px;
    height: 31px;
    transition: all 0.3s ease;
    border-radius: 21px;
    }

    .productCat {


    }

    .product-colour-container {
    margin-left: 8px;
    }

    .product-colour {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    float: left;
    border: solid 1px #ffffff;
    margin-left: -8px;
    }

    .product-sku {
    float: right;
    }

.btn-outline-secondary {
    color: #A0895B;
    background-color: transparent!important;
    border-color: #A0895B !important;
    border-radius: 0px;
    letter-spacing: 0.05rem;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0.35rem 1rem;
}


.btn-outline-primary {
    color: #000!important;
    background-color: transparent!important;
    border-color: #000 !important;
    border-radius: 0px;
    letter-spacing: 0.05rem;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0.35rem 1rem;
}

.btn-outline-primary:hover {
    color: #A0895B;
    border-color: #A0895B !important;
}



    .product-title {
        clear:both;
        padding-top:2px;
        text-decoration: none;
    }

    .product-title:hover {
        text-decoration: underline;
    }


    .productCat {
    margin-bottom:30px;

    }

    .productCat .item-link.cbp-item {
    margin: 0px;
    }

    .product-color{
    width:30px; 
    height:30px; 
    border-radius:15px; 
    float: left;
    }
    .product-sku {
    float: right;
    }
</style>





<style>

.product-image, .swatch-selected  {
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



.swatch-selected, .product-image  { animation: fadeIn 3s; }

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  


p.swatch-selected-title {
    font-weight: 400;
        color: #a08a5b;
}

.card-cat {
    border: none !important;
    margin-top: 43px;
 
}

.card-cat .card {
    border: none !important;
    padding: 50px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.cat-img-top img{
    border-top-right-radius: 10px!important;
    border-bottom-right-radius: 10px!important;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.cat-img-top {
    height: 100%;
   
}

h5.range-title span {
    text-transform: none;
    letter-spacing: normal;
    color: #9d9d9d;
    display: block;
    margin-top: 2px;
}

.swatch-selected-synopsis strong {
    font-weight:600;
}

.slide {
text-align: center;
margin-top: 100px;
height: 300px;
background-color: #ccc;
}


.btn-lg {
font-size: 14px !important;
padding-top: 12px !important;
padding-bottom: 12px !important;
}

.product-key-features li {

margin-bottom:7px;
}

div#accordion, #accordionProduct  {
    margin-top: 30px;

}


.carousel-cell {
    opacity: 0.3;
}


button.accordion-button {
    line-height: 1.3;
    color: #000000;
    font-weight: 600;
    font-family: 'HCo Gotham SSm';
    letter-spacing: 0.07rem;
    text-transform: uppercase;
    background-color: #fff;;
}

button.accordion-button i {
    margin-right: 10px;
}

button.accordion-button:hover {
    background-color: #efefef;
}

.accordion-button:focus  {
    background-color: #fff;
    box-shadow:none;
    color:#000;
}


.accordion-button:not(.collapsed), .accordion-button:not(.collapsed):focus  {
    background-color: #efefef;
    box-shadow:none;
    color:#A0895B;
}



.carousel-cell.is-selected {
    opacity: 1;
}

div#accordion .card-body, #accordionProduct .card-body {
    padding-top: 25px;
}

div#accordion .card {
    margin-bottom: 10px;
    /* padding: 15px; */
    border-top: none;
    border-bottom: none;
}

div#accordion .btn:before,
#accordionProduct .btn:before
{
    font-family: "Font Awesome 6 Sharp";
    content: "\f068";
    position: absolute;
    right:20px;
}

div#accordion .btn.collapsed:before
#accordionProduct .btn-collapsed:before
{
    font-family: "Font Awesome 6 Sharp";
    content: "\2b";
    position: absolute;
    right:20px;
}

.variant-container {
    display: inline-block;
    border: solid 1px #ccc;
    border-radius: 30px;
    padding: 4px;
    height: 50px;
    transition: all 0.3s ease;
}

div#accordion .btn,
#accordionProduct .btn
{
    text-decoration: none;
    width: 100%;
    text-align: left;
    padding: 11px;
}

.variant-container.is-selected {
    position: relative;
 
    transition: all 0.3s ease;
}

.variant-container.is-selected {
    border: solid 1px #000000;
    transition: all 0.3s ease;
}

.badge-variant {
border:none;
width: 40px;
height: 40px;
border-radius: 20px;
opacity:0.7;
transition: all 0.3s ease;
}

.badge-variant:hover {
opacity:1;
transition: all 0.3s ease;
}

.flickity-caption {
text-align: center;
font-size: 12px;
padding-top: 5px;
}
.flickity-caption {
text-align: center;
font-size: 12px;
padding-top: 5px;
padding-bottom: 5px;
background-color: #fff;
}

.is-selected.badge-variant {
opacity: 1;
}

.card {
border-right: none;
border-left: none;
border-bottom: none;
}

.card-header {
padding: 0px;
border: none;
}

.card-header .btn-link {
color:#000 !important;
}

.card-header .btn-link i{
color: #a0895b !important;
margin-right:5px;
}

.card-header .btn-link:hover {
color: #a0895b !important;
}

.card-body, .card-body p, .card-body li {
font-size: 13px;
line-height: 20px;
}

.item-download {
height: auto;
margin-bottom: 0px;
}

.card-body {
padding-top: 0px;
}

.card:last-child {
border-bottom: solid 1px #dddbdb;
}

h5 {
font-size: 12px;
}

p.range-synopsis {
font-size: 12px;
color: #a5a2a2;
}





.quote-qty {
display: flex;
}



.quote-qty button {
padding-bottom: 10px;
background-color: #fdfdfd;
border: solid 1px #ccc;
/* padding-top: 11px; */
/* padding-right: 10px; */
width: 46px;
height: 46px;
line-height: 44px;
border-radius: 5px;
font-size: 29px;
}


.quote-qty input {
height: 46px;
line-height: 36px;
text-align: center !important;
width: 51px;
border: solid 1px #ccc;
border-radius: 5px;
margin-right: 4px;
margin-left: 4px;
font-size: 20px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}


.product-list .variant-container {
padding: 0px;
/* height: 21px; */
/* border-radius: 13px; */
border: none;
}


.product-list .badge.badge-variant {
width: 25px;
height: 25px;
border-radius: 14px;
background-color: #fff;
opacity: 1;
border: solid 1px #ffffff;
transition: all 0.3s ease;
}

.product-list .badge.badge-variant:hover {
width: 32px;
height: 32px;
border-radius: 21px;

transition: all 0.3s ease;
}

.product-list .variant-container {
padding: 0px;
/* height: 21px; */
/* border-radius: 13px; */
border: none;
margin-left: -5px;
/* opacity: 1; */
background-color: #fff;
}

.swatch-selected-synopsis {
    font-size: 13px;
}


.types {
    margin-top: 22px;
}

.sizes {
    margin-top: 22px;
}

.breadcrumbs {
    margin-top: -25px;
    margin-bottom: 15px;
    font-size: 14px;
    /* font-style: italic; */
}

.breadcrumbs .breadcrumb-item {

}

.breadcrumbs .breadcrumb-divider {
margin-left:5px;
margin-right:5px;
}

.product-image-list {
    width: 100%;
    height: 167px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 10px;
    border:solid 1px #ccc;
}

.product-image-list img {
    width: 100%;
}

.product-group a h4,
.product-group  a
{
 text-decoration: none;
}

.product-group-link .add-to-quote-btn {
    font-size: 14px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}


label.color-checkbox:has(input[type="checkbox"]:checked) {
    border: solid 2px #000;
}

label.color-checkbox:has(input[type="checkbox"]:checked) div {
   opacity:1;
}



.color-checkbox {
    border-radius: 37px;
    padding: 0px !important;
    border: solid 1px #9b9b9b;
}

.color-checkbox div {
    width: 35px;
    height: 35px;
    border-radius: 35px;
    border: solid 2px #fff;
    opacity: 0.7;
}

.color-checkbox:hover {
cursor: pointer;
}




.color-checkbox:hover div {
opacity:1;

}

.color-checkbox input, .color-checkbox span {
    display: none;
}

.filter-size input {
    display: none;
}

.filter-size {
    border: solid 1px #a08a5b;
    padding-left: 5px;
    color: #a08a5b;
    padding-right: 5px;
    margin-bottom: 8px;
    margin-right: 5px;
    font-size: 14px;
    border-radius: 20px;
    padding-left: 8px;
    padding-right: 8px;
}

.filter-size:hover { 
    cursor:pointer;
     border: solid 1px #000;
}

label.filter-size:has(input[type="checkbox"]:checked) {
    border: solid 1px #000;
    color: #000 !important;
    font-weight: 500;
}

.sizes h5 {
    color: #000;
    font-weight: 600;
    margin-top:10px;
}


.filter-item {
    display: block;
    font-size: 15px;
    font-weight: 500;
    border: solid 1px #a0895b6b;
    padding-left: 15px;
    margin-bottom: 10px;
    /* margin-top: 5px; */
    border-radius: 10px;
    color: #A0895B;
}

.filter-item input {
display: none;
}


.filter-item:hover {
cursor: pointer;
    border: solid 1px #000;
    color: #000;
}






/* Pagination styling */
.pagination .page-link {
    border: 1px solid #dee2e6;
    padding: 0.5rem 0.75rem;
    margin: 0 2px;
    border-radius: 0.375rem;
    color: #007bff;
    text-decoration: none;
    background: none;
    cursor: pointer;
}

.pagination .page-link:hover {
    background-color: #e9ecef;
    border-color: #adb5bd;
}

.pagination .page-item.active .page-link {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
}

.pagination .page-item.disabled .page-link {
    color: #6c757d;
    background-color: #fff;
    border-color: #dee2e6;
    cursor: not-allowed;
}


label.filter-item:has(input[type="checkbox"]:checked) {

    border: solid 1px #000;
    color: #000;

}

li.page-item .page-link {
    color: #000;
}

li.page-item.active .page-link {
    color: #fff;
    background-color: #000 !important;
    border: solid 1px #000 !important;
}

li.page-item {
    margin-right: 3px;
}



#preloader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#preloader.htmx-request {
    display: flex !important;
}

/* Spinner animation */
.preloader-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin-bottom: 20px;
}



@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.preloader-text {
    font-size: 18px;
    font-weight: 500;
}


figure.table table td {
    padding: 8px !important;
}

figure.table table {
    width: 100%;
}
figure.table {
    width: 100% !important;
}


.product-icon span {
    font-size: 14px;
    padding-left: 7px;
}



ul.browse-cats {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
}

li.browse-cats-heading {
    font-size: 14px;
    line-height: 1.3;
    color: #a08a5b;
    font-weight: 300;
    font-family: 'HCo Gotham SSm';
    letter-spacing: 0.07rem;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 5px;
}

ul.browse-cats a {
    text-decoration: none;
}


ul.browse-cats a:hover {
    text-decoration: underline;
}




li.browse-cats-sub a {
    font-size: 15px;
    color: #000;
}

.basket-container {
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    z-index: 999;
    display: flex;
    justify-content: end;
    background-color: #e5e0e0;
}

.basket-container form {
    width: 100%;
}

.inner-header .container {
    padding-top: 134px;
    padding-bottom: 0px !important;
    padding-bottom: 8rem;
}

label {
    color: #A0895B;
    font-weight: 500;
}

p.label-info {
    font-size: 13px;
    color: #919191;
    margin-bottom: 6px;
}

.form-label {
    margin-bottom: 3px;
}