
.categorytree > .categorytree-container {
    overflow: visible;
}
#categorytree-container {
    border-bottom: 1px solid #afafaf;
}

.nav-categorytree {
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav-categorytree > li > a {
    white-space: nowrap;
    position: relative;
    display: block;
    color: #333333;
    font-size: 16px;
    padding:0 15px 15px 15px;
}
.nav-categorytree > li > a:hover,
.nav-categorytree > li > a:focus {
    text-decoration: none;
}
.nav-categorytree > li:hover > a,
.nav-categorytree > li:focus > a,
.nav-categorytree > li.active > a {
    border-top-color: #aeaeae;
    border-bottom-color: #fff;
}
.nav-categorytree > li.cat-home > a {
    padding-left: 2px;
    padding-right: 2px;
}
.nav-categorytree > li.cat-home > a img {
    vertical-align: top;
}
.nav-categorytree > li.cat-sale > a {
    border-bottom-color: #df2228;
}
.nav-categorytree > li.cat-sale:hover > a, .nav-categorytree > li.cat-sale:focus > a, .nav-categorytree > li.cat-sale.active > a {
    border-top-color: #df2228;
    border-bottom-color: #fff;
}
.nav-categorytree > li.cat-sale > a {
    font-family: Arial;
    color: #ff4842;
    font-weight: normal;
}
.categorytree-menu >.row{
    max-width:1250px;
    margin:0 auto;
}
.categorytree-menu .col-promotion img {
    float: right;
}
.category-tree-menu-title.underlined {
    padding-bottom: 12px;
    margin-bottom: 6px;
    border-bottom: 1px solid #d8d8d8;
}
.categorytree-menu-list,
.categorytree-menu-shows-list {
    padding-left: 0;
    list-style: none;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 55px;
}
.categorytree-menu-list li,
.categorytree-menu-shows-list li {
    margin: 4px 0;
}
.categorytree-menu-list a > span,
.categorytree-menu-shows-list a > span {
    font-weight: 200;
}
.categorytree-menu-list, .categorytree-menu-list a,
.categorytree-menu-shows-list,
.categorytree-menu-shows-list a {
    color: #333333;
}
.categorytree-menu-list a:hover,
.categorytree-menu-shows-list a:hover {
    color: #004ea3;
}
.categorytree-menu-list .active > a,
.categorytree-menu-shows-list .active > a {
    font-weight: bold;
}

.categorytree-menu-shows-list .title {
    display: block;
    font-weight: normal;
}
.categorytree-menu-shows-list > li {
    border-bottom: 1px solid #d8d8d8;
    padding: 0 10px 12px;
    margin-bottom: 6px;
}
.categorytree-wrapper {
    position: relative;
    background-color: #fff;
    box-shadow: 1px 1px 3px #888, -1px 1px 3px #888;
    border: 1px solid #fff;
    width: 100%;
}
.categorytree-wrapper > .close {
    position: absolute;
    top: 15px;
    left:25px;
    z-index: 10;
    font-weight: 600;
    background: #004289;
    border: none;
    color: #fff;
    opacity: 1;
    font-size: 18px;
    padding: 10px;
    border-radius: 3px;
}
.categorytree-wrapper.has-tab-open {
    width: 100%;
}
.categorytree-wrapper.has-tab-open .categorytree-tablist-container {
    width: 45%;
}
.categorytree-wrapper.has-tab-open .categorytree-tablist {
    margin-right: 46px;
}
.categorytree-wrapper.has-tab-open .tab-content {
    display: block;
}
.categorytree-wrapper .categorytree-tablist-container {
    width: 100%;
    float: left;
}
.categorytree-wrapper .tab-content {
    display: none;
    float: left;
    width: 50%;
    margin: 8px 0 8px -23px;
}
.categorytree-wrapper .tab-pane {
    margin-left: 18px;
}
.nav-categorytree li.back,
.nav-categorytree li.all-links,
.nav-categorytree li.clockquide{
    display:none;
}

@media(min-width:768px){
    .categorytree-wrapper.has-tab-open .categorytree-tablist-container,
    .categorytree-tablist{
        width: 40%;
    }
    .categorytree-wrapper.has-tab-open .categorytree-tablist{
        width:90%;
    }
    .categorytree-wrapper .tab-content {
        width: 60%;
    }
}

@media (min-width: 1024px) {
    .categorytree-wrapper.has-tab-open .categorytree-tablist-container,
    .categorytree-tablist{
        width: 30%;
    }
    .categorytree-wrapper .tab-content {
        width: 70%;
    }
}

@media(min-width: 1220px){
    .nav-categorytree{
        min-height:auto !important;
    }
    .categorytree-menu {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 110;
        background-color: #fff;
        box-shadow: 2px 3px 3px #888, -2px 3px 3px #888;
        border-top: 1px solid #afafaf;
        text-align:left;
        margin-top:0;
    }
    .nav-categorytree > li {
        display: table-cell;
        float: none;
        width: 1%;
        text-align:center;
    }

    .nav-categorytree > li.active > a:after,
    .nav-categorytree > li:hover > a:after{
        content: '';
        display: block;
        border-bottom: 5px solid #6b6b6b;
        position: absolute;
        top: 35px;
        z-index: 9999;
        border-radius: 50px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
    .nav-categorytree > li:first-child.active > a:after,
    .nav-categorytree > li:first-child:hover > a:after{
        width:100%;
    }
    .nav-categorytree > li:hover > .categorytree-menu,
    .nav-categorytree > li:focus > .categorytree-menu {
        display: block;
    }
    .nav-categorytree > li.header{
        display:none;
    }
}

.categorytree-tablist {
    margin: 60px 45px 5px 0;
    padding-left: 0;
    list-style: none;
}
.categorytree-tablist > li {
    position: relative;
    display: block;
    border-bottom:1px solid #979797;
}
.categorytree-tablist > li > a {
    font-size:16px;
    position: relative;
    display: block;
    padding: 9px 14px 9px 30px;
    color: #333;
    font-weight: 300;
}
.categorytree-tablist > li > a:hover, .categorytree-tablist > li > a:focus {
    text-decoration: none;
}
.categorytree-tablist > li > a > img {
    margin-right: 4px;
}
.categorytree-tablist > li > a:hover,
.categorytree-tablist > li > a:focus,
.categorytree-tablist > li.active > a{
    background-color: #f0f0f0;
}
.categorytree-tablist > li.has-submenu > a:after {
    position: absolute;
    right: 10px;
    margin-top: 4px;
    content: "";
    width: 7px;
    height: 13px;
    background-image: url("../../../img/sprite/submenu-chevron-right.png");
    background-size: 80%;
    background-repeat: no-repeat;
}
.categorytree-tablist > li.cat-sale{
    border-bottom:none;
}
.categorytree-tablist > li.cat-sale > a {
    border-bottom-color: #df2228;
}
.categorytree-tablist > li.cat-sale > a {
    font-family: Arial;
    color: #ff4842;
    font-weight: normal;
    text-transform: uppercase;
}
.light-header {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 10px;
}
.light-header a {
    text-align: center;
    display: block;
    width: 100%;
}
.light-header a .logo {
    margin: 10px 0;
    height: 30px;
}
.light-header .quality-brand-list {
    display: none;
}
.light-header .quality-brand-list .quality-ehi img {
    max-width:95px;
}
@media (min-width: 768px) {
    .light-header {
        margin-bottom: 20px;
    }
    .light-header a {
        text-align: left;
        display: inline;
        width: auto;
    }
    .light-header a .logo {
        margin: 20px 0 20px 20px;
        height: 37px;
    }
    .light-header .quality-brand-list {
        display: block;
        margin: 20px 20px 0 0;
    }
}

@media(max-width:767px) {
    header.header .tv-container .list-inline > li.mobile-list{
        display:inline-block;
        vertical-align: middle;
        padding-right:10px;
        margin-right:0;
    }
    header.header .tv-container .list-inline > li.mobile-list.mobile__myaccount{
        display:none;
    }
    header.header .tv-container .list-inline > #sm_loginbox{
        margin-right: 0;
        vertical-align: middle;
    }
    header.header .tv-container .list-inline > #sm_loginbox span{
        display:none;
    }
    header.header .tv-container .list-inline.logged > #sm_loginbox{
        display:none;
    }
    header.header .tv-container .list-inline.logged > li.mobile-list.mobile__myaccount{
        display: inline-block;
        padding-right: 10px;
    }
    .mobile-list.mobile__icon {
        width: 26px;
        height: 26px;
        fill: #ff4842;
    }

    .mobile-list.mobile__myaccount img,
    .mobile-list.mobile__search img {
        max-width: 25px;
    }
    header.header .tv-container .list-inline > li div img{
        max-width:30px;
    }
    header.header .tv-container .list-inline > li{
        min-width:auto;
        padding-right:10px;
    }
    header.header .tv-container .list-inline > li:last-child{
        vertical-align:middle;
        padding-right:0;
    }
    .header .tv-container .list-inline .header-basket .header-list > span{
        display:none;
    }
    header .header-items{
        width:100%;
    }
    header .header-items .tv-container{
        right:0;
    }
    header .header-items .header-item .minibasket-button .minibasket-amount{
        top:-10px;
        right:-10px;
        border: none;
        color: #fff;
    }
    header .minibasket-dropdown-menu{
        top:25px;
    }
}
@media (min-width: 768px) {
    .topbar {
        top: 0;
        height: 30px;
        line-height:25px;
        background-color: #6b6b6b;
        width: 100%;
        left: 0;
        z-index: 130;
    }
    .topbar .top-nav {
        float: right;
    }
    .topbar .minibasket-dropdown {
        float: right;
        margin-left: 10px;
    }
    .topbar .container {
        margin-top: 0;
    }
    .topbar .container #servicemenu_container > a{
        float:left;
        color:#fff;
        text-decoration:none;
        opacity: 0.8;
        font-weight: 300;
    }
}
.topbar .list-inline {
    height: 25px;
    line-height: 25px;
    margin-bottom: 0;
}
.topbar .list-inline li a {
    color:#fff;
}

