/*  
Theme Name: Könyvország
Description: A konyvorszag.hu webáruház Wordpress és WooCommerce arculata.
Version: 1.0
Author: Kontroll Studio Kft.
Author URI: http://kontrollstudio.eu
*/

/*******************************************************************************
/* Reset default browser CSS.
/* Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
*******************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}

html {
    background: #ba9766 url('images/bgSite.png') repeat-x;
}

body {
    

    font: 13px 'Source Sans Pro', Helvetica, Arial, sans-serif;
    line-height: 17px;
    color: #333;    
}

h1, h2, h3 {
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-weight: bold;
    /*font-style: italic;*/
    line-height: 115%;
    margin-bottom: 10px;
}


h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

p {	
    margin: 15px 0;
}

a {
    color: #937449;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #f48500;
    text-decoration: none;
    -webkit-transition: color .15s ease-in;
    -moz-transition: color .15s ease-in;
    -o-transition: color .15s ease-in;
    -ms-transition: color .15s ease-in;
    transition: color .15s ease-in;
}

a img {
    border: 0!important;
}

ol,
ul {
    list-style-position: inside;
}

.gradient-vertical-light-brown {
    background: #b48f5a; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I0OGY1YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNGMyOTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #b48f5a 0%, #d4c290 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b48f5a), color-stop(100%,#d4c290)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b48f5a 0%,#d4c290 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b48f5a 0%,#d4c290 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b48f5a 0%,#d4c290 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #b48f5a 0%,#d4c290 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b48f5a', endColorstr='#d4c290',GradientType=0 ); /* IE6-8 */
}

/*******************************************************************************
/* Outer wrappers
*******************************************************************************/
#page-wrapper {
    margin: 0 auto 40px auto;
    width: 980px;
}

#left-column {
    border-radius: 10px;
    /*padding: 15px;*/
    background: #fff url( 'images/konyvorszag-logo-footer.png' ) no-repeat 98% 99%;
    /*width: 760px;*/
    width: 790px;
    min-height: 800px;
    float: left;
    box-shadow: 0 0 20px rgba(53,39,31,0.5);
    position: relative;
    z-index: 100;
    margin-top: 35px;
    padding-bottom: 100px;
}

#content-wrapper {
    /*overflow: hidden;*/
    position: relative;
}

/*******************************************************************************
/* Header
*******************************************************************************/
#page-header {
    height: 132px;
    margin: 0 0 7px 0;
    position: relative;
}

#navmenu-container-header-top {
    position: absolute;
    right: 0;
    top: 0;
}

#navmenu-header-top > .menu-item {
    list-style: none;
    display: inline-block;
}

#navmenu-header-top > .menu-item > a {
    display: block;
    padding: 5px 12px;
    text-align: center;
    background: #b48f5a; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I0OGY1YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNGMyOTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #b48f5a 0%, #d4c290 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b48f5a), color-stop(100%,#d4c290)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b48f5a 0%,#d4c290 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b48f5a 0%,#d4c290 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b48f5a 0%,#d4c290 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #b48f5a 0%,#d4c290 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b48f5a', endColorstr='#d4c290',GradientType=0 ); /* IE6-8 */
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    
    color: #fff;
    text-shadow: 0 0 4px rgba(6,6,6,0.64);
    font-weight: bold;
}

#navmenu-container-header-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
}

#navmenu-header-bottom > .menu-item {
    list-style: none;
    display: inline-block;
}

#navmenu-header-bottom > .menu-item > a {
    color: #937449;
    display: block;
    padding: 5px 12px;
    text-align: center;
}

#navmenu-header-bottom > .menu-item > a:first-child {
    padding-left: 0;
}

#logo-and-search {
    overflow: auto;
    position: absolute;
    top: 45px;
    left: 0;
}

#header-logo-link {
    display: block;
    float: left;
}

#header-product-search {
    float: left;
    margin: 13px 0 0 10px;
}

#header-product-search .btn {
    color: #fff;
    text-shadow: 0 0 4px rgba(6,6,6,0.64);
    font-weight: bold;
}

#s {
    margin-bottom: 0;
}

#header-cart {
    position: relative;
    height: auto;
}

#woocommerce-cart-content-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background: #000;
    opacity: 0.5;
    z-index: 999;
}

