header {
    background-color: #cccccc;
    margin-top: 50px;
}
footer, #footer {
    background: #cccccc;
}
.navbar-default {
    background-color: #cccccc;
    border-color: #cccccc;
}
.panel-default>.panel-heading {
    color: #000;
    background-color: #f1f1f1;
}
.home-featured .image-container {
    min-height: 100px;
}
.cat-image {
    max-height: 360px;
    top: initial; /* Set to initial value */
    -webkit-transform: initial; /* Set to initial value */
    -ms-transform: initial; /* Set to initial value */
    transform: initial;
}
span.more-info-link {
    font-weight: 600;
    color: darkgreen;
    font-size: small;
    margin-left: 10px;
}
#main-filterpanel input.option {
    display: inline-block;
    position: relative;
    padding-left: 25px; /* Adjust as needed */
    cursor: pointer;
    float: right;
    margin-top: 10px;
}
#main-filterpanel input.option:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 22px; /* Adjust as needed */
    height: 22px; /* Adjust as needed */
    border: 2px solid #bbb; /* Adjust border color */
    background-color: #fff; /* Adjust background color */
}
#main-filterpanel input.option.checked:before {
    background-color: #000; /* Adjust background color when checked */
}
#main-filterpanel input.option:checked:before {
    font-family: 'Font Awesome 6 Free';
    font-weight: bold;
    content: '\f00c'; /* Checkmark character */
    font-size: 14px; /* Adjust font size */
    color: #fff; /* Adjust checkmark color */
    text-align: center;
    line-height: 16px; /* Match the height of the checkbox */
    background-color:#000;
}
label.option {
    margin-top: 10px;
}
a:focus, a:hover {
    color: #666;
}
#leftsidebar .panel-title a::after, #leftsidebar .panel-title .collapsed::after {
    color: #000;
}
ul#prodList {
    margin-bottom: 0;
}
ul#prodList li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}
ul#prodList li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
input.vat-toggle-round-flat + label, input.vat-toggle-round-flat + label:after {
    background-color: #000;
}
.navbar-default .btn-link {
    color: #000;
}
.vatToggle .switch label span {
    width: 145px;
    font-size: inherit;
    font-weight: normal;
}
.vatToggle {
    width: 195px;
    padding: 15px 10px 0;
}
.portalindex li {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #ccc;
}
.portalindexheader, .portalindex li:last-child {
    margin-top: 20px;
    border-bottom: 0!important;
}
button.logoutbutton, #leftsidebar .portal .panel-body button.logoutbutton {
    font-weight: bold;
    color: #900!important;
    display: block;
    background-color: #e1e1e1;
    padding: 10px;
    width: 100%;
    text-align: left;
}
button.logoutbutton:hover, #leftsidebar .portal .panel-body button.logoutbutton:hover {
    color: #fff!important;
    background-color: #900!important;
}
.btn-link:focus, .btn-link:hover {
    text-decoration: none;
}
.header-search .searchform .btn, #search .searchform .btn {
    background: #000000;
    border: 1px solid #000000!important;
}
#footer a#poweredByOGL {
    color: #000;
}
.owl-dots .owl-dot span {
    background: #000;
}
.homecarousel {
    margin-top: 0;
}
.slide-container {
    display: flex;
}
.thumbnail {
    border: 0;
}
.featured-title {
    background: #cccccc;
    font-weight: 600;
}
.suggested-container h2.suggested {
    background: #cccccc;
    font-weight: 600;
    padding: 10px;
}
.suggested-box-price {
    margin-bottom: 15px;
}
.advert-container {
    position: relative;
    display: block;
}
.advert-title, .cat-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    background-color: rgba(255,255,255, 0.7);
    padding: 20px;
    text-align: center;
    font-size: 20px;
}
.advert-container:hover .advert-title {
    background-color: rgba(0,0,0, 0.7);
    color: #ffffff;
}
.advert-container:hover img {
    border: 3px solid #555;
}
.category-box {
    position: relative;
    border: 2px solid #ddd;
    padding: 0;
}
.cat-caption h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
    text-transform: none;
}
.category-box:hover .cat-caption {
    background-color: rgba(0,0,0, 0.7);
    color: #fff;
}
.category-box-filters {
    height: 100%;
}
.cat-image-container {
    height: 100%;
}
.category-container {
    margin-bottom: 30px;
}
.category-container img {
    border: 3px solid #ddd;
}
.category-container .advert-title {
    font-size: 16px;
    text-transform: none;
}
.breadcrumb-container {
    margin-bottom: 15px;
    background-color: #f1f1f1;
}
.breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
    font-size: 12px;
}
#headingOne {
    text-align: center;
    background-color: #ccc;
}
#headingOne .panel-title {
    font-weight: bold;
}
.filters-container {
    background-color: #f1f1f1;
    padding: 0 15px;
}
.frmPageNav {
    border-top: 0;
}
.layoutButtons .viewAsGridButton, .viewAsListButton {
    background-color: #fff;
}
.pagination>li>a.pgntionFirst, a.pgntionPage.pageOn, .pagination>li>a.LastPage {
    background-color: #ccc;
}
.product-filter-container {
    background: none;
    border: 0;
}
#main-filterpanel .checkbox.option {
    float: right;
    margin-top: 15px;
}
.product-filter-container #accordion .panel-title {
    border-bottom: 0;
    padding-bottom: 0;
    background-color: #ccc;
}
#main-filterpanel > .panel-body {
    padding: 0;
}
.panel-collapse > .panel-body > div {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.product-filter-container #accordion .panel-body {
    padding: 15px 0;
}
.catalogue-product .col-md-9.main-content {
    padding-top: 0;
}
.wishlist-and-quote {
    display: block;
    margin-bottom: 15px;
}
.productgroup-box .wishlistform, .productgroup-box .quoteform, .product-box .wishlistform, .product-box .quoteform, .plist-listview-item .wishlistform, .plist-listview-item .quoteform, .plist-listview-item .wish-and-quote {
    display: inline-block;
    padding: 0 10px 0 0;
    width: auto;
}
.quotesubmitinput-prodlist, .wishlistsubmitinput-prodlist, .addFavourite, .moveFavourite, #wishlistsubmitinput {
    color: #000;
}
.quotesubmitinput-prodlist i, .wishlistsubmitinput-prodlist i, .addFavourite i, .moveFavourite i, button#quotesubmitinputClone i {
    font-size: 20px;
    margin-left: 5px;
}
.product-box .wishlistform:hover, .product-box .quoteform:hover .quotesubmitinput-prodlist, .plist-listview-item .wishlistform:hover, .plist-listview-item .quoteform:hover .quotesubmitinput-prodlist, #wishlistsubmitinput:hover, .quotesubmitinput-prodlist:hover, button#quotesubmitinputClone:hover {
    color: #cccccc;
}
#quotesubmitinput1 {
    color: #fff;
    background-color: #000!important;
    padding: 10px;
}
#quotesubmitinput1:hover {
    color: #000;
    background-color: #ccc!important;
    border: 1px solid #000;
}
#sagepayLogo {
    margin: 30px 0;
}
.col-xs-12.col-sm-6.col-md-6 .panel-group {
    padding-top: 20px;
}
.add-to-basket-form-container .quantity, .add-to-basket-form-container .basketsubmit, #dd-qty-section, #dd-basketsubmit-section {
    display: inline;
    width: auto!important;
}
#dd-basketsubmit-section {
    float: left;
    margin-left: 5px;
}
#dd-basketsubmit-section .btn-primary {
    padding: 10px;
    background-color: #ccc;
    border: 1px solid #000;
    color: #000;
    font-weight: 600;
    margin: 0!important;
}
.product-box .grid-view-buttons .price-block, .grouped-category-box .grouped-cat-price-label {
    clear: both;
}
input.basketsubmit.addtobasket.btn.btn-primary, .viewoptionsform a.button.btn.btn-primary, #btnAddToOrder {
    background-color: #ccc;
    border: 1px solid #000;
    color: #000;
    font-weight: 600;
}
input.basketsubmit.addtobasket.btn.btn-primary:hover, .viewoptionsform a.button.btn.btn-primary:hover, #dd-basketsubmit-section .btn-primary:hover, #btnAddToOrder:hover {
    background-color: #000;
    color: #fff;
}
.addtoquote-prodgrp-table #quotesubmitinput {
    color: #000;
}
a.view-prices {
    margin: 15px 0;
    display: block;
}
a.view-prices:hover {
    text-decoration: none;
}
.list-view .rowborder {
    padding: 30px 10px;
}
.plist-listview-item .add {
    margin-bottom: 15px;
}
.buy-qty {
    max-width: 75px;
    border: 1px solid #000;
}
.pdetails, .image {
    border: 0;
    padding: 0;
}
.main-heading {
    font-size: 36px;
}
.altimg {
    border: 0;
    padding: 0;
    margin: 5px 0;
    width: 25%;
    height: unset;
}
.hidewishlist-container, .hidequoteform-container {
    display: none;
}
button#quotesubmitinputClone {
    color: #000;
    border: 0;
}
button#quotesubmitinputClone:focus {
    outline: 0;
}
.product-tabs {
    margin: 30px 0;
}
.product-tabs .tab-content {
    padding: 30px;
    border: 1px solid #ddd;
    border-top: 0;
}
.product-tabs .nav>li>a {
    background-color: #ddd;
}
.product-tabs .nav>li.active>a {
    background-color: #fff;
}
.owl-carousel .item .caption h2 {
    font-size: 16px;
    color: #000;
}
.owl-carousel .item .caption h3 {
    font-size: 15px;
    color: #000;
}
.table.group .basketqty .buy-qty {
    height: auto;
}
.group-table {
    margin-bottom: 30px;
}
.wishlistsubmitinput-prodgroup {
    font-size: 20px;
}
.table.group .basketqty, .table.group .quantity {
    width: auto;
    min-width: auto;
}
.main-image {
    max-height: 100%;
}
.owl-nav .owl-prev {
    top: 5%;
    left: 15px;
}
.owl-nav .owl-next {
    top: 5%;
    right: 15px;
}
.owl-nav .owl-prev span, .owl-nav .owl-next span {
    font-size: 15rem;
}
#product-image-carousel .owl-nav .owl-next, #product-image-carousel .owl-nav .owl-prev {
    top: 20%;
}
#product-image-carousel .owl-nav .owl-prev span, #product-image-carousel .owl-nav .owl-next span {
    font-size: 15rem;
}
.panel.panel-default {
    margin-bottom: 15px;
}
.owl-carousel.home-featured .owl-item img {
    width: auto;
    margin: 0 auto;
}
.btn-primary {
    background-color: #000;
    border-color: #000;
}
.btn-primary:hover {
    color: #000;
    background-color: #ccc;
}
div#product-image-carousel .main-image, div#product-image-carousel .owl-item img {
    max-height: 400px;
    margin: 0 auto;
    width: unset;
}
a.lightbox-alt.cboxElement img {
    width: unset;
    max-width: 100%;
    height: auto;
    max-height: 130px;
    margin: 0 auto;
}
input.btn.btn-primary.vieworderbtn {
    width: 100%;
}
a.footer-social {
    display: inline-block;
    padding: 5px;
}
#footer a, #footer {
    color: #000;
}
#deliverycharges fieldset {
    padding-top: 10px;
    border-top: 1px dashed #ccc;
}

