/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/* google stuff */

iframe[name=google_conversion_frame] 
{
    display: none !important;
}

@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: 400;
  src: local('Droid Serif'), local('DroidSerif'), url(https://fonts.gstatic.com/s/droidserif/v6/0AKsP294HTD-nvJgucYTaIgp9Q8gbYrhqGlRav_IXfk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
    font-family: 'museo_sans300';
    src: url('fonts/museosans_300-webfont.eot');
    src: url('fonts/museosans_300-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museosans_300-webfont.woff') format('woff'),
         url('fonts/museosans_300-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo_sans500';
    src: url('fonts/museosans_500-webfont.eot');
    src: url('fonts/museosans_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museosans_500-webfont.woff') format('woff'),
         url('fonts/museosans_500-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo_sans700';
    src: url('fonts/museosans_700-webfont.eot');
    src: url('fonts/museosans_700-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museosans_700-webfont.woff') format('woff'),
         url('fonts/museosans_700-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Main CSS */

html			{width: 100%; height: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 14px;}
body			{width: 100%; height: 100%; background-color: #EFEFEF;font-family: 'museo_sans300', sans-serif; font-style: normal; font-size: 14px; color: #000000; line-height: 20px;}

input,
textarea		{font-family: 'Roboto', sans-serif; font-weight: 400; font-style: normal; color: #888888; font-size: 1em; outline: 0;}
*:focus {
    outline: none;
}

input::-moz-focus-inner {border: 0;}

a				{color: #01b6f2; text-decoration: none; outline: 0;}
a:hover			{text-decoration: none; color: #000000;}
em				{font-style: normal;}

#wrap               {position: relative; display: block; width: 100%; height: auto;}

#cloader			{position: absolute; display: none; width: 100%; height: 100%; top:0px; left: 0px; z-index: 60000; background-color: #ffffff; background-color: rgba(255, 255, 255, 0.5);}
#cloader_content	{position: relative; display: block; width: 50px; height: 50px; margin: 0px auto 0px auto;
    aspect-ratio: 1;
    border-radius: 50%;
    background: 
      radial-gradient(farthest-side,#F45656 94%,#0000) top/3px 3px no-repeat,
      conic-gradient(#0000 30%,#F45656);
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 3px),#000 0);
    animation: l13 1s infinite linear;
}

#cmessage         {position: fixed; display: none; width: auto; height: auto; bottom: 20px; left: 0px; background-color: #F45656; z-index: 99999; color: #ffffff; padding: 20px 60px 20px 20px; font-family: museo_sans500; font-size: 14px;}
#cmessage_close   {position: absolute; display: block; width: 20px; height: 20px; top: 50%; transform: translateY(-50%); right: 15px; text-indent: -10000px; background: url(images/close.svg) center center no-repeat;}

.no_results       {text-align: center; padding: 50px 0px 20px 0px;}

@keyframes l13{ 
  100%{transform: rotate(1turn)}
}

.prevent-select { -webkit-user-select: none; -ms-user-select: none; user-select: none;}

.mt-100			{margin-top: 100px;}
.ml-24          { margin-left: 24px;}
.mb-24          { margin-bottom: 24px;}
.mr-24          { margin-right: 24px;}
.ml-10          { margin-left: 10px;}
.ml-5           { margin-left:  5px;}
.mr-5           { margin-right:  5px;}
.mt-15          { margin-top: 15px;}
.mb-15          { margin-bottom: 15px;}


.mb-0          { margin-bottom: 0 !important;}
.mt-0          { margin-top: 0 !important;}
.m-0          { margin:  0;}
.mx-0         { margin-left:  0; margin-right: 0;}
.my-0         { margin-top:  0; margin-bottom: 0;}

.pr-10          {padding-right: 10px;}
.pl-10          { padding-left: 10px;}
.pr-20          {padding-right: 20px;}
.pt-30          {padding-top: 30px;}
.pl-20          { padding-left: 20px;}
.pt-10          {padding-top: 10px;}
.pb-10          { padding-bottom: 10px;}

.pb-0          { padding-bottom: 0 !important;}
.pt-0          { padding-top: 0 !important;}
.p-0           { padding:  0;}
.px-0          { padding-left:  0; padding-right: 0;}
.py-0          { padding-top:  0; padding-bottom: 0;}

.bt-0          { border-top: 0 !important;}

.flex			{display: flex; flex-flow: row wrap;}
.flex-column    {display: flex; flex-flow: column;}
.block			{display: block; }
.no-wrap        {flex-wrap: nowrap;}
.align-items-center { align-items: center;}
.align-items-stretch {align-items:  stretch;}
.align-self-center { align-self: center;}
.align-self-stretch { align-self: stretch;}
.align-self-start { align-self: flex-start;}
.align-self-end { align-self: flex-end;}

.v-align-middle     { vertical-align: middle;}
.v-align-top     { vertical-align: top;}

.justify-space-between {justify-content: space-between;}
.justify-space-around  { justify-content: space-around;}
.justify-center        { justify-content: center;}
.justify-start         { justify-content: flex-start;}
.justify-end           { justify-content: flex-end;}
.flex_grow_1           { flex-grow: 1;}
.text_align_left       { text-align: left;}
.text_align_right      { text-align: right;}
.text_align_center     { text-align: center;}

.position-absolute      { position: absolute !important; }
.top-0                  { top: 0;}
.bottom-0               { bottom: 0;}
.right-0                { right: 0;}
.left-0                 { left: 0;}

.w-25           { width: 25%; }
.w-30           { width: 30%; }
.w-40           { width: 40%; }
.w-45           { width: 45%; }
.w-50           { width: 50%; }
.w-60           { width: 60%; }
.w-75           { width: 75% !important;}
.w-70           { width: 70%;}
.w-80           { width: 80%;}
.w-90           { width: 90%;}
.w-100          { width: 100%; }

.h-100          { height: 100%; }

.d-block        { display: block;}
.d-inline       { display: inline;}
.d-inline-block { display: inline-block;}
.d-inline-flex   { display: inline-flex;}

.border-box     { box-sizing: border-box;}
.content-box    {box-sizing: content-box;}

.single-line    { white-space: nowrap;}
.cursor-pointer { cursor: pointer;}
.underline      { text-decoration:  underline;}
a.underline:hover { text-decoration: none;}

.f-left         {float: left;}
.f-right        { float: right;}
.c-left         { clear: left;}
.c-right        { clear: right;}
.c-both         {clear: both;}
.clearfix:after {content:""; display:block; clear:both;}

.fs-60         { font-size: 60px;}
.fs-42          { font-size: 42px;}
.fs-40          { font-size: 40px;}
.fs-30          { font-size: 30px;}
.fs-26          { font-size: 26px;}
.fs-24          { font-size: 24px;}
.fs-22          { font-size: 22px;}
.fs-18          { font-size: 18px;}
.fs-16          { font-size: 16px;}
.fs-12          { font-size: 12px;}
.fs-10          { font-size: 10px;}
.fs-8           { font-size: 8px;}

.lh-100         { line-height: 100%;}

.strike         { text-decoration: line-through;}

.radius-60      { border-radius: 60px;}

#top_banner     {position: fixed; display: block; width: 100%; height: 45px; top: 0px; left: 0px; color: #ffffff; text-align: center; background-color: #000000; font-family: 'Droid Serif'; z-index: 100; font-size: clamp(13px, 2vw, 14px); line-height: 45px;}
#top_banner a   {position: relative; display: block; color: #ffffff; text-decoration: none; text-align: center;}

#header			{position: fixed; display: block; width: 100%; height: 100px; top: 0px; left: 0px; background-color: #3D3D3D;  z-index: 100;}
.no_bg          { background-color: transparent !important;}
.body_black     {background-color: #000000;}
.active_menu    { background-color: #3D3D3D !important; }
#header.active_menu:after {display: none !important;}

.container_full	{position: relative;  width: 100%; height: auto;}
.container_max	{position: relative;  width: 100%; height: auto; max-width: 1440px; padding: 0 20px; margin: 0px auto; box-sizing: border-box;}

#home_top					{position: relative;}
#home_top .flex_item		{width: 50%;}
#home_top .slide_content>.flex_item>img,
#home_top .slide_content>img	{position: relative; display: block; width: 100%; height: 100%; object-fit: fill;}
#home_top:after,
#home_top:before { display: none;}
/* #home_top .slide_copy { position: absolute; padding-top: 4vw; left: 0; right: 0; z-index: 4;} */
#home_top .slide_copy { 
    padding: 130px 0  clamp(30px, 7vw, 60px) 0; 
    box-sizing: border-box; 
    position: relative;
    z-index: 1;
    max-height: 95vh;
    min-height: 500px;
    height: 900px;
    display: flex;
    align-items: end;
}
#home_top .slide_content {
    position: relative;
    z-index: 110;
}
#home_top .slide_content .slide_copy {
    z-index: 120;
}
#home_top .slide_content:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%);
    height: 534px;
    max-height: 70%;
    z-index: 1;
}

#home_top .slide {
    position: relative;
    overflow: hidden;
}

#home_top .slide.bgBlack {
    background-color: #000; 
}

#home_top .slide:has(video)::before {
    display: none;
}

.video-bg-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.video-bg-file.is-visible {
    opacity: 1;
}

#home_top .slide_copy h1 {
    font-family: "Droid Serif";
    font-size: 60px; 
    font-size: clamp(32px, 4vw, 60px);
    line-height: clamp(32px, 4vw, 67px);
    margin-bottom: 20px;
}
#home_top .wMobile .slide_copy h1 {
    display: none;
}
#home_top .slide_copy p {
    margin-bottom: 30px;
}
#home_top .slide_copy a.button:hover span:first-child {
    color: #F45656 !important;
}
#home_top .sliderNav {  color:  white; text-align: right;}
#home_top .sliderNav li { display: inline; padding: 0 5px;}
#home_top .slider_nav_wrapper { position: absolute; bottom: 3vw; z-index: 1;}
@media (max-width: 600px) {
    #home_top .slider_nav_wrapper {   bottom: 20px;  }
}
#home_top .sliderNav .slick-active button { color: #fff;  font-family: "museo_sans700"; position: relative;}
#home_top .sliderNav .slick-active button:after {
    content: ' ';
    display: block;
    width: 2px;
    height: 12px;
    background: #fff;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -1px;
}
#home_top .sliderNav button { background: none; border: none; position: relative; color: #BCBCBC;  cursor: pointer; }

