.bottomnav {
    /*display: none!important;*/
}

#navbar {
    transition: all 0.3s ease;
    /* Yumuşak geçiş efekti */

}

.regionpagelefttext {
    font-size: 20px;
    margin-top: 15px;
    display: inline-block;
}

.regionselection {
    margin-top: 30px !important;
}

.teklifbtn {
    font-size: large !important;
}

.flexArea {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.branchitem p {
    max-width: 100% !important;
}

.branchesside {
    max-height: calc(100vh - 200px) !important;
}

.phonecodeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
}

.phonecodeholder2 {
    border-radius: 50px;
    padding: 0 15px;
}

.phonecodeholder .select2 {
    width: 35% !important;
}

.phonecodeholder .select2-selection--single {
    border: none;
}

.phonecodeholder input {
    width: 65%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin: 0 !important;
}

.branchitem_new {
    padding: 20px;
    margin: 30px !important;
    width: calc(30% - 60px) !important;
    background-color: #bb1823 !important;
}

.branchitem_new * {
    color: #fff !important;
}

.branchitem_new p {
    max-width: 100% !important;
}

.sellerflexle {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: stretch !important;
}

.topnavleft {
    display: flex;
    align-items: center !important;
}

.bottomnav {
    background: #fff !important;
}

.categoryseccont {
    padding-bottom: 20px !important;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.stickyNav {
    background: #fff !important;
}

*:not(i) {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.bestSellers {
    margin-top: 30px;
}

.about-us strong {
    color: #ba1823;
}

.circle {
    border: 3px solid #ba1823;
    border-radius: 50%;
}

.bottomnav {
    background-color: #ccc !important;
}

.timeline {
    width: 100%;
    padding: 20px;
    position: relative;
}

.timeline::before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #ba1823;
    position: absolute;
    left: 80px;
}

.timelineyear {
    position: relative;
    padding: 40px;
    padding-left: 100px;
}

.timelineyear::before {
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ba1823;
    position: absolute;
    left: 40px;
    top: 40px;
}

.timelineyear .timelinetitle {
    color: #ba1823;
    font-size: 25px;
}

.timelineyear .timelinedate {
    position: absolute;
    left: -20px;
    color: #ba1823;
    font-size: 20px;
    height: 40px;
    display: flex;
    align-items: center;
}

.aboutImageContainer {
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.aboutImageContainer img {
    width: 50%;
}

.categorysection img {
    height: 500px !important;
}

header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
}

@media only screen and (max-width: 576px) {
    .branchitem_new {

        width: 100% !important;

    }
}

.bottomnavdropdown {
    width: 600px !important;
    height: unset !important;
    min-height: 300px !important;
}

.dropdownleft ul li a:hover {
    padding-left: 0 !important;
    transform: translateX(5px);
}

.bottomnavdropdown .dropdownright {
    height: 300px;
}


.bottomnavdropdown .dropdownright img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bestSellers{
    margin-top: 50px!important;
}

/* Slider responsive images */
.sliderheightImage {
    display: block !important;
    width: 100%;
    height: auto;
}

.sliderheightImageMobile {
    display: none !important;
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 768px) {
    .sliderheightImage {
        display: none !important;
    }
    
    .sliderheightImageMobile {
        display: block !important;
        object-fit: cover;
        max-height: 400px;
    }
}

@media only screen and (max-width: 480px) {
    .sliderheightImageMobile {
        max-height: 300px;
    }
}
.prodthmb{
    position:unset!important;
}

.prodarrowleft{
    position: absolute;
    top: 40%;
    z-index: 999999999;
}
.prodarrowright{
    position: absolute;
    top: 40%;
    z-index: 999999999;
    right: 10%;
}