@media only screen and (min-width: 992px) {
    .nav {
        background-color: #fff;
        background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#e8edf0));
        background: -moz-linear-gradient(top, #fff, #e8edf0);
        border-bottom: 4px solid #ec3838;
        height: 70px;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .nav-inner {
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        justify-content: space-between;
        margin: 0 auto;
        width: 950px;
        z-index: 1000;
    }

    .nav-logo-txt:hover {
        color: #3e3e3e !important;
        text-decoration: none !important;
    }

    .nav-link {
        -ms-flex-pack: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        margin: 0 0 0 20px;
        padding: 0;
        width: 300px;
    }

    .nav-link li {
        height: 100%;
    }

    .nav-link li:first-child {
        border-left: 1px solid #ccc;
    }

    .nav-link a {
        align-items: center;
        border-right: 1px solid #ccc;
        color: #ec3838;
        display: flex;
        font-size: 14px;
        font-weight: bold;
        height: 100%;
        justify-content: center;
        padding: 0 10px;
        text-decoration: none;
        transition: background-color 0.3s, color 0.3s;
        text-align: center;
        width: 100px;
    }

    .nav-icon {
        align-items: center;
        display: flex;
        height: 100%;
        margin: 0 0 0 20px;
        padding: 0;
        width: 170px;
    }

    .nav-icon>li {
        align-items: center;
        display: flex;
        height: 100%;
        position: relative;
    }

    .nav-icon>li>a {
        align-items: center;
        cursor: pointer;
        display: flex;
        height: 45px;
        justify-content: center;
        margin: 0 3px;
        text-decoration: none;
        width: 45px;
    }

    .nav-icon>li>a:before {
        content: url("../../images/web/icon-pdf.jpg");
        position: relative;
        width: 19px;
    }

    .nav-icon>li:first-child>a:before {
        content: url("../../images/web/icon-info.jpg");
        position: relative;
        width: 19px;
    }

    .nav-icon>li:last-child>a:before {
        content: url("../../images/web/icon-bookmark.jpg");
        position: relative;
        width: 19px;
    }

    .nav-icon>li>a>img {
        margin-bottom: 5px;
    }

    .nav-search {
        align-items: center;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        margin-left: 50px;
        padding-top: 0 !important;
        width: 240px;
    }

    .nav-search-txt {
        color: #000;
        display: block;
        font-size: 9px;
        font-weight: bold;
        margin-bottom: 5px;
        text-align: left;
        width: 100%;
    }

    .nav-search-form {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 0;
        width: 100%;
    }

    .navbar .search-input .input-group {
        width: 100%;
    }

    .navbar .search-input .input-group .form-control {
        width: 200px;
    }

    .nav-search-form .form-control-clear {
        padding-top: 7px;
    }

    .nav-search-input {
        border: 1px solid #ccc;
        border-right: 0;
        outline: 0;
        padding: 5px 10px;
        width: 200px;
    }

    .input-group .input-group-btn .btn-info {
        background-color: #ec3838;
        border: 0;
        border-radius: 0;
        color: #fff;
        font-weight: bold;
    }

    .input-group .input-group-btn .btn-info.search_s {
        padding-left: 5px;
        padding-right: 5px;
        width: auto;
    }

    .input-group .input-group-btn .btn-info:hover {
        color: #fff;
    }

    .theme01 .nav {
        border-bottom: 4px solid #2084db;
    }

    .theme01 .nav-link li.active a {
        background-color: #2084db;
        color: #fff;
    }

    .theme01 .input-group-btn .btn-info,
    .theme01 footer {
        background-color: #2084db;
    }

    .theme01 .nav-icon>li:first-child>a:before {
        content: url("../../images/web/icon-info-blue.jpg");
    }

    .theme01 .nav-icon>li:last-child>a:before {
        content: url("../../images/web/icon-bookmark-blue.jpg");
    }

    .theme02 .nav {
        border-bottom: 4px solid #00af0c;
    }

    .theme02 .nav-link li.active a {
        background-color: #00af0c;
        color: #fff;
    }

    .theme02 .input-group-btn .btn-info,
    .theme02 footer {
        background-color: #00af0c;
    }

    .theme02 .nav-icon>li:first-child>a:before {
        content: url("../../images/web/icon-info-green.jpg");
    }

    .theme02 .nav-icon>li:last-child>a:before {
        content: url("../../images/web/icon-bookmark-green.jpg");
    }

    .nav-dropdown {
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.15);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        display: none;
        left: 0;
        padding: 0;
        position: absolute;
        top: 100%;
        width: 300px;
        z-index: 9000;
    }

    .nav-dropdown li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        display: block;
    }

    .nav-dropdown li a {
        color: #333;
        display: block;
        padding: 5px 10px;
        text-decoration: none;
    }

    .nav-dropdown li a:hover {
        background-color: #e7e7e7;
    }

    .nav-icon>li:hover .nav-dropdown {
        display: block;
    }
}

