.vertical-align {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.horizontal-align {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

* {
    outline: 0;
}

*:focus, *:active {
    outline: 0 !important;
}

body {
    overflow-x: hidden;
}

@media (max-width: 1024px) {
    footer, #pageContent {
        overflow: hidden;
    }
}

body.no-scroll {
    overflow: hidden !important;
    width: 100%;
    position: fixed;
    z-index: 0;
    height: 100%;
}

.position-fix {
    position: fixed !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #333333;
    margin-top: 0;
    letter-spacing: 1px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #333333;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-weight: 500;
}

h4, h5, h6 {
    letter-spacing: 0.4px;
}

h1.mega {
    font-size: 110px;
    line-height: 1em;
    margin-bottom: 69px;
}

@media (max-width: 768px) {
    h1.mega {
        font-size: 90px;
    }
}

@media (max-width: 390px) {
    h1.mega {
        font-size: 80px;
    }
}

h4.mega {
    font-size: 20px;
    line-height: 1.1em;
    padding-bottom: 26px;
}

h3.small {
    font-size: 20px;
}

h6.small {
    font-size: 16px;
    margin-bottom: 17px;
}

.title-bottom-sm2 {
    margin-bottom: 20px !important;
}

.title-bottom-sm1 {
    margin-bottom: 29px !important;
}

.title-bottom-sm {
    margin-bottom: 35px !important;
}

.title-bottom-md {
    margin-bottom: 52px !important;
}

.title-bottom {
    margin-bottom: 45px !important;
}

.title-bottom1 {
    margin-bottom: 75px !important;
}

.title-top-md {
    margin-top: 35px !important;
}

.main-font {
    font-family: Roboto, sans-serif;
}

.custom-font {
    font-family: Ubuntu, sans-serif;
}

.font-bold {
    font-weight: bolder;
}

.font-lighter {
    font-weight: lighter;
}

.font-middle {
    font-weight: 500;
}

.font13 {
    font-size: 13px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font20_ {
    font-size: 20px !important;
}

.font22 {
    font-size: 22px;
}

.font24 {
    font-size: 24px;
}

.font26 {
    font-size: 26px;
}

@media (max-width: 768px) {
    .font26 {
        font-size: 20px;
    }
}

.font30 {
    font-size: 30px;
}

.font35 {
    font-size: 35px;
}

.font36 {
    font-size: 36px;
}

.font48 {
    font-size: 48px;
}

.font50 {
    font-size: 50px;
}

.font54 {
    font-size: 54px;
}

.font86 {
    font-size: 86px;
}

.font96 {
    font-size: 96px;
    line-height: 1.2em;
}

@media (max-width: 767px) {
    .font96 {
        font-size: 50px;
    }
}

@media (min-width: 768px) {
    .font96 {
        font-size: 75px;
    }
}

@media (min-width: 992px) {
    .font96 {
        font-size: 80px;
    }
}

@media (min-width: 1200px) {
    .font96 {
        font-size: 90px;
    }
}

@media (min-width: 1770px) {
    .font96 {
        font-size: 96px;
    }
}

.font107 {
    font-size: 107px;
    line-height: 1.2em;
}

.font115 {
    font-size: 115px;
    line-height: 1.2em;
}

.font-medium {
    font-weight: 500;
}

.font-lighter {
    font-weight: lighter;
}

.separator-border-right {
    border-right: 1px solid #e5e5e5;
}

@media (max-width: 1200px) {
    .separator-border-right-hidden-md {
        border-color: transparent;
    }
}

@media (max-width: 767px) {
    .text-center-xs {
        text-align: center;
    }
}

.line-through {
    text-decoration: line-through;
}

.border-none {
    border: none !important;
}

.width-center75 {
    width: 75%;
    display: inline-block;
}

@media (max-width: 767px) {
    .width-center75 {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .width-center75 {
        width: 95%;
    }
}

@media (min-width: 992px) {
    .width-center75 {
        width: 90%;
    }
}

@media (min-width: 1200px) {
    .width-center75 {
        width: 80%;
    }
}

@media (min-width: 1770px) {
    .width-center75 {
        width: 75%;
    }
}

.hover-effect-01 {
    -webkit-transition: letter-spacing 300ms linear 0s;
    -moz-transition: letter-spacing 300ms linear 0s;
    -ms-transition: letter-spacing 300ms linear 0s;
    -o-transition: letter-spacing 300ms linear 0s;
    transition: letter-spacing 300ms linear 0s;
}

.hover-effect-01:hover {
    letter-spacing: 1px;
    text-decoration: none;
}

.border-top-none {
    border-top: none !important;
}

.container-no-col-indent .row div {
    padding-left: 0;
    padding-right: 0;
}

.content-bottom {
    margin-bottom: 74px;
}

.display-inline-block {
    display: inline-block;
}

.side-offset-9 {
    padding-left: 11%;
    padding-right: 11%;
}

.separator {
    height: 30px;
    clear: both;
}

.separator-lg {
    height: 45px;
}

.separator-aside {
    height: 36px;
}

.separator-md2 {
    height: 40.5px;
}

.separator-md1 {
    height: 31.5px;
}

.separator-md0 {
    height: 30.6px;
}

.separator-md {
    height: 20.01px;
}

.separator-sm {
    height: 14.01px;
}

.separator-xs {
    height: 8.01px;
}

.separator-xxs {
    height: 3px;
}

.header_link {
    display: inline;
}

.link-banner1 {
    text-decoration: none;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.link-banner1 .color-custom {
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.link-banner1:hover .color-custom {
    color: #333;
}

.list-inline {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-inline li {
    display: inline;
}

.separator-line {
    width: 100%;
    height: 1px;
    font-size: 0;
    line-height: 0;
    background-color: #e5e5e5;
    margin: 40px 0 50px;
}

.hor-line {
    width: 100%;
    height: 2px;
    font-size: 0;
    line-height: 0;
    margin: 15px 0;
}

.nowrap {
    white-space: nowrap;
}

.light-font {
    font-weight: 300;
}

.pos-abs {
    position: absolute;
}

.indent-col-none .row [class*="col-"] {
    padding: 0;
    margin: 0;
}

.img-border {
    border: 1px solid #e5e5e5;
}

.wrapper {
    width: 100%;
    display: inline-block;
}

@media (min-width: 768px) {
    .container {
        padding-left: 0;
        padding-right: 0;
    }
}

body.boxed, .boxed {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 768px) {
    body.boxed, .boxed {
        width: 750px;
    }
}

@media (min-width: 992px) {
    body.boxed, .boxed {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    body.boxed, .boxed {
        width: 1170px;
    }
}

body.boxed > .navbar-header, .boxed > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    body.boxed > .navbar-header, .boxed > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}

body.fullwidth, .fullwidth {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
    padding-right: 0;
}

body.fullwidth > .navbar-header, .fullwidth > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    body.fullwidth > .navbar-header, .fullwidth > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}

body.fullwidth .container, .fullwidth .container {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.fullwidth .container > .navbar-header, .fullwidth .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    body.fullwidth .container > .navbar-header, .fullwidth .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}

body.fullwidth .container, .fullwidth .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

@media (min-width: 1025px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
    }
}

#header {
    position: relative;
    z-index: 10001;
    padding-top: 0px;
    padding-bottom: 0;
}

@media (min-width: 1025px) {
    #header .row, #header .row > [class*="col-"] {
        position: static;
    }

    #header .navbar {
        position: static;
    }

    #header .toggle_navbar {
        display: none;
    }

    #header > .container {
        position: relative;
    }
}

.container.header_top {
    width: 100%;
    max-height: 40px;
    border-bottom: 1px solid #e5e5e5;
}

.header_top_info ul {
    list-style: none;
    border-right: none;
    margin: 0;
    padding-bottom: 7px;
}

.header_top_info ul li {
    display: inline-block;
    margin: 0;
}

@media (max-width: 1024px) {
    #header {
        padding-bottom: 0;
    }

    #header .row > div {
        margin-bottom: -1px;
        position: static !important;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    #header .container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    #header .container:first-child .row {
        padding-top: 40px;
    }

    #header .navbar {
        border-radius: 0;
    }

    #header .toggle_navbar {
        display: block;
        margin-left: 5px;
    }
}

.content {
    margin-top: 75px;
}

.content.top_banners, .content.secondary_banners {
    margin-top: 40px;
}
.container.top_banners, .container.secondary_banners {
    width: 99%;
    /*width:91%;*/
}

.content.no_top {
    margin-top: 0px;
}

.content.no_top.bottom_25 {
    margin-top: 0px;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .content {
        margin-top: 37.5px;
    }
}

@media (min-width: 1769px) {
    .content {
        margin-top: 85px;
    }
}

.content-fill {
    margin-top: 75px;
    margin-bottom: 75px;
}

@media (max-width: 767px) {
    .content-fill {
        margin-top: 37.5px;
        margin-bottom: 37.5px;
    }
}

@media (min-width: 1769px) {
    .content-fill {
        margin-top: 85px;
        margin-bottom: 85px;
    }
}

.content-big-indent {
    margin-top: 235px;
}

@media (max-width: 767px) {
    .content-big-indent {
        margin-top: 50px;
    }
}

@media (min-width: 768px) {
    .content-big-indent {
        margin-top: 75px;
    }
}

@media (min-width: 992px) {
    .content-big-indent {
        margin-top: 190px;
    }
}

@media (min-width: 1200px) {
    .content-big-indent {
        margin-top: 218px;
    }
}

@media (min-width: 1770px) {
    .content-big-indent {
        margin-top: 235px;
    }
}

.content-md {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .content-md {
        margin-top: 10px;
    }
}

@media (min-width: 1769px) {
    .content-md {
        margin-top: 30px;
    }
}

.content-sm {
    margin-top: 0px;
}

@media (max-width: 767px) {
    .content-sm {
        margin-top: 0px;
    }
}

@media (min-width: 1769px) {
    .content-sm {
        margin-top: 10px;
    }
}

.top_margin_0 {
    margin-top: 0 !important;
}

.top_margin_5 {
    margin-top: 5px !important;
}

.top_margin_10 {
    margin-top: 10px !important;
}

.top_margin_20 {
    margin-top: 20px !important;
}

.top_margin_30 {
    margin-top: 30px !important;
}

.top_margin_40 {
    margin-top: 40px !important;
}

.bottom_padding {
    padding-bottom: 40px;
}

html:not(.touch) .fixed-bg {
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (min-width: 1770px -1) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-xl-block, .visible-xl-inline, .visible-xl-inline-block, .visible-xl {
    display: none !important;
}

@media (min-width: 1770px) {
    .container {
        width: 1740px;
    }

    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-xl-one-nine {
        width: 11.1111111%;
    }

    .col-xl-one-six {
        width: 16.66666667%;
    }

    .col-xl-one-fifth {
        width: 20%;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-pull-11 {
        right: 91.66666667%;
    }

    .col-xl-pull-10 {
        right: 83.33333333%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-8 {
        right: 66.66666667%;
    }

    .col-xl-pull-7 {
        right: 58.33333333%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-5 {
        right: 41.66666667%;
    }

    .col-xl-pull-4 {
        right: 33.33333333%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-2 {
        right: 16.66666667%;
    }

    .col-xl-pull-1 {
        right: 8.33333333%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-push-11 {
        left: 91.66666667%;
    }

    .col-xl-push-10 {
        left: 83.33333333%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-8 {
        left: 66.66666667%;
    }

    .col-xl-push-7 {
        left: 58.33333333%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-5 {
        left: 41.66666667%;
    }

    .col-xl-push-4 {
        left: 33.33333333%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-2 {
        left: 16.66666667%;
    }

    .col-xl-push-1 {
        left: 8.33333333%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }

    .visible-xl {
        display: block !important;
    }

    table.visible-xl {
        display: table;
    }

    tr.visible-xl {
        display: table-row !important;
    }

    th.visible-xl, td.visible-xl {
        display: table-cell !important;
    }

    .visible-xl-block {
        display: block !important;
    }

    .visible-xl-inline {
        display: inline !important;
    }

    .visible-xl-inline-block {
        display: inline-block !important;
    }

    .hidden-xl {
        display: none !important;
    }
}

.underline {
    text-decoration: underline;
}

a.underline:hover {
    text-decoration: none;
}

.text-color {
    color: #828181;
}

.text-color:hover {
    color: #828181;
}

.color_white {
    color: #fff;
}

.color_white:hover {
    color: #fff;
}

.opacity-5 {
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
}

.opacity-10 {
    -moz-opacity: 0.1;
    -khtml-opacity: 0.1;
    -webkit-opacity: 0.1;
    opacity: 0.1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
    filter: alpha(opacity=10);
}

.opacity-15 {
    -moz-opacity: 0.15;
    -khtml-opacity: 0.15;
    -webkit-opacity: 0.15;
    opacity: 0.15;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
    filter: alpha(opacity=15);
}

.opacity-20 {
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    -webkit-opacity: 0.2;
    opacity: 0.2;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    filter: alpha(opacity=20);
}

.opacity-25 {
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
    -webkit-opacity: 0.25;
    opacity: 0.25;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
    filter: alpha(opacity=25);
}

.opacity-30 {
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    -webkit-opacity: 0.3;
    opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    filter: alpha(opacity=30);
}

.opacity-35 {
    -moz-opacity: 0.35;
    -khtml-opacity: 0.35;
    -webkit-opacity: 0.35;
    opacity: 0.35;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=35);
    filter: alpha(opacity=35);
}

.opacity-45 {
    -moz-opacity: 0.45;
    -khtml-opacity: 0.45;
    -webkit-opacity: 0.45;
    opacity: 0.45;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=45);
    filter: alpha(opacity=45);
}

.opacity-50 {
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
}

.opacity-55 {
    -moz-opacity: 0.55;
    -khtml-opacity: 0.55;
    -webkit-opacity: 0.55;
    opacity: 0.55;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=55.00000000000001);
    filter: alpha(opacity=55.00000000000001);
}

.opacity-60 {
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    filter: alpha(opacity=60);
}

.opacity-65 {
    -moz-opacity: 0.65;
    -khtml-opacity: 0.65;
    -webkit-opacity: 0.65;
    opacity: 0.65;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
    filter: alpha(opacity=65);
}

.opacity-70 {
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    filter: alpha(opacity=70);
}

.opacity-75 {
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    -webkit-opacity: 0.75;
    opacity: 0.75;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
    filter: alpha(opacity=75);
}

.opacity-80 {
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
}

.opacity-85 {
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    -webkit-opacity: 0.85;
    opacity: 0.85;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
    filter: alpha(opacity=85);
}

.opacity-90 {
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    -webkit-opacity: 0.9;
    opacity: 0.9;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    filter: alpha(opacity=90);
}

.opacity-95 {
    -moz-opacity: 0.95;
    -khtml-opacity: 0.95;
    -webkit-opacity: 0.95;
    opacity: 0.95;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
    filter: alpha(opacity=95);
}

.styled_list {
    margin: 10px 0 6px 0;
    padding: 0;
    list-style-type: none;
    counter-reset: myCounter;
}

.styled_list li {
    padding: 0 0 7px 18px;
    position: relative;
    list-style-type: none;
}

.styled_list li:before {
    position: absolute;
    display: block;
    top: 10px;
    left: 0;
    font-family: 'Material Icons';
    content: "\e3a6";
    font-size: 0.53em;
    line-height: 1em;
}

.styled_list li ul {
    padding: 0 0 0 0;
    margin: 7px 0 0 17px;
}

.styled_list li ul li:last-child {
    padding-bottom: 0;
}

.styled_list li a {
    color: #828181;
    font-weight: 300;
    text-decoration: none !important;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.styled_list.font-bold a {
    font-weight: bold;
}

.styled_list.color-dark a {
    color: #333;
}

.styled_list-underline {
    margin: 10px 0 0;
    padding: 0;
    list-style-type: none;
    counter-reset: myCounter;
}

.styled_list-underline li {
    padding: 0 0 7px 18px;
    position: relative;
    list-style-type: none;
}

.styled_list-underline li:after {
    position: absolute;
    display: block;
    top: 10px;
    left: 0;
    font-family: 'Material Icons';
    content: "\e3a6";
    font-size: 0.53em;
    line-height: 1em;
}

.styled_list-underline li ul {
    padding: 0 0 0 0;
    margin: 7px 0 0 17px;
}

.styled_list-underline li ul li:last-child {
    padding-bottom: 0;
}

.styled_list-underline li a {
    color: #333;
    font-weight: 300;
    text-decoration: underline;
}

.list-indent-left {
    margin-left: 34px;
}

.icon_ul_class {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.icon_ul_class li {
    position: relative;
    min-height: 52px;
    margin-bottom: 20px;
    padding: 4px 0 0 40px;
    letter-spacing: -0.02em;
}

.icon_ul_class span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 30px;
    line-height: 1.7em;
    width: 52px;
    height: 52px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.icon_ul_class .fa-fax {
    font-size: 22px;
    line-height: 2.3em;
}

.icon_ul_class .icon-mail {
    font-size: 26px;
    line-height: 1.9em;
}

.icon_ul_class strong {
    color: #333333;
}

.list-arrow-right {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.list-arrow-right li {
    position: relative;
    padding: 0;
    margin: 0;
    font-weight: light;
    font-weight: lighter;
}

.list-arrow-right li:after {
    position: absolute;
    display: block;
    top: 10px;
    left: 0;
    font-family: 'Material Icons';
    content: "\e409";
    font-size: 0.53em;
    line-height: 1em;
}

.list-arrow-right li a {
    display: inline-block;
    padding: 0 0 0 21px;
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    -ms-transition: all 0.3s 0s ease;
    -o-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
}

.list-arrow-right li a:hover {
    text-decoration: none;
}

.icon_ul_class-small {
    overflow: hidden;
}

.icon_ul_class-small li {
    display: block;
    float: left;
    margin-left: 8px;
    margin-bottom: 8px;
}

.icon_ul_class-small li:first-child {
    margin-left: 0;
}

.list-bg-round {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.list-bg-round li {
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #67e0fa;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    line-height: 1em;
    display: inline-block;
    margin: 0 10px 10px 0;
}

.list-bg-round li span {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    width: 60px;
}

.list-bg-round li b {
    display: block;
    text-align: center;
}

.contact {
    border: 1px solid #e5e5e5;
    background-color: #f7f7f7;
}

.contact_form_wrapper_padding {
    padding: 25px 30px 30px 30px;
    margin-bottom: 25px;
    margin-top: 20px;
}

#map {
    height: 474px;
    width: 100%;
}

.google_map iframe {
    border: medium none;
    height: 474px;
    width: 100%;
    float: left;
}

.sizes-row {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sizes-row li {
    min-width: 70px;
    display: inline-block;
    text-align: center;
}

table td {
    border-color: #e5e5e5 !important;
}

.table.text-center td, .table.text-center th {
    text-align: center;
}

.table-address {
    min-width: 250px;
    margin: 20px 0 35px;
}

.table-address td {
    padding: 3px 25px 3px 0;
    vertical-align: top;
}

.icon-enable {
    display: inline-block;
    font-size: 28px;
    line-height: 1em;
}

.icon-disable {
    display: inline-block;
    font-size: 28px;
    line-height: 1em;
    color: #e5e5e5;
}

.img-left {
    float: left;
    margin: 8px 40px 40px 0;
}

.img-right {
    float: right;
    margin: 0 0 40px 40px;
}

.responsive_image-inline {
    display: inline-block !important;
    max-width: 100%;
    height: auto;
}

blockquote {
    border-left: none;
    position: relative;
}

blockquote.quote-left {
    padding: 0 0 0 123px;
    margin: 28px 0 22px;
    border-left-color: transparent;
    font-family: Roboto, sans-serif;
    font-style: italic;
    font-size: 24px;
    line-height: 39px;
}

blockquote.quote-left:before {
    position: absolute;
    display: block;
    top: 0;
    left: -7px;
    margin-top: -15px;
    font-family: Roboto, sans-serif;
    content: '“';
    font-size: 9.8em;
    line-height: 1em;
    font-style: normal;
}

blockquote.quote-left cite {
    font-size: 18px;
    color: #333333;
}

.lead {
    font-size: 18px;
    color: #333333;
    font-family: Roboto, sans-serif;
    padding: 14px 0 0 0;
    margin-bottom: 50px;
}

.fill-bg.aside-inner {
    padding: 29px 15px 0 15px;
}

.fill-bg-lighter {
    background-color: #f8f8f8;
}

.custom_bg_fill.aside-inner {
    padding: 29px 15px 0 15px;
}

@media (max-width: 991px) {
    .col-sm-center {
        text-align: center;
    }

    .col-sm-center ul {
        max-width: 370px;
        margin: 0 auto;
    }

    .col-sm-center ul li {
        text-align: left;
    }

    .col-sm-center ol {
        max-width: 370px;
        margin: 0 auto;
    }

    .col-sm-center ol li {
        text-align: left;
    }
}

table {
    margin-bottom: 22px;
}

table th {
    color: #333333;
}

.table-bordered-01 {
    border-top: 1px solid #e5e5e5;
    width: 100%;
}

.table-bordered-01 thead td, .table-bordered-01 thead tr th {
    color: #333333;
}

.table-bordered-01 thead th:first-child, .table-bordered-01 tbody tr td:first-child {
    width: 10%;
    border-right: 1px solid #e5e5e5;
    text-align: right;
    padding-left: 10px;
}

.table-bordered-01 thead th, .table-bordered-01 tbody tr td {
    padding: 17px 30px;
}

.table-bordered-01 tbody tr, .table-bordered-01 thead tr {
    border-bottom: 1px solid #e5e5e5;
}

.table-bordered-01 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.table-bordered-01 ul li {
    display: inline-block;
    color: #333333;
    min-width: 63px;
    margin-right: 10px;
}

hr {
    border-color: #e5e5e5;
}

hr.hr-md {
    margin-top: 13px;
    margin-bottom: 13px;
}

hr.hr-lg {
    margin-top: 50px;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    hr.hr-lg {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    hr.hr-lg {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    hr.hr-lg {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

.link-color {
    text-decoration: underline;
}

.link-color:hover {
    text-decoration: none;
}

.link-top {
    padding-top: 15px;
}

.link-underline {
    text-decoration: underline;
}

.link-underline:hover {
    text-decoration: none;
}

.indent-top-text {
    padding-top: 13.5px;
}

.indent-top1-text {
    padding-top: 27px;
}

.container.indent-l-r-none {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.text-with-button {
    vertical-align: middle;
    display: inline-block;
}

.text-with-button span {
    font-size: 20px;
    padding-right: 10px;
}

@media (max-width: 768px) {
    .text-with-button span {
        display: block;
        text-align: center;
        padding-bottom: 10px;
    }
}

.banner_table {
    display: table;
    width: 100%;
    height: 100%;
}

.banner_table_cell {
    display: table-cell;
    vertical-align: middle;
}

.media-icon {
    display: table-row;
    width: 100%;
    height: 100%;
}

.media-icon--figure {
    display: table-cell;
    vertical-align: middle;
}

.media-icon--content {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 23px;
}

.background_image {
    background: fixed no-repeat;
    background-position: center top;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.brand-lg-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.brand-lg-list a {
    width: 20%;
    float: left;
    display: block;
}

@media (min-width: 992px) {
    .brand-lg-list a {
        width: 20%;
    }
}

@media (min-width: 1200px) {
    .brand-lg-list a {
        width: 20%;
    }
}

@media (min-width: 1770px) {
    .brand-lg-list a {
        width: 20%;
    }
}

.brand-lg-list a img {
    display: block;
    -webkit-transition: all 300ms 0s ease;
    -moz-transition: all 300ms 0s ease;
    -ms-transition: all 300ms 0s ease;
    -o-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    -webkit-opacity: 0.3;
    opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    filter: alpha(opacity=30);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.brand-lg-list a:hover img {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
}

.brand-lg-list .row-item {
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}

.brand-lg-list .row-item a {
    border-right: 1px solid #e5e5e5;
}

.brand-lg-list .row-item a:last-child {
    border-right: 1px solid transparent;
}

.brand-lg-list .row-item:last-child {
    border-bottom: 1px solid transparent;
}

.bull-line {
    width: 68px;
    height: 5px;
    display: inline-block;
}

.animated {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
}

.animation {
    opacity: 0;
}

@-webkit-keyframes slideDown {
    0% {
        max-height: 0;
    }
    100% {
        max-height: 500px;
    }
}

@keyframes slideDown {
    0% {
        max-height: 0;
    }
    100% {
        max-height: 500px;
    }
}

.slideDown {
    overflow: hidden;
    -webkit-animation-name: slideDown;
    animation-name: slideDown;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        opacity: 0.0;
    }
    25% {
        -moz-transform: scale(1);
        opacity: 0.1;
    }
    50% {
        -moz-transform: scale(1.1);
        opacity: 0.3;
    }
    75% {
        -moz-transform: scale(1.3);
        opacity: 0.5;
    }
    100% {
        -moz-transform: scale(1.5);
        opacity: 0.0;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
    25% {
        -webkit-transform: scale(1);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(1.1);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(1.3);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1.5);
        opacity: 0.0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.0;
    }
    25% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
    75% {
        transform: scale(1.3);
        opacity: 0.5;
    }
    100% {
        transform: scale(1.5);
        opacity: 0.0;
    }
}

.email_top_info, .telephone_top_info {
    padding: 0px 40px 0 8px;
    vertical-align: top;
}

#header img.logo {
    display: inline-block;
    max-height: 100px;
    padding:10px 0;
}

#header .user_settings {
    padding: 16px 0 0 0;
    display: inline-block;
}

.ajax_cart_content_header {
    padding: 0 0px 0px 5px !important;
    margin: 0 25px 0px 0px;
}

a.loginButton, a.logoutButton {
    padding: 15px 12px;
    position: relative;
    font-size: 1em;
    top: 43px;
    border: 1px solid #ccc;
    background-color: #eee;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}

a.logoutButton {
    padding: 15px 30px;
}

a.loginButton:hover, a.logoutButton:hover {
    color: #fff !important;
    text-decoration: none;
}

@media (max-width: 1200px) {
    #header .search.header_link {
        margin-right: 0px;
    }
}

@media (min-width: 1770px) {
    #header .search.header_link {
        margin-right: 13px;
    }
}

@media (min-width: 768px) {
    #header .logo.responsive_image {
        max-width: inherit;
    }
}

@media (min-width: 1025px) {
    #header .welcome_text {
        padding: 16px 0 0 0;
        display: inline-block;
        vertical-align: top;
    }
}

@media (max-width: 1024px) {
    #header .user_settings {
        background-color: #333333;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        padding-top: 10px;
        text-align: left !important;
    }

    #header .user_settings_mobile {
        padding-right: 20px;
    }

    .checkout_mobile {
        padding-left: 20px;
    }

    #header .user_settings .dropdown {
        display: inline;
        text-align: left !important;
        color: #fff;
    }

    #header .user_settings .dropdown > a {
        color: #fff;
    }

    #header .sticky_menu {
        background: none !important;
    }

    #header .logo {
        max-width: 50%;
        margin: 17px 10px 3px 10px;
    }

    #header .cart {
        display: flex;
        position: absolute;
        top: 24%;
        margin-top: 25px;
        right: 120px;
    }

    #header .cart .header_cart_info {
        right: -15px;
        color: #333;
    }

    #header .cart .dropdown.text-right .dropdown-menu {
        left: 0;
        right: 0;
        width: 100%;
        overflow-x: hidden;
    }

    #header .search {
        position: absolute;
        right: 18px;
        bottom: -1px;
        margin-right: 0 !important;
    }

    #header .account {
        position: absolute;
        height: 53px;
        right: 0;
        padding-right: 15px;
        top: -10px;
    }

    #header .account .dropdown.text-right .dropdown-menu {
        left: auto;
        right: 0;
        min-width: 300px;
    }
}

