/*
 Theme Name:   Swiss Design Group Child
 Theme URI:    http://swissdesigngroup.com/
 Description:  Swiss Design Group Child Theme
 Author:       Swiss Design Group
 Author URI:   http://swissdesigngroup.com/
 Template:     swissdesigngroup
 Version:      1.0.0
 Text Domain:  stheme-child
*/

@import url("../swissdesigngroup/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/* GENERAL
-------------------------------------------------------------- */

html {
    font-size: 100%;
}

body {
    color: #4e4e50;
    font-size: 16px;
    line-height: 1.5;
    min-width: 300px;
    overflow-x: hidden;
    font-family: montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
}

hr {
    border-color: #BA2031;
}

h3.box-title,
ul#menu-secondary,
.hb-sticky-nav-wrapper {
    font-family: odile, serif;
    font-style: normal;
    font-weight: 700;
}

#main-content {}

.single-post #main-content {
    background-color: #fff;
}

.inner-page-content {
    background: #fff;
    padding: 20px;
}

.single-post .inner-page-content {
    padding: 20px 0;
}

.inner-shop-content {
    background: #fff;
    padding: 20px 20px 0;
}

img {
    max-width: 100%;
    height: auto;
}

img.alignnone.size-full {
    width: 100%;
    height: auto;
}

a {
    color: #BA2031;
    /* #eec48b;*/
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 500;
}

a:focus,
a:active,
a:hover {
    color: #BA2031;
    text-decoration: underline;
}

a:focus,
a:active {
    outline: none
}

*::moz-focus-inner {
    border: 0
}

p:empty {
    display: none
}

h1,
h2,
h3,
h4,
h5,
h6 {}

h1,
.h1 {
    color: #BA2031;
    font-size: 46px;
    line-height: 57px;
    margin: 30px 0 20px;
    font-family: odile, serif;
    font-style: normal;
    font-weight: 600;
}

h2,
.h2 {
    color: #BA2031;
    font-size: 38px;
    line-height: 48px;
    font-family: odile, serif;
    font-style: normal;
    font-weight: 600;
}

h3.addon-name {
    color: #3c2e26;
    font-size: 210%;
    margin: 30px 0 20px;
}

h3,
.h3 {
    color: #BA2031;
    font-size: 28px;
    line-height: 35px;
    margin: 15px 0;
    font-family: odile, serif;
    font-style: normal;
    font-weight: 400;
}


.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

input:not([type]),
input[type="color"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="text"],
input[type=file],
textarea,
select {
    padding: 12px 25px;
    margin-bottom: 30px;
    height: auto;
    font-size: 18px;
    box-shadow: none;
    border: none;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
    /*font-family: 'Roboto Slab';*/
    outline: 0;
    background: #fff;
}

input:not([type]):focus,
input[type="color"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="text"]:focus,
input[type=file],
textarea:focus {
    background: #fff;
}

textarea {
    min-height: 250px;
}

.contact-form input[type=file],
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    border: 1px solid #777;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 5px 10px;
}

.contact-form input[type="text"].not-valid-input,
.contact-form input[type="email"].not-valid-input {
    border-color: #FA3C53;
    background: #FFEFEF;
}

.contact-form input[type=file],
.club-form.contact-form input[type="text"],
.club-form.contact-form input[type="email"],
.club-form.contact-form textarea {
    margin-bottom: 10px;
}

.contact-form textarea {
    min-height: inherit;
    height: 140px;
}

input[type=file] {
    font-size: inherit;
}

.hero-btn,
button.loading-effect,
.contact-form input[type="submit"] {
    background-color: #BA2031 !important;
    color: #fff !important;
    border: none !important;
    outline: 0;
    outline: none;
    padding: 9px 20px;
    text-transform: uppercase;
    margin: 0 0 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
}

.hero-btn:hover,
button.loading-effect:hover,
.contact-form input[type="submit"]:hover {
    opacity: 0.85
}

button.loading-effect.active {
    opacity: 1;
    background-image: url(img/btn-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 26px;
}

button.loading-effect.active span {
    visibility: hidden;
}


.contact-form label {
    line-height: 39px;
}

.contact-form span.wpcf7-not-valid-tip {
    top: -30px;
    position: relative;
    margin-bottom: -20px;
    z-index: 0;
}

.club-form.contact-form span.wpcf7-not-valid-tip {
    top: -10px;
    margin-bottom: 0;
}

.container {
    max-width: 950px;
}

img.onex {
    display: inherit;
}

img.twox {
    display: none;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

    img.onex {
        display: none;
    }

    img.twox {
        display: inherit;
    }
}

@media screen and (min-width: 769px) {

    img.onex.visible-xs,
    img.twox.visible-xs,
    img.twox.hidden-xs {
        display: none !important;
    }

    img.onex.hidden-xs {
        display: inline-block !important;

    }
}

@media screen and (max-width: 768px) {

    a.go-down,
    img.onex.hidden-xs,
    img.twox.visible-xs,
    img.twox.hidden-xs {
        display: none !important;
    }

    img.onex.visible-xs {
        display: inline-block !important;

    }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 769px),
(min-resolution: 192dpi) and (min-width: 769px) {

    img.onex.visible-xs,
    img.twox.visible-xs,
    img.onex.hidden-xs {
        display: none !important;
    }

    img.twox.hidden-xs {
        display: inline-block !important;

    }
}

@media (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px),
(max-resolution: 192dpi) and (max-width: 768px) {

    img.onex.visible-xs,
    img.twox.hidden-xs,
    img.onex.hidden-xs {
        display: none !important;
    }

    img.twox.visible-xs {
        display: inline-block !important;

    }
}

img.invisible-img {
    position: absolute;
    top: -10000px;
    left: -10000px;
    z-index: -99999;
    opacity: 0;
    visibility: hidden;
}

.share-buttons a {
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background: #AAA59D;
    color: #F9F8F6;
    border-radius: 8px;
    font-size: 22px;
    margin: 0 8px 8px 0;
}

.share-buttons {
    padding: 10px 0 0;
}

a.facebook-share:active,
a.facebook-share:focus,
a.facebook-share:hover {
    background: #3B5998;
}

a.twitter-share:active,
a.twitter-share:focus,
a.twitter-share:hover {
    background: #2BCFE5;
}

a.pinterest-share:active,
a.pinterest-share:focus,
a.pinterest-share:hover {
    background: #C92228;
}

a.google-plus-share:active,
a.google-plus-share:focus,
a.google-plus-share:hover {
    background: #F3200F;
}

.share-buttons i.fa.fa-share-alt {
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #D1D1D1;
    border-radius: 8px;
    font-size: 22px;
    margin: 0 8px 8px 0;
}

.tipper .tipper-content {
    text-transform: capitalize;
}

.post-image {
    position: absolute;
    z-index: -99;
    top: -99999999px;
    left: -99999999px;
}

.share-buttons.brandnew {
    margin-bottom: 1rem;
    text-align: right;
    padding: 0;
}

.share-buttons.brandnew a {
    background: transparent;
    color: #9EA1A1;
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 26px;
    margin: 0 0 0 8px;
}

.share-buttons.brandnew a:hover {
    color: #BA2031;
}

.classie-title {
    width: 100%;
    padding-bottom: 1rem;
    margin: 0 0 1rem;
    text-transform: none;
    border-bottom: 1px solid;
    color: #BA2031;
    font-size: 46px;
    line-height: 57px;
}

.classie-image {
    margin-bottom: 2rem;
}

.breadcrumb,
.breadcrumb a {
    padding: 0;
    margin-bottom: 1rem;
    background: none;
    border-radius: 0;
    color: #BA2031;
    font-weight: 400;
}

.classie-ads {
    padding: 2rem 0;
    border-top: 1px solid #BA2031;
    background: #f6f4f1;
}

.classie-ads p:last-child {
    margin-bottom: 0;
}

#related {
    padding: 1rem 0;
    border-top: 1px solid #BA2031;
}

