body {
    background-position: center;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #1b1b1b;
}

button.btn.btn-info.finance-button {
    background-color: transparent;
    border: #1b1b1b solid 1px;
    color: #1b1b1b;
    font-weight: 700;
}

input#topSearch {
    border: none;
}

.pagecontent {
    max-width: 1200px;
}

.pagecontent h1,
.pagecontent h2,
.pagecontent h3,
.pagecontent h4,
.pagecontent h4 {
    margin-bottom: 22px;
}

.news-artical {
    max-width: 1200px;
}


label.dd-selected-text {
    color: #1a1a1a;
    font-weight: 700;
}

.alert::before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: none;
    border-radius: 5px;
    content: '';
    z-index: -1;
    /* margin-top: 10px; */
}


.product-addtocart {
    max-width: 400px;
    z-index: 2;
}

.card {
    border-radius: 0pc;
    border: 0;
    border-bottom: solid 1px #f2f2f2;
    background-color: transparent;
}

.accordion .card {
    margin-bottom: 0px;
}

.card-header:first-child {
    border-radius: 0;
}

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

.card-header,
.card-footer {
    background-color: transparent;
}

.accordion [data-toggle='collapse'].collapsed::after {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0px;
    padding-top: 10px;
}



.accordion [data-toggle='collapse']::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    margin-top: 0;
    transition: 0;
    transition: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    content: '';
    display: block;
    background: url(/app/img/icons/plus.png) no-repeat;
    width: 31px;
    height: 19px;
    float: left;
    margin: 0 -17px 0 0;
    background-size: 50%;
}

.accordion [aria-expanded='true']::after {
    background: url(/app/img/icons/minus.png) no-repeat;
    width: 31px;
    height: 19px;
    float: left;
    margin: 0 -17px 0 0;
    background-size: 50%;
}

.accordion .show {
    padding-bottom: 8px;
    margin-bottom: 5px;
    border-bottom: 0px;
}


.accordion [data-toggle='collapse'] {
    display: block;
    position: relative;
    color: #1b1b1b;
    text-decoration: none;
}


table {
    color: #1b1b1b;
}

td.specification-row {
    width: fit-content;
}

.bg-opacity-cat {
    position: relative;
    display: flex;
    width: 100%;
    background-color: #ffffff;
}

.bg-opacity-cat:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 10px;}

.bg-opacity-cat img {
    width: 460px;
    height: auto;
    border: 20px solid #ffffff;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
}

.finance_banner {
    background-color: #ffffff;
    padding: 5px 5px 5px 5px;
    border: 2px solid #f5f5f5;
    text-align: center;
    margin-top: -13px;
    margin-bottom: 12px;
}

#filter-sidebar .sidebar__inner {
    max-width: 300px;
}

.alert-info>*:not(.text-white),
.alert-info>*:not(.text-light),
.alert-info h1:not(.text-white),
.alert-info h1:not(.text-light),
.alert-info h2:not(.text-white),
.alert-info h2:not(.text-light),
.alert-info h3:not(.text-white),
.alert-info h3:not(.text-light),
.alert-info h4:not(.text-white),
.alert-info h4:not(.text-light),
.alert-info h5:not(.text-white),
.alert-info h5:not(.text-light),
.alert-info h6:not(.text-white),
.alert-info h6:not(.text-light),
.alert-info p:not(.text-white),
.alert-info p:not(.text-light),
.alert-info ul:not(.text-white),
.alert-info ul:not(.text-light),
.alert-info ol:not(.text-white),
.alert-info ol:not(.text-light),
.alert-info a:not(.text-white),
.alert-info a:not(.text-light) {
    color: #1e1e1e;
}


button#btnPlaceOrder {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.alert {
    position: relative;
    padding: 10px 25px;
    border: none;
    border-radius: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: padding-box;
    margin-top: 10px;
}

.breadcrumbs {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left !important;
}

.alert-info {
    background-color: rgb(212 212 212 / 13%);
    color: #6f8878;
}

select#deliveryChoice {
    height: 61px;
    border-radius: 4px;
    border: 1px solid #ccccccbf;
}

.sp-buttons .btn {
    margin: 0;
    margin-left: 0px;
}

#product-description p {
    font-size: 16px;
    color: #1b1b1b;
}

.header-mega-menu.mega-menu {
    display: none;
    position: fixed;
    top: 174px;
    z-index: 9;
    height: 100%;
}

