html,
.u-font-primary {
    font-family: 'Roboto', Arial, sans-serif;
}

html {
    font-size: 16px;
    line-height: 144%;
    color: #000;
    background: #161618;
}

button,
input,
html,
select,
textarea {
    letter-spacing: 0;
}

a {
    color: #ad1f2c;
}

h1,
h2 {
    font-size: 65px;
    line-height: 85%;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
}

@media (max-width: 74.9em) {
    h1,
    h2 {
        font-size: 50px;
    }
}

@media (max-width: 59.9em) {
    h1,
    h2 {
        font-size: 45px;
    }
}

@media (max-width: 47.9em) {
    h1,
    h2 {
        font-size: 35px;
    }
}

@media (max-width: 29.9em) {
    h1,
    h2 {
        font-size: 25px;
    }
}

h3 {
    font-size: 36px;
    line-height: 122%;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
}

@media (max-width: 47.9em) {
    h3 {
        font-size: 25px;
    }
}

h4 {
    font-size: 26px;
    line-height: 122%;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
}

@media (max-width: 47.9em) {
    h4 {
        font-size: 20px;
    }
}

h5 {
    font-size: 20px;
    line-height: 122%;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
}

.o-wrapper-large {
    max-width: 1692px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
}

main {
    max-width: 1660px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.o-wrapper {
    max-width: 1442px!important;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 16px;
}

.x-custom-select__title {
    height: 50px;
    justify-content: space-between;
    background: #e7e7e7;
    border: none;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    color: #000;
    padding: 10px 31px 10px 15px;
}

.x-custom-select__title:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #000000 transparent transparent transparent;
    transform: inherit;
}

.is-open .x-custom-select__title:after {
    transform: rotate(-180deg);
}

.x-custom-select__list-item {
    color: #000;
    text-align: left;
    padding: 15px 20px;
}


/* header */

.x-fasten-header {
    width: 100%;
    background: #161618;
    padding: 0;
    z-index: 999;
}

.x-fasten-header .t-site-header__masthead {
    padding-right: 16px;
}

.x-fasten-header .t-site-header__logo {
    padding-bottom: 10px;
}

.x-fasten-header .x-transfigure-navigation .c-navigation__link {
    min-height: 80px;
}


/* t-site-header__top-navigation */

.t-site-header__top-navigation {
    border: none;
    background-color: #2c2d31;
    padding: 6px 0;
    max-width: inherit;
}

.t-site-header__top-navigation .o-wrapper-large {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.t-site-header__top-navigation .o-list-inline {
    margin: 0;
}

.t-site-header__top-navigation ul li {
    font-size: 0.875rem;
    padding: 0 17px 0 0;
    position: relative;
    margin: 0 0 0 17px!important;
}

.t-site-header__top-navigation ul li:first-child {
    margin: 0!important;
}

.t-site-header__top-navigation ul li::before {
    position: absolute;
    content: " ";
    right: 0;
    top: 5px;
    transform: translate(-50%);
    width: 1px;
    height: 70%;
    background-color: #4e4f53;
}

.t-site-header__top-navigation ul li:last-child:before {
    display: none;
    padding: 0;
}

.t-site-header__top-navigation ul li a {
    position: relative;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.875rem;
    font-weight: 300;
    color: #ccc;
}

.t-site-header__top-navigation ul li a:after {
    content: " ";
    position: absolute;
    bottom: -6px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    background-color: #ad1f2c;
    width: 100%;
    height: 2px;
}

.t-site-header__top-navigation ul li a:hover:after {
    opacity: 1;
    visibility: visible;
}

.t-site-header__top-navigation ul li:hover a {
    color: #fff;
}


/* .t-site-header__account-link */

.t-site-header__account-link {
    position: relative;
    cursor: pointer;
}

.t-site-header__account-link:hover:after {
    color: #ad1f2c;
}

.t-site-header__account-link:hover .t-primary-link {
    color: #ad1f2c;
}

.t-site-header__account-link:hover .t-primary-link:before {
    color: #ad1f2c;
}

.t-site-header__account-link:hover .x-show-related__icon {
    color: #ad1f2c;
}

.t-site-header__account-link:after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    width: 1px;
    height: 22px;
    background-color: #4e4f53;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.t-site-header__account-link .t-primary-link {
    position: relative;
    text-transform: uppercase;
    color: #cccccc;
    font-size: 0.875rem;
    font-weight: 400;
    padding: 0 30px 0 25px;
    transition: all 0.3s;
}

.t-site-header__account-link .t-primary-link:before {
    content: "\f406";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    color: #ccc;
    font-size: 13px;
    font-weight: 700;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    margin-top: -1px;
}

.t-site-header__account-link .x-show-related__icon {
    font-size: 13px;
    margin-left: 3px;
    transition: none;
}

.t-global-account {
    border: none;
    background: #fff;
    box-shadow: none;
    top: 0;
    right: 17px;
}


/* .t-site-header__basket-link */

.t-site-header__basket-link {
    margin: 0 0 0 30px;
}

.t-site-header__basket-link .t-primary-link {
    color: #cccccc;
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 0 25px;
    margin: 0;
}

.t-site-header__basket-link .t-primary-link:before {
    content: "\f07a";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
    color: #ccc;
    font-size: 13px;
    transition: all 0.3s;
    margin-top: -1px;
}

.t-site-header__basket-link-quantity {
    background-color: transparent;
    color: #ccc;
    font-size: 0.875rem;
    font-weight: 700;
    padding: 0 5px;
    margin: 0;
    transition: all 0.3s;
}

.t-site-header__basket-link:hover .t-primary-link:before {
    color: #ad1f2c;
}

.t-site-header__basket-link:hover .t-site-header__basket-link-quantity {
    color: #ad1f2c;
}

.t-site-header__basket-link:hover {
    color: #ad1f2c;
}

.t-site-header__basket-link:hover .t-site-header__basket-icon {
    color: #ad1f2c;
}

.t-site-header__basket-link .t-site-header__basket-icon {
    transition: none;
}

.x-mini-basket {
    border: none;
    background: #fff;
    box-shadow: none;
    top: 0;
    right: 17px;
}

@media screen and (max-width: 59.9em) {
    .x-mini-basket {
        top: 100%;
    }
}

@media screen and (max-width: 29.9em) {
    .x-mini-basket {
        right: 0;
    }

    .t-site-header__top-navigation ul li {
        padding: 0 8px 0 0;
        margin: 0 0 0 8px!important;
    }

    .t-site-header__top-navigation .o-wrapper-large > div {
        margin: 0 auto;
    }
}

.t-site-header__basket-link-quantity--mobile {
    justify-content: center;
}

.t-site-header__basket-link-quantity--mobile:before {
    content: "\f07a";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #fff;
    font-size: 14px;
}

.t-site-header__basket-link-quantity--mobile .t-site-header__basket-link-quantity {
    color: #fff;
}


/* .t-site-header__masthead */

.t-site-header__masthead {
    padding-top: 0;
    padding-bottom: 0;
}

