/*
    Theme Name: Dockers
    Version: 2018
    Author: The W Studio & Skunkworks Communications

    a:link
    a:visited
    a:hover
    a:active
    a:focus

    XS max-width: 767px
    SM min-width: 768px
    MD min-width: 1024px
    LG min-width: 1366px
*/

* {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

h2,
.h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.7em;
    font-weight: 600;
    color: #eb5c25;
    text-transform: uppercase;
}

p:first-of-type {
    margin-top: 0;
}

p:last-of-type {
    margin-bottom: 0;
}

hr {
    margin-top: 50px;
    margin-bottom: 50px;
    border: 0;
    border-top: 1px solid #c1bdb7;
}


.announcement-strip-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
}

.announcement-strip-1-wrapper {
    background-color: #eb5c25;
}

.announcement-strip-2-wrapper {
    background-color: #eb5c25;
}

.announcement-strip {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    color: white;
}

.announcement-strip a {
    text-decoration: underline;
}

.announcement-strip-1,
.announcement-strip-1 a {
    color: white;
}

.announcement-strip-2,
.announcement-strip-2 a {
    color: white;
}

.password-form {
    margin-top: 360px;
    margin-bottom: 300px;
    text-align: center;
}

header {
    border-bottom: #b6b8ba solid thin;
}

header {
    position: relative;
}

header .logo {
    float: left;
    margin: 18.5px 0;
    width: 45px;
    height: 23px;
    display: block;
    background-image: url(img/logo.png);
}

header .logo:hover {
    background-position: center bottom;
}

header .pin,
header .facebook,
header .instagram,
footer .pin,
footer .facebook,
footer .instagram {
    float: right;
    margin: 17.5px 5px;
    color: #c1bdb7;
    font-size: 18px;
    line-height: 25px;
}

header .pin,
footer .pin {
    margin-right: 0;
}

header .pin:hover,
header .facebook:hover,
header .instagram:hover,
footer .pin:hover,
footer .facebook:hover,
footer .instagram:hover {
    color: #eb5c25;
    text-decoration: none;
}

#menu-mobile-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
}

@media (min-width:1024px) {
    header .menu-desktop-container {
        display: block;
    }
    header .menu-desktop-container ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    #menu-desktop {
        float: left;
        margin: 0 20px;
    }
    #menu-desktop a {
        color: #c1bdb7;
        text-decoration: none;
    }
    #menu-desktop a:hover {
        color: #eb5c25;
    }
    #menu-desktop .new {
        display: inline-block;
        background-color: #c41230;
        color: white;
        font-size: 11px;
        margin-left: 5px;
        line-height: 18px;
        padding: 0 5px;
    }
    #menu-desktop a[href="#"] {
        cursor: default;
    }
    #menu-desktop>li {
        position: relative;
        display: inline-block;
        padding: 17.5px 20px;
    }
    #menu-desktop>li>a {
        position: relative;
        text-transform: uppercase;
        font-size: 18px;
        line-height: 25px;
        font-weight: 600;
        text-transform: uppercase;
    }
    #menu-desktop>li>ul {
        display: none;
        z-index: 100;
        top: 60px;
        left: 20px;
        position: absolute;
        background-color: white;
        padding: 20px 0;
        width: max-content;
        border: #b6b8ba solid thin;
    }
    #menu-desktop>li:hover>ul {
        display: block;
    }
    #menu-desktop>li>ul>li {
        float: left;
        display: block;
        border: none;
        padding: 0 20px;
        min-width: 150px;
    }
    #menu-desktop>li>ul>li>a {
        height: 0;
        overflow: hidden;
        display: block;
    }
    #menu-desktop>li>ul>li>ul>li>a {
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 600;
    }
    #menu-desktop>li>ul>li>ul>li {
        padding-bottom: 20px;
    }
    #menu-desktop>li>ul>li>ul>li:last-of-type {
        margin-bottom: 0;
    }
    #menu-desktop>li>ul>li>ul>li>ul>li a {
        font-size: 16px;
        font-weight: normal;
    }
    #menu-mobile-wrapper {
        display: none;
    }
}

