.navbar-toggler .icon-bar,
.navbar-toggler:active>.icon-bar:nth-child(2),
.navbar-toggler:hover>.icon-bar:nth-child(2) {
    width: 22px;
    transition: .2s
}

.content-wrapper,
body {
    overflow-x: hidden
}

.logo {
    max-height: 30px
}

.footer-logo {
    max-width: 100px
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0
}

main {
    min-height: calc(100vh - 56px - 208px)
}

.navbar-toggler .icon-bar {
    display: block;
    height: 2px;
    border-radius: 1px;
    background-color: #444;
    transform: rotate(0) translate(0, 0)
}

.search-toggle:after,
.search-wrapper a.search-hide:before {
    transform: rotate(45deg)
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px
}

.icon-bar:nth-child(2) {
    transition: .2s
}

.navbar-toggler:not(.collapsed) .icon-bar:first-child {
    transform: rotate(45deg) translate(5px, 4px);
    transition: .2s
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0;
    transition: .2s
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
    transition: .2s
}

@media only screen and (max-width:980px) {
    .navbar-toggler {
        display: block;
        padding: 7px;
        float: right;
        top: 10px;
        position: relative;
        right: 10px
    }

    .navbar-toggler .navbar-toggler-icon {
        width: 20px;
        height: 2px;
        background-color: #585858;
        position: relative;
        display: block;
        margin-bottom: 3px
    }

    .navbar-toggler .navbar-toggler-icon:last-child {
        margin-bottom: 0
    }
}

.search-toggle {
    padding-top: .7rem
}

#cookie_notice,
.search-wrapper {
    padding: 1rem;
    position: fixed;
    left: 0
}

.search-toggle:before {
    content: '';
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: block;
    border: 2px solid #bfbfbf
}

.search-toggle:after {
    content: '';
    background-color: #bfbfbf;
    width: 7px;
    height: 2px;
    display: block;
    position: relative;
    margin-top: -1px;
    margin-left: 11px
}

.search-wrapper {
    top: -100%;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    transition: .6s cubic-bezier(.61, 1, .88, 1)
}

.product-variations,
.search-wrapper .search-results ul {
    list-style-type: none;
    padding: 0
}

.search-wrapper.show {
    top: 0
}

.search-wrapper a.search-hide {
    position: absolute;
    top: 1.5rem;
    right: 2rem;
    width: 15px;
    height: 15px
}

.loader,
.module-fickle {
    position: relative
}

.search-wrapper a.search-hide:after,
.search-wrapper a.search-hide:before {
    content: '';
    width: 2px;
    height: 15px;
    background-color: #de3a3a;
    position: absolute;
    display: block;
    left: 6px
}

.search-wrapper a.search-hide:after {
    transform: rotate(-45deg)
}

.search-wrapper #search,
.search-wrapper #search:focus {
    width: 50%;
    margin: 0 auto;
    border-radius: 0;
    border: none;
    outline: 0;
    border-bottom: 1px solid #eaeaea;
    box-shadow: none
}

.search-wrapper .search-results {
    width: 50%;
    margin: 0 auto;
    text-align: left
}

.search-wrapper .search-results ul li:first-child {
    padding-top: 10px
}

.search-wrapper .search-results ul li {
    padding: 5px 0
}

.search-wrapper .search-results ul li img {
    width: 80px;
    margin-right: 10px
}

.search-wrapper .search-results ul li.message {
    text-align: center;
    font-size: 12px;
    color: #a2a2a2
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em
}

.loader {
    margin: 10px auto;
    font-size: 3px;
    display: inline-flex;
    top: 0;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(0, 0, 0, .1);
    border-right: 1.1em solid rgba(0, 0, 0, .1);
    border-bottom: 1.1em solid rgba(0, 0, 0, .11);
    border-left: 1.1em solid #bdbdbd;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: 1.1s linear infinite load8;
    animation: 1.1s linear infinite load8
}