@media screen and (max-width: 59.9em) {
    .t-site-header__masthead {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.t-site-header__logo {
    text-align: left;
    align-self: flex-end;
    padding: 0 0 20px 16px;
}

@media screen and (max-width: 59.9em) {
    .t-site-header__logo {
        text-align: center;
        padding-bottom: 0;
    }
}

.t-site-header__logo img {
    width: 100%;
    max-width: 190px;
}


/* t-open-search */

.t-site-header__masthead .t-open-search {
    background-color: transparent;
    color: #fff;
    font-size: 20px;
    padding: 0;
    font-weight: 700;
    border: none;
}

.t-site-header__masthead .t-open-search:hover {
    color: #ad1f2c;
}


/* x-transfigure-navigation */

.x-transfigure-navigation .x-transfigure-navigation__content {
    padding: 0;
}

@media screen and (min-width: 60em) {
    .x-transfigure-navigation .c-navigation__link {
        min-height: 85px;
        background: none;
        font-size: 14px;
        line-height: 120%;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
        position: relative;
    }
    .x-transfigure-navigation .c-navigation__row {
        flex-wrap: nowrap;
        max-width: 1200px;
        float: right;
    }
    .x-transfigure-navigation:hover .c-navigation__list .c-navigation__link {
        color: #fff;
    }
    .x-transfigure-navigation .c-navigation__link:hover {
        color: #ad1f2c !important;
    }
    .x-transfigure-navigation .c-navigation__link:hover:before {
        content: "";
        width: 100%;
        height: 2px;
        background: #ad1f2c;
        position: absolute;
        left: 0;
        bottom: 0;
    }
}

@media screen and (min-width: 75em) {
    .x-transfigure-navigation .c-navigation__link {
        min-height: 100px;
        font-size: 17px;
    }
}

@media screen and (min-width: 90em) {
    .x-transfigure-navigation .c-navigation__link {
        min-height: 120px;
        font-size: 20px;
    }
}

@media screen and (max-width: 59.9em) {
    .has-open-main-menu,
    .has-open-main-menu body {
        overflow: hidden;
    }
    .x-transfigure-navigation {
        padding: 0;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: -100vw;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        background-color: rgba(0, 0, 0, 0);
        opacity: 0;
        overflow: hidden;
        transition: all ease-out 0.2s;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        transform-origin: left;
        z-index: -1;
    }
    .x-transfigure-navigation.is-open {
        left: 0;
        background: rgba(0, 0, 0, 0.65);
        opacity: 1;
        transition: all ease-in 0.2s;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        z-index: 2;
    }
    .x-transfigure-navigation__wrap {
        max-width: 22.5rem;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
        overflow-y: auto;
        background-color: #fff;
    }
    .x-transfigure-navigation__header .c-button {
        padding: calc(1em - 1px);
    }
    .x-transfigure-navigation__content {
        position: relative;
    }
    .x-transfigure-navigation__row,
    .x-transfigure-navigation__row .c-navigation__row,
    .x-transfigure-navigation__row .c-navigation__row:nth-child(2) .c-navigation__row:last-of-type {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100%;
        background-color: #fff;
        list-style: none;
        transition: transform 0.3s;
    }
    .x-transfigure-navigation .c-navigation__list {
        position: static;
    }
    .x-transfigure-navigation .c-navigation__list:hover>.c-navigation__row {
        display: block;
        box-shadow: none;
    }
    .x-transfigure-navigation .c-navigation__link {
        display: flex;
        height: 3.75rem;
        padding: 0 0 0 1rem;
        align-items: center;
        justify-content: space-between;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border: 0 solid #d3d3d3;
        border-top-width: 1px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
        transition: all 0.3s;
        white-space: nowrap;
        text-decoration: none;
    }
    .x-transfigure-navigation .c-navigation__row:nth-child(2) .c-navigation__link,
    .x-transfigure-navigation .c-navigation__row:nth-child(2) .c-navigation__row:last-of-type .c-navigation__link {
        padding-left: 1rem;
    }
    .x-transfigure-navigation__row .c-navigation__list:first-of-type>.c-navigation__link,
    .x-transfigure-navigation__row .c-navigation__row .c-navigation__list:first-of-type>.c-navigation__link {
        /*border-top-width: 0;*/
    }
    .x-transfigure-navigation__row .c-navigation__list:last-of-type>.c-navigation__link,
    .x-transfigure-navigation__row .c-navigation__row .c-navigation__list:last-of-type>.c-navigation__link {
        border-bottom-width: 1px;
    }
    .x-transfigure-navigation__row.is-hidden,
    .x-transfigure-navigation__row .c-navigation__row.is-hidden {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
    .x-transfigure-navigation__row.is-hidden>.cmp-primary-navigation__title,
    .x-transfigure-navigation__row.show-next>.cmp-primary-navigation__title,
    .x-transfigure-navigation__row.is-hidden>.c-navigation__list>.c-navigation__link,
    .x-transfigure-navigation__row.show-next>.c-navigation__list>.c-navigation__link,
    .x-transfigure-navigation__row .c-navigation__row.is-hidden>.c-navigation__list>.c-navigation__link,
    .x-transfigure-navigation__row .c-navigation__row.show-next>.c-navigation__list>.c-navigation__link {
        opacity: 0;
    }
    .x-transfigure-navigation__row.show-next>.c-navigation__list>.c-navigation__link,
    .x-transfigure-navigation__row .c-navigation__row.show-next>.c-navigation__list>.c-navigation__link {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .x-transfigure-navigation .c-navigation__link-carat {
        display: none;
    }
    .x-transfigure-navigation .has-child-menu .c-navigation__link-carat {
        display: inline-flex;
        align-self: stretch;
    }
    .x-transfigure-navigation .c-navigation__link-carat>* {
        display: flex;
        width: 4rem;
        align-items: center;
        justify-content: center;
        font-size: 0.75rem;
    }
    .x-transfigure-navigation__footer {
        padding: 1rem;
        font-size: 0.75rem;
        list-style: none;
        border-top: 1px solid #d3d3d3;
    }
    .x-transfigure-navigation__footer-link {
        display: block;
        padding-top: 1em;
        padding-bottom: 1em;
        font-weight: 500;
        line-height: 2;
    }
}

@media screen and (min-width: 60em) {
    .x-transfigure-navigation__row .c-navigation__row {
        display: none;
        width: auto;
        position: absolute;
        white-space: nowrap;
        z-index: 100;
        background: #fff;
    }
    .x-transfigure-navigation .c-navigation__row:nth-child(2) .c-navigation__list .c-navigation__link {
        color: #000;
        min-height: 65px;
        font-size: 16px;
    }
    .x-transfigure-navigation>.c-navigation__row {
        display: flex;
    }
    .x-transfigure-navigation .c-navigation__link {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .x-transfigure-navigation__row .c-navigation__row:nth-child(2) .c-navigation__list {
        text-align: left;
    }
    .x-transfigure-navigation__row .c-navigation__row:nth-child(2) .c-navigation__row:last-of-type {
        top: 0;
        left: 100%;
        z-index: 200;
    }
    .x-transfigure-navigation .c-navigation__row:nth-child(2) .c-navigation__link,
    .x-transfigure-navigation .c-navigation__row:nth-child(2) .c-navigation__row:last-of-type .c-navigation__link {
        justify-content: space-between;
    }
    .x-transfigure-navigation .c-navigation__list:hover>.c-navigation__row {
        display: table;
        box-shadow: 1px 1px 0.25em 0 rgba(15, 15, 15, 0.5);
    }
    .x-transfigure-navigation__row .is-off-screen .c-navigation__row:nth-child(2) .c-navigation__row {
        left: auto;
        right: 100%;
        box-shadow: -1px 1px 0.25em 0 rgba(15, 15, 15, 0.5);
    }
    .x-transfigure-navigation__row .c-navigation__row:nth-child(2) .c-navigation__row .c-navigation__link,
    .x-transfigure-navigation__row .c-navigation__row:nth-child(2) .c-navigation__row:last-of-type .c-navigation__link {
        padding-left: 1em;
    }
    .x-transfigure-navigation .c-navigation__link-carat {
        font-size: 0.5em;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .x-transfigure-navigation .c-navigation__row:nth-child(2) .c-navigation__link-carat {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.x-fasten-header--is-active .c-navigation__link {
    font-size: 15px;
}

.x-fasten-header--is-active .t-site-header__masthead-customer-block {
    align-items: center;
}

.x-fasten-header--is-active .t-site-header__masthead-customer-block .t-primary-link {
    color: #fff;
}

.x-fasten-header--is-active .t-site-header__masthead-customer-block .t-site-header__basket-link {
    margin: 0;
}


/* hero-slider */

#hero-slider {
    position: relative;
    margin-bottom: 60px;
}

#hero-slider .slick-slide .slide-bg {
    height: 36.875rem;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    text-decoration: none;
}

#hero-slider .slick-slide .x-product-list__figure {
    max-width: 42.25rem;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    flex-direction: column;
}

#hero-slider .slick-slide .x-product-list__figure .x-product-list__figure-caption {
    max-width: 26.25rem;
    width: 100%;
    padding: 0;
}

#hero-slider .slick-slide .x-product-list__figure .x-product-list__price {
    font-size: 2.1875rem;
    font-weight: 900;
    color: #ad1f2c;
    margin: 0 0 85px;
}

#hero-slider .slick-slide .x-product-list__figure .x-product-list__name {
    color: #fff;
    line-height: 1.2;
    margin: 0 0 30px;
    height: auto;
    padding: 0;
    font-size: 2.25rem;
}

.btn-more {
    position: relative;
    font-size: 0.9375rem;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    width: 12.8125rem;
    text-transform: uppercase;
    padding: 1rem;
    text-align: center;
    display: block;
    font-weight: 700;
    transition: all 0.3s;
}

.btn-more:hover {
    color: #ad1f2c;
    background-color: #fff;
    border-color: #ad1f2c;
}

@media (max-width: 64em) {
    #hero-slider .slick-slide .x-product-list__figure .x-product-list__name {
        font-size: 1.5rem;
    }
    #hero-slider .slick-slide .x-product-list__figure .x-product-list__price {
        font-size: 1.5rem;
        margin: 0 0 40px;
    }
    .btn-more {
        width: 10rem;
        font-size: 0.8rem;
        padding: 10px;
    }
    #hero-slider .slick-slide .slide-bg {
        height: 25.875rem;
    }
}

@media (max-width: 48em) {
    #hero-slider {
        margin-bottom: 30px;
    }
    #hero-slider .slick-slide .x-product-list__figure {
        padding: 1rem;
    }
    #hero-slider .slick-slide .x-product-list__figure .x-product-list__name {
        font-size: 2.25rem;
        font-size: 1.8rem;
    }
    #hero-slider .slick-slide .x-product-list__figure .x-product-list__price {
        font-size: 1.5rem;
        margin: 0 0 1.75rem
    }
}


/*arrow*/

.arrow-right {
    display: inline-block;
    background: #ad1f2c;
    width: 45px;
    height: 2px;
    transform: translateY(-50%);
    top: 50%;
    right: -1.5rem;
    position: absolute;
}

.arrow-right:before {
    content: ' ';
    display: block;
    background: #ad1f2c;
    width: 10px;
    height: 2px;
    position: absolute;
    right: 0;
    transform: rotate(45deg);
    top: -4px;
}

.arrow-right:after {
    content: ' ';
    display: block;
    background: #ad1f2c;
    width: 10px;
    height: 2px;
    position: absolute;
    right: 0;
    transform: rotate(-45deg);
    top: 4px;
}

.arrow-up {
    display: inline-block;
    background: #fff;
    width: 34px;
    height: 1px;
    transform: translateY(-50%);
    top: 50%;
    right: -1.5rem;
    position: absolute;
    transition: all 0.3s;
}

.arrow-up:before {
    content: ' ';
    display: block;
    background: #fff;
    width: 6px;
    height: 1px;
    position: absolute;
    right: 0;
    transform: rotate(45deg);
    top: -3px;
    transition: all 0.3s;
}

.arrow-up:after {
    content: ' ';
    display: block;
    background: #fff;
    width: 6px;
    height: 1px;
    position: absolute;
    right: 0;
    transform: rotate(-45deg);
    top: 3px;
    transition: all 0.3s;
}


/* slick-dots-start*/

.slick-dots {
    position: absolute;
/* MJB 2019/11/12, moves dots below the "hero" image */
/* MJB 2019/12/16, reduced top padding to keep the dots below the imageon mobile */
/*    bottom: 10px;  */
    left: 50%;
    transform: translateX(-50%);
    width: auto;
/*    padding: 10px 20px 13px 20px; */
    padding: 0px 20px 13px 20px;
    background-color: rgb(0, 0, 0, 0.7)
}

.slick-dots li {
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
    width: 10px!important;
    height: 10px!important;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li:last-child {
    margin: 0;
}

.slick-dots button {
    width: 10px!important;
    height: 10px!important;
    border-radius: 50%;
    background-color: #4e4f53!important;
    cursor: pointer;
}

.slick-dots li.slick-active button {
    background-color: #ad1f2c!important;
}

.slick-dots li button:hover {
    background-color: #ad1f2c!important;
}


/* slick-dots-end */


/*picked-label*/

.picked-label {
    width: 28.5rem;
    max-height: 28.5rem;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 1.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #bcbec1;
}

#js-SFNT .picked-label-wrapper {
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    margin: -7rem 0 0;
}

.picked-label h2 {
    font-size: 2.25rem;
    font-weight: 900;
    margin: 0 0 1.8rem;
    color: #fff;
}

.picked-label h2 strong {
    color: #ad1f2c;
}

.picked-label h6 {
    font-size: 1.5625rem;
    color: #bcbec1;
    line-height: 1.2;
    margin: 0 0 0.5rem;
}

@media (max-width: 100em) {
    #js-SFNT .picked-label-wrapper {
        position: static;
        left: auto;
        top: auto;
        transform: unset;
        width: 100%;
        margin: 0;
        max-width: 100%;
        flex-basis: unset;
    }
    .picked-label {
        width: 100%;
    }
}

@media (max-width: 80em) {
    #js-SFNT .picked-label-wrapper {
        margin: -2rem 0 0;
    }
}

@media (max-width: 60em) {
    .picked-label {
        width: 100%;
    }
}

@media (max-width: 48em) {
    .picked-label h6 {
        font-size: 1rem;
    }
    .picked-label h2 {
        font-size: 1.8rem;
        margin: 0 0 1rem;
    }
    .picked-label {
        width: 100%;
        padding: 1rem;
    }
}

.picked-label .btn-more.c-button {
    margin: 1.7rem auto;
}


/* t-featured-categories */

.t-featured-categories {
    padding-top: 0;
}

.t-featured-categories.t-expanded-block {
    max-width: 1660px;
    width: 100%;
    margin: 0 auto 60px;
}

.t-featured-categories .x-product-list__figure-caption {
    padding: 5rem 4.375rem 3.4rem;
    height: 100%;
    position: relative;
}

.t-featured-categories .x-product-list__figure-caption a h3 {
    font-size: 4.125rem;
    font-weight: 700;
    color: #fff;
    line-height: 0.8;
    margin: 0 0 3.7rem;
}

.x-product-list__figure-caption a {
    text-decoration: none;
}

.t-featured-categories .x-product-list__figure {
    background-position: 50% 50%;
    background-size: cover;
    height: 100%;
}

.t-featured-categories__btn-more {
    position: relative;
    font-size: 0.9375rem;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

#storefront_top_categories .t-featured-categories__btn-more {
    position: absolute;
    bottom: 1.875rem;
    left: 4.375rem;
}

.t-featured-categories__btn-more:hover {
    color: #ad1f2c;
}

.t-featured-categories__btn-more .arrow-right {
    right: -3.5rem;
}

.t-featured-categories .starting-with {
    display: block;
    line-height: 1;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #9c9ea1;
    margin: 0 0 0.8rem;
}

.t-featured-categories .starting-with-priÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âe {
    display: block;
    line-height: 1;
    font-weight: 700;
    font-size: 2.1875rem;
    color: #ad1f2c;
    margin: 0 0 6.2rem;
}

.t-featured-categories .o-layout__item {
    padding: 0;
}

@media (max-width: 75em) {
    .t-featured-categories .x-product-list__figure-caption a h3 {
        margin: 0 0 2rem;
        font-size: 3rem;
    }
    .t-featured-categories .starting-with-priÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âe {
        margin: 0 0 3rem;
        font-size: 2rem;
    }
}

@media (max-width: 64em) {
    .t-featured-categories .x-product-list__figure-caption {
        padding: 3rem 2rem;
    }
    #storefront_top_categories .t-featured-categories__btn-more {
        left: 2rem;
    }
    .t-featured-categories .starting-with {
        font-size: 0.8rem;
    }
    .t-featured-categories .starting-with-priÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âe {
        font-size: 1.5rem;
        margin: 0 0 1rem;
    }
    .t-featured-categories .x-product-list__figure-caption a h3 {
        font-size: 2rem;
        margin: 0 0 1rem;
    }
    .t-featured-categories__btn-more {
        font-size: 0.8rem;
    }
}

