.home-lft .cat-title span {
    display: none;
}

.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;
    }

@-ms-viewport {
    width: device-width;
}

html {
    font-size: 16px;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #ebebeb;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0;
    }

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

a {
    text-decoration: none;
}

    a:focus, a:hover {
        text-decoration: none;
    }

    a:focus {
        outline: 0;
    }

    a:not([href]):not([tabindex]) {
        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: 0;
        }

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

[role=button] {
    cursor: pointer;
}

[role=button], a, area, button, input, label, select, summary, textarea {
    touch-action: manipulation;
}

table {
    border-collapse: collapse;
    background-color: transparent;
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #666;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: left;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button:focus {
    outline: 0;
}

button, input, select, textarea {
    margin: 0;
    line-height: inherit;
    border-radius: 0;
}

    input[type=checkbox]:disabled, input[type=radio]:disabled {
        cursor: not-allowed;
    }

    input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
        -webkit-appearance: listbox;
    }

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: .5rem;
    font-weight: 600;
    line-height: 1.1;
}

.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: .9375rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 3.125rem;
    font-weight: 600;
}

.display-2 {
    font-size: 2.1875rem;
    font-weight: 400;
}

.display-3 {
    font-size: 1.5625rem;
    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,.1);
}

.small, small {
    font-size: 80%;
    font-weight: 400;
}

.mark, mark {
    padding: .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: .5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border-left: .25rem solid #f6f6f6;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #ebebeb;
}

    .blockquote-footer::before {
        content: "\2014   \A0";
    }

.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: .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;
}

.carousel-inner > .carousel-item > a > img, .carousel-inner > .carousel-item > img, .img-fluid {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: .3rem;
}

.img-thumbnail {
    padding: .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: .5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #ebebeb;
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

code {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f7f7f9;
    border-radius: 0;
}

kbd {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: .2rem;
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
    }

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #878787;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.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: .875rem;
    color: #ebebeb;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: .3em solid;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        float: left;
    }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
            z-index: 2;
        }

        .btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
            z-index: 2;
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -.5rem;
}

    .btn-toolbar::after {
        content: "";
        display: table;
        clear: both;
    }

    .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: .5rem;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem;
}

    .btn + .dropdown-toggle-split::after {
        margin-left: 0;
    }

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
}

.btn .caret {
    margin-left: 0;
}

.btn-group-lg > .btn .caret, .btn-lg .caret {
    border-width: .3em .3em 0;
    border-bottom-width: 0;
}

.dropup .btn-group-lg > .btn .caret, .dropup .btn-lg .caret {
    border-width: 0 .3em .3em;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group::after {
        content: "";
        display: table;
        clear: both;
    }

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.input-group {
    position: relative;
    width: 100%;
    display: table;
    border-collapse: separate;
}

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

        .input-group .form-control:active, .input-group .form-control:focus, .input-group .form-control:hover {
            z-index: 3;
        }

    .input-group .form-control, .input-group-addon, .input-group-btn {
        display: table-cell;
    }

        .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
            border-radius: 0;
        }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #666;
    text-align: center;
    background-color: #f6f6f6;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
}

    .input-group-addon.form-control-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
        padding: .25rem .5rem;
        font-size: .875rem;
        border-radius: .2rem;
    }

    .input-group-addon.form-control-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
        padding: .75rem 1.5rem;
        font-size: .9375rem;
        border-radius: .3rem;
    }

    .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
        margin-top: 0;
    }

    .input-group .form-control:not(:last-child), .input-group-addon:not(:last-child), .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn, .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group > .btn, .input-group-btn:not(:last-child) > .dropdown-toggle {
        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-group:not(:first-child) > .btn, .input-group-btn:not(:last-child) > .btn:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.form-control + .input-group-addon:not(:first-child) {
    border-left: 0;
}

.input-group-btn {
    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:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
            z-index: 3;
        }

    .input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group {
        z-index: 2;
        margin-left: -1px;
    }

        .input-group-btn:not(:first-child) > .btn-group:active, .input-group-btn:not(:first-child) > .btn-group:focus, .input-group-btn:not(:first-child) > .btn-group:hover, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:hover {
            z-index: 3;
        }

.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 .075rem #fff,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: .25rem;
        content: "";
    }

    .custom-controls-stacked .custom-control + .custom-control {
        margin-left: 0;
    }

.custom-select {
    display: inline-block;
    max-width: 100%;
    padding: .375rem 1.75rem .375rem .75rem;
    color: #666;
    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 .75rem center;
    background-size: 8px 10px;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
}

    .custom-select:focus {
        border-color: #51a7e8;
        outline: 0;
    }

        .custom-select:focus::-ms-value {
            color: #666;
            background-color: #fff;
        }

    .custom-select:disabled {
        color: #ebebeb;
        cursor: not-allowed;
        background-color: #f6f6f6;
    }

    .custom-select::-ms-expand {
        opacity: 0;
    }

.custom-select-sm {
    padding-top: .375rem;
    padding-bottom: .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;
    opacity: 0;
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: .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: .5rem 1rem;
        line-height: 1.5;
        color: #555;
        background-color: #eee;
        border: 1px solid #ddd;
        border-radius: 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: #ebebeb;
    }

        .nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
            color: #ebebeb;
            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: .2rem;
        }

    .nav-tabs .nav-link {
        display: block;
        padding: .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: #ebebeb;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
            color: #666;
            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: .2rem;
    }

.nav-pills .nav-link {
    display: block;
    padding: .5em 1em;
    border-radius: 0;
}

    .nav-pills .nav-item.open .nav-link, .nav-pills .nav-item.open .nav-link:focus, .nav-pills .nav-item.open .nav-link:hover, .nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover {
        color: #fff;
        cursor: default;
        background-color: #2fb5d2;
    }

.nav-stacked .nav-item {
    display: block;
    float: none;
}

    .nav-stacked .nav-item + .nav-item {
        margin-top: .2rem;
        margin-left: 0;
    }

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    padding: .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-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width:544px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        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: .25rem;
    padding-bottom: .25rem;
    margin-right: 1rem;
    font-size: .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: .9375rem;
    line-height: 1;
    background: 0 0;
    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,.8);
}

    .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
        color: rgba(0,0,0,.8);
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.3);
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0,0,0,.6);
    }

    .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.active, .navbar-light .navbar-nav .nav-link.active:focus, .navbar-light .navbar-nav .nav-link.active: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 .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover {
        color: rgba(0,0,0,.8);
    }

.navbar-light .navbar-divider {
    background-color: rgba(0,0,0,.075);
}

.navbar-dark .navbar-brand {
    color: #fff;
}

    .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
        color: #fff;
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.5);
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: rgba(255,255,255,.75);
    }

    .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.active, .navbar-dark .navbar-nav .nav-link.active:focus, .navbar-dark .navbar-nav .nav-link.active: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 .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover {
        color: #fff;
    }

.navbar-dark .navbar-divider {
    background-color: rgba(255,255,255,.075);
}

.navbar-toggleable-xs::after {
    content: "";
    display: table;
    clear: both;
}

.back-filter-cls {
    display: none;
}

#search_filters .facet .facet-title {
    position: relative;
}

    #search_filters .facet .facet-title.filter-listing:before {
        content: '\f107';
        font-family: FontAwesome !important;
        position: absolute;
        right: 5px;
        width: 20px;
        height: 20px;
        text-align: center;
        cursor: pointer;
    }

    #search_filters .facet .facet-title.filter-listing.filter-listing-toggle:before {
        content: '\f105';
    }

@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;
    }

    .mob-products-filtration {
        display: block;
    }

    .shop-product-panel {
        width: 100%;
        padding: 0;
    }

    .mob-products-filtration {
        background: #f3b61d;
        padding: 7px 0 5px;
        margin-top: -14px;
    }

        .mob-products-filtration h6 {
            margin: 0;
            padding: 0;
            color: #fff;
        }

        .mob-products-filtration p {
            margin: 0;
            padding: 0;
            color: #fff;
            font-size: 12px;
            line-height: 18px;
        }

    .sortby-fliter {
        background: url(../images/sort-filter.png) left center no-repeat;
        padding-left: 25px;
        float: left;
        margin-left: 15px;
        cursor: pointer;
    }

    .categories-fliter-apply {
        background: url(../images/categories-filter.png) left center no-repeat;
        padding-left: 30px;
        float: right;
        margin-right: 15px;
        cursor: pointer;
    }

    .categories-fliter-apply {
        cursor: pointer;
    }

    .block-content {
        height: 100%;
        background: #fff;
        position: fixed;
        top: 0;
        overflow: auto;
        z-index: 99999;
    }

    .filterpanel {
        width: 100%;
        margin: 0;
        position: absolute;
        z-index: 9999;
        display: none;
        right: 0;
        left: 0;
        top: 0;
    }

    .back-filter-cls {
        position: absolute;
        top: 6px;
        right: 12px;
        z-index: 99;
        display: block;
        cursor: pointer;
    }

        .back-filter-cls img {
            width: 20px;
            margin-top: 3px;
            margin-right: 3px;
        }

    #wrapper {
        padding-top: 0 !important;
        padding-bottom: 0;
    }

    .products-selection .product-sort .products-sort-order .select-title {
        display: none;
    }

    .products-selection .product-sort .products-sort-order {
        padding: 0;
        margin: 0;
        background: 0 0;
        width: auto;
    }

        .products-selection .product-sort .products-sort-order .dropdown-menu {
            top: -126px;
        }

    #js-product-list-top {
        margin-bottom: 0;
        padding-bottom: 0;
        margin-top: 15px;
    }

        #js-product-list-top .showing {
            float: left;
        }

    #shoping-productslist .row {
        margin-right: 0;
        margin-left: 0;
        display: flex;
        flex-flow: wrap;
        text-align: center;
    }

    .row.iteams-showing .col-xs-12.p-l-0 {
        padding: 0;
        margin-bottom: 7px;
    }

    #wrapper .shop-product-panel .product-miniature {
        padding: 0;
    }

        #wrapper .shop-product-panel .product-miniature .product-container {
            margin-bottom: 0;
        }

    #js-product-list-top {
        border: none;
        margin: 0 -5px;
        margin-top: 30px;
        margin-bottom: 15px;
        border: 1px solid #eaeaea;
        background: #fbfbfb;
    }

    .shop-product-panel .carousel .carousel-inner {
        height: auto;
        margin-top: 15px;
    }
}

