/**** Common Style Start ****/
/**** Including: basic styles for most elements and tags test ****/

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    scroll-padding-top: 200px;
    scroll-behavior: smooth;
}

body {
    font-family: Roboto, Arial, Open Sans, verdana, Helvetica, sans-serif;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #040206;
    margin: 0;
    font-size: 16px;
    line-height: normal;
    /*! background-color: #141314; */
    /*! background-color: #000; */
    /*! letter-spacing: 1px; */
}

@media (max-width: 1008px) {
    body {
        overflow: overlay;
    }
}

* {
    scrollbar-width: thin;
    scrollbar-color: #dadada transparent;
}

::selection {
    color: #fff;
    background-color: #8C2CC9;
}

:focus {
    outline: none;
}

.tv-main-div {
    position: relative;
    overflow: hidden;
}

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

article,
section,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
div,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

[hidden],
template {
    display: none
}

a {
    -webkit-text-decoration-skip: objects;
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit;
    font-weight: 700;
}

dfn {
    font-style: italic
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    font-weight: 700;
    line-height: 1.5;
    color: inherit;
    color: inherit;
}

.h1,
h1 {
    font-size: 30px;
}

.h2,
h2 {
    font-size: 26px;
}

.h3,
.h4,
h3,
h4 {
    font-size: 22px;
}

.h5,
h5 {
    font-size: 18px;
}

.h6,
h6 {
    font-size: 16px;
}

p {
    font-size: 16px;
    color: inherit;
    line-height: 1.5;
    margin: 0 0 16px;
}

mark {
    background-color: #ff0;
    color: #ccc;
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -2px;
    font-size: 15px;
    right: -5px;
}

img {
    border-style: none;
    vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 100%;
}

svg:not(:root) {
    overflow: hidden
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: 700
}

button,
input {
    overflow: visible
}

input {
    outline: none;
    padding: 0 10px;
}

input::placeholder,
textarea::placeholder {
    font-size: 16px;
    color: #99969B;
}

button,
select {
    text-transform: none
}

button {
    cursor: pointer;
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto
}

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

