body {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto';
    font-weight: 300;
}

h1 {
    font-family: 'Roboto Slab';
}

h2 {
    font-size: 32px;
    font-family: 'Roboto Slab';
    color: black;
    margin-bottom: 60px;
    text-align: center;
}

.front-icon img {
    height: 80px;
    margin: 50px 0px;
}

.text-bg {
    line-height: 160%;
    background: #ffffff99;
    padding: 0px 20px;
}

.welcome_text {
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    font-size: 64px;
    font-family: 'Roboto Slab';
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.leftFilterblock {
    border-top: 3px solid #f5f5f5;
    width: 90%;
    padding-top: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
}

span.filterText {
    margin-top: -2px;
    display: inline;
    position: absolute;
}

.singleproduct h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
}

.singleproduct h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
}

header {
    height: 75px;
    padding-top: 20px;
    box-sizing: border-box;
    margin: 0px auto;
    position: fixed;
    width: 100%;
    background: white;
    top: 0px;
    z-index: 9999;
    border-top: #f0f0f0 5px solid;
}

.logo img {
    width: auto;
    margin-top: -3px;
    max-height: 50px;
}

a {
    color: #0cb800;
}

a:hover {
    color: #0cb800;
    text-decoration: underline;
}

.content {
    max-width: 1380px;
    margin: 0px auto;
}

.container {
    max-width: 1380px;
}

.pagination-nav a {
    margin: 0px 5px;
}

.page-item {
    margin: 0px 15px;
}

.error {
    color: red;
    font-size: 12px;
    font-weight: 400;
}

#cookie-msg {
    bottom: 0px;
    display: none;
}

nav svg {
    max-width: 20px
}

#navbar ul li {
    list-style: none;
    float: left;
    margin: 0px 20px;
}

#navbar ul li a {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    padding: 1px 0px;
    text-transform: uppercase;
}

ul.dropdown-menu li a {
    font-weight: 400 !important;
}

.otplogo {
    max-width: 200px;
}

#main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}


.dropdown-menu {
    border: 0px;
    margin-top: 10px !important;
    box-shadow: 0px 0px 23px 33px -5px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0px 23px 33px -5px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 23px 33px -5px rgba(0, 0, 0, 0.24);
}

.btn-header-link {
    text-align: left;
    FONT-WEIGHT: 300;
    display: block;
    border: 0px;
    padding: 10px 0px
}

.card {
    border: 0px;
}

.card-body {

    padding: 5px 15px;
}

#cartCountMobile {
    float: right;
    margin-left: 3px;
    font-size: 14px;
    font-weight: 400;
}


.card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border: 0px;
}

#navbar ul {

    margin-top: 2px;
}

.stepper {
    pointer-events: none;
}

.productimage {
    max-height: 350px;
    overflow: hidden;
}

.productimage img {
    max-width: 100%;
    overflow: hidden;
}

.productbox {
    background: #f5f5f5;
    margin-bottom: 30px;
    position: relative;
    min-height: 380px;
}

.productbox h3 {
    padding: 15px;
    font-size: 17px;
    color: black;
    font-family: 'Roboto slab';
}

.productbox-front {
    background: #f5f5f5;
    margin-bottom: 30px;
    position: relative;
    min-height: 300px;
}

.productbox-front h3 {
    padding: 15px;
    font-size: 20px;
    min-height: 90px;
    display: block;
}

.price {
    color: black;
    font-weight: 400;
    padding: 0px 15px 18px
}

.frontslider {
    background-repeat: no-repeat;
    padding-top: 200px;
    margin: 0px auto;
    background-image: url(../images/deere-home.jpg);
    background-size: cover;
    margin-top: 70px;
    height: 700px;
    background-position: center;
}

.slider {
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: right;
    padding-top: 100px;
    max-width: 1380px;
    margin: 0px auto;
}

.breadcrumbsbox {
    max-width: 1380px;
    margin: 0px auto;
}

