@charset "UTF-8";
@import url("fonts.css");

/*
	Tip: Demo page of all available font in /fonts/demo.html
*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: Seravek, sans-serif;
}
body {
	font-family: Seravek, sans-serif;
    font-weight: normal;
    font-style: normal;
}

body.not-logged-in {
	background: url(https://www.8848altitude.com/media/8848-altitude_Sportstyle_Man001_2200x750.jpg) no-repeat center top fixed;
	height: 100vh;
	width: 100vw;
    position: absolute;
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

body.not-logged-in .main {
	background: #FFFFFF;
	width: 90vw;
	max-width: 600px;
    min-height: 450px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	  
	padding: 40px;
}  
body.not-logged-in  footer {
	display: none;
}

.nav-tabs>li>a {
	padding-bottom: 5px;
}
.nav-tabs.nav-justified>li>a {
	border-bottom-color: black !important;
}
.nav-tabs.nav-justified>.active>a {
	border-bottom-color: black !important;
	border-bottom-width: 3px;
}

.login-logo {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
}

/*GUNG COLORS*/
a, a:focus, a:hover {
    color: #F55F23;
}
.toolbar .inner>.cart-btn .count, .toolbar .inner>a .count {
    background-color: #F55F23;
}

.main-navigation>.menu>li:hover>a {
    color: #F55F23;
}

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
Additionally, you can use this to change the text color:

/*Change text in autofill textbox*/
input:-webkit-autofill {
    -webkit-text-fill-color: yellow !important;
}

.form-control {
	border-radius: 0px !important;
	border-width: 1px;
	border-color: #000;
}

.back-btn, .btn, .done-btn, .search-btn {
	border-radius: 0px !important;
	background-color: black;
	color: white;
}

.elvine-cell-container {
	position: relative;
}
.topsearch-sidefilter-filter-panels {
    padding-top: 100px;
}
.elvine-cell-container > .elvine-availability-current {
	font-size: 10px;
	position: absolute;
	top: 2px;
	right: 10px;
}
.elvine-cell-container > .elvine-availability-max {
	top: 2px;
	right: 10px;
	font-size: 10px;
	position: absolute;
}
.elvine-cell-container > .elvine-sold-out {
	background: #EAEAEA;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	width: 100%;
}
table.elvine-matrix-table {
	margin-top: 20px;
	border-collapse: initial;
	font-family: 'Lato', sans-serif;
}
table.elvine-matrix-table > tbody> tr {
	border: none;
}
table.elvine-matrix-table > thead > tr > th {
	border-bottom: 2px solid  #EAEAEA;
	border-right: 1px solid  #EAEAEA;
	text-align: center;	
	max-width: 100px;
}
table.elvine-matrix-table > thead > tr > th:nth-child(1) {
	border-right: 2px solid  #EAEAEA;
	width: 250px;
	max-width: 250px;
	
}
table.elvine-matrix-table > thead > tr > th:last-child {
	border-right: none;
	text-align: center;
}
table.elvine-matrix-table > tbody> tr > td {  
	border-top: 0px solid  #EAEAEA;
	border-bottom: 1px solid  #EAEAEA;
	border-right: 1px solid  #EAEAEA;
	padding: 0px;
	max-width: 100px;
}
table.elvine-matrix-table > tbody> tr > td:nth-child(1) {  
	border-right: 2px solid  #EAEAEA;
	border-bottom: 1px solid  #EAEAEA;
	width: 250px;
	max-width: 250px;
	
}
table.elvine-matrix-table > tbody > tr > td:last-child {
	border-right: none;
	text-align: center;
}
.div-panel-divider{
    padding: 15px;
    border-top: 1px solid #e5e5e5;
    margin-top: 30px;
    padding-top: 30px;
}
.date-text-left-no-padding-wrapper gung-label label{
    padding-left: 0px;
}

.elvine-cell-container > .form-control  {
	border: 0px solid red;
	border-radius:0;
	box-shadow: 0px;
}
.elvine-cell-container > .form-control:focus  {
	border: 1px solid black;
	background-color: #DBF3FA;
	border-radius:0;
	box-shadow: 0px;
}
.site-logo {
    padding: 15px 0px;
}


.filter-top {
	-webkit-box-shadow: 0px -3px 10px 0px #777;
	border-bottom: none;
    margin-top: -48px;
}

.filter-top-products {
	margin-top: 74px;
}

.with-gung-context-menu .filter-top {
	margin-top: -8px;
}
.with-gung-context-menu  .filter-top-products {
	margin-top: 114px;
}

.gung-context-menu {
    border-top: none;
    border-bottom: none;
    background-color: #3a3a3a;
}
.gung-context-menu a {
    color: white;
}

html {
    background-color: black;
}

.footer {
    background-color: #000;
    color: rgba(128, 128, 128);
    padding: 30px 0;
}

