﻿.alert-none {
    display: none;
}

#rsm {
    cursor: pointer !important;
    margin-bottom: 10px;
}

.block-popup-login .input-text {
    margin-bottom: 5px !important;
}
.button_blue {
    color: #02A8F3
}
    .button_blue:hover{
        text-decoration:underline;
    }


/*.sm-serachbox-pro{

    display:block !important;

}*/

@media (max-width: 768px){
    .close-style {
        padding-left: 3px !important;
        width:17px !important;
    }

}
/*.modal-lg {
    min-width: 100%;
}*/
/*.modal-dialog {
    position: relative;
    width: auto;
    max-width: 600px;
    margin: 10px;
}

.modal-sm {
    max-width: 300px;
}

.modal-lg {
    max-width: 900px;
}

@media (min-width: 768px) {
    .modal-dialog {
        margin: 30px auto;
    }
}

@media (min-width: 320px) {
    .modal-sm {
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 620px) {
    .modal-dialog {
        margin-right: auto;
        margin-left: auto;
    }

    .modal-lg {
        margin-right: 10px;
        margin-left: 10px;
    }
}

@media (min-width: 920px) {
    .modal-lg {
        margin-right: auto;
        margin-left: auto;
    }
}*/
ul.vertical-megamenu {
    min-height: 401px;
}
.error {
    color: red !important;
}
.text_center {
    text-align: center;
}

.count{
    font-weight:bold;
    font-size:13px;
}
.single-product-top .product-summary .product-summary-bottom .cart .quantity:before{
    content:"Adet: " !important;
}
.bold-20 {
    font-size: 20px !important;
}


.woocommerce-review-link {
    cursor: pointer;
}

.ul.vertical-megamenu {
    min-height: 400px;
}

.checked {
    color: orange;
}

.required {
    color: red !important;
}

.input-sm {
    width: 150px;
}

.color-red{
    color:red !important;
    font-size:22px !important;
}

.search_categories {
    font-size: 13px;
    padding: 5px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

    .search_categories .select {
        width: 100%;
        background: url('arrow.png') no-repeat;
        background-position: 80% center;
    }

        .search_categories .select select {
            background: transparent;
            line-height: 1;
            border: 0;
            padding: 0;
            border-radius: 0;
            width: 100%;
            position: relative;
            z-index: 10;
            font-size: 1em;
        }


.woocommerce .products-nav, .woocommerce-page .products-nav{
    margin-bottom:10px;
}
.page-numbers>li>a{
    cursor:pointer;
}


.nav {
    padding-left: 20px;
}

.mc4wp-response {
    font-size: 20px;
}

label {
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

.txt-cntr {
    text-align: -webkit-center !important;
}

.b-button {
    width: 100%;
    background-color: #02A8F3 !important;
    color: #fff !important;
}
.text-center {
    text-align: center !important;
}

.odeme{
    cursor:pointer;
}


.mt-gap {
    margin-top: 15px;
}

.mb-gap {
    margin-bottom: 15px;
}

.bold {
    font-weight: bold;
    font-size: 15px;
}

.cur-pointer {
    cursor: pointer;
}

.fa .fa-spinner {
    color: #02A8F3;
}

.wpb_map_wraper > iframe {
    width: 100%;
    height: 304px;
}

.category-name {
    cursor: pointer;
    /*text-overflow: ellipsis;
     width : 133px;
     overflow: hidden;
     white-space: nowrap;*/
}

.product-name {
    text-overflow: ellipsis;
    width: 270px;
    overflow: hidden;
    white-space: nowrap;
}

.div-price {
    overflow: hidden;
    height: 70px;
}

.item-content .amount {
    font-size: 14px;
}

.item-content h4 a {
    font-size: 13px;
}

.item-content h4 {
    height: 27px;
    overflow: hidden;
}



.fa-spinner {
    transform: scaleX(-1);
    animation: spin-reverse 2s infinite linear;
}

@keyframes spin-reverse {
    0% {
        transform: scaleX(-1) rotate(-360deg);
    }

    100% {
        transform: scaleX(-1) rotate(0deg);
    }
}

.woocommerce-account #main #contents .type-page {
    padding: 0px 10px 30px 10px;
}

.woocommerce-account #main #contents {
    padding-top: 20px;
}

    .woocommerce-account #main #contents header h2 {
        font-size: 20px;
    }

.mr-gap {
    margin: 5px;
}