#woocommerce-cart-content {
    cursor: pointer;
    margin: 0 5px;
}

#woocommerce-cart-content > .amount {
    font-weight: bold;
    font-style: italic;
}

#woocommerce-cart-content-popup {
    position: fixed;
    background: #fff;
    left: 50%;
    top: 50%;
    z-index: 1000;
    margin-left: -270px;
    margin-top: 0px;
    width: 500px;
    min-height: 500px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

/*******************************************************************************
/* Homepage news blocks
/*******************************************************************************

/*******************************************************************************
/* Posts and pages
*******************************************************************************/
.page {
    padding: 15px;
}

/*******************************************************************************
/* Layout - sidebar
*******************************************************************************/
/*
#sidebar {
    width: 190px;
    float: left;
}

#sidebar-block {
    width: 160px;
    padding: 15px;
    margin-top: 15px;
    min-height: 400px;
    background: rgba(53,39,31,0.7);
    color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 0 20px rgba(53,39,31,0.5);
    position: relative;
    z-index: 90;
}
*/

#sidebar {
    float: left;
    width: 160px;
    padding: 15px 10px;
    margin-top: 65px;
    min-height: 400px;
    background: rgba(53,39,31,0.7);
    color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 0 20px rgba(53,39,31,0.5);
    position: relative;
    z-index: 90;
}

/*******************************************************************************
/* Layout - footer
*******************************************************************************/
#footer-wrapper {
    text-align: center;
}

#footer-wrapper a {
    color: #fad209;
}



/*******************************************************************************
/* Categories
*******************************************************************************/

/*******************************************************************************
/* WooCommerce
*******************************************************************************/
#product {
    background: linear-gradient(to bottom, #fff 0%, #ecf0f1 100%);
    padding: 15px;
    overflow: auto;
}

#product-columns {
    float: left;
}

#product-left-column {
    float: left;
    width: 220px;
}

#product-right-column {
    float: left;
    margin: 0 20px;
    width: 300px;
}

#product-cart-column {
    float: left;
    width: 179px;
    padding-left: 20px;
    border-left: 1px solid #ddd;
}


.breadcrumb {
    margin: 15px 15px 0 15px;
    font-size: 12px;
    padding: 0;
    background-color: #fff; 
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.divider {
    margin: 0 10px;
}



.woocommerce-single-product-author {
    font-size: 12px;
}

.product_title {
    font-size: 28px;
    color: #937449;
}

#header-checkout-link {
    position: relative;
}

#header-checkout-link:before {
    position: absolute;
    content: "\F07A";
    font-family: FontAwesome;
    right: 58px;
}

.cart-contents {
    color: #fff;
    padding-right: 30px;
}

.cart-contents:hover,
.cart-contens:focus {
    color: #86ae0f;
}

#category-buttons {
    width: 790px;
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 99;
    list-style: none;
}

.category-button {
    float: left;
    margin-right: 5px;
    padding: 5px 10px 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff!important;
    text-shadow: 0 0 4px rgba(6,6,6,0.64);
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

#category-button-books {
    background: #f48500;
}

#category-button-audiobooks {
    background: #86ae0f;
}

#category-button-ebooks {
    background: #358f64;
}

#category-button-games {
    background: rgba(53,39,31,0.7);
}

#category-button-publisher {
    background: #b48f5a;
}

.price-block {
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2YwZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #ecf0f1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ecf0f1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ecf0f1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#ecf0f1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#ecf0f1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#ecf0f1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ecf0f1',GradientType=0 ); /* IE6-8 */
    /*border-bottom: 1px solid #b48f5a;
    border-top: 1px solid #b48f5a;*/
    border-bottom: 1px solid #e1d4b1;
    border-top: 1px solid #e1d4b1;
    margin: 10px 0;
    list-style: none;
}

.regular-price,
.sale-price {
    color: #86ae0f;
    font-size: 26px;
    margin: 5px;
    padding: 0 5px;
    font-weight: bold;
}
.regular-price-old {
    font-size: 12px;
    font-weight: normal;
    color: #f48500;
}

.price {
    font-weight: bold;
    font-size: 20px;
    display: block;
    margin: 5px 0;
}