.classie-item {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.row .classie-item:nth-child(3n+4) {
    clear: left;
}

.classie-item h3 {
    text-transform: none;
    margin: .4rem 0 0;
}

.classie-item p {
    margin: .5rem 0;
    color: #4e4e50;
}

.classie-item figure {
    padding-top: 43%;
    margin-bottom: 1rem;
    background: #F6F4F1 center / cover;
}

.page-header {
    padding: 0;
    margin: 2.5rem 0 1rem;
    border-bottom: 1px solid #BA2031;
}

.classie-item .entry-cat {
    font-size: 16px;
    line-height: 20px;
    color: #BA2031;
}

.classie-item .entry-cat a {
    font-family: odile, serif;
    font-style: normal;
    font-weight: 300;
}

.classie-filter {
    display: block;
    position: relative;
    margin-bottom: 10px;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    background: #BA2031;
    color: #fff;
}

.classie-filter label {
    display: block;
    padding: 1rem 2rem 1rem 1rem;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
}

.classie-filter label:after {
    content: "\f078";
    display: block;
    position: absolute;
    top: 1rem;
    right: 1rem;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.classie-filter:hover label:after,
.touch .classie-filter .says:checked+label:after {
    content: "\f077";
}

.classie-filter ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    background: #BA2031;
    z-index: 999;
}

.classie-filter:hover ul,
.touch .classie-filter .says:checked+ul {
    display: block;
}

.classie-filter li {
    padding: 1rem;
}

.classie-filter a {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    color: inherit;
}

.quote {
    font-size: 16px;
    position: relative;
    padding: 1rem 0 1rem 3rem;
    color: #A97B23;
}

.quote:before {
    content: "\f075";
    display: inline-block;
    position: absolute;
    top: 1rem;
    left: 0;
    font: normal normal normal 24px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #b3a790;
}

.custom-quote {
    margin-bottom: 1rem;
    border-bottom: 1px solid #A97B23;
}

/* HEADER
-------------------------------------------------------------- */
#masthead {
    font-size: 14px;
    text-transform: uppercase;
    padding: 25px 0;
    background: #ffffff;
}

h2.site-title {
    margin: 0;
}

h2.site-title a {
    display: inline-block;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    -webkit-transition: none;
    transition: none;
    position: relative;
    z-index: 99;
}

@media (max-width: 991px) {

    h2.site-title a {
        background-position: center;
    }
}

#primary-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#primary-navigation li {
    display: inline-block;
    margin: 0 10px 0 0;
}

#primary-navigation li:last-child {
    margin-right: 0;
}

#masthead input.search-field {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 6px 12px;
    border: 1px solid #373A36;
    font-family: montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #707070;
}

#primary-navigation a {
    color: #64574f;
    line-height: 33px;
}

#primary-navigation a:hover {
    color: #210e00;
}

#main-header-el>div {
    float: right;
    margin-left: 20px;
}

#search-wrapper {
    width: 15 0px;
}

ul.socials {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.socials li {
    display: inline-block;
    margin-left: 8px;
}

ul.socials a {
    display: block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background: #373A36;
    color: #fff;
    border-radius: 8px;
    font-size: 22px;
}

ul.socials a:hover {
    opacity: 0.7;
}

ul.socials .fa {}

.header-navigation {
    padding-top: 35px;
}

.secondary-nav-wrapper {
    background: #fff;
    border-top: 1px solid #BA2031;
    border-bottom: 1px solid #BA2031;
    box-shadow: 0 10px 0 0 #FFF;
    height: 62px;
    overflow: hidden;
}

.secondary-nav-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
}

.secondary-nav-wrapper li {
    display: inline-block;
    padding: 20px 0;
    text-align: center;
}

.secondary-nav-wrapper a {
    color: #707070;
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
}

.secondary-nav-wrapper .current-menu-item a,
.secondary-nav-wrapper a:hover {
    color: #BA2031;
}

table.store-hours {
    margin-bottom: 40px;
}

table.store-hours tr:nth-child(even) {
    background-color: #EDEDED;
}

table.store-hours td:first-child {
    vertical-align: top;
}

table.store-hours td:last-child {
    max-width: 130px;
}

table {
    width: 100%;
}

table td {
    /* border-bottom: 1px solid #222; */
    padding: 10px 10px;
}

table tfoot {
    border-top: 1px solid #373A36;
}

table tfoot td {
    font-size: 80%;
    border-bottom: none;
}

.woocommerce table td {
    border-bottom: none;
}


/* FOOTER
-------------------------------------------------------------- */
#colophon {
    color: #837A74;
    background: #000;
    padding: 20px 0;
    text-transform: uppercase;
    line-height: 1.2;
}

@media screen and (max-width: 480px) {
    .home #colophon {
        position: absolute;
        width: 100%;
        bottom: 0;
    }
}

#colophon a {
    color: #837A74;
}

#colophon a:hover {
    color: #fff;
}

#footer-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#footer-navigation li {
    display: inline-block;
    margin-right: 3px;
    border-right: 1px solid;
    padding-right: 5px;
}

#footer-navigation li:last-child {
    margin-right: 0;
    border-right: none;
    padding-right: 0;
}

p.copyright {
    margin: 0;
}

@media screen and (min-width: 992px) {
    p.copyright {
        text-align: right;
    }
}



/* SLIDER TEMPLATE
-------------------------------------------------------------- */

#hb-slider .item {
    background-size: cover;
    background-position: center;
    position: relative;
}

#hb-slider .item .container {
    padding-top: 5%;
    opacity: 0;
    color: #fff;
    /*text-shadow: 0 0 20px rgba(0, 0, 0, 0.9);*/
    text-shadow: 0px 3px 40px #00000029;
}

h3.slide-title {
    font-family: odile, serif !important;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    margin: 0 0 30px;
    font-size: 72px;
    line-height: 78px;
    text-shadow: 0px 3px 40px #00000029;
}

#hb-slider .item .container .slide-description {
    font-family: montserrat, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}

a.slide-link {
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 3px 40px #00000029;
    font-style: normal;
    font-weight: 500;
    text-decoration: underline;
}

#hb-slider .owl-item.active .container {
    -webkit-animation: PlayPopUpOut 0.6s 0.6s both;
    -moz-animation: PlayPopUpOut 0.6s 0.6s both;
    animation: PlayPopUpOut 0.6s 0.6s both;
}

