.ustMenu .menu {
    list-style: none;
    margin: 5px 0 5px 0;
}

.ustMenu .menu li {
    display: inline-block;
    margin-right: 15px;
    font-size: 13px;
}

.sp-megamenu-parent>li .sp-menu-badge {
    position: absolute;
    right: 20px;
    top: -10px;
}

.sp-module.aramaKutusu {
    float: right;
}

li.sp-menu-item.aquaTurk .col-sm-2 {
    flex: 0 0 20%;
    max-width: 20%;
}

li.sp-menu-item.aquaTurk .col-sm-2:last-child {
    display: none;
}

.ajax-search.aramaKutusu input[type="search"] {
    width: 250px;
    padding-right: 50px !important;
    background: transparent;
    font-size: 13px;
    height: 79px;
    border: medium none;
    border-left: 1px solid rgba(29, 37, 45, .08);
    border-radius: 0 0;
}

.ajax-search.aramaKutusu input[type="search"]:focus {
    background: #f6f6f6;
    border-color: rgba(29, 37, 45, .08);
}

.ajax-search.aramaKutusu input[type="search"]:focus+span {
    color: #005e83;
}

.ajax-search.aramaKutusu span.fas.fa-search {
    font-size: 24px;
    position: absolute;
    right: 10px;
    top: 30px;
}

.ajax-search.aramaKutusu .results-box {
    top: 59px;
    border: 1px solid #fefefe;
}

#sp-top-bar #sp-top1 ul.social-icons>li.social-icon-custom {
    margin: 0px 0px 0px 7px;
}

#sp-bottom {
    position: relative;
}

.dyro-particles {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

#sp-top-bar #sp-top1 ul.social-icons>li.social-icon-custom a {
    font-size: 14px;
}

.fon-slayt .owl-nav {
    opacity: 0;
    transition: 0.3s;
}

.fon-slayt:hover .owl-nav {
    opacity: 1;
}

.owl-carousel .owl-item {
    transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    outline: 0;
    border: 0;
    background: no-repeat;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 50px;
    background: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    color: #005e83;
    transition: 0.3s;
    background-color: #fff;
    cursor: pointer;
}

.sppb-carousel-extended-nav-control .nav-control {
    color: #005e83;
    border-color: #dedede;
    border-radius: 50%
}

.sppb-carousel-extended-nav-control .nav-control:hover {
    color: #fff;
    border-color: #005e83;
    background-color: #005e83;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    background: #005e83;
    color: #fff;
}

.owl-carousel .owl-nav .owl-prev {
    left: 0px;
    border-radius: 0 5px 5px 0;
}

.owl-carousel .owl-nav .owl-next {
    right: 0px;
    border-radius: 5px 0 0 5px;
}

.sppb-products-carousel-wrapper.owl-carousel .owl-nav .owl-next {
    border-radius: 0 5px 5px 0;
}

.sppb-products-carousel-wrapper.owl-carousel .owl-nav .owl-prev {
    border-radius: 5px 0 0 5px;
}

.sppb-products .owl-carousel .owl-nav .owl-prev {
    left: -20px;
    border: 1px solid #ededed;
}

.sppb-products .owl-carousel .owl-nav .owl-next {
    right: -20px;
    border: 1px solid #ededed;
}

.fon-slayt .owl-dots {
    right: 10px;
    bottom: 10px;
    position: absolute;
}

.fon-slayt .owl-carousel .owl-dot {
    display: inline-block;
    margin-right: 10px;
}

.fon-slayt .owl-carousel .owl-dot span {
    background: #fff;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 5px solid transparent;
    transition: 0.3s;
}

.fon-slayt .owl-carousel .owl-dot.active span {
    background: #005e83;
    border: 3px solid #fff;
    transform: scale(1.5);
}

.owl-carousel.urunKarusel .owl-next,
.owl-carousel.urunKarusel .owl-prev {
    top: auto;
    bottom: -60px;
    transform: translateY(0);
    font-size: 24px;
    border: 1px solid rgba(0, 0, 0, .125);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px
}

.owl-carousel.urunKarusel .owl-next {
    right: 0px;
}

.owl-carousel.urunKarusel .owl-prev {
    left: 0px;
}

li.owl-thumb-item img {
    max-width: 60px;
}

li.owl-thumb-item {
    cursor: pointer;
}

ul.owl-thumbs {
    position: relative;
}

.sppb-addon-urun .table td,
.sppb-addon-urun .table th {
    padding: .5rem;
}

div#filters input,
div#filters .btn,
#filters .dropdown-menu {
    font-size: 12px;
}

select.sppb-form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 14px);
}

.borderBottom .sppb-addon-title {
    border-bottom: 1px solid #dedede;
}

.leaflet-popup-content {
    font-size: 12px;
}

.leaflet-popup-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: #005e83;
}


/* .borderBottom .sppb-addon-title:after {
    content: "";
    width: 10%;
    height: 5px;
    background: #7faf18;
    display: block;
    position: relative;
    bottom: -18px;
} */

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

a.urunRenk {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px #ccc;
}

.table.urunOzellikleri tr:first-child td,
.table.urunOzellikleri tr:first-child th {
    border-top: medium none;
}

h1.urunBaslik {
    font-size: 40px;
    /* border-bottom: 1px solid; */
    margin-bottom: 15px;
    padding-bottom: 5px;
    position: relative;
    color: #005e83;
    letter-spacing: -2px;
}

.article-list .article .article-body.withoutImage {
    width: 100%;
}


/* .urunOzellikleri strong {
    color: #005e83;
} */

.urunBaslik sup {
    font-size: 50px;
    letter-spacing: 0;
    /* text-align: right; */
    /* margin-left: 82px; */
    /* color: #7faf18; */
    z-index: -1;
    opacity: 0.05;
    top: -41px;
}


/* h1.urunBaslik:after {
    content: "";
    width: 20%;
    height: 5px;
    background-color: #7faf18;
    display: block;
    position: relative;
    bottom: -8px;
} */

li.owl-thumb-item.active {
    border-top: 5px solid #005e83;
    margin-top: -3px;
    margin-bottom: 5px;
    z-index: 2;
}

