li.tlr-profile a::before{
    content: url(../img/user.svg) !important;
}

li.tlr-cart a::before{
    content: url(../img/cart.svg) !important;
}
body li.tlr-cart,body  li.tlr-profile{
    margin: auto 10px !important;
}
li.tlr-cart n{
width: 14px;
    height: 14px;
    font-size: 10px;
    background-color: black;
    border-radius: 50%;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    right: -10px;
    top: 4px;
    color: white;
    text-align: center;
}
.tlr-cart-profile{
    text-decoration: none;
    list-style: none;
    display: flex;
    padding: 0px 20px;
}
li.tlr-cart{
    position: relative;
}
.tlr-products{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tlr-products > .item{
    flex: 0 0 32%;
    margin-bottom: 60px;
}
.tlr-products.col-4 > .item{
    flex: 0 0 24%;
}
.tlr-products.col-2 > .item{
    flex: 0 0 48%;
}
.tlr-products.col-5 > .item{
    flex: 0 0 19.5%;
}

.tlr-products > .item a{
text-decoration: none;
}
.tlr-products > .item img{
    max-width: 100%;
}

.tlr-products a{
    text-decoration: none;
}

.tlr-products .maker{
    text-transform: uppercase;
    margin-top: 10px;
}
.tlr-products .rigth_details{
        display: flex;
        justify-content: flex-end;
        margin-left: auto;
        flex-direction: row;
        flex-wrap: wrap;
}
.tlr-products .details {
    display: flex;
    padding-right: 20px;
}
.tlr-products .more_details .season {
    text-align: left;
    font: normal normal normal 12px/22px Roboto;
    letter-spacing: 1.2px;
    color: gray;
    text-transform: uppercase;
}
.tlr-products .more_details h3.title {
    text-align: left;
    font: normal normal normal 16px/24px Roboto;
    letter-spacing: .16px;
    color: #1d1d1d;
    opacity: 1;
}
.tlr-products .more_details .maker {
    text-align: left;
    font: normal normal normal 12px/22px Roboto;
    letter-spacing: .12px;
    color: gray;
    opacity: 1;
    text-transform: capitalize;
}

.tlr-products .details span.price {
    text-align: left;
    font: normal normal normal 16px/24px Roboto;
    letter-spacing: .16px;
    color: #1d1d1d;
    opacity: 1;
    display: block;
    white-space: pre;
}

.tlr-products span.label {
    padding: 0 8px;
    font: normal normal normal 12px/24px Roboto;
    letter-spacing: .16px;
    position: relative;
    display: flex;
    margin-right: 5px;
    font-weight: 500;
    margin-bottom: 5px;
}
.pagination .list-pagination{
    display: flex;
    list-style-type: none;
    justify-content: center;
    align-items: center;
}
.pagination .list-pagination li a
{
    font-weight: bold;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.pagination .list-pagination li.active a
{
    background-color: #333;
    color: white;
    border-radius: 50%;
}
.tlr-countrys{
    display: flex;
    justify-content: center;
    align-items: center;
}
select.country-form{
    background-color: transparent;
    border: 0px;
    max-width: 200px;
}
.page-template-template-single-product .ast-container{
    flex-direction: column;
    max-width: 100% !important;
}
.page-template-template-single-product .ast-container .product-main-wrap{
    display: flex;
}
.page-template-template-single-product .title_product{
font-size: 30px;
line-height: 36px;
color: #304781;
margin-bottom: 50px;
}
.page-template-template-single-product .right-part
{
    padding: 10px 20px;

}
.page-template-template-single-product  .price {
    font-size: 30px;
    line-height: 36px;
    color: #304781;
}
.page-template-template-single-product .cta-section {
    margin-top: 60px;
}
.page-template-template-single-product .cta-section a{
    width: 370px;
    display: block;
    background-color: #304781;
    color: white;
    height: 60px;
    font-size: 24px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: space-between;
}
.page-template-template-single-product .cta-section a::after{
    content: url(../img/shopping-bag.png) !important;
}
@media only screen and (max-width: 1024px)  {
    .tlr-products > .item{
        flex: 0 0 100%;
    }

    .tlr-products.col-mobile-2 > .item{
        flex: 0 0 48%;
    }

}