/* @import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,500,600); */

@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);

/*
 *  Bootstrap TouchSpin - v3.1.1
 *  A mobile and touch friendly input spinner component for Bootstrap 3.
 *  http://www.virtuosoft.eu/code/bootstrap-touchspin/
 *
 *  Made by István Ujj-Mészáros
 *  Under Apache License v2.0 License
 */

.bootstrap-touchspin .input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 8px 10px;
    margin-left: -1px;
    position: relative
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
    border-top-right-radius: 4px
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    margin-top: -2px;
    border-radius: 0;
    border-bottom-right-radius: 4px
}

.bootstrap-touchspin .input-group-btn-vertical i {
    position: absolute;
    top: 3px;
    left: 5px;
    font-size: 9px;
    font-weight: 400
}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

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

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

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -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%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .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;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.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 {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -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 .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

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

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

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(4a37f8008959c75f619bf0a3a4e2d7a2.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%
}

@charset "UTF-8";

/*!
 * Bootstrap v4.0.0-alpha.4 (http://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

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

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

progress {
    vertical-align: baseline;
}

template,
[hidden] {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline-width: 0;
}

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

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

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

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

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,
select,
textarea {
    font: inherit;
}

optgroup {
    font-weight: bold;
}

button,
input,
select {
    overflow: visible;
}

button,
input,
select,
textarea {
    margin: 0;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}

[disabled] {
    cursor: default;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

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

textarea {
    overflow: auto;
}

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

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

[type="search"] {
    -webkit-appearance: textfield;
}

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

@media print {
    *,
    *::before,
    *::after,
    *::first-letter,
    *::first-line {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important;
    }
    .tag {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

html {
    box-sizing: border-box;
}

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

@-ms-viewport {
    width: device-width;
}

html {
    font-size: 16px;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #7a7a7a;
    background-color: #fff;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

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

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

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

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

dt {
    font-weight: bold;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

a {
    color: #000;
    text-decoration: none;
}

a:focus,
a:hover {
    color: black;
    text-decoration: underline;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

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

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 {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
}

[role="button"] {
    cursor: pointer;
}

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

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

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #acaaa6;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: left;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
    margin: 0;
    line-height: inherit;
    border-radius: 0;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
}

h1,
.h1 {
    font-size: 1.375rem;
}

h2,
.h2 {
    font-size: 1.25rem;
}

h3,
.h3 {
    font-size: 1.125rem;
}

h4,
.h4 {
    font-size: 1.125rem;
}

h5,
.h5 {
    font-size: 1rem;
}

h6,
.h6 {
    font-size: 0.9375rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 3.125rem;
    font-weight: 600;
}

.display-2 {
    font-size: 2.188rem;
    font-weight: 400;
}

.display-3 {
    font-size: 1.563rem;
    font-weight: 400;
}

.display-4 {
    font-size: 1.25rem;
    font-weight: 400;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: normal;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 5px;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border-left: 0.25rem solid #f6f6f6;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #f1f1f1;
}

.blockquote-footer::before {
    content: "\2014   \A0";
}

.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: 0.25rem solid #f6f6f6;
    border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
    content: "";
}

.blockquote-reverse .blockquote-footer::after {
    content: "\A0   \2014";
}

dl.row>dd+dt {
    clear: left;
}

.img-fluid,
.carousel-inner>.carousel-item>img,
.carousel-inner>.carousel-item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 0.3rem;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #f1f1f1;
}

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

code {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f7f7f9;
    border-radius: 0;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 0.2rem;
}

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

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #7a7a7a;
}

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

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

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

@media (min-width: 544px) {
    .container {
        max-width: 576px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 940px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1440px;
    }
}

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

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

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

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

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
    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: 544px) {
    .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%;
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #f6f6f6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #f6f6f6;
}

.table tbody+tbody {
    border-top: 2px solid #f6f6f6;
}

.table .table {
    background-color: #fff;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #f6f6f6;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #f6f6f6;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active>th,
.table-active>td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success>th,
.table-success>td {
    background-color: #dff0d8;
}

.table-hover .table-success:hover {
    background-color: #d0e9c6;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #d0e9c6;
}

.table-info,
.table-info>th,
.table-info>td {
    background-color: #d9edf7;
}

.table-hover .table-info:hover {
    background-color: #c4e3f3;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #c4e3f3;
}

.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
    background-color: #faf2cc;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #faf2cc;
}

.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #f2dede;
}

.table-hover .table-danger:hover {
    background-color: #ebcccc;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #ebcccc;
}

.thead-inverse th {
    color: #fff;
    background-color: #7a7a7a;
}

.thead-default th {
    color: #acaaa6;
    background-color: #f6f6f6;
}

.table-inverse {
    color: #f6f6f6;
    background-color: #7a7a7a;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
    border-color: #acaaa6;
}

.table-inverse.table-bordered {
    border: 0;
}

.table-responsive {
    display: block;
    width: 100%;
    min-height: .01%;
    overflow-x: auto;
}

.table-reflow thead {
    float: left;
}

.table-reflow tbody {
    display: block;
    white-space: nowrap;
}

.table-reflow th,
.table-reflow td {
    border-top: 1px solid #f6f6f6;
    border-left: 1px solid #f6f6f6;
}

.table-reflow th:last-child,
.table-reflow td:last-child {
    border-right: 1px solid #f6f6f6;
}

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
    border-bottom: 1px solid #f6f6f6;
}

.table-reflow tr {
    float: left;
}

.table-reflow tr th,
.table-reflow tr td {
    display: block !important;
    border: 1px solid #f6f6f6;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #acaaa6;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
}

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

.form-control:focus {
    color: #acaaa6;
    background-color: #fff;
    border-color: #66afe9;
    outline: none;
}

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

.form-control:disabled,
.form-control[readonly] {
    background-color: #f6f6f6;
    opacity: 1;
}

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

select.form-control:not([size]):not([multiple]) {
    height: 2.5rem;
}

select.form-control:focus::-ms-value {
    color: #acaaa6;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
}

.col-form-label {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
}

.col-form-label-lg {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.9375rem;
}

.col-form-label-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.875rem;
}

.col-form-legend {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    font-size: 1rem;
}

.form-control-static {
    min-height: 2.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
}

.form-control-static.form-control-sm,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn,
.form-control-static.form-control-lg,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>select.input-group-addon:not([size]):not([multiple]),
.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]) {
    height: 1.8125rem;
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
    border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
.input-group-lg>select.input-group-addon:not([size]):not([multiple]),
.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]) {
    height: 2.75rem;
}

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

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
}

.form-check+.form-check {
    margin-top: -.25rem;
}

.form-check.disabled .form-check-label {
    color: #acaaa6;
    cursor: not-allowed;
}

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    cursor: pointer;
}

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

.form-check-input:only-child {
    position: static;
}

.form-check-inline {
    position: relative;
    display: inline-block;
    padding-left: 1.25rem;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: pointer;
}

.form-check-inline+.form-check-inline {
    margin-left: .75rem;
}

.form-check-inline.disabled {
    cursor: not-allowed;
}

.form-control-feedback {
    margin-top: 0.25rem;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right 0.625rem;
    background-size: 1.25rem 1.25rem;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .form-check-label,
.has-success .form-check-inline,
.has-success .custom-control {
    color: #4cbb6c;
}

.has-success .form-control {
    border-color: #4cbb6c;
}

.has-success .input-group-addon {
    color: #4cbb6c;
    border-color: #4cbb6c;
    background-color: #e0f3e5;
}

.has-success .form-control-feedback {
    color: #4cbb6c;
}

.has-success .form-control-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .form-check-label,
.has-warning .form-check-inline,
.has-warning .custom-control {
    color: #ff9a52;
}

.has-warning .form-control {
    border-color: #ff9a52;
}

.has-warning .input-group-addon {
    color: #ff9a52;
    border-color: #ff9a52;
    background-color: white;
}

.has-warning .form-control-feedback {
    color: #ff9a52;
}

.has-warning .form-control-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .form-check-label,
.has-danger .form-check-inline,
.has-danger .custom-control {
    color: #ff4c4c;
}

.has-danger .form-control {
    border-color: #ff4c4c;
}

.has-danger .input-group-addon {
    color: #ff4c4c;
    border-color: #ff4c4c;
    background-color: white;
}

.has-danger .form-control-feedback {
    color: #ff4c4c;
}

.has-danger .form-control-danger {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

@media (min-width: 544px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }
    .form-inline .input-group>.form-control {
        width: 100%;
    }
    .form-inline .form-control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-check {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-check-label {
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

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

.btn.focus {
    text-decoration: none;
}

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

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

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

.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: transparent;
}

.btn-primary:hover {
    color: #fff;
    background-color: black;
    border-color: rgba(0, 0, 0, 0);
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: black;
    border-color: rgba(0, 0, 0, 0);
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: rgba(0, 0, 0, 0);
    background-image: none;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: black;
    border-color: rgba(0, 0, 0, 0);
}

.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled.focus {
    background-color: #000;
    border-color: transparent;
}

.btn-primary.disabled:hover,
.btn-primary:disabled:hover {
    background-color: #000;
    border-color: transparent;
}

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

.btn-secondary:hover,
.btn-tertiary:hover {
    color: #232323;
    background-color: #dddddd;
    border-color: rgba(0, 0, 0, 0);
}

.btn-secondary:focus,
.btn-tertiary:focus,
.btn-secondary.focus,
.focus.btn-tertiary {
    color: #232323;
    background-color: #dddddd;
    border-color: rgba(0, 0, 0, 0);
}

.btn-secondary:active,
.btn-tertiary:active,
.btn-secondary.active,
.active.btn-tertiary,
.open>.btn-secondary.dropdown-toggle,
.open>.dropdown-toggle.btn-tertiary {
    color: #232323;
    background-color: #dddddd;
    border-color: rgba(0, 0, 0, 0);
    background-image: none;
}

.btn-secondary:active:hover,
.btn-tertiary:active:hover,
.btn-secondary:active:focus,
.btn-tertiary:active:focus,
.btn-secondary:active.focus,
.btn-tertiary:active.focus,
.btn-secondary.active:hover,
.active.btn-tertiary:hover,
.btn-secondary.active:focus,
.active.btn-tertiary:focus,
.btn-secondary.active.focus,
.active.focus.btn-tertiary,
.open>.btn-secondary.dropdown-toggle:hover,
.open>.dropdown-toggle.btn-tertiary:hover,
.open>.btn-secondary.dropdown-toggle:focus,
.open>.dropdown-toggle.btn-tertiary:focus,
.open>.btn-secondary.dropdown-toggle.focus,
.open>.dropdown-toggle.focus.btn-tertiary {
    color: #232323;
    background-color: #cbcbcb;
    border-color: rgba(0, 0, 0, 0);
}

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

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

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

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

.btn-info:focus,
.btn-info.focus {
    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:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1f7e9a;
}

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

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

.btn-success {
    color: #fff;
    background-color: #4cbb6c;
    border-color: #4cbb6c;
}

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

.btn-success:focus,
.btn-success.focus {
    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:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #318047;
    border-color: #256237;
}

.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success:disabled:focus,
.btn-success:disabled.focus {
    background-color: #4cbb6c;
    border-color: #4cbb6c;
}

.btn-success.disabled:hover,
.btn-success:disabled:hover {
    background-color: #4cbb6c;
    border-color: #4cbb6c;
}

.btn-warning {
    color: white;
    background-color: #FF9A52;
    border-color: #FF9A52;
}

.btn-warning:hover {
    color: white;
    background-color: #ff7c1f;
    border-color: #ff7615;
}

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

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

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

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

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

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

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

.btn-danger:focus,
.btn-danger.focus {
    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:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #f40000;
    border-color: #cc0000;
}

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

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

.btn-outline-primary {
    color: #000;
    background-image: none;
    background-color: transparent;
    border-color: #000;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-outline-primary:active,
.btn-outline-primary.active,
.open>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

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

.btn-outline-primary.disabled:focus,
.btn-outline-primary.disabled.focus,
.btn-outline-primary:disabled:focus,
.btn-outline-primary:disabled.focus {
    border-color: #333333;
}

.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover {
    border-color: #333333;
}

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

.btn-outline-secondary:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

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

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

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

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

.btn-outline-secondary.disabled:hover,
.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:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

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

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

.btn-outline-info:active:hover,
.btn-outline-info:active:focus,
.btn-outline-info:active.focus,
.btn-outline-info.active:hover,
.btn-outline-info.active:focus,
.btn-outline-info.active.focus,
.open>.btn-outline-info.dropdown-toggle:hover,
.open>.btn-outline-info.dropdown-toggle:focus,
.open>.btn-outline-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1f7e9a;
}

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

.btn-outline-info.disabled:hover,
.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:hover {
    color: #fff;
    background-color: #4cbb6c;
    border-color: #4cbb6c;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    color: #fff;
    background-color: #4cbb6c;
    border-color: #4cbb6c;
}

.btn-outline-success:active,
.btn-outline-success.active,
.open>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #4cbb6c;
    border-color: #4cbb6c;
}

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

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

.btn-outline-success.disabled:hover,
.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:hover {
    color: #fff;
    background-color: #FF9A52;
    border-color: #FF9A52;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    color: #fff;
    background-color: #FF9A52;
    border-color: #FF9A52;
}

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

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

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

.btn-outline-warning.disabled:hover,
.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:hover {
    color: #fff;
    background-color: #ff4c4c;
    border-color: #ff4c4c;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    color: #fff;
    background-color: #ff4c4c;
    border-color: #ff4c4c;
}

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

.btn-outline-danger:active:hover,
.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,
.open>.btn-outline-danger.dropdown-toggle:hover,
.open>.btn-outline-danger.dropdown-toggle:focus,
.open>.btn-outline-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #f40000;
    border-color: #cc0000;
}

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

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

.btn-link {
    font-weight: normal;
    color: #000;
    border-radius: 0;
}

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

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

.btn-link:hover {
    border-color: transparent;
}

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

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

.btn-lg,
.btn-group-lg>.btn {
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
    border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

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

.btn-block+.btn-block {
    margin-top: 0.5rem;
}

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

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

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

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

.dropup,
.dropdown {
    position: relative;
}

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

.dropdown-toggle:focus {
    outline: 0;
}

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

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 1rem;
    color: #7a7a7a;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
}

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

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

.dropdown-item:focus,
.dropdown-item:hover {
    color: #6d6d6d;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-item.active,
.dropdown-item.active:focus,
.dropdown-item.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #000;
    outline: 0;
}

.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: 5px 20px;
    font-size: 0.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: 0.3em solid;
}

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

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

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

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

.btn-group>.btn:hover,
.btn-group-vertical>.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: -0.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: 0.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: 0.75rem;
    padding-left: 0.75rem;
}

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

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

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

.btn .caret {
    margin-left: 0;
}

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

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret {
    border-width: 0 0.3em 0.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 input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    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:focus,
.input-group .form-control:active,
.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: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.25;
    color: #acaaa6;
    text-align: center;
    background-color: #f6f6f6;
    border: 1px solid rgba(0, 0, 0, 0.1);
    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: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.input-group-addon.form-control-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
    border-radius: 0.3rem;
}

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

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

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

.input-group .form-control:not(:first-child),
.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:not(:first-child),
.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

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

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

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

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

.input-group-btn>.btn:focus,
.input-group-btn>.btn:active,
.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:focus,
.input-group-btn:not(:first-child)>.btn:active,
.input-group-btn:not(:first-child)>.btn:hover,
.input-group-btn:not(:first-child)>.btn-group:focus,
.input-group-btn:not(:first-child)>.btn-group:active,
.input-group-btn:not(:first-child)>.btn-group:hover {
    z-index: 3;
}

.custom-control {
    position: relative;
    display: inline;
    padding-left: 1.5rem;
    cursor: pointer;
}

.custom-control+.custom-control {
    margin-left: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-input:checked~.custom-control-indicator {
    color: #fff;
    background-color: #0074d9;
}

.custom-control-input:focus~.custom-control-indicator {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
}

.custom-control-input:active~.custom-control-indicator {
    color: #fff;
    background-color: #84c6ff;
}

.custom-control-input:disabled~.custom-control-indicator {
    cursor: not-allowed;
    background-color: #eee;
}

.custom-control-input:disabled~.custom-control-description {
    color: #767676;
    cursor: not-allowed;
}

.custom-control-indicator {
    position: absolute;
    top: .0625rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
    border-radius: 0;
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator {
    background-color: #0074d9;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked .custom-control {
    display: inline;
}

.custom-controls-stacked .custom-control::after {
    display: block;
    margin-bottom: 0.25rem;
    content: "";
}

.custom-controls-stacked .custom-control+.custom-control {
    margin-left: 0;
}

.custom-select {
    display: inline-block;
    max-width: 100%;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    padding-right: 0.75rem \9;
    color: #acaaa6;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-image: none \9;
    background-size: 8px 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.custom-select:focus {
    border-color: #51a7e8;
    outline: none;
}

.custom-select:focus::-ms-value {
    color: #acaaa6;
    background-color: #fff;
}

.custom-select:disabled {
    color: #f1f1f1;
    cursor: not-allowed;
    background-color: #f6f6f6;
}

.custom-select::-ms-expand {
    opacity: 0;
}

.custom-select-sm {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}

.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 2.5rem;
    cursor: pointer;
}

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #555;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
}

.custom-file-control:lang(en)::after {
    content: "Choose file...";
}

.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 0 0 0 0;
}

.custom-file-control:lang(en)::before {
    content: "Browse";
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: inline-block;
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}

.nav-link.disabled {
    color: #f1f1f1;
}

.nav-link.disabled,
.nav-link.disabled:focus,
.nav-link.disabled:hover {
    color: #f1f1f1;
    cursor: not-allowed;
    background-color: transparent;
}

.nav-inline .nav-item {
    display: inline-block;
}

.nav-inline .nav-item+.nav-item,
.nav-inline .nav-link+.nav-link {
    margin-left: 1rem;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs::after {
    content: "";
    display: table;
    clear: both;
}

.nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs .nav-item+.nav-item {
    margin-left: 0.2rem;
}

.nav-tabs .nav-link {
    display: block;
    padding: 0.5em 1em;
    border: 1px solid transparent;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #f6f6f6 #f6f6f6 #ddd;
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.disabled:focus,
.nav-tabs .nav-link.disabled:hover {
    color: #f1f1f1;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover {
    color: #acaaa6;
    background-color: #fff;
    border-color: #ddd #ddd transparent;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.nav-pills::after {
    content: "";
    display: table;
    clear: both;
}

.nav-pills .nav-item {
    float: left;
}

.nav-pills .nav-item+.nav-item {
    margin-left: 0.2rem;
}

.nav-pills .nav-link {
    display: block;
    padding: 0.5em 1em;
    border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
    color: #fff;
    cursor: default;
    background-color: #000;
}

.nav-stacked .nav-item {
    display: block;
    float: none;
}

.nav-stacked .nav-item+.nav-item {
    margin-top: 0.2rem;
    margin-left: 0;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.navbar {
    position: relative;
    padding: 0.5rem 1rem;
}

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

@media (min-width: 544px) {
    .navbar {
        border-radius: 0;
    }
}

.navbar-full {
    z-index: 1000;
}

@media (min-width: 544px) {
    .navbar-full {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 544px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
}

.navbar-fixed-bottom {
    bottom: 0;
}

.navbar-sticky-top {
    position: sticky;
    top: 0;
    z-index: 1030;
    width: 100%;
}

@media (min-width: 544px) {
    .navbar-sticky-top {
        border-radius: 0;
    }
}

.navbar-brand {
    float: left;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    margin-right: 1rem;
    font-size: 0.9375rem;
}

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

.navbar-brand>img {
    display: block;
}

.navbar-divider {
    float: left;
    width: 1px;
    padding-top: .425rem;
    padding-bottom: .425rem;
    margin-right: 1rem;
    margin-left: 1rem;
    overflow: hidden;
}

.navbar-divider::before {
    content: "\A0";
}

.navbar-toggler {
    padding: .5rem .75rem;
    font-size: 0.9375rem;
    line-height: 1;
    background: none;
    border: 1px solid transparent;
    border-radius: 0;
}

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

.navbar-nav .nav-item {
    float: left;
}

.navbar-nav .nav-link {
    display: block;
    padding-top: .425rem;
    padding-bottom: .425rem;
}

.navbar-nav .nav-link+.nav-link {
    margin-left: 1rem;
}

.navbar-nav .nav-item+.nav-item {
    margin-left: 1rem;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.8);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.8);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.6);
}

.navbar-light .navbar-nav .open>.nav-link,
.navbar-light .navbar-nav .open>.nav-link:focus,
.navbar-light .navbar-nav .open>.nav-link:hover,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .active>.nav-link:focus,
.navbar-light .navbar-nav .active>.nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
    color: rgba(0, 0, 0, 0.8);
}

.navbar-light .navbar-divider {
    background-color: rgba(0, 0, 0, 0.075);
}

.navbar-dark .navbar-brand {
    color: white;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: white;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .open>.nav-link,
.navbar-dark .navbar-nav .open>.nav-link:focus,
.navbar-dark .navbar-nav .open>.nav-link:hover,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link:focus,
.navbar-dark .navbar-nav .active>.nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
    color: white;
}

.navbar-dark .navbar-divider {
    background-color: rgba(255, 255, 255, 0.075);
}

.navbar-toggleable-xs::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 543px) {
    .navbar-toggleable-xs .navbar-nav .nav-item {
        float: none;
        margin-left: 0;
    }
}

@media (min-width: 544px) {
    .navbar-toggleable-xs {
        display: block !important;
    }
}

.navbar-toggleable-sm::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 767px) {
    .navbar-toggleable-sm .navbar-nav .nav-item {
        float: none;
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-toggleable-sm {
        display: block !important;
    }
}

.navbar-toggleable-md::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 991px) {
    .navbar-toggleable-md .navbar-nav .nav-item {
        float: none;
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-toggleable-md {
        display: block !important;
    }
}

.card {
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.card-block {
    padding: 1.25rem;
}

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

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link+.card-link {
    margin-left: 1.25rem;
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.card-header {
    padding: 0.75rem 1.25rem;
    background-color: #f5f5f5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

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

.card-header:first-child {
    border-radius: 0 0 0 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #f5f5f5;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

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

.card-footer:last-child {
    border-radius: 0 0 0 0;
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-primary {
    background-color: #000;
    border-color: #000;
}

.card-primary .card-header,
.card-primary .card-footer {
    background-color: transparent;
}

.card-success {
    background-color: #4cbb6c;
    border-color: #4cbb6c;
}

.card-success .card-header,
.card-success .card-footer {
    background-color: transparent;
}

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

.card-info .card-header,
.card-info .card-footer {
    background-color: transparent;
}

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

.card-warning .card-header,
.card-warning .card-footer {
    background-color: transparent;
}

.card-danger {
    background-color: #ff4c4c;
    border-color: #ff4c4c;
}

.card-danger .card-header,
.card-danger .card-footer {
    background-color: transparent;
}

.card-outline-primary {
    background-color: transparent;
    border-color: #000;
}

.card-outline-secondary {
    background-color: transparent;
    border-color: transparent;
}

.card-outline-info {
    background-color: transparent;
    border-color: #5bc0de;
}

.card-outline-success {
    background-color: transparent;
    border-color: #4cbb6c;
}

.card-outline-warning {
    background-color: transparent;
    border-color: #FF9A52;
}

.card-outline-danger {
    background-color: transparent;
    border-color: #ff4c4c;
}

.card-inverse .card-header,
.card-inverse .card-footer {
    border-color: rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
    color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
    color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
    color: #fff;
}

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0;
}

.card-img {
    border-radius: 0.25rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img-top {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.card-img-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

@media (min-width: 544px) {
    .card-deck {
        display: table;
        width: 100%;
        margin-bottom: 0.75rem;
        table-layout: fixed;
        border-spacing: 1.25rem 0;
    }
    .card-deck .card {
        display: table-cell;
        margin-bottom: 0;
        vertical-align: top;
    }
    .card-deck-wrapper {
        margin-right: -1.25rem;
        margin-left: -1.25rem;
    }
}

@media (min-width: 544px) {
    .card-group {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    .card-group .card {
        display: table-cell;
        vertical-align: top;
    }
    .card-group .card+.card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }
    .card-group .card:first-child .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }
    .card-group .card:last-child .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0;
    }
    .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0;
    }
    .card-group .card:not(:first-child):not(:last-child) .card-img-top,
    .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
        border-radius: 0;
    }
}

@media (min-width: 544px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
    }
    .card-columns .card {
        width: 100%;
    }
}

.breadcrumb {
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #f6f6f6;
    border-radius: 0;
}

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

.breadcrumb-item {
    float: left;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #f1f1f1;
    content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #f1f1f1;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 0;
}

.page-item {
    display: inline;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.page-item:last-child .page-link {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #000;
    border-color: #000;
}

.page-item.disabled .page-link,
.page-item.disabled .page-link:focus,
.page-item.disabled .page-link:hover {
    color: #f1f1f1;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.page-link {
    position: relative;
    float: left;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.page-link:focus,
.page-link:hover {
    color: black;
    background-color: #f6f6f6;
    border-color: #ddd;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
}

.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: 0.3rem;
    border-top-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.275rem 0.75rem;
    font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: 0.2rem;
    border-top-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}

.tag {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
}

.tag:empty {
    display: none;
}

.btn .tag {
    position: relative;
    top: -1px;
}

a.tag:focus,
a.tag:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.tag-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.tag-default {
    background-color: #f1f1f1;
}

.tag-default[href]:focus,
.tag-default[href]:hover {
    background-color: #d8d8d8;
}

.tag-primary {
    background-color: #000;
}

.tag-primary[href]:focus,
.tag-primary[href]:hover {
    background-color: black;
}

.tag-success {
    background-color: #4cbb6c;
}

.tag-success[href]:focus,
.tag-success[href]:hover {
    background-color: #3a9a56;
}

.tag-info {
    background-color: #5bc0de;
}

.tag-info[href]:focus,
.tag-info[href]:hover {
    background-color: #31b0d5;
}

.tag-warning {
    background-color: #ff9a52;
}

.tag-warning[href]:focus,
.tag-warning[href]:hover {
    background-color: #ff7c1f;
}

.tag-danger {
    background-color: #ff4c4c;
}

.tag-danger[href]:focus,
.tag-danger[href]:hover {
    background-color: #ff1919;
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #f6f6f6;
    border-radius: 0.3rem;
}

@media (min-width: 544px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-hr {
    border-top-color: #dddddd;
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: bold;
}

.alert-dismissible {
    padding-right: 2rem;
}

.alert-dismissible .close {
    position: relative;
    top: -.125rem;
    right: -1rem;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #c1e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6d5ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: rgba(255, 154, 82, 0.3);
    border-color: #FF9A52;
    color: #232323;
}

.alert-warning hr {
    border-top-color: #ff8b39;
}

.alert-warning .alert-link {
    color: #0a0a0a;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #e4b9b9;
}

.alert-danger .alert-link {
    color: #843534;
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    display: block;
    width: 100%;
    height: 1rem;
    margin-bottom: 1rem;
}

.progress[value] {
    background-color: #eee;
    border: 0;
    appearance: none;
    border-radius: 0;
}

.progress[value]::-ms-fill {
    background-color: #0074d9;
    border: 0;
}

.progress[value]::-moz-progress-bar {
    background-color: #0074d9;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.progress[value]::-webkit-progress-value {
    background-color: #0074d9;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.progress[value="100"]::-moz-progress-bar {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.progress[value="100"]::-webkit-progress-value {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.progress[value]::-webkit-progress-bar {
    background-color: #eee;
    border-radius: 0;
}

base::-moz-progress-bar,
.progress[value] {
    background-color: #eee;
    border-radius: 0;
}

@media screen and (min-width: 0\0) {
    .progress {
        background-color: #eee;
        border-radius: 0;
    }
    .progress-bar {
        display: inline-block;
        height: 1rem;
        text-indent: -999rem;
        background-color: #0074d9;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }
    .progress[width="100%"] {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }
}

.progress-striped[value]::-webkit-progress-value {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-striped[value]::-moz-progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-striped[value]::-ms-fill {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

@media screen and (min-width: 0\0) {
    .progress-bar-striped {
        background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-size: 1rem 1rem;
    }
}

.progress-animated[value]::-webkit-progress-value {
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-animated[value]::-moz-progress-bar {
    animation: progress-bar-stripes 2s linear infinite;
}

@media screen and (min-width: 0\0) {
    .progress-animated .progress-bar-striped {
        animation: progress-bar-stripes 2s linear infinite;
    }
}

.progress-success[value]::-webkit-progress-value {
    background-color: #4cbb6c;
}

.progress-success[value]::-moz-progress-bar {
    background-color: #4cbb6c;
}

.progress-success[value]::-ms-fill {
    background-color: #4cbb6c;
}

@media screen and (min-width: 0\0) {
    .progress-success .progress-bar {
        background-color: #4cbb6c;
    }
}

.progress-info[value]::-webkit-progress-value {
    background-color: #5bc0de;
}

.progress-info[value]::-moz-progress-bar {
    background-color: #5bc0de;
}

.progress-info[value]::-ms-fill {
    background-color: #5bc0de;
}

@media screen and (min-width: 0\0) {
    .progress-info .progress-bar {
        background-color: #5bc0de;
    }
}

.progress-warning[value]::-webkit-progress-value {
    background-color: #ff9a52;
}

.progress-warning[value]::-moz-progress-bar {
    background-color: #ff9a52;
}

.progress-warning[value]::-ms-fill {
    background-color: #ff9a52;
}

@media screen and (min-width: 0\0) {
    .progress-warning .progress-bar {
        background-color: #ff9a52;
    }
}

.progress-danger[value]::-webkit-progress-value {
    background-color: #ff4c4c;
}

.progress-danger[value]::-moz-progress-bar {
    background-color: #ff4c4c;
}

.progress-danger[value]::-ms-fill {
    background-color: #ff4c4c;
}

@media screen and (min-width: 0\0) {
    .progress-danger .progress-bar {
        background-color: #ff4c4c;
    }
}

.media,
.media-body {
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right {
    padding-left: 10px;
}

.media-left {
    padding-right: 10px;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #f1f1f1;
    cursor: not-allowed;
    background-color: #f6f6f6;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #f1f1f1;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #000;
    border-color: #000;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>.small {
    color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #666666;
}

.list-group-flush .list-group-item {
    border-radius: 0;
}

.list-group-item-action {
    width: 100%;
    color: #555;
    text-align: inherit;
}

.list-group-item-action .list-group-item-heading {
    color: #333;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9 {
    padding-bottom: 42.85714%;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.embed-responsive-1by1 {
    padding-bottom: 100%;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    -webkit-overflow-scrolling: touch;
}

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

.modal.in .modal-dialog {
    transform: translate(0, 0);
}

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

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.in {
    opacity: 0.5;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header::after {
    content: "";
    display: table;
    clear: both;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer::after {
    content: "";
    display: table;
    clear: both;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 544px) {
    .modal-dialog {
        max-width: 600px;
        margin: 30px auto;
    }
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 900px;
    }
}

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

.tooltip.in {
    opacity: 0.9;
}

.tooltip.tooltip-top,
.tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.tooltip-top .tooltip-arrow,
.tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #ff4c4c;
}

.tooltip.tooltip-right,
.tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.tooltip-right .tooltip-arrow,
.tooltip.bs-tether-element-attached-left .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #ff4c4c;
}

.tooltip.tooltip-bottom,
.tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.tooltip-bottom .tooltip-arrow,
.tooltip.bs-tether-element-attached-top .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #ff4c4c;
}

.tooltip.tooltip-left,
.tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip.tooltip-left .tooltip-arrow,
.tooltip.bs-tether-element-attached-right .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #ff4c4c;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #ff4c4c;
    border-radius: 0;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    padding: 1px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

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

.popover.popover-top .popover-arrow,
.popover.bs-tether-element-attached-bottom .popover-arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}

.popover.popover-top .popover-arrow::after,
.popover.bs-tether-element-attached-bottom .popover-arrow::after {
    bottom: 1px;
    margin-left: -10px;
    content: "";
    border-top-color: #fff;
    border-bottom-width: 0;
}

.popover.popover-right,
.popover.bs-tether-element-attached-left {
    margin-left: 10px;
}

.popover.popover-right .popover-arrow,
.popover.bs-tether-element-attached-left .popover-arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}

.popover.popover-right .popover-arrow::after,
.popover.bs-tether-element-attached-left .popover-arrow::after {
    bottom: -10px;
    left: 1px;
    content: "";
    border-right-color: #fff;
    border-left-width: 0;
}

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

.popover.popover-bottom .popover-arrow,
.popover.bs-tether-element-attached-top .popover-arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-bottom .popover-arrow::after,
.popover.bs-tether-element-attached-top .popover-arrow::after {
    top: 1px;
    margin-left: -10px;
    content: "";
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.popover-left,
.popover.bs-tether-element-attached-right {
    margin-left: -10px;
}

.popover.popover-left .popover-arrow,
.popover.bs-tether-element-attached-right .popover-arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-left .popover-arrow::after,
.popover.bs-tether-element-attached-right .popover-arrow::after {
    right: 1px;
    bottom: -10px;
    content: "";
    border-right-width: 0;
    border-left-color: #fff;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 0.2375rem 0.2375rem 0 0;
}

.popover-title:empty {
    display: none;
}

.popover-content {
    padding: 9px 14px;
}

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

.popover-arrow {
    border-width: 11px;
}

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

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner>.carousel-item {
    position: relative;
    display: none;
    transition: .6s ease-in-out left;
}

.carousel-inner>.carousel-item>img,
.carousel-inner>.carousel-item>a>img {
    line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.carousel-item {
        transition: transform .6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000px;
    }
    .carousel-inner>.carousel-item.next,
    .carousel-inner>.carousel-item.active.right {
        left: 0;
        transform: translate3d(100%, 0, 0);
    }
    .carousel-inner>.carousel-item.prev,
    .carousel-inner>.carousel-item.active.left {
        left: 0;
        transform: translate3d(-100%, 0, 0);
    }
    .carousel-inner>.carousel-item.next.left,
    .carousel-inner>.carousel-item.prev.right,
    .carousel-inner>.carousel-item.active {
        left: 0;
        transform: translate3d(0, 0, 0);
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block;
}

.carousel-inner>.active {
    left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner>.next {
    left: 100%;
}

.carousel-inner>.prev {
    left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0;
}

.carousel-inner>.active.left {
    left: -100%;
}

.carousel-inner>.active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    opacity: 0.5;
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1;
}

.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev::before {
    content: "\2039";
}

.carousel-control .icon-next::before {
    content: "\203A";
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media (min-width: 544px) {
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }
    .carousel-control .icon-prev {
        margin-left: -15px;
    }
    .carousel-control .icon-next {
        margin-right: -15px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}

.bg-faded {
    background-color: #f7f7f9;
}

.bg-primary {
    color: #fff !important;
    background-color: #000 !important;
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: black !important;
}

.bg-success {
    color: #fff !important;
    background-color: #4cbb6c !important;
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #3a9a56 !important;
}

.bg-info {
    color: #fff !important;
    background-color: #5bc0de !important;
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #31b0d5 !important;
}

.bg-warning {
    color: #fff !important;
    background-color: #ff9a52 !important;
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #ff7c1f !important;
}

.bg-danger {
    color: #fff !important;
    background-color: #ff4c4c !important;
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #ff1919 !important;
}

.bg-inverse {
    color: #fff !important;
    background-color: #7a7a7a !important;
}

a.bg-inverse:focus,
a.bg-inverse:hover {
    background-color: #616161 !important;
}

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

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

.d-inline-block {
    display: inline-block !important;
}

.d-inline {
    display: inline !important;
}

.pull-xs-left {
    float: left !important;
}

.pull-xs-right {
    float: right !important;
}

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

@media (min-width: 544px) {
    .pull-sm-left {
        float: left !important;
    }
    .pull-sm-right {
        float: right !important;
    }
    .pull-sm-none {
        float: none !important;
    }
}

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

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

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

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.w-100 {
    width: 100% !important;
}

.m-x-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.m-a-0 {
    margin: 0 0 !important;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-r-0 {
    margin-right: 0 !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-l-0 {
    margin-left: 0 !important;
}

.m-x-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.m-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m-a-1 {
    margin: 1rem 1rem !important;
}

.m-t-1 {
    margin-top: 1rem !important;
}

.m-r-1 {
    margin-right: 1rem !important;
}

.m-b-1 {
    margin-bottom: 1rem !important;
}

.m-l-1 {
    margin-left: 1rem !important;
}

.m-x-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.m-y-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.m-a-2 {
    margin: 1.5rem 1.5rem !important;
}

.m-t-2 {
    margin-top: 1.5rem !important;
}

.m-r-2 {
    margin-right: 1.5rem !important;
}

.m-b-2 {
    margin-bottom: 1.5rem !important;
}

.m-l-2 {
    margin-left: 1.5rem !important;
}

.m-x-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.m-y-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.m-a-3 {
    margin: 3rem 3rem !important;
}

.m-t-3 {
    margin-top: 3rem !important;
}

.m-r-3 {
    margin-right: 3rem !important;
}

.m-b-3 {
    margin-bottom: 3rem !important;
}

.m-l-3 {
    margin-left: 3rem !important;
}

.m-x-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.m-y-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.p-a-0 {
    padding: 0 0 !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-x-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.p-y-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-a-1 {
    padding: 1rem 1rem !important;
}

.p-t-1 {
    padding-top: 1rem !important;
}

.p-r-1 {
    padding-right: 1rem !important;
}

.p-b-1 {
    padding-bottom: 1rem !important;
}

.p-l-1 {
    padding-left: 1rem !important;
}

.p-x-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.p-y-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.p-a-2 {
    padding: 1.5rem 1.5rem !important;
}

.p-t-2 {
    padding-top: 1.5rem !important;
}

.p-r-2 {
    padding-right: 1.5rem !important;
}

.p-b-2 {
    padding-bottom: 1.5rem !important;
}

.p-l-2 {
    padding-left: 1.5rem !important;
}

.p-x-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.p-y-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.p-a-3 {
    padding: 3rem 3rem !important;
}

.p-t-3 {
    padding-top: 3rem !important;
}

.p-r-3 {
    padding-right: 3rem !important;
}

.p-b-3 {
    padding-bottom: 3rem !important;
}

.p-l-3 {
    padding-left: 3rem !important;
}

.p-x-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.p-y-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pos-f-t {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

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

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

@media (min-width: 544px) {
    .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;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-normal {
    font-weight: normal;
}

.font-weight-bold {
    font-weight: bold;
}

.font-italic {
    font-style: italic;
}

.text-muted {
    color: #acaaa6 !important;
}

a.text-muted:focus,
a.text-muted:hover {
    color: #93918c !important;
}

.text-primary {
    color: #000 !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: black !important;
}

.text-success {
    color: #4cbb6c !important;
}

a.text-success:focus,
a.text-success:hover {
    color: #3a9a56 !important;
}

.text-info {
    color: #5bc0de !important;
}

a.text-info:focus,
a.text-info:hover {
    color: #31b0d5 !important;
}

.text-warning {
    color: #ff9a52 !important;
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ff7c1f !important;
}

.text-danger {
    color: #ff4c4c !important;
}

a.text-danger:focus,
a.text-danger:hover {
    color: #ff1919 !important;
}

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

.invisible {
    visibility: hidden !important;
}

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

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

@media (min-width: 544px) {
    .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 {
    display: none !important;
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}


/*========================== BOX SHADOW ==========================*/

@font-face {
    font-family: 'Noto Sans';
    src: url(3d4a907b1b7a232654324a3dd7ae4aa3.eot);
    src: local("Noto Sans Regular"), local("NotoSans-Regular"), url(3d4a907b1b7a232654324a3dd7ae4aa3.eot) format("embedded-opentype"), url(19c1b868764c0e4d15a45d3f61250488.woff2) format("woff2"), url(846c191efd3d0aacde5a916cf2ebf1a4.woff) format("woff"), url(2fd9c16b805724d590c0cff96da070a4.ttf) format("truetype"), url(5ea9fdf2293930126fa9c544968009ae.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans';
    src: url(eeb9224f85430652fd070e4e64129aa4.eot);
    src: local("Noto Sans Bold"), local("NotoSans-Bold"), url(eeb9224f85430652fd070e4e64129aa4.eot) format("embedded-opentype"), url(199038f07312bfc6f0aabd3ed6a2b64d.woff2) format("woff2"), url(c2183257e7a697769df4200c547551f1.woff) format("woff"), url(a165a42685795361b25593effb32fdb1.ttf) format("truetype"), url(5dc400bcedda37b13f35cb44623193cf.svg) format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans';
    src: url(a77ade19de3d3762dfbf1fe553b293cc.eot);
    src: local("Noto Sans Italic"), local("NotoSans-Italic"), url(a77ade19de3d3762dfbf1fe553b293cc.eot) format("embedded-opentype"), url(7a3ebca0cba2e2c6090e84e1d77e0f94.woff2) format("woff2"), url(332f555bb44cdc394d6c799df0c03389.woff) format("woff"), url(154da4697acc779b55af0a67f1241e4e.ttf) format("truetype"), url(3d34be670a7f15086e512282b97ae35e.svg) format("svg");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Noto Sans';
    src: url(b467416c449eb823029e16347b2ea510.eot);
    src: local("Noto Sans BoldItalic"), local("NotoSans-BoldItalic"), url(b467416c449eb823029e16347b2ea510.eot) format("embedded-opentype"), url(a68cfe9d548950edf5df102269877edd.woff2) format("woff2"), url(3f81521029cc8a9a703419c4a74704a0.woff) format("woff"), url(4f6ff3639c1e5728b905b650c1a06e75.ttf) format("truetype"), url(80e74ff9406650e53bbec1e292c2c094.svg) format("svg");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(e79bfd88537def476913f3ed52f4f4b3.eot);
    /* For IE6-8 */
    src: local("Material Icons"), local("MaterialIcons-Regular"), url(570eb83859dc23dd0eec423a49e147fe.woff2) format("woff2"), url(012cf6a10129e2275d79d6adac7f3b02.woff) format("woff"), url(a37b0c01c0baf1888ca812cc0508f6e2.ttf) format("truetype");
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.lang-rtl * {
    direction: rtl !important;
}

.lang-rtl main {
    text-align: right !important;
}

body {
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #232323;
    line-height: 1.25em;
    letter-spacing: 0.5px;
}

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

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

a:focus {
    text-decoration: none;
}

p {
    color: #333;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: none;
}

.color,
.custom-checkbox input[type="checkbox"]+span.color {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    cursor: pointer;
    background: #fafafa none repeat scroll 0 0;
    display: inline-block;
    justify-content: center;
    margin-right: 5px;
    width: 20px;
    border: 1px solid #eee;
}

.color.active,
.color:hover,
.custom-checkbox input[type="checkbox"]+span.color.active,
.custom-checkbox input[type="checkbox"]+span.color:hover {
    border-color: #333;
}

.facet-label.active .custom-checkbox span.color,
.facet-label:hover .custom-checkbox span.color {
    border-color: #333;
}

.h1,
.h2,
.h3 {
    text-transform: uppercase;
    color: #232323;
}

.h4 {
    font-weight: 700;
    color: #232323;
}

.btn-primary,
.btn.disabled,
.btn:disabled,
.btn-secondary,
.btn-tertiary,
.btn {
    opacity: 1;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 0px;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    border-radius: 40px;
    font-family: 'Quicksand', sans-serif;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #000;
    background-color: #fcc10f;
    border: 1px solid #fcc10f;
    outline: none;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn.disabled:hover,
.btn.disabled:active,
.btn.disabled:focus,
.btn:disabled:hover,
.btn:disabled:active,
.btn:disabled:focus,
.btn-secondary:hover,
.btn-tertiary:hover,
.btn-secondary:active,
.btn-tertiary:active,
.btn-secondary:focus,
.btn-tertiary:focus,
.btn:hover,
.btn:active,
.btn:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn.disabled:active:hover,
.btn.disabled:active:focus,
.btn:disabled:active:hover,
.btn:disabled:active:focus,
.btn-secondary:active:hover,
.btn-tertiary:active:hover,
.btn-secondary:active:focus,
.btn-tertiary:active:focus,
.btn:active:hover,
.btn:active:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-primary:focus,
.btn.disabled:focus,
.btn:disabled:focus,
.btn-secondary:focus,
.btn-tertiary:focus,
.btn:focus {
    outline: none;
}

.btn-primary .material-icons,
.btn.disabled .material-icons,
.btn:disabled .material-icons,
.btn-secondary .material-icons,
.btn-tertiary .material-icons,
.btn .material-icons {
    margin-right: 0.625rem;
}

.btn-secondary,
.btn-tertiary {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-secondary:hover,
.btn-tertiary:hover,
.btn-secondary:active,
.btn-tertiary:active,
.btn-secondary:focus,
.btn-tertiary:focus {
    color: #000;
    background-color: #fcc10f;
    border-color: #fcc10f;
}

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

.btn-tertiary {
    text-transform: lowercase;
    color: #acaaa6;
    padding: 10px 15px;
    margin: 0.25rem 0;
    font-weight: 400;
    font-size: 0.875rem;
}

.btn-tertiary .material-icons {
    font-size: 1rem;
}

.card-title {
    color: #333;
}

label,
.label {
    color: #232323;
    text-align: right;
    font-size: 0.875rem;
}

small.label,
small.value {
    font-size: 0.8125rem;
}

.form-control-label {
    padding-top: 0.625rem;
}

.form-control {
    background: #fff;
    color: #333;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0.5rem 1rem;
}

.form-control:focus {
    color: #232323;
    border-color: #cfcfcf;
}

.input-group .input-group {
    height: 40px;
}

.input-group .form-control:focus {
    outline: none;
}

.input-group .input-group-btn {
    height: 40px;
}

.input-group .input-group-btn>.btn {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #ffffff;
    font-size: 0.6875rem;
    font-weight: normal;
    margin-left: 0;
    padding: 12px 16px;
    text-transform: uppercase;
}

.input-group .input-group-btn>.btn[data-action="show-password"] {
    background: #5f5f5f;
    height: 40px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #acaaa6;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #333;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #acaaa6;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #acaaa6;
}

input:active::-webkit-input-placeholder,
textarea:active::-webkit-input-placeholder {
    color: #232323;
}

input:active::-moz-placeholder,
textarea:active::-moz-placeholder {
    color: #333;
}

input:active:-ms-input-placeholder,
textarea:active:-ms-input-placeholder {
    color: #232323;
}

input:active:-moz-placeholder,
textarea:active:-moz-placeholder {
    color: #232323;
}

.form-control-select {
    height: 2.625rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 14px;
    background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=") no-repeat scroll right 0.5rem center/1.25rem 1.25rem;
    padding: 0 0.5rem;
}

.form-control-valign {
    padding-top: 0.5rem;
}

.form-control-comment {
    font-size: 0.875rem;
    padding-top: 0.5rem;
    color: #333;
    display: block;
}

.form-control-submit.disabled {
    background: #5bc0de;
    color: white;
}

.form-group.has-error .help-block {
    color: #ff4c4c;
}

.group-span-filestyle label {
    margin: 0;
}

.group-span-filestyle .btn-default,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.bootstrap-touchspin .group-span-filestyle .btn-touchspin {
    background: #000;
    color: white;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
}

.bootstrap-touchspin {
    width: auto;
    float: left;
    display: inline-block;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

.bootstrap-touchspin input:focus {
    outline: none;
}

.bootstrap-touchspin input.form-control,
.bootstrap-touchspin input.input-group {
    color: #232323;
    background-color: white;
    height: 2.5rem;
    padding: 0.175rem 0.5rem;
    font-size: 14px;
    width: 3rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    float: left;
}

.bootstrap-touchspin .btn-touchspin {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 1.3125rem;
    box-shadow: none;
}

.bootstrap-touchspin .btn-touchspin:hover {
    background-color: #f1f1f1;
}

.bootstrap-touchspin .input-group-btn-vertical {
    color: #232323;
    width: auto;
    float: left;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {
    content: "\E5CE";
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
    content: "\E5CF";
}

.bootstrap-touchspin .input-group-btn-vertical i {
    top: 0.0625rem;
    left: 0.1875rem;
    font-size: 0.9375rem;
    color: #232323;
}

.custom-radio {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: white;
    margin-right: 1.25rem;
}

.custom-radio input[type="radio"] {
    opacity: 0;
    cursor: pointer;
}

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

.custom-radio input[type="radio"]:focus+span {
    border-color: #acaaa6;
}

.custom-checkbox {
    position: relative;
}

.custom-checkbox input[type="checkbox"] {
    margin-top: 0.25rem;
    opacity: 0;
    cursor: pointer;
    position: absolute;
}

.custom-checkbox input[type="checkbox"]+span {
    margin-right: 3px;
    display: inline-block;
    width: 0.9375rem;
    height: 0.9375rem;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ddd;
    background: #fafafa none repeat scroll 0 0;
}

.custom-checkbox input[type="checkbox"]+span .checkbox-checked {
    display: none;
    margin: -0.25rem -0.125rem;
    font-size: 20px;
    color: #232323;
}

.custom-checkbox input[type="checkbox"]:checked+span .checkbox-checked {
    display: block;
}

.custom-checkbox input[type="checkbox"]:focus+span {
    border-color: #acaaa6;
}

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

.text-muted {
    font-size: 0.875rem;
}

.done {
    color: #4cbb6c;
    display: inline-block;
    padding: 0 0.8125rem;
    margin-right: 1.563rem;
}

.thumb-mask>.mask {
    position: relative;
    width: 3.438rem;
    height: 3.438rem;
    overflow: hidden;
    border: #f1f1f1 1px solid;
    margin: 0.625rem 0;
}

.thumb-mask>.mask img {
    width: 55px;
    height: 55px;
}

.definition-list dl {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
}

.definition-list dl dt {
    font-weight: normal;
}

.definition-list dl dd,
.definition-list dl dt {
    flex: 0 0 45%;
    background: #f1f1f1;
    padding: 0.625rem;
    margin: 0.125rem;
}

.definition-list dl dd:nth-of-type(even),
.definition-list dl dt:nth-of-type(even) {
    background: #f6f6f6;
}

.help-block {
    margin-top: 0.625rem;
}

.btn.disabled,
.btn.disabled:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.alert-warning .material-icons {
    color: #FF9A52;
    font-size: 2rem;
    margin-right: 0.625rem;
    padding-top: 0.3125rem;
}

.alert-warning .alert-text {
    font-size: 0.9375rem;
    padding-top: 0.625rem;
}

.alert-warning .alert-link {
    border-radius: 2px;
    border-width: 2px;
    margin-left: 0.625rem;
    padding: 0.3125rem 1.25rem;
    font-weight: 600;
    font-size: 0.8125rem;
    color: #6C868E;
}

.alert-warning ul li:last-child .alert-link {
    color: white;
}

.alert-warning .warning-buttons {
    margin-top: 0.3125rem;
}

.btn-warning {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-tertiary-outline {
    color: #6C868E;
    background-image: none;
    background-color: transparent;
    border-color: #6C868E;
    border: 0.15rem solid #6C868E;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-tertiary-outline:hover {
    border-color: #BBCDD2;
    color: #BBCDD2;
}

.alert {
    font-size: 0.8125rem;
}

.nav-item .nav-link,
.nav-item .nav-separtor {
    color: #acaaa6;
    font-weight: bold;
}

.nav-item .nav-link.active,
.nav-item .nav-separtor.active {
    color: #232323;
}

.bootstrap-touchspin {
    box-shadow: none;
}

.modal-dialog-centered {
    -js-display: flex;
    display: flex;
    align-items: center;
    min-height: calc(100% - (30px * 2));
}

.ps-alert-error {
    margin-bottom: 0;
}

.ps-alert-error .item,
.ps-alert-success .item {
    align-items: center;
    border: 2px #ff4c4c solid;
    -js-display: flex;
    display: flex;
    background-color: #ff4c4c;
    margin-bottom: 1rem;
}

.ps-alert-error .item i,
.ps-alert-success .item i {
    border: 15px #ff4c4c solid;
    -js-display: flex;
    display: flex;
}

.ps-alert-error .item i svg,
.ps-alert-success .item i svg {
    background-color: #ff4c4c;
    width: 24px;
    height: 24px;
}

.ps-alert-error .item p,
.ps-alert-success .item p {
    background-color: #fff;
    margin: 0;
    padding: 18px 20px 18px 20px;
    width: 100%;
}

.ps-alert-success {
    padding: 0.25rem 0.25rem 2.75rem 0.25rem;
}

.ps-alert-success .item {
    border-color: #4cbb6c;
    background-color: #4cbb6c;
}

.ps-alert-success .item i {
    border-color: #4cbb6c;
}

.ps-alert-success .item i svg {
    background-color: #4cbb6c;
}


/*** Table ***/

.table-bordered {
    border: 1px solid #eaeaea;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #808080;
    line-height: 24px;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #eaeaea;
}

.table-bordered thead th {
    color: #000;
    vertical-align: bottom;
    border-bottom: 1px solid #eaeaea;
    font-weight: 600;
    background-color: #f9f9f9;
}

.table-bordered thead td {
    border: 1px solid #eaeaea;
}

.table-bordered.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: transparent;
}

.table-bordered td a {
    color: #808080;
}

.table-bordered td a:hover {
    color: #000000;
    text-decoration: none;
}

.card.definition-list {
    margin-bottom: 30px;
}

.dropdown {
    color: #acaaa6;
}

.dropdown:hover .expand-more {
    color: #000;
}

.dropdown .expand-more {
    color: #232323;
    cursor: pointer;
    user-select: none;
}

.dropdown .active {
    max-height: 200px;
    overflow-y: hidden;
    visibility: visible;
}

.dropdown select {
    -moz-appearance: none;
    border: 0 none;
    outline: 0 none;
    color: #232323;
    background: white;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: none;
    text-decoration: none;
    color: #000;
}

.search-widget {
    cursor: pointer;
    float: right;
    position: relative;
}

.search-widget form {
    position: relative;
}

.search-widget form input[type=text] {
    border: none;
    padding: 10px;
    min-width: 255px;
    color: #acaaa6;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.search-widget form button[type=submit] {
    position: absolute;
    background: none;
    border: none;
    bottom: 0.3125rem;
    right: 0.125rem;
    color: #acaaa6;
}

@media (max-width: 991px) {
    .search-widget {
        padding: 5px 0;
        float: right;
        position: relative;
    }
}

.search-widget .search-logo {
    fill: #000;
    width: 40px;
    height: 40px;
    display: block;
}

.search-widget form {
    display: none;
    z-index: 2;
    position: absolute;
    top: 40px;
    right: 0;
}

@media (max-width: 991px) {
    .search-widget form {
        top: 50px;
    }
}

.search-widget form input[type=text] {
    min-width: 300px;
    width: 100%;
    border: 1px solid #e9e9e9;
    height: 40px;
    padding: 5px 10px;
    padding-right: 45px;
    background: #fff;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.8px;
    color: #666666;
}

.search-widget form input[type="text"]:focus {
    background: #fff;
}

.search-widget form input[type="text"]::placeholder {
    color: #666666;
}

@media (max-width: 991px) {
    .search-widget form input[type=text] {
        /* If media is below 992 */
        background: #fff;
        padding-right: 45px;
        height: 40px;
    }
    .search-widget form input[type="text"]:focus {
        background: #fff;
    }
}

@media (max-width: 543px) {
    .search-widget form input[type=text] {
        /* If media is below 544 */
        min-width: 240px;
    }
}

@media (max-width: 340px) {
    .search-widget form input[type=text] {
        min-width: 220px;
    }
}

.search-widget form button[type=submit] {
    position: absolute;
    background: none;
    border: none;
    right: 0rem;
    color: #000;
    background-color: #fcc10f;
    padding: 0;
    height: 100%;
    width: 40px;
    bottom: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.search-widget form button[type="submit"]:hover {
    background-color: #000;
    color: #fff;
}

#checkout #search_widget {
    display: none;
    /* Not ideal solution by allows to reuse same hooks/templates */
}

#pagenotfound .page-content #search_widget {
    width: 100%;
}

.page-not-found .search-widget {
    position: relative;
    padding: 0;
}

.page-not-found .search-widget .search-logo {
    display: none;
}

.page-not-found .search-widget form {
    display: inline-block;
    top: 0;
    position: relative;
}


/**********************************   no change    ************************************/

.ui-widget.ui-widget-content {
    border-color: #e5e5e5;
    border-radius: 0;
    min-width: 300px;
    padding: 5px;
    max-width: 300px;
}

@media (max-width: 543px) {
    .ui-widget.ui-widget-content {
        /* If media is below 544 */
        min-width: 240px;
        max-width: 240px;
    }
}

@media (max-width: 340px) {
    .ui-widget.ui-widget-content {
        min-width: 220px;
        max-width: 220px;
    }
}

.ui-widget.ui-widget-content .ui-menu-item a {
    border: medium none;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 5px;
    width: 100%;
}

.ui-widget.ui-widget-content .ui-menu-item a.ui-state-focus {
    background: #e5e5e5;
    margin: 0;
}

.ui-widget.ui-widget-content .ui-menu-item a .product-image {
    float: left;
    height: auto;
    margin: 0 15px 0 0;
    max-width: 80px;
}

.ui-widget.ui-widget-content .ui-menu-item a .category {
    color: gray;
    display: block;
    font-size: 14px;
    text-transform: capitalize;
}

.ui-widget.ui-widget-content .ui-menu-item a .product {
    display: block;
    font-size: 16px;
    line-height: 18px;
}

@media (max-width: 340px) {
    .ui-widget.ui-widget-content .ui-menu-item a .product {
        font-size: 14px;
    }
}

.ui-widget.ui-widget-content .ui-menu-item a .price {
    color: #232323;
    display: block;
    font-size: 16px;
}


/*========================== NO CHANGE EXCEPT PADDING AND MARGIN==========================*/

#top-menu {
    margin: 0;
}

#top-menu>li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

@media (max-width: 991px) {
    #top-menu>li {
        display: block;
        padding: 15px 0;
        border-bottom: 1px solid #eeeeee;
    }
    #top-menu>li:last-child {
        border-bottom: none;
    }
}

#top-menu>li .dropdown-item {
    white-space: normal;
}

#top-menu>li>a {
    font-size: 16px;
    padding: 15px 5px;
    font-weight: 600;
    color: #000;
    font-family: 'Quicksand', sans-serif;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 991px) {
    #top-menu>li>a {
        color: #000;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    #top-menu>li>a {
        padding: 14px 3px;
        font-size: 12px;
    }
}

