.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url('../images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../images/fancybox/blank.gif');
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {

    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url('../images/fancybox/fancybox_sprite@2x.png');
        background-size: 44px 152px;
    }

    #fancybox-loading div {
        background-image: url('../images/fancybox/fancybox_loading@2x.gif');
        background-size: 24px 24px;
    }
}

input::-webkit-input-placeholder {
    color: #ddd;
}

input::-moz-placeholder {
    color: #ddd;
}

input:-ms-input-placeholder {
    color: #ddd;
}

input:-moz-placeholder {
    color: #ddd;
}

.ac_results {
    width: 100% !important;
    max-width: 550px;
    padding: 0px;
    border: 1px solid #ccc;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
}

.ac_results ul {
    width: 100%;
    max-height: 100% !important;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    margin: 0px;
    padding: 5px;
    cursor: default;
    display: flex;
    align-items: center;
    font: menu;
    font-size: 14px;
    line-height: 16px;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #f3f3f3;
}

.ac_results img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.ac_results strong {
    margin: 0 5px;
}

.ac_loading {
    background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
    background-color: #eee;
}

.ac_over {
    background-color: #23ab6e !important;
    color: #fff;
}

.jslider .jslider-bg i,
.jslider .jslider-pointer {
    background: url(../images/jslider.png) no-repeat 0 0;
}

.jslider {
    display: block;
    width: 90%;
    height: 1em;
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.jslider table {
    width: 100%;
    border-collapse: collapse;
    border: 0;
}

.jslider td,
.jslider th {
    padding: 0;
    vertical-align: top;
    text-align: left;
    border: 0;
}

.jslider table,
.jslider table tr,
.jslider table tr td {
    width: 100%;
    vertical-align: top;
}

.jslider .jslider-bg {
    position: relative;
}

.jslider .jslider-bg i {
    height: 5px;
    position: absolute;
    font-size: 0;
    top: 0;
}

.jslider .jslider-bg .l {
    width: 10%;
    background-position: 0 0;
    left: 0;
}

.jslider .jslider-bg .f {
    width: 80%;
    left: 10%;
    background-repeat: repeat-x;
    background-position: 0 -20px;
}

.jslider .jslider-bg .r {
    width: 10%;
    left: 90%;
    background-position: right 0;
}

.jslider .jslider-bg .v {
    position: absolute;
    width: 60%;
    left: 20%;
    top: 0;
    height: 5px;
    background-repeat: repeat-x;
    background-position: 0 -40px;
}

.jslider .jslider-pointer {
    width: 13px;
    height: 15px;
    background-position: 0 -60px;
    position: absolute;
    left: 20%;
    top: -4px;
    margin-left: -6px;
    cursor: pointer;
    cursor: hand;
}

.jslider .jslider-pointer-hover {
    background-position: -20px -60px;
}

.jslider .jslider-pointer-to {
    left: 80%;
}

.jslider .jslider-label {
    font-size: 9px;
    line-height: 12px;
    color: black;
    opacity: 0.4;
    white-space: nowrap;
    padding: 0px 2px;
    position: absolute;
    top: -18px;
    left: 0px;
}

.jslider .jslider-label-to {
    left: auto;
    right: 0;
}

.jslider .jslider-value {
    font-size: 9px;
    white-space: nowrap;
    padding: 1px 2px 0;
    position: absolute;
    top: -19px;
    left: 20%;
    background: white;
    line-height: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.jslider .jslider-value-to {
    left: 80%;
}

.jslider .jslider-label small,
.jslider .jslider-value small {
    position: relative;
    top: -0.4em;
}

.jslider .jslider-scale {
    position: relative;
    top: 9px;
}

.jslider .jslider-scale span {
    position: absolute;
    height: 5px;
    border-left: 1px solid #999;
    font-size: 0;
}

.jslider .jslider-scale ins {
    font-size: 9px;
    text-decoration: none;
    position: absolute;
    left: 0px;
    top: 5px;
    color: #999;
}

.jslider-single .jslider-pointer-to,
.jslider-single .jslider-value-to,
.jslider-single .jslider-bg .v,
.jslider-limitless .jslider-label {
    display: none;
}

#tabs1 {
    float: left;
    width: 100%;
    xbackground: #F4F7FB;
    font-size: 93%;
    line-height: normal;
    border-bottom: 1px solid #BCD2E6;
}

#tabs1 ul {
    margin: 0;
    padding: 5px 10px 0 20px;
    list-style: none;
}

#tabs1 li {
    display: inline;
    margin: 0;
    padding: 0;
}

#tabs1 a {
    float: left;
    background: url("../images/tableft_blue.gif") no-repeat left top;
    margin: 0;
    padding: 0 0 0 4px;
    text-decoration: none;
}

#tabs1 a span {
    float: left;
    display: block;
    background: url("../images/tabright_blue.gif") no-repeat right top;
    padding: 5px 15px 4px 6px;
    color: #627EB7;
}

#tabs1 a span {
    float: none;
}

#tabData,
.tabData {
    padding: 20px;
    padding-top: 0px;
}

@charset "utf-8";

.spacer {
    box-shadow: none;
    border: 0;
    width: 1px;
    visibility: hidden;
}

#gf_info_kargoFirmaID {
    color: #ff5b01;
    padding-left: 15px !important;
}

table.sepet.rwd-table th.text-center {
    text-align: center !important;
}

table.sepet {
    width: 100%;
    font-size: 11px;
    background-color: #FFF;
    border-spacing: 0px;
    border-collapse: collapse;
}

table.sepet th {
    color: #88c337;
    text-align: center;
    padding: 5px;
    text-transform: lowercase;
}

table.sepet .tr_alternate td {
    background-color: #f7f7f7;
}

table.sepet tbody tr td {
    text-align: center;
    padding: 5px;
    border: 2px solid white;
}

table.sepet table tbody tr td {
    padding: 0px;
    border: none;
}

table.sepet span {
    color: #ec001f;
    text-decoration: underline;
    cursor: pointer;
}

table.sepet .table td {
    padding: 0px;
    padding-left: 3px;
    padding-right: 3px;
    vertical-align: middle;
}

.sepet3.bold {
    font-weight: bold;
}

.sepetToplam {
    text-align: right;
    margin-right: 2px;
    margin-top: 10px;
}

.sepetToplam table {
    border: 1px solid #dbdbdb;
    text-align: left;
    width: 370px;
    font-size: 11px;
    float: right;
}

.sepetToplam table .td1 {
    width: 270px;
}

.sepetToplam table td {
    padding: 1px;
    padding-left: 4px;
    padding-right: 4px;
}

.sepetToplam table .toplam {
    color: #ec001f;
    font-weight: bold;
}

.sepetMenu {
    text-align: right;
    margin-right: 2px;
    margin-top: 16px;
}

.sepetMenu .table {
    float: right;
}

.sepetMenu .table,
.sepetMenu .table a {
    text-align: left;
    width: 370px;
    font-weight: bold;
    color: #555555;
}

.sepetMenu .table span {
    color: #4967a0;
}

.sepetMenu .table table {
    float: right;
}

.sepetMenu .table .td1 {
    width: 130px;
    padding: 10px;
    white-space: nowrap;
}

.sepetSatirSil {
    margin-top: 30px;
    float: left;
}

.sepetMouseOver {
    display: block;
    margin-bottom: 10px;
    background-color: #FFF;
}

.sepetMouseOver td {
    padding: 4px;
    background-color: #FFF;
}

.sepetUrunDetay {
    border: 1px solid #dddddd;
    padding: 5px;
    background-color: white;
    margin-top: 5px;
    position: absolute;
    display: none;
    z-index: 50;
}

.toplam,
.sepetMenu {
    white-space: nowrap;
}

.sepet-info {
    padding: 10px;
    border: 1px solid green;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 12px;
    width: 100%;
}

.sepet-info a {
    color: red;
}

.sepet-info strong {
    text-transform: lowercase;
}

#sepetGoster {
    max-width: 700px;
    width: 100%;
    display: none;
    position: absolute;
    z-index: 10000;
    cursor: pointer;
}

#sepetGoster .sepet-kapat {
    display: none;
}

#sepetGoster .sepet-info,
#sepetGoster a.grey {
    display: none;
}

#sepetGoster a.lightbox {
    display: none;
}

#sepetGoster .cart-detail table {
    min-height: 70px;
}

#sepetGoster h1 {
    margin-top: 15px;
    margin-left: 10px;
    white-space: nowrap;
}

#sepetGoster h3 {
    font-size: 12px;
    line-height: 14px;
}

#sepetGoster .sepet-goster-container {
    border: 10px solid #eee;
    background-color: #FFFFFF;
    padding: 10px;
}

#sepetGoster .basket-right {
    display: none;
}

#sepetGoster .sepet-goster-container .basket-left {
    width: 100% !important;
    margin-bottom: 20px !important;
}

.sepet-sep {
    margin-bottom: 5px;
    margin-top: 5px;
    height: 1px;
    background-color: #aaa;
    clear: both;
}

.cart-detail {
    position: relative;
}

.sepet-kapat {
    position: absolute;
    top: 32px;
}

.cart-detail .propicer img {
    margin-left: 30px;
    max-width: 65px;
}

.basket-wrap {
    margin: auto;
    width: 100%;
}

.basket-wrap .guncelle {
    display: none;
    float: left;
}

.basket-title {
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    height: 35px;
    font-size: 11px;
    color: #7a7a7a;
    text-align: center;
    line-height: 35px;
    height: 35px;
}

.basket-title div {
    border-right: 1px solid #fff;
}

.basket-title div span {
    color: #DF1F26 !important;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.basket-title div:last-child {
    border: none;
}

.cart-detail {
    width: 41%;
    float: left;
    text-align: left;
}

.cart-detail table {
    width: auto !important;
}

.cart-detail table tr td {
    vertical-align: middle;
    min-height: 70px;
    background: none !important;
}

.cart-detail span {
    padding-left: 10px !important;
}

.cart-detail span {
    padding-left: 10px !important;
}

.cart-detail span.selection {
    padding-left: 0px !important;
}

.cart-detail span.selection span {
    color: inherit !important;
    padding-left: 5px !important;
    font-size: inherit !important;
}

.cart-price {
    width: 23%;
    float: left;
    text-align: center;
}

.cart-pricex {
    width: 12%;
    font-weight: normal;
}

.pricersmall {
    background-repeat: no-repeat;
    background-position: center center;
}

.basket-wrap .cart-qty { 
    float: left;
    text-align: center;
}

.basket-wrap .cart-qty form {
    width: 80px;
    position: relative;
    margin: auto;
    display: inline-block;
}

.degistir-form {
    min-height: 80px;
}

.basket-wrap .cart-qty .sepetbirim {
    position: absolute;
    margin: auto;
    top: 0px;
    left: 90px;
    font-size: 12px;
}

.basket-wrap .cart-qty .sepetadet {
    position: absolute;
    margin: auto;
    top: 35px;
    left: 37px;
    font-size: 12px;
}

.basket-wrap .cart-total-price {
    width: 15%;
    float: left;
    white-space: nowrap;
}

.basket-item {
    min-height: 80px;
    margin-top: 3px;
    clear: both;
    position: relative;
}

.basket-item.row2 {
    background: #fff;
}

.basket-item.row1 {
    background: none repeat scroll 0 0 #f9f9f9;
    border-radius: 1px;
}

.basket_seperator {
    display: none;
    float: left;
    height: 1px;
    margin-top: 6px;
    width: 100%;
}

.cart-detail img {
    border-radius: 4px;
    box-shadow: 0 0 2px #DDD9BB;
    float: left;
    margin: 9px 10px 0;
}

.cart-detail h1 {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.cart-detail h1 a {
    color: #4A4A4A;
    font-size: 12px;
    font-weight: 700;
}

.cart-detail h1 a:hover {}

.cart-info {
    color: #848484;
    float: left;
    font-family_x: trebuchet ms;
    font-size: 11px;
    width: auto;
    line-height: 15px;
    width: auto;
    padding-left: 10px;
}

.cart-info span {
    color: #ea2700;
}

.cart-info a {
    color: #ea2700 !important;
}

td.sepet-image {
    border-right: 1px dashed #e5e5e5;
}

td.sepet-image img {
    max-width: 65px !important;
    height: auto !important;
}

.basket-item .cart-price {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    height: 80px;
    line-height: 80px;
    text-align: center;
    text-shadow: -1px -1px 0 #FFF;
    white-space: nowrap;
}

.basket-item .cart-qty {
    text-align: center;
    height: 40px;
}

.basket-item .cart-total-price {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    height: 80px;
    letter-spacing: 0;
    line-height: 80px;
    text-align: center;
    text-shadow: -1px -1px 0 #FFF;
    white-space: nowrap;
}

.basket-item .cart-total-price img {
    float: right;
    margin-top: 32px;
    margin-right: 5px;
}

.basket-wrap div.qty {
    margin-top: 25px;
    width: 47px !important;
    height: 34px !important;
    padding: inherit;
    border: none;
}

.basket-wrap input.qty {
    text-align: center;
    background: none;
    width: 27px !important;
    height: 34px !important;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 10px;
    float: left;
}

.basket-wrap div.show-qty {
    width: auto;
    height: 34px;
    border: none;
    padding: 0 20px 0 0;
    font-size: 10px;
    margin-top: 25px;
    text-indent: 13px;
    text-align: center;
}

.basket-wrap input.arttir {
    width: 9px;
    height: 6px;
    border: none;
    padding: 0;
    cursor: pointer;
    position: absolute;
    right: 17px;
    top: 34px;
}

.basket-wrap input.azalt {
    width: 9px;
    height: 6px;
    border: none;
    padding: 0;
    cursor: pointer;
    position: absolute;
    right: 17px;
    top: 44px;
}

.discount-coupon {
    background: #F9F9F9;
    float: left;
    width: 100% !important;
    margin-bottom: 20px;
}

.discount-coupon .coupon {
    padding: 10px;
}

.coupon-title {
    color: #ff5b01;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: -9px;
    margin-top: 0;
    text-align: left;
}

.coupon-code {
    background: #fff;
    height: 36px;
    margin-top: 15px;
    float: left;
    padding: 0 10px;
    color: #999;
}

.coupon-box {
    background-color: #bbb;
    white-space: nowrap;
    height: 40px;
    border: none;
    display: inline;
    float: right;
    margin-top: 15px;
    width: 117px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.discount-coupon {
    clear: both !important;
    background: #F9F9F9;
    float: right;
    padding: 0;
    margin-top: 10px;
    width: 100%;
}

.discount-coupon .coupon {
    padding: 10px;
    text-align: left;
}

.coupon-code {
    background: #fff;
    width: 60%;
    height: 40px;
    margin-top: 15px;
    float: left;
    padding: 0 10px;
    color: #999;
    border: 1px solid #bbb;
    box-sizing: border-box;
}

.coupon-box {
    white-space: nowrap;
    height: 40px;
    border: none;
    display: block;
    float: right;
    margin-top: 15px;
    width: 40%;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    background: #67b500;
}

.coupon-box:hover {
    background: #ea222f;
}

.discount-coupon {
    clear: both !important;
}

.basket-right {
    color: #A8A8A8;
    float: right;
    margin-top: 22px;
    min-width: 400px;
    width: 45%;
    clear: both;
    padding: 10px !important;
    box-shadow: 0px 5px 30px 0 #00000014 !important;
    border: none !important;
}

.basket-right ul {
    padding: 0;
}

.basket-right ul li {
    padding-left: 10px !important;
    line-height: 30px !important;
    list-style-type: none;
    clear: both;
    padding: 0;
}

.basket-right ul li span.sepet1 {
    font-size: 12px;
    font-weight: bold;
    color: #343434;
    display: block;
    width: 55%;
    float: left;
    text-align: right;
}

.basket-right ul li span.sepet2 {
    font-size: 12px;
    font-weight: bold;
    color: #343434;
    width: 2%;
    float: left;
    display: block;
    margin-right: 10px;
}

.basket-right ul li span.sepet3 {
    background: none repeat scroll 0 0 #fff;
    border-radius: 5px;
    display: block;
    float: left !important;
    font-size: 12px;
    margin-bottom: 2px;
    padding: 5px;
    padding-right: 10px;
    text-align: right;
    min-width: 35%;
}

.basket-right ul li.total,
.basket-right ul li.kdv {
    background: #fff;
    border: none;
}

.basket-right ul li.kargo span.sepet1 {
    font-weight: bold !important;
    color: #ff5b01;
}

.basket-right ul li.kargo span.sepet1,
.basket-right ul li.kargo span.sepet2,
.basket-right ul li.kargo span.sepet3 {
    --font-weight: bold !important;
}

.basket-right ul li.tutar span.sepet1,
.basket-right ul li.tutar span.sepet2,
.basket-right ul li.tutar span.sepet3 {
    font-weight: bold !important;
}

.basket-right ul li span.blue {
    color: #7a7a7a;
    font-size: 14px;
}

.basket-right ul li span.sepet2 {
    font-weight: normal;
    color: #7e7e7e;
    display: none;
}

.basket-right ul li span.green {
    color: #579932;
    font-size: 14px !important;
    font-weight: bold
}

.sepet3.promosyon {
    color: #E93B9D;
    font-size: 13px !important;
    white-space: nowrap;
}

.sepet3.puan {
    color: #E93B9D;
    font-size: 13px !important;
    white-space: nowrap;
}

.basket-right ul li span.red {
    color: red;
    font-size: 14px !important;
    font-weight: bold;
}

.basket-right ul {
    background: none repeat scroll 0 0 #F9F9F9;
    width: 100%;
    white-space: nowrap;
}

.basket-right ul li span.green b {
    color: #7e7e7e;
}

.basket-right ul li span.red b {
    color: red;
}

.basket-right ul li span.total {
    font-size: 18px;
}

.grey {
    background-color: #919191;
    border-radius: 5px;
    color: #fff !important;
    width: 169px;
    height: 41px;
    border: none;
    display: block;
    float: left;
    text-align: center;
    margin-right: 10px;
    font-size: 14px !important;
    font-weight: bold;
    line-height: 41px;
    margin-top: 15px;
}

div.basket-button a.grey {
    color: #6a7175;
}

.grey:hover {
    background-color: red;
}

.green-button {
    background-color: #919191;
    border-radius: 5px;
    color: #fff !important;
    width: 241px;
    height: 40px;
    border: none;
    display: block;
    float: right;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-shadowx: 1px 1px 1px #30700b;
    margin-top: 15px;
    text-align: center;
    line-height: 40px;
}

a.green-button:hover {
    background-color: #59b210 !important;
}

#sepetGoster .discount-coupon,
#sepetGoster .cart-price {
    display: none;
}

#sepetGoster .cart-detail {
    width: 50% !important;
}