@media (max-width: 60em) {
    .t-featured-categories .x-product-list__figure {
        max-width: 40rem;
        margin: 1rem auto;
    }
    .t-featured-categories .o-layout__item {
        flex-basis: unset;
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 48em) {
    .t-featured-categories .x-product-list__figure-caption {
        padding: 1.5rem 1rem;
    }
    #storefront_top_categories .t-featured-categories__btn-more {
        bottom: 1rem;
        left: 1rem;
    }
    .t-featured-categories .x-product-list__figure-caption a h3 {
        margin: 0 0 1rem;
        font-size: 2rem;
    }
    .t-featured-categories .starting-with-priÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âe {
        margin: 0 0 1.5rem;
        font-size: 1.5rem;
    }
    .t-featured-categories .x-product-list__figure {
        max-width: 40rem;
        margin: 0.5rem auto;
    }
    .t-featured-categories.t-expanded-block {
        margin: 0 auto 30px;
    }
}


/* mm_combination_facet_container */

.mm_combination_facet_container {
    display: flex;
    align-items: center;
    background: #2c2d31;
    color: #fff;
    padding: 28px 40px;
    position: relative;
}

.mm_combination_facet_header {
    display: flex;
    align-items: center;
}

.mm_combination_facet_header .saved-machines {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 0 35px;
    position: relative;
}

.mm_combination_facet_header .saved-machines:hover {
    color: #ad1f2c;
}

.mm_combination_facet_header .saved-machines:before {
    content: "";
    width: 1px;
    height: 55px;
    background: #4e4f53;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.mm_combination_facet_header .saved-machines i {
    display: block;
    margin-bottom: 3px;
}

.mm_combination_facet_header h3 {
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    padding: 0 35px;
    margin: 0;
}

.mm_combination_facet_content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 1;
    max-width: 930px;
}

.mm_combination_facet_fields {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    margin: -6px;
}

@media (max-width: 39.9em) {
    .mm_combination_facet_fields {
        width: 100%;
    }
}

.mm_combination_facet_fields_col {
    flex: 1 1 auto;
    padding: 6px;
}

.mm_combination_facet_fields_col.ymm-year {
    max-width: 170px;
}

@media (max-width: 39.9em) {
    .mm_combination_facet_fields_col {
        width: 100%;
    }
}

.mm_combination_facet_container .x-custom-select__title {
    background: #161618;
    color: #fff;
}

.mm_combination_facet_container .x-custom-select__title:after {
    border-color: #ffffff transparent transparent transparent;
}

.mm_combination_facet_action_container {
    margin-left: 12px;
}

.mm_combination_facet_action {
    height: 48px;
    border: 1px solid #ad1f2c;
    border-radius: 0;
    background: #ad1f2c;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    min-width: 100px;
    padding: 15px;
    margin: 0;
    transition: all 0.3s;
}

.mm_combination_facet_action:hover {
    background: transparent;
    border-color: #fff;
}

.mm_combination_facet_action.disabled,
.mm_combination_facet_action.disabled:hover {
    background-color: #cdced1;
    border-color: #cdced1;
    color: #838383;
    pointer-events: none;
}

.mm_combination_facet_container .c-form-select {
    margin: 0;
}

.mm_combination_facet_container .c-form-select:before,
.mm_combination_facet_container .c-form-select:after {
    display: none;
}

#saved-machines-container {
    background: #0d0e0f;
    padding: 20px;
    max-width: 700px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    display: none;
}

#saved-machines-container h5 {
    font-size: 15px;
    border-bottom: 1px solid #fff;
    font-family: 'Roboto', sans-serif;
    padding: 3px 0;
    margin-bottom: 5px;
}

#saved-machines-container ul {
    margin: 0;
    list-style-position: inside;
    font-size: 13px;
    font-weight: bold;
    list-style-type: circle;
    margin: 0 -20px;
}

#saved-machines-container li {
    padding: 5px 20px;
}

#saved-machines-container li:hover {
    background: #272c33;
}

#saved-machines-container button.remove {
    float: right;
    border: none;
    font-size: 16px;
    background: none;
    color: #ad1f2c;
    font-weight: bold;
    cursor: pointer;
    margin-top: 3px;
    padding: 1px 7px 2px;
    outline: none;
}

#saved-machines-container button.remove:active {
    font-weight: normal;
}

#saved-machines-container .save {
    float: right;
    border: 1px solid #ddd;
    border-radius: 16px;
    margin-top: 3px;
    font-size: 12px;
    margin-right: 10px;
    background: none;
    color: white;
    line-height: 1;
    padding: 3px 10px;
    cursor: pointer;
    font-weight: bold;
    text-transform: lowercase;
    outline: none;
    text-decoration: none;
}

#saved-machines-container .save:hover {
    background: #eee;
    color: #242424;
}

#saved-machines-container .save:active {
    border: 1px solid #242424;
}

#saved-machines-container button.search {
    color: white;
    font-size: 12px;
    border: 1px solid white;
    border-radius: 15px;
    color: #242424;
    padding: 3px 8px;
    background: #f1f2f2;
    margin-right: 10px;
    outline: none;
    margin-top: 3px;
    float: right;
    cursor: pointer;
}

#saved-machines-container button.search:hover {
    background: none;
    color: #eee;
}

#saved-machines-container button.search:active {
    box-shadow: inset 0px 0px 0 1px white;
    border-color: transparent;
}

#saved-machines-trigger .badge {
    position: absolute;
    left: 50%;
    margin-left: 4px;
    top: -15px;
    border-radius: 50%;
    background: #ad1f2c;
    color: white;
    width: 22px;
    height: 22px;
    line-height: 1.8;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

#saved-machines-container .hint {
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    padding-top: 10px;
    color: #bbb;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#saved-machines-container .save-hint {
    display: inline-block;
    border: 1px solid;
    color: #ccc;
    padding: 0px 6px;
    margin: 0 2px;
    font-weight: bold;
    line-height: 1.5;
    text-transform: lowercase;
    font-size: 11px;
    border-radius: 16px;
}

@media (max-width: 75em) {
    .mm_combination_facet_container {
        flex-wrap: wrap;
    }
    .mm_combination_facet_header {
        width: 100%;
        justify-content: center;
        margin: 0 0 20px;
    }
    .mm_combination_facet_content {
        margin: 0 auto;
    }
}

@media (max-width: 62em) {
    .mm_combination_facet_header h3 {
        font-size: 20px;
    }
}

@media (max-width: 39.9em) {
    .mm_combination_facet_action_container {
        width: 100%;
        margin: 20px 0 0;
    }
    .mm_combination_facet_action {
        width: 100%;
    }
    .mm_combination_facet_fields_col.ymm-year {
        max-width: 100%;
    }
    .mm_combination_facet_header h3 {
        font-size: 18px;
        padding: 10px;
    }
    .mm_combination_facet_header .saved-machines {
        padding: 10px;
    }
    #saved-machines-trigger .badge {
        
top: -5px;
    }
}


/* storefront_feature */

.storefront-featured {
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 60px;
    padding: 100px 0;
}

.t-storefront-featured-product-list.slick-slider {
    top: 0;
    max-width: auto;
    margin: 0 0 55px;
}

.storefront-featured br {
    display: none;
}

.storefront-featured h2 {
    font-size: 3.125rem;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    max-width: 36rem;
    margin: 0 0 6rem;
    line-height: 0.8;
}

.storefront-featured .navigation-set {
    padding: 0;
    margin: 0;
    list-style: none;
    max-width: 17.5em;
}

.storefront-featured .navigation-set li {
    font-size: 0.9375rem;
    text-transform: uppercase;
    margin: 0 0 2px;
    padding: 7px 10px 7px 3px;
    border-bottom: 0;
    cursor: pointer;
}

.storefront-featured .navigation-set li:hover {
    background-color: #ad1f2c;
}

.storefront-featured .navigation-set li.is-active {
    background-color: #ad1f2c;
}

.storefront-featured .navigation-set li .u-icon-add {
    color: #ad1f2c;
}

.storefront-featured .navigation-set li:hover .u-icon-add {
    color: #fff;
}

.storefront-featured .navigation-set li.is-active .u-icon-add {
    color: #fff;
}

.storefront-featured .navigation-set a {
    text-decoration: none;
    color: #fff;
    font-weight: 900;
}

.storefront-featured .x-accordion-category-tree__summary {
    justify-content: flex-start;
}

.storefront-featured .u-icon-add {
    color: #fff;
    margin: 0 1.3rem 0 0;
    font-size: 17px;
}

.storefront-featured .x-product-list__picture {
    width: 298px;
    height: 298px;
    background-color: #fff;
 /*   border-radius: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    overflow: hidden;
}

.storefront-featured .x-product-list__picture img {
    width: 80%;
    height: 80%;
    transition: all 0.3s;
}

.storefront-featured .x-product-list__link:hover {
    background-color: transparent;
    box-shadow: none;
}

.storefront-featured .x-product-list__link:hover img {
    transform: scale(1.1, 1.1);
    position: relative;
    z-index: 2;
}

.storefront-featured .x-product-list__price {
    color: #ad1f2c;
    font-size: 1.875rem;
    font-weight: 700;
}

.storefront-featured .x-product-list__name {
    height: auto;
    padding: 0;
    color: #fff;
    line-height: 1.5;
    font-size: 1.125rem;
    margin: 0 0 20px;
}

.storefront-featured .x-product-list__figure-caption {
    padding: 2.5rem 1rem 0.5rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 175px;
}

.x-product-list__figure {
    outline: none;
}

.storefront-featured .featured-slider-buttons {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 17.8125rem;
    width: 100%;
    text-align: center;
}

.storefront-featured .featured-slider-buttons i {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 300;
    color: #fff;
}

.storefront-featured .slider-progress {
    font-size: 1.7rem;
    color: #92969b;
    margin: 0 1rem;
}

.storefront-featured .featured-slider-buttons .progress-current {
    color: #ad1f2c;
    margin: 0 1rem;
}

.storefront-featured .slider-progress-line {
    display: inline-block;
    vertical-align: middle;
    width: 77px;
    height: 1px;
    background-color: #808080;
    position: relative;
    top: -6px;
}

.featured-slider-buttons .featured-btn-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.featured-slider-buttons .featured-btn-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.featured-slider-buttons .featured-btn-next:hover i {
    color: #ad1f2c;
}

.featured-slider-buttons .featured-btn-prev:hover i {
    color: #ad1f2c;
}

.featured-slider-buttons .featured-btn-next i {
    transition: all 0.3s;
}

.featured-slider-buttons .featured-btn-prev i {
    transition: all 0.3s;
}

.storefront-featured .t-storefront-featured-products {
    margin: 0;
    padding: 4rem 0 2rem;
    position: relative;
}

.storefront-featured .o-wrapper {
    position: relative;
}

.storefront-featured .t-storefront-featured-product-description__cta {
    position: absolute;
    top: -23%;
    right: 0;
    max-width: 12.6rem;
    width: 100%;
    padding: 1rem;
    background-color: transparent;
}

.storefront-featured .x-accordion-category-tree__row {
    padding-right: 0;
}

.storefront-featured .x-accordion-category-tree__row .x-accordion-category-tree__list--level-2 {
    padding: 0;
    margin: 5px 10px 5px 57px;
    line-height: 1.4;
}

.storefront-featured .x-accordion-category-tree__row .x-accordion-category-tree__list--level-2:last-child {
    margin: 5px 10px 0 57px;
}

.storefront-featured .x-accordion-category-tree__row .x-accordion-category-tree__list--level-2 .x-accordion-category-tree__link:hover {
    opacity: 0.8;
}

@media (max-width: 87.5em) {
    .storefront-featured .navigation-set {
        display: flex;
        overflow-x: auto;
        max-width: 100%;
    }
    .storefront-featured .navigation-set li {
        white-space: nowrap;
        margin: 0 5px;
    }
    .storefront-featured .t-storefront-featured-product-description__cta {
        display: none;
    }
    .storefront-featured .u-width-3--l {
        max-width: 100%;
        flex-basis: unset;
    }
    .storefront-featured .u-width-9--l {
        max-width: 100%;
        flex-basis: unset;
        margin: 4rem auto 2rem;
    }
    .storefront-featured .u-width-3--l {
        max-width: 100%;
        flex-basis: unset;
    }
    .storefront-featured h2 {
        margin: 0 0 2rem;
    }
}

@media (max-width: 64em) {
    .storefront-featured {
        padding: 50px 0 0;
    }
    .storefront-featured .t-storefront-featured-product-description__cta {
        width: 10rem;
        font-size: 0.8rem;
        padding: 10px;
    }
    .storefront-featured h2 {
        font-size: 3rem;
        text-align: center;
        max-width: 100%;
    }
    .storefront-featured .x-product-list__picture {
        height: 200px;
        width: 200px;
    }
    .storefront-featured .x-product-list__figure-caption {
        padding: 1rem;
    }
    .storefront-featured .x-product-list__name {
        font-size: 1rem;
    }
    .storefront-featured .x-product-list__price {
        font-size: 1.5rem;
    }
    .storefront-featured .featured-slider-buttons {
        max-width: 15rem;
    }
    .storefront-featured .featured-slider-buttons i {
        font-size: 1rem;
    }
    .storefront-featured .featured-slider-buttons .progress-current {
        margin: 0 0.5rem;
        font-size: 1.5rem;
    }
    .storefront-featured .slider-progress {
        margin: 0 0.5rem;
        font-size: 1.5rem;
    }
    .storefront-featured .u-width-9--l {
        margin: 2rem auto;
    }
    .storefront-featured .t-storefront-featured-products {
        padding: 0 0 2rem;
    }
}

@media (max-width: 48em) {
    .storefront-featured .x-product-list__figure {
        max-width: 300px;
        margin: 0 auto;
    }
    .storefront-featured .x-product-list__name {
        font-size: 1rem;
        margin: 0 0 5px;
    }
    .storefront-featured {
        margin-bottom: 30px;
    }
    .t-storefront-testimonial .t-featured-categories__btn-more {
        display: none;
    }
    .t-storefront-featured-product-list.slick-slider {
        margin: 0 0 25px;
    }
    .t-storefront-featured-product-list.slick-slider {
        margin: 0;
    }
}

@media (max-width: 47.9em) {
    .storefront-featured .x-product-list__figure-caption {
        min-height: auto;
    }
}


/*pick-ctg-map*/

#pick-ctg-map li {
    position: relative;
}

