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

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    scroll-padding-top: 100px;
}
body {
    font-family: Arial, Open Sans, verdana, Helvetica, sans-serif;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #c9c7cc;
    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: #343434 transparent;
}
::selection {
    color: #fff;
    background-color: #942cd1;
}
: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: 14px;
}
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: #942cd1;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}
dt {
    font-weight: 700
}
dd {
    margin-bottom: .5rem;
    margin-left: 0
}
blockquote {
    margin: 0 0 1rem
}
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 1rem
}
[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: .75rem;
    padding-bottom: .75rem;
    color: #7a7a7a;
    caption-side: bottom
}
caption,
th {
    text-align: left
}
label {
    margin-bottom: 16px;
}
label.required:after {
    content: "*";
    color: #f00;
    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: .5rem;
    font-size: 1.5rem;
    line-height: inherit
}
input[type=search] {
    -webkit-appearance: none
}
output {
    display: inline-block
}
[hidden] {
    display: none !important
}
path {
    fill: #fff;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    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: .2rem .4rem;
    font-size: 90%
}
kbd {
    color: #fff;
    background-color: #ccc;
    border-radius: .2rem
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}
pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    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: 1300px;
    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
    }
}
    /****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: 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: .5rem 1.25rem;
    transition: 0.2s all;
}
.btn-primary .material-icons,
.btn-secondary .material-icons,
.btn-tertiary .material-icons {
    margin-right: .625rem
}
.disabled .material-icons {
    cursor: not-allowed;
}
.btn-tertiary {
    background-color: #ddd;
    color: #ccc;
    padding: 8px;
    margin: .25rem 0;
    font-weight: 400;
    font-size: .875rem
}
.btn-tertiary .material-icons {
    font-size: 1rem
}
.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: #4cbb6c;
    border-color: #4cbb6c
}
.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: #4cbb6c;
    border-color: #4cbb6c
}
.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: #ff4c4c;
    border-color: #ff4c4c
}
.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: #ff4c4c;
    border-color: #ff4c4c
}
.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: #4cbb6c;
    background-image: none;
    background-color: transparent;
    border-color: #4cbb6c
}
.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: #4cbb6c;
    border-color: #4cbb6c
}
.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: #ff4c4c;
    background-image: none;
    background-color: transparent;
    border-color: #ff4c4c
}
.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: #ff4c4c;
    border-color: #ff4c4c
}
.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: .75rem 1.5rem;
    font-size: .9375rem;
    border-radius: .3rem
}
.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}
.btn-block {
    display: block;
    width: 100%
}
.btn-block+.btn-block {
    margin-top: .5rem
}
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: 10rem;
    font-size: 1rem;
    text-align: left;
    list-style: none;
}
.dropdown-divider {
    height: 1px;
    margin: .5rem 0;
    overflow: hidden;
    background-color: #e5e5e5
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    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: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    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: .125rem
}
.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: -.5rem
}
.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: .5rem
}
.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: .75rem;
    padding-left: .75rem
}
.btn+.dropdown-toggle-split:after {
    margin-left: 0
}
.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}
.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem
}
.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: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    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: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}
.input-group-addon.form-control-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: .75rem 1.5rem;
    font-size: .9375rem;
    border-radius: .3rem
}
.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: 1rem
}
.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: #c9c7cc;
    border: 1px solid rgb(62, 62, 68);
    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: rgba(0, 0, 0, .25);
    outline: none;
}
.form-control::-webkit-input-placeholder {
    color: #999;
    opacity: 1
}
.form-control:-ms-input-placeholder {
    color: #999;
    opacity: 1
}
.form-control::placeholder {
    color: #999;
    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: #c9c7cc;
    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;
}
.tvfooter-product-sticky-bottom .pro-action-field {
    flex-wrap: nowrap;
}
.pp-checkout-btn {
  /*! margin: 0 0 15px 0; */
}
.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: 2.5em;
    height: 2em;
    padding: .5rem .75rem;
    font-size: .9375rem;
    line-height: 1;
    background-size: 24px 24px;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}
#wrapper {
    padding-top: 30px;
    position: relative;
    margin-bottom: 40px;
}