.nav-logo {
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    width: 165px;
}

.nav-logo img {
    max-width: 100%;
}

.nav-logo-txt {
    color: #3e3e3e;
    font-size: 14px;
    font-weight: bold;
    margin-top: 3px;
}

.nav-link li:nth-child(2) a {
    color: #0072d7;
}

.nav-link li:nth-child(3) a {
    color: #00af0c;
}

.nav-link li.active a,
.nav-link li:first-child:hover a {
    background-color: #ec3838;
    color: #fff;
}

.nav-link li:nth-child(2).active a,
.nav-link li:nth-child(2):hover a {
    background-color: #0072d7;
    color: #fff;
}

.nav-link li:nth-child(3).active a,
.nav-link li:nth-child(3):hover a {
    background-color: #00af0c;
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .nav-inner {
        display: none;
    }

    .nav-top {
        align-items: center;
        border-bottom: 2px solid #ec3838;
        display: flex;
        height: 64px;
        justify-content: space-between;
        width: 100%;
    }

    .nav-logo {
        padding-left: 10px;
        width: 130px;
    }

    .nav-logo-txt {
        font-size: 12px;
    }

    .nav-link {
        -ms-flex-pack: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        margin: 0;
        padding: 0;
        width: calc(100% - 135px);
    }

    .nav-link li {
        height: 100%;
        width: calc(100% / 3);
    }

    .nav-link a {
        align-items: center;
        border-left: 1px solid #ccc;
        color: #ec3838;
        display: flex;
        font-size: 14px;
        font-weight: bold;
        height: 100%;
        justify-content: center;
        padding: 0 10px;
        text-align: center;
        text-decoration: none;
        transition: background-color 0.3s, color 0.3s;
        width: 100%;
    }

    .btns-container {
        align-items: center;
        display: flex;
        float: inherit !important;
        height: 64px !important;
        justify-content: space-between;
        padding-top: 0 !important;
        padding: 0 10px;
        position: relative !important;
        width: 100% !important;
    }

    .nav-btns {
        display: flex;
    }

    .navbar .btns-container .nav-btn {
        float: inherit;
        height: auto;
        text-align: center;
        width: auto;
    }

    .nav-btns .nav-btn {
        margin-right: 5px;
    }

    .navbar .search-input {
        display: flex;
        flex-direction: column;
        float: inherit;
        font-weight: bold;
        justify-content: center;
        margin-right: 5px;
        padding: 0 !important;
        width: auto;
    }

    .nav-title-text1,
    .nav-title-text {
        margin: 5px 0 0;
    }

    .nav-icon {
        align-items: center;
        display: flex;
        height: 45px;
        width: 45px;
    }

    .nav-icon:first-child>a:before {
        content: url("../../images/web/icon-info.jpg");
        position: relative;
        width: 19px;
    }

    .nav-icon:last-child>a:before {
        content: url("../../images/web/icon-bookmark.jpg");
        position: relative;
        width: 19px;
    }

    .input-group-search {
        margin-left: 5px;
    }

    .input-group-search .go-button {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 10px;
        width: auto;
    }

    .navbar .search-input .input-group {
        display: flex;
        float: inherit;
        width: auto;
    }

    .navbar .search-input .input-group-btn {
        display: flex;
        float: inherit;
        width: auto;
    }

    .form-group {
        margin-bottom: 0;
    }

    .navbar .search-input .input-group .form-control {
        float: inherit;
        margin-bottom: 0;
        width: 100%;
    }

    #alphabpt-menu,
    .xs-menu-container {
        top: 135px !important;
    }

    .tap-close {
        height: 135px !important;
    }

    .nav-logo-txt {
        color: #333;
        font-size: 13px;
        text-align: center;
        text-decoration: none;
    }

    .nav-btn-icon {
        margin: 0;
        width: 25px;
    }

    .nav-btn-icon span {
        background-color: #ec3838;
        display: block;
        height: 3px;
        margin-bottom: 3px;
        width: 100%;
    }

    .theme01 .nav-top {
        border-bottom: 2px solid #2084db;
    }

    .theme01 .input-group-btn .btn-info,
    .theme01 footer {
        background-color: #2084db;
        font-weight: bold;
    }

    .theme01 .nav-icon:first-child>a:before {
        content: url("../../images/web/icon-info-blue.jpg");
    }

    .theme01 .nav-icon:last-child>a:before {
        content: url("../../images/web/icon-bookmark-blue.jpg");
    }

    .theme01 .nav-btn-icon span {
        background-color: #2084db;
    }

    .theme02 .nav-top {
        border-bottom: 2px solid #00af0c;
    }

    .theme02 .input-group-btn .btn-info,
    .theme02 footer {
        background-color: #00af0c;
    }

    .theme02 .nav-icon:first-child>a:before {
        content: url("../../images/web/icon-info-green.jpg");
    }

    .theme02 .nav-icon:last-child>a:before {
        content: url("../../images/web/icon-bookmark-green.jpg");
    }

    .theme02 .nav-btn-icon span {
        background-color: #00af0c;
    }
}

