

.hidden_cart {
    display: none; /* отобразить кол товаров в корзине - в фале переводов */
}

/************* OWL CARUSEL ************/
.tab-pane > h3 {
    font-size: 16px;
    margin: 40px 0 25px 10px;
    text-align: left;
    display: block;
    padding: 10px 35px;
    background: #f2f4f8;
    color: #00438b;
    border-radius: 25px;
    width: fit-content;
    font-weight: 600;
}

#tab-owl-4 > h3 {
    color: #f35566;
}

div#tab-owl-4 {
    margin-bottom: 40px;
}


.main_p_owl_carusel .owl-item .caption {
    display: flex;
    flex-direction: column;
    height: 95px;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
}

.main_p_owl_carusel .owl-item .caption h4 {
    margin-top: 8px;
    margin-bottom: 0;
    height: 52px;
    overflow-y: hidden;
}

.main_p_owl_carusel .owl-item .caption .price {
    min-height: 32px;
}

/************* / OWL CARUSEL ************/


.footer_logo {
    max-width: 200px;
}

#cart-total > i {
    margin-right: 7px;
}

i.fas.fa-fish.lc_cat_icon {
    margin-right: 10px;
    font-size: 28px;
    color: white;
}

i.fas.fa-th.left_cat_icon {
    margin-right: 10px;
    font-size: 20px;
    color: #265f9c;
    padding-top: 2px;
}


.alert.alert-success {
    position: fixed;
    z-index: 888;
    background: #ffffff;
    top: 21%;
    height: 190px;
    width: 40%;
    /* left: 30%; */
    font-size: 18px;
    border: 1px solid #00438b;
    border-radius: 8px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    width: fit-content;
    margin: 5% auto;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 0 35px;
}

.alert.alert-success::before {
    content: '';
    display: block;
    position: absolute;
    height: 400px;
    width: 500px;
    top: 0px;
    left: 0px;
    content: '';
    display: block;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: -8;
    background: #0000008a;
}

.alert.alert-success::after {
    content: '';
    position: absolute;
    z-index: -2;
    background: #ffffff;
    top: 0;
    height: 100%;
    border-radius: 8px;
    width: 100%;
}

.alert.alert-success > button {
    align-items: initial;
    display: flex;
    float: right;
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 21px;
    display: block;
    border-radius: 50px;
    background: #00438b;
    height: 28px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: none;
    color: white;
    z-index: 999999999999;
    opacity: 1;
}

.alert.alert-success > a {
    margin-right: 5px;
    margin-left: 5px;
    border-bottom: 1px solid;
}

.alert.alert-success > i {
    margin-right: 7px;
}

.list-group.ak a {
    border: 1px solid #DDD;
    color: #888;
    padding: 8px 12px;
    display: block;
}

.akkpage li {
    text-align: center;
}

.akkpage .fas {
    font-size: 50px;
}

.akkpage span {
    display: block;
}

#search,
header {
    position: relative
}

#menu,
#top {
    min-height: 30px
}

#menu,
header {
    /* box-shadow: 0 2px 5px 0 rgba(218, 218, 218, .75) */
}

body {
    font: 14px 'Open Sans', sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444
}

.fa {
    font-size: 14px
}

h1 {
    color: #6495ed;
    font-size: 30px;
    margin: 10px 0 20px
}

h2 {
    font-size: 27px
}

h3 {
    font-size: 21px
}

h4 {
    font-size: 15px
}

.input-group .dropdown-menu,
.input-group .popover,
.input-group input,
.input-group select,
h5,
input[type=text].form-control,
input[type=url].form-control,
input[type=search].form-control,
input[type=tel].form-control,
input[type=color].form-control,
input[type=password].form-control,
input[type=datetime].form-control,
input[type=datetime-local].form-control,
input[type=date].form-control,
input[type=month].form-control,
input[type=time].form-control,
input[type=week].form-control,
input[type=number].form-control,
input[type=email].form-control,
select.form-control,
textarea.form-control {
    font-size: 12px
}

h6 {
    font-size: 10.2px
}

a {
    color: #265f9c;
}

a:hover {
    text-decoration: none
}

legend {
    font-size: 18px;
    padding: 7px 0
}

label {
    font-size: 12px;
    font-weight: 400
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px
}

span.hidden-lg,
span.hidden-md,
span.hidden-sm,
span.hidden-xs {
    display: inline
}

.nav-tabs {
    margin-bottom: 15px;
    margin-top: 5px;
}

div.required .control-label:before {
    content: '* ';
    color: red;
    font-weight: 700
}

#search .input-group-btn,
.breadcrumb > li + li:before,
.breadcrumb > li:after {
    content: ''
}

.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x
}

#top {
    background-color: #EEE;
    border-bottom: 1px solid #e2e2e2;
    padding: 4px 0 3px;
    margin: 0 0 20px
}