.cookie-consent-popup,
.cookie-consent-popup.open {
    animation-name: show;
    animation-duration: 1s;
    animation-timing-function: ease
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#cookie_notice {
    z-index: 10000;
    bottom: -100%;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #000;
    transition: .6s ease-in-out
}

#cookie_notice.active {
    bottom: 0
}

#cookie_notice .cookie_notice_container {
    display: flex;
    align-items: center;
    color: #fff
}

#cookie_notice .cookie_notice_container p {
    margin: 0;
    color: #fff;
    font-size: 14px
}

#cookie_notice .cookie_notice_container button {
    margin-left: .5rem;
    padding: 5px 10px;
    font-size: 14px
}

#cart-message-box,
#fav-message-box {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10000;
    padding: 1rem 2rem;
    background-color: #000;
    font-size: 13px;
    color: #fff
}

.cms-message {
    font-size: 12px;
    color: #ff4500
}

.product-variations {
    display: flex
}

.product-variations li {
    display: flex;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #ddd;
    margin-right: .2rem
}

.product-variations li:last-of-type {
    margin-right: 0
}

.product-variations li.selected a {
    background-color: #ddd
}

.product-variations li a {
    padding: .3rem .5rem;
    color: #000
}

.fickle-has-background-image {
    padding: 30px
}

.module-fickle-basic .fickle-icon,
.module-fickle-basic .fickle-image {
    margin-bottom: 1em
}

.fickle-image img {
    max-height: 350px
}

.fickle-icon i {
    font-size: 60px;
    padding-right: 10px;
    align-self: center;
}

.fickle-item a {
    transition: .3s
    font-size: 3rem;
    font-family: Poppins-Black;
    line-height: 3rem;
    font-weight: bolder;
}

.fickle-item a:hover {
    text-decoration: none
    font-size: 3rem;
    font-family: Poppins-Black;
    line-height: 3rem;
    font-weight: bolder;
}

.module-fickle-inline .fickle-icon,
.module-fickle-inline .fickle-image,
.module-fickle-inline .fickle-title {
    display: inline-block;
    vertical-align: middle;
    font-size: 3rem;
    font-family: Poppins-Black;
    line-height: 3rem;
    font-weight: bolder;
    padding-left: 30px;
    text-align: left;
}

.module-fickle-inline .fickle-icon,
.module-fickle-inline .fickle-image {
    margin-right: 15px
}

.module-fickle-inline .fickle-image img {
    max-height: 150px
}

.module-fickle-inline .fickle-subtitle {
    margin-top: 1em
}

.cookie-consent-popup {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    background: #eee;
    padding: 2rem;
    text-align: center
}

.cookie-consent-popup.open {
    display: block;
    opacity: 1
}

.cookie-consent-controls {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .5s ease-out;
    -moz-transition: max-height .5s ease-out;
    transition: max-height .5s ease-out;
    padding-top: 1rem
}

.cookie-consent-controls.open,
.cookie-consent-details.open {
    max-height: 600px
}

.cookie-consent-details {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .5s ease-out;
    -moz-transition: max-height .5s ease-out;
    transition: max-height .5s ease-out;
    margin-top: 1rem
}

