/* Site custom css */
.navigation.desktopmenu .topnav {
    overflow: hidden;
    background-color: #f0f0f0
}

.navigation.desktopmenu .topnav a {
    float: left;
    color: #2b3037;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 14px
}

.navigation.desktopmenu .topnav a.active {
    background-color: #0e3e55;
    color: #fff
}

.navigation.desktopmenu .wrapper {
    position: relative
}

.navigation.desktopmenu ul {
    width: 240px;
    height: 340px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 !important;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    scrollbar-color: #2b3037 #fff;
    scrollbar-width: thin
}

.navigation.desktopmenu li {
    position: static;
    background: #fff;
    margin: 0 !important;
    padding: 0;
    line-height: inherit;
    color: #575757;
    font-size: 1.4rem;
    font-weight: 400
}

.navigation.desktopmenu ul li a {
    color: #575757
}

.navigation ul li a:hover {
    text-decoration: none;
    color: #575757
}

.navigation.desktopmenu li .wrapper {
    position: absolute;
    list-style-type: none;
    padding: 10px;
    top: 0;
    left: 75%;
    z-index: 10;
    display: none
}

.navigation.desktopmenu li:hover > .wrapper {
    display: block;
    padding: 0;
    padding-left: 0;
    margin-left: 72px;
    top: 0 !important
}

.navigation.desktopmenu .nav-sections {
    background: #fff
}

.navigation.desktopmenu ul {
    position: initial
}

.navigation.desktopmenu {
    background: 0 0
}

#wrapper-100 {
    left: 525px
}

.navigation.desktopmenu .sections.nav-sections nav.navigation .wrapper li:hover a {
    color: #fff
}

nav .wrapper ul::-webkit-scrollbar {
    width: .3em
}

nav .wrapper ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

nav .wrapper ul::-webkit-scrollbar-thumb {
    background-color: #2b3037;
    outline: 1px solid #708090
}

.show-prices-handler .price-box .price {
    display: block
}

.price-box.price-tier_price ul.prices-tier li.item{
    display:flex;
    padding: 3px 0px;
    position: relative;
    top: 11px;
}
.price-box.price-tier_price ul.prices-tier li.item span.price-container.price-tier_price {
    position:relative;
    top: -5px;
    margin:0px 5px;
}
.price-box.price-tier_price ul.prices-tier li.item strong.benefit {
    margin:0px 5px;
}

/* Amasty parts finder css below */
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    display: none
}

.chosen-container.chosen-with-drop .chosen-drop {
    display: block
}

.chosen-container a {
    cursor: pointer
}

.chosen-container .chosen-single .group-name, .chosen-container .search-choice .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #999
}

.chosen-container .chosen-single .group-name:after, .chosen-container .search-choice .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px
}