#pick-ctg-map li.active .fa-plus {
    background: #fff;
    font-size: 0.6rem;
    background-color: #fff;
}

#pick-ctg-map li:before {
    content: ' ';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    background-color: rgb(243, 55, 56, 0.4);
    z-index: 1;
    transition: all 0.3s;
}

#pick-ctg-map li:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: ' ';
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: rgb(243, 55, 56, 0.7);
    position: absolute;
    transition: all 0.3s;
    z-index: 2;
}

#pick-ctg-map li:hover:before {
    width: 10.4375rem;
    height: 10.4375rem;
}

#pick-ctg-map li:hover:after {
    width: 6.0625rem;
    height: 6.0625rem;
}

#pick-ctg-map .fa-plus {
    width: 1rem;
    height: 1rem;
    background-color: rgb(243, 55, 56, 1);
    border-radius: 50%;
    color: #ad1f2c;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    position: absolute;
    font-size: 0;
    transition: all 0.3s;
}

#pick-ctg-map li:hover .fa-plus {
    width: 2.8125rem;
    height: 2.8125rem;
    background: #fff;
    font-size: 1rem;
    background-color: #fff;
}

@media (max-width: 100em) {
    ul #speedo_gauges {
        top: 10%;
    }
    ul #seats_saddles {
        top: 22%;
    }
    ul #harley_frames {
        top: 20%;
    }
    ul #engines_motors {
        top: 30%;
    }
    ul #exhaust_pipes {
        top: 50%;
    }
    ul #rolling_chassis {
        top: 40%;
    }
}

@media (max-width: 63.9375em) {
    .t-storefront-pick-category {
        display: none;
    }
}


/* storefront_testimonial */

.t-storefront-testimonial {
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 80px;
}

.t-storefront-testimonial .t-featured-categories__btn-more {
    text-decoration: none;
    padding: 0 0 0 52px;
}

.testimonial-slider.slick-slider {
    margin: 0 auto 38px;
}

#storefront_testimonial .testimonial-item {
    max-width: 370px;
    margin: 0 auto;
    display: block !important;
}

#storefront_testimonial .testimonial-header {
    display: flex;
    align-items: center;
    margin: 0 0 1.5625rem 0;
}

#storefront_testimonial .testimonial-header img {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    margin: 0 8px 0 0;
}

#storefront_testimonial .stars {
    margin: 0 0 0.6rem;
}

#storefront_testimonial .stars i {
    color: #eec522;
    font-size: 14px;
}

#storefront_testimonial .testimonial-name {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
}

#storefront_testimonial .testimonial-date {
    font-size: 1rem;
    color: #9c9ea1;
}

#storefront_testimonial .testimonial-message {
    color: #fff;
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
    position: relative;
    padding: 0 0.4rem;
    display: inline;
}

#storefront_testimonial .testimonial-message:after {
    content: "\f10e";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    right: -2px;
    color: #fff;
    font-weight: 700;
    bottom: 0;
    font-size: 0.3rem;
}

#storefront_testimonial .testimonial-message:before {
    content: "\f10d";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    top: 0;
    left: -2px;
    color: #fff;
    font-weight: 700;
    font-size: 0.3rem;
}

@media (max-width: 48em) {
    .t-storefront-testimonial {
        padding: 40px 0 30px;
    }
    #storefront_testimonial .testimonial-header {
        margin: 0 0 0.8rem;
    }
    #storefront_testimonial .testimonial-message {
        font-size: 16px;
    }
    .testimonial-slider.slick-slider {
        margin: 0;
        padding: 0 0 60px;
    }
    #storefront_testimonial .testimonial-item {
        max-width: 320px;
    }
}


/* slick-btn-start */

.slick-slider {
    margin: 0 auto;
}

.slick-slider .slick-arrow {
    background-color: transparent;
    opacity: 1;
}

.slick-slider .slick-prev:hover::before,
.slick-slider .slick-prev:focus::before,
.slick-slider .slick-next:hover::before,
.slick-slider .slick-next:focus::before {
    color: #ad1f2c;
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-prev:focus,
.slick-slider .slick-next:hover,
.slick-slider .slick-next:focus {
    box-shadow: none;
}

.slick-slider .slick-arrow:before {
    font-size: 2rem;
    color: #7f7f7f;
}

.slick-slider .slick-arrow:after {
    font-size: 1.5rem;
    color: #7f7f7f;
}

.slick-slider .slick-prev {
    left: -2.8rem;
    top: 50%;
    transform: translateY(-50%);
}

.slick-slider .slick-next {
    right: -2.8rem;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 100em) {
    .slick-slider .slick-prev {
        left: 0;
    }
    .slick-slider .slick-next {
        right: 0;
    }
}

@media (max-width: 48em) {
    .slick-slider .slick-next {
        bottom: 0;
        top: auto;
        right: auto;
        left: 55%;
        transform: translateX(-50%);
    }
    .slick-slider .slick-next:before {
        font-size: 1.5rem;
    }
    .slick-slider .slick-prev {
        bottom: 0;
        top: auto;
        right: auto;
        left: 45%;
        transform: translateX(-50%);
    }
    .slick-slider .slick-prev:before {
        font-size: 1.5rem;
    }
}


/* slick-btn-end */


/* footer */

footer.t-site-footer {
    max-width: 1660px;
    /*margin: 60px auto 0;*/
    margin: 0 auto 0;
    width: 100%;
    overflow-y: hidden;
    padding-top: 0;
}

.logo-footer {
    margin: 0 0 2rem;
}

@media (max-width: 60em) {
    .logo-footer {
        text-align: center;
        max-width: 200px;
        margin: 0 auto 2rem;
    }
}

@media (max-width: 48em) {
    footer.t-site-footer {
        margin: 30px auto 0;
    }
}


/* storefront_social */

#footer_social {
    position: relative;
    z-index: 1;
}

#footer_social a {
    background-size: cover;
    height: 31rem;
    padding: 0;
    display: block;
    position: relative;
    /*display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;*/
    /*transition: transform all 0.2s;*/
    color: #fff;
    text-decoration: none;
}

#footer_social a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

#footer_social a .background-social {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: none;
    display: block;
    background-size: cover;
    height: 100%;
    width: 100%;
    padding: 0;
    transition: all 0.2s;
    transform: none;
    z-index: 2;
}

@media (max-width: 60em) {
    #footer_social a {
        height: 18rem;
    }
}

@media (max-width: 28.125em) {
    #footer_social a {
        height: 12rem;
    }
}

#footer_social a:hover .background-social {
    transform: scale(1.05);
    box-shadow: 0 0 43px 0 rgba(1, 1, 1, 0.75);
    z-index: 5;
}

#footer_social i {
    font-style: normal;
    font-size: 4.5rem;
    display: block;
    margin: 0 0 2.5rem;
}

@media (max-width: 60em) {
    #footer_social i {
        font-size: 2rem;
        margin: 0 0 1rem;
    }
}

#footer_social h3 {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

@media (max-width: 60em) {
    #footer_social h3 {
        font-size: 1rem;
    }
}

#store_hours {
    max-width: 16rem;
    margin: 0 0 7.5rem;
}

@media (max-width: 60em) {
    #store_hours {
        margin: 0 0 1.5rem;
    }
}

#store_hours p {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    position: relative;
    padding: 0 0 0 2rem;
}

#store_hours p::before {
    position: absolute;
    left: 0;
    right: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f3c5";
    font-size: 1rem;
    color: #ad1f2c;
}

#store_hours p:nth-child(2):before {
    content: "\f017";
}

#store_hours p:nth-child(3):before {
    content: "\f0e0";
}

.t-site-footer__content {
    background: #000;
    padding: 6rem 0 3rem;
}

.t-site-footer__content a:hover {
    color: #a1a1a1;
}

.t-site-footer__content .t-global-footer-social-links li a {
    font-size: 1.6rem;
}

.t-global-footer-social-links .fa-linkedin-in {
    position: relative;
    top: -2px;
}

.t-site-footer__content .t-global-footer-social-links .o-list-inline {
    margin: 0;
}

.t-site-footer__content .t-global-footer-social-links li a:hover {
    color: #fff;
}

.t-site-footer .c-menu__title {
    font-size: 1.1875rem;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0.6rem;
}

.t-site-footer .c-menu__link {
    font-size: 0.875rem;
    color: #fff;
    font-weight: 300;
}

.t-site-footer .footer-links {
    padding-top: 1.3rem;
}

.t-site-footer .footer-links .c-menu {
    max-width: 10.5rem;
    width: 100%;
}

@media (max-width: 60em) {
    .t-site-footer .footer-links .c-menu {
        max-width: 100%;
        width: 100%;
    }
}

.footer-links {
    position: relative;
}

.newsletter_form-outer {
    position: absolute;
    bottom: 28%;
    right: 0;
    width: 66%;
    max-width: 100% !important;
}

.navigation-links__outer {
    max-width: 100% !important;
    width: 100%;
    padding: 2rem 0 0;
}

.navigation-links__outer .navigation-set {
    display: flex;
}

.navigation-links__outer .navigation-set li {
    margin: 0 1.2rem 0 0;
}

.navigation-links__outer .navigation-set li a {
    font-size: 1.1875rem;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: -0.002rem;
}

@media (max-width: 75em) {
    .navigation-links__outer .navigation-set li a {
        font-size: 0.8rem;
    }
}

.t-newsletter-form .c-control-group {
    margin: 0;
}

.t-newsletter-form .c-form-list .c-control-group__button {
    position: relative;
    width: 4.0625rem;
    font-size: 0;
    background-color: #ad1f2c;
    height: 3rem;
    margin: 0;
}

