﻿.fa {
    margin-top:3px;
}
a:focus {
    border:solid 2px var(--primary-color);
}

a.product-picture {
    display: inline-block;
}
/*a:not(:empty):focus {
    display:inline-block;
}*/
/* scrollbar - x - y */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background: slategray;
    border-radius: 6px;
}

::-webkit-scrollbar-track {
    background: #b8c0c8;
}
/* general settings */
.required {
    color: #E00000;
    font-weight: 700;
    padding-left: 5px;
}

.btn {
    cursor: pointer;
}

.bg-light {
    background-color: #f7f7f7 !important;
}

.d-flex-boot {
    display: flex !important;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    -webkit-box-flex: 1;
}

.card-bodyquote span {
    color: #fff;
}

.card-bodyquote {
    margin: 0;
}

.step-title .card-bodyquote span {
    color: #000;
    transition: unset;
}

.tab-section.allow .card-bodyquote span {
    color: #fff;
    transition: unset;
}

.step-title .card-bodyquote {
    margin-bottom: 0;
}

.card-inverse {
    color: rgba(255,255,255,.65);
}

.btn-group.show .dropdown-menu {
    display: block;
}

#custom-search-input button:focus, select:focus, button:focus, a, a:hover, a:focus, a:active, ol, ul, dl {
    text-decoration: none;
    outline: none;
    list-style-type: none;
}

i, span {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.3s linear;
}

    i.rotate, span.rotate {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        transition: all 0.3s linear;
    }

.generalMarginSupporter {
    margin: 20px 0;
}

section {
    overflow: auto;
}

.generalTitle {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
}

.link-rss {
    float: right;
}

.page {
    min-height: 445px;
}

input {
    height: 38px;
}

.input-group-btn .btn, .btn-group .btn {
    display: flex;
    height: 38px;
}

.eu-cookie-bar-notification {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background: #eee;
    border-top: 1px solid #dfe1e2;
    z-index: 9999;
}

    .eu-cookie-bar-notification .ok-button {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
        border: 0;
        height: 38px;
        margin-right: 10px;
        padding: 0 10px 0 10px;
        border-radius: 4px;
        cursor: pointer;
    }

        .eu-cookie-bar-notification .ok-button:hover {
            background-color: #0069d9;
        }

    .eu-cookie-bar-notification .text {
        padding-bottom: 15px;
    }
/* back to top */
#back-to-top {
    position: fixed;
    bottom: 16px;
    right: 16px;
    width: 45px;
    height: 45px;
    text-align: center;
    cursor: pointer;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    font-size: 30px;
    z-index: 9998;
    /*background-image: linear-gradient(to bottom, #007BBF, #2B6D91);
    */
    background: var(--primary-color); /*#c00; */
    color: var(--primary-color-contrast); /*#fff*/
}

    #back-to-top .fa {
        padding-top: 5px;
    }

    #back-to-top.show {
        opacity: 1;
    }
/* search */
#small-searchterms {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

#small-search-box-form {
    width: 100%;
    padding-top: 9px;
}

.basic-search label, .advanced-search label {
    font-weight: 500;
}
/* autocomplete */
ul.ui-autocomplete li:hover {
    cursor: pointer;
    background-color: #f7f7f9;
}

ul.ui-autocomplete {
    background-color: #fff;
    padding-left: 0;
    z-index: 9999;
    position: absolute !important;
}

    ul.ui-autocomplete li {
        padding: 10px;
        border-top: 1px solid #f1f1f1;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

        ul.ui-autocomplete li img {
            padding-right: 5px;
        }
/* mobile collapsing menu */
#mobile-collapsing-menu {
    left: -200%;
    transition: all .5s ease-in-out;
    display: block;
    top: 47px;
    border-left: 0;
    border-right: 1px solid #9da6b2;
    border-bottom: 1px solid #9da6b2;
    max-width: 100%;
    width: 100%;
}

.mobile-menu-button {
    width: 58px;
    background-color: var(--primary-color);
}

#mobile-collapsing-menu.show {
    left: 0px;
}

#mobile-collapsing-menu .dropdown-menu {
    top: 52px;
    border-radius: 0;
    position: fixed;
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    opacity: 0;
    left: 200%;
    transition: all .5s ease-in-out;
    width: calc(100% - 2px);
    z-index: -1;
    right: unset;
}

    #mobile-collapsing-menu .dropdown-menu .nav-link {
        width: 100%;
    }

#mobile-collapsing-menu .dropdown-toggle::after {
    display: none !important;
}

#mobile-collapsing-menu .nav-item .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
}

#mobile-collapsing-menu.show .nav-item.dropdown .fa-angle-down {
    top: 1px;
    position: absolute;
    right: 2px;
    transform: rotate(270deg);
    align-items: center;
    font-size: 28px;
    display: flex;
    align-self: center;
    justify-content: center;
    color: rgb(89, 96, 99);
    transition: all .3s;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#mobile-collapsing-menu.show .nav-item.dropdown .fa-times {
    top: -3px;
    font-size: 22px;
    position: absolute;
    right: 1px;
    transform: rotate(270deg);
    align-items: center;
    display: flex;
    align-self: center;
    justify-content: center;
    color: rgb(89, 96, 99);
    transition: all .3s;
    padding: 17px;
}

#mobile-collapsing-menu .dropdown-menu.sublist .nav-item:first-of-type {
    background-color: rgb(223, 225, 226);
}

#mobile-collapsing-menu .dropdown .nav-item:first-of-type {
    background-color: rgb(223, 225, 226);
    font-weight: 700;
}

#mobile-collapsing-menu .nav-item {
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #9da6b2;
}

    #mobile-collapsing-menu .nav-item:first-child {
        border-top: 1px solid #9da6b2;
    }
    /*#mobile-collapsing-menu.show .nav-item.dropdown .fa-angle-down:hover, #mobile-collapsing-menu.show .nav-item.dropdown .fa-times:hover {
     color: #fff;
     background: rgb(89, 96, 99);
}
*/
    #mobile-collapsing-menu .nav-item.dropdown {
        padding-right: 15px;
    }

#mobile-collapsing-menu .fa-caret-down.rotate {
    transform: rotate(0deg);
}

#mobile-menu-opener {
    width: 58px;
    height: 51px;
    /*margin-top: 10px;*/
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    #mobile-menu-opener span {
        display: block;
        position: relative;
        height: 4px;
        width: 100%;
        background: #fff;
        border-radius: 9px;
        opacity: 1;
        /*left: 12px;*/
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
a#mobile-menu-opener:focus {
    border-color: var(--secondary-color);
}

#mobile-menu-opener {
    position: absolute;
    /*left: 12px;*/
    /*top: 5px;*/
    padding-right: 12px;
    padding-left: 12px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

    #mobile-menu-opener span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    #mobile-menu-opener span:nth-child(2) {
        /*top: 9px;*/
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    #mobile-menu-opener span:nth-child(3) {
        /*top: 18px;*/
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    #mobile-menu-opener.show span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -2px;
        left: 5px;
    }

    #mobile-menu-opener.show span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    #mobile-menu-opener.show span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 4px;
        left: 5px;
    }
/* news */
.news-body ul {
    list-style-type: inherit;
}

.share-link {
	padding-left: 10px;
	position: relative;
	top: 3px;
}
/* chachout */
.method-name label {
    margin-right: 0;
    font-size: 14px;
}

.checkout-attributes div {
    margin-bottom: 10px;
}