.chosen-container-single .chosen-single input[type=text] {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    width: 0
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(../../../../../frontend/Magento/luma/en_US/Amasty_Finder/images/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../../../../frontend/Magento/luma/en_US/Amasty_Finder/images/chosen-sprite.png) no-repeat 0 2px
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

.chosen-container-single .chosen-search input[type=text] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url(../../../../../frontend/Magento/luma/en_US/Amasty_Finder/images/chosen-sprite.png) no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: 0 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    width: 25px
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    color: #333;
    line-height: 13px;
    cursor: default
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(../../../../../frontend/Magento/luma/en_US/Amasty_Finder/images/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
    background-image: linear-gradient(#eee 20%, #fff 80%);
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: 0 0
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #222 !important
}

.chosen-disabled {
    opacity: .5 !important;
    cursor: default
}

.chosen-disabled .chosen-single {
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default
}

.chosen-rtl {
    text-align: right
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
    direction: rtl
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none
}

.chosen-rtl .chosen-search input[type=text] {
    padding: 4px 5px 4px 20px;
    background: url(../../../../../frontend/Magento/luma/en_US/Amasty_Finder/images/chosen-sprite.png) no-repeat -30px -20px;
    direction: rtl
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span, .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container-single .chosen-single abbr, .chosen-rtl .chosen-search input[type=text] {
        background-image: url(chosen-sprite@2x.png) !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important
    }
}

/* Magefan blog-m css */
.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.post-holder {
    padding-bottom: 20px;
    margin-bottom: 40px;
    padding: 20px;
    border: 1px solid #e9e9e9;
    border-radius: 5px
}

.post-holder .post-header {
    position: relative
}

.post-holder .post-header .post-info {
    padding: 0 0 20px 0
}

.post-holder .post-header .post-info .item {
    display: inline-block
}

.post-holder .post-header .post-info .dash {
    display: none
}

.post-holder .post-header .post-info .label {
    font-weight: 700
}

.post-holder .post-header .post-info .value {
    font-style: italic
}

.post-holder .post-header .post-info .item::after {
    display: inline-block;
    content: ' | ';
    color: #b9b9b9
}

.post-holder .post-header .post-info .item:last-child::after {
    display: none
}

.post-list {
    margin-top: 0;
    margin-bottom: 20px;
    list-style: none
}

.post-list-wrapper .post-list {
    padding-left: 0
}

.post-list .post-content .post-read-more {
    padding-top: 10px;
    float: right
}

.post-links-wrapper ul, .subcategory-links-wrapper ul {
    list-style: none
}

.post-content .post-description img {
    margin: 15px 0;
    max-width: 100%;
    height: auto
}

.post-content .post-description ol, .post-content .post-description ul {
    list-style-position: inside
}

.post-content .post-description .post-ftimg-hld {
    margin: 0 0 10px 0
}

.post-content .post-description .post-ftimg-hld img {
    width: 100%;
    padding: 0;
    margin: 0
}

.post-list .post-header .post-title {
    max-width: 80%
}

.post-list .post-header .post-title a {
    text-decoration: none;
    font-size: 22px;
    color: #636363
}

.post-list .post-header .post-title {
    margin: 0;
    padding: 10px 0;
    float: left
}

.post-list .post-holder .post-header .addthis_toolbox {
    float: right;
    padding-top: 20px
}

.post-list .hidden {
    display: none
}

.post-view .post-holder .post-header .addthis_toolbox {
    float: right
}

.post-view .post-bottom {
    margin-top: 30px
}

.post-view .post-nextprev-hld {
    margin-bottom: 30px
}

.post-view .post-nextprev-hld .nextprev-link {
    font-weight: 700
}

.post-view .post-nextprev-hld .prev-link {
    float: left
}

.post-view .post-nextprev-hld .next-link {
    float: right
}

.post-view .post-gallery {
    margin: 15px 0 15px 0
}

.post-view .post-gallery .gallery-image-hld {
    margin: 0 14px 14px 0;
    border: 1px solid #ccc;
    display: block;
    float: left
}

.post-view .post-gallery .gallery-image {
    padding: 0;
    margin: 0;
    display: block
}

.post-view .block {
    margin-bottom: 30px
}

.widget.block-categories ul {
    list-style: initial;
    padding-left: 0
}

.widget.block-categories ul ul {
    margin-left: 20px
}

.widget.block-categories li, .widget.block-categories ul {
    margin: 5px 0 5px 9px;
    padding: 0
}

.widget.block-rss .rss-icon {
    float: left;
    width: 23px;
    padding-right: 10px
}

.widget.blog-search {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
    float: right
}

.widget.blog-search .block-content {
    margin-bottom: 0
}

.widget.blog-search .block-content .form {
    position: relative
}

.widget.blog-search label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    text-decoration: none;
    display: inline-block;
    float: right
}

.widget.blog-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
    clear: both
}

.widget.blog-search input {
    position: static;
    padding-right: 35px;
    margin: 0;
    left: -300%
}

.widget.blog-search .action.search {
    position: absolute;
    right: 10px;
    top: 0;
    top: calc(50% - 16px);
    z-index: 1;
    display: inline-block;
    background-image: none;
    background: 0 0;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400
}

