.error {
    color: red !important;
}
.pdtsListBase .sareePreviewImg {
    object-fit: contain;
}

.autocomplete-suggestions {
    text-align: left;
    border: 1px solid #999;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #fff;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 5px 5px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

.autocomplete-selected {
    background: #f0f0f0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399ff;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete {
    z-index: 9999;
}

#loadMoreBTN {
    display: inline-block;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    border-radius: 8px;
    padding: 14px 24px;
    border: none;
    transition: box-shadow 0.2s ease 0s, -ms-transform 0.1s ease 0s,
        -webkit-transform 0.1s ease 0s, transform 0.1s ease 0s;
    background: linear-gradient(
        to right,
        rgb(230, 30, 77) 0%,
        rgb(227, 28, 95) 50%,
        rgb(215, 4, 102) 100%
    );
    color: #fff;
}

.outer {
    margin: 0 auto;
    max-width: 800px;
}
#big .item {
    margin-bottom: 15px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
}
#thumbs .item {
    background: #c9c9c9;
    height: 70px;
    line-height: 70px;
    padding: 0px;
    margin: 2px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}
#thumbs .item h1 {
    font-size: 18px;
}
#thumbs .current .item {
}
.owl-theme .owl-nav [class*="owl-"] {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*="owl-"].disabled:hover {
    background-color: #d6d6d6;
}
#big.owl-theme {
    position: relative;
}
#big.owl-theme .owl-next,
#big.owl-theme .owl-prev {
    background: #333;
    width: 22px;
    line-height: 40px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
}
#big.owl-theme .owl-prev {
    left: 10px;
}
#big.owl-theme .owl-next {
    right: 10px;
}
#thumbs.owl-theme .owl-next,
#thumbs.owl-theme .owl-prev {
    background: #333;
}

.product-img--main__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

.selectedColor {
    transform: scale(1.2);
}

.inputBaseFocus input:focus-visible,
.inputBaseFocus select:focus-visible {
    box-shadow: none;
    border-color: #f41cb2;
}

.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position: absolute;
    top: -9999px;
}
.rate:not(:checked) > label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}
.rate:not(:checked) > label:before {
    content: "★ ";
}
.rate > input:checked ~ label {
    color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

#searchLoadMoreBTN {
    display: inline-block;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    border-radius: 8px;
    padding: 14px 24px;
    border: none;
    transition: box-shadow 0.2s ease 0s, -ms-transform 0.1s ease 0s,
        -webkit-transform 0.1s ease 0s, transform 0.1s ease 0s;
    background: linear-gradient(
        to right,
        rgb(230, 30, 77) 0%,
        rgb(227, 28, 95) 50%,
        rgb(215, 4, 102) 100%
    );
    color: #fff;
}

