/* Header top */
.handlines-sldier {
    height: 35px;
}

.header-top {
    background: #000000;
    line-height: 35px;
    height: 35px;
}

/* Quick links */
.header-top .user .nav.nav-simple {
    text-align: right;
}

.header-top .nav.nav-simple > li {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.header-top .nav.nav-simple > li img {
    margin-right: 10px;
}

/* Handlines sldier*/
.header-top .handlines-sldier .item,
.header-top .handlines-sldier .title {
    font-size: 14px;
}

/* Autocomplete button */
.nav-main-wrapper.scroll-to-fixed-fixed .autocomplete-button .icon{
    width: 36px;
}

/* Fast login */
.header-top .nav.nav-simple > li.item-fast-login input{
    width: 150px;
}

.user .item.item-fast-login .btn-wrapper {
    top: 2px;
    right: 2px;
}

/* Login user */
.user {
    width: calc(100% - 90px);
}

.user ul.nav-simple .item-username{
    width: calc(100% - 65px);
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}


/* Mini cart */
.mini-cart.mini-cart-simple {
    background: #ed1c24 url('../../images/core/cart.svg') center 15px no-repeat;
    background-size: 16px;
    width: 34px;
    position: relative;
    height: 35px;
}

.mini-cart.mini-cart-simple:after {
    content: '';
    position: absolute;
    background: #ed1c24;
    left: 0;
    bottom: -8px;
    border: none;
    border-bottom: solid 8px #ffffff;
    border-left: solid 17px transparent;
    border-right: solid 17px transparent;
    width: 100%;
}

.header-top.fixed-style .mini-cart.mini-cart-simple:after {
    opacity: 0;
    pointer-events: none;
}

.mini-cart.mini-cart-simple .icon-wrapper {
    display: none;
}

.mini-cart.mini-cart-simple .header-carthor-total {
    width: 100%;
    text-align: center;
    line-height: 20px;
    height: 35px;
    display: block;
}

/* Mini cart toggle */
.header-cart-item .footer-wrapper .total-price{
    color: #ed1c24;
    font-size: 16px;
    font-family: 'ubuntubold';
}

.header-cart-item .footer-wrapper .subtitle {
    height: 0;
    font-size: 0;
}

.header-cart-item .header-cart-toggle {
    top: 35px;
}

.header-cart-item .heading-wrapper .title,
.header-cart-item .heading-wrapper .title span {
    color: #ed1c24;
}

.header-cart-item .footer-wrapper .btn {
    color: #ffffff;
}

.header-cart-item .items-wrapper {
    max-height: 420px;
    overflow-x: auto;
}

.header-cart-item .items-wrapper .item img {
    max-height: 60px;
    margin: 0 auto;
}

.header-cart-item .items-wrapper .item a.product-item-remove {
    margin-left: 7px;
}

.header-cart-item .items-wrapper .item a.product-item-remove i{
    font-weight: 700;
}

.header-cart-item .header-cart-toggle {
    width: 270px;
}

/* Header content */
.grid-slider.intro-slider {
    margin: 20px 0;
}

.grid-slider.intro-slider .item {
    padding: 0 40px;
    height: 55px;
    display: flex;
}

.grid-slider.intro-slider .item:before {
    content: '';
    width: 1px;
    height: 100%;
    background: #d2d2d2;
    left: 0;
    top: 0;
}

.grid-slider.intro-slider .item:last-child:after {
    content: none;
}

.grid-slider.intro-slider .item .img-wrapper {
    display: flex;
}

.grid-slider.intro-slider .item .main-img  {
    float: left;
    display: inline-block;
    position: relative;
    width: 45px;
    height: 100%;
    margin-right: 15px;
}

.grid-slider.intro-slider .item .img-wrapper img {
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0;
    transform: translateY(-50%);
}

.grid-slider.intro-slider .item .content {
    float: left;
    position: relative;
    width: 100%;
}

.grid-slider.intro-slider .item .content .text-wrapper{
    text-align: left;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.grid-slider.intro-slider .item .content .text-wrapper .title{
    font-size: 13px;
    line-height: 15px;
    color: #000000;
    text-transform: none;
    font-family: 'open_sanssemibold';
}

.grid-slider.intro-slider .item .content .text-wrapper .description{
    font-size: 12px;
    line-height: 15px;
    color: #6d6e71;
    max-height: 30px;
    overflow: hidden;
}

.grid-slider.intro-slider .item .content .text-wrapper .description p{
    font-size: 12px;
    line-height: 15px;
    color: #6d6e71;
    margin: 0;
}

.grid-slider.intro-slider .btn-wrapper {
    display: none;
}

/* Main nav */
.nav-main-wrapper {
    background: #ffffff;
    font-family: 'open_sansregular';
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.nav-main > li > a {
    font-size: 14px;
    line-height: 14px;
    color: #6d6e71;
    padding: 12px 20px;
    text-transform: uppercase;
}

.nav-main > li > a > i {
    display: none;
}

.nav-main > li:first-of-type > a {
    padding-left: 0;
}

.nav-main > li > a:hover,
.nav-main > li.active > a {
    color: #000000;
    background: rgba(0,0,0,0);
}

.nav-main > li.has-bg {
    margin: 0;
}

.nav-main > li.has-bg a {
    height: 38px;
}

.nav-main > li.has-bg img{
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.nav-main > li.has-bg > a span{
    font-size: 0;
}

.nav-main-submenu-wrapper {
    background: #ffffff;
}

.level4 .nav-main-submenu-wrapper {
    width: 100%;
    background: transparent;
}

.level4 .nav-main-submenu-wrapper .container {
    padding-left: 0;
}

.level4 .nav-main-submenu > li > a {
    color: #6d6e71;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
}

.level4 .nav-main-submenu > li > a:hover {
    background: #f8f8f8;
    color: #000000;
}

.level4 .nav-main-submenu > li > a > h5 {
    margin: 0;
}

.level4 .nav-main-submenu > li > a > i {
    display: none;
}

.level3 .nav-main-submenu > li.separator-top ,
.level4 .nav-main-submenu > li.separator-top {
    border-top: 1px solid #eaeaea;
    margin-top: 5px;
    padding-top: 4px;
}

.nav-main-dropdown-wrapper {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
    border: 1px solid #eeeeee;
}
.level4 .nav-main-dropdown-wrapper {
    margin: -1px;
}

.level4 .nav-main-submenu {
    padding: 10px 0;
    width: 250px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
    margin: 0;
}

.level4 .nav-main-submenu .nav-main-dropdown-wrapper .nav-main-dropdown-item ul li a {
    display: block;
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    padding: 5px 2px 5px 0;
    color: #6d6e71;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;    
}

.level4 .nav-main-submenu .nav-main-dropdown-wrapper .nav-main-dropdown-item ul li a:hover {
    padding: 5px 0 5px 2px;
    color: #000000;
}

.nav-main-dropdown-wrapper{
    padding-bottom: 0;
}

.nav-main-dropdown-inner {
    padding: 15px 30px 0;
}

.nav-main-dropdown .nav-main-dropdown-item > ul > li {
    max-width: 100%;
}

.nav-main-dropdown .heading-wrapper-inline {
    border: none;
    font-family: 'open_sanssemibold';
}

.nav-main-dropdown li > a,
.nav-main-dropdown .nav-main > li > a {
    font-family: 'open_sansregular';
    font-size: 13px;
    line-height: 18px;
    color: #6d6e71;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-main-dropdown li.title > a {
    color: #000000;
    font-weight: 500;
    font-size: 15px;
    margin-top: 10px;
    line-height: 34px;
}

.nav-main-dropdown li > a:hover {
    padding-left: 2px;
    color: #000000;
}

.nav-main-dropdown .heading-wrapper-inline h5 {
    margin: 0;
    font-size: 13px;
}

.nav-main-dropdown .slider {
    margin: 0 auto 15px;
}

.nav-main-dropdown .slider .heading-wrapper.heading-wrapper-bordered {
    margin-bottom: 10px;
}

.nav-main-dropdown .slider .slider-arrows .slider-next,
.nav-main-dropdown .slider .slider-arrows .slider-prev {
    margin-top: -40px;
}
.nav-main-dropdown .slider .slick-track,
.nav-main-dropdown .slider .slick-slide,
.nav-main-dropdown .slider .slick-slide img{
    min-height: 180px;
    min-width: 130px;
}

.nav-main-dropdown .slider h5 {
    margin: 0;
    font-size: 13px;
    text-transform: none;
    line-height: 22px;
}

.nav-main-dropdown .slider .text-wrapper {
    display: none;
}

.nav-main-dropdown .slider-arrow i {
    background: transparent;
}

.nav-main-dropdown .slider .slick-dots {
    display: none !important;
}

/* autocomplate button*/

.autocomplete-button.autocomplete-button-simple {
    padding: 0;
    background: #f6f6f6;
    width: 330px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.autocomplete-button.autocomplete-button-simple:after {
    content: none;
}

.autocomplete-button.autocomplete-button-simple .icon {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: -1px 0;
    background: #ed1c24 url('../../images/core/search_2.svg') center no-repeat;
    background-size: 16px;
}

.autocomplete-button.autocomplete-button-simple .icon:before{
    content: '';
}

.autocomplete-button.autocomplete-button-simple .title {
    line-height: 38px;
    font-size: 12px;
    color: #000000;
    text-align: left;
    padding-left: 20px;
    font-family: 'open_sanssemibold';
    text-transform: none;
    float: left;
}

.autocomplete-close {
    padding: 11px;
    font-size: 16px;
}

.autocomplete-close:hover {
    background: #ed1c24;
}

.products-list-simple .product-category,
.autocomplete-results .product-code {
    display: none;
}

.autocomplete-results .product-title {
    margin-top: 10px;
    font-size: 15px;
    line-height: 15px;
    height: 30px;
    min-height: 30px;
    text-align: center;
}

.autocomplete-results .products-list-simple .product-prev-price,
.autocomplete-results .products-list-simple .product-price {
    text-align: center;
}

.autocomplete-results .img-wrapper,
.products-list-simple .product-item-image img {
    border: none;
}

/* Product list */
.product .item .img-wrapper {
    border: none !important;
    margin-bottom: 10px !important;
}

.product .item .product-info-wrapper {
    position: relative;
    z-index: 1;
}

.product .item .img-overlay {
    background: rgba(255,255,255,0.25);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.product .item .btn-wrapper a {
    background: #000;
    min-width: 110px;
    line-height: 29px;
    font-size: 11px;
    text-transform: uppercase;
}

.product .item .btn-wrapper a:hover{
    background: #ed1c24;
}

.listing-products {
    max-height: 100%;
    overflow: hidden;
}

.product-listing .product-item .img-wrapper .caption-icons i,
.product .item .caption-icons .icon {
    color: #7f8082;
}

.product .item .caption-icons {
    z-index: 100;
}

.product-listing .product-item:not(.list-view),
.product-listing .product-item.list-view,
.product-listing .product-item:hover:not(.list-view),
.product-listing .product-item:hover{
    border: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.product-listing .product-item.list-view .text-wrapper {
    text-align: left;
}

.product-list-quantity-wrapper {
    display: none;
}
.product .item .text-wrapper .atributs-wrapper {
    line-height: 1;
    margin-bottom: 8px;
    height: 30px;
}
.product .item .text-wrapper .atributs-wrapper .title{
    display: none;
}
.product .item .text-wrapper .category-wrapper,
.product .item .social-share,
.product .item .btn-wrapper i,
.product .item .caption-icons .quick-view {
    display: none;
}

.product .item .text-wrapper {
    text-align: center;
    height: 130px;
}

.article .product .item .text-wrapper .title a,
.product .item .text-wrapper .title a {
    font-size: 13px;
    line-height: 16px;
    height: 32px;
    overflow: hidden;
    font-family: 'open_sansregular';
}

.product .item .text-wrapper .prices-wrapper {
    height: 50px;
}

.product .item .text-wrapper .prices-wrapper .current-price,
.autocomplete-results .products-list-simple .product-price{
    font-size: 14px;
    line-height: 17px;
    font-family: 'open_sansregular';
    font-weight: 600;
    color: #000000;
}

.product .item .text-wrapper .prices-wrapper .current-price.price-with-discount ,
.product-price.text-left.price-with-discount {
    color: #ed1c24;
}

.product-item.list-view .current-price {
    color: #000000;
}

.product .item .text-wrapper .prices-wrapper .prev-price.prev-price-third,
.product .item .text-wrapper .prices-wrapper .prev-price {
    font-size: 13px;
    line-height: 16px;
    color: #6d6e71;
    font-family: 'open_sansregular';
    margin: auto;
}

.product .item .options-wrapper {
    background: transparent;
}

.product .item:hover .options-wrapper {
    margin: 0;
}

.options-wrapper > * {
    float: none;
}

.product .item .options-wrapper .product-sizes.product-sizes-onlist {
    display: none;
}

.product .item .options-wrapper .product-sizes .btn.buyButtonOnLists,
.product .item .options-wrapper .abs-button-reserve {
    font-size: 13px;
    line-height: 30px;
    width: 140px;
    max-width: 100%;
    padding: 0;
    background: #ed1c24;
    position: static;
}
.product .item .options-wrapper .abs-button-reserve:hover {
    background: #000000;
}

.product .item .options-wrapper .product-sizes .btn-sizes {
    display: none;
}
.favorite.active i:before {
    color: #000000;
    content: "\e619";
}

/* Footer */
.footer-wrapper {
    background: #ffffff;
    color: #6d6e71;
    font-size: 14px;
    line-height: 16px;
}

.hideon-fullscreen.footer-wrapper {
    padding-bottom: 0 !important;
}

.company-info .item i,
.company-info .item span.content {
    display: inline-block;
}

.footer .nav.items-wrapper .item a {
    color: #6d6e71;
    font-family: 'open_sansregular';
}

.footer-wrapper .newsletter .form-group {
    width: calc(100% - 140px);
    float: left;
}

.footer-wrapper .newsletter .form-group .form-control{
    height: 40px;
}

.footer-wrapper .newsletter .heading-wrapper .title h5{
    font-size: 18px;
    font-family: 'ubuntubold';
}

.footer-wrapper .newsletter .heading-wrapper .description {
    font-size: 13px;
    line-height: 16px;
    color: #6d6e71;
}

.footer .heading-wrapper .title h5 {
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'ubuntubold';
}

.footer .nav.items-wrapper .item {
    padding: 4px 0;
}

.footer .nav.items-wrapper .item.item-site-phone .title,
.footer .nav.items-wrapper .item.item-site-address .title,
.footer .nav.items-wrapper .item.item-email .title {
    display: none;
}

/* newsletter*/
.footer-wrapper .newsletter {
    background-image: url('../../images/core/newsletter_bg.jpg');
    background-size: cover;
    background-position: center top;
    text-align: center;
    padding: 50px 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #000000;
}
.footer-wrapper .newsletter:after {
    content: "";
    display: table;
    clear: both;
}

.footer-wrapper .newsletter .newsletter-form {
    width: 490px;
    max-width: calc(100% - 20px);
    margin: auto;
}

.footer-wrapper .newsletter .form-group input {
    background: #ffffff;
    color: #000000;
}

.footer-wrapper .newsletter .newsletter-form .btn-wrapper {
    width: 140px;
    float: left;
}

.footer-wrapper .newsletter .newsletter-form .btn-wrapper .btn{
    background: #ed1c24;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'open_sansregular';
    padding: 0;
    line-height: 40px;
    position: relative;
    padding-right: 20px;
}

.footer-wrapper .newsletter .newsletter-form .btn-wrapper .btn:hover {
    background: #000000;
}

.footer-wrapper .newsletter .newsletter-form .btn-wrapper .btn:after {
    content: '';
    position: absolute;
    top: 11px;
    right: 12px;
    width: 18px;
    height: 18px;
    background: url('../../images/core/newsletter.svg');
}

.footer .nav.items-wrapper .item a:hover {
    color: #000000;
}

.copyright-wrapper {
    background: #f6f6f6;
}

.copyright-wrapper .copyright {
    padding: 0;
    line-height: 40px;
}

.copyright-wrapper .copyright a:hover {
    text-decoration: underline;
}

/* Footer social icons */
.footer-wrapper .social-icon .item {
    margin: 0 10px 0 0;
}

/* Footer payment card */
.footer-wrapper .payment-card {
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
    padding: 10px 0 15px;
}

/* footer disclaimer*/
.footer-wrapper .disclaimer {
    border: none;
    color: #6d6e71;
    font-size: 12px;
    line-height: 17px;
    font-family: 'open_sansregular';
}

/* Footer copyright */
.footer-wrapper .copyright {
    text-align: center;
    color: #6d6e71;
    font-family: 'open_sansregular';
    margin: auto;
    border: none;
}

.footer-wrapper .copyright a {
    text-align: center;
    color: #000000;
    font-family: 'ubunturegular';
}

/* Main slider */
.slider.main-slider {
    margin-bottom: 40px;
}

.slider.main-slider .slider-arrow i {
    font-size: 60px;
}

.slider.main-slider .slider-arrow:hover i {
    color: #ed1c24;
}

/* Home baner */
.home-baner-slider.slider .slick-slide{
    padding: 0;
}

.home-baner-slider .mobile-img,
.home-baner-slider .text-wrapper {
    display: none;
}

.home-baner-slider .button-wrapper {
    display: none;
}

/* Product slider */
.product-slider {
    margin-left: -15px;
    margin-right: -15px;
}

.product-slider.article-detail-slider > .slider-navigation-absolute {
    top: calc(50% - 30px);
}

/* Product list intro */
.product-listing-intro {
    padding: 10px 0;
}

.product-listing-intro h1 {
    margin: 0;
    text-transform: uppercase;
    line-height: 34px;
}

.product-listing-intro .pagination-wrapper {
    display: none;
}

.product-listing-intro .styled-select {
    margin: 2px 10px 2px 5px;
}

.product-listing-intro .form-group .styled-select select {
    line-height: 30px;
}

.product-listing-intro .list-types-wrapper .item i {
    display: none;
}

.product-listing-intro .list-types-wrapper .item {
    background-color: #5f5f5f;
    width: 30px;
    height: 24px;
    display: inline-block !important;
    margin-top: 4px;
}

.product-listing-intro .list-types-wrapper .item.active,
.product-listing-intro .list-types-wrapper .item:hover {
    background-color: #ed1c24;
}

.product-listing-intro .list-types-wrapper .item {
    display: none !important;
}

.product-listing-intro .list-types-wrapper .item.item-grid {
    -webkit-mask: url('../../images/core/grid_4.svg') no-repeat 50% 50%;
    mask: url('../../images/core/grid_4.svg') no-repeat 50% 50%;
    display: inline-block !important;
}

.product-listing-intro .list-types-wrapper .item.item-gridalt {
    -webkit-mask: url('../../images/core/grid_6.svg') no-repeat 50% 50%;
    mask: url('../../images/core/grid_6.svg') no-repeat 50% 50%;
    display: inline-block !important;
}

/* Product list tags */
.tags .items-wrapper .item {
    background: transparent;
    color: #6d6e71;
    border-radius: 0;
}

.tags .items-wrapper .item i {
    margin-left: 2px;
    font-size: 12px;
}


.tags .items-wrapper .item .close {
    color: #6d6e71;
    opacity: 1;
}

.tags .items-wrapper .item:hover,
.tags .items-wrapper .item:hover .close {
    color: #ed1c24;
}

.tags .items-wrapper .item .text {
    font-size: 12px;
}

/* Product list filters */
.product-listing-filters .filter-group-colections {
    display: none;
}

.product-listing-filters .filter-category-menu {
    padding-top: 10px;
}

.product-listing-filters .filter-group-items li {
    font-size: 13px;
    line-height: 24px;
}

.product-listing-filters .filter-group-items li a{
    color: #6d6e71;
}

.product-listing-filters .filter-group-items li.active a,
.product-listing-filters .filter-group-items li a:hover{
    color: #ed1c24;
}

.product-listing-filters .reset-tag-wrapper {
    line-height: 24px;
    height: 34px;
}

.product-listing-filters .reset-tag-wrapper:hover {
    color: #ed1c24;
}

.product-listing-filters .reset-tag-wrapper .icon {
    line-height: 20px;
}

.filter-group .title {
    color: #000000;
}

.filter-group .btn-search {
    background: #000000;
    border: none;
}

.filter-group .btn-search:hover,
.filter-group .btn-search:focus,
.filter-group .btn-search:active,
.filter-group .btn-search:focus:active {
    background: #ed1c24;
}

.filter-group .items-wrapper {
    max-height: 145px;
}

.filter-group .items-wrapper .item.form-group-checklabel label:hover {
    color: #ed1c24;
}

.product-listing .text-wrapper .options-wrapper {
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
    margin-bottom: 0;
}

.action-filters {
    background: #ed1c24;
}

.action-filters i {
    line-height: 22px;
    vertical-align: bottom;
}

.product-listing-filters .filter-group .items-wrapper > li {
    display: flex;
}

.product-listing-filters .icheckbox_flat,
.product-listing-filters .iradio_flat {
    margin: 3px 0;
    min-width: 14px;
    position: relative;
}

.limited-filters .filter-group .show-all-filters:hover{
    color: #ed1c24 ;
}

.limited-filters .filter-group .items-wrapper {
    max-height: 407px;
    overflow: auto;
}

.product-listing-items .list-description{
    display: none;
}

/* Product detail */
.products-detail-wrapper .product-gallery-wrapper,
.products-detail-wrapper .product-detail-wrapper {
    max-width: 600px;
}


.products-detail-wrapper .product-detail-wrapper .product-buy .btn.btn-default.disabled{
    margin-bottom: 20px;
}

.product .text-wrapper .options-wrapper .thumbs-slider,
.product .item .btn-wrapper .product-compare,
.product .item .caption-icons .product-compare {
    display: none;
}

.product .item .caption-product-list {
    top: 0;
}

.product-details .product-image-wrapper {
    max-width: 430px;
    margin: auto;
    float: none;
}


.product-details .caption-discount,
.product .item .caption-discount {
    border-radius: 0;
    width: auto;
    padding: 0 10px 0 8px;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    font-family: 'open_sansregular';
    background: #ed1c24;
    right: 0;
}

.product-details .caption-discount {
    width: 45px;
}

.product-details .caption-discount .text-discount{
    display: flex;
}

.product-details .caption-discount:before,
.product .item .caption-discount:before {
    content: '';
    position: absolute;
    left: -8px;
    top: 0;
    width: 0;
    height: 0;
    border-left: solid 8px rgba(0,0,0,0);
    border-top: solid 15px #ed1c24;
    border-bottom: solid 15px #ed1c24;
}

.selected-filters.tags::before,
.selected-filters.tags {
    background: #ffffff;
}

.shop-button-qnt {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.product-specification-tabs.lists-tabs .tab-content {
    padding-top: 10px;
}

.product-tab-specification .product-attrbite-table thead {
    display: none;
}

.zoomContainer {
    display: none;
}

.product-images-thumbs-vertical img {
    padding: 3px;
}

.slider.product-main img {
    max-height: 430px;
    margin: auto;
}

.product-details-price {
    float: left;
}

/*.detail-product-info-lists {
    float: right;
    width: calc(100% - 195px);
    padding: 0 5px;
    background: #f3f3f3;
    border-radius: 10px;
    margin: 5px 0 0;
    display: block;
}*/

.detail-product-info-lists {
    float: right;
    width: calc(100% - 255px);
    padding: 10px 15px;
    background: #f3f3f3;
    border-radius: 10px;
    margin: 10px 0 0;
    display: block;
}

.detail-product-info-lists .description,
.detail-product-info-lists .img-wrapper {
    padding: 5px 0;
}

.detail-product-info-lists .description p {
    margin-bottom: 0;
    line-height: 18px;
    font-size: 12px;
}

.user-manual {
    display: block;
}

/* toggle baner */
.toggle-banner {
    pointer-events: none;
}

.toggle-banner > div {
    pointer-events: all;
}

.toggle-banner .sidebar-info {
    background: #f6f6f6;
    width: 230px;
    height: 80px;
}
.toggle-banner .sidebar-info:before {
    content: '';
    position: absolute;
    left: -16px;
    top: 0;
    border-top: 0px solid transparent;
    border-bottom: 40px solid transparent;
    border-right: 16px solid #f6f6f6;
    width: 0;
    height: 0;
}
.toggle-banner .sidebar-info:after {
    content: '';
    position: absolute;
    left: -16px;
    top: 40px;
    border-bottom: 0px solid transparent;
    border-top: 40px solid transparent;
    border-right: 16px solid #f6f6f6;
    width: 0;
    height: 0;
}

.toggle-banner .sidebar-info .headline-wrapper {
    display: none;
}

.toggle-banner .sidebar-info .items-wrapper {
    position: absolute;
    top: 40px;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.toggle-banner .sidebar-info .item .title,
.toggle-banner .sidebar-info .item .title a{
    font-size: 13px;
    color: #000000;
    cursor: default;
}
.toggle-banner .sidebar-info .item .description{
    font-size: 13px;
}

.sidebar-info .item .text-wrapper p a {
    color: #ed1c24;
}

.toggle-banner .toggle-button {
    padding: 0;
    height: 36px;
    background: #ed1c24 url('../../images/core/question.png') center no-repeat;
    width: 40px;
    font-size: 0;
    margin-top: -25px;
}

.toggle-banner .toggle-button:after {
    content: '';
    position: absolute;
    left: -8px;
    top: 0;
    width: 0;
    height: 0;
    border-left: solid 8px rgba(0,0,0,0);
    border-top: solid 18px #ed1c24;
    border-bottom: solid 18px #ed1c24;
}

.toggle-banner > .item {
    margin: 0;
    border: none;
    background: #f6f6f6;
    height: auto;
}

/* Pagination */
.pagination {
    margin-top: 20px;
}

.pagination>li>a,
.pagination>li>span {
    width: 38px;
    height: 38px;
    margin: 0;
    padding: 0;
    line-height: 38px;
    font-size: 14px;
    color: #000000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #f6f6f6;
    border: none !important;
    outline: none !important;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #000000;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
}

.pagination > li.active > a,
.pagination > li.active > a:hover {
    background: #000000;
    color: #ffffff;
}

.pagination > li.next > a span.text{
    display: none;
}

.pagination > li.first > a,
.pagination > li.last > a,
.pagination > li.next > a,
.pagination > li.prev > a {
    font-size: 0;
    background-image: url("../../images/core/pagination_arrows_2.png");
    background-repeat: no-repeat;
}

.pagination > li.first > a {
    background-position: left bottom;
}

.pagination > li.last > a {
    background-position: right bottom;
}

.pagination > li.next > a {
    background-position: right top;
}

.pagination > li.prev > a {
    background-position: left top;
}

/*Product detail */
.product-details .product-image-wrapper {
    border: none;
}

.product-details .product-details-related-colors,
.product-details .caption-icons,
.product-details .product-details-info .brand {
    display: none;
}

.product-details-price .prev-price {
    font-size: 14px;
    color: #a4a4a4;
}

.product-details-price .current-price {
    font-size: 20px;
    line-height: 24px;
    color: #ed1c24;
}

.product-details-price .action-lowerprice {
    display: none;
}

/* Product detail - tab list */
.lists-tabs ul.items-wrapper .item.active{
    border: 1px solid #ebebeb;
    border-bottom: 2px solid #ffffff;
    border-radius: 10px 10px 0 0;
}

.lists-tabs ul.items-wrapper .item:first-child{
    margin-left: 10px;
}

.lists-tabs ul.items-wrapper .item a {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 40px;
    font-family: 'ubuntulight';
}

.lists-tabs ul.items-wrapper .item:hover a,
.lists-tabs ul.items-wrapper .item a:hover {
    color: #000000;
}

/* Vertical similar product */
.vertical-similar-product .heading-wrapper.heading-wrapper-bordered h2 {
    line-height: 40px;
    text-align: left;
    font-size: 16px;
}
.vertical-similar-product.product .item .text-wrapper .prices-wrapper {
    margin-top: 10px;
}
.vertical-similar-product.product .item .text-wrapper .title{
    margin-top: 10px;
    text-align: left;
}
.vertical-similar-product.product .item .text-wrapper .content-wrapper{
    width:200px;
}
/* Article listing */
.category-heading h1 {
    margin: 10px 0;
    text-align: center;
}

.article .category-submenu {
    display: none;
}

.article .category-submenu .item {
    margin: 0 5px;
    padding: 0 10px;
}

.article .category-submenu .item:after {
    content: none;
}

.article-list-grid div:not(.category-submenu) .item,
.article-autosuggest .item,
.article-list-grid div:not(.category-submenu) .item:hover,
.article-autosuggest .item:hover {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.article-list-grid .item .btn-wrapper a.btn i,
.article .item .text-wrapper .the-date,
.article .item .btn-wrapper .favorite{
    display: none;
}

.article .item .content {
    text-align: center;
    height: 220px;
}

.article .item .text-wrapper .category {
    font-size: 12px;
    color: #6d6e71;
    font-style: normal;
    text-transform: uppercase;
}

.article .item .text-wrapper .title {
    height: 55px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    overflow: visible;
}

.article .item .text-wrapper .title a {
    font-size: 18px;
    font-family: 'ubuntulight';
    color: #000000;
    line-height: 18px;
    position: relative;
    text-transform: uppercase;
    display: block;
    max-height: 38px;
}

.article .item .text-wrapper .title a:before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    display: block;
    height: 15px;
    width: 100%;
    background: #ffffff;
    z-index: 5;
}
.article .item .text-wrapper .title a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -14px;
    left: calc(50% - 50px);
    width: 100px;
    height: 1px;
    background: #e8e8e8;
    z-index: 6;
}

.article .item .text-wrapper .description {
    margin: 0 0 15px 0;
    color: #6d6e71;
    font-size: 13px;
    line-height: 16px;
    overflow: hidden;
    text-align: left;
    height: 48px;
}

.article .item:not(.product-item ) .btn-wrapper {
    border-top: 1px solid #e8e8e8;
    padding-top: 10px;
    margin-top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.article .item:hover .btn-wrapper {
    padding-top: 0;
    margin-top: 10px;
}

.article .item:not(.product-item ) .btn-wrapper a,
.article .item:not(.product-item ) .btn-wrapper a.btn {
    float: none;
    font-size: 14px;
    color: #000000;
    margin: auto;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 50px;
    height: 50px;
    display: block;
}

.article .item:hover .btn-wrapper a,
.article .item:hover .btn-wrapper a.btn {
    opacity: 1;
    line-height: 35px;
}

.article .item .btn-wrapper a i {
    display: none;
}

/* Article detail */
.background.background-alt {
    background: #ffffff;
}

.article-detail .article-wrapper,
.article-detail .article-header {
    padding: 0 100px 0 0;
    border: none;
}

.article-detail .article-header .header-info .the-date,
.article-detail .article-header .category {
    font-size: 13px;
    line-height: 16px;
    color: #6d6e71;
    font-family: 'open_sanslight';
    text-transform: uppercase;
}

.article-header .header-info .favorite {
    display: none;
}

.article-detail .article-wrapper .title h1 {
    font-family: 'ubunturegular';
    font-size: 24px;
    line-height: 24px;
    position: relative;
    color: #000000;
    display: block;
    text-align: center;
    margin: 20px auto 50px;
    padding-bottom: 20px;
}

.article-detail .article-wrapper .title h1:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 50px);
    width: 100px;
    height: 1px;
    background: #e8e8e8;
    z-index: 2;
}

.article-detail .article-wrapper .text-wrapper p {
    font-size: 14px;
    line-height: 24px;
    color: #6d6e71;
}

.article-wrapper .social-share {
    display: none;
}

.sidebar.similar-articles .heading-wrapper.heading-wrapper-bordered {
    text-align: left;
    margin: 0;
}

.article-gallery .item {
    position: relative;
}

.article-gallery .item:after {
    content: '';
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5) url('../../images/core/search_2.svg') center no-repeat;
    background-size: 40px 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
}

.article-gallery .item:hover:after {
    opacity: 1;
}

/* atricle detail baner */
.article-baner-slider .text-wrapper {
    display: none;
}

/* coments */
.comments {
    padding: 0 100px 0 0;
    margin: 0;
}

.comments .heading-wrapper{
    margin-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
}

.comments .heading-wrapper .title h3 {
    display: inline-block;
    margin: 0 ;
    font-size: 16px;
    font-family: 'ubuntulight';
    color: #565557;
}

.comments .social-share {
    float: right;
}

.comments .social-share .icon-connection {
    float: right;
    margin: 2px 0 0 5px;
}

.comments .form-group-rating .form-control {
    display: none;
}

.comments .btn-info {
    background: #000000;
    width: 130px;
    font-size: 13px;
    line-height: 30px;
    height: 30px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-family: 'open_sansregular';
}

.comments .btn-info:hover,
.comments .btn-info:focus,
.comments .btn-info:active,
.comments .btn-info:active:focus {
    background: #ed1c24;
}

.comment-content .items-wrapper .item {
    width: 100%;
}

.comment-content .items-wrapper .item .rating {
    display: none;
}

.comment-content .items-wrapper .item > div {
    color: #6d6e71;
    line-height: 22px;
    font-family: 'open_sansregular';
}


.comment-content .items-wrapper .item .user {
    color: #000000;
    font-family: 'ubunturegular';
}
/* Modals */
#register_modal.modal-large .modal-dialog {
    width: 690px;
}

.modal a:not(.btn) {
    color: #ed1c24;
}

.modal a:not(.btn):hover {
    text-decoration: underline;
}

.modal-header,
.modal-footer {
    background: #ffffff;
    border: none;
}

.modal-header .title {
    color: #000000;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    margin: 0;
}

.modal-body {
    padding: 0 30px;
}

.modal .close {
    color: #000000;
}

.modal-footer .btn {
    line-height: 35px;
    font-size: 13px;
    width: calc(50% - 10px);
    height: 35px;
}

.modal-footer .btn.btn-success {
    width: 100%;
    background: #000000;
    margin-bottom: 15px;
}

.page .left-info .btn-ghost.btn-facebook {
    margin: 0 0 0 5px;
    background: #f6f6f6;
    color: #4864a3;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    text-decoration: none;
}

.modal-footer .btn.btn-facebook {
    margin: 0 10px 0 0;
    float: left;
    background: #f6f6f6;
    color: #4864a3;
}

.modal-footer .btn.btn-google:before {
    content: '';
    display: inline-block;
    background: url('../../images/core/google-plus-logo.png');
    width: 13px;
    height: 14px;
    vertical-align: text-top;
}

.modal-footer .btn.btn-google {
    display: inline-block;
    float: right;
    margin: 0 0 15px 0;
    background: #f6f6f6;
    color: #d34836;
}

.modal-footer .registration-btn-wrapper .title {
    font-size: 11px;
    color: #6d6e71;
}

.modal-footer .registration-btn-wrapper .btn {
    width: 100%;
    background: #6d6e72;
}

.modal .product-details{
    padding-top: 0;
}

.modal .product-details .product-details-info .description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    padding: 0;
    margin: 0;
    max-height: 88px;
}

.product-details .product-details-info .atributs-wrapper .title {
    color: #6d6e71;
}

.product-details .product-details-info .atributs-wrapper{
    padding-bottom: 5px;
}
.product-details .product-details-info .chosen-atributes{
    margin-bottom: 10px;
}
.modal .products-detail-wrapper.iframe-wrapper {
    font-family: 'open_sansregular';
}

.modal .products-detail-wrapper .btn-default {
    width: 160px;
    background: #000000;
    color: #ffffff;
}

.modal .products-detail-wrapper .btn-default:hover {
    background: #ed1c24;
}

.modal .grid-slider.product-quickview-grid-slider .item .title {
    font-size: 13px;
    line-height: 17px;
}

.modal .grid-slider.product-quickview-grid-slider .item .description {
    font-size: 12px;
    line-height: 17px;
    color: #6d6e71;
}

.modal .grid-slider.product-quickview-grid-slider .item .description a {
    color: #ed1c24;
}

.modal .form-group label{
    font-family: 'open_sansregular';
    font-size: 13px;
}

/* Loader */
.loader-icon:after {
    background-color: #ed1c24;
}

/* Autocomplate */
.autocomplete-wrapper:before {
    height: 39px;
}

.autocomplete-input {
    padding: 5px 20px;
    line-height: 28px;
    font-size: 18px;
    height: 39px;
}

/* Share icons */
.social-share .icon-connection:before,
.social-share .item .icon:before,
.social-share .item i:before {
    content: none;
}

.social-share .item a {
    display: block;
}

.social-share .icon-connection,
.social-share .item {
    width: 18px;
    height: 18px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    margin: 0 2px;
}

.social-share.detail-social-share .share-text {
    text-transform: none;
}

.social-share .item:hover {
    opacity: 0.5;
}

.social-share .item.item-pinterest,
.social-share .item.item-whatsapp,
.social-share .item.item-viber,
.social-share .item.item-email {
    display: none;
}

.social-share .icon-connection {
    height: 16px;
    width: 16px;
    -webkit-mask-image: url("../../images/core/sharebtn.svg");
    mask-image: url("../../images/core/sharebtn.svg");
    background: url("../../images/core/sharebtn.svg");
}

.social-share .item.item-facebook {
    -webkit-mask-image: url("../../images/core/facebook.svg");
    mask-image: url("../../images/core/facebook.svg");
    background: url("../../images/core/facebook.svg");
}

.social-share .item.item-google {
    -webkit-mask-image: url("../../images/core/google.svg");
    mask-image: url("../../images/core/google.svg");
    background: url("../../images/core/google.svg");
}

.social-share .item.item-twitter {
    -webkit-mask-image: url("../../images/core/twitter.svg");
    mask-image: url("../../images/core/twitter.svg");
    background: url("../../images/core/twitter.svg");
}

/* Profile */
.nav-vertical > li.active > a {
    color: #ed1c24;
    border-bottom-color: #ed1c24;
}

.profile .heading-wrapper .title h3,
.profile .profile-into .item .img-wrapper .icon,
.nav-vertical > li > a:hover,
.nav-vertical > li > a:focus{
    color: #ed1c24;
}

.profile .profile-into .item:nth-child(2) {
    display: none !important;
}

.profile .profile-into .item {
    width: 50% !important;
}

.profile .profile-into .item .title {
    font-size: 18px;
}

.profile-favorite-products .product-sizes {
    display: block;
}

.profile .profile-section .remove-item-lnk {
    display: block;
    margin: auto;
    width: max-content;
    border: 1px solid #000000;
    padding: 0 20px;
    line-height: 26px;
    height: 26px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.profile .profile-section .remove-item-lnk:hover {
    border: 1px solid #ed1c24;
    background: #ed1c24;
    color: #Ffffff;
}

.profile .user-data {
    font-size: 14px;
}

.profile-sidebar .heading-wrapper .title h2 {
    font-size: 18px;
}

.profile .heading-wrapper .title h3 {
    font-family: 'ubunturegular';
    font-size: 18px;
    color: #000000;
}

.profile-submenu > a {
    line-height: 22px;
}

.profile-section .dl-horizontal dt {
    width: 220px;
}

.profile-section .dl-horizontal dd {
    margin-left: 220px;
}

/* Reg, login, res pass page*/
.registration-sidebar .text-wrapper {
    width: 100%;
    background: transparent;
    color: #6d6e71;
    padding: 0;
    margin: auto;
}

.registration-sidebar .text-wrapper a {
    text-decoration: underline;
}

.login-page .btn-google {
    background: #f6f6f6;
    color: #d34836;
    margin-left: 5px;
    text-decoration: none;
    padding: 6px 12px;
    text-transform: uppercase;
}

.login-page .btn-google:before {
    content: '';
    display: inline-block;
    background: url('../../images/core/google-plus-logo.png');
    width: 13px;
    height: 14px;
    vertical-align: text-top;
}

.login-page .btn-google:hover {
    background: #F9F9F9;
}

/* Error page */
.categories-list .heading-wrapper {
    color: #ed1c24;
    margin-bottom: 20px;
}

/* Kontakt strana */
.contact-page.background-image-active,
.contact-page.background-image-active.page a,
.contact-page.background-image-active h1,
.contact-page.background-image-active h2,
.contact-page.background-image-active h3,
.contact-page.background-image-active h4 {
    color: #6d6e71;
}

.contact-page-wrapper .heading-wrapper {
    text-align: center;
    margin-bottom: 50px;
}

.contact-page-wrapper .heading-wrapper .title h1{
    margin-bottom: 10px;
}

.contact-page-wrapper .page-hellp {
    margin-bottom: 50px;
    font-size: 13px;
    line-height: 16px;
}

.contact-page-wrapper .heading-wrapper .description{
    font-size: 13px;
    line-height: 16px;
    position: relative;
}

.contact-page-wrapper .heading-wrapper .description:after{
    content: '';
    position: absolute;
    bottom: -20px;
    left: calc(50% - 50px);
    height: 1px;
    width: 100px;
    background: #eaeaea;
}

.contact-page-wrapper .page-hellp a,
.contact-page-wrapper .heading-wrapper .description a{
    color: #000000;
    font-weight: bold;
}

.contact-page-wrapper .page-hellp a:hover,
.contact-page-wrapper .heading-wrapper .description a:hover{
    text-decoration: underline;
}

#contact_form .btn-success {
    background: #000000;
    width: 130px;
}

#contact_form .btn-success:hover {
    background: #ed1c24;
}

.page .heading-wrapper .title{
    font-size: 16px;
    font-family: 'ubunturegular';
    color: #000000;
}

.page .heading-wrapper .title h1 {
    font-size: 24px;
    text-align: center;
    font-family: 'ubunturegular';
    color: #000000;
}

.page .heading-wrapper{
    position: relative;
    margin-bottom: 50px;
}

.page .right-info .heading-wrapper{
    margin-bottom: 10px;
}

.page .heading-wrapper h1 {
    position: relative;
}

.page .heading-wrapper h1:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    left: calc(50% - 50px);
    width: 100px;
    height: 1px;
    background: #e8e8e8;
    z-index: 6;
}

/* Store detail */
.store-background .thumb {
    display: none;
}

.store-contact .items-wrapper .item.item-web {
    display: none;
}

.store-contact .items-wrapper .title .icon {
    color: #231f20;
}

/* Stores lisr */
.storelocator-panel {
    margin: 60px 0 20px 0px;
}

.storelocator-panel .store-item{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 25px 15px;
    cursor: pointer;
}
.storelocator-panel .store-item:hover {
    box-shadow: inset 4px 0px 0px #ed1c24;
    color: #000000;
}
.panel .title.city-title .panel-toggle {
    background: #ed1c24;
}

.map-link {
    text-align: center;
    color: #ed1c24;
}

.panel > .collapsing, .panel > .collapse {
    border-bottom: 1px solid #ed1c24;
}

.store-map-wrapper > #map-canvas {
    height: 100% !important;
}

.store-item-wrapper .store-item-listbox.store-item-phone{
    display: none;
}
.store-popup .store-item-action{
    color: #6d6e71;
}

.store-popup .content {
    padding: 5px 0;
}

.store-popup .store-item-action.streetview {
    display: none;
}

.sidebar-shopping .store-contact .icon.icon-phone:before{
    content: "\e615";
}

/* Cart */
.cart-privacy-policy a,
.cart-table-summary .product-item-prices.cart-total,
.sidebar-info .headline-wrapper .title {
    color: #ed1c24;
}

.cart-table.confirm-cart-table .cart-product .description {
    display: none;
}

.cart .table > thead > tr > th {
    color: #000000;
    font-size: 16px;
}

.cart .table > tbody > tr > td {
    font-size: 14px;
}

.cart .table > tbody > tr:last-child > td {
    font-size: 17px;
}

.cart .fa-question::before {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #adaeb5;
    display: block;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    margin-top: 10px;
}

.cart-carrier-and-payment .delivery-options li {
    padding: 10px;
}

.delivery-options li:hover > * {
    background: transparent;
}

.cart-carrier-and-payment .delivery-options li:hover {
    background: rgba(237, 28, 36, 0.05);
}

.cart-carrier-and-payment .checked-item .delivery-option-text strong {
    color: #ed1c24;
}

.cart-carrier-and-payment .checked-item .delivery-option-text,
.cart-carrier-and-payment .checked-item .delivery-option-text p {
    color: #000000;
}

.delivery-option-text button.close {
    border: none;
}

#cart_onepage_delivery_country_form .form-group .styled-select.active {
    -webkit-box-shadow: 0px 0px 20px 0px #ed1c24;
    -moz-box-shadow: 0px 0px 20px 0px #ed1c24;
    box-shadow: 0px 0px 20px 0px #ed1c24;
}