.widget.blog-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    content: '';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
    speak: none;
    width: 16px;
    height: 32px;
    background: url(../../../../../frontend/Magento/luma/en_US/Magefan_Blog/images/search-icon.svg) no-repeat -10px -7px;
    background-size: 35px;
    opacity: .5
}

.widget.blog-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.widget.block-tagclaud .smallest {
    font-size: .75em
}

.widget.block-tagclaud .small {
    font-size: 1em
}

.widget.block-tagclaud .medium {
    font-size: 1.25em
}

.widget.block-tagclaud .large {
    font-size: 1.5em
}

.widget.block-tagclaud .largest {
    font-size: 2em
}

.blog-widget-recent .post-list {
    padding: 0;
    margin: 0
}

.blog-widget-recent .post-holder {
    width: 31.2%;
    float: left;
    margin: 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {
    width: 48%
}

.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(2n+1) {
    clear: both
}

@media (max-width: 767px) {
    .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {
        width: 98%
    }
}

@media (max-width: 1024px) {
    .blog-widget-recent .post-holder {
        width: 48%
    }
}

@media (max-width: 767px) {
    .blog-widget-recent .post-holder {
        width: 98%
    }
}

.blog-widget-recent .post-description .post-text-hld {
    min-height: 150px;
    overflow-y: auto
}

.blog-widget-recent-masonry .post-description .post-text-hld {
    max-height: none;
    min-height: 0
}

.blog-widget-recent-masonry .post-description .post-ftimg-hld {
    width: 100%;
    margin: 0
}

.mfblog-autoloader {
    text-align: center
}

.mfblog-autoloader .mfblog-show-onload {
    display: none
}

@media (max-width: 420px) {
    #mfblog_gcomments {
        max-width: 345px;
        overflow-y: scroll
    }
}

.blog-category-view .category-content, .blog-tag-view .tag-content {
    padding-left: 0
}

.widget.block-list-posts .block-content .item {
    padding: 8px 0 0 0
}

.widget.block-list-posts .block-content .item .post-image {
    width: 60px;
    float: left;
    border-radius: 0;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    margin-right: 12px
}

.widget.block-list-posts .block-content .item .post-image .post-item-link {
    display: inline-block
}

.widget.block-list-posts .block-content .item .post-image .post-item-link img {
    width: 100%;
    height: auto;
    vertical-align: middle
}

/* Owl Carousel v2.3.4 */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../../../../../frontend/Magento/luma/en_US/Mageplaza_Core/css/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

/* trustpilot.min.css below */
.shake-and-hide-element {
    -moz-animation: hide-element 0s ease-in 5s forwards, shake-element 1s;
    -webkit-animation: hide-element 0s ease-in 5s forwards, shake-element 1s;
    -o-animation: hide-element 0s ease-in 5s forwards, shake-element 1s;
    animation: hide-element 0s ease-in 5s forwards, shake-element 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@keyframes shake-element {
    0%, 100% {
        transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-5px)
    }
    20%, 40%, 60%, 80% {
        transform: translateX(5px)
    }
}

@-webkit-keyframes shake-element {
    0%, 100% {
        transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-5px)
    }
    20%, 40%, 60%, 80% {
        transform: translateX(5px)
    }
}

@keyframes hide-element {
    to {
        width: 0;
        height: 0;
        padding: 0;
        margin: 0;
        overflow: hidden
    }
}

@-webkit-keyframes hide-element {
    to {
        width: 0;
        height: 0;
        padding: 0;
        margin: 0;
        visibility: hidden
    }
}

.warning-icon {
    width: 20%;
    max-width: 30px;
    font-size: 21px;
    display: inline-block;
    vertical-align: middle
}

.trustbox-message-text {
    width: 80%;
    display: inline-block;
    vertical-align: middle
}

.trustbox-message-box {
    background-color: #fcf8e3;
    color: #8a6d3b;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid;
    border-color: #faebcc
}

