@font-face {
    font-family: 'Gotham Light';
    src: url('../../fonts/gotham/GothamLight.woff2') format('woff2'), /*!* Super Modern Browsers *!*/
        url('../../fonts/gotham/GothamLight.woff') format('woff'), /*!* Pretty Modern Browsers *!*/
        url('../../fonts/gotham/GothamLight.ttf')  format('truetype'); /*!* Safari, Android, iOS *!*/
    font-weight: 300;
    font-style: normal;
}

/*@font-face {
    font-family: 'Gotham Narrow Book';
    src: url('../../fonts/gotham/GothamNarrowBook.woff2') format('woff2'), !* Super Modern Browsers *!
    url('../../fonts/gotham/GothamNarrowBook.woff') format('woff'), !* Pretty Modern Browsers *!
    url('../../fonts/gotham/GothamNarrowBook.ttf')  format('truetype'); !* Safari, Android, iOS *!
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'Gotham Medium';
    src: url('../../fonts/gotham/GothamMedium.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../fonts/gotham/GothamMedium.woff') format('woff'), /* Pretty Modern Browsers */
    url('../../fonts/gotham/GothamMedium.ttf')  format('truetype'); /* Safari, Android, iOS */
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('../../fonts/gotham/GothamBook.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../fonts/gotham/GothamBook.woff') format('woff'), /* Pretty Modern Browsers */
    url('../../fonts/gotham/GothamBook.ttf')  format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}

/*@font-face {
    font-family: 'Gotham Narrow';

    src: url('../../fonts/gotham/GothamNarrowThin.woff2') format('woff2'), !* Super Modern Browsers *!
    url('../../fonts/gotham/GothamNarrowThin.woff') format('woff'); !* Pretty Modern Browsers *!
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Narrow Ultra';

    src: url('../../fonts/gotham/GothamNarrowUltra.woff2') format('woff2'), !* Super Modern Browsers *!
    url('../../fonts/gotham/GothamNarrowUltra.woff') format('woff'); !* Pretty Modern Browsers *!
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Narrow';
    src: url('../../fonts/gotham/GothamNarrowBlack.woff2') format('woff2'), !* Super Modern Browsers *!
    url('../../fonts/gotham/GothamNarrowBlack.woff') format('woff'); !* Pretty Modern Browsers *!
    font-weight: 900;
    font-style: normal;
}*/

