@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

/*
*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    background-color: #fff;
    border-left: 1px solid #fff;
}

*::-webkit-scrollbar-thumb {
    background-color: #fbdb00;
    border-radius: 0px;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #fbdb00;
}
*/

img{max-width: 100%;}

.office701-logo{
	width: 90px;
}

.hide{
	display: none !important;
}

.w-100{
	width: 100% !important;
}

.h-100{
	height: 100% !important;
}

.w-50{
	width: 50% !important;
}

.h-50{
	height: 50% !important;
}

.w-auto{
	width: auto !important;
}

.h-auto{
	height: auto !important; 
}

.text-center{
    text-align: center !important;
}

.text-uppercase{
    text-transform: uppercase !important;
}

.ck-ads-slider{
    height: 320px !important;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 50px;
}

.ck-detay-neden li{
    float: none;
}

.ck-ads-newstop{
    width: 80%;
    height: 150px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.ck-main-slider{
    /* height: 290px; */
    /* height: 480px; */
    height: 370px;
}
.ck-swiper-title{
    position: absolute;
    left: 30px;
    bottom: 30px;
    text-align: left;
    z-index: 2;
}
.ck-swiper-title h3 {
    font-family: 'Raleway', sans-serif, sans-serif;
    font-weight: 700;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 20px;
    position: relative;
}
.ck-swiper-title h3:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 2px;
    background: #000000;
}
.ck-swiper-title a{
    color: #fff;
}
.ck-swiper-title p {
    color: rgba(255, 255, 255, 0.7);
    transition: all .3s ease-in-out 0s;
}

.bs-title-font{
    font-family: 'Merriweather', serif;
}
.bs-readmore{
    font-weight: 900;
    text-decoration: underline;
    color: #000;
}

.post-body ul {
    text-align: left;
    padding-left: 20px;
    color: #878C9F;
}

