/*
Theme Name: CANAH
Theme URI: https://iashido.com/
Author: iashido
Author URI: https://iashido.com/
Description: Custom theme for MEGAGEN
Version: 3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: mnml, tech, med, responsive
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/




@font-face {
    font-family: 'Neutra M';
    src: url('css/fonts/neutra/NeutraDisp-Medium.woff2') format('woff2'),
        url('css/fonts/neutra/NeutraDisp-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neutra Display Thin Alt';
    src: url('css/fonts/neutra/NeutraDisp-MediumAlt.woff2') format('woff2'),
        url('css/fonts/neutra/NeutraDisp-MediumAlt.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neutra B';
    src: url('css/fonts/neutra/NeutraDisp-Bold.woff2') format('woff2'),
        url('css/fonts/neutra/NeutraDisp-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neutra L';
    src: url('css/fonts/neutra/NeutraDisp-Light.woff2') format('woff2'),
        url('css/fonts/neutra/NeutraDisp-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neutra TL';
    src: url('css/fonts/neutra/NeutraText-Light.woff2') format('woff2'),
        url('css/fonts/neutra/NeutraText-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neutra UT';
    src: url('css/fonts/neutra/NeutraDisp-Thin.woff2') format('woff2'),
        url('css/fonts/neutra/NeutraDisp-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neutra Display Titling';
    src: url('css/fonts/neutra/NeutraDisp-Titling.woff2') format('woff2'),
        url('css/fonts/neutra/NeutraDisp-Titling.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neutra Book';
    src: url('css/fonts/neutra/NeutraText-Book.woff2') format('woff2'),
        url('css/fonts/neutra/NeutraText-Book.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



@import url('https://rsms.me/inter/inter.css');


/*some easy stuff*/
:root {
    --menu-bk-color: white;
    --menu-item-color: #333;
    --link-color: #333;
    --my-color: #FF6600;
    --my-bigText: 7vw;
    --my-regText: 3.5vw;
    --my-text: 16px;
    --my-smallText: 12px;
    --my-siteMarginLeft: 20px;
    --fontFamilyNormal: "nb_grotesk_pro55m_normal";
    --fontFamilyRegular: "nb_architekt_neueregular";
    --tickerHeight: 50px;
    --headerContainerW: 80%;
    --headerContainerH: 600px;
    --lineH: 60px;


    --megagen_blue: #1190ff;
    --megagen_grey: #f1f1f1;
    --megagen-blue: #1190ff;
    --megagen-grey: #f1f1f1;



/*    MW*/
/*    --title-family: nb_grotesk_pro55m_normal;*/
/*    --title-family: 'Playfair Display', serif;*/
/*    --title-family: 'Libre Caslon Display', serif;*/
/*    --title-family: 'Prata', serif;*/
/*    --title-family: 'Lora', serif;*/
/*    --title-family: Ogg;*/
    --title-family: Inter;
/*    --title-family: 'Source Sans Pro', sans-serif;*/
/*    --title-family: 'Source Code Pro', monospace;*/
/*    --title-family: nb_architekt_neueregular;*/
/*    --title-family: 'Barlow Condensed', sans-serif;*/
    --btn-text-color: #FFF;
    --menu-bk-color: #f7f7f7;
    --btn-bk-color: #f7f7f7;
    --btn-bk-hover-color: #000;

    --text-top-label: 26px;
    --text-top-label-kerning: -1px;

    --text-menu: 36px;

    --content-padding: 20px;



    --text-big: 3.2vw;
    --text-big-kern: -0.15vw;
    --text-big-line-height: 4.6vw;

    --text-medium: 2vw;
    --text-medium-kern: -0.1vw;
    --text-medium-line-height: 2.6vw;

    --text-reg: 2vw;
    --text-reg-kern: -0.5px;
    --text-reg-line-height: 2vw;

    --text-small: 14px;
    --text-small-kern: 0px;
    --text-small-line-height: 16px;

    --text-smaller: 13px;
    --text-smaller-kern: 0px;
    --text-smaller-line-height: 13px;



    --text-color-blue: #333333;
    --text-color-white: #ffffff;

    --content-box-padding: 80px;
    --content-box-height: 300px;

    --bottom-text-padding: 10px;


/*    canah*/
    /* Color Variables */
    --mg-width: 95vw;
    --c-site-max-w: 100vw;

    --c-width: var(--mg-width);
    --canah-background-color: #1D1D19;
    --canah-primary-color: #60B82C; /* Green color from the logo */
    --canah-black-color: #000000;
    --canah-text-color: #FFFFFF; /* White text */
    --canah-accent-color: #60B82C; /* Same as primary for now, can be adjusted */
    --canah-hover-color: #4A9922; /* Darker green for hover states */

    /* Typography */
    --canah-font-main: 'Neutra Book' !important; /* Replace with your preferred font */
    --canah-font-size-normal: 16px;
    --canah-font-size-small: 14px;
    --canah-font-size-x-small: 12px;
    --canah-font-size-large: 18px;
    --canah-font-size-big: 45px;

    /* Spacing */
    --canah-spacing-small: 8px;
    --canah-spacing-medium: 10px;
    --canah-spacing-large: 24px;

    /* Layout */
    --canah-header-height: auto;
    --canah-max-width: 95vw;
    --canah-border-radius: 4px;
    --canah-menu-border-radius: 5px;
    --c-radius: var(--canah-menu-border-radius);
    --c-big-title-padding: 20px;
    --c-module-gap: 2px;


}
/*  color: var(--menu-bk-color);
var(--fontFamily);
var(--tickerHeight);
var(--fontFamilyRegular);
*/




