.payment-notification > .alert-danger > .alert-close {
    color: #fff;
}

.payment-notification {
    width: 100%;
    position: fixed;
    z-index: 100000;
    bottom: 0;
    background-color: #ffffff;
}

.bottom_promotional_bars {
    width: 100%;
    position: fixed;
    z-index: 100000;
    bottom: 0;
}

/*No payment gateway banner and bottom of page*/
.notification-text {
    font-weight: bold;
    color: white !important;
    font-size: 20px;
}

.notification-text a {
    font-weight: bold;
    color: white !important;
    font-size: 20px;
}

.notification-text a.btn {
    background-color: #0c88e0 !important;
}

/*No payment gateway banner and bottom of page*/
.payment-notification > div {
    background-color: red;
}

.hidden {
    display: none;
}

/*Spinner overlay*/
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    cursor: pointer;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*Implement pnotify CSS*/
.ui-pnotify.md {
    width: auto !important;
}

.ui-pnotify.md .ui-pnotify-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    background: #323232;
    color: #FFFFFF;
    min-height: 4.8rem !important;
    height: 4.8rem !important;
    border-radius: 2px;
    padding: 1.4rem 2.4rem;
}

.ui-pnotify.md .ui-pnotify-container .ui-pnotify-title,
.ui-pnotify.md .ui-pnotify-container .ui-pnotify-icon,
.ui-pnotify.md .ui-pnotify-container .ui-pnotify-closer,
.ui-pnotify.md .ui-pnotify-container .ui-pnotify-sticker {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.ui-pnotify.md .ui-pnotify-container .ui-pnotify-text {
    white-space: nowrap;
    margin-right: 2.4rem;
    line-height: 2rem;
}

.ui-pnotify.md .ui-pnotify-container .ui-pnotify-action-bar {
    margin: 0 0 0 auto !important;
    text-align: left !important;
}

.ui-pnotify.md .ui-pnotify-container .ui-pnotify-action-bar .btn.btn-link {
    padding: 0;
    color: #F44336;
}

.ui-pnotify.md.multiline .ui-pnotify-container {
    height: auto !important;
    min-height: 8rem !important;
    padding: 2.4rem;
}

.ui-pnotify.md.multiline .ui-pnotify-container .ui-pnotify-text {
    max-width: 240px;
    width: 240px;
    line-height: 1.5;
    white-space: normal;
}

.ui-pnotify.md.multiline.action-on-bottom .ui-pnotify-container {
    max-width: 376px;
    min-height: 12.2rem !important;
    padding: 2.4rem 2.4rem 1.4rem 2.4rem;
}

.ui-pnotify.md.multiline.action-on-bottom .ui-pnotify-container .ui-pnotify-text {
    max-width: none;
    width: 100%;
    margin: 0 0 1.4rem 0;
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row.is-flex {
    display: flex;
    flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.owl-carousel .owl-nav .disabled {
    display: none;
}


.product-attribute-popover {
    background-color: #efefef;
    border: none;
    padding: 5px 11px;
    margin-left: 5px;
    border-radius: 50% 50%;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

.product-attribute-popover:hover {
    color: #000;
}

/* reviews widget */
.widget-reviews p:not(.review-reply) {
    margin: 0 0 0.2rem;
}
.box-container {
    padding-left: 0;
    padding-top: 1rem;
}
.review-reply {
    color: var(--dark);
    border-left: 3px solid #ddd;
    background-color: #f2f2f2;
    padding: 8px 16px;
    word-break: break-word;

}
.review-reply span {
    word-break: break-word;
}
.review-box:not(:last-child) {
    border-bottom: 1px solid #f3f3f3;
}

.text-small {
    font-size: 0.7rem;
    color: #a6a6a6;
}

.avatar {
    width: 4rem;
    min-width: 4rem;
    height: 4rem;
    line-height: 4rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 1.7rem;
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
    background-color: #3C4252
}

.pull-right {
    float: right;
}

.verified-tag {
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    background-color: #333;
    padding: 3px 7px;
    text-align: center;
}

.widget-reviews .rating-stars p {
    margin-top: 0.8rem;
}

.review-description {
    width: calc(100% - 64px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.review-description p {
    word-break: break-word;
    text-align: left;
}
.review-gallery__picture-wrapper {
    width: 8rem;
    height: 8rem;
    overflow: hidden;
}

.review-gallery__picture:hover {
    border: 2px solid #0da9ef;
    cursor: zoom-in;
}

.review-gallery__picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviews-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
}

.review-card {
    background-color: #f7f7f7;
    margin-top: 15px;
    border-color: #f7f7f7;
    padding: 0.8rem;
}

/* .review-card .review-reply {
    background-color: #e9e9e9;
} */

.review-card .review-gallery__picture-wrapper {
    width: 100%;
    height: 250px;
}

ul.share-review-dropdown-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    box-shadow: none;
    border: none;
}

#share-review-button:hover {
    color: #0da9ef;
}

.rating-stars, .rating-stars--widget {
    display: inline;
}

.rating-stars > i, .rating-stars--widget > i {
    display: inline-block;
    margin-right: 2px;
    font-size: 1.5rem;
}

.rating-stars--widget i {
    margin-right: 2px;
    height: 1rem;
    vertical-align: unset;
}

.rating-stars > i.filled {
    color: #ffa000;
}

.rating-stars > i:last-child {
    margin-right: 0;
}

.rating-stars-small {
    display: block;
    text-align: center;
    font-size: 0.9rem;
    line-height: 2rem;
}

.rating-stars-small > i {
    height: 1.4rem;
    font-size: 1.4rem;
}

.meter {
    height: 16px;
    width: 120px;
    display: inline-block;
    box-shadow: inset 0 0 1px #666;
}

.meter > span {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-color: #fbcd0a;
}

@media (max-width: 768px) {
    .avatar {
        width: 3rem;
        min-width: 3rem;
        height: 3rem;
        line-height: 3rem;
    }

    .review-description {
        width: calc(100% - 48px);
    }

    .rating-stars > i {
        font-size: 1.2rem;
    }
}


[class*=" icon-"], [class^=icon-], [data-icon]:before {
    display: inline-block;
    vertical-align: middle;
    font-family: feather;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@font-face {
    font-family: feather;
    src: url(../fonts/feather-webfont.eot);
    src: url(../fonts/feather-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/feather-webfont.woff) format("woff"), url(../fonts/feather-webfont.ttf) format("truetype"), url(../fonts/feather-webfont.svg#feather) format("svg");
    font-weight: 400;
    font-style: normal
}

[data-icon]:before {
    content: attr(data-icon)
}

.icon-eye:before {
    content: "\e000"
}

.icon-paper-clip:before {
    content: "\e001"
}

.icon-mail:before {
    content: "\e002"
}

.icon-toggle:before {
    content: "\e003"
}

.icon-layout:before {
    content: "\e004"
}

.icon-link:before {
    content: "\e005"
}

.icon-bell:before {
    content: "\e006"
}

.icon-lock:before {
    content: "\e007"
}

.icon-unlock:before {
    content: "\e008"
}

.icon-ribbon:before {
    content: "\e009"
}

.icon-image:before {
    content: "\e010"
}

.icon-signal:before {
    content: "\e011"
}

.icon-target:before {
    content: "\e012"
}

.icon-clipboard:before {
    content: "\e013"
}

.icon-clock:before {
    content: "\e014"
}

.icon-watch:before {
    content: "\e015"
}

.icon-air-play:before {
    content: "\e016"
}

.icon-camera:before {
    content: "\e017"
}

.icon-video:before {
    content: "\e018"
}

.icon-disc:before {
    content: "\e019"
}

.icon-printer:before {
    content: "\e020"
}

.icon-monitor:before {
    content: "\e021"
}

.icon-server:before {
    content: "\e022"
}

.icon-cog:before {
    content: "\e023"
}

.icon-heart:before {
    content: "\e024"
}

.icon-paragraph:before {
    content: "\e025"
}

.icon-align-justify:before {
    content: "\e026"
}

.icon-align-left:before {
    content: "\e027"
}

.icon-align-center:before {
    content: "\e028"
}

.icon-align-right:before {
    content: "\e029"
}

.icon-book:before {
    content: "\e030"
}

.icon-layers:before {
    content: "\e031"
}

.icon-stack:before {
    content: "\e032"
}

.icon-stack-2:before {
    content: "\e033"
}

.icon-paper:before {
    content: "\e034"
}

.icon-paper-stack:before {
    content: "\e035"
}

.icon-search:before {
    content: "\e036"
}

.icon-zoom-in:before {
    content: "\e037"
}

.icon-zoom-out:before {
    content: "\e038"
}

.icon-reply:before {
    content: "\e039"
}

.icon-circle-plus:before {
    content: "\e040"
}

.icon-circle-minus:before {
    content: "\e041"
}

.icon-circle-check:before {
    content: "\e042"
}

.icon-circle-cross:before {
    content: "\e043"
}

.icon-square-plus:before {
    content: "\e044"
}

.icon-square-minus:before {
    content: "\e045"
}

.icon-square-check:before {
    content: "\e046"
}

.icon-square-cross:before {
    content: "\e047"
}

.icon-microphone:before {
    content: "\e048"
}

.icon-record:before {
    content: "\e049"
}

.icon-skip-back:before {
    content: "\e050"
}

.icon-rewind:before {
    content: "\e051"
}

.icon-play:before {
    content: "\e052"
}

.icon-pause:before {
    content: "\e053"
}

.icon-stop:before {
    content: "\e054"
}

.icon-fast-forward:before {
    content: "\e055"
}

.icon-skip-forward:before {
    content: "\e056"
}

.icon-shuffle:before {
    content: "\e057"
}

.icon-repeat:before {
    content: "\e058"
}

.icon-folder:before {
    content: "\e059"
}

.icon-umbrella:before {
    content: "\e060"
}

.icon-moon:before {
    content: "\e061"
}

.icon-thermometer:before {
    content: "\e062"
}

.icon-drop:before {
    content: "\e063"
}

.icon-sun:before {
    content: "\e064"
}

.icon-cloud:before {
    content: "\e065"
}

.icon-cloud-upload:before {
    content: "\e066"
}

.icon-cloud-download:before {
    content: "\e067"
}

.icon-upload:before {
    content: "\e068"
}

.icon-download:before {
    content: "\e069"
}

.icon-location:before {
    content: "\e070"
}

.icon-location-2:before {
    content: "\e071"
}

.icon-map:before {
    content: "\e072"
}

.icon-battery:before {
    content: "\e073"
}

.icon-head:before {
    content: "\e074"
}

.icon-briefcase:before {
    content: "\e075"
}

.icon-speech-bubble:before {
    content: "\e076"
}

.icon-anchor:before {
    content: "\e077"
}

.icon-globe:before {
    content: "\e078"
}

.icon-box:before {
    content: "\e079"
}

.icon-reload:before {
    content: "\e080"
}

.icon-share:before {
    content: "\e081"
}

.icon-marquee:before {
    content: "\e082"
}

.icon-marquee-plus:before {
    content: "\e083"
}

.icon-marquee-minus:before {
    content: "\e084"
}

.icon-tag:before {
    content: "\e085"
}

.icon-power:before {
    content: "\e086"
}

.icon-command:before {
    content: "\e087"
}

.icon-alt:before {
    content: "\e088"
}

.icon-esc:before {
    content: "\e089"
}

.icon-bar-graph:before {
    content: "\e090"
}

.icon-bar-graph-2:before {
    content: "\e091"
}

.icon-pie-graph:before {
    content: "\e092"
}

.icon-star:before {
    content: "\e093"
}

.icon-arrow-left:before {
    content: "\e094"
}

.icon-arrow-right:before {
    content: "\e095"
}

.icon-arrow-up:before {
    content: "\e096"
}

.icon-arrow-down:before {
    content: "\e097"
}

.icon-volume:before {
    content: "\e098"
}

.icon-mute:before {
    content: "\e099"
}

.icon-content-right:before {
    content: "\e100"
}

.icon-content-left:before {
    content: "\e101"
}

.icon-grid:before {
    content: "\e102"
}

.icon-grid-2:before {
    content: "\e103"
}

.icon-columns:before {
    content: "\e104"
}

.icon-loader:before {
    content: "\e105"
}

.icon-bag:before {
    content: "\e106"
}

.icon-ban:before {
    content: "\e107"
}

.icon-flag:before {
    content: "\e108"
}

.icon-trash:before {
    content: "\e109"
}

.icon-expand:before {
    content: "\e110"
}

.icon-contract:before {
    content: "\e111"
}

.icon-maximize:before {
    content: "\e112"
}

.icon-minimize:before {
    content: "\e113"
}

.icon-plus:before {
    content: "\e114"
}

.icon-minus:before {
    content: "\e115"
}

.icon-check:before {
    content: "\e116"
}

.icon-cross:before {
    content: "\e117"
}

.icon-move:before {
    content: "\e118"
}

.icon-delete:before {
    content: "\e119"
}

.icon-menu:before {
    content: "\e120"
}

.icon-archive:before {
    content: "\e121"
}

.icon-inbox:before {
    content: "\e122"
}

.icon-outbox:before {
    content: "\e123"
}

.icon-file:before {
    content: "\e124"
}

.icon-file-add:before {
    content: "\e125"
}

.icon-file-subtract:before {
    content: "\e126"
}

.icon-help:before {
    content: "\e127"
}

.icon-open:before {
    content: "\e128"
}

.icon-ellipsis:before {
    content: "\e129"
}

.btn-yellow {
    border: 2px solid #F7A02F;
    background: transparent;
    color: #000;
}

.btn-yellow-small {
    border: 1px solid #F7A02F;
    background: transparent;
    color: #000;
    padding: 5px 10px;
    font-size: 0.8rem;
    font-weight: normal;
    margin-top: 1rem;
}

.widget-form input.form-input, .widget-form textarea.form-input {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 0;
    margin-bottom: 5px;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
    display: inline-block;
}

.resp-sharing-button__link {
    width: 2rem;
    height: fit-content;
    border: none;
    background: transparent;
    padding: 0.25rem 0.5rem;
    vertical-align: middle;
}

.solid-icon {
    fill: #666;
}

.stroke-icon {
    stroke: #666;
}

.resp-sharing-button__link:hover {
    cursor: pointer;
}
.resp-sharing-button {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: 0.5em 0.75em;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
    vertical-align: middle;
}

.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
    stroke: #fff;
    fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none
}

.resp-sharing-button--twitter:hover svg {
    fill: #1da1f2;
}

.resp-sharing-button--pinterest:hover svg {
    fill: #e60023;
}

.resp-sharing-button--facebook:hover svg {
    fill: #3b5998;
}

.resp-sharing-button--tumblr {
    background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
    background-color: #222d3c
}

.resp-sharing-button--reddit {
    background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
    background-color: #3a80c1
}

.resp-sharing-button--google {
    background-color: #dd4b39
}

.resp-sharing-button--google:hover {
    background-color: #c23321
}

.resp-sharing-button--linkedin {
    background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
    background-color: #046293
}

.resp-sharing-button--email:hover svg {
    fill: #000
}

.resp-sharing-button--xing {
    background-color: #1a7576
}

.resp-sharing-button--xing:hover {
    background-color: #114c4c
}

.resp-sharing-button--whatsapp {
    background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
    background-color: #1da851
}

.resp-sharing-button--hackernews {
    background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
    background-color: #507299
}

.resp-sharing-button--vk:hover {
    background-color: #43648c
}

.resp-sharing-button--tumblr {
    background-color: #35465C;
    border-color: #35465C;
}

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
    background-color: #222d3c;
    border-color: #222d3c;
}

.review-thumb:hover svg {
    fill: #000;
}

.box-container .box {
    list-style: none;
    padding: 5px;
    width: 200px;
    float: left;
}

.read-more-btn {
    color: var(--dark);
    font-weight: 700;
    cursor: pointer;
}

.no-list-style {
    list-style: none;
    padding: 0;
    margin: 0;
}

.review-card {
    color: var(--dark);
    background-color: #fafafa;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 2px;
    padding: 0;
    margin: 0 0 16px 0;
    font-size: 0.95rem;
}

/* .review-description {
    width: 100%;
    padding: 12px 16px 0 16px;
} */

.review-header {
    padding: 12px 16px 0 16px;
}

.review-title {
    color: var(--dark);
    font-size: 0.95rem;
    font-weight: 700;
}

.gray-text {
    font-size: 0.8rem;
    opacity: 0.35;
}

.review-video--1 {
    height: fit-content;
    max-width: 400px;
}

.review-socials {
    padding: 12px 16px 12px 16px;
}

/* .review-reply {
    color: var(--dark);
    margin: 0;
    padding: 8px 16px;
    border: none;
    background-color: #e9e9e9;
} */

/* .review-reply--1 {
    color: var(--dark);
    background-color: #f2f2f2;
    border-left: 3px solid #ddd;
    padding: 0 16px;
} */

.rating-borders {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.widget {
    padding: 1rem 2rem;
}

.widget.widget-category {
    padding: 0;
}

@media only screen and (max-width: 400px) {
    .widget {
        padding: 1rem 0.25rem;
    }

    .widget.widget-category {
        padding: 0;
    }

    .meter {
        width: 70px;
    }
}

.widget-form__message {
    display: inline;
}

@media only screen and (max-width: 576px) {
    .padd-mobile {
        padding-left: 0.15rem;
        padding-right: 0.15rem;
    }
}

.no-spacing {
    letter-spacing: -0.5em;
}
.no-spacing > * {
    letter-spacing: normal;
}

.icon-star-smooth {
    content: url('../images/star-empty.svg');
}

.icon-star-smooth--filled {
    content: url('../images/star-filled.svg');
}

.icon-push-chevron--left {
    content: url('../images/push-chevron-left.svg');
}

.icon-push-chevron--right {
    content: url('../images/push-chevron-right.svg');
}

.icon-chevron--left {
    content: url('../images/chevron-left.svg');
}

.icon-chevron--right {
    content: url('../images/chevron-right.svg');
}

.author {
    color: var(--dark);
}

.fs-105 {
    font-size: 1.05rem;
}

.fs-095 {
    font-size: 0.95rem;
}

.all-reviews {
    color: var(--dark);
    cursor: pointer;
}

.all-reviews:hover {
    opacity: 0.6;
}

.btn--square {
    border-radius: 0;
}

.font-dark {
    color: var(--dark);
}

.border-dark {
    border-color: var(--dark);
}

.btn--small-pd {
    padding: 0 10px;
}

.btn--small {
    height: auto;
}

.review-select {
    border: 1px solid #ddd;
    font-size: 14px;
    background-color: transparent;
    padding: 5px;
}

.btn-dark {
    background-color: rgb(52, 58, 64);
    color: #fff;
}

.btn-dark:hover {
    color: #fff;
    background-color: rgba(52, 58, 64, 0.6);
}

.review-gallery {
    height: auto;
    overflow: auto;
    white-space: nowrap;
}

.review-gallery--2 {
    margin: -1px -1px 0 -1px;
}

.review-gallery--2 a:not(:first-child) {
    display: none;
}

.short-text, .hidden-text, .review-title {
    word-break: break-word;
}

@media only screen and (max-width: 768px) {
    .review-actions {
            width: 100%;
            margin: 2rem 0;
    }
}

@media only screen and (max-width: 992px) {
    .widget-form__message {
        display: block;
    }
}

.review-actions > button {
    width: inherit;
}

.review-avatar {
    color: var(--dark);
    font-size: 0.95rem;
    background-color: #e9e9e9;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review__media-item {
    display: inline-block;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
    color: transparent;
}

.review__media-item--img {
    width: auto;
    height: 120px;
    margin: 0 5px 3px 0;
}

.review__media-item--img img {
    display: block;
    width: auto;
    max-height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 4px;
}

.review__media-item--img--2 {
    width: 100%;
    height: auto;
    margin: 0;
    text-align: center;
}

.review__media-item--img--2 img {
    max-width: 100%;
    width: auto;
    max-height: 350px;
}

.review__media-item--vid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 360px;
}

.review__media-item--vid-wrapper {
    display: block;
    height: auto;
    width: 100%;
}

.review__media-item--vid video {
    width: 100%;
    height: auto;
    position: relative;
}

.review__media-item--vid--2 {
    padding: 12px 16px 0 16px;
    max-width: 360px;
}

.review__media-item--vid--2 video {
    width: 100%;
    height: auto;
    position: relative;
}

.vjs-resolution-button-label{
    display: none;
}

@media (hover: hover) and (pointer: fine) {
    .review__media-item--hover:hover {
        opacity: 0.7;
    }
}

.review-select:hover {
    cursor: pointer;
}

.bootstrap-select .dropdown-menu li.disabled {
    cursor: not-allowed;
}