#home_top .slide[data-double-slide]::before {
    content: '';
    background-image: var(--beforeBg);
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    bottom: 0;
 }
 #home_top .slide[data-double-slide]::after {
    content: '';
    background-image: var(--afterBg);
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 50%;
    bottom: 0;
 }
 #home_top .slide[data-single-slide]::before {
    content: '';
    background-image: var(--beforeBg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
 }
@media (max-width: 1460px) {
     #home_top .slide_copy { 
         max-height: 80vh;
     }
 }
 
 @media (max-width: 1260px) {
     #home_top .slide_copy { 
         height: 700px;
     }
 }
 @media (max-width: 1179px) {
     #home_top .slide_copy { 
         height: auto;
         min-height: 600px;
     }
 }
 @media (max-width: 1023px) {
     #home_top .slide_copy { 
         height: auto;
         min-height: 400px;
         padding-bottom: 20px;
     }
     #home_top .slide_copy p {
       margin-bottom: 20px;
     }
 }
 #home_top .slide_copy>div {
     width: auto;
     max-width: 700px;
 }
 @media (max-width: 600px) {
     #home_top .slide_copy>div {
         max-width: 100%;
     }
 
 }
 @media(max-width: 850px) {
    #home_top .wMobile .slide_copy h1 {
      display: block;
    }
    .video-bg-file {
      display: none;
    }
    #home_top .slide:has(video)::before {
      display: block;
    }
    #home_top .slide[data-single-slide].wMobile::before {
      background-image: var(--beforeBgMobile);
    }
    #home_top .slide_copy h1, 
    #home_top .slide_copy p {
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
    }
 }

 @media(max-width: 600px) {
    #home_top .slide[data-double-slide]::before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    #home_top .slide[data-double-slide]::after {
        display: none;
    }
 }
 @media(max-width: 576px) {
  #home_top .slide_copy { 
      height: auto;
      min-height: 500px;
  }
   #home_top .slide_copy p {
     width: 100% !important;
   }
   
 }