.reviewBase .mt--40 {
    margin-top: 40px !important;
}
.reviewBase .mb--20 {
    margin-bottom: 20px !important;
}
.reviewBase .pt--40 {
    padding-top: 40px !important;
}
.reviewBase .mb--25 {
    margin-bottom: 25px !important;
}
.reviewBase .rating {
    display: flex;
    height: 60px;
    width: 86px;
}
.reviewBase .fa-star {
    color: #ffa41b;
}
.reviewBase .course-details-card {
    border-radius: 8px;
    border: 1px solid #eeeeee;
    padding: 30px;
}
.reviewBase .course-details-card .course-details-two-content p:last-child {
    margin-bottom: 0;
}
.reviewBase .row--30 {
    margin-left: -30px;
    margin-right: -30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .reviewBase .row--30 {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .reviewBase .row--30 {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .reviewBase .row--30 {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media only screen and (max-width: 767px) {
    .reviewBase .row--30 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}
.reviewBase .row--30 > [class*="col"],
.reviewBase .row--30 > [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .reviewBase .row--30 > [class*="col"],
    .reviewBase .row--30 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .reviewBase .row--30 > [class*="col"],
    .reviewBase .reviewBase.row--30 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .reviewBase .row--30 > [class*="col"],
    .reviewBase.row--30 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
@media only screen and (max-width: 767px) {
    .reviewBase .row--30 > [class*="col"],
    .reviewBase.row--30 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
.course-details-content .rating-box {
    background: #ffffff;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    text-align: center;
    min-width: 200px;
    padding: 29px 10px;
}
.course-details-content .rating-box .rating-number {
    font-weight: 800;
    font-size: 72px;
    line-height: 90px;
    color: #231f40;
}
.course-details-content .rating-box span {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}
.course-details-content .course-tab-content {
    margin-top: 40px;
}
.course-details-content .rating-box {
    background: #ffffff;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    text-align: center;
    min-width: 200px;
    padding: 29px 10px;
}
.course-details-content .rating-box .rating-number {
    font-weight: 800;
    font-size: 72px;
    line-height: 90px;
    color: #231f40;
}
.course-details-content .rating-box span {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}
.review-wrapper .single-progress-bar {
    position: relative;
}
.review-wrapper .rating-text {
    display: inline-block;
    position: relative;
    top: 19px;
}
.review-wrapper .progress {
    max-width: 83%;
    margin-left: 38px;
    height: 12px;
    background: #eeeeee;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .review-wrapper .progress {
        max-width: 80%;
    }
}
.review-wrapper .progress .progress-bar {
    background-color: #ffa41b;
}
.review-wrapper span.rating-value {
    position: absolute;
    right: 0;
    top: 50%;
}
.edu-comment {
    display: flex;
}
@media only screen and (max-width: 575px) {
    .edu-comment {
        flex-direction: column;
    }
}
.edu-comment .thumbnail {
    min-width: 70px;
    width: 70px;
    max-height: 70px;
    border-radius: 100%;
    margin-right: 25px;
}
.edu-comment .thumbnail img {
    border-radius: 100%;
    width: 100%;
}
.edu-comment .comment-content .comment-top {
    display: flex;
    align-items: center;
}
.edu-comment .comment-content .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 10px;
    margin-right: 15px;
}
.edu-comment .comment-content .subtitle {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    display: block;
    margin-bottom: 10px;
    color: #231f40;
}
@media only screen and (max-width: 575px) {
    .edu-comment .comment-content {
        margin-top: 20px;
    }
}
.edu-comment + .edu-comment {
    border-top: 1px solid #eeeeee;
    padding-top: 30px;
    margin-top: 30px;
}

.card.clippart::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transform: scaleY(0);
    background: linear-gradient(#f41cb2, #f592d7);
    clip-path: circle(20% at right 99%);
    transition: transform 0.3s;
    transform-origin: bottom left;
}

.card.clippart:hover::before {
    transform: scaleY(1);
}
.card.clippart:hover .wishlist img {
    transform: scaleY(1);
    z-index: 55;
}

.card.clippart .wishlist img {
    width: 25px;
    position: absolute;
    right: 4%;
    bottom: 4%;

    transform: scaleY(0);
    transition: transform 0.3s;
    transform-origin: bottom left;
}

.wishlist.product_detailsBase img {
    width: 25px;
}

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

.see-more {
    width: 12rem;
    height: auto;
}

.see-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #282936;
    border-radius: 1.625rem;
}

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

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

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

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

.see-more:hover .circle {
    width: 100%;
}

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

.see-more:hover .see-more-text {
    color: #fff;
}

.checkbox-wrapper-16 *,
.checkbox-wrapper-16 *:after,
.checkbox-wrapper-16 *:before {
    box-sizing: border-box;
}

.checkbox-wrapper-16 .checkbox-input {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile {
    border-color: #f41cb2;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #f41cb2;
}

.checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile .checkbox-icon,
.checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile .checkbox-label {
    color: #f41cb2;
}

.checkbox-wrapper-16 .checkbox-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6px;
    border-radius: 0.5rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
}

.checkbox-wrapper-16 .checkbox-icon {
    transition: 0.375s ease;
    color: #494949;
}

.checkbox-wrapper-16 .checkbox-icon svg {
    width: 3rem;
    height: 3rem;
}

.checkbox-wrapper-16 .checkbox-label {
    color: #707070;
    transition: 0.375s ease;
    text-align: center;
}

.inactive-addon {
    text-decoration: line-through;
    color: red !important;
}
