/*
Theme Name: Shopkeeper Child
Theme URI: http://shopkeeper.getbowtied.com/
Description: This is a child theme for Shopkeeper.
Author: Get Bowtied
Author URI: http: //www.getbowtied.com/
Template: shopkeeper
Version: 1.0
*/


/****************************************************************/


/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/


/****************************************************************/


/************************************************************************************
 LOGO | CHOCOLLAMA
*************************************************************************************/


/*
.site-logo {
    width: 100%;
    height: auto!important;
    position: absolute;
    background: #73b56e;
    padding: 7px;
    top: -21px;
}

.site-branding a {
    position: relative;
    display: block;
    width: 75px;
}

*/


/************************************************************************************
 HEADER | CHOCOLLAMA
*************************************************************************************/

@media only screen and (min-width: 1024px) {
    .top-headers-wrapper .site-header {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}


/* Top bar*/

.site-top-message::before {
    content: '\f0e0';
    font-family: FontAwesome;
}

.site-top-message {
    cursor: pointer;
}

.site-top-message:hover {
    color: #fea900 !important;
}

.page-id-424 img.site-logo {
    padding: initial !important;
}


/* .site-top-message::after {
    content: 'Online prodavnica počinje sa radom od 15. septembra 2020.';
    font-family: "NeueEinstellung", -apple-system, BlinkMacSystemFont, Arial, Helvetica, 'Helvetica Neue', Verdana, sans-serif;
    pointer-events: none;
    margin-left: 25px;
    display: inline-block;
    border-left: 1px solid white;
    padding-left: 25px;
    color: #fff !important;
} */


/* .site-top-message::after:hover {
    color: #fff !important;
}
 */
 
 
/*** STICKY OPENING BAR **/

div#sticky-bar {
    position: relative;
    z-index: 2;
}

.openingBlock {
    /* background: #73b56e; */
    background: #73b56e;
    text-align: center;
}

.openingContent {
    max-width: 112.5rem;
    /* color: #fff;333333 */
    color: white;
    padding: 6px 10px;
    font-size: 14px;
    font-size: 14px;
    margin: 0 auto;
}

.openingTextContent {
    pointer-events: none;
    /* margin-left: 25px; */
    display: inline-block;
   
    font-family: "NeueEinstellung", -apple-system, BlinkMacSystemFont, Arial, Helvetica, 'Helvetica Neue', Verdana, sans-serif;
}

.openingDate {
    background: #ffaa01;
    padding: 3px 7px;
    border-radius: 0px;
    margin-left: 5px;
    color: white;
    position: relative;
}

.openingDate::after {
    content: "\A";
    border-style: solid;
    border-width: 7px 7px 7px 0;
    /* border-color: transparent #ffbc00 transparent transparent; */
    border-color: transparent #73b56e transparent transparent;
    position: absolute;
    left: -5px;
    top: 4px;
}

.openingBlock #closeButton {
    float: right;
    cursor: pointer;
    top: 10px !important;
}

@media only screen and (max-width: 767px) {
    .openingContent {
        padding: 4px 0
    }
    .openingTextContent {
        display: flex;
        flex-direction: column;
        font-size: 12px
    }
    .openingDate {
        z-index: 99999;
    }
    .openingDate::after {
        display: none !important
    }
    .closeTopWrap {
        width: 32px;
        height: 44px;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }
    .openingBlock #closeButton {
        /* display: none !important; */
        width: 14px;
        height: 14px;
        padding: 0;
        right: 11px !important;
        top: 22px !important
    }
}


/*MENU*/

.main-navigation ul li {
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 2px;
}

.menu-chocollama-main li a:hover {
    color: #3db8bd;
    color: #73b56e;
    color: #ffaa01;
    opacity: 1!important;
}

.main-navigation ul li a {
    font-weight: normal;
}

.main-navigation ul ul {
    padding: 15px 25px !important;
}

.main-navigation ul ul li {
    margin-top: 7px;
}

.menu-chocollama-main a::before {
    position: absolute;
    width: .11rem;
    height: 1px;
    background-color: #e4e4e400;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    content: "";
    bottom: 6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.menu-chocollama-main a:hover::before {
    width: 1rem;
    background-color: #000;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.menu-chocollama-main li ul li a {
    position: relative;
}

.menu-chocollama-main li ul li a::before {
    position: absolute;
    width: .11rem;
    height: 1px;
    background-color: #e4e4e400;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    content: "";
    bottom: -7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.current-menu-ancestor ul li a::before {
    display: none !important;
}

.main-navigation ul ul li a:hover {
    border-bottom-color: #03a19600;
}


/************************************************************************************
 SHOP PAGES | CHOCOLLAMA
*************************************************************************************/

.shop_header.with_featured_img {
    padding-top: 180px;
    padding-bottom: 70px;
    margin-top: -85px;
    margin-bottom: 40px;
}

.product_after_shop_loop a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background: #73b56e!important;
    color: #fff!important;
    padding: 5px 15px!important;
    /* line-height: 2; */
    line-height: 1.55;
    margin-top: 5px!important;
    bottom: 0px;
    transition: 2s ease-in-out all;
}

.product_after_shop_loop_switcher {
    height: 70px !important;
}

.product_after_shop_loop {
    height: 37px !important;
}

a.added_to_cart.wc-forward {
    transition: 2s ease-in-out all !important;
}


/* PRODUCT LOOP  | CAGTEGORIES PAGE */

li.product.type-product {
    text-align: center !important;
}

li.product.type-product .star-rating {
    margin: 10px auto !important;
}

h2.woocommerce-loop-product__title {
    text-align: center !important;
}


/** CART BEFORE ICON */

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:before {
    content: "";
    font-family: "Shopkeeper-Icon-Font" !important;
    margin-right: 8px;
    font-size: 14px;
}


/*mobile*/

@media only screen and (max-width: 767px) {
    h2.woocommerce-loop-product__title {
        padding: 14% 0 0 !important;
        text-align: center!important;
    }
    .product_after_shop_loop {
        height: 37px !important;
        text-align: center;
    }
}


/************************************************************************************
 CATEGORIES | CHOCOLLAMA
*************************************************************************************/

ul.list_shop_categories.list-centered {
    padding-top: 2% !important
}

.shop_header.with_featured_img .shop_header_bkg {
    background-position: 50% 48%;
}


/************************************************************************************
 FOOTER | CHOCOLLAMA
*************************************************************************************/

.mkdf-grid-col-12 {
    display: none
}

#site-footer .copyright_text {
    margin-top: 0px !important;
    font-size: 11px;
}

.someClass {
    margin-bottom: 60px;
}

@media only screen and (min-width: 40.063em) {
    .footer_socials_wrapper,
    .footer-navigation-wrapper ul {
        margin-bottom: 0;
    }
    .footer-navigation-wrapper ul li:after {
        height: 45%;
        top: 6px;
    }
    #site-footer .copyright_text {
        margin-bottom: 0 !important;
    }
}

.widget_text p {
    margin-bottom: 8px;
}

.site-footer-widget-area {
    /* margin-bottom: 0 !important;*/
}

ul#menu-footer-menu-bottom {
    margin-left: 0;
    font-size: 11px;
    margin: 43px 0;
}

#nav_menu-footer-pages ul li a {
    font-family: "NeueEinstellung", -apple-system, BlinkMacSystemFont, Arial, Helvetica, 'Helvetica Neue', Verdana, sans-serif;
    text-transform: uppercase !important;
    color: #9c9c9c;
}

