@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root {
    --bg-primary: #034da2 !important;
    --blue: #034da2 !important;
    --soft-blue: rgb(26, 59, 71) !important;
    --yellow: #F2B227 !important;
    --green: #0b7026 !important;
    --hov-green: #0f7b2c !important;
    --cyan: #008ae4;
    --darkcyan: #118EC3;
    --white: #fff !important;
    --gray: #F5F5FA !important;
    --gray-dark: #E9F3FF !important;
    --soft-gray: #F3F3F3 !important;
    --primary: #034da2 !important;
    --hov-primary: #0253af !important;
    --bg-dark-blue:#014695;
    --secondary: #919199 !important;
    --soft-secondary: #b0b0b8 !important;
    --light: #535353;
    --light-bg: #fafafa !important;
    --light-secondary: rgb(217 218 223);
    --dark: #393939 !important;
    --soft-dark: #394855;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family: "DM Sans", sans-serif;
    --font-family-serif: "DM Sans", sans-serif !important;
}

.bg-orange,
.hov-bg-orange:hover {
    background-color: var(--primary) !important;
}

body {
    background: #FFFFFF;
    font-family: "DM Sans", sans-serif !important;
    font-size: 16px !important;
    color: #1b1b1b !important;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    transition: background-color 0.5s;
}

.overflow-x-hidden {
    overflow-x: hidden !important;
}

.overflow-y-hidden {
    overflow-y: hidden !important;
}

.overflow-x-auto {
    overflow-x: auto !important;
}

.overflow-y-auto {
    overflow-y: auto !important;
}

p {
    margin-bottom: 0;
}

.ps-2 {
    padding-left: 3px;
}

.pe-2 {
    padding-right: 3px;
}

.pe-10 {
    padding-right: 8px;
}

.ps-10 {
    padding-left: 8px;
}

a {
    color: var(--soft-dark);
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: var(--hov-primary);
    text-decoration: inherit;
}

.btn-primary,
.btn-soft-primary:hover,
.btn-outline-primary:hover {
    background-color: var(--hov-primary) !important;
    border-color: var(--hov-primary) !important;
    color: var(--white);
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--hov-primary) !important;
    border-color: var(--hov-primary) !important;
}

.btn-outline {
    background-color: transparent;
    border: 1px solid var(--bg-primary);
    color: var(--primary) !important;
    padding: 7px 18px !important;
}

.btn-outline:hover {
    color: #fff !important;
    background-color: var(--hov-primary) !important;
    border-color: var(--hov-primary) !important;
}

.btn-outline-white {
    border: 1px solid var(--white);
    color: var(--white);
    padding: 7px 18px !important;
}

.text-soft-blue {
    color: var(--soft-blue) !important;
}

.text-warning {
    color: var(--yellow) !important;
}

.text-blue,
.hov-text:hover {
    color: var(--soft-blue) !important;
}

.animate-underline-primary::after {
    bottom: -3px;
    background: var(--cyan);
}

.animate-underline-primary::after {
    bottom: -3px;
    background: var(--cyan);
}

.bg-nav {
    background-color: var(--gray-dark);
}

.bg-hover:hover {
    background-color: var(--hov-primary);
}

.bg-primary {
    background-color: var(--bg-primary);
}

.bg-light {
    background-color: var(--light-bg);
}

.bg-ligh-site {
    background-color: var(--light-bg);
}

.bg-gray {
    background-color: var(--gray);
}

.bg-red {
    background-color: var(--red);
}

.border-light-soft {
    border: 1px solid #B3B3B3 !important;
}

.bg-soft-gray {
    background-color: var(--soft-gray);
}

.bg-dark-blue {
    background-color: var(--bg-dark-blue);
}

.btn-sm {
    background-color: var(--red);
    font-size: 16rem;
}

.btn-sm:hover {
    background-color: var(--red) !important;
    border-color: var(--red) !important;
    color: var(--white);
}

a {
    color: inherit !important;
}

.p-50 {
    padding: 50px 0;
}

.bg-light {
    background-color: var(--light);
}

.bg-light-secondary,
.hov-bg-light-secondary:hover {
    background-color: var(--light-secondary) !important;
}

.border-soft-gray {
    border: 1px solid #B3B3B3;
}

