/* =================================================== * CUSTOM CSS CODE BELOW * =================================================== */ 

/* Airlectra */

.sub-cat-btn {
    display: inline-block;
    margin: 12px 0 20px 0;
}

.sub-cat-btn a.h5 {
    padding: 12px 18px;
    background: #eb3330;
    color:#fff;
    display: block;
    margin-top:0;
    margin-bottom:0;
}

.menudrop, .menu-sel {
    background-color: #f1f1f1;
}

.menu-sel select {
    height: 40px;
    padding: 0.125rem 0.5rem 0;
    font-size: .9375rem;
    min-width:200px;
    border:0;
    border-radius: 4px;
}

.menu-sel select {
    background:#fff;
    opacity:1;
}

.menu-sel select.sel-temp:disabled {
    opacity:0.5;
}

#sel-btn  {
    height: 40px;
    font-size:1rem;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content:center;
    color: #ffffff;
    background-color: #eb3330;
    border-color: #eb3330;
    transition: all 0.2s ease-in-out;
}

@media (max-width:768px) {
	#product .nav-tabs .nav-item {
		width:100%;
		margin-top:0.5rem;
	}
}

.upsell img {
    max-width:60px;
    max-height:60px;
}

.upsell .secondimage {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    display:none;
}

.upsell a:hover .secondimage {
    display:block;
}

.upsell .up-title {
    line-height: 1.1;
    margin-bottom:4px;
}

.upsell .disc-price .before-price {
    color: #2e3038;
    font-weight:400;
    font-size:1rem;
}

.shadow-small {
    box-shadow: 1px 2px 4px 0 rgb(0 0 0 / 5%);
    transition: box-shadow 250ms ease;
}

.shadow-small:hover {
    box-shadow: 0 10px 30px -10px rgb(0 0 0 / 15%);
}

.up-btn {
    color: #ffffff;
    background: #eb3330;
    transition: all 0.2s ease-in-out;
    width: 52px;
}

.up-btn:hover {
    color: #ffffff;
    background: #eb3330;
}

@media (min-width:768px) {
  .upsell img {
        max-width:100px;
        max-height:100px;
    }
    .up-btn {
        width: 92px;
    }
}

.h1,h1 {
    font-size: 1.5rem
}

@media (max-width: 1200px) {
    .h1,h1 {
        font-size:calc(1.175rem + 1.5vw)
    }
}

.h2,h2 {
    font-size: 1.2rem
}

@media (max-width: 1200px) {
    .h2,h2 {
        font-size:calc(1.125rem + .9vw)
    }
}

.h3,h3 {
    font-size: 0.8rem
}

@media (max-width: 1200px) {
    .h3,h3 {
        font-size:calc(1.1rem + .6vw)
    }
}

.h4,h4 {
    font-size: 0.8rem
}

@media (max-width: 1200px) {
    .h4,h4 {
        font-size:calc(1.075rem + .3vw)
    }
}

.h5,h5 {
    font-size: 1.1rem
}

.h6,h6 {
    font-size: 1rem
}

.uspar {
    font-size:10px;
    background:#efefef;
}

.uspar .fa {
    margin-right:4px;
}

@media (min-width:768px) {
    .uspar {
        font-size:.8rem;
    }
}

.thumbSwiper {
    position:relative;
}

.thumbSwiper .swiper-button-next {
    right: 0;
    left: auto;
}

.thumbSwiper .swiper-button-prev {
    right: auto;
    left: 0;
}

.thumbSwiper .swiper-slide {
    border-color:transparent;
    padding:0;
}
.thumbSwiper .swiper-slide.swiper-slide-thumb-active {
    border-color:#000;
}

#detailSlider .swiper-button-prev {
    left:0;
    height: 30px;
}

#detailSlider .swiper-button-next {
    right:0;
    height: 30px;
}


.grid {
    display: grid;
}

.grid-cols-1 {
    grid-template-columns: repeat(1,minmax(0,1fr))
}

.grid-cols-2 {
    grid-template-columns: repeat(2,minmax(0,1fr))
}

@media (min-width: 640px) {
    .grid-sm-cols-1 {
        grid-template-columns: repeat(1,minmax(0,1fr))
    }

    .grid-sm-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .grid-sm-cols-3 {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    .grid-sm-cols {
        grid-template-columns: repeat(4,minmax(0,1fr))
    }
}

.gap-default {
    gap: 30px;
}

.object-center {
    -o-object-position: center;
    object-position: center;
}
.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.top-0 {
    top: 0;
}
.right-0 {
    right: 0;
}
.left-0 {
    left: 0;
}
.bottom-0 {
    bottom: 0;
}

.z-0 {
    z-index: 0;
}

.z-10 {
    z-index: 10;
}
/*
@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}
*/

.lua-p-0 {
    padding: 0;
}

.lua-p-0\.5 {
    padding: .125rem;
}

.lua-p-2 {
    padding: .5rem;
}

.lua-p-3 {
    padding: .75rem;
}

.lua-p-4 {
    padding: 1rem;
}

.lua-p-6 {
    padding: 1.5rem;
}

.lua-p-8 {
    padding: 2rem;
}

.lua-px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
}

.lua-px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
}

.lua-px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
}

.lua-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.lua-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.lua-px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.lua-py-1 {
    padding-bottom: .25rem;
    padding-top: .25rem;
}

.lua-py-12 {
    padding-bottom: 3rem;
    padding-top: 3rem;
}

.lua-py-16 {
    padding-bottom: 4rem;
    padding-top: 4rem;
}

.lua-py-2 {
    padding-bottom: .5rem;
    padding-top: .5rem;
}

.lua-py-24 {
    padding-bottom: 6rem;
    padding-top: 6rem;
}