#top .container {
    padding: 0 20px
}

#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: #fff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x
}

#top .btn-link,
#top-links a,
#top-links li {
    color: #888;
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none
}

#menu .nav > li > a,
#search .btn-lg,
#top-links .dropdown-menu a,
.breadcrumb > li {
    text-shadow: none
}

#top .btn-link:hover,
#top-links a:hover {
    color: #444
}

#top-links .dropdown-menu a:hover {
    color: #FFF
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px
}

#top-links {
    padding-top: 6px
}

#top-links a + a {
    margin-left: 15px
}

header {
    /*padding: 11px 0 8px; */
    background: #00438b;
    color: white;
    height: 78px;
    border-bottom: 1px solid #265f9c;
    display: flex;
    align-items: center;
}

#logo {
    /* height: 40px; */
    /* height: 45px; */
    height: 45px;
}

#logo > img {
    max-height: 100%;
}

#logo > a > img {
    max-height: 100%;
}

#search {
    float: right;
    width: 100%;
    padding: 5px 0px
}

#search .input-lg {
    height: 36px;
    border-radius: 20px;
    font-size: 16px;
    width: 100%;
    border: none;
}

#search .input-lg::placeholder {
    color: #00438b;
    font-size: 14px;
}

#search .input-group-btn {
    position: absolute;
    right: 36px;
    top: 5px;
}

#search .btn-lg {
    font-size: 17px;
    border-radius: 50%;
    color: #00438b;
    padding: 0;
    height: 36px;
    width: 36px;
    outline: 0;
    background: none;
}

#search i.fa-search {

}


#menu,
#menu .nav > li > a {
    background-color: transparent
}

.telephone {
    background: #265f9c;
    /* width: 200px; */
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin: 5px 0px;
}

.telephone i {
    color: #fff;
    font-size: 16px;
}

.fa-phone-alt:before {
    content: "\f879";
}

.telephone a {
    display: block;
    /* padding-top: 14px; */
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 0 20px;
}

#cart {
    float: right;
    margin: 0px 0 0;
    background: #265f9c;
    border-radius: 50px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3px;
}

#cart a {
    display: flex;
    color: white;
    justify-content: center;
    padding: 5px 10px;
    line-height: 115%;
}

#cart i {
    float: left;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-right: 7px;
}

#cart span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    /* padding-left: 10px; */
}

#cart .dropdown-menu table {
    margin-bottom: 10px
}

#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px
}


/********* felx menu *******/
.menu_row {
    display: flex;
    align-items: center;
    margin: 0;
}

.menu_item {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    padding: 0 15px;
}

.menu_item.menu_item_logo {
    justify-content: flex-start;
    width: 25%;
}

.menu_item.menu_item_search {
    width: 30%;
}

.menu_item.menu_item_phone {
    min-width: fit-content;
    width: 230px;
}

.menu_item.menu_item_account {
    justify-content: flex-end;
    width: 20%;
    width: 122px;
    min-width: fit-content;
}


.account-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.account-container .dropdown {
    display: flex;
    align-items: center;
    margin: 0px 20px 0 20px;
    background: #265f9c;
    height: 38px;
    width: 38px;
    justify-content: center;
    border-radius: 20px;
}

.account-container .dropdown i {
    font-size: 16px;
    color: #fff;
}

.account-container .dropdown .top_phone i {
    font-size: 13px;
    color: #00438b;
}


/********* end felx menu *******/


@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%
    }

    #cart .dropdown-menu li > div {
        min-width: 100%
    }

    #menu {
        display: block;
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0
}

#slideshow {
    margin-top: -10px;
    display: block;
}

#menu .nav > li > a.color-red,
#menu .nav > li > a.color-red:hover {
    color: #f35566;
    font-weight: 800;
}

#menu {
    /* border-color: transparent; */
    padding: 0px 0;
    margin-bottom: 10px;
    background: #00438b;
    color: white;
    border: none;
    border-radius: 0;
    display: flex;
    align-items: center;
}

.navbar_left_block {
    float: left;
    display: flex;
    font-size: 14px;
}

.navbar_left_block_city {
    margin-right: 40px;
    margin-left: 6px;
}

@media (min-width: 768px) {
    #menu .navbar-nav {
        float: right;
        margin-left: -10px
    }

    #menu .navbar-nav > li {
        float: left;
        display: inline-block
    }
}

#menu .nav > li > a {
    color: #fff;
    padding: 0px 15px;
    min-height: 15px;
    font-size: 14px;
}

#menu .nav > li.open > a,
#menu .nav > li > a:hover {
    color: #6395ed;
    text-decoration: underline
}

#menu .dropdown-menu {
    padding-bottom: 0
}

#menu .dropdown-inner {
    display: table
}