.text-primary {
    color: var(--primary) !important;
}

.hov-text-primary:hover {
    color: var(--primary) !important;
}

.text-hover {
    color: var(--primary) !important;
}

.navbar-bg {
    background-color: var(--blue);
}

.text-reset {
    color: var(--soft-dark) !important;
}

.text-light,
.hov-text-light:hover {
    color: var(--light) !important;
}

.copy-right-text,
.copy-right-text a {
    color: var(--light) !important;
}

.text-link a {
    color: var(--yellow);
}

.active-link {
    color: #F2B227 !important;
}

.h-24px,
.h-md-24px {
    height: 24px;
}

.hov-animate-outline:hover::after {
    border-bottom-color: var(--light-bg) !important;
    border-left-color: var(--light-bg) !important;
    transition: height 0.3s ease-out, width 0.3s ease-out 0.3s;
}

.hov-animate-outline:hover::before {
    border-top-color: var(--light-bg) !important;
    border-right-color: var(--light-bg) !important;
    transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
}


.form-control {
  padding: 0.6rem 20px;
}
/******** custom-btn ********/
.custom-btn {
    position: relative;
    display: inline-block;
    background: linear-gradient(90deg, #0076c4 0%, #03a9f4 61%);
    box-shadow: 0 4px #0076c4;
    border: none;
    color: #fff;
    font-size: 15px;
    text-align: center;
    font-weight: 700;
    padding: 12px 36px;
    appearance: none;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-border-radius: 65px;
    -moz-border-radius: 65px;
    border-radius: 65px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.custom-btn:hover,
.custom-btn:focus {
    background: linear-gradient(90deg, #0076c4 15%, #03a9f4 75%);
    color: #fff;
    box-shadow: none;
}

.custom-btn span {
    line-height: 24px;
    font-size: 14px;
    margin-left: 8px;
}

.btn-read {
    display: inline-block;
    position: relative;
    color: var(--cyan);
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    text-transform: capitalize;
}

.btn-read span {
    font-size: 16px;
    margin-left: 8px;
}

.btn-read:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--cyan);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.btn-read:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.btn-read:hover,
.btn-read:focus {
    background-color: none;
    border: none;
    box-shadow: none;
    outline: none;
    color: var(--cyan);
}

.text-dark, .hov-text-dark:hover {
    color: var(--bg-primary) !important;
}

.py-100 {
    padding: 100px 0;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.py-80 {
    padding: 80px 0;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.py-60 {
    padding: 60px 0;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.py-50 {
    padding: 50px 0;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.py-30 {
    padding: 30px 0;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-10 {
    padding-bottom: 10px;
}

.py-20 {
    padding: 20px 0;
}

.pt-20 {
    padding-top: 20px;
}

.p_t-10 {
    padding-top: 10px;
}

.p_b-10 {
    padding-bottom: 10px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

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

.mb-20 {
    margin-bottom: 20px;
}

.mt-10 {
    margin-top: 10px;
}

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

.p-0 {
    padding: 0 !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.opacity-60, .hov-opacity-60:hover {
  opacity: 0.8 !important;
}
/* .p-left-10 {
    padding-left: -10px !important;
}

.p-left-10 {
    padding-right: -10px !important;
} */

.sm-gutters-16 > .col, .sm-gutters-16 > [class*="col-"], .aiz-carousel.sm-gutters-16 .carousel-box {
    padding-right: 5px !important;
    padding-left:  5px !important;
}

.mb-16 {
    margin-bottom: 16px;
}

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

.p-relative {
    position: relative;
    z-index: 999;
}

.light-bg {
    background-color: var(--soft-light) !important;
}

.shadow-sm {
    -moz-box-shadow: 0 4px 4px rgba(121, 121, 121, 0.14);
    -webkit-box-shadow: 0 4px 4px rgba(121, 121, 121, 0.14);
    box-shadow: 0 4px 4px rgba(121, 121, 121, 0.14);
}

.container-fluid {
    padding: 0 30px !important;
}


header {
    background: #fafcff;
    background: linear-gradient(90deg, rgba(250, 252, 255, 1) 0%, rgba(140, 194, 255, 1) 55%, rgba(3, 77, 162, 1) 100%);
}

.logo-bar-area {
  padding: 7px 0;
}

.search-container {
    position: relative;
}

.search-container .search-input-box>input {
    border-radius: 65px;
    overflow: hidden;
    height: 48px;
    border: none;
    outline: none;
}

.search-container .search-input-box>svg {
    position: absolute;
    right: 20px;
    top: 14px;
}

.search-container .search-input-box .form-control:focus {
    border-width: 1px !important;
    border-color: var(--primary) !important;
}



.h-top-rit {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.account {
    display: block;
    line-height: 16px;
}

.h-top-rit .h-item-right {
    flex: 0 0 17%;
    display: flex;
    justify-content: flex-end;
}

.h-icon {
    position: relative;
}

.h-icon-cartCount.pp {
    position: absolute;
    min-width: 20px;
    height: 20px;
    border-radius: 20px;
    line-height: 20px;
    /* margin: -5px 0 0 -6px; */
    background-color: #FFFFFF;
    color: var(--dark);
    top: -8px;
    right: -6px;
    text-align: center;
}

.h-icon-cartCount {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    font-weight: 500;
}

.phone svg {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 6px;
}

.phone svg path {
    fill: #1395e8;
}

.phone svg path:nth-child(2) {
    -webkit-animation: header-phone 1s infinite cubic-bezier(0.1, 0.57, 0.5, 1);
    animation: header-phone 1s infinite cubic-bezier(0.1, 0.57, 0.5, 1);
}

.phone svg path:nth-child(3) {
    -webkit-animation: header-phone2 1s infinite cubic-bezier(0.1, 0.57, 0.5, 1);
    animation: header-phone2 1s infinite cubic-bezier(0.1, 0.57, 0.5, 1);
}

/* Animate phone */
@-webkit-keyframes header-phone {

    0%,
    30% {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 20px, 0);
        transform: translate3d(-20px, 20px, 0);
    }

    80% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        opacity: 0;
    }
}

@keyframes header-phone {

    0%,
    30% {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 20px, 0);
        transform: translate3d(-20px, 20px, 0);
    }

    80% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes header-phone2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 20px, 0);
        transform: translate3d(-20px, 20px, 0);
    }

    70%,
    90% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        opacity: 0;
    }
}

@keyframes header-phone2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 20px, 0);
        transform: translate3d(-20px, 20px, 0);
    }

    70%,
    90% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        opacity: 0;
    }
}