.topbar .list-inline li a:after{
    content:"|";
    padding-left: 10px;
    font-weight: 300;
}
.topbar .list-inline li:last-child a:after {
    content:"";
    padding-left:0;
}

.topbar .minibasket-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* Custom Backgrounds */


.xmas-header-content .container-start,
.xmas2019-header-content .container-start,
.special-weekend .container-start,
.spring-header-content .container-start,
.birthday-header-content .container-start{
    padding-top: 0 !important;
}

@media (min-width: 768px) {

    .xmas-header-content .header,
    .xmas-header .header {
        background: url("../../../img/xmas-header.jpg") 0 -23px no-repeat;
        padding-bottom: 0;
    }

    .xmas2019-header-content .header,
    .xmas2019-header .header {
        background: url("../../../img/xmas2019-header.jpg") 0 -23px no-repeat;
        padding-bottom: 0;
    }

    .spring-header .header,
    .spring-header-content .header {
        background: url("../../../img/spring-header.jpg") top no-repeat;
    }

    .birthday-header .header,
    .birthday-header-content .header{
        background: url("../../../img/birthday-header.jpg") center -32px no-repeat;
    }

    .xmas-header-content .header .categorytree,
    .xmas2019-header-content .header .categorytree,
    .xmas-header .header .categorytree,
    .xmas2019-header .header .categorytree,
    .spring-header .header .categorytree,
    .spring-header-content .header .categorytree,
    .birthday-header .header .categorytree,
    .birthday-header-content .header .categorytree{
        background-color: #fff;
        padding-top: 12px;
        border-top: 1px solid #afafaf;
    }
    .xmas-header .header .header-items .search-form .form-control,
    .xmas2019-header .header .header-items .search-form .form-control,
    .xmas-header-content .header .header-items .search-form .form-control,
    .xmas2019-header-content .header .header-items .search-form .form-control,
    .spring-header .header .header-items .search-form .form-control,
    .spring-header-content .header .header-items .search-form .form-control,
    .birthday-header .header .header-items .search-form .form-control,
    .birthday-header-content .header .header-items .search-form .form-control{
        border:1px solid #afafaf;
        padding-left:10px;
    }
    .xmas-header .header .header-items .search-form .btn-input,
    .xmas2019-header .header .header-items .search-form .btn-input,
    .xmas-header-content .header .header-items .search-form .btn-input,
    .xmas2019-header-content .header .header-items .search-form .btn-input,
    .spring-header .header .header-items .search-form .btn-input,
    .spring-header-content .header .header-items .search-form .btn-input,
    .birthday-header .header .header-items .search-form .btn-input,
    .birthday-header-content .header .header-items .search-form .btn-input{
        border: 1px solid #afafaf;
    }
    .xmas-header .header.affix .tv-container .list-inline .header-dropdown.open div > span,
    .xmas2019-header .header.affix .tv-container .list-inline .header-dropdown.open div > span,
    .xmas-header-content .header.affix .tv-container .list-inline .header-dropdown.open div > span,
    .xmas2019-header-content .header.affix .tv-container .list-inline .header-dropdown.open div > span,
    .spring-header .header.affix .tv-container .list-inline .header-dropdown.open div > span,
    .spring-header-content .header.affix .tv-container .list-inline .header-dropdown.open div > span,
    .birthday-header.header.affix .tv-container .list-inline .header-dropdown.open div > span,
    .birthday-header-content .header.affix .tv-container .list-inline .header-dropdown.open div > span{
        background-color:transparent;
    }
}

