@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i&display=swap');

@font-face {
    font-family: 'Barlow';
    src: url('../font/Barlow-Bold.woff2') format('woff2'),
        url('../font/Barlow-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../font/Barlow-BlackItalic.woff2') format('woff2'),
        url('../font/Barlow-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../font/Barlow-Black.woff2') format('woff2'),
        url('../font/Barlow-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../font/Barlow-Regular.woff2') format('woff2'),
        url('../font/Barlow-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../font/Barlow-ExtraBold.woff2') format('woff2'),
        url('../font/Barlow-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../font/Barlow-Italic.woff2') format('woff2'),
        url('../font/Barlow-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../font/Barlow-ExtraBoldItalic.woff2') format('woff2'),
        url('../font/Barlow-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../font/Barlow-ExtraLight.woff2') format('woff2'),
        url('../font/Barlow-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../font/Barlow-BoldItalic.woff2') format('woff2'),
        url('../font/Barlow-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../font/Barlow-Medium.woff2') format('woff2'),
        url('../font/Barlow-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../font/Barlow-Light.woff2') format('woff2'),
        url('../font/Barlow-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../font/Barlow-ExtraLightItalic.woff2') format('woff2'),
        url('../font/Barlow-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../font/Barlow-LightItalic.woff2') format('woff2'),
        url('../font/Barlow-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../font/Barlow-MediumItalic.woff2') format('woff2'),
        url('../font/Barlow-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../font/Barlow-ThinItalic.woff2') format('woff2'),
        url('../font/Barlow-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../font/Barlow-Thin.woff2') format('woff2'),
        url('../font/Barlow-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../font/Barlow-SemiBold.woff2') format('woff2'),
        url('../font/Barlow-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../font/Barlow-SemiBoldItalic.woff2') format('woff2'),
        url('../font/Barlow-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}




body, .cloud-zoom-title, .zoomPreload, .tooltip, .popover {
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Barlow', sans-serif;
    -webkit-font-smoothing: antialiased;

}

body {
    font-size: 16px;

    font-weight: 400;
    line-height: 1.6em;
    color:#111;
}
.bold {
    font-weight: bold;}
.btn.btn-primary {
    background: #FF4500;
    border-color: #FF4500;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
    background: #000;
    border-color: #000;
}

.flexslider {
    width: 100%;
}

.flexslider:after {
    display: table;
    content: "";
    clear: both;
}

    /*menu changes*/

.menu > .top-menu {
    display: flex;
    justify-content: flex-start;
}

.top-menu .sub-menu {
    background: #fafafa;
}

.mobile-menu-inner .menu-icon {
    position: absolute;
    right: -40px;
}

.mobile-menu-inner .menu-icon .title2 {
    color: #fff;
}

#mobile_top_menu_wrapper {
    height: 0;
}

#mobile_top_menu_wrapper .mobile-menu-inner {
    z-index: 999999;
    overflow: visible;
    padding: 0;
    border: none;
    position: fixed;
}

#mobile_top_menu_wrapper .top-menu .sub-menu {
    position: absolute;
    min-height: 100%;
    background: #fff;
    top: 0 !important;
    right: 100%;
    z-index: 10000;
    transition: right 0.5s;
}

#mobile_top_menu_wrapper .top-menu .sub-menu.slided-out {
    right: 0;
}

#mobile_top_menu_wrapper .top-menu .sub-menu.unslided-out {
    right: 100%
}

.top-menu-toolbar {
    cursor: pointer;
    color: white;
    background-color: #00277F;
    padding: 31px 40px 29px 40px;
    font-size: 20px;
    font-weight: bold;
}
.mobile>.top-menu-toolbar {
    padding: 30px 40px;
}
.source-text-with-arrow {
    margin-left: -10px;
}

.top-menu-toolbar .material-icons {
    font-size: 42px;
    line-height: 0.9em;
}
.mobile>.top-menu-toolbar .source-text-pure {
    display: inline-block;
    padding-top: 6px;
    padding-bottom: 6px;
}

#mobile_top_menu_wrapper .mobile .top-menu .category, #mobile_top_menu_wrapper .mobile .top-menu .cms-page, #mobile_top_menu_wrapper .mobile .top-menu .link {
    padding: 0 40px !important;
    margin: 0 !important;
}

#header .js-top-menu.mobile .top-menu a {
    font-size: 20px;
    font-weight: bold;
    padding: 28px 0;
    border-bottom: 1px solid #E7E7E7 !important;
}

#mobile_top_menu_wrapper .mobile-menu-inner .js-top-menu.mobile .top-menu li a:hover {
    color: #00277F !important;
    padding: 28px 0 !important;
}

#header .js-top-menu.mobile a .material-icons {
    font-size: 32px;
    line-height: 0.6em;
    color: #D2D4D7;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="2"] li a {
    padding-left: 0;
}

@media (max-width: 991px) {
    .header-top .container::after, #notifications .container::after {
        display: none;
    }
    .mobile-menu {
        margin: 0;
    }
     .splitpadding{
	padding-bottom:30px;
}
.mobilesplitpadding{
	padding-bottom:30px;
}
}

@media (min-width: 491px) and (max-width: 991px) {
    #mobile_top_menu_wrapper .mobile-menu-inner {
        width: 414px;
    }

    #page.active::before {
        left: 414px;
    }
}

@media (max-width: 490px) {
    #mobile_top_menu_wrapper #_mobile_top_menu {
        padding-top: 0;
    }

    #mobile_top_menu_wrapper .mobile .top-menu .category, #mobile_top_menu_wrapper .mobile .top-menu .cms-page, #mobile_top_menu_wrapper .mobile .top-menu .link {
        padding: 0 20px !important;
    }

    .top-menu-toolbar {
        padding: 31px 20px 29px 20px;
    }
    .mobile>.top-menu-toolbar {
        padding: 30px 20px;
    }
}

@media (max-width: 390px) {
    .top-menu-toolbar {
        padding: 16px 20px 14px 20px;
        font-size: 16px;
    }
    .mobile>.top-menu-toolbar {
        padding: 15px 20px;
    }

    .top-menu-toolbar .material-icons {
        font-size: 32px;
    }

    #header .js-top-menu.mobile a .material-icons {
        font-size: 28px;
        line-height: 0.7em;
    }

    #header .js-top-menu.mobile .top-menu a {
        font-size: 16px;
        padding: 15px 0;
    }

    #mobile_top_menu_wrapper .mobile-menu-inner .js-top-menu.mobile .top-menu li a:hover {
        padding: 15px 0 !important;
    }
}

@media (max-width: 350px) {
    #mobile_top_menu_wrapper .mobile-menu-inner {
        width: 285px;
    }

    #page.active::before {
        left: 285px;
    }
}

@media (max-width: 335px) {
    #mobile_top_menu_wrapper .mobile-menu-inner {
        width: 270px;
    }

    #page.active::before {
        left: 270px;
    }
}
@media (min-width: 992px) {
    .sub-menu-secondary {
        display: none;
    }
}
/*search changes*/

#_mobile_search_trigger_wrap .icon-search-top {
    display: block;
    width: 30px;
    height: 30px;
    background: url("../img/icons/icon-search.svg") no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
    cursor: pointer;
    margin-top: 12px;
    margin-right: 11px;
}

.custom_search-wrapper .search-widget form input[type="text"] {
    min-width: inherit;
    background: #FFFFFF;
    width: 100%;
}

.search-widget form input[type="text"] {
    font-size: 16px;
}

.search-widget form button[type="submit"] {
    background: transparent url("../img/icons/icon-search.svg") no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
    cursor: pointer;
    width: 30px;
    height: 30px;
    top: 12px;
    right: 12px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.search-widget form button[type=submit]:hover, .search-widget form input[type=text]:focus + button[type=submit] {
    background-position: 2px 2px;
}

@media (max-width: 991px) {
    .header-top {
        height: 0;
    }

    .custom_search-wrapper {
        height: 0;
        transition: height 500ms linear;
        box-sizing: border-box;
    }

    .header-top-opened {
        height: 92px;
        padding-top: 20px;
    }

    .header-top-collapsed {
        height: 0;
        padding-top: 0;
    }

    .search-widget {
        display: none;
    }

    .custom_search-wrapper .search-widget form {
        margin: 0 auto;
    }

    #header .header-nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
        -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
    }

    main {
        padding-top: 71px;
    }
}

@media (max-width: 480px) {
    main {
        padding-top: 58px;
    }
    #cart .card .cart-item .price {
        margin-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #header .header-nav .top-logo {
        width: 200px;
    }
}

/*Slider*/
.carousel h2.display-1 {
    display: none;
}

.carousel figure {
    margin-bottom: 0;
}

.carousel .carousel-item .caption {
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.inscription-image-slider-wrap {
    position: static;
}

.light-inscription {
    color: #D3D3D3;
    margin-bottom: 12px;
}

.bold-inscription {
    color: #00277F;
    font-weight: 600;
    font-size: 45px;
    line-height: 1.1em;
    margin-bottom: 80px;
}

.button-lets-shop {
    text-decoration: none;
    display: inline-block;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #FF4500;
    padding: 18px 40px;
}

@media (max-width: 390px) {
    .button-lets-shop {
        padding: 18px 20px;
    }
}
@media (max-width: 340px) {
    .button-lets-shop {
        font-size: 16px !important;
    }
}

.carousel-indicators {
    position: relative;
    bottom: 0;
}

.carousel-indicators li {
    border-color: #d3d3d3;
    margin-right: 6px;
}

.carousel-indicators li:last-child {
    margin-right: 0;
}

.carousel-indicators .active, .carousel-indicators li:hover {
    background-color: #000;
}

/*Language selector*/

.language-selector-wrapper {
    display: flex !important;
    align-items: center;
    padding-left: 40px;
    border: none;
}

.language-selector-icon {
    margin-right: 5px;
}

.language-selector-icon .material-icons {
    font-size: 30px;
}

.dropdown .language-selector-selector {
    background: #eee;
    padding: 5px;
    padding-bottom: 4px;
    cursor: pointer;
    color: black;
}

.language-selector-selector, .language-selector-selector a {
    font-size: 16px;
}

#_desktop_language_selector {
    display: block;
    border: none;
    padding: 25px 15px 0 0;
}

#_desktop_language_selector .language-selector-wrapper {
    padding-left: 15px;
    padding-top: 0;
}