.t-newsletter-form .c-form-list .c-control-group__button::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f1d8";
    font-size: 1rem;
    background-color: transparent;
    color: #fff;
    font-weight: 700;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.t-newsletter-form .c-form-list .c-form-input {
    height: 3rem;
    box-sizing: border-box;
    background-color: transparent;
    margin: 0 -1px 0 0;
    color: #fff;
}

.t-newsletter-form .c-form-list .c-form-input::placeholder {
    font-size: 0.875rem;
    color: #fff;
    opacity: 1;
    font-weight: 300;
}

.t-newsletter-form .c-form-list li {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
}

.t-newsletter-form h5 {
    display: none;
}

@media (max-width: 62em) {
    .navigation-links__outer .navigation-set li {
        margin: 0 0.8rem 0 0;
    }
}

@media (max-width: 60em) {
    .t-site-footer__content {
        padding: 1.5rem 0 1rem;
    }
    #store_hours p {
        display: block;
        font-size: 0.9rem;
        font-weight: 700;
        color: #fff;
        margin: 0 0 0.8rem;
    }
    .t-site-footer__content .t-global-footer-social-links li a {
        font-size: 1.2rem;
    }
    .newsletter_form-outer {
        position: static;
        width: 100%;
    }
    .navigation-links__outer .navigation-set li {
        margin: 0 10px 0 0;
    }
    .navigation-links__outer {
        padding: 0;
        border: none;
    }
}

@media (max-width: 48em) {
    .t-site-footer .footer-links {
        padding: 0 0 0 16px;
    }
    .t-newsletter-form {
        margin: 0 0 1.5rem;
    }
    .navigation-links__outer .navigation-set li {
        margin: 0 10px 15px 0;
    }
    .navigation-links__outer .navigation-set {
        flex-wrap: wrap;
        justify-content: center;
        margin: 0;
    }
    .t-newsletter-form .c-form-list li {
        max-width: 100%;
    }
}


/* site_copyright */

.t-site-copyright {
    background-color: #0d0e0f;
    padding: 2.5rem 0;
    max-width: 1660px;
    margin: 0 auto;
}

.t-site-copyright .o-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 60em) {
    .t-site-copyright .o-wrapper {
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }
}

.list-payment-cards {
    width: 40%;
}

.copy-right-info {
    width: calc(60% - 0.8rem);
    margin: 0 0.8rem 0 0;
}

.copy-right-info p {
    font-size: 0.875rem;
    color: #666;
    font-weight: 300;
    margin: 0;
}

@media (max-width: 60em) {
    .copy-right-info p {
        font-size: 0.7rem;
    }
}

.list-payment-cards {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

.list-payment-cards li {
    margin: 0 0.625rem;
}

.t-account-landing-section {
    margin-bottom: 0;
}

@media (max-width: 60em) {
    .list-payment-cards {
        width: 100%;
    }
    .t-site-copyright {
        padding: 1.5rem 0;
    }
    .copy-right-info {
        width: 80%;
        margin: 0 0 1rem;
    }
}


/* footer_questions-start */

#footer_questions {
    background-color: #ad1f2c;
    padding: 45px 10px;
}

.t-footer-question {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.t-footer-question a {
    color: #fff;
}

@media (max-width: 48em) {
    #footer_questions {
        padding: 20px 10px;
    }
    .t-footer-question {
        font-size: 18px;
    }
    .t-footer-question a {
        word-spacing: normal;
    }
}


/* footer_questions-end */


/* btn-questions-start */

#btn-questions {
    position: fixed;
    right: -38px!important;
    top: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    background-color: #ad1f2c;
    padding: 10px;
    transform: rotate(-90deg);
    transition: all 0.3s;
    cursor: pointer;
    z-index: 999;
}

#btn-questions:hover {
    background-color: #fff;
    color: #ad1f2c;
}

@media (max-width: 60em) {
    #btn-questions {
        font-size: 16px;
        padding: 5px;
        right: -25px!important;
    }
}


/* btn-questions-end */


/* back-to-top-start */

#back-to-top {
    position: fixed;
    right: 0px;
    bottom: 0px;
    font-size: 12px;
    color: #fff;
    background-color: #ad1f2c;
    padding: 50px 20px 40px;
    text-transform: uppercase;
    z-index: 999;
    cursor: pointer;
    transition: all 0.3s;
}

#back-to-top:hover {
    color: #ad1f2c;
    background-color: #fff;
}

#back-to-top:hover .arrow-up {
    background-color: #ad1f2c;
}

#back-to-top:hover .arrow-up:before {
    background-color: #ad1f2c;
}

#back-to-top:hover .arrow-up:after {
    background-color: #ad1f2c;
}

.back-to-top-description {
    position: relative;
    display: block;
    padding: 25px 0 0;
}

.back-to-top-description .arrow-up {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) rotate(-90deg);
}

@media (max-width: 60em) {
    #back-to-top {
        padding: 40px 10px 20px;
    }
}


/* back-to-top-start */


/* x-mini-basket__content-start */

.x-mini-basket__content {
    padding: 17px 20px;
    max-width: 460px;
    width: 100%;
}

.x-mini-basket__content header {
    margin: 0 0 10px;
}

.x-mini-basket__content header .c-heading-echo span {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
}

.x-mini-basket__content #cart-total {
    font-weight: 400;
}

.x-mini-basket__content .x-mini-basket__image {
    width: 94px;
    height: 87px;
}

.x-mini-basket__content .x-mini-basket__item-name {
    font-size: 18px;
    color: #000;
    margin: 0 0 5px;
    white-space: pre-wrap;
}

.x-mini-basket__content .x-mini-basket__item-price {
    color: #ad1f2c;
    font-weight: 700;
    font-size: 16px;
}

.x-mini-basket__content .x-mini-basket__item-quantity {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.x-mini-basket__content .remove-product {
    font-size: 13px;
    color: #000;
}

.x-mini-basket__footer .c-button {
    text-transform: uppercase;
    font-size: 15px;
    background-color: #ad1f2c;
    font-weight: 400;
    color: #fff;
    padding: 19px 15px;
    transition: all 0.3s;
}

.x-mini-basket__footer .c-button:hover {
    background-color: #ad1f2c;
    opacity: 0.8;
}

.free-shipping {
    font-size: 16px;
    color: #ad1f2c;
    text-align: center;
    margin: 5px;
    font-style: italic;
}

@media (max-width: 48em) {
    .x-mini-basket__footer .c-button {
        padding: 10px;
    }
    .x-mini-basket__content .x-mini-basket__line {
        margin: 0;
        display: block;
    }
    .x-mini-basket--open {
        margin: 0 10px;
    }
    .x-mini-basket__content .x-mini-basket__item-name {
        font-size: 14px;
    }
    .x-mini-basket__content .x-mini-basket__item {
        max-width: 100%;
    }
    .x-mini-basket__content .x-mini-basket__image {
        margin: 0 auto 20px;
    }
}


/* x-mini-basket__content-end */


/* breadcrumbs-start */

.t-breadcrumbs .x-collapsing-breadcrumbs__list {
    padding: 4rem 0 0;
}

.t-breadcrumbs .x-collapsing-breadcrumbs__list li {
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
}

.t-breadcrumbs .x-collapsing-breadcrumbs__list li:last-child {
    font-weight: 400;
    font-style: italic;
}

.t-breadcrumbs .x-collapsing-breadcrumbs__list li a {
    color: #000;
    text-decoration: none;
}

@media (max-width: 48em) {
    .t-breadcrumbs .x-collapsing-breadcrumbs__list {
        padding: 2rem 0 0;
    }
}


/* breadcrumbs-end */


/* storefront-page-end */


/* category-page-start */

.category-main-bg {
    background-position: 0 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #ffff;
}

.category-main-bg h1 {
    padding: 0 0 54px;
    margin-bottom: 0;
}

/* subcategory-navigation */

.t-expanded-block {
    background: #fff;
    width: 100%;
    max-width: 100%;
}

.t-subcategory-navigation__name {
    padding: 0;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 2;
    border: 0;
}

.t-subcategory-navigation-block .slick-track {
    width: 100%!important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.t-subcategory-navigation-block .slick-slide {
    width: auto!important;
}

/* ctg-banner-start */

.ctg-banner {
    margin: 0 0 45px;
    min-height: 420px;
    padding: 10px 80px;
    display: flex;
    align-items: center;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.ctg-banner-description {
    font-size: 66px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    max-width: 430px;
}

.ctg-banner-description br {
    display: none;
}

@media (max-width: 75em) {
    .ctg-banner {
        min-height: 350px;
    }
    .ctg-banner-description {
        font-size: 50px;
    }
}

@media (max-width: 48em) {
    .ctg-banner {
        min-height: 250px;
        padding: 20px;
        margin: 0 0 25px;
    }
    .ctg-banner-description {
        font-size: 30px;
        max-width: 300px;
    }
    .category-main-bg h1 {
        padding: 0 0 25px;
    }

    .t-subcategory-navigation__item {
        padding: 0;
    }

    .t-subcategory-navigation__name {
        font-size: 14px;
    }
}

@media (max-width: 25em) {
    .t-subcategory-navigation-block .slick-track {
        flex-direction: column;
    }
    .t-subcategory-navigation__figure-caption {
        padding: 0.5rem;
    }
}


/* ctg-banner-start-end */


/* ctgy_featured-slider-start */

.x-product-list__link {
    outline: none;
}

.x-product-list__link:hover {
    background-color: transparent;
    box-shadow: none;
}

#ctgy_featured .x-product-list__figure img {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 40px;
    border: 1px solid #efefef;
}

#ctgy_featured .x-product-list__name {
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 0;
}

@media (max-width: 75em) {
    #ctgy_featured .x-product-list__figure img {
        width: 200px;
        height: 200px;
        margin: 0 auto 20px;
    }
}


/* ctgy_featured-slider-start-end */


/* category-filaters-start */

.category-filters {
    background-color: #fff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    position: relative;
}


/* category-filaters-end */


/* category-products-wrapper-start */

.category-products-wrapper {
    background-color: #fff;
    padding: 40px 0 0;
}

.category-products-wrapper .o-layout {
    flex-wrap: nowrap;
}

.category-products-wrapper .category_tree-wrapper {
    position: relative;
    left: -100%;
    display: none;
}

.category-products-wrapper.filters-opened .category_tree-wrapper {
    left: 0;
    transition: all 0.3s;
    display: block;
}

.t-page-plst .x-product-list,
.t-page-ctgy .x-product-list {
    width: 76%;
    margin: 0 auto 55px;
    /* justify-content: center; */
    display: block;
}


.t-page-plst .filters-opened .x-product-list,
.t-page-ctgy .filters-opened .x-product-list {
    margin: 0 0 16px;
}

.category_tree-wrapper {
    width: calc(26% - 120px);
    margin: 0 120px 0 16px;
    transition: all 0.3s;
}

.t-page-plst .x-accordion-category-tree,
.t-page-ctgy .x-accordion-category-tree {
    padding: 0;
}

.t-page-plst .x-accordion-category-tree__row,
.t-page-ctgy .x-accordion-category-tree__row {
    padding: 0;
}

.is-active .x-accordion-category-tree__details {
    background: white;
}

.category-products-wrapper .x-product-list__link {
    background-color: #f3f3f3;
}

.category-products-wrapper .x-product-list .o-layout__item {
    /* max-height: 380px; */
    /* flex-basis: unset; */
    max-width: 25%;
    width: 25%;
    float: left;
    transform-style: flat;
    padding: 0 1px 10px;
    margin: 0;
}

.category-products-wrapper .x-product-list .x-product-list__figure {
    padding: 15px 10px 30px;
}

.category-products-wrapper .x-product-list .x-product-list__picture {
    padding: 0;
    margin: 0 0 25px;
}

.category-products-wrapper .x-product-list .x-product-list__picture img {
    width: 240px;
    height: 240px;
    display: block;
/*    border-radius: 50%; */
}

.category-products-wrapper .x-product-list .x-product-list__figure-caption {
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
}

.category-products-wrapper .x-product-list .x-product-list__price {
    height: auto;
}