.aiz-card-box .aiz-p-hov-icon a {
    border-radius: 100%;
    color: #4a4a4a;
    line-height: 34px !important;
}

.aiz-card-box .cart-btn {
    background: #0063d1;
    opacity: 0.9;
}

.aiz-card-box .absolute-top-left {
    position: absolute;
    top: 8px;
    left: 8px;
    border-radius: 2px;
}

.r-10 {
    border-radius: 10px;
}

.r-8 {
    border-radius: 8px;
}

.bid-btn {
    border: 1px solid var(--blue);
    padding: 0 10px;
}

.home-slider {
    max-width: 100% !important;
}

.aiz-user-top-menu .user-top-nav-element:hover>a,
.aiz-category-menu .category-nav-element:hover>a {
    position: relative;
    z-index: 10;
    background: var(--gray-dark);
}

.c-Img {
    width: 65px;
    height: 65px;
    border-radius: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.c-Img img {
    width: 65px;
    height: 65px;
    border-radius: 100%;
    overflow: hidden;
}

.deals-container .aiz-count-down-circle {
    display: flex;
    justify-content: start;
    min-height: 100%;
    background: var(--soft-gray);
    box-shadow: none !important;
}

.deals-container .aiz-count-down-circle #time .circle {
    position: relative;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
}

.deals-container .aiz-count-down-circle #time div {
    position: absolute;
    text-align: center;
    font-weight: 700;
    color: var(--secondary);
    font-size: 14px;
}

.aiz-count-down-circle #time .circle svg circle {
    stroke: #079cc7;
}

.line-border {
    background-color: var(--info);
    height: 1px;
    width: 100%;
}

.floating-buttons-section {
    padding: 10px !important;
}

.aiz-floating-button a .circle {
    width: 42px;
    height: 42px;
    border-radius: 25px;
    background: #003d83 !important;
}