[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #666;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}

[type=checkbox]:checked {
    background-color: #942cd1;
    border-color: #942cd1;
}

[type=checkbox]:checked:after {
    content: "✔";
    color: #fff;
    position: absolute;
    left: 2px;
    top: -2px;
    font-size: 14px;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

@media print {

    *,
    :after,
    :before,
    :first-letter,
    blockquote:first-line,
    div:first-line,
    li:first-line,
    p:first-line {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #ccc !important;
    }

    .tag {
        border: 1px solid #141314
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

[tabindex="-1"]:focus {
    outline: none !important
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #f1f1f1
}

address {
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin: 0;
}

ul {
    list-style: none;
    padding-left: 0;
    padding-right: 0
}

li {
    line-height: 1.5;
    font-size: 16px;
}

.tvproduct-page-decs ul {
    /*margin-left: 21px;*/
}

.tvproduct-page-decs li::before {
    content: "✤ ";
    color: #fff;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: 8px;
    margin-left: 0
}

blockquote {
    margin: 0 0 16px
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: none
}

pre {
    overflow: auto
}

figure {
    margin: 0 0 16px
}

[role=button] {
    cursor: pointer
}

[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

table {
    border-collapse: collapse;
    background-color: transparent
}

caption {
    padding-top: 12px;
    padding-bottom: 12px;
    color: #7a7a7a;
    caption-side: bottom
}

caption,
th {
    text-align: left
}

label {
    margin-bottom: 16px;
}

label.required:after {
    content: "*";
    color: #EF6868;
    margin-left: 5px;
}

@media(max-width: 767px) {
    label {
        clear: both
    }
}

button:focus {
    outline: none
}

button,
input,
select,
textarea {
    line-height: inherit
}

input[type=checkbox]:disabled,
input[type=radio]:disabled {
    cursor: not-allowed
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

select,
textarea,
input {
    font-size: 16px;
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: inherit
}

input[type=search] {
    -webkit-appearance: none
}

output {
    display: inline-block
}

[hidden] {
    display: none !important
}

svg,
path,
a {
    transition: 0.2s all;
}
  
hr {
    margin-top: 16px;
    margin-bottom: 16px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

code {
    color: #bd4147;
    background-color: #f7f7f9;
    border-radius: 0
}

code,
kbd {
    padding: 3px 6px;
    font-size: 90%
}

kbd {
    color: #fff;
    background-color: #ccc;
    border-radius: 3px
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 90%;
    /*color: #373a3c;*/
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 1860px;
    max-width: 100%;
    position: relative;
}

@media(max-width: 1300px) and (min-width: 768px) {
    .container {
        /*! padding: 0 45px; */
    }
}

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

.container-fluid {
    margin-left: auto;
    margin-right: auto
}

.container-fluid:after {
    content: "";
    display: table;
    clear: both
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

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

/****Bootstrap width****/
.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-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-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-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-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1 {
    float: left;
    width: 8.33333%
}

.col-xs-2 {
    float: left;
    width: 16.66667%
}

.col-xs-3 {
    float: left;
    width: 25%
}

.col-xs-4 {
    float: left;
    width: 33.33333%
}

.col-xs-5 {
    float: left;
    width: 41.66667%
}

.col-xs-6 {
    float: left;
    width: 50%;
}

.col-xs-7 {
    float: left;
    width: 58.33333%
}

.col-xs-8 {
    float: left;
    width: 66.66667%
}

.col-xs-9 {
    float: left;
    width: 75%
}

.col-xs-10 {
    float: left;
    width: 83.33333%
}

.col-xs-11 {
    float: left;
    width: 91.66667%
}

.col-xs-12 {
    float: left;
    width: 100%
}

.pull-xs-0 {
    right: auto
}

.pull-xs-1 {
    right: 8.33333%
}

.pull-xs-2 {
    right: 16.66667%
}

.pull-xs-3 {
    right: 25%
}

.pull-xs-4 {
    right: 33.33333%
}

.pull-xs-5 {
    right: 41.66667%
}

.pull-xs-6 {
    right: 50%
}

.pull-xs-7 {
    right: 58.33333%
}

.pull-xs-8 {
    right: 66.66667%
}

.pull-xs-9 {
    right: 75%
}

.pull-xs-10 {
    right: 83.33333%
}

.pull-xs-11 {
    right: 91.66667%
}

.pull-xs-12 {
    right: 100%
}

.push-xs-0 {
    left: auto
}

.push-xs-1 {
    left: 8.33333%
}

.push-xs-2 {
    left: 16.66667%
}

.push-xs-3 {
    left: 25%
}

.push-xs-4 {
    left: 33.33333%
}

.push-xs-5 {
    left: 41.66667%
}

.push-xs-6 {
    left: 50%
}

.push-xs-7 {
    left: 58.33333%
}

.push-xs-8 {
    left: 66.66667%
}

.push-xs-9 {
    left: 75%
}

.push-xs-10 {
    left: 83.33333%
}

.push-xs-11 {
    left: 91.66667%
}

.push-xs-12 {
    left: 100%
}

.offset-xs-1 {
    margin-left: 8.33333%
}

.offset-xs-2 {
    margin-left: 16.66667%
}

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

.offset-xs-4 {
    margin-left: 33.33333%
}

.offset-xs-5 {
    margin-left: 41.66667%
}

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

.offset-xs-7 {
    margin-left: 58.33333%
}

.offset-xs-8 {
    margin-left: 66.66667%
}

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

.offset-xs-10 {
    margin-left: 83.33333%
}

.offset-xs-11 {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm-1 {
        float: left;
        width: 8.33333%
    }

    .col-sm-2 {
        float: left;
        width: 16.66667%
    }

    .col-sm-3 {
        float: left;
        width: 25%
    }

    .col-sm-4 {
        float: left;
        width: 33.33333%
    }

    .col-sm-5 {
        float: left;
        width: 41.66667%
    }

    .col-sm-6 {
        float: left;
        width: 50%
    }

    .col-sm-7 {
        float: left;
        width: 58.33333%
    }

    .col-sm-8 {
        float: left;
        width: 66.66667%
    }

    .col-sm-9 {
        float: left;
        width: 75%
    }

    .col-sm-10 {
        float: left;
        width: 83.33333%
    }

    .col-sm-11 {
        float: left;
        width: 91.66667%
    }

    .col-sm-12 {
        float: left;
        width: 100%
    }

    .pull-sm-0 {
        right: auto
    }

    .pull-sm-1 {
        right: 8.33333%
    }

    .pull-sm-2 {
        right: 16.66667%
    }

    .pull-sm-3 {
        right: 25%
    }

    .pull-sm-4 {
        right: 33.33333%
    }

    .pull-sm-5 {
        right: 41.66667%
    }

    .pull-sm-6 {
        right: 50%
    }

    .pull-sm-7 {
        right: 58.33333%
    }

    .pull-sm-8 {
        right: 66.66667%
    }

    .pull-sm-9 {
        right: 75%
    }

    .pull-sm-10 {
        right: 83.33333%
    }

    .pull-sm-11 {
        right: 91.66667%
    }

    .pull-sm-12 {
        right: 100%
    }

    .push-sm-0 {
        left: auto
    }

    .push-sm-1 {
        left: 8.33333%
    }

    .push-sm-2 {
        left: 16.66667%
    }

    .push-sm-3 {
        left: 25%
    }

    .push-sm-4 {
        left: 33.33333%
    }

    .push-sm-5 {
        left: 41.66667%
    }

    .push-sm-6 {
        left: 50%
    }

    .push-sm-7 {
        left: 58.33333%
    }

    .push-sm-8 {
        left: 66.66667%
    }

    .push-sm-9 {
        left: 75%
    }

    .push-sm-10 {
        left: 83.33333%
    }

    .push-sm-11 {
        left: 91.66667%
    }

    .push-sm-12 {
        left: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md-1 {
        float: left;
        width: 8.33333%
    }

    .col-md-2 {
        float: left;
        width: 16.66667%
    }

    .col-md-3 {
        float: left;
        width: 25%
    }

    .col-md-4 {
        float: left;
        width: 33.33333%
    }

    .col-md-5 {
        float: left;
        width: 41.66667%
    }

    .col-md-6 {
        float: left;
        width: 50%
    }

    .col-md-7 {
        float: left;
        width: 58.33333%
    }

    .col-md-8 {
        float: left;
        width: 66.66667%
    }

    .col-md-9 {
        float: left;
        width: 75%
    }

    .col-md-10 {
        float: left;
        width: 83.33333%
    }

    .col-md-11 {
        float: left;
        width: 91.66667%
    }

    .col-md-12 {
        float: left;
        width: 100%
    }

    .pull-md-0 {
        right: auto
    }

    .pull-md-1 {
        right: 8.33333%
    }

    .pull-md-2 {
        right: 16.66667%
    }

    .pull-md-3 {
        right: 25%
    }

    .pull-md-4 {
        right: 33.33333%
    }

    .pull-md-5 {
        right: 41.66667%
    }

    .pull-md-6 {
        right: 50%
    }

    .pull-md-7 {
        right: 58.33333%
    }

    .pull-md-8 {
        right: 66.66667%
    }

    .pull-md-9 {
        right: 75%
    }

    .pull-md-10 {
        right: 83.33333%
    }

    .pull-md-11 {
        right: 91.66667%
    }

    .pull-md-12 {
        right: 100%
    }

    .push-md-0 {
        left: auto
    }

    .push-md-1 {
        left: 8.33333%
    }

    .push-md-2 {
        left: 16.66667%
    }

    .push-md-3 {
        left: 25%
    }

    .push-md-4 {
        left: 33.33333%
    }

    .push-md-5 {
        left: 41.66667%
    }

    .push-md-6 {
        left: 50%
    }

    .push-md-7 {
        left: 58.33333%
    }

    .push-md-8 {
        left: 66.66667%
    }

    .push-md-9 {
        left: 75%
    }

    .push-md-10 {
        left: 83.33333%
    }

    .push-md-11 {
        left: 91.66667%
    }

    .push-md-12 {
        left: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg-1 {
        float: left;
        width: 8.33333%
    }

    .col-lg-2 {
        float: left;
        width: 16.66667%
    }

    .col-lg-3 {
        float: left;
        width: 25%
    }

    .col-lg-4 {
        float: left;
        width: 33.33333%
    }

    .col-lg-5 {
        float: left;
        width: 41.66667%
    }

    .col-lg-6 {
        float: left;
        width: 50%
    }

    .col-lg-7 {
        float: left;
        width: 58.33333%
    }

    .col-lg-8 {
        float: left;
        width: 66.66667%
    }

    .col-lg-9 {
        float: left;
        width: 75%
    }

    .col-lg-10 {
        float: left;
        width: 83.33333%
    }

    .col-lg-11 {
        float: left;
        width: 91.66667%
    }

    .col-lg-12 {
        float: left;
        width: 100%
    }

    .pull-lg-0 {
        right: auto
    }

    .pull-lg-1 {
        right: 8.33333%
    }

    .pull-lg-2 {
        right: 16.66667%
    }

    .pull-lg-3 {
        right: 25%
    }

    .pull-lg-4 {
        right: 33.33333%
    }

    .pull-lg-5 {
        right: 41.66667%
    }

    .pull-lg-6 {
        right: 50%
    }

    .pull-lg-7 {
        right: 58.33333%
    }

    .pull-lg-8 {
        right: 66.66667%
    }

    .pull-lg-9 {
        right: 75%
    }

    .pull-lg-10 {
        right: 83.33333%
    }

    .pull-lg-11 {
        right: 91.66667%
    }

    .pull-lg-12 {
        right: 100%
    }

    .push-lg-0 {
        left: auto
    }

    .push-lg-1 {
        left: 8.33333%
    }

    .push-lg-2 {
        left: 16.66667%
    }

    .push-lg-3 {
        left: 25%
    }

    .push-lg-4 {
        left: 33.33333%
    }

    .push-lg-5 {
        left: 41.66667%
    }

    .push-lg-6 {
        left: 50%
    }

    .push-lg-7 {
        left: 58.33333%
    }

    .push-lg-8 {
        left: 66.66667%
    }

    .push-lg-9 {
        left: 75%
    }

    .push-lg-10 {
        left: 83.33333%
    }

    .push-lg-11 {
        left: 91.66667%
    }

    .push-lg-12 {
        left: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl-1 {
        float: left;
        width: 8.33333%
    }

    .col-xl-2 {
        float: left;
        width: 16.66667%
    }

    .col-xl-3 {
        float: left;
        width: 25%
    }

    .col-xl-4 {
        float: left;
        width: 33.33333%
    }

    .col-xl-5 {
        float: left;
        width: 41.66667%
    }

    .col-xl-6 {
        float: left;
        width: 50%
    }

    .col-xl-7 {
        float: left;
        width: 58.33333%
    }

    .col-xl-8 {
        float: left;
        width: 66.66667%
    }

    .col-xl-9 {
        float: left;
        width: 75%
    }

    .col-xl-10 {
        float: left;
        width: 83.33333%
    }

    .col-xl-11 {
        float: left;
        width: 91.66667%
    }

    .col-xl-12 {
        float: left;
        width: 100%
    }

    .pull-xl-0 {
        right: auto
    }

    .pull-xl-1 {
        right: 8.33333%
    }

    .pull-xl-2 {
        right: 16.66667%
    }

    .pull-xl-3 {
        right: 25%
    }

    .pull-xl-4 {
        right: 33.33333%
    }

    .pull-xl-5 {
        right: 41.66667%
    }

    .pull-xl-6 {
        right: 50%
    }

    .pull-xl-7 {
        right: 58.33333%
    }

    .pull-xl-8 {
        right: 66.66667%
    }

    .pull-xl-9 {
        right: 75%
    }

    .pull-xl-10 {
        right: 83.33333%
    }

    .pull-xl-11 {
        right: 91.66667%
    }

    .pull-xl-12 {
        right: 100%
    }

    .push-xl-0 {
        left: auto
    }

    .push-xl-1 {
        left: 8.33333%
    }

    .push-xl-2 {
        left: 16.66667%
    }

    .push-xl-3 {
        left: 25%
    }

    .push-xl-4 {
        left: 33.33333%
    }

    .push-xl-5 {
        left: 41.66667%
    }

    .push-xl-6 {
        left: 50%
    }

    .push-xl-7 {
        left: 58.33333%
    }

    .push-xl-8 {
        left: 66.66667%
    }

    .push-xl-9 {
        left: 75%
    }

    .push-xl-10 {
        left: 83.33333%
    }

    .push-xl-11 {
        left: 91.66667%
    }

    .push-xl-12 {
        left: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

/****Bootstrap width end****/

.text-center {
    text-align: center;
}

.text-xs-left {
    text-align: left !important
}

.text-xs-right {
    text-align: right !important;
}

.text-xs-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

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

    .text-md-center {
        text-align: center !important
    }
}

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

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

    .text-lg-center {
        text-align: center !important
    }
}

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

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

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

/****google fonts start****/

@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/icon/font?kit=kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHOejddwazkNJtbtymvSX-QS4&skey=b8dc2088854b122f&v=v300) format('woff2');
}

@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/icon/font?kit=kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHOejddAkzUNCtqVq7MCI9auRCBoBWw&skey=b8dc2088854b122f&v=v303) format('woff2');
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}

/****google fonts end****/
/****Common classes start****/
.tvforce-hide {
    display: none;
}

.collapsing,
.dropdown,
.dropup {
    position: relative;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.clearfix {
    clear: both
}

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

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 8px 16px;
    font-size: 16px;
    border-radius: 3px;
    border: none;
    /*border: 1px solid currentColor;*/
    /*box-shadow: 0px 0px 1px #ffffff91;*/
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0
}

.btn.disabled,
.btn:disabled {
    cursor: not-allowed;
    opacity: .65
}

.btn.disabled,
.btn.disabled:hover {
    background: #7a7a7a
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-primary,
.btn-secondary,
.btn-tertiary {
    font-weight: 500;
    padding: 8px 20px;
    transition: 0.2s all;
}

.btn-primary .material-icons,
.btn-secondary .material-icons,
.btn-tertiary .material-icons {
    margin-right: 10px
}

.disabled .material-icons {
    cursor: not-allowed;
}

.btn-tertiary {
    background-color: #ddd;
    color: #ccc;
    padding: 8px;
    margin: 4px 0;
    font-weight: 400;
    font-size: 14px
}

.btn-tertiary .material-icons {
    font-size: 16px
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    border-color: transparent
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary:disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled:hover {
    border-color: transparent
}

.btn-secondary,
.btn-tertiary {
    color: #ccc;
    background-color: #333;
    border-color: transparent;
    border-radius: 3px;
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-tertiary:focus,
.btn-tertiary:hover,
.focus.btn-tertiary {
    color: #fff;
    background-color: #444;
    border-color: transparent
}

.active.btn-tertiary,
.btn-secondary.active,
.btn-secondary:active,
.btn-tertiary:active,
.open>.btn-secondary.dropdown-toggle,
.open>.dropdown-toggle.btn-tertiary {
    color: #ccc;
    background-color: #ddd;
    border-color: transparent;
    background-image: none
}

.active.btn-tertiary:focus,
.active.btn-tertiary:hover,
.active.focus.btn-tertiary,
.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary:active.focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.btn-tertiary:active.focus,
.btn-tertiary:active:focus,
.btn-tertiary:active:hover,
.open>.btn-secondary.dropdown-toggle.focus,
.open>.btn-secondary.dropdown-toggle:focus,
.open>.btn-secondary.dropdown-toggle:hover,
.open>.dropdown-toggle.btn-tertiary:focus,
.open>.dropdown-toggle.btn-tertiary:hover,
.open>.dropdown-toggle.focus.btn-tertiary {
    color: #ccc;
    background-color: #cbcbcb;
    border-color: transparent
}

.btn-secondary.disabled.focus,
.btn-secondary.disabled:focus,
.btn-secondary.disabled:hover,
.btn-secondary:disabled.focus,
.btn-secondary:disabled:focus,
.btn-secondary:disabled:hover,
.btn-tertiary:disabled.focus,
.btn-tertiary:disabled:focus,
.btn-tertiary:disabled:hover,
.disabled.btn-tertiary:focus,
.disabled.btn-tertiary:hover,
.disabled.focus.btn-tertiary {
    background-color: #f6f6f6;
    border-color: transparent
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2
}

.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
    background-image: none
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info:disabled.focus,
.btn-info:disabled:focus,
.btn-info:disabled:hover {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-success {
    color: #fff;
    background-color: #0AC000;
    border-color: #0AC000
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    color: #fff;
    background-color: #3a9a56;
    border-color: #389252
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #3a9a56;
    border-color: #389252;
    background-image: none
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #318047;
    border-color: #256237
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success:disabled.focus,
.btn-success:disabled:focus,
.btn-success:disabled:hover {
    background-color: #0AC000;
    border-color: #0AC000
}

.btn-warning {
    color: #fff;
    background-color: #ff9a52;
    border-color: #ff9a52
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
    color: #fff;
    background-color: #ff7c1f;
    border-color: #ff7615
}

.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ff7c1f;
    border-color: #ff7615;
    background-image: none
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.btn-warning.dropdown-toggle.focus,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #fa6800;
    border-color: #d25700
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning:disabled.focus,
.btn-warning:disabled:focus,
.btn-warning:disabled:hover {
    background-color: #ff9a52;
    border-color: #ff9a52
}

.btn-danger {
    color: #fff;
    background-color: #F04134;
    border-color: #F04134
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
    color: #fff;
    background-color: #ff1919;
    border-color: #ff0f0f
}

.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff1919;
    border-color: #ff0f0f;
    background-image: none
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #f40000;
    border-color: #c00
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger:disabled.focus,
.btn-danger:disabled:focus,
.btn-danger:disabled:hover {
    background-color: #F04134;
    border-color: #F04134
}

.btn-outline-primary.disabled.focus,
.btn-outline-primary.disabled:focus,
.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled.focus,
.btn-outline-primary:disabled:focus,
.btn-outline-primary:disabled:hover {
    border-color: #83d3e4
}

.btn-outline-secondary {
    color: transparent;
    background-image: none;
    background-color: transparent;
    border-color: transparent
}

.btn-outline-secondary.active,
.btn-outline-secondary.active.focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.active:hover,
.btn-outline-secondary.focus,
.btn-outline-secondary:active,
.btn-outline-secondary:active.focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary:active:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:hover,
.open>.btn-outline-secondary.dropdown-toggle,
.open>.btn-outline-secondary.dropdown-toggle.focus,
.open>.btn-outline-secondary.dropdown-toggle:focus,
.open>.btn-outline-secondary.dropdown-toggle:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent
}

.btn-outline-secondary.disabled.focus,
.btn-outline-secondary.disabled:focus,
.btn-outline-secondary.disabled:hover,
.btn-outline-secondary:disabled.focus,
.btn-outline-secondary:disabled:focus,
.btn-outline-secondary:disabled:hover {
    border-color: rgba(51, 51, 51, 0)
}

.btn-outline-info {
    color: #5bc0de;
    background-image: none;
    background-color: transparent;
    border-color: #5bc0de
}

.btn-outline-info.active,
.btn-outline-info.focus,
.btn-outline-info:active,
.btn-outline-info:focus,
.btn-outline-info:hover,
.open>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-outline-info.disabled.focus,
.btn-outline-info.disabled:focus,
.btn-outline-info.disabled:hover,
.btn-outline-info:disabled.focus,
.btn-outline-info:disabled:focus,
.btn-outline-info:disabled:hover {
    border-color: #b0e1ef
}

.btn-outline-success {
    color: #0AC000;
    background-image: none;
    background-color: transparent;
    border-color: #0AC000
}

.btn-outline-success.active,
.btn-outline-success.focus,
.btn-outline-success:active,
.btn-outline-success:focus,
.btn-outline-success:hover,
.open>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #0AC000;
    border-color: #0AC000
}

.btn-outline-success.active.focus,
.btn-outline-success.active:focus,
.btn-outline-success.active:hover,
.btn-outline-success:active.focus,
.btn-outline-success:active:focus,
.btn-outline-success:active:hover,
.open>.btn-outline-success.dropdown-toggle.focus,
.open>.btn-outline-success.dropdown-toggle:focus,
.open>.btn-outline-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #318047;
    border-color: #256237
}

.btn-outline-success.disabled.focus,
.btn-outline-success.disabled:focus,
.btn-outline-success.disabled:hover,
.btn-outline-success:disabled.focus,
.btn-outline-success:disabled:focus,
.btn-outline-success:disabled:hover {
    border-color: #96d7a9
}

.btn-outline-warning {
    color: #ff9a52;
    background-image: none;
    background-color: transparent;
    border-color: #ff9a52
}

.btn-outline-warning.active,
.btn-outline-warning.focus,
.btn-outline-warning:active,
.btn-outline-warning:focus,
.btn-outline-warning:hover,
.open>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ff9a52;
    border-color: #ff9a52
}

.btn-outline-warning.active.focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.active:hover,
.btn-outline-warning:active.focus,
.btn-outline-warning:active:focus,
.btn-outline-warning:active:hover,
.open>.btn-outline-warning.dropdown-toggle.focus,
.open>.btn-outline-warning.dropdown-toggle:focus,
.open>.btn-outline-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #fa6800;
    border-color: #d25700
}

.btn-outline-warning.disabled.focus,
.btn-outline-warning.disabled:focus,
.btn-outline-warning.disabled:hover,
.btn-outline-warning:disabled.focus,
.btn-outline-warning:disabled:focus,
.btn-outline-warning:disabled:hover {
    border-color: #ffd6b8
}

.btn-outline-danger {
    color: #F04134;
    background-image: none;
    background-color: transparent;
    border-color: #F04134
}

.btn-outline-danger.active,
.btn-outline-danger.focus,
.btn-outline-danger:active,
.btn-outline-danger:focus,
.btn-outline-danger:hover,
.open>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #F04134;
    border-color: #F04134
}

.btn-outline-danger.active.focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.active:hover,
.btn-outline-danger:active.focus,
.btn-outline-danger:active:focus,
.btn-outline-danger:active:hover,
.open>.btn-outline-danger.dropdown-toggle.focus,
.open>.btn-outline-danger.dropdown-toggle:focus,
.open>.btn-outline-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #f40000;
    border-color: #c00
}

.btn-outline-danger.disabled.focus,
.btn-outline-danger.disabled:focus,
.btn-outline-danger.disabled:hover,
.btn-outline-danger:disabled.focus,
.btn-outline-danger:disabled:focus,
.btn-outline-danger:disabled:hover {
    border-color: #ffb2b2
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link:disabled {
    background-color: transparent
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #208094;
    text-decoration: underline;
    background-color: transparent
}

.btn-link:disabled:focus,
.btn-link:disabled:hover {
    color: #f1f1f1;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 12px 24px;
    font-size: 15px;
    border-radius: 5px
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 4px 8px;
    font-size: 14px;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 8px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1;
    transition: all .15s ease .1s
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height
}

.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent
}

.dropdown-toggle:focus {
    outline: 0
}

.dropup .dropdown-toggle:after {
    border-top: 0;
    border-bottom: .3em solid
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    float: left;
    min-width: 160px;
    font-size: 16px;
    text-align: left;
    list-style: none;
}

.dropdown-divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 24px;
    clear: both;
    font-weight: 400;
    color: #373a3c;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #2b2d2f;
    background-color: #f5f5f5
}

.dropdown-item.disabled,
.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
    color: #f1f1f1
}

.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)"
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 8px 24px;
    margin-bottom: 0;
    font-size: 14px;
    color: #f1f1f1;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: .3em solid
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left;
    margin-bottom: 0
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -8px
}

.btn-toolbar:after {
    content: "";
    display: table;
    clear: both
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 8px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn+.dropdown-toggle-split {
    padding-right: 12px;
    padding-left: 12px
}

.btn+.dropdown-toggle-split:after {
    margin-left: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: 6px;
    padding-left: 6px
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: 18px;
    padding-left: 18px
}

.btn .caret {
    margin-left: 0
}

.btn-group-lg>.btn .caret,
.btn-lg .caret {
    border-width: .3em .3em 0;
    border-bottom-width: 0
}

.dropup .btn-group-lg>.btn .caret,
.dropup .btn-lg .caret {
    border-width: 0 .3em .3em
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:after {
    content: "";
    display: table;
    clear: both
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio],
[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    width: 100%;
    display: table;
    border-collapse: separate
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
    z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    color: #7a7a7a;
    text-align: center;
    background-color: #f6f6f6;
    border: 1px solid rgba(0, 0, 0, .25);
    border-radius: 0
}

.input-group-addon.form-control-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 4px 8px;
    font-size: 14px;
    border-radius: 3px
}

.input-group-addon.form-control-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 12px 24px;
    font-size: 15px;
    border-radius: 5px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group-addon:not(:last-child),
.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn,
.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group>.btn,
.input-group-btn:not(:last-child)>.dropdown-toggle,
.input-group .form-control:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:not(:last-child) {
    border-right: 0
}

.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group>.btn,
.input-group-btn:not(:first-child)>.dropdown-toggle,
.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn,
.input-group-btn:not(:last-child)>.btn:not(:first-child),
.input-group .form-control:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.form-control+.input-group-addon:not(:first-child) {
    border-left: 0
}

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

.input-group .input-group-btn {
    height: 100%;
}

.input-group-btn,
.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 3
}

.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group {
    margin-right: -1px
}

.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.input-group-btn:not(:first-child)>.btn-group:active,
.input-group-btn:not(:first-child)>.btn-group:focus,
.input-group-btn:not(:first-child)>.btn-group:hover,
.input-group-btn:not(:first-child)>.btn:active,
.input-group-btn:not(:first-child)>.btn:focus,
.input-group-btn:not(:first-child)>.btn:hover {
    z-index: 3
}

.form-group {
    margin-bottom: 30px;
}

.form-control {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 1.25;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border-radius: 0;
    background: transparent;
    color: ;
    border: 1px solid #E5E7EB;
    padding: 8px 16px;
    border-radius: 3px;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    /*! background-color: #1c1c1e; */
    /*! color: #fff; */
}

.form-control:focus,
.input-group.focus {
    border-color: #040206;
    outline: none;
}

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

.form-control:-ms-input-placeholder {
    color: #999;
    opacity: 1
}

.form-control::placeholder {
    color: #99969B;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    opacity: 1
}

.form-control:disabled {
    cursor: not-allowed
}

.control-label {
    text-transform: capitalize;
}

.tvedit-btn {
    background-color: #156674;
    color: #fff;
    padding: 6px 7px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none;
    border-radius: 3px;
    margin: 0 5px 5px 0
}

.tvremove-btn {
    background-color: #c82333;
    border-radius: 3px;
    color: #fff;
    padding: 6px 7px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none;
    border-radius: 3px;
    margin: 0 5px 5px 0
}

.tvedit-btn:hover,
.tvremove-btn:hover {
    background-color: #ccc;
}

.tvedit-btn span,
.tvremove-btn span {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.tvedit-btn i,
.tvremove-btn i {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #fff
}

.btn-unstyle {
    background-color: transparent;
    border: none;
    padding: 0;
    text-align: inherit;
    box-shadow: none;
}

.btn-unstyle:focus {
    outline: 0
}

.label,
label {
    color: #666469;
    text-align: left;
    font-size: 14px;
    display: inline;
    letter-spacing: 0;
}

.product-price {
    margin-bottom: 0;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}

.tvfooter-product-sticky-bottom .product-price {
    flex-wrap: nowrap;
}

.tvfooter-product-sticky-bottom .product-prices .product-price>div {
    line-height: 1;
    color: #8C2CC9;
    font-size: 24px;
}

.tvfooter-product-sticky-bottom .pro-action-field {
    flex-wrap: nowrap;
    flex-direction: unset;
    /*! display: block; */
    padding: 0;
    justify-content: right;
}

.float-xs-left {
    float: left
}

.float-xs-right {
    float: right
}

.float-xs-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

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

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.hidden-xs-up {
    display: none !important;
}

@media (max-width:575px) {
    .hidden-xs-down {
        display: none !important
    }
}

@media (min-width:576px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width:767px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width:768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width:991px) {
    .hidden-md-down {
        display: none !important;
    }
}

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

@media (max-width:1199px) {
    .hidden-lg-down {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-xl-up {
        display: none !important
    }
}

.hidden-xl-down,
.visible-print-block {
    display: none !important
}

.navbar-toggler {
    width: 32px;
    height: 24px;
    padding: 8px 12px;
    font-size: 15px;
    line-height: 1;
    background-size: 24px 24px;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

#wrapper {
    position: relative;
}

#category #wrapper {
    background: #F5F5F7;
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    margin: auto
}

.owl-carousel .owl-item.active img {
    display: block !important;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav,
.post_thumbnail .owl-nav {
    display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #fff
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 0
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #8C2CC980;
    margin: 0 3px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 10px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #8C2CC9;
    width: 30px
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    animation: fadeInUp 0.6s ease-out both;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

/*Chrome, Safari, Opera */
@-webkit-keyframes mySticky {
    from {
        margin-top: -200px;
    }

    to {
        margin-top: 0;
    }
}

/*Standard syntax */
@-moz-keyframes mySticky {
    from {
        margin-top: -200px;
    }

    to {
        margin-top: 0;
    }
}

/*Standard syntax*/
@keyframes mySticky {
    from {
        margin-top: -200px;
    }

    to {
        margin-top: 0;
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

.tvall-product-star-icon .star {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.tvall-product-star-icon .star i {
    font-size: 16px;
    color: #ccc;
    margin: 0 1px;
    height: 20px;
    line-height: 20px;
}

.tvall-product-star-icon .star.star_on i {
    color: #942cd1;
}

/* .hismith-btn:hover, */
.hismith-btn {
    padding: 5px 20px;
    background: #040206;
    border: 1px solid #040206;
    color: #fff;
    font-size: 18px;
    border-radius: 3px;
    box-shadow: none;
    transition: 0.2s all;
}

.hismith-btn:hover {
    background: transparent;
    color: #040206;
}

.hismith-grey-btn {
    padding: 8px 16px 8px;
    background: #F6F8F9;
    color: #666469;
    border-radius: 3px;
    border: 1px solid #E5E7EB;
    vertical-align: middle;
    transition: 0.2s all;
    font-size: 16px;
    text-align: center;
}

.hismith-grey-btn:hover {
    color: #040206;
}

.tvcmsprev-btn,
.tvcmsnext-btn {
    position: absolute;
    height: auto;
    width: auto;
    transform: translate(0, -50%);
    z-index: 1;
    text-align: center;
    cursor: pointer;
    top: 50%;
}

.tvcmsprev-btn {
    left: 50px;
    right: auto;
}

.tvcmsprev-btn svg {
    rotate: 180deg;
}

.tvcmsnext-btn {
    right: 50px;
    left: auto;
}

.tvcmsnext-btn svg,
.tvcmsprev-btn svg {
    vertical-align: middle;
}

.tvcmsnext-btn span,
.tvcmsprev-btn span {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    vertical-align: middle;
    margin: 0 10px;
    display: none;
}

.card-block {
    padding: 15px
}

.card-block:after {
    content: "";
    display: table;
    clear: both
}

.main-text {
    overflow: hidden;
    transition: all 1s ease 0s;
    padding: 40px 50px 24px;
    position: relative;
    border-radius: 10px;
    background: #fff;
}

.main-text img {
    border-radius: 3px;
}

#category-description a,
.main-text a {
    text-underline-offset: 2px;
    color: #040206;
    text-decoration: unset;
}
#category-description a.hismith-btn,
.main-text a.hismith-btn {
    color: #fff;
}


#category-description a:hover,
.main-text a:hover {
    text-decoration: underline;
}

#category-description a.btn:hover,
.main-text a.btn:hover,
#category-description a.hismith-btn:hover,
.main-text a.hismith-btn:hover {
    text-decoration: none;
    color: #040206;
}

@media (max-width:575px) {
    .main-text {
        padding: 15px 15px 15px;
    }
}

.home-toggle-link {
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    left: 0;
    right: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: linear-gradient(to right, #180b35, #211344, #180b35);
    border: navajowhite;
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    cursor: pointer;
    transition: 0.2s all;
    font-weight: 600;
}

.home-toggle-link:hover {
    background: #942cd1;
    color: #fff;
}

#index .home-toggle-link {
    margin: 0 15px;
}

.cat-toggle-link {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 16px;
    padding: 20px 0;
    margin-bottom: 0;
    background: linear-gradient(to top, #F5F5F7 0%, #F5F5F7 65%, transparent 100%);
    border-radius: 0;
    border: #eee;
    color: #99969B;
    font-weight: 600;
    cursor: pointer;
    border-radius: 0 0 5px 5px;
    transition: 0.2s all;
    z-index: 97;
}

.cat-toggle-link:after {
    font-family: 'Material Icons';
    content: '\e316';
    margin-left: 3px;
    position: relative;
    top: 4px;
    font-size: 20px;
}

.cat-toggle-link.inactive:after {
    content: '\e313';
}

.cat-toggle-link:hover {
    color: #942cd1;
}

.custom-main {
    margin-bottom: 100px;
}

.most-bottom {
    margin-top: 44px;
}

.tvall-block-box-shadows {
    /*! width: 100%; */
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    display: block;
    max-width: 276px;
    padding: 1px;
}

.popover.bs-tether-element-attached-bottom,
.popover.popover-top {
    margin-top: -10px;
}

.popover:after,
.popover:before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover:after {
    content: "";
    border-width: 7px
}

.popover.bs-tether-element-attached-bottom:after,
.popover.bs-tether-element-attached-bottom:before,
.popover.popover-top:after,
.popover.popover-top:before {
    left: 50%;
    border-bottom-width: 0
}

.popover.bs-tether-element-attached-bottom .popover-title {
    margin: 0;
}

.popover.bs-tether-element-attached-top .popover-title {
    margin: 0;
}

.popover.bs-tether-element-attached-bottom:after,
.popover.popover-top:after {
    bottom: -6px;
    margin-left: -7px;
    border-top-color: #c9c7cc;
}

.popover>div {
    position: relative;
}

.popover-title {
    margin: 10px;
    border-radius: 0 0 3px 3px;
    background-color: #c9c7cc;
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 400;
    border: none;
    color: #757575;
    border-radius: 2px;
}

.popover .popover-content {
    position: absolute;
    z-index: 10;
    font-size: 12px;
    padding: 0
}

.custom-checkbox {
    position: relative;
    display: inline-block;
    margin-right: 7px;
}

.custom-checkbox label {
    margin-left: 7px;
    text-align: left;
}

.custom-checkbox input[type='checkbox'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 17px;
    width: 17px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}

.custom-checkbox span {
    border: 1px solid #C9C7CC;
    height: 17px;
    width: 17px;
    line-height: 1;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    flex-shrink: 0;
}

.custom-checkbox span i {
    font-size: 14px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    font-weight: bold;
    opacity: 0;
    transition: all .3s ease-in-out;
    color: #040206;
    transform: scale(0.6);
}

.custom-checkbox label em {
    display: block;
    margin-top: 10px;
    display: none;
}

.custom-checkbox input[type=checkbox]:checked+span {
    box-shadow: none;
    border-color: #040206;
}

.custom-checkbox input[type=checkbox]:checked+span .checkbox-checked,
.custom-checkbox input[type=checkbox]:checked+span i {
    opacity: 1;
    transform: scale(1);
}

.top-search-filter .custom-checkbox span {
    border: unset;
    height: unset;
    width: unset;
    display: flex;
    align-items: center;
}

.top-search-filter .custom-checkbox span i {
    display: none;
}

.top-search-filter .custom-checkbox span svg {
    opacity: 0;
    transition: all .3s ease-in-out;
    transform: scale(0.6);
}

.top-search-filter .custom-checkbox span svg path {
    fill: #8C2CC9;
}

.top-search-filter .custom-checkbox input[type=checkbox]:checked+span svg {
    opacity: 1;
    transform: scale(1);
}

#search_filters .facet-label:has(input[type=checkbox]:checked) .search-link {
    color: #8C2CC9;
}





.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    /*! transform: translate3d(0, 0, 0); */
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-slide img {
    display: block;
}

div.video_cont {
    display: flex;
    justify-content: center;
    border: 1px solid #ffffff4f;
    padding: 1px;
    border-radius: 3px;
    margin: 30px auto;
    aspect-ratio: 1.77;
    max-width: 600px;
}

div.video_cont video {
    height: auto;
    width: 100%;
    max-width: 100%;
    border-radius: 3px;
}

div.gif_cont {
    display: flex;
    justify-content: center;
    border: 1px solid #ffffff4f;
    padding: 1px;
    border-radius: 5px;
    margin: 30px auto;
    width: max-content;
    max-width: 100%;
}

div.gif_cont img {
    margin: 0
}

.bootstrap-touchspin {
    width: auto;
    float: left;
    display: flex;
}

.current-price {
    color: #942cd1;
    font-size: 150%;
}

.regular-price {
    background: linear-gradient(to right, currentColor 100%, currentColor 100%);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: center;
}

.tvproduct-page-wrapper .product-prices .tax-shipping-delivery-label,
.quickview .product-prices .tax-shipping-delivery-label {
    display: none;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.custom-radio {
    display: inline-block;
    position: relative;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    /*! border: 2px solid #C9C7CC; */
    background: transparent;
    margin-right: 20px;
    border: 2px solid #C9C7CC;
}
.custom-radio input[type="radio"] {
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    cursor: pointer;
    border-radius: 50%;
    background: transparent;
    top: -2px;
    left: -2px;
    box-shadow: none;
    outline: none;
    accent-color: #040206;
    opacity: 0;
}
.form-control-valign .custom-radio {
    margin-right: 8px;
}

.custom-radio:has[input:checked] {
    display: block;
    background-color: #040206;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 2px
}
.custom-radio input[type=radio]:checked+span {
    display: block;
    background-color: #040206;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    left: 1px;
    top: 1px;
}

.form-control-comment {
    font-size: 14px;
    padding-top: 8px;
    color: #7a7a7a;
    display: block;
}

.js-customer-form>div>.signup-policy .form-group .form-control-label[for="field-newsletter"],
.js-customer-form>div>.signup-policy .form-group .form-control-label[for="field-optin"],
.js-customer-form>div>.signup-policy .form-group .form-control-label[for="field-customer_privacy"],
.js-customer-form>div>.form-group .form-control-label[for="field-customer_privacy"],
.js-customer-form>div>.form-group .form-control-label[for="field-newsletter"],
.js-customer-form>div>.form-group .form-control-label[for="field-psgdpr"],
.js-customer-form>div>.form-group .form-control-label[for="field-optin"] {
    display: none;
}

.js-customer-form>div>.form-group .form-control-label[for="field-optin"].required+.js-input-column .custom-checkbox label:before,
.js-customer-form>div>.form-group .form-control-label[for="field-newsletter"].required+.js-input-column .custom-checkbox label:before,
.js-customer-form>div>.form-group .form-control-label[for="field-psgdpr"].required+.js-input-column .custom-checkbox label:after,
.js-customer-form>div>.form-group .form-control-label[for="field-customer_privacy"].required+.js-input-column .custom-checkbox label i:before,
.js-customer-form>div>.signup-policy .form-group .form-control-label[for="field-customer_privacy"].required+.js-input-column .custom-checkbox label i:before {
    margin-left: 2px;
    content: "*";
    color: #EF6868;
    margin-right: 5px;
    vertical-align: middle;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px
}

.table td,
.table th {
    padding: 12px;
    vertical-align: middle;
}

.table thead th,
.table thead td {
    /*! color: #fff; */
    background-color: #F6F8F9;
}

.table .label {
    font-weight: 400;
    border-radius: 3px;
    font-size: inherit;
    padding: 4px 6px;
    margin: 2px;
    white-space: nowrap;
}

.table,
.table td,
.table th {
    border: 1px solid #F6F8F9;
}

.table-responsive {
    display: block;
    width: 100%;
    min-height: 0;
    overflow: auto;
    margin: 0 15px 30px;
    margin-bottom: 30px;
    height: calc(100vh - 100px);
}
#module-tvcmsproductcompare-productcomparelist h1 {
    text-align: center;
    margin-bottom: 30px;
}

#module-refpro-myaccount table.table thead td {
    font-weight: bold;
    text-align: left;
}

#module-refpro-myaccount table.affiliates-table td.number {
    width: 50px;
    text-align: center;
}

#module-refpro-myaccount table.table td.profit {
    text-align: center;
    width: 150px;
}


/***number of items per line for crosssell***/
@media (min-width:1200px) {

    .ets_mp_desktop_1 .product-miniature,
    .ets_mp_desktop_1.crosssell_product_list_wrapper>div.product,
    .ets_mp_desktop_1.crosssell_product_list_wrapper>div[itemprop=itemListElement] {
        width: 100%;
        margin: 0;
        padding: 0 15px
    }

    .ets_mp_desktop_2 .product-miniature,
    .ets_mp_desktop_2.crosssell_product_list_wrapper>div.product,
    .ets_mp_desktop_2.crosssell_product_list_wrapper>div[itemprop=itemListElement] {
        width: 50%;
        margin: 0;
        padding: 0 15px
    }

    .ets_mp_desktop_3 .product-miniature,
    .ets_mp_desktop_3.crosssell_product_list_wrapper>div.product,
    .ets_mp_desktop_3.crosssell_product_list_wrapper>div[itemprop=itemListElement] {
        width: 33.33%;
        margin: 0;
        padding: 0 15px
    }

    .ets_mp_desktop_4 .product-miniature,
    .ets_mp_desktop_4.crosssell_product_list_wrapper>div.product,
    .ets_mp_desktop_4.crosssell_product_list_wrapper>div[itemprop=itemListElement] {
        width: 25%;
        margin: 0;
        padding: 0 15px
    }

    .ets_mp_desktop_5 .product-miniature,
    .ets_mp_desktop_5.crosssell_product_list_wrapper>div.product,
    .ets_mp_desktop_5.crosssell_product_list_wrapper>div[itemprop=itemListElement] {
        width: 20%;
        margin: 0;
        padding: 0 15px
    }

    .ets_mp_desktop_6 .product-miniature,
    .ets_mp_desktop_6.crosssell_product_list_wrapper>div.product,
    .ets_mp_desktop_6.crosssell_product_list_wrapper>div[itemprop=itemListElement] {
        width: 16.66%;
        margin: 0;
        padding: 0 15px
    }
}

@media (min-width:768px) and (max-width:1199px) {

    .ets_mp_tablet_1 .crosssell_product_list_wrapper>div[itemprop=itemListElement],
    .ets_mp_tablet_1 .product-miniature,
    .ets_mp_tablet_1.crosssell_product_list_wrapper>div.product {
        width: 100%;
        margin: 0;
        padding: 0 15px
    }

    .ets_mp_tablet_2 .crosssell_product_list_wrapper>div[itemprop=itemListElement],
    .ets_mp_tablet_2 .product-miniature,
    .ets_mp_tablet_2.crosssell_product_list_wrapper>div.product {
        width: 50%;
        margin: 0;
        padding: 5px 15px;
    }

    .ets_mp_tablet_3 .crosssell_product_list_wrapper>div[itemprop=itemListElement],
    .ets_mp_tablet_3 .product-miniature,
    .ets_mp_tablet_3.crosssell_product_list_wrapper>div.product {
        width: 33.33%;
        margin: 0;
        padding: 0 15px
    }

    .ets_mp_tablet_4 .crosssell_product_list_wrapper>div[itemprop=itemListElement],
    .ets_mp_tablet_4 .product-miniature,
    .ets_mp_tablet_4.crosssell_product_list_wrapper>div.product {
        width: 25%;
        margin: 0;
        padding: 0 15px
    }

    .ets_mp_tablet_5 .crosssell_product_list_wrapper>div[itemprop=itemListElement],
    .ets_mp_tablet_5 .product-miniature,
    .ets_mp_tablet_5.crosssell_product_list_wrapper>div.product {
        width: 20%;
        margin: 0;
        padding: 0 15px
    }

    .ets_mp_tablet_6 .crosssell_product_list_wrapper>div[itemprop=itemListElement],
    .ets_mp_tablet_6 .product-miniature,
    .ets_mp_tablet_6.crosssell_product_list_wrapper>div.product {
        width: 16.66%;
        margin: 0;
        padding: 0 15px
    }
}

@media (max-width:767px) {

    .ets_mp_mobile_1 .crosssell_product_list_wrapper>div[itemprop=itemListElement],
    .ets_mp_mobile_1 .product-miniature,
    .ets_mp_mobile_1.crosssell_product_list_wrapper>div.product {
        width: 100%;
        margin: 0;
        padding: 0 15px
    }

    .ets_mp_mobile_2 .crosssell_product_list_wrapper>div[itemprop=itemListElement],
    .ets_mp_mobile_2 .product-miniature,
    .ets_mp_mobile_2.crosssell_product_list_wrapper>div.product {
        width: 50%;
        margin: 0;
        padding: 0 2px;
    }

    .ets_mp_mobile_3 .crosssell_product_list_wrapper>div[itemprop=itemListElement],
    .ets_mp_mobile_3 .product-miniature,
    .ets_mp_mobile_3.crosssell_product_list_wrapper>div.product {
        width: 33.33%;
        margin: 0;
        padding: 0 15px
    }

    .ets_mp_mobile_4 .crosssell_product_list_wrapper>div[itemprop=itemListElement],
    .ets_mp_mobile_4 .product-miniature,
    .ets_mp_mobile_4.crosssell_product_list_wrapper>div.product {
        width: 25%;
        margin: 0;
        padding: 0 15px
    }

    .ets_mp_mobile_5 .crosssell_product_list_wrapper>div[itemprop=itemListElement],
    .ets_mp_mobile_5 .product-miniature,
    .ets_mp_mobile_5.crosssell_product_list_wrapper>div.product {
        width: 20%;
        margin: 0;
        padding: 0 15px
    }

    .ets_mp_mobile_6 .crosssell_product_list_wrapper>div[itemprop=itemListElement],
    .ets_mp_mobile_6 .product-miniature,
    .ets_mp_mobile_6.crosssell_product_list_wrapper>div.product {
        width: 16.66%;
        margin: 0;
        padding: 0 15px
    }
}

@media (max-width:575px) {
.ets_mp_desktop_4 .product-miniature,
.ets_mp_desktop_4.crosssell_product_list_wrapper>div.product,
.ets_mp_desktop_4.crosssell_product_list_wrapper>div[itemprop=itemListElement] {
    padding: 0 5px;
}
}
/***number of items per line for crosssell***/


/*custom selector start*/

.custom-selector {
    position: relative;
    display: block;
    border: 1px solid #E5E7EB;
    /*! margin-right: 10px; */
    border-radius: 3px;
    width: 100%;
}

.custom-selector .selected-option {
    padding: 8px 16px;
    cursor: pointer;
    /*! color: #ccc; */
    line-height: 1.25;
}

.custom-selector .select-options {
    position: absolute;
    top: 105%;
    left: 1px;
    right: 1px;
    margin: 0px -1px;
    padding: 0px;
    list-style: none;
    background-color: #fff;
    display: block;
    z-index: 3;
    max-height: 190px;
    overflow-y: scroll;
    scrollbar-width: none;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.selected-option i {
    margin-left: 10px;
    transform: translateY(-2px);
    position: absolute;
    top: 7px;
    right: 5px;
}

.custom-selector .select-options>li {
    padding: 7px 16px;
    cursor: pointer;
    /*! color: #ccc; */
    transition: all .1s;
}

.custom-selector .select-options .highlighten {
    color: #fff;
}

.custom-selector .select-options>li:hover {
    /*! background: #942cd1; */
    color: #942cd1;
}

.hsma_block_content input {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    width: 20px;
    height: 20px;
    background: #333;
    border: 2px solid #E5E7EB;
    border-radius: 50%;
    position: relative;
    transition: all 0.1s;
}

.hsma_block_content input:checked {
    background: #942cd1;
}


#module-supercheckout-supercheckout .custom-selector {
    display: block;
}

/**** custom selector end ****/
/**** custome description start ****/
.custom-description .row {
    display: flex;
    flex-wrap: wrap;
}

.custom-description h1 {
    font-size: 26px;
    margin-bottom: 24px;
    text-align: center;
}

.custom-description h2 {
    font-size: 28px;
    margin-top: 28px;
    margin-bottom: 20px;
}

.custom-description h3 {
    font-size: 22px;
    margin-top: 24px;
    margin-bottom: 16px;
}

.custom-description h4 {
    font-size: 22px;
    margin-top: 22px;
    margin-bottom: 16px;
}

.custom-description h5,
.custom-description h6 {
    font-size: 18px;
    margin-top: 18px;
    margin-bottom: 14px;
}

.custom-description p {
    font-size: 16px;
    margin-bottom: 10px;
}

.custom-description a:hover {
    text-decoration: underline;
}

.custom-description ol,
.custom-description ul {
    margin-bottom: 16px;
}

.custom-description ol li,
.custom-description ul li {
    font-size: 16px;
    margin-bottom: 12px;
}

.custom-description ul {
    padding-left: 20px;
    list-style: disc;
}

.custom-description ul.row {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

.custom-description table {
    margin-bottom: 40px;
}

.custom-description table,
.custom-description th,
.custom-description td {
    border: 1px solid #363338;
    border-collapse: collapse;
}

.custom-description th,
.custom-description td {
    font-size: 16px;
    padding: 8px 15px;
    border: 1px solid #363338;
}

.custom-description tr:nth-child(even) {
    background-color: #666469;
}

.custom-description blockquote {
    margin: 16px 40px;
    position: relative;
}

.custom-description blockquote:before {
    content: '';
    position: absolute;
    left: -40px;
    top: 0;
    bottom: 2.48em;
    background-color: #ccc;
    width: 10px;
}

.custom-description img {
    display: inline-block;
    border-radius: 3px;
    margin-bottom: 20px;
    margin-top: 5px;
}

.custom-description hr {
    padding-bottom: 40px;
    width: 100%;
}

@media(max-width: 767px) {
    .custom-description h1 {
        font-size: 24px;
    }

    .custom-description h2 {
        font-size: 22px;
    }

    .custom-description h3 {
        font-size: 20px;
    }

    .custom-description h4 {
        font-size: 20px;
    }

    .img400 {
        text-align: center;
    }
}

.custom-description .img400 img {
    width: 100%;
    max-width: 400px;
    display: inline-block;
}

/**** custome description end ****/
/**** image dots start ****/
.slick-dots {
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 1px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}

.slick-dots li button::before {
    font-family: slick;
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .5;
    color: #C9C7CC;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button::before {
    opacity: 1;
    color: #8C2CC9;
}

/**** image dots end ****/
/**** dl style start ****/
dl {
    width: 700px;
    max-width: 100%;
    margin: 0 0 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    /*! color: #ccc; */

}

dt,
dd {
    padding: 10px;
    margin: 0;
    border: 1px solid #F6F8F9;
    -webkit-box-flex: 1;
    flex: 1 0 40%;
    font-weight: 400;
    /*! background: #1c1c1e; */
    min-height: 40px;
    word-break: normal;
    line-height: 1.5;
}

dl dd:nth-of-type(2n),
dl dt:nth-of-type(2n) {
    background-color: #F6F8F9;
}

dl dt:first-child {
    border-top-left-radius: 3px;
}

dl dd:nth-child(2) {
    border-top-right-radius: 3px;
}

dl dt:nth-last-child(2) {
    border-bottom-left-radius: 3px;
}

dl dd:last-child {
    border-bottom-right-radius: 3px;
}

/** dl style end **/
.sr-only {
    position: absolute;
    left: -9999px;
}

.feature-popup {
    vertical-align: middle;
    margin-left: 5px;
    display: inline-block;
    height: 35px;
    width: 35px;
    padding: 5px;
}

#tvmobile-curr,
#tvmobile-lang,
.tvcmsdesktop-top-header-wrapper.header-4 div.tvheader-currency {
    display: none;
}

.des-compare-icon:after,
.des-filter-icon:after {
    vertical-align: middle;
    width: 1em;
    height: 1em;
    cursor: pointer;
    content: '';
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
    margin-left: 5px;
}

.des-filter-icon:after {
    content: '';
    font-family: Material Icons;
}

/****Common classes end****/
/**** Common Style Seperated from Categorypage ****/

.tvall-product-wrapper-info-box {
    margin-bottom: 30px;
    transition: 0.2s all;
}


.product-miniature .thumbnail-container {
    max-width: 100%;
}

.tvproduct-wrapper {
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    padding-bottom: 20px
}

.tvproduct-image {
    position: relative;
    overflow: visible;
    padding-bottom: 20px;
}

.tvproduct-info-box-wrapper {
    text-align: left;
}

.tvproduct-image a {
    text-align: center;
    display: block;
    position: relative;
    aspect-ratio: 1;
}

.thumbnail-container img {
    border-radius: 5px;
}

.tvproduct-wrapper.grid .tvproduct-hover-btn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
}

.tvproduct-hover-btn .tvcompare-wrapper .tvproduct-compare>div {
    /*! padding: 13px; */
    display: flex;
    align-items: center;
}

.tvproduct-hover-btn .tvcompare-wrapper .tvproduct-compare>div span {
    padding: 6px;
    background: #000;
    color: #fff;
    border-radius: 5px;
    position: relative;
    z-index: 104;
    margin-right: 5px;
    opacity: 0;

    transition: 0.4s all;
}

.tvall-product-wrapper-info-box .tvproduct-hover-btn .tvcompare-wrapper .tvproduct-compare>div:hover span {
    opacity: 1;
}

.tvproduct-hover-btn .tvcompare-wrapper .tvproduct-compare>div span i {
    font-style: unset;
    position: relative;
    z-index: 104;
}

.tvproduct-hover-btn .tvcompare-wrapper .tvproduct-compare>div:has(svg.hide) {
    display: none;
}

.tvproduct-wrapper.grid:hover .tvproduct-hover-btn {
    opacity: 1;
}

.tvproduct-wrapper .product-hover-btn {
    /*! height: 50px; */
    /*! width: 50px; */
    /*! border-radius: 100%; */
    padding: 0;
    /*! box-shadow: 2px 4px 7px 0px rgba(0, 0, 0, 15%); */
    background: transparent;
    border: none;
    /*! color: #141314; */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s all;
}

.tvproduct-wrapper .product-hover-btn > div {
    justify-content: space-between;
    align-items: center;
    height: 34px;
    padding: 5px 10px;
    border-radius: 5px;
    transition: 0.1s all;
}
.tvproduct-wrapper .product-hover-btn .add-cart-div,
.tvproduct-wrapper .tvproduct-cart-btn .tvproduct-add-to-cart.disable .hide,
.tvproduct-wrapper .product-hover-btn.loading-wake .loading-div,
.tvproduct-wrapper .product-hover-btn .out-of-stock-div:not(.hide) {
    display: flex;
}
.tvproduct-wrapper .product-hover-btn .loading-div {
    padding-right: 0;
}

.tvproduct-wrapper .product-hover-btn.loading-wake .add-cart-div,
.tvproduct-wrapper .product-hover-btn .loading-div {
    display: none;
}

.tvproduct-wrapper .product-hover-btn .add-cart-div:hover {
    background: #000000;
    color: #fff;
}

.tvproduct-wrapper .product-hover-btn .add-cart-div:hover path {
    fill: #fff;
}

.tvcms-cart-loading i,
.tvcms-cart-loading svg {
    animation: fa-spin 2s infinite linear;
    line-height: 22px !important;
    font-size: 22px;
}

@keyframes fa-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.tvproduct-wrapper .product-hover-btn svg path {
    fill: #141314;
    transition: 0.2s all;
}

.tvproduct-wrapper .product-hover-btn svg.add path {
    fill: transparent;
}


.tvproduct-wrapper .tvcompare-wrapper .tvproduct-compare-icon .hide,
.tvproduct-wrapper .tvproduct-cart-btn .tvproduct-add-to-cart .hide,
.tvproduct-wrapper .tvproduct-cart-btn .tvproduct-add-to-cart.disable .add-cart-div {
    display: none;
}

.product-title a h6 {
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    min-height: 24px;
    font-size: 20px;
}

.product-miniature .product-title a h6 {
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    min-height: 24px;
    font-size: 20px;
    margin-bottom: 50px;
}

@media (max-width: 575px) and (min-width: 400px) {
    /* .tvproduct-info-box-wrapper {
        margin: 0 -8px;
    } */

    .product-title a h6 {
        font-size: 14px;
        min-height: 42px;
    }
}
@media (min-width: 992px) {
    .expend .tvall-product-wrapper-info-box {
        width: 33.33%
    }
}

.tvproduct-name-price-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.tvproduct-name-price-wrapper>div {
    /*! width: 100%; */
}

.product-price-and-shipping {
    color: #ccc;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 48px;
    justify-content: center;
}

.tv-product-price .tvall-product-star-icon {
    width: max-content;
    margin: 5px auto 0;
}


@media (max-width: 1199px) and (min-width: 992px) {
    .tvall-product-wrapper-info-box {
        width: 33.33%
    }
    .expend .tvall-product-wrapper-info-box {
        width: 50%
    }
}
@media (max-width: 767px) {
    .product-3 .product-cover {
        display: none;
    }
}

@media (max-width: 575px) {
    .tvall-product-wrapper-info-box {
        padding: 5px;
        margin-bottom: 0;
    }
}

/**** Common Style End ****/

/**** Header Style Start ****/
#header {
    width: 100%;
    position: relative;
    z-index: 100;
}

.tvcmsdesktop-top-header-wrapper a:hover {
    text-decoration: none;
}

.tvcmsdesktop-top-header-wrapper,
.tvcmsheader-sticky.sticky {
    /*! background: rgba(0,0,0,.4); */
    /*! -webkit-backdrop-filter: blur(10px); */
    /*! backdrop-filter: blur(10px); */
    background: #ffffff;
    /*! box-shadow: 1px 1px 3px #942cd129; */
    border-bottom: 1px solid #ebebeb;
}

.tvcmsheader-sticky.sticky {
    top: 0;
    position: fixed;
    z-index: 101;
    width: 100%;
    left: 0;
    animation: mySticky 1s;
    animation-timing-function: ease-in-out;
    transform: translateY(0);
    transition: transform 0.1s ease-in-out;
    box-shadow: 0px 1px 3px 1px rgba(128, 128, 128, 0.27);
}

.tvmobileheader-offer-wrapper {
    background: linear-gradient(177deg, #942cd1, rgba(29, 38, 113, 0.2) 100%);
}

.tvheader-nav-offer-text {
    display: flex;
    align-items: center;
    padding: 8px 0;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0;
}

.tvheader-nav-offer-text p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.tvheader-nav-offer-text p::before {
    content: "";
    font-family: Material Icons;
    font-size: 28px;
    display: inline-block;
    padding-right: 5px;
    line-height: 24px;
    display: none;
}

.tvcmsdesktop-top-header-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
}

.tvcms-header-menu-offer-wrapper {
    min-height: 59px;
}

.header-4 .tvcms-header-menu-offer-wrapper {
    min-height: auto;
    border-top: none;
    border-bottom: none;
}

.header-4 .tvcmsheader-nav-right {
    padding-left: 0;
}

.tv-header-logo {
    padding: 15px 0;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.tv-header-logo img {
    width: 169px;
    max-width: 100%;
}

.tvcms-loading-inner img.logo {
    padding: 0;
    margin-bottom: 10px;
    border-radius: 0;
}

.tvcmsdesktop-top-header-wrapper .tvcmsmain-menu-wrapper {
    position: relative;
    z-index: 70;
    /*! color: #363338; */
}

.container_tv_megamenu {
    display: inline-block;
    text-align: center;
}

.tv-menu-horizontal .menu-content {
    position: relative;
    transition: 0.2s all;
    z-index: 1;
}
.tvmega-menu-title {
    display: none;
}

.tv-menu-horizontal li.level-1 {
    float: left;
    display: inline-block;
    text-align: left;
    transition: all 0.4s ease 0s;
    float: none;
    padding-bottom: 0;
    line-height: 60px;
}

.tv-menu-horizontal .level-1 a {
    color: #040206;
}

.tv-menu-horizontal .level-1>a {
    color: #040206;
}

.tv-menu-horizontal ul li.level-1>a {
    position: relative;
    /*! text-transform: uppercase; */
    display: inline-block;
    font-size: 16px;
    /*! font-weight: 500; */
    /*! letter-spacing: 0; */
    padding: 0 30px;
    line-height: 40px;
    height: 40px;
}

.tv-menu-horizontal ul li.level-1>a:after {
    content: "";
    width: calc(100% - 60px);
    position: absolute;
    height: 3px;
    left: 30px;
    bottom: 0;
    background: #000000;
    opacity: 0;
    transition: 0.2s all;
}

.tv-menu-horizontal ul li.level-1:hover>a:after {
    opacity: 1;
}

.tv-menu-horizontal ul li.level-1>a span {
    vertical-align: middle;
}

.tv-megamenu-slider-wrapper {
    padding: 10px 0;
}

.cat-drop-menu li,
.tv-megamenu-slider-wrapper li {
    position: relative;
    transition: 0.1s all;
    padding: 5px 30px;
}

.tv-contact-account-cart-wrapper {
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tv-currency-btn {
    /*! padding: 15px 0; */
    /*! height: 60px; */
}

#tvcmsdesktop-account-button {
    display: inline-block;
}

.tvheader-language,
.tvheader-currency {
    display: inline-block;
    position: relative;
}

.tvcmsdesktop-top-header-wrapper.header-4 .tvheader-language,
.tvcmsdesktop-top-header-wrapper.header-4 .tvheader-currency {
    display: block;
    margin: 0;
}

.tvsearch-top-wrapper {
    position: relative;
}

#search .page-content {
    width: 100%;
    max-width: 640px;
    margin: 50px auto;
}

#search .page-content h4 {
    text-align: center;
}

#search .page-content p {
    padding-left: 3px;
}

.page-content .tvheader-sarch-display {
    display: none;
}

#header .tvmobile-search-icon .tvsearch-close {
    display: none;
}