#footer			{position: relative; display: block; width: 100%; height: auto; background-color: #2E2E2E;}
#footer_top		{position: relative; display: block; width: auto; height: auto; background-color: #2E2E2E;}
#footer.light_footer #footer_top {
    background: #fff;
}
#footer_top .container_max {
    padding: 48px 20px 20px 20px;
}
.footer_actions {
    flex-grow: 2;
}
.footer_navigation {
    flex-grow: 3;
    justify-content: space-between;
}
.footer_navigation h5 {
    color: white;
    font-size: 16px;
    line-height: 33px;
}
.light_footer .footer_navigation h5 {
    color: #000;
}
.footer_navigation a {
    color: #636363;
    font-size: 16px;
    font-family: 'museo_sans300';
    line-height: 33px;
}
.footer_navigation a:hover {
    color: #fff;
}
.light_footer .footer_navigation a:hover {
    color: #000;
}
.footer_actions .social {
    align-items: flex-start;
    margin-bottom: 40px;
}
.footer_actions .social a {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.footer_actions .social a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
}

.newsletter {
    max-width: 320px;
    margin-bottom: 40px;
}
.newsletter h5 {
    color: #F45656;
    font-size: 12px;
    font-family: "museo_sans700";
    line-height: 27px;
    margin-bottom: 18px;
}
.newsletter p {
    color: #fff;
    font-size: 22px;
    font-family: "museo_sans300";
    line-height: 29px;
    margin-bottom: 30px;
}
.light_footer .newsletter p {
    color: #000;
}
.newsletter form {
    width: 100%;
    position: relative;
}
.newsletter input {
    background: transparent;
    height: 40px;
    border: none;
    border-bottom: 1px solid #6E6E6E;
    min-width: 100%;
    padding: 0 50px 14px 0;
    box-sizing: border-box;
}
.newsletter input.err {
    border-bottom: 1px solid #F45656;  
}
.newsletter_confirm {
  display: none;
  color: #fff;
  font-family: "museo_sans300";
  font-size: 16px;
  margin-bottom: 20px;
}
.light_footer .newsletter_confirm {
  color: #000000;
}
.get_password_confirm {
  display: none;
  color: #000;
  font-family: "museo_sans300";
  font-size: 16px;
}
.newsletter input:focus {
    border-bottom: 1px solid #F45656;
}
.newsletter button {
    background: none;
    border: none;
    color: #F45656;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.copyright {
    color: #777777;
    font-size: 10px;
    font-family: "museo_sans300";
    line-height: 33px;
}
#footer_bottom	{position: relative; display: block; width: auto; height: auto; background-color: #000000; padding: 34px 0 40px 0;}
.light_footer #footer_bottom {
    background: #FAFAFA;
}
#footer_bottom .container_max {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}
#footer_bottom .container_max a {
    color: #fff;
}
.light_footer #footer_bottom .container_max  {
    color: #000;
}
.light_footer #footer_bottom .container_max a {
    color: #000;
}
#footer_bottom .container_max .logo-wraper {
    flex-grow: 3;
}
#footer_bottom .container_max div {
    flex-grow: 1;
}
#footer_bottom .container_max div:last-child {
    flex-grow: unset;
}
#footer_bottom .logo {
    display: block;
    width: 199px;
    height: 44px;
    background: url(images/logow_alt.svg) no-repeat center;
}
.light_footer #footer_bottom .logo {
    background-image:  url(images/logo.svg);
}

@media (max-width: 1024px) {
    .footer_navigation {
        width: 100% !important;
        flex-wrap: wrap;
    }
    .footer_navigation > div {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #6E6E6E;
    }
    .footer_navigation > div.active {
        padding-bottom: 10px;
    }
    .footer_navigation h5 {
        padding: 10px 0;
        cursor: pointer;
    }
    .footer_navigation > div ul {
        display: none;
    }
    .newsletter {
        width: 100%;
        max-width: 100%;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    
    .newsletter p {
        color: #fff;
        font-size: 16px;
        font-family: "museo_sans300";
        line-height: 20px;
        margin-bottom: 15px;
    }

    .footer_actions .social {
        width: 100%;
        justify-content: center;
        margin-bottom: 20px;
    }
    #footer_bottom .logo {
        display: block;
        width: 25px;
        height: 33px;
        background: url('images/logo_small.svg') no-repeat center;
        background-size: 100%;
        margin: 0 auto;
    }
    .light_footer #footer_bottom .logo {
        background-image:  url('images/logo_small.svg');
    }

    #footer_bottom .container_max {
        flex-wrap: wrap;
    }
    #footer_bottom .container_max div {
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }
}

#header.no_bg:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 197px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.36) 34%, rgba(0, 0, 0, 0.00) 100%);
    background-blend-mode: hard-light;
    z-index: 0;
} 
#header .container_max {
    z-index: 1;
}
#header .container_max.flex {
    height: 100%;
    align-items: center;
    justify-content: space-between;
}
#header .logo {
    display: block;
    width: 199px;
    height: 44px;
    background: url('images/logow.svg') no-repeat center;
    background-size: 100%;
}
@media (max-width: 1024px)  {
    #header .logo {
        display: block;
        width: 25px;
        height: 33px;
        background: url('images/logow_small.svg') no-repeat center;
        background-size: 100%;
    }

}
.nav-wrapper > ul > li {
    display: inline;
    padding: 0 clamp(10px, 2vw, 35px) 45px;
}

@media (max-width: 1110px)  {
    .nav-wrapper > ul > li {
        display: inline;
        padding: 0 clamp(10px, 1vw, 35px) 45px;
    }
}
@media (max-width: 790px)  {
    .nav-wrapper > ul > li {
        display: inline;
        padding: 0 clamp(5px, 0.5vw, 35px) 45px;
    }
}

.nav-wrapper>ul>li>a {
    color: #fff;
    font-family: 'museo_sans300';
}
.nav-wrapper>ul>li>a:hover,
.nav-wrapper>ul>li.active>a {
    color: #fff;
    font-family: 'museo_sans300';
    text-shadow:0px 0px 1px #fff;
}
.actions-wrapper {
    color: #fff;
}
.actions-wrapper>.flex>div {
    margin: 0 10px;
}
.actions-wrapper>.flex>div:last-child {
    margin-right: 0;
}
.actions-wrapper .material-symbols-outlined {
    font-weight: 300;
}

.has-badge {
    position: relative;
}
.has-badge .badge {
    position: absolute;
    top: -9px;
    right: -9px;
    width: 19px;
    height: 19px;
    text-align: center;
    color: #FFF;
    background-color: #F45656;
    border-radius: 50%;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    text-align: center; 
    letter-spacing: -0.84px;
}