@-webkit-keyframes PlayPopUpOut {
    from {
        opacity: 0;
        -webkit-transform: translateY(30px);
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes PlayPopUpOut {
    from {
        opacity: 0;
        -moz-transform: translateY(30px);
    }

    to {
        opacity: 1;
    }
}

@keyframes PlayPopUpOut {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
    }
}

#hb-boxes {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    top: auto;
    background-color: #fff;
    background-size: content;
    /* background-image: url(img/torang.png); */
    padding-bottom: 30px;
    padding-top: 1rem;
}

#slider-temp-content {
    position: relative;
}

#hb-boxes .item-box {
    float: left;
    padding-right: 15px;
}

#hb-boxes.boxes-5 .item-box {
    width: 20%;
}

#hb-boxes.boxes-4 .item-box {
    width: 25%;
}

#hb-boxes.boxes-3 .item-box {
    width: 33.3333%;
}

#hb-boxes.boxes-2 .item-box {
    width: 50%;
}

h3.box-title {
    color: #BA2031;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
}

.item-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    /* max-height: 69px; */
    overflow: hidden;
    color: #707070;

}

a.box-link {
    color: #9EA1A1;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: underline;
}

.owl-controls {
    position: absolute;
    top: auto;
    bottom: 250px;
    width: 100%;
}

.has-arrow .owl-theme .owl-controls {
    position: static;
    margin: 0;
}

.has-arrow .owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    width: 2em;
    height: 2em;
    line-height: 2em;
    padding: 0;
    opacity: 1;
    color: #A97B23;
    background: #F6F2E9;
    text-align: center;
}

.has-arrow .owl-theme .owl-controls .owl-buttons div:hover {
    color: #fff;
    background: #A97B23;
}

.has-arrow .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -3em;
}

.has-arrow .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -3em;
}

@media (max-width: 810px) {
    .has-arrow .owl-theme .owl-controls .owl-buttons div {
        position: static;
        margin-top: 2em;
        margin-bottom: 1em;
    }
}

.owl-pagination {
    text-align: left;
    max-width: 950px;
    margin: 0 auto;
    padding: 0 15px;
}

.owl-theme .owl-controls .owl-page span {
    width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
    background: #fff !important;
    filter: Alpha(Opacity=100) !important;
    opacity: 1 !important;
    margin: 4px !important;
}

.owl-theme .owl-controls .owl-page.active span {
    background: #000 !important;
}

/* INDEX/ARCHIVE/SEARCH
-------------------------------------------------------------- */
.indexed-post {
    background: #f9f8f6;
    padding: 20px 0;
    border-bottom: 10px solid #fff;
}

.indexed-post:first-child {
    border-top: 10px solid #fff;
}

.indexed-post img {
    margin-bottom: 10px;
}

.pagination.loop-pagination {
    text-align: center;
    display: block;
}

.pagination.loop-pagination>* {
    display: inline-block;
    line-height: 50px;
    width: 50px;
    border: 2px solid;
    margin: 4px 0;
}

/* OUR HERITAGE
-------------------------------------------------------------- */
.hb-carousel-wrapper {
    position: relative;
    opacity: 0;
    overflow: hidden;
}

.hb-carousel-wrapper.has-margin {
    overflow: visible;
}

.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: 0;
    background: rgba(74, 48, 4, 0.2);
}

.window-loaded .hb-carousel-wrapper,
.no-js .hb-carousel-wrapper,
.window-loaded .carousel-overlay,
.no-js .carousel-overlay {
    opacity: 1;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}

.carousel-overlay h1 {
    font-size: 68px;
    line-height: 1;
}

.hb-carousel-wrapper .item img {
    display: none;
}

.hb-carousel-wrapper .item {
    background-size: cover;
    height: 0;
    padding-bottom: 70.4%;
    background-position: center;
}

.hb-carousel-wrapper.has-margin .item {
    padding-bottom: 100%;
}

.hb-carousel-wrapper .cover-title {
    position: absolute;
    top: 0;
    left: 0;
}

.hb-carousel-wrapper .cover-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

ul.heritage-filter-list {
    display: inline-block;
    line-height: 1.1;
    font-size: 25px;
    list-style: none;
    padding: 15px 0;
    margin: 0;
    text-align: center;
}

ul.heritage-filter-list li {
    display: inline-block;
    border-right: 2px solid;
    margin-right: 5px;
    padding-right: 5px;
    float: left;
}

ul.heritage-filter-list a {
    color: #64574F;
}

ul.heritage-filter-list a.active,
ul.heritage-filter-list a:hover {
    color: #BA2031;
}

#heritage-wrapper {
    background: #fff;
}

ul.heritage-filter-list li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

#heritage-content .indexed-post:first-child {
    border-top: none;
}

#heritage-content {
    border-top: 10px solid #FFF;
}

span.heritage-year {
    font-size: 80px;
}

h3.heritage-title {
    margin-top: 0;
    line-height: 1;
}

#heritage-filter {
    height: 59px;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    border-top: 1px solid #BA2031;
    border-bottom: 1px solid #BA2031;
}

#heritage-filter-alien {
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    position: fixed;
    top: 59px;
    left: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    height: 59px;
    z-index: 98;
    border-top: 1px solid #BA2031;
    border-bottom: 1px solid #BA2031;
    opacity: 0;
}

#heritage-filter-alien.sticky {
    top: 0;
    opacity: 1;
}

article.heritage-item>.container {
    background: #f9f8f6;
    padding-top: 15px;
    padding-bottom: 5px;
}

article.heritage-item {
    visibility: hidden;
    padding: 0;
    background: #f9f8f6;
    background-image: url(img/xar.png);
}

.no-js article.heritage-item {
    visibility: visible;
}

article.heritage-item.display-item {
    animation-name: fadeInLeftBig;
    -webkit-animation-name: fadeInLeftBig;

    animation-duration: 1s;
    -webkit-animation-duration: 1s;

    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;

    visibility: visible !important;
}


/*
==============================================
slideRight
==============================================
*/

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -ms-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}


/* Shop
-------------------------------------------------------------- */

.hb_widget_product_categories ul.product-categories {
    padding: 0;

    margin: 0;
    list-style: none;
}

.hb_widget_product_categories ul.product-categories:before,
.hb_widget_product_categories ul.product-categories:after {
    content: '';
    display: table;
    clear: both;
}

.hb_widget_product_categories ul.product-categories li {
    display: inline-block;
    float: left;
    margin-right: 5px;
    padding-right: 5px;
    border-right: 2px solid #4e4e50;
    line-height: 1.2;
    margin-bottom: 10px;
}

.hb_widget_product_categories ul.product-categories li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    line-height: 1.2;
    margin-bottom: 10px;
}

.hb_widget_product_categories ul.product-categories a {
    color: #4e4e50;
}

.hb_widget_product_categories ul.product-categories .current-cat a,
.hb_widget_product_categories ul.product-categories a:hover {
    color: #a97b23;
}

.hb_widget_product_categories .widget-title {
    display: none;
}

#filter-handle {
    padding-bottom: 15px;
    border-bottom: 1px solid #dbd2c5;
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
}

#filter-handle>* {
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 2px solid #afaba5;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    color: #afaba5;
}

#filter-handle>*:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

#filter-handle a:hover,
#filter-handle span.active {
    color: #a97b23;
}

.widget,
#products-filter .widget {
    padding: 15px 0 5px;
    display: none;
}