.company-account-create #maincontent fieldset.fieldset.info.trade-reference .field.phoneno {
    float: left;
    width: 49%;
}

.company-account-create #maincontent fieldset.fieldset.info.trade-reference .field.email {
    float: right;
    width: 49%;
}

@media (max-width: 639px) {
    .company-account-create #maincontent fieldset.fieldset.info.trade-reference .field.phoneno {
        float: unset;
        width: 100%;
    }

    .company-account-create #maincontent fieldset.fieldset.info.trade-reference .field.email {
        float: unset;
        width: 100%;
    }
}

.company-account-create #maincontent fieldset.fieldset.info.trade-reference hr {
    margin: 20px 0px 30px;
}

.company-account-create #maincontent fieldset.fieldset.info.trade-reference-1,
fieldset.fieldset.info.trade-reference-2 {
    margin-bottom: 0px;
}

.company-account-create #maincontent fieldset.fieldset.info.trade-reference-1 .legend span,
fieldset.fieldset.info.trade-reference-2 .legend span {
    font-size: 18px;
}

.checkout-cart-index #co-shipping-method-form .no-shipping-quotes {
    min-height: 40px;
}

.product-info-main .grouped .price-box span.old-price {
    display: none;
}

.amsearch-wrapper-inner .product-item-actions .actions-secondary {
    min-width: 45%;
}

@media (min-width:991px){
    .block.newsletter {
        max-width: 100%!important;
    }

    .block.newsletter input {
        margin-right: 0;
    }

    .block.newsletter .field.newsletter {
        max-width: 100%!important;
    }

    .block.newsletter .actions {
        margin-left: 0;
    }
}

.block-search .control input {
    font-size: 14px !important;
}

.product-info-main .product-info-price {
    display: flex;
    flex-direction: column;
}

.block.newsletter .actions {
    margin-left: 10px !important;
}

.sales-order-print #maincontent .order-date {
    margin: 20px 0px;
}

.sales-order-invoice #maincontent .order-date {
    margin: 20px 0px;
}

@media (max-width: 639px) {
    .catalog-category-view .toolbar {
        flex-direction: column;
        margin-top: 20px;
    }
    .catalog-category-view .toolbar .right-tool-items {
        justify-content: center;
        margin-top: 10px;
    }
    .catalog-category-view .left-tool-items {
        justify-content: center;
    }
}
.widget-product-grid .owl-item li.product-item {
    width: 100% !important;
}
.widget-product-grid .owl-item li.product-item .product-item-details {
    height: unset !important;
}
.minicart-items-wrapper .minicart-items .update-cart-item {
    margin: unset;
    background: #036;
    border: 1px solid #036;
    color: #fff;
    border-radius: 0px;
}

/*Registration Page*/
.form-create-account .b2cblur > .field {
    margin: 0 0 20px;
}

.form-create-account .b2cblur label {
    font-weight: 600;
    margin: 0 0 8px;
    display: inline-block;
}

.form-create-account #form-bottom-content{
    margin-top: 20px;
}

.form-create-account input#cloras_p21_customer_id {
    margin-bottom: 20px;
}

.form-create-account  .customerid .label{
    font-weight: 600 !important;
}

.page-product-bundle.catalog-product-view .bundle-options-container .field-tooltip .field-tooltip-content{ width: auto;}
@media(min-width:991px){
    .page-product-bundle.catalog-product-view .stock-table td , .stock-table th{
    padding: 2px;
}
.page-product-bundle.catalog-product-view .bundle-options-container .bundle-options-wrapper, .bundle-options-container .product-options-wrapper{
    float:none;
    width:60%;
    padding-left: 10px;
}
.page-product-bundle.catalog-product-view .bundle-options-container .product-options-wrapper{
    width:100%;
}
.page-product-bundle.catalog-product-view .bundle-options-container form#product_addtocart_form {
    display: inline-flex;
}
.page-product-bundle.catalog-product-view .product-add-form .product-options-wrapper .field .control{
    width:100%;
}
.page-product-bundle.catalog-product-view .bundle-options-container .field.choice {
    display: flex;
}
.page-product-bundle.catalog-product-view .bundle-options-container .product-options-wrapper .field.choice .label{
    margin:0
}
.page-product-bundle.catalog-product-view .bundle-options-container .nested .field.qty{
    margin-top:0;
}
.page-product-bundle.catalog-product-view .bundle-options-container .select-stock .field-tooltip.toggle {
    margin-left: 3px;
}