@media (max-width:1023px) {
    header .mobile-menu:hover {
        color: #eb5c25;
        text-decoration: none;
    }
    header .mobile-menu:before {
        width: auto;
        height: auto;
        margin: 0;
    }
    header .logo {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    header .menu-desktop-container {
        display: none;
    }
    header .mobile-menu {
        font-size: 30px;
        float: left;
        color: #c1bdb7;
        margin: 9px 0;
        position: absolute;
        top: 0;
        left: 10px;
        text-decoration: none;
    }
    #menu-mobile-wrapper {
        z-index: 100;
        position: absolute;
        top: 0;
        left: -440px;
        display: block;
        width: 420px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .75);
        -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .75);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .75);
    }
    #menu-mobile a {
        color: #c1bdb7;
        text-decoration: none;
    }
    #menu-mobile a:hover {
        color: #eb5c25;
    }
    #menu-mobile li a {
        display: block;
        font-size: 22px;
        text-transform: uppercase;
        margin: 40px 20px;
        line-height: 22px;
    }
    #menu-mobile {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    #menu-mobile li {
        border-bottom: #b6b8ba solid 1px;
        position: relative;
    }
    #menu-mobile li.menu-item-has-children {
        position: relative;
    }
    #menu-mobile li.menu-item-has-children span {
        display: block!important;
        position: absolute;
        top: -10px;
        right: 20px;
        font-size: 30px;
        color: #c1bdb7;
    }
    #menu-mobile li .sub-menu {
        display: none;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    #menu-mobile li .sub-menu li {
        border-bottom: none;
    }
    #menu-mobile li .sub-menu li a {
        font-size: 18px;
        margin-left: 40px;
    }
    #menu-mobile-wrapper .pin,
    #menu-mobile-wrapper .facebook,
    #menu-mobile-wrapper .instagram {
        float: left;
    }
}

footer {
    height: auto;
    padding: 37.5px 0;
    background-color: #eee9e1;
}

footer .copyright {
    float: left;
    color: #58595b;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 25px;
}

footer .follow {
    float: right;
    color: #58595b;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 25px;
}

footer .follow a {
    color: #eb5c25;
    font-weight: 600;
}

footer .pin,
footer .facebook,
footer .instagram {
    margin-top: 0;
    margin-bottom: 0;
    color: #333333;
}

#menu-footer {
    float: left;
    padding: 0;
    margin: 0 10px;
    list-style: none;
    line-height: 25px;
}

#menu-footer .menu-item {
    display: inline-block;
    margin: 0 10px;
    line-height: 25px;
}

#menu-footer .menu-item a {
    color: #333333;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 25px;
}

#menu-footer .menu-item a:hover {
    color: #eb5c25;
    text-decoration: none;
}

@media (max-width:1023px) {
    #menu-footer {
        float: none;
    }
    footer .copyright,
    #menu-footer {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

.button {
    display: inline-block;
    margin: 10px;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #333333;
    background-color: #d7d0c6;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: background .5s ease;
}

.button:hover,
.button:active,
.button:focus {
    color: white;
    background-color: #eb5c25;
    text-decoration: none;
    transition: background .5s ease;
}

.slugline {
    font-size: 20px;
    font-weight: 600;
    color: #58595b;
    text-transform: uppercase;
}

.block-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.block-wrapper .block {
    -webkit-flex: 1;
    flex: 1;
}

