@font-face {
	font-family: 'Guardian';
	src: url('../fonts/GuardianSansHairline.woff') format('woff');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'Guardian';
	src: url('../fonts/GuardianSansThin.woff') format('woff');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'Guardian';
	src: url('../fonts/GuardianSansLight.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Guardian';
	src: url('../fonts/GuardianSansRegular.woff') format('woff');
	font-weight: 400;
	  font-style: normal;
}
@font-face {
	font-family: 'Guardian';
	src: url('../fonts/GuardianSansRegularIt.woff') format('woff');
	font-weight: 400;
	  font-style: italic;
}
@font-face {
	font-family: 'Guardian';
	src: url('../fonts/GuardianSansMedium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Guardian';
	src: url('../fonts/GuardianSansSemibold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Guardian';
	src: url('../fonts/GuardianSansBold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Guardian';
	src: url('../fonts/GuardianSansBlack.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'Guardian';
	src: url('../fonts/GuardianSansUltra.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}

.lekia-offline-warning {
	position: absolute;
    top: 0px;
    border: 1px solid red;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    z-index: 9998;
    font-size: 20px;
    text-align: center;
    background: red;
    color: white;
    height: 83px;
}

.lekia-cart-warning {
	position: absolute;
    top: 0px;
    border: 1px solid orange;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    z-index: 9999;
    font-size: 20px;
    text-align: center;
    background: red;
    color: white;
    height: 83px;
}

html, body {
	font-family: Guardian;
	font-size: 13px;
}

.site-logo.visible-desktop  {
	padding-top: 10px;
}

.lekia-freight-implied {
	background-color: red;
	color: white;
}

.lekia-freight-warning {
	border-left: 3px solid red;
}
.lekia-freight-warning .lekia-freight-text{
	font-weight: bold;
	color: red;
}

table.matrix-table th:last-child, table.matrix-table td:last-child, table.matrix-table th:last-child strong {
    text-align: center;
}

.lekia-sold-out {
	color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    width: 100%;
	display: inline-block;
	border-radius: 2px;
    padding: 5px 10px;
}

.lekia-sold-out label {
	color: #a94442;
}

.shop-item {
    margin-bottom: 5px;
}

.shop-item .shop-item-details .shop-item-title {
	font-size: 1rem;
	color: black;
}


.shop-item lekia-product-hidden-component {
    color: yellow;
 
    top: 0px;
    right: 0px;
  	     z-index: 2;
    padding-right: 6px;
    padding-left: 6px;
    position: absolute;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: rgba(0, 0, 0, 0.85);
    color: #FFF;
}
.shop-item lekia-product-hidden-component > .lekia-hidden-text-span {
	   display: none;
}

.shop-item .shop-item-details .shop-item-title small {
	font-size: 90%;
	color: #444444;
}

.shop-item.sharp .shop-thumbnail>img {
	max-height: none;
	padding-bottom: 0px;
}

.shop-bar {
    display: block;
    width: 50%;
       padding-bottom: 0px;
    float: left;
}

.shop-item.sharp .shop-item-details {
    padding: 6px;
    display: block;
    transition: background-color .2s ease;
    background-color: #000;
}

.shop-item.sharp>.item-id {
    color: rgba(0, 0, 0, 0.8);
    z-index: 2;
    padding-right: 6px;
    padding-left: 6px;
    position: absolute;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: rgba(0, 0, 0, 0.85);
    color: #FFF;
}

.panel-heading .panel-title {
	font-size: 1.2rem;
	color: black;
}

.main-navigation>.menu li>a {
	font-size: 13px;
}

.main-navigation.text-center>.menu>li>lekia-custom-page-component>a {
	padding-right: 15px;
	padding-left: 15px;
}

.main-navigation>.menu>li>lekia-custom-page-component>a {
	line-height: 78px;
	padding-right: 30px;
}

.main-navigation>.menu li>lekia-custom-page-component>a {
	display: block;
	color: #606060;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
}

gung-text-output label {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 0px;
	font-weight: bold;
	min-width: 80px;
}

.modal.in .modal-dialog {
	width: 70%;
}

.panel-heading {
	padding: 0 20px 10px 0;
}

.virtual-form-control {
	margin-bottom: 0px;
}

.matrix-table .form-control {
	margin-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	max-width: 6rem;
	margin: auto;
	height: 2em;
	border-radius: 0;
}

.panel-body {
	padding: 0 20px 20px 0;
}
 
.featured-image {
	background-image: url(/images/spring-top-lekia.png);
	background-size: contain;
	height: 110px;
	display: none;
}

.main {
	min-height: 600px;
}

/* FOOTER */

.footer-1 {
	background-color: #f0f0f0;
	padding: 20px 0;
}

.footer-2 {
	padding: 12px 0;
}

.footer-2 ul {
	text-align: center;
	padding: 10px 0;
	margin: 0;
}

.footer-2 ul>li {
	display: inline-block;
}

.footer-2 ul>li a {
	padding: 0 8px;
	text-decoration: none;
	color: inherit;
}

/* FOOTER END */

/* PRODUCT */

.shop-item .shop-item-details {
	display: block;
	padding: 0;
}

.shop-item .shop-item-price {
	font-size: 1rem;
	text-align: left;
}

/* .shop-item .shop-item-details .shop-item-price, .shop-item .shop-item-details .shop-item-title {
	display: unset;
	width: unset;
}
 */
.shop-item .overlay-button {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 24px;
}

.shop-item-list .overlay-button {
	position: absolute;
	bottom: 0px;
	right: 15px;
	font-size: 22px;
}

.shop-item .overlay-button i, .shop-item-list .overlay-button i {
	padding: 8px;
	color: rgba(0, 0, 0, 0.4);
	transition: color .15s ease-in-out;
}

.shop-item .overlay-button i:hover, .shop-item-list .overlay-button i:hover {
	color: rgba(0, 0, 0.9);
}

.shop-item-list gung-text-output>label {
	display: inline-block;
	width: 75px;
}

/* .shop-item-list .shop-item-price {
	display: flex;
	justify-content: space-between;
} */

/* FILTER TOP */

/* 
.filter-top {
	margin-top: 0;
}

.filter-top-products {
	margin-top: 106px;
} */

/* END FILTER TOP */

/* CUSTOMER CARD */

.customer-card .panel-title {
	padding: 0;
}

/* END CUSTOMER CARD */

.table-borderless, .table-borderless>tr>td, .table-borderless>tr>th, .table-borderless>tr, .table-borderless>tbody>tr>td, .table-borderless>thead>tr>th, .table-borderless>tbody>tr, .table-borderless>thead>tr {
	padding: 1px;
}

.shop-item .shop-item-details .shop-item-price, .shop-item .shop-item-details .shop-item-title>a {
	font-size: 1rem;
	text-align: left;
}

.shop-item .shop-thumbnail>img {
	max-height: 150px;
}

.shop-item .shop-thumbnail {
	background: white;
}

gung-products-input-dynamic button.btn-sm {
	height: 26px;	
	line-height: 24px
}

gung-products-input-dynamic button.btn-sm > i::before, gung-products-input-dynamic button.btn-sm > i {
	font-size: 12px!important;
	line-height: inherit;
}

.product-attributes gung-text-output label {
	font-weight: bold;
	font-size: 90%;
	margin-bottom: 0px;
}

.product-attributes gung-text-output span {
	font-size: 110%;
	display: block;
}

.display-product-info-button{
	display: none;
}


@media screen and (max-width: 1070px){
	.toolbar .inner .cart-btn>a {
		padding: 0px;
		padding-right: 15px;
	}
}

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

	.modal.in .modal-dialog {
		width: 90%;
	}

	.display-product-info-button{
		display: inline-block;
	}
	
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	color: #4a4a4a;
	border: unset;
	cursor: not-allowed;
}

.expand-cart-totals {
	cursor: pointer;
	font-size: 14px;
}

h1 {
	font-weight: 500;
}