.page-product-bundle.catalog-product-view .bundle-options-container .stock-sku {
    width: 250px;
    display:block;
}

.page-product-bundle.catalog-product-view .bundle-options-container .select-stock .field-tooltip{
    position:relative;
}
.select-stock {
    display: flex;
    line-height:30px;
}
}
@media(max-width:990px){
    .page-product-bundle.catalog-product-view .bundle-options-container .field.choice {
    display: flex;
    width: 100%;
}
.page-product-bundle.catalog-product-view .bundle-options-container .product-options-wrapper .field.choice .label{
    margin:0
}
.page-product-bundle.catalog-product-view .bundle-options-container .field-tooltip .field-tooltip-content{width: auto;position: fixed;width: 80%;left: 10%;overflow-x: scroll;overflow-y: scroll;right: unset;max-height: 360px;top: 17%;}

.page-product-bundle.catalog-product-view .bundle-options-container .field-tooltip .field-tooltip-content::before, .page-product-bundle.catalog-product-view .bundle-options-container .field-tooltip .field-tooltip-content::after{
    display: none;
}
 .stock-table tr {
    width: 100px;
    display: inline-grid;
    text-align:center;
    line-height: 15px;
}
 .stock-table th , .stock-table td {
    display: block;
}
.stock-table{
    display: table-caption;
    width: 400px;
}
.stock-sku {
    height: 110px;
}
.page-product-bundle.catalog-product-view .bundle-options-container .select-stock{
    display: inline-flex;
    position: relative;
    padding-right: 25px;
    line-height: 30px;
    align-items: center;
    font-weight:600;
}
.page-product-bundle.catalog-product-view .bundle-options-container .field-tooltip .field-tooltip-content::before{
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 14px;
    color: #757575;
    content: '\e616';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    height: 17px;
    border: 0;
    width: 15px;
    right: 7px;
    top: 7px;
}
}
.checkout-index-index #checkout-step-payment #co-payment-form hr{display: none;}
@media (max-width: 1199px) {
    .cms-home .header-bottom{
        flex-wrap: wrap;
    }

    .cms-home .header-list:not(:last-child){
        margin-bottom: 20px;
    }
    .cms-home span.header-bottom-sec.h-common-sec{word-break: break-word;}
}

