/* PULSE ---------------------------------------------- */

.darkpulse {
  background: #010101;
  box-shadow: 0 0 0 rgba(1,1,1,0.7);
  animation: darkpulse 1.3s infinite;
}
.darkpulse:hover {
  animation: none;
}


@-webkit-keyframes colorpulse {
  0% {
    top: 300px;
  70% {
    top: 350px;
  }
  }
  100% {
    top: 300px;
  }
}
@keyframes colorpulse {
  0% {
    top: 300px;
  }
  70% {
    top: 350px;
  }
  100% {
    top: 300px;
  }
}


@-webkit-keyframes darkpulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(1,1,1,0.7);
  }
  70% {
      -webkit-box-shadow: 0 0 0 20px rgba(1,1,1,0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(1,1,1,0);
  }
}
@keyframes darkpulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(1,1,1,0.7);
    box-shadow: 0 0 0 0 rgba(1,1,1,0.7);
  }
  70% {
      -moz-box-shadow: 0 0 0 20px rgba(1,1,1,0);
      box-shadow: 0 0 0 20px rgba(1,1,1,0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(1,1,1,0);
      box-shadow: 0 0 0 0 rgba(1,1,1,0);
  }
}

.lightpulse {
  background: #dfcee0;
  box-shadow: 0 0 0 rgba(225,215,234,0.7);
  animation: lightpulse 1.3s infinite;
}
.lightpulse:hover {
  animation: none;
}

@-webkit-keyframes lightpulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(1,1,1,0.7);
  }
  70% {
      -webkit-box-shadow: 0 0 0 20px rgba(225,215,234,0.7);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(225,215,234,0);
  }
}
@keyframes lightpulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(225,215,234,0.7);
    box-shadow: 0 0 0 0 rgba(225,215,234,0.7);
  }
  70% {
      -moz-box-shadow: 0 0 0 20px rgba(225,215,234,0);
      box-shadow: 0 0 0 20px rgba(225,215,234,0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(225,215,234,0);
      box-shadow: 0 0 0 0 rgba(225,215,234,0);
  }
}

.lightpulse_sec {
  background: #cab4cb;
  box-shadow: 0 0 0 rgba(202,180,203,0.7);
  animation: lightpulse_sec 1.3s infinite;
}
.lightpulse_sec:hover {
  animation: none;
}

@-webkit-keyframes lightpulse_sec {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(1,1,1,0.7);
  }
  70% {
      -webkit-box-shadow: 0 0 0 20px rgba(202,180,203,0.7);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(202,180,203,0);
  }
}
@keyframes lightpulse_sec {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(202,180,203,0.7);
    box-shadow: 0 0 0 0 rgba(202,180,203,0.7);
  }
  70% {
      -moz-box-shadow: 0 0 0 20px rgba(202,180,203,0);
      box-shadow: 0 0 0 20px rgba(202,180,203,0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(202,180,203,0);
      box-shadow: 0 0 0 0 rgba(202,180,203,0);
  }
}


/* Animation */
@keyframes changescale0 {
  from {  transform: scale(0.72); opacity: 0 }
  to {    transform: scale(0.58); opacity: 0.25 }
}
@keyframes changescale1 {
  from {  transform: scale(0.58); opacity: 0.25 }
  to {    transform: scale(0.44); opacity: 0.4 }
}
@keyframes changescale2 {
  from {  transform: scale(0.44); opacity: 0.4 }
  to {    transform: scale(0.30); opacity: 0.99 }
}
@keyframes changescale3 {
  from {  transform: scale(0.30); opacity: 1 }
  to {    transform: scale(0.16); opacity: 1 }
}
@keyframes changescaleS0 {
  from {  transform: scale(0.56); opacity: 0 }
  to {    transform: scale(0.46); opacity: 0.25 }
}
@keyframes changescaleS1 {
  from {  transform: scale(0.46); opacity: 0.25 }
  to {    transform: scale(0.36); opacity: 0.4 }
}
@keyframes changescaleS2 {
  from {  transform: scale(0.36); opacity: 0.4 }
  to {    transform: scale(0.26); opacity: 0.99 }
}
@keyframes changescaleS3 {
  from {  transform: scale(0.26); opacity: 1 }
  to {    transform: scale(0.16); opacity: 1 }
}
@keyframes changescaleXS0 {
  from {  transform: scale(0.48); opacity: 0 }
  to {    transform: scale(0.40); opacity: 0.25 }
}
@keyframes changescaleXS1 {
  from {  transform: scale(0.40); opacity: 0.25 }
  to {    transform: scale(0.32); opacity: 0.4 }
}
@keyframes changescaleXS2 {
  from {  transform: scale(0.32); opacity: 0.4 }
  to {    transform: scale(0.24); opacity: 0.99 }
}
@keyframes changescaleXS3 {
  from {  transform: scale(0.24); opacity: 1 }
  to {    transform: scale(0.16); opacity: 1 }
}
/*@keyframes changescaleB0 {
  from {  transform: scale(0.72); opacity: 0 }
  to {    transform: scale(0.58); opacity: 0.25 }
}
@keyframes changescaleB1 {
  from {  transform: scale(0.58); opacity: 0.25 }
  to {    transform: scale(0.44); opacity: 0.4 }
}
@keyframes changescaleB2 {
  from {  transform: scale(0.30); opacity: 0.4 }
  to {    transform: scale(0.44); opacity: 0.99 }
}
@keyframes changescaleB3 {
  from {  transform: scale(0.16); opacity: 1 }
  to {    transform: scale(0.30); opacity: 1 }
}*/



@keyframes grow {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes openclose_open {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes openclose_close {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

/* PULSE:END ------------------------------------------ */




/* COLORS --------------------------------------------- */


/* COLORS:END ------------------------------------------ */




/* BASIC ---------------------------------------------- */
/*
::-webkit-scrollbar {
  width: auto !important;
}


::-webkit-scrollbar-track {
  -webkit-box-shadow: auto !important; 
  -webkit-border-radius: auto !important;
  border-radius: auto !important;
  background:auto !important;    
}


::-webkit-scrollbar-thumb {
  -webkit-border-radius:auto !important;
  border-radius:auto !important;
  background:auto !important;
  -webkit-box-shadow:auto !important;
}
::-webkit-scrollbar-thumb:window-inactive {
  background: auto !important;
}
*/

html {

}

body {
  color: #242424;
  font-family: "Red Hat Display", serif;
  font-size: 1.5rem;
  background: #fff;
}

.artdet__pagination-btn:not(:hover) {
  color: #242424;
}

.nav--menu .nav-link {
  color: #242424;
  text-transform: uppercase;
}

* {

}

div, p, a, input, ul, li, h1, h2, h3, h4, h5, label, select, textarea {

}

div .kix {
  -webkit-transition: all 500ms cubic-bezier(0.175,0.885,0.320,1) 0.05s;
  -webkit-transition: all 500ms cubic-bezier(0.175,0.885,0.320,1.275) 0.05s;
  -moz-transition: all 500ms cubic-bezier(0.175,0.885,0.320,1.275) 0.05s;
  -ms-transition: all 500ms cubic-bezier(0.175,0.885,0.320,1.275) 0.05s;
  -o-transition: all 500ms cubic-bezier(0.175,0.885,0.320,1.275) 0.05s;
  transition: all 500ms cubic-bezier(0.175,0.885,0.320,1.275) 0.05s;
  -webkit-transition-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  -webkit-transition-timing-function: cubic-bezier(0.175,0.885,0.320,1.275);
  -moz-transition-timing-function: cubic-bezier(0.175,0.885,0.320,1.275);
  -ms-transition-timing-function: cubic-bezier(0.175,0.885,0.320,1.275);
  -o-transition-timing-function: cubic-bezier(0.175,0.885,0.320,1.275);
  transition-timing-function: cubic-bezier(0.175,0.885,0.320,1.275);
}

#page_PopupContainer {
  box-shadow: 0px 0px 20px 0px rgba(12, 51, 78, 0.25);
}

#exposeMask, #exposeMaskOverlay {
  background-color: #fafafa !important;
  backdrop-filter: blur(15px) !important;
}



/* BASIC:END ------------------------------------------ */




/* FORM ----------------------------------------------- */

/* FROM:END ------------------------------------------- */




/* BUTTONS -------------------------------------------- */

#banner_start_4_slide_1_text_6 {
  color: #242424;
}

/* BUTTONS:END ---------------------------------------- */




/* POPUPS --------------------------------------------- */

/* POPUPS:END ----------------------------------------- */




/* CAROUSEL ------------------------------------------- */

/* CAROUSEL:END --------------------------------------- */




/* HEADER ----------------------------------------------- */

.header--mobile, .header--desktop .header__top {
  background: #191818;
  border-left: 0px solid #fff;
  max-height: 80px;
}

.header--desktop .header__bottom {
  background: #fff;
}

.header_text_section_2 {
  display: none;
}

.header--desktop.is-fixed .header__top {
  background: #191818;
  margin: 0 auto;
}

.header__top-left {
  background: transparent;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-left: 0px;
  position: relative;
}



#header--desktop.is-fixed .header__top-left {
  padding-top: 7px;
  padding-bottom: 7px;
  position: relative;
}

