@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-size: 15px;
}

.top {
    padding: 0;
    margin: 0;
    background: #fff;
}

.top .uk-button {
    border: none !important;
    font-size: 14px;
    text-transform: uppercase;
}

.top .uk-select {
    border: none;
    padding: 0;
    margin: 0;
}

.top .col-md-12 {
    padding: 0;
    margin: 0;
}

.uk-navbar-nav > li > a {
    min-height: 40px;
}

.navi li a {
    font-size: 14px;
}

body {

    background: #F7F7F7 !important;
    font-family: 'Roboto', sans-serif;
    color: #777777;
    height: 100%;

}

h1, h2, h3, h4, h5, h6, p {
    font-family: 'Roboto', sans-serif !important;
}

a {
    color: #333;
}

a:hover {
    text-decoration: none;
}

.uk-button-primary {
    background: #f72b72 !important;
    border: solid 1px #f72b72 !important;
    height: 40px;
}

.uk-list-striped > li {
    padding: 5px 10px;
}

.uk-list-striped li a {
    font-size: 14px;
}

ins {
    font-weight: 700;
    background: none;
    color: #58AC14;
    font-size: 18px;
}

.head {
    background: #fff url(images/header-bg.png);
}

.logo {
    margin-top: -30px;
    padding-left: 0;
    width: 300px;
}

.locvend .uk-card-default {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
}

.userrr {
    background: #0fa220 !important;
    color: #fff !important;
    border: solid 2px #FFF;
}

.quantity {
    display: inline-block;
}

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

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

.quantity .input-text.qty {
    width: 40px;
    height: 30px;
    padding: 0 5px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #efefef;
}

.quantity.buttons_added {
    text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: top;
}

.quantity.buttons_added input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
    padding: 5px 10px 6px;
    height: 30px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    cursor: pointer;
}

.quantity.buttons_added .minus {
    border-right: 0;
    margin-right: -5px;
}

.quantity.buttons_added .plus {
    margin-left: -5px;
}

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
    background: #eeeeee;
}

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

.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
    outline: none;
}


.bgg {
    background: #f72b72;
}

.uk-card-x-small {
    padding: 5px;
}

.md {
    width: 35px;
    height: 35px;
    margin-top: -20px;
    margin-left: -10px;
    background: #f72b72 !important;
    color: #fff !important;
    border: solid 2px #fff !important;
}

.uk-border-roundd {
    overflow: hidden;
}

.dotnav {
    padding: 24px;
    background: #D00303;
    border-bottom: solid 5px #8b0200;
}

.border {
    box-shadow: 0 0 0;
    border: solid 1px #ccc;
}

.uk-dotnav > * > * {
    background: 0 0;
    border: 1px solid #fff;

}

.uk-text-success {
    color: #58AC14 !important;
}

.uk-text-theme-pink {
    color: #f72b72 !important;
}

.uk-dotnav > .uk-active > * {

    background-color: #fff;
    border-color: transparent;
}

.mob {
    display: none;
}

.nvv {
    margin-top: -50px;
}

@media only screen and (max-width: 769px) {
    .navi {
        display: none;
    }

    .mob {
        display: inline;
    }

    .logo {
        height: 60px;
        margin-top: 5px
    }

    .dn {
        display: none;
    }

    .nvv {
        margin-top: 0px;
        width: 100%;
    }
}