@font-face {
    font-family: 'Gotham Thin';
    src: url('../../fonts/gotham/GothamThin.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../fonts/gotham/GothamThin.woff') format('woff'); /* Pretty Modern Browsers */
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Narrow Black';
    src: url('../../fonts/gotham/GothamNarrowBlack.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../fonts/gotham/GothamNarrowBlack.woff') format('woff'); /* Pretty Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

:root{
    --main-color: #D4D4B2;}

.clear {
    clear: both;
}

body {
    font-weight: 300;

    font: 15px/1.5 'Gotham Book', 'Arial', helvetica, sans-serif;

}

.product-filter {
    text-align: center;
    padding: .3rem 25px;
    width: 100%;
    display: block;
}

.product-filter.scrolled {
    position: fixed;
    width: 100%;
    top: 72px;
    left: 0;
    z-index: 1000;
    background-color: #e6e6e6;


}

.product-filter button {
    border-radius: 0;
    background-color: #e6e6e6;
    color: #333;
}

ul.check {
    list-style: none;
    padding-left: 0;

}

ul.check li {
    padding-left: 1.5rem;
}

ul.check li:before {
    content: '✓';
    transform: translateX(-1.2rem);
    position: absolute;
    font-weight: bold;
}

.product-sku {
    visibility: hidden;
}

#breadcrumbs {
    background-attachment: initial;
    background-position: center bottom;
    position: relative;
}

#breadcrumbs:before {
    content: "";
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
    background: rgba(255,255,255,.2);
}

#breadcrumbs .breadcrumb {
    background: rgba(255,255,255,.7);
}

.breadcrumbs-cont h1 {
    text-shadow: 0px 0px 5px white;
}

#breadcrumbs .breadcrumb {
    text-shadow: 0px 0px 4px white;
}

.bootstrap-dialog.type-info .modal-header {
    background-color: #383D43;
}

input.ba-btn-submit {
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 10px 40px !important;
    width: auto !important;
    height: auto !important;
    font-family: 'Gotham Book' !important;
    text-transform: uppercase !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #9e9680 !important;
    line-height: 20px !important;
}

.kicsis span {
    font-size: 40px;
    text-align: center;
    margin: 20px auto;
    display: block;
}

.nagyos h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
    color: #383e42;
}

.nagyos p {
    font-size: 13px;
}

.moduletable h2 {
    font-family: "Gotham Medium";
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 50px 0 20px 0;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    position: relative;
    padding-bottom: 40px;
}
.moduletable h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 34px;
    background-image: url("../../images/elvalaszto.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.inline-mod, .topmod-content{
    width: 100%;}
    
.text-center{
    text-align: center;}
.text-right{
    text-align: right;}
    
.mb10{
    margin-bottom: 10px;}
    
.vpf-topbar{
    background: #606469;
    border: none;}
.vpf-topbar span{
    color: var(--main-color);}
.vpf-topbar a{
    font-family: 'Gotham Light';
    font-size: 12px;
    color: white;
    -webkit-font-smoothing: antialiased;
}

.utility-wide{
    color: white;}
.utility-wide .text{
    font-size: 35px;
    margin-bottom: 20px;
    display: block;}

#bottom{
    background: #19191B;
    color: white;
    font-family: "Gotham Light";
    font-size: 12px;
}
#bottom .head, #bottom .mod-header{
    font-size: 17px;
    font-family: "Gotham Medium";
    color: white;
    text-transform: capitalize;
    display: block;
    margin-bottom: 20px;}



#bottom li a {
    font-size: 15px;
    border-bottom: solid 1px #ffffff1c;
}

#bottom .fa {
    font-size: 22px;
    padding-right: 10px;
    color: var(--main-color);
    margin-right: 5px;
    vertical-align: middle;
    width: 18px;
}


#bottom a {
    color: white;

}
    
footer.footer{
    font-size: 15px;
    color: black;
    background: white;}
    
.vpf-scroll-top-button{
    background: var(--main-color);}
    





.vpf-topbar span {
    font-size: 20px;
    margin-right: 5px;
    vertical-align: bottom;
}

.header-top {
    background-color: #383D43;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 3%;
}

img.site-logo.logo-general.img-responsive {
    max-height: 80px;
    width: 65px !important;
    height: 56px;
    max-width: none;
}

.navbar-mainmenu .navbar-nav > li > a, .navbar-mainmenu .navbar-nav > li > span {
    color: #F2F2F2;
    text-transform: none;
    font-family: 'Gotham Medium';

    font-style: normal;
}

.navbar-mainmenu .navbar-nav > li > a, .navbar-mainmenu .navbar-nav > li > span {
    padding: 8px .77vw;
    font-size: 1vw;

}

i.fa.fa-smart-search.fa-2x {
    font-weight: bold;
}

a.color-base.show-header-search, .mini-cart-mod a {
    color: #fff !important;
    font-size: 9px;
}

.brand {
    margin: 7px 0 0 0;
}

#vpf-header .inner-container {
    padding: 0;
}

.header-add-margin {
    margin-top: 27px;
}

.col-md-2.vpf-logo.col-sm-11.col-xs-11 {
    width: 12%;
}

.col-md-1.last-group {
    width: 5%;
}

.col-md-9.header-add-margin.hidden-sm.hidden-xs {
    width: 83%;
}

.search-mod-icon.inline-block.header-add-margin {
    margin-top: 34px;
}

.vpf-topbar {
    padding: 0 3%;
}

.vpfrs-caption-inner {

    margin: auto;
    background: rgba(255, 255, 255, 0.86);
    padding: 1vw 6vw;
}

.vpfrs-caption-inner h3 {
    font-family: 'Gotham Book';
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.1em;
}

.vpfrs-caption-inner p {
    margin: 20px 0;
    font-size: .9em;
}

h6 {
    background: #9E9680;
    width: fit-content;
    padding: 15px 30px;
    border-radius: 8px;
    margin: auto;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}



h6 a {
    color: white;
}

.kategoriak h2 {
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-top: 50px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

.kategoriak img {
    width: 100%;
}

img.elvalaszto {
    width: 30vw;
    display: block;
    margin: auto auto 30px;
}

.category-view .category-item-inner, .category-view .category-item-inner:hover {
    background: #2D2B2C;
}

.category-view .category-name a, .kategoriak h3 {
    /*background: #2D2B2C;*/
    margin-top: 0;
    padding: 10px 10px;
    text-align: center;
    text-transform: uppercase;
    color: #D4D4B2;
    letter-spacing: 1px;

    font-size: 14px;
    font-family: 'Gotham Medium';
}