.single-product #products-filter .widget {
    border-bottom: 1px solid #dbd2c5;

}

#products-filter .widget.display {
    display: block;
    animation-name: fadeScaleIn;
    -webkit-animation-name: fadeScaleIn;

    animation-duration: .3s;
    -webkit-animation-duration: .3s;

    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
}

#shop_sections {
    margin-top: -1px;
    position: relative;
}

/*
==============================================
fadeScaleIn
==============================================
*/

@-webkit-keyframes fadeScaleIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeScaleIn {

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -15px, 0);
        -ms-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.no-js .hb_widget_product_categories .widget-title,
.no-js #products-filter .widget {
    display: block;
}

#page-header {
    padding-top: 35px;
}

#page-header h1.page-title {
    margin-top: 0;
}

#cart-status {
    padding-left: 15px;
    border-left: 1px solid #DBD2C5;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.refrushing {
    opacity: .3
}

#cart-status label {
    color: #A97B23;
}

#cart-status p {
    font-size: 18px;
    font-weight: 700;
}

.hb-btn {
    display: inline-block;
    background: #A97B23 !important;
    color: #FFF !important;
    border: none !important;
    outline: 0;
    outline: none;
    padding: 9px 20px;
    text-transform: uppercase;
    margin: 0 0 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
}

.btn-light {
    background: #fff !important;
    color: #A97B23 !important;
}

.hb-btn:hover {
    opacity: 0.85;
}

#cart-status .hb-btn {
    display: inline-block;
    padding: 6px 21px;
    margin: 0 0 5px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

a.hb-btn.button {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
    padding: 9px 12px;
    font-weight: 700;
    display: block;
    text-align: center;
}

ul.products a p {
    color: initial;
    font-size: 13px;
    min-height: 110px;
}

body.woocommerce-account ul.products a p {
    min-height: inherit;
}

.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
    font-size: 1.3em;
    min-height: 85px
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
    color: #A97B23;
    margin-bottom: 15px;
    font-size: 18px;
}

.woocommerce ul.products li.product a img,
.woocommerce ul.products li.product a:hover img,
.woocommerce-page ul.products li.product a img,
.woocommerce-page ul.products li.product a:hover img {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    min-height: 390px;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
    margin: 15px 0;
    color: #A97B23;
}

#products-filter {
    overflow: hidden;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    width: 100%;
    float: none;
    margin: 0 0 30px;
}

.woocommerce div.product div.images img,
.woocommerce #content div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce-page #content div.product div.images img {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    width: 100%;
    float: none;
}

.woocommerce .label {
    color: inherit;
    font-size: 100%;
    border: none;
    border-radius: 0;
    padding: 0 0 5px;
    display: inline-block;
}

ul.variations {
    padding: 0;
    list-style: none;
}

.woocommerce-page #main input:not([type]),
.woocommerce #main input:not([type]),
.woocommerce-page #main input[type="color"],
.woocommerce #main input[type="color"],
.woocommerce-page #main input[type="email"],
.woocommerce #main input[type="email"],
.woocommerce-page #main input[type="number"],
.woocommerce #main input[type="number"],
.woocommerce-page #main input[type="password"],
.woocommerce #main input[type="password"],
.woocommerce-page #main input[type="tel"],
.woocommerce #main input[type="tel"],
.woocommerce-page #main input[type="url"],
.woocommerce #main input[type="url"],
.woocommerce-page #main input[type="text"],
.woocommerce #main input[type="text"],
.woocommerce-page #main textarea,
.woocommerce #main textarea,
.woocommerce-page #main select,
.woocommerce #main select {
    padding: 8px 10px;
    margin-bottom: 20px;
    height: auto;
    font-size: 14px;
    box-shadow: none;
    border: 1px solid #999;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
    outline: 0;
    background: #FFF;
}

.woocommerce .quantity,
.woocommerce #content .quantity,
.woocommerce-page .quantity,
.woocommerce-page #content .quantity {
    width: 100%;
    margin-bottom: 20px !important;
    float: none;
}

.woocommerce .shop_table.cart .quantity,
.woocommerce #content .shop_table.cart .quantity,
.woocommerce-page .shop_table.cart .quantity,
.woocommerce-page #content .shop_table.cart .quantity {
    width: 70px;
    margin: 20px 0 !important
}

.woocommerce .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce-page #content .quantity input.qty {
    width: 100%;
    margin: 0;
    padding: 7px 10px 8px;
    height: auto;
    font-size: 14px;
    box-shadow: none;
    border: 1px solid #999;
}

.woocommerce .shop_table.cart .quantity input.qty,
.woocommerce #content .shop_table.cart .quantity input.qty,
.woocommerce-page .shop_table.cart .quantity input.qty,
.woocommerce-page #content .shop_table.cart .quantity input.qty {
    width: 52px;
}

.woocommerce .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce #content .quantity .plus,
.woocommerce #content .quantity .minus,
.woocommerce-page .quantity .plus,
.woocommerce-page .quantity .minus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page #content .quantity .minus {
    background: #A97B23 !important;
    height: 19px;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    color: #fff;
}

.woocommerce .quantity .plus:hover,
.woocommerce .quantity .minus:hover,
.woocommerce #content .quantity .plus:hover,
.woocommerce #content .quantity .minus:hover,
.woocommerce-page .quantity .plus:hover,
.woocommerce-page .quantity .minus:hover,
.woocommerce-page #content .quantity .plus:hover,
.woocommerce-page #content .quantity .minus:hover {
    opacity: 0.85;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button {
    background: #A97B23 !important;
    color: #FFF !important;
    border: none !important;
    outline: 0;
    outline: none;
    padding: 9px 20px;
    text-transform: uppercase;
    margin: 0 0 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-weight: 400 !important;
    -webkit-text-shadow: none !important;
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #content input.button:hover {
    opacity: 0.85;
}

.single-product .summary.entry-summary button[type="submit"] {
    width: 100%;
    float: none;
}

.woocommerce .inner-page-content a {
    color: #A97B23;
}

.woocommerce .inner-page-content a:hover {
    color: #6B4419;
}

.woocommerce div.product span.price,
.woocommerce div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce #content div.product p.price,
.woocommerce-page div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page #content div.product p.price {
    color: #A97B23;
    font-size: 18px;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info {
    border: 1px solid #999;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f9f9f9;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    line-height: 32px;
    padding: 10px !important;
}

.woocommerce .woocommerce-message a.button,
.woocommerce-page .woocommerce-message a.button {
    margin-bottom: 0;
}

.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before {
    display: none;
}