.footer-navigation-wrapper ul li a {
    font-size: 11px !important;
    line-height: 2;
    letter-spacing: 3px !important;
    /* font-size: 10px; */
    text-transform: uppercase !important;
}

.gC {
    border: 2px solid #10191e;
    border-radius: 3px;
    margin-left: 2px;
    margin-bottom: 3px;
}

.poweredGc,
.poweredGc a {
    color: #c3c3c3 !important
}

#site-footer,
#site-footer .copyright_text a {
    color: #868686;
    border: none;
}

#site-footer .copyright_text {
    font-family: "NeueEinstellung", -apple-system, BlinkMacSystemFont, Arial, Helvetica, 'Helvetica Neue', Verdana, sans-serif;
    padding: 0 15px;
}


/************************************************************************************
 THANK YOU SUBSCRIBED PAGE  | CHOCOLLAMA
*************************************************************************************/

.subscribedHeading {
    font-size: 25px;
}

.iconsSubscribed {
    text-align: center;
    margin-bottom: 0;
    padding: 0 !important;
}

.iconsSubscribed img.alignnone.size-full {
    max-width: 51px;
}

.vc_separator.vc_sep_double {
    text-align: center;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .iconsSubscribed img {
        width: 50px;
    }
    .subscribedHeading h4 {
        font-size: 18px !important;
        text-align: center;
        padding: 0 !important;
    }
    .subscribedButtons .button {
        width: 100% !important;
        display: block;
    }
    .subscribedButtons .wpb_content_element {
        margin-bottom: 5px !important;
    }
}


/************************************************************************************
  HOME PAGE | CHOCOLLAMA
*************************************************************************************/


/**Home BANNER*/

.homeHead h2::before,
.woocommerce h2::before,
.woocommerce-page h2::before {
    background: #fff !important;
}

.homeHead .vc_parallax-inner {
    background-position: 50% !important;
}

@media only screen and (max-width: 767px) {
    .homeHead h2 {
        font-size: 30.101px !important;
        text-align: center !important;
    }
    .homeHead .wpb_text_column.wpb_content_element {
        text-align: center!important;
    }
    .homeHead p.primary_font {
        letter-spacing: 9px !important;
        font-size: 16px !important;
        text-align: center!important;
    }
    .homeHead .vc_btn3-container {
        width: 50%;
        /* margin: 0 auto; */
        text-align: right;
    }
    .homeHead .vc_btn3-container.vc_custom_1596673797666 {
        width: 50%;
        text-align: left;
        margin-left: 0!important;
    }
    .homeHead .vc_btn3-container.vc_custom_1596673797666 a {
        margin-left: 10px;
    }
}


/* WPB Slider*/

.shortcode_getbowtied_slider .swiper-slide h2 {
    margin: 0 10% 5px 15% !important;
}

h2.primary_font::before {
    content: '';
    width: 50px;
    height: 2px;
    background: #75635c;
    display: inline-block;
    margin-bottom: 14px;
    margin-right: 20px;
}

.slider-content-wrapper p.primary_font {
    margin-bottom: 10px;
    letter-spacing: 7px;
}

.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.woocommerce-widget-layered-nav-dropdown__submit,
.wc-stripe-checkout-button {
    padding: 1rem 2rem 1rem !important;
    letter-spacing: 1px;
}

@media only screen and (min-width: 64.063em) {
    .shortcode_getbowtied_slider .swiper-slide.left-align .slider-content-wrapper {
        float: left;
        text-align: left;
        left: 50%;
    }
}


/*NO SLIDE */

.home_baner {
    /*width: fit-content;*/
    left: 45%;
    padding: 0 2em;
    position: relative;
}

h2::before,
.woocommerce h2::before,
.woocommerce-page h2::before {
    content: '';
    width: 50px;
    height: 2px;
    background: #010101;
    display: inline-block;
    margin-bottom: 0.32em;
    margin-right: 20px;
}

h3::before,
.woocommerce h3::before,
.woocommerce-page h3::before {
    content: '';
    width: 50px;
    height: 2px;
    background: #010101;
    display: inline-block;
    margin-bottom: 0.32em;
    margin-right: 20px;
}

.home-banner h2::before,
.home-banner .woocommerce h2::before,
.home-banner .woocommerce-page h2::before {
    background: #fff;
}

.home-banner h3::before,
.home-banner .woocommerce h3::before,
.home-banner .woocommerce-page h3::before {
    background: #fff;
}

.white {
    color: #fff
}

@media only screen and (max-width: 767px) {
    h2::before,
    .woocommerce h2::before,
    .woocommerce-page h2::before,
    h3::before,
    .woocommerce h3::before,
    .woocommerce-page h3::before {
        width: 32px;
        height: 1px;
    }
}

@media only screen and (min-width: 768px) {
    h2,
    .woocommerce h2,
    .woocommerce-page h2 {
        font-size: 50px;
    }
}

.home_baner p {
    font-size: 13px;
    letter-spacing: 1px;
}

p.primary_font {
    letter-spacing: 9px !important;
    font-size: 21px !important;
}

.wpb_text_column.wpb_content_element.primary_font.white {
    margin-bottom: 10px;
}

.accent-color {
    /*color: #3cbabd;*/
    color: #73b56e;
}


/*Group View - icons and progress bars*/

.iconsLeftContainer {
    left: 2%;
}

.iconsRightContainer {
    right: 2%;
}

.productFeatures h4 {
    font-size: 13px !important;
    margin-top: -18px !important;
    text-transform: uppercase;
}

.wpb_wrapper .vc_progress_bar .vc_single_bar .vc_label {
    text-transform: inherit !important;
}

.productFeatures img.vc_single_image-img.attachment-thumbnail {
    max-width: 90px;
}


/*3 blocks Organic Row Vegan*/


/*3.wpb_column>.vc_custom_1595584905440,
.wpb_column>.vc_custom_1485790194228,
.wpb_column>.vc_custom_1595584924300 {
    padding-right: 12% !important;
    padding-left: 12% !important;
}*/

.woocommerce-loop-product__title a {
    font-weight: 300!important;
}

.vc_custom_1596673797666 a {
    background: rgb(255, 170, 1)!important;
    color: #fff!important;
}

.vc_custom_1596673797666 a:hover {
    background: rgb(220 146 0)!important;
    border-color: rgb(220 146 0)!important;
}


/************************************************************************************
  PRODUCT SINGLE | CHOCOLLAMA
*************************************************************************************/

.content-area {
    padding: 0 !important;
}

.product_layout_2 .product_content_wrapper .product_infos .product_summary_top {
    margin-bottom: 41px !important;
}

@media only screen and (min-width: 1024px) {
    .woocommerce #content div.product .product_title,
    .woocommerce div.product .product_title,
    .woocommerce-page #content div.product .product_title,
    .woocommerce-page div.product .product_title {
        font-size: 33.871px !important;
    }
}

.product_layout_2 .product_content_wrapper .product_infos .product_summary_middle .product_title {
    margin-bottom: 5px !important;
}

.woocommerce-product-details__short-description {
    margin: 0 0 20px 0;
}

.product_content_wrapper h2::before {
    background: #ffffff;
}

.woocommerce ul.products li.product a {
    font-weight: 600;
    font-size: 1.1em;
}


/* Group View*/