#top-menu>li>a i {
    float: right;
    line-height: 16px;
}

@media (min-width: 992px) {
    #top-menu>li>a {
        /* If media is above 991 */
    }
    #top-menu>li>a:hover {
        color: #fcc10f;
    }
}

#_desktop_top_menu #top-menu>li .sub-menu {
    top: 54px;
    left: 0;
    border: none;
    width: auto;
    z-index: 18;
    padding: 15px;
    border-radius: 0;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
}

#_desktop_top_menu #top-menu>li .sub-menu.collapse {
    opacity: 0;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    transform-origin: left top 0;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
}

#_desktop_top_menu #top-menu>li .sub-menu ul[data-depth="1"]>li {
    text-align: left;
    float: left;
    margin-left: 5px;
    min-width: 180px;
}

#_desktop_top_menu #top-menu>li .sub-menu ul[data-depth="1"]>li>a {
    padding: 0;
    padding-bottom: 4px;
    margin-bottom: 17px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 15px;
    position: relative;
}

#_desktop_top_menu #top-menu>li .sub-menu ul[data-depth="1"]>li>a:before {
    border-top: 1px solid #ddd;
    bottom: -7px;
    content: "";
    position: absolute;
    left: 0;
    width: 50%;
}

#_desktop_top_menu #top-menu>li .sub-menu a:hover {
    color: #000;
}

#_desktop_top_menu #top-menu>li:hover:hover .sub-menu {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
}

.top-menu a.dropdown-submenu {
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
}

.top-menu ul[data-depth="2"]>li a {
    padding: 0;
    padding-bottom: 8px;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
}

.top-menu ul[data-depth="2"]>li:last-child a {
    padding-bottom: 0;
}

.top-menu .collapse {
    display: inherit;
}

.top-menu .category-image {
    max-width: 100%;
    margin-top: 10px;
}

.top-menu .popover {
    max-width: inherit;
}

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

#canvas {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

#mobile_top_menu_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    bottom: 0;
    background: white;
    z-index: 999;
    overflow-y: auto;
    overflow-x: auto;
}

#mobile_top_menu_wrapper #top_menu_closer {
    cursor: pointer;
    color: #000000;
    text-align: right;
    padding: 15px 15px 10px;
}

#mobile_top_menu_wrapper #_mobile_top_menu {
    padding: 0 15px;
}

#mobile_top_menu_wrapper #top-menu {
    margin-bottom: 0;
    text-align: left;
    display: block;
    padding: 0;
}

#mobile_top_menu_wrapper .top-menu {
    color: #333;
}

#mobile_top_menu_wrapper .top-menu .category-image {
    display: none;
}

#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded="true"] .add {
    display: none;
}

#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded="true"] .remove {
    display: block;
}

#mobile_top_menu_wrapper .top-menu .collapse-icons .remove {
    display: none;
}

#mobile_top_menu_wrapper .top-menu .navbar-toggler {
    display: inline-block;
    padding: 0;
    position: absolute;
    right: 0;
}

#mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
    padding: 0;
    margin-bottom: 0px;
    color: #000000;
    line-height: 20px;
    font-weight: 400;
    font-size: 16px;
}

#mobile_top_menu_wrapper .top-menu .collapse {
    display: none;
}

#mobile_top_menu_wrapper .top-menu .collapse.in {
    display: block;
}

#mobile_top_menu_wrapper .top-menu .sub-menu {
    box-shadow: none;
    z-index: inherit;
    display: block;
    position: static;
    overflow: hidden;
    margin-left: 0;
    width: 100%;
    min-width: 100%;
    border: none;
}

#mobile_top_menu_wrapper .top-menu .sub-menu.collapse {
    display: none;
}

#mobile_top_menu_wrapper .top-menu .sub-menu.collapse.in {
    display: block;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] {
    margin: 0;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"]>li {
    float: none;
    margin: 0;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"]>li a {
    text-transform: none;
    font-size: 15px;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="2"]>li a {
    font-size: 14px;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul {
    padding: 10px 0 0 15px;
}

#mobile_top_menu_wrapper .top-menu .sub-menu li {
    position: relative;
    padding: 6px 0;
}

#mobile_top_menu_wrapper .top-menu .sub-menu li>a {
    font-weight: 400;
    padding: 0;
}

#mobile_top_menu_wrapper .top-menu .popover {
    border-radius: 0;
}

.mobile-menu-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    visibility: hidden;
    width: 100%;
    z-index: 998;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

#menu-icon {
    padding: 5px 5px;
}

#menu-icon .nav-icon {
    width: 40px;
    height: 40px;
}

#menu-icon .nav-icon svg {
    fill: #000;
}

body#checkout {
    color: #232323;
}

body#checkout .custom-checkbox {
    display: inline-block;
    vertical-align: middle;
}

body#checkout section#content {
    margin-bottom: 1.563rem;
}

body#checkout .container {
    min-height: 100%;
}

body#checkout section.checkout-step {
    clear: both;
    background-color: #fff;
    border: 1px solid #eaeaea;
    padding: 15px;
    margin-bottom: 10px;
}

body#checkout section.checkout-step .step-title {
    text-transform: uppercase;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
}

body#checkout section.checkout-step .content {
    padding: 0 2.313rem;
    margin-top: 10px;
}

body#checkout section.checkout-step .step-edit {
    text-transform: lowercase;
    font-weight: normal;
}

body#checkout section.checkout-step .step-edit .edit {
    font-size: 1rem;
}

body#checkout section.checkout-step .not-allowed {
    cursor: not-allowed;
    opacity: 0.5;
}

body#checkout section.checkout-step .content,
body#checkout section.checkout-step .done,
body#checkout section.checkout-step .step-edit {
    display: none;
}

body#checkout section.checkout-step.-unreachable .step-title {
    cursor: not-allowed;
    opacity: 0.5;
}

body#checkout section.checkout-step.-current .step-title {
    cursor: default;
}

body#checkout section.checkout-step.-current .content {
    display: block;
}

body#checkout section.checkout-step.-current.-reachable.-complete .done,
body#checkout section.checkout-step.-current.-reachable.-complete .step-edit {
    display: none;
}

body#checkout section.checkout-step.-current.-reachable.-complete .step-number {
    display: inline-block;
}

body#checkout section.checkout-step.-current.-reachable.-complete .content {
    display: block;
}

body#checkout section.checkout-step.-reachable.-complete h1 .done {
    display: inline-block;
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-number {
    display: none;
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    cursor: pointer;
    display: block;
    float: right;
    margin-right: 0.125rem;
    color: #acaaa6;
}

body#checkout section.checkout-step.-reachable.-complete .content {
    display: none;
}

body#checkout section.checkout-step small {
    color: #acaaa6;
    font-size: 13px;
}

body#checkout section.checkout-step .default-input {
    min-width: 40%;
}

body#checkout section.checkout-step .default-input[name=address1],
body#checkout section.checkout-step .default-input[name=address2] {
    min-width: 60%;
}

body#checkout section.checkout-step .radio-field {
    margin-top: 1.875rem;
}

body#checkout section.checkout-step .radio-field label {
    display: inline;
}

body#checkout section.checkout-step .checkbox-field div {
    margin-top: 3.75rem;
}

body#checkout section.checkout-step .checkbox-field+.checkbox-field div {
    margin-top: 0;
}

body#checkout section.checkout-step .select-field div {
    background: #f6f6f6;
    padding: 0.625rem 3.125rem;
}

body#checkout section.checkout-step .form-footer {
    text-align: center;
    margin: 8px 0;
}

body#checkout section.checkout-step #conditions-to-approve {
    padding-top: 1rem;
}

body#checkout section.checkout-step #conditions-to-approve .checkbox-container {
    display: inline-block;
    margin-right: 3px;
}

body#checkout section.checkout-step #conditions-to-approve .condition-label {
    margin-top: 0;
    margin-left: 0;
    display: inline-block;
}

body#checkout section.checkout-step .payment-options label {
    display: inline-block;
}

body#checkout section.checkout-step .payment-options .custom-radio {
    margin-right: 10px;
}

body#checkout section.checkout-step .payment-options .payment-option {
    margin-bottom: 0.5rem;
}

body#checkout section.checkout-step .step-number {
    display: inline-block;
    padding: 0.625rem;
}

body#checkout section.checkout-step .address-selector {
    display: box;
    -js-display: flex;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    box-lines: multiple;
    flex-wrap: wrap;
}

body#checkout section.checkout-step .address-item {
    border: 1px solid #eaeaea;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 75%;
    -moz-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    margin-bottom: 15px;
}

body#checkout section.checkout-step .address-item.selected {
    background: white;
}

body#checkout section.checkout-step .address-item .h4 {
    font-size: 14px;
    line-height: 24px;
}

body#checkout section.checkout-step .address-alias {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0.625rem;
}

body#checkout section.checkout-step .address {
    margin-left: 1.563rem;
    font-weight: normal;
}

body#checkout section.checkout-step .radio-block {
    padding: 20px;
    text-align: left;
    cursor: pointer;
}

body#checkout section.checkout-step .custom-radio {
    margin-right: 5px;
    margin-top: 0px;
    width: 18px;
    height: 18px;
}

body#checkout section.checkout-step .custom-radio input[type="radio"] {
    height: 1.25rem;
    width: 1.25rem;
}

body#checkout section.checkout-step .custom-radio input[type="radio"]:checked+span {
    background-color: #333333;
    width: 8px;
    height: 8px;
    left: 4px;
    top: 4px;
}

body#checkout section.checkout-step .delete-address,
body#checkout section.checkout-step .edit-address {
    color: #000;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}

body#checkout section.checkout-step .delete-address .delete,
body#checkout section.checkout-step .delete-address .edit,
body#checkout section.checkout-step .edit-address .delete,
body#checkout section.checkout-step .edit-address .edit {
    font-size: 1rem;
    width: 23px;
    height: 18px;
}

body#checkout section.checkout-step .delete-address:hover,
body#checkout section.checkout-step .edit-address:hover {
    color: #fcc10f;
}

body#checkout section.checkout-step hr {
    margin: 0;
}

body#checkout section.checkout-step .address-footer {
    text-align: center;
    padding: 0.625rem;
}

body#checkout section.checkout-step #delivery-addresses,
body#checkout section.checkout-step #invoice-addresses {
    margin-top: 1.25rem;
}

body#checkout section.checkout-step .add-address {
    margin-top: 1.25rem;
}

body#checkout section.checkout-step .add-address a {
    color: #232323;
}

body#checkout section.checkout-step .add-address a i {
    font-size: 0.9375rem;
}

body#checkout section.checkout-step .delivery-options>.row {
    border-right: 0.1rem solid #c3c3c3;
}

body#checkout section.checkout-step .delivery-options .delivery-option {
    background: #f6f6f6;
    padding: 0.9375rem 0;
    margin-bottom: 0.9375rem;
    min-height: 80px;
}

body#checkout section.checkout-step .delivery-options .delivery-option,
body#checkout section.checkout-step .delivery-options .delivery-option label>.row,
body#checkout section.checkout-step .delivery-options .delivery-option .carrier {
    -js-display: flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

body#checkout section.checkout-step .delivery-options .delivery-option label {
    text-align: inherit;
    margin-bottom: 0;
}

body#checkout section.checkout-step .delivery-options .delivery-option label .carrier {
    margin-left: 0;
}

body#checkout section.checkout-step .delivery-options .delivery-option label .carrier:not(.carrier-hasLogo)>.col-xs-12 {
    padding-left: calc(33.33333% + 15px);
}

body#checkout section.checkout-step .delivery-options .delivery-option img {
    width: 3.125rem;
}

