body    {
    color: #464646;
    font-size: 15px;
    font-family: 'Fira Sans', sans-serif;
}
@media (min-width: 1430px) {
    .container {
        max-width: 1380px;
    }
}
a:link, a:visited  {
    color: #464646;
    text-decoration: none;
}
a:active, a:hover    {
    color: #ee2347
}
a.current       {
    color: #ee2347
}
input.form-control:focus, .btn:focus, textarea.form-control:focus, select.form-control:focus  {
    outline: 0 none;
    box-shadow: 0 0 0 transparent !important;
    border-color: #7d7d7d;
}
.btn-primary, .btn-primary:focus {
    color: #fff !important;
    background-color: #ee2347 !important;
    border-color: #ee2347 !important;
    padding: .25rem 1rem;
}
.btn-primary:hover {
    background-color: #ce350a !important;
}
.btn-secondary, .btn-secondary:focus, .btn-secondary:active {
    padding: .25rem 1rem;
    color: inherit;
    background: #e2e2e2 !important;
    border-color: #e2e2e2 !important;
}
.btn-secondary:hover {
    color: black !important;
    background: #ececec !important;
}
.modal-content       {
    border-radius: 3px;
}
.modal_close        {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 24px;
    z-index: 3;
}
.modal_close i {
    color: #afafaf;
}
.description        {
    color: #979797;
}
.weight_500     {
    font-weight: 500;
}
.main_color     {
    color: #ee2347
}
/***  HEADER  ***/
#preloader      {
    display: flex;
    position: fixed;
    background: white;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
}
#header_nav {
    border-bottom: 1px solid gray;
}
.header_logo    {

}
.header_logo_sm {
    max-width: 250px;
}
.header_logo a    {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.header_logo img    {
    max-width: 250px;
}
#header_basket      {
    position: fixed;
    padding: 30px 15px;
    display: block;
    top: 0;
    height: 100vh;
    background: white;
    border-left: 1px solid gray;
    right: -386px;
    width: 380px;
    max-width: 90%;
    overflow-y: auto;
    transition: right 0.3s ease-out;
    z-index: 101;
    box-shadow: -3px 0 6px rgba(0,0,0,0.12), -3px 0 6px rgba(0,0,0,0.23);
}
.header_basket_open     {
    right: 0 !important;
}
.header_nav_overlay, .header_search_box_overlay, .header_basket_overlay, .filters_sidebar_overlay     {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: black;
    opacity: 0;
    z-index: 100;
    display: none;
    transition: opacity 0.3s ease-out;
}
#header_search_autocomplete      {
    border: 1px solid lightgray;
    position: absolute;
    left: 15px;
    right: 15px;
    z-index: 101;
    display: none;
    background: white;
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.autocomplete_item      {
    display: inline-block;
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid lightgray;
}
.autocomplete_item:last-child      {
    border-bottom: 0 solid lightgray;
}
.header_nav_link       {
    display: inline-block;
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    text-align: center;
}
.header_nav_sub       {
    border: 1px solid lightgray;
    position: absolute;
    left: 0;
    right: 0;
    padding: 15px;
    display: none;
    background: white;
    z-index: 99;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-image: url("/assets/images/pozadina-sirokog-menija.jpg");
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
}
.header_nav_sub_arrow       {
    float: right;
    width: 50px;
    text-align: center;
    height: 100%;
}
.header_nav_link:hover + .header_nav_sub       {
    display: block;
}
.header_nav_sub:hover   {
    display: block;
}
.header_nav_ul li      {
    padding: 3px 0;
}
.pill  {
    display: inline-block;
    color: white;
    background: #ee2347;
    padding: 2px 6px;
    font-size: 11px;
    border-radius: 4px;
    border: 1px solid  #ee2347;
}
.pill.action        {
    background: white;
    color: #ee2347;
}
.header_filters_toggle_block        {
    display: none;
}
#header_basket_count        {
    position: absolute;
    background: #ee2347;
    border-radius: 10px;
    color: white;
    top: -10px;
    right: -10px;
    height: 20px;
    width: 20px;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
}
.product_gallery_thumbs     {
    width: 100px;
}
@media only screen and (max-width: 768px) {
    #header_basket_count        {
        color: #ee2347;
        background: white;
    }
    #header_nav        {
        position: fixed !important;
        padding-bottom: 40px;
        display: block;
        top: 0;
        height: 100vh;
        background: white;
        border-left: 1px solid gray;
        border-bottom: 0 solid gray;
        right: -346px;
        width: 340px;
        overflow-y: auto;
        transition: right 0.3s ease-out;
        z-index: 101;
        box-shadow: -3px 0 6px rgba(0,0,0,0.12), -3px 0 6px rgba(0,0,0,0.23);
    }
    .header_nav_open        {
        right: 0 !important;
    }
    #header_nav > .col        {
        border-bottom: 1px solid lightgray;
    }
    .header_nav_link       {
        text-align: left;
    }
    .header_nav_link:hover + .header_nav_sub       {
        display: none;
    }
    .header_nav_sub       {
        border: 0 solid lightgray;
        position: static;
        left: 15px;
        right: 15px;
        padding: 0;
        padding-left: 30px;
        box-shadow: none;
    }
    .header_nav_bottom  {
        background: #ee2347;
        z-index: 99;
        color: white;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        font-size: 22px;
        box-shadow: 0 -2px 4px rgba(0,0,0,0.12), 0 -3px 6px rgba(0,0,0,0.23);
    }
    .header_nav_bottom a {
        display: inline-block;
        width: 100%;
        padding: 4px 0;
        color: white;
    }
    .header_nav_bottom img + span, .header_nav_bottom i + span {
        display: block;
        font-size: 13px;
    }
    #filters_sidebar        {
        position: fixed !important;
        padding: 15px;
        display: block;
        top: 0;
        height: 100vh;
        background: white;
        border-left: 1px solid gray;
        border-bottom: 0 solid gray;
        right: -346px;
        width: 340px;
        overflow-y: auto;
        transition: right 0.3s ease-out;
        z-index: 101;
        box-shadow: -3px 0 6px rgba(0,0,0,0.12), -3px 0 6px rgba(0,0,0,0.23);
    }
    .filters_sidebar_open      {
         right: 0 !important;
    }
    .header_search_box      {
        display: none;
        z-index: 101;
        position: fixed;
        top: 30px;
    }
    .header_search_box .input-group {
        box-shadow: 0 3px 6px rgba(0,0,0,0.12), 0 3px 6px rgba(0,0,0,0.23);
    }
    .header_search_box_open     {
        display: block;
    }
    .product_gallery_thumbs     {
        width: auto;
    }
    .product_gallery_thumbs img   {
       width: 100px;
    }
}
.bread, .bread a:link, .bread a:visited     {
    color: #838383;
}
.bread a:hover     {
    color: #ee2347;
}
.offer-tab      {
    padding: 7px 15px;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid transparent;
}
@media only screen and (max-width: 768px) {
    .offer-tab      {
        font-size: 16px;
        padding: 6px 10px;
    }
}
.offer-tab.active      {
    border: 2px solid #ee2347;
    border-radius: 4px;
}

