@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap");
/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)ggfgfgg
 */
:root {
    --blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}

*,::after,::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0!important
}
h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

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: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}
img {
    vertical-align: middle;
    border-style: none
}
table {
    border-collapse: collapse
}
label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 0;
}

button,input,optgroup,select,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[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
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h2,h2 {
    font-size: 2rem
}

.h3,h3 {
    font-size: 1.75rem
}

.h4,h4 {
    font-size: 1.5rem
}

.small,small {
    font-size: 80%;
    font-weight: 400
}
.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    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
    }
}


.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-group {
    margin-bottom: 1rem
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-label {
    margin-bottom: 0
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    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:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,.btn-info:focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 .2rem rgba(58,176,195,.5)
}


.fade {
    transition: opacity .15s linear
}

.fade:not(.show) {
    opacity: 0
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-text:last-child {
    margin-bottom: 0
}
.card-img,.card-img-bottom,.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.card-img,.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px)
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    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
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width:500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }
}


@media (min-width: 992px) {
    .modal-lg,.modal-xl {
        max-width:800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width:1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow {
    bottom: 0
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}
.rounded {
    border-radius: .25rem!important
}
.d-none {
    display: none!important
}

@media (min-width: 992px) {
    .d-lg-none {
        display:none!important
    }

    .d-lg-block {
        display: block!important
    }
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}
.w-100 {
    width: 100%!important
}
.mb-0,.my-0 {
    margin-bottom: 0!important
}
.mt-3,.my-3 {
    margin-top: 1rem!important
}

.mb-3,.my-3 {
    margin-bottom: 1rem!important
}

.ml-3,.mx-3 {
    margin-left: 1rem!important
}

.mt-4,.my-4 {
    margin-top: 1.5rem!important
}

.mb-4,.my-4 {
    margin-bottom: 1.5rem!important
}

.mt-5,.my-5 {
    margin-top: 3rem!important
}

.mb-5,.my-5 {
    margin-bottom: 3rem!important
}
.pl-0,.px-0 {
    padding-left: 0!important
}

.pt-3,.py-3 {
    padding-top: 1rem!important
}


.pb-3,.py-3 {
    padding-bottom: 1rem!important
}
.pt-4,.py-4 {
    padding-top: 1.5rem!important
}
.pt-5,.py-5 {
    padding-top: 3rem!important
}

.pb-5,.py-5 {
    padding-bottom: 0rem!important
}

@media (min-width: 576px){
    .mb-sm-5,.my-sm-5 {
        margin-bottom: 3rem!important
    }
} 

@media (min-width: 768px) {
    .mb-md-0,.my-md-0 {
        margin-bottom: 0!important
    }
    .pl-md-0,.px-md-0 {
        padding-left: 0!important
    }
}
@media (min-width: 992px) {
    .mt-lg-0,.my-lg-0 {
        margin-top: 0!important
    }
    .mt-lg-5,.my-lg-5 {
        margin-top: 3rem!important
    }
    .pr-lg-0,.px-lg-0 {
        padding-right: 0!important
    }
}
.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align:left!important
    }

    .text-lg-right {
        text-align: right!important
    }
}
@media (min-width: 1200px) {

    .text-xl-right {
        text-align: right!important
    }
}

.visible {
    visibility: visible!important
}

/* Remix Icon v2.5.0 */
@font-face {
    font-family: "remixicon";
    src: url('../font/remixicon.eot?t=1590207869815'); /* IE9*/
    src: url('../font/remixicon.eot?t=1590207869815#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url("../font/remixicon.woff2?t=1590207869815") format("woff2"),
    url("../font/remixicon.woff?t=1590207869815") format("woff"),
    url('../font/remixicon.ttf?t=1590207869815') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../font/remixicon.svg?t=1590207869815#remixicon') format('svg'); /* iOS 4.1- */
    font-display: swap;
  }
[class^="ri-"], [class*=" ri-"] {
    font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ri-add-line:before {
    content: "\ea13";
}
.ri-arrow-left-right-line:before {
    content: "\ea62";
}
.ri-arrow-left-s-line:before {
    content: "\ea64";
}
.ri-arrow-right-s-line:before {
    content: "\ea6e";
}
.ri-close-line:before {
    content: "\eb99";
}
.ri-delete-bin-line:before {
    content: "\ec2a";
}
.ri-eye-line:before {
    content: "\ecb5";
}
.ri-facebook-box-fill:before {
    content: "\ecb8";
}
.ri-focus-3-line:before {
    content: "\ed4c";
}
.ri-function-line:before {
    content: "\ed9e";
}
.ri-heart-fill:before {
    content: "\ee0e";
}

.ri-heart-line:before {
    content: "\ee0f";
}
.ri-instagram-fill:before {
    content: "\ee65";
}

.ri-mail-open-line:before {
    content: "\eefa";
}

.ri-medal-2-line:before {
    content: "\ef26";
}
.ri-menu-fill:before {
    content: "\ef3b";
}
.ri-menu-line:before {
    content: "\ef3e";
}
.ri-phone-line:before {
    content: "\efec";
}
.ri-pinterest-fill:before {
    content: "\efff";
}
.ri-search-line:before {
    content: "\f0d1";
}
.ri-settings-5-line:before {
    content: "\f0ea";
}
.ri-shield-flash-line:before {
    content: "\f105";
}

.ri-shopping-basket-line:before {
    content: "\f11c";
}

.ri-shopping-cart-2-line:before {
    content: "\f11e";
}
.ri-subtract-line:before {
    content: "\f1af";
}
.ri-twitter-fill:before {
    content: "\f23a";
}

.ri-user-line:before {
    content: "\f264";
}

.ri-youtube-fill:before {
    content: "\f2d4";
}

/* AOS CSS  */
[data-aos][data-aos][data-aos-delay='300'],body[data-aos-delay='300'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='300'].aos-animate,body[data-aos-delay='300'] [data-aos].aos-animate {
    transition-delay: .3s
}
[data-aos][data-aos][data-aos-duration='400'],body[data-aos-duration='400'] [data-aos] {
    transition-duration: .4s
}
[data-aos][data-aos][data-aos-delay='500'],body[data-aos-delay='500'] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay='500'].aos-animate,body[data-aos-delay='500'] [data-aos].aos-animate {
    transition-delay: .5s
}
[data-aos][data-aos][data-aos-duration='700'],body[data-aos-duration='700'] [data-aos] {
    transition-duration: .7s
}
[data-aos][data-aos][data-aos-duration='800'],body[data-aos-duration='800'] [data-aos] {
    transition-duration: .8s
}
[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease
}
[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.47,0,.745,.715)
}
[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity,transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translate(0)
}
[data-aos=fade-right] {
    transform: translate(-100px)
}

[data-aos=fade-left] {
    transform: translate(100px)
}
[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity,transform
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translate(0) scale(1)
}

[data-aos=zoom-in] {
    transform: scale(.6)
}

/* swiper bundle css  */
:root {
    --swiper-theme-color:#007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    transform: translate3d(0px,0,0)
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

:root {
    --swiper-navigation-size:44px
}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color,var(--swiper-theme-color))
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

/* nice select */
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 6px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 6px;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.nice-select .option.selected {
    font-weight: bold;
}

html,
body {
    font-family: 'Hind', sans-serif;
    background-color: #fff;
    color: #555;
    font-size: 10px;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth;
    overflow-x: hidden;
    outline: 0;
}

ul {
    margin: 0;
    padding: 0;
}

.input-group-append {
    margin-left: 0px;
}

h1,
h2,
h3 {  
    text-transform: uppercase;
}

h2 {
    font-size: 2.6rem;
}

h3 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}
.section-header{
    font-size: 2.6rem;
    word-spacing: .2rem;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 500;
    color: #4E4E4E;
    margin-bottom: 2.5rem;
}
@media (max-width:575px){
    .section-header{
        font-size: 2.2rem;
    }
}

@media only screen and (max-width: 1024px) {
    .container{
        max-width: 95%!important;
    }
 }
 @media only screen and (max-width: 767px) {
     .container{
         max-width: 100%!important;
     }
  }

[class^="ri-"], [class*=" ri-"] {
    vertical-align: middle;
}

.icon-small {
    font-size: 1.9rem;
    display: inline-block;
    color: #4E4E4E;
    vertical-align: middle;
    font-weight: 500;
    margin-top: -3px;
}

a:link,
a:visited {
    color: #555;
    text-decoration: none;
}

a:hover,
a:active {
    color: #555;
    text-decoration: none;
}

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn:hover {
    color: #fff;
    text-decoration: none;
}

.sm-btn {
    background: var(--dynamic-color);
    color: #fff;
    text-transform: uppercase;
    border: 1px solid transparent;
}

.form-control {
    color: #4e4e4e;
    background-color: #EFEFEF;
    border: 1px solid #f4f4f4;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0 13px;
}