body#checkout section.checkout-step .carrier-delay,
body#checkout section.checkout-step .carrier-name {
    display: inline-block;
    word-break: break-word;
    text-align: left;
    vertical-align: middle;
    margin: 0;
}

body#checkout section.checkout-step #customer-form,
body#checkout section.checkout-step #delivery-address,
body#checkout section.checkout-step #invoice-address,
body#checkout section.checkout-step #login-form {
    margin-left: 0.3125rem;
}

body#checkout section.checkout-step #customer-form .form-control-label,
body#checkout section.checkout-step #delivery-address .form-control-label,
body#checkout section.checkout-step #invoice-address .form-control-label,
body#checkout section.checkout-step #login-form .form-control-label {
    text-align: left;
}

body#checkout section.checkout-step #customer-form .radio-inline,
body#checkout section.checkout-step #delivery-address .radio-inline,
body#checkout section.checkout-step #invoice-address .radio-inline,
body#checkout section.checkout-step #login-form .radio-inline {
    padding: 0;
}

body#checkout section.checkout-step .sign-in {
    font-size: 0.875rem;
}

body#checkout section.checkout-step .forgot-password {
    margin-left: 14.38rem;
}

body#checkout .additional-information {
    font-size: 0.875rem;
    margin-left: 2.875rem;
    margin-top: 1.25rem;
}

body#checkout .condition-label {
    margin-left: 2.5rem;
    margin-top: 0.625rem;
}

body#checkout .condition-label label {
    text-align: inherit;
}

body#checkout .cancel-address {
    margin: 0.625rem;
    text-decoration: none;
}

body#checkout .modal-content {
    padding: 1.25rem;
    background-color: #f1f1f1;
}

body#checkout #cart-summary-product-list {
    font-size: 0.875rem;
}

body#checkout #cart-summary-product-list img {
    border: #eee 1px solid;
    width: 70px;
}

body#checkout #cart-summary-product-list .media-body {
    vertical-align: middle;
}

body#checkout #cart-summary-product-list .media-body span {
    margin-bottom: 5px;
}

body#checkout #cart-summary-product-list .media-body .product-quantity {
    display: inline-block;
    font-weight: 500;
}

body#checkout #cart-summary-product-list .media-body .product-price {
    font-size: 16px;
    display: block;
    color: #fcc10f;
    font-weight: 400;
}

body#checkout #cart-summary-product-list .media-body .product-line-info {
    margin-bottom: 5px;
}

body#checkout #cart-summary-product-list .media {
    margin-bottom: 10px;
}

body#checkout #order-summary-content {
    padding-top: 0.9375rem;
}

body#checkout #order-summary-content h4.h4 {
    margin-top: 0.625rem;
    margin-bottom: 1.25rem;
    color: #232323;
}

body#checkout #order-summary-content h4.black {
    color: #000000;
}

body#checkout #order-summary-content h4.addresshead {
    margin-top: 0.1875rem;
}

body#checkout #order-summary-content .noshadow {
    box-shadow: none;
}

body#checkout #order-summary-content #order-items {
    border-right: 0;
}

body#checkout #order-summary-content #order-items h3.h3 {
    color: #232323;
    margin-top: 1.25rem;
}

body#checkout #order-summary-content #order-items table tr:first-child td {
    border-top: 0;
}

body#checkout #order-summary-content .order-confirmation-table {
    padding: 1rem;
    margin-bottom: 2rem;
    background-color: #fff;
    border: 3px solid #e5e5e5;
    border-radius: 0;
}

body#checkout #order-summary-content .summary-selected-carrier {
    margin-bottom: 0.75rem;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    padding: 1rem;
}

body#checkout #order-summary-content .summary-selected-carrier .logo-container {
    text-align: center;
}

body#checkout #order-summary-content .summary-selected-carrier .logo-container img {
    width: 3.125rem;
}

body#checkout #order-summary-content .step-edit {
    display: inline;
    color: #acaaa6;
}

body#checkout #order-summary-content .step-edit:hover {
    cursor: pointer;
}

body#checkout #order-summary-content a .step-edit {
    color: #acaaa6;
}

body#checkout #gift_message,
body#checkout #delivery {
    max-width: 100%;
    border-color: #232323;
}

body#checkout #gift_message textarea,
body#checkout #delivery textarea {
    max-width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

body#checkout #gift_message label,
body#checkout #delivery label {
    text-align: left;
}

body#checkout #delivery>label {
    text-align: left;
}

body#checkout #hook-display-after-carrier {
    margin-top: 20px;
}

body#checkout #hook-display-after-carrier>[class^="col"] {
    float: inherit;
    display: inline-block;
}

body#checkout #hook-display-after-carrier>[class^="col"].links .row>[class^="col"] {
    width: auto;
}


/**** ORDER CONFIRMATION *****/

#order-details ul {
    margin-bottom: 1.25rem;
}

#order-details ul li {
    margin-bottom: 0.625rem;
}

#order-items .h3 {
    font-size: 14px;
    padding: 0;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    #order-items .h3._desktop-title {
        display: none;
    }
}

#order-items hr {
    border-top-color: #232323;
}

#order-items table {
    width: 100%;
}

#order-items table tr {
    height: 1.875rem;
}

#order-items table tr td {
    padding: .5rem;
    font-size: .875rem;
}

#order-items table tr td:last-child {
    text-align: right;
}

#order-items .order-line {
    margin-top: 1rem;
    padding-top: 25px;
    border: 1px solid #f1f1f1;
    margin-bottom: 10px;
}

#order-items .image img {
    width: 100%;
    border: 1px solid #eee;
    margin-bottom: 1rem;
}

#order-items .details {
    margin-bottom: 1rem;
}

#order-items .details .customizations {
    margin-top: 0.625rem;
}

#order-items .qty {
    margin-bottom: 1rem;
}

.order-header {
    background: #f5f5f5;
    padding: 20px;
    margin-bottom: 12px;
    font-size: 14px;
    text-transform: uppercase;
}

#order-confirmation #registration-form {
    width: 50%;
    margin: 0 auto 1rem;
}

@media (max-width: 991px) {
    .done {
        margin-right: .625rem;
        padding: 0;
    }
    body#checkout section.checkout-step .address-item {
        flex-grow: 1;
    }
    body#checkout section.checkout-step .delivery-option-2 {
        flex-direction: column;
    }
    .delivery-option {
        -js-display: flex;
        display: flex;
        margin: auto;
    }
    .delivery-option .custom-radio {
        flex: 0 0 auto;
    }
    .condition-label label[for="conditions_to_approve[terms-and-conditions]"] {
        text-align: left;
    }
    #order-confirmation #registration-form {
        width: 100%;
    }
    body#checkout section.checkout-step .delivery-options .delivery-option .carrier>.col-xs-12 {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
        float: none;
        margin-top: 0.25rem;
        margin-left: 1.25rem;
    }
    body#checkout #header .header-nav {
        max-height: none;
        padding: 0;
    }
    body#checkout section.checkout-step .content {
        padding: 0.9375rem;
    }
    body#checkout .form-group {
        margin-bottom: 0.5rem;
    }
    #order-items {
        border-right: 0;
        margin-bottom: 2.5rem;
    }
    #order-items hr {
        border-top-color: #f1f1f1;
    }
    .bold {
        font-weight: bold;
    }
    #order-details {
        padding-left: 0.9375rem;
    }
    #order-details .card-title {
        border-bottom: 1px solid #f1f1f1;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }
    body#checkout section.checkout-step .delivery-options .delivery-option label .carrier:not(.carrier-hasLogo) .col-xs-12 {
        padding-left: 0;
    }
}

@media (max-width: 543px) {
    body#checkout section.checkout-step .content {
        padding: 0.9375rem 0;
    }
    #payment-confirmation button {
        font-size: 0.875rem;
    }
    #payment-confirmation button.btn {
        white-space: normal;
    }
}

.js-payment-binary {
    display: none;
}

.js-payment-binary .accept-cgv {
    display: none;
}

.js-payment-binary.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.js-payment-binary.disabled::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.js-payment-binary.disabled .accept-cgv {
    display: block;
}


/*** SOME GENERIC STYLES ***/

.table-labeled th {
    vertical-align: middle;
}

.table-labeled td {
    vertical-align: middle;
}

.table-labeled .label {
    font-weight: 400;
    border-radius: 3px;
    font-size: inherit;
    padding: 0.25rem 0.375rem;
    margin: 0.125rem;
    color: white;
    white-space: nowrap;
}

.page-order .table {
    margin-bottom: 0;
}

.page-order table th {
    padding: 0.5rem;
}

.page-order table td {
    padding: 0.5rem;
}

.page-order table thead th {
    text-align: center;
}

#authentication .tooltip.tooltip-bottom {
    padding: 0;
    margin: 0;
}

#authentication .custom-checkbox {
    -js-display: flex;
    display: flex;
}

#authentication .custom-checkbox span {
    flex: 0 0 0.9375rem;
}

#authentication .custom-checkbox label {
    padding-left: 0.625rem;
}

#identity .radio-inline,
#authentication .radio-inline {
    padding: 0;
}

#identity .radio-inline .custom-radio,
#authentication .radio-inline .custom-radio {
    margin-right: 0;
}


/*** Most of the customer account pages ***/

.page-customer-account #content .order-actions a {
    padding: 0 0.125rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.page-customer-account #content .order-actions a:hover {
    color: #fcc10f;
}

.page-customer-account #content .forgot-password {
    text-align: center;
    font-size: 0.875rem;
    margin-top: 1rem;
    padding-bottom: 0.9375rem;
}

.page-customer-account #content .no-account {
    text-align: center;
    font-size: 1rem;
}


/*** Login page ***/

.page-authentication #content {
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
    max-width: 640px;
    margin: 0 auto;
}


/*** Addresses page ***/

.page-addresses .address {
    margin-bottom: 1.875rem;
    font-size: 0.875rem;
    color: #808080;
}

.page-addresses .address .address-body {
    padding: 1rem;
}

.page-addresses .address .address-body h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #000;
}

.page-addresses .address .address-body address {
    min-height: 9rem;
    line-height: 1.7;
}

.page-addresses .address .address-footer {
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

.page-addresses .address .address-footer a {
    color: #000;
    margin-right: 10px;
}

.page-addresses .address .address-footer a:hover {
    color: #fcc10f;
}

.page-addresses .address .address-footer a i {
    font-size: 1rem;
}

.page-addresses .address .address-footer a span {
    font-size: 0.9375rem;
    vertical-align: middle;
}

.page-addresses .addresses-footer {
    margin: 0 0.9375rem;
}

.page-addresses .addresses-footer a {
    color: #232323;
}

.page-addresses .addresses-footer a:hover {
    color: #232323;
}

.page-addresses .addresses-footer a i {
    font-size: 1rem;
}

.page-addresses .addresses-footer a span {
    font-size: 15px;
    vertical-align: middle;
}


/*** Order details page ***/

.page-order-detail {
    font-size: 0.875rem;
    color: #acaaa6;
}

.page-order-detail .box {
    border: 1px solid #eaeaea;
    background: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
}

.page-order-detail h3 {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #232323;
    margin-bottom: 1rem;
}

.page-order-detail #order-infos ul {
    margin: 0;
}

@media (max-width: 543px) {
    .page-order-detail #order-infos .reorder {
        /* If media is below 544 */
        padding: 0;
    }
}

.page-order-detail #order-history .history-lines .history-line {
    padding: 0.5rem 0;
    border-bottom: 1px solid #f6f6f6;
}

.page-order-detail #order-history .history-lines .history-line:last-child {
    border-bottom: 0;
}

.page-order-detail #order-history .history-lines .history-line .label {
    display: inline-block;
    margin: 0.25rem 0;
    padding: 0.25rem 0.375rem;
    color: white;
    border-radius: 3px;
}

@media (max-width: 543px) {
    .page-order-detail #order-history .history-lines .history-line .label {
        /* If media is below 544 */
        font-size: 11px;
    }
}

.page-order-detail .addresses {
    margin: 0 -0.9375rem;
}

.page-order-detail .addresses h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #232323;
}

.page-order-detail .addresses address {
    line-height: 1.7;
}

.page-order-detail #order-products.return {
    margin-bottom: 1rem;
}

.page-order-detail #order-products.return th.head-checkbox {
    width: 30px;
}

.page-order-detail #order-products.return td {
    padding: 1.375rem 0.75rem;
}

.page-order-detail #order-products.return td.qty {
    min-width: 125px;
}

.page-order-detail #order-products.return td.qty .current {
    width: 30%;
    float: left;
    text-align: right;
    padding-right: 0.5rem;
}

.page-order-detail #order-products.return td.qty .select {
    width: 70%;
    float: left;
    margin: -0.625rem 0;
    padding-left: 0.25rem;
}

.page-order-detail #order-products.return td.qty .select select {
    text-align: center;
}

.page-order-detail .order-items {
    padding: 0 !important;
}

.page-order-detail .order-items .order-item {
    padding: 1rem 1rem 0;
    border-bottom: 1px solid #f6f6f6;
}

.page-order-detail .order-items .order-item .checkbox {
    width: 30px;
    float: left;
    padding: 0 0.9375rem;
}

.page-order-detail .order-items .order-item .content {
    width: calc(100% - 30px);
    float: left;
    padding: 0 0.9375rem;
}

.page-order-detail .order-items .order-item .desc {
    margin-bottom: 1rem;
}

.page-order-detail .order-items .order-item .desc .name {
    font-weight: bold;
}

.page-order-detail .order-items .order-item .qty {
    margin-bottom: 1rem;
}

.page-order-detail .order-items .order-item .qty .q {
    margin-bottom: 0.25rem;
}

.page-order-detail .order-items .order-item .qty .s {
    margin-bottom: 0.25rem;
}

.page-order-detail .messages .message {
    margin-top: 0.5rem;
    border-bottom: 1px solid #f6f6f6;
}

.page-order-detail .messages .message:last-child {
    border-bottom: 0;
}

.page-order-detail .messages .message>div {
    margin-bottom: 0.5rem;
}

.page-order-detail .customization {
    margin-top: 0.75rem;
}


/*** Order return page ***/

#order-return-infos .thead-default th {
    color: #232323;
}

#order-return-infos .customization {
    margin-top: 0.75rem;
}


/*** My account landing page ***/

.page-my-account #content .links {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.page-my-account #content .links a {
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #000;
    padding: 0 0.9375rem;
    margin-bottom: 1.875rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.page-my-account #content .links a#identity-link .link-item:before,
.page-my-account #content .links a#psgdpr-link .link-item:before {
    content: "\F007";
}

.page-my-account #content .links a#addresses-link .link-item:before,
.page-my-account #content .links a#address-link .link-item:before {
    content: "\F041";
}

.page-my-account #content .links a#history-link .link-item:before {
    content: "\F073";
}

.page-my-account #content .links a#order-slips-link .link-item:before {
    content: "\F15C";
}

.page-my-account #content .links a#mywishlist-link .link-item:before {
    content: "\F004";
}

.page-my-account #content .links a#discounts-link .link-item:before {
    content: "\F02C";
}

.page-my-account #content .links a span.link-item {
    border: 1px solid transparent;
    background: #f7f7f7;
    display: block;
    height: 100%;
    padding: 80px 0 20px;
    position: relative;
}

.page-my-account #content .links a span.link-item:before {
    color: #000;
    font-family: FontAwesome;
    font-size: 30px;
    left: 0;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 13px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.page-my-account #content .links a i {
    display: none;
    font-size: 2.6rem;
    width: 100%;
    color: #232323;
    padding-bottom: 3.4rem;
}

.page-my-account #content .links a:hover {
    color: #444;
}

.page-my-account #content .links a:hover i {
    color: #444;
}

.page-my-account #content .links a:hover span.link-item:before {
    color: #444;
}


/*** History page ***/

#history .orders {
    margin: 0 -1rem;
}

#history .orders .order {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #eaeaea;
}

#history .orders .order a h3 {
    color: #000;
    font-size: 15px;
    font-weight: 500;
}

#history .orders .order .label {
    display: inline-block;
    margin: 0.25rem 0;
    padding: 0.25rem 0.375rem;
    color: white;
    border-radius: 3px;
}

@media (max-width: 543px) {
    #history .orders .order .label {
        /* If media is below 544 */
        font-size: 11px;
    }
}

#history .orders .order:last-child {
    border-bottom: 0;
}


/*** FOOTER ***/

.page-footer .account-link {
    margin-right: 1rem;
}

.page-footer .account-link i {
    font-size: 1rem;
}

.page-footer .account-link span {
    font-size: 0.875rem;
    vertical-align: middle;
}

.login-form {
    margin-top: 15px;
}

.js-address-form,
.js-customer-form {
    padding: 20px;
}

#order-slip .page-content,
#history .page-content {
    padding: 20px;
}

.forgotten-password {
    padding: 4px;
}

.forgotten-password .form-fields .center-email-fields {
    -js-display: flex;
    display: flex;
    justify-content: center;
}

.forgotten-password .form-fields .email {
    padding-left: 0;
    padding-right: 0;
    width: 430px;
}

.forgotten-password .form-fields .email input {
    height: 54px;
}

.forgotten-password .form-fields label.required {
    width: 130px;
}

.send-renew-password-link {
    padding-left: 10px;
    padding-right: 10px;
}

.renew-password {
    margin-left: 10px;
}

.renew-password .email {
    padding-bottom: 30px;
}

.renew-password [type=submit] {
    margin-left: 50px;
}

.carousel {
    box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 1.5rem;
}

.carousel .direction {
    z-index: auto;
}

.carousel .carousel-inner {
    height: 340px;
}

.carousel .carousel-item {
    height: 100%;
}

.carousel .carousel-item img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.carousel .carousel-item .caption {
    position: absolute;
    bottom: 28px;
    left: 90px;
    color: white;
    max-width: 340px;
}

.carousel .carousel-item .caption .caption-description p {
    color: white;
}

.carousel .carousel-item figure {
    margin: 0;
    display: inline-block;
}

.carousel .carousel-control {
    opacity: 1;
}

.carousel .carousel-control .icon-next::before,
.carousel .carousel-control .icon-prev::before {
    content: "";
}

.carousel .carousel-control .icon-next i,
.carousel .carousel-control .icon-prev i {
    font-size: 3.125rem;
    color: white;
}

.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i {
    color: #000;
}

.carousel .carousel-control .icon-prev {
    left: 1rem;
}

.carousel .carousel-control .icon-next {
    right: 2rem;
}

.carousel .carousel-control.left,
.carousel .carousel-control.right {
    background: none;
}

.carousel-indicators li {
    border-color: #acaaa6;
}

.carousel-indicators .active {
    background-color: #acaaa6;
}

@media (min-width: 992px) {
    .carousel .carousel-indicators {
        display: none;
    }
}

@media (max-width: 1199px) {
    .carousel .carousel-inner {
        height: auto;
    }
}

@media (max-width: 991px) {
    .carousel {
        box-shadow: none;
        width: 100vw;
        margin-left: -50vw;
        left: 50%;
        padding-bottom: .5rem;
        background-color: #f1f1f1;
    }
    .carousel .carousel-item .caption {
        position: static;
        margin: 1.275rem auto 2.5rem;
        text-align: center;
    }
    .carousel .carousel-item .caption .display-1 {
        font-size: 2rem;
        font-weight: normal;
        color: #232323;
    }
    .carousel .carousel-item .caption .caption-description h3,
    .carousel .carousel-item .caption .caption-description p {
        color: #acaaa6;
    }
    .carousel .carousel-item .caption .caption-description h3 {
        font-size: 1rem;
    }
    .carousel .direction {
        position: absolute;
        top: calc(50%);
        width: 100%;
    }
    .carousel .direction .carousel-control .icon-prev {
        left: 0;
        margin-left: 0;
    }
    .carousel .direction .carousel-control .icon-next {
        right: 0;
        margin-right: .78rem;
    }
    .carousel .direction .carousel-control i {
        background: rgba(122, 122, 122, 0.5);
    }
    .carousel-indicators li {
        height: 8px;
        width: 8px;
    }
    .carousel-indicators .active {
        height: 8px;
        margin: 1px;
        width: 8px;
    }
}

@media (max-width: 767px) {
    .carousel .carousel-item .caption .display-1 {
        font-size: 1.3rem;
    }
    .carousel .carousel-control .icon-prev i,
    .carousel .carousel-control .icon-next i {
        font-size: 2rem;
    }
}

@media (max-width: 543px) {
    .block_content {
        padding: 0px 5px;
    }
}

#products,
.featured-products,
.product-accessories,
.product-miniature {
    padding: 15px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 543px) {
    #products,
    .featured-products,
    .product-accessories,
    .product-miniature {
        padding: 5px;
        overflow: visible;
    }
}

.ishiproducts-grid #products,
.ishiproducts-grid .featured-products,
.ishiproducts-grid .product-accessories,
.ishiproducts-grid .product-miniature {
    padding: 15px 0;
}

#products .product-thumbnail,
.featured-products .product-thumbnail,
.product-accessories .product-thumbnail,
.product-miniature .product-thumbnail {
    display: block;
    text-align: center;
}

@media (max-width: 543px) {
    #products .product-container,
    .featured-products .product-container,
    .product-accessories .product-container,
    .product-miniature .product-container {
        /* If media is below 544 */
        max-width: 370px;
        margin: auto;
    }
}

#products .product-container .product-list-reviews,
.featured-products .product-container .product-list-reviews,
.product-accessories .product-container .product-list-reviews,
.product-miniature .product-container .product-list-reviews {
    position: absolute;
    bottom: 3px;
    padding: 0;
    top: auto;
    left: 0;
    right: 0;
    text-align: center;
    background: transparent;
}

#products .product-container .product-list-reviews .grade-stars .star-content,
.featured-products .product-container .product-list-reviews .grade-stars .star-content,
.product-accessories .product-container .product-list-reviews .grade-stars .star-content,
.product-miniature .product-container .product-list-reviews .grade-stars .star-content {
    margin: 0;
}

#products .product-container .product-list-reviews .grade-stars.small-stars,
.featured-products .product-container .product-list-reviews .grade-stars.small-stars,
.product-accessories .product-container .product-list-reviews .grade-stars.small-stars,
.product-miniature .product-container .product-list-reviews .grade-stars.small-stars {
    min-width: 90px;
}

#products .product-container .product-list-reviews .comments-nb,
.featured-products .product-container .product-list-reviews .comments-nb,
.product-accessories .product-container .product-list-reviews .comments-nb,
.product-miniature .product-container .product-list-reviews .comments-nb {
    display: none;
}

#products .product-container .thumbnail-container,
.featured-products .product-container .thumbnail-container,
.product-accessories .product-container .thumbnail-container,
.product-miniature .product-container .thumbnail-container {
    position: relative;
    overflow: hidden;
}

#products .product-container .thumbnail-container .thumbnail-inner,
.featured-products .product-container .thumbnail-container .thumbnail-inner,
.product-accessories .product-container .thumbnail-container .thumbnail-inner,
.product-miniature .product-container .thumbnail-container .thumbnail-inner {
    position: relative;
    border: 1px solid #eeeeee;
}

#products .product-container .thumbnail-container .thumbnail-inner .product-flags>li,
.featured-products .product-container .thumbnail-container .thumbnail-inner .product-flags>li,
.product-accessories .product-container .thumbnail-container .thumbnail-inner .product-flags>li,
.product-miniature .product-container .thumbnail-container .thumbnail-inner .product-flags>li {
    position: absolute;
    top: 10px;
    color: #ffffff;
    height: 40px;
    width: 40px;
    left: 10px;
    border-radius: 50%;
    background: #7fbc1e;
    border: 0;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 12px 4px;
    opacity: 0;
    -webkit-transition: all 05s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 767px) {
    #products .product-container .thumbnail-container .thumbnail-inner .product-flags>li,
    .featured-products .product-container .thumbnail-container .thumbnail-inner .product-flags>li,
    .product-accessories .product-container .thumbnail-container .thumbnail-inner .product-flags>li,
    .product-miniature .product-container .thumbnail-container .thumbnail-inner .product-flags>li {
        height: 20px;
        width: 35px;
        padding: 4px 4px;
        line-height: 12px;
        font-size: 9px;
        border-radius: 4px;
        opacity: 1;
    }
}

#products .product-container .thumbnail-container .thumbnail-inner .product-flags .discount,
#products .product-container .thumbnail-container .thumbnail-inner .product-flags .on-sale,
.featured-products .product-container .thumbnail-container .thumbnail-inner .product-flags .discount,
.featured-products .product-container .thumbnail-container .thumbnail-inner .product-flags .on-sale,
.product-accessories .product-container .thumbnail-container .thumbnail-inner .product-flags .discount,
.product-accessories .product-container .thumbnail-container .thumbnail-inner .product-flags .on-sale,
.product-miniature .product-container .thumbnail-container .thumbnail-inner .product-flags .discount,
.product-miniature .product-container .thumbnail-container .thumbnail-inner .product-flags .on-sale {
    top: 10px;
    right: 10px;
    display: none;
}

#products .product-container .thumbnail-container .thumbnail-inner .product-flags .new,
.featured-products .product-container .thumbnail-container .thumbnail-inner .product-flags .new,
.product-accessories .product-container .thumbnail-container .thumbnail-inner .product-flags .new,
.product-miniature .product-container .thumbnail-container .thumbnail-inner .product-flags .new {
    top: 10px;
    left: 10px;
}

#products .product-container .thumbnail-container .thumbnail-inner .product-flags .online-only,
.featured-products .product-container .thumbnail-container .thumbnail-inner .product-flags .online-only,
.product-accessories .product-container .thumbnail-container .thumbnail-inner .product-flags .online-only,
.product-miniature .product-container .thumbnail-container .thumbnail-inner .product-flags .online-only {
    left: 10px;
    bottom: 10px;
    display: none;
}

#products .product-container .thumbnail-container .thumbnail-inner .product-flags .online-only::before,
.featured-products .product-container .thumbnail-container .thumbnail-inner .product-flags .online-only::before,
.product-accessories .product-container .thumbnail-container .thumbnail-inner .product-flags .online-only::before,
.product-miniature .product-container .thumbnail-container .thumbnail-inner .product-flags .online-only::before {
    content: "\E30A";
    font-family: 'Material Icons';
    vertical-align: -2px;
    margin: 5px;
    font-size: 12px;
}

#products .product-container .thumbnail-container .thumbnail-inner .product-flags .pack,
.featured-products .product-container .thumbnail-container .thumbnail-inner .product-flags .pack,
.product-accessories .product-container .thumbnail-container .thumbnail-inner .product-flags .pack,
.product-miniature .product-container .thumbnail-container .thumbnail-inner .product-flags .pack {
    color: #000;
    right: 5px;
    top: 30px;
    display: none;
}

#products .product-container .thumbnail-container .thumbnail-inner .product-thumbnail,
.featured-products .product-container .thumbnail-container .thumbnail-inner .product-thumbnail,
.product-accessories .product-container .thumbnail-container .thumbnail-inner .product-thumbnail,
.product-miniature .product-container .thumbnail-container .thumbnail-inner .product-thumbnail {
    display: block;
    text-align: center;
    position: relative;
}