.element.video {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.element.video .slick-dots {
    left: 0;
    padding: 0 20px;
}

.element.video .video-item,
.element.video .slick-list {
    background-color: #eee9e1
}

.element.video .video-item iframe {
    float: left;
    width: 870px;
    height: 489.375px;
}

.element.video .video-item .text {
    float: right;
    width: 430px;
    padding: 40px;
    height: 489.375px;
}

.element.video .video-item .text .title {
    font-size: 1.1em;
    margin-bottom: 20px;
    font-weight: 600;
    color: #eb5c25;
    text-transform: uppercase;
}

.element.section-header,
.element.single-column,
.element.four-column .column {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.element.four-column .column img {
    margin-bottom: 40px;
}

.element.four-column .column .title {
    font-size: 1.1em;
    font-weight: 600;
    color: #eb5c25;
    text-transform: uppercase;
}

.element.banners .banner {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.element.banners .banner .label {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    background-color: #d7d0c6;
    color: #333333;
}

.element.banners .banner:hover .label {
    background-color: #eb5c25;
    color: white;
}

.product-wrapper {
    background-color: #eee9e1;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.element.product .product-slider,
.element.product .product-slider .product-slider-item {
    width: 560px;
}

.element.product .product-slider .product-slider-item .caption {
    padding: 20px 20px 0 20px;
    color: #333333;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    max-width: 560px
}

.element.product-grid .double-row .small-banner:first-of-type{
    margin-bottom: 20px;
}

.element.grid .banner,
.element.grid .text {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.element.grid .landscape-banner,
.element.grid .text {
    width: 640px;
    height: 310px;
    overflow: hidden;
}

.element.grid .small-banner {
    width: 310px;
    height: 310px;
}

.element.full-width-banner {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.header {
    margin-top: 60px;
    margin-bottom: 50px;
}

.header h1 {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #eb5c25;
}

.header-banner {
    margin-bottom: 50px;
}

.header-banner.basic {
    margin-top: 60px;
}

.element.full-width-banner .full-width-banner-item,
.header-banner .header-banner-item {
    position: relative;
    background-position: center center;
    background-size: cover;
}

.element.full-width-banner .full-width-banner-item,
.element.full-width-banner .block-wrapper,
.header-banner .header-banner-item,
.header-banner .block-wrapper {
    width: 100%;
    height: 640px;
}

.header-banner.basic .header-banner-item,
.header-banner.basic .block-wrapper {
    height: auto;
}

.element.full-width-banner .block-wrapper .block,
.header-banner .block-wrapper .block {
    width: 50%;
}

.element.full-width-banner .block-wrapper .block img,
.header-banner .block-wrapper .block img,
.element.product .block-wrapper .block img {
    margin: 0 auto 20px auto;
}

.element.full-width-banner .block-wrapper .block .title,
.header-banner .block-wrapper .block .title,
.element.product .block-wrapper .block .title {
    display: block;
    font-size: 1.7em;
    font-weight: 600;
    color: #eb5c25;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.header-banner .block-wrapper .block .button-wrapper,
.element.product .block-wrapper .block .button-wrapper {
    margin-top: 30px;
}

.element.full-width-banner .full-width-banner-item .caption {
    position: absolute;
    bottom: 0;
    background-color: rgba(51, 51, 51, .5);
    padding: 10px 25%;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: white;
}

.block.light .slugline,
.block.light .title,
.block.light p {
    color: white !important;
}

.element.grid-b .text {
    margin-bottom: 20px;
}

.element.grid-c .text {
    margin-top: 20px;
    margin-bottom: 10px;
}

.element.grid-d .text {
    margin-top: 20px;
}

.element.grid-e .text {
    height: 640px;
}

.element.grid-f .text {
    height: 400px;
}

.cta-button-wrapper {
    background-image: url(img/white_wall.png);
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.element.cta-button {
    text-align: center;
}

.element.cta-button .button {
    color: white !important;
}

.element.cta-button .button.black {
    background-color: #000501 !important;
}

.element.cta-button .button.grey {
    background-color: #333333 !important;
}

.element.cta-button .button.blue {
    background-color: #2B3989 !important;
}

.element.cta-button .button.orange {
    background-color: #EB5C25 !important;
}

.element.divider {
    margin-top: 20px;
    margin-bottom: 20px;
}

.element.divider hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

.element.blogroll a {
    display: block;
    margin: 10px auto;
    text-decoration: none;
}

.element.blogroll a img {
    margin-bottom: 40px;
}

.element.blogroll a .title {
    color: #eb5c25;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
}

.element.blogroll a .excerpt {
    font-size: 18px;
    line-height: 28px;
    color: #000501;
    text-align: center;
}

main>div:last-of-type.container {
    margin-bottom: 60px;
}

main>div:last-of-type.cta-button-wrapper,
main>div:last-of-type.product-wrapper {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    #menu-primary {
        width: 100%;
        text-align: center;
        margin: 20px 0;
    }
    footer .copyright {
        width: 100%;
    }
    #menu-footer {
        margin: 0;
    }
    #menu-footer li:first-of-type {
        margin-left: 0;
    }
    #menu-footer li:last-of-type {
        margin-right: 0;
    }
    .element.video .video-item iframe {
        width: 620px;
        height: 348.75px;
    }
    .element.video .video-item .text {
        float: left;
        width: 620px;
        height: auto;
        padding: 60px 40px 40px 40px;
    }
    .element.four-column {
        display: flex;
        flex-wrap: wrap;
    }
    .element.four-column .col-xs-6 {
        width: 49.5%;
    }
    .element.full-width-banner .full-width-banner-item,
    .element.full-width-banner .block-wrapper,
    .header-banner .header-banner-item,
    .header-banner .block-wrapper {
        height: 620px;
    }
    .element.full-width-banner .full-width-banner-item .caption {
        padding: 10px 8.33333333%;
    }
    .element.full-width-banner .block-wrapper .block,
    .header-banner .block-wrapper .block {
        width: 83.33333333%;
    }
    .element.grid .landscape-banner {
        width: 620px;
        height: 300px;
    }
    .element.product .block-wrapper {
        height: auto !important;
    }
    .element.product .product-slider {
        margin: 20px auto 0 auto;
    }
    .element.product .product-slider,
    .element.product .product-slider .product-slider-item {
        width: 560px !important;
    }
    .element.grid .text {
        width: 620px;
        height: auto;
    }
    .element.grid .small-banner {
        width: 300px;
        height: 300px;
    }
    .element.blogroll a img {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #menu-primary {
        width: 100%;
        text-align: center;
        margin: 20px 0;
    }
    footer .copyright {
        width: 100%;
    }
    #menu-footer {
        margin: 0;
    }
    #menu-footer li:first-of-type {
        margin-left: 0;
    }
    #menu-footer li:last-of-type {
        margin-right: 0;
    }
    .element.video .video-item iframe {
        width: 680px;
        height: 382.5px;
    }
    .element.video .video-item .text {
        float: left;
        width: 680px;
        height: auto;
        padding: 60px 40px 40px 40px;
    }
    .element.four-column {
        display: flex;
        flex-wrap: wrap;
    }
    .element.four-column .col-xs-6 {
        width: 49.93%;
    }
    .element.full-width-banner .full-width-banner-item,
    .element.full-width-banner .block-wrapper,
    .header-banner .header-banner-item,
    .header-banner .block-wrapper {
        height: 680px;
    }
    .element.full-width-banner .full-width-banner-item .caption {
        padding: 10px 8.33333333%;
    }
    .element.full-width-banner .block-wrapper .block,
    .header-banner .block-wrapper .block {
        width: 83.33333333%;
    }
    .element.grid .landscape-banner {
        width: 680px;
        height: 330px;
    }
    .element.product .block-wrapper {
        height: auto !important;
    }
    .element.product .product-slider {
        margin: 20px auto 0 auto;
    }
    .element.product .product-slider,
    .element.product .product-slider .product-slider-item {
        width: 560px !important;
    }
    .element.grid .text {
        width: 680px;
        height: auto;
    }
    .element.grid .small-banner {
        width: 330px;
        height: 330px;
    }
    .element.blogroll a img {
        margin-bottom: 20px;
    }
}

@media (min-width: 1024px) and (max-width: 1365px) {
    .element.video .video-item iframe {
        width: 670px;
        height: 427.5px;
    }
    .element.video .video-item .text {
        width: 300px;
        height: 427.5px;
        padding: 20px;
    }
    .element.full-width-banner .full-width-banner-item,
    .element.full-width-banner .block-wrapper,
    .header-banner .header-banner-item,
    .header-banner .block-wrapper {
        height: 475px;
    }
    .element.full-width-banner .full-width-banner-item .caption {
        padding: 10px 16.66666667%;
    }
    .element.full-width-banner .block-wrapper .block,
    .header-banner .block-wrapper .block {
        width: 66.66666667%;
    }
    .element.product .product-slider,
    .element.product .product-slider .product-slider-item {
        width: 475px !important;
    }
    .element.product-grid .double-row .small-banner{
        height: 224.39px;
        overflow: hidden;
    }
    .element.grid .landscape-banner,
    .element.grid .text {
        width: 475px;
        height: 227.5px;
    }
    .element.grid .small-banner {
        width: 227.5px;
        height: 227.5px;
    }
    .element.grid-e .text {
        height: 475px;
    }
    .element.grid-f .text {
        height: 290px;
    }
    .element.grid-g .medium-banner {
        height: 292px;
        overflow: hidden;
    }
}

.slick-slider {
    position: relative;
    overflow: hidden;
}

.slick-dots {
    position: absolute;
    bottom: 15px;
    display: block;
    width: 100%;
    padding: 0 10px;
    margin: 0;
    list-style: none;
    text-align: right;
    line-height: 0;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

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

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-size: 50px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .5;
    color: #db5f22;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
}

.slick-next,
.slick-prev {
    z-index: 1;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
    color: #eb5c25;
}

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

.slick-next:before,
.slick-prev:before {
    font-family: 'entypo';
    font-size: 36px;
    line-height: 1;
    opacity: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 10px;
}

.slick-prev:before {
    content: '';
}

.slick-next {
    right: 10px;
}

.slick-next:before {
    content: '';
}

.stores .store {
    color: #c32032;
    font-size: 17px;
    text-decoration: none;
}

.stores .store {
    display: block;
    color: #333;
    padding: 30px 0;
    border-top: #bcbec0 solid thin;
}

#google-maps,
.stores {
    height: 800px;
}

.stores {
    overflow: scroll;
    padding: 20px;
    margin-left: -20px;
    background-color: #f1f2f2;
}

.stores .store.active,
.stores .store:focus,
.stores .store:hover {
    color: #f05d2c;
}

.stores .filters {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
}

.stores .filters .filter,
.stores .filters .filter-option {
    background-color: #a7a9ac;
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-size: 17px;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 1px;
    text-decoration: none;
    display: none;
}

.stores .filters .filter-option {
    background-color: #f05d2c;
    display: block;
}

.stores .filters .filter .symbol {
    font-size: 17px;
}

.stores .filters .filter.filter-region {
    display: block;
}

.stores .filters .filter-option .symbol {
    display: none;
    font-size: 17px;
}

.stores .filters .filter-option.selected .symbol {
    display: inline-block;
}

.stores .cities,
.stores .regions,
.stores .states {
    display: none;
}

@media (max-width:1365px) {
    #google-maps,
    .stores {
        height: 600px;
    }
}

@media (max-width:1023px) {
    #google-maps {
        height: 400px;
    }
    .stores {
        height: auto;
        margin-left: 0;
    }
}