.checkout-page .pickup-points-map {
    min-width: 400px;
    min-height: 350px;
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 5px;
}

.checkout-page.shipping-method-page section {
    overflow: visible;
}

.tab-section.active .card-bodyquote span {
    color: #fff;
    transition: unset;
}

.recaptcha_input_area input {
    height: 30px;
    margin: 0;
}

.product-tags-list .btn {
    margin: 3px;
}

.add-more-external-records a {
    font-size: 14px;
}

.at-share-btn-elements .at-share-btn span {
    height: 32px;
    width: 32px;
    min-width: 32px;
    min-height: 32px;
}

.terms-of-service label, .select-boxes label {
    margin: 0;
}

.filtered-items ul li:before {
    display: none;
}
/* external modal */
#action_modal {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 650px;
    margin: 0;
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective( 600px) rotateX( 10deg);
    -moz-transform: translateY(-20px) perspective( 600px) rotateX( 10deg);
    -ms-transform: translateY(-20px) perspective( 600px) rotateX( 10deg);
    -o-transform: translateY(-20px) perspective( 600px) rotateX( 10deg);
    transform: translateY(-20px) perspective( 600px) rotateX( 10deg);
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective( 600px) rotateX( 0);
    -moz-transform: translateY(0) perspective( 600px) rotateX( 0);
    -ms-transform: translateY(0) perspective( 600px) rotateX( 0);
    -o-transform: translateY(0) perspective( 600px) rotateX( 0);
    transform: translateY(0) perspective( 600px) rotateX( 0);
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective( 600px) rotateX( 10deg);
    -moz-transform: translateY(-10px) perspective( 600px) rotateX( 10deg);
    -ms-transform: translateY(-10px) perspective( 600px) rotateX( 10deg);
    -o-transform: translateY(-10px) perspective( 600px) rotateX( 10deg);
    transform: translateY(-10px) perspective( 600px) rotateX( 10deg);
}

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}
/* product */
.product-simple-share .btn {
    display: flex;
    height: 38px;
}

    .product-simple-share .btn .fa {
        /*align-self: center;*/
        padding-right: 3px;
    }

.product-details-page .option-list.attribute-squares.image-squares img {
    width: 110px;
}

.product-details-page .option-list.attribute-squares.image-squares li {
    margin-right: 15px;
}

    .product-details-page .option-list.attribute-squares.image-squares li .attribute-square-container {
        display: none;
    }

    .product-details-page .option-list.attribute-squares.image-squares li input {
        height: auto;
    }

.product-details-page .btn.wish-group {
    height: 38px;
}

.product-details-page .add-to-compare-list-button {
    display: inline-flex;
    align-items: center;
}

    .product-details-page .add-to-compare-list-button span {
        padding-left: 5px;
    }

.product-details-page .email-a-friend-button {
    height: 38px;
}
/* language-mobile */
.header-links .language-list-mobile, .header-links .tax-list-mobile, .header-links .currency-list-mobile, .header-links .currency-button, .header-links .tax-button, .header-links .language-button {
    display: none !important;
}

#mobile-collapsing-menu .language-list-mobile ul, #mobile-collapsing-menu .tax-list-mobile ul, #mobile-collapsing-menu .currency-list-mobile ul {
    opacity: 0;
    position: absolute;
    transition: all .3s;
    z-index: -1;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
}

#mobile-collapsing-menu .language-list-mobile, #mobile-collapsing-menu .tax-list-mobile, #mobile-collapsing-menu .currency-list-mobile {
    transition: all .3s;
    margin-right: 3px;
}

#mobile-collapsing-menu .option-list-mobile:last-child {
    margin-right: 0;
}

#mobile-collapsing-menu .language-list-mobile ul.show, #mobile-collapsing-menu .tax-list-mobile ul.show, #mobile-collapsing-menu .currency-list-mobile ul.show {
    opacity: 1;
    position: absolute;
    z-index: 9999;
    border-right: 1px solid #9da6b2;
    border-left: 1px solid #9da6b2;
    border-bottom: 1px solid #9da6b2;
    border-top: 1px solid #9da6b2;
    margin-top: 15px;
}

#mobile-collapsing-menu .option-list-mobile li.active, #mobile-collapsing-menu .language-list-mobile li:first-child {
    outline: 1px solid #000;
    font-weight: 700;
}

.option-list-mobile li {
    display: flex;
    background: #fff;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 51px;
}

    .option-list-mobile li a {
        color: #000;
        align-self: center;
    }

.option-list-mobile img {
    align-self: center;
}

.option-list-mobile li:nth-child(even) {
    background-color: #f1f1f1;
}

.mobile-option-button {
    background: rgb(223, 225, 226);
    border-right: 1px solid #9da6b2;
    border-left: 1px solid #9da6b2;
    border-bottom: 1px solid #9da6b2;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 51px;
    align-items: center;
    display: flex;
    justify-content: center;
    transition: .3s all ease-in-out;
}

    .mobile-option-button:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        border-style: solid;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        left: calc(50% - 10px);
        bottom: 0;
        border-width: 10px 10px 0 10px;
        border-color: #e1e1e1 transparent transparent transparent;
    }

    .mobile-option-button.icon-change:before {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        border-color: #000 transparent transparent transparent;
    }

.options-container {
    background: #f1f1f1;
}
/* navbar */
#topcartlink > div > a {
    background-color: #dfe1e2;
    margin-left: 10px;
    padding: 11px;
    color: #596063;
}

.navbar-nav .generalDropDown .dropdown-menu ul a:hover {
    color: #0a5596;
}

.dropdown-menu li {
    display: inline-flex;
    width: 100%;
}

.navbar-inner {
    min-height: 60px;
}

.navbar .brand {
    padding: 0 10px;
}

.brand img {
    margin-bottom: 5px;
}

.navbar .nav > li > a, .navbar .nav.mainNav > li > a {
    padding-left: 7px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #4f4f50;
}
/* nav fixed - top - */
.navUp li a span.fa {
    margin-right: 2px;
    margin-left: 0;
}

.navUp li a {
    font-size: 14px;
    line-height: 20px;
}

nav .nav-item.list-inline {
    padding-top: 3px;
}

.navUp .dropdown-menu ul a {
    color: #373a3c;
    margin: auto;
}

.navbar-light .navbar-nav .nav-item:first-of-type .nav-link {
    padding-left: 0;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0,0,0,.5);
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link-admin {
    padding-top: 10px;
    padding-right: 7px;
    letter-spacing: 0.2px;
    display: flex;
}

.navUp .dropdown-menu {
    margin-top: 0;
    background-color: #f7f7f9;
    min-width: 40px;
}
/* main - category nav - mainNav */
.mainNav {
    /*background-color: var(--primary-color)!important;*/
    padding: 0.2rem 1rem; /*overide .navbar styles*/
}

    .mainNav .nav-item.dropdown span {
        position: absolute;
        right: 15px;
        font-size: 35px;
        cursor: pointer;
    }

    .mainNav a {
        /*color: #f7f7f9;*/
        text-transform: uppercase;
        font-size: 13px;
    }

    .mainNav ul.navbar-nav > li > a {
        border: solid 3px var(--primary-color);
    }

        .mainNav ul.navbar-nav > li > a:focus {
            border: solid 2px var(--primary-color-contrast);
        }

    .mainNav a:focus {
        border: solid 2px var(--primary-color-contrast);
    }