#menu .dropdown-inner ul {
    display: table-cell
}

#menu .dropdown-inner a,
#menu .see-all {
    display: block;
    padding: 3px 20px;
    font-size: 12px
}

#menu .dropdown-inner a {
    min-width: 160px;
    clear: both;
    line-height: 20px;
    color: #333
}

#menu .dropdown-inner li a:hover {
    color: #FFF
}

#menu .see-all {
    margin-top: .5em;
    border-top: 1px solid #DDD;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px
}

#menu .see-all:focus,
#menu .see-all:hover {
    text-decoration: none;
    color: #fff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x
}

#menu #category {
    float: right;
    padding-right: 15px;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    color: #fff
}

#menu .special-mobile {
    float: left;
    padding-left: 15px;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px
}

#menu .special-mobile a {
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    color: #fb3f4c
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    margin: 0;
}

#menu .btn-navbar.disabled,
#menu .btn-navbar:active,
#menu .btn-navbar:focus,
#menu .btn-navbar:hover,
#menu .btn-navbar[disabled] {
    color: #fff
}

.home_top_banner_mobile {
    display: none;
}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block
    }
}

@media (max-width: 767px) {
    .dropdown-menu-right {
        right: auto;
        margin-top: 10px;
    }

    .navbar_left_block {
        display: none;
    }

    .home_top_banner_mobile {
        display: block;
        margin-top: -12px;
        margin-bottom: 17px;
    }

    .home_top_banner_mobile .lc_banner_div {
        width: 100%;
    }

    .home_top_banner_mobile .lc_cat_text {
        width: 225px;
    }

    #logo {
        margin: 0px auto
    }

    #menu .dropdown-inner,
    #menu div.dropdown-inner > ul.list-unstyled {
        display: block
    }

    #menu .nav > li.open > a,
    #menu .nav > li > a,
    #menu .nav > li > a:hover {
        color: #fff
    }

    #slideshow .owl-buttons div i {
        font-size: 15px !important;
        padding: 15px 10px !important
    }

    #menu {
        border-radius: 0;
        background: #00438b;
        display: block;
    }

    #menu .nav > li > a > i {
        padding-right: 15px
    }

    #search {
        float: none;
        margin: 0 auto
    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, .1)
    }

    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
        font-size: 18px;
        padding: 10px 20px
    }

    .navbar-collapse.in {
        padding: 0 15px
    }

    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, .1)
    }

    #menu .see-all,
    .breadcrumb {
        display: none
    }
}

.info_box {
    border: 2px solid #f35566;
    padding: 10px 30px;
    border-radius: 30px;
    width: 90%;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    background: #ffffff;
    margin: -40px auto 0;
    background: #f355721a;
}

.info_box.red {
    border: 2px solid #f35566;
    background: #f355721a;
}

.info_box.green {
    border: 2px solid #4ac470;
    background: #4ac4700d;
}

@media (max-width: 767px) {
    .info_red_box {
        padding: 10px 8px;
        width: 100%;
        margin: 15px auto 0;
    }
}

.lc_banner_div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    /* text-align: center; */
    background: #4ac470;
    margin: 0 auto;
    width: 90%;
    margin-top: 20px;
    margin-bottom: 15px;
    border-radius: 50px;
}

img.lc_cat_icon {
    margin-right: 15px;
    width: 34px;
    /* max-height: 40px; */
}

.lc_cat_text {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    width: 140px;
    line-height: 110%;
    text-align: center;
}


@media (min-width: 992px) {
    .col-lg-5 {
        width: 20%;
        padding: 0 30px
    }
}

#slideshow img {
    width: 100%
}

#slideshow-category {
    display: flex;
    z-index: 2;
    margin: -80px auto 60px;
    position: relative
}

#slideshow-category .row {
    margin: 0 auto
}

#slideshow-category a {
    display: block;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .75);
    text-align: center;
    background: rgba(255, 255, 255, .95);
    max-width: 170px;
    max-height: 170px;
    transition: all .2s ease-in-out;
    border: 2px solid transparent
}

@media (max-width: 991px) {
    #slideshow-category {
        margin: 10px auto 30px
    }

    #slideshow-category a {
        margin: 10px auto
    }

    #slideshow-category > div > div:last-child {
        width: 100%
    }
}

#slideshow-category a:hover {
    border: 2px solid #6495ed
}

#slideshow-category a:hover p {
    color: #fb3f4c
}

#slideshow-category p {
    font-size: 18px;
    text-decoration: none;
    display: block;
    width: 100%;
    background: #6495ed;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 5px 0
}

#content {
    min-height: 300px
}

#content .main_content {
    /* overflow: auto; */
    padding: 0;
    min-height: 400px;
    border-radius: 5px;
    margin-top: 20px;
    /* overflow-x: hidden; */
}