.header__top-right {
  
}

#header--desktop.is-fixed .header__top-right {
  margin-bottom: 0px;
}

.search-box__dropdown {
  margin-left: 50px;
}

.search-box__input {
  padding-left: 15px;
  padding-right: 10px;
  font-size: 10pt;
}

.search-box__input:placeholder, .search-box__input:-ms-input-placeholder {
  font-size: 10pt;
  color: #242424 !important;
}

.search-box__search-btn {
  padding: 1rem 0px;
}

#header--desktop.is-fixed .nav-link--products:before {
  background: #242424;
  border-radius: 30px;
  width: 100%;
}

.nav-link--products:hover:before {
  width: 100%;
}

.dropdown__content.dropdown__content-till-lg {

}

.header-is-fixed .nav-link--products {
  border-radius: 0px;
  color: #fff;
}

#nav--cat .dropdown__btn-text {
  text-transform: uppercase;
  font-weight: 300;
}

.nav-item--products > .nav-link--products {
  background: #131212;
  color: #fff;
  border-radius: 30px;
  padding-left: 35px;
  padding-right: 35px;
}

.nav-item--products.always-opened > .nav-link--products, .nav-item--products.show:not(.always-opened) > .nav-link--products, .nav-link--products:hover, .nav-item--products.always-opened > .nav-link--products-placeholder-on-fixed-header, .nav-item--products.show:not(.always-opened) > .nav-link--products-placeholder-on-fixed-header, .nav-link--products-placeholder-on-fixed-header:hover, .nav-item--products.always-opened > .hamburger-box__dropdown-btn, .nav-item--products.show:not(.always-opened) > .hamburger-box__dropdown-btn, .hamburger-box__dropdown-btn:hover {
  color: #fff;
}

.nav-link--products:before, .nav-link--products-placeholder-on-fixed-header:before, .hamburger-box__dropdown-btn:before {
  background: transparent !important;
}

#profile__dropdown-btn {
  margin-left: 15px;
  margin-right: 20px;
}

  html.header-is-fixed .search-box__input {
    background: #fff !important;
    box-shadow: none !important;
  }


#header--desktop .header__bottom .container {
  border-radius: 0px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 0px;
  padding-right: 0px;
  max-width: 1400px;
}

#header--desktop .header__bottom{
  background: #1A1919;
  background: linear-gradient(90deg, #1A1919 0%, #2E2B2B 100%);
  border-radius: 0px;
  max-height: 68px !important;
}

#header--desktop .header__top .container {
  background: #242424;
  background: transparent;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1400px;
  min-height: 100px;
}

#header--desktop.is-fixed .header__top .container {
  min-height: 60px;
}


#header--desktop.is-fixed .header__bottom .container {
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 0px;
}

/* HEADER:END ------------------------------------------- */




/* LOGO ----------------------------------------------- */

#header_logo_img a img {
  display: none;
}

#header_logo_img a {
  display: block;
  background: transparent url(../svg/premium_magmix_logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 254px;
  height: 156px;
}

#header--desktop.is-fixed #header_logo_img {
  display: none !important;
}

#header--desktop.is-fixed #header_logo_img a {
  display: block;
  width: 120px;
  height: 55px;
  background: transparent url(../svg/bestcarport_logo_sticky.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#header_logo_img {
  margin-right: 0px;
  margin-bottom: -163px;
}

.header__top-left {
  position: absolute;
  margin: 0 auto;
  margin-top: -66px;
  z-index: 1;
}

.header__top {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* LOGO:END ------------------------------------------- */




/* MENU ----------------------------------------------- */

.nav--mobile .header-inner {
  background: #83CAD1;
}

.nav--mobile .cart-box__dropdown-btn {
  box-shadow: none;
}

#dropdown-cat {
  background: #131212;
  color: #fff;
  overflow-y: hidden;
}

#dropdown-cat a { 
  color: #fff; 
  font-size: 1.7rem;
  font-weight: 100 !important;
  font-style: italic;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#dropdown-cat .megasubmenu__cats-col a {
  color: #242424;
}

#dropdown-cat .nav-list--0 > li.show > .nav-link {
  color: #242424;
}

.nav-item--products.show > .nav-link--products:before, .nav-item--products.show > .nav-link--products-placeholder-on-fixed-header:before, .nav-item--products.show > .hamburger-box__dropdown-btn:before {
  bottom: 0px;
  top: 0px;
  border-radius: 0px;
}

.header-is-fixed .nav-item--products.show > .nav-link--products:before, .header-is-fixed .nav-item--products.show > .nav-link--products-placeholder-on-fixed-header:before, .header-is-fixed .nav-item--products.show > .hamburger-box__dropdown-btn:before {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.header-is-fixed .nav-item--products.always-opened > .nav-link--products, .header-is-fixed .nav-item--products.show:not(.always-opened) > .nav-link--products, .header-is-fixed .nav-link--products:hover, .header-is-fixed .nav-item--products.always-opened > .nav-link--products-placeholder-on-fixed-header, .header-is-fixed .nav-item--products.show:not(.always-opened) > .nav-link--products-placeholder-on-fixed-header, .header-is-fixed .nav-link--products-placeholder-on-fixed-header:hover, .header-is-fixed .nav-item--products.always-opened > .hamburger-box__dropdown-btn, .header-is-fixed .nav-item--products.show:not(.always-opened) > .hamburger-box__dropdown-btn, .header-is-fixed .hamburger-box__dropdown-btn:hover {
  color: #242424;
}

.header-is-fixed .nav-item--products.show:not(.always-opened) > .nav-link--products {
  color: #fff;
}

.nav-item--products.always-opened > .nav-link--products:before, .nav-item--products.show:not(.always-opened) > .nav-link--products:before, .nav-link--products:hover:before, .nav-item--products.always-opened > .nav-link--products-placeholder-on-fixed-header:before, .nav-item--products.show:not(.always-opened) > .nav-link--products-placeholder-on-fixed-header:before, .nav-link--products-placeholder-on-fixed-header:hover::before, .nav-item--products.always-opened > .hamburger-box__dropdown-btn:before, .nav-item--products.show:not(.always-opened) > .hamburger-box__dropdown-btn:before, .hamburger-box__dropdown-btn:hover:before {
  background: #242424;
    width: 100%;
}

.header-is-fixed .nav-item--products > .nav-link--products:after {
  background: #242424;
  height: 22px;
}

.nav-item:hover > .nav-link > .nav-link__text {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 0.6em, rgba(255, 255, 255, 0) 0.6em);
  background-position-y: 100%;
}

.header-is-fixed .nav-item--products.show > .nav-link--products:after {
  opacity: 0 !important;
  visibility: visible;
}

/* MENU:END ------------------------------------------- */




/* CART ----------------------------------------------- */

.cart-item {
  box-shadow: 0px 0px 20px 0px rgba(12, 51, 78, 0.12);
    box-shadow: 0px 0px 20px 0px rgba(211, 156, 93, 0.12);
   border-radius: 30px;
}

/* CART:END ------------------------------------------- */




/* LOGIN ---------------------------------------------- */

/* LOGIN:END ------------------------------------------ */




/* CHECKOUT ------------------------------------------- */

.order-mods-section__outer, .order-control-section__wrapper, .order-checkout__payment-section, .order-checkout__change-payment, .order-flow-block {
  border-radius: 30px;
  box-shadow: 0px 0px 20px 0px rgba(35, 42, 46, 0.08);
}

.sum-box-wrap {
  border-radius: 30px;
  box-shadow: 0px 0px 20px 0px rgba(35, 42, 46, 0.08);
}

/* CHECKOUT:END --------------------------------------- */




/* NEWSLETTER ----------------------------------------- */

/* NEWSLETTER:END ------------------------------------- */




/* START ---------------------------------------------- */


.custom-content--top.custom-content--page_shop_start .custom-content__container-inner {
  background: url('../svg/mozaik.svg');
  background-repeat: no-repeat;
  background-size: 58px;
  background-position: left top;
  font-weight: 300;
  line-height: 1.5;
  border-radius: 0px;
  padding: 0px;
  padding-left: 80px;
  font-size: 16px;
  min-height: 58px;
}

#custom-content-top {
  padding: 0px;
}

.banner_start_big__wrapper {
  background: linear-gradient(90deg, #242424 0%, #83CAD1 100%);
  margin: 0 auto;
}

.slideshow-container {
  background: #242424;
}

#ud_shop_start #box_top_content {
  padding-top: 50px;
  background-color: #fff;
}

#ud_shop_start #box_top_content .product-offer--top {
  margin-bottom: 50px;
}

.start-block, #ud_shop_start .custom-content {
  margin-bottom: 50px;
}

.carousel-cell-text.text--big {
  text-transform: uppercase;
  background: transparent;
  font-weight: 800;
  font-style: italic;
  text-align: left;
  color: #C3A180;
  font-size: 69pt;
  transform: rotate(0deg);
  padding: 0px;
  margin: 0px;
  line-height: 1.3;
}