@media (min-width: 1024px) {
    .spring-header-content .start-slider{
        background: url("../../../img/spring-content.jpg") top no-repeat;
    }
}

@media (min-width: 1220px) {
    .xmas-header-content .start-slider,
    .xmas2019-header-content .start-slider,
    .special-weekend .start-slider,
    .spring-header-content .start-slider,
    .birthday-header-content .start-slider{
        padding-top: 20px;
        padding-bottom: 5px;
    }
    .xmas-header-content .start-slider{
        background: url("../../../img/xmas-content.jpg") no-repeat;
    }

    .xmas2019-header-content .start-slider{
        background: url("../../../img/xmas2019-content.jpg") no-repeat;
    }

    .special-weekend .start-slider{
        background: url("../../../img/special-weekend.jpg") center 0 no-repeat;
    }
    .birthday-header-content .start-slider{
        background: url("../../../img/birthday-content.jpg") top no-repeat;
    }
    .xmas-header #header-wrapper,
    .xmas2019-header #header-wrapper,
    .spring-header #header-wrapper,
    .xmas-header-content #header-wrapper,
    .xmas2019-header-content #header-wrapper,
    .spring-header-content #header-wrapper,
    .birthday-header #header-wrapper,
    .birthday-header-content #header-wrapper {
        height: 175px;
    }
}


/* HEADER */