.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-dots.disabled,
.owl-carousel .owl-nav.disabled,
.post_thumbnail .owl-nav.disabled {
    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: #888 none no-repeat scroll 0 0;
    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: #b01e21;
    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: linear-gradient(to bottom right, #7d24ff, #942cd1);
    color: #fff;
    font-size: 18px;
    border-radius: 3px;
    border: none;
    box-shadow: none;
}
.hismith-btn:hover {
    background: linear-gradient(to bottom right, #942cd1, #7d24ff);
}
.hismith-grey-btn {
  padding: 8px 16px;
  background: #21212d;
  color: #c9c7cc;
  border-radius: 3px;
  border: 1px solid #21212d;
  vertical-align: middle;
  transition: 0.2s all;
  font-size: 16px;
  text-align: center;
}
.hismith-grey-btn:hover {
  color: #fff;
}
.tvcmsprev-btn,
.tvcmsnext-btn {
  position: absolute;
  height: auto;
  width: auto;
  transform: translate(0, -50%);
  z-index: 1;
  text-align: center;
  cursor: pointer;
  bottom: 20%;
}
.tvcmsprev-btn {
  left: 200px;
  right: auto;
}
.tvcmsnext-btn {
  right: 200px;
  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;
}
.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;
    border-top-left-radius: 15px;
    position: relative;
    border-top-right-radius: 15px;
    background: linear-gradient(to right, #0d091d, #191330, #0d091d);
}
.main-text img {
    border-radius: 3px;
}
#category-description a,
.main-text a {
    text-underline-offset: 2px;
    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;
}
@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: 5px 0;
    margin-bottom: 0;
    background: #292929;
    border-radius: 0;
    border: #eee;
    color: #ccc;
    font-weight: 600;
    cursor: pointer;
    border-radius: 0 0 5px 5px;
    transition: 0.2s all;
}
.cat-toggle-link:hover {
    background-color: #942cd1;
    color: #fff;
}
.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: 10;
    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:after,
.popover.popover-top:after {
    bottom: -6px;
    margin-left: -7px;
    border-top-color: #222;
}
.popover>div {
    position: relative;
}
.popover-title {
    margin: 0;
    border-radius: .2375rem .2375rem 0 0;
    background-color: #222;
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 400;
    border: none;
}
.popover .popover-content {
    position: absolute;
    z-index: 10;
    font-size: .75rem;
    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 #ccc;
    height: 17px;
    width: 17px;
    line-height: 1;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
}
.custom-checkbox span i {
    font-size: 14px;
    font-weight: bold;
    margin: -1px 0 1px -1px;
    opacity: 0;
    transition: all .3s ease-in-out;
    color: #ccc;
    transform: scale(0.6);
}
.custom-checkbox label em {
    display: block;
    margin-top: 10px;
}
.custom-checkbox input[type=checkbox]:checked+span {
    box-shadow: none;
    color: #ccc;
}
.custom-checkbox input[type=checkbox]:checked+span .checkbox-checked,
.custom-checkbox input[type=checkbox]:checked+span i {
    opacity: 1;
    transform: scale(1);
}
.modal,
.modal-open {
    overflow: hidden
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0
}
.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 0;
    aspect-ratio: 1.77;
}
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: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #7a7a7a;
    background: #000;
    margin-right: 1.25rem
}
.custom-radio input[type=radio] {
    opacity: 0;
    cursor: pointer
}
.custom-radio input[type=radio]:focus+span {
    border-color: #7a7a7a
}
.form-control-valign .custom-radio {
    margin-right: 8px;
}
.custom-radio input[type=radio]:checked+span {
    display: block;
    background-color: #ccc;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: .125rem;
    top: .125rem
}
.form-control-comment {
    font-size: .875rem;
    padding-top: .5rem;
    color: #7a7a7a;
    display: block;
}
.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:after{
    margin-left: 2px;
    content: "*";
    color: #f00;
    margin-right: 2px;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem
}
.table td,
.table th {
    padding: .75rem;
    vertical-align: middle;
}
.table thead th,
.table thead td {
    color: #fff;
    background-color: #1c1c1e;
}
.table .label {
    font-weight: 400;
    border-radius: 3px;
    font-size: inherit;
    padding: .25rem .375rem;
    margin: .125rem;
    color: #fff;
    white-space: nowrap;
}
.table,
.table td, 
.table th {
    border: 1px solid #727893;
}
.table-responsive {
    display: block;
    width: 100%;
    min-height: 0;
    overflow-x: auto;
}
#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:0 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}}
/***number of items per line for crosssell***/


/*custom selector start*/

.custom-selector {
  position: relative;
  display: block;
  border: 1px solid rgb(62, 62, 68);
  /*! 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: 100%;
  left: 0px;
  right: 0px;
  margin: 0px -1px;
  padding: 0px;
  list-style: none;
  background-color: rgb(28, 28, 30);
  display: block;
  z-index: 3;
  max-height: 190px;
  overflow-y: scroll;
  scrollbar-width: none;
}
.selected-option i {
  margin-left: 10px;
  transform: translateY(-2px);
  /*! vertical-align: top; */
}
.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: #fff;
}
.hsma_block_content input {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  width: 20px;
  height: 20px;
  background: #333;
  border: 1px solid #ddd;
  border-radius: 50%;
  position: relative;
  transition: all 0.1s;
}
.hsma_block_content input:checked {
  background: #6357ff;
}
.hsma_block_content input:checked::after{
  content: '';
  height: 6px;
  width: 10px;
  border: 2px solid #fff;
  position: absolute;
  top: 5px;
  left: 4px;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}
#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: 32px;
    margin-bottom: 24px;
    text-align: center;
}
.custom-description h2 {
    font-size: 28px;
    margin-top: 28px;
    margin-bottom: 20px;
}
.custom-description h3 {
    font-size: 24px;
    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) {
    .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: #ccc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button::before {
  opacity: 1;
  color: #fff;
}
/**** image dots end ****/
/**** dl style start ****/
dl {
    width: 500px;
    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 #393939;
    -webkit-box-flex: 1;
    flex: 1 0 40%;
    font-weight: 400;
    background: #1c1c1e;
    min-height: 40px;
    word-break: normal;
    text-transform: capitalize;
    line-height: 1.5;
}
dl dd:nth-of-type(2n),
dl dt:nth-of-type(2n) {
    background-color: #141314;
}
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 **/


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

