/*GENERAL*/
body {
    font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
    .page-main{
        padding-left: 0;
        padding-right: 0;
    }
    .page-wrapper .page-main{
        padding-top: 0;
    }
}
.page-main .columns{
    padding: 15px 15px 0 15px;
}
.columns .column.main{
    padding-bottom: 20px;
}
.content-wrapper-big{
    max-width: 1280px;
    left: 0;
    right: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
}
.content-wrapper-small{
    max-width: 1200px;
    left: 0;
    right: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
.content-wrapper-xsmall{
    max-width: 1170px;
    left: 0;
    right: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
.icon-sprite:before{
    content: '';
    background: url('../../images/sprites.png') no-repeat;
    display: block;
}
.icon-clock-red:before{
    background-position: -251px -6px;
    width: 51px;
    height: 51px;
}
.icon-checklist-red:before{
    background-position: -314px -3px;
    width: 44px;
    height: 57px;
}
.icon-decline-red:before{
    background-position: -369px -4px;
    width: 56px;
    height: 53px;
}
.icon-equipment-service:before{
    background-position: -439px -6px;
    width: 48px;
    height: 48px;
}
.icon-flexible-purchase-red:before{
    background-position: -251px -69px;
    width: 51px;
    height: 52px;
}
.icon-trusted-red:before{
    background-position: -320px -68px;
    width: 36px;
    height: 44px;
}
.icon-training-red:before{
    background-position: -372px -69px;
    width: 58px;
    height: 46px;
}
.icon-safety-red:before{
    background-position: -442px -73px;
    width: 47px;
    height: 35px;
}
.text-red{
    color: #e51f34;
}
.text-transform-none{
    text-transform: none !important;
}
.text-font-normal{
    font-family: 'Barlow', sans-serif;
}
.bg-red{
    background: #e51f34;
    color: #fff;
}
.breadcrumbs .item:not(:last-child):after{
    font-size: inherit;
    content: '/';
}
.section-width-bullseye{
    position: relative;
}
.section-width-bullseye:after{
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -47px;
    margin: 0 auto;
    background: url('../../images/sprites.png') no-repeat -8px -48px;
    width: 92px;
    height: 94px;
    z-index: 10;
}
.section-dark-gray{
    background-color: #c5c5c5;
}
.page-main > .page-title-wrapper h1.page-title{
    font-family: 'Barlow Condensed', sans-serif;
    font-style: inherit;
    font-weight: 600;
    line-height: 30px;
    font-size: 2.8rem;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
    padding: 0 15px;
}
.section-title{
    display: block;
    max-width: 700px;
    margin: 0 auto 20px auto;
}
h1.section-title{
    color: #3c3f42;
    font-family: 'Barlow Condensed', sans-serif;
    font-style: inherit;
    font-weight: 600;
    line-height: 40px;
    font-size: 3.8rem;
}
.cms-page-view h1:not(#page-title-heading){
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: none;
}
@media only screen and (max-width: 767px){
    body.theme-pearl.page-layout-1column h1.section-title,
    h2.section-title{
        font-size: 2.8rem;
        line-height: 30px;
    }
}
.title-side-icons{
    position: relative;
    padding: 0 35px;
}
.title-side-icons:before,
.title-side-icons:after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    background-image: url('../../images/sprites.png');
    background-repeat: no-repeat;
    background-position: -89px -12px;
    width: 28px;
    height: 15px;
}
.title-side-icons:after{
    left: auto;
    right: 0;
    background-position: -132px -12px;
}
.title-bottom-border-red{
    position: relative;
    padding-bottom: 15px;
}
.title-bottom-border-red:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 60px;
    border-top: 3px solid #f38181;
}
li.list-style-bullseye,
li.list-style-diamonds{
    position: relative;
    padding-left: 45px;
    list-style: none;
    line-height: 35px;
    font-size: 22px;
    margin-bottom: 10px;
}
li.list-style-bullseye:before,
li.list-style-diamonds:before{
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: url('../../images/sprites.png') no-repeat -38px -3px;
    width: 35px;
    height: 36px;
}
li.list-style-diamonds:before{
    background-position: -89px -12px;
    width: 28px;
    height: 15px;
    top: 10px;
    left: 8px;
}
@media (max-width: 767px) {
    li.list-style-bullseye,
    li.list-style-diamonds{
        padding-left: 25px;
        font-size: 16px;
        margin-bottom: 5px;
        line-height: 24px;
    }
    li.list-style-diamonds{
        padding-left: 35px;
    }
    li.list-style-bullseye:before{
        top: 2px;
        background-position: -213px -8px;
        width: 18px;
        height: 19px;
    }
    li.list-style-diamonds:before{
        top: 3px;
        left: 2px;
    }
}
@media (max-width: 420px) {
    li.list-style-bullseye,
    li.list-style-diamonds{
        font-size: 14px;
        line-height: 18px;
    }
    li.list-style-diamonds:before{
        top: 1px;
    }
}
.uk-slidenav{
    background: #e51f34;
    opacity: 0.7;
    border-radius: 4px;
}
.uk-slidenav.transparent-bg{
    background: transparent;
}
.uk-slidenav *{
    color: #fff;
}
.uk-slidenav.transparent-bg *{
    color: #000;
}
.uk-slidenav:hover{
    opacity: 1;
}
.uk-dotnav > *{
    padding-left: 10px;
}
.uk-dotnav > * > *{
    width: 12px;
    height: 12px;
    background: #e4e5e6;
    border-color: #e4e5e6;
}
.uk-light .uk-dotnav > * > *{
    background: #fff;
    border-color: #fff;
}
.uk-dotnav > .uk-active > *,
.uk-light .uk-dotnav > .uk-active > *{
    background: #ec1c24;
    border-color: #ec1c24;
}
.uk-modal-close-default.uk-close.uk-icon{
    background: transparent !important;
    border: 0 !important;
}
ul.uk-accordion-angle-dropdown{
    list-style: none;
    padding-left: 0;
}
.uk-accordion-angle-dropdown .uk-accordion-title::before{
    display: inline-block;
    font-family: 'font-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e7a7";
    background-image: none;
}
.uk-accordion-angle-dropdown .uk-open > .uk-accordion-title::before{
    content: "\e7a6";
}
.read-more,
.read-more:visited,
.read-more:active{
    font-family: 'Barlow Condensed', sans-serif;
    font-style: inherit;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
}
.read-more:hover{
    text-decoration: none;
    color: #fff;
}
.read-more .uk-slidenav{
    padding: 3px 2px 3px 4px;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    margin-right: 5px;
}
.read-more .uk-slidenav *{
    color:  #e51f34;
    height: 14px;
    width: 14px;
}
.vertical-align-container{
    box-sizing: border-box;
    position: relative;
    height: 100%;
}
.vertical-align{
    margin: 0;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
.grid-with-icons > div >.uk-position-relative,
.grid-with-icons > li >.uk-position-relative{
    padding-left: 70px;
    min-height: 60px;
    max-width: 380px;
    margin: 0 auto;
}
.grid-with-icons .uk-position-relative .icon-sprite{
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
}
.grid-with-icons > *{
    letter-spacing: initial;
    font-size: 1.6rem;
}
.grid-with-icons label{
    display: block;
    margin-bottom: 10px;
}
@media (max-width: 480px) {
    .grid-with-icons > div >.uk-position-relative,
    .grid-with-icons > li >.uk-position-relative{
        padding-left: 60px;
        max-width: 300px;
    }
}
.owl-theme.owl-carousel .owl-controls .owl-dot span{
    width: 12px;
    height: 12px;
    margin: 5px;
    background: #e4e5e6;
}
.owl-theme.owl-carousel .owl-controls .owl-dot:hover span{
    background: rgba(102, 102, 102, 0.8);
    border: 1px solid #aaa;
}
.owl-theme.owl-carousel .owl-controls .owl-dot.active span{
    background: #ec1c24;
    border: 1px solid #ec1c24;
}
.youtube-wrapper {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 45%;
    overflow: hidden;
    cursor: pointer;
}
.youtube-wrapper img {
    width: 100%;
    top: -21%;
    left: 0;
    opacity: 0.7;
}
.youtube-wrapper .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtube-wrapper .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube-wrapper img,
.youtube-wrapper .play-button {
    cursor: pointer;
}
.youtube-wrapper img,
.youtube-wrapper iframe,
.youtube-wrapper .play-button,
.youtube-wrapper .play-button:before {
    position: absolute;
}
.youtube-wrapper .play-button,
.youtube-wrapper .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube-wrapper iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
/*END GENERAL*/
/*HEADER*/
.page-header{
    background: #fff;
}
.page-header.uk-sticky.uk-active{
    background: #fff;
    z-index: 100;
    -webkit-box-shadow: 0 0 5px 0 rgba(130,130,130,0.75) !important;
    -moz-box-shadow: 0 0 5px 0 rgba(130,130,130,0.75) !important;
    box-shadow: 0 0 5px 0 rgba(130,130,130,0.75) !important;
}
.page-header .panel.wrapper{
    border-bottom: 0;
    background-color: #f2f2f2;
}
.page-header .header.panel,
.page-header.uk-sticky.uk-active .header.panel{
    transition-property: all;
    transition-duration: 0.5s;
}
.page-header .header.panel .social-icons-v1{
    display: none;
}
.social-icons-v1 .social-icons{
    width: 30px;
    height: 30px;
    margin-bottom: 0;
    margin-right: 10px;
    line-height: 30px !important;
    font-size: 18px;
    float: left;
}
.social-icons-v1 .social-icons:hover i:first-child {
    margin-top: -30px;
}
.header.content,
.page-header.uk-sticky.uk-active .header.content{
    transition-property: padding;
    transition-duration: 0.5s;
}
.header.content .logo,
.header.content .logo img,
.page-header.uk-sticky.uk-active .header.content .logo,
.page-header.uk-sticky.uk-active .header.content .logo img{
    transition-property: all;
    transition-duration: 0.5s;
}
@media only screen and (max-width: 767px){
    .page-header{
        background: #fff;
        z-index: 100;
        -webkit-box-shadow: 0 0 5px 0 rgba(130,130,130,0.75);
        -moz-box-shadow: 0 0 5px 0 rgba(130,130,130,0.75);
        box-shadow: 0 0 5px 0 rgba(130,130,130,0.75);
    }
    .page-wrapper .header.content .logo {
        margin-left: 40px;
        width: 120px;
        margin-top: -2px;
    }
    .page-wrapper .header.content .logo:before{
        content: '';
        background: url('../../images/sprites.png') no-repeat -119px -50px;
        width: 111px;
        height: 43px;
        display: block;
    }

    .page-wrapper .header.content .logo img{
        display: none;
    }
    .header.content .block-search{
        position: relative;
        display: block;
        clear: both;
        margin-bottom: 10px;
    }
    .block-search .label{
        display: none;
    }
    .block-search .control{
        border-top: 0;
    }
    .block-search input{
        position: static;
        left: auto;
        margin: 0;
        border: 1px solid #6a6969;
        border-radius: 4px;
    }
    .page-header .block-search .control input:focus{
        -webkit-box-shadow: 0 0 5px 0 rgba(130,130,130,0.75) !important;
        -moz-box-shadow: 0 0 5px 0 rgba(130,130,130,0.75) !important;
        box-shadow: 0 0 5px 0 rgba(130,130,130,0.75) !important;
        border: 1px solid #6a6969;
    }
    .theme-pearl .form.minisearch .searchautocomplete{
        position: absolute !important;
    }
    .block-search .action.search{
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 32px;
        line-height: 32px;
        background: #FF3333;
        border-color: #FF3333;
        width: 30px;
        border-radius: 0 5px 5px 0;
        opacity: 0.8;
        padding: 0;
        color: #fff;
    }
    .block-search .action.search:before{
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        line-height: 32px;
        color: #fff;
        content: '\e615';
        font-family: 'luma-icons';
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
    .block-search .action.search span{
        display: none;
    }
    .theme-pearl .control.loader-ajax:after{
        right: 35px;
    }
}
@media only screen and (max-width: 639px){
    .minicart-wrapper{
        margin-top: 0;
    }
}
.page-header .minicart-wrapper .action.showcart:before,
.page-header .minicart-wrapper .action.showcart.active:before{
    background: url('../../images/sprites.png') no-repeat -252px -139px;
    width: 29px;
    height: 26px;
    margin-top: 7px;
    margin-right: 10px;
    content: "";
    font-family: inherit;
}
.minicart-wrapper .action.showcart .counter.qty{
    position: absolute;
    top: -12px;
    right: 0;
    color: #6a6969;
    border-color: #6a6969;
}
.minicart-wrapper .action.showcart .counter.qty .counter-number{
    color: #6a6969;
}
@media only screen and (max-width: 767px){
    .page-header .minicart-wrapper .action.showcart:before,
    .page-header .minicart-wrapper .action.showcart.active:before{
        margin-right: 14px;
    }
    .minicart-wrapper .action.showcart .counter.qty{
        top: -8px;
    }
}
.header.content .header.links.custom{
    display: none;
    float: right;
    list-style: none;
    padding-left: 20px;
    margin: 0;
}
.header.content .header.links.custom .authorization-link{
    margin: 0;
}
.header.content .header.links.custom li{
    padding: 3px 0;
}
.header.content .header.links.custom li > a{
    letter-spacing: initial;
    height: 35px;
    line-height: 35px;
    display: block;
    padding: 0 15px;
}
.header.content .header.links.custom .authorization-link a{
    position: relative;
    color: #fff;
    border-radius: 5px;
    background: rgba(3,203,248,1);
    background: -moz-linear-gradient(top, rgba(3,203,248,1) 0%, rgba(29,45,156,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(3,203,248,1)), color-stop(100%, rgba(29,45,156,1)));
    background: -webkit-linear-gradient(top, rgba(3,203,248,1) 0%, rgba(29,45,156,1) 100%);
    background: -o-linear-gradient(top, rgba(3,203,248,1) 0%, rgba(29,45,156,1) 100%);
    background: -ms-linear-gradient(top, rgba(3,203,248,1) 0%, rgba(29,45,156,1) 100%);
    background: linear-gradient(to bottom, rgba(3,203,248,1) 0%, rgba(29,45,156,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03f808', endColorstr='#289c1d', GradientType=0 );
}
@media only screen and (max-width: 767px) {
    .nav-sections-item-title{
        width: 50%;
    }
    .nav-sections-items .navpro .level0 .level-top:hover{
        text-decoration: none;
    }
    .nav-sections-items .header.links li.greet.welcome{
        display: none;
    }
    .nav-sections-items .header.links a,
    .nav-sections-items .header.links a:hover{
        padding: 11px 12px 11px 12px;
        display: block;
        line-height: normal;
        font-weight: 700;
        color: #575757;
        font-size: 1.6rem;
    }
    .nav-sections-items .header.links a:hover{
        color: #ff3333;;
    }
}
/*END HEADER*/
/*HOME PAGE*/
/*Homepage main slider*/
.cms-index-index .columns .column.main{
    padding-bottom: 0;
}
.owl-theme .owl-stage-outer{
    padding-top: 0;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]{
    background: rgba(255, 51, 51, 0.5);
    color: #fff;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{
    background: rgba(255, 51, 51, 0.8);
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:before,
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:before{
    background-color: #fff !important;
}
#estore_homeslider_1 .item .uk-position-absolute{
    top: 0;
    height: 100%;
}
#estore_homeslider_1 .item .text-white *{
    color: #fff;
}
#estore_homeslider_1 .item.customer-login-banner .uk-position-absolute{
    height: 100%;
}
#estore_homeslider_1 .item.customer-login-banner iframe{
    display: none;
    width: 40%;
    max-width: 400px;
}
#estore_homeslider_1 .exclusive-advantage-info{
    width: 100%;
}
#estore_homeslider_1 .cta{
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 10px;
    color: #fff;
    text-shadow: rgba(184,184,184,0.6);
    background: #bcbcbc;
    border-radius: 5px;
}
#estore_homeslider_1 .cta.darker{
    background: #5e635e;
}
@media (min-width: 768px) {
    #estore_homeslider_1 .item.customer-login-banner iframe{
        display: block;
    }
    #estore_homeslider_1 .exclusive-advantage-info{
        width: 60%;
    }
    #estore_homeslider_1 .vertical-align {
        padding-left: 40px;
    }
    #estore_homeslider_1 .cta{
        font-size: 20px;
        line-height: 30px;
        padding: 10px 15px;
    }
    .owl-theme .owl-controls .owl-dots{
        display: none !important;
    }
}
@media (max-width: 767px) {
    #estore_homeslider_1 .owl-item .item{
        height: 330px;
        background-position: center;
        background-size: 767px 330px;
    }
    #estore_homeslider_1 .owl-item .item > img{
        display: none;
    }
    #estore_homeslider_1 .owl-controls .owl-nav{
        display: none;
    }
}
#estore_homeslider_1 h2{
    margin-top: 0;
    font-family: 'Barlow', sans-serif;
    font-weight: 100;
    text-transform: none;
    font-size: 25px;
    line-height: initial;
}
#estore_homeslider_1 .exclusive-advantage-info ul{
    padding: 0;
}
/*End Homepage main slider*/
/*Featured Categories*/
.section-featured-categories .section-title{
    max-width: 610px;
}
.section-featured-categories .uk-slider-container{
    overflow-y: visible;
}
.section-featured-categories li.category-item:hover .inner-container{
    background-color: #fad9dc;
    border-radius: 3px;
}
.section-featured-categories li.category-item:hover .thumbnail-image{
    display: none;
}
.section-featured-categories .hover-image{
    display: none;
    margin: 0 auto;
}
.section-featured-categories li.category-item:hover .hover-image{
    display: block;
}
.section-featured-categories .category-name{
    margin: 15px auto;
}
.section-featured-categories .category-name a{
    background: #a9a7a7;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 8px 15px;
    max-width: 190px;
    width: 100%;
    line-height: 24px;
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 3px;
}
.section-featured-categories li.category-item:hover .category-name a{
    background: #e51f34;
}
.section-featured-categories .category-name a:hover{
    text-decoration: none;
}
.section-featured-categories .sub-heading h4{
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}
.section-featured-categories li.category-item:hover h4{
    color: #e51f34;
}
.section-featured-categories .sub-heading h4:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    max-width: 100px;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
}
@media only screen and (max-width: 639px) {
    .section-featured-categories li.category-item{
        padding: 40px 0;
    }
    .section-featured-categories li.category-item.uk-active{
        padding: 8px 0;
        z-index: 10;
    }
    .section-featured-categories li.category-item .inner-container{
        background: #dbd9d9;
    }
    .section-featured-categories li.category-item.uk-active .inner-container{
        background-color: #fad9dc;
        border-radius: 3px;
        padding: 30px 10px;
        -webkit-box-shadow: 0 0 10px #aaa;
        box-shadow: 0 0 10px #aaa;
    }
    .section-featured-categories li.category-item.uk-active .thumbnail-image{
        display: none;
    }
    .section-featured-categories li.category-item.uk-active .hover-image{
        display: block;
    }
    .section-featured-categories li.category-item.uk-active .category-name a{
        background: #e51f34;
    }
    .section-featured-categories .category-name a.uk-active{
        text-decoration: none;
    }
    .section-featured-categories .category-description{
        display: none;
    }
}
/*End Featured Categories*/
.section-revolutionizing{
    background-color: #e5e5e5;
    padding-top: 70px;
}
.section-revolutionizing .section-title{
    max-width: 500px;
}
.section-revolutionizing .revolutionizing-list{
    margin-top: 30px;
}
.revolutionizing-list .item > .uk-inline{
    max-width: 370px;
    margin: 0 auto;
}
.revolutionizing-list .item .uk-overlay{
    padding: 14px 14px 30px 14px;
    min-height: 145px;
}
.revolutionizing-list .item h2{
    font-size: 20px;
    margin: 0;
    line-height: 20px;
    margin-bottom: 5px;
}
.revolutionizing-list .item p{
    font-size: 14px;
    margin: 0;
    line-height: 18px;
}
.revolutionizing-list .item .read-more{
    position: absolute;
    right: 15px;
    bottom: 8px;
}
.section-banners{
    background-color: #e5e5e5;
}
.section-banners-white-bg{
    background-color: #fff;
}
.section-banners .uk-background-cover{
    height: 100%;
}
.section-banners .uk-background-cover img{
    max-height: 250px;
}
.section-banners .banner-description{
    padding: 60px 30px 35px 30px;
    background-color: #e41e33;
    background-image: url('../../images/Bulls-eye-bg.png');
    background-repeat: no-repeat;
}
.section-banners .banner-description h2{
    font-size: 28px;
    font-family: 'Barlow', sans-serif;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    text-transform: none;
}
.section-banners .banner-description p{
    color: #fff;
    margin-bottom: 20px;
    font-size: 16px;
}
.section-banners .banner-description a:not(.read-more){
    color: #fff;
}
@media (max-width: 959px) {
    .section-banners{
        margin-bottom: 20px;
        background-color: #fff;
    }
    .section-banners .uk-background-cover{
        background-image: none;
    }
    .section-banners .details-column{
        position: absolute;
        top: 0;
    }
    .section-banners .banner-description{
        padding: 40px 20px 30px 20px;
        background: transparent;
    }
    .section-banners .uk-flex-first\@m .banner-description {
        text-align: right;
    }
    .section-banners .banner-description p{
        display: none;
    }
    .section-banners .banner-description a:not(.read-more){
        color: #333;
    }
    .section-banners .read-more,
    .section-banners .read-more:visited,
    .section-banners .read-more:active{
        color: #e31f33;
    }
    .section-banners .read-more .uk-slidenav{
        background: #e31f33;
    }
    .section-banners .read-more .uk-slidenav *{
        color: #fff;
    }
}
@media (max-width: 640px) {
    .section-banners .banner-description{
        padding: 20px;
    }
    .section-banners .banner-description h2{
        font-size: 22px;
        margin-bottom: 5px;
    }
}
.section-banner-about-us .banner-description{
    background-position: 120% 50px;
}
.section-banner-estore{
    background-color: #fff;
}
.section-banner-estore .banner-description{
    background-position: 70% -70px;
}
.section-banner-catalogue{
    padding-bottom: 80px;
}
.section-banner-catalogue .banner-description{
    background-position: 45% 70px;
}
@media (max-width: 959px){
    .section-banner-catalogue{
        padding-bottom: 20px;
    }
    .section-banner-catalogue.section-width-bullseye:after{
        display: none;
    }
}
/*Start Partners Slider*/
.section-partners{
    padding-top: 20px;
    padding-bottom: 20px;
}
.cms-index-index .section-partners{
    padding-top: 80px;
    padding-bottom: 20px;
}
.section-partners .section-title {
    max-width: 300px;
}
.section-partners .logo-slider-wrapper{
    margin-top: 30px;
    background: #e5e5e5;
    padding: 20px 0;
}
.section-partners .uk-slidenav{
    background: transparent;
    margin: 15px 0;
}
.section-partners .uk-slidenav *{
    color: #000;
}
.section-partners .uk-slider-items li > div{
    padding: 0 10px;
}
@media (max-width: 959px){
    .section-partners{
        padding-top: 40px;
        padding-bottom: 20px;
    }
}
/*END HOME PAGE*/
/*FOOTER*/
.theme-pearl .page-wrapper .page-footer{
    position: relative;
}
.theme-pearl .page-wrapper .page-footer:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../../images/Bulls-eye-bg.png);
    background-repeat: no-repeat;
    background-position: 104% 15%;
    opacity: 0.2;
}
@media (max-width: 767px){
    .page-footer{
        margin-top: 0;
    }
    .theme-pearl .page-wrapper .page-footer:before{
        background-position: 253% 15%;
    }
    .page-wrapper .page-footer .footer.content .footer-v3{
        padding-top: 15px;
    }
}
.page-wrapper .page-footer .footer.content .footer-v3{
    background: transparent;
}
.w .newsletter-subscribe .form-group{
    position: relative;
}
.w .newsletter-subscribe input.validate-email{
    width: 100%;
    max-width: 100%;
    padding-right: 55px;
    border-radius: 3px;
    height: 50px;
}
.w .newsletter-subscribe .button.submit{
    position: absolute;
    top: -1px;
    right: 0;
    width: 50px;
    height: 52px;
    margin: 0;
    line-height: 50px;
    padding: 0;
    background: #ff6d6d;
    border-radius: 3px;
}
.w .newsletter-subscribe .button.submit:before{
    content: '';
    background: url(../../images/sprites.png) no-repeat -178px -8px;
    width: 22px;
    height: 22px;
    display: block;
    margin: 0 0 0 13px;
}
.w .newsletter-subscribe .button.submit span{
    display: none;
}
.page-footer .social-links .widget.block{
    margin: 0;
}
.w.footer-v3 .social-links{
    margin: 50px 0 20px 0;
}
@media only screen and (max-width: 767px){
    .w.footer-v3 .social-links{
        margin-top: 30px;
        text-align: left;
    }
    .page-wrapper .page-footer .footer.content .footer-v3 .mg-mobile a.social-icons {
        margin-right: 5px;
    }
}