.header {
    background-color: #fff;
    border-bottom: 1px solid #d8d8d8;
}
.header .container {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (min-width: 1220px) {
    .header {
        margin-bottom: 20px;
        border-bottom: none;
        position: absolute;
        top: 25px;
        left: 0;
        right: 0;;
    }
    .header .container {
        padding-top: 25px;
        padding-bottom: 20px;
    }
    .header .categorytree-container {
        padding: 0;
        margin-bottom: 0;
    }
    .header .categorytree {
        display: block;
    }
    .category-tree-menu-title {
        margin-top: 35px;
        text-transform: uppercase;
    }
    .categorytree-menu .col-promotion .categoryPromo{
        margin-top:35px;
        float:right;
    }
}
.header-buttons {
    margin: 0 -7.5px;
}
.header-buttons ul {
    display: table;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-buttons li {
    margin: 0;
    padding: 0 7.5px;
    display: table-cell;
}
.header-buttons .header-buttons__btn.active {
    background-color: #004289;
    color: #fff;
}
.header-buttons__btn {
    border: 1px solid #6b6b6b;
    margin: 10px 0 0 0;
    padding: 6px 12px;
    color:#333;
    font-size:16px;
}
.header-buttons__btn:hover {
    color: #ff4842;
}
@media (min-width: 768px) {
    .header-buttons {
        display: none;
    }
    header .header-items .header-item{
        display:table-cell;
    }
}

.header.affix {
    position: static;
}
@media (min-width: 768px) {
    .header.affix {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1030;
        box-shadow: 0 0 5px 2px #999;
    }
    .header.affix > .container {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .header.affix .minibasket-dropdown {
        display: inline-block;
        vertical-align: middle;
    }
    .header.affix .tv-container .list-inline .header-list span,
    .header.affix .tv-container .list-inline a > span,
    .header.affix .tv-container .list-inline div > span > p{
        display: none;
    }
    .header.affix .tv-container .list-inline > li {
        margin-right:15px;
    }
    .header.affix .tv-container .list-inline > li div img,
    .header.affix .tv-container .list-inline > li a img{
        display:inline-block;
    }

    .header.affix .tv-container .list-inline > li div > span{
        box-shadow:none !important;
        padding:0;
    }
    .header.affix .tv-container .list-inline > li div span i{
        left:3px;
    }
    .header.affix  .tv-container .list-inline .header-dropdown.open ul{
        top:30px;
        left: 50%;
        transform: translate(-50%, 0%);
    }
    .header.affix  .tv-container .list-inline .header-basket .header-dropdown.open ul{
        top:auto;
        left:auto;
        transform:none;
    }
    .header.affix .header-items .header-item .minibasket-button .minibasket-amount{
        top:-7px;
        right:-10px;
    }
    .header.affix .header-trust-info-list {
        display: none;
    }
    .header.affix + .container,
    .header.affix + #categorytree-dropdown,
    .header.affix + #categorytree-dropdown + .container {
        margin-top: 100px;
    }
}
@media (min-width: 1220px) {
    .header.affix + .container,
    .header.affix + #categorytree-dropdown + .container {
        margin-top: 135px;
    }
    .header.affix .header-items .header-item .minibasket-button .minibasket-amount{
        top:0;
    }
}
.header-items {
    display: table;
    width: auto;
    margin-left: -5px;
    margin-right: -5px;
}
.header-items .header-item {
    padding-left: 5px;
    padding-right: 5px;
    display: inline;
}
.header-items .header-item .minibasket-button{
    background-color:transparent;
    padding:0;
}
.header-items .header-item .minibasket-button .minibasket-amount {
    font-size: 10px;
    background-color: #ff4842;
    border-radius: 50%;
    padding: 2px 6px;
    position: absolute;
    top: -7px;
    left:auto;
    right:25px;
}
.header-items .header-item .minibasket-button .minibasket-amount > span,
.header-items .header-item .minibasket-button .minibasket-sum,
.header-items .header-item .minibasket-button .minibasket-amount,
.header-items .header-item .minibasket-button .minibasket-icon{
    display:none;
}
.header-items .header-item .minibasket-button .minibasket-amount.minibasket-filled{
    display:block;
}
.header-items .header-item.affix-only {
    display: none;
}
.header-items .header-item.affix-only #minibasket_container {
    text-align:right;
}
.header-items .header-item.affix-only #minibasket_container .header-list img {
    margin: 0 auto;
    text-align: center;
    display: block;
    position: relative;
    top: 15px;
    left: 35px;
}
.header-items .header-item.affix-only #minibasket_container .minibasket-amount{
    top: 6px;
    right: -22px;
}
.header-items .header-item.logo-link .logo{
    max-width:100px;
}

@media (min-width: 768px) {
    .header-items {
        margin-left: -10px;
        margin-right: -10px;
        width: 100%;
    }
    .header-items .header-item.logo-link .logo{
        max-width:110px;
    }
    .header .header-items .logo-link{
        width:20%;
    }
    .header .header-items .tv-container{
        width:auto;
    }
    .header.affix .header-items .tv-container{
        right:0;
    }
    .header-items .header-item {
        padding-left: 10px;
        padding-right: 10px;
        width:10%;
    }
    header .nav-categorytree li a .glyphicon{
        display:none
    }
}
@media (min-width: 1220px) {
    .header-items .header-item.logo-link .logo{
        max-width:144px;
    }
    .header-items {
        margin-left: -15px;
        margin-right: -15px;
    }
    .header-items .header-item {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.categorytree-toggle {
    height: 38px;
    border: none;
    background-color: #fff;
    vertical-align: middle;
}
.categorytree-toggle:focus {
    outline: 0;
}
.categorytree-toggle .icon-bars {
    width: 24px;
    height: 3px;
    background: #ff4842;
    position: relative;
    right: 0;
}
.categorytree-toggle .icon-bars::before,
.categorytree-toggle .icon-bars::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 3px;
    background: #ff4842;
    left:0;
}
.categorytree-toggle .icon-bars::before {
    transform: translateY(-8px);
}
.categorytree-toggle .icon-bars::after {
    transform: translateY(8px);
}

.categorytree-toggle .icon-bar {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background-color: #fff;
}
.categorytree-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
.categorytree-toggle .icon-text {
    display: none;
    margin: 0 0 0 5px;
    padding-right: 5px;
}
@media (min-width: 1220px) {
    .categorytree-toggle {
        display: none;
    }
}
@media (min-width: 1024px) {
    .categorytree-toggle {
        min-width: 79px;
    }
    .categorytree-toggle .icon-text {
        display: inline;
        padding-left:30px;
    }
    .categorytree-toggle .icon-bars {
        top: -11px;
    }
}

.search-header {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 22px !important;
    width: 100%;
}

.header-items .search-form {
    position: relative;
    display: none;
    width: 100%;
}
.header-items .search-form .form-control, .header-items .search-form .btn-input {
    font-size: 16px;
    height: 39px;
}
.header-items .search-form .input-group {
    margin: 0 auto;
    width: 100%;
    display: inline-table;
    vertical-align: middle;
}
.header-items .search-form .form-control {
    display: inline-block;
    vertical-align: middle;
    box-shadow: none;
    font-weight: 400;
    padding: 8px 0;
    border:0;
    border-bottom:1px solid #afafaf;
    border-radius:0;
    font-size:14px;
    color:#333;
}
.header-items .search-form .btn-input {
    color: #e41c14;
    padding: 10px;
    transition: none;
    background: url("../../../img/sprite/icon-search-grey.png") center no-repeat #FFFFFF;
    width: 38px;
    border: none;
    border-bottom: 1px solid #afafaf;
    border-radius:0;
}
.header-items .search-form .btn-input .glyphicon, .header-items .search-form .btn-input #article-pictures-owl-carousel .owl-controls .owl-next, #article-pictures-owl-carousel .owl-controls .header-items .search-form .btn-input .owl-next, .header-items .search-form .btn-input #article-pictures-owl-carousel .owl-controls .owl-prev, #article-pictures-owl-carousel .owl-controls .header-items .search-form .btn-input .owl-prev {
    display: none;
}
.header-items .search-form .btn-input:hover {
    border-left: none;
    padding-left: 11px;
}
@media (min-width: 1220px) {
    .header-items .search-form .input-group {
        width: 450px;
    }
    .header .tv-container .list-inline  div span i{
        margin-right:5px;
    }
}