.tvsearch-open {
    display: flex;
}

.tvcmsheader-nav-right svg {
    width: 32px;
    height: 32px;
}

.tvcmsheader-nav-right .account-items svg {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}


.header-4 .tvsearch-header-display-wrappper {
    width: calc(50vw + 100px);
    position: absolute;
    left: auto;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: translateY(-50%);
    right: calc(100% + 20px);
    top: 50%;
}

.header-4 .tvsearch-header-display-wrappper.open {
    /*opacity: 1;*/
    visibility: visible;
    transform: translateY(-50%);
}

.search-widget form,
.tvcmsheader-search.search-widget form input,
.tvheader-top-search-wrapper {
    border-radius: 50px;
}

.search-widget form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    border: 1px solid #eee;
    border: 2px solid rgba(0, 0, 0, 0.18);
    overflow: hidden;
    background: #313131;
    align-items: center;
}

.tvcmsheader-search.search-widget form input {
    background: transparent;
}

.tvsearch-result {
    margin: 0;
    position: absolute;
    width: 100%;
    z-index: 20;
    top: calc(100% + 15px);
    margin-top: 10px;
}

.tvheader-top-search {
    width: 100%;
    display: none;
}

.tvheader-top-search-wrapper {
    padding: 15px 16px;
}

.search-widget form input[type="text"] {
    height: 52px;
    border: none;
    padding: 0 20px;
    color: #c9c7cc;
    width: 100%
}

