.sp-slider .sp-item .sppb-container {
    position: relative;
    z-index: 3;
}

.sp-slider .sp-item .sppb-shape-container.sppb-bottom-shape>svg {
    width: 100%;
    max-width: 100%;
    height: 300px;
    fill: #fff;
}

.sp-slider .sp-item .sppb-shape-container.sppb-bottom-shape.sppb-shape-flip>svg {
    width: 600%;
    max-width: 600%;
    height: 330px;
    fill: #fff;
}

#sp-header.header-sticky #sp-top-bar {
    background-color: #a4101f;
}

.mod-languages {
    margin-top: 5px;
}

.mod-languages img {
    border: 1px solid #fff!important;
    display: inline-block;
}

.arrow-container {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    /*  position: absolute;
    bottom: -100px;
    left: 0;
    right: 0; */
    cursor: pointer;
}

.arrow-1 {
    width: 100px;
    height: 100px;
    background: #8f0c1d;
    opacity: 0.5;
    border-radius: 50%;
    position: absolute;
}

.arrow-2 {
    width: 60px;
    height: 60px;
    background: #d21c29;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    display: table;
}

.arrow-2:before {
    width: 52px;
    height: 52px;
    content: "";
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
}

.arrow-2 i.fa {
    font-size: 30px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.4, .4, .4);
        transform: scale3d(.4, .4, .4);
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.4, .4, .4);
        transform: scale3d(.4, .4, .4);
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.headerBorder .sppb-addon-title:before,
.sppb-title-heading:before {
    content: "";
    width: 100px;
    height: 5px;
    background: #d21c29;
    display: block;
    border-radius: 7px;
    margin-bottom: 10px;
}

.sppb-title-heading {
    position: relative;
}

.sppb-title-heading:before {
    left: 50%;
    position: absolute;
    top: -25px;
    transform: translateX(-50%);
}

#sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-subheading {
    max-width: 100%;
}

.sppb-title-heading small {
    font-size: 60%;
}

.coloredBg .headerBorder .sppb-addon-title:before,
.coloredBg .sppb-title-heading:before {
    background: #fff;
}


/** Ürün Eklentisi **/

.owl-filter-bar {
    text-align: left;
    margin-bottom: 40px;
}

.owl-filter-bar li {
    /* background: #0085cd; */
    /* color: #fff; */
    /* white-space: pre-wrap; */
    /* padding: 10px; */
    margin-right: 10px;
    border-radius: 5px;
    max-width: 230px;
    position: relative;
}

.owl-filter-bar li .filter-item {
    background: #f1f1f1;
    color: #d21c29;
    /* white-space: pre-wrap; */
    padding: 10px;
    margin-right: 10px;
    border-radius: 5px;
    line-height: 20px;
    font-weight: 500;
    font-size: 16px;
}

.owl-filter-bar .tab-icon {
    width: 50px;
    margin-right: 15px;
    transition: all 0.3s ease-in-out 0s;
}

.owl-filter-bar li.active .filter-item,
.owl-filter-bar li.active .filter-item:hover {
    background: #d21c29;
    color: #fff;
}

.owl-filter-bar li .filter-item:hover {
    background: #0085cd;
    color: #fff;
}

.owl-filter-bar li .filter-item:hover .tab-icon {
    transform: scale(1.5);
    margin-right: 20px;
}

.owl-filter-bar li.active:after {
    content: "";
    border: 10px solid transparent;
    display: block;
    position: absolute;
    bottom: -20px;
    border-top-color: #d21c29;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
}

.sppb-products-carousel-wrapper.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.sppb-products-carousel-wrapper.owl-carousel .owl-item {
    opacity: 0.35;
    filter: blur(7px);
    transition: all 0.3s ease-in-out 0s;
}

.sppb-products-carousel-wrapper.owl-carousel .owl-item.active {
    opacity: 1;
    filter: none;
}