.tt-input {
    color: #555555;
}

.cart-address .cart-description a {
    color: #ed1c24
}

.cart .cart-payment-wrapper .delivery-option-text button.btn-small {
    display: none;
}

/* Other */
.heading-wrapper {
    font-family: 'ubunturegular';
}
.heading-wrapper .description {
    font-family: 'open_sansregular';
}

.heading-wrapper .subtitle {
    margin-top: 10px;
}

/* Stor by city*/
.panel .title.city-title .panel-toggle {
    font-size: 16px;
}

.panel > .collapse .panel-toggle {
    font-size: 14px;
}

.map-link .map-caption {
    margin-top: 10px;
    color: #000000;
}

.map-link:hover .map-caption {
    margin-top: 10px;
    color: #ed1c24;
}

.poll .alert,
.items-wrapper .alert {
    margin: 20px 0;
}

/* Modal */
.modal {
    z-index: 100000;
    background: rgba(0,0,0,0.5);
}

/* Sliders */
.slider .slick-dots li.slick-active button:before {
    -webkit-box-shadow: inset 0 0 0 4px #ed1c24;
    -moz-box-shadow: inset 0 0 0 4px #ed1c24;
    box-shadow: inset 0 0 0 4px #ed1c24;
    width: 14px;
    height: 14px;
}