.product {
    margin-top: 60px;
    margin-bottom: 60px;
}

.product .information {
    position: relative;
    height: 750px;
}

.product .information h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.product .information .wash {
    text-transform: uppercase;
    font-size: 20px;
    color: #8d8f92;
}

.product .information .msrp {
    font-size: 20px;
    font-weight: 600;
    color: #ea5d26;
}

.product .information .pc9 {
    font-size: 17px;
    color: #8d8f92;
}

.product .information .drawers {
    position: absolute;
    width: 530px;
    left: 0;
    bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
}

.product .information .drawers .drawer {
    border: #8c8e91 solid thin;
    border-bottom-color: transparent;
}

.product .information .drawers .drawer:last-of-type {
    border-bottom: #8c8e91 solid thin;
}

.product .information .drawers .drawer .drawer-title {
    color: #070b09;
    font-size: 20px;
    height: 68px;
    line-height: 68px;
    padding: 0 20px;
    cursor: pointer;
}

.product .information .drawers .drawer .drawer-title .icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    background-image: url(img/icons.png);
    background-repeat: no-repeat;
}

.product .information .drawers .drawer .drawer-title .icon-details {
    background-position: 0 0;
    height: 23px;
}

.product .information .drawers .drawer .drawer-title .icon-features {
    width: 20px;
    height: 21px;
    background-position: -29px 0;
}