.sppb-products-carousel-wrapper.owl-carousel .owl-item .sppb-products-item-wrap,
.urun-listesi .sppb-products-item-wrap {
    border: 1px solid transparent;
    border-radius: 10px;
    /*  -webkit-box-shadow: 0 0 25px rgba(17,44,145,.1);
	-moz-box-shadow: 0 0 25px rgba(17,44,145,.1);
    box-shadow: 0 0 25px rgba(17,44,145,.1); */
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
}

.sppb-products-carousel-wrapper.owl-carousel .owl-item.active .sppb-products-item-wrap:hover,
.urun-listesi .sppb-products-item-wrap:hover {
    border: 1px solid #e1e7ec;
    /* -webkit-box-shadow: 0 0px 10px rgba(17,44,145,.3);
	-moz-box-shadow: 0 0px 10px rgba(17,44,145,.3);
    box-shadow: 0 0px 10px rgba(17,44,145,.3); */
    -webkit-box-shadow: 0 0 25px rgba(17, 44, 145, 0.2);
    -moz-box-shadow: 0 0 25px rgba(17, 44, 145, 0.2);
    box-shadow: 0 0 25px rgba(17, 44, 145, 0.2);
    padding: 20px;
}

.urun-listesi .sppb-products-item-wrap:hover {
    background-color: #fff;
}

.urun-listesi .sppb-products-item-wrap {
    margin-bottom: 30px;
}

.urun-listesi .sppb-products-title {
    color: #000;
}

.urun-listesi .sppb-products-item-wrap:hover .sppb-products-title {
    color: #d21c29;
}

.sppb-products-item-wrap .new {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #d21c29;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 30px;
}

.sppb-products-title a {
    color: #000;
}

.sppb-products-content a {
    color: #444;
}

.sppb-products-title a:hover,
.sppb-products-content a:hover {
    color: #d21c29;
}

.sppb-products-title {
    margin-bottom: 0;
}

.sppb-products-carousel-wrapper.owl-carousel .owl-nav button.owl-next,
.sppb-products-carousel-wrapper.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 100%;
    color: #d21c29;
    font-size: 24px;
    transition: all 0.3s ease-in-out 0s;
    outline: none;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -20px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -20px;
}

.sppb-products-carousel-wrapper.owl-carousel .owl-nav button.owl-next:hover,
.sppb-products-carousel-wrapper.owl-carousel .owl-nav button.owl-prev:hover,
.sppb-products-carousel-wrapper.owl-carousel .owl-nav button.owl-next:focus,
.sppb-products-carousel-wrapper.owl-carousel .owl-nav button.owl-prev:focus {
    outline: none;
    background: #d21c29;
    border-color: #d21c29;
    color: #fff;
}

.sppb-products-title {
    margin-bottom: 0;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
}


/* Simgeler */

@font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.eot");
    src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="simge-"]:before,
[class*=" simge-"]:before,
[class^="simge-"]:after,
[class*=" simge-"]:after {
    font-family: "Flaticon";
    font-style: normal;
}

.simge-gida:before {
    content: "\f100";
}

.simge-havacilik:before {
    content: "\f101";
}

.simge-savunma:before {
    content: "\f102";
}

.simge-otomotiv:before {
    content: "\f103";
}

.simge-beyaz-esya:before {
    content: "\f104";
}

.simge-elektronik:before {
    content: "\f105";
}

.simge-perakende:before {
    content: "\f106";
}

.simge-medikal:before {
    content: "\f107";
}

.simge-medikal2:before {
    content: "\f108";
}

.sektor {
    background: #fff;
    border-radius: 10px;
    transition: all 0.3s ease-in-out 0s;
}

.sektor .sppb-icon-container {
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out 0s;
}
.sektor .sppb-icon .sppb-icon-container > i {
	font-size: 20px!important;
	line-height: 20px!important;
	width: 20px!important;
	height: 20px!important;
}

.sektor .sppb-img-container {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.sektor .sppb-img-container img {
    border-radius: 10px 10px 0 0;
    transition: all 0.7s ease-in-out 0s;
}

.sektor:hover {
    box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.3);
    transform: translateY(-10px);
}

.sektor:hover .sppb-img-container img {
    transform: scale(1.3);
}

.sektor .sppb-icon {
    position: relative;
    z-index: 2;
}

