@import url("avenir.css"); /* Using a url */
@font-face {
    font-family: 'FontAwesome';
    src: url('../../../iconfont/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../../../iconfont/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;
}
.flashit{
    color:#f2f;
    -webkit-animation: flash linear 1s infinite;
    animation: flash linear 1s infinite;
}
@-webkit-keyframes flash {
    0% { opacity: 1; }
    50% { opacity: .1; }
    100% { opacity: 1; }
}
@keyframes flash {
    0% { opacity: 1; }
    50% { opacity: .1; }
    100% { opacity: 1; }
}
/* Pulse class and keyframe animation */
.pulseit{
    -webkit-animation: pulse linear .5s infinite;
    animation: pulse linear .5s infinite;
}
@-webkit-keyframes pulse {
    0% { width:200px; }
    50% { width:340px; }
    100% { width:200px; }
}
@keyframes pulse {
    0% { width:200px; }
    50% { width:340px; }
    100% { width:200px; }
}
/*Sol menu :(*/

/*////*/
.sidebar {
    background: #fff;
    padding: 20px 15px;
    border-radius: 3px;
    /*box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15);*/
}

.sidebar .widget {
    margin-bottom: 35px;
}

.sidebar .widget .widgettitle {
    color: #000000;
    line-height: 1.4;
    margin: 10px 0 15px;
    padding-bottom: 12px;
    position: relative;
    font-size: 18px;
    font-family: roboto;
    font-weight: 100;
}

.sidebar .widget .widgettitle:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 50px;
    height: 0;
    border-bottom: 1px solid #222;
}

.sidebar .widget .widgettitle:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #ececec;
}

.sidebar .widget ul.menu,
.sidebar .widget ul.product-categories,
.sidebar .widget ul.pagenav,
.sidebar .widget_meta > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #ffffff;
}

.kl-store.widget_product_categories .children li a {
    list-style: none;
    margin: 0;
    /*padding-left: 44px !important;*/
}

.sidebar .widget ul.menu li,
.sidebar .widget ul.product-categories li,
.sidebar .widget ul.pagenav li,
.sidebar .widget_meta > ul li {
    margin-bottom: 0;
}

.sidebar .widget ul.menu li a,
.sidebar .widget ul.product-categories li a,
.sidebar .widget ul.pagenav li a,
.sidebar .widget_meta > ul a {
    display: inline-block;
    padding: 0;
    margin-right: 5px;
    border-radius: 2px;
    padding-left: 22px;
    position: relative;
    text-shadow: 0 1px white;
    background-color: #ffffff;
    /*border: 1px solid #fff;*/
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 25px;
    font-size: 14px;
}

.sidebar .widget ul.menu li a::before,
.sidebar .widget ul.product-categories li a::before,
.sidebar .widget ul.pagenav li a::before,
.sidebar .widget_meta > ul a::before {
    content: '';
    display: inline-block;
    margin-right: 12px;
    width: 8px;
    height: 2px;
    background: #8f8f8f;
    vertical-align: middle;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    position: absolute;
    right: 0;
    top: 14px;
    margin-top: 5px;
    margin-left: 5px;
}

.sidebar .widget ul.menu li.active > a,
.sidebar .widget ul.product-categories li.active > a,
.sidebar .widget ul.pagenav li.active a,
.sidebar .widget ul.menu li.current-cat > a,
.sidebar .widget ul.product-categories li.current-cat > a,
.sidebar .widget ul.pagenav li.current-cat > a,
.sidebar .widget ul.menu li > a:hover,
.sidebar .widget ul.product-categories li > a:hover,
.sidebar .widget ul.pagenav li a:hover,
.sidebar .widget_meta > ul a:hover {
    color: #000000;
}

.sidebar .widget ul.menu li a:hover::before,
.sidebar .widget ul.product-categories li a:hover::before,
.sidebar .widget ul.pagenav li a:hover::before,
.sidebar .widget_meta > ul a:hover::before {
    width: 12px;
    margin-right: 8px;
}

.kl-store.widget_product_categories {
}

.kl-store.widget_product_categories .product-categories {
    list-style: none;
    margin: 0;
    padding: 0;
}

.kl-store.widget_product_categories .cat-item {
    margin: 0px 0;
    /*margin: 10px 0*/
}