.language-selector .open > .btn-secondary.dropdown-toggle:hover, .language-selector .open > .btn-secondary.dropdown-toggle:focus, .language-selector .btn-secondary:active, .language-selector .open > .btn-secondary.dropdown-toggle {
    background-color: #eeeeee;
    color: black;
}
.language-selector .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.language-selector .dropdown-menu {
    margin-top: 4px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-width: 100%;
    background-color: #eee;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#_desktop_language_selector .dropdown-menu a, #_mobile_language_selector .dropdown-menu a {
    font-size: 16px;
}
.dropdown-menu {
    padding: 0;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:active {
    color: #00277F !important;
}
.dropdown-menu .dropdown-item {
    border-top: 1px solid #e3e3e3;
    padding: 10px 15px;
}

.language-selector .btn-secondary {
    border-color: #eee;
}
@media (max-width: 992px) {
    .language-selector .dropdown-menu {
        margin-top: 0;
    }
}
@media (max-width: 767.9px)
    {.language-selector .dropdown-item {
        padding: 15px;
    }}
@media (max-width: 490px) {
    .language-selector-wrapper {
        padding-left: 20px;
    }
}
@media (min-width: 992px) {
    .language-selector .btn-secondary {
        border: none;
    }
}
/*mobile top string design*/
.mobile-top-string {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mobile-top-string .right-nav {
    display: none;
}
#_desktop_cart .blockcart .blockcart-header a #bgimage, #_mobile_cart .blockcart-header a #bgimage {
    background: rgba(0, 0, 0, 0) url(../img/icons/icon-cart.svg) no-repeat;
}
#_desktop_cart .blockcart:hover .blockcart-header a #bgimage, #_mobile_cart .blockcart-header:hover a #bgimage {
    background: rgba(0, 0, 0, 0) url(../img/icons/icon-cart.svg) no-repeat;
}
.blockcart .cart-products-count {
    background: black none repeat scroll 0 0;
}
@media (min-width: 480px) and (max-width: 991px) {
    #_mobile_search_trigger_wrap .icon-search-top {
        margin-top: 8px;
    }
}
@media (max-width: 480px) {
    #header .header-nav .top-logo {
        width: 140px;
        margin-top: 8px;
    }
}

/*Design changes*/
#tmcms2_block p {
    font-size: 14px;
    line-height: 1.2em;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}
.main-header-top {
    background: #fff;
}
@media (min-width: 992px) {
    /*header*/
    #header .logo {
        margin: 20px 0 20px 0;
    }
    #header .header-nav .right-nav {
        padding: 0;
    }
    #header .header-top {
        padding-top: 10px;
        min-height: 89px;
    }
    .header-top .search-widget {
        top: 20px;
    }
    #_desktop_user_info {
        margin-top: 20px;
    }
    #_desktop_cart {
        margin-top: 20px;
    }
    /*top menu*/
    .top-menu-gray-wrap {
        background: #f6f6f6;
    }

    #_desktop_top_menu>.top-menu {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
    }
    .top-menu a[data-depth="0"] {
        padding: 29px 50px 32px 0;}
    .top-menu a.dropdown-item.dropdown-submenu[data-depth="1"], .top-menu a.dropdown-item[data-depth="2"] {
        font-weight: 500;
        color: #000 !important;
        text-transform: capitalize;
        font-size: 16px;
        border: none !important;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .top-menu[data-depth="1"] .popover.sub-menu {
        padding: 30px;
        right: 10000%;
    }
    .top-menu[data-depth="1"] .popover.sub-menu.sub-menu-appear {
        top: -20px !important;
        left: 100%;
        right: auto;
    }
    .top-menu[data-depth="1"] .popover.sub-menu li:first-child a.dropdown-item {
        padding-top: 5px;
    }
    .top-menu a[data-depth="0"] {
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.5px;
        text-transform: uppercase;}
    #_desktop_top_menu .top-menu a:hover, #_desktop_top_menu .top-menu a:focus, #_desktop_top_menu .top-menu a:active {
        color: #00277F !important;
    }
    .top-menu .sub-menu {
        margin-left: -20px;
        border-radius: 0;
        -moz-border-radius: 0;
        background: #fff;
        padding: 10px 0 10px 20px;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);}
    #_desktop_top_menu #top-menu .popover.threecolumn, #_desktop_top_menu #top-menu .popover.twocolumn {
        width: auto;
    }
    .top-menu .sub-menu ul[data-depth="1"] > li {
        float: none;
    }
}
@media (max-width: 991.9px) {
    .top-menu-gray-wrap {
        display: none;
    }
}

/*Service icons*/
.service-top.container {
    background: #f6f6f6;
    width: 100%;
    max-width: 100%;
    padding-top: 84px;
    padding-bottom: 90px;
}
.service-top.container::before, .service-top.container::after {
    display: table;
    content: '';
}
.service-top.container::after {
    clear: both;
}
#tmservicecmsblock {
    margin-top: 0;}
.icon-box {
    font-family: inherit;
    display: flex;
    align-items: center;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
}
.icon-box_image-wrap {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #C0C0C0;
}
.icon-box_text-wrap {
    font-family: inherit;
    padding-left: 20px;
    width: 72%;
    box-sizing: border-box;
}
.icon-box_text-h {
    font-family: inherit;
    font-size: 14px;
    text-transform: uppercase;
    color: #00277F;
    letter-spacing: 0.5px;
    font-weight: bold;
}
.icon-box_text-h:hover, .icon-box_text-h:focus, .icon-box_text-h:active {
    color: #00277F;
    text-decoration: underline;
}
.icon-box_text {
    font-family: inherit;
    margin-bottom: 0;
    color: #989898;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.4em;
}
/*products on home*/
.tm-hometabcontent {
    padding-top: 55px;
}
.tab-main-title {
    border-top: none;
    margin-bottom: 55px;
}
.tm-hometabcontent .tabs .nav-tabs .nav-link {
    color: #989898;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.20px;
}
.tm-hometabcontent .tabs .nav-tabs .nav-link.active {
    color: black;
}
.products img {
    border-radius: 0;
    -webkit-border-radius: 0;}
.products .product-price-and-shipping {
    display: flex;
}
.products .product-miniature .discount-percentage.discount-percentage{
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}
.products .product-price-and-shipping .price {
    color: #000;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 600;}
.products .product-price-and-shipping .regular-price {
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 600;
    line-height: 23px;
}

.product-title a {
    color: #000000;
    font-weight: 400;
    line-height: 1.4em;
    font-size: 16px}
.product-title a:hover, .product-title a:focus, .product-title a:active {
    color: #00277F;
}
.products .product_list li.product_item:hover .product-title a, .products .product_list li.product_item:focus .product-title a, .products .product_list li.product_item:active .product-title a {
    color: #00277F
}
.products .product_list li.product_item:hover .product-actions, .products .product_list li.product_item:hover .product-actions-main, .products .product_list li.item:hover .product-actions, .products .product_list li.item:hover .product-actions-main {
    bottom: 0px;
}
.product-actions .add-to-cart, .products .product_list li .product-miniature .product-actions .view_detail, .product-actions-main .add-to-cart, .products .product_list li .product-miniature .product-actions-main .view_detail {
    border-color: #FF4500;;
    text-transform: uppercase;
    background: #FF4500;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 12px 35px 13px;
    font-size: 14px;
}
.products .product-miniature .product-flags .new.discount-percentage, .products .product-miniature .online-only.discount-percentage, .products .product-miniature .on-sale.discount-percentage, .products .product-miniature .discount-percentage.discount-percentage, #left-column .sidebar-latest .products .discount-percentage, #cart .cart-grid-body .cart-item .has-discount .discount {
    background: #00277F;
}
.loadmore {
    display: none;
}
.loadmore .gridcount {
    border-color: #00277F;
    background-color: #00277F;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

@media (min-width: 1200px) {
    #index .products .product_list li.product_item.col-lg-3, #index .products .product_list li.product_item.col-lg-3, #product .products .product_list li.product_item.col-lg-3, #index .products .product_list li.product_item.col-lg-3 {
        width: 25%;
    }
}

/*blue banners*/
.blue-banner-wrap {
    color: white;
    padding: 35px 40px 30px;
    background-color: #00277F;
}
.blue-banner-wrap-light {
    background-color: #4372DD;
}
.blue-banner-wrap p {
    font-size: 14px;
    letter-spacing: 0.5px;
}
.blue-banner-wrap h3 {
    margin-bottom: 15px;
}
#tmcmsbannerblock {
    padding-top: 60px;
    padding-bottom: 110px;
}
/*footer*/
.footercontainer .links .h3, .footercontainer .links h3, .footercontainer .links h3
a, .block_newsletter p.title {
    font-size: 14px;
    margin-bottom: 0;
}
.footer-container li a {
    font-size: 14px;
    text-transform: none;
}
.footer-container li a:hover, .footer-container li a:focus, .footer-container li a:active {
    color: black;
    text-decoration: underline;
}
@media (max-width: 991px)
    {.footer-container .links .collapse {
        display: block !important;
    }}
@media (max-width: 480px)
{.footer-container {
    padding-left: 15px;
    padding-right: 15px;
}}

.block_newsletter form input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.block_newsletter form input[type="email"] {
     color: #575757;
}
.block_newsletter form input.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #000;
    border-color: #000;
}
.block_newsletter form input.btn:hover {
    background: #00277F;
    border-color: #00277F;
}
.row.footer .block-contact.col-md-4.links.wrapper.hb-animate-element.bottom-to-top {
    position: static;
}
#block-contact_list .image {
    display: none;}
#block-contact_list {
    font-size: 14px;
    color: #1d1d1d;
}
#block-contact_list a {
    color: #1d1d1d;
}
.copyright-custom {
    color: #989898;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.top_button {
    background: black;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
}
.top_button .material-icons {
    font-size: 32px;
    color: white;
    margin-top: 13px;
}
.footer-logo-wrap {
    max-width: 216px;
    margin-bottom: 10px;
}
.footer-logo-wrap img {
    width: 100%;
}
@media (max-width: 991px) {
    .footer-container .links {
        margin-bottom: 25px;
    }
    .footer-container .links ul li {
        padding-top: 10px;
    }
    .footer-container .links .title {
        margin-bottom: 0;
    }
    .footer-logo-wrap {
        margin-bottom: 20px;
    }
    .row.footer .block-contact.col-md-4.links.wrapper.hb-animate-element.bottom-to-top {
        padding-bottom: 5px;
    }
}
/*modal added to cart*/
#blockcart-modal .cart-products-count {
    font-size: 16px;
    letter-spacing: 0.5px;
}
#blockcart-modal .product-name {
    font-size: 14px;
    letter-spacing: 0.5px;
}
#blockcart-modal p, #blockcart-modal span {
    font-size: 14px;
    letter-spacing: 0.5px;
}
#blockcart-modal .close span {
    font-size: 32px;
}
#blockcart-modal .cart-content .btn {
    color: black;
    border: 1px solid #000;
    background: #fff;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 600;
}
#blockcart-modal .cart-content .btn:hover {
    color: white;
    background: #000;
}
#blockcart-modal .cart-content a.btn-primary {
    background: #FF4500;
    border-color: #FF4500;
}
@media (max-width: 991px) {
    #blockcart-modal .product-image {
        margin-left: 0;
    }
}
/*cart*/
#_desktop_cart .blockcart:hover .blockcart-header .material-icons {
    color: #000;
}
.cart_block .cart-item .cart-info .remove-from-cart .material-icons:hover {
    color: #FF4500 !important;
}
#cart .breadcrumb, #order-confirmation .breadcrumb, #authentication .breadcrumb {
    display: none;
}
.card {
    border: none;
}
.card-block {
    padding: 0;
}
.card-block h1 {
    text-transform: capitalize;
    font-size: 28px;
    margin-bottom: 45px;
    margin-top: 35px;
}
.cart-item {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.cart-item:first-child {
    border-top: 1px solid #ddd;
}
li.cart-item:last-child {
    border-bottom: 1px solid #ddd;
}
.cart-grid-body .cart-overview {
    padding: 0;
}
.product-line-grid-body > .product-line-info > .label:hover, .product-line-grid-body > .product-line-info > .label:focus, .product-line-grid-body > .product-line-info > .label:active {
    color: black;
    text-decoration: underline;
}
.product-line-grid-body {
    font-size: 14px;
}
.product-line-grid-right .cart-line-product-actions .remove-from-cart:hover, .product-line-grid-right .cart-line-product-actions-main .remove-from-cart:hover .product-line-grid-right .product-price .remove-from-cart:hover {
    color: #FF4500;
}
.cart-grid-body a.label {
    display: inline-flex;
    align-items: center;}
.cart-grid-body a.label:hover {
    color: #999;
}
.cart-grid .card.cart-summary {
    padding: 30px 15px 15px 15px;
    border: 1px solid #ddd;
}
.card.cart-summary, #js-checkout-summary{
    font-size: 14px;
}
.cart-grid .card-block{
    margin-bottom: 40px;
}
.cart-grid .checkout.card-block {
    margin-bottom: 0;}