a.availability_button {
    background-color: #ffffff;
    padding: 5px 5px 5px 5px;
    border: 2px solid #f5f5f5;
    text-align: center;
    color: #636c77;
    display: block;
    text-decoration: none;
    margin-top: 6px;
    border-radius: 5px;
}

.pt-1.mb-2.partno-display {
    color: grey;
    float: none;
    font-size: 14px;
    margin-top: 11px;
}

.pt-1.mb-2.upc-display {
    color: grey;
    float: none;
    font-size: 14px;
}

.partno-display p {
    margin-bottom: 0px;
}

.upc-display p {
    margin-bottom: 0px;
}

.long-title {
    border-top: #f2f2f2 solid 2px;
    padding-top: 15px;
}

.container-wide {
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
}

.bg-opacity:before {
    border-radius: 5px;
}

.top-bar {
    background-color: rgb(37, 37, 37);
    color: white;
    padding: 5px 0px 5px 7px;
}

.promo-message {
    margin-top: 4px;
}

.top-bar-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #1a1a1a;

}

.top-bar-menu li {
    float: right;
    list-style-type: none;
    text-transform: uppercase;
}

.top-bar-menu li a {
    display: block;
    color: white;
    text-align: center;
    padding: 2px 11px;
    text-decoration: none;
    font-size: 12px;
}

.top-bar-menu li a:hover {
    background-color: #111111;
}

.modal {
    padding-top: 10%;
}

.colourOpt {
    border: #333 solid 1px;
    padding: 4px;
    padding-left: 7px;
    padding-right: 7px;
    margin-right: 10px;
    cursor: pointer;
}

.selbok {
    float: left;
    font-size: 12px;
    margin-bottom: 5px;
}

.selectedColourOpt {
    border: #F01D1C solid 2px;
    color: #F01D1C;
    padding: 3px;
    padding-left: 6px;
    padding-right: 6px;
    margin-right: 10px;
}



/* hide the blue outline */
.form-control:focus {
    outline: 0 !important;
    border-color: initial;
    box-shadow: none;
}

.custom-checkbox {
    font-size: 17px;
}

.selbok {
    border: 1px solid;
    display: inline;
    padding: 5px;

}

.selbok:hover {
    border-color: #e31e26;
    color: #e31e26;
}

.selbok.selectedColourOpt {
    border: 2px solid;
    display: inline;
    padding: 5px;
    font-weight: 700;
}

.product-badge {
    position: absolute;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    background-color: #e10600;
    padding: 4px 8px 4px 8px;
    color: #fff;
    font-family: "urw-din", Helvetica, Arial, sans-serif !important;
}

.offcanvas-toggle {
    border-right: 0;
    color: #fff;
}

.offcanvas-toggle {
    width: 55px;
    font-size: 36px;
    margin-top: 3px !important;
    padding-top: 10px;
    float: left;
    margin-left: -16px;
    margin-right: 21px;
}

.toolbar .search,
.toolbar .account,
.toolbar .cart {
    transition: #eee .35s;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    background-color: transparent;
    font-size: 24px;
}

.toolbar .search:hover,
.toolbar .account:hover,
.toolbar .cart:hover {
    background-color: #000000;
}


.wsdownmenu-list>li {
    text-align: center;
    display: inline-block !important;
    margin-right: 32px !important;
}

.wsdownmenu-list {
    text-align: left;
    margin: 0 auto 0 auto;
    width: fit-content;
    display: table;
    padding: 0px;
    margin-top: 8px;
}

.wsdownmenu-list>li>a:hover {
    /* background-color: rgba(0, 0, 0, 0.08) !important; */
    text-decoration: none;
    color: #333;
}

.wsdownmenu * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    margin-top: 0px;
    margin-bottom: 0px;
}

.wsdownmenu {
    padding-top: 0px;
    color: #333;
    background-color: #fff;
    max-width: 100%;
    border-radius: 0px;
    font-size: 17px;
    border-bottom: 1px solid #e1e1e1;
}


.wsdownmenu-list>li>a {
    text-transform: uppercase;
    font-weight: 500;
    background-color: #fff;
    color: #1a1a1a;
    font-size: 16px;
}

.megamenu .col-md-3 {
    margin-bottom: 5px;
}

.dark {
    background-color: #1a1a1acf;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #e3838c;
    text-transform: uppercase;
    font-size: 11px;
}

.dark strong {
    color: #fff;
}