.header .tv-container {
    display: table-cell;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
    padding-right:0;
    position: relative;
    right: -20px;
}
.header .tv-container p {
    border-bottom: 1px solid #ccc;
    line-height: 1;
    margin: 0;
    padding-bottom: 5px;
}
.header .tv-container p .text-long {
    display: none;
}
.header .tv-container p .text-short {
    display: inline;
}
.header .tv-container .list-inline {
    margin-left: -6px;
    margin-bottom: 0;
    float:right;
    white-space:nowrap;
}

.header .tv-container .list-inline  div > span,
.header .tv-container .list-inline  a > span,
.header .tv-container .list-inline .header-list span{
    padding:5px 10px;
    display:inline-block;
}

.header .tv-container .list-inline  div > span > p{
    font-size:14px;
    display:inline-block;
}

.header .tv-container .list-inline .header-basket  .item-col,
.header .tv-container .list-inline .header-basket  .price-col{
    padding:5px;
    display:table-cell;
}

.header .tv-container .list-inline .header-dropdown.open > ul li a > span{
    padding: 0;
    color: #ff4842;
    font-weight: 600;
}

.header .tv-container .list-inline  div span i{
    font-size: 9px;
    z-index:100012;
    position:relative;
    left:5px;
}

.header .tv-container .list-inline > li {
    padding:0;
    text-align: center;
    margin-right:25px;
}
.header .tv-container .list-inline > li.mobile-list,
.header .tv-container .list-inline > li.tv-receive {
    display:none;
}
.header .tv-container .list-inline > li:last-child{
    margin-right:0;
}
@media (min-width: 1024px) {
    .header .tv-container .list-inline > li.tv-receive {
        display: inline-block;
    }
}
.header .tv-container .list-inline > li > a,
.header .tv-container .list-inline > li > div{
    cursor:pointer;
    font-size:14px;
    color:#333;
    text-decoration:none;
}
.header .tv-container .list-inline > li .header-list{
    color:#333;
    display:block;
}
.header .tv-container .list-inline > li .header-list img{
    display:block;
    margin:0 auto;
}

.header .tv-container .list-inline > li a img,
.header .tv-container .list-inline > li div img{
    max-width:25px;
    max-height:25px;
    display: block;
    margin: 0 auto;
}

.header .tv-container .list-inline .header-dropdown{
    position:relative;
}

.header .tv-container .list-inline .header-dropdown #my-account-toggle > span{
    cursor:pointer;
}

.header .tv-container .list-inline .header-dropdown.open div > span{
    box-shadow: 0 0 10px 0 #afafaf;
    -webkit-clip-path:inset(-8px -8px 0px -8px);
    clip-path:inset(-8px -8px 0px -8px);
    background-color: #fff;
    z-index: 100011;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .header .tv-container .list-inline .header-dropdown.open div > span {
        box-shadow: 0 -3px 3px -3px #afafaf, 3px 0px 3px -3px #afafaf, -3px 0px 3px -3px #afafaf;
    }
}
.header .tv-container .list-inline .header-dropdown.open div span i{
    transform: rotate(180deg);
}
.header .tv-container .list-inline .header-dropdown ul {
    display:none;
}
.header .tv-container .list-inline .header-dropdown.open ul {
    display: block;
    background-color: #fff;
    z-index: 99991;
    list-style: none;
    text-align: left;
    box-shadow: 0 0 10px 0 #afafaf;
    border-radius: 0 5px 5px 5px;
    top: 47px;
    border: none;
    padding:5px 0;
}
.header .tv-container .list-inline .header-basket .header-dropdown.open ul{
    box-shadow:none;
    max-height:360px;
    overflow-y:auto;
}
.header .tv-container .list-inline .header-basket .header-dropdown.open ul li:first-child{
    border-top:none;
}
.header .tv-container .list-inline .header-basket .header-dropdown.open ul li:last-child{
    border-bottom:none;
}
.header .tv-container .list-inline .header-dropdown.open > ul li a{
    padding:9px 10px;
}