.search-widget form button[type=submit] {
    cursor: pointer;
    padding: 0;
    background-color: transparent;
    border: none;
    top: 0;
    position: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tvcmssearch-dropdown {
    padding: 15px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0px 1px 3px 1px rgba(128, 128, 128, 0.27);
    background-color: #313131;
}

.tvsearch-dropdown-close {
    border: none;
    height: 40px;
    display: inline-block;
    text-align: center;
    width: 40px;
    line-height: 42px;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 4px;
    top: 4px;
}

.tvsearch-dropdown-total-wrapper {
    text-align: left;
    margin: 0 0 15px 0;
}

.tvsearch-all-dropdown-wrapper {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7.5px;
}

.tvsearch-more-search-wrapper {
    text-align: center;
    margin: 10px 0;
}

.tvsearch-dropdown-wrapper {
    width: 50%;
    margin-bottom: 15px;
    padding: 0 7.5px;
}

.tvsearch-dropdown-wrapper a {
    display: flex;
    flex-wrap: wrap;
    padding: 8px;
    border: 1px solid #eeeeee;
    align-items: center;
    border-radius: 15px;
    color: rgb(49, 49, 49);
    font-size: 18px;
    background: #fff;
}

.tvsearch-dropdown-img-block {
    height: auto;
    width: 30%;
    overflow: hidden;
}

.tvsearch-dropdown-content-box {
    text-align: left;
    width: 70%;
    padding-left: 10px;
}

.tvsearch-dropdown-title {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 10px;
}

.tvsearch-result .product-price-and-shipping {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    margin: 0;
}

.product-price-and-shipping .price {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    display: inline-block;
    vertical-align: middle;
}

.product-price-and-shipping .regular-price {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #848484;
    letter-spacing: 0.3px;
    vertical-align: middle;
    margin-right: 5px;
    display: inline-block;
}
#blockcart-modal .product-price-and-shipping .regular-price {
    display: none;
}

.tvsearch-more-search.tvall-inner-btn {
    margin-bottom: 0;
    width: 100%;
    border: 1px solid #122112;
    border-radius: 15px;
    background: unset;
    color: inherit;
    box-shadow: 1px 1px 2px #ffffff30;
}

.tvcms-header-myaccount {
    position: relative;
    cursor: pointer;
}

.tv-myaccount-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    height: 60px;
}


.tvheader-compare-c .tvheader-compare .link_wishlist {
    display: flex;
    align-items: center;
}

.tvcart-icon-text-wrapper .tvcart-lable {
    display: none;
}

.tvheader-compare-c .account-icon {
    color: #363338;
    display: flex;
    align-items: center;
}

.tvheader-compare .account-name,
.tv-cart-cart-inner {
    display: none;
}

.tvcmscount-compare-product path {
    stroke: #000;
    fill: transparent;
}


.tv-currency-dropdown {
    min-width: 95px;
}

.tv-language-dropdown {
    min-width: 120px;
}

.tvcms-header-language,
.tvcms-header-currency {
    position: relative;
}

.tvheader-language-btn-wrapper,
.tvheader-currency-btn-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
    /*! float: unset; */
}

/* .account-items, */
.tv-language-dropdown,
.tv-currency-dropdown {
    background: #2d2d2d;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 0 !important;
    border-radius: 0 0 5px 5px;
}

.tv-language-dropdown,
.tv-currency-dropdown {
    border-radius: 4px;
    width: 100%;
    border: 1px solid #99969B;
    background: #1D1A1E;
}

.account-items {
    background: #fff;
}

.tv-currency-dropdown li,
.tv-language-dropdown li {
    padding: 5px 0 5px 15px;
    transition: 0.2s all;
}

.account-items li {
    padding: 10px 20px;
    transition: 0.2s all;
    font-size: 14px;
}


.account-items li:hover path#Vector7,
.account-items li:hover path#Vector8 {
    stroke: #8C2CC9;
}


.account-items li>div>a {
    display: flex;
    align-items: center;
    transition: 0.2s all;
}

.account-items li>div>a>div {
    height: 24px;
    line-height: 24px;
}

.account-items li>div>a .account-icon {
    width: 30px;
    position: relative;
}

.account-items li>div>a>div>i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.tv-language-btn svg,
.tv-currency-btn svg {
    vertical-align: middle;
    margin: 0 8px 0 5px;
}

.tv-currency-dropdown li a {
    font-size: 14px;
    color: inherit;
    line-height: 30px;
    /*! color: #fff; */
}

.tv-currency-dropdown li.current {
    color: #942cd1;
}

.tv-currency-dropdown li:hover {
    /*! background: #942cd1; */
    /*! color: #fff */
}

.tvcart-icon-text-wrapper {
    display: flex;
    align-items: center;
}

.tv-header-cart .tv-cart-icon {
    display: flex;
}

.tvcart-icon-text-wrapper .tvcart-lable {
    font-size: 14px;
    font-weight: 500;
    color: #ccc;
    display: inline-block;
    max-width: 50px;
    text-align: left;
    margin-left: 5px;
}

.tv-cart-cart-inner .cart-products-count {
    color: #ccc;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
    margin-left: 3px;
}

.ttvcmscart-show-dropdown-right {
    width: calc(100% - 50px);
    max-width: 600px;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    background: rgb(246,245,248);
    z-index: 1002;
    visibility: hidden;
    text-align: left;
    right: -100%;
    transition: all 300ms ease-in-out;
    overflow-y: auto;
    padding: 0 30px;
}

#header .ttvcmscart-show-dropdown-right {
    display: none;
}

#module-supercheckout-supercheckout .ttvcmscart-show-dropdown-right {
    top: 0;
}

body.classicCartOpen .ttvcmscart-show-dropdown-right {
    right: 0;
    visibility: visible;
}

.sticky .ttvcmscart-show-dropdown-right {
    top: 0;
}

.ttvcmscart-show-dropdown-right .ttvcart-scroll-container {
    height: calc(100vh - 360px);
    max-height: 100%;
    overflow-y: auto;
    padding-right: 3px;
}

.ttvcmscart-show-dropdown-right .ttvcart-close-title-count {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #040206;
    font-size: 24px;
}
.ttvcart-no-product {
    margin-top: 30px;
    margin-bottom: 30px;
}
.ttvcart-no-product a {
    font-size: 18px;
    display: block;
    color: #fff;
    background: #000;
    width: 230px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 3px;
    margin: 0 auto;
}
.ttvcart-no-product-label,
.maylike-tilte {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
}
.maylike-lists.row {
    margin: 0 -8px;
}
.maylike-lists.row .maylike-item {
    padding: 8px;
}
.maylike-content {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    font-size: 14px;
}
.maylike-produt-title {
    margin-bottom: 10px;
}
.maylike-price-add {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ttvcmscart-show-dropdown-right .ttvcart-product-content-box {
    position: relative;
}

.ttvcmscart-show-dropdown-right .ttvclose-cart {
    height: 32px;
    width: 32px;
    /*! background-image: url(../img/themevolty/sprite.png); */
    /*! background-position: -105px -805px; */
    padding: 0;
    background-color: transparent;
    filter: invert(0);
    border: none;
    color: #666469;
}

.ttvcmscart-show-dropdown-right .ttvcart-top-title h4 {
    letter-spacing: 2px;
    padding-bottom: 0;
    margin-bottom: 0px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    font-weight: 400;
}

.ttvcmscart-show-dropdown-right .ttvcart-products-count {
    font-size: 22px;
}

.ttvcmscart-show-dropdown-right .ttvcart-product-wrapper {
    padding: 20px 30px 20px 30px;
    display: flex;
    position: relative;
    align-items: center;
    border-bottom: 1px solid #E5E7EB;
}

.ttvcmscart-show-dropdown-right .ttvcart-product-wrapper:last-child {
    border-bottom: unset;
}


.ttvcmscart-show-dropdown-right .tvcart-product-list-img {
    width: 90px;
    height: 90px;
    margin-right: 15px;
    flex-shrink: 0;
    padding: 5px;
}

.tvcart-product-content {
    max-width: 213px;
    overflow: hidden;
}

.ttvcmscart-show-dropdown-right .tvcart-product-list-img img {
    border-radius: 5px;
}

.tvshoping-cart-dropdown-title {
    margin-bottom: 10px;
}

.tvcart-product-list-box {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 3px 20px;
    border: 1px solid #C9C7CC;
}

.tvshoping-cart-dropdown-title span.product-name {
    /*! color: #ccc; */
    font-size: 18px;
    padding-right: 27px;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: 700;
}

.ttvcmscart-show-dropdown-right .tvcart-product-list-box .tvshopping-cart-qty {
    font-size: 18px;
    color: #666469;
}

.ttvcmscart-show-dropdown-right .tvcart-product-list-box .product-qty {
    font-size: 18px;
    margin-left: 5px;
}

.ttvcmscart-show-dropdown-right .tvcart-product-content .product-price {
    font-size: 18px;
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #8C2CC9;
}

.tvcart-product-content .regular-price {
    display: none;
}

.tvcart-product-remove {
    display: inline-block;
    position: absolute;
    width: auto;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.tvcart-product-remove a {
    /*! background-image: url(../img/themevolty/sprite.png); */
    height: 28px;
    width: 28px;
    background-position: -5px 145px;
    display: block;
    /*! filter: invert(0.3); */
}

.tvcart-product-remove a path {
    fill: transparent;
}

.ttvcmscart-show-dropdown-right .ttvcart-product-label-value {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0px;
    height: 50px;
    position: relative;
}

.ttvcmscart-show-dropdown-right .ttvcart-product-label-value.total {
    padding: 30px 0px;
    height: 80px;
}

.ttvcmscart-show-dropdown-right .ttvcart-product-label-value span {
    font-size: 18px;
}

.ttvcmscart-show-dropdown-right .ttvcart-product-label-value.total span {
    font-size: 26px;
    font-weight: 700;
}

.ttvcmscart-show-dropdown-right .ttvcart-product-label-value.total .ttvcart-product-value {
    color: #8C2CC9;
}

.ttvcmscart-show-dropdown-right .ttvcart-product-label-value:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #c9c7cc;
    height: 1px;
    /*! width: 90%; */
    margin: 0 auto;
}

.ttvcart-price-shipping-text {
    margin-bottom: 30px;
}

.ttvcart-product-list-btn-wrapper {
    display: flex;
    justify-content: space-between;
    /*! flex-wrap: wrap; */
}

.ttvcart-product-list-btn-wrapper>div {
    margin-bottom: 30px;
    width: calc(50% - 30px); 
    max-width: 250px;
}

.ttvcart-product-list-btn-wrapper>button {
    width: calc(50% - 30px);
    display: block;
    text-align: center;
    transition: 0.2s all;
    border: none;
    box-shadow: none;
    cursor: pointer;
    padding: 0;
    background: transparent;
    margin-bottom: 30px;
    color: #8C2CC9;
    border: 1px solid #8C2CC9;
    border-radius: 3px;
}

.ttvcart-product-list-btn-wrapper>button:hover {
    color: #fff;
    background: #8C2CC9;
}

.is-mobile-ios .menu-cart-bottom-blank {
    height: 10vh;
}

.is-mobile-ios .modal-content .tvquickview-prod-details {
    padding-bottom: 30px;
}

.ttvcmscart-show-dropdown-right .ttvcart-product-list-viewcart {
    display: none;
}

.pp-checkout-btn {
    display: inline-block;
    font-weight: bold;
    border-radius: 3px;
    text-align: left;
    height: 56px;
    line-height: 22px;
    width: 100%;
    background: #FFC439;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}
#blockcart-modal .pp-checkout-btn {
    margin-bottom: 10px;
}
#blockcart-modal .pp-checkout-btn h5 {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
}