.copyright{
    background: #fff;
    width: 100%;
    max-width: 1210px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    color: #333333;
    font-weight: bold;
    text-align: left;
}
.page-wrapper .btt-button{
    color: #333333;
}
/*END FOOTER*/
/*PRODUCT LISTS*/
.uk-slider-container.products{
    margin: 0;
}
.uk-slider-items.product-items{
    font-size: inherit;
}
.uk-slider-items li.product{
    padding-top: 10px;
    padding-bottom: 10px;
}
.uk-slider-items li.product .product-item-info{
    width: calc(100% - 10px);
    margin: 0;
    padding: 10px 15px 15px 15px;
    border: 1px solid transparent;
    flex: none;
    background: #fff;
    text-align: center;
}
@media (min-width: 640px){
    .uk-slider-items li.product .product-item-info:hover,
    .uk-slider-items li.product .product-item-info.active {
        margin: 0;
        padding: 10px 15px 15px 15px;
        box-shadow: 0 0 12px rgba(130,130,130,0.8);
        -moz-box-shadow: 0 0 12px rgba(130,130,130,0.8);
        -webkit-box-shadow: 0 0 12px rgba(130,130,130,0.8);
        -o-box-shadow: 0 0 12px rgba(130,130,130,0.8);
        border-color: #fff;
    }
    .uk-slider-items li.product .product-item-inner {
        box-shadow: none;
        border: none;
        top: 0;
        left: 1px;
        right: 1px;
        background: transparent;
        margin: 0;
    }
}
.uk-slider-items li.product .product-item-name {
    font-size: 16px;
    font-family: 'Barlow Condensed', sans-serif;
    font-style: inherit;
    font-weight: 400;
    text-transform: none;
    text-align: left;
    line-height: 1.4;
    color: #000;
}
.uk-slider-items.flat li.product .product-item-name{
    text-align: center;
    font-family: inherit;
    font-size: 14px;
    text-transform: uppercase;
}
.uk-slider-items li.product .product-item-details .price-box,
.products-grid .product-item .product-item-details .price-box{
    text-align: left;
    font-weight: bold;
    color: #e51f34;
}
.uk-slider-items.flat li.product .product-item-details .price-box{
    color: initial;
    text-align: center;
    line-height: 1.1;
}
li.product .price-container .price{
    font-size: 16px;
}
.price-box .old-price .price{
    font-weight: 100;
    margin-left: 10px;
}


