table{
    max-width: 100%;
}
.editor-area table, .editor-area table th, .editor-area table td{
    border: 1px solid #c3c3c3;
}
.editor-area table th, .editor-area table td{
    padding: 0.25rem;
}
p{
    line-height: 1.5;
}
.iksir-regular-14.font-size-override > *, .iksir-regular-14.font-size-override p, .iksir-regular-14.font-size-override span{
    font-size: 14px !important;
}
.iksir-regular-14.font-size-override .iksir-bold-18, .iksir-regular-14.font-size-override .iksir-regular-18{
    font-size: 14px !important;
}
.iksir-light-13.font-size-override > *, .iksir-light-13.font-size-override p, .iksir-light-13.font-size-override span{
    font-size: 13px !important;
}
.header__middle{
    padding: 0;
}
@media screen and (max-width: 991px) {
    .login-page .main.h-100vh{
        height: auto;
    }
}
@media screen and (min-width: 992px){
    .sidenav {
        width: 40%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
    }
    .main {
        margin-left: 40%;
    }
}   
@media screen and (max-width: 991px){
    .sidenav {
        width: unset;
        position: unset;
    }
    .main {
        margin-left: unset;
    }
  
    .login-form{
        margin-top: 10%;
    }
    .header__middle{
        padding: 10px 0;
    }
}
.iksir-btn-curved{
    border: 0;
    cursor: pointer;
}
.iksir-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    margin-top: 25%
}

.iksir-ripple div {
    position: absolute;
    border: 4px solid rgb(0, 83, 163);
    opacity: 1;
    border-radius: 50%;
    animation: iksir-ripple 1s cubic-bezier(0, .2, .8, 1) infinite
}

.iksir-ripple div:nth-child(2) {
    animation-delay: -.5s
}

@keyframes iksir-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1
    }

    100% {
        top: 0;
        left: 0;
        width: 72px;
        height: 72px;
        opacity: 0
    }
}
.icon-rounded.icon-medium{
    width: 40px;
    height: 40px;
}

@media (min-width: 62em){
    .main-navigation .mainmenu__item {
        padding: 32px 0px 32px 0px;
    }
}
.hamburger-icon.open{
    display: none;
}
.remember-check{
    cursor: pointer;
    margin: 0;
    position: relative;
    display: inline-block;
}
.remember-check input {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
}
.remember-check > i {
    width: 0;
    height: 18px;
    margin-top: 4px;
    float: left;
    margin-right: 28px;
    position: relative;
    line-height: 1;
    vertical-align: middle;
    color: #fff;
    background: #0053a3;
    line-height: 1;
    vertical-align: middle;
}
.remember-check > i:before {
    position: absolute;
    width: 18px;
    height: 100%;
    border: 2px solid #9e9e9e;
    border-radius: 2px;
    -webkit-transition: all .2s;
    transition: all .2s;
    content: "";
}
.remember-check input:checked + i:before {
    border-width: 0;
    background-color: inherit;
}
.remember-check input[type=checkbox]:checked + i:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 6px;
    top: 2px;
    display: table;
    width: 6px;
    height: 12px;
    border: 2px solid;
    border-top: 0;
    border-left: 0;
    content: ' ';
}
/* li.mainmenu__item.menu-item-has-children:hover:after,
li.mainmenu__item.menu-item-has-children:hover:before {
  bottom: 0;
  left: 52%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

li.mainmenu__item.menu-item-has-children:hover:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

li.mainmenu__item.menu-item-has-children:hover:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #fff;
  border-width: 12px;
  margin-left: -12px;
} */

/* ul.megamenu > li:after,
ul.megamenu > li:before {
  bottom: 100%;
  left: 52%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

ul.megamenu > li:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

ul.megamenu > li:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #fff;
  border-width: 12px;
  margin-left: -12px;
} */
.menu_header {
    color: #000;
    padding: 20px 0;
}
a.menu_header:after {
    color:#ffc501 !important;
    font-family: fontAwesome;
    line-height: 1;
    content: "\f054";
    margin-left: 6px;
    color: inherit;
    font-size: 12px;
}
@media screen and (max-width: 991px){
    .iksir-main-search{
        padding: 0 10px;
    }
    .py-c-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
}
.iksir-dark, .iksir-dark *:not(a):not(.search-expired-text){
    color: #000 !important;
}

h1 {
    font-family: Oxygen;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.72px;
}
  
