/*
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
FONTS
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
*/

@font-face{
    font-family: 'Neutra Bold';
    src: url('/assets/fonts/neutra2/Neutra2Text-Bold.otf');
}

@font-face{
    font-family: 'Neutra Semibold';
    src: url('/assets/fonts/neutra2/Neutra2Text-Demi.otf');
}

@font-face{
    font-family: 'Neutra';
    src: url('/assets/fonts/neutra2/Neutra2Text-Book.otf');
}

@font-face{
    font-family: 'Neutra Light';
    src: url('/assets/fonts/neutra2/Neutra2Text-Light.otf');
}

@font-face{
    font-family: 'Neutra Italic';
    src: url('/assets/fonts/neutra2/Neutra2Text-LightItalic.otf');
}

/*
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
GENERAL
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
*/

:root{
    --color-blue: #48799C;
    --color-dark-blue: #274357;
    --color-light-grey: #CECECE;
    --color-med-grey: #717171;
    --color-dark-grey: #4A4A4A;
    --color-red: #B65B5C;
    --color-orange: #996D2A;
    --color-green: #2B8700;
    --color-purple: #A24DDD;
    --color-alert: #ed0000;
}

html {
    min-height: 100%;
	padding: 0px;
	margin: 0px;
	position:relative;
}

body {
	padding: 0px;
    margin: 0px;
}
body.noscroll{
    overflow: hidden;
}

p{
	font-family: 'Neutra';
	font-size: 16px;
	color: #4a4a4a;
    line-height: 18px;
    margin: 0;
    font-variant-numeric: lining-nums;
}

p.serif{
    font-family: 'Georgia';
    line-height: 20px;
}

p.serif.large{font-size: 16px; line-height: 18px;}
p.serif.small{font-size: 14px; line-height: 14px;}
p.serif.smaller{font-size: 10px; line-height: 12px;}

p.serif.light{font-weight: 300;}
p.serif.semi-bold{font-weight: 500;}
p.serif.bold{font-weight: 600;}

p.large{font-size: 16px; line-height: 18px;}
p.small{font-size: 14px; line-height: 16px;}
p.smaller{font-size: 12px; line-height: 12px;}

.light{font-family: 'Neutra Light';}
.semibold{font-family: 'Neutra Semibold';}
.bold{font-family: 'Neutra Bold';}
.regular{font-family: 'Neutra' !important;}


h1,h2,h3,h4,h5,h6{
    font-family: 'Neutra';
    text-transform: uppercase;
    color: #4a4a4a;
    font-variant-numeric: lining-nums;
    margin-bottom: 0.25rem;
}
.no-transform{text-transform: none;}

h1, h2{
    letter-spacing: 1px;
}
h3, h4, h5, h6{
    letter-spacing: 0.5px;
}

h1{font-size: 36px;}
h2{font-size: 32px;}
h3{font-size: 28px;}
h4{font-size: 24px;}
h5{font-size: 20px;}
h6{font-size: 18px;}
h6.small{font-size: 16px;}

@media(max-width: 575px){
    /* h1{font-size: 32px;}
    h2{font-size: 28px;}
    h3{font-size: 24px;}
    h4{font-size: 20px;}
    h5{font-size: 18px;}
    h6{font-size: 16px;}
    h6.small{font-size: 14px;} */
}

.caps{text-transform: uppercase;}

.text-blue{color: var(--color-blue);}
.text-dark-blue{color: var(--color-dark-blue);}
.text-dark-grey{color: var(--color-dark-grey);}
.text-grey{color: var(--color-med-grey);}
.text-light-grey{color: var(--color-light-grey);}
.text-red{color: var(--color-red);}
.text-orange{color: var(--color-orange);}
.text-green{color: var(--color-green);}

