@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900');
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.shop-item .shop-item-details .shop-item-title, .shop-item .shop-item-details .item-id, .dropdown-menu>li>a, .shopping-cart .item .item-title {
    font-weight: 400;
}

.site-logo {
    padding: 10px 0;
}
.tst-product-card-text  {
	    font-size: 14px;
		font-weight: normal;
}
.tst-attribute-table {
    margin-bottom: 20px !important;
    font-size: 14px;
}

.topsearch-sidefilter-filter-panels {
    padding-top: 80px;
}

.site-logo{
    padding: 0px;
    height: 100%;
    max-height: 80px;
}
.site-logo img {
   max-height: 80px;
   max-width: 171px;

}

.navbar {
    background-color: rgb(184, 28, 40);
}

.cart-dropdown, .main-navigation>.menu>li .sub-menu {
    background-color: rgb(184, 28, 40);
}

@media screen and (max-width: 1070px) {
    .main-navigation {
        background-color: rgb(184, 28, 40);
    }
    .main-navigation>.menu>li .sub-menu {
        background-color: rgb(136, 24, 22);
    }
}

.main-navigation>.menu>li>a, .main-navigation>.menu>li .sub-menu>li>a, .toolbar .inner .cart-btn>a, .toolbar .inner>a, .toolbar.toolbar-left .mobile-menu-toggle, .cart-dropdown .cart-subtotal span, .cart-dropdown .cart-subtotal .amount {
    color: rgb(255, 255, 255);
    font-weight: 700;
}

.main-navigation>.menu>li:hover>a, .main-navigation>.menu>li .sub-menu>li:hover>a, .toolbar .inner .cart-btn>a:hover, .toolbar .inner>a:hover {
    color: rgba(255, 255, 255, .5);
}

h1, .h1 {
    text-align: center;
    text-transform: uppercase;
    white-space: initial;
    margin-bottom: 1em;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 600;
}

h1, .h1, h2, .h2 {
    background: repeating-linear-gradient( 45deg, rgb(184, 28, 40), rgb(184, 28, 40) 10px, rgb(184, 28, 40) 10px, rgb(184, 28, 40) 12px);
    color: rgb(255, 255, 255);
}

h1 small, .h1 small, h2 small, .h2 small {
    color: rgba(255, 255, 255, 1);
}

.btn.btn-primary {
    background-color: white;
    border: 2px solid rgb(184, 28, 40);
    color: rgb(184, 28, 40);
}

.btn.btn-primary:hover, .item-order-button:hover, .item-order-button:active, .item-order-button:focus, .item-order-button:active:hover, .table a.badge:hover {

    background-color: white;
    color: rgb(184, 28, 40);
}

.btn.btn-success {
    background-color: white;
    color: #A2B548;
    border: 2px solid #A2B548;
}

.btn.btn-success:hover {
    background-color: #A2B548;
    color: white;
}

.btn.btn-default, .btn.btn-secondary {
    background-color: white;
    border: 2px solid black;
    color: black;
}

.btn.btn-default:hover, .btn.btn-secondary:hover {
    background-color: white;
    color: black;
}

.badge, .toolbar .inner>.cart-btn .count, .toolbar .inner>a .count {
    background-color: white;
    color: rgba(0, 0, 0, 0.7);
}

.widget-title {
    font-weight: 600;
}

.input-group-addon, .input-group-sm>.input-group-addon {
    background-color: white;
    border-radius: 0px;
    border: 2px solid #ededed;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.btn, .form-control, input, select, .count-input input, .shopping-cart .item .item-remove {
    border-radius: 0px!important;
}

.filter-top .filter-status>* {
    color: rgba(0,0,0,0.7)!important;
}

.filter-btn {
    color: rgba(0,0,0,0.7);
    outline-color: rgba(0,0,0,0.7);
}

.search-box-wrapper {
    outline-color: rgba(0,0,0,0.7);
}

/* PRODUCT CARD SHARP TST */
.shop-item.sharp {
    background-color: rgba(255, 255, 255, 0);
}
.shop-item.sharp:hover {
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}

.shop-item.sharp>.item-id {
    background-color: rgba(255,255,255,75);
    position: relative;
    margin-left: 2px;
    margin-top:1px;
    padding:2px;
}

.shop-item-details .art-no{
    font-size: 12px;
}
.shop-item.sharp .item-name, .shop-item.sharp .shop-item-details .item-id{
    color: black;
}

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

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

.shop-item.sharp .shop-item-details .shop-item-title, .shop-item.sharp .shop-item-details .shop-item-price, .shop-item.sharp .shop-item-details .shop-item-title .item-name {
    color: rgba(0,0,0,1);
}

.shop-item.sharp .shop-item-details .inline-button-group > *{
    margin-right: 10px;
}

@media screen and (max-width: 767.98px) {
    .shop-item.sharp .shop-item-details .inline-button-group > * {
        display: inline-block;
        margin-right: 0px;
        padding-top: 5px;
    }
}

