* {
    margin: 0;
    padding: 0;
    outline: 0
}

.hvc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.w100 {
    width: 100%
}

.overflow-hidden{
    overflow: hidden;
}

.posRel {
    position: relative;
}

@media (min-width: 1600px) {
    .container {
        width: 1570px
    }
}

body {
    margin: 0;
    font-family: 'Work Sans', sans-serif;
    position: relative;
}

a, a:visited, a:hover, a:active, a:focus {
    text-decoration: none !important
}

.list-inline {
    margin-left: 0 !important;
    margin-bottom: 0
}

/* header */
/* upper */
#header {
    position: relative;
    width: 100%
}

#header-wrapper {
    height: 184px
}

#header .list-inline li {
    vertical-align: middle
}

#header .upper {
    padding: 18px 0 14px;
    background-color: #fff;
    transition: 0.3s
}

#header .upper .list-inline {
    text-align: center
}

#header .input-box {
    position: relative;
    margin: 0 80px 0 75px
}

#header .input-box input {
    width: 400px;
    border-radius: 20px;
    background-color: #f4f3f3;
    padding: 12px 0 12px 50px;
    border: 0;
    outline: 0
}

#header .input-box i {
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    color: #a68254
}

#header .input-box .fa-times {
    display: none
}

#header .cart-box {
    margin-right: 15px
}

#header .cart-box a {
    position: relative;
    border-radius: 50%;
    background-color: #1c1e1f;
    width: 45px;
    height: 45px;
    display: inline-block;
    transition: 0.3s
}

#header .cart-box i {
    color: #f4f3f3
}

#header .cart-box-nr {
    position: absolute;
    right: -10px;
    top: -10px;
    border-radius: 50%;
    background-color: #f4f3f3;
    color: #1c1e1f;
    width: 25px;
    height: 25px;
}

#header .cart-box a:hover {
    background-color: #b3803e;
}

#header .cart-box a:hover i {
    color: #fff
}

#header .contact .list-inline li {
    padding: 0
}

#header .contact .list-inline li a {
    background-color: #f4f3f3;
    border-radius: 40px;
    padding: 12px 10px;
    color: #1c1e1f;
    display: inline-block;
    transition: 0.3s
}

#header .circle-contact {
    font-size: 0
}

#header .circle-contact a {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #f4f3f3;
    display: block;
    padding: 0 !important
}

#header .contact .fa-mobile-alt {
    margin-right: 5px;
    font-size: 18px;
    vertical-align: middle
}

#header .contact span {
    display: inline-block;
    vertical-align: middle
}

#header .circle-contact i {
    color: #1c1e1f;
    font-size: 16px
}

#header .contact .list-inline li a:hover {
    background-color: #a68254;
}

#header .contact .list-inline li a:hover i {
    color: #f4f3f3;
}

#header .contact .list-inline li a:hover span {
    color: #f4f3f3;
}

/* lower */
#header .lower {
    background-color: #1c1e1f
}

#header .lower .list-inline {
    margin: 0;
    font-size: 0
}

#header .lower .list-inline li {
    padding: 0
}

#header .lower .list-inline a {
    text-transform: uppercase;
    font-size: 14px;
    color: #f4f3f3;
    padding: 15px;
    display: inline-block;
}

#header .lower .list-inline a i {
    padding: 0 10px 0 0
}

#header .lower .list-inline a:hover {
    background-color: #a68254
}

#header .dropdown-from {
    position: relative;
}

#header .dropdown-me {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    padding: 8px 0px 0;
    background-color: #2b2b2b;
    display: none;
    z-index: 1;
    opacity: 0.9
}

#header .dropdown-me li a {
    width: 100%;
    font-size: 12px !important
}

#header .dropdown-from:hover .dropdown-me {
    display: block
}

@media (min-width: 768px) {
    .scrollHeader {
        position: fixed !important;
        z-index: 111 !important;
        top: 0 !important;
        left: 0 !important;
        border-bottom: 2px solid #b3803e
    }

    .scrollHeaderUpper {
        padding: 8px 5px !important;
    }

    .scrollHeaderUpperLogo {
        width: 110px !important;
    }

    .scrollHeaderLowerListInlineA {
        /*padding: 7px 12px !important*/
    }
}

/* from 1200px to 1599px */
@media (max-width: 1599px) {
    /* upper */
    #header-wrapper {
        height: 135px
    }

    #header .upper {
        padding: 16px 0 12px;
    }

    #header .upper .logo {
        width: 200px
    }

    .sticky-menu .upper .logo {
        width: 150px !important;
    }

    #header .input-box {
        margin: 0 50px 0 48px
    }

    #header .input-box input {
        width: 320px;
        border-radius: 16px;
        padding: 8px 0 8px 40px;
    }

    #header .cart-box {
        margin-right: 10px
    }

    #header .cart-box a {
        width: 36px;
        height: 36px;
    }

    #header .cart-box-nr {
        right: -8px;
        top: -8px;
        width: 20px;
        height: 20px;
    }

    #header .contact .list-inline li a {
        border-radius: 32px;
        padding: 7px 16px;
    }

    #header .circle-contact a {
        width: 36px;
        height: 36px;
        border-radius: 50%
    }

    #header .contact .fa-mobile-alt {
        margin-right: 4px;
        font-size: 18px
    }

    /* lower */
    #header .lower .list-inline a {
        font-size: 13px;
        padding: 12px;
    }

    #header .lower .list-inline a i {
        padding: 0 8px 0 0
    }

    #header .dropdown-me {
        padding: 7px 0px 0;
    }
}