.kategoriak h3 {
    background: #2D2B2C;
}

.category-view .category-name {
    
}

.btn-base, .feature-icon-hover .icon {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #9E9680;
    background: #9E9680;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 8px;
}

.latvanyterv {
    background: url(/images/rendszer/3d.png);
    margin: 70px 4vw 50px 4vw !important;
    padding: 0 4vw;
    background-size: cover;
    position: relative;
}

.latvanyterv:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.7);
}

 .manufacturer-image {
    width: 100%;
}



.jobb {


    color: white;
    text-align: center;
    padding: 5% 5% !important;
}

.jobb h3 {
    font-size: 35px;
    color: white;
    margin-bottom: 20px;
}

.jobb h4 {
    background: #9e9680;
    width: fit-content;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #fff;
    border-radius: 8px;
    margin: 30px auto 0;
}

.jobb p {
    font-size: 17px;
}

.vonalas {
    margin: 60px 0;
}

.vonalas img {
    width: 30vw;
    display: block;
    margin: auto;
}

.kategoriak .col-md-3 {
    margin: 0 !important;
    padding: 4px 10px !important;
}

.kategoriak a {
    display: block;
}

h2.kat2 {
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-top: 70px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}


.row.row-condensed {
    margin-right: 0;
    margin-left: 0;
}

.kategoriak {
    padding: 0 4vw;
}


.vm-product-module.product-modulekezdolap-uj-termekek {
    padding: 0 8vw;
}

.product-modulekezdolap-uj-termekek .product-inner {
    border: 1px solid #808080;
}

.pull-left.item-image {
    margin: 0;
    float: none !important;
}

.blog-featured .item .item-image {
    overflow: hidden;
    max-height: 350px;
}

.blog-featured h2.item-title {
    background: white;
    margin: -18vw 20px 0;
    position: relative;
    z-index: 9;
    padding: 30px 20px;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 10px;
}

.blog-featured p {
    padding: 20px;
    background: white;
    margin: 0 20px;
    position: relative;
    padding-top: 0;
    padding-bottom: 10px;
}

.blog-featured a.btn.btn-sm.btn-default {
    background: #9e9680;
    border: 0;
    box-shadow: none;
    text-shadow: none;
    padding: 9px 25px;
    border-radius: 8px;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
}

.blog-featured p.readmore {
    text-align: center;
    padding: 7px 0 20px;
    margin-bottom: 4vw;
}

.blog-featured h2.item-title a {
    color: #333;
}

.vonalas2 {
    margin: 20px 0;
}

.vonalas2 img {
    width: 30vw;
    display: block;
    margin: auto;
}

.utility-wide {
    color: white;
    background: url(/images/rendszer/visszahivas_bg.png);
    background-size: cover;
}