.category-products-wrapper .x-product-list .x-product-list__name {
/*    height: auto; */
	height: 92px;
    font-size: 16px;
    text-overflow: ellipsis;
/*    white-space: nowrap; */
    max-width: 200px;
    margin: 0 auto 25px;
    padding: 0;
    overflow: hidden;
}

.category-products-wrapper .x-product-list .x-product-list__price {
    font-size: 20px;
    color: #ac1d2a;
    font-weight: 700;
}

.t-subcategory-navigation .slick-arrow {
    display: none!important;
}

.x-accordion-category-tree__list--level-1:not(:last-of-type) {
    padding: 0;
    margin: 0;
}

.t-accordion-category-tree .x-accordion-category-tree__link,
.x-facet-set__label {
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    padding: 7px 10px 6px 15px;
    width: 100%;
    transition: 0.2s;
    display: block;
    margin: 0;
    line-height: 130%;
}

.t-accordion-category-tree .x-accordion-category-tree__toggle {
    color: #ad1f2c;
    font-size: 15px;
    font-weight: 300;
}

.x-accordion-category-tree__list.is-active  .x-accordion-category-tree__toggle ,
.x-accordion-category-tree__list:hover .x-accordion-category-tree__toggle {
    /* color: #fff; */
}

.x-accordion-category-tree__list.is-active .x-accordion-category-tree__link,
.x-accordion-category-tree__list:hover .x-accordion-category-tree__link {
}

.x-accordion-category-tree__list:hover, 
.x-accordion-category-tree__list.is-active {
    background: #bc002512;
}

.c-form-list__item.x-facet-set label {
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    line-height: 1;
    padding: 10px 0px 10px 15px;
    /* outline: 1px solid pink; */
    width: 100%;
    font-weight: 600;
    cursor: pointer;
    display: block;
    transition: 0.3s;
}

.c-form-list__item.x-facet-set  .c-form-list__item label {padding: 9px 15px 3px;margin: 0;}

.c-form-list__item.x-facet-set .c-form-list__item label:hover {
    background: #bc002512;
}

.c-form-list__item.x-facet-set .c-form-list-item label {
    background: black;
}

.c-form-list__item.x-facet-set {
    margin-bottom: 0;
    position: relative;
}

.c-form-list__item.x-facet-set:after {
    content: "-";
    position: absolute;
    top: 0;
    right: 15px;
    width: 15px;
    text-align: center;
    color: #fff;
    font-size: 35px;
    line-height: 0.9;
    font-family: -webkit-body;
    pointer-events:none;
    z-index: 9999;
    /* outline: 1px solid grey; */
}

.c-form-list__item.x-facet-set.active:after {
    content: "+";
    font-size: 26px;
    line-height: 1.2;
}

.c-form-checkbox--radio .c-form-checkbox__input:checked + .c-form-checkbox__caption::after {
    background-image: none;
    background: #ad1f2c;
    width: 10px;
    height: 10px;
    border: none;
    left: calc(0px - (0.9em + 0.7em));
    box-shadow: none;
}

.filters-opened .c-form-checkbox--radio .c-form-checkbox__input:checked + .c-form-checkbox__caption::after {
    left: calc(0px - (1em + 0.7em));
}

.c-form-checkbox__input:checked + .c-form-checkbox__caption::before {
}

.c-form-checkbox__input:checked + .c-form-checkbox__caption::before {
    background: #bc0025;
    box-shadow: inset 0px 0px 0px 1px white;
    border: 1px solid #bc0025;
}

.c-form-checkbox__caption::before {
    width: 20px;
    height: 20px;
    box-shadow: none;
    background: #fff;
}

.c-form-list__item.x-facet-set:hover > label {
}

.c-form-list__item.x-facet-set > label {
    background: #ad1f2c;
    color: white;
}

.c-form-list__item.x-facet-set:hover:after {
}

.x-category-tree.t-faceting .c-keyline {
    margin: 0;
}

.c-form-list__item.x-facet-set input {
    display: none;
}

.c-form-list.x-facets .c-form-list__item .u-color-red span {
    font-size: 12px;
}

.c-form-list.x-facets .c-form-list__item .u-color-red {
    margin: 15px 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    border: 1px solid #ad1a32;
    padding: 10px;
}


@media (max-width: 75em) {
    .t-page-plst .x-product-list,
    .t-page-ctgy .x-product-list {
        width: 100%;
    }
    .category-products-wrapper {
        padding: 40px 0 0;
    }
    .category_tree-wrapper {
        width: calc(26% - 20px);
        margin: 1px 20px 0 16px;
    }
    .category-products-wrapper .x-product-list .x-product-list__picture img {
        width: 180px;
        height: 180px;
        margin: 0 auto;
    }
}

@media (max-width: 59.9em){

    .category-products-wrapper .o-layout {
        position: relative;
        display: block;
    }
    .category-products-wrapper.filters-opened .category_tree-wrapper {
        display: block;
        width: 100%;
        background: #fff;
        max-width: 500px;
        margin: auto;
        padding: 0 20px;
    }
    .t-filters-trigger {
        display: none;
    }
    body .select-btn-wrapper {
        width: 60%;
    }
    body .btn-show-filters {
        width: 30%;
        padding: 20px 15px;
    }
}

@media (max-width: 48em) {
    .category-products-wrapper .x-product-list .o-layout__item {
        width: 33%;
	max-width:33%;
    }
}

@media (max-width: 40em) {
    .category-products-wrapper .x-product-list .o-layout__item {
        width: 50%;
	max-width:50%;
    }

    body .select-btn-wrapper {
        padding: 10px;
    }

    .x-custom-select__title {
        padding: 10px 31px 10px 0;
    }

    .btn-shop-by {
        margin-left: 5px;
    }

    .select-btn-wrapper {
        flex-direction: column-reverse;
        align-items: flex-start!important;
    }

    body .select-btn-wrapper {
        width: 50%;
    }
    body .btn-show-filters {
        width: 40%;
        padding: 20px 10px;
        font-size: 16px;
    }
}

@media (max-width: 25em) {
    .category-products-wrapper .x-product-list .o-layout__item {
        width: 100%;
    }
}


/* category-products-wrapper-end */


/* category-filters-start */

.x-refinery {
    display: none;
}


/* category-filters-end */


/* custom-select-start */

.x-custom-select__title {
    background-color: transparent;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    font-style: normal;
}

.x-custom-select__title span {
    display: inline-block;
    vertical-align: middle;
    color: #000;
}

.x-custom-select__title:after {
    border-color: #676361 transparent transparent transparent;
}

.ctgy-subheader-bottom {
    display: flex;
    align-items: center;
    padding: 0!important;
}

.btn-show-filters {
    color: #fff;
    display: block;
    width: 23%;
    text-align: center;
    background-color: #ad1f2c;
    height: 100%;
    padding: 30px 15px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    font-size: 20px;
}

.btn-shop-by {
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    color: #ac1d2a;
}

.select-btn-wrapper {
    display: flex;
    align-items: center;
    max-width: 69%;
    justify-content: space-between;
    width: 100%;
    padding: 10px 33px;
}

.filter-selects-wrapper .x-display-list-filtering__sort-by {
    position: relative;
}

.filter-selects-wrapper .x-display-list-filtering__sort-by:after {
    content: " ";
    width: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    height: 50%;
    transform: translateY(-50%);
    background-color: #d4d4d3;
}

.t-display-list-filtering .x-display-list-filtering__sort-by:not(:last-child) {
    margin: 0;
}

.x-display-list-filtering__sort-by,
.x-display-list-filtering__per-page {
    margin: 0 5px;
}

.btn-show-filters span {
    display: inline-block;
    vertical-align: middle;
}

.btn-show-filters .arrow-right {
    background-color: #fff;
    position: relative;
    transform: none;
    top: -3px;
    left: -20px;
    right: auto;
    width: 39px;
    height: 1px;
}

.btn-show-filters.active .arrow-right {
    transform: rotate(180deg);
}

.btn-show-filters .arrow-right:before {
    background-color: #fff;
    top: -3px;
    width: 8px;
    height: 1px;
}

.btn-show-filters .arrow-right:after {
    background-color: #fff;
    top: 3px;
    width: 8px;
    height: 1px;
}

.btn-show-filters.active .show-filters {
    display: none;
}

.btn-show-filters .hidden-filters {
    display: none;
}

.btn-show-filters.active .hidden-filters {
    display: inline-block;
    vertical-align: middle;
}


/* custom-select-end */

.bottom-pagination {
    width: 100%;
    text-align: center;
}


/* pagination-start */

.page-links-container {
    position: relative;
    padding: 0 45px;
    display: inline-block;
    margin: 50px 0 20px;
}

.page-links-previous {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-decoration: none;
    display: block;
    margin: 4px 0 0;
}

.page-links-previous:before {
    content: "\f104";
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 900;
    color: #7f7f7f;
    font-family: "Font Awesome 5 Free";
}

.page-links-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-decoration: none;
    display: block;
    margin: 4px 0 0;
}

.page-links-next.page-links-next:before {
    content: "\f105";
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 900;
    color: #7f7f7f;
    font-family: "Font Awesome 5 Free";
}

.page-links-inactive {
    text-decoration: none;
    font-size: 25px;
    color: #92969b;
    margin: 0 22px;
    display: inline-block;
    vertical-align: middle;
}

.page-links-active {
    display: inline-block;
    vertical-align: middle;
    color: #ac1d2a;
    font-size: 25px;
    position: relative;
    padding: 0 50px 0 0;
}

.page-links-active:before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: " ";
    width: 40px;
    height: 1px;
    background-color: #92969b;
}


/* paginatio-end */


/* category-page-end */


/* product-page-start */


/* t-related-products-start */

.t-related-products {
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0;
    padding: 100px 0 35px;
}

.related-products__heading-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 0 30px;
}

.related-products__heading-wrapper .t-related-product-list__heading {
    color: #fff;
    margin: 0;	
    font-size:40px;
}

.t-related-products .x-product-list__picture {
    width: 298px;
    height: 298px;
    background-color: #fff;
 /*   border-radius: 50%;*/
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    overflow: hidden;
}

.t-related-products .x-product-list__picture img {
    width: auto;
    /*height: 100%;*/
    transition: all 0.3s;
}

.t-related-products .x-product-list__link:hover {
    background-color: transparent;
    box-shadow: none;
}

.t-related-products .x-product-list__link:hover img {
    transform: scale(1.1, 1.1);
    position: relative;
    z-index: 2;
}

.t-related-products .x-product-list__price {
    color: #ad1f2c;
    font-size: 1.875rem;
    font-weight: 700;
}

.t-related-products .x-product-list__name {
    height: auto;
    padding: 0;
    color: #fff;
    line-height: 1.5;
    font-size: 1.125rem;
    margin: 0 0 20px;
}

.t-related-products .x-product-list__figure-caption {
    padding: 2.5rem 1rem 0.5rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 175px;
}

@media (max-width: 48em) {
    .t-related-products .x-product-list__figure-caption {
        min-height: auto;
    }

    .tgreviews__form-submit {
        margin: 12px auto 0;
        display: block;
    }
}


/* t-related-products-end */

ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹
/* tabs-start */

.x-product-description {
    padding: 0;
}

.x-flex-tabs {
    position: relative;
    justify-content: center;
    margin: 0;
    background-color: transparent;
}

.x-product-description {
    padding: 0;
    margin: -100px 0 60px;
}

.t-show-more__toggle {
    color: #ad1f2c;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 32%, rgba(255, 255, 255, 1) 38%, rgba(255, 255, 255, 1) 100%);
}

.x-flex-tabs:after {
    position: absolute;
    content: " ";
    height: 97px;
    background-color: #fff;
    max-width: 1522px;
    width: 100%;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.x-flex-tabs .x-flex-tabs__tab {
    position: relative;
    padding: 10px 39px;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 2;
    border: 0;
    display: flex;
    align-items: center;
    height: 97px;
}

.x-flex-tabs .x-flex-tabs__tab:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 100%;
    background-color: #ad1f2c;
    opacity: 0;
    visibility: hidden;
}

.x-flex-tabs .x-flex-tabs__tab:hover:after {
    opacity: 1;
    visibility: visible;
}