/*END PRODUCT LISTS*/
/*HOTSPOT BLOCK*/
.cms-hot-spot .section-1,
.cms-hot-spot .section-2{
    position: relative;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}
@media (max-width: 959px){
    .cms-hot-spot .section-1 .clickable-hotspots{
        height: 300px;
    }
}
@media (max-width: 767px){
    .cms-hot-spot .section-1 .clickable-hotspots{
        height: 270px;
    }
}
@media (max-width: 600px){
    .cms-hot-spot .section-1 .clickable-hotspots{
        height: 250px;
    }
}
.cms-hot-spot h2{
    text-transform: initial;
    line-height: initial;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}
.cms-hot-spot h3{
    font-size: 18px;
    text-transform: initial;
    font-weight: bold;
}
.cms-hot-spot .section-1 .img-2875{
    width: 35%;
    float: left;
}
.cms-hot-spot .section-1 .img-65300-4{
    width: 65%;
    float: left;
}
.cms-hot-spot .section-1 .img-mop{
    height: 47%;
}
.cms-hot-spot .section-1 .img-flat_mop_head{
    height: 47%;
}
.cms-hot-spot .cta .action.primary{
    border-radius: 20px;
    font-weight: normal;
}
/*END HOTSPOT BLOCK*/
/*CMS laundry-warewash*/
.section-i-n-l-intro .grid-with-icons > div >.uk-position-relative{
    max-width: 370px;
    margin: 0 auto;
}
.section-i-n-l-benefits .icon-trusted-red:before{
    margin-left: 8px;
}
.section-i-n-l-benefits .icon-safety-red:before{
    margin-left: 5px;
}