#product .pro_detail .product-information .product-actions .add-to-cart, #cart .cart-summary .checkout .btn-primary, #product .pro_detail .product-information .product-actions-main .add-to-cart {
    background: #FF4500;
    border-color: #FF4500;
    font-weight: 600;
}
#cart .cart-summary .checkout .btn-primary {
    width: 100%;
}
/*checkout*/
#js-checkout-summary .card-block .cart-summary-products a, #conditions-to-approve .condition-label .js-terms a {
    color: black;
    border-bottom: 1px dashed black;
}
#js-checkout-summary .card-block .cart-summary-products a:hover, #conditions-to-approve .condition-label .js-terms a:hover {
    color: #FF4500;
    border-color: #FF4500;
}
.custom-radio input[type="radio"]:checked + span {
    background-color: black;}
body#checkout [data-action="show-password"], #authentication [data-action="show-password"], .input-group .input-group-btn > .btn {
    background: #000;
}
body#checkout [data-action="show-password"]:hover, #authentication [data-action="show-password"]:hover, .input-group .input-group-btn > .btn:hover {
    background: #999;
}
#checkout-payment-step .payment-option {
    display: flex;
}
#checkout-payment-step .payment-option label {
    text-align: left;
}
body#checkout section.checkout-step-remake#checkout-payment-step .custom-radio {
    margin-top: 5px;}
.amzbuttoncontainer {
    text-align: left;
}
@media (min-width: 992px) {
    #order-confirmation #wrapper{
        padding-top: 120px;
    }
}
/*product page*/
#product .breadcrumb ol, .breadcrumb ol {
    text-align: left;
    font-size: 13px;
}
.breadcrumb a:hover {
    color: black;
    text-decoration: underline;
}
.productpage_title, .quickview h1.h1 {
    font-size: 36px;
    letter-spacing: 0;
    font-weight: normal;
}
.product-information, .tab-pane {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
}
.product-prices {
    margin-top: 40px;
}
.product-actions .add-to-cart{
    padding: 14px 50px 15px;
}
.product-cover .layer .zoom-in {
    color: #999
}
#product .product-tabcontent .tabs .nav-tabs .nav-link.active {
    background: #00277F none repeat scroll 0 0;
    border-bottom: 2px solid #00277F;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;}
.tabs .nav-tabs .nav-link:hover {
    color: #999;
}
@media (min-width: 768px) {
    .pro_detail {
        padding-left: 56px;
    }
}
@media (max-width: 767.9px) {
    #product .page-content .product-leftside {
        margin-left: 0;
    }
}
/*product list*/
.breadcrumb .h1 {
    font-size: 32px;
    font-weight: bold;
    text-align: left;
    letter-spacing: 0;
    margin-top: 12px;
    margin-bottom: 0;
}
#left-column a, #right-column a {
    color: #555;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.5px;}
.custom-checkbox input[type="checkbox"] + span {
    margin-right: 3px;
    margin-top: -5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #000000;
}

#left-column a:hover, #right-column a:hover {
    color: #000;
}
.custom-checkbox input[type="checkbox"] + span .checkbox-checked {
    display: none;
    margin: -2px 0 0 -2px;
    font-size: 22px;
    color: #000;
}
.products-selection .display {
    display: none;
}
.total-products p {
    margin: 0 0 10px 0;
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 400;}
.products-selection>.col-md-6>.row {
    display: flex;
    align-items: center;
}
.products-selection .sort-by {
    padding-top: 0;
    font-size: 15px;
}
.products-selection .total-products {
    padding-top: 8px;}

.products-sort-order .select-list:hover {
    background: #999;
}
.active_filters {
    background: #F6F6F6;
    padding: 16px 19px 6px;
    margin-bottom: 10px;
    margin-top: 17px;}
.pagination > div:first-child {
    font-size: 15px;}
.pagination a {
    height: 35px;
    margin: 0;
    padding: 5px 5px;
    width: 35px;
    color: #000;
    background: none;
    border: none;
    display: block;
    font-weight: 400;
    /* border: 1px solid #000; */
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    border-radius: 0;
    -webkit-border-radius: 0;}
.pagination .current a, .pagination a:hover {
    border-color: black;
    background-color: black;
}
.products .product_list .add-to-cart:hover, 
.products .product_list li .product-miniature .product-actions .view_detail:hover, 
.products .product_list li .product-miniature .product-actions-main .view_detail:hover .products .product_list li:hover .add-to-cart,
.products .product_list li:hover .product-miniature .product-actions .view_detail {
/* .products .product_list li:hover .product-miniature .product-actions-main .view_detail { */
    background: #FF4500;
    border-color: #FF4500;
}
@media (min-width: 1200px) {
    .products-sort-order {
        font-size: 15px;
    }
}
@media (max-width: 991px) {
    .products .product_list li.product_item:hover .product-actions, 
    /* .products .product_list li.product_item:hover .product-actions-main,  */
    .products .product_list li.item:hover .product-actions, 
    .products .product_list li.item:hover .product-actions-main {
        top: 0;
    }
    #products .product-description, .products .product-description, .product-accessories .product-description {
        text-align: left;
    }
    .products .product_list li .product-miniature .product-actions, .products .product_list li .product-miniature .product-actions-main {
        text-align: left;
    }
    .product-description .product-title a {
        text-align: left;
    }
    #products .product-title, .products .product-title, .product-accessories .product-title {
        text-align: left;}
    .products .product_list.gridcount .h3.product-title {
        text-align: left;
    }
}
@media (max-width: 480px)
    {.products .product_list li.product_item.col-sm-6, 
        .products .product_list li.item.col-sm-6, 
        .products .product_list li.product_item.col-md-6 {
        /* width: 100%; */
        width: 50%;
    }
    #products .product-miniature, .products .product-miniature {
        max-width: 290px;
    }
}

/*mobile corrections*/
@media (max-width: 991px) {
    .icon-box {
        flex-wrap: wrap;
        justify-content: center;
    }
    .icon-box_text-wrap {
        padding-left: 0;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .service-top.container {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .tab-main-title {
        margin-bottom: 20px;
    }
    .footer-container {
        padding-top: 20px;
        padding-bottom: 60px;
    }
}
@media (max-width: 767.9px) {
    #cart .cart-summary .checkout .btn-primary {
        padding-top: 12px;
        padding-bottom: 10px;
        font-size: 16px;
    }
    .continue.btn {
        padding-top: 12px;
        padding-bottom: 10px;
        font-size: 16px;
    }
    .icon-box {
        margin-bottom: 40px;
    }
    .service-top.container .col-md-4:last-child .icon-box {
        margin-bottom: 0;
    }
    #home-page-tabs {
        display: flex;
    }
    .tm-hometabcontent .tabs .nav-tabs .nav-item {
        width: auto;
    }
    .tab-main-title {
        margin-bottom: 0;
    }
    .product-title a {
        padding: 0;
    }
    #tmcmsbannerblock .col-md-6:first-child {
        margin-bottom: 30px;
    }
}
/*related products*/
.page-product-box {
    float: left;
    width: 100%;
}
.page-product-box .page-product-heading {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}
/*remove product images transitions*/
.product_item:hover img.replace-2x, .products li.item:hover img.replace-2x {
    opacity: 0;
}
.products .product_list li:hover .product-miniature .quick-view, .tm-hometabcontent .products .product_list li:hover .product-miniature .quick-view {
    opacity: 0;
}
/*show stock status*/
.stock-status {
    font-size: 20px;
    margin-top: -3px;
    margin-right: 3px;
}
.stock-status-red {
    color: red;
}
.stock-status-orange{
    color: #FF4500;
}
.stock-status-green {
    color: #1FD179
}
.stock-status-wrapper {
    margin-bottom: 16px;
}
.stock-status-text {
    font-size: 18px;
}
/*icons in pdp*/
.product-iconboxes-wrap {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    margin-top: 40px;
}
.product-iconbox-image {
    margin-right: 15px;
}
.product-iconbox-image img {
    height: 70px;
}
.product-iconbox-line {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    min-height: 70px;
    font-size: 16px;
}
@media (max-width: 991.9px) {
    .product-iconbox-line {
        margin-bottom: 25px;
    }
}
/*product reviews*/
.product-miniature .stars-container {
    display: none !important;
}
.product-prices .comment_anchor_content {
    display: block;
}
.comment_anchor {
    display: none;
}
.comment_anchor_content img {
    width: 66px !important;}
#lgcomment .content-button {
    margin-top: 0;
    text-align: left;}
