@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@400;500;600;700&display=swap');
body {
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Montserrat Alternates', sans-serif !important;
}
.categories-h__title {
    vertical-align: middle;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}
.categories-h__item:nth-child(1) {
    background: #c44c72;
}
main {
    background-image: url('/wa-data/public/site/themes/mastershop/img/fon.png');
    background-color: #caffff;
    background-position: bottom;
}
.header-menu__item a {
    font-weight: 600;
    text-transform: uppercase;
}
#main-content .l-wrapper {
    background: #ffffffd1;
}
.categories-h {
    margin: 0;
}
.margin-header {
    padding-top: 30px;
}
.inner-page {
    margin: 0;
    padding-bottom: 30px;
}
.header-logo {
    width: 300px;
}
.header-address-outer {
    font-size: 14px;
    font-weight: 600;
}
.footer {
    font-size: 14px;
    font-weight: 500;
}
.footer-contacts {
    font-size: 14px;
}
.footer-subs-contacts {
    border-bottom: 1px solid #333333;
}
.header-address-outer {
    color: #c44c72;
}
.header-phone {
   color: #c44c72;
}
.bullets {
    background: #caffff;
}
.categories-tile-item__inner {
    padding: 10px 10px 10px;
}
.categories-tile-item__image {
    height: 200px;
}
.categories-tile-item__title { 
    text-transform: uppercase;
}
.categories-h__icon {
    max-height: 48px;
    max-width: 48px;
    margin: 0 7px 0 0;
}
.categories-vu__icon img {
    max-width: 48px;
    max-height: 48px;
}
.pagination li a, .pagination li span {
    background: #d81b60;
    color: white;
}
.items-list__head .h1, .items-list__head .h3, .items-list__head h1, .items-list__head h3 {
    color: #c44c72;
}
.messenger a {
    font-size: 32px;
    color: #c44c72;
    padding-right: 15px;
}
#product-card-total-price {
    font-size: 14px;
}

.wa-details-rates-section {
    display: none;
}
.wa-item-shipping {
    display: none !important;
}
.wa-delivery-variant .wa-price {
    display: none;
}
.shop-regions-window__link {
    color: #000 !important;
}
.fa-viber {
    color: #c44c72;
}
.with-large-btn .product-tile__price {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 0 0 10px 0;
    flex-wrap: wrap;
}
.with-large-btn .product-tile__add2cart {
    width: 100%;
    display: flex;
}
.newprice {
    font-size: 12px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-right: 20px;
    
}
.newprice:nth-child(1) {
    width: calc(35% - 20px);
}
.newprice:nth-child(2) {
    width: calc(65% - 20px);
}
.newprice_title{
    width: 100%;
}
.discont {
    font-size: 16px;
    margin-left: 10px;
    background: #18c139;
    color: #fff;
}
.header-menu__item:nth-child(1) {
    background: #c44c72;
    font-size: 22px;
}
@media (max-width: 500px) {
    .product-tile__add2cart {
        width: 100%!important;
    }
    .product-card__total-price {
        font-size: 14px;
    }
    .header-logo img {
        max-width: 230px;
        max-height: 50px;
    }
}
@media (max-width: 650px) {
    .header-logo {
        width: auto;
        text-align: center;
        display: block;
        padding: 0;
    }
    .header-logo img {
        max-width: 230px;
        max-height: 80px;
    }
}
@media (min-width: 1101px) {
    .header-content {
        width: calc(100% - 300px - 2%);
    }
}
#main-content .l-wrapper {
    padding-top: 30px;
}
.product-tile__add2cart .cart-qty {
    margin: 0 10px 10px 0;
}
.product-card__total-price { 
    font-size:14px; 
    width: 100%;
    margin-top: 10px;
}
