html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

.float-rt {
    float: right;
}

.float-lt {
    float: left;
}

.clr {
    clear: both;
}

.pos-rel {
    position: relative;
}

.pos-abs {
    position: absolute;
}

.green {
    color: #9dc02e;
}

img {
    max-width: 100%;
    height: auto;
}

.form-control:focus {
    border-color: #9b050c;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/subset-Montserrat-Light.eot');
    src: url('/fonts/subset-Montserrat-Light.woff') format('woff'), url('/fonts/subset-Montserrat-Light.ttf') format('truetype'), url('/fonts/Montserrat-Light.otf') format('opentype');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/subset-Montserrat-Regular.eot');
    src: url('/fonts/subset-Montserrat-Regular.woff') format('woff'), url('/fonts/subset-Montserrat-Regular.ttf') format('truetype'), url('/fonts/Montserrat-Regular.otf') format('opentype');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/subset-Montserrat-Bold.eot');
    src: url('/fonts/subset-Montserrat-Bold.woff') format('woff'), url('/fonts/subset-Montserrat-Bold.ttf') format('truetype'), url('/fonts/Montserrat-Bold.otf') format('opentype');
    font-style: normal;
    font-weight: 800;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #666;
    background-color: #fff;
    overflow-x: hidden;
    font-weight: 400;
}

a {
    color: #666;
    outline: 0;
}

a, a:active, a:focus, button, button:focus, button:active, .btn, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    outline: 0;
}

a:hover {
    color: #da1921;
}

.no-gutter {
    padding: 0;
}

#sugbox {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff;
    border: 2px solid #9b050c;
    color: #666;
    cursor: default;
    padding: 0 0 15px 0;
    position: absolute;
    text-align: left;
    visibility: hidden;
    width: 100vw;
    z-index: 9999;
    margin-left: -25vw;
    top: 120px !important;
}

@media (min-width: 768px) {
    #sugbox {
        margin-left: 0;
        width: 275px;
        top: 38px !important;
        left: 0px !important;
    }
}

@media (min-width: 992px) {
    #sugbox {
        width: 390px;
    }
}

#sugbox h6 {
    font-size: 13px;
    margin-bottom: 10px;
    padding: 15px 15px 0 15px;
    color: #f22e2e;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

#sugbox ul {
    width: 100%;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

#sugbox ul li {
    width: 100%;
    min-height: 26px;
    line-height: 26px;
    clear: both;
}

#sugbox ul li:hover {
    cursor: pointer;
    font-weight: 600;
    color: #da1921;
    background-color: #efefef;
}

.sugcont {
    padding-left: 15px;
    padding-right: 15px;
}

.sugimg {
    height: 50px;
    width: 64px;
    float: left;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sugbox ul li:hover .sugimg {
    background-color: #efefef;
}

.sugimg img {
    max-width: 35px;
    max-height: 35px;
    margin-top: 0;
}

.sugname {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

#sugbox ul li:hover .sugname, #sugbox ul li:hover .sugcont {
    text-decoration: underline;
    font-weight: 300;
}

.sugprice {
    font-family: 'Montserrat', sans-serif;
    color: #9c0;
    text-decoration: none;
    margin-top: -3px;
    font-weight: 400;
}

div.similar-words-container {
    margin-bottom: 20px;
}

.stack_info {
    font-weight: 600;
}

.stack_info .immediately, .stack_info .threedays {
    color: #9dc02e;
}

.stack_info .tendays {
    color: #f22e2e;
}

.stack_info .unknown, .stack_info .moredays {
    color: #a3a3a3;
}

.tooltip-container {
    position: relative;
}

.tooltip-container .hidden-on-load {
    display: none;
}

.tooltip-container .tip-content-container {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
    font-size: 11px;
    left: -50px;
    padding: 10px;
    position: absolute;
    top: 20px;
    width: 200px;
    z-index: 9999;
}

.message {
    margin: 10px 0;
    font-weight: bold;
    padding: 5px 0;
}

.message.message-error, .message.message-red-alert {
    color: #da1921;
}

.message.message-info {
    color: #000;
}

.message.message-warning {
    color: #da1921;
}

h2.section_title, h1.section_title {
    font-size: 1.4em;
    font-weight: bolder;
    color: #000;
    margin: 30px 0;
}

header#page_header {
    width: 100%;
    height: 180px;
    background-color: #da1921;
}

header#page_header .header_section {
    width: 100%;
    height: 63px;
}

header#page_header .header_search {
    float: right;
    height: 60px;
    padding-top: 1px;
}

header#page_header .header_search input {
    display: block;
    float: right;
}

header#page_header .header_search input[type="text"] {
    width: 346px;
    padding: 15px 20px;
    border: 2px solid #e2e2e2;
    border-right: none;
    font-size: 16px;
    line-height: 26px;
}

header#page_header .header_search input[type="submit"] {
    border: none;
    font-size: 17px;
    line-height: 30px;
    padding: 15px 25px;
    color: #FFF;
    font-weight: 800;
    cursor: pointer;
}

section#page_body {
    margin-top: 0;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    section#page_body {
        margin-top: 0;
    }
}

section#page_body.on-homepage {
    margin-top: 20px;
}

@media (min-width: 768px) {
    section#page_body.on-homepage {
        margin-top: 80px;
    }
}

a.product_card_wrapper {
    display: block;
    margin-bottom: 40px;
    background: #fff;
    -webkit-box-shadow: 20px 20px 80px 0 rgba(238, 238, 238, 1);
    -moz-box-shadow: 20px 20px 80px 0 rgba(238, 238, 238, 1);
    box-shadow: 20px 20px 80px 0 rgba(238, 238, 238, 1);
    overflow: visible;
}

.product_card {
    text-align: center;
}

.product_card .top_card {
    max-width: 204px;
    height: 204px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}

.product_card .top_card img {
    max-width: 204px;
    max-height: 204px;
    height: auto;
    width: auto;
    margin: 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    display: block;
}

.product_card .bottom_card {
    padding: 30px 0 0 0;
}

.product_card .bottom_card h3 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 26px;
    -webkit-transition: color 500ms ease-in-out;
    -moz-transition: color 500ms ease-in-out;
    transition: color 500ms ease-in-out;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 26px;
}

.product_card .bottom_card h3, .product_card .bottom_card h3 a {
    color: #333;
    text-align: left;
}

.product_card .bottom_card h3 a:hover {
    color: #da1921;
}

.product_card .bottom_card .card_price {
    color: #9c0;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    text-align: left;
}

.product_card .bottom_card .card_shops {
    font-weight: 600;
    color: #bdbdbd;
}

section#section_all_categories {
    overflow: auto;
    margin-bottom: 90px;
    margin-top: 50px;
}

section#section_all_categories .category_item {
    width: 310px;
    height: auto;
    margin-right: 35px;
    margin-bottom: 35px;
    overflow: auto;
    float: left;
}

section#section_all_categories .category_item.no_right_margin {
    margin-right: 0;
}

section#section_all_categories .category_item > h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 30px;
}

section#section_all_categories .category_item > h3 a {
    color: #000;
}

section#section_all_categories .category_item .cat_all, section#section_all_categories .category_item .cat_item {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
    margin-bottom: 8px;
}

section#section_all_categories .category_item .cat_all > a {
    text-decoration: underline;
    color: #f22e2e;
}

section#section_all_categories .category_item .cat_all > a:hover {
    text-decoration: none;
}

section#section_all_categories a:hover {
    text-decoration: underline;
}

section#section_all_categories h1 {
    margin-top: 0;
}

div.category-product-wrapper {
    background: #fff;
    margin: 0;
    padding: 30px 0 30px 0;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid #ddd;
    position: relative;
}

@media (min-width: 768px) {
    div.category-product-wrapper {
        border: none;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
        display: flex;
        align-items: center;
    }
}

div.category-product-wrapper div.category-product.img {
    height: 220px;
    margin: 0 auto 20px auto;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

@media (min-width: 768px) {
    div.category-product-wrapper div.category-product.img {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    div.category-product-wrapper div.category-product.img {
        padding-left: 25px;
    }
}

div.category-product-wrapper div.category-product.img a {
    margin: 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    display: block;
    width: 100%;
    text-align: center;
}

div.category-product-wrapper div.category-product.img a img {
    max-width: 100%;
    max-height: 220px;
    width: auto;
    height: auto;
    flex: 0 0 auto;
    object-fit: scale-down;
}

div.category-product.description p {
    margin: 20px 0 20px 0;
    color: #666;
    font-size: 13px;
    line-height: 20px;
    min-height: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    word-wrap: break-word;
}

div.category-product.description p b {
    font-weight: bold;
}

div.category-product-wrapper div.category-product.description h2 {
    margin: 0;
    padding: 0;
    font-size: 20px;
}

div.category-product-wrapper div.category-product.description h2, div.category-product-wrapper div.category-product.description h2 a {
    color: #000;
}

div.category-product-wrapper div.category-product.description h2 a:hover {
    color: #f22e2e;
}

div.category-product-wrapper div.category-product.description .price {
    float: left;
    font-size: 20px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    margin: 5px;
}

div.category-product-wrapper div.category-product.description .price, div.category-product-wrapper div.category-product.description .price a {
    color: #9dc02e;
}

div.category-product-wrapper div.category-product.description .price a:hover {
    text-decoration: underline;
}

div.category-product-wrapper div.category-product.description a.compare-prices, div.category-product-wrapper div.category-product.description a.buy-leese {
    float: right;
    background-color: #f12c2c;
    margin: 5px;
    width: 170px;
    height: 40px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    position: relative;
}

div.category-product-wrapper div.category-product.description a.compare-prices:hover {
    background-image: linear-gradient(#da0101, #f22e2e);
}

div.category-product-wrapper div.category-product.description a.buy-leese:before, section#product_similar_products a.buy:before {
    position: absolute;
}

.category-product.description a { 
    word-break: break-all; 
} 

a.select-phone {
    display: inline-block;
    width: auto;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    padding: 0 10px;
    font-size: 14px;
    background: #fff;
    color: #9b9b9b;
    margin: 3px;
}

a.select-phone.active {
    background: #f22e2e;
    color: #fff;
}

div.selected-tab h3 {
    color: #f22e2e;
    font-size: 24px;
    margin: 20px 0;
}

div.selected-tab p {
    color: #656565;
    font-size: 16px;
    margin-bottom: 50px;
}

strong.thin {
    font-weight: 300;
    color: #f22e2e;
}

h2.category.product.subtitle {
    color: #f22e2e;
    font-weight: 600;
    font-size: 28px;
    margin: 15px 0;
}

div#sort-panel {
    margin: 10px 0;
}

div#sort-panel div.searched-counter {
    color: #000;
    font-size: .9em;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

div.searched-counter {
    color: #000;
    font-size: .9em;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

div.searched-counter strong {
    color: #000;
    font-weight: 400;
}

div.searched-counter .produktu {
    color: #666;
}

div.searched-counter .search-number {
    color: #da1921;
}

div#sort-panel div.searched-counter em, div.searched-counter em {
    color: #000;
}

.found {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

div#sort-panel div#sort-per-page, div#sort-panel div#rateby-popularity {
    float: right;
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    color: #7d7c7c;
    font-size: 14px;
}

div#sort-panel div#sort-per-page select, div#sort-panel div#rateby-popularity select {
    cursor: pointer;
    border: 0;
    background: transparent;
    color: #f22e2e;
    font-weight: 600;
}