@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: .75rem;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,.125);
}

.card-block {
    padding: 1.25rem;
}

    .card-block::after {
        content: "";
        display: table;
        clear: both;
    }

.card-title {
    margin-bottom: .75rem;
}

.card-subtitle {
    margin-top: -.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: .75rem 1.25rem;
    background-color: #f5f5f5;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

    .card-header::after {
        content: "";
        display: table;
        clear: both;
    }

    .card-header:first-child {
        border-radius: 0;
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #f5f5f5;
    border-top: 1px solid rgba(0,0,0,.125);
}

    .card-footer::after {
        content: "";
        display: table;
        clear: both;
    }

    .card-footer:last-child {
        border-radius: 0;
    }

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem;
}

.card-primary {
    background-color: #2fb5d2;
    border-color: #2fb5d2;
}

    .card-primary .card-footer, .card-primary .card-header {
        background-color: transparent;
    }

.card-success {
    background-color: #4cbb6c;
    border-color: #4cbb6c;
}

    .card-success .card-footer, .card-success .card-header {
        background-color: transparent;
    }

.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

    .card-info .card-footer, .card-info .card-header {
        background-color: transparent;
    }

.card-warning {
    background-color: #ff9a52;
    border-color: #ff9a52;
}

    .card-warning .card-footer, .card-warning .card-header {
        background-color: transparent;
    }

.card-danger {
    background-color: #ff4c4c;
    border-color: #ff4c4c;
}

    .card-danger .card-footer, .card-danger .card-header {
        background-color: transparent;
    }

.card-outline-primary {
    background-color: transparent;
    border-color: #2fb5d2;
}

.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-footer, .card-inverse .card-header {
    border-color: rgba(255,255,255,.2);
}

.card-inverse .card-blockquote, .card-inverse .card-footer, .card-inverse .card-header, .card-inverse .card-title {
    color: #fff;
}

    .card-inverse .card-blockquote .blockquote-footer, .card-inverse .card-link, .card-inverse .card-subtitle, .card-inverse .card-text {
        color: rgba(255,255,255,.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: .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: .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-bottom, .card-group .card:not(:first-child):not(:last-child) .card-img-top {
                    border-radius: 0;
                }
}

@media (min-width:544px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
    }

        .card-columns .card {
            width: 100%;
        }
}


.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: #2fb5d2;
        border-color: #2fb5d2;
    }

    .page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
        color: #ebebeb;
        pointer-events: none;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.page-link {
    position: relative;
    float: left;
    padding: .5rem .75rem;
    margin-left: -1px;
    color: #2fb5d2;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .page-link:focus, .page-link:hover {
        color: #208094;
        background-color: #f6f6f6;
        border-color: #ddd;
    }

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: .9375rem;
}

.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: .3rem;
    border-top-left-radius: .3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: .3rem;
    border-top-right-radius: .3rem;
}

.pagination-sm .page-link {
    padding: .275rem .75rem;
    font-size: .875rem;
}

.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: .2rem;
    border-top-left-radius: .2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: .2rem;
    border-top-right-radius: .2rem;
}

.tag {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    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: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

.tag-default {
    background-color: #ebebeb;
}

    .tag-default[href]:focus, .tag-default[href]:hover {
        background-color: #d2d2d2;
    }

.tag-primary {
    background-color: #2fb5d2;
}

    .tag-primary[href]:focus, .tag-primary[href]:hover {
        background-color: #2592a9;
    }

.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: .3rem;
}

@media (min-width:544px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-hr {
    border-top-color: #ddd;
}

.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: 700;
}

.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,.3);
    border-color: #ff9a52;
    color: #414141;
}

    .alert-warning hr {
        border-top-color: #ff8b39;
    }

    .alert-warning .alert-link {
        color: #282828;
    }

.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;
    }

    .progress[value], base::-moz-progress-bar {
        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,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
}

.progress-striped[value]::-moz-progress-bar {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
}

.progress-striped[value]::-ms-fill {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.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,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.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-body, .media-left, .media-right {
    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: .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: #ebebeb;
        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: #ebebeb;
        }

    .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
        z-index: 2;
        color: #fff;
        text-decoration: none;
        background-color: #2fb5d2;
        border-color: #2fb5d2;
    }

        .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: #d7f1f6;
        }

.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 embed, .embed-responsive iframe, .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: 700;
    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: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    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,.2);
    border-radius: .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: .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;
    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: 740px;
        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: 400;
    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: .875rem;
    word-wrap: break-word;
    opacity: 0;
}

    .tooltip.in {
        opacity: .9;
    }

    .tooltip.bs-tether-element-attached-bottom, .tooltip.tooltip-top {
        padding: 5px 0;
        margin-top: -3px;
    }

        .tooltip.bs-tether-element-attached-bottom .tooltip-arrow, .tooltip.tooltip-top .tooltip-arrow {
            bottom: 0;
            left: 50%;
            margin-left: -5px;
            border-width: 5px 5px 0;
            border-top-color: #ff4c4c;
        }

    .tooltip.bs-tether-element-attached-left, .tooltip.tooltip-right {
        padding: 0 5px;
        margin-left: 3px;
    }

        .tooltip.bs-tether-element-attached-left .tooltip-arrow, .tooltip.tooltip-right .tooltip-arrow {
            top: 50%;
            left: 0;
            margin-top: -5px;
            border-width: 5px 5px 5px 0;
            border-right-color: #ff4c4c;
        }

    .tooltip.bs-tether-element-attached-top, .tooltip.tooltip-bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

        .tooltip.bs-tether-element-attached-top .tooltip-arrow, .tooltip.tooltip-bottom .tooltip-arrow {
            top: 0;
            left: 50%;
            margin-left: -5px;
            border-width: 0 5px 5px;
            border-bottom-color: #ff4c4c;
        }

    .tooltip.bs-tether-element-attached-right, .tooltip.tooltip-left {
        padding: 0 5px;
        margin-left: -3px;
    }

        .tooltip.bs-tether-element-attached-right .tooltip-arrow, .tooltip.tooltip-left .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: #414141;
    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: 400;
    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: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
}

    .popover.bs-tether-element-attached-bottom, .popover.popover-top {
        margin-top: -10px;
    }

        .popover.bs-tether-element-attached-bottom .popover-arrow, .popover.popover-top .popover-arrow {
            bottom: -11px;
            left: 50%;
            margin-left: -11px;
            border-top-color: rgba(0,0,0,.25);
            border-bottom-width: 0;
        }

            .popover.bs-tether-element-attached-bottom .popover-arrow::after, .popover.popover-top .popover-arrow::after {
                bottom: 1px;
                margin-left: -10px;
                content: "";
                border-top-color: #fff;
                border-bottom-width: 0;
            }

    .popover.bs-tether-element-attached-left, .popover.popover-right {
        margin-left: 10px;
    }

        .popover.bs-tether-element-attached-left .popover-arrow, .popover.popover-right .popover-arrow {
            top: 50%;
            left: -11px;
            margin-top: -11px;
            border-right-color: rgba(0,0,0,.25);
            border-left-width: 0;
        }

            .popover.bs-tether-element-attached-left .popover-arrow::after, .popover.popover-right .popover-arrow::after {
                bottom: -10px;
                left: 1px;
                content: "";
                border-right-color: #fff;
                border-left-width: 0;
            }

    .popover.bs-tether-element-attached-top, .popover.popover-bottom {
        margin-top: 10px;
    }

        .popover.bs-tether-element-attached-top .popover-arrow, .popover.popover-bottom .popover-arrow {
            top: -11px;
            left: 50%;
            margin-left: -11px;
            border-top-width: 0;
            border-bottom-color: rgba(0,0,0,.25);
        }

            .popover.bs-tether-element-attached-top .popover-arrow::after, .popover.popover-bottom .popover-arrow::after {
                top: 1px;
                margin-left: -10px;
                content: "";
                border-top-width: 0;
                border-bottom-color: #fff;
            }

    .popover.bs-tether-element-attached-right, .popover.popover-left {
        margin-left: -10px;
    }

        .popover.bs-tether-element-attached-right .popover-arrow, .popover.popover-left .popover-arrow {
            top: 50%;
            right: -11px;
            margin-top: -11px;
            border-right-width: 0;
            border-left-color: rgba(0,0,0,.25);
        }

            .popover.bs-tether-element-attached-right .popover-arrow::after, .popover.popover-left .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: .2375rem .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 > a > img, .carousel-inner > .carousel-item > 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.active.right, .carousel-inner > .carousel-item.next {
            left: 0;
            transform: translate3d(100%,0,0);
        }

        .carousel-inner > .carousel-item.active.left, .carousel-inner > .carousel-item.prev {
            left: 0;
            transform: translate3d(-100%,0,0);
        }

            .carousel-inner > .carousel-item.active, .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right {
                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: 42%;
    bottom: 0;
    left: 0;
    width: 5%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    opacity: .5;
}

    .carousel-control.left {
        background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-repeat: repeat-x;
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-repeat: repeat-x;
    }

    .carousel-control:focus, .carousel-control:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9;
    }

    .carousel-control .icon-next, .carousel-control .icon-prev {
        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;
    left: 50%;
    z-index: 1;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
    bottom: 0;
    margin-bottom: 0;
}

    .carousel-indicators li {
        display: inline-block;
        width: 12px;
        height: 12px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #f8f8f8;
        border: 1px solid #e2e2e2;
        border-radius: 0;
        transition: .5s;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 1;
        background-color: #0e7aa0;
        border-radius: 0;
        border: 1px solid #0a6c8e;
    }

.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,.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media (min-width:544px) {
    .carousel-control .icon-next, .carousel-control .icon-prev {
        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;
    }
}

.bg-faded {
    background-color: #f7f7f9;
}

.bg-primary {
    color: #fff !important;
    background-color: #2fb5d2 !important;
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #2592a9 !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: #878787 !important;
}

a.bg-inverse:focus, a.bg-inverse:hover {
    background-color: #6e6e6e !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: 400;
}

.font-weight-bold {
    font-weight: 600;
}

.font-italic {
    font-style: italic;
}

.text-primary {
    color: #2fb5d2 !important;
}