.carousel-control-prev-icon:focus {
    border: solid 3px var(--secondary-color);
}

.carousel-control-next-icon:focus {
    border: solid 3px var(--secondary-color);
}

.mainNav .nav-item.dropdown span, .generalDropDown {
    -webkit-transition: all 0.3s;
    -webkit-transition-timing-function: linear;
    transition: all 0.3s;
    transition-timing-function: linear;
}

.mainNav .dropdown-toggle::after {
    display: none;
}

.mainNav .nav-item.dropdown button {
    position: absolute;
    right: 0;
    font-size: 19px;
}

.navbar.mainNav .nav > li:hover > a {
    color: #fff;
    /*background-color: #aa0000;*/
}

.navbar.mainNav .navbar-toggler {
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    display: ruby;
    width: 100%;
    text-align: left;
    padding: 7px 13px;
    text-transform: uppercase;
    font-size: 19px;
}
/* drop-down */
.navbar-nav .cartCounter .dropdown-menu {
    border: none;
    background-color: #FFF;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown:hover .next-level {
    display: none;
}

.navbar-nav .dropdown-menu {
    margin-top: 0;
}

.dropdown-menu a:hover {
    /*color: #fff;*/
    /*background-color: var(--primary-color);*/
}

.dropdown-menu a {
    padding-left: 15px;
    width: 100%;
    letter-spacing: 0.5px;
}

.generalDropDown {
    padding-top: 6px;
}

    .generalDropDown .last {
        padding-right: 0;
    }

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.navbar-nav .dropdown-menu {
    position: absolute;
    float: left;
}

.currency-selector .btn-group .btn, .tax-type-button .btn {
    height: 30px;
}

.dropdown-toggle::after {
    align-self: center;
}

.navUp .dropdown-menu li a {
    min-width: 85px;
}
/* header */
header {
    padding-top: 1px;
}

    header .dropdown-menu .totals {
        border-top: 1px solid #dddddd;
        padding-top: 25px;
    }

    header .cartCounter .dropdown-menu {
        background-color: #fff;
    }

.dropdown-menu {
    /*background-color: #aa0000;*/
}

.generalDropDown button {
    min-width: 36px;
}

.navUp .tax.dropdown-menu {
    min-width: 193px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

section .product-filters, .category-page .categoryGrid, header section {
    overflow: initial;
}

a.read {
    padding-left: 10px;
    font-weight: 700;
}

.mfp-content img {
    width: 100%;
}

.img-wish {
    width: 100%;
    max-width: 500px;
}

ul.color-squares input {
    display: none;
}

.product-simple-share .btn {
    margin-right: 5px;
}
/* pagination */
.pagination a:not([href]) {
    background-color: #0a5596;
    color: #fff;
}

    .pagination a:not([href]):not([tabindex]):hover {
        color: #fff;
        cursor: pointer;
    }

.navigation ul {
    /*display: inline-flex;*/
    padding-left: 0;
    margin-top:30px;
}

    .navigation ul li {
        display: inline-block;
        padding: 1.5px;
        border: 1px solid #e0e0e0;
        margin-right: -1px;
        line-height: 36px;
        min-width: 40px;
        text-align: center;
        font-size: 1.1rem;
        /*border-width: 1px;*/
    }

        .navigation ul li.next-page {
            min-width: 70px;
        }

        .navigation ul li.previous-page {
            min-width: 100px;
        }

        .navigation ul li a {
            display: inline-block;
            /*color: #fff;*/
            width: 100%;
            height: 100%;
        }

        .navigation ul li.current-page {
            /*background-color: #0275d8;*/
            background-color: var(--primary-color); /*#c00;*/
            display: inline-block;
            color: var(--primary-color-contrast); /*#fff;*/
            border-color: var(--primary-color); /*#c00*/
        }

        .navigation ul li a:focus {
            /*box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, 0.5);
            box-shadow:rgb(120,120,120)*/ 
            border: solid 2px var(--primary-color);
        }
/*add border style for product card in category page grid view*/
.gen a:focus {
    display: block;
    border: 2px solid var(--primary-color);
    overflow: hidden;
}
/*add border style for product card in category page list view*/
.rowHelper a:focus {
    display: block;
    border: 2px solid #c00;
    overflow: hidden;
}
/* side - block settings */
.block-account-navigation ul, .viewBox ul {
    padding-left: 16px;
}

.block-popular-tags .btn {
    margin: 4px;
}

.register-block .text {
    padding-top: 7px;
}

.block-recently-viewed-products li {
    overflow: auto;
}
/* list settings */
.mobile-tax:nth-child(2) {
    border-top: 1px solid #9da6b2;
}

.list__item, .listClear {
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-group-item a:hover, .list-group-item a:focus {
    color: #0c3b63;
}

.card .btn i {
    font-size: 15px;
}

.list-group {
    padding-bottom: 25px;
}
/* polls */
.progress {
    display: -webkit-box;
    overflow: hidden;
    font-size: .75rem;
    line-height: 1rem;
    background-color: #eceeef;
    border-radius: .25rem;
    width: 100%;
    text-align: right;
}

.card-title a {
    color: #373a3c;
    text-decoration: none;
}

.order-progress .list-inline-item:not(:last-child) {
    margin-right: 0px;
}

.order-progress .active-step a {
    background-color: #61676c;
    color: #fff;
}

.progress-bar {
    color: #000;
}
/* homepage */
.home-page-polls {
    margin: 40px 0;
}

    .home-page-polls .list-group .list-group-item {
        background-color: rgb(255, 255, 255);
    }

.category-page .subCategoryList p, .home-page-product-grid p {
    font-size: 12px;
    padding-top: 15px;
}

.home-page h2 {
    margin-top: 30px;
}

.login-page .inputs {
    padding-left: 3px;
}
/* sidebar */
.generalLeftSide {
    padding-bottom: 50px;
    padding-top: 13px;
}

    .generalLeftSide .tags .view-all {
        margin-top: 16px;
    }

    .generalLeftSide li:hover::before {
        -webkit-transition: all 0.5s;
        -webkit-transition-timing-function: linear;
        transition: all 0.5s;
        transition-timing-function: linear;
        color: #79c2ec;
    }

    .generalLeftSide li:before {
        color: #ddd;
        content: "■";
        position: relative;
        right: 8px;
        font-size: 18px;
        margin-left: -7px;
        top: 2px;
    }

.available-items li:before {
    display: none;
}

.tab-content ul, .available-items ul {
    padding-left: 16px;
}

.generalLeftSide li {
    list-style-type: none;
    font-size: 14px;
}

    .generalLeftSide li a:not(.btn) {
        color: #4c4c4d;
        text-decoration: none;
        font-size: 14px;
    }

        .generalLeftSide li a:not(.btn):hover {
            color: #0c3b63;
        }

.generalLeftSide .product-filter {
    display: block;
    width: 100%;
}

.product-price-filter .btn-sm {
    min-width: 185px;
    margin-bottom: 5px !important;
}
/* forum */
.forum-edit-page .forum-post-text {
    min-height: 200px;
}

.forum-topic-page ul.user-stats {
    border-right: 1px solid #d9d9d9;
}

.forum-edit-page .card textarea.form-control {
    min-height: 200px;
}
/* price */
.overview-buttons .prices {
    font-weight: 500;
    font-size: 17px;
}

.category-grid a h4 {
    padding-top: 15px;
    text-decoration: none;
}

.old-product-price span, .old-price {
    text-decoration: line-through;
}

.category-grid a:hover, .category-grid a:hover h4 {
    text-decoration: none;
}

.tags .tag-pill a {
    color: #e8eceb;
}

.tags a:hover {
    text-decoration: none;
    color: #000;
}

.product-tags-all-page {
    min-height: 200px;
}
/* mobile - search */
#searchModal form {
    padding-top: 0;
    margin-bottom: 0;
}

#searchModal .modal-content {
    border: 0;
    border-radius: 0;
    background-color: #f7f7f7;
}