.instagram_img      {
    width: 40px;
    margin-right: 6px;
}
.main_title     {
    font-size: 18px;
    font-weight: 500;
}

.top_footer     {
    background: #314da0;
    padding-top: 50px;
    padding-bottom: 50px;
}
.top_footer_img     {
    width: 60px;
    margin-right: 20px;
}
.top_footer_title       {
    font-size: 18px;
    font-weight: 500;
}
footer      {
    padding-top: 70px;
    padding-bottom: 30px;
    background: #f0f0f0;
}
.footer_img     {
    margin-left: auto;
    margin-right: auto;
    width: 200px;
}
.footer_banks img       {
    max-width: 100px;
    margin: 4px;
}

/*
    PRODUCT
 */
.product_single_group        {
    border: 1px solid lightgray;
    padding: 3px;
}
.product_single_group:hover        {
    border: 1px solid gray;
}

.product_single_price       {
    color: #ee2347;
    font-weight: 500;
    font-size: 32px;
}
.subscribed           {
    display: none;
}
.web_push_subscribed .subscribed           {
    display: inline-block;
}
.web_push_subscribed .unsubscribed           {
    display: none;
}

/*
    BLOG
 */
.blog_content       {
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    background: white;
    margin-top: -60px;
    padding: 20px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.19);
}

/*
  FLOATING SIDEBAR
 */
.floating_sidebar   {
    z-index: 10;
    position: fixed;
    right: 20px;
    bottom: 70px;
    width: 40px;
    font-size: 15px;
}
.floating_item      {
    margin-bottom: 8px;
    position: relative;
    text-align: center;
}
.floating_item:hover .link     {
    color: white;
}
.floating_item .icon     {
    width: 40px;
    background: #E8E8E8;
    height: 40px;
    line-height: 40px;
}
.floating_item:hover .icon     {
    background: #ee2347;
    border: 1px solid  #ee2347;
}
.floating_item .slide     {
    position: absolute;
    line-height: 40px;
    width: 80px;
    height: 40px;
    margin-left: -80px;
    top: 0;
    border: 1px solid #ee2347;
    background: #ee2347;
}
.floating_item:hover .slide     {
    display: block !important;
}
.floating_help  {
    height: 210px;
    margin-bottom: 8px;
    overflow: hidden;
}
.floating_help .slided  {
    font-size: 14px;
    width: 200px;
    margin-right: -200px;
    opacity: 0;
    -webkit-transition: margin-right 0.3s, opacity .4s ease-in; /* Safari prior 6.1 */
    transition: margin-right 0.3s, opacity .4s ease-in;
    background: #E8E8E8;
}
.floating_help .slided_open  {
    opacity: 1;
    margin-right: -0;
}
.floating_help .help_toggle    {
    display: inline-block;
    height: 100%;
    width: 40px;
    background: #E8E8E8;
    color: #ee2347;
    font-weight: 500;
}
.floating_help .help_toggle:hover {
    color: white;
    background: #ee2347;
}
.floating_help .help_toggle_open    {
    background: #ee2347 !important;
    color: white;
}
.floating_help .vertical {
    transform-origin: 103px 93px;
    transform: rotate(-90deg);
    white-space: nowrap;
}

/*
\       OWL CAROUSAEL
 */
.owl-nav        {
    width: 100%;
    position: absolute;
    top: 50%;
}
.owl-prev, .owl-next        {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 23px !important;
    text-align: center;
    border: 1px solid gray !important;
    position: absolute;
    background: white !important;
}
.owl-prev:hover, .owl-next:hover        {
    background: #ee2347 !important;
    border: 1px solid #ee2347 !important;
    color: white !important;
}
.owl-prev.disabled, .owl-next.disabled        {
    display: none;
}
.owl-prev       {
    left: -20px;
}
.owl-next       {
    right: -20px;
}
.img_overlay        {
    position: relative;
}
.img_overlay:after  {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: white;
    opacity: 0;
    z-index: 100;
    transition: opacity 0.2s;
}
.img_overlay:hover:after  {
    opacity: 0.3;
}