a.text-primary:focus, a.text-primary:hover {
    color: #2592a9 !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;
    }

    .shop-product-panel .product-container .product-image {
        text-align: center;
        padding: 15px 0;
    }

    .shop-product-panel .product-miniature .product-container {
        min-height: 264px;
        border: none;
    }

    #products .product-miniature .product-container .product-info .price-off {
        min-height: 46px;
    }

    .shop-product-panel .product-container .product-image img {
        max-height: 124px;
        max-width: 75%;
    }

    #content-wrapper .product-page .images-container .product-cover {
        height: 320px;
    }

    .products-item-detaling .product-page .main-product {
        margin: 0;
    }

    .products-item-detaling .detaling-right {
        margin-left: 15px;
    }

    .products-item-detaling .images-container {
        padding: 0;
    }

    .products-item-detaling #content-wrapper {
        padding-right: 15px;
    }

    .products-item-detaling .pincode-widget-container label {
        width: 100%;
        text-align: left;
        margin-bottom: 5px;
    }

    .products-item-detaling .available-pin input[type=text] {
        margin-top: 2px;
    }

    .products-item-detaling .available-pin input[type=button] {
        display: inline-block;
        vertical-align: top;
    }

    .products-item-detaling .pincode-widget-container label:after {
        top: 30px;
        left: 9px;
    }

    .products-item-detaling .Prodseparator {
        margin: 0 5px;
    }

    .products-item-detaling .review-detailing-sty a {
        font-size: 13px;
        min-width: 34px;
    }

    .products-item-detaling .detail-social-sty {
        text-align: left;
        padding-bottom: 10px;
    }

        .products-item-detaling .detail-social-sty dt {
            text-align: left;
            font-size: 14px;
            font-weight: 600;
            margin-top: 0;
        }

    .products-item-detaling .product-page .tabs .nav-tabs li.nav-item a {
        font-size: 14px;
        padding: 3px 10px;
    }

    .products-item-detaling .second-heading {
        font-size: 16px;
        padding-bottom: 8px;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .products-item-detaling #left-column {
        margin-top: 15px;
    }
}

@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;
    }
}

