/* plugin css */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}

.d-none {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-family: Poppins, Arial, Tahoma;
    font-weight: 600;
}

*,
::after,
::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {

    .h1,
    h1 {
        font-size: 2.5rem
    }
}

.h2,
h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {

    .h2,
    h2 {
        font-size: 2rem
    }
}

.h3,
h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {

    .h3,
    h3 {
        font-size: 1.75rem
    }
}

.h4,
h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

    .h4,
    h4 {
        font-size: 1.5rem
    }
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ol,
ul {
    padding-left: 2rem
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

b,
strong {
    font-weight: bolder
}

a {
    color: #0d6efd;
    text-decoration: underline
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5)
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
}

@media (min-width:576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.fade {
    transition: opacity .15s linear
}

.fade:not(.show) {
    opacity: 0
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 1rem;
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: .125rem
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto
}

.button-set.style0 ul {
    display: flex;
    max-width: 110px;
    margin: auto;
    border-radius: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 6px 15px;
    position: relative;
}

@media (min-width:576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }

    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }

    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-end {
        --bs-position: end
    }

    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto
    }

    .d-md-block {
        display: block !important;
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }

    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }

    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }

    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-toggle::after {
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropstart .dropdown-toggle::after {
    display: none
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, .15)
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1rem;
    color: #212529
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item {
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .15)
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

.modal-header {
    display: flex;
    justify-content: space-between;
}

.btn-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    right: 0;
    top: 0;
    text-align: center;
    opacity: .65;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
    border: none;
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

@media (min-width:590px) {

    .modal-dialog-scrollable .modal-content {
        margin: auto 2rem;
    }
}

@media (min-width:480px) {

    .modal-dialog-scrollable .modal-content {
        margin: auto 1rem;
    }
}

.modal.show .modal-dialog {
    transform: none;
    background-color: rgb(0 0 0 / 70%);
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: 100%;
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
    max-width: 600px;
    margin: auto;
    padding: 1rem;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion:reduce) {

    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.text-center {
    text-align: center !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

@media (min-width:992px) {
    .d-lg-block {
        display: block !important
    }
}

/*------------------------------------------
    3. Annimex Custom Icon
  -------------------------------------------*/
@font-face {
    font-family: annimex-icons;
    src: url(../fonts/annimex-iconsdb80.ttf?teavmy) format('truetype'), url(../fonts/annimex-iconsdb80.woff?teavmy) format('woff'), url(../fonts/annimex-iconsdb80.woff2?teavmy) format('woff'), url(../fonts/annimex-iconsdb80.svg?teavmy#annimex-icons) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: block
}

.an {
    font: normal normal normal 15px/1 annimex-icons;
    speak: never;
    text-transform: none;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.an-minus-r:before {
    content: "\ead8"
}

.an-plus-l:before {
    content: "\ebe0"
}

.an-times-l:before {
    content: "\ec0f"
}

.an-heart-l:before {
    content: "\ebbb"
}

.an-star:before {
    content: "\f005"
}

.an-star-o:before {
    content: "\f006"
}

.an-search-l:before {
    content: "\ebf3"
}

.an-facebook:before {
    content: "\eafa"
}

.an-instagram:before {
    content: "\ec01";
}

.an-twitter:before {
    content: "\ec36"
}

.an-youtube:before {
    content: "\ec3f"
}

/*------------------------------------------
    4. Slick Slider
  -------------------------------------------*/
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.slick-slide img {
    display: block
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}


/*------------------------------------------
    5. Magnific Popup
  -------------------------------------------*/
.mfp-hide {
    display: none !important
}

.an-whatsapp:before {
    content: "\ec3d"
}

.an-pinterest-p:before {
    content: "\ec24"
}

.an-envelope-l:before {
    content: "\ebaa"
}

/* animate css */

/* extra-style css  */
.index-demo16 #MobileNav li a,
.index-demo16 #siteNav a,
body,
button,
html,
input,
select,
textarea {
    font-family: Poppins, Arial, Tahoma
}

.hidden-body,
.lookbook .lookbook-item.gallery,
.threesixty,
html,
svg:not(:root) {
    overflow: hidden
}

a,
a:active,
a:hover {
    text-decoration: none
}

#settingsBox #language,
.index-demo1 .grid-masonary.banner-grid .banner-item.col-sm-12,
.index-demo17 .grid-products .product-review,
.index-demo5 .collection-banners .row .banner-item,
.index-demo7 .mini-product .mini-list-item:last-of-type,
.list--inline li,
.parallax-banner-style4 .hero .hero__inner span,
p:last-child {
    margin-bottom: 0
}

.invisible,
.search-container,
.search-drawer,
.threesixty .threesixty_images img.previous-image {
    visibility: hidden
}

.slick-next:before,
.slick-prev:before,
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*,
::after,
::before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

html {
    overflow-y: auto
}

body {
    font-size: 13px;
    letter-spacing: .02em;
    line-height: 1.7;
    color: #222;
    font-weight: 400;
    margin: 0;
    padding: 0
}

#userLinks ul li,
.button-set.style2 ul li,
.button-set.style3 ul li,
.collection-banners.style1 .collection-grid-item a,
.grid-products.prd-list .product-review .caption,
.imgBanners .details .tt-small,
.instagram-shop .insta-item,
.loading .modalOverly,
.megamenu-list-item-menu.nav-megamenu .nav-megamenu-list,
.showOverly .modalOverly,
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block
}

.hidden,
.index-demo6 .promo-counter.days-time .ht-count.hour span>span:not(.time-count),
.index-demo6 .promo-counter.days-time .ht-count.minutes span>span:not(.time-count),
.index-demo6 .promo-counter.days-time .ht-count.second span>span:not(.time-count),
.mobile-nav-wrapper,
.promo-counter.days-time .ht-count.hour span>span:not(.time-count),
.promo-counter.days-time .ht-count.minutes span>span:not(.time-count),
.promo-counter.days-time .ht-count.second span>span:not(.time-count),
.site-header__logo.mobileview,
.template-index .classicHeader.sticky-header .default-logo,
.template-index.searchact .classicHeader .default-logo,
.template-index:not(.searchact) .classicHeader:not(.sticky-header) .sticky-logo,
.top-info-bar.style2 .ht-count.hour span>span:not(.time-count),
.top-info-bar.style2 .ht-count.minutes span>span:not(.time-count),
.top-info-bar.style2 .ht-count.second span>span:not(.time-count),
[hidden] {
    display: none
}

a {
    color: #333;
    outline: 0
}

a,
a:after,
a:before {
    -ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

img {
    height: auto;
    max-width: 100%;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}

.category-6col-page .container-fluid,
.category-7col-page .container-fluid,
.collection-slider-full .collection-grid-slider,
.featured-content .featured-content-bg .display-table-cell,
.featuredContentStyle3.featuredContent .container-fluid,
.home-blog-post-style1 .blogpost-item .publish-detail li,
.index-demo23 .collection-slider-4items .slick-slide,
.instagram-grid .instagram-item,
.instagram-section .instagram-item,
.sideProSlider.grid-products .button-set.style0 ul li,
.sideProSlider.grid-products .item .swatches li,
.sidebar .sidebar_widget .widget-content .product-tags li,
.sub-collection.collection-slider-4items .slick-slide,
.tab_container .grid-products.grid-products-style1 .item,
ol,
ul {
    padding: 0
}

ul {
    list-style: inside
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
blockquote,
caption,
dd,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
menu,
ol,
p,
pre,
table,
ul {
    margin: 0 0 15px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    margin: 0 0 10px;
    font-family: Poppins, Arial, Tahoma;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .02em;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.h1,
.index-demo3 .newsletter-section .section-header h2,
.instagram-grid .instagram-item .ins-icon .icon,
.instagram-section .instagram-item .ins-icon .icon,
h1,
h3.blog-not {
    font-size: 24px
}

.h2,
h2 {
    font-size: 19px;
    text-transform: uppercase
}

.h3,
.index-demo16 .slideshow .slide2 .ss-sub-title,
.index-demo18 .slideshow .slide1 .ss-sub-title,
h3 {
    font-size: 18px
}

.h4,
h4 {
    font-size: 16px
}

.form-control,
button,
input,
select,
textarea {
    font-size: 13px;
    font-family: Poppins, Arial, Tahoma;
    background: #fff;
    border: 1px solid #d7d7d7;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
    color: #424242
}

.form-control,
input,
select,
textarea {
    width: 100%;
    font-size: 13px;
    letter-spacing: .02em;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 6px
}

.form-control,
input,
select {
    height: 42px;
    padding: 0 15px
}

#cart-drawer>h4,
#settingsBox .ttl,
#userLinks li a,
.cnrLangList li a,
.icons-col .customer-links,
.logo a,
.minicart-bottom .agree-check,
.minicart-bottom .subtotal>span,
.minicart-header>h4,
.tooltip>.tooltip-inner,
th {
    text-transform: uppercase
}

.btn,
.btn-primary,
.notification-bar__message,
.promotion-header {
    letter-spacing: 1px;
    text-transform: uppercase
}

#pre-loader,
.mask-overlay {
    position: fixed;
    height: 100%
}

.clear,
.clearfix:after,
.share-icon {
    clear: both
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.btn,
.btn-primary {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 8px 20px;
    background-color: #222;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    line-height: normal;
    white-space: normal;
    font-size: 13px;
    -ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

#pre-loader img,
.cart-variant1 .cart .cart__price-wrapper,
.iconset,
.loadmore-post,
.logo a,
.notification-bar,
.promotion-header,
.slick-dots {
    text-align: center
}

.rounded {
    border-radius: 6px !important
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: .7
}

label {
    display: block;
    margin-bottom: 5px
}

label[for] {
    cursor: pointer
}

.d-flex-center,
.d-flex-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap
}

.d-flex-wrap,
.product-tags {
    display: flex;
    flex-wrap: wrap
}

.d-flex-center {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.container {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px
}

.grid__item {
    float: left;
    padding-left: 30px;
    width: 100%
}

#AccessibleNav,
.grid--no-gutters>.grid__item {
    padding-left: 0
}

.button-set-top .btn-icon,
.cart__row,
.collection-banners.style2 .imgBanner-grid-item,
.collection-slider-full .collection-grid-slider .collection-item,
.collection-slider-full .collection-slider-4items.caption-on-image .collection-item,
.falling-snow,
.header-main,
.header-wrap,
.iconset,
.limenu-mega,
.logo a,
.menu-outer .container,
.menu-outer .container-fluid,
.product-buttons>a,
.promotion-header,
.search-drawer .container,
.search-drawer .container-fluid,
.sidebar .sidebar_widget.categories .sub-level,
.slideshow .slide,
.slideshow-wrapper,
.top-bar,
.top-info-bar {
    position: relative
}

#pre-loader {
    background-color: #000;
    width: 100%;
    margin-top: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 999999
}

.top-bar,
.top-info-bar {
    background-color: #000;
    z-index: 49
}

.collection-banners.style6 .collection-grid-item__title,
.countdown-text.style3 .prcountdown>span,
.countdown-text.style3 label,
.featured-content.style1 .f-item:not(.white-bg) h3,
.footer-11 .footer-links a,
.footer-11 .footer-top .h4,
.footer-11 .social-icons-col a,
.footer-2 .copyright-col,
.footer-2 .copyright-col a,
.footer-2 .footer-links a,
.footer-2 .footer-top .h4,
.footer-2 .social-icons li a,
.footer-9 .footer-links a,
.footer-9 .footer-top .h4,
.footer-9 .social-icons li a,
.grid-categorys .style1 .category-grid-item .category-title,
.grid-categorys .style1 .category-grid-item .counts,
.grid-categorys .style4 .category-grid-item .category-title,
.grid-categorys .style4 .category-grid-item .counts,
.grid-lookbook.style2 .lookbook .lookbook-caption a,
.header-12 #siteNav>li>a:hover,
.header-12 .iconset,
.header-12 .iconset a,
.header-12 .js-mobile-nav-toggle .an,
.header-13 .iconset,
.header-13 .iconset a,
.header-13 .js-mobile-nav-toggle .an,
.header-13 .social-icons li a,
.header-7 .iconset,
.header-7 .iconset a,
.header-7 .js-mobile-nav-toggle .an,
.index-demo16 .collection-banners.style7 .collection-grid-item:hover .details .title,
.index-demo7 .slick-next:before,
.index-demo7 .slick-prev:before,
.lookbook .zoom-img:hover .an,
.marquee-text .top-info-bar a,
.newsletter-section .section-header h2,
.parallax-banner-style4 .hero .saleTime span>span span,
.template-index:not(.searchact) .classicHeader:not(.sticky-header) #siteNav>li>a,
.template-index:not(.searchact) .classicHeader:not(.sticky-header) .iconset,
.template-index:not(.searchact) .classicHeader:not(.sticky-header) .iconset a,
.template-index:not(.searchact) .classicHeader:not(.sticky-header) .js-mobile-nav-toggle .an,
.top-bar,
.top-bar .social-icons li a,
.top-bar a,
.top-header a {
    color: #fff
}

.filters-toolbar-wrapper select,
.index-demo13 .grid-products .item .product-name a,
.index-demo13 .section-header p,
.index-demo7 .btn:not(.btn-lg),
.index-demo7 .form-control,
.index-demo7 input,
.index-demo7 select,
.index-demo7 textarea,
.lookbook .products .btn-shop .icon,
.promo-counter.days-time span>span span,
.top-bar,
body.index-demo7 {
    font-size: 12px
}

.header-main,
.sticky-header .header-wrap {
    min-height: 60px
}

.header-main,
.sticky-header {
    background-color: #fff;
    border-bottom: 0
}

.iconset,
.minicart-content .item .qtyField .qtyBtn {
    height: 30px
}

.header-main {
    z-index: 49;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out
}

.header-wrap {
    padding: 26px 0;
    box-shadow: 0 0 10px 8px #00000014
}

.dashboard-content p,
.faqs-style1 .accordion .collapse.show,
.grid-mr-0,
.grid-products .item .brands p,
.index-demo23 .collection-slider-4items .slick-list,
.logo,
.quotes-slider-style2 .slick-dots,
.quotes-slider-style2 .slick-list,
.quotes-slider-style2 .slick-slide,
.testimonial-style2 .section-header {
    margin: 0
}

.logo a {
    display: block;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    text-decoration: none
}

.logo img {
    display: block;
    width: 180px;
    margin: 0 auto
}

.iconset {
    color: #030505;
    line-height: 30px;
    padding: 0 9px;
    cursor: pointer;
    display: flex;
    align-items: center
}

.header .iconset .tooltip-label {
    top: -30px
}

#siteNav>li>a {
    color: #111;
    padding: 18px 20px
}

.collection-banners.style3 .collection-grid-item .collection-grid-item__title,
.collection-banners.style3 .collection-grid-item .counts,
.featuredContentStyle2.featuredContent h3,
.featuredContentStyle2.featuredContent p,
.filters-toolbar-wrapper .change-view--active,
.footer-links a:hover,
.index-demo22 #siteNav>li .grid-products .product-review,
.index-demo22 .top-info-bar.style1 .btn-close,
.index-demo7 .body-font,
.index-demo7 .btn,
.minicart-content .item .remove:hover,
.product-price .price,
.product-single-style3 .orderMsg,
.product-single-style3 .userViewMsg .an,
.product-single-style3 .userViewMsg .uersView,
.search-drawer .action.search:hover,
.social-icons li a:hover,
.template-product .product-tabs li.active a,
.template-product .product-tabs li:hover a,
body.index-demo7 {
    color: #000
}

.social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    flex-wrap: wrap
}

.social-icons li a {
    position: relative;
    padding: 0 5px;
    color: #3e3e3e;
    display: flex;
    align-items: center
}

#siteNav {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap
}

#siteNav.center {
    text-align: center;
    justify-content: center
}

@media (min-width:990px) {

    #siteNav a,
    #siteNav>li.dropdown,
    #siteNav>li.mdropdown,
    .header .container {
        position: relative
    }

    #siteNav a {
        text-decoration: none;
        font-size: 13px;
        display: block;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        letter-spacing: .05em
    }

    #siteNav>li {
        display: inline-block;
        text-align: left
    }

    #siteNav.medium>li a {
        font-weight: 400
    }
}

.dropdown-menu.nav-megamenu {
    display: none;
    left: 30%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden
}

.dropdown-menu.megamenu-list-item-menu.nav-megamenu {
    display: none;
    left: 30%;
    transform: translateX(-33%);
    opacity: 0;
    visibility: hidden
}

.nav-megamenu.nav-megamenu-saree {
    max-width: 1200px;
    width: 1200px
}

.header-10 #siteNav>li>a,
.nav-megamenu .nav-megamenu-list li a {
    color: #333;
    font-size: 16px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
    text-transform: capitalize
}

.footer .social-icons li a,
.footer-links a,
.index-demo11 .slideshow .slick-arrow:before,
.lookbook .lookbook-caption a {
    color: #111
}

.category-banner-slider .slick-prev,
.collection-slider .collection-grid .slick-prev,
.index-demo12 .collection-banners.style8 .details.center-left,
.slick-prev {
    left: 10px
}

#newsletter-modal .newsltr-text .social-icons li a .an,
.button-set li .btn-icon .icon,
.featured-content.style1 .product-review .an,
.footer .social-icons li i,
.grid-products .item .product-details.text-left .product-name a,
.grid-products .item .product-details.text-left .product-price .price,
.index-demo19 .grid-categorys .category-item .details,
.index-demo19 .slideshow .ss-small-title,
.index-demo21 .promo-counter.days-time span>span span,
.index-demo22 .ss-small-title,
.index-demo24 .quotes-slider-1item .quotes-slider__text,
.row_text {
    font-size: 14px
}

.aboutus-section.shop-title-section::before,
.blog--grid-load-more .article,
.button-set-bottom .btn i,
.collection-banners.style1 .collection-grid-item .details:before,
.collection-banners.style3 .collection-grid-item .details:before,
.collection-banners.style4 .collection-grid-item .details:before,
.collection-banners.style5 .collection-grid-item .details:before,
.collection-banners.style6 .collection-grid-item .details:before,
.collection-slider-full .collection-grid-slider .details:before,
.collection-slider.background-none .details:before,
.collection-top-filters .count-bubble:empty,
.coming-soon-page .modal-backdrop,
.faqs-style1 .accordion .accordion-header:before,
.filterbar .static-banner-block,
.footer .social-icons-col a:before,
.footer-2 .social-icons li a:before,
.grid-products .item .swatches.color-style li input[type=checkbox],
.grid-products .item:hover .saleTime,
.product-details-img .social-sharing .share-title,
.product-form .swatch .swatchInput,
.product-load-more .item,
.product-load-more .list-product,
.product-review-form,
.review-rating>input,
.shop-fullwidth .filterbar .sidebar_widget:not(.filterBox),
.shop-title-section::after,
.slideshow img.mobile-hide,
.tab-container .tab-content,
.tab-slider-product .tab_content,
.tab-slider-product .tab_drawer_heading {
    display: none
}

.category-banner-slider .slick-next,
.collection-slider .collection-grid .slick-next,
.slick-next {
    right: 10px
}

.breadcrumbs-wrapper {
    background: #f9f9f9;
    margin: 0 0 30px
}

.breadcrumbs a,
.breadcrumbs span {
    color: #222;
    display: inline-block;
    padding: 0 3px 0 0;
    margin-right: 3px;
    font-size: 12px
}

.image-swatches li,
.product-form .swatch .swatchLbl,
.product-form .swatch.swatches-image .swatchLbl {
    background-position: 50% 50%;
    background-size: 100% auto
}

.slick-next,
.slick-prev,
.sold-out span {
    top: 50%;
    position: absolute;
    text-align: center
}

.slick-next,
.slick-prev {
    width: 30px;
    height: 30px;
    z-index: 9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    font-size: 0px;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: none;
    opacity: 1
}

.slick-next:before,
.slick-prev:before {
    font-family: annimex-icons;
    font-size: 20px;
    color: #222;
    opacity: .75;
    vertical-align: middle;
    display: block
}

.slick-prev:before {
    content: "\ea8b"
}

.slick-next::before {
    content: "\ea8c"
}

.product-labels {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 1
}

.product-labels .lbl {
    display: block;
    white-space: nowrap;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    padding: 0 8px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px
}

.product-labels .on-sale {
    right: 5px;
    background: #f54337
}

.product-labels .new,
.product-labels .pr-label1 {
    left: 5px;
    background: #01bad4
}

.sold-out {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%
}

.saleTime,
.tooltip-label {
    z-index: 2;
    position: absolute
}

.button-set .tooltip-label,
.tooltip-label {
    background: #000;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    white-space: nowrap;
    visibility: hidden
}

.tooltip-label {
    opacity: 0;
    top: -38px;
    bottom: auto;
    left: 50%;
    border-radius: 3px;
    padding: 2px 6px;
    line-height: 1.5;
    transform: translateX(-50%);
    text-align: center;
    -ms-transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out
}

.tooltip-label:before {
    content: "";
    border: 5px solid transparent;
    border-top: 5px solid #000;
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -5px
}

.product-price .old-price {
    color: #555;
    font-size: 12px;
    opacity: .8;
    text-decoration: line-through
}

.product-review .an {
    font-size: 12px;
    opacity: 1;
    margin: 0 1px
}

.form-slider .slideshow .slick-arrow,
.grid-products.prd-grid .button-action,
.grid-products.prd-list .button-set,
.grid-products.prd-list .sold-out,
.mfp-hide,
.tox .tox-dialog__body-nav,
.tox .tox-notifications-container {
    display: none !important
}

.loadingBox,
.modalOverly {
    display: none;
    position: fixed
}

.modalOverly {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 666;
    background-color: rgba(0, 0, 0, .6);
    -ms-transition: .45s cubic-bezier(.29, .63, .44, 1);
    -webkit-transition: .45s cubic-bezier(.29, .63, .44, 1);
    transition: .45s cubic-bezier(.29, .63, .44, 1)
}

.product-form .swatch .swatchLbl,
.product-thumb a.slick-slide {
    cursor: pointer;
    -ms-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out
}

#item-quickView-modal,
#quickView-modal {
    max-width: 800px;
    margin: 50px auto;
    background-color: #fff;
    position: relative;
    padding: 25px
}