/* from 992px to 1199px */
@media (max-width: 1199px) {
    /* upper */
    #header-wrapper {
        height: 110px
    }

    #header .upper {
        padding: 12px 0 8px;
    }

    #header .upper .logo {
        width: 160px
    }

    #header .input-box {
        margin: 0 12px 0 12px
    }

    #header .input-box input {
        width: 345px;
        border-radius: 12px;
        padding: 7px 0 7px 40px;
    }

    #header .cart-box {
        margin-right: 0 !important
    }

    #header .cart-box a {
        width: 36px;
        height: 36px;
    }

    #header .cart-box-nr {
        right: -8px;
        top: -8px;
        width: 20px;
        height: 20px;
    }

    #header .contact .list-inline li a {
        border-radius: 32px;
        padding: 7px 16px;
    }

    #header .circle-contact a {
        width: 36px;
        height: 36px;
        border-radius: 50%
    }

    #header .contact .fa-mobile-alt {
        margin-right: 4px;
        font-size: 18px
    }

    /* lower */
    #header .lower .list-inline a {
        font-size: 13px;
        padding: 10px;
    }

    #header .lower .list-inline a i {
        padding: 0 7px 0 0
    }

    #header .dropdown-me {
        padding: 6px 0px 0;
    }
}

/* from 768px to 991px */
@media (max-width: 991px) {
    /* upper */
    .circle-contact-mobile{
        display: none !important;
    }
    #header-wrapper {
        height: 95px
    }

    #header .upper .logo {
        width: 125px
    }

    #header .input-box {
        margin: 0 10px 0 12px
    }

    #header .input-box input {
        width: 220px;
    }

    #header .cart-box {
        margin-right: 10px
    }

    #header .contact .fa-mobile-alt {
        margin-right: 2px;
        font-size: 18px
    }

    /* lower */
    #header .lower .list-inline a {
        font-size: 12px;
        padding: 8px;
    }

    #header .lower .list-inline a i {
        padding: 0 6px 0 0
    }

    #header .dropdown-me {
        padding: 5px 0px 0;
    }
}

/* from 320px to 767px */
@media (max-width: 767px) {
    #header-wrapper {
        height: unset
    }

    #header .upper {
        padding-bottom: 0;
        padding-top: 15px
    }

    #header .upper .list-inline {
        text-align: left;
        padding-right: 42px;
        margin: 0
    }

    #header .circle-contact-mobile {
        font-size: 0;
    }

    #header .circle-contact-mobile a {
        padding: 0 !important;
        width: 36px;
        height: 36px;
        position: relative;
    }

    #header .circle-contact-mobile i {
        margin: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute
    }

    #header .input-box {
        padding: 18px;
        background-color: #e3e3e3;
        border-radius: 50%;
        float: right
    }

    #header .input-box input {
        display: none
    }

    #header .input-box i {
        padding: 11px;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    #header .cart-box {
        height: 36px;
        float: right;
        margin: 0
    }

    .opener {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 36px;
        height: 36px;
        background-color: #e3e3e3;
        border-radius: 50%
    }

    .opener i {
        color: #1c1e1f
    }

    .opened {
        left: 0 !important;
    }

    .closer {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 36px;
        height: 36px;
        background-color: #f4f3f3;
        border-radius: 50%
    }

    .closer i {
        color: #1c1e1f
    }

    #header .lower {
        position: fixed;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100vh;
        z-index: 888;
        transition: 0.4s;
        background-color: #d9d9d9;
    }

    #header .lower .list-inline li {
        display: block;
        position: relative;
    }

    #header .lower .list-inline li a {
        color: #1c1e1f;
        display: block;
        font-size: 16px
    }

    #header .mobile-logo-box {
        padding: 30px 15px;
        background-color: #fff
    }

    #header .lower .list-inline {
        padding-top: 20px
    }

    #header .lower .list-inline .line {
        position: absolute;
        left: 0px;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: #f4f3f3
    }

    #header .lower .logo {
        width: 150px
    }

    #header .lower .circle-contact, #header .circle-contact-mobile {
        display: inline-block !important;
        margin: 10px 5px !important
    }

    #header .lower .circle-contact i, #header .circle-contact-mobile i {
        padding: 0 !important
    }

    #header .fa-plus-circle, #header .fa-minus-circle {
        position: absolute;
        top: 50%;
        right: 0px;
        transform: translateY(-50%);
        font-size: 18px;
        color: #b3803e;
        padding: 10px
    }

    #header .lower .list-inline a:hover {
        background-color: unset
    }

    #header .dropdown-from {
        transition: 0.3s
    }

    #header .dropdown-me {
        display: block;
        height: 0;
        overflow: hidden;
        padding-top: 0
    }

    #header .dropdown-me {
        background-color: transparent
    }

    #header .dropdown-me li a {
        opacity: 0;
        transition: 0.5s
    }

    .newClassForInputBox {
        position: absolute !important;
        left: 15px !important;
        bottom: 0 !important;
        border-radius: 8px !important;
        padding: 0 !important;
        width: 100% !important;
        margin: 0 !important;
        background-color: transparent !important;
    }

    .newClassForHeaderUpper {
        padding-bottom: 50px !important
    }

    .newClassForInputBoxInput {
        display: block !important;
        margin: 0 !important;
        position: relative !important;
        width: calc(100% - 30px) !important;
    }

    .newClassForInputBoxI {
        left: 15px !important;
        position: absolute !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        padding: 0 !important
    }

    .newClassForFaTimes {
        display: block !important;
        left: unset !important;
        right: 45px !important
    }
}

