* {
    color: #000;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    display: none;
}

.fancybox-button {
    background: rgba(251, 249, 249, 0.72);
}

.add-to-cart * {
    height: 43px;
}

section {
    height: max-content;
}

.logo img {
    /* vertical-align: initial; */
    max-width: 50% !important;
    /* width: 100px; */
}

.search-form {
    position: relative;
}

.product-link:hover * {
    color: #007bff;
    transition: color .5s ease-in-out;
}

.card-image {
    height: 85px;
}

.owl-prev {
    border-radius: 25px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 30%;
    margin-left: -20px;
    display: block !important;
    color: #fff !important;
    background-color: #ccc !important;
    opacity: .45;
}

.owl-prev:hover {
    opacity: 1;
    transition: opacity .3s ease-in-out;
}

.owl-next:hover {
    opacity: 1;
    transition: opacity .3s ease-in-out;
}

.owl-next {
    border-radius: 25px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 30%;
    right: -25px;
    display: block !important;
    color: #fff !important;
    background-color: #ccc !important;
    opacity: .45;
}

.owl-prev i, .owl-next i {
    transform: scale(2, 3);
    color: #000;
}

.carousel-control-next, .carousel-control-prev {
    top: 50;
}

.footer-links:hover {
    color: #007bff !important;
    transition: color .3s ease-in-out;
}

.child-menu-desktop.border li {
    padding: 15px 0px 15px 15px;
    margin: 0 !important;
}

.child-menu-desktop.border li:hover {
    background-color: #ccc;
}

/* input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
} */

/* Firefox */

/* input[type=number] {
  -moz-appearance: textfield;
} */

.h-maxcontent {
    height: max-content !important;
}

.search-button {
    position: absolute;
    right: 0;
    background: none;
    border: none;
    height: 100%;
}