.column_left {
    border-radius: 7px;
    border: 1px solid #e7eaee;
    margin-top: 20px;
}

.category_heading {
    color: #000000;
    font-size: 18px;
    padding: 10px 0;
    font-weight: 900;
    text-align: left;
    margin-left: 20px;
    display: flex;
    align-items: center;
}

img.left_cat_icon {
    margin-right: 10px;
}

.list-categories {
    overflow: auto;
    padding-bottom: 15px;
}

.list-categories div {
    text-align: left;
    padding: 0 10px;
    clear: both
}

.list-categories a {
    float: left;
    font-size: 15px;
    line-height: 30px;
    color: #00438b;
    margin-left: 10px;
}

.list-categories a + a {
    float: right;
}

.list-categories i {
    color: #00438b;
    font-size: 15px;
    font-weight: 500;
    padding-right: 5px;
}

.breadcrumb > li > a,
footer,
footer a,
footer h5 {
    color: #fff;
}

.vertical-align {
    display: inline-block;
    vertical-align: middle;
    float: none;
}


.container.mc_top_banner {
    width: 100%;
    padding: 0px 10px 20px 10px;
    /* background: #e0e0e0; */
    margin-top: 0px;
}

.mc_top_banner_row_4 {
    display: flex;
}

.mc_top_banner_row_item {
    height: 80px;
    background: #000000;
    color: #cecece;
    border-radius: 8px;
    position: relative;
    width: 23%;
    flex-grow: 1;
    margin: 0 10px;
}

.mc_top_banner_row_item.item_1 {
    margin-left: 0;
}

.mc_top_banner_row_item.item_4 {
    margin-right: 0;
}

span.mc_top_banner_row_item_header {
    position: absolute;
    z-index: 99;
    left: 30px;
    bottom: 27px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    max-width: 44%;
    line-height: 110%;
}


img.mc_top_banner_row_item_img {
    width: 45%;
    height: auto;
    display: block;
    position: absolute;
    z-index: 97;
    right: 4px;
    /* top: 5px; */
    /* max-height: 64%; */
    bottom: 7px;
}


.mc_top_banner_row_item.item_1 > a > img {
    width: 42%;
    height: auto;
    right: 5%;
    bottom: 12px;
}

.mc_top_banner_row_item.item_2 > a > img {
    width: 38%;
    height: auto;
    right: 5%;
}

.mc_top_banner_row_item.item_3 > a > img {
    width: 36%;
    height: auto;
    right: 7%;
    bottom: 14px;
}

.mc_top_banner_row_item.item_4 > a > img {
    width: 32%;
    height: auto;
    right: 10%;
}

.mc_top_banner_row_big_two {
    display: flex;
    justify-content: space-between;
}

.mc_top_banner_row_big_half {
    width: 49%;
}

.mc_top_banner_row_big_half .mc_top_banner_big_header {
    position: absolute;
    top: 67px;
    left: 7%;
    color: white;
    font-size: 28px;
    max-width: 42%;
    line-height: 110%;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 2;
}

.mc_top_banner_row_big_half .mc_top_banner_big_btn {
    position: absolute;
    top: 146px;
    left: 40px;
    color: white;
    font-size: 16px;
    max-width: 230px;
    line-height: 110%;
    text-transform: uppercase;
    font-weight: 600;
    background: #265f9c;
    border-radius: 35px;
    width: 140px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mc_top_banner_row_big_half img.mc_top_banner_big_img {
    position: absolute;
    height: 130px;
    right: 15px;
    bottom: 60px;
    z-index: 1;
    /* left: 25%; */
    top: unset;
}

.mc_top_banner_row_big {
    margin-top: 20px;
    padding: 0;
    height: 250px;
    background: black;
    border-radius: 8px;
    position: relative;
}

.mc_top_banner_big_header {
    position: absolute;
    top: 45px;
    left: 80px;
    color: white;
    font-size: 40px;
    max-width: 250px;
    line-height: 110%;
    text-transform: uppercase;
    font-weight: 600;
}

.mc_top_banner_big_btn {
    position: absolute;
    top: 147px;
    left: 81px;
    color: white;
    font-size: 16px;
    max-width: 250px;
    line-height: 110%;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 38px;
    background: #265f9c;
    border-radius: 35px;
}

img.mc_top_banner_big_img {
    position: absolute;
    height: 200px;
    right: 130px;
    top: 28px;
}


#content > div > h1 {
    font-size: 18px;
    margin: 40px 0 25px 0px;
    text-align: left;
    display: block;
    padding: 10px 35px;
    background: #f2f4f8;
    color: #00438b;
    border-radius: 25px;
    width: fit-content;
    font-weight: 600;
}