#products .product-container .thumbnail-container .thumbnail-inner .product-thumbnail img,
.featured-products .product-container .thumbnail-container .thumbnail-inner .product-thumbnail img,
.product-accessories .product-container .thumbnail-container .thumbnail-inner .product-thumbnail img,
.product-miniature .product-container .thumbnail-container .thumbnail-inner .product-thumbnail img {
    margin: 0 auto;
    max-width: 100%;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

#products .product-container .thumbnail-container .thumbnail-inner .product-thumbnail .product-img-extra,
#products .product-container .thumbnail-container .thumbnail-inner .product-thumbnail.change,
.featured-products .product-container .thumbnail-container .thumbnail-inner .product-thumbnail .product-img-extra,
.featured-products .product-container .thumbnail-container .thumbnail-inner .product-thumbnail.change,
.product-accessories .product-container .thumbnail-container .thumbnail-inner .product-thumbnail .product-img-extra,
.product-accessories .product-container .thumbnail-container .thumbnail-inner .product-thumbnail.change,
.product-miniature .product-container .thumbnail-container .thumbnail-inner .product-thumbnail .product-img-extra,
.product-miniature .product-container .thumbnail-container .thumbnail-inner .product-thumbnail.change {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    -moz-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}

#products .product-container .thumbnail-container .thumbnail-inner .product-thumbnail img,
.featured-products .product-container .thumbnail-container .thumbnail-inner .product-thumbnail img,
.product-accessories .product-container .thumbnail-container .thumbnail-inner .product-thumbnail img,
.product-miniature .product-container .thumbnail-container .thumbnail-inner .product-thumbnail img {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}

#products .product-container .thumbnail-buttons,
.featured-products .product-container .thumbnail-buttons,
.product-accessories .product-container .thumbnail-buttons,
.product-miniature .product-container .thumbnail-buttons {
    color: #fcc10f;
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    z-index: 1;
}

@media (max-width: 543px) {
    #products .product-container .thumbnail-buttons,
    .featured-products .product-container .thumbnail-buttons,
    .product-accessories .product-container .thumbnail-buttons,
    .product-miniature .product-container .thumbnail-buttons {
        top: 5px;
        right: 5px;
    }
}

#products .product-container .thumbnail-buttons>div,
.featured-products .product-container .thumbnail-buttons>div,
.product-accessories .product-container .thumbnail-buttons>div,
.product-miniature .product-container .thumbnail-buttons>div {
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #fcc10f;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#products .product-container .thumbnail-buttons .quickview-btn,
#products .product-container .thumbnail-buttons .wishlist-btn,
.featured-products .product-container .thumbnail-buttons .quickview-btn,
.featured-products .product-container .thumbnail-buttons .wishlist-btn,
.product-accessories .product-container .thumbnail-buttons .quickview-btn,
.product-accessories .product-container .thumbnail-buttons .wishlist-btn,
.product-miniature .product-container .thumbnail-buttons .quickview-btn,
.product-miniature .product-container .thumbnail-buttons .wishlist-btn {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media (min-width: 768px) {
    #products .product-container .thumbnail-buttons .quickview-btn,
    #products .product-container .thumbnail-buttons .wishlist-btn,
    .featured-products .product-container .thumbnail-buttons .quickview-btn,
    .featured-products .product-container .thumbnail-buttons .wishlist-btn,
    .product-accessories .product-container .thumbnail-buttons .quickview-btn,
    .product-accessories .product-container .thumbnail-buttons .wishlist-btn,
    .product-miniature .product-container .thumbnail-buttons .quickview-btn,
    .product-miniature .product-container .thumbnail-buttons .wishlist-btn {
        opacity: 0;
        -moz-transform: translateX(100px);
        -webkit-transform: translateX(100px);
        -o-transform: translateX(100px);
        -ms-transform: translateX(100px);
    }
}

#products .product-container .thumbnail-buttons .quickview-btn a,
#products .product-container .thumbnail-buttons .quickview-btn button,
#products .product-container .thumbnail-buttons .wishlist-btn a,
#products .product-container .thumbnail-buttons .wishlist-btn button,
.featured-products .product-container .thumbnail-buttons .quickview-btn a,
.featured-products .product-container .thumbnail-buttons .quickview-btn button,
.featured-products .product-container .thumbnail-buttons .wishlist-btn a,
.featured-products .product-container .thumbnail-buttons .wishlist-btn button,
.product-accessories .product-container .thumbnail-buttons .quickview-btn a,
.product-accessories .product-container .thumbnail-buttons .quickview-btn button,
.product-accessories .product-container .thumbnail-buttons .wishlist-btn a,
.product-accessories .product-container .thumbnail-buttons .wishlist-btn button,
.product-miniature .product-container .thumbnail-buttons .quickview-btn a,
.product-miniature .product-container .thumbnail-buttons .quickview-btn button,
.product-miniature .product-container .thumbnail-buttons .wishlist-btn a,
.product-miniature .product-container .thumbnail-buttons .wishlist-btn button {
    width: 35px;
    display: inline-block;
    vertical-align: middle;
    height: 35px;
    position: relative;
    border: none;
    background: #f5f5f5;
    border-radius: 50%;
    padding: 0;
    box-shadow: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

@media (max-width: 543px) {
    #products .product-container .thumbnail-buttons .quickview-btn a,
    #products .product-container .thumbnail-buttons .quickview-btn button,
    #products .product-container .thumbnail-buttons .wishlist-btn a,
    #products .product-container .thumbnail-buttons .wishlist-btn button,
    .featured-products .product-container .thumbnail-buttons .quickview-btn a,
    .featured-products .product-container .thumbnail-buttons .quickview-btn button,
    .featured-products .product-container .thumbnail-buttons .wishlist-btn a,
    .featured-products .product-container .thumbnail-buttons .wishlist-btn button,
    .product-accessories .product-container .thumbnail-buttons .quickview-btn a,
    .product-accessories .product-container .thumbnail-buttons .quickview-btn button,
    .product-accessories .product-container .thumbnail-buttons .wishlist-btn a,
    .product-accessories .product-container .thumbnail-buttons .wishlist-btn button,
    .product-miniature .product-container .thumbnail-buttons .quickview-btn a,
    .product-miniature .product-container .thumbnail-buttons .quickview-btn button,
    .product-miniature .product-container .thumbnail-buttons .wishlist-btn a,
    .product-miniature .product-container .thumbnail-buttons .wishlist-btn button {
        width: 30px;
        height: 30px;
    }
}

#products .product-container .thumbnail-buttons .quickview-btn a svg,
#products .product-container .thumbnail-buttons .quickview-btn button svg,
#products .product-container .thumbnail-buttons .wishlist-btn a svg,
#products .product-container .thumbnail-buttons .wishlist-btn button svg,
.featured-products .product-container .thumbnail-buttons .quickview-btn a svg,
.featured-products .product-container .thumbnail-buttons .quickview-btn button svg,
.featured-products .product-container .thumbnail-buttons .wishlist-btn a svg,
.featured-products .product-container .thumbnail-buttons .wishlist-btn button svg,
.product-accessories .product-container .thumbnail-buttons .quickview-btn a svg,
.product-accessories .product-container .thumbnail-buttons .quickview-btn button svg,
.product-accessories .product-container .thumbnail-buttons .wishlist-btn a svg,
.product-accessories .product-container .thumbnail-buttons .wishlist-btn button svg,
.product-miniature .product-container .thumbnail-buttons .quickview-btn a svg,
.product-miniature .product-container .thumbnail-buttons .quickview-btn button svg,
.product-miniature .product-container .thumbnail-buttons .wishlist-btn a svg,
.product-miniature .product-container .thumbnail-buttons .wishlist-btn button svg {
    fill: #000;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

#products .product-container .thumbnail-buttons .quickview-btn a .lblquickview,
#products .product-container .thumbnail-buttons .quickview-btn button .lblquickview,
#products .product-container .thumbnail-buttons .wishlist-btn a .lblquickview,
#products .product-container .thumbnail-buttons .wishlist-btn button .lblquickview,
.featured-products .product-container .thumbnail-buttons .quickview-btn a .lblquickview,
.featured-products .product-container .thumbnail-buttons .quickview-btn button .lblquickview,
.featured-products .product-container .thumbnail-buttons .wishlist-btn a .lblquickview,
.featured-products .product-container .thumbnail-buttons .wishlist-btn button .lblquickview,
.product-accessories .product-container .thumbnail-buttons .quickview-btn a .lblquickview,
.product-accessories .product-container .thumbnail-buttons .quickview-btn button .lblquickview,
.product-accessories .product-container .thumbnail-buttons .wishlist-btn a .lblquickview,
.product-accessories .product-container .thumbnail-buttons .wishlist-btn button .lblquickview,
.product-miniature .product-container .thumbnail-buttons .quickview-btn a .lblquickview,
.product-miniature .product-container .thumbnail-buttons .quickview-btn button .lblquickview,
.product-miniature .product-container .thumbnail-buttons .wishlist-btn a .lblquickview,
.product-miniature .product-container .thumbnail-buttons .wishlist-btn button .lblquickview {
    display: none;
}

#products .product-container .thumbnail-buttons .quickview-btn a i,
#products .product-container .thumbnail-buttons .quickview-btn button i,
#products .product-container .thumbnail-buttons .wishlist-btn a i,
#products .product-container .thumbnail-buttons .wishlist-btn button i,
.featured-products .product-container .thumbnail-buttons .quickview-btn a i,
.featured-products .product-container .thumbnail-buttons .quickview-btn button i,
.featured-products .product-container .thumbnail-buttons .wishlist-btn a i,
.featured-products .product-container .thumbnail-buttons .wishlist-btn button i,
.product-accessories .product-container .thumbnail-buttons .quickview-btn a i,
.product-accessories .product-container .thumbnail-buttons .quickview-btn button i,
.product-accessories .product-container .thumbnail-buttons .wishlist-btn a i,
.product-accessories .product-container .thumbnail-buttons .wishlist-btn button i,
.product-miniature .product-container .thumbnail-buttons .quickview-btn a i,
.product-miniature .product-container .thumbnail-buttons .quickview-btn button i,
.product-miniature .product-container .thumbnail-buttons .wishlist-btn a i,
.product-miniature .product-container .thumbnail-buttons .wishlist-btn button i {
    color: #fcc10f;
    display: none;
}

#products .product-container .thumbnail-buttons .quickview-btn a:hover,
#products .product-container .thumbnail-buttons .quickview-btn button:hover,
#products .product-container .thumbnail-buttons .wishlist-btn a:hover,
#products .product-container .thumbnail-buttons .wishlist-btn button:hover,
.featured-products .product-container .thumbnail-buttons .quickview-btn a:hover,
.featured-products .product-container .thumbnail-buttons .quickview-btn button:hover,
.featured-products .product-container .thumbnail-buttons .wishlist-btn a:hover,
.featured-products .product-container .thumbnail-buttons .wishlist-btn button:hover,
.product-accessories .product-container .thumbnail-buttons .quickview-btn a:hover,
.product-accessories .product-container .thumbnail-buttons .quickview-btn button:hover,
.product-accessories .product-container .thumbnail-buttons .wishlist-btn a:hover,
.product-accessories .product-container .thumbnail-buttons .wishlist-btn button:hover,
.product-miniature .product-container .thumbnail-buttons .quickview-btn a:hover,
.product-miniature .product-container .thumbnail-buttons .quickview-btn button:hover,
.product-miniature .product-container .thumbnail-buttons .wishlist-btn a:hover,
.product-miniature .product-container .thumbnail-buttons .wishlist-btn button:hover {
    background: #fcc10f;
}

#products .product-container .thumbnail-buttons .quickview-btn a:hover svg,
#products .product-container .thumbnail-buttons .quickview-btn button:hover svg,
#products .product-container .thumbnail-buttons .wishlist-btn a:hover svg,
#products .product-container .thumbnail-buttons .wishlist-btn button:hover svg,
.featured-products .product-container .thumbnail-buttons .quickview-btn a:hover svg,
.featured-products .product-container .thumbnail-buttons .quickview-btn button:hover svg,
.featured-products .product-container .thumbnail-buttons .wishlist-btn a:hover svg,
.featured-products .product-container .thumbnail-buttons .wishlist-btn button:hover svg,
.product-accessories .product-container .thumbnail-buttons .quickview-btn a:hover svg,
.product-accessories .product-container .thumbnail-buttons .quickview-btn button:hover svg,
.product-accessories .product-container .thumbnail-buttons .wishlist-btn a:hover svg,
.product-accessories .product-container .thumbnail-buttons .wishlist-btn button:hover svg,
.product-miniature .product-container .thumbnail-buttons .quickview-btn a:hover svg,
.product-miniature .product-container .thumbnail-buttons .quickview-btn button:hover svg,
.product-miniature .product-container .thumbnail-buttons .wishlist-btn a:hover svg,
.product-miniature .product-container .thumbnail-buttons .wishlist-btn button:hover svg {
    fill: #000;
}

#products .product-container .thumbnail-buttons .cart-btn,
.featured-products .product-container .thumbnail-buttons .cart-btn,
.product-accessories .product-container .thumbnail-buttons .cart-btn,
.product-miniature .product-container .thumbnail-buttons .cart-btn {
    -webkit-transition: all ease .7s;
    -moz-transition: all ease .7s;
    -o-transition: all ease .7s;
    transition: all ease .7s;
}

#products .product-container .thumbnail-buttons .cart-btn button .lblcart,
.featured-products .product-container .thumbnail-buttons .cart-btn button .lblcart,
.product-accessories .product-container .thumbnail-buttons .cart-btn button .lblcart,
.product-miniature .product-container .thumbnail-buttons .cart-btn button .lblcart {
    display: none;
}

#products .product-container .thumbnail-buttons .wishlist-btn,
.featured-products .product-container .thumbnail-buttons .wishlist-btn,
.product-accessories .product-container .thumbnail-buttons .wishlist-btn,
.product-miniature .product-container .thumbnail-buttons .wishlist-btn {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#products .product-container .thumbnail-buttons .wishlist-btn a .lblwishlist,
.featured-products .product-container .thumbnail-buttons .wishlist-btn a .lblwishlist,
.product-accessories .product-container .thumbnail-buttons .wishlist-btn a .lblwishlist,
.product-miniature .product-container .thumbnail-buttons .wishlist-btn a .lblwishlist {
    display: none;
}

#products .product-container .cart-btn,
.featured-products .product-container .cart-btn,
.product-accessories .product-container .cart-btn,
.product-miniature .product-container .cart-btn {
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

@media (max-width: 767px) {
    #products .product-container .cart-btn,
    .featured-products .product-container .cart-btn,
    .product-accessories .product-container .cart-btn,
    .product-miniature .product-container .cart-btn {
        position: unset;
        opacity: 1;
    }
}

#products .product-container .cart-btn button,
.featured-products .product-container .cart-btn button,
.product-accessories .product-container .cart-btn button,
.product-miniature .product-container .cart-btn button {
    padding: 6px 10px;
    border-radius: 0;
}

@media (max-width: 400px) {
    #products .product-container .cart-btn button,
    .featured-products .product-container .cart-btn button,
    .product-accessories .product-container .cart-btn button,
    .product-miniature .product-container .cart-btn button {
        /* If media is below 544 */
        padding: 6px 5px;
    }
}

#products .product-container .cart-btn button:hover,
.featured-products .product-container .cart-btn button:hover,
.product-accessories .product-container .cart-btn button:hover,
.product-miniature .product-container .cart-btn button:hover {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}

#products .product-container .cart-btn button:hover svg,
.featured-products .product-container .cart-btn button:hover svg,
.product-accessories .product-container .cart-btn button:hover svg,
.product-miniature .product-container .cart-btn button:hover svg {
    fill: #000;
}

#products .product-container .cart-btn button:hover span,
.featured-products .product-container .cart-btn button:hover span,
.product-accessories .product-container .cart-btn button:hover span,
.product-miniature .product-container .cart-btn button:hover span {
    color: #000;
}

#products .product-container .cart-btn button i,
.featured-products .product-container .cart-btn button i,
.product-accessories .product-container .cart-btn button i,
.product-miniature .product-container .cart-btn button i {
    display: none;
}

#products .product-container .cart-btn button svg,
.featured-products .product-container .cart-btn button svg,
.product-accessories .product-container .cart-btn button svg,
.product-miniature .product-container .cart-btn button svg {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all ease .6s;
    -moz-transition: all ease .6s;
    -o-transition: all ease .6s;
    transition: all ease .6s;
}

#products .product-container .cart-btn button span,
.featured-products .product-container .cart-btn button span,
.product-accessories .product-container .cart-btn button span,
.product-miniature .product-container .cart-btn button span {
    color: #000;
    -webkit-transition: all ease .6s;
    -moz-transition: all ease .6s;
    -o-transition: all ease .6s;
    transition: all ease .6s;
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
}

#products .product-container .highlighted-informations,
.featured-products .product-container .highlighted-informations,
.product-accessories .product-container .highlighted-informations,
.product-miniature .product-container .highlighted-informations {
    display: none;
}

#products .product-container .product-desc,
.featured-products .product-container .product-desc,
.product-accessories .product-container .product-desc,
.product-miniature .product-container .product-desc {
    display: none;
}

#products .product-container:hover .thumbnail-container .thumbnail-inner .product-thumbnail .product-img-extra,
#products .product-container:hover .thumbnail-container .thumbnail-inner .product-thumbnail.change,
.featured-products .product-container:hover .thumbnail-container .thumbnail-inner .product-thumbnail .product-img-extra,
.featured-products .product-container:hover .thumbnail-container .thumbnail-inner .product-thumbnail.change,
.product-accessories .product-container:hover .thumbnail-container .thumbnail-inner .product-thumbnail .product-img-extra,
.product-accessories .product-container:hover .thumbnail-container .thumbnail-inner .product-thumbnail.change,
.product-miniature .product-container:hover .thumbnail-container .thumbnail-inner .product-thumbnail .product-img-extra,
.product-miniature .product-container:hover .thumbnail-container .thumbnail-inner .product-thumbnail.change {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

#category #products .product-container:hover .thumbnail-container .thumbnail-inner .product-img-extra,
#category .featured-products .product-container:hover .thumbnail-container .thumbnail-inner .product-img-extra,
#category .product-accessories .product-container:hover .thumbnail-container .thumbnail-inner .product-img-extra,
#category .product-miniature .product-container:hover .thumbnail-container .thumbnail-inner .product-img-extra {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

#products .product-container:hover .thumbnail-container .thumbnail-inner .product-flags>li,
.featured-products .product-container:hover .thumbnail-container .thumbnail-inner .product-flags>li,
.product-accessories .product-container:hover .thumbnail-container .thumbnail-inner .product-flags>li,
.product-miniature .product-container:hover .thumbnail-container .thumbnail-inner .product-flags>li {
    opacity: 1;
}

@media (min-width: 768px) {
    #products .product-container:hover .thumbnail-buttons .quickview-btn,
    #products .product-container:hover .thumbnail-buttons .cart-btn,
    #products .product-container:hover .thumbnail-buttons .wishlist-btn,
    .featured-products .product-container:hover .thumbnail-buttons .quickview-btn,
    .featured-products .product-container:hover .thumbnail-buttons .cart-btn,
    .featured-products .product-container:hover .thumbnail-buttons .wishlist-btn,
    .product-accessories .product-container:hover .thumbnail-buttons .quickview-btn,
    .product-accessories .product-container:hover .thumbnail-buttons .cart-btn,
    .product-accessories .product-container:hover .thumbnail-buttons .wishlist-btn,
    .product-miniature .product-container:hover .thumbnail-buttons .quickview-btn,
    .product-miniature .product-container:hover .thumbnail-buttons .cart-btn,
    .product-miniature .product-container:hover .thumbnail-buttons .wishlist-btn {
        opacity: 1;
        -moz-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -o-transform: translateX(0px);
        -ms-transform: translateX(0px);
    }
}

#products .product-container:hover .product-description .product-price-and-shipping,
.featured-products .product-container:hover .product-description .product-price-and-shipping,
.product-accessories .product-container:hover .product-description .product-price-and-shipping,
.product-miniature .product-container:hover .product-description .product-price-and-shipping {
    opacity: 0;
}

@media (max-width: 767px) {
    #products .product-container:hover .product-description .product-price-and-shipping,
    .featured-products .product-container:hover .product-description .product-price-and-shipping,
    .product-accessories .product-container:hover .product-description .product-price-and-shipping,
    .product-miniature .product-container:hover .product-description .product-price-and-shipping {
        opacity: 1;
    }
}

#products .product-container:hover .product-description .cart-btn,
.featured-products .product-container:hover .product-description .cart-btn,
.product-accessories .product-container:hover .product-description .cart-btn,
.product-miniature .product-container:hover .product-description .cart-btn {
    opacity: 1;
}

#products .products-section-title,
.featured-products .products-section-title,
.product-accessories .products-section-title,
.product-miniature .products-section-title {
    text-align: center;
    margin-bottom: 1.5rem;
}

#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
    padding: 10px 0;
    text-align: center;
}

@media (max-width: 991px) {
    #products .product-description,
    .featured-products .product-description,
    .product-accessories .product-description,
    .product-miniature .product-description {
        padding-bottom: 0;
    }
}

#products .product-description .product-title,
.featured-products .product-description .product-title,
.product-accessories .product-description .product-title,
.product-miniature .product-description .product-title {
    line-height: 18px;
    margin-bottom: 10px;
}

@media (max-width: 543px) {
    #products .product-description .product-title,
    .featured-products .product-description .product-title,
    .product-accessories .product-description .product-title,
    .product-miniature .product-description .product-title {
        margin-bottom: 6px;
    }
}

#products .product-description .product-title a,
.featured-products .product-description .product-title a,
.product-accessories .product-description .product-title a,
.product-miniature .product-description .product-title a {
    color: #202020;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    font-weight: 400;
    text-transform: capitalize;
}

#products .product-description .product-price-and-shipping,
.featured-products .product-description .product-price-and-shipping,
.product-accessories .product-description .product-price-and-shipping,
.product-miniature .product-description .product-price-and-shipping {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    font-family: 'Quicksand', sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    #products .product-description .product-price-and-shipping,
    .featured-products .product-description .product-price-and-shipping,
    .product-accessories .product-description .product-price-and-shipping,
    .product-miniature .product-description .product-price-and-shipping {
        opacity: 1;
    }
}

@media (max-width: 543px) {
    #products .product-description .product-price-and-shipping,
    .featured-products .product-description .product-price-and-shipping,
    .product-accessories .product-description .product-price-and-shipping,
    .product-miniature .product-description .product-price-and-shipping {
        font-size: 13px;
    }
}

#products .product-description .product-price-and-shipping>span,
.featured-products .product-description .product-price-and-shipping>span,
.product-accessories .product-description .product-price-and-shipping>span,
.product-miniature .product-description .product-price-and-shipping>span {
    display: inline-block;
    vertical-align: middle;
}

#products .product-description .product-price-and-shipping .regular-price,
.featured-products .product-description .product-price-and-shipping .regular-price,
.product-accessories .product-description .product-price-and-shipping .regular-price,
.product-miniature .product-description .product-price-and-shipping .regular-price {
    text-decoration: line-through;
    display: inline-block;
}

#products .product-description .product-price-and-shipping .discount-percentage,
#products .product-description .product-price-and-shipping .discount-amount,
.featured-products .product-description .product-price-and-shipping .discount-percentage,
.featured-products .product-description .product-price-and-shipping .discount-amount,
.product-accessories .product-description .product-price-and-shipping .discount-percentage,
.product-accessories .product-description .product-price-and-shipping .discount-amount,
.product-miniature .product-description .product-price-and-shipping .discount-percentage,
.product-miniature .product-description .product-price-and-shipping .discount-amount {
    margin: 0 8px;
    color: #fcc10f;
}

@media (max-width: 543px) {
    #products .product-description .product-price-and-shipping .discount-percentage,
    #products .product-description .product-price-and-shipping .discount-amount,
    .featured-products .product-description .product-price-and-shipping .discount-percentage,
    .featured-products .product-description .product-price-and-shipping .discount-amount,
    .product-accessories .product-description .product-price-and-shipping .discount-percentage,
    .product-accessories .product-description .product-price-and-shipping .discount-amount,
    .product-miniature .product-description .product-price-and-shipping .discount-percentage,
    .product-miniature .product-description .product-price-and-shipping .discount-amount {
        margin: 0 3px;
    }
}

#products .product-description .product-price-and-shipping .price,
.featured-products .product-description .product-price-and-shipping .price,
.product-accessories .product-description .product-price-and-shipping .price,
.product-miniature .product-description .product-price-and-shipping .price {
    color: #000;
    display: inline-block;
}

#products .variant-links,
.featured-products .variant-links,
.product-accessories .variant-links,
.product-miniature .variant-links {
    text-align: left;
}

#products img,
.featured-products img,
.product-accessories img,
.product-miniature img {
    margin-left: 4px;
}

#products .comments_note,
.featured-products .comments_note,
.product-accessories .comments_note,
.product-miniature .comments_note {
    text-align: center;
    color: #acaaa6;
}

#products .count,
.featured-products .count,
.product-accessories .count,
.product-miniature .count {
    color: #7a7a7a;
    font-weight: 700;
    position: relative;
    bottom: 0.5rem;
}

#products .all-product-link,
.featured-products .all-product-link,
.product-accessories .all-product-link,
.product-miniature .all-product-link {
    clear: both;
    color: #7a7a7a;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

#products {
    /*========================== NO CHANGE ==========================*/
}

#products>div [itemprop="itemListElement"]:nth-child(3n+1) {
    clear: left;
}

@media (max-width: 1199px) {
    #products>div [itemprop="itemListElement"] {
        /* If media is below 1200 */
    }
    #products>div [itemprop="itemListElement"]:nth-child(3n+1) {
        clear: none;
    }
    #products>div [itemprop="itemListElement"]:nth-child(2n+1) {
        clear: left;
    }
}

@media (max-width: 991px) {
    #products>div [itemprop="itemListElement"] {
        /* If media is below 992 */
    }
    #products>div [itemprop="itemListElement"]:nth-child(2n+1) {
        clear: none;
    }
    #products>div [itemprop="itemListElement"]:nth-child(3n+1) {
        clear: left;
    }
}

@media (max-width: 767px) {
    #products>div [itemprop="itemListElement"] {
        /* If media is below 768 */
    }
    #products>div [itemprop="itemListElement"]:nth-child(3n+1) {
        clear: none;
    }
    #products>div [itemprop="itemListElement"]:nth-child(2n+1) {
        clear: left;
    }
}

@media (max-width: 543px) {
    #products>div [itemprop="itemListElement"] {
        /* If media is below 544 */
    }
    #products>div [itemprop="itemListElement"]:nth-child(2n+1) {
        clear: left;
    }
}

.ishiproducts-grid div:nth-child(4n+1) {
    clear: left;
}

@media (max-width: 1199px) {
    .ishiproducts-grid div {
        /* If media is below 1200 */
    }
    .ishiproducts-grid div:nth-child(4n+1) {
        clear: none;
    }
    .ishiproducts-grid div:nth-child(3n+1) {
        clear: left;
    }
}

@media (max-width: 767px) {
    .ishiproducts-grid div {
        /* If media is below 768 */
    }
    .ishiproducts-grid div:nth-child(3n+1) {
        clear: none;
    }
    .ishiproducts-grid div:nth-child(2n+1) {
        clear: left;
    }
}

@media (max-width: 543px) {
    .ishiproducts-grid div {
        /* If media is below 544 */
    }
    .ishiproducts-grid div:nth-child(2n+1) {
        clear: none;
    }
}


/* ---------------------------- scss for list view of product -----------------------------*/

#products .products.list {
    margin: 0;
}

#products .products.list .product-miniature {
    padding: 15px 0;
    overflow: hidden;
    display: block;
}

@media (max-width: 543px) {
    #products .products.list .product-miniature {
        /* If media is below 544 */
        padding-bottom: 0;
    }
}

#products .products.list .product-miniature .product-container .cart-btn {
    opacity: 1;
    position: unset;
}

#products .products.list .product-miniature .product-container .thumbnail-container .thumbnail-inner {
    overflow: hidden;
    padding: 0;
}

#products .products.list .product-miniature .product-container .thumbnail-container .thumbnail-inner .thumbnail-buttons .quickview-btn,
#products .products.list .product-miniature .product-container .thumbnail-container .thumbnail-inner .thumbnail-buttons .wishlist-btn {
    opacity: 1;
    transform: unset;
}

#products .products.list .product-miniature .product-container .product-description {
    text-align: left;
}

@media (min-width: 544px) {
    #products .products.list .product-miniature .product-container .product-description {
        padding-left: 25px;
    }
}

@media (max-width: 543px) {
    #products .products.list .product-miniature .product-container .product-description {
        /* If media is below 544 */
        text-align: center;
        padding: 10px;
    }
}

#products .products.list .product-miniature .product-container .product-description .thumbnail-buttons {
    position: relative;
    bottom: 0;
    text-align: left;
}

@media (max-width: 543px) {
    #products .products.list .product-miniature .product-container .product-description .thumbnail-buttons {
        text-align: center;
    }
}

#products .products.list .product-miniature .product-container .product-description .thumbnail-buttons .quickview-btn,
#products .products.list .product-miniature .product-container .product-description .thumbnail-buttons .cart-btn,
#products .products.list .product-miniature .product-container .product-description .thumbnail-buttons .wishlist-btn {
    opacity: 1;
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
}

#products .products.list .product-miniature .product-container .product-description .product-title,
#products .products.list .product-miniature .product-container .product-description .product-price-and-shipping {
    margin-bottom: 10px;
    opacity: 1;
}

#products .products.list .product-miniature .product-container .product-description .product-desc {
    display: block;
    margin-bottom: 10px;
    line-height: 22px;
}

#products .products.list .product-miniature .product-container .product-description .highlighted-informations {
    display: none;
    margin-bottom: 10px;
    position: unset;
    opacity: 1;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
}

@media (max-width: 543px) {
    #products .products.grid {
        overflow: hidden;
        padding: 0 5px;
    }
}

#custom-text {
    background: white;
    border-radius: 2px;
    margin-bottom: 1.5rem;
    padding: 3.125rem 3.125rem;
    text-align: center;
}

#custom-text h3 {
    text-transform: uppercase;
    color: #232323;
    font-size: 1.563rem;
    font-weight: 700;
}

#custom-text p {
    color: #232323;
    font-weight: 400;
    font-size: 1.1em;
}

#custom-text p .dark {
    color: #acaaa6;
    font-weight: 400;
}

#custom-text img {
    max-width: 100%;
    height: 100%;
}

#main .page-content.page-cms {
    background: white;
    text-align: justify;
}

@media (max-width: 543px) {
    #main .page-content.page-cms {
        /* If media is below 544 */
        padding: 20px 20px;
    }
}

#main .page-content.page-cms h1,
#main .page-content.page-cms h2,
#main .page-content.page-cms h3,
#main .page-content.page-cms h4,
#main .page-content.page-cms h5,
#main .page-content.page-cms h6,
#main .page-content.page-cms .h1,
#main .page-content.page-cms .h2,
#main .page-content.page-cms .h3,
#main .page-content.page-cms .h4,
#main .page-content.page-cms .h5,
#main .page-content.page-cms .h6 {
    margin-bottom: 5px;
    line-height: 28px;
}

#main .page-content.page-cms h3,
#main .page-content.page-cms .h3 {
    font-weight: 600;
}

#main .page-content.page-cms p,
#main .page-content.page-cms li,
#main .page-content.page-cms div {
    line-height: 20px;
}

#main .page-content.page-cms p:last-child {
    margin-bottom: 0;
}

#main .page-content.page-cms ul {
    padding-left: 20px;
}

@media (max-width: 543px) {
    #main .page-content.page-cms ul {
        /* If media is below 544 */
        padding-left: 5px;
        text-align: left;
    }
}

#main .page-content.page-cms ul li {
    margin-bottom: 5px;
    list-style: inside;
}

#main .page-content.page-cms ul li:last-child {
    margin-bottom: 0;
}

#main .page-content.page-cms .cms-box img {
    max-width: 100%;
}

.page-cms .page-header {
    text-align: center;
}

@media (max-width: 991px) {
    #block-cmsinfo {
        padding: 1.25rem 1.875rem;
    }
}

#products {
    color: #7a7a7a;
    padding: 0;
}

#products .products-select {
    -js-display: flex;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

#products .up {
    margin-bottom: 1rem;
}

#products .up .btn-secondary,
#products .up .btn-tertiary {
    color: #acaaa6;
    text-transform: inherit;
}

#products .up .btn-secondary .material-icons,
#products .up .btn-tertiary .material-icons {
    margin-right: 0;
}

.block-category {
    margin-bottom: 1.563rem;
    padding: 0;
    border: none;
}

.block-category .block-category-inner #category-description {
    margin-bottom: 20px;
}

.block-category .block-category-inner #category-description p,
.block-category .block-category-inner #category-description strong {
    font-weight: 400;
    color: #969696;
}

.block-category .block-category-inner #category-description p {
    color: #969696;
    margin-bottom: 0;
    line-height: 21px;
    word-break: break-word;
}

.block-category .block-category-inner #category-description span {
    font-size: 14px;
    font-family: 'Quicksand', sans-serif;
    color: #969696;
}

.block-category .block-category-inner .category-cover img {
    max-width: 100%;
}

.products-selection .sort-by-row {
    -js-display: flex;
    display: flex;
    align-items: center;
}

.products-selection .sort-by {
    white-space: normal;
    word-break: break-word;
    margin-right: -0.9375rem;
    margin-left: 0.9375rem;
    text-align: right;
}

.products-selection .total-products {
    padding-top: 0.625rem;
    position: relative;
    top: 3px;
}

.products-selection .total-products p {
    margin-top: 2px;
}

.products-selection h1 {
    padding-top: 0.625rem;
}

.products-sort-order,
.brands-sort,
.suppliers-sort {
    color: #acaaa6;
}

.products-sort-order .select-title,
.brands-sort .select-title,
.suppliers-sort .select-title {
    display: inline-block;
    width: 100%;
    color: #232323;
    background: white;
    padding: 0.625rem;
    cursor: pointer;
    line-height: 22px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.products-sort-order .select-list,
.brands-sort .select-list,
.suppliers-sort .select-list {
    display: block;
    color: #232323;
    padding: 0.625rem 1.25rem;
}

.products-sort-order .select-list:hover,
.brands-sort .select-list:hover,
.suppliers-sort .select-list:hover {
    background: #000;
    color: white;
    text-decoration: none;
}

.products-sort-order .dropdown-menu,
.brands-sort .dropdown-menu,
.suppliers-sort .dropdown-menu {
    left: auto;
    width: 90%;
    background: #f6f6f6;
    border: none;
    border-radius: 0;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
    margin: 0;
}

@media (max-width: 991px) {
    .products-sort-order .dropdown-menu,
    .brands-sort .dropdown-menu,
    .suppliers-sort .dropdown-menu {
        /* If media is below 992 */
        width: 94%;
    }
}

.facet-dropdown {
    color: #acaaa6;
    padding-left: 0;
    padding-right: 0;
    background: #f1f1f1;
    border: 3px solid transparent;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px 1px #f1f1f1;
}

.facet-dropdown.open {
    border: 0;
}

.facet-dropdown.open>.select-title {
    border: 3px solid #000;
    background: #f6f6f6;
}

.facet-dropdown .select-title {
    display: inline-flex;
    align-items: center;
    margin-left: 0;
    width: 100%;
    color: #232323;
    background: #f1f1f1;
    padding: 0.625rem 0.625rem 0.625rem 1.25rem;
    cursor: pointer;
}

.facet-dropdown .select-title>i {
    margin-left: auto;
}

.facet-dropdown .select-list {
    display: block;
    color: #232323;
    background: #f6f6f6;
    padding: 0.625rem 1.25rem;
}

.facet-dropdown .select-list:hover {
    background: #000;
    color: white;
    text-decoration: none;
}

.facet-dropdown .dropdown-menu {
    padding: 0;
    margin-top: 3px;
    left: auto;
    width: 100%;
    background: #f6f6f6;
    border: none;
    box-shadow: 1px 1px 1px 1px #f1f1f1;
}

#search_filters,
#search_filters_brands,
#search_filters_suppliers {
    margin-bottom: 30px;
    background: white;
    border: 1px solid #e9e9e9;
}

#search_filters .facet,
#search_filters_brands .facet,
#search_filters_suppliers .facet {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0.625rem;
}

#search_filters .facet:last-child .collapse,
#search_filters_brands .facet:last-child .collapse,
#search_filters_suppliers .facet:last-child .collapse {
    margin-bottom: 15px;
}

#search_filters .facet .collapse,
#search_filters_brands .facet .collapse,
#search_filters_suppliers .facet .collapse {
    display: block;
    margin: 0;
}

#search_filters .facet .facet-title,
#search_filters_brands .facet .facet-title,
#search_filters_suppliers .facet .facet-title {
    color: #454545;
    font: 500 14px/28px 'Quicksand', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
}

#search_filters .facet .facet-label,
#search_filters_brands .facet .facet-label,
#search_filters_suppliers .facet .facet-label {
    margin-bottom: 0;
}

#search_filters .facet .facet-label a,
#search_filters_brands .facet .facet-label a,
#search_filters_suppliers .facet .facet-label a {
    font-size: 14px;
    color: #969696;
    display: inline-block;
    line-height: 28px;
    vertical-align: sub;
}

#search_filters .js-search-filters-clear-all,
#search_filters_brands .js-search-filters-clear-all,
#search_filters_suppliers .js-search-filters-clear-all {
    text-transform: uppercase;
    background-color: #232323;
    border-color: #232323;
    color: #ffffff;
    margin: 12px 15px 0;
}

#search_filters_brands .facet,
#search_filters_suppliers .facet {
    padding-top: 0;
}

#search_filters_brands .facet .facet-label,
#search_filters_suppliers .facet .facet-label {
    margin-bottom: 0.3125rem;
}

.pagination {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 14px 0;
    background-color: #f5f5f5;
}

.pagination .pagination-desc {
    line-height: 50px;
    font-size: 14px;
    color: #333;
}

@media (max-width: 767px) {
    .pagination .pagination-desc {
        /* If media is below 768 */
        text-align: center;
    }
}

.pagination .pagination-right {
    float: right;
    text-align: right;
}

@media (max-width: 767px) {
    .pagination .pagination-right {
        /* If media is below 768 */
        text-align: center;
    }
}

.pagination .page-list {
    padding: 0.625rem 0;
    margin-bottom: 0;
}

.pagination .page-list li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.pagination .page-list .pagination-lbl {
    display: none;
}

.pagination a {
    color: black;
    font-weight: 600;
    border: 1px solid #eee;
    width: 35px;
    height: 35px;
    padding: 8px;
    text-align: center;
    display: block;
    color: #000;
    background-color: #fff;
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.pagination a:hover {
    color: #fff;
    background-color: #000;
}

.pagination a:not(.previous):not(.next) {
    letter-spacing: 0.125rem;
}

.pagination .previous {
    float: left;
    padding: 5px;
}

.pagination .next {
    float: right;
    padding: 5px;
}

.pagination .disabled {
    cursor: not-allowed;
}

.pagination .current a {
    background-color: #fcc10f;
    text-decoration: none;
    color: #000;
}

.active_filters {
    background: #dededd;
    padding: 0.625rem 1.875rem;
    margin-bottom: 1.25rem;
}

.active_filters .active-filter-title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
    font-weight: 500;
    margin-bottom: 0;
}

.active_filters ul {
    display: inline;
    margin: 0;
}

.active_filters .filter-block {
    color: #232323;
    background: white;
    padding: 0.625rem;
    display: inline-block;
    font-size: 0.8125rem;
}

.active_filters .filter-block .close {
    color: #232323;
    font-size: 0.9375rem;
    opacity: 1;
    margin-top: 1px;
    margin-left: 5px;
}

.block-categories {
    background: #f5f5f5;
    width: 100%;
}

.block-categories .collapse-icons {
    padding: 5px;
}

.block-categories .collapse-icons i {
    font-size: 16px;
}

.block-categories .category-top-menu {
    margin-bottom: 0;
    padding: 15px;
}

.block-categories .category-sub-menu .category-sub-menu {
    margin-left: 10px;
}

.block-categories .category-sub-menu .category-sub-link {
    font-size: 0.875rem;
}

.block-categories .category-sub-menu li {
    position: relative;
}

.block-categories .category-sub-menu li[data-depth="1"] {
    margin-bottom: 0.625rem;
}

.block-categories .category-sub-menu li[data-depth="0"]>a {
    font-weight: 400;
    width: 100%;
    display: inline-block;
    margin: 0.3125rem 0 0;
    padding-bottom: 0.1875rem;
    font-size: 14px;
}

.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]) {
    padding-left: 0.3125rem;
}

.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"])::before {
    content: "-";
    margin-right: 0.3125rem;
}

.block-categories a {
    color: #232323;
}

.block-categories .collapse-icons {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    cursor: pointer;
}

.block-categories .collapse-icons[aria-expanded="true"] .add {
    display: none;
}

.block-categories .collapse-icons[aria-expanded="true"] .remove {
    display: block;
}

.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover {
    color: #000;
}

.block-categories .collapse-icons .remove {
    display: none;
}

.block-categories .arrows .arrow-right,
.block-categories .arrows .arrow-down {
    font-size: 0.875rem;
    cursor: pointer;
    margin-left: 2px;
}

.block-categories .arrows .arrow-right:hover,
.block-categories .arrows .arrow-down:hover {
    color: #000;
}

.block-categories .arrows .arrow-down {
    display: none;
}

.block-categories .arrows[aria-expanded="true"] .arrow-right {
    display: none;
}

.block-categories .arrows[aria-expanded="true"] .arrow-down {
    display: inline-block;
}

.facets-title {
    color: #232323;
}

.products-selection .filter-button .btn-secondary,
.products-selection .filter-button .btn-tertiary {
    padding: 0.75rem 0.5rem 0.6875rem;
}


/*** Responsive part ***/

@media (max-width: 991px) {
    #category #left-column {
        width: 100%;
    }
    #category #left-column #search_filter_controls {
        text-align: center;
        margin-bottom: 1rem;
    }
    #category #left-column #search_filter_controls button {
        margin: 0 0.5rem;
    }
    #category #left-column #search_filters {
        margin-bottom: 15px;
        box-shadow: none;
        padding: 0;
        border-top: 1px solid #f6f6f6;
    }
}

@media (max-width: 991px) and (max-width: 543px) {
    #category #left-column #search_filters {
        /* If media is below 544 */
        margin: 15px;
    }
}