.product .information .drawers .drawer .drawer-title .icon-materials {
    width: 19px;
    height: 23px;
    background-position: -111px 0;
}

.product .information .drawers .drawer .drawer-title .icon-size-chart {
    width: 28px;
    height: 15px;
    background-position: -80px 0;
}

.product .information .drawers .drawer .drawer-content {
    display: none;
    padding: 0 20px 20px;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
}

.product .information .drawers .drawer .drawer-content.active {
    display: block;
}

.product .information .drawers .drawer .drawer-content li {
    font-size: 18px;
    line-height: 28px;
}

.product .information .drawers .drawer .drawer-content ol,
.product .information .drawers .drawer .drawer-content ul {
    margin: 0;
    padding: 0 0 0 20px;
}

.lightbox {
    display: none;
}

@media (max-width:1365px) {
    .product .information {
        height: auto;
    }
    .product .information .drawers {
        position: relative;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .product .information .drawers .drawer .drawer-title {
        cursor: unset!important;
    }
    .product .information .drawers .drawer .drawer-content {
        display: block;
    }
}

@media (max-width:1023px) {
    .product .information {
        height: auto;
        margin-top: 60px;
    }
    .product .information .drawers {
        position: relative;
        display: block;
        width: 100%;
        margin-top: 60px;
        margin-left: 0;
        margin-right: 0;
    }
    .product .information .drawers .drawer .drawer-content {
        display: none;
    }
}

@media (max-width:767px) {
    .product .information {
        height: auto;
    }
    .product .information .drawers {
        position: relative;
        display: block;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

.catalogue {
    width: 1320px;
    display: flex;
    flex-wrap: wrap;
    margin-top: -30px;
    margin-bottom: -30px;
    min-height: 500px;
}

.recommended-items .title {
    text-align: center;
    font-size: 1.7em;
    font-weight: 600;
    color: #eb5c25;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.catalogue .product,
.recommended-items .product {
    margin-top: 30px;
    margin-bottom: 30px;
    text-decoration: none;
}

.catalogue .product.col-lg-3,
.recommended-items .product.col-lg-3 {
    width: 24.98%;
}

.catalogue .product>img,
.recommended-items .product>img {
    margin-bottom: 10px;
}

.catalogue .product .name,
.recommended-items .product .name {
    font-size: 20px;
    color: #000501;
}

.catalogue .product .wash,
.recommended-items .product .wash {
    font-size: 20px;
    color: #8a8c8f;
}

.catalogue .product .price,
.recommended-items .product .price {
    font-size: 20px;
    color: #000501;
}

.recommended-items .recommended-items-slider .slick-arrow {
    top: 200px;
}

.recommended-items .recommended-items-slider .slick-arrow:before {
    color: #d7d0c6;
}

.recommended-items .recommended-items-slider .slick-arrow:hover:before,
.recommended-items .recommended-items-slider .slick-arrow:focus:before {
    color: #eb5c25;
}

.recommended-items .recommended-items-slider .slick-prev {
    left: -50px;
}

.recommended-items .recommended-items-slider .slick-next {
    right: -50px;
}

.catalogue .message {
    width: 100%;
    height: 50px;
    padding: 225px 10px;
    text-align: center;
}

.recommended-items .recommended-items-slider-wrapper {
    margin: 0 -10px;
}

.recommended-items .recommended-items-slider {
    margin: 0 auto;
    width: 990px;
    height: 500px;
    overflow: visible !important;
    position: relative;
}

.recommended-items .recommended-items-slider .recommended-items-slider-item {
    width: 990px;
    height: 500px;
}

.load-products {
    display: block;
    margin: 60px auto 0;
}

.load-products:active,
.load-products:focus,
.load-products:visited {
    color: #fff!important;
    text-decoration: none!important;
}

.catalogue-header-banner {
    margin: 60px 0;
    height: 410px;
    background-position: center center;
}

.catalogue-header-banner-item,
.catalogue-header-banner-item .block-wrapper {
    height: 410px !important;
}

.catalogue-header-banner .button {
    display: inline-block;
    margin: 20px 10px 0;
}

@media (max-width:1365px) {
    .catalogue {
        width: 990px;
    }
    .catalogue .product.col-md-4 {
        width: 33.3%;
    }
}

@media (max-width:1080px) {
    .recommended-items-slider {
        /* display: none; */
    }
}

@media (max-width:1023px) {
    .catalogue {
        width: 670px;
    }
    .catalogue .product.col-xs-6 {
        width: 49.92%;
    }
    .recommended-items .recommended-items-slider {
        margin: 0 auto;
        width: 660px;
        height: 500px;
    }
    .recommended-items .recommended-items-slider .recommended-items-slider-item {
        width: 660px;
        height: 500px;
    }
    .recommended-items .recommended-items-slider .recommended-items-slider-item .product:last-of-type {
        display: none;
    }
}

@media (max-width:767px) {
    .catalogue {
        width: 610px;
    }
    .recommended-items .recommended-items-slider {
        margin: 0 auto;
        width: 640px;
        height: 500px;
    }
    .recommended-items .recommended-items-slider .slick-arrow {
        display: none;
    }
    .recommended-items .recommended-items-slider .recommended-items-slider-item {
        width: 640px;
        height: 500px;
    }
    .recommended-items .recommended-items-slider .recommended-items-slider-item .product:last-of-type {
        display: none;
    }
}