@media (max-width: 767px) {
    .section-hpspt-toggle .uk-panel img{
        max-width: 45px;
        margin-right: 20px;
        margin-bottom: 55px !important;
    }
    .section-hpspt-toggle .uk-panel .button-gray{
        max-width: 200px;
        margin-top: 0;
    }
    .section-hpspt-toggle p{
        font-size: 16px;
        line-height: 1.1;
        text-align: left !important;
    }
}
@media (max-width: 639px) {
    .section-hpspt-toggle > div > .uk-panel{
        position: relative;
        padding-bottom: 50px;
    }
    .section-hpspt-toggle .uk-panel img{
        display: none;
    }
    .section-hpspt-toggle p{
        clear: both;
        display: block;
        text-align: center !important;
    }
    .section-hpspt-toggle .uk-panel .button-gray{
        position: absolute;
        bottom: -5px;
        margin-bottom: 0;
        left: 0;
        right: 0;
    }

}
.hbspt-form-container{
    margin-top: 10px;
    background: #989897;
    padding: 30px 15px;
    border-radius: 5px;
}
.hbspt-form-container > h3{
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
}
.hbspt-form-container > h3:first-child{
    max-width: 280px;
}
.hbspt-form-container > h3:last-child{
    margin-bottom: 20px;
}
.hbspt-form{
    margin-top: 20px;
    padding-left: 10px;
}
.hbspt-form * {
    font-size: 15px;
    color: #fff;
}
/*.hbspt-form fieldset.form-columns-2{*/
    /*padding-left: 8px !important;*/
