body {
    font-size: 16px;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1703px;
    }
}

.catmenu-btn {
    border-radius: 30px;
    height: 48px;
    padding: 3px 15px 3px 3px;
    color: #fff;
}

.osahan-header .catmenu-btn .dropdown-toggle {
    height: auto;
}

.dropdown .dropdown-menu {
    box-shadow: 0 0 8px rgba(0, 0, 0, .3) !important;
    margin-top: 6px;
}

.top-block-1 {
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 190px;
}

.top-button {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 24px;
}

.top-button i {
    font-size: 24px;
}

nav.navbar {
    padding: 26px 0 12px !important;
}

.searchform {
    display: flex;
    flex-grow: 1;
}

.pc-slider .slick-dots {
    display: none;
}

.menu-bar {
    padding-bottom: 12px;
}

.menu-bar a {
    color: #343a40 !important;
    font-size: 16px !important;
}

#catmenu-accordion a {
    font-size: 14px !important;
    font-weight: 500 !important;
}

#search-input {
    height: 48px;
    font-size: 16px !important;
}

.searchform button {
    width: 48px;
    margin-left: -4px;
}

.top-phone {
    font-size: 24px;
    line-height: 48px;
}

.top-phone-i {
    vertical-align: center;
    font-size: 24px;
    line-height: 48px;
}

.top-phone-a {
    height: 48px;
    padding: 0 12px;
}

.btn {
    font-size: 18px !important;
}

.btn i {
    font-size: 24px;
}

.btn i.icofont-search {
    font-size: inherit;
}

/*@media (min-width: 993px) and (max-width: 1199px) {
    span.top-phone {
        display: none;
    }
}*/
.list-padding li a {
    font-size: 15px;
}

.price {
    font-size: 24px !important;
}

.badge {
    font-size: 16px;
}

label {
    font-size: 16px;
}

.c-it p {
    font-size: 16px;
}

.h5,
h5 {
    font-size: 23px;
}

a.text-success:focus,
a.text-success:hover {
    color: #3a87e1 !important;
}

#catmenu-accordion a {
    color: #777 !important;
}

#catmenu-accordion a:hover {
    color: #000 !important;
}

.bg-color-head {
    background: #f4e854;
}

.osahan-categories {
    background: #f4e854;
    /* background: linear-gradient(to bottom right, #f4e854, #3a87e1); */
}

.btn-success,
.bg-success {
    background: #3a87e1 !important;
}

.cart-items-number .btn {
    color: #fff;
}

.badge-danger {
    color: #3a87e1;
    background-color: rgba(58, 135, 225, 0.15) !important;
}

.text-danger {
    color: #3a87e1 !important;
}

.qtyminus,
.qtyplus {
    background: #f4e854 !important;
}

.cont img {
    max-width: 100%;
    height: auto !important;
}

.logo-1 {
    float: left;
    width: 137px;
    margin-top: 15px;
}

.nav-1 {
    margin-left: 152px;
}

.c-it img {
    height: auto;
}

.osahan-logo {
    border-radius: 0;
    box-shadow: none !important;
    height: 40px;
}

.osahan-logo-a {
    font-family: Tahoma, sans-serif;
    line-height: 15px;
    font-size: 12px;
    font-weight: bold;
    margin-right: 8px;
}

footer .btn-light,
footer .btn-light:hover {
    background: none;
    border: none;
}

li.breadcrumb-item {
    display: inline-block;
}

ul.pagination li {
    width: 32px;
    height: 32px;
    background: #3a87e1;
    margin-right: 8px;
    border-radius: 0.4rem;
    text-align: center;
}

ul.pagination li.active {
    background: #f4e854;
}

ul.pagination li a {
    color: #fff;
    line-height: 32px;
}

ul.pagination li.active a {
    color: #000;
}

.catmenu-btn {
    position: relative;
}

.cartcount {
    position: relative;
}

.cart-count {
    display: block;
    position: absolute;
    top: -4px;
    right: -4px;
    background: #3a87e1;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
}

@media (max-width: 992px) {
    .cart-count {
        top: -7px;
    }
}

@media (max-width: 767px) {
    .leftmenu {
        display: none;
    }
}

/*ul.cml ul, ul.cml ul ul {
    display: none;
}*/

ul.cml {
    position: relative;
    z-index: 7;
}

ul.cml a {
    color: #777;
}

ul.cml,
ul.cml ul {
    margin: 0;
    padding: 0;
}

ul.cml li {
    list-style-type: none;
}

ul.cml>li {
    padding: 8px 16px;
    position: relative;
    margin-top: -1px;
}

ul.cml>li>ul {
    position: absolute;
    left: 100%;
    width: 100%;
    margin-top: -8px;
    display: none;
}

ul.cml>li:hover>ul {
    display: block;
}

ul.cml>li>ul>li {
    padding: 8px 16px;
}

ul.cml>li>ul>li>ul {
    position: absolute;
    left: 100%;
    width: 100%;
    margin-top: -8px;
    display: none;
}

ul.cml>li>ul>li:hover>ul {
    display: block;
}

ul.cml>li>ul>li>ul>li {
    padding: 8px 16px;
}

li.cmlh a {
    font-weight: bold;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding-bottom: 8px;
    padding-top: 4px;
    display: block;
}

li.cmls {}

li.cmls:after {
    content: "\2B9E";
    color: rgba(0, 0, 0, .125);
    float: right;
    margin-left: 8px;

}

.usermenu .active {
    font-weight: bold;
}

.prod-permanent {
    position: absolute;
    z-index: 51;
    top: 15px;
    left: 20px;
}

.prod-permanent i {
    display: block;
    font-size: 24px;
    color: #3a87e1;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.allprods-tablet {
    display: none !important;
}

@media (min-width: 460px) and (max-width: 992px) {
    .allprods-tablet {
        display: flex !important;
    }
}

body {
    padding-top: 146px;
}

.mobile-nav.fixed-top {
    background-color: #f0f2f5;
}

.prod-count {
    position: relative;
}

.prod-count span {
    display: none;
    position: absolute;
    top: -12px;
    right: -12px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    min-width: 24px;
    background: #f4e854;
    color: #343a40;
    border-radius: 100%;
}

.prod-count span.active {
    display: block;
}

.list-card h6 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 58px;
}

@media (min-width: 1200px) {
    .list-card h6 {
        -webkit-line-clamp: 2;
        height: 39px;
    }
}