.carousel-cell-text.text--medium {
  text-transform: uppercase;
  background: transparent;
  font-weight: 300;
  font-style: italic;
  text-align: left;
  color: #fff;
  font-size: 30pt;
  transform: rotate(0deg);
  padding: 0px;
  margin: 0px;
  line-height: 1.3;
}

.carousel-cell-texts {
    padding: 5% 5%;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    z-index: 1;
}

.texts--layer .texts__container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    margin-top: -90px;
}


.slideshow {
    border-radius: 0px;
}

#startmybanner .carousel-cell{
  display: block;
  position: relative;
}

#startmybanner .carousel-cell:after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0px;
  background: url('../image/bigslider_lines.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

/* START:END ------------------------------------------ */




/* BANNER START SMALL --------------------------------- */

#banner_start_small {
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
  background: #C3A180;
}

.start_banners__element-symbol:after {
  content: "";
  position: absolute;
  background-color: #C3A180;
  color: #242424;
  left: 0;
  right: -100%;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  top: 0;
  z-index: -1;
}

.start_banners__element-symbol {
  color: #242424;
  min-width: 60px;
  min-height: 60px;
  background: #DAB999;
  border-radius: 100%;
}

.start_banners__element-title {
  font-weight: 600;
}

.start_banners__element-text {
  font-size: 1.35rem;
  margin-top: 2px;
}

.start_banners .carousel-cell:nth-child(1) .start_banners__element-symbol:after {
  background: #fff;
}

.start_banners .carousel-cell:nth-child(1) .start_banners__element-symbol:before {
  color: #242424;
}

.start_banners .carousel-cell:nth-child(1) .start_banners__element-html-wrap {
  color: #242424;
}

#banner_start_small .flickity-enabled.is-draggable .flickity-viewport {
  height: 60px !important;
}

#banner_start_small .carousel__buttons button {
  border: 1px solid #242424;
}

#banner_start_small .carousel__buttons button:before {
  color: #242424;
}

#banner_start_small .flickity-slider div.carousel-cell:first-child .start_banners__element-symbol {
  background: #242424;
  color: #DAB999;
}

#banner_start_small .flickity-slider div.carousel-cell:first-child .start_banners__element-symbol:before {
  color: #DAB999;
}

/* BANNER START SMALL:END ----------------------------- */




/* BANNER START 1 ------------------------------------- */

#banner_start_1 {
  margin: 0 auto;
}

#banner_start_1 .banner_start_1__slides {
  position: relative;
  z-index: 1;
}



.layout--banners .element-slide-inner {
  background-color: #242424;
  box-shadow: none;
}

.layout--banners .banner_start_1__slide:nth-child(odd) .element-slide-inner {
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(211, 156, 93, 0.10);
}

.layout--banners .banner_start_1__slide:nth-child(even) .element-slide-inner {
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(211, 156, 93, 0.10);
}

.layout--banners .element-slide-inner img {
  transform: scale(0.6);
}

.layout--banners .element-slide-inner:hover img {
  transform: scale(0.5);
}

.banner_start_1__img-wrap img {
  top: 15px;
}

.layout--banners .element-slide-title {
  top: 25px;
  background: transparent;
  border-radius: 0px;
  width: 100%;
  text-align: center;
}

.layout--banners .element-slide-title {
  color: #242424;
  font-weight: 400;
}

.layout--banners .element-slide-inner {
  border-radius: 0px;
}

.layout--banners .element-slide-inner:hover {
  box-shadow: 0px 0px 20px 0px rgba(211, 156, 93, 0.25) !important;
}


/* BANNER START 1:END --------------------------------- */




/* BANNER START 3 4 5 --------------------------------- */

.banner_start_3__slide-inner, .banner_start_4__slide-inner {
  background: #83CAD1;
}

.banner_start_5__slide-inner {
  background: linear-gradient(90deg, rgba(12, 51, 78, 1) 30%, rgba(131, 202, 209, 1) 100%);
}

.banner_start_3__slide-inner {
  background: #83CAD1;
}

.banner_start_4--slide-1 .element-slide-inner {
  background: linear-gradient(180deg, rgba(12, 51, 78, 1) 30%, rgba(131, 202, 209, 1) 100%);
}

.banner_start_4--slide-2 .element-slide-inner {
  background: #83CAD1;
}

.banner_start_3_4_5 .element-img-wrap img {
  opacity: 0.1;
  filter: opacity(0.1);
  filter: grayscale(80%);
}

.banner_start_5__slide-inner .texts--layer {
  color: #fff;
}

#banner_start_5-1-img-link-btn {
  color: #ffffff;
  border-color: #ffffff;
}

.banner_start_3_4_5 .text--big {
  -webkit-font-smoothing: antialiased;
}


/* BANNER START 3 4 5:END ------------------------------ */




/* BANNER START 6 ------------------------------------- */

.layout--banner_half_width img {
  max-width: 100%;
  max-height: 100%;
  transform: translateZ(0) translate(0%, 0%);
  transform: scale(0.9);
}

.layout--banner_half_width .img-effect-on-hover:hover img {
  transform: scale(0.8);
}

.img-effect-on-hover:hover {
  box-shadow: none;
}

.banner_start_6__slide-inner {
  background: rgb(248, 249, 250);
  background: linear-gradient(90deg, rgba(248, 249, 250, 1) 0%, rgba(238, 240, 243, 1) 100%);
  border-radius: 30px;

  background: url('../image/banner_start_6_left.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

}

.banner_start_6__img-wrap {
  opacity: 0 !important;
}

/* BANNER START 6:END --------------------------------- */


/* FOOTER --------------------------------------------- */

#own_footer {
  width: 100%;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(../image/premium_magmix_footer.jpg) fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 0px solid #242424;
  position: relative;
  z-index: 1;
}

#own_footer:before {
  content: '';
  display: block;
  background: url(../image/footer_lines.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#ud_shop_start #own_footer {
  padding-top: 100px;
}

#ud_shop_start #banner_start_6 {
  margin-bottom: 0px;
  z-index: 2;
}

#own_footer:after {
  display: block;
  content: '';
  height: 0px;
  width: 50%;
  left: 50%;
  bottom: -10px;
  position: absolute;
  background: #242424;
  display: none;
}

#footerlogo {
  display: block;
  margin: 0 auto;
  background: transparent url(../svg/premium_magmix_logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 254px;
  height: 156px;
}

#myfooter_text_content {
  margin: 0 auto;
  margin-top: 45px;
  margin-bottom: 45px;
  max-width: 730px;
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

#footerfacebook {
  display: table;
  margin: 0 auto;
  background: url(../svg/facebook.svg);
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0px;
  text-indent: -9000px;
  width: 165px;
  height: 33px;
}

#footergooglemaps {
  display: table;
  margin: 0 auto;
  margin-top: 10px;
  background: url(../svg/googlemap.svg);
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0px;
  text-indent: -9000px;
  width: 140px;
  height: 25px;
}

#own_payment {
  width: 800px;
  height: 46px;
  background: url(../svg/payments.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0;
  margin: 0 auto;
  display: block;
  font-size: 0px;
  text-indent: -9000px;
  display: table;
  margin-top: 40px;
}

#banner_start_6 .banner_start_6__container .banner_start_6__slides .banner_start_6__slide:nth-child(2) .banner_start_6__slide-inner .texts--no-layer {
  background: rgb(248,249,250);
background: linear-gradient(90deg, rgba(248,249,250,1) 0%, rgba(238,240,243,1) 100%);
  border-radius: 30px;
}

#banner_start_6 .banner_start_6__container .banner_start_6__slides .banner_start_6__slide:nth-child(2) .banner_start_6__slide-inner .texts--no-layer iframe {
  display: block;
  border: 3px dashed #54904C !important;
  border-radius: 15px;
  filter: grayscale(1);
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

#banner_start_6 .banner_start_6__container .banner_start_6__slides .banner_start_6__slide:nth-child(2) .banner_start_6__slide-inner .texts--no-layer iframe:hover {
  filter: grayscale(0);  
}

#banner_start_6 .banner_start_6__container .banner_start_6__slides .banner_start_6__slide:nth-child(2) .banner_start_6__slide-inner ul li a {
  color: #54904C;
  font-weight: 500;
}

#container {
  padding-bottom: 0px;
}

#own_footer_in {
  position: relative;
  z-index: 1;
}

/* FOOTER:END ----------------------------------------- */




/* FILTER --------------------------------------------- */

/* FILTER:END ----------------------------------------- */




/* PRODUCT PAGE --------------------------------------- */

#container.header-will-fixed #header--desktop.is-fixed.is-visible .header-inner, #container.header-will-fixed #nav--mobile-top.is-fixed.is-visible .header-inner {
  box-shadow: 0 0 30px rgba(35, 42, 46, 0.2);
}

.product-type__value.is-active:not(.product-type__value--color):not(.product-type__value--color_text) .product-type__value-link {
  background-color: #242424;
  border-color: #242424;
  color: #fff;
}

.artdet__pic-data {
  border-radius: 0px;
  box-shadow: 0px 0px 20px 0px rgba(35, 42, 46, 0.08);
}