h3.addon-name,
.hb-woocommerce-content h2 {
    font-size: 110%;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.panel {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

ul.socials.socials-tab a {
    color: #fff !important;
    background: #A97B23 !important;
}

ul.socials.socials-tab a:hover {
    opacity: 0.85;
}

ul.socials.socials-tab li {
    margin: 0 5px 5px 0;
}

.woocommerce .woocommerce-breadcrumb a,
.woocommerce-page .woocommerce-breadcrumb a {
    color: #777;
}

.woocommerce .related ul li.product,
.woocommerce .related ul.products li.product,
.woocommerce .upsells.products ul li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce-page .related ul li.product,
.woocommerce-page .related ul.products li.product,
.woocommerce-page .upsells.products ul li.product,
.woocommerce-page .upsells.products ul.products li.product {
    min-height: inherit;
}

.related.products ul.products {
    padding-top: 20px;
}

.related.products h4 {
    margin: 0;
    line-height: 1;
}

.hb-feature-product {
    width: 50%;
    float: left;
    padding: 20px 35px 20px 5px
}

.hb-feature-product h3.product-name {
    margin-top: 0;
}

.hb-feature-product a {
    text-transform: uppercase;
    color: #A97B23;
}

.hb-feature-product a:hover {
    color: #6B4419;
}

.hb-feature-product p {
    display: block;
    max-height: 65px;
    overflow: hidden;
    margin-bottom: 15px;
}

@media screen and (max-width: 480px) {

    .hb-feature-product {
        width: 100%;
        float: none;
        padding: 20px 0 30px;
    }

    .hb-feature-product h3.product-name {
        margin-top: 20px;
    }

    .hb-feature-product a {
        text-transform: uppercase;
        color: #A97B23;
    }

    .hb-feature-product p {
        display: block;
        max-height: auto;
        overflow: visible;
        margin-bottom: 10px;
    }

    .feature-product-image {
        text-align: center
    }
}

ul.hb-product-categories {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.hb-product-categories li {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 5px;
}

ul.hb-product-categories a {
    display: block;
    padding: 10px;
    font-size: 16px;
    color: #A97B23;
    background: #F3F0EB;
}

ul.hb-product-categories a:hover {
    color: #6B4419;
    background: #E4DDD1;
}

h3#ship-to-different-address br {
    display: none;
}

input#ship-to-different-address-checkbox {
    position: absolute;
    top: 2px;
}

h3#ship-to-different-address {
    position: relative;
}

h3#ship-to-different-address label {
    margin: 0;
    font-weight: 400;
}

form.checkout_coupon input {
    margin-bottom: 0 !important;
}

#cart-icon {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 28px;
    font-size: 28px;
    position: relative;
    text-align: left;
}

#cart-icon a {
    color: #64574F;
}

#cart-icon a:hover {
    color: #210E00;
}

#cart-icon small {
    position: absolute;
    font-size: 14px;
    display: inline-block;
    min-width: 18px;
    min-height: 18px;
    background: #920000;
    color: #fff;
    border-radius: 20px;
    line-height: 18px;
    text-align: center;
    top: -8px;
    left: 14px;
}

.product-loop-img {
    margin-bottom: 8px;
    position: relative;
}

.feature-product-image,
.product-loop-img,
img.attachment-shop_single,
img.attachment-shop_thumbnail {
    border: 1px solid #ebebeb;
}

.product-loop-img:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(68, 68, 68, 0.4);
    background-image: url(img/external.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.product-loop-img img {
    margin-bottom: 0 !important;
}

.woocommerce ul.products li.product:hover a .product-loop-img:after {
    opacity: 1;
}

#tab-description>h2 {
    display: none;
}

#tab-description {
    margin-bottom: 0;
}

#new-club-user-thx-msg {
    display: none;
}

#new-club-user-thx-msg.display {
    display: block;
}

ul#shipping_method label {
    float: right;
}

ul#shipping_method input {
    float: right;
    margin-left: 5px;
}

ul#shipping_method br {
    display: none;
}

ul#shipping_method li:before,
ul#shipping_method li:after {
    content: '';
    display: table;
    clear: both;
}

ul#shipping_method li {
    margin-bottom: 10px;
}

.cart-collaterals h2 {
    font-size: 18px;
}

.woocommerce .related ul.products li.product,
.woocommerce-page .related ul.products li.product {
    margin: 0 3.3% 2.992em 0;
}

.woocommerce .related ul.products li.product.last,
.woocommerce-page .related ul.products li.product.last {
    margin-right: 0;
}

@media screen and (max-width: 768px) {

    .woocommerce .related ul.products li.product,
    .woocommerce-page .related ul.products li.product {
        margin: 0 0 2.992em;
    }
}


div.ppt {
    display: none !important;
}


h1 a.hb-hero-btn {
    font-size: 20px;
    display: inline-block;
    padding: 0 8px;
    color: #fff;
    vertical-align: bottom;
    line-height: 63px;
    background: #A97B23;
    position: relative;
    right: -100%;
}

h1 a.hb-hero-btn:hover {
    background: #C08B24;
}

body.page-id-950 #search-wrapper,
body.page-id-950 #nav-wrapper,
body.page-id-950 #cart-wrapper,
body.page-id-950 .secondary-nav-wrapper,
body.page-template-contest-sunkist #search-wrapper,
body.page-template-contest-sunkist #nav-wrapper,
body.page-template-contest-sunkist #cart-wrapper,
body.page-template-contest-sunkist .secondary-nav-wrapper,
body.page-template-contest-php #search-wrapper,
body.page-template-contest-php #nav-wrapper,
body.page-template-contest-php #cart-wrapper,
body.page-template-contest-php .secondary-nav-wrapper {
    display: none;
}

body.page-template-contest-sunkist h2.site-title img {
    visibility: hidden;
}

body.page-template-contest-sunkist h2.site-title a {
    background-image: url(img/sunkist.png);
}

body.page-id-950 #page,
body.page-template-contest-sunkist #page,
body.page-template-contest-php #page {
    background: #fff;
}

body.page-template-contest-sunkist ul.socials a {
    background: #272525;
    color: #373A36;
    opacity: 1;
}

body.page-template-contest-sunkist ul.socials a:hover {
    opacity: 0.7;
}

body.page-template-contest-php ul.socials a {
    background: #FFF1DB;
    color: #f76dae;
}

body.page-template-contest-sunkist a,
body.page-template-contest-sunkist h3,
body.page-template-contest-sunkist h2,
body.page-template-contest-sunkist .h3,
body.page-template-contest-sunkist .h2 {
    color: #1caed7;
}

body.page-template-contest-php a,
body.page-template-contest-php h3,
body.page-template-contest-php .h3 {
    color: #f772b1;
}

body.page-template-contest-sunkist #masthead {
    background: #B1D173;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 12%, #f4d364 44%, #b1d173 56%, #92cdd5 88%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(12%, #ffffff), color-stop(44%, #f4d364), color-stop(56%, #b1d173), color-stop(88%, #92cdd5));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 12%, #f4d364 44%, #b1d173 56%, #92cdd5 88%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 12%, #f4d364 44%, #b1d173 56%, #92cdd5 88%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 12%, #f4d364 44%, #b1d173 56%, #92cdd5 88%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 12%, #f4d364 44%, #b1d173 56%, #92cdd5 88%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#92cdd5', GradientType=0);
    /* IE6-9 */
}

body.page-template-contest-php #masthead {
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f76dae 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f76dae));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f76dae 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f76dae 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f76dae 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #f76dae 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f76dae', GradientType=0);
    /* IE6-9 */
    ;
}

@media(max-width: 767px) {

    body.page-id-2144 #hb-section-2 {
        background-image: none !important;
    }
}