.pagination > li.first a:before,
.pagination > li.last a:before,
.pagination > li.next a:before,
.pagination > li.prev a:before {
    content: none;
}

/* loader */
.loader-icon {
    background: url("../../images/core/loader_vulkan.gif") center no-repeat;
    background-size: 70px 70px;
    width: 90px;
    height: 90px;
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
    border: none;
}

.loader-icon:after {
    content: none;
}

/*joca*/
.lists-tabs ul.items-wrapper .item.item-product-check {
    display: none;
}
.grid-slider.error_page_content-slider {
    background: transparent;
    padding: 20px calc(50vw - 690px);
    margin: 0 calc(-50vw + 700px) 50px;
}
.cart-table .item-article a.title{
    color: #ed1c24;
}

.cart-table .product-item-image img {
    margin-left: 10px;
}

.orderdetails-modal .modal-body{
    padding: 0 30px 20px;
}
.profile-orders .modal .table>tbody>tr>td {
    color: #000000;
}

.profile-content .product .item .btn-wrapper i{
  display: block;
    text-shadow: 0px 1px #000000;
    color: #000000;
    cursor: pointer;
}

.profile-content .product-info-wrapper{
    display: none;
}
.profile-content .price-wrapper{
    font-size: 14px;
    line-height: 17px;
}
.price-discount .discount-text{
    color: #ed1c24;
    font-size: 12px;
}
.profile-content .prev-price{
    text-decoration: line-through ;
}
.profile-content .heading-wrapper .subtitle {
    margin-bottom: 20px;
}
.profile-my-choice .icheck-item{
    margin-bottom: 2px;
}