.tvall-product-wrapper-info-box {
    margin-bottom: 30px;
}
.product-miniature .thumbnail-container {
  max-width: 100%;
}
.tvproduct-wrapper {
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    background: linear-gradient(to bottom right,#1b1e23,#2a263d);
    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;
    bottom: 0;
    height: max-content;
    margin: auto;
    display: flex;
    justify-content: space-around;
    text-align: center;
    right: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.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: #F2F2F2;
    border: 1px solid #F2F2F2;
    color: #141314;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s all;
}
.tvproduct-wrapper .product-hover-btn:hover {
    background: #942cd1;
    border-color: #942cd1;
    color: #fff;
}
.tvproduct-wrapper .product-hover-btn svg path {
    fill: #141314;
    transition: 0.2s all;
}
.tvproduct-wrapper .product-hover-btn:hover svg path {
    fill: #fff;
}
.tvproduct-wrapper .tvcompare-wrapper .tvproduct-compare-icon .hide,
.tvproduct-wrapper .tvproduct-cart-btn .tvproduct-add-to-cart .hide {
    display: none;
}
.product-title a h6 {
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.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;
}
.tv-product-price .tvall-product-star-icon {
    width: max-content;
    margin: 5px auto 0;
}
@media (max-width: 767px) {
    .product-3 .product-cover {
        display: none;
    }
}
@media (max-width: 575px) {
    .tvall-product-wrapper-info-box {
        padding: 2px;
        margin-bottom: 0;
    }
}

/**** Common Style End ****/

/**** Header Style Start ****/
#header {
    width: 100%;
    position: relative;
    z-index: 100;
}
#header 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);
    box-shadow: 1px 1px 3px rgba(111,111, 111, 0.8);
}
.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;
}
#header .container {
    width: 1747px;
    max-width: 100%;
}
.tvcmsdesktop-top-header-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.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: 150px;
    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
}
.container_tv_megamenu {
  display: inline-block;
  text-align: center;
}
.tv-menu-horizontal .menu-content {
  position: relative;
}
.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 a {
    color: #fff;
}
.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 12px;
  line-height: 40px;
}
.tv-menu-horizontal ul li.level-1>a span {
  vertical-align: middle;
}
.tv-menu-horizontal li.level-1.parent>a:after {
  font-family: 'Material Icons';
  content: '\e313';
  margin-left: 3px;
  position: relative;
  top: 4px;
  font-size: 15px;
}
.cat-drop-menu li {
    position: relative;
    transition: 0.3s all;
}
.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;
}
#header .tvmobile-search-icon .tvsearch-close {
    display: none;
}
.tvsearch-open {
    display: flex;
}
 .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%;
}
.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: 20px;
    font-weight: 600;
    color: #942cd1;
    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;
}
.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;
}