.extenden_menu {
    display: none;
    position: fixed;
    background: #2B2B2B;
    top: 100px;
    left: 0;
    right: 0;
}
.nav>ul {
    padding: 55px 0;
    border-right: 1px solid #4A4A4A;
    width: 150px;
    min-height: 450px;
}
.nav-wrapper ul li:hover .extenden_menu {
    display: block;
}
.extenden_menu .nav_item {
    display: block;
}
.extenden_menu .nav_item.top_spacing {
    margin-top: 20px;
}
.extenden_menu .nav_item.bottom_spacing {
    margin-bottom: 20px;
}
.extenden_menu .nav_item > a{
    color: #757575;
    font-family: "Droid Serif";
    font-size: 20px;
    line-height: 29px;
    padding: 9px 0;
    display: block;
    position: relative;
}
.extenden_menu .nav_item.active>a:after,
.extenden_menu .nav_item:hover>a:after {
    content: ' ';
    display: block;
    width: 1px;
    position: absolute;
    top:0;
    bottom: 0;
    right: -1px;
    background: #fff;
}
.extenden_menu .nav_item.active a,
.extenden_menu .nav_item:hover a {
    color: #fff;
}
.extenden_menu .nav_item.active ul.sn_extra a,
.extenden_menu .nav_item:hover ul.sn_extra a {
    color: #929292;
}
.extenden_menu .nav_item.active .sub_nav {
    display: flex;
}
.extenden_menu .nav_item>a>img {
    width: 15px;
    vertical-align: middle;
    margin-right: 10px;
    fill: #757575;
}
.extenden_menu .nav_item .sub_nav {
    display: none;
    position: absolute;
    right: 20px;
    left: 170px;
    top: 0;
    bottom: 0;
    padding: 53px 0 43px 0;
}

.extenden_menu .nav_item .sub_nav>div {
    width: 50%;
}
.extenden_menu .nav_item .sub_nav .sub_nav_items {
    padding: 0 80px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.extenden_menu .sub_nav_items ul {
    columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  width: 100%;
}
.extenden_menu .sub_nav_items li {
    padding: 7px 0;
    width: 60%;

}
.extenden_menu .sub_nav_items li a {
    padding: 3px 0;
    display: inline-block;
    border-bottom: 1px solid transparent;
}
.extenden_menu .sub_nav_items ul.sn_extra li a {
    padding: 0;  
    font-family: "museo_sans500";
}
.extenden_menu .sub_nav_items li a.all {
    color: #AAA;
    font-style: italic;
}
.extenden_menu .sub_nav_items li a:hover,
.extenden_menu .sub_nav_items li.active a   {
    border-bottom: 1px solid #F45656;
}
.extenden_menu .sub_nav_items ul.sn_extra li a:hover,
.extenden_menu .sub_nav_items ul.sn_extra li.active a   {
    border-color: transparent;
    color: #ffffff;
}
.extenden_menu .sub_nav_items .sn_line {
  width: 14px;
  height: 1px;
  background-color: #B5B5B5;
  margin-top: 25px;
}
.extenden_menu .sub_nav_items ul.sn_extra {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
  font-family: "museo_sans500";
  padding-top: 25px;
}
.extenden_menu .nav_item_preview {
    position: relative;
    display: block;
}
.extenden_menu .nav_item_preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.extenden_menu .nav_item_preview>a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.extenden_menu .nav_item_preview h4 {
    font-family: "museo_sans300";
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 30px;
}
@media (min-width: 769px) {
    .menu_toggle {
        display: none;
    }
}
@media (max-width: 768px)  {
    .menu_toggle {
        display: block;
    }
    .menu_toggle .opened {
        display: none;
    }
    .menu_toggle .closed {
        display: block;
    }
    .menu_toggle.opened_menu .opened {
        display: block;
    }
    .menu_toggle.opened_menu .closed {
        display: none;
    }
    #header .nav-wrapper {
        position: fixed;
        top: 100px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2B2B2B;
        overflow-y: scroll;
        padding-bottom: 30px;
        display: none;
    }
    .multi_level>a {
        display: none;
    }
    .nav-wrapper > ul > li {
        display: block;
        padding: 0;
    }
    .nav-wrapper>ul>li>a {
        color: #A7A7A7;
        font-size: 20px;
        line-height: 38px;
        margin-left: 20px;
    }
   
    .extenden_menu {
        display: block;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
    }
    .nav {
        width: 100%;
    }
    .nav>ul {
        padding: 0;
        border: none;
        width: 100%;
        margin-bottom: 30px;
    }
    .extenden_menu .nav_item .sub_nav {
        display: block;
        position: relative;
        right: auto;
        left: auto;
        top: auto;
        bottom: auto;
        padding: 0;
        display: none;
    }
    .extenden_menu .nav_item:hover .sub_nav {
        display: none;
    }
    .extenden_menu .sub_nav_items ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        width: 100%;
    }
    .extenden_menu .sub_nav_items li {
        padding: 0;
    }
    .extenden_menu .nav_item .sub_nav>div,
    .extenden_menu .sub_nav_items li {
        width: 100%;
    }
    .extenden_menu .nav_item > a {
        color: #FFF;
        font-family: "Droid Serif";
        font-size: 24px;
        line-height: 44px;
    }
    .nav_item_preview {
        display: none;
    }
    .extenden_menu .nav_item .sub_nav .sub_nav_items {
        padding: 0 ;
    }
    .extenden_menu .sub_nav_items li a {
        color: #AAA;
        font-family: "museo_sans300";
        font-size: 16px;
        line-height: 41px;
        padding: 0;
    }
    .extenden_menu .sub_nav_items li a:hover,
.extenden_menu .sub_nav_items li.active a  {
    border-bottom-color: transparent;
    color: #fff;
}
    .extenden_menu .nav_item.active>a:after, .extenden_menu .nav_item:hover>a:after {
        display: none;
    }
}



.button_small {
    height: 30px;
    line-height: 30px;
    border-radius: 60px;
    padding: 0 14px;
    text-align: center;
}
.button_medium {
    height: 64px;
    line-height: 64px;
    border-radius: 64px;
    padding: 0 30px;
    text-align: center;
}

.button_large {
    height: 30px;
    line-height: 30px;
    border-radius: 60px;
    padding: 0 35px;
    text-align: center;
}
.btn_primary {
    background: #000;
    color: #fff;
    cursor: pointer;
}
.btn_primary:hover {
    background-color: rgba(0, 0, 0, 0.10);
}
.btn_secondary {
    background: #B7B7B7;
    color: #fff;
    cursor: pointer;
}
.btn_secondary:hover {
    background-color: rgba(0, 0, 0, 0.10);
}
.bg_orange,
.hover_bg_orange:hover {
    background-color: #F45656;
}
.bg_light_gray,
.hover_bg_light_gray:hover {
    background-color: #B0B0B0;
}
.bg_gray,
.hover_bg_gray:hover {
    background-color: #4D4D4D;
}
.bg_white,
.hover_bg_white:hover{
    background-color: #fff;
}
.bg_black,
.hover_bg_black:hover {
    background-color: #000;
}
.bg_dark_gray1,
.hover_bg_dark_gray1:hover {
    background-color: #3D3D3D;
    background-blend-mode: multiply;
}
.bg_dark_gray2,
.hover_bg_dark_gray2:hover {
    background-color: #4A4F5E;
    background-blend-mode: multiply;
}