.dark i {
    font-size: 17px;
    margin-right: 2px;
    margin-top: -6px;
}

.owl-dots {
    background-color: transparent !important;
}

.site-logo>img {
    display: block;
}

.twoColumns {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

ul.top-bar-nav {
    min-width: 696px;
    list-style: none;
    padding-top: 10px;
}

ul.top-bar-nav li {
    display: inline;
    margin-right: 30px;
}

a.nav-top-link {
    color: white;
    font-weight: bold;
}

#top-bar {
    background-color: #43D9A5;
    color: #fff;
}

.search {
    border: 2px white solid;
}

ul#horizontal-list {
    min-width: 696px;
    list-style: none;
    padding-top: 5px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

ul#horizontal-list li {
    display: inline;
    margin-left: 20px;
}

ul#horizontal-list li a {
    color: #fff;
    text-decoration: none;
}

.form-control {
    border-radius: 10px;
}

.page-title {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 0;
    border-bottom: 0;
    background-color: #fff;
}

.page-title h1 {
    text-transform: uppercase;
}

.widget-title {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
    color: #232323;
    font-size: 17px;
    font-weight: normal;
    text-transform: uppercase;
}

.widget-title span {
    float: right;
    text-transform: none;
    font-size: smaller;
}


.fl-store-row .list-icon>li {
    position: relative;
    margin-bottom: 9px;
    padding-left: 0px;
}

.widget-light-skin h3.widget-title {
    background-color: transparent;
    padding: 0px;
    padding-bottom: 10px;
}

.breadcrumbs>li {
    color: #374250b0;
}

.product-card-custom .product-price {
    font-weight: bold;
}

.from-bottom {
    transform: translateY(50%);
}

.topbar {
    display: table;
    position: relative;
    width: 100%;
    height: 40px;
    padding: 0 30px;
    border-bottom: 1px solid #1a1a1a;
    background-color: #1a1a1a;
}

.topbar .topbar-column a:not(.social-button),
.topbar .topbar-column span,
.topbar .topbar-column p {
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
}

.navbar {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    min-height: auto;
    border-bottom: 0;
    background-color: #3CC5E5;
    z-index: 9;
}


.feature-table {
    background-color: whitesmoke;
    padding-top: 10px;
    border-radius: 7px;
}

.social-button {
    color: #fff;
}

table.shop_attributes {
    width: 100%;
}

.site-logo {
    width: 100%;
    padding: 0px;
    padding-top: 0px;
    text-decoration: none;
}


ul.payment_methods.methods {
    list-style: none;
}

.hidden {
    display: none;
}

#opc_input {
    color: #cbcbcb;
    padding: 0 18px 3px;
    border: 1.5px solid #dedede;
    background-color: #fff;
    color: #606975;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 45px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.form-control {
    padding: 0 18px 3px;
    border: 1.5px solid #dedede;
    border-radius: 22px;
    background-color: #ffffff;
    color: #616161;
    font-size: 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
}

#opc_button {
    display: inline-block;
    position: relative;
    height: 45px;
    margin-top: 7px;
    margin-right: 12px;
    margin-bottom: 8px;
    padding: 0 22px;
    transform: translateZ(0);
    transition: all .4s;
    border: 1px solid transparent;
    background-color: #232323;
    background-image: none;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .07em;
    line-height: 42px;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#opc_dropdown {
    padding: 0 18px 3px;
    border: 1px solid #dbe2e8;
    /*border-radius: 22px;*/
    color: #606975;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-top: 11px;
    padding-bottom: 11px;
    width: 100%;
    background-color: #00800036;
}


a.btn.btn-paypal {
    background-color: #FFC520;
    color: #fff;
}

a.btn.btn-paypal:hover {
    background-color: #e8b41e;
    color: #fff;
}

.product_finance_banner {
    display: block;
    position: relative;
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    color: #6a6a6a;
    border-top: 0;
    text-align: center;
    background-color: #e5e5e5;
    min-height: 32px;
    line-height: 16px;
    padding-top: 7px;
}

.product_finance_banner_off {}

li.has-children.expanded a {
    color: #e31e26;
}

.comment-reply .comment-body {
    background-color: #43d9a31c;
}

.product-gallery {
    position: relative;
    padding-top: 74px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    border: 0;
    border-radius: 7px;
}


.product-card-custom {
    display: block;
    position: relative;
    width: 100%;
   padding: 15px;
    background: #fff;border-radius: 10px;
}

