/* Style css */
@import url(https://fonts.googleapis.com/css2?family=Epilogue:wght@300;400;500;600;700;800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Asap:wght@400;500;600;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;700&family=Manrope:wght@400;500;600;700;800;900&display=swap);

:root {
    --card-radius: 8px;
    --font-family-cabin: 'Cabin', sans-serif;
    --primary-color: #750ac5;
    --dark-color: #333;
    --btn-radius: 16px;
    --img-radius: 24px;
    --color: #555;
    --linear-background: linear-gradient(90deg, #5C14AE 0%, #C33764 100%);
    --primary-font: 'Epilogue', sans-serif;
    --sub-color: #888;
    --new-gradient: linear-gradient(135deg, #fbe9e7 0%, #d17ea6 25%, #a84ca5 50%, #673ab7 75%, #ede7f6 100%) !important;
}

.d-none {
    display: none !important
}

.logo-font {
    font-family: 'Asap', sans-serif
}

.hidden {
    display: none !important
}

img.lazyload:not([src]) {
    visibility: hidden
}

* {
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

*:focus {
    outline: none
}

html,
body {
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    min-height: -webkit-fill-available;
}

html {
    font-family: var(--primary-font);
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    padding: 0;
    box-sizing: border-box;
    font-size: 16px;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    overflow-x: hidden;
    font-size: 14px
}

p {
    font-size: 14px
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
    border-radius: 24px;
}

audio:not([controls]) {
    display: none;
    height: 0
}

.gradient-back {
    background: var(--linear-background);
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active {
    outline: 0
}

a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: var(--primary-font);
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

.input-group-text {
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: .375rem;
    opacity: .7;
    margin-left: 8px;
}

button {
    overflow: visible
}

button,
select {
    text-transform: none;
    background: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

@media print {

    *,
    *::before,
    *::after,
    *::first-letter,
    *::first-line {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: none
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .tag {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

*,
*::before,
*::after {
    box-sizing: inherit
}

@-ms-viewport {
    width: device-width
}

body {
    font-family: var(--primary-font);
    font-size: 1rem;
    line-height: 1.5;
    color: #373a3c;
    background-color: #fff;
    font-weight: 400
}

[tabindex="-1"]:focus {
    outline: none !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: var(--primary-font)
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #818a91
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

a {
    color: #fff;
    text-decoration: none
}

a:focus,
a:hover {
    color: #fff;
    text-decoration: none
}

a:focus {
    outline: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

a:not([href]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):focus,
a:not([href]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):focus {
    outline: none
}

pre {
    margin-top: 0;
    margin-bottom: 1rem
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle
}

[role="button"] {
    cursor: pointer
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
    touch-action: manipulation
}

table {
    background-color: transparent
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #818a91;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: left
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

input,
button,
select,
textarea {
    margin: 0;
    line-height: inherit;
    border-radius: 0
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit
}

input[type="search"] {
    -webkit-appearance: none
}

output {
    display: inline-block
}

[hidden] {
    display: none !important
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1,
.h1 {
    font-size: 2.5rem
}

h2,
.h2 {
    font-size: 2rem
}

h3,
.h3 {
    font-size: 1.75rem
}

h4,
.h4 {
    font-size: 1.5rem
}

h5,
.h5 {
    font-size: 1.25rem
}

h6,
.h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

small,
.small {
    font-size: 80%;
    font-weight: 400
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: 5px
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    padding: .5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border-left: .25rem solid #eceeef
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #818a91
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: .25rem solid #eceeef;
    border-left: 0
}

.blockquote-reverse .blockquote-footer::before {
    content: ""
}

.blockquote-reverse .blockquote-footer::after {
    content: "\00A0 \2014"
}

.img-fluid,
.carousel-inner>.carousel-item>img,
.carousel-inner>.carousel-item>a>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: .3rem
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #818a91
}

.article-content p {
    font-family: var(--primary-font);
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-bottom: 2rem
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
    font-weight: 500 !important;
    margin: 1.6rem 0 1rem
}

.grey-background {
    background: #FCFCFC !important;
    border: 1px solid rgba(89, 89, 89, 0.10000000149011612) !important;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: 16px !important
}

.gradient-bdr {
    background: linear-gradient(#fcfcfc, #fcfcfc) padding-box, radial-gradient(99.96% 284.78% at 100% 0%, #af316d 0%, #5C14AE 100%) border-box !important;
    border: 1px solid transparent !important;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    /* border-radius: 15px !important; */
    padding: 12px 16px;
    line-height: normal
}

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

.product-all-info .featured-product-content {
    width: 92.5%;
    right: -10px;
    left: 10px;
    margin: 0;
    bottom: 10px
}

.h-300 {
    height: 200px;
    border-radius: 16px
}

.h-300 img {
    border-radius: 16px;
    object-fit: cover;
    height: 100%;
    width: 100%
}

.instruction-sliders .slick-dots li button:before {
    content: '' !important;
    border: 1px solid transparent;
    width: 30px;
    height: 5px;
    background: linear-gradient(92deg, rgba(89, 89, 89, .1) 0%, rgba(194, 194, 194, .1) 100%);
    line-height: normal;
    border-radius: 5px;
    color: transparent !important;
    top: 0
}

.instruction-sliders .slick-dots li {
    width: 30px !important
}

.instruction-sliders .slick-dots li button {
    width: 30px;
    height: 5px
}

.instruction-sliders .slick-dots li.slick-active button:before {
    opacity: 1;
    background: var(--linear-background)
}

.review-content-background a:hover {
    color: #fff !important;
}

.profile-review li:nth-child(3) {
    cursor: pointer;
}

.company-sinlge .play-icon-n {
    right: 13px !important;
}

.main-page .play-icon-n {
    right: 13px;
}

.user-content h1 {
    font-size: 1.25rem;
}

@media (min-width: 1800px) {
    .search-page .tab-content {
        max-height: 650px !important;
        overflow-y: auto;
    }

    .msgs-list {
        max-height: 580px !important;
    }
}

.home-reviews .explore-tab.nav.nav-tabs {
    display: none;
}

@media screen and (max-width: 767px) {
    .similar-product-card {
        flex: 0 0 calc(50% - 10px) !important;
    }
    .r-icon {
        width: 50px;
        height: 50px;
        background-image: url("/icons/review-share-icon.svg");
        background-repeat: no-repeat;
        background-size: center;
        margin-bottom: 10px;
    }

    .save {
        background-position: 0  0px;
    }

    .up-vote {
        background-position: 0  -66px;
    }

    .rev-share {
        background-position: 0px  -130px;
    }

    .p-tagged {
        background-position: 0  -195px;
    }

    .tagged-brands a {
        color: #fff !important;
    }

    .tagged-products li {
        padding: 0 !important;
    }

    .company-buttons.loc .following span {
        font-size: 9px;
    }

    .company-buttons.nor .following span {
        font-size: 9px;
    }
    .mob-collection-modal .panel-body.scrollable>div>.d-flex:first-of-type {
        display: none !important;
    }

    .swiper:has(.review-modal) {
        height: 100dvh !important;
    }

    .dropdown-menu {
        top: -63px !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
    }

    .dropdown-toggle::after {
        display: none !important;
    }

    .mobile-search {
        left: 15px;
        position: fixed !important;
        background: transparent !important;
        margin: 0;
    }

    .cust-form-control {
        padding: 13px 33px 16px 33px !important;
    }

    .mobile-navbar.visible-xs {
        display: flex !important;
    }

    .mobile-navbar {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 10px 0;
        border-top: 1px solid #ddd;
        z-index: 999;
    }

    .mobile-navbar .nav-item img {
        width: 24px;
        height: 24px;
    }

    .collection-page-container .user-content {
        max-width: 70%;
        margin: 0 auto;
    }

    .collection-banner {
        max-width: 100%;
    }

    .home-reviews .explore-tab.nav.nav-tabs {
        display: inline-flex !important;
    }

    .container-fluid:has(.review-single-page) {
        padding: 0px;
    }

    .container-fluid:has(.review-single-page) .main-nav {
        padding: 0px 15px;
    }

    .review-single-page .review-media {
        width: auto;
        overflow: hidden;
        border-radius: 0px;
        height: 550px;
    }

    .review-media .swiper-pagination {
        top: 60px !important;
    }

    .review-single-page .swiper {
        max-height: 660px;
    }

    /* .rev-content {
        padding: 15px 0px !important;
    } */
    .search-page .explore-tab {
        padding: 0px 15px;
        width: 95vw;
    }

    /* .home-reviews .tab-content {
        padding: 0px 15px;
    } */
    /* .home-reviews {
        padding: 0px;
        width: 100%;
        overflow: hidden;
    } */
    .mpad-0 .featured-product img {
        height: auto;
    }

    .mpad-0 {
        padding: 0px !important;
    }

    .company-detail-box h1 {
        font-size: 20px !important;
    }

    .input-icon {
        width: 42% !important;
    }

    .form-group.flex-fill input {
        padding-left: 46% !important;
    }

    .upload-float {
        position: relative;
        max-height: 100px;
    }

    .main-content {
        padding: 0px;
        /* height: auto !important; */
    }

    .content-overflow {
        padding-right: 0px !important;
    }

    .user-follow-list .close {
        right: 0 !important;
        left: unset !important;
        top: 3px !important;
    }

    .upld-icon {
        position: absolute;
        width: 40px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .tryon-config a {
        margin: 0;
        display: inline-block;
        width: 100%;
    }

    .col-popup:has(.mobile-tryon-popup) {
        background-color: transparent;
        /* backdrop-filter: unset !important; */
        height: 100vh;
        position: fixed;
    }

    .col-popup:has(.mobile-tryon-popup) .col-close {
        /* display: none !important; */
        top: 34%;
        z-index: 9999;
        left: 0;
        width: 100%;
        height: 26px;
        background: transparent;
        color: transparent;
    }

    .small-preview {
        max-height: 100px;
    }

    .mobile-tryon-popup .btn-prm:hover {
        background: linear-gradient(90deg, #5C14AE 0%, #C33764 100%);
    }

    .uploaded-img {
        display: flex;
        justify-content: center;
        gap: 15px;
    }

    .user-content p {
        max-width: 100% !important;
        margin: auto;
    }

    .sidebar-popup.col-popup {
        width: 100vw;
        max-width: 100%;
    }

    .mobile-chatbox {
        transition: max-height 0.3s ease-in-out;
    }

    .mobile-chatbox.show-full-chat {
        max-height: 80vh;
        overflow-y: auto;
    }

    .chatbox-input {
        border-radius: 8px;
        padding: 17px 16px 0px 15px;
        position: relative;
    }

    .mob-chatsend {
        position: absolute;
        top: 12px;
        right: 11px;
        bottom: 0;
    }

    .mobile-chatbox .chat-msg {
        width: auto;
        position: unset;
    }

    .mobile-chatbox {
        box-shadow: 0 4px 12px rgb(0 0 0) !important;
        background: #fff;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 999;
        padding: 1px 14px 14px;
        width: 100%;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .search-page .tab-content {
        max-height: 100% !important;
        overflow-y: unset !important;
        padding: 0px 15px;
    }

    .wishlist-page h2 {
        font-size: 20px;
    }

    button.w-colpop.col-sts {
        font-size: 11px;
        padding-top: 8px;
        width: 34%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 5px;
    }

    .e-prod {
        padding: 0px !important;
    }

    .following.gradient-back.hide-md span {
        font-size: 12px;
        display: block;
        padding: 2px 10px;
    }

    .following.gradient-back.hide-md {
        margin-bottom: 12px;
        display: inline-block !important;
        width: 32%;
    }

    .mob-follow .following {
        display: inline-block;
        padding: 6px 20px;
        margin-bottom: 10px;
        font-size: 12px;
        width: 32%;
    }

    .user-content .company-links a img {
        background: transparent;
        border: none;
        padding: 0;
        width: 20px;
    }

    .featured-product img {
        min-height: 100% !important;
        height: 301px;
    }

    /* .search-page .featured-product img {
        min-height: 100% !important;
        height: auto !important;
    } */

    .featured-product .video-thumb .play-icon-n img {
        height: auto !important;
    }

    .mob-f-prod {
        justify-content: space-between;
        padding: 0px;
    }

    .company-links.user-social-links {
        justify-content: flex-start !important;
    }

    .company-links.user-social-links .grey-background {
        flex: 0 0 auto;
    }

    .mob-f-prod h4 {
        font-size: 10px;
        font-weight: 100;
        margin: 0;
    }

    .mob-f-prod-item img {
        width: 105px;
        height: 105px;
        object-fit: cover;
    }


    .mob-f-prod-item .featured-product-content {
        width: 90%;
        border-radius: 8px;
        padding: 6px;
    }

    .section-block-md {
        padding: 40px 0px !important;
    }

    .bg-desc {
        padding: 20px 15px !important;
    }

    .reviews-count {
        font-size: 14px !important;
        margin-bottom: 10px;
    }

    .company-page .ratings {
        display: none;
    }

    .map-page {
        flex-direction: column-reverse;
        margin-bottom: 30px;
    }

    .map-list {
        max-height: 100% !important;
        height: 100vh;
        margin-top: -54px;
        z-index: 99999999999999;
        position: relative;
        padding: 0px 15px;
    }

    .map-page .input-group {
        display: none;
    }

    .map-details {
        padding: 0px;
        margin-top: 20px;
        max-height: 100% !important;
    }

    .mob-pad0 {
        padding: 0 !important
    }

    .product-tabs .nav-tabs a {
        padding: 0 25px 0 0 !important;
        margin: 0px !important;
        font-size: 12px
    }

    .product-tabs .nav-tabs a:last-child {
        padding: 0 !important
    }

    .review-slider.image-mask {
        height: 670px !important
    }

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

    .review-ab h4 {
        color: #fff !important
    }

    .review-ab .review-contents {
        color: #fff !important
    }

    .btn-outline-primary {
        width: 100%;
        padding: 22px !important;
        font-size: 20px
    }

    .btn-outline-primary img {
        width: 34px;
        padding-right: 8px !important
    }

    .save-btn .load-more {
        width: 100%;
        padding: 20px;
        font-size: 20px;
        margin-top: 20px !important
    }

    .save-btn .load-more img {
        width: 32px;
        padding-right: 8px !important
    }

    .m-upload {
        margin-top: 20px;
        padding-left: 0px !important
    }

    .file-upload {
        left: 34% !important;
        margin-left: 10px
    }

    .r-form {
        padding-left: 0;
        margin-top: 20px
    }

    .ratings-btn button {
        margin-bottom: 14px;
        padding: 15px 22px !important
    }

    .pr-8 {
        padding-right: 8px
    }

    .pl-8 {
        padding-left: 8px
    }

    .play-icon-n {
        right: 8px !important
    }

    .video-play-btn {
        left: -10% !important;
    }

    .tab-rev .item,
    .tab-rev .text-review {
        margin-bottom: 0px !important
    }

    .tab-rev>div>div:first-child {
        gap: 15px !important
    }

    .tab-rev>div>div:last-child {
        gap: 15px !important
    }

    .product-page .section-block {
        padding-left: 0px !important;
        padding-right: 0px !important
    }

    .tab-content .featured-product-content img {
        width: 12px !important;
        margin-right: 2px !important;
        height: 12px !important;
        object-fit: cover;
    }

    .product-page .text-review {
        padding: 10px !important
    }

    footer .container {
        padding: 15px !important
    }

    .company-page .featured-product-content {
        left: -14px !important;
        width: 92% !important
    }

    .v-play {
        left: 15% !important
    }

    .v-text {
        left: 14.5% !important
    }

    .mobile-page .section-block {
        padding: 12px 20px !important
    }

    .hide-md {
        display: block !important
    }

    .hide-xs {
        display: none !important
    }

    .visible-xs {
        display: block !important
    }

    .mobile-baner h1 {
        font-size: 22px !important;
        text-align: center;
        color: var(--dark-color);
        line-height: 31px !important;
        margin-bottom: 15px;
        font-weight: 500 !important
    }

    .mobile-baner {
        padding: 20px 10px;
        background: linear-gradient(#fcfcfc, #fcfcfc) padding-box, linear-gradient(90deg, #5959592e 10%, #c2c2c236 40%) border-box;
        border: 1px solid transparent;
        -webkit-backdrop-filter: blur(2px);
        backdrop-filter: blur(2px);
        border-radius: 16px;
        max-width: 100% !important
    }

    .mobile-baner p {
        color: #888;
        font-size: 12px;
        text-align: center;
        margin-bottom: 0;
        line-height: 22px
    }

    .navbar {
        padding: 20px 0px 12px 0px !important;
        padding-bottom: 25px;
        justify-content: space-between !important;
    }

    .nav {
        font-size: 15px
    }

    .amazing-review {
        display: none !important
    }

    .product-desc p {
        color: #888888 !important;
        font-weight: 400;
        font-size: 12px !important;
        line-height: 160% !important
    }

    .single-product .thumbnail-slider-wrap .slick-slide.slick-active.slick-current img {
        padding: 0px !important
    }

    .single-product .share {
        background: linear-gradient(90deg, rgba(89, 89, 89, .1) 0%, rgba(194, 194, 194, .1) 100%);
        backdrop-filter: blur(8.98131px);
        border-radius: 8px 16px 8px 8px;
        top: 4%;
        z-index: 9;
        border-top-right-radius: 20px !important;
        padding: 7px 6px !important;
        bottom: auto !important;
        right: 4% !important
    }

    .single-product .share .fa {
        padding: 0;
        font-size: 15px
    }

    .single-product .share span {
        font-size: 8px !important
    }

    a.mobile-btn:focus,
    a.mobile-btn:hover,
    a.mobile-btn:active {
        color: #fff !important
    }

    .featured-product-content span {
        word-break: break-all;
        font-size: 10px;
        font-weight: 400;
    }

    .video-review-tag .featured-product-content {
        bottom: 10px !important
    }

    .main-page .featured-product-content {
        left: -15px !important;
        padding: 10px 10px !important
    }

    .section-block.main-page {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 0px !important
    }

    .product-all-info .featured-product-content {
        width: 94.5%
    }

    .m-badge {
        bottom: auto !important;
        bottom: 2% !important;
        z-index: 1;
        justify-content: space-between;
        left: 15px !important;
        right: 15px !important;
        width: 55% !important;
        border-radius: 10px !important;
        padding: 0px 10px !important;
        height: 45px;
    }

    .m-badge img {
        margin-right: 15px;
        margin-left: 0px !important;
        max-width: 28px !important;
        margin-right: 5px !important;
    }

    .review-media {
        position: relative
    }

    .m-badge span svg {
        font-size: 18px !important;
        margin-top: 12px;
    }

    .m-badge h5 {
        font-size: 10px !important;
        word-break: normal;
        margin-top: 3px !important;
        font-weight: 500;
    }

    .pure-modal-backdrop .pure-modal {
        width: 100% !important;
    }

    .review-p-modal .actions {
        justify-content: flex-end;
        right: 15px;
        top: -102px;
    }

    .review-p-modal .paginate {
        position: absolute;
        top: 30%
    }

    .review-p-modal .share {
        bottom: 71px !important;
        /* margin-bottom: 0px !important; */
    }

    .review-p-modal .star {
        bottom: 100% !important;
        margin-bottom: 12px;
    }

    .video-review-img .video-player video {
        border-radius: 0px !important;
        width: auto !important;
        height: 100vh !important;
    }

    .video-review-img .video-player,
    .video-review-img .video-player>div {
        padding: 0px !important
    }

    .review-single-page .video-review-img .video-player>div {
        max-width: 362px !important;
        width: 100% !important;
    }

    .post-info-box svg {
        height: 30px !important
    }

    .post-info-box span {
        font-size: 11px !important
    }

    .post-info-box h5 {
        font-size: 14px !important
    }

    .post-info-box {
        padding: 15px 0 !important
    }

    .sample-content .v-text {
        left: 10.5% !important
    }

    .mobile-pad {
        padding: 0 !important
    }
}

.main-page .featured-product-content {
    left: -12px
}

.featured-product.video-review-tag .featured-product-content {
    bottom: 10px !important
}

.visible-xs {
    display: none
}

.visible-md {
    display: none
}

.logo {
    height: 33px;
    width: auto;
}

.selected-text {
    padding: 8px;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--primary-font);
    color: #750ac5;
    border-bottom: 3px solid #750ac5
}

.unselected-text {
    padding: 8px;
    color: rgba(0, 0, 0, .5);
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 400
}

.unselected-text:hover {
    padding: 8px;
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 400;
    color: #750ac5;
    border-bottom: 3px solid #750ac5
}

.header-list-container {
    height: 45px
}

.header-content {
    height: 65px
}

.p-0 {
    padding: 0 !important
}

.banner {
    display: block;
    margin-bottom: 0;
    padding: 0;
    background: transparent;
    padding: 110px 0
}

.banner-heading {
    font-weight: 400;
    margin-bottom: 20px
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.mt-30 {
    margin-top: 30px !important
}

.col {
    flex-basis: 0%;
    flex-grow: 1;
    max-width: 100%
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%
}

.boxed {
    height: 500px;
    padding-top: 80px !important;
    padding-bottom: 0 !important;
    background: #4829B2
}

.p-5 {
    padding: 3.125rem !important
}

@media (min-width: 1200px) {
    .p-lg-10 {
        padding: 6.25rem !important
    }

    .container {
        max-width: 1250px !important
    }
}

.banner-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.align-items-center {
    align-items: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
}

.banner p {
    font-size: 1.5rem;
    line-height: 1.75em
}

.text-white,
.user-panel,
.tile .tile-content {
    color: #fff
}

.mb-3,
.my-3 {
    margin-bottom: 2.875rem !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-30 {
    margin-bottom: 30px !important
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    margin-bottom: .5em
}

h2,
.h2 {
    font-size: 2.5rem
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 1em;
    font-family: var(--primary-font);
    font-weight: 500;
    line-height: 1.25;
    /* color:inherit; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 1em;
}

.d-flex {
    display: flex;
    align-items: center;
}

.btn {
    font-size: 1rem !important;
    cursor: pointer
}

.btn-rounded {
    border-radius: 10rem !important
}

.btn-outline-primary {
    color: var(--linear-background) !important;
    text-decoration: none !important;
    padding: 14.5px 40px;
    border-radius: 15px;
    background: transparent;
    margin-top: 50px
}

a:hover {
    text-decoration: none !important
}

.list-items {
    margin-left: 25px
}

.form-control {
    /* height: 40px; */
    font-size: 14px !important;
    /* border-radius: 10rem!important; */
    /* border: 1px solid #4829B2!important; */
    color: #000 !important
}

.row-feed {
    height: 50%
}

.form-group {
    margin-bottom: 0 !important;
    margin-top: 15px !important;
}

.navbar-list-items {
    display: flex;
    align-items: center !important;
    margin: 0 !important;
    float: right !important;
    justify-content: flex-end
}

.btn-outline-primary:focus,
.btn-outline-primary:focus {
    background-color: #4829B2 !important;
    color: #fff !important
}

.btn-outline-primary:hover,
.btn-outline-primary:hover {
    background-color: #4829B2 !important;
    color: #fff !important;
    text-decoration: none !important
}

ul {
    list-style-type: none
}

.pl-5,
.px-5 {
    padding-left: 3.125rem !important
}

.pr-5,
.px-5 {
    padding-right: 3.125rem !important
}

.btn-outline-secondary {
    color: #fff;
    border-color: #fff !important
}

.btn-outline-secondary:active,
.btn-outline-secondary.active,
.open>.btn-outline-secondary.dropdown-toggle {
    color: #111 !important;
    background-color: #fff !important;
    border-color: #fff !important
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    color: #111 !important;
    background-color: #fff !important;
    border-color: #fff !important
}

.btn-outline-secondary:hover {
    color: #111;
    background-color: #fff;
    border-color: #fff
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 8px 16px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

.css-wzxxy9 {
    margin: 0 !important
}

.trending-ul-container {
    position: relative
}

.trending-row {
    height: 100%
}

.trending-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.text-center {
    text-align: center !important
}

.trending-heading {
    font-size: 2.5rem;
    margin-bottom: .5em
}

.trending-heading-strong {
    color: #484343;
    font-weight: 700
}

.heading-hr {
    background: #5c14ae;
    border-color: #5c14ae;
    width: 8%;
    border: 3px solid #5c41ba;
    margin-top: 0 !important;
    margin-bottom: 2.875rem
}

.trending-ul {
    position: relative;
    padding: 0;
    list-style: none;
    margin-bottom: 0
}

.trending-li {
    padding-bottom: 20px
}

.trending-article {
    position: relative;
    height: auto;
    box-shadow: 0 10px 20px rgb(119 119 119 / 50%);
    overflow: hidden;
    border-radius: 15px
}

.feed {
    padding-left: 0;
    height: 100%
}

.col-feed-first-tile {
    padding-left: 0 !important
}

.col-feed-second-tile {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.row-feed-down-tile {
    padding-top: 10px
}

.tile,
.tile:hover {
    -webkit-border-radius: 1.8rem !important;
    border-radius: 1.8rem !important;
    -moz-border-radius: 1.8rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.trending-image {
    background-image: url(https://www.examinatr.com/assets/images/grid/1.jpg);
    height: 100%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    background-size: cover;
    background-position: 50% 50%
}

.m-2 {
    margin: 1.25rem !important
}

.title-text {
    font-weight: 500;
    margin-bottom: 10px
}

.trending-tile-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff
}

.trending-tile-footer {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    position: absolute;
    width: 100%;
    padding: 12px;
    top: auto;
    bottom: 0;
    color: #fff;
    background: #1111118c;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    width: 100%
}

.tile-footer {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    position: absolute;
    width: 100%;
    padding: 1.875rem
}

.btn-secondary {
    background: #e5e5e5ab !important;
    border-color: #e5e5e5ab !important;
    font-size: 13px !important;
    padding: 5px;
    font-weight: 600
}

.text-purple {
    color: #4829B2 !important
}

.pl-2,
.px-2 {
    padding-left: 1.25rem !important
}

.pr-2,
.px-2 {
    padding-right: 1.25rem !important
}

.title-h6 {
    font-size: 14px;
    margin-bottom: 0
}

.tile-footer {
    top: auto;
    bottom: 0
}

.category-section {
    background-color: #161C2D !important;
    padding-top: 4rem !important;
    position: relative;
    margin: 0 auto;
    padding: 3.25rem 0;
    overflow: hidden;
    display: block
}

.category-container {
    margin-bottom: 3.125rem !important
}

.category-heading {
    font-size: 2.5rem;
    font-family: var(--primary-font);
    font-weight: 300;
    line-height: 1.25;
    color: inherit;
    margin-bottom: 20px;
    text-align: center
}

.category-active a {
    border-color: #111
}

.category-heading-strong {
    color: #fff !important;
    font-weight: 700
}

.category-hr {
    margin-top: 1.25rem !important;
    width: 8%;
    border: 3px solid #fff;
    background: #fff;
    margin-bottom: 50px
}

.css-1hkouf5:hover,
a:focus,
a:hover,
a:active {
    color: #333 !important;
    font-weight: 500 !important
}

.category-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-bottom: 4em
}

.category-li {
    float: none;
    margin-right: 15px;
    cursor: pointer;
    width: auto !important;
    text-transform: capitalize
}

.category-li a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 30px
}

.category-li a:hover {
    border-radius: 10rem;
    background-color: #111;
    border-color: #111;
    color: #fff !important
}

.category-active {
    border-radius: 10rem;
    background: #111;
    color: #fff
}

.category-active a {
    border-color: #111
}

.category-card {
    box-shadow: rgb(255 255 255) 2px 2px 18px;
    border-radius: 2.5rem !important;
    transition: 0.3s;
    width: 300px;
    height: 350px;
    margin-right: 40px;
    display: inline-block
}

.category-card:hover {
    box-shadow: rgb(255 255 255) 2px 2px 18px
}

.category-image-container {
    height: 50%;
    display: block;
    width: 100%
}

.category-image {
    height: 100%;
    display: block;
    width: 300px
}

.category-img {
    height: 100%;
    width: 100%;
    border-top-left-radius: 2.5rem;
    border-top-right-radius: 2.5rem
}

.category-text-container {
    background: #fff;
    height: 50%;
    display: block;
    width: 300px;
    border-bottom-left-radius: 2.5rem;
    border-bottom-right-radius: 2.5rem
}

.category-card-body {
    padding: 1.25rem !important;
    padding-top: 1.5rem !important;
    padding-bottom: 0 !important;
    height: 100%
}

.category-card-body-text {
    display: inline-block;
    padding: 3px;
    font-size: 11px !important;
    border-radius: 10rem !important;
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
    border: 1.5px solid #5c14ae;
    float: left
}

.category-card-body-text:hover {
    background: #5c14ae !important;
    color: #fff !important;
    text-decoration: none !important
}

.category-card-title {
    font-size: 21px;
    line-height: 1.3;
    font-weight: 700 !important;
    margin-bottom: 0 !important;
    font-family: var(--primary-font);
    color: #39393c;
    text-align: left
}

.category-title-text {
    color: #39393c !important;
    font-size: 21px;
    float: left
}

.category-title-text:hover {
    color: #39393c !important;
    text-decoration: none !important;
    background-color: transparent !important
}

.category-card-footer {
    background: transparent !important;
    box-shadow: none !important
}

.category-card-type-container {
    height: 20%
}

.category-card-text-container {
    margin-top: 10px;
    height: 40%
}

.category-card-footer-container {
    margin-top: 10px;
    height: 20%
}

.align-items-left {
    float: left
}

.category-card-container {
    margin-top: 20px
}

.review-section {
    background-color: #fff !important;
    padding: 4.5rem 0 !important;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    display: block
}

.review-heading-strong {
    color: #484343 !important;
    font-weight: 700
}

.review-hr {
    margin-top: 1.25rem !important;
    width: 8%;
    border: 3px solid #5c14ae;
    background: #5c14ae
}

.review-container {
    margin-top: 30px !important
}

.review-card-type {
    position: absolute;
    top: 25px;
    right: 15px;
    bottom: 0;
    height: 30px;
    background: #5c14ae !important;
    border: 1px solid #5c14ae !important;
    color: #fff;
    z-index: 2
}

.review-image {
    background-image: url(https://www.examinatr.com/assets/images/demo/image-2.jpg);
    height: 100%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    background-size: cover;
    background-position: 50% 50%
}

.review-tile-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, .2)
}

.review-title-text {
    font-weight: 400;
    margin: 0;
    padding: 5px 0;
    font-size: 15px
}

.review-title-text:hover {
    color: #fff !important
}

.review-tile-content {
    color: #fff !important
}

.review-feed-item {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-align: center !important;
    align-items: center !important;
    text-decoration: none !important
}

.feed-item-img {
    border-radius: 9px;
    width: 90px;
    height: 93px
}

.feed-item-content {
    padding-left: 15px;
    text-align: start
}

.feed-item-content-h3 {
    font-weight: 500;
    font-size: 20px;
    color: #393939;
    margin-bottom: 5px !important
}

.feed-item-content-p {
    font-size: 14px;
    color: #272525c7;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    line-height: 22.13px
}

.review-feed-item-small {
    font-size: 12px;
    color: #A0AEC0
}

.review-feed-item-li {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    cursor: pointer
}

.review-feed-item-li:last-child {
    border-bottom: none
}

.review-feed-item-li:first-child {
    padding-top: 0 !important;
    padding-bottom: 15px !important
}

.video-review-section {
    background-color: #161c2d !important;
    padding-top: 3.75rem !important;
    position: relative;
    margin: 0 auto;
    padding: 6.25rem 0;
    overflow: hidden;
    display: block
}

.video-review-hr {
    background: #5c14ae;
    border-color: #5c14ae;
    width: 8%;
    border: 3px solid #5c41ba;
    margin-top: 0 !important;
    margin-bottom: 2.875rem
}

.video-review-strong {
    color: #fff !important;
    font-weight: 700
}

.video-review-container {
    margin-top: 25px
}

.video-review-feeds {
    position: absolute;
    left: 575px;
    top: 0
}

.video-review-single-card {
    position: absolute;
    left: 0;
    top: 0
}

.video-review-ul {
    position: relative;
    height: 330px
}

.video-review-tile {
    border-radius: 2.5rem;
    box-shadow: 0 6px 15px 5px rgb(36 33 37 / 31%);
    margin-top: 0 !important;
    position: relative;
    display: block;
    color: #fff;
    box-shadow: 0 6px 15px 5px rgb(255 255 255 / 20%);
    overflow: hidden
}

.video-review-videos {
    margin: auto;
    border-radius: 8px;
    box-shadow: 0 6px 15px 5px rgb(255 255 255 / 20%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: contain;
    box-sizing: border-box
}

.playpause {
    top: 50%;
    left: 45%;
    position: absolute;
    z-index: 1
}

.video-review-tile-footer {
    top: auto;
    bottom: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    position: absolute;
    width: 100%;
    padding: 1.875rem;
    text-align: start
}

.position-relative {
    position: relative !important
}

.video-review-feed-video {
    border-radius: 20px;
    box-shadow: 0 6px 15px 5px rgb(255 255 255 / 20%)
}

.feeds-playpause {
    top: 40%;
    left: 40%;
    position: absolute
}

.video-review-feed-item-content {
    padding-left: 15px;
    text-align: start
}

.video-review-feed-item {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-align: center !important;
    align-items: center !important;
    text-decoration: none !important;
    background-color: transparent
}

.video-review-feed-list {
    margin: 20px 0
}

.video-review-feed-list:first-child {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.latest-post-card {
    border: 1px solid #80808052;
    -webkit-mask-image: none;
    border-radius: 2.5rem !important;
    box-shadow: 0 6px 15px 5px rgb(0 0 0 / 20%);
    transition: 0.3s;
    width: 300px;
    height: 500px
}

.display-flex {
    display: flex
}

.latest-post-card-feeds {
    margin: 20px
}

footer {
    background: #fff !important;
    position: relative !important;
    bottom: 0 !important;
    padding-bottom: 0 !important
}

footer.light {
    background: #ffffff !important
}

.footer-row {
    padding: 50px 0 !important
}

.text-left {
    text-align: left !important
}

.footer-text-white {
    color: #f1f1f7 !important
}

.footer-hr {
    width: 13%;
    background: #5c14ae;
    border: 2px solid #5c14ae !important;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-left: 0 !important;
    margin-top: 0.625rem !important;
    margin-bottom: 1.875rem
}

#limheight {
    list-style: none;
    line-height: 2rem;
    padding-left: 15px
}

#limheight:last-child {
    margin-bottom: 0
}

#limheight li {
    white-space: nowrap;
    font-size: 18px;
    font-weight: 400;
    color: var(--color);
    padding-bottom: 10px
}

#limheight li:last-child {
    padding-bottom: 0
}

.widget a {
    color: var(--color);
    word-wrap: break-word
}

.footer-feeds-img {
    width: 80px;
    max-height: 60px;
    border-radius: 6px
}

.footer-li {
    display: list-item
}

.footer-feed-item {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-align: center !important;
    align-items: center !important
}

footer .socials div {
    transition: all 0.2s;
    transition-delay: 0s;
    display: block;
    line-height: 1em;
    padding: 0;
    font-size: 28px;
    margin: 0 28px 0 0;
    padding-top: 10px
}

.icon-facebook:before {
    content: "\f09a"
}

.fa-twitter:before {
    content: "\f099";
    color: var(--color) !important
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
    color: var(--color) !important
}

.fa-linkedin:before {
    content: "\f0e1";
    color: var(--color) !important
}

.fa-instagram:before {
    content: "\f16d";
    color: var(--color) !important
}

.socials {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    display: inline-flex;
    width: auto;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.fa {
    padding: 20px;
    font-size: 30px !important;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%
}

.fa-facebook {
    color: #fff
}

.fa-twitter {
    color: #fff
}

.fa-linkedin {
    color: #fff
}

.fa-instagram {
    color: #fff
}

footer h5 {
    font-size: 14px;
    text-transform: uppercase;
    color: rgb(0 0 0 / 30%);
    letter-spacing: 1px;
    margin-bottom: 40px
}

.bdr-lite {
    border-top: 1px solid rgb(85 85 85 / 12%)
}

.searchBtn {
    font-size: 15px;
    color: rgba(0, 0, 0, .5);
    transition: all .45s
}

.searchBtn:hover {
    color: #5c14ae !important
}

.searchBtn svg {
    position: relative;
    top: 5px
}

.search-container {
    position: relative;
    margin-right: 12px;
}

.profileBtn {
    height: 50px;
    font-size: 35px;
    font-weight: 900;
    color: rgba(0, 0, 0, .5)
}

.profileBtn:hover {
    color: #5c14ae !important
}

.profileBtn svg {
    position: relative
}

.profile-icon {
    stroke: #c6c6c6;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    width: 24px;
    height: 24px
}

.profile-img {
    width: 50px;
    height: 50px;
    position: relative;
    background-color: #f5f5f5;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 50px
}

.review-p-modal.pure-modal .panel-body {
    padding: 0 !important
}

.review-p-modal .slick-prev {
    left: 0
}

.review-p-modal .slick-next {
    right: 0
}

.review-p-modal .slick-next,
.review-p-modal .slick-prev {
    z-index: 9
}

.review-p-modal.pure-modal .slick-slide {
    margin: 0
}

.review-contents {
    font-size: 14px;
    font-weight: 100;
    word-break: normal;
    color: #888
}

.review-media {
    max-width: 600px !important;
    background: #171717
}

.review-media .slick-slider img {
    width: auto !important;
}

.review-p-modal .slick-track {
    display: flex;
    flex-direction: row;
    align-items: center
}

.review-p-modal.pure-modal .review-media .slick-slider {
    background: var(--light-color);
    border-top-left-radius: var(--card-radius);
    border-bottom-left-radius: var(--card-radius)
}

.review-profile .profile {
    display: flex;
    flex-direction: row;
    align-items: start
}

.ratings {
    color: #555;
    /* margin-right: 10px; */
}

.review-modal {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center
}

.review-right {
    padding: 50px 20px;
    max-width: 400px;
    flex: 50%;
    position: relative
}

.review-right .profile-name {
    flex: 10;
    padding-left: 15px
}

.review-right .profile-name .review-title {
    font-weight: 700
}

.review-right .profile-name .user-name {
    color: var(--sub-color);
    font-size: 12px
}

.playpause svg {
    font-size: 50px;
    color: #fff
}

.feeds-playpause svg {
    color: #fff;
    font-size: 25px
}

.product-card-user {
    border-radius: 2.5rem;
    position: relative;
    overflow: hidden;
    margin: 0
}

.product-card-user:hover .product-card-user-caption {
    padding-top: 6rem;
    padding-bottom: 5.75rem
}

.product-card-user-caption {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 1.875rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0)
}

.product-card-photo {
    display: block;
    overflow: hidden;
    margin: 0
}

.product-card-photo img {
    width: auto;
    max-width: 100%
}

.products-section-one {
    display: block
}

.margin-left-10 {
    margin-left: 10px
}

.products-section-two {
    display: flex
}

.text-tags {
    background: #fff;
    color: #4829b2 !important;
    padding: 2px 10px;
    font-size: 12px !important
}

.products-section-three {
    display: block
}

.products-section-four {
    display: block;
    padding: 100px 0;
    padding-top: 50px;
    padding-bottom: 60px
}

.products-section-five {
    height: auto;
    display: block;
    padding: 100px 0
}

.related-products-section {
    background-color: #fff !important;
    padding-top: 0 !important;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    display: block
}

.related-products-heading-strong {
    color: #111
}

.related-products-hr {
    background: #5c14ae;
    border-color: #5c14ae;
    width: 8%;
    border: 3px solid #5c41ba;
    margin-top: 0 !important;
    margin-bottom: 1.875rem
}

.related-product-card {
    box-shadow: 0 6px 11px 11px rgb(36 33 37 / 15%) !important;
    border: 1px solid #80808030;
    border-radius: 2.5rem !important;
    transition: 0.3s;
    width: 300px;
    height: 350px;
    float: left;
    margin-right: 30px;
    margin-bottom: 26px
}

.related-product-card:hover {
    box-shadow: rgb(255 255 255) 2px 2px 18px
}

.carousel-inner {
    border-radius: 2.5rem;
    box-shadow: 0 6px 11px 11px rgb(36 33 37 / 15%)
}

.product-desc-text-container {
    display: table
}

.product-desc-middle-container {
    padding-left: 20px;
    position: relative;
    top: 50%;
    transform: translate(0%, -60%)
}

.product-img {
    width: 100%;
    height: 500px
}

.product-review-img {
    width: 100%;
    height: 500px;
    border-top-left-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important
}

.product-desc-btn {
    border-radius: 10px;
    background-color: #5c14ae;
    border-color: #5c14ae;
    font-size: 1rem !important;
    color: #fff;
    padding: .5rem 1rem;
    line-height: 1.5
}

.product-desc-btn:hover {
    background-color: #5c14ae;
    border-color: #5c14ae
}

.product-desc-btn:active {
    background-color: #5c14ae;
    border-color: #5c14ae
}

.product-desc-btn:focus {
    background-color: #5c14ae;
    border-color: #5c14ae
}

.product-review-btn {
    width: 100%;
    border-radius: 2.5rem;
    background-color: #5c14ae;
    border-color: #5c14ae;
    font-size: 1rem !important;
    color: #fff;
    padding: .5rem 1rem;
    line-height: 1.5
}

.product-review-btn:hover {
    background-color: #5c14ae !important;
    border-color: #5c14ae !important
}

.product-review-btn:active {
    background-color: #5c14ae !important;
    border-color: #5c14ae !important
}

.product-review-btn:focus {
    background-color: #5c14ae !important;
    border-color: #5c14ae !important
}

.customized-ul {
    position: relative;
    height: 598.969px
}

.customized-li {
    position: absolute;
    left: 0;
    top: 0
}

.title-img-bg {
    background-image: url(/static/images/image-2.jpg);
    transition-delay: 0s;
    background-size: cover;
    background-position: 50% 50%;
    transition: all 0.2s;
    height: 500px !important;
    border-radius: 2.5rem !important
}

.fullhtvideo {
    border-radius: 2.5rem;
    height: 100%;
    box-shadow: 0 2px 6px 2px rgb(39 38 39 / 46%);
    -webkit-mask-image: none;
    height: 500px !important;
    border-radius: 2.5rem !important
}

.title-content-product {
    color: #fff
}

.title-header-product {
    transition-delay: 0s;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 1.875rem;
    transition: all 0.2s
}

.btn-primary-sponsored {
    background-color: #5c14ae;
    border-color: #5c14ae
}

.products-playpause {
    top: 50%;
    left: 45%;
    position: absolute
}

.products-playpause svg {
    color: #fff;
    font-size: 50px
}

.btn-primary-sponsored {
    border-radius: 10px;
    background-color: #5c14ae;
    border-color: #5c14ae;
    font-size: 1rem !important;
    color: #fff;
    padding: .5rem 1rem;
    line-height: 1.5
}

.btn-primary-sponsored:hover {
    background-color: #5c14ae !important;
    border-color: #5c14ae !important;
    color: #fff !important
}

.product-desc-videos-container {
    height: 100%
}

.product-desc-videos-container .row {
    height: 100%
}

.product-desc-videos-container .row .col-sm-4 {
    height: 250px;
    padding: 1.25rem !important
}

.product-desc-videos-container .row .col-sm-4 video {
    height: 100%;
    width: 100%;
    box-shadow: rgb(72 69 69) 2px 2px 18px;
    border-radius: 2.5rem;
    object-fit: cover
}

.gallery-lavalamp {
    transition-duration: 0.2s;
    width: 100px;
    height: 33px;
    transform: translate(0, 0);
    background: #4829B2;
    color: #fff;
    display: block;
    position: absolute;
    border: 2px solid #4829B2;
    border-radius: 10rem;
    z-index: 1
}

.gallery-lavalamp-item-active {
    color: white !important;
    z-index: 5;
    position: relative;
    border: 1px solid #4829B2;
    padding: 5px 15px !important;
    width: 100px;
    text-align: center;
    background: #4829B2;
    padding: 5px 15px !important;
    border-radius: 10rem !important
}

.gallery-lavalamp-item-active:focus {
    color: white !important;
    z-index: 5;
    position: relative;
    border: 1px solid #4829B2;
    padding: 5px 15px !important;
    width: 100px;
    text-align: center;
    background: #4829B2;
    padding: 5px 15px !important;
    border-radius: 10rem !important
}

.gallery-lavalamp-item-active:hover {
    color: white !important;
    z-index: 5;
    position: relative;
    border: 1px solid #4829B2;
    padding: 5px 15px !important;
    width: 100px;
    text-align: center;
    background: #4829B2;
    padding: 5px 15px !important;
    border-radius: 10rem !important
}

.gallery-lavalamp-item-inactive {
    z-index: 5;
    position: relative;
    border: 1px solid #4829B2;
    padding: 5px 15px !important;
    width: 100px;
    text-align: center;
    padding: 5px 15px !important;
    margin-left: 1rem !important;
    border-radius: 10rem !important
}

.gallery-products-container {
    padding: 0;
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 1488.66px
}

.gallery-products-li-container {
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
    transform-style: preserve-3d;
    position: absolute;
    transition: all 0.5s ease-out 0ms
}

.products-gallery-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4px
}

.products-gallery-column {
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%;
    padding: 0 4px
}

.products-gallery-column img {
    vertical-align: middle;
    width: 100%
}

@media screen and (max-width: 800px) {
    .products-gallery-column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%
    }
}

@media screen and (max-width: 600px) {
    .products-gallery-column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%
    }
}

.products-gallery-photo {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    border-radius: .25rem;
    position: relative;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    margin: 0 !important
}

.products-gallery-card {
    border-radius: 2.5rem;
    overflow: hidden;
    box-shadow: -1px 1px 20px 2px rgb(36 33 37 / 15%) !important;
    border: 1px solid #80808030;
    background-color: #fff;
    margin: 1.25rem !important;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box
}

.products-gallery-card-img-top {
    width: 100%;
    max-width: 100%;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.products-gallery-card-body {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
    flex: 1 1 auto;
    padding: 0
}

.products-gallery-card-title {
    font-weight: 700 !important;
    padding-top: 1.25rem !important;
    margin-bottom: 0 !important;
    font-size: 1rem;
    font-family: var(--primary-font);
    line-height: 1.25;
    color: inherit
}

.products-gallery-card-small-tag {
    float: right !important;
    color: #999;
    font-size: 80%;
    font-weight: 400
}

.products-gallery-card-footer {
    border-radius: 0 0 .25rem .25rem;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
    padding: 0 !important;
    margin-bottom: 1.25rem !important;
    background-color: transparent;
    border-top: 0 solid #e5e5e5
}

.products-gallery-card-footer-row {
    align-items: center !important;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.products-gallery-card-footer-text {
    letter-spacing: 4px;
    color: #e5e5e5 !important;
    font-weight: 700 !important;
    margin-bottom: 0 !important;
    font-size: 1rem;
    line-height: 1.25;
    font-family: var(--primary-font);
    margin-top: 0 !important;
    margin: 20px
}

.products-gallery-card-footer-text-purple {
    color: #4829B2 !important
}

.products-gallery-card-p {
    font-size: 13px;
    color: #373638e8;
    margin-bottom: 0.625rem !important;
    line-height: 1.75em;
    margin-top: 0
}

.gallery-tab-container {
    margin-bottom: 3.125rem
}

.gallery-tab-nav-pills {
    margin: auto;
    transition-property: display;
    transition-delay: 5s;
    display: inline-block;
    position: relative;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none
}

.company-banner {
    background: linear-gradient(90deg, #5C14AE 0%, #C33764 100%);
    height: 200px;
    position: relative;
    z-index: 99
}

.company-banner-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.company-banner-ul-container {
    display: inline-flex;
    list-style: none;
    color: #fff !important;
    padding-left: 0 !important
}

.company-banner-li-container {
    color: #fafaffc7 !important
}

.company-banner-li-container a {
    color: #fafaffc7 !important;
    font-size: 13px;
    padding: 0 5px;
    text-decoration: none;
    background-color: transparent
}

.company-banner-h2 {
    margin-bottom: 0;
    color: #fff !important;
    font-size: 2.5rem;
    font-family: var(--primary-font);
    line-height: 1.25
}

.product-card-container {
    margin-top: 50px
}

.carousel-row {
    width: 100%;
    margin: 20px !important;
    transition: all 0.2s;
    transition-delay: 0s;
    border-radius: .25rem;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    border: 1px solid #e5e5e5;
    border-radius: 2.5rem;
    box-shadow: 0 6px 11px 11px rgb(36 33 37 / 15%)
}

.BrainhubCarousel__arrows:disabled {
    background-color: #ccc;
    display: none !important
}

.BrainhubCarousel__arrows {
    position: relative;
    padding: 21px;
    border: 1px solid #4829B2;
    overflow: hidden;
    outline: 0;
    font-size: 0;
    line-height: 0;
    background-color: #4829B2;
    border-radius: 10rem
}

.BrainhubCarousel__arrows:hover:enabled {
    background-color: #4829B2
}

button:focus {
    outline: none !important;
    outline: none !important
}

.product-review-i-tag {
    color: #777575
}

.product-review-footer {
    background-color: transparent !important;
    border: none !important;
    position: absolute;
    bottom: 0
}

.product-review-card {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    background-color: transparent
}

.product-review-card-footer {
    width: 100%;
    padding: .75rem 1.25rem;
    background-color: #f5f5f5;
    box-shadow: none !important
}

.product-review-card:focus {
    background-color: #e5e5e5 !important
}

.product-review-card-body {
    flex: 1 1 auto;
    padding: 1.875rem
}

.product-review-card-title {
    font-size: 1.5rem;
    font-weight: 400;
    color: #434244;
    margin-bottom: .9375rem;
    font-family: var(--primary-font);
    line-height: 1.25;
    margin-top: 0
}

.product-review-text-primary {
    color: #4829B2 !important
}

.product-review-text-secondary {
    color: #e5e5e5 !important
}

.product-review-rating {
    letter-spacing: initial;
    border-radius: 20px;
    border: 1px solid #44a512;
    background: #44a512;
    color: #fff;
    padding: 2px 7px;
    font-size: 12px
}

.company-section-two {
    height: 250px;
    display: block;
    margin-top: 25px
}

.boat-company-super-text {
    color: #171717;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 1.25;
    margin-bottom: 0 !important;
    font-family: var(--primary-font);
    text-transform: uppercase
}

.boat-company-sub-text {
    font-weight: 600;
    color: #69686b;
    font-size: 14px;
    line-height: 1.25;
    font-family: var(--primary-font);
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
    background: linear-gradient(270deg, #E100FF 7.62%, #7F00FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.banner-text-bold {
    font-size: 14px;
    color: #000000e8;
    margin-bottom: 0;
    line-height: 1.75em;
    margin-top: 0
}

.boat-company-li-text {
    font-size: 14px;
    color: grey;
    width: 100px;
    margin-right: 18px;
    position: relative
}

.boat-company-ul-text {
    padding-left: 10px
}

.list-items.nav-item.searchInput {
    display: none;
    position: absolute;
    right: 20%;
    top: 70%;
    z-index: 1
}

.css-jkaxsq {
    padding: 8px
}

a.css-hojna5 {
    margin-right: 5rem !important
}

.navbar-nav .nav-link {
    padding-top: 0 !important
}

.home-page .banner p {
    text-align: left !important
}

.banner-container p {
    padding-bottom: 12px
}

ul.css-f4a6om li a {
    position: relative;
    display: block;
    text-align: center;
    color: #333;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    font-weight: 500;
    text-transform: capitalize;
    padding-top: 12px;
    letter-spacing: .04em
}

.active {
    color: #4829B2
}

nav.css-12wf6sa .active::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #4829B2;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform 0.1s;
    transition: transform 0.1s
}

nav.css-12wf6sa .active::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.trending-tile-footer .btn {
    margin-bottom: 10px
}

.trending-article::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 15%);
    z-index: 0
}

.trending-article.tile.small img {
    width: 100%;
    height: 300px
}

.trending-article.tile.small h5 {
    font-size: 16px
}

.trending-article.tile.small h6 {
    font-size: 12px
}

.p-0 {
    padding: 0
}

.trending-article.tile.small {
    margin-bottom: 10px
}

.comment img {
    padding-right: 5px;
    width: auto !important;
    height: auto !important
}

.comment {
    font-size: 14px
}

.category-card:last-child {
    margin: 0
}

.md-visible {
    display: none
}

.img-bdr {
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#5C14AE), to(#C33764)) border-box;
    background: -webkit-linear-gradient(white, white) padding-box, -webkit-linear-gradient(left, #5C14AE 0%, #C33764 100%) border-box;
    background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #5C14AE 0%, #C33764 100%) border-box;
    border: 1px solid transparent !important
}

.business-filter li.img-bdr {
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#5C14AE), to(#C33764)) border-box !important;
    border: 1px solid transparent !important;
}

.business-filter li.sub-cat {
    border: 1px solid rgb(89 89 89 / 40%) !important;
}

.main-page .featured-product .video-thumb img {
    width: 100%;
}

@media screen and (min-width: 768px) and (max-width:1200px) {
    .category-card:last-child {
        margin-top: 36px
    }
}

.review img {
    width: 100%
}

.review-feed-item-small .comment {
    font-size: 12px
}

.text-white {
    margin-bottom: 10px
}

.comment-section img {
    padding-right: 3px
}

.comment-section span {
    padding-left: 10px
}

.js-center {
    justify-content: center
}

.date {
    margin-right: 12px
}

.category-card-footer span img {
    padding-right: 3px
}

.post-section .category-card-body-text {
    margin-bottom: 10px
}

.post-section p {
    text-align: left;
    display: inline-grid;
    margin-bottom: 5px;
    float: left
}

.btn-prm {
    background: -webkit-gradient(linear, left top, right top, from(#5C14AE), to(#C33764));
    background: -webkit-linear-gradient(left, #5C14AE 0%, #C33764 100%);
    background: linear-gradient(135deg, #fbe9e7 0%, #d17ea6 25%, #a84ca5 50%, #673ab7 75%, #ede7f6 100%) !important;
    color: #fff !important;
    padding: 15px 40px;
    border-radius: 8px;
    font-size: 14px;
    margin-right: 18px;
    border: none;
    font-weight: 500
}

.btn-overflow {
    max-width: 300px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
}

.btn-prm:hover {
    background: -webkit-gradient(linear, left top, right top, from(rgba(89, 89, 89, .1)), to(rgba(194, 194, 194, .1)));
    background: -webkit-linear-gradient(left, rgba(89, 89, 89, .1) 0%, rgba(194, 194, 194, .1) 100%);
    background: linear-gradient(90deg, rgba(89, 89, 89, .1) 0%, rgba(194, 194, 194, .1) 100%);
    color: var(--color) !important
}

.btn-prm:active {
    color: #fff !important;
}

.btn-prm:hover span.paid-link {
    color: #555555 !important;
}

footer.text-white {
    margin: 0
}

.bdr-top {
    border-top: 1px solid rgb(0 0 0 / 16%);
    padding: 15px;
    margin: 0 auto
}

.copy-right {
    padding-bottom: 30px
}

.copy-right p {
    color: #818181
}

.pad-tb-20 {
    padding: 15px 0 !important;
}

.pad-tb-25 {
    padding: 20px 15px !important
}

.separator-top p {
    margin-bottom: 0;
    text-align: right
}

.flw-title {
    display: flex;
    align-items: center;
    padding-right: 10px
}

.react-multiple-carousel__arrow {
    bottom: 8%
}

nav {
    border-bottom: 1px solid #e5e5e5
}

.product-card-user-caption {
    color: #fff
}

.product-card-user-caption h4 {
    margin: 0;
    padding: 10px 0
}

.product-card-user .socials.text-white {
    font-size: 12px
}

.product-card-user .socials.text-white img {
    padding: 0 5px
}

.product-card-user .socials.text-white span {
    padding-right: 12px
}

.pad-top-100 {
    padding-top: 100px
}

.pad-btm-100 {
    padding-bottom: 100px
}

.pad-top-30 {
    padding-top: 30px
}

.react-multi-carousel-dot--active button {
    background: #868686 !important
}

.product-img {
    width: 100%
}

.product-desc-middle-container h3 {
    margin-bottom: 5px;
    font-weight: 600
}

.product-desc-middle-container small img {
    padding-right: 3px
}

.pad-top-60 {
    padding-top: 60px
}

.pad-top-40 {
    padding-top: 40px
}

.pad-btm-80 {
    padding-bottom: 80px
}

.mb-15 {
    margin-bottom: 15px
}

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

.related-products-section .category-card-container {
    padding-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.related-product-card:last-child {
    margin-right: 0
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover {
    border: 0;
    outline: 0;
    background: var(--linear-background);
    color: #fff !important;
    border-radius: 12px
}

.nav-tabs .nav-link {
    background: transparent;
    text-transform: lowercase;
    color: #888888;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    padding: 0 20px
}

.nav-tabs .nav-item+.nav-item {
    margin-right: 8px
}

.product-tabs nav.mb-3.nav.nav-tabs a:first-child {
    margin-right: 8px;
    width: 90px
}

.nav-tabs {
    border-bottom: 0
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
    outline: 0
}

.boat-company-ul-text li {
    display: inline-block
}

.brand_logo.pr-2 {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 13px;
    position: absolute;
    margin-top: -52px
}

.nav-tabs {
    margin: auto;
    margin-bottom: 40px !important
}

.tab-content>.active {
    color: #383838
}

.tab-content img {
    width: 100%;
    border-radius: 28px
}

.comp-products img:hover {
    box-shadow: 0 6px 11px 11px rgb(36 33 37 / 15%) !important
}

.comp-products {
    margin-bottom: 30px
}

.mb-20 {
    margin-bottom: 20px !important
}

.user-slides .slick-slide img {
    width: 80px;
    border-radius: 15px;
    margin: 0 auto;
    padding: 6px !important;
    background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #5C14AE 0%, #C33764 100%) border-box;
    border: 2px solid transparent !important
}

.user-bdr {
    background: none;
    border: 1px dashed #888888 !important
}

.slick-list {
    text-align: center
}

.slick-next:before,
.slick-prev:before {
    color: #5c14ae
}

.slick-next:before,
.slick-prev:before {
    color: #383838;
    opacity: 1;
    font-size: 36px
}

.slick-next.new:before,
.slick-prev.new:before {
    content: ''
}

.slick-next,
.slick-prev {
    width: 40px;
    height: 40px
}

.prod-slides .slick-slide img {
    border-radius: 15px
}

.slick-dots li button:before {
    font-size: 12px;
    opacity: 1
}

.slick-dots li.slick-active button:before {
    color: #5c14ae;
    opacity: 1
}

.w-80 {
    max-width: 80%
}

.img-style {
    border-radius: 15px;
    box-shadow: 0 6px 11px 11px rgb(36 33 37 / 15%);
    width: 100%
}

.prod {
    box-shadow: 0 0 16px 0 rgb(50 50 50 / 16%);
    border-radius: var(--card-radius);
    margin: 20px;
    padding: 30px 20px;
    min-height: 460px;
    background: #fff
}

.prod img {
    width: 100%;
    margin: 0 auto;
    max-height: 220px
}

.prod-title h4 {
    line-height: normal;
    margin-bottom: 10px;
    color: #383838;
    font-size: 16px;
    font-weight: 600;
    min-height: 38px
}

.prod-content {
    text-align: left;
    padding: 30px 20px
}

.star img {
    margin: 0;
    padding-bottom: 10px
}

.prod-btn {
    margin-top: 10px
}

.reviews .prod-title h4 {
    font-size: 18px;
    font-weight: 700
}

.review-img {
    width: 60%
}

.heading {
    color: #fff;
    background: linear-gradient(90deg, #5C14AE 0%, #C33764 100%);
    background: linear-gradient(90deg, #5C14AE 0%, #C33764 100%);
    -webkit-text-stroke: 3px;
    -webkit-text-stroke-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    text-transform: uppercase;
    font-size: 56px;
    font-weight: 800;
}

.heading-lite {
    font-size: 2.5rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px
}

.heading-hr-lite {
    background: #fff;
    border-color: #fff;
    width: 8%;
    border: 3px solid #fff;
    margin-top: 0 !important;
    margin-bottom: 2.875rem
}

.share-widget {
    padding: 0 20px
}

.share-widget img {
    padding-left: 8px
}

.vote {
    float: right
}

.small-star {
    padding-left: 2px;
    margin-top: -4px
}

.prod-slider img {
    border-radius: var(--card-radius)
}

.product-slides .slick-prev {
    z-index: 9;
    left: 6px
}

.product-slides .slick-list {
    z-index: 0
}

.menu-bar {
    display: none
}

.product-desc-middle-container span.brand {
    font-size: 14px;
    padding: 15px 10px 15px 0;
    display: inline-block
}

.product-desc-middle-container .price {
    font-size: 22px;
    display: block
}

.company-block .default-img {
    max-width: 100px;
    border-radius: 0
}

.awidth {
    width: auto !important
}

.card {
    box-shadow: none !important
}

.tile-slide .slick-slide {
    width: auto !important;
    float: none
}

a.trending-tile-content:hover {
    color: #fff !important
}

a.review-tile-content:hover {
    color: #fff !important
}

.row-feed-down-tile .trending-article:last-child {
    max-height: 310px;
    height: 310px
}

.text {
    border-radius: 15px !important
}

.video-thumb img {
    margin-bottom: 20px;
    margin: auto
}

.video-review .video-thumb {
    margin-bottom: 15px
}

.following {
    /* width: 20%; */
    /* margin: auto; */
    font-size: 10px;
    padding: 5px 10px 3px;
    border-radius: 8px !important;
    margin-left: 10px;
    cursor: pointer;
    display: inline-block;
}

.login-alert-content img {
    margin: 30px;
}

.login-alert-content h4 {
    font-weight: 600;
    padding-bottom: 15px;
}

@media screen and (min-width: 1080px) {
    .css-12wf6sa {
        padding: 11.5px 3rem !important
    }
}

@media (min-width: 1200px) {
    .video-review-img {
        height: 100vh;
    }

    .review-media .blur-background {
        /* height: 100vh !important; */
    }

    .review-media {
        max-width: 65% !important;
        background: #171717;
        height: 100%;
    }

    .review-right {
        max-width: 35% !important;
    }

    .review-media .blur-background {
        height: 100vh;
    }

    .pure-modal-backdrop .pure-modal.review-p-modal {
        top: 0px;
        /* transform: translate(0px, 0px) !important; */
        height: 100% !important;
        width: 100% !important;
    }

    /* .swiper {
        height: 100%;
    } */
    .panel-body.scrollable {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .btn-overflow {
        max-width: 100%;
        display: block;
        text-align: center;
        margin-right: 0px;
    }

    .mobile-navbar .user {
        width: 25px !important;
        height: 25px !important;
        border-radius: 5px;
    }

    .mobile-navbar .nav-item:not(:first-child) img {
        width: 21px;
    }

    .mobile-navbar .nav-item:last-child img {
        width: 18px;
    }

    .collection-single .user-exp {
        padding-bottom: 120px !important;
    }

    .collection-page-container {
        max-width: 100% !important;
    }

    .collection-page-container .user-content h1 {
        margin-top: 0px !important;
        margin-bottom: 10px;
    }

    .edit-profile-form {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .edit-profile-form .form-group {
        margin-bottom: 0px !important;
    }

    .edit-profile-modal .panel-body {
        overflow-x: scroll !important;
    }

    .m-p-0 {
        padding: 0px !important
    }

    .section-block.pad-t0.r-slider {
        padding-bottom: 0px !important
    }

    .product-slider .m25 {
        margin-bottom: 0px !important
    }

    .slick-dots li {
        /* width:10px!important; */
    }

    .product-tabs .play-icon-n span {
        font-weight: 400;
        margin-left: 7px;
        margin-top: 10px;
        display: inline-block;
        font-size: 14px
    }

    .tab-content .featured-product-content {
        padding-top: 10px;
        width: 93%;
        padding: 8px !important;
        border-radius: 8px !important;
    }

    .product-tabs .featured-product .image-mask {
        padding-bottom: 0
    }

    .mb-3.category_id_all {
        margin-bottom: 20px !important;
    }

    .product-tabs .featured-product-content h6 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        font-weight: 400
    }

    .product-tabs .featured-product-content {
        padding: 8px !important;
    }

    .hot-reviews .featured-product-content img {
        height: 18px !important
    }

    .hot-reviews .featured-product-content {
        left: -5px !important;
        bottom: 8px !important
    }

    .even-padding .slick-track>.slick-slide {
        padding: 5px
    }

    .prd-price {
        font-size: 16px !important
    }

    .banner {
        padding: 15px 0;
        margin: 24px !important
    }

    .banner-heading {
        font-size: 35px !important
    }

    .banner-subtitle {
        font-size: 16px !important
    }

    .heading {
        font-size: 40px
    }

    .trending-ul {
        height: auto
    }

    .trending-article.tile.small img {
        height: auto
    }

    .col-feed-first-tile {
        padding-bottom: 40px
    }

    .category-card {
        margin-right: 0;
        margin-bottom: 30px
    }

    .review-block:last-child {
        margin: 0
    }

    nav {
        max-width: 480px;
        margin: auto;
        padding: 0
    }

    .css-jkaxsq {
        float: none !important;
        display: table-caption
    }

    .css-f4a6om {
        display: block;
        background: #ddd;
        position: absolute;
        width: 92%;
        z-index: 9999;
        top: 100%
    }

    .css-hojna5 {
        float: none;
        display: inline-block
    }

    .css-12wf6sa {
        padding: 0 !important
    }

    .menu-bar {
        display: inline;
        float: right;
        height: 65px;
        margin-top: -10px;
        margin-right: 10px
    }

    .md-none {
        display: none
    }

    .md-visible {
        display: block
    }

    .w-200 {
        width: 140px !important
    }

    .nav-link.searchBtn {
        padding-bottom: 0;
        padding-top: 7px !important
    }

    .navbar-list-items {
        float: none !important
    }

    .d-none {
        display: none !important
    }

    nav.css-12wf6sa .active::before {
        background: transparent
    }

    .active {
        color: #5c14ae !important;
        font-weight: 700
    }

    footer h5 {
        margin-bottom: 0;
        margin-top: 25px
    }

    .footer-hr {
        margin-bottom: 0 !important
    }

    .gallery-lavalamp-item-inactive {
        margin-left: 10px !important
    }

    .review-feed-item {
        margin-top: 30px
    }

    .review-feed-item img {
        margin: 0 0 20px 10px
    }

    .comment img {
        margin-bottom: 0
    }

    .related-product-card {
        margin-right: 0
    }

    .nav-tabs {
        width: 100%
    }

    .brand_logo.pr-2 {
        display: none
    }

    .prod-slides .slick-dots {
        margin-bottom: 15px
    }

    .prod-slides {
        margin-bottom: 30px
    }

    .category-ul {
        display: block
    }

    .tile-slide .slick-list {
        width: 50%;
        margin: 0 auto
    }

    .tile-slide .slick-prev {
        left: 0
    }

    .tile-slide .slick-next {
        right: 15px
    }

    .products-section-two {
        display: block
    }

    .product-desc-videos-container .row .col-sm-4 {
        padding: 30px 0 0 !important
    }

    .product-review-img {
        border-top-right-radius: 25px !important;
        border-bottom-left-radius: 0px !important;
        width: 100%;
        height: auto
    }

    .carousel-row {
        margin: 0 !important;
        box-shadow: none
    }

    .product-review-card-body {
        padding: 15px
    }

    .share-widget {
        padding: 0 4px
    }

    .share-widget img {
        padding-left: 0
    }

    .product-review-footer {
        position: inherit
    }

    .pop-product img {
        height: 85px !important
    }

    .pure-modal-backdrop {
        backdrop-filter: blur(10px)
    }

    .pure-modal .panel-body {
        border-radius: 0px !important;
    }

    .pop-product h3 {
        font-size: 18px !important
    }

    .product-block img {
        height: auto !important
    }

    .pop-product h4 {
        font-size: 15px !important
    }

    .price-pop {
        font-size: 20px !important
    }

    .ban-btn-dark {
        padding: 10px 26px !important;
        font-size: 14px !important;
        border: 3px solid #fff !important
    }

    .ban-btn-outline {
        padding: 10px 24px !important;
        font-size: 14px !important;
        margin-left: 8px !important
    }

    .banner {
        background-image: url(/static/images/new-ban.png);
        background-size: 68% !important;
        background-position: 110% 21% !important;
        background-repeat: no-repeat;
        height: auto !important
    }

    .new-heading {
        font-size: 40px;
        margin-bottom: 50px
    }

    .trending-li {
        padding-bottom: 50px
    }

    .row-feed-down-tile {
        padding-top: 40px
    }

    .section-block {
        padding: 20px 0px !important
    }

    .trending-article {
        box-shadow: none !important
    }

    .container-fluid {
        padding: 0
    }

    .video-list {
        padding-top: 50px
    }

    .media-item {
        margin-bottom: 36px !important
    }

    .media-item:last-child {
        margin-bottom: 0px !important
    }

    .featured-product .image-mask {
        padding-bottom: 200px !important;
    }

    .text-review p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        color: #888888 !important;
        line-height: 22px;
        font-size: 12px
    }

    .text-review img,
    .text-review-image img {
        margin-bottom: 0px !important;
    }

    .text-review-image span {
        font-size: 10px !important
    }

    .text-review-image h6 {
        font-size: 12px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 0
    }

    .text-review-image {
        margin-bottom: 10px;
        display: flex !important;
    }

    .text-review-image div {
        line-height: 14px
    }

    .ratings {
        font-size: 13px !important;
        /* margin-bottom: 5px; */
    }

    .reviews-count a {
        font-size: 14px !important
    }

    .featured-product.imagemask .image-mask {
        padding-bottom: 350px
    }

    .featured-product.imagemask .featured-product-content {
        padding: 15px 10px;
        left: -6px !important;
    }

    .company-description-box img {
        margin-bottom: 5px !important;
        max-width: 50px !important;
        border-radius: 13px !important;
        border: 1px solid transparent !important;
        margin-left: 0px !important;
    }

    .company-detail-box {
        margin-top: 0
    }

    .company-buttons a {
        color: #888;
        font-size: 13px !important;
        font-weight: 100 !important;
        /* margin-right: 10px; */
    }

    .company-detail-box h2 {
        font-size: 20px !important
    }

    .company-links {
        padding: 0px 0px 10px !important;
        gap: 0 !important;
    }

    .company-links .fa {
        padding: 6px 15px !important;
        font-size: 22px
    }

    .company-description p {
        font-size: 13px;
        color: #888;
        line-height: 24px;
        font-weight: 400
    }

    .img-box-content h5 {
        font-size: 14px;
        margin-bottom: 5px
    }

    .img-box-content {
        bottom: 0% !important;
        left: 10px !important
    }

    .img-box img {
        max-height: 100px !important;
        border-radius: 12px !important
    }

    .img-box:before {
        border-radius: 12px !important
    }

    .accordion {
        padding: 5px 18px !important
    }

    .accordion-heading span {
        font-size: 16px;
        color: #333;
        font-weight: 600
    }

    .section-block.comp-info {
        padding-bottom: 19px !important;
    }

    .company-description {
        padding: 0px !important;
        margin-top: 10px;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .menu-bar {
        display: inline-block;
        height: 20px;
        float: "right";
        margin-top: -12px
    }

    .css-12wf6sa {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .css-f4a6om {
        display: grid;
        position: absolute;
        background: #fff;
        top: 100%;
        z-index: 99999;
        width: 100%;
        float: none
    }

    .css-jkaxsq {
        float: none
    }

    .a-tag {
        text-align: left
    }

    nav.css-12wf6sa .active::before {
        background: transparent
    }

    .active {
        margin-left: 16px;
        color: #5c14ae !important;
        font-weight: 700
    }

    .d-none {
        display: none !important
    }

    .category-ul {
        display: block
    }

    .tile-slide .slick-list {
        width: 80%;
        margin: 0 auto
    }

    .tile-slide .slick-prev {
        left: 0
    }

    .tile-slide .slick-next {
        right: 15px
    }

    .category-active {
        width: 92% !important
    }

    .products-section-two {
        display: block
    }
}

@media screen and (max-width: 425px) {
    .related-product-card {
        margin-right: 0 !important
    }

    .category-li a {
        margin: 0 5px
    }
}

.featured-item-container {
    background-color: #F6F6F6;
    border-radius: 10px;
    padding: 15px;
    text-align: center
}

.featured-item-content h3 {
    font-family: var(--primary-font);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000
}

.featured-item-content h4 {
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.3em;
    color: #bbb;
    font-family: var(--primary-font);
    margin-bottom: 0
}

.price {
    font-weight: 400;
    font-size: 20px;
    color: var(--color)
}

.featured-item-container {
    transition: all 150ms ease-in-out
}

.featured-item-container:hover {
    background-color: #5c14ae;
    transition: all 150ms ease-in-out;
    box-shadow: 0 20px 40px #19b7ff30;
    transform: translateY(-8%)
}

.featured-item-container:hover .featured-item-content {
    color: #fff
}

.featured-item-container:hover .price {
    color: #fff
}

.featured-item-container:hover h4 {
    color: #fff
}

.featured-item-container:hover h3 {
    color: #fff
}

.new-heading {
    font-size: 50px;
    font-weight: 400;
    line-height: 1.3em;
    margin: 0 0 60px;
    color: #000;
    font-family: var(--primary-font)
}

.featured-prod .col-md-3 {
    padding-left: 0
}

.featured-prod .col-md-3:last-child {
    padding-right: 0
}

.featured-item-container img {
    width: 246px;
    margin: auto
}

.section-block.featured-prod {
    padding-left: 35px;
    padding-right: 35px
}

.banner {
    margin: 35px;
    border-radius: 10px;
    height: 600px;
    color: #000
}

nav {
    border: 0
}

.banner-heading {
    font-size: 65px;
    font-family: var(--primary-font)
}

.home-page .banner {
    background: #fff;
    box-shadow: none
}

.home-page .banner p {
    color: #4829B2;
    font-size: 26px;
    font-family: var(--primary-font)
}

.ban-btn-dark {
    padding: 12px 30px;
    background: #fff;
    color: #5f12b0;
    font-family: var(--primary-font);
    font-weight: 500;
    border-radius: var(--btn-radius);
    font-size: 16px;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    border: 2px solid #fff;
    cursor: pointer
}

.ban-btn-dark:hover {
    text-decoration: none !important;
    color: #fff !important;
    background: transparent
}

.ban-btn-outline {
    padding: 12px 30px;
    border: 2px solid #fff;
    color: #fff;
    font-family: var(--primary-font);
    font-weight: 500;
    border-radius: var(--btn-radius);
    font-size: 16px;
    margin-left: 20px;
    transition: all .3s ease-in;
    cursor: pointer
}

.ban-btn-outline:hover {
    text-decoration: none !important;
    background: #fff;
    color: #5c14ae
}

.pop-product {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 50px
}

.pop-product img {
    height: 119px
}

.pop-product h3 {
    font-size: 25px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.3em;
    margin-bottom: 10px;
    color: #4829B2
}

.pop-product h4 {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.3em;
    margin-bottom: 10px
}

.price-pop {
    font-size: 25px;
    font-weight: 400;
    line-height: 1.3em;
    font-family: var(--primary-font)
}

.section-block {
    padding: 120px 0;
    z-index: 0;
    position: relative
}

.section-block-md {
    padding: 90px 0px;
}

.btn-puple {
    padding: 20px 58px;
    background: #4829B2;
    color: #fff;
    font-family: var(--primary-font);
    font-weight: 500;
    border-radius: 50px;
    font-size: 18px;
    transition: all .3s ease-in;
    box-shadow: 0 10px 30px 0 rgb(72 41 178 / 72%)
}

a.btn-puple:hover {
    color: #fff !important;
    box-shadow: none
}

.mt-100 {
    margin-top: 100px
}

.mb-150 {
    margin-bottom: 10rem;
}

.trending-prod .col-md-3 {
    padding-left: 0
}

.trending-prod .col-md-3:last-child {
    padding-right: 0
}

.trending-item-container img {
    width: 246px
}

.trending-prod .featured-item-container h3 {
    font-size: 20px
}

.trending-prod .featured-item-container .price {
    font-size: 25px
}

.lite {
    color: #fff !important
}

.feed-item-content-h3 {
    font-weight: 600
}

.feed-item-content-p {
    font-family: var(--primary-font)
}

.review-feed-item-small {
    font-family: var(--primary-font);
    color: #8c8d8f
}

.cat-d {
    background: linear-gradient(300deg, #363636 13%, #222 38%);
    border-radius: 20px
}

.tech-title {
    font-size: 3vw;
    padding-bottom: 8px;
    font-weight: 800
}

.cat-content {
    padding: 20px
}

.cat-d {
    background: url(/static/images/dark-cat.png);
    background-size: 109%;
    background-repeat: no-repeat;
    height: 340px;
    border-radius: 30px
}

.cat-item {
    position: relative
}

.cat-content {
    position: absolute;
    bottom: 0
}

.small {
    font-size: 14px
}

.product-slides .slick-next {
    right: 6px
}

select {
    border: none;
    background: #f6f6f6;
    width: 100%;
    padding: 20px;
    border-radius: 10px
}

.category .nav-tabs {
    width: 100%
}

.category .nav-tabs {
    color: #000;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.4em
}

.pad-t0 {
    padding-top: 0 !important
}

.cat p {
    margin-top: 30px;
    font-family: var(--primary-font)
}

.cat .nav.nav-pills.lavalamp.gallery-tab-nav-pills {
    display: none
}

.grey-back {
    background: #a2a8b2;
    border-radius: 30px
}

.new-heading-xl {
    font-size: 86px;
    font-weight: 600;
    margin: 0 0 30px;
    font-family: var(--primary-font)
}

.back-content {
    position: absolute;
    top: 20%;
    padding-left: 18px
}

.btn-lite {
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.3em;
    background: #fff;
    color: #000;
    font-family: var(--primary-font);
    padding: 16px 36px;
    border-radius: 30px;
    display: inline-block
}

.or-back {
    background: #ff725f;
    border-radius: 30px
}

.p-b0 {
    padding-bottom: 0 !important
}

.review-slides .slick-prev {
    left: 0;
    z-index: 9
}

.review-slides .slick-next {
    right: 2%;
    z-index: 9
}

.next {
    position: absolute;
    top: 42%;
    right: 2%;
    cursor: pointer;
}

.prev {
    position: absolute;
    top: 52%;
    z-index: 9;
    cursor: pointer;
    right: 2%
}

.review-slides .next,
.prev {
    background: rgb(5 21 29 / 39%);
    padding: 11px;
    border-radius: 8px
}

.review-block {
    border-radius: var(--card-radius);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-content: stretch;
    height: auto
}

.review-content {
    padding: 10px 16px
}

.n-text-review {
    min-height: 600px;
    width: 60%;
    margin: 0 auto;
    background: linear-gradient(180deg, #595959 0%, #C2C2C2 100%);
    backdrop-filter: blur(25px);
    padding: 0 30px;
    font-weight: 400;
    line-height: 25px;
    display: flex;
    align-items: center
}

.n-text-review p {
    font-size: 16px
}

.media-item:hover img {
    box-shadow: 0 10px 30px 0 rgb(242 242 242 / 34%)
}

.shadow {
    box-shadow: 0 10px 30px 0 rgb(50 50 50 / 16%);
    border-radius: 2rem
}

.review-block:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in
}

.review-block:hover .prev {
    opacity: 1
}

.review-block .prev {
    opacity: 0;
    transition: all .5s ease-in
}

.review-block:hover .next {
    opacity: 1
}

.review-block .next {
    opacity: 0;
    transition: all .3s ease-in
}

.company-block {
    -webkit-box-shadow: 0 10px 30px 0 rgb(50 50 50 / 16%);
    box-shadow: 0 10px 30px 0 rgb(50 50 50 / 16%);
    border-radius: var(--card-radius);
    cursor: pointer;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    margin-bottom: 40px
}

.company-block-left {
    flex: 4;
    flex-grow: 3;
    display: flex;
    justify-content: center;
    background-color: #fff;
    padding: 20px 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding-left: 15px
}

.company-content {
    flex: 8;
    padding: 20px
}

.company-block:hover .company-content {
    transition: background .3s ease-in;
    background: linear-gradient(90deg, #5C14AE 0%, #C33764 100%);
    color: #fff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}

.company-block:hover .dot:before {
    color: #fff
}

.company-block img {
    border-radius: var(--card-radius)
}

.company-content h4 {
    margin: 0;
    font-weight: 400
}

.dot {
    background-color: #f3ec78;
    background-image: linear-gradient(90deg, #5C14AE, #C33764);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

span.brand-name {
    font-size: 13px;
    font-weight: 400;
    color: #171717
}

.company-block:hover span.brand-name {
    color: #fff
}

.company-content p {
    margin-bottom: 0;
    padding-top: 5px;
    font-family: var(--primary-font)
}

.pad-0 {
    padding: 0 !important
}

.review-cotent {
    padding: 50px
}

.products-gallery-card-body {
    padding-bottom: 20px
}

.review-card {
    box-shadow: 0 10px 30px 0 rgb(50 50 50 / 16%);
    border-radius: 50px;
    margin-bottom: 40px
}

.review-card img {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px
}

.rev-content {
    padding: 20px
}

.product-block {
    box-shadow: 0 10px 30px 0 rgb(50 50 50 / 10%);
    border-radius: var(--card-radius);
    height: 100%;
    display: flex;
    flex-direction: column;
    cursor: pointer
}

.product-content {
    padding: 20px
}

.product-block img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.image-mask {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 94%;
    border-top-left-radius: var(--card-radius);
    border-bottom-left-radius: var(--card-radius);
    overflow: hidden;
}

.sponsor-back .image-mask {
    border-radius: var(--card-radius)
}

.category-block {
    -webkit-box-shadow: 0 10px 30px 0 rgb(50 50 50 / 16%);
    box-shadow: 0 10px 30px 0 rgb(50 50 50 / 16%);
    border-radius: 20px;
    color: #fff;
    cursor: pointer
}

.category-content {
    padding-top: 10px;
    background: #fff;
    color: #171717;
    padding: 15px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px
}

.category-block img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px
}

.category-block .image-mask {
    border-radius: 0
}

.category-content p {
    margin-bottom: 0;
    text-align: left;
    font-weight: 400
}

.category-block-list {
    display: none
}

.cat-active {
    display: block !important
}

.fade.modal.show {
    opacity: 1
}

.fade {
    opacity: 1
}

.video-block {
    display: inline-block;
    position: relative;
    text-align: center;
    color: #fff
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px
}

.tile-slide {
    width: 100%
}

.tile-slide.slick-initialized .slick-slide {
    display: inline-block
}

ul#limheight {
    padding: 0;
    margin-bottom: 5px
}

.product-content h4 {
    font-family: var(--primary-font)
}

.prod {
    padding: 0 !important
}

.prod img {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px
}

.prod:hover img {
    transition: transform .2s ease-in-out;
    transform: scale(1.04)
}

.review-block img {
    border-top-left-radius: var(--card-radius);
    border-top-right-radius: var(--card-radius);
    object-fit: cover
}

.review-block .slick-slide {
    margin-top: 0
}

.review-block .image-mask {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.search-list h4 {
    font-size: 14px;
    color: #373a3c;
    margin-bottom: 3px
}

.search-list {
    padding-top: 20px
}

.search-list .price {
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    margin: 0
}

.search-list p {
    margin-bottom: 3px
}

.search-list img {
    border-radius: 10px;
    width: 60px
}

.search-list {
    display: flex;
    align-items: center;
    padding: 20px
}

.search-list:last-child {
    border-bottom: 0
}

.search-box ul {
    border-top: 0;
    padding: 0;
    border-radius: 15px;
    margin-bottom: 0;
}

.search-box ul a {
    /* display: block; */
    border-bottom: 1px solid #cccccc75
}

.search-box ul a:last-child {
    border-bottom: 0
}

.search-list:hover {
    background: #e1e1e142
}

.search-content {
    padding-left: 20px
}

.banner-form {
    background: transparent;
    border-radius: 50px;
    color: #000
}

input::placeholder {
    color: #ccc
}

.w-48 {
    max-width: 83%;
    margin: 0 auto;
    position: relative;
    padding-top: 90px
}

.search-box {
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 30px 0 rgb(50 50 50 / 16%);
    box-shadow: 0 10px 30px 0 rgb(50 50 50 / 16%);
    overflow-y: auto;
    position: absolute;
    z-index: 99;
    left: 50px;
    right: 50px;
    top: 48px;
    max-height: 60vh;
    width: 100%;
    left: 0;
}

.banner-form:focus {
    box-shadow: 0 10px 30px 0 hsl(0deg 0% 100% / 16%)
}

.sponsor {
    border-radius: 15px;
    box-shadow: 0 10px 30px 0 rgb(50 50 50 / 23%)
}

.sponsor img {
    max-height: 376px
}

.pure-modal .panel-body {
    border-radius: var(--card-radius);
    /* box-shadow:0 10px 30px 0 rgb(50 50 50 / 23%); */
    padding: 7px 7px 0 7px !important;
}

.item-content h6 {
    font-weight: 600;
    margin-bottom: 5px
}

.item-content p {
    font-size: 14px;
    margin-bottom: 0
}

.tab-rev.item {
    display: inline-block;
    margin: .25rem;
    width: 100%
}

.filter-tab {
    border: none;
    display: flex;
    justify-content: center
}

.filter-tab.nav-tabs .nav-link.active {
    border: 1px solid #4829B2;
    border: 0;
    background: #4829B2;
    text-align: center
}

.filter-tab a.nav-item.nav-link.active {
    color: #fff !important
}

.filter-tab.nav-tabs .nav-link {
    border: 1px solid #4829B2;
    border-radius: 50px;
    width: 115px;
    text-align: center;
    margin-right: 25px
}

.pad-b0 {
    padding-bottom: 0 !important
}

.filter-tab a {
    color: #000 !important
}

.tab-rev .item img {
    border-radius: var(--btn-radius);
    box-shadow: none
}

.item-content {
    padding: 15px 10px;
    border: 1px solid #ddd
}

.item .item-content {
    margin-bottom: 20px;
    border-bottom-right-radius: var(--btn-radius);
    border-bottom-left-radius: var(--btn-radius)
}

.tab-rev .item {
    display: inline-block;
    width: 100%;
    cursor: pointer
}

.sponsor-back {
    position: relative
}

.content {
    position: absolute;
    top: 20px;
    right: 16px;
    background: #5c14ae;
    color: #fff;
    padding: 8px 12px;
    border-radius: 24px
}

.content h6 {
    margin-bottom: 0;
    font-size: 12px
}

.search-pop {
    position: fixed;
    top: 0;
    z-index: 999;
    color: #444;
    background: #fff;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-wrap: wrap;
    transition: all .4s ease-out;
    transform: translate3d(0, 0, 1px);
    line-height: 0;
    padding: 10px;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden
}

.search-pop.active {
    opacity: 1;
    visibility: visible
}

.close-pop {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    z-index: 1;
    background: #000;
    padding: 19px 16px 21px 16px;
    color: #fff;
    border-radius: 30px;
    border: 2px solid #000
}

.close-pop:hover {
    border: 2px solid #000;
    background: transparent;
    transition: all .3s ease-in;
    color: #000
}

.nav-search input {
    border-bottom: 3px solid #444;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    color: #444;
    padding: 10px 0;
    font-size: 30px;
    border-top: 0
}

.nav-search .las.la-search {
    background: transparent;
    color: #444;
    font-size: 30px
}

.nav-search .w-48 {
    max-width: 75%
}

.pop-cont {
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.search-pop .search-box {
    max-height: 450px;
    overflow-y: scroll
}

.search-content p {
    line-height: normal
}

.prod-search .search-content p {
    margin: 6px 0;
    line-height: 18px
}

.dnone {
    display: none
}

.search-content p {
    color: #383a3c;
    font-weight: 400 !important
}

.nav-search input::placeholder {
    color: #ccc
}

.contet-align {
    position: absolute;
    top: 42%;
    margin: 0 48px
}

.search-design {
    background: #5c14ae;
    padding: 9px 15px 13px 16px;
    border-radius: 50px;
    color: #fff;
    margin-top: 3px;
    transition: 0.5s;
    margin-bottom: 10px
}

.search-design:hover {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

footer .feed li {
    margin-bottom: 15px
}

footer .feed li:last-child {
    margin-bottom: 0
}

.feed_price {
    margin: 0
}

.feed-prod {
    margin-bottom: 5px
}

footer .feed a:hover {
    color: #fff !important
}

footer .feed li:hover img {
    box-shadow: 0 5px 15px rgb(243 236 236 / 50%);
    transition: all .3s ease-in
}

.nav-item .searchBtn {
    cursor: pointer;
    transition: all .3s
}

.nav-tabs {
    text-transform: capitalize;
    font-weight: 600
}

.product-block img {
    box-shadow: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    height: 300px;
    margin: 0 auto
}

.product-block:hover img {
    transform: scale(1.05);
    transition: transform .3s ease-in
}

.product-block .price {
    font-size: 20px;
    padding: 0
}

.product-block h4 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px
}

input {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.bold {
    font-weight: 400
}

.company-name {
    text-transform: capitalize
}

.video-thumb {
    position: relative
}

.play-icon {
    position: absolute;
    top: 34%;
    left: 35%;
    font-size: 40px;
    color: #fff
}

.pure-modal .close {
    opacity: 1;
    text-shadow: none;
    color: #fff;
    font-size: 15px;
    background: var(--gradient-10, linear-gradient(90deg, rgba(89, 89, 89, 0.10) 0%, rgba(194, 194, 194, 0.10) 100%)) !important;
    line-height: 35px !important;
    border-radius: 8px !important
}

.pure-modal .close svg path {
    stroke: #8c8c8c
}

.pure-modal .close:hover svg path {
    stroke: #555
}

.pure-modal>*>.scrollable {
    overflow: unset !important;
}

.row.tab-rev {
    grid-column-gap: 0 !important;
    column-gap: 0 !important
}

.video-review .play-icon {
    top: 42%;
    left: 42%;
    z-index: 9
}

.prod:hover {
    cursor: pointer
}

.slick-slide {
    /* margin-top:5px; */
    /* opacity: 1 !important; */
}

.trending-review img {
    border-radius: 20px;
    max-height: 440px;
    margin: 0 auto;
    height: 303px
}

.trending-review {
    position: relative;
    cursor: pointer;
    border-radius: 20px
}

.review-content {
    position: absolute;
    bottom: 0;
    color: #fff
}

.review-content h5 {
    margin-bottom: 10px
}

.review-user {
    font-size: 14px
}

.review-content-small h5 {
    font-family: var(--primary-font);
    font-size: 16px;
    margin: 10px 0;
    font-weight: 400
}

.new-badge {
    position: absolute;
    top: 2%;
    right: 3%;
    background: #4829B2;
    color: #fff;
    border-radius: 50px;
    height: 45px;
    width: 45px
}

.new-badge span {
    padding: 14px 11px;
    font-size: 12px;
    display: inline-block
}

.badge-red {
    background: #DA1212;
    padding-left: 3px
}

.review-effect:hover {
    box-shadow: -20px 25px 30px rgb(0 0 0 / 10%);
    transition: all .3s ease-in
}

.trending-review:hover h5 {
    font-weight: 500 !important;
    transition: all .2s cubic-bezier(.4, 0, .2, 1) 70ms
}

.trending-review:hover .review-content-small {
    color: #4829B2
}

.trending-review:hover .new-badge {
    background: #000;
    transition: all .3s ease-in
}

.drybn-media-list {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 1rem auto;
    display: flex;
    flex-wrap: wrap
}

.media-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.media-title {
    color: #fff;
    flex: 1
}

.bg-dblue {
    background: #161C2D
}

.drybn-media-playlist video {
    background: #fff;
    border-radius: 10px
}

.drybn-media .video-thumb {
    background: #fff;
    border-radius: 30px
}

.drybn-media .play-icon {
    top: 46%;
    left: 48%
}

.media-item img {
    margin-right: 12px;
    width: 100px;
    border-radius: 10px;
    height: 80px
}

h3.media-title {
    padding-top: 20px;
    margin-bottom: 0
}

.load-more {
    border: 1px solid;
    padding: 12px 40px;
    border-radius: 15px;
    background: var(--new-gradient);
    color: #fff;
    margin-top: 50px
}

.load-more-outline {
    position: relative;
    display: block;
    padding: 12px 40px;
    border-radius: 15px;
    background: linear-gradient(90deg, #5C14AE 0%, #c33764 100%);
    margin-top: 15px;
    z-index: 1;
}

.load-more-outline::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 13px;
    background: white;
    /* Inner background */
    z-index: -1;
}

.load-more-outline span {
    background: linear-gradient(90deg, #5C14AE 0%, #c33764 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}

.d-hide {
    display: none !important;
}

.cust-title {
    font-weight: 400;
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 5px
}

.lite-grey {
    background: #f9f9f9
}

.outer-box {
    text-align: center;
    background: #fff;
    border: 1px solid #ececec;
    -webkit-box-shadow: 0 20px 80px rgb(0 0 0 / 12%);
    box-shadow: 0 20px 80px rgb(0 0 0 / 12%);
    -webkit-transition-duration: .3s;
    margin: 10px auto;
    padding: 30px 0;
    max-width: 90%;
    border-radius: 20px
}

.outer-box .fa {
    padding: 0;
    color: #5c14ae;
    font-size: 45px;
    margin: 10px 0 20px 0;
    max-width: 30%
}

.outer-box h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 6px
}

.outer-box span {
    color: #999;
    font-size: 14px
}

.sm-title {
    color: #5c14ae;
    font-weight: 400;
    font-size: 18px
}

.contact-form .form-control {
    background: #f6f7f8;
    color: #777 !important;
    outline: none;
    width: 100%;
    padding: 24px 15px;
    margin: 10px 0;
    -webkit-transition-duration: 0.4s;
    border: none !important;
    border-radius: 3px !important;
    height: auto
}

.primary-btn {
    padding: 15px 8%;
    background: linear-gradient(90deg, #5C14AE 0%, #C33764 100%);
    color: #fff;
    border: 0;
    border-radius: 50px
}

.video-list {
    cursor: pointer
}

.css-1bvglw3 {
    box-shadow: none !important
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.loader {
    margin: 0 auto;
    text-align: center;
    padding-top: 4rem
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 34px;
    height: 34px;
    margin: 8px;
    border: 5px solid #4829B2;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border-color: #4829B2 transparent transparent transparent
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

::placeholder {
    color: #cccccc !important
}

.pop-product.broken p {
    color: #111;
    font-size: 18px;
    padding-top: 10px
}

.pop-product.broken {
    margin-bottom: 16px
}

.category-ul .prev {
    top: 20%
}

.category-ul .next {
    top: 20%
}

.company-logo {
    border-radius: 5%;
    max-width: 80%
}

.product-content h6 {
    font-weight: 500;
    margin-bottom: 0;
    color: #383838;
    padding-bottom: 10px
}

.privacy a {
    color: #000
}

.privacy ul {
    padding-left: 30px
}

.privacy li {
    list-style: disc
}

.terms a {
    color: #000
}

.terms ul {
    padding-left: 30px
}

.terms li {
    list-style: disc
}

.review-text {
    padding: 15px
}

.comp-products img:hover {
    transition: all .3s ease-in;
    cursor: pointer
}

.rev-card .play-icon {
    top: 46%;
    left: 47%;
    font-size: 50px;
    z-index: 9
}

.rev-title {
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 20px
}

.tags {
    margin-bottom: 6px
}

.review-tile {
    margin-top: 15px;
    margin-bottom: 0
}

.drybn-media .video-thumb img {
    border-radius: 0px !important
}

.rev-card img {
    border-radius: 8px 0 0 8px !important
}

.review-feed-item-li:hover img {
    transition: all .3s ease-in;
    box-shadow: 0 10px 20px rgb(119 119 119 / 50%)
}

.trending-review:hover img {
    transition: all .3s ease-in;
    box-shadow: 0 10px 20px rgb(119 119 119 / 50%)
}

#nprogress .bar {
    background: #5c14ae !important;
    height: 5px
}

#nprogress .peg {
    box-shadow: none !important
}

.category-block:hover img {
    transition: all .3s ease-in;
    box-shadow: 0 10px 30px 0 rgb(242 242 242 / 34%)
}

.category-block:hover p {
    font-weight: 500;
    transition: all .2s cubic-bezier(.4, 0, .2, 1) 70ms
}

.nav-btn {
    background: linear-gradient(90deg, #5C14AE 0%, #C33764 100%);
    padding: 12px 18px;
    color: #fff !important;
    border-radius: 16px;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.nav-btn:hover {
    background: linear-gradient(90deg, #5C14AE 0%, #C33764 100%);
    color: #fff !important
}

.nav-btn:active,
.nav-btn:focus {
    color: #fff !important
}

.vb-hidden {
    visibility: hidden !important
}

footer.text-white {
    padding: 40px
}

.brand a {
    background: transparent;
    color: var(--color) !important;
    padding: 9px 7px;
    border-radius: 8px;
    font-size: 12px;
    border: 1px solid rgba(89, 89, 89, 0.10000000149011612);
}

.brand a:hover {
    background: var(--linear-background);
    color: #fff !important
}

.product-desc-middle-container span img {
    padding-right: 5px
}

.user-name {
    margin-bottom: 0
}

span.user-name {
    padding-right: 10px;
    text-transform: capitalize
}

.product-desc {
    color: #555;
    padding: 6px 0px
}

.pagination-btn {
    padding: 5px 13px;
    border: 1px solid #383838;
    margin-right: 15px;
    background: transparent;
    border-radius: 50px
}

button[disabled],
html input[disabled] {
    background: #ddd;
    color: #383838;
    border-color: #ddd;
    cursor: not-allowed
}

.bdr-20 {
    border-radius: 20px
}

input,
textarea {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.user-slider {
    cursor: pointer
}

.gal {
    z-index: 0
}

footer {
    z-index: 0
}

.gal-1 {
    z-index: 9
}

.m-1r {
    margin-bottom: 1rem
}

footer {
    margin-top: 0
}

.product-badge a:hover {
    color: #fff !important
}

@media (min-width: 768px) and (max-width:991px) {
    .featured-product-content h4 {
        font-size: 16px
    }

    .comp-info .featured-product-content {
        width: 90% !important
    }

    .lite-badge {
        width: 70% !important
    }

    .img-box img {
        max-height: 95px !important
    }

    .company-detail-box h2 {
        font-size: 24px
    }

    .hide-ipad {
        display: none !important
    }

    .d-block-md {
        display: block
    }

    .visible-md {
        display: block !important
    }

    .mobile-baner h1 {
        font-size: 40px
    }

    .mobile-page .company-detail-box h2 {
        font-size: 20px
    }

    .mobile-page .company-description-box img {
        max-width: 66px
    }

    .v-text {
        left: 15.5% !important
    }

    .v-play {
        left: 15.5% !important
    }

    .wm-48 {
        max-width: 47% !important
    }

    .prd-price {
        font-size: 18px !important
    }

    .feed {
        margin-bottom: 0
    }

    .review-feed-item-li {
        border-bottom: 0
    }

    .video-list {
        margin-top: 35px
    }

    .product-review-img {
        height: auto
    }

    .review-banner-img {
        width: 240px !important
    }

    .w-200 {
        width: 160px !important
    }

    .banner-content .heading {
        font-size: 45px !important
    }

    .item.video-item {
        margin-bottom: 20px
    }

    .item.video-item:last-child {
        margin-bottom: 0
    }

    .new-banner {
        min-height: 400px !important
    }

    .heading {
        font-size: 35px !important
    }

    .trending-review img {
        height: 230px
    }

    .prod {
        min-height: 500px
    }

    .prod.reviews {
        min-height: 410px
    }

    nav.css-1bvglw3 {
        margin: 0
    }

    .media-item {
        margin-bottom: 30px
    }

    .media-item:last-child {
        margin-bottom: 0
    }

    .review-cotent {
        padding: 35px 15px
    }

    .review-tile {
        margin-bottom: 25px !important
    }

    .menu-bar {
        display: inline-block;
        height: 20px;
        float: right;
        margin-top: -12px
    }

    .css-12wf6sa {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .css-f4a6om {
        display: grid;
        position: absolute;
        background: #ddd;
        top: 100%;
        z-index: 99999;
        width: 100%;
        left: 0
    }

    .css-jkaxsq {
        float: none
    }

    .a-tag {
        text-align: left
    }

    nav.css-12wf6sa .active::before {
        background: transparent
    }

    .css-jkaxsq {
        margin-left: 75px !important
    }

    .active {
        color: #5c14ae;
        font-weight: 700
    }

    .d-none {
        display: none !important
    }

    .tile-slide .slick-prev {
        left: 0
    }

    .tile-slide .slick-next {
        right: 15px
    }

    .products-section-two {
        display: block
    }

    .banner {
        padding: 0;
        margin-bottom: 0;
        height: 535px
    }

    .container-fluid {
        padding: 0
    }

    .banner-heading {
        font-size: 65px
    }

    .logo {
        height: 55px
    }

    .trending-article .title-text {
        font-size: 22px
    }

    .trending-article .title-h6 {
        font-size: 20px
    }

    .trending-article.tile.small h5 {
        font-size: 22px
    }

    .trending-article.tile.small h6 {
        font-size: 16px
    }

    .trending-li {
        padding-bottom: 40px
    }

    .trending-article.tile.small {
        margin-bottom: 30px
    }

    .section-block {
        padding: 100px 35px
    }

    .new-heading-xl {
        font-size: 40px;
        margin-bottom: 16px
    }

    .back-content {
        top: 18%
    }

    .review-container .feed li:last-child {
        display: none
    }

    .review-container .feed li:nth-child(3) {
        border-bottom: none
    }

    .prod-slider img {
        height: auto
    }

    .category-block {
        margin-bottom: 50px
    }

    .active p {
        color: #383838;
        font-weight: 400 !important
    }

    footer .top_reviews.mpt-10 {
        padding-left: 50px
    }

    .category-block-list .image-mask {
        width: 100% !important
    }

    .product-info {
        top: 0 !important
    }

    .product-all-info .featured-product-content {
        width: 93.8%
    }
}

@media (max-width: 767px) {
    .f-reviews-item .featured-product-content {
        width: 96% !important;
        left: -18px !important;
        bottom: 9px !important;
        overflow: hidden !important;
    }

    .nav.nav-tabs:after {
        bottom: 2px !important;
        width: 100% !important;
    }

    .featured-product.imagemask.main-prd .image-mask {
        padding-bottom: 350px !important;
    }

    .product-page .section-block {
        padding-bottom: 20px !important
    }

    .featured-product-content h4 {
        font-size: 16px
    }

    .new-banner {
        min-height: 370px !important
    }

    .trending {
        padding-bottom: 40px
    }

    .banner-content {
        width: 100% !important
    }

    .banner-content .heading {
        font-size: 38px !important;
        padding: 0 15px
    }

    .search-container {
        padding: 0 !important
    }

    .product-desc h3 {
        font-size: 20px;
        margin-top: 30px
    }

    .product-desc .brand a {
        padding: 0;
        width: 100%;
        display: block;
        background: none;
        font-size: 16px
    }

    .product-desc .price {
        color: #555;
        font-weight: 400;
        font-size: 20px;
        line-height: normal;
        padding: 10px 9px;
        min-height: 67px;
        display: flex;
        align-items: center;
        line-height: 0;
        flex-wrap: wrap
    }

    .product-desc-middle-container h3 {
        font-size: 20px;
        margin-top: 30px
    }

    .p-25 {
        padding: 25px
    }

    .nav-btn {
        display: none
    }

    .company-logo {
        max-width: 100%
    }

    .active p {
        color: #555555 !important;
        font-weight: 400 !important
    }

    .filter-tab.nav-tabs .nav-link:last-child {
        margin-right: 0
    }

    .filter-tab.nav-tabs .nav-link {
        font-size: 11px;
        width: auto;
        margin-right: 10px !important
    }

    .filter-tab.nav-tabs .nav-link.active {
        width: auto
    }

    .review-tile {
        margin-bottom: 20px !important
    }

    .search-design {
        min-height: 44px;
        padding: 7px 15px 13px 16px
    }

    footer .feed {
        margin-top: 25px
    }

    .css-jkaxsq+.css-jkaxsq {
        margin-left: 0 !important
    }

    .banner {
        padding: 15px 0;
        margin: 24px !important
    }

    .banner-heading {
        font-size: 35px !important;
        max-width: 85%
    }

    .banner-subtitle {
        font-size: 16px !important
    }

    .heading-hr {
        width: 30%
    }

    .heading-hr-lite {
        width: 30%
    }

    .trending-ul {
        height: auto
    }

    .trending-article.tile.small img {
        height: auto
    }

    .col-feed-first-tile {
        padding-bottom: 40px
    }

    .category-card {
        margin-right: 0;
        margin-bottom: 30px
    }

    nav {
        max-width: 480px;
        margin: auto;
        padding: 0
    }

    .css-jkaxsq {
        float: none !important;
        display: flex;
        padding-left: 20px
    }

    .css-f4a6om {
        display: block;
        background: #ddd;
        position: absolute;
        width: 100%;
        z-index: 9999;
        top: 100%;
        left: 0
    }

    .css-hojna5 {
        float: none;
        display: inline-block
    }

    .css-12wf6sa {
        padding: 0 !important
    }

    .menu-bar {
        display: inline;
        float: right;
        height: 65px;
        margin-top: -10px;
        margin-right: 10px
    }

    .md-none {
        display: none
    }

    .nav-link.searchBtn {
        padding-bottom: 0;
        padding-top: 7px !important
    }

    .navbar-list-items {
        float: none !important
    }

    .d-none {
        display: none !important
    }

    nav.css-12wf6sa .active::before {
        background: transparent
    }

    .active {
        color: #5c14ae !important;
        font-weight: 700
    }

    footer h5 {
        margin-bottom: 15px;
        margin-top: 25px
    }

    .footer-hr {
        margin-bottom: 0 !important
    }

    .gallery-lavalamp-item-inactive {
        margin-left: 10px !important
    }

    .review-feed-item {
        margin-top: 30px
    }

    .review-feed-item img {
        margin: 0
    }

    .comment img {
        margin-bottom: 0
    }

    .related-product-card {
        margin-right: 0
    }

    .nav-tabs {
        width: 100%
    }

    .brand_logo.pr-2 {
        display: none
    }

    .prod-slides .slick-dots {
        margin-bottom: 15px
    }

    .prod-slides {
        margin-bottom: 30px
    }

    .category-ul {
        display: block
    }

    .tile-slide .slick-list {
        width: 50%;
        margin: 0 auto
    }

    .tile-slide .slick-prev {
        left: 0
    }

    .tile-slide .slick-next {
        right: 15px
    }

    .products-section-two {
        display: block
    }

    .product-desc-videos-container .row .col-sm-4 {
        padding: 30px 0 0 !important
    }

    .carousel-row {
        margin: 0 !important;
        box-shadow: none
    }

    .product-review-card-body {
        padding: 15px
    }

    .share-widget {
        padding: 0 4px
    }

    .share-widget img {
        padding-left: 0
    }

    .product-review-footer {
        position: inherit
    }

    .pop-product img {
        height: 85px !important
    }

    .broken-heading {
        margin-bottom: 0 !important;
        font-size: 78px
    }

    .broken-page p {
        font-size: 18px !important;
        opacity: 0.7 !important
    }

    .broken-page .pop-product {
        margin-bottom: 1rem !important
    }

    .pop-product h3 {
        font-size: 18px !important
    }

    .pop-product h4 {
        font-size: 15px !important
    }

    .price-pop {
        font-size: 20px !important
    }

    .ban-btn-dark {
        padding: 10px 26px !important;
        font-size: 14px !important;
        border: 3px solid #fff !important
    }

    .ban-btn-outline {
        padding: 10px 24px !important;
        font-size: 14px !important;
        margin-left: 8px !important
    }

    .banner {
        background-image: url(/static/images/new-ban.png);
        background-size: 68% !important;
        background-position: 110% 21% !important;
        background-repeat: no-repeat;
        height: auto !important
    }

    .new-heading {
        font-size: 40px !important;
        margin-bottom: 50px !important
    }

    .trending-li {
        padding-bottom: 50px
    }

    .row-feed-down-tile {
        padding-top: 40px
    }

    .section-block {
        padding: 90px 25px
    }

    .trending-article {
        box-shadow: none !important
    }

    .container-fluid {
        padding: 0
    }

    .back-content {
        position: unset !important;
        padding: 35px 15px 15px
    }

    .new-heading-xl {
        font-size: 45px !important;
        margin-bottom: 15px !important
    }

    .trending-li:last-child {
        padding-bottom: 0 !important
    }

    .tile-slide .slick-slide {
        width: 180px !important
    }

    .category-block-list {
        padding: 24px
    }

    .category-block {
        margin-bottom: 0
    }

    .category-container {
        margin-bottom: 0px !important
    }

    .or-back {
        padding: 40px 0
    }

    footer {
        padding: 0 15px;
        text-align: center
    }

    .bdr-top {
        width: 100%
    }

    .copy-right p {
        padding: 15px 0;
        text-align: center
    }

    .copy-right {
        padding-bottom: 30px
    }

    .prod-slider img {
        height: auto
    }

    .slick-slider.product-slides {
        margin-bottom: 30px
    }

    .sponsor-back {
        margin-bottom: 20px
    }

    .contet-align {
        top: 30%
    }

    .boat-company-super-text {
        font-size: 20px;
        margin-top: 18px
    }

    #noanim-tab-example-tabpane-home img {
        margin-bottom: 30px
    }

    .user-slides .slick-slide img {
        width: 100px;
        border-radius: 50%;
        height: 100px;
        margin: 0 auto
    }

    .w-48 {
        max-width: 85%
    }

    .trending-review {
        margin-bottom: 30px !important
    }

    .media-item:last-child {
        margin-bottom: 0
    }

    .trending-review:last-child {
        margin-bottom: 0
    }

    .category-block {
        margin-bottom: 30px
    }

    .category-block:last-child {
        margin-bottom: 0
    }

    .category-block .image-mask {
        width: 100% !important
    }

    .m25 {
        margin-bottom: 25px
    }

    .imagemask .image-mask {
        height: auto !important
    }

    .company-detail-box h2 {
        color: #555555 !important;
        font-weight: 500 !important
    }

    .company-buttons span {
        font-size: 12px;
    }

    .single-product .product-slider .slick-slide img,
    .mainSwiper img {
        min-height: 370px !important;
        height: 370px !important;
        max-height: 370px !important;
    }

    .price small {
        font-size: 8px;
        color: #888;
        margin-left: 1px;
        margin-top: 5px
    }

    .review-right {
        padding: 20px
    }

    .prod-brand-style .expand-icon {
        position: absolute;
        right: 10%;
        bottom: 4%
    }

    .mobile-btn {
        background: var(--linear-background);
        width: 100%;
        padding: 15px;
        text-align: center;
        border-radius: 14px;
        font-size: 18px;
        line-height: normal;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
    }

    .sticky-btn {
        position: fixed;
        bottom: 8%;
        right: 15px;
        left: 15px;
        z-index: 9;
        width: 92vw;
    }

    /* .explore-tab.nav-tabs .nav-link {
        width: 100%;!;
    } */
}

.slick-dots li button:before {
    top: 16px
}

.squre-btn {
    background: radial-gradient(100% 1217.72% at 0% 89.58%, #5C14AE 0%, #7A09C2 52.09%, #9400D3 100%);
    border-radius: 30px;
    padding: 15px 35px
}

button {
    border: none
}

.squre-btn:hover {
    box-shadow: 0 10px 30px 0 rgb(50 50 50 / 30%);
    transform: .3s ease-in
}

.squre-btn a:hover {
    color: #fff !important
}

.trending-review {
    position: relative
}

.top-review-image {
    display: block;
    width: 100%;
    height: auto
}

.top-review-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #000000b0;
    border-radius: 15px
}

.trending-review:hover .top-review-overlay {
    opacity: 1
}

.top-review-text {
    color: #fff;
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%
}

.overlay-btn {
    background: #fff;
    color: #5c14ae;
    display: block;
    margin: 0 auto;
    font-size: 12px;
    border-radius: 6px;
    padding: 5px 15px;
    margin-top: 10px;
    font-weight: 500
}

.mb50 {
    margin-bottom: 50px
}

.new-banner {
    background: var(--linear-background);
    color: #fff;
    min-height: 600px;
    position: relative
}

.banner-bottom {
    position: absolute;
    bottom: -8px
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55%
}

.banner-content .heading {
    color: #fff;
    font-size: 80px;
    text-align: center;
    margin-bottom: 20px;
    max-width: 100%
}

.prod .des {
    min-height: 38px
}

.video-thumb:before {
    content: "";
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgb(13 12 12 / 10%);
    z-index: 9;
    border-radius: 16px
}

.product-block .image-mask {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

@media (min-width: 1200px) {
    .category-ul .slick-track {
        width: 100% !important
    }
}

.company-block:hover .company-content span.brand-name {
    color: #fff
}

.video-player {
    position: relative;
}

.video-play-btn {
    position: absolute;
    top: 0%;
    z-index: 99999;
    width: 100%;
    height: 100%;
    left: 0%;
    display: flex;
    align-items: center
}

.prod-slider.user-slider img {
    max-width: 80%;
    margin: 0 auto
}

.f-video-review .video-thumb {
    background: #fff;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 35px
}

.f-video-review .video-thumb img {
    max-height: 376px
}

.f-video-review .video-thumb.r_photo img {
    border-radius: 8px !important
}

.review-footer {
    position: absolute;
    bottom: 0%;
    right: 2%
}

.prevReview,
.nextReview {
    background: #fff
}

.prevReview svg,
.nextReview svg {
    fill: var(--primary-color)
}

.disabled {
    pointer-events: none;
    opacity: .7
}

/* .review-p-modal .close {
    z-index: 9999999 !important
} */

.review-action {
    position: absolute;
    bottom: -1%;
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-radius: 2px;
    align-items: center;
    padding-top: 2px;
    z-index: 99999;
    left: 0%
}

.review-footer-text {
    position: relative !important;
    float: right;
    margin-top: 10px;
    right: 0%
}

.navbarmenu {
    display: flex
}

.review-single-page .video-player {
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-single-page .video-player>div {
    height: 100% !important;
    width: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-single-page .video-player video {
    height: 100% !important;
    width: auto !important;
    object-fit: contain;
}

.video-mute-btn img {
    width: 20px !important;
    min-height: 20px !important;
}

.video-mute-btn {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #dddddda6;
    padding: 10px;
    border-radius: 8px;
    backdrop-filter: blur(8.98131px);
    cursor: pointer;
    z-index: 99999999;
}

.upvote img {
    min-height: 100% !important;
}

.u-detail a {
    color: #fff;
}

@media(max-width: 767px) {
    .custom-swiper .swiper-thumbs {
        bottom: 0px;
    }

    .custom-swiper {
        max-height: 370px;
    }

    .ab-pos {
        position: absolute !important;
    }

    body.body-modal-fix .product-badge.m-badge.ab-pos {
        position: unset !important;
    }

    .video-mute-btn {
        top: 20%;
        left: 9px;
    }

    .navbar-list-items.navbar-nav img {
        width: 28px !important
    }

    .review-media .review-sliders .image-mask {
        height: 100vh !important;
    }

    .review-media .transbox img {
        object-fit: contain !important;
        min-height: 100%;
        width: 100%;
        margin-bottom: 0;
        border-radius: 0
    }

    .review-content-products .d-flex {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;       
    }

    .product-badge:has(+ .review-content-products) {
        width: 100% !important
    }

    .review-content-products  .d-flex > div {
        flex: 1 1 calc(50% - 16px); /* 2 columns, accounting for gap */
        box-sizing: border-box;
    }

    .review-p-modal .blur-background,
    .review-p-modal .transbox {
        border-radius: 0px !important
    }

    .review-ab {
        position: absolute;
        bottom: 0px;
        background: rgba(5, 21, 29, .3) !important;
        color: #fff !important;
        z-index: 999999;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        transition: all 0.3s linear;
        left: 0px;
        right: 0px;
        width: auto !important;
        max-width: 100% !important;
        -webkit-backdrop-filter: blur(6px);
        backdrop-filter: blur(6px);
        border-radius: 24px !important
    }

    .review-p-modal .profile-review img {
        width: 50px !important
    }

    .mfz-18 {
        font-size: 18px
    }

    .mfz-13 {
        font-size: 13px
    }

    .review-ab.show {
        visibility: visible;
        opacity: 1;
        /* bottom: 50px; */
        position: absolute;
    }

    .review-contents {
        font-size: 14px;
        font-weight: 300
    }

    .review-p-modal .profile-review li {
        background: #fff !important
    }

    .review-p-modal .w-badge span {
        font-weight: 600
    }

    .product-info {
        top: 12% !important
    }

    .item.video-item {
        margin-bottom: 30px
    }

    .item.video-item:last-child {
        margin-bottom: 0
    }

    .ar-style svg {
        background: #4829B2;
        margin-right: 10px;
        font-size: 30px;
        color: #fff;
        border-radius: 2px
    }

    .ar-style svg:last-child {
        margin-right: 0
    }

    .review-action {
        background: radial-gradient(100% 239.87% at 0% 89.86%, #5C14AE 0%, #9400D3 100%)
    }

    .company-detail-box h2 {
        font-size: 17px
    }

    .company-detail-box {
        /* padding-left:0px!important; */
    }

    .company-description-box {
        margin-top: 20px;
        min-height: auto !important;
    }

    .pad-left-14,
    .pad-right-14 {
        padding: 0px !important
    }

    .heading {
        font-size: 26px !important
    }

    .d-block-md {
        display: block
    }

    .single-product .slider-wrapper {
        flex-direction: column-reverse;
    }

    .single-product .thumbnail-slider-wrap,
    .single-product .product-slider {
        width: 100% !important;
    }

    .single-product .thumbnail-slider-wrap {
        max-height: 100% !important;
        margin: 0px !important;
        position: absolute;
        z-index: 999;
        padding: 10px 70px !important;
        bottom: 0%;
        left: 2%
    }

    .single-product .thumbnail-slider-wrap .slick-track .slick-slide img,
    .product-sinlge .swiper-thumbs img {
        width: 75px !important;
        height: 55px !important;
    }

    .thumbnail-slider-wrap .slick-track .slick-slide img {
        border-radius: 8px !important
    }

    .thumbnail-slider-wrap .slick-track>.slick-slide {
        padding-right: 15px
    }

    .product-desc h3 {
        font-size: 22px !important;
        margin-top: 0px !important
    }

    .product-desc {
        padding: 0px !important
    }

    .filter-tab.nav.nav-tabs {
        display: none
    }

    .review-detail .blur-background,
    .review-detail .transbox,
    .review-detail .review-content-background {
        border-radius: 24px !important
    }

    .review-detail .review-content-background {
        margin-top: 15px;
        padding: 15px;
    }

    .review-detail .review-content-background .product-badge {
        position: relative;
        margin-top: 10px;
        bottom: 0;
        width: 100%
    }

    .review-detail .transbox img {
        width: 100%;
        min-height: 100%
    }

    .tab-rev .item,
    .tab-rev .text-review {
        margin-bottom: 15px
    }

    .navbarmenu {
        width: 100%;
        justify-content: space-between
    }

    .w-badge {
        display: flex;
        align-items: center;
        padding: 8px 16px !important
    }

    .w-badge svg {
        margin-right: 3px
    }

    .w-badge span {
        display: inline-block;
        margin-top: 3px
    }

    .mobile-pad-t0 {
        padding-top: 0px !important
    }
}

.d-block {
    display: block !important
}

.review-slides .slick-slide {
    margin-top: 0
}

#limheight li:hover {
    cursor: pointer
}

footer .widget a:hover {
    color: #555555 !important
}

.r-btn {
    color: #5d14af
}

.ban-btn-dark:hover .r-btn {
    color: #fff !important
}

.review-banner {
    height: 600px;
    position: relative
}

.review-banner-img {
    width: 300px;
    position: absolute
}

.display-none {
    display: none !important
}

.ban-btn-dark a:hover {
    color: #fff !important
}

.ban-btn-dark a {
    color: #5C14AE
}

.ban-btn-dark:hover a {
    color: #fff !important
}

.mt-65 {
    margin-top: 65px
}

.w-200 {
    width: 180px
}

.body-modal-fix {
    overflow: hidden !important;
}

.section-block-small {
    padding: 75px 0
}

.category-list {
    padding: 12px 36px;
    background: #FFF;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .13), 0 0 3px rgba(0, 0, 0, .05);
    border-radius: var(--btn-radius)
}

.cust-form-control {
    padding: 8px 20px;
    width: 100%;
    border: 1px solid #C2C2C2;
    background: #FFF;
    border-radius: 12px !important;
    line-height: 0;
    border-top-right-radius: 6;
    border-bottom-right-radius: 6px;
    padding-left: 42px;
    font-size: 14px;
    box-shadow: 0px 8px 12px -4px rgba(128, 0, 128, 0.4);
}

.featured-product-content {
    background: rgb(13 14 14 / 50%);
    /* backdrop-filter:blur(25px); */
    border-radius: 12px;
    position: absolute;
    bottom: 20px;
    width: 93%;
    padding: 15px 20px;
    margin: 0 20px;
    color: #fff
}

.featured-product {
    position: relative;
    cursor: pointer
}

.main-page .featured-product {
    line-height: 0
}

.featured-product-content h4 {
    margin-bottom: 5px;
    font-weight: 400;
    /* display: inline-block; */
}

.featured-product {
    text-align: center;
}

.featured-product img {
    border-radius: 16px;
    /* min-height: 280px; */
    /* object-fit: cover; */
    /* max-height: 309px; */
    width: 100%;
    height: 100%;
}

.user-exp .featured-product>img:first-of-type {
    object-fit: cover;
    width: 100%;
}

.company-description-box {
    min-height: 150px;
    position: relative
}

.company-description-box img {
    max-width: 85px;
    margin: 0px 20px 20px 0px;
    border-radius: 20px;
    background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #5C14AE 0%, #C33764 100%) border-box;
    border: 2px solid transparent
}

.company-detail-box h1 {
    margin-bottom: 5px !important;
    font-weight: 700;
    color: var(--dark-color)
}

.company-detail-box {
    /* padding-left:13px; */
}

.company-links {
    /* padding: 0 20px; */
    display: flex;
    align-items: center;
    gap: 10px
}

.company-links a.button {
    padding: 10px 34px;
    background: linear-gradient(90deg, rgba(89, 89, 89, .1) 0%, rgba(194, 194, 194, .1) 100%);
    border-radius: 12px;
    color: #555;
    margin-right: 10px;
    font-size: 13px;
    width: auto;
    display: inline-block;
    text-align: center;
    font-weight: 500
}

.company-page .fa {
    padding: 0;
}

.company-links a.icon .fa:before {
    background: -webkit-gradient(linear, left top, right top, from(#5C14AE), to(#C33764));
    background: -moz-linear-gradient(left, #5C14AE 0%, #C33764 100%);
    background: linear-gradient(90deg, #5C14AE 0%, #C33764 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.company-links a.button:hover {
    background: var(--linear-background);
    color: #fff !important
}

.company-description {
    padding: 15px 0px;
    bottom: 0
}

.company-description p {
    margin-bottom: 0
}

.company-buttons a {
    color: var(--color);
    font-weight: 400;
    letter-spacing: .02em;
    font-size: 15px;
    /* margin-right: 10px; */
}

.pad-left-0 {
    padding-left: 0px !important
}

.pad-right-0 {
    padding-right: 0px !important
}

.img-box {
    position: relative;
    cursor: pointer;
}

.img-box img {
    width: 100%;
    max-height: 135px;
    margin-top: 20px;
    object-fit: cover;
    border-radius: var(--img-radius);
}

.img-box-content {
    position: absolute;
    left: 16px;
    bottom: 7%;
    color: #fff
}

.img-box:before {
    content: '';
    position: absolute;
    background: #00000061;
    top: 20px;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: var(--img-radius)
}

.pad-right-14 {
    padding: 0 12px 0 0
}

.pad-left-14 {
    padding: 0 0 0 12px
}

.compay-description-text h4 {
    font-weight: 500;
    font-size: 25px;
    line-height: 50px;
    color: var(--dark-color);
    margin-bottom: 0
}

.text-gradient {
    background: var(--linear-background);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    height: 100%;
    display: inline-block;
}

.pad-10 {
    padding-bottom: 10px
}

.hot-reviews .featured-product-content img {
    border-radius: 0;
    margin-right: 5px;
    height: 34px;
    display: inline-block
}

.featured-product-content img {
    width: 16px;
    border-radius: 4px;
    margin-right: 5px;
}

.hot-reviews .featured-product-content {
    width: 93%;
    margin: 0 14px;
    bottom: 14px
}

.img-h350 {
    object-fit: cover;
}

.v-img-h350 {
    object-fit: cover;
    max-height: 350px;
    width: 100%
}

.play-icon-n {
    position: absolute;
    top: 8px;
    right: 5px;
    /* height: 35px; */
    width: 35px;
    /* border-radius: 7px; */
    /* border-top-right-radius: 20px; */
    /* background: linear-gradient(90deg, rgba(89, 89, 89, .1) 0%, rgba(194, 194, 194, .1) 100%); */
    /* backdrop-filter: blur(22.5px); */
}

.play-icon-n svg {
    font-size: 22px;
    margin-left: 6px;
    margin-top: 7px
}

.hot-reviews .featured-product-content span {
    font-size: 13px
}

.hot-reviews.product-tabs .featured-product-content {
    padding: 8px 12px 8px 12px
}

.product-tabs .featured-product-content h6 {
    margin-bottom: 2px;
    font-size: 10px;
    line-height: normal
}

.product-tabs .featured-product-content span {
    font-size: 9px;
    line-height: 0
}

.hot-reviews.product-tabs .play-icon-n span {
    margin-left: 7px;
    margin-top: 10px;
    align-items: center;
    display: block;
    font-size: 14px
}

.product-tabs .featured-product:hover .image-mask {
    border-radius: 16px
}

.input-group-prepend {
    position: absolute;
    top: 27%;
    left: 1%;
    color: #999;
    z-index: 3
}

.thumbnail-slider-wrap {
    margin-top: 0;
    margin-left: 10px
}

.thumbnail-slider-wrap .slick-track .slick-slide {
    text-align: center
}

.thumbnail-slider-wrap .slick-track .slick-slide img {
    width: 100%;
    border-radius: var(--btn-radius);
    cursor: pointer;
    height: 50px !important;
    width: 100%;
    object-fit: cover;
}

.product-slider {
    width: 75%
}

.thumbnail-slider-wrap {
    width: 25%;
    max-height: 300px
}

.slider-wrapper {
    display: flex;
    position: relative;
}

.product-slider .slick-slide {
    margin-top: 0;
}

.product-slider .slick-slide img {
    border-radius: var(--btn-radius);
    max-height: 290px;
    object-fit: cover;
    min-height: 290px;
}

.product-slider .featured-product-content h4 {
    font-size: 12px;
    margin-bottom: 4px
}

.product-slider .featured-product-content {
    padding: 10px 15px;
    text-align: left;
    line-height: 18px;
    max-width: 90%;
    margin: 0 14px;
    bottom: 15px;
}

.product-slider .featured-product-content span {
    font-size: 12px;
}

svg.gradient-icon {
    color: #c33764
}

.featured-product .paly-icon {
    /* border-radius: 0; */
    /* width: 80%; */
    /* margin: 11px 10px; */
}

.single-product .thumbnail-slider-wrap {
    margin-right: 10px;
    margin-left: 0
}

.single-product .thumbnail-slider-wrap .slick-track .slick-slide img {
    height: 75px;
    width: 75px;
    object-fit: cover;
}

.single-product .thumbnail-slider-wrap {
    position: absolute;
    z-index: 999;
    bottom: 12px;
    width: 100%;
    padding: 10px 118px;
}

.single-product .thumbnail-slider-wrap .slick-slide.slick-active.slick-current img,
.swiper-thumbs .swiper-slide-thumb-active img,
.product-sinlge .swiper-thumbs .swiper-slide-thumb-active img,
.product-sinlge .swiper-thumbs .swiper-slide-active img {
    border-radius: 12px;
    border-style: solid;
    border-width: 7px;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#5C14AE), to(#C33764)) border-box;
    background: -webkit-linear-gradient(white, white) padding-box, -webkit-linear-gradient(left, #5C14AE 0%, #C33764 100%) border-box;
    background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #5C14AE 0%, #C33764 100%) border-box;
    border: 2px solid transparent;
    padding: 0px;
}

.product-sinlge .swiper-thumb .swiper-wrapper {
    justify-content: center;
}

.product-sinlge .swiper-thumb .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-thumbs img {
    /* width: 70px; */
    height: 80px;
    object-fit: cover;
}

.swiper-thumbs {
    height: auto !important;
    position: absolute;
    bottom: 50px;
}

.single-product .product-slider .slick-slide img,
.mainSwiper img {
    min-height: 570px;
    object-fit: cover;
    width: auto;
    max-height: 570px;
    margin: 0 auto;
}

.custom-swiper {
    position: relative;
    width: 100%;
}

.mainSwiper img {
    border-radius: var(--btn-radius);
    height: 365px;
    min-height: auto;
}

.custom-swiper .swiper-thumbs {
    bottom: 0;
    height: auto;
}

.custom-swiper .swiper {
    height: auto !important;
}

.custom-swiper .swiper-thumbs img {
    height: 50px;
}

.swiper-thumbs img {
    border-radius: 12px;
}

.single-product .product-slider {
    width: 100%;
}

.product-desc h1 {
    font-weight: 600;
    margin-top: 22px;
    font-size: 30px;
    margin-bottom: 8px;
    color: var(--dark-color)
}

.reviews-count a {
    color: #888;
    font-size: 16px;
    letter-spacing: .05em
}

.lite-badge {
    background: transparent;
    border: 1px solid rgba(89, 89, 89, 0.10000000149011612);
    color: var(--color) !important;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 12px;
    width: 45%;
    margin-left: 30px
}

.product-desc p {
    color: #555;
    font-size: 16px;
    line-height: 160%
}

.filter-tab a.nav-item.nav-link.active {
    background: var(--linear-background);
    border: 0;
    color: #fff !important
}

.filter-tab a.nav-item.nav-link {
    width: 130px;
    border: 0;
    color: var(--color) !important;
    background: linear-gradient(90deg, rgba(89, 89, 89, .1) 0%, rgba(194, 194, 194, .1) 100%);
    border-radius: 12px
}

.tab-content .featured-product-content img {
    width: 14px;
    border-radius: 0;
    margin-right: 2px;
    height: 14px;
    object-fit: cover;
}

.featured-product-content {
    width: 96%;
    bottom: 10px;
    padding: 8px 10px;
    font-size: 10px;
    font-weight: 300;
    left: -14.5px;
    right: 0;
    text-align: left;
}

.video-thumb .play-icon-n img {
    border-radius: 0px !important;
    width: 85%;
    /* object-fit: contain; */
    /* height: 13px; */
    /* margin: 2px 10px; */
    /* object-fit: contain !important; */
}

.blur-background {
    /* background: url(https://static.examinatr.com/img/uploads/5e2c6aca-8993-4509-b6f1-238cfefb9a85-529344.jpeg) no-repeat center; */
    background-size: cover;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
    border-radius: 24px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
}

.transbox {
    background-color: #05151d80;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(25px);
    margin: 0;
    font-weight: 700;
    width: 100%;
    border-radius: 24px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: relative
}

.transbox img {
    width: auto;
    margin: auto;
    border-radius: 24px;
    min-height: 600px;
    max-height: 600px;
    object-fit: cover;
}

.review-detail {
    color: #fff
}

.review-content-background {
    background: linear-gradient(180deg, #595959 0%, #C2C2C2 100%);
    backdrop-filter: blur(25px);
    border-radius: 0 24px 24px 0;
    padding: 36px 30px 20px 30px;
    position: relative
}

.review-detail .review-content-background img {
    width: 35px;
    margin-right: 10px;
    border-radius: 8px;
    background: #fff;
}

.review-content-background ul {
    padding: 0;
    display: flex;
    justify-content: flex-start;
    margin: 20px 0
}

.review-content-background li {
    background: #fff;
    border-radius: 8px;
    color: #888;
    padding: 8px 20px;
    line-height: 0;
    font-size: 12px;
    margin-right: 15px
}

.review-content-background p {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 10px;
}

.review-content-background ul {
    padding: 0;
    display: flex;
    justify-content: flex-start;
    margin: 20px 0
}

.review-content-background li {
    background: #FCFCFC;
    border-radius: 8px;
    color: #888;
    padding: 8px 20px;
    line-height: 0;
    font-size: 12px;
    margin-right: 15px
}

.review-content-background h4 {
    margin-bottom: 10px
}

.product-badge {
    display: flex;
    /* position: absolute; */
    bottom: 34px;
    background: rgba(5, 21, 29, .3);
    border-radius: 18px;
    padding: 12px;
    width: 100%;
    align-items: center;
    color: #fff;
    margin-bottom: 15px;
}

.user-card {
    position: absolute;
    bottom: 20px;
    background: rgba(5, 21, 29, .3);
    border-radius: 18px;
    padding: 12px;
    width: auto;
    color: #fff;
    height: auto !important;
    left: 15px;
    right: 15px;
    z-index: 9999999
}

.product-badge h5 {
    margin: 0;
    font-size: 13px
}

.user-card p {
    margin: 0;
    font-size: 12px;
    font-weight: 100;
    padding-left: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 13px;
    word-break: normal;
    font-weight: 400;
}

.user-card p span {
    float: right;
    cursor: pointer
}

.user-card-small {
    border-top: 1px solid rgb(255 255 255 / 30%);
    width: 100%;
    text-align: center;
    margin-top: 10px;
    padding-top: 5px;
    font-size: 12px;
    display: block;
}

.product-badge img {
    max-width: 50px;
    border-radius: 8px !important
}

.user-card img {
    max-width: 40px !important;
    border-radius: 8px !important;
    margin: 0px !important
}

.product-badge span {
    font-size: 12px;
}

.share,
.star {
    position: absolute;
    background: rgba(5, 21, 29, .3);
    backdrop-filter: blur(8.98131px);
    border-radius: 8px;
    padding: 6px 12px;
    right: 2%;
    bottom: 3%;
    text-align: center;
    cursor: pointer;
    /* display: none; */
    color: #fff;
    max-width: 48px;
}

.share svg,
.star svg {
    margin-top: 5px
}

.share span,
.star span {
    display: block;
    font-size: 8px;
    font-weight: 400
}

.section-block-m {
    padding: 30px 20px !important;
    position: relative
}

.mobile-baner h1 {
    text-align: center;
    font-weight: 700;
    font-size: 52px;
    line-height: 60px;
    margin-bottom: 0
}

.mobile-baner {
    padding: 20px 10px;
    max-width: 80%;
    margin: auto
}

.mobile-baner p {
    color: #888;
    font-size: 12px;
    text-align: center;
    margin-bottom: 0;
    line-height: 22px
}

.product-card img {
    width: 60px;
    border-radius: 8px
}

.product-card {
    padding: 5px 15px
}

.product-card h3 {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #555
}

.product-content span {
    font-size: 14px;
    color: #888
}

.reward-card {
    position: relative
}

.rwd-content .reward-price {
    top: 50%
}

.pr-30 {
    padding-right: 50px
}

.file-upload {
    position: absolute;
    left: 44%;
    top: 38%
}

.social-media.reward-price img {
    width: 18px
}

.h-114 {
    height: 114px
}

.reward-card h4 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #555
}

.reward-card .grey-background {
    padding: 20px 15px
}

.task-card img {
    max-width: 66px;
    border-radius: 8px;
    height: 66px;
    object-fit: cover;
    border-radius: 12px
}

.task-card {
    padding: 5px 15px
}

.task-content {
    padding: 10px 20px
}

.task-content h4 {
    font-size: 16px;
    margin-bottom: 0;
    color: #555;
    font-weight: 600;
    line-height: 8px
}

.task-content span {
    font-size: 11px;
    color: #888
}

.prd-price {
    position: absolute;
    top: 8px;
    right: 16px;
    font-weight: 600;
    font-size: 24px
}

.v-play {
    background: rgba(5, 21, 29, .3);
    backdrop-filter: blur(2px);
    border-radius: 50px;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    left: 8.5%;
    transform: translate(-50%, -50%);
    color: #fff
}

.v-play svg {
    margin: 8px;
    font-size: 20px
}

.task-card {
    margin-bottom: 20px
}

.story {
    border-style: solid;
    border-width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#5C14AE), to(#C33764)) border-box;
    background: -webkit-linear-gradient(white, white) padding-box, -webkit-linear-gradient(left, #5C14AE 0%, #C33764 100%) border-box;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f7f7f7)) padding-box, -webkit-gradient(linear, left top, right top, from(#5C14AE), to(#C33764)) border-box;
    background: -webkit-linear-gradient(#f7f7f7, #f7f7f7) padding-box, -webkit-linear-gradient(left, #5C14AE 0%, #C33764 100%) border-box;
    background: linear-gradient(#f7f7f7, #f7f7f7) padding-box, linear-gradient(90deg, #5C14AE 0%, #C33764 100%) border-box;
    border: 2px solid transparent;
    border-radius: 8px;
    padding: 5px
}

.v-text {
    background: rgba(5, 21, 29, .3);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: 50px;
    width: 66px;
    height: 66px;
    position: absolute;
    top: 50%;
    left: 9%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    border-radius: 6px
}

.v-text span {
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    margin: 7px 20px;
    display: block;
    margin-top: 11px;
    margin-left: 23px
}

.social-media img {
    margin-right: 10px
}

.wm-48 {
    max-width: 48%;
    margin-right: 13px
}

.hide-md {
    display: none
}

.mobile-page .company-description-box {
    min-height: 250px
}

.mobile-page .company-description-box p {
    font-size: 16px;
    color: #888;
    line-height: 160%
}

.task-content .social-img {
    max-width: 30px;
    height: auto
}

.text-review {
    padding: 20px
}

.text-review:hover {
    cursor: pointer
}

.text-review img,
.text-review-image img {
    width: 50px;
    margin-bottom: 13px;
    margin-right: 15px;
    border-radius: 8px
}

.text-review p {
    margin-bottom: 0
}

.company-list img {
    margin-bottom: 0
}

.company-list a {
    color: #373a3c
}

.company-list a:hover {
    font-weight: 400 !important
}

.expand-icon {
    position: absolute;
    right: 2%;
    bottom: 9%
}

.product-tabs .nav-tabs a {
    color: #333;
    margin-bottom: 15px
}

.review-media .blur-background {
    height: 600px;
}

.review-media .transbox,
.review-media .review-sliders div,
.review-sliders,
.review-media .transbox>div {
    /* height: 100% !important; */
}

.review-media .transbox .video-review-img {
    display: flex;
    justify-content: center
}

.review-media {
    background: #05151d75;
    border-radius: 24px;
    width: 100vw;
}

.review-media .review-slider {
    max-width: 60%;
    margin: auto;
    height: auto !important
}

/* .review-media .transbox img {
    min-height: 100%;
    width: 100%;
    margin-bottom: 0;
    border-radius: 0
} */

.review-media .swiper-slide {
    text-align: center;
}

.review-p-modal .panel-body {
    background-color: transparent !important;
    border-radius: 24px
}

.review-right {
    background-color: #fff;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    position: relative;
}

.d-review-flex,
.review-sliders .slick-slide>div {
    display: flex;
    align-items: center;
    height: 100%
}

.actions {
    position: absolute;
    top: 0;
    right: 10px;
    display: flex;
    align-items: center;
    background: transparent;
    flex-direction: column;
    justify-content: space-between;
    padding: 2px 0;
    z-index: 9999999;
    display: none;
    height: 100%
}

.actions.active {
    display: flex
}

.prevReview,
.nextReview {
    background: rgb(5 21 29 / 39%);
    padding: 11px;
    border-radius: 8px;
    margin-top: 5px;
    cursor: pointer
}

.paginate {
    background: rgb(5 21 29 / 39%);
    padding: 11px;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
}

.featured-product-content.photor {
    bottom: 16px !important
}

.review-sliders .next {
    position: absolute;
    top: 50%;
    right: 18%;
    cursor: pointer;
    padding: 8px;
    background: rgb(5 21 29 / 39%);
    border-radius: 8px
}

.review-sliders .prev {
    position: absolute;
    top: 50%;
    left: 18%;
    right: auto;
    cursor: pointer;
    padding: 8px;
    background: rgb(5 21 29 / 39%);
    border-radius: 8px
}

.review-p-modal .share {
    position: relative !important;
    backdrop-filter: unset;
    background: rgb(5 21 29 / 39%);
    color: #fff;
    bottom: 0;
    right: 0;
}

.review-p-modal .star {
    position: relative !important;
    backdrop-filter: unset;
    background: rgb(5 21 29 / 39%);
    color: #fff;
    bottom: 15px;
    right: 0
}

.nextprevreview {
    display: flex;
    flex-direction: column
}

.profile-review img {
    width: 50px;
    margin-right: 4px;
    border-radius: 8px
}

.profile-review ul {
    padding: 0;
    display: flex;
    justify-content: flex-start;
    margin: 20px 0;
    gap: 10px;
}

.profile-review li {
    background: linear-gradient(90deg, rgba(89, 89, 89, .1) 0%, rgba(194, 194, 194, .1) 100%);
    border-radius: 8px;
    color: #c33764;
    padding: 8px 20px;
    line-height: 0;
    font-size: 12px;
    /* margin-right: 15px; */
}

.review-p-modal .product-badge {
    width: auto;
    padding: 12px 15px;
    left: 20px;
    right: 20px
}

.border-radius-all {
    border-radius: 24px
}

.review-media video {
    border-radius: 8px
}

.review-media .video-player {
    /* padding:30px; */
}

.review-media .video-player>div {
    margin: auto
}

.classNameAction .actions {
    display: flex;
    height: 100%;
    padding: 50px 0 20px
}

.classNameAction .product-badge {
    right: 70px
}

.accordion {
    background: linear-gradient(90deg, rgba(89, 89, 89, .1) 0%, rgba(194, 194, 194, .1) 100%);
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
    border-radius: 5px
}

.accordion-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0
}

.accordion-heading span {
    font-size: 20px;
    font-weight: 600
}

.accordion-heading i {
    font-size: 28px;
    color: #c33764;
    transition: all 0.5s ease-in-out;
    transform: rotate(0deg)
}

.accordion-heading i.rotate {
    transform: rotate(-180deg)
}

.accordion-content {
    padding-top: 0;
    max-height: 0;
    overflow: hidden;
    font-size: 18px;
    transition: all 1s ease-in-out
}

.accordion-content.show {
    max-height: 800px
}

.home-reviews .featured-product-content img {
    width: 18px;
    border-radius: 2px !important;
    margin-right: 5px;
    /* background: #fff; */
}

.home-reviews .featured-product img {
    border-radius: 16px;
}

.home-reviews .featured-product-content {
    width: 93%;
    bottom: 10px;
    left: -12px
}

.photo-review {
    object-fit: cover
}

.review-text .user-detail img {
    margin-right: 10px
}

.review-text .user-detail {
    display: flex
}

.user-detail span {
    font-size: 11px;
    line-height: 0;
    color: #888
}

.user-detail h5 {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 15px;
    color: #555
}

.user-detail {
    margin-bottom: 13px
}

.review-text p {
    font-size: 13px;
    margin-bottom: 0;
    color: #888
}

nav {
    box-shadow: none !important
}

.comp-info .featured-product-content span {
    font-weight: 400;
    font-size: 14px;
    line-height: 0
}

.comp-info .featured-product-content {
    bottom: 16px;
    left: -2.5px;
    padding: 20px 25px;
    text-align: left;
    width: 94%;
}

.review-p-modal .product-badge img {
    border-radius: 8px;
    margin-right: 15px;
    background: #fff;
}

.hot-reviews .featured-product-content {
    left: -4px
}

.comp-reviwes .play-icon-n {
    right: 4px
}

.product-slider .featured-product-content {
    left: 1px
}

.product-desc .ratings {
    margin-right: 20px;
    font-size: 15px
}

.review-gal .nav-tabs {
    display: none
}

.review-page .review-block {
    box-shadow: 0 10px 30px 0 rgb(50 50 50 / 16%)
}

.text-review-image span {
    color: #888;
    font-weight: 400;
    font-size: 12px
}

.text-review-image h6 {
    color: #555;
    font-weight: 400;
    font-size: 14px;
}

.bg-desc {
    padding: 28px 20px 20px;
    margin-top: 20px
}

.img-box-gradient img {
    width: 35px;
    margin: 15px;
    border-radius: 6px;
    background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #5C14AE 0%, #C33764 100%) border-box;
    border: 1px solid transparent
}

.bread-crums * {
    color: #888;
    font-size: 12px
}

.bread-crums {
    padding-bottom: 10px;
    text-transform: capitalize
}

.ratings svg {
    padding-top: 1px;
    margin-bottom: -1px;
    color: #721b9f
}

.mobile-btn svg {
    stroke-width: 2px;
    margin-right: 6px;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    stroke: #a22d7d;
}

a.expand-desc {
    color: #555555 !important;
    padding-left: 8px;
    font-weight: 600
}

.css-f4a6om {
    display: none
}

.menu-bar {
    display: none
}

.even-padding .slick-track>.slick-slide:nth-child(odd) {
    padding-right: 5px
}

.even-padding .slick-track>.slick-slide:nth-child(even) {
    padding-left: 5px
}

.video-review-img .video-player>div {
    margin: auto;
    border-radius: 24px;
    overflow: hidden;
}

.review-p-modal .share {
    margin-bottom: 20px;
    text-transform: lowercase;
}

.video-review-img .video-player video {
    display: block !important;
}

.video-play-btn .icon-svg {
    top: 40%;
    -webkit-transform: translate(48%, 40%);
    transform: translate(45%, 40%);
    left: 45%;
    font-size: 30px;
    border-radius: 8px;
    background: rgb(5 20 28 / 30%);
    display: flex;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    padding: 15px;
    line-height: normal;
    align-items: center
}

.video-play-btn .icon-svg svg path {
    stroke: #BDBDBD !important
}

.review-content-close {
    position: absolute;
    background: var(--linear-background);
    display: inline-block;
    padding: 5px 8px;
    border-radius: 8px;
    line-height: normal;
    font-size: 25px;
    top: -20px;
    right: 15px
}

.review-sliders .slick-dots li button:before {
    content: '' !important;
    border: 1px solid transparent;
    width: 100%;
    height: 5px;
    background: #888;
    line-height: normal;
    border-radius: 5px;
    color: transparent !important;
    visibility: hidden;
}

.review-sliders .slick-dots li {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.review-sliders .slick-dots li button {
    width: 100%;
    height: 2px;
    border-radius: 10px;
    padding: 0px;
}

.review-sliders .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #FFF
}

.review-sliders .slick-dots {
    /* bottom:20%!important; */
    /* left: -18%; */
}

.price-more {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center
}

.price-more>span {
    margin-left: 10px;
    background: transparent;
    border: 1px solid rgba(89, 89, 89, 0.10000000149011612);
    padding: 5px 5px;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    cursor: pointer
}

.price-more .lite-badge {
    opacity: 0;
    visibility: hidden;
    margin-left: 15px;
    transition: all .1s
}

.price-more:hover .lite-badge {
    opacity: 1;
    visibility: visible
}

.pr.lite-badge {
    width: auto;
    margin-left: 0;
    margin-bottom: 10px
}

.review-gal .text-review-image div:nth-child(2) {
    margin-left: 8px
}

.review-gal .text-review-image h6 {
    font-size: 14px
}

.reward-price {
    font-weight: 600;
    font-size: 24px
}

.post-info-box {
    text-align: center;
    padding: 20px 0;
    color: #888
}

.post-info-box span {
    display: inline-block;
    font-size: 14px;
    padding-bottom: 6px
}

.sample-content .v-text {
    left: 3.4%
}

.sample-content img {
    border-radius: 8px
}

.sample-content {
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0
}

.conditions {
    padding: 0;
    margin: 0
}

.conditions img {
    width: 10px;
    height: 10px;
    margin-right: 10px
}

.conditions li {
    line-height: normal;
    color: #888;
    padding-bottom: 20px;
    font-weight: 100
}

.conditions li:last-child {
    padding-bottom: 0
}

.sample-content .v-text span {
    display: inline-block;
    margin: 0;
    padding: 0
}

.sample-content .v-text .fa {
    margin: 0
}

.arrow {
    border-radius: 30px;
    background: var(--gradient-10, linear-gradient(92deg, rgba(89, 89, 89, .1) 0%, rgba(194, 194, 194, .1) 100%));
    backdrop-filter: blur(22.5px);
    padding: 12px 12px;
    line-height: 0
}

.form-review input,
.form-review textarea {
    display: block;
    padding: 0;
    border: 0;
    margin-left: 5px;
    background: transparent;
    width: 100%
}

.form-review .input-group {
    padding: 10px 0
}

.form-bdr {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-bottom: 1.5px solid #59595912 !important
}

.form-review label {
    color: #888;
    width: auto;
    font-weight: 200;
    margin: 0
}

.ratings-btn button {
    padding: 10px 16px;
    border-radius: 8px;
    margin-right: 8px;
    font-size: 14px;
    line-height: 0;
    color: #888;
    font-weight: 600
}

.ratings-btn button img {
    width: 16px
}

.r-tags-container {
    margin-left: 10px;
    display: flex;
    flex-wrap: wrap
}

.r-tags {
    display: flex;
    border: 1px solid #C33764;
    line-height: normal;
    padding: 4px 6px;
    border-radius: 10px;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 5px
}

.r-tags p {
    margin-bottom: 0;
    line-height: normal
}

.remove-tag {
    margin-left: 8px;
    background: #e7e7e7;
    padding: 6px 10px;
    font-size: 15px;
    border-radius: 8px;
    color: #C33764;
    cursor: pointer
}

.rating-container .active {
    background: var(--linear-background);
    color: #fff
}

.rating-container button:last-child {
    margin: 0px !important
}

.prod-info .switch {
    position: relative;
    display: inline-block;
    width: 66px;
    height: 33px
}

.prod-info .switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.prod-info .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #888;
    -webkit-transition: .4s;
    transition: .4s
}

.prod-info .slider:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 33px;
    left: 3px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

.prod-info input:checked+.slider {
    background: linear-gradient(90deg, #5C14AE 0%, #C33764 100%)
}

.prod-info input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.prod-info .slider.round {
    border-radius: 12px
}

.prod-info .slider.round:before {
    border-radius: 30%
}

textarea::placeholder {
    font-weight: 100;
    color: #888 !important
}

.more-desc span p {
    display: inline-block;
}

.play-icon-n.grey-background {
    border-radius: 7px !important;
    border-top-right-radius: 20px !important;
    text-align: center;
    padding: 4px
}

.treview {
    font-size: 12px
}

.treview .play-icon-n {
    height: 40px;
    width: 38px;
    padding-top: 2px
}

.play-icon-n.grey-background.tshare {
    top: 60px;
    font-size: 10px;
    border-radius: 7px !important
}

.play-icon-n.grey-background.tcalender {
    top: 110px;
    border-radius: 7px !important;
    border-bottom-right-radius: 14px !important
}

div#noanim-tab-example-tabpane-all .treview {
    display: none
}

.product-details {
    position: absolute;
    background: rgba(5, 21, 29, .5);
    -webkit-backdrop-filter: blur(8.981307983398438px);
    backdrop-filter: blur(8.981307983398438px);
    border-radius: 18px;
    padding: 20px;
    bottom: -150px;
    left: 0;
    right: 0;
    z-index: 9999999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
    color: #fff
}

.product-details.show {
    bottom: 0;
    visibility: visible;
    opacity: 1
}

.product-details img {
    max-width: 90px;
    border-radius: 16px;
    margin: 0 auto;
    margin-bottom: 15px
}

.product-rating {
    font-size: 12px;
    justify-content: center;
    font-weight: 100
}

.product-details h6 {
    margin-bottom: 5px
}

.product-share div {
    background: #fff;
    border-radius: 12px;
    padding: 10px 10px;
    margin-right: 10px;
    color: #888;
    line-height: 0
}

.product-share {
    justify-content: center;
    margin-top: 10px;
    font-size: 14px
}

.product-share div:last-child {
    margin-right: 0
}

.product-share div span {
    font-size: 10px;
    margin-left: 5px
}

.product-share .p-price {
    color: #555 !important;
    padding: 10px 14px;
    line-height: initial
}

.product-rating div {
    margin-right: 8px
}

.product-rating div:last-child {
    margin-right: 0;
    margin-bottom: 10px;
}

.product-details .mobile-btn {
    background: #fff;
    margin-top: 25px;
    font-size: 16px;
    padding: 12px;
    border-radius: 8px;
}

.product-rating .ratings {
    color: #fff !important;
    font-size: 12px
}

.text-review-image div:last-child {
    margin-left: 10px
}

.store-link {
    font-size: 14px;
    font-weight: 500
}

.reg-tab .nav-tabs a:first-child {
    margin-right: 8px
}

.reg-tab .nav-tabs a {
    color: #333
}

.reg-tab .nav-tabs .nav-link.active:after {
    top: 6px !important
}

.reg-tab .nav-tabs .nav-link {
    background: transparent;
    text-align: center
}

.reg-tab .nav-tabs a {
    width: 50%;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.company-description-box a img {
    margin: 0;
    /* margin-right: 8px; */
    background: linear-gradient(#fcfcfc, #fcfcfc) padding-box, linear-gradient(90deg, #5959592e 10%, #c2c2c236 40%) border-box !important;
    border: 1px solid rgb(236, 236, 236);
    border-radius: 13px;
    padding: 12px 13px;
    width: 48px;
}

.b-desk img {
    max-width: 18px;
    border-radius: 6px;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#5C14AE), to(#C33764)) border-box;
    background: -webkit-linear-gradient(white, white) padding-box, -webkit-linear-gradient(left, #5C14AE 0%, #C33764 100%) border-box;
    background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #5C14AE 0%, #C33764 100%) border-box;
    border: 1px solid transparent;
    display: inline;
    margin: 0;
    margin-right: 3px
}

.commision-link {
    position: absolute;
    bottom: 6px;
    font-size: 10px;
    right: 24px;
    color: #555
}

.section-top-sm-60 {
    padding-top: 60px
}

.d-inline {
    display: inline
}

.nav.nav-tabs:after {
    content: '';
    display: block;
    position: relative;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background: #ddd;
    z-index: 0
}

.product-tabs .nav-tabs a {
    margin-bottom: 0;
    background: transparent;
    padding: 0 20px;
    display: inline-block
}

.nav-tabs .nav-link.active:after {
    content: "";
    color: #333;
    border-radius: 0;
    height: 2px;
    display: block;
    background: var(--linear-background);
    position: relative;
    top: 5px;
    z-index: 9;
    width: 100%
}

.nav-tabs .nav-link.active {
    background: transparent;
    color: #333 !important
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover:hover {
    background: transparent;
    color: #333 !important
}

.product-tabs nav.mb-3.nav.nav-tabs a {
    text-align: center
}

/* .prod-page .nav-tabs {
    display: none
} */

.fixed-review {
    background: var(--linear-background);
    width: 150px;
    position: fixed;
    z-index: 999999 !important;
    outline: none !important;
    border-radius: 12px !important;
    padding: 0 !important;
    transition: .5s !important;
    bottom: 30px !important;
    right: 35px !important
}

.fixed-content {
    width: 146px;
    margin: auto;
    border-radius: 10px;
    margin-top: 2px;
    margin-bottom: -6px
}

.fixed-close {
    position: absolute;
    background: #333;
    color: #fff;
    padding: 2px 9px;
    border-radius: 50px;
    right: -7px;
    top: -9px;
    font-size: 14px
}

.fixed-content video {
    width: 100%;
    border-radius: 9px;
    height: 100%
}

.product-badge a {
    color: #fff
}

.user-icon {
    width: 25px;
    border-radius: 4px !important;
    margin-right: 8px
}

html:has(body.body-modal-fix) {
    overflow: hidden
}

.c-links {
    color: #555;
    font-size: 10px;
    padding-top: 18px;
}

.fixed-review:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer
}

.single-product .thumbnail-slider-wrap .slick-track .slick-slide img:hover {
    border-radius: 12px;
    border-style: solid;
    border-width: 7px;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#5C14AE), to(#C33764)) border-box;
    background: -webkit-linear-gradient(white, white) padding-box, -webkit-linear-gradient(left, #5C14AE 0%, #C33764 100%) border-box;
    background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #5C14AE 0%, #C33764 100%) border-box;
    border: 2px solid transparent;
    padding: 0;
    cursor: pointer;
    transition: all .3s ease-in
}

.navbar-nav .nav-item+.nav-item {
    margin-left: 12px !important
}

.colors {
    display: inline-block
}

.colors ul {
    padding: 0;
    margin-bottom: 20px
}

.color-box {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    border: .8px solid #DCDCDC;
    background: #2D2222
}

.color-label {
    color: var(--subtitle, #555);
    font-family: var(--primary-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: .5px
}

.colors ul li {
    float: left;
    margin-right: 8px
}

.size-box {
    line-height: normal;
    display: flex;
    width: 38px;
    padding: 10px 0 8px 0;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: .8px solid #DCDCDC;
    background: #FFF;
    font-size: 10px
}

.size {
    margin-top: 20px;
    display: block
}

.size ul {
    padding: 0;
    display: inline-block;
    margin-bottom: 0
}

.size ul li {
    float: left;
    margin-right: 10px
}

.reviews-count {
    font-size: 15px
}

.shop-tab a {
    color: #555 !important
}

.shop-tab .nav-tabs .nav-link.active {
    color: #555 !important
}

.shop-tab .nav-tabs a {
    margin: 0 !important;
    padding: 0;
    padding-right: 55px
}

.shop-tab .nav-tabs a:last-child {
    padding-right: 0
}

.shop-tab .nav.nav-tabs:after {
    width: 91%;
}

.home-slider {
    border-radius: 34px;
    width: 100%;
    height: 500px;
    padding: 18px;
    object-fit: cover
}

.review-home-slider {
    height: 500px;
    object-fit: cover
}

.company-list img {
    max-width: 50px !important
}

.company-list h5 {
    margin-left: 10px
}

.company-page h2 {
    margin-bottom: 40px;
}

.varient-box .border-ui-border-base {
    width: 50px;
    height: 30px;
    padding: 10px 0 8px 0;
    border: .8px solid #DCDCDC;
    background: #fff;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    font-size: 10px;
}

.border-ui-border-interactive {
    width: 38px;
    height: 30px;
    padding: 10px 0 8px 0;
    border: 0.8px solid #af3073;
    background: #fff;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    font-size: 10px;
}

.cart-tile a {
    background: transparent !important;
    color: #040813 !important;
    font-size: 14px !important;
    padding: 0 !important;
}

.cart-grid a {
    background: transparent !important;
}

.cart-grid h3 {
    line-height: normal !important;
}

.cart-grid span {
    font-size: 12px
}

.go-cart {
    background: transparent !important;
}

.cart-tile a:hover {
    color: #333 !important;
}

.custom-cart .cart-block {
    right: -110px !important;
    top: 50px !important;
    z-index: 99999999;
}

.nav-item.custom-cart a.hover\:text-ui-fg-base:hover {
    color: #fff !important;
}

.single-product .share {
    display: none;
}

.bg-white .border-ui-border-interactive {
    width: inherit;
    height: inherit;
    align-items: normal;
}

.map-list-card img {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.map-list-card span.btn-prm {
    display: inline-block;
    padding: 5px 10px;
    font-size: 10px;
    line-height: normal;
}

.map-description h4 {
    font-size: 15px;
}

.map-description {
    padding: 8px 14px;
}

.map-description span {
    color: #888888;
    font-size: 12px;
    font-weight: 400;
}

.sname {
    padding-bottom: 0px;
    text-transform: capitalize;
}

.stime {
    padding-bottom: 0;
}

.stime img {
    width: 12px;
    margin-right: 6px;
}

.map-list-card {
    position: relative;
}

.wish {
    position: absolute;
    top: 6%;
    right: 2%;
}

.expan {
    position: absolute;
    right: 2%;
    bottom: 0;
}

.single-map .thumbnail-slider-wrap {
    margin: 0px !important;
    position: absolute;
    z-index: 9;
    padding: 10px 26px;
    bottom: 0%;
    left: 2%;
}

.single-map .thumbnail-slider-wrap,
.map-slider {
    width: 100% !important;
}

.single-map .thumbnail-slider-wrap .slick-slide.slick-active.slick-current img {
    border-radius: 12px;
    border-style: solid;
    border-width: 7px;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#5C14AE), to(#C33764)) border-box;
    background: -webkit-linear-gradient(white, white) padding-box, -webkit-linear-gradient(left, #5C14AE 0%, #C33764 100%) border-box;
    background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #5C14AE 0%, #C33764 100%) border-box;
    border: 2px solid transparent;
    padding: 0px;
}

.map-slider .slick-slide img {
    border-radius: var(--btn-radius);
    height: 450px;
    width: 100%;
    object-fit: cover;
}

.single-map .thumbnail-slider-wrap .slick-slide img {
    width: 70px;
    border-radius: 10px;
    height: 70px;
    object-fit: cover;
}

.company-description-box .sname img {
    border: none;
    background: transparent;
    margin: 0;
    width: 24px;
}

.company-description-box .stime img {
    border: none;
    background: transparent;
    margin: 0;
    width: 13px;
}

.company-description-box .sname,
.stime {
    color: #888888;
    font-size: 12px;
    margin-bottom: 2px;
}

.map-details .company-description-box {
    padding: 20px;
}

.map-details .company-description-box .d-flex img {
    margin: 0;
    border-radius: 12px;
    max-width: 60px;
}

.map-details .company-description-box .d-flex {
    margin-bottom: 12px;
}

.map-list {
    /*max-height: 550px;*/
}

.map-social img {
    background: linear-gradient(#fcfcfc, #fcfcfc) padding-box, linear-gradient(90deg, #5959592e 10%, #c2c2c236 40%) border-box !important;
    border: 1px solid rgb(236, 236, 236);
    border-radius: 16px;
    padding: 12px 13px;
}

.map-social {
    overflow: scroll;
}

.map-details {
    /*max-height: 650px;*/
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 40px;
}

.external-link {
    color: #fff;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #0000004d;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.external-link .fa {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 46%;
    left: 38%;
}

.upvote {
    background: rgb(5 21 29 / 39%);
    border-radius: 8px;
    padding: 6px 10px;
    text-align: center;
    position: absolute;
    bottom: 137px;
    color: #fff;
}

.upvote .fa {
    padding: 0;
    display: block;
    font-size: 20px !important;
    margin-top: 0;
    margin-bottom: 0;
}

.utext {
    font-weight: 400;
    font-size: 9px;
    text-transform: lowercase;
}

.shop-cart {
    border-left: 1px solid #fff;
    height: 100%;
    position: absolute;
    right: 0;
    align-items: center;
    display: flex;
    padding: 25px;
}

.shop-cart img {
    border-radius: 0px !important;
    margin-right: 0px !important;
}

.map-page {
    padding: 0px 20px;
}

.mobile-featured-product {
    display: flex;
    flex-direction: row;
    place-content: stretch center;
    box-sizing: border-box;
    width: 100%;
    gap: 15px;
    padding: 0 15px;
    margin-top: 20px;
}

.mobile-featured-product h6 {
    font-size: 11px;
    font-weight: 100;
}

.mobile-featured-product a {
    display: flex;
    flex-direction: column;
    place-content: stretch flex-start;
    flex: 1 1 0%;
    width: 0px;
    gap: 15px;
}

.cart-btn span {
    font-size: 14px;
    padding-top: 6px;
}

.user-back {
    border-radius: 16px;
    position: relative;
}

.user-profile {
    width: 170px;
    border-radius: 16px;
}

.user-content {
    /* color: #fff; */
}

.user-content .company-links {
    padding: 0;
    margin-top: 10px;
    /* justify-content: center; */
}

.user-content .company-links .grey-background {
    margin-right: 11px;
    border-radius: 8px !important;
    padding: 5px 10px;
}

.user-content .company-links .grey-background a {
    font-size: 12px;
    font-weight: 500;
    padding: 0px
}

.back-style {
    filter: blur(30px);
    -webkit-filter: blur(30px);
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.profile-desc {
    position: absolute;
    top: 26%;
}

.slick-slider.home-mobile-slider img {
    border-radius: 16px;
}

.pure-modal-backdrop {
    /* top: -12%; */
}

.btn-prm span {
    color: #fff;
}

.btn-prm:hover span {
    color: #555555;
}

.aft-btn:hover span {
    color: #555555 !important;
}

.btn-prm svg {
    color: #fff;
}

.btn-prm:hover svg {
    color: #555555;
}

.main-page .img-h350 {
    border: 1px solid rgba(89, 89, 89, 0.10000000149011612) !important;
    min-height: 240px;
    max-height: 350px;
}

.more-desc span p:last-child {
    display: inline;
}

.deal-discount {
    position: relative;
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.deal-content-text {
    position: absolute;
    top: 14px;
    left: 19px;
    width: 58%;
    color: #fff !important;
}

.deal-content-text h3 {
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
}

.deal-content-text p {
    font-size: 10px;
    color: #fff;
}

.platforms {
    display: inline;
    position: absolute;
    top: 35%;
    right: 10%;
}

.company-page~.mobile-section {
    display: none !important;
}

button.ease-in-out.rounded-rounded.text-small-regular.border-ui-border-interactive {
    width: 50px;
}

.featured-product-content h6 {
    font-size: 10px !important;
    font-weight: 400;
}

.brand-img {
    width: 10px !important;
    height: 10px !important;
    object-fit: cover;
}

.brand-block {
    position: relative;
}

.brand-logo img {
    width: 40px;
    border-radius: 6px;
    object-fit: cover;
    border: 1px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #5C14AE 0%, #C33764 100%) border-box;
}

.brand-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.comp-slider .slick-slide img {
    width: 365px;
    height: 365px;
    object-fit: cover;
}

.local span {
    font-size: 13px;
    font-weight: 400;
    padding-top: 15px;
    text-transform: capitalize;
    color: var(--dark-color);
}

.brand-featured {
    position: relative;
    /* margin-bottom: 15px; */
}

.brand-featured ul {
    position: absolute;
    bottom: 18%;
    /* left: 20%; */
    padding: 0px 10px;
}

.brand-featured ul li {
    float: left;
    padding-right: 12px;
}

.brand-featured ul li img {
    border-radius: 8px;
    border: 1px solid #59595942;
    width: 35px;
    height: 35px !important;
}

.brand-featured ul li:last-child {
    padding-right: 0 !important;
}

.brand-featured img {
    border-radius: 10px;
}

.brand-img-h {
    width: 100%;
    min-height: 300px;
    object-fit: cover;
}

.brand-block .d-flex {
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    overflow: hidden;
}

.brand-block .d-flex img {
    flex: 0 0 50%;
    /* Two images in each row */
    box-sizing: border-box;
    width: 102px;
    height: 118px;
    object-fit: cover;
    border-radius: 0px;
    background: transparent;
}

.mob-brand-slider .featured-product img {
    height: 325px;
    max-width: 325px;
    object-fit: cover;
}

.map-cross {
    position: absolute;
    top: 6px;
    right: 10px;
}

.c-thumb {
    height: 120px;
    width: 180px;
    object-fit: cover;
}

.map-view {
    height: 100vh;
    overflow-y: scroll;
}

.mapModal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: #00000073;
}

.mob-map-list {
    background: #fff;
    height: 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.sep-bar {
    height: 8px;
    background: #ddd;
    border-radius: 10px;
    width: 40%;
    margin: 0 auto;
    margin-top: 11px;
}

.e-brand .brand-image {
    border-radius: 20px;
    /* background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #5C14AE 0%, #C33764 100%) border-box; */
    /* border: 2px solid transparent; */
    max-width: 70px;
    margin-right: 15px;
}

.e-brand {
    padding: 15px;
}

.e-brand h5 {
    color: var(--dark-color);
}

.e-brand span {
    font-weight: 100;
    color: var(--dark-color);
    margin-top: 5px;
    padding-right: 15px;
    font-size: 14px;
}

.e-prod-back {
    min-height: 250px;
    object-fit: cover;
}

.e-prod .brand-logo {
    transition: none;
    top: 10px;
    transform: none;
    left: unset;
    right: 10px;
}

.filter li {
    display: inline-block;
    border: 1px solid rgba(89, 89, 89, 0.10000000149011612) !important;
    padding: 8px 10px;
    border-radius: 14px;
    margin-right: 10px;
    background: #FCFCFC !important;
    backdrop-filter: blur(2px);
}

.filter li img {
    width: 16px;
    border-radius: 0;
    margin-right: 10px;
}

.filter {
    /* margin-bottom: 15px; */
    box-shadow: none !important;
}

.filter span {
    color: #333;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 12px;
    /* padding-left: 10px; */
}

.mob-brand-slider .slick-dots li button:before {
    /* max-height: 500px;
    overflow: hidden; */
    /* color: #bbb; */
}

.mob-brand-slider .slick-dots {
    position: absolute;
    bottom: -9%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mob-brand-slider .slick-dots li {
    /* float: left; */
    padding: 0px 10px;
}

.m-head {
    margin-bottom: 20px;
}

.m-head h1 {
    font-size: 30px;
}

.deals {
    background: #555;
    border-radius: 15px;
    cursor: pointer;
}

.deals h3 {
    color: #fff;
    font-size: 20px;
}

.deals p {
    color: #fff !important;
    font-size: 12px;
}

.deal-content {
    padding: 15px;
    padding-bottom: 10px;
}

.deal-img {
    border-radius: 0 !important;
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    min-height: 180px;
    object-fit: cover;
}

.explore-tab {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    /* for smooth scrolling on iOS */
    height: 36px;
    position: relative;
    width: auto !important;
}

.explore-tab::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, and Opera */
}

.explore-tab.nav.nav-tabs:after {
    position: absolute !important;
    bottom: 3% !important;
    width: 100%;
}

.explore-tab.nav-tabs .nav-link {
    padding-left: 0px;
    padding-right: 0px;
    width: 100px;
    text-align: center;
}

.business-filter {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 20px;
}

.business-filter li {
    flex: 0 0 auto;
    margin-right: 10px;
    cursor: pointer;
}

.business-filter li:last-child {
    margin-right: 0;
}

.business-filter::-webkit-scrollbar {
    display: none;
}

.more-desc ul {
    padding-left: 20px;
}

.more-desc li {
    list-style: disc;
    margin-bottom: 10px;
}

.user-page .user-tab .explore-tab.nav.nav-tabs:after {
    width: 100%;
}

/* Pure modal */
.pure-modal-backdrop .pure-modal.review-p-modal {
    width: 1000px;
    transform: translate(0px, 50px) !important;
    position: absolute;
    top: 1px;
}

.slider-thumb.thumbnail-slider-wrap .slick-track .slick-slide img {
    height: 90px !important;
    object-fit: cover
}

/* Short css */
.shorts-container {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
}

.short {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    scroll-snap-align: start;
}

.short video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 100vh;
}

.short img {
    max-width: 100%;
    max-height: 100%;
    height: 100vh;
    object-fit: cover;
}

/* .main-nav {
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
} */
/* .hide-md{
    display: none;
}

.hide-xs{
    display: block;
} */
.company-links a {
    padding: 10px 15px;
    font-size: 12px;
    line-height: 25px;
    font-weight: 500;
}

.company-links {
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
}

.company-links div {
    display: inline-block;
}

.hot-reviews.product-tabs .nav-tabs {
    /* display: none; */
}

.vertical {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
}

.vertical li {
    flex-basis: 50%;
    box-sizing: border-box;
}

.vertical li:nth-child(odd) {
    padding-right: 15px;
}

.e-prod-back {
    height: 250px;
    object-fit: cover;
}

.mob-brand-slider .featured-product {
    margin: 10px;
}

.explore-tab {
    margin-bottom: 40px !important;
    width: auto;
    display: inline-flex;
    /* justify-content: space-between; */
}

.product-tabs .nav-tabs .nav-link.active:after {
    top: 7px;
}

.main-content {
    height: 100%;
    overflow: hidden;
}

.main-page {
    padding: 45px 0px;
    height: 100%;
    overflow: auto;
}

.company-page {
    padding: 60px 0px;
}

.m-list-pad {
    margin-right: 10px;
}

.review-slider {
    min-height: 600px;
}

.company-sinlge {
    padding: 60px 0px;
}

.product-page {
    padding: 60px 0px;
}

.product-sinlge {
    padding: 60px 0px;
}

.r-slider-item .prev {
    font-size: 12px !important;
    transform: rotate(90deg);
}

.r-slider-item .next {
    font-size: 12px !important;
    transform: rotate(90deg);
}

.video-player div {
    margin: auto;
    border-radius: 24px;
}

.horizontal .brand-featured ul {
    bottom: 17%;
}

.pad-btm-120 {
    padding-bottom: 120px;
}

.stime span {
    text-transform: lowercase;
}

.user {
    max-width: 30px;
    border-radius: 10px;
}

/* .mySwiper{
    width: 100%;
    height: 100%;
} */
.custom-prev {
    transform: rotate(270deg);
}

.custom-next {
    transform: rotate(270deg);
}

.sld-btn {
    width: 98px;
    display: block;
    position: absolute;
    bottom: 50px;
    left: 45%;
}

.custom-prev i {
    font-size: 20px !important;
}

.custom-next i {
    font-size: 20px !important;
}

.swiper-pagination {
    visibility: hidden;
}

.rev-content {
    color: #555555;
}

.rev-content {
    color: #555555;
}

.rev-content ul {
    padding: 0;
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}

.rev-content li {
    background: #FCFCFC;
    border-radius: 8px;
    color: #888;
    padding: 8px 20px;
    line-height: 0;
    font-size: 12px;
    margin-right: 15px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    color: transparent;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    color: transparent;
}

/* .hot-reviews.product-tabs nav {
    display: none;
} */

.home-reviews .featured-product img {
    /* border: 1px solid rgba(89, 89, 89, 0.10000000149011612) !important; */
}

.swiper-slide {
    border-radius: 26px;
}

.pure-modal-backdrop {
    background-color: rgb(0 0 0 / 60%) !important;
}

a.deal-btn:hover {
    border: transparent !important;
    color: #fff !important;
    font-weight: 500 !important;
}

.no-tab-titles {
    display: none;
}

.prd-list-crd {
    min-height: 300px;
}

.mheight-240 {
    /* min-height: 240px; */
}

.user-page .u-pos {
    height: auto;
    position: absolute;
    top: 28%;
    left: 17%;
    font-size: 14px;
    font-weight: 500;
}

.panel-body.scrollable {
    width: 1000px;
}

.user-show {
    display: none;
}

.user-page .user-show {
    display: block;
}

.user-page .user-hide {
    display: none;
}

.e-prod .col-md-2 {
    padding-right: 0px;
}

.fav-col {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    background: transparent !important;
}

.featured-product .video-thumb img {
    /* width: 100%; */
    object-fit: cover;
}

@media (max-width: 767px) {
    .main-content:has(.product-sinlge) {
        height: 100% !important;
    }

    .user-page .mob-f-prod.mob-f-prod img {
        width: 105px;
        height: 105px;
    }

    .section-top-sm-60 {
        padding-top: 10px;
    }

    .custom-swiper .swiper {
        height: auto !important;
    }

    /* .hide-md{
        display: block !important;
    }
    .hide-xs{
        display: none !important;
    } */
    .company-sinlge .u-pos {
        padding-top: 8px;
        padding-left: 5px;
    }

    #regular-tab-tab-1 {
        margin-right: 15px;
    }

    .user-page .featured-product .paly-icon {
        margin: 2px 10px;
    }

    .user-content .company-links {
        display: flex;
        justify-content: center;
    }

    .user-tab .nav-tabs {
        width: 100% !important;
    }

    .e-prod .col-md-2 {
        padding-right: 15px;
    }

    .e-prod .col-md-2:nth-of-type(odd) {
        padding-right: 0px;
    }

    .search-container.prod-search {
        position: absolute;
        top: 70px;
        z-index: 99;
        display: block;
        width: 92vw;
        background: #fff;
    }

    .input-group.mob-search {
        width: 100% !important;
    }

    .user-content h4 {
        font-size: 18px;
    }

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

    .user-content a {
        font-size: 10px !important;
    }

    .user-tab .explore-tab.nav-tabs .nav-link {
        width: 100%;
    }

    .brand-reviews .tab-rev {
        padding: 0 !important;
    }

    .profile-review span {
        color: #fff;
    }

    .user-page .u-pos {
        left: 2%;
        top: 3%;
    }

    .panel-body.scrollable {
        width: 100vw;
        overflow-x: scroll !important;
    }

    .shop-tab .nav.nav-tabs:after {
        bottom: -5px !important;
    }

    .deal-n-log {
        width: 70% !important;
        margin-top: 20px;
    }

    .user-page {
        padding: 0px;
    }

    .user-page .company-links a img {
        margin: 0;
        border: none;
        background: transparent !important;
        padding: 0;
        width: 15px;
        border-radius: 0;
    }

    .user-mobile {
        text-align: center;
    }

    .user-mobile .user-profile {
        width: 100px;
        margin-bottom: 14px;
    }

    .user-mobile .flex {
        justify-content: center;
    }

    .user-mobile .flex span {
        font-size: 12px !important;
    }

    .product-sinlge .tab-rev {
        padding: 0px !important;
    }

    .swiper-slide {
        border-radius: 0px !important;
    }

    .tab-rev {
        padding: 0px 15px !important;
    }

    .company-links a img {
        margin: 0;
        /* margin-right: 8px; */
        background: linear-gradient(#fcfcfc, #fcfcfc) padding-box, linear-gradient(90deg, #5959592e 10%, #c2c2c236 40%) border-box !important;
        border: 1px solid rgb(236, 236, 236);
        border-radius: 13px;
        padding: 12px 13px;
        width: 48px;
    }

    .review-media video {
        border-radius: 0px;
    }

    .u-detail {
        display: flex;
        position: absolute;
        left: 10px;
        top: 5%;
        color: #DCDCDC;
        align-items: end;
    }

    .u-detail img {
        width: 32px;
        border-radius: 8px;
    }

    .mob-badge {
        left: 10px;
        width: auto;
        border-radius: 8px;
    }

    .mob-badge .ratings {
        font-size: 8px !important;
        color: #fff;
        margin-bottom: 0px;
    }

    .mob-badge.product-badge img {
        max-width: 65px;
        background: #fff;
        height: 55px;
        object-fit: cover;
    }

    .swiper-pagination {
        visibility: unset;
    }

    .review-gal .prod-page .tab-content {
        /* padding: 0px 15px; */
    }

    .pure-modal-backdrop .pure-modal.review-p-modal {
        transform: translate(0px, 0px) !important;
    }

    .modalcloseBtn {
        top: 10px;
        margin-right: 0px;
        right: -8px;
    }

    .filter {
        padding: 10px 0px;
    }

    .filterContainer {
        width: 98%;
    }

    .review-slider-image {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
    }

    .review-media .video-player div {
        width: 100vw !important;
        border-radius: 0;
    }

    .review-media .transbox,
    .review-media .review-sliders div,
    .review-sliders,
    .review-media .transbox>div {
        /* height: auto !important; */
        /* width: auto !important; */
        border-radius: 0;
    }

    .product-list-page {
        padding: 0px;
    }

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

    .horizontal .col-md-3.col-xs-6:nth-child(odd) {
        padding-right: 0px
    }

    img.star-r {
        max-height: 9px !important;
        max-width: 10px !important;
        margin-right: 2px !important;
    }

    .navbar-nav .nav-item+.nav-item {
        margin-left: 8px !important;
    }

    .comp-info {
        padding: 0px 15px;
    }

    .review-slider {
        min-height: auto;
    }

    .main-page {
        padding: 0px 0px 30px 0px;
        overflow-x: hidden;
    }

    .company-page {
        padding: 0px;
    }

    .company-sinlge {
        padding: 0px 0px 30px 0px;
    }

    .company-sinlge .tab-rev {
        padding: 0px !important;
    }

    .product-page {
        padding: 0px 0px 30px 0px;
    }

    .product-sinlge {
        padding: 20px 0px 30px 0px !important;
    }

    .explore-tab {
        margin-bottom: 20px !important;
        width: 100%;
    }

    .mob-brand-slider .slick-dots {
        bottom: -4%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .mb-16 {
        margin-bottom: 2rem !important;
    }

    .e-prod-back {
        height: auto;
    }

    .vertical {
        display: block;
    }

    .vertical li:nth-child(odd) {
        padding-right: 0px;
    }

    .e-brand span {
        padding-right: 6px;
    }

    .explore-tab.nav.nav-tabs:after {
        bottom: 0% !important;
        width: 100% !important;
    }

    .main-page .explore-tab.nav.nav-tabs:after {
        width: 650px !important;
    }

    .nav-tabs .nav-link.active:after {
        top: 7px;
    }

    .company-links div {
        display: inline-block;
        /* margin-right: 10px; */
    }

    .deal-discount {
        width: 80%;
    }

    .m-icon {
        background: #FCFCFC !important;
        /* border: 1px solid rgba(89, 89, 89, 0.10000000149011612) !important; */
        -webkit-backdrop-filter: blur(2px);
        backdrop-filter: blur(2px);
        border-radius: 16px !important;
        padding: 0;
    }

    .local span {
        padding-top: 0px;
        color: #888;
    }

    .comp-slider .slick-slide img {
        width: 350;
        height: 350px;
        object-fit: cover;
    }

    .single-map .thumbnail-slider-wrap .slick-slide img {
        width: 80px;
        height: 55px !important;
    }

    .single-map .thumbnail-slider-wrap {
        padding: 10px 80px;
    }

    .brand-featured ul img {
        width: 32px !important;
        max-height: 32px !important;
    }

    .brand-featured ul li {
        padding-right: 6px;
    }

    .brand-block .d-flex img {
        width: 80px;
        height: 86px;
        border-radius: 0;
    }

    .explore-tab a {
        text-transform: lowercase;
        padding-bottom: 0px !important;
        color: #888888 !important;
        background: transparent !important;
    }

    .explore-tab .nav-link.active:after {
        top: 6px !important;
    }

    .explore-tab .nav-link.active {
        color: #888888 !important;
    }

    .explore-tab .featured-product-content .star-r {
        width: 9px !important;
    }

    .mob-fcontent {
        font-size: 10px;
    }

    .mob-fcontent h6 {
        font-size: 10px;
    }

    .featured-product-content.mob-fcontent img {
        width: 14px !important;
        height: 14px !important;
        object-fit: cover;
    }

    .home-reviews .featured-product-content h6 {
        font-size: 10px;
    }

    .product-tabs.prod-page {
        /* padding-left: 15px; */
        /* padding-right: 15px; */
    }

    .review-detail {
        padding-left: 15px;
        padding-right: 15px;
    }

    .reg-tab.gal {
        /* padding-left: 15px !important; */
        /* padding-right: 15px !important; */
    }

    .product-tab .product-tabs.prod-page {
        padding: 0px;
    }

    .c-thumb {
        width: 150px !important;
        height: 130px;
        object-fit: cover;
    }

    .review-media .blur-background {
        height: 100%;
    }

    .pure-modal .close {
        left: 3px;
        background: transparent !important;
        top: 26px;
    }

    .r-content {
        position: absolute;
        bottom: 0px;
        width: 100vw;
        left: 0;
        padding: 15px;
    }

    .user-card {
        position: unset;
    }

    .m-badge {
        position: unset;
        margin-bottom: 10px;
    }

    .review-sliders .slick-dots {
        top: 0;
        bottom: unset !important;
        display: flex !important;
        width: 100vw;
    }

    .sharing-details span {
        font-size: 8px;
        text-transform: lowercase;
        line-height: 0;
        display: block;
        font-weight: 100;
    }

    /* .sharing-details div {
        height: 40px;
        width: 47px;
    } */

    .sharing-details div svg {
        line-height: 0;
        font-size: 13px;
    }

    .sharing-details {
        position: relative !important;
    }
}

/* main css */
.logo-font {
    font-family: titillium web, sans-serif
}


/*!* Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)*/
/*!normalize.css commit fe56763 | MIT License | github.com/necolas/normalize.css*/

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active {
    outline: 0
}

a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: var(--primary-font);
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: not-allowed !important;
    background: #7c7c7c !important;
    color: #fff !important;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

.edit-profile-form {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

@media print {

    *,
    *::before,
    *::after,
    *::first-letter,
    *::first-line {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .tag {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

*,
*::before,
*::after {
    box-sizing: inherit
}

@-ms-viewport {
    width: device-width;
}


body {
    font-family: var(--primary-font);
    font-size: 1rem;
    line-height: 1.5;
    color: #373a3c;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: none !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #818a91
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

a {
    color: #c33764;
    text-decoration: none
}

a:focus,
a:hover {
    color: #3d8b3d;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

a:not([href]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):focus,
a:not([href]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):focus {
    outline: none
}

pre {
    margin-top: 0;
    margin-bottom: 1rem
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle
}

[role=button] {
    cursor: pointer
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
    touch-action: manipulation
}

table {
    background-color: transparent
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #818a91;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: left
}

label {
    display: inline-block;
    margin-bottom: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

input,
button,
select,
textarea {
    margin: 0;
    line-height: inherit;
    border-radius: 0
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit
}

input[type=search] {
    -webkit-appearance: none
}

output {
    display: inline-block
}

[hidden] {
    display: none !important
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: .5rem;
    font-family: var(--primary-font);
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1,
.h1 {
    font-size: 2.5rem
}

h2,
.h2 {
    font-size: 2rem
}

h3,
.h3 {
    font-size: 1.75rem
}

h4,
.h4 {
    font-size: 1.5rem
}

h5,
.h5 {
    font-size: 1.25rem
}

h6,
.h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

small,
.small {
    font-size: 80%;
    font-weight: 400
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: 5px
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    padding: .5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border-left: .25rem solid #eceeef
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #818a91
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: .25rem solid #eceeef;
    border-left: 0
}

.blockquote-reverse .blockquote-footer::before {
    content: ""
}

.blockquote-reverse .blockquote-footer::after {
    content: "\00A0 \2014"
}

.img-fluid,
.carousel-inner>.carousel-item>img,
.carousel-inner>.carousel-item>a>img {
    /* display:block; */
    /* max-width:100%; */
    /* height:auto; */
}

.img-rounded {
    border-radius: .3rem
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #818a91
}

code,
kbd,
pre,
samp {
    font-family: var(--primary-font)
}

code {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f7f7f9;
    border-radius: .25rem
}

kbd {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #373a3c
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

@media(min-width: 544px) {
    .container {
        max-width: 576px
    }
}

@media(min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width: 992px) {
    .container {
        max-width: 940px
    }
}

@media(min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-xs-2 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-xs-3 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 25%;
    max-width: 25%
}

.col-xs-4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-xs-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-xs-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 50%;
    max-width: 50%
}

.col-xs-7 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-xs-8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 75%;
    max-width: 75%
}

.col-xs-10 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-xs-11 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%
}

.pull-xs-0 {
    right: auto
}

.pull-xs-1 {
    right: 8.33333%
}

.pull-xs-2 {
    right: 16.66667%
}

.pull-xs-3 {
    right: 25%
}

.pull-xs-4 {
    right: 33.33333%
}

.pull-xs-5 {
    right: 41.66667%
}

.pull-xs-6 {
    right: 50%
}

.pull-xs-7 {
    right: 58.33333%
}

.pull-xs-8 {
    right: 66.66667%
}

.pull-xs-9 {
    right: 75%
}

.pull-xs-10 {
    right: 83.33333%
}

.pull-xs-11 {
    right: 91.66667%
}

.pull-xs-12 {
    right: 100%
}

.push-xs-0 {
    left: auto
}

.push-xs-1 {
    left: 8.33333%
}

.push-xs-2 {
    left: 16.66667%
}

.push-xs-3 {
    left: 25%
}

.push-xs-4 {
    left: 33.33333%
}

.push-xs-5 {
    left: 41.66667%
}

.push-xs-6 {
    left: 50%
}

.push-xs-7 {
    left: 58.33333%
}

.push-xs-8 {
    left: 66.66667%
}

.push-xs-9 {
    left: 75%
}

.push-xs-10 {
    left: 83.33333%
}

.push-xs-11 {
    left: 91.66667%
}

.push-xs-12 {
    left: 100%
}

.offset-xs-1 {
    margin-left: 8.33333%
}

.offset-xs-2 {
    margin-left: 16.66667%
}

.offset-xs-3 {
    margin-left: 25%
}

.offset-xs-4 {
    margin-left: 33.33333%
}

.offset-xs-5 {
    margin-left: 41.66667%
}

.offset-xs-6 {
    margin-left: 50%
}

.offset-xs-7 {
    margin-left: 58.33333%
}

.offset-xs-8 {
    margin-left: 66.66667%
}

.offset-xs-9 {
    margin-left: 75%
}

.offset-xs-10 {
    margin-left: 83.33333%
}

.offset-xs-11 {
    margin-left: 91.66667%
}

@media(min-width: 544px) {
    .col-sm {
        position: relative;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px
    }

    .col-sm-1 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 100%;
        max-width: 100%
    }

    .pull-sm-0 {
        right: auto
    }

    .pull-sm-1 {
        right: 8.33333%
    }

    .pull-sm-2 {
        right: 16.66667%
    }

    .pull-sm-3 {
        right: 25%
    }

    .pull-sm-4 {
        right: 33.33333%
    }

    .pull-sm-5 {
        right: 41.66667%
    }

    .pull-sm-6 {
        right: 50%
    }

    .pull-sm-7 {
        right: 58.33333%
    }

    .pull-sm-8 {
        right: 66.66667%
    }

    .pull-sm-9 {
        right: 75%
    }

    .pull-sm-10 {
        right: 83.33333%
    }

    .pull-sm-11 {
        right: 91.66667%
    }

    .pull-sm-12 {
        right: 100%
    }

    .push-sm-0 {
        left: auto
    }

    .push-sm-1 {
        left: 8.33333%
    }

    .push-sm-2 {
        left: 16.66667%
    }

    .push-sm-3 {
        left: 25%
    }

    .push-sm-4 {
        left: 33.33333%
    }

    .push-sm-5 {
        left: 41.66667%
    }

    .push-sm-6 {
        left: 50%
    }

    .push-sm-7 {
        left: 58.33333%
    }

    .push-sm-8 {
        left: 66.66667%
    }

    .push-sm-9 {
        left: 75%
    }

    .push-sm-10 {
        left: 83.33333%
    }

    .push-sm-11 {
        left: 91.66667%
    }

    .push-sm-12 {
        left: 100%
    }

    .offset-sm-0 {
        margin-left: 0%
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media(min-width: 768px) {
    .col-md {
        position: relative;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px
    }

    .col-md-1 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 100%;
        max-width: 100%
    }

    .pull-md-0 {
        right: auto
    }

    .pull-md-1 {
        right: 8.33333%
    }

    .pull-md-2 {
        right: 16.66667%
    }

    .pull-md-3 {
        right: 25%
    }

    .pull-md-4 {
        right: 33.33333%
    }

    .pull-md-5 {
        right: 41.66667%
    }

    .pull-md-6 {
        right: 50%
    }

    .pull-md-7 {
        right: 58.33333%
    }

    .pull-md-8 {
        right: 66.66667%
    }

    .pull-md-9 {
        right: 75%
    }

    .pull-md-10 {
        right: 83.33333%
    }

    .pull-md-11 {
        right: 91.66667%
    }

    .pull-md-12 {
        right: 100%
    }

    .push-md-0 {
        left: auto
    }

    .push-md-1 {
        left: 8.33333%
    }

    .push-md-2 {
        left: 16.66667%
    }

    .push-md-3 {
        left: 25%
    }

    .push-md-4 {
        left: 33.33333%
    }

    .push-md-5 {
        left: 41.66667%
    }

    .push-md-6 {
        left: 50%
    }

    .push-md-7 {
        left: 58.33333%
    }

    .push-md-8 {
        left: 66.66667%
    }

    .push-md-9 {
        left: 75%
    }

    .push-md-10 {
        left: 83.33333%
    }

    .push-md-11 {
        left: 91.66667%
    }

    .push-md-12 {
        left: 100%
    }

    .offset-md-0 {
        margin-left: 0%
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media(min-width: 992px) {
    .col-lg {
        position: relative;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px
    }

    .col-lg-1 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 25%;
        /* max-width:25%; */
    }

    .col-lg-4 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 100%;
        max-width: 100%
    }

    .pull-lg-0 {
        right: auto
    }

    .pull-lg-1 {
        right: 8.33333%
    }

    .pull-lg-2 {
        right: 16.66667%
    }

    .pull-lg-3 {
        right: 25%
    }

    .pull-lg-4 {
        right: 33.33333%
    }

    .pull-lg-5 {
        right: 41.66667%
    }

    .pull-lg-6 {
        right: 50%
    }

    .pull-lg-7 {
        right: 58.33333%
    }

    .pull-lg-8 {
        right: 66.66667%
    }

    .pull-lg-9 {
        right: 75%
    }

    .pull-lg-10 {
        right: 83.33333%
    }

    .pull-lg-11 {
        right: 91.66667%
    }

    .pull-lg-12 {
        right: 100%
    }

    .push-lg-0 {
        left: auto
    }

    .push-lg-1 {
        left: 8.33333%
    }

    .push-lg-2 {
        left: 16.66667%
    }

    .push-lg-3 {
        left: 25%
    }

    .push-lg-4 {
        left: 33.33333%
    }

    .push-lg-5 {
        left: 41.66667%
    }

    .push-lg-6 {
        left: 50%
    }

    .push-lg-7 {
        left: 58.33333%
    }

    .push-lg-8 {
        left: 66.66667%
    }

    .push-lg-9 {
        left: 75%
    }

    .push-lg-10 {
        left: 83.33333%
    }

    .push-lg-11 {
        left: 91.66667%
    }

    .push-lg-12 {
        left: 100%
    }

    .offset-lg-0 {
        margin-left: 0%
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media(min-width: 1200px) {
    .col-xl {
        position: relative;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px
    }

    .col-xl-1 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 100%;
        max-width: 100%
    }

    .pull-xl-0 {
        right: auto
    }

    .pull-xl-1 {
        right: 8.33333%
    }

    .pull-xl-2 {
        right: 16.66667%
    }

    .pull-xl-3 {
        right: 25%
    }

    .pull-xl-4 {
        right: 33.33333%
    }

    .pull-xl-5 {
        right: 41.66667%
    }

    .pull-xl-6 {
        right: 50%
    }

    .pull-xl-7 {
        right: 58.33333%
    }

    .pull-xl-8 {
        right: 66.66667%
    }

    .pull-xl-9 {
        right: 75%
    }

    .pull-xl-10 {
        right: 83.33333%
    }

    .pull-xl-11 {
        right: 91.66667%
    }

    .pull-xl-12 {
        right: 100%
    }

    .push-xl-0 {
        left: auto
    }

    .push-xl-1 {
        left: 8.33333%
    }

    .push-xl-2 {
        left: 16.66667%
    }

    .push-xl-3 {
        left: 25%
    }

    .push-xl-4 {
        left: 33.33333%
    }

    .push-xl-5 {
        left: 41.66667%
    }

    .push-xl-6 {
        left: 50%
    }

    .push-xl-7 {
        left: 58.33333%
    }

    .push-xl-8 {
        left: 66.66667%
    }

    .push-xl-9 {
        left: 75%
    }

    .push-xl-10 {
        left: 83.33333%
    }

    .push-xl-11 {
        left: 91.66667%
    }

    .push-xl-12 {
        left: 100%
    }

    .offset-xl-0 {
        margin-left: 0%
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem
}

.table th,
.table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef
}

.table tbody+tbody {
    border-top: 2px solid #eceeef
}

.table .table {
    background-color: #fff
}

.table-sm th,
.table-sm td {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #eceeef
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #eceeef
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover tbody tr:hover {
    background-color: #f5f5f5
}

.table-active,
.table-active>th,
.table-active>td {
    background-color: #f5f5f5
}

.table-hover .table-active:hover {
    background-color: #e8e8e8
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: #e8e8e8
}

.table-success,
.table-success>th,
.table-success>td {
    background-color: #dff0d8
}

.table-hover .table-success:hover {
    background-color: #d0e9c6
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #d0e9c6
}

.table-info,
.table-info>th,
.table-info>td {
    background-color: #d9edf7
}

.table-hover .table-info:hover {
    background-color: #c4e3f3
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #c4e3f3
}

.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #fcf8e3
}

.table-hover .table-warning:hover {
    background-color: #faf2cc
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #faf2cc
}

.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #f2dede
}

.table-hover .table-danger:hover {
    background-color: #ebcccc
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #ebcccc
}

.table-responsive {
    display: block;
    width: 100%;
    min-height: .01%;
    overflow-x: auto
}

.thead-inverse th {
    color: #fff;
    background-color: #373a3c
}

.thead-default th {
    color: #55595c;
    background-color: #eceeef
}

.table-inverse {
    color: #eceeef;
    background-color: #373a3c
}

.table-inverse.table-bordered {
    border: 0
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
    border-color: #55595c
}

.table-reflow thead {
    float: left
}

.table-reflow tbody {
    display: block;
    white-space: nowrap
}

.table-reflow th,
.table-reflow td {
    border-top: 1px solid #eceeef;
    border-left: 1px solid #eceeef
}

.table-reflow th:last-child,
.table-reflow td:last-child {
    border-right: 1px solid #eceeef
}

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
    border-bottom: 1px solid #eceeef
}

.table-reflow tr {
    float: left
}

.table-reflow tr th,
.table-reflow tr td {
    display: block !important;
    border: 1px solid #eceeef
}

.form-control {
    display: block;
    width: 100%;
    padding: .7rem .75rem;
    font-size: 12px !important;
    line-height: 1.25;
    color: #555555 !important;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgb(89 89 89 / 10%);
    border-radius: 8px;
    background: #FCFCFC;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    border-color: #66afe9;
    outline: none
}

.form-control::placeholder {
    color: #999;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #eceeef;
    opacity: 1
}

.form-control:disabled {
    cursor: not-allowed
}

select.form-control:not([size]):not([multiple]) {
    height: 2.5rem
}

.form-control-file,
.form-control-range {
    display: block
}

.form-control-label {
    padding: .5rem .75rem;
    margin-bottom: 0
}

.form-control-legend {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem
}

_::-webkit-full-page-media.form-control,
input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 2.5rem
}

_::-webkit-full-page-media.input-sm,
.input-group-sm _::-webkit-full-page-media.form-control,
input[type=date].input-sm,
.input-group-sm input[type=date].form-control,
input[type=time].input-sm,
.input-group-sm input[type=time].form-control,
input[type=datetime-local].input-sm,
.input-group-sm input[type=datetime-local].form-control,
input[type=month].input-sm,
.input-group-sm input[type=month].form-control {
    line-height: 1.8125rem
}

_::-webkit-full-page-media.input-lg,
.input-group-lg _::-webkit-full-page-media.form-control,
input[type=date].input-lg,
.input-group-lg input[type=date].form-control,
input[type=time].input-lg,
.input-group-lg input[type=time].form-control,
input[type=datetime-local].input-lg,
.input-group-lg input[type=datetime-local].form-control,
input[type=month].input-lg,
.input-group-lg input[type=month].form-control {
    line-height: 3.16667rem
}

.form-control-static {
    min-height: 2.5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0
}

.form-control-static.form-control-sm,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn,
.form-control-static.form-control-lg,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.form-group {
    margin-bottom: 1rem
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-bottom: .75rem
}

.radio label,
.checkbox label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    cursor: pointer
}

.radio label input:only-child,
.checkbox label input:only-child {
    position: static
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
    position: absolute;
    margin-top: .25rem;
    margin-left: -1.25rem
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -.25rem
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 1.25rem;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: .75rem
}

input[type=radio]:disabled,
input[type=radio].disabled,
input[type=checkbox]:disabled,
input[type=checkbox].disabled {
    cursor: not-allowed
}

.radio-inline.disabled,
.checkbox-inline.disabled {
    cursor: not-allowed
}

.radio.disabled label,
.checkbox.disabled label {
    cursor: not-allowed
}

.form-control-success,
.form-control-warning,
.form-control-danger {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right .625rem;
    background-size: 1.25rem 1.25rem
}

.has-success .text-help,
.has-success .form-control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label,
.has-success .custom-control {
    color: #5cb85c
}

.has-success .form-control {
    border-color: #5cb85c
}

.has-success .input-group-addon {
    color: #5cb85c;
    border-color: #5cb85c;
    background-color: #eaf6ea
}

.has-success .form-control-feedback {
    color: #5cb85c
}

.has-success .form-control-success {
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyM1Y2I4NWMnIGQ9J00yLjMgNi43M0wuNiA0LjUzYy0uNC0xLjA0LjQ2LTEuNCAxLjEtLjhsMS4xIDEuNCAzLjQtMy44Yy42LS42MyAxLjYtLjI3IDEuMi43bC00IDQuNmMtLjQzLjUtLjguNC0xLjEuMXonLz48L3N2Zz4=)
}

.has-warning .text-help,
.has-warning .form-control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label,
.has-warning .custom-control {
    color: #f0ad4e
}

.has-warning .form-control {
    border-color: #f0ad4e
}

.has-warning .input-group-addon {
    color: #f0ad4e;
    border-color: #f0ad4e;
    background-color: #fff
}

.has-warning .form-control-feedback {
    color: #f0ad4e
}

.has-warning .form-control-warning {
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyNmMGFkNGUnIGQ9J000LjQgNS4zMjRoLS44di0yLjQ2aC44em0wIDEuNDJoLS44VjUuODloLjh6TTMuNzYuNjNMLjA0IDcuMDc1Yy0uMTE1LjIuMDE2LjQyNS4yNi40MjZoNy4zOTdjLjI0MiAwIC4zNzItLjIyNi4yNTgtLjQyNkM2LjcyNiA0LjkyNCA1LjQ3IDIuNzkgNC4yNTMuNjNjLS4xMTMtLjE3NC0uMzktLjE3NC0uNDk0IDB6Jy8+PC9zdmc+)
}

.has-danger .text-help,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .checkbox-inline,
.has-danger.radio label,
.has-danger.checkbox label,
.has-danger.radio-inline label,
.has-danger.checkbox-inline label,
.has-danger .custom-control {
    color: #b85c5c
}

.has-danger .form-control {
    border-color: #b85c5c
}

.has-danger .input-group-addon {
    color: #b85c5c;
    border-color: #b85c5c;
    background-color: #f6eaea
}

.has-danger .form-control-feedback {
    color: #b85c5c
}

.has-danger .form-control-danger {
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNkOTUzNGYnIHZpZXdCb3g9Jy0yIC0yIDcgNyc+PHBhdGggc3Ryb2tlPScjZDk1MzRmJyBkPSdNMCAwbDMgM20wLTNMMCAzJy8+PGNpcmNsZSByPScuNScvPjxjaXJjbGUgY3g9JzMnIHI9Jy41Jy8+PGNpcmNsZSBjeT0nMycgcj0nLjUnLz48Y2lyY2xlIGN4PSczJyBjeT0nMycgcj0nLjUnLz48L3N2Zz4=)
}

@media(min-width: 544px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .form-control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }

    .form-inline .radio input[type=radio],
    .form-inline .checkbox input[type=checkbox] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: .25rem
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.focus {
    text-decoration: none
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0
}

.btn.disabled,
.btn:disabled {
    cursor: not-allowed;
    opacity: .65
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-primary:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #419641
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
    background-image: none
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #2d672d
}

.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled.focus {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-primary.disabled:hover,
.btn-primary:disabled:hover {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-secondary {
    color: #373a3c;
    background-color: #fff;
    border-color: #ccc
}

.btn-secondary:hover {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-secondary:focus,
.btn-secondary.focus {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-secondary:active,
.btn-secondary.active,
.open>.btn-secondary.dropdown-toggle {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none
}

.btn-secondary:active:hover,
.btn-secondary:active:focus,
.btn-secondary:active.focus,
.btn-secondary.active:hover,
.btn-secondary.active:focus,
.btn-secondary.active.focus,
.open>.btn-secondary.dropdown-toggle:hover,
.open>.btn-secondary.dropdown-toggle:focus,
.open>.btn-secondary.dropdown-toggle.focus {
    color: #373a3c;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-secondary.disabled:focus,
.btn-secondary.disabled.focus,
.btn-secondary:disabled:focus,
.btn-secondary:disabled.focus {
    background-color: #fff;
    border-color: #ccc
}

.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
    background-image: none
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1f7e9a
}

.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info:disabled:focus,
.btn-info:disabled.focus {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-info.disabled:hover,
.btn-info:disabled:hover {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #419641
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
    background-image: none
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #2d672d
}

.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success:disabled:focus,
.btn-success:disabled.focus {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-success.disabled:hover,
.btn-success:disabled:hover {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
    background-image: none
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #b06d0f
}

.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning:disabled:focus,
.btn-warning:disabled.focus {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-warning.disabled:hover,
.btn-warning:disabled:hover {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-danger {
    color: #fff;
    background-color: #b85c5c;
    border-color: #b85c5c
}

.btn-danger:hover {
    color: #fff;
    background-color: #9d4444;
    border-color: #964141
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #9d4444;
    border-color: #964141
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #9d4444;
    border-color: #964141;
    background-image: none
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #843939;
    border-color: #672d2d
}

.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger:disabled:focus,
.btn-danger:disabled.focus {
    background-color: #b85c5c;
    border-color: #b85c5c
}

.btn-danger.disabled:hover,
.btn-danger:disabled:hover {
    background-color: #b85c5c;
    border-color: #b85c5c
}

.btn-outline-primary {
    color: #5cb85c;
    background-image: none;
    background-color: transparent;
    border-color: #5cb85c
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-outline-primary:active,
.btn-outline-primary.active,
.open>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-outline-primary:active:hover,
.btn-outline-primary:active:focus,
.btn-outline-primary:active.focus,
.btn-outline-primary.active:hover,
.btn-outline-primary.active:focus,
.btn-outline-primary.active.focus,
.open>.btn-outline-primary.dropdown-toggle:hover,
.open>.btn-outline-primary.dropdown-toggle:focus,
.open>.btn-outline-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #2d672d
}

.btn-outline-primary.disabled:focus,
.btn-outline-primary.disabled.focus,
.btn-outline-primary:disabled:focus,
.btn-outline-primary:disabled.focus {
    border-color: #a3d7a3
}

.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover {
    border-color: #a3d7a3
}

.btn-outline-secondary {
    color: #ccc;
    background-image: none;
    background-color: transparent;
    border-color: #ccc
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc
}

.btn-outline-secondary:active,
.btn-outline-secondary.active,
.open>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc
}

.btn-outline-secondary:active:hover,
.btn-outline-secondary:active:focus,
.btn-outline-secondary:active.focus,
.btn-outline-secondary.active:hover,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.active.focus,
.open>.btn-outline-secondary.dropdown-toggle:hover,
.open>.btn-outline-secondary.dropdown-toggle:focus,
.open>.btn-outline-secondary.dropdown-toggle.focus {
    color: #fff;
    background-color: #a1a1a1;
    border-color: #8c8c8c
}

.btn-outline-secondary.disabled:focus,
.btn-outline-secondary.disabled.focus,
.btn-outline-secondary:disabled:focus,
.btn-outline-secondary:disabled.focus {
    border-color: #fff
}

.btn-outline-secondary.disabled:hover,
.btn-outline-secondary:disabled:hover {
    border-color: #fff
}

.btn-outline-info {
    color: #5bc0de;
    background-image: none;
    background-color: transparent;
    border-color: #5bc0de
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-outline-info:active,
.btn-outline-info.active,
.open>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-outline-info:active:hover,
.btn-outline-info:active:focus,
.btn-outline-info:active.focus,
.btn-outline-info.active:hover,
.btn-outline-info.active:focus,
.btn-outline-info.active.focus,
.open>.btn-outline-info.dropdown-toggle:hover,
.open>.btn-outline-info.dropdown-toggle:focus,
.open>.btn-outline-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1f7e9a
}

.btn-outline-info.disabled:focus,
.btn-outline-info.disabled.focus,
.btn-outline-info:disabled:focus,
.btn-outline-info:disabled.focus {
    border-color: #b0e1ef
}

.btn-outline-info.disabled:hover,
.btn-outline-info:disabled:hover {
    border-color: #b0e1ef
}

.btn-outline-success {
    color: #5cb85c;
    background-image: none;
    background-color: transparent;
    border-color: #5cb85c
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-outline-success:active,
.btn-outline-success.active,
.open>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-outline-success:active:hover,
.btn-outline-success:active:focus,
.btn-outline-success:active.focus,
.btn-outline-success.active:hover,
.btn-outline-success.active:focus,
.btn-outline-success.active.focus,
.open>.btn-outline-success.dropdown-toggle:hover,
.open>.btn-outline-success.dropdown-toggle:focus,
.open>.btn-outline-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #2d672d
}

.btn-outline-success.disabled:focus,
.btn-outline-success.disabled.focus,
.btn-outline-success:disabled:focus,
.btn-outline-success:disabled.focus {
    border-color: #a3d7a3
}

.btn-outline-success.disabled:hover,
.btn-outline-success:disabled:hover {
    border-color: #a3d7a3
}

.btn-outline-warning {
    color: #f0ad4e;
    background-image: none;
    background-color: transparent;
    border-color: #f0ad4e
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-outline-warning:active,
.btn-outline-warning.active,
.open>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-outline-warning:active:hover,
.btn-outline-warning:active:focus,
.btn-outline-warning:active.focus,
.btn-outline-warning.active:hover,
.btn-outline-warning.active:focus,
.btn-outline-warning.active.focus,
.open>.btn-outline-warning.dropdown-toggle:hover,
.open>.btn-outline-warning.dropdown-toggle:focus,
.open>.btn-outline-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #b06d0f
}

.btn-outline-warning.disabled:focus,
.btn-outline-warning.disabled.focus,
.btn-outline-warning:disabled:focus,
.btn-outline-warning:disabled.focus {
    border-color: #f8d9ac
}

.btn-outline-warning.disabled:hover,
.btn-outline-warning:disabled:hover {
    border-color: #f8d9ac
}

.btn-outline-danger {
    color: #b85c5c;
    background-image: none;
    background-color: transparent;
    border-color: #b85c5c
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #b85c5c;
    border-color: #b85c5c
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    color: #fff;
    background-color: #b85c5c;
    border-color: #b85c5c
}

.btn-outline-danger:active,
.btn-outline-danger.active,
.open>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #b85c5c;
    border-color: #b85c5c
}

.btn-outline-danger:active:hover,
.btn-outline-danger:active:focus,
.btn-outline-danger:active.focus,
.btn-outline-danger.active:hover,
.btn-outline-danger.active:focus,
.btn-outline-danger.active.focus,
.open>.btn-outline-danger.dropdown-toggle:hover,
.open>.btn-outline-danger.dropdown-toggle:focus,
.open>.btn-outline-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #843939;
    border-color: #672d2d
}

.btn-outline-danger.disabled:focus,
.btn-outline-danger.disabled.focus,
.btn-outline-danger:disabled:focus,
.btn-outline-danger:disabled.focus {
    border-color: #d7a3a3
}

.btn-outline-danger.disabled:hover,
.btn-outline-danger:disabled:hover {
    border-color: #d7a3a3
}

.btn-link {
    font-weight: 400;
    color: #5cb85c;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:disabled {
    background-color: transparent
}

.btn-link,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #3d8b3d;
    text-decoration: underline;
    background-color: transparent
}

.btn-link:disabled:focus,
.btn-link:disabled:hover {
    color: #818a91;
    text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.btn-sm,
.btn-group-sm>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
    width: 100%
}

.fade {
    /* opacity:0; */
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height
}

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .25rem;
    margin-left: .25rem;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent
}

.dropdown-toggle:focus {
    outline: 0
}

.dropup .dropdown-toggle::after {
    border-top: 0;
    border-bottom: .3em solid
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 115px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 1rem;
    color: #373a3c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 12px;
    box-shadow: 0px 8px 12px -4px rgba(128, 0, 128, 0.4);
}

.dropdown-menu li {
    margin-bottom: 2px !important;
}

.dropdown-divider {
    height: 1px;
    margin: .5rem 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 20px;
    clear: both;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
    color: #555555 !important;
    font-weight: 500 !important;
    font-size: 14px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-item.active,
.dropdown-item.active:focus,
.dropdown-item.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #5cb85c;
    outline: 0
}

.dropdown-item.disabled,
.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
    color: #818a91
}

.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)"
}

/* .dropdown-toggle::after {
    display: none
} */

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 5px 20px;
    font-size: .875rem;
    color: #818a91;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: .3em solid
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar::after {
    content: "";
    display: table;
    clear: both
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret,
.btn-group-lg>.btn .caret {
    border-width: .3em .3em 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret {
    border-width: 0 .3em .3em
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group::after {
    content: "";
    display: table;
    clear: both
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    width: 100%;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    flex: 1;
    margin-bottom: 0;
    padding-left: 30px;
}

.input-group .form-control:focus,
.input-group .form-control:active,
.input-group .form-control:hover {
    /* z-index:3; */
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #55595c;
    text-align: center;
    background-color: #eceeef;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.input-group-addon.form-control-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.input-group-addon.form-control-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
    margin-top: 0
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group>.btn,
.input-group-btn:not(:last-child)>.dropdown-toggle,
.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:not(:last-child) {
    border-right: 0
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group>.btn,
.input-group-btn:not(:first-child)>.dropdown-toggle,
.input-group-btn:not(:last-child)>.btn:not(:first-child),
.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.form-control+.input-group-addon:not(:first-child) {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:focus,
.input-group-btn>.btn:active,
.input-group-btn>.btn:hover {
    z-index: 3
}

.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group {
    margin-right: -1px
}

.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.input-group-btn:not(:first-child)>.btn:focus,
.input-group-btn:not(:first-child)>.btn:active,
.input-group-btn:not(:first-child)>.btn:hover,
.input-group-btn:not(:first-child)>.btn-group:focus,
.input-group-btn:not(:first-child)>.btn-group:active,
.input-group-btn:not(:first-child)>.btn-group:hover {
    z-index: 3
}

.custom-control {
    position: relative;
    display: inline;
    padding-left: 1.5rem;
    cursor: pointer
}

.custom-control+.custom-control {
    margin-left: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-indicator {
    color: #fff;
    background-color: #0074d9
}

.custom-control-input:focus~.custom-control-indicator {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9
}

.custom-control-input:active~.custom-control-indicator {
    color: #fff;
    background-color: #84c6ff
}

.custom-control-input:disabled~.custom-control-indicator {
    cursor: not-allowed;
    background-color: #eee
}

.custom-control-input:disabled~.custom-control-description {
    color: #767676;
    cursor: not-allowed
}

.custom-control-indicator {
    position: absolute;
    top: .0625rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-indicator {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyNmZmYnIGQ9J002LjU2NC43NWwtMy41OSAzLjYxMi0xLjUzOC0xLjU1TDAgNC4yNiAyLjk3NCA3LjI1IDggMi4xOTN6Jy8+PC9zdmc+)
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator {
    background-color: #0074d9;
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0IDQnPjxwYXRoIHN0cm9rZT0nI2ZmZicgZD0nTTAgMmg0Jy8+PC9zdmc+)
}

.custom-radio .custom-control-indicator {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-indicator {
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPScjZmZmJy8+PC9zdmc+)
}

.custom-controls-stacked .custom-control {
    display: inline
}

.custom-controls-stacked .custom-control::after {
    display: block;
    margin-bottom: .25rem;
    content: ""
}

.custom-controls-stacked .custom-control+.custom-control {
    margin-left: 0
}

.custom-select {
    display: inline-block;
    max-width: 100%;
    padding: .375rem 1.75rem .375rem .75rem;
    padding-right: .75rem \9;
    color: #55595c;
    vertical-align: middle;
    background: #fff url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0IDUnPjxwYXRoIGZpbGw9JyMzMzMnIGQ9J00yIDBMMCAyaDR6bTAgNUwwIDNoNHonLz48L3N2Zz4=) no-repeat right .75rem center;
    background-image: none \9;
    background-size: 8px 10px;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    -moz-appearance: none;
    -webkit-appearance: none
}

.custom-select:focus {
    border-color: #51a7e8;
    outline: none
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 2.5rem;
    cursor: pointer
}

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #555;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem
}

.custom-file-control:lang(en)::after {
    content: "Choose file..."
}

.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 0 .25rem .25rem 0
}

.custom-file-control:lang(en)::before {
    content: "Browse"
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: inline-block
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #818a91
}

.nav-link.disabled,
.nav-link.disabled:focus,
.nav-link.disabled:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: transparent
}

.nav-inline .nav-item {
    display: inline-block
}

.nav-inline .nav-item+.nav-item,
.nav-inline .nav-link+.nav-link {
    margin-left: 1rem
}

.nav-tabs {
    /* border-bottom:1px solid #ddd; */
}

.nav-tabs::after {
    content: "";
    display: table;
    clear: both;
}

.nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs .nav-item+.nav-item {
    margin-left: .2rem;
}

.nav-tabs .nav-link {
    display: block;
    padding: .5em 1em;
    border: 1px solid transparent;
    border-radius: .25rem .25rem 0 0
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    /* border-color:#eceeef #eceeef #ddd; */
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.disabled:focus,
.nav-tabs .nav-link.disabled:hover {
    color: #818a91;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover {
    color: #55595c;
    background-color: #fff;
    border-color: #ddd #ddd transparent
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.nav-pills::after {
    content: "";
    display: table;
    clear: both
}

.nav-pills .nav-item {
    float: left
}

.nav-pills .nav-item+.nav-item {
    margin-left: .2rem
}

.nav-pills .nav-link {
    display: block;
    padding: .5em 1em;
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
    color: #fff;
    cursor: default;
    background-color: #5cb85c
}

.nav-stacked .nav-item {
    display: block;
    float: none
}

.nav-stacked .nav-item+.nav-item {
    margin-top: .2rem;
    margin-left: 0
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    display: flex;
    justify-content: end;
    padding-top: 25px;
    padding-bottom: 25px;
}

/*.navbar::after{content:"";display:table;clear:both}*/
@media(min-width: 544px) {
    .navbar {
        border-radius: .25rem
    }
}

.navbar-full {
    z-index: 1000
}

@media(min-width: 544px) {
    .navbar-full {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media(min-width: 544px) {

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0
}

.navbar-fixed-bottom {
    bottom: 0
}

.navbar-sticky-top {
    position: sticky;
    top: 0;
    z-index: 1030;
    width: 100%
}

@media(min-width: 544px) {
    .navbar-sticky-top {
        border-radius: 0
    }
}

.navbar-brand {
    float: left;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-right: 1rem;
    font-size: 1.25rem
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

.navbar-divider {
    float: left;
    width: 1px;
    padding-top: .425rem;
    padding-bottom: .425rem;
    margin-right: 1rem;
    margin-left: 1rem;
    overflow: hidden
}

.navbar-divider::before {
    content: "\00a0"
}

.navbar-toggler {
    padding: .5rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

@media(min-width: 544px) {
    .navbar-toggleable-xs {
        display: block !important
    }
}

@media(min-width: 768px) {
    .navbar-toggleable-sm {
        display: block !important
    }
}

@media(min-width: 992px) {
    .navbar-toggleable-md {
        display: block !important
    }
}

.navbar-nav .nav-item {
    float: left
}

.navbar-nav .nav-link {
    display: block;
    padding-top: .425rem;
    padding-bottom: .425rem
}

.navbar-nav .nav-link+.nav-link {
    margin-left: 1rem
}

.navbar-nav .nav-item+.nav-item {
    margin-left: 12px;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .8)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .8)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .6)
}

.navbar-light .navbar-nav .open>.nav-link,
.navbar-light .navbar-nav .open>.nav-link:focus,
.navbar-light .navbar-nav .open>.nav-link:hover,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .active>.nav-link:focus,
.navbar-light .navbar-nav .active>.nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
    color: rgba(0, 0, 0, .8)
}

.navbar-light .navbar-divider {
    background-color: rgba(0, 0, 0, .075)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .open>.nav-link,
.navbar-dark .navbar-nav .open>.nav-link:focus,
.navbar-dark .navbar-nav .open>.nav-link:hover,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link:focus,
.navbar-dark .navbar-nav .active>.nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
    color: #fff
}

.navbar-dark .navbar-divider {
    background-color: rgba(255, 255, 255, .075)
}

.card {
    position: relative;
    display: block;
    margin-bottom: .75rem;
    background-color: #fff;
    border-radius: .25rem;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .125)
}

.card-block {
    padding: 1.25rem
}

.card-block::after {
    content: "";
    display: table;
    clear: both
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-header {
    padding: .75rem 1.25rem;
    background-color: #f5f5f5;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .125)
}

.card-header::after {
    content: "";
    display: table;
    clear: both
}

.card-header:first-child {
    border-radius: .25rem .25rem 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #f5f5f5;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .125)
}

.card-footer::after {
    content: "";
    display: table;
    clear: both
}

.card-footer:last-child {
    border-radius: 0 0 .25rem .25rem
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-tabs .nav-item {
    margin-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-primary {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.card-success {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.card-danger {
    background-color: #b85c5c;
    border-color: #b85c5c
}

.card-outline-primary {
    background-color: transparent;
    border-color: #5cb85c
}

.card-outline-secondary {
    background-color: transparent;
    border-color: #ccc
}

.card-outline-info {
    background-color: transparent;
    border-color: #5bc0de
}

.card-outline-success {
    background-color: transparent;
    border-color: #5cb85c
}

.card-outline-warning {
    background-color: transparent;
    border-color: #f0ad4e
}

.card-outline-danger {
    background-color: transparent;
    border-color: #b85c5c
}

.card-inverse .card-header,
.card-inverse .card-footer {
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
    color: #fff
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-blockquote>footer {
    color: rgba(255, 255, 255, .65)
}

.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
    color: #fff
}

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0
}

.card-img {
    border-radius: .25rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img-top {
    border-radius: .25rem .25rem 0 0
}

.card-img-bottom {
    border-radius: 0 0 .25rem .25rem
}

@media(min-width: 544px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -.625rem;
        margin-left: -.625rem
    }

    .card-deck .card {
        flex: 1 0 0;
        margin-right: .625rem;
        margin-left: .625rem
    }
}

@media(min-width: 544px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

    .card-group .card {
        flex: 1 0 0
    }

    .card-group .card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .card-group .card:first-child .card-img-top {
        border-top-right-radius: 0
    }

    .card-group .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .card-group .card:last-child .card-img-top {
        border-top-left-radius: 0
    }

    .card-group .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0
    }

    .card-group .card:not(:first-child):not(:last-child) .card-img-top,
    .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
        border-radius: 0
    }
}

@media(min-width: 544px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.breadcrumb {
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #eceeef;
    border-radius: .25rem
}

.breadcrumb::after {
    content: "";
    display: table;
    clear: both
}

.breadcrumb-item {
    float: left
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #818a91;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #818a91
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: .25rem
}

.page-item {
    display: inline
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem
}

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.page-item.disabled .page-link,
.page-item.disabled .page-link:focus,
.page-item.disabled .page-link:hover {
    color: #818a91;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.page-link {
    position: relative;
    float: left;
    padding: .5rem .75rem;
    margin-left: -1px;
    color: #5cb85c;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.page-link:focus,
.page-link:hover {
    color: #3d8b3d;
    background-color: #eceeef;
    border-color: #ddd
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: .3rem;
    border-top-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: .3rem;
    border-top-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .275rem .75rem;
    font-size: .875rem
}

.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: .2rem;
    border-top-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: .2rem;
    border-top-right-radius: .2rem
}

.tag {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.tag:empty {
    display: none
}

.btn .tag {
    position: relative;
    top: -1px
}

a.tag:focus,
a.tag:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.tag-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.tag-default {
    background-color: #818a91
}

.tag-default[href]:focus,
.tag-default[href]:hover {
    background-color: #687077
}

.tag-primary {
    background-color: #5cb85c
}

.tag-primary[href]:focus,
.tag-primary[href]:hover {
    background-color: #449d44
}

.tag-success {
    background-color: #5cb85c
}

.tag-success[href]:focus,
.tag-success[href]:hover {
    background-color: #449d44
}

.tag-info {
    background-color: #5bc0de
}

.tag-info[href]:focus,
.tag-info[href]:hover {
    background-color: #31b0d5
}

.tag-warning {
    background-color: #f0ad4e
}

.tag-warning[href]:focus,
.tag-warning[href]:hover {
    background-color: #ec971f
}

.tag-danger {
    background-color: #b85c5c
}

.tag-danger[href]:focus,
.tag-danger[href]:hover {
    background-color: #9d4444
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #eceeef;
    border-radius: .3rem
}

@media(min-width: 544px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-hr {
    border-top-color: #d0d5d8
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    padding: 15px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 35px
}

.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c1e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6d5ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7ecb5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9b9
}

.alert-danger .alert-link {
    color: #843534
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: block;
    width: 100%;
    height: 1rem;
    margin-bottom: 1rem
}

.progress[value] {
    background-color: #eee;
    border: 0;
    appearance: none;
    border-radius: .25rem
}

.progress[value]::-ms-fill {
    background-color: #0074d9;
    border: 0
}

.progress[value]::-moz-progress-bar {
    background-color: #0074d9;
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem
}

.progress[value]::-webkit-progress-value {
    background-color: #0074d9;
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem
}

.progress[value="100"]::-moz-progress-bar {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem
}

.progress[value="100"]::-webkit-progress-value {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem
}

.progress[value]::-webkit-progress-bar {
    background-color: #eee;
    border-radius: .25rem
}

base::-moz-progress-bar,
.progress[value] {
    background-color: #eee;
    border-radius: .25rem
}

@media screen and (min-width: 0\0) {
    .progress {
        background-color: #eee;
        border-radius: .25rem
    }

    .progress-bar {
        display: inline-block;
        height: 1rem;
        text-indent: -999rem;
        background-color: #0074d9;
        border-bottom-left-radius: .25rem;
        border-top-left-radius: .25rem
    }

    .progress[width="100%"] {
        border-bottom-right-radius: .25rem;
        border-top-right-radius: .25rem
    }
}

.progress-striped[value]::-webkit-progress-value {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-striped[value]::-moz-progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-striped[value]::-ms-fill {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

@media screen and (min-width: 0\0) {
    .progress-bar-striped {
        background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-size: 1rem 1rem
    }
}

.progress-animated[value]::-webkit-progress-value {
    animation: progress-bar-stripes 2s linear infinite
}

.progress-animated[value]::-moz-progress-bar {
    animation: progress-bar-stripes 2s linear infinite
}

@media screen and (min-width: 0\0) {
    .progress-animated .progress-bar-striped {
        animation: progress-bar-stripes 2s linear infinite
    }
}

.progress-success[value]::-webkit-progress-value {
    background-color: #5cb85c
}

.progress-success[value]::-moz-progress-bar {
    background-color: #5cb85c
}

.progress-success[value]::-ms-fill {
    background-color: #5cb85c
}

@media screen and (min-width: 0\0) {
    .progress-success .progress-bar {
        background-color: #5cb85c
    }
}

.progress-info[value]::-webkit-progress-value {
    background-color: #5bc0de
}

.progress-info[value]::-moz-progress-bar {
    background-color: #5bc0de
}

.progress-info[value]::-ms-fill {
    background-color: #5bc0de
}

@media screen and (min-width: 0\0) {
    .progress-info .progress-bar {
        background-color: #5bc0de
    }
}

.progress-warning[value]::-webkit-progress-value {
    background-color: #f0ad4e
}

.progress-warning[value]::-moz-progress-bar {
    background-color: #f0ad4e
}

.progress-warning[value]::-ms-fill {
    background-color: #f0ad4e
}

@media screen and (min-width: 0\0) {
    .progress-warning .progress-bar {
        background-color: #f0ad4e
    }
}

.progress-danger[value]::-webkit-progress-value {
    background-color: #b85c5c
}

.progress-danger[value]::-moz-progress-bar {
    background-color: #b85c5c
}

.progress-danger[value]::-ms-fill {
    background-color: #b85c5c
}

@media screen and (min-width: 0\0) {
    .progress-danger .progress-bar {
        background-color: #b85c5c
    }
}

.media {
    display: flex;
    margin-bottom: 1rem
}

.media-body {
    flex: 1
}

.media-middle {
    align-self: center
}

.media-bottom {
    align-self: flex-end
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right {
    padding-left: 10px
}

.media-left {
    padding-right: 10px
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: #eceeef
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #818a91
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>.small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #eaf6ea
}

.list-group-flush .list-group-item {
    border-radius: 0
}

.list-group-item-action {
    width: 100%;
    color: #555;
    text-align: inherit
}

.list-group-item-action .list-group-item-heading {
    color: #333
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9 {
    padding-bottom: 42.85714%
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.embed-responsive-1by1 {
    padding-bottom: 100%
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    position: absolute !important;
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    -webkit-overflow-scrolling: touch
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header::after {
    content: "";
    display: table;
    clear: both
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer::after {
    content: "";
    display: table;
    clear: both
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width: 544px) {
    .modal-dialog {
        max-width: 80%;
        margin: 30px auto;
        background: #fff;
        border-radius: 20px;
    }

    .modal-sm {
        max-width: 300px
    }
}

@media(min-width: 992px) {
    .modal-lg {
        max-width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.in {
    opacity: .9
}

.tooltip.tooltip-top,
.tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.tooltip-top .tooltip-arrow,
.tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.tooltip-right,
.tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.tooltip-right .tooltip-arrow,
.tooltip.bs-tether-element-attached-left .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.tooltip-bottom,
.tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.tooltip-bottom .tooltip-arrow,
.tooltip.bs-tether-element-attached-top .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.tooltip-left,
.tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip.tooltip-left .tooltip-arrow,
.tooltip.bs-tether-element-attached-right .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    padding: 1px;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover.popover-top,
.popover.bs-tether-element-attached-bottom {
    margin-top: -10px
}

.popover.popover-top .popover-arrow,
.popover.bs-tether-element-attached-bottom .popover-arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.popover-top .popover-arrow::after,
.popover.bs-tether-element-attached-bottom .popover-arrow::after {
    bottom: 1px;
    margin-left: -10px;
    content: "";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.popover-right,
.popover.bs-tether-element-attached-left {
    margin-left: 10px
}

.popover.popover-right .popover-arrow,
.popover.bs-tether-element-attached-left .popover-arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.popover-right .popover-arrow::after,
.popover.bs-tether-element-attached-left .popover-arrow::after {
    bottom: -10px;
    left: 1px;
    content: "";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.popover-bottom,
.popover.bs-tether-element-attached-top {
    margin-top: 10px
}

.popover.popover-bottom .popover-arrow,
.popover.bs-tether-element-attached-top .popover-arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.popover-bottom .popover-arrow::after,
.popover.bs-tether-element-attached-top .popover-arrow::after {
    top: 1px;
    margin-left: -10px;
    content: "";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.popover-left,
.popover.bs-tether-element-attached-right {
    margin-left: -10px
}

.popover.popover-left .popover-arrow,
.popover.bs-tether-element-attached-right .popover-arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.popover-left .popover-arrow::after,
.popover.bs-tether-element-attached-right .popover-arrow::after {
    right: 1px;
    bottom: -10px;
    content: "";
    border-right-width: 0;
    border-left-color: #fff
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: .2375rem .2375rem 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover-arrow,
.popover-arrow::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover-arrow {
    border-width: 11px
}

.popover-arrow::after {
    content: "";
    border-width: 10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.carousel-item {
    position: relative;
    display: none;
    transition: .6s ease-in-out left
}

.carousel-inner>.carousel-item>img,
.carousel-inner>.carousel-item>a>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.carousel-item {
        transition: transform .6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000px
    }

    .carousel-inner>.carousel-item.next,
    .carousel-inner>.carousel-item.active.right {
        left: 0;
        transform: translate3d(100%, 0, 0)
    }

    .carousel-inner>.carousel-item.prev,
    .carousel-inner>.carousel-item.active.left {
        left: 0;
        transform: translate3d(-100%, 0, 0)
    }

    .carousel-inner>.carousel-item.next.left,
    .carousel-inner>.carousel-item.prev.right,
    .carousel-inner>.carousel-item.active {
        left: 0;
        transform: translate3d(0, 0, 0)
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    opacity: .5
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: var(--primary-font);
    line-height: 1
}

.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev::before {
    content: "\2039"
}

.carousel-control .icon-next::before {
    content: "\203a"
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media(min-width: 544px) {

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.bg-inverse {
    color: #eceeef;
    background-color: #373a3c
}

.bg-faded {
    background-color: #f7f7f9
}

.bg-primary {
    color: #fff !important;
    background-color: #5cb85c !important
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #449d44 !important
}

.bg-success {
    color: #fff !important;
    background-color: #5cb85c !important
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #449d44 !important
}

.bg-info {
    color: #fff !important;
    background-color: #5bc0de !important
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #31b0d5 !important
}

.bg-warning {
    color: #fff !important;
    background-color: #f0ad4e !important
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #ec971f !important
}

.bg-danger {
    color: #fff !important;
    background-color: #b85c5c !important
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #9d4444 !important
}

.clearfix::after {
    content: "";
    display: table;
    clear: both
}

.pull-xs-left {
    float: left !important
}

.pull-xs-right {
    float: right !important
}

.pull-xs-none {
    float: none !important
}

@media(min-width: 544px) {
    .pull-sm-left {
        float: left !important
    }

    .pull-sm-right {
        float: right !important
    }

    .pull-sm-none {
        float: none !important
    }
}

@media(min-width: 768px) {
    .pull-md-left {
        float: left !important
    }

    .pull-md-right {
        float: right !important
    }

    .pull-md-none {
        float: none !important
    }
}

@media(min-width: 992px) {
    .pull-lg-left {
        float: left !important
    }

    .pull-lg-right {
        float: right !important
    }

    .pull-lg-none {
        float: none !important
    }
}

@media(min-width: 1200px) {
    .pull-xl-left {
        float: left !important
    }

    .pull-xl-right {
        float: right !important
    }

    .pull-xl-none {
        float: none !important
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.m-x-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.m-a-0 {
    margin: 0 !important
}

.m-t-0 {
    margin-top: 0 !important
}

.m-r-0 {
    margin-right: 0 !important
}

.m-b-0 {
    margin-bottom: 0 !important
}

.m-l-0 {
    margin-left: 0 !important
}

.m-x-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.m-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.m-a-1 {
    margin: 1rem !important
}

.m-t-1 {
    margin-top: 1rem !important
}

.m-r-1 {
    margin-right: 1rem !important
}

.m-b-1 {
    margin-bottom: 1rem !important
}

.m-l-1 {
    margin-left: 1rem !important
}

.m-x-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.m-y-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.m-a-2 {
    margin: 1.5rem !important
}

.m-t-2 {
    margin-top: 1.5rem !important
}

.m-r-2 {
    margin-right: 1.5rem !important
}

.m-b-2 {
    margin-bottom: 1.5rem !important
}

.m-l-2 {
    margin-left: 1.5rem !important
}

.m-x-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.m-y-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.m-a-3 {
    margin: 3rem !important
}

.m-t-3 {
    margin-top: 3rem !important
}

.m-r-3 {
    margin-right: 3rem !important
}

.m-b-3 {
    margin-bottom: 3rem !important
}

.m-l-3 {
    margin-left: 3rem !important
}

.m-x-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.m-y-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.p-a-0 {
    padding: 0 !important
}

.p-t-0 {
    padding-top: 0 !important
}

.p-r-0 {
    padding-right: 0 !important
}

.p-b-0 {
    padding-bottom: 0 !important
}

.p-l-0 {
    padding-left: 0 !important
}

.p-x-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.p-y-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.p-a-1 {
    padding: 1rem !important
}

.p-t-1 {
    padding-top: 1rem !important
}

.p-r-1 {
    padding-right: 1rem !important
}

.p-b-1 {
    padding-bottom: 1rem !important
}

.p-l-1 {
    padding-left: 1rem !important
}

.p-x-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.p-y-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.p-a-2 {
    padding: 1.5rem !important
}

.p-t-2 {
    padding-top: 1.5rem !important
}

.p-r-2 {
    padding-right: 1.5rem !important
}

.p-b-2 {
    padding-bottom: 1.5rem !important
}

.p-l-2 {
    padding-left: 1.5rem !important
}

.p-x-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.p-y-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.p-a-3 {
    padding: 3rem !important
}

.p-t-3 {
    padding-top: 3rem !important
}

.p-r-3 {
    padding-right: 3rem !important
}

.p-b-3 {
    padding-bottom: 3rem !important
}

.p-l-3 {
    padding-left: 3rem !important
}

.p-x-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.p-y-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pos-f-t {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-xs-left {
    text-align: left !important
}

.text-xs-right {
    text-align: right !important
}

.text-xs-center {
    text-align: center !important
}

@media(min-width: 544px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media(min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media(min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-normal {
    font-weight: 400
}

.font-weight-bold {
    font-weight: 700
}

.font-italic {
    font-style: italic
}

.text-muted {
    color: #818a91 !important
}

a.text-muted:focus,
a.text-muted:hover {
    color: #687077
}

.text-primary {
    color: #5cb85c !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #449d44
}

.text-success {
    color: #5cb85c !important
}

a.text-success:focus,
a.text-success:hover {
    color: #449d44
}

.text-info {
    color: #5bc0de !important
}

a.text-info:focus,
a.text-info:hover {
    color: #31b0d5
}

.text-warning {
    color: #f0ad4e !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ec971f
}

.text-danger {
    color: #b85c5c !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #9d4444
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.invisible {
    visibility: hidden !important
}

.hidden-xs-up {
    display: none !important
}

@media(max-width: 543px) {
    .hidden-xs-down {
        display: none !important
    }
}

@media(min-width: 544px) {
    .hidden-sm-up {
        display: none !important
    }
}

@media(max-width: 767px) {
    .custom-cart .cart-block {
        display: none;
    }

    .hidden-sm-down {
        display: none !important
    }
}

@media(min-width: 768px) {
    .hidden-md-up {
        display: none !important
    }
}

@media(max-width: 991px) {
    .hidden-md-down {
        display: none !important
    }
}

@media(min-width: 992px) {
    .hidden-lg-up {
        display: none !important
    }
}

@media(max-width: 1199px) {
    .hidden-lg-down {
        display: none !important
    }
}

@media(min-width: 1200px) {
    .hidden-xl-up {
        display: none !important
    }
}

.hidden-xl-down {
    display: none !important
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.flex-xs-first {
    order: -1
}

.flex-xs-last {
    order: 1
}

.flex-items-xs-top {
    align-items: flex-start
}

.flex-items-xs-middle {
    align-items: center
}

.flex-items-xs-bottom {
    align-items: flex-end
}

.flex-xs-top {
    align-self: flex-start
}

.flex-xs-middle {
    align-self: center
}

.flex-xs-bottom {
    align-self: flex-end
}

.flex-items-xs-left {
    justify-content: flex-start
}

.flex-items-xs-center {
    justify-content: center
}

.flex-items-xs-right {
    justify-content: flex-end
}

.flex-items-xs-around {
    justify-content: space-around
}

.flex-items-xs-between {
    justify-content: space-between
}

@media(min-width: 544px) {
    .flex-sm-first {
        order: -1
    }

    .flex-sm-last {
        order: 1
    }
}

@media(min-width: 544px) {
    .flex-items-sm-top {
        align-items: flex-start
    }

    .flex-items-sm-middle {
        align-items: center
    }

    .flex-items-sm-bottom {
        align-items: flex-end
    }
}

@media(min-width: 544px) {
    .flex-sm-top {
        align-self: flex-start
    }

    .flex-sm-middle {
        align-self: center
    }

    .flex-sm-bottom {
        align-self: flex-end
    }
}

@media(min-width: 544px) {
    .flex-items-sm-left {
        justify-content: flex-start
    }

    .flex-items-sm-center {
        justify-content: center
    }

    .flex-items-sm-right {
        justify-content: flex-end
    }

    .flex-items-sm-around {
        justify-content: space-around
    }

    .flex-items-sm-between {
        justify-content: space-between
    }
}

@media(min-width: 768px) {
    .flex-md-first {
        order: -1
    }

    .flex-md-last {
        order: 1
    }
}

@media(min-width: 768px) {
    .flex-items-md-top {
        align-items: flex-start
    }

    .flex-items-md-middle {
        align-items: center
    }

    .flex-items-md-bottom {
        align-items: flex-end
    }
}

@media(min-width: 768px) {
    .flex-md-top {
        align-self: flex-start
    }

    .flex-md-middle {
        align-self: center
    }

    .flex-md-bottom {
        align-self: flex-end
    }
}

@media(min-width: 768px) {
    .flex-items-md-left {
        justify-content: flex-start
    }

    .flex-items-md-center {
        justify-content: center
    }

    .flex-items-md-right {
        justify-content: flex-end
    }

    .flex-items-md-around {
        justify-content: space-around
    }

    .flex-items-md-between {
        justify-content: space-between
    }
}

@media(min-width: 992px) {
    .flex-lg-first {
        order: -1
    }

    .flex-lg-last {
        order: 1
    }
}

@media(min-width: 992px) {
    .flex-items-lg-top {
        align-items: flex-start
    }

    .flex-items-lg-middle {
        align-items: center
    }

    .flex-items-lg-bottom {
        align-items: flex-end
    }
}

@media(min-width: 992px) {
    .flex-lg-top {
        align-self: flex-start
    }

    .flex-lg-middle {
        align-self: center
    }

    .flex-lg-bottom {
        align-self: flex-end
    }
}

@media(min-width: 992px) {
    .flex-items-lg-left {
        justify-content: flex-start
    }

    .flex-items-lg-center {
        justify-content: center
    }

    .flex-items-lg-right {
        justify-content: flex-end
    }

    .flex-items-lg-around {
        justify-content: space-around
    }

    .flex-items-lg-between {
        justify-content: space-between
    }
}

@media(min-width: 1200px) {
    .flex-xl-first {
        order: -1
    }

    .flex-xl-last {
        order: 1
    }
}

@media(min-width: 1200px) {
    .flex-items-xl-top {
        align-items: flex-start
    }

    .flex-items-xl-middle {
        align-items: center
    }

    .flex-items-xl-bottom {
        align-items: flex-end
    }
}

@media(min-width: 1200px) {
    .flex-xl-top {
        align-self: flex-start
    }

    .flex-xl-middle {
        align-self: center
    }

    .flex-xl-bottom {
        align-self: flex-end
    }
}

@media(min-width: 1200px) {
    .flex-items-xl-left {
        justify-content: flex-start
    }

    .flex-items-xl-center {
        justify-content: center
    }

    .flex-items-xl-right {
        justify-content: flex-end
    }

    .flex-items-xl-around {
        justify-content: space-around
    }

    .flex-items-xl-between {
        justify-content: space-between
    }
}

.tag-default {
    color: #fff !important;
    font-size: .8rem;
    padding-top: .1rem;
    padding-bottom: .1rem;
    white-space: nowrap;
    margin-right: 3px;
    margin-bottom: .2rem;
    display: inline-block
}

.tag-default:hover {
    text-decoration: none
}

.tag-default.tag-outline {
    border: 1px solid #ddd;
    color: #aaa !important;
    background: 0 0 !important
}

ul.tag-list {
    padding-left: 0 !important;
    display: inline-block;
    list-style: none !important
}

ul.tag-list li {
    display: inline-block !important
}

.navbar-brand {
    font-family: var(--primary-font);
    font-size: 1.5rem !important;
    padding-top: 0 !important;
    margin-right: 2rem !important;
    color: #5cb85c !important
}

.nav-link .user-pic {
    height: 26px;
    border-radius: 50px;
    float: left;
    margin-right: 5px
}

.nav-link:hover {
    transition: .1s all
}

.nav-pills.outline-active .nav-link {
    border-radius: 0;
    border: none;
    border-bottom: 2px solid transparent;
    background: 0 0;
    color: #aaa
}

.nav-pills.outline-active .nav-link:hover {
    color: #555
}

.nav-pills.outline-active .nav-link.active {
    background: #fff !important;
    border-bottom: 2px solid #5cb85c !important;
    color: #5cb85c !important
}

footer {
    /* background:#f3f3f3; */
    /* margin-top:3rem; */
    /* padding:1rem 0; */
    /* position:absolute; */
    /* bottom:0; */
    /* width:100%; */
}

footer .logo-font {
    vertical-align: middle
}

footer .attribution {
    vertical-align: middle;
    margin-left: 10px;
    font-size: .8rem;
    color: #bbb;
    font-weight: 300
}

.error-messages {
    color: #b85c5c !important;
    font-weight: 700
}

.banner {
    color: #fff;
    /* background:#333; */
    padding: 2rem;
    margin-bottom: 2rem
}

.banner h1 {
    text-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    margin-bottom: 0
}

.container.page {
    margin-top: 1.5rem
}

.preview-link {
    color: inherit !important
}

.preview-link:hover {
    text-decoration: inherit !important
}

.article-meta {
    display: block;
    position: relative;
    font-weight: 300
}

.article-meta img {
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    width: 32px;
    border-radius: 30px
}

.article-meta .info {
    margin: 0 1.5rem 0 .3rem;
    display: inline-block;
    vertical-align: middle;
    line-height: 1rem
}

.article-meta .info .author {
    display: block;
    font-weight: 500 !important
}

.article-meta .info .date {
    color: #bbb;
    font-size: .8rem;
    display: block
}

.article-preview {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 1.5rem 0
}

.article-preview .article-meta {
    margin: 0 0 1rem
}

.article-preview .preview-link h1 {
    font-weight: 600 !important;
    font-size: 1.5rem !important;
    margin-bottom: 3px
}

.article-preview .preview-link p {
    font-weight: 300;
    font-size: 24px;
    color: #999;
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 1.3rem
}

.article-preview .preview-link span {
    max-width: 30%;
    font-size: .8rem;
    font-weight: 300;
    color: #bbb;
    vertical-align: middle
}

.article-preview .preview-link ul {
    float: right;
    max-width: 50%;
    vertical-align: top
}

.article-preview .preview-link ul li {
    font-weight: 300;
    font-size: .8rem !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.btn .counter {
    font-size: .8rem !important
}

.home-page .banner {
    background: #5cb85c;
    box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, .3), inset 0 -8px 8px -8px rgba(0, 0, 0, .3)
}

.home-page .banner p {
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 300 !important;
    margin-bottom: 0
}

.home-page .banner h1 {
    text-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    font-weight: 700 !important;
    text-align: center;
    font-size: 3.5rem;
    padding-bottom: .5rem
}

.home-page .feed-toggle {
    margin-bottom: -1px
}

.home-page .sidebar {
    padding: 5px 10px 10px;
    background: #f3f3f3;
    border-radius: 4px
}

.home-page .sidebar p {
    margin-bottom: .2rem
}

.article-page .banner {
    padding: 2rem 0
}

.article-page .banner h1 {
    font-size: 2.8rem;
    font-weight: 600
}

.article-page .banner .btn {
    opacity: .8
}

.article-page .banner .btn:hover {
    transition: .1s all;
    opacity: 1
}

.article-page .banner .article-meta {
    margin: 2rem 0 0
}

.article-page .banner .article-meta .author {
    color: #fff
}

.article-page .article-content p {
    font-family: var(--primary-font);
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-bottom: 2rem
}

.article-page .article-content h1,
.article-page .article-content h2,
.article-page .article-content h3,
.article-page .article-content h4,
.article-page .article-content h5,
.article-page .article-content h6 {
    font-weight: 500 !important;
    margin: 1.6rem 0 1rem
}

.article-page .article-actions {
    text-align: center;
    margin: 1.5rem 0 3rem
}

.article-page .article-actions .article-meta .info {
    text-align: left
}

.article-page .comment-form .card-block {
    padding: 0
}

.article-page .comment-form .card-block textarea {
    border: 0;
    padding: 1.25rem
}

.article-page .comment-form .card-footer .btn {
    font-weight: 700;
    float: right
}

.article-page .comment-form .card-footer .comment-author-img {
    height: 30px;
    width: 30px
}

.article-page .card {
    border: 1px solid #e5e5e5;
    box-shadow: none !important
}

.article-page .card .card-footer {
    border-top: 1px solid #e5e5e5;
    box-shadow: none !important;
    font-size: .8rem;
    font-weight: 300
}

.article-page .card .comment-author-img {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    border-radius: 30px
}

.article-page .card .comment-author {
    display: inline-block;
    vertical-align: middle
}

.article-page .card .date-posted {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    color: #bbb
}

.article-page .card .mod-options {
    float: right;
    color: #333;
    font-size: 1rem
}

.article-page .card .mod-options i {
    margin-left: 5px;
    opacity: .6;
    cursor: pointer
}

.article-page .card .mod-options i:hover {
    opacity: 1
}

.profile-page .user-info {
    text-align: center;
    background: #f3f3f3;
    padding: 2rem 0 1rem
}

.profile-page .user-info .user-img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin-bottom: 1rem
}

.profile-page .user-info h4 {
    font-weight: 700
}

.profile-page .user-info p {
    margin: 0 auto .5rem;
    color: #aaa;
    max-width: 450px;
    font-weight: 300
}

.profile-page .user-info .action-btn {
    float: right;
    color: #999;
    border: 1px solid #999
}

.profile-page .articles-toggle {
    margin: 1.5rem 0 -1px
}

.editor-page .tag-list i {
    font-size: .6rem;
    margin-right: 5px;
    cursor: pointer
}

.custom-cart {
    position: relative;
}

.custom-cart button a {
    position: absolute;
    top: -5px;
    right: -11px;
}

.custom-cart button a {
    display: inline;
    background: var(--linear-background);
    padding: 6px 8px;
    border-radius: 50px;
    font-size: 10px;
    color: #fff;
    line-height: normal;
}

.custom-cart .h-full a:hover {
    /* color:#fff !important; */
}

.category-filter {
    padding: 8px 12px;
    min-width: 40px;
    min-height: 40px;
    background: #FCFCFC !important;
    border: 1px solid rgba(89, 89, 89, 0.10000000149011612) !important;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: 14px;
    display: inline-block;
    /* margin-right: 10px; */
    cursor: pointer;
}

.cat-fil-img {
    width: 16px !important;
    height: 16px;
    margin-right: 6px;
    border-radius: 0 !important;
}

.category-filter span {
    color: #333;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 12px;
}

.cat-swiper {
    height: auto !important;
}

.cat-swiper .swiper-slide {
    width: auto !important;
}

.brand-list-align {
    width: 44px !important;
    border-radius: 0 !important;
}

.mob-f-prod {
    justify-content: space-between;
}

.mob-f-prod h4 {
    font-size: 10px;
    font-weight: 100;
    margin: 0;
}

.desk-shop {
    position: absolute;
    right: 0px;
    border-left: 1px solid;
    padding: 18px;
}

.desk-shop svg {
    font-size: 20px;
}

.collection-img {
    border-radius: 14px !important;
    height: 230px;
    width: 400px;
    object-fit: cover;
}

.collection-card {
    position: relative;
}

.collection-udetail {
    display: flex;
    position: absolute;
    top: 10px;
    right: 7px;
    z-index: 10;
}

.c-user img {
    width: 14px;
    border-radius: 2px !important;
    margin-right: 5px;
}

.c-user span {
    font-size: 8px;
}

.collection-udetail div {
    background: rgb(13 14 14 / 50%);
    border-radius: 6px;
    padding: 0px 6px;
    color: #fff;
    min-width: 22px;
    text-align: center;
}

.c-user {
    margin-right: 4px;
}

.collection-content {
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 0 30px;
    z-index: 2;
    color: #fff;
    width: 100%;
}

.collection-content h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.collection-content p {
    font-size: 10px;
    margin-bottom: 10px;
    color: #fff !important;
}

.collection-card:before {
    content: '';
    background: rgb(0 0 0 / 32%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 14px;
}

.collection-sm-img {
    height: 115px;
    width: 124px;
    object-fit: cover;
}

.collection-md-img {
    width: 263px;
    object-fit: cover;
    height: 230px;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
    border-right: 2px solid #000;
}

.collection-container {
    position: fixed;
    top: 0;
    height: 100%;
    right: 0;
    width: 100%;
    z-index: 9999;
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    padding: 15px;
}

.collection-banner {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    border-radius: 16px;
    max-width: 50%;
    margin: 0 auto;
}

.collection-page-container .user-content {
    max-width: 70%;
    margin: 0 auto;
}

.collection-card-2 {
    background: #FCFCFC;
    border-radius: 16px;
    border: 1px solid #5959591c;
    position: relative;
}

.collection-content-2 {
    padding: 18px 12px 12px;
}

.collection-content-2 h4 {
    font-size: 15px;
    color: #555555;
    margin-bottom: 6px;
}

.collection-content-2 p {
    font-size: 10px;
    color: #888888;
    min-height: 30px;
}

.collection-card-2 .collection-img {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    height: 175px;
}

.collection-card-2 .collection-udetail {
    flex-direction: column;
    gap: 3px;
}

.collection-card-2 .collection-md-img {
    height: 175px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 16px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.collection-card-2 .collection-sm-img {
    height: 87.5px;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
}

.create-collection-popup .panel-body {
    width: 100%;
    padding: 20px !important;
    text-align: center;
}

.pure-modal.create-collection-popup {
    width: 500px;
}

.upld-container {
    border: 1px dashed;
    width: 200px;
    padding: 20px;
    border-radius: 16px;
    text-align: center;
    margin: 0 auto;
    background: #fff;
}

.upld-container label {
    text-align: center;
    cursor: pointer;
}

.upld-container h5 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    color: #555555;
}

.preview-box {
    position: relative;
    width: auto;
    overflow: hidden;
    border-radius: 5px;
    object-fit: cover;
    max-height: 65px;
    margin-top: 10px;
}

.preview-box img {
    height: 65px;
    object-fit: cover;
    border-radius: 5px;
}

.rm-col-img {
    position: absolute;
    top: 3px;
    right: 3px;
    background: rgba(255, 0, 0, 0.8);
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

::placeholder {
    color: #555555 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}

textarea::placeholder {
    color: #555555 !important;
    font-size: 12px !important;
}

.col-sts {
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 8px;
    padding: 10.5px 20px;
    font-size: 12px;
    font-weight: 600;
    color: #555555;
    width: 185px;
    cursor: pointer;
}

.create-collection-popup .panel-body span {
    font-size: 8px;
    color: #555555;
}

.col-btn {
    background: #FCFCFC;
    border-radius: 16px;
    border: 1px solid #5959591c;
    padding: 15px;
    line-height: 0;
    font-size: 14px;
    font-weight: 500;
}

.d2-img {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.btn-col {
    color: #fff;
    font-size: 12px !important;
    background: #888888;
    margin-bottom: 40px;
    margin-top: 20px;
    border-radius: 12px;
}

.c-user a {
    color: #f5f5f5;
}

.c-user a:hover {
    color: #fff !important;
}

.user-tab .nav-tabs {
    width: auto;
    display: inline-flex;
}

.user-exp .loader {
    display: none;
}

.user-exp .brand-img {
    border-radius: 2px !important;
    margin-right: 4px;
}

.user-exp .play-icon-n span {
    margin-top: 5px !important;
}

.col-popup {
    /* background: rgb(5 21 29 / 38%); */
    padding: 20px 20px 10px 20px;
    border-radius: 15px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 24px;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 99;
    bottom: 0px;
    background: #434B4F;
    backdrop-filter: blur(8.5px);
    color: #fff;
    max-height: 25rem;
}

.col-lst ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    /* border-bottom: 1px solid #ddd; */
    background: transparent;
}

.col-lst ul li div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.col-lst ul li h5 {
    flex: 1;
    margin: 0;
    text-align: left;
    font-size: 11px;
    font-weight: 400;
}

.col-lst ul li img {
    max-width: 40px;
    height: auto;
    border-radius: 6px;
}

.col-popup span {
    font-size: 12px;
    padding-bottom: 12px;
    display: inline-block;
}

.col-popup ul li label {
    cursor: pointer;
}

.collection-page .button.col-btn {
    display: block;
}

.button.col-btn {
    display: none;
}

.collection-page .button.col-btn.pop-btn {
    display: none;
}

.button.col-btn.pop-btn {
    display: inline-block;
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 15px;
}

/* review popup collection css  */
.col-lst .pure-modal-backdrop {
    top: -503px;
    padding: 20px;
    overflow: hidden;
    /* background: rgb(0 0 0 / 79%) !important; */
}

.col-lst .upld-container h5 {
    font-size: 11px;
}

.col-lst .preview-box img {
    height: 30px;
}

.col-lst .upld-container {
    border: 1.5px dashed #555555;
}

.col-lst .form-control {
    border: 0;
    font-size: 12px !important;
}

.col-sts {
    background: #fff;
    width: 140px;
}

.col-sts {
    background: #fff;
    width: 140px;
}

.col-lst .load-more {
    width: 100%;
    border: 2px solid #c33764;
    margin-top: 5px !important;
    border-radius: 8px;
    background: #fff;
    color: #555555;
}

.col-lst .create-collection-popup .panel-body span {
    color: #fff;
    display: none;
}

.col-lst .pure-modal .close {
    top: -34px;
    right: -10px;
    background: transparent !important;
}

.profile-review li:nth-child(4) {
    cursor: pointer;
}

.col-lst .pure-modal .close svg {
    color: #fff !important;
    ;
}

.col-lst .pure-modal .close svg path {
    stroke: #fff;
}

.cols-thumb {
    height: 30px !important;
    width: 30px;
    object-fit: cover;
}

.edit-profile-modal {
    width: auto !important;
}

.edit-profile-modal .panel-body {
    max-width: 500px;
    padding: 20px !important;
    overflow-y: scroll !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.edit-profile-form label {
    font-size: 12px;
}

.edit-profile-form .form-group {
    margin-top: 0px !important;
    margin-bottom: 8px;
}

.edit-profile-form input {
    font-size: 12px !important;
}

.prfl-img {
    position: relative;
    width: 100px;
    margin: 0 auto;
    border: 1px solid rgb(89 89 89 / 31%);
    border-radius: 8px;
    padding: 8px;
}

.prfl-img .prfl-icon {
    width: 20px;
    position: absolute;
    bottom: -6px;
    right: -8px;
}

.form-group.flex-fill {
    position: relative;
}

.input-icon {
    position: absolute;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
    height: 38px;
    width: 150px;
    border-right: 1px solid #ddd;
}

.input-icon img {
    position: absolute;
    bottom: 50%;
    top: 33%;
    left: 12px;
    /* transform: translate(-47%, -50%); */
}

.form-group.flex-fill input {
    padding-left: 36%;
}

.edit-profile-modal.login-alert-box .panel-body {
    max-width: 400px;
}

.login-alert-box {
    width: 400px !important;
}

.login-alert-content {
    margin-bottom: 20px;
    padding: 20px;
}

.follow-u-img {
    width: 35px !important;
    border-radius: 5px !important;
    height: 35px;
    object-fit: cover;
    margin-right: 10px;
}

.follow-list .nav.nav-tabs:after {
    bottom: 3px !important;
}

.spin {
    position: absolute;
    right: 12px;
    top: 5px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s ease-in-out infinite;
}

.add-to-collection-btn {
    position: absolute;
    top: 12px;
    right: 10px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    /* Keep icons aligned to the right */
    gap: 2px;
    /* space between rows */
    z-index: 9;
}

.add-to-collection-btn div,
.add-to-collection-btn a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    /* spacing between text and icon */
}

.add-to-collection-btn div span,
.add-to-collection-btn a span {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
    white-space: nowrap;
    /* prevents text wrapping */
}

.add-to-collection-btn div:hover span,
.add-to-collection-btn a:hover span {
    opacity: 1;
    visibility: visible;
}

.add-to-collection-btn img {
    width: 35px;
    margin-bottom: 6px;
}

.gradient-text {
    background: linear-gradient(90deg, #e7a6b3 0%, #b254a3 50%, #5c2da0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* for Firefox */
    /* font-weight: bold; */
}

.col-popup {
    border-radius: 0px;
    max-width: 300px;
    left: unset;
    right: 0;
    top: 0;
    max-height: 100vh;
    overflow-y: scroll;
    z-index: 999;
}

.col-close {
    opacity: 1;
    text-shadow: none;
    color: #777;
    font-size: 10px;
    background: #fff;
    border-radius: 5px !important;
    padding: 4px 5px 2px;
    right: 20px;
    left: unset;
    font-weight: 700;
    line-height: 1;
    position: absolute !important;
}

.e-prod {
    padding: 0px 15px;
}

.collection-page.wishlist-page .button.col-btn.pop-btn {
    display: block;
}

.collection-page.wishlist-page .col-close {
    display: none !important;
}

.w-colpop {
    padding: 10px;
}

.collection-page.wishlist-page .button.col-btn.pop-btn {
    display: none;
}

.user-tab {
    text-align: center;
}

.tryon-popup {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
}

.tryon-popup h4 {
    margin-bottom: 40px;
}

.tryon-demo li {
    font-size: 12px;
    padding-top: 12px;
}

.tryon-demo .t-sample-icon {
    width: 18px;
}

.uploaded-img img {
    border-radius: 16px;
}

.chat-msg {
    border-radius: 16px;
    width: 23%;
    position: fixed;
    bottom: 14px;
    box-shadow: 0 2px 6px #af316d82;
}

.ew-16 {
    width: 16px;
}

.un-name {
    color: #555555;
    font-size: 12px;
    padding-left: 6px;
}

.chat-time {
    font-size: 7px;
    color: #888888;
}

.chat-text {
    font-size: 14px;
    color: #555555;
}

.gry-chat {
    background: #F5F5F5;
    padding: 10px;
    border-radius: 8px;
}

.chatbox-input textarea {
    /* height: 30px; */
    margin-bottom: 10px;
    width: 100%;
    resize: none;
    background: transparent;
    font-size: 12px;
}

.msgs-list {
    max-height: 385px;
    overflow-y: auto;
}

.search-page {
    padding: 20px 0px 60px 0px;
}

.search-page .tab-content {
    max-height: 500px;
    overflow-y: auto;
}

.bdr-radius {
    border-radius: 2px;
}

.sidebar-popup .btn-prm:hover {
    color: #fff !important;
}

.user-content p {
    max-width: 50%;
    margin: auto;
}

.tab-full-height .tab-content {
    max-height: 100% !important;
}

.mobile-tryon-popup {
    position: fixed;
    bottom: 0;
    transform: unset;
    left: 0;
    top: unset;
    padding: 0px 15px 15px 15px;
    background: rgb(5 21 29 / 50%);
    /* semi-transparent */
    backdrop-filter: blur(10px);
    /* applies blur effect */
    -webkit-backdrop-filter: blur(10px);
    /* for Safari */
    z-index: 9999999;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    color: #fff;
    width: 100%;
}

.mobile-tryon-popup h4 {
    margin: 10px 0 20px 0;
    font-size: 20px;
}

.mobile-tryon-popup .tryon-demo {
    justify-content: space-around;
}

.img-h-try {
    max-width: 120px;
}

.common-sidebar img {
    /* width: 18px; */
    margin-right: 5px;
}

.common-sidebar {
    font-size: 14px;
    padding-left: 0px;
    padding-top: 25px;
    position: relative;
    height: 100vh;
}

.common-sidebar .logo-container {
    padding-bottom: 15px;
}

.sidebar-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}

.sidebar-menu a img {
    width: 18px;
}

.sidebar-menu li {
    margin-bottom: 12px;
    color: #555555 !important;
    font-weight: 500 !important;
    font-size: 16px;
}

.new-gradient-btn {
    background: linear-gradient(135deg, #fbe9e7 0%, #d17ea6 25%, #a84ca5 50%, #673ab7 75%, #ede7f6 100%) !important;
    border: none;
    width: 100%;
}

.sidebar-menu li a {
    color: #555555 !important;
    font-weight: 500 !important;
    font-size: 16px;
}

.sidebar-menu li a:hover {
    color: #c33764 !important;
}

.content-overflow {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    padding-bottom: 6rem;
    /* padding-right: 15px; */
    padding-top: 40px;
}

.f-reviews-item {
    display: inline-block;
    margin: 0px 10px 0px 0px;
    flex-grow: 1;
    position: relative;
}

.f-reviews-item:last-child {
    margin-right: 0;
}

.f-reviews-item .featured-product-content {
    left: 0;
    padding: 5px 15px;
    width: auto;
    border-radius: 8px;
}

.f-reviews-item .featured-product-content span {
    font-size: 10px;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-toggle {
    color: #555555 !important;
    font-weight: 500;
    font-size: 16px;
}

.dropdown-menu.show a {
    font-size: 14px;
}

.dropdown-toggle::after {
    display: none;
}

/* #search-result-tabs-tabpane-all .featured-product img {
    width: auto;
}

#search-result-tabs-tabpane-all .featured-product {
    text-align: center;
} */

.copy-alert {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #333;
    color: #fff;
    padding: 12px 20px;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
    z-index: 9999;
    font-family: sans-serif;
}

.copy-alert.show {
    opacity: 1;
}

.tagged-products li {
    margin-right: 0px;
    padding: 3px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.tagged-products li img {
    margin-right: 0px !important;
    width: 40px !important;
}

.tagged-products ul {
    display: flex;
    gap: 10px;
}

.tagged-brands {
    display: flex;
    font-size: 11px;
    gap: 4px;
    margin-bottom: 10px;
}

.tagged-brands a {
    color: #38383887;
}

@media(min-width:1200px) {
    .search-page .tab-content {
        max-height: 600px
    }
}

.copyright-section {
    padding: 5px 0;
    /* border-top: 1px solid #eee; */
    text-align: left;
}

.copyright-section .copyright-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.copyright-section .copyright-links li {
    display: inline;
    margin-right: 5px;
    font-size: 9px;
}

.copyright-section .copyright-text {
    margin-top: 10px;
    font-size: 8px;
    color: #999;
}

.copyright-links a {
    color: #545454c7
}

.row:has(.search-page) .common-sidebar {
  display: none;
}
.row:has(.trendsettr-page) .common-sidebar {
  display: none;
}

.collection-banner-container {
    position: relative;
}

.col-edit {
    position: absolute;
    top: 4%;
    right: 26%;
    background: #fff;
    border-radius: 6px;
    padding: 5px 10px;
    cursor: pointer;
}

.company-buttons.nor .following {
    margin-left: 0px;
    /* margin-right: 10px; */
}

.company-buttons.loc .following {
    margin-left: 0px;
    /* margin-right: 10px; */
}

.company-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.desk-tagged-products ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.desk-tagged-products li {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.tagged-popup-desk {
    background: rgb(7 22 29 / 75%);
    backdrop-filter: blur(1px);
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
}

.tagged-popup-desk .tagged-brands a {
    color: #fff;
}

.tagged-popup-desk .tagged-brands a:hover {
    color: #ddd !important;
}

.body-modal-fix {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.pure-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.backdrop-overflow-hidden {
  overflow: hidden !important;
}

.pure-modal-backdrop .pure-modal {
  width: 300px;
  max-width: 100%;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  max-height: 100%;
}

.pure-modal.auto-height {
  position: static;
}

.pure-modal-backdrop.scrollable {
  overflow-y: auto;
}

.pure-modal-backdrop .panel {
  display: grid;
  grid-template-rows: repeat(3, min-content);
}
.pure-modal-backdrop:not(.scrollable) .panel {
  grid-template-rows: min-content minmax(0, 1fr) min-content;
  max-height: -moz-available;
  max-height: -webkit-fill-available;
  max-height: fill-available;
  height: 100%;
}

.pure-modal > * > * {
  flex: 0 0 auto;
}

.pure-modal > * > .scrollable {
  overflow-x: hidden;
  overflow-scrolling: touch;
}

@media (max-width: 480px) {
  .pure-modal-backdrop .pure-modal {
    width: 100%;
  }
}

.pure-modal .panel-body {
  background-color: #fff;
}

.pure-modal .panel-heading {
  background: rgb(240, 240, 240);
}

.pure-modal .panel-title {
  padding: 12px 45px 12px 15px;
  margin: 0;
}

.pure-modal .close {
  right: 10px;
  top: 10px;
  z-index: 1;
  background: rgba(240, 240, 240, 0.8);
  width: 30px;
  color: rgb(140, 140, 140);
  transition: color ease-in-out 0.1s;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}

.pure-modal .panel-heading .close:hover {
  color: #000;
}

.pure-modal .panel-body {
  padding: 15px;
}

.pure-modal .panel-footer {
  padding: 12px 45px 12px 15px;
  background: rgb(240, 240, 240);
}

.pure-modal .panel-body,
.pure-modal .panel-footer,
.pure-modal .panel-title {
  word-break: break-all;
}

.pure-modal-backdrop .additional-row {
  display: grid;
  grid-template-rows: min-content minmax(0, 1fr) min-content min-content;
}

.pure-modal-backdrop:not(.scrollable) .additional-row {
  display: grid;
  grid-template-rows: min-content minmax(0, 1fr) min-content min-content;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  padding: 0px 2px 0px 2px;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.close-button svg {
    font-size: 13px;
    font-weight: bold;
}

.item .featured-product img {
    max-height: 100%;
}

.similar-products-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}

/* 4 items per row */
.similar-product-card {
  flex: 0 0 calc(25% - 15px);
}

.trend-deal-list-item {
    background: url("https://apps.examinatr.com/assets/img/product.jpg") no-repeat right center;
    background-size: contain;
    aspect-ratio: 3 / 1; /* tweak this to match image */
    padding: 10px 15px;
    color: #fff;
    /* margin-bottom: 10px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 110px;
}

.trend-deal-list-item h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.trend-deal-list-item p {
    font-size: 11px;
}

.trend-bdr {
    border-right: 1px solid #888888;
    height: 88dvh;
}

.step-bars {
    display: flex;
    gap: 12px;
    width: 100%;
    max-width: 500px;
}

.bar.b-active {
    background: linear-gradient(90deg, #6a11cb 0%, #d63384 100%);
}

.bar {
    flex: 1;
    height: 6px;
    background: #f1f1f1;
    border-radius: 10px;
}