/* slider */
#slider {
    padding: 25px 0;
    position: relative;
}

.left.carousel-control, .right.carousel-control {
    width: 1px;
    opacity: 0
}

#myCarousel {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
}

#myCarousel .item img {
    width: 100%
}

.carousel-control-triggers {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #1c1e1f;
    border-radius: 10px 0 10px 0
}

.trigger-left, .trigger-right {
    position: relative;
    padding: 23px 35px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.carousel-control-triggers .line {
    width: 1px;
    height: 28px;
    background-color: #3b3e40;
    display: inline-block;
    vertical-align: middle
}

#slider .support-item {
    display: block;
    padding: 35px 15px;
    background-color: #f4f3f3;
    position: relative;
}

#slider .support-item:first-child {
    border-radius: 18px 18px 0 0
}

#slider .support-item:last-child {
    border-radius: 0 0 18px 18px
}

#slider .support-item .list-inline {
    margin: 0
}

#slider .support-item .list-inline li {
    vertical-align: middle
}

#slider .support-item-txt {
    width: calc(90% - 85px);
    padding: 0 15px
}

#slider .support-item-title {
    font-weight: 700;
    font-size: 21px;
    color: #1c1e1f;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 8px
}

#slider .support-item-detail {
    font-size: 16px;
    font-weight: 300;
    color: #1c1e1f;
    text-transform: uppercase;
}

#slider .support-item .line {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 30px);
    background-color: #e3e3e3;
    height: 1px
}

#slider .h1-cont {
    color: #f4f3f3;
    margin-top: 30px
}

h1, h2 {
    border-radius: 18px;
    background-color: #1c1e1f;
    text-align: center;
    font-weight: 300;
    font-size: 24px;
    margin: 0;
    padding: 25px 0;
    color: #fff;
}

.products-inner-item-buttons{
    position: absolute;
    right: 0;
    bottom: 0;
}
.products-list h2,
.products-list h1,
.staticpages-view h1{
    margin-top: 25px;
    margin-bottom: 15px;
}

.staticpages-content{
    font-size: 16px;
}

.pagination {
    float: left;
    width: 100%;
    text-align: center;
}

.pagination > li {
    display: inline-block;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #3b3e40;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #3b3e40;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #3b3e40;
    border-color: #3b3e40;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border: 1px solid #3b3e40;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #3b3e40;
    border-color: #3b3e40;
}

/* from 1200px to 1599px */
@media (max-width: 1599px) {
    #slider {
        padding: 20px 0;
    }

    #myCarousel {
        border-radius: 16px;
    }

    .carousel-control-triggers {
        border-radius: 8px 0 8px 0
    }

    .trigger-left, .trigger-right {
        padding: 19px 28px;
    }

    .carousel-control-triggers .line {
        height: 22px;
    }

    #slider .support-item {
        padding: 22px 8px;
    }

    #slider .support-item img {
        width: 64px;
    }

    #slider .support-item:first-child {
        border-radius: 15px 15px 0 0
    }

    #slider .support-item:last-child {
        border-radius: 0 0 15px 15px
    }

    #slider .support-item-txt {
        width: calc(90% - 64px);
        padding: 0 12px
    }

    #slider .support-item-title {
        font-size: 15px;
        margin-bottom: 7px
    }

    #slider .support-item-detail {
        font-size: 12px;
    }

    #slider .h1-cont {
        margin-top: 24px
    }

    h1, h2 {
        border-radius: 15px;
        font-size: 22px;
        padding: 18px 0
    }
}

/* from 992px to 1199px */
@media (max-width: 1199px) {
    #slider {
        padding: 16px 0;
    }

    #myCarousel {
        border-radius: 12px;
    }

    .carousel-control-triggers {
        border-radius: 7px 0 7px 0
    }

    .trigger-left, .trigger-right {
        padding: 20px 22px;
    }

    .carousel-control-triggers .line {
        height: 18px;
    }

    #slider .support-item {
        padding: 18px 7px;
    }

    #slider .support-item img {
        width: 50px;
    }

    #slider .support-item:first-child {
        border-radius: 12px 12px 0 0
    }

    #slider .support-item:last-child {
        border-radius: 0 0 12px 12px
    }

    #slider .support-item-txt {
        width: calc(90% - 50px);
        padding: 0 10px
    }

    #slider .support-item-title {
        font-size: 12px;
        margin-bottom: 6px
    }

    #slider .support-item-detail {
        font-size: 11px;
    }

    #slider .h1-cont {
        margin-top: 18px
    }

    h1, h2 {
        border-radius: 12px;
        font-size: 20px;
        padding: 14px 0
    }
}

/* from 768px to 991px */
@media (max-width: 991px) {
    #myCarousel {
        border-radius: 10px;
    }

    .carousel-control-triggers {
        border-radius: 10px 0 10px 0
    }

    #slider .support {
        margin-top: 16px
    }

    #slider .support-item:first-child {
        border-radius: 10px 10px 0 0
    }

    #slider .support-item:last-child {
        border-radius: 0 0 10px 10px
    }

    #slider .support-item .list-inline {
        padding-left: 15px
    }

    #slider .support-item-txt {
        padding: 0 8px
    }

    #slider .support-item-detail {
        font-size: 11px;
    }

    #slider .h1-cont {
        margin-top: 16px
    }

    h1, h2 {
        border-radius: 10px;
        font-size: 18px;
        padding: 12px 0
    }
}