@font-face {
    font-family: 'Open Sans';
    src: url(a35546eef3ea0de0d4735f23b0a0873b.eot);
    src: url(a35546eef3ea0de0d4735f23b0a0873bd41d.eot?#iefix&v=1.1.0) format("embedded-opentype"),url(ac327c4db6284ef64ebe872b6308f5da.woff) format("woff"),url(cd7296352d159532b66c07d98efb1126.ttf) format("truetype"),url(f641a7d4e80fd6321135b1a2b4ce8bb1.svg#Regular) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url(e487b7cb072550896dde6821d24de2be.eot);
    src: url(e487b7cb072550896dde6821d24de2bed41d.eot?#iefix&v=1.1.0) format("embedded-opentype"),url(525074686dfb8aa36b1b92e29de467ac.woff) format("woff"),url(9b30f13428e1b4a659aeeab4ac1fff35.ttf) format("truetype"),url(d6671d41dde41d355619fe05b44f4aac.svg#Italic) format("svg");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url(0ea04502930623aa3de110aac9f9e4fd.eot);
    src: url(0ea04502930623aa3de110aac9f9e4fdd41d.eot?#iefix&v=1.1.0) format("embedded-opentype"),url(9f2144213fad53d4e0fdb26ecf93865f.woff) format("woff"),url(33f225b8f5f7d6b34a0926f58f96c1e9.ttf) format("truetype"),url(bb100c995f1d20b8a96462fe5f528bd4.svg#Semibold) format("svg");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url(da061416028fc9a66fbc0b80d33d6e6f.eot);
    src: url(da061416028fc9a66fbc0b80d33d6e6fd41d.eot?#iefix&v=1.1.0) format("embedded-opentype"),url(ec55f263e2b86bc0f28fff46b873d6df.woff) format("woff"),url(1c0b4eb93fcf561eec03297a24922d6c.ttf) format("truetype"),url(ddc348f204283c4f4090a3ed03853054.svg#SemiboldItalic) format("svg");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url(7ae9b8ba7886341831bf7c85a0da40d0.eot);
    src: url(7ae9b8ba7886341831bf7c85a0da40d0d41d.eot?#iefix&v=1.1.0) format("embedded-opentype"),url(892667349c5cff6fcf7e40439596b97c.woff) format("woff"),url(5a100916f94b0babde0c92aaa8fb80d6.ttf) format("truetype"),url(d6291f88056601e360ce6cea4bf676f4.svg#Bold) format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url(ea07932c5245dd421e3d05f579098bc2.eot);
    src: url(ea07932c5245dd421e3d05f579098bc2d41d.eot?#iefix&v=1.1.0) format("embedded-opentype"),url(7be88e73fea7b64568a450d7c01346b0.woff) format("woff"),url(c36b5ac7c2dddf6f525c8d161412ef41.ttf) format("truetype"),url(a54aba83b3d5d7702890c07c31c48147.svg#BoldItalic) format("svg");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(e79bfd88537def476913f3ed52f4f4b3.eot);
    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: 400;
    font-style: normal;
    font-size: 24px;
    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;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

ul {
    list-style: none;
    padding: 0;
}

a:hover {
    text-decoration: none;
}

.dropdown-item:focus, .dropdown-item:hover {
    background: 0 0;
}

.color, .custom-checkbox input[type=checkbox] + span.color {
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    margin: .3125rem;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.15);
    border: 1px solid rgba(0,0,0,.05);
    cursor: pointer;
    background-size: contain;
}

    .color.active, .color:hover, .custom-checkbox input[type=checkbox] + span.color.active, .custom-checkbox input[type=checkbox] + span.color:hover {
        border: 2px solid #414141;
    }

.facet-label.active .custom-checkbox span.color, .facet-label:hover .custom-checkbox span.color {
    border: 2px solid #414141;
}

.h1, .h2, .h3 {
    text-transform: uppercase;
    color: #414141;
}

.h4 {
    font-weight: 700;
    color: #414141;
}

.btn-primary, .btn-secondary, .btn-tertiary {
    box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
    text-transform: uppercase;
    font-weight: 600;
    padding: .5rem 1.25rem;
}

    .btn-primary .material-icons, .btn-secondary .material-icons, .btn-tertiary .material-icons {
        margin-right: .625rem;
    }

.btn-tertiary {
    text-transform: lowercase;
    color: #666;
    box-shadow: .0625rem .0625rem .0625rem 0 rgba(0,0,0,.1);
    padding: .25rem;
    margin: .25rem 0;
    font-weight: 400;
    font-size: .875rem;
}

    .btn-tertiary .material-icons {
        font-size: 1rem;
    }

.card {
    box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
}

.label, label {
    color: #414141;
    text-align: right;
    font-size: .875rem;
}

small.label, small.value {
    font-size: .8125rem;
}

.form-control-label {
    padding-top: .625rem;
}

.form-control {
    background: #ebebeb;
    color: #666;
    border: none;
    padding: .5rem 1rem;
}

    .form-control:focus {
        background-color: #fff;
        outline: 1px solid #f9b217;
    }

.input-group.focus {
    outline: .1875rem solid #2fb5d2;
}

.input-group .form-control:focus {
    outline: 0;
}

.input-group .input-group-btn > .btn {
    border: 0;
    box-shadow: none;
    color: #fff;
    font-size: .6875rem;
    font-weight: 400;
    margin-left: 0;
    padding: .65625rem 1rem;
    text-transform: uppercase;
}

.form-control-select {
    height: 2.625rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #ebebeb url(data:image/png;base64,iVBORw0KGWkQZn9D6RcUzQJQBgGp78xbV4oDinGvjCcEpSehPklEQVR4Ae3TwREAEBQD0V/6do4SY3cYhfxPCAACCi45YskZZMC5KTpqzv1GdK0bd12EfyTDj1RWXw3EghyQPRT4GWAb5NJJS4pgc4p3qWChhiI=) no-repeat scroll right .5rem center/1.25rem 1.25rem;
    padding-right: 2rem;
}

.form-control-valign {
    padding-top: .5rem;
}

.form-control-comment {
    font-size: .875rem;
    padding-top: .5rem;
    color: #878787;
    display: block;
}

.form-control-submit.disabled {
    background: #5bc0de;
    color: #fff;
}

.form-group.has-error input, .form-group.has-error select {
    outline: .1875rem solid #ff4c4c;
}

.form-group.has-error .help-block {
    color: #ff4c4c;
}

.group-span-filestyle label {
    margin: 0;
}

.bootstrap-touchspin .group-span-filestyle .btn-touchspin, .group-span-filestyle .bootstrap-touchspin .btn-touchspin, .group-span-filestyle .btn-default {
    background: #2fb5d2;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    font-size: .875rem;
    padding: .5rem 1rem;
}

.bootstrap-touchspin input:focus {
    outline: 0;
}

.bootstrap-touchspin input.form-control {
    border: 1px solid rgba(0,0,0,.15);
}

.bootstrap-touchspin .btn-touchspin {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    height: 1.3125rem;
}

    .bootstrap-touchspin .btn-touchspin:hover {
        background-color: #ebebeb;
    }

.bootstrap-touchspin .input-group-btn-vertical {
    color: #414141;
}

    .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: "\f106";
        font-family: FontAwesome;
    }

    .bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
        content: "\f107";
        font-family: FontAwesome;
    }

    .bootstrap-touchspin .input-group-btn-vertical i {
        top: .0625rem;
        left: .1875rem;
        font-size: .9375rem;
    }

.custom-radio {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    border: #666 2px solid;
    background: #fff;
    margin-right: 1.25rem;
}

    .custom-radio input[type=radio] {
        opacity: 0;
        cursor: pointer;
    }

        .custom-radio input[type=radio]:checked + span {
            display: block;
            background-color: #2fb5d2;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            position: absolute;
            left: .125rem;
            top: .125rem;
        }

.custom-checkbox {
    position: relative;
}

.filterpanel input[type=checkbox] {
    display: none;
}

    .filterpanel input[type=checkbox] + label {
        color: #253137;
        font-weight: 400;
        cursor: pointer;
        font-size: 12px;
        text-align: left;
        margin-bottom: 3px;
    }

.filterpanel .coldiv span {
    color: #253137;
}

.filterpanel label dd {
    display: inline;
}

.filterpanel input[type=checkbox] + label span {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 5px;
    vertical-align: middle;
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
}

.filterpanel input[type=checkbox]:checked + label span {
    border: 1px solid #253137;
    position: relative;
}

    .filterpanel input[type=checkbox]:checked + label span::after {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "\f00c";
        font-family: FontAwesome;
        color: #253137;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.filterpanel input[type=radio] {
    display: none;
}

    .filterpanel input[type=radio] + label {
        color: #f2f2f2;
        font-family: Arial,sans-serif;
    }

        .filterpanel input[type=radio] + label span {
            display: inline-block;
            width: 19px;
            height: 19px;
            margin: -2px 10px 0 0;
            vertical-align: middle;
            background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/check_radio_sheet.png) -38px top no-repeat;
            cursor: pointer;
        }

    .filterpanel input[type=radio]:checked + label span {
        background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/check_radio_sheet.png) -57px top no-repeat;
    }

.custom-checkbox label {
    text-align: left;
}

.text-muted {
    font-size: .875rem;
}

.done {
    color: #4cbb6c;
    display: inline-block;
    padding: 0 .8125rem;
    margin-right: 1.5625rem;
}

.thumb-mask > .mask {
    position: relative;
    width: 3.4375rem;
    height: 3.4375rem;
    overflow: hidden;
    border: #ebebeb 1px solid;
    margin: .625rem 0;
}

    .thumb-mask > .mask img {
        width: 55px;
        height: 55px;
    }

.definition-list dl {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .definition-list dl dt {
        font-weight: 400;
    }

    .definition-list dl dd, .definition-list dl dt {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 0 45%;
        -moz-flex: 0 0 45%;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        background: #ebebeb;
        padding: .625rem;
        margin: .125rem;
    }

        .definition-list dl dd:nth-of-type(even), .definition-list dl dt:nth-of-type(even) {
            background: #f6f6f6;
        }

.help-block {
    margin-top: .625rem;
}

.btn.disabled, .btn.disabled:hover {
    background: #666;
}

.alert-warning .material-icons {
    color: #ff9a52;
    font-size: 2rem;
    margin-right: .625rem;
    padding-top: .3125rem;
}

.alert-warning .alert-text {
    font-size: .9375rem;
    padding-top: .625rem;
}

.alert-warning .alert-link {
    border-radius: 2px;
    border-width: 2px;
    margin-left: .625rem;
    padding: .3125rem 1.25rem;
    font-weight: 600;
    font-size: .8125rem;
    color: #6c868e;
}

.alert-warning ul li:last-child .alert-link {
    color: #fff;
}

.alert-warning .warning-buttons {
    margin-top: .3125rem;
}

.btn-tertiary-outline {
    color: #6c868e;
    background-image: none;
    background-color: transparent;
    border-color: #6c868e;
    border: .15rem solid #6c868e;
}

    .btn-tertiary-outline:hover {
        border-color: #bbcdd2;
        color: #bbcdd2;
    }

.alert {
    font-size: .8125rem;
}

.nav-item .nav-link, .nav-item .nav-separtor {
    color: #666;
    font-weight: 600;
}

    .nav-item .nav-link.active, .nav-item .nav-separtor.active {
        color: #414141;
    }

.dropdown:hover .expand-more {
    color: #2fb5d2;
}

.dropdown .expand-more {
    color: #414141;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dropdown .active {
    max-height: 200px;
    overflow-y: hidden;
    visibility: visible;
}

.dropdown select {
    -moz-appearance: none;
    border: 0 none;
    outline: 0 none;
    background: #fff;
}

.dropdown-item:focus, .dropdown-item:hover {
    background: 0 0;
    text-decoration: none;
    color: #2fb5d2;
}

.search-widget form {
    position: relative;
}

    .search-widget form input[type=text] {
        border: none;
        padding: 10px;
        background: #ebebeb;
        color: #666;
    }

        .search-widget form input[type=text]:focus {
            outline: 3px #2fb5d2 solid;
            color: #414141;
            background: #fff;
        }

            .search-widget form input[type=text]:focus + button .search {
                color: #2fb5d2;
            }

        .search-widget form input[type=text]::-webkit-input-placeholder {
            color: rgba(172,170,166,.5);
            text-indent: .625rem;
        }

        .search-widget form input[type=text]::-moz-placeholder {
            color: rgba(172,170,166,.5);
            text-indent: .625rem;
        }

        .search-widget form input[type=text]:-moz-placeholder {
            color: rgba(172,170,166,.5);
            text-indent: .625rem;
        }

        .search-widget form input[type=text]:-ms-input-placeholder {
            color: rgba(172,170,166,.5);
            text-indent: .625rem;
        }

    .search-widget form button[type=submit] {
        position: absolute;
        background: 0 0;
        border: none;
        bottom: .3125rem;
        right: .125rem;
        color: #878787;
    }

        .search-widget form button[type=submit] .search:hover {
            color: #2fb5d2;
        }

.header-top .search-widget form input[type=text] {
    min-width: inherit;
    width: 100%;
}

#checkout #search_widget {
    display: none;
}

#pagenotfound .page-content #search_widget {
    width: 100%;
}

.check-location-wp {
    display: flex;
    justify-content: space-between;
    margin-bottom: 7px;
}

.check-left {
    width: 100%;
}

@media (max-width:767px) {
    button#btnLoadMore {
        position: relative;
        right: 15px;
        font-size: 12px !important;
    }

    .top-menu[data-depth="1"] {
        margin: .625rem;
    }

    .separator-text dl {
        padding: 0;
    }

    .carousel-indicators li {
        border: 1px solid #000;
        transition: .5s;
    }

    .carousel-indicators li {
        box-shadow: 0 0 #000;
    }

    .carousel-indicators {
        bottom: -30px;
    }

        .carousel-indicators .active {
            background: #000;
        }

    .products-item-detaling .detaling-right {
        margin: 15px 0 !important;
        clear: both;
        margin-top: 25px !important;
    }

    .available-pin p {
        margin: 15px 0;
    }

    .detail-social-sty {
        margin: 0 !important;
        margin-bottom: 0 !important;
        clear: both;
        display: inline-block;
        width: 100%;
    }

    .col-sm-3.col-key-3.pos-rel1.col-xs-12 {
        width: 100%;
    }

    .review-detailing-sty.col-sm-9 {
        padding: 0 7px;
    }

    .top-menu a:not([data-depth="0"]) {
        display: block;
        padding: .625rem;
        color: #666;
        font-weight: 400;
    }

    .top-menu a.dropdown-submenu {
        color: #414141;
        text-transform: uppercase;
        font-weight: 600;
    }

    .top-menu a[data-depth="0"] {
        font-weight: 600;
        padding: .1875rem .625rem .375rem;
    }

    #header .top-menu a[data-depth="0"]:hover {
        color: #2fb5d2;
        text-decoration: none;
    }

    .top-menu a[data-depth="1"], .top-menu a[data-depth="2"] {
        padding: 0 .625rem .625rem 0;
    }

    .top-menu .collapse {
        display: inherit;
    }

    .top-menu .sub-menu {
        box-shadow: 2px 1px 11px 2px rgba(0,0,0,.1);
        border: none;
        margin-left: .9375rem;
        width: calc(100% - 30px);
        min-width: calc(100% - 30px);
        z-index: 18;
        display: none;
    }

        .top-menu .sub-menu.collapse {
            display: none;
        }

        .top-menu .sub-menu ul[data-depth="1"] > li {
            float: left;
            margin: 0 1.25rem;
        }

        .top-menu .sub-menu a:hover {
            color: #2fb5d2;
        }

    .top-menu .popover {
        max-width: inherit;
    }

    .popover.bs-tether-element-attached-top {
        margin-top: 0;
    }

    body#checkout {
        color: #414141;
    }

        body#checkout #header .header-nav {
            max-height: none;
            padding: 5rem 0 .9375rem;
            border: none;
            margin-bottom: 0;
            box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
        }

            body#checkout #header .header-nav .logo {
                max-height: 4.375rem;
                width: auto;
            }

        body#checkout [data-action=show-password] {
            background: #878787;
        }

        body#checkout .custom-checkbox {
            display: -webkit-box;
            display: -moz-box;
            display: box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            -js-display: flex;
            display: flex;
        }

            body#checkout .custom-checkbox span {
                -webkit-box-flex: 0;
                -moz-box-flex: 0;
                box-flex: 0;
                -webkit-flex: 0 0 15px;
                -moz-flex: 0 0 15px;
                -ms-flex: 0 0 15px;
                flex: 0 0 15px;
                margin-top: 0;
            }

        body#checkout a:hover {
            color: #1a8196;
        }

        body#checkout section#content {
            margin-bottom: 1.5625rem;
            margin-top: 30px;
        }

        body#checkout .container {
            min-height: 100%;
        }

        body#checkout section.checkout-step {
            box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
            background-color: #fff;
            border: 1px #ebebeb solid;
            padding: .9375rem;
        }

            body#checkout section.checkout-step .step-title {
                text-transform: uppercase;
                cursor: pointer;
                margin-bottom: 0;
            }

            body#checkout section.checkout-step .content {
                padding: 0 2.3125rem;
            }

            body#checkout section.checkout-step .step-edit {
                text-transform: lowercase;
                font-weight: 400;
            }

                body#checkout section.checkout-step .step-edit .edit {
                    font-size: 1rem;
                }

            body#checkout section.checkout-step .not-allowed {
                cursor: not-allowed;
                opacity: .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.-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: .125rem;
                color: #666;
            }

            body#checkout section.checkout-step.-reachable.-complete .content {
                display: none;
            }

            body#checkout section.checkout-step small {
                color: #666;
            }

            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: .625rem 3.125rem;
            }

            body#checkout section.checkout-step .form-footer {
                text-align: center;
            }

            body#checkout section.checkout-step #conditions-to-approve {
                padding-top: 1rem;
            }

            body#checkout section.checkout-step .payment-options label {
                display: table-cell;
            }

            body#checkout section.checkout-step .payment-options .custom-radio {
                margin-right: 1.25rem;
            }

            body#checkout section.checkout-step .payment-options .payment-option {
                margin-bottom: .5rem;
            }

            body#checkout section.checkout-step .step-number {
                display: inline-block;
                padding: .625rem;
            }

            body#checkout section.checkout-step .address-selector {
                display: -webkit-box;
                display: -moz-box;
                display: box;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flexbox;
                -js-display: flex;
                display: flex;
                -webkit-box-pack: justify;
                -moz-box-pack: justify;
                box-pack: justify;
                -webkit-justify-content: space-between;
                -moz-justify-content: space-between;
                -ms-justify-content: space-between;
                -o-justify-content: space-between;
                justify-content: space-between;
                -ms-flex-pack: justify;
                -webkit-box-align: start;
                -moz-box-align: start;
                box-align: start;
                -webkit-align-items: flex-start;
                -moz-align-items: flex-start;
                -ms-align-items: flex-start;
                -o-align-items: flex-start;
                align-items: flex-start;
                -ms-flex-align: start;
                -webkit-box-lines: multiple;
                -moz-box-lines: multiple;
                box-lines: multiple;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            }

            body#checkout section.checkout-step .address-item {
                background: #f6f6f6;
                -webkit-box-flex: 0;
                -moz-box-flex: 0;
                box-flex: 0;
                -webkit-flex: 0 0 49%;
                -moz-flex: 0 0 49%;
                -ms-flex: 0 0 49%;
                flex: 0 0 49%;
                margin-bottom: .625rem;
            }

                body#checkout section.checkout-step .address-item.selected {
                    background: #fff;
                    border: #2fb5d2 3px solid;
                }

            body#checkout section.checkout-step .address-alias {
                display: inline-block;
                font-weight: 600;
                margin-bottom: .625rem;
            }

            body#checkout section.checkout-step .address {
                margin-left: 1.5625rem;
                font-weight: 400;
            }

            body#checkout section.checkout-step .radio-block {
                padding: .9375rem;
                text-align: left;
            }

            body#checkout section.checkout-step .custom-radio {
                margin-right: 0;
            }

                body#checkout section.checkout-step .custom-radio input[type=radio] {
                    height: 1.25rem;
                    width: 1.25rem;
                }

            body#checkout section.checkout-step .delete-address, body#checkout section.checkout-step .edit-address {
                color: #666;
                display: inline-block;
                margin: 0 .3125rem;
            }

                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;
                }

            body#checkout section.checkout-step hr {
                margin: 0;
            }

            body#checkout section.checkout-step .address-footer {
                text-align: center;
                padding: .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: #414141;
                }

                    body#checkout section.checkout-step .add-address a i {
                        font-size: .9375rem;
                    }

            body#checkout section.checkout-step .delivery-option {
                background: #f6f6f6;
                padding: .9375rem 0;
                margin-bottom: .9375rem;
            }

                body#checkout section.checkout-step .delivery-option label {
                    text-align: inherit;
                }

            body#checkout section.checkout-step .carrier-delay, body#checkout section.checkout-step .carrier-name {
                display: inline-block;
                word-break: break-word;
                text-align: left;
            }

            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: .3125rem;
                margin-top: 1.5625rem;
            }

                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: .875rem;
            }

            body#checkout section.checkout-step .forgot-password {
                margin-left: 14.375rem;
            }

        body#checkout .additional-information {
            font-size: .875rem;
            margin-left: 2.875rem;
            margin-top: 1.25rem;
        }

        body#checkout .condition-label {
            margin-left: 2.5rem;
            margin-top: .625rem;
        }

            body#checkout .condition-label label {
                text-align: inherit;
            }

        body#checkout .cancel-address {
            margin: .625rem;
            display: block;
            color: #878787;
            text-decoration: underline;
        }

        body#checkout .modal-content {
            padding: 1.25rem;
            background-color: #ebebeb;
        }

        body#checkout #cart-summary-product-list {
            font-size: .875rem;
        }

            body#checkout #cart-summary-product-list img {
                border: #ebebeb 1px solid;
                width: 3.125rem;
            }

            body#checkout #cart-summary-product-list .media-body {
                vertical-align: middle;
            }

        body#checkout #order-summary-content {
            padding-top: .9375rem;
        }

            body#checkout #order-summary-content h4.h4 {
                margin-top: .625rem;
                margin-bottom: 1.25rem;
                color: #414141;
            }

            body#checkout #order-summary-content h4.black {
                color: #000;
            }

            body#checkout #order-summary-content h4.addresshead {
                margin-top: .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: #414141;
                    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: .75rem;
                background-color: #fff;
                border: 1px solid #e5e5e5;
                border-radius: 0;
                padding: 1rem;
            }

            body#checkout #order-summary-content .step-edit {
                display: inline;
                color: #666;
            }

                body#checkout #order-summary-content .step-edit:hover {
                    cursor: pointer;
                }

            body#checkout #order-summary-content a .step-edit {
                color: #666;
            }

        body#checkout #gift_message {
            max-width: 100%;
            border-color: #414141;
        }

        body#checkout #footer {
            box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
            padding: .9375rem;
            background: #fff;
            color: #666;
        }
}

