
/*
---------------------------------------------
EKASE STYLES: DESKTOP
---------------------------------------------
*/


.ek-header *,
.ek-header *:before,
.ek-header *:after {
    box-sizing: border-box;
    outline: none;
   -webkit-tap-highlight-color: transparent;
}


html,
body {
    height: 100%;
}


/*
.wrapper {
    height: 100%;
    max-width: 990px;
    margin: 0 auto;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;   -- laikam vajadzēs
    width: 100%;
}

*/

/* COMMON CLASSES */

.ek-icon {
    background: transparent center no-repeat;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
}

.ek-left {
    float: left;
}

.ek-center {
    margin: 0 auto;
}

.ek-right {
    float: right;
}

/* MENU */

.ek-menu ul,
.ek-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* INPUT */

.input input,
.input select {
    appearance: none;
    background: #fff;
    border: none;
   -moz-appearance: none;
   -webkit-appearance: none;
}

/* INPUT-SEARCH */

.input-search {
    padding-right: 26px;
    overflow: hidden;
}

.input-search input {
    float: left;
    height: 26px;
    padding: 0 10px;
    width: 100%;
}

.input-search button {
    border: none;
    background: #fff center no-repeat;
    background-image: url("/images/resp/input_search.png");
    cursor: pointer;
    float: right;
    margin-right: -26px;
    height: 26px;
    width: 26px;
}

/* INPUT-SELECT */

.input-select select {
    background: #fff right center no-repeat;
    cursor: pointer;
    height: 26px;
    padding: 0 8px;
    padding-right: 26px;
}

.input-select select::-ms-expand {
    display: none;
}

/* HEADER */

.ek-header-top {
    background: #000;
    color: #fff;
    padding: 8px 10px;
    overflow: hidden;
}

.ek-header-bottom {
    background: #1d3432;
    height: 55px;
    padding: 0 10px;
    position: relative;
}

/* LANGUAGES */

.ek-languages {
    margin-right: 10px;
    padding: 2px 0;
}

.ek-languages select {
    background-color: #fff;
    background-image: url("/images/resp/select_gray.png");
    color: #000;
    height: 26px;
}

/* CURRENCY */

.ek-currency {
    margin-right: 10px;
    padding: 2px 0;
}

.ek-currency select {
    background-color: #605f5f;
    background-image: url("/images/resp/select_white.png");
    color: #fff;
    height: 26px;
}

/* SOCIAL BUTTONS */

.ek-social {
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
}

.ek-social ul,
.ek-social li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ek-social li {
    float: left;
    margin-left: 5px;
}

.ek-social span {
    display: block;
    padding: 0 5px;
}

.ek-social a.ek-icon {
    border-radius: 30px;
    height: 30px;
    width: 30px;
}

.ek-twitter {
    background-image: url("/images/resp/twitter.png");
}

.ek-facebook {
    background-image: url("/images/resp/facebook.png");
}

.ek-frype {
    background-image: url("/images/resp/frype.png");
}

.ek-ekase {
    background-image: url("/images/resp/ekase.png");
}

/* REGISTRATION */

.ek-register,
.ek-register a {
    display: block;
    height: 30px;
}

.ek-register a {
    color: #fff;
    line-height: 30px;
    padding: 0 10px;
    text-decoration: none;
}

/* MAIN MENU */

.ek-menu-toggler,
.ek-menu-toggler a {
    height: 55px;
    width: 55px;
}

.ek-menu-toggler {
    position: absolute;
    left: 10px;
    top: 0;
}

.ek-menu-toggler a {
    background-image: url("/images/resp/menu.png");
    text-indent: -9999px;
    overflow: hidden;
}

.ek-menu-main {
    background: #1d3432;
    bottom: 0;
    left: -100%;
    padding: 20px;
    position: absolute;
    transition: all 0.3s ease;
    top: 100px;
    width: 320px;
    z-index: 1000;
}

.ek-menu-main-active {
    left: 0;
}

.ek-menu-main li {
    font-family: "stag";
    font-size: 22px;
    font-style: italic;
    text-align: center;
}

.ek-menu-main a  {
    color: #fff;
    display: block;
    padding: 15px;
    text-decoration: none;
}

.ek-menu-main a.ek-close  {
    background-image: url("/images/resp/close.png");
    height: 30px;
    margin-left: auto;
    width: 30px;
}

.ek-menu-main ul ul li {
    font-size: 16px;
}

.ek-menu-main ul ul a {
    color: #558d72;
}

/* LOGO */

.ek-logo,
.ek-logo a {
    display: block;
    font-family: "stag";
    font-size: 22px;
    height: 55px;
    line-height: 55px;
    margin: 0 auto;
    width: 150px;
}

.ek-logo a {
    background: transparent no-repeat;
    background-image: url("/images/resp/logo.png");
    color: #fff;
    padding-left: 65px;
    text-decoration: none;
    overflow: hidden;
}

/* SEARCHBAR */

.ek-searchbar-toggler,
.ek-searchbar-toggler a {
    height: 55px;
    width: 55px;
}

.ek-searchbar-toggler {
    position: absolute;
    right: 10px;
    top: 0;
}

.ek-searchbar-toggler a {
    background-image: url("/images/resp/search.png");
    text-indent: -9999px;
    overflow: hidden;
}

.ek-searchbar {
    background: rgba(0, 0, 0, 0.8);
    right: -100%;
    padding: 10px;
    position: absolute;
    transition: all 0.3s ease;
    top: 100px;
    width: 320px;
}

.ek-searchbar-active {
    right: 0;
}


.shoppingCartBox_Mobile
{
	background: url(/images/cartIcon.png) no-repeat;
	background-position: center;
	width: 18px;
	height: 18px;
	cursor: pointer;
        padding: 0 20px;
        margin: 6px 0;
}

.shoppingCartBox_Mobile .cartAmount
{
        display: block;
	width: 15px;
	height: 15px;
	background: url(/images/cartAmount.png);
	background-repeat: no-repeat;
	line-height: 15px;
	font-size: 8px;
	color: #000;
	text-align: center;
        position: absolute;
}
.shoppingCartBox_Mobile .cartAmount a
{
	color: black;
}

.bundleItem {
    font-weight: bold;
    text-decoration: underline;
    cursor: url(hand.cur), pointer;
}

.bundleIconCell {
    padding-right: 0px !important;
    width: 15px;
}

.bundleTitle {
    padding: 8px 0px !important;
}

.bundleTitleSeated {
    text-align: left;
}

.countCell {
    text-align: left;
    width: 70px;
}

/*
---------------------------------------------
EKASE STYLES: RESPONSIVE
---------------------------------------------
*/
@media screen and (max-width: 580px) {

    .ek-login,
    .ek-social span {
        display: none;
    }

    .ek-menu-main,
    .ek-searchbar {
        width: 100%;
    }
}