.footer .widget-title {
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.footer .column:nth-of-type(even) {
    background-color: black;
}
.footer .column:nth-of-type(odd) {
    background-color: black;
}

h1, .h1 {
    font-size: 32px;
}

.badge-turquoise {
    color: black;
    background-color: turquoise;
}

.modal-lg {
    width: 90vw;
}

/*Navbar*/

.navbar {
    background: #000;
}

.main-navigation>.menu>li>a {
    color: rgba(255, 255, 255, .9);
}

.toolbar .inner .cart-btn>a {
    color: rgba(255, 255, 255, .9);
}

.lang-switcher .lang-toggle>i {
    color: rgba(255, 255, 255, .9);
}

.main-navigation>.menu>li:hover>a {
    color: #F55F23;
}

@media screen and (max-width: 1070px) {
    .main-navigation>.menu>li>a {
        color: #333;
    }
}

/* PRODUCT CARD SHARP START*/

.shop-item.sharp>.item-id {
    color: rgba(255, 255, 255, .9);
    background: rgba(0, 0, 0, 0.85);
    font-size: 12px;
    position: absolute;
    padding: 2px 10px;
}

.shop-item.sharp .shop-thumbnail>img {
    padding-bottom: 8px;
    padding-top: 8px;
}

.shop-item.sharp button.disabled {
    background-color: transparent !important;
    color: rgba(255, 255, 255, 0.4);
}

.shop-item.sharp .shop-item-details .shop-item-title {
    min-height: 3em;
}

/* PRODUCT CARD SHARP END*/




/* PRODUCT DETAILS */

.product-details .product-details-price {
    font-size: 20px;
    font-weight: bolder;
    margin: 10px 0px;
    display: block;
}

.product-details .count-input {
    width: 100%;
}

.product-details gung-products-input-single .btn.btn-primary, .product-details .count-input {
    margin-bottom: 10px;
}

.product-details gung-products-item-availability {
    display: block;
    margin-bottom: 10px;
}

.product-details gung-products-item-availability .badge, .quickorder-product-header gung-products-item-availability .badge {
    width: 100%;
    line-height: 1.2;
    font-size: 14px;
}

/* NAV MENU */
@media screen and (min-width: 1071px) {
    .main-navigation>.menu>li .sub-menu {
        padding: 0px;
    }
    .main-navigation>.menu>li .sub-menu>li {
        margin-top: 0px;
        padding: 0px;
    }
    .main-navigation>.menu>li .sub-menu>li>a {
        padding: 5px 20px;
    }
    .main-navigation>.menu>li .sub-menu>li:hover {
        background-color: #ededed;
    }
    .main-navigation>.menu>li .sub-menu>li:first-child {
        border-top: none;
    }
    .main-navigation>.menu>li .sub-menu .sub-menu {
        margin-top: -1px;
    }
    .main-navigation>.menu>li .sub-menu>li:hover>a {
        color: #666;
    }
    .main-navigation>.menu>li .sub-menu>li>hr{
        margin-top: 12px;
        margin-bottom: 12px;
    }
}
/* NAV MENU END */

.cart-dropdown .amount {
    font-size: 14px;
    color: #606060;
    font-weight: 500;
    text-align: right;
}

/* ORDER HISTORY */

.heading-border-delivered {
    border-left: 10px solid #a2b548;
    padding-left: 10px;
}

.heading-border-partial {
    border-left: 10px solid #ed9b28;
    padding-left: 10px;
}

.heading-border-credit {
    border-left: 10px solid #C44848;
    padding-left: 10px;
}
/* ORDER HISTORY END */

@media screen and (max-width: 1070px) {
    .main-navigation>.menu>li.menu-item-has-children.active .sub-menu {
        overflow: auto;
    }
}

.image-holder {
    width: fit-content;
}

gung-products-matrix-input-component-v2 .image-holder > .original {
    max-height: 400px;
}


/* Dont display the picture of the input matrix while on the product page. */
.product-page  gung-products-matrix-input-component-v2  ng-include > .row > div:first-child {
    display: none;
}

/* Dont display all the product text in input matrix, only the properties part. */
gung-products-matrix-input-component-v2 ng-include  gung-product-item-text-section table {
    display: none;
}
gung-products-matrix-input-component-v2 ng-include  gung-product-item-text-section table:first-child {
    display: table;
}

/* Dont display anything from gung-product-item-text-section from input matrix on product page. */
.product-page gung-products-matrix-input-component-v2 ng-include gung-product-item-text-section {
    display: none;
}



.topsearch-sidefilter-products{
    padding-top: 100px;
}



/* HOME PAGE */

.home-container {
    margin-top: -25px;
}

.home-container .row.gung-flex-container>div {
    margin-bottom: 10px;
}

.home-container .half-wrapper {
    width: 100%;
}

@media screen and (min-width: 769px) {
    .home-container .half-wrapper .column-half:nth-child(even) {
        padding-left: 5px;
    }
    .home-container .half-wrapper .column-half:nth-child(odd) {
        padding-right: 5px;
    }
}

@media screen and (max-width: 768.98px) {
    .home-container .half-wrapper .column-half:nth-child(even) {
        padding-top: 5px;
    }
    .home-container .half-wrapper .column-half:nth-child(odd) {
        padding-bottom: 5px;
    }
}

.banner.banner-small {
    height: 100px;
    padding: 10px;
}

.greet-text {
    letter-spacing: 2px;
    font-size: 12px;
}

.greet-text-heading {
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: bold;
}

.banner-spaced-text {
    letter-spacing: 15px;
    font-size: 26px;
    font-weight: 300;
    text-transform: uppercase;
}

.banner-spaced-text small {
    font-size: 60%;
}

.banner-spaced-text a {
    text-decoration: none;
}

.background-dark .banner-spaced-text a {
    color: #FFFFFF;
}

.btn.btn-login {
    border: 1px solid #ffffff;
    background-color: transparent;
    margin: 0px;
    line-height: 32px;
    height: 35px;
    color: #ffffff;
}

.btn.btn-login:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.btn.btn-login:active, .btn.btn-login:focus, .btn.btn-login:focus:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.banner.banner-small.background-light {
    background-color: #F55F23;
    color: #333333;
}

.banner.banner-small.background-dark {
    background-color: #333333;
    color: #FFFFFF;
}

.home-container [class^="col-"] {
    padding: 0px;
}

.home-container img.img-responsive {
    min-width: 100%;
}
.bestseller {
    border-bottom: 1px solid #333;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #333;
}

/* Code for zoomable product image carousel */

.product-image-hover .hover-icon {
    color: #F5A700;
    position: absolute;
    display: inline-block;
    z-index: 1;
    margin: auto;
    margin-left: -14px;
    pointer-events: none;
    opacity: 0;
    margin-top: 50%;
    transition: all 500ms;
}

.product-image-hover:hover .hover-icon {
    opacity: 1;
    margin-top: 45%;
}

gung-product-item-carousel .image-list img {
    opacity: 0.5;
}

gung-product-item-carousel .image-holder {
    position: relative;
    display: block;
    overflow: hidden;
    cursor: zoom-in;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

gung-product-item-carousel .image-holder.zoomed {
    cursor: zoom-out;
}

gung-product-item-carousel .image-holder.zoomed img {
    transition: opacity 200ms;
}

gung-product-item-carousel .image-holder.zoomed img.original {
    opacity: 0;
}

gung-product-item-carousel .image-holder.zoomed img.zoom {
    position: absolute;
    width: 250%;
    height: 250%;
    max-width: unset;
    max-height: unset;
    zoom: 250%;
}

gung-product-item-carousel .image-list img {
    transition: opacity 200ms;
}

gung-product-item-carousel .image-list img.active {
    opacity: 1;
}

/* End zoomable product image carousel */

.no-right-padding {
    padding-right: 0px;
}

.no-left-padding {
    padding-left: 0px;
}

.product-upper-text{
    color: #000000;
    margin-bottom: 36px;
}

.product-upper-text > * {
    margin-bottom: 5px;
    
}

.product-name {
    color: #000000;
    font-size: 36px;
}

.product-short-text {
    font-size: 22px;
}


.discount-price-component {
    font-size: 36px;
    color: #000000;

}

.original-price {
    text-decoration: line-through;
}

.discounted-price {
    padding-left: 20px;
    color: #ff521e;
}

.nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd !important;
}


.hover-click:hover {
    cursor: pointer;

}

.hover-click {
    padding: 0px;
    position:relative;
    text-align: center;
}
  
.hover-click:hover:before {
    content:"";
    position: absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background: rgba(0,0,0,0.2);
    z-index:999;
}

.hover-click span {
    font-size: 14px;
}

.other-colors {
    margin-top: 36px;
}

.other-colors .other-colors-heading {
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
}

.shopping-cart .item {
    display: inline-block;
    padding: 0px;
    padding-bottom: 10px;
}

.shopping-cart .item .table .price-cell {
    min-width: 150px;
    text-align: center;
}


.shopping-cart .item .item-remove {
    position: unset;
}


.cart-table {
    margin: 0px;
}

.cart-table tr td {
    border: none;
}

.config-title {
    text-align: center;
    color: #000000;
    padding-bottom: 20px;
    font-size: 20px;
}

.category-mapping-card {
    text-align: center;
}

.category-mapping-card h3 {
    margin: 0px;
    
}

.change-position-arrow{
    font-size: 26px;
}
.change-position-arrow:hover{
    color: #000000;
    cursor: pointer;
}

quotes-list-filter .gung-panel-tools .btn {
    margin: 3px;
}

.user-badges a.badge{
    width: 100%;
}

.product-page gung-text-input label {
    font-weight: bold;
}

.table a.badge {
    font-size: 12px;
}

.dropup .dropdown-menu {
    left: -115px;
}


.product-page .sizes {
    text-align: left; 
    font-weight: bold; 
    font-size: 14px; 
    color: #606060;
}

.product-page .sizes p {
    margin-bottom: 0px;
}

@media screen and (min-width: 769px) {
    .metadata-suggestion-label {
        text-align: right;
        padding-top: 7px;
    }

    .product-page .sizes {
        text-align: right;
    }
}

.concept-page .tab-content {
    padding-top: 14px;
}
.sustainable-status{
  margin-left: 0px !important;
}
.sustainable-tab input{
  margin-bottom: 5px !important;
}