#header .navbar {
    margin-bottom: 0;
    position: relative;
    border: none;
}

@media (max-width: 1024px) {
    #header .navbar .navbar-nav {
        margin: 0;
        overflow: auto;
    }

    #header .navbar .toggle_navbar {
        margin-top: 6px;
    }
}

@media (min-width: 1025px) {
    #header .navbar .dropdown-menu {
        padding: 20px;
        margin-top: -17px !important;
    }

    #header .navbar .dropdown-one-col .dropdown-menu {
        margin-top: -15px !important;
    }
}

#header .navbar .toggle_navbar {
    float: left;
}

#header .navbar .toggle_navbar .icon-bar {
    background-color: #fff;
}

@media (max-width: 1024px) {
}

.caret {
    border-top-style: solid;
    border-top: 3px solid;
}

@media (min-width: 1025px) {
    .sticky_menu > div {
        position: relative;
    }
}

.fixedbar {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    z-index: 7111111;
}

.fixedbar .cart {
    position: relative;
}

.fixedbar .header_cart_info {
    right: 16px;
}

.fixedbar .dropdown.text-right {
    margin-right: 9px;
    padding: 0 16px 10px 0px !important;
}

.fixedbar1 {
    position: absolute !important;
    top: 0;
    left: 0;
}

@media (min-width: 1025px) {
    .fixedbar {
        max-height: 51px;
    }

    .fixedbar .search {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .fixedbar .account, .fixedbar .search {
        display: none !important;
    }

    .fixedbar .top_margin_5 {
        margin-top: 0 !important;
    }

    .fixedbar .cart {
        right: 105px !important;
        margin-top: -38px !important;
    }

    .fixedbar .cart .dropdown > a .icon {
        color: #fff !important;
        font-size: 2em !important;
    }

    .fixedbar .header_cart_info {
        width: 0;
        height: 0;
        line-height: 1.6em;
        top: -3px;
        right: -20px !important;
        color: #fff;
    }

    .fixedbar .dropdown.text-right {
        padding-right: 25px;
    }

    #header .fixedbar .container:first-child .row {
        padding-top: 0;
    }
}

@media (max-width: 1025px) {
    .header_link {
        display: inline-block;
        padding-top: 10px;
    }

    .header_link.cart {
        padding-top: 0;
    }
}

header #search_dropdown {
    z-index: 1111 !important;
}

@media (min-width: 1025px) {
    #header.simple_header .logo {
        /*margin: 5px 0 5px 0;*/
        position: relative;
        z-index: 1;
    }

    #header.simple_header .fixedbar .navbar {
        display: inline-block !important;
        position: relative;
        z-index: 777;
    }

    #header.simple_header .search_wrapper {
        display: block;
        padding-top: 16px;
        padding-right: 13px;
        position: relative;
        z-index: 1;
    }

    #header.simple_header .header_top_info.pull-left {
        margin-top: 8px;
    }

    #header.simple_header a.checkoutButton {
        margin: 0 0 0 125px;
        padding: 14px 25px;
        color: #fff;
    }

    #header.simple_header .navbar-nav {
        padding-top: 0px;
    }
}

@media (max-width: 1024px) {
    #header.simple_header .menu_bar_background {
        background: none;
        margin-top: -40px;
    }

    #header.simple_header .logo {
        margin: 17px 10px 8px 10px;
    }
}

@media (min-width: 1024px) {
    #header.simple_header .sticky_menu.fixedbar .pull-right {
        display: block;
    }

    #header.simple_header .sticky_menu .navbar-nav > li > a {
        padding-bottom: 13px;
    }
}

#header.simple_header .sticky_menu #search_dropdown {
    margin-top: -56px;
}

@media (min-width: 1025px) {
    #header.simple_header .sticky_menu .search {
        bottom: 15px;
    }

    #header.simple_header .sticky_menu .search .open_smart_search {
        top: 14px;
        position: relative;
    }
}

#header.simple_header .sticky_menu.fixedbar #search_dropdown {
    margin-top: -38px;
}

@media (max-width: 1024px) {
    #header.simple_header .sticky_menu.fixedbar .search {
        bottom: 15px;
    }

    #header.simple_header .sticky_menu.fixedbar .search .open_smart_search {
        top: 14px;
        position: relative;
    }
}

#pageContent {
    padding-bottom: 0px;
}

footer {
    margin: 0;
    margin-bottom: 0px;
    margin-top: 0px;
}

.footer_links_wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_links_wrapper li {
    padding-bottom: 0.4em;
}

.footer_links_wrapper a {
    -webkit-transition: all 200ms linear 0s;
    -moz-transition: all 200ms linear 0s;
    -ms-transition: all 200ms linear 0s;
    -o-transition: all 200ms linear 0s;
    transition: all 200ms linear 0s;
}

.footer_links_wrapper a:hover {
    text-decoration: none;
}

.footer_links_wrapper a:active {
    text-decoration: none;
}

footer .social_media {
    margin: -60px 0 60px;
}

@media (min-width: 768px) {
    footer .social_media {
        display: inline-block;
    }
}

@media (max-width: 1199px) {
    footer .social_media {
        margin: -60px 0 40px;
    }

    footer .bottom_padding {
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    footer .social_media {
        margin: -40px 0 0;
    }
}

footer .address_wrapper {
    font-size: 1em;
}

footer .address_wrapper .icon {
    position: relative;
    display: inline-block;
    top: 2px;
    margin-right: 4px;
}

footer .address_wrapper .icon, {
    color: #fff;
}

@media (max-width: 767px) {
    footer {
        margin: 0;
    }
}

.footer_copyright {
    font-size: 0.7em;
    letter-spacing: 0.02em;
    background: #272727;
}

.footer_copyright .row {
    padding: 0.75em 0;
    margin: 0;
}

.footer_copyright .row > [class*="col-"] {
    padding: 0;
    margin-left: 35px;
}

.footer_copyright a {
    font-size: 1em;
}

.footer_copyright a:hover {
    text-decoration: none;
}

.footer_copyright a span {
    font-weight: bold;
    color: #333333;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .footer_copyright .row {
        border-top: 0;
        padding: 10px 0 23px;
        margin: 0px 0 0;
        text-align: center;
        float: none;
    }
}

@media (max-width: 767px) {
    .panel-collapse {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
        margin-top: -1px;
        margin-bottom: 0;
        padding-left: 15px;
        padding-right: 15px;
        border-top: 0.5px solid #e5e5e5;
    }

    .panel-collapse.panel_content {
        display: none;
        border: none;
        padding-bottom: 15px;
    }

    .open > .panel-collapse.panel_content {
        display: block;
    }

    .panel-collapse.panel-title {
        cursor: pointer;
        padding: 16px 0px 16px 16px;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        position: relative;
        font-size: 1.125em !important;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .panel-collapse.panel-title:before {
        position: absolute;
        display: block;
        top: 16px;
        right: 16px;
        font-family: 'Material Icons';
        font-size: 22px;
        content: "\e145";
        line-height: 1em;
    }

    .open > .panel-collapse.panel-title:before {
        content: "\e15b";
    }

    .panel-collapse.panel-title.title_bottom_margin::after {
        display: none;
    }
}

@media (max-width: 768px) {
    footer .panel-collapse .panel-collapse.panel-title {
        -webkit-transition: all 300ms linear 0s;
        -moz-transition: all 300ms linear 0s;
        -ms-transition: all 300ms linear 0s;
        -o-transition: all 300ms linear 0s;
        transition: all 300ms linear 0s;
    }
}

footer.simple_footer {
    margin-bottom: 1px;
    padding-top: 40px;
}

footer.simple_footer .social_media {
    margin: 0;
    display: inline-block;
}

@media (max-width: 992px) {
    footer.simple_footer .container:first-child {
        padding-bottom: 11px;
    }
}

.product {
    text-align: center;
    position: relative;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1299px) {
    .product {
        padding-bottom: 90px;
        margin-bottom: -25px;
    }
}

@media (min-width: 768px) {
    .col-lg-2 .product {
        font-size: 0.8em;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .col-md-3 .product {
        font-size: 0.8em;
    }
}

.product .row-mode-visible {
    display: none;
}

.product .row-mode-hide {
    display: block;
}

.product_container {
    background-color: #fff;
    overflow: hidden;
    width: 100%;
    top: 0;
    left: 0;
}

@media (min-width: 1299px) {
    .product_container_hover {
        position: absolute;
        width: 100%;
        background: #fff;
    }
}

.product_container_name {
    min-height: 66px;
}

.product_container_name h2 {
    font-size: 1em;
    font-weight: 500;
    line-height: 1.5em;
    text-transform: uppercase;
    padding: 0 10px;
    margin: 1.48em 0 0.54em;
    letter-spacing: 0.6px;
}

.product_container_name h2 a {
    color: #333333;
}

@media (min-width: 1299px) {
    .product_container_info {
        height: 0;
        opacity: 0;
        overflow: hidden;
        -webkit-transition: height 300ms linear 0s;
        -moz-transition: height 300ms linear 0s;
        -ms-transition: height 300ms linear 0s;
        -o-transition: height 300ms linear 0s;
        transition: height 300ms linear 0s;
    }
}

.product_container_image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_container_image img {
    width: auto;
    height: auto;
}

.product_container .review_rating {
    margin: 0 0 15px;
}

.product_icon {
    position: absolute;
    top: 1.5em;
    font-size: 0.8125em;
    line-height: 1.04em;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: Ubuntu, sans-serif;
    font-weight: 600;
}

.price_wrapper .product_icon.product_icon_sale {
    font-size: 0.425em;
}

.product_icon_right {
    right: 1.5em;
}

.product_icon_left {
    left: 1.5em;
}

.product_icon_new {
    background-color: #474747;
    padding: 0.7em 0.75em 0.6em;
}

.product_icon_sale {
    background-color: #fa6b6b;
    padding: 0.95em 0.7em;
}

@media (min-width: 1299px) {
    .product.product_container_zoom:hover .product_icon_left, .product.product_container_zoom.hovered .product_icon_left {
        margin-left: -50px;
    }

    .product.product_container_zoom:hover .product_icon_right, .product.product_container_zoom.hovered .product_icon_right {
        margin-right: -50px;
    }
}

@media (min-width: 768px) {
    .product_listing.row-view .product.product_container_zoom:hover .product_icon_left, .product_listing.row-view .product.product_container_zoom.hovered .product_icon_left {
        margin-left: 0;
    }

    .product_listing.row-view .product.product_container_zoom:hover .product_icon_right, .product_listing.row-view .product.product_container_zoom.hovered .product_icon_right {
        margin-right: 0;
    }
}

.product.sold_out .product_container_image img, .product.sold_out .product_container_name, .product.sold_out .product_container_info, .product.sold_out .product_container_review, .product.sold_out .product_container_description, .product.sold_out .product_icon, .product.sold_out .price_wrapper, .product.sold_out .review_rating {
    -moz-opacity: 0.2 !important;
    -khtml-opacity: 0.2 !important;
    /* -webkit-opacity: 0.2 !important; */
    /* opacity: 0.2 !important; */
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20) !important;
    filter: alpha(opacity=20) !important;
}

.product .product_icon_sold_out {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2.5em;
    margin-left: -2.5em;
    background-color: #fa6b6b;
    width: 5em;
    height: 5em;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.3em;
    line-height: 1em;
    text-align: center;
    border-radius: 50%;
}

.product .product_icon_sold_out span {
    display: table-cell;
    width: 5em;
    height: 5em;
    vertical-align: middle;
}

.product .product_container_info_link {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
}

.product .product_container_info_link li {
    overflow: hidden;
    white-space: nowrap;
    margin-right: 10px;
    display: inline-block;
    cursor: pointer;
    color: #333333;
}

.product .product_container_info_link li:last-child {
    margin-right: 0;
}

.product .product_container_info_link li .icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 24px;
}

.product .product_container_info_link li a {
    opacity: 0;
    color: #333333;
    max-width: 0;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    transition: max-width 500ms ease-out 100ms, opacity 500ms ease-out 100ms, color;
    overflow: hidden;
}

.product .product_container_info_link li a span.text {
    float: right;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}

.product .product_container_info_link li:hover a {
    opacity: 1;
    max-width: 150px;
    transition: max-width 500ms ease-out 100ms, opacity 500ms ease-out 100ms, color 200ms;
}

@media (max-width: 1199px) {
    .product .product_container_info .btn-xl {
        padding: 10px 15px;
        max-width: 100%;
        text-align: center;
    }
}

@media (max-width: 1299px) {
    .product .product_container_info .btn-xl:not(.row-mode-visible) {
        padding: 0;
        margin: 0 2px 14px;
        text-align: center;
        overflow: hidden;
        display: inline-block !important;
    }

    .product .product_container_info .btn-xl:not(.row-mode-visible) .icon {
        width: 50px;
        padding-right: 0;
    }

    .product .product_container_info .btn-xl.row-mode-visible {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .product_listing:not(.smart_action) {
        margin-bottom: 10px !important;
    }

    .product_listing:not(.smart_action) .product {
        margin-bottom: 15px;
    }

    .product_listing:not(.smart_action) .product .countdown_box {
        display: none;
    }

    .product_listing:not(.smart_action) .product .product_container {
        text-align: left;
    }

    .product_listing:not(.smart_action) .product .product_container_name h2 {
        padding: 0;
        margin: 10px 0;
        font-size: 1em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #828181;
    }

    .product_listing:not(.smart_action) .product .product_container_name h2 a {
        text-transform: none;
        font-weight: 300;
        color: #828181;
    }

    .product_listing:not(.smart_action) .product .product_container_info .btn-xl:not(.row-mode-visible) {
        padding: 0;
        width: 20px;
        height: 20px;
        line-height: 20px;
        padding: 0 0;
        margin: 0 10px 14px 0;
        background: transparent !important;
        display: inline-block !important;
        text-align: left;
    }

    .product_listing:not(.smart_action) .product .product_container_info .btn-xl:not(.row-mode-visible) .icon {
        width: 20px;
        padding: 0;
        font-size: 20px;
        color: #828181;
    }

    .product_listing:not(.smart_action) .product .price_wrapper {
        font-size: 20px;
        text-align: left;
        margin-bottom: 5px;
    }

    .product_listing:not(.smart_action) .product .price_wrapper__old {
        font-size: 18px;
        position: relative;
        text-decoration: line-through;
    }

    .product_listing:not(.smart_action) .review_rating {
        text-align: left;
    }

    .product_listing:not(.smart_action) .attributes_image {
        margin-bottom: 10px;
    }

    .product_listing:not(.smart_action) .attributes_image li a {
        width: 14px;
        height: 14px;
        font-size: 13px;
        line-height: 14px;
    }
}

@media (min-width: 1299px) {
    .product_listing:not(.row-view) .product.product_container_zoom:hover, .products_carousel .product.product_container_zoom:hover, .product_listing:not(.row-view) .product.product_container_zoom.hovered, .products_carousel .product.product_container_zoom.hovered {
        padding-bottom: 0;
        z-index: 900;
    }

    .product_listing:not(.row-view) .product.product_container_zoom:hover .product_container, .products_carousel .product.product_container_zoom:hover .product_container, .product_listing:not(.row-view) .product.product_container_zoom.hovered .product_container, .products_carousel .product.product_container_zoom.hovered .product_container {
        margin: -25px -25px 0;
        width: auto;
    }

    .product_listing:not(.row-view) .product.product_container_zoom:hover .product_container_hover, .products_carousel .product.product_container_zoom:hover .product_container_hover, .product_listing:not(.row-view) .product.product_container_zoom.hovered .product_container_hover, .products_carousel .product.product_container_zoom.hovered .product_container_hover {
        left: 0;
        margin: 0 -25px;
        padding-bottom: 5px;
        right: 0;
        width: auto;
    }

    .product_listing:not(.row-view) .product:hover, .products_carousel .product:hover, .product_listing:not(.row-view) .product.hovered, .products_carousel .product.hovered {
        overflow: visible;
        z-index: 1;
    }

    .product_listing:not(.row-view) .product:hover .product_container, .products_carousel .product:hover .product_container, .product_listing:not(.row-view) .product.hovered .product_container, .products_carousel .product.hovered .product_container, .product_listing:not(.row-view) .product:hover .product_container_hover, .products_carousel .product:hover .product_container_hover, .product_listing:not(.row-view) .product.hovered .product_container_hover, .products_carousel .product.hovered .product_container_hover {
        -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.08);
        box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.08);
    }

    .product_listing:not(.row-view) .product:hover .product_container_info, .products_carousel .product:hover .product_container_info, .product_listing:not(.row-view) .product.hovered .product_container_info, .products_carousel .product.hovered .product_container_info {
        height: auto;
        opacity: 1;
        -webkit-transition: height 300ms linear 0s;
        -moz-transition: height 300ms linear 0s;
        -ms-transition: height 300ms linear 0s;
        -o-transition: height 300ms linear 0s;
        transition: height 300ms linear 0s;
    }
}

.product_container_info_link {
    margin: 22px 0 5px 0;
    padding: 0;
    list-style: none;
}

@media (max-width: 1298px) {
    .product_container_info_link {
        display: none;
    }
}

.product_container_info_link li {
    overflow: hidden;
    white-space: nowrap;
    margin-right: 10px;
    display: inline-block;
    cursor: pointer;
    color: #333333;
}

.product_container_info_link li .icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 24px;
}

.product_container_info_link li a {
    color: #333333;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}

.product_container_info_link li a span.text {
    float: right;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    opacity: 0;
    max-width: 0;
    transition: max-width 500ms ease-out 100ms, opacity 500ms ease-out 100ms, color;
}

@media (max-width: 1199px) {
    .product_container_info_link li a {
        max-width: 150px;
        opacity: 1;
        text-align: center;
    }
}

.product_container_info_link li:hover span.text {
    overflow: hidden;
    opacity: 1;
    max-width: 150px;
    transition: max-width 500ms ease-out 100ms, opacity 500ms ease-out 100ms, color 200ms;
}

.product-link {
    margin: 22px 0 5px 0;
    padding: 0;
    list-style: none;
}

@media (max-width: 1298px) {
    .product-link {
        display: none;
    }

    .product_info .product-link {
        display: block;
    }
}

.product-link li {
    overflow: hidden;
    white-space: nowrap;
    margin-right: 10px;
    display: inline-block;
    cursor: pointer;
    color: #333333;
}

.product-link li .icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 24px;
}