#sepetGoster .cart-qty {
    width: 26% !important;
}

.sf-text-label {
    color: #34495E;
    display: inline-block;
    font-family_x: 'Open Sans', sans-serif;
    font-size: .95em;
    font-weight: 700;
    line-height: 2em;
    padding-right: 24px;
    white-space: nowrap !important;
}

.line-fix {
    clear: both
}

#imgSepetGoster {
    cursor: pointer;
}

.sp-input-group {
    width: 100% !important;
    min-width: 82px;
    max-width:100px;
    margin-top: 25px;
    height: auto;
    display: flex;
    justify-content: center;
    border: 1px solid rgb(221, 221, 221);
    min-height: 32px;
    padding: 0 !important;
    position: relative;
    z-index: 100;
}

.sp-input-group .sp-short,
.sp-input-group button {
    float: left;
    min-height: 32px;
    border: none !important;
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    height: auto !important;
}

.sp-input-group button {
    width: 20px;
    cursor: pointer;
    font-weight: bolder;
    font-size: 18px;
}

.sp-input-group .sp-short {
    width: 40px !important;
    font-size: 12px;
}

.sp-input-group .sp-arttir {
    float: right !important;
}

.sepet-sayac {
    float: right;
    clear: both;
    height: 50px;
    margin-bottom: 5px !important;
}

#quick-basket img,
#quick-basket .cart-price,
#quick-basket .cart-qty,
#quick-basket .cart-total-price,
#quick-basket .basket-title,
#quick-basket .discount-coupon,
#quick-basket .grey {
    display: none;
}

#quick-basket h3 {
    line-height: normal;
}

#quick-basket .basket-right,
#quick-basket .cart-detail {
    width: 100% !important;
    min-width: inherit !important;
}

#quick-basket .basket-item {
    height: auto;
    min-height: 50px;
}

#quick-basket .sepet2 {
    display: none;
}

#quick-basket .sepet1,
#quick-basket .sepet3 {
    width: auto;
    font-weight: normal;
}

#quick-basket .sepet1 {
    margin-left: 5px;
}

.satinal .basket-right ul li span.green {
    margin: 0 !important;
}

.cart-info span {
    color: #239845 !important
}

.basket-left {
    float: left;
    width: calc(100% - 330px);
    margin-bottom: 20px !important;
    border-bottom: 1px solid #e5e5e5;
}

.sepet-piyasa {
    font-size: 13px !important;
    font-weight: bold;
    text-decoration: line-through;
    margin-top: 5px;
    color: #000;
}

.basket-right {
    color: #A8A8A8;
    float: right;
    margin: 0 !important;
    position: relative;
    width: 310px;
    clear: none;
    float: right;
    min-width: inherit;
    text-align: right;
    margin-bottom: 20px !important;
}

.discount-coupon {
    border-bottom: 1px solid #ebebeb;
}

.basket-right ul {
    border-bottom: 1px solid #ebebeb;
    background-color: #fff !important;
    width: 100%;
    margin: 0 !important;
}

.basket-right .sepet1 {
    width: 63%;
    font-weight: normal !important;
    font-size: 12px !important;
}

.basket-right ul li span.sepet3 {
    background: transparent !important;
    font-size: 16px;
    font-weight: bold
}

.basket-right ul li span.red {
    font-size: 16px !important;
    font-weight: bold;
}

.basket-right ul li span.green {
    font-size: 16px !important;
    font-weight: bold;
    color: #000
}

.basket-right ul li span.blue {
    color: #000 !important
}

.basket-right ul li {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #fbfbfb;
}

.basket-right ul li:last-child {
    border: none !important;
}

.basket-right ul li span {
    float: right;
    text-align: right
}

.basket-right span {
    text-align: left !important;
    float: left !important;
    padding: 0 !important;
}

.basket-item .cart-qty {
    line-height: auto !important
}

.basket-item .cart-price {
    font-size: 13px !important
}

.basket-item .cart-total-price {
    font-size: 13px !important;
    font-weight: bold;
}

.basket-wrap .cart-qty .sepetbirim {
    display: none
}

basket-button {
    margin-top: 40px !important;
}

.green-button {
    width: 310px;
    height: 40px;
}

.green-button:hover {
    background-color: green !important;
}

.grey {
    color: #fff !important;
    width: 209px;
    height: 41px;
    border: none;
    display: block;
    float: left;
    text-align: center;
    margin-right: 10px;
    font-size: 12px;
    font-weight: bold;
    text-shadowx: 1px 1px 1px #fff;
    line-height: 41px;
    margin-top: 15px;
}

div.basket-button a.grey {
    color: #fff;
}

.sepet-info {
    box-shadow: 0px 1px 4px #ddd;
    font-weight: bold;
    background: #FDF59C none repeat scroll 0 0;
    margin-bottom: 10px;
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    border: 1px solid #EADF6C;
}

.sepet-info a {
    color: #444 !important;
    font-size: 13px;
}

.basket-tek .basket-right {
    float: right !important;
    margin-top: 20px !important;
    max-width: 400px !important;
    min-width: 300px !important;
    box-shadow: 0px 5px 30px 0 #00000014 !important;
    padding: 10px !important;
    border: none !important;
}

.basket-tek .basket-left {
    float: left;
    margin-right: 0;
    width: 100%;
}

.basket-tek .green-button {
    max-width: 240px;
}

#basket-right-container li.sf-form-item-fullwidth {
    list-style: none !important;
    text-align: left !important;
    padding: 10px;
    width: auto !important;
}

@media only screen and (min-width: 1000px) {
    .shopphp-payment-body {
        width: calc(100% - 380px);
        float: left;
    }

    #basket-right-container {
        width: 375px;
        float: right;
    }

    #basket-right-container .basket-right {
        width: 100%;
    }
}

@media only screen and (max-width: 1400px) {

    .basket-right,
    .basket-left {
        clear: both;
    }

    .basket-left {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1000px) {

    .basket-right ul li span.sepet1,
    .basket-right ul li span.sepet2 {
        font-size: 14px !important;
    }

    .basket-wrap .cart-qty .sepetadet {
        left: inherit;
    }

    .sepet-satir-sil {
        margin-right: 10px !important;
    }

    .cart-detail .lightbox {
        display: none;
    }

    .cart-price,
    .sepet2 {
        display: none;
    }

    .cart-pricex {
        display: inline-block !important;
        width: 103px;
    }

    .cart-info {
        padding: 10px;
        overflow: hidden;
    }

    .basket-item {
        overflow: hidden
    }

    .basket-wrap .cart-qty {
        width: 30%;
    }

    .basket-wrap .cart-qty form {
        width: auto;
        margin: auto;
    }

    .discount-coupon {
        width: 100% !important;
    }

    .basket-left {
        width: 100% !important;
        float: left;
        clear: both;
        margin-right: 0;
        clear: both;
        min-width: auto;
        max-width: auto;
    }

    .basket-right {
        width: 100% !important;
        float: left;
        clear: both;
        margin-right: 0;
        clear: both;
        min-width: auto;
        max-width: auto;
    }

    .sepet1 {
        white-space: normal;
        width: auto !important;
        padding-left: 10px;
    }

    .basket-button .green-button {
        float: left;
    }

    .basket-right {
        float: left !important;
        padding-top: 20px !important;
        width: 100% !important;
        clear: both;
    }

    .basket-right ul li span.sepet3 {
        width: auto;
        float: right !important;
    }

    .basket-right ul li span {
        padding-left: 10px !important;
    }

    .basket-wrap .sepetbirim,
    .basket-wrap .arttir,
    .basket-wrap .azalt {
        display: none;
    }

    .basket-wrap div.qty {
        background: none;
        background-color: #fff;
        border: 1px solid #ccc;
        width: 25px !important;
        float: left;
    }
}

@media only screen and (max-width: 700px) {
    .basket-title {
        display: none;
    }

    .basket-tek .basket-right {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .basket-item {
        height: auto;
    }

    .basket-item .cart-total-price {
        width: 50% !important;
        font-size: 18px !important;
        font-weight: normal;
    }

    .sepet-piyasa {
        font-weight: normal;
        font-size: 18px !important;
    }

    .sepet-satir-sil {
        line-height: inherit !important;
    }

    .cart-price {
        display: none;
    }

    .cart-detail .cart-info {
        padding: 10px !important;
        overflow: hidden;
    }

    .cart-detail {
        width: 100% !important;
    }

    .basket-item {
        overflow: hidden
    }

    .basket-wrap .cart-qty {
        width: 30%;
    }

    .basket-right>ul>li,
    .basket-right ul li span {
        height: 40px !important;
        line-height: 40px !important;
    }

    .basket-button .green-button {
        float: left;
    }

    .basket-button a {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
    }

    .basket-wrap .cart-qty {
        min-width: 100px;
    }
}

table.sepet th.set-center {
    text-align: center !important;
}

table.sepet {
    margin-bottom: 25px;
}

table.sepet th,
table.sepet td {
    padding: 1em !important;
    font-size: 15px;
}

table.sepet.rwd-table td.liste-siparis_siparisNo a {
    margin: 0 !important
}

table.sepet th {
    padding: 1em !important;
    border-bottom: 0.5px solid #e5e5e5;
    font-size: 12px;
    font-weight: bold;
    color: #DF1F26;
    text-transform: uppercase;
}

table.sepet tbody tr td {
    border: 0px;
}

table.sepet td a {
    text-align: center;
    margin: auto;
    text-decoration: none;
}

table.sepet td.liste-adres_duzenle .textBox:after {
    content: "\f044";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #72c02c;
}

table.sepet td.liste-adres_sil .textBox:after {
    content: "\f00d";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #72c02c;
}

table.sepet td.liste-siparis_detaylar .textBox:after {
    content: "\f0c9";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #72c02c;
    -moz-osx-font-smoothing: grayscale;
}

table.sepet td.liste-siparis_yazdir .textBox:after {
    content: "\f02f";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #72c02c;
    -moz-osx-font-smoothing: grayscale;
}

table.sepet td.liste-iptal .textBox:after {
    content: "\f00d";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #72c02c;
}

table.sepet td.liste-degistir .textBox:after {
    content: "\f0ec";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #72c02c;
}

table.sepet td.liste-siparis_tekrarla .textBox:after {
    content: "\f1da";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #72c02c;
}

table.sepet td .textBox {
    text-align: center;
    width: 100%;
    font-size: 20px !important;
}

table.sepet td .textBox div {
    display: none;
}

.sepet-satir-sil a img {
    display: none
}

.sepet-satir-sil {
    text-rendering: auto;
    line-height: 80px;
    float: right;
    margin-right: 20px;
}

.sepet-satir-sil button {
    border: none !important;
    line-height: inherit !important;
}

.sepet-satir-sil button svg {
    height: 80px;
}

.sepet-satir-sil- a:before {
    content: "\f1f8";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    color: rgb(248 113 113);
    text-rendering: auto;
    line-height: 80px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sepet-satir-sil a:hover {
    color: #000;
}

.basket-button {
    width: 100%;
    margin: auto;
}

.basket-right {
    box-sizing: border-box;
}

.basket-right ul li {
    padding-right: 10px;
}

.discount-coupon {
    margin-bottom: 0px;
}

.cart-info a {
    color: #59b210 !important;
}

.cart-info h3 a {
    color: #555 !important;
    font-weight: 600;
    font-size: 13px;
}

.cart-detail .propicer img {
    margin-left: 15px;
}

.cart-detail img {
    border-radius: 0px;
    box-shadow: none;
    float: left;
    margin: 6px;
}

.basket-right ul li span.sepet1 {
    font-size: 12px;
    font-weight: bold;
    color: #343434;
    display: block;
    width: 100%;
    float: left;
    text-align: right;
}

.basket-right ul li.kargox {
    height: 60px;
    background-color: #ff8600;
    color: #fff;
}

.basket-right ul li.kargox span {
    color: #fff;
    line-height: 25px;
}

.basket-right ul li.kargox span.blue {
    color: #fff !important;
}

.basket-right ul li.tutar {
    --background-color: #f6f6f6;
    color: red !important;
}

.basket-right ul li.tutar span {
    color: #DF1F26 !important;
}

.basket-button .grey {
    text-align: center;
    border-radius: 0.3rem;
    border: 1px solid #D2D2D2;
    font-size: 14px !important;
    background-color: #fff !important;
    color: #242426 !important;
    text-shadow: unset !important;
    font-weight: normal !important;
}

.basket-button .grey:hover {
    background-color: #D2D2D2 !important;
    color: #fff !important;
}

.basket-button .green-button {
    text-align: center;
    border-radius: 0.3rem;
    border: 1px solid #DF1F26 !important;
    font-size: 14px !important;
    background: #DF1F26 !important;
    color: #fff !important;
}

.basket-button .green-button:hover {
    border: 1px solid #DF1F26 !important;
    background: #fff !important;
    color: #DF1F26 !important;
}

.basket-right ul li {
    border: none !important;
}

.basket-left {
    border-top: 1px solid #e5e5e5;
}

.sepet-goster {
    background-color: #5c636e !important;
    border-radius: 0 !important;
}

.sepet-goster span {
    color: #fff !important;
}

body {
    vertical-align: middle
}

button:focus {
    outline: none !important;
    overflow: hidden !important;
    box-shadow: none !important
}

a {
    color: #2980b9
}

ul {
    list-style-type: none
}

form {
    display: inline
}

td {
    vertical-align: middle
}

img {
    border: none;
    max-width: 100%
}

.pointer {
    cursor: pointer
}

button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active:focus,
.btn-primary:active:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary:active {
    background-image: none
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.nowrap {
    white-space: nowrap !important
}

.cc-logo {
    margin-bottom: 20px
}

.filterCheck {
    text-transform: lowercase
}

.goster-gizle-button {
    float: right
}

a.viewStnOB,
a.viewStnSAK,
a.viewStnKVKK {
    color: #146ebe
}

a.indexUrunOnce {
    display: block;
    margin: auto;
    clear: both;
    float: none;
    margin-bottom: 15px
}

.d-none {
    display: none
}

.vfContainer {
    clear: both
}

.urunOnceAjax {
    clear: both;
    width: 100%;
    height: auto
}

.br-theme-css-stars .br-widget a {
    padding: 0 !important
}

#shopphp-user-menu {
    width: 280px;
    float: left;
    padding-top: 15px
}

#shopphp-user-content {
    width: calc(100% - 280px);
    float: left
}

#shopphp-login .menu_list {
    padding-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
    justify-content: space-between;
    align-items: stretch
}

#shopphp-login .menu_list .menu_head {
    flex: 1 1 300px
}