.tvcms-header-myaccount .tv-account-dropdown,
.tv-currency-dropdown {
    position: absolute;
    right: 50%;
    left: auto;
    top: 100%;
    margin: 0;
    min-width: 174px;
    width: max-content;
    background-clip: inherit;
    display: none;
    transform: translateX(45%);
    height: max-content !important;
}
.tv-currency-dropdown {
    min-width: 95px;
}
 .tv-account-dropdown,
 .tv-language-dropdown,
 .tv-currency-dropdown {
    /*background: rgba(0,0,0,.4);*/
    /*-webkit-backdrop-filter: blur(10px);*/
    /*backdrop-filter: blur(10px);*/
    /*box-shadow: 1px 1px 6px rgba(111,111, 111, 0.8);*/
    /*border: none;*/
}
.container_tv_megamenu .tv-sub-menu, .tv-sub-menu .tv-menu-col {
    padding: 0;
}
.tv-currency-dropdown li {
    padding: 5px 0 5px 20px; 
    transition: 0.2s all;
}
.tv-account-dropdown li {
  padding: 0 0 0 20px;
  transition: 0.2s all;
  font-size: 14px;
}
.tv-account-dropdown li:hover {
    background: #942cd1;
}
.tv-account-dropdown li>div>a {
  display: flex;
    color: #fff;
}
.tv-account-dropdown li>div>a>div {
  height: 40px;
  line-height: 40px;
}
.tv-account-dropdown li>div>a .account-icon {
  width: 30px;
  position: relative;
}
.tv-account-dropdown li > div > a > div>i{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
#tvcmsdesktop-currency-selector .tv-currency-btn svg {
    vertical-align: middle;
}
.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: 380px;
    height: 100vh;
    position: fixed;
    top: -41px;
    bottom: 0;
    background-color: #21212d;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .05);
    z-index: 1002;
    visibility: hidden;
    text-align: left;
    right: -100%;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    overflow-y: auto;
}
#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 - 240px);
    max-height: 100%;
    overflow-y: auto;
}
.ttvcmscart-show-dropdown-right .ttvcart-close-title-count {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #727893;
}
.ttvcmscart-show-dropdown-right .ttvcart-product-content-box {
    position: relative;
}
.ttvcmscart-show-dropdown-right .ttvclose-cart {
    height: 40px;
    width: 40px;
    background-image: url(../img/themevolty/sprite.png);
    background-position: -105px -805px;
    padding: 0;
    background-color: transparent;
    filter: invert(1);
    border: none;
}
.ttvcmscart-show-dropdown-right .ttvcart-counter {
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    margin: 10px;
    border-radius: 100%;
    background-color: #942cd1;
}
.ttvcmscart-show-dropdown-right .ttvcart-top-title h4 {
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ccc;
    padding-bottom: 0;
    margin-bottom: 0px;
    text-align: center;
    font-size: 15px;
}
.ttvcmscart-show-dropdown-right .ttvcart-counter .ttvcart-products-count {
    font-weight: 500;
    color: #fff;
    font-size: 15px;
}
.ttvcmscart-show-dropdown-right .ttvcart-product-wrapper {
    padding: 20px 0 20px 20px;
    display: flex;
    position: relative;
}
.ttvcmscart-show-dropdown-right .tvcart-product-list-img {
    width: 90px;
    height: auto;
    margin-right: 15px;
    flex-shrink: 0;
}
.tvcart-product-content {
    max-width: 213px;
    overflow: hidden;
}
.ttvcmscart-show-dropdown-right .tvcart-product-list-img img {
    border-radius: 5px;
}
.tvshoping-cart-dropdown-title,
.tvcart-product-list-box {
    margin-bottom: 10px;
}
.tvshoping-cart-dropdown-title span.product-name {
    color: #ccc;
    font-size: 15px;
    padding-right: 27px;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ttvcmscart-show-dropdown-right .tvcart-product-list-box .tvshopping-cart-qty {
    font-size: 13px;
    color: #ccc;
}
.ttvcmscart-show-dropdown-right .tvcart-product-list-box .product-qty {
    font-size: 13px;
    margin-left: 5px;
    color: #ccc;
}
.ttvcmscart-show-dropdown-right .tvcart-product-content .product-price {
    font-size: 16px;
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.tvcart-product-content .regular-price {
    display: none;
}
.tvcart-product-remove {
    display: inline-block;
    position: absolute;
    width: auto;
    top: 10px;
    right: 0;
}
.tvcart-product-remove a {
    background-image: url(../img/themevolty/sprite.png);
    height: 40px;
    width: 40px;
    background-position: -5px 145px;
    display: block;
    filter: invert(1);
}
.ttvcmscart-show-dropdown-right .ttvcart-product-label-value {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    height: 50px;
    position: relative;
}
.ttvcmscart-show-dropdown-right .ttvcart-product-label-value:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #6a6f89;
    height: 1px;
    width: 90%;
    margin: 0 auto;
}
.ttvcart-price-shipping-text {
    margin-bottom: 30px;
}
.ttvcart-product-list-btn-wrapper {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.ttvcart-product-list-btn-wrapper>div {
    margin-bottom: 30px;
}
.ttvcart-product-list-btn-wrapper>button {
    width: 180px;
    display: block;
    text-align: center;
    transition: 0.3s all;
    border: none;
    box-shadow: none;
    cursor: pointer;
    padding: 0;
    color: #fff;
    margin-bottom: 30px;
}
.is-mobile-ios .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;
}
.hs_paypal_btn {
  display: inline-block;
  padding: 5px 10px 5px 60px;
  color: #124368 !important;
  font-weight: bold;
  border-radius: 3px;
  text-align: left;
  height: 56px;
  line-height: 22px;
  width: 180px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, .14);
  background: url(../img/paypallogo.png) 15px 10.5px no-repeat #F9FDFF;
}
.hs_paypal_btn .instantly {
  cursor: pointer;
  color: #E01100;
}
.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;
}
.tv-menu-horizontal .menu-dropdown li a {
  padding: 8px 0;
  display: inline-block;
}
.tvcmsheader-search {
    cursor: pointer;
}
.tvsearch-close {
  display: none;
}
.translucent_backdrop,
.translucent_backdrop2,
.translucent_backdrop3,
.translucent_backdrop4 {
  position: absolute;
  background: rgba(148,44,209, .4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 2;
  pointer-events: none;
  border-radius: 0 0 5px 5px;
}





@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 {
      display: inline-block;
      height: auto;
      max-width: 100%;
      width: 100%;
    }
    .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;
    } 
    .tv-menu-horizontal li.level-1 {
        line-height: 66px;
    }
    .tv-myaccount-btn,
    .tv-currency-btn {
        height: 66px;
    }
    .mega-menu-blog .menu-dropdown {
        min-width: 267px; 
    }
    .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;
      text-decoration: inherit;
      -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;
    }
    .tv-menu-horizontal .menu-dropdown li a {
      margin: 0 20px;
    }
    .tv-menu-horizontal .menu-dropdown li:hover {
      background-color: #942cd1;
    }
    .cur-title {
        display: none;
    }

}
    /**** Mobile Header Start ****/
@media(max-width: 1300px) and (min-width: 992px) {
    .tv-menu-horizontal li.level-1:last-child {
        display: none;
    }
}
@media(max-width: 1100px) and (min-width: 992px) {
    .tv-menu-horizontal li.level-1:nth-last-child(2) {
        display: none;
    }
}