/* from 320px to 767px */
@media (max-width: 767px) {
    #slider {
        padding-bottom: 0px
    }

    #slider .trigger-left, #slider .trigger-right {
        padding: 12px 16px
    }

    #slider .trigger-left img, #slider .trigger-right img {
        width: 15px
    }

    h1, h2 {
        border-radius: 8px;
        font-size: 17px
    }
}

/* szekeres */
#szekeres {
    display: block;
    position: relative;
    color: #f4f3f3
}

#szekeres img {
    width: 100%
}

#szekeres img.hvc {
    width: calc(100% - 20px)
}

#szekeres .list-inline li {
    vertical-align: middle
}

#szekeres .job {
    width: 360px;
    font-size: 30px;
    line-height: 1.2
}

#szekeres .line {
    width: 1px;
    height: 50px;
    background-color: #f4f3f3;
    padding: 0;
    margin: 0 30px
}

#szekeres .time {
    font-size: 60px;
}

#szekeres .logo {
    margin-left: 40px
}

/* from 1200px to 1599px */
@media (max-width: 1599px) {
    #szekeres .job {
        width: 320px;
        font-size: 26px
    }

    #szekeres .line {
        height: 40px;
        margin: 0 24px
    }

    #szekeres .time {
        font-size: 48px;
    }

    #szekeres .logo {
        margin-left: 32px
    }

    #szekeres .logo img {
        max-width: 250px;
        width: 100%;
    }
}

/* from 992px to 1199px */
@media (max-width: 1199px) {
    #szekeres .job {
        width: 320px;
        font-size: 24px
    }

    #szekeres .line {
        height: 32px;
        margin: 0 20px
    }

    #szekeres .time {
        font-size: 40px;
    }

    #szekeres .logo {
        margin-left: 26px
    }

    #szekeres .logo img {
        max-width: 200px
    }
}

/* from 768px to 991px */
@media (max-width: 991px) {
    #szekeres .job {
        width: 280px;
        font-size: 22px
    }

    #szekeres .line {
        height: 28px;
        margin: 0 16px
    }

    #szekeres .time {
        font-size: 36px;
    }

    #szekeres .logo {
        margin-left: 20px
    }

    #szekeres .logo img {
        max-width: 180px
    }
}

/* from 320px to 767px */
@media (max-width: 767px) {
    #szekeres {
        display: none
    }
}

/* products */
#products {
    margin: 40px 0
}

#products .product-item {
    background-color: #f4f3f3;
    position: relative;
    display: block;
    border-radius: 15px;
    overflow: hidden;
}

#products .item-shape {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%
}

#products .desc {
    padding: 40px 0 40px 35px;
    color: #1c1e1f;
}

#products .product-item .title {
    font-weight: 700;
    font-size: 35px;
    text-transform: uppercase;
    padding-right: 50%;
    transition: 0.3s
}

#products .product-item .lead {
    font-weight: 300;
    margin-bottom: 0;
    transition: 0.3s;
    padding-right: 50%;
}

#products .item-shape-main {
    height: 100%;
    width: 100%
}

#products .item-shape-pos {
    max-height: 105%
}

#products .product-item:hover .title {
    color: #a68254
}

/* from 1200px to 1599px */
@media (max-width: 1599px) {
    #products {
        margin: 32px 0
    }

    #products .product-item {
        border-radius: 12px;
    }

    #products .desc {
        padding: 17px 0 17px 28px;
    }

    #products .product-item .title {
        font-size: 28px;
        line-height: 1.2;
    }

    #products .product-item .lead {
        font-size: 15px;
    }
}

/* from 992px to 1199px */
@media (max-width: 1199px) {
    #products {
        margin: 26px 0
    }

    #products .product-item {
        border-radius: 10px;
    }

    #products .desc {
        padding: 13px 0 13px 22px;
    }

    #products .product-item .title {
        font-size: 22px;
    }

    #products .product-item .lead {
        font-size: 13px;
        line-height: 1.3
    }
}

/* from 768px to 991px */
@media (max-width: 991px) {
    #products {
        margin: 18px 0
    }

    #products .product-item-wrapper {
        margin: 15px 0
    }

    #products .desc {
        padding: 20px 0 20px 22px;
    }

    #products .product-item .title {
        font-size: 18px;
        margin-bottom: 10px
    }

    #products .product-item .lead {
        font-size: 15px;
        line-height: 1.3
    }

    #products .item-shape {
        height: 100%;
    }
}

/* from 320px to 767px */
@media (max-width: 767px) {
    #products {
        margin: 0;
        margin-bottom: 10px
    }

    #products .desc {
        width: 100%;
        padding: 15px;
    }

    #products .product-item .title {
        padding: 0;
    }

    #products .product-item .lead {
        padding: 0
    }

    #products .item-shape {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
        width: 100%;
        text-align: center;
        padding: 10px 15px
    }

    #products .product-item-wrapper:nth-child(odd) .item-shape {
        background-color: #c0ae95 !important
    }

    #products .product-item-wrapper:nth-child(even) .item-shape {
        background-color: #dadada !important
    }

    #products .item-shape-pos {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
        transform: none;
        width: 70%
    }
}

/* highlighted */
#highlighted .title {
    position: relative;
}

#highlighted .title .txt {
    font-weight: 700;
    font-size: 21px;
    text-transform: uppercase
}

#highlighted .title-box {
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    padding-right: 25px
}

#highlighted .title-box .logo, #highlighted .title-box .txt {
    display: inline-block;
    vertical-align: middle
}

#highlighted .title-box .logo {
    margin-right: 10px
}

#highlighted .title .line {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #a68254;
    z-index: -1;
}