.sektor .sppb-media-content {
	padding: 5px!important;
}
.sektor .sppb-addon-title {
	font-size: 12px!important;
	line-height: 15px!important;
	margin-bottom: 0;
	min-height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sektor .sppb-addon-text,
.sektor .sppb-btn{
	display: none;
}
.com-sppagebuilder #sp-main-body {
    z-index: 2;
}

.subelerHarita.sppb-addon-openstreetmap {
    border-radius: 30px 0 0 30px;
}

.default-home #sp-bottom {
    padding-top: 150px;
}

#sp-footer,
#sp-bottom {
    background: #0a0909 url(../images/koyubg.jpg) no-repeat scroll right center;
    background-size: cover;
}

.sp-copyright {
    font: 13px;
}

.sp-page-title {
    margin-top: 0px;
    padding-top: 100px;
    padding-bottom: 50px;
    background-image: url(../images/titlebg.jpg);
    text-align: center;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
}

.borderImage {
    position: relative;
}

.borderImage:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -25px;
    left: -25px;
    display: block;
    border: 15px solid #d21c29;
    border-bottom-color: transparent;
    border-right-color: transparent;
  z-index:-1;
}

.borderImage:after {
    content: '';
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: -25px;
    right: -25px;
    display: block;
    border: 15px solid #d21c29;
    border-top-color: transparent;
    border-left-color: transparent;
  z-index:-1;
}

.default-home .sp-page-title {
    margin-top: 0px;
}

.sp-page-title:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
    bottom: 0;
    display: block;
    background: -webkit-linear-gradient(162deg, rgba(210, 28, 41, 0.75) 10%, rgba(154, 8, 27, 0.9) 50%) transparent;
    background: linear-gradient(162deg, rgba(210, 28, 41, 0.75) 10%, rgba(154, 8, 27, 0.9) 50%) transparent;
}

.default-home .sp-page-title:before {
    display: none;
}

.sp-page-title .container {
    position: relative;
    z-index: 2;
}


/* .productGallery li img {
    border-radius: 20px 20px 0 0;
} */

.lSSlideOuter {
    overflow: hidden;
    user-select: none;
    border: 1px solid #dedede;
    border-radius: 20px 20px 0 0;
    margin-bottom: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    background: #fff;
}

.lSSlideOuter .lSPager.lSGallery li {
    padding: 10px;
    position: relative;
    border-top: 1px solid #dedede;
    margin-top: 5px;
    overflow: visible;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0;
}

.lSSlideOuter .lSPager.lSGallery li.active a:before,
.lSSlideOuter .lSPager.lSGallery li:hover a:before {
    content: "";
    width: 70%;
    height: 5px;
    background: #d21c29;
    display: block;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    top: -3px;
    transform: translateX(-50%);
}

.lSAction>a {
    line-height: 32px;
    background-image: none;
    background: #d21c29;
    opacity: .3;
    color: #fff!important;
    text-align: center;
    border-radius: 50%;
}

.urunSekmeleri .sppb-tab-content ul li {
    margin-bottom: 15px;
}

.urunSekmeleri .sppb-nav-tabs>li>a {
    background: #000;
    color: #fff;
    border-radius: 4px;
    margin-right: 10px;
    padding: 10px 20px;
    border: 0;
}

.urunSekmeleri .sppb-nav-tabs>li.active>a,
.urunSekmeleri .sppb-nav-tabs>li.active>a:focus,
.urunSekmeleri .sppb-nav-tabs>li.active>a:hover {
    background: #d21c29;
}


/* .urunSekmeleri .sppb-tab-icon {
    font-size: 25px;
    position: absolute;
    left: 10px;
    top: 13px;
} */

.urunSekmeleri .sppb-nav-tabs {
    border-bottom: 0;
}

.urunSekmeleri .sppb-tab-content {
    margin-top: 15px;
    padding-top: 20px;
}

.urunSekmeleri.videoSekme #sppb-tab1-3.active {
    display: flex;
    flex-wrap: wrap;
}

.urunSekmeleri.videoSekme #sppb-tab1-3 .sppb-addon-wrapper {
    width: 33.33%;
    /* float: left; */
}

