body {
    margin:0 !important;
    padding:0 !important;
    font-family: Roboto Slab;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}

h1.entry-title,h1.page-title {
    font-family: Roboto Slab;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center !important;
    text-transform: uppercase;
}

.pr-title {
    margin: 30px 0px 30px 0px !important;
}

.breadcrumb {
    text-align:left  !important;
    margin-left:0  !important;
}

.article-meta {
    text-align:left  !important;
}

.breadcrumb a {
    font-family: Roboto Slab;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: #565656 !important;
}

.breadcrumb a:hover {
    color: #6d6d6d !important;
}

.breadcrumb a span {
    color: #565656 !important;
}

.menu-bg {
    background-color:#D9D9D9;
}

.navbar-collapse {
    z-index:100
}

.menu {
    display:flex;
    align-content: flex-start;
    justify-content: flex-start;
    background-color:#D9D9D9;
    z-index:200;
}

.navbar {
    height:60px !important;
}

.navbar-nav {
    background-color:#D9D9D9;
    padding-bottom:9px;
    padding-right:120px;
}

@media screen and (max-width: 1024px) {
    .navbar-nav {
        padding-right:40px;
    }
}

.nav-link {
    font-family: "Roboto Slab";
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: #565656;
    padding:0 !important;
    white-space: nowrap;
}

.nav-link a {
    padding:0 !important;
    white-space: nowrap;
}

.active {
    font-family: "Roboto Slab";
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: none !important;
    color: #000000;
}

.nav-item {
    margin-left:0px;
    margin-right:40px;
    padding: 9px 0 0 0 !important;
}

.nav-telephone {
    padding:9px 0;
}

.nav-telephone-first {
    margin-right:50px;
}

.nav-telephone a {
    font-family: "Roboto Slab";
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration:none;
    color:#000000;
    white-space: nowrap;
}

.nav-telephone span {
    display:block;
    font-family: "Roboto Slab";
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;
    color:#000000;
    white-space: nowrap;
}

@media screen and (max-width: 1024px) {
    .nav-link {
        font-size: 12px;
    }

    .active {
        font-size: 12px;
    }

    .nav-item {
        margin-right:40px;
    }

    .nav-telephone a {
        font-size: 12px;
    }

    .nav-telephone span {
        font-size: 12px;
    }
}

header {
    display:flex;
    margin-top:15px;
    margin-bottom:20px;
}



.nav-logo {
    width: 122px;
    height: 61px;
    min-width: 122px;
    margin-left:-5px;
}

.search-menu {
    display:flex;
    align-items: center;
    justify-content: space-between;
}

.catalog-icon {
    width: 154px;
    min-width: 154px;
    height: 60px;
    border-radius: 10px;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    gap: 10px;
    background-color:#E5097F;
    margin-left:100px;
    display:flex;
    font-family: Roboto Slab;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;;
    letter-spacing: 0%;
    color:#FFFFFF;
    align-items: center;
    cursor:pointer;
}

.catalog-icon:hover {
    background-color: #d60776;
}

.catalog-icon img {
    width:29px;
    min-width:29px;
    height:21px;
    margin-right:12px;
}

.top-search {
    margin-left:40px;
    position:relative;
    width:100%;
}

.top-search2 {
    display:none;
    margin:15px 0 0 0;
    z-index:1;
}

.top-search input {
    width: 100%;
    height: 60px;
    border-radius: 10px;
    border-width: 1px;
    border: 1px solid #D9D9D9;
    padding:7px 75px 7px 20px;
}

.top-search button {
    width: 60px;
    height: 60px;
    position:absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color:#E5097F;
    border-width:0;
}

.top-search button:hover {
    background-color: #d60776;
}

.top-search button img {
    width: 27px;
    height: 27px;
}

.user-icon {
    margin-left:50px
}

.user-icon:hover img,.wishlist-icon:hover img,.compare-icon:hover img,.cart-icon:hover img {
    opacity:0.8
}

.user-icon img {
    width: 20px;
    height: 23px;
    min-width: 20px;
}

.wishlist-icon {
    margin-left:30px;
    position:relative;
}




