@import url("responsive/mobile.css");
@import url("responsive/1152x864.css");
@import url("responsive/1280x1024.css");

@media screen and (max-width: 767px) and (min-width: 0) {
    .button-1x {
        font-size: 11px;
        padding: 4px 10px;
        font-weight: normal !important;
    }

    .button-2x {
        font-size: 12px;
        padding: 5px 25px;
    }

    .button-3x {
        font-size: 13px;
        padding: 5px 25px;
    }

    .button-4x {
        font-size: 13px;
        padding: 5px 25px;
    }

    .button-5x {
        font-size: 13px;
        padding: 5px 40px;
        font-weight: 200;
    }
}

@font-face {
    font-family: "Ionicons";
    font-display: swap ;
    font-weight: normal;
    font-style: normal;
    src: url("ionicons.eot");
    src: url("ionicons.eot") format("embedded-opentype"), url("ionicons.ttf") format("truetype"), url("ionicons.woff") format("woff"), url("ionicons.svg") format("svg");
}

.ion-arrow-down-b:before, .ion-ios-checkmark-outline:before, .ion-bag:before, .ion-ios-location:before, .ion-ios-pricetags:before, .ion-ios-information-outline:before, .ion-ios-close-empty:before, .ion-calendar:before, .ion-close-round:before, .ion-ios-locked:before, .ion-ios-plus-empty:before, .ion-eye:before, .ion-backspace:before, .ion-alert-circled:before, .ion-heart:before, .ion-navicon-round:before {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ion-navicon-round:before {
    content: "\f20d";
}

.ion-arrow-down-b:before {
    content: "\f104";
}

.ion-ios-checkmark-outline:before {
    content: "\f3fe";
}

.ion-bag:before {
    content: "\f110";
}

.ion-ios-location:before {
    content: "\f456";
}

.ion-ios-pricetags:before {
    content: "\f48f";
}

.ion-ios-close-empty:before {
    content: "\f404";
}

.ion-ios-information-outline:before {
    content: "\f44c";
}

.ion-calendar:before {
    content: "\f117";
}

.ion-backspace:before {
    content: "\f3bf";
}

.ion-alert-circled:before {
    content: "\f100";
}

.ion-ios-locked:before {
    content: "\f458";
}

.ion-heart:before {
    content: "\f141";
}

.ion-eye:before {
    content: "\f133";
}

.ion-close-round:before {
    content: "\f129"
}

.ion-ios-plus-empty:before {
    content: "\f489"
}