.uni-banner__title{display:none}
.banner-label{display:none}
.alert.eout{display: block;}
.ckshare,.ckshare_replace,.ckshare_add,.ckshare_cancel{line-height: 30px;margin:0px 25px 0px 10px}

#menu2 .menu__level-1-a:hover, div.menu__header:hover  {
    background: #435172;
    background: -moz-linear-gradient(top, #435172 90%, #b2e829 100%);
    background: -webkit-linear-gradient(top, #435172 90%,#b2e829 100%);
    background: linear-gradient(to bottom, #435172 90%,#b2e829 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#435172', endColorstr='#80b201',GradientType=0 );
}
.menu-right .menu__level-2-a:hover {
        color: #333;
}

.header-cart__icon, .fly-menu__icon.fly-menu__icon-cart {
    color: #80B201;
}
.checkout-cart__item .cart_status{
    padding: 0 15px 0 0;
}
.checkout-cart__image {
    flex: 0 0 110px;
    padding: 0 15px 0 10;
}
.art_product_counts {
    padding: 0 0 10px 13px;
}

.ramka {
	border: 1px solid #ddd;
	padding: 15px;
}

.ramka-red {
	border: 1px solid #ff0000;
	padding: 15px;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    color: #222;
    background: #f3f3f3;
    border-color: #f3f3f3;
}
.myvideo-center {
    margin: auto;
    max-width: 560px;
}

a.spojler-toggle, a.spojler-toggle:hover, a.spojler-toggle:visited, 
h4.be-product-title a, h4.be-product-title a:hover, h4.be-product-title a:visited, 
ul.breadcrumb a, ul.breadcrumb a:hover, ul.breadcrumb a:visited {
  text-decoration: none;
   color: #333 !important;
}

.category-list__item {font-size: .85em;}

#tab-description a, #tab-description a:hover, 
.html-module a, .html-module a:hover, 
.article_description a, .article_description a:hover, 
.product-page__textblock-inner a,  .product-page__textblock-inner a:hover,
#tab-art_aqa_product a, #tab-art_aqa_product a:hover, #tab-art_aqa_product a:visited,
.simpleregister-button-right #agreement_checkbox a, .simplecheckout-button-right #agreement_checkbox a {
   color: #0099ff;
   text-decoration: none;
    cursor: pointer;
    outline: none !important;
}
#tab-art_aqa_product a.btn.btn-primary, #tab-art_aqa_product a.btn.btn-primary:hover, #tab-art_aqa_product a.btn.btn-primary:visited  {
   color: #ffffff;
   text-decoration: none;
    cursor: pointer;
    outline: none !important;
}

.category-list__name {
color: #63420C;
}

.live-search .buybutton span,
div.simplecheckout-button-right input#button-confirm {
display: none;
}

.live-search .buybutton i {
    top: 8px;
    position: relative;
}
.product-thumb__cart.cart {
    display: block;
}
.product-thumb__cart.cart [type="button"] + .buybutton {
    width: 100%;
    margin-top: 5px;
}
.product-thumb__cart.cart .buybutton [type="button"] {
    width: 100%;
}
.product-thumb__cart.cart .buybutton.open .dropdown-menu {
    text-align: center;
    position: relative;
    display: block;
}
.menu__level-2-a {
color: #777777;
}
.menu__level-2-a:hover {
color: #333333;
}


.product-block .stock-out-info{
    font-size: 13px;
    margin-top: -12px;
}

.live-search__item .product-thumb__add-to-cart span{
    display:none
}
.live-search__item .product-thumb__add-to-cart i{
    display:flex
}


#collapse-shipping-method .radio{
margin-bottom: 0 !important;margin-top: 5px;;
}


@media (min-width: 992px) {
    #account-forgotten .uni-wrapper {
        padding: 0px;
        background: #f5f5f5;
    }
}



.unicheckout-sticky__heading{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.unicheckout-sticky__heading i{
    color: #ff0000a1;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s;
}
.unicheckout-sticky__heading i:hover{
    color: red;
}

.live-search__mobile{
    display: none;
}
@media (max-width:500px){
    .live-search__mobile{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 25%;
    }
    .live-search__mobile .live-search__price{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .live-search__price,.live-search-cart-button-desktop{
        display: none;
    }

    .live-search__wrapper{
        width: 50%;
    }
    .live-search__image{
        width: 25%;
    }
}

.unicheckout__shipping #map {
    padding: 16px !important;
    /* width: 90% !important; */
}

.cookie_notice_block a {
    text-decoration: underline !important;
}
.cookie_notice_block a:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}

.art_product_counts {
  padding: 0 0 10px 13px;
  padding: 16px 0 16px 8px;
}

.home-page .html-module {
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: var(--border-radius-1);
}