#page_artdet_product_param_spec_3975419 .artdet__spec-param-value a {
  font-size: 0px;
  background: #242424;
  background: #242424;
  color: #fff;
  padding: 8px;
  padding-top: 9px;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
  border-radius: 5px;
  position: relative;
  display: block;
}

#page_artdet_product_param_spec_3975419 .artdet__spec-param-value a:hover {
  color: #242424;
}

#page_artdet_product_param_spec_3975419 .artdet__spec-param-value a:after {
  content: 'Gyártást kérek';
  display: block;
  font-size: 11pt;
}

/* PRODUCT PAGE:END ----------------------------------- */




/* PRODUCT LIST --------------------------------------- */


.type--1 .product__inner {
  border-radius: 0px;
  box-shadow: 0px 0px 20px 0px rgba(35,42,46,0.08);
}

.type--1 .product__inner:hover {
  box-shadow: 0px 0px 20px 0px rgba(35,42,46,0.2);
}

.badge--new, .badge--cat-new {
  background-color: #242424;
  color: #fff;
  font-weight: 600;
  border-color: #242424;
  text-transform: lowercase;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}

.type--1 .product__function-btns {
  box-shadow: 0px -5px 10px 0px rgba(35,42,46,0.08);
  border-radius: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.type--1 .product__inner:hover .product__function-btns {
  box-shadow: 0px 0px 20px 0px rgba(35,42,46,0.08);
}

.blog-item__inner, .news-item__inner {
  box-shadow: 0px 0px 20px 0px rgba(35,42,46,0.08);
  border-radius: 0px;
}

.blog-item__inner:hover, .news-item__inner:hover {
  box-shadow: 0px 0px 20px 0px rgba(35,42,46,0.08);
}

.type--1 .product__name {
  font-size: 1.9rem;
  font-weight: 500;
}

.blog-item__title a {
  font-size: 1.9rem;
  font-weight: 500; 
}

.blog-item__title {
  overflow: visible;
  margin-bottom: 5px;
}

/* PRODUCT LIST:END ----------------------------------- */




/* CATEGORIES ----------------------------------------- */

.category-card__data {
  padding: 10px 10px;
  border-radius: 0px;
}

.category-card__data .category-card__name {
    font-weight: 400;
    color: #242424;
}

.alert-info {
    background-color: #e3f8fc;
    width: 100%;
    border-radius: 0px;
}

/* CATEGORIES:END ------------------------------------- */




/* SEARCH --------------------------------------------- */

/* SEARCH:END ----------------------------------------- */




/* SLIDER --------------------------------------------- */

/* SLIDER:END ----------------------------------------- */




/* PAGE ----------------------------------------------- */

/* PAGE:END ------------------------------------------- */




/* BLOG ----------------------------------------------- */

#start-blog {
  margin-top: -17px;
}

#start-blog .blog__main-title {
  margin-bottom: 30px;
}

.start-blog-title-box__inner {
  background: url(../image/premium_magmix_footer.jpg) fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0px;
  padding: 50px;
  color: #fff;
  font-weight: 100;
}


#start_blog_title_box strong span {
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
}



.blog-item__details-btn-wrap .blog-item__details-btn {
  padding: 0px !important;
}

.blog__btn-more-wrap .blog__btn-more {
  padding: 1rem 2rem !important;
}

.fixed-cart .fixed-cart__btn {
  padding: 2rem 2.5rem !important;
}

.blog-item__img-wrap, .news-item__img-wrap {
  border-radius: 0px;
}

/* BLOG:END ------------------------------------------- */

.product__type-value:hover {
  background-color: #242424;
  border-color: #242424; 
}

.btn-primary, .fixed-cart__btn, .product__main-btn, .artdet-main-btn, .orderflow-main-btn, .post-sale__btn-want-it, .order-details__main-btn {
    border-radius: 30px;
    color: #242424;
    background: #C3A180;
    background: linear-gradient(90deg,rgba(195, 161, 128, 1) 0%, rgba(218, 185, 154, 1) 100%);
    border-color: rgba(218, 185, 154, 1);
    box-shadow: none;
    font-weight: 500;
    font-size: 10.5pt !important;
    -webkit-transition: all 0.15s ease-out 0.4s;
    -moz-transition: all 0.15s ease-out 0.4s;
    -o-transition: all 0.15s ease-out 0.4s;
    transition: all 0.15s ease-out 0.4s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

button.product__cart-btn, button.product__details-btn, button.artdet__cart-btn {    
  padding: 25px !important;
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.orderflow-main-btn {
  margin: 0 auto;
}

.product-type__value:hover .product-type__value-link {
    border-color: #C3A180;
    background: #C3A180;
    color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .fixed-cart__btn:hover, .fixed-cart__btn:focus, .fixed-cart__btn:not(:disabled):not(.disabled):active, .fixed-cart__btn:not(:disabled):not(.disabled).active, .product__main-btn:hover, .product__main-btn:focus, .product__main-btn:not(:disabled):not(.disabled):active, .product__main-btn:not(:disabled):not(.disabled).active, .artdet-main-btn:hover, .artdet-main-btn:focus, .artdet-main-btn:not(:disabled):not(.disabled):active, .artdet-main-btn:not(:disabled):not(.disabled).active, .orderflow-main-btn:hover, .orderflow-main-btn:focus, .orderflow-main-btn:not(:disabled):not(.disabled):active, .orderflow-main-btn:not(:disabled):not(.disabled).active, .post-sale__btn-want-it:hover, .post-sale__btn-want-it:focus, .post-sale__btn-want-it:not(:disabled):not(.disabled):active, .post-sale__btn-want-it:not(:disabled):not(.disabled).active, .order-details__main-btn:hover, .order-details__main-btn:focus, .order-details__main-btn:not(:disabled):not(.disabled):active, .order-details__main-btn:not(:disabled):not(.disabled).active {
    color: #ffffff;
    box-shadow: inset 17em 0 0 0 #242424;
    border-color: #242424;
}

a.overlay-no-reg__btn:hover {
  box-shadow: inset 23em 0 0 0 #242424;
}

a.blog__btn-more:hover {
  background: #242424;
}

.cart-box__dropdown-btn {
    background-color: #242424;
    border-color: #242424;
    color: #ffffff;
    box-shadow: none !important;
    border-radius: 30px;
}

.sum-box__total-price {
  color: #242424;
}

.cart-box__dropdown-btn:hover, .cart-box__dropdown-btn:focus {
    box-shadow: none !important;
    color: #ffffff !important;
    background-color: #242424 !important;
    border-color: #242424 !important;
    border-radius: 30px !important;
}

.header-is-fixed .nav-item--products > .nav-link--products {
  color: #fff;
}

.cart-box__sum {
  background: #EEF0F3;
}

.sum-box__coupon-form-wrapper {
    background-color: #F0EFED;
    border-radius: 0px;
    background-image: none;
}

.footer_social a:not(.btn) {
  color: #242424;
  border-radius: 30px;
  border: 1px solid #242424;
  margin-right: 1rem;
}

button.cookie-alert__btn-open {
  color: #242424;
  border-radius: 30px;
  border: 1px solid #242424;
  margin-right: 1rem;
}

button.cookie-alert__btn-open:hover {
  color: #242424;
  border: 1px solid #C3A180;
  background: #C3A180;
}


.footer_social a:not(.btn):hover {
  background-color: #242424;
  color: #ffffff;
  border-radius: 30px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #242424;
    background-color: transparent;
    border-color: transparent;
}

.cookie-alert__btn-open {
  color: #242424;
  border-radius: 100%;
}

.cookie-alert__btn-open:hover {
  color: #242424;
  border: 1px solid #C3A180;
  background: #C3A180;
}

.back_to_top {
  color: #242424;
  border-radius: 0px;
  border-radius: 100%;
}

.back_to_top:hover {
  color: #ffffff;
  background-color: #242424;
}

.footer {
  color: #242424;
  background: #EEF0F3;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.ui-slider-range {
    background: #242424;
}

.ui-slider-handle {
    border: 0 solid #242424;
    background: #242424;
}

.filter-box__dropdown-btn.type--sticky {
      background: #242424 !important;
      border-radius: 15px !important;
      border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
}

.view__btn.is-selected svg {
    fill: #242424;
}

.badge--sale {
    background-color: #ffffffff;
    color: #242424;
    font-weight: 900;
    border-color: #242424;
    border-radius: 15px;
}

.product-price--sale {
    color: #242424;
}

.artdet__discount-texts, .artdet__price-discount-period {
    color: #242424;
}

.cart-input-wrap, .product__cart-input-wrap {
  border-radius: 30px;
}

input.page_qty_input {
  border-radius: 30px;  
}

.carousel-cell .artdet__img--thumb-wrap {
  border-radius: 15px;
}

.carousel-cell.artdet__img--thumb-outer.is-nav-selected .artdet__img--thumb-wrap {
    border-color: #242424;
}

.artdet__function .product__func-btn {
  border-radius: 15px;
}

.search-box__input {
  border-radius: 30px;
}

.product-type__value--color_text.is-active .product-type__value-color:after, .product-type__value--color.is-active .product-type__value-color:after {
  background-color: #242424;
}

.cart-item, .sum-box-wrap, .cart__buttons .btn {
  border-radius: 15px;
}

.carousel__prev-next-btn, .flickity-button {
    color: #242424;
    border-radius: 30px;
    background-color: transparent;
    border: 1px solid transparent;  
}

.carousel__prev-next-btn:not(:disabled):hover, .flickity-button:not(:disabled):hover {
    background-color: transparent;
    border: 1px solid transparent;  
}

#ud_shop_start .main-title, #page_artdet_content .main-title{
  text-align: center;
  color: #242424;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 800;
  margin: 0 auto;
  position: relative;
  display: table;
  margin-bottom: 30px;
  font-size: 30pt;
}

#ud_shop_start .main-title:before, #page_artdet_content .main-title:before {
  content: '';
  display: block;
  height: 1px;
  width: 385px;
  background: rgba(35,42,46,0.12);
  position: absolute;
  bottom: 24px;
  left: -410px;
}

#ud_shop_start .main-title:after, #page_artdet_content .main-title:after {
  content: '';
  display: block;
  height: 1px;
  width: 385px;
  background: rgba(35,42,46,0.12);
  position: absolute;
  bottom: 24px;
  right: -410px; 
}