/*}*/
.hbspt-form .hs-form-field{
    margin-bottom: 5px;
}
.hbspt-form input[type="text"],
.hbspt-form input[type="password"],
.hbspt-form input[type="url"],
.hbspt-form input[type="tel"],
.hbspt-form input[type="search"],
.hbspt-form input[type="number"],
.hbspt-form input[type="datetime"],
.hbspt-form input[type="email"]{
    height: 40px;
    font-size: 15px;
    background: #bbbbbb;
    color: #fff;
    border: 1px solid #696969;
    border-radius: 5px;
}
.hbspt-form fieldset.form-columns-2 .input{
    margin-right: 8px !important;
    margin-bottom: 5px;
}
.hbspt-form .hs-form-required{
    color: #e41e33;
}
.hbspt-form ul{
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.hbspt-form li{
    line-height: 1;
    margin-bottom: 0;
}
.hbspt-form .hs-error-msg{
    font-size: 14px;
    color: #e41e33;
}
.hbspt-form .hs-button,
.button-gray{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    width: calc(100% - 15px);
    padding: 12px 15px;
    border: 1px solid #696969 !important;
    border-top-color: #c8c8c8 !important;
    border-radius: 5px !important;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 220px;
    background: rgba(151,151,151,1);
    background: -moz-linear-gradient(top, rgba(151,151,151,1) 0%, rgb(105, 105, 105) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(151,151,151,1)), color-stop(100%, rgba(105,105,105,1)));
    background: -webkit-linear-gradient(top, rgba(151,151,151,1) 0%, rgba(105,105,105,1) 100%);
    background: -o-linear-gradient(top, rgba(151,151,151,1) 0%, rgba(105,105,105,1) 100%);
    background: -ms-linear-gradient(top, rgba(151,151,151,1) 0%, rgba(105,105,105,1) 100%);
    background: linear-gradient(to bottom, rgba(151,151,151,1) 0%, rgba(105,105,105,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#979797', endColorstr='#696969', GradientType=0 );
}
.hbspt-form .hs-button:hover,
.button-gray:hover{
    color: #fff !important;
    border-top-color: #696969 !important;
    border-bottom-color: #b3b3b3 !important;
    background: rgba(105,105,105,1);
    background: -moz-linear-gradient(top, rgba(105,105,105,1) 0%, rgba(151,151,151,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(105,105,105,1)), color-stop(100%, rgba(151,151,151,1)));
    background: -webkit-linear-gradient(top, rgba(105,105,105,1) 0%, rgba(151,151,151,1) 100%);
    background: -o-linear-gradient(top, rgba(105,105,105,1) 0%, rgba(151,151,151,1) 100%);
    background: -ms-linear-gradient(top, rgba(105,105,105,1) 0%, rgba(151,151,151,1) 100%);
    background: linear-gradient(to bottom, rgba(105,105,105,1) 0%, rgba(151,151,151,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#696969', endColorstr='#979797', GradientType=0 );
}
/*END CMS laundry-warewash*/
/*CMS E-store*/
.section-cms-newsletter{
    background-color: #c5c5c5;
}
.section-cms-newsletter .uk-grid .uk-grid-margin{
    margin-top: 0;
}
.section-cms-newsletter .uk-first-column label{
    line-height: 24px;
    display: block;
    padding:0 0 10px 0;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 -2px 3px rgba(130, 130, 130, 1);
}
.section-cms-newsletter .block.newsletter{
    width: 100% !important;
    margin: 6px auto;
    max-width: 450px;
    padding-left: 65px;
    position: relative;
}
.section-cms-newsletter .block.newsletter:before{
    content: '';
    display: block;
    background: url(../../images/sprites.png) no-repeat;
    background-position: -251px -69px;
    width: 51px;
    height: 52px;
    position: absolute;
    top: -8px;
    left: 0;
}
.section-cms-newsletter .block.newsletter .field .control:before{
    display: none;
}
.section-cms-newsletter .block.newsletter input{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #d6d6d6;
    padding: 0 15px;
    border: 2px solid #d6d6d6;
}
.section-cms-newsletter .block.newsletter input::-webkit-input-placeholder,
.section-cms-newsletter .block.newsletter input:-ms-input-placeholder,
.section-cms-newsletter .block.newsletter input::placeholder {
    color: #d6d6d6;
}
.section-cms-newsletter .action.subscribe.primary{
    background-color: #ff6d6e !important;
    padding: 0;
    width: 40px;
    height: 40px;
    border-color: #ff6d6e !important;
    color: #fff;
}
.section-cms-newsletter .action.subscribe.primary:before{
    content: '';
    background: url(../../images/sprites.png) no-repeat -178px -8px;
    width: 22px;
    height: 22px;
    display: block;
    margin: 0 auto;
}
.section-cms-newsletter .action.subscribe.primary span{
    display: none;
}
@media (min-width: 960px) {
    .section-cms-newsletter .uk-first-column > div{
        padding-left: 65px;
        position: relative;
    }
    .section-cms-newsletter .uk-first-column label{
        font-size: 22px;
        padding: 14px 0 10px 0;
    }
    .section-cms-newsletter .block.newsletter{
        padding-left: 0;
    }
    .section-cms-newsletter .block.newsletter:before{
        display: none;
    }
}
/*End CMS E-store*/
/*OAM PAGE*/
.oam-page-wrapper .oam-description{
    font-size: 14px;
}
.oam-page-wrapper .oam-description h1{
    width: calc(100% - 120px);
    font-size: 20px;
    font-family: 'Barlow Condensed', sans-serif;
    font-style: inherit;
    font-weight: 600;
    text-transform: none;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 20px;
}
.oam-page-wrapper .oam-description p{
    width: calc(100% - 120px);
}
.oam-page-wrapper .oam-description .oam-logo{
    max-width: 100px;
    margin-top: 35px;
}
.oam-dropdown-items{
    background: #E5E5E5;
    position: relative;
    margin: 30px 0 50px 0;
}
.oam-dropdown-items .oam-icons-toggle,
.oam-dropdown-items .oam-icons-toggle:hover{
    position: absolute;
    display: block;
    width: 50px;
    height: 36px;
    text-align: center;
    background: #E5E5E5;;
    line-height: 36px;
    font-size: 30px;
    border-radius: 50%;
    margin: 0 auto;
    top: -20px;
    left: 0;
    right: 0;
    color: #707070;
    text-decoration: none;
}
.oam-dropdown-items .oam-icons-toggle:before{
    display: inline-block;
    font-family: 'font-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e7a7";
}
.oam-icons-container{
    /*display: none;*/
    padding: 20px 30px;
}
.oam-icons-container:before,
.oam-icons-container:after{
    content: '';
    display: table;
    clear: both;
}
.oam-icons-container .item{
    padding: 0 10px 20px 65px;
    position: relative;
}
.oam-icons-container .item .icon-sprite:before{
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 10px;
    left: 0;
}
.oam-icons-container .item .icon-black-dollar:before{
    background-position: -279px -131px;
}
.oam-icons-container .item .icon-black-truck:before{
    background-position: -331px -135px;
}
.oam-icons-container .item .icon-black-gift:before{
    background-position: -444px -131px;
}
.oam-icons-container .item .icon-black-calendar:before{
    background-position: -391px -127px;
}
.oam-icons-container .item label{
    display: block;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
}
.oam-icons-container .item span{
    max-width: 300px;
    display: block;
    font-size: 15px;
}
.hsforms-container{
    max-width: 500px;
}
.hsforms-container h3{
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 20px;
}
.hsforms-container iframe{
    width: 100% !important;
}
/*END OAM PAGE*/
/*CATEGORY PAGE*/

.category-view{
    margin-bottom: 10px;
}
.category-view h1.page-title{
    color: #3c3f42;
    font-family: 'Barlow Condensed', sans-serif;
    font-style: inherit;
    font-weight: 600;
    line-height: 1.2;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 0;
}
.category-view .has-image h1.page-title{
    color: #fff;
    margin-top: -20px;
}
.category-view .category-thumb-description{
    padding: 15px 0;
    background-color: #e5e4e4;
}
.category-view .category-thumb-description table td{
    padding: 2px 5px;
}
.category-view .category-thumb-description td.thumb-image-container{
    max-width: 130px;
    min-width: 120px;
}
.category-view .category-short-description{
    color: #767575;
    line-height: 1.5;
}
.category-view .category-benefits .title{
    margin-bottom: 20px;
}
.category-view .category-benefits .description{
    color: #767575;
    line-height: 1.5;
}
.category-benefits-mobile .uk-background-contain{
    max-width: 350px;
    margin: 0 auto;
    padding: 70px 35px 100px 35px;
    text-align: center;
    font-size: 1.4rem;
    position: relative;
}
@media (max-width: 380px) {
    .category-benefits-mobile .uk-background-contain{
        padding-top: 40px;
        padding-bottom: 90px;
    }
}
@media (max-width: 360px) {
    .category-benefits-mobile .uk-background-contain{
        padding-top: 20px;
        padding-bottom: 70px;
    }
}
.category-benefits-mobile .image-holder:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 96%;
    height: 96%;
    background-color: #e1e1e1;
    border-radius: 50%;
    opacity: 0.9;
}
.category-benefits-mobile .uk-dotnav{
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 20px 0;
}
.category-benefits-mobile .uk-dotnav > *:not(.uk-active) > *{
    background: #fff;
}
@media (max-width: 767px) {
    .category-benefits .vertical-align{
        position: static;
        transform: none;
    }
}
.newsletter-on-category > div{
    background-color: #e5e5e5;
    background-image: url(../../images/Bulls-eye-grey-bg.png);
    background-repeat: no-repeat;
    background-position: 95% -15%;
}
.newsletter-on-category .title{
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
}
.newsletter-on-category .content{
    max-width: 400px;
    margin: 0 auto 30px auto;
    position: relative;
}
.newsletter-on-category .content input[type=email]{
    height: 50px;
    padding: 0 130px 0 25px;
    border-radius: 25px;
    background: #a2a1a2;
    border-color: #a2a1a2;
    color: #eee;
}
.newsletter-on-category .content input::placeholder {
    color: #eee;
    opacity: 1; /* Firefox */
}
.newsletter-on-category .content input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #eee;
}
.newsletter-on-category .content input:-ms-input-placeholder { /* Microsoft Edge */
    color: #eee;
}
.newsletter-on-category .content .action.subscribe{
    position: absolute;
    top: 0;
    right: 0;
    color: #9a9b9b;
    background: #fff;
    border-color: #fff;
    height: 50px;
    width: 120px;
    border-radius: 25px;
    font-weight: 600;
}
.newsletter-on-category .content .action.subscribe span{
    color: inherit;
    font-weight: inherit;
}
.category-description-parent {
    margin-top: 40px;
    margin-bottom: 80px;
}
.category-description-parent h2,
.category-description-parent h3,
.category-description-parent h4{
    margin-top: 0;
}
.category-description .cta-button{
    background-color: #a2a2a2;
    padding: 8px 15px;
    border-radius: 20px;
    color: #fff;
    display: block;
    float: left;
}
.category-view .easycatalogimg{
    background-color: #e5e5e5;
    margin-top: 60px;
    padding-top: 80px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.category-view .easycatalogimg:before{
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: -47px;
    margin: 0 auto;
    background: url(../../images/sprites.png) no-repeat -8px -48px;
    width: 92px;
    height: 94px;
}
.category-view .easycatalogimg ul{
    list-style: none;
}
.category-view .easycatalogimg .category-name{
    font-size: 14px;
}
.category-view .easycatalogimg a{
    color: #525252;
}
.category-view .easycatalogimg a small{
    color: #898989;
    font-size: 13px;
}
.category-view .easycatalogimg a:hover{
    text-decoration: none;
}

.testimonials-section {
    background-color: #e5e4e4;
}
.testimonials-slider .message{
    font-style: italic;
    font-size: 16px;
}
.testimonials-slider .author small{
    color: #bbbaba;
    font-size: 14px;
}
.testimonials-slider .uk-dotnav > * > *{
    background: #777;
    border-color: #777;
}
.testimonials-slider .uk-dotnav > .uk-active > *,
.testimonials-slider .uk-light .uk-dotnav > .uk-active > *{
    background: #ec1c24;
    border-color: #ec1c24;
}
@media only screen and (max-width: 767px){
    #layered-filter-block .filter-title strong {
        cursor: pointer;
        left: 15px;
    }
    #layered-filter-block .filter-content{
        margin-top: 30px;
    }
}
#layered-filter-block .filter-content .filter-subtitle{
    display: none;
}
#layered-filter-block .block-content.filter-content .filter-options .filter-options-item .filter-options-title{
    border: 1px solid #e0e3ec;
    padding: 15px;
    font-weight: 700;
}
.filter-options-title:after{
    content: "\e77d";
    font-family: 'font-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: 18px;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.active > .filter-options-title:after{
    content: "\e77a";
}
#layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content{
    padding: 15px;
    border: 1px solid #e0e3ec;
    border-top: 0;
}
#layered-filter-block .filter-options-content .wp-instant-search-wrapper{
    display: none;
}
.filter-options-content a{
    position: relative;
    display: block;
    margin: 0;
    padding-right: 0;
}
#layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .items .item a:before{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    left: 0;
    position: absolute;
}
body.theme-pearl .ui-slider{
    height: 8px;
    background: #e1e6f1;
}
body.theme-pearl .ui-slider .ui-slider-range{
    background: #abb5ce;
}
body.theme-pearl .ui-slider .ui-slider-handle{
    cursor: move;
    background: #fff;
    webkit-box-shadow: 0px 2px 5px #828282;
    -moz-box-shadow: 0px 2px 5px #828282;
    box-shadow: 0px 2px 5px #828282;
}
.toolbar.toolbar-products{
    padding: 10px 15px !important;
    background: #f8f8f8;
}
.toolbar.toolbar-products label{
    font-weight: 700;
}
.theme-pearl.page-products .sorter{
    float: left;
}
.products.wrapper ~ .toolbar .sorter{
    display: block;
}
.toolbar.toolbar-products select.sorter-options,
.toolbar.toolbar-products select.limiter-options{
    padding: 0 30px 0 15px;
    border: 1px solid #d3d8e3 !important;
    border-radius: 3px;
}
/*.toolbar.toolbar-products select:after{*/
    /*content: "\e77a";*/
    /*font-family: 'font-icons';*/
    /*speak: none;*/
    /*font-style: normal;*/
    /*font-weight: normal;*/
    /*font-variant: normal;*/
    /*font-size: 18px;*/
    /*text-transform: none;*/
    /*line-height: inherit;*/
    /*-webkit-font-smoothing: antialiased;*/
    /*-moz-osx-font-smoothing: grayscale;*/