.product-link li a {
    color: #333333;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}

.product-link li a span.text {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    opacity: 0;
    max-width: 0;
    transition: max-width 500ms ease-out 100ms, opacity 500ms ease-out 100ms, color;
}

@media (max-width: 1199px) {
    .product-link li a {
        max-width: 150px;
        opacity: 1;
        text-align: center;
    }
}

.product-link li:hover span.text {
    overflow: hidden;
    opacity: 1;
    max-width: 150px;
    transition: max-width 500ms ease-out 100ms, opacity 500ms ease-out 100ms, color 200ms;
}

.review_rating {
    text-align: center;
    font-size: 1em;
    line-height: 1em;
    margin-bottom: 20px;
    color: #ffaf47;
    vertical-align: text-top;
    white-space: nowrap;
}

.review_rating span {
    display: inline;
    margin: 0 -2px;
    font-size: 16px;
    line-height: 18px;
}

.review_rating .empty-star {
    color: #d2d2d2;
}

.price_wrapper {
    margin: 0 0 0.7em 0;
    font-size: 1.875em;
    line-height: 1em;
    color: #333333;
    font-family: Ubuntu, sans-serif;
    font-weight: 400;
    text-align: center;
}

.price_wrapper__old {
    color: #fa6b6b;
    font-size: 60%;
    line-height: 1;
    font-weight: 300;
    padding: 0 5px;
    text-decoration: line-through;
}

@media (max-width: 480px) {
    .product_listing.smart_action > div {
        display: inline-block;
        width: 100%;
    }
}

.product_listing.row-view > div {
    float: none;
    display: block;
    width: 100% !important;
}

.product_listing.row-view > div .row-mode-visible {
    display: block;
}

.product_listing.row-view > div .btn.row-mode-visible {
    display: inline-block;
}

.product_listing.row-view > div .row-mode-hide {
    display: none;
}

.product_listing.row-view > div .product {
    min-height: 0 !important;
    padding-bottom: 0;
    margin-bottom: 50px;
    max-width: none;
    display: inline-block;
    width: 100%;
}

.product_listing.row-view > div .product:hover .product_container {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.product_listing.row-view > div .product .product_icon_right {
    left: 48.5%;
    right: auto;
    margin-left: -65px;
}

@media (min-width: 1770px) {
    .product_listing.row-view > div .product .product_icon_right {
        left: 25%;
    }
}

@media (max-width: 1199px) {
    .product_listing.row-view > div .product .product_icon_right {
        left: 35%;
    }
}

@media (max-width: 991px) {
    .product_listing.row-view > div .product .product_icon_right {
        left: 50%;
    }
}

@media (max-width: 1199px) {
    .product_listing.row-view > div .product .product_icon_right {
        margin-left: -73px;
    }
}

.product_listing.row-view > div .product_container {
    text-align: left;
}

.product_listing.row-view > div .product_container.pos-abs {
    position: relative !important;
}

.product_listing.row-view > div .product_container_name, .product_listing.row-view > div .product_container_description, .product_listing.row-view > div .product_container_review, .product_listing.row-view > div .product_container_price, .product_listing.row-view > div .product_container_info {
    padding-left: 30px;
    width: 100%;
    display: inline-block;
}

@media (max-width: 767px) {
    .product_listing.row-view > div .product_container_name, .product_listing.row-view > div .product_container_description, .product_listing.row-view > div .product_container_review, .product_listing.row-view > div .product_container_price, .product_listing.row-view > div .product_container_info {
        padding-left: 5px;
    }
}

.product_listing.row-view > div .product_container_name {
    overflow: hidden;
}

.product_listing.row-view > div .product_container_name h2 {
    padding: 0;
    margin-bottom: 5px;
}

.product_listing.row-view > div .product_container_description {
    margin-bottom: 12px;
    padding-left: 30px;
    overflow: hidden;
    font-weight: 300;
}

.product_listing.row-view > div .product_container_hover {
    position: relative;
    background: transparent;
}

.product_listing.row-view > div .product_container_review {
    overflow: hidden;
}

.product_listing.row-view > div .product_container_review .review_rating {
    display: inline-block;
    padding-right: 20px;
    margin: 0;
}

.product_listing.row-view > div .product_container_review > a {
    display: inline-block;
    padding-right: 20px;
    font-weight: 300;
}

.product_listing.row-view > div .product_container_price {
    overflow: hidden;
    text-align: left;
    margin-bottom: 15px;
}

@media (max-width: 480px) {
    .product_listing.row-view > div .product_container_price {
        text-align: center;
    }
}

.product_listing.row-view > div .product_container_image {
    float: left;
    width: 48%;
    text-align: center;
    z-index: 9;
}

.product_listing.row-view > div .product_container_content {
    width: 52%;
    float: left;
}

@media (min-width: 1770px) {
    .product_listing.row-view > div .product_container_image {
        width: 30%;
    }

    .product_listing.row-view > div .product_container_content {
        width: 70%
    }
}

@media (max-width: 1199px) {
    .product_listing.row-view > div .product_container_image {
        width: 35%;
    }

    .product_listing.row-view > div .product_container_content {
        width: 65%
    }
}

@media (max-width: 991px) {
    .product_listing.row-view > div .product_container_image, .product_listing.row-view > div .product_container_content {
        width: 50%;
        padding-right: 15px;
    }

    .product_listing.row-view > div .product_container_image .carousel-control.next {
        right: 15px;
    }

    .product_listing.row-view > div .product_container_image .countdown_box {
        right: 15px;
    }
}

.product_listing.row-view > div .product_container_info {
    height: auto !important;
    max-height: none;
    opacity: 1;
    overflow: hidden;
}

.product_listing.row-view > div .product_container_info .attributes_image {
    margin-bottom: 20px;
}

.product_listing.row-view > div .product_container_info_btns {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}

.product_listing.row-view > div .product_container_info_link {
    margin-top: 15px;
}

@media (min-width: 1299px) {
    .product_listing.row-view > div .product_container_info .btn-xl {
        margin-bottom: 10px;
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .product_listing.row-view .product {
        margin-bottom: 30px;
    }

    .product_listing.row-view .product .product_container_info_link li {
        width: auto;
        text-align: left;
    }

    .product_listing.row-view > div .row-mode-visible {
        display: none !important;
    }

    .product_listing.row-view > div .product_container_hover {
        position: static;
    }

    .product_listing.row-view > div .product_container_info_btns .btn-xl {
        margin-bottom: 0 !important;
    }

    .product_listing.row-view .product .product_container_name h2 {
        margin-top: 0;
    }

    .product_listing:not(.smart_action) .product_icon {
        top: 0.625em;
    }

    .product_listing:not(.smart_action) .product_icon_left {
        left: 0.625em;
    }

    .product_listing:not(.smart_action) .product_icon_right {
        right: 0.625em;
    }

    .product_listing:not(.row-view):not(.smart_action) .product .review_rating.row-mode-hide {
        display: none !important;
    }

    .product_listing:not(.row-view):not(.smart_action) .product .product_container_review.row-mode-visible {
        display: block !important;
    }

    .product_listing:not(.row-view):not(.smart_action) .product .product_container_review.row-mode-visible .review_rating.row-mode-visible {
        display: block !important;
        margin: 4px 0 0 0 !important;
    }

    .product_listing:not(.row-view):not(.smart_action) .attributes_image {
        margin-bottom: 0;
    }

    .product_listing:not(.row-view):not(.smart_action) .product .product_container_review.row-mode-visible > a {
        display: none !important;
    }

    .product_listing:not(.row-view):not(.smart_action) .product .product_container_info_btns {
        margin-top: 10px;
    }
}

@media (max-width: 1298px) {
    .product_listing.row .product {
        margin-bottom: 30px;
    }
}

.product_info_wrapper {
    position: relative;
    margin-right: -5px;
    margin-left: -5px;
}

.main_product_image {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    text-align: center
}

.main_product_image img {
    height: auto;
}

#productAdditionalImages {
margin-left: 27px;
}

.additional_images_carousel {
    padding: 0;
    margin: 30px 0 40px;
    width: 100%;
    position: relative;
}

.additional_images_carousel ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.additional_images_carousel ul li {
    margin: 0 25px 0 0;
}

.additional_images_carousel ul .slick-list {
    margin-right: -25px;
}

.additional_images_carousel img {
    width: auto;
}

#small_additional_images_mobile {
    margin: 1px -15px 10px;
    padding: 0;
}

#small_additional_images_mobile img {
    width: 100%;
}

.product_info_title h2 {
    padding-bottom: 0;
    text-transform: uppercase;
    font-weight: 500;
}

.prod_price {
    font-size: 2.5em;
    text-align: left !important;
}

.product_info_reviews {
    font-weight: 300;
    margin-bottom: 20px;
}

.product_info_reviews .review_rating {
    display: inline-block;
    padding-right: 15px;
    margin-bottom: 0;
}

.product_info_reviews > a {
    display: inline-block;
    padding-right: 20px;
    color: #333333;
}

.product_info_model {
    font-weight: 300;
    margin-top: 0px;
}

@media (max-width: 991px) {
    .product_info_model {
        float: none !important;
        margin-bottom: 15px;
    }
}

.product_info_availability {
    font-weight: 300;
    margin-top: -3px;
    margin-bottom: 23px;
}

.product_info .instock {
    color: #25b109;
}

@media (min-width: 1770px) {
    .product_info_availability {
        float: left !important;
    }
}

@media (max-width: 991px) {
    .product_info_availability {
        float: none !important;
    }
}

.product_info_title {
    margin: 0px 0 20px;
}

.prod_price {
    margin: 0 0 18px;
}

.product_info_bottom_border {
    border-bottom: 1px solid #e5e5e5;
    height: 5px;
    margin-bottom: 20px;
}
.spacer15 {
    height: 15px;
}
.spacer20 {
    height: 20px;
}
.spacer60 {
    height: 60px;
}
@media (max-width: 767px) {
.wrapper.cartAdd.addButton {
margin-bottom: 15px;
}
}

.product_info_description {
    padding: 0 0 18px;
}

.product_info .required {
    color: #fa6b6b;
    font-weight: 300;
}

.product_info .attribute_option_name, .product_info .quantity_label {
    color: #828181;
    font-weight: 500;
    text-transform: uppercase;
}

.product_info . {
    padding-left: 15px;
}

.product_info .quantity_label {
    line-height: 90px;
    margin-right: 10px;
}

.product_info .quantity_input {
    height: 40px;
    width: 55px;
    /*margin-right: 10px;*/
    text-align: center;
    margin-top: 25px;
    color: #828181;
    font-size: 1.2em;
}

.product_info .product-link {
    margin: 10px 0 20px;
}

.video-link {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1em;
}

.video-link:hover, .video-link:focus {
    text-decoration: none;
    color: #333333;
}