#searchModal .modal-dialog {
    margin: 0;
    max-width: 100%;
}

#searchModal form .administration {
    display: none;
}

#searchModal .search-box-text {
    height: 52px;
    border-radius: 0;
    border: 0;
    background: #f7f7f7;
}

#searchModal .search-box-button {
    width: 60px;
    height: 52px;
    display: flex;
    border-radius: 0;
    justify-content: center;
}

#searchModal .fa-search {
    font-size: 22px;
    color: #fff;
}

#searchModal .fa-pencil-square-o {
    font-size: 22px;
    color: rgba(0,0,0,.5);
}
/*#searchModal .edit {
     background: rgba(0,0,0,.49);
}
*/
#searchModal.modal.fade .modal-dialog {
    transition: unset;
    height: 52px;
}

#searchModal.show .modal-content .input-group {
    animation-name: mobile-search;
    animation-duration: .3s;
    -webkit-animation-name: mobile-search;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: .3s;
}

@-webkit-keyframes mobile-search {
    0% {
        top: -52px;
    }

    100% {
        top: 0;
    }
}

@keyframes mobile-search {
    0% {
        top: -52px;
    }

    100% {
        top: 0;
    }
}

@-webkit-keyframes autocomplete {
    0% {
        left: -100%;
    }

    100% {
        left: 0;
    }
}

@keyframes autocomplete {
    0% {
        left: -100%;
    }

    100% {
        left: 0;
    }
}

#searchModal .nav-item.admin {
    display: none !important;
}
/* card - settings */
.card-subtitle.text-muted {
    margin: 15px 0;
}

.card .card-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

    .card .card-footer .form-group {
        margin-bottom: 0;
    }

        .card .card-footer .form-group div {
            padding: 0;
            margin-left: 6px;
        }

            .card .card-footer .form-group div .btn {
                width: 100%;
                padding: 8px;
            }

            .account-order .card, .headBottom, .card .card-footer .form-group div input {
                width: 100%;
            }

.card .card-footer, .card .card-header, ul.opc .order-summary-content h5 {
    background-color: transparent;
}

.subCategoryList .card-title {
    min-height: 40px;
}

.generalMiddle {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
}

.social li {
    display: inline-flex;
    margin-right: 13px;
}
/* rating */
.rating {
    background: url(../images/rating1.png) repeat-x;
    width: 95px;
    height: 14px;
    margin: 10px 0px;
}

    .rating div {
        background: url(../images/rating2.png) repeat-x;
        height: 14px;
    }

.rating-options {
    padding-top: 7px;
}

.vote.up {
    margin-top: 24px;
}
/* table - topic */
.topic, table {
    border-bottom: 2px solid rgba(55, 58, 60, 0.45);
}

.table > tbody > tr > td.topic-details {
    padding-left: 35px;
}