@media(min-width:768px) and (max-width:1219px) {
    .header .container{
        padding-top:25px;
        padding-bottom:20px;
    }
    .header .tv-container{
        right:0;
    }
    .header .tv-container .list-inline > li:last-child{
        vertical-align:text-top;
    }
    .header .tv-container .list-inline > li div img,
    .header .tv-container .list-inline > li a img {
        display: inline-block;
    }

    .header .tv-container .list-inline > li div > i {
        left: 5px;
    }

    .header .tv-container .list-inline .header-dropdown.open ul {
        top: 30px;
        left: 50%;
        transform: translate(-50%, 0%);
        min-width:180px;
    }
    .header .tv-container .list-inline .header-basket .header-dropdown.open ul {
        top:auto;
        left:auto;
        transform:none;
    }
    .header .tv-container .list-inline div > span{
        padding:0;
        box-shadow:none!important;
    }
    .header .tv-container .list-inline div > span > p,
    .header .tv-container .list-inline .header-list span,
    .header .tv-container .list-inline > li a span{
        display:none;
    }
    .header-items .header-item .search-wrapper{
        padding-right: 20px;
    }
    .header-items .header-item .minibasket-button{
        height:auto;
    }
    .header-items .header-item .minibasket-button .minibasket-amount{
        right:-10px;
    }
}


@media (min-width: 1220px) {
    .header .tv-container p {
        font-size: 18px;
        border-bottom-color: transparent;
        padding-bottom: 0;
    }
    .header .tv-container p .text-long {
        display: inline;
    }
    .header .tv-container p .text-short {
        display: none;
    }
}

.header-trust-info-list {
    margin-left: -2px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 3px;
    margin-bottom: -3px;
    white-space: nowrap;
}
.header-trust-info-list > li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px;
}

.search-form {
    position: relative;
}

#suggestLayer {
    width: 90% !important;
    top: 42px !important;
    right: auto !important;
    left: 0 !important;
    z-index:99999 !important;
}
@media (min-width: 768px) {
    #suggestLayer {
        left: 10px;
    }
}
@media (min-width: 1220px) {
    #suggestLayer {
        left: 65px;
    }
}
#suggestLayer .suggestLayerBlock {
    border: 1px solid #ccc;
    box-shadow: 0 0 0 #fff;
    right: auto;
    font-size: 14px;
    width: 350px;
}
#suggestLayer .suggestLayerBlock ul {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}
@media (min-width: 1024px) {
    #suggestLayer .suggestLayerBlock {
        width: 620px;
    }
    #suggestLayer .suggestLayerBlock ul {
        float: left;
        width: 49%;
    }
    #suggestLayer .suggestLayerBlock ul.suggestLayerCmsButton{
        float:right;
    }
    #suggestLayer .suggestLayerBlock ul.suggestLayerBlockImage {
        border-left: 1px solid #d7d7d7;
        margin-left: 10px;
        padding-left: 10px;
    }
    #suggestLayer .suggestLayerBlock ul.suggestLayerBlockImage.noborder {
        border: none;
        padding-left: 0;
        margin-left: 0;
    }
    #suggestLayer ul.suggestLayerCmsButton {
        list-style-type:none;
        border-left: 1px solid #d7d7d7;
        margin-left: 8px;
        margin-right:2px;
        padding-left: 10px;
    }
}
#suggestLayer .suggestHeader {
    text-align: left;
    font-size: 14px;
    color: #333;
    background: #eee;
    margin: 0 -10px;
    padding: 5px 15px;
}
#suggestLayer .suggestRow {
    text-align: left;
}
#suggestLayer .suggestRow.link{
    font-weight: bold;
}
#suggestLayer .suggestRow.link:hover{
    background-color:#eee;
    color:#333;
}
#suggestLayer .suggestRowWithImage {
    padding: 2px 6px;
    height: 54px;
    overflow: hidden;
}
#suggestLayer .suggestRowWithImage .suggestImage {
    line-height: normal;
    height: 50px;
    padding-right: 10px;
}
#suggestLayer .suggestRowWithImage .suggestImage img {
    border: 1px solid #ccc;
    max-height: 50px;
}
#suggestLayer .suggestRowWithImage .suggestTextQuery {
    white-space: nowrap;
    width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    line-height: 50px;
}
#suggestLayer .suggestParentCategory {
    font-size: 14px;
}
#suggestLayer .suggestHighlight {
    background: #eee;
    color: #333;
}
#suggestLayer .suggestHighlight .suggestParentCategory {
    color: #333;
}
#suggestLayer .suggestTextQueryTyped {
    color: #ff4842;
}

@media (max-width: 767px) {
    #searchForm {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: fixed;
        margin: 0;
        padding: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1040;
        text-align: left;
    }
    #searchForm .header {
        font-weight: 300;
        font-size: 20px;
        line-height: 40px;
        border: none;
        padding: 15px;
        border-bottom: 1px solid #ccc;
        background: #fff;
    }
    #searchForm .header .close {
        background: #004289;
        border: none;
        color: #fff;
        opacity: 1;
        font-size: 18px;
        padding: 10px;
        border-radius: 3px;
        display: block;
    }
    #searchForm .header .glyphicon, #searchForm .header #article-pictures-owl-carousel .owl-controls .owl-next, #article-pictures-owl-carousel .owl-controls #searchForm .header .owl-next, #searchForm .header #article-pictures-owl-carousel .owl-controls .owl-prev, #article-pictures-owl-carousel .owl-controls #searchForm .header .owl-prev {
        float: right;
    }
    #searchForm .search-wrapper {
        padding: 15px;
        background: #f0f0f0;
    }
    #searchForm .search-wrapper .form-control {
        height: 30px;
        font-size: 14px;
        color: #555;
        font-weight: normal;
        border: 1px solid #b5b5b5 !important;
        padding-left:5px;
    }
    #searchForm .search-wrapper .btn-input {
        border: 1px solid #b5b5b5;
        background: #fff;
        font-size: 14px;
        height: 30px;
    }
    #searchForm .search-wrapper .glyphicon, #searchForm .search-wrapper #article-pictures-owl-carousel .owl-controls .owl-next, #article-pictures-owl-carousel .owl-controls #searchForm .search-wrapper .owl-next, #searchForm .search-wrapper #article-pictures-owl-carousel .owl-controls .owl-prev, #article-pictures-owl-carousel .owl-controls #searchForm .search-wrapper .owl-prev {
        position: relative;
        top: -3px;
        display: inline-block;
        color: #333;
    }
    #searchForm #suggestLayer {
        top: 132px !important;
    }
    #categorytree-container li > a .glyphicon-menu-right,
    #categorytree-container li > a .glyphicon-menu-left {
        display:block;
        font-size: 12px;
        top: 5px;
    }
    header .nav-categorytree li.menu-item-has-children a .glyphicon{
        display:block;
    }
}