.product-form__item {
    -webkit-flex: 1 1 200px;
    -moz-flex: 1 1 200px;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
    padding: 5px 0 0;
    -webkit-flex: 1 1 200px;
    -moz-flex: 1 1 200px;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
    margin-bottom: 10px
}

.product-form .swatch .product-form__item {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0
}

.product-form .swatch label {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px
}

.product-form .swatch .swatch-element {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer
}

.product-form .swatch .swatch-element .tooltip-label {
    top: -32px
}

.product-form .swatch .active .swatchLbl {
    border-color: #000;
    box-shadow: none
}

.product-form .swatch .swatchLbl.color {
    width: 30px;
    height: 30px
}

.product-form .swatch .swatchLbl.xlarge {
    width: 70px;
    height: 70px
}

.product-form .swatch .swatchLbl {
    color: #333;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    min-width: 30px;
    height: 30px;
    overflow: hidden;
    text-align: center;
    background-color: #f5f5f5;
    padding: 0 10px;
    border: 1px solid #fff;
    box-shadow: 0 0 0 1px #ddd;
    background-repeat: no-repeat;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s ease-in-out
}

.product-form .swatch.swatches-image .swatchLbl {
    padding: 0;
    background-repeat: no-repeat
}

.product-form {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    width: 100%
}