.video-link .icon {
    font-size: 34px;
    line-height: 1em;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.table-product {
    width: 100%;
}

.table-product th {
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 12px;
}

.table-product tr {
    border-bottom: 1px solid #e5e5e5;
}

.table-product td {
    padding: 5px;
}

.table-product td:first-child, .table-product th:first-child {
    width: 65%;
    padding-left: 0;
}

.table-product td:nth-child(2n), .table-product th:nth-child(2n) {
    width: 30%;
}

.table-product td:last-child, .table-product th:last-child {
    width: 5%;
}

.table-product td:last-child {
    padding-right: 0;
}

.table-product input {
    border: 1px solid #e5e5e5;
    width: 52px;
    height: 26px;
    text-align: center;
}

@media (max-width: 767px) {
    .zoomContainer {
        display: none !important;
        overflow: hidden;
        font-size: 0;
        line-height: 0;
        width: 0;
        height: 0;
    }
}

.countdown-product {
    padding-top: 2px;
}

.countdown-product .countdown-row > span {
    width: 60px;
    height: 60px;
    background-color: #67e0fa;
    margin: 0 10px 10px 0;
    padding: 15px 0 0 0 !important;
    font-size: 14px;
    line-height: 1em;
    padding: 0;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
}

.countdown-product .countdown-row > span span {
    padding: 0;
}

.slider-product-large {
    padding: 0;
    width: 100%;
    position: relative;
    margin-bottom: 21px;
}

.slider-product-large div {
    width: 100%;
}

.slider-product-large div img {
    width: 100%;
    height: auto;
}

.slider-product-small {
    padding: 0;
    margin: 30px 0 40px 0 !important;
    position: relative;
    overflow: hidden;
}

.slider-product-small div {
    cursor: pointer;
    margin: 0 12px;
}

.slider-product-small div img {
    width: 100%;
    height: auto;
}

.slick-loading .slick-list {
    background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

.slickArrow {
    display: block;
    height: 45px;
    width: 45px;
    cursor: pointer;
    background-color: #f5f5f5;
    color: #333333;
    padding: 0;
    border: none;
    outline: none;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.slickArrowHover:before {
    opacity: 0.8;
    color: #ffffff;
}

.slickBefore {
    display: block;
    font-family: "Material Icons";
    font-size: 35px;
    line-height: 45px;
    color: #333333;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.product .carousel-control {
    display: block;
    height: 45px;
    width: 45px;
    cursor: pointer;
    background-color: #f5f5f5;
    color: #333333;
    padding: 0;
    border: none;
    outline: none;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    z-index: 1000;
    top: 50%;
    margin-top: -22.5px;
    text-shadow: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.product .carousel-control:hover:before, .product .carousel-control:focus:before {
    opacity: 0.8;
    color: #ffffff;
}

.product .carousel-control:before {
    display: block;
    font-family: "Material Icons";
    font-size: 35px;
    line-height: 45px;
    color: #333333;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.product .carousel-control.prev {
    left: 0;
}

.product .carousel-control.prev:before {
    content: "\e408";
}

.product .carousel-control.prev:before[dir="rtl"] {
    content: "\e409";
}

.product .carousel-control.next {
    right: 0;
    left: auto;
}

.product .carousel-control.next:before {
    content: "\e409";
}

.product .carousel-control.next:before[dir="rtl"] {
    content: "\e408";
}

.slick-prev:active, .slick-next:active, .carousel_control_button .slick-arrow:active {
    background-color: #f5f5f5;
}

.slick-prev:active:before, .slick-next:active:before, .carousel_control_button .slick-arrow:active:before {
    color: #333333;
}

.slick-prev:focus, .slick-next:focus, .carousel_control_button .slick-arrow:focus {
    background-color: #f5f5f5;
}

.slick-prev:focus:before, .slick-next:focus:before, .carousel_control_button .slick-arrow:focus:before {
    color: #333333;
}

.carousel_control_button .slick-arrow:active {
    background-color: #f5f5f5;
}

.carousel_control_button .slick-arrow:active:before {
    color: #333333;
}

.carousel_control_button .slick-arrow:focus {
    background-color: #f5f5f5;
}

.carousel_control_button .slick-arrow:focus:before {
    color: #333333;
}

.carousel_control_button .slick-arrow:hover:before {
    color: #fff;
}

.slick-prev, .slick-next {
    display: block;
    height: 45px;
    width: 45px;
    cursor: pointer;
    background-color: #eee;
    color: #333333;
    padding: 0;
    border: none;
    outline: none;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -22.5px;
}

.slick-prev:hover:before, .slick-next:hover:before {
    opacity: 0.8;
    color: #ffffff;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 1;
}

.slick-prev:before, .slick-next:before {
    display: block;
    font-family: "Material Icons";
    font-size: 35px;
    line-height: 40px;
    color: #333333;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 0;
}

.slick-prev[dir="rtl"] {
    left: auto;
    right: 0;
}

.slick-prev:before {
    content: "\e408";
}

.slick-prev:before[dir="rtl"] {
    content: "\e409";
}

.slick-next {
    right: 0;
}

.slick-next[dir="rtl"] {
    left: 0;
    right: auto;
}

.slick-next:before {
    content: "\e409";
}

.slick-next:before[dir="rtl"] {
    content: "\e408";
}

@media (min-width: 768px) {
    .slick-arrow-bottom .slick-prev, .slick-arrow-bottom .slick-next {
        background: none;
        border: none;
        cursor: pointer;
        top: 75%;
        width: 45px;
        height: 45px;
        z-index: 999;
        color: #333333;
        -webkit-transition: all 300ms linear 0s;
        -moz-transition: all 300ms linear 0s;
        -ms-transition: all 300ms linear 0s;
        -o-transition: all 300ms linear 0s;
        transition: all 300ms linear 0s;
    }

    .slick-arrow-bottom .slick-prev:focus, .slick-arrow-bottom .slick-next:focus {
        background: none;
    }

    .slick-arrow-bottom .slick-prev:focus:before, .slick-arrow-bottom .slick-next:focus:before {
        color: #333333;
    }

    .slick-arrow-bottom .slick-prev:hover, .slick-arrow-bottom .slick-next:hover {
        background: none;
    }

    .slick-arrow-bottom .slick-prev:before, .slick-arrow-bottom .slick-next:before {
        font-size: 45px;
        line-height: 45px;
    }

    .slick-arrow-bottom .slick-prev {
        right: 50%;
        left: auto;
        margin-right: 4px;
    }

    .slick-arrow-bottom .slick-next {
        left: 50%;
        right: auto;
        margin-left: 4px;
    }
}

@media (min-width: 768px) and (min-width: 1770px) {
    .slick-arrow-bottom .slick-prev {
        right: 49.5%;
    }
}

@media (min-width: 768px) {
    .slick-arrow-bottom-wrapper .slick-prev, .slick-arrow-bottom-wrapper .slick-next {
        background: none;
        border: none;
        cursor: pointer;
        top: 75%;
        width: 45px;
        height: 45px;
        z-index: 99;
        color: #333333;
        -webkit-transition: all 300ms linear 0s;
        -moz-transition: all 300ms linear 0s;
        -ms-transition: all 300ms linear 0s;
        -o-transition: all 300ms linear 0s;
        transition: all 300ms linear 0s;
        background-color: rgba(255, 255, 255, 0.8);
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        -webkit-opacity: 0.8;
        opacity: 0.8;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
        filter: alpha(opacity=80);
    }

    .slick-arrow-bottom-wrapper .slick-prev:focus, .slick-arrow-bottom-wrapper .slick-next:focus {
        background-color: rgba(255, 255, 255, 0.8);
    }

    .slick-arrow-bottom-wrapper .slick-prev:focus:before, .slick-arrow-bottom-wrapper .slick-next:focus:before {
        color: #000;
    }

    .slick-arrow-bottom-wrapper .slick-prev:hover, .slick-arrow-bottom-wrapper .slick-next:hover {
        background-color: rgba(255, 255, 255, 0.55);
    }

    .slick-arrow-bottom-wrapper .slick-prev:hover:before, .slick-arrow-bottom-wrapper .slick-next:hover:before {
        color: #000;
    }

    .slick-arrow-bottom-wrapper .slick-prev:before, .slick-arrow-bottom-wrapper .slick-next:before {
        font-size: 45px;
        line-height: 45px;
    }

    .slick-arrow-bottom-wrapper .slick-prev {
        right: 50%;
        left: auto;
        margin-right: 8px;
    }

    .slick-arrow-bottom-wrapper .slick-next {
        left: 50%;
        right: auto;
        margin-left: 8px;
    }
}

@media (min-width: 768px) and (min-width: 1770px) {
    .slick-arrow-bottom-wrapper .slick-prev {
        right: 49.5%;
    }
}

.slick-slider {
    margin: 2vh;
}

.slick-dots {
    display: none !important;
}

.nav-dot .slick-dots {
    position: absolute;
    bottom: 19px;
    list-style: none;
    display: block !important;
    text-align: center;
    padding: 0;
    width: 100%;
    line-height: 0px;
    font-size: 0px;
}

.nav-dot .slick-dots li {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 30px;
    line-height: 0;
    font-size: 0;
    margin: 0 1px;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
}

.nav-dot .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    width: 15px;
    height: 15px;
    outline: none;
    color: transparent;
    padding: 0px;
    cursor: pointer;
    position: relative;
}

.nav-dot .slick-dots li button:hover, .nav-dot .slick-dots li button:focus {
    outline: none;
}

.nav-dot .slick-dots li button:hover:before, .nav-dot .slick-dots li button:focus:before {
    opacity: 0.8;
}

.nav-dot .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 15px;
    height: 15px;
    font-family: "Material Icons";
    font-size: 60px;
    text-align: center;
    color: #fff;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nav-dot.nav-dot-invert .slick-dots li button:hover, .nav-dot.nav-dot-invert .slick-dots li button:focus {
    outline: none;
}

.nav-dot.nav-dot-invert .slick-dots li button:hover:before, .nav-dot.nav-dot-invert .slick-dots li button:focus:before {
    opacity: 1;
    color: #fff;
}

.nav-dot.nav-dot-invert .slick-dots li button:before {
    opacity: 0.6;
}

.nav-dot.nav-dot-invert .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}

.title_wrapper_carousel {
    z-index: 0;
}

@media (max-width: 767px) {
    .title_wrapper_carousel {
        z-index: 77;
    }
}

@media (max-width: 479px) {
    .title_wrapper_carousel {
        display: inline-block;
        overflow: visible !important;
        width: 100%;
    }
}

@media (min-width: 480px) {
    .products_carousel .slick-list {
        margin-bottom: -35px;
    }

    .products_carousel.hover {
        z-index: 1;
    }

    .products_carousel .product {
        margin-bottom: 0;
    }
}

.carousel_control_button {
    position: absolute;
    z-index: 100;
    /*top: 16px;*/
    top: 5px;
    padding-right: 6px;
}

.carousel_control_button_aside {
    position: relative;
}

@media (max-width: 479px) {
    .carousel_control_button {
        width: 100%;
        top: 50%;
    }
}

.carousel_control_button.pull-right {
    right: 0;
}

.carousel_control_button.pull-left {
    left: 0;
}

.carousel_control_button span {
    display: block;
    height: 45px;
    width: 45px;
    cursor: pointer;
    background-color: #eee;
    color: #333333;
    padding: 0;
    border: none;
    outline: none;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    display: inline-block;
    margin-left: 0.17em;
    margin-top: 0.1em;
    position: relative;
    z-index: 1;
    text-align: center;
}

.carousel_control_button span:hover:before, .carousel_control_button span:focus:before {
    opacity: 0.8;
    color: #ffffff;
}

.carousel_control_button span.slick-disabled:before {
    opacity: 1;
}

@media (max-width: 479px) {
    .carousel_control_button span {
        margin-top: 0;
        margin-left: 0;
        position: absolute;
        -webkit-transition: all 300ms linear 0s;
        -moz-transition: all 300ms linear 0s;
        -ms-transition: all 300ms linear 0s;
        -o-transition: all 300ms linear 0s;
        transition: all 300ms linear 0s;
    }

    .carousel_control_button span.btn-prev {
        display: block;
        height: 45px;
        width: 45px;
        cursor: pointer;
        background-color: #f5f5f5;
        color: #333333;
        padding: 0;
        border: none;
        outline: none;
        -webkit-transition: all 300ms linear 0s;
        -moz-transition: all 300ms linear 0s;
        -ms-transition: all 300ms linear 0s;
        -o-transition: all 300ms linear 0s;
        transition: all 300ms linear 0s;
        position: absolute;
        z-index: 1;
        top: 50%;
        margin-top: -22.5px;
        left: 0;
        z-index: 200;
        left: -15px;
    }

    .carousel_control_button span.btn-prev:hover:before {
        opacity: 0.8;
        color: #ffffff;
    }

    .carousel_control_button span.btn-prev.slick-disabled:before {
        opacity: 1;
    }

    .carousel_control_button span.btn-prev[dir="rtl"] {
        left: auto;
        right: 0;
    }

    .carousel_control_button span.btn-prev:before {
        content: "\e408";
    }

    .carousel_control_button span.btn-prev:before[dir="rtl"] {
        content: "\e409";
    }

    .carousel_control_button span.btn-next {
        display: block;
        height: 45px;
        width: 45px;
        cursor: pointer;
        background-color: #f5f5f5;
        color: #333333;
        padding: 0;
        border: none;
        outline: none;
        -webkit-transition: all 300ms linear 0s;
        -moz-transition: all 300ms linear 0s;
        -ms-transition: all 300ms linear 0s;
        -o-transition: all 300ms linear 0s;
        transition: all 300ms linear 0s;
        position: absolute;
        z-index: 1;
        top: 50%;
        margin-top: -22.5px;
        right: 0;
        z-index: 200;
        right: -15px;
    }

    .carousel_control_button span.btn-next:hover:before {
        opacity: 0.8;
        color: #ffffff;
    }

    .carousel_control_button span.btn-next.slick-disabled:before {
        opacity: 1;
    }

    .carousel_control_button span.btn-next[dir="rtl"] {
        left: 0;
        right: auto;
    }

    .carousel_control_button span.btn-next:before {
        content: "\e409";
    }

    .carousel_control_button span.btn-next:before[dir="rtl"] {
        content: "\e408";
    }
}

.carousel_control_button span:before {
    display: block;
    font-family: "Material Icons";
    font-size: 35px;
    line-height: 45px;
    color: #333333;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.carousel_control_button span.btn-prev:before {
    content: "\e408";
}

.carousel_control_button span.btn-next:before {
    content: "\e409";
}

.carousel_control_button span:hover:before {
    opacity: 0.8;
}

.top_banners_carousel .category img, .secondary_banners_carousel .category img {
    width: 100%;
}

@media (max-width: 479px) {
    .carousel_control_button.button-bottom {
        width: 100%;
        top: 50% !important;
    }

    .carousel_control_button.button-bottom span.slick-arrow {
        margin-top: 18px !important;
    }

    .carousel_control_button.button-bottom span.btn-prev {
        left: 0;
    }

    .carousel_control_button.button-bottom span.btn-next {
        left: 59px;
        right: auto;
    }
}

.brand-link {
    display: inline-block;
    -webkit-transition: all 300ms 0s ease;
    -moz-transition: all 300ms 0s ease;
    -ms-transition: all 300ms 0s ease;
    -o-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
}

.brand-link img {
    display: block;
    -webkit-transition: all 300ms 0s ease;
    -moz-transition: all 300ms 0s ease;
    -ms-transition: all 300ms 0s ease;
    -o-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    -webkit-opacity: 0.3;
    opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    filter: alpha(opacity=30);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.brand-link:hover img {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
}

.custom_bg_fill .manufacturers_carousel {
    padding: 85px 0 57px 0;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

.custom_bg_fill .manufacturers_carousel img {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}

.custom_bg_fill .manufacturers_carousel:hover img {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}

.custom_bg_fill .manufacturers_carousel a:hover img {
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
}

@media (max-width: 767px) {
    .custom_bg_fill .manufacturers_carousel {
        padding: 45px 0 17px 0;
    }
}

.custom_bg_fill .slick-prev, .custom_bg_fill .slick-next {
    background-color: rgba(255, 255, 255, 0.2);
}

.custom_bg_fill .slick-prev:before, .custom_bg_fill .slick-next:before {
    color: #fff;
}

.custom_bg_fill .slick-prev:hover, .custom_bg_fill .slick-next:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.fill-bg .manufacturers_carousel {
    padding: 85px 0 57px 0;
}

@media (max-width: 767px) {
    .fill-bg .manufacturers_carousel {
        padding: 45px 0 17px 0;
    }
}

.fill-bg .slick-prev, .fill-bg .slick-next {
    background-color: #ffffff;
}

.fill-bg .slick-prev:before, .fill-bg .slick-next:before {
    color: #333333;
}

.fill-bg .slick-prev:hover, .fill-bg .slick-next:hover {
    background-color: #ffffff;
}

.brands-list a {
    display: inline-block;
    -webkit-transition: all 300ms 0s ease;
    -moz-transition: all 300ms 0s ease;
    -ms-transition: all 300ms 0s ease;
    -o-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
}

.brands-list a img {
    display: block;
    -webkit-transition: all 300ms 0s ease;
    -moz-transition: all 300ms 0s ease;
    -ms-transition: all 300ms 0s ease;
    -o-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    -webkit-opacity: 0.3;
    opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    filter: alpha(opacity=30);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.brands-list a:hover img {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
}

.manufacturers_carousel {
    margin-top: -15px;
}

.manufacturers_carousel .slick-slide {
    text-align: center;
}

.manufacturers_carousel .slick-list {
    padding: 10px 8px 10px;
}

.manufacturers_carousel a {
    display: inline-block;
    -webkit-transition: all 300ms 0s ease;
    -moz-transition: all 300ms 0s ease;
    -ms-transition: all 300ms 0s ease;
    -o-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
}

.manufacturers_carousel a img {
    display: block;
    -webkit-transition: all 300ms 0s ease;
    -moz-transition: all 300ms 0s ease;
    -ms-transition: all 300ms 0s ease;
    -o-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    -webkit-opacity: 0.3;
    opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    filter: alpha(opacity=30);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.manufacturers_carousel a:hover img {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
}

.manufacturers_carousel .slick-next {
    right: 15px;
}

.manufacturers_carousel .slick-prev {
    left: 15px;
}

@media (min-width: 768px) {
    .manufacturers_carousel .slick-list {
        margin: 0 85px;
    }
}

.dropdown-link {
    display: block;
    color: #828181;
    font-size: 1em;
    line-height: 1em;
    padding: 16px 7px 17px;
    text-decoration: none;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 300;
}

.dropdown-link:hover {
    background-color: #f7f7f7;
    color: #333333;
}

.dropdown-link .icon {
    font-size: 1.125em;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    padding: 0 12px 0 2px;
}

@media (min-width: 1025px) {
    .smart_show {
        display: none;
    }

    .visible_smart_hide {
        display: inline-block;
    }

    .navbar .dropdown {
        position: static;
    }

    .dropdown {
        display: inline;
        padding: 0 20px 10px 0;
        font-weight: 300;
    }

    .dropdown .dropdown-menu {
        padding: 0;
        border: 0;
        margin-top: 0 !important;
        border-radius: 0;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    }

    .dropdown .close_dropdown {
        display: none;
    }

    .dropdown .dropdown-menu > li > a {
        display: block;
        color: #828181;
        font-size: 1em;
        line-height: 1em;
        padding: 10px 0 10px;
        text-decoration: none;
        border-bottom: 1px solid #e5e5e5;
        font-weight: 300;
        text-transform: capitalize;
    }

    .dropdown .dropdown-menu > li > a:hover {
        background-color: #f7f7f7;
        color: #333333;
    }

    .dropdown .dropdown-menu > li > a .icon {
        font-size: 1.125em;
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        padding: 0 12px 0 2px;
    }

    .dropdown .dropdown-menu.multicolumn > li:last-child a {
        border: 0;
    }

    .dropdown.dropdown-mega-menu {
        position: relative;
    }

    .dropdown.dropdown-mega-menu .dropdown-menu {
        display: block;
        top: -10000px;
        overflow: hidden;
    }

    .dropdown.dropdown-mega-menu:hover .dropdown-menu {
        display: block;
        top: auto;
    }

    .dropdown.dropdown-one-col {
        position: relative;
    }

    .dropdown.dropdown-one-col .dropdown-menu.multicolumn {
        min-width: 300px;
    }

    .dropdown.dropdown-one-col .dropdown-menu.multicolumn a {
        -webkit-transition: all 300ms linear 0s;
        -moz-transition: all 300ms linear 0s;
        -ms-transition: all 300ms linear 0s;
        -o-transition: all 300ms linear 0s;
        transition: all 300ms linear 0s;
    }

    .dropdown .caret {
        margin-left: 16px;
        border-top: 5px dashed;
        border-top: 5px solid \9;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }

    .dropdown.text-right {
        padding: 0 14px 10px 16px;
    }

    .user_settings .dropdown.text-right {
        padding: 0 0 10px 28px;
    }

    .dropdown > a {
        text-decoration: none;
        text-transform: capitalize;
    }

    .dropdown > a:hover {
        text-decoration: none;
    }

    .dropdown > a .icon {
        font-size: 1.9375em;
        color: #333333;
        position: relative;
    }

    .dropdown .dl-close {
        display: none;
    }

    .user_settings .dropdown-menu, .account .dropdown-menu {
        min-width: 60px;
    }

    .user_settings .dropdown-menu > li > a, .account .dropdown-menu > li > a {
        padding-left: 27px;
        padding-right: 27px;
        color: #828181;
        font-weight: 300;
    }

    .user_settings .dropdown-menu > li.active > a, .account .dropdown-menu > li.active > a, .user_settings .dropdown-menu > li:hover > a, .account .dropdown-menu > li:hover > a {
        color: #333333;
        background-color: #f7f7f7;
    }

    .account .dropdown-menu {
        min-width: 270px;
    }
}

@media (min-width: 1025px) {
    .nav .dropdown .dropdown-menu .col-md-3 {
        width: 24.5%;
    }

    .nav .dropdown.dropdown-one-col {
        position: relative;
    }

    .nav .dropdown.dropdown-one-col .dropdown-menu {
        width: 304px;
    }

    .nav .dropdown.dropdown-three-col {
        position: relative;
    }

    .nav .dropdown.dropdown-three-col .dropdown-menu {
        width: 658px;
    }

    .nav .dropdown.dropdown-three-col .dropdown-menu.popup-center {
        margin-left: -352px;
    }

    .nav .dropdown.dropdown-three-col .dropdown-menu.popup-left {
        margin-left: -703px;
    }
}

@media (min-width: 1025px) and (min-width: 992px) {
    .nav .dropdown .dropdown-menu {
        width: 992px;
    }
}

@media (min-width: 1025px) and (min-width: 1200px) {
    .nav .dropdown .dropdown-menu {
        width: 1200px;
    }
}

@media (min-width: 1025px) and (min-width: 1770px) {
    .nav .dropdown .dropdown-menu {
        width: 1770px;
    }
}

@media (max-width: 1024px) {
    .smart_show {
        display: block;
    }

    .visible_smart_hide {
        display: none;
    }

    .dropdown {
        position: static;
        display: inline;
        padding: 0 20px 0 0;
        font-weight: 300;
    }

    .dropdown .caret {
        margin-left: 10px;
        color: #fff;
    }

    .dropdown.text-right {
        padding: 0 0 0 20px;
    }

    .dropdown > a {
        position: relative;
        text-decoration: none;
    }

    .dropdown > a:hover {
        text-decoration: none;
    }

    .dropdown > a .icon {
        font-size: 1.9375em;
        color: #fff;
        position: relative;
    }

    .dropdown .close_dropdown a {
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-size: 0.8175em;
    }

    .dropdown .close_dropdown a .icon {
        display: inline-block;
        padding: 0 5px;
        vertical-align: middle;
        font-size: 1.5385em;
        color: #fff;
    }

    .dropdown .dropdown-xs-fullwidth {
        left: 0;
        right: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background-color: #fff;
    }

    .dropdown .dropdown-xs-fullwidth a:not(.btn) {
        padding: 10px 15px;
        color: #0a0a0a;
        border-top: 1px solid #828181;
    }

    .dropdown .dropdown-xs-fullwidth a:not(.btn):hover {
        color: #ffffff;
        background-color: #171717;
    }

    .dropdown .dropdown-xs-fullwidth a:not(.btn) .icon {
        font-size: 1.125em;
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        padding: 0 10px 0 2px;
    }
}

.dropdown-toggle {
    cursor: pointer;
}

.dropdown.text-right .dropdown-menu {
    left: auto;
    right: 0;
}

.dropdown_label {
    display: inline-block;
    padding: 0 10px 0 0;
}

@media (min-width: 1025px) {
    header #mainMenu {
        padding-top: 0px;
    }

    header #mainMenu .navbar-nav {
        position: relative;
    }

    header #mainMenu .navbar-nav > li {
        padding: 0 !important;
    }

    header #mainMenu .navbar-nav > li > a {
        padding-left: 0.7em;
        padding-right: 0.7em;
        font-size: 1.125em;
        font-weight: 500;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        background-color: transparent;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        top: 0;
        -moz-transition: top 0.3s ease;
        -o-transition: top 0.3s ease;
        -webkit-transition: top 0.3s ease;
    }

    .dl-close, .dl-back {
        display: none !important;
    }
}

.discolor-hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
}

.discolor-hover:hover img {
    -webkit-transition: all 300ms 0s ease;
    -moz-transition: all 300ms 0s ease;
    -ms-transition: all 300ms 0s ease;
    -o-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

@media (min-width: 1025px) {
    .simple_submenu {
        list-style: none;
        padding: 0;
        margin-bottom: 15px;
    }

    .simple_submenu li a {
        display: block;
        color: #828181;
        font-size: 1em;
        line-height: 1em;
        padding: 16px 7px 17px;
        text-decoration: none;
        border-bottom: 1px solid #e5e5e5;
        font-weight: 300;
    }

    .simple_submenu li a:hover {
        background-color: #f7f7f7;
        color: #333333;
    }

    .simple_submenu li a .icon {
        font-size: 1.125em;
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        padding: 0 12px 0 2px;
    }

    .simple_submenu li:last-child a {
        border: 0;
    }
}

.image-links > [class*="col-"] {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.image-link {
    display: block;
    text-align: center;
}

.image-link > a {
    text-decoration: none;
    display: block;
    padding: 20px 0 20px;
}

.image-link .figure {
    display: block;
    position: relative;
    text-align: center;
}

.image-link .btn {
    position: absolute;
    display: block;
    opacity: 0;
    width: 50%;
    left: 25%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity 200ms linear 0s;
    -moz-transition: opacity 200ms linear 0s;
    -ms-transition: opacity 200ms linear 0s;
    -o-transition: opacity 200ms linear 0s;
    transition: opacity 200ms linear 0s;
}

.image-link:hover .btn {
    opacity: 1;
}

.image-link img {
    display: inline-block;
    background-color: #ffffff;
    -webkit-transition: all 200ms linear 0s;
    -moz-transition: all 200ms linear 0s;
    -ms-transition: all 200ms linear 0s;
    -o-transition: all 200ms linear 0s;
    transition: all 200ms linear 0s;
}

.image-link .figcaption {
    display: block;
    margin: 20px 0 10px;
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #333333;
}

@media (min-width: 1025px) {
    .image-links .col-one-fifth {
        width: 18.3%;
        float: left;
        margin-left: 2.125%;
        margin-right: 0;
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .image-links .col-one-fifth:nth-child(5n+2) {
        margin-left: 0;
    }
}

@media (min-width: 1025px) {
    .image-links .col-one-third {
        width: 33.333%;
        float: left;
        margin-top: 27px;
    }
}

@media (min-width: 1025px) {
    .image-links .col-one-third {
        width: 23%;
        float: left;
        margin-right: 0;
    }

    .image-links .col-one-third:nth-child(3n+2) {
        margin-left: 15.5%;
    }
}

@media (min-width: 1025px) {
    .image-links .col-half {
        width: 35%;
        float: left;
        margin-right: 0;
    }

    .image-links .col-half.col-half-left {
        margin: 0 5% 0 10%;
    }

    .image-links .col-half.col-half-right {
        margin: 0 10% 0 5%;
    }
}

@media (min-width: 1025px) {
    .image-links .col-half {
        width: 40%;
        float: left;
    }

    .image-links .col-half.col-half-left {
        margin: 0 0 0 10%;
    }

    .image-links .col-half.col-half-right {
        margin: 0 10% 0 0;
    }
}

@media (min-width: 1025px) {
    .image-links .col-one-fourth {
        width: 33.333%;
        float: left;
        margin-top: 27px;
        margin-right: 0;
    }
}

@media (min-width: 1025px) {
    .image-links .col-one-fourth {
        width: 23%;
        float: left;
    }

    .image-links .col-one-fourth:nth-child(4n+2) {
        margin-left: 5%;
    }
}

.image-links-layout .btn {
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.image-links-layout .image-link .figcaption {
    padding-left: 5px;
    padding-right: 5px;
}

@media (min-width: 1025px) {
    .image-links-layout .col-one-third {
        width: 32.3%;
        display: inline-block;
        float: none;
        vertical-align: top;
    }
}

@media (min-width: 1025px) {
    .image-links-layout .col-one-fourth {
        width: 24.5%;
        display: inline-block;
        float: none;
        vertical-align: top;
    }
}

@media (min-width: 1025px) and (min-width: 992px) {
    .image-links-layout .col-one-fourth {
        padding: 0 15px;
    }
}

@media (max-width: 1024px) {
    .toggle_navbar {
        position: relative;
        font-size: 18px;
        line-height: 1.2em;
        width: 110px;
        text-transform: uppercase;
    }

    .mobile_burger_label {
        left: 48px;
        position: absolute;
        top: 5px;
        color: #ffffff;
    }
/* start mmenu update */
    li#menu-search {
        margin-top: 15px;
    }

    form.mmsearch {
        width:100%;
    }

    input.mmsearch.form-control{
        width: 90%;
        margin-left:20px;
        font-size: 18px;
    }

    button.icon.icon-search.mmsearch {
        position: absolute;
        right: 4%;
        top: 0;
        border: none;
        background: none;
        font-size: 1.8em;
        padding: 10px 10px 7px;
    }
    .mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
        font-size: 2rem;
    }
/* end mmenu update */
    .navbar {
        position: static !important;
    }

    .responsive_menu {
        margin: 1px auto;
        text-align: center;
    }

    .responsive_menu .hidden-xs {
        display: none;
    }

    .responsive_menu > ul {
        position: fixed;
        display: none;
        margin: 0;
        padding: 0;
        background: #fff;
        list-style: none;
        z-index: 10000;
        top: 0;
        left: -100%;
        height: 100%;
        text-align: left;
        -webkit-transition: left 300ms linear 0s;
        -moz-transition: left 300ms linear 0s;
        -ms-transition: left 300ms linear 0s;
        -o-transition: left 300ms linear 0s;
        transition: left 300ms linear 0s;
        -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
    }

    .responsive_menu > ul:after {
        content: "";
        clear: both;
        display: block;
    }

    .responsive_menu > ul li {
        float: left;
        border-top: 1px solid #e5e5e5;
        padding-left: 0;
        padding-right: 0;
        display: block;
    }

    .responsive_menu > ul li.dropdown {
        padding: 0 !important;
    }

    .responsive_menu > ul li:first-child, .responsive_menu > ul li.open {
        border-top: 0 !important;
    }

    .responsive_menu > ul li a {
        color: #333333;
        font-size: 18px !important;
        line-height: 1em !important;
        font-weight: 600 !important;
        display: block;
        padding: 15px 18px !important;
        text-decoration: none;
        text-transform: uppercase;
    }

    .responsive_menu > ul li a:hover {
        background-color: #f7f7f7;
    }

    .responsive_menu > ul li .image-link a {
        margin: 0;
    }

    .responsive_menu > ul li.dl-back a, .responsive_menu > ul li.dl-close a {
        font-size: 0.8125em !important;
    }

    .responsive_menu > ul li.dl-back a .icon, .responsive_menu > ul li.dl-close a .icon {
        display: inline-block;
        vertical-align: middle;
        font-size: 1.7692em;
        color: #333333;
    }

    .responsive_menu > ul ul {
        display: none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 100%;
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
        border: 0;
    }

    .responsive_menu > ul ul li {
        position: relative;
    }

    .responsive_menu li > a:not(:only-child):after {
        font-family: "Material Icons";
        speak: none;
        content: "\e5cc";
        position: relative;
        display: inline-block;
        right: 0;
        float: right;
        -webkit-font-smoothing: antialiased;
    }

    .responsive_menu-toggled {
        width: 50px;
        min-height: 50px;
        display: none;
    }

    .responsive_menu-open ~ ul {
        left: 0;
        -webkit-transition: left 300ms linear 0s;
        -moz-transition: left 300ms linear 0s;
        -ms-transition: left 300ms linear 0s;
        -o-transition: left 300ms linear 0s;
        transition: left 300ms linear 0s;
    }

    .responsive_menu-dropdown:not(.hidden-xs) {
        display: block !important;
    }

    .responsive_menu-mobile {
        width: 85%;
        max-width: 300px;
    }

    html:not(.touch) .responsive_menu-mobile .responsive_menu-dropdown:hover ~ ul, html:not(.touch) .responsive_menu-mobile .responsive_menu-dropdown:hover > ul, html:not(.touch) .responsive_menu-mobile .responsive_menu-dropdown:hover + ul {
        display: none !important;
    }

    .responsive_menu-mobile li {
        width: 100%;
    }

    .responsive_menu-mobile .dl-submenu {
        position: relative;
        left: 0px;
        top: -1px;
        width: 100%;
    }

    .responsive_menu-mobile .dl-back {
        display: block;
    }

    .dl-subview {
        display: block !important;
    }

    .dl-subover-hidden {
        display: none !important;
    }

    .dl-subover-visible {
        display: block;
    }

    .dl-subover-visible .dl-subover-header {
        display: none !important;
    }
}

@media (min-width: 1025px) {
    .multicolumn {
        padding: 20px 25px !important;
        min-width: 605px;
    }

    .multicolumn li {
        display: inline-block;
        float: left;
        min-width: 250px;
        width: 100%;
    }

    .multicolumn li a {
        margin: 0 15px;
        padding: 16px 7px 17px !important;
    }

    .multicolumn.two-col li {
        width: 50%;
    }

    .multicolumn.one-col {
        min-width: 250px;
    }

    .multicolumn.three-col {
        min-width: 810px;
    }

    .multicolumn.three-col li {
        width: 33.333%;
    }

    .multicolumn.four-col {
        min-width: 1060px;
    }

    .multicolumn.four-col li {
        width: 25%;
    }

    .multicolumn.five-col {
        min-width: 1310px;
    }

    .multicolumn.five-col li {
        width: 20%;
    }

    .multicolumn.six-col {
        min-width: 1560px;
    }

    .multicolumn.six-col li {
        width: 16.666%;
    }
}

.dropdown-menu-right {
    left: 0 !important;
    right: auto !important;
}

@media (min-width: 1025px) {
    .navbar-color_white #mainMenu .navbar-nav > li > a {
        color: #fff;
    }
}

@media (min-width: 1025px) {
    header .navbar .dropdown {
        display: inline-block;
    }

    header .navbar .simple_submenu.dl-submenu, header .navbar .dropdown-one-col {
        -o-transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        transition-delay: 0.4s;
        -webkit-transition: all 300ms linear 0s;
        -moz-transition: all 300ms linear 0s;
        -ms-transition: all 300ms linear 0s;
        -o-transition: all 300ms linear 0s;
        transition: all 300ms linear 0s;
    }
}

@media (max-width: 1024px) {
    #colorbox, #cboxOverlay, #cboxWrapper {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9999999;
        overflow: hidden;
    }

    #cboxWrapper {
        max-width: none;
    }

    #cboxOverlay {
        position: fixed;
        width: 100%;
        height: 100%;
    }

    #cboxMiddleLeft, #cboxBottomLeft {
        clear: left;
    }

    #cboxContent {
        position: relative;
    }

    #cboxLoadedContent {
        -webkit-overflow-scrolling: touch;
        overflow: hidden !important;
    }

    #cboxTitle {
        margin: 0;
    }

    #cboxLoadingOverlay, #cboxLoadingGraphic {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
        cursor: pointer;
    }

    .cboxPhoto {
        float: left;
        margin: auto;
        border: 0;
        display: block;
        max-width: none;
        -ms-interpolation-mode: bicubic;
    }

    .cboxIframe {
        width: 100%;
        height: 100%;
        display: block;
        border: 0;
        padding: 0;
        margin: 0;
    }

    #colorbox, #cboxContent, #cboxLoadedContent {
        box-sizing: content-box;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
    }

    #cboxOverlay {
        background-color: rgba(0, 0, 0, 0.55);
    }

    #colorbox {
        outline: 0;
    }

    #cboxContent {
        background: #000;
    }

    .cboxIframe {
        background: #fff;
    }

    #cboxError {
        padding: 50px;
        border: 1px solid #ccc;
    }

    #cboxLoadedContent {
        border: none;
        background: #fff;
    }

    #cboxTitle {
        position: absolute;
        top: -20px;
        left: 0;
        color: #ccc;
    }

    #cboxCurrent {
        position: absolute;
        top: -20px;
        right: 0px;
        color: #ccc;
    }

    #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
        border: 0;
        padding: 0;
        margin: 0;
        overflow: visible;
        width: auto;
        background: none;
    }

    #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
        outline: 0;
    }

    #cboxSlideshow {
        position: absolute;
        top: -20px;
        right: 90px;
        color: #fff;
    }

    #cboxPrevious, #cboxNext {
        opacity: 0;
        position: absolute;
        height: 54px;
        width: 54px;
        cursor: pointer;
        background: none;
        color: transparent;
        text-align: center;
        border: 2px solid #3a3a3a;
        outline: none;
        margin-top: -28px;
        top: 50%;
        text-indent: -9999px;
    }

    #colorbox:hover #cboxPrevious, #colorbox:hover #cboxNext, #colorbox:hover #cboxClose {
        opacity: 1;
    }

    #cboxPrevious {
        left: 5px;
    }

    #cboxNext {
        right: 5px;
    }

    #cboxPrevious:before, #cboxNext:before {
        display: block;
        position: relative;
        font-size: 14px !important;
        line-height: 50px !important;
        color: #3a3a3a;
        margin: 0 0 0 -2px;
        text-indent: 0;
    }

    #cboxNext:before {
        margin: 0 0 0 2px;
    }

    #cboxClose {
        position: fixed;
        top: 0px;
        left: 0px;
        display: block;
        width: 300px;
        height: 50px;
        outline: none;
        padding: 12px 0px 15px 52px;
        color: #000;
        background: #fff;
        font-weight: 600;
        font-size: 15px;
        text-transform: uppercase;
        text-align: left;
        font-weight: 500;
        border-bottom: 1px solid #e5e5e5;
        z-index: 7;
        -webkit-transition: all 300ms linear 0s;
        -moz-transition: all 300ms linear 0s;
        -ms-transition: all 300ms linear 0s;
        -o-transition: all 300ms linear 0s;
        transition: all 300ms linear 0s;
    }

    .touch #cboxClose {
        opacity: 1 !important;
    }

    #cboxClose:before {
        position: absolute;
        top: 6px;
        left: 20px;
        text-indent: 0;
        font-family: 'Material Icons';
        content: "\e14c";
        font-size: 23px !important;
    }

    .canvas-menu #cboxClose:before {
        color: #333333;
        -webkit-transition: all 300ms linear 0s;
        -moz-transition: all 300ms linear 0s;
        -ms-transition: all 300ms linear 0s;
        -o-transition: all 300ms linear 0s;
        transition: all 300ms linear 0s;
    }

    .canvas-menu #cboxLoadedContent {
        background: #242424;
    }

    .gallery-popup #cboxClose:before {
        font-size: 20px !important;
    }
}