.vote-inner {
    padding-top: 30px;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.vote-label {
    display: block;
}

.vote-inner span {
    display: block;
    text-transform: uppercase;
    color: #8c9091;
    font-weight: normal;
}

.vote .club-form.contact-form {
    padding-top: 5px;
}

.vote .club-form.contact-form input[type="text"],
.vote .club-form.contact-form input[type="email"] {
    font-size: 14px;
    border-color: #f772b1;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.vote button.loading-effect {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #f772b1 !important;
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 15px 0;
    margin-top: 20px;
    color: #fff !important;
}

.vote button.loading-effect span {
    margin: 0 !important;
    color: #fff !important;
    font-weight: bolder;
}

.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
    margin-bottom: 10px;
}

div.addon-description p {
    font-size: 11px;
}

.vote-box {
    float: left;
    width: 25%;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.vote-box-inner {
    height: 0;
    overflow: hidden;
    position: relative;
    padding-top: 100%;
    background: #f772b1;
    /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #e7d9d6 0%, #f772b1 100%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #e7d9d6), color-stop(100%, #f772b1));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #e7d9d6 0%, #f772b1 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #e7d9d6 0%, #f772b1 100%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #e7d9d6 0%, #f772b1 100%);
    /* IE10+ */
    background: radial-gradient(ellipse at center, #e7d9d6 0%, #f772b1 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7d9d6', endColorstr='#f772b1', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.vote-name,
.vote-msg,
.vote-image {
    position: absolute;
}

.vote-name {
    width: 100%;
    bottom: 0;
    padding: 25% 10px;
    left: 0;
}

.vote-msg {
    width: 100%;
    bottom: 0;
    padding: 12% 10px;
    left: 0;
    line-height: 1;
}

.vote-image {
    top: 50%;
    left: 50%;
    width: 170px;
    height: 90px;
    margin: -70px 0 0 -85px;
}

.loadmore-vote {
    padding: 20px;
    text-align: center;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.more-votes-wrap .vote-box,
.more-votes-wrap {
    display: none;
}

.loadmore-vote.disable {
    cursor: default;
}

.more-votes-wrap.active {
    display: block;
}

.more-votes-wrap.active .vote-box {
    display: block;
    -webkit-animation: PlayPopUpOut 0.6s 0.2s both;
    -moz-animation: PlayPopUpOut 0.6s 0.2s both;
    animation: PlayPopUpOut 0.6s 0.2s both;
}

.more-votes-wrap.active .vote-box:nth-child(5),
.more-votes-wrap.active .vote-box:nth-child(6),
.more-votes-wrap.active .vote-box:nth-child(7),
.more-votes-wrap.active .vote-box:nth-child(8) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.more-votes-wrap.active .vote-box:nth-child(9),
.more-votes-wrap.active .vote-box:nth-child(10),
.more-votes-wrap.active .vote-box:nth-child(11),
.more-votes-wrap.active .vote-box:nth-child(12) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.more-votes-wrap.active .vote-box:nth-child(13),
.more-votes-wrap.active .vote-box:nth-child(14),
.more-votes-wrap.active .vote-box:nth-child(15),
.more-votes-wrap.active .vote-box:nth-child(16) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

h3.thank-you-msg {
    text-align: center;
    padding: 30px 0 0;
    font-size: 210%;
}


.hb-tab-filters {
    padding: 0 0 30px;
    text-transform: uppercase;
}

.hb-tab-filters span {
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
    display: inline-block;
    cursor: pointer;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hb-tab-filters span:last-child {
    margin-right: 0;
    padding-right: 0;
}

.hb-tab-filters span:after {
    content: '.';
    line-height: 0;
    display: inline-block;
    position: absolute;
    top: 4px;
    right: -3px;
    font-size: 24px;
    color: initial;
}

.hb-tab-filters span:last-child:after {
    display: none;
}

.hb-tab-filters span.active {
    color: #F772B1
}

body.page-id-950 .hb-tab-filters span.active {
    color: #A97B23;
}

.hb-tab-content {
    display: none;
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 30px;
    position: relative;

}

span.go-down-btn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.hb-tab-content.active {
    display: block;
    -webkit-animation: PlayPopUpOut 0.6s 0.2s both;
    -moz-animation: PlayPopUpOut 0.6s 0.2s both;
    animation: PlayPopUpOut 0.6s 0.2s both;
}

body.page-template-contest-sunkist .hb-tab-content {
    max-height: none;
}

body.page-template-contest-sunkist span.go-down-btn {
    display: none;
}

body.page-template-contest-sunkist .hb-tab-filters {
    border-bottom: 1px solid #c6c7c9;
    padding: 0;
}

body.page-template-contest-sunkist .hb-tab-filters span {
    padding: 10px 20px;
    border: 1px solid #c6c7c9;
    margin-bottom: -1px;
    font-size: 140%;
    color: #1CAED7;
}

body.page-template-contest-sunkist .hb-tab-filters span.active {
    border-bottom-color: #FFF;
}

body.page-template-contest-sunkist .hb-tab-filters span:after {
    display: none;
}

body.page-template-contest-sunkist .hb-tab-content,
body.page-template-contest-sunkist .hb-tab-triggers {
    padding: 15px 15px 0;
    margin: 0 auto;
}

@media (min-width: 768px) {

    body.page-template-contest-sunkist .hb-tab-content,
    body.page-template-contest-sunkist .hb-tab-triggers {
        width: 750px;
    }
}

@media (min-width: 992px) {

    body.page-template-contest-sunkist .hb-tab-content,
    body.page-template-contest-sunkist .hb-tab-triggers {
        width: 950px;
    }
}

#vote-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    z-index: 9999;
    background: rgba(54, 54, 54, 0.7);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    overflow-x: hidden;
    overflow-y: auto;
}

span#vote-popup-trigger {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 60px;
    right: 60px;
    z-index: 99;
    cursor: pointer;
}

span#vote-popup-trigger span {
    display: block;
    height: 4px;
    background: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

span.hb-t {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
}

span.hb-m {
    opacity: 0;
    top: 50%;
}

span.hb-b {
    -webkit-transform: translateY(50%) rotate(-45deg);
    -moz-transform: translateY(50%) rotate(-45deg);
    -ms-transform: translateY(50%) rotate(-45deg);
    -o-transform: translateY(50%) rotate(-45deg);
    transform: translateY(50%) rotate(-45deg);
    bottom: 50%
}

div#vote-popup-inner {
    position: relative;
    top: 150px;
    max-width: 480px;
    background: #fff;
    z-index: 999;
    margin: 0 auto;
    padding: 30px;
}

.vote-popup-minimize #vote-popup {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.vote-popup-minimize span#vote-popup-trigger {
    top: 0;
    right: 0;
}

.vote-popup-minimize span.hb-t {
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -o-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
    top: 8px;
}

.vote-popup-minimize span.hb-m {
    opacity: 1;
    top: 24px;
}

.vote-popup-minimize span.hb-b {
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -o-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
    bottom: 8px;
}

.vote-popup-minimize span#vote-popup-trigger span {
    width: 12px;
    height: 12px;
    left: 24px;
}

#vote-popup .share-buttons a {
    color: #fff;
}

#vote-popup i.fa.fa-share-alt,
#vote-popup a.pinterest-share {
    display: none;
}

body.page-template-contest-php .tipper {
    z-index: 999999;
}

#vote-popup .share-buttons {
    text-align: center;
    padding-top: 30px;
}

