/*
Theme Name: Printinglife
Theme URI: http://printinglife.webflow.io/
*/

.social_block_right {
    position: fixed;
    content: "";
    right: 20px;
    bottom: 100px;
    cursor: pointer;
    z-index: 400;
    width: 60px;
}

.social_block_right a {
    display: block;
    margin-bottom: 10px;
}

.social_block_right img {
    max-width: 60px;
}

.woocommerce span.onsale {
    border-radius: 0;
    margin: 0;
    padding: 5px 10px;
    line-height: normal;
    min-height: auto;
    min-width: auto;
}

form.cart input.qty {
    line-height: 1;
    padding: 0.3em 0;
}

form.cart .single_add_to_cart_button, .woocommerce ul.products li.product .button {
    background: #41496d !important;
    border-radius: 0;
    color: #fff;
}

.aws-search-form-wrap {
    line-height: 44px;
    margin-top: 20px;
    margin-bottom: 10px;
}

#top-cart {
    min-width: 100px;
    color: #41496d;
}
#top-cart .cart-items {
    color: #41496d;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
}
#top-cart i {
    transition: .4s all ease;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
    font-size: 34px;
}
#top-cart:hover i {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
span.rur {
    font-family: rub-arial-regular;
    text-transform: uppercase;
}
span.rur span {
    display: none;
}
.fa-shopping-cart{
    right: 5px;
    position: relative;
}
.fa-shopping-cart:before {
    content: "\f07a";
}

.cat-list {
    margin: 0 !important;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    color: #41496d;
    line-height: 1.2em;
    font-weight: 400;
    text-decoration: none;
}

.cat-list .woocommerce-loop-category__title {
    padding: 0 !important;
}

.cat-list a {
    color: #41496d;
}

.cat-list a mark {
    background: unset;
    color: #41496d;
}