@media (max-width: 991px) {
    #category #left-column #search_filters .facet {
        padding-top: 0;
        border-bottom: 1px solid #f6f6f6;
        padding: 0 10px;
    }
    #category #left-column #search_filters .facet .title {
        cursor: pointer;
    }
    #category #left-column #search_filters .facet .title .collapse-icons .remove {
        display: none;
    }
    #category #left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .add {
        display: none;
    }
    #category #left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .remove {
        display: block;
    }
    #category #left-column #search_filters .facet .facet-title {
        color: #232323;
        text-transform: uppercase;
    }
    #category #left-column #search_filters .facet .h6 {
        margin-bottom: 0;
        padding: 0.625rem;
        display: inline-block;
    }
    #category #left-column #search_filters .facet .navbar-toggler {
        display: inline-block;
    }
    #category #left-column #search_filters .facet .collapse {
        display: none;
    }
    #category #left-column #search_filters .facet .collapse.in {
        display: block;
    }
    #category #left-column #search_filters .facet .facet-label a {
        margin-top: 0;
    }
    #category #left-column #search_filters .facet ul {
        margin-bottom: 0;
    }
    #category #left-column #search_filters .facet ul li {
        border-top: 1px solid #f6f6f6;
        padding: 0.625rem;
    }
    #category #content-wrapper {
        width: 100%;
    }
    #category #search_filter_toggler {
        width: 100%;
    }
    .products-sort-order .select-title {
        margin-left: 0;
    }
    .products-selection h1 {
        padding-top: 0;
        text-align: center;
        margin-bottom: 1rem;
    }
    .products-selection .showing {
        padding-top: 1rem;
    }
    #prices-drop #content-wrapper,
    #new-products #content-wrapper,
    #best-sales #content-wrapper {
        width: 100%;
    }
}

@media (max-width: 543px) {
    .products-selection .filter-button {
        padding-left: 0;
    }
    #category #left-column #search_filters_wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }
}

#search_filters ul li p {
    font-size: 14px;
    color: #969696;
    line-height: 28px;
}

#search_filters ul li .ui-slider-horizontal {
    min-width: 210px;
    padding: 3px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #search_filters ul li .ui-slider-horizontal {
        /* If media is between 992 and 1199 */
        min-width: 170px;
    }
}

#product #content {
    position: relative;
    margin: 0 auto;
    padding: 0;
    border: 0;
}

@media (max-width: 767px) {
    #product #content {
        /* If media is below 768 */
        margin-bottom: 30px;
    }
}

#product .product-title {
    color: #333;
    font-weight: 400;
    text-transform: capitalize;
    padding-bottom: 15px;
    font-size: 22px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.form-control-select {
    /*-moz-appearance: menulist;
  background: none;*/
}

.product-price {
    color: #000;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-size: 24px;
}

#product-description-short {
    color: #232323;
}

#product-description-short p {
    line-height: 22px;
}

.product-information {
    font-size: 0.9375rem;
    color: #232323;
}

.product-information p {
    margin-bottom: 15px;
}

.product-information .manufacturer-logo {
    height: 3.125rem;
    border: none;
    margin-bottom: 1rem;
}

.product-information .product-description img {
    max-width: 100%;
    height: auto;
}

.product-information .product-description p {
    line-height: 22px;
}

.product-information .product-description ul {
    list-style: inherit;
    list-style-position: inside;
    padding-left: .75rem;
}

.product-information .wishlist_login {
    clear: both;
    margin-bottom: 18px;
}

.input-color {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 1.25rem;
    width: 1.25rem;
}

.input-container {
    position: relative;
}

.input-radio {
    position: absolute;
    top: 0;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.input-color:checked+span,
.input-color:hover+span,
.input-radio:checked+span,
.input-radio:hover+span {
    border: 2px solid #232323;
}

.radio-label {
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
    background: white;
    display: inline-block;
    padding: 0.125rem 0.625rem;
    font-weight: 600;
    border: 2px solid white;
}

.product-actions .control-label {
    width: 100%;
    margin-bottom: 8px;
    display: block;
    width: 100%;
    font-weight: 500;
}

.product-actions .add-to-cart {
    height: 2.75rem;
    line-height: inherit;
    text-transform: uppercase;
    line-height: 23px;
    padding: 10px 25px;
    background-color: #fcc10f;
    border-color: #fcc10f;
}

@media (max-width: 543px) {
    .product-actions .add-to-cart {
        /* If media is below 544 */
        padding: 10px 19px;
    }
}

.product-actions .add-to-cart .material-icons {
    line-height: inherit;
    display: none;
}

.product-actions .add-to-cart:hover {
    background-color: #000;
    border-color: #000;
}

.product-quantity {
    display: block;
}

.product-quantity .qty,
.product-quantity .add {
    display: inline-block;
    vertical-align: middle;
}

.product-quantity .qty {
    margin-right: 15px;
}

.product-quantity #quantity_wanted {
    color: #232323;
    background-color: white;
    height: 2.75rem;
    padding: 0.175rem 0.5rem;
    width: 3rem;
}

.product-quantity .input-group-btn-vertical {
    float: left;
}

.product-quantity .input-group-btn-vertical .btn {
    padding: 0.5rem 0.6875rem;
    box-shadow: none;
}

.product-quantity .input-group-btn-vertical .btn i {
    font-size: 1rem;
    top: 0.125rem;
    left: 0.1875rem;
    color: #232323;
}

.product-quantity .btn-touchspin {
    height: 1.438rem;
}

.product-discounts {
    margin-bottom: 0;
}

.product-discounts>.product-discounts-title {
    font-weight: normal;
    font-size: 0.875rem;
}

.product-discounts>.table-product-discounts thead tr th {
    width: 33%;
    padding: 0.625rem 1.25rem;
    background: white;
    border: 0.3125rem #f1f1f1 solid;
    text-align: center;
}

.product-discounts>.table-product-discounts tbody tr {
    background: #f6f6f6;
}

.product-discounts>.table-product-discounts tbody tr:nth-of-type(even) {
    background: white;
}

.product-discounts>.table-product-discounts tbody tr td {
    padding: 0.625rem 1.25rem;
    text-align: center;
    border: 0.3125rem #f1f1f1 solid;
}

.product-prices {
    font-weight: 400;
    font-size: 15px;
    color: #333;
    margin-bottom: 20px;
}

.product-prices div {
    display: inline-block;
    vertical-align: middle;
}

.product-prices .tax-shipping-delivery-label {
    font-size: 0.8125rem;
    color: #acaaa6;
}

.product-prices .tax-shipping-delivery-label .delivery-information {
    padding: 0 0 0 2px;
}

.product-prices .tax-shipping-delivery-label .delivery-information::before {
    content: "-";
    padding: 0 2px 0 0;
}

.price {
    color: #878787 !important;
    margin-bottom: 0;
}

.price del {
    text-decoration: line-through;
    font-weight: 500;
    margin-right: 0.625rem;
    font-size: 18px;
}

.price ins {
    font-weight: 500 !important;
    font-size: 24px;
    margin-bottom: 0;
    color: #000000;
    background: transparent;
}

.product_list_widget {
    color: #878787 !important;
    margin-bottom: 0;
}

.product_list_widget del {
    text-decoration: line-through;
    font-weight: 500;
    margin-right: 0.625rem;
    font-size: 12px;
}

.product_list_widget ins {
    font-weight: 500 !important;
    font-size: 14px;
    margin-bottom: 0;
    color: #000000;
    background: transparent;
}

.product-line-info {
    margin-bottom: 8px;
}

.product-line-info .value {
    color: #acaaa6;
}

.has-discount.product-price,
.has-discount p {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 0;
}

.has-discount .discount {
    background: #f1f1f1;
    color: #000000;
    padding: 7px 11px;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    margin: 0 8px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}

.product-unit-price {
    font-size: 0.8125rem;
    margin-bottom: 0;
}

.tabs {
    margin: 50px 0;
}

@media (max-width: 991px) {
    .tabs {
        /* If media is below 992 */
        margin-bottom: 30px;
    }
}

.tabs .nav-tabs {
    border-bottom: none;
    margin-bottom: 30px;
    text-align: center;
}

.tabs .nav-tabs .nav-link {
    color: #000;
    padding-left: 1px;
    padding-right: 1px;
    padding: 8px 12px;
    border: 1px solid #e4e4e4;
    background: #fff;
    letter-spacing: 1px;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    position: relative;
}

.tabs .nav-tabs .nav-link:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    bottom: -9px;
    margin: 0 auto;
    border-style: solid;
    border-width: 8px 10px 0 10px;
    border-color: transparent transparent transparent transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 543px) {
    .tabs .nav-tabs .nav-link {
        padding: 8px 10px;
        font-size: 13px;
    }
}

.tabs .nav-tabs .nav-link.active {
    border-color: #fcc10f;
    background: #fcc10f;
    color: #000;
}

.tabs .nav-tabs .nav-link.active:before {
    border-color: #fcc10f transparent transparent transparent;
}

.tabs .nav-tabs .nav-link:hover {
    border-color: #fcc10f;
    background: #fcc10f;
    color: #000;
}

.tabs .nav-tabs .nav-link:hover:before {
    border-color: #fcc10f transparent transparent transparent;
}

.tabs .nav-tabs .nav-link:focus {
    color: #000;
}

.tabs .nav-tabs .nav-item {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-bottom: -0.125rem;
    text-transform: uppercase;
    margin-left: 10px;
}

@media (max-width: 543px) {
    .tabs .nav-tabs .nav-item {
        margin-left: 8px;
    }
}

.tabs .nav-tabs .nav-item:first-child {
    margin-left: 0;
}

.tabs #tab-content {
    padding: 15px;
    border: 1px solid #e4e4e4;
    text-align: center;
}

.tabs #tab-content .tab-pane {
    padding: 15px;
    text-align: left;
    line-height: 26px;
    color: #787878;
    margin-bottom: 0px;
    letter-spacing: .1px;
    font-weight: 500;
    font-size: 14px;
    overflow: hidden;
}

@media (max-width: 543px) {
    .tabs #tab-content .tab-pane {
        /* If media is below 544 */
        margin-bottom: 18px;
        padding: 5px;
        line-height: 24px;
    }
    .tabs #tab-content .tab-pane .spr-summary {
        text-align: left;
    }
}

.tabs #tab-content .tab-pane .product-description p {
    font-size: 14px;
    color: #787878;
    font-weight: 500;
    letter-spacing: .1px;
}

.tabs #tab-content .tab-pane .product-description>h4 {
    color: #000;
    font-weight: 600;
    letter-spacing: 0.2px;
    margin-bottom: 14px;
    font-size: 14px;
}

.tabs #tab-content .tab-pane .product-description>ul {
    list-style: unset;
}

.tabs #tab-content .tab-pane .product-description>ul,
.tabs #tab-content .tab-pane .product-description>ol {
    margin-bottom: 18px;
    padding-left: 26px;
}

.tabs #tab-content .tab-pane .product-description>ul li,
.tabs #tab-content .tab-pane .product-description>ol li {
    list-style: unset;
    padding-left: 3px;
}

.tabs #tab-content .tab-pane .product-description>ul li:marker,
.tabs #tab-content .tab-pane .product-description>ol li:marker {
    line-height: 14px;
}

@media (max-width: 543px) {
    .tabs #tab-content .tab-pane .product-description>ul li,
    .tabs #tab-content .tab-pane .product-description>ol li {
        /* If media is below 544 */
        margin-bottom: 6px;
    }
    .tabs #tab-content .tab-pane .product-description>ul li:last-child,
    .tabs #tab-content .tab-pane .product-description>ol li:last-child {
        margin-bottom: 0;
    }
}

.tabs #tab-content .tab-pane .product-description blockquote {
    text-align: left;
    line-height: 26px;
    color: #787878;
    margin-bottom: 0;
    letter-spacing: .2px;
    font-weight: 500;
    font-size: 13px;
    border-left: 3px solid #e5e5e5;
    margin-left: 15px;
    padding: 0 30px;
}

@media (max-width: 543px) {
    .tabs #tab-content .tab-pane .product-description blockquote {
        /* If media is below 544 */
        padding: 0;
        margin-left: 8px;
        padding-left: 15px;
    }
}

.product-cover {
    margin-bottom: 1.25rem;
    position: relative;
    border: 1px solid #eee;
}

.product-cover #product-zoom {
    cursor: crosshair;
}

.product-cover img {
    background: white;
}

#product-modal .modal-content {
    background: transparent;
    border: none;
    padding: 0;
}

#product-modal .modal-content .modal-body {
    -js-display: flex;
    display: flex;
    margin-left: -30%;
}

#product-modal .modal-content .modal-body .product-cover-modal {
    background: white;
}

#product-modal .modal-content .modal-body .image-caption {
    background: white;
    width: 800px;
    padding: 0.625rem 1.25rem;
    border-top: #f1f1f1 1px solid;
}

#product-modal .modal-content .modal-body .image-caption p {
    margin-bottom: 0;
}

#product-modal .modal-content .modal-body .thumbnails {
    position: relative;
}

#product-modal .modal-content .modal-body .mask {
    position: relative;
    overflow: hidden;
    max-height: 49.38rem;
    margin-top: 2.188rem;
    z-index: 1;
}

#product-modal .modal-content .modal-body .mask.nomargin {
    margin-top: 0;
}

#product-modal .modal-content .modal-body .product-images {
    margin-left: 2.5rem;
}

#product-modal .modal-content .modal-body .product-images img {
    width: 9.25rem;
    cursor: pointer;
    background: white;
}

#product-modal .modal-content .modal-body .product-images img:hover {
    border: #000 3px solid;
}

#product-modal .modal-content .modal-body .arrows {
    height: 100%;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    color: white;
    right: 1.875rem;
    z-index: 0;
    cursor: pointer;
}

#product-modal .modal-content .modal-body .arrows .arrow-up {
    position: absolute;
    top: -2rem;
    opacity: 0.2;
}

#product-modal .modal-content .modal-body .arrows .arrow-down {
    position: absolute;
    bottom: -2rem;
}

#product-modal .modal-content .modal-body .arrows i {
    font-size: 6.25rem;
    display: inline;
}

#blockcart-modal {
    color: #232323;
}

#blockcart-modal .modal-header {
    color: #000;
}

#blockcart-modal .modal-header .close {
    opacity: 1;
}

#blockcart-modal .modal-header .close .material-icons {
    color: #7a7a7a;
}

#blockcart-modal .modal-body {
    background: white;
    padding: 35px 25px;
}

#blockcart-modal .modal-body .divide-right span {
    display: inline-block;
    margin-bottom: 10px;
    color: #000000;
    font-weight: 600;
}

#blockcart-modal .modal-dialog {
    max-width: 1140px;
    width: 100%;
}

#blockcart-modal .product-image {
    width: 100%;
}

#blockcart-modal .modal-title {
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
    text-align: left !important;
}

#blockcart-modal .modal-title i.material-icons {
    margin-right: 10px;
}

#blockcart-modal .product-name,
#blockcart-modal .cart-products-count {
    color: #333;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 15px;
}

#blockcart-modal .cart-products-count {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

#blockcart-modal .cart-content {
    padding-left: 2.5rem;
}

#blockcart-modal .cart-content p {
    color: #7a7a7a;
    -js-display: flex;
    display: flex;
    justify-content: space-between;
}

#blockcart-modal .cart-content p.cart-products-count {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
}

#blockcart-modal .cart-content p.product-tax {
    font-size: .875rem;
}

#blockcart-modal .cart-content p .label,
#blockcart-modal .cart-content p .value {
    font-weight: 600;
}

#blockcart-modal .cart-content .cart-content-btn {
    display: inline-flex;
}

#blockcart-modal .cart-content .cart-content-btn button {
    margin-right: 0.3125rem;
}

#blockcart-modal .cart-content .cart-content-btn .btn {
    white-space: inherit;
}

#blockcart-modal .cart-content .cart-content-btn i {
    display: none;
}

#blockcart-modal .cart-content strong {
    font-weight: 600;
    color: #000;
}

#blockcart-modal .divide-right {
    border-right: #f1f1f1 1px solid;
}

#blockcart-modal .divide-right span,
#blockcart-modal .divide-right p {
    color: #f5f5f5;
    font-size: 14px;
}

#blockcart-modal .divide-right span strong,
#blockcart-modal .divide-right p strong {
    font-weight: 500;
    color: #5f5f5f;
}

#blockcart-modal .divide-right .product-price-modal {
    font-size: 18px;
    color: #fcc10f;
}

.product-images>li.thumb-container {
    display: inline;
}

.product-images>li.thumb-container>.thumb {
    cursor: pointer;
    margin-bottom: 0.625rem;
}

.images-container .product-images>li.thumb-container>.thumb {
    margin-right: 0.8125rem;
}

#main .images-container .js-qv-mask {
    white-space: nowrap;
    overflow: visible;
}

#main .images-container .js-qv-mask.scroll {
    width: 415px;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    #main .images-container .js-qv-mask.scroll {
        width: 310px;
    }
}

@media (max-width: 991px) {
    #main .images-container .js-qv-mask.scroll {
        width: 205px;
    }
}

@media (max-width: 767px) {
    #main .images-container .js-qv-mask.scroll {
        width: 415px;
    }
}

@media (max-width: 543px) {
    #main .images-container .js-qv-mask.scroll {
        width: 205px;
    }
}

#main .images-container .js-qv-mask .owl-nav {
    margin: 0;
}

#main .images-container .js-qv-mask .owl-nav .owl-prev,
#main .images-container .js-qv-mask .owl-nav .owl-next {
    left: -15px;
    right: auto;
    position: absolute;
    top: 35%;
    margin: 0;
    height: 30px;
    width: 30px;
}

#main .images-container .js-qv-mask .owl-nav .owl-prev:after,
#main .images-container .js-qv-mask .owl-nav .owl-prev:before,
#main .images-container .js-qv-mask .owl-nav .owl-next:after,
#main .images-container .js-qv-mask .owl-nav .owl-next:before {
    display: none;
}

#main .images-container .js-qv-mask .owl-nav .owl-next {
    right: -15px;
    left: auto;
}

#main .images-container .js-qv-mask ul {
    margin: 0;
}

#main .images-container .js-qv-mask ul img {
    border: 1px solid #eee;
}

.scroll-box-arrows {
    display: none;
}

.scroll-box-arrows.scroll {
    display: block;
}

.scroll-box-arrows i {
    position: absolute;
    bottom: 2%;
    height: 100px;
    line-height: 100px;
    cursor: pointer;
}

.scroll-box-arrows .left {
    left: 0;
}

.scroll-box-arrows .right {
    right: 0;
}

#product-availability {
    display: block;
    font-weight: 600;
    margin: 14px 0 0 0px;
    vertical-align: middle;
}

@media (max-width: 543px) {
    #product-availability {
        /* If media is below 544 */
        width: 100%;
    }
}

#product-availability .material-icons {
    line-height: inherit;
    line-height: 22px;
}

#product-availability .product-available {
    color: #4cbb6c;
}

#product-availability .product-unavailable {
    color: #ff9a52;
}

#product-availability .product-last-items {
    color: #ff9a52;
}

#product-details .product-manufacturer {
    margin-bottom: 15px;
}

#product-details .label {
    font-weight: 500;
    margin-right: 10px;
    color: #444;
    margin-bottom: 12px;
}

#product-details span {
    color: #969696;
    line-height: 20px;
}

.product-features {
    margin-top: 1.25rem;
    margin-left: 0.3125rem;
    text-align: center;
}

.product-features>dl.data-sheet {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.product-features>dl.data-sheet dd.value,
.product-features>dl.data-sheet dt.name {
    flex: 1 0 40%;
    font-weight: normal;
    background: #ebebeb;
    padding: 0.625rem;
    margin-right: 0.625rem;
    min-height: 2.5rem;
    word-break: normal;
    text-transform: capitalize;
    margin-bottom: .5rem;
}

.product-features>dl.data-sheet dd.value:nth-of-type(even),
.product-features>dl.data-sheet dt.name:nth-of-type(even) {
    background: #f6f6f6;
}

.product-variants>.product-variants-item {
    margin-bottom: 20px;
}

.product-variants>.product-variants-item:last-child {
    margin-bottom: 20px;
}

.product-variants>.product-variants-item select {
    background-color: white;
    width: auto;
    padding-right: 1.875rem;
}

.product-variants>.product-variants-item ul {
    margin-bottom: 0;
}

.product-variants>.product-variants-item label {
    margin-bottom: 0;
}

.product-variants>.product-variants-item ul li {
    margin-right: 2px;
    display: inline-block;
    vertical-align: middle;
}

.product-variants>.product-variants-item .color {
    margin-left: 0;
    margin-top: 0;
}

.product-add-to-cart {
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}

.product-flags {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    pointer-events: none;
}

li.product-flag {
    position: absolute;
    display: block;
    padding: 5px 7px;
    color: #232323;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    z-index: 2;
    pointer-events: auto;
}

li.product-flag.discount,
li.product-flag.on-sale {
    top: 10px;
    right: 10px;
}

li.product-flag.new {
    top: 10px;
    left: 10px;
}

li.product-flag.online-only {
    left: 10px;
    bottom: 10px;
    display: none;
}

li.product-flag.online-only::before {
    content: "\E30A";
    font-family: 'Material Icons';
    vertical-align: -2px;
    margin: 5px;
    font-size: 12px;
}

li.product-flag.pack {
    color: #000;
    right: 10px;
    top: 30px;
}

.product-customization {
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
    margin: 2.5rem 0;
}

.product-customization .product-customization-item {
    margin: 1.25rem 0;
}

.product-customization .product-message {
    background: #f1f1f1;
    border: none;
    width: 100%;
    height: 3.125rem;
    resize: none;
    padding: 0.625rem;
}

.product-customization .product-message:focus {
    background-color: white;
}

.product-customization .file-input {
    width: 100%;
    opacity: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    height: 2.625rem;
    overflow: hidden;
    position: absolute;
}

.product-customization .customization-message {
    margin-top: 20px;
}

.product-customization .custom-file {
    position: relative;
    background: #f1f1f1;
    width: 100%;
    height: 2.625rem;
    line-height: 2.625rem;
    text-indent: 0.625rem;
    display: block;
    color: #acaaa6;
    margin-top: 1.25rem;
}

.product-customization .custom-file button {
    z-index: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.product-customization small {
    color: #acaaa6;
}

.product-pack {
    margin-top: 2.5rem;
}

.product-pack .pack-product-container {
    -js-display: flex;
    display: flex;
    justify-content: space-around;
}

.product-pack .pack-product-container .pack-product-name {
    flex: 0 0 50%;
    font-size: 0.875rem;
    color: #acaaa6;
}

.product-pack .pack-product-container .pack-product-quantity {
    border-left: #f1f1f1 2px solid;
    padding-left: 0.625rem;
}

.product-pack .pack-product-container .pack-product-name,
.product-pack .pack-product-container .pack-product-price,
.product-pack .pack-product-container .pack-product-quantity {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    align-items: center;
}

.product-refresh {
    margin-top: 1.25rem;
}

.product-additional-info {
    display: block;
    overflow: hidden;
}

.product-additional-info .product-comments-additional-info {
    display: none;
}

.social-sharing {
    margin-bottom: 20px;
}

.social-sharing span {
    display: block;
    margin-bottom: 0.375rem;
    font-weight: 500;
}

.social-sharing ul {
    margin-bottom: 0;
}

.social-sharing li {
    height: 38px;
    width: 60px;
    display: inline-block;
    background-color: #FFF;
    cursor: pointer;
    margin-right: 4px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.social-sharing li a {
    display: block;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    text-align: center;
    line-height: 40px;
    text-indent: unset;
    overflow: hidden;
}

.social-sharing li a:hover {
    color: transparent;
}

.wishlist_container {
    margin-bottom: 10px;
}

.paymentlogo-container {
    padding: 0;
    margin-bottom: 20px;
    width: 100%;
}

.paymentlogo-container span {
    display: block;
    margin-bottom: 0.375rem;
    font-weight: 500;
}

.paymentlogo-container img,
.paymentlogo-container svg {
    width: 50px;
    background: #fafafa;
    margin: 1px 4px 1px 0;
    padding: 5px;
    border: 1px solid #eeeeee;
}

.wishlist_login {
    clear: both;
}

#product-list-top {
    padding: 14px 15px;
    background-color: #f5f5f5;
    margin-bottom: 15px;
}

#product-list-top .products-selection .title {
    color: #7a7a7a;
}

#js-product-list-top .layout-options {
    display: block;
    float: left;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

#js-product-list-top .layout-options>span {
    width: 22px;
    height: 22px;
    display: inline-block;
    cursor: pointer;
    margin: 1px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

#js-product-list-top .layout-options #grid-view {
    background: url(95f04365bfbbb96ea26d2985d5939ddb.png) no-repeat 0px 0px;
}

#js-product-list-top .layout-options #grid-view:hover {
    background-position: 0px -33px;
}

#js-product-list-top .layout-options #grid-view.checked {
    background-position: 0px -33px;
}

#js-product-list-top .layout-options #list-view {
    background: url(95f04365bfbbb96ea26d2985d5939ddb.png) no-repeat -37px 1px;
}

#js-product-list-top .layout-options #list-view:hover {
    background-position: -37px -32px;
}

#js-product-list-top .layout-options #list-view.checked {
    background-position: -37px -32px;
}

#blockcart-modal .cart-content .btn {
    margin-bottom: 0.625rem;
}

@media (max-width: 991px) {
    .product-cover img {
        width: 100%;
    }
    #product-modal .modal-content .modal-body {
        flex-direction: column;
        margin-left: 0;
    }
    #product-modal .modal-content .modal-body img.product-cover-modal {
        width: 100%;
    }
    #product-modal .modal-content .modal-body .arrows {
        display: none;
    }
    #product-modal .modal-content .modal-body .image-caption {
        width: 100%;
    }
    #blockcart-modal .modal-dialog {
        width: calc(100% - 20px);
    }
    #blockcart-modal .modal-body {
        padding: 1.875rem;
    }
}

@media (max-width: 767px) {
    #blockcart-modal .divide-right {
        border-right: none;
    }
    #blockcart-modal .modal-body {
        padding: 1rem;
    }
}


/*========================== You Might Also Like Block ==========================*/

#product .product-block-information .product-title {
    font-size: 1.125rem;
    padding-bottom: 0;
    border-bottom: medium none;
    margin-bottom: 0.5rem;
}

.product-accessories-block {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .product-accessories-block {
        /* If media is below 992 */
        margin-bottom: 30px;
    }
}

#product #ishispecialproducts {
    padding: 0;
    display: block;
    width: 100%;
    overflow: hidden;
}

.cart-grid {
    margin-bottom: 1rem;
}

.cart-items {
    margin-bottom: 0;
}

.cart-item {
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}

.cart-item:last-child {
    border-bottom: 0;
}

.cart-item:hover {
    background: #fafafa;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.card-block.checkout {
    padding: 1.25rem;
}

.card-block.cart-summary-totals:last-child {
    margin-bottom: 0;
}

.cart-summary-line {
    margin-bottom: 10px;
    clear: both;
}

.cart-summary-line::after {
    content: "";
    display: table;
    clear: both;
}

.cart-summary-line .label {
    font-weight: normal;
    white-space: inherit;
    font-size: 13px;
    color: #6a6a6a;
}

.cart-summary-line .value {
    float: right;
    font-size: 16px;
    color: #3b3b3b;
}

.cart-summary-line.cart-summary-subtotals .label,
.cart-summary-line.cart-summary-subtotals .value {
    font-weight: normal;
}


/** CART BODY **/

.cart-grid-body {
    margin-bottom: 0.75rem;
}

.cart-grid-body a.label:hover {
    color: #000;
}

.cart-grid-body .card-block {
    padding: 15px;
    display: block;
}

.cart-grid-body .card-block h1 {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
}

.cart-grid-body .cart-overview {
    padding: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}


/** CART RIGHT **/

.cart-grid-right .promo-discounts {
    margin-bottom: 0;
    text-align: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.cart-grid-right .promo-discounts .cart-summary-line .label {
    color: #acaaa6;
    font-size: 1rem;
}

.cart-grid-right .promo-discounts .cart-summary-line .label .code {
    color: #F49D6E;
    text-decoration: underline;
    cursor: pointer;
}

.cart-grid-right #block-reassurance li .block-reassurance-item {
    text-transform: capitalize;
}

.cart-grid-right .cart-summary-line.cart-subtotal-products .label,
.cart-grid-right .cart-summary-line.cart-subtotal-products .value {
    font-weight: 600;
}

.cart-grid-right .cart-summary-line.cart-subtotal-products .value {
    font-size: 1rem;
}

.block-promo {
    margin-bottom: 0;
}

.block-promo .promo-code {
    padding: 30px 20px 0;
    display: block;
    overflow: hidden;
}

.block-promo .promo-code .alert-danger {
    position: relative;
    margin-top: 60px;
    background: #ff4c4c;
    color: white;
    display: none;
    width: 90%;
}

.block-promo .promo-code .alert-danger::after {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #ff4c4c;
    border-width: 10px;
    margin-left: -10px;
}

.block-promo .promo-code form {
    width: 90%;
    float: left;
}

.block-promo .promo-input {
    color: #232323;
    border: 1px solid rgba(0, 0, 0, 0.2);
    height: 2.5rem;
    text-indent: 0.625rem;
    width: 70%;
    margin-right: -.24rem;
}

@media (max-width: 1199px) {
    .block-promo .promo-input {
        /* If media is below 1200 */
        width: 60%;
    }
}

.block-promo .promo-input+button {
    margin-top: -3px;
    margin-left: -1px;
    text-transform: capitalize;
    background: #fcc10f;
    border-color: #fcc10f;
}

.block-promo .promo-input+button:hover {
    background: #000;
    border-color: #000;
}

.block-promo .cart-summary-line .label,
.block-promo .promo-name {
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 0;
}

.block-promo .cart-summary-line .label a,
.block-promo .promo-name a {
    font-weight: normal;
    color: #232323;
    display: inline-block;
}

.block-promo .promo-name .cart-summary-line .label {
    font-weight: normal;
    color: #7a7a7a;
    text-transform: capitalize;
}

.block-promo .promo-name .cart-summary-line span {
    color: #e65e5e;
}

.block-promo .promo-name .cart-summary-line .float-xs-right {
    float: right;
}

.block-promo .promo-name .material-icons {
    font-size: 20px;
    margin-left: 7px;
    margin-top: -5px;
}

.block-promo .promo-code-button {
    display: block;
    text-align: center;
    padding-top: 20px;
}

.block-promo .promo-code-button.with-discounts {
    display: none;
}

.block-promo .promo-code-button.cancel-promo {
    color: #000;
    margin-bottom: 0;
}

.block-promo .promo-code-button.cancel-promo[aria-expanded="true"] {
    float: right;
    padding: 0;
    margin-top: 8px;
    color: #6a6a6a;
}

.block-promo.promo-highlighted {
    padding: 0 1rem;
    margin-bottom: 0;
    text-align: center;
}

.block-promo p {
    margin-bottom: 0;
}

#checkout .block-promo {
    padding-bottom: 30px;
}


/** CONTENT LEFT **/

.product-line-grid-left {
    margin: 0 auto;
    text-align: center;
}

.product-line-grid-left img {
    max-width: 100%;
}


/** CONTENT BODY **/

.product-line-grid-body>.product-line-info {
    margin-bottom: 10px;
}

.product-line-grid-body>.product-line-info>.label {
    padding: 0;
    line-height: inherit;
    text-align: left;
    white-space: inherit;
    color: #000;
    font-size: 14px;
}

.product-line-grid-body>.product-line-info>.out-of-stock {
    color: red;
}

.product-line-grid-body>.product-line-info>.available {
    color: #4cbb6c;
}

.product-line-grid-body>.product-line-info>.unit-price-cart {
    padding-left: 0.3125rem;
    font-size: 0.875rem;
    color: #acaaa6;
}

.product-line-grid-body .product-desc {
    color: #909796;
    font-size: 12px;
    margin-bottom: 8px;
}


/** CONTENT LEFT **/

.product-line-grid-body .product-price {
    display: none;
}

.product-line-grid-right .cart-line-product-actions,
.product-line-grid-right .product-price {
    color: #3b3b3b;
    line-height: 36px;
    font-size: 19px;
}

.product-line-grid-right .cart-line-product-actions .remove-from-cart,
.product-line-grid-right .product-price .remove-from-cart {
    background: url(1f99825b94a84da484b45dae6cc7ea7e.png) no-repeat center 0;
    width: 19px;
    height: 26px;
    color: #232323;
    display: inline-block;
    margin-top: 0.3125rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.product-line-grid-right .cart-line-product-actions .remove-from-cart i,
.product-line-grid-right .product-price .remove-from-cart i {
    display: none;
}

.product-line-grid-right .cart-line-product-actions .remove-from-cart:hover,
.product-line-grid-right .product-price .remove-from-cart:hover {
    background-position: center -36px;
}

@media (max-width: 1199px) {
    .product-line-grid-right .qty {
        /* If media is below 1200 */
        padding: 0;
    }
}

@media (max-width: 543px) {
    .product-line-grid-right .price {
        /* If media is below 544 */
        padding: 0;
    }
}

@media (max-width: 543px) {
    .product-line-grid-right .product_qty_price {
        /* If media is below 544 */
        padding: 0;
    }
}


/*** Responsive part ***/

@media (max-width: 767px) {
    .product-line-grid-body {
        margin-bottom: 1rem;
    }
}

@media (max-width: 543px) {
    .cart-item {
        border-bottom: 1px solid #f1f1f1;
    }
    .cart-item:last-child {
        border-bottom: 0;
    }
    .cart-grid-body .cart-overview {
        padding: 0;
    }
    .cart-grid-body .no-items {
        padding: 1rem;
        display: inline-block;
    }
    .product-line-grid-left {
        padding-right: 0 !important;
    }
}

.separator {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    position: absolute;
    left: 15px;
    right: 15px;
}

.cart-container .separator {
    display: none;
}

.cart-summary-products a i {
    float: right;
}

.cart-summary-subtotals-container {
    padding: 0;
}


/*========================== NO CHANGE ==========================*/

.blockreassurance_product {
    margin-top: 5px !important;
    margin-bottom: 30px;
}

.blockreassurance_product img {
    opacity: .9;
    width: 1.5625rem;
    margin-right: 0.625rem;
}

.blockreassurance_product>div {
    margin-bottom: 7px;
    padding: 11px 15px;
    border-left: 3px solid #000 !important;
    border: 1px solid #e9e9e9;
    background: #f7f8fa;
    text-transform: capitalize;
}

.blockreassurance_product>div:last-child {
    display: none;
}

.blockreassurance_product>div .item-product {
    height: 25px !important;
    margin-right: 10px !important;
    width: 25px !important;
    padding: 0 !important;
}

.blockreassurance_product>div .item-product img,
.blockreassurance_product>div .item-product svg {
    height: 25px !important;
    width: 25px !important;
    margin-right: 10px;
}

.blockreassurance_product>div span,
.blockreassurance_product>div p {
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    line-height: 25px;
}

.quickview .modal-dialog {
    width: calc(100% - 30px);
    max-width: 64rem;
    margin: 10px auto;
}

.quickview .modal-content {
    min-height: 28.13rem;
    display: block;
    overflow: hidden;
}

.quickview .product-quantity .qty {
    display: inline-block;
    vertical-align: top;
    margin-left: 0;
}

.quickview .product-quantity .qty,
.quickview .product-quantity .add {
    float: none;
}

.quickview #product-availability {
    margin: 10px 0 0;
}

@media (max-width: 991px) {
    .quickview #product-availability {
        /* If media is below 992 */
        width: 100%;
    }
}