div#sort-panel div#sort-per-page select:focus, div#sort-panel div#rateby-popularity select:focus {
    outline: none;
}

div#sort-panel div#rateby-popularity strong.red, div#sort-panel div#sort-per-page strong.red {
    color: #f22e2e;
    padding: 20px 0;
    margin: 20px 0;
}

div.sorting-items {
    width: 16px;
    margin: 0 15px;
    float: right;
}

div.sorting-items div.sort-arrow {
    width: 12px;
    height: 10px;
    background: url(/images/sleviste/sort-sprite.png);
    margin: 2px;
}

div.sorting-items div#sort-down.sort-arrow {
    background-position: 0 10px;
}

div.top_category_item {
    text-align: center;
}

div.top_category_item a {
    max-width: 210px;
    height: 210px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

@media (min-width: 380px) {
    div.top_category_item a {
        height: 145px;
    }
}

@media (min-width: 480px) {
    div.top_category_item a {
        height: 210px;
    }
}

div.top_category_item img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

#section_top_category .top_category_item_wrapper {
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 30px;
}

#section_top_category .top_category_item_wrapper:hover {
    background-color: #ffeded;
}

#section_top_category .top_category_item_wrapper a.link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

div.top_category_item h3.top_category_item_title {
    font-weight: 600;
    font-size: 16px;
    padding: 20px 5px;
    height: 60px;
}

@media (min-width: 480px) {
    div.top_category_item h3.top_category_item_title {
        font-size: 18px;
    }
}

div.top_category_item h3.top_category_item_title, div.top_category_item h3.top_category_item_title a, section#section_all_categories div.all_category_item h3, section#section_all_categories div.all_category_item h3 a {
    color: #da1921;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-weight: 400;
}

section#section_all_categories div.all_category_item h3 {
    display: block;
}

section#section_all_categories div.all_category_item h3 a {
    margin-bottom: 0;
}

div.top_category_item h3.top_category_item_title a:hover strong {
    display: inline-block;
    text-decoration: none;
}

section#section_all_categories div.all_category_item h3 .acc {
    display: block;
    width: 27px;
    height: 27px;
    background: url('/images/sleviste/2016/accordion-open.png') no-repeat;
}

section#section_all_categories div.all_category_item {
    overflow: hidden;
    background: #fff;
}

@media (min-width: 992px) {
    section#section_all_categories div.all_category_item {
        background-color: #fff;
    }
}

section#section_all_categories div.all_category_item h3 {
    font-size: 13px;
    margin-bottom: 0;
    height: auto;
}

@media (min-width: 992px) {
    section#section_all_categories div.all_category_item h3 {
        height: 42px;
    }
}

@media (min-width: 480px) {
    section#section_all_categories div.all_category_item h3 {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    section#section_all_categories div.all_category_item h3 {
        margin-bottom: 20px;
        font-size: 18px;
    }
}

section#section_all_categories div.all_category_item h3 strong {
    color: #666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

section#section_all_categories div.all_category_item div.category_item_left {
    float: left;
    width: 140px;
    height: 190px;
    background: #ddd;
}

section#section_all_categories div.all_category_item div.category_item_right {
    width: auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

section#section_all_categories div.all_category_item div.category_item_right ul li strong {
    color: #999;
}

section#section_all_categories div.all_category_item div.category_item_right ul {
    padding-left: 10px;
}

@media (min-width: 992px) {
    section#section_all_categories div.all_category_item div.category_item_right ul {
        padding-left: 0;
    }
}

section#section_all_categories div.all_category_item div.category_item_right ul li {
    padding-bottom: 8px;
}

section#section_all_categories div.all_category_item div.category_item_right ul li a {
    color: #000;
    font-size: 15px;
}

section#section_all_categories div.all_category_item div.category_item_right ul li.next a {
    color: #da1921;
    font-weight: 300;
    font-size: 15px;
    text-decoration: underline;
}

section#section_all_categories div.all_category_item div.category_item_right ul li a strong {
    color: #bdbdbd;
}

section#section_all_categories div.all_category_item div.category_item_right ul li a:hover {
    text-decoration: underline;
    color: #f22e2e;
}

section#section_categories .all_categories, a.more_wheel_link, section#section_phrases .more_wheel_link {
    color: #da1921;
    white-space: nowrap;
    text-decoration: underline;
    font-size: 13px;
}

a.more_wheel_link {
    text-decoration: none;
}

a.more_wheel_link .more_wheel_link_text_container {
    color: #da1921;
    text-decoration: underline;
}

a.more_wheel_link:hover .more_wheel_link_text_container {
    color: #666;
    text-decoration: underline;
}

.panel-collapse {
    background-color: #ffeded;
}

@media (min-width: 992px) {
    .panel-collapse {
        background-color: #fff;
    }
}

}
section#section_categories .all_categories_span, a.more_wheel_link .more_wheel_link_text_container {
    line-height: 18px;
}

section#section_categories .plus_wheel, a.more_wheel_link .plus_wheel {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    line-height: 14px;
    text-align: center;
    font-size: 14px;
    margin-right: 10px;
}

div.product_card .bottom_card a.bottom_card_sort {
    display: block;
    background-color: #da1921;
    width: auto;
    height: auto;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    border: 1px solid #da1921;
    text-shadow: none;
    text-align: center;
    padding: 7px 0;
    margin: 21px 0 50px 0;
}

div.product_card .bottom_card a.bottom_card_sort:hover {
    background: #fff;
    color: #da1921;
    cursor: pointer;
    text-decoration: none;
}

h1.product_title {
    font-size: 30px;
    font-weight: 600;
    color: #f22e2e;
    margin: 30px 0;
}

section#product_detail {
    background: #fff;
}

section#product_detail #product_detail_wrapper .product_image_wrapper {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    section#product_detail #product_detail_wrapper .product_image_wrapper {
        margin-bottom: 0;
    }
}

div#product_image_controlor {
    min-width: 320px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

div#product_image_controlor div#product_image_prev, div#product_image_controlor div#product_image_next {
    display: block;
    color: #f22e2e;
    padding: 0 15px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    font-weight: 600;
    vertical-align: middle;
    cursor: pointer;
}

@media (min-width: 380px) {
    div#product_image_controlor div#product_image_prev, div#product_image_controlor div#product_image_next {
        display: inline-block;
    }
}

div#product_image_controlor div#product_image_items {
    display: inline-block;
    max-width: 275px;
    margin: 0 auto;
    padding: 0 15px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
}

div#product_image_controlor div#product_image_items a.product_item {
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #c8c8c8;
    float: left;
    margin: 6px 5px 2px 5px;
    vertical-align: middle;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}

div#product_image_controlor div#product_image_items a.product_item.active, div#product_image_controlor div#product_image_items a.product_item:hover {
    background: #f22e2e;
    border: 2px solid #f22e2e;
    cursor: pointer;
}

section#product_detail #product_detail_wrapper .product_detail {
    text-align: center;
}

@media (min-width: 480px) {
    section#product_detail #product_detail_wrapper .product_detail {
        text-align: left;
    }
}

@media (min-width: 992px) {
    section#product_detail #product_detail_wrapper .product_detail {
        text-align: left;
    }
}

#product_detail_wrapper .product_detail .product_price {
    font-size: 24px;
    color: #c7c7c7;
    font-weight: 800;
}

.product_price.pull-right {
    float: none !important;
}

@media (min-width: 480px) {
    .product_price.pull-right {
        float: right;
    }
}

#product_detail_wrapper .product_detail .product_price strong {
    color: #9dc02e;
    font-size: 48px;
}

#product_detail_wrapper .product_detail .compare_stores:hover {
    text-decoration: none;
}

section#product_detail #product_detail_wrapper .product_detail .product_stack_info {
    margin-top: 20px;
    width: auto;
    text-align: left;
}

@media (min-width: 480px) {
    section#product_detail #product_detail_wrapper .product_detail .product_stack_info {
        margin-top: 0;
        text-align: left;
    }
}

section#product_detail #product_detail_wrapper .product_detail .product_stack_info .shop_logo {
    width: 170px;
    text-align: center;
    display: inline-block;
}

section#product_detail #product_detail_wrapper .product_detail .product_stack_info .stack_info, section#product_detail #product_detail_wrapper .product_detail .product_stack_info .shop_logo {
    vertical-align: middle;
}

#buy_product:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

