/* Minification failed. Returning unminified contents.
(5650,17): run-time error CSS1036: Expected expression, found ';'
(6095,14): run-time error CSS1036: Expected expression, found ';'
(6096,15): run-time error CSS1036: Expected expression, found ';'
 */
@import url("https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900");
@import url("https://use.typekit.net/szv5oiu.css");

/* Promo Modal Popup */

.promoModal .desktop {
    display: block;
}

.promoModal .mobile {
    display: none;
}

.promoModal .modal-dialog {
    max-width: 60%;
    margin: 2rem auto;
}

@media (max-width: 768px) {
    .promoModal .modal-dialog {
        max-width: unset;
    }

    .promoModal .desktop {
        display: none;
    }

    .promoModal .mobile {
        display: block;
    }
}

.exclusive-brands img {
    height: 600px;
    width: 100%;
    object-fit: cover;
}

/*  GLOBAL  */
.wide-container {
    width: 1500px;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.disable-scroll {
    overflow-y: hidden;
}

/* FONT */
h1, h2, h3, h4, h5, h6 {
    font-family: "Sofia Pro", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.ul-container {
    width: 100%;
    height: 100%;
}

.visible {
    opacity: 1 !important;
}

#overlay {
    opacity: 0;
    background-color: rgba(0, 0, 0, .4);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9;
    /*transition: 0.3s;*/
}

/* fix alignment for user icon profile/logout */
.navbar-right-user {
    display: inline-table;
}

.bg-3 {
    /*background: url(https://uniqueassets.s3.amazonaws.com/uniqueloom/home/main-banner_chesterfield_1.jpg);*/
    background-image: url('../../Images/main_banner_1-2.jpg');
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    color: #fff;
}

.ptb-150 {
    padding: 150px 0; /* 250px 0 */
}

.ptb-200 {
    padding: 200px 0;
}

.mb-40 {
    margin-bottom: 40px;
}

/*.bg-opacity-black-60 {
    z-index: 9;
}*/

.slide-title {
    -webkit-animation: bounceInUp 3s;
}

.slick-arrow-3 {
    padding: 10px 35px;
}

    .slick-arrow-3 .slick-arrow {
        color: #999999;
        font-size: 20px;
        height: 35px;
        left: 0;
        line-height: 35px;
        margin-top: -17px;
        position: absolute;
        right: auto;
        top: 50%;
        transition: all 0.3s ease 0s;
        width: 35px;
        z-index: 2;
    }

    .slick-arrow-3 .arrow-next.slick-arrow {
        left: auto;
        right: 0px;
    }

button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    font-family: raleway;
    outline: medium none;
    color: #666666;
}
/*.card {
    transition: all 0.3s ease 0s;
}
.card:hover {
    box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.15);
}*/

.sub-menu, .toolbar-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    margin-top: -7px !important;
    padding: 10px 0 !important;
    border: 1px solid #e1e7ec;
    border-radius: 5px;
    background-color: #ffffff;
    line-height: 1.5;
    box-shadow: 0 7px 22px -5px rgba(47, 56, 68, 0.2);
}

    .sub-menu > li, .toolbar-dropdown > li {
        display: block;
        position: relative;
    }

        .sub-menu > li > a, .toolbar-dropdown > li > a {
            display: block;
            padding: 5px 20px !important;
            transition: color .3s;
            color: #606975;
            font-size: 14px;
            font-weight: 500;
            text-align: left;
            text-decoration: none;
        }

            .sub-menu > li > a > i, .toolbar-dropdown > li > a > i {
                display: inline-block;
                margin-top: -2px;
                margin-right: 6px;
                font-size: .9em;
                vertical-align: middle;
            }

        .sub-menu > li.sub-menu-user, .toolbar-dropdown > li.sub-menu-user {
            display: table;
            width: 100%;
            padding: 4px 17px 6px;
        }

            .sub-menu > li.sub-menu-user .user-ava, .toolbar-dropdown > li.sub-menu-user .user-ava, .sub-menu > li.sub-menu-user .user-info, .toolbar-dropdown > li.sub-menu-user .user-info {
                display: table-cell;
                vertical-align: middle;
            }

            .sub-menu > li.sub-menu-user .user-ava, .toolbar-dropdown > li.sub-menu-user .user-ava {
                width: 44px;
            }

                .sub-menu > li.sub-menu-user .user-ava > img, .toolbar-dropdown > li.sub-menu-user .user-ava > img {
                    display: block;
                    width: 44px;
                    padding: 3px;
                    border: 1px solid #e1e7ec;
                    border-radius: 50%;
                }

            .sub-menu > li.sub-menu-user .user-info, .toolbar-dropdown > li.sub-menu-user .user-info {
                padding-left: 8px;
            }

                .sub-menu > li.sub-menu-user .user-info > .user-name, .toolbar-dropdown > li.sub-menu-user .user-info > .user-name {
                    margin-bottom: 2px;
                    font-size: 14px;
                }

                .sub-menu > li.sub-menu-user .user-info > span, .toolbar-dropdown > li.sub-menu-user .user-info > span {
                    display: block;
                }

        .sub-menu > li.sub-menu-separator, .toolbar-dropdown > li.sub-menu-separator {
            margin-top: 5px;
            margin-bottom: 3px;
            border-top: 1px solid #e1e7ec;
        }

        .sub-menu > li:hover > a, .toolbar-dropdown > li:hover > a {
            color: #6cc24a;
        }

        .sub-menu > li.active > a, .toolbar-dropdown > li.active > a {
            color: #6cc24a;
        }

        .sub-menu > li.has-children > a, .toolbar-dropdown > li.has-children > a {
            padding-right: 35px !important;
        }

            .sub-menu > li.has-children > a::after, .toolbar-dropdown > li.has-children > a::after {
                display: block;
                position: absolute;
                top: 50%;
                right: 18px;
                width: 0;
                height: 0;
                margin-top: -4px;
                border-top: .3em solid transparent;
                border-bottom: .3em solid transparent;
                border-left: .32em solid;
                content: '';
            }

        .sub-menu > li > .sub-menu, .toolbar-dropdown > li > .sub-menu {
            top: -4px;
            left: 100%;
            margin-left: -5px;
        }


.mega-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: -1px !important;
    border: 1px solid #e1e7ec;
    background-color: #ffffff;
    box-shadow: 0 7px 22px -5px rgba(47, 56, 68, 0.2);
    table-layout: fixed;
}

    .mega-menu > li {
        display: table-cell !important;
        position: relative;
        padding: 25px !important;
        border-left: 1px solid #e1e7ec;
        vertical-align: top;
    }

        .mega-menu > li .mega-menu-title {
            display: block;
            margin-bottom: 16px;
            padding-bottom: 10px;
            border-bottom: 1px solid #e1e7ec;
            color: #9da9b9;
            font-weight: 500;
            text-transform: uppercase;
            text-align: left;
        }

        .mega-menu > li:first-child {
            border-left: 0;
        }

    .mega-menu .sub-menu {
        display: block !important;
        position: relative;
        width: 100%;
        padding: 0 !important;
        border: 0;
        border-radius: 0;
        background-color: transparent;
        box-shadow: none;
    }

        .mega-menu .sub-menu > li > a {
            padding: 5px 0 !important;
        }