li.owl-thumb-item.active:before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border: 10px solid transparent;
    border-bottom-color: #005e83;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.colorTitle .sppb-addon-title,
.colorTitle .sppb-title-heading {
    color: #005e83;
    font-size: 35px;
    letter-spacing: -1px;
}


/* .colorTitle .sppb-addon-title strong,
.colorTitle .sppb-title-heading strong {
    color: #7faf18;
} */

.border-bottom {
    border-bottom-color: #ededed!important;
}

b,
strong {
    font-weight: 700;
}


/* .sp-megamenu-wrapper {
    float: none;
    max-width: calc(100% - 270px);
    text-align: center;
} */

@media (min-width:992px) {
    .w-lg-auto {
        width: auto!important;
    }
}


/* .buz1damla1 {
    background: url(../images/buz1.png) no-repeat scroll left bottom, url(../images/damla1.png) no-repeat scroll right top / 20%;
} */

.sppb-products .nav-item a {
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
    /* flex-direction: column; */
    justify-content: flex-start;
    /* border-radius: 5px 5px 0 0; */
    padding: 10px 20px 10px;
    /* margin-right: 10px; */
    background: #1271cb;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 230px;
    text-align: left;
    line-height: 15px;
}

.sppb-products.tab_carousel .nav-item a {
    /*border-bottom-color: #ededed; */
    background-color: #fff;
    color: #135E79;
}

.sppb-products .nav-item a img {
    width: 100px;
    filter: brightness(50);
}

.sppb-products .nav-item a.active {
    border-color: #ededed;
    background: #fff;
    color: #135E79;
    /* margin-bottom: -1px; */
    border-bottom-color: #fff;
    border-top: 5px solid;
}

.sppb-products.tab_carousel .nav-item a.active {
    color: #0088ca
}

.sppb-products .nav-item a.active img,
.sppb-products.tab_carousel .nav-item a img {
    width: 100px;
    filter: none;
    margin-right: 10px;
}

h3.sppb-products-title {
    line-height: 20px;
    /* min-height: 55px; */
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 600;
    /* margin-left: 30px;
    margin-right: 30px; */
}

.sppb-products-item-wrap {
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    background-color: #fff;
}

.sppb-products-item-wrap .ana-resim {
    transition: 0.3s;
}

.sppb-products-item-wrap:hover .ana-resim {
    transform: scale(0.9);
}

.extra-images {
    position: absolute;
    right: -100px;
    top: 20px;
    transition: 0.3s;
}

.extra-images li.imgChange {
    display: block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-color: #fff;
    background-size: cover;
    border: 1px solid #dee2e6;
    margin-bottom: 5px;
    cursor: pointer;
}

.extra-images li.imgChange:hover,
.extra-images li.imgChange.active {
    border-color: #7faf18;
}

.sppb-products-item-wrap:hover .extra-images {
    right: 0;
}

.sppb-products span.new {
    position: absolute;
    left: 0;
    top: 20px;
    background: #7faf18;
    color: #fff;
    border-radius: 4px;
    padding: 2px 5px;
    text-transform: uppercase;
    font-size: 12px;
}

ul.product-colors {
    text-align: center;
    padding-top: 5px;
    position: absolute;
    bottom: -25px;
    width: 100%;
}

li.colorChange {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    box-shadow: 0 0 0 2px #dedede;
    /* margin-right: 25px; */
    border: 2px solid #fff;
    cursor: pointer;
}

li.colorChange.active {
    box-shadow: 0 0 0 2px #7faf18;
}

.product-logo {
    max-width: 75px;
    margin-right: 5px;
    border: 1px solid #dedede;
    padding: 5px;
    border-radius: 4px;
}

.product-buttons {
    padding: 10px;
    background-color: #f1f3f5;
    border-radius: 4px;
    transition: all 0.3s;
    position: absolute;
    bottom: -100px;
    right: 1rem;
    left: 1rem;
}

.sppb-products-item-wrap:hover .product-buttons {
    bottom: 15px;
}

.sppb-products-item-wrap .sppb-products-content {
    opacity: 1;
}

.sppb-products-item-wrap:hover .sppb-products-content {
    opacity: 0;
}

.sppb-products-item-img {
    position: relative;
}

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

.owl-carousel .sppb-products-item-wrap {
    box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0;
}

.owl-carousel .sppb-products-item-wrap span.new {
    left: 0px
}

.owl-carousel .sppb-products-item-wrap:hover {
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.3);
}

.owl-carousel .sppb-products-item-wrap:hover .extra-images {
    right: 0px
}