.pro-action-field .pp-checkout-btn {
    border-radius: 5px;
}

.hs_paypal_btn svg,
.hs_paypal_btn img {
    vertical-align: middle;
}

.hs_paypal_btn .instantly {
    cursor: pointer;
    color: #E01100;
}

.pp-checkout-btn>span {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: #000;
    border-radius: 0px 5px 5px 0px;
    transition: 0.2s all;
}
.pp-checkout-btn>span.paypal-svg {
    background: transparent;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%)
}


.ttvcart-product-list-btn-wrapper>button a {
    /*! padding: 20px 15px; */
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    display: block;
    color: inherit;
    line-height: 1;
    font-size: 26px;
    font-weight: 700;
    line-height: 54px;
}

.tv-menu-horizontal .menu-dropdown li a {
    padding: 8px 0;
    display: inline-block;
}

.tvcmsheader-search {
    cursor: pointer;
}

.tvsearch-close {
    display: none;
}

.dfd-fixed-layout .tvsearch-close {
    display: block;
}
.tv-menu-horizontal .menu-dropdown .machine-img-list li {
    width: 100%;
}
.machine-img-list .img-list {
    display: flex;
    font-size: 14px;
    font-style: normal;
    flex-wrap: wrap;
}
.machine-img-list .img-item {
    text-align: center;
    font-weight: 400;
}
.machine-img-list .img-item:hover {
    font-weight: 700;
}
.machine-img-list .img-item img{
    width: 160px;
}
.mega-menu-blog .menu-dropdown {
    min-width: 267px;
}





@media (min-width: 992px) {
    .tvcmsmain-menu-wrapper {
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        -ms-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }

    .container_tv_megamenu {
        width: 100%;
    }

    .tv-menu-horizontal {
        padding: 0 !important;
    }

    .tv-menu-horizontal ul.menu-content {
        height: auto;
        max-width: 100%;
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: left;
    }

    .tv-menu-horizontal .menu-content>li {
        flex-shrink: 0;
    }

    .icon-drop-mobile {
        display: none;
    }

    .tv-menu-horizontal .menu-dropdown {
        position: absolute;
        z-index: 1000;
        max-width: 100%;
        /*! border-radius: 0 0 5px 5px; */
        display: block;
        opacity: 0;
        filter: alpha(opacity=0);
        transition: opacity 0.1s ease 0s, transform 0.1s ease 0s;
        visibility: hidden;
        max-height: initial;
        overflow-y: inherit;
        background: #fafafa;
        padding: 10px 0;
    }

    .tv-menu-horizontal li.level-1 {
        line-height: 80px;
    }

    .tv-myaccount-btn {
        height: 80px;
    }
    #tvcmsdesktop-account-button {
        position: relative;
    }
    .account-items {
        position: absolute;
        top: 100%;
        bottom: auto;
    }

    .mega-menu-blog .row {
        margin: 0;
    }

    .tv-menu-horizontal ul li.parent:hover>.menu-dropdown {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        text-align: left;
        transform-origin: top;
    }

    .tv-menu-horizontal li.level-2 .menu-dropdown {
        left: 100%;
        top: 0;
        overflow-y: inherit;
        max-height: initial;
    }

    .tv-menu-horizontal ul li.level-1 ul li.parent>a:after {
        font-weight: normal;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        position: absolute;
        right: 18px;
        top: 0;
        bottom: 0;
        margin: auto;
        height: max-content;
        font-size: 18px;
        font-family: 'Material Icons';
        content: '\e315';
    }

    .tv-menu-horizontal .menu-dropdown li {
        width: 267px;
        font-size: 14px;
    }

    .tv-menu-horizontal .menu-dropdown li {
        width: 267px;
        font-size: 14px;
    }

    .tv-menu-horizontal .menu-dropdown li a {
        /*! margin: 0 20px; */
    }

    .tv-menu-horizontal .menu-dropdown li:hover>a {
        text-decoration: underline;
    }

    .tv-menu-horizontal .menu-dropdown li.item-header:hover>a {
        text-decoration: unset;
    }

    .container_tv_megamenu .tv-sub-menu,
    .tv-sub-menu .tv-menu-col {
        padding: 0;
    }

    .sticky-full-width .menu-dropdown {
        position: absolute;
        padding: 50px 150px;
        left: 0;
        width: 101vw;
        max-width: 101vw;
        left: 50%;
        transform: translateX(-50%);
    }
    .tv-megamenu-slider-wrapper li.item-header {
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .sticky-full-width .tv-menu-col:not(.machine-img-list) .tv-megamenu-slider-wrapper li.item-header:after {
        content: "";
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 30px;
        right: 30px;
        background: #c9c7cc;
    }
    .machine-img-list .tv-megamenu-slider-wrapper li.item-header {
        border: unset;
    }

    .tv-megamenu-slider-wrapper li.item-header:hover {
        font-style: italic;
    }

    .tv-megamenu-slider-wrapper li.item-header svg {
        display: inline-block;
        vertical-align: middle;
        opacity: 0;
        transition: 0.2s;
    }

    .tv-megamenu-slider-wrapper li.item-header path {
        stroke: #000;
        fill: transparent;
    }

    .tv-megamenu-slider-wrapper:hover li.item-header svg {
        opacity: 1;
    }
    .machine-img-list .img-item {
        width: 16.66%;
    }
    .machine-img-list .html-block {
        width: 100%;
    }
    .tv-menu-horizontal .menu-dropdown .machine-img-list li .img-item > a {
        display: block;
    }
    .tvcms-header-myaccount .account-items {
        position: absolute;
        right: 50%;
        left: auto;
        top: 100%;
        margin: 0;
        min-width: 135px;
        width: max-content;
        background-clip: inherit;
        transform: translateX(50%);
        border-radius: 0;
        box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
        display: none;
    }

    .tvcms-header-myaccount .account-items.open {
        height: max-content;
        opacity: 1;
    }
    .account-items li > div > a {
        color: #363338;
    }
    .account-items li:hover>div>a {
        color: #8C2CC9;
    }
    .account-items li:hover path {
        fill: #8C2CC9;
    }
}

@media (max-width: 1399px) and (min-width: 992px) {
    .sticky-full-width .menu-dropdown {
        padding: 20px 50px;
    }
    
}
@media (max-width: 1199px) and (min-width: 992px) {
    .sticky-full-width .menu-dropdown {
        transform: translateX(-46%);
        padding: 20px 20px;
    }
    .tv-contact-account-cart-wrapper {
        justify-content: right;
    }
    .tv-contact-account-cart-wrapper > div {
        margin-left: 15px;
    }
    
}
/**** Mobile Header Start ****/


@media (max-width: 1199px) {
    .tvcmsheader-sticky {
        position: relative;
    }

    .header-4 .tvcmssearch-wrapper {
        margin-right: 0;
    }

    .tvsearch-top-wrapper {
        position: static;
    }

    #tvcms-mobile-view-header.mobile-header-2 .tvheader-sarch-display {
        margin: 0;
    }

    #tvcms-mobile-view-header.mobile-header-2 .tvsearch-close svg {
        width: unset;
        height: unset;
    }

    .tvcart-icon-text-wrapper .tvcart-lable {
        display: none;
    }

    .tvmobile-sliderbar-btn i {
        color: #942cd1;
    }

    .tv-header-logo {
        justify-content: center;
    }
    .account-items li:last-child {
        margin-bottom: 5px;
    }

    .tv-cart-cart-inner {
        display: none;
    }
}

@media (max-width: 991px) {
    .tvmega-menu-title {
        display: block;
        font-size: 26px;
        /*! color: #363338; */
        text-align: center;
        font-weight: 500;
        position: relative;
        text-transform: capitalize;
        padding: 0 0 15px 0;
        margin-bottom: 15px;
        font-weight: 700;
        line-height: 30px;
    }

    .tvmega-menu-title:after {
        position: absolute;
        content: "";
        width: calc(100% + 30px);
        left: -15px;
        right: 0;
        bottom: 0;
        height: 1px;
        background-color: #c9c7cc;
    }
    .container_tv_megamenu {
        display: block;
    }
    .tv-menu-horizontal li.level-1 {
        cursor: pointer;
        width: 100%;
        float: none;
        border-bottom: none;
        padding-bottom: 5px;
        line-height: 40px;
        padding-top: 5px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .tv-menu-horizontal li.parent {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .tv-menu-horizontal li.parent > a {
        width: calc(100% - 64px);
    }

    #header .tv-menu-horizontal ul li.level-1>a {
        padding: 0 0 5px;
    }
    .tv-menu-horizontal ul li .icon-drop-mobile {
        display: none;
        opacity: 0.3;
        width: 64px;
        padding: 0 0 0 40px;
    }
    .tv-menu-horizontal ul li .icon-drop-mobile svg {
        display: inline;
        vertical-align: middle;
    }
    .tv-menu-horizontal ul li.level-2 .icon-drop-mobile svg {
        transform: rotateZ(90deg);
        transition: 0.1s all;
    }
    .tv-menu-horizontal ul li.level-2 .icon-drop-mobile.opened svg {
        transform: rotateZ(-90deg)
    }
    .tv-menu-horizontal ul li.parent .icon-drop-mobile {
        display: block;
    }
    
/* 
    .tv-menu-horizontal ul li.parent .icon-drop-mobile.opened:after {
        content: '\e316'
    } */

    .tv-menu-horizontal .level-1 > .menu-dropdown {
        margin-right: 0;
        position: absolute;
        left: 100%;
        top: -9px;
        opacity: 0;
        background: #FAFAFA;
        z-index: -1;
        width: 100%;
        overflow-y: scroll;
        /*! max-height: 100%; */
        height: calc(100vh - 66px);
    }
    .tv-menu-horizontal .menu-dropdown.cat-drop-menu {
        padding: 0 15px;
        width: 100%;
    }
    .tv-menu-horizontal .level-2 .menu-dropdown.cat-drop-menu {
        display: none;
    }
    .tv-menu-horizontal .parent.expand > .menu-dropdown {
        opacity: 1;
        z-index: 1;
    }

    .tv-menu-horizontal .mega-menu-blog .menu-dropdown {
        margin-left: 0;
    }

    .tvcmsmobile-top-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .mobile-header-2 {
        border-bottom: 1px solid #ebebeb;
    }

    .tvcmsmobile-header-search-logo-wrapper {
        display: flex;
        align-items: center;
    }

    .tvsearch-top-wrapper {
        width: 100%;
        padding: 0;
        display: block;
    }

    #tvcmsmobile-search .tvheader-search-display-icon {
        display: none;
    }

    .tvsearch-open svg,
    .tvsearch-close svg {
        /*! width: 20px; */ /*! height: 20px; */
    }

    #tvmobile-cart {
        margin: 0 0 0 20px;
    }
    #tvcmsmobile-account-button {
        position: absolute;
        bottom: 30px;
        left: 30px;
        right: 30px;
        z-index: -1;
    }
    .is-mobile-ios #tvcmsmobile-account-button {
        bottom: 100px;
    }
    .tvmobile-slidebar:has(.tvmobile-dropdown-close.btn-closed) #tvcmsmobile-account-button {
        z-index: 1
    }
    .account-items > li {
        padding: 15px;
        border-radius: 5px;
        border: 1px solid #000;
        transition: 0.2s all;
        background: #000;
        color: #fff;
    }
    .account-items > li path {
        fill: #fff;
    }
    .account-items > li.wishlist-icon-wrapper {
        background: #fff;
        color: #000;
    }
    .account-items > li.wishlist-icon-wrapper path {
        fill: #000;
    }
    .account-items > li  a {
        display: flex;
        align-items: center;
        justify-content: center;
        
    }
    .account-items > li  a > div > * {
        vertical-align: middle;
        
    }
    .account-items .account-icon {
        margin-right: 10px;
    }
    .wishlist-icon-wrapper {
        margin-bottom: 15px;
    }
    .tv-account-wrapper {
        padding: 5px 0;
    }

    .tvheader-cart-wrapper {
        padding: 0;
    }

    .tvmobile-sliderbar-btn a {
        height: auto;
        width: auto;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        padding: 8px 8px 8px 0px;
    }

    .tvmobile-sliderbar-btn {
        padding: 5px 0;
    }

    .tvmobile-sliderbar-btn svg {
        vertical-align: middle;
    }

    div.tvcmsmobile-header-menu {
        position: initial;
        padding: 0 5px 0 15px;
    }

    .tvmobile-slidebar {
        visibility: hidden;
        position: fixed;
        z-index: 1001;
        padding: 15px;
        background: #FAFAFA;
        min-width: 300px;
        max-width: 400px;
        height: 100vh;
        top: 0;
/*         overflow-y: auto;
        overflow-x: hidden; */
        transform-origin: top;
        transition: all 0.3s ease-in-out 0.1s;
        transform: translateX(-100%);
    }

    body>.tvmobile-slidebar.open {
        visibility: visible;
        text-align: start;
        transform-origin: top;
        transform: translateX(0);
    }

    .tvmobile-dropdown-close a i {
/*         position: absolute;
        right: 10px;
        top: 18px;
        font-size: 24px;
        z-index: 10; */
    }
    .tvmobile-dropdown-close svg {
        position: absolute;
        right: 10px;
        top: 14px;
        z-index: 10;
    }
    .tvmobile-dropdown-close .pre-lv-btn svg {
        left: 10px;
        right: auto;
        transform: rotateZ(180deg);
        opacity: 1;
    }
    .tvmobile-dropdown-close.btn-closed .pre-lv-btn svg {
        opacity: 0;
    }

    .menu-content {
        padding-bottom: 10px;
        padding: 0 15px 10px;
        height: calc(100vh - 200px);
    }
    .tv-menu-horizontal {
        overflow: hidden;
        margin: 0 -15px;
        overflow-y: visible;
        height: calc(100vh - 15px);
    }
    .tv-menu-horizontal .menu-content.slide-to-left {
        transform: translateX(-100%);
    }

    #tvmobile-curr {
        margin-top: 15px;
    }

    .tvcmsmobile-header-menu .tv-currency-dropdown,
    .tvcmsmobile-header-menu .tv-language-dropdown {
        margin: 0 -15px;
        padding-left: 39px;
        border: none;
        /*! background: rgba(0, 0, 0, 0.8); */
        position: static;
        transform: none;
        box-shadow: none;
    }

    .tvcmsmobile-header-search {
        display: flex;
        position: unset;
        align-items: center;
        justify-content: flex-end;
        justify-content: right;
    }

    .ttvcmscart-show-dropdown-right {
        top: 0;
        padding: 0 15px;
    }

    .tv-menu-horizontal li.level-1.parent>a::after {
        display: none;
    }

    #header #tvcms-mobile-view-header.mobile-header-2 .tvsearch-header-display-wrappper.tvsearch-header-display-full {
        position: absolute;
        top: 100%;
        padding-bottom: 0;
        left: 0;
        transition: all 1s;
        opacity: 0;
        visibility: hidden;
        width: 100%;
    }

    #header #tvcms-mobile-view-header.mobile-header-2 .tvsearch-header-display-wrappper.tvsearch-header-display-full.open {
        /*! opacity: 1; */
        /*! visibility: visible; */
    }

    .tvsearch-header-display-wrappper form {
        overflow: visible;
    }

    .tvsearch-result {
        left: 50%;
        transform: translateX(-50%);
        width: calc(100vw - 50px);
        top: 100%;
    }

    .tvcmsheader-search.search-widget form input[type=text] {
        height: 42px;
    }
    .tvcmsmobile-header-search-logo-wrapper {
        justify-content: space-between;
    }

    .tvcmsmobile-header-search {
        /*! width: 220px; */
    }

    .tvheader-compare-c {
        margin-left: 20px;
    }
    .tv-megamenu-slider-wrapper li svg {
        display: none;
    }
    .tv-megamenu-slider-wrapper li.item-header {
        /*! margin: -15px; */
        font-style: italic;
    }
    .cat-drop-menu li, 
    .tv-megamenu-slider-wrapper li,
    .machine-img-list .tv-megamenu-slider-wrapper li {
        padding: 5px 15px;
    }
    
    .tv-menu-horizontal ul li.level-1 > a {
        padding: 0 15px;
    }
    .tvproduct-hover-btn .tvcompare-wrapper .tvproduct-compare>div {
        padding-right: 0
    }
}

@media (max-width: 767px) {
    .tvmobileheader-offer-wrapper .tvheader-nav-offer-text {
        padding: 7px 0;
    }

    .tv-account-wrapper {
        padding: 0;
    }

    .tv-header-logo img {
        width: 71px;
    }
}

@media (max-width: 650px) {
    .tv-account-wrapper {
        padding: 5px 0;
    }

    .tvheader-cart-wrapper {
        padding: 5px 0;
    }

    .tv-header-logo {
        /* justify-content: left; */
        height: auto;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .tvcmsmobile-top-wrapper {
        display: block;
    }

    #tvcms-mobile-view-header {
        display: block;
        height: auto;
    }

    #tvmobile-cart {
        display: inline-block;
    }

    .tvcmsmobile-header-logo-right-wrapper {
        /*! width: 100%; */
        padding: 0;
        min-height: 60px;
    }

    .tvheader-top-search-wrapper {
        padding: 10px 16px;
    }


    /*     .tv-currency-dropdown, */
    .tvcms-header-myaccount .account-items {
        /*! transform: translateX(50%); */
    }

    .tvheader-nav-offer-text p {
        font-size: 14px;
        min-width: max-content;
    }

    .tv-header-logo img {
        width: 50px;
    }
    .tvmega-menu-title {
        font-size: 20px;
    }
    .tvmobile-dropdown-close svg {
        padding: 4px;
    }
    .tvmobile-slidebar,
    .ttvcmscart-show-dropdown-right{
        width: 100vw;
    }
    .ttvcart-product-list-btn-wrapper>div,
    .ttvcart-product-list-btn-wrapper>button {
        width: 180px;
        max-width: 180px;
        height: 56px;
    }
    .ttvcart-product-list-btn-wrapper > button a {
        font-size: 22px;
    }
    .ttvcart-product-list-btn-wrapper>div .hs_paypal_btn svg {
        width: 110px;
    }
    .ttvcart-product-list-btn-wrapper .pp-checkout-btn > span svg {
        width: 
    28px; 
    }


}