.aiz-floating-button a {
    font-size: 16px;
    width: auto;
    height: 42px;
    border-radius: 25px;
    box-shadow: inherit !important;
}


.aiz-floating-button a .circle span {
    width: 36px;
    height: 36px;
    background: var(--bg-primary) !important;
    z-index: 2;
}

.floating-buttons-section-control {
    display: block;
    background: var(--yellow);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-bottom: 12px;
    margin-right: -35px;
}

.deal-wrap,
.auction-wrap {
    display: flex;
    justify-content: start;
    align-items: center;
}

/* .p-dtl {
    display: flex;
    justify-content: space-between;
    align-items: center;
} */

.c-share {
    position: relative;
    width: 32px;
    height: 32px;
}

.c-share__input {
    display: none;
}

.c-share__input:checked~.c-share__toggler .c-share__icon {
    transition: 0s;
    width: 0;
    height: 0;
    color: #639eff;
}

.c-share__input:checked~.c-share__toggler .c-share__icon::before {
    transform: rotate(-45deg);
}

.c-share__input:checked~.c-share__toggler .c-share__icon::after {
    transform: rotate(45deg);
}

.c-share__input:checked~.c-share_options {
    width: fit-content;
    height: auto;
    border-radius: 0.3125em;
}

.c-share__input:checked~.c-share_options::before,
.c-share__input:checked~.c-share_options li {
    transition: 0.3s 0.15s;
    opacity: 1;
    transform: translateY(0);
}

.c-share__toggler,
.c-share_options {
    position: absolute;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    background-color: #fff;
    z-index: 8;
}