.profile-content .btn-success{
    padding: 8px 12px 6px 12px;
}
.profile-orders .subtitle{
    font-size: 14px;
}
.tab-content-profile .profile-price-change .title-wrapper h4{
    font-size: 14px;
}
.profile-price-change .remove-item-lnk{
    cursor: pointer;
    color: #000000;
}

.profile-price-change .product-item-attrs{
    display: none;
}

.profile-price-change .remove-item-lnk:hover{
    color: #ed1c24;
}
.profile-user-viewed .product .item .btn-wrapper i.icon-arrow-read-more{
    display: none;
}

.favorite.active i:before{
    text-shadow: 0px 0px 3px #ffffff;
}
.profile-orders .modal table thead th {
    font-weight: normal;
    color: #000000;
}
.vertical-similar-product.product .item .tooltip{
    display: none !important;
}

.bootbox .modal-footer .btn.btn-success{
    width: calc(50% - 10px);
    margin-bottom: 0;
}
.bootbox .modal-footer .btn.btn-success{
    background: #ffffff;
    color: #000000;
    border: 1px solid #000000;
}
.bootbox .modal-footer .btn.btn-primary{
    border: 1px solid #000000;
}
.bootbox .modal-footer .btn.btn-primary:hover{
    border: 1px solid #ed1c24;
}
.bootbox .modal-footer .btn.btn-success:hover {
    color: #ffffff;
    background: #000000;
}

