@font-face {
    font-family: PFDinTextPro;
    src: url('../fonts/PFDinTextPro-Regular.ttf');
}
@font-face {
    font-family: PFDinTextPro;
    src: url('../fonts/PFDinTextPro-Medium.ttf');
    font-weight: bold;
}

html, body {
    font-family: 'PFDinTextPro';
}

body {
    overflow-x: hidden;
}

#topbar {
    background: #BF2120;
    min-height: 70px;
    border-bottom: 7px solid #000;
    z-index: 10;
}

#topbar > .navbar-brand {
    position: absolute;
    width: 125px;
    top: 0;
    left: 85px;
    margin: 0;
    padding: 15px 20px;
    background: #000;
    box-shadow: -4px 4px 2px 0px #0004;
}

.nav-link, .nav-link:hover {
    color: #fff;
}

#sidemenu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    background-color: #575657;
    overflow-x: hidden;
    transition: 0.5s;
    box-shadow: inset -5px 0px 10px -5px #000;
}

/* start submenus */
#sidemenu a, #sidemenu>div.submenu-parent {
    padding: 10px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid #E2E2E2;
    line-height: 1.8;
    font-weight: bold;
    white-space: nowrap;
    cursor: pointer;
}

#sidemenu > div.submenu-content.expanded {
    padding-left: 40px;
    line-height: 1.5;
    font-size: 15px;
}
#sidemenu > div.submenu-content.expanded > a:nth-child(1) {
    border-top: 1px solid #e2e2e2;
}

#sidemenu > div.submenu-content.expanded > a:last-child(1) {
    border-bottom: 1px solid #e2e2e2;
}

#sidemenu a:hover, #sidemenu > div.submenu-parent:hover{
    background: #363636;
}

#sidemenu > div.submenu-parent > span.expand-arrow {
    margin-right: 5px;
}
/* end submenus */
/* start img kasomata centering */
.img-center {
    margin-left:auto;
    margin-right: auto;
}
/* end img kasomata centering */

#sidemenu .sidemenu-title {
    padding: .3rem .9375rem;
    color: #999;
    text-transform: uppercase;
    font-weight: bold;
    background: #444;
    margin: 0;
}

#sidemenu a:hover {
    color: #f1f1f1;
}

#sidemenu .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #cbc7c7;
}

#main {
    transition: margin-left .5s;
    padding: 0px;
    margin-left: 0;
}

header {
    margin-left: 0;
    transition: margin-left .5s;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

#indexslider {
    margin-top: 4px;
    max-height: 640px;
    overflow: hidden;
    align-items: flex-end;
    display: flex;
}

#categoryslider {
    max-height: 520px;
    margin-bottom: 20px;
    overflow: hidden;
}

.gallery a img {
    max-height: 225px;
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: 40px;
    width: 100%;
}

.products .cardlink {
    position: relative;
}

.products .cardlink .quickview {
    content: 'QUICK VIEW';
    width: 100%;
    height: 0%;
    background: #bf212080;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: all 150ms ease;
    overflow: hidden;
}

.products .cardlink .quickview button {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    margin: auto;
    height: 35%;
    background: #ffffffb3;
    color: #212529;
    overflow: hidden;
}

.products .cardlink:hover .quickview {
    height: 100%;
}

.btn.btn-link {
    color: inherit;
    text-decoration: inherit;
}

.categories {
    justify-content: center;
}

.categories .card {
    background: #E9E9E9;
    border-radius: 0;
    box-shadow: -6px 6px 3px 0px #0004;
    text-decoration: none;
    max-width: 200px;
    margin: 0 20px;
    top: 0;
    right: 0;
    transition: all 300ms ease;
}

.categories .card:hover {
    box-shadow: -12px 12px 3px 0px #0004;
    top: -5px;
    right: -5px;
}

.categories .card img {
    width: 200px;
    height: 145px;
}

.categories .card-text {
    text-align: center;
    background: #A4A2A3;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    font-weight: bold;
}


.togglesidemenu {
    position: absolute;
    height: 60px;
    left: 10;
    transition-duration: 0.5s;
}
.togglesidemenu .navbar-toggler-icon {
    position: relative;
    transition-duration: 0.5s;
    height: 1px;
    width: 35px;
    background-color: #ababab;
}
.togglesidemenu .navbar-toggler-icon:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ababab;
    content: "";
    top: -13px;
    left: 0;
}
.togglesidemenu .navbar-toggler-icon:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ababab;
    content: "";
    top: 13px;
    left: 0;
}
.togglesidemenu.open .navbar-toggler-icon {
    transition-duration: 0.5s;
    background: transparent;
}
.togglesidemenu.open .navbar-toggler-icon:before {
    -webkit-transform: rotateZ(45deg) translate(5px, 10px);
    transform: rotateZ(45deg) translate(5px, 10px);
}
.togglesidemenu.open .navbar-toggler-icon:after {
    -webkit-transform: rotateZ(-45deg) translate(10px, -14px);
    transform: rotateZ(-45deg) translate(10px, -14px);
}
.togglesidemenu:hover {
    cursor: pointer;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0006;
    z-index: 1;
    display: none;
}

.catheader {
    background: #EEE;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: center;
}

.catheader h1 {
    background: #D7D5D6;
    box-shadow: 0px 3px 3px rgba(35, 31, 32, 0.31);
    transform: translateY(0px);
    transition: all 300ms ease;
}

.catheader h1:hover {
    box-shadow: 0px 0px 0px rgba(35, 31, 32, 0.31);
    transform: translateY(3px);
}

.products .card img {
    height: 205px;
    object-fit: contain;
}

a, a:hover {
    text-decoration: inherit;
    color: inherit;
}

.contactus > .firstrow img {
    height: 400px;
}

.lazyload,
.lazyloading {
    opacity: 0;
}
.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
}

.loadMoreBtn {
	background: #8C0E00;
	color: #fff;
	font-size: large;
}

.product {
	transform: scale(0);
	transition: transform .5s ease;
}

.product.loaded {
	transform: scale(1);
}