.categories-content{
    border-radius:1rem;
    overflow:hidden;
    height:400px;
    position: relative;
}
.categories-content:after{
    transition:1.5s ease;
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000000;
    opacity:0;
    z-index: 1;
}
.categories-content:after{
    opacity:.5;
}
.categories-content:hover:after{
    opacity:.7;
}
.categories-content .categories-content-image{
    transition:1.5s ease;
    width:100%;
    height:100%;
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
}
.categories-content:hover .categories-content-image{
    transform:scale(1.3);
}
.categories-content .categories-content-info{
    position:absolute;
    bottom:50px;
    left:50px;
    z-index: 2;
}
.categories-content .categories-content-info h1{
    margin-bottom:10px;
    font-size: 3rem;
    color:#FFFFFF;
}
.categories-content .categories-content-info a{
    display:inline-block;
    padding:10px;
    border:2px solid #FFFFFF;
    color:#FFFFFF;
}

.categories-main .categories-content{
    margin-bottom:10px;
}

.cg-1{
    margin-right:-5px !important;
    margin-left:-5px !important;
}
.cg-1 .col-12,.cg-1 .col-6{
    padding-left:5px !important;
    padding-right:5px !important
}
.mt-n-100{
    margin-top:-100px;
}

.category-list{
    display: flex;
    align-items:center;
    justify-content:center;
    background-color:#f27e00;
}
.category-list ul{
    margin:0;

    display:flex;
    align-items:center;

}
.category-list ul li a{
    display: block;
    padding:10px 20px;
    color:#000000;
    font-weight:bold;
    font-size:16px;
}
.category-list ul li a.active{
    color:#FFFFFF;
}
.product-list-content{
    height:500px;
    width:100%;
    border-radius: 40PX;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    position:relative;
    overflow:hidden;
    margin-bottom:10px;
}
.product-list-content .product-list-content-title{
    color:#FFFFFF;
    position:absolute;
    bottom: 30px;
    left:50%;
    transform:translateX(-50%);
    font-size:2rem;
    font-weight:bold;
    text-shadow: 0 0 6px rgb(0 0 0 / 50%);
    text-align: center;
    line-height: 1;
    width: 100%;
}
.product-list-content:hover .product-list-content-in{
    opacity:1;
    visibility:visible;
}
.product-list-content-in{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000000;
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    padding:50px;
    opacity:0;
    visibility:hidden;
    transition:.5s ease
}
.product-list-content-in-title{
    margin-bottom:10px;
    color:#FFFFFF;
}
.product-list-content-in-description{
    text-align:center;
    color:#FFFFFF;
}
.product-list-content-in a{
    position:absolute;
    bottom:30px;
    left:50%;
    transform:translateX(-50%);
    display:block;
    padding:10px;
    width:200px;
    font-size:1rem;
    font-weight:bold;
    border:2px solid #FFFFFF;
    border-radius:.33rem;
    text-align:center;
    line-height:normal;
    transition:.3s ease;
    color:#FFFFFF;
}
.product-list-content-in a:hover{
    background-color:#FFFFFF;
    color:#000000;
}
.navbar.navbar-custom{
    position:relative !important;
    background-color:#1b1b1b;
    width:100%;
}
.brand-list-content .brand-list-content-image {
    padding: 20px;
    text-align: center;
    background-color: #FFFFFF;
    border-radius: .33rem;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.brand-list-content .brand-list-content-image img{
    width: 60%;
    object-fit: contain;
    
}
.brand-list-content-title{
    margin-top:10px;
    text-align:center;
}
.fotaddress{
    margin-bottom:10px
}
.fotaddress:last-child{
    margin-bottom:0 !important
}
.product-detail-band{
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
}
.product-detail-band-item{
    text-align:center;
}
.product-detail-band{
    width:100%;
}
.product-detail-band img{
    width:100%;
}
.product-detail-title {
    margin:30px 0;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.product-detail-title h1{
    color:#FFFFFF;
}
.product-detail-title .product-detail-sign{
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: .33rem;
}
.product-detail-title .product-detail-sign img{
    height:80px;
}
.section-subtitle2 {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: 'Mukta', sans-serif;
    position: relative;
    width:100%;
}
.section-subtitle2 span{
    width: fit-content;
    background-color: #101010;
    display: block;
    z-index: 1;
    position: relative;
    padding-right:10px;
}
.section-subtitle2:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #f27e00;
    position: absolute;
    left: 0;
    top: 50%;
    transform:translateY(-50%);
}
.section-subtitle2 p{
    color:#FFFFFF;
}
.product-detail-box table{
    width: 100%;
}
.slider-prev-button,.slider-next-button{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    background-color: rgb(242 128 33);
    border-radius:50%;
    width:50px;
    height:50px;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index: 999;
    color:#FFFFFF;
}
.swiper-button-disabled{
    opacity:.5 !important
}
.slider-prev-button{
    left:10px;
}
.slider-next-button{
    right:10px;
}
.product-detail-box p{
    margin-bottom:0 !important
}
.mb-0{
    margin-bottom:0 !important
}
.pb-0{
    padding-bottom: 0 !important;
}