.bg-blue{background: var(--color-blue);}
.bg-light-grey{background: #F8F8F8;}
.bg-green{background: var(--color-green);}


.virtual-btn{cursor: pointer; user-select: none;}
.virtual-link{cursor: pointer; user-select: none;}
.virtual-link:hover{text-decoration: underline;}
.virtual-link:hover.dark{color: #3A3738 !important;}
.virtual-link.pre-decorated{text-decoration: underline;}

/*
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
STYLED ELEMENTS
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
*/

hr{
    margin: 20px 0px;
    border-top: 1px solid var(--color-light-grey);
}

a, a:visited{
    font-family: 'Neutra';
    text-decoration: none;
    color: var(--color-dark-grey);
}
a:hover, 
a:active,
a:hover p,
a:active p{
    font-family: 'Neutra';
    text-decoration: underline;
    color: var(--color-dark-grey);
}

a:hover p.semibold,
a:active p.semibold{
    font-family: 'Neutra Semibold';
    text-decoration: underline;
}

a.default p,
a.default,
a:hover.default p,
a:hover.default{
    font-family: 'Neutra';
    text-decoration: none;
}

.selection-box{
    width: 16px; 
    height: 16px;
    cursor: pointer;
    background: transparent;
    border: 1px solid var(--color-dark-grey);
    position: relative; display: inline-block;
    vertical-align: text-top;
}
.selection-box-inner{
    width: 12px; height: 12px;
    position: absolute; top: 1px; left: 1px;
    background: transparent;
    transition: all 0.3s cubic-bezier(0.23,0.59,0.24,1);
    transform: scale(0);
}
.selection-box-inner.active{
    background: var(--color-dark-grey);
    transform: scale(1);
}

.select-div{
    position: relative;
}
.select-div.small{
    width: 100%;
    max-width: 150px;
    min-width: 120px;
}
select{
    font-family: 'Neutra'; font-size: 16px;
    font-variant-numeric: lining-nums;
    width: 100%;
    background: transparent;
    border: none;
    border-radius: 0px;
    padding: 0 20px 0 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #4a4a4a;
    cursor: pointer;
}
.select-arrow{
    position: absolute; right: 0px;
    top: 50%; transform: translateY(-50%);
    pointer-events: none;
}

.select-div.boxed select{
    border: 1px solid;
    border-color: var(--color-dark-grey);
    padding: 2px 10px;
}
.select-div.boxed .select-arrow{
    right: 15px;
}

select option{
    background: #fff;
}

.input-div{
    max-width: 250px; position: relative;
}
input, textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--color-med-grey);
    color: var(--color-dark-grey);
    font-family: 'Neutra';
    font-variant-numeric: lining-nums;
    font-size: 16px;
    padding: 0px;
    padding-right: 15px;
    position: relative;
    border-radius: 0;
    width: 100%;
    text-overflow:ellipsis;
}
::-webkit-input-placeholder {font-size: 16px; color:var(--color-med-grey);text-overflow:ellipsis;}
::-moz-placeholder {font-size: 16px; color:var(--color-med-grey);text-overflow:ellipsis;}
::-ms-placeholder {font-size: 16px; color:var(--color-med-grey);text-overflow:ellipsis;}
::placeholder {font-size: 16px; color:var(--color-med-grey);text-overflow:ellipsis;}
[placeholder]{
    text-overflow:ellipsis;
}
.input-inactive{
    color: var(--color-med-grey);
}
input.error{
    border-bottom: 1px solid var(--color-red);
}
.clear-input{
    position: absolute; right: 0px;
    top: 5px; cursor: pointer;
}
textarea{
    border: 1px solid var(--color-med-grey);
    min-height: 100px;
    padding: 15px;
}

.loading-box{
    min-height: 70vh;
    position: relative;
    z-index: 1;
}
.loading-outer{
    position: absolute; width: 100%; height: 100%;
    top: 0; left: 0;
    background: rgba(255,255,255,0.8); z-index: 700;
}
.loading-inner{
    position: absolute; top: 50%; left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 100px; width: auto;
}

.initials-wrapper{
    padding-left: 60px;
}
.initials-circle{
    width: 30px; height: 30px;
    border-radius: 50%;
    position: absolute; left: 15px; top: 0;
}
.initials-circle p{
    position: absolute; left: 50%; top: 50%;
    transform: translateY(-45%) translateX(-50%);
}
.initials-circle-title{
    position: absolute; left: 60px; top: 50%;
    transform: translateY(-50%);
}

/*
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
UNDERLINE SELECTOR
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
*/

.selectors{
    z-index: 1;
}
.selector{
    display: inline-block;
    margin-right: 30px;
    cursor: pointer;
    text-decoration: none !important;
    padding-bottom: 10px;
}
.selector:last-of-type{
    padding-right: 0;
}
.selector-hr{
    margin-top: 0px; margin-bottom: 0px;
    border-top: 2px solid #ECECEC;
    width: 100%; 
    position: relative; top: -2px;
}
.selector-underline{
    width: 0px; height: 2px;
    background: #4a4a4a;
    position: absolute; bottom: 0; left: 0;
    transition: all 0.2s ease-in-out;
}