@media (max-width: 991px) {
    .cms-home span.header-bottom-sec.h-common-sec{
        font-size: 19px !important;
    }

    .cms-home span.header-bottom-sec.h-common-sec span{
        font-size: 19px !important;
    }

    .cms-home .header-para{
        font-size: 14px !important;
    }

    .cms-home .header-block-static{
        left: 40% !important;
    }
}
@media (max-width: 1024px) {
    .cms-home .header-para{
        word-break: break-word;
    }
}
body.cms-home .block.widget.block-products-list.grid .products-grid .product-item .product-item-info .product-item-details {
    height: auto;
    min-height: 60px;
}
body.cms-home div[data-content-type = "product_recommendations"] .block.widget.block-products-list.grid .products-grid .product-item .product-item-info .product.name.product-item-name:after {
    display: none;
}
.cms-home .b2c-feature-product-section div[data-content-type = "product_recommendations"] .block-title.title:before {
    content: "Featured Products";
    font-size: 22px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #2b3037;
    border-left: 4px solid #069;
    padding-left: 15px;
    margin-bottom: 20px;
}
.cms-home .b2c-feature-product-section div[data-content-type = "product_recommendations"] .block-title.title {
    text-align: left;
    margin-bottom: 20px;
}
.cms-home .column.main [data-content-type=row][data-appearance=contained] + [data-content-type=row][data-appearance=contained] > div div[data-content-type = "product_recommendations"] .block-title.title:before {
    content: "Product Recommandation";
    font-size: 22px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #2b3037;
    border-left: 4px solid #069;
    padding-left: 15px;
    margin-bottom: 20px;
}
.cms-home .column.main [data-content-type=row][data-appearance=contained] + [data-content-type=row][data-appearance=contained] > div div[data-content-type = "product_recommendations"] .block-title.title {
    text-align: left;
    margin-bottom: 20px;
}
.cms-home .column.main [data-content-type=row][data-appearance=contained] + [data-content-type=row][data-appearance=contained] {
    max-width: 100%;
    background-color: #f4f4f4;
    border-style: none;
    border-width: 1px;
    border-radius: 0;
    margin: 0 0 10px;
    padding: 10px 15px;
}
.cms-home .column.main [data-content-type=row][data-appearance=contained] + [data-content-type=row][data-appearance=contained] > div {
    box-sizing: border-box;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1280px;
    padding: 10px 0 !important;
}
.cms-home .b2c-feature-product-section + [data-content-type=row][data-appearance=contained] {
    display: none;
}
.cms-home .b2c-feature-product-section {
    margin-bottom: 0 !important;
}
body.cms-index-index .aw-sbb-list-brand {
    padding-bottom: 10px;
}
@media screen and (min-width: 1024px) {
    .cms-home .b2c-feature-product-section div[data-content-type = "product_recommendations"] .products.list.items .product.product-item {
        margin-left: 10px;
        width: 15.82%;
    }
    .cms-home .b2c-feature-product-section div[data-content-type = "product_recommendations"] .products.list.items .product.product-item:first-child {
        margin-left: 0;
    }
    .cms-home .column.main [data-content-type=row][data-appearance=contained] + [data-content-type=row][data-appearance=contained] > div div[data-content-type = "product_recommendations"] .products.list.items .product.product-item {
        margin-left: 10px;
        width: 15.82%;
    }
    .cms-home .column.main [data-content-type=row][data-appearance=contained] + [data-content-type=row][data-appearance=contained] > div div[data-content-type = "product_recommendations"] .products.list.items .product.product-item:first-child {
        margin-left: 0;
    }
}
@media screen and (min-width: 1277px) {
    .cms-home .b2c-feature-product-section div[data-content-type = "product_recommendations"] .products.list.items .product.product-item {
        width: 15.999%;
    }
    .cms-home .column.main [data-content-type=row][data-appearance=contained] + [data-content-type=row][data-appearance=contained] > div div[data-content-type = "product_recommendations"] .products.list.items .product.product-item {
       width: 15.999%;
    }
}
@media screen and (max-width: 990px) {
    .navigation.mobilemenu .submenu:not(:first-child).expanded {
        display: none !important;
    }
    .navigation.mobilemenu .ui-corner-all .ui-state-active + .submenu:not(:first-child).expanded {
        display: block !important;
    }
}
.block-products-list.grid a.product-item-photo img {
    height: 300px;
    object-fit: contain;
}

#search_mini_form .label { display: block !important;}
@media only screen and (max-width: 767px){
    .search-autocomplete {
        overflow: auto;
        position: absolute;
        z-index: 9999;
        width: 100%;
    }
    .popover-container {
        width: 100%;
        gap:0;
    }

    .products-container .product-result {
        min-width: 50%;
        display:block;
    }
    .product-name {
        word-break: break-all;
    }
    .products-container{
        grid-template-rows: repeat(1, 1fr);
    }
    .products-container .product-result img {
        height: 130px;
        object-fit: contain;
        margin-bottom: 10px;
    }
}
.opc-block-summary .totals-tax.certificate-links{
    display:table-row
}
.avatax-certificate-dialog #gencert_iframe{
    height:80vh;
}