/*}*/
.column.main .products-grid .product-item .product-item-info:hover{
    background-color: #f79da9;
}
.column.main .products-grid .product-item .product-item-info:hover .hoverShow{
    position: absolute;
    top: 0;
    background: transparent;
}
.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions{
    text-align: right !important;
    background: transparent;
    border: 0;
}
.products.list .product-item-inner.hoverShow button.action.primary.tocart,
.products.list .product-item-inner.hoverShow button.action.primary.tocart:hover{
    background: #f60a25;
    border-color: #f60a25;
    color: #fff;
}
.products.list .product-item h2.product-item-name,
.products.list .product-item h3.product-item-name{
    font-size: 14px;
    line-height: 1.4;
}
.products-grid .product-item .product-item-name a{
    line-height: inherit;
}
/*END CATEGORY PAGE*/
/*PRODUCT PAGE*/
.product-info-main h1.page-title{
    line-height: 1.1;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.product-info-price .price-box .price-container .price{

}
.product-info-main .product.attribute.sku .type:after{
    content: ':';
}
.product-info-main .description-call-out{
    padding: 7px 20px;
    font-size: 14px;
    border-radius: 10px;
    font-weight: 600;
    background: #f2f2f2;
    display: inline-block;
    clear: both;
}
.product-info-main .box-tocart{
    width: 50%;
    float: left;
}
#configurable-table thead{
    background-color: #999999;
}
#configurable-table thead th{
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #000;
    padding: 10px;
    text-transform: capitalize;
}
#configurable-table thead th.col-price{
    text-transform: uppercase;
}
#configurable-table tbody tr{
    padding: 10px;
    font-size: 16px;
    line-height: 1;
}
#configurable-table tbody tr:nth-child(odd){
    background-color: #e5e5e5;
}
#configurable-table tbody tr:nth-child(even){
    background-color: #f5f5f5;
}
#configurable-table .uk-radio{
    border: 2px solid #777;
}
#configurable-table .uk-radio:checked{
    background-color: #777;
}
#configurable-table .stock.available{
    border: solid 1px #000;
    padding: 5px 15px;
    background-color: #119236;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