.product-card-custom .product-thumb>img {
    display: block;
    width: 100%;
}

.product-card-custom .product-title>a {
    transition: color .3s;
    color: #374250;
    text-decoration: none;
}

.product-card-custom .product-title {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.product-card-custom .product-price {
    margin-bottom: 10px;
    color: #606975;
    font-size: 16px;
    font-weight: 500;
    text-align: right;
    margin-bottom: 0px;
}

p.product-stock {
    font-size: 11px;
    color: #30a56b;
}

p.product-stock.no-stock {
    color: #1a1a1a;
}

.product-card-custom .product-buttons>.btn.btn-wishlist>i {
    font-size: 1.2em;
}

.product-card-custom .product-buttons>.btn {
    margin: 0 4px;
}

.toolbar {
    position: relative;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 5;
    margin-top: 0;
}

@media only screen and (max-width: 426px) {

    .fw-section .category-dev-header {
        padding: 22px 16px 24px 19px !important;
    }

    .category-dev-header-content {
        max-height: 200px !important;
        overflow-y: scroll;
        padding-right: 22px !important;
    }
}

.custom-control.custom-checkbox.mobile-filter-checkbox label {
    font-size: 13px !important;
    color: #111111;
    /* margin-bottom: 0px; */
}

.widget-links ul>li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 14px;
    margin-right: 30px;
}

.wsdown-mobile li>.megamenu {
    transition: 0.1s 1s;
}

.wsdown-mobile li:hover>.megamenu {
    transition-delay: 0s;
}

.wsdownmenu-list>li>a {
    display: block;
    background-color: #fff;
    color: #424242;
    line-height: 37px;
    text-decoration: none;
    position: relative;
}

.inline-text {
    font-size: 10px;
    margin-top: -2px;
}

.breadcrumbs {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left !important;
}

.header-mega-menu.mega-menu.show {
    display: block;
}


/********************/

/********************/


.fw-section .category-dev-header {
    max-width: 700px;
    background: #f2f2f2;
    padding: 30px 25px 30px 45px;
    width: 100%;
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
}

.fw-section .category-dev-header-image {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.fw-section .thumbnail-header-image {
    width: 100%;
    justify-content: flex-end;
    display: flex;
    max-width: 700px;
    height: 600px;
}

.category-dev-header-content {
    max-height: 400px;
    overflow-y: scroll;
    padding-right: 15px;
}

.thumbnail-learn-more {
    display: flex;
    align-items: flex-end;
    margin-right: 25px;
    margin-bottom: 25px;
}

.thumbnail-learn-more a.btn {
    background-color: #e31e26;
    color: #fff;
}

@media (max-width: 991px) {
    .fw-section .thumbnail-header-image {
        display: none;
    }

    .fw-section .category-dev-header {
        position: relative !important;
        top: 0%;
        transform: none;
        width: 100%;
        max-width: 100%;
    }

    .ui-range-values {
        display: flex;
    }

    .ui-range-slider-footer {
        margin-top: 10px;
    }

    #filter-content.product-addtocart {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/* ===== Scrollbar CSS ===== */
/* Firefox */

.category-dev-header-content::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #d0d0d0;
}

.category-dev-header-content::-webkit-scrollbar {
    width: 6px;
    background-color: #d0d0d0;
}

.category-dev-header-content::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: rgb(37, 37, 37);
}

.dd-select {
    border-radius: 6px !important;
    border: solid 1px #ccc;
    position: relative;
    cursor: pointer;
    background-color: white !important;
}

@media only screen and (min-width: 320px) and (max-width: 720px) {

    .checkout-footer .column a,
    .checkout-footer .column button {
        line-height: 16px;
    }

    .internal-page .internal-page-content .content {
        width: 100%;
    }
}

address.address-class a {
    color: rgb(255, 255, 255);
    text-decoration: auto;
}

/* Mobile menu issue fixed */
.offcanvas-menu ul li.has-children>.offcanvas-submenu.off-view, 
.offcanvas-menu ul.menu.off-view {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0) !important;
}
/* close button issue fixed */
.offcanvas-container .site-backdrop {
    visibility: hidden !important;
}
.offcanvas-container.active .site-backdrop {
	visibility: visible !important;
}
.embed-content.embed-responsive.cycle-route {
    height: 480px;
}

@media only screen and (max-width: 767px) {

    .embed-content.embed-responsive.cycle-route iframe{
        height: 450px !important;
    }
}