.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    font-size: 14px;
    margin: 0px 15px 12px 0px;
    text-align: left;
    display: block;
    padding: 10px 35px;
    /* background: #f2f4f8; */
    color: #00438b;
    border-radius: 25px;
    width: fit-content;
    font-weight: 600;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: 0;
    background: #f2f4f8;
    color: #00438b;
    border-radius: 25px;
    width: fit-content;
    font-weight: 600;
}

#mob_menu_drop {
    /* display: none; */
}


.navbar-ex0-collapse.collapse > li {
    list-style: none;
}


@media (max-width: 767px) {


    .alert.alert-success {
        width: 90%;
        /* left: 5%; */
        flex-direction: column;
        height: 50%;
    }

    .alert.alert-success i {
        display: none;
    }

    .alert.alert-success a {
        text-align: center;
        margin-bottom: 25px;
        max-width: 75%;
        border-bottom: 0px solid;
    }

    #mob_menu_drop {
        float: left;
        font-size: 16px;
    }

    button#mob_menu_link {
        box-shadow: none;
        font-size: 18px !important;
        font-weight: 800;
        margin-top: 4px;
        height: 44px;
    }


    button#mob_menu_link > i.fa.fa-bars {
        margin-left: 15px;
    }

    #mob_menu_drop_div {
        position: absolute;
        top: 41px;
        background: rgb(0, 67, 139);
        z-index: 999;
        width: 100%;
    }

    .menu_h_line {
        margin-top: 15px;
    }

    #search {
        margin-bottom: 15px;
    }


    #mob_menu_drop_div > div {
        display: flex;
        margin-left: 10px;
        margin-bottom: 3px;
    }

    #mob_menu_drop_div > div > a {
        color: white;
        font-size: 15px;
        min-height: 28px;
        font-size: 17px;
    }

    a.color-red.mobile {
        color: #ff6f6f !important;
        font-weight: 600;
    }

    .mc_top_banner_row_big_two {
        flex-direction: column;
    }

    .mc_top_banner_row_big_half {
        width: 100%;
        margin-bottom: 12px;
    }

    .mc_top_banner_row_big_half img.mc_top_banner_big_img {
        position: absolute;
        width: 43%;
        right: 4%;
        top: 23%;
        height: auto;
    }
    .mc_top_banner_row_big_half .mc_top_banner_big_btn {
        position: absolute;
        top: 57%;
        left: 6%;
        color: white;
        font-size: 13px;
        /* max-width: 250px; */
    }

    .mc_top_banner_row_big_half .mc_top_banner_big_header {
        position: absolute;
        top: 25%;
        left: 8%;
        color: white;
        font-size: 20px;
        max-width: 50%;
        line-height: 110%;
        text-transform: uppercase;
        font-weight: 600;
        position: absolute;
        top: 28%;
        color: white;
        font-size: 18px;
        max-width: 50%;
    }


    span.visible-xs > #search {
        width: 90%;
        margin: 0 5% 0 5%;
    }

    .container.mc_top_banner {
        padding: 0px 0px 0px 0px;
    }


    .mc_top_banner_row_4 {
        flex-wrap: wrap;
    }

    .mc_top_banner_row_item.item_1, .mc_top_banner_row_item.item_3 {
        margin-left: 0;
    }

    .mc_top_banner_row_item.item_2, .mc_top_banner_row_item.item_4 {
        margin-right: 0;
    }

    .mc_top_banner_row_item {
        width: 48%;
        margin: 0 2%;
        margin-bottom: 12px;
    }

    .mc_top_banner_row_big {
        height: 170px;
        margin-top: 0px;
    }


    span.mc_top_banner_row_item_header {
        left: 14px;
    }


    .mc_top_banner_row_item.item_1 > a > img {
        width: 42%;
        height: auto;
        right: 5%;
        bottom: 7px;
    }

    .mc_top_banner_row_item.item_2 > a > img {
        width: 38%;
        height: auto;
        right: 5%;
    }

    .mc_top_banner_row_item.item_3 > a > img {
        width: 40%;
        height: auto;
        right: 5%;
    }

    .mc_top_banner_row_item.item_4 > a > img {
        width: 32%;
        height: auto;
        right: 5%;
    }


    .mc_top_banner_big_header {
        position: absolute;
        top: 25%;
        left: 8%;
        color: white;
        font-size: 20px;
        max-width: 50%;
        line-height: 110%;
        text-transform: uppercase;
        font-weight: 600;

        position: absolute;
        top: 28%;
        color: white;
        font-size: 18px;
        max-width: 50%;
    }

    .mc_top_banner_big_btn {
        position: absolute;
        top: 57%;
        left: 8%;
        color: white;
        font-size: 13px;
        /* max-width: 250px; */
    }

    img.mc_top_banner_big_img {
        position: absolute;
        width: 43%;
        right: 4%;
        top: 19%;
        height: auto;
    }


    .mobile-line {
        border-top: 1px solid #fff;
    }

    .mobile-line-bottom {
        /* border-bottom: 1px solid #fff; */
    }

    footer {
        font-size: 16px;
        text-align: center;
    }

    footer p {
        margin: 20px 0 0;
        font-weight: 700;
    }

    footer img {
        margin: 0 auto;
    }

    footer h5 {
        margin-top: 20px;
        font-size: 20px;
        text-transform: uppercase;
    }

    footer h5 a {
        font-size: 30px;
    }
}

