/*
@font-face {
    font-family: "DINOTCondensedMedium";
    src: url("../fonts/DINOT-CondMediIta.eot");
    src: url("../fonts/DINOT-CondMediIta.eot?") format("embedded-opentype"),
    url("../fonts/DINOT-CondMediIta.woff") format("woff"),
    url("../fonts/DINOT-CondMediIta.ttf") format("truetype");
}

@font-face {
    font-family: "DINOTCondensed";
    src: url("../fonts/DINOT-CondMedium.eot");
    src: url("../fonts/DINOT-CondMedium.eot?") format("embedded-opentype"),
    url("../fonts/DINOT-CondMedium.woff") format("woff"),
    url("../fonts/DINOT-CondMedium.ttf") format("truetype");
}
*/


@import url("https://use.typekit.net/kss7gzk.css");

body {
    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; */
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    color: #1b1b1b;
    font-family: inherit;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
}

.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 {
    font-family: "urw-din", Helvetica, Arial, sans-serif;
    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);
}

.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;
}

@media (min-width: 1800px) {
    .container {
        width: 1642px;
        max-width: 1642px;
    }



}


@media (max-width: 1800px) {
    .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left:40px;
        padding-right:40px;
    }
}

@media (max-width: 1200px) {
    .container {
        padding-left:20px;
        padding-right:20px;
    }
}



.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;
}

ul.nav.nav-tabs.description_tab {
    font-family: "urw-din", Helvetica, Arial, sans-serif;
}


.btn {
    font-family: "urw-din", Helvetica, Arial, sans-serif !important;
    text-transform: none;
}

button#btnPlaceOrder {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-size: larger;
    height: 66px;
}

.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;
    font-family: "urw-din", Helvetica, Arial, sans-serif !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;
    font-family: "urw-din", Helvetica, Arial, sans-serif;
    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;
    font-family: "urw-din", Helvetica, Arial, sans-serif;
}

.pt-1.mb-2.upc-display {
    color: grey;
    float: none;
    font-size: 14px;
    font-family: "urw-din", Helvetica, Arial, sans-serif;
}

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

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

.long-title {
    border-top: #f2f2f2 solid 2px;
    padding-top: 15px;
    margin-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 5px 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;
    font-family: "urw-din", Helvetica, Arial, sans-serif;
}

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

.modal {
    padding-top: 10%;
}

.container {
    text-transform: none;
    font-family: Helvetica, Arial, sans-serif;
}

.site-footer {
    font-family: "urw-din", Helvetica, Arial, sans-serif;
}


.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;
}

body {

    background-position: center;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    color: #1b1b1;
    font-family: "urw-din", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;

    line-height: 1.5;

}

/* 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: 12px!important;
    padding-top: 10px;
    float: right;
    margin-left: 0px;
    margin-right:0px;
}

.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;
    font-family: "urw-din", Helvetica, Arial, sans-serif;
}

.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;
}


.btn {
    border-radius: 5px;
}
.form-control {
    border-radius: 0px;
}

.page-title {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 0;
    border-bottom: 0;
    background-color: #fff;
    font-family: "urw-din", Helvetica, Arial, sans-serif;
}

.page-title h1 {
    font-family: "urw-din", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 28px;
}

/*.widget-title {
    color: #000000;
    background-color: #f1f1f1;
    padding: 10px;
}*/

.widget-title {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
    color: #232323;
    font-size: 17px;
    font-weight: normal;
    font-family: "urw-din", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.widget-title::after {

}

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

.btn-outline-info, .btn-outline-secondary, .product-data-section .btn-outline-primary {
    border-color: #1a1a1a;
    background-color: transparent;
    color: #1a1a1a;
}

.btn-outline-info:hover, .btn-outline-secondary:hover, .product-data-section .btn-outline-primary:hover {
    background-color: #1a1a1a;
    color: #ffffff;
}


.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: 84px;
    border-bottom: 0;
    background-color: #1a1a1a;
    z-index: 9;
}

.site-footer {
    padding-top: 72px;
    background-color: #1a1a1a;
}

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

.social-button {
    color: #fff;
}

table.shop_attributes {
    width: 100%;
}