.vc_column-inner.vc_custom_1455539497438,
.vc_column-inner.vc_custom_1455539534381 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.vc_separator_align_right h4 {
    text-align: right;
}

@media only screen and (min-width: 1024px) {
    p,
    .woocommerce table.shop_attributes th,
    .woocommerce-page table.shop_attributes th,
    .woocommerce table.shop_attributes td,
    .woocommerce-page table.shop_attributes td,
    .woocommerce-review-link,
    .blog-isotope .entry-content-archive,
    .blog-isotope .entry-content-archive *,
    body.gbt_classic_notif .woocommerce-message,
    body.gbt_classic_notif .woocommerce-error,
    body.gbt_classic_notif .woocommerce-info,
    body.gbt_classic_notif .woocommerce-notice,
    .woocommerce-store-notice,
    p.demo_store,
    .woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders td,
    ul li ul,
    ul li ol,
    ul,
    ol,
    dl {
        font-size: 16px;
    }
    .panel.entry-content .vc_custom_1455539610516 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

@media only screen and (min-width: 768px) {
    h4,
    .woocommerce h4,
    .woocommerce-page h4 {
        font-size: 21px;
    }
}


/*Quick View*/

.cd-quick-view.add-content .cd-slider-wrapper .swiper-container .swiper-slide {
    position: relative;
    height: auto;
}

img.attachment-shop_single.size-shop_single.wp-post-image {
    max-height: 100% !important;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
}


/************************************************************************************
  SCROLL TO TOP | CHOCOLLAMA
*************************************************************************************/

.cd-top {
    /*box-shadow: inset 0 0 0 2px rgb(60 186 189) !important;*/
}

.cd-top svg.progress-circle path {
    stroke: #3bbbbc;
}

.removeElement {
    display: none !important;
}


/************************************************************************************
  GALLERY | CHOCOLLAMA
*************************************************************************************/

.galleryBanner {
    /* filter: grayscale(1);
      filter: grayscale(1) brightness(1.15);**/
}

.vc_grid-container.vc_clearfix.wpb_content_element.vc_masonry_media_grid {
    overflow: hidden !important;
}

.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title div {
    font-family: "NeueEinstellung", -apple-system, BlinkMacSystemFont, Arial, Helvetica, 'Helvetica Neue', Verdana, sans-serif !important;
    text-transform: uppercase;
    padding: 0em 1em 0 1em!important;
    font-size: 20px!important;
    line-height: 1.32!important;
    text-align: left!important;
    font-weight: 900!important;
    letter-spacing: 5px!important;
}

.vc_gitem-animated-block .vc_custom_1419337784115 {
    background-color: #262626b8 !important;
    background-color: #53382fab !important;
}

.vc_gitem-zone-a .vc_gitem-row-position-middle,
.vc_gitem-zone-b .vc_gitem-row-position-middle {
    bottom: 0 !important;
    top: initial !important;
    -webkit-transform: initial !important;
    -ms-transform: initial !important;
    -o-transform: initial !important;
    transform: initial !important;
}

.pp_details,
.pp_top,
.pp_bottom {
    display: none;
}

.pp_right,
.pp_left {
    background: none !important;
}

div.pp_default .pp_content {
    background: none !important;
}

div.pp_default .pp_loaderIcon {
    background-color: white !important;
    border-radius: 47px !important;
    padding: 13px !important;
}

@media only screen and (max-width: 768px) {
    .pp_content #pp_full_res>img {
        max-width: 100vw;
        height: auto!important;
        width: auto!important;
        max-height: 100vh;
        position: absolute;
        top: 50%!important;
        left: 50%!important;
        margin-right: -50%!important;
        transform: translate(-50%, -50%);
    }
    div.pp_default .pp_expand {
        display: none!important;
    }
    .vc_gitem-animate-none .vc_gitem-zone-b {
        opacity: 1!important;
    }
    .vc_gitem-animated-block .vc_custom_1419337784115 {
        background-color: #53382f80 !important;
    }
}


/************************************************************************************
  ORGANIC RAW VEGAN | CHOCOLLAMA
*************************************************************************************/

.vc_row.wpb_row.organic {
    /*;    outline-offset: -5555px;
    outline: rgba(23, 6, 5, 0.45) solid 5555px !important;
        outline-offset: -5555px;
    outline: rgba(0, 0, 0, 0.61) solid 5555px !important;*/
}

.vc_parallax .vc_parallax-inner {
    /* filter: hue-rotate(12deg) brightness(73%) grayscale(25%);*/
}

.organic .vc_parallax-inner {
    outline-offset: -5555px;
    outline: rgba(0, 0, 0, 0.25) solid 5555px !important;
}

.raw .vc_parallax-inner {
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    outline-offset: -5555px;
    outline: rgb(0 0 0 / 41%) solid 5555px !important;
}

.vegan .vc_parallax-inner {
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    outline-offset: -5555px;
    outline: rgb(0 0 0 / 23%) solid 5555px !important;
}

.organic .wpb_column p,
.raw .wpb_column p {
    text-shadow: 0 0 1px black, 0 0 2px black;
}

@media only screen and (max-width: 1023px) {
    .rawHeadTypo .vc_column-inner,
    .organicHeadTypo .vc_column-inner,
    .veganHeadTypo .vc_column-inner {
        margin-left: 0 !important;
    }
}


/************************************************************************************
   COMMING SOON | CHOCOLLAMA
*************************************************************************************/

.commingHead h3::before {
    background: #fff !important;
}


/************************************************************************************
  NASA PRICA | CHOCOLLAMA
*************************************************************************************/

@media screen and (max-width: 767px) {
    .nasa-prica h2 {
        font-size: 30px;
        margin-top: 25px;
    }
    .nasa-prica h2 span:last-child {
        font-size: 20px;
        display: block;
    }
    .nasa-prica h5 {
        font-size: 18px;
    }
}

.nasa-prica .layer {
    background-color: rgba(248, 247, 216, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nasa-prica .vc_parallax-inner {
    outline-offset: -5555px;
}

.nasa-prica .vc_parallax-inner {
    outline-offset: -5555px;
    /* outline: rgba(0, 0, 0, 0.61) solid 5555px !important; */
    outline: rgb(33 12 7 / 93%) solid 5555px !important;
    transform: rotate(30deg);
    height: 165%!important;
    background-size: contain;
}

@supports (-webkit-touch-callout: none) {
    .nasa-prica .vc_parallax-inner {
        outline: none !important;
        /*  box-shadow: inset 0 0 5px 5000px rgb(58 17 4 / 76%), 0 0 5px 5000px rgb(58 17 4 / 76%); */
        box-shadow: inset 0 0 5px 5000px rgb(35 8 0 / 90%), 0 0 5px 5000px rgb(35 8 0 / 90%);
    }
}

.nasa-prica h5 {
    height: 52px;
}

.nasa-prica h2::before,
.nasa-prica .woocommerce h2::before,
.nasa-prica .woocommerce-page h2::before {
    background: #ffffff;
}

.vc_pie_chart .vc_pie_wrapper {
    width: 120px!important;
    height: 120px!important;
    margin: 0px auto !important;
    text-align: center !important;
}

.wpb_wrapper .vc_pie_chart[data-pie-color] .vc_pie_chart_back {
    width: 120px!important;
    height: 120px!important;
    margin: 0px auto !important;
    text-align: center !important;
}

.wpb_wrapper .vc_pie_chart .vc_pie_chart_value {
    color: white;
    color: #fec147;
    font-size: 25px;
    font-weight: 900;
    width: 120px!important;
    height: 120px!important;
    margin: 0px auto !important;
    text-align: center !important;
    line-height: 120px!important;
}


/*canvas {
    width: 120px!important;
    height: 120px!important;
    margin: 0px auto !important;
    text-align: center !important;
}*/

.choco-chart .vc_pie_chart_value {
    font-size: 12.5px!important;
}

.nasa-prica .wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
    /*max-width: 120px;*/
}

.nasaPricaBanerImageCh {
    max-width: 245px;
}


/************************************************************************************
  CHOCOLLAMA | CHOCOLLAMA
*************************************************************************************/

.videoScrollBtn {
    position: relative;
    bottom: -140px;
}


/************************************************************************************
  KONTAKT | CHOCOLLAMA
*************************************************************************************/

div#simple-contact-form {
    font-family: "NeueEinstellung", -apple-system, BlinkMacSystemFont, Arial, Helvetica, 'Helvetica Neue', Verdana, sans-serif;
}