@keyframes show {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes hide {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.cookie-consent-top-wrapper .btn {
    margin-right: 1rem
}

.cookie-consent-popup .btn {
    min-width: 150px
}

.cookie-consent-popup input[type=checkbox]:after,
.cookie-consent-popup input[type=checkbox]:before {
    content: '';
    position: absolute;
    width: 2px;
    background: #000;
    transition: .1s;
    opacity: 0
}

.cookie-consent-popup input[type=checkbox]:before {
    height: 4px;
    transform: rotate(-35deg);
    right: 13px;
    bottom: 7px
}

.cookie-consent-popup input[type=checkbox]:after {
    height: 12px;
    transform: rotate(35deg);
    right: 8px;
    top: 6px
}

.cookie-consent-popup input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border: 1px solid;
    border-radius: 4px;
    position: relative
}

.cookie-consent-popup .form-check-input:hover,
.cookie-consent-popup .form-check-label:hover,
.cookie-consent-popup input[type=checkbox]:checked:after,
.cookie-consent-popup input[type=checkbox]:checked:before {
    opacity: 1
}

.cookie-consent-popup .form-check-input,
.cookie-consent-popup .form-check-label {
    cursor: pointer;
    vertical-align: middle;
    transition: .2s;
    opacity: .8
}

.btn.cookie-consent-save {
    margin-top: 1rem
}

.cookie-consent-details label {
    font-weight: 600
}

.col-cookie-consent {
    padding-left: 15px;
    padding-right: 15px
}

.cookie-details-item {
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    padding: 15px
}

.cookie-consent-popup .row {
    justify-content: center
}

.cookie-consent-accept-all {
    background-color: #000;
    border-color: #000
}

.cookie-consent-accept-all:hover {
    background-color: #333;
    border-color: #333
}



.flickle-item .flickle-title .a {
    position: relative;
    font-size: 4.0rem;
    font-family: Poppins-Black;
    line-height: 4.0rem;
    font-weight: bolder;
    letter-spacing: .5px;
    color: var(--white)
}

@media screen and (max-width: 768px) and (min-width: 390px) {

.fickle-icon i {
    font-size: 55px;
    padding-right: 10px;
    align-self: center;
}

.fickle-item a {
    transition: .3s;
    font-size: 30px;
    font-family: Poppins-Black;
    line-height: 30px;
    font-weight: bolder;
}

.fickle-item a:hover {
    text-decoration: none;
    font-size: 30px;
    font-family: Poppins-Black;
    line-height: 30px;
    font-weight: bolder;
}

.flickle-item .flickle-title .a {
    position: relative;
    font-size: 30px;
    font-family: Poppins-Black;
    line-height: 30pxrem;
    font-weight: bolder;
    letter-spacing: .5px;
    color: var(--white)
}

}

@media screen and (max-width: 1023px) and (min-width: 769px) {

.fickle-icon i {
    font-size: 40px;
}

.fickle-item a {
    transition: .3s;
    font-size: 24px;
    font-family: Poppins-Black;
    font-weight: bolder;
}

.fickle-item a:hover {
    text-decoration: none;
    font-size: 24px;
    font-family: Poppins-Black;
    font-weight: bolder;
}

.flickle-item .flickle-title .a {
    position: relative;
    font-size: 24px;
    font-family: Poppins-Black;
    font-weight: bolder;
    letter-spacing: .5px;
    color: var(--white)
}

}

@media screen and (max-width: 1365px) and (min-width: 1024px) {

.fickle-icon i {
    font-size: 30px;
    margin-right: -80px;
    
}

.fickle-item a {
    justify-content: left;
    transition: .3s;
    font-size: 24px;
    font-family: Poppins-Black;
    font-weight: bolder;
}

.fickle-item a:hover {
    text-decoration: none;
    font-size: 24px;
    font-family: Poppins-Black;
    font-weight: bolder;
}

.flickle-item .flickle-title .a {
    position: relative;
    font-size: 18px;
    font-family: Poppins-Black;
    font-weight: bolder;
    letter-spacing: .5px;
    color: var(--white)
}

}



@media screen and (max-width: 1920px) and (min-width: 1366px) {

.fickle-icon i {
    font-size: 45px;
    margin-right: -80px;
    
}

.fickle-item a {
    justify-content: left;
    transition: .3s;
    font-size: 42px;
    font-family: Poppins-Black;
    font-weight: bolder;
}

.fickle-item a:hover {
    text-decoration: none;
    font-size: 42px;
    font-family: Poppins-Black;
    font-weight: bolder;
}

.flickle-item .flickle-title .a {
    position: relative;
    font-size: 42px;
    font-family: Poppins-Black;
    font-weight: bolder;
    letter-spacing: .5px;
    color: var(--white)
}

}
