/*
 * Yorokobi eshop CSS
 * ------------------- GENERAL -------------------
 * @author Lilco
 http://www.colorcombos.com/color-schemes/2/ColorCombo2.html
 */
 
html, body {
	margin: 0;
	padding: 0;
	font-family: Arial;
}
body
{
    background: #FFE6BC;
}
#top-head
{
	width: 100%;
	background: #AB5600;
	padding: 5px;
	box-sizing: border-box;
}
.user-login-panel
{
	position: relative;
	text-align: right;
}
.user-login-panel a
{
	color: #fff;
}

h1
{
    color: #fff;
    text-shadow: 2px 2px 5px #000;
    margin: 0;
    padding-left: 5px;
    font-weight: 100;
    margin-top: 7px;
    font-size: 50px;
}
#header {
	background: #B5A65B;
	color: #fff;
	height: 80px;
	width: 100%;
	border-bottom: 5px solid #AB5600;
	padding-left: 5px;
	padding-right: 5px;
	box-sizing: border-box;
}
#header .miniblock, #header .miniblock img
{
	display: inline-block;
	height: 80px;
}
#header .miniblock img.userPanelIcon 
{
	height: 60px;
	border-radius: 60px;
	vertical-align: middle;
}
#header a, a.contact-link {
    color: #000;
	text-decoration: none;
}
#header a.blackLink {
	color: #000;
}
#header a:hover, #header a.active, a.contact-link:hover, a.contact-link:active {
	color: #AB5600;
}
#header ul.navigation {
	list-style-type: none;
	line-height: 80px;
	text-align: center;
	margin: 0;
	padding: 0;
}
#header ul.navigation li {
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
}
.top_table
{
	display: table;
	height: 80px;
	width: 100%;
}
.top_column
{
	display: table-cell;
	vertical-align: top;
}
.userPanel
{
	position: absolute;
	display: none;
	width: 140px;
	right: 0;
	z-index: 50;
	box-sizing: border-box;
}
.userPanel .up-inblock
{
	float: right;
	background: #eee;
	border-bottom: 4px solid #AB5600;
	box-shadow: 0px 0px 10px #000;
	padding: 5px;
}
.userPanel .up-inblock a
{
	color: #000;
}