#buy_product {
    position: relative;
    display: block;
    overflow: hidden;
    padding-left: 100px;
    margin: 20px 0;
    width: 320px;
    height: 70px;
    line-height: 70px;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    text-shadow: 2px -1px 2px rgba(239, 113, 10, 0.6);
}

#bug-report {
    width: 200px;
    text-align: center;
    cursor: pointer;
    margin: 20px 0;
    background-color: #da1921;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: white;
    padding: 12px 30px;
    text-shadow: 2px -1px 2px rgba(239, 113, 10, 0.6);
}

#product_detail_wrapper .product_detail .product_description {
    margin-top: 20px;
    color: #a3a3a3;
    font-size: 14px;
    word-break: break-word;
}

#product_detail_wrapper .product_detail .product_description a {
    color: #f22e2e;
}

#product_detail_wrapper .product_detail .product_description a:hover {
    text-decoration: underline;
}

div.tabContent {
    background-color: #fff;
}

div.tabContent div.descript {
    max-width: 70%;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

div.tabContent.hide {
    display: none;
}

div.tabContent div.product_all_item, div.all_offers_content div.product_all_item {
    padding: 20px 0 0 0;
}

div.tabContent div.product_all_item.last, div.all_offers_content div.product_all_item.last {
    box-shadow: none;
}

div.tabContent div.product_all_item div.product_image, div.all_offers_content div.product_all_item div.product_image {
    height: auto;
    text-align: center;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    div.all_offers_content div.product_all_item div.product_image {
        margin-bottom: 0;
    }
}

div.tabContent div.product_all_item div.product_image img, div.all_offers_content div.product_all_item div.product_image img {
    display: block;
    margin: 0 auto 15px auto;
}

div.tabContent div.product_all_item div.product_description p, div.all_offers_content div.product_all_item div.product_description p {
    font-size: 13px;
    line-height: 20px;
    color: #666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

div.tabContent div.product_all_item div.product_price .price, div.all_offers_content div.product_all_item div.product_price .price, div.tabContent div.product_all_item div.product_price .price a, div.all_offers_content div.product_all_item div.product_price .price a {
    color: #9dc02e;
}

div.tabContent div.product_all_item div.product_price .price a:hover, div.all_offers_content div.product_all_item div.product_price .price a:hover {
    text-decoration: underline;
}

div.tabContent div.product_all_item div.product_price .price, div.all_offers_content div.product_all_item div.product_price .price {
    font-size: 30px;
    text-align: left;
    font-weight: 800;
}

@media (min-width: 768px) {
    div.tabContent div.product_all_item div.product_price .price, div.all_offers_content div.product_all_item div.product_price .price {
        text-align: right;
    }
}

div.tabContent div.product_all_item div.shipping, div.all_offers_content div.product_all_item div.shipping {
    color: #666;
    font-size: 14px;
    width: auto;
    text-align: left;
    float: none;
}

@media (min-width: 768px) {
    div.tabContent div.product_all_item div.shipping, div.all_offers_content div.product_all_item div.shipping {
        width: 130px;
        text-align: right;
        float: right;
    }
}

div.tabContent div.product_all_item div.shipping strong, div.all_offers_content div.product_all_item div.shipping strong {
    color: #f22e2e;
    font-weight: 800;
}

div.tabContent div.product_all_item div.product_buy, div.all_offers_content div.product_all_item div.product_buy {
    text-align: right;
    margin-left: 0;
    margin-top: 15px;
}

@media (min-width: 768px) {
    div.tabContent div.product_all_item div.product_buy, div.all_offers_content div.product_all_item div.product_buy {
        text-align: right;
        margin-left: 10px;
    }
}

div.tabContent div.product_all_item div.product_buy .stack_info, div.all_offers_content div.product_all_item div.product_buy .stack_info {
    display: block;
    height: 60px;
    line-height: 60px;
    color: #9c0;
    font-size: 18px;
}

div.tabContent div.product_all_item div.product_buy .product_buy_redbtn {
    display: block;
    float: right;
    margin-bottom: 20px;
    background: #f12c2c;
    width: 170px;
    height: 40px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    white-space: nowrap;
}

section#all_offers div.all_offers_content {
    background: #fff;
}

div.all_offers_content div.product_all_item div.product_buy .product_buy_yelbtn {
    display: block;
    float: right;
    margin-bottom: 20px;
    width: 170px;
    height: 40px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    white-space: nowrap;
}

.product_description .product_buy_yelbtn {
    word-wrap: break-word;
}

section#product_parameters div.product_parameters_content {
    background: #fff;
}

div.product_parameters_content table.product_parameters_table {
    width: 100%;
    vertical-align: top;
}

.parameters-section div.product_parameters_content table.product_parameters_table {
    width: 100%;
    padding-right: 15px;
}

div.product_parameters_content tr {
    background: #fff;
}

div.product_parameters_content tr:nth-child(even) {
    background: #f5f5f5;
}

div.product_parameters_content td {
    padding: 5px;
}

div.product_parameters_content td.strong {
    width: 250px;
    font-weight: 600;
    color: #f22e2e;
}

div.product_parameters_content td img.info-icon {
    margin-top: 5px;
    margin-left: 15px;
}

section#product_description {
    color: #656565;
    font-size: 16px;
    margin-bottom: 50px;
}

section#product_description strong {
    font-weight: 600;
}

section#product_description strong.thin {
    font-weight: 300;
    color: #f22e2e;
}

section#product_description .description-shop-heading, section#product_comparation .description-shop-heading {
    font-size: 20px;
    font-weight: 600;
    color: #f22e2e;
    margin: 10px 0;
}

section#product_description .description-container, section#product_comparation .products_description_container {
    color: #656565;
    margin-bottom: 30px;
}

section#product_description .description-container:last-child, section#product_comparation .products_description_container:last-child {
    margin-bottom: 0;
}

section#product_description .description-container p {
    margin-bottom: 0;
}

section#product_comparation .products_description_container p {
    margin-bottom: 10px;
}

section#product_comparation table {
    background: #fff;
}

section#product_similar_products h3 {
    font-weight: 600;
    font-size: 18px;
}

section#product_similar_products h3 a {
    color: #000;
}

section#product_similar_products h3 a:hover {
    color: #f22e2e;
}

section#product_similar_products div.similar_item {
    margin-bottom: 30px;
    min-height: 365px;
    background: #fff;
    display: block;
    vertical-align: top;
}

section#product_similar_products div.similar_item.last {
    margin-right: 0;
}

section#product_similar_products div.similar_item a.product_comparation {
    color: #000;
    text-decoration: underline;
    font-size: 13px;
    display: block;
    font-weight: bold;
    margin-top: 5px;
}

section#product_similar_products div.similar_item a.product_comparation:hover {
    text-decoration: none;
}

section#product_similar_products div.similar_image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    max-height: 150px;
    width: auto;
}

section#product_similar_products div.similar_image {
    margin-bottom: 20px;
    width: 100%;
    height: 150px;
    max-height: 150px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

section#product_similar_products strong.price {
    font-weight: 600;
    display: block;
    margin: 5px 0;
}

section#product_similar_products strong.price a:hover {
    text-decoration: underline;
}

section#product_similar_products a.buy {
    display: block;
    margin: 0 auto;
    width: 170px;
    height: 40px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    position: relative;
}

div#product_images_container {
    height: 300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -ms-flex-direction: column;
}

@media (min-width: 480px) {
    div#product_images_container {
        height: 350px;
    }
}

div#product_images_container img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    max-height: 100%;
    flex: 0 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

div#product_images_container img.loading-gallery-placeholder {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
}

div#product_images_container img.active {
    display: block;
}

div#product_images_container .gallery-init-error {
    font-size: 13px;
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
}

section#section_breadcrumbs {
    font-size: 15px;
    background-color: #efefef;
    color: #333;
    min-height: 55px;
    font-weight: 300;
}

section#section_breadcrumbs .container {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

section#section_breadcrumbs a {
    color: #da1921;
    text-decoration: underline;
}

section#section_breadcrumbs a:hover {
    text-decoration: underline;
}

section#section_breadcrumbs em {
    color: #999;
}

div.paginator {
    margin-bottom: 20px;
    text-align: center;
}

div.paginator a, div.paginator span {
    display: inline-block;
    min-width: 40px;
    padding: 0 5px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin: 0 5px;
    background: #fff;
    color: #292929;
    font-weight: 600;
    -webkit-box-shadow: 0 0 10px 0 rgba(200, 200, 200, 0.35);
    -moz-box-shadow: 0 0 10px 0 rgba(200, 200, 200, 0.35);
    box-shadow: 0 0 10px 0 rgba(200, 200, 200, 0.35);
}

div.paginator a:hover, div.paginator span.selected {
    background: #ee2727;
    color: #fff;
}

div.paginator a.next, div.paginator a.prev {
    border: 0;
    width: auto;
    background: none;
    color: #a5a5a5;
    font-weight: 400;
    margin: 0 10px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

section#section_filters {
    overflow: auto;
}

.line_filter_container {
    text-align: center;
}

.line_filter_container .line_filter_links_container {
    text-align: left;
}

.line_filter_container .line_filter_links_container.container_closed {
    max-height: 100px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .line_filter_container .line_filter_links_container.container_closed {
        max-height: 100px;
        overflow: hidden;
    }
}

.line_filter_container .line_filters_toggler {
    display: inline-block;
    padding: 3px 20px;
    color: #000;
    margin-top: 20px;
}

.line_filter_container .line_filters_toggler:hover {
    color: #da1921;
    text-decoration: underline;
}

.line_filter_container a.line_filters_toggler.more_icon {
    color: #000;
    margin-top: 20px;
    font-weight: 400;
}

.line_filter_container a.line_filters_toggler.more_icon:hover {
    color: #da1921;
}

.line_filter_container .line_filters_toggler.more_icon {
    background: url(/images/sleviste/2016/arrow.png) no-repeat right center;
}