.product-form .swatch {
    margin-bottom: 10px;
    width: 100%;
    clear: both
}

.product-form .qtyField,
.product-form .qtyField input {
    width: 92px
}

.product-details-img .product-thumb {
    padding: 0;
    width: 15%;
    margin: 0;
    float: left
}

.product-details-img .product-zoom-right {
    position: relative;
    padding: 0 0 0 10px;
    width: 85%;
    float: left
}

.product-details-img .product-tab-left .slick-next,
.qtyField .qtyBtn.plus {
    left: auto;
    right: 0
}

.product-single .product-single__meta,
.product-template__container .product-single__meta {
    position: relative;
    margin-bottom: 20px
}

.product-single__title.h1,
h1.product-single__title {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px
}

#product-countdown span>span,
.rte .h1:first-child,
.rte .h2:first-child,
.rte .h3:first-child,
.rte .h4:first-child,
.rte .h5:first-child,
.rte .h6:first-child,
.rte h1:first-child,
.rte h2:first-child,
.rte h3:first-child,
.rte h4:first-child,
.rte h5:first-child,
.rte h6:first-child,
.template-index .footer {
    margin-top: 0
}

table {
    margin-bottom: 15px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

.qtyField .qtyBtn,
.qtyField input {
    height: 40px;
    color: #111;
    text-align: center
}

.qtyField {
    position: relative;
    display: flex;
    align-items: center;
    width: 86px;
    margin: 0
}

.qtyField input {
    margin: 0;
    padding: 0 25px;
    width: 86px;
    background: 0 0;
    border-radius: 5px;
    border: 1px solid #ddd
}

.qtyField .qtyBtn {
    margin: 0;
    padding: 8px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: 0 0;
    border-radius: 0;
    border: none;
    position: absolute;
    left: 0
}

.qtyField .qtyBtn .icon {
    font-size: 10px
}

.input-group .btn,
.input-group .input-group__field,
.input-group>.form-control {
    height: 40px
}

#site-scroll {
    color: #000;
    background: #fff;
    cursor: pointer;
    font-size: 13px;
    width: 40px;
    height: 40px;
    line-height: 44px;
    right: 30px;
    position: fixed;
    border-radius: 50px;
    text-align: center;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    bottom: 40px;
    z-index: 444;
    display: none;
    box-shadow: 0 0 1px #ddd
}