#lgcomment .content-button .lgcomment_button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #00277F;
    color: #00277F;
    font-size: 16px;
}
#lgcomment .content-button .lgcomment_button:hover {
    background: #00277F;
    color:white;
}
#product .product-tabcontent .tabs .nav-tabs .nav-link {
    cursor: pointer;
}
#form_review_popup #submit_review {
    background: #FF4500;
    border-color: #FF4500;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#lgcomment #more_less .btn {
    background: white;
    color: #00277F;
    border: 1px solid #00277F;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#lgcomment #more_less .btn:hover {
    background: #00277F;
    color: white;
}
.commentfilter {
    width: auto;
    float: none;
}
.commentfilter img {
    width: 80px;
}
.commentfiltertitle {
    margin-bottom: 15px;
}
.commentfilterreset {
    margin-top: 10px;
}
.commentfilterreset span {
    display: inline-block;
    padding: 3px 10px;
    border: 1px solid #777;
    cursor: pointer;
}
.commentfilterreset span:hover {
    background: #777;
    color: white;
}
.lgcomment_summary {
    border-bottom: 2px solid #00277F;}
.product-manufacturer a:hover {
    color: black;
    text-decoration: underline;
}
@media (max-width: 768px){
    #lgcomment .productComment .info-block {
        text-align: left;
    }
    #lgcomment .productComment .info-block .col-md-2, #lgcomment .productComment .info-block .col-md-10 {
        padding-left: 0;
    }
}
/*Remove product flags*/
.product-leftside .product-flags:hover {
    opacity: 0;
}
@media (min-width: 481px) and (max-width: 991px) {
    #products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description {
        height: 120px;
    }
}
.faceted-overlay .spinner {
    background: url(../img/loading.gif) no-repeat center center #fff;
    width: 100px;
    height: 100px;
}
#main .page-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    padding: 0;
}
.product-information {
    margin-top: 15px;
}
/*changes connected with image sizes*/
@media (min-width: 1250px) {
    .product-cover img {
        width: 470px !important;
        height: 470px;
    }
    .products img {
        width: 284px !important;
        height: 284px;
	object-fit: contain;
	display: block;
    }
    .products .category-product-miniature img {
        width: 290px !important;
        /* height: 290px; */
        height: 215px;
        object-fit: contain;
    }
}
@media (min-width: 1200px) and (max-width: 1249px) {
    .product-cover img {
        width: 449px !important;
        height: 449px;
    }
    .products img {
        width: 272px !important;
        height: 272px;
    }
    .products .category-product-miniature img {
        width: 277px !important;
        height: 277px;
    }
}
@media (min-width: 992px) and (max-width: 1199px)
    {#blockcart-modal .product-image {
        width: 176px;
    }
    .products img {
        width: 222px !important;
        height: 222px;
    }
    .products .category-product-miniature img {
        width: 226px !important;
        height: 226px;
    }
    .product-cover img {
        width: 365px !important;
        height: 365px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
#blockcart-modal .product-image {
    width: 140px;
}
}
@media (max-width: 991px)
    {#product-modal .modal-content .modal-body {
        flex-direction: row;
    }
    #product-modal .modal-content .modal-body img.product-cover-modal {
        width: 578px !important;
    }
    #product-modal .modal-content .modal-body .image-caption {
        width: 578px !important;
    }
    #product-modal .modal-content .modal-body .product-images img {
        width: 83px !important;
    }
    #product-modal .modal-content .modal-body .product-images {
        text-align: left !important;
    }
}
@media (max-width: 790px) {
    #product-modal .modal-content .modal-body .product-images {
        text-align: center !important;
    }
}
@media screen and (max-width: 767.9px)
    {#product #content .product-leftside {
        width: 290px;
    }
    .products .product-thumbnail {
        text-align: left;
    }
    .products .product_list img {
        width: 290px !important;
    }
    #blockcart-modal .product-image {
        width: 224px;
    }
    .cart_block .cart-item .cart-image {
        width: 76px;
    }
    .product-line-grid-left img {
        width: 76px;
    }
    .product-line-grid-left img {
        max-width: none;
    }
}

@media (min-width: 768px) and (max-width: 787px) {
    .product-images > li.thumb-container > .thumb, .images-container .product_list .thumb-container .thumb {
        width: 85px !important;
    }
    .owl-carousel .owl-item {
        width: 95px !important;
    }
}

@media (max-width: 643px) {
    .products .product_list li.product_item {
        /* width: 100%; */
        width: 50%;
        padding: 11px !important;
    }
    .page-product-box .page-product-heading {
        text-align: left;
    }
    #products .product-miniature, .products .product-miniature {
        max-width: 290px;
    }
}

@media (max-width: 480px) {
    #blockcart-modal .modal-body .divide-right {
        padding-left: 10px;
        padding-right: 10px;
    }
    .products .h3.product-title a, #products .product-title, .products .product-title, .product-accessories .product-title {
        text-overflow: unset;
        white-space: normal;
    }
}

@media (max-width: 345px) {
    #product #content .product-leftside {
        margin-left: -15px;
    }
}
#_desktop_cart .blockcart:hover .blockcart-header .cart-title, #_desktop_cart .blockcart:hover .blockcart-header .material-icons, #_mobile_cart .blockcart:hover .blockcart-header .material-icons {
    color: black;
}
#products .products {
    margin-right: -10px;
    margin-left: -10px;
}
#main .images-container .js-qv-mask .customNavigation {
    top: 45px;
}
@media (max-width: 992px) {
    #main .images-container .js-qv-mask .customNavigation {
        top: 40px;
    }
}
@media (max-width: 767.9px) {
    #blockcart-modal .cart-content p {
        display: none;}
}
/* MAXE CUSTOM CSS */
.quotediv{
	background-color: #eeeeee; 
	padding: 15px;
}
.delivery-information{
	font-size: 12px;
}
.product-description ul, .product-information ul, .seo-description ul {
  margin-left: 20px !important;
  list-style: disc !important;
}
.product-information .product-variants ul {
    list-style: none !important;
    margin-left: 0 !important;
}
.seo-description a {
  color: #00277F !important;
  text-decoration: none; /* fjerner default underline */
  border-bottom: 1px dashed #00277F;
}

.seo-description a:hover {
  border-bottom: 1px solid #00277F; /* hel streg ved hover */
}

button, input, select, textarea{
	font-size:16px !important;
}
.product-description{
	max-width: 750px;
}
.staticimages{
	max-width: 350px;
}
.block-contact{
	font-size:14px !important;
}
a:link {
  color: inherit;
}
.breadcrumb a {
    color: #00277F;
}
.page-content a, #description a{
	  border-bottom: 1px dashed;
}

/* visited link */
a:visited {
  color: inherit;
}

/* mouse over link */
a:hover {
  color: #004097;
}

/* selected link */
a:active {
  color: #004097;
}
h4 { 
    display: block;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h5 { 
    display: block;
    font-size: .83em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h6 { 
    display: block;
    font-size: .67em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
.footerlogo{
	width: 150px;
	margin-bottom: 15px;
}
.footer, .footer-container li a{
	line-height: 20px;
    color: #1d1d1d;
}
#123block-contact_list {
    line-height: normal;
    letter-spacing: normal;
}
.footer-container h3, .footer-container .links h3{
	margin-bottom: 10px !important;
    font-weight: 600 !important;
}
.footer-container .links .h3, .footer-container .links h3, .footer-container .links h3 a, .block_newsletter p.title {
    color: #1d1d1d !important;
}

#products .product-title a, .products .product-title a, .product-accessories .product-title a {
    display: block;
    text-transform: none;
}
.product-list-description-wrapper {
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 10px;
    min-height: 39px;
    padding-right: 5px;
    text-align: left;
}
.product-title-span {
    min-height: 45px;
    padding-right: 5px;
    margin-bottom: 8px;
}
.ellipsis {
    display: block;
}
#products .product-description, .products .product-description, .product-accessories .product-description {
    height: 148px;
}
@media (max-width: 991px) {
    #products .product-description, .products .product-description, .product-accessories .product-description {
        min-height: 148px;
        height: auto;
    }
}
.breadcrumb .container {
    border-bottom: none;
}
#wrapper {
    padding-top: 0;
}
@media (max-width: 767.9px) {
    #wrapper {
        padding-top: 40px;
    }
}
.h1 {
    text-transform: capitalize;
    /* font-weight: bold; */
    font-weight: 600;
    font-size: 28px;
}
.category-description {
    font-size: 14px;
    padding: 18px 30px 10px;
    background-color: rgb(246, 246, 246);
    margin-top: 20px;
    margin-bottom: 40px;
}
/*thumb navigation*/
#main .images-container .js-qv-mask ul,
#main .images-container .js-qv-mask > div {
    padding: 0;
}
.thumb-container.item {
    padding: 0 10px 0 0;
}
.custombutton {
    line-height: 3rem;
    border: 2px solid #3e3e3e !important;
    padding:10px;
}
.custombutton:hover{
    line-height: 3rem;
    border: 2px solid #00277F !important;
    color: #00277F;
    padding:10px;
}
.thumb-container.item img {
    box-sizing: content-box !important;
}
/*Fixed sizes for little thumbs*/
@media (min-width: 1250px) {
    .thumb-container.item img {
        width: 92px !important;
        height: 92px !important;
    }
}

@media (max-width: 1249.9px) {
    .thumb-container.item img {
        width: 88px !important;
        height: 88px !important;
    }
}

@media (max-width: 1199.9px) {
    .thumb-container.item img {
        width: 93px !important;
        height: 93px !important;
    }
}

@media (max-width: 991.9px) {
    .thumb-container.item img {
        width: 83px !important;
        height: 83px !important;
    }
}

@media (max-width: 767.9px) {
    .thumb-container.item img {
        width: 71px !important;
        height: 71px !important;
    }

    .main-header-top {
        padding-top: 0;
    }
    .top-div.container {
        padding: 0;
    }
}
/*mobile slider*/
.flexslider {
    height: 70vh;
}
.flexslider .flex-direction-nav{
    display: none;
}
.flexslider .slide a{
    display: block;
    position: relative;
    height: 70vh;
    min-height: 430px;
    overflow: hidden;
}
.flexslider .slides img {
    position: absolute;
    top: 0;
    left:0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.flex-control-paging li a {
    border-color: #d3d3d3;
}
.flex-control-paging li a:hover, .flex-control-paging li a.flex-active {
    background-color: #000000;
    border-color: #000;
}
.flex-control-nav {
    position: static;
    margin-top: 20px;
}
@media (max-width: 767.9px) {
    .flexslider .caption-description {
        left: 50px;
        padding-right: 50px;
        bottom: 0;
        top: 0;
        display: flex;
        align-items: center;
    }
    .bold-inscription {
        font-weight: normal;}
    #header .header-top {
        display: none;
    }
}

@media (max-width: 490px) {
    .flexslider .caption-description {
        left: 25px;
        padding-right: 25px;
    }
    .bold-inscription {
        margin-bottom: 30px;}
}
.spinner {
    position: absolute;
    overflow: hidden;
}