.woocommerce-product-short-description {
    font-size: 14px;
    line-height: 150%;
}

.navmenu-sidebar {
    list-style: none;
    position: relative;
    width: 180px;
    margin-bottom: 20px;
}

.navmenu-sidebar > li > a {
    background: #b48f5a; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I0OGY1YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNGMyOTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  #b48f5a 0%, #d4c290 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#b48f5a), color-stop(100%,#d4c290)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #b48f5a 0%,#d4c290 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #b48f5a 0%,#d4c290 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #b48f5a 0%,#d4c290 100%); /* IE10+ */
    background: linear-gradient(to right,  #b48f5a 0%,#d4c290 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b48f5a', endColorstr='#d4c290',GradientType=1 ); /* IE6-8 */
    
    display: block;
    padding: 5px 12px;
    border-radius: 5px;
    color: #fff;
    text-shadow: 0 0 4px rgba(6,6,6,0.64);
    font-weight: bold;
    margin-bottom: 5px;
    
    font-size: 16px;
}


.quantity {
    position: relative;
    width: 600px;
    float: left;
    width: 70px;
}

.qty {
    margin: 0;
    height: 12px;
    padding: 8px;
    line-height: 12px;
    width: 57px;
}

.minus,
.plus {
    position: absolute;
    height: 14px;
    width: 28px!important;
    line-height: 10px;
    text-align: center;
    z-index: 100;
}

.minus {
    bottom: 10px;
    right: 0;
}

.plus {
    top: 1px;
    right: 0;
}

.quantity {
    margin-right: 10px;
}

.single_add_to_cart_button,
.single_add_to_cart_button:hover,
.add_to_cart_button,
.add_to_cart_button:hover {
    background: #86ae0f;
    color: #fff;
    text-shadow: 0 0 4px rgba(6,6,6,0.64);
    font-weight: bold;
}

.single_add_to_cart_button:hover,
.add_to_cart_button:hover {
    background: #f48500;
    -webkit-transition: background .15s ease-in;
    -moz-transition: background .15s ease-in;
    -o-transition: background .15s ease-in;
    -ms-transition: background .15s ease-in;
    transition: background .15s ease-in;
}

.product_attributes {
    list-style: none;
}

.product_attributes > li > span:first-child {
    font-weight: bold;
}

.st_wrapper {
    margin: 15px 0;
}

.stButton {
    margin: 0!important;
}

.widget-area-single-product {
    clear: both;
    margin: 15px;
}

.related {
    padding: 15px;
    clear: both;
}

.related > .products {
    list-style: none;
    overflow: auto;
}

.related > .products > .product {
    width: 250px;
    float: left;
}

.attachment-ko-small {
    width: 90px;
    height: 165px;
    margin-right: 10px;
}

.attachment-ko-audiobook {
    width: 90px;
    height: 90px;
    margin-right: 10px;
}

.attachment-shop_catalog {
    width: 90px;
    height: 145px;
    margin-right: 10px;
}

.attachment-shop_thumbnail {
    width: 65px;
    height: 100px;
    /*margin-right: 10px;*/
}

.related h3 {
    font-weight: normal;
}


.product_list_widget {
    overflow: auto;
    list-style: none;
}

.product_list_widget > li {
    float: left;
    width: 250px;
}



.add-on {
    background: #d4c290;
}

.input-prepend > input {
    width: 118px;
}

#header-checkout-link {
    background: #358f64;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #fff;
    text-shadow: 0 0 4px rgba(6,6,6,0.64);
    font-weight: bold;
}

#header-checkout-link:focus {
    background: #f48500;    
}


.mini-cart {
    list-style: none;
}

.mini-cart-item {
    margin-bottom: 10px;
}

.mini-cart-quantity {
    display: block;
}

.mini-cart-checkout,
.mini-cart-checkout:hover {
    background: #358f64;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #fff;
    text-shadow: 0 0 4px rgba(6,6,6,0.64);
    font-weight: bold;
}

.mini-cart-checkout:focus {
    background: #f48500;
    color: #fff;
}


.woocommerce-info {
    border-top: 3px solid #b48f5a;
}

.woocommerce-info:before {
    background-color: #b48f5a;
    content: "\F129";
    font-family: FontAwesome;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    margin: 15px!important;
}