#ud_shop_start .carousel__title-wrap, #page_artdet_content .carousel__title-wrap{
  display: table;
  column-gap: none;
  align-items: center;
  margin: 0 auto;
}

#ud_shop_start .carousel__title-outer .container, #page_artdet_content .carousel__title-outer .container {
  position: relative;
}

#ud_shop_start .carousel__buttons, #page_artdet_content .carousel__buttons {
  position: absolute;
  right: 20px;
  top: 3px;
  background: #fff;
  border-radius: 100%;
}

#banner_start_small .carousel__buttons {
  background: #C3A180 !important;
}

#ud_shop_start .carousel__buttons {
  top: 3px;
}

.carousel__prev-next-btn:not(:disabled):hover, .flickity-button:not(:disabled):hover {
  border-color: #C3A180;
  color: #C3A180;
}

.artdet__img-thumbs .carousel__prev-next-btn:not(:disabled):hover, .artdet__img-thumbs .flickity-button:not(:disabled):hover {
  border-color: transparent;
}

#ud_shop_start #banner_start_small .carousel__buttons {
  top: -18px;
}

.start_banners .has-arrows .carousel-cell:nth-child(4n+4) {
  padding-right: 0px;
}


#nav--mobile-top .header-inner, #nav--mobile-bottom .header-inner {
  background: #EEF0F3;
  box-shadow: 0 0 30px rgba(46,41,38,0.3);
}






h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 2rem;
    font-weight: 900;
    line-height: 1.2;


  color: #242424;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0 auto;
  position: relative;
}

h1, .h1 {
    font-size: 3.2rem;
}

h1 strong, .h1 strong {
  font-weight: 300;
}

.banner_start_6__slide-inner .h1 {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.layout--banner_half_width_inline .element-slide-inner.img-effect-on-hover, .layout--banner_half_width .element-slide-inner.img-effect-on-hover, .layout--banner_quarter_width_inline .element-slide-inner.img-effect-on-hover, .layout--banner_quarter_width .element-slide-inner.img-effect-on-hover, .layout--banner_full_width_inline .element-slide-inner.img-effect-on-hover {
    border-radius: 30px;
    overflow: hidden;
}

.start_brand_slider__carousel {
      box-shadow: 0px 0px 20px 0px rgba(35, 42, 46, 0.08);
  border-radius: 0px;
}

.footer__header {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 1.8rem;
  text-transform: none;
  line-height: 1.2;
}

.artdet__name {
  text-align: left;
  color: #242424;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 800;
  margin: 0 auto;
  position: relative;
  margin-bottom: 30px;
  font-size: 30pt;
  margin-left: 0px;
}

.main__title h1 {
  text-align: left;
  color: #242424;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 800;
  margin: 0 auto;
  position: relative;
  margin-bottom: 30px;
  margin-top: 20px;
  font-size: 30pt;
  margin-left: 0px;
  text-align: center;
}

.artdet__sku {
  font-style: italic; 
      text-transform: uppercase;

}

.nav-tabs .nav-link {
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
}

.new-cust__form-inner {
  border-radius: 30px;
      box-shadow: 0px 0px 20px 0px rgba(35, 42, 46, 0.08);
      overflow: hidden;
}

#ud_shop_forum_topic h1, #ud_shop_forum h1, #ud_shop_reg h1, .page-wholesale h1, #ud_shop_searchcomplex h1, #ud_shop_newsletter h1 {
  text-align: center;
  margin: 0 auto;
      text-align: center;
    color: #242424;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0 auto !important;
    position: relative;
    display: table;
}

#ud_shop_forum_topic h1 .main-title, #ud_shop_forum h1 .main-title, #ud_shop_reg h1 .main-title, .page-wholesale h1 .main-title, #ud_shop_searchcomplex h1 .main-title, #ud_shop_newsletter h1 .main-title {

    color: #242424;
    text-transform: uppercase;
    display: table;

    font-style: italic;
    font-weight: 800;
    margin: 0 auto;
    position: relative;
    margin-bottom: 30px;
    margin-top: 20px;
    font-size: 30pt;
    margin-left: 0px;
    text-align: center;
}

.new-cust__section-title-inner {
  text-align: center;
}

label[for=kap_tel_country] {
  width: 6rem;
}

#button_reg {
  margin: 0 auto;
  padding: 1.4rem 4rem;
  font-size: 1.5rem;
  line-height: 1.5;
}

#page_artdet_content {
  /* overflow: hidden; */
}

.banner_start_1__slide {
  flex: 0 0 33.3333%;
  max-width: 33.333%;
}


#banner_start_small .flickity-viewport {
  min-height: 60px;
}

.banner_start_1__img-wrap {
  border-radius: 100%;
  background: #fff;
  border: 5px solid #EBEDF0;
  width: 100px;
  height: 100px;
  max-height: 100px !important;
  padding-top: 0px !important;
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.banner_start_1__img-wrap:hover {
  border: 3px solid #242424;
}

.banner_start_1__img-wrap img{
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  top: 0px;
}

.banner_start_1__img-wrap:hover img{
  transform: translateZ(0) scale(1) !important;
}

  .img-effect-on-hover:hover img {
    transform: translateZ(0) scale(1);
  }

.banner_start_1__slide-inner .texts--layer {
  text-align: left;
  padding: 0px !important;
  width: calc(100% - 100px - 1.5rem);
  padding-left: 0px !important;
  padding-top: 10px !important;
  display: block;
  position: relative;
  float: left;
}

.layout--banner_full_width .texts--layer .texts__container {
  text-align: left;
  padding: 0px !important;
  margin-top: 0px;
}

.banner_start_1__slide {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.banner_start_1__slides .row {
  margin-left: -10px;
  margin-right: -10px;
}

#banner_start_1 {
  margin-bottom: 0px;
  position: absolute;
  bottom: 0px;
}

.banner_start_1__slide .banner_start_1__slide-inner {
  background: #242424;
  background: linear-gradient(90deg,rgba(54, 79, 62, 0.75) 0%, rgba(62, 89, 69, 0.76) 100%);
  backdrop-filter: blur(10px);
  border-radius: 20px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  padding: 3rem;
  width: 100%;
  max-width: 100%;
  color: #fff;
}


.banner_start_1__slide .banner_start_1__slide-inner .banner_start_1__img-wrap {
  border: 5px solid #344B3C;
  float: left;
  margin-right: 1.5rem;
}

.banner_start_1__slide .banner_start_1__slide-inner:hover .banner_start_1__img-wrap:hover {
  border: 5px solid #EED4AB;
}

#startmymap {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px;
  position: relative;
}


.fullborder {
  padding-left: 30px;
  padding-right: 30px;
}


#heromappic {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}



#startmymap_container {
  display: table;
  margin: 0 auto;
  max-width: 100vw;
  width: 100%;
  width: 100vw;
  height: 100%;
  min-height: calc(100vh - 120px);
  position: relative;
  overflow: hidden;
}

#startmymap_container .banner_start_1__container.container {
  margin: 0 auto;
  padding: 0px;
  width: 100%;
  max-width: 1400px;
}

#startmymap_container > .container {

}



#startmyinfomiddle {
  padding-left: 0px;
  padding-right: 0px;
}

#startmyinfomiddle_in {
  margin: 0 auto;
  display: block;
  width: 100%;

  border-radius: 0px;
  background: rgb(248,249,250);
  background: linear-gradient(90deg, rgba(248,249,250,1) 0%, rgba(238,240,243,1) 50%);
  padding-top: 65px;
  padding-bottom: 65px;

  background: url(../image/heropic.jpg) fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#startmyinfomiddle_container {
  margin: 0 auto;
  display: block;
}

#startmiddle {
  margin: 0 auto;

  display: flex;
  justify-content: center; 
  align-items: center; 
}

.startmiddle_box {
  background: rgba(234,236,240,0.3);
  border-radius: 30px;
  padding: 40px;
  flex: 0 0 33.3333%;
  max-width: 33.3333%; 
  display: block;
  justify-content: center; 
  align-items: center; 
  position: relative;
}