.page-id-424 img.site-logo {
    padding: 4px;
    background: #fff;
}

span.char {
    display: none;
}

textarea#scf_message {
    height: 110px;
}

.scf-confirm-checkbox {
    font-size: 12px !important;
}

@media only screen and (max-width: 991px) {
    .contact-head .vc_column-inner,
    .vc_column-inner.vc_custom_1595877495135 {
        position: relative !important;
        height: 32vh !important;
    }
}


/************************************************************************************
  PRESS | CHOCOLLAMA
*************************************************************************************/

@media only screen and (max-width: 991px) {
    .single-post .with-sidebar .large-9 {
        padding-right: 0 !important;
    }
    .post h3 {
        font-size: 18px !important;
        line-height: initial !important;
    }
    p#caption-attachment-1,
    p#caption-attachment-2 {
        display: none
    }
}

@media screen and (min-width: 40.0625em) {
    .entry-header-page {
        margin: 55px 0 !important;
    }
    .comments-title {
        font-size: 23px !important;
    }
}

@media screen and (min-width: 75.0625em) {
    .single-post-header .xlarge-8 {
        width: 66.66667% !important;
    }
    .single .entry-title {
        font-size: 41.611px !important;
    }
    h3.widget-title {
        text-align: left !important;
    }
    .xlarge-6 {
        width: 66% !important;
    }
}

@media only screen and (min-width: 768px) {
    .page-title.blog-listing,
    .woocommerce .page-title,
    .page-title,
    .single .entry-title,
    .woocommerce-cart .page-title,
    .woocommerce-checkout .page-title,
    .woocommerce-account .page-title {
        text-transform: uppercase !important;
    }
}

@media only screen and (min-width: 1024px) {
    .index-layout-2 ul.blog-posts .blog-post .post_content_wrapper .post_content .read_more:before {
        width: 23px !important;
    }
    .index-layout-2 ul.blog-posts .blog-post .post_content_wrapper .post_content .entry-title {
        font-size: 27px;
        line-height: initial !important;
    }
}

.comment-content h3::before {
    width: 25px;
    height: 1px;
    margin-right: 10px;
}

.cat-item a {
    font-weight: 100 !important;
}

textarea#comment {
    height: 88px !important;
}

.post_tags a {
    font-size: 10px!important;
    margin-bottom: 10px!important;
    margin-left: 5px!important;
    padding: 5px 5px 4px!important;
    border-radius: 0 !important;
}

p#caption-attachment-2 {
    bottom: 107px;
}

.post .widget ul li a {
    text-transform: initial !important;
}

.post h3 {
    font-size: 25px;
}

input#s {
    border: 1px solid #3e3e3e;
}

.post h3::before {
    width: 23px !important;
    height: 1px !important;
    margin-right: 11px !important;
    text-align: left !important;
}

.post iframe,
.mejs-container {
    height: 200px !important;
}

.mejs-container .mejs-controls>div:last-of-type {
    top: 0 !important;
}

.post span.woocommerce-Price-amount.amount {
    color: #73b56e !important;
    font-weight: 700 !important;
}

.post span.woocommerce-Price-currencySymbol {
    color: #333333;
}

.post a.read_more {
    padding: 12px 25px;
    background: #333333;
    border: 2px solid #333333;
    letter-spacing: 1px !important;
    color: #fff!important;
}

a.read_more:hover {
    background: #fff;
    color: #333!important;
}

.index-layout-2 ul.blog-posts .blog-post .post_content_wrapper .post_content .read_more:before {
    background-color: #73b56e !important;
}

.widget.widget_recent_entries ul li a,
#recentcomments li a {
    font-weight: bold;
    color: #333333 !important;
}

span.product-title {
    color: #333333;
}

.wp-caption-text {
    font-family: "NeueEinstellung", -apple-system, BlinkMacSystemFont, Arial, Helvetica, 'Helvetica Neue', Verdana, sans-serif;
}

.blog-single .wp-caption-text,
.blog-page .wp-caption-text {
    width: 191px;
    color: white;
}

.list_categories .current-cat {
    display: none;
}

.single-post-header-overlay {
    background: rgb(33 12 7 / 93%) !important;
    opacity: .9;
}

.post_meta a:last-child {
    text-decoration: none!important;
    color: #fec146!important;
    border: none!important;
}

.post_meta a {
    border: none!important;
}

.single-post-header.with-thumb .post_meta a:hover {
    color: #73b56e !important;
}

.post_meta a:last-child:hover {
    color: #73b56e !important;
}

.post_tags {
    text-align: left !important;
    margin-bottom: 25px !important;
}

time {
    color: #bdbdbd!important;
}


/*COMMENTS TITLE*/

h2.comments-title {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 20px !important;
}

h2.comments-title span {
    font-weight: 100;
    text-transform: uppercase;
    font-size: 20px !important;
}

h3#reply-title {
    text-transform: uppercase;
    font-size: 20px;
}

h3#reply-title small {
    font-weight: 100;
    font-size: 100% !important;
    margin-left: 14px;
}


/************************************************************************************
  CART | CHOCOLLAMA
*************************************************************************************/


/*CART TOTALS*/