@media (max-width: 767px) {
    .quickview #product-availability {
        /* If media is below 768 */
        width: auto;
    }
}

@media (max-width: 543px) {
    .quickview #product-availability {
        /* If media is below 544 */
        width: 100%;
    }
}

.quickview .modal-header {
    border: medium none;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}

.quickview .modal-header .close {
    margin-top: -7px;
    color: #333;
    opacity: 1;
    font-size: 35px;
    margin-right: 10px;
}

.quickview .modal-body {
    min-height: 23.75rem;
    padding: 40px 15px;
}

.quickview .modal-body .product-title {
    border-bottom: 1px solid #e5e5e5;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 15px;
    padding: 0 0 10px;
}

.quickview .modal-body span {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}

.quickview .modal-body span.discount {
    margin-bottom: 2px;
}

.quickview .modal-body .wishlist_button span {
    font-weight: 400;
}

.quickview .modal-body .regular-price {
    font-weight: 500;
    font-size: 18px;
}

.quickview .modal-body .current-price span:first-child {
    font-weight: 500;
    font-size: 24px;
}

.quickview .modal-body span.color,
.quickview .modal-body span.input-group-btn-vertical {
    margin: 0;
}

.quickview .modal-body .qv-carousel {
    margin-bottom: 0;
}

.quickview .modal-body .qv-carousel .thumb-container img {
    border: 1px solid #eeeeee;
}

.quickview .modal-body .product-comments {
    cursor: pointer;
    display: block;
    margin-bottom: 16px;
}

.quickview .modal-body .product-comments .star_content {
    padding-right: 0px;
    position: unset;
}

.quickview .modal-body .product-comments .star_content:after {
    display: none;
}

.quickview .modal-body .product-comments .comment_advice {
    display: none;
}

.quickview .modal-body #add-to-cart-or-refresh .social-sharing {
    display: none;
}

.quickview .modal-footer {
    border-top: 1px solid rgba(172, 170, 166, 0.3);
    text-align: center;
}

.quickview .modal-footer .wishlist_login,
.quickview .modal-footer .wishlist_container {
    display: none;
}

.quickview .layer {
    display: none;
}

.quickview .product-cover img {
    width: 95%;
}

@media (max-width: 543px) {
    .quickview .images-container {
        /* If media is below 544 */
        max-width: 100%;
        margin: 10px auto;
    }
}

.quickview .images-container .product-images>li.thumb-container>.thumb {
    width: 4.938rem;
    margin-bottom: 0.8125rem;
    background: white;
}

.quickview .mask {
    padding: 0;
}

@media (max-width: 767px) {
    .quickview .mask {
        margin-bottom: 30px;
    }
}

.quickview .mask .owl-nav .owl-prev,
.quickview .mask .owl-nav .owl-next {
    left: -15px;
    right: auto;
    position: absolute;
    top: 35%;
    margin: 0;
    height: 30px;
    width: 30px;
}

.quickview .mask .owl-nav .owl-prev:after,
.quickview .mask .owl-nav .owl-prev:before,
.quickview .mask .owl-nav .owl-next:after,
.quickview .mask .owl-nav .owl-next:before {
    display: none;
}

.quickview .mask .owl-nav .owl-next {
    right: -15px;
    left: auto;
}

@media (max-width: 543px) {
    .quickview .mask {
        /* If media is below 544 */
        display: none;
    }
}

.quickview .arrows {
    display: none;
    position: absolute;
    top: 0;
    height: 480px;
    right: 55px;
    z-index: 0;
}

@media (max-width: 991px) {
    .quickview .arrows {
        /* If media is below 992 */
        right: 40px;
    }
}

@media (max-width: 767px) {
    .quickview .arrows {
        /* If media is below 768 */
        right: 90px;
    }
}

@media (max-width: 543px) {
    .quickview .arrows {
        /* If media is below 544 */
        display: none;
    }
}

.quickview .arrows .arrow-up {
    margin-top: -3.125rem;
    cursor: pointer;
    opacity: 0.2;
}

.quickview .arrows .arrow-down {
    position: absolute;
    bottom: -1.875rem;
    left: 0;
    cursor: pointer;
}

.quickview .social-sharing {
    margin-bottom: 0;
    text-align: left;
}

.quickview .social-sharing span {
    display: none;
}

.quickview .paymentlogo-container {
    display: none;
}

#stores .page-stores {
    width: 85%;
    margin: 0 auto;
}

#stores .page-stores .store-item {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

#stores .page-stores .store-picture img {
    max-width: 100%;
}

#stores .page-stores .store-item-container {
    -js-display: flex;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 1.875rem 0;
}

#stores .page-stores .store-item-container ul {
    margin-bottom: 0;
    font-size: 0.9375rem;
}

#stores .page-stores .store-item-container .divide-left {
    border-left: #f1f1f1 1px solid;
}

#stores .page-stores .store-item-container .divide-left tr {
    height: 1.563rem;
}

#stores .page-stores .store-item-container .divide-left td {
    padding-left: 0.375rem;
}

#stores .page-stores .store-item-container .divide-left th {
    text-align: right;
}

#stores .page-stores .store-item-container .store-description {
    font-size: 1rem;
}

#stores .page-stores .store-item-footer {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    -js-display: flex;
    display: flex;
    justify-content: space-around;
}

#stores .page-stores .store-item-footer.divide-top {
    border-top: #f1f1f1 1px solid;
}

#stores .page-stores .store-item-footer div:first-child {
    flex: 0 0 65%;
}

#stores .page-stores .store-item-footer i.material-icons {
    margin-right: 0.625rem;
    color: #acaaa6;
    font-size: 1rem;
}

#stores .page-stores .store-item-footer li {
    margin-bottom: 0.625rem;
}


/*** Responsive part ***/

@media (max-width: 767px) {
    #stores .page-stores {
        width: 100%;
    }
    #stores .page-stores .store-item-container {
        padding: 1rem 0;
    }
}

@media (max-width: 543px) {
    #stores .page-stores .store-item-container {
        display: block;
    }
    #stores .page-stores .store-item-container .divide-left {
        border-left: none;
    }
    #stores .page-stores .store-item-container .store-description a {
        margin-bottom: 0.5rem;
    }
    #stores .page-stores .store-item-container .store-description address {
        margin-bottom: 0.5rem;
    }
    #stores .page-stores .store-item-footer {
        display: block;
    }
    #stores .page-stores .store-item-footer.divide-top {
        border-top: #f1f1f1 1px solid;
    }
    #stores .page-stores .store-item-footer li {
        margin-bottom: 0.625rem;
    }
    #stores .page-stores .store-item-footer .card-block {
        padding: 0.75rem 0.75rem 0;
    }
}

.block_newsletter {
    font-size: 0.875rem;
}

.block_newsletter form {
    position: relative;
}

.block_newsletter form input[type=text] {
    border: none;
    padding: 10px;
    min-width: 255px;
    color: #acaaa6;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.block_newsletter form button[type=submit] {
    position: absolute;
    background: none;
    border: none;
    bottom: 0.3125rem;
    right: 0.125rem;
    color: #acaaa6;
}

@media (max-width: 991px) {
    .block_newsletter {
        /* If media is below 992 */
        margin-bottom: 30px;
    }
}

.block_newsletter .newsletter_text .email-img {
    display: inline-block;
    vertical-align: middle;
}

.block_newsletter .newsletter_text .email-img svg {
    fill: #fff;
    width: 35px;
    height: 35px;
}

@media (max-width: 543px) {
    .block_newsletter .newsletter_text .email-img {
        margin: 0 auto 10px;
    }
}

.block_newsletter p {
    margin: 0;
    line-height: 22px;
    display: block;
    color: #fff;
    margin: 20px 0;
    letter-spacing: 0;
}

.block_newsletter .conditions {
    display: none;
}

.block_newsletter .alert-danger,
.block_newsletter .alert-success {
    padding: 6px;
}

.block_newsletter .alert-danger {
    color: #a94442 !important;
}

.block_newsletter .alert-success {
    color: #3c763d !important;
}

@media (max-width: 543px) {
    .block_newsletter #newsletter {
        /* If media is below 544 */
        padding: 0;
    }
}

.block_newsletter form {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .block_newsletter form {
        max-width: 100%;
    }
}

.block_newsletter form .input-wrapper {
    overflow: hidden;
}

.block_newsletter form input[type=submit] {
    height: 40px;
    background-color: #000;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    width: auto;
    padding: 4px 20px;
    border: 1px solid #000;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.block_newsletter form input[type=submit]:hover {
    background-color: #fcc10f;
    border-color: #fcc10f;
    color: #fff;
    border-color: #fff;
}

.block_newsletter form input[type=email] {
    min-width: 250px;
    width: 100%;
    height: 40px;
    border: 1px solid #eeeeee;
    background-color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 0 10px;
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    .block_newsletter form input[type=email] {
        text-align: center;
    }
}

.block_newsletter form input[type=email]:focus {
    background-color: #fff;
}

@media (max-width: 991px) {
    #block_myaccount_infos {
        /* If media is below 768 */
        width: 100%;
        display: block;
        overflow: hidden;
    }
}

.block-contact .block {
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-weight: 400;
    background: transparent;
}

@media (max-width: 991px) {
    .block-contact .block {
        width: 33.33%;
        float: left;
        text-align: center;
    }
}

@media (max-width: 543px) {
    .block-contact .block {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
}

.block-contact .block.address .icon:before {
    content: "\F041";
}

.block-contact .block.phone .icon:before {
    content: "\F095";
}

.block-contact .block.fax .icon:before {
    content: "\F1AC";
}

.block-contact .block.email .icon:before {
    content: "\F0E0";
}

.block-contact .block .icon {
    content: "";
    color: #000;
    font-family: FontAwesome;
    font-size: 18px;
    width: 30px;
    line-height: 27px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
}

@media (max-width: 991px) {
    .block-contact .block .icon {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #666666;
        border-radius: 50%;
        margin: 0 auto 8px;
    }
}

.block-contact .block .icon i {
    display: none;
}

.block-contact .block .content {
    line-height: 25px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    color: #000;
    width: 82%;
}

@media (max-width: 991px) {
    .block-contact .block .content {
        display: block;
        text-align: center;
        width: 100%;
        padding: 0;
    }
}

.block-contact .block .content a:after {
    display: none;
}

.social-sharing li a:before {
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome;
    font-weight: 400;
    position: relative;
    font-size: 18px;
    line-height: 33px;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.social-sharing li.facebook {
    background-color: #3b5999;
}

.social-sharing li.facebook a:before {
    content: "\F09A";
}

.social-sharing li.twitter {
    background-color: #00aced;
}

.social-sharing li.twitter a:before {
    content: "\F099";
}

.social-sharing li.googleplus {
    background-color: #dc473b;
}

.social-sharing li.googleplus a:before {
    content: "\F0D5";
}

.social-sharing li.pinterest {
    background-color: #cb2027;
}

.social-sharing li.pinterest a:before {
    content: "\F231";
}

.social-sharing li:hover {
    background: #fcc10f;
}

.social-sharing li:hover a:before {
    color: #000;
}

.block-social {
    text-align: left;
    display: block;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .block-social {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .block-social {
        padding: 6px 0 9px;
    }
}

.block-social p {
    margin-top: 0;
    margin-bottom: 15px;
}

.block-social ul {
    margin-top: 0;
    margin-bottom: 0;
}

.block-social ul li {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    padding: 3px;
    margin: 0px 3px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.block-social ul li a {
    text-decoration: none;
}

.block-social ul li a:hover {
    padding: 0 !important;
    color: transparent;
}

.block-social ul li a:before {
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome;
    font-weight: 400;
    position: relative;
    width: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.block-social ul li a .socialicon-label {
    display: none;
}

.block-social ul li.facebook {
    background-color: #3b5999;
}

.block-social ul li.facebook a:before {
    content: "\F09A";
}

.block-social ul li.twitter {
    background-color: #00aced;
}

.block-social ul li.twitter a:before {
    content: "\F099";
}

.block-social ul li.youtube {
    background-color: #d12121;
}

.block-social ul li.youtube a:before {
    content: "\F16A";
}

.block-social ul li.googleplus {
    background-color: #dc473b;
}

.block-social ul li.googleplus a:before {
    content: "\F0D5";
}

.block-social ul li.rss {
    background-color: #f26522;
}

.block-social ul li.rss a:before {
    content: "\F09E";
}

.block-social ul li.pinterest {
    background-color: #cb2027;
}

.block-social ul li.pinterest a:before {
    content: "\F231";
}

.block-social ul li.vimeo {
    background-color: #00aced;
}

.block-social ul li.vimeo a:before {
    content: "\F27D";
}

.block-social ul li.instagram {
    background-color: #cc2366;
}

.block-social ul li.instagram a:before {
    content: "\F16D";
}

.block-social ul li.linkedin {
    background-color: #0077b7;
}

.block-social ul li.linkedin a:before {
    content: "\F0E1";
}

.block-social ul li span {
    display: none;
}

.block-social ul li:hover {
    background-color: #fcc10f;
}

.block-social ul li:hover a:before {
    color: #000;
}

.linkedlist .linkblock .h3 {
    display: block;
}

.linkedlist .linkblock ul {
    margin: 0px;
}

.footer-container,
.footer-before {
    overflow: hidden;
}

.footer-container li,
.footer-before li {
    margin-bottom: 15px;
}

.footer-container .footer-dropdown,
.footer-before .footer-dropdown {
    margin: 0;
}

@media (min-width: 992px) {
    .footer-container,
    .footer-before {
        /* If media is above 992 */
    }
    .footer-container .collapse,
    .footer-before .collapse {
        display: inherit;
    }
    .footer-container .footer-dropdown,
    .footer-before .footer-dropdown {
        margin-top: 0;
    }
}

.footer-after {
    display: block;
    overflow: hidden;
}

.footer-after .footer-aftertext {
    margin-bottom: 0;
    padding: 15px 0;
}

@media (max-width: 991px) {
    .footer-after .footer-aftertext {
        /* If media is below 992 */
        text-align: center;
        padding: 6px;
    }
}

@media (max-width: 991px) {
    .footer-after>.container {
        padding: 10px;
    }
}

@media (min-width: 992px) {
    .footer-after>.container>.row {
        -js-display: flex;
        display: flex;
        align-items: center;
    }
}

.contact-rich {
    color: #7a7a7a;
    margin-bottom: 2rem;
    word-wrap: break-word;
}

.contact-rich h4 {
    text-transform: uppercase;
    color: #232323;
    margin-bottom: 2rem;
}

.contact-rich .block {
    height: auto;
    overflow: hidden;
}

.contact-rich .block .icon {
    float: left;
    width: 3.5rem;
}

.contact-rich .block .icon i {
    font-size: 2rem;
}

.contact-rich .block .data {
    color: #232323;
    font-size: 0.875rem;
    width: auto;
    overflow: hidden;
}

.contact-rich .block .data.email {
    padding-top: 0.375rem;
}

.contact-rich .block a[href^="mailto:"] {
    clear: both;
    margin-top: 1rem;
}

@media (min-width: 544px) {
    .contact-rich .block a[href^="mailto:"] {
        font-size: .815rem;
    }
}

.contact-form {
    background: white;
    padding: 1rem;
    color: #7a7a7a;
    width: 100%;
}

.contact-form h3 {
    text-transform: uppercase;
    color: #232323;
}

@media (max-width: 991px) {
    #contact #left-column {
        /* If media is below 992 */
        width: 100%;
    }
}

#products #main .page-header,
#pagenotfound #main .page-header {
    margin: 2rem 0 3rem;
}

#products #main .page-content,
#pagenotfound #main .page-content {
    margin-bottom: 10rem;
}

#products .page-not-found,
#pagenotfound .page-not-found {
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
    background: white;
    padding: 1rem;
    font-size: 0.875rem;
    color: #acaaa6;
    max-width: 570px;
    margin: 0 auto;
}

#products .page-not-found h4,
#pagenotfound .page-not-found h4 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0.5rem 0 1rem;
}

#products .page-not-found .search-widget,
#pagenotfound .page-not-found .search-widget {
    float: none;
}

#products .page-not-found .search-widget input,
#pagenotfound .page-not-found .search-widget input {
    width: 100%;
}

.customization-modal .modal-content {
    border-radius: 0;
    border: 1px solid #f6f6f6;
}

.customization-modal .modal-content .modal-body {
    padding-top: 0;
}

.customization-modal .modal-content .modal-body .product-customization-line {
    padding-bottom: 0.9375rem;
    padding-top: 0.9375rem;
    border-bottom: 1px solid #f6f6f6;
}

.customization-modal .modal-content .modal-body .product-customization-line .label {
    font-weight: bold;
    text-align: right;
}

.customization-modal .modal-content .modal-body .product-customization-line:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.sitemap-title {
    text-transform: capitalize;
}

.sitemap {
    margin-top: 0.9375rem;
}

.sitemap h2 {
    color: #232323;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #acaaa6;
    margin-left: -15px;
    width: 100%;
    height: 35px;
}

@media (max-width: 991px) {
    .sitemap h2 {
        /* If media is below 992 */
        font-size: 14px;
    }
}

.sitemap ul {
    margin-left: -15px;
    margin-top: 20px;
}

.sitemap ul.nested {
    margin-left: 20px;
}

.sitemap ul li {
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

@media (max-width: 543px) {
    .sitemap {
        margin-top: 0;
    }
}

#manufacturer #main ul {
    -js-display: flex;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

#manufacturer #main ul .brand {
    padding: 10px;
    margin: 5px;
    text-align: center;
    background: white;
    transition: 0.4s ease-out;
    width: calc(20% - 10px);
    min-width: 210px;
    position: relative;
}

#manufacturer #main ul .brand-infos a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}

#manufacturer #main ul .brand:hover {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

#manufacturer #main ul .brand-products {
    display: none;
}

#manufacturer #main ul .brand-img {
    width: 200px;
    margin: auto;
}

@media (max-width: 991px) {
    #manufacturer #main ul {
        -js-display: flex;
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: center;
    }
}


/* ---- Description Content ----*/

.product-comments {
    margin-bottom: 15px;
    -js-display: flex;
    display: flex;
    align-items: center;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .product-comments {
        /* If media is between 768 and 991 */
        display: block;
        overflow: hidden;
    }
}

@media (max-width: 543px) {
    .product-comments {
        /* If media is below 544 */
        display: block;
    }
}

.product-comments .product-list-reviews {
    display: block;
    visibility: visible;
    width: auto;
    padding: 0;
    position: relative;
    top: 0;
    background: transparent;
}

.product-comments .product-list-reviews:after {
    content: '';
    height: 20px;
    width: 1px;
    background: #cccccc;
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .product-comments .product-list-reviews:after {
        /* If media is between 768 and 991 */
        display: none;
    }
}

@media (max-width: 543px) {
    .product-comments .product-list-reviews:after {
        /* If media is below 544 */
        display: none;
    }
}

.product-comments .product-list-reviews .grade-stars .star-content {
    top: 2px;
    margin: 0;
}

.product-comments .product-list-reviews .comments-nb {
    display: none;
}

@media (max-width: 991px) {
    .product-comments .comment_advice {
        /* If media is below 992 */
        display: block;
        overflow: hidden;
    }
}

.product-comments .comment_advice a {
    text-decoration: none;
    padding: 0 10px;
    position: relative;
    font-size: 14px;
    color: #232323;
    float: left;
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .product-comments .comment_advice a {
        /* If media is between 768 and 991 */
        padding-left: 0;
    }
}

@media (max-width: 543px) {
    .product-comments .comment_advice a {
        /* If media is below 544 */
        padding-left: 0;
    }
}

@media (max-width: 1199px) {
    .product-comments .comment_advice a.write_comment {
        /* If media is below 992 */
        padding-left: 15px;
    }
}

@media (max-width: 543px) {
    .product-comments .comment_advice a.write_comment {
        /* If media is below 544 */
        margin-bottom: 0;
    }
}

.product-comments .comment_advice a.write_comment:after {
    display: none;
}

.product-comments .comment_advice a:after {
    content: '';
    height: 20px;
    width: 1px;
    background: #cccccc;
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    margin: auto;
}

.product-comments .comment_advice a i {
    font-size: 16px;
    color: #888888;
    margin-right: 10px;
    line-height: 16px;
}

.product-block-information {
    /* ---- Buttons ----*/
    /* ---- Bottom Content ----*/
}

.product-block-information #product-comments-list-footer .btn,
.product-block-information .product-comment-modal .btn,
.product-block-information .product-comment-list-item .btn {
    padding: 12px 15px;
    height: auto;
    border-radius: 0;
    font-size: 13px;
    background: #fcc10f;
    border-color: #fcc10f;
    color: #000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.product-block-information #product-comments-list-footer .btn:hover,
.product-block-information .product-comment-modal .btn:hover,
.product-block-information .product-comment-list-item .btn:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

.product-block-information #product-comments-list-footer .btn-comment-inverse,
.product-block-information #product-comments-list-footer .btn-comment,
.product-block-information .product-comment-modal .btn-comment-inverse,
.product-block-information .product-comment-modal .btn-comment,
.product-block-information .product-comment-list-item .btn-comment-inverse,
.product-block-information .product-comment-list-item .btn-comment {
    font-size: 13px;
    box-shadow: none;
    line-height: 1.4;
    font-weight: 500;
}

@media (max-width: 543px) {
    .product-block-information #product-comments-list-footer .btn-comment-inverse,
    .product-block-information #product-comments-list-footer .btn-comment,
    .product-block-information .product-comment-modal .btn-comment-inverse,
    .product-block-information .product-comment-modal .btn-comment,
    .product-block-information .product-comment-list-item .btn-comment-inverse,
    .product-block-information .product-comment-list-item .btn-comment {
        font-size: 11px;
        padding: 10px;
    }
}

.product-block-information #product-comments-list-footer .btn-comment-inverse,
.product-block-information .product-comment-modal .btn-comment-inverse,
.product-block-information .product-comment-list-item .btn-comment-inverse {
    background: #000;
    border-color: #000;
    color: #fff;
}

.product-block-information #product-comments-list-footer .btn-comment-inverse:hover,
.product-block-information .product-comment-modal .btn-comment-inverse:hover,
.product-block-information .product-comment-list-item .btn-comment-inverse:hover {
    background: #fcc10f;
    border-color: #fcc10f;
    color: #000;
}

.product-block-information .bottom-review {
    display: block;
    overflow: hidden;
    clear: both;
    margin: 0 15px 50px;
}

@media (max-width: 991px) {
    .product-block-information .bottom-review {
        /* If media is below 992 */
        margin-bottom: 30px;
    }
}

.product-block-information .bottom-review>.row {
    margin: 0;
    display: block;
    clear: both;
}

.product-block-information .grade-stars .star-content {
    margin: 0;
}

.product-block-information #product-comments-list-header {
    background: #f5f5f5;
    padding: 15px;
}

@media (max-width: 543px) {
    .product-block-information #product-comments-list-header {
        /* If media is below 544 */
        display: block;
    }
}

.product-block-information #product-comments-list-header .comments-nb {
    padding: 0;
}

.product-block-information #product-comments-list,
.product-block-information #empty-product-comment {
    border: 1px solid #eeeeee;
    border-top: 0;
    margin-bottom: 30px;
}

.product-block-information #product-comments-list .product-comment-list-item,
.product-block-information #empty-product-comment .product-comment-list-item {
    border-bottom: 1px solid #eeeeee;
    padding: 25px 0;
    margin: 0;
}

@media (max-width: 543px) {
    .product-block-information #product-comments-list .product-comment-list-item,
    .product-block-information #empty-product-comment .product-comment-list-item {
        /* If media is below 544 */
        padding: 20px 0;
    }
}

.product-block-information #product-comments-list .product-comment-list-item:last-child,
.product-block-information #empty-product-comment .product-comment-list-item:last-child {
    border: 0;
}

.product-block-information #product-comments-list .product-comment-list-item .comment-infos,
.product-block-information #empty-product-comment .product-comment-list-item .comment-infos {
    height: auto;
    color: #000000;
    letter-spacing: 0.5px;
    line-height: 28px;
    min-height: auto;
}

@media (max-width: 767px) {
    .product-block-information #product-comments-list .product-comment-list-item .comment-infos,
    .product-block-information #empty-product-comment .product-comment-list-item .comment-infos {
        /* If media is below 768 */
        width: 30%;
    }
}

@media (max-width: 543px) {
    .product-block-information #product-comments-list .product-comment-list-item .comment-infos,
    .product-block-information #empty-product-comment .product-comment-list-item .comment-infos {
        /* If media is below 544 */
        width: 100%;
        padding: 0;
    }
}

.product-block-information #product-comments-list .product-comment-list-item .comment-infos .grade-stars,
.product-block-information #empty-product-comment .product-comment-list-item .comment-infos .grade-stars {
    margin-bottom: 3px;
    position: relative;
    left: -3px;
}

@media (max-width: 767px) {
    .product-block-information #product-comments-list .product-comment-list-item .comment-content,
    .product-block-information #empty-product-comment .product-comment-list-item .comment-content {
        /* If media is below 768 */
        width: 70%;
    }
}

@media (max-width: 543px) {
    .product-block-information #product-comments-list .product-comment-list-item .comment-content,
    .product-block-information #empty-product-comment .product-comment-list-item .comment-content {
        /* If media is below 544 */
        width: 100%;
        padding: 0;
    }
}

.product-block-information #product-comments-list .product-comment-list-item .comment-content h4,
.product-block-information #product-comments-list .product-comment-list-item .comment-content p,
.product-block-information #empty-product-comment .product-comment-list-item .comment-content h4,
.product-block-information #empty-product-comment .product-comment-list-item .comment-content p {
    color: #000000;
    line-height: 28px;
    margin-bottom: 7px;
}

.product-block-information #product-comments-list .product-comment-list-item .comment-content h4,
.product-block-information #empty-product-comment .product-comment-list-item .comment-content h4 {
    height: auto;
    font-size: 15px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .product-block-information #product-comments-list-footer {
        /* If media is below 768 */
        padding: 0;
    }
}

.product-block-information #product-comments-list-footer #product-comments-list-pagination {
    height: auto;
}

@media (max-width: 576px) {
    .product-block-information #product-comments-list-footer #product-comments-list-pagination {
        /* If media is below 577 */
        margin-bottom: 15px;
    }
}

.product-block-information #product-comments-list-footer #product-comments-list-pagination ul {
    margin: 0;
}

.product-block-information #product-comments-list-footer #product-comments-list-pagination ul li.disabled span {
    opacity: 0.6;
}

.product-block-information #product-comments-list-footer #product-comments-list-pagination ul li span {
    height: 35px;
    width: 35px;
    margin: 0 2px;
    background: #000000;
    color: #ffffff;
    font-size: 14px;
    line-height: 35px;
    font-weight: normal;
}

.product-block-information #product-comments-list-footer #product-comments-list-pagination ul li span.current {
    background: #fcc10f;
    color: #fff;
}

.product-block-information #product-comments-list-footer #product-comments-list-pagination ul li span i {
    font-size: 18px;
    font-weight: normal;
}


/*========================== Review Model ==========================*/

.product-comment-modal .modal-dialog .modal-header {
    text-align: left;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.product-comment-modal .modal-dialog .modal-header h2 {
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.product-comment-modal .modal-dialog .modal-header h2 i {
    display: none;
}

.product-comment-modal .modal-dialog .modal-header .close {
    line-height: 30px;
    opacity: 1;
}

.product-comment-modal .modal-dialog .modal-body {
    display: block;
    overflow: hidden;
    padding: 20px;
}

@media (max-width: 543px) {
    .product-comment-modal .modal-dialog .modal-body {
        /* If media is below 544 */
        padding: 15px;
    }
}

.product-comment-modal .modal-dialog .modal-body .product-flags {
    display: none;
}

.product-comment-modal .modal-dialog .modal-body .product-cover {
    width: 100%;
    height: 100%;
    margin: 0;
}

@media (max-width: 543px) {
    .product-comment-modal .modal-dialog .modal-body .product-cover {
        /* If media is below 544 */
        margin-bottom: 15px;
    }
}

.product-comment-modal .modal-dialog .modal-body .product-cover img {
    height: 100%;
}

.product-comment-modal .modal-dialog .modal-body h3 {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 10px;
    line-height: 24px;
    text-transform: capitalize;
}

.product-comment-modal .modal-dialog .modal-body p {
    font-size: 14px;
    color: #777777;
    font-weight: 400;
    line-height: 22px;
}

.product-comment-modal .modal-dialog .modal-body p.required {
    font-weight: 600;
    color: #363A41;
    margin: 0;
}

.product-comment-modal .modal-dialog .modal-body #criterions_list {
    margin: 0;
}

@media (max-width: 543px) {
    .product-comment-modal .modal-dialog .modal-body #criterions_list .criterion-rating {
        /* If media is below 544 */
        justify-content: flex-start;
    }
}

.product-comment-modal .modal-dialog .modal-body #criterions_list .criterion-rating label {
    margin: 0;
    margin-right: 5px;
}

.product-comment-modal .modal-dialog .modal-body #criterions_list .criterion-rating .grade-stars .star-content {
    top: -3px;
}

.product-comment-modal .modal-dialog .modal-body label.form-label {
    font-size: 14px;
    margin: 20px 0 6px;
    font-weight: 600;
    color: #363A41;
}

.product-comment-modal .modal-dialog .modal-body input,
.product-comment-modal .modal-dialog .modal-body textarea {
    height: 40px;
    padding: 10px;
    background: #ffffff;
    color: #333333;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.product-comment-modal .modal-dialog .modal-body .post-comment-buttons {
    margin-top: 20px;
}

.product-comment-modal .modal-dialog .modal-body .post-comment-buttons .btn-comment {
    margin-left: 8px;
}


/*========================== Quickview Review ==========================*/

.product-quickview-review {
    display: block;
    margin-bottom: 15px;
}

.product-quickview-review .comments-nb {
    display: none;
}

.owl-nav {
    margin-top: 20px;
    text-align: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .owl-nav {
        /* If media is below 768 */
        margin-top: 10px;
    }
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    display: inline-block;
    border: 1px solid #fcc10f !important;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    margin: 5px;
    background-color: #fff !important;
    outline: none;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    background-color: #fcc10f !important;
}

.owl-nav .owl-prev:hover i:after,
.owl-nav .owl-next:hover i:after {
    color: #000;
}

.owl-nav .owl-prev i,
.owl-nav .owl-next i {
    line-height: 20px;
}

.owl-nav .owl-prev i:after,
.owl-nav .owl-next i:after {
    content: "\E314";
    display: inline-block;
    font-family: "material icons";
    font-size: 18px;
    color: #fcc10f;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.owl-nav .owl-prev:before,
.owl-nav .owl-prev:after {
    content: '';
    position: absolute;
    top: 11px;
    left: -66px;
    width: 65px;
    height: 1px;
    background: #dfdfdf;
}

.owl-nav .owl-prev:after {
    left: -56px;
    width: 55px;
    top: 15px;
}

@media (min-width: 544px) {
    .owl-nav .owl-next {
        /* If media is above 543 */
        right: 0;
        left: auto;
    }
}

.owl-nav .owl-next i:after {
    content: "\E315";
}

.owl-nav .owl-next:before,
.owl-nav .owl-next:after {
    content: '';
    position: absolute;
    top: 11px;
    right: -66px;
    width: 65px;
    height: 1px;
    background: #dfdfdf;
}

.owl-nav .owl-next:after {
    right: -56px;
    width: 55px;
    top: 15px;
}

#ishislider {
    overflow: hidden;
}

#ishislider .owl-nav {
    margin: 0;
}

#ishislider .owl-nav .owl-prev,
#ishislider .owl-nav .owl-next {
    border: 0 !important;
    background-color: #fcc10f !important;
    border-radius: 50%;
    position: absolute;
    padding: 5px;
    top: 46%;
    margin: 0 4px;
    left: 70px;
    right: auto;
    width: 40px;
    height: 40px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
    #ishislider .owl-nav .owl-prev,
    #ishislider .owl-nav .owl-next {
        /* If media is below 992 */
        top: 44%;
    }
}

#ishislider .owl-nav .owl-prev:hover,
#ishislider .owl-nav .owl-next:hover {
    background-color: #000 !important;
}

#ishislider .owl-nav .owl-prev:hover i:after,
#ishislider .owl-nav .owl-next:hover i:after {
    color: #fff !important;
}

#ishislider .owl-nav .owl-prev i,
#ishislider .owl-nav .owl-next i {
    line-height: 43px;
    height: 40px;
    width: 40px;
}

#ishislider .owl-nav .owl-prev i:after,
#ishislider .owl-nav .owl-next i:after {
    font-size: 28px;
    color: #000 !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#ishislider .owl-nav .owl-next {
    right: 70px;
    left: auto;
}

@media (max-width: 543px) {
    #ishislider {
        /* If media is below 544 */
    }
    #ishislider .owl-dots {
        position: absolute;
        bottom: 10px;
        right: 0;
        left: 0;
        margin: 0 auto;
        text-align: center;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    #ishislider .owl-dots .owl-dot {
        display: inline-block;
        vertical-align: middle;
        outline: none;
    }
    #ishislider .owl-dots .owl-dot span {
        width: 12px;
        height: 12px;
        border: 0;
        background: #000;
        border-radius: 50%;
        margin: 0 3px;
        display: block;
    }
    #ishislider .owl-dots .owl-dot.active span {
        background: #fcc10f;
    }
}

#ishislider:hover .owl-nav .owl-prev,
#ishislider:hover .owl-nav .owl-next {
    opacity: 1;
}

#ishislider:hover .owl-nav .owl-prev {
    left: 50px;
}

#ishislider:hover .owl-nav .owl-next {
    right: 50px;
}

#ishiproductsblock {
    margin-bottom: 70px;
}

@media (max-width: 991px) {
    #ishiproductsblock {
        /* If media is below 992 */
        margin-bottom: 30px;
    }
}

#ishiproductsblock .sub-title {
    display: none;
}

@media (max-width: 767px) {
    #ishiproductsblock .ishiproductsblock-container {
        /* If media is below 768 */
        text-align: center;
    }
}

#ishiproductsblock .ishiproductsblock-container #ishiproductstab {
    position: relative;
    border: 0;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    #ishiproductsblock .ishiproductsblock-container #ishiproductstab {
        /* If media is below 768 */
        display: inline-block;
        vertical-align: middle;
        float: none;
        margin-bottom: 10px;
    }
}

#ishiproductsblock .ishiproductsblock-container #ishiproductstab .nav-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    float: none;
}

@media (max-width: 543px) {
    #ishiproductsblock .ishiproductsblock-container #ishiproductstab .nav-item {
        /* If media is below 544 */
        display: block;
        margin-bottom: 8px;
        text-align: center;
    }
}

@media (max-width: 543px) {
    #ishiproductsblock .ishiproductsblock-container #ishiproductstab .nav-item:last-child {
        /* If media is below 544 */
        margin-bottom: 0px;
    }
}

#ishiproductsblock .ishiproductsblock-container #ishiproductstab .nav-item .nav-link {
    font-size: 16px;
    font-weight: 400;
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #000;
    margin: 0;
    outline: medium none;
    padding: 12px 20px;
    border-radius: 50px;
    position: relative;
    text-transform: capitalize;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
}