#startmiddleright {
  background: rgba(255,255,255,0.5);
}

#startmiddleleft {
  max-width: 25%;
  margin-right: 8.3333%;
  background: rgba(141,182,146,0.3);
  backdrop-filter: blur(4px);
}

#startmiddleleft:after {
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  background: rgba(254,254,254,0.2);
  right: -150px;
  top: 50%;
  position: absolute;
}

#startmiddleright {
  max-width: 25%;
  margin-left: 8.3333%;
  background: rgba(141,182,146,0.2);
  backdrop-filter: blur(4px);
}

#startmiddleright:after {
  content: '';
  display: block;
  width: 100px;
  height: 1px;
   background: rgba(254,254,254,0.2);
  left: -150px;
  top: 50%;
  position: absolute;
}

#startmiddlecenter {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  display: flex;
  justify-content: center; 
  align-items: center; 
}

#startmiddlecenter img {
  
}

.startmiddle_num {
  text-align: left;
  display: block;
  width: 100%;
  font-size: 25px;
  font-weight: 500;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}

.startmiddle_num:after {
  display: block;
  content: '';
  width: 40px;
  height: 3px;
  background: #54904C;
  position: absolute;
  left: 0;
  bottom: -3px;
}

.startmiddle_title {
  text-align: left;
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

.cart-shipping-alert, .cart-discount-alert {
  color: #242424;
}

.fixed-cart.is-visible {
  box-shadow: 0 0 30px rgba(35, 42, 46, 0.2);
}

.cart-box__bubble {
  box-shadow: 0 0 30px rgba(35, 42, 46, 0.08);
}

.img-link-btn {
  border-radius: 15px;
}

.new-cust__section-title {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-weight: 400;
}


area:-webkit-any-link {
  cursor: pointer;
}

area {
  cursor: pointer;
}






#banner_start_1 .text--big a {
  font-size: 16pt;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 10px;
  display: block;
}

#banner_start_1 .text--small a {
  display: block;
  line-height: 1.2;
}

.areacenterpoint {
  width: 24px; /* 10px sugarú kör, tehát átmérő: 20px */
  height: 24px;
  background-color: #fff;
  animation: darkpulse 1.3s infinite;
  border-radius: 50%; /* Kör alakú div */
  position: absolute;
  pointer-events: auto; /* Az egérrel való interakciót engedélyezzük */
  cursor: pointer;
}

.areacenterpoint:hover {
  background: #242424;
  animation: lightpulse 1.3s infinite;
}

.areacenterpoint_content {
  position: absolute;
  background-color: rgba(255,255,255,0.4);
  backdrop-filter: blur(15px);
  color: #242424;
  border: 1px solid rgba(255,255,255,0.6);
  padding: 10px;
  display: block; /* Mindig jelen legyen, de alapból elrejtjük az átlátszóság segítségével */
  opacity: 0; /* Láthatatlan alapállapotban */
  pointer-events: none; /* Az interakció tiltva alapállapotban */
  transition: opacity 0.5s ease; /* Sima átmenet az eltűnéshez */
  z-index: 1000; /* A tartalom mindig legyen a legfelső szinten */
  box-shadow: 0 4px 8px rgba(35, 42, 46, 0.2); /* Kis árnyék a jobb megjelenésért */
  border-radius: 15px;
  max-width: 270px;
  height: auto;
}

#areacenterpoint_content_in {

}

.pointimageholder {
  background: #fff;
  border-radius: 15px;
  padding: 3px;
  width: 68px;
  height: 68px;
  float: left;
  display: block;
}

.pointimageholder img {
  display: block;
  margin: 0 auto;
  max-width: 62px;
  max-height: 62px;
  border-radius: 15px;
}

.pointtext_holder {
  float: right;
  width: calc(100% - 80px);
  height: 68px;
}

.pointtext_title {
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
  line-height: 1.1;
}

.pointtext_txt {
  font-size: 12px;
  line-height: 1.2;
}

#areacenterpoints_content_in {
  display: none;
}

.mynewsletteriz {
  margin-bottom: 17px;
  font-weight: 300 !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

#box_art_content {
  margin-top: 80px;
  margin-bottom: 70px;
}

.start-artref {
  margin-top: 80px;
  margin-bottom: 70px;
}

#custom-content-top.custom-content--page_shop_start {
  margin-bottom: 0px;
}

.carousel__title-outer {
  margin-bottom: 40px;
}

.product__name-link {
  font-size: 20px;
}

.banner_start_1__main-title {
  display: none !important;
}

.banner_start_1__slide:first-child .banner_start_1__slide-inner .text--small {
  font-weight: 100;
}

.banner_start_1__slide-inner .text--medium {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.banner_start_1__slide-inner .text--small {
  font-size: 16px;
  font-weight: 300;
}

.banner_start_small__container {
  background: transparent;
  border-radius: 30px;
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  max-width: 1400px;
  margin: 0 auto;
}

.nav-link {
  font-size: 1.4rem;
}


#nav--menu > .nav--main > a.nav-link {
  padding-left: 40px;
  padding-right: 40px;
  color: #fff;
  font-weight: 100;
}

#search-box__dropdown2 {
  display: none;
}

#header--desktop.is-fixed #search-box__dropdown2 {
  display: block;
}

#faqs {
  margin-top: 20px;
}

.gyik {
  border-radius: 15px;
  background: rgba(234, 236, 240, 0.4);
  margin-bottom: 5px;
  display: block;
  position: relative;
}

.valasz {
  padding: 20px;
  display: none;
  padding-top: 0px;
}

.kerdes {
  font-size: 13pt;
  width: 100%;
  font-weight: 700;
  padding: 20px;
  padding-left: 50px;
  cursor: pointer;
}

.kerdes.realactive {
  color: #242424;
}

.kerdes.realactive:before {
  content: "+";
  display: block;
  color: #242424;
  font-size: 30pt;
  font-weight: 300;
  position: absolute;
  left: 20px;
  top: 13px;
  line-height: 1;
  -webkit-transition: all 0.15sease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15sease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.kerdes:before {
  content: "-";
  display: block;
  font-size: 30pt;
  font-weight: 300;
  position: absolute;
  left: 20px;
  top: 12px;
  line-height: 1;
  -webkit-transition: all 0.15sease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15sease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}


#header--desktop {
  box-shadow: 0px 20px 20px 0px rgba(35, 42, 46, 0.06);
  margin-bottom: 0px;
}

#ud_shop_start #header--desktop {
  box-shadow: none;
}

.page_content_with_form_type > form  {
  border-radius: 30px;
  background: rgba(234, 236, 240, 0.4) !important;
  padding: 40px;
}

#ud_shop_page .main__title h1{
  text-align: center;
  margin-bottom: 15px;
}

#nav--menu > li:last-child a {
  border-radius: 30px;
  background: rgba(234, 236, 240, 0.4);
  background: transparent;
}

.nav--menu .nav-item.active > a:before, .nav--menu .nav-item.has-active > a:before {
  left: 20px;
}

.startslgans {
  margin: 0 auto;
  padding: 1.5rem;
  text-align: center;
  position: absolute;
  top: 30%;
  width: 100%;
}

#startslgans1 {
  font-family: "Volkhov", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 70px;
  color: #EED4AB;
  line-height: 1.1;
}

#startslgans2 {
  font-family: "Reenie Beanie", cursive;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-size: 45px;
  color: #fff;
  line-height: 1.1;
}

.nav--mobile .cart-box__dropdown-btn {
  background-color: #242424;
  color: #ffffff;
}

.header .dropdown__btn:not(.cart-box__dropdown-btn) {
        color: #fff;
    }

.nav--mobile .dropdown__btn {
    color: #242424 !important;
}

.header__top-right {
  padding-top: 22px;
}

.header--desktop.is-fixed .header__top-right {
  padding-top: 1rem;
}

.nav--mobile .cart-box__dropdown-btn {
  color: #fff !important;
}

#cart-box__fly-to-desktop {
  border-radius: 30px;
  background: #131212;
  border-color: #131212;
}

.cart-box__dropdown-btn:hover, .cart-box__dropdown-btn:focus {
  color: #242424;
  background: #C3A180;
  background: linear-gradient(90deg, rgba(195, 161, 128, 1) 0%, rgba(218, 185, 154, 1) 100%);
  border-color: rgba(218, 185, 154, 1);
}

#mytel {
  position: absolute;
  left: 0px;
}

#mytel a {
  color: #fff;
  font-size: 11pt;
  font-weight: 200;
  display: block;
  position: relative;
}

#mytel a:before {
  color: #fff;
  content: "";
  display: inline-block;
  font-family: "Custom icons";
  font-weight: 300;
  font-size: inherit;
  line-height: 1;
  margin-right: 15px;
  margin-left: 15px;
}

#header--desktop.is-fixed #mytel a:before {
  margin-right: 10px;
  margin-left: 10px;
}

li.js-nav-item-916513 {
  margin-right: 355px;
}

#mynumbers {
  background: url('../image/numback.jpg') fixed;
  background-repeat: no-repeat;
  background-position: right;
  padding-top: 60px;
  padding-bottom: 60px;
  background-size: cover;
}