.search-form-wraper {
    display: flex !important;
    flex-direction: column-reverse !important;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.main-home {
    min-height: 500px;
}

.shopcard-button {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(37, 37, 37);
}

.mega-menu-button {
    width: 52px;
}

.nav-link {
    color: aliceblue;
    font-size: 16px;
}

.nav-link-mobile {
    font-size: 24px;
}

.mySwiper {
    height: max-content;
}

.bg-dark {
    background-color: #424242;
    /* height: 500px; */
}

.popular {
    height: 500px;
}

.popular-item {
    margin: auto;
}

.popular-title {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 400;
}

.topbar-mobile {
    background-color: #fff;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.384);
}

.col-md-3.category-banner {
    position: relative;
    background-color: #000;
    padding: 0;
}

.category-title {
    font-size: 24px;
    font-weight: 500;
    color: rgb(246, 76, 76);
    text-transform: uppercase;
    text-align: center;
}

.col-md-3.category-banner img {
    opacity: .45;
    height: 100%;
}

.category-item span {
    font-weight: 400;
}

.category-item strong {
    font-weight: 700;
}

.row.category-product {
    height: 650px;
}

.border-top-width {
    width: 90%;
    /* height: 20px; */
    margin: 0 auto;
    border-top: 2px solid #ea212d;
}

.border-bottom-width {
    width: 97%;
    height: 20px;
    margin: 0 auto;
    border-top: 1px solid #ccc;
}

.border-top-width {
    width: 97%;
    /* height: 20px; */
    margin: 0 auto;
}

.login-title {
    padding: 45px;
    border-bottom: 1px solid #ccc;
    font-weight: 400;
}

.login-form {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.btn-login {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-width: 140px;
    height: 37px;
    border: none;
    background-color: #4ab2f1;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

.quantily {
    width: 60px;
}

.btn-addtocart:hover {
    background-color: #248ece !important;
}

.btn-addtocart {
    min-width: 140px;
    border: none;
    background-color: #0d8b9a;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

.btn-login-secondary {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 37px;
    min-width: 140px;
    border: none;
    background-color: #999;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

.login-margin * {
    margin-bottom: 10px;
}

.btn-absolute-top {
    top: 0;
    right: 0;
    height: 100%;
    padding: 0;
}

.register-form-title {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    font-weight: 300;
}

.register-form {
    margin: 0 auto;
    width: 500px;
}

.header-top {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    /* margin-bottom: 60px; */
    left: 0;
    max-width: 1600px;
}

.nav-bar-mobile {
    position: fixed;
    /* padding-top: 20px; */
    top: 70;
    z-index: 98;
    /* background: #312e2e !important; */
    width: 100%;
    height: 100% !important;
}

.mobile .product-item .thumb {
    padding: 10px;
    box-shadow: 1px 1px 10px #ccc;
}

.mobile .product-item .thumb img {
    object-fit: cover;
}

.gallery {
    width: 100%;
    max-width: 620px;
    /* margin: 40px auto; */
}

.gallery-slider {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}

.gallery-slider .swiper-slide {
    width: auto;
    height: 400px;
}

.gallery-slider .swiper-slide img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.gallery-thumbs {
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.gallery-thumbs .swiper-slide {
    width: 100px;
    height: 100px;
    text-align: center;
    overflow: hidden;
    opacity: .45;
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.gallery-thumbs .swiper-slide img {
    width: auto;
    height: 100%;
}

.gallery-thumbs .swiper-wrapper {
    height: auto !important;
    /* display: block; */
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

#navbarTogglerDemo03 ul li {
    height: 100%;
}

#navbarTogglerDemo03 .parent-category {
    height: 100%;
    display: flex;
    font-weight: 600;
    flex-direction: column;
    justify-content: center;
}

.btn-add-to-card {
    background-color: #0d8b9a !important;
    padding: 0;
    color: #fff;
    font-size: 18px !important;
    margin: 0;
    padding-left: 20px;
}

.child-menu-desktop {
    position: absolute;
    background-color: #fff;
    text-transform: uppercase;
    text-align: left;
    width: 230px;
    display: none;
}

.parent-menu-desktop li .child-menu-desktop li {
    font-weight: 300 !important;
    margin-bottom: 10px;
}

.parent-menu-desktop li {
    font-weight: 400 !important;
}

.parent-menu-desktop li:hover .child-menu-desktop {
    display: block;
}

.mega-menu-wraper {
    left: 0;
}

.mega-menu-wraper * {
    color: #000;
}

.header-expandable-menu li:hover {
    background-color: #000 !important;
}

.header-expandable-menu li:first-child {
    background-color: crimson;
}

.mega-menu-item li:hover {
    color: blue;
}

.product-name {
    font-weight: 400;
    color: #248ece !important;
}

.category_thumb {
    /* background-color: #000; */
    height: 235px;
}

.category_thumb img {
    object-fit: contain;
    opacity: 1;
    transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
}

.category_thumb:hover img {
    opacity: .75;
    transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
}

.sidebar li .submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 1rem;
    padding-right: 1rem;
}

.rotate-90 {
    transition: transform .7s ease-in-out;
    -webkit-transition: transform .7s ease-in-out;
    -moz-transition: transform .7s ease-in-out;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rotate-none {
    transition: transform .7s ease-in-out;
    -webkit-transition: transform .7s ease-in-out;
    -moz-transition: transform .7s ease-in-out;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(0deg);
}

.search-button {
    width: 50px;
}

.parent-category {
    padding: 10px 0px;
}

.parent-category a {
    font-weight: 300;
    font-size: 22px;
}

.bg-gray {
    background-color: #f9f9f9;
}

.popular-right-colunm {
    /* height: 500px; */
    overflow-y: auto;
}
.popular-right-colunm img {
    height: 560px;
    object-fit: cover;
}
.product-link img{
    height: 150px;
    object-fit: cover;
}

.image-inner img {
    max-width: 100%;
}

.checkbox_collapse .panel.panel-default {
    padding: 0px !important;
    margin-bottom: 10px;
    border-radius: 0px
}

.checkbox_collapse .panel.panel-default span.circle {
    width: 18px;
    height: 18px;
    position: relative;
    border: 1px solid #ccc;
    margin-right: 10px;
    border-radius: 2px;
    background-color: #fff;
    display: inline-flex;
    vertical-align: middle
}

.checkbox_collapse .panel.panel-default span.circle:after {
    width: 25px;
    content: "";
    background: url(https://image.flaticon.com/icons/svg/64/64484.svg);
    position: absolute;
    left: 3px;
    right: 0;
    margin: 0 auto;
    top: 4px;
    z-index: 999;
    background-size: 10px;
    height: 25px;
    opacity: 0;
    background-repeat: no-repeat
}

.checkbox_collapse .panel.panel-default a {
    padding: 15px;
    font-weight: normal;
    text-decoration: none;
    font-size: 14px;
    text-transform: capitalize;
    display: block;
    border-radius: 5px
}

.checkbox_collapse .panel.panel-default a[aria-expanded="false"]:after {
    display: none !important
}

.checkbox_collapse .panel.panel-default a[aria-expanded="false"] span:after {
    opacity: 0
}

.checkbox_collapse .panel.panel-default a[aria-expanded="true"]:after {
    display: none !important
}

.checkbox_collapse .panel.panel-default a[aria-expanded="true"] span:after {
    opacity: 1
}

li.logout-li ul {
    display: none;
    padding: 10px;
}

li.logout-li:hover ul {
    display: block;
}

.main-sidebar {
    position: fixed;
    top: 20%;
    width: 85px;
    background-color: #f4f2f2;
    right: 0;
    z-index: 999;
}

.main-sidebar * {
    color: #555d6c;
}

.main-sidebar ul li i {
    font-size: 28px;
    text-align: center;
    padding-bottom: 8px;
}

.main-sidebar ul li a {
    display: grid;
}

.main-sidebar ul li {
    padding: 15px 0px;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.comment_list .avatar {
    width: 75px;
    height: 75px;
}

.bg-primary-color {
    background-color: #389d4e !important;
}

.primary-color {
    background-color: #389d4e !important;
}

/* Wrapper */

.overview .add-to-cart {
    height: 43px;
    /* margin: 0 0 20px; */
}

.overview .add-to-cart input {
    height: 100% !important;
}

.icon-button {
    background-color: white;
    border-radius: 2.6rem;
    cursor: pointer;
    display: inline-block;
    font-size: 1.3rem;
    height: 2.6rem;
    line-height: 2.6rem;
    margin: 0 5px;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 2.6rem;
}

/* Circle */

.icon-button span {
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 0;
}

.icon-button:hover span {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 2.6rem;
    margin: -1.3rem;
}

/* Icons */

.icon-button i {
    background: none;
    color: white;
    height: 2.6rem;
    left: 0;
    line-height: 2.6rem;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 2.6rem;
    z-index: 10;
}

.twitter span {
    background-color: #4099ff;
}

.facebook span {
    background-color: #3B5998;
}

.google-plus span {
    background-color: #db5a3c;
}

.tumblr span {
    background-color: #34526f;
}

.instagram span {
    background-color: #517fa4;
}

.youtube span {
    background-color: #bb0000;
}

.pinterest span {
    background-color: #cb2027;
}

.icon-button .fa-skype {
    color: #4099ff;
}

.icon-button .fa-facebook-f {
    color: #3B5998;
}

.icon-button .fa-tumblr {
    color: #34526f;
}

.icon-button .fa-google {
    color: #db5a3c;
}

.icon-button .fa-instagram {
    color: #517fa4;
}

.icon-button .fa-youtube {
    color: #bb0000;
}

.icon-button .fa-instagram {
    color: #e9710f;
}

.icon-button:hover .fa-skype, .icon-button:hover .fa-facebook-f, .icon-button:hover .fa-google, .icon-button:hover .fa-tumblr, .icon-button:hover .fa-instagram, .icon-button:hover .fa-youtube, .icon-button:hover .fa-pinterest {
    color: white;
}

.font-14 {
    font-size: 14px;
}

.row-payment-method {
    margin: 0px 0px 0px 0px;
    padding: 22px 0px 11px 0px;
    text-align: left;
    display: table;
}

.payment-row {
    background-color: #f5f6fa;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    position: relative;
    cursor: pointer;
}

.payment-row-last {
    margin-left: 30px;
    margin-right: 30px;
    width: 100%;
}

.payment-padding-right {}

.select-icon {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    width: 24px;
    height: 24px;
}

.select-txt {
    display: table-cell;
    vertical-align: middle;
    word-wrap: break-word;
    height: 60px;
    text-align: left;
    padding-left: 15px;
    font-size: 12pt;
    cursor: pointer;
}

.lb-payment {
    cursor: pointer;
    width: 100%;
}

.select-txt {
    display: table-cell;
    vertical-align: middle;
    word-wrap: break-word;
    height: 60px;
    text-align: left;
    padding-left: 15px;
    font-size: 12pt;
}

.select-logo {
    width: 100px;
    position: absolute;
    top: 10;
    right: 10;
}

.select-logo-sub {
    display: table-cell;
    vertical-align: middle;
}

.logo-spacer {
    padding-right: 13px;
}

.pymt-type-name {
    font-weight: 500;
    font-size: 12pt;
    padding-bottom: 8px;
    color: #5a6977;
}

.pymt-type-desc {
    padding-bottom: 22px;
    width: 70%;
    font-size: 14px;
}

.ui-success, .ui-error {
    width: 200px;
    height: 200px;
}

.ui-success-circle {
    stroke-dasharray: 260.75219025px, 260.75219025px;
    stroke-dashoffset: 260.75219025px;
    transform: rotate(220deg);
    transform-origin: center center;
    stroke-linecap: round;
    animation: ani-success-circle 1s ease-in both;
}

.ui-success-path {
    stroke-dasharray: 60px 64px;
    stroke-dashoffset: 62px;
    stroke-linecap: round;
    animation: ani-success-path 0.4s 1s ease-in both;
}

@keyframes ani-success-circle {
    to {
        stroke-dashoffset: 782.25657074px;
    }
}

@keyframes ani-success-path {
    0% {
        stroke-dashoffset: 62px;
    }
    65% {
        stroke-dashoffset: -5px;
    }
    84% {
        stroke-dashoffset: 4px;
    }
    100% {
        stroke-dashoffset: -2px;
    }
}

.ui-error-circle {
    stroke-dasharray: 260.75219025px, 260.75219025px;
    stroke-dashoffset: 260.75219025px;
    animation: ani-error-circle 1.2s linear;
}

.ui-error-line1 {
    stroke-dasharray: 54px 55px;
    stroke-dashoffset: 55px;
    stroke-linecap: round;
    animation: ani-error-line 0.15s 1.2s linear both;
}

.ui-error-line2 {
    stroke-dasharray: 54px 55px;
    stroke-dashoffset: 55px;
    stroke-linecap: round;
    animation: ani-error-line 0.2s 0.9s linear both;
}

@keyframes ani-error-line {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes ani-error-circle {
    0% {
        stroke-dasharray: 0, 260.75219025px;
        stroke-dashoffset: 0;
    }
    35% {
        stroke-dasharray: 120px, 120px;
        stroke-dashoffset: -120px;
    }
    70% {
        stroke-dasharray: 0, 260.75219025px;
        stroke-dashoffset: -260.75219025px;
    }
    100% {
        stroke-dasharray: 260.75219025px, 0;
        stroke-dashoffset: -260.75219025px;
    }
}

.thank-text {
    font-family: Charter;
    font-weight: 700;
    font-size: 90px;
}

.success-animation {
    margin: 50px auto;
}

.checkmark {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #4bb71b;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #4bb71b;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position: relative;
    top: 5px;
    right: 5px;
    margin: 0 auto;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #4bb71b;
    fill: #fff;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #4bb71b;
    }
}

@media all and (max-width: 680px) {
    #nav_accordion {
        flex-wrap: initial !important;
    }
    .icon-button {
        border-radius: 1.6rem;
        font-size: 0.8rem;
        height: 1.6rem;
        line-height: 1.6rem;
        width: 1.6rem;
    }
    .icon-button:hover span {
        width: 1.6rem;
        height: 1.6rem;
        border-radius: 1.6rem;
        margin: -0.8rem;
    }
    /* Icons */
    .icon-button i {
        height: 1.6rem;
        line-height: 1.6rem;
        width: 1.6rem;
    }
    body {
        padding: 10px;
    }
    .pinterest {
        display: none;
    }
}

.category-title-mobie {
    margin-top: 20px;
}

@media (max-width: 576px) {
    .mobile{
        padding: 0 !important;
    }
    .p-mobile-0{
        padding: 0 !important;
    }
    .image-inner {
        margin-top: 10!important;
    }
    .overview {
        margin: 0!important;
    }
    .breadcrumb li * {
        margin: 0 2px !important;
    }
    #navbarTogglerDemo03 ul li {
        height: auto;
    }
    #nav_accordion {
        flex-wrap: initial !important;
    }
    .text-mobile label {
        text-align: left !important;
    }
    .card-image {
        height: 100px;
    }
    .popular-brands {
        margin: 20px auto;
        padding: 0;
        width: 100% !important;
    }
    .bestselling {
        width: 100% !important;
    }
    .popular-brands .brand-image {
        display: none;
        padding: 0;
    }
    .category_thumb {
        /* background-color: #000; */
        height: 160px;
    }
    .main-home {
        position: relative;
        top: 80px;
        padding-bottom: 30px;
    }
    .register-form {
        width: auto;
    }
    .login-form {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #ccc;
    }
    .category-title-mobie {
        display: block !important;
    }
    .category-title-mobie h4 {
        font-size: 14px;
    }
    .hidden-mobie {
        display: none;
    }
    .category-item p{
        font-size: 7px !important;
    }
    .category-item h4{
        font-size: 7px !important;
    }
    .thumb{
        padding: 0px 5px !important;
    }
    .category-section .container{
        padding: 0 !important;
    }
    .category-section .col-2,.col-3,.col-7,.col-4{
        padding: 0;
    }
    .category-banner {
        display: none;
    }

    .popular {
        width: 100% !important;
    }
    .popular-img {
        height: 100%;
        object-fit: cover;
    }
    .logo {
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
    }
    .logo img {
        width: 100%;
    }
    .main-sidebar {
        display: none;
    }
    .ui-autocomplete {
        width: 340px !important;
    }
    .footer-right {
        margin-top: 50px;
    }
    .btn-mobile {
        padding: 10px 3px !important;
        clear: both;
        width: 100%;
    }
    .mobile-user {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

.text-decoration {
    text-decoration-thickness: 3px;
    text-decoration: line-through;
    text-decoration-color: #ea212d;
}

.recenly-indicator {
    align-items: flex-end;
    display: flex;
    width: 100%;
    margin: 0;
    padding-bottom: 5px;
    color: #fff;
    background-color: #f4f2f2;
    height: 20px;
    bottom: -10;
}

body {
    max-width: 100%;
    overflow-x: hidden;
    background-color: #fff;
    font: normal 14px Merriweather, Arial, Helvetica, sans-serif !important;
}

p {
    color: #000;
}

.font-pt-13 {
    font-size: 13pt !important;
}

.font-pt-14 {
    font-size: 14pt !important;
}

.font-pt-15 {
    font-size: 15pt !important;
}

.font-pt-16 {
    font-size: 16pt !important;
}

.font-pt-17 {
    font-size: 17pt !important;
}

.font-pt-18 {
    font-size: 18pt !important;
}

.font-px-12 {
    font-size: 12px !important;
}

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

.font-px-14 {
    font-size: 14px !important;
}

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

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

.font-px-17 {
    font-size: 17px !important;
}

.font-px-18 {
    font-size: 18px !important;
}