#shopphp-login .welcome {
    display: none
}

#shopphp-login .menu_head {
    padding: 10px;
    margin: 0 0 5px;
    background-color: #f7f7f7;
    clear: none;
    text-align: left;
    border-radius: 0;
    border-bottom: 1px solid #f7f7f7;
    box-sizing: border-box;
    cursor: pointer
}

#shopphp-login .menu_head:hover,
#shopphp-login .menu_head.active {
    background-color: #72c02c
}

#shopphp-login .menu_head:hover a,
#shopphp-login .menu_head.active a {
    color: #fff
}

#shopphp-login .menu_head a {
    color: #555;
    display: inline-block;
    width: 100%;
    padding-left: 5px
}

#shopphp-login .menu_head .uye-bilgilerim::before {
    font-family: FontAwesome;
    content: "\a0\f007\a0\a0\a0"
}

#shopphp-login .menu_head .adreslerim::before {
    font-family: FontAwesome;
    content: "\f124\a0\a0\a0"
}

#shopphp-login .menu_head .hizli-siparis-olustur::before {
    font-family: FontAwesome;
    content: "\f0aa\a0\a0\a0"
}

#shopphp-login .menu_head .kredi-yukle::before {
    font-family: FontAwesome;
    content: "\f09d\a0\a0\a0"
}

#shopphp-login .menu_head .site-davet-formu::before {
    font-family: FontAwesome;
    content: "\f0e0\a0\a0\a0"
}

#shopphp-login .menu_head .davet-ettigim-kullanicilar::before {
    font-family: FontAwesome;
    content: "\f0c0\a0\a0\a0"
}

#shopphp-login .menu_head .alisveris-sepetim::before {
    font-family: FontAwesome;
    content: "\f07a\a0\a0\a0"
}

#shopphp-login .menu_head .onceki-siparislerim::before {
    font-family: FontAwesome;
    content: "\f0c9\a0\a0\a0"
}

#shopphp-login .menu_head .siparis-sorun-bildirim-takip::before {
    font-family: FontAwesome;
    content: "\f059\a0\a0\a0"
}

#shopphp-login .menu_head .puanlarim::before {
    font-family: FontAwesome;
    content: "\f145\a0\a0\a0"
}

#shopphp-login .menu_head .havale-bildirim-formu::before {
    font-family: FontAwesome;
    content: "\f0d6\a0\a0\a0"
}

#shopphp-login .menu_head .alarm-listem::before {
    font-family: FontAwesome;
    content: "\f0f3\a0\a0\a0"
}

#shopphp-login .menu_head .cikis::before {
    font-family: FontAwesome;
    content: "\f08b\a0\a0\a0"
}

#shopphp-login .menu_head .uyelik-iptal::before {
    font-family: FontAwesome;
    content: "\f05e\a0\a0\a0"
}

#search-container {
    position: absolute;
    background: #fff;
    z-index: 10
}

#search-container #pw-search-autocomplete {
    position: relative;
    text-align: left
}

#search-container .pw-autocomplete-dropdown {
    overflow: hidden;
    border-radius: 4px !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 10px 20px 20px 0 rgba(0, 0, 0, 0.1), -10px 20px 20px 0 rgba(0, 0, 0, 0.1) !important;
    text-align: left;
    color: #111;
    left: 0;
    right: 0;
    background-color: #fff;
    position: absolute;
    z-index: 9995
}

#search-container .pw-autocomplete-suggestion {
    cursor: pointer;
    font-size: 14px
}

#search-container .pw-autocomplete-suggestions {
    max-height: 80vh;
    overflow-y: auto
}

#search-container .pw-autocomplete-suggestions .pw-autocomplete-suggestion-section:last-child {
    margin-bottom: 10px
}

#search-container .pw-autocomplete-product-section-body {
    display: flex;
    flex-wrap: wrap;
    padding: 10px
}

#search-container .pw-autocomplete-section-title {
    position: relative;
    background-color: #f6f6f6;
    color: #000;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    padding: 12px 20px
}

#search-container .pw-autocomplete-suggestion-section+.pw-autocomplete-product-section .pw-autocomplete-section-title {
    border-top: 1px solid #f0f0f0;
    margin-top: 10px
}

#search-container .pw-autocomplete-suggestions .pw-autocomplete-taxonomy-section:first-child {
    margin-top: 10px
}

#search-container .pw-taxonomy-suggestion {
    display: flex;
    align-items: center;
    padding: 10px 20px
}

#search-container .pw-taxonomy-suggestion-name {
    flex: 1;
    font-size: 14px;
    line-height: 1.2;
    text-align: left !important
}

#search-container .pw-taxonomy-suggestion-type {
    font-size: 14px;
    color: #999
}

#search-container .pw-product-suggestion {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    max-width: 20%;
    padding: 10px
}

@media (max-width: 800px) {
    #search-container .pw-product-suggestion {
        max-width: 33%
    }
}

#search-container .pw-product-suggestion .block-110 {
    display: block;
    min-height: 110px
}

#search-container .pw-product-suggestion:hover {
    background-color: unset
}

#search-container .pw-product-suggestion-name {
    flex: 1;
    font-size: 12px;
    line-height: 1.2;
    color: #111;
    margin-top: 10px
}

#search-container .pw-product-suggestion-price {
    font-size: 12px;
    margin-top: 10px
}

#search-container .pw-product-suggestion-current-price {
    font-size: 12px;
    font-weight: 700
}

#search-container .pw-product-suggestion-old-price {
    font-size: 12px;
    color: #000;
    text-decoration: line-through
}

#search-container .pw-product-suggestion-image {
    max-width: 100%;
    padding-bottom: 0
}

#search-container .pw-taxonomy-suggestion:hover {
    background-color: #fafafa
}

.pw-text-clamp,
.pw-text-clamp-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2
}

.pw-text-clamp {
    -webkit-line-clamp: 1
}

.pw-text-clamp-2 {
    -webkit-line-clamp: 2
}

#gf_odemeTipi {
    background: #fffbcf;
    display: inline-block;
    box-shadow: 3px 3px 3px #ece7aa inset;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    padding: 3px 8px;
    width: 43%;
    min-height: 37px
}

div.hr {
    height: 1px;
    background-color: #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both
}

.success,
.fail {
    background: #468847;
    display: inline-block;
    padding: 2px 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff
}

.fail {
    background: #999
}

.lds-ellipsis {
    display: block !important;
    position: relative;
    width: auto;
    height: auto;
    margin: auto !important
}

.lds-ellipsis div {
    position: absolute;
    top: 13px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ccc;
    animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 .6s infinite
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 .6s infinite
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 .6s infinite
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 .6s infinite
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(24px, 0)
    }
}

.generatedForm .br-wrapper {
    zoom: 1.3
}

.text-right .br-wrapper {
    float: right
}

.social-login {
    max-width: 270px
}

.swal2-html-container {
    font-size: 1rem !important
}

.swal-wide {
    width: 80% !important
}

#gf_email,
#gf_check_email {
    text-transform: lowercase
}

form.searchForm {
    display: none
}

.w-100,
.sf-form-input.w-100 {
    width: 100% !important;
    max-width: 100% !important
}

ul.searchResultFilter>li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px !important;
    border: 1px solid #ccc;
    clear: none;
    border-radius: 5px;
    min-height: auto !important
}

.searchResultFilter {
    clear: both;
    display: block
}

.adminTools {
    position: fixed;
    top: 20px;
    right: 10px;
    z-index: 1000
}

.adminTools .btn-duzenle,
.adminTools .btn-stok {
    padding: 10px;
    border-radius: 4px;
    color: #fff;
    background-color: #449d44
}

.adminTools .btn-stok {
    background-color: #5bc0de
}

.radio-backed label {
    cursor: pointer
}

.urun-var-resim {
    width: 100px;
    min-height: 80px;
    overflow: hidden
}

.urun-var-resim img {
    max-width: 100%
}

.generatedForm {
    width: 100%
}

.generatedForm .td1 {
    width: 120px;
    white-space: nowrap;
    vertical-align: top
}

.payPercent {
    display: none
}

.viewForm {
    width: auto;
    min-width: 350px
}

.viewForm td {
    border-bottom: 1px solid #eee;
    padding: 10px;
    font-size: 14px
}

.viewForm .td1 {
    border-right: 1px solid #eee;
    padding-left: 20px;
    padding-right: 40px
}

.viewForm .td2 {
    display: none
}

.viewForm .td3 {
    font-weight: 700;
    padding-left: 20px;
    padding-right: 40px
}

.generatedForm .td2 {
    width: 20px;
    vertical-align: top;
    text-align: center
}

.generatedForm ul,
.generatedForm li {
    list-style-type: none
}

.textBox {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: inline-block
}

.textBox div {
    padding: 2px;
    font-weight: 700;
    white-space: nowrap;
    z-index: 2;
    text-align: center;
    float: left;
    min-width: 50px !important;
    border-radius: 5px
}

.select-adet {
    width: auto !important
}

.td1 label {
    white-space: nowrap;
    font-weight: 400
}

.td1 img {
    max-width: 100%
}

label {
    padding: 2px
}

.imgCaptcha {
    margin-bottom: 3px
}

.imgCaptchaRefresh {
    margin-left: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    cursor: pointer
}

div.listeSepeteEkle input {
    float: right;
    margin-top: 12px;
    clear: both
}

.urunListLiteTR td.UrunListShowEkleTD {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px
}

.urunListLiteTR td.UrunListShowEkleTD input {
    width: 30px
}

.urunsirala td span {
    color: red;
    text-decoration: underline;
    cursor: pointer
}

#iframe {
    display: none
}

iframe {
    border: none
}

#tabData {
    padding-top: 15px;
    float: left;
    clear: both;
    width: 100%
}

.urunsirala td {
    padding: 2px
}

.formlinefix {
    background-color: #f9f9f9
}

.mb-10 {
    margin-bottom: 10px
}

.mt-10 {
    margin-top: 10px
}

.BreadCrumb {
    color: #f47925
}

.urunSelectScreen td {
    padding: 2px
}

.urunSelectScreen a,
.urun a {
    color: #f47925
}

.urunSelectScreen .title {
    font-weight: 700
}

#urunResimListContainer,
#yorumResimListContainer {
    clear: both
}

#filterClean {
    display: none
}

.format-div {
    background-color: #eee;
    border-radius: 5px;
    padding: 10px;
    width: auto
}

ul.page_nav {
    font-size: 11px;
    text-align: center
}

ul.page_nav li {
    display: inline;
    float: left;
    margin-right: 4px;
    color: #a1a1a1
}

ul.page_nav li a {
    float: left;
    font-weight: 700;
    text-decoration: none;
    color: #666;
    border: 1px solid #d7d7d7;
    height: 15px;
    padding-top: 3px;
    width: 22px;
    text-align: center
}

ul.page_nav li a:hover {
    color: #ed145b;
    border: 1px solid #999
}

ul.page_nav li.prev a,
ul.page_nav li.next a {
    width: auto;
    position: relative
}

ul.page_nav li.prev a {
    padding-left: 12px;
    padding-right: 6px
}

ul.page_nav li.next a {
    padding-right: 12px;
    padding-left: 6px
}

ul.page_nav li.prev a img,
ul.page_nav li.next a img {
    position: absolute;
    top: 6px;
    right: 4px
}

ul.page_nav li.prev a img {
    left: 4px
}

ul.page_nav li.current_page a,
ul.current_page li.next a:hover {
    background: #fff;
    border: 1px solid #ebebeb;
    color: #b2b2b2
}

ul.page_nav li.prev {
    margin-right: 10px
}

ul.page_nav li.skip_pages {
    font-weight: 700;
    padding-top: 4px
}

#loginGoster {
    width: 200px;
    display: none;
    position: absolute;
    z-index: 1000
}

.comments {
    margin-top: 10px;
    overflow: auto
}

.comments .sep {
    height: 1px;
    background-color: #ddd
}

.comments .username td {
    font-weight: 700;
    color: #555;
    padding-bottom: 5px
}

.comments .tarih {
    color: #ccc;
    font-size: 9px;
    height: 15px;
    padding-bottom: 5px;
    padding-top: 5px
}

.comments .aciklama2 {
    background-color: #eee;
    padding: 5px
}

.aciklama-cevap div {
    margin-left: 50px;
    margin-top: 10px;
    border: 2px dotted #ccc
}

.onaysep {
    height: 1px;
    background-color: #ddd;
    margin-top: 5px;
    margin-bottom: 5px
}

.odemeTable {
    width: 100%
}

.haberBaslik {
    font-weight: 700
}

.haberTarih {
    color: #ddd;
    font-weight: 700
}

.haberIcerik {
    margin-top: 20px
}

.soru {
    padding: 5px
}

.close {
    float: right
}

.cevap {
    display: none;
    padding-left: 15px
}

.soru img {
    margin-right: 5px;
    float: left
}

.hata {
    font-weight: 700;
    color: red
}

.uyari {
    font-weight: 700;
    color: red;
    display: block;
    margin-bottom: 10px;
    clear: both
}

.urunListLiteTR {
    border-bottom: 1px solid #f0f0ee
}

.urunListLiteTR td {
    white-space: nowrap;
    padding: 5px;
    border-bottom: 1px solid #f0f0ee
}

span.button {
    cursor: pointer
}

.tabButtonsContainer {
    clear: both;
    height: 40px;
    position: relative;
    top: -10px;
    left: 20px
}

.tabButtonsContainer div {
    cursor: pointer
}

.anket {
    color: #555;
    margin: 10px
}

.anketSoru {
    padding-bottom: 10px
}

.anketCevap {
    padding-bottom: 5px
}

.anketGonder {
    padding-top: 5px
}

.spSlides {
    overflow: hidden
}

.spSlides .spSlide {
    display: none
}

.HarfListe {
    margin-left: auto;
    margin-right: auto;
    float: left
}

.HarfListe .Harf {
    float: left;
    border-right: 1px solid #555;
    padding-left: 7px;
    padding-right: 7px
}

.HarfListe .Harf a {
    text-decoration: none;
    color: #555;
    font-weight: 700
}

.HarfListe .Harf a.selected {
    color: red
}

.filterSep {
    clear: both;
    height: 12px
}

.FilitreKategoriListe .FilitreKategori {
    background-color: #ccc;
    height: 100px;
    overflow: hidden;
    float: left;
    margin: 10px;
    padding: 10px
}

.FilitreKategoriListe .FilitreKategori .Title {
    text-decoration: none;
    color: #555;
    font-weight: bolder;
    font-size: 14px
}

.FilitreKategoriListe .FilitreKategori .FilitreListe {
    height: 70px;
    overflow: hidden
}