.ajanlat2 {
    background: rgba(0, 0, 0, 0.64);
    margin: 3vw 10vw;
    padding: 4vw 10vw;
    font-size: 17px;
    letter-spacing: 1px;
}

.ajanlat2 h6 {
    margin-top: 30px;
}



.navbar-mainmenu .navbar-nav > li.active > a:after, .navbar-mainmenu .navbar-nav > li.active > span:after {
    display:none;
}

.navbar-mainmenu .navbar-nav > li.active > a, .navbar-mainmenu .navbar-nav > li.active > span {
    color: #d3c8aa;
    background-color: transparent;
}

.navbar-mainmenu .navbar-nav > li.open > a, .navbar-mainmenu .navbar-nav > li > a:hover, .navbar-mainmenu .navbar-nav > li > a:focus, .navbar-mainmenu .navbar-nav > li.open > span, .navbar-mainmenu .navbar-nav > li > span:hover, .navbar-mainmenu .navbar-nav > li > span:focus {
    color: #d4c8ab;
    background-color: transparent;
}

.navbar-mainmenu .navbar-nav > li.open > a:after, .navbar-mainmenu .navbar-nav > li.open > span:after {
    display:none;
}


.vpfrs-caption {
    margin-top: 0;
}

.page-header > h1, .page-header > h2 {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: bold;
}

.page-header {
    padding-bottom: 0;
    margin: 0 0 30px;
    border-bottom: 0;
}

.blog .item .pull-left.item-image {
    margin-bottom: 20px;
}
.item-pageblog .page-header h2 {
    font-size: 22px;
}



.item-pageblog p {
    font-size: 16px;
    margin: 0 auto 30px auto;
    max-width: 1000px;
}

.btn{
    border-color: #cccccc;
    background: #9e9680;
    border: 0;
    box-shadow: none;
    text-shadow: none;

    border-radius: 8px;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
}

.btn-lg {

    padding: 12px 30px;
    font-family: 'Gotham Medium';
}

.pagination > li > a, .pagination > .disabled > a {
    background-color: transparent;
    color: #736357;
}

.form-control, select:not(.form-control), textarea:not(.form-control), input[type="text"]:not(.form-control), input[type="password"]:not(.form-control), input[type="datetime"]:not(.form-control), input[type="datetime-local"]:not(.form-control), input[type="date"]:not(.form-control), input[type="month"]:not(.form-control), input[type="time"]:not(.form-control), input[type="week"]:not(.form-control), input[type="number"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="color"]:not(.form-control), .uneditable-input:not(.form-control), .inputbox:not(.form-control) {
    background-color: transparent;
    border: 0 none;
}

.mod-slider-cont a.btn {

    font-size: 14px;
    font-weight: 600;
    padding: 10px 40px;
}

span.category-list-swicthes.hide-mobile {
    display: none;
}

span.category-result-counter.pull-right.hidden-xs label {
    display: none;
}

.category-order-by:before {
    display: none;
}



.btn-primary {
    color: #ffffff;
    background-color: #325d88;
    border-color: #325d88;
    background: #9e9680;
    border: 0;
    box-shadow: none;
    text-shadow: none;
    padding: 9px 25px;
    border-radius: 8px;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    height: auto;
}