@media (min-width: 1025px) {
    #colorbox {
        display: none;
    }
}

@media (max-width: 1024px) {
    #outer {
        overflow: hidden;
    }

    #outer-canvas{
        width: 100%;
    }

    li.manufacturer-names {
        width: 100% !important;
    }

    #outer-overlay {
        opacity: 0;
        z-index: 0;
    }

    .accordion_list, .accordion_list ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .responsive_menu ul li {
        border-bottom: 1px solid #e5e5e5;
    }

    .accordion_list li {
        margin: 0;
        padding: 0 !important;
    }

    .accordion_list .name {
        display: block;
        padding: 0px 0 0px;
        border-bottom: 1px solid #e5e5e5;
    }

    .accordion_list ul .name {
        padding-left: 21px;
    }

    .accordion_list ul ul .name {
        padding-left: 42px;
    }

    .mobile_burger_wrapper {
        left: 0px;
        position: absolute;
        top: 0px;
    }

    .mobile_burger_wrapper a {
        text-decoration: none;
    }

    .mobile_burger_wrapper .nav-item > a {
        display: block;
        float: left;
        height: 53px;
        left: 0;
        position: absolute;
        text-align: center;
        text-decoration: none;
        top: 0;
        width: 47px;
        z-index: 2;
    }

    .mobile_burger_wrapper .nav-item > a .icon {
        color: #3b3b3b;
        font-size: 24px;
        line-height: 50px;
        margin-top: 5px;
        position: relative;
    }

    .navbar .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .multicolumn li a {
        color: #333333;
        font-size: 18px !important;
        line-height: 1em !important;
        font-weight: 600 !important;
        display: block;
        padding: 15px 18px 15px 33px !important;
        text-decoration: none;
        text-transform: uppercase;
    }

    .multicolumn_level li a {
        color: #333333;
        font-size: 18px !important;
        line-height: 1em !important;
        font-weight: 600 !important;
        display: block;
        padding: 15px 18px 15px 33px !important;
        text-decoration: none;
        text-transform: uppercase;
    }

    .multicolumn_level .name {
        border-color: transparent;
    }

    .multicolumn_level .name.open {
        border-color: #e5e5e5;
    }

    .image-links-level-2 li {
        border: none;
    }

    .image-links-level-2 li a {
        padding: 15px 18px 15px 33px !important;
    }

    .image-links-level-3 li a {
        padding: 15px 18px 15px 43px !important;
    }

    .image-links-level-4 li a {
        padding: 15px 18px 15px 53px !important;
    }

    .image-links-level-5 li a {
        padding: 15px 18px 15px 63px !important;
    }

    .image-links-level-6 li a {
        padding: 15px 18px 15px 73px !important;
    }

    .image-links-level-7 li a {
        padding: 15px 18px 15px 83px !important;
    }
}

.multicolumn.two-col li:nth-last-child(2) a {
    border-color: transparent !important;
}

.multicolumn.three-col li:nth-last-child(3) a {
    border-color: transparent !important;
}

.multicolumn.three-col li:nth-last-child(2) a {
    border-color: transparent !important;
}

.multicolumn.three-col li:nth-last-child(1) a {
    border-color: transparent !important;
}

.search a {
    display: inline-block;
    text-decoration: none;
    padding: 0;
}

.search a:hover {
    text-decoration: none;
}

.search a .icon {
    position: relative;
    font-size: 1.8125em;
    color: #333333;
    line-height: 35px;
    padding: 0;
    display: inline-block;
    top: -2px;
}

@media (max-width: 1024px) {
    .search a:hover .icon {
        color: #ffffff;
    }

    .search a .icon {
        color: #ffffff;
    }
}

#search_dropdown {
    position: absolute;
    width: 100%;
    right: 0;
    z-index: 1;
    margin-top: -52px;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms 0s ease;
    -moz-transition: all 300ms 0s ease;
    -ms-transition: all 300ms 0s ease;
    -o-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
}

#search_dropdown.open {
    visibility: visible;
    opacity: 1;
}

#search_dropdown .header_search {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    padding-right: 62px;
}

@media (max-width: 1024px) {
    #search_dropdown .header_search {
        height: 55px;
    }
}

#search_dropdown .header_search input {
    width: 100%;
    height: 51px;
    border: 1px solid #e5e5e5;
    padding: 14px 15px;
    line-height: 21px;
    margin: 0px;
}

@media (max-width: 1024px) {
    #search_dropdown .header_search input {
        height: 55px;
    }
}

#search_dropdown .header_search button {
    position: absolute;
    right: 65px;
    top: 0;
    border: none;
    background: none;
    font-size: 1.8em;
    padding: 15px 10px 7px;
    line-height: 1em;
}

#search_dropdown .close-mobile-search {
    margin-right: 12px;
}

@media (max-width: 1024px) {
    .search.open {
        width: 100%;
    }

    .search.open #search_dropdown {
        width: 100%;
        display: block;
    }

    #search_dropdown {
        width: auto;
        right: -18px;
        margin-top: -55px;
        height: 55px;
        display: none;
    }

    #search_dropdown .header_search {
        height: 55px;
    }

    #search_dropdown .header_search input {
        height: 43px;
        margin-top: 5px;
        margin-left: 50px;
        max-width: 80vw;
    }

    #search_dropdown .close-mobile-search .icon {
        color: #333333;
        padding: 19px 9px;
    }
}

@media (max-width: 639px) {
    #search_dropdown .header_search input {
        height: 43px;
        margin-top: 5px;
        margin-left: 10px;
        max-width: 80vw;
    }

    #search_dropdown .header_search button {
        padding: 15px 10px 7px;
    }
}

.search_wrapper .header_search {
    position: relative;
}

.search_wrapper .header_search input {
    width: 100%;
    height: 48px;
    border: 1px solid #e5e5e5;
    padding: 13px 15px 14px 20px;
    line-height: 21px;
    font-weight: 500;
    font-size: 18px;
}

.search_wrapper .header_search input::-webkit-input-placeholder {
    color: #333333;
}

.search_wrapper .header_search input::-moz-placeholder {
    font-size: 1em;
    line-height: 1.214em;
    color: #333;
}

.search_wrapper .header_search input::-moz-placeholder::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.search_wrapper .header_search input::-moz-placeholder:-ms-input-placeholder {
    color: #999;
}

.search_wrapper .header_search input::-moz-placeholder::-webkit-input-placeholder {
    color: #999;
}

.search_wrapper .header_search input:-ms-input-placeholder {
    color: #333333;
}

.search_wrapper .header_search input:-moz-placeholder {
    color: #333333;
}

.search_wrapper .header_search button {
    position: absolute;
    right: 0px;
    top: 0;
    border: none;
    font-size: 1.8em;
    padding: 11px 12px 11px;
    line-height: 1em;
    color: #ffffff;
}

.cart .dropdown > a {
    text-decoration: none;
    margin: 0;
}

@media (max-width: 1024px) {
    .cart .dropdown > a {
        margin: 0 -5px 0 0;
    }
}

.cart .dropdown > a:hover {
    text-decoration: none;
}

.cart .dropdown > a:hover .icon {
}

.cart .dropdown > a .icon {
    font-size: 2.1em !important;
    line-height: 30px;
    position: relative;
    top: 10px;
}

.cart .dropdown-menu {
    width: 320px;
    padding: 20px 20px 30px;
}

@media (max-width: 1024px) {
    .cart .dropdown-menu {
        position: fixed;
        top: 0px;
        right: -45px !important;
        color: #ffffff;
        padding: 10px 0 45px;
    }
}

.cart .dropdown-menu ul {
    margin: 0;
    padding: 0;
}

.cart .dropdown-menu .container {
    position: relative;
    max-width: 100%;
}

.cart .dropdown-menu .ajax_cart_heading {
    font-size: 1.25em;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 1024px) {
    .cart .dropdown-menu .ajax_cart_heading {
        font-size: 1.125em;
        font-weight: 500;
        color: #0a0a0a;
    }
}

.cart .dropdown-menu .ajax_cart_footer {
    font-size: 1em;
    padding: 5px 0 0 0;
    position: relative;
}

.cart .dropdown-menu .close-ajax-cart {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 20px;
    color: #0a0a0a;
    cursor: pointer;
}

.cart .dropdown-menu .close-ajax-cart span {
    display: none;
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
}

@media (max-width: 1024px) {
    .cart .dropdown-menu .close-ajax-cart {
        right: 0;
        left: 0;
        top: auto;
        bottom: -42px;
        text-align: center;
    }

    .cart .dropdown-menu .close-ajax-cart span {
        display: inline-block;
        padding: 0 5px;
        vertical-align: text-top;
    }
}

.cart .dropdown-menu .ajax_cart_subtotal {
    font-weight: 500;
    text-transform: uppercase;
    color: #0a0a0a;
}

.cart .dropdown-menu .ajax_cart_subtotal span {
    padding: 0 5px;
}

.cart .dropdown-menu a:not(.btn) {
    border: none;
    padding: 0;
}

.cart .dropdown-menu a:not(.btn):hover {
    background-color: transparent;
}

@media (max-width: 1024px) {
    .cart .dropdown-menu .btn.btn-md {
        width: 100%;
        margin: 10px 0 0;
    }

    .cart .dropdown-menu .btn.btn-md:hover, .cart .dropdown-menu .btn.btn-md:focus {
        background-color: #ffffff;
        color: #333333;
    }
}

.cart .dropdown-menu .ajax_cart_product_wrapper {
    display: block;
    width: 100%;
    min-height: 92px;
    position: relative;
    margin: 10px 0 10px;
    padding: 0 0 15px 0;
}

.cart .dropdown-menu .ajax_cart_product_wrapper:after {
    position: absolute;
    left: -20px;
    bottom: 0;
    width: calc(115%);
    content: '';
    height: 1px;
    background-color: #0a0a0a;
    opacity: 0.2;
}

.cart .dropdown-menu .ajax_cart_product_image {
    position: absolute;
    top: 5px;
    left: 0;
    width: 71px;
    overflow: hidden;
}

.cart .dropdown-menu .ajax_cart_product_image img {
    width: 100%;
    height: auto;
}

.cart .dropdown-menu .ajax_cart_product_delete_wrapper {
    position: absolute;
    top: 0;
    right: 0;
}

.cart .dropdown-menu .ajax_cart_product_delete_wrapper div {
    display: inline-block;
}

.cart .dropdown-menu .ajax_cart_product_delete_wrapper a {
    display: inline-block;
    white-space: nowrap;
    font-size: 1.25em;
    overflow: hidden;
    max-width: 30px;
    transition: max-width 500ms ease-out;
}

.cart .dropdown-menu .ajax_cart_product_delete_wrapper a span {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    vertical-align: text-top;
    padding: 0 10px;
    color: #0a0a0a;
}

.cart .dropdown-menu .ajax_cart_product_delete_wrapper a:hover {
    max-width: 150px;
    transition: max-width 500ms ease-out;
}

.cart .dropdown-menu .ajax_cart_product_info_wrapper {
    margin: 0 0 0 90px;
}

.cart .dropdown-menu .ajax_cart_product_info_wrapper .ajax_cart_label {
    min-width: 50px;
    display: inline-block;
    margin-bottom: 7px;
    color: #0a0a0a;
    font-size: 1.1em;
}

.cart .dropdown-menu .ajax_cart_product_title h2 {
    font-size: 1em;
    font-weight: 500;
    line-height: 1.6875em;
    padding: 0 90px 10px 0;
    margin: 0;
}

@media (max-width: 1024px) {
    .cart .dropdown-menu .ajax_cart_product_title h2 {
        font-weight: 300;
    }
}

.cart .dropdown-menu .ajax_cart_product_title h2 a:hover {
    color: #0a0a0a !important;
}

@media (min-width: 1024px) {
    .cart .dropdown-menu .ajax_cart_product_title .title-center {
        display: table-cell;
        height: 75px;
        vertical-align: middle;
    }
}

.cart .dropdown-menu .ajax_cart_product_price span:not(.ajax_cart_label) {
    font-size: 20px;
    font-weight: 500;
    color: #0a0a0a;
}

.cart .dropdown-menu .ajax_cart_product_qty input {
    width: 60px;
    text-align: center;
    background: transparent;
    border: none;
    color: #0a0a0a;
    margin: -41px 0px 0px 10px;
}

@media (max-width: 1024px) {
    .cart .dropdown-menu .ajax_cart_product_qty input {
        background-color: transparent;
    }
}

.cart .dropdown-menu .ajax_cart_product_attributes a {
    text-transform: uppercase;
    font-size: 0.8125em;
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .cart .dropdown-menu .ajax_cart_product_attributes {
        display: none;
    }
}