.footer {
    margin-top: 50px
}

.price-off {
    color: #070 !important
}

/* ------new---- */

.about-promiss,
.product-slider-section .slick-cloned,
.sale-offer .slick-cloned,
.search-drawer,
.tab-content>.tab-pane,
.video-thumb-toggle iframe {
    height: 100%;
    width: 100%;
}

.accordion-button .show-order,
.accordion-button.collapsed .hide-order,
.add-wishlist-cart,
.add-wishlist-cart.active .awd-one,
.address-edit-icon,
.adeb-mobile,
.an-heart,
.apply-coupan,
.awd-two,
.banner-data-mobile,
.bannerformobile,
.big-slider .owl-nav,
.cancel-apply-btn-filtter,
.cart-content ul li .remove img,
.cart-order-details,
.cart-summery-panel ul li.shiping-chare-second,
.check-view-details,
.checkout-now,
.collection-grid-slider .details:before,
.continue-shopping,
.coupon-code-accordian .accordion-button::after,
.d-set,
.delivery-method-mobile,
.descriptionformobile,
.dot-close-img,
.filterbar.filterbarHide svg,
.filters-toolbar-product-count.product-count-mobile,
.footer-details-data ul li.list-inline-item a:after,
.homeburg-menu-main,
.left-move-sidebar img,
.mobile-nav--close .homeburg-menu span:nth-child(2),
.order-dots-menu,
.order-estimated.forTab,
.order-tracking:last-child::before,
.our-promiss-mobile,
.owl-theme .owl-dots,
.product-slider-arrow .slick-next::before,
.product-slider-arrow .slick-prev::before,
.product-slider-section .owl-dots,
.review-title-mobile,
.sale-offer-panel .slick-next:before,
.sale-offer-panel .slick-prev:before,
.saleTime,
.search-toggle .search-icon.icon-close,
.search-toggle.opened .search-icon.icon-search,
.set-mobile-acco2,
.set-mobilemenu,
.set-moblieacc,
.shimmer-box .entry-code button,
.shimmer-box .filttercolor-panel,
.ship-mobile,
.shippingfor-mobile,
.shop-now-banner-btn,
.sidebar .sidebar_widget .widget-content ul li ul li input,
.slick-next:before,
.slick-prev:before,
.sort-filtter-main,
.star-rating input[type=radio],
.testimonial-mobile-text,
.testimonial-title-text-mobile,
.thumb-sell.active svg,
.wishlist-icon.active .an-heart-l,
.writebtnmobile,
.youmaylike-see-more,
.zoom-details-product-mobile,
.zoompro-span.active,
body.menuOn:after {
    display: none;
}