.wishlist-icon img {
    width: 21px;
    height: 26px;
    min-width: 21px;
}

.wishlist-icon span, .compare-icon span, .cart-icon span  {
    position:absolute;
    top:-5px;
    right:-5px;
    width: 16px;
    height: 16px;
    background-color:#E5097F;
    border-radius:8px;
    font-family: Roboto Slab;
    font-weight: 700;
    font-size: 8px;
    line-height: 8px;
    letter-spacing: 0%;
    text-align: center;
    color:#ffffff;
    text-align:center;
    padding-top:4px;
    padding-left:1px;
}

.compare-icon {
    margin-left:30px;
    position:relative;
}

.compare-icon img {
    width: 31px;
    min-width: 31px;
    height: 26px;
}

.cart-icon {
    margin-left:30px;
    position:relative;
}

.cart-icon img {
    width: 26px;
    min-width: 26px;
    height: 26px;
}

.cart-text a {
    margin-left:10px;
    font-family: Roboto Slab;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color:#E5097F;
    text-decoration: none;
    white-space: nowrap;
}


@media screen and (max-width: 920px) {
    .cart-text {
        display:none
    }
    .catalog-icon {
        display:none
    }
}

@media screen and (max-width: 768px) {
    .top-search {
        display:none
    }

    .top-search2 {
        display:block;
    }
}






section {
    margin-bottom:100px;
}

section h2 {
    font-family: Roboto Slab;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color:#000000;
    text-align:center;
}

@media screen and (max-width: 650px) {
    section h2 {
        font-size: 30px;
    }
}

.slider-preview {
    width:100%;
    height:450px;
    background-repeat: no-repeat;
    background-size: cover;
    padding:130px 25px 0px 25px;
    text-align: center;
    font-family: Roboto Slab;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;
}

.slider-preview h2 {
    font-family: Roboto Slab;
    font-weight: 700;
    font-size: 58px;
    line-height: 70px;
    letter-spacing: 0%;
    color:#ffffff;
    text-transform: capitalize;
    margin-bottom:20px
}

.slider-preview h2 span {
    font-family: Roboto Slab;
    font-weight: 700;
    font-size: 58px;
    line-height: 70px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color:#ffffff;
}

@media screen and (max-width: 1024px) {
    .slider-preview {
        height:350px;
        padding-top:110px;
        font-size: 20px;
    }

    .slider-preview h2 {
        font-size: 48px;
        line-height: 60px;
    }

    .slider-preview h2 span {
        font-size: 48px;
        line-height: 60px;
    }
}

@media screen and (max-width: 768px) {
    .slider-preview {
        height:300px;
        padding-top:80px;
        font-size: 18px;
    }

    .slider-preview h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .slider-preview h2 span {
        font-size: 40px;
        line-height: 50px;
    }
}

@media screen and (max-width: 430px) {
    .slider-preview {
        height:250px;
        padding-top:60px;
        font-size: 15px;
        line-height: 20px;
    }

    .slider-preview h2 {
        font-size: 25px;
        line-height: 39px;
    }

    .slider-preview h2 span {
        font-size: 25px;
        line-height: 39px;
    }
}

.products {
    margin: 40px -7px 20px -7px
}

.product-col {
    padding: 0px;
}

.product-item {
    border: 1px solid #D9D9D9 !important;
    padding:16px 14px;
    position:relative;
    text-align: center;
}

.label-stock {
    position:absolute;
    top:16px;
    right:0;
    width: 84px;
    height: 23px;
    font-family: Roboto Slab;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color:#000000;
    background:#00DDFF;
    padding-top:4px;
}

.label-new {
    position:absolute;
    top:44px;
    right:0;
    width: 84px;
    height: 23px;
    font-family: Roboto Slab;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color:#000000;
    background:#00E90C;
    padding-top:4px;
}

.label-hot {
    position:absolute;
    top:72px;
    right:0;
    width: 84px;
    height: 23px;
    font-family: Roboto Slab;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color:#000000;
    background:#FF50AE;
    padding-top:4px;
}