@media (max-width: 1200px) {
    .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;
    }
    .tvheader-cart-wrapper {
        /*! padding-left: 8px; */
    }
    .tvcart-icon-text-wrapper .tvcart-lable {
        display: none;
    }
    .tvmobile-sliderbar-btn i {
        color: #942cd1;
    }
    .tv-header-logo {
        justify-content: center;
    }
    .tv-account-dropdown li:first-child {
        margin-top: 5px;
    }
    .tv-account-dropdown li:last-child {
        margin-bottom: 5px; 
    }
    .tv-cart-cart-inner {
        display: none;
    }
}
@media (max-width: 991px) {
    .tvmega-menu-title {
        display: block;
        font-size: 16px;
        color: #fff;
        text-align: center;
        font-weight: 500;
        position: relative;
        text-transform: capitalize;
        padding: 0 0 15px 0;
        margin-bottom: 15px;
    }
    .tv-account-dropdown {
        /*background: rgba(0,0,0,.4);*/
        /*background-clip: border-box;*/
        /*-webkit-backdrop-filter: blur(10px);*/
        /*backdrop-filter: blur(10px);*/
        /*box-shadow: 1px 1px 6px rgba(111,111, 111, 0.8);*/
    }
    .tvmega-menu-title:after,
    #tvmobile-megamenu .menu-content:after {
        position: absolute;
        content: "";
        width: calc(100% + 30px);
        left: -15px;
        right: 0;
        bottom: 0;
        height: 1px;
        background-color: #333;
    }
  .tv-menu-horizontal li.level-1 {
        cursor: pointer;
        position: relative;
        width: 100%;
        float: none;
        border-bottom: none;
        padding-bottom: 5px;
        line-height: 40px;
    }
    #header .tv-menu-horizontal ul li.level-1>a {
        padding: 0 0 5px;
    }
    .icon-drop-mobile {
        display: block;
    }
  .tv-menu-horizontal ul li.parent .icon-drop-mobile:after {
    font-family: 'Material Icons';
    padding: 0 20px;
    content: '\e313';
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 0px;
    top: 2px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
  }
  .tv-menu-horizontal ul li.parent .icon-drop-mobile.opened:after {
    content: '\e316'
  }
  .tv-menu-horizontal .menu-dropdown {
    display: none;
    margin-left: 15px;
    margin-right: 0;
    width: auto;
  }
    .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 #222222;
    }
    .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;
    }
    #tvcmsmobile-account-button,
    #tvmobile-cart {
        margin: 0 0 0 20px;
    }
    .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;
    }
    div.tvcmsmobile-header-menu {
        position: initial;
        padding: 0 15px;
    }
    .tvmobile-slidebar {
        visibility: hidden;
        position: fixed;
        z-index: 1001;
        padding: 15px;
        background: rgba(0,0,0,0.6);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        border-radius: 3px;
        left: -300px;
        min-width: 300px;
        width: 300px;
        height: 100vh;
        top: 0;
        overflow-y: auto;
        overflow-x: hidden;
        transform-origin: top;
        transition: all 0.3s ease-in-out 0.1s;
    }
    .tvmobile-slidebar.open {
        visibility: visible;
        text-align: start;
        left: 0;
        transform-origin: top;
    }
    .tvmobile-dropdown-close a i {
        position: absolute;
        right: 10px;
        top: 15px;
        font-size: 24px;
        color: #fff;
        z-index: 10;
    }
    .menu-content {
        padding-bottom: 10px;
    }
    #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: space-between;
    }
     .ttvcmscart-show-dropdown-right {
        top: 0;
    }
    .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;
    }
    .product-price-and-shipping .price {
        font-size: 18px;
    }
    .product-price-and-shipping .regular-price {
        font-size: 13px;
    }
    .tvcmsmobile-header-search-logo-wrapper {
        justify-content: space-between;
    }
    .tvcmsmobile-header-search {
        width: 160px;
    }
}
@media (max-width: 767px) {
    .tvmobileheader-offer-wrapper .tvheader-nav-offer-text {
        padding: 7px 0;
    }
    .tv-account-wrapper {
        padding: 0;
    }
}
@media (max-width: 650px) {
    .tv-account-wrapper {
        padding: 5px 0;
    }
    .tvheader-cart-wrapper {
        padding: 5px 0;
    }
    .tv-header-logo {
        justify-content: flex-start;
        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: 64px;
    }
    .tvheader-top-search-wrapper {
        padding: 10px 16px;
    }
    .tvcms-header-myaccount .tv-account-dropdown,
    .tv-currency-dropdown {
        transform: translateX(35%);
    }
}
@media(max-width: 480px) {
    .tvsearch-all-dropdown-wrapper {
        max-height: 75vh;
        overflow-y: scroll;
    }
    .tvsearch-dropdown-wrapper {
        width: 100%
    }
}
/**** Header Style End ****/

/**** Breadcrumb Style Start ****/