.dikeyVideo {
    padding: 15px;
    border: 1px solid #dedede;
    margin-right: 15px;
}

.urunSekmeleri .sppb-addon-video .sppb-addon-video-local-video-wrap,
.autoVideo.sppb-addon-video .sppb-addon-video-local-video-wrap {
    padding-top: 0;
    /* position: relative; */
}

.urunSekmeleri .sppb-addon-video-local-source,
.autoVideo .sppb-addon-video-local-source {
    position: initial;
}

.urunSekmeleri .sppb-addon-title {
    font-size: 17px;
    color: #000;
    text-align: center;
    font-weight: 600;
}

.roundedButton i {
    background: #000;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    margin-right: -10px;
    margin-left: 10px;
}

.roundedButton:hover i {
    background: #fff;
    color: #000;
}

.roundedButton.whiteIcon i {
    background: #fff;
    color: #000;
}

.roundedButton.whiteIcon:hover i {
    background: #000;
    color: #fff;
}

.productGallery li>span {
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 100%;
    background: #d21c29;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    /* opacity: 0.3; */
    cursor: pointer;
}

@media (min-width:992px) {
    #sppb-addon-1612191606303 .frontImage.paletOn {
        bottom: -270px;
    }
}

.sp-slider .sp-slider-content-wrap {
    z-index: 2;
    position: relative;
}

.productGallery li {
    position: relative;
}

.lg-outer {
    z-index: 10002;
}

.lg-backdrop {
    z-index: 10001;
}

.productGallery li>span:hover {
    background: #000;
}

.sppb-gallery li {
    display: block;
    border: 1px solid #dedede;
    padding: 10px;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
}

.sppb-gallery li a,
.sppb-gallery li.folderGallery {
    overflow: hidden;
    position: relative;
}

.sppb-gallery li img {
    transition: all 0.3s ease-in-out 0s;
}

.sppb-gallery li:hover img {
    transform: scale(1.2);
}

.sppb-gallery li .buyut {
    position: absolute;
    left: 50%;
    top: -100%;
    transform: translate(-50%, -50%);
    background: #d21c29;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    transition: all 0.3s ease-in-out 0s;
}

.sppb-gallery li:hover .buyut {
    top: 50%;
}

.beyazGolge .arrow-1 {
    background: #fff;
}

.convertforms .cf-label {
    transform: none;
}

.convertforms .cf-input:focus::-webkit-input-placeholder {
    transform: translateY(-10px);
    font-size: 10px;
}

.sppb-addon-form-builder select {
    border: 1px solid #f3f5f8!important;
    border-bottom: 1px solid #bebebe!important;
    height: auto!important;
}

#sp-cookie-consent>div {
    padding: 10px!important;
}

#sp-cookie-consent {
    font-size: 12px!important;
}

.article-author-information {
    display: none;
}

.fullHeight .sppb-column-addons,
.fullHeight .sppb-addon-wrapper,
.fullHeight .sppb-addon-openstreetmap-wrapper,
.fullHeight .sppb-addon-content,
.fullHeight .sppb-addon-openstreetmap {
    height: 100%;
}

.sp-slider .sp-item .sppb-sp-slider-image img {
    height: auto!important;
}

@media (max-width:991px) {
    .borderImage:before {
        top: -15px;
        left: -15px;
        border-width: 10px;
    }
    .borderImage:after {
        bottom: -15px;
        right: -15px;
        border-width: 10px;
    }
    .subelerHarita.sppb-addon-openstreetmap {
        border-radius: 0 0 30px 30px;
    }
    #sp-footer,
    #sp-bottom {
        background-position: 30% 50%;
    }
    .sp-page-title {
        padding-top: 50px;
    }
    .fullHeight .sppb-column-addons,
    .fullHeight .sppb-addon-wrapper,
    .fullHeight .sppb-addon-openstreetmap-wrapper,
    .fullHeight .sppb-addon-content,
    .fullHeight .sppb-addon-openstreetmap {
        height: 500px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .sp-slider .sp-item .sppb-shape-container.sppb-bottom-shape.sppb-shape-flip>svg {
        height: 250px;
    }
}

