/*  Animated button (See more)  */
.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button span:after {
    content: "\00bb";
    position: absolute;
    opacity: 0;
    top: 0;
    left: -20px;
    transition: 0.5s;
}

.button:hover span {
    padding-left: 15px;
}

.button:hover span:after {
    opacity: 1;
    left: 0;
}

/*  Product Detail Gllery  */
.thumbnav {
    display: flex;
    margin: 0;
    list-style: none;
}

.thumbnav li img {
    padding: 3px;
}

/*  Textarea size  */
textarea.uk-input {
    min-height: calc(4.5em + 0.75rem + 2px);
    resize: vertical;
}

.uk-card-body {
    display: flow-root;
    padding: 10px 30px !important;
}

.card-align {
    align-items: center !important;
}

.card-height {
    height: 216px;
}

.product-title-fz {
    font-size: 1rem !important;
}

/* Signup modal items */
.align-center-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-flow: column;
}

.light-title {
    color: white;
    font-weight: bold;
    font-size: 2.4rem;
}

.light-text-btn {
    font-size: 1.4rem;
    color: rgb(255, 255, 255);
}

.light-text-btn:hover {
    color: white;
}

.container-overlay {
    background-color: rgba(37, 37, 37, 0.473);
    backdrop-filter: blur(12px);
}

/* user order status */
.pending-label {
    background-color: #3242d2;
    color: #fff;
}

.submit-label {
    background-color: #0f8b2a;
    color: #fff;
}

.delivery-label {
    background-color: #32a5d2;
    color: #fff;
}

.canceled-customer-label {
    background-color: #ffaf03;
    color: #fff;
}

.returned-label {
    background-color: #c41717;
    color: #fff;
}

.light-mode hr {
    background: rgb(207, 207, 207) !important;
}

/* sidebar */
.avatar {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
    text-align: center;
    background: var(--primary);
}

.sidebar-badge {
    color: white !important;
    box-sizing: border-box;
    min-width: 18px;
    height: 18px;
    padding: 11px;
    border-radius: 500px;
    vertical-align: middle;
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
}

/* checkout page */
.shopping-cart-height {
    min-height: 100px;
    max-height: 570px !important;
    overflow-y: scroll;
}

/* uikit */
.uk-radio {
    margin-left: 5px;
    margin-top: 0px;
}

.uk-tab>*>a {
    padding-bottom: 14px;
}

.uk-badge {
    padding: 13px;
    font-size: 14px;
}

.uk-button-text {
    line-height: 2.3;
}


/* shopping cart */
.light-mode .clear-cart-btn a {
    position: absolute;
    top: 8px;
    right: 8px;
    color: var(--primary) !important;
}

/* user order tab */
.order-tab-body {
    height: 184px;
    text-align: center;
    position: relative;
    top: 45px;
}

/* auth modal */

.modal-auth-btn a {
    color: white;
    font-size: 1.2rem;
}

/* shopping cart badge */
.cart-count {
    position: relative;
    top: -9px;
    left: -11px;
    z-index: 9999;
}

/* main height */
@media screen and (min-width: 800px) {
    main {
        min-height: 300px;
    }
}

/* products image (shpping cart , sheckout) */
.product-image-small {
    margin-inline: auto;
    width: 70px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.hero-gradient {
    background-image: linear-gradient(to right,
            var(--gradient-color),
            var(--secondary));
}

.svg-primary:hover {
    filter: invert(52%) sepia(28%) saturate(4640%) hue-rotate(167deg) brightness(98%) contrast(95%);
}

.post-svg {
    filter: invert(10%) sepia(78%) saturate(3712%) hue-rotate(219deg) brightness(96%) contrast(87%);
}

/* slider card customer voice */
.customer-card-height {
    border-radius: 15px;
    height: 350px;
}

.slider-arrow {
    background-color: white;
    border-radius: 50%;
    padding: 5px;
}

.slider-arrow:hover {
    color: white !important;
    background-color: var(--primary) !important;
}

/* dot navigation style */
.uk-dotnav>*>* {
    display: block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #c9cfe6;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    transition: 0.2s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15), 1px 1px 1px #fff;
}

.uk-dotnav>.uk-active>* {
    background-color: var(--primary) !important;
}

/* header with subtitle */
.divider-small {
    position: relative;
    margin-right: 5px;
}

.divider-small::before {
    content: "";
    display: inline-block;
    position: relative;
    vertical-align: middle;
    transform: rotate(90deg);
    height: calc(4px + 0.7em);
    margin-left: calc(5px + 0.5em);
    border-right: calc(4px + 0.01em) solid var(--primary);
}

/* quote style */
blockquote {
    margin: 0 0 20px 0;
    font-size: 20px;
    line-height: 1.3;
    font-style: normal;
    color: #111;
    font-weight: 530;
    letter-spacing: -0.02em;
}

blockquote .footer::before {
    content: "— ";
}

blockquote .footer {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.4;
    font-style: italic;
    font-weight: 400;
}

/* link style in a image */
.uk-link-toggle:hover .uk-link,
.uk-link:hover,
.link-primary:hover {
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: none !important;
}

/* border bottom  link */
.bordered-link {
    padding: 4px;
    line-height: 1.75;
    background: 0 0;
    color: #1c1c1c;
    border-bottom: 2px solid var(--primary);
    border-radius: 0;
}

.bordered-link:hover {
    color: var(--primary) !important;
    border-bottom-color: var(--primary);
}

.out-off-stock {
    background-color: rgb(255, 74, 74) !important;
    color: white !important;
    text-align: center !important;
    display: block !important;
}