.toolbar-inner span.productlist-result.hidden-xs.hidden-sm {
    display: none;
}



 .category-page-title, .vm-frontpage-view > h3 {
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

h4.modal-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.product-rating-cont.clearfix {
    display: none;
}

.fa-question:before {
    content: "\f0e0";
}

.product-action-buttons-cont i.fa.fa-question {
    background: transparent;
    border: 0;
    font-size: 23px;
}


button.btn.btn-nobg {
    background: #9e9680;
    border: 0;
    box-shadow: none;
    text-shadow: none;
    padding: 4px 25px 3px 15px;
    border-radius: 8px;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    height: auto;
}

.nav-list > .active > a:after {
    display:none;
}

span.rejtett1 {
    font-size: inherit;
    color: inherit;
    margin: inherit;
    vertical-align: inherit;
}




.vpf-collapsible-menu .opener {
    position: absolute;
    top: 0;
    right: 5px;
    display: inline-block;
    /*font-family: 'VPFrameworkIcon';*/
    font: normal normal normal 14px/1 FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: inherit;

    vertical-align: middle;
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 1px;
    padding: 5px;
    margin-right: 0;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.vpf-collapsible-menu .opener:after {
    /*content: "\e376";*/
    content: "\f067";
}

.vpf-collapsible-menu .open > a > .opener:after,
.vpf-collapsible-menu .open > span > .opener:after {
   /* content: "\e375";*/
    content: "\f068";
}


.sidebar-menu li > a .opener,
.sidebar-menu li > span .opener {
    top: 7px;
}


.sidebar-menu .opener {
    background-color: #F0F0F0;
    color: #333;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}
.sidebar-menu .opener:hover,
.sidebar-menu .opener:focus {
    color: #FFF;
    background-color: #333;
}

.category-view .product-fields-title {
    font-weight: bold;

}
.category-view .product-field {
    margin-top: 1em;
}

.category-view .product-field label {
    border-bottom: 1px solid #000000;
    padding: .2em 0 ;
}
.category-view .product-field input[type="radio"] {
    display: none;
}

.category-list .row.row-condensed {
    margin-bottom: 40px;
}

.vpcf-checkboxes .vpcf-options > label, .vpcf-radios .vpcf-options > label {
    border-color: #9e968055;
}

.view-category .product-listing .product-inner {
    position: relative;
}

.view-category .product-listing .product-inner:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.view-category .product-listing .product-inner .product-image-cont,
.view-category .product-listing .product-inner  a,
.view-category .product-listing .product-inner .product-image-cont img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.view-category .product-listing.lazyload-enabled  {
    background-color: transparent;
}
.view-category .product-listing .product-inner .list-mode-right-cont {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 3rem;
    text-align: center;
    z-index: 99;

}
.view-category .product-listing .product-inner .product-name-cont {
    transition: transform  .8s ease-out;
}
.view-category .product-listing .product-inner a:hover .product-name-cont {
    transform: translateY(-1rem);
}

.view-category .product-listing .product-inner  h3, .view-category  .product-listing .product-inner .details-title {
    font-weight: 900;
    color: white;
    letter-spacing: .2rem;
    text-shadow: 0 0 7px black;
    position: relative;
    width: auto;
    display: inline-block;
}

.view-category .product-listing .product-inner .details-title {
    font-weight: normal;
    font-size: .9rem;
    color: white;
    letter-spacing: .1rem;
    text-shadow: 0 0 7px black;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    transition: transform  .3s ease-out;
    transition-delay: .7s;
    transform: scaleY(0);
}

.view-category .product-listing .product-inner a:hover .details-title {
    transform: scaleY(1);
}

.view-category .product-listing .product-inner  h3:after {
    content: "";
    width: 0;
    height: 2px;
    background-color: white;
    display: block;
    position: absolute;
    bottom: -.4rem;
    left: 50%;
    transform: translateX(-50%);
    transition: width  .4s ease-out;
    transition-delay: .4s;
}


.view-category .product-listing .product-inner a:hover h3:after {
    width: 100%;
}

.list-mode-right-cont h3.category-name-cont {
    margin-top: 0;
}


.vpcf-options label a, .vpf-topbar a, .vpf-topbar .nav > li > a {
    text-transform: uppercase;
    font-size: .85rem;
}

.vpcf-checkmark {
    transform: translateY(2px);
}


.vm-productdetails .PriceunitPrice  {
    display: inline-block;
}

.vm-productdetails .tab-pane:first-child {
    margin-bottom: 2.6rem;
}

.product-family-gallery .tile {
    padding-left: 3px !important;
    padding-right: 3px !important;
}
.product-family-gallery .tile img {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}
.product-family-gallery .tile:first-child {
    padding-top: 110px;
}


.product-family-gallery  a {
    width: 100%;
    position: relative;
    display: block;
}
.product-family-gallery  a:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.product-family-gallery a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.product-family-description {
    padding: 1.5rem;
    font-size: 1.2rem;
    text-align: justify;
    line-height: 1.4;

}

.product-family-description h2 {
    font-size: 1.9rem;
    margin-bottom: 1.9rem;
}

.product-family-description .product-fields {
    text-align: left;
    margin-top: 1.9rem;
}
.product-family-description .product-field {
    display: inline;
    font-size: .8rem;
    border-right: 1px solid #ccc;
    padding-right: .5rem;
    padding-left: .5rem;
}


.product-family-description .product-field div {
    display: inline;

}

.product-family-description .product-fields-title {
    font-weight: bold;
    text-transform: uppercase;

}
.product-family-description .product-field:first-child  {
    padding-left: 0;
}

.product-family-description .product-field:last-child {
    border: 0 none;
}

.product-action-buttons-cont {
    padding: 0 15px;
}

.view-productdetails #mainbody, .view-category #mainbody {
    background-color: rgba(211, 200, 171, .2);
    background-image: url(../../images/pallasz-minta.svg);
    background-repeat: repeat-x;
    background-size: 2rem;
    position: relative;
}

.view-productdetails #mainbody:after, .view-category #mainbody:after {
    content: "";
    background: rgb(246,244,238);
    background: linear-gradient(90deg, rgba(246,244,238,1) 0%, rgba(246,244,238,0) 33%, rgba(246,244,238,0) 66%, rgba(246,244,238,1) 100%);
    height: 2rem;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 99;
}

.view-productdetails #mainbody .tab-content {
    background-color: transparent;
}