/* unvisited link */
a:link {
  color: inherit;
    -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;

    transition: color 0.5s linear;
   -webkit-transition: color 0.5s linear;
   -moz-transition: color 0.5s linear;
}

/* visited link */
/*
a:visited {
  color: black;
}
*/

/* mouse over link */
a:hover {
  color: #1190ff;
}

/* selected link */
/*
a:active {
  color: black;
}
*/

/* Page Styles */
.static-bg{
    background: url(./img/cards_bk-imgs/static.gif) repeat center center;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: .03;
    padding: 0;
    z-index: -1;
}


html, body {
    text-rendering: optimizeSpeed !important;
/*    font-family: 'Inter UI', sans-serif;*/
    font-family: 'Neutra TL' !important;
    font-style:  normal;
    font-weight: 100;
/*    background-color: white;*/
    background-color: var(--canah-background-color);
    color: var(--text-color-blue);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: transparent;
/*    overflow-x: hidden !important;*/
/*    max-width: 100vw !important;*/

    max-width: var(--c-site-max-w);
    margin: auto !important;

}

.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
:focus {
    outline: none !important;
}


/*loading stuff pace*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: var(--text-color-blue);
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
/*end pace*/




#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 10px;
    background: #666;
    width: 20px;
    height: 20px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 99;
}
#return-to-top div {
    color: #fff;
    margin-left: 7px;
    margin-top: -4px;
    position: relative;
    left:-1px;
    top: 12px;
    font-size: 8px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-rendering: optimizeLegibility;
}
#return-to-top:hover {
    background:#2575B9;
}
#return-to-top:hover div {
    color: #fff;
    top: 10px;
}

/*owl*/
.owl-carousel{
    float: left;
}



/*owl*/

.padding-zero{
    padding: 0px;
}
.pad10{
    padding: 10px;
}
.pad30{
    padding: 30px;
}
.pad-b0{
    padding-bottom: 0px !important;
}
.line-blue{
    width: 100%;
    height: 2px;
    background: var(--text-color-blue);
}
.align-r{
    text-align: right;
}
.pad-t0{
    padding-top: 0px !important;
}
.pad-t50{
    padding-top: 50px !important;
}
.pad-b20{
    padding-bottom: 20px !important;
}
.pad-b30{
    padding-bottom: 30px !important;
}
.pad-b40{
    padding-bottom: 40px !important;
}
.mr10{
    margin-right: 10px;
}
.mb5{
    margin-bottom: 5px;
}
.mb10{
    margin-bottom: 10px;
}
.mL10{
    margin-left: 10px;
}
.marginBottom30{
    margin-bottom: 30px;
}
.marginBottom20{
    margin-bottom: 20px;
}
.marginTop30px{
    margin-top: 30px;
}
.formSection{
    font-weight: 700;
    font-size: 2.0rem;
    margin-bottom: 10px;
}
.formSubTitle{
    font-weight: 400;
}
.formTitle{
    margin-bottom: 20px;
}
.upper{
    text-transform: uppercase;
}