/* .delivery-method {
    display: none !important;
} */

.mobile-delivery-method {
    display: none !important;
}

.header-main {
    min-height: auto;
    width: 100%;
}

/* extra responsive  */

@media screen and (max-width:991px) {

    .megamenu-list .dropdown-menu,
    .megamenu-list-item .megamenu-list-item-menu {
        position: unset;
        display: block;
        min-width: 100%;
        padding: 0 0 0 1.5rem;
        background-color: #fff;
        background-clip: padding-box;
        border: 0;
        border-radius: 0
    }

    #MobileNav .dropdown-menu.show .nav-megamenu-list,
    #MobileNav .dropdown-menue.show .nav-megamenu-list,
    #MobileNav .megamenu-list-item-menu.show,
    #MobileNav .nav-mega-section-list.megamenu-item-link00.show,
    #MobileNav .nav-mega-section-list.megamenu-item-link01.show,
    #MobileNav .nav-mega-section-list.megamenu-item-link02.show,
    #MobileNav .nav-mega-section-list.megamenu-item-link03.show,
    #MobileNav .nav-mega-section-list.megamenu-item-link04.show,
    .megamenu-item-link.show {
        display: block
    }

    #MobileNav .dropdown-menu.show .nav-megamenu-list li {
        padding-top: 10px
    }

    #MobileNav .dropdown-menu.show .nav-megamenu-list li h3 {
        font-size: 13px;
        font-weight: 500
    }

    #MobileNav .megamenu-list .dropdown-menu .nav-megamenu-list li a {
        font-size: 12px;
        padding-top: 0
    }

    #MobileNav li.megamenu-list-item .nav-megamenu-list li a::before,
    .megamenu-item-link,
    .megamenu-list a.dropdown-item::before {
        display: none
    }

    #MobileNav .nav-megamenu-list li .mega-menu-title,
    #MobileNav li.megamenu-list-item a {
        position: relative
    }

    #MobileNav .nav-megamenu-list li .mega-menu-title::before,
    #MobileNav li.megamenu-list-item a.list-active::before,
    .megamenu-list a:before {
        content: '+';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 1rem;
        font-size: 16px
    }

    #MobileNav .nav-megamenu-list li .mega-menu-title,
    #MobileNav .nav-megamenu-list li .mega-menu-title.mshow::before,
    #MobileNav li.megamenu-list-item.mshow a.list-active::before,
    .megamenu-list.mshow a::before {
        content: '-';
        transition: .2s;
        font-size: 20px;
        font-weight: 500
    }

    #MobileNav .megamenu-list-item .megamenu-list-item-menu a,
    #MobileNav .nav-mega-section-list li a {
        background: #fff
    }
}