.error-page .post-content{
    padding: 20px 0;
}

.price-change-wrapper .title-wrapper{
    padding-bottom: 10px;
}

/* Store on map */
.storelocator-filter > .feature-filter {
    display: none;
}

/* Faq page */
.category-heading .description {
    text-align: center;
    margin-top: 30px;
}

/* Order shipment tracking */
.order-shipment-tracking .input-wrapper #submit_code_shipment {
    line-height: 22px;
    background: #ed1c24;
}

/* order ticket content */
/*#order_ticket_content {*/
/*    display: none;*/
/*}*/

.nav-tabs > li.active:after{
    background: #ed1c24;
}

/* Items */
.text_grid12 {
    text-align: center;
}

.grid-slider-with-6item {
    text-align: center;
}

.grid-slider-with-6item .text-wrapper .title{
    font-size: 16px;
    text-transform: uppercase;
}

/* twitter-typeahead plugin */
.twitter-typeahead .tt-dropdown-menu {
    background: #ffffff;
    color: #000000;
    padding-bottom: 0;
}

/* Landing page */
.items-generic {
    margin-top: 20px;
}

.image-with-absolut-text-grid6 .text-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 30px 30px 0;
}

.image-with-absolut-text-grid6 .text-wrapper .title {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 45px;
    font-weight: 900;
}