footer {
    margin-top: 20px;
    padding: 20px 0;
    background: #00438b;
}

footer img {
    /* border-radius: 25px */
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666
}

footer a:hover {
    color: #fff;
    text-decoration: underline
}

footer h5 {
    font-size: 18px
}

footer .footer_h {
    font-size: 18px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
}

.alert {
    padding: 8px 14px
}

.breadcrumb {
    /* margin: 0 0 20px; */
    /* padding: 8px 0; */
    /* background: #6295ed; */
    /* border: 1px solid #6195ed; */
    margin: 0 0 5px 0;
    padding: 8px 0;
    background: none;
    border: none;
    color: #00438b;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb i {
    font-size: 15px;
}

.breadcrumb > li {
    padding: 0 5px;
    position: relative;
    white-space: nowrap;
    margin-bottom: 10px;
}

.breadcrumb > li > a {
    /* color: #00438b; */
    /* padding: 5px 21px; */
    /* background: #f2f4f8; */
    /* border-radius: 30px; */
    color: #00438b;
    padding: 5px 21px;
    background: #f2f4f8;
    /* border-radius: 30px 0px 30px 0px; */
    /* border-right: 1px solid #00438b; */
    border-radius: 30px;
    font-weight: 600;
    /* border-bottom: 1px solid #00438b;*/
}

.breadcrumb > li + li:before {
    padding: 0
}

.breadcrumb > li:after {
    /* display: block; */
    /* position: absolute; */
    /* top: -3px; */
    /* right: -5px; */
    /* width: 26px; */
    /* height: 26px; */
    /* border-right: 1px solid #FFF; */
    /* border-bottom: 1px solid #FFF; */
    /* -webkit-transform: rotate(-45deg); */
    /* -moz-transform: rotate(-45deg); */
    /* -o-transform: rotate(-45deg); */
    /* transform: rotate(-45deg) */
}

.pagination-results {
    color: #80807d
}

.pagination li {
    margin: 0
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #fff;
    background-color: #265f9c;
    border-color: #265f9c;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #80807d;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #80807d
}

.buttons {
    margin: 1em 0
}

.btn {
    border: 0;
    transition: .5s ease-in-out;
    padding: 7.5px 12px;
    font-size: 14px;
    border-radius: 0;
    box-shadow: none
}

.btn-danger.active,
.btn-danger.disabled,
.btn-danger:active,
.btn-danger:hover,
.btn-danger[disabled],
.btn-success.active,
.btn-success.disabled,
.btn-success:active,
.btn-success:hover,
.btn-success[disabled],
.btn-warning.active,
.btn-warning.disabled,
.btn-warning:active,
.btn-warning:hover,
.btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, .1)
}

.btn-xs {
    font-size: 9px
}

.btn-sm {
    font-size: 10.2px
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
    font-size: 12px
}

.btn-group > .btn-xs {
    font-size: 9px
}

.btn-group > .btn-sm {
    font-size: 10.2px
}

.btn-group > .btn-lg {
    font-size: 15px
}

.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eee, #ddd);
    background-repeat: repeat-x;
    border-color: #ddd #ddd #b3b3b3 #b7b7b7
}

.btn-danger,
.btn-info,
.btn-inverse,
.btn-success,
.btn-warning {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-repeat: repeat-x
}

.btn-primary {
    color: #fff;
    background-color: #265f9c;
    border-radius: 30px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 20px;
    height: 35px;
    width: 130px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
}

a.bb_chek {
    width: 200px;
}

button#button-cart {
    width: 165px;
    height: 45px;
    font-size: 17px;
}

.btn-primary > i {
    margin-right: 8px;
}

.btn-primary.active,
.btn-primary.disabled,
.btn-primary:active,
.btn-primary:hover,
.btn-primary[disabled] {
    background-color: #3884d6;
    background-position: 0
}

div.payment.pull-right > #button-register {
    height: 38px;
    font-size: 14px;
    width: fit-content;
}

input#button-coupon {
    height: 34px;
    font-size: 12px;
    width: fit-content;
}

button.removecart {
    background: #b72323;
    color: #ffffff;
}

td.quantity .btn-primary {
    width: 50px;
    border-radius: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: inline-block;
}

td.quantity .input-group-btn {
    padding: 0;
    vertical-align: top;
}