.has-error{
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.has-success{
    border-color: #50cd89;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #555555;
    background: rgba(255, 255, 255, 0.9);
}

.show {
    display: block !important;
}

.closecookies {
   z-index: 2;
    position: absolute !important;
    right: 15px !important;
    border: none;
    background: transparent;
    font-size: 17px;
    padding: 0px;
    top: 5px;
}

.closeBtn {
    font-weight: bold;
    color: black
}

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: .9;
    border-style: none;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #555;
    background: #fff;
    box-shadow: 0 0 10 0 rgb(0 0 0 / 24%);
    padding: 15px 10px 15px 5px;
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert a:hover {
    color: var(--theme-color2);
}

.cookiealert .cookiealert-text{
    z-index: 1;
    padding: 15px 0px 0px 10px;
    margin: 0;
    width: 100%;
    font-size: 12px;
}

.cookiealert .cookiealert-text p{
    font-size: 13px;
    line-height: 1.5;
}

.cookiealert .full-width{
    width: 100%;
}

.cookiealert .pull-rightleft{
    text-align: center;
}

@media screen and (min-width: 991px){
    .cookiealert{
        bottom: 10px;
        left: 18px;
        width: 400px;
        border-radius: 10px;
    }

    .cookiealert .cookiealert-text{
        width: 414px;
        line-height: 2;
        margin-bottom: 15px;
    }
}

@media (max-width: 768px){
    .cookiealert .pull-rightleft {
        float: none;
        text-align: center;
    }
}

@media (max-width: 1366px){
    .header-search_btn{
        margin-left: 30px;
    }

    .nav-holder{
        margin-left: 20px;
    }
}

.ck-select{
    border: 1px solid #e5e7f2;
    background: #f9f9f9;
    width: 100%;
    padding: 15px 15px 15px 20px;
    border-radius: 4px;
    color: #7d93b2;
    font-size: 12px;
}

label span, label font{
    color: red;
}

.btn{
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover{
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0,-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width:500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg,.modal-xl {
        max-width:800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width:1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

.modal-fullscreen .modal-footer {
    border-radius: 0
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }
}

.cat-label{
    width: auto !important;
    float: unset !important;
    margin-left: 5px !important;
    margin-right: 5px;
}

.editor-label{
    display: inline-block;
    float: none !important;
}

.mt-20{
    margin-top: 20px;
}

.listing-hero-section.ck-comp-detail-section{
    /* padding: 40px 0px 0px; */
    padding: 00px 0px 0px;
}
.list-single-main-item .bg{z-index: 0;}
.list-single-main-item .bg:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.3;
}

.ck-shop-item .shop-item_link{
    display: block;
    float: unset;
    position: unset;
    margin-top: 20px;
    font-size: 13px;
}

.ck-shop-item .shop-item_title{
    padding: 14px 15px;
}

.ck-shop-item .shop-item_title h4{
    font-size: 14px;
    white-space: unset;
    overflow: visible;
}

@media(max-width:768px){
    .sub-footer{
        padding: 10px 0px;
    }

    .subfooter-nav, .subfooter-nav ul li{
        float: unset;
        text-align: center;
        margin: 0;
    }

    .subfooter-nav ul{
        margin-bottom: 0px;
        padding-left: 0;
    }

    .sub-footer .copyright{
        text-align: center;
    }

    .to-top{
        bottom: 80px;
    }

    .brd-show-share{
        display: none;
    }

    .list-single-header-item h1{
        text-align: center;
    }

    .list-single-header_bottom .listing-item-category-wrap{
        float: unset;
        display: flex;
        justify-content: center;
    }

    .list-single-header_bottom ul, #cati-katalogu-pro-tab-2 ul{
        padding: 0px;
    }
}

.main-menu .menusb ul{
    padding-left: 0px;
}

.comp-label{
    font-size: 11px;
}

.comp-label input{
    margin-bottom: 0;
}

.catList{
    position: relative;
    height: 100%;
    overflow: scroll;
    max-height: 150px;
}

.subitem{padding-left: 20px;}
.subitem_2{padding-left: 40px;}
.subitem_4{padding-left: 60px;}
.subitem_6{padding-left: 80px;}
.subitem_8{padding-left: 100px;}
.subitem_10{padding-left: 120px;}

.listing-item.has_one_column .geodir-category-listing .comp-img{
   padding-left: 0px;
}

@media(max-width: 768px){
    .listing-item.has_one_column .geodir-category-listing .comp-img{
       padding-left: 15px;
    }

    .geodir-category-img-wrap img, .gallery-item img{
        width: 100% !important;
        height: auto !important;
    }

    .list-single-tags.tags-stylwrap{
        display: grid;
        margin-right: 10px;
    }
}

.listing-item.has_two_column .geodir-category-img-wrap img, .gallery-item img{
    width: revert-layer !important;
}
.listing-item.has_two_column .geodir-category-content-title-item, .listing-item.has_two_column .geodir-category-content h3{
    float: unset;
}
.listing-item.has_two_column .geodir-opt-list li:first-child{
    margin-left: 0;
}

.ck-comp-desc p, .ck-detay-neden p, .ck-pro-desc p{font-family: 'Verdana' !important;}
.ck-blog-desc p{font-family: 'Verdana' !important;}
.ck-comp-desc p, .ck-detay-neden p, .ck-blog-desc p, .ck-pro-desc p{font-size: 16px; color: #000;}
.ck-pro-desc ul{text-align: left;}
.ck-blog-desc ul{color: #000}

.ck-bs-tags{
    max-height: 300px;
    overflow-y: auto;
}

@media(max-width: 768px){
    .inline-facts-wrap{
        padding: 20px 0px 30px;
    }

    .single-facts_2 .inline-facts-wrap h6{
        font-size: 10px;
        margin-bottom: 0px;
    }

    .single-facts_2 .inline-facts-wrap .num{
        font-size: 30px;
    }
}

.ck-table,
.ck-table tr,
.ck-table th,
.ck-table td{
    border: 1px solid #000;
    margin: 0 auto;
    vertical-align: middle;
}

.icon-btn {
    font-size: 1rem;
    padding: 0.4rem 0.6rem;
    display: inline-block;
    background: #eee;
    border: none;
}
@media (max-width: 767.98px) {
    .card h6 {font-size: 0.95rem;}
    .card .icon-btn {font-size: 0.9rem; padding: 0.3rem 0.5rem;}
    .card img {max-width: 100%; height: 50px;}
    .card .text-muted.small {font-size: 0.85rem;}
    .card .btn-outline-secondary {font-size: 0.8rem; padding: 0.25rem 0.6rem;}
}

.ck-comp-list-btn{
    color: #6c757d;
    border: 1px solid #6c757d;
    font-size: 0.875rem;
    border-radius: 50rem;
    padding: 0.25rem 0.5rem;
}

.ck-comp-list-btn:hover{
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
}

.d-gr-sec:before {background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 1000%, rgba(216, 122, 60, 0.95) 100%) !important;}