/*fontello icon*/
@font-face {
    font-family: 'fontello';
    src: url('../font/fontello.eot?88972905');
    src: url('../font/fontello.eot?88972905#iefix') format('embedded-opentype'),
    url('../font/fontello.woff2?88972905') format('woff2'),
    url('../font/fontello.woff?88972905') format('woff'),
    url('../font/fontello.ttf?88972905') format('truetype'),
    url('../font/fontello.svg?88972905#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon-spin3:before, .icon-sliders:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;


}
.icon-spin3:before {content: '\e832';color: white;}
.icon-sliders:before { content: '\f1de';color: #111;}

.animate-spin {
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-o-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-ms-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.add-to-cart-spinned .icon-spin3 {
     display: none;
 }

.add-to-cart-spinned.acs-active .icon-spin3 {
    display: inline-block;
}
/*Contact form*/
.gformbuilderpro_form {
    padding: 0;
}
.grecaptcha-badge {
    display: none !important;
}
.success_box {
    background: transparent;
    border: none;
    padding: 0;}
.gformbuilderpro_form .btn {
    background: #FF4500;
    border-color: #FF4500;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    color: white;
    padding: 10px 30px 9px;
}
.gformbuilderpro_form .btn:hover, .gformbuilderpro_form .btn:focus, .gformbuilderpro_form .btn:active {
    background: #000;
    border-color: #000;
}
.gformbuilderpro_form_1 textarea {
    height: 100px;}
.contact-form-header {
    margin-bottom: 30px;
}
.get-in-touch-form-wrapper {
    margin-top: 40px;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 40px;
}
@media (max-width: 991.9px) {
    .contact-form-header  {
        margin-top: 90px;
    }
}
@media (max-width: 480px) {
    .gformbuilderpro_form_1 .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}
/*Checkout remake into one page*/
body#checkout section.checkout-step-remake {
    background-color: #FFFFFF;
    border: 1px #ddd solid;
    padding: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 20px;
}
body#checkout section.checkout-step-remake .step-title {
    text-transform: uppercase;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
}
body#checkout section.checkout-step-remake .content {
    padding: 0 2.3125rem;
}
body#checkout section.checkout-step-remake .step-edit {
    text-transform: lowercase;
    font-weight: 500;
}
body#checkout section.checkout-step-remake .step-edit .edit {
    font-size: 1rem;
}
body#checkout section.checkout-step-remake .not-allowed {
    cursor: not-allowed;
    opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
}

body#checkout section.checkout-step-remake .done,
body#checkout section.checkout-step-remake .step-edit {
    display: none;
}
body#checkout section.checkout-step-remake.-current .content {
    display: block;
}
body#checkout section.checkout-step-remake.-current.-reachable.-complete .done,
body#checkout section.checkout-step-remake.-current.-reachable.-complete .step-edit {
    display: none;
}
body#checkout section.checkout-step-remake.-current.-reachable.-complete .step-number {
    display: inline-block;
}
body#checkout section.checkout-step-remake.-current.-reachable.-complete .content {
    display: block;
}
body#checkout section.checkout-step-remake.-reachable.-complete h1 .done {
    display: inline-block;
}

body#checkout section.checkout-step-remake.-reachable.-complete h1 .step-edit {
    cursor: pointer;
    display: block;
    float: right;
    margin-right: 0.125rem;
    text-transform: capitalize;

}
body#checkout section.checkout-step-remake.-reachable.-complete .content {
    display: none;
}
body#checkout section.checkout-step-remake small {
    color: #acaaa6;
}
body#checkout section.checkout-step-remake .default-input {
    min-width: 40%;
}
body#checkout section.checkout-step-remake .default-input[name=address1],
body#checkout section.checkout-step-remake .default-input[name=address2] {
    min-width: 60%;
}
body#checkout section.checkout-step-remake .radio-field {
    margin-top: 1.875rem;
}
body#checkout section.checkout-step-remake .radio-field label {
    display: inline;
}
body#checkout section.checkout-step-remake .checkbox-field div {
    margin-top: 3.75rem;
}
body#checkout section.checkout-step-remake .checkbox-field + .checkbox-field div {
    margin-top: 0;
}
body#checkout section.checkout-step-remake .select-field div {
    background: #f6f6f6;
    padding: 0.625rem 3.125rem;
}
body#checkout section.checkout-step-remake .form-footer {
    text-align: right;
}
body#checkout section.checkout-step-remake #conditions-to-approve {
    padding-top: 1rem;
}
body#checkout section.checkout-step-remake .payment-options label {
    display: inline-block;

}
body#checkout section.checkout-step-remake .payment-options .custom-radio {
    margin-right: 15px;

}
body#checkout section.checkout-step-remake .payment-options .payment-option {
    margin-bottom: 0.5rem;
}
body#checkout section.checkout-step-remake .step-number {
    display: inline-block;
    padding: 0.625rem;
}
body#checkout section.checkout-step-remake .address-selector {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
body#checkout section.checkout-step-remake .address-item {
    border: 1px solid #ddd;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 49%;
    -moz-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    margin-bottom: 15px;
}
body#checkout section.checkout-step-remake .address-item .h4{
    font-size:14px;
    line-height: 24px;
}
body#checkout section.checkout-step-remake .address-item.selected {
    background: #FFFFFF;
    border-color: #ddd;
}
body#checkout section.checkout-step-remake .address-alias {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 0.625rem;
}
body#checkout section.checkout-step-remake .address {
    margin-left: 1.5625rem;
    font-weight: normal;
}
body#checkout section.checkout-step-remake .radio-block {
    padding: 20px;
    text-align: left;
}
body#checkout section.checkout-step-remake .custom-radio {
    margin-right: 4px;
    margin-top: 0;
}
body#checkout section.checkout-step-remake .address-item .custom-radio{
    margin-right: 5px;
    margin-top: 0px;
}
body#checkout section.checkout-step-remake .custom-radio input[type="radio"] {
    height: 1.25rem;
    width: 1.25rem;
}
body#checkout section.checkout-step-remake .delete-address,
body#checkout section.checkout-step-remake .edit-address {
    display: inline-block;
    margin-right:10px;
}
body#checkout section.checkout-step-remake .delete-address .delete,
body#checkout section.checkout-step-remake .delete-address .edit,
body#checkout section.checkout-step-remake .edit-address .delete,
body#checkout section.checkout-step-remake .edit-address .edit {
    font-size: 1rem;
    padding-right: 22px;
}
body#checkout section.checkout-step-remake hr {
    margin: 0;
}
body#checkout section.checkout-step-remake .address-footer {
    padding: 0 40px 20px;
    text-align: left;
}
body#checkout section.checkout-step-remake #delivery-addresses,
body#checkout section.checkout-step-remake #invoice-addresses {
    margin-top: 1.25rem;
}
body#checkout section.checkout-step-remake .add-address {
    margin-top: 1.25rem;
}
body#checkout section.checkout-step-remake .add-address a {
    color: #414141;
}
body#checkout section.checkout-step-remake .add-address a i {
    font-size: 0.9375rem;
}
body#checkout section.checkout-step-remake .delivery-option {
    padding: 10px 0;
    margin: 15px 0;
    border: 1px solid #ddd;
}
body#checkout section.checkout-step-remake .delivery-option .custom-radio{
    margin-top: 12px;
}
body#checkout section.checkout-step-remake .delivery-option label {
    text-align: inherit;
}
body#checkout section.checkout-step-remake .carrier-delay,
body#checkout section.checkout-step-remake .carrier-name {
    display: inline-block;
    word-break: break-word;
    text-align: left;
}
body#checkout section.checkout-step-remake #customer-form,
body#checkout section.checkout-step-remake #delivery-address,
body#checkout section.checkout-step-remake #invoice-address,
body#checkout section.checkout-step-remake #login-form {
    margin-left: 0.3125rem;
    margin-top: 1.5625rem;
}
body#checkout section.checkout-step-remake #customer-form .form-control-label,
body#checkout section.checkout-step-remake #delivery-address .form-control-label,
body#checkout section.checkout-step-remake #invoice-address .form-control-label,
body#checkout section.checkout-step-remake #login-form .form-control-label {
    text-align: left;
}
body#checkout section.checkout-step-remake #customer-form .radio-inline,
body#checkout section.checkout-step-remake #delivery-address .radio-inline,
body#checkout section.checkout-step-remake #invoice-address .radio-inline,
body#checkout section.checkout-step-remake #login-form .radio-inline {
    padding: 0;
}
body#checkout section.checkout-step-remake .sign-in {
    font-size: 0.875rem;
}
body#checkout section.checkout-step-remake .forgot-password {
    margin: 0 auto;
    text-align: center;
}
body#checkout #wrapper, #authentication #wrapper {
    padding-top: 40px;
}
.delivery-option img {
    width: 100%;
    margin-bottom: 5px;
    max-width: 240px;
}
.form-group .custom-checkbox a {
    text-decoration: underline;
}
.psgdpr_consent_message {
    padding: 15px 15px 0;
}

/*Hide amazon*/
#jsLoginAuthCreationPage {
    display: none;
}

/*modal with product images*/
#product-modal .modal-content .modal-body .product-images img {
    width: 137px;
    border: none;
    object-fit: cover;
}
.product-images > li.thumb-container {
    margin-bottom: 10px;
    padding: 3px;
}
#product-modal .modal-content .modal-body .product-images img:hover {
    border: none;
    outline: #004097 3px solid;
}
#product-modal .modal-content .modal-body .product-images {
    margin-left:11px}
@media (min-width: 768px) and (max-width: 1249px) {
    .carousel-control .icon-prev, .carousel-control .icon-next {
        margin-top: -40px;
    }
}
@media (min-width: 768px) {
    .carousel {
        min-height: 389px;
    }
    .carousel-item a {
        display: block;
        min-height: 348px;
    }
}
@media (min-width: 992px) {
    .carousel {
        min-height: 500px;
    }
    .carousel-item a {
        display: block;
        min-height: 459px;
    }
}
@media (min-width: 1200px) {
    .carousel {
        min-height: 598px;
    }
    .carousel-item a {
        display: block;
        min-height: 557px;
    }
}

@media (min-width: 1250px) {
    .carousel {
        min-height: 623px;
    }
    .carousel-item a {
        display: block;
        min-height: 582px;
    }
}

.page-category .h1 {
    margin-bottom: 20px;
}
#amazzing_filter .selectedFilters .icon-eraser::before, #amazzing_filter .selectedFilters .icon-times::before {
    font-size: 18px;
}
#amazzing_filter .selectedFilters .icon-eraser {
    padding-top: 8px;}
@media (max-width: 991px) {
    #amazzing_filter .selectedFilters .icon-eraser::before, #amazzing_filter .selectedFilters .icon-times::before {
        font-size: 28px;
    }
    #amazzing_filter .selectedFilters .icon-times {
        padding-top: 8px;
    }
}
/*sorting line*/
.filter-sort-wrapper {
    display: flex;
    justify-content: space-between;
}
@media (min-width: 992px) {
    .filter-sort-wrapper {
        justify-content: flex-end;
    }
}
.mobile-filter-toggler-mask {
    height: 60px;
    background: #f6f6f6;
    padding: 0 15px;
    display: flex;
    align-items: center;
    font-size: 18px;
    justify-content: space-between;
    cursor: pointer;
}
.mobile-filter-toggler {
    width: 128px;
    margin-right: 5px;
}
.select-title-new {
    width: 100%;
}
.products-sort-order {
    min-width: 188px;
    width: auto;
}
.sort-by-icon {
    width: 22px;
    height: 22px;
    background: url(/themes/PRSADD161_Child/assets/img/icons/icon-sort.svg) no-repeat;
    background-size: 100%;
    margin-left: 10px;
}
.products-sort-order .select-title-new.mobile-filter-toggler-mask {
     color: #111;
 }