.lua-py-3 {
    padding-bottom: .75rem;
    padding-top: .75rem;
}

.lua-py-4 {
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.lua-py-5 {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
}

.lua-py-52 {
    padding-bottom: 13rem;
    padding-top: 13rem;
}

.lua-py-6 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}

.lua-py-8 {
    padding-bottom: 2rem;
    padding-top: 2rem;
}

.lua-pb-12 {
    padding-bottom: 3rem;
}

.lua-pb-16 {
    padding-bottom: 4rem;
}

.lua-pb-20 {
    padding-bottom: 5rem;
}

.lua-pb-24 {
    padding-bottom: 6rem;
}

.lua-pb-6 {
    padding-bottom: 1.5rem;
}

.lua-pb-8 {
    padding-bottom: 2rem;
}

.lua-pl-14 {
    padding-left: 3.5rem;
}

.lua-pl-2 {
    padding-left: .5rem;
}

.lua-pl-3 {
    padding-left: .75rem;
}

.lua-pl-4 {
    padding-left: 1rem;
}

.lua-pl-6 {
    padding-left: 1.5rem;
}

.lua-pl-8 {
    padding-left: 2rem;
}

.lua-pr-10 {
    padding-right: 2.5rem;
}

.lua-pr-2 {
    padding-right: .5rem;
}

.lua-pr-3 {
    padding-right: .75rem;
}

.lua-pr-4 {
    padding-right: 1rem;
}

.lua-pr-8 {
    padding-right: 2rem;
}

.lua-pt-20 {
    padding-top: 5rem;
}

.lua-pt-24 {
    padding-top: 6rem;
}

.lua-pt-4 {
    padding-top: 1rem;
}

.lua-mb-2 {
    margin-bottom: 0.5rem;
}

.lua-mb-12 {
    margin-bottom: 3rem;
}

.lua-mr-1 {
    margin-right: .25rem
}

.lua-mr-2 {
    margin-right: .5rem
}

.lua-mr-3 {
    margin-right: .75rem
}

.lua-mr-4 {
    margin-right: 1rem
}

.lua-mr-6 {
    margin-right: 1.5rem
}

.lua-mr-8 {
    margin-right: 2rem
}

.lua-ml-1 {
    margin-left: .25rem
}

.lua-ml-2 {
    margin-left: .5rem
}

.lua-ml-3 {
    margin-left: .75rem
}

.lua-ml-4 {
    margin-left: 1rem
}

.lua-ml-6 {
    margin-left: 1.5rem
}

.lua-ml-8 {
    margin-left: 2rem
}

.lua-w-full {
    width:100%;
}

.lua-h-full {
    height:100;
}

.lua-opacity-50 {
    opacity: .5;
}

.lua-leading-6 {
    line-height: 1.5rem;
}

@media (min-width:992px) {
    .lua-pl-lg-16 {
        padding-left:4rem;
    }
}

.pointer-events-none {
    pointer-events: none;
}

.max-w-md {
    max-width: 28rem;
}

.max-w-xl {
    max-width: 36rem;
}

.lua-text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.lua-text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.lua-rounded {
    border-radius: 0;
}

.button-rounding {
    border-radius: 0.25rem;
}
.button-px {
    padding-left: calc(2rem * 1);
    padding-right: calc(2rem * 1);
}
.button-py {
    padding-top: calc(1rem * 1);
    padding-bottom: calc(1rem * 1);
}

.transition-all {
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.transform {
    transform: translate(0,0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

.hover-scale-105:hover {
    transform: translate(0,0) rotate(0) skewX(0) skewY(0) scaleX(1.05) scaleY(1.05);
}

.duration-100 {
    transition-duration: .1s;
}

.grid a:hover {
    opacity:1;
}

.aspect-3-4 {
    aspect-ratio: 3 / 4;
}
f
.lua-flex {
    display: flex;
}

.lua-w-10 {
    width: 2.5rem
}

.lua-w-12 {
    width: 3rem
}

.lua-w-16 {
    width: 4rem
}

.lua-w-2 {
    width: .5rem
}

.lua-h-10 {
    height: 2.5rem
}

.lua-h-12 {
    height: 3rem
}

.lua-h-16 {
    height: 4rem
}

.lua-h-2 {
    height: .5rem
}

.lua-h-3 {
    height: .75rem
}

.lua-h-32 {
    height: 8rem
}

.lua-h-4 {
    height: 1rem
}

.lua-h-5 {
    height: 1.25rem
}

.lua-h-6 {
    height: 1.5rem
}

.lua-h-8 {
    height: 2rem
}

.lua-h-auto {
    height: auto
}

.lua-mt-2 {
    margin-top: .25rem
}

.lua-mb-2 {
    margin-bottom: .5rem
}

@media (min-width: 768px) {
    .md-w-50 {
        width: 50%;
    }
}

@media (min-width: 1024px) {
    .lg-w-25 {
        width: 25%;
    }
}

@media (min-width:768px) {
    .border-left-1 {
        border-left:1px solid;
    }
}

@media (min-width:992px) {
    .border-left-md-1 {
        border-left:1px solid;
    }
}

.h-100-un {
    height:100%;
}

#headertwo_searchicon .svg-icon.navbar-icon {
    top:0;
    width:1.5rem;
    height:1.5rem;
}

#headertwo_searchinput {
    position:absolute;
    top:30px;
    right:0;
    padding-right:0;
    z-index: 100;
    background: #fff;
    width: 90vw;
}

.startpage-logo-slider .swiper-wrapper {
    transition-timing-function : linear;
    align-items: stretch;
}

.startpage-logo-slider .swiper-wrapper .logo-slide {
    height:auto;
    display:flex;
    align-items:center;
    padding:8px;
}