body.__js-isdesktop nav.navigation .navigation-icons {
    margin-top: 0.8rem;
}

@media (min-width: 996px) {
    body.__js-isdesktop nav.navigation .navigation-cart-icon, body.__js-isdesktop nav.navigation .navigation-icons {
        margin-top: 3rem;
    }
}


.__main-content-paddings {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media (min-width: 996px) {
    .__main-content-paddings {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}


.bx-pagination .bx-pagination-container ul li.bx-active span {
    background: #626c76;
}

.catalog-section-item {
    display: block;
}

.catalog-section-item-cover {
    background-image: url('images/britax/britax-placeholder.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    max-height: 20rem;
    position: relative;
    text-align: center;
}

.catalog-section-item-cover img {
    display: inline-block;
    -o-object-fit: cover;
    object-fit:cover;
    width: auto;
    max-width: 100%;
    height: auto;
}

.catalog-section-item-content {
    border-bottom: .3rem solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    margin-top: -10px;

}

@media (min-width: 996px) {
    .catalog-section-item-content {
        height: 9rem;
    }
}

.catalog-section-item-content .flyout-menu-subitem-heading {
    display: block;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
}

@media (min-width: 996px) {
    .catalog-section-item-content .flyout-menu-subitem-heading {
        font-size: 1.7rem;
        line-height: 2.2rem;
    }
}




/* ----------------------------------------------------------------
	Tabs
-----------------------------------------------------------------*/


.tabs {
    position: relative;
    margin: 0 0 30px 0;
}

.tab-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    border-bottom: 1px solid #DDD;
    list-style: none !important;
    padding: 0 !important;
}

.tab-nav li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    border: 1px solid #DDD;
    border-bottom: 0;
    border-left: 0;
    height: 46px;
    text-align: center;
    list-style: none;
}

.tabs-justify .tab-nav li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.tab-nav li:first-child {
    border-left: 1px solid #DDD;
}

.tab-nav li a {
    display: block;
    padding: 0 15px;
    color: #444;
    height: 46px;
    line-height: 44px;
    background-color: #F2F2F2;
    font-weight: bold;
}


.tab-nav li.ui-tabs-active a {
    position: relative;
    top: 1px;
    background-color: #FFF;
}


/* Tabs - Alternate Nav
-----------------------------------------------------------------*/

.tabs-alt .tab-nav li { border-color: transparent; }

.tabs-alt .tab-nav li:first-child { border-left: 0; }

.tabs-alt .tab-nav li a { background-color: #FFF; }

.tabs-alt .tab-nav li.ui-tabs-active a {
    border: 1px solid #DDD;
    border-bottom: 0;
}


/* Tabs - Top Border
-----------------------------------------------------------------*/

.tabs-tb .tab-nav li.ui-tabs-active a {
    top: -1px;
    height: 43px;
    line-height: 38px;
    border-top: 2px solid #1ABC9C;
}

.tabs-alt.tabs-tb .tab-nav li.ui-tabs-active a { height: 42px; }


/* Tabs - Bottom Border
-----------------------------------------------------------------*/

.tabs-bb .tab-nav {
    padding: 0;
}

.tabs-bb .tab-nav li {
    border: 0 !important;
    margin: 0;
}

.tabs-bb .tab-nav li a {
    background-color: transparent;
    border-bottom: 2px solid transparent;
}

.tabs-bb .tab-nav li.ui-tabs-active a {
    border-bottom: 2px solid #1ABC9C;
    top: -2px;
    height: 44px;
    line-height: 44px;
}


/* Tabs - Navigation Style 2
-----------------------------------------------------------------*/


.tab-nav.tab-nav2 {
    border-bottom: 0;
    padding: 0;
}

.tab-nav.tab-nav2 li {
    border: 0;
    margin-left: 10px;
}

.tab-nav.tab-nav2 li:first-child {
    margin-left: 0;
    border-left: 0;
}

.tab-nav.tab-nav2 li a {
    background-color: #F5F5F5;
    border-radius: 2px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.tab-nav.tab-nav2 li.ui-state-active a {
    top: 0;
    background-color: #1ABC9C;
    color: #FFF;
}


/* Tabs - Large Navigation
-----------------------------------------------------------------*/


.tab-nav-lg {
    margin-bottom: 20px;
    list-style: none;
}

.tab-nav-lg li {
    position: relative;
    text-align: center;
    padding: 1rem;
}

.tab-nav-lg li a {
    display: inline-block;
    color: #444;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.tab-nav.tab-nav-lg li i {
    display: block;
    font-size: 28px;
    margin: 0 0 7px;
}

.tab-nav-lg li.ui-tabs-active a {
    color: #1ABC9C;
}



.tab-nav-lg.tab-nav-section li.ui-tabs-active::before,
.tab-nav-lg.tab-nav-section li.ui-tabs-active::after {
    content: '';
    position: absolute;
    z-index: 2;
    top: auto;
    bottom: -50px;
    border: solid transparent;
}

.tab-nav-lg.tab-nav-section li.ui-tabs-active::after {
    border-top-color: #FFF;
    border-width: 16px;
    left: 50%;
    margin-left: -16px;
}

.tab-nav-lg.tab-nav-section li.ui-tabs-active::before {
    border-top-color: #FFF;
    border-width: 16px;
    left: 50%;
    margin-left: -16px;
}


/* Tabs - Content Area
-----------------------------------------------------------------*/

.tab-container {
    position: relative;
    padding: 20px 0 0;
}

.tabs .tab-content:not(:first-child) {
    display: none;
}

.tab-nav i {
    position: relative;
    top: 1px;
    margin-right: 3px;
}

/* Tabs - Bordered
-----------------------------------------------------------------*/

.tabs-bordered .tab-nav {
    padding: 0;
}

.tabs-bordered .tab-nav li:first-child { margin-left: 0; }

.tabs-bordered .tab-container {
    border: 1px solid #DDD;
    border-top: 0;
    padding: 20px;
}


/* Tabs - Side Tabs
-----------------------------------------------------------------*/

@media (min-width: 768px) {

    .side-tabs {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .side-tabs .tab-nav {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        flex-flow: column;
        min-width: 200px;
        width: auto;
        max-width: 100%;
        padding: 20px 0;
        border-bottom: 0;
        border-right: 1px solid #DDD;
    }

    .side-tabs .tab-nav li {
        border: 1px solid #DDD;
        border-right: 0;
        border-top: 0;
        height: auto;
        text-align: left;
    }

    .side-tabs .tab-nav li:first-child {
        margin-left: 0;
        border-top: 1px solid #DDD;
        border-left: 1px solid #DDD;
    }

    .side-tabs .tab-nav li a {
        height: auto;
        line-height: 44px;
    }

    .side-tabs .tab-nav li.ui-tabs-active a {
        top: 0;
        right: -1px;
    }

    .side-tabs .tab-container {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 15px 0 0 20px;
    }

    .ui-tabs .ui-tabs-hide {
        position: absolute !important;
        left: -10000px !important;
        display: block !important;
    }


    /* Tabs - Side Tabs & Nav Style 2
    -----------------------------------------------------------------*/

    .side-tabs .tab-nav.tab-nav2 { border: 0; }

    .side-tabs .tab-nav.tab-nav2 li {
        border: 0;
        margin: 6px 0 0;
    }

    .side-tabs .tab-nav.tab-nav2 li:first-child { margin-top: 0; }

    .side-tabs .tab-nav.tab-nav2 li a { box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }

    .side-tabs .tab-nav.tab-nav2 li.ui-state-active a { right: 0; }

    /* Tabs - Side Tabs & Bordered
    -----------------------------------------------------------------*/

    .tabs-bordered.side-tabs .tab-nav {
        position: relative;
        padding: 0;
        z-index: 2;
        margin-right: -1px;
    }

    .tabs-bordered.side-tabs .tab-nav li a {
        height: auto;
        line-height: 44px;
    }

    .tabs-bordered.side-tabs .tab-nav li.ui-tabs-active a {
        right: -1px;
        border-right: 1px solid #FFF;
    }

    .tabs-bordered.side-tabs .tab-container {
        overflow: hidden;
        padding: 20px;
        border-top: 1px solid #DDD;
    }

}

.tab-nav.tab-nav2 li.ui-state-active a {
    background-color: #222323;
}




/* ----------------------------------------------------------------
	Team
-----------------------------------------------------------------*/


.team,
.team-image { position: relative; }

.team {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.team-image > a,
.team-image img {
    display: block;
    width: 100%;
}

.team-image {
    padding-left: 10px;
    margin-top: 50px;
}

@media (max-width: 768px) {
    .team-image {
        padding-left: 10px;
        margin-top: 20px;
    }
}

.team-desc { text-align: center; }

.team-desc.team-desc-bg {
    background-color: #FFF;
    padding: 10px 0 30px;
}

.team .si-share {
    margin-top: 30px;
    text-align: left;
}

.team .si-share .social-icon {
    font-size: 0.875rem;
    width: 34px;
}

.team-title {
    position: relative;
    padding-top: 20px;
}

.team-title h4 {
    display: block;
    margin-bottom: 0;
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.team-title span {
    display: block;
    color: #1ABC9C;
    font-weight: 400;
    font-family: 'PT Serif', serif;
    font-style: italic;
    font-size: 1rem;
    margin-top: 5px;
}

.team-content {
    margin-top: 1rem;
    color: #777;
}

.team-content p:last-child { margin-bottom: 0; }


/* Team Center
-----------------------------------------------------------------*/

.team.center .team-title::after {
    left: 50%;
    margin-left: -40px;
}


/* Team List
-----------------------------------------------------------------*/

.team-list .team-desc {
    text-align: left;
}

.team-list .team-title { padding-top: 0; }

.team .team-desc > .social-icon { margin-top: 20px; }

.team .team-content ~ .social-icon { margin-top: 30px; }

.team:not(.team-list) .social-icon {
    display: inline-block !important;
    vertical-align: middle;
    float: none;
    margin-left: 4px;
    margin-right: 4px;
}

.team-desc a {
    word-break: break-all;
}


/* ----------------------------------------------------------------
	Rounded
-----------------------------------------------------------------*/

.rounded-4 {
    border-radius: 0.4rem !important;
}

.rounded-5 {
    border-radius: 0.5rem !important;
}

.rounded-6 {
    border-radius: 0.6rem !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}



.cities-hover {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease-out;
}

.team:hover .cities-hover {
    height: auto;
    opacity: 1;
}

.form-label-outside {
    /* display: block; */
}

.form-wrap {
    margin-bottom: 2rem;
}


.layout-bordered {
    text-align: center;
}
.layout-bordered-item {
    border: 0 solid #d3d5db;
}
.layout-bordered-item-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 290px;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
}
.layout-bordered-item-inner > * + * {
    margin-top: 10px;
}
@media (max-width: 767.98px) {
    .layout-bordered-item {
        padding: 30px 0;
    }
    .layout-bordered-item:first-child {
        padding-top: 0;
    }
    .layout-bordered-item:last-child {
        padding-bottom: 0;
    }
    .layout-bordered-item + .layout-bordered-item {
        border-top-width: 1px;
    }
}
@media (min-width: 768px) {
    .layout-bordered {
        display: flex;
    }
    .layout-bordered-item {
        flex-grow: 1;
    }
    .layout-bordered-item-inner > * + * {
        margin-top: 15px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .layout-bordered-item {
        font-size: 15px;
    }
}
@media (min-width: 768px) {
    .layout-bordered-item {
        flex-basis: 33.333%;
        border-right-width: 1px;
    }
    .layout-bordered-item:first-child {
        border-left-width: 1px;
    }
}


img.calendar-icon {
    margin: 14px 0 0 !important;
    display: inline;
}

.register-hint {
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background: #999;
    color: #fff;
    position: relative;
}

.register-hint img {
    display: none;
    position: absolute;
    bottom: 100%;
    width: 200px;
    max-width: none;
    left: -100px;
    border: 2px solid #000;
    margin-bottom: 5px;
}

.register-hint:hover img {
    display: block;
}

.box-light-icon {
    text-align: center;
}

.box-light-icon img {
    display: inline-block;
}

.product-price-container {
    margin-top: 20px;
    text-align: center;
    font-size: 30px;
    line-height: 32px;
    color: #222323;
    font-weight: bold;
    white-space: nowrap;
}

.product-old-price-container {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 22px;
    color: #999;
    text-decoration: line-through;
}

.product-purchase-container {
    margin-top: 30px;
    text-align: center;
}

.product-badge {
    height: 7.5rem;
    line-height: 7rem;
    width: 7.5rem;
    text-align: center;
    background: #333c43;
    border-radius: 50%;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.tile-product {
    height: 100%;
}

.tile-product > .row {
    height: 100%;
    flex-direction: column;
}

.tile-product > .row > div {
    flex: auto;
    flex-grow: 0;
}

.new-detail-img-color:not(.active) {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
}

.category-hero-3 {
    padding-bottom: 4px;
}

.category-hero-3 .category-hero-3-asset {
    padding-top: 4px;
}

@media (min-width: 576px) {
    .category-hero-3 {
        padding-bottom: 2px;
    }

    .category-hero-3 .category-hero-3-asset {
        padding-top: 2px;
        padding-left: 1px !important;
        padding-right: 1px !important;
    }
}

.offers-detail-banner {}

.offers-detail-banner img {
    display: block;
    width: 100%;
    height: auto;
}

.product-content-daltons {
    margin-top: 15px;
}

.tile-product .product-content-daltons {
    border-bottom: none;
}

.big-slider-image-desktop {}

.big-slider-image-mobile {
    display: none !important;
}

@media (max-width: 860px) {
    .big-slider-image-desktop {
        display: none !important;
    }

    .big-slider-image-mobile {
        display: block !important;
    }
}

.campaign-carousel-section .campaign-carousel {
    height: auto !important;
}

a.ml-add-el-link img {
    display: inline;
}

#medialib_but_save,
#medialib_but_cancel {
    height: 2.5rem !important;
    line-height: 1.5rem !important;
}

.accessories .accessories-slider-slide .tile-accessories .tile-background .tile-background-accessories-placeholder-container {
    padding-bottom: 90%;
}

.plp-navigation {
    margin-bottom: 0 !important;
}

.plp-filters-close {
    position: absolute;
    top: 0px;
    right: 10px;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.plp-navigation .plp-navigation-filters {
    white-space: nowrap;
}

@media (max-width: 996px) {
    .plp-navigation {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .plp-navigation,
    .plp-navigation .row {
        height: auto;
    }

    .plp-navigation .plp-navigation-filters {
        font-size: 1.4rem;
        padding: 0;
    }

    .plp-filters-age-stage-heading {
        white-space: nowrap;
        font-size: 1.4rem;
    }

    .dropdown-trigger {
        white-space: nowrap;
    }

    .plp-filters-age-stage-clone {
        left: auto;
        top: auto;
        position: static;
    }

    .plp-filters-age-stage-clone .dropdown-menu-wrapper {
        position: absolute;
    }

    .plp-filters-age-stage-target,
    .plp-navigation .plp-filter-view {
        width: auto;
        max-width: 100%;
        flex: auto;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .plp-navigation .plp-filter-view,
    .spare-parts .plp-filter-view {
        text-align: left;
    }

    .section {
        padding-top: 3rem;
    }
}

.footer .footer-social .footer-social-navigation li .footer-social-link {
    font-size: 23px;
    padding: 0;
    line-height: 3.6rem;
    vertical-align: middle;
}

.footer .footer-social {
    border-top: none;
}

@media (max-width: 996px) {
    .footer .footer-doorstep .footer-doorstep-navigation,
    .footer .footer-doorstep .footer-doorstep-navigation li {
        display: block;
        text-align: left;
    }

    .footer .footer-doorstep .footer-doorstep-navigation li {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .team-image img {
        max-width: 200px;
    }
}

span.error {
    color: #f00;
}

.download-list {}

.download-list__title {
    margin-bottom: 10px;
    padding: 6px 10px;
    background-color: #F5F5F5;
    border-bottom: 1px solid #EEE;
}

.download-list__items {
    margin-bottom: 40px;
}

.download-list__item {
    padding-bottom: 5px;
}


.layout-bordered-item.layout-bordered-item-3 {
    flex-basis: 25%;
}




.captcha-row{position:relative;max-width:418px;}
.captcha-row .captcha_image{height:37px;position:relative;width:217px;
    margin-bottom: 10px;}
.captcha-row .captcha_image img{height:37px;border:none;vertical-align:top;width:100%;width:180px;}
.captcha_reload{border:1px solid transparent;cursor:pointer;height:35px;left:179px;position:absolute;top:0;width:36px;}
.captcha_reload::before, .captcha_reload::after{content:"";display:block;position:absolute;}
.captcha_reload::before{border-radius:25px;height:25px;left:5px;top:5px;width:25px;}
.captcha_reload::after{background:rgba(0, 0, 0, 0) url("images/icons_wish.png") repeat scroll -67px -82px;height:13px;left:10px;top:11px;transition:background 0.7s ease-in-out 0s;width:15px;}
.captcha_reload:hover:before{background:#383838;}
.captcha_reload.loading:after{-webkit-animation:spinner .5s linear infinite !important;animation:spinner .5s linear infinite !important;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d;}
.captcha_reload:hover:after{-webkit-animation:spinner .5s ease-out 1;animation:spinner .5s ease 1;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d;}

.captcha-row.b .captcha_image{height:37px;left:inherit;margin:0;max-width:inherit;position:relative;right:inherit;}

.captcha-row.b .captcha_image{margin-bottom:9px;}
.captcha-row .captcha_image .captcha_reload{right:0;text-indent:-9999px;}
.form .refresh a{display:none;}
.captcha_reload.refresh{left:202px;top:8px;}

.captcha_reload::before{
    color: #FFF;
    background: #000;
}

.text-center {
    text-align: center;
}


.green-sense,
.green-sense * {
    font-family: Arial;
}
.green-sense {
    font-size: 16px;
}

.green-sense h1 {
    font-size: 60px;
    line-height: 60px;
    font-weight: normal;
    margin: 0;
}

.green-sense h2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: normal;
    margin-bottom: 40px;
}

.green-sense strong {
    font-weight: bold;
}

.green-sense img {
    display: inline;
    width: auto;
    max-width: 100%;
    height: auto;
}

.green-sense__slider {
    margin-bottom: 70px;
}

.green-sense__slider img {
    display: block;
    width: 100%;
    height: auto;
}

.green-sense__cols {
    display: flex;
    flex-wrap: wrap;
}

.green-sense__col {
    width: 50%;
    margin-bottom: 100px;
}

.green-sense__col--1 {
    width: 60%;
    padding-right: 20px;
}

.green-sense__col--2 {
    width: 40%;
}

.green-sense__col--3 {
    width: 40%;
}

.green-sense__col--4 {
    width: 60%;
    padding-left: 30px;
}

.green-sense__col--5 {
    width: 25%;
    margin-bottom: 50px;
}

.green-sense__col--6 {
    width: 75%;
    padding-left: 30px;
    margin-bottom: 50px;
}

.green-sense__col--7 {
    width: 44%;
    padding-right: 150px;
    position: relative;
    margin-left: auto;
}

.green-sense__col--7 img {
    position: absolute;
    top: -18px;
    right: 40px;
}

.green-sense__col--8 {
    width: 25%;
}

.green-sense__col--9 {
    width: 40%;
}

.green-sense__col--10 {
    width: 60%;
}

.green-sense__color--green {
    color: #32A087;
}

.green-sense__color--atlantic-green {
    color: #00888A;
}

@media (max-width: 800px) {

    .green-sense h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .green-sense h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .green-sense img {
        margin: 0 !important;
    }

    .green-sense__col {
        width: 100%;
        margin-bottom: 50px;
        padding: 0 !important;
    }
}



.replacement {}

.replacement__slider {
    margin-bottom: 20px;
}

.replacement__slider img {
    display: block;
    width: 100%;
    height: auto;
}

.replacement__text {
    margin-bottom: 20px;
}

.replacement__form {}



.product-content .tab {
    margin-top: 15pt;
    border-bottom: .1rem solid #c1c1c1
}

.product-content .tab .link {
    background-color: #d3d3d3;
    border: .1rem solid #c1c1c1;
    border-bottom: .1rem solid;
    border-bottom-color: #c1c1c1;
    color: #000;
    font-style: normal;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5pt;
    margin-bottom: -1px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.product-content .tab .link.active {
    background-color: transparent;
    border-bottom-color: transparent;
}

.color-switcher {
    padding-top: 10px;
    padding-bottom: 10px;
}

.color-switcher-link {
    display: inline-block;
    width: 70px;
    height: 70px;
    border: 2px solid transparent;
    margin-right: 2px;
    margin-bottom: 3px;
    padding: 3px;
    line-height: 70px;
    vertical-align: middle;
    text-align: center;
}

.color-switcher-link.selected {
    border: 2px solid #bed73b;
}

.color-switcher-link img {
    display: inline;
    width: auto;
    max-width: 100%;
    height: 60px;
}

.color-switcher-link span {
    display: inline-block;
    width: 60px;
    height: 60px;
}

.color-switcher-link.hide {
    display: none !important;
}

.collections-switcher {}

.collections-switcher-link {}