.slider h1 {
    background: white;
    display: inline;
    padding-right: 10px;
    line-height: 150%;
    font-size: 28px;
}

.searchbox img {
    width: 20px;
    height: auto;
}

img.user {
    height: 25px;
    margin-left: 15px;
    width: auto;
}

.breadcrumbs ul {
    margin: 0px;
    padding: 0px;
}

.breadcrumb {
    background-image: url(../images/right-arrow.svg);
    background-repeat: no-repeat;
    display: revert;
    background-color: transparent;
    border-radius: .25rem;
    float: left;
    margin-right: 15px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: left center;
    padding-left: 23px;
}

.productlist {
    padding-bottom: 60px;
    padding-top: 30px;
}

.edit-btn img,
.remove-btn img {
    height: 10px;
    width: auto;
}

.shopping-cart-table .item-quantity {
    font-size: 0px
}

.table-bordered td,
.table-bordered th {
    border: 0px solid #dee2e6;
}

.table-bordered {
    border: 0px solid #dee2e6;
}

#shopping-cart-section {
    margin-top: 50px;
}

#shopping-cart-section h1 {
    margin-bottom: 50px;
}

.total-price {
    text-align: right;
}

.fizetendo {
    margin-top: 15px;
    font-size: 22px;
}

.input-group-prepend .btn,
.input-group-append .btn {
    border-radius: 30px;
}

fieldset {
    background: #f0f0f0;
    margin: 50px 0px;
    padding: 20px;
}

fieldset h3 {
    margin-bottom: 30px;
    font-size: 24px;
}

.item-title {
    font-weight: 400;
}

.table td,
.table th {
    border-top: 0px solid #dee2e6;
}

.shoplista {
    margin-left: 0px;
    margin-right: 0px;
}

.table thead th {
    border-bottom: 2px solid white;
}

thead th {
    border-bottom-width: 2px;
    background: #0cb800;
    color: white;
    text-transform: uppercase;
}

table tr:nth-child(odd) {
    background: #f0f0f0;
}

.shopping-cart-table {
    width: 100%;
}

.grand-total-price {
    text-align: right;
}

.shopping-cart-table table {
    border-bottom: 2px solid #dee2e6;
}

.headTermek {
    width: 40%;
}

.headAr {
    width: 20%;
}

.headMennyiseg {
    width: 20%;
}

.headOsszesen {
    width: 20%;
}

.continue-btn,
.clear-btn,
.checkoutSubmit,
.copyInvoiceToDelivery {
    background: #0cb800;
    padding: 15px 20px;
    color: white;
    text-transform: uppercase;
    min-width: 200px;
    text-align: center;
    right: 15px;
    bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.5px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: 10px center;
    border-radius: 30px;
    border: 0px;
}

.orderSubmit {
    background: #0cb800;
    padding: 15px 15px 15px 40px;
    color: white;
    text-transform: uppercase;
    max-width: 200px;
    text-align: center;
    right: 15px;
    bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.5px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 17px;
    background-image: url(../images/basket.png);
    background-position: 15px center;
    border-radius: 30px;
    border: 0px;
}

.page-item.active .page-link {
    background-color: #0cb800;
    border-color: #0cb800;
}


.page-link {
    color: #0cb800;
}

.la-shopping-cart:before {
    color: black;
    font-size: 25px;
}

.edit-btn,
.remove-btn {
    background: white;
    padding: 5px 10px;
    color: white;
    text-transform: uppercase;
    max-width: 200px;
    text-align: center;
    right: 15px;
    bottom: 15px;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1.5px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: 10px center;
    border-radius: 30px;
    border: 1px solid #0cb800;
    color: #0cb800;
    margin: 10px 0px 0px 0px;
}

.leftFilterblock input[type="checkbox"] {
    position: absolute;
}

.leftFilterblock input {
    width: 100%;
    border: 1px solid lightgray;
    border-radius: 2px;
    padding: 5px 10px;
}

