.ecommerce-application .content-body,
.ecommerce-application .list-view .ecommerce-card .item-options .item-wrapper {
    position: relative;
}
.ecommerce-application .body-content-overlay {
    position: fixed !important;
    z-index: 12 !important;
}
.ecommerce-application .sidebar-shop {
    margin-top: 0.85rem;
    width: 260px;
    z-index: 998;
}
.ecommerce-application .sidebar-shop .filter-heading {
    margin-bottom: 1.75rem;
}
.ecommerce-application .sidebar-shop .filter-title {
    margin-bottom: 1rem;
    margin-top: 2.5rem;
}
.ecommerce-application .sidebar-shop .categories-list li:not(:last-child),
.ecommerce-application .sidebar-shop .price-range li:not(:last-child) {
    margin-bottom: 0.75rem;
}
.ecommerce-application .sidebar-shop .brand-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.75rem;
}
.ecommerce-application .sidebar-shop .range-slider.noUi-horizontal .noUi-handle .noUi-tooltip {
    opacity: 0;
    -webkit-transform: translate(-50%, -15%);
    -ms-transform: translate(-50%, -15%);
    transform: translate(-50%, -15%);
}
.ecommerce-application .sidebar-shop .range-slider.noUi-horizontal .noUi-handle .noUi-tooltip:before {
    content: "$ ";
}
.ecommerce-application .sidebar-shop .range-slider.noUi-horizontal .noUi-handle:active .noUi-tooltip {
    opacity: 1;
}
.ecommerce-application .sidebar-shop .ratings-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}
.ecommerce-application .sidebar-shop .ratings-list:last-child {
    margin-bottom: 2.5rem;
}
.ecommerce-application .ecommerce-card .item-name,
.ecommerce-application .ecommerce-card .item-rating ul,
.ecommerce-application .sidebar-shop .ratings-list ul {
    margin-bottom: 0;
}
.ecommerce-application .sidebar-shop .ratings-list ul .ratings-list-item i,
.ecommerce-application .sidebar-shop .ratings-list ul .ratings-list-item svg {
    width: 1.25rem;
    height: 1.25rem;
    font-size: 1.25rem;
}
.ecommerce-application .filled-star {
    fill: #ff9f43;
    stroke: #ff9f43;
    color: #ff9f43;
}
.ecommerce-application .unfilled-star {
    stroke: #babfc7;
    color: #babfc7;
}
.ecommerce-application .ecommerce-header-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ecommerce-application .ecommerce-header-items .result-toggler {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.ecommerce-application .ecommerce-header-items .result-toggler .shop-sidebar-toggler {
    padding-left: 0;
}
.ecommerce-application .ecommerce-header-items .result-toggler .shop-sidebar-toggler:active,
.ecommerce-application .ecommerce-header-items .result-toggler .shop-sidebar-toggler:focus {
    outline: 0;
}
.ecommerce-application .ecommerce-header-items .result-toggler .shop-sidebar-toggler .navbar-toggler-icon {
    height: auto;
}
.ecommerce-application .ecommerce-header-items .result-toggler .shop-sidebar-toggler .navbar-toggler-icon i,
.ecommerce-application .ecommerce-header-items .result-toggler .shop-sidebar-toggler .navbar-toggler-icon svg {
    color: #6e6b7b;
    height: 1.5rem;
    width: 1.5rem;
    font-size: 1.5rem;
}
.ecommerce-application .ecommerce-header-items .result-toggler .search-results {
    font-weight: 500;
    color: #5e5873;
}
.ecommerce-application .ecommerce-searchbar .input-group {
    box-shadow: 0 2px 8px 0 rgba(34, 41, 47, 0.14);
    border-radius: 0.3rem;
}
.ecommerce-application .ecommerce-searchbar .input-group-text,
.ecommerce-application .search-product {
    height: 48px;
    border: none;
    font-size: 0.95rem;
    padding-left: 1.25rem;
}
.ecommerce-application .input-group-text::-webkit-input-placeholder,
.ecommerce-application .search-product::-webkit-input-placeholder {
    font-size: 0.95rem;
}
.ecommerce-application .input-group-text::-moz-placeholder,
.ecommerce-application .search-product::-moz-placeholder {
    font-size: 0.95rem;
}
.ecommerce-application .input-group-text:-ms-input-placeholder,
.ecommerce-application .search-product:-ms-input-placeholder {
    font-size: 0.95rem;
}
.ecommerce-application .input-group-text::-ms-input-placeholder,
.ecommerce-application .search-product::-ms-input-placeholder {
    font-size: 0.95rem;
}
.ecommerce-application .input-group-text::placeholder,
.ecommerce-application .search-product::placeholder {
    font-size: 0.95rem;
}
.ecommerce-application .ecommerce-card:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 4px 25px 0 rgba(34, 41, 47, 0.25);
}
.ecommerce-application .ecommerce-card .item-rating i,
.ecommerce-application .ecommerce-card .item-rating svg {
    height: 1.143rem;
    width: 1.143rem;
    font-size: 1.143rem;
}
.ecommerce-application .ecommerce-card .item-name a {
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ecommerce-application .ecommerce-card .item-description {
    font-size: 0.875rem;
}
.ecommerce-application .ecommerce-card .btn-cart span,
.ecommerce-application .ecommerce-card .btn-wishlist span {
    vertical-align: text-top;
}
.ecommerce-application .ecommerce-card .btn-cart i,
.ecommerce-application .ecommerce-card .btn-cart svg,
.ecommerce-application .ecommerce-card .btn-wishlist i,
.ecommerce-application .ecommerce-card .btn-wishlist svg {
    margin-right: 0.25rem;
    vertical-align: text-top;
}
.ecommerce-application .ecommerce-card .btn-cart i.text-danger,
.ecommerce-application .ecommerce-card .btn-cart svg.text-danger,
.ecommerce-application .ecommerce-card .btn-wishlist i.text-danger,
.ecommerce-application .ecommerce-card .btn-wishlist svg.text-danger {
    fill: #ea5455;
}
.ecommerce-application .grid-view:not(.wishlist-items),
.ecommerce-application .list-view:not(.wishlist-items) {
    margin-top: 0.5rem;
}
.ecommerce-application .grid-view {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
}
.ecommerce-application .grid-view.product_list{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.ecommerce-application .grid-view.wishlist-items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.ecommerce-application .grid-view .ecommerce-card {
    overflow: hidden;
}
.ecommerce-application .grid-view .ecommerce-card .item-img {
    padding-top: 0rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.ecommerce-application .grid-view .ecommerce-card .item-img>a{
    position: relative;
    width: 100%;
    padding-top: calc(100% / (1/1));
    height: 0;
}
.ecommerce-application .grid-view .ecommerce-card .item-img .card-img-top{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ecommerce-application .grid-view .ecommerce-card .item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.ecommerce-application .grid-view .ecommerce-card .item-company,
.ecommerce-application .grid-view .ecommerce-card .item-options .item-price,
.ecommerce-application .grid-view .ecommerce-card .shipping {
    display: none;
}
.ecommerce-application .grid-view .ecommerce-card .item-options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ecommerce-application .grid-view .ecommerce-card .item-options .btn-cart,
.ecommerce-application .grid-view .ecommerce-card .item-options .btn-wishlist {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-radius: 0;
}
.ecommerce-application .grid-view .ecommerce-card .item-name {
    margin-top: 0px;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}
.ecommerce-application .grid-view .ecommerce-card .item-description {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 0.2rem;
}
.ecommerce-application .grid-view .ecommerce-card .item-price {
    font-weight: 600;
}
.ecommerce-application .grid-view .ecommerce-card .card-body {
    padding: 0.5rem 1rem;
    background: #fefefe;
}
.ecommerce-application .list-view {
    display: grid;
    grid-template-columns: 1fr;
}
.ecommerce-application .list-view .ecommerce-card {
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
}
.ecommerce-application .list-view .ecommerce-card .item-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 2rem 0px;
}
.ecommerce-application .list-view .ecommerce-card .item-img .card-img-top{
    display: block;
    margin: auto;
    width: 70%;
}
.ecommerce-application .list-view .ecommerce-card .card-body {
    padding: 1.5rem 1rem;
    border-right: 1px solid #ebe9f1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ecommerce-application .list-view .ecommerce-card .card-body .item-wrapper {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.ecommerce-application .list-view .ecommerce-card .card-body .item-name {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.ecommerce-application .list-view .ecommerce-card .card-body .item-description {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ecommerce-application .list-view .ecommerce-card .card-body .item-price {
    display: none;
}
.ecommerce-application .list-view .ecommerce-card .card-body .item-rating {
    margin-bottom: 0.3rem;
}
.ecommerce-application .list-view .ecommerce-card .item-company {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 400;
    margin: 0.3rem 0 0.5rem;
    font-size: 0.875rem;
}
.ecommerce-application .list-view .ecommerce-card .item-company .company-name {
    font-weight: 600;
    margin-left: 0.25rem;
}
.ecommerce-application .list-view .ecommerce-card .item-options {
    padding: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ecommerce-application .list-view .ecommerce-card .item-options .item-wrapper .item-cost .item-price {
    color: #0EABAF;
    margin-bottom: 0;
}
.ecommerce-application .list-view .ecommerce-card .item-options .shipping {
    margin-top: 0.75rem;
}
.ecommerce-application .list-view .ecommerce-card .item-options .btn-cart,
.ecommerce-application .list-view .ecommerce-card .item-options .btn-wishlist {
    margin-top: 1rem;
}
.ecommerce-application .checkout-tab-steps .bs-stepper-content,
.ecommerce-application .checkout-tab-steps .bs-stepper-header {
    padding: 0;
    margin: 0;
}
.ecommerce-application .checkout-items .ecommerce-card .item-img img {
    width: 200px;
}
.ecommerce-application .checkout-items .ecommerce-card .item-name {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
}
.ecommerce-application .checkout-items .ecommerce-card .item-company,
.ecommerce-application .checkout-items .ecommerce-card .item-rating {
    margin-bottom: 0.4rem !important;
}
.ecommerce-application .checkout-items .ecommerce-card .item-quantity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.ecommerce-application .checkout-items .ecommerce-card .delivery-date {
    margin-top: 1.2rem;
    margin-bottom: 0.25rem;
}
.ecommerce-application .checkout-items .ecommerce-card .item-options .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ecommerce-application .checkout-options .coupons:focus-within {
    box-shadow: none;
}
.ecommerce-application .checkout-options .coupons input {
    border: none;
    padding-left: 0;
    color: #6e6b7b;
    font-weight: 600;
}
.ecommerce-application .checkout-options .coupons input::-webkit-input-placeholder {
    color: #6e6b7b;
    font-weight: 600;
}
.ecommerce-application .checkout-options .coupons input::-moz-placeholder {
    color: #6e6b7b;
    font-weight: 600;
}
.ecommerce-application .checkout-options .coupons input:-ms-input-placeholder {
    color: #6e6b7b;
    font-weight: 600;
}
.ecommerce-application .checkout-options .coupons input::-ms-input-placeholder {
    color: #6e6b7b;
    font-weight: 600;
}
.ecommerce-application .checkout-options .coupons input::placeholder {
    color: #6e6b7b;
    font-weight: 600;
}
.ecommerce-application .checkout-options .coupons .input-group-text {
    height: auto;
    font-weight: 600;
    padding: inherit;
}
.ecommerce-application .checkout-options .price-details .price-title {
    font-weight: 600;
    margin-bottom: 0.75rem;
    margin-top: 1.5rem;
}
.ecommerce-application .checkout-options .price-details .price-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}
.ecommerce-application .checkout-options .price-details .price-detail .detail-title.detail-total {
    font-weight: 600;
}
.ecommerce-application .payment-type .gift-card {
    cursor: pointer;
}
.ecommerce-application .checkout-tab-steps {
    background-color: transparent !important;
    box-shadow: none !important;
}
.ecommerce-application .checkout-tab-steps .bs-stepper-header {
    border: none;
}
@media (min-width: 992px) {
    .ecommerce-application .ecommerce-header-items .shop-sidebar-toggler {
        display: none;
    }
    .ecommerce-application .product-checkout.list-view {
        grid-template-columns: 2fr 1fr;
        -webkit-column-gap: 2rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }
}
@media (max-width: 1199.98px) {
    .ecommerce-application .ecommerce-header-items .btn-group {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .ecommerce-application .ecommerce-header-items .btn-group .btn-icon {
        padding: 0.6rem 0.736rem;
    }
    .ecommerce-application .grid-view.wishlist-items {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .ecommerce-application .body-content-overlay {
        position: fixed;
        opacity: 0;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .ecommerce-application .body-content-overlay.show {
        opacity: 1;
    }
    .ecommerce-application.horizontal-layout .body-content-overlay {
        z-index: 998 !important;
    }
    .ecommerce-application.horizontal-layout .sidebar-shop {
        z-index: 999 !important;
    }
}
@media (max-width: 991.98px) {
    .ecommerce-application .sidebar-left .sidebar .card {
        border-radius: 0;
        margin: 0;
    }
    .ecommerce-application .sidebar-left .sidebar .sidebar-shop {
        -webkit-transform: translateX(-112%);
        -ms-transform: translateX(-112%);
        transform: translateX(-112%);
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        overflow-y: scroll;
        margin: 0;
    }
    .ecommerce-application .sidebar-left .sidebar .sidebar-shop.show {
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .ecommerce-application .grid-view {
        grid-template-columns: 1fr 1fr;
    }
    .ecommerce-application .ecommerce-header-items .result-toggler .search-results {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .ecommerce-application .grid-view.wishlist-items {
        grid-template-columns: 1fr 1fr;
    }
    .ecommerce-application .list-view .ecommerce-card {
        grid-template-columns: 1fr;
    }
    .ecommerce-application .list-view .ecommerce-card .item-img {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .ecommerce-application .list-view .ecommerce-card .card-body {
        border: none;
    }
}
@media (max-width: 575.98px) {
    .ecommerce-application .grid-view,
    .ecommerce-application .grid-view.wishlist-items {
        grid-template-columns: 1fr;
    }
}



.ecommerce-application .app-ecommerce-details .product-img {
    width: 600px;
}
.ecommerce-application .app-ecommerce-details .ratings-list-item i,
.ecommerce-application .app-ecommerce-details .ratings-list-item svg {
    font-size: 1.286rem;
    height: 1.286rem;
    width: 1.286rem;
}
.ecommerce-application .app-ecommerce-details .filled-star {
    fill: #ff9f43;
    stroke: #ff9f43;
    color: #ff9f43;
}
.ecommerce-application .app-ecommerce-details .unfilled-star {
    stroke: #babfc7;
    color: #babfc7;
}
.ecommerce-application .app-ecommerce-details .item-price {
    color: #0EABAF ;
}
.ecommerce-application .app-ecommerce-details .item-company {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 400;
    font-size: 0.875rem;
}
.ecommerce-application .app-ecommerce-details .item-company .company-name {
    font-weight: 600;
    margin-left: 0.25rem;
}
.ecommerce-application .app-ecommerce-details .product-features {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.ecommerce-application .app-ecommerce-details .product-features li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
}
.ecommerce-application .app-ecommerce-details .product-features li i,
.ecommerce-application .app-ecommerce-details .product-features li svg {
    height: 1.4rem;
    width: 1.4rem;
    font-size: 1.4rem;
    margin-right: 0.75rem;
}
.ecommerce-application .app-ecommerce-details .product-features li span {
    font-weight: 600;
}
.ecommerce-application .app-ecommerce-details .product-color-options {
    margin-top: 1.5rem;
    margin-bottom: 1.2rem;
}
.ecommerce-application .app-ecommerce-details .btn-wishlist .text-danger {
    color: #ea5455;
    fill: #ea5455;
}
.ecommerce-application .app-ecommerce-details .btn-share .btn-icon ~ .dropdown-menu {
    min-width: 3rem;
}
.ecommerce-application .app-ecommerce-details .item-features {
    background-color: #f8f8f8;
    padding-top: 5.357rem;
    padding-bottom: 5.357rem;
}
.ecommerce-application .app-ecommerce-details .item-features i,
.ecommerce-application .app-ecommerce-details .item-features svg {
    font-size: 2.5rem;
    height: 2.5rem;
    width: 2.5rem;
    color: #0EABAF ;
}
.ecommerce-application .swiper-responsive-breakpoints.swiper-container .swiper-slide {
    text-align: center;
    background-color: #f8f8f8;
    padding: 1.5rem 3rem;
    border-radius: 0.428rem;
}
.ecommerce-application .swiper-responsive-breakpoints.swiper-container .swiper-slide .img-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 250px;
}
.ecommerce-application .swiper-button-next,
.ecommerce-application .swiper-button-prev,
.ecommerce-application .swiper-container-rtl .swiper-button-next,
.ecommerce-application .swiper-container-rtl .swiper-button-prev {
    background-image: none;
    width: 35px;
    font-size: 2rem;
}
.ecommerce-application .swiper-button-next:after,
.ecommerce-application .swiper-button-prev:after,
.ecommerce-application .swiper-container-rtl .swiper-button-next:after,
.ecommerce-application .swiper-container-rtl .swiper-button-prev:after {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 44px;
    color: #6e6b7b;
    width: 44px;
    height: 44px;
    content: "";
}
.ecommerce-application .swiper-button-next:focus,
.ecommerce-application .swiper-button-prev:focus,
.ecommerce-application .swiper-container-rtl .swiper-button-next:focus,
.ecommerce-application .swiper-container-rtl .swiper-button-prev:focus {
    outline: 0;
}
.ecommerce-application .swiper-button-prev {
    left: 0;
}
.ecommerce-application .swiper-button-prev:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230EABAF ' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
}
.ecommerce-application .swiper-button-next {
    right: 0;
}
.ecommerce-application .swiper-button-next:after,
.ecommerce-application .swiper-container-rtl .swiper-button-prev:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230EABAF ' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
}
.ecommerce-application .swiper-container-rtl .swiper-button-next:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230EABAF ' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
}
.ecommerce-application .product-color-options .color-option {
    border: 1px solid transparent;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    padding: 3px;
}
.ecommerce-application .product-color-options .color-option .filloption {
    height: 18px;
    width: 18px;
    border-radius: 50%;
}
.ecommerce-application .product-color-options .selected .b-primary {
    border-color: #0EABAF ;
}
.ecommerce-application .product-color-options .selected .b-primary .filloption {
    box-shadow: 0 2px 4px 0 rgba(14, 171, 175, 0.4);
}
.ecommerce-application .product-color-options .selected .b-success {
    border-color: #28c76f;
}
.ecommerce-application .product-color-options .selected .b-success .filloption {
    box-shadow: 0 2px 4px 0 rgba(40, 199, 111, 0.4);
}
.ecommerce-application .product-color-options .selected .b-danger {
    border-color: #ea5455;
}
.ecommerce-application .product-color-options .selected .b-danger .filloption {
    box-shadow: 0 2px 4px 0 rgba(234, 84, 85, 0.4);
}
.ecommerce-application .product-color-options .selected .b-warning {
    border-color: #ff9f43;
}
.ecommerce-application .product-color-options .selected .b-warning .filloption {
    box-shadow: 0 2px 4px 0 rgba(255, 159, 67, 0.4);
}
.ecommerce-application .product-color-options .selected .b-info {
    border-color: #00cfe8;
}
.ecommerce-application .product-color-options .selected .b-info .filloption {
    box-shadow: 0 2px 4px 0 rgba(0, 207, 232, 0.4);
}
.ecommerce-application .product-color-options .b-primary .filloption {
    box-shadow: 0 2px 4px 0 rgba(115, 103, 240, 0.4);
}
.ecommerce-application .product-color-options .b-success .filloption {
    box-shadow: 0 2px 4px 0 rgba(40, 199, 111, 0.4);
}
.ecommerce-application .product-color-options .b-danger .filloption {
    box-shadow: 0 2px 4px 0 rgba(234, 84, 85, 0.4);
}
.ecommerce-application .product-color-options .b-warning .filloption {
    box-shadow: 0 2px 4px 0 rgba(255, 159, 67, 0.4);
}
.ecommerce-application .product-color-options .b-info .filloption {
    box-shadow: 0 2px 4px 0 rgba(0, 207, 232, 0.4);
}
@media (max-width: 767.98px) {
    .ecommerce-application .swiper-responsive-breakpoints.swiper-container .swiper-slide {
        padding: 1rem;
    }
    .ecommerce-application .app-ecommerce-details .ratings-list-item i,
    .ecommerce-application .app-ecommerce-details .ratings-list-item svg {
        font-size: 1rem;
        height: 1rem;
        width: 1rem;
    }
}
/*----------------------------- My License Page */
.dataTables_filter .input-group-text{
  border-radius: 3px;
  font-size: .875rem;
  padding: 7px 10px 6px;
  height: 32px;
  border: 1px solid #d8d6de;
}