@media(max-width: 480px) {
    .tvsearch-all-dropdown-wrapper {
        max-height: 75vh;
        overflow-y: scroll;
    }

    .tvsearch-dropdown-wrapper {
        width: 100%
    }
}
@media(max-width: 399px) {
    .tvheader-compare-c,
    #tvmobile-cart {
        margin-left: 10px;
    }
    .ttvcart-product-list-btn-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }
    .ttvcart-product-list-btn-wrapper>div,
    .ttvcart-product-list-btn-wrapper>button {
        margin-left: 5px;
        margin-right: 5px;
    }
    .ttvcmscart-show-dropdown-right .ttvcart-scroll-container {
        height: calc(100vh - 430px);
    }
}
@media(max-width: 370px) {
    .tvheader-nav-offer-text {
        justify-content: left;
        overflow-x: scroll;
    }
}

/**** Header Style End ****/

/**** Breadcrumb Style Start ****/

.breadcrumb {
    background: #fff;
    list-style: none;
    text-align: center;
    border-radius: 3px;
}
.breadcrumb:after {
    content: "";
    display: table;
    clear: both
}

.breadcrumb ol {
    text-align: left;
    padding: 30px 15px;
}

.breadcrumb li {
    display: inline;
}


.breadcrumb li:last-child a {
    color: #040206;
}

.breadcrumb li h1 {
    font-size: inherit;
    font-weight: inherit;
    margin-bottom: 0;
    display: inline;
}

.breadcrumb li a {
    color: #bdbdbd;
}

.breadcrumb li:after {
    content: "/";
    color: #bdbdbd;
    margin: 0 10px;
}
.breadcrumb span {
    vertical-align: middle;
    line-height: 24px;
}

#wrapper .breadcrumb li:last-child:after {
    content: none;
}


#category #wrapper .breadcrumb .container {
    padding-top: 0;
}

#module-airwallex-payment .breadcrumb,
#module-airwallex-confirmation .breadcrumb,
#order-confirmation .breadcrumb {
    display: none;
}


#product .breadcrumb ol {
    padding: 30px 0;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 40px;
}
#module-tvcmsblog-archive .breadcrumb {
    margin-bottom: 0;
}
@media (min-width: 992px) {
    #product .breadcrumb .container ol {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 991px) {
    .breadcrumb ol {
        padding: 15px 0;
    }
    #product .breadcrumb ol {
        padding: 15px 0;
    }
    #product .breadcrumb ol {
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
    }
}
@media (max-width: 575px) {
    .breadcrumb li {
        font-size: 14px;
    }
}
/**** Breadcrumb Style End ****/

/**** Footer Style Start ****/

#footer {
    padding-top: 0
}

.footer-container {
    overflow: hidden;
    /*! border-top: 1px solid #222; */
    background-color: #040206;
}

.tvfooter-storelogo-imformation {
    margin-top: 90px;
    padding: 0 15px;
}

.tvfooter-storelogo-imformation>div {
    margin: 0 0 50px;
}

.tvfooter-storelogo-imformation .links .h3 {
    color: #fff;
}

.footer-container li {
    margin-bottom: 5px;
}

.footer-container .social-lang-currency li {
    margin-bottom: 0;
}

.footer-container .social-lang-currency li.current,
.footer-container .social-lang-currency li:hover {
    color: #fff;
}

.footer-container li a {
    font-size: 14px;
    color: #666469;
    transition: 0.2s all;
}

.footer-container .social-lang-currency li a {
    font-size: 16px;
    color: #99969B;
}

.footer-container .social-lang-currency li:hover a {
    color: #fff;
}

.footer-container li a:not(.nav-link):hover {
    color: #fff;
}

.tvfooter-logo-link-wrapper .links .title>span {
    padding-left: 16px;
    color: #fff;
}

.tvfooter-title-wrapper {
    position: relative;
    margin-bottom: 25px;
}

.links .collapse {
    display: inherit;
}

#footer_sub_menu_store_info {
    font-size: 14px;
    color: #666469;
}

.tvfooter-storelogo-imformation .tvfooter-title {
    display: block;
    font-weight: 600;
    padding-bottom: 5px;
    color: #fff;
    font-size: 22px;
    position: relative;
}

/* .tvfooter-storelogo-imformation .tvfooter-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 52px;
    height: 1px;
    background-color: #292929;
    width: 200px;
} 
.tvfooter-storelogo-imformation .block-social .tvfooter-title:after {
    width: 113px;
} */
.tvfooter-title-wrapper .tvfooter-toggle-icon {
    display: none;
    color: #fff;
}

#footer_sub_menu_store_info .tvfooter-addresses,
#footer_sub_menu_store_info .tvfooter-store-link {
    display: flex;
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 22px;
    position: relative;
}

.tvfooter-store-link::before {
    font-family: 'Material Icons';
    content: '\e0be';
    position: relative;
    top: 1px;
    /*     background-image: linear-gradient(to bottom right, #5d17c1, #e92be3); */
    -webkit-background-clip: text;
    font-size: 21px;
    color: #ffffff80;
    margin: 0 2px;
}

.tvfooter-addresses::before {
    font-family: 'Material Icons';
    content: '\e8b4';
    position: relative;
    /*     background-image: linear-gradient(to bottom right, #5d17c1, #e92be3); */
    -webkit-background-clip: text;
    font-size: 25px;
    color: #ffffff80;
}

/**** left social media ****/
.tv-footer-social-icon {
    display: flex;
    align-items: center;
}


.tv-footer-social-icon .tv-footer-social-icon-inner {
    display: flex;
    width: 300px;
    max-width: 100%;
    justify-content: space-between;
}

.tv-footer-social-icon .tvblock-social-content {
    width: 35px;
    height: 35px;
    background-color: #ffffff80;
    border-radius: 100%;
    padding: 6px 5px 4px;
    transition: 0.2s all;
}

.tv-footer-social-icon .tvblock-social-content .tvblock-social-icon {
    width: 25px;
    height: 25px;
}

.tv-footer-social-icon path {
    fill: #666469;
    transition: 0.2s all;
}

.tv-footer-social-icon .tv-footer-social-icon-wrapper path {
    fill: #1D1A1E;
}

.tv-footer-social-icon .tvblock-social-content:hover path {
    fill: #fff;
}

.block-social .tvblock-social-content span {
    display: none;
}

.tv-footer-social-icon .tvfacebook-wrapper:hover {
    background-color: #3a589e;
}

.tv-footer-social-icon .tvtwitter-wrapper:hover {
    background-color: #5ea9dd;
}

.tv-footer-social-icon .tvrss-wrapper:hover {
    background-color: #ff7b0a;
}

.tv-footer-social-icon .tvyoutube-wrapper:hover {
    background-color: #ec2828;
}

.tv-footer-social-icon .tvgoogleplus-wrapper:hover {
    background-color: #df4b38;
}

.tv-footer-social-icon .tvpinterest-wrapper:hover {
    background-color: #cb2027;
}

.tv-footer-social-icon .tvvimeo-wrapper:hover {
    background-color: #1ab7ea;
}

.tv-footer-social-icon .tvinstagram-wrapper:hover {
    background-color: #64443c;
}


/* .tv-footer-social-icon .tvfacebook-wrapper path {
    fill: #3a589e;
}
.tv-footer-social-icon .tvtwitter-wrapper path {
    fill: #5ea9dd;
}
.tv-footer-social-icon .tvrss-wrapper path {
    fill: #ff7b0a;
}
.tv-footer-social-icon .tvyoutube-wrapper path {
    fill: #ec2828
}
.tv-footer-social-icon .tvgoogleplus-wrapper path {
    fill: #df4b38;
}
.tv-footer-social-icon .tvpinterest-wrapper path {
    fill: #cb2027;
}
.tv-footer-social-icon .tvvimeo-wrapper path {
    fill: #1ab7ea;
}
.tv-footer-social-icon .tvinstagram-wrapper path {
    fill: #64443c;
} */
/**** currency and language selector ****/
.social-lang-currency button {
    color: #99969B;
    border: 1px solid #99969B;
    padding: 5px;
    border-radius: 4px;
}

.social-lang-currency button span {
    vertical-align: middle;
}

.social-lang-currency .lang-flag {
    display: none;
}

.social-lang-currency .expand-more {
    transform: rotateZ(180deg);
    transition: 0.2s all;
}

/**** right to top ****/
.tvbottom-to-top {
    position: fixed;
    bottom: 50px;
    right: 30px;
    background-color: #942cd1;
    z-index: 99;
    display: none;
    cursor: pointer;
    border-radius: 40px;
    display: none !important;
}

div.weglot-container {
    z-index: 99;
}

#smartsupp-widget-container>div {
    bottom: 50px !important;
}

.tvbottom-to-top .tvbottom-to-top-icon {
    background-image: url(../img/themevolty/sprite.png);
    background-position: -97px -848px;
    color: transparent;
    width: 56px;
    font-size: 0;
    height: 56px;
    line-height: 56px;
    text-align: center;
    display: block;
    background-repeat: no-repeat;
}

/**** bottom payment ****/

.tvfooter-copy-payment-icon-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #333;
}

.tvfooter-copy-payment-icon-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
}

.tvcopylink {
    text-align: left;
    padding: 0;
}

.tvfooter-payment-icon-img-block {
    text-align: end;
    padding: 0;
}

.tvcopylink p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 27px;
    text-transform: capitalize;
    font-weight: 400;
    display: inline-block;
    color: #666469;
}

.tvfooter-payment-icon-img-block .tvfooter-payment-icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
}

.tvfooter-payment-icon {
    margin: 0 5px;
}


@media (min-width: 768px) {
    .tvfooter-storelogo-imformation .links .row {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (min-width: 992px) {
    #footer_sub_menu_store_info {
        display: block;
        overflow: hidden;
    }
}

@media (min-width: 1200px) {
    .tvfooter-storelogo-imformation .links .row:not(.form-group) {
        flex-wrap: nowrap;
    }
}

/**** Mobile Footer start ****/

@media(max-width: 1199px) {
    .tvfooter-storelogo-imformation .links .h3 {
        margin-top: 10px;
    }

    .tvfooter-copy-payment-icon-inner {
        display: block;
    }

    .tvcopylink {
        padding-top: 4px;
        text-align: center;
        padding-bottom: 5px;
    }

    .tvfooter-payment-icon-img-block .tvfooter-payment-icon-wrapper {
        justify-content: center;
    }
}

@media(max-width: 991px) {
    .tvfooter-logo-link-wrapper {
        padding: 0 15px;
    }

    .tvfooter-storelogo-imformation {
        padding: 15px 0;
        margin-top: 50px;
    }

    .links .collapse.in {
        display: block
    }

    #footer_sub_menu_store_info {
        padding-left: 15px;
    }

    .tvfooter-title-wrapper .tvfooter-title {
        margin-bottom: 10px;
        padding: 10px;
    }

    .collapsed .tvfooter-toggle-icon-wrapper .remove,
    .tvfooter-toggle-icon-wrapper .add {
        display: none;
    }

    .tvfooter-toggle-icon-wrapper .remove,
    .collapsed .tvfooter-toggle-icon-wrapper .add {
        display: block;
    }

    .tvcopylink p {
        text-align: center;
    }

    .tvfooter-title-wrapper .tvfooter-title:after {
        display: none;
    }
    body.treelink-open {
        height: 100vh;
        overflow: hidden;
    }
}

@media(max-width: 767px) {
    .footer-container {
        overflow: visible;
    }

    .tvfooter-toggle-icon-wrapper.tvfooter-toggle-icon {
        display: block;
        padding: 0;
        /*! height: 36px; */
        /*! width: 45px; */
        text-align: center;
        line-height: 36px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        cursor: pointer;
    }

    .tvfooter-storelogo-imformation {
        margin-top: 0;
    }

    #product .tvfooter-storelogo-imformation {
        margin-top: 0;
    }

    .tvfooter-copy-payment-icon-wrapper {
        padding: 10px 0;
    }

    .tvbottom-to-top {
        right: 15px;
    }

    .footer-container .wrapper {
        /*! padding-left: 0; */
        /*! padding-right: 0; */
    }

    .tvfooter-logo-link-wrapper .links .title .h3 {
        line-height: 1.5;
        font-size: 16px;
        padding-left: 0;
    }

    .links .title {
        padding-top: 10px;
        cursor: pointer;
        padding-bottom: 4px;
    }

    .links .collapse {
        display: none
    }

    .tvfooter-logo-link-wrapper .wrapper>ul {
        padding-left: 15px;
    }

    .links .navbar-toggler {
        display: inline-block;
        padding: 0 0 0 8px;
    }

    .links .title .collapse-icons .remove,
    .links .title[aria-expanded=true] .collapse-icons .add {
        display: none
    }

    .links .title[aria-expanded=true] .collapse-icons .remove {
        display: block
    }

    .tvcopylink,
    .tvfooter-payment-icon-img-block {
        margin-bottom: 15px;
        padding: 0 15px;
    }

    .tvfooter-contact-link-wrapper.links {
        margin-bottom: 20px;
    }

    .tvfooter-title-wrapper .tvfooter-title {
        font-size: 16px;
        padding-left: 0;
    }

    .tvfooter-title-wrapper {
        margin-bottom: 0;
    }

    .tv-footer-social-icon {
        flex-wrap: wrap;
    }

    .tvfooter-storelogo-imformation .social-lang-currency {
        margin-bottom: 30px;
    }

    .tv-footer-social-icon .tv-footer-social-icon-inner {
        max-width: 200px;
    }

    .tvfooter-storelogo-imformation>div {
        margin-bottom: 0;
    }
}

@media(max-width: 991px) and (min-width:768px) {

    .tvfooter-title-wrapper .tvfooter-title,
    #footer_sub_menu_store_info {
        padding-left: 0;
    }
}

@media(max-width: 575px) {
    .tvfooter-payment-icon-img-block .tvfooter-payment-icon-wrapper {
        margin-bottom: 80px;
    }

    .tvfooter-logo-link-wrapper {
        padding: 0 15px;
    }

    .tv-footer-social-icon-wrapper {
        margin-bottom: 20px;
    }
}

/**** Footer Style End ****/

/**** Popup Start ****/
/**** add to cart, add to compare, add to wishlist, quick view, coupon popup ****/
/**** add to cart Start ****/



#blockcart-modal .modal-body .row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#blockcart-modal .divide-right {
    border-right: 1px solid #D9D9D9;
}

.tv-addtocart-image-name-wrapper {
    display: flex;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.tv-addtocart-product-image {
    text-align: center;
}

#blockcart-modal .product-image {
    border-radius: 5px;
}

#blockcart-modal .product-name {
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-top: 0;
    font-size: 18px;
}

#blockcart-modal .tv-addtocart-price {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
    color: #8C2CC9;
}

.tv-addtocart-product-name {
    padding: 0 15px;
}

#blockcart-modal .tv-addtocart-product-name span {
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #D9D9D9;
}

#blockcart-modal .cart-content {
    padding: 0 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
#blockcart-modal .cart-summary {
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    background: #F6F8F9;
    border-radius: 5px;
}
#blockcart-modal .cart-summary > p {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#blockcart-modal .cart-summary > p.cart-total {
    margin-bottom: 0;
}

.tv-addtocart-content p {
    margin-bottom: 15px;
    font-size: 18px;
}

#blockcart-modal .cart-content .cart-content-btn {
    /*! margin-top: 30px; */
    /*! display: inline-flex; */
}
#blockcart-modal .cart-content .cart-content-btn button {
    
    display: block;
    width: 100%;
    border: none;
    background: transparent;
    color: #8C2CC9;
    font-size: 18px;
    text-decoration: underline;
    text-align: center;
}

.cart-content-btn a.tvall-inner-btn {
    display: block;
    width: 100%;
    height: 56px;
    border: 1px solid #8C2CC9;
    border-radius: 3px;
    line-height: 56px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #8C2CC9;
    transition: 0.2s all; 
    margin-bottom: 15px;
}
.cart-content-btn a.tvall-inner-btn:hover {
    background: #8C2CC9;
    color: #fff;
}


#blockcart-modal .hs_paypal_btn {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    font-size: 0;
}

#blockcart-modal .cart-content .hs_paypal_btn .instantly {
    display: none;
}

.ets_crosssell_block {
    position: relative;
    margin-top: 15px;
    padding-top: 15px;
    text-align: left;
    clear: both;
    margin-left: -15px;
    margin-right: -15px;
}

#blockcart-modal .ets_crosssell_block {
    border-top: 1px solid #D9D9D9;
    /*! margin: 0; */
    /*! padding: 10px 10px 0; */
}

.layout_list>ul>li {
    /*! padding-top: 15px; */
    margin-bottom: 30px;
    position: relative;
    margin: 0 -15px 30px;
}

h4.ets_crosssell_title {
    display: flex;
    margin-bottom: 25px;
    flex-wrap: wrap;
    width: auto;
    line-height: 1.7;
    padding-bottom: 10px;
    font-size: 26px;
    padding-left: 15px;
    padding-right: 15px;
    color: #040206;
    /*! text-transform: uppercase; */
    justify-content: center;
}
#blockcart-modal h4.ets_crosssell_title {
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
}
#blockcart-modal .layout_list > ul > li {
    padding: 15px;
    margin: 0 -8px;
}
#blockcart-modal .tvproduct-wrapper {
    border: 1px solid #C9C7CC;
    display: flex;
    align-items: center;
    padding: 5px;
}
#blockcart-modal .tvproduct-image,
#blockcart-modal .tvproduct-info-box-wrapper {
    width: 55%;
}
#blockcart-modal .tvproduct-image {
    width: 45%;
    margin-right: 10px;
}
#blockcart-modal .tvproduct-wrapper.grid .tvproduct-hover-btn {
    display: none;
}
#blockcart-modal .product-miniature .product-title a h6 {
    margin-bottom: 5px;
    font-size: 14px;
    -webkit-line-clamp: 3;
    margin-top: 10px;
}
#blockcart-modal .tvproduct-wrapper .product-hover-btn > div > span:not(.dot-loading) {
    display: none;
}
#blockcart-modal .product-price-and-shipping .price {
    font-size: 16px;
}
#blockcart-modal .tvproduct-wrapper .product-hover-btn > div {
    padding: 5px;
    border-radius: 50%;
}
#blockcart-modal .tvproduct-wrapper .product-hover-btn > div svg {
    margin: 0;
}
#blockcart-modal .crosssell_product_list_wrapper.layout-slide.slick-slider {
    position: relative;
}

.ets_crosssell_block .slick-slider,
.ets_crosssell_block .slick-list {
    /*! position: static; */
}

.crosssell_product_list_wrapper.layout-slide.slick-slider {
    display: block;
    overflow: unset;
    width: 100%;
    clear: both;
}

.ets_crosssell_block .slick-arrow {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    right: auto;
    transform: translate(0, -50%);
    font-size: 28px;
    right: 55px;
    background: transparent;
    color: #040206;
    border: 1px solid rgb(201, 199, 204);
    border-radius: 100px;
    height: 32px;
    width: 32px;
    transition: 0.2s all;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    z-index: 1;
}

.ets_crosssell_block .slick-arrow.slick-next {
    right: 0;
    left: auto;
}

.ets_crosssell_block .cus-slick-next {
    right: 15px;
}

.ets_crosssell_block .slick-arrow:hover {
    background: #942cd1;
    color: #fff;
    border-color: #942cd1;
}

.ets_crosssell_block .slick-list {
    width: 100%;
}

.ets_crosssell_block .slick-track {
    float: left;
    display: flex;
    width: 100%;
}

@media(max-width: 1199px) {
    .layout_list>ul>li {
        margin: 0 -15px;
    }
}