.ozellikSekmesi .sppb-nav-custom>li.active>a,
.ozellikSekmesi .sppb-nav-custom>li.active>a:hover,
.ozellikSekmesi .sppb-nav-custom>li.active>a:focus,
.ozellikSekmesi .sppb-nav-custom>li>a:hover,
.ozellikSekmesi .sppb-nav-custom>li>a:focus {
    background-image: url(../images/sekme-bg.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
}

.ozellikSekmesi .sppb-nav-custom>li>a>.sppb-tab-subtitle {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    display: block;
    font-weight: 400;
    color: #010944;
}

.ozellikSekmesi .sppb-nav-custom>li.active>a>.sppb-tab-subtitle,
.ozellikSekmesi .sppb-nav-custom>li>a:hover>.sppb-tab-subtitle,
.ozellikSekmesi .sppb-nav-custom>li>a:focus>.sppb-tab-subtitle {
    color: #fff
}

.animatedFeature .sppb-media .pull-right,
.animatedFeature .sppb-media .pull-left {
    /* position: absolute;
    left: 25px; */
    border-radius: 100%;
    padding: 10px;
    border: 1px solid #cecbf5;
    align-items: center;
    justify-content: center;
    animation: rotate 3s linear infinite;
    -webkit-animation: rotate 3s linear infinite;
    -moz-animation: rotate 3s linear infinite;
    animation-play-state: running;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
}

.animatedFeature .sppb-media .pull-right img,
.animatedFeature .sppb-media .pull-left img {
    background: rgba(232, 59, 153, 1);
    background: linear-gradient(184deg, rgba(232, 59, 153, 1) 0%, rgba(226, 143, 110, 1) 100%);
    border-radius: 100%;
    padding: 10px;
    width: 66.75px;
    height: 66.75px;
}

.animatedFeature.renk1 .sppb-media .pull-right img,
.animatedFeature.renk1 .sppb-media .pull-left img {
    background: rgba(232, 59, 153, 1);
    background: linear-gradient(184deg, rgba(232, 59, 153, 1) 0%, rgba(226, 143, 110, 1) 100%);
}

.animatedFeature.renk8 .sppb-media .pull-right img,
.animatedFeature.renk8 .sppb-media .pull-left img {
    background: rgba(122, 107, 232, 1);
    background: linear-gradient(184deg, rgba(122, 107, 232, 1) 0%, rgba(208, 128, 221, 1) 100%);
}

.animatedFeature.renk6 .sppb-media .pull-right img,
.animatedFeature.renk6 .sppb-media .pull-left img {
    background: rgba(253, 160, 133, 1);
    background: linear-gradient(184deg, rgba(253, 160, 133, 1) 0%, rgba(246, 211, 102, 1) 100%);
}

.animatedFeature.renk4 .sppb-media .pull-right img,
.animatedFeature.renk4 .sppb-media .pull-left img {
    background: rgba(127, 107, 230, 1);
    background: linear-gradient(184deg, rgba(127, 107, 230, 1) 0%, rgba(224, 57, 146, 1) 100%);
}

.animatedFeature.renk5 .sppb-media .pull-right img,
.animatedFeature.renk5 .sppb-media .pull-left img {
    background: rgba(32, 119, 201, 1);
    background: linear-gradient(184deg, rgba(32, 119, 201, 1) 0%, rgba(42, 218, 121, 1) 100%);
}

.animatedFeature.renk3 .sppb-media .pull-right img,
.animatedFeature.renk3 .sppb-media .pull-left img {
    background: rgba(4, 60, 182, 1);
    background: linear-gradient(184deg, rgba(117, 161, 255, 1) 0%, rgba(4, 60, 182, 1) 100%);
}

.animatedFeature.renk7 .sppb-media .pull-right img,
.animatedFeature.renk7 .sppb-media .pull-left img {
    background: rgba(199, 3, 29, 1);
    background: linear-gradient(184deg, #b91372 0%, rgba(199, 3, 29, 1) 100%);
}

.animatedFeature.renk2 .sppb-media .pull-right img,
.animatedFeature.renk2 .sppb-media .pull-left img {
    background: rgba(175, 250, 0, 1);
    background: linear-gradient(184deg, rgba(247, 243, 61, 1) 0%, rgba(212, 151, 19, 1) 100%);
}

.animatedFeature .sppb-media .pull-right .sppb-img-container,
.animatedFeature .sppb-media .pull-left .sppb-img-container {
    animation: rev-rotate 3s linear infinite;
    -webkit-animation: rev-rotate 3s linear infinite;
    -moz-animation: rev-rotate 3s linear infinite;
    animation-play-state: running;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    display: block
}

.animatedFeature .sppb-media .pull-right::before,
.animatedFeature .sppb-media .pull-left::before {
    bottom: 6px;
    left: 6px;
}

.animatedFeature .sppb-media .pull-right::after,
.animatedFeature .sppb-media .pull-left::after {
    top: 6px;
    right: 6px;
}

.animatedFeature .sppb-media .pull-right::before,
.animatedFeature .sppb-media .pull-left::before,
.animatedFeature .sppb-media .pull-right::after,
.animatedFeature .sppb-media .pull-left::after {
    content: "";
    width: 13px;
    height: 13px;
    display: block;
    position: absolute;
    border-radius: 50%;
    background-image: linear-gradient(0deg, #f6d365 0, #fda085 100%);
    box-shadow: 5.806px 23.287px 30.72px 1.28px rgba(253, 160, 133, .5);
}

.animatedFeature.renk1 .sppb-media .pull-right::before,
.animatedFeature.renk1 .sppb-media .pull-left::before,
.animatedFeature.renk1 .sppb-media .pull-right::after,
.animatedFeature.renk1 .sppb-media .pull-left::after,
.animatedFeature.renk8 .sppb-media .pull-right::before,
.animatedFeature.renk8 .sppb-media .pull-left::before,
.animatedFeature.renk8 .sppb-media .pull-right::after,
.animatedFeature.renk8 .sppb-media .pull-left::after {
    background-image: linear-gradient(0deg, #f6d365 0, #fda085 100%);
    box-shadow: 5.806px 23.287px 30.72px 1.28px rgba(253, 160, 133, .5);
}

.animatedFeature.renk2 .sppb-media .pull-right::before,
.animatedFeature.renk2 .sppb-media .pull-left::before,
.animatedFeature.renk2 .sppb-media .pull-right::after,
.animatedFeature.renk2 .sppb-media .pull-left::after,
.animatedFeature.renk7 .sppb-media .pull-right::before,
.animatedFeature.renk7 .sppb-media .pull-left::before,
.animatedFeature.renk7 .sppb-media .pull-right::after,
.animatedFeature.renk7 .sppb-media .pull-left::after {
    background-image: linear-gradient(0deg, #e1358f 0, #7e6ce7 100%);
    box-shadow: 10.418px 30.257px 30.72px 1.28px rgba(121, 107, 232, .5);
}

.animatedFeature.renk3 .sppb-media .pull-right::before,
.animatedFeature.renk3 .sppb-media .pull-left::before,
.animatedFeature.renk3 .sppb-media .pull-right::after,
.animatedFeature.renk3 .sppb-media .pull-left::after,
.animatedFeature.renk6 .sppb-media .pull-right::before,
.animatedFeature.renk6 .sppb-media .pull-left::before,
.animatedFeature.renk6 .sppb-media .pull-right::after,
.animatedFeature.renk6 .sppb-media .pull-left::after {
    background-image: linear-gradient(0deg, #e2906e 0, #e83a99 100%);
}

.animatedFeature.renk4 .sppb-media .pull-right::before,
.animatedFeature.renk4 .sppb-media .pull-left::before,
.animatedFeature.renk4 .sppb-media .pull-right::after,
.animatedFeature.renk4 .sppb-media .pull-left::after,
.animatedFeature.renk5 .sppb-media .pull-right::before,
.animatedFeature.renk5 .sppb-media .pull-left::before,
.animatedFeature.renk5 .sppb-media .pull-right::after,
.animatedFeature.renk5 .sppb-media .pull-left::after {
    background-image: linear-gradient(0deg, #d180dd 0, #796be8 100%);
}

.animatedFeature:hover .sppb-media .pull-right,
.animatedFeature:hover .sppb-media .pull-left,
.animatedFeature:hover .sppb-media .pull-right .sppb-img-container,
.animatedFeature:hover .sppb-media .pull-left .sppb-img-container {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
}

.animatedFeature.renk1 .sppb-media .pull-left,
.animatedFeature.renk1 .sppb-media .pull-right,
.animatedFeature.renk1 .sppb-media .pull-right .sppb-img-container,
.animatedFeature.renk1 .sppb-media .pull-left .sppb-img-container {
    animation-delay: 0.1s;
}

.animatedFeature.renk2 .sppb-media .pull-left,
.animatedFeature.renk2 .sppb-media .pull-right,
.animatedFeature.renk2 .sppb-media .pull-right .sppb-img-container,
.animatedFeature.renk2 .sppb-media .pull-left .sppb-img-container {
    animation-delay: 0.3s;
}

.animatedFeature.renk3 .sppb-media .pull-left,
.animatedFeature.renk3 .sppb-media .pull-right,
.animatedFeature.renk3 .sppb-media .pull-right .sppb-img-container,
.animatedFeature.renk3 .sppb-media .pull-left .sppb-img-container {
    animation-delay: 0.5s;
}

.animatedFeature.renk4 .sppb-media .pull-left,
.animatedFeature.renk4 .sppb-media .pull-right,
.animatedFeature.renk4 .sppb-media .pull-right .sppb-img-container,
.animatedFeature.renk4 .sppb-media .pull-left .sppb-img-container {
    animation-delay: 0.7s;
}

.animatedFeature.renk5 .sppb-media .pull-left,
.animatedFeature.renk5 .sppb-media .pull-right,
.animatedFeature.renk5 .sppb-media .pull-right .sppb-img-container,
.animatedFeature.renk5 .sppb-media .pull-left .sppb-img-container {
    animation-delay: 0.9s;
}

.animatedFeature.renk6 .sppb-media .pull-left,
.animatedFeature.renk6 .sppb-media .pull-right,
.animatedFeature.renk6 .sppb-media .pull-right .sppb-img-container,
.animatedFeature.renk6 .sppb-media .pull-left .sppb-img-container {
    animation-delay: 1s;
}

.animatedFeature.renk7 .sppb-media .pull-left,
.animatedFeature.renk7 .sppb-media .pull-right,
.animatedFeature.renk7 .sppb-media .pull-right .sppb-img-container,
.animatedFeature.renk7 .sppb-media .pull-left .sppb-img-container {
    animation-delay: 1.2s;
}

.animatedFeature.renk8 .sppb-media .pull-left,
.animatedFeature.renk8 .sppb-media .pull-right,
.animatedFeature.renk8 .sppb-media .pull-right .sppb-img-container,
.animatedFeature.renk8 .sppb-media .pull-left .sppb-img-container {
    animation-delay: 1.4s;
}

.animatedFeature .sppb-media {
    overflow: visible;
}

.animatedFeature .sppb-addon-title {
    color: #012a4e !important;
    font-weight: 600;
}

.darkForm .form-control,
.darkForm .input-group-text {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(0, 0, 0, 0.2);
}

.darkForm .form-control::placeholder,
.darkForm .input-group-text {
    color: #fff;
}

.darkForm .input-group-text {
    border-color: rgba(0, 0, 0, 0.0);
}

.urunForm {
    background: #eae3d9;
    background: #f3f6ff;
    margin-top: 100px;
    border: 2px solid #005e83;
    box-shadow: 0 0 0 10px #fff inset;
}

img.siziArayalimImg {
    margin-top: -100px;
}

.sppb-btn {
    font-size: 14px;
    font-weight: 600;
    padding: 14px 25px;
    /* border-radius: 0px; */
    position: relative;
    z-index: 3;
    overflow: hidden;
    cursor: pointer;
}

.view-article .sppb-btn {
    padding: 14px 25px!important;
}

.btn-primary,
.sppb-btn-primary {
    border-color: #005e83!important;
    background-color: #005e83!important;
}

.btn-primary:hover,
.sppb-btn-primary:hover {
    border-color: #383e42!important;
    background-color: #383e42!important;
}

.btn-secondary,
.sppb-btn-secondary {
    color: #fff;
    border-color: #383e42!important;
    background-color: #383e42!important;
}

.btn-secondary:hover,
.btn-secondary:focus,
.sppb-btn-secondary:hover,
.sppb-btn-secondary:focus {
    color: #fff;
    border-color: #005e83!important;
    background-color: #005e83!important;
}

.offcanvas-menu .offcanvas-inner .sp-module ul.menu>li>a,
.offcanvas-menu .offcanvas-inner .sp-module ul.menu>li>a span {
    font-weight: 600;
}


/* .urunSatir {
    background: url(https://www.dyro.com.tr/images/tasarim/su-sicrama3.png) no-repeat scroll 0 top, url(https://www.dyro.com.tr/images/bg/bg35.jpg) no-repeat scroll right top;
} */

.offcanvas-menu .offcanvas-inner .sp-module ul>li+li {
    border-top: 1px solid #ededed;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li img {
    display: inline-block;
    width: 50px;
    /* float: left; */
    vertical-align: bottom;
    margin-right: 10px;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li span.menu-image-title,
.offcanvas-menu .offcanvas-inner .sp-module ul>li span.image-title {
    display: inline-block!important;
    /* float: left; */
    line-height: 20px;
    max-width: calc(100% - 80px);
}


/** shine-animation **/

#starshine {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.shine {
    display: block;
    position: absolute;
    background-image: url(../images/glitter.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    overflow: hidden;
    z-index: 2;
    opacity: 0;
    width: 130px;
    height: 130px;
    -webkit-animation: glitter 6s linear 0s infinite normal;
    animation: glitter 6s linear 0s infinite normal;
    text-indent: -9999px;
}

.shine-two {
    background-image: url(../images/glitter-2.png) !important;
}

.shine.shine-1 {
    top: 40%;
    left: 10%;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.shine.shine-2 {
    top: 26%;
    left: 55%;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.shine.shine-3 {
    top: 60%;
    left: 83%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

ul.filter-steps {
    padding-top: 100px;
    margin: 0
}

ul.filter-steps * {
    transition: all 0.3s ease-in-out 0s;
}

ul.filter-steps:before,
ul.filter-steps:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    top: 95px;
    left: 0;
    z-index: 2;
    background: rgba(66, 141, 255, 1);
}

ul.filter-steps:after {
    right: 0;
    left: auto;
}

li.filter-step:before {
    content: "";
    width: 100%;
    height: 5px;
    display: block;
    top: 0;
    background: rgba(66, 141, 255, 1);
    left: 0;
    position: absolute;
}

span.filter-step-dot {
    display: block;
    width: 30px;
    height: 30px;
    background: rgba(66, 141, 255, 1);
    box-shadow: 0 0 0 5px rgba(66, 141, 255, 0.6), 0 0 0 10px rgba(66, 141, 255, 0.3);
    border-radius: 50%;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.filter-step.active span.filter-step-dot,
.filter-step:hover span.filter-step-dot {
    /* box-shadow: 0 0 0 5px rgba(127,175,24,0.6), 0 0 0 10px rgba(127,175,24,0.3); */
    background: rgba(127, 175, 24, 1);
    animation: boxshadow 3s linear infinite;
}

.filter-step-icon {
    position: absolute;
    top: -125px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 10px;
    border-radius: 100%;
    border: 2px solid rgba(66, 141, 255, 1);
    width: 80px;
    height: 80px;
    line-height: 50px;
}

.filter-step.active .filter-step-icon,
.filter-step:hover .filter-step-icon {
    border-color: rgba(127, 175, 24, 1);
    animation: boxshadow 3s linear infinite;
}

.filter-step.active .filter-step-icon img,
.filter-step:hover .filter-step-icon img {
    filter: hue-rotate(240deg);
}

.filter-step-content {
    margin-top: 50px;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid #ededed;
    position: relative;
    /* box-shadow: 0 10px 20px -10px rgba(0,0,0,0.2); */
}

.filter-step.active .filter-step-content,
.filter-step:hover .filter-step-content {
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
}

.filter-step-content:before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border: 10px solid transparent;
    border-bottom-color: #ededed;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.filter-step-content::after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
}

.filter-step-title {
    color: rgba(66, 141, 255, 1);
    font-size: 16px;
    font-weight: 500;
}

.filter-step.active .filter-step-title,
.filter-step:hover .filter-step-title {
    color: rgba(127, 175, 24, 1);
}

.artiBg {
    background: url(../images/bg46.png) no-repeat scroll left center, url(../images/bg45.png) no-repeat scroll right center;
}

.faqStep .sppb-panel-group {
    border-left: 4px solid #ededed;
    padding-left: 25px;
}

.faqStep .sppb-panel-heading:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background: #012a4e;
    border-radius: 100%;
    /* border: 5px solid #fff; */
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #ededed;
    position: absolute;
    left: -32px;
    top: 15px
}

.faqStep .sppb-panel-heading.active:before {
    background: rgba(127, 175, 24, 1);
}

.faqStep .sppb-panel-title {
    color: #012a4e;
}

.faqStep .sppb-panel-heading.active .sppb-panel-title {
    color: rgba(127, 175, 24, 1);
}

.urunResimTasiyici {
    position: relative;
    width: 100%;
}


/* .sppb-addon-urun .sppb-row {
    align-items: center;
}
 */


/* #sp-bottom {
    background: url(../images/footer-new.jpg) repeat-x scroll 0 0;
    padding-top: 180px!important;
    background-size: contain;
    animation: bganimate 50s linear infinite;
}

#sp-footer {
    background: #135e79;
} */

#sp-bottom .sp-bottom2:before,
#sp-bottom .sp-bottom3:before,
#sp-bottom .sp-bottom4:before {
    content: "";
    height: 70%;
    width: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
}

.sp-bottom4 .sppb-btn {
    width: 100%;
}

ul.urunEtiketleri {
    position: absolute;
    top: 20px;
    left: -10px;
    z-index: 2;
}

li.urunEtiket {
    max-width: 65px;
    text-align: center;
    line-height: 12px;
    font-size: 12px;
    padding: 5px;
    margin-bottom: 12px;
    position: relative;
    border-radius: 0 5px 5px 0;
}

li.urunEtiket:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right: 10px solid #444;
    position: absolute;
    z-index: -1;
    left: -10px;
    bottom: -10px;
}

li.urunEtiket i {
    font-size: 20px;
    display: block;
}

li.urunEtiket.resim {
    background: #f1f1f1;
    border: 1px solid #dedede;
}

.social-icon-facebook a {
    color: #3b5999;
}

.social-icon-twitter a {
    color: #55acee;
}

.social-icon-linkedin a {
    color: #0077B5;
}

.social-icon-pinterest a {
    color: #bd081c;
}

.social-icon-whatsapp a {
    color: #25D366;
}

.social-icon-youtube a {
    color: #cd201f;
}

ul.owl-thumb {
    margin: 0
}

.kutu,
.resimKutu {
    border: 1px solid #ededed;
    padding: 20px;
    box-shadow: 0 10px 30px -10px rgb(0 176 240 / 30%);
    background: #fff;
}

.resimKutu {
    padding: 10px;
}

.kutu .sppb-img-container {
    padding: 45px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}

.kutu.kirmizi .sppb-img-container {
    background-image: url(../images/kirmizi.png);
}

.kutu.turuncu .sppb-img-container {
    background-image: url(../images/turuncu.png);
}

.kutu.sari .sppb-img-container {
    background-image: url(../images/sari.png);
}

.kutu.yesil .sppb-img-container {
    background-image: url(../images/yesil.png);
}

.kutu.mavi .sppb-img-container {
    background-image: url(../images/mavi.png);
}

.kutu.mor .sppb-img-container {
    background-image: url(../images/mor.png);
}

.kutu img {
    max-width: 60px;
}

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

.circleImage span.sppb-icon-container {
    background: rgb(127 175 24);
    background: #7faf18;
    color: #fff;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    position: absolute;
    left: 15px;
    top: 20px;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.6)!important;
    transition: 0.3s;
}

.circleImage .sppb-media span.sppb-icon-container {
    left: 0;
}

.resimKutu.circleImage:hover span.sppb-icon-container {
    transform: rotate(-45deg);
}

.resimKutu.circleImage {
    padding: 25px;
    position: relative;
}

.resimKutu.circleImage:before {
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    background: #1869af;
    border-radius: 5px;
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s;
}

.resimKutu.circleImage:hover:before {
    width: 70%;
}

.resimKutu.circleImage:hover {
    box-shadow: 0 10px 30px -10px rgba(0, 176, 240, 0.6);
}

.circleImage img.sppb-img-responsive {
    max-width: 150px;
    border-radius: 100%;
    border: 5px solid #f1f1f1;
    transition: 0.3s;
}

.resimKutu.circleImage:hover img.sppb-img-responsive {
    transform: scale(1.1);
}

.resimKutu.circleImage:hover .pull-left img.sppb-img-responsive {
    transform: scale(0.9);
}

.sppb-products ul.pagination {
    border: none;
    padding: 0;
    width: auto;
    align-items: center;
}

.sppb-products ul.pagination li {
    margin-right: 0;
}

.sppb-products ul.pagination li a {
    border: 1px solid #dee2e6;
    padding: .5rem .75rem;
}

.sppb-products ul.pagination li.active .page-link {
    padding: .5rem .75rem;
    line-height: 1.25;
    border-color: #7faf18;
    color: #7faf18;
}

.sp-megamenu-parent .sp-mega-group li {
    text-align: center;
}

.sp-megamenu-parent .sp-mega-group li span {
    display: block;
    font-size: 12px;
}

.sp-megamenu-parent .sp-mega-group li img {
    display: inline-block;
    transition: 0.3s;
    max-width: 85px;
}

.sp-megamenu-parent .sp-mega-group>li>a {
    transition: 0.3s;
}

.sp-megamenu-parent .sp-mega-group>li>a:hover,
.sp-megamenu-parent .sp-mega-group>li.active>a {
    color: #005e83;
}

.sp-megamenu-parent .sp-mega-group>li>a:hover img {
    transform: scale(0.8);
}

.sp-megamenu-parent .sp-mega-group>li>a:after {
    content: "";
    width: 0;
    height: 5px;
    display: inline-block;
    background: #005e83;
    transition: 0.3s;
}

.sp-megamenu-parent .sp-mega-group>li>a:hover:after,
.sp-megamenu-parent .sp-mega-group>li.active>a:after {
    width: 70%;
}

.sp-megamenu-parent>li:after {
    content: "";
    width: 0;
    height: 5px;
    background: #005e83;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -2px;
    border-radius: 5px;
    transform: translateX(-50%);
    transition: 0.3s;
    z-index: 11;
}

.sp-megamenu-parent>li.active:after,
.sp-megamenu-parent>li:hover:after {
    width: 70%;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item+li.sp-menu-item {
    border-top: 1px solid #ededed;
}

.xdsoft_datetimepicker {
    z-index: 10001;
}


/* Animasyonlar */

@-webkit-keyframes bganimate {
    0% {
        background-position: -100% 0;
    }
    100% {
        background-position: 100% 0;
    }
}

@-moz-keyframes bganimate {
    0% {
        background-position: -100% 0;
    }
    100% {
        background-position: 100% 0;
    }
}

@keyframes bganimate {
    0% {
        background-position: -100% 0;
    }
    100% {
        background-position: 100% 0;
    }
}

@-webkit-keyframes glitter {
    0% {
        -webkit-transform: scale(0.3) rotate(0deg);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(1) rotate(360deg);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.3) rotate(720deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(0.3) rotate(0deg);
        opacity: 0;
    }
}

@keyframes glitter {
    0% {
        -webkit-transform: scale(0.3) rotate(0deg);
        transform: scale(0.3) rotate(0deg);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.3) rotate(720deg);
        transform: scale(0.3) rotate(720deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(0.3) rotate(0deg);
        transform: scale(0.3) rotate(0deg);
        opacity: 0;
    }
}

@-moz-keyframes glitter {
    0% {
        -moz-transform: scale(0.3) rotate(0deg);
        opacity: 0;
    }
    25% {
        -moz-transform: scale(1) rotate(360deg);
        opacity: 1;
    }
    50% {
        -moz-transform: scale(0.3) rotate(720deg);
        opacity: 0;
    }
    100% {
        -moz-transform: scale(0.3) rotate(0deg);
        opacity: 0;
    }
}

@keyframes movebounce {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(8px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes moveleftbounce {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(8px);
    }
    100% {
        transform: translateX(0px);
    }
}

@keyframes movebouncecenter {
    0% {
        transform: translateX(-50%) translateY(0px);
    }
    50% {
        transform: translateX(-50%) translateY(8px);
    }
    100% {
        transform: translateX(-50%) translateY(0px);
    }
}

@keyframes moveleftbouncecenter {
    0% {
        transform: translateX(0px) translateY(-50%);
    }
    50% {
        transform: translateX(8px) translateY(-50%);
    }
    100% {
        transform: translateX(0px) translateY(-50%);
    }
}

@keyframes boxshadow {
    0% {
        box-shadow: 0 0 0 0 rgba(127, 175, 24, 0), 0 0 0 0 rgba(127, 175, 24, 0);
    }
    50% {
        box-shadow: 0 0 0 5px rgba(127, 175, 24, 0.6), 0 0 0 10px rgba(127, 175, 24, 0.3);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(127, 175, 24, 0), 0 0 0 0 rgba(127, 175, 24, 0);
    }
}

@keyframes animation-slide {
    0% {
        box-shadow: 0 0 0 8px #e0e0e0;
        opacity: 1;
    }
    50% {
        box-shadow: 0 0 0 15px rgba(224, 224, 224, 0.6);
        opacity: 1;
    }
    100% {
        box-shadow: 0 0 0 25px rgba(224, 224, 224, 0);
        opacity: 0;
    }
}

@-webkit-keyframes animation-slide {
    0% {
        box-shadow: 0 0 0 8px #e0e0e0;
        opacity: 1;
    }
    50% {
        box-shadow: 0 0 0 15px rgba(224, 224, 224, 0.6);
        opacity: 1;
    }
    100% {
        box-shadow: 0 0 0 25px rgba(224, 224, 224, 0);
        opacity: 0;
    }
}

@keyframes animation-regular {
    0% {
        box-shadow: 0 0 0 8px #e0e0e0;
        opacity: 1;
    }
    50% {
        box-shadow: 0 0 0 15px rgba(224, 224, 224, 0.6);
        opacity: 1;
    }
    100% {
        box-shadow: 0 0 0 25px rgba(224, 224, 224, 0);
        opacity: 0;
    }
}

@-webkit-keyframes animation-regular {
    0% {
        box-shadow: 0 0 0 8px #e0e0e0;
        opacity: 1;
    }
    50% {
        box-shadow: 0 0 0 15px rgba(224, 224, 224, 0.6);
        opacity: 1;
    }
    100% {
        box-shadow: 0 0 0 25px rgba(224, 224, 224, 0);
        opacity: 0;
    }
}

@keyframes animation-back {
    0% {
        box-shadow: 0 0 0 8px rgba(236, 236, 236, 0.11);
        opacity: 1;
    }
    50% {
        box-shadow: 0 0 0 15px rgba(236, 236, 236, 0.11);
        opacity: 1;
    }
    100% {
        box-shadow: 0 0 0 25px rgba(236, 236, 236, 0.11);
        opacity: 1;
    }
}

@-webkit-keyframes animation-back {
    0% {
        box-shadow: 0 0 0 8px rgba(236, 236, 236, 0.11);
        opacity: 1;
    }
    50% {
        box-shadow: 0 0 0 15px rgba(236, 236, 236, 0.11);
        opacity: 1;
    }
    100% {
        box-shadow: 0 0 0 25px rgba(236, 236, 236, 0.11);
        opacity: 1;
    }
}

@keyframes animation-slide1 {
    0% {
        box-shadow: 0 0 0 8px rgba(232, 232, 232, 0.1);
        opacity: 1;
    }
    50% {
        box-shadow: 0 0 0 15px rgba(224, 224, 224, 0.6);
        opacity: 1;
    }
    100% {
        box-shadow: 0 0 0 25px rgba(224, 224, 224, 0);
        opacity: 0;
    }
}

@-webkit-keyframes animation-slide1 {
    0% {
        box-shadow: 0 0 0 8px rgba(232, 232, 232, 0.1);
        opacity: 1;
    }
    50% {
        box-shadow: 0 0 0 15px rgba(224, 224, 224, 0.6);
        opacity: 1;
    }
    100% {
        box-shadow: 0 0 0 25px rgba(224, 224, 224, 0);
        opacity: 0;
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rev-rotate {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@-webkit-keyframes rev-rotate {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@-moz-keyframes rev-rotate {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}


/* Responsive */

@media(max-width:1365px) and (min-width:1100px) {
    .sp-slider-outer-stage {
        height: 700px!important;
    }
}
@media (min-width:991px){
  	.sppb-addon-sp-slider .sp-slider-outer-stage, div.sp-slider.on-3d-active .sp-slider-outer-stage {
    	height: calc(100vh - 80px)!important;
	}
}
@media (max-width:991px) {
  	.sppb-addon-sp-slider .sp-slider-outer-stage, div.sp-slider.on-3d-active .sp-slider-outer-stage {
    	height: calc(75vh - 150px)!important;
	}
    #sp-bottom .sp-bottom2:before,
    #sp-bottom .sp-bottom3:before,
    #sp-bottom .sp-bottom4:before {
        left: -20px
    }
    .sp-megamenu-wrapper {
        /* width: 100%; */
        margin-right: 0;
    }
    .urunSatir {
        padding-top: 50px!important;
        background-size: contain, cover;
    }
    .urunIcerik {
        margin-top: 50px;
    }
    .left-border:before {
        display: none;
    }
    .mobileLeft .animatedFeature .pull-right {
        float: left!important;
        margin-left: 0;
        margin-right: 15px;
    }
    .mobileLeft .animatedFeature .sppb-text-right {
        text-align: left!important;
    }
    .darkForm .form-control::placeholder,
    .darkForm .input-group-text,
    .darkForm select {
        font-size: 12px;
    }
    ul.filter-steps {
        padding-top: 50px;
    }
    ul.filter-steps:before,
    ul.filter-steps:after {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    ul.filter-steps:after {
        top: auto;
        right: auto;
        bottom: 0;
    }
    .sppb-addon-filters:before {
        content: "";
        width: 5px;
        height: 100%;
        background: rgba(66, 141, 255, 1);
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    li.filter-step {
        display: flex;
    }
    li.filter-step:before {
        display: none;
    }
    span.filter-step-dot {
        order: 2;
        top: 50px
    }
    .filter-step-icon-container {
        width: 60%;
        text-align: left;
    }
    .filter-step.even .filter-step-icon-container {
        order: 3;
    }
    .filter-step-icon {
        position: initial;
        top: auto;
        left: auto;
        transform: none;
        display: inline-block;
        margin-top: 25px;
    }
    .filter-step.even .filter-step-icon {
        margin-left: 130px;
    }
    .filter-step-content {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 25px;
        width: 40%;
    }
    .filter-step.even .filter-step-content {
        order: 1;
    }
    .filter-step.odd .filter-step-icon-container {
        order: 1;
        text-align: right;
    }
    .filter-step.odd .filter-step-icon {
        margin-right: 130px;
    }
    .filter-step.odd .filter-step-content {
        order: 3;
        /* margin-left: 150px; */
    }
    .filter-step.even .filter-step-content:before {
        left: auto;
        right: -30px;
        border-bottom-color: transparent;
        border-left-color: #ededed;
        top: 50px;
    }
    .filter-step.even .filter-step-content:after {
        left: auto;
        right: -28px;
        border-bottom-color: transparent;
        border-left-color: #fff;
        top: 50px;
    }
    .filter-step.odd .filter-step-content:before {
        left: -10px;
        border-bottom-color: transparent;
        border-right-color: #ededed;
        top: 50px;
    }
    .filter-step.odd .filter-step-content:after {
        left: -8px;
        border-bottom-color: transparent;
        border-right-color: #fff;
        top: 50px;
    }
    #sp-header .logo {
        margin-left: 0;
        margin-right: 0px;
    }
    .logo-image {
        height: 45px!important;
    }
    body.ltr #offcanvas-toggler.offcanvas-toggler-right {
        height: 80px;
        line-height: 80px;
    }
    /* body.ltr #offcanvas-toggler.offcanvas-toggler-right {
        float: none;
        margin-left: 20px;
        position: absolute;
        left: -35px;
        padding: 2px 15px;
    } */
}

@media (max-width:767px) {  	
    body.ltr #offcanvas-toggler.offcanvas-toggler-right {
        height: 70px;
        line-height: 70px;
    }
    #sp-top-bar #sp-top1 ul.social-icons>li.social-icon-custom {
        margin-left: 0px;
    }
    #sp-top-bar #sp-top1 ul.social-icons>li.social-icon-custom a {
        font-size: 12px;
        padding: 4px 10px;
    }
    .logo-image {
        height: 40px!important;
    }
    #sp-top-bar .sp-contact-info li.tel2 {
        display: none;
    }
    #sp-bottom .sp-bottom3:before {
        display: none;
    }
    #sp-bottom .sp-bottom4:before {
        display: block;
    }
    h1.urunBaslik {
        font-size: 30px;
        line-height: 50px;
    }
    .urunBaslik sup {
        font-size: 30px;
        top: -36px;
    }
    #sp-footer span.sp-copyright,
    .sppb-articles-ticker-text a {
        font-size: 12px;
        line-height: 12px;
    }
    .sppb-articles-ticker-heading {
        text-align: left;
        padding-left: 10px;
    }
}

@media (max-width:575px) {
  	.sppb-addon-sp-slider .sp-slider-outer-stage, div.sp-slider.on-3d-active .sp-slider-outer-stage {
    	height: calc(50vh - 150px)!important;
	}
    .sp-module.aramaKutusu.jmoddiv {
        display: none;
    }
    /* #sp-bottom .sp-bottom2:before,
    #sp-bottom .sp-bottom3:before {
        display: none;
    } */
    #sp-top-bar .sp-contact-info li:not(.tel0) {
        display: none;
    }
    #sp-top-bar #sp-top1 ul.social-icons>li:not(.social-icon-custom) {
        display: none;
    }
    #sp-top-bar span[class*='fa-'] {
        font-size: 12px;
    }
    div#sp-logo {
        margin-left: -15px;
    }
    #sp-menu-wrapper .sppb-btn {
        font-size: 13px;
        font-weight: 500;
        line-height: 0;
        padding: 9px 10px 13px;
        margin-top: 17px;
        margin-right: 15px;
        width: 125px;
    }
    #sp-menu-wrapper .sppb-btn i {
        padding: 0px;
        margin-left: 0px;
        margin-top: 6px;
        vertical-align: -webkit-baseline-middle;
    }
    /* #sp-top-bar #sp-top1 ul.social-icons {
        padding-left: 0;
        margin-right: -30px;
    } */
    .sp-megamenu-wrapper {
        width: auto;
        float: right;
        margin-right: 0;
    }
    #sp-header .logo {
        /* margin-right: 20px; */
        margin-right: 0;
        margin-left: 0;
    }
    /*  body.ltr #offcanvas-toggler.offcanvas-toggler-right {
        padding: 2px 20px;
        margin-left: 0;
    }
    #sp-menu-wrapper .sp-module {
        float: left!important;
    } */
    .sppb-addon-filters:before {
        left: 40px;
        transform: translateX(0);
    }
    ul.filter-steps:before,
    ul.filter-steps:after {
        top: 0;
        left: 35px;
        transform: translateX(0);
    }
    span.filter-step-dot {
        order: 1;
        top: -10px;
        left: 110px;
        z-index: 3;
    }
    .filter-step.even .filter-step-icon-container,
    .filter-step.odd .filter-step-icon-container {
        order: 2;
    }
    .filter-step.even .filter-step-content,
    .filter-step.odd .filter-step-content {
        order: 3;
        width: 80%;
    }
    .filter-step.even .filter-step-icon-container,
    .filter-step.odd .filter-step-icon-container {
        width: auto;
        text-align: left;
    }
    .filter-step.even .filter-step-icon,
    .filter-step.odd .filter-step-icon {
        margin-top: 0;
        margin-left: 0;
        margin-right: 25px;
    }
    .filter-step.even .filter-step-content:before {
        right: auto;
        left: -10px;
        border-bottom-color: transparent;
        border-left-color: transparent;
        border-right-color: #ededed;
    }
    .filter-step.even .filter-step-content:after {
        left: -8px;
        right: auto;
        border-left-color: transparent;
        border-right-color: #fff;
    }
    .resimKutu.circleImage .pull-left {
        float: none!important;
        margin-right: 0;
        text-align: center;
    }
    .resimKutu.circleImage .sppb-media-body {
        text-align: center;
    }
    .circleImage .sppb-media span.sppb-icon-container {
        left: 0;
        top: 0;
    }
    .sppb-products-item-wrap .product-buttons,
    .sppb-products-item-wrap .sppb-products-content {
        display: none!important;
    }
    h3.sppb-products-title {
        font-size: 13px;
    }
}

@media(max-width:480px) {
    /* #sp-bottom .sppb-col-xs-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    } */
    #sp-bottom .sp-bottom1,
    #sp-bottom .sp-bottom2,
    #sp-bottom .sp-bottom3 {
        margin-bottom: 30px;
    }
    /* #sp-bottom .sppb-addon-title,
    #sp-bottom .sppb-column-addons {
        text-align: center;
    }
    #sp-bottom .sppb-media>.pull-left {
        float: none!important;
        text-align: center;
        margin: 0;
    } */
}

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

#sp-cookie-consent>div {
    padding: 10px!important;
}
.sppb-carousel-extended-outer-stage{
    height:fit-content!important:
}
.sppb-carousel-extended-item img {
    object-fit: cover!important;
    height: 100%;
}
}