.site-logo {
    width: 149px;
    padding: 0px;
    padding-top: 8px;
    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;
    font-family: urw-din,Helvetica,Arial,sans-serif;
}

.form-control {
    padding: 0 18px 3px;
    border: 1.5px solid #dedede;
    border-radius: 22px;
    background-color: #ffffff;
    color: #616161;
    font-family: urw-din,Helvetica,Arial,sans-serif;
    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;
    font-family: urw-din,Helvetica,Arial,sans-serif;
}

#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;
    font-family: urw-din,Helvetica,Arial,sans-serif;
}


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;
    font-family: "urw-din", Helvetica, Arial, sans-serif !important;
}

.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: 0px;
    border-radius: 0px;
  
    height: 100%;
}
.product-card-custom .finance_banner{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #232323;
    color:#FFF;
    border-color:#232323;
    border-radius: 5px;
    min-height: 35px;
}
.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: left;
}

.product-card-custom .product-price {
    margin-bottom: 10px;
    color: #606975;
    font-size: 16px;
    font-weight: 500;
    text-align: right;
    font-family: "urw-din", Helvetica, Arial, sans-serif !important;
    margin-bottom: 0px;
}

p.product-stock {
    font-size: 16px !important;
    font-family: "urw-din", Helvetica, Arial, sans-serif !important;
    color: #30a56b;
    margin-bottom: 4px !important;

}

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: absolute;
    top: 0;
    right: -12px;
    height: 100%;
    z-index: 5;
    margin-top: 11px;
}

@media only screen and (max-width: 1040px) {
    .site-logo {
        width: 149px;
        padding: 0px;
        padding-top: 8px;
        text-decoration: none;
    }
}

@media only screen and (max-width: 320px) {
    .site-logo {
        width: 132px;
        padding: 0px;
        padding-top: 8px;
        text-decoration: none;
    }




}

@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: auto;
        padding-right: 22px!important;
    }
}


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

.spec-footer {

}

.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;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "urw-din", Helvetica, Arial, sans-serif !important;
}

body {
    font-family: Helvetica, Arial, sans-serif !important;
}

.input-group .input-group-btn ~ .form-control {
    font-family: "urw-din", Helvetica, Arial, sans-serif !important;
}

.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: #f2f2f2e6;
    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;   
     min-height: 500px !important;
     height:100% !important;
}

.category-dev-header-content {
    max-height: 400px;
    overflow-y: auto;    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;
}.product-card-custom .row{
 
position:relative;
}

.pagination .pages>li>a:hover{
    background-color: #232323;
    color:#fff;
    border-color:#232323;
}
.strikethrough span {
    text-decoration: line-through;
    color: #e10600;
}
.product-page .product-addtocart .padding-top-1x:first-child {
    padding-top: 0 !important;
}

.accordion [data-toggle=collapse]{
    font-size: 20px;
}
.sale-page .sale-box-inner h2{
    font-size: 45px;
}
.sale-page .sale-box-inner h3{
    font-size: 20px;
}
.sale-box .btn-outline-primary:hover {
    border-color: #fff !important;
    background-color: #fff !important;
    color: #000000 !important;
}
.promo-tiles .fw-section{    cursor: grab;}

.product-data-section table td:first-child {
    background-color: #909090;
    color: #fff;
    padding: 10px;
}
.product-data-section table {
    width: 100%;
}
.product-data-section table tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.product-data-section table td {
    padding: 10px;
}

.storenav a.active{
    background-color: #e31e26 !important;
}
.img-style img {
    border-radius: 20px 0;
}




@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;
    }
    .toolbar{
        right: 70px !important;
    }

    .offcanvas-toggle{
        padding-top: 0px;
    float: right !important;
    margin-left: 0px !important;
    margin-right: 0px!important;
    }.offcanvas-toggle.menu-toggle {
        display: flex;
        justify-content: flex-end;
    }
    .toolbar .search, .toolbar .account, .toolbar .cart{
        width: 35px!important;
    height: 35px!important;
    }
    .toolbar .tools{
        display: flex;
        align-items: center;
    }
    .toolbar .cart>.count{
        position: absolute;
    }