.sort-smaller {
    font-size: 15px;}
.products-sort-order .select-title-new.mobile-filter-toggler-mask:hover, .products-sort-order .select-title-new.mobile-filter-toggler-mask:focus {
    color: #111;
}
@media (max-width: 359px) {
    .filter-sort-wrapper {
        flex-wrap: wrap;
    }
    .products-sort-order {
        width: 100%;
    }
    .mobile-filter-toggler {
        width: 100%;
        margin-right: 0;
        order: 2;
        margin-top: 10px;
    }
    .select-title-new {
        order: 2;
    }
}
.mobile-filter-toggler .icon-sliders:before {
    font-size: 24px;
    margin-right: 0;
}
.mobile-filter-toggler-mask:hover {
    background: #eee;
}
.filterAppliedP {
    display: none;
}

@media (max-width: 991px) {
    #amazzing_filter{
        display: none;
        position: fixed;
        z-index: 9999999990 !important;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin-bottom: 0 !important;
        overflow-y: auto;
    }
    .amazzing-filter-bottom-fixed {
        background: #fff;
        border-top: 1px solid gray;
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 9999999990 !important;
    }
    #amazzing_filter.block .title_block {
        font-size: 24px;
    }
    .bottomFiltersMask {
        min-height: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 30px;
        font-size: 18px;
    }
    .closeFilterWindow {
        margin-left: 10px;
    }
    .noFilters {
        font-size: 16px;
    }
    .bottomSelectedFilters {
        display: none;
    }
    .products-selection .total-products {
        margin-bottom: 10px;
    }
}
@media (max-width: 480px) {
    .bottomFiltersMask {
        padding: 0 15px;
    }
}

.icon-pay-01, .icon-pay-02, .icon-pay-03, .icon-pay-04, .icon-pay-05,
.icon-pay-06, .icon-pay-07, .icon-pay-08, .icon-pay-09, .icon-pay-10,
.icon-pay-11, .icon-pay-12, .icon-pay-13
{ display: inline-block; background: url('/themes/PRSADD161_Child/assets/img/sprite-payment-icons.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left;
    margin-left: 6px; margin-right: 6px;}

.icon-pay-01 { background-position: -1px -0px; width: 56px; height: 35px; }
.icon-pay-02 { background-position: -58px -0px; width: 56px; height: 35px; }
.icon-pay-03 { background-position: -115px -0px; width: 56px; height: 35px; }
.icon-pay-04 { background-position: -1px -36px; width: 56px; height: 35px; }
.icon-pay-05 { background-position: -58px -36px; width: 56px; height: 35px; }
.icon-pay-06 { background-position: -115px -36px; width: 56px; height: 35px; }
.icon-pay-07 { background-position: -1px -72px; width: 56px; height: 35px; }
.icon-pay-08 { background-position: -58px -72px; width: 56px; height: 35px; }
.icon-pay-09 { background-position: -115px -72px; width: 56px; height: 35px; }
.icon-pay-10 { background-position: -1px -108px; width: 56px; height: 35px; }
.icon-pay-11 { background-position: -58px -108px; width: 56px; height: 35px; }
.icon-pay-12 { background-position: -115px -108px; width: 56px; height: 35px; }
.icon-pay-13 { background-position: -1px -144px; width: 56px; height: 35px;}
.footer-new-flex-wrap {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}
.payment-icons-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -6px;
    margin-right: -6px;
}
@media (min-width: 1200px) {
    .forecopyright {
        order: 1;
        margin-right: 30px;
    }
    .payment-icons-wrapper {
        order: 2;
    }
}

@media (max-width: 1199px) {
    .footer-new-flex-wrap {
        margin-top: 12px;
    }
}

@media (max-width: 992px) {
    .icon-pay-01, .icon-pay-02, .icon-pay-03, .icon-pay-04, .icon-pay-05,
    .icon-pay-06, .icon-pay-07, .icon-pay-08, .icon-pay-09, .icon-pay-10,
    .icon-pay-11, .icon-pay-12, .icon-pay-13 {
        margin-bottom: 9px;}
    
}

.no-border-bottom {
    border-bottom: none;
}

@media (min-width: 481px) and (max-width: 991px) {
    #header .header-nav .top-logo {
        margin-left: 45px;
    }
}
@media (min-width: 420px) and (max-width: 480px) {
    #header .header-nav .top-logo {
        margin-left: 35px;
    }
}
@media (max-width: 419px) {
    #header .header-nav .top-logo {
        margin-right: 10px;
    }
}

#cart #_desktop_language_selector,
#checkout #_desktop_language_selector,
#order-confirmation #_desktop_language_selector,
#cart #_mobile_language_selector,
#checkout #_mobile_language_selector,
#order-confirmation #_mobile_language_selector {
    display: none;
}
.step-edit {
    margin-top: 10px;}
.products .all-product-link {
    background: #000;
    border-color: #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-top: 40px;
    font-size: 16px;
}
.products .all-product-link:hover {
    background: #333;
    border-color: #333;
    color: white;
}
.ybc-blog-wrapper-content .blog_description a{
	border-bottom: 1px dashed;
}
.h1 {
    text-transform: none;
    }
.custompagerow{
    padding: 1em 0 1em 0 !important;    
}
.btm10{
	padding-bottom:10px;

}
.itembox{
    background-color: #efefef;
    padding:15px !important;
    width: 32%;
    margin-right:10px;
}


@media (min-width: 420px) and (max-width: 480px) {
    .itembox{
	    background-color: #efefef;
	    padding:10px !important;
	    width: 80%;
	    margin-top:10px;
	}
}
@media (max-width: 419px) {
     .itembox{
	    background-color: #efefef;
	    padding:10px !important;
	    width: 80%;
	    margin-top:10px;
	}
}


.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #ff4500;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #ff4500;
  background-color: #e6e6e6;
  border-color: #ff4500;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-default, a.btn-default{
	background-color: #ff4500;
    border-color: #ff4500;
    color:white;
    padding:10px;
    text-decoration: none !important; 
}
.btn-default:hover, a.btn-default:hover{
	background-color: #d53a01;
    border-color: #ff4500;
    color:white;
    padding: 10px;
}
#quote{
    padding:2em;
    background-color: #00277F;
    color:white;
}
#quote label{
    color:white;
}
.quote{
    padding:2em;
    background-color: #00277F;
    color:white;
}
.quote label{
    color:white;
}
p{
    margin: 1em 0px;
}
.products-section-title{
	text-transform: none !important;
}
.hidden{
	display:none !important;
}
#lnk-articulos{
	padding: 0 20px!important;
}
.footer-payment-after {
    float: none;}

.products .product_list li .quick-view, .products .product_list li:hover .product-miniature .quick-view, .tm-hometabcontent .products .product_list li:hover .product-miniature .quick-view {
    display: none !important;
}

.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .splitpadding{
	padding-bottom:20px;
}
}
@media (min-width: 992px) {
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .splitpadding{
	padding-bottom:30px;
}
}
@media (min-width: 1200px) {
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .splitpadding{
	padding-bottom:50px;
}
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}

/*Egor's Footer code starts here*/
.block_newsletter {
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 50px;
    border-top: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.block_newsletter .block_newsletter_form form input.btn {
    margin-left: 0;
    position: relative;
}
.block_newsletter .title.sub-title {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .6px;
}
.block_newsletter_headers {
    max-width: 300px;
}
@media (max-width: 991px){
    .block_newsletter form .input-wrapper {
        width: 269px;
    }
    .block_newsletter form {
        margin-top: 0;
    }
    .block_newsletter {
        display: block;
    }
    .block_newsletter_headers {
        max-width: 100%;
        width: 100%;
        margin-bottom: 15px;
    }
    .block_newsletter_form {
        display: flex;
        width: 100%;
    }
    .block_newsletter_form .btn.btn-primary {
        float: left !important;
    }
}

@media (max-width: 468px) {
    .block_newsletter_form .btn.btn-primary {
        margin-top: 15px;

    }
}
.cmsproducts-row {
    margin-left: 10px;
    margin-right: 10px;
}
.cmsproducts-container {
    float: left;
    width: 100%;}
.page-content .products .product_list a {
    border: none;
}


.product-discounts table{
	width:80%;
    border:1px solid #cccccc;
    margin-top:15px;
}
.product-discounts table th{
background-color: #eeeeee;
    padding:5px;
    font-size: 14px !important;
}
.product-discounts table td{
background-color: #fff;
    padding:5px;
    border-bottom: 1px solid #cccccc
}
.secondarybutton{
	background-color: transparent !important;
	color: #ff4500 !important;
	border: 1px solid #ff4500 !important;
}
.secondarybutton:hover{
background-color: #ffffff !important;
opacity: 0.7;
}

.companies{
    background-color: #f8f8f8;
    padding:40px;
    
}
.h3big{
    font-size: 1.5em;
}
.companiesimg{
    opacity: 0.5;
    padding: 20px 0 20px 0;
}
.colcompany img{
margin-left: auto;
  margin-right: auto;
  display: block;
  object-fit: cover;
  padding: 0;
 
}

/*
#left-column{
    display: none;
}
.ybc-blog #content-wrapper .ybc-blog-wrapper, .ybc-blog-wrapper-detail{
    padding-left:0;
}
*/

.expdesc_more, .expdesc_less{
    margin-left:-30px;
}
#expdesc_click_more0{
    padding:30px;
    text-transform: uppercase;
    text-decoration:underline;
}
#expdesc_click_less0{
    padding:30px;
    text-transform: uppercase;
    text-decoration:underline;
    padding-bottom:20px;
}

#category-description ul {
    list-style-type: disc !important;
    padding-left:10px;
}

.formblock {
    position: relative;
    background-color: #f8f8f8;
    /* height: 0;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transition: all 0.2s ease; */
}

/* .formblock.is-visible {
    height: auto;
    visibility: visible;
    opacity: 1;
} */

.formblock_in {
    padding: 20px;
}

.formblock_top {
    position: relative;
    /* margin-bottom: 25px; */
}

.formblock_top strong {
    font-size: 16px;
}

.formblock_bottom {
    position: relative;
    /* margin: 0 -15px; */
    padding-right: 25%;
    padding-bottom: 20px;
}

.formblock .form-control {
    padding: 10px;
    font-size: 14px !important;
}