#order-details {
    padding-left: 1.875rem;
}

    #order-details > .card-title {
        margin-bottom: 1.875rem;
    }

    #order-details ul {
        margin-bottom: 1.25rem;
    }

        #order-details ul li {
            margin-bottom: .625rem;
        }

#order-items {
    border-right: #ebebeb 1px solid;
}

    #order-items table {
        width: 100%;
    }

        #order-items table tr {
            height: 1.875rem;
        }

            #order-items table tr td:last-child {
                text-align: right;
            }

    #order-items .order-line {
        margin-top: 1rem;
    }

    #order-items .image img {
        width: 100%;
        border: 1px solid gray-lighter;
        margin-bottom: 1rem;
    }

    #order-items .details {
        margin-bottom: 1rem;
    }

        #order-items .details .customizations {
            margin-top: .625rem;
        }

    #order-items .qty {
        margin-bottom: 1rem;
    }

#order-confirmation #registration-form {
    width: 50%;
    margin: 0 auto 1rem;
}

@media (max-width:991px) {
    .done {
        margin: 0;
        padding: 0;
    }

    body#checkout section.checkout-step .address-item {
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-positive: 1;
    }

    body#checkout section.checkout-step .delivery-option-2 {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
    }

    .delivery-option {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        margin: auto;
    }

        .delivery-option .custom-radio {
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            box-flex: 0;
            -webkit-flex: 0 0 auto;
            -moz-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }

    .condition-label label[for="conditions_to_approve[terms-and-conditions]"] {
        text-align: left;
    }

    #order-confirmation #registration-form {
        width: 100%;
    }
}

@media (max-width:767px) {
    body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
        float: none;
        margin-top: .25rem;
        margin-left: 1.25rem;
    }

    body#checkout #header .header-nav {
        max-height: none;
        padding: 0;
    }

    body#checkout section.checkout-step .content {
        padding: .9375rem;
    }

    body#checkout .form-group {
        margin-bottom: .5rem;
    }

    #order-items {
        border-right: 0;
        margin-bottom: 2.5rem;
    }

        #order-items .card-title {
            border-bottom: 1px solid #ebebeb;
            margin-bottom: 1rem;
            padding-bottom: 1rem;
        }

        #order-items hr {
            border-top-color: #ebebeb;
        }

    .bold {
        font-weight: 700;
    }

    #order-details {
        padding-left: .9375rem;
    }

        #order-details .card-title {
            border-bottom: 1px solid #ebebeb;
            margin-bottom: 1rem;
            padding-bottom: 1rem;
        }
}

@media (max-width:543px) {
    body#checkout section.checkout-step .content {
        padding: .9375rem 0;
    }

    #payment-confirmation button {
        font-size: .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: .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;
        }

.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: .25rem .375rem;
    margin: .125rem;
    color: #fff;
    white-space: nowrap;
}

.page-order .table {
    margin-bottom: 0;
}

.page-order table th {
    padding: .5rem;
}

.page-order table td {
    padding: .5rem;
}

.page-order table thead th {
    text-align: center;
}

#authentication .tooltip.tooltip-bottom {
    padding: 0;
    margin: 0;
}

#authentication .custom-checkbox {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
}

    #authentication .custom-checkbox span {
        flex: 0 0 .9375rem;
    }

    #authentication .custom-checkbox label {
        padding-left: .625rem;
    }

#authentication [data-action=show-password] {
    background: #878787;
}

#authentication .radio-inline, #identity .radio-inline {
    padding: 0;
}

    #authentication .radio-inline .custom-radio, #identity .radio-inline .custom-radio {
        margin-right: 0;
    }

.page-customer-account #content {
    box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
    background: #fff;
    padding: 1rem;
    font-size: .875rem;
    color: #878787;
}

    .page-customer-account #content .order-actions a {
        padding: 0 .125rem;
    }

    .page-customer-account #content .forgot-password {
        text-align: center;
        font-size: .875rem;
        margin-top: 1rem;
        padding-bottom: .9375rem;
    }

    .page-customer-account #content .no-account {
        text-align: center;
        font-size: 1rem;
    }

.page-authentication #content {
    box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
    background: #fff;
    padding: 1rem;
    max-width: 640px;
    margin: 0 auto;
}

.page-addresses .address {
    box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
    background: #fff;
    margin-bottom: 1.875rem;
    font-size: .875rem;
    color: #414141;
}

    .page-addresses .address .address-body {
        padding: 1rem;
    }

        .page-addresses .address .address-body h4 {
            font-size: 1rem;
            font-weight: 700;
        }

        .page-addresses .address .address-body address {
            min-height: 9rem;
        }

    .page-addresses .address .address-footer {
        border-top: 1px solid #666;
        padding: .5rem 1rem;
    }

        .page-addresses .address .address-footer a {
            color: #878787;
            margin-right: .5rem;
        }

            .page-addresses .address .address-footer a:hover {
                color: #414141;
            }

            .page-addresses .address .address-footer a i {
                font-size: 1rem;
            }

            .page-addresses .address .address-footer a span {
                font-size: .9375rem;
                vertical-align: middle;
            }

.page-addresses .addresses-footer {
    margin: 0 .9375rem;
}

    .page-addresses .addresses-footer a {
        color: #414141;
    }

        .page-addresses .addresses-footer a:hover {
            color: #414141;
        }

        .page-addresses .addresses-footer a i {
            font-size: 1rem;
        }

        .page-addresses .addresses-footer a span {
            font-size: 1rem;
            vertical-align: middle;
            margin-top: .625rem;
        }