.cart-collaterals {
    background: #efefef;
    margin-bottom: 10px !important;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals,
.woocommerce-form-track-order,
.woocommerce-thankyou-order-details,
.order-info {
    background: #efefef !important;
}

.order-total span.woocommerce-Price-amount.amount {
    color: #73b56e;
}

.woocommerce .cart-collaterals .cart_totals h2 {
    font-size: 20px;
    color: #333!important;
    text-align: left !important;
}

.cart-collaterals h2::before {
    background: #333!important;
    width: 25px !important;
    height: 1px !important;
    margin-right: 10px !important;
}

.wpb_wrapper .woocommerce .shopkeeper-continue-shopping a {
    background-color: #333333!important;
    color: #fff !important;
    width: 100% !important;
}

.wpb_wrapper .woocommerce .shopkeeper-continue-shopping a:hover {
    background-color: #666666!important;
    color: #fff !important;
}

.shop_table th,
.shop_table td,
.shop_table label {
    color: #333 !important;
}

.shop_table td {
    text-align: right;
}

.cart_totals span.woocommerce-Price-amount.amount,
ul#shipping_method,
.woocommerce-shipping-destination {
    text-align: right!important;
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr th {
    font-weight: 300;
}


/*cart  item list*/

.product-name a {
    color: #333!important;
}

@media only screen and (min-width: 992px) {
    td.product-price {
        width: 17% !important;
    }
    .woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.product-quantity {
        width: 10% !important;
    }
    .woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.product-subtotal {
        width: 18%;
    }
}

td.product-price span {
    color: #333333 !important;
    font-weight: 100 !important;
}

.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.product-subtotal span {
    color: #73b56e;
}

.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.product-subtotal span .woocommerce-Price-currencySymbol {
    font-weight: 100 !important;
    color: #333333 !important;
}

.product-quantity input {
    color: #333 !important;
}

tr.woocommerce-cart-form__cart-item.cart_item {
    border-bottom: 1px solid #cecece!important;
}

tr.woocommerce-cart-form__cart-item.cart_item:nth-last-child(2) {
    border-bottom: 0px solid #cecece!important;
}

@media screen and (max-width: 63.9375em) {
    .woocommerce-cart .woocommerce-cart-form {
        margin-bottom: 0 !important
    }
}

@media screen and (max-width: 47.9375em) {
    .woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.product-remove {
        padding: 15px 0 0 0 !important;
    }
    .woocommerce-cart .cart-collaterals .cart_totals {
        padding: 15px !important;
    }
    .woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.product-name,
    .woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.product-price,
    .woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.product-quantity {
        border-bottom: 1px solid #dadada;
    }
    td.product-name a {
        margin-bottom: -2px;
        bottom: -4px;
        position: relative;
    }
    .woocommerce div.product form.cart div.quantity:not(.hidden).custom input.custom-qty,
    .quantity:not(.hidden).custom input.custom-qty {
        height: 41px !important;
    }
}

section.vc_section.vc_custom_1597356449035.vc_row-o-full-height {
    /* margin: 0!important; */
    padding: 0 !important;
}

td.product-name {
    text-align: left !important;
}

.cart-calateralls {
    padding: 0 15px;
}

td.product-name a {
    font-weight: 300!important;
}


/** EMOTY CART */

.woocommerce-cart .cart-empty:before {
    display: none!important;
}


/*MINI CART*/

.woocommerce-mini-cart__total span.woocommerce-Price-amount.amount {
    font-family: "NeueEinstellung", -apple-system, BlinkMacSystemFont, Arial, Helvetica, 'Helvetica Neue', Verdana, sans-serif;
}


/************************************************************************************
  CHECKOUT | CHOCOLLAMA
*************************************************************************************/

div#order_review {
    background: #efefef;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select,
.woocommerce-checkout .select2-container--default .select2-selection--single,
.country_select.select2-container,
#billing_country_field .select2-container,
#billing_state_field .select2-container,
#calc_shipping_country_field .select2-container,
#calc_shipping_state_field .select2-container,
.woocommerce-widget-layered-nav-dropdown .select2-container .select2-selection--single,
.woocommerce-widget-layered-nav-dropdown .select2-container .select2-selection--multiple,
#shipping_country_field .select2-container,
#shipping_state_field .select2-container,
.woocommerce-address-fields .select2-container--default .select2-selection--single,
.woocommerce-shipping-calculator .select2-container--default .select2-selection--single,
.select2-container--default .select2-search--dropdown .select2-search__field,
.woocommerce form .form-row.woocommerce-validated .select2-container .select2-selection,
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select,
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select,
.country_select.select2-container,
.state_select.select2-container,
.widget form.search-form .search-field {
    border: none;
    border-bottom: 1px solid #d4d4d4 !important;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus,
.select2-dropdown,
.woocommerce .product_infos .quantity input.qty,
.woocommerce #content .product_infos .quantity input.qty,
.woocommerce-page .product_infos .quantity input.qty,
.woocommerce-page #content .product_infos .quantity input.qty,
.woocommerce ul.digital-downloads:before,
.woocommerce-page ul.digital-downloads:before,
.woocommerce ul.digital-downloads li:after,
.woocommerce-page ul.digital-downloads li:after,
.widget_search .search-form,
.woocommerce-cart.woocommerce-page #content .quantity input.qty,
.cd-quick-view .cd-item-info .product_infos .cart .quantity input.qty,
.cd-quick-view .cd-item-info .product_infos .cart .woocommerce .quantity .qty,
.select2-container .select2-dropdown--below,
.wcva_layered_nav div.wcva_filter_textblock,
ul.products li.product div.wcva_shop_textblock {
    /* border-color: rgba(84,84,84,0.15) !important; */
    border: none;
    border-bottom: 2px solid #73b56e !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    color: #039e94;
    padding: 0;
}

.payment_box.payment_method_cod {
    padding: 0 !important;
}

.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot tr.order-total strong .amount {
    font-size: 1.5rem;
    color: #039e94
}

.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot th {
    font-weight: 300!important;
}

tr.cart-subtotal span.woocommerce-Price-amount.amount {
    color: #039e94;
    font-weight: 700;
}

.order-total th {
    font-weight: 700 !important;
}


/************************************************************************************
  ORDER | CHOCOLLAMA
*************************************************************************************/

.woocommerce-customer-details h2.woocommerce-column__title {
    font-size: 20px;
}

.woocommerce-customer-details h2::before {
    background: #333 !important;
}


/************************************************************************************
  INSTAGRAM | CHOCOLLAMA
*************************************************************************************/

.zoom-instagram-widget__items li:first-child {
    padding-top: 0 !important;
}

.zoom-instagram-widget__items li {
    margin-bottom: 5px !important;
}

.zoom-instagram-widget__item {
    margin-right: 5px !important;
}

.zoom-instagram-widget-user-info .zoom-instagram-widget-user-info-meta {
    padding-right: 18px;
}

.zoom-instagram-widget-user-info {
    padding: 0 0px 5% !important;
    /* justify-content: space-between; */
}

.zoom-instagram-widget-user-info-fullname {
    font-family: "NeueEinstellung", -apple-system, BlinkMacSystemFont, Arial, Helvetica, 'Helvetica Neue', Verdana, sans-serif;
    font-size: 12px !important;
}

a.zoom-instagram-widget-user-info-follow-button {
    margin-top: 0!important;
}

@media only screen and (min-width: 1024px) {
    .zoom-instagram-widget {
        padding-right: 18%;
    }
    #insta .zoom-instagram-widget {
        padding-right: 0 !important;
    }
    #insta .widget h3,
    .wpb_wrapper .widget h3,
    .widget-area .widget-title {
        text-align: center;
    }
}

.zoom-instagram-widget-user-info .zoom-instagram-widget-user-info-counts {
    font-weight: 600;
    color: #73b56e !important;
    font-family: "NeueEinstellung", -apple-system, BlinkMacSystemFont, Arial, Helvetica, 'Helvetica Neue', Verdana, sans-serif;
}

.zoom-instagram-widget-user-info .zoom-instagram-widget-user-info-follow-button {
    background: #73b56e !important;
}


/************************************************************************************
  ANIAMTION DELAYS  | CHOCOLLAMA
*************************************************************************************/

.delay-1 {
    animation-delay: .2s!important;
}

.delay-2 {
    animation-delay: .2s!important;
}

.delay-3 {
    animation-delay: .4s!important;
}

.delay-4 {
    animation-delay: .6s!important;
}

.delay-5 {
    animation-delay: .8s!important;
}

.delay-5 {
    animation-delay: 1s!important;
}

.delay-6 {
    animation-delay: 1.2s!important;
}

.delay-7 {
    animation-delay: 1.4s!important;
}

.delay-8 {
    animation-delay: 1.6s!important;
}

.delay-9 {
    animation-delay: 1.8s!important;
}

.delay-10 {
    animation-delay: 2s!important;
}


/************************************************************************************
  MODAL POPUP | CHOCOLLAMA
*************************************************************************************/

div#myModal {
    outline: none!important;
    border: none !important;
}

.modal-content {
    width: 500px;
    height: 241px;
    bottom: 0px;
    right: 0!important;
    display: inline-table;
}

.modal {
    width: initial;
    height: initial;
    bottom: 0!important;
}


/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 99999;
    /* Sit on top */
    left: 0;
    bottom: 0;
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    background: none;
    overflow: hidden;
}


