body {
    font-family: "Roboto Regular", sans-serif;
}


/**
 * --------------------------------------------------------------------
 * Arial
 * --------------------------------------------------------------------
 */

@font-face {
    font-family: "Arial Regular";
    font-display: auto;
    src: local("Arial Regular"), url("../fonts/Arial/arial.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


/**
 * --------------------------------------------------------------------
 * Verdana
 * --------------------------------------------------------------------
 */

@font-face {
    font-family: "Verdana Regular";
    font-display: auto;
    src: local("Verdana Regular"), url("../fonts/Fonts/Verdana.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Verdana Bold";
    font-display: auto;
    src: local("Verdana Bold"), url("../fonts/Fonts/Verdana-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


/**
 * --------------------------------------------------------------------
 * Roboto
 * --------------------------------------------------------------------
 */

@font-face {
    font-family: "Roboto Regular";
    font-display: auto;
    src: local("Roboto Regular"), url("../fonts/Fonts/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Black";
    font-display: auto;
    src: local("Roboto Black"), url("../fonts/Fonts/Roboto-Black.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Bold Italic";
    font-display: auto;
    src: local("Roboto Bold Italic"), url("../fonts/Fonts/Roboto-BoldItalic.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Bold";
    font-display: auto;
    src: local("Roboto Bold"), url("../fonts/Fonts/Roboto-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Medium";
    font-display: auto;
    src: local("Roboto Medium"), url("../fonts/Fonts/Roboto-Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Light Italic";
    font-display: auto;
    src: local("Roboto Light Italic"), url("../fonts/Fonts/Roboto-LightItalic.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@media (min-width: 1600px) {
    .uk-grid-2-xl {
        margin-left: -2px !important;
    }
    .uk-grid-2-xl>* {
        padding-left: 2px !important;
    }
    .uk-grid-2-xl>.uk-grid-margin {
        margin-top: 2px !important;
    }
}

@media (min-width: 1200px) {
    .uk-grid-2-l {
        margin-left: -2px !important;
    }
    .uk-grid-2-l>* {
        padding-left: 2px !important;
    }
    .uk-grid-2-l>.uk-grid-margin {
        margin-top: 2px !important;
    }
}

@media (min-width: 960px) {
    .uk-grid-2-m {
        margin-left: -2px !important;
    }
    .uk-grid-2-m>* {
        padding-left: 2px !important;
    }
    .uk-grid-2-m>.uk-grid-margin {
        margin-top: 2px !important;
    }
}

@media (min-width: 640px) {
    .uk-grid-2-s {
        margin-left: -2px !important;
    }
    .uk-grid-2-s>* {
        padding-left: 2px !important;
    }
    .uk-grid-2-s>.uk-grid-margin {
        margin-top: 2px !important;
    }
}

.uk-grid-2 {
    margin-left: -2px;
}

.uk-grid-2>* {
    padding-left: 2px;
}

.uk-grid-2>.uk-grid-margin {
    margin-top: 2px;
}

@media (min-width: 1600px) {
    .uk-grid-3-xl {
        margin-left: -3px !important;
    }
    .uk-grid-3-xl>* {
        padding-left: 3px !important;
    }
    .uk-grid-3-xl>.uk-grid-margin {
        margin-top: 3px !important;
    }
}

@media (min-width: 1200px) {
    .uk-grid-3-l {
        margin-left: -3px !important;
    }
    .uk-grid-3-l>* {
        padding-left: 3px !important;
    }
    .uk-grid-3-l>.uk-grid-margin {
        margin-top: 3px !important;
    }
}

@media (min-width: 960px) {
    .uk-grid-3-m {
        margin-left: -3px !important;
    }
    .uk-grid-3-m>* {
        padding-left: 3px !important;
    }
    .uk-grid-3-m>.uk-grid-margin {
        margin-top: 3px !important;
    }
}

@media (min-width: 640px) {
    .uk-grid-3-s {
        margin-left: -3px !important;
    }
    .uk-grid-3-s>* {
        padding-left: 3px !important;
    }
    .uk-grid-3-s>.uk-grid-margin {
        margin-top: 3px !important;
    }
}

.uk-grid-3 {
    margin-left: -3px;
}

.uk-grid-3>* {
    padding-left: 3px;
}

.uk-grid-3>.uk-grid-margin {
    margin-top: 3px;
}

@media (min-width: 1600px) {
    .uk-grid-4-xl {
        margin-left: -4px !important;
    }
    .uk-grid-4-xl>* {
        padding-left: 4px !important;
    }
    .uk-grid-4-xl>.uk-grid-margin {
        margin-top: 4px !important;
    }
}

@media (min-width: 1200px) {
    .uk-grid-4-l {
        margin-left: -4px !important;
    }
    .uk-grid-4-l>* {
        padding-left: 4px !important;
    }
    .uk-grid-4-l>.uk-grid-margin {
        margin-top: 4px !important;
    }
}

@media (min-width: 960px) {
    .uk-grid-4-m {
        margin-left: -4px !important;
    }
    .uk-grid-4-m>* {
        padding-left: 4px !important;
    }
    .uk-grid-4-m>.uk-grid-margin {
        margin-top: 4px !important;
    }
}

@media (min-width: 640px) {
    .uk-grid-4-s {
        margin-left: -4px !important;
    }
    .uk-grid-4-s>* {
        padding-left: 4px !important;
    }
    .uk-grid-4-s>.uk-grid-margin {
        margin-top: 4px !important;
    }
}

.uk-grid-4 {
    margin-left: -4px;
}

.uk-grid-4>* {
    padding-left: 4px;
}

.uk-grid-4>.uk-grid-margin {
    margin-top: 4px;
}

@media (min-width: 1600px) {
    .uk-grid-5-xl {
        margin-left: -5px !important;
    }
    .uk-grid-5-xl>* {
        padding-left: 5px !important;
    }
    .uk-grid-5-xl>.uk-grid-margin {
        margin-top: 5px !important;
    }
}

@media (min-width: 1200px) {
    .uk-grid-5-l {
        margin-left: -5px !important;
    }
    .uk-grid-5-l>* {
        padding-left: 5px !important;
    }
    .uk-grid-5-l>.uk-grid-margin {
        margin-top: 5px !important;
    }
}

@media (min-width: 960px) {
    .uk-grid-5-m {
        margin-left: -5px !important;
    }
    .uk-grid-5-m>* {
        padding-left: 5px !important;
    }
    .uk-grid-5-m>.uk-grid-margin {
        margin-top: 5px !important;
    }
}

@media (min-width: 640px) {
    .uk-grid-5-s {
        margin-left: -5px !important;
    }
    .uk-grid-5-s>* {
        padding-left: 5px !important;
    }
    .uk-grid-5-s>.uk-grid-margin {
        margin-top: 5px !important;
    }
}

.uk-grid-5 {
    margin-left: -5px;
}

.uk-grid-5>* {
    padding-left: 5px;
}

.uk-grid-5>.uk-grid-margin {
    margin-top: 5px;
}

@media (min-width: 1600px) {
    .uk-grid-10-xl {
        margin-left: -10px !important;
    }
    .uk-grid-10-xl>* {
        padding-left: 10px !important;
    }
    .uk-grid-10-xl>.uk-grid-margin {
        margin-top: 10px !important;
    }
}

@media (min-width: 1200px) {
    .uk-grid-10-l {
        margin-left: -10px !important;
    }
    .uk-grid-10-l>* {
        padding-left: 10px !important;
    }
    .uk-grid-10-l>.uk-grid-margin {
        margin-top: 10px !important;
    }
}

@media (min-width: 960px) {
    .uk-grid-10-m {
        margin-left: -10px !important;
    }
    .uk-grid-10-m>* {
        padding-left: 10px !important;
    }
    .uk-grid-10-m>.uk-grid-margin {
        margin-top: 10px !important;
    }
}

@media (min-width: 640px) {
    .uk-grid-10-s {
        margin-left: -10px !important;
    }
    .uk-grid-10-s>* {
        padding-left: 10px !important;
    }
    .uk-grid-10-s>.uk-grid-margin {
        margin-top: 10px !important;
    }
}

.uk-grid-10 {
    margin-left: -10px;
}

.uk-grid-10>* {
    padding-left: 10px;
}

.uk-grid-10>.uk-grid-margin {
    margin-top: 10px;
}

@media (min-width: 1600px) {
    .uk-grid-20-xl {
        margin-left: -20px !important;
    }
    .uk-grid-20-xl>* {
        padding-left: 20px !important;
    }
    .uk-grid-20-xl>.uk-grid-margin {
        margin-top: 20px !important;
    }
}

@media (min-width: 1200px) {
    .uk-grid-20-l {
        margin-left: -20px !important;
    }
    .uk-grid-20-l>* {
        padding-left: 20px !important;
    }
    .uk-grid-20-l>.uk-grid-margin {
        margin-top: 20px !important;
    }
}

@media (min-width: 960px) {
    .uk-grid-20-m {
        margin-left: -20px !important;
    }
    .uk-grid-20-m>* {
        padding-left: 20px !important;
    }
    .uk-grid-20-m>.uk-grid-margin {
        margin-top: 20px !important;
    }
}

@media (min-width: 640px) {
    .uk-grid-20-s {
        margin-left: -20px !important;
    }
    .uk-grid-20-s>* {
        padding-left: 20px !important;
    }
    .uk-grid-20-s>.uk-grid-margin {
        margin-top: 20px !important;
    }
}

.uk-grid-20 {
    margin-left: -20px;
}

.uk-grid-20>* {
    padding-left: 20px;
}

.uk-grid-20>.uk-grid-margin {
    margin-top: 20px;
}

@media (min-width: 1600px) {
    .uk-grid-30-xl {
        margin-left: -30px !important;
    }
    .uk-grid-30-xl>* {
        padding-left: 30px !important;
    }
    .uk-grid-30-xl>.uk-grid-margin {
        margin-top: 30px !important;
    }
}

@media (min-width: 1200px) {
    .uk-grid-30-l {
        margin-left: -30px !important;
    }
    .uk-grid-30-l>* {
        padding-left: 30px !important;
    }
    .uk-grid-30-l>.uk-grid-margin {
        margin-top: 30px !important;
    }
}

@media (min-width: 960px) {
    .uk-grid-30-m {
        margin-left: -30px !important;
    }
    .uk-grid-30-m>* {
        padding-left: 30px !important;
    }
    .uk-grid-30-m>.uk-grid-margin {
        margin-top: 30px !important;
    }
}

@media (min-width: 640px) {
    .uk-grid-30-s {
        margin-left: -30px !important;
    }
    .uk-grid-30-s>* {
        padding-left: 30px !important;
    }
    .uk-grid-30-s>.uk-grid-margin {
        margin-top: 30px !important;
    }
}

.uk-grid-30 {
    margin-left: -30px;
}

.uk-grid-30>* {
    padding-left: 30px;
}

.uk-grid-30>.uk-grid-margin {
    margin-top: 30px;
}

@media (min-width: 1600px) {
    .uk-grid-40-xl {
        margin-left: -40px !important;
    }
    .uk-grid-40-xl>* {
        padding-left: 40px !important;
    }
    .uk-grid-40-xl>.uk-grid-margin {
        margin-top: 40px !important;
    }
}

@media (min-width: 1200px) {
    .uk-grid-40-l {
        margin-left: -40px !important;
    }
    .uk-grid-40-l>* {
        padding-left: 40px !important;
    }
    .uk-grid-40-l>.uk-grid-margin {
        margin-top: 40px !important;
    }
}

@media (min-width: 960px) {
    .uk-grid-40-m {
        margin-left: -40px !important;
    }
    .uk-grid-40-m>* {
        padding-left: 40px !important;
    }
    .uk-grid-40-m>.uk-grid-margin {
        margin-top: 40px !important;
    }
}

@media (min-width: 640px) {
    .uk-grid-40-s {
        margin-left: -40px !important;
    }
    .uk-grid-40-s>* {
        padding-left: 40px !important;
    }
    .uk-grid-40-s>.uk-grid-margin {
        margin-top: 40px !important;
    }
}

.uk-grid-40 {
    margin-left: -40px;
}

.uk-grid-40>* {
    padding-left: 40px;
}

.uk-grid-40>.uk-grid-margin {
    margin-top: 40px;
}

@media (min-width: 1600px) {
    .uk-grid-50-xl {
        margin-left: -50px !important;
    }
    .uk-grid-50-xl>* {
        padding-left: 50px !important;
    }
    .uk-grid-50-xl>.uk-grid-margin {
        margin-top: 50px !important;
    }
}

@media (min-width: 1200px) {
    .uk-grid-50-l {
        margin-left: -50px !important;
    }
    .uk-grid-50-l>* {
        padding-left: 50px !important;
    }
    .uk-grid-50-l>.uk-grid-margin {
        margin-top: 50px !important;
    }
}

@media (min-width: 960px) {
    .uk-grid-50-m {
        margin-left: -50px !important;
    }
    .uk-grid-50-m>* {
        padding-left: 50px !important;
    }
    .uk-grid-50-m>.uk-grid-margin {
        margin-top: 50px !important;
    }
}

@media (min-width: 640px) {
    .uk-grid-50-s {
        margin-left: -50px !important;
    }
    .uk-grid-50-s>* {
        padding-left: 50px !important;
    }
    .uk-grid-50-s>.uk-grid-margin {
        margin-top: 50px !important;
    }
}

.uk-grid-50 {
    margin-left: -50px;
}

.uk-grid-50>* {
    padding-left: 50px;
}

.uk-grid-50>.uk-grid-margin {
    margin-top: 50px;
}

@media (min-width: 1600px) {
    .mb-0-xl {
        margin-bottom: 0px !important;
    }
}

@media (min-width: 1200px) {
    .mb-0-l {
        margin-bottom: 0px !important;
    }
}

@media (min-width: 960px) {
    .mb-0-m {
        margin-bottom: 0px !important;
    }
}

@media (min-width: 640px) {
    .mb-0-s {
        margin-bottom: 0px !important;
    }
}

.mb-0 {
    margin-bottom: 0px;
}

@media (min-width: 1600px) {
    .mb-10-xl {
        margin-bottom: 10px !important;
    }
}

@media (min-width: 1200px) {
    .mb-10-l {
        margin-bottom: 10px !important;
    }
}

@media (min-width: 960px) {
    .mb-10-m {
        margin-bottom: 10px !important;
    }
}

@media (min-width: 640px) {
    .mb-10-s {
        margin-bottom: 10px !important;
    }
}

.mb-10 {
    margin-bottom: 10px;
}

@media (min-width: 1600px) {
    .mb-20-xl {
        margin-bottom: 20px !important;
    }
}

@media (min-width: 1200px) {
    .mb-20-l {
        margin-bottom: 20px !important;
    }
}

@media (min-width: 960px) {
    .mb-20-m {
        margin-bottom: 20px !important;
    }
}

@media (min-width: 640px) {
    .mb-20-s {
        margin-bottom: 20px !important;
    }
}

.mb-20 {
    margin-bottom: 20px;
}

@media (min-width: 1600px) {
    .mb-30-xl {
        margin-bottom: 30px !important;
    }
}

@media (min-width: 1200px) {
    .mb-30-l {
        margin-bottom: 30px !important;
    }
}

@media (min-width: 960px) {
    .mb-30-m {
        margin-bottom: 30px !important;
    }
}

@media (min-width: 640px) {
    .mb-30-s {
        margin-bottom: 30px !important;
    }
}

.mb-30 {
    margin-bottom: 30px;
}

@media (min-width: 1600px) {
    .mb-40-xl {
        margin-bottom: 40px !important;
    }
}

@media (min-width: 1200px) {
    .mb-40-l {
        margin-bottom: 40px !important;
    }
}

@media (min-width: 960px) {
    .mb-40-m {
        margin-bottom: 40px !important;
    }
}

@media (min-width: 640px) {
    .mb-40-s {
        margin-bottom: 40px !important;
    }
}

.mb-40 {
    margin-bottom: 40px;
}

@media (min-width: 1600px) {
    .mb-50-xl {
        margin-bottom: 50px !important;
    }
}

@media (min-width: 1200px) {
    .mb-50-l {
        margin-bottom: 50px !important;
    }
}

@media (min-width: 960px) {
    .mb-50-m {
        margin-bottom: 50px !important;
    }
}

@media (min-width: 640px) {
    .mb-50-s {
        margin-bottom: 50px !important;
    }
}

.mb-50 {
    margin-bottom: 50px;
}

@media (min-width: 1600px) {
    .mt-0-xl {
        margin-top: 0px !important;
    }
}

@media (min-width: 1200px) {
    .mt-0-l {
        margin-top: 0px !important;
    }
}

@media (min-width: 960px) {
    .mt-0-m {
        margin-top: 0px !important;
    }
}

@media (min-width: 640px) {
    .mt-0-s {
        margin-top: 0px !important;
    }
}

.mt-0 {
    margin-top: 0px;
}

@media (min-width: 1600px) {
    .mt-10-xl {
        margin-top: 10px !important;
    }
}

@media (min-width: 1200px) {
    .mt-10-l {
        margin-top: 10px !important;
    }
}

@media (min-width: 960px) {
    .mt-10-m {
        margin-top: 10px !important;
    }
}

@media (min-width: 640px) {
    .mt-10-s {
        margin-top: 10px !important;
    }
}

.mt-10 {
    margin-top: 10px;
}

@media (min-width: 1600px) {
    .mt-20-xl {
        margin-top: 20px !important;
    }
}

@media (min-width: 1200px) {
    .mt-20-l {
        margin-top: 20px !important;
    }
}

@media (min-width: 960px) {
    .mt-20-m {
        margin-top: 20px !important;
    }
}

@media (min-width: 640px) {
    .mt-20-s {
        margin-top: 20px !important;
    }
}

.mt-20 {
    margin-top: 20px;
}

@media (min-width: 1600px) {
    .mt-30-xl {
        margin-top: 30px !important;
    }
}

@media (min-width: 1200px) {
    .mt-30-l {
        margin-top: 30px !important;
    }
}

@media (min-width: 960px) {
    .mt-30-m {
        margin-top: 30px !important;
    }
}

@media (min-width: 640px) {
    .mt-30-s {
        margin-top: 30px !important;
    }
}

.mt-30 {
    margin-top: 30px;
}

@media (min-width: 1600px) {
    .mt-40-xl {
        margin-top: 40px !important;
    }
}

@media (min-width: 1200px) {
    .mt-40-l {
        margin-top: 40px !important;
    }
}

@media (min-width: 960px) {
    .mt-40-m {
        margin-top: 40px !important;
    }
}

@media (min-width: 640px) {
    .mt-40-s {
        margin-top: 40px !important;
    }
}

.mt-40 {
    margin-top: 40px;
}

@media (min-width: 1600px) {
    .mt-50-xl {
        margin-top: 50px !important;
    }
}

@media (min-width: 1200px) {
    .mt-50-l {
        margin-top: 50px !important;
    }
}

@media (min-width: 960px) {
    .mt-50-m {
        margin-top: 50px !important;
    }
}

@media (min-width: 640px) {
    .mt-50-s {
        margin-top: 50px !important;
    }
}

.mt-50 {
    margin-top: 50px;
}

.fz-12,
.sockslist__pagination>li>*,
.sockslist__table tr td,
.sockslist__table tr th,
.sockslist__card__btnP {
    font-size: 12px !important;
}

@media screen and (min-width: 640px) {
    .fz-12,
    .sockslist__pagination>li>*,
    .sockslist__table tr td,
    .sockslist__table tr th,
    .sockslist__card__btnP {
        font-size: calc(12px + 0 * ((100vw - 640px) / 560)) !important;
    }
}

@media screen and (min-width: 1200px) {
    .fz-12,
    .sockslist__pagination>li>*,
    .sockslist__table tr td,
    .sockslist__table tr th,
    .sockslist__card__btnP {
        font-size: 12px !important;
    }
}

.fz-13,
.footer {
    font-size: 13px !important;
}

@media screen and (min-width: 640px) {
    .fz-13,
    .footer {
        font-size: calc(13px + 0 * ((100vw - 640px) / 560)) !important;
    }
}

@media screen and (min-width: 1200px) {
    .fz-13,
    .footer {
        font-size: 13px !important;
    }
}

.fz-14,
.buysocks__table tr td,
.buysocks__table tr th,
.sockslist__card__label,
.sockslist__label,
.login__card__txt,
.login__card__link,
.login__card__btn span,
.home__sidebar__list__txt,
.home__sidebar__box1__txt,
.home__item__table tr td,
.home__item__table tr th,
.home__item__box1__label,
.home__item__box1,
.home__section1__nav p,
.home__card__body__txt,
.home__card__body__count {
    font-size: 14px !important;
}

@media screen and (min-width: 640px) {
    .fz-14,
    .buysocks__table tr td,
    .buysocks__table tr th,
    .sockslist__card__label,
    .sockslist__label,
    .login__card__txt,
    .login__card__link,
    .login__card__btn span,
    .home__sidebar__list__txt,
    .home__sidebar__box1__txt,
    .home__item__table tr td,
    .home__item__table tr th,
    .home__item__box1__label,
    .home__item__box1,
    .home__section1__nav p,
    .home__card__body__txt,
    .home__card__body__count {
        font-size: calc(14px + 0 * ((100vw - 640px) / 560)) !important;
    }
}

@media screen and (min-width: 1200px) {
    .fz-14,
    .buysocks__table tr td,
    .buysocks__table tr th,
    .sockslist__card__label,
    .sockslist__label,
    .login__card__txt,
    .login__card__link,
    .login__card__btn span,
    .home__sidebar__list__txt,
    .home__sidebar__box1__txt,
    .home__item__table tr td,
    .home__item__table tr th,
    .home__item__box1__label,
    .home__item__box1,
    .home__section1__nav p,
    .home__card__body__txt,
    .home__card__body__count {
        font-size: 14px !important;
    }
}

.fz-15 {
    font-size: 15px !important;
}

@media screen and (min-width: 640px) {
    .fz-15 {
        font-size: calc(15px + 0 * ((100vw - 640px) / 560)) !important;
    }
}

@media screen and (min-width: 1200px) {
    .fz-15 {
        font-size: 15px !important;
    }
}

.fz-16,
.profile__card__title {
    font-size: 16px !important;
}

@media screen and (min-width: 640px) {
    .fz-16,
    .profile__card__title {
        font-size: calc(16px + 0 * ((100vw - 640px) / 560)) !important;
    }
}

@media screen and (min-width: 1200px) {
    .fz-16,
    .profile__card__title {
        font-size: 16px !important;
    }
}

.fz-18,
.pay__txt {
    font-size: 16.2px !important;
}

@media screen and (min-width: 640px) {
    .fz-18,
    .pay__txt {
        font-size: calc(16.2px + 1.8 * ((100vw - 640px) / 560)) !important;
    }
}

@media screen and (min-width: 1200px) {
    .fz-18,
    .pay__txt {
        font-size: 18px !important;
    }
}

.fz-20 {
    font-size: 16px !important;
}

@media screen and (min-width: 640px) {
    .fz-20 {
        font-size: calc(16px + 4 * ((100vw - 640px) / 560)) !important;
    }
}

@media screen and (min-width: 1200px) {
    .fz-20 {
        font-size: 20px !important;
    }
}

.fz-21,
.sockslist__card__header {
    font-size: 16.8px !important;
}

@media screen and (min-width: 640px) {
    .fz-21,
    .sockslist__card__header {
        font-size: calc(16.8px + 4.2 * ((100vw - 640px) / 560)) !important;
    }
}

@media screen and (min-width: 1200px) {
    .fz-21,
    .sockslist__card__header {
        font-size: 21px !important;
    }
}

.fz-22,
.home__section1__nav i.fa {
    font-size: 17.6px !important;
}

@media screen and (min-width: 640px) {
    .fz-22,
    .home__section1__nav i.fa {
        font-size: calc(17.6px + 4.4 * ((100vw - 640px) / 560)) !important;
    }
}

@media screen and (min-width: 1200px) {
    .fz-22,
    .home__section1__nav i.fa {
        font-size: 22px !important;
    }
}

.fz-24,
.login__card__title {
    font-size: 19.2px !important;
}

@media screen and (min-width: 640px) {
    .fz-24,
    .login__card__title {
        font-size: calc(19.2px + 4.8 * ((100vw - 640px) / 560)) !important;
    }
}

@media screen and (min-width: 1200px) {
    .fz-24,
    .login__card__title {
        font-size: 24px !important;
    }
}

.fz-30,
.home__sidebar__title {
    font-size: 21px !important;
}

@media screen and (min-width: 640px) {
    .fz-30,
    .home__sidebar__title {
        font-size: calc(21px + 9 * ((100vw - 640px) / 560)) !important;
    }
}

@media screen and (min-width: 1200px) {
    .fz-30,
    .home__sidebar__title {
        font-size: 30px !important;
    }
}

.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.header.uk-sticky-below {
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.175);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.175);
}

.header__navItem,
.header .uk-navbar-nav>li>a,
.header .uk-navbar-toggle,
.header .uk-navbar-item {
    min-height: 66px;
}

@media (min-width: 960px) {
    .header__navItem,
    .header .uk-navbar-nav>li>a,
    .header .uk-navbar-toggle,
    .header .uk-navbar-item {
        min-height: 80px;
    }
}

.header__nav__a {
    position: relative;
}

.header__nav__a:before {
    content: "";
    position: absolute;
    -webkit-transition: top 100ms;
    transition: top 100ms;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 0;
    border-top: 3px solid #ed3e49;
}

.header__dc1,
.uk-active>.header__nav__a:before,
.header__nav__a:hover:before {
    opacity: 1;
}

.back-to-top {
    position: fixed;
    right: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    bottom: -34px;
    opacity: 0;
}

.back-to-top.display {
    bottom: 69px;
    opacity: 1;
}

.support {
    position: fixed;
    top: 200px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    right: calc(0px - 300px);
    padding-left: 42px;
    background-image: url("../images/fb.png");
    background-repeat: no-repeat;
    background-position: top left;
}

.support:hover {
    right: 0px;
}

.support.uk-open {
    right: 0;
}

.support__card {
    min-height: 200px;
}

.support li>span {
    color: #999;
}

.support li>span {
    padding: 5px 0;
}

.support li>span {
    display: flex;
    align-items: center;
    column-gap: 0.25em;
    text-decoration: none;
}

.support li>span {
    text-decoration: none;
    cursor: pointer;
}

.home__card__header {
    background-color: #2f3e42;
    color: #FFFFFF;
    padding: 10px 15px;
}

.home__card__header__title {
    padding-left: 36px;
    background-position: left 3px;
    background-image: url("../images/icon_globe2.png");
    background-repeat: no-repeat;
}

.home__card__body__txt {
    padding-left: 20px;
}

.home__card__body__item {
    -webkit-box-shadow: 0 0 10px 0 transparent inset;
    box-shadow: 0 0 10px 0 transparent inset;
    background: url(../images/bg_table_light.png) repeat-x #ececec;
}

.home__section1 {
    background: #ed3e49;
}

.home__section1::-webkit-scrollbar {
    display: none;
}

.home__section1__nav p {
    margin-top: 10px;
    margin-bottom: 0;
}

.home__section1__nav__li {
    min-width: 136px;
    white-space: nowrap;
    -webkit-transition: width 300ms;
    transition: width 300ms;
    border-right: 1px solid #dc2d38;
}

.home__section1__nav__li:first-child {
    border-left: 1px solid #dc2d38;
}

.home__section1__nav__a {
    color: #ffffff !important;
    text-transform: inherit !important;
}

.home__section1__nav__span {
    display: inline-block;
}

@media (min-width: 960px) {
    .home__section1__nav__span {
        display: none;
    }
}

.home__section1__nav__li:hover .home__section1__nav__span {
    display: inline-block;
}

.home__item:nth-child(n+2) {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eeeeee;
}

.home__item__box1 {
    border: 1px solid #d8d7d7;
    border-radius: 20px;
    position: relative;
    margin-bottom: 15px;
}

.home__item__box1__label {
    color: #333333;
}

.home__item__box1 b {
    color: #333333;
    font-weight: bold;
}

.home__item__box1__dc,
.home__item__box1:after,
.home__item__box1:before {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    top: 100%;
    left: 35px;
}

.home__item__box1:before {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #eeeeee;
}

.home__item__box1:after {
    border-left: calc(12px - 2px) solid transparent;
    border-right: calc(12px - 2px) solid transparent;
    border-top: calc(12px - 2px) solid #fff;
    left: calc(35px + 1.5px);
}

.home__item__table {
    margin-top: 15px;
}

.home__item__table tr th {
    text-transform: inherit;
    border: 1px solid #CCCCCC;
    color: #333333;
    text-align: center;
    background-color: #d8d8d8;
    padding: 2px;
}

.home__item__table tr td {
    border: 1px solid #CCCCCC;
    color: #333333;
    padding: 2px;
    text-align: center;
}

.home__sidebar__title {
    color: #333333;
    margin-bottom: 10px;
}

.home__sidebar__box1 i.fa {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    display: block;
    background: #ed3e49;
    color: white;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.home__sidebar__box1__txt {
    color: #333333;
    font-weight: bold;
}

.home__sidebar__list {
    margin: 0;
    margin-top: 10px;
}

.home__sidebar__list__li {
    margin: 0 !important;
}

.home__sidebar__list__txt {
    color: #333333;
}

.home__section2 {
    border-top: 1px solid #ddd;
}

.home__section2__boxCover {
    background: #ed3e49;
    color: #ffffff;
}

.login__card {
    border: 1px solid #ffffff;
    padding: 20px;
}

@media (min-width: 960px) {
    .login__card {
        padding: 40px;
    }
}

.login__card__btn {
    text-transform: inherit !important;
    background: #ed3e49;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f05f68), to(#ed3e49));
    background-image: linear-gradient(top, #f05f68 0%, #ed3e49 100%);
    border-color: #e31522 !important;
    border-radius: 2px;
}

.login__card__link {
    color: #2babcf !important;
}

.login__card__txt a {
    color: #2babcf !important;
}

.sockslist__label {
    color: yellow;
    font-weight: bold;
}

.sockslist__card {
    padding: 5px;
    border: #666 1px solid;
}

.sockslist__card__header {
    background: #222;
    padding: 0 10px;
    color: #FFFFFF;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    margin-top: -25px;
}

.sockslist__card__body {
    padding: 5px;
    padding-top: 10px;
}

.sockslist__card__label {
    color: #FFFFFF;
}

.sockslist__card__input {
    height: 24px !important;
}

.sockslist__card__btnP {
    padding: 0 10px;
    padding-right: 30px;
    text-align: left;
    text-transform: inherit;
    color: #FFFFFF;
    border-color: #666;
    line-height: calc(24px - 2px);
}

.sockslist__card__btnP--c1 {
    padding: 0 10px;
    border-style: dashed;
}

.sockslist__card__btnP .uk-icon {
    right: 5px;
}

.sockslist__table tr th {
    background-color: #222222;
    color: #FFFFFF;
    border: #666 1px solid;
    text-align: center;
    padding: 4px;
}

.sockslist__table tr td {
    border: #666 1px solid;
    color: #FFF;
    padding: 4px;
    background-color: #222222;
}

.sockslist__table tr td a {
    color: #FFFFFF;
}

.sockslist__table tr td:not(:first-child,
 :nth-child(5)) {
    text-align: center;
}

.sockslist__table tr:nth-child(odd) td {
    background-color: #444444;
}

.sockslist__pagination {
    margin-top: 10px;
}

.sockslist__pagination>li>* {
    border: 1px solid #545454;
    color: #545454;
    padding: 3px 10px;
}

.buysocks__btn {
    color: #FFFFFF;
    border-radius: 2px;
}

.buysocks__btn--c1 {
    background-color: #da243f;
    border-color: #da243f;
}

.buysocks__btn--c2 {
    background-color: rebeccapurple;
    border-color: rebeccapurple;
}

.buysocks__table tr th {
    text-align: center;
    text-transform: inherit;
    border: #CCC 1px inset;
    color: #FFFFFF;
}

.buysocks__table tr td {
    text-align: center;
    text-transform: inherit;
    border: #CCC 1px inset;
    background-color: #333333;
    color: #FFFFFF;
}

.buysocks__table tr:first-child th {
    background-color: #004000;
}

.pay__txt {
    color: #FFFFFF;
}

.pay__txt span {
    background-color: #fff;
    color: #333333;
    display: inline-block;
    padding: 2px 8px;
}

.profile__card__title {
    color: #FFFFFF !important;
}

.profile__card__dc,
.profile__card__header,
.profile__card__body {
    padding: 10px 15px;
}

@media (min-width: 960px) {
    .profile__card__dc,
    .profile__card__header,
    .profile__card__body {
        padding: 20px;
    }
}

.navigation {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    clear: both;
    padding: 10px 0;
    text-align: center;
    cursor: default;
    font-weight: 700;
    color: #545454;
}

.navigation .current_page_item,
.navigation .page_item a {
    outline: none;
    margin: 2px;
    padding: 2px 6px;
    border: 1px solid #545454;
    text-decoration: none;
}

.navigation .current_page_item,
.navigation .page_item a:hover {
    color: #fff;
    background-color: #545454;
}

.navigation .page_item a {
    color: #2babcf;
    text-decoration: none;
}

.page {
    color: #f1f2f3;
    background-color:#1c1c1c;
}

.page p {
    font-weight: 100;
}

.page h1 {
    color: #f1f2f3;
}

.page h2 {
    color: #f1f2f3;
}

.page h3 {
    color: #f1f2f3;
}

.page li>a {
    color: #faa05a;
}

.active a {
    color: #f1f2f3;
    background-color: #22282a;
}

.active a:hover {
    color: #f1f2f3;
    background-color: #22282a;
}

.digital {
    color: #ffffff;
}

.sockslist__pagination>li:first-child>span {
    color: #cbcbcb;
}
.nomargintop{
    margin-top: -20px;
}

/*# sourceMappingURL=style.css.map */