.product-item {
    border: 1px solid #d9d9d9;
    border-radius: 13px;
    overflow: hidden;
    transition: 0.3s;
    margin-top: 15px;
    margin-bottom: 15px;
}

.product-item:hover {
    box-shadow: 0px 0px 12px 3px #ddd
}

.product-item .pic {
    height: 290px;
    position: relative;
}

.product-item .pic a {
    display: block;
    width: 100%;
    padding: 25px;
    text-align: center;
    height: 100%;
}

.product-item .pic img {
    max-width: 100%;
    max-height: 100%;
    transition: 0.3s;
}

.product-item .pic img:hover {
    filter: opacity(0.9)
}

.product-item .pic .promotion {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #a68254;
}

.product-item .pic .promotion span {
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 700
}

.product-item .item-title {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
    height: 90px;
    overflow: hidden;
    position: relative;
}

.product-item .item-title a {
    color: #1c1e1f;
    transition: 0.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%
}

.product-item .item-title a:hover {
    color: #a68254
}

.product-item .price-cart {
    font-size: 0;
    height: 75px;
    overflow: hidden;
    position: relative;
}

.product-item .price-cart .price, .product-item .price-cart .cart {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px
}

.product-item .price-cart .price {
    width: calc(100% - 65px);
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}

.product-item .price-cart .cart {
    width: 65px;
    height: 75px;
    background-color: #1c1e1f;
    position: relative;
    border-radius: 13px 0 13px 0;
    transition: 0.3s;
    cursor: pointer;
}

.product-item .price-cart .cart i {
    color: #fff
}

.product-item .price-cart .cart:hover {
    background-color: #a68254
}

#highlighted .row {
    margin-top: 25px;
    margin-bottom: 25px
}

/* from 1200px to 1599px */
@media (max-width: 1599px) {
    #highlighted .title .txt {
        font-size: 19px;
    }

    #highlighted .title-box {
        padding-right: 20px
    }

    #highlighted .title-box .logo {
        margin-right: 8px
    }

    .product-item {
        border-radius: 10px;
    }

    .product-item:hover {
        box-shadow: 0px 0px 10px 3px #ddd
    }

    .product-item .pic {
        height: 230px;
    }

    .product-item .pic a {
        padding: 20px
    }

    .product-item .pic .promotion {
        top: 12px;
        left: 12px;
        width: 56px;
        height: 56px;
    }

    .product-item .pic .promotion span {
        font-size: 17px;
    }

    .product-item .item-title {
        font-size: 17px;
        padding: 12px;
        height: 72px;
    }

    .product-item .price-cart {
        height: 60px;
    }

    .product-item .price-cart .price {
        width: calc(100% - 50px);
        font-size: 26px;
    }

    .product-item .price-cart .cart {
        width: 50px;
        height: 60px;
        border-radius: 11px 0 0 0;
    }

    #highlighted .row {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

/* from 992px to 1199px */
@media (max-width: 1199px) {
    #highlighted .title .txt {
        font-size: 18px;
    }

    #highlighted .title-box {
        padding-right: 16px
    }

    #highlighted .title-box .logo {
        margin-right: 7px
    }

    .product-item {
        border-radius: 8px;
    }

    .product-item:hover {
        box-shadow: 0px 0px 8px 2px #ddd
    }

    .product-item .pic {
        height: 170px;
    }

    .product-item .pic a {
        padding: 10px 14px
    }

    .product-item .pic .promotion {
        top: 9px;
        left: 9px;
        width: 42px;
        height: 42px;
    }

    .product-item .pic .promotion span {
        font-size: 14px;
    }

    .product-item .item-title {
        font-size: 16px;
        padding: 7px 10px;
        height: 60px;
    }

    .product-item .price-cart {
        height: 40px;
    }

    .product-item .price-cart .price {
        width: calc(100% - 40px);
        font-size: 20px;
    }

    .product-item .price-cart .cart {
        width: 40px;
        height: 40px;
        border-radius: 10px 0 0 0;
    }

    #highlighted .row {
        margin-top: 16px;
        margin-bottom: 16px
    }
}

/* from 768px to 991px */
@media (max-width: 991px) {
    #highlighted .title .txt {
        font-size: 17px;
    }

    #highlighted .title-box {
        padding-right: 14px
    }

    .product-item:hover {
        box-shadow: 0px 0px 6px 1px #ddd
    }

    .product-item .pic {
        height: 135px;
    }

    .product-item .pic a {
        padding: 10px;
    }

    .product-item .pic .promotion {
        top: 6px;
        left: 6px;
        width: 30px;
        height: 30px;
    }

    .product-item .pic .promotion span {
        font-size: 11px;
    }

    .product-item .item-title {
        font-size: 15px;
        padding: 6px 3px;
        height: 50px;
    }

    .product-item .price-cart {
        height: 35px;
    }

    .product-item .price-cart .price {
        width: calc(100% - 35px);
        font-size: 18px;
    }

    .product-item .price-cart .cart {
        width: 35px;
        height: 35px;
        border-radius: 8px 0 0 0;
    }

    #highlighted .row {
        margin-top: 12px;
        margin-bottom: 12px
    }
}

/* from 320px to 767px */
@media (max-width: 767px) {
    #highlighted .row {
        margin-top: 0;
        margin-bottom: 0
    }

    .product-item .pic {
        height: 260px;
    }

    .product-item {
        margin: 15px 0
    }

    .product-item .pic .promotion {
        top: 6px;
        left: 6px;
        width: 42px;
        height: 42px;
    }

    .product-item .pic .promotion span {
        font-size: 12px;
    }
}