#container-outer
{
	margin: auto;
	max-width: 1000px;
	padding: 10px;
}
#container
{
	display: table;
	min-height: 600px;
	margin: auto;
	margin-top: 20px;
}
#side-nav
{
	display: table-cell;
	min-width: 225px;
	min-height: 200px;
	background: #F5C493;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
#side-nav .inblock
{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
#side-nav ul
{
	list-style-type: none;
	padding: 0;
}
#side-nav ul li:not(.subitem)
{
	display: block;
	position: relative;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
	box-sizing: border-box;
}
#side-nav ul li:not(.subitem):hover
{
	background: #AB5600;
	color: #fff;
}
#side-nav ul li a
{
	display: block;
	text-decoration: none;
	line-height: 30px;
	height: 30px;
	color: #000;
	box-sizing: border-box;
}
#side-nav ul li a:hover, #side-nav ul li:hover a
{
	color: #fff;
	background: #AB5600;
}
#side-nav ul li ul.subitem
{
	position: absolute;
	z-index: +50;
	margin-left: 195px;
	top: 0px;
	vertical-align: top;
	width: 200px;
	display: none;
}
#side-nav ul li ul.subitem li.subitem a
{
	margin-top: 0px;
	background: #B5A65B;
	color: #fff;
	border-bottom: 1px solid #fff;
}
#side-nav ul li ul.subitem li.subitem a:hover
{
	background: #AB5600;
}
.fright
{
	float: right;
}

#content
{
	display: table-cell;
	min-height: 500px;
	width: 800px;
	vertical-align: top;
}
#content .inblock
{
    background: none;
    color: #AB5600;
    border: 0;
}
#content .inblock h2
{
    font-size: 30px;
    font-weight: bold;
}
.paragraph
{
	max-width: 100%;
	margin-top: 20px;
}
.product-block
{
	display: inline-block;
	width: 32%;
	text-align: center;
	vertical-align: bottom;
	margin-top: 20px;
	padding: 10px;
	box-sizing: border-box;
}
@media screen and (max-width: 910px)
{
	.product-block
	{
		width: 48%;
	}
}
@media screen and (max-width: 730px)
{
	.product-block
	{
		width: 99%;
	}
}
.product-block img
{
	max-width: 100%;
}
.product-block h3
{
	font-size: 20px;
	font-weight: 100;
	bottom: 0;
	width: 100%;
	vertical-align: bottom;
}
.product-block a
{
	text-decoration: none;
	color: #000;
}
.product-img-primary
{
	position: relative;
	display: inline-block;
	height: 100px;
}
.product-img-primary img
{
	max-width: 100%;
	max-height: 100%;
}
.product-title
{
	margin-top: 5px;
	vertical-align: bottom;
	position: relative;
}
.product-title h3
{
	margin: 0;
}
a.cart_button
{
    color: #0000ff;
}
.price-field
{
	padding: 10px;
	line-height: 40px;
	box-sizing: border-box;
}
.cart-icon
{
	float: right;
	display: block;
	width: 50px;
	background-color: #AB5600;
	height: 40px;
	line-height: 40px;
	background-image: url("/images/WEB/cart-icon.png");
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center;
}

.inblock
{
	display: block;
	width: 100%;
	background: #B5A65B;
	border-bottom: 5px solid #AB5600;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.inblock h2
{
    font-size: 20px;
	font-weight: 200;
	padding: 0px;
	margin: 0px;
}
a.button
{
	display: inline-block;
	position: relative;
	height: 40px;
	font-family: calibri;
	line-height: 40px;
	background: #B5A65B;
	color: #097054;
	text-decoration: none;
	text-align: right;
	padding-right: 10px;
	padding-left: 50px;
	margin: auto;
}
a.button:hover
{
	background: #AB5600;
}
.inbutton
{
	display: block;
	position: absolute;
	left: 0px;
	background: #AB5600;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	width: 35px;
	vertical-align: middle;
	text-align: center;
}

#footer {
	position: relative;
	border-top: 5px solid #B5A65B;
	color: #000;
	margin-top: 40px;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.content {
	margin: auto;
	max-width: 1000px;
}
.half-block
{
	display: inline-block;
	width: 48%;
	vertical-align: top;
}
.text-center
{
	text-align: center;
}

/* Form styles */
.form-block
{
	padding: 5px;
}
.form-block input, textarea
{
	border: 1px solid #000;
	padding: 5px;
}
.form-block .form-label, .form-block label
{
}

.filterForm .form-block
{
	display: inline-block;
}
.filterForm .form-block input, textarea
{
	border: 1px solid #000;
	padding: 5px;
}
.filterForm .form-block .form-label, .filterForm  .form-block label
{
}
.borderRed 
{
	border: 1px solid #AB5600 !important;
}
.cRed
{
	color: #AB5600;
}
.cGreen
{
	color: #009900;
}
.fullWidth 
{
	width: 100%;
	box-sizing: border-box;
}
.fatElement
{
	padding: 10px !important;
	width: 100%;
	box-sizing: border-box;
}

.thisProduct-top-table
{
	display: table;
	width: 100%;
}
.thisProduct-top-table-cell
{
	display: table-cell;
	vertical-align: top;
	padding: 10px;
	box-sizing: border-box;
}
.thisProduct-top-table-cell.left
{
	width: 270px;
}
.thisProduct-top-table-cell.right p.top
{
	padding: 0;
	margin: 0;
}
.thisProduct-top-table-cell img
{
	width: 100%;
	max-width: 200px;
}
.paragraph-title
{
	display: block;
	color: #AB5600;
}
.product-info
{
	padding-left: 20px;
	box-sizing: border-box;
}
.review-block
{
	border: 1px solid #c0c0c0;
	margin-bottom: 10px;
}
.review-top
{
	width: 100%;
	background: #c0c0c0;
	padding: 5px;
	box-sizing: border-box;
}
.review-top-right
{
	float: right;
}
.review-content
{
	padding: 5px;
	box-sizing: border-box;
}
textarea.reviewTextarea
{
	width: 100%;
	height: 100px;
}
.miniimage
{
	display: inline-block;
	max-width: 80px;
	max-height: 80px;
}
.mainimage
{
	display: inline-block;
}
table.product-info-table td, table.product-info-table th
{
	vertical-align: top;
	padding-bottom: 10px;
}
table.product-info-table th
{
	font-weight: 100;
	text-align: left;
	color: #AB5600;
	width: 100px;
}
table.product-info-table h3
{
	font-weight: 100;
	margin: 0;
	padding: 0;
}

table.order-info-table td, table.order-info-table th
{
	vertical-align: top;
	padding: 5px;
	padding-bottom: 10px;
}
table.order-info-table th
{
	text-align: right;
	color: #aa0000;
	font-weight: 100;
}
table.order-info-table h3
{
	font-weight: 100;
	margin: 0;
	padding: 0;
}
.red
{
	color: #AB5600;
}
.green
{
	color: #009900;
}

table.list-table
{
	width: 100%;
}
table.list-table th, table.list-table td
{
	padding: 10px;
	box-sizing: border-box;
}

.align-right
{
	text-align: right !important;
}

.flash-message
{
	width: 100%;
	margin: auto;
	margin-top: 10px;
	padding: 10px;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	z-index: 150;
	font-size: 20px;
}
.flash-message.red
{
	background: #AB5600;
}
.flash-message.green
{
	background: #009900;
}

a.gallery-image
{
	display: inline-block;
	width: 150px;
	margin: 5px;
	vertical-align: top;
}
a.gallery-image img
{
	max-width: 100%;
}
#shadow-wall
{
    display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 110px;
	bottom: 0;
	background: #eee;
	z-index: 200;
}
a.variant
{
	display: inline-block;
	height: 30px;
	min-width: 20px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 30px;
	text-align: center;
	color: #000;
	text-decoration: none;
}
a.variant:hover
{
	color: #AB5600;
}
a.variant.selected
{
	border: 1px solid black;
}
.cart-block
{
	vertical-align: middle;
	margin-top: 18px;
	margin-right: 10px;
}
.cart-block a
{
	display: block;
	vertical-align: top;
}
.cart-block img
{
	height: 40px !important;
	margin-right: 5px;
}
.cart-block .cart-para
{
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
}
a.n-link
{
	color: #000;
	text-decoration: underline;
}
a.n-link:hover
{
	color: #AB5600;
}
img.arrow-icon
{
	height: 10px;
	width: auto;
}
table.cart-table
{
	width: 100%;
}
table.cart-table td
{
	text-align: center;
}
#brands_logos
{
	margin: auto;
	width: 100%;
	max-width: 1000px;
	margin-top: 10px;
}
#brands_logos .brand-logo
{
	display: inline-block;
    margin: 0;
    width: 24%;
    padding: 0;
    text-align: center;
}
#brands_logos .brand-logo img
{
    vertical-align: middle;
    max-height: 100px;
    max-width: 80%;
}
#brands_logos .brand-logo.adidas img
{
    max-height: 80px;
}
#brands_logos .brand-logo.nike img
{
	max-height: 50px;
}
.help-box
{
	font-weight: bold;
	vertical-align: middle;
	margin-bottom: 10px;
}
.help-box img
{
	float: left;
	padding-right: 15px;
	height: 35px;
}
a.page-link
{
	color: #000;
	font-weight: bold;
}
a.page-link:hover, a.page-link.p-active
{
	color: #AB5600;
}
a.page-link-arrow
{
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	background: #B5A65B;
	color: #097054;
	text-decoration: none;
}
a.page-link-arrow:hover
{
	color: #AB5600;
}
.align-right
{
	text-align: right;
}

.footer-t
{
	color: #cc0000;
}
.footer-body
{
	width: 100%;
	max-width: 1000px;
	margin: auto;
	vertical-align: top;
}
.footer-copyright
{
	vertical-align: top;
	display: inline-block;
	width: 55%;
}
.footer-info
{
	vertical-align: top;
	width: 20%;
	display: inline-block;
}
.footer-info a
{
    color: #000;
	text-decoration: none;
}
.footer-info a:hover
{
	color: #fff;
	text-decoration: underline;
}
.footer-contact
{
	vertical-align: top;
	width: 20%;
	display: inline-block;
	color: #c0c0c0;
}
img.fb-icon
{
    vertical-align: bottom;
    padding-left: 10px;
    padding-right: 10px;
}

label {
    display: block;
}

.incontent
{
    padding: 10px;
    box-sizing: border-box;
}