.shop-item.sharp .shop-item-details .inline-button-group > *:last-child {
    margin-right: 0px;
}


.shop-item.sharp .item-availability {
    background-color: white;
    text-align: center;
 }

 .shop-item.sharp .item-availability:hover a {
     color: rgb(134, 63, 71);
 }

.shop-item.sharp gung-products-item-availability {
    position: absolute;
    right: 0;

    z-index: 99;
}
.shop-item.sharp .item-availability a {
    text-decoration: none;
    color: rgb(184, 28, 40);
    padding: 2px 10px;
    line-height: 2;
    font-size: 12px;
    width: auto;
    transition: color .3s ease-out,background-color .3s ease-out;
    display: inline-block;
    z-index: 10;
}

.shop-item.sharp button:hover {
    background-color: inherit;
    border-top: inherit;
    color: inherit;
}

a.item-order-button {
    text-decoration: none!important;
}

.shop-item.sharp .item-availability.not-available a {
    color: rgba(0,0,0,0.5);
    border-color: rgba(0,0,0,0.5);
}
/**/

/* MATRIX */

.table a.badge {
    color: rgb(184, 28, 40);
    border: 2px solid rgb(184, 28, 40);
    background-color: white;
    font-weight: 700;
    font-size: 12px;
    width: 100%;
    transition: color .3s ease-out,background-color .3s ease-out;
}

tr td:last-child .virtual-form-control {
    margin-bottom: 5px;
}

/**/

/* GUNG PANEL */
gung-panel .panel {
    background-color: #f5f5f5;
    padding: 5px 0px;
}

.panel-group gung-panel .panel, gung-panel .panel {
    margin-bottom: 10px;
}

.gung-tools {
    position: absolute;
    top: 99px;
    right: 24px;
}

gung-panel .panel .gung-panel-tools {
    margin-right: 15px;
}

gung-panel .panel .panel-heading {
    line-height: 36px;
    padding-bottom: 0px;
}

gung-panel .panel .panel-heading .panel-title {
    font-weight: 700;
    font-size: 16px;
}
/**/

/* SIDEBAR FILTERS */
.sidebar {
    max-width: initial;
}

@media screen and (max-width: 767.98px) {
    .sidebar {
        max-width: 300px;
    }
}

/**/

/* FORM */
.ng-invalid-required {
    border-color: #EDB228;
}
/**/
.tst-price-toggle {
    float: right;
}

@media screen and (max-width: 767.98px) {
    .tst-price-toggle {
        float: initial;
    }
}


.productpage-price {
    font-size: 2.8rem;
}

.productpage-title {
    padding-top: 10px;
    padding-bottom: 10px;
    background: repeating-linear-gradient( 45deg, rgb(184, 36, 52), rgb(184, 36, 52) 10px, rgb(136, 24, 22) 10px, rgb(136, 24, 22)12px);
    color: rgb(255, 255, 255);
    
}
.productpage-title.wss {
    background: repeating-linear-gradient( 45deg, #373F42, #373F42 10px, #686D6E 10px, #686D6E 12px);
}

.productpage-title.pro-operator {
    background: repeating-linear-gradient( 45deg, #686D6E, #686D6E 10px, #384043 10px, #384043 12px);
}

.productpage-title.cooling {
    background: repeating-linear-gradient( 45deg, #00ade9 , #00ade9 10px, #0080e9 10px, #0080e9 12px);
}

.productpage-title.heat-protection {
    background: repeating-linear-gradient( 45deg, #dddddc , #dddddc 10px, #b6b7b7 10px, #b6b7b7 12px);
}



.product-image-hover .hover-icon {
    color: rgb(184, 28, 40);
    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%;
}

div.divider-top{
    border-bottom: 3px solid black;;
    margin-top: 30px;
    margin-bottom: 15px;
    width: 50px;
}
div.divider-bottom{
    border-bottom: 3px solid black;;
    margin-top: 15px;
    margin-bottom: 30px;
    width: 50px;
}



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


tst-catalog-table table.table thead th, tst-catalog-table table.table tbody td {
    vertical-align: top;
}

tst-catalog-table .btn {
    margin: 0;
}

.open-order-row>td{
    vertical-align: middle !important;
}

.open-order-row .btn{
    font-size: 12px;
    margin: 0;
    width: 160px;
}

.open-order-row .btn:hover{
    background-color: #ebebeb
}



/*----------------------FOOTER------------------------------------*/
footer{
    background-color: rgb(184, 28, 40);
    color: white;
}
footer.footer .column{
    background-color: rgb(184, 28, 40);
    color: white;
}

.footer-logo-wrapper{
    justify-content: center;
    max-height: 40%;
}
.footer-logo-img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 200px;
}
.footer .column:nth-of-type(even){
    background-color: rgb(184, 28, 40);
    
}

/*--------------------------------LOGIN------------------------------------*/
.language-selector-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 5px;
}

.language-flag {
    width: 60px;
    height: 60px;
}