input[type=range] {
    height: 26px;
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 14px;
    cursor: pointer;
    animate: 0.2s;
    background: lightgray;
    border-radius: 14px;
    border: 0px solid #000000;
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000000;
    border: 0px solid #000000;
    height: 20px;
    width: 20px;
    border-radius: 12px;
    background: #0cb800;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -3px;
}

input[type=range]:focus::-webkit-slider-runnable-track {}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 14px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 1px 1px 1px #50555C;
    background: #50555C;
    border-radius: 14px;
    border: 0px solid #000000;
}

input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #000000;
    border: 0px solid #000000;
    height: 20px;
    width: 40px;
    border-radius: 12px;
    background: #529DE1;
    cursor: pointer;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 14px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #50555C;
    border: 0px solid #000000;
    border-radius: 28px;
    box-shadow: 1px 1px 1px #50555C;
}

input[type=range]::-ms-fill-upper {
    background: #50555C;
    border: 0px solid #000000;
    border-radius: 28px;
    box-shadow: 1px 1px 1px #50555C;
}

input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 0px 0px 0px #000000;
    border: 0px solid #000000;
    height: 20px;
    width: 40px;
    border-radius: 12px;
    background: #529DE1;
    cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
    background: #50555C;
}

input[type=range]:focus::-ms-fill-upper {
    background: #50555C;
}

.leftFilterblock input[type="checkbox"] + label {
    display: block;
    position: relative;
}

.leftFilterblock input[type="checkbox"] + label::before {
    content: '';
    position: relative;
    display: inline-block;
    margin-right: 12px;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid lightgray;
    border-radius: 2px;
    cursor: pointer;
}

.productlist h5 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

.leftFilterblock input[type="checkbox"]:checked + label::before {
    background-image: url(../images/checked.svg);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: 50%;
}

.leftFilterblock input[type="checkbox"]:focus + label::before {}