.FilitreKategoriListe .FilitreKategori .FilitreListe a {
    text-decoration: none;
    color: #555;
    display: block;
    margin-left: 20px;
    line-height: 14px
}

.FilitreFullListe a {
    text-decoration: none;
    color: #555;
    display: block;
    float: left;
    width: 20%;
    margin-right: 20px;
    line-height: 14px
}

.FilitreKategoriListe .FilitreKategori .FilitreKategoriDevam a {
    color: #555;
    float: right;
    text-decoration: none;
    font-size: 10px
}

#filterContainer input.div-only {
    visibility: hidden;
    position: absolute
}

#filterContainer label.div-only {
    display: block;
    border: 1px solid #ccc;
    float: left;
    padding: 5px;
    position: relative;
    margin: 5px;
    vertical-align: top;
    top: 0;
    font-size: 9px;
    cursor: pointer
}

.MenuContainer {
    float: left;
    padding-bottom: 12px;
    width: 90%
}

.MenuContainer .SubMenuItem a {
    display: block;
    text-decoration: none;
    color: #555
}

.MenuContainer .MenuItem {
    padding: 4px;
    background-color: #ccc;
    font-weight: 700;
    width: 100%;
    float: left
}

.MenuContainer .MenuItem a {
    text-decoration: none;
    color: #555
}

.MenuContainer .SubMenuItem {
    padding: 3px;
    border: 1px solid #ccc;
    width: 100%;
    font-weight: 700;
    float: left
}

#allMenuContainer0,
#allMenuContainer1,
#allMenuContainer2 {
    width: 33%;
    float: left
}

.SubMenuItem a {
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 10px
}

.urunEkle {
    clear: both;
    margin-top: 12px
}

table.listAddress tbody tr td {
    text-align: left
}

.comments {
    padding-top: 12px;
    padding-bottom: 12px
}

.yorumYildizListe {
    padding-bottom: 12px
}

.error,
.register-error {
    font-weight: 700;
    color: red;
    clear: both;
    width: 100%;
    padding-bottom: 15px
}

.error.cover-me {
    padding: 10px;
    border: 1px solid red;
    margin: 10px;
    width: auto;
    margin-left: auto;
    margin-right: auto
}

.register-error {
    display: block;
    margin-bottom: 15px
}

a.a-color {
    color: #146ebe
}

#urunResimListContainer ul,
#yorumResimListContainer ul,
.urunResimListContainer li {
    list-style: none;
    padding: 0;
    margin: 0
}

#urunResimListContainer li,
#yorumResimListContainer li {
    float: left;
    width: 50px;
    height: 50px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 5px;
    margin-top: 5px;
    vertical-align: central;
    text-align: center
}

#yorumResimListContainer li a {
    padding: 0
}

#urunResimListContainer li a img,
#yorumResimListContainer li a img,
.urunResimListContainer li a {
    border: none;
    max-width: 100%;
    max-height: 100%
}

ul.urunSecim,
ul.urunSecim li {
    list-style: none;
    margin: 0;
    padding: 0;
    cursor: pointer
}

ul.urunSecim li {
    float: left;
    padding: 10px;
    margin: 5px;
    margin-left: 0;
    border: 2px solid #eee;
    border-radius: 4px
}

ul.urunSecim li.selected {
    border-color: #72c02c
}

ul.urunSecim li.noselect {
    color: #ddd
}

#odemeSecimButton {
    float: right
}

.iconListe,
.nofade {
    position: absolute;
    white-space: nowrap;
    width: 35px;
    right: 5px;
    top: 5px;
    z-index: 100
}

.iconListe.iconText {
    width: auto
}

.iconListe img {
    margin: 2px;
    float: left
}

.iconListe span {
    float: right;
    clear: both;
    display: block;
    padding: 5px;
    background-color: red;
    color: #fff;
    font-size: 10px;
    margin-bottom: 2px
}

.iconListe span.ri-yeni {
    background-color: green
}

.iconListe span.ri-aninda-gonderim {
    background-color: orange;
    color: #fff
}

.iconListe span.ri-ucretsiz-kargo {
    background-color: blue
}

.iconListe span.ri-tukendi {
    background-color: #000
}

.spbanner {
    text-align: center
}