.line_filter_container .line_filters_toggler.more_icon:hover {
    background: url(/images/sleviste/2016/arrow.png) no-repeat right center;
}

.line_filter_container .line_filters_toggler.less_icon {
    background: url(/images/sleviste/2016/arrow2.png) no-repeat right center;
}

.line_filter_container .line_filters_toggler.less_icon:hover {
    background: url(/images/sleviste/2016/arrow2.png) no-repeat right center;
}

#filter_labels, .line_filter_container .line_filter_label {
    color: #a1a1a1;
    font-weight: 100;
    margin-bottom: 10px;
}

.similar-words-wrapper {
    float: none;
    width: auto;
}

.endcat .similar-words-wrapper {
    width: auto;
}

@media (min-width: 1200px) {
    .similar-words-wrapper {
        float: right;
        width: 87%;
    }

    .endcat .similar-words-wrapper {
        width: 87%;
    }
}

.similar-words-wrapper a {
    text-decoration: underline;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #666;
    line-height: 26px;
}

.similar-words-wrapper a:hover {
    text-decoration: underline;
}

#filter_labels a, .line_filter_container .line_filter_label a {
    display: inline-block;
    color: #666;
    font-size: 15px;
}

#filter_labels a:hover, .line_filter_container .line_filter_label a:hover {
    color: #da1921;
}

#filter_labels h3, .line_filter_container .line_filter_label h3, .similar-words-container h3 {
    font-size: .9em;
    line-height: 1.0em;
    font-weight: 600;
    color: #000;
    display: inline-block;
    margin-right: 20px;
}

.similar-words-container h3 {
    font-size: 15px;
    margin-right: 0;
    margin-top: 5px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .similar-words-container h3 {
        margin-bottom: 0;
        float: left;
        max-width: 11%;
        margin-right: 10px;
    }
}

#filter_labels b, .line_filter_container .line_filter_label b {
    font-weight: 400;
}

.line_filter_container .line_filter_label .filter_count {
    font-size: .9em;
}

#filter_form_field {
    background: #FFF;
    padding: 30px;
    margin: 30px 0;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
}

#filter_form_field[data-toggle="closed"] {
    height: 32px;
    padding: 0 30px;
}

#filter_form_field .bottom_form, #filter_form_field .top_form {
    opacity: 1;
    -webkit-transition: opacity 800ms ease-in-out;
    -moz-transition: opacity 800ms ease-in-out;
    transition: opacity 800ms ease-in-out;
}

#filter_form_field[data-toggle="closed"] .bottom_form, #filter_form_field[data-toggle="closed"] .top_form {
    opacity: 0;
}

#filter_form_field #filter_form_toggling_control {
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 32px;
    background: url(/images/sleviste/x-icon.png) center center no-repeat #dedede;
    cursor: pointer;
}

#filter_form_field .top_form {
    margin-bottom: 30px;
}

#filter_form_field .top_form .column {
    width: 220px;
    height: 230px;
    float: left;
    border-right: 1px solid #e7e7e7;
    margin-right: 19px;
    position: relative;
}

#filter_form_field .top_form .column.last_col {
    border: none;
    margin-right: 0;
}

#filter_form_field .top_form .column h4 {
    margin-bottom: 15px;
    color: #f22e2e;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
}

#filter_form_field .top_form .column .input_list {
    margin-bottom: 10px;
    overflow: hidden;
}

#filter_form_field .top_form .column .input_list.param-list-opened {
    position: absolute;
    z-index: 10000;
    min-height: 180px;
    background: #fff;
    width: 100%;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    margin-bottom: 0;
}

#filter_form_field .top_form .column .input_list .line {
    width: 100%;
    height: 20px;
    line-height: 20px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    font-size: 12px;
}

#filter_form_field .top_form .column .input_list .line.hidden-on-load {
    display: none;
}

#filter_form_field .top_form .column .input_list .line .count_notify {
    color: #b6b6b6;
}

#filter_form_field .line .checkbox_wrapper {
    width: 14px;
    height: 14px;
    position: relative;
    display: block;
    float: left;
    margin-top: 2px;
    margin-right: 15px;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#filter_form_field .line .checkbox_wrapper input[type="checkbox"] {
    margin: 0;
    width: 14px;
    height: 14px;
    border: none;
    display: block;
    opacity: 0;
    position: relative;
    z-index: 1;
}

#filter_form_field .line .checkbox_wrapper input[type="checkbox"] ~ .fake_bg {
    position: absolute;
    z-index: 0;
    width: 14px;
    height: 14px;
    top: 0;
    left: 0;
}

#filter_form_field .line .checkbox_wrapper input[type="checkbox"]:checked ~ .fake_bg {
    background: red;
}

#filter_form_field .top_form .column a.more_toggler {
    color: #f22e2e;
    font-size: 12px;
    line-height: 16px;
    padding-left: 30px;
    display: block;
}

#filter_form_field .top_form .column a.more_toggler.hidden-on-load {
    display: none;
}

#filter_form_field .bottom_form {
    height: 40px;
    line-height: 40px;
    color: #f22e2e;
    font-size: 16px;
}

#filter_form_field .bottom_form input[type="submit"] {
    border: none;
    float: right;
    font-size: 14px;
    line-height: 26px;
    padding: 7px 40px;
    color: #FFF;
    font-weight: 800;
    cursor: pointer;
}

#filter_form_field .bottom_form input[type="text"] {
    width: 180px;
    margin: 0 20px;
    font-size: 16px;
    border: 1px solid #c9c9c9;
    padding: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#section_most_searched {
    text-align: left;
    padding-right: 10px;
    margin-bottom: 20px;
}

#section_most_searched h1.headline {
    color: #f60;
    font-size: 18px;
    margin-bottom: 5px;
}

#section_most_searched .most-searched-phrases-container .phrases-column-container .phrase-container {
    color: #da1921;
    margin-bottom: 10px;
}

#section_most_searched .most-searched-phrases-container .phrase-container h2 {
    font-size: .9em;
    font-weight: 400;
}

#section_most_searched .most-searched-phrases-container .phrase-container a {
    color: #9b9b9b;
    font-weight: 300;
}

#section_most_searched .most-searched-phrases-container .phrase-container a:hover {
    color: #da1921;
    text-decoration: none;
}

section#section_phrases, section#section_categories, section#section_product_comparation {
    padding-top: 30px;
    font-size: .9em;
    color: #9b9b9b;
    line-height: 18px;
    text-align: left;
    font-weight: 100;
}

section#section_phrases, section#section_product_comparation {
    padding-bottom: 30px;
}

@media (min-width: 1200px) {
    section#section_phrases, section#section_product_comparation {
        padding-left: 40px;
    }
}

section#section_categories a, section#section_product_comparation a {
    color: #a1a1a1;
}

section#section_categories a:hover, section#section_product_comparation a:hover {
    color: #da1921;
    text-decoration: none;
}

section#section_categories .categories_title, section#section_product_comparation .categories_title {
    color: #da1921;
}

section#section_phrases .categories_title {
    margin-bottom: .9em;
}

section#section_phrases ul li {
    list-style: none;
    display: inline;
}

section#section_phrases ul li a:first-letter {
    text-transform: capitalize;
}

section#section_phrases ul li a {
    color: #666;
    text-decoration: underline;
    font-size: 13px;
    padding: 0;
}

section#section_phrases ul li:last-of-type .dot {
    display: none;
}

section#section_phrases ul li a:hover {
    color: #da1921;
}

section#product_comparation table {
    border: 1px solid #ccc;
    width: 100%;
    margin: 20px 0 30px;
}

section#product_comparation table a {
    color: #f22e2e;
}

section#product_comparation table a:hover {
    text-decoration: underline;
}

section#product_comparation table tr {
    border-bottom: 1px dotted #ccc;
}

section#product_comparation table tr.solid {
    border-bottom: 1px solid #ccc;
}

section#product_comparation table td {
    text-align: center;
    border-left: 1px dotted #ccc;
    padding: 5px 10px;
    vertical-align: middle;
}

section#product_comparation table td.head {
    font-weight: bold;
    text-align: left;
    border-left: 0;
    width: 200px;
    min-width: 200px;
}

section#product_comparation table td.high {
    font-weight: bold;
    padding: 15px 10px;
}

section#product_comparation table td .from b {
    font-size: 16px;
}

section#product_comparation table td a.name {
    font-size: 18px;
}

.cc-adv-container {
    padding: 5px 0;
    margin: 20px 0;
    max-width: 100% !important;
    overflow: hidden;
}

.cc-adv-container .advhead {
    font-size: 11px;
}

.cc-adv-container.cc-adv-search-wallpaper {
    position: relative;
}

.cc-adv-container.cc-adv-search-wallpaper .advhead {
    transform: rotate(270deg);
    transform-origin: left top;
    position: absolute;
    bottom: 0;
    left: 480px;
}

.no-gutter {
    padding-left: 0;
    padding-right: 0;
}

.gutter {
    padding-left: 15px;
    padding-right: 15px;
}

#section_category_top_products .col-xs-6, .top_category_item_wrapper.col-xs-6 {
    width: 100%;
}

@media (min-width: 380px) {
    #section_category_top_products .col-xs-6, .top_category_item_wrapper.col-xs-6 {
        width: 50%;
    }
}

@media (min-width: 768px) {
    #section_category_top_products .col-xs-6, .top_category_item_wrapper.col-xs-6 {
        width: 33%;
    }
}

@media (min-width: 992px) {
    #section_category_top_products .col-xs-6, .top_category_item_wrapper.col-xs-6 {
        width: 20%;
    }
}

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.pagination {
    display: inline-block;
    margin: 0 auto 65px auto;
}

.pagination-wrapper {
    margin-top: 65px;
}

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

#up {
    margin-bottom: 30px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 10px 18px;
    margin-left: 0;
    margin-right: 20px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}

.pagination > li > a:hover, .pagination > li > span:hover {
    background-color: #da1921;
    color: #fff;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination > li.prev-next {
    border: none;
}