#deliverycharges fieldset:first-child {
    border-top: none;
}
@media only screen and (min-width: 1780px){
    header .container, footer .container {
        width: 1750px;
    }
    .menu-container .container {
        width: 1170px;
    }
    #header-detail {
        margin-top: 25px;
    }
}
@media only screen and (max-width: 1779px){
    #header-detail {
        margin-top: 5px;
    }
}
@media only screen and (max-width: 1199px){
    #header-detail {
        margin-top: 15px;
    }
    .header-search {
        width: 75%;
    }
}
@media only screen and (min-width: 992px){
    .logout-form, .navbar-greeting, .navbar-myaccount {
        float: right;
    }
    .navbar-logout i, .navbar-myaccount i, .navbar-social i {
        font-size: 18px;
        color: #000;
    }
    .home-featured .owl-nav .owl-next {
        right: -50px;
    }
    .home-featured .owl-nav .owl-prev {
        left: -50px;
    }
    .slide-container {
        position: relative;
        display: flex;
        flex-direction: column;
    }
    .slide-content-container {
        order: 2;
        position: absolute;
        top: 10%;
        left: 10%;
        padding: 20px 40px 40px;
        background-color: rgba(0,0,0, 0.5);
        color: white;
        text-shadow: 1px 1px 2px black;
    }
    .slide-content-container a {
        display: block;
        background-color: white;
        width: fit-content;
        padding: 10px;
        margin-top: 20px;
        text-shadow: none;
        font-weight: 600;
        border-radius: 5px;
    }
    .slide-content-container a:hover {
        background-color: #000000;
        color: #ffffff;
        text-decoration: none;
    }
    .flexslider-image {
        order: 1; /* Set default order */
    }
    .navbar-myaccount:hover {
        background-color: #000000;
        color: #fff;
        margin-top: 0;
        padding-top: 12px;
    }
    .navbar-myaccount:hover .btn-link {
        color: #fff;
    }
    .menu-container {
        margin-top: 15px;
        background-color: #ffffff;
        border-bottom: 10px solid #cccccc;
    }
    .menu-container .navbar-default {
        background-color: #ffffff;
        border-color: #ffffff;
    }
    .yamm {
        margin-top: 0;
    }
    .header-search .searchform .btn, #search .searchform .btn {
        height: 48px;
        width: 70px;
    }
    #SearchResults {
        top: 50px;
        padding: 30px;
    }
    .header-basket {
        padding: 14px 0 0 10px;
        color: #000000;
    }
    .navbar-header a, .navbar-default .btn-link, .switch {
        font-size: 13px;
    }
    .header-search .searchform .searchterm {
        height: 50px;
    }
    .header-search {
        float: right;
    }
    .yamm .nav-heading a {
        color: #777;
    }
    a.dropdown-toggle {
        font-weight: bold;
    }
    .myaccount-section {
        display: inline;
    }
    .dropdown-menu ul.std.portalindex {
        padding: 0 20px;
        min-width: 250px;
    }
    ul.std.portalindex li .logout-form {
        float: none;
    }
    .dropdown.navbar-myaccount.hidden-xs.hidden-sm {
        margin-top: 2px;
    }
    .dropdown.navbar-myaccount.hidden-xs.hidden-sm:hover {
        margin-top: 0;
        padding: 8px 10px 7px;
    }
    .dropdown.navbar-myaccount.hidden-xs.hidden-sm:hover .dropdown-menu {
        color: #000;
    }
    .header-basket.basket:hover {
        background-color: #000;
        color: #fff;
        padding: 14px 10px 8px;
    }
    .header-basket.basket:hover a, .vatToggle:hover .switch label span, .navbar-logout:hover i, .navbar-myaccount:hover i, .navbar-social:hover i {
        color: #fff;
    }
    #vatToggle:hover {
        background-color: #000;
        padding: 13px 10px 0;
    }
}
@media only screen and (max-width: 991px){
    .pdetails {
        margin-top: 0;
    }
    .slide-container {
        flex-direction: column-reverse; /* Reverse the order of children elements on smaller devices */
    }
    .slide-content-container {
        padding: 20px 20px 40px;
        background-color: #f5f5f5;
        order: 1; /* Set order for slide-content-container on smaller devices */
    }
    .flexslider-image {
        order: 2; /* Set order for image on smaller devices */
    }
    .owl-nav {
        display: none;
    }
}
@media only screen and (max-width: 767px){
    .category-container  {
        clear: both;
        height: auto !important;
    }
}
@media only screen and (max-width: 479px){
    .wishlist-and-quote .btn {
        font-size: 12px;
    }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
    .main-content {
            min-height:700px !important;
   } 
}