.c-share__toggler {
    cursor: pointer;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-share__icon {
    position: relative;
    right: -6px;
    width: 0.5em;
    height: 0.5em;
    border-radius: 100%;
    color: #029dfc;
    background-color: currentColor;
    box-shadow: 0.625em -0.625em, 0.625em 0.625em;
    transition: 0.1s 0.05s;
}

.c-share__icon::before,
.c-share__icon::after {
    content: "";
    position: absolute;
    width: 1em;
    height: 0.125em;
    background-color: currentColor;
    transition: 0.1s;
}

.c-share__icon::before {
    top: 0.1875em;
    left: 0.1875em;
    transform-origin: bottom left;
    transform: rotate(45deg);
}

.c-share__icon::after {
    top: -0.125em;
    left: 0.03125em;
    transform-origin: center;
    transform: rotate(-45deg);
}

.c-share_options {
    list-style: none;
    margin: 0;
    padding: 8px 10px;
    box-sizing: border-box;
    overflow: hidden;
    transition: 0.2s;
    background-color: #fff;
    /* box-shadow: 0 0.125em 0.125em rgba(0, 0, 0, 0.3); */
}

.c-share_options::before {
    content: attr(data-title);
    display: block;
    margin-bottom: 1.25em;
    font-weight: 700;
}

.c-share_options li {
    font-size: 0.875em;
    color: #464646;
    cursor: pointer;
}

.c-share_options li:not(:last-child) {
    margin-bottom: 0.75em;
}

.c-share_options::before,
.c-share_options li {
    opacity: 0;
    transform: translateY(0.625em);
    transition: 0s;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    background: #cbe3db;
}

.jssocials-share-link {
    padding: 0.6em;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.jssocials-share {
    margin: 0.3em 0.2em 0.3em 0;
}

.jssocials .jssocials-shares {
    display: flex;
    flex-direction: column;
}

.jssocials-share-instagram .jssocials-share-link {
    background: radial-gradient(circle at 30% 107%,
            #fdf497 0%,
            #fdf497 5%,
            #fd5949 45%,
            #d6249f 60%,
            #285aeb 90%);
}

.jssocials-share-instagram .jssocials-share-link:hover {
    background: radial-gradient(circle at 40% 130%,
            #fdf497 0%,
            #fdf497 5%,
            #fd5949 45%,
            #d6249f 60%,
            #285aeb 90%);
}

.copy-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #fff;
    background-color: var(--darkcyan) !important;
    border: none !important;
    width: 32px;
    height: 32px;
}

.la-twitter:before {
    content: "\f8db";
}

.jssocials-share-twitter .lab {
    font-family: bootstrap-icons !important;
}

.jssocials-share-twitter .jssocials-share-link {
    background: #1e3050;
}

.jssocials-share-twitter .jssocials-share-link:hover {
    background: #18263f;
}

ul.social [class*="twitter"]:hover,
ul.social.colored [class*="twitter"] {
    background-color: #1e3050;
}

.top-infos .bi-heart::before {
    padding-top: 8px;
}

ul.social i {
    color: #171727;
    font-size: 18px;
    font-weight: 400;
}

ul.social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50em;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    background-color: #d5d5df;
}

.noUi-horizontal .noUi-handle {
    right: -8px;
    top: -5px;
}

.noUi-handle {
    width: 16px !important;
    height: 16px !important;
    border-radius: 50%;
    background: var(--hov-green);
    cursor: pointer;
    box-shadow: none !important;
}

.aiz-range-slider .noUi-connect {
    background: var(--green);
}

.aiz-range-slider .noUi-target {
    border-color: var(--green);
}

.noUi-horizontal {
    height: 8px;
}

/*****new listing page ********/
.listing-banner {
    position: relative;
    background-color: #0076c4;
    min-height: 300px;
}

.search-listing-category {
    padding: 150px 0 100px;
}

.list-search {
    height: 50px;
}

.infos-dsc {
    padding-left: 0;
    margin-bottom: 0;
}

.color-bg-lightblue ul {
    padding-left: 0;
    margin-bottom: 0;
}

.color-bg-lightblue {
    background-color: #dbdbdb;
    border-radius: 2px;
    display: inline-block;
    padding: 8px 10px;
}

.color-bg-lightblue ul li {
    border-left: 1px solid #b5b5b5;
    display: inline-block;
    line-height: 13px;
    padding: 0 16px 0 20px;
}

.color-bg-lightblue ul li i {
    color: #313131;
    font-size: 14px;
    margin-right: 4px;
}

.color-bg-lightblue ul li:first-child {
    border-left: 0;
    padding-left: 0;
}

.infos-dsc li {
    border-left: 1px solid #b0b0b0;
    color: #424242;
    display: inline-block;
    line-height: 13px;
    padding: 0 16px 0 16px;
}

.infos-dsc li span {
    color: #424242;
    font-size: 14px;
    margin-right: 4px;
}

.infos-dsc li:first-child {
    border-left: 0;
    padding-left: 0;
}

.bidinfos {
    padding-left: 0;
    margin-bottom: 0;
}

.bidinfos li {
    display: inline-block;
    border: none;
    line-height: 28px;
    padding: 0;
    margin-right: 20px;
}

.bidinfos li span {
    color: #4a4a4a;
    margin-right: 6px;
}

.list-item {
    padding-left: 0;
}

.list-item li {
    padding-left: 0;
    list-style: inside;
    line-height: 1.75rem;
}

.file-uploader {
    /* background-color: #ebf4f2; */
    border-color: var(--soft-light) !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 4px;
    color: #242424;
}

.file-uploader__message-area {
    font-size: 18px;
    color: var(--dark);
}

.file-list {
    background-color: white;
    font-size: 16px;
}

.file-list__name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-list li {
    height: 50px;
    line-height: 50px;
    /* margin-left: 0.5em; */
    margin-bottom: 5px;
    border: none;
    overflow: hidden;
}

.removal-button {
    width: 8%;
    border: none;
    background-color: var(--info);
    color: white;
}

.removal-button::before {
    content: "X";
}

.removal-button:focus {
    outline: 0;
}

.file-chooser {
    padding: 1em 0 1em 0;
    transition: background-color 1s, height 1s;
}

.file-chooser p {
    font-size: 18px;
    padding-top: 1em;
}

.file-uploader {
    /* max-width: 400px; */
    height: auto;
    padding: 20px;
    /* margin: 2em auto ; */
}

.file-uploader * {
    display: block;
}

.file-uploader input[type="submit"] {
    margin-top: 2em;
    /* float: right; */
}

.file-list {
    margin: 0 auto;
    max-width: 90%;
}

.file-list__name {
    max-width: 70%;
    float: left;
}

.removal-button {
    display: inline-block;
    height: 100%;
    float: right;
}



.file-uploader__submit-button {
    /* width: 100%; */
    border: none;
    display: inline-block;
    font-size: 1rem;
    padding: 1em 2rem;
    background-color: var(--darkcyan);
    color: white;
}

.file-uploader__submit-button:hover {
    background-color: var(--cyan);
}

.file-list li:after,
.file-uploader:after {
    content: "";
    display: table;
    clear: both;
}

.hidden {
    display: none;
}

.hidden input {
    display: none;
}

.error {
    background-color: var(--info);
    color: white;
}



#files-area1,
#files-area2 {
    width: 100%;
    margin: 0;
}

.file-block {
    border-radius: 10px;
    background-color: rgba(144, 163, 203, 0.2);
    margin: 5px;
    display: inline-flex;
}

.file-block>span.name {
    padding-right: 10px;
    display: inline-flex;
}

.file-delete {
    width: 24px;
    cursor: pointer;
    text-align: center;
}

.file-delete:hover {
    background-color: rgba(144, 163, 203, 0.2);
    border-radius: 10px;
}

.file-delete>span {
    transform: rotate(45deg);
    display: inline-block;
}


.seller-btn {
    padding: 2px 10px !important;
}

.wrap-content {
    position: relative !important;
    height: 100% !important;
}

.panel-default>.panel-heading {
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-default>.panel-heading a {
    background: #e4e5e7;
    display: block;
    padding: 20px 20px;

}

.panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: #eee;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.panel-body {
    padding: 10px 0 !important;
}

.panel-body p {
    line-height: 28px;
}

.text-primary {
    color: #0E97C8 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.animate-underline-primary::after {
    bottom: -3px;
    background: var(--primary) !important;
}

/**** new css style *****/

.dropdown-menu-lg-left {
    right: -18px;
    left: auto;
}


.ticker-container {
    width:95%;
    overflow: hidden;
    white-space: nowrap;
    background: transparent;
    padding: 10px;
    /* color: var(--soft-dark); */
}

.ticker-wrapper {
    display: inline-block;
    animation: ticker 30s linear infinite;
}

.ticker-wrapper:hover {
    animation-play-state: paused;
}

.ticker {
    display: inline-block;
}

.ticker-text {
    font-weight: 600;
    color: #ed1b24;
}

.blink {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@keyframes ticker {
    0% {
        transform: translateX(40%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.btn-1 {
    background: #ed1b24;
    color: #FFFFFF !important;
    padding: 4px 8px;
    border-radius: 2px;
    text-decoration: none;
}


.category-Img {
    width: 180px !important;
    height: 180px !important;
    border-radius: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.category-Img img {
    width: 180px !important;
    height: 180px !important;
    border-radius: 100%;
    overflow: hidden;
}

.hov-animate-outline:hover::before {
    border-top-color: var(--primary);
    border-right-color: var(--primary);
    transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
}

/* .vid-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  overflow: hidden;
  position: relative;
}

video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
} */

/* .onb-embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  margin-bottom: 1em;
}
.onb-embed-responsive .onb-embed-responsive-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.onb-embed-responsive__16by9 {
  padding-bottom: 56.25%;
}

.onb-embed-responsive__4by3 {
  padding-bottom: 75%;
} */



video::-webkit-media-controls-volume-slider {
    /*   display: none; */
}

video::-webkit-media-controls-current-time-display {
    display: none;
}

video::-webkit-media-controls-fullscreen-button {
    display: none;
}

video::-webkit-media-controls-time-remaining-display {
    display: none;
}

video::-webkit-media-controls-mute-button {
    /*   display: none; */
}

video::-webkit-media-controls-play-button {
    /*   display: none; */
}

video::-webkit-media-controls-timeline {
    display: none;
}

.aiz-carousel .slick-arrow {
    width: 30px !important;
    height: 30px !important;
    font-size: 15px;
    line-height: 30px !important;
}

/******** responsive *******/
@media (min-width: 1280px) {
    .fs-lg-50 {
        font-size: 50px !important;
    }
}

@media (max-width: 1280px) {
    .fs-lg-40 {
        font-size: 40px !important;
    }

    .container-fluid {
        padding: 0 20px !important;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1060px;
    }

    .aiz-accordion-heading.active,
    .aiz-accordion-heading:hover {
        background-color: var(--hov-primary) !important;
    }


    .aiz-accordion-heading .aiz-accordion::after {
        content: "\002B";
        color: #fff !important;
        font-weight: bold;
        float: right;
        margin-left: 5px;
        font-size: 18px;
    }

}

@media (max-width: 991px) {
    .search-container {
        position: absolute;
    }

    .bg-fot {
        background-color: var(--purple-dark);
    }

    .aiz-accordion-heading .aiz-accordion {
        padding: 10px 0;
    }

}

@media (max-width: 767px) {
    .fs-md-32 {
        font-size: 32px !important;
    }

    .deal-wrap {
        display: inherit;
        justify-content: start;
        align-items: center;
    }

    .aiz-count-down-circle {
        padding: 1rem 0;
    }

    .aiz-accordion-panel ul li {
        border-bottom: 1px solid #2f6fb7 !important;
        padding-left: 0;
        padding-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .logo-widget {
        height: 60px;
    }


    .category-Img {
       width: 90px !important;
       height: 90px !important;
        border-radius: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    .category-Img img {
        width: 90px !important;
        height: 90px !important;
        border-radius: 100%;
        overflow: hidden;
    }

    .py-50 {
        padding: 20px 0;
    }

    .btn-outline {
        padding: 0.5rem 1.5rem;
    }

    .floating-buttons-section-control {
        display: block;
        background: var(--bg-primary) !important;
    }

    .btn-sm, .btn-outline {
        font-size: 0.8125rem;
        padding: 6px 14px !important;
    }
}

@media (max-width: 575px) {
    .p-dtl {
        display: inherit;
        justify-content: inherit;
        align-items: center;
    }

    .search-listing-category {
        padding: 50px 0;
    }

    .pt-50 {
    padding-top: 30px;
    }
    .pb-50 {
    padding-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .col-xs {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }

    .row-cols-xs-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xs-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xs-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-xs-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xs-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xs-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xs-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xs-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xs-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xs-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xs-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xs-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xs-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xs-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xs-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xs-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xs-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xs-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xs-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xs-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xs-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xs-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xs-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xs-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xs-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xs-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xs-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xs-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xs-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xs-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xs-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xs-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xs-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xs-0 {
        margin-left: 0;
    }

    .offset-xs-1 {
        margin-left: 8.333333%;
    }

    .offset-xs-2 {
        margin-left: 16.666667%;
    }

    .offset-xs-3 {
        margin-left: 25%;
    }

    .offset-xs-4 {
        margin-left: 33.333333%;
    }

    .offset-xs-5 {
        margin-left: 41.666667%;
    }

    .offset-xs-6 {
        margin-left: 50%;
    }

    .offset-xs-7 {
        margin-left: 58.333333%;
    }

    .offset-xs-8 {
        margin-left: 66.666667%;
    }

    .offset-xs-9 {
        margin-left: 75%;
    }

    .offset-xs-10 {
        margin-left: 83.333333%;
    }

    .offset-xs-11 {
        margin-left: 91.666667%;
    }
}

@media (max-width: 360px) {
    .row-cols-xxs-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-xxs-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-xxs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 300px) {
    .col-xxxs-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 240px) {
    .row-cols-xxxs-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.ads-column-wrap {
    height: 300px;
    max-height: 300px;
    object-fit: contain;
}

.img-fit-product {
  max-height: 100%;
  width: 100%;
}

.img-fit-product img {
    height: 100%;
    width: 100%;
    max-width: 100%;
    cursor: pointer;
    object-fit: contain;
    object-position: center center;
}


.home-banner-area {
    position: relative;
}

.custom-navbar {
    position: relative;
}

.custom-navbar .dropdown-menu .show > .dropdown-toggle::after{
    transform: rotate(-90deg);
}

@media (min-width: 767px) {
    .custom-navbar .navbar-nav .dropdown-menu .caret {
        transform: rotate(-90deg);
    }
}

.custom-navbar .nav-link {
    padding: 10px 14px !important;
}

.custom-navbar .dropdown-menu {
  border-color: #dfdfe6;
  padding: 0;
  border: none;
  border-bottom: 1px solid #d5d5df;
  border-radius: 2px;
  max-width: 100%;
}

.custom-navbar .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #d5d5df;
}