.formblock select.form-control {
    color: #757b8b;
    padding: 10px 5px;
}


.gformbuilderpro_form .btn {
    padding: 14px 50px 15px;
    background: #FF4500;
    border-color: #FF4500;
    font-weight: bold;
}

.btn.custom-btn {
    padding: 14px 15px 15px;
    /* padding: 14px 50px 15px; */
    background: #000;
    border-color: #000;
    color: #fff;
    font-weight: 600;
    /* margin: 0 10px; */
    font-size: 16px;
    /* max-width: 207px; */
    max-width: none;
    /* width: 100%; */
    /* margin: 10px 4% 10px 0;
    width: 48%;
    min-width: 260px; */
}

#product .pro_detail .product-information .product-actions .add-to-cart,
.btn.custom-btn {
    margin: 5px 2% 5px 0;
    width: 48%;
    min-width: 260px;
    max-width: 265px;
}

#product .pro_detail .product-information .product-actions .add-to-cart {
    padding: 14px 30px 15px;
}

@media (max-width: 991px) {
#product .pro_detail .product-information .product-actions .add-to-cart,
.btn.custom-btn {
    margin: 10px 0 0;
}

.formblock_bottom {
    padding-right: 0;
}

.formblock .form-control {
    max-width: none;
    font-size: 16px !important;
}

}


@media (max-width: 480px) {
    #product .pro_detail .product-information .product-actions .add-to-cart, 
    .btn.custom-btn {
        /* width: 210px !important; */
        max-width: none;
        width: 100%;	
    }

    #product .pro_detail .product-information .product-actions .add-to-cart {
	background-color: #A32D00;
    }

    .block_newsletter form input[type="email"] {
	color: #575757;
    }
}

.products .product_list > .product_item:hover {
    cursor: pointer;
}

.products .product-miniature {
    position: relative;
    /* height: 465px; */
    /* height: 510px; */
    padding-bottom: 5px;
}


.products .product-miniature:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    padding: 15px;
    /* background-color: #fff; */
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.1); 
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.1);
    z-index: 1;
    transition: all 0.5s ease;
}



.products .product-miniature:hover:before {
    /* transform: translate(-50%,-50%) scale3d(1.075,1.05,1); */
}

.products .product-miniature:hover > * {
    z-index: 1;
    transition: 0.5s ease;
}


.products .product-miniature.js-product-miniature .product-thumbnail {
    /* z-index: 0; */
    /* transition: all 0.3s ease; */
}


.products .product-miniature.js-product-miniature:hover .product-thumbnail {
}

    .products .product-miniature.js-product-miniature:hover .product-thumbnail img {
    position: relative;
    /* transform: scale(90%) translateY(5%); */
    transition: all 0.3s ease;
}

.products .product-miniature.js-product-miniature .product-thumbnail,
.products .product-miniature.js-product-miniature .product-description {
    padding: 0 15px;
}


#products .product-miniature.js-product-miniature .product-description,
#spe_res .product-miniature.js-product-miniature .product-description { 
    height: 250px;
    transition: all 0.3s ease;
}

/* #products .product-miniature.js-product-miniature:hover .product-description {
    height: 250px;
} */

.products .product-miniature .product-list-description-wrapper ul {
    margin-bottom: 0;
    margin-left: 0 !important;
}

.products .product-miniature .product-list-description-wrapper ul li {
    display: none;
}

.products .product-miniature .product-list-description-wrapper {
    /* height: 78px; */
    line-height: 1.3em;
    display: block;
}

.products .product-miniature .product-list-description-wrapper ul li:nth-child(1),
.products .product-miniature .product-list-description-wrapper ul li:nth-child(2) {
    /* display: list-item; */
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    /* max-height: 2.8em; */
    /* overflow: hidden; */
}

.products .product_list li.product_item:hover .product-title a {
    color: #000;
}

.products .product-miniature.js-product-miniature .product-price-and-shipping {
    float: none;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s ease;
    position: absolute;
    bottom: 60px;
    width: calc(100% - 30px);
}

/* .products .product-miniature.js-product-miniature:hover .product-price-and-shipping {
    justify-content: space-between;
    align-items: center;
    margin: 0;
} */

.products .product-miniature.js-product-miniature .product-price-and-shipping .shipping-info {
    display: flex;
    /* position: absolute; */
    /* visibility: hidden;
    opacity: 0; */
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.2s ease; 
}

.products .product-miniature.js-product-miniature .product-price-and-shipping .shipping-info_text span {
    display: block;
    text-align: left;
    line-height: 1.2em;
    padding: 0 10px 0 5px;
}

/* .products .product-miniature.js-product-miniature:hover .product-price-and-shipping .shipping-info {
    display: flex;
    position: relative;
    opacity: 1;
    visibility: visible;
} */

.products .product-miniature.js-product-miniature .product-price-and-shipping .shipping-info_icon img {
    width: 40px !important;
    height: 40px;
    margin-right: 5px;
}

.products .product-miniature.js-product-miniature .product-price-and-shipping .price {
    /* width: 100%; */
    font-weight: 400;
    letter-spacing: 0;
    transition: all 0.5s ease;
}

.products .product-miniature.js-product-miniature:hover .product-price-and-shipping .price {
    /* width: auto; */
}

#products .product_list li .product-miniature .product-actions-main,
#spe_res .product_list li .product-miniature .product-actions-main {
    /* transform: translateY(50px); */
    transform: translateY(0px);
    opacity: 1;
    /* position: relative; */
    position: absolute;
    bottom: 10px;
    width: calc(100% - 30px);
}

#products .product_list li .product-miniature .product-actions-main .view_detail,
#spe_res .product_list li .product-miniature .product-actions-main .add-to-cart {
    width: 100%;
    border-color: #00277f;
    /* background-color: #00277f; */
    color: #fff;

    /* border: 3px solid #00277f; */
    background-image: linear-gradient(30deg, #00277f 50%, transparent 50%);
    background-size: 620px;
    background-repeat: no-repeat;
    /*background-position: 0%; */
    transition: background 0.5s ease-in-out;
}

#products .product_list li:hover .product-miniature .product-actions-main .view_detail,
#spe_res .product_list li:hover .product-miniature .product-actions-main .add-to-cart {
    background-color: transparent;
    background-position: 100%;
    color: #00277f;
}

@media (max-width: 1200px) {

    #products .product-miniature.js-product-miniature:hover .product-description {
        /* height: 275px;
        margin-top: -50px; */
    }

    .products .category-product-miniature .thumbnail-container img {
        object-fit: contain;
    }

}

@media (max-width: 991px) {

    .products .product-miniature {
        height: auto;
    }

    .products .product-miniature.js-product-miniature:hover .product-thumbnail img {
        transform: none;
        height: auto;
    }

    #products .product-miniature.js-product-miniature .product-description,
    #spe_res .product-miniature.js-product-miniature .product-description {
        height: 260px;
    }

    .products .product-miniature.js-product-miniature:hover .product-description {
        margin-top: 27px;
        /* height: 260px; */
    }

    /* .products .product_list li .product-miniature .product-actions-main {
        bottom: 0;
        transform: translateX(0px);
        opacity: 1;
    } */

    .products .product-miniature:hover:before {
        opacity: 0;
        visibility: hidden;
    }

    .products .product-miniature.js-product-miniature .product-price-and-shipping {
        justify-content: space-between;
        margin: 0 !important;
    }
    

    .products .product-miniature.js-product-miniature .product-price-and-shipping .shipping-info {
        opacity: 1;
        visibility: visible;
        position: relative;
    }

}


@media (max-width: 643px) {

    .products .product_list {
        padding: 0 6px;
    }

    .products .product_list li.product_item {
        padding: 5px !important;
    }

    .products .product-miniature {
        /* height: 400px; */
    }

    .products .product-miniature:hover:before {
        /* width: calc(100% + 20px); */
        opacity: 1;
        visibility: visible;
    }

    .products .product-miniature.js-product-miniature .product-thumbnail img {
        /* height: 200px; */
        height: auto;
        object-fit: contain;
    }

    .products .product-miniature.js-product-miniature:hover .product-description {
        /* height: 180px; */
        /* margin-top: 10px; */
    }

    .products .product-miniature.js-product-miniature .product-description .product-title-span {
        font-size: 14px;
        height: 45px;
        overflow: hidden;
    }

    #products .product-miniature.js-product-miniature .product-description,
    #spe_res .product-miniature.js-product-miniature .product-description {
        height: 300px;
    }

    #products .product_list li:hover .product-miniature .product-actions-main .view_detail, 
    #spe_res .product_list li:hover .product-miniature .product-actions-main .view_detail, 
    #products .product_list li .product-miniature .product-actions-main .view_detail:hover,
    #spe_res .product_list li .product-miniature .product-actions-main .add-to-cart:hover {
        background-color: #00277f;
        background-position: 100%;
        color: #fff;
    }

    

    #products .products .grid li .product-description .product-actions-main,
    #spe_res .products .grid li .product-description .product-actions-main {
        margin: 0;
    }

    .products .product-miniature.js-product-miniature .product-price-and-shipping .shipping-info_icon img {
        min-width: 30px !important;
        /* display: none; */
    }

    .products .product-miniature.js-product-miniature .product-price-and-shipping .shipping-info_text span {
        font-size: 10px;
    }

    .products .product-miniature .product-list-description-wrapper {
        height: 120px;
    }
}


.product-iconbox-description .bold,
.product-iconbox-description.bold {
    font-weight: 600;
}

.af_subtitle_heading .af_subtitle {
    font-weight: 600;
}

/* cookie */

#lgcookieslaw_banner {
    padding: 16px 20px;
}

#lgcookieslaw_banner,
.lgcookieslaw-modal {
    font-family: 'Barlow', sans-serif;
}

.lgcookieslaw-banner .container {
    display: flex;
    align-items: center;
}

.lgcookieslaw-button-container .lgcookieslaw-reject-button, 
.lgcookieslaw-button-container .lgcookieslaw-accept-button {
    outline: none;
    border: 1px solid #FF4500;
    padding: 14px 30px 15px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.lgcookieslaw-button-container .lgcookieslaw-reject-button {
    background-color: transparent !important;
    color: #FF4500 !important;
}

.lgcookieslaw-button-container .lgcookieslaw-reject-button:hover, 
.lgcookieslaw-button-container .lgcookieslaw-accept-button:hover {
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}

.lgcookieslaw-banner-message {
    margin-right: 20px;
}

.lgcookieslaw-link-container {
    margin: 10px 0 0;
}

#lgcookieslaw_banner .lgcookieslaw-banner-message a {
    color: #00277F !important;
    border-bottom: 1px solid #00277F !important;
    transition: all 0.2s ease;
}

#lgcookieslaw_banner .lgcookieslaw-banner-message a:hover {
    border-color: transparent !important;
}