iframe{
    margin-bottom: 10px;
    max-width: 100%;
    min-width: 100%;
}
a.generic-link:hover{
    opacity: .8;
    filter: alpha(opacity=80);
    -webkit-transition: opacity .15s ease-in-out;
        -moz-transition: opacity .15s ease-in-out;
        -ms-transition: opacity .15s ease-in-out;
        -o-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out;
}

.raster {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAABJJREFUCB1jYGBg+A/ExAHsKgFV7gH/ssPq5wAAAABJRU5ErkJggg==) repeat;
        width: calc(100% - 10px);
        height: calc(100% - 5px);
/*        margin-bottom: 50px;*/
        position: absolute;
        top: 0;
}
.line5{
    width: 100%;
    height: 5;
    background: white;
}
.col2{
  -moz-column-count: 2;
  -moz-column-gap: 30px;
  -webkit-column-count: 2;
  -webkit-column-gap: 30px;
  column-count: 2;
  column-gap: 30px;
}
.col3{
      -moz-column-count: 3;
      -moz-column-gap: 10px;
      -webkit-column-count: 3;
      -webkit-column-gap: 10px;
      column-count: 3;
      column-gap: 10px;
}
.dot {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: none;
    -ms-grid-columns: 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px;
    grid-template-columns: 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px;
    -ms-grid-rows: 50px;
    grid-template-rows: 50px;
    background-image: url('./img/cards_bk-imgs/dot.png');
    background-position: 0 0;
    background-size: 50px;
    opacity: .5
}
.bk-generic{
    background-image: url('./img/waves.png');
/*    background-position: 0 0;*/
    background-size: 100%;
/*    opacity: .5*/
    background-repeat:no-repeat;
}
.w50{
    width: 50% !important;
}
.w60{
    width: 60% !important;
}
.w65{
    width: 65% !important;
}
.w75{
    width: 75% !important;
}
line{
    width: 100%;
    max-height: 1px;
    background: black;
    float: left;
    margin-top: 2px;
    margin-bottom: 2px;
}
.hue-rotate {
    -webkit-filter: hue-rotate(90deg);
    filter: hue-rotate(90deg);
}
.saturate {
    -webkit-filter: saturate(4);
    filter: saturate(4);
}
.saturate0 {
    -webkit-filter: saturate(0);
    filter: saturate(0);
}
.saturate1 {
    -webkit-filter: saturate(1);
    filter: saturate(1);
}
.saturate2 {
    -webkit-filter: saturate(2);
    filter: saturate(2);
}
.saturate3 {
    -webkit-filter: saturate(3);
    filter: saturate(3);
}
.saturate4 {
    -webkit-filter: saturate(4);
    filter: saturate(4);
}
.opac1{
    opacity: .1;
}
.opac2{
    opacity: .2;
}
.opac3{
    opacity: .3;
}
.opac4{
    opacity: .4;
}
.opac5{
    opacity: .5;
}
.white{
    background: #ffffff;
}
.yellow{
    background: #FFFF00;
}
.gri{
    background: #eaeaea;
}
.blue{
    background: #0B0D4D;
}
.lightblue{
    background: #00CCFF;
}
.white-text{
    color: white;
}
.fL{
    width: 100%;
    float: left;
}
.zTop{
    z-index: 1000;
}
.w100{
    width: 100% !important;
}
.minH0{
    min-height: 0px !important;
}
.pR50{
    padding-right: 50px;
}
.light-text{
    font-weight: 400;
}
.light{
    font-weight: 400;
}
.hide{
    display: none;
}
.pad0{
    padding: 0px;
}
.pad50{
    padding: 50px;
}
.t-align-r{
    text-align: right;
}
t-align-r{
    text-align: right;
}
.kern0{
    letter-spacing: 0px;
}