.product-preview {
    background: #F5F5F5;
    padding:10px;
    border-radius:10px;
    width:100%;
    aspect-ratio: 1 / 1;
}

.product-preview img {
    margin:auto;
}

.label-wishlist {
    position:absolute;
    width: 13px;
    height: 16px;
    top: 27px;
    left: 27px;
    background:url('../images/wishlist-black.svg');
    background-repeat: no-repeat;
    background-size: cover;
    cursor:pointer;
}

.label-wishlist:hover {
    background:url('../images/wishlist-pink.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.label-compare {
    position:absolute;
    width: 19px;
    height: 16px;
    top: 26px;
    left: 57px;
    background:url('../images/compare-black.svg');
    background-repeat: no-repeat;
    background-size: cover;
    cursor:pointer;
}

.label-compare:hover {
    background:url('../images/compare-pink.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.product-title {
    margin-top:10px;
    min-height:35px;    
}

.product-title a {
    font-family: Roboto Slab;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color:#000000;
    text-decoration: none;
}

.product-price {
    font-family: Roboto Slab;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    color:#565656;
}

.product-price span {
    font-family: Roboto Slab;
    font-weight: 700;
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    color:#000000;
}

.product-buttons {
    margin-top:10px;
    display:flex;
    justify-content: center;
}

.product-cart {
    margin-right:7px !important;
    padding: 7px 12px !important;
    height: 45px !important;
    border-radius: 10px !important;
    background-color: #E5097F !important;
    text-decoration-color: #E5097F !important;
    font-family: Roboto Slab !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 30px !important;
    letter-spacing: 0% !important;
    text-align: center !important;
    border:1px #E5097F solid !important;
    color:#ffffff !important;
    white-space: nowrap !important;
}

.product-cart:hover { 
color: #E5097F !important;
}

.shop-item__buttons-cart {
    margin-right:7px !important;
    padding: 7px 12px !important;
    height: 45px !important;
    border-radius: 10px !important;
    font-family: Roboto Slab !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 30px !important;
    letter-spacing: 0% !important;
    text-align: center !important;
    white-space: nowrap !important;
}

.added_to_cart,.wc-forward {
    display:none;
}



.product-configurator {
    padding: 7px 12px;
    height: 45px;
    border-radius: 10px;
    background-color: #000000;
    font-family: Roboto Slab;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    border-width:0;
    color:#ffffff;
}

.product-configurator:hover { 
    background-color: #565656;
}

@media screen and (max-width: 1024px) {
    .product-cart {
        padding: 0 8px;
        font-size: 12px;
        height: 35px;
    }

    .product-configurator {
        padding: 0 8px;
        font-size: 12px;
        height: 35px;
    }
}

.products-all {
    text-align:center;
    padding-top:40px;
}

.button-gray {
    padding:15px 50px;
    border-radius: 10px;
    background-color:#565656;
    color:#ffffff;
    font-family: Roboto Slab;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    text-decoration:none;
}

.button-gray:hover {
    background-color:#707070;
    color:#ffffff;
}


.about-col {
    text-align:center;  
    font-family: Roboto Slab;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #565656;
    padding: 0px 20px 30px 20px;
}

.about-col h3 {
    font-family: Roboto Slab;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color:#000000;
    margin-bottom:20px
}

.about-col h3 span {
    font-family: Roboto Slab;
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color:#000000;
}



@media screen and (max-width: 650px) {
    .about-col h3 {
        font-size: 30px;
    }

    .about-col h3 span {
        font-size: 30px;
    }

    .about-col {
        font-size: 16px;
    }
}

.brands {
    display:flex;
    flex-wrap: wrap;
    justify-content:center;
    margin: 40px 0 0 0 ;
}

.brands-item { 
    width:82px;
    height:82px;
    padding:5px;
    margin:5px;
    display:flex;
    align-items: center;
}

.brands-item img { 
    max-width:72px;
    max-height:72px;
    cursor:pointer;
}

.brands-big .brands-item { 
    width:110px;
    height:110px;
}

.brands-big .brands-item img { 
    max-width:100px;
    max-height:100px;
}

.brands-item:hover { 
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
}


.services {
    display:flex;
    flex-wrap: wrap;
    justify-content:space-between;
    margin: 20px 0 0 0 ;
}

.services-item { 
    width:25%;
    padding:5px;
    font-family: Roboto Slab;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: center;
    color:#000000;
    text-align:center
}

.services-item img { 
    max-width:204px;
    max-height:204px;
    cursor:pointer;
    display:block;
    margin:auto
}

.services-item div { 
    width:150px;
    margin: 0 auto 20px auto
}

.services-item:hover { 
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
}

@media screen and (max-width: 768px) {
    .services-item { 
        width:50%;
        font-size: 16px;
        line-height: 23px;
    }

    .services-item img { 
        max-width:150px;
        max-height:150px;
    }

    .services-item div { 
        width:120px;
    }
}

@media screen and (max-width: 430px) {
    .services-item { 
        font-size: 16px;
        line-height: 23px;
    }

    .services-item img { 
        max-width:150px;
        max-height:150px;
    }

    .services-item div { 
        width:120px;
    }
}


.call {
    background-color: #F5F5F5;
    padding:100px;
    text-align: center;
}

.call p {
    font-family: Roboto Slab;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin: 10px 0 40px 0;
}

.call form {
    display:flex;
    justify-content: space-between;
}

.call input {
    width:90%;
    height: 60px;
    border-radius: 10px;
    border-width: 1px;
    border: 1px solid #D9D9D9;
    padding:15px;
    margin:10px;
    font-family: Roboto Slab;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0%;
}

.call button, .call input[type="submit"]  {
    width: 90%;
    height: 60px;
    border-radius: 10px;
    border-width: 1px;
    background: #E5097F;
    border: 1px solid #E5097F;
    color:#ffffff;
    font-family: Roboto Slab;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    margin:10px;
}

.call button:hover, .call input[type="submit"]:hover {
    background: #ee0f86;
    border: 1px solid #ee0f86;
}

@media screen and (max-width: 1024px) {

    .call {
        padding:50px;
    }

    .call form {
        flex-wrap: wrap;
    }

    .call input {
        min-width:300px;
    }

    .call button {
        min-width:300px;
    }
}


footer {
    background-color:#565656;
    min-height:368px;
}

.logo-footer {
    width: 122px;
    height: 61px;
    margin-bottom:20px;
}

.footer-col {
    padding-top:40px;
}

.footer-text {
    font-family: Roboto Slab;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color:#FFFFFF;
    margin-bottom:20px;
}

.footer-telephone {
    margin-bottom:30px;
}

.footer-telephone a {
    font-family: Roboto Slab;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration:none;
    color:#ffffff;
    white-space:nowrap;
}

.footer-telephone span {
    display:block;
    font-family: Roboto Slab;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color:#ffffff;
    white-space:nowrap;
}

footer h2 {
    font-family: Roboto Slab;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0%;
    color:#ffffff;
    text-transform: uppercase;
}

footer ul{
    list-style-type: none;
    margin:20px 0 0 0;
    padding:0 0 40px 0;
}

footer ul li{
    padding:0 0 2px 0;
    margin:0;
}

footer ul li a {
    font-family: Roboto Slab;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #D9D9D9
}

.copyright {
    min-height: 60px;
    background: #000000;
    padding:15px 0;
    text-align:center
}

.copyright ul{
    list-style-type: none;
    margin:auto;
}

.copyright ul li{
    display: inline;
    padding:8px 16px;
}

.copyright ul li a {
    font-family: Roboto Slab;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: #D9D9D9
}

.copyright ul li a.active { 
    font-family: Roboto Slab;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    text-decoration:none !important;
}

@media screen and (max-width: 650px) {
    .copyright ul li{
        display: block;
        padding:5px 0px;
    }
}

.button-pink-large {
    padding:20px 32px;
    border-radius: 10px;
    border-width: 1px;
    border: 1px solid #E5097F;
    background: #E5097F;
    font-family: Roboto Slab;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    text-decoration:none;
}

.button-pink-large:hover {
    border: 1px solid #d60776;
    background-color: #d60776;
}

.testimonials {
    margin: 20px -20px 20px 0;
}

.testimonial {
    float:left;
    width: 250px;
    height: 393px;
    border-width: 1px;
    font-family: Roboto Slab;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    color:#565656;
    padding:28px;
    border: 1px solid #D9D9D9;
    margin-top:40px;
    overflow:hidden;
    margin-right:20px;
}

.testimonial:hover {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
}

.stars {
    margin-bottom:20px;
}

.stars img {
    width:20px;
    height:20px;
}

.testimonial-author {
    margin-top:10px;
    display:flex;
    font-family: Roboto Slab;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
}

.testimonial-author img {
    width:49px;
    height:49px;
    margin-right:12px;
}

.clear {
    clear:both
}


        .catalog-menu {
            border: 1px #D9D9D9 solid;
            padding:0px 15px 15px 15px;
            margin-bottom:30px;
        }

        .catalog-menu h4 {
            font-family: Roboto Slab;
            font-weight: 400;
            font-style: Regular;
            font-size: 12px;
            leading-trim: NONE;
            line-height: 100%;
            letter-spacing: 0%;
            text-transform: uppercase;
            color:##565656;
            margin-top:20px;
            margin-bottom:15px;
        }

        .catalog-reset {
            background-color:#D9D9D9;
            color:#000000;
            border-radius:10px;
            padding:8px;
            text-align:center;
            font-family: Roboto Slab;
            font-weight: 400;
            font-style: Regular;
            font-size: 14px;
            leading-trim: NONE;
            line-height: 30px;
            letter-spacing: 0%;
            text-align: center;
            border-width:0;
            margin-right:5px;
            width:100px;
        }

        .catalog-apply {
            background-color:#000000;
            color: #FFFFFF;
            border-radius:10px;
            padding:8px;
            text-align:center;
            font-family: Roboto Slab;
            font-weight: 400;
            font-style: Regular;
            font-size: 14px;
            leading-trim: NONE;
            line-height: 30px;
            letter-spacing: 0%;
            text-align: center;
            border-width:0;
            width:100px;
        }

        .menu-brands {
            display:flex;
            flex-wrap: wrap;
            margin-top:15px;
        }

        .menu-brand {
            font-family: Roboto Slab;
            font-weight: 400;
            font-style: Regular;
            font-size: 13px;
            line-height: 100%;
            letter-spacing: 0%;
            text-transform: uppercase;
            color:#464545;
            border-radius:5px;
            border: 1px #D9D9D9 solid;
            padding: 5px 10px;
            margin:0 5px 5px 0;
            display:inline;
            cursor:pointer;
            text-align:center;
        }

        .menu-brand:hover, .menu-brand-active {
            background-color: #D9D9D9
        }

        .menu-brand2 {
            width:90px;
        }

        .menu-select {
            width:100%;
            border: 1px #D9D9D9 solid;
            border-radius:5px;
            padding:8px;
        }

        .menu-ranges {
            display:flex;
            justify-content: space-between;
            align-items: center;
        }

        .menu-ranges div {
            padding:5px;
            font-family: Roboto Slab;
            font-weight: 400;
            font-style: Regular;
            font-size: 16px;
            leading-trim: NONE;
            line-height: 100%;
            letter-spacing: 0%;
            text-transform: uppercase;
            color:#000000;
        }

        .menu-ranges input {
            border: 1px #D9D9D9 solid;
            border-radius:5px;
            padding:3px 10px;
            width:80px;
        } 
        
        .menu-show {
            text-align:right;
        }

        .menu-show a,.menu-hide a {
            font-family: Roboto Slab;
            font-weight: 400;
            font-style: Regular;
            font-size: 12px;
            leading-trim: NONE;
            line-height: 100%;
            letter-spacing: 0%;
            text-decoration: underline;
            text-decoration-style: solid;
            text-decoration-offset: 0%;
            text-decoration-thickness: 0%;
            color: #565656
        }

        .menu-hide {
            display:none;
            text-align:right;
        }