.table > tbody > tr.short-description > td, .table > tbody > tr.full-description > td {
    vertical-align: top;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.topic-post, .table-responsive {
    margin-top: 16px;
}

.order-summary-content .thead-inverse th, .forums-main-page .table-inverse th, .active-discussions-page .table-inverse th, .forum-table th, .forums-table-section-body th, .order-details-page .table-inverse th {
    color: rgb(255, 255, 255);
    background-color: rgb(41, 43, 44);
    border-bottom: 0;
}

.thead-inverse th {
    color: rgb(255, 255, 255);
    background-color: rgb(41, 43, 44);
}

table tbody tr:nth-child(even) {
    background-color: #f1f1f1;
}

table tbody {
    border: 1px solid #e9ecef;
}
/* !important - to handle external js */
.color-container .color {
    display: inline-block;
    width: 32px !important;
    height: 32px !important;
    border: 1px solid #444;
    cursor: pointer;
}

/*.payment-info input, .edit-address input, .customer-info-page input:not(.save-customer-info-button), .registration-page input {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}*/

.flex-grid.row, .flex-grid.row > div[class*='col-'], .manuList .row > div[class*='col-'], .page .related-products-grid .row, .manuList .row, .manuList .row > div[class*='col-'], .manufactureGrid .row, .manufactureGrid .row > div[class*='col-'], .vendroGrid .row, .vendroGrid .row > div[class*='col-'], .product-tag-grid .row, .product-tag-grid .row > div[class*='col-'], .address-list .row, .address-list .row > div[class*='col-'], .product-grid .row, .product-grid .row > div[class*='col-'], .search-results-list .row, .search-results-list .row > div[class*='col-'], .page .select-shipping-address .row, .page .select-shipping-address .row > div[class*='col-'], .page .product-grid.bestsellers .row, .page .product-grid.bestsellers .row > div[class*='col-'], .page .select-billing-address .row, .page .select-billing-address .row > div[class*='col-'], .page .listWiew .row, .page .listWiew .row > div[class*='col-'], .page .generalFlexBox .row, .page .generalFlexBox .row > div[class*='col-'], .page .home-page-product-grid .row, .page .home-page-product-grid .row > div[class*='col-'], .page .subCategoryList .row, .page .subCategoryList .row > div[class*='col-'], .page .related-products-grid .row, .page .related-products-grid .row > div[class*='col-'], .recently-added-products-page .row, .recently-added-products-page .row > div[class*='col-'], .page.recently-viewed-products-page .row, .page.recently-viewed-products-page .row > div[class*='col-'], .select-billing-address .row, .select-billing-address .row > div[class*='col-'] {
    display: flex;
    flex-wrap: wrap;
    padding: 8px;
}

.flex-grid .card, .manufactureGrid .card, .product-tag-grid .card, .manuList .card, .page .product-grid .card, .page .select-billing-address .card, .page .news-list-homepage .card, .page .subCategoryList .card, .page .home-page-product-grid .card, .product-grid.bestsellers .card, .generalFlexBox .card, .related-products-grid .card, .page.recently-viewed-products-page .card, .select-billing-address .card, .recently-added-products-page .card, .address-list .card {
    padding-bottom: 65px;
    margin-bottom: 0px;
    width: 100%;
}

/*.categoryGrid a {
    color: #626970;
}*/

.card-grey {
    background-color: rgba(221, 221, 221, 0.29);
    cursor: pointer;
}

.step-title .fa {
    bottom: 12px;
    position: relative;
}
/* cart */
.page .card {
    -webkit-box-shadow: 0px 0px 2px 0.09px rgba(195, 207, 201, 1);
    -moz-box-shadow: 0px 0px 2px 0.09px rgba(195, 207, 201, 1);
    box-shadow: 0px 0px 2px 0.09px rgba(195, 207, 201, 1);
    margin-bottom: 10px;
}

    .page .card:hover {
        -webkit-box-shadow: 0px 0px 6px 0.18px rgba(195, 207, 201, 1);
        -moz-box-shadow: 0px 0px 6px 0.18px rgba(195, 207, 201, 1);
        box-shadow: 0px 0px 6px 0.18px rgba(195, 207, 201, 1);
    }

        .page .card:hover img {
            opacity: 0.7;
        }

.cartTable .sku, .cartTable .attributes {
    font-size: 16px;
}

.cart-collaterals .title, .generalLeftSide h6, .generalLeftSide h5 {
    font-size: 18px;
}

.sku-number {
    display: block;
}

section.totals {
    border-left: 1px solid #eceeef;
}

.listWiew .card-body .btn-group {
    position: absolute;
    bottom: 20px;
}

.listWiew .card-body {
    min-height: 270px;
}

.method-name .custom-control-indicator {
    top: 10px;
}

.collapse.ok {
    position: absolute;
}

.card.generalNote {
    z-index: 9999;
    position: fixed;
    width: 85%;
    display: none;
    bottom: 11px;
    right: 100px;
    padding: 25px 20px;
}

.generalNote a {
    color: #fff !important;
}

    .generalNote a.btn-secondary {
        background-color: #449d44;
        border-color: #419641;
    }

table th.latest-post {
    min-width: 150px;
}

.fa.fa-angle-down {
    position: absolute;
    right: 15px;
}

.td-title {
    font-weight: 700;
}

.toolbar {
    text-align: right;
}
/* one page chackout */
.opc .allow .card-grey {
    background-color: #61676c;
    color: #fff;
    cursor: pointer;
}

.opc .active .card-grey {
    background-color: #28a745;
    color: #fff;
    cursor: pointer;
}

.opc .card-grey {
    background-color: rgba(204, 204, 204, 0.17);
    color: rgba(129, 138, 145, 0.36);
}

.single-pickup-point ul {
    padding-left: 20px;
    border-left: 3px solid #61676c;
}

.payment-method ul, .shipping-method ul, .message-error ul, .tabs ul, .account-order .card ul, ul.info, ul.opc {
    padding-left: 0;
}

    ul.opc h5 {
        padding: 10px;
        background-color: #dddddd;
        text-transform: uppercase;
        margin-bottom: 2px;
        font-size: 15px;
    }

select.form-control:not([size]):not([multiple]) option {
    min-height: 25px;
}

.generalImg img {
    padding-right: 10px;
}

.cartCounter .btn {
    padding: 11px;
}

.cartCounter span {
    text-transform: uppercase;
    font-size: 11px;
}

.cartCounter {
    padding-top: 7px;
}

.order-summary-content .custom-control-description i {
    visibility: visible;
}

.order-summary-content .title h5 {
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}
/* comment */
.comment .card-footer {
    padding: 5px 10px;
}

.details .comments, .quote {
    padding-left: 15px;
    font-style: italic;
}
/* valid mgs */
.input-validation-error {
    border: solid #d9534f 3px;
}

    .input-validation-error:focus {
        border: solid #d9534f 3px;
    }

.filtered-items ul {
    padding-left: 0;
}
/* shopping cart */
th.remove-from-cart {
    padding: 1rem;
}

.remove-from-cart label {
    cursor: pointer;
}
/* fly shopping cart */
.flyout-cart a {
    font-size: 13px;
    padding-left: 0 !important;
}

.flyout-cart {
    min-width: 325px;
    font-size: 14px;
}

    .flyout-cart .item {
        border-bottom: 1px solid #dddddd;
        padding-top: 7px;
        padding-bottom: 7px;
    }

        .flyout-cart .item:last-of-type {
            border-bottom: none;
        }

.mini-shopping-cart .product {
    padding-left: 10px;
    font-size: 12px;
}

span.product-quantity {
    min-width: 60px;
}

.group li:nth-child(2)::before, .cartCounter .dropdown-toggle::after, .ui-helper-hidden-accessible, .generalLeftSide .block-recently-viewed-products li:before {
    display: none;
}

.pm-unread {
    font-weight: 700;
}

.generalNote {
    padding: 10px;
}

    .generalNote p {
        margin-bottom: 0;
    }

    .generalNote a {
        text-decoration: underline;
    }

.generalAdToCart input {
    max-width: 62px;
    display: inline;
    position: relative;
    top: 1px;
}

.enter-price-input {
    display: block;
}

.close {
    position: absolute;
    right: 7px;
    top: 4px;
    transition: none;
}

.administration {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.category-description ul {
    list-style-type: inherit;
}

.shipments {
    overflow: auto;
}

.attributes ul {
    padding-left: 15px;
}

.option-list li.selected-value .color-container .color {
    border: 3px solid #5cb85c;
}
/* datapicker */
.ui-datepicker {
    background-color: #fff;
    padding: 10px;
    border: 0.5px solid #a4a6a7;
}

.ui-datepicker-next {
    float: right;
}

.ui-datepicker-next, .ui-datepicker-prev {
    font-weight: 700;
    cursor: pointer;
}

.ui-datepicker-calendar td {
    padding: 7px;
}

.associatedItem {
    border-bottom: 2px solid #eeeeee;
}

.variant-name {
    font-weight: 700;
}

.btn-group.dropdown a.nav-link.dropdown-toggle::after {
    display: none;
}

.date-picker-wrapper {
    display: flex;
}

    .date-picker-wrapper select {
        max-width: 33.3%;
    }
/* footer */
footer {
    background-color: rgb(238, 238, 238);
    width: 100%;
    display: inline-block;
    height: auto;
    position: absolute;
}

    footer .newsletter .btn i {
        margin-right: 0;
        padding-right: 0;
    }

    footer a {
        color: rgb(46, 48, 49);
    }

    footer h5 {
        text-transform: uppercase;
        font-size: 15px;
        font-weight: bold;
    }

    footer .list-group .list-group-item a:hover .fa-twitter {
        color: #2DA2CD;
    }

    footer .list-group .list-group-item a:hover .fa-facebook-square {
        color: #0c3b63;
    }

    footer .list-group .list-group-item a:hover .fa-rss {
        color: #EB5B1C;
    }

    .validation-summary-errors, .field-validation-error, footer .list-group .list-group-item a:hover .fa-google-plus, footer .list-group .list-group-item a:hover .fa-youtube {
        color: #E00000;
    }

    footer .newsletter .fa, footer .block .fa {
        padding-right: 0px;
    }

    footer .fa {
        padding-right: 6px;
    }

    footer .list-group .list-group-item {
        background-color: transparent;
        padding: 1px;
        border: 0;
    }

.footer-lower {
    border-top: 1px solid #eceeef;
}
/* IE FIX */
.card a {
    overflow: auto;
}

.img-fluid {
    width: 100%;
}

.home-page-product-grid .card.gen .img-fluid, .category-page .product-grid .card.gen .img-fluid, .category-page .product-list .card.gen .img-fluid {
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.header-logo img {
    width: auto;
}

.header-logo a {
    display:block;
}

.add-to-cart-button {
    display: inline-flex;
    display: inline-block;
}

.overview-buttons .generalAdToCart > .form-group {
    display: flex;
}

.checkout-attributes {
}

.rowHelper.card {
    display: inline-table;
}

.btn-section .btn {
    margin-bottom: 5px;
}
/* Safari */
.step-title {
    width: 100%;
}

.wishlist-content .custom-control-description {
    padding-right: 0;
    margin-left: 0;
}

.wishlist-content .remove-from-cart {
    min-width: 25px;
}
/*media*/
@media (min-width: 991px) {
    .header-links .admin-group {
        display: none !important
    }

    #searchModal .admin-group {
        display: none !important;
    }

    #searchModal .search-box-button span:nth-child(3) {
        display: none !important;
    }

    .generalLeftSide .block {
        margin-bottom: 26px;
    }

    header .collapse {
        display: none !important;
    }

    .wishlist-content .custom-control {
        min-width: 10px;
    }

    .wishlist-content th:first-of-type {
        width: 10%;
    }

    .register-block .register-button {
        margin-top: 85px;
    }

    .first-level .dropdown:hover .next-level {
        display: block;
        position: absolute;
        top: -9px;
        left: 157px;
    }

    .shopping-cart-page .card {
        padding-bottom: 0;
    }

    .block .viewBox {
        display: block !important;
    }

    .subrow .quantity .td-title {
        position: relative;
        top: 6px;
    }

    .subrow .unit-price {
        position: relative;
        padding-top: 8px;
    }

    .order-detail-qty {
    margin-top:7px;
    }
}

@media (max-width: 991px) {
    .subrow span.product-subtotal {
        position: relative;
        bottom: 8px;
    }

    ul.ui-autocomplete {
        width: calc(100% - 60px);
        animation-name: autocomplete;
        animation-duration: .3s;
        -webkit-animation-name: autocomplete;
        -webkit-animation-duration: .3s;
        box-shadow: 0 0 16px rgba(0,0,0,0.45);
    }

    .navbar-light .navbar-nav .nav-link {
        color: #000;
        text-transform: uppercase;
    }

    .header-links .nav-item .nav-link {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
        padding-right: 9px !important;
        padding-left: 9px !important;
        align-items: center !important;
        align-self: center !important
    }

    .header-links .nav-item {
        min-height: 51px !important;
        align-items: center !important;
        align-self: center !important;
        display: flex;
        justify-content: center;
    }

    .navUp .nav-link .fa {
        padding-left: 0px;
        font-size: 22px;
    }

    #topcartlink > div > a {
        background-color: var(--primary-color);
        margin-left: 0;
        color: #fff;
        padding: 11px;
        min-height: 51px;
    }

    #topcartlink .fa {
        color: #fff;
    }

    .navUp {
        border-bottom: 1px solid #9da6b2;
    }

    header .collapse {
        position: fixed;
        background-color: #f7f7f9;
        top: 49px;
        border: 1px solid #9da6b2;
        border-top: 0;
        left: 4%;
    }

    #mobile-collapsing-menu {
        top: 52px;
    }

    .navUp .container {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
    }

    .block-manufacturer-navigation h2, .block-recently-viewed-products h2, #block-product-price-filter h2, #block-product-spec-filter h2, #block-blog-archive h5, #block-popular-blogtags h5, #dynamic-block-product-showonly-filter h2 {
        color: #000000;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #F0F0F0;
        *background-color: #F0F0F0;
        background-image: -moz-linear-gradient(top, #FFFCFC, #F0F0F0);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFCFC), to(#F0F0F0));
        background-image: -webkit-linear-gradient(top, #FFFCFC, #F0F0F0);
        background-image: -o-linear-gradient(top, #FFFCFC, #F0F0F0);
        background-image: linear-gradient(to bottom, #FFFCFC, #F0F0F0);
        background-repeat: repeat-x;
        border: 1px solid;
        border-color: #F0F0F0;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCFC', endColorstr='#F0F0F0', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    }

    .block-recently-viewed-products p, #block-product-price-filter p, #block-product-spec-filter p, #block-blog-archive p, #block-popular-blogtags p {
        color: #000000;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #F0F0F0;
        *background-color: #F0F0F0;
        background-image: -moz-linear-gradient(top, #FFFCFC, #F0F0F0);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFCFC), to(#F0F0F0));
        background-image: -webkit-linear-gradient(top, #FFFCFC, #F0F0F0);
        background-image: -o-linear-gradient(top, #FFFCFC, #F0F0F0);
        background-image: linear-gradient(to bottom, #FFFCFC, #F0F0F0);
        background-repeat: repeat-x;
        border: 1px solid;
        border-color: #F0F0F0;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCFC', endColorstr='#F0F0F0', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    }

    .product-simple-share .btn {
        display: block;
        height: 38px;
    }

    #collapsing-navbar-2 .dropdown-menu {
        position: static;
        width: 100%;
    }

    .social li {
        display: inline-flex;
        margin-right: 15px;
    }

    .footer .block {
        cursor: pointer;
        display: inline-block;
    }

    .block.active h5, .block:hover h5 {
        border-left: 3px solid #87c255;
    }

    .block .viewBox, .dropdown:hover .dropdown-menu, .dropdown .dropdown-menu {
        display: none;
    }

    .block h5 {
        cursor: pointer;
        border-left: 3px solid transparent;
        -webkit-transition: all 0.3s;
        -webkit-transition-timing-function: linear;
        transition: all 0.3s;
        transition-timing-function: linear;
    }

    .product-unit-price, .quantity .td-title, .subtotal span.product-subtotal {
        position: relative;
    }

    .social {
        padding-top: 50px;
    }

    .generalLeftSide {
        padding-bottom: 15px;
        padding-right: 0;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu.open {
        display: block;
        background-color: rgb(65, 69, 72);
    }

    .navbar-expand-md .navbar-nav .dropdown-menu.next-level.open {
        display: block;
        background-color: rgb(97, 103, 108);
        position: absolute;
        width: 100%;
    }

    .dropdown-menu {
        margin: 0;
    }

    .mainNav .nav-item:last-of-type {
        border: none;
    }

    .mainNav .nav-item {
        border-bottom: 1px solid #484c4e;
    }

    .generalDropDown select.custom-select {
        padding-right: 30px;
    }

    section.totals {
        border-top: 1px solid #eceeef;
        border-left: 0;
    }

    .generalMiddle {
        display: block;
    }

    #mobile-collapsing-menu .navbar-nav {
        flex-wrap: nowrap;
        overflow-y: scroll;
        overflow-x: hidden;
        margin-top: -1px;
        height: calc(100vh - 102px);
    }

    #mobile-collapsing-menu .dropdown-menu.show {
        opacity: 1;
        left: 0;
        width: 100%;
        z-index: 999;
        overflow-y: scroll;
        overflow-x: hidden;
        height: calc(100vh - 51px);
    }
}

@media (max-width: 767px) {
    .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link-admin {
        padding-right: 33px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #mobile-collapsing-menu .navbar-nav {
        flex-wrap: nowrap;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    #mobile-collapsing-menu .dropdown-menu.show {
        opacity: 1;
        left: 0;
        width: 100%;
        z-index: 999;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    #mobile-collapsing-menu {
        top: 52px;
    }

    .navUp li a span.fa {
        font-size: 24px;
    }

    .headBottom {
        margin: 35px 0;
        min-height: 85px;
    }

    .footer-lower {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    footer .block {
        cursor: pointer;
        display: inline-block;
    }

    .wishrow {
        margin: auto;
    }

    .wishlist-content .table > tbody > tr > td, .cartTable .table > tbody > tr > td {
        vertical-align: middle;
        width: 100%;
        display: block;
        text-align: center;
        padding: 2px;
        padding-bottom: 40px;
    }

        .wishlist-content .table > tbody > tr > td:first-of-type, .cartTable .table > tbody > tr > td:first-of-type {
            padding-bottom: 0;
            height: 46px;
        }

    .subrow {
        display: -webkit-inline-box;
    }

    .quantity {
        position: relative;
        top: -7px;
    }

    .order-details-page .quantity {
        top: 0;
    }

    .product {
        margin-bottom: 10px;
    }

    .rate label {
        display: block;
    }

    .rate .custom-control + .custom-control {
        margin-left: 0;
    }

    .breadcrumb, .generalDropDown {
        display: none;
    }

    .product-quantity, .form-control.qty-input {
        max-width: 100px;
    }

    .generalAdToCart .form-control.qty-input {
        margin: inherit;
        margin-bottom: 0;
        margin-top: 0;
        margin-right: 7px;
    }

    .order-summary .table > tbody > tr > td:first-of-type {
        height: auto;
    }

    .total-info .table > tbody > tr > td {
        vertical-align: middle;
        width: 50%;
        display: block;
    }

    .share-info a {
        font-size: 10px;
    }

    .subtotal, product-subtotal, .unit-price {
        top: -4px;
    }

    .quantity .td-title {
        position: relative;
        display: block;
    }

    .order-details-page .quantity .td-title {
        position: static;
    }

    .card.generalNote {
        position: fixed;
        width: 100%;
        display: none;
        right: 0;
        bottom: 0;
    }

    .language-list {
        margin-bottom: 0;
    }

    .page {
        min-height: 225px;
    }

    .forum-topic-page ul.user-stats {
        border-right: none;
    }

    .topic-posts .send-pm {
        border-bottom: 1px solid #dddddd;
    }
}

@media (min-width: 767px) {
    .wishlist-content .remove-from-cart label {
        padding-left: 0 !important;
    }

    .header-links.navbar-nav .fa {
        color: rgba(0,0,0,.5);
    }

    .available-items ul {
        padding-left: 0;
        margin-bottom: 5px;
    }

    .navUp li a span.fa {
        margin-right: 2px;
        margin-left: 2px;
    }
}

@media (max-width: 767px) {
    .wishlist-content th:first-of-type {
        display: none;
    }

    .header-links.navbar-nav .fa {
        color: rgba(0,0,0,.5);
    }

    .forum-media-header {
        max-height: 38px;
    }
}

@media (max-width: 575px) {
    .subrow span.product-subtotal {
        position: relative;
        bottom: 0px;
    }

    .navUp li a span.fa {
        margin-right: 2px;
        margin-left: 0;
    }

    .subrow .qty-input {
        margin-top: 0;
        margin-left: 21px;
    }

    .subrow {
        margin-top: 10px;
        display: block;
    }

    .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link-admin {
        padding-top: 10px;
        padding-bottom: 10px;
        text-transform: uppercase;
        padding-right: 7px;
    }

    .quantity .td-title {
        text-align: right;
        top: 6px;
    }

    .form-control.qty-input {
        float: left;
    }

    .unit-price {
        margin-bottom: 10px;
    }

    .navbar .container {
        width: 100%;
    }

        .navbar .container ul li:nth-last-child(2) {
            float: right !important;
            text-align: right;
        }

    .comment {
        padding-bottom: 50px !important;
    }
}

@media (min-width: 372px) {
    .headBottom {
        /*padding-top: 52px;*/
    }
}

@media (max-width: 372px) {
    .navbar-light .navbar-nav .nav-link {
        text-transform: uppercase;
        padding-right: 11px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header-links .edit {
        display: none !important;
    }

    header {
        margin-top: 47px;
    }

    #searchModal .nav-item.edit {
        display: flex !important;
        justify-content: center;
        width: 60px;
    }

    .slider-wrapper.theme-custom {
        margin-top: 0;
    }

    .mfp-hide {
        display: none !important;
    }
}

.span-link-text {
    display: inline-block;
    padding: 2px;
    position: relative !important;
    font-size: 14px !important;
    font-weight: 400;
}

.dul {
    min-width: 12rem;
}

.hide-element {
    display: none;
}

.read-twice-fix {
    position: unset !important;
}

.tmp-tpg-frame {
    height: 550px;
    margin-top: -60px;
}

.order-progress li.active a .current-item {
    color: #6c757d;
}

.order-progress li.inactive a {
    opacity: 0.3;
    cursor: default;
    color: #000;
}

#bar-notification.bg-success {
    background-color: #6c757d !important;
}

#bar-notification p.content {
    color: #fff !important;
}

.remoevdropdownlistnarrow {
    background: none !important;
}

/*.focused {
    border: 2px solid #c00;
}*/

.checkoutnote {
    color: #dc3545;
}

#bar-notification span.close:focus {
    outline: solid 3px #8D959F;
}

#bar-notification span.close:before {
   
}

#bar-notification p.focusin:focus, #bar-notification p a.focusin:focus {
    border: solid 3px #8D959F;
}

#bar-notification p.focusin:disabled, #bar-notification p a.focusin:disabled {
    border: none;
}