.row.valasztek {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ddd;
}

.quantity-with-unit {
    display: inline-block;
    padding: .4rem .5rem;
}

.product-short-desc-cont .col-md-12 {
    padding-top: 1.5rem;
}

.variant-label {
    text-transform: uppercase;
    font-size: .7rem;
    font-weight: bold;
    display: block;
    padding-bottom: .2rem;
    padding-top: .1rem;
}

.productdetails-view .PriceunitPrice  {
    font-size: 30px;
    line-height: 30px;
    color: #555555;
}

.vm-productdetails .product-tab-texts .field-type-A img {
    max-height: 120px;
    object-fit: contain;
    object-position: center center;
    margin: 0 auto .5rem auto;
}

.vm-productdetails .product-tab-texts .field-type-A .col-md-2 a {
    text-align: center;
    display: block;
}

.vm-productdetails .product-sales-price, .vm-productdetails  .PricebasePrice  {
    display: none;
}

.product-short-desc-cont td {
    padding: 2px 5px;
    border-color: #383d434d;
}

.product-short-desc-cont table {
    border-color: #383d434d;
}

img.site-logo.logo-general.img-responsive {
    margin-top: 0.4vw;
}



a.btn.btn-nobg.hover-invert.btn-backtocat {
    background: transparent;
    color: #333;
    text-transform: none;
}

.mega-sub-cont li.submenu.active > a, .mega-sub-cont li.submenu.active > span, .mega-sub-cont ul.vpf-mega-mod li.active > a, .mega-sub-cont ul.vpf-mega-mod li.active > span {
    color: #333333;
    text-transform: none;
    font-family: 'Gotham Medium';
    font-style: normal;
    font-size: 1vw;
}

.mega-sub-cont li.submenu > a, .mega-sub-cont li.submenu > span, .mega-sub-cont ul.vpf-mega-mod li > a, .mega-sub-cont ul.vpf-mega-mod li > span, .navbar-mainmenu .navbar-nav li.submenu.mega-group > a, .navbar-mainmenu .navbar-nav li.submenu.mega-group > span {
    color: #333333;
    text-transform: none;
    font-family: 'Gotham Medium';
    font-style: normal;
    font-size: 1vw;
}