.image-with-absolut-text-grid6 .text-wrapper .description {
    color: #fff;
    margin-top: 10px;
    font-size: 20px;
}

.item-slider-grid6 {
    margin-bottom: 20px;
}

.item-slider-grid6 .heading-wrapper.heading-wrapper-bordered {
    display: none;
}

.items-generic .text_grid12 .heading-wrapper h2{
    margin: 10px auto 20px;
    border-bottom: 1px solid #e8e8e8;
}

.items-generic .product-slider{
    background: #ffffff;
}

.items-generic .product-slider .heading-wrapper.heading-wrapper-bordered{
    margin: 0px 0 30px;
}

.product-slider > .slider-init > .slick-list,
.items-generic .product-slider > .slider-init > .slick-list {
    padding-bottom: 0;
    margin-bottom: 0;
}

.product-slider > .slider-navigation-absolute,
.items-generic .product-slider > .slider-navigation-absolute{
    top: 50%;
    width: calc(100% + 0px);
    left: 0;
}

/* For IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .product-slider > .slider-init > .slick-list {
        margin-bottom: -300px;
    }
}

/* For Edge*/
@supports (-ms-ime-align:auto) {
    .product-slider > .slider-init > .slick-list {
        margin-bottom: -300px;
    }
}

.appear {
    opacity: 0;
    position: relative;
    -webkit-transition: opacity 0.15s ease !important;
    -moz-transition: opacity 0.15s ease !important;
    -ms-transition: opacity 0.15s ease !important;
    -o-transition: opacity 0.15s ease !important;
    transition: opacity 0.15s ease !important;
}