@media(max-width: 575px){
    .selectors{
        overflow-x: scroll; overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap; display: block;
    }
    .selectors::-webkit-scrollbar {
        display: none;
        background: transparent;
    }
    .selectors::-webkit-scrollbar-thumb{
        background: transparent;
    }
    .selectors::-webkit-scrollbar-track{
        background: transparent;
    }
    .selector-underline{
        overflow-x: auto;
    }
}

/*
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
BUTTONS
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
*/
.btn{
    width: auto; max-width: 320px; min-width: 120px; height: 28px;
    font-size: 16px; font-family: 'Neutra';
    line-height: 28px; padding: 0 15px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    background: var(--color-dark-grey);
    color: #fff; cursor: pointer;
    border-radius: 0; box-shadow: none !important;
    transition: 0.15s ease-in-out;
}
.btn.white{
    background: #fff; color: var(--color-dark-grey);
    border: 1px solid;
    border-color: var(--color-dark-grey);
}
.btn.green{
    background: var(--color-green);
}
.btn.red{
    background: var(--color-red);
}
.btn.responsive{
    width: 100%; max-width: 260px;
}
.btn.small{
    height: 22px; font-size: 12px;
    line-height: 22px;
}
.btn.med{
    height: 30px; font-size: 14px;
    line-height: 30px;
}
.btn.large{
    height: 40px;
}
.btn:focus,
.btn:focus-visible{
    outline-offset: 1px;
    outline: 2px solid -webkit-focus-ring-color;
}
.btn:hover{
    background: #000;
}
.btn.white:hover{
    background: #fff;
}
.btn.red:hover{
    background: #904C4B;
}
.btn:disabled, .btn.disabled{
    background: var(--color-med-grey);
    cursor: not-allowed;
}
.btn-qty{
    padding: 5px;
    background: var(--color-dark-grey);
    height: auto;
    color: #fff;
    cursor: pointer;
    border-radius: 0;
    box-shadow: none !important;
    max-width: none; min-width: 0;
    border: none;
}
.btn-inactive{
    background: var(--color-med-grey);
}

.tag{
    padding: 2px 10px;
    display: inline-block;
    font-size: 12px; line-height: 14px;
}
.tag:focus{
    outline-offset: 1px;
    outline: 2px solid -webkit-focus-ring-color;
}
.tag-regular{
    padding: 2px 10px;
    font-size: 14px;
}
.tag-black{
    background: var(--color-dark-grey);
    color: #fff;
}
.tag-blue{
    background: var(--color-blue);
    color: #fff;
}
.tag-orange{
    background: var(--color-orange);
    color: #fff;
}

/*
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
STYLED LAYOUT ELEMENTS
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
*/

.box-container{
    background: #fff;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.05);
    padding: 30px; border-radius: 2px;
    margin-bottom: 30px;
    position: relative;
}

.list-divide{
    width: calc(100% - 30px); margin: 15px auto;
    border-top: 1px solid var(--color-light-grey);
    opacity: 0.5;
}

.truncate{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.truncate-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-height: 16px;        /* fallback */
    max-height: 32px;       /* fallback */
 }

@media(min-width: 576px){
    p.text-sm-large{
        font-size: 16px;
        line-height: 18px;
    }
}

@media(max-width:575px){
    .box-container{
        margin: 0 -15px; margin-bottom: 30px;
        border-radius: 0;
        padding: 30px 15px;
    }
    .box-container.mobile{
        margin: 0; margin-bottom: 30px;
        border-radius: 5px;
    }
}
/*
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
TRANSITIONS
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
*/


.fade-enter-active, .fade-leave-active {
    transition-property: opacity;
    transition-duration: .20s;
}
.fade-enter, .fade-leave-active {
    opacity: 0
}

.slide-left-leave-active,
.slide-left-enter-active {
  transition: 0.3s cubic-bezier(0.23,0.59,0.24,1);
}
.slide-left-enter, .slide-left-leave-to {
  transform: translateX(-400px);
}

.slide-right-leave-active,
.slide-right-enter-active {
  transition: 0.3s cubic-bezier(0.23,0.59,0.24,1);
}
.slide-right-enter, .slide-right-leave-to {
  transform: translateX(400px);
}