@media(max-width: 991px) {
    h4.ets_crosssell_title {
        font-size: 22px;
    }

    .ets_crosssell_block .slick-arrow {
        /*! top: 3px; */
    }
}

@media(max-width: 767px) {
    .crosssell_product_list_wrapper.layout-slide.slick-slider {
        /*! padding: 0 15px; */
    }

    .ets_crosssell_block {
        margin: 0;
    }

    #blockcart-modal .divide-right {
        border: none;
    }
    .ets_crosssell_block .slick-arrow {
        left: -12px;
        right: auto;
    }

    .ets_crosssell_block .slick-arrow.slick-next {
        right: -12px;
        left: auto;
    }

    .tv-addtocart-image-name-wrapper {
        margin: 10px;
    }


}

@media(max-width: 575px) {
    .layout_list>ul>li {
        padding-bottom: 60px;
    }

    .ets_crosssell_block .slick-arrow {
        /*! bottom: 0; */
        /*! top: auto; */
        right: calc(50% + 7px);
    }

    .ets_crosssell_block .cus-slick-next {
        right: auto;
        left: calc(50% + 7px);
    }

    .ets_crosssell_block .tab_content {
        /*! padding: 0 15px; */
    }

    /*     .ets_crosssell_block .slick-track, */
    .crosssell_product_list_wrapper.layout-slide.slick-slider {
        /*! margin: 0 -10px; */
    }

    h4.ets_crosssell_title {
        padding: 0;
    }
    #blockcart-modal .modal-content {
        padding: 15px 10px;
    }
    #blockcart-modal .modal-header,
    #blockcart-modal .modal-body,
    .tv-addtocart-product-name,
    #blockcart-modal .cart-content {
        padding-left: 5px;
        padding-right: 5px;
    }

}

@media(max-width: 350px) {

    .tv-addtocart-product-image,
    .tv-addtocart-product-name {
        width: 100%;
    }

    .tv-addtocart-product-image {
        margin-bottom: 25px;
    }
}

/**** coupon popup Start ****/

.ets_abancart_popup_overload.ets_abancart_overload {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9000;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
}

.ets_abancart_popup_overload.ets_abancart_overload.active {
    opacity: 1;
    visibility: visible;
}

#module-supercheckout-supercheckout .ets_abancart_popup_overload.ets_abancart_overload.active {
    display: none;
}

.ets-ac-popup-body {
    text-align: center;
    overflow: auto;
    scrollbar-width: none;
    max-height: 100%;
}

.ets_abancart_width {
    max-width: 100%;
    height: 100%;
}

.ets_table {
    width: 100%;
    display: table;
    height: 100%;
    margin: 0 auto;
}

.ets_tablecell {
    display: table-cell;
    vertical-align: middle;
    padding: 30px 0;
}

.ets_abancart_container {
    background: #121121;
    width: 90%;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    padding: 0;
    color: #ccc;
}

.ets_abancart_close {
    z-index: 100;
    position: absolute;
    width: 28px;
    transform: rotate(45deg);
    height: 44px;
    right: 20px;
    font-size: 0;
    top: 10px;
    cursor: pointer;
}

.ets_abancart_close:before,
.ets_abancart_popup_overload .ets_abancart_close.thankyou-page:before {
    content: "";
    width: 22px;
    height: 2px;
    position: absolute;
    top: 21px;
    left: 3px;
}

.ets_abancart_close:after,
.ets_abancart_popup_overload .ets_abancart_close.thankyou-page:after {
    content: "";
    height: 22px;
    width: 2px;
    position: absolute;
    top: 11px;
    left: 13px;
}

.ets_abancart_wrapper {
    margin: 0;
    line-height: 1.5;
    height: 640px;
    padding-bottom: 30px;
}

.ets_abancart_popup_overload .ets_abancart_title {
    margin: 0;
    font-weight: 600;
    padding: 0 30px;
    text-align: left;
    position: relative;
    min-height: 40px;
    box-shadow: 0 15px 15px inset #463c67db;
    line-height: 60px;
}

.ets_abancart_product_list_table {
    display: block;
    width: 100%;
    position: relative;
    overflow: auto;
    padding-top: 10px;
}

.ets_abancart_product_list_table ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 5px;
    align-items: center;
    width: 100%;
    border: 1px solid #27292e;
}

.ets_abancart_product_list_table .product-info {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 5px;
}

.product_item_right {
    width: 100%;
    margin-left: 15px;
}

.ets_abancart_wrapper p {
    min-height: 1px;
    text-align: center;
    font-size: 16px;
}

.ets_abancart_popup img {
    max-width: 100%;
    height: auto;
    border-radius: 3px;
}

span.ets_abancart_box {
    display: inline-block;
    position: relative;
}

a.ets_abancart_no_thanks {
    color: #ccc;
}

a.ets_abancart_no_thanks:hover {
    color: #fff;
}

span.ets_abancart_box:before {
    content: "";
    position: absolute;
    left: 50%;
    border-top: 6px solid #333;
    border-left: 6px solid transparent !important;
    border-right: 6px solid transparent !important;
    bottom: 100%;
    margin-bottom: 3px;
    margin-left: -6px;
    opacity: 0;
    cursor: pointer;
    visibility: hidden;
}

span.ets_abancart_box:after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    margin-bottom: 9px;
    left: 50%;
    right: 0;
    background: #333;
    color: #fff;
    font-size: 12px;
    padding: 5px;
    transform: translateX(-50%);
    -wewbkit-transform: translateX(-50%);
    text-align: center;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
}

span.ets_abancart_box:hover:before,
span.ets_abancart_box:hover:after {
    opacity: 1;
    visibility: visible;
}

span.ets_abancart_box_discount {
    display: inline-block;
    position: relative;
    min-width: 120px;
    text-align: center;
    margin-left: 35px;
    margin-right: 35px;
    font-size: 16px;
    cursor: pointer;
    border: 1px dashed #942cd1;
    border-radius: 5px;
    padding: 10px 25px;
}

i.ets-ab-icon.ets-ab-icon-cut svg {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 100%;
    margin-right: 8px;
    top: 8px;
}

.ets-ab-icon.ets-ab-icon-cut path {
    fill: #942cd1;
}

#growls {
    z-index: 50000;
    position: fixed;
}

#growls.default {
    top: 10px;
    right: 10px;
}

#growls.tl {
    top: 10px;
    left: 10px;
}

#growls.tr {
    top: 10px;
    right: 10px;
}

#growls.bl {
    bottom: 10px;
    left: 10px;
}

#growls.br {
    bottom: 10px;
    right: 10px;
}

.growl {
    opacity: 0.8;
    position: relative;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
}

.growl.growl-incoming {
    opacity: 0;
}

.growl.growl-outgoing {
    opacity: 0;
}

.growl.growl-small {
    width: 200px;
    padding: 5px;
    margin: 5px;
}

.growl.growl-medium {
    width: 250px;
    padding: 10px;
    margin: 10px;
}

.growl.growl-large {
    width: 300px;
    padding: 15px;
    margin: 15px;
}

.growl.growl-default {
    color: white;
    background: #7f8c8d;
}

.growl.growl-error {
    color: white;
    background: #c0392b;
}

.growl.growl-notice {
    color: white;
    background: #942cd1;
}

.growl.growl-warning {
    color: white;
    background: #f39c12;
}

.growl .growl-close {
    cursor: pointer;
    float: right;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    font-family: helvetica, verdana, sans-serif;
}

.growl .growl-title {
    font-size: 18px;
    line-height: 24px;
}

.growl .growl-message {
    font-size: 14px;
    line-height: 18px;
}

/**** other popup start ****/

.alert {
    margin-bottom: 30px;
    display: block;
}
.alert ul {
    padding: 15px 25px;
    margin: 0 auto;
    display: block;
    width: 1200px;
    max-width: 100%;
    border: 1px solid #EBEBEB;
    border-radius: 3px;
    font-size: 13px;
}
.page-contact .alert ul {
    width: 1210px;
}
.page-contact .alert ul li svg {
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
}




.alert-success ul {
    background-color: #EBF8F2;
    border-color: #A7E1C4;
    color: #0AC000;
}

.help-block {
    margin-top: 10px
}

.alert-danger ul {
    background-color: #FEF0EF;
    border-color: #FABEB9;
    color: #F04134;
}

/**** Popup Mobile Start ****/
/**** Popup End ****/

/**** other Style Start ****/
.faceted-overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(25, 25, 25, 0.5);
    z-index: 100
}

.faceted-overlay .overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

.faceted-overlay .overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.faceted-overlay .spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid
}

@keyframes spin {
    100% {
        transform: rotate(360deg)
    }
}

.full-wrapper-backdrop {
    background-color: #cccccc29;
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    background: rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

body.mobile-menu-open .full-wrapper-backdrop,
body.classicCartOpen .full-wrapper-backdrop {
    opacity: 1;
    visibility: visible;
}

.amegamenu_mobile-open,
.sb-open {
    overflow: hidden;
}

.modal-backdrop.fade {
    opacity: 0;
    transition: all .7s ease .1s
}

.modal-backdrop.in {
    opacity: 0.5;
    transition: all .7s ease .1s
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 110;
    background-color: #cccccc29;
    transition: all .7s ease .1s
}


.modal,
.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: scroll;
    background: #0000001A;
    backdrop-filter: blur(10px);
}

.modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 1140px;
    width: calc(100% - 30px);
    display: block;
    margin: 80px auto;
    transition: transform .2s ease-out;
    transform: translate(0, 0);
}
#signInModal .modal-dialog {
    max-width: 650px;
}

.modal-content {
    width: 100%;
    position: relative;
    background-color: #fff;
    padding: 15px;
    height: 100vh;
    overflow-y: hidden;
    height: 100%;
    border-radius: 10px;
}


@media (max-width: 767px) {
    .modal-dialog {
        width: 100%;
        bottom: 0;
        top: 100px;
        margin: 0;
    }
    .modal-content {
        border-radius: 10px 10px 0 0; 
        padding: 15px 0;
    }
    .modal-body .row {
        justify-content: center;
    }
    #product-modal .modal-dialog {
        top: 0;
    }
    #product-modal .modal-content {
        border-radius: 0;
    }
}

/***quick view start***/

.quickview .modal-dialog {
    width: calc(100% - 30px);
    max-width: 1024px;
}

.quickview .modal-content {
    max-width: 100%;
    background: #121121;
    border: 1px solid rgba(0, 0, 0, 0.07);
    min-height: 455px;
    border-radius: 10px;
    padding: 40px;
    border: 1px solid rgb(39, 41, 46);
    max-height: 90vh;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
}

.tvmodel-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    opacity: 1;
    z-index: 10;
    border: none;
    background: transparent;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 0;
}

.tvmodel-close svg {
    width: 24px;
    height: 24px;
}

.tvmodel-close span {
    color: #fff;
    font-size: 35px;
    height: 100%;
    width: 100%;
}

.modal-body {
    height: calc(100% - 60px);
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
    padding: 15px;
}
#product-modal .modal-body {
    padding: 15px 0;
}

.modal-body .img-item {
    margin-bottom: 15px;
}
.modal-title {
    margin: 0;
    display: flex;
    justify-content: left;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
}

.modal-title svg {
    margin-right: 15px;
}
.modal-close {
    opacity: 1;
    background: transparent;
    border: none;
    height: 30px;
    width: 30px;
    padding: 0;
}


/**** Hismith product-images-modal Start ****/
.js-product-images-modal {
    /*     background: #F8F8F8; */
}

.modal-header {
    padding: 0 15px 15px;
    border-bottom: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-header h3 {
    margin: 0;
    font-size: 20px;
}

/**** Hismith product-images-modal End ****/

.quickview .modal-body {
    padding: 15px;
    max-height: 775px;
    /*overflow-x: auto;*/
}

.quickview .images-container {
    display: flex;
    flex-wrap: wrap;
    min-height: 350px;
}

.tvproduct-image-slider {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
}

.tvproduct-image-slider img {
    border-radius: 3px;
}

.quickview .product-cover img {
    width: 100%;
    height: 100%
}

.product-3 .images-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 100px;
}

.product-3 .tvvertical-slider {
    padding: 10px;
    max-width: 100%;
    position: absolute;
    bottom: 0;
}

.tvcmsVerticalSlider {
    vertical-align: middle;
    /*! margin: 4px 0 7px 0; */
    text-align: center;
    padding: 5px;
    aspect-ratio: 1;
}

.tvvertical-slider img.thumb {
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
}

.tvquickview-main-title {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 15px 0;
}

.quickview .tvall-product-star-icon {
    padding-bottom: 15px;
    display: flex;
    align-items: center;
}

.quickview .star_content {
    margin-right: 10px;
}

.quickview .tvall-product-star-icon .tvall-product-review {
    display: block;
    color: #ccc;
    font-size: 12px;
    text-transform: uppercase;
}

.quickview .product-prices {
    margin: 0 0 15px 0;
}

.tvproduct-tax-label {
    /*! margin-left: 10px; */
    /*! font-size: 13px; */
    /*! text-transform: uppercase; */
    /*! font-weight: 400; */
}

#product-description-short li {
    margin-bottom: 10px;
}

#product-description-short li::before {
    content: "✤ ";
    color: #942cd1;
}

.product-variants>.product-variants-item {
    margin: 0 0 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.product-variants>.product-variants-item.theme-built-in {
    flex-wrap: wrap;
}

.product-actions .control-label {
    margin: 0 0 20px;
    line-height: 24px;
    /*! text-transform: uppercase; */
    font-size: 13px;
    flex-shrink: 0;
    width: 100%;
    font-size: 26px;
    font-weight: 700;
}

.input-container {
    position: relative;
}

.product-variants>.product-variants-item.theme-built-in ul li {
    margin: 0 15px 5px 0;
    padding-bottom: 0;
}

.product-variants>.product-variants-item label {
    margin: 0
}

.input-color {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 20px;
    width: 20px
}

.input-radio {
    position: absolute;
    top: 0;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.product-actions .input-container label span {
    border-radius: 3px;
    color: #040206;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: 400;
    min-width: 33px;
    min-height: 33px;
    line-height: 21px;
    padding: 8px 14px 6px;
    cursor: pointer;
    border: 1px solid #E5E7EB;
    transition: 0.3s all;
    text-align: center;
}

.color-div {
    padding: 10px;
    border: 2px solid transparent;
    border-radius: 100%;
    transition: 0.2s all;
}

.product-variants>.product-variants-item label input[checked="checked"]:checked+.color-div,
.color-div:hover {
    border-color: #8C2CC9;
}

.product-variants>.product-variants-item .color {
    border-radius: 100%;
    box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
    border: unset;
    width: 50px;
    height: 50px;
}

.product-actions .input-container label .sr-only {
    display: none;
}

.product-variants>.product-variants-item .color i {
    font-size: 18px;
    font-weight: bold;
    opacity: 0;
    transition: all .3s ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.product-variants>.product-variants-item label input[checked="checked"]:checked+span {
    border-color: #8C2CC9;
}

.product-variants>.product-variants-item label:hover span {
    border-color: #8C2CC9;
}

.product-variants-item label input[checked=checked]:checked+span i {
    opacity: 1;
}

.product-quantity {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.tvfooter-product-sticky-bottom .product-actions .product-add-to-cart .control-label {
    display: none;
}

.product-quantity #quantity_wanted {
    color: #040206;
    background-color: transparent;
    height: 38px;
    width: 36px;
    margin-right: 5px;
    border: 1px solid #555;
    text-align: center;
    padding: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: unset;
    font-size: 16px;
}

.bootstrap-touchspin .input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    display: table-cell;
    color: #ccc;
    width: auto;
    width: 120px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    border: 1px solid #E5E7EB;
    padding: 5px;
    border-radius: 3px;
}

.product-quantity .input-group-btn-vertical .btn {
    margin-right: 5px;
    border: 1px solid #555;
    float: right;
    height: 26px;
    width: 26px;
    line-height: unset;
    color: #ccc;
    border-radius: 3px;
    background: transparent;
    padding: 0px 0px;
    text-align: center;
    border: unset;
}

.product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-up {
    margin-right: 0;
}

.product-quantity .input-group-btn-vertical .btn i {
    content: '\e15b';
    font-size: 20px;
    color: #000;
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
    content: '\e15b';
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {
    content: '\e145';
}

.tvcart-btn-model {
    /*! text-align: left; */
    /*! display: flex; */
    /*! flex-wrap: wrap; */
    /*! justify-content: space-between; */
    /*! float: left; */
    margin-right: 20px;
    margin-bottom: 20px;
}

#product .tvfooter-product-sticky-bottom .btn-expresspp {
    margin-bottom: 0;
    width: 180px;
    display: inline-block;
}

#product .tvfooter-product-sticky-bottom.sticky .tvcart-btn-model {
    margin-bottom: 0;
    width: 180px;
    display: inline-block;
    margin-right: 15px;
}

#product .tvfooter-product-sticky-bottom.sticky .tvcart-btn-model button {
    font-size: 18px;
}

#product .tvfooter-product-sticky-bottom.sticky .tvcart-btn-model button svg {
    display: none;
}

.product-add-to-cart .add-to-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 180px;
    border-radius: 3px;
    height: 56px;
}

.product-add-to-cart .pro-action-field .add-to-cart {
    width: 100%;
    background: transparent;
    border: 1px solid #8C2CC9;
    color: #8C2CC9;
    border-radius: 5px;
    transition: 0.2s all;
    font-size: 26px;
}

.product-add-to-cart .pro-action-field .add-to-cart.loading-wake  {
    cursor: wait;
}

.atc-title {
    position: relative;
}

.product-information .product-add-to-cart .pro-action-field .add-to-cart .atc-title .dot-loading {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(calc(100% + 10px), -40%);
}

.product-add-to-cart .pro-action-field .add-to-cart svg {
    margin-right: 5px;
    padding-bottom: 2px;
    width: 35px;
    height: 35px;
}

.product-add-to-cart .pro-action-field .add-to-cart:hover {
    background: #8C2CC9;
    color: #fff;
}

.product-add-to-cart .pro-action-field .add-to-cart:hover path {
    fill: #fff;
}

.pro-action-field {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0 30px;
}

#product .pro-action-field>div {
    margin: 0 0 20px;
}

.pp-checkout-btn:hover>span {
    background: rgb(255, 196, 57);
}

.btn-expresspp:hover span path {
    /*     fill: rgb(0,156,222);; */
}

.product-add-to-cart .add-to-cart i {
    font-size: 24px;
    margin-right: 10px;
}

.price-wish-div {
    position: relative;
}

.tvproduct-wishlist-compare {
    position: absolute;
    top: 15px;
    right: 0;

}

