/* all */
img{
    max-width: 100%;
}
a.dark, a.dark:hover,
.breadcrumb-item a,
.categories-list a,
.sorts-list a,
.pagination a, .page-item.active .page-link,
.header-avatar .nav-item a,
.modal-title,
#searchwd_form .btn
{
    color: #323232;
}
.slick-slide img {
    margin: 0 auto;
}
h5 a span{
    font-size: 80%;
    border-bottom: 1px solid #68b570;
}
.modal-header{
    background: #fff;
    border-radius: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    align-items: center;
}
.modal-close{
    font-size: 24px;
}
#toast-container .toast-info{
    color: #323232;
}
.buttons button{
    margin-bottom: 5px;
}
.img-thumbnail{
    border: 0;
}
/* header */
.navbar-brand img{
    height: 50px;
}
header > div{
    margin-top: 35px;
}
.logo-text{
    line-height: 1.4rem;
    font-style: italic;
}
.header-tel{
    font-size: 22px;
    white-space: nowrap;
    text-align: center;
    width: 100%;
}
.header-tel span {
    color: #05991d;
}
.header-favorites{
    text-align: center;
}
.header-favorites a{
    font-size: 1.5rem;
    color: #FF9C00;
}
.header-favorites a span{
    vertical-align: super;
}
.header-avatar{
    cursor: pointer;
}
/* menu */
.header-menu ul{
    border-radius: 4px;
    overflow: hidden;
}
.header-menu ul li + li a{
    border-left: 1px solid #6f6f6f;
}
.header-menu ul a{
    text-transform: uppercase;
    background: #4e4e4e;
    background: linear-gradient(to bottom, #4e4e4e 0%, #4d4d4d 20%, #434343 69%, #404040 100%);
    color: #fff;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    font-size: 14px;
}
.header-menu ul a:hover{
    background: #323232;
    background: linear-gradient(to bottom, #323232 0%, #403f40 100%);
}
.modal .header-menu-nav{
    flex-direction: column;
}
.modal .header-menu-nav a{
    color: #323232;
    font-weight: bold;
    text-align: left;
}
.modal .header-menu-nav .nav-item + .nav-item{
    border-top: 1px solid #E3E3E3;
}
/* menu */
.header-cart .basket-link, .header-cart .basket-link:hover{
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    background: #52be22;
    background: linear-gradient(to bottom, #52be22 0%, #05991d 100%);
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-size: 110%;
}
.header-catalog a, .header-menu_open{
    display: block;
    text-transform: uppercase;
    background: #4e4e4e;
    background: linear-gradient(to bottom, #4e4e4e 0%, #4d4d4d 20%, #434343 69%, #404040 100%);
    color: #fff;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    font-size: 14px;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
}
.header-catalog a:hover, .header-menu_open:hover{
    background: #323232;
    background: linear-gradient(to bottom, #323232 0%, #403f40 100%);
}
@media (max-width: 768px){
    .header-catalog a{
        border-radius: 4px 0 0 4px;
    }
    .header-menu_open{
        border-radius: 0 4px 4px 0;
        border-left: 1px solid #6f6f6f;
    }
}
/* catalog */
.buy, .button__green{
    display: inline-block;
    padding: 6px 10px;
    color: #fff;
    border: 0;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    background: #52be22;
    background: linear-gradient(to bottom, #52be22 0%, #45b721 22%, #129f1e 78%, #05991d 100%);
    border-radius: 4px;
    cursor: pointer;
    left: 5px;
    white-space: nowrap;
}
.buy:hover, .button__green:hover{
    color: #fff;
}
/* catalog list */
.sorts-list {
    background: #f3f3f3;
    border-radius: 3px;
}
.sorts-list .current {
    background: #e1e1e1;
}
/* catalog tiles */
.content_tile_item{
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    height: 100%;
}
.content_tile_item:hover{
    border-color: #52be22;
}
.content_tile_item .oldprice{
    float: right;
}
.content_tile_item .icms-content-fields{
    position: relative;
}
.content_tile_item .icms-content-fields{
    display: flex;
    flex-direction: column;
}
.content_tile_item .tovaritem{
    margin-top: auto;
}
.content_tile_item h5 a span{
    font-size: 80%;
    border-bottom: 1px solid #68b570;
}
.content_tile_item .buy{
    margin-top: 14px;
}
@media(max-width: 440px){
    .default_tiles_list .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/* pagination */
.pagination .page-link{
    background: #f3f3f3 !important;
    border: 0;
}
.pagination .page-item + .page-item {
    border-left: 2px solid #e1e1e1;
}
.pagination .active .page-link{
    background: #e1e1e1 !important;
}
/* slider */
.icms-bg__cover-bottom-gradient::before{
    background: none;
}
/* footer */
.footer-tel{
    font-size: 80%;
}
.footer-tel a{
    font-size: 30px;
}
/* news wd */
.content_list_news a span{
    border-bottom: 1px solid #68b570;
}
.content_list_news .icms-content-fields .value{
    font-size: 80%;
}
.content_list_news .links a{
    background: #eeeeee;
    background: linear-gradient(to bottom, #eeeeee 0%, #e1e1e1 100%);
    border-radius: 4px;
    border: 0;
}
/* shop wd */
h5 .arrows{
    font-size: 110%;
    min-width: 50px;
}
#widget_wrapper_140 .widget_content_list_item{
    flex: 0 0 20%;
    max-width: 20%;
}
/* category tiles */
.category_tile_item{
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    height: 100%;
}
.category_tile_item:hover{
    border-color: #52be22;
}
/* favorite */
.favorite{
    opacity: .8;
}
.favorite:hover{
    cursor: pointer;
    color: #FF9C00;
    opacity: 1;
}
.favorite__icon{
    color: #FF9C00;
}
.favorite__text{
    font-size: 90%;
}
/* edit */
.content_tile_item, .content_list_item{
    position: relative;
}
.content_tile_item:hover .edititem , .content_list_item:hover .edititem  {
    display: block !important;
    cursor: pointer;
    color: rgba(0,0,0,.5);
    position: absolute;
    right: 10px;
    bottom: 10px;
}
/* profile_tab */
.zakaz-w-orders.border + .zakaz-w-orders.border{
    margin-top: 10px;
}