.breadcrumb {
    list-style: none;
    text-align: center;
    border-radius: 3px;
    margin-bottom: 30px;
}
.breadcrumb:after {
    content: "";
    display: table;
    clear: both
}
.breadcrumb ol {
    padding-left: 0;
}
.breadcrumb li {
    display: inline;
}
.breadcrumb li:last-child {
    display: inline-block;
}
.breadcrumb li a {
    color: #ccc;
}
.breadcrumb li:after {
    content: "/";
    color: #bdbdbd;
    margin: 0 10px;
}
#wrapper .breadcrumb li:last-child:after {
    content: none;
}
.breadcrumb li:first-child a:before {
    font-family: "Material Icons";
    content: "\e88a";
    font-size: 16px;
    vertical-align: middle;
    margin-right: 5px;
}
.breadcrumb span {
    vertical-align: middle;
    line-height: 24px;
}

/**** Breadcrumb Style End ****/

/**** Footer Style Start ****/

#footer {
    padding-top: 0
}
.footer-container {
    overflow: hidden;
    border-top: 1px solid #222;
}
.tvfooter-storelogo-imformation {
    margin-top: 90px;
}
.tvfooter-contact-link-wrapper.links {
    margin: 50px 0;
}
 .tvfooter-storelogo-imformation .links .h3 {
    color: #fff;
}
.footer-container li {
    margin-bottom: 5px;
}
.footer-container li a {
    font-size: 14px;
}
.tvfooter-logo-link-wrapper .links .title > span {
    padding-left: 16px;
}
.tvfooter-title-wrapper {
    position: relative;
    margin-bottom: 35px;
}
.links .collapse {
    display: inherit;
}
#footer_sub_menu_store_info {
    font-size: 14px;
}
.tvfooter-title-wrapper .tvfooter-title {
    display: block;
    font-weight: 600;
    padding-bottom: 5px;
    color: #fff;
    font-size: 22px;
}
.tvfooter-title-wrapper .tvfooter-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 52px;
    height: 1px;
    background-color: #292929;
    width: 200px;
}
.tvfooter-title-wrapper .tvfooter-toggle-icon {
    display: none;
}
#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: transparent;
    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: transparent;
}
    /**** left social media ****/
.tv-footer-social-icon {
    left: -10px;
    position: fixed;
    top: 150px;
    white-space: nowrap;
    width: 0 auto;
    z-index: 2;
    margin: auto;
    /*bottom: 0;*/
    max-height: 275px;
}
.tv-footer-social-icon .tv-footer-social-icon-wrapper {
    position: relative;
    min-width: 40px;
    width: auto;
}
.tv-footer-social-icon .tv-footer-social-icon-inner {
    position: absolute;
    right: 0;
}
.tv-footer-social-icon .tvblock-social-content {
    overflow: hidden;
    height: 28px;
    background-color: #333;
    border-radius: 0 15px 15px 0;
    transition: all 0.2s ease;
    margin: 10px 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    padding: 7px 10px;
}
.tv-footer-social-icon .tvblock-social-content .tvblock-social-icon {
    width: 14px;
    height: 14px;
    float: right;
}
.block-social .tvblock-social-content span {
    display: block;
    color: #FFF;
    line-height: 15px;
    margin: 0 9px 0 3px;
    font-size: 10px;
    text-transform: uppercase;
    opacity: 0;
    float: right;
    transition: .2s ease-in-out;
}
.tv-footer-social-icon .tvfacebook-wrapper:hover {
    background: #3a589e;
    margin-right: calc(-100% + 30px);
}
.tv-footer-social-icon .tvtwitter-wrapper:hover {
    background: #5ea9dd;
    margin-right: calc(-100% + 30px);
}
.tv-footer-social-icon .tvrss-wrapper:hover {
    background: #ff7b0a;
    margin-right: calc(-100% + 30px);
}
.tv-footer-social-icon .tvyoutube-wrapper:hover {
    background: #ec2828;
    margin-right: calc(-100% + 30px);
}
.tv-footer-social-icon .tvgoogleplus-wrapper:hover {
    background: #df4b38;
    margin-right: calc(-100% + 30px);
}
.tv-footer-social-icon .tvpinterest-wrapper:hover {
    background: #cb2027;
    margin-right: calc(-100% + 30px);
}
.tv-footer-social-icon .tvvimeo-wrapper:hover {
    background: #1ab7ea;
    margin-right: calc(-100% + 30px);
}
.tv-footer-social-icon .tvinstagram-wrapper:hover {
    background: #64443c;
    margin-right: calc(-100% + 30px);
}
    /**** right to top ****/
.tvbottom-to-top {
    position: fixed;
    bottom: 24px;
    right: 30px;
    background-color: #942cd1;
    z-index: 100;
    display: none;
    cursor: pointer;
    border-radius: 40px;
}
.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: 15px 0;
    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;
}
.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;
}
.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 {
        flex-wrap: nowrap;
    }
}

    /**** Mobile Footer start ****/