@media (max-width: 767px) {
    .sp-slider .sp-item .sppb-shape-container.sppb-bottom-shape>svg {
        height: 150px;
    }
    .sp-slider .sp-item .sppb-shape-container.sppb-bottom-shape.sppb-shape-flip>svg {
        height: 50px;
    }
    /* .sp-slider-content-align-left,
    .sp-slider-image-align-left {
        text-align: left;
        padding-top: 170px;
    }
    .sppb-addon-sp-slider .sp-slider-outer-stage,
    div.sp-slider.on-3d-active .sp-slider-outer-stage {
        height: 100vh;
    } */
    .sppb-sp-slider-button .sp-slider-btn-text {
        padding: 5px 10px;
        font-size: 14px;
    }
    .roundedButton i {
        width: 20px;
        height: 20px;
        line-height: 20px;
        margin-right: -5px;
        margin-left: 2px;
    }
    .sp-contact-info li.sp-contact-email {
        display: none;
    }
    #sp-top-bar .sp-module {
        margin: 0 0 0 0;
    }
    #sp-top-bar {
        margin: 0 -15px;
        padding: 0px 10px;
        font-size: 12px
    }
    .transparent-header #sp-top-bar {
        background: #a4101f;
    }
    .transparent-header #sp-header {
        position: relative;
    }
    .transparent-header #sp-header.header-sticky {
        position: fixed;
    }
    #sppb-addon-1612191606303 .anaBaslik:before {
        width: 75px;
        height: 4px;
        margin-bottom: 10px;
    }
    .transparent-header #sp-header .logo .logo-image:not(.dark-logo) {
        display: none!important;
    }
    .transparent-header #sp-header .logo .logo-image.dark-logo {
        display: block!important;
    }
    .transparent-header #sp-header #offcanvas-toggler>span {
        color: #000 !important;
    }
    .transparent-header #sp-header #offcanvas-toggler>span:hover {
        color: #d21c29 !important;
    }
    #sp-header {
        height: 100px;
        padding: 0 15px;
    }
    #sp-header .logo {
        height: 70px;
    }
    .logo-image {
        height: 35px!important;
    }
    body.ltr #offcanvas-toggler.offcanvas-toggler-left {
        margin-right: 10px;
    }
    #offcanvas-toggler {
        height: 70px;
        line-height: 75px;
    }
    .sp-slider .sp-dots {
        display: none!important
    }
    #sp-bottom .sp-module ul>li {
        margin-bottom: 7px;
    }
    .sp-page-title {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .sp-page-title .sp-page-title-heading {
        font-size: 35px;
        line-height: 35px;
        padding-top: 20px;
    }
    .sp-page-title .sp-page-title-sub-heading {
        font-size: 15px;
    }
    .sppb-products-title {
        font-size: 14px;
    }
    .mod-languages {
        margin-top: 7px;
    }
    .sp-contact-info li {
        font-size: 12px;
    }
    .fullHeight .sppb-column-addons,
    .fullHeight .sppb-addon-wrapper,
    .fullHeight .sppb-addon-openstreetmap-wrapper,
    .fullHeight .sppb-addon-content,
    .fullHeight .sppb-addon-openstreetmap {
        height: 400px;
    }
    .urunSekmeleri .sppb-nav-tabs {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .urunSekmeleri .sppb-nav-tabs>li {
        float: none;
        text-align: center;
    }
    .urunSekmeleri .sppb-nav-tabs>li>a {
        font-size: 14px;
        line-height: 15px;
    }
    .urunSekmeleri .sppb-tab-icon {
        display: block;
        font-size: 23px;
    }
    .urunSekmeleri .sppb-nav-tabs>li:last-child>a {
        margin-right: 0;
    }
    .sppb-title-heading small {
        font-size: 45%;
    }
    #sp-page-builder .sppb-section-title .sppb-title-subheading {
        font-size: 13px;
    }
    .backImage.enFlag {
        position: absolute!important;
        left: 10px!important;
        top: -12px;
        display: block!important;
    }
}

.products .row {
    display: flex;
    flex-wrap: wrap;
}