#mobileMyAccount {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#mobileMyAccount > ul {
    position: relative;
    z-index: 1050;
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
}
#mobileMyAccount li {
    padding: 0;
    margin: 0;
}
#mobileMyAccount li a {
    display: block;
    color: #333333;
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
}

#categorytree-container li a .glyphicon, #mobileCategories li a #article-pictures-owl-carousel .owl-controls .owl-next, #article-pictures-owl-carousel .owl-controls #mobileCategories li a .owl-next, #mobileCategories li a #article-pictures-owl-carousel .owl-controls .owl-prev, #article-pictures-owl-carousel .owl-controls #mobileCategories li a .owl-prev,
#mobileMyAccount li a .glyphicon,
#mobileMyAccount li a #article-pictures-owl-carousel .owl-controls .owl-next,
#article-pictures-owl-carousel .owl-controls #mobileMyAccount li a .owl-next,
#mobileMyAccount li a #article-pictures-owl-carousel .owl-controls .owl-prev,
#article-pictures-owl-carousel .owl-controls #mobileMyAccount li a .owl-prev {
    float: right;
}
#categorytree-container li a.level-back,
#mobileMyAccount li a.level-back {
    background: #6b6b6b;
}
#categorytree-container li a.level-back .glyphicon,
#categorytree-container li a.level-back #article-pictures-owl-carousel .owl-controls .owl-next,
#article-pictures-owl-carousel .owl-controls #categorytree-container li a.level-back .owl-next,
#categorytree-container li a.level-back #article-pictures-owl-carousel .owl-controls .owl-prev,
#article-pictures-owl-carousel .owl-controls #categorytree-container li a.level-back .owl-prev,
#mobileMyAccount li a.level-back .glyphicon,
#mobileMyAccount li a.level-back #article-pictures-owl-carousel .owl-controls .owl-next,
#article-pictures-owl-carousel .owl-controls #mobileMyAccount li a.level-back .owl-next,
#mobileMyAccount li a.level-back #article-pictures-owl-carousel .owl-controls .owl-prev,
#article-pictures-owl-carousel .owl-controls #mobileMyAccount li a.level-back .owl-prev {
    float: left;
}
#categorytree-container li a.show-all,
#mobileMyAccount li a.show-all {
    font-weight: 600;
}
#categorytree-container .header,
#mobileMyAccount .header {
    border: none;
    padding: 15px;
    border-bottom: 1px solid #ccc;
}
#categorytree-container .header .close,
#mobileMyAccount .header .close {
    color: #ff4842;
    font-size: 45px;
    font-weight: 300;
    opacity: 1;
    padding-right:12px;
    position: relative;
    left: 5px;
}
#mobileMyAccount .header .close {
    font-size: 20px;
    border-bottom:0;
}
#categorytree-container .header .close{
    float:left;
    margin-right:15px;
}
#categorytree-container .header > img{
    max-width:100px;
}
#categorytree-container .loading,
#mobileMyAccount .loading {
    display: none;
}
#mobileMyAccount .header {
    font-weight: 300;
    font-size: 20px;
    line-height: 40px;
}
#categorytree-container li .level-back {
    background: #6b6b6b;
    color: #fff;
    text-align: center;
}

@media (min-width: 1220px) {
    #categorytree-container {
        display: block !important;
        height:auto !important;
    }
}

@media (min-width: 768px) {
    #categorytree-dropdown.in {
        display: block !important;
    }
}
.header .container,
.topbar .container {
    max-width: 1250px;
}

#header-wrapper {
    position: relative;
    z-index:101;
}
@media (min-width: 768px) {
    #header-wrapper {
        height: 130px;
    }
}
@media (min-width: 1024px) {
    #header-wrapper {
        height: 126px;
    }
}
@media (min-width: 1220px) {
    #header-wrapper {
        height: 175px;
    }
}

/* MOBILE NAV REDESIGN */

@media(max-width:1219px){
    #categorytree-container li a{
        display: block;
        color: #333333;
        padding: 10px 15px;
        border-bottom: 1px solid #ccc;
    }

    #categorytree-container li a .remove-icon {
        width: 20px;
        height: 18px;
        display: inline-block;
        background-image: url("../../../img/sprite/close-x.png");
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: 3px 2px;
    }

}