@media (max-width: 543px) {
    #ishiproductsblock .ishiproductsblock-container #ishiproductstab .nav-item .nav-link {
        padding: 7px 20px;
        display: inline-block;
    }
}

#ishiproductsblock .ishiproductsblock-container #ishiproductstab .nav-item .nav-link.active,
#ishiproductsblock .ishiproductsblock-container #ishiproductstab .nav-item .nav-link:hover {
    background: #fcc10f;
    color: #000;
}

#ishiparallaxbanner {
    margin-bottom: 70px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 991px) {
    #ishiparallaxbanner {
        margin-bottom: 30px;
    }
}

#ishiparallaxbanner .parallax {
    padding: 130px 0;
}

@media (max-width: 767px) {
    #ishiparallaxbanner .parallax {
        padding: 100px 0;
    }
}

#ishiparallaxbanner .parallax .parallax-list {
    text-align: center;
    margin: 0 auto;
    color: #000;
}

#ishiparallaxbanner .parallax .parallax-list .parallax-info .parallax-title {
    font-size: 84px;
    font-weight: 600;
    line-height: 90px;
    margin-bottom: 40px;
    color: #fcfcfc;
    text-transform: capitalize;
    font-family: 'Quicksand', sans-serif;
}

@media (max-width: 1500px) {
    #ishiparallaxbanner .parallax .parallax-list .parallax-info .parallax-title {
        font-size: 74px;
        line-height: 80px;
    }
}

@media (max-width: 1199px) {
    #ishiparallaxbanner .parallax .parallax-list .parallax-info .parallax-title {
        font-size: 64px;
        line-height: 70px;
    }
}

@media (max-width: 991px) {
    #ishiparallaxbanner .parallax .parallax-list .parallax-info .parallax-title {
        font-size: 54px;
        line-height: 60px;
    }
}

@media (max-width: 767px) {
    #ishiparallaxbanner .parallax .parallax-list .parallax-info .parallax-title {
        /* If media is below 768 */
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 30px;
    }
}

@media (max-width: 543px) {
    #ishiparallaxbanner .parallax .parallax-list .parallax-info .parallax-title {
        /* If media is below 544 */
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 15px;
    }
}

#ishiparallaxbanner .parallax .parallax-list .parallax-info .parallax-subtitle {
    font-size: 20px;
    font-weight: 400;
    padding: 15px 40px;
    margin-bottom: 40px;
    text-transform: capitalize;
    color: #fcc10e;
    background: #000000;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 991px) {
    #ishiparallaxbanner .parallax .parallax-list .parallax-info .parallax-subtitle {
        font-size: 18px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    #ishiparallaxbanner .parallax .parallax-list .parallax-info .parallax-subtitle {
        padding: 15px 25px;
    }
}

@media (max-width: 543px) {
    #ishiparallaxbanner .parallax .parallax-list .parallax-info .parallax-subtitle {
        /* If media is below 544 */
        font-size: 14px;
        padding: 6px 10px;
        margin-bottom: 10px;
    }
}

#ishiparallaxbanner .parallax .parallax-list .parallax-info #parallaxcountdown {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    #ishiparallaxbanner .parallax .parallax-list .parallax-info #parallaxcountdown {
        margin-bottom: 30px;
    }
}

@media (max-width: 543px) {
    #ishiparallaxbanner .parallax .parallax-list .parallax-info #parallaxcountdown {
        /* If media is below 544 */
        margin-bottom: 10px;
    }
}

#ishiparallaxbanner .parallax .parallax-list .parallax-info #parallaxcountdown .countdown-days,
#ishiparallaxbanner .parallax .parallax-list .parallax-info #parallaxcountdown .countdown-hours,
#ishiparallaxbanner .parallax .parallax-list .parallax-info #parallaxcountdown .countdown-minutes,
#ishiparallaxbanner .parallax .parallax-list .parallax-info #parallaxcountdown .countdown-seconds {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

@media (max-width: 543px) {
    #ishiparallaxbanner .parallax .parallax-list .parallax-info #parallaxcountdown .countdown-days,
    #ishiparallaxbanner .parallax .parallax-list .parallax-info #parallaxcountdown .countdown-hours,
    #ishiparallaxbanner .parallax .parallax-list .parallax-info #parallaxcountdown .countdown-minutes,
    #ishiparallaxbanner .parallax .parallax-list .parallax-info #parallaxcountdown .countdown-seconds {
        background: none;
        padding: 0;
        margin-bottom: 15px;
    }
}

@media (max-width: 543px) {
    #ishiparallaxbanner .parallax .parallax-list .parallax-info #parallaxcountdown .countdown-seconds {
        margin-bottom: 15px;
    }
}

#ishiparallaxbanner .parallax .parallax-list .parallax-info #parallaxcountdown .data {
    font-size: 35px;
    font-weight: 400;
    color: #fff;
    line-height: 35px;
    width: 80px;
    text-align: center;
    margin-bottom: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 543px) {
    #ishiparallaxbanner .parallax .parallax-list .parallax-info #parallaxcountdown .data {
        /* If media is below 544 */
        width: 50px;
        height: 40px;
        padding: 0;
        line-height: 48px;
        font-size: 20px;
        margin: 0;
    }
}

@media (max-width: 543px) {
    #ishiparallaxbanner .parallax .parallax-list .parallax-info #parallaxcountdown .data {
        color: #fff;
    }
}

#ishiparallaxbanner .parallax .parallax-list .parallax-info #parallaxcountdown .text {
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    line-height: 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 543px) {
    #ishiparallaxbanner .parallax .parallax-list .parallax-info #parallaxcountdown .text {
        color: #fff;
        font-size: 12px;
    }
}

#ishiparallaxbanner .parallax .parallax-list .parallax-info #parallaxcountdown .countdown-seconds .data,
#ishiparallaxbanner .parallax .parallax-list .parallax-info #parallaxcountdown .countdown-seconds .text {
    color: #fcc10f;
}

#ishiparallaxbanner:before,
#ishiparallaxbanner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 54px;
    z-index: 2;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    background: url(1dbfed2d85e208cdd7162617a98be643.png) no-repeat center;
}

#ishiparallaxbanner:after {
    top: auto;
    bottom: 0;
    width: 1920px;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    background: url(1dbfed2d85e208cdd7162617a98be643.png) no-repeat center;
}

#ishiservices #ishiservices-content {
    display: block;
    overflow: hidden;
    position: relative;
}

#ishiservices #ishiservices-content .services {
    cursor: pointer;
    margin-bottom: 70px;
}

@media (max-width: 1199px) {
    #ishiservices #ishiservices-content .services {
        /* If media is below 1200 */
        margin-bottom: 30px;
    }
}

#ishiservices #ishiservices-content .services:last-child {
    margin-bottom: 0;
}

@media (min-width: 544px) and (max-width: 991px) {
    #ishiservices #ishiservices-content .services:nth-last-child(2) {
        margin-bottom: 0;
    }
}

#ishiservices #ishiservices-content .services .service-img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
    border: 2px solid #000000;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}

#ishiservices #ishiservices-content .services .service-img img {
    position: relative;
    top: 0;
}

#ishiservices #ishiservices-content .services .service-block {
    text-align: left;
    padding-left: 20px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    width: 75%;
}

@media (max-width: 991px) {
    #ishiservices #ishiservices-content .services .service-block {
        /* If media is below 992 */
        padding-left: 10px;
    }
}

@media (max-width: 1199px) {
    #ishiservices #ishiservices-content .services .service-block {
        width: 70%;
    }
}

@media (max-width: 767px) {
    #ishiservices #ishiservices-content .services .service-block {
        width: 68%;
    }
}

#ishiservices #ishiservices-content .services .service-block .service-title {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    line-height: 24px;
    margin-bottom: 10px;
    font-family: 'Quicksand', sans-serif;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #ishiservices #ishiservices-content .services .service-block .service-title {
        font-size: 20px;
        line-height: 20px;
    }
}

@media (min-width: 544px) and (max-width: 991px) {
    #ishiservices #ishiservices-content .services .service-block .service-title {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 5px;
    }
}

@media (max-width: 543px) {
    #ishiservices #ishiservices-content .services .service-block .service-title {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 5px;
    }
}

#ishiservices #ishiservices-content .services .service-block .service-desc {
    display: block;
    color: #666666;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

#ishiservices #ishiservices-content .services:hover .service-img img {
    transform: rotateY(-10deg) scale(1.08);
    -moz-transform: rotate(-10deg) scale(1.08);
    -webkit-transform: rotate(-10deg) scale(1.08);
    -o-transform: rotate(-10deg) scale(1.08);
    -ms-transform: rotate(-10deg) scale(1.08);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#ishiservices #ishiservices-content .services:hover .service-block .service-title {
    color: #fcc10f;
}

#ishitestimonials {
    color: #000;
    overflow: hidden;
    position: relative;
    text-align: center;
}

@media (max-width: 1199px) {
    #ishitestimonials {
        /* If media is below 1200 */
        padding: 0 15px;
    }
}

@media (max-width: 991px) {
    #ishitestimonials {
        /* If media is below 992 */
        margin-bottom: 30px;
    }
}

#ishitestimonials .home-title {
    display: none;
}

#ishitestimonials .ishitestimonials-container .testimonial-img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border-radius: 50%;
    border: 5px solid #eeeeee;
    margin: 50px 0 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #ishitestimonials .ishitestimonials-container .testimonial-img {
        max-width: 150px;
        margin: 50px 0 30px;
    }
}

#ishitestimonials .ishitestimonials-container .testimonial-img img {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
}

#ishitestimonials .ishitestimonials-container .testimonial-img .quote-icon {
    content: '';
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    width: 50px;
    height: 35px;
    background-color: #fbf6f2;
    fill: #fcc10f;
}

#ishitestimonials .ishitestimonials-container .testimonial-img .quote-icon svg {
    width: 35px;
}

#ishitestimonials .ishitestimonials-container .testimonial-img:after {
    content: '';
    position: absolute;
    top: -53px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    z-index: -1;
    border: 1px solid #eeeeee;
}

#ishitestimonials .ishitestimonials-container .testimonial-desc {
    position: relative;
    margin-bottom: 50px;
}

#ishitestimonials .ishitestimonials-container .testimonial-desc .user-name {
    text-transform: uppercase;
    font-size: 34px;
    line-height: 40px;
    display: block;
    color: #fcc10f;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: 'Quicksand', sans-serif;
}

@media (max-width: 991px) {
    #ishitestimonials .ishitestimonials-container .testimonial-desc .user-name {
        /* If media is below 992 */
        font-size: 34px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    #ishitestimonials .ishitestimonials-container .testimonial-desc .user-name {
        /* If media is below 768 */
        font-size: 25px;
        line-height: 30px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px;
    }
}

#ishitestimonials .ishitestimonials-container .testimonial-desc .user-designation {
    font-size: 14px;
    line-height: 15px;
    display: block;
    text-transform: capitalize;
    color: #666666;
}

#ishitestimonials .ishitestimonials-container .user-description {
    font-weight: 400;
    font-size: 14px;
    width: 85%;
    line-height: 24px;
    color: #666666;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    #ishitestimonials .ishitestimonials-container .user-description {
        /* If media is below 1200 */
        width: 100%;
    }
}

#ishitestimonials .owl-dots {
    margin-top: 10px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#ishitestimonials .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    outline: none;
}

#ishitestimonials .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    border: 0;
    background: #000;
    border-radius: 50%;
    margin: 0 3px;
    display: block;
}

#ishitestimonials .owl-dots .owl-dot.active span {
    background: #fcc10f;
}

#ishistoreinfo {
    text-align: center;
    display: block;
    padding: 45px 70px;
    background: #3b170b;
    position: relative;
    top: -12px;
    margin-bottom: -24px;
}

@media (max-width: 1365px) {
    #ishistoreinfo {
        /* If media is below 1200 */
        padding: 55px 15px;
    }
}

@media (max-width: 991px) {
    #ishistoreinfo {
        /* If media is below 992 */
        padding: 60px 15px;
    }
}

@media (max-width: 767px) {
    #ishistoreinfo {
        /* If media is below 768 */
        margin-bottom: 0;
        top: 0;
    }
}

#ishistoreinfo:before,
#ishistoreinfo:after {
    content: '';
    position: absolute;
    left: -12px;
    right: -12px;
    top: 0;
    border-bottom: 12px solid #3b170b;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
}

@media (max-width: 767px) {
    #ishistoreinfo:before,
    #ishistoreinfo:after {
        /* If media is below 768 */
        display: none;
    }
}

#ishistoreinfo:after {
    bottom: 0;
    top: auto;
    border-top: 12px solid #3b170b;
    border-bottom: 0;
}

#ishistoreinfo .store-logo {
    display: block;
    margin-bottom: 0;
    text-align: center;
}

#ishistoreinfo .store-logo:after {
    display: none;
}

#ishistoreinfo .store-logo:hover {
    padding-left: 0;
}

#ishistoreinfo .store-logo img {
    max-width: 100%;
}

#ishistoreinfo .store-description {
    margin-bottom: 0;
    display: none;
}

#ishistoreinfo .store-description p {
    line-height: 24px;
    font-size: 15px;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    #ishistoreinfo .store-description p {
        /* If media is above 991 */
        width: 65%;
        margin: 0 auto;
    }
}

#ishifooterlinks_block {
    width: 22%;
}

@media (max-width: 991px) {
    #ishifooterlinks_block {
        /* If media is below 992 */
        width: 100%;
    }
}

#ishimanufacturerblock {
    margin-bottom: 70px;
}

@media (max-width: 991px) {
    #ishimanufacturerblock {
        /* If media is below 992 */
        margin-bottom: 30px;
    }
}

/* #ishimanufacturerblock .home-title {
    display: none;
} */

#ishimanufacturerblock #manufacturer-carousel .owl-item .item .image-container {
    text-align: center;
}

#ishimanufacturerblock #manufacturer-carousel .owl-item .item .image-container img {
    opacity: 0.8;
    max-width: 130px;
    display: inline-block;
}

#ishimanufacturerblock #manufacturer-carousel .owl-item .item .image-container:hover img {
    opacity: 1;
}

#ishispecialproducts {
    margin-bottom: 10px;
    overflow: hidden;
    display: block;
}

#index #ishispecialproducts {
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    #index #ishispecialproducts {
        /* If media is below 992 */
        margin-bottom: 25px;
    }
}

#ishileftbanners {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    #ishileftbanners {
        /* If media is below 992 */
        text-align: center;
        margin-bottom: 15px;
    }
}

#ishileftbanners .image-container {
    position: relative;
}

@media (max-width: 991px) {
    #ishileftbanners .image-container {
        /* If media is below 992 */
        display: inline-block;
    }
}

#ishileftbanners .image-container a {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#ishileftbanners .image-container a img {
    width: 100%;
    max-width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#footer .paymentlogo-container {
    display: block;
    overflow: hidden;
    background-color: #fcc10f;
    text-align: center;
    padding: 8px 0;
    width: 25%;
    margin: 0;
    display: block;
}

@media (max-width: 1199px) {
    #footer .paymentlogo-container {
        background-color: transparent;
        width: 33.33%;
        text-align: right;
    }
}

@media (max-width: 991px) {
    #footer .paymentlogo-container {
        /* If media is below 992 */
        padding: 6px 0;
        text-align: center;
        width: 100%;
    }
}

#footer .paymentlogo-container span {
    display: none;
}

#footer .paymentlogo-container svg {
    width: 40px;
    padding: 2px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

#smartblog_block {
    padding-top: 50px;
    position: relative;
    overflow: hidden;
    background: url(banner-tintuc.jpg) repeat center bottom;
    background-attachment: fixed;
}

#smartblog_block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 54px;
    z-index: 2;
    background: url(1dbfed2d85e208cdd7162617a98be643.png) no-repeat center;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

#smartblog_block .products_block_inner {
    position: relative;
    text-align: center;
    padding: 110px 15px;
}

@media (max-width: 991px) {
    #smartblog_block .products_block_inner {
        padding: 70px 15px;
    }
}

@media (max-width: 767px) {
    #smartblog_block .products_block_inner {
        /* If media is below 768 */
        padding: 50px 15px;
    }
}

#smartblog_block .products_block_inner .home-title {
    background: url(8ac95c55399d66f99005abd781830d95.png) no-repeat center bottom;
}

#smartblog_block .products_block_inner .home-title a {
    color: #fff;
}

#smartblog_block .products_block_inner #smartblog-carousel .sds_blog_post:hover .blog_post .news_module_image_holder a img {
    -webkit-transform-style: unset;
    transform-style: unset;
}

#smartblog_block .products_block_inner #smartblog-carousel .sds_blog_post:hover .blog_post .news_module_image_holder a .blog-hover {
    opacity: 1;
}

#smartblog_block .products_block_inner #smartblog-carousel .sds_blog_post:hover .blog_post .news_module_image_holder .blogicons {
    opacity: 1;
}

#smartblog_block .products_block_inner #smartblog-carousel .sds_blog_post .blog_post {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    background: #000000;
}

#smartblog_block .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .news_module_image_holder {
    display: block;
    position: relative;
}

#smartblog_block .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .news_module_image_holder a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

#smartblog_block .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .news_module_image_holder a img {
    width: 100%;
    max-width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

#smartblog_block .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .news_module_image_holder a .blog-hover {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

#smartblog_block .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .news_module_image_holder .blogicons {
    display: none;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 45%;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

#smartblog_block .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .news_module_image_holder .blogicons a {
    display: inline-block;
    float: none;
}

#smartblog_block .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .news_module_image_holder .blogicons a:hover i:before {
    color: #fff;
    background: #000;
    border-color: #000;
}

#smartblog_block .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .news_module_image_holder .blogicons a i:before {
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    height: 40px;
    margin: auto;
    padding: 12px;
    text-align: center;
    width: 40px;
    line-height: 13px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

#smartblog_block .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content {
    padding: 20px 15px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Quicksand', sans-serif;
}

@media (max-width: 1390px) {
    #smartblog_block .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content {
        /* If media is below 1300 */
        padding: 10px 15px;
    }
}

@media (max-width: 767px) {
    #smartblog_block .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content {
        padding: 10px 0;
    }
}

#smartblog_block .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .sds_post_title {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    #smartblog_block .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .sds_post_title {
        margin-bottom: 10px;
    }
}

#smartblog_block .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .sds_post_title a {
    font-size: 18px;
    font-family: 'Quicksand', sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    color: #fcc10f;
}

@media (max-width: 767px) {
    #smartblog_block .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .sds_post_title a {
        font-size: 16px;
    }
}

#smartblog_block .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-family: 'Quicksand', sans-serif;
}

#smartblog_block .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .r_more {
    display: none;
}

#smartblog_block .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .smartbloginfo {
    font-family: 'Quicksand', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    letter-spacing: 1.5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 767px) {
    #smartblog_block .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .smartbloginfo {
        margin-bottom: 10px;
    }
}

#smartblog_block .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date i {
    display: inline-block;
    font-size: 16px;
    color: #fcc10f;
    padding-right: 5px;
}

#smartblog_block .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date .day_date,
#smartblog_block .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date .day_year {
    display: none;
}

#smartblog_block .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .smartbloginfo .author {
    display: none;
}

#smartblog_block .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .smartbloginfo .comment {
    display: none;
}

@media (max-width: 767px) {
    #smartblog_block .owl-nav {
        /* If media is below 768 */
        margin-top: 20px;
    }
}

#smartblog_block .owl-nav .owl-prev,
#smartblog_block .owl-nav .owl-next {
    background-color: #fcc10f;
}

#smartblog_block .owl-nav .owl-prev i:after,
#smartblog_block .owl-nav .owl-next i:after {
    color: #000;
}


/*<------------------------------Single Blog POSt Page------------------------------------->*/

#content-wrapper .block {}

#content-wrapper .block .articleContent .page-item-title {
    margin-bottom: 30px;
}

#content-wrapper .block .articleContent .page-item-title h1 {
    font-size: 22px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    font-family: 'Quicksand', sans-serif;
}

#content-wrapper .block .articleContent .post-info {
    margin-bottom: 30px;
}

#content-wrapper .block .articleContent .post-info>span {
    font-size: 15px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    text-transform: capitalize;
    color: #000;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 5px;
    line-height: 22px;
}

#content-wrapper .block .articleContent .post-info a {
    font-size: 15px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    text-transform: capitalize;
    color: #000;
    font-family: 'Quicksand', sans-serif;
}

#content-wrapper .block .articleContent .post-info .fa {
    padding-right: 5px;
}

#content-wrapper .block .articleContent a img {
    max-width: 100%;
    height: auto;
}

#content-wrapper .block .articleContent .sdsarticle-des {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-family: 'Quicksand', sans-serif;
    margin: 30px auto;
    width: 100%;
}

#content-wrapper .smartblogcomments {
    margin-bottom: 50px;
}

#content-wrapper .smartblogcomments h4 {
    margin-bottom: 15px;
    font-weight: 500;
    color: #000;
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
}

@media (max-width: 543px) {
    #content-wrapper .smartblogcomments small {
        /* If media is below 544 */
        float: none !important;
        margin-top: 8px;
        display: block;
    }
    #content-wrapper .smartblogcomments small a {
        display: inline-block;
    }
}

#content-wrapper .smartblogcomments .card-block {
    padding: 0;
    margin-bottom: 0;
    border: none;
}

#content-wrapper .smartblogcomments #commentform {
    margin-top: 30px;
}

@media (max-width: 543px) {
    #content-wrapper .smartblogcomments #commentform {
        /* If media is below 544 */
        margin-top: 15px;
    }
}

#content-wrapper .smartblogcomments #commentform .form-group {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

#content-wrapper .smartblogcomments #commentform .form-group .form-control-label {
    padding: 0.5rem 15px;
    margin-bottom: 0;
    font-size: 15px;
    font-family: 'Quicksand', sans-serif;
    text-align: left;
}

#content-wrapper .smartblogcomments #commentform .form-group .form-control:focus {
    border-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    #content-wrapper .smartblogcomments #commentform .form-group .submit {
        margin-left: 0;
    }
}

#content-wrapper #articleComments {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    margin: 0 0 30px;
    text-align: left;
}

#content-wrapper #articleComments .commenttitle {
    font: 400 14px 'Quicksand', sans-serif;
    margin: 10px 0;
}

#content-wrapper #articleComments #comments {
    margin-bottom: 10px;
}

#content-wrapper #articleComments #comments .commentList {
    margin: 0;
    position: relative;
}

#content-wrapper #articleComments #comments .commentList #respond {
    margin: 15px 0;
}

#content-wrapper #articleComments #comments .commentList li {
    padding: 10px 0;
}

#content-wrapper #articleComments #comments .commentList li .avatar {
    background: none;
    padding: 0;
    height: 35px;
    width: 35px;
}

#content-wrapper #articleComments #comments .commentList li .child-comment {
    padding-left: 20px;
}

@media (max-width: 767px) {
    #content-wrapper #articleComments #comments .commentList li .child-comment {
        /* If media is below 768 */
        padding-left: 15px;
    }
}

@media (max-width: 543px) {
    #content-wrapper #articleComments #comments .commentList li .child-comment {
        /* If media is below 544 */
        padding-left: 10px;
    }
}

#content-wrapper #articleComments #comments .commentList li .comment-img,
#content-wrapper #articleComments #comments .commentList li .comment-content {
    display: inline-block;
    vertical-align: middle;
}

#content-wrapper #articleComments #comments .commentList li .comment-content {
    padding-left: 15px;
    width: 90%;
}

@media (max-width: 543px) {
    #content-wrapper #articleComments #comments .commentList li .comment-content {
        /* If media is below 544 */
        width: 80%;
    }
}

#content-wrapper #articleComments #comments .commentList li .comment-content .name {
    font-weight: 600;
    margin-bottom: 5px;
}

#content-wrapper #articleComments #comments .commentList li .comment-content .created {
    margin-bottom: 5px;
}

#content-wrapper #articleComments #comments .commentList li .comment-content p {
    margin: 0;
    word-break: break-all;
}

#content-wrapper #articleComments #comments .commentList li .reply {
    text-align: right;
}

#content-wrapper #articleComments #comments .commentList li .reply .comment-reply-link {
    display: inline-block;
}


/*<------------------------------All Blog POSt Page------------------------------------>*/

#content-wrapper #smartblogcat {
    margin-bottom: 30px !important;
}

#content-wrapper #smartblogcat .sdsarticleCat {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    text-align: left;
}

@media (max-width: 767px) {
    #content-wrapper #smartblogcat .sdsarticleCat {
        /* If media is below 768 */
        margin-bottom: 15px;
    }
}

#content-wrapper #smartblogcat .sdsarticleCat:last-child>div {
    margin-bottom: 0;
}

#content-wrapper #smartblogcat .sdsarticleCat .blog-wrapper {
    -js-display: flex;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    #content-wrapper #smartblogcat .sdsarticleCat .blog-wrapper {
        /* If media is below 768 */
        display: block;
    }
}

#content-wrapper #smartblogcat .sdsarticleCat>div {
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

#content-wrapper #smartblogcat .sdsarticleCat>div .articleContent {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    #content-wrapper #smartblogcat .sdsarticleCat>div .smartblog-desc {
        /* If media is below 992 */
        padding: 15px;
    }
}

#content-wrapper #smartblogcat .sdsarticleCat>div .smartblog-desc .author {
    float: left;
}

#content-wrapper #smartblogcat .sdsarticleCat>div .smartblog-desc .sdsarticleHeader {
    margin: 15px 0;
}

@media (max-width: 1199px) {
    #content-wrapper #smartblogcat .sdsarticleCat>div .smartblog-desc .sdsarticleHeader {
        /* If media is below 1200 */
        margin: 10px 0;
    }
}

#content-wrapper #smartblogcat .sdsarticleCat>div .smartblog-desc .sdsarticleHeader p {
    margin-bottom: 0;
}

#content-wrapper #smartblogcat .sdsarticleCat>div .smartblog-desc .sdsarticleHeader p a {
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    text-decoration: none;
    line-height: 24px;
}

#content-wrapper #smartblogcat .sdsarticleCat>div .smartblog-desc .blogdetail {
    margin-bottom: 15px;
    display: block;
}

@media (max-width: 1199px) {
    #content-wrapper #smartblogcat .sdsarticleCat>div .smartblog-desc .blogdetail {
        /* If media is below 1200 */
        margin-bottom: 10px;
    }
}

#content-wrapper #smartblogcat .sdsarticleCat>div .smartblog-desc .blogdetail span {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    text-transform: capitalize;
    color: #000;
    line-height: 25px;
}

#content-wrapper #smartblogcat .sdsarticleCat>div .smartblog-desc .sdsarticle-des {
    display: block;
    margin-bottom: 15px;
    color: #666;
    line-height: 24px;
}

@media (max-width: 1199px) {
    #content-wrapper #smartblogcat .sdsarticleCat>div .smartblog-desc .sdsarticle-des {
        /* If media is below 1200 */
        margin-bottom: 10px;
    }
}

#content-wrapper #smartblogcat .sdsarticleCat>div .smartblog-desc .sdsreadMore a {
    display: inline-block;
    vertical-align: middle;
}

#content-wrapper .blog_pagination .pagination {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 15px;
}

#content-wrapper .blog_pagination .pagination .results {
    float: left;
    line-height: 34px;
}

@media (max-width: 543px) {
    #content-wrapper .blog_pagination .pagination .results {
        /* If media is below 544 */
        float: none;
        text-align: center;
    }
}

#content-wrapper .blog_pagination .pagination .pagination_bottom {
    margin-bottom: 0;
    display: block;
    float: right;
}

@media (max-width: 543px) {
    #content-wrapper .blog_pagination .pagination .pagination_bottom {
        /* If media is below 544 */
        float: none;
        text-align: center;
    }
}

#content-wrapper .blog_pagination .pagination .pagination_bottom li {
    display: inline-block;
    vertical-align: middle;
}

#content-wrapper .blog_pagination .pagination .pagination_bottom li a {
    padding: 8px;
    text-align: center;
}

#content-wrapper .blog_pagination .pagination .pagination_bottom li.current,
#content-wrapper .blog_pagination .pagination .pagination_bottom li:hover {
    color: #fff;
    background: #000;
}

#ishiheaderblock {
    padding: 10px 0;
    color: #fff;
    text-transform: capitalize;
    margin-left: 30px;
    font-size: 15px;
}

@media (max-width: 543px) {
    #ishiheaderblock {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    #ishiheaderblock {
        padding: 5px 0 0 0;
        margin: 0;
    }
}

@media (max-width: 991px) {
    #ishiheaderblock {
        font-size: 14px;
    }
}

#ishiheaderblock:before {
    content: "\F02C";
    position: absolute;
    font-size: 16px;
    font-family: FontAwesome;
    left: 15px;
    top: 11px;
    color: #fff;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

@media (max-width: 767px) {
    #ishiheaderblock:before {
        display: none;
    }
}


/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}


/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}


/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.ishi-customhover-fadeinnormal.scale img,
.ishi-customhover-fadeinflip.scale img,
.ishi-customhover-fadeinrotate.scale img,
.ishi-customhover-fadeinrotate3D.scale img,
.ishi-customhover-fadeintop.scale img,
.ishi-customhover-fadeinbottom.scale img,
.ishi-customhover-fadeoutcenter.scale img,
.ishi-customhover-fadeinoutcorner.scale img {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

.ishi-customhover-fadeinnormal:hover.scale img,
.ishi-customhover-fadeinflip:hover.scale img,
.ishi-customhover-fadeinrotate:hover.scale img,
.ishi-customhover-fadeinrotate3D:hover.scale img,
.ishi-customhover-fadeintop:hover.scale img,
.ishi-customhover-fadeinbottom:hover.scale img,
.ishi-customhover-fadeoutcenter:hover.scale img,
.ishi-customhover-fadeinoutcorner:hover.scale img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.ishi-customhover-fadeinnormal:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ishi-customhover-fadeinnormal:hover:after {
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

.ishi-customhover-fadeinflip:after {
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    padding: 30px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    opacity: 0;
    -webkit-transform: rotate3d(1, 1, 0, 100deg);
    -moz-transform: rotate3d(1, 1, 0, 100deg);
    -ms-transform: rotate3d(1, 1, 0, 100deg);
    -o-transform: rotate3d(1, 1, 0, 100deg);
    transform: rotate3d(1, 1, 0, 100deg);
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.ishi-customhover-fadeinflip:hover:after {
    opacity: 1;
    -webkit-transition-delay: 0.14s;
    -moz-transition-delay: 0.14s;
    transition-delay: 0.14s;
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    -moz-transform: rotate3d(0, 0, 0, 0deg);
    -ms-transform: rotate3d(0, 0, 0, 0deg);
    -o-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
}

.ishi-customhover-fadeinrotate:after {
    content: '';
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    bottom: 10px;
    opacity: 0;
    left: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: rotate(-180deg) scale(0);
    -moz-transform: rotate(-180deg) scale(0);
    -ms-transform: rotate(-180deg) scale(0);
    -o-transform: rotate(-180deg) scale(0);
    transform: rotate(-180deg) scale(0);
}

.ishi-customhover-fadeinrotate:hover:after {
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
}

.ishi-customhover-fadeinrotate3D:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
}

.ishi-customhover-fadeinrotate3D:hover:after {
    background: rgba(255, 255, 255, 0.1);
    transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
}

.ishi-customhover-fadeintop:after {
    content: "";
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.ishi-customhover-fadeintop:hover:after {
    height: 100%;
}

.ishi-customhover-fadeinbottom:after {
    content: "";
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.ishi-customhover-fadeinbottom:hover:after {
    height: 100%;
}

.ishi-customhover-fadeintopbottom:before,
.ishi-customhover-fadeintopbottom:after {
    content: "";
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
    bottom: -100%;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.ishi-customhover-fadeintopbottom:after {
    top: -100%;
    bottom: auto;
}

.ishi-customhover-fadeintopbottom:hover:before {
    bottom: 50%;
    opacity: 1;
}

.ishi-customhover-fadeintopbottom:hover:after {
    top: 50%;
    opacity: 1;
}

.ishi-customhover-doublefadeincenter:before,
.ishi-customhover-doublefadeincenter:after {
    content: "";
    bottom: 10px;
    left: 10px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    transition: opacity 0.35s ease 0s, transform 0.5s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, transform 0.5s ease 0s;
    -moz-transition: opacity 0.35s ease 0s, transform 0.5s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.5s ease 0s;
    -ms-transition: opacity 0.35s ease 0s, transform 0.5s ease 0s;
}

.ishi-customhover-doublefadeincenter:before {
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
}

.ishi-customhover-doublefadeincenter:after {
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
}

.ishi-customhover-doublefadeincenter:hover:before,
.ishi-customhover-doublefadeincenter:hover:after {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

.ishi-customhover-fadeoutcenter:after {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    bottom: 20px;
    content: "";
    left: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    opacity: 0;
}

.ishi-customhover-fadeoutcenter:hover:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -khtml-transition-duration: 1s;
    -o-transition-duration: 1s;
    opacity: 1;
}

.ishi-customhover-fadeoutcorner:before,
.ishi-customhover-fadeoutcorner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.1);
    margin: auto;
    opacity: 1;
}

.ishi-customhover-fadeoutcorner:after {
    bottom: 0;
    right: 0;
    left: auto;
    top: auto;
}

.ishi-customhover-fadeoutcorner:hover:before,
.ishi-customhover-fadeoutcorner:hover:after {
    height: 100%;
    -webkit-transition: 1.3s;
    -moz-transition: 1.3s;
    -ms-transition: 1.3s;
    -o-transition: 1.3s;
    transition: 1.3s;
    opacity: 0;
    width: 100%;
}

.ishi-customhover-fadeinoutcorner:after {
    background-color: rgba(255, 255, 255, 0.1);
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    right: 0;
}

.ishi-customhover-fadeinoutcorner:hover:after {
    width: 100%;
    height: 100%;
    right: auto;
    left: 0;
}


/*------------Mywishlist page-----------*/

#module-ishiblockwishlist-mywishlist #main>.page-content {
    border: none;
    margin-bottom: 1.5625rem;
    padding: 0px;
}

#module-ishiblockwishlist-mywishlist #mywishlist {
    /*---------------------------wishlistproduct-----------*/
}

#module-ishiblockwishlist-mywishlist #mywishlist .page-content {
    padding: 1.25rem;
    margin-bottom: 10px;
}

#module-ishiblockwishlist-mywishlist #mywishlist .page-subtitle {
    color: #222222;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 0 auto 15px;
    text-transform: capitalize;
}

#module-ishiblockwishlist-mywishlist #mywishlist .form-control {
    display: block;
    color: #777777;
    margin-bottom: 1rem;
}

#module-ishiblockwishlist-mywishlist #mywishlist .form-control::placeholder {
    color: #999;
}

#module-ishiblockwishlist-mywishlist #mywishlist .form-control:focus {
    border-color: #cfcfcf;
    color: #777777;
}

#module-ishiblockwishlist-mywishlist #mywishlist .mywishlist-btn {
    display: block;
    width: 100%;
    overflow: hidden;
}