span.hb-coupon {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    margin: 0 8px 0 0;
    background: #ECECEC;
    color: #21759A;
    text-shadow: 0 1px 0 #DDD;
    padding: 2px;
    position: relative;
    line-height: 1em;
    -moz-box-shadow: 0 2px 0 0 #ddd;
    -webkit-box-shadow: 0 2px 0 0 #DDD;
    box-shadow: 0 2px 0 0 #DDD;
    font-weight: 700;
}

span.hb-coupon>span {
    display: inline-block;
    padding: 0 4px;
}

span.hb-coupon span span {
    display: inline-block;
    border: 1px dashed #CCC;
    padding: .5em 6px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.coupons-wrapp {
    text-align: center;
    padding: 30px 0;
}

.coupons-wrapp span:before,
.coupons-wrapp span:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 4px;
    background: #F7F7F7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 2px 0 0 rgba(255, 255, 255, .3), inset 0 2px 0 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.3), inset 0 2px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.3), inset 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

span.hb-coupon:before {
    bottom: 5px;
    left: 0;
    margin: 0 0 0 -4px;
}

span.hb-coupon:after {
    top: 5px;
    left: 0;
    margin: 0 0 0 -4px;
}

span.hb-coupon>span:before {
    bottom: 5px;
    right: 0;
    margin: 0 -4px 0 0;
}

span.hb-coupon>span:after {
    top: 5px;
    right: 0;
    margin: 0 -4px 0 0;
}

span.hb-coupon span span:before {
    top: 50%;
    left: 0;
    margin: -2px 0 0 -4px;
}

span.hb-coupon span span:after {
    top: 50%;
    right: 0;
    margin: -2px -4px 0 0;
}

span.share-coupon {
    display: none;
}

.show-share-coupon span.share-coupon {
    display: inline-block;
    animation-name: fadeScaleIn;
    -webkit-animation-name: fadeScaleIn;

    animation-duration: .3s;
    -webkit-animation-duration: .3s;

    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
}

.hero-coupon-wrap:before,
.hero-coupon-wrap:after {
    display: none !important;
}

.hero-coupon-wrap {
    display: inline-block;
    text-align: center;
    margin: 5px;
}

.hero-coupon-wrap div {
    margin-bottom: 5px;
}

#vote-popup-second {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 30px 60px;
    background: #FFF;
}

.show-share-coupon #vote-popup-second {
    display: block;
    animation-name: fadeScaleIn;
    -webkit-animation-name: fadeScaleIn;

    animation-duration: .3s;
    -webkit-animation-duration: .3s;

    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
}

#vote-popup-second .hb-btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin: 0 0 0 -63px;
}



.page-id-176 .shop_table.my-account-cim-payment-methods,
.page-id-176 h2#cim-my-payment-methods,
.page-id-176 h2#cim-my-payment-methods~p {
    display: none;
}

.vote input.not-valid {
    background: antiquewhite;
    border: 1px dashed #F00 !important;
}


#liked-coupon-content {
    display: none !important;
}

#filter-slider>div {
    display: none;
}

#filter-slider>div.display {
    display: block;
    animation-name: fadeScaleIn;
    -webkit-animation-name: fadeScaleIn;
    animation-duration: .3s;
    -webkit-animation-duration: .3s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
}

#filter-slider .hb-section {
    padding-top: 50px;
    padding-bottom: 120px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #FFF;
    background-color: #150A03;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

#filter-slider .hb-section h2 {
    color: #FFF;
    margin: 0px 0px 30px;
    font-size: 68px;
    line-height: 1;
    text-shadow: #272727 5px 5px 5px;
}

#filter-slider .hb-section p {
    text-shadow: 0 0 20px #000;
}

#filter-slider .hb-section p a {
    color: #EEC48B;
    text-transform: uppercase;
    text-shadow: none;
}

.hb-round {
    font-style: normal;
    display: inline-block;
    font-size: 140%;
    font-weight: bold;
    vertical-align: middle;
    margin: 10px 10px 10px 0;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 30px;
}

.hb-photo-contest .vote-box-inner {
    background: #64584F;
}

.hb-photo-contest .vote-image {
    top: 0;
    margin: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}


.hb-photo-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    font-size: 70%;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.hb-photo-info:hover {
    opacity: 1;
}

.contest-user {
    margin-bottom: 10px;
}

.contest-user img {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 10px;
    -webkit-border-radius: 80px;
    border-radius: 80px;
}

.hb-photo-info * {
    overflow: hidden;
}

#hb-ticket-page-popup,
#hb-hero-page-popup {
    display: none;
}

#hb-ticket-page-popup,
#hb-hero-page-popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    padding-top: 15%;
    padding-bottom: 50px;
    overflow-x: hidden;
    overflow-y: auto;
    animation-name: fadeScaleIn;
    -webkit-animation-name: fadeScaleIn;

    animation-duration: .6s;
    -webkit-animation-duration: .6s;

    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
}

.ticket-page-popup-runs #hb-ticket-page-popup,
.hero-page-popup-runs #hb-hero-page-popup {
    display: block;
    animation-name: fadeScaleIn;
    -webkit-animation-name: fadeScaleIn;

    animation-duration: .6s;
    -webkit-animation-duration: .6s;

    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
}

#hb-ticket-page-popup-inner,
#hb-hero-page-popup-inner {
    background: #FFF;
    padding: 20px;
    width: 600px;
    margin: 0 auto;
}

#hb-ticket-page-popup-close,
#hb-hero-page-popup-close {
    margin-bottom: 20px;
}

#hb-ticket-page-popup-close .close,
#hb-hero-page-popup-close .close {
    font-size: 50px;
    outline: 0;
}

#hero-fb-box {
    width: 300px;
    margin: 20px auto 0;
}

.club-form-wrap {
    background: #c9e6e7;
    padding: 30px 0px 40px;
}

.club-form-wrap label {
    font-weight: normal;
}

.vote-ll .club-form.contact-form input[type="text"],
.vote-ll .club-form.contact-form input[type="email"] {
    border-color: #1CAED7;
    padding: 7px 10px;
}

.vote-ll button.loading-effect {
    display: inline-block;
    font-size: 38px;
    width: auto;
    padding: 10px 20px;
    background-color: #1CAED7 !important;
}

.vote-ll [name="vote_option"] {
    display: none;
}

.vote-ll .vote-label {
    margin-bottom: 30px;
    cursor: pointer;
}

.vote-ll-img {
    height: 0;
    padding-top: 71.875%;
    position: relative;
    overflow: hidden;
}

.vote-ll-img:after {
    opacity: 0;
    content: '\f05d';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 60px;
    line-height: 1;
    color: #1CAED7;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.vote-ll [name="vote_option"]:checked~.vote-ll-img:after {
    -webkit-animation: scaleOut 1s;
    animation: scaleOut 1s;
}