/* Cookie info */
.cokie-info-wrapper {
    max-width: 100%;
    padding: 10px 0;
}

.cookie-info-slider {
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
}

.cokie-info-wrapper .description,
.cokie-info-wrapper .item.read-more {
    display: inline-block;
    margin-bottom: 0;
    font-size: 13px;
}

.cookie-agree {
    margin-top: 10px;
    font-size: 13px;
    line-height: 30px;
    width: 140px;
    max-width: 100%;
    padding: 0;
    background: #ed1c24;
    display: block;
    float: left;
    clear: both;
}

.newsletter .validation-errors-list{
    bottom: 0;
    margin-top: 20px;
}

.footer-wrapper .newsletter a{
    color: #868692;
    text-decoration: underline;
}

.footer-wrapper .newsletter a:hover{
    color: #000000;
}

.career-page.page .intro{
    text-align: inherit;
}

/* Work */
.work-img img{
    margin: 0 auto 50px;
}

.page.page-work h1{
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 33px;
}

.page.page-work p{
    font-size: 17px;
}

/* Newsletter modal */
.modal.modal-email .title{
    font-size: 24px;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 700;
}

.modal.modal-email .description{
    color: #6d6e71;
    font-size: 14px;
    line-height: 23px;
}

.modal.modal-email .input-btn-wrapper .btn{
    background: #ed1c24;
    font-weight: 700;
}

