
img[src="/img/"] {
  display: none;
}

p{line-height: 140%;}
b, strong {font-weight: 800;}
small {font-weight: 500;}
img {max-width: 100%;height: auto!important;}
.img-fluid img {min-width: 100%;}
.bg-image {background-repeat: no-repeat;}
.bg-cover {background-size: cover;}
.bg-100 {background-size: 100%;}
.bg-center {background-position: center;}
.white-bg {background-color: #fff;}

/*shop pickers*/
.osc-cart-quantity input.increase {background-color: #333;}
.osc-cart-quantity .counter-input {color: #333!important;font-size: 1rem!important;padding: 0;min-width: 4rem;}
/*.OneStepCheckout input#business, .OneStepCheckout label[for="business"] {display: none;}*/
.OneStepCheckout main {padding: 3rem 0;}
.picker {display: flex;flex-wrap: wrap;}
.picker em:not(.colorClear):not(.sizeClear) {display: block;min-width: 25px;height:25px;cursor: pointer;box-shadow: inset  0 0 0 2px rgba(255,255,255,1), 0 0 0 1px #d3d3d3;margin-right:10px;opacity: .8;transition: all ease-in .2s;}
.picker em.color, .picker em.colorActive {border-radius: 50%;}
.picker em.size, .picker em.sizeActive {border-radius: 2px;padding-left:5px;padding-right:5px;}
.picker em.colorActive {box-shadow: 0 0 0 4px rgba(255,255,255,1), 0 0 0 5px rgba(0,0,0,.4)!important;opacity: 1!important;background-color: var(--color-0)!important;}
.picker em.sizeActive {box-shadow: 0 0 0 2px rgba(255,255,255,1), 0 0 0 3px rgba(0,0,0,.4)!important;opacity: 1!important;background-color: var(--color-0)!important;}
.sizeClear, .colorClear {cursor:pointer;}
.sizeClear:before, .colorClear:before {content: 'összes';font-style: normal;}
.searchFeaturePickerSep {margin-bottom:2rem;}
.searchFeaturePickerTitle {}
.featureCategory  {display:block;}
#cmsShopOrderByPicker {cursor: pointer;}

/*shop messages*/
.dialog {display: none;position:fixed;z-index: 9999;left:50%;top:50%;width:100%;max-width:480px;transform: translate(-50%,-50%);box-shadow: 0 0 0 4800px rgba(0,0,0,.75);}

/*shop images*/
.mainPhoto {position: relative;overflow: hidden;border-radius: .75rem;transition: all ease-in-out .2s;opacity: .98;}
.otherPhotos a {transition: all ease-out .2s;box-shadow: 0 3px 15px 0 rgba(0,0,0,.1), 0 0 0 1px #d3d3d3;}
.mainPhoto:hover {opacity: 1;}
.otherPhotos a:hover {box-shadow: 0 0 0 1px rgba(0,0,0,0.2);transform: scale(1.015,1.015);}
.otherPhotos a {width: 50%;border-radius: .5rem;padding: .5rem;box-shadow: none;}
.otherPhotos img {border-radius: .5rem;}
.cartOverview .thumb img {width: 80px;max-width: 80px;margin-right: 15px;}

/*shop UI*/
.cartOverview h2 {font-size: 1.2rem;font-weight: 600;margin-bottom: 0;}
.cartOverview .change-link.remove {font-size: .9rem;}
.cartOverview .subtotal.freeshipping {font-size: 1.2rem;color: var(--color-2);}
.osc-cart-card-title.color-2 a, .osc-cart-price.color-2:not(.btn) {color: #333!important;}

/*reg UI*/
#regFormContent h2 {font-size: 1.5rem;}
.choice {display: flex;flex-direction: column;padding: 1rem 0;}
.choice .clear {display: none;}

/* header {box-shadow: 0 2px 4px rgba(0,0,0,.2);} */

.video-169 {aspect-ratio: 16/9;}
.video-169 iframe {width: 100%;height: 100%;}
.iframe-shadow iframe {box-shadow: 5px 15px 33px rgba(0,0,0,.2);}
.mw-200 {max-width: 200px;}
.ar-11 {aspect-ratio: 1 / 1;}
.ar-108 {aspect-ratio: 100 / 88;}
.ar-43 {aspect-ratio: 4 / 3;}
.ar-34 {aspect-ratio: 3 / 4;}
.img-34 img {aspect-ratio:3/4;object-fit:cover;width:100%;height:100%;}
.swiper-slide {height: auto!important;}
.img-cover img {object-fit: cover!important;width:100%!important;height:100%!important}
.img-responsive img {width: 100%;}

/*UX - animations*/
.hover-move-icon svg {left:0;position: relative;transition: all ease-out .2s;}
.hover-move-icon:hover svg {left:5px;}
.hover-underline a {
  background: 
    linear-gradient(to right, var(--color-0), var(--color-0)) /*, linear-gradient(to right, var(--color-1), var(--color-1), var(--color-3))*/;
  background-size: 0 0.1em, 100% 0.1em; /*100% 0.1em, 0 0.1em;*/
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
}

.hover-underline a:hover,
.hover-underline a:focus {
  background-size: 100% 0.1em, 0 0.1em;/*0 0.1em, 100% 0.1em;*/
}
.animated-underline .animate-me {
  transition: all .2s ease-in-out;
  position: relative;
  padding-left: 0;
  padding-right: 0
}
.animated-underline .animate-me:before,.animated-underline .animate-me:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 0;
  height: 2px;
  transition: all .4s ease-out;
  background-color: var(--color-0)
}
.animated-underline .animate-me:hover:before,.animated-underline .animate-me:hover:after {
  width: 100%;
  left: 0;
}
.hover-scale-1 a {transform: scale(1,1);transition: all ease-in .2s;display: block;}
.hover-scale-1 a:hover {transform: scale(1.05,1.05);transition: all ease-out .3s;}
.hover-scale-2 a {transform: scale(1.02,1.02);transition: all ease-in .2s;display: block;}
.hover-scale-2 a:hover {transform: scale(1,1);transition: all ease-out .3s;}
.hover-lift-1 a {transform: translateY(0);transition: all ease-in .2s;display:block;}
.hover-lift-1 a:hover {transform: translateY(-5px);transition: all ease-out .3s;}
.animate-1 {
  animation-name: animation-1-in;
  animation-duration: .7s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}
.animate-1:hover {
  animation-name: animation-1-out;
  animation-duration: .25s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes animation-1-in {
  from {bottom:0;}
  to {bottom:-10px;}
}
@keyframes animation-1-out {
  from {bottom:0;}
  to {bottom:-5px}
}
.appear-from-bottom{position:relative;opacity:0;bottom:-100px;transition:all .8s ease-out}
.appear-from-bottom.active{opacity:1;bottom:0}
.scale-up {transition:all ease-in .25s;opacity:1;transform:scale(.93)}
.scale-up.animated,.scale-up:hover{transform:scale(1);opacity:1}
.from-bottom{transform:translateY(45px)}
.active .from-bottom,.active-hover:hover .from-bottom{transform:translateY(0);opacity:1}
.delay-1{transition-delay:.5s}
.animated{animation-delay:1s}
.button-animated{background:none;border:0;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 .25rem;padding:1em 2em;-webkit-box-shadow:inset 0 0 0 2px rgba(0,0,0,0);box-shadow:inset 0 0 0 2px rgba(0,0,0,0);font-size:inherit;font-weight:700;position:relative;vertical-align:middle}
.button-animated::before,.button-animated::after{-webkit-box-sizing:inherit;box-sizing:inherit;content:'';position:absolute;width:100%;height:100%}
.draw{-webkit-transition:color .45s;transition:color .45s}
.draw::before,.draw::after{border:2px solid transparent;width:0;height:0}
.draw::before{top:0;left:0}
.draw::after{bottom:0;right:0}
.draw:hover{color:inherit}
.draw:hover::before,.draw:hover::after{width:100%;height:100%}
.draw:hover::before{border-top-color:#121212;border-right-color:#121212;-webkit-transition:width .45s ease-out,height .45s ease-out .25s;transition:width .45s ease-out,height .45s ease-out .45s}
.draw:hover::after{border-bottom-color:#121212;border-left-color:#121212;-webkit-transition:border-color 0 ease-out .55s,width .25s ease-out .55s,height .25s ease-out .75s;transition:border-color 0 ease-out .55s,width .25s ease-out .55s,height .25s ease-out .75s}
.meet:hover{color:#121212}
.meet::after{top:0;left:0}
.meet:hover::before{border-top-color:#121212;border-right-color:#121212}
.meet:hover::after{border-bottom-color:#121212;border-left-color:#121212;-webkit-transition:height .55s ease-out,width .25s ease-out .45s;transition:height .2s ease-out,width .65s ease-out .15s}
.border-me-before,.border-me-after,.z-1{position:relative;z-index:1}
.border-me-before:before,.border-me-after:after{content:'';width:100%;height:100%;position:absolute;top:100%;border:1px solid #d5d6da;z-index:-1}
.border-me-before:before{height:33%;right:33%;margin-top:-120px;border-bottom-color:rgba(0,0,0,0);border-right-color:rgba(0,0,0,0)}
.border-me-after:after{left:33%;margin-top:-120px;border-bottom-color:rgba(0,0,0,0);border-left-color:rgba(0,0,0,0)}
/*UI*/
.text-underline {text-decoration: underline;}
/*range slider*/
.ui-widget-content {background: #fff!important;z-index: 120000!important;}
.ui-corner-all {border-radius: 1rem;}
.ui-slider .ui-slider-handle {width: 26px;height: 26px;}
.ui-widget.ui-widget-content {border:none;}
.ui-state-active,
.ui-state-focus,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #afa59e;
	background: #fff;
	font-weight: normal;
	color: #ddd;
  outline-width: 0;
  outline-color: #afa59e;
}
.b-rad-0 {border-radius: 0;}
.b-rad-1 {border-radius: .25rem;}
.b-rad-2 {border-radius: .75rem;}
.b-rad-3 {border-radius: 1.2rem;}
.b-rad-50 {border-radius: 50%;}
.b-rad-img img {border-radius: 3rem;}
/*shadows*/
.shadow-ext{box-shadow:0 10px 0 rgba(0,0,0,.1)}
.shadow-ext-2{box-shadow:0 10px 33px rgba(0,0,0,.10)}
.shadow-ext-3{box-shadow:0 28px 43px rgba(0,0,0,.2)}
.text-shadow{text-shadow: 1px 1px 0 rgba(0,0,0,.25);}

/*placeholders*/
::-webkit-input-placeholder, ::placeholder {color:var(--color-2)!important;font-size:1rem!important;font-weight:600;line-height: 100%;}
::-moz-placeholder{color:var(--color-2)!important;font-size:1rem;font-weight:600;line-height: 100%;}
:-ms-input-placeholder{color:var(--color-2)!important;font-size:1rem;font-weight:600;line-height: 100%;}
:-moz-placeholder{color:var(--color-2)!important;font-size:1rem;font-weight:600;line-height: 100%;}

.overflow-item {display: none!important}

#chain {display: none;}
.register main, .cartCheckout main, .cartDetails main, .cartShipping main, .cartOverview main, .cart main, .orders main, .profile main, .loginerror main, .lostpassword main, .wishlist main, .orderComplete, .shopLogin main {max-width: 1200px;margin-left: auto;margin-right: auto;padding-left: 1rem;padding-right: 1rem;padding-top: 5rem; background-color: #fff;}
.loginerror main {padding-top:3rem;padding-bottom:3rem}
.orderComplete .btn {margin-bottom:15px}
.bg-over {background-color:rgba(0,0,0,.14)}
.lh-n {line-height:normal}
.prop.quantity input {max-width:calc(100% - 26px)}
.article .text a {color:var(--color-2)}
.article .text a:hover {color:var(--color-6)}
.home-featured-swiper .emp:empty + .gomb {display:none !important}

@media (min-width: 992px) {
  .register main, .cartCheckout main, .cartDetails main, .cartShipping main, .cartOverview main, .cart main, .orders main, .profile main, .loginerror main, .lostpassword main, .wishlist main, .orderComplete, .shopLogin main {padding-top: 8rem;}
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {padding-left: 1rem;padding-right: 1rem;}
}
@media (min-width: 1200px) {
  
} 
@media (min-width: 1440px) {

} 
@media (min-width: 1800px) {
}
@media (max-width: 1700px) {
}
@media (min-width: 480px) {
  .otherPhotos a {width: 25%;}
  .choice {flex-direction: row;justify-content: space-between;}
}
@media (max-width: 1399px) {
.xs-font p {font-size:.8rem !important}
}
@media (max-width: 1199px) {
  #mit {width:auto;}
}
@media (max-width: 768px) {
}
@media (max-width: 575px) {
  
}
@media (max-width: 414px) {
  .otherPhotos a {width: 20%;}
}

@media (orientation: portrait) {.hero-height {min-height: 45vh;} }

