.flag {
    width: 9%;
    position: absolute;
    padding-top: 5px;
}

.two-div-image-div{
    background-color: #ffffff;
    padding-top: 5px;
}
.two-div-a{
    position: absolute;
    right: 20px;
    bottom: 15px;
}
.two-div-image-product{
    text-align: center;
    min-height: 206px;
    border-left: 1px solid #efefef;
}
.two-div-image-product-image{
    padding-top: 11px;
    width: 78%;
    object-fit: contain;
}
.two-div-image-down-title{
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    min-height: 24px;
}
.two-div-image-product-gor{
    margin: 5px;
}
.companies-star {
    right: 10px;
    top: 10px;
    background: #f3f3f3;
    padding: 2px 5px;
    width: auto;
    float: right;
    z-index: 1;
    position: absolute;
}
.color-box-3-title {
    font-size: 17px;
    font-weight: bold;
    position: relative;
    top: 12px;
}

.color-box-3-content {
    font-size: 16px;
    position: relative;
    font-weight: bold;
    top: 54px;
}

.color-box-3-button-1 {
    bottom: 0px;
    float: right;
    position: relative;
    top: 90px;
    margin: 3px;
}

.company-box-4 > a > .company-box-4-image  {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.company-box-4 > a:hover > .company-box-4-image  {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.company-box-4 {
    background-color: #f3f3f3;
    border: 3px solid #fff;
    min-height: 180px;
}
.company-box-3 {
    background-color: #f3f3f3;
    border: 3px solid #fff;
    min-height: 180px;
}
.company-box-4-image {
    width: 100%;
    object-fit: contain;
    position: relative;
    height: 80px;
    top: 42px;
    transition: all 0.3s;
}

.company-box-4-center {
    text-align: center;
    position: absolute;
    bottom: 8px;
    left: 38%;
}

.company-box-name {
    font-size: 16px;
    overflow: hidden; /* taşacak kısımları gizle. */
    white-space: nowrap; /* alt satırı gösterme, alt satıra inme. */
    text-overflow: ellipsis; /* uzunsa sonuna üç nokta koy. */
}
.company-box-category{
    overflow: hidden; /* taşacak kısımları gizle. */
    white-space: nowrap; /* alt satırı gösterme, alt satıra inme. */
    text-overflow: ellipsis; /* uzunsa sonuna üç nokta koy. */
}
.title-new{
    float: left;
    font-size: 15px!important;
    font-weight: bold;
 }
.padding-top-25{
    padding-top:25px;
}
.hoverImg:hover{
    z-index:2; -webkit-transform: scale(1.5); -ms-transform: scale(1.5); -moz-transform: scale(1.5);
    transform: scale(1.005);
}
.aHover:hover > .row > .backcolor > .backgroundcolor{
    background-color: #ffffff;
}
.title-img{
    position: absolute;
    z-index: 3;
    font-size: 70px;
    top: 70px;
    left: 40px;
    color: #ffffff85;
}
.line{
    /* display: block; */
    margin-top: -16px;
    margin-left: 5px;
    float: right;
    font-size: 100%;
    border: 4px solid #DCDEE3;
    border-radius: 3px;
    /* position: relative; */
    overflow: hidden;
    width: 43%;
}
.line2{
    /* display: block; */
    margin-top: 23px;
    margin-left: 5px;
    float: left;
    font-size: 100%;
    border: 4px solid #DCDEE3;
    border-radius: 3px;
    /* position: relative; */
    overflow: hidden;
    width: 60%;
}
/* kart css start */
.img-new{
   height: 380px;
    width: 100%;
    object-fit: contain;
}

.img-firma{
height: 100%;
width: 100%;
object-fit: contain;
}
.item{
    padding:5px;
}
.heart-product{
    position: absolute;
    right: 20px;
    font-weight: bold;
    top: 15px;
    font-size: 17px;
    background-color: #fff;
    border-radius: 45px;
    width: 25px;
    color: red;
    text-align: center;
}
.hidden-btn{
    display: none;
}
.item-card-product:hover .hidden-btn{
    display:block;
}
.item-card-product{
    transition:0.5s;
    cursor:pointer;
    padding: 5px;
    text-align: center;
    min-height: 550px;
    /*border: 2px solid #fcc800;*/
    box-shadow: 1px 1px 4px #dcdee3;
}
.item-card{
    transition:0.5s;
    cursor:pointer;
    padding: 5px;
    /*border: 2px solid #fcc800;*/
    box-shadow: 1px 1px 4px #dcdee3;
    text-align: center;
    min-height: 250px;
}
.item-card-title{
    font-size: 12px;
    transition: 1s;
    cursor: pointer;
    overflow: hidden;
    margin: 6px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.item-card-title i{
    font-size:15px;
    transition:1s;
    cursor:pointer;
    color:#ffa710
}
.card-text{
    height:80px;
}

.card::before, .card::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale3d(0, 0, 1);
    transition: transform .3s ease-out 0s;
    background: rgba(255, 255, 255, 0.1);
    content: '';
    pointer-events: none;
}
.card::before {
    transform-origin: left top;
}
.card::after {
    transform-origin: right bottom;
}
/* kart css end */
@media (min-width: 768px) and (max-width: 1024px) {
    .two-div-image-product {
        text-align: center;
        border-left: 1px solid #efefef;
        min-height: 164px;
    }
    .company-box-4-center {
        text-align: center;
        position: absolute;
        bottom: 8px;
        left: 26%;
    }
    .slider-down-div1 > span {
        font-weight: bold;
        font-size: 14px;
    }
    .title-img{
        position: absolute;
        z-index: 3;
        font-size: 70px;
        top: 56px;
        left: 40px;
        color: #ffffff85;
    }
    .two-div-a {
        position: absolute;
        margin-top: 130px;
        margin-left: 20px;
    }
    .two-div-image-product-image {
        padding-top: 0px;
        width: 100%;
        object-fit: contain;
        max-height: 77px;
    }
    .two-div-image-down-title {
        overflow: hidden !important;
        white-space: nowrap !important;
        text-overflow: ellipsis !important;
        min-height: 20px;
    }
    .line2{
        /* display: block; */
        margin-top: 23px;
        margin-left: 5px;
        float: left;
        font-size: 100%;
        border: 4px solid #DCDEE3;
        border-radius: 3px;
        /* position: relative; */
        overflow: hidden;
        width: 45%;
    }
    .item-card{
        transition:0.5s;
        cursor:pointer;
        padding: 5px;
        border: 2px solid #fcc800;
        text-align: center;
        min-height: 200px;
    }
}
@media (min-width: 425px) and (max-width: 768px) {
    .modalDialog > div {
        position: relative;
        margin: 10% auto;
        padding: 20px;
        border-radius: 3px;
        background: #fff;
        height: 400px;
        width: 90%!important;
    }
    .two-div-image-product {
        text-align: center;
        border-left: 1px solid #efefef;
        min-height: 274px;
    }
    .two-div-image-product-image {
        padding-top: 32px;
        width: 100%;
    }
    .company-box-4-center {
        text-align: center;
        position: absolute;
        bottom: 8px;
        left: 16%;
    }
    .color-box-3-button-1 {
        bottom: 0px;
        float: right;
        position: relative;
        top: 0px;
        margin: 3px;
    }
    .color-box-3-content {
        font-size: 16px;
        position: relative;
        font-weight: bold;
        top: 15px;
    }
    .title-img{
        position: absolute;
        z-index: 3;
        font-size: 70px;
        top: 25px;
        left: 40px;
        color: #ffffff85;
    }
    .counter_slider {
        padding: 2px;
        object-fit: contain;
        min-height: 185px;
    }
    .item-card{
        transition:0.5s;
        cursor:pointer;
        padding: 5px;
        border: 2px solid #fcc800;
        text-align: center;
        min-height: 200px;
    }
}
@media (min-width: 375px) and (max-width: 425px) {
    .modalDialog > div {
        position: relative;
        margin: 21% auto !important;
        padding: 20px;
        border-radius: 3px;
        background: #fff;
        height: 400px;
        width: 90%!important;
    }
    .title-new{
        float: left;
        font-size: 19px!important;
        font-weight: bold;
		text-decoration:underline;
    }
    .company-box-4-center {
        text-align: center;
        position: absolute;
        bottom: 8px;
        left: 34%;
    }
    .line{
        display: none;
    }
    .line2{
        display: none;
    }

    .color-box-3-button-1 {
        bottom: 0px;
        float: right;
        position: relative;
        top: 13px;
        margin: 3px;
    }
    .color-box-3-content {
        font-size: 16px;
        position: relative;
        font-weight: bold;
        top: 15px;
    }
    .title-img{
        position: absolute;
        z-index: 3;
        font-size: 34px;
        top: 19px;
        left: 40px;
        color: #ffffff85;
    }
    .counter_slider {
        padding: 4px !important;
        object-fit: contain;
        min-height: 158px;
    }
    .item-card{
        transition:0.5s;
        cursor:pointer;
        padding: 5px;
        border: 2px solid #fcc800;
        text-align: center;
        min-height: 200px;
    }
}

.slider-down-div1 {
    padding: 14px 0px 0px 10px;
    height: 70px;
    border: 1px solid #f3f3f3;
    margin-bottom: 4px;
}


.slider-down-div1 > span {
    font-weight: bold;
    font-size: 12px;
}


@media (min-width: 320px) and (max-width: 375px) {
    .modalDialog > div {
        position: relative;
        margin: 25% auto !important;
        padding: 20px;
        border-radius: 3px;
        background: #fff;
        height: 400px;
        width: 90%!important;
    }
    .title-new{
        float: left;
        font-size: 19px!important;
        font-weight: bold;
    }
    .company-box-4-center {
        text-align: center;
        position: absolute;
        bottom: 8px;
        left: 32%;
    }
    .line{
        display: none;
    }
    .line2{
        display: none;
    }
    .title-img{
        position: absolute;
        z-index: 3;
        font-size: 30px;
        top: 9px;
        left: 40px;
        color: #ffffff85;
    }

    .color-box-3-button-1 {
        bottom: 0px;
        float: right;
        position: relative;
        top: 13px;
        margin: 3px;
    }
    .color-box-3-content {
        font-size: 16px;
        position: relative;
        font-weight: bold;
        top: 15px;
    }
    .counter_slider {
        padding: 5px !important;
        object-fit: contain;
    }
    .item-card{
        transition:0.5s;
        cursor:pointer;
        padding: 5px;
        border: 2px solid #fcc800;
        text-align: center;
        min-height: 200px;
    }
}

.slider-down-div1 {
    padding: 14px 0px 0px 10px;
    height: 70px;
    border: 1px solid #f3f3f3;
    margin-bottom: 4px;
}


.slider-down-div1 > span {
    font-weight: bold;
    font-size: 12px;
}

.modalDialog {
    margin-right: 5px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 100ms ease-in;
    -moz-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
    pointer-events: none;
    width: 100%;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    position: relative;
    margin: 10% auto;
    padding: 20px;
    border-radius: 3px;
    background: #fff;
    height: 400px;
    width: 35%;
}
.close {
    font-family: Arial, Helvetica, sans-serif;
    background: #f26d7d;
    color: #fff;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 34px;
    height: 34px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    padding-top: 5px;
}
.close:hover {
    background: #fa3f6f;
}
.main_slider {
    object-fit: contain;
    padding: 0px;
    margin: 0px;
}
.counter_slider {
    padding: 2px;
    object-fit: contain;
}
.image_slider > div > a > img{
    border-radius: 4px !important;
}
.image_slider > div > a > img:hover {
    border-radius: 4px;
    box-shadow: 3px 3px 1px #ccc;
    -webkit-box-shadow: 3px 3px 1px #ccc;
    -moz-box-shadow: 3px 3px 1px #ccc;
}
@media only screen and (max-width: 450px){
    .carousel-inner > .item > img {
        height: 100px !important;
    }

    .carousel-control .icon-prev, .carousel-control .fa-chevron-left {
        left: 50%;
        margin-left: 40px;
    }
    .carousel-control .icon-next, .carousel-control .fa-chevron-right {
        right: 50%;
        margin-right: 40px;
    }
}
@media screen and (max-width: 767px){
    .carousel {
        position: relative;
        margin: 0px auto 0px auto !important;
        /* border-radius: 10px; */
        padding-top: 30px;
        overflow: hidden;
        height: 185px !important;
    }}