.cart_totals > table {
    float: right;
}

.product-price,
.product-subtotal {
    text-align: right;
}

.cart-btn,
.cart-btn:hover {
    border-top: 0;
    color: #fff;
    text-shadow: 0 0 4px rgba(6,6,6,0.64);
    font-weight: bold;
    padding: 8px 15px;
}

.cart-btn-coupon,
.cart-btn-coupon:hover {
    background: #86ae0f;
}

.cart-btn-update,
.cart-btn-update:hover {
    background: #86ae0f;
}

.cart-btn-checkout,
.cart-btn-checkout:hover {
    background: #358f64;
}

#shipping_method > li > label,
.payment_methods > li > label {
    display: inline!important;
}

#payment {
    background: none!important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.payment_methods {
    padding: 0!important;
    border-bottom: none!important;
}

.payment_box {
    background: none!important;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    color: #333;
    text-shadow: none!important;
    border: 1px solid #ebe8eb;
}

.customer_details {
    margin-bottom: 15px;
}

.kow {
    margin: 15px;
}

.kow-ujdonsagok,
.kow-gradient {
    margin: 5px!important;
    overflow: auto;
    background: linear-gradient(to bottom, #fff 0%, #ecf0f1 100%);
    border-bottom: 3px solid #e0d4b2;
    padding: 10px;
}

.kow-products-layout1-left {
    float: left;
    width: 270px;
    list-style: none;
}

.kow-products-layout1-right {
    float: left;
    margin-left: 15px;
    width: 445px;
    list-style: none;
}

.ko-product.kopw-layout-1 {
    overflow: auto;
    margin-bottom: 30px;
}

.kow-headline {
    font-size: 14px;
}

.kow-products-layout2 .kow-headline {
    height: 50px;
}

.kow-thumbnail {
    float: left;
    margin-right: 10px;
}

.kow-excerpt {
    margin-top: 20px;
}

.kow-products-layout2 {
    list-style: none;
    overflow: auto;
}

.kow-products-layout2 > li {
    float: left;
    margin: 0 12px 30px 0;
    width: 240px;
}

.clearfloat {
    clear: both;
}

.kow-product-details {
    margin-left: 100px;
}

.kow-price {
    list-style: none;
    margin: 10px 0;
}

.kow-regular-price,
.kow-sale-price {
    font-size: 20px;
}

.kow-sale-price {
    color: #f48500;
}

.kow-price-discount {
    background: #358f64;
    display: inline-block;
    color: #fff;
    padding: 0 4px;
    border-radius: 5px;
    font-size: 11px;
    margin-left: 10px;
}

.kow-authors {
    font-size: 11px;
}

.kow-slider {
    overflow: auto;
}

.kow-slider-product-list {
    list-style: none;
    width: 320px;
    /*float: right;*/
}

.kow-slider-product-list > li {
    overflow: auto;
    margin-bottom: 10px;
}

.kow-slider-details {
    margin-left: 75px;
}

.products {
    list-style: none;
}

.product-category {
    width: 31%;
    float: left;
}

.product {
    overflow: auto;
    padding: 20px 0;
}

.product-list-item {
    overflow: hidden;
    padding: 20px 0;
    float: left;
    width: 245px;
    padding-right: 6px;
    height: 180px;
    position: relative;
}

/*
.product-details-price-block {
    position: absolute;
    bottom: 24px;
}
*/

.product-list-item > img {
    float: left;
}

.product-details {
    margin-left: 100px;
}

.attachment-shop_single {
    width: 220px;
}

.attachment-ko-big {
    width: 185px;
}

#shipping-box {
    clear: both;
    float: left;
    width: 538px;
    border: 1px solid #ddd;
    padding: 10px;
    background: #fff;
}

#shipping-box > p:first-child {
    margin: 0 0 15px 0;
    color: #86ae0f;
    font-weight: bold;
    font-size: 20px;
}

#shipping-options {
    list-style: none;
}

#shipping-options > li {
    margin-bottom: 10px;
    position: relative;
    margin-left: 40px;
}

#shipping-options > li:last-child {
    margin-bottom: 0;
}

#shipping-options > li > p {
    margin: 0;
}

#shipping-options > li > p:first-child {
    font-weight: bold;
}