/* from 320px to 550px */
@media (max-width: 550px) {
    #highlighted .col-xs-6 {
        width: 100%
    }
}

/* plus-products */
#plus-products {
    padding: 30px 0 80px
}

#plus-products .plus-product-item {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    display: block
}

#plus-products .plus-product-item img {
    width: 100%
}

#plus-products .plus-txt-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(28, 30, 31, 0.8);
    text-transform: uppercase;
    font-size: 21px;
    color: #fff;
    font-weight: 700;
    padding: 25px 0 25px 40px;
    transition: 0.4s
}

#plus-products .plus-product-item:hover .plus-txt-box {
    padding-left: 60px;
}

/* from 1200px to 1599px */
@media (max-width: 1599px) {
    #plus-products {
        padding: 24px 0 64px
    }

    #plus-products .plus-product-item {
        border-radius: 12px;
    }

    #plus-products .plus-txt-box {
        font-size: 19px;
        color: #fff;
        padding: 20px 0 20px 32px;
    }

    #plus-products .plus-product-item:hover .plus-txt-box {
        padding-left: 48px;
    }
}

/* from 992px to 1199px */
@media (max-width: 1199px) {
    #plus-products {
        padding: 18px 0 50px
    }

    #plus-products .plus-product-item {
        border-radius: 10px;
    }

    #plus-products .plus-txt-box {
        font-size: 18px;
        padding: 16px 0 16px 26px;
    }

    #plus-products .plus-product-item:hover .plus-txt-box {
        padding-left: 36px;
    }
}

/* from 768px to 991px */
@media (max-width: 991px) {
    #plus-products {
        padding: 14px 0 40px
    }

    #plus-products .plus-product-item {
        border-radius: 8px;
    }

    #plus-products .plus-txt-box {
        font-size: 16px;
        padding: 12px 0 12px 20px;
    }

    #plus-products .plus-product-item:hover .plus-txt-box {
        padding-left: 30px;
    }
}

/* from 320px to 767px */
@media (max-width: 767px) {
    #plus-products {
        padding: 5px 0 10px
    }

    #plus-products .plus-product-item {
        margin: 15px 0
    }
}

/* support on mobile */

#support-on-mobile .support-item {
    display: block;
    padding: 35px 15px;
    background-color: #f4f3f3;
    position: relative;
}

#support-on-mobile .support-item:first-child {
    border-radius: 18px 18px 0 0
}

#support-on-mobile .support-item:last-child {
    border-radius: 0 0 18px 18px
}

#support-on-mobile .support-item .list-inline {
    margin: 0
}

#support-on-mobile .support-item .list-inline li {
    vertical-align: middle
}

#support-on-mobile .support-item-txt {
    width: calc(90% - 85px);
    padding: 0 15px
}

#support-on-mobile .support-item-title {
    font-weight: 700;
    font-size: 21px;
    color: #1c1e1f;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 8px
}

#support-on-mobile .support-item-detail {
    font-size: 16px;
    font-weight: 300;
    color: #1c1e1f;
    text-transform: uppercase;
}

#support-on-mobile .support-item .line {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 30px);
    background-color: #e3e3e3;
    height: 1px
}

/* from 1200px to 1599px */
@media (max-width: 1599px) {
    #support-on-mobile .support-item {
        padding: 22px 8px;
    }

    #support-on-mobile .support-item img {
        width: 64px;
    }

    #support-on-mobile .support-item:first-child {
        border-radius: 15px 15px 0 0
    }

    #support-on-mobile .support-item:last-child {
        border-radius: 0 0 15px 15px
    }

    #support-on-mobile .support-item-txt {
        width: calc(90% - 64px);
        padding: 0 12px
    }

    #support-on-mobile .support-item-title {
        font-size: 15px;
        margin-bottom: 7px
    }

    #support-on-mobile .support-item-detail {
        font-size: 12px;
    }
}

/* from 992px to 1199px */
@media (max-width: 1199px) {

    #support-on-mobile .support-item {
        padding: 18px 7px;
    }

    #support-on-mobile .support-item img {
        width: 50px;
    }

    #support-on-mobile .support-item:first-child {
        border-radius: 12px 12px 0 0
    }

    #support-on-mobile .support-item:last-child {
        border-radius: 0 0 12px 12px
    }

    #support-on-mobile .support-item-txt {
        width: calc(90% - 50px);
        padding: 0 10px
    }

    #support-on-mobile .support-item-title {
        font-size: 12px;
        margin-bottom: 6px
    }

    #support-on-mobile .support-item-detail {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    #support-on-mobile {
        padding-bottom: 20px
    }
}

/* end support-on-mobile */
/* contact */
#contact {
    background-color: #c0ae95;
    padding: 50px 0 65px;
    position: relative;
    overflow: hidden;
}

#contact .title {
    font-size: 45px;
    font-weight: 300;
}

#contact .contact-text {
    font-weight: 300;
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 35px
}

#contact .contact-input-row {
    position: relative;
}

#contact .contact-input-row i {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(-50%, -50%);
    font-size: 18px
}

#contact .contact-input-row .form-group input {
    padding-left: 35px;
    border-radius: 12px;
    text-transform: uppercase;
    padding-top: 23px;
    padding-bottom: 23px
}

#contact .contact-input-row .form-group input:focus {
    border: 1px solid #b3803e
}

#contact-message {
    height: 175px;
    border-radius: 12px;
    text-transform: uppercase;
    padding: 20px 0 0 20px
}

#contact-message:focus {
    border: 1px solid #b3803e
}