.page-order-detail {
    font-size: .875rem;
    color: #878787;
}

    .page-order-detail .box {
        box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
        background: #fff;
        padding: 1rem;
        margin-bottom: 1rem;
    }

    .page-order-detail h3 {
        font-size: 1rem;
        font-weight: 700;
        text-transform: uppercase;
        color: #414141;
        margin-bottom: 1rem;
    }

    .page-order-detail #order-infos ul {
        margin: 0;
    }

    .page-order-detail #order-history .history-lines .history-line {
        padding: .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: .25rem 0;
            padding: .25rem .375rem;
            color: #fff;
            border-radius: 3px;
        }

    .page-order-detail .addresses {
        margin: 0 -.9375rem;
    }

        .page-order-detail .addresses h4 {
            font-size: 1rem;
            font-weight: 700;
        }

    .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 .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: .5rem;
                }

                .page-order-detail #order-products.return td.qty .select {
                    width: 70%;
                    float: left;
                    margin: -.625rem 0;
                    padding-left: .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 .9375rem;
            }

            .page-order-detail .order-items .order-item .content {
                width: calc(100% - 30px);
                float: left;
                padding: 0 .9375rem;
            }

            .page-order-detail .order-items .order-item .desc {
                margin-bottom: 1rem;
            }

                .page-order-detail .order-items .order-item .desc .name {
                    font-weight: 700;
                }

            .page-order-detail .order-items .order-item .qty {
                margin-bottom: 1rem;
            }

                .page-order-detail .order-items .order-item .qty .q {
                    margin-bottom: .25rem;
                }

                .page-order-detail .order-items .order-item .qty .s {
                    margin-bottom: .25rem;
                }

    .page-order-detail .messages .message {
        margin-top: .5rem;
        border-bottom: 1px solid #f6f6f6;
    }

        .page-order-detail .messages .message:last-child {
            border-bottom: 0;
        }

        .page-order-detail .messages .message > div {
            margin-bottom: .5rem;
        }

    .page-order-detail .customization {
        margin-top: .75rem;
    }

#order-return-infos .thead-default th {
    color: #414141;
}

#order-return-infos .customization {
    margin-top: .75rem;
}

.page-my-account #content .links {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
}

    .page-my-account #content .links a {
        text-align: center;
        display: inline-block;
        font-size: 1rem;
        font-weight: 700;
        text-transform: uppercase;
        color: #878787;
        padding: 0 .9375rem;
        margin-bottom: 1.875rem;
    }

        .page-my-account #content .links a span.link-item {
            display: block;
            height: 100%;
            box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
            background: #fff;
            padding: 1rem;
        }

        .page-my-account #content .links a i {
            display: block;
            font-size: 2.6rem;
            width: 100%;
            color: #414141;
            padding-bottom: 3.4rem;
        }

        .page-my-account #content .links a:hover {
            color: #414141;
        }

            .page-my-account #content .links a:hover i {
                color: #2fb5d2;
            }

#history .orders {
    margin: 0 -1rem;
}

    #history .orders .order {
        padding: .75rem 1rem;
        border-bottom: 1px solid #f6f6f6;
    }

        #history .orders .order a h3 {
            color: #878787;
        }

        #history .orders .order .label {
            display: inline-block;
            margin: .25rem 0;
            padding: .25rem .375rem;
            color: #fff;
            border-radius: 3px;
        }

        #history .orders .order:last-child {
            border-bottom: 0;
        }

.page-footer .account-link {
    margin-right: 1rem;
}

    .page-footer .account-link i {
        font-size: 1rem;
    }

    .page-footer .account-link span {
        font-size: .875rem;
        vertical-align: middle;
    }

.carousel {
    box-shadow: 1px 1px 7px 0 rgba(0,0,0,.15);
    margin-bottom: 1.5rem;
}

    .carousel .direction {
        z-index: auto;
    }

    .carousel .carousel-item {
        height: 100%;
    }

        .carousel .carousel-item img {
            width: 100%;
            margin-left: 0;
        }

        .carousel .carousel-item .caption {
            position: absolute;
            bottom: 28px;
            left: 90px;
            color: #fff;
            max-width: 340px;
        }

            .carousel .carousel-item .caption .caption-description p {
                color: #fff;
            }

    .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: #fff;
        }

        .carousel .carousel-control .icon-next:hover i, .carousel .carousel-control .icon-prev:hover i {
            color: #2fb5d2;
        }

        .carousel .carousel-control .icon-prev {
            left: 1rem;
        }

        .carousel .carousel-control .icon-next {
            right: 2rem;
        }

        .carousel .carousel-control.left, .carousel .carousel-control.right {
            background: 0 0;
        }

#custom-text {
    background: #fff;
    border-radius: 2px;
    margin-bottom: 1.5rem;
    padding: 3.125rem 3.125rem;
    text-align: center;
}

    #custom-text h3 {
        text-transform: uppercase;
        color: #414141;
        font-size: 1.5625rem;
        font-weight: 700;
    }

    #custom-text p {
        color: #414141;
        font-weight: 400;
        font-size: 1.1em;
    }

        #custom-text p .dark {
            color: #666;
            font-weight: 400;
        }

.page-content.page-cms {
    background: #fff;
    text-align: justify;
}

    .page-content.page-cms .cms-box img {
        max-width: 100%;
    }

@media (max-width:991px) {
    #block-cmsinfo {
        padding: 1.25rem 1.875rem;
    }
}

#products {
    color: #878787;
}

    #products .products-select {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-box-align: baseline;
        -moz-box-align: baseline;
        box-align: baseline;
        -webkit-align-items: baseline;
        -moz-align-items: baseline;
        -ms-align-items: baseline;
        -o-align-items: baseline;
        align-items: baseline;
        -ms-flex-align: baseline;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
    }

    #products .up {
        margin-bottom: 1rem;
    }

        #products .up .btn-secondary, #products .up .btn-tertiary {
            color: #666;
            text-transform: inherit;
        }

            #products .up .btn-secondary .material-icons, #products .up .btn-tertiary .material-icons {
                margin-right: 0;
            }

.products-selection .sort-by {
    padding-top: .625rem;
    white-space: nowrap;
    margin-right: -.9375rem;
    margin-left: .9375rem;
    text-align: right;
}

.products-selection .total-products {
    padding-top: .625rem;
}

.products-selection h1 {
    padding-top: .625rem;
}

.products-sort-order {
    color: #878787;
}

    .products-sort-order .select-title {
        display: inline-block;
        margin-left: .375rem;
        width: 100%;
        color: #414141;
        background: #fff;
        padding: .625rem;
        cursor: pointer;
    }

    .products-sort-order .select-list {
        display: block;
        color: #414141;
        padding: .625rem 1.25rem;
    }

        .products-sort-order .select-list:hover {
            background: #2fb5d2;
            color: #fff;
            text-decoration: none;
        }

    .products-sort-order .dropdown-menu {
        left: auto;
        width: 16.875rem;
        background: #f6f6f6;
        border: none;
        border-radius: 0;
    }

.pagination {
    width: 100%;
}

    .pagination > div:first-child {
        line-height: 2.5rem;
    }

    .pagination .page-list {
        background: #fff;
        padding: .625rem 1.25rem;
        margin-bottom: 0;
    }

        .pagination .page-list li {
            display: inline;
        }

    .pagination a {
        color: #000;
        font-weight: 600;
    }

    .pagination .previous {
        float: left;
    }

    .pagination .next {
        float: right;
    }

    .pagination .disabled {
        color: #666;
    }

    .pagination .current a {
        color: #2fb5d2;
        text-decoration: none;
    }

.active_filters {
    background: #dededd;
    padding: .625rem 1.875rem 0;
    margin-bottom: 1.25rem;
}

    .active_filters .active-filter-title {
        display: inline;
        margin-right: .625rem;
        font-weight: 600;
    }

    .active_filters ul {
        display: inline;
    }

    .active_filters .filter-block {
        box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
        color: #414141;
        margin-right: .625rem;
        margin-bottom: .625rem;
        background: #fff;
        padding: .625rem;
        display: inline-block;
        font-size: .8125rem;
    }

        .active_filters .filter-block .close {
            color: #414141;
            font-size: .9375rem;
            opacity: 1;
            margin-top: .1875rem;
            margin-left: .3125rem;
        }

.facets-title {
    color: #414141;
}

.products-selection .filter-button .btn-secondary, .products-selection .filter-button .btn-tertiary {
    padding: .75rem .5rem .6875rem;
}

@media (max-width:767px) {
    #category #left-column {
        width: 100%;
    }

        #category #left-column #search_filters_wrapper {
            margin-left: -30px;
            margin-right: -30px;
        }

        #category #left-column #search_filter_controls {
            text-align: center;
            margin-bottom: 1rem;
        }

            #category #left-column #search_filter_controls button {
                margin: 0 .5rem;
            }

        #category #left-column #search_filters {
            margin-bottom: 0;
            box-shadow: none;
            padding: 0;
            border-top: 1px solid #f6f6f6;
        }

            #category #left-column #search_filters .facet {
                padding-top: 0;
                border-bottom: 1px solid #f6f6f6;
            }

                #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: #414141;
                    text-transform: uppercase;
                }

                #category #left-column #search_filters .facet .h6 {
                    margin-bottom: 0;
                    padding: .625rem;
                    display: inline-block;
                }

                #category #left-column #search_filters .facet .navbar-toggler {
                    display: inline-block;
                    padding: .625rem .625rem 0 0;
                }

                #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: .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;
    }

    #best-sales #content-wrapper, #new-products #content-wrapper, #prices-drop #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;
    }
}

#product #content {
    position: relative;
}

.product-price {
    color: #2fb5d2;
    display: inline-block;
}

#product-description-short {
    color: #414141;
}

.product-information {
    font-size: .9375rem;
    color: #414141;
}

.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 #414141;
    }

.radio-label {
    box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
    background: #fff;
    display: inline-block;
    padding: .125rem .625rem;
    font-weight: 600;
    border: 2px solid #fff;
}

.product-actions .control-label {
    width: 100%;
    margin-bottom: .375rem;
    display: block;
    width: 100%;
}