.tvproduct-wishlist-compare .tvcompare-wrapper,
.tvproduct-wishlist-compare .tvproduct-wishlist {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.tvproduct-wishlist-compare .tvcompare-wrapper .tvcmsproduct-compare-wrapper-icon,
.tvproduct-wishlist-compare .tvproduct-wishlist .tvproduct-wishlist-wrapper-icon {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 50px;
    margin-right: 0;
    /*! background-color: #333; */
    border-radius: 25px;
    font-size: 21px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

.tvproduct-wishlist-compare .tvcompare-wrapper .tvcmsproduct-compare-wrapper-icon>div {
    /*! padding: 10px; */
}

.tvproduct-wishlist-compare .tvcompare-wrapper .tvcmsproduct-compare-wrapper-icon>div:has(svg.hide) {
    display: none;
}

.tvproduct-wishlist-compare .tvcompare-wrapper svg {
    display: block;
}

.tvproduct-wishlist-compare .tvcompare-wrapper .hide {
    display: none;
}

.tvproduct-wishlist-compare iframe {
    padding: 10px 15px 0;
    height: 37px !important;
    background: #E7F8FF !important;
    border-radius: 3px;
    margin-top: 15px;
}

.product-information .product-add-to-cart .pro-action-field .add-to-cart svg {
    display: none;
}

.dot-loading {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 40px;
}

.add-to-cart.loading-wake  .dot-loading,
.add-to-cart[disabled]  .dot-loading {
    display: flex;
}

.dot-loading span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #8C2CC9;
    animation: dotPulse 1s infinite ease-in-out;
}
.tvall-product-wrapper-info-box .dot-loading span {
    background: #000;
}
.tvall-product-wrapper-info-box .dot-loading {
    justify-content: right;
}

.product-add-to-cart .add-to-cart:hover .dot-loading span {
    background: #fff
}

.dot-loading span:nth-child(2) {
    animation-delay: 0.15s;
}

.dot-loading span:nth-child(3) {
    animation-delay: 0.3s;
}

@keyframes dotPulse {

    0%,
    80%,
    100% {
        transform: scale(0.5);
        opacity: 0.4;
    }

    40% {
        transform: scale(1.3);
        opacity: 1;
    }
}

@media(min-width: 768px) {
    .product-3 .tvvertical-slider {
        max-width: 470px;
    }
}

@media(max-width: 991px) and (min-width: 768px) {
    .tvproduct-image-slider {
        margin: auto;
        display: block;
        max-width: 100%;
    }
}

@media(max-width: 767px) {
    .quickview .images-container {
        display: block
    }
}

@media(max-width: 575px) {
    .quickview .modal-content {
        padding: 15px;
    }

    .color-div {
        padding: 6px;
    }

    .product-variants>.product-variants-item .color {
        width: 30px;
        height: 30px;
    }

    .product-actions .control-label {
        font-size: 20px;
    }
}

@media(max-width: 413px) {
    .tvproduct-wishlist-compare iframe {
        height: 48px !important;
    }
}

/***quick view end***/
/***wishlist and compare popup start***/

.tvwishlist-popup {
    right: 0;
    padding: 15px;
    border: 1px solid #fff;
    z-index: 999;
    margin: 20px;
    position: fixed;
    width: 300px;
    text-align: center;
    display: none;
    border-radius: 10px;
    background: #fff;
}
.tvwishlist-popup .popup-body {
    display: flex;
    align-items: center;
}
.tvwishlist-popup .popup-body svg:first-child {
    position: absolute;
    top: 5px;
    right: 5px;
}
.tvwishlist-popup .popup-body svg:nth-child(2) {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    margin-right: 15px;
}


.tvwishlist-popup.success {
    border: 1px solid #00A854;
    box-shadow: -2px 0 2px #00A854;
}

.tvwishlist-popup.warning {
    border: 1px solid #F56A00;
    box-shadow: -2px 0 2px #F56A00;
}

.tvwishlist-popup.error {
    border: 1px solid #F04134;
    box-shadow: -2px 0 2px #F04134;
}
/* 
.tvwishlist-popup.warning i {
    color: #F56A00;
}

.tvwishlist-popup.success i {
    color: green;
}

.tvwishlist-popup.error i {
    color: red;
} */

.tvwishlist-popup p {
    padding: 0px;
    margin: 0 5px;
}

/***wishlist popup end***/

.quickview .has-discount .discount,
.tvproduct-page-wrapper .has-discount .discount {
    display: none;
}

/**** other Style End ****/

/**** Contactus page start ****/
.contact-title {
    margin-bottom: 30px;
    border-bottom: 1px solid #D9D9D9;
    text-align: center;
}
.contact-title p {
    color: #99969B;
}
.contact-form .form-fields .row {
    display: flex;
    flex-wrap: wrap;
}
.contact-form .form-fields .row.form-group {
    margin-bottom: 30px;
}
.contact-form .form-fields .form-footer {
    margin-top: 30px;
}

.contact-form .form-control-label {
    margin-bottom: 12px;
    color: #040206;
}

.contact-form .hismith-grey-btn {
    margin: 0;
    padding: 8.5px 16px 8px;
    border-left: none;
}

.tvcontact-area-text {
    min-height: 230px;
}
.contact-form {
    padding: 30px 0 50px;
    min-height: 440px;
}
.contact-form .hismith-btn {
    width: 125px;
    height: 44px;
    border-radius: 3px;
    background: #040206;
}
.contact-form .hismith-btn:hover {
    background: #8C2CC9;
}
/**** Contactus page Mobile start ****/


img.tvproduct-defult-img,
.product-images .tvcmsVerticalSlider picture img {
    width: 100%;
    aspect-ratio: 1;
}

/**** other Style End ****/

/**** Porduct Compare Page start ****/

#product_comparison,
#no_product_comparison {
    display: none;
}

#product_comparison.active,
#no_product_comparison.active {
    display: block;
}
#no_product_comparison.active .tvno-compare-product-dec {
    display: block;
    min-height: 300px;
    text-align: center;
    padding-top: 100px;
    font-size: 20px;
}

#product_comparison {
    padding: 0;
    margin: 0;
    border: none;
    line-height: 1.5;
}

#module-tvcmsproductcompare-productcomparelist .tvcompare_extra_information {
    width: 11%;
}
table .feature_key, table .feature-name, 
#module-tvcmsproductcompare-productcomparelist .tvcompare_extra_information {
  border-left: none;
}

table .feature_key,
table .feature-name,
#module-tvcmsproductcompare-productcomparelist .tvcompare_extra_information {
    position: sticky;
    z-index: 96;
    left: 0;
    width: 200px;
    font-weight: 700;
    text-align: left;
    background-color: #fff;
    min-width: 150px;
}
.tvcompare_extra_information span {
    font-size: 20px;
    font-weight: 600;
}
#product_comparison tbody tr:first-child td {
    background: #fff;
    padding-bottom: 0;
    position: relative;
}
#product_comparison tbody tr:first-child td.tvcompare_extra_information {
    position: sticky;
    left: 0;
    top: unset;
}
.tvcmscomparison {
    width: 25%;
    /*! position: sticky; */
    top: 0;
    z-index: 95;
    background: #fff;
}

#product_comparison .tvcmsproduct-compare-list {
    background-color: transparent;
    border: none;
    cursor: pointer;
    height: 32px;
    width: 32px;
    padding: 0;
    position: absolute;
    top: 12px;
    right: 15px;
}
#product_comparison .tvcmscomparison .tvproduct-name {
    text-align: left;
}
#product_comparison .thumbnail-container {
    margin-bottom: 15px;
    text-align: center;
}
#product_comparison .product-price-and-shipping .price {
    color: #8C2CC9;
    font-size: 24px;
}
#product_comparison .thumbnail-container img {
    width: 300px;
    max-width: 300px;
}
#product_comparison .product-add-to-cart button.tvall-inner-btn {
    width: 160px;
    background: #040206;
    border: 1px solid #040206;
    color: #fff;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    transition: 0.2s all;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
#product_comparison .product-add-to-cart button.tvall-inner-btn > svg {
    margin: 1px 0 0 5px;
}
#product_comparison .product-add-to-cart button.tvall-inner-btn:hover {
    background: transparent;
    color: #040206;
}
#product_comparison .product-add-to-cart button.tvall-inner-btn:hover path {
    fill: #040206;
}

@media(max-width: 767px) {
    #product_comparison .tvcmsproduct-compare-list {
        position: absolute;
        top: 5px;
        right: 5px;
    }
    #product_comparison .thumbnail-container img {
        width: 180px;
        max-width: 180px;
    }
    #product_comparison .tvcmscomparison .tvproduct-name .product-title a h6 {
        -webkit-line-clamp: 2;
        font-size: 16px;
        min-height: 48px;
    }
}

@media(max-width: 575px) {
    #product_comparison {
        font-size: 14px;
    }

    #product_comparison .thumbnail-container img {
        width: 150px;
        max-width: 150px;
    }

    .tvcompare_extra_information span {
        font-size: 16px;
    }
    #product_comparison .product-add-to-cart button.tvall-inner-btn {
        width: 130px;
        font-size: 16px; 
    }
    #product_comparison .product-add-to-cart button.tvall-inner-btn > svg {
        width: 20px;
        height: 20px;
        margin-top: 0;
    }
}


/**** Porduct Compare Page Mobile start ****/
/**** Porduct Compare Page End ****/

/**** Hismith new style start ****/
.tvcmsmobile-top-wrapper {
    display: none;
}

.tvmain-slider-contant-right .tvmain-slider-contant {
    position: absolute;
    top: 50%;
    right: 5%;
    left: 60%;
    transform: translateY(-50%);
    color: #fff;
}

.tvmain-slider-contant-left .tvmain-slider-contant {
    position: absolute;
    top: 50%;
    left: 5%;
    right: 60%;
    transform: translateY(-50%);
    color: #fff;
}

.tvmain-slider-info {
    text-align: center;
}

.tvmain-slider-info h3 {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 20px;
}

.tvmain-slider-info .lube_launcher_title {
    background: linear-gradient(-180deg, #EC2AF5 0%, #480A57 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.tvmain-slider-info .h_premium_title {
    background: linear-gradient(-90deg, #FE7200 0%, #F98AE2 40%, #F832FF 50%, #F98BE2 60%, #14B9F8 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.tvmain-slider-info p {
    font-size: 24px;
    line-height: 1.4;
    margin: 0;
}
#module-airwallex-payment .tv-left-layout,
#module-airwallex-confirmation .tv-left-layout,
#order-confirmation .tv-left-layout {
    padding: 50px 0;
}
#module-airwallex-payment .tv-left-layout {
    background: #F5F5F7;
    padding: 50px 0;
}
.airwallex-wrapper > h2,
.airwallex-wrapper > p {
    text-align: center;
    
}
.airwallex-wrapper .success-title > *{
    vertical-align: middle;
    margin-right: 10px;
}
.airwallex-wrapper #hpp {
    width: 800px;
    max-width: 100%;
    padding: 15px;
    margin: 30px auto 0;
    width: 1200px;
/*     padding: 30px; */
    background: #fff;
/*     min-height: 586px;
    display: none; */
}
/* .airwallex-wrapper #hpp:has(iframe) {
    display: block;
} */
.airwallex-wrapper #hpp iframe {
    max-width: 800px;
    margin: 30px auto;
    
}
.confirmation-content {
    width: 1100px;
    margin: 0 auto;
    max-width: 100%;
}
.confirmation-content > h2 {
    text-align: center;
    margin-bottom: 25px;
}
.confirmation-content > p {
    color: #99969B;
}
.order-detail-content {
    padding: 50px 15px 20px;
    background: #F6F8F9;
    border-radius: 5px;
    margin-bottom: 30px;
}
.order-detail-content .order-detail-lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    margin: 0 -15px;
}
.order-detail-content .order-detail-lists li {
    border-right: 1px solid #E5E7EB;
    padding: 0 15px;
    margin-bottom: 30px;
    display: flex;
    align-items: start;
}
.order-detail-content .order-detail-lists li:last-child {
    border-right: none;
}
.order-detail-content .order-detail-lists li svg {
    margin-right: 10px;
    flex-shrink: 0;
}
.order-detail-key {
    color: #99969B;
    margin-bottom: 5px;
}
.order-address-content {
    padding: 30px 15px 0;
    border: 2px dashed #C9C7CC;
    margin-bottom: 50px;
}
.order-address-lists li {
    padding: 0 45px;
    margin-bottom: 30px;
}
.order-address-content .address-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.order-address-content .address-content {
    color: #99969B;
}

@media (min-width: 576px) {
    .order-address-lists li:first-child {
        border-right: 1px solid #E5E7EB;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .tvmain-slider-info h3 {
        font-size: 36px;
    }

    .tvmain-slider-info p {
        font-size: 18px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .tvmain-slider-info h3 {
        font-size: 24px;
    }

    .tvmain-slider-info p {
        font-size: 14px;
    }
}
@media (max-width: 1199px){
    .order-detail-content .order-detail-lists li:nth-child(2) {
        border-right: none;
    }
}
@media (max-width: 991px) {
    .tvmobile-sliderbar-btn svg,
    .tvheader-search-display-icon svg,
    .tv-account-wrapper .tv-myaccount-btn svg,
    .tvheader-compare .account-icon svg,
    .tvcart-icon-text-wrapper svg {
        width: 30px;
        height: 30px;
        vertical-align: middle;
    }
}

@media (max-width: 767px) {

    .tvmain-slider-contant-left .tvmain-slider-contant,
    .tvmain-slider-contant-right .tvmain-slider-contant {
        position: absolute;
        top: 10%;
        left: 10%;
        right: 10%;
        transform: unset;
        color: #fff;
    }
    .order-address-lists li {
        padding: 0 15px;
    }
}

@media (max-width: 575px) {


    .tvmain-slider-info p {
        display: none;
    }

    .tvmain-slider-info h3 {
        font-size: 36px;
    }
    #module-airwallex-payment .airwallex-wrapper #hpp {
        padding: 15px;

    }
    .order-detail-content {
        padding: 30px 15px 0;
    }
    .order-detail-content .order-detail-lists li {
        flex-wrap: wrap;
        justify-content: center;
        font-size: 14px;
    }
    .order-detail-inner {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
}
@media (max-width: 399px) {
    .order-detail-content .order-detail-lists li {
        width: 100%;
        border-right: none;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #E5E7EB;
    }
    .order-detail-content .order-detail-lists li:last-child {
        border-bottom: none;
    }
}

/**** Hismith new style End ****/


/**** Hismith multiAccessories Start ****/
#multiAccessoriesTab h3 {
    font-size: 26px;
    margin-bottom: 20px;
}

#multiAccessoriesTab h4 {
    font-size: 18px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    cursor: pointer;
}

.hsma_block_content {
    padding: 0 30px;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    margin-bottom: 30px;
}

.option-row {
    padding: 30px 0;
    border-bottom: 1px solid #E5E7EB;
}

.option-row:last-child {
    border: none;
}

.option-row h4 i {
    /*! font-size: 0; */
    /*! display: none; */
    width: 36px;
    height: 36px;
    line-height: 26px;
    text-align: center;
    border: 4px solid #0000001A;
    border-radius: 100%;
    background: #000;
    color: #fff;
    font-size: 20px;
    font-style: unset;
    font-weight: 400;
    background-clip: padding-box;
}

.option-row h4 svg {
    transition: 0.2s all;
}

.option-row h4 i.remove+svg {
    transform: rotateX(180deg);
}

.content_group {
    width: 100% !important;
    margin-top: 20px;
    /*! min-width: 375px; */
}

.custom-tbody {
    margin: 0 -10px 20px;
}

.product-add-to-cart>i.add {
    display: none;
}

.product-ma-next-pre-btn {
    text-align: right;
}

.product-ma-next-pre-btn>div {
    display: inline-block;
}

.custom-tbody .slick-slide {
    padding: 0 5px;
}

.custom-tr {
    padding: 0;
}

.custom-tr-div {
    padding: 15px;
    /*! border: 1px solid #E5E7EB; */
    border-radius: 10px;
    position: relative;
}

.custom-tr .select_box input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: transparent;
}

.block_accessory_name {
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    min-height: 36px;
    position: relative;
    z-index: 1;
}

.accessory_price {
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

.hsma-js-qv-product-cover {
    aspect-ratio: 1;
}

.ma_block_qty.hide,
.hs_multi_accessories_add_to_cart,
.custom-td .custom-selector,
.custom-td .product-combination {
    display: none;
}

.accessories_table_price,
.bg-grey {
    padding: 20px 30px;
    background: #F6F8F9;
    border-radius: 5px 5px 0 0;
}

.bg-grey {
    border-radius: 0 0 5px 5px;
}

.accessories_table_price_content {
    color: #99969B;
    font-size: 18px;
    width: 100%;
    /*! margin-bottom: 50px; */
}

.accessories_table_price_content .ma_accessory_name {
    text-decoration: none;
    padding-right: 30px;
}

.left-column,
.right-column {
    vertical-align: top;
    line-height: 1.5;
}

.accessories_table_price_content tr td:last-child {
    text-align: right;
}

.accessories_table_price_content tr:last-child {
    border-top: 1px solid #E5E7EB;
    border-bottom: 1px solid #E5E7EB;
}

.accessories_table_price_content tr td {
    padding: 10px 0;
    width: unset;
    max-width: unset;
    min-width: unset;
}

.accessories_table_price_content tr:last-child td {
    padding: 20px 0;
    font-size: 24px;
    color: #8C2CC9;
    font-weight: 700;
}

.accessories_table_price_content tr:nth-last-child(2) td {
    padding-bottom: 30px;
}


@media(max-width: 575px) {
    #group_accessories {
        margin: 0 -20px 30px;
        padding: 45px 20px 10px;
        background: #F5F5F7;
    }

    #multiAccessoriesTab h3 {
        font-size: 20px;
    }

    .hsma_block_content {
        padding: 0;
        border: none;
    }

    .option-row {
        border: none;
        margin-bottom: 15px;
        background: #FFFFFF;
        border-radius: 3px;
        padding: 10px 15px;
    }

    .content_group {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9;
        margin-top: 0;
        background: #00000080;
    }

    .accessorygroup {
        background: #fff;
        padding: 30px 20px 40px;
        border-radius: 10px;
        height: calc(100% - 200px);
        margin-top: 100px;
        overflow-y: hidden;
    }

    .product-ma-next-pre-btn {
        display: none;
    }

    .accessorygroup h5 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }


    .custom-tbody {
        height: calc(100% - 45px);
        overflow-y: scroll;
    }

    .accessories_table_price,
    .bg-grey {
        padding: 15px;
        background: #F6F8F9;
        border-radius: 5px 5px 0 0;
    }

    .bg-grey {
        border-radius: 0;
    }
    body.ma-model-open,
    body.mobile-menu-open,
    body.classicCartOpen {
        height: 100vh;
        overflow: hidden;
    }
    .custom-tr {
        padding: 10px;
    }
    .custom-tr .select_box input:checked {
        border-color: #040206;
    }
    .hsma_block_content input:before {
        content: "\E5CA";
        font-family: 'Material Icons';
        display: block;
        height: 20px;
        width: 20px;
        position: absolute;
        top: -1px;
        right: -1px;
        background: #040206;
        color: #fff;
        font-weight: 700;
        font-size: 16px;
        text-align: center;
        border-radius: 0 5px 0 5px;
        opacity: 0;
        transition: 0.2s all;
    }
    .hsma_block_content input:checked::before {
        opacity: 1;
    }
    .hsma_block_content input:checked::after {
        display: none;
    }

}

/**** Hismith multiAccessories End ****/

#product-modal {
    touch-action: pan-y;
}

#product-modal .modal-dialog {
    transform: translate3d(0, 0, 0);
    will-change: transform;
}

#product-modal.swipe-dragging .modal-dialog {
    transition: none !important;
}

#product-modal.swipe-returning .modal-dialog {
    transition: transform 0.25s ease;
}

#product-modal.swipe-closing .modal-dialog {
    transition: transform 0.22s ease, opacity 0.22s ease;
}

#product-modal .img-item {
    overflow: hidden;
    touch-action: pan-y;
}

#product-modal .img-item.is-zoomed {
    touch-action: none;
}

#product-modal .img-item img {
    transform: translate3d(0, 0, 0) scale(1);
    transform-origin: center center;
    transition: transform 0.25s ease;
    will-change: transform;
    cursor: zoom-in;
}

#product-modal .img-item.is-zoomed img {
    cursor: grab;
}

#product-modal .img-item.is-dragging img {
    transition: none;
    cursor: grabbing;
}