
#primary-navigation.primary-navigation a {
    /*font-size: 21px;*/
}
#primary-navigation .ubermenu-responsive-toggle.ubermenu-responsive-toggle-main.ubermenu-skin-none.ubermenu-loc-primary {
    display: none;
}

#search-container .search-box.logged-in .search-field {
    width: 250px;
}
#search-container .search-box.logged-in .search-submit {
    right: auto;
    left: 230px;
}

.user-icons .user-icon {
    display: inline-block;
    position: relative;
}

.user-icons .user-icon .info {
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 998;
    display: none;
}

.arrow_box { position: relative; background: #fff; text-align: center; min-width: 150px; padding: 10px; } 
.arrow_box:after { bottom: 100%; right: 10px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(0, 0, 0, 0); border-bottom-color: #fff; border-width: 7px; margin-left: -7px; }
.user-icon .user-icon .info .user-icon-arrow {
    background: url(../img/arrow.png) no-repeat top right;
    width: 14px;
    height: 7px;
    float: right;
    margin-top: -7px;
}
.user-icons .glyphicon {
    font-size: 13px;
    color: #fff;
	background: #00adef;
	padding: 10px;
	
}
.user-icons {
    float: right;
    padding-left: 15px;
    padding-top: 15px;
}

.login-box {margin-top: 17px; border-radius: 0; font-size: 13px; padding: 5px 20px; color: #A9906A; text-align: center; position: absolute; right: 0; top: 0; z-index: 999;}
	.login-box .login-button {cursor: pointer;min-width: 120px; background: rgba(0,0,0,0.8); margin-top: -6px; margin-right: -21px; border: 1px solid #A9906A; border-radius: 0; font-size: 14px; padding: 5px 20px; color: #A9906A; text-align: center; display: inline-block; float: right;}
	.login-box .login-button:hover {border: 1px solid #fff;}
	.login-box.open .login-button:hover {border: none; color: #fff;}
	.login-box.open .login-button {border: none;background: none;}
	.login-box.open {border: 1px solid #A9906A; background: rgba(0,0,0,0.8); width: 250px;}
	.login-box .login-form {display: none; padding-top: 30px;}
	.login-box.open .login-form {display: block;text-align: left;color: #fff;}
	.login-box .login-form label {display: block;}
	.login-box .login-form input[type="text"],.login-box .login-form input[type="password"] {width: 220px;padding:10px 5px;}
	.login-box .login-form input[type="submit"] {padding: 10px 20px;}

#menu-basket a {
    background: url(../img/basket.png) no-repeat #00adef center center;
    width: 74px;
    height: 94px;
    position: relative;
    display: block;
    cursor: pointer;
    z-index: 998;
}
    #menu-basket #basket-count {
        position: absolute;
        left: 11px;
        font-size: 14px;
        font-weight: bold;
        top: 11px;
        color: #fff;
        width: 20px;
        text-align: center;
    }
input#shop-amount-value {
    width: 36px;
    height: 36px;
    min-width: 36px;
    text-align: center;
    background: url(../img/amount-input.png) no-repeat center center;
    padding: 0;
}
span#minus-amount, span#plus-amount {
    width: 36px;
    height: 36px;
    display: inline-block;
    cursor: pointer;
    margin-bottom: -5px;
}
span#minus-amount {
    background: url(../img/minus-amount.png) no-repeat center center;
}
span#plus-amount {
    background: url(../img/plus-amount.png) no-repeat center center;
}
.add-to-cart-box select#shop-size {

}
#shop-size-selector {
	width: 117px;
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	padding-right: 20px;
    background: url(../img/size-select-input.png) no-repeat top left;
    cursor: pointer;
    overflow: hidden;
    font-size: 12px;
}
.add-to-cart-box .dropdown-menu {
    border-radius: 0;
    margin-top: 0;
    width: 117px;
    min-width: 117px;
    text-align: right;
    -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0;
}
.add-to-cart-box .dropdown-menu li {
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(240,240,240,1);
-moz-box-shadow: inset 2px 2px 2px 0px rgba(240,240,240,1);
box-shadow: inset 2px 2px 2px 0px rgba(240,240,240,1);
	border-bottom: 1px solid #ccc;
	padding: 5px;
	color: #666;
}
.add-to-cart-box .dropdown-menu li:hover {
    background: #eee;
    -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  cursor: pointer;
}
.add-to-cart-box table, .add-to-cart-box table td {
    border: none;
    vertical-align: middle;
}
.add-to-cart-box table td {
    padding-right: 10px;
}
.add-to-cart label {
    display: block;
    padding-top: 3px;
}