.product-actions .add-to-cart {
    height: 2.75rem;
    line-height: inherit;
    padding-top: .625rem;
}

    .product-actions .add-to-cart .material-icons {
        line-height: inherit;
    }

.product-quantity .qty {
    float: left;
    width: 80px;
    margin-bottom: .5rem;
}

.product-quantity .add {
    float: left;
    margin-bottom: .5rem;
}

.product-quantity #quantity_wanted {
    color: #414141;
    background-color: #fff;
    height: 2.75rem;
    padding: .175rem .5rem;
    width: 3rem;
}

.product-quantity .input-group-btn-vertical {
    float: left;
}

    .product-quantity .input-group-btn-vertical .btn {
        padding: .5rem .6875rem;
    }

        .product-quantity .input-group-btn-vertical .btn i {
            font-size: 1rem;
            top: .125rem;
            left: .1875rem;
        }

.product-quantity .btn-touchspin {
    height: 1.4375rem;
}

.product-discounts {
    margin-bottom: 1.5rem;
}

    .product-discounts > .product-discounts-title {
        font-weight: 400;
        font-size: .875rem;
    }

    .product-discounts > .table-product-discounts thead tr th {
        width: 33%;
        padding: .625rem 1.25rem;
        background: #fff;
        border: .3125rem #ebebeb 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: #fff;
        }

        .product-discounts > .table-product-discounts tbody tr td {
            padding: .625rem 1.25rem;
            text-align: center;
            border: .3125rem #ebebeb solid;
        }

.product-prices {
    margin-top: 1.25rem;
}

    .product-prices div {
        margin-bottom: .625rem;
    }

    .product-prices .tax-shipping-delivery-label {
        font-size: .8125rem;
        color: #878787;
    }

.product-discount {
    color: #666;
}

    .product-discount .regular-price {
        text-decoration: line-through;
        font-weight: 400;
        margin-right: .625rem;
    }

.has-discount p, .has-discount.product-price {
    color: #f39d72;
}

.has-discount .discount {
    background: #f39d72;
    color: #fff;
    font-weight: 600;
    padding: .3125rem .625rem;
    font-size: 1rem;
    margin-left: .625rem;
    text-transform: uppercase;
    display: inline-block;
}

.product-unit-price {
    font-size: .8125rem;
    margin-bottom: 0;
}

.tabs {
    box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
    margin-top: 2rem;
    background: #fff;
    padding: 1.25rem 1.875rem;
}

    .tabs .tab-pane {
        padding-top: 1.25rem;
    }

    .tabs .nav-tabs {
        border: none;
        border-bottom: #ebebeb 2px solid;
    }

        .tabs .nav-tabs .nav-link {
            color: #878787;
            border: 0 solid transparent;
        }

            .tabs .nav-tabs .nav-link.active {
                border: none;
                border-bottom: #2fb5d2 3px solid;
                color: #2fb5d2;
            }

            .tabs .nav-tabs .nav-link:hover {
                border: none;
                border-bottom: #2fb5d2 3px solid;
            }

        .tabs .nav-tabs .nav-item {
            float: left;
            margin-bottom: -.125rem;
        }

.product-cover {
    position: relative;
}

#product-modal .modal-content {
    background: 0 0;
    border: none;
    padding: 0;
}

    #product-modal .modal-content .modal-body {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
    }

        #product-modal .modal-content .modal-body .product-cover-modal {
            background: #fff;
        }

        #product-modal .modal-content .modal-body .image-caption {
            background: #fff;
            width: 800px;
            padding: 0;
            border-top: #ebebeb 0 solid;
        }

            #product-modal .modal-content .modal-body .image-caption p {
                margin-bottom: 0;
                line-height: 22px;
            }

        #product-modal .modal-content .modal-body .thumbnails {
            position: relative;
        }

        #product-modal .modal-content .modal-body .mask {
            position: relative;
            overflow: hidden;
            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 {
                cursor: pointer;
                background: #fff;
            }

        #product-modal .modal-content .modal-body .arrows {
            height: 100%;
            width: 100%;
            text-align: center;
            position: absolute;
            top: 0;
            color: #fff;
            right: 1.875rem;
            z-index: 0;
            cursor: pointer;
        }

            #product-modal .modal-content .modal-body .arrows .arrow-up {
                position: absolute;
                top: -.3rem;
                opacity: .2;
            }

            #product-modal .modal-content .modal-body .arrows .arrow-down {
                position: absolute;
                bottom: -.3rem;
            }

            #product-modal .modal-content .modal-body .arrows i {
                font-size: 6.25rem;
                display: inline;
            }

#blockcart-modal {
    color: #414141;
}

    #blockcart-modal .modal-header {
        background: #4cbb6c;
    }

    #blockcart-modal .modal-body {
        background: #ebebeb;
        padding: 3.125rem 1.875rem;
    }

        #blockcart-modal .modal-body .divide-right span {
            display: inline-block;
            margin-bottom: .3125rem;
        }

    #blockcart-modal .modal-dialog {
        max-width: 1140px;
        width: 100%;
    }

    #blockcart-modal .product-image {
        width: 13.125rem;
    }

    #blockcart-modal .modal-title {
        font-weight: 600;
        color: #fff;
        font-size: 1.125rem;
    }

        #blockcart-modal .modal-title i.material-icons {
            margin-right: 1.875rem;
        }

    #blockcart-modal .product-name {
        color: #2fb5d2;
        font-size: 1.125rem;
    }

    #blockcart-modal .cart-products-count {
        font-size: 1.125rem;
    }

    #blockcart-modal .cart-content {
        padding-left: 2.5rem;
    }

        #blockcart-modal .cart-content button {
            margin-right: .3125rem;
        }

    #blockcart-modal .divide-right {
        border-right: #e5e5e5 1px solid;
    }

.product-images > li.thumb-container {
    display: inline;
}

    .product-images > li.thumb-container > .thumb {
        cursor: pointer;
        margin-bottom: 20px;
    }

        .product-images > li.thumb-container > .thumb.selected, .product-images > li.thumb-container > .thumb:hover {
            border: #2fb5d2 3px solid;
        }

.scroll-box-arrows {
    display: none;
}

    .scroll-box-arrows.scroll {
        display: block;
    }

    .scroll-box-arrows i {
        position: absolute;
        bottom: 1.625rem;
        height: 100px;
        line-height: 100px;
        cursor: pointer;
    }

    .scroll-box-arrows .left {
        left: 0;
    }

    .scroll-box-arrows .right {
        right: 0;
    }

#product-availability .product-available {
    color: #4cbb6c;
}

#product-availability .product-unavailable {
    color: #ff9a52;
}

#product-availability .product-last-items {
    color: #ff9a52;
}

#product-details .label {
    font-size: 1rem;
    color: #414141;
    font-weight: 700;
}

.product-features {
    margin-top: 1.25rem;
    margin-left: .3125rem;
}

    .product-features > dl.data-sheet {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -moz-box-align: start;
        box-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-align: start;
    }

        .product-features > dl.data-sheet dd.value, .product-features > dl.data-sheet dt.name {
            -webkit-box-flex: 1;
            -moz-box-flex: 1;
            box-flex: 1;
            -webkit-flex: 1 0 40%;
            -moz-flex: 1 0 40%;
            -ms-flex: 1 0 40%;
            flex: 1 0 40%;
            font-weight: 400;
            background: #ebebeb;
            padding: .625rem;
            margin-right: .625rem;
            min-height: 2.5rem;
            word-break: break-all;
        }

            .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-features > dl.data-sheet dt.name {
            text-transform: capitalize;
        }

.product-variants > .product-variants-item {
    margin: 1.25rem 0;
}

    .product-variants > .product-variants-item select {
        border: 1px solid #ebebeb;
        height: 2.5rem;
        width: 3.75rem;
    }

    .product-variants > .product-variants-item ul li {
        margin-right: .625rem;
    }

    .product-variants > .product-variants-item .color {
        margin-left: 0;
        margin-top: 0;
    }

li.product-flag {
    display: block;
    position: absolute;
    background: #2fb5d2;
    font-weight: 700;
    padding: .3125rem .4375rem;
    text-transform: uppercase;
    color: #fff;
    margin-top: .625rem;
    margin-left: -.3125rem;
    z-index: 2;
}

    li.product-flag.online-only {
        top: 25rem;
        right: 0;
        font-size: .8125rem;
    }

        li.product-flag.online-only::before {
            content: "\E30A";
            font-family: 'Material Icons';
            vertical-align: middle;
            margin: .3125rem;
        }

    li.product-flag.discount {
        display: none;
    }

    li.product-flag.on-sale {
        background: #f39d72;
        width: 100%;
        text-align: center;
        margin: 0;
        left: 0;
        top: 0;
    }

.product-customization {
    box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
    margin: 2.5rem 0;
}

    .product-customization .product-customization-item {
        margin: 1.25rem 0;
    }

    .product-customization .product-message {
        background: #ebebeb;
        border: none;
        width: 100%;
        height: 3.125rem;
        resize: none;
        padding: .625rem;
    }

        .product-customization .product-message::-webkit-input-placeholder {
            color: #666;
        }

        .product-customization .product-message::-moz-placeholder {
            color: #666;
        }

        .product-customization .product-message:-moz-placeholder {
            color: #666;
        }

        .product-customization .product-message:-ms-input-placeholder {
            color: #666;
        }

    .product-customization .file-input {
        width: 100%;
        opacity: 0;
        left: 0;
        z-index: 1;
        cursor: pointer;
        height: 2.625rem;
        overflow: hidden;
        position: absolute;
    }

    .product-customization .custom-file {
        position: relative;
        background: #ebebeb;
        width: 100%;
        height: 2.625rem;
        line-height: 2.625rem;
        text-indent: .625rem;
        display: block;
        color: #666;
        margin-top: 1.25rem;
    }

        .product-customization .custom-file button {
            z-index: 0;
            position: absolute;
            right: 0;
            top: 0;
        }

    .product-customization small {
        color: #666;
    }

.product-pack {
    margin-top: 2.5rem;
}

    .product-pack .pack-product-container {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        justify-content: space-around;
    }

        .product-pack .pack-product-container .pack-product-name {
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            box-flex: 0;
            -webkit-flex: 0 0 50%;
            -moz-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            font-size: .875rem;
            color: #666;
        }

        .product-pack .pack-product-container .pack-product-quantity {
            border-left: #ebebeb 2px solid;
            padding-left: .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;
}

