.text-align-right{
    text-align: right;
}
.nowrap {
    white-space: nowrap
}

/* card */
.card {
    background-color: #fff;
    margin-bottom: 16px;
    border: 0 !important;
}

.card.border {
    border-radius: 16px
}

.card.round {
    border-radius: 8px
}

/* action-bar */
.action-bar {
    display: block;
    padding: 6px;
    overflow: hidden
}

.action-bar .action-line {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.action-bar .action-item {
    padding: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    align-self: auto;
    margin: 0 9px 0 0
}

/* page */
html {
    font-size: 88%
}

body {
    font-size: .90rem;
    font-weight: 300;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "AvenirNext", "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.2;
}

@media (max-width: 768px) {
    body {
        font-family: Roboto, -apple-system, BlinkMacSystemFont, "AvenirNext", "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
}

/* native-lazy-image */
.native-lazy-img-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.native-lazy-img-container.native-lazy-img-size-media {
    min-height: 120px
}

.native-lazy-img-container.native-lazy-img-size-square {
    max-height: 290px
}

.native-lazy-img {
    object-fit: cover;
    width: 100%;
    height: 100%

}

/* content-media */
.content-media {
    padding: 10px 16px;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
}

.content-media .field {
    position: relative;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    overflow: hidden
}

.content-media .field .content-section {
    padding-bottom: 5px
}

.content-media .content-key {
    margin-bottom: 4px
}

.content-media .content-key-attribute {
    font-size: .86em;
    font-weight: 300;
    color: #737579;
    margin-top: 5px
}

.content-media .x-badges-default {
    right: 16px;
    position: absolute
}

.content-media .x-badges {
    display: none;
}

.content-media .title {
    position: relative;
    font-size: 1.55em;
    font-weight: 400;
    margin-bottom: 15px
}

.content-media .title h1 {
    font-size: inherit;
    font-weight: inherit !important;
    margin: 0
}

.content-media .title-link {
    text-decoration: none;
    color: #000;
    font-weight: inherit
}

.content-media .block-detail-group {
    font-weight: 500;
    color: #00a863;
    margin-bottom: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.content-media .block-detail-group a {
    color: #00a863
}

.content-media .block-detail {
    font-size: 1.70em;
    font-weight: 500;
    height: 1.2em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.content-media .average-price {
    font-size: .9em;
    font-weight: 300;
    font-style: normal;
    color: #5e6064;
}

.content-media .average-price::before {
    content: " ";
    margin: 0 6px 0 6px
}

.content-media .cover-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.content-card {
    position: relative
}

.content-card .content-section a:not(.more) {
    pointer-events: none;
    color: #000;
    text-decoration: none
}

.content-card .details .content-section a, .content-card .expanded .content-section a {
    pointer-events: auto;
    color: #2c65af;
    text-decoration: underline
}

.content-card:not(.expanded):not(.details) .content-card-details {
    display: none;
}

.content-card .content-card-initial > .content-media {
    position: static;
    align-items: unset
}

.content-card .content-card-initial > .content-media .attractor {
    transition-duration: 90ms;
    transition-delay: 10ms;
    transition-property: flex-basis;
    z-index: 1
}

.content-card .content-card-initial > .content-media.details {
    padding-bottom: 0
}

.content-card .content-card-initial > .content-media.details .limit-height {
    max-height: none;
    height: auto;
    overflow: visible;
    -webkit-line-clamp: unset
}

.content-card .content-card-initial > .content-media.details .limit-height:after {
    display: none;
}

.content-card .content-card-initial > .content-media:not(.hero) {
    flex: 1;
    overflow: hidden
}

.content-card .content-card-initial > .content-media:not(.details) .content-section {
    padding: 0
}

.content-card .content-card-initial > .content-media .less {
    display: none;
}

.content-card .details-container {
    max-height: 500px;
    overflow: hidden;
    transition-duration: 100ms;
    transition-delay: 0s;
    transition-property: max-height
}

.content-card .action-bar {
    margin: 0 8px;
    padding-left: 4px;
    padding-right: 4px
}

.content-card .action-item .clip-wrapper.icon-btn.btn-flat {
    font-size: .75rem;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "AvenirNext", "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.content-card .action-item .clip-wrapper.icon-btn.btn-flat a {
    text-decoration: none
}

.content-card .limit-height.limit-height-small-1, .content-card .limit-height.limit-height-large-1 {
    white-space: unset
}

.content-card:not(.details) .content-card-initial {
    display: flex;
    flex-direction: row
}

.content-card.expanded .content-card-initial {
    display: flex;
    flex-direction: column
}

.content-card.expanded .content-card-initial .less {
    display: inline-block
}

.content-card.expanded .details-container {
    max-height: 800px
}


@media (max-width: 600px) {
    .block-detail {
        font-size: 1.4em !important;
        margin-bottom: 5px;
    }

    .content-media .title {
        font-size: 1.1em
    }

    .average-price {
        font-size: .8em;
        margin-left: 0 !important;
    }
    .product__modal-content span {
        font-size: 1em !important;
    }

    .content-card .action-bar {
        display: none;
    }

    .content-card.expanded .action-bar, .content-card.details .action-bar {
        display: block
    }

    .content-card .content-media:not(.details).content-section {
        display: inline
    }

    .content-card .content-media .details.hero {
        height: auto;
        border-bottom: none;
        padding: 0
    }

    .content-card .content-media .details.hero .attractor {
        flex-basis: 160px;
        height: 160px
    }

    .content-card .content-media .details.hero .tag-container {
        left: 0
    }

    .content-card .content-media.hero:not(.details) {
        height: 24.5rem
    }

    .content-card .body {
        padding: 0 8px;
        line-height: 1.642857143
    }

    .content-card > .section-heading-2 {
        padding-left: 8px;
        padding-right: 8px
    }

    .content-card .breadcrumb {
        margin: 0 8px
    }

    .content-card .chips {
        padding: 0 8px 8px
    }

    .content-card .dn-carousel .carousel-next {
        right: 0
    }

    .content-card .dn-carousel .carousel-prev {
        left: 0
    }
}

.content-card > .content-media:not(.hero) {
    box-sizing: border-box;
    width: 100%
}


.btn-custom {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

.btn-custom.learn-more {
    width: 12rem;
    height: auto;
}

.btn-custom.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    height: 3rem;
    background: #00a863;
    border-radius: 1.375rem;
    width: 100%;
    color: #fff;
}

.btn-custom.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

.btn-custom.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

.btn-custom.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}

.btn-custom.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}

.btn-custom:hover .circle {
    width: 100%;
}

.btn-custom:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}

.btn-custom:hover .button-text {
    color: #fff;
}

.product__modal-content span {
    font-size: 1.55rem;
    color: #000;
}

.product__modal-content .product__price span {
    font-size: inherit;
}

.product__modal-img img {
    object-fit: contain;
    height: 400px;
}

.nav-link img {
    margin: 5px;
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.badge-secondary {
    background-color: #23b792;
    color: #fff;
}

.badge-no-radius {
    border-radius: 0;
}

.filter-select2 + .select2-container .select2-selection {
    border-radius: 1rem;
}

.tox-naked-btn {
    border: 1px solid #E5E5E5;
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    color: #000;
    background-color: #fff;
    cursor: pointer;
}

.filter-div {
    border-radius: .4rem;
    background-color: #fff;
    margin-bottom: 1rem;
}

.d-green-bg, .moveing-text-area {
    background: #188267 !important;
}

.price {
    color: #00a863 !important;
    font-size: 1.70em !important;
    font-weight: 500 !important;
    height: 1.2em !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}

.fake-select {
    width: 100%;
    min-height: calc(1.5em + 0.75rem + 2px);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 20px 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='1.1em' height='1.1em' viewBox='0 0 16 16' class='bi bi-chevron-right' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");

}

.mb-5 {
    margin-bottom: 5px !important;
}

.all-categories-selected {
    display: block;
}

.sponsored-card {
    border: 2px dashed #e5e5e5 !important;
    border-radius: 1rem !important;
    padding: 1rem !important;
    margin-bottom: 1rem !important;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
}