@media only screen and (max-width:991px) {

    .mobile-nav-wrapper.active {
        left: 0;
        opacity: 1;
        visibility: visible;
    }

    #MobileNav li a,
    #MobileNav li a .lbl {
        font-weight: 400;
        text-transform: uppercase
    }

    html {
        overflow-x: hidden
    }

    .header .header-main,
    .header-wrap {
        min-height: 60px
    }

    .logo img {
        max-width: 110px;
        margin: 0
    }

    #pageWrapper,
    .page-wrapper {
        position: relative;
        left: 0;
        -ms-transition: .4s ease-in-out;
        -webkit-transition: .4s ease-in-out;
        transition: .4s ease-in-out
    }

    .site-header__menu {
        border: 0;
        padding: 0;
        font-size: 16px;
        display: block;
        cursor: pointer
    }

    #MobileNav {
        height: 100%;
        overflow: auto;
        list-style: none;
        padding: 0;
        margin: 0
    }

    .mobile-nav-wrapper .closemobileMenu {
        color: #000;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 10px;
        background-color: #eee;
        cursor: pointer
    }

    .mobile-nav-wrapper .closemobileMenu .an {
        font-size: 15px;
        padding: 2px;
        float: right;
        width: 20px;
        height: 23px;
        line-height: 18px
    }

    .mobile-nav-wrapper {
        display: block;
        width: 300px;
        height: 100%;
        position: fixed;
        left: -300px;
        top: 0;
        z-index: 10000;
        background-color: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, .3);
        opacity: 0;
        visibility: hidden;
        -ms-transition: .4s ease-in-out;
        -webkit-transition: .4s ease-in-out;
        transition: .4s ease-in-out
    }

    #MobileNav li {
        border-top: 1px solid #eee;
        position: relative
    }

    #MobileNav li a {
        color: #333;
        font-size: 14px;
        text-decoration: none;
        display: block;
        padding: 15px 45px 15px 15px;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        letter-spacing: .05em;
        position: relative
    }

    #MobileNav li a .an {
        color: #333;
        font-size: 15px;
        display: block;
        width: 40px;
        height: 100%;
        line-height: 53px;
        position: absolute;
        right: 0;
        top: 0;
        text-align: center
    }

    #MobileNav li ul {
        display: none;
        list-style: none;
        padding: 0;
        margin: 0
    }

    .collection-banners.style1 .collection-grid-item .title,
    .collection-grid-item__title,
    .grid-categorys .category-item .category-title,
    .hero .hero__inner .details,
    .index-demo21 .collection-slider.background-none .details .collection-item-title,
    .product-single__title.h1,
    h1.product-single__title {
        font-size: 16px
    }

    .breadcrumbs-wrapper,
    .index-demo7 .mini-product .mini-list-item:last-of-type,
    .template-collection .collection-header {
        margin-bottom: 20px
    }

    .product-form .swatch .swatchLbl.xlarge {
        width: 45px;
        height: 45px
    }
}