.form-control:focus {
    color: #495057;
    background-color: #F7F8FA;
    border-color: #efefef;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
input:focus,
textarea:focus,
select:focus {
    outline: none;
}

::placeholder {
    color: #8F8F8F;
}

img {
    width: 100%;
    height: auto;
}

.pr-0 {
    padding-right: 0;
}

.pl-0 {
    padding-left: 0;
}
.pl-20{
    padding-left: 20px;
}

.prl-0 {
    padding-left: 0;
    padding-right: 0;
}

.prl-10 {
    padding-left: 1rem;
}

.prr-10 {
    padding-right: 1rem;
}
.pr-7{
    padding-right:7px;
}

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

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

.mt-20 {
    margin-top: 20px;
}
.mb-15{
    margin-bottom: 15px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-20 {
    margin-bottom: 20px;
}

.add-pl {
    padding-left: 3.5rem;
}

@media (min-width:992px){
    .pr-lg-0{
        padding-right: 0;
    }
}
@media (min-width:768px){
    .pl-md-0{
        padding-left: 0;
    }
}

@media screen and (max-width: 575px) {
    .sm-pl{
        padding-left: 7px;
    }
    .sm-pr{
        padding-right: 7px;
    }
}

.color-item,
.color-item input {
    position: relative;
    overflow: hidden;
    width: 30px;
    height: 30px;
    border-radius: 50px;
}

.color-item {
    display: inline-block;
    margin-right: 8px;
}

.color-item input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

.color-item i {
    content: "";
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 4px;
    width: 7px;
    height: 14px;
    border: 3px solid #fff;
    border-left: none;
    border-top: none;
    transform: translate(7.75px, 4.5px) rotate(45deg);
    -ms-transform: translate(7.75px, 4.5px) rotate(45deg);
    opacity: 0;
}

.color-item input:checked+i {
    opacity: 1;
}

.tooltip {
    pointer-events: none;
}
.tooltip .tooltip-inner {
    font-size: 13px;
    padding: 5px 8px;
    border-radius: 2px;
    background-color: #5a5a5a;
    text-transform: capitalize;
    border-radius: 4px;
}
.tooltip .arrow {
    display: none;
}

.sm-device-nav ul{
    list-style-type: none;
}

.ts__dropdown__wrapper {
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ts__dropdown h2,
.ts__dropdown__content a,
.ts__dropdown__content ul a {
    height: 45px;
    line-height: 45px;
}
.ts__dropdown__content li:first-child {
    padding-top: 15px;
}

.ts__dropdown__content li:last-child {
    padding-bottom: 13px;
}
.ts__dropdown__content .ts__secondary__dropdown li ul li:first-child {
    padding-top: 5px;
}

@media only screen and (min-width: 768px) {
    .ts__dropdown h2,
    .ts__dropdown__content a,
    .ts__dropdown__content ul a {
        height: 60px;
        line-height: 60px;
    }
}

@media only screen and (min-width: 1024px) {
    .ts__dropdown h2,
    .ts__dropdown__content a,
    .ts__dropdown__content ul a {
        height: 50px;
        line-height: 50px;
    }
}

.ts__dropdown h2,
.ts__dropdown__content a,
.ts__dropdown__content ul a {
    padding: 0 20px;
}

.ts__dropdown {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    color: #000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s;
    -webkit-transition: visibility 0s 0.3s, -webkit-transform 0.3s 0s;
    transition: visibility 0s 0.3s, -webkit-transform 0.3s 0s;
    transition: transform 0.3s 0s, visibility 0s 0.3s;
    transition: transform 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
}

.ts__dropdown h2 {
    font-size: 26px;
    position: relative;
    z-index: 1;
    color: #ffffff;
    background-color: var(--dynamic-color);
    border-bottom: 1px solid var(--dynamic-color);
    text-align: left;
    min-height: 50px;
    line-height: 54px;
}

.ts__dropdown .ts__close,
.sm-device-menu .header .ts__close {
    position: absolute;
    z-index: 999;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
}

.ts__dropdown .ts__close::after,
.ts__dropdown .ts__close::before,
.sm-device-menu .header .ts__close:before,
.sm-device-menu .header .ts__close:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 20px;
    width: 2px;
    background-color: #ffffff;
}

.ts__dropdown .ts__close::after,
.sm-device-menu .header .ts__close:after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.ts__dropdown .ts__close::before,
.sm-device-menu .header .ts__close:before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.ts__dropdown.dropdown-is-active {
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s;
    -webkit-transition: visibility 0s 0s, -webkit-transform 0.3s 0s;
    transition: visibility 0s 0s, -webkit-transform 0.3s 0s;
    transition: transform 0.3s 0s, visibility 0s 0s;
    transition: transform 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
}

@media only screen and (min-width: 768px) {
    .ts__dropdown .ts__close {
        top: 5px;
    }
}

@media only screen and (min-width: 1024px) {
    .ts__dropdown {
        position: absolute;
        top: calc(100% - 0px);
        height: auto;
        width: auto;
        transform: translateX(0);
        background-color: #ffffff;
        color: #111433;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        opacity: 0;
        transform: translateY(30px);
        transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
    }

    .ts__dropdown h2,
    .ts__dropdown .ts__close {
        display: none;
    }

    .ts__dropdown.dropdown-is-active {
        z-index: 999;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
    }
}

.ts__dropdown__content,
.ts__dropdown__content ul {
    list-style-type: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    padding-top: 50px;
}

.ts__dropdown__content a,
.ts__dropdown__content ul a {
    display: block;
    color: #6E6E6E;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ts__dropdown__content li:first-of-type>a,
.ts__dropdown__content ul li:first-of-type>a {
    border-top-width: 0;
}

.ts__dropdown__content li:last-of-type>a,
.ts__dropdown__content ul li:last-of-type>a {
    border-bottom-width: 1px;
}

.ts__dropdown__content a,
.ts__dropdown__content ul a {
    font-size: 15px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.ts__dropdown__content.is-hidden,
.ts__dropdown__content ul.is-hidden {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.ts__dropdown__content.is-hidden>li>a,
.ts__dropdown__content.move-out>li>a,
.ts__dropdown__content ul.is-hidden>li>a,
.ts__dropdown__content ul.move-out>li>a {
    opacity: 0;
}

.ts__dropdown__content.move-out>li>a,
.ts__dropdown__content ul.move-out>li>a {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.dropdown-is-active .ts__dropdown__content,
.dropdown-is-active .ts__dropdown__content ul {
    -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 768px) {

    .ts__dropdown__content,
    .ts__dropdown__content ul {
        padding-top: 60px;
    }

    .ts__dropdown__content a,
    .ts__dropdown__content ul a {
        font-size: 1.8rem;
    }
}

@media only screen and (min-width: 1024px) {

    .ts__dropdown__content,
    .ts__dropdown__content ul {
        padding-top: 0;
        overflow: visible;
    }

    .ts__dropdown__content a,
    .ts__dropdown__content ul a {
        color: #4e4e4e;
        height: 42px;
        line-height: 42px;
        font-size: 1.5rem;
        border-color: #ebebeb;
    }

    .ts__dropdown__content a:hover,
    .ts__dropdown__content ul a:hover{
        color:var(--dynamic-color);
        font-weight: 500;
    }

    .ts__dropdown__content.is-hidden>li>a,
    .ts__dropdown__content.move-out>li>a,
    .ts__dropdown__content ul.is-hidden>li>a,
    .ts__dropdown__content ul.move-out>li>a {
        opacity: 1;
    }
}

@media only screen and (min-width: 1024px) {
    .ts__dropdown__content {
        position: static;
        height: auto;
        width: 256px;
    }

    .ts__dropdown__content>li:last-of-type a {
        border-bottom: none;
    }

    .no-touch .ts__dropdown__content>li:not(.has-children) a:hover {
        color: var(--dynamic-color);
    }

    .ts__dropdown__content.move-out>li>a {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    .ts__dropdown__content .ts__primary__dropdown{
        list-style-type: none;
        position: absolute;
        left: -1px;
        top:initial;
        width: 100%;
        height: auto;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
        margin-top: -40px;
        background: #fff;
        box-shadow: 10px 2px 14px rgba(0, 0, 0, 0.1);

    }
    .ts__dropdown__content .ts__primary__dropdown a:hover{
        color:var(--dynamic-color);
    }

    .ts__dropdown__content .ts__secondary__dropdown {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        left: 100%;
        height: auto;
        background-color: #ffffff;
        -webkit-box-shadow: 10px 2px 14px rgba(0, 0, 0, 0.1);
        box-shadow: 10px 2px 14px rgba(0, 0, 0, 0.1);
    }

    .ts__dropdown__content .ts__secondary__dropdown::after {
        clear: both;
        content: "";
        display: table;
    }

    .open-to-left .ts__dropdown__content .ts__secondary__dropdown {
        left: auto;
        right: 100%;
    }

    .ts__dropdown__content .ts__secondary__dropdown.is-hidden {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .ts__dropdown__content .ts__secondary__dropdown.fade-in {
        -webkit-animation: ts-fade-in 0.2s;
        animation: ts-fade-in 0.2s;
    }

    .ts__dropdown__content .ts__secondary__dropdown.fade-out {
        -webkit-animation: ts-fade-out 0.2s;
        animation: ts-fade-out 0.2s;
    }

    .ts__dropdown__content .ts__secondary__dropdown>.go-back,.ts__dropdown__content .ts__primary__dropdown>.go-back  {
        display: none;
    }

    .ts__dropdown__content .ts__secondary__dropdown .ts__dropdown-item,
    .ts__dropdown__content .ts__secondary__dropdown a {
        border: none;
    }

    .ts__dropdown__content .ts__secondary__dropdown>li {
        width: 50%;
        float: left;
    }

    .ts__dropdown__content .ts__secondary__dropdown {
        overflow: hidden;
        width: 584px;
        height: 490px;
    }

    .ts__dropdown__content .ts__secondary__dropdown>li>a {
        color: #4e4e4e;
        font-size: 1.4rem;
        line-height: 30px;
        height: 30px;
        font-weight: 500;
    }


    .ts__dropdown__content .ts__secondary__dropdown>li>a::after,
    .ts__dropdown__content .ts__secondary__dropdown>li>a::before {
        display: none;
    }

    .ts__dropdown__content .ts__secondary__dropdown.move-out>li>a {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .ts__dropdown__content .ts__secondary__dropdown>li {
        margin: 17px 0;
        padding: 0 30px;
        height: 190px;
    }

    .ts__dropdown__content .ts__secondary__dropdown>li:nth-of-type(2n) {
        border-right-width: 0;
    }

    .ts__dropdown__content .ts__secondary__dropdown>li>ul {
        -webkit-transform: translate(0);
        transform: translate(0);
        position: relative;
        height: auto;
    }

    .ts__dropdown__content .ts__secondary__dropdown>li>ul>.go-back {
        display: none;
    }

    .ts__dropdown__content .ts__secondary__dropdown a {
        line-height: 26px;
        height: 26px;
        font-size: 1.3rem;
        padding-left: 0;
    }

    .ts__dropdown__content .ts__secondary__dropdown a:hover {
        color:var(--dynamic-color);
    }

    .no-touch .ts__dropdown__content .ts__secondary__dropdown a:hover {
        color:var(--dynamic-color);
    }

    .ts__dropdown__content .ts__secondary__dropdown ul {
        padding-bottom: 25px;
        overflow: hidden;
        height: auto;
    }

    .ts__dropdown__content .ts__secondary__dropdown .go-back a {
        padding-left: 20px;
        color: transparent;
    }

    .no-touch .ts__dropdown__content .ts__secondary__dropdown .go-back a:hover {
        color: transparent;
    }

    .ts__dropdown__content .ts__secondary__dropdown .go-back a::before,
    .ts__dropdown__content .ts__secondary__dropdown .go-back a::after {
        left: 0;
    }

    .ts__dropdown__content>.has-children>ul {
        visibility: hidden;
    }

    .ts__dropdown__content>.has-children>ul.is-active {
        visibility: visible;
    }

    .ts__dropdown__content>.has-children>.ts__secondary__dropdown.is-active>li>ul {
        visibility: visible;
    }

    .ts__dropdown__content>.has-children>a.is-active {
        box-shadow: inset 2px 0 0 var(--dynamic-color);
        color:var(--dynamic-color);
        font-weight: 500;
    }

    .ts__dropdown__content>.has-children>a.is-active::before,
    .ts__dropdown__content>.has-children>a.is-active::after {
        background: var(--dynamic-color);
    }

    .open-to-left .ts__dropdown__content>.has-children>a.is-active {
        box-shadow: inset -2px 0 0 var(--dynamic-color);
    }
}

@-webkit-keyframes ts-fade-in {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes ts-fade-in {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-webkit-keyframes ts-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes ts-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

.has-children>a,
.go-back a {
    position: relative;
}

.has-children>a::before,
.has-children>a::after,
.go-back a::before,
.go-back a::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 7px;
    background: #6E6E6E;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.has-children>a::before,
.go-back a::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.has-children>a::after,
.go-back a::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media only screen and (min-width: 1024px) {

    .has-children>a::before,
    .has-children>a::after,
    .go-back a::before,
    .go-back a::after {
        background: #b3b3b3;
    }
}

.has-children>a {
    padding-right: 40px;
}

.has-children>a::before,
.has-children>a::after {
    right: 20px;
    -webkit-transform-origin: 6px 50%;
    transform-origin: 6px 50%;
}

@media only screen and (min-width: 1024px) {
    .open-to-left .ts__dropdown__content>.has-children>a {
        padding-left: 40px;
        padding-right: 20px;
    }

    .open-to-left .ts__dropdown__content>.has-children>a::before,
    .open-to-left .ts__dropdown__content>.has-children>a::after {
        right: auto;
        left: 20px;
        -webkit-transform-origin: 1px 50%;
        transform-origin: 1px 50%;
    }
}

.ts__dropdown__content .go-back a {
    padding-left: 40px;
}

.ts__dropdown__content .go-back a::before,
.ts__dropdown__content .go-back a::after {
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
}

.no-js .ts__dropdown__wrapper:hover .ts__dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.no-js .ts__dropdown__wrapper .ts__close {
    display: none;
}

header .header-logo {
    margin-top: 28px;
    width: 190px;
    height: 40px;
    padding-left: 5px;
    display: inline-block;
}
header .header-logo img{
    width:100%;
    height: auto;
}

header .main-nav {
    margin-top: 23px;
}

header .main-nav li {
    display: inline-block;
    list-style: none;
}

header .main-nav li a {
    display: inline-block;
    height: 26px;
    line-height: 28px;
    font-size: 1.4rem;
    color: #4E4E4E;
    padding: 0 1rem;
    border-radius: 4px;
    text-transform: uppercase; 
    transition: all 0.3s ease-in-out;
}

header .main-nav li a:hover {
    background: var(--dynamic-color);
    color: #fff;
}

header .contact {
    margin-top: 26px;
    font-size: 1.4rem;
    letter-spacing: 0.08rem;
    color: #4E4E4E;
}
header .contact i.ri-phone-line{
    display: inline-block;
    margin-top: -3px;
}

header .currency-language-wrapper{
    margin-top:16px;
    display:flex;
    flex-direction: row;
    justify-content: flex-end;
}

header .ts-nice-select,
header .ts-custom-select {
    font-size: 1.4rem;
    border: none;
    text-transform: uppercase;
    background: #fff;
    appearance: none;
}

.sm-top-header-section{
    height: 60px;
    line-height: 45px;
    box-shadow: 0px 5px 5px #2946780f;
}
.sm-device-menu-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.sm-device-menu-wrapper span.sm-menu-item {
    cursor: pointer;
    padding: 5px 10px 5px 0;
    display: inline-block;
    margin-top: 5px;
}

.sm-device-menu {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #000;
    transform: translateX(100%);
    transition: transform 0.3s 0s, visibility .3s .2s;
}

.sm-device-menu.menu-is-active {
    transform: translateX(0%);
    transition: transform 0.3s 0s, visibility 0s 0s;
}
.sm-device-menu .header {
    display: block;
    background: #EFEFEF;
    padding: 15px 30px;
}

.sm-device-menu .header h4 {
    font-size: 24px;
    color: #4E4E4E;
    margin-bottom: 0;
    font-weight: normal;
}

.sm-device-menu .header .ts__close {
    position: absolute;
    z-index: 999;
    right: 14px;
    top: 7px;
    height: 45px;
    width: 45px;
    cursor: pointer;
}

.sm-device-menu .header .ts__close:before,
.sm-device-menu .header .ts__close:after {
    background: #707070;
    height: 16px;
}

.sm-device-menu .content-wrapper {
    padding: 15px 30px;
}

.sm-device-menu .content-wrapper .sm-contact-select,.sm-device-menu .sm-device-nav-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.sm-device-menu .content-wrapper .sm-contact-select .contact {
    font-size: 18px;
    color: #757575;
    line-height: 42px;
}
.sm-device-menu .content-wrapper .sm-contact-select .contact > i{
    margin-top: -4px;
    display: inline-block;
}

.sm-device-menu .content-wrapper .sm-contact-select .select-option {
    display: flex;
    flex-direction: row;
    width: 55%;
}

.sm-device-menu .content-wrapper .sm-contact-select .select-option .sm-nice-select {
    border: none;
    font-size: 17px;
    color: #757575;
    text-transform: uppercase;
}

.sm-device-menu .sm-device-nav-wrapper .sm-device-nav li a {
    font-size: 17px;
    display: block;
    margin: 15px 0;
    color: #757575;
    text-transform: uppercase;
}

.sm-device-menu .sm-device-nav-wrapper .sm-device-nav li a:hover {
    color: var(--dynamic-color);
}

.sm-device-menu .sm-device-nav-wrapper .sm-device-nav {
    width:50%;
}

.sm-device-menu-wrapper .brand-name .sm-header-logo {
    margin-top: 2px;
    display: inline-block;
 }
 @media (max-width:575px){
     .sm-device-menu-wrapper .brand-name{
        width: 40%;
     }
 }

.sm-device-search-container {
    position: absolute;
    left: 15px;
    width: calc(100% - 30px);
    transition: all 0.3s ease-in-out;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    z-index: 998;
    box-shadow: 0 5px 5px #5b58582b;
}

.sm-device-search-container.visible {
    max-height: 80px;
    opacity: 1;
    visibility: visible;
}

.sm-device-search-container input[type="text"] {
    outline: none;
    font-size: 1.7rem;
    width: 100%;
    background-color: inherit;
    border: 0;
    padding: 12px 15px;
}

.sm-device-search-container .search-icon {
    font-size: 19px;
    color: #9F9F9F;
    border: 0;
    outline: none;
    position: absolute;
    top: 10px;
    right: 7px;
    cursor: pointer;
}

.sm-device-menu-wrapper .sm-device-right-option > a.aside-cart-trigger {
    position: relative;
    display: inline-block;
}

.sm-device-menu-wrapper .sm-device-right-option a.aside-cart-trigger .counter-badge {
    position: absolute;
    top: 13px;
    right: -2px;
    background: var(--dynamic-color);
    color: #fff;
    font-size: 11px;
    border-radius: 50px;
    width: 18px;
    height: 18px;
    line-height: 19px;
    text-align: center;
    font-weight: 500;
}

.sticky-header,.sm-sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0px 5px 5px #2946780f;
    animation: slideDown .625s ease;
}
.sticky-header{
    padding: 18px 0;
}
@keyframes slideDown {
    0% {
        transform: translateY(-200px);
    }
    100% {
        transform: translateY(0);
    }
}

@media (max-width:400px){
    .sm-device-menu .sm-device-nav-wrapper .sm-device-nav li a {
        font-size: 15px;
        margin: 5px 0;
    }
   
    .sm-device-menu .content-wrapper .sm-contact-select {
        margin-bottom: 20px;
    }
}

.category-title {
    padding: 1.2rem;
    font-size: 1.5rem;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #E1E1E1;
    height: 4.2rem;
    line-height: 4.2rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.category-title > i.ri-menu-fill {
    margin-right:10px;
    color: #3e3e3e;
    margin-top: -px;
    display: inline-block;
}
.category-title h4 {
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1.05px;
    font-size: 18px;
    line-height: 44px;
    height: 42px;
    font-weight: 500;
    color: #3e3e3e;
}

.searchbox {
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #E1E1E1;
    height: 4.2rem;
    line-height: 3.5rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.searchbox .searchbox-icon{
    color: #4e4e4e;
    padding-left: 1.4rem;
    width: 6%;
    font-size: 16px;
}

.searchbox .searchbox-input {
    height: 100%;
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0rem 1rem;
}

.searchbox .searchbox-input .input {
    flex-grow: 1;
    border: none;
    height: 100%;
    font-size: 1.6rem;
    font-weight: 400;
    color: #757575;
}

.search-suggestion-wrapper {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 999;
    overflow: hidden;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    padding:1rem 2.5rem 1.5rem 2.5rem;
    border-radius: 4px;
    box-shadow: 0px 10px 20px #2946781A;
    transform: translate3d(0, -20px, 0);
    transition: all .15s ease-in-out;
}

.active-suggested {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 5px, 0);
}

.search-suggestion-wrapper .popular-product{
    font-size: 14px;
    color:var(--dynamic-color);
    font-weight: 500;
}

.suggested-products-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 15px;
}

.suggested-products-info .product-title {
    width: 80%;
    border-bottom: 1px solid #f4f2f2;
}

.suggested-products-info .product-title a {
    text-decoration: none;
    color: #4e4e4e;
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2.26;
}

.suggested-products-info .product-img {
    width: 50px;
    height: 50px;
}

.suggested-products-info .product-img img {
    width: 100%;
    height: 100%;
}

.total-suggested-product {
    text-align: right;
    line-height:1.2;
}

.total-suggested-product a {
    color: var(--dynamic-color);
    font-size: 14px;
    text-transform: capitalize;
}

.search-suggestion-wrapper .top-search{
    font-size: 14px;
    color:var(--dynamic-color);
    font-weight: 500;
    margin-right:5px;
    display:block
}
.search-suggestion-wrapper .top-keyword{
    font-size: 14px;
    border-right: 1px solid #ddd;
    padding: 0 10px;
    color: #3e3e3e;
    margin-top: 5px;
    background: #fff;
    text-transform: capitalize;
    padding-left: 7px;
    font-weight: 600;
}
.top-keyword:first-of-type{
    padding-left: 0;
}
.noresults{
    font-size: 18px;
    text-transform: capitalize;
}
.search-highlight{
    color:var(--dynamic-color);
    font-weight: 700;
}
.checkout-process-option {
    background: #fff;
    border: 1px solid #E1E1E1;
    height: 4.2rem;
    line-height: 4.2rem;
    text-align: center;
    border-radius: 4px;
}

.checkout-process-option li {
    display: inline-block;
    text-align: center;
    padding: 0 1.2rem;
}

@media (max-width: 1199px) {
    .checkout-process-option li {
        padding: 0 1rem;
    }
}

.checkout-process-option li .icon-small:hover {
    color: var(--dynamic-color);
}

.checkout-process-option li > a {
    position: relative;
}

.checkout-process-option li .counter-badge {
    position: absolute;
    top: -9px;
    right: -9px;
    background: var(--dynamic-color);
    color: #fff;
    font-size: 10px;
    border-radius: 50px;
    width: 17px;
    height: 17px;
    line-height: 18px;
    text-align: center;
    font-weight: 500;
}

.checkout-process-option li.user span i.icon-small {
    font-size: 17px;
    font-weight: 500;
}

.item-inner {
    border: 2px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 992px) {
    .item-inner.in-cart{
        box-shadow: none;
        border: 2px solid #0080ff40;
    }

    .item-inner.in-cart:hover{
        box-shadow: none;
    }

    .item-inner .item-content.in-cart {
        background: rgba(255, 255, 255, 0.95);
        top: -65px;
    }
    
    .item-inner .item-content .item-brand-ratings.in-cart,.item-inner .item-content .item-action.in-cart{
        opacity: 1;
        visibility: visible;
    }

    .item-inner:hover {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }

    .item-inner:hover .item-content {
        top: -65px;
        background: rgba(255, 255, 255, 0.9);
    }

    .item-inner:hover .item-content .item-brand-ratings,.item-inner:hover .item-content .item-action,.item-inner:hover .item-img-badge .add__wishlist {
        opacity: 1;
        visibility: visible;
    }

    .item-inner:hover .stockout-btn {
        opacity: 0;
        visibility: hidden;
        transform: translate(-50%, -50%) scale(.9);
        transition: all .3s ease-in-out;
    }
    
    .item-inner:hover .item-badge{
        opacity: 0;
        visibility: hidden;
        transform: scale(0.8);
    }
 }

.item-inner .item-img-badge{
    text-align: center;
    transition: all .3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.item-inner .item-img-badge .item-img {
    display: block;
    overflow: hidden;
}

.item-inner .item-img-badge .item-img img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.item-inner .item-img-badge .item-badge-wrapper{
    position: absolute;
    left: 11px;
    top: 11px;
}

.item-inner .item-img-badge .item-badge{
    display: block;
    text-align: center;
    border-radius: 2px;    
    padding: 0 6px;
    font-size: 12px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    height: 18px;
    line-height: 20px;
    margin-bottom: 5px;
    font-weight: 500;
}

.item-inner .item-img-badge .add__wishlist {
    position: absolute;
    font-size: 18px;
    color: #ccc;
    top: 5px;
    right: 12px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}

.item-inner .item-img-badge .add__wishlist:hover {
    transform: scale(1.2);
}

.item-inner .item-img-badge .add__wishlist.active {
    color: #dc0345;
    opacity: 1;
    visibility: visible;
}

.item-inner .item-content {
    padding: 0 12px 0 15px;
    z-index: 3;
    position: relative;
    top: 0;
    margin-top: -35px;
    transition: all .3s ease-in-out;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.item-inner .item-content .item-brand-ratings {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    color:#4e4e4e;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
    height: 30px;
}

.ratings {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.full-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #ff5500;
}

.empty-stars:before,
.full-stars:before {
    content: "\2605\2605\2605\2605\2605";
    font-size: 12px;
}

.empty-stars:before {
    color: #aaa;
}

.item-inner .item-content .item-price {
    height: 58px;
    margin-top: 10px;
}

.item-inner .item-content .item-price .new-price {
    font-size: 2.2rem;
    font-weight: 500;
    color:#4E4E4E;
}

.item-inner .item-content .old-price {
    font-size: 15px;
    margin-top: -5px;
}

.item-inner .item-content .old-price > span {
    font-size: 12px;
    color: #6E6E6E;  
    text-decoration: line-through;
}

.item-inner .item-content .old-price .off-percent {
    color:var(--dynamic-color);
    margin-left: 5px;
    text-decoration: none;
}

.item-inner .item-content .item-title{
    height:40px;
    overflow: hidden;
}

.item-inner .item-content .item-title > a {
    font-weight: normal;
    font-size: 15px;
    color: #4E4E4E;
    text-decoration: none;
    letter-spacing: 0;
    line-height: 22px;
}

.item-inner .item-content .item-action {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: left;
    margin-bottom: 0;
    padding-top: 1.7rem;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}

.item-inner .item-content .item-action ul {
    display: flex;
    padding-left: 1.5rem;
}

.item-inner .item-content .item-action ul li {
    display: inline-block;
    margin-right: 10px;
    list-style: none;
}

.item-inner .item-content .item-action ul li:nth-child(3) {
    width: 61%;
    margin-right: 0;
}
@media(max-width:1199px){
.item-inner .item-content .item-action ul li:nth-child(3) {
    width: 53%;
}
}
.item-inner .item-content .item-action ul li > span {
    height: 30px;
    line-height: 28px;
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 0 6px;
    border: 1px solid #e1e1e1;
    color:#4e4e4e;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
}
.item-inner .item-content .item-action ul li span.add__cart{
    color: #fff;
    background: var(--dynamic-color);
    border: 1px solid var(--dynamic-color);
    line-height: 31px;
}
.item-inner .item-content .item-action ul li span.see-option-btn {
    background: var(--dynamic-color);
    border: 1px solid var(--dynamic-color);
    line-height: 31px;
}

.item-inner .item-content .item-action ul li span.sold-out-btn {
    line-height: 31px;
}

.item-inner .item-content .item-action ul li span.see-option-btn a{
    color:#fff;
    font-size: 14px;
}

.product-count {
    width: 90px;
    display: inline-block;
    position: relative;
}
.item-count {
    width: 100%;
}
.list-item-count{
    width: 113px;
}

.product-count .btn-minus {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.product-count .btn-plus {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}

.product-count .counter {
    outline: 0;
    background: transparent;
    color: #4e4e4e;
    border: none;
    font-size: 1.3rem;
    padding: 0;
    width: 2.7rem;
    height: 3rem;
    line-height: 3rem;
}

.product-count .counter-field {
    background: #FFF;
    border: 1px solid #E1E1E1;
    color: #4e4e4e;
    width: 100%;
    text-align: center;
    height: 3rem;
    border-radius: 4px;
    overflow: hidden;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.stockout-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    background: #fff;
    font-size: 1.6rem;
    color: #4e4e4e;
    font-weight: 700;
    text-align: center;
    width: 70%;
    border-radius: 4px;
    box-shadow: 0px 10px 20px #2946781A;
    text-transform: uppercase;
    padding: 5px;
    padding-top: 8px;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease-in-out;
}
@media (max-width:575px){
    .item-inner .item-img-badge .item-img {
        width: 100%;
        height: 100%;
    }
}
@media (max-width:390px){
    .stockout-btn{
        font-size: 1.4rem;
    }
}

.footer {
    color: #f4f4f4;
    font-size: 15px;
    background: #0b1323;
}

.footer .footer-top {
    padding: 60px 0 30px 0;
    background: #0b1323;
    color: #fff;
}

.footer .footer-top h4 {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #f8f8f8;
    margin-bottom: 18px;
}
.footer-top .contact-info{
    margin-top: 10px;
}
.footer-top .contact-info span{
    display: block;
    font-size: 15px;
    color: #f4f4f4;
    padding: 5px 0;
}
 .footer-top .social-links a {
    font-size: 1.9rem;
    display: inline-block;
    color: #f4f4f4;
    line-height: 1;
    padding: 0.8rem 0.6rem;
    text-align: center;
    margin-right: 0.4rem;
    transition: all 0.3s ease-in-out;
}

.footer-top .social-links a:hover {
    color: #626471;
}

 .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

 .footer-top .footer-links ul li {
    display: flex;
    align-items: center;
}

.footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

 .footer-top .footer-links ul a {
    color: #f4f4f4;
    font-size: 15px;
    display: inline-block;
    line-height: 1;
    padding: 9px 0;
}

.footer-top .newsletter-form input {
    height: 38px;
    font-size: 17px;
    padding: 8px 10px 5px;
}

.footer-top .newsletter-form .subscribe-btn{
    height: 38px;
    font-size: 18px;
    line-height: 39px;
    text-transform: uppercase;
    width: 100%;
    background: var(--dynamic-color);
    border: 1px solid var(--dynamic-color);
    color: #fff;
    margin-top: 15px;
    border-radius: 4px;
    outline: 0;
}
.footer-top .payment-method{
    margin-top: 45px;
}

.footer-top .payment-method img{
    width:75px;
    height:auto;
    margin-right:10px;
}
.footer-top .payment-method img:last-child{
    margin-right: 0;
}

.footer .footer-bottom{
    padding:30px 0 20px;
    background: #141f34;
}
.footer-bottom .footer-logo a{
    font-size: 20px;
    color: #f4f4f4;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
}
.footer-bottom .copyright {
    font-size: 16px;
    color:#f4f4f4;
}
@media(max-width:575px){
    .footer .footer-top {
        padding: 0 0 30px 0;
        background: #0b1323;
        color: #fff;
    }
}

.body-overlay {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s, -webkit-transform 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s, transform 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s, transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.body-overlay.is-visible {
    opacity: 1;
    transition: opacity 0.3s ease 0s, visibility 0s ease 0s, -webkit-transform 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, visibility 0s ease 0s, transform 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, visibility 0s ease 0s, transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    visibility: visible;
}

.custom-scrollbar {
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #e8e8e8 transparent;
}
.custom-scrollbar::-webkit-scrollbar {
    width: 8px;
}
.custom-scrollbar::-webkit-scrollbar-track,
.custom-scrollbar::-webkit-scrollbar-track-piece {
    background: transparent;
}
.custom-scrollbar::-webkit-scrollbar-thumb,
.custom-scrollbar::-webkit-scrollbar-thumb:vertical {
    border-radius: 2px;
    background:#e8e8e8;
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover,
.custom-scrollbar::-webkit-scrollbar-thumb:vertical:hover {
    background: #e1e1e1;
}

.aside-cart-trigger{
    cursor: pointer;
}

.product-cart-status{
    width: 400px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    background: #fff;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 21px 36px;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s 0s, visibility .3s .2s;
    -webkit-transition: visibility .3s .2s, -webkit-transform 0.3s 0s;
    transition: visibility .3s .2s, -webkit-transform 0.3s 0s;
    transition: transform 0.3s 0s, visibility .3s .2s;
    transition: transform 0.3s 0s, visibility .3s .2s, -webkit-transform 0.3s 0s;
}
.product-cart-status.is-active{
    visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s;
    -webkit-transition: visibility 0s 0s, -webkit-transform 0.3s 0s;
    transition: visibility 0s 0s, -webkit-transform 0.3s 0s;
    transition: transform 0.3s 0s, visibility 0s 0s;
    transition: transform 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
}
.product-cart-status .cart-header{
    display: flex;
    padding: 15px 30px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #F1F1F1;
}
.product-cart-status .cart-header h4{
    font-weight: 500;
    color: var(--dynamic-color);
    margin-bottom:0;
    font-size: 18px;
    margin-top: 3px;
}
.product-cart-status .cart-header h4 span{
  margin-left: 5px;
  display: inline-block;
}
.product-cart-status .cart-header h4 .ri-shopping-basket-line{ 
    vertical-align: middle;
    margin-top: -2px;
    display: inline-block;
}
.product-cart-status .cart-header .sidebar-cart-close {
    font-size: 20px;
    color: #4e4e4e;
    margin-top: 3px;
    opacity: .8;
    cursor: pointer;
}

.product-cart-status .cart-product-content{
    position: absolute;
    left: 0;
    right: 0;
    top: 65px;
    bottom: 140px;
    padding: 0 30px;
    overflow-y: auto;
}

.product-cart-status .product-info{
    display: flex;
    padding: 25px 0 20px;
    border-bottom: 1px solid #f7f7f7;
}
.product-cart-status .product-info .product-img{
    height: 60px;
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    border-radius: 4px;
    overflow: hidden;
}
.product-cart-status .product-info .product-img img{
    width: 100%;
    height: auto;
}
.product-cart-status .product-info .product-content-wrapper{
    margin: 0 0 0 20px;
    width: 100%;
    overflow: hidden;
}
.product-cart-status .product-info .product-content-wrapper .content-flex{
    display: flex;
    justify-content: space-between;
}
.product-cart-status .product-info .product-content-wrapper .product-details{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 24px;
    display: block;
    color: #4e4e4e;
    margin-right: 20px;
}
.product-cart-status .product-info .product-content-wrapper .product-details:hover{
    color:#0088ff;
}

.product-cart-status .product-info .product-remove{
    display: inline-block;
    padding: 0 6px;
    cursor: pointer;
    height: 24px;
    line-height: 20px;
    font-size: 14px;
    color: #000;
    opacity: .7;
}
.product-cart-status .product-info .product-remove:hover{
    color: #e21212;
    opacity: 1;
}

.product-content-wrapper .product-attributes > p{
    font-size: 14px;
    margin-bottom: 5px;
}
.product-content-wrapper .product-attributes > span{
    font-size: 12px;
    display: block;
}

.product-content-wrapper .product-count .counter-field {
    height: 2.8rem;
}

.product-content-wrapper .product-count .counter {
    height: 2.8rem;
    line-height: 2.8rem;
}

.product-cart-status .cart-footer {
    padding: 0 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
}

.product-cart-status .cart-footer .cart-subtotal {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    color:#4e4e4e; 
    padding: 25px 0;
    border-top: 1px solid #F1F1F1;
    margin-bottom: 0;
}
.product-cart-status .cart-footer .cart-subtotal > span {
    color: var(--dynamic-color);
    font-weight: 700;
}

.product-cart-status .cart-footer .cart-action-btn {
    display: flex;
    padding-bottom: 30px;
    justify-content: space-between;
}

.cart-action-btn .cart-btn, .cart-action-btn .checkout-btn{
    height: 35px;
    line-height: 34px;
    background: #fff;  
    color:#4e4e4e;
    border: 1px solid var(--dynamic-color);
    padding: 0 24px;
    outline: none;
    font-size: 17px;
    width: 48%;
    text-align: center;
    font-weight: 500;
    border-radius: 4px;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.cart-action-btn .checkout-btn{
   background: var(--dynamic-color);
   color:#fff;
}
.cart-action-btn .cart-btn:hover,.cart-action-btn .checkout-btn:hover{
    background: var(--dynamic-color);
    color:#fff;
 }

@media screen and (max-width: 575px) {
    .product-cart-status{
        width:100%;
        max-width: 100%;
    }
}

.cookie-consent {
    background: #081e31;
    text-align: center;
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 10px;
    font-size: 15px;
    z-index:9999;
}

.cookie-consent__message {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    margin-right: 20px;
}

.cookie-consent__message p {
    margin: 0;
}

.cookie-consent__agree {
    color: #fff;
    background-color: var(--dynamic-color);
    border: 0;
    border-radius: 4px;
    height: 30px;
    line-height: 32px;
    font-size: 16px;
    padding: 0 20px;
    font-weight: 500;
    text-transform: uppercase;
    outline:0;
}
.cookie-consent__agree:focus{
    outline:0;
}

.cookie-consent__agree:hover {
    background-color: var(--dynamic-color);
    color:#fff;
}

.cookie-consent__agree:active {
    top: 1px;
}

.quick__view__modal .modal-content .modal-body {
    padding: 10px 30px 30px;
}

.quick__view__modal .modal-header {
    border-bottom: 0;
}

.quick__view__modal .modal-header .close {
    font-size: 30px;
    cursor: pointer;
}

.gallery-thumbs {
    margin-top: 15px;
}

.gallery-thumbs .swiper-slide-thumb-active img {
    border: 2px solid var(--dynamic-color);
}

.gallery-thumbs .swiper-slide img {
    height: 60px;
    width: 60px;
}

.gallery-top .swiper-slide img {
    height: 300px;
    width: 300px;
}

.product-details-wrapper .product-details-wrapper:hover {
    z-index: 9999;
}

.product-details-wrapper .brand-stock_status{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
@media screen and (max-width: 991px) {
    .product-details-wrapper .brand-stock_status{
        margin-top: 35px;
    }
}

.brand-stock_status .in-stock,.brand-stock_status .out-of-stock  {
    font-size: 12px;
    color: #4e4e4e;
    margin-right: 25px;
    text-transform: uppercase;
}
.brand-stock_status .in-stock > i,.brand-stock_status .out-of-stock > i{
    color: #02cb87;
    display: inline-block;
    margin-right: 5px;
    margin-top: -3px;
    font-size: 13px;
}

.brand-stock_status .out-of-stock > i{
    color: #e40d0db8;
}

.product-details-wrapper .brand-stock_status .brand-name{
    font-size: 12px;
    color: #0D0B47;
    text-transform: capitalize;
    font-weight: 500;
}

.product-details-wrapper .product-name-rating {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.product-details-wrapper .product-name-rating .product-name {
    font-size: 24px;
    color: #4e4e4e;
    font-weight: 500;
    line-height: 1.4;
}

@media screen and (max-width: 991px) {
    .product-details-wrapper .product-name-rating .product-name {
        font-size: 20px;
    }
}

.product-details-wrapper .product-name-rating .rating-container {
    text-align: right;
    display: flex;
    align-items: center;
}

.product-details-wrapper .product-price {
    display: flex;
    align-items: center;
}

.product-details-wrapper .product-price .new-price {
    color: var(--dynamic-color);
    font-size: 30px;
    font-weight: 500;
}

.product-details-wrapper .product-price .old-price {
    margin-left: 18px;
    font-size: 15px;
    color: #6e6e6e;
    text-decoration: line-through;
}

.product-details-wrapper .color-wrapper .color-title,.product-details-wrapper .size-wrapper .size-title{
    text-transform: uppercase;
    margin: 10px 0 5px;
    font-size: 14px;
    font-weight: 500;
}

label {
    display: block;
    margin: 8px 0;
    user-select: none;
    font-size: 14px;
    text-transform: capitalize;
    cursor: pointer;
}

input[type=radio] {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    width: 16px;
    position: relative;
    outline: none;
    vertical-align: middle;
    margin-right: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

input[type=radio]:checked {
    border: 1px solid #0077FF;
    background: #fff;
}

input[type=radio]:after {
    background-color: #0077FF;
    border-radius: 50px;
    content: '';
    height: 16px;
    width: 16px;
    position: absolute;
    left: -1px;
    top: -1px;
    pointer-events: none;
    overflow: hidden;
    transform: scale(0);
}

input[type=radio]:checked:after {
    background-color: #006eec;
    border-color: #fd080800;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: all .2s ease;
}

.color-item,
.color-item input {
    position: relative;
    overflow: hidden;
    width: 26px;
    height: 26px;
    border-radius: 50px;
}

.color-item {
    display: inline-block;
    margin-right: 8px;
}

.color-item input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

.color-item i {
    content: "";
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 2px;
    width: 7px;
    height: 12px;
    border: 2px solid #fff;
    border-left: none;
    border-top: none;
    transform: translate(7.75px, 4.5px) rotate(45deg);
    opacity: 0;
}

.color-item input:checked+i {
    opacity: 1;
}

.product-details-wrapper .cart-buy-favourite {
    margin: 20px 0;
    display: flex;
}

.product-details-wrapper .cart-buy-favourite .add__cart,.product-details-wrapper .cart-buy-favourite .buy-btn {
    width: 250px;
    height: 40px;
    line-height: 42px;
    color: var(--dynamic-color);
    background: #fff;
    border: 1px solid var(--dynamic-color);
    font-size: 16px;
    font-weight: 500;
    padding: 0 20px;
    border-radius: 4px;
    outline: none;
    text-transform: uppercase;
    margin-right: 20px; 
    transition: all .3s ease;
}
.product-details-wrapper .cart-buy-favourite .add__cart:hover{
    background: var(--dynamic-color);
    border: 1px solid var(--dynamic-color);
    color:#fff
}
.product-details-wrapper .cart-buy-favourite .buy-btn{
    width: 200px;
    background: var(--dynamic-color);
    border: 1px solid var(--dynamic-color);
    color:#fff;
}
.product-details-wrapper .cart-buy-favourite .buy-btn:hover{
    color:  var(--dynamic-color);
    border: 1px solid var(--dynamic-color);
    background: #fff;
}

.product-details-wrapper .cart-buy-favourite .fav {
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #4e4e4e;
    cursor: pointer;
}

.product-details-wrapper .cart-buy-favourite .fav.active {
    color: #ff0077;
}

.product-details-wrapper .aditional-infos-row {
    margin-bottom: 15px;
}

.product-details-wrapper .aditional-infos-row .info-title,.social-share .info-title{
    text-transform: uppercase;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 500;
}

.product-details-wrapper .aditional-infos-row .info-item .item {
    color: var(--dynamic-color);
    font-weight: 500;
    font-size: 13px;
    margin: 3px 0 0 2px;
    display: inline-block;
    text-transform: capitalize;
    transition: 0.3s ease-in-out;
}

.product-details-wrapper .aditional-infos-row .info-item .item:hover {
    text-decoration: underline;
}

.a2a_default_style .a2a_count, .a2a_default_style .a2a_svg, .a2a_floating_style .a2a_svg, .a2a_menu .a2a_svg, .a2a_vertical_style .a2a_count, .a2a_vertical_style .a2a_svg {
    border-radius: 20px!important;
}

.a2a_svg {
    width: 27px!important;
    height: 27px!important;
    line-height: 27px!important;
    padding: 3px!important;
}

div#site-loader {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 999999999;
    top: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.5);
}

img.loader__image {
    height: 50px;
    width: 50px;
}

html.swal2-shown,body.swal2-shown {
    overflow-y: hidden !important; 
    height: auto!important;
}
.swal2-close:focus,.swal2-styled:focus {
    outline: 0;
    box-shadow: none!important;
}

.swal2-file, .swal2-input, .swal2-textarea{
    font-size: 15px!important;
    border:1px solid #0002!important;
    box-shadow: none!important;
}

.swal2-file:focus, .swal2-input:focus, .swal2-textarea:focus {
    border: 1px solid #08f!important;
    box-shadow: none!important;
}
.swal2-styled.swal2-confirm,.swal2-styled.swal2-cancel { 
    padding: 0!important;
    font-size: 14px!important;
    height: 27px;
    line-height: 27px;
    width: 70px;
}
.swal2-styled.swal2-confirm{
    background-color: var(--dynamic-color)!important;
}

.swal2-close {
    margin:8px 8px 0 0;
    font-size: 1.9em!important;
    width: 1em!important;
    height: 1em!important;
}

@media(max-width: 767px){
    .product__page .product__desc__container .description__main {
        padding:0!important;
    }
    .description__main #desc img {
        max-width: 100%;
        height: auto!important;
    }
}

.dynamic-color-panel{
    width: 250px;
    position: fixed;
    left: 0;
    top: 90px;
    z-index: 9999;
    background: #fff;
    transform: translateX(-100%);
    transition: transform 0.3s 0s;
    border-radius: 0 4px 4px 0;
}

.dynamic-color-panel.is-active {
    transform: translateX(0);
    transition: transform 0.3s 0s;
    box-shadow: rgba(0, 0, 0, 0.20) 4px 5px 35px;
}
.dynamic-color-panel{
    padding:22px;
}

.dynamic-color-panel h4{
   font-size: 19px;
   color:#4e4e4e;
   margin-bottom:15px;
}
.dynamic-color-panel .color-item{
    margin-bottom: 12px;
}
.dynamic-color-panel .color-item:nth-child(1){
    background-color: #08f;
}
.dynamic-color-panel .color-item:nth-child(2){
    background-color:#FB0000;
}
.dynamic-color-panel .color-item:nth-child(3){
    background-color: #0CF805;
}
.dynamic-color-panel .color-item:nth-child(4){
    background-color: #e1bf08;
}
.dynamic-color-panel .color-item:nth-child(5){
    background-color: #f20ca3;
}
.dynamic-color-panel .color-item:nth-child(6){
    background-color: #10f0f0;
}
.dynamic-color-panel .color-item:nth-child(7){
    background-color: #6800ff;
}
.dynamic-color-panel .color-item:nth-child(8){
    background-color: #0e0e0e;
}
.dynamic-color-panel .color-item:nth-child(9){
    background-color: #ff5400;
}
.dynamic-color-panel .color-item:nth-child(10){
    background-color: #4b0082;
}
.dynamic-color-panel .color-item:nth-child(11){
    background-color: #110af7;
}
.dynamic-color-panel .color-item:nth-child(12){
    background-color: #415f7a;
}
.dynamic-color-panel .color-item:nth-child(13){
    background-color: #6b2a1b;
}
.dynamic-color-panel .color-item:nth-child(14){
    background-color: #760a37;
}
.dynamic-color-panel .color-item:nth-child(15){
    background-color: #2d8f61;
}
.dynamic-color-panel-trigger{
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    position: absolute; 
    top: 30px;
    right: -48px;
    color: var(--dynamic-color);
    background: #fff;
    border-radius: 0 8px 8px 0;
    box-shadow: 3px 1px 6px 0 rgba(0,0,0,.15);
    cursor: pointer; 
}
.dynamic-color-panel .dynamic-color-panel-trigger i {
    font-size: 28px;
    display:inline-block;
    animation: indicator-infinity 5s linear infinite;
}

@keyframes indicator-infinity {
    0% {
     transform:rotate(0deg)
    }
    to {
     transform:rotate(-360deg)
     }
}

.banner__slides {
    height: 475px;
    background-repeat: no-repeat;
    border-radius: 4px;
}

@media only screen and (max-width: 575px) {
    .banner__slides {
        height: 250px;
    }
}

@media only screen and (max-width: 400px) {
    .banner__slides {
        height: 200px;
    }
}

@media only screen and (max-width: 375px) {
    .banner__slides {
        height: 180px;
    }
}

@media only screen and (max-width: 340px) {
    .banner__slides {
        height: 170px;
    }
}
.banner__content {
    padding: 20px;
    top: 20%;
    position: absolute;
    max-width: 500px;
}

@media only screen and (max-width: 768px) {
    .banner__content {
        top: 20%;
    }
}
@media only screen and (max-width: 575px) {
    .banner__content {
        top: 12%;
    }
}
@media only screen and (max-width: 400px) {
    .banner__content {
        top: 6%;
    }
}

.banner__content.right {
    right: 7%;
    text-align: right;
}

.banner__content.left {
    left: 8%;
    text-align: left;
}

.banner__content .banner__title {
    font-size: 40px;
    font-weight: 600;
}

.banner__content .banner__subtitle {
    font-size: 18px;
}

.banner__content .action__btn {
    font-size: 18px;
    background-color: #0080ff;
    background-color: var(--dynamic-color);
    display: inline-block;
    color: white;
    padding: 0 23px;
    border-radius: 4px;
    transition: 0.1s all ease-in-out;
    font-weight: 500;
    height: 40px;
    line-height: 43px;
    margin-top: 20px;
}
@media only screen and (max-width: 575px) {
    
    .banner__content.left {
        left: 0;
    }

    .banner__content.right {
        right: 0;
    }

    .banner__content .banner__title {
        font-size: 22px;
        font-weight: 600;
    }

    .banner__content .banner__subtitle {
        font-size: 15px;
        margin: 5px 0;
    }
    .banner__content .action__btn {
        margin-top: 10px;
        font-size: 15px;
        height: 30px;
        line-height: 35px;
        padding: 0 18px;
    }
}

@media only screen and (max-width: 400px) {
    .banner__content .banner__title {
        font-size: 18px;
        font-weight: 600;
    }

    .banner__content .banner__subtitle {
        font-size: 14px;
        margin: 4px 0;
    }
    
    .banner__content .action__btn {
        margin-top: 7px;
        font-size: 14px;
        line-height: 31px;
        height: 27px;
        padding: 0 16px;
    }
}

.arrow__wrapper i {
    font-size: 20px;
    padding: 5px;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    cursor: pointer;
}

.home-swiper-button-prev i,.home-swiper-button-next i,.banner-swiper-button-prev i,.banner-swiper-button-next i {
    position: absolute; 
    top: 45%;
    z-index: -1;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
    font-weight: 700;
}

.home-swiper-button-next i,.banner-swiper-button-next i{
    right: 10px;
}
.home-swiper-button-prev i,.banner-swiper-button-prev i {
    left: 10px;
}

.home:hover .home-swiper-button-next i,.home:hover .home-swiper-button-prev i,.banner:hover .banner-swiper-button-next i,.banner:hover .banner-swiper-button-prev i {
    z-index: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    right: 15px;
    left:inherit;
    width: 100%;
    opacity: 1;
}

.home-swiper-pagination {
    text-align: right;
    z-index: 1;
    position: absolute;
    transition: 0.4s all ease-in-out;
}

.home-swiper-pagination .swiper-pagination-bullet {
    background: var(--dynamic-color);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
}

.home-swiper-pagination .swiper-pagination-bullet {
    opacity: 0.4;
    outline: 0;
}
.home-swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
    opacity: 1 !important;
    border-radius: 4px;
}

@media only screen and (max-width: 575px) {

    .home-swiper-button-prev i,.home-swiper-button-next i  {
        display: none;
    }

    .home-swiper-pagination {
        z-index: 1;
    }
}

/* slide text animation */
.swiper-slide {
    position: relative;
    background-size: cover;
}

.swiper-slide .slide__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.swiper-slide .slide__content.slide__content__left {
    left: 15%;
    -webkit-transform: translate(-15%, -50%);
    transform: translate(-15%, -50%);
}

.swiper-slide .slide__content.slide__content__right {
    right: 15%;
    left: auto;
    -webkit-transform: translate(5%, -50%);
    transform: translate(5%, -50%);
}

.swiper-slide .slide__content--headings {
    color: #fff;
}

.swiper-slide .slide__content--headings h2 {
    font-size: 4.5rem;
    margin: 10px 0;
}

.swiper-slide .slide__content--headings .animated {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.swiper-slide .slide__content--headings .top-title {
    font-family: "Playball", cursive;
    font-size: 2.5rem;
}

.swiper-slide .slide__content--headings .title {
    font-size: 3.5rem;
}

.swiper-slide .slide__content--headings .button-custom {
    text-decoration: none;
    color: #333;
    padding: 1.2rem 2.5rem;
    font-size: 1.5rem;
}

.slider [data-swiper-animation] {
    opacity: 0;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-transition: opacity 0.5s ease 0.3s;
    transition: opacity 0.5s ease 0.3s;
    -webkit-transition: 1s;
    transition: 1s;
}

/* top two banner */
.top-category-banner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.top-category-banner .banner {
    width: 100%;
    height: 230px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.top-category-banner .banner:last-of-type {
    margin-top: 15px;
}

.top-category-banner .banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .3s ease-in-out;
    border-radius: 4px;
}

.top-category-banner .banner .banner-content h4 {
    font-size: 2.4rem;
    color: #fff;
    position: absolute;
    top: 15%;
    left: 10%;
    right: 10%;
    opacity: 0;
    visibility: hidden;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
}

.top-category-banner .banner .banner-content a {
    background: #fff;
    font-size: 1.4rem;
    padding: 6px 10px;
    color: #4e4e4e;
    display: inline-block;
    border-radius: 4px;
    transition: all .3s ease-in-out;
    position: absolute;
    bottom: 10%;
    left: 10%;
    right: 10%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9);
}

.top-category-banner .banner:hover>img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.top-category-banner .banner:hover .banner-content h4 {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.top-category-banner .banner:hover .banner-content a {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    z-index: 1;
}

.top-category-banner .banner:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.top-category-banner .banner:hover:after {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 991px) {
    .top-category-banner {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        overflow: hidden;
        margin-top: 15px;
    }

    .top-category-banner .banner:last-of-type {
        margin-top: 0px;
        margin-left: 15px;
    }

    .top-category-banner .banner {
        width: 100%;
        height: 220px;
        position: relative;
        overflow: hidden;
        border-radius: 4px;
    }

    .top-category-banner .banner img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transform: scale(1);
        transform: scale(1);
        transition: all .3s ease-in-out;
        border-radius: 4px;
    }
}
@media (max-width:575px){
    .top-category-banner .banner {
        width: 100%;
        height: 100%;
    }
}

.item-section-info,
.see-all-product {
    font-size: 1.8rem;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 15px;
    color:#4e4e4e;
}

.see-all-product {
    padding-right: 10px;
    transition: all .3s ease;
}

.see-all-product:hover,.see-all-arrow:hover {
    color:var(--dynamic-color);
}
.see-all-arrow {
    margin-left: 2px;
    transition: all .3s ease;
    transform: translateX(0px);
    vertical-align: middle;
    margin-top: -4px;
    display: inline-block;
}

.see-all-product:hover .see-all-arrow {
    transform: translateX(10px);
}
.badge-arrow,.flash-icon{
    vertical-align: middle;
    margin-top: -2px;
    display: inline-block;
    margin-right: 10px;
    font-size: 2.2rem;
}

.flash-deal-wrapper {
    border: 1px solid #E1E1E1;
    border-radius: 5px;
}
.best-sale-wrapper{
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    height: 50px;
    line-height: 54px;
    display: flex;
    justify-content: space-between;
}
.flash-deal-lg-content{
    display: flex;
    justify-content: space-between;
}
.flash-sale-lg-content{
    display: flex;
    justify-content:center;
}
.flash-deal-counter {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sm-flash-deal-counter {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    padding-bottom: 0;
}

.sm-flash-deal-counter>div.small {
    font-size: 1.4rem;
    color: #4e4e4e;
    text-transform: uppercase;
    margin-right: 30px;
    font-weight: 500;
}

#flashClock,
#smFlashClock {
    display: inline-block;
    text-align: center;
    font-size: 2rem;
}

#flashClock>div,
#smFlashClock>div {
    padding: 0px;
    display: inline-block;
    color:var(--dynamic-color);
    font-weight: 500;
}

@media (min-width: 768px) {
    .sm-flash-deal-counter {
        display: none;
    }

    .flash-deal-wrapper {
        height: 50px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .flash-deal-counter {
        display: none;
    }
    .item-section-info, .see-all-product {
        padding-left: 12px;
    }
    .flash-deal-lg-content{
        padding: 5px 0 10px;
    }
}

/* best deal banner swiper */
.banner__swiper__container {
    border: 1px solid #e1e1e1;
    border-radius: 4px;
}

.banner__slide__info {
    position: absolute;
    bottom: 20px;
    width: 90%;
    background-color: rgba(255, 255, 255, 0.8);
    margin: 0 auto;
    left: 5%;
    padding: 20px;
    border-radius: 5px;
    font-size: 16px;
}

.banner__slide__info .banner__info__title {
    text-transform: capitalize;
    color:#1e1e1e;
}

.banner__slide__info .price__cart {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 600;
    color:var(--dynamic-color);
}
.price__cart .price .old-price{
    font-size: 13px;
    text-decoration: line-through;
    display: inline-block;
    margin-left: 12px;
    vertical-align: middle;
    color:#4e4e4e;
}

.ts-banner-wrapper .ts-banner {
    position: relative;
    display: block;
    overflow: hidden;
}
.vtc-banner{
    width: 650px;
    height: 48%;
}
.vtc-banner1{
   margin-bottom: 15px;
}
.fw-banner{
    width:100%;
    height: 400px;
}

.twc-banner{
    width:100%;
    height: 200px;
}
.vtc-banner img,.twc-banner img,.fw-banner img{
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.ts-banner-wrapper .ts-banner::before,.ts-banner-wrapper .ts-banner::after {
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: all 1.2s ease;
    background-color: rgba(255,255,255,.2);
    z-index: 2;
}

.ts-banner-wrapper .ts-banner:hover::before { 
    opacity: 1;
    width: 0;
    transition: all .8s ease;
}

.ts-banner-wrapper .ts-banner:hover::after {
    opacity: 1;
    height: 0;
    transition: all .8s ease;
}
@media (max-width:1199px){
    .vtc-banner{
        width: 100%;
    }
    .vtc-banner1{
        margin-bottom: 15px;
     }
}
@media (max-width:767px){
    .vtc-banner1 {
        margin-top: 15px;
    }
    .fw-banner,.twc-banner{
        width:100%;
        height:100%;
    }
}

.top__in__row {
    display: flex;
    flex-direction: column;
}

.top__in__next i {
    display: none;
}

.top__in__prev i {
    display: none;
}

.top__in__swiper:hover .top__in__next i,.top__in__swiper:hover .top__in__prev i  {
    z-index: 1;
    opacity: 1;
}
@media only screen and (max-width: 991px) {
    .top__in__next i,
    .top__in__prev i {
        z-index: 1;
        opacity: 1;
        display: block;
    }
}

.top-in-category .top-in-category-item {
    display: flex; 
    align-items: center; 
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 20px;
}
.top-in-category .top-in-category-item.active{
   border: 1px solid var(--dynamic-color);
}

.top-in-category .top-in-category-item img {
    width: 60px;
    height: 60px;
    padding: 5px;
}
.top-in-category .top-in-category-item .category-name {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 10px;
}

.top-in-category .top-in-category-item span {
    font-size: 1.6rem;
    margin-bottom: 0px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color:#4e4e4e;
}
.top-in-category .top-in-category-item.active span {
    color:var(--dynamic-color);
}
@media (max-width:575px){
    .top-in-category .top-in-category-item {
        margin-bottom: 10px;
    }
}

.column__heading {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.column__heading .column__title {
    font-size: 18px;
    font-weight: 500;
    color: #4e4e4e;
    text-transform: uppercase;
}

.column__pagination {
    display: flex;
    font-size: 16px;
    color: #757575;
}

.column__pagination .prev {
    margin-right: 20px;
    cursor: pointer;
    outline: 0;
}

.column__pagination .next {
    cursor: pointer;
    margin-right: 10px;
    outline: 0;
}

.column__pagination .prev:hover,.column__pagination .next:hover{
    color: var(--dynamic-color);
}

.single__product__card {
    display: flex;
    margin-bottom: 10px;
    overflow: hidden;
}

.single__product__card .left .product__img {
    height: 100px;
    width: 100px;
    margin-right: 20px;
}
.single__product__card .right{
    overflow: hidden;
}

.single__product__card .right .product__name {
    font-size: 15px;
    color: #4e4e4e;
    margin: 10px 0 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.single__product__card .right .product__prices .new__price {
    font-size: 20px;
    font-weight: 500;
    color: #4b4b4b;
    margin-right: 10px;
}

.single__product__card .right .product__prices .old__price {
    font-size: 13px;
    color: #7e7e7e;
    text-decoration: line-through;
    margin-top: -5px;
    display: inline-block;
    vertical-align: middle;
}

.brand__item__slide {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.brand-swiper-button-next i,.top__in__next i {
    position: absolute;
    right: 0px;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
    opacity: 0;
    transition: 0.4s all ease-in-out;
}

.brand-swiper-button-prev i,.top__in__prev i {
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
    opacity: 0;
    transition: 0.4s all ease-in-out;
}

@media only screen and (max-width: 991px) {
    .brand-swiper-button-next i,
    .brand-swiper-button-prev i {
        z-index: 1;
        opacity: 1;
    }
}

.brand:hover .brand-swiper-button-next i,.brand:hover .brand-swiper-button-prev i {
    z-index: 1;
    opacity: 1;
}

@media only screen and (max-width: 575px){
    .brand__item__slide {
        gap: 5px;
    }
}
.brand-item .brand-image a {
    border-radius: 4px;
    padding: 10px;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #f1f1f1;
}

.brand-item .brand-image img {
    filter: grayscale(1);
    opacity: 0.7;
    transition: all 0.15s ease-in-out;
}

.brand-item:hover .brand-image img {
    opacity: 1;
    transform: scale(1.15);
    filter: grayscale(0);
}


.blog-section .blog-date {
    background: #ffffff;
    position: absolute;
    left: 1rem;
    top: 1rem;
    padding: 0.4rem 1rem;
    color: #555;
    font-size: 1.5rem;
    text-align: center;
    border-radius: 5px;
    font-weight: 500;
}

.blog-section .blog-date span {
    font-size: 20px;
    display: block;
    letter-spacing: 0.2rem;
    font-weight: 700;
}

.blog-section .card,.blog-section .card .card-img-top {
    border-radius: 4px;
}

.blog-section .card .blog-meta {
    margin-bottom: 16px;
    font-size: 12px;
}

.blog-section .card .blog-meta a {
    margin-right: 15px;
    font-weight: 400;
    transition: all 0.1s ease-in-out;
}

.blog-section .card .blog-meta a:hover {
    color: var(--dynamic-color);
}

.blog-inner {
    border: none;
}

.blog-inner .card-body h4 {
    font-size: 1.8rem;
}
.blog-inner .card-body h4:hover {
    color: var(--dynamic-color);
}

.blog-inner p {
    font-size: 1.3rem;
}

.shop-facility {
    padding: 1rem;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    text-align: center;
}
.shop-facility .services-img{
    width: 200px;
    height: 60px;
    text-align: center;
    display: inline-block;
}

.shop-facility .services-img img{
    width:100%;
    height: 100%;
}

.shop-facility h4 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

@media (max-width: 991px) { 
    .shop-facility .services-img{
        width: 100%;
        height: 60px;
    }
}
@media (max-width: 575px) { 
    .shop-facility .services-img{
        width: 100%;
        height: 100%;
    }
}

/* newslatter css */
#newsLatterModal .modal-header {
    border-bottom: 0;
    padding: 0.5rem 1.5rem;
}

#newsLatterModal .modal-header .close {
    font-size: 25px;
    font-weight: 400;
    margin-top: 3px;
    cursor: pointer;
}

.news__latter__modal__body {
    margin-bottom: 25px;
    margin-top: 10px;
}

.news__latter__modal__body .ri-mail-open-line {
    font-size: 50px;
    color: #199bff;
    width: 100%;
    text-align: center;
    display: inline-block;
}

.news__latter__modal__body .title__one {
    font-size: 26px;
    color: #12497a;
    margin: 10px 0;
    text-align: center;
    font-weight: 600;
}

.news__latter__modal__body .title__two {
    font-size: 16px;
    color: #123a5d;
    text-align: center;
    margin-bottom: 10px;
}

.news__latter__modal__body .input__group {
    position: relative;
    width: 80%;
    margin: 0 auto;
}
.news__latter__modal__body .form-group.custom-checkbox{
    width: 80%;
    margin: 20px auto;
}

.custom-checkbox {
    position: relative;
}

.custom-checkbox > label {
    padding-left: 30px;
    font-size: 15px!important;
    text-transform: capitalize!important;
    margin-top: 1px;
    display: inline-block;
}

.custom-checkbox input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+.box:after {
    position: absolute;
    left: 4px;
    top: 5px;
    margin-top: -5px;
    margin-left: -4px;
    display: inline-block;
    content: ' ';
    width: 20px;
    height: 20px;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    background-color: #fff;
    z-index: 2;
    cursor: pointer;
}

input[type="checkbox"]:checked+.box:after {
    background-color: #fff;
    border-color: var(--dynamic-color);
    border-width: 2px;
}

input[type="checkbox"]:checked+.box:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border-width: 2px;
    border-style: solid;
    border-top: 0;
    border-left: 0;
    border-color: var(--dynamic-color);
    content: '';
    z-index: 3;
}

.news__latter__modal__body .input__group .email__field {
    font-size: 16px;
    padding: 27px 10px;
}

.news__latter__modal__body .input__group .submit__btn {
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    padding: 10px 15px;
    text-transform: uppercase;
    border: 1px solid var(--dynamic-color);
    background: var(--dynamic-color);
    outline: 0;
    color:#fff;
}

.news__latter__modal__body .check__input {
    width: 80%;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .news__latter__modal__body .title__one {
        font-size: 20px;
    }

    .news__latter__modal__body .title__two {
        font-size: 14px;
    }

    .news__latter__modal__body .check__input{
        width: 97%;
    }
}
@media only screen and (max-width: 575px){
    .news__latter__modal__body .input__group,.news__latter__modal__body .form-group.custom-checkbox {
        width: 95%;
    }
    .news__latter__modal__body .input__group .submit__btn {
        transform: translateY(-50%);
        font-size: 15px;
        padding: 10px;
    }
}