.sppb-addon-modernplastik-person {
    /* border: 1px solid #dedede; */
    border-radius: 10px;
    /* padding: 10px; */
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.sppb-addon-modernplastik-person .sppb-person-image img {
    border-radius: 10px 10px 0px 0px!important;
}

.sppb-addon-modernplastik-person .sppb-person-social {
    margin: 0;
}

.sppb-addon-modernplastik-person .sppb-person-social>li {
    display: block;
    margin: 5px;
}

.sppb-addon-modernplastik-person .sppb-person-social>li>a {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    line-height: 35px;
    text-align: center;
    background: #d21c29;
}

.sppb-addon-modernplastik-person .sppb-person-social>li>a:hover {
    color: #fff;
    background: #000;
}

.form-builder-checkbox-item label::after,
.sppb-addon-form-builder .sppb-form-check-label::after {
    left: -27px;
}

.form-builder-checkbox-item label::before,
.form-builder-radio-item label::before,
.sppb-addon-form-builder .sppb-form-check-label::before {
    border: 2px solid #d21c29;
}

.form-builder-checkbox-item input:checked+label::before,
.form-builder-radio-item input:checked+label::before,
.sppb-addon-form-builder .sppb-form-check-input:checked+label::before {
    background: #d21c29;
}

.sp-slider .sp-item .anaBaslik:before {
    content: "";
    width: 100px;
    height: 7px;
    background: #fff;
    display: block;
    border-radius: 7px;
    margin-bottom: 20px;
}

.sp-slider .sp-item .backImage {
    position: absolute;
    z-index: 2;
    top: 50px;
    right: -150px
}

.sp-slider .sp-item .frontImage {
    position: relative;
    z-index: 3;
    left: 0;
    bottom: -50px
}
.leaflet-container .leaflet-marker-pane img.leaflet-marker-icon, 
.leaflet-container .leaflet-overlay-pane svg.leaflet-marker-icon, 
.leaflet-container .leaflet-shadow-pane img.leaflet-marker-icon, 
.leaflet-container .leaflet-tile-pane img.leaflet-marker-icon{
    width:auto!important;
    height:auto!important;
}
.sp-megamenu-parent > li > a:has(.sp-menu-badge), .sp-megamenu-parent > li > span:has(.sp-menu-badge), .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:has(.sp-menu-badge){
  display: flex;
}
/* .sp-slider .sp-item .blp50,
.sp-slider .sp-item .bn-lg-250 {
    bottom: -250px;
}

.sp-slider .sp-item .btm50 {
    bottom: -150px;
}

.sp-slider .sp-item .bn100 {
    bottom: -100px;
}

@media (max-width:991px) and (min-width:768px) {
    .sp-slider .sp-item .backImage {
        bottom: -100px;
        right: 0px
    }
    .sp-slider .sp-item .frontImage {
        left: -50px;
    }
    .sp-slider .sp-item .bn-md-100 {
        bottom: -50px;
    }
} */

@media (max-width:991px) {
    .sp-slider .sp-item .backImage {
        right: 0;
    }
}

@media (max-width:767px) {
    .sp-slider .sp-item .backImage {
        top: 20px;
    }
    .sp-slider .sp-item .frontImage {
        position: relative;
        left: -35px;
        bottom: auto;
        margin: 0 -50px;
    }
    /* .sp-slider .sp-item .frontImage.hiddenMobile,
    .sp-slider .sp-item .backImage.hiddenMobile {
        display: none;
    }
    .sp-slider .sp-item .frontImage.showMobile,
    .sp-slider .sp-item .backImage.showMobile {
        display: block;
    } */
    .sp-slider .sp-item .anaBaslik:before {
        width: 75px;
        height: 4px;
        margin-bottom: 10px;
    }
}

@media(min-width:992px){
  .urunSekmeleri.videoSekme #sppb-tab1-2.active {
      display: flex;
      flex-wrap: wrap;
  }

  .urunSekmeleri.videoSekme #sppb-tab1-2 .sppb-addon-wrapper {
      width: 50%;
      /* float: left; */
  }
}