#mynumbers_in {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

#mynumbers_container {
  width: 100%;
  display: table;
}

#mynumbers_title {
  text-align: left;
  color: #242424;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 800;
  margin: 0 auto;
  position: relative;
  display: table;
  margin-bottom: 30px;
  font-size: 30pt;
  width: 100%;
  line-height: 1.2;
}

.mynumbers_col {
  float: left;
  width: calc(50% - 20px);
}

#mynumbers_left {
  margin-right: 40px;
}

.numnum_items {
  background: #EEF0F3;
  width: calc(50% - 10px);
  padding: 20px;
  text-align: center;
  float: left;
  position: relative;
}

.numnum_items:before {
  content: '';
  display: block;
  width: 5px;
  height: 20px;
  background: #C3A180;
  left: 50%;
  bottom: 0px;
  margin-left: -2.5px;
  position: absolute;
}

#numnum_item1, #numnum_item3 {
  margin-right: 20px;
}

#numnum_item1, #numnum_item2 {
  margin-bottom: 20px;
}

.numnum_number {
  color: #C3A180;
  font-size: 42pt;
  font-style: italic;
  font-weight: 900;
}

.numnum_name {
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 16.5pt;
  margin-top: -15px;
  margin-bottom: 20px;
}


.flickity-page-dots .dot:before, .flickity-page-dots .flickity-page-dot:before {
  border: 1px solid #C3A180;
}

.flickity-page-dots .dot.is-selected:before, .flickity-page-dots .flickity-page-dot.is-selected:before {
  background-color: #C3A180;
}

.filter-box__dropdown-btn.type--sticky {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 12pt;
  letter-spacing: 1px;
  font-style: italic !important;
  padding: 20px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

#desktop_box_filter_content {

}

.filter-box__dropdown-btn.type--sticky:hover {
  background: #C3A180 !important;
  color: #242424 !important;
}

button.filter-box__delete-btn-small {
  padding: 20px !important;
}

.dropdown__content:not(.dropdown__content-till-lg) {
  box-shadow: 0 0 40px rgba(36,36,36,0.5);
}

button.filter__filter-delete-btn {
  padding: 1rem 2rem !important;
}

button.artdet__cart-btn {
  padding: 0px !important;
  font-size: 12pt !important;
}

.artdet__discount-saving, .artdet__discount-saving__value {
  color: #10AE20;
  font-weight: 700;
}

#page_cat_content .categories .container .row > div.col-6 {
    flex: 0 0 25%;
    max-width: 25%;
}

#page_cat_content .categories .container .row > div.col-6 .category-card__img-link, #page_cat_content .categories .container .row > div.col-6 .category-card__pic-url {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    z-index: 1;
}

#page_cat_content .categories .container .row > div.col-6 .category-card__img-wrap {
    position: relative;
}

#page_cat_content .categories .container .row > div.col-6 .category-card__inner {
    box-shadow: 0 0 20px rgba(36, 36, 36, 0.05);
    border-radius: 0px;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

#page_cat_content .categories .container .row > div.col-6 .category-card__img-wrap img {
    display: block;
    width: 100%;
    height: 100%;
}

#page_cat_content .categories .category-card__data .category-card__name {
    color: #fff;
    font-size: 25px;
    font-style: italic;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    background: transparent;
    padding: 0px;
    border-radius: 0px;
    position: relative;
    z-index: 2;
}

#page_cat_content .categories .category-card__data {
    color: #fff;
    font-size: 25px;
    font-style: italic;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    background: transparent;
    padding: 10px;
    padding-left: 35px;
    margin-top: 10px;
    border-radius: 0px;
}

#page_cat_content .categories .category-card__data-wrapper {
    overflow: visible;
    z-index: 1;
}

#page_cat_content .categories .category-card__data .category-card__link:before {
    content: '';
    display: block;
    position: absolute;
    top: -100px;
    left: -100px;
    transform: rotate(-75deg);
    border-radius: 20px;
    width: 450px;
    height: 450px;
    background: #C3A180;
    opacity: 1;
    background: url(../image/footer_lines.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.15s ease-out 0.4s;
    -moz-transition: all 0.15s ease-out 0.4s;
    -o-transition: all 0.15s ease-out 0.4s;
    transition: all 0.15s ease-out 0.4s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

#page_cat_content .categories .container .row > div.col-6:hover .category-card__link:before {
    top: -300px;
    left: -300px;
    opacity: 1;
}

#page_cat_content .categories .container .row > div.col-6 .category-card__img-link:after, #page_cat_content .categories .container .row > div.col-6 .category-card__pic-url:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #242424;
    background: linear-gradient(0deg, rgba(36, 36, 36, 0) 20%, rgba(36, 36, 36, 1) 100%);
}

.category-card__img-wrap {
    border-radius: 0px;
}


#nav--mobile-bottom button.filter-box__dropdown-btn {
  background: transparent !important;
  padding: 0px !important;
  font-style: normal !important;
}


.megasubmenu__cats-col {
  padding-top: 30px;
}

.nav-list--1 > li > a.nav-link span.nav-link__text, .nav-list--1 > li > a.nav-link  {
  font-weight: 700;
}

.nav-list--1 > li {
  background: #EEF0F3;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 35px;
}

.nav-list--1 > li a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.overlay-login__content .form-group-lg {
  margin-bottom: 3rem;
}


.carousel-cell-texts .html-text .imageholder {
  position: absolute;
  top: 0px;
  width: 232px;
  right: 21%;
  display: block;
} 

.carousel-cell-texts .html-text .imageholder img {
  width: 232px;
} 




.carousel-cell-texts .html-text:not(:only-child):first-child {
   margin: 0 auto;
}

.imagecircles_cont {
  display: table;
  position: absolute;
  right: 0px;
  z-index: -1;
  bottom: -120px;
  left: 50%;
  margin-left: -265px;
}

.imagecircles {
  border-radius: 100%;
  background: rgba(25,24,24,0.3);
  padding: 50px;
}

.imagecircle1 {
  width: 230px;
  height: 230px;
}

#startmybanner {
  margin-top: -1px;
}

#startmybanner picture img {
  width: 100%;
}

#page_orderflow_outer .container {
  margin-top: 40px;
}

.page__blog-date-and-time, .page__blog-author-name {
  color: #242424;
}

.news-item__date-layer, .page__blog-date {
  color: #242424;  
}

.blog-details__author-and-social {
  border-top: 1px solid #242424;
  padding-top: 1rem;
}

.blog-details__title {
  font-weight: 700;
  font-style: italic;
}

.blog-details__top-inner {
  background: #EEF0F3;
  border-radius: 0px;
}

.has-no-details-img .blog-details__intro-img-outer {
    border-radius: 0px;
    overflow: hidden;
}

.page_content--blog-details .blog-details__text .container img {
 
}

.page_content--blog-details .blog-details__text .container {
  column-count: 3;
  column-gap: 1rem;
}

.page_content--blog-details .blog-details__text .container img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1rem;
  break-inside: avoid;
}

.page_content--blog-details .blog-details__text .container > p:first-child {
  width: 100%;
  display: table;
}

/* 
=================================================================================
RESPONSIVE
=================================================================================
*/

@media only screen and (min-width: 1200px){

}

@media only screen and (min-width: 1480px){

}

@media only screen and (min-width: 1700px){

}

@media (min-width: 1900px){

}

@media only screen and (min-width: 2000px){

}

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

@media only screen and (max-width: 1580px){
  #heromappic {
    max-height: 680px;
  }
}

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

    #header--desktop.is-fixed #mytel {
    display: none !important;
  }

  #nav--menu > .nav--main > a.nav-link {
    padding-left: 23px;
    padding-right: 23px;
  }

  li.js-nav-item-916513 {
    margin-right: 320px;
  }

  .banner_start_small__container{
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  #header--desktop .header__bottom .container, #header--desktop .header__top .container{
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  #startmiddleleft:after {
    width: 60px;
    right: -100px;
  }

  #startmiddleright:after {
    width: 60px;
    left: -100px;
  }

  .nav--menu .nav-item.active > a:before, .nav--menu .nav-item.has-active > a:before {
    display: none;
  }

  #startmymap_container > .container {

  }

  #startmymap_container .banner_start_1__container.container {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    max-width: 1200px;
  }
}

@media only screen and (max-width: 1400px){
  #startmiddle {

  }
}

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

    #page_cat_content .categories .container .row > div.col-6 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

  #mytel {
    display: none !important;
  }

  .banner_start_small__container{
    max-width: 952px;
  }