/* Modal Content */

.modal-content {
    position: relative;
    background-color: #fefefe;
    width: 500px;
    margin: auto;
    padding: 0 25px;
    border: 1px solid #88888842;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.mc4wp-form-fields input[type="submit"] {
    width: 100%;
}


/*Modal inner image*/

.soundest-form-image-left-content-inner {
    
    background-image: url(../../../assets/img/newsletter-cover-ch.jpg);
    background-position: 50% 50%;
    width: 225px;
    height: 303px;
    background-size: cover;
    display: block;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 0.4s;
    animation-name: animatebottom;
    animation-duration: 0.4s
}


/* Add Animation TOP */

@-webkit-keyframes animatetop {
    from {
        left: -300px;
        opacity: 0
    }
    to {
        left: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        left: -300px;
        opacity: 0
    }
    to {
        left: 0;
        opacity: 1
    }
}


/* Add Animation BOTTOM */

@-webkit-keyframes animatebottom {
    from {
        right: -300px;
        opacity: 0;
    }
    to {
        right: 0;
        opacity: 1;
    }
}

@keyframes animatebottom {
    from {
        right: -300px;
        opacity: 0;
    }
    to {
        right: 0;
        opacity: 1;
    }
}


/* The Close Button */

.close,
.closeTop {
    color: #333333;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus,
.closeTop:hover,
.closeTop:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    color: red;
}

.modal-footer {
    padding: 2px 16px;
    color: white;
}

.close,
.closeTop {
    background: none;
    border: 0;
    box-sizing: border-box;
    color: #ffffff00;
    cursor: pointer;
    /* font-family: 'Josefin Sans', sans-serif; */
    font-size: 5.5px;
    right: 14px;
    letter-spacing: 1.5px;
    line-height: 37px;
    outline: none;
    overflow: hidden;
    padding: 4px 0;
    position: absolute;
    text-transform: uppercase;
    top: 14px;
    /* transform: translate(-50%, -50%); */
    transition: all 0.2s ease-in;
    width: 41px;
    height: 41px;
    zoom: 0.75;
    z-index: 99999;
}

.close::before,
.close::after,
.closeTop::before,
.closeTop::after {
    background-color: #333333;
    content: '';
    display: block;
    height: 1px;
    left: 0px;
    position: absolute;
    transform-origin: center left;
    transition: all 0.2s ease-in;
    width: 150px;
    z-index: -1;
}

.close::before,
.closeTop::before {
    top: 0;
    transform: rotate(45deg);
}

.close::after,
.closeTop::after {
    bottom: 0;
    transform: rotate(-45deg);
}

.close:hover {}

.close:hover::before,
.close:hover::after,
.closeTop:hover::before,
.closeTop:hover::after {
    height: 50px;
    transform: rotate(0deg);
}

.closeTop {
    font-size: 14.5px;
    line-height: 22px;
    width: 25px;
    height: 25px;
}

.closeTop::before,
.closeTop::after {
    background-color: #ffffff;
    width: 50px;
}

.gr:hover {
    color: #73b56e;
}

.or:hover {
    color: #ffaa01;
}


/************************************************************************************
  CAROUSEL SLIDER | CHOCOLLAMA
*************************************************************************************/

.vc_images_carousel .vc_carousel-control {
    opacity: 1 !important;
}

@media screen and (min-width: 768px) {
    .vc_images_carousel .vc_carousel-control .icon-next,
    .vc_images_carousel .vc_carousel-control .icon-prev {
        background: white;
        opacity: 1!important;
        width: 55px!important;
        height: 55px!important;
        line-height: 68px;
        transform: rotate(45deg);
        position: relative!important;
    }
    span.icon-prev {
        left: -14px!important;
    }
    .vc_images_carousel .vc_carousel-control .icon-prev:before {
        display: block;
        transform: rotate(-45deg)!important;
    }
    span.icon-next {
        left: 47px!important;
    }
    .vc_images_carousel .vc_carousel-control .icon-next:before {
        display: block;
        transform: rotate(-45deg)!important;
    }
}


/************************************************************************************
  NEWSLETTER | CHOCOLLAMA
*************************************************************************************/

@media only screen and (max-width: 768px) {
    .modal-content {
        width: 100%!important;
    }
    .soundest-form-image-left-content-inner {
        display: none
    }
}


/************************************************************************************
  STICKY ELEMENT | CHOCOLLAMA
*************************************************************************************/

#stickyHolder {
    position: fixed;
    left: 23px;
    bottom: 50px;
    z-index: 99999;
}

.boxSticky {
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    background-color: #73b56e;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0 auto 1em;
    max-width: 18em;
    padding: 1em;
    position: relative;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    padding: 1em 3em;
}

.boxSticky:after {
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    content: "";
    border: solid transparent;
    border-top-color: #73b56e;
    height: 0;
    width: 0;
    left: 50%;
    position: absolute;
    pointer-events: none;
    border-width: 20px;
    margin-left: -20px;
    bottom: -2.2em;
}

.boxSticky:hover {
    background-color: #11948b;
    margin: 0 auto 1.85em;
}

.boxSticky:hover:after {
    bottom: -2.65em;
    border-top-color: #11948b;
}

.box-message {
    font-family: "NeueEinstellung", -apple-system, BlinkMacSystemFont, Arial, Helvetica, 'Helvetica Neue', Verdana, sans-serif;
    font-size: 10px!important;
    text-transform: none;
    margin: 0;
}

.robot {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    height: 5.8em;
    width: 9.2em;
    overflow: hidden;
    margin: 0 auto;
}


/* .robot:after {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    display: block;
    content: "";
    width: 4.5em;
    height: 1.5em;
    position: absolute;
    background-color: #79cd38;
    left: 50%;
    margin-left: -2.25em;
    top: 4em;
    z-index: 9;
} */

.robot img {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    margin: 0 auto;
    max-width: 5em;
    position: relative;
    z-index: 1;
}

.robot_is-dead img {
    margin-top: 1em;
}

.robot_is-dead:after {
    background-color: #000;
    width: 6em;
    height: 1.75em;
    margin-left: -3em;
}


/************************************************************************************
  SCROLLBARS | CHOCOLLAMA
*************************************************************************************/

* {
    scrollbar-width: thin;
    scrollbar-color: #73b56e #73b56e;;
}

*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-track {
    background: #eaeaea
}

*::-webkit-scrollbar-thumb {
    background-color: #73b56e;;
    /*  border-radius: 20px;
    border: 3px solid #eaeaea */
}


/************************************************************************************
  CAROUSEL | CHOCOLLAMA
*************************************************************************************/

