body    {
    background-color: #f2f2f2;
    color: #2a4369;
    font-family: 'Montserrat', sans-serif;
    overflow-anchor: none;
}
a:link, a:visited       {
    color: #2a4369;
}
a:hover     {
    color: #365f91;;
}
.mb-100     {    margin-bottom: 100px;  }
.mb-60     {    margin-bottom: 60px;  }
.bcg-image  {
    padding-top: 66%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.font-bigger        {
    font-size: 16px;
    font-weight: 600;
}
.shaddow   {
    box-shadow: 1px 2px 2px 0 rgba(0,0,0,.14), 1px 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
.preloader      {
    background: white;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    left: 0px;
    top: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.preloader_all     {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.preloader_pill     {
    margin: 15px auto;
    width: 160px;
    border: 2px solid #448ccc;
    height: 26px;
    border-radius: 5px;
}
.preloader_pill_inner       {
    width: 150px;
    height: 16px;

    margin-top: 3px;
    margin-left: 3px;
}
.preloader_pill_status       {
    background:  #448ccc;
    width: 5%;
    height: 100%;
    transition: all .5s;
}
.card-body  {
    padding: 1rem !important
}
.product_render {
    position: relative;
}
.product_render_label       {
    position: absolute;
    bottom: -12px;
    right: 25px;
    background: #e74c3c;
    padding: 5px 10px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;

}
.product_render_modal    {
    position: absolute;
    bottom: 20px;
    right: 30px;
    color: white !important;
    font-size: 34px;
    font-weight: bold;
    padding: 0px 10px;
    background-color:#365f91;
    border-radius: 6px;
    transition: all .5s;
    opacity: 0;
}
.product_render:hover .product_render_modal {
    opacity: 1;
}
@media only screen and (max-width: 767px) {
    .product_render_modal    {
        opacity: 1;
    }
}
.product_title      {
    height: 34px;
}

.lupa   {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 60px;
    cursor: pointer;
}
.navbar {
    transition: all .5s;
    padding-top: 3px;
    padding-bottom: 3px;
}
.navbar-dark .navbar-nav .nav-link, nav a:link, nav a:visited {
    color: rgba(255,255,255, 1);
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
}
.navbar-dark .navbar-nav .nav-link:hover, nav a:hover {
    color: rgba(255,255,255, .8);
}

.auto_tabs .nav-pills      {
    background: #365f91;;
    margin-bottom: 0 !important;
    font-weight: bold;
}
.auto_tabs .nav-link       {
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
}
.auto_tabs .nav-link:hover       {
    color: white;
}
.auto_tabs .nav-link.active    {
    background: #122c4b !important;
}
.auto_tabs .tab-content   {
    padding: 40px 30px !important;
    background: #122c4b;
    color: white;
    font-weight: bold;
}

.logo       {
    transition: all .5s;
    width: 160px
  }
.sticky_header      {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
.sticky_header .logo     {
    width: 100px
}

.img_couner     {
    background:#365f91;
    color: white;
    font-weight: bold;
    padding: 4px 12px;
    position: absolute;
    bottom: -18px;
    left: 12px;
    border: 3px solid white;
    z-index: 100;
}


.scroll_top     {
    background: #365f91;
    color: white;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 50px;
    z-index: 1000;
    right: 50px;
    line-height: 42px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
    border: 2px solid #122c4b;
}
.scroll_top:hover     {
    transition: all .3s;
    background: white;
    color: #122c4b;
}

.btn_big        {
    font-weight: bold;
    font-size: 26px;
}
.none        {    display: none;}
.i-circle       {
    border: 3px solid rgba(255,255,255, 1);
    border-radius: 50%;
    padding: 4px;
    margin-right: 3px;
}
.gray_container {
    background: #e0e0e0;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 2px solid #bdbdbd;
    border-bottom: 2px solid #bdbdbd;
}
.tp-dottedoverlay {
    background-color:  transparent !important;
    z-index: 2;
}


.filter_button   {
    color: white;
    font-weight: bold;
    width: 100%;
    text-align: left;
}
.color_light        {
    background: #448ccc !important;
}
.filter_button i   {
    margin-top: 1px;
    float: right;
    font-size: 20px;
}

.main_title      {
    font-size: 30px;
    font-weight: bold;
}
.price_label        {
    background: #365f91;
    color: white;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    line-height: 44px;
    height: 46px;
    padding-left: 10px;
}
.alert_label        {
    float: right;
    background: #e74c3c;
    height: 100%;
    padding: 0 15px;
    text-transform: uppercase;
}
.green        {
    background-color: #27ae60;
}

footer      {
    background-color: #122c4b;
    color: white;
    padding-top: 40px;
    padding-bottom: 40px;

}
.footer-title       {
    font-style: italic;
    font-size: 38px;
    font-weight: bold;
    line-height: 1;
}
.footer-subtitle       {
    font-style: italic;
    font-size: 20px;
    font-weight: bold;
}
.superweb:link, .superweb:visited       {
    color: #ffb300;
    text-decoration: none;
}
.superweb:hover     {
    color: #ffefb8;
}.filter_block      {
    border: 1px solid #365f91;
    padding: 6px 10px;
 }

.owl-nav        {
    position: absolute;
    top: -66px;
    right: 0;
}
.gray_container .owl-nav   {
    top: -84px;
}
.owl-slides  .owl-nav {
    width: 100%;
    top: 50%;
}
.owl-prev, .owl-next    {
    transition: all .3s;
    background: white;
    box-shadow: 1px 2px 2px 0 rgba(0,0,0,.14), 1px 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    padding: 5px 20px;
    margin-left: 10px;
    border-radius: 5px;
}
.owl-slides .owl-prev {
    transform: translateY(-50%);
    position: absolute;
    left: -40px !important;
    right: auto;
}
.owl-slides .owl-next {
    transform: translateY(-50%);
    right: -30px !important;
    left: auto;
    position: absolute;
}
@media only screen and (max-width: 767px) {
    .owl-nav, .gray_container .owl-nav        {
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }
    .owl-prev {
        position: absolute !important;
        left: -20px;
    }
    .owl-next {
        position: absolute !important;
        right: -10px;
    }
}
.owl-prev:hover, .owl-next:hover    {
    background-color: #365f91;
    color: white;
}
.bg-primary {
    background-color: #365f91 !important;
}
.btn-primary, .btn-primary:link, .btn-primary:visited {
    color: #fff !important;
    background-color: #365f91;
    border-color: #122c4b;
}
.btn-primary:hover {
    background-color: #122c4b;
}


#filters-toggle {
    width: 60px;
    height: 60px;
    color: white;
    background: #e77a25;
    text-align: center;
    line-height: 60px;
    position: fixed;
    bottom: 36px;
    right: 30px;
    z-index: 1001;
    border-radius: 50%;
    padding-left: 0;
    font-size: 22px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
}

.filter_dd button    {
    background: transparent;
    border: 2px solid #365f91;
    width: 100%;
    color: #122c4b;
    overflow: hidden;
    font-weight: bold;
    margin: 0;
    text-align: left;
}
.show>.btn-secondary.dropdown-toggle        {
    background:#365f91 !important;
}
.filter_dd button:hover, .filter_dd button:active, .filter_dd button:focus    {
    background:#365f91 !important;
    color: white !important;
}
.filter_dd .dropdown-toggle::after {
    position: absolute;
    right: 8px;
    top: 18px;
}
.filter_dd_menu     {
    min-width: 100% !important;
    max-height: 300px;
    overflow-y: auto;
    padding-left: 8px;
    padding-right: 5px;

}
.filter_dd label    {
    padding-top: 4px;

    white-space: nowrap;
    display: block;
    cursor: pointer;
    font-weight: bold;
}
.filters_search  input, .filters_search .input-group-text  {
    border: 1px solid #365f91 !important;
    background: #365f91;
    color: white !important;
    font-weight: bold;
    box-shadow: 0 0 0 transparent !important;
    outline: 0 none !important;
}
.filters_search  input:focus   {
    background: #365f91;
 }
.filters_search .input-group-append      {

}
.filters_search ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #efefef;
    opacity: 1; /* Firefox */
}

.filters_search :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #efefef;
}

.filters_search ::-ms-input-placeholder { /* Microsoft Edge */
    color: #efefef;
}
.used_filters {
    background: white;
    display: inline-block;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 6px 10px;
    border: 1px solid lightgray;

}
.used_filters:hover {
    border: 1px solid red;
}
.used_filters:hover i {
    color: red;

}


.contact_icon       {
    width: 70px;
    height: 70px;
    background: #16a085;
    color: white;
    text-align: center;
    border-radius: 10px;
    font-size: 28px;
}
.contact_icon .fa, .contact_icon  img  {
    margin-top: 10px;
    border: 3px solid white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 46px;
}
.contact_form   input, .contact_form textarea   {
    border: 2px solid #365f91;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.breadcrumbs_title      {
    position: absolute;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 62px;
    width: 100%;
    text-align: center;

}

@media only screen and (max-width: 767px) {
    .breadcrumbs_title      {
        word-break: keep-all;
        font-size: 22px;

    }
    .footer-title       {
        font-size: 30px;
    }
    .navbar .mr-auto     {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    #filters    {
        position: fixed;
        left: -320px;
        top: 0;
        height: 100vh;
        background: white;
        width: 320px;
        z-index: 1000;
        overflow-y: auto;
        padding: 50px 0;
        transition: left .4s;
    }
    .scroll_top     {
        right: 10px;
        bottom: 10px;
    }
}