@media (min-width: 1025px) {
    .cart .dropdown-menu.ajax_cart_dropdown {
        position: fixed;
        left: 0;
        width: 100%;
        background-color: #fff;
        display: block;
        -webkit-transition: top 500ms linear 0s;
        -moz-transition: top 500ms linear 0s;
        -ms-transition: top 500ms linear 0s;
        -o-transition: top 500ms linear 0s;
        transition: top 500ms linear 0s;
    }

    .cart .dropdown.open .dropdown-menu.ajax_cart_dropdown {
        top: 0;
        z-index: 9999;
        -webkit-transition: top 500ms linear 0s;
        -moz-transition: top 500ms linear 0s;
        -ms-transition: top 500ms linear 0s;
        -o-transition: top 500ms linear 0s;
        transition: top 500ms linear 0s;
    }

    .cart .dropdown-menu.ajax_cart_dropdown .ajax_cart_heading {
        color: #0a0a0a;
    }

    .cart .dropdown-menu.ajax_cart_dropdown .ajax_cart_product_wrapper {
        margin: 6px 0 20px;
    }

    .cart .dropdown-menu.ajax_cart_dropdown .ajax_cart_product_title {
        max-width: 500px;
    }

    .cart .dropdown-menu.ajax_cart_dropdown .ajax_cart_product_info_wrapper {
        margin: 0 0 0 100px;
    }

    .cart .dropdown-menu.ajax_cart_dropdown .cart .dropdown-menu .ajax_cart_product_wrapper {
        margin: 5px 0 10px;
    }

    .cart .dropdown-menu.ajax_cart_dropdown .ajax_cart_product_title h2 {
        font-size: 1em;
        line-height: 1.6875em;
        padding: 38px 0 0 0;
        text-transform: uppercase;
    }

    .cart .dropdown-menu.ajax_cart_dropdown .ajax_cart_product_price {
        position: absolute;
        right: 197px;
        top: 0;
        padding: 33px 0 0;
    }

    .cart .dropdown-menu.ajax_cart_dropdown .ajax_cart_product_qty {
        position: absolute;
        right: 420px;
        top: 0;
        padding: 35px 0 0;
    }

    .cart .dropdown-menu.ajax_cart_dropdown .ajax_cart_product_info_wrapper .ajax_cart_label {
        color: #0a0a0a;
    }

    .cart .dropdown-menu.ajax_cart_dropdown .ajax_cart_product_attributes a {
        color: #0a0a0a;
        opacity: 0.5;
        text-decoration: none;
    }

    .cart .dropdown-menu.ajax_cart_dropdown .ajax_cart_product_wrapper:after {
        display: none;
    }

    .cart .dropdown-menu.ajax_cart_dropdown .ajax_cart_footer {
        border-top: 1px solid #606060;
        margin: 20px 0 0 0;
        padding: 20px 0 0 0;
    }

    .cart .dropdown-menu.ajax_cart_dropdown .btn-checkout {
        float: right;
    }

    .cart .dropdown-menu.ajax_cart_dropdown .ajax_cart_subtotal {
        position: absolute;
        padding: 4px 176px 0 0;
        right: 0;
        font-weight: 500;
        color: #0a0a0a;
        text-transform: uppercase;
    }

    .cart .dropdown-menu.ajax_cart_dropdown .ajax_cart_subtotal span {
        font-size: 20px;
    }

    .cart .dropdown-menu.ajax_cart_dropdown .ajax_cart_product_delete_icon {
        margin: 33px 0 0 0;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .cart .dropdown-menu.ajax_cart_dropdown .ajax_cart_product_title {
        max-width: 440px;
    }

    .cart .dropdown-menu.ajax_cart_dropdown .ajax_cart_product_price {
        right: 180px;
    }

    .cart .dropdown-menu.ajax_cart_dropdown .ajax_cart_product_qty {
        right: 350px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .cart .dropdown-menu.ajax_cart_dropdown .ajax_cart_product_title {
        max-width: 400px;
    }

    .cart .dropdown-menu.ajax_cart_dropdown .ajax_cart_product_price {
        right: 180px;
    }

    .cart .dropdown-menu.ajax_cart_dropdown .ajax_cart_product_qty {
        right: 340px;
    }
}

@media (min-width: 1025px) and (max-width: 991px) {
    .cart .dropdown-menu.ajax_cart_dropdown .ajax_cart_product_title {
        max-width: 180px;
    }

    .cart .dropdown-menu.ajax_cart_dropdown .ajax_cart_product_price {
        right: 170px;
    }

    .cart .dropdown-menu.ajax_cart_dropdown .ajax_cart_product_qty {
        right: 320px;
    }
}

.shopping_cart_price {
    font-size: 30px;
    line-height: 1.1em;
    letter-spacing: 0.05em;
}

@media (max-width: 1200px) {
    .shopping_cart_price {
        font-size: 20px;
    }
}

td.cartQuantity {
    width: 17%;
}

.shopping_cart_product_name {
    margin-bottom: 20px;
}

.shopping_cart_attributes {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.shopping_cart_attributes li {
    text-align: left;
}

.shopping_cart_attributes span {
    color: #333333;
    display: inline-block;
    margin-right: 6px;
}

@media (max-width: 767px) {
    .shopping_cart_product_name {
        font-weight: normal;
    }

    .shopping_cart_attributes li {
        padding: 0 0 2px 0;
    }
}

.checkout_button.btn.pull-right {
    margin-right: 0;
}

.shopping-cart-btns .btn {
    margin-bottom: 15px !important;
}

#seShipTo {
    padding-right: 10px;
}

#seProductsHeading, #seTotalHeading {
    text-align: left;
}

.btn.updateall_btn {
    padding: 0;
    border: 0;
}

.updateall_btn .btn-md {
    background: transparent;
    color: #333;
    font-weight: 500;
    font-size: inherit;
}

.btn.updateall_btn:hover .btn-md {
    color: #f5f5f5;
}

.bg-none {
    background: none !important;
}

.banner {
    display: block;
    position: relative;
    overflow: hidden;
}

.banner .banner_table {
    display: table;
    width: 100%;
    height: 100%;
}

.banner .banner_table_cell {
    display: table-cell;
    vertical-align: middle;
}

.banner .figure {
    display: block;
    overflow: hidden;
    height: 99%;
}

.banner .figure img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.banner .figcaption {
    display: block;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.banner .figcaption::before, .banner .figcaption::after {
    pointer-events: none;
}

.banner .figcaption .banner_title {
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    margin: 12px 0;
    padding: 0;
    text-decoration: none;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

a.bottom_banner_button:hover, a.bottom_banner_button:active {
    color: #fff;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .banner .figcaption .banner_title {
        font-size: 1.8em;
    }
}

.banner .figcaption .size-1 {
    font-size: 2.75em;
    line-height: 1.364em;
    font-weight: bold;
    letter-spacing: 0.07em;
    margin: 0 0 0.55em;
    padding: 0;
}

@media (max-width: 1199px) {
    .banner .figcaption .size-1 {
        font-size: 2.55em;
    }
}

@media (max-width: 767px) {
    .banner .figcaption .size-1 {
        font-size: 2.35em;
    }
}

.banner .figcaption .size-2 {
    font-size: 3.875em;
    line-height: 1em;
    font-weight: bold;
    letter-spacing: 0.07em;
    margin: 0 0 0.2em;
    padding: 0;
}

@media (max-width: 1199px) {
    .banner .figcaption .size-2 {
        font-size: 3.675em;
    }
}

@media (max-width: 767px) {
    .banner .figcaption .size-2 {
        font-size: 3.475em;
    }
}

.banner .figcaption .size-3, .banner .figcaption .size-3-1 {
    font-size: 5em;
    line-height: 1em;
    font-weight: bold;
    letter-spacing: 0.075em;
    margin: 0 0 16px;
    padding: 0;
    word-spacing: 0.1em;
}

.banner .figcaption .size-3-1 {
    margin-top: 6px;
}

.banner .figcaption .size-4 {
    font-size: 3.375em;
    line-height: 1.111em;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: -4px 0 20px;
}

.banner .figcaption .size-5 {
    font-size: 3.125em;
    letter-spacing: 5px;
    font-weight: 600;
}

@media (max-width: 1770px) {
    .banner .figcaption .size-5 {
        font-size: 2.5vw;
        letter-spacing: 3px;
    }
}

.banner .figcaption .size-6 {
    font-size: 2.375em;
    line-height: 1em;
    letter-spacing: 5px;
    font-weight: bold;
    margin: 0;
}

.banner .figcaption .size-40 {
    font-size: 2.5em;
    line-height: 1em;
    letter-spacing: 0px;
    font-weight: 500;
    margin: 0 0 27px 0;
    font-family: Ubuntu, sans-serif !important;
}

@media (max-width: 360px) {
    .banner .figcaption .size-40 {
        font-size: 1.5em;
        margin: 0 0 10px 0;
    }
}

@media (min-width: 768px) {
    .banner .figcaption .size-40 {
        font-size: 1.7em;
        margin: 0 0 20px 0;
    }
}

@media (min-width: 992px) {
    .banner .figcaption .size-40 {
        font-size: 1.8em;
        margin: 0 0 20px 0;
    }
}

@media (min-width: 1200px) {
    .banner .figcaption .size-40 {
        font-size: 2.2em;
        margin: 0 0 27px 0;
    }
}

@media (min-width: 1770px) {
    .banner .figcaption .size-40 {
        font-size: 2.5em;
        margin: 0 0 27px 0;
    }
}

.banner .figcaption .text {
    display: block;
    margin-bottom: 10px;
    font-size: 1.125em;
    line-height: 1em;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1px;
}

.banner .figcaption .text.size-1 {
    font-size: 1.375em;
    font-family: Roboto, sans-serif;
    font-style: italic;
    letter-spacing: 0;
    margin-bottom: 1.4em;
    margin-top: -2px;
}

.banner .figcaption .text.size-2 {
    font-size: 1.625em;
    font-weight: 300;
    letter-spacing: 0.04em;
}

.banner .figcaption .text.size-3 {
    font-size: 2.375em;
    font-weight: bold;
    letter-spacing: 2px;
}

.banner .figcaption .text.size-4 {
    font-size: 1.375em;
    font-family: Roboto, sans-serif;
    font-style: italic;
    letter-spacing: 0;
    margin-bottom: 1.833em;
    margin-top: -5px;
}

.banner .figcaption .text.size-5 {
    font-size: 1.375em;
    font-family: Roboto, sans-serif;
    font-style: italic;
    letter-spacing: 0;
    margin-bottom: 0.5em;
}

.banner .figcaption .font-size-50 {
    font-size: 50px;
}

.banner .figcaption .btn {
    opacity: 1;
    margin-top: 15px;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.banner .figcaption .btn.offset-top {
    margin-top: 36px;
}

}
@media (min-width: 1200px) {
    .banner .figcaption .size-6 {
        font-size: 1.8em !important;
    }
}

@media screen and (max-width: 1199px) {
    .banner .figcaption .size-3, .banner .figcaption .size-3-1 {
        font-size: 4em;
    }

    .banner .figcaption .size-4 {
        font-size: 2.375em;
    }

    .banner .figcaption .size-5 {
        font-size: 2.125em;
    }

    .banner .figcaption .size-6 {
        font-size: 1.375em;
    }

    .banner .figcaption .text {
        font-size: 1em;
    }

    .banner .figcaption .text.size-1 {
        font-size: 1.1em;
    }

    .banner .figcaption .text.size-2 {
        font-size: 1.3em;
    }

    .banner .figcaption .text.size-3 {
        font-size: 2em;
    }

    .banner .figcaption .btn {
        margin-top: 10px;
    }

    .banner .figcaption .btn.offset-top {
        margin-top: 20px;
    }
}

@media screen and (max-width: 991px) {
    .banner .figcaption .size-3, .banner .figcaption .size-3-1 {
        font-size: 3em;
    }

    .banner .figcaption .size-4 {
        font-size: 2em;
    }

    .banner .figcaption .size-5 {
        font-size: 1.55em;
    }

    .banner .figcaption .size-6 {
        font-size: 1em;
    }

    .banner .figcaption .text {
        font-size: 1em;
    }

    .banner .figcaption .text.size-1 {
        font-size: 1.1em;
    }

    .banner .figcaption .text.size-2 {
        font-size: 1.2em;
    }

    .banner .figcaption .text.size-3 {
        font-size: 1.4em;
    }

    .banner .figcaption .btn {
        margin-top: 10px;
        padding: 11px 20px 11px !important;
    }

    .banner .figcaption .btn.offset-top {
        margin-top: 15px;
    }
}

@media screen and (max-width: 479px) {
    .banner .figcaption .size-1 {
        font-size: 1.8em;
    }

    .banner .figcaption .size-2 {
        font-size: 1.7em;
    }

    .banner .figcaption .size-3, .banner .figcaption .size-3-1 {
        font-size: 4em;
    }

    .banner .figcaption .size-4 {
        font-size: 2.375em;
    }

    .banner .figcaption .size-5 {
        font-size: 1.125em;
    }

    .banner .figcaption .size-6 {
        font-size: 1.375em;
    }
}

.image_zoom .figure {
    -webkit-transform: translateZ(0);
}

.image_zoom .figure img {
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: scale(1);
    transform: scale(1);
    backface-visibility: hidden;
}

.image_zoom .figure:hover img {
    opacity: 0.9;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.banner_wrapper .row div {
    padding: 0;
    margin: 0;
}

.banner_wrapper .text-top .banner_table_cell {
    vertical-align: top !important;
    padding-top: 15% !important;
}

.banner_wrapper .text-left {
    text-align: left !important;
    padding-left: 9%;
    padding-right: 8.8%;
}

.banner_wrapper .text-right {
    text-align: right !important;
    padding-left: 5%;
    padding-right: 5%;
}

.banner_wrapper .text-center {
    padding-left: 5%;
    padding-right: 5%;
}

.banner_wrapper .text-center .block {
    padding-right: 25px;
    padding-left: 25px;
}

@media (max-width: 767px) {
    .banner_wrapper .text-center {
        padding-left: 1%;
        padding-right: 1%;
    }
}

@media (min-width: 768px) {
    .banner_wrapper .text-center {
        padding-left: 3%;
        padding-right: 3%;
    }
}

.banner_wrapper .btn-right-bottom .btn {
    position: absolute;
    right: 6%;
    bottom: 9%;
}

@media (max-width: 767px) {
    .banner_wrapper .btn-right-bottom .btn {
        padding-left: 0%;
        padding-right: 0%;
    }
}

.banner_wrapper .block-left-bottom {
    position: absolute;
    left: 6%;
    bottom: 9%;
    width: 50%;
    text-align: left;
}

@media (max-width: 767px) {
    .banner_wrapper .block-left-bottom {
        padding-left: 0%;
        padding-right: 0%;
    }
}

.banner_wrapper .block-top-md {
    margin-top: 20px;
}

.banner_wrapper .block-top-sm {
    margin-top: 10px;
}

.banner_wrapper .text-center-small {
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
}

.banner_wrapper .text-right-small {
    padding-left: 5%;
    padding-right: 5%;
    text-align: right;
}

.banner_wrapper .banner-md {
    height: 350px;
    width: 100%;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.banner_wrapper .banner-md .banner_table {
    height: 350px;
}

@media (max-width: 767px) {
    .banner_wrapper .banner-md {
        height: 258px;
    }

    .banner_wrapper .banner-md .banner_table {
        height: 258px;
    }
}

.banner_wrapper .banner-md:hover {
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
    background-color: #f5f5f5;
}

.banner_wrapper .banner-md:hover .figcaption {
    color: #333333;
}

.banner_wrapper .banner .figcaption {
    color: #fff;
}

.banner_wrapper .banner .figcaption span.text-color, .banner_wrapper .banner .figcaption span.text-color span, .banner_wrapper .banner .figcaption em.text-color, .banner_wrapper .banner .figcaption em.text-color span {
    color: #828181;
}

.banner_wrapper .banner .figcaption span.text-dark, .banner_wrapper .banner .figcaption span.text-dark span, .banner_wrapper .banner .figcaption em.text-dark, .banner_wrapper .banner .figcaption em.text-dark span {
    color: #333333;
}

.banner_wrapper .banner .figcaption span.color-yellow, .banner_wrapper .banner .figcaption span.color-yellow span, .banner_wrapper .banner .figcaption em.color-yellow, .banner_wrapper .banner .figcaption em.color-yellow span {
    color: #feea3a;
}

.banner_wrapper .banner .figcaption span.color-yellow:hover, .banner_wrapper .banner .figcaption span.color-yellow span:hover, .banner_wrapper .banner .figcaption em.color-yellow:hover, .banner_wrapper .banner .figcaption em.color-yellow span:hover {
    color: #fff;
}

.banner_wrapper .banner .figcaption span.color-yellow:hover span, .banner_wrapper .banner .figcaption span.color-yellow span:hover span, .banner_wrapper .banner .figcaption em.color-yellow:hover span, .banner_wrapper .banner .figcaption em.color-yellow span:hover span {
    color: #fff;
}

.banner_wrapper .banner .figcaption .block {
    display: block;
}

.banner_wrapper .banner .figcaption .top-indent {
    margin-top: 23% !important;
}

.banner_wrapper .banner .figcaption .banner_top_margin_sm {
    margin-top: 2% !important;
}

.banner_wrapper .banner .figcaption .banner_top_margin_sm1 {
    margin-top: 3% !important;
}

.banner_wrapper .banner .figcaption .banner_top_margin_md {
    margin-top: 5% !important;
}

@media (max-width: 767px) {
    .banner_wrapper .banner .figcaption .text-overflow-ellipsis {
        text-overflow: ellipsis;
        overflow: hidden;
        height: 50px;
    }
}

.banner_wrapper .banner .figcaption .font-bold {
    font-weight: bold;
}

.banner_wrapper .banner .figcaption .font-medium {
    font-weight: 500;
}

.banner_wrapper .banner .figcaption .font-light {
    font-weight: lighter;
}

.banner_wrapper .banner .figcaption .wrapper-green {
    display: inline-block;
    padding: 0 16px 4px 16px;
    background-color: #41df7c;
}

.banner_wrapper .banner .figcaption .wrapper-coquelicot {
    display: inline-block;
    padding: 0 16px 1px 16px;
    background-color: #fd6940;
}

.banner_wrapper .banner .figcaption .line-height-md {
    line-height: 38px !important;
}

@media (max-width: 767px) {
    .banner_wrapper .banner .figcaption .line-height-md {
        line-height: 24px !important;
    }
}

@media (min-width: 768px) {
    .banner_wrapper .banner .figcaption .line-height-md {
        line-height: 27px !important;
    }
}

@media (min-width: 992px) {
    .banner_wrapper .banner .figcaption .line-height-md {
        line-height: 27px !important;
    }
}

@media (min-width: 1200px) {
    .banner_wrapper .banner .figcaption .line-height-md {
        line-height: 33px !important;
    }
}

@media (min-width: 1770px) {
    .banner_wrapper .banner .figcaption .line-height-md {
        line-height: 38px !important;
    }
}

.banner_wrapper .banner .figcaption .font-size-160 {
    font-size: 160px;
    line-height: 1.1em;
}

@media (max-width: 767px) {
    .banner_wrapper .banner .figcaption .font-size-160 {
        font-size: 90px;
    }
}

@media (min-width: 768px) {
    .banner_wrapper .banner .figcaption .font-size-160 {
        font-size: 91px;
    }
}

@media (min-width: 992px) {
    .banner_wrapper .banner .figcaption .font-size-160 {
        font-size: 93px;
    }
}

@media (min-width: 1200px) {
    .banner_wrapper .banner .figcaption .font-size-160 {
        font-size: 115px;
    }
}

@media (min-width: 1770px) {
    .banner_wrapper .banner .figcaption .font-size-160 {
        font-size: 160px;
    }
}

@media (max-width: 500px) {
    .banner_wrapper .banner .figcaption .font-size-160 {
        font-size: 70px;
    }
}

@media (max-width: 400px) {
    .banner_wrapper .banner .figcaption .font-size-160 {
        font-size: 50px;
    }
}

.banner_wrapper .banner .figcaption .font-size-100 {
    font-size: 100px;
    line-height: 1.15em;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .banner_wrapper .banner .figcaption .font-size-100 {
        font-size: 50px;
    }
}

@media (min-width: 768px) {
    .banner_wrapper .banner .figcaption .font-size-100 {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .banner_wrapper .banner .figcaption .font-size-100 {
        font-size: 70px;
    }
}

@media (min-width: 1200px) {
    .banner_wrapper .banner .figcaption .font-size-100 {
        font-size: 90px;
    }
}

@media (min-width: 1770px) {
    .banner_wrapper .banner .figcaption .font-size-100 {
        font-size: 100px;
    }
}

@media (max-width: 400px) {
    .banner_wrapper .banner .figcaption .font-size-100 {
        font-size: 40px;
    }
}

.banner_wrapper .banner .figcaption .font-size-96 {
    font-size: 96px;
    line-height: 0.96em;
    padding-bottom: 0px;
}

@media (max-width: 767px) {
    .banner_wrapper .banner .figcaption .font-size-96 {
        font-size: 46px;
    }
}

@media (min-width: 768px) {
    .banner_wrapper .banner .figcaption .font-size-96 {
        font-size: 46px;
    }
}

@media (min-width: 992px) {
    .banner_wrapper .banner .figcaption .font-size-96 {
        font-size: 66px;
    }
}

@media (min-width: 1200px) {
    .banner_wrapper .banner .figcaption .font-size-96 {
        font-size: 86px;
    }
}

@media (min-width: 1770px) {
    .banner_wrapper .banner .figcaption .font-size-96 {
        font-size: 96px;
    }
}

@media (max-width: 400px) {
    .banner_wrapper .banner .figcaption .font-size-96 {
        font-size: 36px;
    }
}

.banner_wrapper .banner .figcaption .font-size-90 {
    font-size: 90px;
    line-height: 1.15em;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .banner_wrapper .banner .figcaption .font-size-90 {
        font-size: 30px;
    }
}

@media (min-width: 768px) {
    .banner_wrapper .banner .figcaption .font-size-90 {
        font-size: 40px;
    }
}

@media (min-width: 992px) {
    .banner_wrapper .banner .figcaption .font-size-90 {
        font-size: 50px;
    }
}

@media (min-width: 1200px) {
    .banner_wrapper .banner .figcaption .font-size-90 {
        font-size: 60px;
    }
}

@media (min-width: 1770px) {
    .banner_wrapper .banner .figcaption .font-size-90 {
        font-size: 90px;
    }
}

@media (max-width: 400px) {
    .banner_wrapper .banner .figcaption .font-size-90 {
        font-size: 30px;
    }
}

.banner_wrapper .banner .figcaption .font-size-88 {
    font-size: 90px;
    line-height: 1.15em;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .banner_wrapper .banner .figcaption .font-size-88 {
        font-size: 30px;
    }
}

@media (min-width: 768px) {
    .banner_wrapper .banner .figcaption .font-size-88 {
        font-size: 40px;
    }
}

@media (min-width: 992px) {
    .banner_wrapper .banner .figcaption .font-size-88 {
        font-size: 50px;
    }
}

@media (min-width: 1200px) {
    .banner_wrapper .banner .figcaption .font-size-88 {
        font-size: 60px;
    }
}

@media (min-width: 1770px) {
    .banner_wrapper .banner .figcaption .font-size-88 {
        font-size: 88px;
    }
}

@media (max-width: 400px) {
    .banner_wrapper .banner .figcaption .font-size-88 {
        font-size: 30px;
    }
}

.banner_wrapper .banner .figcaption .font-size-82 {
    font-size: 5.125em;
    line-height: 1.15em;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .banner_wrapper .banner .figcaption .font-size-82 {
        font-size: 27px;
    }
}

@media (min-width: 768px) {
    .banner_wrapper .banner .figcaption .font-size-82 {
        font-size: 37px;
    }
}

@media (min-width: 992px) {
    .banner_wrapper .banner .figcaption .font-size-82 {
        font-size: 43px;
    }
}

@media (min-width: 1200px) {
    .banner_wrapper .banner .figcaption .font-size-82 {
        font-size: 55px;
    }
}

@media (min-width: 1770px) {
    .banner_wrapper .banner .figcaption .font-size-82 {
        font-size: 82px;
    }
}

@media (max-width: 400px) {
    .banner_wrapper .banner .figcaption .font-size-82 {
        font-size: 22px;
    }
}

.banner_wrapper .banner .figcaption .font-size-80 {
    font-size: 80px;
    line-height: 1.15em;
    padding-bottom: 10px;
}

@media (max-width: 400px) {
    .banner_wrapper .banner .figcaption .font-size-80 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .banner_wrapper .banner .figcaption .font-size-80 {
        font-size: 25px;
    }
}

@media (min-width: 768px) {
    .banner_wrapper .banner .figcaption .font-size-80 {
        font-size: 35px;
    }
}

@media (min-width: 992px) {
    .banner_wrapper .banner .figcaption .font-size-80 {
        font-size: 45px;
    }
}

@media (min-width: 1200px) {
    .banner_wrapper .banner .figcaption .font-size-80 {
        font-size: 55px;
    }
}

@media (min-width: 1770px) {
    .banner_wrapper .banner .figcaption .font-size-80 {
        font-size: 80px;
    }
}

.banner_wrapper .banner .figcaption .font-size-70 {
    font-size: 70px;
    line-height: 1.15em;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .banner_wrapper .banner .figcaption .font-size-70 {
        font-size: 25px;
    }
}

@media (min-width: 768px) {
    .banner_wrapper .banner .figcaption .font-size-70 {
        font-size: 30px;
    }
}

@media (min-width: 992px) {
    .banner_wrapper .banner .figcaption .font-size-70 {
        font-size: 40px;
    }
}

@media (min-width: 1200px) {
    .banner_wrapper .banner .figcaption .font-size-70 {
        font-size: 50px;
    }
}

@media (min-width: 1770px) {
    .banner_wrapper .banner .figcaption .font-size-70 {
        font-size: 70px;
    }
}

.banner_wrapper .banner .figcaption .font-size-68 {
    font-size: 70px;
    line-height: 1.15em;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .banner_wrapper .banner .figcaption .font-size-68 {
        font-size: 23px;
    }
}

@media (min-width: 768px) {
    .banner_wrapper .banner .figcaption .font-size-68 {
        font-size: 28px;
    }
}

@media (min-width: 992px) {
    .banner_wrapper .banner .figcaption .font-size-68 {
        font-size: 38px;
    }
}

@media (min-width: 1200px) {
    .banner_wrapper .banner .figcaption .font-size-68 {
        font-size: 48px;
    }
}

@media (min-width: 1770px) {
    .banner_wrapper .banner .figcaption .font-size-68 {
        font-size: 68px;
    }
}

.banner_wrapper .banner .figcaption .font-size-62 {
    font-size: 62px;
    line-height: 1.15em;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .banner_wrapper .banner .figcaption .font-size-62 {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .banner_wrapper .banner .figcaption .font-size-62 {
        font-size: 22px;
    }
}

@media (min-width: 992px) {
    .banner_wrapper .banner .figcaption .font-size-62 {
        font-size: 32px;
    }
}

@media (min-width: 1200px) {
    .banner_wrapper .banner .figcaption .font-size-62 {
        font-size: 42px;
    }
}

@media (min-width: 1770px) {
    .banner_wrapper .banner .figcaption .font-size-62 {
        font-size: 62px;
    }
}

.banner_wrapper .banner .figcaption .font-size-54 {
    font-size: 54px;
    line-height: 1.1em;
}

@media (max-width: 400px) {
    .banner_wrapper .banner .figcaption .font-size-54 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .banner_wrapper .banner .figcaption .font-size-54 {
        font-size: 34px;
    }
}

@media (min-width: 768px) {
    .banner_wrapper .banner .figcaption .font-size-54 {
        font-size: 34px;
    }
}

@media (min-width: 992px) {
    .banner_wrapper .banner .figcaption .font-size-54 {
        font-size: 34px;
    }
}

@media (min-width: 1200px) {
    .banner_wrapper .banner .figcaption .font-size-54 {
        font-size: 44px;
    }
}

@media (min-width: 1770px) {
    .banner_wrapper .banner .figcaption .font-size-54 {
        font-size: 54px;
    }
}

.banner_wrapper .banner .figcaption .font-size-52 {
    font-size: 54px;
    line-height: 1.1em;
}

@media (max-width: 400px) {
    .banner_wrapper .banner .figcaption .font-size-52 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .banner_wrapper .banner .figcaption .font-size-52 {
        font-size: 32px;
    }
}

@media (min-width: 768px) {
    .banner_wrapper .banner .figcaption .font-size-52 {
        font-size: 32px;
    }
}

@media (min-width: 992px) {
    .banner_wrapper .banner .figcaption .font-size-52 {
        font-size: 32px;
    }
}

@media (min-width: 1200px) {
    .banner_wrapper .banner .figcaption .font-size-52 {
        font-size: 42px;
    }
}

@media (min-width: 1770px) {
    .banner_wrapper .banner .figcaption .font-size-52 {
        font-size: 52px;
    }
}

.banner_wrapper .banner .figcaption .font-size-50 {
    font-size: 50px;
    line-height: 1.1em;
}

@media (max-width: 400px) {
    .banner_wrapper .banner .figcaption .font-size-50 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .banner_wrapper .banner .figcaption .font-size-50 {
        font-size: 30px;
    }
}

@media (min-width: 768px) {
    .banner_wrapper .banner .figcaption .font-size-50 {
        font-size: 30px;
    }
}

@media (min-width: 992px) {
    .banner_wrapper .banner .figcaption .font-size-50 {
        font-size: 30px;
    }
}

@media (min-width: 1200px) {
    .banner_wrapper .banner .figcaption .font-size-50 {
        font-size: 40px;
    }
}

@media (min-width: 1770px) {
    .banner_wrapper .banner .figcaption .font-size-50 {
        font-size: 50px;
    }
}

.banner_wrapper .banner .figcaption .font-size-46 {
    font-size: 46px;
    line-height: 1.1em;
}

@media (max-width: 767px) {
    .banner_wrapper .banner .figcaption .font-size-46 {
        font-size: 30px;
    }
}

@media (min-width: 768px) {
    .banner_wrapper .banner .figcaption .font-size-46 {
        font-size: 30px;
    }
}

@media (min-width: 992px) {
    .banner_wrapper .banner .figcaption .font-size-46 {
        font-size: 30px;
    }
}

@media (min-width: 1200px) {
    .banner_wrapper .banner .figcaption .font-size-46 {
        font-size: 40px;
    }
}

@media (min-width: 1770px) {
    .banner_wrapper .banner .figcaption .font-size-46 {
        font-size: 46px;
    }
}

@media (max-width: 400px) {
    .banner_wrapper .banner .figcaption .font-size-46 {
        font-size: 20px;
    }
}

.banner_wrapper .banner .figcaption .font-size-40 {
    font-size: 40px;
    line-height: 1.1em;
}

@media (max-width: 767px) {
    .banner_wrapper .banner .figcaption .font-size-40 {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .banner_wrapper .banner .figcaption .font-size-40 {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .banner_wrapper .banner .figcaption .font-size-40 {
        font-size: 24px;
    }
}

@media (min-width: 1200px) {
    .banner_wrapper .banner .figcaption .font-size-40 {
        font-size: 30px;
    }
}

@media (min-width: 1770px) {
    .banner_wrapper .banner .figcaption .font-size-40 {
        font-size: 40px;
    }
}

@media (max-width: 400px) {
    .banner_wrapper .banner .figcaption .font-size-40 {
        font-size: 20px;
    }
}

.banner_wrapper .banner .figcaption .font-size-38 {
    font-size: 50px;
    line-height: 1.1em;
}

@media (max-width: 767px) {
    .banner_wrapper .banner .figcaption .font-size-38 {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .banner_wrapper .banner .figcaption .font-size-38 {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .banner_wrapper .banner .figcaption .font-size-38 {
        font-size: 24px;
    }
}

@media (min-width: 1200px) {
    .banner_wrapper .banner .figcaption .font-size-38 {
        font-size: 30px;
    }
}

@media (min-width: 1770px) {
    .banner_wrapper .banner .figcaption .font-size-38 {
        font-size: 38px;
    }
}

@media (max-width: 400px) {
    .banner_wrapper .banner .figcaption .font-size-38 {
        font-size: 20px;
    }
}

.banner_wrapper .banner .figcaption .font-size-30 {
    font-size: 30px;
    line-height: 1.15em;
}

@media (max-width: 767px) {
    .banner_wrapper .banner .figcaption .font-size-30 {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .banner_wrapper .banner .figcaption .font-size-30 {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .banner_wrapper .banner .figcaption .font-size-30 {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .banner_wrapper .banner .figcaption .font-size-30 {
        font-size: 25px;
    }
}

@media (min-width: 1770px) {
    .banner_wrapper .banner .figcaption .font-size-30 {
        font-size: 30px;
    }
}

.banner_wrapper .banner .figcaption .font-size-26 {
    font-size: 26px;
    line-height: 1.15em;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .banner_wrapper .banner .figcaption .font-size-26 {
        font-size: 15px;
    }
}

@media (min-width: 768px) {
    .banner_wrapper .banner .figcaption .font-size-26 {
        font-size: 17px;
    }
}

@media (min-width: 992px) {
    .banner_wrapper .banner .figcaption .font-size-26 {
        font-size: 17px;
    }
}

@media (min-width: 1200px) {
    .banner_wrapper .banner .figcaption .font-size-26 {
        font-size: 21px;
    }
}

@media (min-width: 1770px) {
    .banner_wrapper .banner .figcaption .font-size-26 {
        font-size: 26px;
    }
}

.banner_wrapper .banner .figcaption .font-size-24 {
    font-size: 26px;
    line-height: 1.15em;
}

@media (max-width: 767px) {
    .banner_wrapper .banner .figcaption .font-size-24 {
        font-size: 15px;
    }
}

@media (min-width: 768px) {
    .banner_wrapper .banner .figcaption .font-size-24 {
        font-size: 17px;
    }
}

@media (min-width: 992px) {
    .banner_wrapper .banner .figcaption .font-size-24 {
        font-size: 17px;
    }
}

@media (min-width: 1200px) {
    .banner_wrapper .banner .figcaption .font-size-24 {
        font-size: 20px;
    }
}

@media (min-width: 1770px) {
    .banner_wrapper .banner .figcaption .font-size-24 {
        font-size: 24px;
    }
}

.banner_wrapper .banner .figcaption .font-size-22 {
    font-size: 22px;
    line-height: 1.15em;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .banner_wrapper .banner .figcaption .font-size-22 {
        font-size: 15px;
    }
}

@media (min-width: 768px) {
    .banner_wrapper .banner .figcaption .font-size-22 {
        font-size: 17px;
    }
}

@media (min-width: 992px) {
    .banner_wrapper .banner .figcaption .font-size-22 {
        font-size: 17px;
    }
}

@media (min-width: 1200px) {
    .banner_wrapper .banner .figcaption .font-size-22 {
        font-size: 17px;
    }
}

@media (min-width: 1770px) {
    .banner_wrapper .banner .figcaption .font-size-22 {
        font-size: 22px;
    }
}

.banner_wrapper .banner .figcaption .font-size-21 {
    font-size: 21px;
    line-height: 1.15em;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .banner_wrapper .banner .figcaption .font-size-21 {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .banner_wrapper .banner .figcaption .font-size-21 {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .banner_wrapper .banner .figcaption .font-size-21 {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .banner_wrapper .banner .figcaption .font-size-21 {
        font-size: 16px;
    }
}

@media (min-width: 1770px) {
    .banner_wrapper .banner .figcaption .font-size-21 {
        font-size: 21px;
    }
}

.banner_wrapper .banner .figcaption .font-size-20 {
    font-size: 1.250em;
    line-height: 1.15em;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .banner_wrapper .banner .figcaption .font-size-20 {
        font-size: 13px;
    }
}

@media (min-width: 768px) {
    .banner_wrapper .banner .figcaption .font-size-20 {
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    .banner_wrapper .banner .figcaption .font-size-20 {
        font-size: 15px;
    }
}

@media (min-width: 1200px) {
    .banner_wrapper .banner .figcaption .font-size-20 {
        font-size: 15px;
    }
}

@media (min-width: 1770px) {
    .banner_wrapper .banner .figcaption .font-size-20 {
        font-size: 20px;
    }
}

.banner_wrapper .banner .figcaption .line-height-small {
    line-height: 1em;
}

.banner_wrapper .banner .figcaption .text_sm {
    color: #fff;
    display: block;
    padding-bottom: 22px;
}

@media (max-width: 767px) {
    .banner_wrapper .banner .figcaption .text_sm {
        font-size: 11px;
        padding-bottom: 0px;
    }
}

@media (min-width: 768px) {
    .banner_wrapper .banner .figcaption .text_sm {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .banner_wrapper .banner .figcaption .text_sm {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .banner_wrapper .banner .figcaption .text_sm {
        font-size: 14px;
    }
}

@media (min-width: 1770px) {
    .banner_wrapper .banner .figcaption .text_sm {
        font-size: 16px;
    }
}

.banner_wrapper .banner .figcaption .link-btn-20 {
    font-size: 1.250em;
    line-height: 1em;
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    -ms-transition: all 0.3s 0s ease;
    -o-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
}

.banner_wrapper .banner .figcaption .link-btn-20 span {
    font-size: 2.250em;
    line-height: 1em;
    position: relative;
    top: 0.32em;
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    -ms-transition: all 0.3s 0s ease;
    -o-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
}

@media (max-width: 767px) {
    .banner_wrapper .banner .figcaption .link-btn-20 {
        font-size: 1.150em;
    }

    .banner_wrapper .banner .figcaption .link-btn-20 span {
        font-size: 1.8em;
        top: 0.33em;
    }
}

#slideshow {
    overflow: hidden;
}

.slider-loading ul li {
    display: none;
}

.slider-loading ul li:first-child {
    display: block;
}

.slider-loading img {
    height: auto;
    width: 100%;
}

.col-xs-12.slider {
    padding: 0;
}

.tp-banner {
    font-size: 10px;
    z-index: 1;
    position: relative;
}

.slideshow_container {
    width: 100%;
    position: relative;
    padding: 0;
    z-index: 1;
}

.slider_button .tp-banner, .slider_button .slideshow_container {
    z-index: -1;
}

.tparrows.hidearrows {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.tp-leftarrow.default {
    z-index: 1;
    cursor: pointer;
    position: relative;
    background: none !important;
    width: 40px;
    height: 40px;
}

.tp-rightarrow.default {
    z-index: 1;
    cursor: pointer;
    position: relative;
    background: none !important;
    width: 40px;
    height: 40px;
}

.tp-leftarrow.default, .tp-rightarrow.default {
    top: 50% !important;
    margin-top: -20px !important;
    color: #d2d2d2;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.tp-leftarrow.default:hover, .tp-rightarrow.default:hover {
    color: #ffffff;
}

.tp-leftarrow.default:before, .tp-rightarrow.default:before {
    font-family: 'Material Icons';
    font-size: 39px;
    line-height: 40px;
    cursor: pointer;
}

.tp-leftarrow.default:before {
    content: "\e408";
}

.tp-rightarrow.default:before {
    content: "\e409";
}

@media (max-width: 767px) {
    .tp-leftarrow.default {
        left: 0 !important;
    }

    .tp-rightarrow.default {
        right: 0 !important;
    }
}

.social_media {
    margin-bottom: 2.438em;
    overflow: hidden;
}

.social_media ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social_media ul li {
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.social_media ul a {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.social_media:hover ul a:hover {
    text-decoration: none;
}

.social_media.social_media_icons_large .icon {
    font-size: 27px;
}

.social_media.social_media_icons_large .icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
}

.social_media.text-center ul {
    display: inline-block;
}

@media (max-width: 767px) {
    footer .social_media ul {
        display: table;
        margin-right: auto;
        margin-left: auto;
    }

    footer .social_media ul li {
        margin-right: 5px;
    }
}

.contact_us_social_media {
    margin-bottom: 2.438em;
    overflow: hidden;
}

.contact_us_social_media ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact_us_social_media ul li {
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.contact_us_social_media ul a {
    text-decoration: none;
    display: inline-block;
    color: #ffffff;
    background-color: #adadad;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.contact_us_social_media:hover ul a:hover {
    text-decoration: none;
}

.contact_us_social_media.social_media_icons_large .icon {
    font-size: 27px;
}

.contact_us_social_media.social_media_icons_large .icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
}

.contact_us_social_media.text-center ul {
    display: inline-block;
}

body.boxed .breadcrumbs_wrapper {
    padding-left: 0;
    padding-right: 0;
}

.breadcrumbs_wrapper {
    margin-bottom: 14px;
    padding: 10px 0 10px;
}

.breadcrumbs_wrapper .breadcrumb.breadcrumb_content {
    display: inline-block;
    background-color: transparent;
    padding: 15px 0 10px;
    border-radius: 0;
    margin: 0;
    font-size: 0.75em;
    line-height: 1.583em;
}

.breadcrumbs_wrapper .breadcrumb.breadcrumb_content > li.home-link a {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #f5f5f5;
    font-size: 0px;
    line-height: 26px;
    text-align: center;
}

.breadcrumbs_wrapper .breadcrumb.breadcrumb_content > li.home-link a:before {
    font-size: 15px;
}

.breadcrumbs_wrapper .breadcrumb.breadcrumb_content > li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px;
}

.breadcrumbs_wrapper .breadcrumb.breadcrumb_content > li:first-child {
    padding-left: 0;
}

.breadcrumbs_wrapper .breadcrumb.breadcrumb_content > li + li:before {
    display: block;
    position: absolute;
    left: 0;
    width: 1px;
    height: 19px;
    border-left: 1px solid #e5e5e5;
    content: "";
}

.breadcrumbs_wrapper .breadcrumb.breadcrumb_content > .active {
    color: #333333;
}

@media (min-width: 1025px) {
    .breadcrumbs_wrapper .container {
        border-top: 1px solid #e5e5e5;
    }

    .breadcrumbs_wrapper.no_border .container {
        border-top: 0px;
    }

    body.boxed .breadcrumbs_wrapper {
        border-top: 1px solid #e5e5e5;
    }
}

@media (max-width: 767px) {
    .breadcrumbs_wrapper {
        margin-bottom: 0;
    }
}

.accordian_sideboxes {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 12px;
    padding-bottom: 14px;
}

.accordian_sideboxes_content {
    display: none;
    padding-bottom: 19px;
    margin: 10px 0 0;
}

.accordian_sideboxes_content > p:first-child {
    margin-top: 10px;
}

.accordian_sideboxes_title {
    cursor: pointer;
    padding: 14px 20px 12px 0;
    text-transform: uppercase;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    position: relative;
    font-size: 1.25em;
    margin: 0 0 15px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.accordian_sideboxes_title:after {
    position: absolute;
    display: block;
    top: 15px;
    right: -5px;
    font-family: 'Material Icons';
    font-size: 22px;
    content: "\e145";
    line-height: 1em;
}

.open > .accordian_sideboxes_title:after {
    content: "\e15b";
}

.accordian_sideboxes:last-child {
    border-bottom: 0;
}

.accordian_sideboxes .attributes_image {
    margin: 14px 0 -10px -4px;
}

@media (max-width: 992px) {
    .accordian_sideboxes {
        margin-bottom: 0;
    }

    .accordion_list {
        margin: 0;
    }

    .accordion_list ul {
        margin: 0;
    }

    .accordion_list > li > a {
        padding-top: 7px;
        display: inline-block;
    }
}

.accordion_list {
    margin: 0 0 -16px;
    padding: 0;
    list-style-type: none;
}

.accordion_list > li {
    padding: 7px 0;
}

.accordion_list > li a:hover {
    text-decoration: none;
}

.accordion_list > li > a {
    text-transform: uppercase;
    color: #333333;
    font-weight: 500;
    text-decoration: none !important;
}

.accordion_list ul {
    display: none;
    margin: 10px 0 -5px;
    padding: 0;
    list-style-type: none;
}

.accordion_list .expander:before {
    font-family: 'Material Icons';
    font-size: 22px;
    content: "\e5cf";
    line-height: 1em;
}

.accordion_list ul li {
    padding: 4px 0 3px;
}

.accordion_list ul li a {
    font-weight: 300;
    text-transform: capitalize;
}

li.open .accordion_list ul {
    display: block;
}

.accordion_list li {
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.accordion_list .expander {
    position: absolute;
    display: block;
    top: 10px;
    right: -5px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    text-align: right;
}

#categories_sidebox li.submenu > a:before {
    font-family: 'Material Icons';
    font-size: 22px;
    content: "\e5cf";
    line-height: 1em;
    position: absolute;
    right: 0;
}

#categories_sidebox li.submenu > a.active:before {
    content: "\e5ce";
}

.vertical_carousel {
    padding: 0 0 40px;
    margin: 0 0 -3px;
}

.vertical_carousel_product {
    display: block;
    width: 100%;
    position: relative;
    margin: 0 0 10px;
    padding: 10px 0 5px 0;
    min-height: 125px;
}

.vertical_carousel_product_image {
    width: 80px;
    height: auto;
}

.vertical_carousel_product_image img {
    width: 100%;
    height: auto;
}

.vertical_carousel_product .price_wrapper {
    margin: 0 0 0 100px;
    padding: 0 0 2px;
    font-size: 1.25em;
    text-align: left;
}

.vertical_carousel_product .price_wrapper del {
    font-size: 90%;
    display: block;
    padding: 5px 0 0 0;
}

.vertical_carousel_product .review_rating {
    margin: 5px 0 5px 100px;
    font-size: 0.75em;
    text-align: left;
}

.vertical_carousel_product_title {
    margin: 0 0 0 100px;
}

.vertical_carousel_product_title h2 {
    font-size: 1em;
    line-height: 1.6875em;
    padding: 0 0 4px 0;
    font-weight: normal;
    margin: -7px 0 0 0;
    letter-spacing: 0;
}

.vertical_carousel_product_title h2 a {
    color: #828181;
}

.vertical_carousel_product_title h2 a:hover {
    text-decoration: none;
}

.vertical_carousel.special_carousel {
    margin-top: -9px;
    padding-bottom: 0;
}

.vertical_carousel.special_carousel .vertical_carousel_product:first-child {
    border-top: none;
}

.vertical_carousel.special_carousel .vertical_carousel_product {
    min-height: 175px;
    padding-top: 20px;
    margin-top: 18px;
    border-top: 1px solid #e5e5e5;
}

.vertical_carousel.special_carousel .vertical_carousel_product_image {
    width: 120px;
}

.vertical_carousel.special_carousel .price_wrapper, .vertical_carousel.special_carousel .review_rating, .vertical_carousel.special_carousel .vertical_carousel_product_title {
    margin: 0 0 0 140px;
}

.vertical_carousel.special_carousel .product_icon_sale {
    top: 30px !important;
    left: 10px;
    font-size: 10px;
    font-weight: 300;
    padding: 4px 5px 3px;
}

.vertical_carousel.special_carousel h2 {
    line-height: 1.5em;
    padding: 0 0 8px 0;
}

.vertical_carousel .slick-prev, .vertical_carousel .slick-next {
    top: auto;
    bottom: 0;
    width: 40px;
    height: 40px;
    background-color: #f5f5f5;
    color: #333333;
}

.vertical_carousel .slick-prev:hover, .vertical_carousel .slick-next:hover {
    top: auto;
    bottom: 0;
    width: 40px;
    height: 40px;
    color: #ffffff;
}

.vertical_carousel .slick-prev:before {
    content: "\e313" !important;
}

.vertical_carousel .slick-next:before {
    content: "\e316";
}

.vertical_carousel .slick-prev:before, .vertical_carousel .slick-next:before {
    font-size: 30px;
    line-height: 40px;
}

.vertical_carousel .slick-prev {
    left: 0;
}

.vertical_carousel .slick-next {
    left: 50px;
    right: auto;
}

.subcategory_wrapper {
    display: inline-block;
    float: none;
    vertical-align: top;
    /*margin-bottom: 40px;*/
    margin-right: -4px;
    text-align: center;
}

.subcategory_wrapper .figure {
    display: block;
    max-width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.subcategory_wrapper .figure img {
    width: auto;
    height: auto;
    display: inline-flex;
}

.subcategory_wrapper .figure::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.subcategory_wrapper a {
    text-decoration: none;
}

.subcategory_wrapper a:hover {
    text-decoration: none;
}

.subcategory_wrapper a:hover .figure::before {
    opacity: 0;
}

.subcategory_wrapper_title {
    font-size: 1.25em;
    line-height: 1em;
    font-weight: 500;
    margin-bottom: 10px;
    color: #333333;
    text-transform: uppercase;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.subcategory_wrapper_title a {
    color: #333333;
}

.subcategory_wrapper_title a:hover {
    text-decoration: none;
}

.filters_wrapper {
    position: relative;
    padding: 28px 0 20px;
    border-top: 1px solid #e5e5e5;
    display: inline-block;
    width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .filters_wrapper {
        padding-bottom: 60px;
    }
}

@media (min-width: 992px) {
    #column_left.columnLeft {
        position: relative;
        padding-right: 47px;
        margin-top: -12px;
    }

    #column_left.columnLeft:after {
        content: '';
        position: absolute;
        right: 15px;
        top: 15px;
        width: 1px;
        height: 100%;
        background: #e5e5e5;
    }
}

@media (max-width: 991px) {
    #column_left.columnLeft {
        position: fixed;
        display: block;
        margin: 0;
        padding: 0;
        background: #fff;
        list-style: none;
        z-index: 999999999999999;
        top: 0;
        left: -150%;
        height: 100%;
        width: 270px;
        text-align: left;
        overflow: scroll;
    }

    #column_left.columnLeft .accordian_sideboxes {
        padding: 0 20px;
    }

    #column_left.columnLeft.column-open {
        left: 0;
        -webkit-transition: left 300ms linear 0s;
        -moz-transition: left 300ms linear 0s;
        -ms-transition: left 300ms linear 0s;
        -o-transition: left 300ms linear 0s;
        transition: left 300ms linear 0s;
    }

    #column_left.columnLeft .filters-block {
        padding: 15px 20px;
        border-bottom: 1px solid #e5e5e5;
    }
}

#column_left.columnLeft.column-open {
    padding-top: 59px !important;
}

@media (min-width: 992px) {
    #column_right.columnRight {
        position: relative;
        padding-left: 47px;
        margin-top: 0px;
    }

    #column_right.columnRight:after {
        content: '';
        position: absolute;
        left: 15px;
        top: 15px;
        width: 1px;
        height: 100%;
        background: #e5e5e5;
    }
}

@media (max-width: 1199px) {
    #column_right.columnRight {
        padding-left: 15px;
    }

    #column_right.columnRight:after {
        display: none;
    }
}

.without-left-col#column_left.columnLeft {
    position: fixed;
    display: block;
    margin: 0;
    padding: 0;
    background: #fff;
    list-style: none;
    z-index: 1000001;
    top: 0;
    left: -150%;
    height: 100%;
    width: 320px;
    text-align: left;
    overflow: auto;
    -webkit-transition: left 300ms linear 0s;
    -moz-transition: left 300ms linear 0s;
    -ms-transition: left 300ms linear 0s;
    -o-transition: left 300ms linear 0s;
    transition: left 300ms linear 0s;
}

.without-left-col#column_left.columnLeft:after {
    display: none;
}

@media (max-width: 767px) {
    .without-left-col#column_left.columnLeft {
        width: 270px;
    }
}

.without-left-col#column_left.columnLeft .accordian_sideboxes {
    padding: 0 20px;
}

.without-left-col#column_left.columnLeft.column-open {
    left: 0;
    -webkit-transition: left 300ms linear 0s;
    -moz-transition: left 300ms linear 0s;
    -ms-transition: left 300ms linear 0s;
    -o-transition: left 300ms linear 0s;
    transition: left 300ms linear 0s;
}

.without-left-col#column_left.columnLeft .filters-block {
    padding: 15px 20px;
    border-bottom: 1px solid #e5e5e5;
}

.without-left-col#column_left.columnLeft .accordian_sideboxes {
    padding: 0 20px;
}

.back_to_top {
    background: linear-gradient(#0000, rgb(0 0 0/20%)) top/100% 800%;
    transition: 0.5s;
    text-decoration: none;
    cursor: pointer;
    width: 56px;
    height: 56px;
    z-index: 999;
    position: fixed;
    right: 32px;
    bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.4);
  }
   .back_to_top:hover {
     background-position: bottom;
  }

   .back_to_top svg.icon__arrow-up {
       width: 32px;
       height: 32px;
  }

@-webkit-keyframes animation-arrow-top {
    0% {
        line-height: 1.4em;
    }
    100% {
        line-height: 1.1em;
    }
}

@-moz-keyframes animation-arrow-top {
    0% {
        line-height: 1.4em;
    }
    100% {
        line-height: 1.1em;
    }
}

@-o-keyframes animation-arrow-top {
    0% {
        line-height: 1.4em;
    }
    100% {
        line-height: 1.1em;
    }
}

@keyframes animation-arrow-top {
    0% {
        line-height: 1.4em;
    }
    100% {
        line-height: 1.1em;
    }
}

.segment {
    border: 1px solid #e5e5e5;
    min-height: 190px;
    display: block;
    overflow: auto;
}

.segment_padding {
    padding: 25px 30px 5px 30px;
    margin-bottom: 25px;
}

.segment_padding.accordian_sideboxes {
    padding: 12px 30px 10px 30px;
}

.segment h4 {
    font-size: 20px;
    margin-bottom: 19px;
}

.segment label sup {
    color: #fa6b6b;
}

.segment .btn {
    white-space: inherit;
}

.attributes_image {
    margin: 0 0 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.attributes_image li {
    display: inline-block;
    margin-bottom: 10px;
}

.attributes_image li a {
    display: block;
    text-align: center;
    background-color: #f5f5f5;
    color: #333333;
    width: 28px;
    height: 28px;
    font-size: 13px;
    line-height: 28px;
    text-decoration: none;
}

.attributes_image li a:hover, .attributes_image li.active a {
    text-decoration: none;
    background-color: #333333;
    color: #fff;
}

.attributes_image img {
    width: 100%;
    height: 100%;
}

.slick-slide .attributes_image {
    margin: 0 0 3px;
}

.title_wrapper {
    width: 100%;
    overflow: hidden;
}

.title {
    margin-top: 50px;
    margin-bottom: 25px;
}

.title_social_media {
    margin-bottom: 15px;
}

@media (max-width: 479px) {
    .title {
        margin-top: 24.975px;
    }
}

h2.title-default {
    margin-bottom: 0.9em;
    padding: 1.05em 0 0 0;
}

.title-aside-wrapper {
    color: #fff;
    padding: 19px 21px 19px 20px;
    margin: 0 !important;
    font-size: 20px;
}

.fixed-bg .container {
    position: relative;
}

.title_bottom_margin {
    position: relative;
}

@media (max-width: 479px) {
    .title_bottom_margin {
        font-size: 1.35em;
        margin-bottom: 1em;
    }

    .title_bottom_margin.pull-left, .title_bottom_margin.pull-rigth {
        float: none !important;
        text-align: center !important;
    }

    .title_bottom_margin:after {
    }
}

h4.title_bottom_margin:after {
}

.indent-bottom {
    margin-bottom: 2.74em;
}

.title_bottom_margin.title-md {
    font-size: 2.9em;
}

.title_wrapper_carousel {
    position: relative;
    overflow: hidden;
    padding: 14px 0;
}

.title-xs {
    font-style: 18px;
}

.title_wrapper_carousel .title_bottom_margin.text-center {
   /*padding-right: 117px !important;
    padding-left: 117px !important;*/
}

@media (max-width: 767px) {
    .title_wrapper_carousel .title_bottom_margin.text-center {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}

h4.title-icon {
    font-size: 30px;
    margin-bottom: 0.8em;
    padding-left: 2.7em;
    position: relative;
}

h4.title-icon .icon {
    font-size: 1.9em;
    line-height: 1em;
    top: -0.25em;
    left: 0;
    margin-right: 21px;
    position: absolute;
}

@media (max-width: 480px) {
    h4.title-icon {
        font-size: 1.35em;
        margin-bottom: 1em;
    }
}

.welcome_text {
    font-family: Roboto, sans-serif;
    font-size: 1em;
    color: #555;
}

@media (max-width: 1024px) {
    .welcome_text {
        display: none;
    }
}

.header_cart_info {
    position: absolute;
    z-index: 0;
    padding: 0;
    right: 0px;
    top: -4px;
    width: 0;
    height: 0;
    line-height: 26px;
    font-size: 1em;
    line-height: 1.85em;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.sticky_menu span.badge.header_cart_info {
    background-color: transparent;
    color: #fff;
}

@media (max-width: 1024px) {
    .sticky_menu span.badge.header_cart_info {
        color: #555;
    }
}

@media (max-width: 767px) {
}

}
.ajax_cart_attributes_tooltip .attributes-tooltip.display-below:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

.ajax_cart_attributes_tooltip {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.ajax_cart_attributes_tooltip .attributes-tooltip {
    position: absolute;
    width: 180px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    line-height: 1.7em;
    text-align: left;
    border-radius: 0;
    padding: 12px 14px;
    box-sizing: border-box;
    cursor: auto;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

.ajax_cart_attributes_tooltip .attributes-tooltip span {
    display: block;
}

.ajax_cart_attributes_tooltip .attributes-tooltip strong {
    color: #fff;
    font-weight: normal;
    padding: 0 5px 0 0;
}

.ajax_cart_attributes_tooltip .attributes-tooltip:after {
    position: absolute;
    width: 0;
    height: 0;
    content: '';
}

.ajax_cart_attributes_tooltip .attributes-tooltip.display-below {
    top: 28px;
    left: 0;
}

.ajax_cart_attributes_tooltip .attributes-tooltip.display-below:after {
    top: -7px;
    left: 20px;
}

.ajax_cart_attributes_tooltip:hover .attributes-tooltip {
    opacity: 1;
    visibility: visible;
}

.ajax_cart_attributes_tooltip:hover .attributes-tooltip.display-below {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

button:focus, .btn:focus, button:active:focus, .btn:active:focus, button.active:focus, .btn.active:focus, button.focus, .btn.focus, button:active.focus, .btn:active.focus, button.active.focus, .btn.active.focus {
    outline: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button:hover, .btn:hover, button:focus, .btn:focus, button.focus, .btn.focus {
    outline: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button:active, .btn:active, button.active, .btn.active {
    outline: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button.pull-right, .btn.pull-right {
    margin-right: 10px;
}

.btn {
}

.btn-md {
    position: relative;
    padding: 10px 14px;
    font-size: 0.875em;
    line-height: 1.3em;
    height: 40px;
    border: 1px solid #ccc;
    background-color: #eee;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    vertical-align: top;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 300ms 0s ease;
    -moz-transition: all 300ms 0s ease;
    -ms-transition: all 300ms 0s ease;
    -o-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
}

.btn-md.text-lowercase {
    text-transform: lowercase;
}

.btn-md.text-inherit {
    text-transform: inherit;
}

.btn-md {
    background: #f5f5f5;
    color: #333333;
    font-weight: 500;
}

.btn-md:hover {
    color: #f5f5f5;
}

.btn-md:hover span {
    color: #fff;
}

.btn-md.btn--invert {
    background: #f5f5f5;
}

.btn-md.btn--invert:hover {
    color: #f5f5f5;
}

.btn-md .icon {
    display: inline-block;
    padding: 0 3px 0 0;
    font-size: 1.486em;
    vertical-align: middle;
}

.btn-md .icon.icon-flippedX {
    padding: 0 0 0 3px;
}

.btn-md span {
    position: relative;
    top: 0;
    left: 0;
}

.btn-md.btn-xs {
    padding: 5px 10px;
    font-size: 0.923em;
    height: auto;
}

.btn-md.btn-xs:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.btn-md.btn-sm {
    padding: 8px 16px;
    height: auto;
    font-size: 13px;
}

.btn-md.btn-sm .icon {
    font-size: 12px;
}

.btn-md.btn-xl {
    padding: 17px 24px;
    font-size: 1.1em;
    font-weight: 500;
    height: auto;
    color: #555;
    border: 1px solid #ccc;
    background-color: #eee;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}

.btn-md.btn-xl .icon {
    padding: 0 5px 0 0;
    font-size: 1.45em;
}

.btn-md.btn-xl.btn-xl-small {
    padding: 12px 18px 11px;
}

.btn-md.btn-xxl {
    padding: 10px 24px;
    font-size: 1.5em;
    line-height: 1.84em;
    height: auto;
}

.btn-md.btn-xxl.button-cart {
    padding: 10px 38px;
    font-size: 1.2em;
    line-height: 1.84em;
    height: auto;
    background: #25b109;
    color: #fff;
    border: none;
}

.btn-md.btn-lg {
    padding: 15px 33px 15px;
    font-size: 1.5em;
    line-height: 1.72em;
    height: auto;
    font-weight: bold;
}

@media (max-width: 1200px) {
    .btn-md.btn-lg {
        padding: 12px 24px 12px;
    }
}

.btn-md.btn-full-width {
    width: 100%;
    display: block;
    margin-bottom: 0.4em;
}

.btn-top {
    margin-top: 15px;
}

.btn-left {
    margin-left: 10px !important;
}

.btn.btn-red {
    background: #fa6b6b;
}

.btn.btn-red:hover, .btn.btn-red:active, .btn.btn-red.focus, .btn.btn-red:focus {
    background: #f5f5f5;
}

.btn.btn-blue {
    background-color: #395499;
}

.btn.btn-blue:hover, .btn.btn-blue:active, .btn.btn-blue.focus, .btn.btn-blue:focus {
    background: #f5f5f5;
}

.btn-right {
    margin-right: 30px;
}

.btn-image {
    display: inline-block;
    cursor: pointer;
    margin: 12px 12px 0 0;
    overflow: hidden;
    position: relative;
}

.btn-image-view_module {
    background: #828181;
}

.btn-image-view_list {
    background: #828181;
}

.btn-image-view_module {
    width: 20px;
    height: 17px;
}

.btn-image-view_module:before {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    width: 100%;
    height: 1px;
    background: #fff;
}

.btn-image-view_module:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 6px;
    width: 1px;
    height: 100%;
    background: #fff;
}

.btn-image-view_module span {
    display: block;
    position: absolute;
    top: 0;
    left: 13px;
    width: 1px;
    height: 100%;
    background: #fff;
}

.btn-image-view_list {
    width: 19px;
    height: 17px;
}

.btn-image-view_list:last-child {
    margin-right: 0;
}

.btn-image-view_list:before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    width: 100%;
    height: 1px;
    background: #fff;
}

.btn-image-view_list:after {
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    width: 100%;
    height: 1px;
    background: #fff;
}

.btn-image-view_list span {
    display: block;
    position: absolute;
    top: 0;
    left: 6px;
    width: 1px;
    height: 100%;
    background: #fff;
}

input {
    -webkit-box-shadow: inset none;
    -moz-box-shadow: inset none;
    box-shadow: inset none;
}

.input--ys {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 7px 12px;
    font-size: 1em;
    line-height: 1.4em;
    height: 40px;
    margin-bottom: 10px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.input--ys:hover, .input--ys:focus, .input--ys.focus {
    box-shadow: none;
    outline: none;
}

.input--ys--full {
    width: 100%;
}

.textarea--ys {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 7px 12px;
    font-size: 1em;
    line-height: 1.4em;
    height: 40px;
    margin-bottom: 10px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    min-height: 140px;
    height: auto;
}

.textarea--ys:hover, .textarea--ys:focus, .textarea--ys.focus {
    box-shadow: none;
    outline: none;
}

.textarea--ys--full {
    width: 100%;
}

label {
    font-weight: normal;
}

label.label--inline {
    font-size: 1.231em;
    line-height: 2.6em;
    font-weight: normal;
    padding-right: 10px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    label.label--inline {
        display: block;
        margin-bottom: 5px;
        float: none !important;
    }
}

.subscribe-form {
    position: relative;
}

.subscribe-form__label {
    font-size: 1.231em;
    line-height: 2.6em;
    font-weight: normal;
    padding-right: 10px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .subscribe-form__label {
        display: block;
        margin-bottom: 5px;
        float: none !important;
    }
}

.subscribe-form__input {
    margin-right: 10px;
}

@media (max-width: 767px) {
    .subscribe-form__input {
        margin-right: 0;
        width: 97%;
        padding-right: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .subscribe-form__input {
        width: 160px;
    }
}

@media (max-width: 767px) {
    .subscribe-form button {
        position: absolute;
        right: 0;
    }
}

.subscribe-form button .icon {
    font-size: 18px;
}

input::-webkit-input-placeholder {
    font-size: 1em;
    line-height: 1.214em;
    color: #333;
}

input::-webkit-input-placeholder::-moz-placeholder {
    color: #999;
    opacity: 1;
}

input::-webkit-input-placeholder:-ms-input-placeholder {
    color: #999;
}

input::-webkit-input-placeholder::-webkit-input-placeholder {
    color: #999;
}

input::-moz-placeholder {
    font-size: 1em;
    color: #333;
}

input::-moz-placeholder::-moz-placeholder {
    color: #999;
    opacity: 1;
}

input::-moz-placeholder:-ms-input-placeholder {
    color: #999;
}

input::-moz-placeholder::-webkit-input-placeholder {
    color: #999;
}

input:-ms-input-placeholder {
    font-size: 1em;
    color: #333;
}

input:-ms-input-placeholder::-moz-placeholder {
    color: #999;
    opacity: 1;
}

input:-ms-input-placeholder:-ms-input-placeholder {
    color: #999;
}

input:-ms-input-placeholder::-webkit-input-placeholder {
    color: #999;
}

input:-moz-placeholder {
    font-size: 1em;
    line-height: 1.214em;
    color: #333;
}

input:-moz-placeholder::-moz-placeholder {
    color: #999;
    opacity: 1;
}

input:-moz-placeholder:-ms-input-placeholder {
    color: #999;
}

input:-moz-placeholder::-webkit-input-placeholder {
    color: #999;
}

.placeholder {
    font-size: 1em;
    line-height: 1.214em;
    color: #333;
}

.sidebox_search {font-size: 1.3em}

::-webkit-input-placeholder {
    color: #333;
}

::-moz-placeholder {
    color: #333;
}

:-moz-placeholder {
    color: #333;
}

:-ms-input-placeholder {
    color: #333;
}

input[placeholder] {
    text-overflow: ellipsis;
}

input::-moz-placeholder {
    text-overflow: ellipsis;
}

input:-moz-placeholder {
    text-overflow: ellipsis;
}

input:-ms-input-placeholder {
    text-overflow: ellipsis;
}

:focus::-webkit-input-placeholder {
    color: transparent;
}

:focus::-moz-placeholder {
    color: transparent;
}

:focus:-moz-placeholder {
    color: transparent;
}

:focus:-ms-input-placeholder {
    color: transparent;
}

.select_caret_icon {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 7px 12px;
    font-size: 1em;
    line-height: 1.4em;
    height: 40px;
    margin-bottom: 10px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    color: #333333;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.select_caret_icon:hover, .select_caret_icon:focus, .select_caret_icon.focus {
    box-shadow: none;
    outline: none;
}

.select_caret_icon--full {
    width: 100%;
}

.select_caret_icon option {
    color: #333333;
}

.select--sm {
    padding: 8px 10px;
    height: 34px;
}

.select--lg {
    padding: 10px 12px;
    height: 40px;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 5px;
    width: 100%;
}

.user_select_container {
    position: relative;
    display: inline-block;
}

.user_select_container .select_caret_icon {
    padding-right: 25px;
}

.user_select_container select {
    cursor: pointer;
}

.radio {
    display: block;
    cursor: pointer;
    margin: 0 0 8px;
    font-weight: 300;
}

.radio:hover .inner {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: .8;
}

.radio input {
    width: 1px;
    height: 1px;
    opacity: 0;
}

.radio input:checked + .outer .inner {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.radio input:focus + .outer .inner {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.radio .outer {
    width: 14px;
    height: 14px;
    display: block;
    float: left;
    margin: 6px 9px 0 0;
    border-radius: 50%;
    background-color: #e5e5e5;
}

.radio .inner {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 14px;
    height: 14px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    display: block;
    border-radius: 50%;
    opacity: 0;
}

.required {
    color: red;
}

.checkbox-group {
    position: relative;
    margin-bottom: 10px;
}

.checkbox-group input[type=checkbox] {
    display: none;
}

.checkbox-group label {
    padding-left: 34px;
    cursor: pointer;
    font-size: 16px;
    color: #828181;
}

.checkbox-group label span {
    display: block;
    position: absolute;
    left: 0;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: 0.3s;
}

.checkbox-group label .box {
    border-width: 1px;
    border-style: solid;
    border-color: #e5e5e5;
    background: #fff;
    height: 20px;
    width: 20px;
    z-index: 9;
    margin-top: 2px;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    transition-delay: 0.2s;
}

.checkbox-group label .check {
    top: 0px;
    left: 1px;
    opacity: 0;
    z-index: 10;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.checkbox-group label .check:before {
    content: "\e876";
    font-size: 18px;
    line-height: 1em;
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
}

input[type=checkbox]:checked ~ label .check {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.separator-xl {
    height: 60px;
}

.form-control, input.visibleField {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);
    border-color: #e5e5e5;
    height: 40px;
    margin-bottom: 15px;
}

.form-control:focus, input.visibleField:focus {
    box-shadow: none;
    outline: 0 none;
}

label {
    color: #828181;
}

label sup {
    color: #fa6b6b;
    font-weight: lighter;
    font-size: 16px;
    line-height: 1em;
    position: relative;
    top: -1px;
}

.note {
    color: #fa6b6b;
    font-size: 14px;
}

.form-group {
    margin-bottom: 10px;
}

.form-group-top {
    margin-top: 14px;
}

.form-inline label {
    margin-right: 13px;
    margin-bottom: 0;
}

.form-inline .form-group {
    margin-right: 6px;
}

input.form-control::-webkit-input-placeholder {
    color: #f00;
    font-style: italic;
    font-size: .7em;
}

input.form-control::-moz-placeholder {
    color: #f00;
    font-style: italic;
    font-size: .7em;
}

input.form-control::-ms-input-placeholder {
    color: #f00;
    font-style: italic;
    font-size: .7em;
}

.input-group-btn {
    font-size: inherit !important;
}

.input-group-addon {
    background: none;
    border-right: none;
    border-color: #e5e5e5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-left: 23px;
    padding-right: 0px;
}

.input-group input {
    padding-left: 7px;
    color: #828181;
}

.input-group input:hover, .input-group input:focus, .input-group input.focus {
    border-color: #e5e5e5 !important;
}

.input-group input.form-control::-webkit-input-placeholder {
    color: #f00;
    font-style: italic;
    font-size: .7em;
}

.input-group input.form-control::-moz-placeholder {
    color: #f00;
    font-style: italic;
    font-size: .7em;
}

.input-group input.form-control::-ms-input-placeholder {
    color: #f00;
    font-style: italic;
    font-size: .7em;
}

body .fill-bg .radio {
    color: #828181;
    margin-bottom: 5px;
}

.white-popup {
    position: relative;
    background: #ffffff;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

@media (max-width: 767px) {
    .tabbed_content_heading {
        border-color: transparent !important;
    }

    .tabbed_content_heading li {
        float: none !important;
        text-align: center;
        border-bottom: 1px solid #e5e5e5;
    }

    .tabbed_content_heading li a {
        border-bottom: 1px solid #cecaca;
        border-radius: 0;
        font-weight: bold;
        color: #333;
        -webkit-transition: all 300ms linear 0s;
        -moz-transition: all 300ms linear 0s;
        -ms-transition: all 300ms linear 0s;
        -o-transition: all 300ms linear 0s;
        transition: all 300ms linear 0s;
    }

    .tabbed_content_heading li a:hover {
        background: none;
    }

    .tabbed_content_heading li.active a {
        color: #fff !important;
        border-color: transparent !important;
    }
}
.nav-tabs {border-bottom: 0!important;}
.tabbed_content_wrapper > .tab_panel {
    display: none;
    background-color: #ffffff;
    padding: 30px 40px;
    border-width: 1px;
    border-style: solid;
    border-color: #e5e5e5;
    /*border-top: 0;*/
    font-weight: 300;
}

.tabbed_content_wrapper > .active {
    display: block;
}

.tabbed_content_wrapper-center {
    padding: 50px 0 0 0;
    text-align: center;
}

.tabbed_content_wrapper-fullwidth {
    border: none !important;
    padding: 50px 0 0 0;
}

.tabbed_content_wrapper-fullwidth > .tab_panel {
    display: none;
    padding: 0px 0px;
    border-width: 1px;
    border-top: 0;
    font-weight: 300;
}

.tabbed_content_wrapper-fullwidth > .active {
    display: block;
}

.tabbed_content_wrapper-center {
    padding: 50px 0 0 0;
    text-align: center;
}

#productQuantityDiscounts > table, #productQuantityDiscounts > table td {
    border: 1px solid #e5e5e5;
    padding: 10px;
}

.order_comments {
    margin-bottom: 38px;
}

#reviewsWriteProductPageLink .button_in_cart[data-btn="btn btn-md"] {
    vertical-align: top;
}

aside .user_select_container {
    width: 100%;
}

.product {
    max-width: 280px;
}

#checkoutConfirmDefault #cartContentsDisplay .shopping_cart_attributes, #accountHistInfo #orderAttribsList {
    color: #CCCCCC;
    font-size: 13px;
    margin: 5px 0 0;
}

#checkoutConfirmDefault #cartContentsDisplay .shopping_cart_attributes li {
    padding-bottom: 0
}

#shoppingCartDefault .centerBoxWrapper {
    width: 100%;
    display: inline-block;
}

.select_caret_icon {
    background: url(../images/caret-down.png) no-repeat 95% 50%;
    background-size: 10px auto;
}

/* mmenu incompatibility z-index fix */
.zoomContainer {
    z-index: 1;
}

.zoomLens {
    opacity: 1 !important;
    background-color: rgba(255, 255, 255, 0.36) !important;
    border: 1px solid #e5e5e5 !important;
}

.zoomWindowContainer > div {
    border: 1px solid #e5e5e5 !important;
    margin: 0 10px;
}

.main_page_define::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
}

.main_page_define::-webkit-scrollbar-thumb {
    border-radius: 4px;
    height: 50px;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.main_page_define {
    overflow: auto;
    line-height: 23px;
}

.dropdown-menu::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
}

.dropdown-menu::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}