h2 {
    font-family: Oxygen;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.18px;
}
  
h3 {
    font-family: Oxygen;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.15px;
}
  
h4 {
    font-family: Oxygen;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.15px;
}
  
h5 {
    font-family: Oxygen;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.03px;
}

h6 {
    font-family: Oxygen;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.02px;
}
.iksir-gray-alt{
    color: #555555 !important;
}
.iksir-gray-alt-2{
    color: #828282 !important;
}
.iksir-gray-alt-3{
    color: #686868 !important;
}
@media (min-width: 75em){
    .container.custom-wide {
        max-width: 1300px;
    }
}
.order-select {
    text-align: left;
}
.a-none {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.no-pointer {
    pointer-events: none;
}
.order-select-icon {
    font-size: 20px;
}
@media screen and (max-width: 576px){
    .order-select {
        background: #fff !important;
        border: none!important;
        padding-top: 0.63rem!important;
        border-radius: 0;
        padding-bottom: 0.9rem!important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        text-align-last: right;
    }
    .order-select-icon {
        right: -5%!important;
        font-size: 16px;
        top: -1px;
    }
}
.clear-btn:hover .iksir-clear-icon {
    transform: rotate(90deg)!important;
}
.iksir-clear-icon {
    transition: all 1s;
    transform: rotate(360deg);
}
.mt-43 {
    margin-top: 43px!important;
}
.mt-23 {
    margin-top: 23px!important;
}
.stock-block {
    margin-top: -2em;
}
.iksir-paket-item {
    background-color: #fff;
    color: #000;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
}
.iksir-device-item {
    color: #000;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
}
.min-h-100 {
    min-height: 100px;
}
.iksir-cihaz-row {
    border: 0.1em solid #fff;
    border-radius: 10px;
    background: #fff;
}
.iksir-cihaz-row:hover {
    border: 0.1em solid #ffcb04;
}
.card-head-wrap {
    min-height: 43px;
    height: 43px;
}
.new-tag {
    color: #686868;
    background-color: #ffcb04;
}
.card-head-tag {
    width: 90px;
    position: absolute;
    top: 0;
    right: 0;
    min-height: 43px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    letter-spacing: .5px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 10px;
    border-top-left-radius: 15px;
    top: -1px;
    right: -1px;
    text-align: center;
    line-height: 1.25rem;
}
.popular-tag {
    color: #fff;
    background-color: #bb6bd9;
}
.stock-tag {
    color: #fff;
    background-color: #bdbdbd;
}
@media screen and (min-width: 767px){
    .iksir-device-slider img {
        height: 222px;
    }
}
.iksir-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sticky-header{
    box-shadow: unset;
}
ul.cd-filter-scroll {
    height: 285px;
    overflow-y: auto;
    overflow-x: auto;
}
ul.cd-filter-scroll::-webkit-scrollbar {
    width: 2px;
}
ul.cd-filter-scroll::-webkit-scrollbar-track {
  background: #ddd;
}
ul.cd-filter-scroll::-webkit-scrollbar-thumb {
  background: #777;
}
.iksir-light-13{
    font-family: Oxygen-Light;
    font-size: 13px;
}
.iksir-regular-18 {
    font-family: Oxygen;
    font-weight: normal;
    font-size: 18px;
}
.iksir-regular-16 {
    font-family: Oxygen;
    font-weight: normal;
    font-size: 16px;
}
.iksir-light-18 {
    font-family: Oxygen-Light;
    font-size: 18px;
    font-weight: 300;
  }
.iksir-bold-18 {
    font-family: Oxygen;
    font-weight: bold;
    font-size: 18px;
}
.iksir-bold-22 {
    font-family: Oxygen;
    font-weight: bold;
    font-size: 22px;
}
.iksir-bold-30 {
    font-family: Oxygen;
    font-weight: bold;
    font-size: 30px;
}
.iksir-bold-42 {
    font-family: Oxygen;
    font-weight: bold;
    font-size: 42px;
}
a.iksir-device-open {
    height: 70px;
    display: block;
}
.iksir-device-open{
    cursor: pointer;
}
.iksir-paket-price-taksit {
    border: 0.1em solid #d3d3d3;
    color: #446bb7;
    border-radius: 0 0 0 10px;
    border-left: 0;
    border-bottom: 0;
}
.iksir-paket-price-pesin {
    border: 0.1em solid #d3d3d3;
    border-radius: 0 0 10px 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}
.iksir-semi-8{
    font-size: 8px;
    font-weight: 600;
    vertical-align: top;
    text-transform: uppercase;
}
.iksir-light-10{
    font-size: 10px;
    font-family: Oxygen-Light;
}
.main-footer{
    z-index: 1000;
}
.iksir-device-slider.owl-theme .owl-dots:not(.disabled) {
    border-radius: 25px;
    background-color: #e5e5e5;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    display: flex;
    padding: 0 5px!important;
}
.iksir-device-slider.owl-theme .owl-dots .owl-dot.active span {
    height: 12px!important;
    width: 12px!important;
    margin: 5px 2px!important;
    background-color: #253342;
}
.iksir-device-slider.owl-theme .owl-dots .owl-dot span {
    height: 8px!important;
    width: 8px!important;
    margin: 5px 2px!important;
    background-color: #c4c4c4;
}
.iksir-device-slider.owl-theme.details-slider .owl-dots{
    background-color: #b9b9b9;
}
.iksir-device-slider.owl-theme.details-slider .owl-dots .owl-dot.active span{
    background-color: #0053a3;
}
.iksir-device-slider.owl-theme.details-slider .owl-dots .owl-dot span{
    background-color: #fff;
}
.iksir-device-slider.details-slider .owl-nav{
    display: block !important;
}
.iksir-device-slider.details-slider .owl-nav .owl-next, .iksir-device-slider.details-slider .owl-nav .owl-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    text-align: center;
    border: 0;
    padding: 0;
}
.iksir-device-slider.details-slider .owl-nav .owl-next{
    right: 0;
}
.iksir-device-slider.details-slider .owl-nav .owl-next span, .iksir-device-slider.details-slider .owl-nav .owl-prev span{
    line-height: 45px;
    font-size: 40px;
    display: inline-block;
    visibility: hidden;
    color: #828282;
    -webkit-text-stroke: 1px #fff;
}
.iksir-device-slider.details-slider .owl-nav .owl-prev span:before{
    content: "";
    font-size: inherit;
    line-height: inherit;
    visibility: visible;
    background: url(https://api.iconify.design/ep:arrow-left.svg?height=25&color=%23828282);
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
}
.iksir-device-slider.details-slider .owl-nav .owl-next span:before{
    content: "";
    font-size: inherit;
    line-height: inherit;
    visibility: visible;
    background: url(https://api.iconify.design/ep:arrow-right.svg?height=25&color=%23828282);
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
}
.details-slider.owl-theme .owl-nav [class*=owl-]:hover{
    background: transparent;
}
@media (max-width:576px) {
    .header-transparent .logo--transparent{
        padding-right: 7px !important;
    }
    .header-transparent .sticky-header .logo--normal{
        padding-right: 7px !important;
        height: 45px !important;
        padding-left: 0 !IMPORTANT;
    }
}
.cd-button .iksir-btn-curved-light {
    padding-top: 0.65rem!important;
}
.iksir-btn-curved-light {
    background-color: transparent;
    border-color: #0053a3;
    border-radius: 30px;
    color: #000;
}
.cd-button .iksir-btn-curved-alt {
    padding-top: 0.75rem!important;
}
.iksir-btn-curved-alt {
    background-color: #0053a3;
    border-radius: 30px;
    color: #fff !important;
}
.iksir-search-input:focus{
    box-shadow: unset;
}
.breadcrumb-wrap a:hover{
    color: #0053a3 !important;
}
.iksir-btn-2, .iksir-btn-2:hover{
    background: #fdc500;
    border-color: #fdc500;
    color: #0053a3 !important;
}
.iksir-btn-3, .iksir-btn-3:hover{
    background: #fd0000;
    border-color: #fd0000;
    color: #fff !important;
}

.mr-15px{
    margin-right: 15px;
}
.mr-5px{
    margin-right: 5px;
}
.mb-5px{
    margin-bottom: 5px;
}
.mb-4px{
    margin-bottom: 4px;
}
.mb-3px{
    margin-bottom: 3px;
}
.mb-2px{
    margin-bottom: 2px;
}
.mb-1px{
    margin-bottom: 1px;
}
.details-wrap{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}
@media screen and (max-width: 991px){
    .right-info, .left-info{
        text-align: unset !important;
    }
    .d-block-md{
        display: block !important;
    }
    .details-wrap{
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}
@media screen and (max-width: 576px){
    .d-block-sm{
        display: block !important;
    }
    .details-wrap{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
.item-info-wrap{
    padding-right: 15px;
    padding-left: 15px;
}
.item-details-nav{
    overflow: hidden;
    white-space: nowrap;
    flex-wrap: initial;
    align-items: center;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.item-details-nav li a{
    display: block;
    background: #0053a3;
    color: #fff;
    border-right: 1px solid #fff;
    padding: 0.5rem;
    position: relative;
}
.item-details-nav li:last-child a{
    border-right: 0;
}
.item-details-nav li a.active:after{
    content: '';
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fdc500;
}
@media screen and (max-width: 991px){
    .item-details-nav{
        overflow-x: scroll;
    }
}
.custom-table{
    width: 100%;
    border-collapse: separate;
}
.custom-table th{
    background: #e5e5e5;
    border: 1px solid #c3c3c3;
    padding: 0.25rem;
}
.custom-table td{
    border: 1px solid #c3c3c3;
    padding: 0.25rem;
}
.vertical-top-text{
    vertical-align: top;
    text-transform: uppercase;
}

.custom-post-table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
.custom-post-table th{
    background: #ffc501;
    border: 1px solid #c3c3c3;
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
}
.custom-post-table td{
    border: 1px solid #c3c3c3;
    padding: 0.5rem;
}
a.custom-post-table-link{
    color: #007bff;
    text-decoration: underline;
}
.custom-post-table tr:nth-child(odd){
    background: rgba(0, 0, 0, 0.07);
}
@media screen and (min-width: 768px)
{
    .h-70vh {
        height: unset;
        min-height: 70vh;
    }
}
.custom-accordion .card{
    border: 0;
}
.custom-accordion .card .collapser{
    cursor: pointer;
}
.d-content-row, .content-row{
    border-bottom: 1px solid #c3c3c3;
}
.d-property-wrap{
    -webkit-box-shadow: 0 0.5rem 0.625rem -5px rgb(0 0 0 / 10%), 0 0.375rem 1.875rem 0.3125rem rgb(0 0 0 / 10%);
    box-shadow: 0 0.5rem 0.625rem -5px rgb(0 0 0 / 10%), 0 0.375rem 1.875rem 0.3125rem rgb(0 0 0 / 10%);
    margin-left: 3rem;
    margin-right: 3rem;
    padding: 30px 50px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.d-property-wrap-2{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    justify-content: space-evenly;
}
.d-property-item{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.d-property-item h4{
    text-align: center;
    width: 100%;
    display: block;
    font-size: 20px;
}
.d-property-content {
    width: 200px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    min-height: 90px;
    border-right: 1px solid #dee3ed;
    text-align: center;
}
.d-property-content:last-child{
    border-right: 0;
}
.d-content-desc{
    text-align: center;
    width: 60%;
}
@media screen and (max-width: 576px){
    .d-property-wrap{
        margin: 0;
        padding: 30px 20px;
    }
    .d-property-content{
        width: 100%;
        display: block;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        min-height: auto;
        border-right: 0px;
    }
    .d-content-desc{
        text-align: left;
        width: auto;
        margin-left: 5px
    }
}
.collapser:before {
    background: url(https://api.iconify.design/ant-design:plus-square-outlined.svg?height=25&color=%230053a3);
    content: "";
    width: 25px;
    height: 25px;
    position: relative;
    display: inline-block;
    top: 6px;
    margin-right: 5px;
}
.collapser.opened:before {
    background: url(https://api.iconify.design/ant-design:minus-square-outlined.svg?height=25&color=%230053a3);
    content: "";
    width: 25px;
    height: 25px;
    position: relative;
    display: inline-block;
    top: 6px;
}
.answer-item ul{
    padding-inline-start: 40px;
}
.iksir-px-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}
.mail-p a{
    color: #0053a3;
}
.iksir-bold-20 {
    font-family: Oxygen;
    font-weight: bold;
    font-size: 20px;
}
.custom-modal .close, .custom-modal .close:hover{
    background: #0053a3;
    opacity: 1 !important;
    border-radius: 50%;
    padding: 0.25rem;
    margin-top: 0.25rem;
    margin-right: 0.25rem;
}
.custom-modal .modal-header{
    border: 0;
}
.custom-round-icon{
    background: #0053a3;
    border-radius: 50%;
    display: inline-block;
}
.custom-round-icon-2{
    background: #dd2025;
    border-radius: 50%;
    display: inline-block;
}
.load-more-spinner {
    display: none
}

.spinner {
    width: 70px;
    text-align: center;
    margin: 30px auto
}

.spinner>div {
    width: 15px;
    height: 15px;
    background-color: #0053a3;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.spinner .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.spinner .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    100%,
    80% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bouncedelay {

    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
.iksir-btn-curved{
    color: #fff !important;
}
.iksir-search-item{
    border-bottom: 1px solid #c3c3c3;
}

.custom-btn-group div:not(:last-child){
    margin-right: 10px;
}
.iksir-device-slider.details-slider img{
    max-height: none;
    height: auto;
}
.item-flag.sale-ended{
    background: #e5e5e5;
    color: #fd0000;
    border: 2px solid #fd0000;
}
.item-flag.new{
    background-color: #39740a;
    color: #fff;
}
.item-flag.popular{
    background-color: #ff3d71;
    color: #fff;
}
.item-flag.campaign{
    background-color: #0093fd;
    color: #fff;
}
.item-flag.not-stock{
    background-color: #8c8989;
    color: #fff;
}
.item-flag{
    padding: 0.35rem 0.75rem;
    display: inline-flex;
    border-radius: 6px;
    align-items: center;
    min-width: 200px;
}
.item-flag:after{
    content: "";
}
.details-wrap.gray-page .item-details-nav li a{
    background: #8c8989;
}
.details-wrap.gray-page .custom-btn-group .iksir-btn-2{
    color: #fff !important;
}
.details-wrap.gray-page .custom-btn-group .iksir-btn-2.fav-btn{
    background: #8c8989;
    border-color: #8c8989;
}
.details-wrap.gray-page .iksir-peacock-blue{
    color: #828282 !important;
}
.details-wrap.gray-page .collapser:before{
    background: url(https://api.iconify.design/ant-design:plus-square-outlined.svg?height=25&color=%23828282);
}
.details-wrap.gray-page .collapser.opened:before{
    background: url(https://api.iconify.design/ant-design:minus-square-outlined.svg?height=25&color=%23828282);
}
.details-wrap.gray-page img:not(.offline-img){
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.search-card {
    position: absolute;
    left: 10%;
    right: 10%;
    z-index: 10
}

.search-card.all {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10
}

.search-card .list-group-item {
    border-left: none !important;
    border-top: none !important;
    border-right: none !important
}

.search-card .list-group a:last-child li {
    border-bottom: none !important
}

@media screen and (max-width:991px) {
    .search-card {
        left: 0;
        right: 0
    }
}
.search-card .card-footer {
    border-top: 1px solid #0053a3!important;
}
.header--background{
    overflow: visible;
}
.inputField input, .inputField span{
    -webkit-user-select: unset;
    -moz-user-select: unset;
    -ms-user-select: unset;
    user-select: unset;
}
.home-card-ul{
    list-style: disc;
    padding-inline-start: 15px;
    min-height: 180px;
}
.cat-hub-date-icon{
    margin-top: -5px;
    margin-right: 3px;
}
.pagination {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: end;
    -moz-justify-content: end;
    justify-content: end;
}
.page-link{
    padding: 0.5rem 1rem;
    color: #000;
}
.page-item.active .page-link{
    background-color: #0053a3;
    border-color: #0053a3;
}
.pagination li:not(:last-child) {
    margin-right: 5px;
}
@media screen and (max-width: 576px){
    .search-item-type{
        margin-top: 7px;
    }
}
/* Custom Dropdown*/

.custom-select-wrapper {
    position: relative;
    user-select: none;
    min-width: 230px;
    /* width: 100%; */
}
.iksir-custom-select {
    /*position: relative;*/
    display: flex;
    flex-direction: column;
    border-width: 0 2px 0 2px;
    border-style: solid;
    border-color: #394a6d;
    border: none
}
.custom-select__trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    line-height: 30px;
    cursor: pointer;
    border: 1px solid #d4d4d4;
    color: #000;
    background: #fffdfd;
}
.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
    /* height: 100px;
    overflow-y: scroll; */
    border: 1px solid #555;
}
.iksir-custom-select.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    /*display: block;*/
}
.custom-option {
    position: relative;
    display: block;
    padding: 0 22px 0 22px;
    color: #000;
    line-height: 35px;
    cursor: pointer;
    transition: all 0.5s;
}
.custom-option:hover {
    cursor: pointer;
    background: #0053a3;
    color: #fff;
}
.custom-option.selected {
    color: #ffffff;
    background: #0053a3;
}

.iksir-custom-select .arrow {
    position: relative;
    height: 10px;
    width: 10px;
    margin-left: 15px;
}
.iksir-custom-select .arrow::before, .arrow::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 0.1rem;
    height: 100%;
    transition: all 0.5s;
}
.iksir-custom-select .arrow::before {
    left: 3px;
    transform: rotate(45deg);
    background-color:#000
}
.iksir-custom-select .arrow::after {
    left: -3px;
    transform: rotate(-45deg);
    background-color:#000
}
.iksir-custom-select.open .arrow::before {
    left: 3px;
    transform: rotate(-45deg);
}
.iksir-custom-select.open .arrow::after {
    left: -3px;
    transform: rotate(45deg);
}
/* Custom Dropdown end*/

/* LDL PACKAGES START */
.ldl-paket-head.active:after {
    content: '';
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f2c94c;
    border-radius: 5px;
}
.cd-tab-filter a:hover{
    color: #222222 !important;
}
@media (max-width: 991px){
    .ldl-paket-head, .paket_title {
        font-size: 10px;
        white-space: nowrap;
        height: 30px;
    }
}
.mt-72 {
    margin-top: 72px;
}
.cd-tab-filter.is-open ul{
    box-shadow: none;
}
.ldl-paket-th-icon {
    width: auto;
}
.ldl-package-price {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}
@media (max-width:576px) {
    .ldl-package-price {
        font-size: 16px;
    }
}
@media (max-width:576px) {
    .t-div {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .ldl-paket-th {
        font-size: 14px !important
    }

    .ldl-paket-th-icon {
        height: 14px !important;
        padding: 0 !important;
        margin-right: .3em
    }

    .ldl-paket-ph-icon {
        height: 24px !important;
        padding: 0 !important;
        margin-left: .3em
    }

    .ldl-paket-sp-icon {
        height: 29px !important;
        padding: 0 !important;
        margin-left: .3em
    }

    .ldl-paket-mt-icon {
        height: 16px !important;
        padding: 0 !important;
        right: -10px !important
    }

    .ldl-paket-mt {
        height: 24px !important
    }
}
.ldl-filter-mobile {
    margin-left: auto;
    line-height: 50px!important;
}
.ldl-paket-item {
    /* background-color: #fff; */
    color: #000;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
}
.ldl-paket-th{
    text-transform: uppercase;
}
.ldl-primary-bg {
    background-color: #ffcb04;
}
.ldl-col-3 {
    flex: 0 0 20.8333%;
    max-width: 25%;
}
.ldl-paket-row{
    border: .1em solid #d3d3d3;
    background: #fff;
}
/* LDL PACKAGES END */

.editor-area ul, .list-area ul{
    list-style: disc;
    padding-inline-start: 20px;
}
.search-expired-text{
    font-size: 55%;
    background: red;
    padding: 0 0.7rem;
    border-radius: 4px;
    margin-left: 0.75rem;
    color: #fff !IMPORTANT;
    font-weight: bold;
}
.search-expired-text.alt{ 
    font-size: 75%;
}
.iksir-merkezler-tabs-container {
    top: -200px;
    position: relative;
}
.main-footer{
    position: relative;
}
.map-select-btn, .map-select-btn:hover, .map-select-btn:focus{
    line-height: 1.5;
    background: #fff;
    border-color: #e5e5e5;
    color: #8c8989;
    border-width: 1px;
}

#subeler .owl-item{
    min-height: 285px;
    transition: top ease .5s;
    top: 0;
}
.map-carousel-item{
    top: 0;
    transition: top ease .5s;
    box-shadow: 0 2pt 10pt 0 rgb(0 0 0 / 25%);
    padding-right: 15px;
    padding-left: 15px;
    background-color: #fff;
    min-height: 335px;
}
.sube-block {
    border-bottom: 1px solid #56636f;
}
#map_canvas {
    z-index: 2;
}
#subeler {
    z-index: 3;
}
#subeler .owl-stage {
    top: 100px;
    height: 500px!important;
}
#subeler .owl-item.aktif {
    transition: top ease .2s;
    border: 1px solid #ffcb04!important;
    top: -75px;
    min-height: 280px;
}
#subeler .owl-next {
    width: 30px;
    height: 100px;
    position: absolute;
    top: 32%;
    right: 0;
    display: block!important;
}

#subeler .owl-prev {
    width: 30px;
    height: 100px;
    position: absolute;
    top: 32%;
    left: 0;
    display: block!important;
}
.sube-block p{
    min-height: 47px;
}
#subeler .owl-nav [class*=owl-]:hover {
    background: #0053a3;
}
.club-row{
    background: rgba(229, 229, 229, 0.5);
}
.custom-btn{
    padding: 4px 40px;
    border-radius: 5px;
    display: inline-block;
}
.btn-yellow-bg, .btn-yellow-bg:hover{
    color: #000;
    background: #ebe513;
}
.btn-platinum-bg, .btn-platinum-bg:hover{
    color: #fff;
    background: #091521;
}
.btn-yellow-chest-bg, .btn-yellow-chest-bg:hover{
    color: #fff;
    background: #0053a3;
}
h1.club-title{
    overflow: hidden;
}
h1.club-title:before,
h1.club-title:after {
  background-color: #c4c4c4;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

h1.club-title:before {
  right: 2em;
  margin-left: -50%;
}

h1.club-title:after {
  left: 2em;
  margin-right: -50%;
}
h1.club-title.gnc:before,
h1.club-title.gnc:after{
    background-color: #ebe513;
}
.custom-img-wrap{
    width: 280px;
    overflow: hidden;
}
.custom-img-wrap img{
    max-width: unset;
}
.club-img img{
    height: 275px;
    margin-bottom: 1rem;
}
.club-img.alt img{
    height: 238px;
}
.inputField input.has-value+span{
    top: 7px;
    -webkit-transform: scale(0.7) translateY(-10%) translateX(-8.5px);
    transform: scale(0.7) translateY(-10%) translateX(-8.5px);
}
.custom-menu-row{
    justify-content: flex-end;
}
.custom-menu-col{
    max-width: 20%;
}
.lawsuits-table{
    width: 100%;
}
.lawsuits-table, .lawsuits-table th, .lawsuits-table td{
    border: 1px solid #c3c3c3;
}
.lawsuits-table th{
    background: rgba(0, 0, 0, 0.05);
    text-align: center;
}
.lawsuits-table th{
    padding: 0.25rem;
}
.lawsuits-table td{
    padding: 0.45rem;
    text-align: center;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    background: #0053a3;
    color: #fff !important;
    border: 1px solid #0053a3;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    color: white !important;
    border: 1px solid #0053a3 !important;
    background: #0053a3;
}
table.dataTable.no-footer, table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #c3c3c3;
}
.dataTables_wrapper .dataTables_paginate{
    padding-top: 0.75em;
}
.dataTables_wrapper .dataTables_info{
    padding-top: 1.25em;
}
.custom-lawsuits-select{
    border-radius : 5px;
    border-color: #8c8989;
    height: 42.39px;
}
.custom-lawsuits-input{
    border-radius: 5px;
    border: 1px solid #8c8989;
}
.custom-lawsuits-btn{
    background: #fdc500;
    color: #0053a3;
    padding: 10.5px 40px;
    border-radius: 5px;
    display: inline-block;
    border : 0;
    cursor: pointer;
}
.expired-post-tag{
    position: absolute;
    top: 0;
    right: 0;
}
@media screen and (max-width: 576px){
    .expired-post-tag{
        position: relative;
    }
}
.filter-hub .cd-filter-block .list.alt li.category-item{
    margin-left: 10px;
}

.cd-filter-block input.lifecell-checkbox[type=checkbox]:checked+label::before{
    background: #ffcb04;
}
.iksir-filter-item .item-header{
    background: #0053a3;
    color: #fff;
    border-radius: 20px 20px 0 0;
}
.iksir-filter-item .item-header.lifecell{
    background: #ffcb04;
    color: #000;
}
.iksir-filter-item .item-header.platinum{
    background: #253746;
    color: #fff;
}
.iksir-filter-item .item-header.gnc{
    background: #f6eb3d;
    color: #000;
}
.iksir-filter-wrap{
    border-radius: 10px;
}
.iksir-item-row{
    border: 1px solid #e5e5e5;
    border-top: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
ul.help-items-list li{
    cursor: pointer;
}
ul.help-items-list li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #0053a3; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.hidden-area{
    display: none;
}
.filter-hub .iksir-gray-alt-2 > *{
    color: #828282 !important;
}
.iksir-regular-13, .help-hub .iksir-regular-13 > * {
    font-family: Oxygen;
    font-weight: normal;
    font-size: 13px;
}
.help-hub .collapser:before {
    background: url(https://api.iconify.design/ant-design:plus-square-outlined.svg?height=18&color=%23828282);
    content: "";
    width: 18px;
    height: 18px;
    position: relative;
    display: inline-block;
    top: 4px;
    margin-right: 5px;
}
.help-hub .collapser.opened:before {
    background: url(https://api.iconify.design/ant-design:minus-square-outlined.svg?height=18&color=%23828282);
    content: "";
    width: 18px;
    height: 18px;
    position: relative;
    display: inline-block;
    top: 4px;
}
.help-hub .answer-item li{
    display: list-item;
}
.help-item-header.down{
    color: #0053a3 !important;
}
.cursor-pointer{
    cursor: pointer;
}
.lifecell-area table{
    width: 100% !important;
}
@media screen and (max-width: 576px){
    h1.club-title:before, h1.club-title:after{
        display: none;
    }
    .club-img.alt img{
        height: auto;
    }
    .editor-area img{
        width: 100% !important;
        height: auto !important;
    }
}
.lh-15{
    line-height: 1.5;
}
.lh-12{
    line-height: 1.2;
}
.lh-1{
    line-height: 1;
}
.chest-select-btn, .chest-select-btn:hover, .chest-select-btn:focus {
    line-height: 1.5;
    background: #fff;
    border-color: #e5e5e5;
    color: #8c8989;
    border-width: 1px;
    border-radius: 0;
    background: rgba(151, 151, 151, 0.41);
}

.ldl-template-table, .kktcell-template-table{
    width: 100%;
}
.ldl-template-table td img.template-img, .kktcell-template-table td img.template-img{
    width: 100%;
    height: auto;
}
.ldl-template-content-wrap, .kktcell-template-content-wrap{
    padding: 15px !important;
}
@media screen and (max-width: 576px){
    .ldl-template-content-wrap, .kktcell-template-content-wrap{
        padding: 7px !important;
    }
}
.campaigns-hub .iksir-item-row ol, .campaigns-hub .iksir-item-row ul, .campaign-details .campaign-desc ol, .campaign-details .campaign-desc ul{
    list-style: disc;
    margin-inline-start: 20px;
}
.campaigns-hub .iksir-item-row li{
    display: list-item;
}
.iksir-col-w-20{
    flex: 0 0 20%;
    max-width: 20%;
}
ul.pack-icon-list{
    list-style: disc;
    margin-inline-start: 20px;
}
.iksir-item-row li.pack-icon-single{
    display: list-item;
    text-align: left;
}
/* .pack-price-item{
    display: inline-block;
    border-bottom: 1px solid #c4c4c4;
}
.pack-price-item:last-child{
    border-bottom: 0;
} */
.pack-price-item .price-desc{
    display: inline-block;
    border-bottom: 1px solid #c4c4c4;
}
.pack-price-item:last-child .price-desc{
    border-bottom: 0;
}
.pack-price-item:not(:first-child){
    margin-top: 2px;
}
@media screen and (max-width: 576px){
    .iksir-filter-item {
        background: transparent !important;
    }
    .iksir-item-row{
        background: #fff;
    }
}
.editor-area a{
    color: #007bff;
    text-decoration: underline;
}
.iksir-bold-24{
    font-family: Oxygen;
    font-weight: bold;
    font-size: 24px;
}
.related-header{
    border-bottom: 1px solid #c4c4c4;
}
ul.related-posts-wrap{
    list-style: disc;
    margin-inline-start: 20px;
}
a.related-post-link:hover{
    color: #007bff;
}
.bt-1{
    border-top: 1px solid #c4c4c4;
}
.custom-post-table.alt th {
    background: #828282;
    color: #fff;
}
.iksir-dark-no-override{
    color: #000;
}
a.homepage-post-link, a.related-post-link, a.category-post-link{
    transition: none;
}
a.homepage-post-link:hover{
    color: #007bff !important;
    text-decoration: underline;
}
a.category-post-link:hover{
    color: #007bff !important;
}
ul.megamenu{
    min-height: 473px;
}