.spbanner img {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.btn-facebook,
.btn-twitter {
    float: left;
    padding: 8px 14px 10px 30px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 5% 42%;
    color: #fff !important
}

.btn-facebook {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    color: #fff !important;
    background-color: #3f8ff2;
    background-image: url(../images/fb-icon.png);
    background-image: url(../images/fb-icon.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4f74bf), to(#3f8ff2));
    background-image: url(../images/fb-icon.png), -webkit-linear-gradient(top, #3f8ff2, #4f74bf);
    background-image: url(../images/fb-icon.png), -moz-linear-gradient(top, #3f8ff2, #4f74bf);
    background-image: url(../images/fb-icon.png), -ms-linear-gradient(top, #3f8ff2, #4f74bf);
    background-image: url(../images/fb-icon.png), -o-linear-gradient(top, #3f8ff2, #4f74bf);
    border: 1px solid #4f74bf
}

.btn-facebook:hover {
    background-color: #4f74bf;
    background-image: url(../images/fb-icon.png);
    background-image: url(../images/fb-icon.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4f74bf), to(#4f74bf));
    background-image: url(../images/fb-icon.png), -webkit-linear-gradient(top, #4f74bf, #4f74bf);
    background-image: url(../images/fb-icon.png), -moz-linear-gradient(top, #4f74bf, #4f74bf);
    background-image: url(../images/fb-icon.png), -ms-linear-gradient(top, #4f74bf, #4f74bf);
    background-image: url(../images/fb-icon.png), -o-linear-gradient(top, #4f74bf, #4f74bf)
}

.btn-twitter {
    margin-left: 10px;
    background-color: #28c4ff;
    background-image: url(../images/tw-icon.png);
    background-image: url(../images/tw-icon.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00aced), to(#28c4ff));
    background-image: url(../images/tw-icon.png), -webkit-linear-gradient(top, #28c4ff, #00aced);
    background-image: url(../images/tw-icon.png), -moz-linear-gradient(top, #28c4ff, #00aced);
    background-image: url(../images/tw-icon.png), -ms-linear-gradient(top, #28c4ff, #00aced);
    background-image: url(../images/tw-icon.png), -o-linear-gradient(top, #28c4ff, #00aced);
    border: 1px solid #00aced;
    padding-bottom: 10px
}

.btn-twitter:hover {
    background-color: #00aced;
    background-image: url(../images/tw-icon.png);
    background-image: url(../images/tw-icon.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00aced), to(#00aced));
    background-image: url(../images/tw-icon.png), -webkit-linear-gradient(top, #00aced, #00aced);
    background-image: url(../images/tw-icon.png), -moz-linear-gradient(top, #00aced, #00aced);
    background-image: url(../images/tw-icon.png), -ms-linear-gradient(top, #00aced, #00aced);
    background-image: url(../images/tw-icon.png), -o-linear-gradient(top, #00aced, #00aced)
}

.btn-facebook:active,
.btn-twitter:active {
    margin-top: 1px;
    margin-bottom: -1px
}

.paketFiyat {
    font-weight: 700;
    float: right;
    clear: both;
    padding: 10px;
    vertical-align: middle
}

.paketFiyat .paketCont {
    float: right;
    clear: both
}

.paketFiyat span {
    display: inline-block;
    padding-left: 20px
}

.paketFiyat span.paketEski {
    text-decoration: line-through;
    font-weight: 400
}

.paketFiyat img {
    float: right;
    clear: both;
    margin-top: 10px
}

.generatedForm div.dialog {
    display: none
}

.spBrandList li {
    float: left;
    list-style-type: none;
    padding: 20px
}

.odemeRow {
    background-image: url(../images/payment_select_background.png);
    background-repeat: no-repeat;
    float: left;
    height: 46px;
    margin-bottom: 5px;
    width: 518px;
    clear: both
}

.odemeSelectLogo {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e3e4e4;
    float: left;
    height: 30px;
    margin-left: 7px;
    margin-top: 7px;
    overflow: hidden;
    width: 83px
}

.odemeSelectName {
    color: #000;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 400;
    margin-left: 22px;
    margin-top: 13px;
    width: 375px;
    line-height: 12px
}

.odemeSelectClick {
    float: left;
    height: 32px;
    margin-top: 13px;
    text-align: center;
    width: 23px
}

.odemeSelectName label {
    cursor: pointer;
    display: block;
    width: 370px
}

.odemeSecimDescription {
    font-size: 14px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 90%;
    padding: 5px
}

.odemeSelectSubmitWrap {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 7px;
    padding-top: 7px;
    text-align: center;
    width: 518px
}

.tumcat-container {
    width: 100%;
    clear: both
}

.tumcat-container li {
    list-style-type: none;
    line-height: 16px
}

.tumcat-innercontainer {
    width: 32%;
    margin-right: 1%;
    display: inline-block;
    float: left
}

.tumcat-catcontainer {
    border: 1px solid #e4e4e4;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px
}

.tumcat-catcontainer strong {
    display: block;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 5px;
    margin-bottom: 5px;
    color: #555
}

.tumcat-catcontainer a {
    display: block;
    color: #2980b9
}

.blog ul.meta {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    clear: both;
    padding-bottom: 20px
}

.blog ul.meta li {
    float: left;
    padding-right: 10px
}

.blog p {
    clear: both
}

.tukendiResim {
    position: absolute;
    z-index: 100
}

#urunTooltip {
    line-height: 18px;
    position: fixed;
    z-index: 100;
    bottom: 10px;
    left: 10px;
    width: 200px;
    padding: 15px;
    border-radius: 5px;
    background-color: #555;
    color: #fff;
    display: none
}

#urunTooltip strong {
    color: #fff !important;
    font-weight: 700
}

#twbsPagination {
    clear: both;
    width: auto;
    margin: auto;
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

#twbsPagination>li {
    display: inline
}

#twbsPagination>li>a,
#twbsPagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

#twbsPagination>li:first-child>a,
#twbsPagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

#twbsPagination>li:last-child>a,
#twbsPagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

#twbsPagination>li>a:hover,
#twbsPagination>li>span:hover,
#twbsPagination>li>a:focus,
#twbsPagination>li>span:focus {
    background-color: #eee
}

#twbsPagination>.active>a,
#twbsPagination>.active>span,
#twbsPagination>.active>a:hover,
#twbsPagination>.active>span:hover,
#twbsPagination>.active>a:focus,
#twbsPagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca
}

#twbsPagination>.disabled>span,
#twbsPagination>.disabled>span:hover,
#twbsPagination>.disabled>span:focus,
#twbsPagination>.disabled>a,
#twbsPagination>.disabled>a:hover,
#twbsPagination>.disabled>a:focus {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

#twbsPagination>li>a,
#twbsPagination>li>span {
    padding: 5px 10px;
    font-size: 12px
}

#twbsPagination>li:first-child>a,
#twbsPagination>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

#twbsPagination>li:last-child>a,
#twbsPagination>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager:before,
.pager:after {
    display: table;
    content: " "
}

.pager:after {
    clear: both
}

.pager:before,
.pager:after {
    display: table;
    content: " "
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #999;
    cursor: not-allowed;
    background-color: #fff
}

.menu_head a {
    color: #555
}

.menu_head {
    padding: 5px;
    margin: 5px;
    border-bottom: 1px solid #ccc;
    border-radius: 5px;
    clear: both
}

.modGallery li {
    float: left;
    margin: 10px;
    margin-left: 0;
    margin-bottom: 0
}

.modGallery img {
    width: 200px;
    border: 4px solid #ccc;
    max-height: 130px
}

.modGallery img:hover {
    border: 4px solid #555
}

.urunSecimTable {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    clear: both;
    padding: 10px
}

.custom-modal-container h3 {
    margin-bottom: 10px
}

.urunSecimTable li img {
    margin: auto;
    max-width: 90px
}

.urunSecimTable td {
    padding: 10px;
    padding-left: 0
}

.urunSecimTable td select,
select.secim {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    font-size: inherit !important
}

.UrunSecenekleri {
    font-weight: 700;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: red
}

.swal2-styled.swal2-confirm {
    background-color: #ea222f !important;
    --color: #555 !important
}

.swal2-styled.swal2-confirm:focus {
    outline: none !important;
    box-shadow: #ea222f !important
}

.swal2-container {
    z-index: 20000 !important
}

.swal2-styled.swal2-cancel {
    background-color: #67b500 !important
}

.swal2-styled.swal2-cancel:focus {
    outline: none !important;
    box-shadow: #67b500 !important
}

.swal2-confirm.custom-class.swal2-styled.custom-class {
    background-color: #67b500 !important
}

.UrunSecenekleriHeaderSecondary div {
    background-color: #555;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px
}

.urunSecimTable .UrunSecenekleriHeader {
    font-weight: 700
}

#shopphp-payment-title-step1,
#shopphp-payment-title-step2,
#shopphp-payment-title-step3 {
    cursor: pointer
}

#shopphp-payment-body-step3 iframe {
    min-height: 1000px
}

.SPajaxLoader {
    width: 100%;
    padding: 20px;
    text-align: center
}

.SPajaxLoader img {
    margin: auto;
    max-width: 20px !important
}

li.feedback-container,
.feedback-container ul li {
    padding: 0 !important;
    margin: 0 !important;
    background: none;
    overflow: hidden !important
}

.feedback-container ul div {
    padding-bottom: 0 !important;
    overflow: hidden !important
}

.filitreBaslik {
    font-weight: 700
}

.filitreGruplama label {
    display: inline !important
}

.azalt,
.arttir {
    cursor: pointer
}

.rwd-table {
    margin: 1em 0;
    min-width: 300px
}

.rwd-table th {
    display: none
}

.rwd-table td:first-child {
    padding-top: .5em
}

.rwd-table td:last-child {
    padding-bottom: .5em
}

.rwd-table td:before {
    content: attr(data-th) ":";
    font-weight: 700;
    width: 6.5em;
    white-space: nowrap;
    display: inline-block
}

.kargosayac {
    display: block;
    float: left;
    width: 442px;
    background: url(../images/super_cargo_back.png) no-repeat left top;
    color: #919191;
    padding-left: 110px !important;
    padding-top: 21px;
    padding-bottom: 24px !important;
    margin-top: 0;
    font-family: tahoma
}

.kargosayac #clock span {
    color: #ec6f00
}

@media (max-width: 800px) {

    .theblogwidgets,
    #cat-limit {
        display: none
    }

    .cat-filter-bar {
        width: 100%;
        height: auto;
        padding: 3px 0 8px;
        background: #fff;
        top: 5px !important
    }

    .cat-filter-box {
        height: 20px
    }

    .kargosayac {
        width: auto !important;
        padding-top: 5px !important
    }

    .hideOnMobile {
        display: none
    }
}

@media (max-width: 640px) {
    table.sepet .tr_normal td {
        background-color: #fff;
        border-bottom: 1px solid #ddd
    }

    .rwd-table .textBox {
        position: absolute
    }

    .rwd-table .textBox div {
        padding: 5px;
        position: relative;
        top: -5px
    }

    .rwd-table td {
        display: block;
        padding: 10px !important
    }

    .generatedForm .td1 {
        white-space: normal;
        font-weight: 700
    }
}

@media (min-width: 640px) {
    .rwd-table td:before {
        display: none
    }
}

.rwd-table th,
.rwd-table td {
    text-align: left !important
}

@media (min-width: 640px) {

    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        padding: .25em .5em
    }

    .rwd-table th:first-child,
    .rwd-table td:first-child {
        padding-left: 0
    }

    .rwd-table th:last-child,
    .rwd-table td:last-child {
        padding-right: 0
    }
}

.rwd-table {
    border-radius: .4em;
    overflow: hidden
}

.rwd-table th,
.rwd-table td {
    margin: .5em 1em
}

@media (min-width: 640px) {

    .rwd-table th,
    .rwd-table td {
        padding: 1em !important
    }
}

.clear {
    clear: both
}

.basket-wrap .clear {
    visibility: visible !important;
    width: auto !important;
    height: auto !important
}

.sp-haber-ic-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    clear: both
}

.sp-haber-ic-list li {
    padding: 10px;
    margin: 10px;
    margin-left: 0;
    padding-left: 0;
    border-bottom: 1px dashed #ccc
}

.sp-haber-ic-list time {
    float: right
}

.sp-block-urun {
    width: 100%;
    margin: auto;
    clear: both;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    position: relative
}

.sp-block-urun .sp-block-resim {
    padding: 5px;
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    float: left;
    width: 25%;
    margin: auto;
    clear: both;
    min-height: 50px
}

.sp-block-urun .sp-block-resim img {
    width: 100%;
    min-width: 50px
}

.sp-block-urun .sp-block-isim {
    clear: both;
    font-weight: 700;
    font-size: 12px;
    text-align: left;
    margin-bottom: 10px;
    height: 14px;
    overflow: hidden
}

.sp-block-urun .sp-block-piyasa,
.sp-block-urun .sp-block-fiyat {
    font-size: 14px;
    clear: right
}

.sp-block-urun .sp-block-piyasa {
    float: right;
    text-decoration: line-through;
    color: red
}

.sp-block-urun .sp-block-fiyat {
    float: right;
    font-weight: 700;
    font-size: 14px
}

.sp-block-urun .sp-block-puan {
    position: absolute;
    bottom: 10px;
    right: 0
}

#urunKarsilastirmaListemeEkle a {
    display: inline !important
}

td.urunLiteResim {
    vertical-align: middle !important
}

#orderBy,
#cat-limit {
    border: medium none;
    border-radius: 3px;
    width: 185px;
    padding: 8px;
    border: 1px solid #e4e4e4;
    margin-left: 10px
}

#cat-limit {
    width: 70px
}

.item-order-line {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e4e4e4;
    margin: 1em 0;
    padding: 0
}

.clear-space {
    clear: both !important;
    display: block !important;
    float: none !important
}

.cat-filter-bar {
    position: relative;
    top: -13px;
    margin-left: -2px
}

.cat-filter-bar input[type="checkbox"] {
    visibility: hidden;
    display: none
}

.cat-filter-box {
    width: 100px;
    position: relative;
    white-space: nowrap
}

.cat-filter-box label {
    cursor: pointer;
    position: absolute;
    height: 20px;
    top: 0;
    background: url(../images/filtercheck2.png) no-repeat;
    padding-left: 19px
}

.cat-filter-box label:after {
    background: url(../images/filtercheck2hover.png);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: transparent;
    top: 0;
    left: 0
}

.cat-filter-box input[type="checkbox"]:checked+label:after {
    background: url(../images/filtercheck2hover.png);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1
}

.cat-filter-box {
    float: left;
    margin-left: 10px;
    margin-top: 10px
}

.cat-filter-box label {
    font-size: 11px;
    line-height: 11px;
    font-weight: 700;
    color: #535353;
    margin-top: 3px;
    float: left;
    margin-left: 2px
}

.blog .post-media img {
    max-width: 100%;
    margin-bottom: 10px
}

.post-content a {
    color: #2980b9
}

.post-content {
    padding-bottom: 20px
}

.post-content a.le-button {
    display: block;
    padding-bottom: 5px;
    margin-top: 5px;
    border-bottom: 1px dashed #e4e4e4
}

.post-content p {
    padding-bottom: 10px;
    padding-top: 10px
}

style,
script {
    display: none !important
}

.icerikListe .icerikBaslik {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
    display: block
}

.icerikListe .icerikResim {
    margin: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
    text-align: center
}

#sort-form td {
    padding-right: 5px
}

.kargoInfo {
    width: 100%;
    max-width: 400px;
    border-radius: 5px !important
}

.kargoInfo td,
.kargoInfo th {
    padding: 10px;
    border-bottom: .5px dashed #ebebeb;
    white-space: nowrap
}

.ws-true {
    white-space: nowrap
}

.ul-urun-list li {
    float: left;
    height: auto;
    padding: 10px;
    margin: 10px;
    margin-left: 0;
    border: 1px solid #ccc;
    border-radius: 5px
}

.filtre-tablo {
    width: 100%;
    background-color: #fff;
    border-spacing: 1px;
    border-collapse: separate;
    color: #555
}

.filtre-tablo .filtre-label {
    width: 20%;
    background-color: #ddd;
    padding: 5px
}

.filtre-tablo .filtre-info {
    width: 80%;
    background-color: #eee;
    padding: 5px
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.urun-sayac,
.sepet-sayac {
    display: table;
    clear: both;
    margin: auto;
    float: none;
    width: auto;
    line-height: normal
}

.sepet-sayac {
    float: right
}

.urun-sayac>span,
.sepet-sayac>span {
    display: block;
    padding: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 2px;
    margin-left: 0;
    background-color: #eee;
    border-radius: 3px;
    color: #555;
    float: left;
    width: auto;
    font-weight: bolder;
    text-align: center;
    font-size: 16px
}

.urun-sayac>span>span,
.sepet-sayac>span>span {
    display: block;
    clear: both;
    text-align: center;
    color: #aaa;
    font-weight: 400;
    border-top: 1px solid #ccc;
    font-size: 9px
}

.single-message {
    padding: 10px;
    color: red;
    font-weight: 700
}

textarea.sozlesme {
    min-width: 800px;
    height: 240px;
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%
}

@media (max-width: 768px) {
    textarea.sozlesme {
        min-width: auto;
        width: 100% !important
    }
}

.ac_results img {
    max-width: 20px
}

.paynetj-button,
.cc-custom-submit {
    padding: 20px;
    font-size: 16px;
    font-weight: bolder
}

.powered-by {
    background-color: #fff;
    border-top: 1px solid #ddd;
    padding: 10px;
    text-align: right;
    font-weight: tahoma;
    font-size: 12px;
    color: #555;
    position: relative;
    z-index: 0;
    clear: both
}

.powered-by a {
    font-weight: 700;
    color: #2980b9
}

.powered-by a.e-ticaret {
    color: #555
}

.sf-form-item-fullwidth .txtCaptcha {
    margin-left: 234px !important
}

.sf-form-item-fullwidth input.st-tel {
    width: 167px
}

.sf-form-item-fullwidth .sf-text-label {
    margin: 0;
    padding: 0;
    color: #3a4650 !important;
    line-height: 35px
}

.sf-form-item-fullwidth input.st-telcode {
    width: 70px
}

.sf-form-item-fullwidth table input.st-telcode {
    margin-right: 12px
}

.sf-form-item-fullwidth .gf_info {
    right: 30px !important;
    top: 13px !important
}

.sf-form-header {
    padding: 0 !important;
    color: #516377 !important;
    margin-bottom: 15px !important
}

.sf-form-header i {
    padding-right: 10px
}

.sf-form-header div {
    padding-top: 20px !important
}

.sf-form-input,
.sf-form-textarea,
.sf-form-select {
    outline: none;
    max-width: 400px !important;
    padding: 10px !important;
    padding-right: 0 !important;
    color: #3a4650 !important;
    font-size: 1.1em !important;
    margin-bottom: 4px !important;
    border: 1px solid #d4d8dd !important;
    border-radius: 2px !important;
    width: 100% !important;
    font-size: 14px !important;
    --background-color: #fbfbfb !important
}

.searchForm .sf-form-input,
.searchForm .sf-form-select {
    max-width: 300px !important
}

.sf-form-input::placeholder,
.sf-form-textarea::placeholder {
    font-size: 14px !important;
    font-style: normal !important;
    color: #bbb;
    text-transform: none !important
}

.width-100 {
    width: 100% !important
}

.width-100 textarea {
    max-width: 100% !important
}

.sf-text-label {
    display: block;
    width: 100% !important
}

.sf-form-item-fullwidth .gf_info {
    display: block
}

.sf-form-item-fullwidth label.sf-text-label {
    min-width: 180px !important
}

.sf-primary-button {
    background: #ea222f !important;
    _border-bottom: 3px solid #ea222f !important
}

.sf-neutral-button {
    background: #2b2b2b !important;
    _border-bottom: 3px solid #ea222f
}

.sf-button {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
    line-height: 2.3em;
    border-radius: 0;
    border: none;
    cursor: pointer;
    margin-top: 8px;
    border: none !important;
    background-color: #67b500;
    padding: 5px;
    padding-right: 30px !important;
    padding-left: 30px !important;
    font-weight: 700
}

.sf-button:hover {
    opacity: .75
}

@media only screen and (max-width: 1000px) {
    .sf-form-select {
        width: 100% !important
    }

    .whatsapp_tabela .wrap {
        min-width: auto !important
    }

    #spWhatsAppFooter {
        width: 50px !important;
        left: 25px;
        right: auto;
        bottom: 25px !important
    }
}

@media only screen and (max-width: 500px) {
    .whatsapp_tabela .wrap .right {
        width: 130px
    }

    .whatsapp_tabela .wrap .right p.number {
        font-size: 20px !important
    }
}

.whatsapp_tabela {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px
}

.whatsapp_tabela .wrap {
    float: left;
    border: 2px solid #dfdfdf;
    background: #fdfdfd;
    padding: 10px;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 27px;
    min-width: 350px
}

.whatsapp_tabela .wrap .icon {
    display: block;
    float: left;
    width: 70px;
    padding-left: 2px
}

.whatsapp_tabela .wrap .right {
    display: block;
    float: left
}

.whatsapp_tabela .wrap .right p.title {
    font-size: 13px
}

.whatsapp_tabela .wrap .right p.number {
    font-size: 29px
}

.whatsapp_tabela .wrap .right p.slogan {
    font-size: 10px
}

.whatsapp_tabela .wrap .icon i.fa {
    font-size: 63px;
    color: #4caf50
}

#spWhatsAppFooter img {
    width: 100%
}

#spWhatsAppFooter {
    position: fixed;
    bottom: 50px;
    right: 25px;
    width: 125px;
    z-index: 100
}

table.kargo-liste {
    margin-bottom: 15px;
    min-width: calc(50% - 1rem);
    width: auto;
    max-width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px !important;
    margin-top: 20px;
    border-collapse: unset;
    border-spacing: 0;
    border-collapse: separate;
    font-size: 14px;
    color: #555
}

table.kargo-liste label {
    width: 100%;
    display: block;
    cursor: pointer
}

table.kargo-liste th {
    font-weight: 700;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    color: #e10b17
}

table.kargo-liste td {
    padding: 10px;
    border-bottom: 1px solid #ddd
}

table.kargo-liste tr.active {
    background-color: #eee
}

.radio-td {
    max-width: 10px !important
}

table.kargo-liste tr td:nth-child(3) {
    width: 40%
}

@media only screen and (max-width: 600px) {
    table.kargo-liste {
        width: 100%;
        max-width: 100%
    }
}

.fancybox-inner h2 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-left: 10px
}

.fancybox-inner h3 {
    font-weight: 700;
    font-size: 14px !important
}

.addres-item {
    position: relative
}

.addres-item strong {
    font-weight: 700
}

.adress-container {
    background-color: #fff;
    padding: 15px;
    margin: 25px 0
}

.adress-container-iptal h4 {
    font-size: 16px;
    width: 100%;
    border-bottom: 1px solid #59b210;
    padding-top: 5px;
    padding-bottom: 15px;
    margin-bottom: 10px
}

.adress-container .adress-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    margin-right: auto;
    margin-left: auto
}

.adress-container .adress-list ul li {
    position: relative;
    border: 1px solid #ddd;
    border-bottom: 5px solid #ddd;
    border-radius: 5px;
    max-height: 190px;
    min-height: 172px;
    padding: 10px;
    flex: 1 1 25%;
    margin-right: 15px;
    margin-bottom: 15px;
    list-style: none;
    color: #333;
    cursor: pointer;
    overflow: hidden
}

.adress-container .adress-list ul li.addres-item:hover,
.adress-container .adress-list ul li.active {
    border-color: #000
}

.adress-container .adress-list ul li.addres-item:hover .active-set,
.adress-container .adress-list ul li.active .active-set {
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    position: absolute;
    background-color: #000;
    border-bottom-left-radius: 5px;
    display: block
}

.adress-container .adress-list ul li.addres-item .active-set {
    display: none
}

.adress-container .adress-list ul li.active .active-set {
    display: block
}

.adress-container .active-set i {
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #fff;
    position: absolute
}

.adress-container .new-addres-item {
    position: relative
}

.adress-container .new-addres-item span {
    clear: both;
    display: block;
    font-size: 70px;
    color: #59b210;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bolder
}

.adress-container .adress-list ul li.new-addres-item a {
    text-align: center;
    display: block;
    line-height: 25px;
    font-size: 15px;
    color: #333;
    position: absolute;
    left: 0;
    right: 0;
    top: 35%
}

.adress-container .adress-list ul li.new-addres-item a:before {
    content: "\f055";
    display: none !important;
    font: normal normal normal 25px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ddd;
    font-size: 25px
}

.adress-container .adress-list ul li .addres-footer {
    position: absolute;
    bottom: 10px;
    right: 10px
}

.adress-container .adress-list ul li .addres-footer a {
    margin-left: 5px;
    font-size: 13px
}

.adress-container .adress-list ul li .addres-footer {
    text-align: right
}

.adress-container .adress-list ul li .addres-footer a {
    font-size: 80%
}

.addres-item p {
    margin: 0 !important
}

.marginLeft {
    margin-left: 15px !important
}

.marginRight {
    margin-right: 7.5px
}

.addres-add-form input,
.addres-add-form textarea,
.addres-add-form select {
    background-color: #fff;
    border-radius: 2px
}

.addres-add-form>div div input,
.addres-add-form>div div select,
.addres-add-form>div div textarea {
    width: 100%;
    padding: 13px 10px;
    border: 1px solid #ddd
}

.addres-add-form div input.col-two,
.addres-add-form div select.col-two {
    width: 47.9% !important;
    float: left
}

.addres-add-form>div div {
    position: relative
}

.addres-add-form textarea {
    height: 185px
}

.addres-add-form>div div label {
    position: absolute;
    top: 12px;
    left: 8px;
    color: gray;
    transition: all .2s ease-in-out
}

.addres-add-form>div div input[type="text"]:focus+label,
.addres-add-form>div div textarea:focus+label,
.addres-add-form>div div input[type="text"]:not([value=""])+label,
.addres-add-form>div div textarea:not([value=""])+label {
    top: 2px;
    font-size: 10px;
    color: #999
}

.addres-add-form>div div.kurumsalForm {
    margin-top: 50px;
    margin-bottom: 0
}

.addres-add-form>div div.kurumsalForm div.kurumsalForm50 {
    margin-bottom: 0
}

.addres-add-form>div div label {
    font-size: 13px
}

.addres-add-form>div div b {
    font-size: 13px;
    display: block;
    margin-bottom: 10px
}

.addres-add-form>div>div small {
    font-size: 12px;
    color: #868585;
    margin-top: 5px;
    display: block
}

.addres-add-form>div div {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.addres-add-form>div div.radio-backed label:before {
    margin-right: 5px;
    content: "";
    border: 1px solid #bbb;
    width: 18px;
    height: 18px;
    display: inline-block
}

.addres-add-form>div div input[type="radio"]:checked+label:before {
    background-color: #bbb
}

.addres-add-form>div div input[type="checkbox"]:checked+label:before {
    background-color: #bbb
}

.add res-add-form>div div.radio-backed label {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center
}

.addres-add-form>div div.radio-backed input {
    display: none
}

#vergiNo24,
#vergiDaire24 {
    height: 48px
}

.addres-add-form>div div.radio-backed {
    padding: 0;
    min-height: 40px;
    height: auto;
    width: 80px;
    float: left
}

.addres-add-form>div div.radio-backed label {
    font-size: 13px;
    display: flex;
    margin-left: -8px;
    align-items: center
}

.addres-add-form>div div.radio-list {
    display: block;
    margin: 0;
    line-height: 0
}

.addres-add-form>div div.radio-list h3 {
    font-size: 13px;
    margin-bottom: 5px
}

.addres-add-form>div {
    flex: 0 0 48%;
    margin-left: 10px
}

.addres-add-form {
    margin: 0;
    width: 780px;
    padding: 0;
    display: flex;
    flex-wrap: wrap
}

.addres-button {
    float: left;
    width: calc(100% - 20px);
    margin-left: 10px;
    background-color: #2b2b2b;
    color: #fff;
    line-height: 35px;
    border: 0;
    font-size: 14px !important;
    min-width: 125px;
    height: 40px
}

.addres-add-form>div div.kurumsalForm50>div:last-child {
    margin-left: 10px
}

.addres-add-form>div div.kurumsalForm50>div {
    flex: 0 0 48.5%
}

.addres-add-form>div div.kurumsalForm50 {
    display: flex
}

@media only screen and (max-width: 667px) {
    .addres-add-form>div div.kurumsalForm50>div:last-child {
        margin: 0;
        margin-left: 9px
    }

    .addres-add-form div input.col-two,
    .addres-add-form div select.col-two {
        width: 100% !important;
        float: left !important;
        margin: 0 !important;
        margin-bottom: 15px !important
    }

    .addres-add-form {
        display: block;
        flex-wrap: wrap;
        width: 100%;
        min-width: 320px
    }

    .containter {
        width: 100%
    }

    .adress-container .adress-list ul li {
        flex: 1 1 100%;
        margin-right: 0
    }
}

.kargo-secim {
    clear: both;
    margin-top: 20px !important;
    padding: 10px !important
}

.kargo-secim li {
    float: left;
    width: calc(25% - 10px);
    margin: 5px;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 16px;
    font-weight: bolder;
    color: #555;
    text-align: center;
    margin-left: 0;
    cursor: pointer
}

.kargo-secim.disabled li {
    opacity: .6;
    pointer-events: none
}

.kargo-secim li.active,
.kargo-secim.enabled li:hover {
    border-color: green
}

@media only screen and (max-width: 1000px) {
    .kargo-secim li {
        width: 100%
    }
}

.tabs-container .tabs-list ul li a i {
    margin-top: 10px;
    float: right
}

.tabs-container .tabs-list ul li a {
    display: block;
    padding-right: 10px;
    line-height: 40px;
    padding-left: 10px;
    color: #000
}

.tabs-container .tabs-list ul li a.active,
.tabs-container .tabs-list ul li a:hover {
    background-color: #000;
    color: #fff
}

.tabs-container .tabs-list ul li {
    line-height: 27px
}

.tabs-container .tabs-list ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.tabs-container .tabs-list {
    flex: 0 0 25%;
    border-right: 1px solid #ddd
}

.tabs-content {
    flex: 0 0 74%
}

.tabs-content .adress-container {
    padding-right: 0;
    margin: 0;
    font-size: 14px
}

.tabs-content .adress-container .adress-list {
    width: calc(100% + 15px)
}

.tabs-content .adress-container .adress-list ul li {
    flex: 1 1 33%
}

.tabs-content .adress-container .adress-list ul li img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.tabs-content .adress-container .adress-list ul li.active img,
.tabs-content .adress-container .adress-list ul li:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}