.pagination > li.prev-next a {
    color: #da1921;
    border: none;
}

.pagination > li.prev-next a:hover {
    background-color: transparent;
    color: #da1921;
    text-decoration: underline;
}

.pagination > li > span.selected {
    background-color: #da1921;
    color: #fff;
    display: inline-block;
    border-bottom: 1px solid #da1921;
    border-right: 1px solid #da1921;
}

.category-product.pricing {
    text-align: center;
}

@media (min-width: 1200px) {
    .category-product.pricing {
        padding-right: 0;
    }
}

@media (min-width: 768px) {
    .category-product.pricing {
        text-align: right;
        margin-top: 38px;
    }
}

.category-product.pricing .price {
    color: #9c0;
    font-size: 28px;
    display: block;
    clear: both;
}

@media (min-width: 768px) {
    .category-product.pricing .price {
        color: #9c0;
        display: inline-block;
        clear: none;
    }
}

a.buy-leese {
    display: inline-block;
    height: 48px;
    width: 220px;
    max-width: 100%;
    line-height: 48px;
    font-size: .8em;
    color: #fff;
    background-color: #da1921;
    border: 1px solid #da1921;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    margin-top: 25px;
}

a.buy-leese:hover {
    color: #da1921;
    background-color: #fff;
    border: 1px solid #da1921;
}

@media (min-width: 480px) and(max-width: 991px) {
    a.buy-leese {
        min-width: 135px;
        font-size: .8em;
    }
}

@media (min-width: 992px) {
    a.buy-leese {
        min-width: 200px;
        font-size: .9em;
        margin-right: 0;
    }
}

#hpcategories div.subcats {
    display: none;
}

#hpcategories .col-xs-4 {
    height: 166px;
}

#hpcategories .col-xs-6 {
    height: 166px;
}

@media (min-width: 768px) {
    #hpcategories .col-xs-4, #hpcategories .col-xs-6 {
        height: auto;
    }
}

#hpcategories h3 {
    margin-bottom: 30px;
    text-align: center;
}

@media (min-width: 992px) {
    #hpcategories h3 {
        margin-bottom: 50px;
    }
}

@media (min-width: 1200px) {
    #hpcategories h3 {
        text-align: left;
        margin-bottom: 10px;
    }
}

#hpcategories h3 a {
    color: #da1921;
    font-size: 14px;
    text-decoration: none;
    word-wrap: break-word;
}

@media (min-width: 1200px) {
    #hpcategories h3 a {
        font-size: 19px;
        font-family: 'Montserrat', sans-serif;
    }
}

@media (min-width: 1200px) {
    #hpcategories div.subcats {
        display: block;
    }
}

#hpcategories .subcats {
    margin-bottom: 30px;
}

#hpcategories .subcats a {
    color: #666;
    font-size: 13px;
    text-decoration: underline;
    font-weight: 300;
}

#hpcategories .subcats a:hover {
    color: #da1921;
}

.sprite {
    background: url(/images/sleviste/2016/sprite.png) no-repeat;
    display: block;
    margin: 0 auto 10px auto;
}

@media (min-width: 992px) {
    .sprite {
        margin-bottom: 10px;
    }
}

@media (min-width: 1200px) {
    i.sprite {
        float: right;
        margin-top: -13px;
    }
}

@media (min-width: 768px) {
    .sprite {
        float: none;
    }
}

.sprite-cat-121 {
    width: 31px;
    height: 32px;
    background-position: -5px -5px;
}

.sprite-cat-121 {
    width: 50px;
    height: 50px;
    background-position: 0 0;
}

.sprite-cat-122 {
    width: 50px;
    height: 50px;
    background-position: 0 -50px;
}

.sprite-cat-123 {
    width: 50px;
    height: 50px;
    background-position: 0 -100px;
}

.sprite-cat-124 {
    width: 50px;
    height: 50px;
    background-position: 0 -150px;
}

.sprite-cat-125 {
    width: 50px;
    height: 50px;
    background-position: 0 -200px;
}

.sprite-cat-126 {
    width: 50px;
    height: 50px;
    background-position: 0 -250px;
}

.sprite-cat-252 {
    width: 50px;
    height: 50px;
    background-position: 0 -300px;
}

.sprite-cat-253 {
    width: 50px;
    height: 50px;
    background-position: 0 -350px;
}

.sprite-cat-268 {
    width: 50px;
    height: 50px;
    background-position: 0 -400px;
}

.sprite-cat-2943 {
    width: 50px;
    height: 50px;
    background-position: 0 -450px;
}

.sprite-cat-2944 {
    width: 50px;
    height: 50px;
    background-position: 0 -500px;
}

.sprite-cat-3298 {
    width: 50px;
    height: 50px;
    background-position: 0 -550px;
}

.sprite-cat-3555 {
    width: 50px;
    height: 50px;
    background-position: 0 -600px;
}

.sprite-cat-7140 {
    width: 50px;
    height: 50px;
    background-position: 0 -650px;
}

h1.product_title {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #000;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 56px;
}

div#product_images_container img {
    max-height: 280px;
}

#buy_product {
    display: inline-block;
    background-color: #da1921;
    width: auto;
    height: auto;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    border: 1px solid #da1921;
    text-shadow: none;
    text-align: center;
    padding: 12px 12px;
    margin: 0;
}

@media (min-width: 480px) {
    #buy_product {
        margin-bottom: 0;
        width: auto;
        padding: 12px 20px;
    }
}

@media (min-width: 768px) {
    #buy_product {
        text-align: center;
        margin-bottom: 20px;
        font-size: 11px;
    }
}

@media (min-width: 992px) {
    #buy_product {
        font-size: 14px;
    }
}

#buy_product:before {
    content: none;
}

#buy_product:hover {
    text-decoration: none;
    background-color: #fff;
    color: #da1921;
}

#buy_product:focus {
    text-decoration: none;
    outline: none;
}

#product_detail_wrapper .product_detail .product_price {
    font-size: 20px;
    color: #9c0;
    font-weight: 400;
    vertical-align: top;
    line-height: 30px;
    margin-bottom: 23px;
    text-align: center;
}

@media (min-width: 480px) {
    #product_detail_wrapper .product_detail .product_price {
        text-align: right;
        font-size: 30px;
        line-height: 50px;
    }
}

@media (min-width: 768px) {
    #product_detail_wrapper .product_detail .product_price {
        font-size: 30px;
        line-height: 31px;
        font-family: 'Montserrat', sans-serif;
    }
}

@media (min-width: 992px) {
    #product_detail_wrapper .product_detail .product_price {
        font-size: 40px;
        line-height: 40px;
        text-align: right;
    }
}

.stack_info {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 15px;
}

.stack_info span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #9c0;
    font-size: 15px;
}

.stack_info .immediately, .stack_info .threedays {
    color: #9c0;
}

.stack_info .tendays {
    color: #9c0;
}

.stack_info .unknown, .stack_info .moredays {
    color: #9c0;
}

section#product_detail #product_detail_wrapper .product_detail .product_stack_info .stack_info {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 19px;
    text-align: center;
    width: 100%;
}

@media (min-width: 480px) {
    section#product_detail #product_detail_wrapper .product_detail .product_stack_info .stack_info {
        margin-top: 40px;
        margin-bottom: 19px;
        text-align: left;
        width: 100%;
    }
}

section#product_detail #product_detail_wrapper .product_detail .product_stack_info .shop_logo {
    vertical-align: middle;
    text-align: center;
    max-height: 52px;
    max-width: 162px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

@media (min-width: 480px) {
    section#product_detail #product_detail_wrapper .product_detail .product_stack_info .shop_logo {
        margin: 0 auto;
        text-align: left;
        display: inline-block;
        width: auto;
    }
}

@media (min-width: 768px) {
    section#product_detail #product_detail_wrapper .product_detail .product_stack_info {
        clear: both;
        text-align: left;
        margin-top: 20px;
        display: inline;
    }

    .stack_info, section#product_detail #product_detail_wrapper .product_detail .product_stack_info .shop_logo {
        margin: 0 auto;
        text-align: left;
        display: inline-block;
        width: auto;
    }

    .product_detail #buy_product {
        padding: 12px 30px;
    }
}

@media (min-width: 992px) {
    section#product_detail #product_detail_wrapper .product_detail .product_stack_info {
        clear: none;
        text-align: left;
        margin-top: 30px;
    }

    section#product_detail #product_detail_wrapper .product_detail .product_stack_info .stack_info {
        text-align: left;
        width: 100%;
    }

    .stack_info, section#product_detail #product_detail_wrapper .product_detail .product_stack_info .shop_logo {
        vertical-align: middle;
        clear: both;
        text-align: left;
    }

    div.tabContent div.product_all_item div.product_buy .stack_info, div.all_offers_content div.product_all_item div.product_buy .stack_info {
        text-align: right;
    }
}

#product_detail_wrapper .product_detail .compare_stores {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #da1921;
    font-size: 15px;
    background: url('/images/sleviste/2016/icon-chart.png') no-repeat left center;
    padding-left: 34px;
    height: 24px;
    line-height: 24px;
    display: block;
    clear: both;
    text-decoration: underline;
    float: none !important;
    max-width: 190px;
    margin: -20px auto 0 auto;
}

@media (min-width: 480px) {
    #product_detail_wrapper .product_detail .compare_stores {
        font-size: 15px;
    }

    #product_detail_wrapper .product_detail .compare_stores.pull-right {
        float: right !important;
        max-width: 100%;
        margin-top: 0;
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    #product_detail_wrapper .product_detail .compare_stores.pull-right {
        font-size: 13px;
    }
}

@media (min-width: 992px) {
    #product_detail_wrapper .product_detail .compare_stores.pull-right {
        font-size: 15px;
    }
}

#product_detail_wrapper .product_detail .product_description {
    font-family: 'Montserrat', sans-serif;
    margin-top: 62px;
    color: #666;
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
}