@-webkit-keyframes scaleOut {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    70% {
        opacity: 1;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleOut {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    70% {
        opacity: 1;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.vote-ll-img img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    max-width: none;
}

.vote-ll-label {
    text-align: center;
    background: #1CAED7;
    padding: 15px 0;
    line-height: 1;
    opacity: 0.4;
}

.vote-ll [name="vote_option"]:checked~.vote-ll-label {
    opacity: 1;
}

.vote-ll-label span {
    color: #FFF;
    margin: 0 !important;
}

.page-id-123 .entry-title {
    line-height: 27px;
}

.entry-title a {
    font-size: 22px;
    line-height: 27px;
    font-family: montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
}



/* RESPONSIVE
-------------------------------------------------------------- */

@media screen and (min-width: 992px) {

    #slider-temp-content,
    #hb-slider,
    #hb-slider .item {
        height: 0;
        overflow: hidden;
        /* padding-bottom: 56.25%; */
        padding-bottom: 800px;
    }

    .half-size {
        max-width: 50%;
    }

    .entry-content h1.entry-title {
        /* max-width: 60%; */
    }

    .vote-inner input[type="radio"] {
        margin-top: 25px;
    }

    .vote-inner span {
        margin-top: 8px;
    }
}

@media screen and (min-width: 768px) {

    .woocommerce .related ul li.product,
    .woocommerce .related ul.products li.product,
    .woocommerce .upsells.products ul li.product,
    .woocommerce .upsells.products ul.products li.product,
    .woocommerce-page .related ul li.product,
    .woocommerce-page .related ul.products li.product,
    .woocommerce-page .upsells.products ul li.product,
    .woocommerce-page .upsells.products ul.products li.product {
        width: 22.5%;
    }
}

@media screen and (min-width: 992px) and (min-height: 900px) {

    #slider-temp-content,
    #hb-slider,
    #hb-slider .item {
        height: 0;
        overflow: hidden;
        padding-bottom: 47%;
    }
}

@media screen and (min-width: 992px) and (min-height: 1200px) {

    #slider-temp-content,
    #hb-slider,
    #hb-slider .item {
        height: 0;
        overflow: hidden;
        padding-bottom: 47.4%;
    }
}

@media screen and (max-width: 992px) {

    #slider-temp-content,
    #hb-slider,
    #hb-slider .item {
        min-height: 75vh;
    }

    .owl-controls {
        bottom: 10%;
    }

    .hb-tab-filters span {
        font-size: 10px;
    }

    .hb-tab-filters span:after {
        display: none;
    }
}

@media screen and (max-width: 768px) {

    .carousel-overlay,
    .tipper {
        display: none !important;
    }

    h3.slide-title {
        font-size: 46px;
        line-height: 52px;
        margin-top: 2rem;
    }

    .contact-form label {
        line-height: 1.2;
    }

    .contact-form input[type="submit"] {
        margin-bottom: 40px;
    }

    span.heritage-year {
        display: block;
        margin-bottom: 15px;
    }

    h3.heritage-title {
        margin-top: 15px;
    }

    .inner-shop-content {
        padding: 0;
    }

    ul.hb-product-categories li {
        display: block;
        width: 100%;
        float: none;
    }

    .vote-box {
        width: 50%;
    }

    #hb-ticket-page-popup-inner,
    #hb-hero-page-popup-inner {

        width: 100%;
    }
}

@media screen and (max-width: 480px) {

    .vote-box {
        width: 100%;
    }

    .vote-box-inner {
        padding-top: 80%;
    }

    #filter-slider .hb-section h2 {
        font-size: 36px;
    }
}



/*
==============================================
floating
==============================================
*/

.floating {
    animation-name: floating;
    -webkit-animation-name: floating;

    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;

    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes floating {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

.hb-offer-items {
    margin: 0 -5px;
}

.hb-offer-item {
    width: 33.3333%;
    float: left;
    padding: 5px;
}

@media (max-width: 640px) {
    .hb-offer-item {
        width: 50%;
    }
}

.hb-offer {
    overflow: hidden;
    display: block;
    height: 0;
    padding-top: 100%;
    position: relative;
    text-transform: uppercase;
    background-color: #dbd4cc;
    background-size: cover;
    background-position: center;
    background-image: url(img/snow.png);
}

.hb-offer.hb-day-past {
    color: #E8716D;
    background: #FFF;
}

.hb-offer.hb-day-coming {
    color: #908A83;
}

.hb-offers-wrapper {
    box-shadow: 0 -10px 0 0 #FFF;
    padding: 5px 0 5px;
}

.hb-offer-vertical-center {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
}

.hb-offer-centered-box {
    display: inline-block;
    max-width: 90%;
    vertical-align: middle;
}

.hb-offer-vertical-center:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.hb-day>span {
    display: block;
}

.hb-day-value {
    font-size: 600%;
    line-height: 1.2;
}

.hb-on-hover {
    display: block;
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    -webkit-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.hb-on-hover-darken .hb-on-hover {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    border: 1px solid;
    padding: 10px 20px;
    border-radius: 25px;
}

.hb-on-view {
    display: block;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: opacity 0.25s, transform 0.35s;
    transition: opacity 0.25s, transform 0.35s;
}

.hb-offer:hover .hb-on-hover {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.hb-offer:hover .hb-on-view {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}

.hb-offer:hover .hb-on-hover-lighten {
    background: #FFF;
}

.hb-offer:hover .hb-on-hover-darken {
    background: rgba(0, 0, 0, 0.75);
    color: #FFF;
}

.hb-promo {
    text-align: center;
    padding: 10px 0;
    overflow: hidden;
    color: #FFF;
}

.hb-promo *,
.hb-promo a:focus,
.hb-promo a:active,
.hb-promo a:hover {
    color: inherit;
}

.promo-content {
    position: relative;
    padding: 0 20px;
}

span.hb-close-promo {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

#after-offers {
    padding: 20px 0;
    font-size: 80%;
    color: #908A83;
}

.slide-link-to {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hb-sticky-nav-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hb-sticky-nav-wrapper li {
    display: inline-block;
    margin: 1.5em 2.7em 1.5em 0;
    list-style: none;
}

.hb-sticky-nav-wrapper a {
    font-size: 1em;
    color: #c1beba;
}

.hb-sticky-nav-wrapper a.active {
    color: #a97b23;
}

.hb-nav-sticky {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99999;
}

.display-sticky-nav .hb-nav-sticky {
    display: block;
}

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

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

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

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

@media (max-width: 992px) {
    .hb-nav-sticky {
        display: none !important;
    }

    .hb-sticky-nav-wrapper li {
        display: block;
    }

    h2.site-title {
        text-align: center;
    }

    .header-navigation {
        padding-top: 25px;
    }
}

.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

/* Inkline Tweaks */
#cart-wrapper,
#nav-wrapper {
    display: none;
}

body.woocommerce #content>div.container {
    display: none;
}

#hb-section-1 .col-lg-12>hr,
#hb-section-1 .col-lg-12>h3,
#hb-section-1 ul.hb-product-categories {
    display: none;
}

#hb-section-1, #hb-section-2 {
    background-color: #EDEDED !important;
}

.img-bottom-border {
    padding-bottom: 40px;
    border-bottom: 1px solid #BA2031;
}

.filter h4 {
    font-family: odile, serif;
    font-style: normal;
    font-weight: 600;
    color: #BA2031;
    font-size: 40px;
    line-height: 50px;
    margin-top: 0;
}

.mb-1 {
    margin-bottom: 1rem;
}

#hb-section-3, #hb-section-4 {
    border-top: 1px solid #BA2031 !important;
}

#hb-section-4 {
    background-color: #EDEDED !important;
}

#hb-section-6 {
    background-color: #BA2031 !important;
}