#configurable-table .price-container .price{
    font-size: 16px;
    line-height: 1;
}
.product-info-main .product-options-bottom .box-tocart{
    margin-top: 0;
}
.product-info-main .box-tocart button.action.tocart{
    padding: 15px;
    height: 50px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 0;
    overflow: hidden;
}
.product-info-main .box-tocart button.action.tocart:before{
    display: inline-block;
    font-family: 'font-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: inherit;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: none;
    content: "\e72f";
    margin-right: 5px;
}
.product-info-main .box-tocart button.action.tocart span{
    line-height: 20px !important;
}
.theme-pearl.catalog-product-view .product-social-links{
    float: right;
    width: 50%;
    clear: none;
}
.theme-pearl.catalog-product-view .product-social-links .action.tocompare,
.theme-pearl.catalog-product-view .product-social-links .action.towishlist,
.theme-pearl.catalog-product-view .product-social-links .action.mailto{
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px !important;
}
.product-social-links .action > span{
    display: none;
}
.certifications-image{
    margin: 10px 0 40px 0;
}
.certifications-image:before,
.certifications-image:after{
    content: '';
    display: table;
    clear: both;
}
.certifications-image img{
    float: left;
    margin-right: 10px;
    width: 65px;
    height: 65px;
}
.fotorama__arr .fotorama__arr__arr{
    display: inline-block;
    font-family: 'font-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: 60px;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: none !important;
    color: #fff;
    background: #ff3333;
    text-align: center;
    width: 60px !important;
    height: 60px !important;
    line-height: 57px;
}
.fotorama__arr .fotorama__arr__arr:before{
    content: "\e7a4" !important;
}
.fotorama__arr.fotorama__arr--next .fotorama__arr__arr:before{
    content: "\e7a5" !important;
}
/*PRODUCT TABS*/
.product.info.detailed{
    margin-top: 20px;
    margin-bottom: 50px;
}
.product.data.items > .item.title{
    text-transform: uppercase;
}
#product-info-tab-desktop{
    list-style: none;
    visibility: hidden;
    margin-left: 0;
}
#product-info-tab-desktop.uk-tab{
    visibility: visible;
}
#product-info-tab-desktop.uk-tab::before{
    display: none;
}
#product-info-tab-desktop li{
    padding: 0;
}
#product-info-tab-desktop .product-info-toogle,
#product-info-tab-desktop .product-info-toogle:visited{
    font-size: inherit;
    border: 0;
    padding: 10px;
    background: #F8F8F8;
    letter-spacing: 0;
    transition: color 0s;
}
#product-info-tab-desktop .uk-active .product-info-toogle{
    background: #6d6b6b;
    color: #fff;
    transition: color 0s;
}
#product-info-detail-list{
    list-style: none;
    visibility: hidden;
}
#product-info-detail-list.uk-accordion{
    visibility: visible;
}
.product-tips-list li.uk-grid-margin{
    margin-top: 0;
}
.product-tips-list li > div{
    padding-left: 40px;
}
.product-tips-list li .tip-label{
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    text-align: center;
    line-height: 30px;
}
.product-tips-list li .tip-text{
    padding: 10px 5px;
    height: 70px;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
@media (min-width: 960px){
    .product-tips-list li:nth-child(1) > div,
    .product-tips-list li:nth-child(4) > div,
    .product-tips-list li:nth-child(5) > div,
    .product-tips-list li:nth-child(8) > div,
    .product-tips-list li:nth-child(9) > div{
        background: #f5f5f5;
    }
    .product-tips-list li:nth-child(2) > div,
    .product-tips-list li:nth-child(3) > div,
    .product-tips-list li:nth-child(6) > div,
    .product-tips-list li:nth-child(7) > div,
    .product-tips-list li:nth-child(10) > div{
        background: #e5e5e5;
    }
}
.product-supports-wrapper{
    background-color: #f9f9f9;
}
.product-support-shipping:before{
    content: '';
    background: url(../../images/sprites.png) no-repeat -8px -351px;
    width: 95px;
    height: 87px;
    display: block;
    margin: 0 auto 20px auto;
}
.product-support-stock:before{
    content: '';
    background: url(../../images/sprites.png) no-repeat -9px -165px;
    width: 86px;
    height: 87px;
    display: block;
    margin: 0 auto 20px auto;
}
.product-support-online:before{
    content: '';
    background: url(../../images/sprites.png) no-repeat -6px -263px;
    width: 74px;
    height: 87px;
    display: block;
    margin: 0 auto 20px auto;
}
/*END PRODUCT TABS*/

/*END PRODUCT PAGE*/

/*CONTACT PAGE*/
.contact-page-wrapper {
    background-color: #e5e5e5;
}
.contact-page-wrapper h1.section-title{
    text-transform: capitalize;
    font-family: 'Arimo', sans-serif;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}
.contact-page-wrapper .form-list{
    font-size: 16px;
}
.contact-page-wrapper .form-list > div > .uk-inline{
    background: #fff;
    border-top: 7px solid #e51f34;
    border-radius: 7px;
}
.contact-page-wrapper .form-list .inner-container{
    padding: 0 25px 80px 25px;
}
.contact-page-wrapper .form-list .top-icon{
    margin-right: -15px;
    margin-left: 10px;
}
.contact-page-wrapper .form-list .top-icon i{
    font-size: 50px;
    line-height: 50px;
}
.contact-page-wrapper .form-list .contact-form-details{
    margin-bottom: 20px;
}
.contact-page-wrapper .form-list h3{
    text-transform: capitalize;
    font-family: 'Arimo', sans-serif;
    font-size: 18px;
    line-height: 1.3;
    margin-top: 10px;
}
.contact-page-wrapper .contact-form-details ul{
    margin-bottom: 20px;
}
.contact-page-wrapper .contact-form-details li{
    margin-bottom: 0;
}
.contact-page-wrapper .contact-form-details a:not(.uk-button){
    color: #777;
}
.form-list .contact-form-details .uk-button{
    /*width: 100%;*/
    border-radius: 5px;
    background: #e51f34;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px;
    line-height: 1.2;
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
    width: auto;
}
.contact-page-wrapper .section-store-locator{
    background: #fff;
}
.amlocator_center:before,
.amlocator_center:after{
    content: '';
    display: table;
    clear: both;
}
.amlocator_center .amlocator_store_list{
    width: 29%;
}
.amlocator_center #amlocator_left{
    width: 100%;
    border: 1px solid #E6E6E6;
}
@media screen and (max-width: 600px){
    .amlocator_center .amlocator_store_list {
        width: auto;
    }
}

/*END CONTACT PAGE*/