.nav--menu .nav-link {
    padding-left: 16px;
    padding-right: 16px;
}

  .header__top-left {
    padding: 0px;
    margin: 0 auto;
    margin-left: 0px;
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    background: transparent;
  }


  #header_logo_img a {
    margin: 0 auto;
    margin-top: -40px;
  }

  #header_logo_img a img {
   
  }

  .header__top-left:before {
    margin-left: -8990px
  }

  .header__top-right {
    margin-bottom: 0px;
  }

  .header_text_section_2 {
    display: block;
    display: none;
  }

  .search-box__dropdown {
    margin: 0 auto;
  }

  #header--desktop.is-fixed .header__top-left {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  #header--desktop.is-fixed  #header_logo_img {
    padding: 0px;
    min-width: auto;
    min-height: auto;
  }

  #header--desktop.is-fixed .header__top-left:before {
    margin-left: -8670px;
  }

  #header--desktop.is-fixed .header__top-left .header__left-inner {
    position: relative;
    z-index: 1;
  }

  #header--desktop.is-fixed #header_logo_img a {
    display: block;
    width: 144px;
    height: 55px;
  }
  .search-box__dropdown.dropdown__content .search-box__search-btn {
    padding: 1rem 2rem;
  }

  #banner_start_small {

  }

  #startmyinfomiddle_in {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  #banner_start_small {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  /*
   #search-box__dropdown-btn2 {
    display: none !important;
  }
  */

  #search-box__dropdown2 {
    display: block;
  }

  #startmymap_container > .container {
    max-width: 1160px;
    padding-left: 0px;
    padding-right: 0px;
  }

  #startmymap_container .banner_start_1__container.container {
    max-width: 1160px;
  }

  .header__top-right {
    width: 100%;
  }

  #header_logo_img {
    margin: 0 auto;
    margin-bottom: -163px;
    margin-top: 53px;
  }
}

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

}

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

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

}

@media only screen and (max-width: 1200px){
  .carousel-cell-texts .html-text .imageholder {
    right: 10%;
    top: -50px;
  }

  #nav--menu > .nav--main > a.nav-link {
    padding-left: 18px;
    padding-right: 18px;
  }

  li.js-nav-item-916513 {
    margin-right: 280px;
  }

  li.js-nav-item-930300 {
    display: none;
  }

}

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

  #startmymap_container > .container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .banner_start_1__slide {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .banner_start_1__slide .banner_start_1__slide-inner {
    border-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    margin: 0 auto;
    max-width: 650px;
  }

  #startmymap_container {
    padding-bottom: 0px;
  }

  #banner_start_1 {
    position: relative;
    margin-bottom: 0px;
  }

  .startslgans {
    position: relative;
    margin-top: 120px;
    margin-bottom: 50px;
    top: 0px;
  }

  .banner_start_1__slide:last-child .banner_start_1__slide-inner {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  li.js-nav-item-767963 {
    display: none;
  }

  li.js-nav-item-916513 {
    margin-right: 380px;
  }
}

@media only screen and (max-width: 1050px){
  li.js-nav-item-916513 {
    margin-right: 330px;
  }
}

@media only screen and (max-width: 1024px){
   .carousel-cell-texts .html-text .imageholder {
    right: 6.5%;
    top: -65px;
  }
}

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

  .mynumbers_col {
    float: none;
    width: 100%;
    margin: 0 auto;
  }

  #numnum_container {
    margin-top: 40px;
  }

  #mynumbers_title {
    text-align: center;
  }

  #header_logo_img {
    min-width: 250px;
    margin-top: -32px;
  }

  .header__top-left:before {
    margin-left: -8933px;
  }

  #hamburger-box__dropdown-btn2 {
    background: #242424;
    border-radius: 0px;
    color: #fff;
  }

  .header .dropdown__btn:not(.cart-box__dropdown-btn):hover {
    color: #C3A180;
  }

  #startmiddle {
    display: block;
    margin: 0 auto;
    width: 100%;
  }

  #startmiddleleft, #startmiddleright, #startmiddlecenter {
    float: none;
    margin: 0 auto;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #startmiddlecenter {
    width: 90%;
    max-width: 440px;
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .startmiddle_num {
    display: table;
    margin: 0 auto;
    text-align: center;
    width: auto;
  }

  .startmiddle_title, .startmiddle_text {
    text-align: center;
  }

  #startmyinfomiddle_in {
    padding: 35px;
  }

  #startmiddleleft:after, #startmiddleright:after {
    display: none;
  }

  #startmiddle {
    padding: 35px;
  }

  .fullborder, #startmyinfomiddle_in {
    width: 100%;
    padding: 0px;
    border-radius: 0px;
  }

  #heromappic {
    border-radius: 0px;
  }

  .carousel-cell-texts .html-text .imageholder {
    position: relative;
    top: auto;
    width: 160px;
    right: auto;
    display: block;
    margin: 0 auto;
  } 

  .carousel-cell-texts .html-text .imageholder img {
    width: 160px;
  } 

  #startmybanner .carousel-cell-texts {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    align-items: flex-start;
  }

  #startmybanner .texts--layer .texts__container {
    padding-top: 0px;
    margin-top: 0px;
  }

  .imagecircles_cont {
    display: none;
  }

  #startmybanner .carousel-cell:after {
    background-size: cover;
    opacity: 0.5;
  }


  .carousel-cell-text.text--big {
    text-align: center;
  }

  .carousel-cell-text.text--medium {
    text-align: center;
  }

  .header__top-left {
    position: absolute;
  }

  .header__top-right {
    position: absolute;
    right: 0px;
    max-width: 200px;
    z-index: 1;
  }

  .header__top-inner {
    padding-top: 40px;
  }

  #header--desktop .header__bottom {
    min-height: 60px;
  }
}

@media only screen and (max-width: 860px){
    #page_cat_content .categories .container .row > div.col-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

}

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

}

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

  .artdet__block-right {
    background: transparent !important;
  }

  #banner_start_small .flickity-enabled.is-draggable .flickity-viewport {
    height: auto !important;
  }


  #ud_shop_start .carousel__buttons, #page_artdet_content .carousel__buttons {
    top: -9px;
  }

  #banner_start_1 .banner_start_1__slides {
    position: relative;
    z-index: 1;
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 0px;
  }

  .header__top-left:before {
    margin-left: -8942px;
  }

  #header_logo_img a {
    margin-left: 0px;
  }

  #startslgans1 {
    font-size: 53px;
  }

  #startslgans2 {
    font-size: 40px;
    margin-top: 15px;
  }

  .startslgans {
    position: relative;
    margin-top: 60px;
    margin-bottom: 50px;
    top: 0px;
  }

  #startmymap {
    margin-top: -1px;
  }

  .carousel-cell-text.text--big {
    font-size: 40pt;
    line-height: 1.5;
  }

  .carousel-cell-text.text--medium {
    font-size: 20pt;
    line-height: 1.5;
  }

  .header__top-left, .header__top-right {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

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

  .numnum_number {
    font-size: 32pt;
  }
  #own_footer {
    background: url(../image/premium_magmix_footer.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #own_footer:before {
    content: '';
    display: block;
    background: url(../image/footer_lines.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

  #ud_shop_start .carousel__buttons, #page_artdet_content .carousel__buttons {
    position: relative;
    margin: 0 auto;
    margin-top: -10px;
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: -10px;
    display: block;
    right: auto;
    left: auto;
  }

  .carousel__nav {

  }

  #ud_shop_start #banner_start_small .carousel__buttons {
    margin-top: 20px;
    top: -9px;
  }

  #startmyinfomiddle_in {
    background: url(../image/heropic.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .start-blog-title-box__inner {
    background: url(../image/premium_magmix_footer.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }


}

@media only screen and (max-width: 660px){ 
  .pointimageholder {
    display: none !important;
  }

  .pointtext_txt {
    display: none !important;
  }

  .pointtext_holder {
    float: none;
    width: 100%;
    height: auto;
  }

  .pointtext_title {
    font-size: 14px;
    font-weight: 500;
    margin-top: 0px;
    line-height: 1.1;
  }
}

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


  .blog__btn-more-wrap {
    margin-top: 25px;
  }


  #custom-content-top {

  }
  #own_payment {
    width: 100%;
    height: 40px;
    margin-top: 40px;
  }
  header.header--mobile {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    height: 70px;
  }
  #header_logo_img {
    background: transparent;
    margin: 0 auto;
    padding: 0px;
  }
  #header_logo_img a {
    background: transparent url(../svg/premium_magmix_logo.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    width: 240px;
    height: 60px;
    margin-top: -6px;
  }
  nav.nav--bottom .dropdown__btn.is-active:after {
    border-top: 6px solid #242424;
    margin-bottom: 6px;
  }


  #custom-content-top {
    
  }

  .banner_start_1__slide {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .banner_start_small__container .start_banners__elements {
    margin: 0 auto;
    max-width: 88%;
    overflow: visible;
  }

  #banner_start_small .flickity-viewport {
    min-height: 80px;
  }
}

@media only screen and (max-width: 500px){
  .numnum_items {
    float: none;
    margin: 0 auto;
    margin-bottom: 20px !important;
    width: 100%;
    max-width: 320px;
  }

  #numnum_item1, #numnum_item3 {
    margin: 0 auto;    
  }

  #numnum_item4 {
    margin-bottom: 0px !important;
  }

      #page_cat_content .categories .container .row > div.col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

      .carousel-cell-text.text--big {
        font-size: 33pt;
        line-height: 1.7;
    }
}

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

}

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

}





@media (max-width: 768px) {
  .page_content--blog-details .blog-details__text .container {
    column-count: 2;
  }
}

@media (max-width: 480px) {
  .page_content--blog-details .blog-details__text .container {
    column-count: 1;
  }
}
 