.tabs-container {
    display: flex;
    background-color: #fff;
    border: 1px solid #ddd;
    flex-wrap: wrap
}

.tabs-footer>button {
    background-color: #000;
    border: 0;
    color: #fff;
    line-height: 38px;
    padding: 0 10px;
    border-radius: 3px
}

.tabs-footer>div label:before,
.checkbox-fa label:before {
    content: "\f00c";
    border: 1px solid #ccc;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    margin-right: 5px;
    font: normal normal normal 15px/1 FontAwesome;
    color: #fff;
    cursor: pointer
}

.tabs-footer>div input:checked+label:before,
.checkbox-fa input:checked+label:before {
    color: #000
}

.tabs-footer>div input,
.checkbox-fa input {
    display: none
}

.tabs-footer>div {
    flex: 1 1 100%;
    line-height: 32px;
    font-size: 13px;
    cursor: pointer
}

.tabs-footer {
    flex: 1 1 100%;
    padding: 10px;
    border-top: 1px solid #ddd;
    display: flex
}

@media only screen and (max-width: 667px) {
    .tabs-content .adress-container {
        padding: 0
    }

    .tabs-content .adress-container .adress-list {
        width: 100%
    }

    .tabs-content .adress-container .adress-list ul li {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
        box-sizing: border-box
    }

    .tabs-container .tabs-list {
        flex: 1 1 100%;
        border-right: 1px solid #ddd
    }

    .tabs-content {
        flex: 1 1 100%;
        padding: 15px;
        border-top: 2px solid #000
    }

    .tabs-container {
        flex-wrap: wrap
    }

    .containter {
        width: 100%
    }

    .tabs-footer>div {
        flex: 1 1 100%;
        line-height: 18px;
        font-size: 13px;
        cursor: pointer
    }
}

.inputodeme input {
    display: block
}

.eposta-hata {
    border: 5px dashed red;
    padding: 20px;
    width: 50%;
    min-width: 400px;
    margin: auto
}

.height-20 {
    height: 20px !important
}

.register-tab {
    margin-bottom: -1px;
    border-bottom: none !important
}

.register-tab input {
    display: none !important
}

.register-tab label {
    font-weight: 700;
    display: inline-block !important;
    color: #3a4650 !important;
    padding: 12px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-radius: 0 !important;
    cursor: pointer;
    font-size: 14px !important;
    -border-bottom-left-radius: 0 !important;
    -border-bottom-right-radius: 0 !important;
    background-color: #f7f7f7;
    margin-bottom: 10px
}

.register-tab label.active {
    background-color: #67b500 !important;
    color: #fff !important
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6)
}

.sf-form-item-fullwidth sup {
    display: none
}

.list-view-product-container {
    float: left;
    width: calc(25% - 10px) !important;
    margin-right: 10px;
    overflow: hidden;
    height: 440px
}

.list-view-product-container img {
    max-height: 275px !important
}

.list-view-product-name {
    text-align: left;
    height: 50px;
    margin-top: 30px;
    padding-left: 20px
}

.list-view-content_price {
    padding-left: 20px
}

.list-view-product-container .discount-badge {
    font-size: 16px;
    display: table-cell;
    border-radius: 2px;
    background-color: #ff5b01;
    color: #FFF;
    margin-right: 15px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    padding: 5px 4px 3px;
    line-height: 13px;
    float: left;
    padding: 10px
}

h5.list-view-product-name a {
    font-size: 14px !important;
    line-height: 16px !important
}

.list-view-product-price {
    font-size: 16px;
    color: #414141;
    font-weight: 700;
    line-height: 1.2;
    display: block;
    height: 20px;
    white-space: nowrap;
    float: left;
    margin-top: -3px
}

.list-view-old-price {
    text-decoration: line-through;
    height: 16px;
    line-height: 16px;
    text-align: left;
    font-size: 13px;
    color: #919191;
    font-weight: 500
}

.sss-icon {
    margin-right: 10px;
    color: #0bc15c
}

.sss div.cevap {
    background: rgba(72, 179, 0, 0.12);
    border: 2px dashed #cbe2bb;
    font-size: 15px;
    padding: 15px
}

@media (max-width: 1000px) {
    .list-view-product-container {
        width: calc(33.3% - 10px) !important;
        height: 400px
    }

    .list-view-product-price,
    .list-view-old-price {
        font-size: 13px;
        float: right
    }

    .list-view-product-container .discount-badge {
        margin-right: 0 !important
    }
}

@media (max-width: 600px) {
    .list-view-product-container {
        width: calc(50% - 10px) !important;
        height: 400px
    }
}

@media (max-width: 450px) {
    .list-view-product-container {
        width: calc(50% - 10px) !important;
        height: 340px
    }
}

.zoomPad {
    position: relative;
    z-index: 99;
    cursor: crosshair;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

.zoomPreload {
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #333;
    font-size: 12px;
    font-family: Tahoma;
    text-decoration: none;
    border: 1px solid #CCC;
    background-color: white;
    padding: 8px;
    text-align: center;
    background-image: url(../images/zoomloader.gif);
    background-repeat: no-repeat;
    background-position: 43px 30px;
    z-index: 110;
    width: 90px;
    height: 43px;
    position: absolute;
    top: 0px;
    left: 0px;
    * width: 100px;
    * height: 49px;
}

.zoomPup {
    overflow: hidden;
    background-color: #FFF;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 120;
    position: absolute;
    z-index: 101;
    cursor: crosshair;
}

.zoomOverlay {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #FFF;
    z-index: 5000;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 101;
}

.zoomWindow {
    position: absolute;
    left: 110%;
    top: 40px;
    background: #FFF;
    z-index: 6000;
    height: auto;
    z-index: 10000;
    z-index: 110;
}

.zoomWrapper {
    position: relative;
    z-index: 110;
}

.zoomWrapperTitle {
    display: none;
    background: #999;
    color: #FFF;
    height: 18px;
    line-height: 18px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 120;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.zoomWrapperImage {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 110;
}

.zoomWrapperImage img {
    border: 0px;
    display: block;
    position: absolute;
    z-index: 101;
}

.zoomIframe {
    z-index: -1;
    filter: alpha(opacity=0);
    -moz-opacity: 0.80;
    opacity: 0.80;
    position: absolute;
    display: block;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.color-555 {
    color: #555;
}

.font-12 {
    font-size: 12px !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

button.cursor-pointer {
    border: none !important
}

.adres-ad-soyad {
    min-height: 20px;
    padding-left: 5px;
}

.adres-adres {
    min-height: 35px;
    padding-left: 5px;
}

#fatura-adres {
    padding-top: 1.5rem;
}

#data_notAlici.notAliciUpdate {
    margin-top: 1.5rem;
    width: 100% !important;
    max-width: 100% !important;
}

.shopphp-payment-body .tel-users i {
    padding-left: 10px;
    padding-right: 10px;
}

.shopphp-payment-body .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

@media (min-width: 576px) {
    .shopphp-payment-body .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .shopphp-payment-body .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .shopphp-payment-body .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .shopphp-payment-body .container {
        max-width: 1140px;
    }
}

.shopphp-payment-body .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px !important;
    margin-left: -15px !important;
}

.shopphp-payment-body .col-12,
.shopphp-payment-body .col-lg-6,
.shopphp-payment-body .col-md-12,
.shopphp-payment-body .col-md-3,
.shopphp-payment-body .col-md-9 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.shopphp-payment-body .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .shopphp-payment-body .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .shopphp-payment-body .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .shopphp-payment-body .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding-left: 0 !important;
    }
}

@media (min-width: 992px) {
    .shopphp-payment-body .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.shopphp-payment-body .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #555;
}

.shopphp-payment-body .table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.shopphp-payment-body .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.shopphp-payment-body .form-group {
    margin-bottom: 1rem;
}

.shopphp-payment-body .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.shopphp-payment-body .border {
    border: 1.5px solid #efefef !important;
}

.shopphp-payment-body .border-top {
    border-top: 1px solid #efefef !important;
}

.shopphp-payment-body .border-right {
    border-right: 1px solid #efefef !important;
}

.shopphp-payment-body .border-bottom {
    border-bottom: 1px solid #efefef !important;
}

.shopphp-payment-body .rounded {
    border-radius: .50rem !important;
}

.shopphp-payment-body .d-none {
    display: none !important;
}

.shopphp-payment-body .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.shopphp-payment-body .flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.shopphp-payment-body .flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.shopphp-payment-body .justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.shopphp-payment-body .justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.shopphp-payment-body .justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.shopphp-payment-body .align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.shopphp-payment-body .w-50 {
    width: 50% !important;
}

.shopphp-payment-body .w-100 {
    width: 100% !important;
}

.shopphp-payment-body .h-100 {
    height: 100% !important;
}

.shopphp-payment-body .m-0 {
    margin: 0 !important;
}

.shopphp-payment-body .mt-2 {
    margin-top: .5rem !important;
}

.shopphp-payment-body .mr-2 {
    margin-right: .5rem !important;
}

.shopphp-payment-body .mb-2 {
    margin-bottom: .5rem !important;
}

.shopphp-payment-body .mb-3 {
    margin-bottom: 1rem !important;
}

.shopphp-payment-body .mt-3 {
    margin-top: 1rem !important;
}

.shopphp-payment-body .mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.shopphp-payment-body .mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.shopphp-payment-body .mb-8,
.my-8 {
    margin-bottom: 3rem !important;
}

.shopphp-payment-body .ml-4 {
    margin-left: 1.5rem !important;
}

.shopphp-payment-body .p-0 {
    padding: 0 !important;
}

.shopphp-payment-body .p-2 {
    padding: .5rem !important;
}

.shopphp-payment-body .py-2 {
    padding-top: .5rem !important;
}

.shopphp-payment-body .py-2 {
    padding-bottom: .5rem !important;
}

.shopphp-payment-body .p-3 {
    padding: 1rem !important;
}

.shopphp-payment-body .py-3 {
    padding-top: 1rem !important;
}

.shopphp-payment-body .px-3 {
    padding-right: 1rem !important;
}

.shopphp-payment-body .py-3 {
    padding-bottom: 1rem !important;
}

.shopphp-payment-body .px-3 {
    padding-left: 1rem !important;
}

.shopphp-payment-body .pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.shopphp-payment-body .pb-4 {
    padding-bottom: 1.5rem !important;
}

.shopphp-payment-body .pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.shopphp-payment-body .text-center {
    text-align: center !important;
}

.shopphp-payment-body .font-weight-bold {
    font-weight: 700 !important;
    clear: both;
    width: 100%;
    display: inline-block;
}

@media print {
    .shopphp-payment-body .container {
        min-width: 992px !important;
    }

    .shopphp-payment-body .table {
        border-collapse: collapse !important;
    }

    .shopphp-payment-body .table td,
    .table th {
        background-color: #fff !important;
    }
}

.shopphp-payment-body .las {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.shopphp-payment-body .la-credit-card:before {
    content: "\f09d";
}

.shopphp-payment-body .la-info-circle:before {
    content: "\f05a";
}

.shopphp-payment-body .la-mobile-alt:before {
    content: "\f3cd";
}

.shopphp-payment-body .la-plus:before {
    content: "\f067";
}

.shopphp-payment-body .la-trash-alt:before {
    content: "\f2ed";
}

.shopphp-payment-body .la-university:before {
    content: "\f19c";
}

.shopphp-payment-body .las {
    font-family: 'Line Awesome Free';
    font-weight: 900;
}

.shopphp-payment-body .tabs .tab {
    background: #fafafa;
    cursor: pointer;
}

.shopphp-payment-body .tabs .tab p {
    color: #828282;
    cursor: pointer;
}

.shopphp-payment-body .tabs .active {
    background: #fff;
}

.shopphp-payment-body .tab.active p {
    color: #e10b17;
}

.shopphp-payment-body .tab-content label {
    margin: 0;
    margin-left: 5px;
    font-weight: 900;
}

.shopphp-payment-body .tab-content .card {
    border: 2px solid #efefef;
    border-radius: 10px;
}

.shopphp-payment-body .tab-content .card .setting .edit {
    color: #e10b17;
    text-decoration: underline;
    font-weight: 500;
    margin-right: 5px;
}

.shopphp-payment-body .tab-content .card .card-headers i,
.tab-content .card .card-bodys .tel-users i {
    font-size: 25px;
    color: #e10b17;
}

.shopphp-payment-body .tab-content .card .card-headers i {
    width: 10px;
}

.shopphp-payment-body .tab-content .card .card-bodys .tel-users span {
    font-weight: 500;
}

.adres-items {
    cursor: pointer;
}

.shopphp-payment-body .tab-content .card-content .add-adress,
.shopphp-payment-body .tab-content .adres-items {
    min-height: 150px;
    box-sizing: content-box;
}

.shopphp-payment-body .tab-content .card-content .add-adress i {
    font-size: 40px;
    color: #67b500;
    margin-top: 5px;
    font-weight: normal;
}

.shopphp-payment-body .tab-content .active:first-child {
    border-color: #e10b17;
}

.shopphp-payment-body .tab-content .radius {
    background-color: white;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ddd;
}

.shopphp-payment-body .tab-content .radiussub {
    background-color: white;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ddd;
}

.shopphp-payment-body .tab-content .cc-choice-container.active .radiussub {
    border-color: #e10b17;
}

.shopphp-payment-body .tab-content .active .radius {
    border-color: #e10b17;
}

.shopphp-payment-body .tab-content .active .radius::after {
    content: '';
    background: #e10b17;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100%;
}

.shopphp-payment-body .tab-content .cc-choice-container.active .radiussub::after {
    content: '';
    background: #e10b17;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100%;
}

.shopphp-payment-body .payment .card .card-headers label {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
}

.shopphp-payment-body .payment .card .card-headers i {
    color: #D8D8D8;
    font-size: 14px;
    margin-right: 12px;
}

.shopphp-payment-body .payment-card-form select,
.mx-90px input {
    margin-right: 1rem;
    padding: 1rem 1.2rem;
    border: 0;
    background: #f6f6f6;
    border-radius: 6px;
    color: #545454;
    font-weight: 600;
    margin-top: 0.5rem;
}

.shopphp-payment-body .payment-card-form #card-cvv {
    height: auto;
}