@-webkit-keyframes submenu-show {
    from {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        opacity: 0;
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes submenu-show {
    from {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        opacity: 0;
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes megamenu-show {
    from {
        -webkit-transform: translate3d(0, -9px, 0);
        transform: translate3d(0, -9px, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes megamenu-show {
    from {
        -webkit-transform: translate3d(0, -9px, 0);
        transform: translate3d(0, -9px, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

html * {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background-position: center;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    color: #606975;
    font-family: "Sofia Pro", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-transform: none;
    line-height: 1.5;
}

a {
    color: #0E887F;
}

    a:hover {
        color: #6cc24a;
        text-decoration: none;
    }

    a:focus {
        outline: none;
    }

    a.no-hover:hover {
        color: #fff;
        text-decoration: none;
    }

.small, small {
    font-size: 85%;
}

.navi-link,
.navi-link-light {
    transition: color .3s;
    color: #606975;
    text-decoration: none;
}

    .navi-link:hover,
    .navi-link-light:hover {
        color: #6cc24a;
    }

.navi-link-light {
    color: #ffffff;
}

img,
figure {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

svg {
    max-width: 100%;
}

/* Responsive iframes */
iframe {
    width: 100%;
}

/* Box Model */
* {
    box-sizing: border-box;
}

hr {
    margin: 0;
    border: 0;
    border-top: 1px solid #e1e7ec;
}

    hr.hr-light {
        border-top-color: rgba(255, 255, 255, 0.12);
    }

pre {
    display: block;
    padding: 15px;
    border: 1px solid #e1e7ec;
    border-radius: 7px;
    background-color: #f5f5f5;
}

::-moz-selection {
    background: #374250;
    color: #ffffff;
}

::selection {
    background: #374250;
    color: #ffffff;
}

::-moz-selection {
    background: #374250;
    color: #ffffff;
}

figure {
    position: relative;
    margin: 0;
}

    figure figcaption {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 12px;
        font-size: 14px;
    }

/* Bootstrap Overrides */
@media (min-width: 1200px) {
    .container {
        width: 1170px;
        max-width: 1170px;
    }
}

@media (max-width: 1200px) {
    .container {
        width: 100% !important;
        max-width: 100% !important;
    }
}

.container-fluid {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
}

@media (max-width: 1200px) {
    .container-fluid {
        padding: 0 15px;
    }
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    vertical-align: middle;
}

.close {
    transition: opacity .25s;
    border: 0;
    background: 0;
    color: #606975;
    font-family: sans-serif;
    font-size: 18px;
    cursor: pointer;
}

    .close:hover {
        opacity: .6;
    }

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-static {
    position: static !important;
}

.top-0 {
    top: 0;
}

.right-0 {
    right: 0;
}

.bottom-0 {
    bottom: 0;
}

.left-0 {
    left: 0;
}

.w-90 {
    width: 90px !important;
}

.w-110 {
    width: 110px !important;
}

.w-150 {
    width: 150px !important;
}

.w-200 {
    width: 200px !important;
}

.w-250 {
    width: 250px !important;
}

.w-270 {
    width: 270px !important;
}

.w-300 {
    width: 300px !important;
}

.border-default {
    border: 1px solid #e1e7ec;
}

    .border-default.border-light {
        border-color: rgba(255, 255, 255, 0.12);
    }

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.rounded {
    border-radius: 7px;
}

.rounded-top {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.rounded-right {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.rounded-bottom {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.rounded-left {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.rounded-circle {
    border-radius: 50%;
}

.rounded-0 {
    border-radius: 0 !important;
}

.rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.rounded-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.rounded-bottom-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.rounded-left-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.box-shadow {
    box-shadow: 0 7px 22px -5px rgba(47, 56, 68, 0.2);
}

.img-thumbnail {
    padding: 5px !important;
    border: 1px solid #e1e7ec;
    border-radius: 7px;
    background-color: #ffffff;
}

    .img-thumbnail.rounded-circle {
        border-radius: 50%;
    }

.img-cover {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.left-corner-text {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
}

[class^='col-'] .img-cover {
    left: 15px;
    width: calc(100% - 30px);
}

.opacity-100 {
    opacity: 1 !important;
}

.opacity-90 {
    opacity: .9 !important;
}

.opacity-80 {
    opacity: .8 !important;
}

.opacity-75 {
    opacity: .75 !important;
}

.opacity-60 {
    opacity: .6 !important;
}

.opacity-50 {
    opacity: .5 !important;
}

.opacity-25 {
    opacity: .25 !important;
}

.opacity-15 {
    opacity: .15 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: '';
}

.text-muted {
    color: #9da9b9 !important;
}

.text-primary {
    color: #0da9ef !important;
}

.text-info {
    color: #50c6e9 !important;
}

.text-warning {
    color: #ffb74f !important;
}

.text-success {
    color: #6ebf5a !important;
}

.text-danger {
    color: #ff5252 !important;
}

.text-gray-dark {
    color: #374250 !important;
}

.text-body {
    color: #606975 !important;
}

.text-light,
.text-white {
    color: #ffffff !important;
}

.text-highlighted {
    background-color: #fff8b0 !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-crossed {
    text-decoration: line-through !important;
}

.text-shadow {
    text-shadow: 0 1px rgba(0, 0, 0, 0.5) !important;
}

.text-black {
    font-weight: 900 !important;
}

.text-bold {
    font-weight: bold !important;
}

.text-medium {
    font-weight: 500 !important;
}

.text-normal {
    font-weight: normal !important;
}

.text-thin {
    font-weight: 300 !important;
}

.text-uppercase {
    letter-spacing: .04em;
}

.bg-primary {
    background-color: #0da9ef !important;
}

.bg-success {
    background-color: #43d9a3 !important;
}

.bg-info {
    background-color: #50c6e9 !important;
}

.bg-warning {
    background-color: #ffb74f !important;
}

.bg-danger {
    background-color: #ff5252 !important;
}

.bg-inverse {
    background-color: #374250 !important;
}

.bg-faded,
.bg-secondary {
    background-color: #f5f5f5 !important;
}

.bg-dark {
    background-color: #374250 !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.bg-repeat {
    background-repeat: repeat;
}

.bg-center {
    background-position: center;
}

.bg-cover {
    background-size: cover;
}

.border-primary {
    border-color: #0da9ef !important;
}

.border-success {
    border-color: #43d9a3 !important;
}

.border-info {
    border-color: #50c6e9 !important;
}

.border-warning {
    border-color: #ffb74f !important;
}

.border-danger {
    border-color: #ff5252 !important;
}

.border-secondary {
    border-color: #f5f5f5 !important;
}

.border-dark {
    border-color: #374250 !important;
}

.padding-top-1x {
    padding-top: 24px !important;
}

@media (max-width: 768px) {
    .padding-top-1x {
        padding-top: 16px !important;
    }
}

.padding-top-2x {
    padding-top: 48px !important;
}

@media (max-width: 768px) {
    .padding-top-2x {
        padding-top: 32px !important;
    }
}

.padding-top-3x {
    padding-top: 72px !important;
}

@media (max-width: 768px) {
    .padding-top-3x {
        padding-top: 48px !important;
    }
}

.padding-top-4x {
    padding-top: 96px !important;
}

@media (max-width: 768px) {
    .padding-top-4x {
        padding-top: 64px !important;
    }
}

.padding-top-5x {
    padding-top: 120px !important;
}

@media (max-width: 768px) {
    .padding-top-5x {
        padding-top: 80px !important;
    }
}

.padding-top-6x {
    padding-top: 144px !important;
}

@media (max-width: 768px) {
    .padding-top-6x {
        padding-top: 96px !important;
    }
}

.padding-top-7x {
    padding-top: 168px !important;
}

@media (max-width: 768px) {
    .padding-top-7x {
        padding-top: 112px !important;
    }
}

.padding-top-8x {
    padding-top: 192px !important;
}

@media (max-width: 768px) {
    .padding-top-8x {
        padding-top: 128px !important;
    }
}

.padding-top-9x {
    padding-top: 216px !important;
}

@media (max-width: 768px) {
    .padding-top-9x {
        padding-top: 144px !important;
    }
}

.padding-top-10x {
    padding-top: 240px !important;
}

@media (max-width: 768px) {
    .padding-top-10x {
        padding-top: 160px !important;
    }
}

.padding-bottom-1x {
    padding-bottom: 24px !important;
}

@media (max-width: 768px) {
    .padding-bottom-1x {
        padding-bottom: 16px !important;
    }
}

.padding-bottom-2x {
    padding-bottom: 48px !important;
}

@media (max-width: 768px) {
    .padding-bottom-2x {
        padding-bottom: 32px !important;
    }
}

.padding-bottom-3x {
    padding-bottom: 72px !important;
}

@media (max-width: 768px) {
    .padding-bottom-3x {
        padding-bottom: 48px !important;
    }
}

.padding-bottom-4x {
    padding-bottom: 96px !important;
}

@media (max-width: 768px) {
    .padding-bottom-4x {
        padding-bottom: 64px !important;
    }
}

.padding-bottom-5x {
    padding-bottom: 120px !important;
}

@media (max-width: 768px) {
    .padding-bottom-5x {
        padding-bottom: 80px !important;
    }
}

.padding-bottom-6x {
    padding-bottom: 144px !important;
}

@media (max-width: 768px) {
    .padding-bottom-6x {
        padding-bottom: 96px !important;
    }
}

.padding-bottom-7x {
    padding-bottom: 168px !important;
}

@media (max-width: 768px) {
    .padding-bottom-7x {
        padding-bottom: 112px !important;
    }
}

.padding-bottom-8x {
    padding-bottom: 192px !important;
}

@media (max-width: 768px) {
    .padding-bottom-8x {
        padding-bottom: 128px !important;
    }
}

.padding-bottom-9x {
    padding-bottom: 216px !important;
}

@media (max-width: 768px) {
    .padding-bottom-9x {
        padding-bottom: 144px !important;
    }
}

.padding-bottom-10x {
    padding-bottom: 240px !important;
}

@media (max-width: 768px) {
    .padding-bottom-10x {
        padding-bottom: 160px !important;
    }
}

.margin-top-1x {
    margin-top: 24px !important;
}

@media (max-width: 768px) {
    .margin-top-1x {
        margin-top: 16px !important;
    }
}

.margin-top-2x {
    margin-top: 48px !important;
}

@media (max-width: 768px) {
    .margin-top-2x {
        margin-top: 32px !important;
    }
}

.margin-top-3x {
    margin-top: 72px !important;
}

@media (max-width: 768px) {
    .margin-top-3x {
        margin-top: 48px !important;
    }
}

.margin-top-4x {
    margin-top: 96px !important;
}

@media (max-width: 768px) {
    .margin-top-4x {
        margin-top: 64px !important;
    }
}

.margin-top-5x {
    margin-top: 120px !important;
}

@media (max-width: 768px) {
    .margin-top-5x {
        margin-top: 80px !important;
    }
}

.margin-top-6x {
    margin-top: 144px !important;
}

@media (max-width: 768px) {
    .margin-top-6x {
        margin-top: 96px !important;
    }
}

.margin-top-7x {
    margin-top: 168px !important;
}

@media (max-width: 768px) {
    .margin-top-7x {
        margin-top: 112px !important;
    }
}

.margin-top-8x {
    margin-top: 192px !important;
}

@media (max-width: 768px) {
    .margin-top-8x {
        margin-top: 128px !important;
    }
}

.margin-top-9x {
    margin-top: 216px !important;
}

@media (max-width: 768px) {
    .margin-top-9x {
        margin-top: 144px !important;
    }
}

.margin-top-10x {
    margin-top: 240px !important;
}

@media (max-width: 768px) {
    .margin-top-10x {
        margin-top: 160px !important;
    }
}

.margin-bottom-1x {
    margin-bottom: 24px !important;
}

@media (max-width: 768px) {
    .margin-bottom-1x {
        margin-bottom: 16px !important;
    }
}

.margin-bottom-2x {
    margin-bottom: 48px !important;
}

@media (max-width: 768px) {
    .margin-bottom-2x {
        margin-bottom: 32px !important;
    }
}

.margin-bottom-3x {
    margin-bottom: 72px !important;
}

@media (max-width: 768px) {
    .margin-bottom-3x {
        margin-bottom: 48px !important;
    }
}

.margin-bottom-4x {
    margin-bottom: 96px !important;
}

@media (max-width: 768px) {
    .margin-bottom-4x {
        margin-bottom: 64px !important;
    }
}

.margin-bottom-5x {
    margin-bottom: 120px !important;
}

@media (max-width: 768px) {
    .margin-bottom-5x {
        margin-bottom: 80px !important;
    }
}

.margin-bottom-6x {
    margin-bottom: 144px !important;
}

@media (max-width: 768px) {
    .margin-bottom-6x {
        margin-bottom: 96px !important;
    }
}

.margin-bottom-7x {
    margin-bottom: 168px !important;
}

@media (max-width: 768px) {
    .margin-bottom-7x {
        margin-bottom: 112px !important;
    }
}

.margin-bottom-8x {
    margin-bottom: 192px !important;
}

@media (max-width: 768px) {
    .margin-bottom-8x {
        margin-bottom: 128px !important;
    }
}

.margin-bottom-9x {
    margin-bottom: 216px !important;
}

@media (max-width: 768px) {
    .margin-bottom-9x {
        margin-bottom: 144px !important;
    }
}

.margin-bottom-10x {
    margin-bottom: 240px !important;
}

@media (max-width: 768px) {
    .margin-bottom-10x {
        margin-bottom: 160px !important;
    }
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.margin-top-none {
    margin-top: 0 !important;
}

.margin-bottom-none {
    margin-bottom: 0 !important;
}

.padding-top-none {
    padding-top: 0 !important;
}

.padding-bottom-none {
    padding-bottom: 0 !important;
}

.margin-right-none {
    margin-right: 0 !important;
}

.margin-left-none {
    margin-left: 0 !important;
}

.padding-right-none {
    padding-right: 0 !important;
}

.padding-left-none {
    padding-left: 0 !important;
}

.hidden-xs-up {
    display: none !important;
}

@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 1261px) {
    .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;
}

.d-inline-block img {
    width: 100%;
}

/* h1, h2, h3, h4, h5, h6,
 .h1, .h2, .h3, .h4, .h5, .h6 {
   margin: 0;
   color: #374250;
   font-family: inherit;
   font-style: normal;
   font-weight: 500;
   text-transform: none;
 } */

h1, .h1 {
    margin-bottom: 24px;
    font-size: 36px;
    line-height: 1.15;
}

@media (max-width: 768px) {
    h1, .h1 {
        font-size: 31px;
    }
}

h2, .h2 {
    margin-bottom: 16px;
    font-size: 30px;
    line-height: 1.2;
}

@media (max-width: 768px) {
    h2, .h2 {
        font-size: 28px;
    }
}

h3, .h3 {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 1.25;
}

@media (max-width: 768px) {
    h3, .h3 {
        font-size: 22px;
    }
}

h4, .h4 {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.3;
}

h5, .h5 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.35;
}

h6, .h6 {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 1.4;
}

.display-1, .display-2,
.display-3, .display-4 {
    font-weight: normal;
    line-height: 1.15;
}

.display-1 {
    font-size: 72px;
}

@media (max-width: 576px) {
    .display-1 {
        font-size: 57px;
    }
}

.display-2 {
    font-size: 60px;
}

@media (max-width: 576px) {
    .display-2 {
        font-size: 48px;
    }
}

.display-3 {
    font-size: 50px;
}

@media (max-width: 576px) {
    .display-3 {
        font-size: 42px;
    }
}

.display-4 {
    font-size: 40px;
}

@media (max-width: 576px) {
    .display-4 {
        font-size: 36px;
    }
}

p {
    margin: 0;
}

.lead {
    font-size: 18px;
}

.text-lg {
    font-size: 16px;
}

.text-sm {
    font-size: 13px;
}

.text-xs {
    font-size: 12px;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 16px;
    padding-left: 18px;
    line-height: 1.8;
}

    ul ul, ul ol, ol ul, ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }

.list-icon {
    padding: 0;
    list-style: none;
}

    .list-icon > li {
        position: relative;
        margin-bottom: 6px;
        padding-left: 22px;
    }

        .list-icon > li > i {
            display: block;
            position: absolute;
            left: 0;
            line-height: inherit;
        }

    .list-icon.text-lg > li {
        padding-left: 25px;
    }

    .list-icon.text-sm > li {
        padding-left: 18px;
    }

    .list-icon.lead > li {
        padding-left: 26px;
    }

dl {
    margin-top: 0;
    margin-bottom: 16px;
}

dt, dd {
    line-height: 1.5;
}

dt {
    padding-top: 9px;
    border-top: 1px solid #e1e7ec;
    color: #374250;
    font-weight: 500;
}

    dt:first-child {
        padding-top: 0;
        border: 0;
    }

dd {
    margin-top: 3px;
    margin-bottom: 15px;
    margin-left: 0;
}

.form-control {
    padding: 0 18px 3px;
    border: 1px solid #dbe2e8;
    /*border-radius: 22px;*/
    background-color: #ffffff;
    color: #606975;
    font-family: "Sofia Pro", Helvetica, Arial, sans-serif;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .form-control:not(textarea) {
        height: 44px;
    }

    .form-control.error {
        border-color: #dc3545;
    }

.error {
    color: #dc3545;
}

.input-qty {
    width: auto;
}

.form-control::-moz-placeholder {
    color: #9da9b9;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #9da9b9;
}

.form-control::-webkit-input-placeholder {
    color: #9da9b9;
}

.form-control:focus {
    border-color: #6cc24a;
    outline: none;
    color: #606975;
    box-shadow: none !important;
}

.form-control[type='color'] {
    padding-bottom: 0 !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f5f5f5;
    cursor: not-allowed;
}

textarea.form-control {
    padding-top: 12px;
    padding-bottom: 12px;
}

select.form-control {
    padding-right: 38px;
    background-position: center right 17px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDI5Mi4zNjIgMjkyLjM2MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjkyLjM2MiAyOTIuMzYyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTI4Ni45MzUsNjkuMzc3Yy0zLjYxNC0zLjYxNy03Ljg5OC01LjQyNC0xMi44NDgtNS40MjRIMTguMjc0Yy00Ljk1MiwwLTkuMjMzLDEuODA3LTEyLjg1LDUuNDI0ICAgQzEuODA3LDcyLjk5OCwwLDc3LjI3OSwwLDgyLjIyOGMwLDQuOTQ4LDEuODA3LDkuMjI5LDUuNDI0LDEyLjg0N2wxMjcuOTA3LDEyNy45MDdjMy42MjEsMy42MTcsNy45MDIsNS40MjgsMTIuODUsNS40MjggICBzOS4yMzMtMS44MTEsMTIuODQ3LTUuNDI4TDI4Ni45MzUsOTUuMDc0YzMuNjEzLTMuNjE3LDUuNDI3LTcuODk4LDUuNDI3LTEyLjg0N0MyOTIuMzYyLDc3LjI3OSwyOTAuNTQ4LDcyLjk5OCwyODYuOTM1LDY5LjM3N3oiIGZpbGw9IiM2MDY5NzUiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-size: 9px 9px;
}

    select.form-control:not([size]):not([multiple]) {
        height: 44px;
    }

.form-group {
    margin-bottom: 20px !important;
}

    .form-group label {
        margin-bottom: 8px;
        padding-left: 18px;
        font-size: 13px;
        font-weight: 500;
        cursor: pointer;
    }

        .form-group label.col-form-label {
            -ms-flex-item-align: center !important;
            align-self: center !important;
            margin-bottom: 0;
        }

.form-control-lg {
    border-radius: 27px;
    font-size: 16px;
}

    .form-control-lg:not(textarea) {
        height: 54px;
    }

    .form-control-lg.form-control-rounded {
        border-radius: 7px;
    }

    .form-control-lg.form-control-square {
        border-radius: 0;
    }

select.form-control.form-control-lg:not([size]):not([multiple]) {
    height: 54px;
}

.form-control-sm {
    padding-bottom: 2px;
}

    .form-control-sm:not(textarea) {
        height: 36px;
    }

    .form-control-sm.form-control-rounded {
        border-radius: 3px;
    }

    .form-control-sm.form-control-square {
        border-radius: 0;
    }

select.form-control.form-control-sm:not([size]):not([multiple]) {
    height: 36px;
}

.form-text {
    padding-left: 18px;
}

.custom-control {
    margin-bottom: 6px;
    padding-left: 1.5rem;
}

    .custom-control:focus {
        outline: 0;
    }

    .custom-control .custom-control-label {
        margin: 0;
        padding-left: 0;
        font-size: 14px !important;
        font-weight: normal !important;
        text-transform: none;
    }

        .custom-control .custom-control-label::before {
            box-shadow: none !important;
        }

    .custom-control .custom-control-input:checked ~ .custom-control-label::before {
        background-color: #6cc24a;
    }

    .custom-control .custom-control-input:disabled ~ .custom-control-label {
        color: #9da9b9;
        cursor: not-allowed;
    }

.custom-control-inline {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom-file,
.custom-file-input {
    height: 44px;
    border-radius: 22px;
    cursor: pointer;
}

    .custom-file:focus ~ .custom-file-label,
    .custom-file-input:focus ~ .custom-file-label {
        box-shadow: none;
    }

.custom-file-label {
    font-weight: normal !important;
}

    .custom-file-label,
    .custom-file-label::after {
        height: 44px;
        border-radius: 22px;
        border-color: #dbe2e8;
        color: #606975;
        line-height: 2.2;
    }

        .custom-file-label::after {
            height: 42px;
            border-top-left-radius: 0 !important;
            border-bottom-left-radius: 0 !important;
            background-color: #f5f5f5;
            font-weight: 500 !important;
        }

.form-control-rounded {
    border-radius: 5px;
}

    .form-control-rounded .custom-file-control,
    .form-control-rounded .custom-file-control::before {
        border-radius: 5px;
    }

.form-control-square {
    border-radius: 0;
}

    .form-control-square .custom-file-control,
    .form-control-square .custom-file-control::before {
        border-radius: 0;
    }

.input-group {
    /* display: block; */
    position: relative;
}

    .input-group .input-group-addon,
    .input-group .input-group-btn {
        display: inline-block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .input-group .input-group-addon {
        left: 15px;
        transition: color .3s;
        background-color: transparent !important;
        color: #9da9b9;
    }

    .input-group .form-control {
        padding-left: 35px;
    }

        .input-group .form-control:focus ~ .input-group-addon {
            color: #6cc24a;
        }

    .input-group .input-group-btn {
        right: 10px;
        /* margin-top: -2px; */
        z-index: 1;
    }

    .input-group > .custom-select:not(:first-child),
    .input-group > .form-control:not(:first-child) {
        border-radius: 22px;
    }


    .input-group .input-group-btn button {
        transition: color .3s;
        border: 0;
        background: 0;
        color: #606975;
        font-size: 1.2em;
        cursor: pointer;
    }

        .input-group .input-group-btn button:hover {
            color: #6cc24a;
        }

    .input-group .input-group-btn .btn {
        margin: 0;
        margin-right: 3px;
        padding: 0;
    }

    .input-group .input-group-btn ~ .form-control {
        padding-right: 35px;
        padding-left: 18px;
    }

    .input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
        border-top-right-radius: 22px;
        border-bottom-right-radius: 22px;
    }

    .input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
        position: none !important;
        ms-flex: none !important;
        flex: none !important;
        width: 100% !important;
        margin-bottom: none !important;
    }

        .input-group > .custom-file:focus, .input-group > .custom-select:focus, .input-group > .form-control:focus {
            z-index: 0;
        }

.has-success label,
.has-success .form-control-feedback,
.has-success .custom-control,
.has-success .input-group .input-group-addon,
.has-success.input-group .input-group-addon,
.has-success .form-control:focus ~ .input-group-addon {
    color: #43d9a3;
}

.has-success .form-control,
.has-success .form-control:focus {
    border-color: #43d9a3;
}

.has-success .form-control-success {
    padding-right: 42px;
    background-position: center right 15px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0MDYuODM0IDQwNi44MzQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwNi44MzQgNDA2LjgzNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgo8cG9seWdvbiBwb2ludHM9IjM4NS42MjEsNjIuNTA3IDE0Ni4yMjUsMzAxLjkwMSAyMS4yMTMsMTc2Ljg5MSAwLDE5OC4xMDQgMTQ2LjIyNSwzNDQuMzI3IDQwNi44MzQsODMuNzIgIiBmaWxsPSIjNDNkOWEzIi8+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
}

.has-warning label,
.has-warning .form-control-feedback,
.has-warning .custom-control,
.has-warning .input-group .input-group-addon,
.has-warning.input-group .input-group-addon,
.has-warning .form-control:focus ~ .input-group-addon {
    color: #ffb74f;
}

.has-warning .form-control,
.has-warning .form-control:focus {
    border-color: #ffb74f;
}

.has-warning .form-control-warning {
    padding-right: 42px;
    background-position: center right 15px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTUwNS40MDMsNDA2LjM5NEwyOTUuMzg5LDU4LjEwMmMtOC4yNzQtMTMuNzIxLTIzLjM2Ny0yMi4yNDUtMzkuMzktMjIuMjQ1Yy0xNi4wMjMsMC0zMS4xMTYsOC41MjQtMzkuMzkxLDIyLjI0NiAgICBMNi41OTUsNDA2LjM5NGMtOC41NTEsMTQuMTgyLTguODA0LDMxLjk1LTAuNjYxLDQ2LjM3YzguMTQ1LDE0LjQyLDIzLjQ5MSwyMy4zNzgsNDAuMDUxLDIzLjM3OGg0MjAuMDI4ICAgIGMxNi41NiwwLDMxLjkwNy04Ljk1OCw0MC4wNTItMjMuMzc5QzUxNC4yMDgsNDM4LjM0Miw1MTMuOTU1LDQyMC41NzQsNTA1LjQwMyw0MDYuMzk0eiBNNDc3LjAzOSw0MzYuMzcyICAgIGMtMi4yNDIsMy45NjktNi40NjcsNi40MzYtMTEuMDI2LDYuNDM2SDQ1Ljk4NWMtNC41NTksMC04Ljc4NC0yLjQ2Ni0xMS4wMjUtNi40MzVjLTIuMjQyLTMuOTctMi4xNzItOC44NjIsMC4xODEtMTIuNzY1ICAgIEwyNDUuMTU2LDc1LjMxNmMyLjI3OC0zLjc3Nyw2LjQzMy02LjEyNCwxMC44NDQtNi4xMjRjNC40MSwwLDguNTY1LDIuMzQ3LDEwLjg0Myw2LjEyNGwyMTAuMDEzLDM0OC4yOTIgICAgQzQ3OS4yMTEsNDI3LjUxMiw0NzkuMjgxLDQzMi40MDMsNDc3LjAzOSw0MzYuMzcyeiIgZmlsbD0iI2ZmYjc0ZiIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTI1Ni4xNTQsMTczLjAwNWMtMTIuNjgsMC0yMi41NzYsNi44MDQtMjIuNTc2LDE4Ljg2NmMwLDM2LjgwMiw0LjMyOSw4OS42ODYsNC4zMjksMTI2LjQ4OSAgICBjMC4wMDEsOS41ODcsOC4zNTIsMTMuNjA3LDE4LjI0OCwxMy42MDdjNy40MjIsMCwxNy45MzctNC4wMiwxNy45MzctMTMuNjA3YzAtMzYuODAyLDQuMzI5LTg5LjY4Niw0LjMyOS0xMjYuNDg5ICAgIEMyNzguNDIxLDE3OS44MSwyNjguMjE2LDE3My4wMDUsMjU2LjE1NCwxNzMuMDA1eiIgZmlsbD0iI2ZmYjc0ZiIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTI1Ni40NjUsMzUzLjMwNmMtMTMuNjA3LDAtMjMuODE0LDEwLjgyNC0yMy44MTQsMjMuODE0YzAsMTIuNjgsMTAuMjA2LDIzLjgxNCwyMy44MTQsMjMuODE0ICAgIGMxMi42OCwwLDIzLjUwNS0xMS4xMzQsMjMuNTA1LTIzLjgxNEMyNzkuOTcsMzY0LjEzLDI2OS4xNDQsMzUzLjMwNiwyNTYuNDY1LDM1My4zMDZ6IiBmaWxsPSIjZmZiNzRmIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
}

.has-danger label,
.has-danger .form-control-feedback,
.has-danger .custom-control,
.has-danger .input-group .input-group-addon,
.has-danger.input-group .input-group-addon,
.has-danger .form-control:focus ~ .input-group-addon {
    color: #ff5252;
}

.has-danger .form-control,
.has-danger .form-control:focus {
    border-color: #ff5252;
}

.has-danger .form-control-danger {
    padding-right: 42px;
    background-position: center right 15px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI0MS4xNzEgMjQxLjE3MSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQxLjE3MSAyNDEuMTcxOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnPgoJPHBhdGggaWQ9IkNsb3NlIiBkPSJNMTM4LjEzOCwxMjAuNzU0bDk5LjExOC05OC41NzZjNC43NTItNC43MDQsNC43NTItMTIuMzE5LDAtMTcuMDExYy00Ljc0LTQuNzA0LTEyLjQzOS00LjcwNC0xNy4xNzksMCAgIGwtOTkuMDMzLDk4LjQ5MkwyMS4wOTUsMy42OTljLTQuNzQtNC43NTItMTIuNDM5LTQuNzUyLTE3LjE3OSwwYy00Ljc0LDQuNzY0LTQuNzQsMTIuNDc1LDAsMTcuMjI3bDk5Ljg3Niw5OS44ODhMMy41NTUsMjIwLjQ5NyAgIGMtNC43NCw0LjcwNC00Ljc0LDEyLjMxOSwwLDE3LjAxMWM0Ljc0LDQuNzA0LDEyLjQzOSw0LjcwNCwxNy4xNzksMGwxMDAuMTUyLTk5LjU5OWw5OS41NTEsOTkuNTYzICAgYzQuNzQsNC43NTIsMTIuNDM5LDQuNzUyLDE3LjE3OSwwYzQuNzQtNC43NjQsNC43NC0xMi40NzUsMC0xNy4yMjdMMTM4LjEzOCwxMjAuNzU0eiIgZmlsbD0iI2ZmNTI1MiIvPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
    background-size: 13px 13px;
    background-repeat: no-repeat;
}

.form-control-feedback {
    padding-top: 2px;
    padding-left: 18px;
}

.input-light.form-control,
.input-light .form-control {
    border-color: rgba(255, 255, 255, 0.17);
    background-color: transparent;
    color: #ffffff;
}

    .input-light.form-control::-moz-placeholder,
    .input-light .form-control::-moz-placeholder {
        color: rgba(255, 255, 255, 0.5);
        opacity: 1;
    }

    .input-light.form-control:-ms-input-placeholder,
    .input-light .form-control:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.5);
    }

    .input-light.form-control::-webkit-input-placeholder,
    .input-light .form-control::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.5);
    }

    .input-light.form-control:focus,
    .input-light .form-control:focus {
        border-color: #6cc24a;
        color: #ffffff;
    }

.input-light.input-group .input-group-addon {
    color: rgba(255, 255, 255, 0.5);
}

.subscribe-form .input-group {
    width: calc(100% - 88px);
    float: left;
}

.subscribe-form .btn {
    margin: 0;
    float: right;
}

    .subscribe-form .btn > i {
        margin-top: -6px;
        font-size: 1.5em;
    }

.subscribe-form .form-text {
    padding-top: 12px;
}

.coupon-form .form-control {
    display: inline-block;
    width: 100%;
    max-width: 235px;
    margin-right: 12px;
}

.coupon-form .btn {
    margin-right: 0;
}

@media (max-width: 768px) {
    .coupon-form .form-control {
        display: block;
        max-width: 100%;
    }
}

.login-box {
    display: block;
    width: 100%;
    padding: 30px 24px;
    border: 1px solid #e1e7ec;
    border-radius: 7px;
}

.card-wrapper {
    margin: 30px 0;
}

@media (max-width: 576px) {
    .jp-card-container {
        width: 285px !important;
    }

    .jp-card {
        min-width: 250px !important;
    }
}

.table thead th, .table td, .table th {
    border-color: #e1e7ec;
}

.table.table-inverse {
    background-color: #374250;
    color: #ffffff;
}

    .table.table-inverse thead th, .table.table-inverse td, .table.table-inverse th {
        border-color: rgba(255, 255, 255, 0.12);
    }

.thead-inverse th {
    background-color: #374250;
    color: #ffffff;
}

.thead-default th {
    background-color: #f5f5f5;
    color: #606975;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f5f5f5;
}

.table-striped.table-inverse tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.08);
}

.table-hover tbody tr:hover {
    background-color: #f5f5f5;
}

.table-hover.table-inverse tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.table-active,
.table-active td,
.table-active th {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-success,
.table-success td,
.table-success th {
    background-color: rgba(67, 217, 163, 0.09);
}

.table-info,
.table-info td,
.table-info th {
    background-color: rgba(80, 198, 233, 0.09);
}

.table-warning,
.table-warning td,
.table-warning th {
    background-color: rgba(255, 183, 79, 0.09);
}

.table-danger,
.table-danger td,
.table-danger th {
    background-color: rgba(255, 82, 82, 0.09);
}

.btn {
    display: inline-block;
    position: relative;
    height: auto;
    margin-top: 8px;
    margin-right: 12px;
    margin-bottom: 8px;
    padding: 0 22px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all .4s;
    border: none;
    /*border-radius: 22px;*/
    background-color: transparent;
    background-image: none;
    color: #606975;
    font-family: "Sofia Pro", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .07em;
    line-height: 42px;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:hover,
    .btn:focus .btn:active, .btn.active {
        outline: none;
        background-image: none;
        text-decoration: none;
        box-shadow: none;
    }

    .btn:hover {
        color: #606975;
    }

    .btn > i {
        display: inline-block;
        margin-top: -2px;
        vertical-align: middle;
    }

    .btn[disabled], .btn.disabled {
        cursor: not-allowed;
        opacity: .55;
        pointer-events: none;
    }

button:focus {
    outline: none;
}

.btn-lg {
    height: 54px;
    border-radius: 27px;
    line-height: 52px;
}

.btn-sm {
    height: 36px;
    padding: 0 18px;
    /*border-radius: 18px;*/
    font-size: 12px;
    line-height: 34px;
}

.btn-rounded {
    border-radius: 5px;
}

    .btn-rounded.btn-lg {
        border-radius: 7px;
    }

    .btn-rounded.btn-sm {
        border-radius: 3px;
    }

.btn-square {
    border-radius: 0;
}

.btn-secondary {
    background-color: #f5f5f5;
    border-color: #e1e7ec;
}

    .btn-secondary:hover {
        background-color: #dcdbdb;
    }

.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
    color: #ffffff;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary:focus,
    .btn-success:hover,
    .btn-success:active,
    .btn-success:focus,
    .btn-info:hover,
    .btn-info:active,
    .btn-info:focus,
    .btn-warning:hover,
    .btn-warning:active,
    .btn-warning:focus,
    .btn-danger:hover,
    .btn-danger:active,
    .btn-danger:focus {
        color: #ffffff;
    }

.btn-primary {
    border-color: #3BAD7E;
    background-color: #3BAD7E;
}

    .btn-primary:hover {
        background-color: #00ad66;
        border-color: #3BAD7E;
    }

    .btn-primary.disabled, .btn-primary:disabled {
        border-color: #3BAD7E;
        background-color: #3BAD7E;
    }

.btn-success {
    border-color: #3BAD7E;
    background-color: #3BAD7E;
}

    .btn-success:hover {
        background-color: #00ad66;
        border-color: #3BAD7E;
    }

.btn-info {
    background-color: #50c6e9;
}

    .btn-info:hover {
        background-color: #23b7e3;
    }

.btn-warning {
    background-color: #ffb74f;
}

    .btn-warning:hover {
        background-color: #ffa21c;
    }

.btn-danger {
    background-color: #ff5252;
}

    .btn-danger:hover {
        background-color: #ff1f1f;
    }

.btn-white {
    background-color: #ffffff;
}

    .btn-white:hover {
        background-color: #e6e5e5;
    }

.btn-outline-secondary {
    border-color: #e1e7ec;
}

    .btn-outline-secondary:hover {
        background-color: #f5f5f5;
    }

.btn-outline-primary {
    border-color: #0da9ef;
    background-color: transparent;
    color: #0da9ef;
}

    .btn-outline-primary:hover {
        background-color: #0da9ef;
        color: #ffffff;
    }

.btn-outline-success {
    border-color: #43d9a3;
    background-color: transparent;
    color: #43d9a3;
}

    .btn-outline-success:hover {
        background-color: #43d9a3;
        color: #ffffff;
    }

.btn-outline-info {
    border-color: #50c6e9;
    background-color: transparent;
    color: #50c6e9;
}

    .btn-outline-info:hover {
        background-color: #50c6e9;
        color: #ffffff;
    }

.btn-outline-warning {
    border-color: #ffb74f;
    background-color: transparent;
    color: #ffb74f;
}

    .btn-outline-warning:hover {
        background-color: #ffb74f;
        color: #ffffff;
    }

.btn-outline-danger {
    border-color: #ff5252;
    background-color: transparent;
    color: #ff5252;
}

    .btn-outline-danger:hover {
        background-color: #ff5252;
        color: #ffffff;
    }

.btn-outline-white {
    border-color: #ffffff;
    background-color: transparent;
    color: #ffffff;
}

    .btn-outline-white:hover {
        background-color: #ffffff;
        color: #ffffff;
    }

    .btn-outline-white:hover {
        color: #606975;
    }

.btn-link-secondary {
    color: #606975;
}

    .btn-link-secondary:hover {
        color: #495059;
    }

.btn-link-primary {
    color: #0da9ef;
}

    .btn-link-primary:hover {
        color: #0a87bf;
    }

.btn-link-success {
    color: #6cc24a;
}

    .btn-link-success:hover {
        color: #5da14c;
    }

.btn-link-info {
    color: #50c6e9;
}

    .btn-link-info:hover {
        color: #23b7e3;
    }

.btn-link-warning {
    color: #ffb74f;
}

    .btn-link-warning:hover {
        color: #ffa21c;
    }

.btn-link-danger {
    color: #ff5252;
}

    .btn-link-danger:hover {
        color: #ff1f1f;
    }

.btn-link-white {
    color: #ffffff;
}

    .btn-link-white:hover {
        color: #e6e5e5;
    }

    .btn-link-secondary > i,
    .btn-link-primary > i,
    .btn-link-success > i,
    .btn-link-info > i,
    .btn-link-warning > i,
    .btn-link-danger > i,
    .btn-link-white > i {
        margin-top: -4px;
    }

.btn-link:focus {
    text-decoration: none;
}

.btn-group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    margin-top: 8px;
    margin-right: 12px;
    margin-bottom: 8px;
    vertical-align: middle;
}

    .btn-group .btn {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin: 0;
    }

        .btn-group .btn:first-child:not(:last-child):not(.dropdown-toggle) {
            margin-right: -1px;
            padding-right: 12px;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

            .btn-group .btn:first-child:not(:last-child):not(.dropdown-toggle).btn-secondary, .btn-group .btn:first-child:not(:last-child):not(.dropdown-toggle).btn-outline-secondary {
                border-right: 0;
            }

    .btn-group > .dropdown-toggle:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.btn + .dropdown-toggle-split {
    padding-right: 15px;
    padding-left: 8px;
}

.text-center .btn, .text-center .btn-group {
    margin-right: 6px;
    margin-left: 6px;
}

.text-right .btn, .text-right .btn-group {
    margin-right: 0;
    margin-left: 12px;
}

.btn-block {
    display: block;
    width: 100%;
    margin-top: 12px;
    margin-right: 0 !important;
    margin-bottom: 12px;
    margin-left: 0 !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.scroll-to-top-btn {
    display: block;
    position: fixed;
    right: 16px;
    bottom: -88px;
    width: 44px;
    height: 44px;
    transition: bottom 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, background-color 0.3s, border-color 0.3s;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 18px;
    line-height: 39px;
    opacity: 0;
    z-index: 2000;
    text-align: center;
    text-decoration: none;
    padding-top: .18rem;
}

    .scroll-to-top-btn:hover {
        background-color: rgba(0, 0, 0, 0.8);
        color: #ffffff;
    }

    .scroll-to-top-btn:focus, .scroll-to-top-btn:active {
        color: #ffffff;
    }

    .scroll-to-top-btn.visible {
        bottom: 14px;
        opacity: 1;
    }

@media (max-width: 768px) {
    .scroll-to-top-btn {
        bottom: -72px;
        width: 36px;
        height: 36px;
        line-height: 31px;
    }
}

.facebook-btn,
.twitter-btn,
.google-btn {
    text-transform: none;
}

    .facebook-btn > i,
    .twitter-btn > i,
    .google-btn > i {
        margin-top: 0;
    }

.facebook-btn {
    border-color: #3b5998;
    background-color: transparent;
    color: #3b5998;
}

    .facebook-btn:hover {
        background-color: #3b5998;
        color: #ffffff;
    }

.twitter-btn {
    border-color: #55acee;
    background-color: transparent;
    color: #55acee;
}

    .twitter-btn:hover {
        background-color: #55acee;
        color: #ffffff;
    }

.google-btn {
    border-color: #dd4b39;
    background-color: transparent;
    color: #dd4b39;
}

    .google-btn > i {
        font-size: 1.3em;
    }

    .google-btn:hover {
        background-color: #dd4b39;
        color: #ffffff;
    }

/* Base class */
.social-button {
    display: inline-block;
    margin-top: 5px;
    margin-right: 18px;
    margin-bottom: 5px;
    transition: color .3s;
    color: #606975;
    font-size: 13px;
    text-decoration: none;
    vertical-align: middle;
}

    .social-button.shape-circle, .social-button.shape-rounded, .social-button.shape-square {
        width: 36px;
        height: 36px;
        margin-right: 8px;
        border: 1px solid #e1e7ec;
        line-height: 35px;
        text-align: center;
    }

    .social-button.shape-circle {
        border-radius: 50%;
    }

    .social-button.shape-rounded {
        border-radius: 5px;
    }

    .social-button:focus {
        text-decoration: none;
    }

.text-center .social-button {
    margin-right: 9px;
    margin-left: 9px;
}

    .text-center .social-button.shape-circle, .text-center .social-button.shape-rounded, .text-center .social-button.shape-square {
        margin-right: 4px;
        margin-left: 4px;
    }

.text-right .social-button {
    margin-right: 0;
    margin-left: 18px;
}

    .text-right .social-button.shape-circle, .text-right .social-button.shape-rounded, .text-right .social-button.shape-square {
        margin-right: 0;
        margin-left: 8px;
    }

/* Facebook */
.sb-facebook:hover, .sb-facebook:focus {
    color: #3b5998 !important;
}

/* Instagram */
.sb-instagram:hover, .sb-instagram:focus {
    color: #3f729b !important;
}

.sb-light-skin {
    transition: all .3s;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.6) !important;
}

    .sb-light-skin:hover, .sb-light-skin:focus {
        color: #ffffff !important;
    }

    .sb-light-skin.shape-circle, .sb-light-skin.shape-rounded, .sb-light-skin.shape-square {
        border-color: rgba(255, 255, 255, 0.12);
    }

        .sb-light-skin.shape-circle:hover, .sb-light-skin.shape-rounded:hover, .sb-light-skin.shape-square:hover {
            background-color: rgba(255, 255, 255, 0.06);
        }

.sb-dark-skin {
    transition: all .3s;
    background-color: transparent;
    color: #000 !important;
}

    .sb-dark-skin:hover, .sb-dark-skin:focus {
        color: #000 !important;
    }

    .sb-dark-skin.shape-circle, .sb-dark-skin.shape-rounded, .sb-dark-skin.shape-square {
        border-color: #000;
    }

        .sb-dark-skin.shape-circle:hover, .sb-dark-skin.shape-rounded:hover, .sb-dark-skin.shape-square:hover {
            background-color: rgba(0, 0, 0, 0.06);
        }



.nav-tabs {
    border-bottom-color: #e1e7ec;
}

    .nav-tabs .nav-link {
        padding: 10px 20px;
        transition: color .3s;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        color: #606975;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: .05em;
        text-transform: uppercase;
        text-decoration: none;
    }

        .nav-tabs .nav-link:hover {
            color: #6cc24a;
        }

        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            border-color: transparent;
        }

        .nav-tabs .nav-link.disabled {
            cursor: not-allowed;
        }

            .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:hover {
                color: #9da9b9;
            }

        .nav-tabs .nav-link > i {
            margin-top: -3px;
            margin-right: 5px;
        }

        .nav-tabs .nav-item.show .nav-link,
        .nav-tabs .nav-link.active {
            border-color: #e1e7ec #e1e7ec #ffffff;
            color: #94a1b3;
        }

.tab-content {
    padding: 24px;
    border-right: 1px solid #e1e7ec;
    border-bottom: 1px solid #e1e7ec;
    border-left: 1px solid #e1e7ec;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    overflow: hidden;
}

    .tab-content p:last-child, .tab-content ul:last-child, .tab-content ol:last-child {
        margin-bottom: 0;
    }

.nav-pills .nav-link {
    margin-right: 5px;
    padding: 8px 16px;
    transition: all .3s;
    border-radius: 22px;
    color: #606975;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .07em;
    text-transform: uppercase;
    text-decoration: none;
}

    .nav-pills .nav-link:hover:not(.disabled) {
        background-color: #f5f5f5;
    }

    .nav-pills .nav-link.disabled {
        color: #9da9b9;
        cursor: not-allowed;
    }

    .nav-pills .nav-link > i {
        margin-top: -4px;
        margin-right: 5px;
    }

    .nav-pills .nav-item.show .nav-link,
    .nav-pills .nav-link.active {
        background-color: #6cc24a !important;
        color: #ffffff;
        cursor: default;
    }

.nav-pills + .tab-content {
    padding: 24px 0 0;
    border: 0;
    border-radius: 0;
}

.nav-pills.nav-justified .nav-link {
    margin-right: 0;
}

.nav-pills.justify-content-center .nav-link {
    margin: 0 3px;
}

.nav-pills.justify-content-end .nav-link {
    margin: 0 0 0 5px;
}

.nav-pills.flex-column .nav-link {
    margin: 0 0 5px;
}

.transition.fade {
    transition: all .4s ease-in-out;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .transition.fade.show {
        opacity: 1;
    }

.transition.scale.fade {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.transition.scaledown.fade {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

    .transition.scale.fade.show, .transition.scaledown.fade.show {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

.transition.left.fade {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
}

.transition.right.fade {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
}

    .transition.left.fade.show, .transition.right.fade.show {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

.transition.top.fade {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
}

.transition.bottom.fade {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
}

    .transition.top.fade.show, .transition.bottom.fade.show {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

.transition.flip.fade {
    -webkit-transform: rotateY(-90deg) scale(1.1);
    transform: rotateY(-90deg) scale(1.1);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

    .transition.flip.fade.show {
        -webkit-transform: rotateY(0deg) scale(1);
        transform: rotateY(0deg) scale(1);
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

.card {
    border-radius: 7px;
    border-color: #e1e7ec;
}

    .card .google-map {
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }

.card-header {
    border-bottom-color: #e1e7ec;
}

    .card-header h1, .card-header .h1, .card-header h2, .card-header .h2, .card-header h3, .card-header .h3,
    .card-header h4, .card-header .h4, .card-header h5, .card-header .h5, .card-header h6, .card-header .h6 {
        margin-bottom: 0;
    }

    .card-header:first-child {
        border-radius: 7px 7px 0 0;
    }

.card-header,
.card-footer {
    background-color: #f5f5f5;
}

.card-footer {
    border-top-color: #e1e7ec;
}

    .card-footer:last-child {
        border-radius: 0 0 7px 7px;
    }

.card-body p:last-child, .card-body ol:last-child, .card-body ul:last-child {
    margin-bottom: 0;
}

.card-body .tab-content {
    padding: 0;
    border: 0;
}

.text-white .card-title,
.text-light .card-title {
    color: #ffffff;
}

.card-group .card .card-footer {
    border-radius: 0;
}

.card-group .card:first-child .card-footer {
    border-bottom-left-radius: 7px;
}

.card-group .card:last-child .card-footer {
    border-bottom-right-radius: 7px;
}

.card-img-tiles {
    display: block;
    border-bottom: 1px solid #e1e7ec;
}

    .card-img-tiles > .inner {
        display: table;
        width: 100%;
    }

    .card-img-tiles .main-img,
    .card-img-tiles .thumblist {
        display: table-cell;
        width: 65%;
        padding: 15px;
        vertical-align: middle;
    }

        .card-img-tiles .main-img > img,
        .card-img-tiles .thumblist > img {
            display: block;
            width: 100%;
            margin-bottom: 6px;
        }

            .card-img-tiles .main-img > img:last-child,
            .card-img-tiles .thumblist > img:last-child {
                margin-bottom: 0;
            }

    .card-img-tiles .thumblist {
        width: 35%;
        border-left: 1px solid #e1e7ec;
    }

.category-card .view-button {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    transition: all .4s;
    opacity: 0;
}

.category-card:hover .view-button {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.touchevents .category-card .view-button {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

@media (max-width: 768px) {
    .category-card .view-button {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.accordion .card {
    margin-bottom: 8px;
}

.accordion [data-toggle='collapse'] {
    display: block;
    position: relative;
    color: #606975;
    text-decoration: none;
}

    .accordion [data-toggle='collapse']::after {
        position: absolute;
        top: 50%;
        right: 0;
        width: 0;
        height: 0;
        margin-top: -2px;
        transition: -webkit-transform .25s;
        transition: transform .25s;
        border-right: 5px solid transparent;
        border-bottom: 5px dashed;
        border-left: 5px solid transparent;
        content: '';
    }

    .accordion [data-toggle='collapse'].collapsed::after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .accordion [data-toggle='collapse'] > i {
        margin-top: -4px;
        margin-right: 7px;
    }

        .accordion [data-toggle='collapse'] > i.socicon-paypal {
            display: inline-block;
            margin-top: 1px;
            font-size: .8em;
            vertical-align: middle;
        }

        .accordion [data-toggle='collapse'] > i.icon-medal {
            width: 16px;
            height: 16px;
            background-size: 16px;
        }

.pagination {
    display: table;
    width: 100%;
    border-top: 1px solid #e1e7ec;
}

.paginate-override {
    display: flex;
    border-top: none;
}

.pagination > .column {
    display: table-cell;
    padding-top: 16px;
    vertical-align: middle;
}

.pagination .pages {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .pagination .pages > li {
        display: inline-block;
        width: 36px;
        height: 36px;
        font-size: 14px;
        font-weight: 500;
        line-height: 34px;
        text-align: center;
    }

        .pagination .pages > li > a {
            display: block;
            width: 36px;
            height: 36px;
            transition: all .3s;
            border: 1px solid transparent;
            border-radius: 50%;
            color: #606975;
            line-height: 34px;
            text-decoration: none;
        }

            .pagination .pages > li > a:hover {
                border-color: #e1e7ec;
                background-color: #f5f5f5;
            }

        .pagination .pages > li.active > a {
            border-color: #6cc24a;
            background-color: #6cc24a;
            color: #ffffff;
        }

.pagination .btn > i {
    margin-top: -5px;
}

.entry-navigation {
    display: table;
    width: 100%;
    border-top: 1px solid #e1e7ec;
    border-bottom: 1px solid #e1e7ec;
    table-layout: fixed;
}

    .entry-navigation > .column {
        display: table-cell;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
        vertical-align: middle;
    }

    .entry-navigation .btn {
        margin: 0;
    }

        .entry-navigation .btn > i {
            margin-top: -4px;
        }

        .entry-navigation .btn.view-all {
            width: 44px;
            padding-right: 0;
            padding-left: 1px;
        }

            .entry-navigation .btn.view-all > i {
                margin-top: -6px;
                font-size: 1.4em;
            }

.comment {
    display: block;
    position: relative;
    margin-bottom: 30px;
    padding-left: 66px;
}

    .comment .comment-author-ava {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 50px;
        border-radius: 50%;
        overflow: hidden;
    }

        .comment .comment-author-ava > img {
            display: block;
            width: 100%;
        }

    .comment .comment-body {
        position: relative;
        padding: 24px;
        border: 1px solid #e1e7ec;
        border-radius: 7px;
        background-color: #ffffff;
    }

        .comment .comment-body::after, .comment .comment-body::before {
            position: absolute;
            top: 12px;
            right: 100%;
            width: 0;
            height: 0;
            border: solid transparent;
            content: '';
            pointer-events: none;
        }

        .comment .comment-body::after {
            border-width: 9px;
            border-color: transparent;
            border-right-color: #ffffff;
        }

        .comment .comment-body::before {
            margin-top: -1px;
            border-width: 10px;
            border-color: transparent;
            border-right-color: #e1e7ec;
        }

    .comment .comment-title {
        margin-bottom: 8px;
        color: #606975;
        font-size: 14px;
        font-weight: 500;
    }

    .comment .comment-text {
        margin-bottom: 12px;
    }

    .comment .comment-footer {
        display: table;
        width: 100%;
    }

        .comment .comment-footer > .column {
            display: table-cell;
            vertical-align: middle;
        }

            .comment .comment-footer > .column:last-child {
                text-align: right;
            }

    .comment .comment-meta {
        color: #9da9b9;
        font-size: 13px;
    }

    .comment .reply-link {
        transition: color .3s;
        color: #606975;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: .07em;
        text-transform: uppercase;
        text-decoration: none;
    }

        .comment .reply-link > i {
            display: inline-block;
            margin-top: -3px;
            margin-right: 4px;
            vertical-align: middle;
        }

        .comment .reply-link:hover {
            color: #6cc24a;
        }

    .comment.comment-reply {
        margin-top: 30px;
        margin-bottom: 0;
    }

@media (max-width: 576px) {
    .comment {
        padding-left: 0;
    }

        .comment .comment-author-ava {
            display: none;
        }

        .comment .comment-body {
            padding: 15px;
        }

            .comment .comment-body::before, .comment .comment-body::after {
                display: none;
            }
}

.tooltip {
    font-family: "Sofia Pro", Helvetica, Arial, sans-serif;
}

    .tooltip.bs-tooltip-top .arrow::before {
        border-top-color: #2f3844;
    }

    .tooltip.bs-tooltip-right .arrow::before {
        border-right-color: #2f3844;
    }

    .tooltip.bs-tooltip-bottom .arrow::before {
        border-bottom-color: #2f3844;
    }

    .tooltip.bs-tooltip-left .arrow::before {
        border-left-color: #2f3844;
    }

    .tooltip.show {
        opacity: 1;
    }

.tooltip-inner {
    border-radius: 3px;
    background-color: #2f3844;
    color: #ffffff;
    font-size: 13px;
}

.popover {
    border-radius: 7px;
    border-color: #e1e7ec;
    font-family: "Sofia Pro", Helvetica, Arial, sans-serif;
}

    .popover.bs-popover-top .arrow::before {
        border-top-color: #d5dde4;
    }

    .popover.bs-popover-right .arrow::before {
        border-right-color: #d5dde4;
    }

    .popover.bs-popover-bottom .arrow::before {
        border-bottom-color: #d5dde4;
    }

    .popover.bs-popover-bottom .arrow::after {
        border-bottom-color: #f7f7f7;
    }

    .popover.bs-popover-left .arrow::before {
        border-left-color: #d5dde4;
    }

.popover-header {
    color: #374250;
    font-family: inherit;
}

.popover-body {
    color: #606975;
}

.example-tooltip .tooltip {
    display: inline-block;
    position: relative;
    margin: 10px 20px;
    opacity: 1;
}

.example-popover .popover {
    display: block;
    position: relative;
    width: 260px;
    margin: 1.25rem;
    float: left;
}

.bs-tooltip-bottom-demo .arrow,
.bs-tooltip-top-demo .arrow {
    left: 50%;
    margin-left: -2px;
}

.bs-tooltip-left-demo .arrow,
.bs-tooltip-right-demo .arrow {
    top: 50%;
    margin-top: -2px;
}

.bs-popover-bottom-demo .arrow,
.bs-popover-top-demo .arrow {
    left: 50%;
    margin-left: -11px;
}

.bs-popover-left-demo .arrow,
.bs-popover-right-demo .arrow {
    top: 50%;
    margin-top: -8px;
}

.dropdown-menu {
    border-color: #e1e7ec;
    border-radius: 5px;
    font-size: 14px;
    box-shadow: 0 7px 22px -5px rgba(47, 56, 68, 0.2);
    max-height: 300px;
    overflow: auto;
    border: 0px solid rgba(0,0,0,.15);
}

    .dropdown-menu .dropdown-item {
        padding-right: 20px;
        padding-left: 20px;
        transition: color .3s;
        text-decoration: none;
    }

        .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:active {
            background: 0;
        }

        .dropdown-menu .dropdown-item:hover {
            color: #6cc24a;
        }

        .dropdown-menu .dropdown-item.active {
            color: #6cc24a;
        }

    .dropdown-menu a.dropdown-item {
        font-weight: 400;
    }

.dropdown-toggle::after {
    margin-top: 1px;
    margin-left: .3em;
    vertical-align: .2em;
}

.btn.dropdown-toggle::after {
    vertical-align: .2em;
}

.show .dropdown-menu {
    -webkit-animation: dropdown-show .25s;
    animation: dropdown-show .25s;
}

@-webkit-keyframes dropdown-show {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes dropdown-show {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.list-group-item {
    border-color: #e1e7ec;
    background-color: #ffffff;
    text-decoration: none;
}

    .list-group-item:first-child {
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }

    .list-group-item:last-child {
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
    }

    .list-group-item i {
        margin-top: -4px;
        margin-right: 8px;
        font-size: 1.1em;
    }

    .list-group-item p, .list-group-item ul, .list-group-item ol, .list-group-item li, .list-group-item span {
        font-weight: normal !important;
    }

a.list-group-item,
.list-group-item-action {
    transition: all .25s;
    color: #606975;
    font-weight: 500;
}

    a.list-group-item:hover, a.list-group-item:focus, a.list-group-item:active,
    .list-group-item-action:hover,
    .list-group-item-action:focus,
    .list-group-item-action:active {
        background-color: #f5f5f5;
        color: #606975;
    }

a.list-group-item {
    padding-top: .87rem;
    padding-bottom: .87rem;
}

.with-badge {
    position: relative;
    padding-right: 3.3rem;
}

    .with-badge .badge {
        position: absolute;
        top: 50%;
        right: 1.15rem;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.badge {
    color: #ffffff;
    font-size: 90%;
    font-weight: 500;
}

    .badge.badge-default {
        background-color: #eaeef2;
        color: #606975;
    }

    .badge.badge-primary {
        background-color: #D5F1EE;
        color: #005952;
    }

    .badge.badge-info {
        background-color: #50c6e9;
    }

    .badge.badge-success {
        background-color: #43d9a3;
    }

    .badge.badge-warning {
        background-color: #ffb74f;
    }

    .badge.badge-danger {
        background-color: #ff5252;
    }

.list-group-item.active {
    border-color: #6cc24a;
    background-color: #6cc24a;
    color: #ffffff;
    cursor: default;
    pointer-events: none;
}

    .list-group-item.active h1, .list-group-item.active .h1, .list-group-item.active h2, .list-group-item.active .h2, .list-group-item.active h3, .list-group-item.active .h3,
    .list-group-item.active h4, .list-group-item.active .h4, .list-group-item.active h5, .list-group-item.active .h5, .list-group-item.active h6, .list-group-item.active .h6 {
        color: #ffffff;
    }

    .list-group-item.active .badge {
        background-color: #ffffff !important;
        color: #606975 !important;
    }

.list-group-item-info {
    background-color: rgba(80, 198, 233, 0.12);
    color: #50c6e9 !important;
}

    .list-group-item-info > *,
    .list-group-item-info h1, .list-group-item-info h2, .list-group-item-info h3, .list-group-item-info h4, .list-group-item-info h5, .list-group-item-info h6, .list-group-item-info p, .list-group-item-info ul, .list-group-item-info ol, .list-group-item-info a {
        color: #50c6e9 !important;
    }

.list-group-item-success {
    background-color: rgba(67, 217, 163, 0.12);
    color: #36d69d !important;
}

    .list-group-item-success > *,
    .list-group-item-success h1, .list-group-item-success h2, .list-group-item-success h3, .list-group-item-success h4, .list-group-item-success h5, .list-group-item-success h6, .list-group-item-success p, .list-group-item-success ul, .list-group-item-success ol, .list-group-item-success a {
        color: #36d69d !important;
    }

.list-group-item-warning {
    background-color: rgba(255, 183, 79, 0.12);
    color: #ffb140 !important;
}

    .list-group-item-warning > *,
    .list-group-item-warning h1, .list-group-item-warning h2, .list-group-item-warning h3, .list-group-item-warning h4, .list-group-item-warning h5, .list-group-item-warning h6, .list-group-item-warning p, .list-group-item-warning ul, .list-group-item-warning ol, .list-group-item-warning a {
        color: #ffb140 !important;
    }

.list-group-item-danger {
    background-color: rgba(255, 82, 82, 0.12);
    color: #ff5252 !important;
}

    .list-group-item-danger > *,
    .list-group-item-danger h1, .list-group-item-danger h2, .list-group-item-danger h3, .list-group-item-danger h4, .list-group-item-danger h5, .list-group-item-danger h6, .list-group-item-danger p, .list-group-item-danger ul, .list-group-item-danger ol, .list-group-item-danger a {
        color: #ff5252 !important;
    }

.list-group-item-action:hover.list-group-item-info,
.list-group-item-action.active.list-group-item-info {
    background-color: rgba(80, 198, 233, 0.24);
}

.list-group-item-action:hover.list-group-item-success,
.list-group-item-action.active.list-group-item-success {
    background-color: rgba(67, 217, 163, 0.24);
}

.list-group-item-action:hover.list-group-item-warning,
.list-group-item-action.active.list-group-item-warning {
    background-color: rgba(255, 183, 79, 0.24);
}

.list-group-item-action:hover.list-group-item-danger,
.list-group-item-action.active.list-group-item-danger {
    background-color: rgba(255, 82, 82, 0.24);
}

.card:not([class*='mb-']):not([class*='margin-bottom-']) + .list-group {
    margin-top: -1px;
}

    .card:not([class*='mb-']):not([class*='margin-bottom-']) + .list-group .list-group-item:first-child {
        border-radius: 0;
    }

.alert {
    position: relative;
    padding: 24px;
    border: 5px solid transparent;
    border-radius: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: padding-box;
}

    .alert i {
        display: inline-block;
        margin-top: -2px;
        vertical-align: middle;
    }

    .alert > *:last-child:not(.btn),
    .alert h1:last-child:not(.btn), .alert h2:last-child:not(.btn), .alert h3:last-child:not(.btn), .alert h4:last-child:not(.btn), .alert h5:last-child:not(.btn), .alert h6:last-child:not(.btn), .alert p:last-child:not(.btn), .alert ul:last-child:not(.btn), .alert ol:last-child:not(.btn), .alert a:last-child:not(.btn) {
        margin: 0;
    }

    .alert::before {
        display: block;
        position: absolute;
        top: -6px;
        right: -6px;
        bottom: -6px;
        left: -6px;
        border: 1px solid transparent;
        border-radius: 5px;
        content: '';
        z-index: -1;
    }

    .alert .alert-dismissible {
        transition: opacity .4s;
    }

        .alert .alert-dismissible.fade.show {
            opacity: 1;
        }

    .alert .alert-close {
        display: block;
        position: absolute;
        top: 10px;
        right: 12px;
        font-family: feather;
        font-size: 14px;
        cursor: pointer;
    }

.alert-default {
    background-color: rgba(96, 105, 117, 0.05);
    color: #606975;
}

    .alert-default::before {
        border-color: rgba(96, 105, 117, 0.13);
    }

    .alert-default > *:not(.text-white), .alert-default > *:not(.text-light),
    .alert-default h1:not(.text-white),
    .alert-default h1:not(.text-light), .alert-default h2:not(.text-white), .alert-default h2:not(.text-light), .alert-default h3:not(.text-white), .alert-default h3:not(.text-light), .alert-default h4:not(.text-white), .alert-default h4:not(.text-light), .alert-default h5:not(.text-white), .alert-default h5:not(.text-light), .alert-default h6:not(.text-white), .alert-default h6:not(.text-light), .alert-default p:not(.text-white), .alert-default p:not(.text-light), .alert-default ul:not(.text-white), .alert-default ul:not(.text-light), .alert-default ol:not(.text-white), .alert-default ol:not(.text-light), .alert-default a:not(.text-white), .alert-default a:not(.text-light) {
        color: #606975;
    }

    .alert-default .alert-close {
        color: #606975;
    }

.alert-primary {
    background-color: rgba(13, 169, 239, 0.12);
    color: #0da9ef;
}

    .alert-primary::before {
        border-color: rgba(13, 169, 239, 0.25);
    }

    .alert-primary > *:not(.text-white), .alert-primary > *:not(.text-light),
    .alert-primary h1:not(.text-white),
    .alert-primary h1:not(.text-light), .alert-primary h2:not(.text-white), .alert-primary h2:not(.text-light), .alert-primary h3:not(.text-white), .alert-primary h3:not(.text-light), .alert-primary h4:not(.text-white), .alert-primary h4:not(.text-light), .alert-primary h5:not(.text-white), .alert-primary h5:not(.text-light), .alert-primary h6:not(.text-white), .alert-primary h6:not(.text-light), .alert-primary p:not(.text-white), .alert-primary p:not(.text-light), .alert-primary ul:not(.text-white), .alert-primary ul:not(.text-light), .alert-primary ol:not(.text-white), .alert-primary ol:not(.text-light), .alert-primary a:not(.text-white), .alert-primary a:not(.text-light) {
        color: #0da9ef;
    }

    .alert-primary .alert-close {
        color: #0da9ef;
    }

.alert-info {
    background-color: rgba(80, 198, 233, 0.12);
    color: #50c6e9;
}

    .alert-info::before {
        border-color: rgba(80, 198, 233, 0.3);
    }

    .alert-info > *:not(.text-white), .alert-info > *:not(.text-light),
    .alert-info h1:not(.text-white),
    .alert-info h1:not(.text-light), .alert-info h2:not(.text-white), .alert-info h2:not(.text-light), .alert-info h3:not(.text-white), .alert-info h3:not(.text-light), .alert-info h4:not(.text-white), .alert-info h4:not(.text-light), .alert-info h5:not(.text-white), .alert-info h5:not(.text-light), .alert-info h6:not(.text-white), .alert-info h6:not(.text-light), .alert-info p:not(.text-white), .alert-info p:not(.text-light), .alert-info ul:not(.text-white), .alert-info ul:not(.text-light), .alert-info ol:not(.text-white), .alert-info ol:not(.text-light), .alert-info a:not(.text-white), .alert-info a:not(.text-light) {
        color: #50c6e9;
    }

    .alert-info .alert-close {
        color: #50c6e9;
    }

.alert-success {
    background-color: rgba(67, 217, 163, 0.12);
    color: #36d69d;
}

    .alert-success::before {
        border-color: rgba(67, 217, 163, 0.25);
    }

    .alert-success > *:not(.text-white), .alert-success > *:not(.text-light),
    .alert-success h1:not(.text-white),
    .alert-success h1:not(.text-light), .alert-success h2:not(.text-white), .alert-success h2:not(.text-light), .alert-success h3:not(.text-white), .alert-success h3:not(.text-light), .alert-success h4:not(.text-white), .alert-success h4:not(.text-light), .alert-success h5:not(.text-white), .alert-success h5:not(.text-light), .alert-success h6:not(.text-white), .alert-success h6:not(.text-light), .alert-success p:not(.text-white), .alert-success p:not(.text-light), .alert-success ul:not(.text-white), .alert-success ul:not(.text-light), .alert-success ol:not(.text-white), .alert-success ol:not(.text-light), .alert-success a:not(.text-white), .alert-success a:not(.text-light) {
        color: #36d69d;
    }

    .alert-success .alert-close {
        color: #36d69d;
    }

.alert-warning {
    background-color: rgba(255, 183, 79, 0.12);
    color: #ffb140;
}

    .alert-warning::before {
        border-color: rgba(255, 183, 79, 0.25);
    }

    .alert-warning > *:not(.text-white), .alert-warning > *:not(.text-light),
    .alert-warning h1:not(.text-white),
    .alert-warning h1:not(.text-light), .alert-warning h2:not(.text-white), .alert-warning h2:not(.text-light), .alert-warning h3:not(.text-white), .alert-warning h3:not(.text-light), .alert-warning h4:not(.text-white), .alert-warning h4:not(.text-light), .alert-warning h5:not(.text-white), .alert-warning h5:not(.text-light), .alert-warning h6:not(.text-white), .alert-warning h6:not(.text-light), .alert-warning p:not(.text-white), .alert-warning p:not(.text-light), .alert-warning ul:not(.text-white), .alert-warning ul:not(.text-light), .alert-warning ol:not(.text-white), .alert-warning ol:not(.text-light), .alert-warning a:not(.text-white), .alert-warning a:not(.text-light) {
        color: #ffb140;
    }

    .alert-warning .alert-close {
        color: #ffb140;
    }

.alert-danger {
    background-color: rgba(255, 82, 82, 0.12);
    color: #ff5252;
}

    .alert-danger::before {
        border-color: rgba(255, 82, 82, 0.25);
    }

    .alert-danger > *:not(.text-white), .alert-danger > *:not(.text-light),
    .alert-danger h1:not(.text-white),
    .alert-danger h1:not(.text-light), .alert-danger h2:not(.text-white), .alert-danger h2:not(.text-light), .alert-danger h3:not(.text-white), .alert-danger h3:not(.text-light), .alert-danger h4:not(.text-white), .alert-danger h4:not(.text-light), .alert-danger h5:not(.text-white), .alert-danger h5:not(.text-light), .alert-danger h6:not(.text-white), .alert-danger h6:not(.text-light), .alert-danger p:not(.text-white), .alert-danger p:not(.text-light), .alert-danger ul:not(.text-white), .alert-danger ul:not(.text-light), .alert-danger ol:not(.text-white), .alert-danger ol:not(.text-light), .alert-danger a:not(.text-white), .alert-danger a:not(.text-light) {
        color: #ff5252;
    }

    .alert-danger .alert-close {
        color: #ff5252;
    }

.alert-image-bg {
    border: 0;
}

    .alert-image-bg::before {
        display: none;
    }

.iziToast {
    border: 1px solid #e1e7ec;
    background: #f5f5f5;
}

    .iziToast::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 4px;
        box-shadow: 0 8px 10px -4px rgba(0, 0, 0, 0.2);
        content: '';
        z-index: -1;
    }

    .iziToast > .iziToast-body {
        margin-left: 15px;
    }

    .iziToast > .iziToast-close {
        width: 40px;
        transition: opacity .25s;
        background: none;
        background-position: center;
        background-color: transparent;
        background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE1LjY0MiAxNS42NDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1LjY0MiAxNS42NDIiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguODgyLDcuODIxbDYuNTQxLTYuNTQxYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjEgIGMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMEw3LjgyMSw2Ljc2TDEuMjgsMC4yMmMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMGMtMC4yOTMsMC4yOTMtMC4yOTMsMC43NjgsMCwxLjA2MSAgbDYuNTQxLDYuNTQxTDAuMjIsMTQuMzYyYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyczAuMzg0LTAuMDczLDAuNTMtMC4yMmw2LjU0MS02LjU0MSAgbDYuNTQxLDYuNTQxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyYzAuMTkyLDAsMC4zODQtMC4wNzMsMC41My0wLjIyYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjFMOC44ODIsNy44MjF6IiBmaWxsPSIjMzc0MjUwIi8+Cjwvc3ZnPgo=);
        background-size: 8px;
        background-repeat: no-repeat;
    }

    .iziToast.iziToast-info {
        border-color: rgba(80, 198, 233, 0.3);
        background-color: #e6f7fc;
        color: #39bfe6;
    }

    .iziToast.iziToast-success {
        border-color: #6cc24a;
        background-color: #6cc24a;
        ;
        color: #fff;
    }

    .iziToast.iziToast-warning {
        border-color: rgba(255, 183, 79, 0.3);
        background-color: #fff6e8;
        color: #ffb140;
    }

    .iziToast.iziToast-danger {
        border-color: rgba(255, 82, 82, 0.3);
        background-color: #ffebeb;
        color: #ff5252;
    }

.modal {
    z-index: 9200;
}

.modal-content {
    border-radius: 7px;
    border-color: #e1e7ec;
}

.modal-header,
.modal-body,
.modal-footer {
    padding-right: 20px;
    padding-left: 20px;
}

.modal-footer {
    padding-top: 12px;
    padding-bottom: 12px;
}

    .modal-footer .btn {
        margin-right: 0;
        margin-left: 12px;
    }

.modal-open.hasScrollbar .navbar-stuck {
    width: calc(100% - 15px);
}

.modal-backdrop {
    z-index: 9100;
}

.example-modal .modal {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
}

.progress {
    height: auto;
    border-radius: 9px;
    background-color: #f0f0f0;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
}

.progress-bar {
    height: 18px;
    background-color: #6cc24a;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    z-index: 1;
    -webkit-tap-highlight-color: transparent;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        -moz-backface-visibility: hidden;
        /* fix firefox animation glitch */
    }

        .owl-carousel .owl-stage::after {
            display: block;
            height: 0;
            clear: both;
            line-height: 0;
            content: '.';
            visibility: hidden;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        overflow: hidden;
    }

    .owl-carousel .owl-wrapper, .owl-carousel .owl-item {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
    }

        .owl-carousel .owl-item .owl-lazy {
            transition: opacity 400ms ease;
            opacity: 0;
        }

        .owl-carousel .owl-item .from-top, .owl-carousel .owl-item .from-bottom,
        .owl-carousel .owl-item .from-left, .owl-carousel .owl-item .from-right,
        .owl-carousel .owl-item .scale-up, .owl-carousel .owl-item .scale-down {
            transition: all .45s .3s ease-in-out;
            opacity: 0;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

        .owl-carousel .owl-item .from-top {
            -webkit-transform: translateY(-45px);
            -ms-transform: translateY(-45px);
            transform: translateY(-45px);
        }

        .owl-carousel .owl-item .from-bottom {
            -webkit-transform: translateY(45px);
            -ms-transform: translateY(45px);
            transform: translateY(45px);
        }

        .owl-carousel .owl-item .from-left {
            -webkit-transform: translateX(-45px);
            -ms-transform: translateX(-45px);
            transform: translateX(-45px);
        }

        .owl-carousel .owl-item .from-right {
            -webkit-transform: translateX(45px);
            -ms-transform: translateX(45px);
            transform: translateX(45px);
        }

        .owl-carousel .owl-item .scale-up {
            -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
            transform: scale(0.8);
        }

        .owl-carousel .owl-item .scale-down {
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
        }

        .owl-carousel .owl-item .delay-1 {
            transition-delay: .5s;
        }

        .owl-carousel .owl-item .delay-2 {
            transition-delay: .7s;
        }

        .owl-carousel .owl-item .delay-3 {
            transition-delay: .9s;
        }

        .owl-carousel .owl-item .delay-4 {
            transition-delay: 1.1s;
        }

        .owl-carousel .owl-item.active .from-top, .owl-carousel .owl-item.active .from-bottom {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }

        .owl-carousel .owl-item.active .from-left, .owl-carousel .owl-item.active .from-right {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
            opacity: 1;
        }

        .owl-carousel .owl-item.active .scale-up, .owl-carousel .owl-item.active .scale-down {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            opacity: 1;
        }

        .owl-carousel .owl-item > img {
            display: block;
            width: 100%;
        }

            .owl-carousel .owl-item > img.owl-lazy {
                -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
            }

    .owl-carousel .owl-nav.disabled,
    .owl-carousel .owl-dots.disabled {
        display: none;
    }

    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-dot {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel.owl-loading {
        display: block;
        opacity: 0;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden;
    }

    .owl-carousel.owl-drag .owl-item {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }

    .owl-carousel .animated {
        -webkit-animation-duration: 1000ms;
        animation-duration: 1000ms;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .owl-carousel .owl-animated-in {
        z-index: 0;
    }

    .owl-carousel .owl-animated-out {
        z-index: 1;
    }

    .owl-carousel .fadeOut {
        -webkit-animation-name: fadeOut;
        animation-name: fadeOut;
    }

    .owl-carousel .owl-dots {
        display: block;
        width: 100%;
        margin-top: 18px;
        text-align: center;
    }

        .owl-carousel .owl-dots .owl-dot {
            display: inline-block;
            width: 6px;
            height: 6px;
            margin: 0 6px;
            transition: opacity .25s;
            border-radius: 50%;
            background-color: #606975;
            opacity: .3;
        }

            .owl-carousel .owl-dots .owl-dot.active {
                opacity: .9;
            }

    .owl-carousel .owl-prev,
    .owl-carousel .owl-next {
        display: block;
        position: absolute;
        top: 50%;
        width: 44px;
        height: 44px;
        margin-top: -42px;
        transition: opacity .3s;
        border: 1px solid #e1e7ec;
        border-radius: 50%;
        background-color: #ffffff;
        color: #374250;
        line-height: 40px;
        text-align: center;
        opacity: .7;
    }

        .owl-carousel .owl-prev:hover,
        .owl-carousel .owl-next:hover {
            opacity: 1;
        }

        .owl-carousel .owl-prev::before,
        .owl-carousel .owl-next::before {
            font-family: feather;
            font-size: 19px;
            content: '\f115';
        }

    .owl-carousel .owl-prev {
        left: 20px;
    }

        .owl-carousel .owl-prev::before {
            content: '\e094';
        }

    .owl-carousel .owl-next {
        right: 20px;
    }

        .owl-carousel .owl-next::before {
            content: '\e095';
        }

    .owl-carousel.large-controls .owl-prev,
    .owl-carousel.large-controls .owl-next {
        width: 54px;
        height: 54px;
        margin-top: -47px;
        line-height: 50px;
    }

    .owl-carousel.large-controls .owl-prev {
        left: 30px;
    }

    .owl-carousel.large-controls .owl-next {
        right: 30px;
    }

    .owl-carousel.dots-inside .owl-dots {
        position: absolute;
        bottom: 0;
        margin: 0;
        padding-bottom: 24px;
    }

        .owl-carousel.dots-inside .owl-dots .owl-dot {
            background-color: #ffffff;
            opacity: .5;
        }

            .owl-carousel.dots-inside .owl-dots .owl-dot.active {
                opacity: 1;
            }

    .owl-carousel.dots-inside .owl-prev,
    .owl-carousel.dots-inside .owl-next {
        margin-top: -22px;
    }

    .owl-carousel.dots-inside.large-controls .owl-prev,
    .owl-carousel.dots-inside.large-controls .owl-next {
        margin-top: -27px;
    }

    .owl-carousel .widget {
        margin-bottom: 0;
    }

        .owl-carousel .widget.widget-featured-posts > .entry {
            margin-bottom: 0;
        }

.no-js .owl-carousel {
    display: block;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height 500ms ease-in-out;
}

.hero-slider {
    width: 100%;
    min-height: 580px;
    background-position: center;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

    .hero-slider > .owl-carousel {
        min-height: 580px;
    }

        .hero-slider > .owl-carousel.dots-inside .owl-dots {
            display: inline-block;
            left: 50%;
            width: auto;
            padding: 10px 22px 14px;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            border-top-left-radius: 7px;
            border-top-right-radius: 7px;
            background-color: #606975;
        }

        .hero-slider > .owl-carousel .owl-prev,
        .hero-slider > .owl-carousel .owl-next {
            transition: all .35s ease-in-out;
        }

        .hero-slider > .owl-carousel .owl-prev {
            -webkit-transform: translateX(-150px);
            -ms-transform: translateX(-150px);
            transform: translateX(-150px);
        }

        .hero-slider > .owl-carousel .owl-next {
            -webkit-transform: translateX(150px);
            -ms-transform: translateX(150px);
            transform: translateX(150px);
        }

        .hero-slider > .owl-carousel:hover .owl-prev,
        .hero-slider > .owl-carousel:hover .owl-next {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }

@media (max-width: 991px) {
    .hero-slider > .owl-carousel .owl-prev,
    .hero-slider > .owl-carousel .owl-next {
        display: none;
    }
}

@media (max-width: 1100px) {
    .hero-slider {
        min-height: 430px;
    }

        .hero-slider > .owl-carousel {
            min-height: 430px;
        }
}

.gallery-item {
    margin-bottom: 30px;
}

    .gallery-item > a {
        display: block;
        position: relative;
        width: 100%;
        border-radius: 7px;
        text-decoration: none;
        overflow: hidden;
    }

        .gallery-item > a > img {
            display: block;
            width: 100%;
        }

        .gallery-item > a::before {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #000000;
            content: '';
            opacity: 0;
            z-index: 1;
            transition: opacity .3s;
        }

        .gallery-item > a::after {
            display: block;
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            margin-top: -19px;
            -webkit-transform: translateY(15px);
            -ms-transform: translateY(15px);
            transform: translateY(15px);
            transition: all .35s;
            color: #ffffff;
            font-family: feather;
            font-size: 26px;
            text-align: center;
            opacity: 0;
            z-index: 5;
        }

        .gallery-item > a:hover::before {
            opacity: .45;
        }

        .gallery-item > a:hover::after {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }

        .gallery-item > a[data-type='video']::after {
            left: 50%;
            width: 46px;
            height: 46px;
            margin-top: -22px;
            margin-left: -22px;
            padding-left: 5px;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            border-radius: 50%;
            background-color: #ffffff;
            color: #606975;
            font-size: 27px;
            line-height: 42px;
            box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
            content: '\e052';
            opacity: 1;
        }

    .gallery-item.no-hover-effect > a::before {
        display: none;
    }

.grid-no-gap .gallery-item {
    margin-bottom: 0;
}

    .grid-no-gap .gallery-item > a {
        border-radius: 0;
    }

.owl-carousel .gallery-item {
    margin-bottom: 0;
}

.wrapper {
    line-height: 0;
    width: 100%;
    max-width: 900px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    width: 100%;
}

    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

video {
    width: 100% !important;
    height: auto !important;
}


.countdown {
    display: inline-block;
}

    .countdown::after {
        display: block;
        clear: both;
        content: '';
    }

    .countdown .item {
        display: block;
        margin: 7px;
        float: left;
        text-align: center;
    }

        .countdown .item .days, .countdown .item .hours,
        .countdown .item .minutes, .countdown .item .seconds {
            width: 48px;
            height: 48px;
            margin-bottom: 5px;
            border: 1px solid #e1e7ec;
            border-radius: 7px;
            font-size: 22px;
            line-height: 46px;
        }

        .countdown .item .days_ref, .countdown .item .hours_ref,
        .countdown .item .minutes_ref, .countdown .item .seconds_ref {
            font-size: 12px;
            text-transform: uppercase;
        }

    .countdown.countdown-inverse .item .days, .countdown.countdown-inverse .item .hours,
    .countdown.countdown-inverse .item .minutes, .countdown.countdown-inverse .item .seconds {
        border-color: rgba(255, 255, 255, 0.12);
        color: #ffffff;
    }

    .countdown.countdown-inverse .item .days_ref, .countdown.countdown-inverse .item .hours_ref,
    .countdown.countdown-inverse .item .minutes_ref, .countdown.countdown-inverse .item .seconds_ref {
        color: rgba(255, 255, 255, 0.8);
    }

.sidebar {
    width: 100%;
}

.sidebar-toggle {
    display: none;
}

.widget-title {
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e1e7ec;
    color: #9da9b9;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.widget {
    margin-bottom: 0px;
}

    .widget .form-group {
        margin-bottom: 0;
    }

    .widget ul {
        margin-bottom: 12px;
    }

    .widget .market-button:last-child {
        margin-bottom: 0;
    }

    .widget .custom-control:last-child {
        margin-bottom: 0 !important;
    }

.widget-categories ul,
.widget-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .widget-categories ul > li,
    .widget-links ul > li {
        position: relative;
        margin-bottom: 5px;
        padding-left: 14px;
    }

        .widget-categories ul > li:last-child,
        .widget-links ul > li:last-child {
            margin-bottom: 0;
        }

        .widget-categories ul > li::before,
        .widget-links ul > li::before {
            display: block;
            position: absolute;
            top: 12px;
            left: 0;
            width: 0;
            height: 0;
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
            transition: -webkit-transform .35s;
            transition: transform .35s;
            border-top: 4px dashed;
            border-right: 4px solid transparent;
            border-left: 4px solid transparent;
            color: #9da9b9;
            content: '';
        }

        .widget-categories ul > li > a,
        .widget-links ul > li > a {
            display: inline-block;
            transition: color .3s;
            color: #606975;
            font-size: 14px;
            font-weight: 300;
            text-decoration: none;
        }

            .widget-categories ul > li > a:hover,
            .widget-links ul > li > a:hover {
                color: #6cc24a;
            }

        .widget-categories ul > li.active > a,
        .widget-links ul > li.active > a {
            color: #6cc24a;
        }

        .widget-categories ul > li > span,
        .widget-links ul > li > span {
            margin-left: 4px;
            color: #9da9b9;
        }

        .widget-categories ul > li.has-children ul,
        .widget-links ul > li.has-children ul {
            border-left: 1px solid #dee5ea;
        }

            .widget-categories ul > li.has-children ul li::before,
            .widget-links ul > li.has-children ul li::before {
                top: 14px;
                width: 8px;
                height: 1px;
                -webkit-transform: none;
                -ms-transform: none;
                transform: none;
                border: 0;
                background-color: #dee5ea;
                color: transparent;
            }

            .widget-categories ul > li.has-children ul li a,
            .widget-links ul > li.has-children ul li a {
                font-size: 13px;
            }

            .widget-categories ul > li.has-children ul ul > li,
            .widget-links ul > li.has-children ul ul > li {
                margin-bottom: 0;
            }

        .widget-categories ul > li.has-children > ul,
        .widget-links ul > li.has-children > ul {
            max-height: 0;
            transition: max-height .6s;
            overflow: hidden;
        }

        .widget-categories ul > li.has-children.expanded::before,
        .widget-links ul > li.has-children.expanded::before {
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0);
        }

        .widget-categories ul > li.has-children.expanded > ul,
        .widget-links ul > li.has-children.expanded > ul {
            max-height: 800px;
        }

.widget-featured-posts > .entry,
.widget-featured-products > .entry {
    display: table;
    width: 100%;
    margin-bottom: 18px;
}

    .widget-featured-posts > .entry .entry-thumb,
    .widget-featured-posts > .entry .entry-content,
    .widget-featured-products > .entry .entry-thumb,
    .widget-featured-products > .entry .entry-content {
        display: table-cell;
        vertical-align: middle;
    }

    .widget-featured-posts > .entry .entry-thumb,
    .widget-featured-products > .entry .entry-thumb {
        width: 62px;
        padding-right: 12px;
    }

        .widget-featured-posts > .entry .entry-thumb > a,
        .widget-featured-products > .entry .entry-thumb > a {
            display: block;
            border-radius: 50%;
            overflow: hidden;
        }

            .widget-featured-posts > .entry .entry-thumb > a > img,
            .widget-featured-products > .entry .entry-thumb > a > img {
                width: 100%;
            }

    .widget-featured-posts > .entry .entry-title,
    .widget-featured-products > .entry .entry-title {
        margin-bottom: 0;
        font-size: 14px;
    }

        .widget-featured-posts > .entry .entry-title > a,
        .widget-featured-products > .entry .entry-title > a {
            transition: color .3s;
            color: #606975;
            font-weight: 500;
            text-decoration: none;
        }

            .widget-featured-posts > .entry .entry-title > a:hover,
            .widget-featured-products > .entry .entry-title > a:hover {
                color: #6cc24a;
            }

    .widget-featured-posts > .entry .entry-meta,
    .widget-featured-products > .entry .entry-meta {
        display: block;
        margin-bottom: 0;
        padding-top: 4px;
        color: #9da9b9;
        font-size: 12px;
    }

.widget-featured-products > .entry {
    margin-bottom: 12px;
}

    .widget-featured-products > .entry .entry-thumb > a {
        border-radius: 0;
    }

    .widget-featured-products > .entry .entry-meta {
        color: #606975;
        font-size: 13px;
    }

.tag {
    display: inline-block;
    height: 28px;
    margin-right: 4px;
    margin-bottom: 8px;
    padding: 0 12px;
    transition: all .3s;
    border: 1px solid #e1e7ec;
    border-radius: 14px;
    color: #606975 !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 25px;
    text-decoration: none !important;
    white-space: nowrap;
}

    .tag:hover {
        background-color: #f5f5f5;
        color: #606975 !important;
    }

    .tag.active {
        border-color: #6cc24a;
        background-color: #6cc24a;
        color: #ffffff !important;
        cursor: default;
    }

.text-right .tag {
    margin-right: 0;
    margin-left: 4px;
}

.text-center .tag {
    margin-right: 2px;
    margin-left: 2px;
}

.widget-order-summary .table td {
    padding: 6px 0;
    border: 0;
}

    .widget-order-summary .table td:last-child {
        text-align: right;
    }

.widget-order-summary .table tr:first-child > td {
    padding-top: 0;
}

.widget-order-summary .table tr:last-child > td {
    padding-top: 12px;
    border-top: 1px solid #e1e7ec;
}

.widget-order-summary .table tr:nth-last-child(2) > td {
    padding-bottom: 12px;
}

.widget-light-skin .widget-title {
    border-color: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.5);
}

.widget-light-skin.widget-categories ul > li::before, .widget-light-skin.widget-links ul > li::before {
    color: rgba(255, 255, 255, 0.15);
}

.widget-light-skin.widget-categories ul > li > a, .widget-light-skin.widget-links ul > li > a {
    color: #ffffff;
}

    .widget-light-skin.widget-categories ul > li > a:hover, .widget-light-skin.widget-links ul > li > a:hover {
        color: #6cc24a;
    }

.widget-light-skin.widget-categories ul > li.active > a, .widget-light-skin.widget-links ul > li.active > a {
    color: #6cc24a;
}

.widget-light-skin.widget-categories ul > li > span, .widget-light-skin.widget-links ul > li > span {
    color: rgba(255, 255, 255, 0.5);
}

.widget-light-skin.widget-featured-posts > .entry .entry-title > a, .widget-light-skin.widget-featured-products > .entry .entry-title > a {
    color: #ffffff;
}

    .widget-light-skin.widget-featured-posts > .entry .entry-title > a:hover, .widget-light-skin.widget-featured-products > .entry .entry-title > a:hover {
        color: #6cc24a;
    }

.widget-light-skin.widget-featured-posts > .entry .entry-meta, .widget-light-skin.widget-featured-products > .entry .entry-meta {
    color: rgba(255, 255, 255, 0.5);
}

.widget-light-skin .tag {
    border-color: rgba(255, 255, 255, 0.12);
    color: #ffffff !important;
}

    .widget-light-skin .tag:hover {
        background-color: #f5f5f5;
        color: #606975 !important;
    }

    .widget-light-skin .tag.active {
        border-color: #6cc24a;
        background-color: #6cc24a;
        color: #ffffff !important;
    }

.steps .step {
    display: block;
    width: 100%;
    margin-bottom: 35px;
    text-align: center;
}

    .steps .step .step-icon-wrap {
        display: block;
        position: relative;
        width: 100%;
        height: 80px;
        text-align: center;
    }

        .steps .step .step-icon-wrap::before, .steps .step .step-icon-wrap::after {
            display: block;
            position: absolute;
            top: 50%;
            width: 50%;
            height: 3px;
            margin-top: -1px;
            background-color: #e1e7ec;
            content: '';
            z-index: 1;
        }

        .steps .step .step-icon-wrap::before {
            left: 0;
        }

        .steps .step .step-icon-wrap::after {
            right: 0;
        }

    .steps .step .step-icon {
        display: inline-block;
        position: relative;
        width: 80px;
        height: 80px;
        border: 1px solid #e1e7ec;
        border-radius: 50%;
        background-color: #f5f5f5;
        color: #374250;
        font-size: 38px;
        line-height: 81px;
        z-index: 5;
    }

    .steps .step .step-title {
        margin-top: 16px;
        margin-bottom: 0;
        color: #606975;
        font-size: 14px;
        font-weight: 500;
    }

    .steps .step:first-child .step-icon-wrap::before {
        display: none;
    }

    .steps .step:last-child .step-icon-wrap::after {
        display: none;
    }

    .steps .step.completed .step-icon-wrap::before, .steps .step.completed .step-icon-wrap::after {
        background-color: #6cc24a;
    }

    .steps .step.completed .step-icon {
        border-color: #6cc24a;
        background-color: #6cc24a;
        color: #ffffff;
    }

@media (max-width: 576px) {
    .flex-sm-nowrap .step .step-icon-wrap::before, .flex-sm-nowrap .step .step-icon-wrap::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .flex-md-nowrap .step .step-icon-wrap::before, .flex-md-nowrap .step .step-icon-wrap::after {
        display: none;
    }
}

@media (max-width: 991px) {
    .flex-lg-nowrap .step .step-icon-wrap::before, .flex-lg-nowrap .step .step-icon-wrap::after {
        display: none;
    }
}

@media (max-width: 1200px) {
    .flex-xl-nowrap .step .step-icon-wrap::before, .flex-xl-nowrap .step .step-icon-wrap::after {
        display: none;
    }
}

.promo-box {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    background-position: center;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-size: cover;
}

    .promo-box .overlay-dark,
    .promo-box .overlay-light {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000000;
        content: '';
        opacity: 0.5;
        z-index: 1;
    }

    .promo-box .overlay-light {
        background-color: #ffffff;
    }

    .promo-box .promo-box-content {
        position: relative;
        z-index: 5;
    }

.fw-section,
.fh-section {
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

    .fw-section > .overlay,
    .fh-section > .overlay {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000000;
        content: '';
        opacity: 0.6;
        z-index: 1;
    }

    .fw-section > .container,
    .fw-section > .container-fluid,
    .fw-section > div,
    .fh-section > .container,
    .fh-section > .container-fluid,
    .fh-section > div {
        position: relative;
        z-index: 5;
    }

    .fw-section.bg-fixed,
    .fh-section.bg-fixed {
        background-attachment: fixed;
    }

    .fw-section.no-cover-bg,
    .fh-section.no-cover-bg {
        background-size: auto;
    }

.fw-section {
    width: 100%;
}

.fh-section {
    height: 100vh;
}

.topbar {
    width: 100%;
    height: 42px;
    border-bottom: 1px solid #e1e7ec;
    background-color: #f5f5f5;
    z-index: 12;
    padding-right: 0 !important;
}

    .topbar .topbar-column {
        line-height: 40px;
        float: left;
        width: 50%;
    }

        .topbar .topbar-column:last-child {
            text-align: right;
        }

        .topbar .topbar-column:first-child {
            text-align: left;
        }

        .topbar .topbar-column a:not(.social-button), .topbar .topbar-column span, .topbar .topbar-column p {
            color: #606975;
            font-size: 13px;
        }

        .topbar .topbar-column > a:not(.social-button), .topbar .topbar-column > span, .topbar .topbar-column > p {
            display: inline-block;
        }

            .topbar .topbar-column > a:not(.social-button) > i, .topbar .topbar-column > span > i, .topbar .topbar-column > p > i {
                margin-top: -3px;
            }

                .topbar .topbar-column > a:not(.social-button) > i.icon-download, .topbar .topbar-column > span > i.icon-download, .topbar .topbar-column > p > i.icon-download {
                    margin-top: -4px;
                }

        .topbar .topbar-column a:not(.social-button) {
            transition: color .3s;
            text-decoration: none;
        }

            .topbar .topbar-column a:not(.social-button):hover {
                color: #6cc24a;
            }

        .topbar .topbar-column:last-child > a:not(.social-button), .topbar .topbar-column:last-child > span, .topbar .topbar-column:last-child > p {
            margin-left: 20px;
        }

        .topbar .topbar-column:first-child > a:not(.social-button), .topbar .topbar-column:first-child > span, .topbar .topbar-column:first-child > p {
            margin-right: 20px;
        }

.lang-currency-switcher-wrap {
    display: inline-block;
    position: relative;
    margin-left: 22px;
    cursor: pointer;
    vertical-align: middle;
}

    .lang-currency-switcher-wrap .lang-currency-switcher > .language, .lang-currency-switcher-wrap .lang-currency-switcher > .currency, .lang-currency-switcher-wrap .lang-currency-switcher::after {
        display: inline-block;
        transition: color .3s;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        vertical-align: middle;
    }

    .lang-currency-switcher-wrap .lang-currency-switcher > .language {
        width: 20px;
    }

    .lang-currency-switcher-wrap .lang-currency-switcher > .currency {
        margin-left: 12px;
        padding: 4px 0 4px 12px;
        border-left: 1px solid #e1e7ec;
    }

    .lang-currency-switcher-wrap .lang-currency-switcher::after {
        margin-left: 6px;
        transition: all .3s;
    }

    .lang-currency-switcher-wrap .lang-currency-switcher:hover > .language, .lang-currency-switcher-wrap .lang-currency-switcher:hover > .currency, .lang-currency-switcher-wrap .lang-currency-switcher:hover::after {
        color: #6cc24a;
    }

    .lang-currency-switcher-wrap.show > .lang-currency-switcher .currency,
    .lang-currency-switcher-wrap.show > .lang-currency-switcher::after {
        color: #6cc24a;
    }

    .lang-currency-switcher-wrap .dropdown-menu {
        right: 0;
        left: auto;
        padding-bottom: 12px;
    }

    .lang-currency-switcher-wrap .dropdown-item {
        padding-top: 4px;
        padding-bottom: 4px;
    }

        .lang-currency-switcher-wrap .dropdown-item > img {
            display: inline-block;
            width: 17px;
            margin-top: -1px;
            margin-right: 7px;
            vertical-align: middle;
        }

    .lang-currency-switcher-wrap .currency-select {
        padding-top: 7px;
        padding-right: 20px;
        padding-bottom: 10px;
        padding-left: 20px;
    }

.site-search {
    display: block;
    position: absolute;
    width: 80%;
    right: 0px;
    height: 77px;
    transition: .3s;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}

    .site-search:after {
        content: "";
        position: absolute;
        left: 30px;
        bottom: 0;
        height: 1px;
        width: 90%;
        border-bottom: 2px solid #606975;
    }

@media (max-width: 1000px) {
    .site-search {
        width: calc(100% - 200px);
    }
}

@media (max-width: 630px) {
    .site-search {
        width: 100%;
    }
}

.site-search > input {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    padding-right: 120px;
    padding-left: 30px;
    border: 0;
    background-color: #ffffff;
    color: #606975;
    font-size: 16px;
    font-weight: 300;
}

    .site-search > input:focus {
        outline: 0;
    }

    .site-search > input::-moz-placeholder {
        color: #9da9b9;
        opacity: 1;
    }

    .site-search > input:-ms-input-placeholder {
        color: #9da9b9;
    }

    .site-search > input::-webkit-input-placeholder {
        color: #9da9b9;
    }

.site-search .search-tools {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -20px;
    z-index: 5;
}

    .site-search .search-tools .clear-search,
    .site-search .search-tools .close-search {
        display: inline-block;
        transition: color .25s;
        cursor: pointer;
        vertical-align: middle;
    }

    .site-search .search-tools .clear-search {
        padding: 10px 0;
        color: #9da9b9;
        font-size: 11px;
        font-weight: 500;
        letter-spacing: .1em;
        text-transform: uppercase;
    }

        .site-search .search-tools .clear-search:hover {
            color: #606975;
        }

    .site-search .search-tools .close-search {
        margin-left: 10px;
        padding-top: 4px;
        padding-bottom: 10px;
        padding-left: 10px;
    }

        .site-search .search-tools .close-search:hover {
            color: #9da9b9;
        }

.site-search.search-visible {
    right: 0px;
    height: 100%;
    opacity: 1;
    visibility: visible;
}

@media (max-width: 1200px) {
    .site-search > input {
        padding-right: 105px;
        padding-left: 15px;
    }

    .site-search .search-tools {
        right: 15px;
    }
}



/*  =====================
    Site Navigation
    ===================== */

.navbar {
    padding: 0px;
    top: 42px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    /*border-bottom: solid 1px #ececec;*/
    box-shadow: 0 1px 6px -4px #000000;
    z-index: 11; /* 2 */
    padding-right: 0 !important;
}

.site-branding {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 5;
}

    .site-branding .inner {
        display: table;
        height: 100%;
        min-height: 100%;
    }

.site-logo {
    height: 80px;
    position: absolute;
}

    .site-logo a {
        position: absolute;
        height: 80px;
        padding: 15px 0px;
        left: -170px;
    }

    .site-logo img {
        margin-left: -2px;
        max-width: 170px;
    }

@media only screen and (max-width: 1500px) {
    .site-logo, .site-logo a {
        left: 0px;
    }

        .site-logo a {
            padding: 15px;
        }
}

.site-menu {
    margin-left: 0px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

    .site-menu > ul {
        margin: auto;
        padding: 0;
        list-style: none;
    }

    .site-menu ul > li > a {
        font-family: "Sofia Pro", Helvetica, Arial, sans-serif;
        font-weight: 400;
        display: block;
        padding: 30px 20px;
        transition: color .3s;
        color: #606975;
        font-size: 14px;
        text-decoration: none;
        letter-spacing: .1em;
    }

    .site-menu ul > li:hover > a, .site-menu ul > li.active > a {
        color: #6cc24a;
    }

    .site-menu > ul > li {
        float: left;
        margin: 0px;
    }

    .site-menu .bottom-border.hide {
        opacity: 0;
    }

    .site-menu .bottom-border {
        min-height: 2px;
        border-bottom: solid 2px #6cc24a;
        position: absolute;
        bottom: 0px;
        opacity: 1;
        transition: 0.5s;
        -moz-transition: 0.5s; /* Firefox 4 */
        -webkit-transition: 0.5s; /* Safari and Chrome */
        -o-transition: 0.5s; /* Opera */
        -ms-transition: 0.5s; /* Explorer 10 */
    }

.hamburger-box {
    position: relative;
    width: 26px;
    height: 2px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 24px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 2px;
    background-color: #606975;
}

    .hamburger-inner:after, .hamburger-inner:before {
        display: block;
        content: "";
    }

    .hamburger-inner:before {
        top: -8px;
    }

    .hamburger-inner:after {
        bottom: -8px;
    }


.hamburger-inner {
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-duration: 75ms;
}

    .hamburger-inner:before {
        transition: top 75ms ease .12s,opacity 75ms ease;
    }

    .hamburger-inner:after {
        transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);
    }

.hamburger-box.active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: rotate(45deg);
    background-color: #61b045;
}


    .hamburger-box.active .hamburger-inner:before {
        top: 0;
        transition: top 75ms ease,opacity 75ms ease .12s;
        opacity: 0;
        background-color: #61b045;
    }

    .hamburger-box.active .hamburger-inner:after {
        bottom: 0;
        transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
        transform: rotate(-90deg);
        background-color: #61b045;
    }

.mobile-nav {
    height: calc(100% - 81px);
    background-color: #ffffff;
    z-index: 999;
    position: fixed;
    overflow-y: scroll;
    width: 100%;
    left: 0;
    transition: 0.5s;
}

    .mobile-nav ul {
        padding: 0;
        margin: 0;
    }

        .mobile-nav ul li {
            padding: 5px;
            list-style: none;
            text-align: left;
        }

            .mobile-nav ul li a {
                color: #606975;
                font-size: 16px;
            }

    .mobile-nav .row .row ul {
        padding: 0 15px;
    }

    .mobile-nav.hide {
        left: 100%;
    }

    .mobile-nav .second-nav .content-section a:not(.link-wrap) {
        margin: 5px;
    }

.open {
    visibility: visible !important;
    opacity: 1 !important;
}

.second-nav {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    z-index: 16;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
    animation-timing-function: ease-in;
    transition-property: all;
    transition-duration: 0.5s;
}

    .second-nav.closed {
        display: none;
    }

.second-nav {
    padding: 20px 0;
}

    .second-nav .auto-margin {
        margin-top: auto;
        margin-bottom: auto;
    }

    .second-nav h6 {
        margin-bottom: 10px;
        color: #005952;
        letter-spacing: .05em;
    }

    .second-nav h5 {
        font-size: 16px;
        color: #161916;
        margin-bottom: 0px;
    }


    .second-nav ul {
        padding:;
    }

    .second-nav .content-section {
        margin-bottom: 20px;
    }

    .second-nav ul > li {
        transition: all .5s;
        list-style: none;
    }

        .second-nav ul > li > a {
            margin-bottom: 5px;
            color: #606975;
            padding: 0;
        }

    .second-nav .btn-primary {
        border-color: #005952;
        background-color: #005952;
        margin-left: -1px;
    }

    .second-nav .btn-secondary {
        color: #ffffff;
        border-color: #3BAD7E;
        background-color: #3BAD7E;
        margin-left: -1px;
    }

        .second-nav .btn-secondary:hover {
        }

    .second-nav li:hover {
        padding-left: 10px;
    }

    .second-nav .badge {
        float: right;
        font-size: 12px;
        line-height: 18px;
        text-transform: uppercase;
    }

    .second-nav .color-selection li > a {
        width: 100%;
        display: inline-flex;
    }

    .second-nav .color {
        float: left;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        margin-right: 10px;
    }

    .second-nav .color-section li {
        margin-bottom: 15px;
    }

    .second-nav .content-img {
        width: 100%;
        margin-bottom: 10px;
    }

    .second-nav .link-wrap {
        color: #606975;
    }

    .second-nav .link {
        color: #6cc24a;
    }

    .second-nav .size-room a {
        color: #606975;
    }


.collection-wrap {
    width: 170px;
    float: left;
}

.collection-inner {
    margin: 0 auto;
    display: flex;
    width: 140px;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.collections .collection-item {
    cursor: pointer;
    margin-right: 10px;
    width: 40px;
    flex-shrink: 0;
    height: 100%;
}

    .collections .collection-item img {
        width: 40px;
        height: 40px;
        border-radius: 0;
        object-fit: none;
    }

.collections .left-arrow, .collections .right-arrow {
    width: calc((100% - 170px)/2);
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.collections .left-arrow {
    float: left;
}

.collections .right-arrow {
    float: right;
}


.nav-image {
    max-height: 100%;
}

.nav-account {
    display: inline-block;
    margin-left: 20px;
    list-style: none;
    position: relative;
}

.account-dropdown {
    display: none;
    padding: 0px;
    min-width: 170px;
    width: max-content;
    border: 1px solid #e1e7ec;
    margin: 0;
    text-align: left;
    z-index: 12;
    background-color: #ffffff;
    list-style: none;
    position: absolute;
    right: 0px;
}

    .account-dropdown > ul {
        padding: 0px;
        text-align: left;
        list-style: none;
        right: 0px;
        margin: 0px;
    }

    .account-dropdown a {
        margin-bottom: 0px;
        padding: 10px 20px;
        display: inline-block;
        width: 100%;
        background-color: #ffffff;
        -webkit-transition: all .3s ease !important;
        -moz-transition: all .3s ease !important;
        -o-transition: all .3s ease !important;
        transition: all .35s ease !important;
    }

        .account-dropdown a:hover {
            background-color: #f5f5f5;
        }

    .account-dropdown .account-info {
        font-size: 12px;
        color: gray;
        padding: 15px;
        border-top: solid 1px #d7d7d7;
        line-height: 1;
    }

.nav-account:hover .account-dropdown {
    display: block;
}


.toolbar {
    position: relative;
    height: 80px;
}

    .toolbar .inner {
        text-align: right;
        height: 80px;
        padding: 18px 0;
        width: 170px;
        position: absolute;
        left: 0px;
    }

.toolbar-icon {
    display: inline-block;
    color: #606975;
    font-size: 17px;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    padding-top: 0;
    margin-right: 10px;
}

    .toolbar-icon.cart {
        margin-right: 0;
    }

.toolbar .burger > i, .toolbar .search > i, .toolbar .account > i, .toolbar .cart > i {
    cursor: pointer;
    line-height: 39px;
}

.toolbar-icon.burger, .toolbar-icon.search, .toolbar-icon.cart {
    padding: 10px;
}

.toolbar-icon.search {
    margin: 0;
    text-transform: capitalize;
    font-weight: 300;
    padding: 0;
}

.toolbar .account > a::after, .toolbar .cart > a::after {
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 18px;
    margin-top: -10px;
    content: '';
}

.toolbar .burger > i {
    line-height: 40px;
}

.toolbar .search > i {
    line-height: 40px;
}

.count.hide {
    display: none;
}

.toolbar .cart .count {
    position: absolute;
    top: 15px;
    background: red;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    color: white;
    line-height: 20px;
    margin: 0;
    font-size: 10px;
}

.toolbar .cart .subtotal {
    margin-left: 11px;
    padding: 1px 0 1px 12px;
    border-left: 1px solid #e1e7ec;
}

.toolbar-dropdown {
    margin-top: 7px !important;
    text-align: left;
}

.toolbar .account > .toolbar-dropdown {
    left: 50%;
    margin-left: -100px;
}

.toolbar .cart > .toolbar-dropdown {
    right: 0;
    left: auto;
    width: 260px;
    padding-right: 18px !important;
    padding-left: 18px !important;
}

    .toolbar .cart > .toolbar-dropdown > .toolbar-dropdown-group {
        display: table;
        width: 100%;
        padding-top: 9px;
        padding-bottom: 9px;
        border-top: 1px solid #e1e7ec;
    }

        .toolbar .cart > .toolbar-dropdown > .toolbar-dropdown-group:last-child {
            border-top: 0;
        }

        .toolbar .cart > .toolbar-dropdown > .toolbar-dropdown-group > .column {
            display: table-cell;
            vertical-align: top;
        }

            .toolbar .cart > .toolbar-dropdown > .toolbar-dropdown-group > .column:first-child {
                padding-right: 6px;
            }

            .toolbar .cart > .toolbar-dropdown > .toolbar-dropdown-group > .column:last-child {
                padding-left: 6px;
            }

        .toolbar .cart > .toolbar-dropdown > .toolbar-dropdown-group .btn {
            margin: 0;
        }

@media only screen and (max-width: 1500px) {
    .toolbar {
        position: absolute;
        right: 0px;
        width: 220px;
    }

        .toolbar .inner {
            width: 100%;
            text-align: right;
            right: 0px;
        }
}

.dropdown-product-item {
    display: table;
    position: relative;
    width: 100%;
    padding: 9px 0;
    border-top: 1px dashed #d8e0e6;
}

    .dropdown-product-item:first-child {
        border-top: 0;
    }

    .dropdown-product-item > .dropdown-product-thumb,
    .dropdown-product-item > .dropdown-product-info {
        display: table-cell;
        vertical-align: top;
    }

    .dropdown-product-item > .dropdown-product-thumb {
        width: 55px;
        border-radius: 50%;
        overflow: hidden;
    }

        .dropdown-product-item > .dropdown-product-thumb > img {
            display: block;
            width: 100%;
        }

    .dropdown-product-item > .dropdown-product-remove {
        display: block;
        position: absolute;
        top: 12px;
        right: 0;
        color: #ff5252;
        font-size: 13px;
        line-height: 1;
        cursor: pointer;
    }

    .dropdown-product-item > .dropdown-product-info {
        padding-right: 15px;
        padding-left: 12px;
    }

    .dropdown-product-item .dropdown-product-title {
        display: block;
        padding-top: 2px;
        transition: color .3s;
        color: #606975;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
    }

        .dropdown-product-item .dropdown-product-title:hover {
            color: #6cc24a;
        }

    .dropdown-product-item .dropdown-product-details {
        color: #9da9b9;
        font-size: 14px;
    }

.toolbar .account:hover > .toolbar-dropdown,
.toolbar .cart:hover > .toolbar-dropdown {
    display: block;
    -webkit-animation: submenu-show 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: submenu-show 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@media (max-width: 1260px) {
    body {
        padding-top: 81px;
    }

    .navbar {
        min-height: 81px;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 19;
    }

        .navbar.navbar-stuck {
        }

    .burger, .search {
        background-color: #ffffff;
    }

    .toolbar {
    }

        .site-menu,
        .toolbar .account,
        .toolbar-dropdown,
        .topbar {
            display: none;
        }

    .topbar {
        padding-right: 15px;
        padding-left: 15px;
    }

    .site-search {
        left:;
        width:;
    }
}

.page-title {
    width: 100%;
    margin-bottom: 40px;
    padding: 36px 0;
    border-bottom: 1px solid #e1e7ec;
    background-color: #f5f5f5;
}

    .page-title > .container,
    .page-title > .container-fluid {
        display: table;
    }

    .page-title .column {
        display: table-cell;
        vertical-align: middle;
    }

        .page-title .column:first-child {
            padding-right: 20px;
        }

    .page-title h1, .page-title h2, .page-title h3 {
        margin: 0;
        font-size: 24px;
        font-weight: normal;
        line-height: 1.25;
    }

@media (max-width: 576px) {
    .page-title {
        margin-bottom: 53px;
    }
}

.breadcrumbs {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

    .breadcrumbs > li {
        display: inline-block;
        margin-left: 5px;
        padding: 5px 0;
        color: #9da9b9;
        font-size: 14px;
        cursor: default;
        vertical-align: middle;
    }

        .breadcrumbs > li.separator {
            width: 3px;
            height: 3px;
            margin-top: 2px;
            padding: 0;
            border-radius: 50%;
            background-color: #9da9b9;
        }

        .breadcrumbs > li > a {
            transition: color .25s;
            color: #606975;
            text-decoration: none;
        }

            .breadcrumbs > li > a:hover {
                color: #6cc24a;
            }

@media (max-width: 768px) {
    .page-title > .container,
    .page-title > .container-fluid {
        display: block;
    }

    .page-title .column {
        display: block;
        width: 100%;
        text-align: center;
    }

        .page-title .column:first-child {
            padding-right: 0;
        }

    .breadcrumbs {
        padding-top: 10px;
        text-align: center;
    }

        .breadcrumbs > li {
            margin-left: 3px;
            margin-right: 3px;
        }
}

.account-link {
    display: table;
    width: 100%;
    padding: 20px 18px;
    transition: background-color .3s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    background-color: #313b47;
    text-decoration: none;
}

    .account-link .user-ava,
    .account-link .user-info {
        display: table-cell;
        vertical-align: middle;
    }

    .account-link .user-ava {
        width: 48px;
    }

        .account-link .user-ava > img {
            display: block;
            width: 48px;
            padding: 3px;
            border: 1px solid rgba(255, 255, 255, 0.12);
            border-radius: 50%;
        }

    .account-link .user-info {
        padding-left: 8px;
    }

        .account-link .user-info > .user-name {
            margin-bottom: 2px;
            color: #ffffff;
        }

        .account-link .user-info > span {
            display: block;
        }

    .account-link:hover {
        background-color: #394453;
    }

.site-backdrop {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    content: '';
    opacity: 0;
    z-index: 9980;
    position: fixed;
    transition: opacity .35s, visibility .35s;
    cursor: pointer;
    visibility: hidden;
}

.site-footer {
    padding-top: 48px;
    background-color: #374250;
}

    .site-footer .row div {
        margin-bottom: 20px;
    }

@media (max-width: 768px) {
    .site-footer {
        padding-top: 48px;
    }
}


.footer-top-section {
    width: 100%;
    background-color: #586473;
    padding: 60px 0px;
    color: #ffffff;
}

    .footer-top-section h3 {
        margin-bottom: 1rem;
        letter-spacing: 0.05em;
    }

    .footer-top-section .icon {
        font-size: 50px;
        width: 18%;
        padding: 0 1%
    }

    .footer-top-section p {
        width: 75%;
        padding: 0 2.5%;
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

.footer-copyright {
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    margin: 0;
    padding: 20px 0;
    font-size: 12px;
    font-weight: 200;
}

    .footer-copyright > a {
        transition: color .25s;
        color: rgba(255, 255, 255, 0.5);
        text-decoration: none;
    }

        .footer-copyright > a:hover {
            color: #6cc24a;
        }

.footer-light {
    background-color: #f5f5f5;
}

    .footer-light .footer-copyright {
        color: #9da9b9;
    }

        .footer-light .footer-copyright > a {
            color: #9da9b9;
        }

            .footer-light .footer-copyright > a:hover {
                color: #6cc24a;
            }

.user-info-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: -1px;
    padding-top: 90px;
    padding-bottom: 30px;
    border: 1px solid #e1e7ec;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    overflow: hidden;
}

    .user-info-wrapper .user-cover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 120px;
        background-position: center;
        background-color: #f5f5f5;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .user-info-wrapper .user-cover .tooltip .tooltip-inner {
            width: 230px;
            max-width: 100%;
            padding: 10px 15px;
        }

    .user-info-wrapper .info-label {
        display: block;
        position: absolute;
        top: 18px;
        right: 18px;
        height: 26px;
        padding: 0 12px;
        border-radius: 13px;
        background-color: #ffffff;
        color: #606975;
        font-size: 12px;
        line-height: 26px;
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.18);
        cursor: pointer;
    }

        .user-info-wrapper .info-label > i {
            display: inline-block;
            margin-right: 3px;
            font-size: 1.2em;
            vertical-align: middle;
        }

    .user-info-wrapper .user-info {
        display: table;
        position: relative;
        width: 100%;
        padding: 0 18px;
        z-index: 5;
    }

        .user-info-wrapper .user-info .user-avatar,
        .user-info-wrapper .user-info .user-data {
            display: table-cell;
            vertical-align: top;
        }

        .user-info-wrapper .user-info .user-avatar {
            position: relative;
            width: 115px;
        }

            .user-info-wrapper .user-info .user-avatar > img {
                display: block;
                width: 100%;
                border: 5px solid #ffffff;
                border-radius: 50%;
            }

            .user-info-wrapper .user-info .user-avatar .edit-avatar {
                display: block;
                position: absolute;
                top: -2px;
                right: 2px;
                width: 36px;
                height: 36px;
                transition: opacity .3s;
                border-radius: 50%;
                background-color: #ffffff;
                color: #606975;
                line-height: 34px;
                box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
                cursor: pointer;
                opacity: 0;
                text-align: center;
                text-decoration: none;
            }

                .user-info-wrapper .user-info .user-avatar .edit-avatar::before {
                    font-family: feather;
                    font-size: 17px;
                    content: '\e058';
                }

            .user-info-wrapper .user-info .user-avatar:hover .edit-avatar {
                opacity: 1;
            }

        .user-info-wrapper .user-info .user-data {
            padding-top: 48px;
            padding-left: 12px;
        }

            .user-info-wrapper .user-info .user-data h4 {
                margin-bottom: 2px;
            }

            .user-info-wrapper .user-info .user-data span {
                display: block;
                color: #9da9b9;
                font-size: 13px;
            }

    .user-info-wrapper + .list-group .list-group-item:first-child {
        border-radius: 0;
    }

.product-card {
    display: block;
    position: relative;
    width: 100%;
    padding: 18px;
    border: 0; /* border: 1px solid #e1e7ec; */
    border-radius: 7px;
    /* -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
   box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12); */
    -webkit-box-shadow: 11px 15px 19px rgba(11, 29, 77, 0.03);
    box-shadow: 17px -8px 20px 0px rgba(11, 29, 77, 0.03);
}

    .product-card .product-thumb {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

.collection-img .product-thumb {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.product-card .product-thumb > img {
    display: block;
    /*width: 100%;*/
    height: 250px;
}



.product-card .product-title {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

    .product-card .product-title > a {
        transition: color .3s;
        color: #374250;
        text-decoration: none;
    }

        .product-card .product-title > a:hover {
            color: #6cc24a;
        }

.product-card .product-price {
    margin-bottom: 10px;
    color: #606975;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

    .product-card .product-price > del {
        margin-right: 5px;
        color: #9da9b9;
    }

.product-card .product-buttons {
    /*padding: 12px 0 8px;*/
    text-align: center;
}

    .product-card .product-buttons > .btn {
        margin: 0 4px;
    }

        .product-card .product-buttons > .btn.btn-wishlist {
            width: 40px; /* 36px */
            padding: 0;
            border-radius: 50%;
            background-color: #313437;
            opacity: .8;
        }

            .product-card .product-buttons > .btn.btn-wishlist > i {
                font-size: 1.2em;
            }

            .product-card .product-buttons > .btn.btn-wishlist.active {
                color: #ff5252;
            }

.product-card .product-badge {
    top: 15px;
    left: 18px;
}

.product-card .rating-stars {
    position: absolute;
    top: 15px;
    right: 18px;
}

.product-card.product-list {
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .product-card.product-list {
        display: table;
        width: 100%;
        padding: 0;
    }

        .product-card.product-list .product-thumb,
        .product-card.product-list .product-info {
            display: table-cell;
            vertical-align: middle;
        }

        .product-card.product-list .product-thumb {
            position: relative;
            width: 270px;
            padding: 20px 18px;
            border-right: 1px solid #e1e7ec;
        }

        .product-card.product-list .product-info {
            padding: 20px 22px;
        }

            .product-card.product-list .product-info .product-title,
            .product-card.product-list .product-info .product-price,
            .product-card.product-list .product-info .product-buttons {
                text-align: left;
            }

            .product-card.product-list .product-info .product-buttons {
                padding-top: 20px;
                padding-bottom: 0;
                border-top: 1px solid #e1e7ec;
            }

                .product-card.product-list .product-info .product-buttons > .btn {
                    margin: 0;
                    margin-right: 8px;
                }

        .product-card.product-list .product-title {
            font-size: 18px;
        }
}

.product-badge {
    position: absolute;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.rating-stars {
    display: inline-block;
}

    .rating-stars > i {
        display: inline-block;
        margin-right: 2px;
        color: #cad0d9;
        font-size: 14px;
    }

        .rating-stars > i.filled {
            color: #ffb74f;
        }

        .rating-stars > i:last-child {
            margin-right: 0;
        }

.shop-toolbar {
    display: table;
    width: 100%;
}

    .shop-toolbar > .column {
        display: table-cell;
        vertical-align: middle;
    }

        .shop-toolbar > .column:last-child {
            text-align: right;
        }

@media (max-width: 576px) {
    .shop-toolbar > .column {
        display: block;
        width: 100%;
        text-align: center;
    }

        .shop-toolbar > .column:last-child {
            padding-top: 24px;
            text-align: center;
        }
}

.shop-sorting label,
.shop-sorting .form-control,
.shop-sorting span {
    display: inline-block;
    vertical-align: middle;
}

.shop-sorting span {
    padding: 8px 0;
}

.shop-sorting label {
    margin: 0;
    padding: 8px 5px 8px 0;
    color: #9da9b9;
    font-size: 14px;
    font-weight: normal;
}

.shop-sorting .form-control {
    width: 100%;
    max-width: 186px;
    margin-right: 10px;
}

@media (max-width: 576px) {
    .shop-sorting label, .shop-sorting .form-control {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding-top: 0;
        padding-right: 0;
    }
}

.shop-view {
    display: inline-block;
}

    .shop-view::after {
        display: block;
        clear: both;
        content: '';
    }

    .shop-view > a {
        display: block;
        width: 43px;
        height: 43px;
        margin-left: 10px;
        padding: 13px;
        float: left;
        transition: background-color .35s;
        border: 1px solid #e1e7ec;
        border-radius: 50%;
        background-color: #ffffff;
    }

        .shop-view > a span {
            display: block;
            position: relative;
            width: 3px;
            height: 3px;
            margin-bottom: 3px;
            background-color: #606975;
        }

            .shop-view > a span::before, .shop-view > a span::after {
                display: block;
                position: absolute;
                background-color: #606975;
            }

            .shop-view > a span:last-child {
                margin-bottom: 0;
            }

        .shop-view > a:hover {
            background-color: #f5f5f5;
        }

        .shop-view > a.active {
            border-color: #6cc24a;
            background-color: #6cc24a;
            cursor: default;
            pointer-events: none;
        }

            .shop-view > a.active span,
            .shop-view > a.active span::before,
            .shop-view > a.active span::after {
                background-color: #ffffff;
            }

        .shop-view > a.grid-view span::before, .shop-view > a.grid-view span::after {
            top: 0;
            width: 3px;
            height: 3px;
            content: '';
        }

        .shop-view > a.grid-view span::before {
            left: 6px;
        }

        .shop-view > a.grid-view span::after {
            left: 12px;
        }

        .shop-view > a.list-view span::before {
            top: 1px;
            left: 6px;
            width: 9px;
            height: 1px;
            content: '';
        }

.shopping-cart,
.wishlist-table,
.order-table {
    margin-bottom: 20px;
}

    .shopping-cart .table,
    .wishlist-table .table,
    .order-table .table {
        margin-bottom: 0;
    }

    .shopping-cart .btn,
    .wishlist-table .btn,
    .order-table .btn {
        margin: 0;
    }

    .shopping-cart > table > thead > tr > th,
    .shopping-cart > table > thead > tr > td,
    .shopping-cart > table > tbody > tr > th,
    .shopping-cart > table > tbody > tr > td,
    .wishlist-table > table > thead > tr > th,
    .wishlist-table > table > thead > tr > td,
    .wishlist-table > table > tbody > tr > th,
    .wishlist-table > table > tbody > tr > td,
    .order-table > table > thead > tr > th,
    .order-table > table > thead > tr > td,
    .order-table > table > tbody > tr > th,
    .order-table > table > tbody > tr > td {
        vertical-align: middle !important;
    }

    .shopping-cart > table thead th,
    .wishlist-table > table thead th,
    .order-table > table thead th {
        padding-top: 17px;
        padding-bottom: 17px;
        border-width: 1px;
    }

    .shopping-cart .remove-from-cart,
    .wishlist-table .remove-from-cart,
    .order-table .remove-from-cart {
        display: inline-block;
        color: #ff5252;
        font-size: 18px;
        line-height: 1;
        text-decoration: none;
    }

    .shopping-cart .count-input,
    .wishlist-table .count-input,
    .order-table .count-input {
        display: inline-block;
        width: 100%;
        width: 86px;
    }

    .shopping-cart .product-item,
    .wishlist-table .product-item,
    .order-table .product-item {
        display: table;
        width: 100%;
        min-width: 150px;
        margin-top: 5px;
        margin-bottom: 3px;
    }

        .shopping-cart .product-item .product-thumb,
        .shopping-cart .product-item .product-info,
        .wishlist-table .product-item .product-thumb,
        .wishlist-table .product-item .product-info,
        .order-table .product-item .product-thumb,
        .order-table .product-item .product-info {
            display: table-cell;
            vertical-align: top;
        }

        .shopping-cart .product-item .product-thumb,
        .wishlist-table .product-item .product-thumb,
        .order-table .product-item .product-thumb {
            width: 130px;
            padding-right: 20px;
        }

            .shopping-cart .product-item .product-thumb > img,
            .wishlist-table .product-item .product-thumb > img,
            .order-table .product-item .product-thumb > img {
                display: block;
                width: 100%;
            }

@media screen and (max-width: 860px) {
    .shopping-cart .product-item .product-thumb,
    .wishlist-table .product-item .product-thumb,
    .order-table .product-item .product-thumb {
        display: none;
    }
}

.shopping-cart .product-item .product-info span,
.wishlist-table .product-item .product-info span,
.order-table .product-item .product-info span {
    display: block;
    font-size: 13px;
}

    .shopping-cart .product-item .product-info span > em,
    .wishlist-table .product-item .product-info span > em,
    .order-table .product-item .product-info span > em {
        font-weight: 500;
        font-style: normal;
    }

.shopping-cart .product-item .product-title,
.wishlist-table .product-item .product-title,
.order-table .product-item .product-title {
    margin-bottom: 6px;
    padding-top: 5px;
    font-size: 16px;
    font-weight: 500;
}

    .shopping-cart .product-item .product-title > a,
    .wishlist-table .product-item .product-title > a,
    .order-table .product-item .product-title > a {
        transition: color .3s;
        color: #374250;
        line-height: 1.5;
        text-decoration: none;
    }

        .shopping-cart .product-item .product-title > a:hover,
        .wishlist-table .product-item .product-title > a:hover,
        .order-table .product-item .product-title > a:hover {
            color: #6cc24a;
        }

    .shopping-cart .product-item .product-title small,
    .wishlist-table .product-item .product-title small,
    .order-table .product-item .product-title small {
        display: inline;
        margin-left: 6px;
        font-weight: 500;
    }

.wishlist-table .product-item .product-thumb {
    display: table-cell !important;
}

@media screen and (max-width: 576px) {
    .wishlist-table .product-item .product-thumb {
        display: none !important;
    }
}

.shopping-cart-footer {
    display: table;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #e1e7ec;
}

    .shopping-cart-footer > .column {
        display: table-cell;
        padding: 5px 0;
        vertical-align: middle;
    }

        .shopping-cart-footer > .column:last-child {
            text-align: right;
        }

            .shopping-cart-footer > .column:last-child .btn {
                margin-right: 0;
                margin-left: 15px;
            }

@media (max-width: 768px) {
    .shopping-cart-footer > .column {
        display: block;
        width: 100%;
    }

        .shopping-cart-footer > .column:last-child {
            text-align: center;
        }

        .shopping-cart-footer > .column .btn {
            width: 100%;
            margin: 12px 0 !important;
        }
}

.checkout-steps {
    margin-bottom: 40px;
}

    .checkout-steps::after {
        display: block;
        clear: both;
        content: '';
    }

    .checkout-steps > a {
        display: block;
        position: relative;
        width: 25%;
        height: 55px;
        float: right;
        transition: color .3s;
        border-top: 1px solid #e1e7ec;
        border-bottom: 1px solid #e1e7ec;
        background-color: #ffffff;
        color: #606975;
        font-size: 14px;
        font-weight: 500;
        line-height: 53px;
        text-decoration: none;
        text-align: center;
    }

        .checkout-steps > a > .angle {
            display: block;
            position: absolute;
            top: 0;
            right: -13px;
            width: 27px;
            height: 53px;
            background-color: #ffffff;
        }

            .checkout-steps > a > .angle::before, .checkout-steps > a > .angle::after {
                position: absolute;
                top: 0;
                left: 0;
                width: 0;
                height: 0;
                border: solid transparent;
                content: '';
                pointer-events: none;
            }

            .checkout-steps > a > .angle::after {
                border-width: 26px;
                border-color: transparent;
                border-left-color: #ffffff;
            }

            .checkout-steps > a > .angle::before {
                margin-top: -1px;
                border-width: 27px;
                border-color: transparent;
                border-left-color: #d8e0e6;
            }

        .checkout-steps > a:hover {
            color: #6cc24a;
        }

        .checkout-steps > a.active {
            background-color: #6cc24a;
            color: #ffffff;
            cursor: default;
            pointer-events: none;
        }

            .checkout-steps > a.active > .angle::after {
                border-left-color: #6cc24a;
            }

            .checkout-steps > a.active + a > .angle {
                background-color: #6cc24a;
            }

        .checkout-steps > a.completed > .step-indicator {
            display: inline-block;
            margin-top: -5px;
            margin-right: 7px;
            border-radius: 50%;
            color: #43d9a3;
            font-size: 18px;
            line-height: 20px;
            text-align: center;
            vertical-align: middle;
        }

        .checkout-steps > a.completed:hover {
            color: #606975;
        }

        .checkout-steps > a:first-child {
            border-right: 1px solid #e1e7ec;
            border-top-right-radius: 7px;
            border-bottom-right-radius: 7px;
        }

        .checkout-steps > a:last-child {
            border-left: 1px solid #e1e7ec;
            border-top-left-radius: 7px;
            border-bottom-left-radius: 7px;
        }

@media (max-width: 576px) {
    .checkout-steps > a {
        width: 100%;
        margin-bottom: 10px;
        float: none;
        border: 1px solid #e1e7ec;
        border-radius: 7px;
    }

        .checkout-steps > a > .angle {
            display: none;
        }
}

.checkout-footer {
    display: table;
    width: 100%;
    margin-top: 28px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #e1e7ec;
    border-radius: 7px;
    table-layout: fixed;
}

    .checkout-footer > .column {
        display: table-cell;
        padding: 10px 15px;
        vertical-align: middle;
    }

        .checkout-footer > .column:last-child {
            text-align: right;
        }

        .checkout-footer > .column:first-child {
            text-align: left;
        }

    .checkout-footer .btn {
        margin: 0;
    }

.sp-buttons .btn {
    margin: 0;
    margin-left: 8px;
}

    .sp-buttons .btn.btn-wishlist {
        width: 36px;
        padding: 0;
        padding-left: 1px;
        border-radius: 50%;
    }

        .sp-buttons .btn.btn-wishlist > i {
            font-size: 1.2em;
        }

        .sp-buttons .btn.btn-wishlist.active {
            color: #ff5252;
        }

.product-gallery {
    position: relative;
    padding-top: 74px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    border: 1px solid #e1e7ec;
    border-radius: 7px;
}

    .product-gallery .gallery-item {
        position: absolute;
        top: 15px;
        right: 15px;
        margin-bottom: 0;
    }

        .product-gallery .gallery-item > a::before {
            display: none !important;
        }

        .product-gallery .gallery-item > a::after {
            position: static;
            top: 0;
            margin-top: 0;
            margin-left: 1px;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            transition: none;
            color: #606975;
            font-size: 22px;
            line-height: 40px;
            opacity: 1;
        }

    .product-gallery .product-badge {
        top: 25px;
        left: 15px;
    }

    .product-gallery .product-thumbnails {
        display: block;
        margin: 0;
        margin-top: 24px;
        padding: 0;
        list-style: none;
        text-align: center;
    }

        .product-gallery .product-thumbnails > li {
            display: inline-block;
            margin: 0 3px 10px;
        }

            .product-gallery .product-thumbnails > li > a {
                display: block;
                width: 94px;
                transition: border-color .25s;
                border: 1px solid #e1e7ec;
                border-radius: 5px;
                overflow: hidden;
            }

            .product-gallery .product-thumbnails > li.active > a {
                border-color: #6cc24a;
                cursor: default;
            }

/* @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
   .product-gallery .gallery-item {
     display: none !important;
   }
 }
 
 @supports (-ms-ime-align: auto) {
   .product-gallery .gallery-item {
     display: none !important;
   }
 } */

.post-meta {
    display: block;
    margin-bottom: 24px;
    padding: 0;
    border: 1px solid #e1e7ec;
    border-radius: 7px;
    list-style: none;
}

    .post-meta > li {
        display: block;
        margin: 0;
        padding: 9px 12px;
        border-bottom: 1px solid #e1e7ec;
        color: #606975;
        font-size: 13px;
        cursor: default;
    }

        .post-meta > li:last-child {
            border-bottom: 0;
        }

        .post-meta > li > i, .post-meta > li > a {
            display: inline-block;
            vertical-align: middle;
        }

        .post-meta > li > i {
            margin-top: -2px;
            margin-right: 3px;
            color: #9da9b9;
        }

        .post-meta > li > a {
            transition: color .25s;
            color: #606975;
            text-decoration: none;
        }

            .post-meta > li > a:hover {
                color: #6cc24a;
            }

.blog-post {
    margin-bottom: 48px;
}

    .blog-post p {
        margin-bottom: 0;
    }

.post-thumb {
    display: block;
    margin-bottom: 20px;
}

.post-title > a {
    transition: color .3s;
    color: #374250;
    text-decoration: none;
}

    .post-title > a:hover {
        color: #6cc24a;
    }

.single-post-meta {
    display: table;
    width: 100%;
    padding-bottom: 24px;
}

    .single-post-meta .column {
        display: table-cell;
        vertical-align: top;
    }

        .single-post-meta .column:last-child {
            text-align: right;
        }

    .single-post-meta .meta-link {
        display: inline-block;
        margin-right: 10px;
        color: #606975;
        font-size: 13px;
    }

        .single-post-meta .meta-link > span {
            margin-right: 4px;
            color: #9da9b9;
        }

        .single-post-meta .meta-link > a {
            transition: color .25s;
            color: #606975;
            text-decoration: none;
        }

            .single-post-meta .meta-link > a > i {
                display: inline-block;
                margin-top: -3px;
                margin-right: 5px;
                color: #9da9b9 !important;
                font-size: 1.1em;
                vertical-align: middle;
            }

            .single-post-meta .meta-link > a:hover {
                color: #6cc24a;
            }

    .single-post-meta .column:last-child .meta-link {
        margin-right: 0;
        margin-left: 10px;
    }

@media (max-width: 768px) {
    .single-post-meta {
        display: block;
    }

        .single-post-meta .column {
            display: block;
            width: 100%;
        }

            .single-post-meta .column:last-child {
                padding-top: 5px;
                text-align: left;
            }

                .single-post-meta .column:last-child .meta-link {
                    margin-right: 10px;
                    margin-left: 0;
                }
}

.single-post-footer {
    padding-top: 12px;
    padding-bottom: 30px;
}

    .single-post-footer > .column {
        padding-top: 4px;
        padding-bottom: 6px;
    }

@media (min-width: 576px) {
    .single-post-footer {
        display: table;
        width: 100%;
    }

        .single-post-footer > .column {
            display: table-cell;
            vertical-align: middle;
        }

            .single-post-footer > .column:last-child {
                text-align: right;
            }
}

.single-post-footer .sp-tag {
    transition: color .25s;
    color: #606975;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}

    .single-post-footer .sp-tag:hover {
        color: #6cc24a;
    }

.entry-share span,
.entry-share .share-links {
    display: inline-block;
    vertical-align: middle;
}

.entry-share .social-button {
    margin-right: 0;
    margin-left: 8px;
}


.clickable-card {
    height: 100%;
}

.clear {
    clear: both
}

#hover .dropdown:hover > ul.dropdown-menu,
#click .dropdown-toggle:focus + ul.dropdown-menu {
    display: block;
}

.grid-item {
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    .grid-item:hover {
        border-radius: 7px;
        transform: scale(1.05);
        /* box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5); */
    }

.card-image {
    height: 100%;
}

.swatch_image {
    cursor: pointer;
    height: 30px;
    margin: .15rem;
    width: 30px;
}

.cream,
.color-pick-options--square.cream-1:after {
    background-color: #ede1c7;
}

.bg-white,
.white,
.color-pick-options--square.white-1:after {
    background-color: #ffffff
}

.color-pick-options--square.black-1:after {
    background-color: #313437
}

.bg-grey,
.gray,
.color-pick-options--square.gray-1:after {
    background-color: #A9A9A9
}

.blue,
.color-pick-options--square.blue-1:after {
    background-color: #3e537e
}

.brown,
.color-pick-options--square.brown-1:after {
    background-color: #9a581e
}

.green,
.bg-green,
.noUi-connect,
.color-pick-options--square.green-1:after {
    background-color: #48821C !important
}

.lt-green,
.bg-lt-green {
    background-color: #d4edda
}

.orange,
.color-pick-options--square.orange-1:after {
    background-color: #e99439
}

.pink,
.color-pick-options--square.pink-1:after {
    background-color: #e489c2
}

.purple,
.color-pick-options--square.purple-1:after {
    background-color: #8157ad
}

.red,
.color-pick-options--square.red-1:after {
    background-color: #cc0000
}

.yellow,
.color-pick-options--square.yellow-1:after {
    background-color: #fbcc00
}

.border,
.catalog-items--image-shortcuts button,
.color-pick-options--square:after,
.pagination li a,
.selector-total li a,
.page-sort select.input-group {
    text-decoration: none;
}



@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes donut-rotate {
    0%, 100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
}

@keyframes donut-rotate {
    0%, 100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
}

.main--filter-desktop {
    position: fixed;
    right: -100px;
    top: 0;
    -webkit-transition: width .25s ease-out;
    transition: width .25s ease-out;
    width: 0%;
    z-index: 200
}

    .main--filter-desktop.show {
        display: block;
        max-height: 100%;
        overflow-y: auto;
        position: fixed;
        right: 0;
        top: 0;
        -webkit-transition: width .25s ease-out;
        transition: width .25s ease-out;
        width: 100%;
        z-index: 2001
    }

    .main--filter-desktop.collapsing {
        height: 100%
    }

/* start - main filter */

/* floating filter button that opens main filter options */

.main--filter > article > section > button.btn-mobile-filter {
    background: #313437;
    border: none;
    border-radius: 6px 0 0 6px;
    bottom: 160px;
    cursor: pointer;
    position: fixed;
    opacity: .8;
    right: 0;
    z-index: 2002
}

.main--filter > article > section > button > div.fa-stack {
    color: #313437
}

.main--filter > article > section > div:action {
    background-color: rgb(76, 121, 41)
}

/* start - main filter content */

.main-filter--type {
    line-height: 36px
}

.main-filter--type-options {
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .main-filter--type.btn-block,
    .main-filter--type-options li a {
        /* background-color:#F5F6F7; */
        border: none;
        display: block;
        color: #313437;
        font-size: 1rem;
        font-weight: 700;
        padding: .25rem 0;
        text-align: left;
        -webkit-appearance: none;
        -moz-appearance: none;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

.main-filter--type.btn-block {
    text-transform: uppercase;
    font-weight: 500;
}

.main-filter--type .svg-inline--fa {
    position: relative;
    top: 10px;
    right: 4px;
}

.main-filter--type-options ul li {
    list-style-type: none
}

.main-filter--type-options li a {
    font-size: .9rem;
    font-weight: 400;
}

.main-filter--type-options a:hover,
.main-filter--type-options a:active {
    color: #48821C;
    font-weight: 700;
}

.main-filter--type-options .color-pick-options--square a:hover,
.main-filter--type-options .color-pick-options--square a:active {
    background: inherit;
    color: inherit
}

.main-filter--type-options.collections > ul li ul,
.main-filter--type-options.collections > ul li ul li {
    border: none
}

.main-filter--type-options.collections > ul > li > a,
.main-filter--type-options.collections > ul > li > ul > li > a {
    font-weight: 400
}

.main-filter--type-options.collections > ul > li > ul > a {
    padding-left: 10px
}

.main-filter--type-options.collections > ul > li > ul > li > a {
    padding-left: 20px
}

    .main-filter--type-options.collections > ul > li > ul > a::before,
    .main-filter--type-options.collections > ul > li > ul > li > a::before {
        content: '-'
    }

/* add shake to cart  */
@-webkit-keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

.cart-update {
    -webkit-animation-name: shake;
    -webkit-animation-duration: 0.8s;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    background-color: #6cc24a;
    color: #fff !important;
}

/* browse item */

.catalog-items--image-new {
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 0
}

.catalog-items--image-shortcuts {
    bottom: 0;
    position: absolute;
    visibility: hidden;
    width: 100%
}

    .catalog-items--image-shortcuts button {
        background: #fff;
        border-radius: 4px;
        box-shadow: none;
        padding: 10px
    }

        .catalog-items--image-shortcuts button:hover {
            background: #313437;
            color: #ffffff
        }

.catalog-items--item-quick-ref:hover .catalog-item--image-shortcuts {
    visibility: visible
}

.catalog-items--image,
.catalog-items--image-link > article > picture > img {
    width: auto;
    height: 400px;
    /*border-radius: 50px;*/
}

.catalog-items--image-link > article > picture {
    overflow: hidden
}

.catalog-items--item-quick-ref {
    left: 15%;
    position: absolute;
    top: 10px;
    width: 80%;
    z-index: 10
}

.catalog-items--item-quick-ref-authentic,
.catalog-items--item-wishlist {
    position: absolute;
    right: 20%;
    bottom: 15px;
    z-index: 200
}

.catalog-items--item-wishlist {
    top: 2%;
    bottom: initial;
    right: 16%;
    opacity: .8
}

    .catalog-items--item-wishlist:hover,
    .catalog-items--item-wishlist:active {
        opacity: 1;
        cursor: pointer
    }

    .catalog-items--item-wishlist .svg-inline--fa.fa-circle {
        color: #313437
    }

    .catalog-items--item-wishlist:hover .svg-inline--fa.fa-circle,
    .catalog-items--item-wishlist:active .svg-inline--fa.fa-circle,
    .catalog-items--item-wishlist:focus .svg-inline--fa.fa-circle {
        color: #48821C
    }

.catalog-items--image-sale,
.catalog-items--image-authentic {
    color: #ffffff;
    font-weight: 700;
    opacity: .96;
    text-align: center
}

.catalog-items--image-authentic {
    border-radius: 100%;
    font-size: .7rem;
    font-weight: 400;
    padding: 16px 10px;
}

.catalog-items--price--old,
.checkout--price-old {
    text-decoration: line-through
}

.catalog-items--color-options {
    cursor: pointer
}

.catalog-items--color-swatch {
    cursor: pointer;
    max-height: 26px;
    min-width: 26px;
    border-radius: 50px;
}

    .catalog-items--color-swatch.selected {
        outline: 1px solid #cccccc;
        padding: 1px;
        background-image: none;
    }

.bv-cv2-cleanslate .bv-core-container-63 .bv-inline-rating-container .bv-stars-container dd {
    display: inline-block !important
}

.main-filter--type #ColorOptions {
    padding-left: 0
}

.color-pick-options--square {
    padding: .15rem
}

.catalog-items--size-options {
    min-height: 200px;
    width: 180px
}

.catalog-items--size-options-height-control {
    left: -6px;
    max-height: 160px;
    overflow-y: scroll
}

    .catalog-items--size-options-height-control::-webkit-scrollbar {
        position: relative;
        -webkit-appearance: none;
        width: 7px;
    }

    .catalog-items--size-options-height-control::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0, 0, 0, .5);
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
        position: relative
    }

    .catalog-items--size-options-height-control dt a {
        font-weight: 400
    }

.catalog-items--size-options h1 {
    padding: 0 10px 10px 10px;
    margin-left: 3px;
    margin-right: 3px
}

.catalog-items--size-options .pop-title {
    padding: 0
}

.catalog-items--size-options dl a {
    padding-left: 14px;
}

.popover {
    z-index: 100
}

.catalog-items--image-group {
    background-color: #ffffff
}

    .catalog-items--image-group .wishlist-add-container {
        animation-name: wishlist-box;
        animation-duration: .25s;
        animation-timing-function: ease-out;
        box-shadow: 1px 4px 8px #313437;
        color: white;
        display: flex;
        font-size: 1rem;
        justify-content: center;
        left: 1rem;
        margin: 0 auto;
        opacity: .96;
        position: absolute;
        text-align: center;
        top: 30%;
        width: 90%;
        z-index: 20
    }

    .catalog-items--image-group .wishlist-box {
        background: #48821C;
        border-radius: 0;
        font-size: 1rem;
        font-weight: 500;
        padding: 2.75rem .5rem .25rem .5rem;
        text-transform: uppercase;
    }

    .catalog-items--image-group .added-to-wishlistitem {
        font-weight: 400;
        font-size: .8rem;
        padding: 10px 0
    }

    .catalog-items--image-group .wishlist-add-circle {
        background: #48821C;
        background-clip: padding-box;
        border: 1px solid#48821C;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        color: white;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        padding: 10px;
        position: absolute;
        top: -20px;
    }

        .catalog-items--image-group .wishlist-add-circle .svg-inline--fa.fa-check-circle {
            font-size: 3rem
        }

a.disabled {
    color: #606975 !important;
    pointer-events: none;
}

.card-collection {
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

    .card-collection:hover {
        opacity: 0.5;
        -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 1;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Color Palette */

.boxInner {
    max-width: 320px;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-bottom: 2px;
    z-index: -1;
    -webkit-filter: grayscale(00%);
    -moz-filter: grayscale(00%);
    -o-filter: grayscale(00%);
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.palette-color {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    cursor: pointer;
}

/* End Color Palette */

/* Modal Right SideBar */

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -350px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}


/* ----- MODAL STYLE ----- */
.modal.right.fade .modal-content {
    border-radius: 0;
    border: none;
}

.modal-dialog.right {
    width: 350px;
}

.modal-body.right {
    height: 600px;
}

.facet-container {
    width: 100%;
    position: relative;
    display: grid;
}

.product_label {
    padding-left: 18px;
    font-size: 13px;
    font-weight: 500;
}

.zoomWrapper {
    max-width: 100%;
    height: auto;
    position: relative !important;
}

.so_wrapper {
    position: relative;
    overflow: hidden;
}

.sold_out {
    top: 2em;
    left: -4em;
    color: #fff;
    display: block;
    position: absolute;
    text-align: center;
    text-decoration: none;
    letter-spacing: .06em;
    background-color: #A00;
    padding: 0.5em 5em 0.4em 5em;
    text-shadow: 0 0 0.75em #444;
    box-shadow: 0 0 0.5em rgba(0,0,0,0.5);
    font: bold 16px/1.2em Arial, Sans-Serif;
    -webkit-text-shadow: 0 0 0.75em #444;
    -webkit-box-shadow: 0 0 0.5em rgba(0,0,0,0.5);
    -webkit-transform: rotate(-45deg) scale(0.75,1);
    /*z-index: 1;*/
}

    .sold_out:before {
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        margin: -0.3em -5em;
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        border: 2px rgba(255,255,255,0.7) dashed;
    }

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

img[lazy=loaded] {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

img[lazy=loading] {
    width: 40px !important;
    margin: auto;
}

img[lazy-progressive=true] {
    width: 100% !important;
    margin: auto;
}

img[lazy=error] {
    border-radius: 2px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.bottom-split {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 768px) {
    .bottom-split {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .visit-us, .about-us {
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .visit-us, .about-us {
        padding-bottom: 3.5%;
        margin: 0 auto;
        width: 93%;
    }
}

.overlay-text {
    position: absolute;
    top: 80%;
    text-align: center;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, -50%);
}

.jardin, .sofia, .trellis, .glam, .jill-zarin, .open-hearts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

    .jardin:hover, .sofia:hover, .trellis:hover, .glam:hover, .jill-zarin:hover, .open-hearts:hover {
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
        opacity: .6;
    }

.validation-summary-errors ul {
    list-style: none;
}

.flex-container {
    display: flex;
}

    .flex-container > div {
        background-color: #f1f1f1;
        margin: 10px;
        padding: 20px;
    }

.error-label {
    margin-bottom: 8px;
    padding-left: 18px;
    font-size: 13px;
    font-weight: 500;
}

/*set a border on the images to prevent shifting*/
#gallery_01 img {
    border: 2px solid white;
}

/*Change the colour*/
.active-img img {
    border: 2px solid #333 !important;
}

.btn-fav:hover {
    background-color: #6cc24a !important;
    border-color: #e1e7ec !important;
}

.btn-fav .active {
    background-color: #6cc24a !important;
    border-color: #e1e7ec !important;
}

.search-container {
    display: table;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #e1e7ec;
}

    .search-container > .column {
        display: table-cell;
        padding: 5px 0;
        vertical-align: middle;
    }

.search-form .form-control {
    display: inline-block;
    width: 100%;
    max-width: 235px;
    margin-right: 12px;
}


/* Collections Page */

.collections .card-body {
    text-align: center;
}

/* 5 columns */
.col-5ths {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .col-sm-5ths {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 768px) {
    .col-md-5ths {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .col-lg-5ths {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-xl-5ths {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media only screen and (max-width: 557px) {
    .col-xs-5ths,
    .col-sm-5ths,
    .col-md-5ths,
    .col-lg-5ths {
        /*width: 100%;*/
    }
}

/* CSS for IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .navbar.sticky-top, .site-search {
        top: 0px;
    }

    .second-nav .row {
        width: 100%;
    }
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


/* AUTO COMPLETE SEARCH BAR */
.autocomplete-items {
    background-color: white;
    width: calc(100% - 152px);
    margin-left: 30px;
    top: 85px;
    position: absolute;
    box-shadow: -1px 2px 8px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: -1px 2px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 2px 8px 0px rgba(0,0,0,0.75);
    z-index: -1;
    max-height: 50vh;
    overflow-y: scroll;
}

    .autocomplete-items h6 {
        margin-bottom: 0px;
        padding: 10px 30px;
    }

    .autocomplete-items a {
        font-size: 16px;
        padding: 10px 30px;
        width: 100%;
        display: block;
        color: unset;
    }

        .autocomplete-items a:hover {
            cursor: pointer;
            background-color: #ececec;
        }

.autocomplete-active {
    background-color: #ececec;
}


@media (max-width: 680px) {
    .autocomplete-items {
        width: 100%;
        margin-left: 0;
        top: 80px;
    }
}

/* CSS for the spinner on the home page */
body.scroll-frame-loading #scroll-frame-spinner {
    display: block;
}

#scroll-frame-spinner {
    display: none;
}