#contact .cbx-label {
    width: 90%
}

#contact .cbx-container, #contact .cbx-label {
    vertical-align: top
}

#contact .cbx-container .cbx {
    background-color: #fff
}

#contact .btn {
    background-color: #1c1e1f;
    color: #fff;
    padding: 12px 60px;
    border-radius: 15px;
    border: 1px solid transparent;
    transition: 0.3s;
    z-index: 1;
}

#contact .btn:hover {
    border: 1px solid #b3803e;
    color: #b3803e;
    background-color: #e3e3e3;
    opacity: 0.95
}

#contact .contact-logo {
    position: absolute;
    right: 15px;
    bottom: -40px;
}

/* from 1200px to 1599px */
@media (max-width: 1599px) {
    #contact {
        padding: 40px 0 50px;
    }

    #contact .title {
        font-size: 36px;
    }

    #contact .contact-text {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 28px
    }

    #contact .contact-input-row i {
        font-size: 17px
    }

    #contact .contact-input-row .form-group input {
        border-radius: 10px;
        padding-top: 18px;
        padding-bottom: 18px
    }

    #contact-message {
        height: 144px;
        border-radius: 10px;
        padding: 20px 0 0 20px
    }

    #contact .btn {
        padding: 10px 50px;
        border-radius: 12px;
    }
}

/* from 992px to 1199px */
@media (max-width: 1199px) {
    #contact {
        padding: 32px 0 40px;
    }

    #contact .title {
        font-size: 30px;
    }

    #contact .contact-text {
        font-size: 18px;
        margin-top: 16px;
        margin-bottom: 20px
    }

    #contact .contact-input-row i {
        font-size: 16px
    }

    #contact .contact-input-row .form-group input {
        border-radius: 8px;
        padding-top: 14px;
        padding-bottom: 14px
    }

    #contact-message {
        height: 132px;
        border-radius: 8px;
        padding: 16px 0 0 16px
    }

    #contact .btn {
        padding: 8px 40px;
        border-radius: 10px;
    }
}

/* from 768px to 991px */
@media (max-width: 991px) {
    #contact {
        padding: 26px 0 32px;
    }

    #contact .title {
        font-size: 26px;
    }

    #contact .contact-text {
        font-size: 16px;
        margin-top: 12px;
        margin-bottom: 16px
    }

    #contact .contact-input-row i {
        font-size: 15px
    }

    #contact .contact-input-row .form-group input {
        border-radius: 7px;
        padding-top: 12px;
        padding-bottom: 12px
    }

    #contact-message {
        height: 132px;
        border-radius: 7px;
        padding: 12px 0 0 12px
    }

    #contact .btn {
        padding: 7px 32px;
        border-radius: 8px;
    }
}

/* from 320px to 767px */
@media (max-width: 767px) {
    #contact {
        padding: 15px 0 25px
    }

    #contact .title {
        font-size: 22px
    }

    #contact .btn {
        display: inline-block;
        float: unset !important
    }

    #contact .button-wrapper {
        text-align: center
    }

    #contact .field-contact-recaptcha {
        transform: scale(0.8)
    }
}

/* footer */
#footer {
    padding: 60px 0 50px
}

#footer .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #b3803e;
    margin: 0 8px;
    padding: 0
}

#footer .list-inline li {
    vertical-align: middle
}

#footer .fmenu {
    text-transform: uppercase;
    font-size: 14px;
    padding: 50px 0 45px;
}

#footer .fmenu a {
    color: #1c1e1f;
    transition: 0.3s
}

#footer .fmenu a:hover {
    color: #b3803e
}

#footer .contact .list-inline {
    font-size: 0;
    width: 100%;
}

#footer .contact .list-inline li {
    padding: 0;
    margin: 0 10px;
}

#footer .contact .list-inline li a {
    background-color: #f4f3f3;
    border-radius: 40px;
    padding: 15px 20px;
    color: #1c1e1f;
    display: inline-block;
    transition: 0.3s
}

#footer .contact .list-inline li a i {
    font-size: 18px;
    vertical-align: middle;
    display: inline-block
}

#footer .contact .list-inline li a span {
    vertical-align: middle;
    display: inline-block;
    font-size: 14px;
    line-height: 1
}

#footer .circle-contact a {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #f4f3f3;
    display: block
}

#footer .contact i {
    margin-right: 10px
}

#footer .contact .list-inline li a:hover {
    background-color: #a68254;
    color: #fff
}

/* from 1200px to 1599px */
@media (max-width: 1599px) {
    #footer {
        padding: 48px 0 40px
    }

    #footer .dot {
        width: 6px;
        height: 6px;
        margin: 0 7px
    }

    #footer .fmenu {
        font-size: 13px;
        padding: 40px 0 36px;
    }

    #footer .contact .list-inline li {
        margin: 0 8px;
    }

    #footer .contact .list-inline li a {
        border-radius: 32px;
        padding: 12px 16px;
    }

    #footer .contact .list-inline li a i {
        font-size: 17px;
    }

    #footer .contact .list-inline li a span {
        font-size: 13px;
    }

    #footer .circle-contact a {
        width: 36px;
        height: 36px;
    }

    #footer .contact i {
        margin-right: 8px
    }
}