#lgcookieslaw_fixed_button {
    background-color: #00277F;
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.1);
}

.lgcookieslaw-banner {
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.1);
}

.lgcookieslaw-modal-header .lgcookieslaw-modal-header-title {
    font-size: 28px;
    font-weight: 600;
    text-transform: none;
    font-family: inherit;
    color: #000;
}

.lgcookieslaw-modal .lgcookieslaw-partial-accept-button, 
.lgcookieslaw-modal .lgcookieslaw-reject-button {
    background-color: #000;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.2s ease;
}

.lgcookieslaw-modal .lgcookieslaw-reject-button {
    background-color: transparent !important;
    color: #FF4500 !important;
}



.lgcookieslaw-modal .lgcookieslaw-partial-accept-button:hover,
#lgcookieslaw_cancel_button:hover {
    opacity: 0.8;
}

.lgcookieslaw-modal-footer-right .lgcookieslaw-button:hover {
    background-color: #000 !important;
    border-color: #000 !important;
}

.lgcookieslaw-modal .lgcookieslaw-badge, 
.lgcookieslaw-slider.lgcookieslaw-slider-checked {    
    background: #00277f !important;
    border-color: #00277f !important;
    border-radius: 0;
}

.lgcookieslaw-section-name,
.lgcookieslaw-slider-option-left, 
.lgcookieslaw-slider-option-right {
    font-weight: 600;
    color: #000;
}


.lgcookieslaw-modal .lgcookieslaw-reject-button:hover {
    background-color: transparent !important;
    color: #000 !important;
    border-color: #000;
}

.lgcookieslaw-modal-header {
    border-top: none !important;
}



@media only screen and (max-width: 768px) {
    .lgcookieslaw-banner .container {
        flex-wrap: wrap;
        padding: 0 !important;
    }

    .lgcookieslaw-reject-button-enabled .lgcookieslaw-button-container {
        display: flex;
    }

    .lgcookieslaw-button-container .lgcookieslaw-reject-button, 
    .lgcookieslaw-button-container .lgcookieslaw-accept-button {
        width: 49% !important;
        padding: 10px 20px;
        height: 40px;
        min-height: 40px;
        font-size: 14px !important;
    }

    #lgcookieslaw_banner .lgcookieslaw-banner-message p {
        margin-top: 0;
    }
}
.count{
    color:#00277f !important;
}


.op-faq-item {
  border: 1px solid #ccc;
  margin: 10px 0;
  border-radius: 5px;
  overflow: hidden;
}

.op-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f7f7f7;
  padding: 0 15px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.op-faq-question:hover {
  background-color: #eaeaea;
}

.op-faq-icon {
  font-size: 20px;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.op-faq-icon.rotate {
  transform: rotate(45deg);
}

.op-faq-answer {
  padding: 0 15px;
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.op-faq-answer.open {
  padding: 15px;
  max-height: 500px;
}

.op-faq-answer ul {
  margin: 0;
  padding-left: 20px;
}

#content > div.container.cmsproducts-container > div > div > ul > li > article > div.product-description > div.product-price-and-shipping{
	bottom:0;
}

#content > div.container.cmsproducts-container > div > div > ul > li > article > div.product-description > div.product-actions-main{
	display: none;
}

 .img_dynamic_thumb {
    width: 160px;
    height: 215px;
}


@media (max-width: 768px) {
    .img_dynamic_thumb {
        width: 160px;
        height: 160px;
    }
}

.af_filter.clearfix.cut-off.expandable{
    height: 320px;
    overflow: auto;
}

.af_filter.clearfix.cut-off.expandable.closed{
    height: auto;
}

.row-align-bottom {
  display: flex;
  flex-wrap: wrap;
}

.col-align-bottom {
  display: flex;
  align-items: flex-end;
}

.col-align-top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.step-col {
  display: flex;
  align-items: stretch;
  margin-bottom: 30px;
}

.step-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  background: none;
  padding: 0 15px;
  width: 100%;
}
.illu{
    max-width: 70%;
}
.illusmaller{
    max-width: 50%;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.align-row-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end; /* Alignerer alle kolonner vertikalt til bund */
}
@media (max-width: 767px) {
  .align-row-bottom {
    display: block; /* Undgå flex på mobil */
  }
}

.max450{
max-width: 450px !important;

}


/* =========================================================
   HXP UI – Namespaced BS4-inspired helper & component layer
   Scope: .hxp
   Safe for PrestaShop 8
   ========================================================= */

/* ---------- TEXT HELPERS ---------- */

.hxp .text-center {
  text-align: center;
}

.hxp .text-muted {
  color: #6c757d;
}

.hxp .lead {
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.5;
}


/* ---------- SPACING HELPERS ---------- */

.hxp .mb-2 { margin-bottom: 0.5rem; }
.hxp .mb-3 { margin-bottom: 1rem; }
.hxp .mb-4 { margin-bottom: 1.5rem; }
.hxp .mb-5 { margin-bottom: 3rem; }

.hxp .mt-3 { margin-top: 1rem; }
.hxp .mt-4 { margin-top: 1.5rem; }
.hxp .mt-5 { margin-top: 3rem; }

.hxp .pt-4 { padding-top: 1.5rem; }
.hxp .pb-4 { padding-bottom: 1.5rem; }


/* ---------- FLEX HELPERS ---------- */

.hxp .d-flex {
  display: flex;
}

.hxp .justify-content-center {
  justify-content: center;
}

.hxp .flex-wrap {
  flex-wrap: wrap;
}


/* ---------- CARDS (neutral, authority-first) ---------- */

.hxp .card {
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}

.hxp .card-body {
  padding: 40px;
}


/* ---------- BUTTONS ---------- */

.hxp .btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.4;
  cursor: pointer;
  text-transform: none;
}

.hxp .btn-lg {
  padding: 14px 28px;
  font-size: 1.1em;
}

.hxp .btn-primary {
  background-color: #0d6efd;
  color: #ffffff;
  border: 1px solid #0d6efd;
  text-transform: none;
}

.hxp .btn-primary:hover {
  background-color: #0b5ed7;
  border-color: #0b5ed7;
  color: #ffffff;
  text-decoration: none;
}

.hxp .btn-outline-secondary {
  background: transparent;
  color: #6c757d;
  border: 1px solid #6c757d;
}

.hxp .btn-outline-secondary:hover {
  background-color: #6c757d;
  color: #ffffff;
  text-decoration: none;
}


/* ---------- EEAT / ASSURANCE SECTIONS ---------- */

.hxp .eeat-section {
  background-color: #f8f9fa;
  padding: 60px 40px;
  border-radius: 6px;
}

.hxp .eeat-section p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}


/* ---------- LINK HYGIENE (scoped) ---------- */

.hxp a {
  text-decoration: none;
}

.hxp a:hover {
  text-decoration: underline;
}
.hxp .mr-3 { margin-right: 1rem; }
.hxp .my-5 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.hxp .p-4 { padding: 1.5rem; }
.hxp .rounded { border-radius: 4px; }
.hxp .border { border: 1px solid #e1e1e1; }
.hxp .bg-light { background: #f8f9fa; }

.hxp .text-dark { color: #212529; }
.hxp .text-decoration-none { text-decoration: none; }
.hxp .expert-note {
  font-size: 0.95em;
  color: #495057;
}
.hxp .hero-section {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
}
.hxp .hero {
  padding: 80px 0;
}

.hxp h1 {
  font-size: 2.2rem;
  line-height: 1.25;
}
.hxp h2 {
  font-size: 1.7rem;
  margin-bottom: 1.5rem;
}

.hxp h3 {
  font-size: 1.25rem;
}

@media (min-width: 992px) {
  .hxp h1 {
    font-size: 2.6rem;
  }
}
.hxp .intent-card h4 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.hxp .intent-card p {
  font-size: 0.95rem;
  color: #495057;
}

.hxp .intent-card i {
  margin-bottom: 12px;
  display: inline-block;
  line-height: 1;
}

/* --- Knowledge area links --- */

.hxp .knowledge-links li {
  margin-bottom: 8px;
}

.hxp .knowledge-links a {
  color: #0d6efd;                 /* samme tone som primary */
  font-weight: 500;
  text-decoration: none;
  position: relative;
  padding-left: 18px;
}

.hxp .knowledge-links a::before {
  content: "›";
  position: absolute;
  left: 0;
  top: 0;
  color: #6c757d;
}

.hxp .knowledge-links a:hover {
  text-decoration: underline;
}
/* =========================================================
   Knowledge links – reset-safe list styling
   ========================================================= */

.hxp .knowledge-links {
  list-style: none;          /* vi styrer det selv */
  margin: 0;
  padding: 0;
}

.hxp .knowledge-links li {
  margin-bottom: 8px;
  padding: 0;
}

.hxp .knowledge-links a {
  position: relative;
  display: inline-block;

  padding-left: 18px;

  color: #00277F;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.4;
}

.hxp .knowledge-links a::before {
  content: "›";
  position: absolute;
  left: 0;
  top: 0;

  font-size: 1.4em;        /* gør pilen tydelig */
  line-height: 1;
  font-weight: 600;

  color: #00277F;
}


.hxp .knowledge-links a:hover {
  text-decoration: underline;
}
/* Large vertical rhythm between major sections */
.hxp section {
  margin-bottom: 80px;
}

/* Reduce spacing for last section */
.hxp section:last-of-type {
  margin-bottom: 0;
}
.hxp .knowledge-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 12px;
}

.hxp .knowledge-header h3 {
  margin: 0;
}

.hxp .see-all {
  font-size: 0.9em;
  font-weight: 500;
  color: #4e565c;
  text-decoration: none;
  
}

.hxp .see-all:hover {
  color: #0d6efd;
  text-decoration: underline;
}
/* =========================================================
   Intent cards – hover interaction
   ========================================================= */

.hxp .intent-card {
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.hxp a:hover .intent-card {
  border-color: #0d6efd; /* primær brandfarve */
  text-decoration: none;
}
.hxp a:hover {
  text-decoration: none;
}
.hxp .ktr{
	text-transform: uppercase;
	padding:8px 0 8px 0;
	letter-spacing: 1pt;
	
}
/* =========================================================
   Breadcrumb – HXP documentation style
   ========================================================= */

.hxp-breadcrumb {
  margin-bottom: 40px;
  font-size: 0.9rem;
}

.hxp-breadcrumb ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.hxp-breadcrumb li {
  color: #6c757d;
}

.hxp-breadcrumb li + li::before {
  content: "›";
  margin: 0 8px;
  color: #adb5bd;
}

.hxp-breadcrumb a {
  color: #6c757d;
  text-decoration: none;
}

.hxp-breadcrumb a:hover {
  color: #0d6efd;
  text-decoration: underline;
}

.hxp-breadcrumb [aria-current="page"] {
  color: #212529;
  font-weight: 500;
}