@media (min-width: 768px) {
    #product_detail_wrapper .product_detail .product_description {
        text-align: left;
    }
}

#product_detail_wrapper .product_detail .product_description a {
    font-family: 'Montserrat', sans-serif;
    display: block;
    text-decoration: underline;
    margin-top: 8px;
    color: #da1921;
    line-height: 36px;
}

h2.section_title, h1.section_title {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
}

#recomended_shops {
    margin-top: 75px;
    margin-bottom: 62px;
}

div.tabContent div.product_all_item.row, div.all_offers_content div.product_all_item.row {
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

#product_info_tabs {
    overflow: hidden;
}

.tabContent .row {
    margin: 0;
}

div.tabContent div.product_all_item div.product_description p, div.all_offers_content div.product_all_item div.product_description p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #000;
}

div.tabContent div.product_all_item div.product_price .price, div.all_offers_content div.product_all_item div.product_price .price, div.tabContent div.product_all_item div.product_price .price a, div.all_offers_content div.product_all_item div.product_price .price a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 28px;
    line-height: 24px;
    color: #9c0;
    margin-top: 20px;
}

@media (min-width: 768px) {
    div.tabContent div.product_all_item div.product_price .price, div.all_offers_content div.product_all_item div.product_price .price, div.tabContent div.product_all_item div.product_price .price a, div.all_offers_content div.product_all_item div.product_price .price a {
        margin-top: 0;
    }
}

div.tabContent div.product_all_item div.shipping, div.all_offers_content div.product_all_item div.shipping {
    font-family: 'Montserrat', sans-serif;
    color: #666;
    font-weight: 300;
    line-height: 20px;
    margin-top: 23px;
}

div.tabContent div.product_all_item div.product_buy .stack_info, div.all_offers_content div.product_all_item div.product_buy .stack_info {
    display: block;
    line-height: 24px;
    color: #9c0;
    font-size: 18px;
}

@media (min-width: 768px) {
    div.all_offers_content div.product_all_item div.product_buy .stack_info {
        text-align: right;
    }
}

div.tabContent div.product_all_item div.product_buy .stack_info span, div.all_offers_content div.product_all_item div.product_buy .stack_info span {
    font-size: 18px;
}

div.tabContent div.product_all_item div.product_buy .product_buy_redbtn {
    background-color: #da1921;
    width: auto;
    height: auto;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 24px;
    border: 1px solid #da1921;
    text-align: center;
    padding: 10px 10px;
    margin: 0 10% 50px 0;
}

@media (min-width: 480px) {
    div.tabContent div.product_all_item div.product_buy .product_buy_redbtn {
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    div.tabContent div.product_all_item div.product_buy .product_buy_redbtn {
        padding: 10px 30px;
    }
}

@media (min-width: 1200px) {
    div.tabContent div.product_all_item div.product_buy .product_buy_redbtn {
        padding: 10px 50px;
        font-size: 14px;
    }
}

div.tabContent div.product_all_item div.product_buy .product_buy_redbtn:hover {
    text-decoration: none;
    background-color: #fff;
    color: #da1921;
}

div.tabContent div.product_all_item div.product_buy .product_buy_redbtn:focus {
    text-decoration: none;
    outline: none;
}

div.tabContent div.product_all_item div.product_buy .stack_info, div.all_offers_content div.product_all_item div.product_buy .stack_info {
    height: auto;
    margin-bottom: 18px;
    margin-right: 10%;
}

div.tabContent div.product_all_item div.product_buy .stack_info {
    text-align: right;
}

div.tabContent div.product_all_item div.product_price .price, div.tabContent div.product_all_item div.shipping, div.all_offers_content div.product_all_item div.product_price .price, div.all_offers_content div.product_all_item div.shipping {
    margin-right: 10%;
}

div.tabContent div.product_all_item div.product_price .price {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
}

@media (min-width: 768px) {
    div.tabContent div.product_all_item div.product_price .price {
        margin-top: 0;
        margin-bottom: 0;
        text-align: right;
    }
}

div.tabContent div.product_all_item, div.all_offers_content div.product_all_item {
    padding: 38px 0 0 0;
}

#all_product_offers {
    margin-top: 92px;
    margin-bottom: 62px;
}

.all_offers_content .row {
    margin: 0;
}

div.all_offers_content div.product_all_item div.product_buy .product_buy_yelbtn {
    background-color: #da1921;
    width: auto;
    height: auto;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 24px;
    border: 1px solid #da1921;
    text-align: center;
    padding: 10px 10px;
    margin: 0 10% 50px 0;
}

@media (min-width: 992px) {
    div.all_offers_content div.product_all_item div.product_buy .product_buy_yelbtn {
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    div.all_offers_content div.product_all_item div.product_buy .product_buy_yelbtn {
        padding: 10px 30px;
    }
}

@media (min-width: 1200px) {
    div.all_offers_content div.product_all_item div.product_buy .product_buy_yelbtn {
        font-size: 14px;
        padding: 10px 50px;
    }
}

div.all_offers_content div.product_all_item div.product_buy .product_buy_yelbtn:hover {
    text-decoration: none;
    background-color: #fff;
    color: #da1921;
}

div.all_offers_content div.product_all_item div.product_buy .product_buy_yelbtn:focus {
    text-decoration: none;
    outline: none;
}

div.tabContent div.product_all_item div.product_price .price a:hover, div.all_offers_content div.product_all_item div.product_price .price a:hover {
    text-decoration: none;
}

.shipping span {
    color: #da1921;
}

#product_description h2.section_title {
    margin-top: 90px;
    margin-bottom: 45px;
}

section#product_description .description-shop-heading, section#product_comparation .description-shop-heading {
    font-family: 'Montserrat', sans-serif;
    color: #da1921;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 25px;
}

section#product_description .description-container, section#product_comparation .products_description_container {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #666;
    line-height: 20px;
    word-break: break-word;
}

#product_parameters h2.section_title {
    margin-top: 60px;
    margin-bottom: 45px;
}

div.product_parameters_content td.strong {
    font-family: 'Montserrat', sans-serif;
    width: 50%;
    font-weight: 300;
    color: #da1921;
    font-size: 13px;
    line-height: 24px;
    vertical-align: middle;
    padding-left: 15px;
    text-align: left;
}

div.product_parameters_content td img.info-icon {
    margin-top: -3px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

div.product_parameters_content td {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #333;
    font-size: 13px;
    line-height: 24px;
    vertical-align: middle;
    text-align: right;
    padding-right: 15px;
}

#product_similar_products .col-xs-6 {
    width: 100%;
}

@media (min-width: 380px) {
    #product_similar_products .col-xs-6 {
        width: 50%;
    }
}

@media (min-width: 480px) {
    #product_similar_products .col-xs-6 {
        width: 50%;
    }
}

@media (min-width: 768px) {
    #product_similar_products .col-xs-6 {
        width: 33%;
    }
}

@media (min-width: 992px) {
    #product_similar_products .col-xs-6 {
        width: 20%;
    }
}

#product_similar_products h2.section_title {
    margin: 60px 0 45px 0;
}

section#product_similar_products h3 a {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 26px;
}

section#product_similar_products strong.price {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    margin: 0;
}

.green {
    color: #9c0;
}

section#product_similar_products a.buy {
    display: block;
    background-color: #da1921;
    width: auto;
    height: auto;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    border: 1px solid #da1921;
    text-shadow: none;
    text-align: center;
    padding: 7px 0;
    margin: 21px 0 50px 0;
}

section#product_similar_products a.buy:before {
    content: none;
}

section#product_similar_products a.buy:hover {
    text-decoration: none;
    background-color: #fff;
    color: #da1921;
}

section#product_similar_products a.buy:focus {
    text-decoration: none;
    outline: none;
}

section#product_similar_products strong.price a:hover {
    text-decoration: none;
    color: #9c0;
}

section#section_phrases .categories_title {
    font-family: 'Montserrat', sans-serif;
    color: #da1921;
    font-size: 19px;
    line-height: 26px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
}

section#section_phrases, section#section_product_comparation {
    padding: 10px 0 0 0;
}

section#section_phrases {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    section#section_phrases {
        padding-left: 0;
        padding-right: 15px;
    }
}

@media (min-width: 1200px) {
    section#section_phrases.on-homepage {
        padding-left: 10.5%;
    }
}

section#section_phrases a:hover {
    text-decoration: underline;
    color: #da1921;
}

section#section_phrases ul {
    display: inline-block;
    width: auto;
}

section#section_phrases ul a {
    font-family: 'Montserrat', sans-serif;
    color: #666;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    text-decoration: none;
}

section#section_phrases ul li:last-of-type a {
    background: none;
}

a.shop_link {
    color: #da1921;
    text-decoration: underline;
    font-size: 14px;
}

a.shop_link:hover {
    color: #000;
    text-decoration: none;
}

.all_category_arrow {
    width: 27px;
    height: 27px;
    margin-top: -3px;
}

.all_category_arrow[aria-expanded=true] {
    width: 27px;
    height: 27px;
    background: url('/images/sleviste/2016/accordion-open.png') no-repeat;
}

.all_category_arrow[aria-expanded=false] {
    width: 27px;
    height: 27px;
    background: url('/images/sleviste/2016/accordion-closed.png') no-repeat;
}

.panel-heading {
    padding-top: 15px;
    padding-bottom: 15px;
}

.panel-heading.clicked {
    background-color: #ffeded;
    border-top: 1px solid #fff;
}

.panel-group {
    margin-bottom: 0;
}

.panel.panel-default {
    border: none;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #fff;
}

.panel-group .panel-heading + .panel-collapse.collapse.in > .panel-body {
    border-top: none;
}