.social-sharing {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin-top: 1.5rem;
}

    .social-sharing ul {
        margin-bottom: 0;
    }

    .social-sharing li {
        box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
        height: 2.5rem;
        width: 2.5rem;
        border-radius: 50%;
        display: inline-block;
        background-color: #fff;
        background-repeat: no-repeat;
        background-size: 2rem 2rem;
        background-position: .25rem .25rem;
        cursor: pointer;
        margin-left: .5rem;
    }

        .social-sharing li a {
            display: block;
            width: 100%;
            height: 100%;
            white-space: nowrap;
            text-indent: 100%;
            overflow: hidden;
        }

            .social-sharing li a:hover {
                color: transparent;
            }

.products-selection {
    margin-bottom: 1.25rem;
}

    .products-selection .title {
        color: #878787;
    }

#blockcart-modal .cart-content .btn {
    margin-bottom: .625rem;
}

@media (max-width:991px) {
    #product-modal .modal-content .modal-body {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-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;
    }
}

.cart-grid {
    margin-bottom: 1rem;
}

.cart-items {
    margin-bottom: 0;
}

.cart-item {
    padding: 1rem 0;
}

.cart-summary-line {
    clear: both;
    padding: 7px 0;
}

    .cart-summary-line::after {
        content: "";
        display: table;
        clear: both;
    }

    .cart-summary-line .label {
        padding-left: 0;
        font-weight: 400;
        white-space: inherit;
    }

    .cart-summary-line .value {
        color: #414141;
        float: right !important;
    }

    .cart-summary-line.cart-summary-subtotals .label, .cart-summary-line.cart-summary-subtotals .value {
        font-weight: 400;
    }

.cart-grid-body {
    margin-bottom: .75rem;
}

    .cart-grid-body a.label:hover {
        color: #2fb5d2;
    }

    .cart-grid-body .card-block {
        padding: 1rem;
    }

        .cart-grid-body .card-block h1 {
            margin-bottom: 0;
        }

    .cart-grid-body hr {
        margin: 0;
    }

    .cart-grid-body .cart-overview {
        padding: 1rem;
    }

.cart-grid-right hr {
    margin: 0;
}

.cart-grid-right .promo-discounts {
    margin-bottom: 0;
}

    .cart-grid-right .promo-discounts .cart-summary-line .label {
        color: #878787;
    }

        .cart-grid-right .promo-discounts .cart-summary-line .label .code {
            text-decoration: underline;
            cursor: pointer;
        }

.block-promo .promo-code {
    padding: 1.6rem;
    background: #ebebeb;
}

    .block-promo .promo-code .alert-danger {
        position: relative;
        margin-top: 1.25rem;
        background: #ff4c4c;
        color: #fff;
        display: none;
    }

        .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-input {
    color: #414141;
    border: #666 1px solid;
    height: 2.5rem;
    text-indent: .625rem;
    width: 60%;
}

    .block-promo .promo-input + button {
        margin-top: -4px;
        text-transform: capitalize;
    }

.block-promo .cart-summary-line .label, .block-promo .promo-name {
    color: #ff9a52;
    font-weight: 600;
}

    .block-promo .cart-summary-line .label a, .block-promo .promo-name a {
        font-weight: 400;
        color: #414141;
        display: inline-block;
    }

.block-promo .promo-code-button {
    padding-left: 1.25rem;
    margin-bottom: 1.25rem;
    display: inline-block;
}

.block-promo.promo-highlighted {
    padding: 1.25rem;
    padding-bottom: 0;
    margin-bottom: 0;
}

.product-line-grid-left img {
    max-width: 100%;
}

.product-line-grid-body > .product-line-info > .label {
    padding: 0;
    line-height: inherit;
    text-align: left;
    white-space: inherit;
}

.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: .3125rem;
    font-size: .875rem;
    color: #878787;
}

.product-line-grid-right .bootstrap-touchspin {
    width: 4.25rem;
    float: left !important;
    box-shadow: 2px 2px 3px 0 rgba(0,0,0,.15);
}

    .product-line-grid-right .bootstrap-touchspin > .form-control, .product-line-grid-right .bootstrap-touchspin > .input-group {
        color: #414141;
        background-color: #fff;
        height: 2.5rem;
        padding: .175rem .5rem;
        width: 3rem;
    }

    .product-line-grid-right .bootstrap-touchspin > .input-group-btn-vertical {
        width: auto;
    }

.product-line-grid-right .cart-line-product-actions, .product-line-grid-right .product-price {
    color: #414141;
    line-height: 36px;
}

    .product-line-grid-right .cart-line-product-actions .remove-from-cart, .product-line-grid-right .product-price .remove-from-cart {
        color: #414141;
        display: inline-block;
        margin-top: .3125rem;
    }

#block-reassurance {
    margin-top: 2rem;
}

    #block-reassurance img {
        opacity: .7;
        width: 1.5625rem;
        margin-right: .625rem;
    }

    #block-reassurance li {
        border-bottom: 1px solid rgba(0,0,0,.1);
    }

        #block-reassurance li:last-child {
            border: 0;
        }

        #block-reassurance li .block-reassurance-item {
            padding: 1rem 1.5rem;
        }

#product #block-reassurance {
    background: #fff;
}

    #product #block-reassurance span {
        font-weight: 400;
    }

.quickview .modal-dialog {
    width: calc(100% - 30px);
    max-width: 64rem;
}

.quickview .modal-content {
    background: #fff;
    min-height: 28.125rem;
}

.quickview .modal-header {
    border: none;
    padding: .625rem;
}

.quickview .modal-body {
    min-height: 23.75rem;
}

.quickview .modal-footer {
    border-top: 1px solid rgba(172,170,166,.3);
}

.quickview .layer {
    display: none;
}

#stores .page-stores {
    width: 85%;
    margin: 0 auto;
}

    #stores .page-stores .store-item {
        padding-left: .75rem;
        padding-right: .75rem;
    }

    #stores .page-stores .store-picture img {
        max-width: 100%;
    }

    #stores .page-stores .store-item-container {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-box-pack: distribute;
        -moz-box-pack: distribute;
        box-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        -ms-justify-content: space-around;
        -o-justify-content: space-around;
        justify-content: space-around;
        -ms-flex-pack: distribute;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        padding: 1.875rem 0;
    }

        #stores .page-stores .store-item-container ul {
            margin-bottom: 0;
            font-size: .9375rem;
        }

        #stores .page-stores .store-item-container .divide-left {
            border-left: #ebebeb 1px solid;
        }

            #stores .page-stores .store-item-container .divide-left tr {
                height: 1.5625rem;
            }

            #stores .page-stores .store-item-container .divide-left td {
                padding-left: .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: .5rem;
        padding-top: .5rem;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-box-pack: distribute;
        -moz-box-pack: distribute;
        box-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        -ms-justify-content: space-around;
        -o-justify-content: space-around;
        justify-content: space-around;
        -ms-flex-pack: distribute;
    }

        #stores .page-stores .store-item-footer.divide-top {
            border-top: #ebebeb 1px solid;
        }

        #stores .page-stores .store-item-footer div:first-child {
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            box-flex: 0;
            -webkit-flex: 0 0 65%;
            -moz-flex: 0 0 65%;
            -ms-flex: 0 0 65%;
            flex: 0 0 65%;
        }

        #stores .page-stores .store-item-footer i.material-icons {
            margin-right: .625rem;
            color: #666;
            font-size: 1rem;
        }

        #stores .page-stores .store-item-footer li {
            margin-bottom: .625rem;
        }

@media (max-width:767px) {
    div#content-wrapper section#main section#products div#shoping-productslist article {
        height: auto;
        min-height: auto;
    }

    div#divRecentlyViewedProducts {
        margin-top: 15px;
    }

    div#divLatestProducts {
        margin: 0 5px;
    }

    div#divRecentlyViewedProducts .second-heading {
        margin-left: 0;
    }

    .available-pin input[type=text] {
        width: 100%;
    }

    .available-pin .col-sm-9.col10-wdth {
        width: 100% !important;
    }

    .available-pin input[type=text] {
        width: 100% !important;
    }

    .mob-size {
        display: flex;
        flex-flow: wrap;
        border: none;
        margin: 0 !important;
        padding-bottom: 0;
    }

        .mob-size li {
            display: flex !important;
            margin-right: 15px !important;
        }

    #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: .5rem;
        }

        #stores .page-stores .store-item-container .store-description address {
            margin-bottom: .5rem;
        }

    #stores .page-stores .store-item-footer {
        display: block;
    }

        #stores .page-stores .store-item-footer.divide-top {
            border-top: #ebebeb 1px solid;
        }

        #stores .page-stores .store-item-footer li {
            margin-bottom: .625rem;
        }

        #stores .page-stores .store-item-footer .card-block {
            padding: .75rem .75rem 0;
        }
}

.linklist .blockcms-title a {
    color: #414141;
}

.account-list a {
    color: #666;
}

    .account-list a:hover {
        color: #2fb5d2;
    }

.block-contact-title, .blockcms-title, .myaccount-title, .myaccount-title a {
    font-weight: 700;
    font-size: 1rem;
}

.block-social {
    text-align: right;
}

    .block-social li {
        height: 2.5rem;
        width: 2.5rem;
        background-color: #ebebeb;
        background-repeat: no-repeat;
        display: inline-block;
        margin: .125rem;
        cursor: pointer;
    }

        .block-social li:hover {
            background-color: #2fb5d2;
        }

        .block-social li a {
            display: block;
            height: 100%;
            white-space: nowrap;
            text-indent: 100%;
            overflow: hidden;
        }

            .block-social li a:hover {
                color: transparent;
            }

.zoomWindow {
    background-color: #fff;
}

.lens .zoomContainer .zoomWindowContainer {
    display: none !important;
}

#open-modelpopup .modal-content {
    position: relative;
    background-color: none !important;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
    background: #ffffffed url(https://i1.wp.com/www.findyourwallpaper.com/wp-content/uploads/2013/10/Gold-Coins-Background.jpg?resize=1152%2C720&ssl=1);
    background-blend-mode: overlay;
}