.x-flex-tabs input[data-flex-tab]:checked+.x-flex-tabs__tab {
    border: 0;
}

.x-flex-tabs input[data-flex-tab]:checked+.x-flex-tabs__tab:after {
    opacity: 1;
    visibility: visible;
    border-color: transparent;
}


/* .x-flex-tabs input[data-flex-tab]:checked+.x-flex-tabs__tab:hover {} */

.x-flex-tabs:not(.x-flex-tabs--accordion) .x-flex-tabs__tab:not(:first-of-type) {
    margin-left: 0;
}

.x-flex-tabs input[data-flex-tab]:checked+.x-flex-tabs__tab+.x-flex-tabs__content {
    font-size: 18px;
    line-height: 140%;
    color: #000;
    padding: 55px 0;
    transition: none;
}

.x-flex-tabs .table-responsive {
    overflow-x: auto;
}

.x-flex-tabs table {
    border-collapse: collapse;
    width: 100%;
}

.x-flex-tabs table:last-child {
    margin-bottom: 0;
}

.x-flex-tabs table td {
    border-bottom: 1px solid #aeaeac;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    font-weight: 800;
    padding: 18px 0;
}

.x-flex-tabs table td+td {
    text-align: right;
}

.x-flex-tabs table .read-more td {
    border-bottom: none;
}

.x-flex-tabs__content-inner {
    max-width: 1132px;
    margin: 0 auto;
    padding: 0 16px;
}

.x-flex-tabs__content {
    background-color: #fff;
}

.x-flex-tabs__content p {
    margin: 0 0 10px;
    font-size: 16px;
}

.x-flex-tabs__content {
    font-size: 16px;
}

.x-flex-tabs__content strong {
    margin: 10px 0;
    display: inline-block;
}

.x-flex-tabs__content h1,
.x-flex-tabs__content h2 {
    font-size: 25px;
    line-height: 1.2;
}

.x-flex-tabs__content h3 {
    font-size: 20px;
    line-height: 1.2;
}

.t-product-description__article {
    margin: 0;
}

@media (min-width: 48em) {
    .x-flex-tabs:not(.x-flex-tabs--accordion) .x-flex-tabs__tab {
        width: auto;
        order: -1;
    }
}

@media (max-width: 62em) {
    .x-flex-tabs:after {
        height: 60px;
    }
    .x-flex-tabs .x-flex-tabs__tab {
        height: 60px;
        font-size: 18px;
        padding: 20px;
    }
}

@media (max-width: 48em) {
    .x-product-description {
        margin: 0 0 30px;
    }
    .x-flex-tabs__content h1,
    .x-flex-tabs__content h2 {
        font-size: 20px;
    }
    .x-flex-tabs__content h3 {
        font-size: 18px;
    }
}

@media (max-width: 47.9em) {
    .x-flex-tabs .x-flex-tabs__tab {
        padding: 16px;
    }
    .x-flex-tabs .x-flex-tabs__tab:after {
        font-size: 13px;
        content: ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ\f067ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â;
        font-family: ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“Font Awesome 5 FreeÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢;
        font-weight: 900;
    }
    .x-flex-tabs input[data-flex-tab]:checked+.x-flex-tabs__tab~.x-flex-tabs__tab:after {
        content: ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ\f068";

    }
    .x-flex-tabs table td {
        font-size: 14px;
    }
    .x-flex-tabs input[data-flex-tab]:checked+.x-flex-tabs__tab+.x-flex-tabs__content {
        font-size: 16px;
        padding: 30px 0;
    }
}


/* tooltip-start */

.tooltip {
    cursor: pointer;
}

.tooltip-content {
    display: none;
}

.tooltipster-sidetip .tooltipster-box {
    max-width: 300px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 8px 15px;
    margin: 0 10px;
    border-radius: 0;
    border: 0;
}

.tooltipster-sidetip .tooltipster-arrow {
    display: none;
    cursor: pointer;
}

.tooltipster-sidetip .tooltipster-content {
    color: #555555;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    font-style: italic;
    text-align: center;
}

.tooltipster-sidetip .tooltipster-content strong {
    display: block;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.tooltipster-sidetip .tooltipster-content p {
    margin-bottom: 15px;
}

.tooltipster-sidetip .tooltipster-content p:last-child,
.tooltipster-sidetip .tooltipster-content ul:last-child {
    margin-bottom: 0;
}


/* tootipe-end */


/* product-content-start */

.product-content {
    padding: 0 0 50px;
}

.main-product .x-product-layout {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.x-product-layout .x-product-layout-purchase__name {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 30px;
}

.x-product-layout .x-product-layout-purchase__name span {
    display: block;
    margin: 0 0 13px;
}

.x-product-layout .x-product-layout-purchase__name .x-product-layout-purchase__id {
    font-size: 15px;
    font-weight: normal;
    margin: 0 0 6px;
}

.x-product-layout-purchase__id srtong {
    font-weight: 700;
    letter-spacing: 0.3px;
}

.x-product-layout .x-product-layout-purchase__name .x-product-layout-purchase__sku {
    font-size: 15px;
    color: #000;
    text-transform: none;
    font-weight: normal;
    letter-spacing: 0.3px;
}

.x-product-layout-purchase__sku srtong {
    font-weight: 700;
}

.x-product-layout-purchase__info {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 14px;
}

.x-product-layout-purchase__info i {
    font-size: 17px;
    color: #929292;
}

.t-product-layout-purchase__ships-free {
    font-size: 14px;
    font-weight: 300;
    width: 37%;
}

.t-product-layout-purchase__ships-free strong {
    color: #ad1f2c;
    font-weight: 700;
}

.t-product-layout-purchase__earn-dollars {
    width: 63%;
    font-size: 14px;
    font-weight: 300;
}

.t-product-layout-purchase__earn-dollars strong {
    color: #ad1f2c;
    font-weight: 700;
}

.x-product-layout-purchase__pricing-current #price-value {
    font-size: 35px;
    font-weight: 700;
    color: #ad1f2c;
}

.x-product-layout-purchase__pricing-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.x-product-layout-purchase__pricing-block .x-product-layout-purchase__pricing {
    position: relative;
    width: 40%;
    display: block;
    margin: 0;
}

.x-product-layout-purchase__pricing-block .x-product-layout-purchase__pricing:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #e6e6e6;
}

.x-product-layout-purchase__pricing-block .x-product-layout-purchase__reviews {
    width: 60%;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 0 10px;
}

.x-product-layout-purchase__pricing-block .x-product-layout-purchase__reviews .tgreviews-average__text {
    font-size: 14px;
    font-weight: 300;
    text-transform: none;
    color: #000;
}

.x-product-layout-purchase__pricing-block .x-product-layout-purchase__reviews .tgreviews-average__star {
    font-size: 16px;
    padding: 0 5px 0 0;
}

.x-product-layout-purchase__options-quantity {
    margin: 0 0 7px;
}

.x-product-layout-purchase__options-quantity .t-product-layout-purchase__add-to-cart .c-button {
    background-color: #ad1f2c;
    font-size: 15px;
    color: #fff;
    transition: all 0.3s;
}

.x-product-layout-purchase__options-quantity .t-product-layout-purchase__add-to-cart .c-button:hover {
    opacity: 0.8;
}

.x-product-layout-purchase__options-quantity .t-product-layout-purchase__quantity .c-form-label {
    color: #888888;
    font-weight: 400;
    font-size: 15px;
}

.x-product-layout-purchase__pricing .x-product-layout-purchase__pricing-original {
    padding-right: 0;
}

.t-product-layout-purchase__add-info .c-button {
    background: transparent;
    color: #000;
    font-size: 16px;
}

.t-product-layout-purchase__add-info .t-product-layout-purchase__add-to-wish:after {
    display: none;
}

.t-product-layout-purchase__add-to-wish {
    position: relative;
    padding: 5px 0;
}

.t-product-layout-purchase__add-info .t-product-layout-purchase__add-to-wish:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #e6e6e6;
}

.t-product-layout-purchase__add-info .c-button i {
    font-size: 20px;
    color: #929292;
    transition: 0.2s;
}

.x-product-layout-purchase__short-desc p {
    font-size: 16px;
    color: #000;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
}

.t-product-layout-purchase__add-to-compare .c-button {
    background: transparent;
    color: #000;
    font-size: 16px;
}

.t-product-layout-purchase__add-to-compare .c-button i {
    font-size: 20px;
}

.t-product-layout-purchase__add-info .c-button:not([class*="u-bg-"]):not([class*="c-button--primary"]):hover {
    background-color: transparent;
    color: #000;
}

.t-product-layout-purchase__add-info .c-button:not([class*="u-bg-"]):not([class*="c-button--primary"]):hover i {
    color: #ad1f2c;
}

.select-your-bike-wrapper {
    padding: 10px 15px 10px 30px;
    border: 1px dashed #ad1f2c;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.select-your-bike-wrappe__description {
    font-size: 14px;
    line-height: 1.2;
}

.select-your-bike-wrappe__description strong {
    display: block;
}

.btn-select-your-bike {
    background-color: #ad1f2c;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    max-width: 245px;
    width: 100%;
    border: none;
    padding: 13px 15px;
    transition: all 0.3s;
    cursor: pointer;
    outline: none;
}

.btn-select-your-bike:hover {
    opacity: 0.8;
}

.t-product-layout-purchase__add-info {
    width: 100%;
}


/* product-content-enad */

.product-content {
    background-position: 0 50%;
    background-size: cover;
}

.main-product .x-product-layout-images {
    width: calc(62% - 87px);
    margin-right: 87px;
    align-items: flex-start;
}

.main-product .x-product-layout-purchase {
    width: 38%;
}

#thumbnails {
    width: 17%;
    padding: 0 20px 0 0;
}

.x-product-layout-purchase .c-form-list {
    padding-left: 0;
}

.x-product-imagery__thumbnail-list .x-product-layout-images__thumbnail-image {
    padding: 0;
    height: auto !important;
    cursor: pointer;
    width: auto!important;
    margin: 0 auto;
}
.x-product-imagery__thumbnail-list .slick-slide {
	margin-bottom: 5px;
}
.x-product-imagery__thumbnail-list .slick-slide > div {
	display: flex;
	background-color: #fff;
	max-height:100%;
}

.x-product-layout-images__thumbnail-image img {
	margin:auto;
    height: 100%;
}

#thumbnails.slick-slider .slick-next {
    right: 0;
    top: 0;
    transform: unset;
}

#thumbnails.slick-slider .slick-prev {
    right: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

#thumbnails {
    align-self: flex-start;
}

.x-product-imagery__showcase {
    padding: 0;
    border: 1px solid #e6e6e6;
    margin: 0;
    max-height: 547px;
    max-width: 83%;
    margin: 0 auto;
    background: #fff;
}

.x-product-imagery__showcase #main_image {
    width: auto;
    height: auto;
    margin: 0 auto;
}

.x-product-layout-purchase__short-desc.t-show-more {
    max-height: calc(11vw + 5rem);
}

.x-product-layout-purchase__short-desc.t-show-more--active {
    max-height: 100%;
    overflow: visible;
}

@media (max-width: 87.5em) {
    .select-your-bike-wrappe__description {
        margin: 0 auto 10px;
    }
    .btn-select-your-bike {
        margin: 0 auto;
    }
    .select-your-bike-wrapper {
        padding: 25px;
        max-width: 400px;
    }
}

@media (max-width: 75em) {
    .product-content {
        background-image: none!important;
    }
    .main-product .x-product-layout-images {
        width: calc(55% - 20px);
        margin-right: 20px;
    }
    .main-product .x-product-layout-purchase {
        width: 45%;
    }
    .x-product-layout-purchase__options-quantity .t-product-layout-purchase__add-to-cart .c-button {
        padding: 15px;
    }
}

@media (max-width: 64em) {
    .t-related-products .btn-more {
        display: none;
    }
    .related-products__heading-wrapper .t-related-product-list__heading {
        text-align: center;
    }
    .x-product-layout-purchase__options-quantity {
        /*max-width: 415px;*/
        max-width: 100%;
        margin: 0 auto 20px;
    }
    .t-product-layout-purchase__add-info {
        text-align: center;
    }
}