@media only screen and (min-width:991px) {
    #mobile_youtubebutton {
        display: none;
    }
}

@media only screen and (max-width:767px) {

    .h1,
    h1 {
        font-size: 1.69231em
    }

    .h2,
    h2 {
        font-size: 1.38462em
    }

    .h3,
    h3 {
        font-size: 1.15385em
    }

    .iconset .icon {
        font-size: 16px;
        min-width: 16px
    }

    .container {
        padding-left: 15px;
        padding-right: 15px
    }

    .footer-3 .about-col,
    .tabs-listing .tab-container .tab-content {
        padding: 20px 0
    }

    .product-details-img .product-zoom-right #zoompro,
    .product-details-img .zoompro {
        pointer-events: none
    }

    .footer,
    .template-blog .sidebar {
        margin-top: 30px
    }

    #quickView-modal .pricebox .old-price,
    #site-scroll,
    .hero .text-medium .mega-subtitle,
    .index-demo13 .section-header h2,
    .parallax-banner-style5 .hero .mega-subtitle,
    .quotes-slider-1item .authour,
    .quotes-slider-1item .quotes-slider__text {
        font-size: 14px
    }

    #site-scroll {
        line-height: 30px;
        height: 30px;
        width: 30px;
        right: 15px;
        bottom: 30px
    }

    .product-form {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        width: 100%;
    }

    .column-three-gap-checkout,
    .image-about-product,
    .regiter-select {
        flex-wrap: wrap;
    }
}