.modal.modal-email .input-btn-wrapper .btn:hover{
    background: #000000;
}

.handlines-sldier .item a{
    display: block !important;
    position: absolute;
    color: transparent;
    width: 100%;
    height: 35px;
    z-index: 99999;
    top: 0;
    left: 0;
}

.handlines-sldier .item .btn:hover,
.handlines-sldier .item .btn:focus,
.handlines-sldier .item.btn:active:focus{
    color: transparent;
}

.full-slider.grid-slider .item .img-wrapper:after,
.two_banners-slider.grid-slider .item .img-wrapper:after{
    display: none;
}

.full-slider.grid-slider .item .content,
.two_banners-slider.grid-slider .item .content{
    display: none;
}

.full-slider.grid-slider,
.two_banners-slider.grid-slider{
    margin-bottom: 30px;
}

.cartips.product-countdown-wrapper .counter{
    border:1px solid transparent;
    background: #f6f6f6;
    padding:5px 0;
}
.cartips.product-countdown-wrapper .item-countdown em{
    font-weight:normal;
}
.cartips.product-countdown-wrapper .cart-description.bank-helper{
    text-align: center;
}
.cartips.product-countdown-wrapper{
    border: 1px solid #f6f6f6;
}
.cartips.product-countdown-wrapper .item-hours{
    display: none;
}

.uc-home .product-slider .heading-wrapper.heading-wrapper-bordered h2{
    border-bottom: none;
    line-height: 21px;
}

.uc-home .product-slider .show-list-link-wrapper{
    margin: -20px 0 25px;
    font-size: 12px;
}


.action-banner-slider .item .img-wrapper:after {
    display: none;
}
.article-sidebar-menu .sidebar-menu{
    max-width: 220px;
    margin-bottom: 40px;
    background: #f6f6f6;
    display: inline-block;
    position: fixed;
    margin-top: 20px;
    padding: 10px 0;
}

.article-sidebar-menu .sidebar-menu .tabs-wrapper{
    padding: 0 20px;
    border-bottom: 1px solid #eaeaea;
}

.article-sidebar-menu .sidebar-menu .box-heading {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 20px;
}

.article-sidebar-menu .sidebar-menu .tabs-wrapper:last-of-type{
    border-bottom: 0;
}

.article-sidebar-menu .sidebar-menu a{
    color: #6d6e71;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
}

.cart-specification-tabs,
.ticket-tab-desription,
#order_ticket_content .heading-wrapper{
    display: none;
}

.title-use-ticket{
    margin-bottom: 20px;
    color: #4a4b5c;
    line-height: 38px;
    font-size: 1.6rem;
}

.registration_form .checkbox-date-weapper{
    margin-bottom: 15px;
}

.checkbox-date-weapper{
    display: block;
}
.top-numeric-value{
    position: absolute;
    bottom: -10px;
    right: auto;
    left: 0;
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    background: #ca0b0a;
    line-height: 52px;
    width: 52px;
    text-align: center;
    z-index: 20;
     border-radius: 0%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: url(../../images/core/top_10_background_blue.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.top-ten-list.product .item .caption-icons {
    bottom: 5px;
    right: 5px;
}
.cart-onepage-order-security-code,
.cart-onepage-order-ticket-value{
    display: none;
}
.cart-step-order-tickets .form-group .btn {
    margin: 20px 0 0;
    height: 35px;
}
.cart-step-order-tickets .form-group .styled-select{
    height: 34px;
}

.profile-orders .order-lnk-wrapper .item.item-buy-again{
    display: none;
}

.product-slider .atributs-wrapper,
.products-list-simple .atributs-wrapper{
    display: none;
}