@media only screen and (max-width: 374px) {
    .btns-container {
        flex-wrap: wrap;
        height: 120px !important;
    }

    .navbar .search-input {
        order: 2;
        width: 100%;
        height: auto;
        width: 100%;
    }

    .nav-link a {
        font-size: 12px;
        padding: 0 5px;
    }

    .navbar .search-input .input-group .form-control {
        width: 100%;
    }

    .top-title-container {
        top: 265px;
    }
}

.pdfRow {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    margin: 0 15px;
    float: left;
}

.pdfRowHead {
    margin-bottom: 15px;
    margin-top: 15px;
}

.pdfCard {
    margin-bottom: 15px;
    position: relative;
}

.pdfCardAvatar {
    margin-bottom: 5px;
    position: relative;
    width: 100%;
}

.pdfCardImg {
    border: 1px solid #ccc;
    margin: 0;
    width: 100%;
}

.pdfCardImg img {
    width: 100%;
}

.pdfCardName {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 22px;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.75);
    top: 0;
    width: 100%;
}

.pdfCardInfo {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
}

.pdfCardCheckbox {
    margin: 0 3px 0 0 !important;
}

.pdfCardLink {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-decoration: underline;
}

.pdfWrap {
    margin-top: 15px;
    text-align: center;
}

.pdfBtn {
    background-color: #ec3838;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px;
}

.theme01 .pdfBtn {
    background-color: #2084db;
}

.theme02 .pdfBtn {
    background-color: #00af0c;
}

.goToTop {
    background-color: #ec3838;
    display: inline-block;
    height: 40px;
    width: 40px;
}

.theme01 .goToTop {
    background-color: #2084db;
}

.theme02 .goToTop {
    background-color: #00af0c;
}

.goToTop::after {
    border: 1px solid #fff;
    border-right: 0;
    border-bottom: 0;
    content: "";
    display: inline-block;
    height: 15px;
    left: 13px;
    position: absolute;
    transform: rotate(45deg);
    top: 17px;
    width: 15px;
}

.right-container .breadcrumb a {
    margin-right: 5px;
}

.searchBottom {
    background-color: #fff;
    height: 0;
    left: 0;
    overflow: hidden;
    margin-top: 4px;
    padding: 0;
    position: fixed;
    transition: height 0.3s, padding 0.3s;
    top: 66px;
    width: 100%;
    z-index: 999;
}

.searchBottom.active {
    border-bottom: 2px solid #00af0c;
    height: 65px;
    padding: 10px 0;
}

.searchBottomInner {
    display: flex;
    height: 45px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 950px;
}

.searchBottomTxt {
    align-items: center;
    color: #3e3e3e;
    display: flex;
    font-size: 14px;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100px;
}

.searchBottomSwiper {
    width: calc(100% - 100px);
}

.searchBottomItem {
    width: auto;
}

.searchBottomItem span {
    bottom: 5px;
    color: #fff;
    font-size: 11px;
    left: 5px;
    position: absolute;
}

#gotop-button {
    bottom: -100%;
    position: fixed;
    right: 40px;
    transition: bottom 0.3s;
    z-index: 999;
}

#gotop-button.active {
    bottom: 120px;
}

.left-side-content {
    position: relative;
    margin-top: 0;
    width: 165px;
    left: inherit;
    margin-bottom: 0;
}

.left-side-bar {
    position: inherit;
    float: inherit;
    height: auto;
    padding-bottom: 100px;
    width: auto;
}

.left-side-bar #sideBarContainer {
    right: 0 !important;
    overflow-y: inherit !important;
}

.row-offcanvas,
.top-content {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.right-container,
.top-container {
    width: calc(100% - 195px);
}

.mo-image {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1100;
    text-align: center;
}

#pdf-model {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0px;
    left: 0px;
    z-index: 10000;
}