.shopphp-payment-body .mx-90px {
    max-width: 90px;
}

.shopphp-payment-body .taksit .taksit-items {
    cursor: pointer;
}

.shopphp-payment-body .taksit .table thead th {
    border-bottom: 0;
    font-weight: 400;
}

.shopphp-payment-body .taksit .radius-table {
    background-color: white;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ddd;
}

.shopphp-payment-body .taksit .active .radius-table {
    border: 2px solid #e10b17;
}

.shopphp-payment-body .taksit .active .radius-table::after {
    content: '';
    background: #e10b17;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.shopphp-payment-body .taksit .taksit-items {
    font-weight: 600;
}

.shopphp-payment-body .taksit .active {
    border: 0 !important;
    border-radius: 0.25rem;
    color: #e10b17;
}

.sozlesme-v5 .sozlesme-content {
    background: #fafafa;
}

.sozlesme-v5 .sozlesme-items {
    padding: 1rem;
    max-height: 200px;
    overflow: auto;
    color: #969393;
    scrollbar-color: #888 #f1f1f1;
    scrollbar-width: thin;
}

.sozlesme-v5 .sozlesme-items textarea {
    font-size: inherit !important;
    color: inherit !important;
    font-family: inherit !important;
    line-height: inherit !important;
    word-wrap: normal !important;
    word-break: normal !important;
    width: 100%;
    overflow-x: auto !important;
    scrollbar-color: #888 #f1f1f1;
    scrollbar-width: thin !important;
    background-color: transparent !important;
    resize: none;
    border: none !important;
}

.sozlesme-v5 .sozlesme-items::-webkit-scrollbar {
    width: 10px;
}

.sozlesme-v5 .sozlesme-items::-webkit-scrollbar-track {
    background: #f1f1f1;
    padding: 10px;
}

.sozlesme-v5 .sozlesme-items::-webkit-scrollbar-thumb {
    background: #888;
}

.sozlesme-v5 .sozlesme-items::-webkit-scrollbar-thumb:hover {
    background: #555;
}

input[type='checkbox'] {
    accent-color: #e10b17;
}

@media screen and (min-width: 991px) {
    .shopphp-payment-body .delivery.tab-content .card-content:nth-child(2n+1) .card {
        margin-right: 1rem;
    }
}

@media screen and (max-width: 991px) {
    .shopphp-payment-body .pay-items .mobile-payment>.pr-4 {
        padding-right: 0 !important;
        padding-bottom: 1.5rem !important;
    }

    .shopphp-payment-body .pay-items .mobile-payment>.border-right {
        border-right: 0 !important;
        border-bottom: 1px solid #dee2e6 !important;
    }

    .shopphp-payment-body .pay-items .mobile-payment>.pl-4 {
        padding-left: 0 !important;
        padding-top: 1.5rem !important;
    }

    .cc-choice-container.credit-card {
        margin: auto !important;
    }

    .shopphp-payment-body .pl-4,
    .px-4 {
        padding-left: 0 !important;
    }

    .sozlesme-odeme {
        display: none;
    }
}

.tab-content.payment .tabs-items.active .card-bodys {
    display: block;
    font-size: 14px !important;
}

.tab-content.payment label,
.tab-content.payment table {
    font-size: 14px !important;
}

.taksit table {
    font-size: 14px;
}

.pay-items label>span {
    position: absolute;
    right: 50px;
    padding: 3px 10px 3px 10px;
    background-color: #67b500;
    color: #fff;
    text-transform: lowercase;
}

.pay-items label>span.oranp {
    background-color: #555;
}

.havaleBilgileri td,
.havaleBilgileri th {
    border: none !important
}

.pay-items label {
    display: block !important;
    width: 100%;
}

.shopphp-payment-body #delivery,
.shopphp-payment-body #payment {
    padding: 15px !important;
    box-sizing: border-box;
}

.cc-choice {
    width: calc(100% - 10px);
    margin-top: 10px;
    margin-bottom: 20px;
}

.shopphp-payment-body .tab-content .cc-choice-container.active .cc-choice {
    border-color: #e10b17;
}

.cc-choice img {
    width: 100px;
}

.cc-choice .credit-card-view {
    font-size: 12px;
    padding: 5px 10px 5px 10px;
    font-weight: 700;
    border-radius: 5px;
    height: 90px;
    position: relative;
}

.cc-choice .credit-card-view span.s1 {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    font-weight: normal;
}

.cc-choice .credit-card-view span.s2 {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 12px;
    font-weight: normal;
}

.cc-choice .credit-card-view span.s3 {
    position: absolute;
    right: 10px;
    background-color: #fff;
    padding: 0 5px 0 5px;
    color: red;
}

.cc-choice-container.credit-card {
    cursor: pointer;
    max-width: 200px;
    min-width: 170px;
}

.cc-choice-container.credit-card:hover {
    opacity: 1 !important;
}

.akbank {
    background-color: #e10b17;
    color: #fff;
}

.garanti {
    background-color: #66CC33;
    color: #fff;
}

.pay-auto-finish {
    display: none;
    margin-top: 1.5rem !important;
}

.pay-auto-cc {
    display: none;
    padding-top: 1.5rem !important;
}

.pay-auto-load {
    display: none;
    margin-right: 1.5rem !important;
    width: 100% !important;
}

.pay-items>div>div>label {
    cursor: pointer;
}

div.taksit td,
div.taksit th {
    font-size: 12px !important;
}

#cvc-info {
    position: absolute;
    top: -50px;
    width: 200px;
    border-radius: 5px;
    display: none;
}

.cvc-label {
    position: relative;
}

#adres-ekle {
    display: none;
    width: 100%;
    max-width: 900px;
}

#adres-guncelle {
    width: 100%;
    max-width: 900px;
}

#taksit-select {
    visibility: hidden;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.no-collapse {
    border-collapse: unset !important;
}

.font-bold {
    font-weight: bold !important;
}

.p-relative {
    position: relative !important;
}

.baska-kart {
    visibility: hidden;
    position: absolute;
    bottom: 5px;
}

.cc-error {
    display: block;
    margin-bottom: 15px;
}

#card-number,
#card-name {
    padding: 0.5rem 1.2rem !important;
    border-radius: 6px !important;
    color: #545454;
    font-weight: 600;
}

.line-30 {
    line-height: 30px !important;
}

.taksit-items.active {
    display: contents !important;
}

.taksit-items.active td {
    background-color: #f9f9f9 !important;
}

.pay-kapida {
    height: 110px;
}

.pay-ac {
    height: 130px;
}

.sp-payment {
    min-width: 50%;
}

.border-box {
    box-sizing: border-box !important;
}

.shopphp-payment-bodyx tr.pesin td:last-child {
    background-color: #ffdeff !important;
}

.shopphp-pagination {
    display: inline-block;
    font-family: "Tahoma", Arial, sans-serif;
    font-size: 10px;
    line-height: 18px;
    text-decoration: none;
    text-transform: uppercase;
}

.shopphp-pagination .dots {
    bottom: -6px;
    color: #606060;
    position: relative;
}

.shopphp-pagination a,
.shopphp-pagination .dots {
    display: inline-block;
    margin-right: 2px;
    padding: 2px 8px;
}

div.shopphp-pagination a:hover {
    color: #303030;
}

div.shopphp-pagination a:active {
    color: #585858;
}

.shopphp-pagination a.number {
    border: 1px solid #ddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.shopphp-pagination a.number:hover {
    border-color: #d0d0d0;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.shopphp-pagination a.number.current {
    color: #fff;
}

.shopphp-pagination a.number.current:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.shopphp-pagination a.number.current:active {
    -moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3), inset 0px 1px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3), inset 0px 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3), inset 0px 1px 2px rgba(0, 0, 0, 0.15);
}

.shopphp-pagination.blue,
.shopphp-pagination.blue a {
    color: #4fa3e0;
}