.feature_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    column-gap: 30px;
    row-gap: 0px;
    color: #000;
    width: 100%;
    margin: clamp(30px, 4vw,65px) 0 clamp(30px, 4vw,65px) 0;
}

.feature_grid img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 24px;
}
.feature_grid h3 {
    font-size: 22px;
    font-family: 'Droid Serif';
    line-height: 26px;
    margin-bottom: 20px;
    color: #000;
    border-bottom: 1px solid transparent;
    display: inline-block;
}
.feature_grid p {
    color: #4D4D4D;
    font-size: 14px;
    font-family: 'museo_sans300';
    line-height: 26px;
}
.feature_grid a:hover h3 {
    border-bottom: 1px solid #F45656;
}
@media (max-width: 1024px) {
    .feature_grid img {
        margin-bottom: 15px;
    }
    .feature_grid h3 {
        font-size: 22px;
        line-height: 23px;
        margin-bottom: 15px;
    }
    .feature_grid p {
        font-size: 14px;
        line-height: 20px;
    }
}
@media (max-width: 768px) {
    .feature_grid {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: 1fr;
        column-gap: 0px;
        row-gap: 40px;
        margin: clamp(30px, 4vw,65px) 0 clamp(45px, 4vw,65px) 0;
    }
}

.home_about {
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    margin-bottom: clamp(40px, 5vw,100px);
}
.home_about > div {
    width: 50%;
    align-content: center;
    box-sizing: border-box;
}
.home_about .content_wrapper {
    padding: 0 10vw 0 80px;
    background: #252525;
    color: #fff;
}
 .content_wrapper h5 {
    color: #AAAAAA;
    font-size: 12px;
    font-family: 'museo_sans300';
    line-height: 27px;
    margin-bottom: 15px;
}
.content_wrapper h3 {
    color: #000;
    font-family: 'Droid Serif';
    font-size: clamp(30px, 3vw, 40px);
    font-weight: 400;
    line-height: clamp(31px, 3vw, 41px);
    margin-bottom: clamp(15px, 2vw, 30px);
}
 .content_wrapper p {
    font-size: clamp(14px, 14px, 16px);
    font-family: 'museo_sans300';
    line-height: clamp(22px, 26px, 36px);
    margin-bottom: clamp(15px, 2vw, 30px);
}
.home_about .content_wrapper p {
    font-family: "Droid Serif";
}
.home_films {
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    padding: 100px 0px 100px 0px;
}
.home_films > div {
    align-content: center;
    box-sizing: border-box;
}
.home_films .image_wrapper {
    width: 65%;
    overflow: hidden;
}
.home_films .image_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home_films .content_wrapper {
    flex: 1;
    padding: 0px 0px 0px 80px;
}
.home_films .content_wrapper h5 {
    font-family: "Droid Serif";
    color: #000000;
    font-size: 40px;
    line-height: 47px;
    align-items: center;
    gap: 0.2em;
}
.home_films .content_wrapper h5 .material-symbols-outlined {
    font-size: 1em;
    line-height: 1;
}
.home_films .content_wrapper p {
    font-family: "Droid Serif";
}
@media (max-width: 1024px) {
    .home_about .content_wrapper  {
        padding: 0 20px;
    }
    .content_wrapper p {
        font-size: 14px;
        line-height: 20px;

    }
    .home_films {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .home_films .image_wrapper  {
        width: 50%;
    }
    .home_films .content_wrapper {
        padding-left: 50px;
    }
    .home_films .content_wrapper h5 {
      font-size: 30px;
      line-height: 37px;
    }
}
@media (max-width: 768px) {
    .home_about {
        flex-wrap: wrap;
    }
    .home_about > div{
       width: 100%;
    }
    .home_about .content_wrapper  {
        padding: 6vw;
    }
    .content_wrapper p {
        margin-bottom: 4vw;
    }
    .home_films {
        flex-wrap: wrap;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .home_films > div{
       width: 100% !important;
    }
    .home_films .content_wrapper  {
      padding-top: 30px;
      padding-left: 0px;
    }
}
.home_about img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
}
.home_catalogs {
    margin-bottom: 0;
    background: #fff;
}
.home_catalogs .image_wrapper {
    width: 60%;
}
.home_catalogs .content_wrapper {
    width: 40%;
    padding: 0 3vw;
    box-sizing: border-box;
}
.home_catalogs .content_wrapper div {
    max-width: 410px;
}
.home_catalogs .content_wrapper p {
    margin-top: 1.8vw;
}
.home_catalogs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .home_catalogs {
        flex-wrap: wrap;
    }
    .home_catalogs .image_wrapper,
    .home_catalogs .content_wrapper {
        width: 100%;
    }
    .home_catalogs .content_wrapper {
        padding: 3vw;
    }
}