.image-content {
    width: 600px;
    margin: 130px auto;
    position: relative;
}

.mo-close {
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #000000;
}

.mo-close:hover,
.mo-close:focus {
    color: #bbb;
    cursor: pointer;
}

.mo-image-img {
    user-select: none;
    width: 26em;
}

#moimg,
#caption {
    -webkit-animation: first 1s;
    -o-animation: first 1s;
    animation: first 1s;
}

@keyframes first {
    from {
        transform: scale(0.1);
    }

    to {
        transform: scale(1);
    }
}

.tag-title {
    clear: both;
    height: 25px;
    margin-bottom: 40px;
}

.tag-titles {
    height: 36px;
    width: 137px;
    background: #e7e7e7;
    border-radius: 6px;
    padding: 9px 13px;
    font-weight: bold;
    float: right;
    cursor: pointer;
}

.tag-list {
    margin-top: 85px;
    margin-bottom: 50px;
}

.list-item {
    margin: 25px 0;
}

.item-title {
    background: #ccc;
    margin-bottom: 25px;
    font-size: 17px;
    padding: 3px 10px;
    font-weight: bold;
}

.tag-item {
    text-align: center;
    width: 35px;
    height: 32px;
    border: solid 1px #7d7d7d;
    border-radius: 3px;
    padding: 1px 2px;
    font-size: 20px;
    font-weight: bold;
    color: #7d7d7d;
    cursor: pointer;
    margin: 3px;
    background-color: white;
}

.image-list-title {
    margin-bottom: 10px;
    font-weight: bold;
}

.image-item {
    border: 1px solid #d8d8d8;
    padding: 0;
}

.image-item-check {
    position: absolute;
    left: 10px;
    top: 10px;
}

.tag-submit {
    text-align: center;
    padding: 20px;
    position: fixed;
    width: 950px;
    top: 75px;
    background: #f7f7f7;
    z-index: 100;
}

.tag-button {
    height: 45px;
    background: #e7e7e7;
    font-weight: bold;
    padding: 13px;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 10px;
}

.tag-button-s {
    background: #ec3838;
    color: #fff;
}

.pdf-caption {
    background: #fff;
    width: 100%;
    text-align: center;
    padding-top: 95px;
    font-size: 20px;
    color: #ccc;
}

