@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.swedteam.com/hero/2020/swedteam_firstpage_top-autumn.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;
}
.site-logo img {
    max-width: 60px;
}

.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;
}

.order-modal-img{
    padding-left: 10px; 
}

.order-modal-clear{
    display: none; 
}

@media screen and (max-width: 670px) {
    .order-modal-btn{
        display: none; 
    }

    .order-modal-clear{
        display: initial; 
        position: absolute; 
        right: 4px; 
        top: 4px; 
        bottom: 4px; 
        z-index: 99;
       
    }
}

/*Navbar*/

.navbar {
    background: #ffffff;
    display: flex;
    align-items: center;
}

.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;
}

.shop-item .shop-item-details{
    padding-top: 0; 
}

a>.item-name {
	font-weight: bold;
	font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	text-overflow: ellipsis;

	overflow-wrap: break-word;
	word-wrap: break-word;

	-ms-word-break: break-all;
	word-break: break-all;

	word-break: break-word;

	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

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

    .shop-item .shop-item-details .shop-item-title>a small{
        display: none;
    }
    a>.item-name{
        font-size: 12px;
    }

}

@media screen and (max-width: 767.98px){
    .filter-top-row {
    margin-top: 24px;
    }
}

.customer-spec-sale{
    z-index: 901;
    background-color: white;
    color:rgb(205,11,16);
    border: 1px solid rgb(205,11,16);
    font-weight: bold;
}

.product-card-tag{
    writing-mode: vertical-rl;
    padding: 20px 6px;
    position: absolute;
    top: 0px;
    left: 5px;
    font-weight: bold;
    font-size: 12px;
}
.product-cart-tag{
    writing-mode: vertical-rl;
    padding: 10px 1px;
    position: absolute;
    top: 0px;
    left: 3px;
    font-weight: bold;
    font-size: 8px;
}

.product-image-tag{
    writing-mode: vertical-rl;
    padding: 20px 6px;
    position: absolute;
    left: 10px;
    font-weight: bold;
    font-size: 20px;
    top: 10px;
}

.original-price-text{
    text-decoration: line-through;
}
/* 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;
}


.keyboard_arrow_down, .keyboard_arrow_up{
    position: absolute;
    margin-left: 100px; 
    width: 30px; 
    background-color: #57585a;
    color: white;
/*    top: calc(50% - 15px);*/
    border-radius: 20px;
    font-size: 30px;
    cursor: pointer;
    z-index: 4; 
}

.keyboard_arrow_up{
    margin-top: 10px; 
}

.keyboard_arrow_down{
    margin-top: -65px; 
}


/* 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%;
}

/* Product image carousel */

.symbol{
    display: inline-block; 
    border: 1px solid black; 
    margin: 5px; 
    border-radius: 5px;
}

galvingreen-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;
}
galvingreen-product-item-carousel .image-holder.zoomed {
    cursor: zoom-out;
}

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

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

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

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

galvingreen-product-item-carousel .image-list img.active {
    opacity: 1;
}
galvingreen-product-item-carousel .image-holder.zoomed img.original {
    opacity: 0;
}

.product-arrow-left{
    left: 2%;
}

.product-arrow-right{
    right:2%;
}

.product-arrow-right,.product-arrow-left{
    position: absolute;
    background-color: #57585a;
    color:white;
    top: calc(50% - 15px);
    border-radius: 20px;
    font-size: 30px;
    cursor: pointer;
}

.product-arrow-right:hover,.product-arrow-left:hover{
    background-color: #8d8e91;
}

.image-list .pl-0 .thumbnail{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

galvingreen-product-item-carousel .product-image-tag {
    font-size: 12px;
    padding: 10px 6px;
}

galvingreen-product-item-carousel .thumbnail>img{
    width: 100%;
    max-height: 675px;
}

.image-display {
    display: flex;
    flex-wrap: wrap;
    flex: 2 1;
    justify-content: space-evenly;
    height: 100%;
}

.image-thumbnail {
    text-align: center;
    flex: 1 1;
    cursor: pointer;
    padding: 10px;
}

.image-thumbnail:last-child, .image-thumbnail:nth-child(3n+3) {
    flex: 1 1 100%;
}

.tbo-product-page .sticky-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}

.sizes-box-wrapper {
    display: flex;
}


.sizes-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px solid transparent;
    background-color: #eeedee;
    color: #000;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 3px 4px 3px 0;
    padding: 15px 17px;
    height: 7px;
    width: 7px;
}

/* End zoomable product image carousel */

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

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

.product-upper-text{
    color: #87929d;
    margin-bottom: 12px;
}

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

.product-name {
    color: #000000;
    font-size: 36px;
    font-weight: bold;
    text-transform: none;
}

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


.discount-price-component {
    font-size: 26px;
    color: #000000;
    font-weight: bold;
    margin-top: 50px;

}

.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(31, 30, 30, 0.274);
    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;
}


.attribute-select-pim label {
    display: inline-block;
}

.attribute-select-pim {
    padding-left: 30px;
    padding-right: 30px;
}


.modal-title{
    margin-top: 20px;
    font-size: 30px; 
}

.table a.badge.customer-badge{
    width: 100%;
}



/* Product info page text*/
.productpage-text .attribute-table td {
    border: none;
    padding: 2px 0;
}

.attribute-table tr td:first-of-type {
    font-weight: bold;
    text-transform: uppercase;
    width: 200px;
    padding-left: 0px;
}

.productpage-text .panel-default:first-of-type {
    border-top: 1px solid #efefef;
}

.productpage .accordion-toggle {
    text-decoration: none;
    font-size: 16px;
}

.productpage a {
    color: #606060;
}

.productpage a:hover {
    color: black;
}

.productpage-text .panel-heading > .panel-title {
    padding-bottom: 7px;
    text-transform: uppercase;
}

.productpage {
    font-size: 14px;
}

.filter-btn {
	outline: none; 
	font-size: 16px; 
}

.open .filter-btn, .filter-btn:hover {
    outline: none; 
}

.filter-btn:focus{
	outline: none; 
}

top-filter-boxes .dropdown-menu{
	border: none; 
	padding-bottom: 0px;
}

.other-colors-text {
    line-height: 1.5em;
    height: 3em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	text-overflow: ellipsis;

	overflow-wrap: break-word;
	word-wrap: break-word;

	-ms-word-break: break-all;
	word-break: break-all;

	word-break: break-word;

	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

/* Pliability for uib-accordion in product-text */
.uib-accordion-product-text>div>.panel:hover {
    cursor: pointer;
}

.text-primary {
    margin-bottom: 0px;
}

div.dashboard-card p.sub-title{
    font-size: 16px;
    margin-bottom: 0px;
}