.home_collections {
    background: #1D1D1D;
    padding-top: 95px;
    padding-bottom:  clamp(30px, 4vw, 80px);
}
.home_collections .container_max {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    column-gap: 30px;
    row-gap: 0px;
}
.home_collections .container_max>div {
    position: relative;
}
.home_collections img {
    margin-bottom: 30px;
    object-fit: contain;
    width: 100%;
    height: auto;
}
.home_collections h3 {
    font-family: "Droid Serif";
    font-size: clamp(30px, 3vw, 40px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(31px, 3vw, 41px);
    margin-bottom: 1.5vw;
}
.home_collections p {
    font-family: 'museo_sans300';
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 1.5vw;
    max-width: 400px;
}
.home_collections .collection_icon {
    display: block;
    position: absolute;
    top: 30px;
    left: 30px;
    width: 35px;
    height: 35px;
}
.home_collections .collection_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    vertical-align: middle;
}
@media (max-width: 768px) {
    .home_collections .container_max {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: 1fr;
        column-gap: 0px;
        row-gap: 7.5vw;
    }
    .home_collections h3,
    .home_collections p {
        margin-bottom: 4.5vw;
    }
}
.home_closerlook {
    background: #252525;
    margin-bottom: clamp(30px, 4vw,65px);
}
.home_closerlook .content_wrapper {
    display: flex;
    padding: 20px 40px 20px calc((100vw - 1400px)/2);
    width: 30%;
}
@media (max-width: 1440px){
    .home_closerlook .content_wrapper {
        padding: 20px;
    }
}
.home_closerlook .content_wrapper div {
    padding-right: clamp(4vw, 7vw, 13vw);

}
.home_closerlook .image_wrapper {
    width: 70%;
    flex-grow: 1;
}
.home_closerlook .image_wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
@media (max-width: 768px) {
    .home_closerlook {
        flex-wrap: wrap;
    }
    .home_closerlook>.container_full {
        position: relative !important;
    }
    .home_closerlook .content_wrapper,
    .home_closerlook .image_wrapper {
        width: 100% !important;
    }
    .home_closerlook .content_wrapper div {
        padding: 5vw 0;
    }

}
.home_cta {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    column-gap: 30px;
    row-gap: 0px;
    margin-bottom: clamp(30px, 4vw,65px);
}
.home_cta img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_cta > a {
    position: relative;
    display: block;
}
.home_cta > a::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.30);
}
.home_cta .content-wrapper {
    position: absolute;
    left: 5%;
    bottom: 10%;
    right: 10%;
    z-index: 1;
}
.home_cta h3 {
    font-family: "Droid Serif";
    font-size: clamp(30px, 3vw, 42px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(36px, 3vw, 47px);
    margin-bottom: 1.5vw;
}
.home_cta p {
    font-size: clamp(14px, 16px, 16px);
    font-family: 'museo_sans300';
    line-height: clamp(20px, 22px, 26px);
    margin-bottom: clamp(15px, 2vw, 30px);
}
.home_cta .button {
    border-color: #fff;
}
@media (max-width: 768px) {
    .home_cta {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: 1fr;
        column-gap: 0px;
        row-gap: 30px;
        margin-bottom: 64px;
    }
}


.button {
    display: inline-flex;
    align-items: center;
    border: 1px #494949 solid;
    border-radius: 70px;
    height: 40px;
    line-height: 40px;
    align-items: center;
    justify-content: space-around;
    padding: 0 20px;
}
.button:hover {
    border-color: #fff;
}
.white_border {
  border-color: #ffffff;
}
.white_border:hover {
  border-color: #494949;
}
.hover_black_border:hover {
    border-color: black;
}
.hover_orange_border:hover {
    border-color: #F45656;
}
.hover_white_border:hover {
    border-color: #ffffff;
}
.hover_orange:hover {
    color: #F45656 !important;
}
.button .material-symbols-outlined,
.button .material-icons {
    margin-right: 10px;
}
.no-border {
    border: none !important;
}
.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}
.white {
    color: #fff !important;
}
.black {
    color: #000 !important;
}
.orange {
    color: #F45656 !important;
}
.gray {
    color: #8B8B8B;
}
.light-gray {
    color: #929292;
}

.no-padding {
    padding: 0 !important;
}
.museo_sans300 {
    font-family: 'museo_sans300';
}
.museo_sans500 {
    font-family: 'museo_sans500';
}
.museo_sans700 {
    font-family: 'museo_sans700';
}
.museo_sans900 {
    font-family: 'museo_sans900';
}
.droid_serif {
    font-family: "Droid Serif";
}
.italic { font-style: italic;}

.cart_preview_wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.30);
    display: none;
}
.cart_preview_wrapper.active {
    display: block;
}
.cart_preview {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 650px;
    background: #EFEFEF;
    width: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
    z-index: 201;
}

.cart_preview > .title {
    padding: 15px 0;
    margin: 0 27px 0 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.cart_preview > .title h3 {
    font-family: "Droid Serif";
    font-size: 22px;
    font-weight: 400;
    line-height: 47px;
}
.cart_preview > .title .material-symbols-outlined {
    font-size: 34px;
}
.cart_preview .item_list {
    flex-grow: 1;
    margin: 0 7px 0 40px;
    overflow-y: scroll;
    padding-right: 20px;
}
.cart_preview .item_list .item {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    flex-wrap: nowrap;
}
.cart_preview .item_list .item-image {
    padding: 0;
    max-width: 163px;
} 
.cart_preview .item_list .item-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    vertical-align: middle;
}
.cart_preview .item_list .item-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    padding-left: 17px;
}
.cart_preview .item_list .item-actions {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.qty-button {
    border-radius: 60px;
    border: 1px solid #868686;
    height: 37px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    min-width: 80px;
    padding: 0 10px;
    
}
.qty-button .qty {
    color: #000;
    font-family: 'museo_sans500';
    font-size: 16px;
    line-height: 20px;
}
.cart_preview .remove-btn {
    font-size: 28px;
    cursor: pointer;
    margin-bottom: 15px;
}
.cart_preview .final_touch {
    padding-bottom: 20px;
    margin: 0 27px 0 40px;
}
.cart_preview .final_touch .title {
    padding: 13px 0;
}
.cart_preview .final_touch .title h3 {
    font-family: 'museo_sans500';
    font-size: 14px;
    line-height: 17px;
}
.cart_preview .final_touch .items .slide{
    width: 165px;
    margin-right: 20px;
}
.cart_preview .final_touch .items h3 {
    font-family: 'museo_sans500';
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}
.cart_preview .final_touch .items img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.cart_preview .cart_totals {
    padding: 25px 27px 25px 40px;
    box-shadow: 0px -2px 16px 0px rgba(0, 0, 0, 0.06);
}
.cart_preview .total-wrapper {
    padding-bottom: 30px;
}
.cart_preview .total-wrapper .btn_primary {
    flex-grow: 10;
}
.cart_preview .total-wrapper .btn_secondary {
    flex-grow: 1;
    margin-right: 40px;
}
@media (max-width: 600px) {
    .cart_preview .total-wrapper {
        padding-bottom: 0;
    }
    .cart_preview .total-wrapper:last-child {
        justify-content: space-between;
    }
    .cart_preview .total-wrapper:last-child .btn_secondary {
        margin-right: 20px;
    }
    .cart_preview .total-wrapper .button_medium {
        height: 40px;
        line-height: 40px;
        margin: 0 auto;
    }
    .cart_preview .total-wrapper .btn_secondary {
        margin: 20px auto;
    }
   
}

@media(max-width: 500px) {
    .cart_preview .item_list .item {
        flex-wrap: wrap;
    }
    .cart_preview .item_list .item-info{
        max-width: 60%;
    }
    .cart_preview .item_list .item-image {
        max-width: 100px;
    }
    .cart_preview .item_list .item-actions {
        width: 100%;
        flex-direction: row-reverse;
        align-items: center;
        padding: 15px 0 0 0;
    }
    .cart_preview .remove-btn {
        margin-bottom: 0;
    }
}

@media (max-width: 375px){
    .cart_preview .total-wrapper:last-child .btn_secondary {
        margin-right: auto;
    }
}
.cart_preview .slick-disabled {
    opacity: 0.5;
}
.search_preview_wrapper {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.30);
    display: none;
    overflow-y: scroll;
}
.search_preview {
    background: #EFEFEF;
    padding: 20px 0 80px 0;
}
.search_preview_wrapper.active  {
    display: block;
}
.search_preview .search_form_wrapper {
    flex-grow: 1;
    padding-right: 5vw;
    box-sizing: border-box;
}
.search_preview .most_searched {
    flex-grow: 1;
    padding-top: 10px;
}
.search_preview form {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 18px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(127, 127, 127, 0.30);
}
.search_preview form.err {
    border-color: #F45656;  
}
.search_preview label {
    color: #868686;
    font-family: 'museo_sans300';
    font-size: 12px;
    line-height: 27px;
}
.search_preview input {
    border: none;
    background: transparent;
    flex-grow: 1;
    font-size: 24px;
    line-height: 38px;
    color: #000;
    font-family: 'museo_sans700';
    padding: 0 40px;
    text-align: center;
    width: 160px;
}
.search_preview button {
    cursor: pointer;
    border: none;
    background: transparent;
}
.search_preview .most_searched h5 {
    font-family: 'museo_sans500';
    font-size: 12px;
    line-height: 27px;
    margin-bottom: 12px;
}
.search_preview .most_searched>div {
    font-size: 16px;
    line-height: 31px;
    letter-spacing: 0.32px;
}
.search_form_wrapper .search_top_results {
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    column-gap: 20px;
    row-gap: 0px;
}