.simplecheckout-cart i {
    margin: 0;
}

td.quantity .btn-danger {
    vertical-align: top;
    margin-left: 10px !important;
}

.simplecheckout .btn-primary {
    width: 150px;
}

.simplecheckout .radio > label {
    font-size: 14px;
    font-weight: bold;
}

.simplecheckout-block-content {
    padding: 10px;
    border: 1px solid #cccccc;
    border-top: 0;
}

.simple-content .checkout-heading {
    border: 1px solid #cccccc;
    border-bottom: 0;
}


.btn-warning {
    color: #fff;
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    border-color: #f89406 #f89406 #ad6704
}

.btn-danger {
    color: #fff;
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    border-color: #bd362f #bd362f #802420
}

.btn-success {
    color: #fff;
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    border-color: #51a351 #51a351 #387038
}

.btn-info {
    color: #fff;
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    border-color: #dc512c #dc512c #a2371a
}

.btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none
}

.btn-inverse {
    color: #fff;
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444, #222);
    border-color: #222 #222 #000
}

.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse:active,
.btn-inverse:hover,
.btn-inverse[disabled] {
    background-color: #222;
    background-image: linear-gradient(to bottom, #333, #111)
}

.list-group a {
    border: 1px solid #DDD;
    color: #888;
    padding: 8px 12px
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #444;
    background: #eee;
    border: 1px solid #DDD;
    text-shadow: 0 1px 0 #FFF
}

.carousel-caption {
    color: #FFF;
    text-shadow: 0 1px 0 #000
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome
}

.heading-title {
    font-size: 16px;
    margin: 40px 0 25px 10px;
    text-align: left;
    display: block;
    padding: 10px 35px;
    background: #f2f4f8;
    color: #00438b;
    border-radius: 25px;
    width: fit-content;
    font-weight: 600;
}

#featured, #special {
    /* padding: 0 25px; */
    padding: 0;
}

.product-thumb {
    padding: 10px;
    margin: 0 10px;
    position: relative;
    /* box-shadow: inset 0 0 10px 3px rgba(218, 218, 218, .75); */
    border-radius: 0px;
    overflow: auto;
    border: 1px solid #e7eaee;
}

.product-thumb .onsale {
    background-color: #fb3f4c;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    padding: 5px 15px;
    color: #fff;
    z-index: 2
}

.product-grid,
.product-thumb .rating {
    padding-bottom: 10px
}

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

.product-thumb .image a {
    display: block
}

.product-thumb .image a:hover {
    opacity: .8
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto
}

.product-grid .product-thumb {
    margin: 10px 0;
    border-radius: 0;
    /* box-shadow: 0 0 10px 3px rgba(218, 218, 218, .75); */
    border: 1px solid #e7eaee;
}

.product-thumb .caption {
    text-align: center;
    height: 65px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.product-thumb .caption a {
    font-size: 14px;
    text-align: center;
    color: #000
}

.product-thumb:hover .caption a {
    text-decoration: underline
}

.product-price .price-old,
.product-thumb .price-old {
    text-decoration: line-through;
    display: block
}

.rating .fa-stack {
    font-size: 8px
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px
}

.rating .fa-star {
    color: #FC0;
    font-size: 15px
}

.rating .fa-star + .fa-star-o {
    color: #E69500
}

h1.product_header {
    color: black;
    font-weight: 600;
    font-size: 30px;
    /* line-height: 110%; */
    margin-bottom: 35px;
}

span.product_code {
    color: #8e8e8e;
    float: right;
    width: 100%;
    text-align: right;
    margin-bottom: -5px;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.product-thumb .price {
    /* font-size: 20px; */
    /* min-height: 40px; */
    /* text-align: center; */
    /* color: #6495ed */
    font-size: 22px;
    min-height: 40px;
    text-align: center;
    color: #080808;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    font-weight: 600;
    flex-direction: column;
}

.product-thumb .price-new {
    display: block;
    color: #f35566;
}

.product-price {
    font-size: 30px;
    /* min-height: 50px; */
    color: #6495ed;
    font-size: 32px;
    color: black;
    font-weight: 800;
    margin-bottom: 15px;
}

.prod_price_block {
    display: flex;
    align-items: flex-end;
    margin: 20px 0 15px 0;
}

.float_left_prod_price {
    /* float: left; */
    /* display: flex; */
    align-items: flex-end;
    width: 187px;
    max-width: 50%;
}

.text_stock_li {
    /* float: right; */
    font-size: 14px;
    margin-left: 15px;
    /* margin-top: 0px; */
    margin-bottom: 13px;
    color: #1dc72a;
    font-weight: 600;
}

.text_stock_li > .no_stock {
    color: #fb3f4c;
}

.product-price .price-new {
    display: block;
    color: #fb3f4c
}

.product-price .price-old {
    font-size: 16px;
    margin-bottom: 5px;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.product-thumb .button-group {
    /* border-top: 1px solid #ddd; */
    /* background-color: #eee; */
    /* overflow: auto */
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd
}

span.price-old > span.autocalc-product-price {
    font-size: 20px;
    /* color: #ff001b; */
    font-weight: 800;
}

span.price-old {
    color: #000000;
    font-size: 17px;
}

span.price-new > span.autocalc-product-special {
    font-size: 32px;
    color: #fb3f4c;
    font-weight: 800;
}

.main_prod_row {
    border: 1px solid #e7eaee;
    border-radius: 8px;
    margin: 8px 0px 15px 8px;
    padding: 25px 20px;
}


@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none
    }
}

.product-thumb .button-group button {
    border: none;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #265f9c;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: 35px;
    width: 130px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 4px auto;
}

.product-thumb .button-group button .fa-shopping-cart {
    display: none;
}

.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #3884d6;
}