/* from 992px to 1199px */
@media (max-width: 1199px) {
    #footer {
        padding: 36px 0 32px
    }

    #footer .dot {
        width: 5px;
        height: 5px;
        margin: 0 6px
    }

    #footer .fmenu {
        font-size: 13px;
        padding: 32px 0 28px;
    }

    #footer .contact .list-inline li {
        margin: 0 7px;
    }

    #footer .contact .list-inline li a {
        border-radius: 28px;
        padding: 10px 12px;
    }

    #footer .contact .list-inline li a i {
        font-size: 16px;
    }

    #footer .contact .list-inline li a span {
        font-size: 13px;
    }

    #footer .circle-contact a {
        width: 36px;
        height: 36px;
    }

    #footer .contact i {
        margin-right: 7px
    }
}

/* from 768px to 991px */
@media (max-width: 991px) {
    #footer {
        padding: 30px 0 28px
    }

    #footer .dot {
        margin: 0 5px
    }

    #footer .fmenu {
        font-size: 12px;
        padding: 28px 0 24px;
    }

    #footer .fmenu .list-inline li {
        padding: 0 3px;
        margin: 0
    }

    #footer .fmenu .dot {
        padding: 0 !important;
    }

    #footer .contact .list-inline li {
        margin: 0 6px;
    }

    #footer .circle-contact a {
        width: 36px;
        height: 36px;
    }

    #footer .contact i {
        margin-right: 7px
    }
}

/* from 320px to 767px */
@media (max-width: 767px) {
    #footer {
        padding: 25px 0 15px
    }

    #footer .logo {
        margin-bottom: 15px
    }

    #footer .fmenu {
        padding: 10px 0;
    }

    #footer .fmenu a {
        color: #1c1e1f;
        transition: 0.3s;
        display: inline-block;
        padding: 8px 0;
        font-size: 13px
    }

    #footer .list-inline {
        margin-bottom: 0
    }

    #footer .list-inline li {
        display: block;
        margin: 12px 0
    }

    #footer .dot {
        display: none !important
    }

    #footer .contact .list-inline li {
        display: block;
        margin: 12px 0
    }
}

/* forweb */
#forweb {
    background-color: #2b2b2b;
    padding: 15px 0
}

#forweb .left-side span {
    color: #fff
}

#forweb .left-side a {
    color: #7cff4a
}

#forweb .right-side a {
    color: #fff
}

#forweb .right-side a img {
    width: 75px;
    height: auto;
    position: relative;
    bottom: 2px
}

/* from 1200px to 1599px */
@media (max-width: 1599px) {
    #forweb {
        padding: 12px 0;
        font-size: 13px
    }
}

/* from 922px to 1199px */
@media (max-width: 1199px) {
    #forweb {
        padding: 10px 0;
        font-size: 12px
    }
}

/* from 768px to 991px */
@media (max-width: 991px) {
    #forweb {
        padding: 8px 0;
        font-size: 12px
    }
}

/* from 320px to 767px */
@media (max-width: 767px) {
    #forweb {
        padding: 8px 0;
        font-size: 10px
    }

    #forweb .left-side {
        text-align: center;
        margin: 0 0 5px
    }

    #forweb .right-side {
        text-align: center
    }
}

/* corrections */
@media(max-width: 767px) {
    .sub-menu-opener {width: calc(100% - 50px)}
    .cart-info-row {font-size: 14px !important;}
    .cart-product-row-title .fa-tag {font-size: 15px !important}
    .cart-product-row-title .cart-name {font-size: 14px !important;}
    .cart-product-row-title .cart-title-info {float: none !important; display: block}
    .separation-line {display: none}
    #cart-payment .cbx-container + label, #cart-shipping .cbx-container + label {display: none}
    #couponcode {width: 66% !important; padding: 6px !important; margin-right: 0 !important;}
    .shipping-header {position: relative;}
    .shipping-content-price {position: absolute;bottom: 5px; left: 77px}
    .changeshipping.shipping-payment-chks, .changepayment.shipping-payment-chks {position: absolute; top: 50%; right:15px; transform: translateY(-50%);}
    .agree-checkbox .cbx-container {vertical-align: top;}
    .agree-checkbox label {font-size: 12px !important;}
    #copy .cbx-container {vertical-align: top;}
}

.form-check-shippingtimming .form-check-label {
    padding-left: 5px;
    max-width: 93%;
    vertical-align: middle;
}
.form-check-shippingtimming {
    margin-bottom: 10px;
}

#gls-map-wrapper {
    height: 600px;
    width: 100%;
    position: relative;
    clear: both;
}
.modal-backdrop {
    z-index: 9999;
}
.modal {
    z-index: 99999999;
}

.tender-container{
    padding: 27px 0;
}
.tender-container h2{
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 17px;
    background: transparent;
    color: #2b2b2b;
}
.tenders{
    gap: 60px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.tenders img:first-child{
    max-width: 275px;
    width: 100%;
}
.tenders img:nth-child(2){
    max-width: 367px;
    width: 100%;
}
.tenders img:last-child{
    max-width: 360px;
    width: 100%;
}
.tender-container {
    padding: 27px 0;
}
@media(max-width: 992px){
    .tenders{
        gap: 10px;
    }
}

.btc-img{
    width: 100%;
    height: 240px;
    object-fit: cover;
}
#szekeres img.hvc{
    height: 220px;
}

@media(max-width: 1199px){
    .list-inline>li{
        padding: 0 3px;
    }
    #footer .dot{
        margin: 0 3px;
    }
    #footer .fmenu{
        font-size: 12px;
    }
}

.tiktok-logo a{
    display: flex !important;
    justify-content: center;
    align-items: center;
    transition: .3s all ease-in-out;
    gap: 10px;
}
.tiktok-logo path{
    transition: .3s all ease-in-out;
}
.tiktok-logo a:hover path{
    fill: #fff;
}
#footer .tiktok-logo a{
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}