@media(max-width: 1200px) {
    .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 45px; */
    }
    .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: inline-block;
    }
    .tvcopylink p {
        text-align: center;
    }
    .tvfooter-title-wrapper .tvfooter-title:after {
        display: none;
    }
}
@media(max-width: 767px) {
    .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: 10px;
    }
    .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: 0;
    }
    .tvfooter-title-wrapper .tvfooter-title {
        font-size: 16px;
        padding-left: 0;
    }
    .tvfooter-title-wrapper {
        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 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 {
    overflow-y: scroll;
    background: #0000003b;
}
#blockcart-modal .modal-dialog {
    max-width: 1140px;
    width: calc(100% - 30px);
    display: block;
    margin: 80px auto;
    transition: transform .2s ease-out;
    transform: translate(0, 0);
}
#blockcart-modal .modal-header {
    background: #2a2b34;
    box-shadow: 0 15px 15px inset #463c67db;
    border-radius: 10px 10px 0 0;
    padding: 15px;
}
.tv-addtocart-msg-wrapper .tv-addtocart-close {
    opacity: 1;
    font-size: 38px;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 5px;
    font-weight: 300;
    background: transparent;
    border: none;
    height: 30px;
    width: 30px;
    line-height: 30px;
    padding: 0;
}
#blockcart-modal .modal-title {
    padding-right: 25px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: #fff;
    font-size: 18px;
}
#blockcart-modal .modal-title i {
    margin-right: 15px;
    color: #942cd1;
    font-size: 32px;
}
#blockcart-modal .modal-body {
    padding: 15px;
}
#blockcart-modal .divide-right {
    border-right: 1px solid #27292e;
}
.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: 2;
    overflow: hidden;
    margin-top: 0;
}
#blockcart-modal .tv-addtocart-price {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
}
.tv-addtocart-product-name {
    /*! margin-bottom: -15px; */
}
#blockcart-modal .tv-addtocart-product-name span {
    display: inline-block;
}
#blockcart-modal .cart-content {
    padding-left: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.tv-addtocart-content p {
    margin-bottom: 15px;
    font-size: 18px;
}
#blockcart-modal .cart-content .cart-content-btn {
    margin-top: 30px;
    display: inline-flex;
}
.cart-content-btn a.tvall-inner-btn,
#blockcart-modal .cart-content .cart-content-btn button,
.cart-content .hs_paypal_btn {
  width: 96px;
  height: 36px;
  background-size: 100%;
  box-shadow: 2px 2px 4px #942cd19c;
  margin: 0 5px 0 0;
  font-size: 0;
  background-position: 0;
  border-radius: 10px;
  border: 1px solid #942cd1;
}

#blockcart-modal .cart-content .cart-content-btn button {
  background-image: url("/modules/paypalinstantcheckout/views/img/back.png");
}

.cart-content-btn a.tvall-inner-btn {
  background-image: url("/modules/paypalinstantcheckout/views/img/checkout.png");
}

.cart-content .hs_paypal_btn {
  background-image: url("/modules/paypalinstantcheckout/views/img/paypalIns.png");
  padding: 10px 15px;
}
#blockcart-modal .hs_paypal_btn {
  padding-left: 50px;
  margin-right: 2px;
}
#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 #27292e;
    /*! margin: 0; */
    /*! padding: 10px 10px 0; */
}
.layout_list > ul > li {
  padding-top: 15px;
  margin-bottom: 30px;
  position: relative;
}
h4.ets_crosssell_title {
    display: flex;
    margin-bottom: 25px;
    flex-wrap: wrap;
    width: auto;
    line-height: 1.7;
    padding-bottom: 10px;
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
    color: #ccc;
    text-transform: uppercase;
}
.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: 11px;
    left: auto;
    color: #ccc;
    font-size: 22px;
    right: 75px;
    background: #323232;
    border-radius: 100px;
    height: 42px;
    width: 42px;
    border: none;
    transition: 0.2s all;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ets_crosssell_block .cus-slick-next {
    right: 15px;
}
.ets_crosssell_block .slick-arrow:hover {
    background: #942cd1;
    color: #fff;
}
.ets_crosssell_block .slick-list {
  width: 100%;
}
.ets_crosssell_block .slick-track {
  float: left;
  display: flex;
  width: 100%;
}

@media(max-width: 991px) { 
    #blockcart-modal .cart-content {
        padding-left: 0
    }
}
@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;
    }
}
@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;
    }
    
}
@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;
}
.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 {
    padding: 15px 25px;
    margin-bottom: 1rem;
    border-radius: 3px;
    font-size: 13px;
    display: block;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d
}
.help-block {
    margin-top: .625rem
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442
}

/**** 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: 99;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
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-dialog {
    position: absolute;
    width: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.modal-content {
    width: 100%;
    position: relative;
    background-color: #121121;
    border-radius: 10px;
    border: 1px solid rgb(39, 41, 46);
}
.modal-header:after {
    content: "";
    display: table;
    clear: both;
}
.crosssell_product_list_wrapper.layout-slide article.product-miniature.slick-slide {
  /*! margin: 0 auto; */
  /*! padding: 0 15px; */
  /*! outline: none !important; */
}
    /***quick view start***/