.product-card-custom .featured-products-slider{ 
    padding-bottom: 0px !important;
}
.product-card-custom .product-price{
    text-align: left !important;
    margin-left: 10px;
}
.page-title
{
    margin-bottom: 0px;
}
.view-product-div{
    position: relative !important;
    bottom: 0 !important;
}
.product-card-custom .finance_banner{
    position: relative;
    bottom: 0;     min-height: auto;
}
.mobile-menu-container .sub-menu-mobile{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.product-card-custom .row{
    height: auto;
}
.product-card-custom{
    padding-bottom: 5px !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;
}

.pagecontent {
    max-width: 1100px;
}


.long-title p {
    font-size: 16px;
    font-family: "urw-din", Helvetica, Arial, sans-serif;
    color: #1b1b1b;
}

.mobile-menu-container .sub-menu-mobile{
    display: flex;
    justify-content: flex-end;
}
.mobile-menu-container li.level-2-mobile {
    background-color: #e31e26;
    color: #FFF;
    display: inline-block;
    width: auto;
    margin-right: 15px;
    padding: 10px 20px;
}
.mobile-menu-container li.level-2-mobile a {
    color: #fff;
    text-decoration: none;
}

.site-search{
    left: 0;
    right: 0;
}

.toolbar-dropdown{
    top: 85%;
}

.toolbar .cart > .toolbar-dropdown > .toolbar-dropdown-group span{
    color: #424242;
}
.form-group label{
    padding-left: 0;
}
.internal-page .explore-links {
    background: #f2f2f2;
    padding: 20px;
    text-align: center;
}
.internal-page .internal-page-content .content {
    width: 50%;
}
.internal-page .internal-page-content .product-card-custom .row, .internal-page .internal-page-content .product-card-custom .finance_banner{
    display:none;
    }
    .frequently-questions {
        margin: 50px auto 0;
        padding: 20px;
        border: 1px solid #dfdfdf;
        background: #fafafa;
        width: 100%;
    }
    .frequently-questions-div {
        background: #fff;
        padding: 20px;
        margin-bottom: 10px;
    }
    .frequently-questions-div.bg-transparent{
        background: transparent;
    }

    .stores-list ul {
        padding-left: 0px;
        display: flex;
        flex-wrap: wrap;
        flex-flow:column;
    }
    .stores-list li {
        margin-right: 15px;
    }
/* .stores-list li a{
    text-decoration: none;
    background: #fff;
    padding: 10px 20px 10px 15px;
    margin-bottom: 10px;
    display: inline-block;
    width: auto;
    font-size: 15px;
    border-radius: 5px;
} */
.stores-list li a{
color: #1b1b1b;
text-decoration: none;
}

.stores-list li a i{
    color:#e31e26;  
     margin-right: 5px;    font-size: 14px;
}
/* .stores-list li a:hover{
    background-color: #232323;
    color:#FFF;
} */
/* .stores-list li a:hover i{
    color:#fff; 
} */
.discover-btn{
    border: 2px solid #232323;
    background-color: transparent;
    color: #232323;
}
.discover-btn:hover{
    border: 2px solid #232323;
    background-color: #232323;
    color:#fff; 
}
.view-product-div{
    position: absolute;
    bottom: 45px;
}
.leaflet-popup-content .btn-outline-dark{
    color: #232323 !important;    
}
.leaflet-popup-content .btn-outline-dark:hover{
    color: #fff !important;    
}
.your-class .container{
    width: 90% !important;
}
.your-class .slider-content-area h3{
    text-shadow:0 1px rgba(0, 0, 0, 0.5) !important;
}
.your-class h6{
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 5px;
    color:#FFF;
}
.top-bar .promo-message{
    padding-left: 5px;
}

span.save-div {
    position: absolute;
    top: 0;
    left: 0;
    background: #232323;
    color:#FFF !important;
    z-index: 2;
    padding: 3px 5px;
    text-transform: uppercase;
    font-family: "urw-din", Helvetica, Arial, sans-serif !important;
}

.product-data-section table{
    width:100%;
}

/* #contactusModal .modal-content #commentform{
    height:500px;
    overflow-y: scroll;
} */
#contactusModal{
    padding-top: 0 !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%;
    }
}