@media(min-width:768px) and (max-width:1219px){
    .categorytree-toggle.xs-button{
        display:none;
    }
    .categorytree-toggle.sm-button{
        display:block;
    }
    #categorytree-container{
        position: absolute;
        left: 0;
        right: 0;
        z-index: 1000000;
        top: 0;
        background-color: #fff;
    }
    #categorytree-container > li > a .glyphicon-menu-right,
    #categorytree-container > li > a .glyphicon-menu-left {
        font-size: 12px;
        top: 5px;
    }
    #categorytree-container ul{
        min-height:360px;
        height:100%;
        position:relative;
    }
    #categorytree-container ul li a.title{
        font-weight:normal;
        padding-bottom: 5px;
    }
    #categorytree-container ul li span.time{
        padding-left:15px;
        font-size:13px;
    }
    #categorytree-container .nav-categorytree > li > a .glyphicon-menu-right,
    #categorytree-container .nav-categorytree > li > a .glyphicon-menu-left {
        display:block;
        font-size: 12px;
        top: 5px;
    }
    #categorytree-container li.header{
        padding:0 15px;
        border:none;
    }
    #categorytree-container li.header a{
        width:auto;
    }
    #categorytree-container li.header > img,
    #categorytree-container li.header .header-dropdown{
        display:none;
    }
    #categorytree-container li.header .close{
        float:none;
        width:35px;
        margin-bottom:5px;
    }
    #categorytree-container li.cat-sale a{
        color: #ff4842;
        text-transform: uppercase;
        border-bottom:none;
    }
    #categorytree-container li[role] a{
        width:35%;
        margin-left: -15px;
        padding-left: 30px;
        font-weight: 300;
        font-size: 16px;;
    }
    #categorytree-container li[role] a.active{
        background-color: #f0f0f0;
    }
    #categorytree-container li .categorytree-menu{
        display:none;
    }
    #categorytree-container li.activate > .categorytree-menu{
        display:block;
        width: 100%;
        float: left;
        position: absolute;
        left: 35%;
        top:50px;
    }
    #categorytree-container li.activate > a{
        background-color: #f0f0f0;
    }
    #categorytree-container li .categorytree-menu > div > div{
        width:30%;
    }
    #categorytree-container li .categorytree-menu > div > div.col-promotion{
        display:none;
    }
    #categorytree-container li .categorytree-menu > div > div .category-tree-menu-title{
        margin-top:-35px;
        font-weight: 600;
        padding-left:15px;
        border:none;
    }

    #categorytree-container li .categorytree-menu > div > div ul li a{
        width:auto;
        border:none;
        line-height: 18px;
        padding-left: 30px;
    }
    #categorytree-container li .categorytree-menu .categorytree-menu-shows-list > li{
        border-bottom:none;
        padding: 0;
    }
}
@media(max-width:767px) {
    .categorytree-toggle.sm-button{
        display:none;
    }
    #header-wrapper.top-menu{
        position:absolute;
        top:0;
        right:0;
        left:0;
        bottom:0;
        z-index:9999;
    }

    #header-wrapper.top-menu .header > .container{
        display:none;
    }
    .categorytree > .categorytree-container{
        padding: 0;
        margin: 0;
    }

    header .nav-categorytree li.menu-item-has-children .categorytree-menu {
        position: absolute;
        background: #FFF;
        width: 100%;
        z-index: 1;
        top: 0;
        left: 100%;
        height:100%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        display:block;
    }
    header .nav-categorytree > li[role].menu-item-has-children > .categorytree-menu {
        top:65px;
    }
    header .nav-categorytree li.menu-item-has-children .back,
    header .nav-categorytree li.menu-item-has-children .all-links,
    header .nav-categorytree li.menu-item-has-children .nav-categorytree li.clockquide{
        display:block;
    }
    header .nav-categorytree> li.menu-item-has-children .categorytree-menu.open-sub {
        left: 0%;
    }

    header .nav-categorytree> li.menu-item-has-children .categorytree-menu .category-tree-menu-title{
        display:none;
    }
    header .nav-categorytree> li.menu-item-has-children .categorytree-menu .row > div{
        display:none;
    }

    header .nav-categorytree> li.menu-item-has-children .categorytree-menu .row > div.col-xs-3:first-child{
        display:block;
        width:100%;
        padding:0;
    }

    #mobileMyAccount {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    #categorytree-container{
        background-color: #fff;
    }

    #categorytree-container > ul,
    #mobileMyAccount > ul {
        position: relative;
        z-index: 1050;
        background: #fff;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .top-menu #categorytree-container ul.nav-categorytree{
        background-color:#fff;
        z-index: 1050;
        position: relative;
    }

    #categorytree-container li,
    #mobileMyAccount li {
        padding: 0;
        margin: 0;
    }

    #categorytree-container li{
        background-color:#fff;
    }

    #categorytree-container li.rotate > a{
        display:none;
    }

    #categorytree-container li.cat-sale a {
        color: #ff4842;
    }

    #categorytree-container .header-dropdown {
        display: inline-block;
        float: right;
        margin-top: 8px;
        cursor: pointer;
    }

    #categorytree-container li .header-dropdown .glyphicon-menu-down {
        font-size: 9px;
        vertical-align: middle;
        transform: none;
    }

    #categorytree-container li .header-dropdown.open .glyphicon-menu-down {
        transform: rotate(180deg);
    }

    #categorytree-container li .header-dropdown .dropdown-toggle > span {
        padding-left: 8px;
        font-size: 15px;
        vertical-align: middle;
    }

    #categorytree-container li .header-dropdown .dropdown-menu {
        right: 0;
        left: auto;
        top: 30px;
        padding: 0;
    }

    #categorytree-container li .header-dropdown .dropdown-menu li a {
        font-size: 14px;
    }

    #categorytree-container li > a {
        font-size: 16px;
    }

    #mobileMyAccount li a {
        display: block;
        color: #333333;
        padding: 10px 15px;
        border-bottom: 1px solid #ccc;
    }
    #categorytree-container li[role] a:hover {
        text-decoration: underline;
    }

    .top-menu #categorytree-container .overlay,
    #mobileMyAccount .overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1040;
    }
}