.vc_images_carousel .vc_carousel-indicators li {
    width: 25px !important;
    height: 2px !important;
    margin: 4px !important;
    border-radius: 0 !important;
    border: none !important;
}

.vc_images_carousel .vc_carousel-indicators .vc_active {
    background-color: #fec045 !important;
    border: none !important;
}


/************************************************************************************
  BUTTONS | CHOCOLLAMA
*************************************************************************************/


/*Online custom outline*/

.vc_btn3-style-outline-custom {
    letter-spacing: 1px;
    opacity: 1 !important;
}


/*icon right*/

.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    padding-right: 36px !important;
}

.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
    right: 10px !important;
}


/************************************************************************************
  COLORS | CHOCOLLAMA
*************************************************************************************/

.accent-orange {
    color: rgb(255, 170, 0);
}

.heartFloatHeading {
    color: rgb(254 193 71) !important;
    background: #000000d4;
    width: max-content;
    margin: 12px 14%;
    padding: 2px 5px 0 5px;
    margin: 12px auto;
    top: 2px;
    position: relative;
}

.products a.button.add_to_cart_button.loading,
.woocommerce ul.products li.product .price,
.off-canvas .woocommerce .price,
.wc-block-grid__product-price span,
.wpb_wrapper .add_to_cart_inline del .woocommerce-Price-amount.amount,
.wp-block-getbowtied-scattered-product-list .gbt_18_product_price {
    /*color: rgb(255, 170, 0) !important;**/
    color: #73b56e !important;
}

[class*="tc-testimonial"] .testi-ratings i {
    color: #FFC107;
    color: #fea901;
    font-size: 20px;
    margin-right: 3px;
}

.arrowDown .vc_icon_element-inner {
    bottom: 20px;
    position: absolute!important;
    opacity: .25;
    transition: cubic-bezier(0.6, -0.28, 0.735, 0.045) .2s all;
}

.arrowDown .vc_icon_element-inner:hover {
    bottom: 23px;
    opacity: 1;
    transition: cubic-bezier(0.6, -0.28, 0.735, 0.045) .2s all;
}


/************************************************************************************
  FIXES | CONTENT CHANGES V2
*************************************************************************************/


/*
@media only screen and (min-width: 1024px) {
    .site-tools.align_right {
        height: 60px !important;
        line-height: 60px !important;
        background: #fec045;
        background: #73b56e;
        margin-left: 25px;
        padding-right: 16px;
    }
    li.wishlist-button,
    li.shopping-bag-button {
        padding-right: 23px;
    }
    li.wishlist-button::after,
    li.shopping-bag-button::after {
        content: '';
        width: 1px;
        height: 20px;
        background: white;
        position: absolute;
        right: 2px;
        bottom: 6px;
    }
    .top-headers-wrapper .site-header {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .main-navigation ul li a {
        font-weight: 100 !important;
    }
    .top-headers-wrapper.sticky .site-header {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    .site-header .main-navigation,
    .site-header .site-tools {
        height: 60px;
        line-height: 60px;
    }
    .top-headers-wrapper.sticky .site-header .main-navigation,
    .top-headers-wrapper.sticky .site-header .site-tools,
    .top-headers-wrapper.sticky .site-header .site-branding img {
        height: 37px!important;
        line-height: 37px!important;
    }
}
*/


/************************************************************************************
  FIXES | MOBILE
*************************************************************************************/


/*CHOCOLLAMA PAGE*/

@media screen and (max-width: 768px) {
    .heartFloating h6,
    .heartFloating .heartFloatText {
        display: none !important;
    }
    .heartFloating img {
        margin-bottom: -20px;
        float: right;
    }
    .stickersCont {
        padding: 0 5%;
    }
    .descProductLp {
        order: 3;
    }
    img.alignnone.size-full.wp-image-3096,
    img.size-full.wp-image-3093.alignnone {
        max-width: 20px;
    }
    .vc_column-inner.vc_custom_1595873835064,
    .vc_column-inner.vc_custom_1595760769523,
    .vc_column-inner.vc_custom_1595874191260,
    .vc_column-inner.vc_custom_1595874191260 {
        padding-right: 8% !important;
        padding-left: 8% !important;
    }
    .vc_row.wpb_row.vc_custom_1595762124424,
    .vc_row.wpb_row.vc_custom_1485796811270,
    .vc_row.wpb_row.vc_custom_1595762139956 {
        margin-bottom: 0 !important;
    }
    .vc_custom_1595875298321,
    .vc_custom_1595874605695 {
        padding-right: 0!important;
    }
    .tc-testimonial-style3 {
        padding-bottom: 50px;
        border-bottom: 1px dashed #73b56e;
        margin-bottom: 50px;
    }
    .tc-testimonial-style3 .testi-desc {
        padding: 10px;
        margin-bottom: 25px!important;
    }
    .vc_custom_1595807985553 {
        padding-right: 8% !important;
        padding-left: 8% !important;
    }
    .vc_custom_1595807985553 .vc_column-inner {
        padding-right: 0% !important;
        padding-left: 0% !important;
    }
}


/****************************************************************
*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************
****************************************************************/