.leftFilterblock input[type="checkbox"] {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

.btn-outline-secondary {
    color: white;
    border-color: transparent;
    background: #0cb800;
}

.edit-btn:hover,
.remove-btn:hover {
    opacity: 0.6;
}

.pagination-nav {
    margin: 50px 0px 50px 0px;
    padding: 0px;
}

.activePage {
    background: #0cb800;
    color: white;
    border: 1px solid #0cb800 !important;
}

.basket {
    background: #0cb800;
    padding: 5px 15px 5px 40px;
    color: white;
    text-transform: uppercase;
    max-width: 200px;
    text-align: center;
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.5px;
    cursor: pointer;
    background-image: url(../images/basket.png);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: 10px center;
    border-radius: 15px;
    border: 0px;
}

.readMore {
    background: #0cb800;
    padding: 5px 15px 5px 40px;
    color: white;
    text-transform: uppercase;
    max-width: 200px;
    text-align: center;
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.5px;
    cursor: pointer;
    background-image: url(../images/basket.png);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: 10px center;
    border-radius: 15px;
    border: 0px;
}

.custom-control-label {
    margin-bottom: 15px;
}

.singleproduct .input-group {
    float: left;
    margin-right: 15px;
    width: 140px;
}

.singleproduct .basket {
    max-width: 150px;
    position: initial;
    padding: 9px 15px 8px 40px;
    border-radius: 30px;
}

.productsorting {
    max-width: 1380px;
    margin: 0px auto;
    text-align: right;
    border-bottom: 3px solid #f5f5f5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#standard-select {
    padding: 10px;
    font-family: inherit;
    font-size: 14px;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
    border-radius: 2px;
    border: 1px solid lightgray;
    width: 90%;
}


.searchboxes {
    font-weight: 300;
    font-size: 14px;
    padding: 10px;
    width: 100%;
    margin-bottom: 0px;
    background: url(../images/search.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 98% center;
    border: 1px solid lightgray;
    border-radius: 2px;

}

select {
    font-weight: 300;
}


.singleproduct {
    padding: 30px 0px 60px 0px;
}

.singleproduct .price {
    font-size: 22px;
    padding: 15px 0px;
}

.productfilter {
    text-align: center;
    margin: 0px 0px;
}

.basket,
.productbox img {
    transition: 0.3s;
    opacity: 1;
}

.basket:hover,
.readMore:hover;

.productbox img:hover {
    opacity: 0.7;
}

.termekkategoriak {
    background: #f0f0f0;
    padding: 100px 0px;
}

.similaritems {
    background: #f0f0f0;
    padding: 60px 0px;
}

.front-introduce {
    padding: 100px 0px;
}

.highlights {
    padding: 100px 0px;
}

.similaritems .productbox {
    background: #fff;
}

.newitems {
    background: #f0f0f0;
    padding: 100px 0px;
}

.newitems .productbox {
    background: #fff;
}

.money-list ul li {
    list-style: none;
}

footer {
    background: #1b3460;
    background: -moz-linear-gradient(90deg, rgba(27, 52, 96, 1) 0%, rgba(18, 34, 63, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(27, 52, 96, 1) 0%, rgba(18, 34, 63, 1) 100%);
    background: linear-gradient(90deg, rgba(27, 52, 96, 1) 0%, rgba(18, 34, 63, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b3460", endColorstr="#12223f", GradientType=1);
    padding: 130px 0 90px;
    color: white;
    line-height: 190%;
    font-weight: 400;
}

footer a {
    color: white;
}


#menuToggle {
    display: block;
    position: relative;

    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    width: 50px;
    float: left;

}

#menuToggle a {
    text-decoration: none;
    color: #232323;
    transition: color 0.3s ease;
}

#menuToggle a:hover {
    color: tomato;
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */
    -webkit-touch-callout: none;
}


#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #21325d;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #21325d;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}

#mobilmenu {
    position: absolute;
    width: 350px;
    margin: -100px 0 0 -65px;
    padding: 35px;
    padding-top: 155px;
    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    min-height: 500px;
    padding-left: 60px;
}

#mobilmenu li {
    padding: 10px 0;
    text-align: left;
    font-size: 28px;
    font-weight: bold;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul {
    transform: none;
}

.mobil {
    display: none;
}

.front-icon {
    max-width: 800px;
    margin: 0px auto;
}

@media only screen and (max-width: 768px) {

    .logo img {
        width: auto;
        margin-top: -3px;
        max-height: 30px;
    }

    .searchboxes {

        margin-bottom: 20px;
    }

    .leftFilterblock {
        width: 100%;

    }

    .leftFilterblock .edit-btn,
    .leftFilterblock .remove-btn {
        background: white;
        padding: 10px 10px;

        text-transform: uppercase;
        max-width: 100%;

    }

    .input-group > .custom-select:not(:first-child),
    .input-group > .form-control:not(:first-child) {
        padding: 8px;
    }

    .btn-minus,
    .btn-plus {
        min-width: inherit !important;
        width: 30px !important;
    }

    .continue-btn,
    .clear-btn,
    .checkoutSubmit,
    .copyInvoiceToDelivery {
        display: block;
        width: 100%;
    }

    .page-item {
        margin: 10px;
        float: left;
    }

    .pagination {
        display: inherit;

    }

    #standard-select {

        width: 100%;
    }

    .welcome_text {
        font-size: 30px;
    }

    .mobil {
        display: block;
    }

    header {
        height: 80px;
        padding-top: 20px;
    }

    .desktop {
        display: none;
    }

    .wrap {
        padding: 0px 15px;
    }

    .breadcrumbs {
        margin-top: 20px;
    }

    .slider h1 {
        line-height: 100%;
        font-size: 22px;
    }

    .breadcrumb {
        margin-right: -10px;
        font-size: 13px;
        padding-left: 13px;
        margin-bottom: 0px;
    }
}