.product-thumb .button-group button:hover {
    color: #fff;
    background-color: #3884d6;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .product-thumb .button-group button,
    .product-thumb .button-group button + button {
        width: 33.33%
    }
}


@media (max-width: 767px) {

    .product-thumb .caption {
        height: 80px;
    }

    #menu #category {
        padding-right: 0;
    }

    .menu_cat_icon {
        margin-left: 15px;
    }

    body > div.container > ul.breadcrumb {
        /* used for page akcii */
        /*float: left; */
        margin-top: 0px;
        width: 100%;
        margin-bottom: -7px;
    }

    .account-container .dropdown {
        margin: 0px 10px 0 0px;
        background: #265f9c;
        height: 38px;
        width: 38px;
    }


    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: unset;
    }

    #cart_table > tbody > tr > td:nth-child(1) {
        width: 75%;
    }

    #menu .nav > li > a {
        min-height: 28px;
        font-size: 17px;
    }

    .breadcrumb {
        margin: -22px 0 5px 0;
    }

    #content > div > h1 {
        margin: 12px 0 25px 0px;
    }


    .product-price {
        font-size: 24px;
    }

    .nav-tabs > li > a {
        padding: 8px 16px;
    }

    h1.product_header {
        font-weight: 600;
        font-size: 22px;
        margin-bottom: 25px;
    }

    span.product_code {
        margin-top: -9px;
    }

    .main_prod_row {
        margin: 0px 0px 15px 0px;
        padding: 25px 20px;
        padding: 6px 7px;
    }


    .menu_row_container {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: 0;
        margin-left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .menu_row {
        width: 100%;
        padding: 0 15px;
    }

    .menu_item.menu_item_logo {
        width: 40%;
        flex-grow: 5;
        margin-right: 10px;
    }

    #logo {
        margin: 0px auto;
        display: flex;
        align-items: center;
    }


    .menu_item {
        padding: 0 0px;
    }

    .menu_item.menu_item_phone {
        min-width: fit-content;
        width: 75px;
    }

    .menu_item.menu_item_account {
        width: fit-content;
        flex-grow: 3;
    }

    #cart,
    #logo img {
        margin: 0 auto
    }

    .product-thumb .button-group button,
    .product-thumb .button-group button + button {
        width: 33.33%
    }

    .telephone a {
        padding: 10px 0;
        font-size: 0;
        height: 36px;
        width: 36px;
    }

    #cart {
        float: none;
        display: flex;
    }
}

#input-quantity {
    height: 36px;
    border: 0;
    box-shadow: none;
    font-size: 16px;
    color: #265f9c;
    font-weight: 600;
    width: 60px;
    text-align: center;
}


input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

button.quantity-arrow-minus, button.quantity-arrow-plus {
    background: none;
    border: 0;
    font-size: 14px;
    color: #265f9c;
}

.quantity_form {
    border: 1px solid #e4e4e4;
    width: auto;
    border-radius: 25px;
    height: 45px;
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0
}

.thumbnails > li {
    margin-left: 20px
}

.thumbnails {
    margin-left: -20px
}

.thumbnails > img {
    width: 100%
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd
}

.image-additional {
    max-width: 78px
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left
    }
}

@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%
    }

    #column-left + #content .product-layout .col-md-3 {
        width: 50%
    }

    #column-left + #content + #column-right .product-layout .col-md-3,
    #content + #column-right .product-layout .col-md-3 {
        width: 100%
    }
}

#column-left .product-layout,
#column-right .product-layout {
    width: 100%
}

.input-group .form-control[name^=quantity] {
    min-width: 50px
}

.btn-info.active,
.btn-info.disabled,
.btn-info:active,
.btn-info:hover,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39
}


@media (min-width: 1280px) {
    .container {
        width: 1280px;
    }
}