.display-inline-block {
    display:inline-block;
}

.ui-dialog {
    position: fixed !important;
    /*width: 450px !important;*/
    max-width: 100%;
    background: #fff;
    box-shadow: 0 1px 15px rgba(0,0,0,0.3);
    z-index: 1080;
}

.ui-dialog-titlebar {
    padding: 13px;
    background: #57b568;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
}

    .ui-dialog-titlebar button {
        position: absolute;
        top: 0;
        right: 0;
        margin: 8px;
        border: 0;
        width: 24px;
        height: 24px;
        overflow: hidden;
        background: none;
        font-size: 0;
        opacity: 0.7;
    }

        .ui-dialog-titlebar button::after {
            content: '\e901';
            position: absolute;
            top: 50%;
            left: 50%;
            font-family: prisma;
            font-size: 10px;
            color: #fff;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        }

        .ui-dialog-titlebar button:hover {
            opacity: 0.9;
        }

.ui-dialog-content {
    height: auto !important;
    padding: 10px;
    font-size: 13px;
    color: #666;
}

    .ui-dialog-content .page {
        min-height: 0;
    }

    .ui-dialog-content .page-title {
        margin: 5px 0;
    }

        .ui-dialog-content .page-title h1 {
            font-size: 18px;
        }

    .ui-dialog-content .tooltip {
        margin: 5px 0;
        line-height: 20px;
        text-align: center;
        color: #888;
    }

    .ui-dialog-content button {
        display: block;
        margin: 10px auto 0;
    }

@media (min-width: 768px) {
    .footer-second-col {
        padding-left: 10%;
    }
}

@media (min-width: 768px) {
    .footer-pta-col2 {
        display:flex !important;
    }
}

@media (max-width: 768px) {
    .footer-pta-col3 {
        display: flex !important;
    }
}

@media (min-width: 768px) {
    .footer-border-col1 {
        border-right: 1px solid #626c73;
    }
}

@media (max-width: 768px) {
    .footer-border-col1 {
        border-bottom: 1px solid #626c73;
    }
}

@media (min-width: 768px) {
    .social-paddingtop {
        padding-top: 50px;
    }
}

@media (max-width: 768px) {
    .footer-paddingtop-col2 {
        padding-top: 30px;
    }
}

@media (min-width: 768px) {
    .myaccount-marginbotton {
        margin-bottom: 67px;
    }
}

@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/Proxima Nova Font.otf');
}
.full-description ul{
	list-style-type:disc;
}
.topic-block-body ul {
	list-style-type: disc;
}
.topic-block-body a {
    text-decoration: underline;
}
div.col-12.col-sm-6.rating-options.text-center label.custom-control.custom-radio {
	display: inline-block !important;
}
div.col-12.col-sm-6.rating-options.text-center {
	text-align: justify !important;
	text-align-last: justify !important;
}
.coscotopicblok {
	max-width: 1240px;
	margin: auto;
}
@media screen and (max-width: 1200px) {
	.coscotopicblok{
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
}
@media(min-width:992px) and (max-width:1330px) {
	.coscotopicblok {
		width: calc(100%) !important;
	}

	.coscotopicblok{
		width: 100% !important;
	}
}
@media(min-width:992px) and (max-width:1023px) {
	.coscotopicblok {
		margin-left: 0 !important;
	}
}
@media(min-width:1024px) and (max-width:1330px) {
	.coscotopicblok {
		margin-left: 0 !important;
	}
}
.breadcrumb {
	margin: 0 auto 1rem;
	max-width: 1240px;
}

.columnTwoCentralPage {
	width: 1240px;
	margin: 0px auto !important;
	/*padding-left: 10px;*/
}

@media (max-width: 767px) {
	.columnTwoCentralPage {
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
}

@media screen and (max-width: 1200px) {
	.columnTwoCentralPage {
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
}

@media(min-width:992px) and (max-width:1330px) {
	.columnTwoCentralPage {
		width: 100% !important;
	}
}







.price-range-filter .selected-price-range {
  padding: 5px 0;
}

  .price-range-filter .selected-price-range .to {
    float: right;
  }

  .price-range-filter .selected-price-range.manually {
    display: flex;
  }

    .price-range-filter .selected-price-range.manually .from {
      margin-right: 8px;
    }

    .price-range-filter .selected-price-range.manually .from,
    .price-range-filter .selected-price-range.manually .to {
      width: 50%;
    }


@media screen and (max-width: 992px) {
    #block-product-price-filter .filter-content {
        display: block;
        width: 90%;
        margin: auto;
        margin-bottom: 20px;
    }
}

@media(min-width:576px) and (max-width:991px) {
    .order-detail-price {
        margin-top:8px;
    }
}

@media screen and (max-width: 576px) {
    .order-detail-qty {
        margin-top: -10px;
    }

    .order-detail-price {
        margin-top: 10px;
    }

    .cartsubtotal {
    margin-top:10px;
    }
}



.moreideas-top {
    display: flex;
    max-width: 930px;
    height: 228px;
    flex-shrink: 0;
}

.moreideas-title {
    display: flex;
    max-width: 610px;
    height: 228px;
    padding: 12px 24px;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    background: #DDE1D3;
}

.moreideas-title-top {
    display: flex;
    padding: 8px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
}

.moreideas-title-font {
    color: #008A00;
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0rem;
}

.moreideas-title-describes {
    display: flex;
    max-width: 494px;
    padding: 8px 0px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.moreideas-title-describesfont {
    flex: 1 0 0;
    color: #000;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0rem;
}

.moreideas-title-image {
    width: 330px;
    height: 228px;
    flex-shrink: 0;
    display: block;
}

.moreideas-middlefarm {
    display: flex;
    justify-content: center;
    top: 24px;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
}

.moreideas-second {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.moreideas-second-font {
    color: #004026;
    text-align: center;
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    align-self: stretch;
}

.moreideas-second-describesfont {
    color: #004026;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    align-self: stretch;
    text-align: center;
}

.moreideas-secondfarm {
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 40px;
    position: relative;
    top: 24px;
}

.moreideas-secondfarm-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.moreideas-secondfarm-font {
    display: flex;
    width: 180px;
    align-items: center;
    gap: 10px;
}

    .moreideas-secondfarm-font p {
        color: #004026;
        text-align: center;
        font-family: Lato;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        flex: 1 0 0;
        margin-bottom: 0rem;
    }

.moreideas-secondfarm-button {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #004026;
}

.moreideas-link {
    color: #FFF !important;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0rem;
    text-decoration: none;
    background-color: transparent;
}

    .moreideas-link:hover,
    .moreideas-link:active,
    .moreideas-link:focus {
        text-decoration: none;
        outline: none;
        border: none;
    }

.moreideas-secondfarm-threeimage {
    display: flex;
    width: 80px;
    height: 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.moreideas-three-titile {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    position: static;
    padding-top: 50px;
}

    .moreideas-three-titile p {
        color: #004026;
        text-align: center;
        font-family: Lato;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        align-self: stretch;
        margin-bottom: 0rem;
    }

.moreideas-three-imagefarm {
    display: flex;
    max-width: 933px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    top: 24px;
    flex-wrap: wrap;
}

.moreideas-three-imagerow {
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    flex-wrap: wrap;
    justify-content: center;
}

.moreideas-three-image {
    display: flex;
    width: 300px;
    height: 300px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid #D0CECE;
}

.moreideas-bottom {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    position: static;
    padding-top: 50px;
    padding-bottom: 29px;
}

.moreideas-bottom-title {
    color: #004026;
    text-align: center;
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    align-self: stretch;
    margin-bottom: 0rem;
}

.moreideas-bottom-describes {
    color: #004026;
    text-align: center;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    align-self: stretch;
    margin-bottom: 0rem;
}

.last-banners {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.moreideas-bottom-image {
    flex-shrink: 0;
    display: block;
    width: 458.5px;
    aspect-ratio: 3 / 2;
}

@media (max-width: 991px) {
    .last-banners {
        flex-direction: column;
        justify-content: flex-start;
    }

    .moreideas-bottom-image {
        width: 100%;
        max-width: 458.5px;
    }

    .moreideas-title {
        flex-shrink: 1;
    }
}

@media (max-width: 768px) {
    .moreideas-top {
        flex-direction: column;
        margin-bottom: 175px !important;
        align-items: center;
    }

    .moreideas-title-image {
        width: 100%;
        max-width: 330px;
        margin-top: 10px;
    }
}

@media (max-width: 454px) {
    .moreideas-top {
        margin-bottom: 200px !important
    }
}

@media (max-width: 414px) {
    .moreideas-top {
        margin-bottom: 220px !important
    }
}

.sunstainability-contiantin {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    flex-direction: column;
    align-items: center;
}

.sunstainability-title {
    display: flex;
    max-width: 930px;
    padding: 0px 24px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.sunstainability-titlefont {
    align-self: stretch;
    color: #004026;
    text-align: center;
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0rem;
}

.sunstainability-titledescribes {
    color: #004026;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    align-self: stretch;
    margin-bottom: 0rem;
}

.sunstainability-image {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding-top: 28px;
}

.sunstainability-imagedescribes {
    display: inline-flex;
    padding: 4px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.sunstainability-imagedescribes-font {
    color: #004026;
    text-align: center;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0rem;
}

.sunstainability-imagedescribes-link {
    color: #3D76CC;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
}

.sunstainability-bootom-contiantin {
    display: flex;
    max-width: 930px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding-top: 44px;
    padding-bottom: 60px;
}

.sunstainability-bootom-titlefram {
    display: flex;
    max-width: 930px;
    padding: 0px 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.sunstainability-bootom-font {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.sunstainability-bootom-headline {
    color: #008A00;
    text-align: center;
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 0rem;
}

.sunstainability-bootom-fontfram {
    display: flex;
    padding: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.sunstainability-bootom-title {
    color: #333;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    align-self: stretch;
    margin-bottom: 0rem;
}

.sunstainability-bootom-describes {
    color: #333;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-self: stretch;
    margin-bottom: 0rem;
}