/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > Banks > Default-101 */
.banks-out {
    margin: 0px -15px 0px -15px !important;
    padding: 0px !important;
}
.banks-default-101-header {
    padding: 10px 10px 10px 10px;
    text-align: center;
    font-family: var(--banks-ff);
    font-size: var(--banks-label-fs);
    background-color: var(--banks-label-bg);
    border-bottom: var(--banks-brd) solid var(--banks-brd-bg);
    color: var(--banks-label-text);
}
.banks-default-101-title {
    padding: 5px;
    text-align: center;
    font-style:italic;
    opacity:0.8;
    color: var(--banks-label-text);
    font-size: calc(var(--banks-label-fs) - 1px);
}
.banks-default-101-line {
    padding: 5px;
    text-align: center;
    font-size: var(--banks-fs);
    font-family: var(--banks-ff);
    color: var(--banks-text);
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > Banks > Default-101 */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > Currency > Flag-BS-001 */
.currency-flag-bs-001-out {
    padding-top: 0px !important;
}
.currency-flag-bs-001-ft {
    text-align: right;
}
.currency-flag-bs-001-lt {
    text-align: right;
}
.currency-flag-bs-001-bt {
    text-align: center;
    font-weight: bold !important;
}
.currency-flag-bs-001-st {
    text-align: center;
    font-weight: bold !important;
}
.currency-flag-bs-001-f {
    text-align: right;
}
.currency-flag-bs-001-l {
    text-align: left;
}
.currency-flag-bs-001-b {
    text-align: right;
}
.currency-flag-bs-001-s {
    text-align: right;
}
.currency-flag-bs-001-l p,
.currency-flag-bs-001-st p,
.currency-flag-bs-001-bt p {
    font-weight: bold !important;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > Currency > Flag-BS-001 */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > Location > Default-101 */
.row_location {
    margin: 0px -15px !important;
}
.location_in {
    width: 100% !important;
    height: var(--location-h) !important;
    background-color: var(--location-bg) !important;
    border-bottom: var(--location-brd) solid var(--location-brd-bg) !important;
}
    .location_in iframe,
    .location_in p iframe {
        width: 100% !important;
        height: var(--location-h) !important;
        border-bottom: var(--location-brd) solid var(--location-brd-bg) !important;
    }
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > Location > Default-101 */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > PageArea > Text-101b */
.pagearea-text-101b-title {
    text-align: center;
    font-family: var(--pagearea-title-ff);
    font-size: var(--pagearea-title-fs);
    padding: var(--pagearea-title-pg) !important;
}
.pagearea-text-101b-detail {
    font-family: var(--pagearea-ff);
    font-size: var(--pagearea-fs);
    padding: var(--pagearea-pg) !important;
}
    .pagearea-text-101b-detail p {
        font-family: var(--pagearea-ff);
        font-size: var(--pagearea-fs);
        padding: 0px !important;
        margin: 0px !important;
    }
    .pagearea-text-101b-detail > iframe,
    .pagearea-text-101b-detail > p > iframe {
        padding: 0px !important;
        margin: 0px !important;
        border: 0px solid transparent !important;
        width: 100%;
    }
    .pagearea-text-101b-detail h1 {
        font-size: var(--pagearea-title-fs) !important;
        padding: 0px !important;
        margin: 0px !important;
    }
    .pagearea-text-101b-detail h2,
    .pagearea-text-101b-detail h3 {
        font-size: var(--pagearea-fs) !important;
        padding: 0px !important;
        margin: 0px !important;
    }
@media (max-width: 768px) {
    .pagearea-text-101b-detail img,
    .pagearea-text-101b-detail > img,
    .pagearea-text-101b-detail > p > img {
        width: 100% !important;
    }
    .pagearea-text-101b-out {
        padding: 10px 0px 10px 0px;
    }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > PageArea > Text-101b */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > Search > Empty-101 */
.search-out {
    height: 100% !important;
    width: 100% !important;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
}
.searchDiv {
    top: -140px;
    height: auto;
    width: 50%;
    left: 25%;
    overflow: hidden;
    position: fixed;
    padding: 15px !important;
    transition: 4s ease;
    z-index: 20;
    border: 0px solid transparent;
    border-radius: 5px;
    background-color: var(--navbar-dw-bg);
}
.searchOpen {
    top: 100px !important;
    height: auto;
    transition: 2s ease;
}
.searchInput {
    border-box: box-sizing;
    background-repeat: no-repeat;
    font-size: 18px;
    padding: 5px 10px;
    border: none;
    width: 70%;
    margin: 10px 0px 10px 10px;
    border: 0px solid transparent;
    color: var(--navbar-dw-bg);
}
.searchButton {
    width: 20%;
    background-color: transparent !important;
    border: 0px solid transparent;
    margin: 10px 0px 10px 0px;
    color: #ffffff;
}
@media (max-width: 767px) {
    .searchDiv {
        width: 80%;
        left: 10%;
    }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > Search > Empty-101 */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > Slider > Bxf-100-1 */
.slide-out {
    overflow: hidden;
    background-color: var(--slider-bg);
}
.slide-in {
    overflow: hidden;
    background-color: transparent;
}
    .slide-in .bx-wrapper {
        margin: var(--slider-mg) !important;
        background-color: transparent;
        -moz-box-shadow: 0 0 0px #000000;
        -webkit-box-shadow: 0 0 0px #000000;
        box-shadow: 0 0 0px #000000;
        border: 0px solid transparent !important;
        position: relative;
        left: 0px;
        top: 0px;
        padding: 0;
        *zoom: 1;
    }
        .slide-in .bx-wrapper img {
            width: 100%;
            display: block;
        }
        .slide-in .bx-wrapper .bx-viewport,
        .slide-in .bx-wrapper .bx-viewport {
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            background: transparent !important;
            border: 0px solid transparent !important;
        }
        .slide-in .bx-wrapper .bx-prev {
            left: 80px;
            top: 50% !important;
        }
        .slide-in .bx-wrapper .bx-next {
            right: 80px;
            top: 50% !important;
        }
        .slide-in .bx-wrapper .bx-controls-auto {
            line-height: 0 !important;
            background-color: var(--slider-title-bg);
            width: 80px !important;
            border-radius: 10px;
            top: auto;
            margin: 15px 15px 15px 15px !important;
            padding: 5px !important;
            bottom: 0px !important;
        }
        .slide-in .bx-wrapper .bx-pager {
            top: 0px !important;
            margin: 15px 15px 15px 15px !important;
            padding: 5px !important;
            bottom: auto !important;
            background-color: var(--slider-title-bg);
            border-radius: 10px;
        }
            .slide-in .bx-wrapper .bx-pager.bx-default-pager {
                padding: 5px !important;
                line-height: 0 !important;
            }
                .slide-in .bx-wrapper .bx-pager.bx-default-pager a {
                    line-height: 0 !important;
                    opacity: 0.4;
                    background-color: var(--slider-title-text) !important;
                }
                    .slide-in .bx-wrapper .bx-pager.bx-default-pager a.active {
                        line-height: 0 !important;
                        opacity: 1.0;
                        background-color: var(--slider-title-text) !important;
                    }
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > Slider > Bxf-100-1 */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > Slogan > BxSlider-101 */
/*--------------------------------------------------------------------------------------------------------------------------------*/
.slogan-top-out,
.slogan-bottom-out {
    overflow: hidden;
    background-color: transparent;
}
.slogan-top-in,
.slogan-bottom-in {
    overflow: hidden;
    background-color: var(--slogan-bg);
    border: var(--slogan-brd) solid var(--slogan-brd-bg);
}
/*--------------------------------------------------------------------------------------------------------------------------------*/
.testimonial-autor-img {
    margin: 10px auto 10px auto !important;
    padding: 0px !important;
    background-size: Cover;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border: var(--slogan-img-brd) solid var(--slogan-img-brd-bg) !important;
}
/*--------------------------------------------------------------------------------------------------------------------------------*/
.slogan-top-in .bx-wrapper,
.slogan-bottom-in .bx-wrapper {
    margin: 0px auto 0px auto !important;
    text-align: center;
    background-color: transparent;
    -moz-box-shadow: 0 0 0px #000000;
    -webkit-box-shadow: 0 0 0px #000000;
    box-shadow: 0 0 0px #000000;
    border: 0px solid transparent !important;
}
    .slogan-top-in .bx-wrapper .bx-viewport,
    .slogan-bottom-in .bx-wrapper .bx-viewport {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent !important;
        border: 0px solid transparent !important;
    }
/*--------------------------------------------------------------------------------------------------------------------------------*/
.slogan-bxslider-101 {
}
    .slogan-bxslider-101 li {
        overflow: hidden;
    }
    /*--------------------------------------------------------------------------------------------------------------------------------*/
    .slogan-bxslider-101 .testimonial-title {
        text-align: center;
        margin: 0px auto 0px auto;
    }
        .slogan-bxslider-101 .testimonial-title p {
            letter-spacing: 2px;
            margin: 30px 100px 10px 100px;
            font-weight: bold;
            font-family: var(--slogan-ff);
            font-size: var(--slogan-title-fs);
            color: var(--slogan-title-text) !important;
        }
    /*--------------------------------------------------------------------------------------------------------------------------------*/
    .slogan-bxslider-101 blockquote {
        font-size: var(--slogan-fs);
        font-family: var(--slogan-ff);
        position: relative;
        padding: 0px 100px 0px 100px;
        margin-bottom: 0px;
        color: var(--slogan-text);
        border: none;
    }
        .slogan-bxslider-101 blockquote > p {
            padding: 20px;
            border-top-left-radius: 50px;
            border-bottom-right-radius: 50px;
        }
        .slogan-bxslider-101 blockquote:before {
            content: '\f10d';
            font-family: 'FontAwesome';
            position: absolute;
            left: calc(var(--slogan-title-fs) * 2);
            bottom: 0px;
            font-size: calc(var(--slogan-title-fs) * 2);
            vertical-align: middle;
            color: var(--slogan-title-text);
        }
        .slogan-bxslider-101 blockquote:after {
            content: '\f10e';
            font-family: 'FontAwesome';
            position: absolute;
            right: calc(var(--slogan-title-fs) * 2);
            top: 0px;
            font-size: calc(var(--slogan-title-fs) * 2);
            vertical-align: middle;
            color: var(--slogan-title-text);
        }
    /*--------------------------------------------------------------------------------------------------------------------------------*/
    .slogan-bxslider-101 .testimonial-autor {
        text-align: center;
        margin: 20px auto 20px auto !important;
        padding: 0px !important;
        overflow: hidden;
        color: var(--slogan-text);
    }
        .slogan-bxslider-101 .testimonial-autor p {
            font-family: var(--slogan-ff);
            font-size: var(--slogan-fs);
            margin: 0px !important;
            padding: 0px !important;
            overflow: hidden;
        }
        .slogan-bxslider-101 .testimonial-autor > p > a {
            color: var(--slogan-link-text);
            font-size: var(--slogan-link-fs);
            position: relative;
            margin: 0px !important;
            padding: 0px !important;
        }
            .slogan-bxslider-101 .testimonial-autor > p > a:hover {
                color: var(--slogan-link-text);
                -webkit-transition: all 0.35s ease;
                -moz-transition: all 0.35s ease;
                -o-transition: all 0.35s ease;
                transition: all 0.35s ease;
                text-decoration: none;
            }
/*--------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {
    .slogan-bxslider-101 blockquote {
        padding: 0 20px;
    }
        .slogan-bxslider-101 blockquote:before {
            content: '';
        }
        .slogan-bxslider-101 blockquote:after {
            content: '';
        }
}
/*--------------------------------------------------------------------------------------------------------------------------------*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > Slogan > BxSlider-101 */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > Social > HeaderText-001-S */
.social-ht-001 {
    float: left;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
}
    .social-ht-001 > .min {
        float: left;
        overflow: hidden;
        word-wrap: break-word;
    }
        .social-ht-001 > .min a > i {
            line-height: 34px;
            width: 34px;
            text-align: center;
            float: left;
            margin: 3px 5px 3px 5px;
            border-radius: 5px;
            color: var(--social-text);
            font-size: var(--social-fs);
        }
            .social-ht-001 > .min a > i:hover {
                color: var(--social-text-hover);
            }
@media (max-width: 767px) {
    .social-ht-001 > .min a > i {
        width: 30px !important;
    }
}
.social-ht-001 > .min-text {
    float: left;
    overflow: hidden;
    word-wrap: break-word;
    height: 40px;
    padding-top: calc(var(--social-fs) / 2);
    margin: 0px 0px 0px 0px;
}
    .social-ht-001 > .min-text > em {
        float: left;
        padding: 0px !important;
        width: 100%;
        opacity: 0.8;
        overflow: hidden;
        color: var(--social-text);
        font-size: calc(var(--social-fs) / 2);
        font-family: var(--social-ff);
    }
    .social-ht-001 > .min-text > strong {
        float: left;
        padding: 0px !important;
        font-weight: normal !important;
        width: 100%;
        overflow: hidden;
        color: var(--social-text-hover);
        font-size: calc((var(--social-fs) / 3)*2);
        font-family: var(--social-ff);
    }
@media (max-width: 767px) {
    .social-ht-001 > .min-text {
        display: none;
    }
    .social-ht-001 > .min a > i {
        line-height: 28px;
        width: 50px;
        font-size: var(--social-fs);
    }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > Social > HeaderText-001-S */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > Title > Breadcrumb-101 */
.bt-detail {
    clear: both;
    background: var(--title-bg) url(../Plugins/Title/breadcrumb-101/plugins.png) repeat-x center left !important;
    border-radius: 0px !important;
    margin: 0px -15px 0px -15px !important;
    padding: 5px 15px 5px 15px !important;
    border-bottom: var(--title-brd) solid var(--title-brd-bg) !important;
    text-align: left;
    font-family: var(--title-ff) !important;
}
    .bt-detail li {
        padding: 5px 15px 5px 15px !important;
        font-size: var(--title-fs) !important;
        font-weight: bold !important;
        font-style: italic;
        color: var(--title-li-text) !important;
        background-color: var(--title-li-bg) !important;
    }
    .bt-detail > li > a,
    .bt-detail > li > a:hover {
        color: var(--title-li-text) !important;
    }
.bt_ref_filter,
.bt_pro_sort {
    overflow: hidden;
    color: var(--title-text) !important;
    background: var(--title-bg) url(../Plugins/Title/breadcrumb-101/plugins.png) repeat-x center left !important;
    border-bottom: var(--title-brd) solid var(--title-brd-bg) !important;
}
    .bt_ref_filter .ref_filter_droplist,
    .bt_pro_sort .pro_sort_droplist {
        padding: 5px 15px 5px 15px !important;
        float: right;
        font-weight: normal;
        font-size: var(--title-drop-fs) !important;
        border: 0px solid transparent !important;
        color: var(--title-drop-text) !important;
        background-color: var(--title-drop-bg) !important;
    }
.social-sharing,
.comments-button,
.title-link {
    float: right;
    margin: 0px 0px 0px 0px;
    margin-top: var(--title-link-mg) !important;
    text-align: right;
    overflow: hidden;
}
    .social-sharing .fa,
    .comments-button .fa,
    .title-link .fa {
        font-size: var(--title-link-fs) !important;
        border: 0px !important;
        margin: 0px !important;
        padding: 5px 10px !important;
    }
    .social-sharing a,
    .comments-button a,
    .title-link a {
        font-size: var(--title-link-fs) !important;
        border: 0px !important;
        margin: 0px 5px !important;
        padding: 5px 0px !important;
        color: var(--title-link-text) !important;
        background-color: var(--title-link-bg) !important;
    }
        .comments-button a,
        .comments-button a:hover,
        .title-link a,
        .title-link a:hover,
        .social-sharing a .fa-facebook-official,
        .social-sharing a:hover .fa-facebook-official,
        .social-sharing a .fa-twitter-square,
        .social-sharing a:hover .fa-twitter-square,
        .social-sharing a .fa-google-plus-square,
        .social-sharing a:hover .fa-google-plus-square,
        {
            clear: both;
            color: var(--title-li-text) !important;
        }
.bt_comments li,
.bt_page_comments li,
.bt_notice_comments li,
.bt_box_products_discount li,
.bt_box_products_new li,
.bt_box_products_home li,
.bt_box_products_visit li {
    padding-right: 50px !important;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > Title > Breadcrumb-101 */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > Visit > Slider-001 */
.visit-slider-001 > .carousel > .carousel-inner > .item {
    text-align: center;
    padding: 0px;
    background-color: var(--visit-bg) !important;
    color: var(--visit-text);
    font-size: var(--visit-fs);
	font-family:var(--visit-ff);
}
    .visit-slider-001 > .carousel > .carousel-inner > .item > p {
	    font-size: var(--visit-fs);
		font-family:var(--visit-ff);
    }
.visit-slider-001 > .carousel > .carousel-inner > .item > .fa
{
	font-size:calc(var(--visit-fs) * 3);
	margin:0px 10px 10px 10px;
    color: var(--visit-text);
}
/* y�n oklar� */
.visit-slider-001 .carousel-control.left,
.visit-slider-001 .carousel-control.right {
    background: none !important;
    filter: progid: none !important;
    outline: 0;
}
    .visit-slider-001 .carousel-control.left .glyphicon {
        left: 10px;
        margin-left: 10px;
    }
    .visit-slider-001 .carousel-control.right .glyphicon {
        right: 10px;
        margin-right: 10px;
    }
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > Visit > Slider-001 */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > ProductArea > Tab */
.pa-area-price,
.pa-area-line,
.pa-area-short,
.pa-area-detail {
    padding: 10px;
    font-size: var(--productarea-fs);
    font-family: var(--productarea-ff);
    color: var(--productarea-text);
    color: var(--productarea-text);
}
.pa-area-stock {
    float: right;
    margin-top: -10px !important;
    margin-right: 10px !important;
    width: 100px;
    text-align: center;
    border-radius: 5px;
    color: var(--productarea-stock-text);
    background-color: var(--productarea-stock-bg);
}
.pa-area-price {
    font-size: calc(var(--productarea-fs) * 2);
    text-align: center;
}
    .pa-area-price del {
        display: block;
        color: red;
        font-size: var(--productarea-fs);
    }
.pa-area-label {
    text-align: right;
    font-weight: bold;
    font-size: var(--productarea-fs);
    font-family: var(--productarea-ff);
    padding: var(--productarea-t-pg);
    color: var(--productarea-text);
}
.pa-area-area {
    font-size: var(--productarea-fs);
    font-family: var(--productarea-ff);
    padding: var(--productarea-a-pg);
    color: var(--productarea-text);
}
.product-table {
    overflow: hidden;
    font-size: var(--productarea-fs);
    font-family: var(--productarea-ff);
    padding: 0px !important;
    margin: 0px !important;
    color: var(--productarea-text);
}
.product-table-btn,
.product-table-choose,
.product-table-line,
.product-table-price,
.product-table-short,
.product-table-detail,
.product-table-data {
    border-radius: 10px;
    padding: 10px !important;
    margin: 15px 0px 0px 0px !important;
}
.product-table-sticker {
    border-radius: 0px;
    padding: 0px 10px !important;
    margin: 15px 0px 0px 0px !important;
}
.product-table-footer {
    border-radius: 0px;
    padding: 10px !important;
    margin: 15px 0px 0px 0px !important;
}
    .product-table-footer p {
        padding: 0px !important;
        margin: 0px !important;
    }
.product-table-sticker {
    background-color: transparent !important;
}
.product-table-line {
    background-color: transparent !important;
    text-align: center;
}
.product-table-btn,
.product-table-choose,
.product-table-price,
.product-table-short,
.product-table-detail,
.product-table-data {
    background-color: var(--productarea-bg) !important;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > ProductArea > Tab */