.limenu-mega:hover .nav-megamenu {
    display: block;
    opacity: 1;
    visibility: visible;
    padding: 0;
}

.nav-megamenu .nav-megamenu-list {
    width: auto;
    display: flex;
    gap: 2rem;
    padding: 1rem 1.5rem;
    max-height: 600px;
    min-height: 100%;
    overflow: auto;
    justify-content: space-between;
}

#MobileNav li ul.megamenu-item-link03 {
    display: block;
}

.search-container.opened {
    max-height: 100%;
    opacity: 1;
    visibility: visible;
}

.nav-megamenu .nav-megamenu-list a {
    padding-left: 0;
    padding-right: 0;
    display: block;
    width: 100%;
    text-wrap: nowrap;
}

.nav-megamenu .nav-megamenu-list a:hover {
    background-color: transparent;
}

.grid-products .item .product-image {
    position: relative;
    overflow: hidden;
    margin: 0 auto 15px;
    border-radius: 20px;
    border: 1px solid #e7e7e7;
}

.grid-products .item .product-image>a {
    height: 635px;
    overflow: hidden;
}

.grid-products .item .product-image>a {
    display: block;
    white-space: nowrap;
    opacity: 1;
}

.big-slider .owl-nav {
    display: none !important;
}

.button-set {
    position: absolute;
    right: 5px;
    top: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 5;
    -ms-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.button-set.style0 {
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.grid-products .item:hover .button-set.style0 {
    bottom: 20px;
    opacity: 1;
    visibility: visible;
}

.mfp-wrap {
    z-index: 1043;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
    background-color: rgb(0 0 0 / 50%);
}

.mfp-bg,
.mfp-wrap {
    height: 100%;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    right: 0;
    top: 0;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button.mfp-close {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-left: auto;
}

.mfp-close-btn-in .mfp-close,
a {
    color: #333;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container .mfp-with-anim .row .col-12 {
    flex: 0 0 50%;
    width: 50%;
}

.mfp-with-anim .product-info.item-code p,
.mfp-with-anim .product-title {
    text-align: start;
}

#item-quickView-modal .pricebox,
#quickView-modal .pricebox {
    margin: 12px 0;
    text-align: start;
}

#item-quickView-modal .pricebox .price,
#quickView-modal .pricebox .price {
    display: inline-block;
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
}

.discount-badge .off,
.discount-badge .save-amount,
.product-price__sale,
.userViewMsg .uersView {
    color: #e95144;
}

.mfp-with-anim .product-form__item h3 {
    font-size: 18px;
    text-align: start;
}

.model-thumbnail-img {
    position: relative;
    margin: 10px auto 0;
}

.model-thumbnail-img .list-inline {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    position: static;
    width: auto;
    height: auto;
    margin: 0 -4px;
    padding: 0;
}

.quickview-modal .swatch {
    margin: 5px 0;
    text-align: start;
}

.product-horizontal-style .product-horizontal-thumb .slick-list, .social-sharing {
    margin: 10px 0 0;
}

.social-sharing .btn {
    color: #000;
    padding: 0 5px;
    margin-bottom: 0;
    background: 0 0 !important;
    border: 0;
    letter-spacing: normal;
    text-transform: capitalize;
}

.d-flex-center {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* all.min.css  */

.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900)
}

.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
    font-family: "Font Awesome 6 Free"
}

.fa-brands,
.fab {
    font-family: "Font Awesome 6 Brands"
}

.fa-sr-only,
.fa-sr-only-focusable:not(:focus),
.sr-only,
.sr-only-focusable:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

:host,
:root {
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.ttf) format("truetype")
}

.fa-brands,
.fab {
    font-weight: 400
}


.fa-square-whatsapp:before,
.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-star:before {
    content: "\f005"
}

.top-review-title .overall-rating h3 {
    color: #000;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.top-review-title .overall-rating h3 p{
    color: #7a7a7a;
}

.top-review-title .overall-rating h3 p{
    font-size: 16px;
}

.lmd-list {
    border: none !important;
}

.descriptionforweb .tab-container, .descriptionforweb .tabs-listing {
    max-height: 100%;
    height: 100%;
    min-height: 100%;
}


/* Responsive  */

@media only screen and (max-width:600px) {
    .carousel-indicators {
        bottom: -2.5rem;
        display: flex;
        gap: 8px;
    }

    .carousel-indicators li {
        background-color: #b2b2b2;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

    .carousel-indicators li.active{
        background-color: #690768;
    }

    .product-data-details{
        margin-top: 1rem;
    }

    .overall-rating {
        flex-direction: column;
        gap: 1rem;
    }

    .write-btn {
        margin-left: auto !important;
    }

    .top-review-title .overall-rating h3{
        text-align: center;
    }

}