light, .light{
    font-weight: 400;
}
.text-bold, text-bold{
    font-weight: 600;
}
.bold{
    font-weight: 600;
}
bold{
    font-weight: 600;
}
.under{
    text-decoration: underline;
/*
      -webkit-text-underline-position: under;
      -ms-text-underline-position: below;
      text-underline-position: under;
*/
}
under{
    text-decoration: underline;
}
.under:after{
/*    display:block;*/
    margin-top: -10px;
}
.space-20{
    width: 100%;
    height: 20px;
}
space-20{
    width: 100%;
    height: 20px;
    float: left;
}
.space-40{
    width: 100%;
    height: 40px;
}
space-40{
    width: 100%;
    height: 40px;
    float: left;
}
.m-bot-20{
    margin-bottom: 20px;
}
.m-bot-10{
    margin-bottom: 10px;
}
.m-bot-5{
    margin-bottom: 5px;
}
.pad-t-10{
    padding-top: 10px;
}
.pad-t-20{
    padding-top: 20px;
}
.pad-t-30{
    padding-top: 30px;
}
.mar-t-10{
    margin-top: 10px;
}
.mar-t-20{
    margin-top: 20px;
}
.mar-t-30{
    margin-top: 30px;
}
.stick-to-bot{
    position: absolute;
    bottom: var(--bottom-text-padding);
}
.stick-to-top-r{
    position: absolute;
    right: 20px;
}
.op9{
    opacity: .93;
}
.op5{
    opacity: .5;
}
.static{
/*    padding: 0px;*/

/*    opacity: .5;*/
    background: url(./img/cards_bk-imgs/static.gif) repeat center center;
/*    display: inline-block;*/
/*    position: relative;*/
/*
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
*/
}
.bk-img-0{
    background: url(./img/cards_bk-imgs/img_1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bk-img-1WW{
    background-image: url('./img/cards_bk-imgs/showreel.jpg');
    background-repeat: repeat-y; /* for vertical repeat */
    background-repeat: repeat-x; /* for horizontal repeat */
    width: 100%;
    height: auto;
    background-size: 100% auto;
}
.bk-img-1{
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    background: white url(./img/cards_bk-imgs/showreel.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.bk-stats{
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    background: white url(./img/cards_bk-imgs/romania.png) center center no-repeat;
    background: white url(./img/cards_bk-imgs/world.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.bk-contact{
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    background: white url(./img/cards_bk-imgs/sebes.png) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.white{
    color: var(--text-color-white);
}
white{
    color: var(--text-color-white);
}




/*
.owl1-box .ggg{
    margin-bottom: 70px;
    margin-top: 20px;
}
*/
.owl-carousel2 .ggg{
    margin-top: 20px;
    padding-top: 0px;
/*    display: none;*/
}
.owl-carousel2{
    width: 100%;
    padding-top: 0px;
}
.owl2-img{
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 100%;
}
.ggg{
    margin-top: 10px;
     text-align: left;
    -webkit-tap-highlight-color: transparent;
    padding-left: 20px;
}
.owl-theme .owl-controls {
    margin-top: 10px;
     text-align: left;
    -webkit-tap-highlight-color: transparent;
    padding-left: 0px;
}
.owl-carousel.owl0 .owl-controls {
    padding-left: var(--content-box-padding);
   margin-bottom: 70px;
    margin-top: 20px;
}

.owl-carousel4.owl-carousel .ggg{
    padding-left: 0px;
    margin-left: -10px;
    margin-bottom: 0px;
    margin-top: -40px;
}
/*owl crop image*/
.item{
    min-width: 100%;
    width: auto;
    float: left;
    max-height: 500px;
    overflow: hidden;
    margin: 0px;
    position: relative;
}


.arrow-l{
    opacity: 0;
    float: left;
    display: inline-block;
    margin-top: 10px;
    width: 5%;
    cursor: pointer;
    -webkit-transition: opacity .15s ease-in-out;
        -moz-transition: opacity .15s ease-in-out;
        -ms-transition: opacity .15s ease-in-out;
        -o-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out;
}
.arrow-r{
    opacity: 0;
    float: right;
    display: inline-block;
    margin-top: 10px;
    width: 5%;
    text-align: right;
    cursor: pointer;
    -webkit-transition: opacity .15s ease-in-out;
        -moz-transition: opacity .15s ease-in-out;
        -ms-transition: opacity .15s ease-in-out;
        -o-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out;
}

.arrow-l:hover, .arrow-r:hover{
    opacity: .5;
    filter: alpha(opacity=50);
    -webkit-transition: opacity .15s ease-in-out;
        -moz-transition: opacity .15s ease-in-out;
        -ms-transition: opacity .15s ease-in-out;
        -o-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out;
}

/*
.o-container-text{
    position: absolute;
    z-index: 100;
    padding-left: 70px;
    padding-top: 20px;
    max-width: 75%;
}
*/


/*crop team images in owl*/
.cropOwl2{
    width: 25%;
    float: left;
    height: 150px;
    overflow: hidden;
    margin: 0px;
    position: relative;
}

.o-container-text{
    position: absolute;
    z-index: 100;
    padding-left: var(--content-box-padding);
    padding-right: var(--content-box-padding);
    padding-top: 20px;
    max-width: 100%;
    width: 100%;
    text-align: left;
}
/*
.o-container-text{
    position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
*/
.o-container-text{
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-transform: translate(-0%, -0%);
    transform: translate(-0%, -0%););
}
.o-text-1{
/*    position: absolute;*/
/*    padding-left: 50px;*/
/*    padding-top: 20px;*/
/*    z-index: 1000;*/

}
.o-text-2{
    padding-top: 20px;

}
.o-text-3{
    position: absolute;
    bottom: 30px;
    z-index: 1000;
    padding-left: 70px;
    max-width: 75%;

}
.o-text-3{
    /* position: absolute; */
    /* bottom: 50%; */
    z-index: 1000;
    padding-left: var(--content-box-padding);
    max-width: 100%;
    width: 100%;
    text-align: left;
    /* float: left; */
}










/*video sliders*/
.o-container-video{
/*    background: white;*/
    width: 100%;
    height: 26vw;
/*    display: table;*/
}
.o-container-vid{
    max-width: 49%;
    float: left;
/*    display: table-cell;*/
}
.o-container-txt{
    max-width: 49%;
    float: left;
}
.o-container-spacer{
    width: 2%;
    float: left;
    height: 100%;
/*    background: red;*/
}

.o-container-vidW {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 6.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*    border-radius: var(--canah-menu-border-radius);*/
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    float: left;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*    float: left;*/
}



.spacer{
    width: 100%;
/*    height: 0px;*/
    float: left;
}
.spacer50{
    width: 100%;
    height: 50px;
    float: left;
}
.spacer100{
    width: 100%;
    height: 100px;
    float: left;
}
.spacer150{
    width: 100%;
    height: 150px;
    float: left;
}


.hAuto{
    min-height: 10px !important;
}
.box-press{
    padding: calc(var(--content-box-padding) - 10px);
}


.press3col{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding: 10px !important;
}
.sitePadding{
    padding: var(--content-box-padding);
}





.owl1-box{
    float: left;
    width: 100%;
    position: relative;
}
/*scrollDown*/
.scrollDown {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    margin-bottom: 50px;
    z-index: 99999;
    font-size: 16px;

}
.scroll-downs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width :24px;
  height: 45px;
    margin-top: -50px;

}
.mousey {
  width: 3px;
  padding: 10px 11px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
    -moz-box-shadow: 1px 1px 2px 0px rgba(156, 151, 156, 1);
box-shadow: 1px 1px 2px 0px rgba(156, 151, 156, 1);
    display: none;
}
.scroller {
  width: 1px;
  height: 4px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
    -moz-box-shadow: 1px 1px 1px 0px rgba(156, 151, 156, 1);
box-shadow: 1px 1px 1px 0px rgba(156, 151, 156, 1);
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}
/*endScrollDown*/









.w100-forced{
    min-width: 100%;
    width: 100%;
}
.noH{
    min-height: none;
    max-height: none;
}
.mBot50{
/*    margin-bottom: 40px;*/
    height: 50px;
    width: 100%;
    float: left;
}





a {
    text-decoration: underline;
}

.link-box{
    float: left;
}


.size-thumbnail{
    float: left;
    padding: 1px;
}

.noLink{
    all: unset !important;
}



.current-menu-item a{
    color: var(--megagen-blue) !important;
}




.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/*fix for header*/
/*
.woocommerce img, .woocommerce-page img {
     height: 30px !important;
     max-width: 100% !important;
}
*/


.wp-block-woocommerce-checkout{
    font-family: "Inter";
/*    font-size: 20px !important;*/
/*    letter-spacing: -0.5px;*/
}

.wc-block-components-title.wc-block-components-title {
     font-size: 55px !important;
    font-family: "Inter";
    letter-spacing: -2px;
    letter-spacing: calc(55* -0.05);
    font-weight: 300;
}