.shopphp-pagination.blue a.number.current {
    background-color: #4fa3e0;
    border-color: #4b9ec9 #2e7fb4 #206fa8;
    text-shadow: 0px 1px 1px #206fa8;
    background: -moz-linear-gradient(top, #b5dfef, #7fc3df 5%, #4fa3e0);
    background: -webkit-gradient(linear, left top, left bottom, from(#b5dfef), color-stop(0.05, #7fc3df), to(#4fa3e0));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#7fc3df', EndColorStr='#4fa3e0');
}

.shopphp-pagination.blue a.number.current:hover {
    border-color: #4092c0 #1f68a1 #175e97;
    background-color: #3f91c0;
    background: -moz-linear-gradient(top, #aad9ec, #72bad9 5%, #3f91c0);
    background: -webkit-gradient(linear, left top, left bottom, from(#aad9ec), color-stop(0.05, #72bad9), to(#3f91c0));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#72bad9', EndColorStr='#3f91c0');
}

.shopphp-pagination.blue a.number.current:active {
    border-color: #206fa8 #2e7fb4 #4b9ec9;
    text-shadow: 0px -1px 1px #1f68a1;
    background: -moz-linear-gradient(top, #3f91c0, #72bad9);
    background: -webkit-gradient(linear, left top, left bottom, from(#3f91c0), to(#72bad9));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#3f91c0', EndColorStr='#aad9ec');
}

.shopphp-pagination.orange,
.shopphp-pagination.orange a {
    color: #e87110;
}

.shopphp-pagination.orange a.number.current {
    background-color: #e87110;
    border-color: #f1820c #e35908 #df5107;
    text-shadow: 0px 1px 1px #de2c05;
    background: -moz-linear-gradient(top, #fad02d, #f6a81f 5%, #e87110);
    background: -webkit-gradient(linear, left top, left bottom, from(#fad02d), color-stop(0.05, #f6a81f), to(#e87110));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#f6a81f', EndColorStr='#e87110');
}

.shopphp-pagination.orange a.number.current:hover {
    background-color: #e5680e;
    border-color: #ee750a #de4e06 #d94606;
    background: -moz-linear-gradient(top, #f8bb22, #f49d1a 5%, #e5680e);
    background: -webkit-gradient(linear, left top, left bottom, from(#f8bb22), color-stop(0.05, #f49d1a), to(#e5680e));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#f49d1a', EndColorStr='#e5680e');
}

.shopphp-pagination.orange a.number.current:active {
    border-color: #df5107 #e35908 #f1820c;
    text-shadow: 0px -1px 1px #de4e06;
    background: -moz-linear-gradient(top, #e5680e, #f49d1a);
    background: -webkit-gradient(linear, left top, left bottom, from(#e5680e), to(#f49d1a));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#de770b', EndColorStr='#f0a71d');
}

.shopphp-pagination.green,
.shopphp-pagination.green a {
    color: #72c113;
}

.shopphp-pagination.green a.number.current {
    background-color: #72c113;
    border-color: #80c501 #4eaa02 #3e9e02;
    text-shadow: 0px 1px 1px #3e9e02;
    background: -moz-linear-gradient(top, #d6ee17, #b3df10 5%, #72c113);
    background: -webkit-gradient(linear, left top, left bottom, from(#d6ee17), color-stop(0.05, #b3df10), to(#72c113));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#b3df10', EndColorStr='#72c113');
}

.shopphp-pagination.green a.number.current:hover {
    background-color: #65b80f;
    border-color: #73bc01 #419d02 #359202;
    background: -moz-linear-gradient(top, #cfeb13, #a8d90d 5%, #65b80f);
    background: -webkit-gradient(linear, left top, left bottom, from(#cfeb13), color-stop(0.05, #a8d90d), to(#65b80f));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#a8d90d', EndColorStr='#65b80f');
}

.shopphp-pagination.green a.number.current:active {
    border-color: #359202 #419d02 #73bc01;
    text-shadow: 0px -1px 1px #419d02;
    background: -moz-linear-gradient(top, #65b80f, #a8d90d);
    background: -webkit-gradient(linear, left top, left bottom, from(#65b80f), to(#a8d90d));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#65b80f', EndColorStr='#cfeb13');
}

.shopphp-pagination.red,
.shopphp-pagination.red a {
    color: #c32a2a;
}

.shopphp-pagination.red a.number.current {
    background-color: #c32a2a;
    border-color: #c80d08 #b20b09 #a20a0a;
    text-shadow: 0px 1px 1px #a50b0a;
    background: -moz-linear-gradient(top, #f1614e, #e13a2d 5%, #c32a2a);
    background: -webkit-gradient(linear, left top, left bottom, from(#f1614e), color-stop(0.05, #e13a2d), to(#c32a2a));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#e13a2d', EndColorStr='#c32a2a');
}

.shopphp-pagination.red a.number.current:hover {
    background-color: #c31f1f;
    border-color: #bf0b06 #a00907 #960808;
    background: -moz-linear-gradient(top, #f75e4d, #ed4037 5%, #c31f1f);
    background: -webkit-gradient(linear, left top, left bottom, from(#f75e4d), color-stop(0.05, #ed4037), to(#c31f1f));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ed4037', EndColorStr='#c31f1f');
}

.shopphp-pagination.red a.number.current:active {
    border-color: #960808 #a00907 #bf0b06;
    text-shadow: 0px -1px 1px #a00907;
    background: -moz-linear-gradient(top, #c31f1f, #ed4037);
    background: -webkit-gradient(linear, left top, left bottom, from(#c31f1f), to(#ed4037));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#c31f1f', EndColorStr='#ed4037');
}

.shopphp-pagination.purple,
.shopphp-pagination.purple a {
    color: #a13bd0;
}

.shopphp-pagination.purple a.number.current {
    background-color: #a13bd0;
    border-color: #9e11dc #7c12bc #7413b4;
    text-shadow: 0px 1px 1px #710ebb;
    background: -moz-linear-gradient(top, #e15ef5, #c841ec 5%, #a13bd0);
    background: -webkit-gradient(linear, left top, left bottom, from(#e15ef5), color-stop(0.05, #c841ec), to(#a13bd0));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#c841ec', EndColorStr='#a13bd0');
}

.shopphp-pagination.purple a.number.current:hover {
    background-color: #9532c8;
    border-color: #920ed6 #730fb7 #670fa9;
    background: -moz-linear-gradient(top, #dc52f3, #bf37e8 5%, #9532c8);
    background: -webkit-gradient(linear, left top, left bottom, from(#dc52f3), color-stop(0.05, #bf37e8), to(#9532c8));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#bf37e8', EndColorStr='#9532c8');
}

.shopphp-pagination.purple a.number.current:active {
    border-color: #670fa9 #730fb7 #920ed6;
    text-shadow: 0px -1px 1px #730fb7;
    background: -moz-linear-gradient(top, #9532c8, #bf37e8);
    background: -webkit-gradient(linear, left top, left bottom, from(#9532c8), to(#bf37e8));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ee36a8', EndColorStr='#fb63bc');
}

.shopphp-pagination.pink,
.shopphp-pagination.pink a {
    color: #f13fb3;
}

.shopphp-pagination.pink a.number.current {
    background-color: #f13fb3;
    border-color: #f93398 #ed1d91 #e41188;
    text-shadow: 0px 1px 1px #ec1284;
    background: -moz-linear-gradient(top, #fda4df, #fc70c5 5%, #f13fb3);
    background: -webkit-gradient(linear, left top, left bottom, from(#fda4df), color-stop(0.05, #fc70c5), to(#f13fb3));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#fc70c5', EndColorStr='#f13fb3');
}

.shopphp-pagination.pink a.number.current:hover {
    background-color: #ee36a8;
    border-color: #f82b8c #e71682 #e4117f;
    background: -moz-linear-gradient(top, #fd98d9, #fb63bc 5%, #ee36a8);
    background: -webkit-gradient(linear, left top, left bottom, from(#fd98d9), color-stop(0.05, #fb63bc), to(#ee36a8));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#fb63bc', EndColorStr='#ee36a8');
}

.shopphp-pagination.pink a.number.current:active {
    border-color: #e4117f #e71682 #f82b8c;
    text-shadow: 0px -1px 1px #e71682;
    background: -moz-linear-gradient(top, #ee36a8, #fb63bc);
    background: -webkit-gradient(linear, left top, left bottom, from(#ee36a8), to(#fb63bc));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ee36a8', EndColorStr='#fb63bc');
}

.shopphp-pagination.white,
.shopphp-pagination.white a {
    color: #606060;
}

.shopphp-pagination.white a.number.current {
    background-color: #e0e0e0;
    border-color: #ddd #d8d8d8 #c4c4c4;
    color: #606060;
    text-shadow: 0px 1px 0px #fff;
    background: -moz-linear-gradient(top, #fff, #f4f4f4 50%, #e0e0e0);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.5, #f4f4f4), to(#e0e0e0));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#f4f4f4', EndColorStr='#e0e0e0');
}

.shopphp-pagination.white a.number.current:hover {
    background-color: #ebebeb;
    border-color: #dbdbdb #d4d4d4 #c0c0c0;
    background: -moz-linear-gradient(top, #fff, #f8f8f8 65%, #ebebeb);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.65, #f8f8f8), to(#ebebeb));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#f8f8f8', EndColorStr='#ebebeb');
}

.shopphp-pagination.white a.number.current:active {
    border-color: #c0c0c0 #d4d4d4 #dbdbdb;
    text-shadow: 0px -1px 0px #fff;
    background: -moz-linear-gradient(top, #ebebeb, #f4f4f4 50%, #fff);
    background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), color-stop(0.5, #f4f4f4), to(#fff));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#f4f4f4', EndColorStr='#ffffff');
}

.passTip {
    position: absolute;
}

.passTip .round {
    -moz-border-radius: 1x;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.passTip .container {
    font-family: sans-serif;
    background: #FAFAFA;
    width: 300px;
    border: 1px solid #547980;
    -moz-box-shadow: 0 0 0 5px #C3D9EB;
    -webkit-box-shadow: 0 0 0 5px #C3D9EB;
    box-shadow: 0 0 0 5px #C3D9EB;
    padding: 8px 10px;
    font-size: 12px;
    color: #222222;
    float: left;
}

.passTip .tri {
    _filter: chroma(color=pink);
    z-index: 10;
    line-height: 0;
    font-size: 0;
    position: relative;
    float: left;
    margin-top: 20px;
    width: 0;
    height: 0;
    border: 20px solid;
    border-color: transparent #C3D9EB transparent transparent;
    border-color: rgba(255, 255, 255, 0) #C3D9EB rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    _border-color: pink #C3D9EB pink pink;
}

.passTip strong {
    font-size: 14px;
}

.passTip .qmeter {
    margin-top: 3px;
    margin-bottom: 4px;
    font-size: 10px;
    display: block;
    background: white;
    position: relative;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: -moz-linear-gradient(#EEEEEE, white 10%);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEE), color-stop(0.1, white));
    border: 1px solid #EEEEEE;
}

.passTip .level {
    position: absolute;
    height: 25px;
}

.passTip .vweak {
    background-image: -moz-linear-gradient(#D1313D 85%, #BC2C37 15%);
    background-color: #D1313D;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0.85, #D1313D), color-stop(0.85, #BC2C37));
}

.passTip .weak {
    background-image: -moz-linear-gradient(#E5625C 85%, #CE5853 15%);
    background-color: #E5625C;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0.85, #E5625C), color-stop(0.85, #CE5853));
}

.passTip .good {
    background-color: #F9BF76;
    background: -moz-linear-gradient(#F9BF76 85%, #E0AC6A 15%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0.85, #F9BF76), color-stop(0.85, #E0AC6A));
}

.passTip .strong {
    background-image: -moz-linear-gradient(#BCDB8D 85%, #A9C57F 15%);
    background-color: #BCDB8D;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0.85, #BCDB8D), color-stop(0.85, #A9C57F));
}

.passTip .excellent {
    background-color: #8EB2C5;
    background: -moz-linear-gradient(#8EB2C5 85%, #80A0B1 15%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0.85, #8EB2C5), color-stop(0.85, #80A0B1));
}

.passTip .status {
    padding: 5px;
    display: inline-block;
    font-weight: 400;
    position: relative;
    z-index: 1;
    font-size: 12px;
    text-align: center;
    width: 100%;
    line-height: 15px;
}

.passTip b {
    font-size: 12px;
    padding-left: 3px;
    line-height: 15px;
    font-family: tahoma, sans-serif;
}

.passTip .error {
    background: #FFE3E3;
    font-size: 11px;
    line-height: 18px;
    margin: 4px 2px 0px 2px;
    padding: 2px 5px;
}

.bireysel,
.kurumsal {
    display: inline;
}

@media only screen and (min-width: 800px) {
    form.formv2 .sf-form-container ul li {
        float: left;
        width: 45%;
        margin-right: 2.5%;
    }

    form.formv2 .sf-form-container ul li.sf-form-header {
        width: 100%;
        clear: both;
    }

    form.formv2 .sf-form-item-fullwidth .sf-form-textarea {
        width: 100% !important;
        min-width: inherit !important;
    }
}

@media only screen and (min-width: 800px) {
    form.formv3 .sf-form-container ul li {
        float: left;
        width: 30%;
        margin-right: 2.5%;
    }

    form.formv3 .sf-form-container ul li.sf-form-header {
        width: 100%;
        clear: both;
    }

    form.formv3 .sf-form-item-fullwidth .sf-form-textarea {
        width: 100% !important;
        min-width: inherit !important;
    }
}

.sf-icon {
    right: -22px !important;
    top: 3px !important;
    z-index: 200;
}

.sf-form-item-fullwidth table {
    margin: 0;
    padding: 0;
    width: auto;
}

.sf-form-item-fullwidth table td {
    margin: 0;
    padding: 0;
    width: auto;
}

.sf-form-container sup {
    position: absolute;
    right: 15px;
    top: 5px;
}

.sf-form-container {
    background: #fff;
    border: none;
    margin: 0;
    padding: 0;
}

.sf-form-container h2 {
    padding: 20px;
    background: #95a4a7;
    border-radius: 5px 5px 0 0;
    color: #bec3c7;
    font-familyx: 'Open Sans', sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 2em;
}

.sf-form-container>ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.sf-form-container>ul>li {
    position: relative;
    overflow: visible;
}

.sf-form-container>ul>li.left {
    clear: both;
}

.sf-form-container div {
    position: relative;
    overflow: visible;
    padding-bottom: 8px;
    clear: both;
}

.sf-form-container div.fatura {
    display: none;
}

.sf-text-label {
    display: inline-block !important;
    color: #393E46;
    font-size: 1.0em;
}

.sf-form-checkbox+.sf-text-label {
    width: auto;
    line-height: 1.5em;
}

.sf-form-radio+.sf-text-label {
    width: auto;
    line-height: 1.5em;
}

.sf-form-header {
    clear: both;
    font-size: 1.3em;
    font-weight: bolder;
    color: #393E46;
    padding: 20px 0 10px;
    border-bottom: 1px dotted #ccc;
}

.sf-form-header label {
    display: inline-block !important;
}

.sf-form-input,
.sf-form-textarea,
.sf-form-select {
    outline: none;
    border: 1px solid #ccd0d3;
    border-radius: 5px;
    padding: 5px 6px;
    font-familyx: 'Open Sans', sans-serif;
    color: #393E46;
    font-size: 0.95em;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    background: #fff;
    max-width: 95%;
}

.sf-form-input:focus,
.sf-form-textarea:focus,
.sf-form-select:focus {
    border-color: #7e8c8d;
}

.sf-form-input {}

.sf-form-textarea {
    resize: none;
    height: 99px;
}

.sf-form-select {
    margin: 0;
}

.sf-form-checkbox,
.sf-form-radio {
    float: left;
    margin: 4px 8px 0 0;
}

::-webkit-input-placeholder {
    color: #ccc;
    font-familyx: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 0.95em;
    padding-top: 2px;
}

:-moz-placeholder {
    color: #ccc;
    font-familyx: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 0.95em;
    padding-top: 2px;
}

::-moz-placeholder {
    color: #ccc;
    font-familyx: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 0.95em;
    padding-top: 2px;
}

:-ms-input-placeholder {
    color: #ccc;
    font-familyx: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 0.95em;
    padding-top: 2px;
}

._sf-file-label {
    display: inline-block;
    font-familyx: 'Open Sans', sans-serif;
    line-height: 2em;
    background: #393E46;
    border-bottom: 3px solid #243445;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 0.95em;
    padding: 0 14px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-weight: bold;
}

.sf-file-label:hover {
    opacity: 0.75;
}

._sf-form-file {
    position: absolute;
    left: -9999px;
}

._sf-form-filename {
    display: inline-block;
    font-familyx: 'Open Sans', sans-serif;
    line-height: 2em;
    color: #393E46;
    font-size: 0.95em;
    line-height: 2em;
}

.xsf-button-large {
    font-size: 1.3em;
}

.sf-primary-button {
    background: #1abc9c;
}

.sf-secondary-button {
    background: #393E46;
}

.sf-neutral-button {
    background: #ff5b01;
}

.sf-negative-button {
    background: #ec4c40;
}

.sf-disabled-button {
    background: #d5d8da;
    color: #b8bbbc;
    cursor: default;
}

.sf-disabled-button:hover {
    opacity: 1;
}

.sf-icon {
    position: absolute;
    right: 0px;
    top: 7px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/icons.png) no-repeat;
}

.sf-icon-warning {
    background-position: 0 0;
}

.sf-icon-success {
    background-position: -40px 0;
}

.sf-icon-info {
    background-position: -80px 0;
}

.sf-form-item-warning label {
    color: #f2af00;
}

.sf-form-item-warning input,
.sf-form-item-warning textarea,
.sf-form-item-warning select {
    border-color: #f2af00;
}

.sf-form-item-warning input:focus,
.sf-form-item-warning textarea:focus,
.sf-form-item-warning select:focus {
    border-color: #f2af00;
}

.sf-form-item-warning ::-webkit-input-placeholder {
    color: #dccda7;
}

.sf-form-item-warning :-moz-placeholder {
    color: #dccda7;
}

.sf-form-item-warning ::-moz-placeholder {
    color: #dccda7;
}

.sf-form-item-warning :-ms-input-placeholder {
    color: #dccda7;
}

.sf-form-message {
    margin: 20px 20px 0;
    padding: 8px 10px 10px;
    border-radius: 5px;
}

.sf-form-message p {
    font-familyx: 'Open Sans', sans-serif;
    font-size: 0.95em;
    color: #fff;
}

.sf-form-message .sf-icon {
    position: relative;
    display: inline-block;
    top: 4px;
    padding-right: 3px;
}

.sf-form-message .sf-icon-warning {
    background-position: 0 -30px;
}

.sf-form-message .sf-icon-success {
    background-position: -40px -30px;
}

.sf-form-message .sf-icon-info {
    background-position: -80px -30px;
}

.sf-form-message-warning {
    background: #f2c40f;
}

.sf-form-message-success {
    background: #30cb6f;
}

.sf-form-message-info {
    background: #5face2;
}

.sf-form-item-fullwidth {
    width: 100%;
    padding: inherit !important;
    height: inherit !important;
    min-height: inherit !important;
}

.sf-form-item-2column {
    width: 46%;
}

.sf-form-item-fullwidth .sf-text-label {
    float: left;
    width: 20%;
    min-width: 150px;
}

.sf-form-item-fullwidth .sf-form-input,
.sf-form-item-fullwidth .sf-form-textarea,
.sf-form-item-fullwidth .sf-form-select {
    width: 250px;
}

.sf-form-item-fullwidth .sf-form-checkbox,
.sf-form-item-fullwidth .sf-form-radio {}

.sf-form-item-fullwidth .sf-form-textarea {
    width: 75%;
    max-width: 500px;
    min-width: 400px;
}

.sf-form-item-2column .sf-text-label {
    display: block;
    float: none;
    width: auto;
}

.sf-form-item-2column .sf-form-input,
.sf-form-item-2column .sf-form-textarea,
.sf-form-item-2column .sf-form-select {
    width: 100%
}

.sf-form-item-2column .sf-form-checkbox,
.sf-form-item-2column .sf-form-radio {
    margin-left: 0;
}

@media only screen and (min-width: 1176px) {}

@media only screen and (min-device-width: 768px) and (max-device-width:1024px) {}

@media only screen and (max-width: 767px) {
    .sf-form-item-fullwidth .sf-form-textarea {
        width: 100%;
        min-width: auto;
    }

    .left {
        float: none;
    }

    .right {
        float: none;
    }

    .sf-form-item-fullwidth .sf-icon {
        top: 8px;
    }

    .sf-form-item-fullwidth .sf-text-label {
        display: block;
        float: none;
        width: auto;
    }

    .sf-form-item-fullwidth .sf-form-input,
    .sf-form-item-fullwidth .sf-form-textarea,
    .sf-form-item-fullwidth .sf-form-select {
        width: 100%
    }

    .sf-form-item-fullwidth .sf-form-checkbox,
    .sf-form-item-fullwidth .sf-form-radio {
        margin-left: 0;
    }

    .sf-form-item-2column {
        width: 100%;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) and (orientation:portrait) {}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .sf-icon {
        -webkit-background-size: 190px 50px;
    }

    .sf-icon-warning {
        background-position: -60px 0;
    }

    .sf-icon-success {
        background-position: -100px 0;
    }

    .sf-icon-info {
        background-position: -140px 0;
    }

    .sf-form-message .sf-icon-warning {
        background-position: -60px -30px;
    }

    .sf-form-message .sf-icon-success {
        background-position: -100px -30px;
    }

    .sf-form-message .sf-icon-info {
        background-position: -140px -30px;
    }
}

.sf-form-item-fullwidth select.sf-form-select {
    width: 250px;
    margin-right: 5px;
}

.sf-form-item-fullwidth input.st-telcode {
    width: 50px;
}

.sf-form-item-fullwidth input.st-tel {
    width: 169px;
}

.sf-form-item-fullwidth select.st-gun,
.sf-form-item-fullwidth select.st-ay,
.sf-form-item-fullwidth select.st-yil {
    width: 90px;
}

.sf-label {
    position: relative;
    top: 5px;
}

.sf-form-item-fullwidth .price1,
.sf-form-item-fullwidth .price2 {
    width: 118px;
}

.sf-form-info {
    line-height: 27px;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.stn-dialog,
.stn-dialoguye,
textarea#gf_acceptRules {
    display: none;
    border: 1px solid #ccd0d3;
    border-radius: 5px;
    padding: 10px;
    height: 200px;
    overflow: auto;
    width: 95%;
    clear: both;
    float: left;
}

.stn-dialoguye,
textarea#gf_acceptRules {
    display: block;
    width: 95%;
    max-width: 95%;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}