.mega-sub-cont li.submenu.open > a, .mega-sub-cont li.submenu.open > span, .mega-sub-cont li.submenu > a:hover, .mega-sub-cont li.submenu > a:focus, .mega-sub-cont li.submenu > span:hover, .mega-sub-cont li.submenu > span:focus, .mega-sub-cont ul.vpf-mega-mod li > a:hover, .mega-sub-cont ul.vpf-mega-mod li > a:focus, .mega-sub-cont ul.vpf-mega-mod li > span:hover, .mega-sub-cont ul.vpf-mega-mod li > span:focus {
    color: #9e9680;
}



.category-view .product-image-cont {
    min-height: 210px;
}

.category-view .product-image-cont img {
   min-height: 150px;
    object-fit: cover;
}

.chzn-container-single .chzn-single abbr {
    top: 9px;
}

.ph-productphoto-plugin-container img {
    max-width: 100% !important;
}

/* Joomstagram */
#feed-147 .instagram_items {
    margin: -2px;
}

#feed-147 .instagram_item {
    padding: 2px;
    max-width: 50%;
    flex: 0 0 50%;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #feed-147 .instagram_item {
        max-width: 50%;
        flex: 0 0 50%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    #feed-147 .instagram_item {
        max-width: 50%;
        flex: 0 0 50%;
    }
}

@media (max-width: 575.98px) {
    #feed-147 .instagram_item {
        max-width: 50%;
        flex: 0 0 50%;
    }
}

@media (max-width:991px){

.navbar-toggle.vpf-offcanvas-toggle, .navbar-toggle.vpf-offcanvas-toggle:hover, .navbar-toggle.vpf-offcanvas-toggle:focus, .header-top .color-base, .header-top .color-base:hover, .header-top .color-base:focus, .header-top .color-base:visited {
    color: #ffffff;
}

.mm-menu {
    background: #383D43;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mm-menu .mm-header {
    border-color: rgba(0,0,0,.15);
    color: rgb(212, 200, 171);
}


}



@media (max-width:991px) {

    span.rejtett1 {
        display: none;
    }


}

@media (min-width:992px) {

    .no-padding {
        padding: 0 !important;
    }
}


@media (min-width:768px){

    .item-pageblog .page-header h2 {
        font-size: 28px;
    }

    .item-pageblog img {
        max-width: 700px;
    }

    .item-pageblog p {
        font-size: 22px;
        margin: 0 auto 30px auto;
        max-width: 1000px;
    }

    .kategoriak h3 {
        font-size: 1.2vw;
    }

    .jobb {
        padding: 10%;
    }

    .latvanyterv img {
        height: 460px;
        object-fit: cover;
    }

    .vpfrs-caption {
        margin-top: 7%;
    }



    .vpfrs-caption-inner {
        width: 80%;

    }
}

@media (min-width:970px){



    .kategoriak h3 {
        font-size: .9vw;
    }


    .vpfrs-caption-inner h3 {
        /*font-size: 1.2em;*/
        font-size: 33px;
        letter-spacing: -.7px;
    }
    .vpfrs-caption {
        margin-top: 13%;
    }
    .vpfrs-caption-inner {
        width: 55%;

    }
}

@media (max-width:767px){

    .vpfrs-caption {
        position: static;
    }
  
  .nagyos {
    text-align: center;
}

    .category-name-cont {
        text-align: center;
        margin: 0 0 30px 0;
    }

p.rejtett2 {
    display: none;
}

p.tel1 {
    text-align: left;
}

p.tel2 {
    text-align: right;
}

.r2 {
    display: none;
}

.vpf-topbar .col-xs-12.col-sm-4.col-md-4 {
    width: 50%;
}



    
    
} 