.search_form_wrapper .search_top_results>div img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 20px;
}
@media (max-width: 1023px) {
    .search_preview .search_form_wrapper {
        width: 50%;
    }
    .search_form_wrapper .search_top_results {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        column-gap: 20px;
        row-gap: 20px;
    }
}
@media (max-width: 876px) {
    .search_preview .container_max.no-wrap {
        flex-wrap: wrap;
    }
    .search_preview .search_form_wrapper {
        width: 100%;
        margin-bottom: 30px;
    }
    .search_form_wrapper .search_top_results {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: 1fr;
        column-gap: 20px;
        row-gap: 20px;
    }
}
@media (max-width: 768px) {
    .search_form_wrapper .search_top_results {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 500px) {
    .search_form_wrapper .search_top_results {
        grid-template-columns: repeat(2, 1fr);
    }
}
.tags .tag {
    display: inline-flex;
    border-radius: 20px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    padding: 0 10px;
    margin: 0 5px 10px 0;
}
.tags .tag.tag_alt {
    height: 28px;
}
.tags .tag .remove_tag {
    font-size: 20px;
    margin-left: 10px;
    cursor: pointer;
    color: #000;
}
.tags .tag .remove_tag:hover {
    color: #F45656;
}
.radio_btn {
    display: inline-block;
    margin: 0 12px 12px 0;
}
.radio_btn span {
    height: 30px;
    display: inline-block;
    border-radius: 60px;
    border: 1px solid #959595;
    color: #000;
    font-size: 14px;
    line-height: 30px;
    padding: 0 15px;
    cursor: pointer;
    min-width: 80px;
    text-align: center;
    box-sizing: border-box;
}
.radio_btn:hover span {
    background: #4D4D4D;
    border-color: #4D4D4D;
    color: #fff;
}

.radio_btn input:checked + span { 
    background: #4D4D4D;
    border-color: #4D4D4D;
    color: #fff;
 }
 .radio_btn input {
    display: none;
 }

 .circle_radio_btn {
    display: inline-block;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    cursor: pointer;
    border: 3px solid #EFEFEF;
    margin: 0 6px 6px 0;
 }
 .circle_radio_btn:hover,
 .circle_radio_btn:has(input:checked){
    box-shadow:  0 0 0 1px #F45656; 
 }
 .circle_radio_btn input {
    display: none;
 }

 .round_button {
    display: inline-block;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    text-align: center;
    line-height: 57px;
    cursor: pointer;
 }
 .round_button_small {
    width: 30px;
    height: 30px;
    line-height: 30px;
 }
 .round_button_small .btn_icon {
    font-size: 18px;
 }
 .round_button .btn_icon {
    vertical-align: middle;
 }

 input[type="radio"] {
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #FFF;
    width: 16px;
    height: 16px;
    accent-color: #8E8E8E;
 }
 input[type="checkbox"] {
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #FFF;
    width: 16px;
    height: 16px;
    accent-color: #8E8E8E;
 }

 .filter {
    position: relative;
 }
 .filter .filter_label:after {
    content: '\e313';
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    color: #000;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    display: block;
    margin-left: 10px;
    font-size: 20px;
 }
 .filter.active .filter_label:after {
    content: '\e316';
 }
 .filter .filter_values {
    display: none;
    position: absolute;
    left: 0;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #FFF;
    padding: 20px 15px 10px 15px;
    min-width: 140px;
    z-index: 99;
 }
 .filter .filter_content {
   position: relative;
   display: block;
   width: auto;
   height: auto;
   max-height: 200px;
   overflow: auto;
 }
 .filter .filter_apply {
    padding: 10px 0px 0px 0px;
  }
  .filter .filter_apply button {
      cursor: pointer;
      border: none;
      background: transparent;
      width: 100%;
  }
 .filter.active .filter_values {
    display: block;
 }

 .category_items_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 32px;
    row-gap: 44px;
    margin-bottom: 70px;
 }
 .category_items_grid .item .align-items-stretch {
    min-height: 65px;
}
 .category_items_grid .item {
   position: relative;
 }
 .category_items_grid .item img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 12px;
    z-index: 1
 }
 .category_items_grid .item img.hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-out;   
  z-index: 2;
 }