.kl-store.widget_product_categories .cat-item a {
    font-weight: 400;
    font-size: 14px;
    color: #484848 !important;
    padding: 10px 0;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.kl-store.widget_product_categories .cat-item a:hover {
    color: #8e8e8e !important;
    text-decoration: none !important;
}

.kl-store.widget_product_categories .cat-item a:before {
    content: '';
    display: inline-block;
    margin-right: 12px;
    width: 8px;
    height: 2px;
    background: #E1E1E1;
    vertical-align: middle;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.kl-store.widget_product_categories .cat-item.current-cat > a {
    font-weight: 600;
    color: #181818;
}

.kl-store.widget_product_categories .cat-item.current-cat > a:before {
    background: #bbb;
}

.kl-store.widget_product_categories .cat-item .count {
    opacity: .5;
}

.kl-store.widget_product_categories .children {
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px;
}

.kl-store.list-group {
}

.kl-store.list-group .product-categories {
    list-style: none;
    margin: 0;
    padding: 0;
}

.kl-store.list-group .cat-item {
    margin: 10px 0
}

.kl-store.list-group .cat-item a {
    font-weight: 400;
    font-size: 14px;
    color: #484848 !important;
    padding: 10px 0;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.kl-store.list-group .cat-item a:hover {
    color: #111
}

.kl-store.list-group .cat-item a:before {
    content: '';
    display: inline-block;
    margin-right: 12px;
    width: 8px;
    height: 2px;
    background: #E1E1E1;
    vertical-align: middle;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.kl-store.list-group .cat-item.current-cat > a {
    font-weight: 600;
    color: #181818;
}

.kl-store.list-group .cat-item.current-cat > a:before {
    background: #bbb;
}

.kl-store.list-group .cat-item .count {
    opacity: .5;
}

.kl-store.list-group .children {
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px
}

/* Price Slider Widget */
.kl-store.widget_price_filter .price_label {
    font-size: 14px;
}

.kl-store.widget_price_filter .ui-slider .ui-slider-handle {
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    background-color: #C8C8C8;
    width: 10px;
    height: 10px;
    top: 2px;
}

.kl-store.widget_price_filter:hover .ui-slider .ui-slider-handle {
    background-color: #898989;
}

.kl-store.widget_price_filter .ui-slider .ui-slider-range {
    background-color: #C8C8C8;
}

.kl-store.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #9D9D9D;
    margin-bottom: 30px;
    margin-top: 30px;
}

.kl-store.widget_price_filter .ui-slider-horizontal {
    height: 3px;
    margin-top: 25px;
}

/* Top rated produts */
.kl-store.widget ul.product_list_widget {
    list-style: none;
    padding: 0;
}

.kl-store.widget ul.product_list_widget li {
    margin-bottom: 20px;
    padding: 0;
}

.kl-store.widget ul.product_list_widget li:after,
.kl-store.widget ul.product_list_widget li:before {
}

.kl-store.widget ul.product_list_widget li a {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.kl-store.widget ul.product_list_widget li a span {
    font-weight: 400;
}

.kl-store.widget ul.product_list_widget li img {
    width: 58px;
    float: right;
}

.kl-store.widget ul.product_list_widget li .amount {
    font-weight: 300;
    display: block;
}

.kl-store.widget ul.product_list_widget li .star-rating {
    color: #D4AF37;
    font-size: 10px;
    margin-bottom: 10px;
}

.kl-store.widget:last-child {
    margin-bottom: 0
}

/* Subcategories page */
.kl-store-page ul.products li.product-category h3 {
    margin: 0 20px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    padding-bottom: 20px;
}

.kl-store-page ul.products li.product-category h3 mark {
    background: none;
    font-weight: 400;
}

/* Cart List */
.kl-store ul.cart_list li a {
    font-size: 14px;
}

/* Shopping cart widget */
.kl-store .widget_shopping_cart .total,
.kl-store.widget_shopping_cart .total {
    font-size: 16px;
    border-top-style: solid;
    padding-top: 15px;
}

/* Category */
.kl-store-page .page-title {
    color: #343434;
}

/* Top side of category listing */
.kl-store-page .kl-store-ordering select {
    height: 34px;
    font-size: 11px;
    font-weight: 600;
    outline: none;
    border-radius: 3px;
    border: 1px solid #D9D9D9;
    -webkit-appearance: none;
    background-image: url(../images/select-arrow.svg);
    background-repeat: no-repeat;
    background-size: 6px 12px;
    background-position-y: center;
    background-position-x: calc(100% - 10px);
    /* text-transform: uppercase; */
    padding-left: 10px;
    color: #909090;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.kl-store-page .kl-store-ordering select:hover,
.kl-store-page .kl-store-ordering select:focus {
    border: 1px solid #bababa;
    color: #787878;
}

.kl-store-page .kl-store-result-count {
    margin: 10px 0;
    /* text-transform: uppercase; */
    font-size: 11px;
    font-weight: 600;
    color: #838383;
    float: left;
}

.kl-store-page .kl-store-ordering,
.kl-store-page .kl-store-result-count {
    margin: 0 0 20px;
}

.kl-store-page .kl-store-ordering {
    float: right;
}

/* Forms */
.kl-store-page input.input-text,
.kl-store-page textarea.input-text,
.kl-store-page form .form-row select,
    /* Overrides for forced styles from WC */
.kl-store-cart table.cart td.actions .coupon .input-text {
    padding: 7px 10px;
    box-shadow: inset 2px 2px 0 0px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    border: 1px solid #D9D9D9;
    -webkit-transition: box-shadow .25s ease-in-out;
    transition: box-shadow .25s ease-in-out;
    width: 50px;
}

.kl-store-page input.input-text:hover,
.kl-store-page textarea.input-text:hover,
.kl-store-page form .form-row select:hover,
.kl-store-page input.input-text:focus,
.kl-store-page textarea.input-text:focus,
.kl-store-page form .form-row select:focus {
    border: 1px solid #bababa;
    color: #787878;
}

.kl-store-page form .form-row select {
    height: 34px;
}

.kl-store-page input.input-text,
.kl-store-page textarea.input-text,
.kl-store-page .login .input-text {
    border: 1px solid #d8d8d8;
}

.kl-store-page form .form-row.kl-store-invalid input.input-text,
.kl-store-page form .form-row.kl-store-invalid select {
    box-shadow: inset 3px 0 0 #e2401c
}

.kl-store-page .kl-store form .form-row label {
    font-weight: 400;
}

/* Messages / Notices */
.kl-store-page .kl-store-error,
.kl-store-page .kl-store-error:before,
.kl-store-page .kl-store-info,
.kl-store-page .kl-store-info:before,
.kl-store-page .kl-store-message,
.kl-store-page .kl-store-message:before {
    color: #fff;
    line-height: 30px;
    border-top: 0;
}

.kl-store-page .kl-store-error,
.kl-store-page .kl-store-info,
.kl-store-page .kl-store-message {
    border-left: .618em solid rgba(0, 0, 0, .15)
}

.kl-store-page .kl-store-error a,
.kl-store-page .kl-store-info a,
.kl-store-page .kl-store-message a {
    color: #fff;
    margin-left: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.kl-store-page .kl-store-error a:hover,
.kl-store-page .kl-store-info a:hover,
.kl-store-page .kl-store-message a:hover {
    border-color: rgba(255, 255, 255, 0.4);
}

.kl-store-page .kl-store-info {
    background-color: #3D9CD2;
}

.kl-store-page .kl-store-error {
    background-color: #e2401c;
}

.kl-store-page .kl-store-message {
    background-color: #0f834d;
}

.kl-store-page .kl-store-message .button.wc-forward {
    background: none;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.kl-store-page .kl-store-message .button.wc-forward:hover {
    background: none;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.8);
}

/*** Shopping Cart */
.kl-store-page table.shop_table {
    border: 0;
    border-radius: 0;
    background-color: #fff;
    width: 100%;
}

.kl-store-page table.shop_table thead {
    color: #fff;
    /* text-transform: uppercase; */
    font-size: 12px;
    border-radius: 3px;
}

.kl-store-page table.shop_table thead th {
    background-color: #ccc;
    color: #454545;
    font-weight: 600;
}

.kl-store-page table.shop_table thead th:first-child {
    border-radius: 3px 0 0 0;
}

.kl-store-page table.shop_table thead th:last-child {
    border-radius: 0 3px 0 0;
}

.kl-store-page table.shop_table thead th,
.kl-store-page table.shop_table td {
    padding: 15px
}

.kl-store-cart table.cart .product-remove {
    width: 60px;
    padding: 0;
    text-align: center;
}

.kl-store-cart table.cart .product-remove .remove {
    display: inline-block;
    margin: 0 auto;
}

.kl-store-cart table.cart .product-thumbnail {
    width: 52px;
    padding: 0;
}

.kl-store-cart table.cart .product-thumbnail img {
    width: 42px;
    box-shadow: none
}

.kl-store-cart table.cart td.actions .coupon .input-text {
    width: auto;
    height: auto;
    line-height: normal;
}

@media screen and (max-width: 767px) {
    .kl-store-page table.cart td.actions .coupon + .button {
        margin: 30px auto 20px;
        display: block;
    }
}

.shipping-calculator-button {
    background-color: #D4D4D4;
    padding: 6px 10px;
    border-radius: 2px;
    line-height: 1;
    margin-top: 10px;
    display: inline-block;
}

.shipping-calculator-button:hover {
    background-color: #ccc;
}

/*** Cart totals */
.kl-store-page .cart-collaterals .cart_totals {
    width: 50%;
}

.kl-store-page .cart-collaterals .cart_totals > h2 {
    /* text-transform: uppercase; */
    color: #888;
}

.kl-store-page .cart-collaterals .cart_totals table {
    width: 100%;
}

.kl-store-page .cart-collaterals .cart_totals .order-total {
    background-color: #eee;
    font-size: 16px;
}

.kl-store-page .cart-collaterals .cart_totals table th {
    /* text-transform: uppercase; */
    font-weight: 600;
}

.kl-store-page .cart-collaterals .cart_totals table td,
.kl-store-page .cart-collaterals .cart_totals table th {
    padding: 10px;
}

.kl-store-page .cart-collaterals ul.products li.product .product-list-item .kw-prodimage {
    line-height: 180px;
    height: 180px;
}

.kl-store-page .cart-collaterals .cross-sells {
    width: 50%;
}

.kl-store-page .cart-collaterals .cross-sells > h2 {
    font-size: 22px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.kl-store-page .wc-proceed-to-checkout {
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .kl-store-page .cart-collaterals .cross-sells,
    .kl-store-page .cart-collaterals .cart_totals {
        width: 100%;
    }
}

/*** Checkout */
.kl-store-page .kl-store-shipping-fields > h3 {
    margin-top: 10px;
}

.kl-store-page .kl-store-shipping-fields > h3 label {
    font-weight: 400;
    display: inline-block;
    font-size: 20px;
    margin-right: 10px;
}

.kl-store-page .kl-store-checkout-review-order .product-name {
    width: 35%
}

.kl-store table.shop_table tbody th,
.kl-store table.shop_table tfoot td,
.kl-store table.shop_table tfoot th {
    font-weight: 600;
}

.kl-store-page table.shop_table .order-total {
    background-color: #eee;
    font-size: 16px;
}

.kl-store-page table.kl-store-checkout-review-order-table {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.payment_methods {
    list-style: none;
    padding: 0;
}

/*** ACCOUNT Page */
.kl-store-page table.my_account_orders th.order-total,
.kl-store-page table.my_account_orders td.order-total {
    background-color: #ccc;
    font-size: 13px;
}

.kl-store-page table.my_account_orders td.order-total {
    background-color: transparent;
}

.kl-store-page .addresses .title h3 {
    float: left;
    margin-top: 0;
    line-height: 1.3;
    margin-bottom: 20px;
    /* text-transform: uppercase; */
    font-size: 20px;
}

.kl-store-page .addresses .title .edit,
.kl-store-page ul.digital-downloads li .count {
    float: right;
    padding: 7px 10px 6px;
    background-color: #DEDEDE;
    border-radius: 2px;
    /* text-transform: uppercase; */
    font-weight: 600;
    color: #676767;
    font-size: 12px;
    line-height: 1;
    margin-top: 5px;
}

.kl-store-page .addresses .title .edit:hover,
.kl-store-page ul.digital-downloads li .count:hover {
    background-color: #CCC;
}

.kl-store-page .kl-store > form .form-row {
    padding-left: 0;
    padding-right: 0;
}

.kl-store-page .kl-store > form fieldset {
    clear: both;
    margin-top: 30px;
    margin-bottom: 20px;
}

.kl-store-page .kl-store > form legend {
    clear: both;
    padding-bottom: 10px;
}

.kl-store-page .myaccount_user {
    font-size: 14px;
    line-height: 1.7;
}

.kl-store-page .myaccount_user a {
    text-decoration: underline;
}

.kl-store-page .myaccount_user ~ h2,
.kl-store-page .order-info ~ h2,
.kl-store-page .order-info ~ header h2,
.kl-store-page .kl-store > h2 {
    /* text-transform: uppercase; */
    font-size: 20px;
}

.kl-store form.checkout_coupon,
.kl-store form.login,
.kl-store form.register {
    border: 1px solid #E9E9E9;
    padding: 10px 20px;
}

.kl-store form.login .form-row,
.kl-store form.register .form-row {
    margin-bottom: 10px;
}

.kl-store form.login .form-row .button + label,
.kl-store form.register .form-row .button + label {
    margin-left: 10px;
}

/*** PRODUCT PAGE */

.kl-store-page .product-page {
    margin-bottom: 30px;
}

.kl-store-page div.product .product_title {
    font-size: 34px;
    line-height: 1.4;
    font-weight: normal;
}

.kl-store-page div.product .tabbable {
    margin-bottom: 50px;
}

/* Prod page - main image */
.kl-store-page .single_product_main_image .images {
    border: 1px solid #EAEAEA;
    background: #fff;
    width: 100%;
    padding-bottom: 1px;
    position: relative;
}

.kl-store-page .single_product_main_image .images .kl-store-main-image {
    width: 100%;
    text-align: center;
    display: block;
}

/* Prod page - thumbnails */
.kl-store-page div.product div.images div.thumbnails {
    padding: 10px 0 0 10px;
    margin: 0 10px;
}

.kl-store-page div.product div.images div.thumbnails img {
    border: 1px solid #EAEAEA;
    padding: 2px;
}

.kl-store-page div.product div.images div.thumbnails img:hover {
    border: 1px solid #EEE;
}

/* Prod page - summary (right side) */
.kl-store-page div.product div.summary {
    float: none !important;
    width: 100% !important;
}

/* Prod page - price */
.kl-store-page.single-product div.product p.price,
.kl-store-page.single-product div.product span.price {
    font-size: 24px;
    color: #282828;
}

.kl-store-page.single-product div.product p.price .amount,
.kl-store-page.single-product div.product span.price .amount {
    margin: 0 5px;
}

.kl-store-page.single-product div.product p.price del,
.kl-store-page.single-product div.product span.price del {
    opacity: .8;
    text-decoration: none;
    display: inline-block;
    margin-right: 10px;
    display: inline-block;
}

.kl-store-page.single-product div.product p.price del .amount,
.kl-store-page.single-product div.product span.price del .amount {
    text-decoration: line-through;
}

.kl-store-page.single-product div.product p.price ins,
.kl-store-page.single-product div.product span.price ins {
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}

.kl-store-page.single-product div.product p.price del:before,
.kl-store-page.single-product div.product span.price del:before,
.kl-store-page.single-product div.product p.price ins:before,
.kl-store-page.single-product div.product span.price ins:before {
    text-decoration: none;
    font-size: 10px;
    display: block;
    line-height: 1.4;
    margin-left: 5px;
    font-weight: 700;
}

.kl-store-page.single-product div.product p.price del:before,
.kl-store-page.single-product div.product span.price del:before {
    content: attr(data-was);
    color: #888;
}

.kl-store-page.single-product div.product p.price del + ins:before,
.kl-store-page.single-product div.product span.price del + ins:before {
    content: attr(data-now);
    color: #D4AF37;
}

/* Prod page - description */
.kl-store-page.single-product div.product .kw-details-desc {
    margin-bottom: 30px;
}

/* Prod page - simple add to cart */
.kl-store-page div.product form.cart div.quantity {
    margin-right: 10px;
}

.kl-store-page div.product form.cart div.quantity .qty {
    height: 33px;
    border-radius: 3px;
    border: 1px solid #D9D9D9;
}

.kl-store-page div.product form.cart .single_add_to_cart_button {
}

/* Prod page - Variations (add to cart form) */
.kl-store-page div.product form.cart .variations td.label {
    display: table-cell;
    padding: 0;
    font-size: 100%;
    text-align: start;
    vertical-align: top;
    padding-top: 10px;
}

.kl-store-page div.product form.cart .variations label {
    display: inline-block;
    /* text-transform: uppercase; */
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-right: 20px;
}

.kl-store-page div.product form.cart .variations select {
    height: 34px;
    font-size: 11px;
    font-weight: 600;
    outline: none;
    border-radius: 3px;
    border: 1px solid #D9D9D9;
    background-repeat: no-repeat;
    background-size: 6px 12px;
    background-position-y: center;
    background-position-x: calc(100% - 10px);
    /* text-transform: uppercase; */
    padding-left: 10px;
    color: #909090;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.kl-store-page div.product form.cart .variations select:hover,
.kl-store-page div.product form.cart .variations select:focus {
    border: 1px solid #bababa;
    color: #787878;
}

.kl-store-page div.product form.cart .reset_variations {
    font-size: 11px;
    /* text-transform: uppercase; */
    color: rgba(0, 0, 0, .8);
    display: block !important;
    margin-top: 5px;
}

.kl-store-page div.product form.cart .single_variation_wrap {
    border-left: 3px solid rgba(0, 0, 0, 0.1);
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.kl-store-page div.product form.cart .single_variation_wrap:before,
.kl-store-page div.product form.cart .single_variation_wrap:after {
    display: table;
    content: " "
}

.kl-store-page div.product form.cart .single_variation_wrap:after {
    clear: both;
}

.kl-store-page div.product form.cart .single_variation_wrap .single_variation {
    margin-bottom: 15px;
}

.kl-store-page div.product form.cart .single_variation_wrap .single_variation .price {
    font-size: 32px;
    color: #444;
    line-height: 1;
}

.kl-store-page div.product form.cart .single_variation_wrap .single_variation .price:before {
    content: '';
    width: 20px;
    height: 1px;
    background: #ccc;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: -20px;
}

.kl-store-page div.product form.cart .single_variation_wrap .variations_button {
}

.kl-store-page div.product form.cart .single_variation_wrap .variations_button:before,
.kl-store-page div.product form.cart .single_variation_wrap .variations_button:after {
    display: table;
    content: " "
}

.kl-store-page div.product form.cart .single_variation_wrap .variations_button:after {
    clear: both;
}

.kl-store-page div.product form.cart .single_variation_wrap .variations_button div.quantity {
    margin-right: 10px;
    float: left;
}

.kl-store-page div.product form.cart .single_variation_wrap .variations_button div.quantity .qty {
    height: 33px;
    width: 50px;
    border-radius: 3px;
    border: 1px solid #D9D9D9;
}

.kl-store-page div.product form.cart .single_variation_wrap .variations_button .single_add_to_cart_button {
}

.variations {
    margin-bottom: 15px;
}

/* Prod page - product meta */
.kl-store-page .product_meta {
    margin-bottom: 10px;
}

.kl-store-page .product_meta > span {
    display: block;
}

.kl-store-page .product_meta span a {
    font-weight: normal;
}

/* Product page - rating */
.kl-store-page .kl-store-product-rating .star-rating {
    margin: 5px 5px 10px;
    float: left;
    color: #D4AF37;
}

.kl-store-page #comments .star-rating {
    margin-bottom: 10px;
    float: right;
}

/* kl-store Tabs - reviews / comments */
.kl-store-page #reviews #comments ol.commentlist li .comment-text {
    margin-left: 0;
    border: 0;
}

.kl-store-page #reviews #comments ol.commentlist li img.avatar {
    margin: 10px;
}

/* kl-store Tabs - Tab nav */
.kl-store-page div.product .kl-store-tabs {
    margin-bottom: 50px
}

.kl-store-page div.product .kl-store-tabs ul.tabs {
    margin: 0;
    padding: 0;
    margin-bottom: -1px;
    border-bottom: none;
}

.kl-store-page div.product .kl-store-tabs ul.tabs:before {
    border: 0;
}

.kl-store-page div.product .kl-store-tabs ul.tabs li {
    margin: 0;
    box-shadow: none;
    background: none;
    padding: 0;
    border: none;
    float: left;
    display: block;
}

.kl-store-page div.product .kl-store-tabs ul.tabs li:before {
    display: none;
}

.kl-store-page div.product .kl-store-tabs ul.tabs li:after {
    display: none;
}

.kl-store-page div.product .kl-store-tabs ul.tabs li a {
    font-weight: normal;
    padding: 15px 20px;
    line-height: 18px;
    color: #343434;
    display: block;
    /* text-transform: uppercase; */
}

.kl-store-page div.product .kl-store-tabs ul.tabs li.active a {
    background: #FFF;
    border: 1px solid #ECECEC;
    border-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/* Product page tabs */
.product .nav {
    margin-bottom: -1px;
}

.product .nav > li {
    display: inline-block;
}

.product .nav > li.active > a {
    background-color: #fff;
    border-radius: 4px 4px 0 0;
    border: 1px solid #E4E4E4;
    border-bottom: 0;
}

.product .tab-content {
    background-color: #fff;
    border-radius: 0px 4px 4px 4px;
    border: 1px solid #E4E4E4;
    padding: 20px;
}

.product .tab-content h2 {
    margin-top: 0;
}

/* kl-store Tabs - panels */
.kl-store-page div.product .kl-store-tabs .panel {
    width: 100%;
    padding: 10px 15px 15px;
    border: 1px solid #ECECEC;
    background: #FFF;
}

.kl-store-page div.product .kl-store-tabs h2,
.upsells.products h2,
.related.products h2 {
    font-size: 18px;
    line-height: 20px;
    /* text-transform: uppercase; */
}

div.product p.stock,
.site-content div.product p.stock {
    font-size: 11px;
    color: #535353;
}

.variation .variation-color {
    display: inline-block;
}

.shop_table .cart-subtotal,
.shop_table .shipping {
    border-top: 1px solid rgba(221, 221, 221, 0.64);
}

.kl-store table.shop_table tfoot th {
    padding-left: 10px;
}

.kl-store-checkout #payment {
    background: #ebe9eb;
    border-radius: 5px;
    padding: 20px;
}

.kl-store-checkout #payment div.payment_box {
    position: relative;
    width: 96%;
    padding: 1em 2%;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151;
}

.kl-store-checkout #payment div.payment_box p {
    margin-bottom: 0;
}

.ribbon::before {
    background: rgba(0, 0, 0, 0) url(../img/bg/ribbon.png) repeat scroll 0 0;
    content: "";
    height: 137px;
    left: -11px;
    position: absolute;
    top: -11px;
    width: 146px;
    z-index: 1;
}

.ribbon-price-urunler {
    text-align: center;
    left: -66px;
    position: absolute;
    top: 21px;
    transform: rotate(-42deg);
    z-index: 1;
    background-color: #ff8200;
    /* padding: 13px 0px; */
    width: 216px;
}

.ribbon-price-urunler span {
    color: #fefefe;
    font-family: roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 16px;
}
.kampanya-0{
    background: #ffffff;
    font-size: 11px;
    font-family: "Roboto",sans-serif;
    color: #000;
    position: absolute;
    top: 30px;
    right: 0;
    width: 22px;
    height: 22px;
    overflow: hidden;
    z-index: 3;
    border: 1px solid #000;

}
.kampanya-0:before {
    content: '\f005';
    font-family: "FontAwesome";
    color: #ff0000;
    position: absolute;
    left: 5px;
    top: 5px;
    width: 11px;
    height: 11px;
    line-height: 13px;
    -webkit-animation: flash linear 2.5s infinite;
    animation: flash linear 2.5s infinite;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;

}
.urun:hover .kampanya-0{
    width: 130px;
    padding-bottom: 5px;
    transition: 0.6s ease;
}
.urun{
    position: relative;
}

.kam{
    position: absolute;
    top: 0px;
    left: 22px;
    font-family: "Roboto",sans-serif;
}







.kampanya-1{
    background: #ff7f00;
    font-size: 11px;
    font-family: "Roboto",sans-serif;
    color: #fff;
    position: absolute;
    top: 60px;
    right: 0;
    width: 22px;
    height: 22px;
    overflow: hidden;
    z-index: 3;

}
.kampanya-1:before {
    content: '\f0d1';
    color: #f7f7f7;
    font-family: 'FontAwesome';
    position: absolute;
    line-height: 13px;
    left: 5px;
    top: 5px;
    width: 11px;
    height: 11px;
    -webkit-animation: flash linear 2.5s infinite;
    animation: flash linear 2.5s infinite;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
}
.urun:hover .kampanya-1{
     width: 130px;
     z-index: 3;
     padding-bottom: 5px;
    transition: 0.4s ease;
 }







.kampanya-2{
    background: #ff7f00;
    font-size: 11px;
    font-family: "Roboto",sans-serif;
    color: #fff;
    position: absolute;
    top: 90px;
    right: 0;
    width: 22px;
    height: 22px;
    overflow: hidden;
    z-index: 3;

}
.kampanya-2:before {
    content: '\f0a3';
    color: #ff0000;
    font-family: 'FontAwesome';
    position: absolute;
    line-height: 15px;
    left: 5px;
    top: 5px;
    width: 11px;
    height: 11px;
    -webkit-animation: flash linear 2.5s infinite;
    animation: flash linear 2.5s infinite;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
}
.urun:hover .kampanya-2{
    width: 130px;
    z-index: 3;
    padding-bottom: 5px;
    transition: 0.2s ease;
}

.opacity-0{
    opacity: 0;
}


.varyantinMaddeleri .madde{
    width: auto;
    float: left;
    color: red;
    position: relative;
    padding: 0px 15px;
}

.varyantinMaddeleri .madde:after{
    content: "\f054";
    font-family: "FontAwesome";
    color: red;
margin-left: 12px;
    position: absolute;
    top: 1px;
    right: -7px;
    width: 11px;
    height: 11px;

}

.varyantinMaddeleri .madde:first-child{

padding-left: 0;

}
.varyantinMaddeleri .madde:last-child:after{

    display: none;

}
.maddeClose{
    float: left;
}
.maddeClose i{
    color: red;
}









.siparislerimBaslik div {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

.siparislerimDetay .taka {
    text-align: center;
    border-right: 1px solid #efefef;
    margin-top: 15px;
    margin-bottom: 15px;
}

.siparislerimDetay .taka:last-child {
    text-align: center;
    border-right: 0px;
}

.siparislerimDetay {
    border: 1px solid #d4d4d4;
    margin-top: 15px;
    margin-bottom: 15px;
    /*cursor: pointer;*/
    transition: 0.2s ease;
}

.siparislerimDetay:hover {

    background-color: #f9f9f9;
    transition: 0.3s ease;
}

.durum {
    /*width: 5px;*/
    /*height: 25px;*/
    /*padding: 0;*/
    /*border: 0;*/
    /*float: left;*/
    /*display: inline-block;*/
    /*font-size: 11px;*/
    /*margin-right: 15px;*/

    width: 100%;
    height: 4px;
    padding: 0;
    border: 0;
    display: inline-block;
    font-size: 11px;
}

.taka {
    display: table;
    min-height: 100px;
    text-align: center;
}

.taka span {
    display: table-cell;
    vertical-align: middle;
}

.modal-backdrop {
    z-index: 99999;
}

.adres{
    height: 310px;
    background-color: #fff;
    background-clip: content-box;
    position: relative;
    margin-bottom: 26px;
}
.adres:hover{
    background-color: #eaeaea;


}

.adres .adresEkle{
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 130px;
    cursor: pointer;
}
.adres .adresEkle i{
    width: 100%;
    font-size: 25px;
}
.adresBaslik{
    margin-top: 15px;
    text-align: center;

}
.adresBaslik b{
    text-align: center;
}

.adres p{
    margin-top: 5px;
    text-align: center;
}
.btn-hover-1:hover{
    color: #fff !important;
}
.adresSil .btn-hover-1,.adresDuzenle .btn-hover-1{
padding-top: 4px;
padding-bottom: 4px;
}
.adresSil a{
    background-color: rgb(183, 183, 183);
}
.adresSil{
    position: absolute;
    bottom: 42px;
    left: 0;
}

.adresDuzenle{
    position: absolute;
    bottom: 18px;
    left: 0;
}

.adresEkleKaplama{
    width: 100%;
    height: 100%;
    float: left;
}
.adresEkleIc{
    position: absolute;
    background-color: #eaeaea;
    z-index: 999999;
    padding-top: 15px;
}
.kargoEkleKapat{
    position: absolute;
    right: 0;
    top: -24px;
    width: 25px;
    height: 25px;
    background-color: rgb(255, 127, 0);
    color: white;
    padding-left: 8px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.kargoEkleKapat:hover{

    background-color: white;
    color: rgb(255, 127, 0);
    transition: all 0.3s ease 0s;
}
.adresSilHayir{
    cursor: pointer;
    position: absolute;
    left: 44px;
    bottom: 67px;
}
.adresSilHayir a{
    background-color: green;
    padding: 4px;
}
.adresSilEvet{
    cursor: pointer;
    position: absolute;
    left: 0;
    bottom: 67px;
}
.adresSilEvet a{
    background-color: red;
    padding: 4px;
}





/*Fatura Adresi İle ilgili*/










.fatura{
    height: 310px;
    background-color: #fff;
    background-clip: content-box;
    position: relative;
    margin-bottom: 26px;
}
.fatura:hover{
    background-color: #eaeaea;


}

.fatura .faturaEkle{
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 130px;
    cursor: pointer;
}
.fatura .faturaEkle i{
    width: 100%;
    font-size: 25px;
}
.faturaBaslik{
    margin-top: 15px;
    text-align: center;

}
.faturaBaslik b{
    text-align: center;
}

.fatura p{
    margin-top: 5px;
    text-align: center;
}
.btn-hover-1:hover{
    color: #fff !important;
}
.faturaSil .btn-hover-1,.faturaDuzenle .btn-hover-1{
    padding-top: 4px;
    padding-bottom: 4px;
}
.faturaSil a{
    background-color: rgb(183, 183, 183);
}
.faturaSil{
    position: absolute;
    bottom: 42px;
    left: 0;
}

.faturaDuzenle{
    position: absolute;
    bottom: 18px;
    left: 0;
}

.faturaEkleKaplama{
    width: 100%;
    height: 100%;
    float: left;
}
.faturaEkleIc{
    position: absolute;
    background-color: #eaeaea;
    z-index: 999999;
    padding-top: 15px;
}
.faturaEkleKapat{
    position: absolute;
    right: 0;
    top: -24px;
    width: 25px;
    height: 25px;
    background-color: rgb(255, 127, 0);
    color: white;
    padding-left: 8px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.faturaEkleKapat:hover{

    background-color: white;
    color: rgb(255, 127, 0);
    transition: all 0.3s ease 0s;
}
.faturaSilHayir{
    cursor: pointer;
    position: absolute;
    left: 44px;
    bottom: 67px;
}
.faturaSilHayir a{
    background-color: green;
    padding: 4px;
}
.faturaSilEvet{
    cursor: pointer;
    position: absolute;
    left: 0;
    bottom: 67px;
}
.faturaSilEvet a{
    background-color: red;
    padding: 4px;
}
.qtybutton{
    cursor: pointer;
}
.searchYazi{
    font-family: Roboto;
    font-size: 19px;
}


.sticky .primary-menu{
    margin-bottom: 0;
    /*margin-top: 14px;*/
}


.main-menu > li:first-child {
    /*border-left: 1px solid #e67a02;*/
}


.logo-col{
    /*background: url("../images/cizgi.gif");*/
    background-position: right;
    background-repeat:no-repeat;
}
.sticky .menuSag{
    margin-bottom: 0;
    /*margin-top: 14px;*/
}
.sticky .menuSag .header-account{
    /*margin-top: 7px;*/
    /*display: none;*/
}
.sticky .menuSag .header-search{
    /*margin-top: 5px;*/
    display: none;
}

.navbar-default  a {
    /*font-size: 14px !important;*/
    font-family: Roboto !important;

    /*font-family: AvenirNextLTProDemi  !important;*/
    font-size: 12px !important;
    /*display: table-cell !important;*/
    vertical-align: middle;

}
.navbar-default .navbar-nav > li > a {
    padding-bottom: 5px;
    padding-top: 5px;
    color: #ffff;
}
.nivo-directionNav{
    display: none !important;
}

#sepettenKaldirTrue{
    background-color: #ac2925;
    }
#sepettenKaldirFalse{
    background-color: #204d74;
    }
.headerSocial:hover{
    color: #ff8200 !important;
}

.yanMenu{
    display: none;
    width: 25%;
    float: left;
    position: relative;
    padding-right: 15px;
    padding-bottom: 7.5px;
}
.yanmenu-dis .yanMenu{
    display: block !important;
}
.yanmenu-dis .slider-2{
    width: 75%;
    padding-bottom: 7.5px;
}
.no-yan-menu{
    padding: 0;
}

.ribbon-price-urunler strong{
    width: 100%;
    float: left;
    font-size: 10px;
    color: #fff;
    margin-top: -5px;
}