@media screen and (min-width: 768px) {
    .mb {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
}

.pc {}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title-archive a,
.shop_table.woocommerce-checkout-review-order-table tr td,
.shop_table.woocommerce-checkout-review-order-table tr th,
.index-layout-2 ul.blog-posts .blog-post .post_content_wrapper .post_content h3.entry-title a,
.index-layout-3 .blog-posts_container ul.blog-posts .blog-post article .post_content_wrapper .post_content .entry-title>a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a:hover,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a:hover,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.wpb_widgetised_column .widget .product_list_widget a,
.woocommerce .cart-collaterals .cart_totals .cart-subtotal th,
.woocommerce-page .cart-collaterals .cart_totals .cart-subtotal th,
.woocommerce .cart-collaterals .cart_totals tr.shipping th,
.woocommerce-page .cart-collaterals .cart_totals tr.shipping th,
.woocommerce-page .cart-collaterals .cart_totals tr.shipping th,
.woocommerce-page .cart-collaterals .cart_totals tr.shipping td,
.woocommerce-page .cart-collaterals .cart_totals tr.shipping td,
.woocommerce .cart-collaterals .cart_totals tr.cart-discount th,
.woocommerce-page .cart-collaterals .cart_totals tr.cart-discount th,
.woocommerce .cart-collaterals .cart_totals tr.order-total th,
.woocommerce-page .cart-collaterals .cart_totals tr.order-total th,
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce .cart-collaterals .cross-sells h2,
.index-layout-2 ul.blog-posts .blog-post .post_content_wrapper .post_content .read_more,
.index-layout-2 .with-sidebar ul.blog-posts .blog-post .post_content_wrapper .post_content .read_more,
.index-layout-2 ul.blog-posts .blog-post .post_content_wrapper .post_content .read_more,
.index-layout-3 .blog-posts_container ul.blog-posts .blog-post article .post_content_wrapper .post_content .read_more,
.fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon:before,
.fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon:before,
.fr-window-skin-fresco.fr-svg .fr-close .fr-close-icon:before,
#button_offcanvas_sidebar_left .filters-icon,
#button_offcanvas_sidebar_left .filters-text,
.select2-container .select2-choice,
.shop_header .list_shop_categories li.category_item>a,
.shortcode_getbowtied_slider .swiper-button-prev,
.shortcode_getbowtied_slider .swiper-button-next,
.shortcode_getbowtied_slider .shortcode-slider-pagination,
.yith-wcwl-wishlistexistsbrowse.show a,
.product_socials_wrapper .product_socials_wrapper_inner a,
.cd-top,
.fr-position-outside .fr-position-text,
.fr-position-inside .fr-position-text,
.cart-collaterals .cart_totals .shop_table tr.cart-subtotal td,
.cart-collaterals .cart_totals .shop_table tr.shipping td label,
.cart-collaterals .cart_totals .shop_table tr.order-total td,
.woocommerce-checkout .woocommerce-checkout-review-order-table ul#shipping_method li label,
.catalog-ordering select.orderby,
.woocommerce .cart-collaterals .cart_totals table.shop_table_responsive tr td::before,
.woocommerce .cart-collaterals .cart_totals table.shop_table_responsive tr td .woocommerce-page .cart-collaterals .cart_totals table.shop_table_responsive tr td::before,
.shopkeeper_checkout_coupon,
.shopkeeper_checkout_login,
.wpb_wrapper .add_to_cart_inline .woocommerce-Price-amount.amount,
.list-centered li a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a,
tr.cart-discount td,
section.woocommerce-customer-details table.woocommerce-table--customer-details th,
.woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot tr.order-total .amount,
ul.payment_methods li>label,
#reply-title,
.product_infos .out_of_stock_wrapper .out_of_stock_badge_single,
.product_content_wrapper .product_infos .woocommerce-variation-availability p.stock.out-of-stock,
.tinvwl_add_to_wishlist_button,
.woocommerce-cart table.shop_table td.product-subtotal *,
.woocommerce-cart.woocommerce-page #content .quantity input.qty,
.woocommerce-cart .entry-content .woocommerce .actions>.button,
.woocommerce-cart #content table.cart td.actions .coupon:before,
form .coupon.focus:after,
.checkout_coupon_inner.focus:after,
.checkout_coupon_inner:before,
.widget_product_categories ul li .count,
.widget_layered_nav ul li .count,
.error-banner:before,
.cart-empty,
.cart-empty:before,
.wishlist-empty,
.wishlist-empty:before,
.from_the_blog_title,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title a,
.wpb_widgetised_column .widget.widget_product_categories a,
.wpb_widgetised_column .widget.widget_layered_nav a,
.widget_layered_nav ul li.chosen a,
.widget_product_categories ul li.current-cat>a,
.widget_layered_nav_filters a,
.reset_variations:hover,
.wc-block-review-list-item__product a,
.woocommerce-loop-product__title a,
label.wcva_single_textblock,
.wp-block-woocommerce-reviews-by-product .wc-block-review-list-item__text__read_more:hover,
.woocommerce ul.products h3 a,
.wpb_widgetised_column .widget a,
table.shop_attributes th,
#masonry_grid a.more-link,
.gbt_18_sk_posts_grid a.more-link,
.woocommerce-page #content table.cart.wishlist_table .product-name a,
.wc-block-grid .wc-block-pagination button:hover,
.wc-block-grid .wc-block-pagination button.wc-block-pagination-page--active,
.wc-block-sort-select__select,
.wp-block-woocommerce-attribute-filter ul.wc-block-checkbox-list li label,
.wp-block-woocommerce-attribute-filter ul.wc-block-checkbox-list li.show-more button:hover,
.wp-block-woocommerce-attribute-filter ul.wc-block-checkbox-list li.show-less button:hover,
.wp-block-woocommerce-active-filters .wc-block-active-filters__clear-all:hover,
.product_infos .group_table label a,
.woocommerce-account .account-tab-list .account-tab-item .account-tab-link,
.woocommerce-account .account-tab-list .sep,
.categories_grid .category_name,
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce table.cart .product-name a,
.shopkeeper-continue-shopping a.button,
.woocommerce-cart td.actions .coupon button[name=apply_coupon] {
    color: #54382f;
}

.testt {
    background: linear-gradient(-158deg, rgb(159 185 13) 0%, rgba(6, 140, 69, 1) 100%) 219%;
}


/************************************************************************************
  PRODAJNA MESTA | CHOCOLLAMA - ADDITIONAL FEATURES V1
*************************************************************************************/


/****AUTO INCREMENT CSS***/

#wpsl-wrap #wpsl-result-list ul li {
    list-style: none!important;
    position: relative;
}

body {
    /* Set "my-sec-counter" to 0 */
    counter-reset: my-sec-counter;
}

#wpsl-stores li:before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
    font-family: "NeueEinstellung", -apple-system, BlinkMacSystemFont, Arial, Helvetica, 'Helvetica Neue', Verdana, sans-serif;
    position: absolute;
    right: 10px;
    color: #fff;
    background: #73b56e;
    padding: 2px 10px;
}

#wpsl-result-list p:first-child a {
    font-family: "NeueEinstellung", -apple-system, BlinkMacSystemFont, Arial, Helvetica, 'Helvetica Neue', Verdana, sans-serif;
    background: #54382f;
    color: #fff;
    padding: 2px 7px
}


/***Search bar **/

input#wpsl-search-btn {
    padding: 9px 10px!important;
    background: #73b56e;
    color: white;
}

div#wpsl-stores::-webkit-scrollbar {
    width: 7px;
}

#wpsl-result-list li p {
    margin: 0 0 11px 0 !important
}

#content .wpb_alert p:last-child,
#content .wpb_text_column :last-child,
#content .wpb_text_column p:last-child,
.wpb_alert p:last-child,
.wpb_text_column :last-child,
.wpb_text_column p:last-child {
    margin-bottom: 0 !important
}

@media screen and (max-width: 991px) {
    .wpsl-search-btn-wrap,
    input#wpsl-search-btn {
        width: 100%;
    }
    input#wpsl-search-input {
        width: -webkit-fill-available;
    }
}

li#shopkeeper-menu-item-3325::before {
    content: '\f291';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: -10px;
}


/***MAIN MENU **/

.menu-chocollama-main li ul li a {
    position: relative;
    font-family: "NeueEinstellung", -apple-system, BlinkMacSystemFont, Arial, Helvetica, 'Helvetica Neue', Verdana, sans-seri;
    text-transform: uppercase;
    font-size: 12px;
}

.menu-chocollama-main li ul li a:hover {
    color: rgb(255, 170, 1)!important;
}


/************************************************************************************
  FIXES | V2
*************************************************************************************/


/* FOOTER - Instagram swiper lightbox widget */

.wpz-insta-lightbox-wrapper .swiper-slide.swiper-slide-active img {
    position: initial !important;
    /* width: 100% !important; */
    height: initial !important;
    max-width: 100%;
    max-height: initial !important
}


/* NASA PRICA Instagram FOLLOW BUTTON */

a.ig-b-.ig-b-v-24 {
    border-color: #73b56e;
    color: #73b56e!important;
    border-radius: 0;
}

a.ig-b-.ig-b-v-24:hover {
    background: #73b56e;
    color: #fff !important
}


/*GDPR CONSENT BUTTON*/

.cn-button.bootstrap {
    background: #73b56e !important;
    padding: 9px 20px;
    border-radius: 0;
}


/* CHOCCOLAMA PAGE YT MOBILE */

.vc_video-bg iframe {
    max-width: 1000%;
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto!important;
    height: auto!important;
    z-index: -100;
    background-size: cover;
}