.pdf-button {
    border-radius: 5px;
    background: red;
    width: 50%;
    margin: 10px auto;
    padding: 10px;
    border: 1px solid #eee;
    font-size: 17px;
    font-weight: bold;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.count_card {
    float: right;
    display: inline-block;
    color: #fff;
    ;
    padding: 4px;
    ;
}

.checked {
    background: #000;
    color: #fff;
}

.checked img {
    z-index: 1;
    filter: invert(100%);
}

.item_weight {
    color: #2c9a7a;
    font-weight: bold;
}

.search_image {
    width: 100%;
}

.ttlBox {
    float: left;
}

.saleOff {
    background-color: #ec3838;
    color: #fff;
    float: right;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 5px 15px;
    z-index: 1;
}

.saleOff:hover {
    opacity: 0.7;
}

.saleOff a {
    color: #fff !important;
    font-size: 12px;
    text-decoration: none;
}

.saleOff em {
    font-style: normal;
}

.priceColor {
    color: #ec3838;
    font-weight: bold;
}

footer {
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: center;
}

footer p {
    line-height: 1;
    margin-bottom: 0;
    top: inherit;
}

.boxBanner {
    position: relative;
}

.boxBannerImg {
    display: block;
}

.boxBannerImg img {
    width: 100%;
}

.boxBannerTxt {
    align-items: center;
    color: #000;
    display: flex;
    font-size: 24px;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 40px;
    position: absolute;
    top: 0;
    width: 100%;
}

.lCard {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.lCardItem {
    text-decoration: none !important;
    width: calc((100% - 80px) / 3);
}

.lCardTitle {
    background-color: #ec3838;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 7px 5px 5px;
    text-align: center;
}

.lCardTitle.organics {
    background-color: #0072d7;
}

.lCardTitle.standards {
    background-color: #00af0c;
}

.lCardImg {
    display: block;
    margin-bottom: 20px;
    transition: opacity 0.3s;
}

.lCardImg img {
    width: 100%;
}

.lCardTxt {
    color: #000;
    font-size: 14px;
}

.lCardItem:hover .lCardImg {
    opacity: 0.75;
}

@media (max-width: 992px) {
    .tag-title {
        clear: both;
        height: 200px;
        margin-bottom: 40px;
    }

    .search_image {
        width: 70%;
    }

    .tag-button {
        height: 45px;
        font-weight: bold;
        padding: 13px;
        border-radius: 6px;
        cursor: pointer;
        margin: 10px auto;
    }

    .bl-item {
        margin: 5px auto;
    }

    .count_card {
        float: right;
        display: inline-block;
        color: #000;
        padding: 4px;
        background: #fff;
    }

    .tag-submit {
        text-align: center;
        padding: 20px;
        position: absolute;
        width: 100%;
        top: 0;
        background: #f7f7f7;
        z-index: 100;
    }

    .tag-list {
        margin-top: 10px;
        margin-bottom: 50px;
    }

    .nSearchName {
        width: 85%;
        margin-left: 10px;
        margin-top: 6px;
    }

    .top-content {
        margin-top: 0;
    }

    .right-container,
    .top-container {
        padding: 15px 15px 50px;
        width: 100%;
    }

    .left-side-content {
        width: auto;
    }

    .lCard {
        margin-top: 15px;
    }

    .lCardItem {
        width: calc((100% - 30px) / 3);
    }
}

@media (min-width: 480px) {
    .mo-image-img {
        user-select: none;
        width: 40rem;
    }
}

@media (min-width: 1024px) {
    .nSearchName {
        width: 490px;
        margin-left: 0;
        margin-top: 6px;
    }
}

@media (max-width: 768px) {
    .searchBottomTxt {
        padding-left: 15px;
    }

    #gotop-button {
        right: 15px;
    }

    #gotop-button.active {
        bottom: 100px;
    }

    .top-content {
        flex-wrap: wrap;
        margin-top: 0;
    }

    .lCardTitle {
        font-size: 14px;
    }

    .lCardTxt {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .lCard {
        flex-direction: column;
        align-items: center;
    }

    .lCardItem {
        margin-bottom: 15px;
        max-width: 225px;
        width: 100%;
    }
    
    .saleOff {
        font-size: 10px;
        padding: 3px 10px;
    }

    .spPr85 {
        padding-right: 85px !important;
    }
}

@media (max-width: 374px) {
    .nSearchName {
        width: auto;
    }

    .index-container {
        height: 390px;
    }
}

.side-search-input-container .bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 250px !important;
    overflow-y: auto;
}

.pull-right.icon {
    content: "aaaaaaaaaa";
}

.left-side-bar-container ::-webkit-scrollbar {
  width: 0;
}
.left-side-bar-container ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0 transparent;
}
.left-side-bar-container ::-webkit-scrollbar-thumb {
  background: transparent;
}

.left-side-bar-container{
    height: calc(100% - 140px) !important;
    overflow-y: auto !important;
}
#trueSideBar {
    height: calc(100vh - 140px) !important;
    margin-left: -225px;
    overflow-y: auto !important;
    padding-left: 235px;
    width: 400px !important;
}
.letter-search-row-container {
    display: flex;
}
.flexBox {
    align-items: flex-end;
    display: flex !important;
}
.flexBoxCol {
    box-sizing: border-box;
    padding: 0 !important;
}
.count_card.style01{
    color: #444;
    float: inherit;
    margin-bottom: 7px;
    padding: 0;
}
.count_card.style02{
    display: none;
    float: inherit;
}
.btn-clear {
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 0.875em;
    float: right;
    line-height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    padding: 0px 4px;
    height: 20px;
}
.btn-clear:hover {
    color: #fff;
}
.col-right {
    padding-right: 4px;
    text-align: right;
}
@media (max-width: 1024px) {
    .hidden-992 {
        display: block;
        text-align: center;
    }
}
@media (max-width: 992px) {
    .right-container .breadcrumb {
        position: relative;
    }
    .col-right {
        padding: 0;
        text-align: center;
    }
    .hidden-992 {
        display: none;
    }
    .count_card.style02{
        border-bottom: 1px solid #ccc;
        display: block;
        padding-bottom: 10px;
    }
    .flexBox {
        align-items: inherit;
        display: block !important;
    }
    .flexBoxCol {
        width: 100%;
    }
    .btn-clear {
        border: 1px solid #3e3e3e;
        color: #3e3e3e !important;
        bottom: -30px;
        height: auto;
        margin: 0 !important;
        padding: 2px 5px 0;
        position: absolute;
        right: 0;
    }
    .btn-clear:hover {
        color: #3e3e3e;
    }
    .data-spliter {
        margin: 10px 0;
    }
}
@media (max-width: 320px) {
    .btn-clear {
        font-size: 12px !important;
    }
}