.category_items_grid .item img.hover-image:hover {
   opacity: 1;
 }
 .category_items_grid .item h4 {
    font-size: 14px;
    line-height: 22px;
 }

 .category_items_grid .actions {
    display: none;
 }
 .category_items_grid .item:hover .actions {
    display: block;
 }
 @media (max-width: 1024px) {
    .category_items_grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 32px;
        row-gap: 44px;
        margin-bottom: 70px;
     }
}
@media (max-width: 600px) {
    .category_items_grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        column-gap: 0;
        row-gap: 20px;
        margin-bottom: 40px;
     }
}

 .pagination  a { 
    color: #000;
    margin: 0 10px;
    display: inline-block;
 }
 .pagination  a:hover,
 .pagination  a.active {
    text-decoration: underline;
    text-decoration-color: #F45656;
    text-decoration-thickness: 2px;
 }


 input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 22px;
    width: 22px;
    margin-left: .4em;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23777'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
    cursor: pointer;
}
  
 /*======== Slider ========*/
 .ui-slider.ui-widget.ui-widget-content {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
 }
 .ui-slider-handle {
    background: #2e2e30;
    padding: 0;
    border-radius: 15px;
    width: 15px;
    height: 15px;
 }
 .range_slider_group .sliderLabel {
   display: none;
 }
 .ui-slider-range {
    background-color: #F45656;
 }

#repsTabs {
  position: relative;
  padding: .2em;  
}

 #repsTabs ul {
    display: flex;
    justify-content: space-evenly;
    border-bottom:  1px solid rgba(0, 0, 0, 0.10) !important;
    margin: 0;
    padding: .2em .2em 0;
    line-height: 1.3;
 }
 #repsTabs ul li {
    text-align: left;
    flex-grow: 1;
    margin: 1px .2em 0 0;
 }
 #repsTabs ul li a {
    color: #000;
    padding-left: 0 !important;
    padding: .5em 1em;
    text-decoration: none;
    float: left;
 }
 #repsTabs ul li a:hover {
     color: #F45656 !important;
 }
 #repsTabs ul li a.active {
    color: #F45656 !important;
    font-family: 'museo_sans500';
 }
 .tabi-content {
    display: none;
  }
 .tab-content {
   display: none;
   border-width: 0;
   padding: 1em 1.4em;
   background: none;
 }
 .tab-content.active {
   display: block;
 }
 .tabi-content.active {
    display: block;
  }


 /*==================== Forms ===================================*/
 .input-wrapper {
    margin-bottom: 30px;
 }
 label,
 .label {
    margin-bottom: 10px;
    font-size: 14px;
    font-family: 'museo_sans500';
 }
 .input-wrapper input[type="text"],
 .input-wrapper input[type="date"],
 .input-wrapper input[type="password"],
 .input-wrapper input[type="email"],
 .input-wrapper select,
 .input-wrapper textarea {
    padding: 0 18px;
    height: 63px;
    border: 1px solid #D0D0D0;
    color: #000;
    box-sizing: border-box;
    font-size: 16px;
    background: none;
 }
.input-wrapper input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0.6;
}
 .input-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('images/arrow_down.svg');
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 48%;
 }
 .input-wrapper select:after {
    content: "&#9660;";
 }

 .input-wrapper textarea {
    resize: vertical;
    padding: 20px;
    min-height: 63px;
 }
 .input-wrapper *::placeholder {
    color: #929292;
    font-size: 16px;
 }

 .input-wrapper .invalid_input {
    border-color:#F45656 !important;
 }
 .input-wrapper input[type="radio"]{
    background: transparent;
    accent-color:#000;
    mix-blend-mode: multiply; 
  }
 .input-wrapper input[type="checkbox"]{
    background: transparent;
    accent-color:#000;
    mix-blend-mode: multiply; 
  }

  .input-wrapper input.err {
       border-color: #F45656;  
   }

  .input-wrapper select.err {
        border-color: #F45656;  
    }

  .radio_group.err label span {
    color: #F45656 !important;
  }

  .fileUpload {
    height: 61px;
    font-size: 16px;
    padding: 0 20px;
    display: inline-flex;
  }
  .fileUpload  input[type="file"] {
        visibility: hidden;
        width: 0;
        height: 0;
  }

 .add_to_cart_btn {
    height: 54px;
    border-radius: 64px;
    background: #000;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 0 30px;
    border: 1px solid transparent;
    cursor: pointer;
    margin-right: 20px;
}
.add_to_cart_btn:hover {
    background: transparent;
    border: 1px solid #959595;
    color: #000;
}
.add_to_cart_btn .btn_icon {
    margin-right: 15px;
}
  
/*===== Gallery details =====*/

.fancybox__container {
    --left-col-width: 0px;
  }
  
.fancybox__container.has-sidebar {
--left-col-width: clamp(300px, 20vw, 500px);
}

.fancybox__cols {
display: grid;
grid-template-columns: var(--left-col-width) minmax(0, 1fr) ;
height: 100%;
}


.fancybox__col {
display: flex;
flex-direction: column;
min-height: 0;

position: relative;
overflow: hidden;
}
.toolbar__wrapper {
    justify-content: space-between;
    position: relative;
}

.fancybox__data {
padding: 1rem;
overflow: auto;
}
.fancybox-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fancybox-header h1 {
    color: #FFF;
    font-family: "Droid Serif";
    font-size: clamp(28px, 4vw, 40px);
    line-height: clamp(32px, 4vw, 48px);
    margin: 20px 0;
}
.fb-close {
    font-weight: 100;
    font-size: 35px;
}
.fb-close:hover {
    color: #F45656;
}
.fancybox__toolbar__column.is-left {
    flex-grow: 0 !important;
}
.is-classic .is-nav-selected .f-thumbs__slide__button::after{
    border: 1px solid #F45656 !important;
}

.fancybox-thumbs > ul > li {
    width: 150px;
    height: 75px;
}
.fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right : 0;
    height: 95px;
    padding: 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
  }
  
  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
  }
.gallery_wrapper {
    height: calc(100vh - 190px);
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}
.gallery_wrapper .fancybox__cols {
    flex-grow: 1;
}
.is-compact .fancybox__toolbar {
    position: relative !important;
}
@media (max-width: 726px) {
    .fancybox__cols  {
        grid-template-columns: repeat(1, 1fr);
    }
    .toolbar__wrapper {
        display: none;
    }
}

#register_step2,
#register_step3 {
  display: none;
}

.wbanner #header {
  top: 45px;
}

.wbanner .extenden_menu {
  top: 145px;
}

.wbanner .search_preview_wrapper {
  top: 145px;
}

@media (max-width: 768px) {
  .wbanner .extenden_menu {
    top: auto; 
  }
  
  .wbanner #header .nav-wrapper {
    top: 145px;
  }
}