@media (min-width: 992px) {
    .all_category_arrow {
        display: none;
    }

    .collapse {
        display: block;
    }

    .panel-heading {
        padding: 15px 0 0 0;
    }

    .panel.panel-default, .panel-group .panel-heading + .panel-collapse > .panel-body {
        border: none;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .panel-body {
        padding: 15px 0 0 0;
    }

    .panel-group {
        margin-bottom: 20px;
    }
}

.navbar {
    height: 65px;
    background-color: #da1921;
    margin-bottom: 0;
    border-radius: 0;
    z-index: 999;
}

.navbar-inverse {
    border: none;
}

.navbar-nav {
    margin-top: 30px;
}

.navbar-toggle {
    width: 83px;
    height: 65px;
    margin: 0 -15px 0 0;
    border: none;
    border-radius: 0;
    color: #999;
    background-color: #1d1d1d;
    text-transform: uppercase;
    padding: 22px;
}

@media (min-width: 480px) {
    .navbar-toggle {
        width: 180px;
    }
}

.navbar-toggle .icon-bar {
    width: 23px;
    height: 3px;
    border-radius: 0;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
}

.navbar-toggle .icon-bar {
    transition: all .2s;
}

.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 0;
}

.navbar-toggle .middle-bar {
    opacity: 0;
}

.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 0 90%;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}

.toggle-btn-desc {
    display: none;
}

@media (min-width: 480px) {
    .toggle-btn-desc {
        position: absolute;
        display: block;
        top: 24px;
        left: 55px;
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
    }
}

.navbar-collapse {
    position: absolute;
    top: 65px;
    right: 0;
    width: 285px;
    height: calc(100vh - 65px);
    max-height: calc(100vh - 65px);
    background-color: #1d1d1d;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    line-height: 40px;
    padding-left: 10px;
}

.navbar-inverse .navbar-nav > li > a:hover {
    background-color: #000;
}

.navbar-inverse .navbar-nav > li a:hover {
    background-color: #000;
    color: #fff;
}

.nav > li {
    border-top: 1px solid #000;
}

@media (min-width: 768px) {
    .nav > li {
        border-top: none;
    }
}

.nav > li:first-of-type {
    border-top: none;
}

#top-navbar .container {
    height: calc(100vh - 65px);
    max-height: calc(100vh - 65px);
}

@media (min-width: 768px) {
    #top-navbar .container {
        height: auto;
        max-height: auto;
    }
}

@media (min-width: 768px) {
    #top-navbar {
        background-color: #efefef;
        margin-top: 0;
        top: 24px;
        position: relative;
        width: auto;
    }

    .on-homepage #top-navbar .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .on-homepage #top-navbar .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .on-homepage #top-navbar .container {
        width: 1170px;
    }
}

#top-navbar .container {
    padding-left: 0;
    padding-right: 0;
}

a#logo {
    position: relative;
    display: inline-block;
    width: 140px;
    height: 38px;
    background: url(/images/sleviste/2016/logo-xs.png) no-repeat;
    margin-top: 13px;
    margin-left: -5px;
    text-indent: -9999px;
}

@media (min-width: 768px) {
    a#logo {
        margin-top: 29px;
        margin-left: -5px;
    }
}

@media (min-width: 992px) {
    a#logo {
        width: 184px;
        height: 50px;
        background: url(/images/sleviste/2016/logo.png) no-repeat;
        margin-top: 23px;
        margin-left: -5px;
    }
}

.content-top-margin {
    margin-top: 100px;
}

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

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

#searchform {
    position: absolute;
    margin-top: 65px;
    display: none;
}

.on-homepage #searchform {
    /*margin-top: 0;*/
}

@media (min-width: 768px) {
    #searchform {
        display: block !important;
        position: relative;
    }

    .on-homepage #searchform {
        margin-top: 30px;
    }
}

label[for="reveal-searchform"], label[for="reveal-searchform"]:active, label[for="reveal-searchform"]:focus {
    position: absolute;
    display: block;
    top: 20px;
    right: 30px;
    width: 25px;
    height: 25px;
    background-color: transparent;
    background: url(/images/sleviste/2016/search.png) no-repeat;
    cursor: pointer;
    text-indent: -9999px;
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.on-homepage label[for="reveal-searchform"] {
    right: 25px;
}

@media (min-width: 480px) {
    .on-homepage label[for="reveal-searchform"] {
        right: 190px;
    }
}

}
#reveal-searchform {
    display: none;
}

.form-control, .btn {
    border-radius: 0;

}

.form-control {

}

#searchtext {
    border: 2px solid #9b050c;
    width: 100vw;
    margin-left: -25vw;
    height: 60px;
    background: #fff url(/images/sleviste/2016/icon-search-bg.png) 20px center no-repeat;
    padding-left: 55px;
}

.margin-bottom {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    #searchtext {
        float: left;
        width: 50%;
        min-width: 275px;
        width: 390px;
        height: 40px;
        background: #fff url(/images/sleviste/2016/icon-search-bg.png) 12px center no-repeat;
        padding-left: 43px;
        margin-left: 0;
        font-weight: 100;
        font-size: 13px;
    }
}

@media (min-width: 992px) {
    .form-control {
        min-width: 390px;
    }
}

.btn.slevy, .btn.zazitky {
    width: 50vw;
    color: #fff;
    height: 60px;
    font-size: .7em;
    font-family: 'Montserrat', sans-serif;
}

.btn.slevy {
    float: left;
    margin-left: -25vw;
    background-color: #9b050c;
    width: 100vw;
}

.on-homepage .btn.slevy {
    /** width: 50vw; **/
}

@media (min-width: 768px) {
    .on-homepage .btn.slevy {
        width: auto;
    }
}

.btn.zazitky {
    background-color: #600;
    position: absolute;
    top: 60px;
}

@media (min-width: 768px) {
    .btn.zazitky {
        position: relative;
        top: auto;
    }
}

input[type=checkbox] {
    display: none;
}

input[type=checkbox]:checked ~ .remove-check {
    display: none;
}

input[type=checkbox]:checked ~ #searchform {
    display: block;
    padding-bottom: 25px;
}

input[type=checkbox]:checked ~ #searchform form {
    padding-bottom: 25px;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .navbar-fixed-top .navbar-collapse {
        position: absolute;
        width: 100%;
        top: 100px;
        left: 0;
        background-color: #efefef;
    }

    .navbar {
        height: 100px;
    }

    .navbar-nav {
        margin-top: 0;
        margin-left: -15px;
    }

    .navbar-right {
        margin-right: 0;
    }

    .navbar-fixed-top .navbar-collapse {
        max-height: 50px;
    }

    .navbar-inverse .navbar-nav > li a {
        line-height: 20px;
        background-repeat: no-repeat;
        color: #000;
        padding-right: 25px;
    }

    .navbar-inverse .navbar-nav > li a:hover {
        color: #da1921;
        background-color: #fff;
    }

    .navbar-toggle {
        margin: 0;
    }

    #top-navbar .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    label[for="reveal-searchform"] {
        display: none;
    }

    #searchform {
        display: block;
        float: right;
        padding-right: 15px;
        margin-top: 30px;
    }

    .btn.slevy, .btn.zazitky {
        height: 40px;
        width: auto;
    }

    .btn.slevy {
        margin-left: auto;
    }
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav > li a, .navbar-inverse .navbar-nav > li a:hover {
        font-size: 13px;
        padding-right: 12px;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-inverse .navbar-nav > li a, .navbar-inverse .navbar-nav > li a:hover {
        font-size: 16px;
        padding-right: 25px;
        padding-left: 10px;
    }
}

@media (min-width: 992px) {
    .navbar-inverse .navbar-nav > li a:hover {
        color: #da1921;
    }
}

@media (min-width: 992px) {
    .navbar-nav {
        margin-left: -22px;
    }
}

.sprite-topmenu {
    background-image: url(/images/sleviste/2016/sprite-topmenu.png);
    background-repeat: no-repeat;
    float: left;
    margin-top: -5px;
}

@media (min-width: 768px) {
    .sprite-topmenu {
        margin-top: -15px;
    }
}

.sprite-topmenu-fitness {
    width: 50px;
    height: 50px;
    background-position: -5px -5px;
}

a:hover .sprite-topmenu-fitness {
    width: 50px;
    height: 50px;
    background-position: -5px -65px;
}

.sprite-topmenu-hory {
    width: 50px;
    height: 50px;
    background-position: -5px -125px;
}

a:hover .sprite-topmenu-hory {
    width: 50px;
    height: 50px;
    background-position: -5px -185px;
}

.sprite-topmenu-pobyty {
    width: 50px;
    height: 50px;
    background-position: -5px -245px;
}

a:hover .sprite-topmenu-pobyty {
    width: 50px;
    height: 50px;
    background-position: -5px -305px;
}

.sprite-topmenu-tipynavikend {
    width: 50px;
    height: 50px;
    background-position: -5px -365px;
}

a:hover .sprite-topmenu-tipynavikend {
    width: 50px;
    height: 50px;
    background-position: -5px -425px;
}

.sprite-topmenu-vse {
    width: 50px;
    height: 50px;
    background-position: -5px -485px;
}

a:hover .sprite-topmenu-vse {
    width: 50px;
    height: 50px;
    background-position: -5px -545px;
}

.sprite-topmenu-zbozi {
    width: 50px;
    height: 50px;
    background-position: -5px -605px;
}

a:hover .sprite-topmenu-zbozi {
    width: 50px;
    height: 50px;
    background-position: -5px -665px;
}

#sorting-menu {
    margin-bottom: 20px;
    font-weight: 300;
}

#sorting-menu ul li {
    display: inline;
    margin-right: 20px;
}

#sorting-menu ul li a {
    text-decoration: underline;
    color: #da1921;
}

#sorting-menu ul li a:hover {
    color: #666;
    text-decoration: none;
}

.hp-item {
    -webkit-box-shadow: 20px 20px 80px 0 rgba(238, 238, 238, 1);
    -moz-box-shadow: 20px 20px 80px 0 rgba(238, 238, 238, 1);
    box-shadow: 20px 20px 80px 0 rgba(238, 238, 238, 1);
    overflow: visible;
    margin-bottom: 40px;
    background-color: #fff;
    text-align: center;
    position: relative;
    padding-left: 0;
}