@media (max-width: 62em) {
    .main-product .x-product-layout-images {
        width: 45%;
        margin: 0 0 30px;
    }
    .main-product .x-product-layout-purchase {
        width: 50%;
    }
    .t-product-layout-purchase__add-info {
        width: 100%;
    }
    .main-product .x-product-layout-purchase {
        margin: 0 auto 20px;
    }
    .select-your-bike-wrapper {
        margin: 0 auto 20px;
        max-width: 100%;
    }

    .t-related-products .x-product-list__name {
        min-height: 81px
    }

    .x-product-layout-purchase__pricing-block .x-product-layout-purchase__reviews .tgreviews-average__text {
        width: 100%;
        display: block;
    }
}

@media (max-width: 48em) {
    .main-product .x-product-layout {
        padding-bottom: 0;
    }
    .product-content {
        padding: 0 0 20px;
    }
    .x-flex-tabs .x-flex-tabs__tab {
        background-color: #fff;
        border-bottom: 1px solid #929292;
    }
    .t-related-products .x-product-list__picture {
        width: 200px;
        height: 200px;
    }
    .t-related-products .x-product-list__figure-caption {
        padding: 15px;
    }
    .t-related-product-list .x-product-list {
        padding: 0 0 40px;
    }
    .t-related-product-list {
        padding: 0;
    }
    .t-related-products {
        padding: 50px 0;
    }
    .x-product-imagery__showcase {
        max-width: 100%;
    }
    .x-product-layout .x-product-layout-purchase__name .x-product-layout-purchase__id {
        margin: 0 0 6px;
    }
    .t-product-layout-purchase__ships-free {
        width: 100%;
    }
    .t-product-layout-purchase__ships-free {
        width: 50%;
    }
    .x-product-layout-purchase__pricing-current #price-value {
        font-size: 27px;
    }
    .select-your-bike-wrapper {
        margin: 0 auto 5px;
        padding: 15px;
    }
    .x-product-layout-purchase__options-quantity {
        margin-bottom: 5px;
    }
    .x-product-layout-purchase__info i {
        font-size: 12px;
    }

}

@media (max-width: 47.9em) {
    #thumbnails {
        width: 100%;
        padding: 0;
        margin: 10px 0 0;
    }
    #thumbnails .slick-arrow {
        display: none!important;
    }
    .main-product .x-product-imagery {
        max-width: 500px;
        margin: 0 auto 20px;
    }
    .main-product .x-product-imagery__thumbnail-list .slick-slide {
        display: block;
    }
    .x-product-imagery__showcase {
        height: 300px;
    }
    .select-your-bike-wrapper {
        margin: 0 auto 15px;
    }
    .x-product-layout-purchase__info {
        flex-wrap: wrap;
    }
    .t-product-layout-purchase__ships-free {
        width: 45%;
        margin: 0 0 10px;
    }
    .t-product-layout-purchase__earn-dollars {
        width: 55%;
    }
    .x-product-layout-purchase__pricing-current #price-value {
        font-size: 25px;
    }
    .main-product .x-product-layout-images {
        margin: 0 0 20px;
    }
    .x-product-layout .x-product-layout-purchase__name span {
        font-size: 25px;
        margin: 15px 0;
    }
    .t-related-products {
        padding: 30px 0;
    }

    .t-related-products .x-product-list__name {
        min-height: 110px
    }

    .main-product .x-product-layout-images {
        width: 100%;
    }
    .t-product-layout-purchase__add-info {
        width: 100%;
    }
    .main-product .x-product-layout-purchase {
        width: 80%;
    }

    .x-flex-tabs .x-flex-tabs__tab:before {
        content: "+";
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translate(0, -50%);
        color: #929292;
    }
    .x-flex-tabs input:checked + .x-flex-tabs__tab:before {
        content: "-";
    }
    .x-flex-tabs .x-flex-tabs__tab:last-child {
        border-bottom: none;
    }

    .x-product-breadcrumbs {
        display: none;
    }

    .t-product-layout-purchase__add-to-compare .c-button i {
        font-size: 15px;
    }

    .t-product-layout-purchase__add-info .c-button i {
        font-size: 15px;
    }
}

@media (max-width: 40em) {
    .t-related-products .x-product-list__name {
        min-height: 60px;
    }

    .t-product-layout-purchase__add-info .c-button {
        font-size: 14px;
    }

    .main-product .x-product-layout-purchase {
        width: 100%;
    }
}

@media (max-width: 29em) {
    .t-related-products .x-product-list__name {
        min-height: 110px;
    }
}

@media (max-width: 20em) {
    .t-product-layout-purchase__ships-free {
        width: 100%;
    }
    .t-product-layout-purchase__earn-dollars {
        width: 100%;
    }
}


/* product-page*/



/* sing in page */


.account-section .t-expanded-block__item {
    max-width: 90rem;
}

.o-layout.messages-block p {
    max-width: 88rem;
}

.o-layout.messages-block p {
    margin: 0 auto;
}

.c-form-checkbox__input:checked+.c-form-checkbox__caption::after {
    background: #ad1f2c;
    border: 1px solid currentColor;
    box-shadow: none;
    color: transparent;
    border-radius: 50%;
    width: 10px;
    display: none;
    left: calc(0px - (0.5em + 1em));
}

.c-form-checkbox__caption::before {
    border-radius: 50%;
    box-shadow: none;
    transition: border-color 0.25s ease, background-color 0.25s ease;
}

label.c-form-checkbox:hover .c-form-checkbox__caption::before {
    border: 1px solid #e45373;
}

.is-active .x-accordion-category-tree__toggle span::before {
    /* content: '-'; */
}

.x-accordion-category-tree__toggle span::before {
    /* content: '+'; */
    /* font-size: 26px; */
}


.x-product-list__image_container {
    height: 250px;
    line-height: 0;
    margin-bottom: 10px;
    border: 1px solid #dadada;
    overflow: hidden;
    border-radius: 3px;
    padding: 5px;
}

/* MJB 2019/12/16 added to reduce image container height on mobile pages */
@media  (max-width: 600px) {
	.x-product-list__image_container{
			height: 150px;
	}	
/* MJB 2019/12/19  added to switch basket & customer sections on checkout pages /*	
	.mobile_column_reverse{
		flex-direction:column-reverse;
	}

}

.x-product-list__image_container .x-product-list__image {
    vertical-align: bottom;
    max-height: 100%;
    position: relative;
    /* outline: 1px solid black; */
    top: 100%;
    transform: translateY(-100%);
    z-index: -1;
}
/*
#js-CTGY > main > section.category-products-wrapper.filters-opened > div > div > section > div:nth-child(1) > a > figure > figcaption > span.x-product-list__price {display:none;}
#js-CTGY > main > section.category-products-wrapper.filters-opened > div > div > section > div:nth-child(2) > a > figure > figcaption > span.x-product-list__price {display:none;}
#js-CTGY > main > section.category-products-wrapper.filters-opened > div > div > section > div:nth-child(3) > a > figure > figcaption > span.x-product-list__price {display:none;}
#js-CTGY > main > section.category-products-wrapper.filters-opened > div > div > section > div:nth-child(4) > a > figure > figcaption > span.x-product-list__price {display:none;}
#js-CTGY > main > section.category-products-wrapper.filters-opened > div > div > section > div:nth-child(5) > a > figure > figcaption > span.x-product-list__price {display:none;}
#js-CTGY > main > section.category-products-wrapper.filters-opened > div > div > section > div:nth-child(6) > a > figure > figcaption > span.x-product-list__price {display:none;}
#js-CTGY > main > section.category-products-wrapper.filters-opened > div > div > section > div:nth-child(7) > a > figure > figcaption > span.x-product-list__price {display:none;}
#js-CTGY > main > section.category-products-wrapper.filters-opened > div > div > section > div:nth-child(8) > a > figure > figcaption > span.x-product-list__price {display:none;}
#js-CTGY > main > section.category-products-wrapper.filters-opened > div > div > section > div:nth-child(9) > a > figure > figcaption > span.x-product-list__price {display:none;}
#js-CTGY > main > section.category-products-wrapper.filters-opened > div > div > section > div:nth-child(10) > a > figure > figcaption > span.x-product-list__price {display:none;}
#js-CTGY > main > section.category-products-wrapper.filters-opened > div > div > section > div:nth-child(11) > a > figure > figcaption > span.x-product-list__price {display:none;}
#js-CTGY > main > section.category-products-wrapper.filters-opened > div > div > section > div:nth-child(12) > a > figure > figcaption > span.x-product-list__price {display:none;} 
#js-CTGY > main > section.category-products-wrapper.filters-opened > div > div > section > div:nth-child(13) > a > figure > figcaption > span.x-product-list__price {display:none;} 
#js-CTGY > main > section.category-products-wrapper.filters-opened > div > div > section > div:nth-child(14) > a > figure > figcaption > span.x-product-list__price {display:none;} 
#js-CTGY > main > section.category-products-wrapper.filters-opened > div > div > section > div:nth-child(15) > a > figure > figcaption > span.x-product-list__price {display:none;} 
*/
#js-OSEL > main > section:nth-child(4) > div > section > div > section > div > form > fieldset > ul:nth-child(10) > li > input {color:white;}
#js-Military_Discount > main > section.o-layout.t-expanded-block.u-bg-white{display:none;}
#js-Giveaway > main > section.o-layout.t-expanded-block.u-bg-white > div{display:none;}
#js-PROD_BARS > main > section.o-layout.t-expanded-block.u-bg-white > div{display:none;}
#js-PROD > main > div:nth-child(4) > div > section > div > div:nth-child(3) > div > article > header{display:none;}
#js-PROD_BARS > main > div:nth-child(5) > div > section > div > div:nth-child(3) > div > article > header{display:none;}
#product-discounts > p{display:none;}

#js-CTGY_kit > main > section.category-products-wrapper.filters-opened > div > div > section > div:nth-child(1) > a > figure > figcaption > span.x-product-list__price {display:none;}

#js-Black_Friday > main > section.o-layout.t-expanded-block.u-bg-white > div{display:none;}
#js-CTGY > main > section.category-products-wrapper.filters-opened > div > div > section > div > a > figure > figcaption > span.x-product-list__price-red {font-size:24px;}

.quote{
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-style: normal;
    letter-spacing: 0;
    list-style: none;
    border-collapse: collapse;
    box-sizing: inherit;
    margin: 0;
    position: relative;
    vertical-align: middle;
    font-family: inherit;
    font-size: 1em;
    line-height: normal;
    text-align: center;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0.125em;
    -webkit-appearance: none;
    cursor: pointer;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    user-select: none;
    padding: calc(0.5em * 3 - 1px) calc(1em * 3 - 1px);
    display: block;
    width: 362px;
    background-color: #ad1f2c!important;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
margin-bottom:10px;
}

#js-NTFD > main > section.o-layout.t-expanded-block.u-bg-white > div{display:none;}
#js-BASK > main > section:nth-child(3) > div > section > div.o-layout__item.t-expanded-block__item.t-account-landing-section__content > section > aside > table > tbody > tr:nth-child(7) > td > div > div{text-align:center;font-size:24px;background-color: #e6e6e6;
    padding: 10px;}
#js-BASK > main > section:nth-child(3) > div > section > div.o-layout__item.t-expanded-block__item.t-account-landing-section__content > section > aside > table > tbody > tr:nth-child(7) > td > div > div > a{

    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-style: normal;
    letter-spacing: 0;
    list-style: none;
    border-collapse: collapse;
    box-sizing: inherit;
    margin: auto;
    position: relative;
    font-family: inherit;
    font-size: 1em;
    line-height: normal;
    text-align: center;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0.125em;
    -webkit-appearance: none;
    cursor: pointer;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    display: block;
    width: 53%;
    background-color: #ad1f2c!important;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    padding: 10px;
    margin-top: 15px;
    font-size:16px;}
.ig_gallery{color:white;)
.footer_affirm{background-color: white;
    text-align: center;}

#js-PROD_BARS > main > section.t-related-products > div > div > div > h2 {font-size:40px;}