footer .form-control {
    color: #fff !important;
}

.payment-page {
    padding: 5rem 0;
    background-color: #232323;
}
.payment-page .btn:hover {
    background: #fff;
    color: #292929;
    border-color: #fff;
}
.check-icon {
    text-align: center;
    background: rgb(121 121 121 / 8%);
    padding: 36px;
    border-radius: 10px;
    h2 {
        margin-top: 15px;
    }
}

.checkmark {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #4bb71b;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #4bb71b;
    animation: fill 0.4s ease-in-out 0.4s forwards,
        scale 0.3s ease-in-out 0.9s both;
    position: relative;
    top: 5px;
    right: 5px;
    margin: 0 auto;
}
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #4bb71b;
    fill: #232323;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%,
    100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #4bb71b;
    }
}
.amount {
    .d-flex {
        margin-bottom: 10px;
    }
    span {
        font-size: 17px;
        color: #f2eeeed1;
    }
}

.payment-page h2,
.payment-page p {
    color: #fff;
}

.failpage .o-circle {
    display: flex;
    width: 160px;
    height: 160px;
    justify-content: center;
    align-items: flex-start;
    border-radius: 50%;
    animation: circle-appearance 0.8s ease-in-out 1 forwards,
        set-overflow 0.1s 1.1s forwards;
}

.c-container__circle {
    margin: 0 auto;
}

.o-circle__sign {
    position: relative;
    opacity: 0;
    background: #fff;
    animation-duration: 0.8s;
    animation-delay: 0.2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.o-circle__sign::before,
.o-circle__sign::after {
    content: "";
    position: absolute;
    background: inherit;
}

.o-circle__sign--failure {
    background: rgb(236, 78, 75);
}

.o-circle__sign--failure .o-circle__sign {
    width: 1rem;
    height: 7rem;
    transform: translateY(25%) rotate(45deg) scale(0.1);
    border-radius: 50% 50% 50% 50% / 10%;
    animation-name: failure-sign-appearance;
}

.o-circle__sign--failure .o-circle__sign::before {
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translateY(-50%) rotate(90deg);
    border-radius: inherit;
}

.o-circle__sign--failure .o-circle__sign::after {
    background: rgba(175, 57, 55, 0.8);
}

@keyframes circle-appearance {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1.5);
    }

    60% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes failure-sign-appearance {
    50% {
        opacity: 1;
        transform: translateY(25%) rotate(45deg) scale(1.7);
    }

    100% {
        opacity: 1;
        transform: translateY(25%) rotate(45deg) scale(1);
    }
}

@keyframes success-sign-appearance {
    50% {
        opacity: 1;
        transform: translateX(130%) translateY(35%) rotate(45deg) scale(1.7);
    }

    100% {
        opacity: 1;
        transform: translateX(130%) translateY(35%) rotate(45deg) scale(1);
    }
}

@keyframes set-shaddow {
    to {
        opacity: 1;
    }
}

@keyframes set-overflow {
    to {
        overflow: hidden;
    }
}

.payment-page h2,
.payment-page p {
    color: #fff;
}
.order-request .compromise .shape3 {
    right: 5%;
    top: 6%;
    display: inline-block;
}
.order-request .compromise {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.order-request .compromise .shape2,
.order-request .compromise .shape1 {
    width: 68px;
    right: 1%;
}
#categoryPrice {
    font-family: "poppinsmedium";
    font-size: 18px;
}
.order-request form .form-control {
    background: #fff;
}
/* whishlist css */

.wishlist th {
    text-transform: capitalize;
}
.wishlist td {
    vertical-align: middle;
}
.wishlist table img {
    width: 50px;
}
.wishListMain.bestSeller .box img {
    height: 330px;
    object-fit: cover;
    width: 100%;
}
.dashboard-right-box .nav-pills .nav-link {
    padding: 15px 20px 12px;
    background: #ddd;
    margin-right: 10px;
    color: #333;
    margin-bottom: 20px;
}
.dashboard-right-box .nav-pills .nav-link.active,
.dashboard-right-box .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #324b8d;
}
.added-to-wishlist svg {
    fill: red;
}
.bestSeller .box img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.wraps2 {
    overflow-x: auto;
    overflow-y: hidden;
}
.featured .swiper-slide a {
    display: block;
}
.featured .swiper-slide img {
    width: 100%;
}
.listing h4 {
    font-family: "poppinssemibold";
    font-size: 25px;
}
.prev-img {
    width: 150px;
    margin: 0 auto;
}
.prev-img img {
    width: 100%;
    height: 150px;
    object-fit: contain;
}
.navSearch {
    display: none !important;
}
#remove-preview {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #f44336;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    border: none;
    background: transparent;
    padding: 0;
    font-size: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
form .text-danger {
    color: #ff5566 !important;
    font-size: 12px;
    position: relative;
    top: -12px;
}
form .bi {
    top: 18px;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1em;
    position: relative;
    top: -2px;
    margin-right: 10px;
}
.forgots {
    position: relative;
    top: 3px;
    display: inline-block;
}
.modal-body a:hover {
    color: #ff5566 !important;
}
.modal-content .form-control {
    line-height: 52px;
}
.contactBox a:hover {
    color: #ff5566 !important;
}
#edit-profile-modal form .bi {
    top: 51px;
}
header .search .form-control {
    padding-right: 53px !important;
}
footer .btn {
    margin: 0;
}
.newsLetter form .text-danger {
    top: 0;
}
footer .btn {
    height: 55px;
}
.innerBanner {
    position: relative;
}
.innerBanner::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: "";
}
.innerBanner h1 {
    position: absolute;
    text-align: center;
    left: 0;
    top: 50%;
    width: 100%;
    padding: 0 15px;
    color: #fff;
}
.modal .btn {
    border-color: #292929;
}
.product-details .swiper {
  width: 100%;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
}

.product-details .swiper-slide {
  background-size: cover;
  background-position: center;
}

/* .details .mySwiper2 {
  height: 80%;
  width: 100%;
} */

.product-details .mySwiper {
  height: auto;
  box-sizing: border-box;
  padding: 10px 0;
}

.product-details .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.product-details .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.product-details .swiper-slide img {
  width: 100%;
}