.quickview .modal-dialog {
    width: calc(100% - 30px);
    max-width: 64rem
}
.quickview .modal-content {
    max-width: 100%;
    background: #121121;
    border: 1px solid rgba(0, 0, 0, 0.07);
    min-height: 28.13rem;
    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: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    opacity: 1;
    z-index: 10;
    border: none;
    background: transparent;
    text-align: center;
}
.tvmodel-close span {
    color: #fff;
    font-size: 35px;
}
.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 .tvvertical-slider {
    padding: 10px;
}
.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 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.product-actions .control-label {
    margin: 10px 10px 10px 0;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 13px;
    flex-shrink: 0;
}
.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: 1.25rem;
    width: 1.25rem
}
.input-radio {
    position: absolute;
    top: 0;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    height: 100%
}
.product-actions .input-container label span {
    border-radius: 3px;
    color: #ccc;
    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 rgb(39,41,46);
    transition: 0.3s all;
    text-align: center;
}
.product-variants>.product-variants-item .color {
    border-radius: 100%;
}
.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 {
    color: #ccc;
    border-color: #555;
}
.product-variants>.product-variants-item label:hover span {
    color: #fff;
    border-color: #555;
}
.product-variants-item label input[checked=checked]:checked+span i {
    opacity: 1;
}
.product-quantity {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.product-actions .product-add-to-cart .control-label {
    line-height: 40px;
}
.product-quantity #quantity_wanted {
    color: #ccc;
    background-color: transparent;
    height: 35px;
    width: 35px;
    margin-right: 5px;
    border: 1px solid #555;
    text-align: center;
    padding: 3px 8px;
}
.bootstrap-touchspin .input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    display: table-cell;
    color: #ccc;
    width: auto;
}
.product-quantity .input-group-btn-vertical .btn {
    margin-right: 5px;
    border: 1px solid #555;
    float: right;
    height: 35px;
    width: 35px;
    line-height: unset;
    color: #ccc;
    border-radius: 3px;
    background: transparent;
    padding: 8px 5px;
}
.product-quantity .input-group-btn-vertical .btn i {
    font-size: 17px;
}
.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;
}
.tvfooter-product-sticky-bottom.sticky .tvcart-btn-model {
    margin-bottom: 0;
}
.product-add-to-cart .add-to-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 180px;
  border-radius: 3px;
  height: 56px;
}
.pro-action-field {
  display: flex;
  flex-wrap: wrap;
}
.product-add-to-cart .add-to-cart i {
    font-size: 24px;
    margin-right: 10px;
}
.tvproduct-wishlist-compare {
    margin-top: 0;
    /*! padding-bottom: 15px; */
}
.tvproduct-wishlist-compare .tvcompare-wrapper,
.tvproduct-wishlist-compare .tvproduct-wishlist {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
}
.tvproduct-wishlist-compare .tvcompare-wrapper .tvcmsproduct-compare-wrapper-icon,
.tvproduct-wishlist-compare .tvproduct-wishlist .tvproduct-wishlist-wrapper-icon {
    height: 40px;
    width: 40px;
    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;
}
.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;
}
@media(max-width: 991px) and (min-width: 768px) {
    .tvproduct-image-slider {
        margin: auto;
        width: 850px;
        display: block;
        max-width: 100%;
    }
}
@media(max-width: 767px) {
    .quickview .images-container {
        display: block
    }
}

@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: 5px;
    color: #fff;
}
.tvwishlist-popup.success {
    border: 1px solid #1da61557;
    background: #1da6151c;
}
.tvwishlist-popup.warning {
    border: 1px solid #ff9f0047;
    background: #ff9f001c;
}
.tvwishlist-popup.error {
    border: 1px solid #dd000057;
    background: #dd00001c;
}
.tvwishlist-popup.warning i {
    color: orange;
}
.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 ****/
.page-contact #main {
    border-top: 1px solid #222;
    padding-top: 25px;
}
.contact-form .form-fields .row {
    display: flex;
    flex-wrap: wrap;
}
.contact-form .form-control-label {
    margin-bottom: 12px;
}
.contact-form .hismith-grey-btn {
    margin: 0;
}
.tvcontact-area-text {
    min-height: 250px;
}

/**** Contactus page Mobile start ****/
/**** other Style End ****/

/**** Porduct Compare Page start ****/

#product_comparison,
#no_product_comparison {
  display: none;
}
#product_comparison.active,
#no_product_comparison.active {
  display: block;
}
#product_comparison {
  padding: 0;
  margin: 0;
  border: none;
}
#module-tvcmsproductcompare-productcomparelist .tvcompare_extra_information {
    width: 11%;
}
.tvcompare_extra_information span {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.tvcmscomparison {
  width: 25%;
  position: relative;
}
.tvcmscomparison .remove {
    text-align: right;
}
#product_comparison .tvcmscomparison .tvcmsproduct-compare-list {
  background-image: url(../img/themevolty/sprite.png);
  height: 40px;
  width: 40px;
  background-position: -5px 145px;
  display: inline-block;
  filter: invert(0.5);
  background-color: transparent;
  border: none;
  cursor: pointer;
}
#product_comparison .tvcmscomparison .thumbnail-container {
  margin-bottom: 15px;
  text-align: center;
}
#product_comparison .thumbnail-container img {
  width: 300px;
  max-width: 300px;
}
@media(max-width: 767px) {
    #product_comparison .tvcmscomparison .tvcmsproduct-compare-list {
        position: absolute;
        top: 5px;
        right: 5px;
    }
}
@media(max-width: 575px) {
    #product_comparison .thumbnail-container img {
        width: 250px;
        max-width: 250px;
    }
}


/**** Porduct Compare Page Mobile start ****/
/**** Porduct Compare Page End ****/