
/*desktop*/
 @media only screen and (min-width: 1025px) {
        .masthead.-type-1 {
            position: relative;
            padding-top: 107px;
            padding-bottom: 100px;
        }
        .header .header-menu .menu a {
            font-size: 17px;
        }
        a.header-logo.mr-20.header-lodonew {
            margin-right: 270px !important;
        }

        .mainSearch1 .button-grid > * + * {
            border-left: 1px solid var(--color-border);
        }


        /*.mainSearch1 {
                border-radius: 10px;
        }
        .cardImage__content > img {
            height: 50%;
        }
        .ratio-1\:1::before {
            padding-bottom: 0%;
        }

        .border-custom{
                border: 1px solid;
        }*/










    } 

/*mobile*/

    @media only screen and (max-width: 1026px) {
            .masthead.-type-1 {
                padding-top: 100px;
                padding-bottom: 30px;
            }
            .padding-form {
                padding: 14px 12px;
/*                border: 1px solid;*/
            }
            .mainSearch1 {
                    border-radius: 10px;
            }
            /*.cardImage__content > img {
                height: 100%;
            }*/
            .ratio-1\:1::before {
            padding-bottom: 0%;
        }
    } 

    