table#prike-shop-cart table#order-details-table {
    border: 0px;
}
table#prike-shop-cart table#order-details-table tbody th,
table#prike-shop-cart table#order-details-table tbody td {
    border: 0px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}

table#prike-shop-cart {
    width: 100%;
    border: none;
}
    table#prike-shop-cart td, table#prike-shop-cart th {
        border: none;
    }
    table#prike-shop-cart thead th {
        background: #e7e6e4;
        padding: 20px;
        font-size: 20px;
        text-transform: none;
    }
    table#prike-shop-cart tfoot th {
        text-transform: none;
        font-size: 20px;
        color: #424242;
    }
    table#prike-shop-cart tfoot tr.final-sum th {
        text-transform: uppercase;
        font-size: 24px;
        padding-top: 20px;
        font-weight: bold;
        color: #000;
    }
    table#prike-shop-cart tbody td {
        border-bottom: 2px solid #b0bbc3;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 18px;
        font-weight: bold;
    }
        table#prike-shop-cart tbody td table.cart-amount {
            width: 200px;
            height: 60px;
        }
        table#prike-shop-cart tbody td table.cart-amount, 
        table#prike-shop-cart tbody td table.cart-amount td {
            border: 0;
            padding: 0;
            margin: 0;
            margin-bottom: -5px;
        }
        table#prike-shop-cart tbody td h3 {
            text-transform: uppercase;
        }
            table#prike-shop-cart tbody td h3 a {
	            color: #000;
	            text-decoration: none;
            }
        table#prike-shop-cart tbody td .size {
            font-weight: normal;
            font-size: 14px;
        }
        table#prike-shop-cart .prike-shop-remove-product {
            font-size: 15px;
            font-weight: normal;
            color: #b18361;
            margin-left: 80px;
            cursor: pointer;
        }
	        table#prike-shop-cart .prike-shop-remove-product i {
	            color: #00a0e1;
	        }
    table#prike-shop-cart .cart-image {
        width: 80px;
        height: 102px;
        text-align: center;
        border: 1px solid #ccc;
        background: #fff;
    }
    #prike-shop-order label {
        display: block;
    }
    #prike-shop-order input[type="text"] {
        max-width: 280px;
        width: 280px;
        min-width: auto;
    }
    #prike-shop-order .success-message {
        text-align: center;
        
    }
textarea#hobbies {
    border: 1px solid #cacaca;
    -webkit-box-shadow: inset 1px 1px 1px 0px rgba(237,237,237,1);
-moz-box-shadow: inset 1px 1px 1px 0px rgba(237,237,237,1);
box-shadow: inset 1px 1px 1px 0px rgba(237,237,237,1);
}
table.without-border, 
table.without-border th,
table.without-border td {
    border: none;
}
table.without-border.drinks td {
	padding: 3px;
}
.user-profile-title {
    padding: 10px;
    background: #ddd;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 40px;
}
#user-profile-form #shop-size-selector {
    width: 350px;
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
    padding-right: 20px;
    background: url(../img/age-select-input.png) no-repeat top left;
    cursor: pointer;
    overflow: hidden;
    font-size: 14px;
}
#user-profile-form .dropdown-menu {
    border-radius: 0;
    margin-top: 0;
    width: 350px;
    min-width: 350px;
    text-align: right;
    margin-left: 10px;
    -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0;
}
#user-profile-form .dropdown-menu li {
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(240,240,240,1);
-moz-box-shadow: inset 2px 2px 2px 0px rgba(240,240,240,1);
box-shadow: inset 2px 2px 2px 0px rgba(240,240,240,1);
    border-bottom: 1px solid #ccc;
    padding: 5px;
    color: #666;
}
#user-profile-form .dropdown-menu li:hover {
    background: #eee;
    -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  cursor: pointer;
}

@media screen and (max-width: 1200px){
    #primary-navigation .ubermenu-responsive-toggle.ubermenu-responsive-toggle-main.ubermenu-skin-none.ubermenu-loc-primary {
        display: block;
    }
    #primary-navigation .navbar-right {
       float: right;
       margin-top: -58px;
    }
    #menu-basket #basket-count {
       margin-top: 14px;
    }
    #login-box-logged-in {
        right: 100px;
    }
    .user-icons {
        margin-bottom: 20px;
    }
    #search-container {
        display: none;
    }
    form.search-form {
        float: left;
    }
}

@media screen and (min-width: 800px) and (max-width: 1200px) {
    #primary-navigation .navbar-right {
       float: right;
       margin-top: 0px;
    }
    #menu-basket #basket-count {
       margin-top: 0px;
    }
    .user-icons {
        float: right;
        height: auto;
    }
    #primary-navigation .navbar-right {
       float: right;
       margin-top: -28px;
    }
}