.logo-wrap {
    padding: 15px 50px;
    background: #ECF0F3;
}

.square-colored {
    height: 185px;
    width: 185px;
    background: #002e5d;
}

.triangle-topleft {
    width: 0;
    height: 0;
    border-top: 185px solid #ecf0f3;
    border-right: 185px solid transparent;
}

.logo-txt-row .txt {
    display: flex;
    align-items: center;
    padding: 15px 30px 15px 15px;
    background: #002e5d;
    color: white;
    text-align: justify;
    line-height: 1.7;
    font-size: 12px;
}

.logo-txt-row .txt b {
    display: contents;
}

.circle-icon {
    margin: auto;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #e30813;
    border-radius: 50%;
}

.circle-icon img {
    width: 70%;
}

.circle-icon-txt {
    font-size: 10px;
}

.circle-icon-txt {
    margin-top: 10px;
    color: #002E5D;
    font-weight: bold;
}

.circle-icon-txt p {
    margin-bottom: 0;
}

#keto-tabs {
    display: none;
}

.tab-content > .active {
    overflow: auto;
}

.nav-tabs > li {
    background: #fff !important;
    width: 100%;
}

.nav-tabs > li > a {
    border-bottom: 2px solid #ddd;
    margin-left: -1px;
    margin-right: -1px;
}

.nav-tabs li a {
    color: #002e5d82;
    font-weight: 600;
}

.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
    background-color: white;
    color: #0A246A;
    border-bottom: 2px solid #dc0069 !important;
}

#keto-dropdown-tabs {
    /*margin: 0 10px;*/
    position: sticky;
    top: 55px;
    z-index: 9;
}

#keto-dropdown-tabs .dropdown-toggle {
    width: 100%;
    background: #ECF0F3;
    border: none;
    padding: 15px 5px;
    color: #0A246A;
    font-weight: bold;
}

#keto-dropdown-tabs ul {
    width: 100%;
    margin-top: 0;
    top: 100%;
    border-radius: 0;
    border: none;
    background: #ECF0F3;
    text-align: center;
    box-shadow: none;
}

#keto-dropdown-tabs li > a {
    margin-left: 5px;
    margin-right: 5px;
    padding: 8px 0;
    background: transparent;
    color: #7d94ac;
    font-weight: bold;
}

#keto-dropdown-tabs ul li.active a {
    color: #0A246A;
    border-bottom: 2px solid #dc0069;
}

.tab-content {
    text-align: justify;
}

.icons-banner {
    display: none;
    margin-top: 30px;
    padding: 20px 5px;
    justify-content: space-around;
    color: #0A246A;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    background: #ECF0F3;
}

.icon-banner-item span {
    margin-left: 10px;
}

.primary-point {
    margin-top: 50px;
}

.primary-point-icon, .primary-point-txt {
    align-items: center;
    justify-content: center;
}

.primary-point-name {
    margin-top: 5px;
    color: #0A246A;
    font-weight: bold;
    font-size: 16px;
}

.primary-point-txt {
    /*text-align: left;*/
    text-align: justify;
}

.center-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.center-row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.primary-point-icon {
    margin-bottom: 10px;
}

.btn {
    transition: 0.3s;
}

.btn-sec-r {
    border: 1px solid #e30613;
    color: #e30613;
    min-width: 90px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.btn-sec-r:hover {
    background-color: #e30613;
}

.btn-sec {
    border: 1px solid #002e5d;
    color: #002e5d;
    min-width: 90px;
}

.btn-sec:hover {
    background-color: #0A246A;
}

.btn-sec.show-more-click {
    display: table;
    margin: auto;
}

.show-more-more {
    display: none;
}

.panel-heading {
    margin-bottom: 30px;
    background: #ECF0F3;
    padding: 15px 5px;
    text-align: center;
    color: #0a246a;
    font-weight: bold;
    font-size: 22px;
}

.panel-heading-m-t {
    margin-top: 70px;
}

.heading-sec {
    margin-bottom: 5px;
    color: #0a246a;
    font-size: 17px;
    font-weight: bold;
}

.phase {
    position: relative;
    margin-bottom: 50px;
}

.phase .number-circle {
    width: 50px;
    height: 50px;
    background: red;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 22px;
    padding-left: 2px;
    position: absolute;
    left: -75px;
    top: 25px;
}

.phase .number-circle::after {
    content: '';
    width: 44px;
    height: 44px;
    position: absolute;
    top: 3px;
    left: 3px;
    border: 2px solid white;
    border-radius: 50%;
}

.thumbnail-new {
    width: 100%;
}

.recipe {
    margin-bottom: 50px;
}

.recipe-name, .recipe-ingredients, .recipe-procedure, .recipe-procedure-h {
    text-align: justify;
}

.recipe-name {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.recipe-ingredients ul {
    margin-top: 5px;
    padding-left: 18px;
}

.recipe-ingredients ul li {
    list-style-type: disc;
}

.recipe-txt-col {
    margin-top: 25px;
}

.btn-recipe {
    width: fit-content;
    min-width: 120px;
}

.modal-recipe .center-row [class*='col-'] {
    align-self: center;
    padding: 50px 30px;
}

.modal-recipe .modal-body {
    /*padding: 50px 5px;*/
}

.modal-recipe .close {
    position: absolute;
    right: 12px;
    top: 3px;
    font-size: 40px;
    opacity: 0.5;
    z-index: 9;
    color: #002E5D;
    font-weight: normal;
}

.modal-recipe .recipe-name, .modal-recipe .recipe-ingredients-h, .modal-recipe .recipe-procedure-h {
    color: #002E5D;
    font-weight: bold;
}

.modal-recipe .recipe-procedure-h {
    margin-bottom: 5px;
}

.c_onstock {
    display: none;
}

#products .swiper-container, #products .panel-heading {
    opacity: 0;
}

.loader {
    margin-top: 50px;
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #002E5D; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 1200px) {
    .logo-txt-row {
        display: flex;
        margin-top: 30px;
    }

    .logo-txt-row .txt {
        font-size: 15px;
    }

    .circle-icon {
        width: 90px;
        height: 90px;
    }

    .circle-icon-txt {
        font-size: 14px;
    }

    #keto-tabs {
        display: flex;
    }

    #tabs-pc-and-mobile-wrap .nav-tabs > li > a {
        padding: 13px 5px !important;
        height: 62px;
    }

    .icons-banner {
        display: flex;
    }

    .primary-point-icon {
        margin-bottom: 0;
    }

    .tab-content {
        text-align: justify;
    }

    .tab-content ul li {
        list-style: inherit !important;
    }

    .recipe-txt-col {
        margin-top: 0;
        padding-left: 30px;
    }

    .swiper-ser-stred > .swiper-wrapper {
        align-items: center !important;
        justify-content: center !important;
    }

}

@media (max-width: 1450px) {
    .phase .number-circle {
        display: none;
    }
}

.show-more-more b {
    color: #0A246A !important;
}

/*#k_others .bot_head {*/
/*    display: none;*/
/*}*/

/*#k_others .bot_head, #k_others .nav-justified-new, #k_others .price-text-new, #k_others .points-text-new {*/
/*    display: none;*/
/*}*/

/*#k_others .thumbnail-new {*/
/*    height: 366px !important;*/
/*    border-bottom: 1px solid #ecf0f3;;*/
/*}*/

.prod_line {
    display: none;
}