.modal-header .close {
    margin-top: 0px;
}

    .modal-header .close.popup {
        margin-top: -20px;
    }

.full-col {
    padding-right: 3px;
    padding-left: 3px;
    padding-top: 7px;
}

.modal-body {
    max-height: calc(100vh - 75px);
    overflow-y: auto;
}

.mrg {
    margin-bottom: 10px;
}

.fntsz-20 {
    font-size: 20px;
}

.fntsz-36 {
    font-size: 36px !important;
}

h5 {
    font-size: 15px !important;
}

.f-size-16 {
    font-weight: bold;
    font-size: 16px;
}

.add-info a.button {
    color: #808080;
}

.f-size-24 {
    font-weight: bold;
    font-size: 24px;
    color: #f00017;
}

.woocommerce form table.shop_table tr td, .woocommerce-page form table.shop_table tr td {
    border-top: 1px solid rgba(0,0,0,.1);
    border-left: 1px solid rgba(0,0,0,.1);
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 30% !important;
}

.form-wizard > ul > li > a {
    font-size:15px;
}
.select-checkbox{
    cursor:pointer;
}

.text-align-right{
    text-align:right !important;
    font-size:20px !important;
}
    .text-align-left{
        text-align:left !important;
        font-size:20px !important;
    }

    .mt-10 {
        margin-top: 10px;
    }
    
.gap-5 {
    margin-right: 5px;
margin-bottom:5px !important;
}
.slick-track{
    height:336px !important;
}
.filter-price {
    padding: 10px;
}
    .filter-price ul.menu {
        border-bottom:none;
    }

.button.b-button:hover {
    background-color: #71ccf5 !important;
}
.products-loop.grid li .products-entry{
    height:290px;
    min-height:0px;
}

.header-under-2-wrapper .sm-serachbox-pro .form-search .input-search input{
        font-weight:bold;
}
/* Search*/
.sm-serachbox-pro .form-search .input-search {
    margin-left: 0px;
}

.pad-r-0{
    padding-right:0px;
}
.pad-l-0 {
    padding-left: 0px;
}
    .divResult {
    clear: both;
    border: none !important;
    margin-top: 7px;
    position: absolute;
    z-index: 9999;
    width: calc(100% - 54px);
    left:20px
}
.close-style {
    background-color: #e6e5e5;
    text-align: center;
    padding: 9px;
    font-size: 15px;
    padding-left: 8px;
    margin-top: 0px;
    /* margin-left: 5px; */
    width: 40px;
}
#kapat{
    cursor:pointer;
}



.color-white {
    background-color: #fff;
    border: 2px solid #444;
}

.ffa{
    float:right;
    padding-right:10px;
    padding-top:0px;
    font-size:20px;
    color:red;
    cursor:pointer;
}

.SearchResultHeadLeft {
    background-color: #fff !important;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #444;
    font-weight: bold;
    border-left: 2px solid #444;
    border-right: 2px solid #444;
}

.SearchResultItemHead.pad-top-10 {
    padding-top: 10px;
    height: 120px;
    font-weight: bold;
    color: #333;
}

.SearchResultItemHead {
    position: relative;
    height: 200px;
    overflow-x: hidden;
}

.SearchResultItem {
    padding: 10px;
    color: #000;
    font-weight: bold;
}


/*.MenuItemHeader {
    background-color: #eff0f1;
    height: 15px;
    width: 208px;
    color: #3b3b3b;
    padding: 10px;
    padding-top: 8px;
    font-weight: bold;
    margin-left: -24px;
    margin-top: 2px;
    margin-bottom: 5px;
    border: solid 1px #cccccc;
}

.SearchBox {
    word-wrap: break-word;
    position: absolute;
    width: 208px;
    border: solid 1px #cccccc;
    background-color: #ffffff;
    z-index: 9999999;
    color: #3b3b3b !important;
    margin-top: 35px;
    margin-left: -3px;
    padding: 10px;
    display: none;
}

.SearchResultItem {
    padding: 3px;
    list-style-type: none;
}

.SearchResultHead {
    margin-left: 0px !important;
}

.SearchResultItemHead {
    padding: 3px;
}

.SearchResultHeadRight {
    float: right;
}

.SearchResultHeadLeft {
    float: left;
}

.SearchResultHeaderSmallBox {
    text-align: center;
    padding-top: 7px;
}

.SearchImageAvatar {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.SearchImageArrow {
    vertical-align: middle;
    margin-top: -3px;
}*/