#module-ishiblockwishlist-mywishlist #mywishlist .mywishlist-btn .submitWishlist {
    display: block;
    opacity: 1;
    z-index: 2;
    border-radius: 0;
    line-height: 1;
    margin-bottom: 1rem;
}

#module-ishiblockwishlist-mywishlist #mywishlist .block-center {
    display: block;
    width: 100%;
    min-height: .01%;
    overflow-x: auto;
}

#module-ishiblockwishlist-mywishlist #mywishlist .block-center .table-bordered {
    font-size: 14px;
}

#module-ishiblockwishlist-mywishlist #mywishlist .block-center .table-bordered thead th {
    border-bottom: 2px solid #e9e9e9;
}

#module-ishiblockwishlist-mywishlist #mywishlist .block-center .table-bordered p {
    color: #777777;
    margin-bottom: 0px;
}

#module-ishiblockwishlist-mywishlist #mywishlist .block-center .wishlist_delete span {
    display: none;
}

#module-ishiblockwishlist-mywishlist #mywishlist #block-order-detail {
    /*---------------------------productanddetail-----------*/
}

#module-ishiblockwishlist-mywishlist #mywishlist #block-order-detail label {
    color: #414141;
    font-weight: 600;
    line-height: 22px;
}

#module-ishiblockwishlist-mywishlist #mywishlist #block-order-detail .wishlisturl .form-control {
    margin: 0;
    background-color: #e9e9e9;
    border: 1px solid #eeeeee;
}

#module-ishiblockwishlist-mywishlist #mywishlist #block-order-detail .wishlisturl .form-control:focus {
    border-color: #cfcfcf;
    background: #fff;
}

#module-ishiblockwishlist-mywishlist #mywishlist #block-order-detail #showSendWishlist {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 10px;
}

#module-ishiblockwishlist-mywishlist #mywishlist #block-order-detail #showSendWishlist a {
    display: block;
}

#module-ishiblockwishlist-mywishlist #mywishlist #block-order-detail .wlp_bought .product-container {
    position: relative;
}

#module-ishiblockwishlist-mywishlist #mywishlist #block-order-detail .wlp_bought .lnkdel {
    position: absolute;
    top: 2%;
    right: 5%;
    z-index: 1;
}

#module-ishiblockwishlist-mywishlist #mywishlist #block-order-detail .wlp_bought .lnkdel i {
    color: #666666;
}

#module-ishiblockwishlist-mywishlist #mywishlist #block-order-detail .wlp_bought .lnkdel i:hover {
    color: #fcc10f;
}

@media (max-width: 543px) {
    #module-ishiblockwishlist-mywishlist #mywishlist #block-order-detail .wlp_bought .btn_action {
        /* If media is below 544 */
        text-align: center;
    }
}

#module-ishiblockwishlist-mywishlist #mywishlist #block-order-detail .hidden {
    display: none;
}


/*---------------------------productpage wishlst-----------*/

.wishlist_container {
    display: block;
    width: 100%;
    overflow: hidden;
}

.wishlist_container #wishlist_button select,
.wishlist_container #wishlist_button .product_wishlist_btn {
    float: left;
    width: auto;
}

.wishlist_container #wishlist_button select {
    width: 25%;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .wishlist_container #wishlist_button select {
        width: 27%;
    }
}

@media (max-width: 991px) {
    .wishlist_container #wishlist_button select {
        width: 40%;
    }
}

@media (max-width: 767px) {
    .wishlist_container #wishlist_button select {
        width: 30%;
    }
}

@media (max-width: 543px) {
    .wishlist_container #wishlist_button select {
        width: 40%;
    }
}

.wishlist_container #wishlist_button .product_wishlist_btn {
    padding: 11px 10px 11.5px 30px;
    cursor: pointer;
}

.wishlist_container #wishlist_button .product_wishlist_btn span {
    padding-left: 15px;
    position: relative;
}

.wishlist_container #wishlist_button .product_wishlist_btn span:before {
    color: #666;
    content: "\E87D";
    position: absolute;
    left: -5px;
    font-family: "Material Icons";
}

.wishlist_login .wishlist_button {
    position: relative;
    cursor: pointer;
}

.wishlist_login .wishlist_button:before {
    color: #666;
    content: "\E87D";
    position: absolute;
    left: 0;
    top: 2px;
    font-family: "Material Icons";
    font-size: 16px;
}

.wishlist_login .wishlist_button span {
    padding-left: 20px;
    font-weight: 500;
    color: #666666;
    text-transform: capitalize;
    line-height: 21px;
}


/*---------------------------wishlst modal-----------*/

#WishlistModal .modal-header .close {
    opacity: 1;
    color: #000;
}

#WishlistModal .modal-body a {
    float: right;
    color: #000;
    font-weight: 600;
    text-decoration: underline;
    text-transform: capitalize;
}

@media (max-width: 543px) {
    #WishlistModal .modal-body a {
        float: none;
        display: block;
        text-align: right;
        margin-top: 5px;
    }
}

#ishibannerblock {
    margin-bottom: 70px;
    text-align: center;
}

@media (max-width: 991px) {
    #ishibannerblock {
        /* If media is below 992 */
        margin-bottom: 30px;
    }
}

#ishibannerblock .image-container img {
    max-width: 100%;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#ishibannerblock .image-container a {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#ishibannerblock .bannerblock {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 543px) {
    #ishibannerblock .bannerblock {
        /* If media is below 544 */
        margin-bottom: 15px;
    }
}

#ishibannerblock .bannerblock:last-child {
    margin-bottom: 0;
}

@media (min-width: 544px) {
    #ishibannerblock .bannerblock1,
    #ishibannerblock .bannerblock3 {
        /* If media is above 543 */
        width: 36.8%;
    }
}

@media (min-width: 544px) {
    #ishibannerblock .bannerblock2 {
        /* If media is above 543 */
        width: 26.4%;
    }
}

#ishicategoryblock {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 70px;
}

@media (max-width: 991px) {
    #ishicategoryblock {
        margin-bottom: 30px;
    }
}

#ishicategoryblock .ishicategoryblock-container {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 25px 10px;
    border-right: 1px solid #eeeeee;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: #FCC10F;
}

#ishicategoryblock .ishicategoryblock-container a {
    position: relative;
    overflow: hidden;
    text-align: center;
    -js-display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

#ishicategoryblock .ishicategoryblock-container .image-container {
    position: relative;
    overflow: hidden;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}

#ishicategoryblock .ishicategoryblock-container .image-container img {
    max-width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#ishicategoryblock .ishicategoryblock-container .text-container {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Quicksand', sans-serif;
    text-align: left;
    text-transform: capitalize;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 767px) {
    #ishicategoryblock .ishicategoryblock-container .text-container {
        /* If media is below 767 */
        font-size: 16px;
    }
}

@media (max-width: 479px) {
    #ishicategoryblock .ishicategoryblock-container .text-container {
        font-size: 15px;
    }
}

#ishicategoryblock .ishicategoryblock-container:hover {
    background: #dda600;
}

#ishispecialdeals {
    margin-bottom: 70px;
}

@media (max-width: 991px) {
    #ishispecialdeals {
        margin-bottom: 30px;
    }
}

#ishispecialdeals #ishispecialdeals-caraousel .product-miniature .product-container .product-list-reviews {
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 767px) {
    #ishispecialdeals #ishispecialdeals-caraousel .product-miniature .product-container .product-list-reviews {
        /* If media is below 768 */
        bottom: 52px;
        opacity: 1;
    }
}

#ishispecialdeals #ishispecialdeals-caraousel .product-miniature .product-container .countdown-container {
    position: absolute;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    bottom: 10px;
    left: 50px;
    right: 50px;
    text-align: center;
    line-height: 1.5;
    padding: 4px;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    #ishispecialdeals #ishispecialdeals-caraousel .product-miniature .product-container .countdown-container {
        right: 30px;
        left: 30px;
    }
}

@media (max-width: 767px) {
    #ishispecialdeals #ishispecialdeals-caraousel .product-miniature .product-container .countdown-container {
        right: 30px;
        left: 30px;
    }
}

#ishispecialdeals #ishispecialdeals-caraousel .product-miniature .product-container .countdown-container .countdown-text {
    display: none;
}

#ishispecialdeals #ishispecialdeals-caraousel .product-miniature .product-container .countdown-container .counter {
    float: left;
    width: 25%;
    position: relative;
}

#ishispecialdeals #ishispecialdeals-caraousel .product-miniature .product-container .countdown-container .counter.countdown-seconds .data {
    color: #fcc10f;
}

#ishispecialdeals #ishispecialdeals-caraousel .product-miniature .product-container .countdown-container .counter:last-child:after {
    display: none;
}

#ishispecialdeals #ishispecialdeals-caraousel .product-miniature .product-container .countdown-container .counter.countdown-days:after {
    right: -4px;
}

#ishispecialdeals #ishispecialdeals-caraousel .product-miniature .product-container .countdown-container .counter:after {
    content: ':';
    position: absolute;
    top: 4px;
    right: 0;
    color: #222222;
}

@media (max-width: 1199px) {
    #ishispecialdeals #ishispecialdeals-caraousel .product-miniature .product-container .countdown-container .counter:after {
        top: 2px;
    }
}

@media (max-width: 767px) {
    #ishispecialdeals #ishispecialdeals-caraousel .product-miniature .product-container .countdown-container .counter:after {
        top: 1px;
    }
}

@media (max-width: 543px) {
    #ishispecialdeals #ishispecialdeals-caraousel .product-miniature .product-container .countdown-container .counter:after {
        top: 2px;
    }
}

#ishispecialdeals #ishispecialdeals-caraousel .product-miniature .product-container .countdown-container .counter .data {
    font-size: 20px;
    color: #666666;
}

@media (max-width: 1199px) {
    #ishispecialdeals #ishispecialdeals-caraousel .product-miniature .product-container .countdown-container .counter .data {
        /* If media is below 1200 */
        font-size: 17px;
    }
}

#ishispecialdeals #ishispecialdeals-caraousel .product-miniature .product-container .countdown-container .counter .lbl {
    display: none;
}

#ishispecialdeals #ishispecialdeals-caraousel .product-miniature .product-container:hover .countdown-container {
    opacity: 0;
}

@media (max-width: 767px) {
    #ishispecialdeals #ishispecialdeals-caraousel .product-miniature .product-container:hover .countdown-container {
        /* If media is below 768 */
        opacity: 1;
    }
}

#ishispecialdeals #ishispecialdeals-caraousel .product-miniature .product-container:hover .product-list-reviews {
    opacity: 1;
}

#ishistoryblock {
    display: block;
    position: relative;
}

@media (max-width: 991px) {
    #ishistoryblock {
        /* If media is below 992 */
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    #ishistoryblock {
        /* If media is below 768 */
        margin-bottom: 30px;
    }
}

#ishistoryblock .img-container {
    text-align: center;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 2;
}

#ishistoryblock .img-container img {
    max-width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#ishistoryblock .story-text {
    width: 82%;
    z-index: 1;
    margin: 40px auto 0;
}

@media (max-width: 991px) {
    #ishistoryblock .story-text {
        /* If media is below 992 */
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    #ishistoryblock .story-text {
        /* If media is below 768 */
        display: block;
        width: 100%;
    }
}

#ishistoryblock .story-text:after {
    content: "";
    position: absolute;
    background: url(logo-home1.png) no-repeat center center;
    width: 254px;
    height: 105px;
    top: 120px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 1;
}

@media (max-width: 543px) {
    #ishistoryblock .story-text:after {
        /* If media is below 544 */
        display: none;
    }
}

#ishistoryblock .story-text .storytext {
    display: none;
}

@media (max-width: 991px) {
    #ishistoryblock .story-text .storytext {
        /* If media is below 992 */
        display: block;
    }
}

#ishistoryblock .storysign {
    width: 200px;
    float: right;
    opacity: 0;
    margin-top: 10px;
    transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
    -webkit-transform: rotate(-12deg);
    -o-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
}

@media (max-width: 991px) {
    #ishistoryblock .storysign {
        /* If media is below 992 */
        opacity: 1;
    }
}

@media (max-width: 767px) {
    #ishistoryblock .storysign {
        /* If media is below 768 */
        display: none;
    }
}

#ishistoryblock .storysign img {
    width: 100%;
    max-width: 100%;
}

#ishistoryblock .story-container>div {
    font-size: 15px;
    line-height: 25px;
    color: #666666;
}

@media (max-width: 991px) {
    #ishistoryblock .story-container>div {
        /* If media is below 992 */
        font-size: 14px;
        line-height: 20px;
    }
}

#ishistoryblock .story-container .story-des {
    padding-bottom: 30px;
}

#ishistoryblock .story-container .story-des:first-letter {
    color: #fcc10f;
    font-size: 40px;
}

.clearfix {
    clear: both;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .container {
        max-width: 1200px;
    }
}

#top_home2 {
    background: #fbf6f2;
    position: relative;
    padding: 70px 0;
}

@media (max-width: 767px) {
    #top_home2 {
        padding: 30px 0;
    }
}

#top_home2:before {
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    height: 54px;
    z-index: 2;
    background: url(61f448eb85c61b53c038bb5faa67ed7a.png) no-repeat center;
}

@media (max-width: 543px) {
    #top_home2:before {
        /* If media is below 544 */
        display: none;
    }
}


/*** HEADER ***/

#header {
    color: #000;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.5px;
}

#header #desktop_logo {
    max-width: 240px;
    text-align: left;
}

@media (max-width: 991px) {
    #header #desktop_logo {
        text-align: center;
        margin: 0 auto;
    }
}

#header #desktop_logo h1 {
    margin: 0;
}

#header .custom-logo {
    max-width: 100%;
}

@media (max-width: 1199px) {
    #header .custom-logo {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    #header .custom-logo {
        max-width: 70%;
    }
}

#header a {
    text-decoration: none;
}

#header a:hover {
    color: #fcc10f;
}

#header .menu-icon {
    float: left;
    cursor: pointer;
}

#header .nav-full-width {
    background-color: transparent;
    border-top: 1px solid #f1f1f1;
}

@media (max-width: 991px) {
    #header .nav-full-width {
        /* If media is below 992 */
        background-color: #fcc10f;
        border-top: 0;
    }
}

#header .nav-full-width.fixed-header {
    background-color: #f1f1f1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    animation: slide-down 0.7s;
    -moz-animation: slide-down 0.7s;
    -webkit-animation: slide-down 0.7s;
    -o-animation: slide-down 0.7s;
    overflow: visible;
}

@media (max-width: 991px) {
    #header .nav-full-width.fixed-header {
        /* If media is below 992 */
        background-color: #fcc10f;
    }
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
    }
}

#header .header-nav {
    background: #000;
    padding: 4px 0;
}

@media (max-width: 767px) {
    #header .header-nav {
        padding: 5px 0;
    }
}

#header .header-nav #menu-icon {
    vertical-align: middle;
    cursor: pointer;
    margin-left: 1rem;
}

#header .header-nav #menu-icon .material-icons {
    line-height: 50px;
}

#header .header-nav .material-icons {
    line-height: 22px;
    font-size: 20px;
}

#header .header-nav .left-nav {
    text-align: left;
}

@media (max-width: 767px) {
    #header .header-nav .left-nav {
        text-align: center;
    }
}

#header .header-nav .left-nav>div {
    display: inline-block;
    vertical-align: middle;
}

#header .header-nav .right-nav {
    text-align: right;
}

@media (max-width: 767px) {
    #header .header-nav .right-nav {
        text-align: center;
    }
}

#header .header-nav .right-nav>div {
    display: inline-block;
    vertical-align: middle;
}

#header .header-nav .right-nav>div:last-child {
    padding-right: 0;
}

@media (max-width: 767px) {
    #header .header-nav .right-nav>div:last-child {
        padding-right: 5px;
    }
}

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

#header #contact-link {
    margin: 12px 0;
    font-size: 16px;
    font-family: 'Quicksand', sans-serif;
    color: #fcc10f;
}

@media (max-width: 543px) {
    #header #contact-link {
        margin-bottom: 0;
    }
}

#header #contact-link a {
    color: #fcc10f;
}

#header #contact-link .contact-title {
    display: none;
}

#header #contact-link i {
    font-size: 18px;
    vertical-align: middle;
}

#header #contact-link .contact-num {
    color: #fcc10f;
    margin-left: 8px;
}

#header .currency-selector,
#header .language-selector {
    padding: 8px;
    white-space: nowrap;
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
}

@media (max-width: 991px) {
    #header .currency-selector,
    #header .language-selector {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    #header .currency-selector,
    #header .language-selector {
        padding: 5px;
    }
}

#header .currency-selector .dropdown-menu,
#header .language-selector .dropdown-menu {
    left: auto;
    right: 0;
    top: 40px;
    padding: 5px 7px;
    margin: 0;
    font-size: 14px;
}

@media (max-width: 767px) {
    #header .currency-selector .dropdown-menu,
    #header .language-selector .dropdown-menu {
        top: 35px;
    }
}

@media (max-width: 543px) {
    #header .currency-selector .dropdown-menu,
    #header .language-selector .dropdown-menu {
        /* If media is below 544 */
        min-width: 100px;
    }
}

#header .currency-selector li a,
#header .language-selector li a {
    padding: 3px 10px;
}

#header .currency-selector .expand-more,
#header .language-selector .expand-more {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

#header .currency-selector .currency-selector-label,
#header .language-selector .currency-selector-label {
    display: none;
}

#header .currency-selector .language-selector-label,
#header .language-selector .language-selector-label {
    display: none;
}

#header .user-info .dropdown-menu li a {
    display: block;
}

#header .header-right {
    text-align: right;
}

@media (max-width: 1199px) {
    #header .header-right {
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    #header .header-right {
        display: none;
    }
}

#header .user-info {
    width: 40px;
    height: 40px;
    float: right;
    margin: 0 5px;
    fill: #000;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 1199px) {
    #header .user-info {
        margin: 0;
    }
}

@media (max-width: 991px) {
    #header .user-info {
        float: right;
        padding: 5px 0;
    }
}

#header .user-info .dropdown-menu {
    top: 40px;
    right: 0;
    margin: 0;
    padding: 7px 10px;
    border: 1px solid #ebebeb;
    left: auto;
    background-clip: unset;
}

@media (max-width: 991px) {
    #header .user-info .dropdown-menu {
        top: 50px;
    }
}

#header .user-info .dropdown-menu li a {
    padding: 3px 10px;
    font-size: 14px;
    display: block;
    transition: all 0.5s;
    color: #666666;
}

#header .blockcart {
    cursor: pointer;
    float: right;
    white-space: nowrap;
}

@media (max-width: 991px) {
    #header .blockcart {
        padding: 5px 0;
        padding-right: 10px;
        position: relative;
        float: right;
    }
}

#header .blockcart .header {
    margin-top: 0;
    padding-right: 0px;
}

#header .blockcart .cart-link {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#header .blockcart .cart-img {
    fill: #000;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}

#header .blockcart .cart-dropdown {
    background: #fff none repeat scroll 0 0;
    font-family: 'Quicksand', sans-serif;
    display: none;
    left: auto;
    position: absolute;
    color: #666666;
    right: 15px;
    text-align: left;
    width: 350px;
    z-index: 3;
    border: 1px solid #ebebeb;
    top: 40px;
    /*========================== NO CHANGE ==========================*/
}

@media (max-width: 991px) {
    #header .blockcart .cart-dropdown {
        top: 50px;
    }
}

@media (max-width: 543px) {
    #header .blockcart .cart-dropdown {
        /* If media is below 544 */
        width: 300px;
    }
}

#header .blockcart .cart-dropdown.empty {
    padding: 10px;
}

#header .blockcart .cart-dropdown .product-container {
    max-height: 340px;
    overflow-y: scroll;
}

#header .blockcart .cart-dropdown .product-container .product {
    border-bottom: 1px solid #ebebeb;
    padding: 5px;
    position: relative;
    overflow: hidden;
}

#header .blockcart .cart-dropdown .product-container .product .product-image {
    float: left;
    margin-right: 12px;
}

#header .blockcart .cart-dropdown .product-container .product .product-image img {
    border: 2px solid #f6f6f6;
}

#header .blockcart .cart-dropdown .product-container .product .product-detail {
    overflow: hidden;
    position: relative;
    font-size: 14px;
    padding-top: 10px;
    font-weight: 300;
}

#header .blockcart .cart-dropdown .product-container .product .product-detail .product-name {
    margin: 0 0 5px 0;
}

#header .blockcart .cart-dropdown .product-container .product .product-detail .product-name .cart_block_product_name {
    white-space: normal;
}

#header .blockcart .cart-dropdown .product-container .product .product-detail .product-name .cart_block_product_name:hover {
    color: #000;
}

#header .blockcart .cart-dropdown .product-container .product .product-detail .price {
    margin: 5px 0;
    font-size: 16px;
}

#header .blockcart .cart-dropdown .product-container .product .product-detail .label {
    font-weight: 500;
}

#header .blockcart .cart-dropdown .product-container .product .product-detail .product-atributes li {
    line-height: 18px;
}

#header .blockcart .cart-dropdown .product-container .product .remove-product {
    left: auto;
    position: absolute;
    right: 5px;
    top: 1px;
}

#header .blockcart .cart-dropdown .product-container .product .remove-product .material-icons {
    font-size: 20px;
    margin-top: 5px;
    line-height: 21px;
}

#header .blockcart .cart-dropdown .product-container .product .remove-product .material-icons:hover {
    color: #000;
}

#header .blockcart .cart-dropdown .billing-info {
    padding: 10px;
}

#header .blockcart .cart-dropdown .billing-info .billing {
    margin: 5px 0;
}

#header .blockcart .cart-dropdown .billing-info .billing .label {
    float: left;
    font-weight: 500;
}

#header .blockcart .cart-dropdown .billing-info .billing .value {
    float: right;
    font-weight: 400;
}

#header .blockcart .cart-dropdown .cart-btn {
    padding: 10px 15px;
    text-align: center;
}

#header .blockcart .cart-dropdown .cart-btn a {
    text-transform: uppercase;
}

#header .blockcart .cart-products-count {
    border-radius: 50%;
    height: 15px;
    width: 15px;
    background: #000;
    color: #fff;
    font-size: 11px;
    right: 3px;
    top: 1px;
    position: absolute;
    left: auto;
    bottom: auto;
    text-align: center;
    margin: 0;
}

@media (max-width: 991px) {
    #header .blockcart .cart-products-count {
        right: 6px;
        top: 3px;
    }
}

#header .blockcart a {
    font-weight: 400;
}

#header .blockcart a:hover {
    color: #fcc10f;
}

#header .blockcart.active a:hover {
    color: white;
}

#header .header-top {
    background: transparent;
}

#header .header-top>.container {
    position: relative;
    padding: 20px 15px;
}

@media (max-width: 991px) {
    #header .header-top>.container {
        padding: 30px 15px;
    }
}

@media (min-width: 992px) {
    #header .header-top>.container>.row {
        /* If media is above 991 */
        -js-display: flex;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 543px) {
    #header .header-top>.container>.row {
        /* If media is below 544 */
        margin: 0;
    }
}

#header .header-top .menu>ul>li {
    float: none;
}

#header .header-top .position-static {
    position: static;
}

#header .top-menu-link {
    margin-left: 1.25rem;
}


/*** WRAPPER ***/

#wrapper {
    padding-top: 2.5rem;
}

#index #wrapper {
    padding-top: 0;
}

#wrapper .banner {
    margin-bottom: 1.5rem;
    display: block;
}

.popover {
    font-family: inherit;
}

.breadcrumb-container {
    background: url(c94595e20e138eed70c7574b999775c2.png) no-repeat top;
    background-attachment: fixed;
    padding: 50px 15px;
}

@media (max-width: 991px) {
    /* .breadcrumb-container {
        background-image: none;
        background-color: #f5f5f5;
        padding: 40px 15px;
    } */
}

#index .breadcrumb-container {
    display: none;
}

.breadcrumb-container .breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
    line-height: 22px;
}

.breadcrumb-container .breadcrumb ol {
    padding-left: 0;
    margin-bottom: 0;
}

.breadcrumb-container .breadcrumb .breadcrumb-title {
    text-transform: capitalize;
    color: #232323;
    font-weight: 500;
}

@media (max-width: 991px) {
    .breadcrumb-container .breadcrumb .breadcrumb-title {
        /* If media is below 992 */
        color: #000;
    }
}

.breadcrumb-container .breadcrumb li {
    display: inline;
}

.breadcrumb-container .breadcrumb li::after {
    content: "-";
    color: #fff;
    margin: 0.3125rem;
}

@media (max-width: 991px) {
    .breadcrumb-container .breadcrumb li::after {
        /* If media is below 992 */
        color: #000;
    }
}

.breadcrumb-container .breadcrumb li:last-child::after {
    display: none;
}

.breadcrumb-container .breadcrumb li a,
.breadcrumb-container .breadcrumb li span {
    color: #fff;
}

@media (max-width: 991px) {
    .breadcrumb-container .breadcrumb li a,
    .breadcrumb-container .breadcrumb li span {
        /* If media is below 992 */
        color: #000;
    }
}

.home-title {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 40px;
    padding: 0 0 50px;
    margin: 0 auto;
    margin-bottom: 25px;
    font-weight: 600;
    color: #000;
    font-family: 'Quicksand', sans-serif;
    background: url(592a806216c3f0d6ffdbb36d0ab0150c.png) no-repeat center bottom;
}

@media (max-width: 1199px) {
    .home-title {
        font-size: 34px;
    }
}

@media (max-width: 543px) {
    .home-title {
        font-size: 26px;
        line-height: 30px;
    }
}

.sub-title {
    color: #fcc10f;
    font-size: 16px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: center;
}


/*** MAIN ***/

#main .page-header {
    margin-bottom: 1.563rem;
}

#main .page-content {
    margin-bottom: 1.563rem;
}

#main .page-content h6 {
    margin-bottom: 1.125rem;
}

#main .page-content #notifications {
    margin-left: -15px;
    margin-right: -15px;
}

#notifications ul {
    margin-bottom: 0;
}


/*** FOOTER ***/

#footer {
    margin-top: 0px;
    color: #000;
    background-color: #fbf6f2;
}

#index #footer {
    margin-top: 0;
}

#footer p {
    font-weight: 400;
    letter-spacing: 0.5;
    font-size: 14px;
    color: #000;
}

#footer a {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding-left: 13px;
    color: #000;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#footer a:after {
    content: '\F105';
    position: absolute;
    left: 0;
    top: 2px;
    font-family: fontawesome;
    color: #000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#footer a:hover {
    padding-left: 20px;
    /*
        &:after{
          left:5px;
        }*/
}

#footer #mywishlist-link {
    width: auto;
    padding: 0;
}

#footer #mywishlist-link i {
    display: none;
}

#footer h3,
#footer .h3 {
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 20px;
    color: #000;
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

#footer h3.myaccount-title a,
#footer .h3.myaccount-title a {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    padding-left: 0;
}

#footer h3.myaccount-title a:after,
#footer .h3.myaccount-title a:after {
    display: none;
}

#footer h3.myaccount-title a:hover,
#footer .h3.myaccount-title a:hover {
    color: #000;
}

#footer .footer-container .footer-left {
    padding: 50px 0;
}

@media (max-width: 1199px) {
    #footer .footer-container .footer-left {
        padding: 40px 0 20px;
    }
}

@media (max-width: 991px) {
    #footer .footer-container .footer-left {
        padding-bottom: 0;
    }
}

#footer .footer-container .footer-right {
    padding: 50px 0;
    display: block;
    overflow: hidden;
    background-color: #fbf6f2;
}

@media (max-width: 1199px) {
    #footer .footer-container .footer-right {
        width: 50%;
        margin: 0 auto;
        float: none;
        text-align: center;
    }
}

@media (max-width: 767px) {
    #footer .footer-container .footer-right {
        width: 60%;
    }
}

@media (max-width: 543px) {
    #footer .footer-container .footer-right {
        width: 90%;
    }
}

#footer .footer-container .block-heading {
    color: #fff;
}

#footer .footer-container a {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#footer .footer-container a:hover {
    color: #fcc10f;
}

@media (min-width: 1200px) {
    #footer .block_newsletter .newsletter_text .news-title {
        -js-display: flex;
        display: flex;
        align-items: center;
    }
}

#footer .block_newsletter .newsletter_text .title_block {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    position: relative;
    text-transform: capitalize;
    padding-left: 15px;
}

@media (max-width: 1500px) {
    #footer .block_newsletter .newsletter_text .title_block {
        font-size: 20px;
    }
}

#footer .block_newsletter p {
    color: #fff;
}

#footer .block-social ul li a {
    padding-left: 0;
}

#footer .block-social ul li a:after {
    display: none;
}

#footer .block-contact .block .content a {
    padding-left: 0;
}

#footer .footer-after .footer-aftertext a {
    padding-left: 0;
}

#footer .footer-after .footer-aftertext a:after {
    display: none;
}


/*========================== NO CHANGE ==========================*/


/*** Responsive part ***/

@media (max-width: 767px) {
    #checkout-cart-summary {
        float: none;
        width: 100%;
        margin-top: 1rem;
    }
    section.checkout-step {
        width: 100%;
    }
    .default-input {
        min-width: 100%;
    }
    label {
        clear: both;
    }
    #products .product-miniature,
    .featured-products .product-miniature {
        margin: 0 auto;
    }
    .menu,
    .dropdown-item {
        padding-left: 0;
        padding-right: 0;
    }
}


/*========================== NO CHANGE ==========================*/

@media (max-width: 991px) {
    #header .custom-logo {
        width: auto;
    }
    #products .product-miniature,
    .featured-products .product-miniature {
        margin: 0 auto;
    }
    .sub-menu {
        left: 0;
        min-width: 100%;
    }
    .block-contact {
        padding: 0 15px;
        border: none;
    }
    #blockcart-modal .product-image {
        width: 100%;
        display: block;
        max-width: 250px;
        margin: 0 auto 0.9375rem;
    }
}

@media (max-width: 991px) and (max-width: 543px) {
    #blockcart-modal .product-image {
        /* If media is below 544 */
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    #blockcart-modal .cart-content {
        padding-left: 0;
    }
    #blockcart-modal .product-name,
    #product-availability {
        margin-top: 0.625rem;
    }
    #search_filters .facet .facet-label {
        text-align: left;
    }
    .block-category .category-cover {
        position: relative;
        text-align: center;
    }
    .block-category {
        padding-bottom: 0;
    }
}

#main .page-content {
    border: 1px solid #eaeaea;
    margin-bottom: 1.5625rem;
    padding: 30px;
    background: #fff;
}


/*========================== NO CHANGE ==========================*/

#left-column .text-uppercase,
#right-column .text-uppercase {
    border: medium none;
    color: #333;
    font: 600 16px/18px 'Quicksand', sans-serif;
    letter-spacing: 1px;
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    text-align: left;
}

@media (min-width: 992px) {
    #left-column .collapse.data-toggler {
        display: inherit;
    }
}

#left-column .category-block-container {
    margin-bottom: 30px;
    text-decoration: none;
}

@media (max-width: 991px) {
    #left-column .category-block-container {
        /* If media is below 992 */
        margin-bottom: 15px;
    }
}

#left-column .block-title {
    background: #fcc10f;
    padding: 15px;
    width: 100%;
}

#left-column .products {
    padding: 10px 0 0;
}

#left-column .product-miniature {
    padding: 10px;
}

#left-column .product-miniature .product-container {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    width: 100%;
}

#left-column .product-miniature .product-container .thumbnail-container {
    float: left;
    margin-right: 10px;
}

#left-column .product-miniature .product-container .product-price-and-shipping {
    text-align: left;
}

#left-column .product-miniature .product-container .product-title {
    text-align: left;
    padding: 0;
    border: none;
    margin-bottom: 5px;
}

#left-column .product-miniature .product-container .product-description {
    margin-top: 0;
    overflow: hidden;
    padding: 0;
}

#left-column .all-product-link {
    font-weight: 400;
    margin: 0;
    font-size: 14px;
    text-align: right;
    display: block;
    padding: 10px 10px 10px 0;
    text-transform: uppercase;
}

#left-column section.featured-products {
    margin-bottom: 30px;
    padding: 0;
    border: 1px solid #eee;
}

@media (max-width: 991px) {
    #left-column section.featured-products {
        /* If media is below 992 */
        margin-bottom: 15px;
    }
}

#left-column section.featured-products .product-container .product-description .product-title a {
    font-size: 14px;
    word-break: break-all;
}

#left-column section.featured-products .product-container .product-price-and-shipping {
    opacity: 1;
}

#left-column section.featured-products .product-container .product-price-and-shipping .sr-only,
#left-column section.featured-products .product-container .product-price-and-shipping .price {
    font-size: 14px;
}

#left-column section.featured-products .product-container .product-price-and-shipping .discount-percentage,
#left-column section.featured-products .product-container .product-price-and-shipping .discount-amount {
    font-size: 14px;
    margin: 0 3px;
    display: none;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #left-column section.featured-products .product-container .product-price-and-shipping .discount-percentage,
    #left-column section.featured-products .product-container .product-price-and-shipping .discount-amount {
        display: none;
    }
}


/*========================== NO CHANGE ==========================*/

#slidetop {
    background: #fcc10f none repeat scroll 0 0;
    color: transparent;
    border-radius: 50%;
    bottom: 15px;
    cursor: pointer;
    height: 40px;
    overflow: hidden;
    padding: 6px;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 40px;
    z-index: 99;
    display: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#slidetop::after {
    content: '\E5CE';
    display: inline-block;
    color: #000;
    font-family: material icons;
    font-size: 26px;
    left: 0;
    position: absolute;
    right: 0;
    top: 12px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#slidetop:hover {
    background-color: #000;
}

#slidetop:hover:after {
    color: #fff;
}

#siteloader {
    background: #fff;
    height: 100%;
    left: 0;
    right: 0;
    position: fixed;
    top: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

#siteloader .loader {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    right: 50%;
    top: 50%;
    left: 50%;
    z-index: 2100;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#siteloader .loader .loader2 {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

#siteloader .loader .loader2 .cube {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    background-color: #fcc10f;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
}

@keyframes rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

@keyframes rotateplane {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

#spin-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9998;
    background: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


/*========================== NO CHANGE ==========================*/

.block-title,
.footer-title,
.title {
    position: relative;
    cursor: pointer;
}

.block-title .navbar-toggler,
.footer-title .navbar-toggler,
.title .navbar-toggler {
    position: absolute;
    top: 12px;
    right: 15px;
    padding: 0;
}

.block-title .navbar-toggler i.add,
.footer-title .navbar-toggler i.add {
    display: none;
}

.block-title .navbar-toggler i.remove,
.footer-title .navbar-toggler i.remove {
    display: block;
}

.block-title.collapsed .navbar-toggler i.add,
.footer-title.collapsed .navbar-toggler i.add {
    display: block;
}

.block-title.collapsed .navbar-toggler i.remove,
.footer-title.collapsed .navbar-toggler i.remove {
    display: none;
}

.footer-title .navbar-toggler {
    top: -2px;
    right: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

* {
    outline: none !important;
}


/*# sourceMappingURL=theme.css.map*/


.blockreassurance_product {
    display: none !important;
}