@media (min-width: 480px) {
    .hp-item {
        padding-left: 15px;
    }
}

.hp-item.row {
    margin-left: 0;
    margin-right: 0;
    display: block;
}

@media (min-width: 520px) {
    .hp-item.row {
        margin-left: 60px;
        margin-right: 60px;
    }
}

@media (min-width: 768px) {
    .hp-item.row {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .hp-item.row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

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

.hp-item-img {
    background-color: transparent;
    padding: 0 15px 30px 15px;
    text-align: center;
}

@media (min-width: 480px) {
    .hp-item-img {
        padding: 0;
    }
}

@media (min-width: 768px) {
    .hp-item-img {
        padding-left: 0;
    }
}

.hp-item-img img {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    max-width: 100%;
    max-height: 250px;
}

@media (min-width: 480px) {
    .hp-item-img img {
        top: 0;
    }
}

.hp-item-discount {
    position: absolute;
    top: 0;
    left: 15px;
    padding: 3px 10px 3px 10px;
    background-color: #da1921;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
}

@media (min-width: 768px) {
    .hp-item-discount {
        left: 0;
    }
}

.hp-item-discount span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 18px;
    padding-left: 3px;
}

.hp-item-desc {
    text-align: left;
    padding: 20px 15px 20px 15px;
}

@media (min-width: 480px) {
    .hp-item-desc {
        padding: 20px 30px 20px 22px;
    }
}

h2.hp-item-link a {
    color: #000;
    font-size: 17px;
    line-height: 1.6em;
    font-weight: 400;
}

ul.hp-item-about {
    font-weight: 300;
}

ul.hp-item-about li {
    font-size: 13px;
    line-height: 18px;
    color: #999;
}

ul.hp-item-about li span {
    color: #da1921;
}

a.hp-item-button {
    display: block;
    background-color: #da1921;
    border: 1px solid #da1921;
    color: #fff;
    padding: 13px 23px;
    margin-top: 32px;
    text-transform: uppercase;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
}

@media (min-width: 480px) {
    a.hp-item-button {
        font-size: 13px;
    }
}

.hp-item-price-orig {
    text-decoration: line-through;
    display: block;
    font-size: 14px;
    margin-top: 20px;
    color: #999;
    font-weight: 300;
}

@media (min-width: 480px) {
    .hp-item-price-orig {
        font-size: 18px;
    }
}

.hp-item-price-final {
    font-size: 20px;
    color: #da1921;
    font-weight: 400;
}

@media (min-width: 480px) {
    .hp-item-price-final {
        font-size: 30px;
    }
}

a.hp-item-link-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hp-item:hover h2.hp-item-link a {
    color: #da1921;
    text-decoration: underline;
}

.hp-item:hover a.hp-item-button {
    background-color: #fff;
    color: #da1921;
    text-decoration: none;
}

.btn-sort.btn-group {
    margin-left: 8px;
}

.btn-sort .btn-default {
    color: #fff;
    background-color: #da1921;
    border-color: transparent;
}

.btn-sort .btn {
    display: inline-block;
    padding: 12px 12px;
    margin: 30px 0 0 20px;
    width: 240px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-sort .btn-default.focus, .btn-sort .btn-default:focus {
    background-color: #da1921;
    color: #fff;
    border-color: #000;
}

.btn-sort.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #da1921;
    color: #fff;
    border: 1px solid transparent;
}

.btn-sort .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #000;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-sort .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #666;
    white-space: nowrap;
}

.btn-sort .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #da1921;
    text-decoration: none;
    background-color: #efefef;
}

.btn-sort .dropdown-menu > li > a {
    width: 238px;
}

.btn-sort .dropdown-menu > li > a:hover {
    text-decoration: underline;
}

.btn .caret {
    display: inline-block;
    width: 13px;
    height: 9px;
    vertical-align: middle;
    border-top: none;
    border-top: none;
    border-right: none;
    border-left: none;
    margin-left: 140px;
    background: url('/images/sleviste/arrow.png');
}

.collapsing {
    -webkit-transition: none;
    transition: none;
}

.navbar-header {
    z-index: 3000;
}

#top-navbar {
    z-index: 2000;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

@media (min-width: 768px) {
    #top-navbar {
        box-shadow: none;
    }
}

.page-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 120vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 997;
    will-change: opacity;
    display: none;
}

.show-overlay {
    display: block !important;
}

.pos-fixed {
    position: fixed;
}

.navbar.pos-fixed {
    width: 100%;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}

.tooltip-container:hover .tip-content-container {
    display: block;
}

.margin-top-page {
    margin-top: 95px !important;
}

#filter_labels h3, .line_filter_container .line_filter_label h3 {
    float: none;
    margin-right: 5px;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    font-weight: 400;
}

@media (min-width: 1200px) {
    #filter_labels h3, .line_filter_container .line_filter_label h3 {
        display: inline;
    }
}

a.more-info {
    font-size: 13px;
    color: #da1921;
    text-decoration: underline;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
    display: block;
}

@media (min-width: 768px) {
    a.more-info {
        margin-bottom: 0;
    }
}

a.more-info:hover {
    color: #666;
}

.pos-abs {
    position: relative;
    right: auto;
    text-align: center;
}

@media (min-width: 768px) {
    .pos-abs {
        position: absolute;
        right: 15px;
        bottom: 30px;
        text-align: right;
    }
}

@media (min-width: 768px) {
    .pos-abs {
        text-align: left;
        bottom: 0;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .category-product.description {
        margin-bottom: 80px;
    }

    .category-product.pricing {
        text-align: left;
        position: absolute;
        left: 260px;
        bottom: 10px;
    }

    a.buy-leese {
        float: left;
    }
}

@media (min-width: 1200px) {
    .pos-abs {
        text-align: left;
        bottom: 0;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .category-product.description {
        margin-bottom: 80px;
    }

    .category-product.pricing {
        text-align: right;
        position: absolute;
        left: 50px;
        bottom: 75px;
        width: 220px;
    }

    a.buy-leese {
        float: right;
    }
}

#prolinkftr-v5 .prolinkftr-fixed {
    width: 100% !important;
}

@media (min-width: 480px) {
    #prolinkftr-v5 .prolinkftr-fixed {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    #prolinkftr-v5 .prolinkftr-fixed {
        width: 768px !important;
    }
}

@media (min-width: 992px) {
    #prolinkftr-v5 .prolinkftr-fixed {
        width: 992px !important;
    }
}

@media (min-width: 1200px) {
    #prolinkftr-v5 .prolinkftr-fixed {
        width: 1200px !important;
    }
}

.global-footer .magazine {
    width: 100% !important;
}

@media (min-width: 480px) {
    .global-footer .magazine {
        width: 50% !important;
    }

    .global-footer .magazine:nth-of-type(odd) {
        float: left;
        clear: left;
    }

    .global-footer .magazine:nth-of-type(even) {
        float: right;
        clear: right;
    }
}

@media (min-width: 992px) {
    .global-footer .magazine {
        width: 25% !important;
    }

    .global-footer .magazine:nth-of-type(odd) {
        float: left;
        clear: none;
    }

    .global-footer .magazine:nth-of-type(even) {
        float: left;
        clear: none;
    }
}

#searchform.searchform-show {
    display: block !important;
}

#searchform.searchform-show.on-homepage {
    margin-top: 0;
}

.phrase-container {
    display: block;
    padding-bottom: 20px;
    clear: both;
}

.phrase-container .phrase-number {
    float: left;
    width: 9%;
    text-align: right;
}

.phrase-container a {
    float: right;
    width: 90%;
    padding-bottom: 10px;
}

@media (min-width: 992px) {
    .phrase-container .phrase-number {
        float: left;
        width: 12%;
        text-align: left;
    }

    .phrase-container a {
        float: right;
        width: 88%;
        padding-bottom: 10px;
    }
}

.popup-background-settings {
    z-index: 9999 !important;
    opacity: .99 !important;
    background-color: black !important;
}

.popup-window-main {
    z-index: 99999 !important;
    top: 0 !important;
    left: 0 !important;
    width: 90vw;
    margin: 10vh 5vw;
    position: fixed !important;
}

@media (min-width: 992px) {
    .popup-window-main {
        width: 60vw;
        margin: 25vh 20vw;
    }
}

div.legend {
    color: #da1921;
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    margin-bottom: 20px;
}

.popup-content {
    color: #fff;
}

.buttons {
    display: block;
    width: 201px;
    margin: 40px auto;
}

.buttons input {
    border: none;
    padding: 10px 20px;
    text-transform: capitalize;
}

#disclaimer-enter {
    background-color: #9c0;
}

#disclaimer-leave {
    background-color: #da1921;
}

.left {
    padding-right: 10px;
}

.left ol {
    list-style-type: disc;
    margin: 20px 0 20px 20px;
}

.left ol li {
    margin-bottom: 5px;
}

.price a, .price a:hover {
    color: #9c0;
    text-decoration: none;
}

iframe#sgfr {
    display: none;
}

@media (max-width: 479px) {
    .col-xxs {
        width: 100% !important;
        float: none !important;
        text-align: center !important;
        margin: 0 auto !important;
    }
}

.section-phrases-wrapper.pull-right {
    float: left !important;
}

@media (min-width: 992px) {
    .section-phrases-wrapper.pull-right {
        float: right !important;
    }
}

#foottext {
    margin: 60px 0 60px 0;
    border-top: 1px solid #666;
    padding-top: 30px;
}

#foottext .footblock li {
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    #foottext .footblock {
        display: inline-block;
        text-align: left;
        width: 100%;
        word-wrap: break-word;
    }

    #foottext .footblock li {
        margin-right: 30px;
        display: inline-block;
        text-align: left;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }
}

#reportBug {
    cursor: pointer;
}

.info-msg {
    font-size: 70%;
}