@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

.featured-image {
    background-image: none;
    height: 300px;
    background-position-y: 0;
}

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

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: #c20e1a;
}

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

/* PRODUCT CARD SHARP START*/

.shop-item.sharp>.title>.item-id {
    font-size: 10px;
}

.shop-item.sharp:hover .shop-item-details {
    background-color: rgba(0, 0, 0, 0.85);
}

.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: 2em;
}

/* 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: 10px 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;
    }
}

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

/* NEW LOGIN */

body.not-logged-in {
    background: url(/images/bg.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  footer {
    display: none;
}

body.not-logged-in  header {
    display: none;
}
 
.login-logo {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.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);
}


body.not-logged-in .main {
    background: #0c0c0c85;
    max-width: 430px;
    min-height: 380px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    position: absolute;
}

body.not-logged-in .btn-primary{
    color: #ffffff;
    background-color: #ffffff00;
    border: 1px solid #ffffff;

}

body.not-logged-in .btn-primary:hover{
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #000000;
}

body.not-logged-in input {
    border: 0px;
    font-size: 16px;
    color: #ffffff;
    background-color: #ffffff00;
    border-bottom: 1px solid #dddddd;
}

body.not-logged-in input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #dddddd;
  opacity: 1; /* Firefox */
}

.login-logo {
    width: 250px;
}

.text
/* NEW LOGIN END */


/* PRODUCT LIST CARD */
.shop-item {
	position: relative;
}


.shop-item > .shop-item-hover {
	display: none;
}
.shop-item:hover > .shop-item-hover {
	display: block;
	z-index: 100;
	position: absolute;
	background: white;
	opacity: 0.8;
}

.shop-item .shop-item-details .shop-item-title {
	width: 100%;
}

.shop-item .shop-item-details .shop-item-price, .shop-item .shop-item-details .shop-item-title>a {
	font-size: 14px;
	color: #606060;
}

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

.shop-item .shop-item-details .shop-item-title>a small {
	font-size: .8em;
}

.shop-item-title>a {
	font-size: 14px;
	color: #606060;
	text-decoration: none;
}

.shop-item .shop-item-details.product-dimensions {
	text-align: center; 
	min-height: 5em; 
	font-size: .6em;
}



.shop-item.sharp {
	box-shadow: none;
}

.shop-item.sharp:hover {
	box-shadow: unset;
}

.shop-item.sharp .title {
	top: 0;
	padding: 8px;
	width: 100%;
}

.shop-item.sharp .input-button button {
    visibility: hidden;
}

.shop-item.sharp:hover .input-button button {
    visibility: visible;
}

@media screen and (max-width: 1070px) {
    .shop-item.sharp .input-button button {
        visibility: visible;
    }
}

.shop-item.sharp .input-button button {
    color: #000000;
    border: 1px solid #000000;
}

.shop-item.sharp .input-button button:hover {
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: #000000;
}

.shop-item.sharp .price {
	width: 100%;
}

.shop-item.sharp:hover .shop-thumbnail>img {
	opacity: 1;
}
.shop-item.sharp .shop-item-details {
	position: absolute;
	bottom: 0;
	
}
.shop-item.sharp .hover-show {
	opacity: 0;
	transition: ease-in-out opacity .1s;
    z-index: 999;
}
.shop-item.sharp:hover .hover-show {
	opacity: 1;
}

.shop-item.sharp .base-price {
    text-decoration: line-through;
    color: #777;
    margin-left: 15px;
}
/* PRODUCT LIST CARD END */

/* 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 */

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

.btn, .btn-sm, .btn-primary, .btn-block {
    border-radius: 0px;
}

/* Product page */

.productpage-price {
    font-size: 16px;
    padding: 16px 0 16px 0;
}

.productpage-text p, .productpage-text li {
    font-size: 14px;
}

.productpage-title {
    font-size: 40px;
    color: #000;
    font-weight: bold;
    white-space: initial;
    text-align: unset;
}
.productpage-title small {
    font-size: 30%;
}

.productpage-base-price {
    text-decoration: line-through;
    color: #777;
    padding-left: 40px;
}

.productpage-input-button button {
    background-color: #000;
}

.short-border {
    width: 20px;
    border-bottom: 5px solid #000000;
    margin-bottom: 10px;
}
/* product page */

/* carousel */
.product-image-hover .hover-icon {
    color: #023f85;
    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;
}
/* carousel end */

/* CART START */

.cart-checkout-button {
    background-color: #000;
}

.cart-save-button button {
    background-color: #ffffff;
    color: #000;
    border: 1px solid #000;
}

.cart-save-button button:hover {
    background-color: #000;
}

.cart-empty-button {
    background-color: #ffffff;
    color: #000;
    border: 1px solid #000;
} 

.form-control.date-input-field{
    background-color: rgb(255, 255, 255);
}
/* CART END */

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


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


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


.customer-spec-sold-out{
    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;
}

/* MATRIX */

.sticky-column {
    position: -webkit-sticky;
    position: sticky;
    background-color: white;
    left: 0;
    z-index: 1;
}

/* CONCEPT */

.concept-item {
    margin-bottom: 15px;
    display: flex;
    padding: 20px;
    flex-wrap: wrap;
    text-align: center;
}

.concept-item:hover > .img-wrapper{
    opacity: 0.5;
}

.concept-item div {
    width: 100%;
}

.concept-item img {
    margin: auto;
    max-width: 100%;
    align-self: center;
}

.concept-item .img-wrapper {
    margin-bottom: 15px;
    transition: opacity .35s;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 200px;
    height: 200px;
    margin: auto;
}

.concept-item a {
    text-decoration: none;
}