.local-pickup:before {
    position: absolute;
    content: "\f007";
    font-family: "FontAwesome";
    left: -30px;
    top: 10px;
    font-size: 25px;
}

.pick-pack-pont:before {
    position: absolute;
    content: "\f041";
    font-family: "FontAwesome";
    left: -30px;
    top: 10px;
    font-size: 25px;
}

.courier:before {
    position: absolute;
    content: "\f0d1";
    font-family: "FontAwesome";
    left: -35px;
    top: 10px;
    font-size: 25px;
}

.products,
.woocommerce-ordering,
.woocommerce-result-count,
.page-title {
    margin: 15px;
}

.products {
    margin: 0 15px;
    overflow: auto;
}

.woocommerce-ordering {
    overflow: auto;
    margin: 0 15px;
}

.orderby {
    float: right;
}

.preview, .listen {
    float: left;
    margin-right: 5px;
    padding: 5px 30px 5px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff!important;
    text-shadow: 0 0 4px rgba(6,6,6,0.64);
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background: #358f64;
    position: relative;
}

.preview:before {
    position: absolute;
    content: "\F06E";
    font-family: FontAwesome;
    right: 10px;
}

.listen:before {
    position: absolute;
    content: "\F028";
    font-family: FontAwesome;
    right: 10px;
}

.product-details > h1 {
    font-size: 18px;
}

.woocommerce-pagination {
    float: right;
    margin: 30px 10px 0 0;
}

.page-numbers > li {
    float: left;
    overflow: auto;
    list-style: none;
    margin: 0 5px;
    padding: 5px 10px;
    border: 1px solid #ddd;
}

.widget-area-sidebar {
    margin: 15px 0 10px 0;
}

.widget-area-sidebar p {
    margin: 0;
}

.widget-area-sidebar input {
    width: 145px;
}

.sidebar_login_links {
    list-style: none;
    margin: 10px 0;
}

.sidebar_login_links a {
    color: #fff!important;
}

.rendeleseim-link,
.cimeim-link,
.fiokom-link,
.kijelentkezes-link {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}

.rendeleseim-link:before,
.cimeim-link:before,
.fiokom-link:before,
.kijelentkezes-link:before {
    position: absolute;
    font-family: FontAwesome;
    left: 0;
    color: #f48500;
}

.rendeleseim-link:before {
    content: "\F07A";
}

.cimeim-link:before {
    content: "\F0E0";
}

.fiokom-link:before {
    content: "\F007";
}

.kijelentkezes-link:before {
    content: "\F011";
}

#wp-submit {
    
    
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: #CCCCCC #CCCCCC #B3B3B3;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    
    background: #86AE0F;
    color: #FFFFFF;
    font-weight: bold;
    text-shadow: 0 0 4px rgba(6, 6, 6, 0.64);
    width: 160px;
}

.added_to_cart {
    display: block;
}

.login-remember {
    padding: 0 0 5px 0!important;
}

.addresses p {
    margin: 0;
}




.carousel {
  position: relative;
  margin: 20px 5px;
  line-height: 1;
  
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
  margin: 0 auto;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.right {
  right: 15px;
  left: auto;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-indicators {
  position: absolute;
  top: 342px;
  /*
  right: 15px;
  bottom: 15px;
  */
  left: 25px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  /*background-color: #333;*/
  background-color: rgb(53,39,31);
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid #fff;
}

.carousel-indicators .active {
  background-color: #86ae0f;
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
  color: #ffffff;
}

.carousel-caption h4 {
  margin: 0 0 5px;
}

.carousel-caption p {
  margin-bottom: 0;
}



.added_to_cart {
    background: #358F64;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 11px;
    margin: 2px 0 0 0;
    padding: 0 4px;
}

.commentlist.notes {
    list-style: none;
    margin: 0 0 20px 0;
}

.commentlist.notes p {
    margin: 0;
}

.footer-bar {
	box-shadow: 0 0 20px rgba(53,39,31,0.5);
	background: #fff;
	width: 770px;
	border-radius: 10px;
	padding: 5px 10px;
	position: relative;
	top: -25px;
	left: -95px;
	margin: 0 auto;
	overflow: auto;
	line-height: 23px;
}

.footer-bar-text {
	float: right;
	margin: 0;
}