/* basics */
.clear { clear:both; }
.left { float:left; }
.right { float:right; }
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/*--IVAN POPOV NEW CODE 06.03.2016 --*/
body {
    background: #d9dbd7 !important;
}
#header-container {
	width:100%;
	height:72px;
	background:#fff;
	border-bottom:1px solid #d0d0d0;
    font-size: 14px;
    font-family: Cuprum;
    font-weight: 400;
    background: #ffffff; /*-- #2e2e2e; --*/
    border-style: solid;
    border-color: #0894d8;
    border-top-width: 4px;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
	padding-bottom: 80px;
    color: #f9f8f4;
}
#header {
	width:1024px;
	height:72px;
	margin: 0 auto;
	position: relative;
	color: #f9f8f4;
    font-size: 14px;
    font-family: Cuprum;
    font-weight: 400;
}
#top-menu {
	height:20px;
	width: 100%;
    float: none;
    position: absolute;
    left: 0; 
	top: 60px; 
    background: #d9dbd7;
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-style: solid;
    border-color: #d4d6d2;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    padding-bottom: 0;
    z-index: 15;
}
#top-menu ul li a {
	height:30px;
	text-decoration:none;
	text-transform:uppercase;
	position:relative;
	padding-left: 45.4833px;
    padding-right: 65.4833px;
    transition: none;
    color: #ffffff;
    border-color: #6eb7db;
    font-size: 17px;
    font-family: Cuprum;
    font-weight: 700;
    color: #2f444f;
    padding-bottom: 13px;
	background: #d9dbd7;
	padding-top: 10px;
}
#top-menu ul li {
	float:left;
	display:block;
	position:relative;
	border-left: 1px solid rgba(0, 0, 0, 0.13);
	margin-right: 0px;
}
#top-menu ul li a.current {
    border-color: #6eb7db;
    background: #6eb7db;
    color: #FFFFFf;
}
#content-wrap {
	width:100%;
	background:#f5f5f5;
	margin-top: 45px;
}
#category-list h2 {
	clear:both;
	padding:5px 0 5px 10px;
	color:#fff;
	text-transform:uppercase;
	border-bottom:1px solid #d0d0d0;
	background-color: #36bdff;
    font-weight: 400;
    font-size: 25px;
    margin-top: 10px;
}
ul#cat-nav li:before {
    color: #36bdff !important;
}
#user-block h2 {
    background: #0d587e;
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    padding: 12px 18px;
    position: relative;
    margin-left: 0px !important;
    margin-top: 0px !important;
}
#user-block {
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
}
#top-menu ul li a:hover { color:#0d587e; }
/*-----Tag rules-----*/
html, body, div, span, a, p, h1, h2, h3, h4, h5, h6, h7, li, ul, td, tr, table, img, input, object, param, textarea{
	margin:0;
	padding:0;
}
html, body {
	height:100%;
	min-height:100%;
	line-height:normal;
}
img { border:0; }
a {
	color:#22c4ed;
	text-decoration:underline;
}
a:hover {
	color:#acacac;
	text-decoration:none;
}
hr { }

strong { 
    font-weight: bold;
}
/*-----Structure------*/
body {
	background:#fff;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#555555;
	font-size:11pt;
}
#page-wrap {
	width:100%;
	margin:0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#content-container {
	width:1024px;
	margin:0 auto;
	background:#fff;
}
#sidebar {
	width:264px;
	float:left;
	padding-bottom:20px;
}
#content {
	width:760px;
	float:right;
	padding:0 0 20px;
}
#footer-wrap {
	width:100%;
	background:#fff;
	border-top:1px solid #d0d0d0;
}
#footer {
	width:1024px;
	margin:0 auto;
	padding:10px;
}
/*--------Typography---------*/
h1 {
	font-weight:300;
	font-size:24px;
	text-transform:uppercase;
	color:#ee4249;
}
h2 {
	font-weight:300;
	font-size:22pt;
	color:#555;
}
h3 {
	font-weight:700;
	font-size:16px;
	margin: 10px 0 0;
}
p {
	font-size:11px;
	margin-bottom:5px;
	text-align:justify;
}
/*----------Header-----------*/
#logo {
	height:72px;
	width:260px;
	float:left;
}
#logo a h1 { text-indent:-9999px; }
#logo a { text-align:center; }
#top-menu ul { list-style:none; }
/*--- DROPDOWN ---*/
#top-menu #nav ul {
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	list-style:none;
	position:absolute;
	left:-9999px;
	top:15px;/* Hide off-screen when not needed (this is more accessible than display:none;) */
	z-index:10;
	padding:5px 0 5px 10px;
}
#top-menu #nav ul li {
	padding:10px 0; /* Introducing a padding between the li and the a give the illusion spaced items */
	clear:both;
	min-width:100%;
}
#top-menu #nav ul a {
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	text-align:left;
	float:none;
	font-size:9pt;
	text-transform:none;
}
#top-menu #nav ul li .menu-line { display:none; }
#top-menu #nav li:hover ul { /* Display the dropdown on hover */ left:0; /* Bring back on-screen when needed */ }
#top-menu #nav li:hover ul a { /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */ text-decoration:none; }
#top-menu #nav li:hover ul li a:hover { /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	text-decoration:none;
	color:#aaa;
}
#top-menu #nav li ul li.current_page_item a { color:#aaa; }
/*-----Search----*/
#search {
	margin-right:10px;
	text-align:right;
	width:200px;
	float:right;
	height:20px;
}
#search input { float:left; }
#search input[type=button] {
	background:#555;
	color:#fff;
	border:0;
	padding:2px 5px;
	cursor:pointer;
}
#search input[type=button]:hover { background:#acacac; }
/*-----Basket-bar----*/
#basket-bar {
	margin-right:10px;
	text-align:right;
	float:right;
	top:2px;
	right:0;
	background: url('images/basket_bar-icon.png') no-repeat left center;
	padding-left: 40px;
	text-align: left;
	font-size: 12px;
	position: absolute;
}
#basket-bar a{
	text-decoration: none;
}
#basket-bar .basket-bar-items{

}

/*----------Sidebar-----------*/
/*--New code--*/
ul#cat-nav li:before {
    color: #f90;
    content: "\25A0";
    left: -7px;
    font-size: 11px;
}
ul#cat-nav li.current:before {
    color: #ccc;
    content: "\25A0";
    left: -7px;
    font-size: 11px;
}
/*--New code--*/
#sidebar h2 {
	margin:10px 0 10px 10px;
	border-bottom:1px solid #d0d0d0;
}
#user-block input { margin:5px 10px; }
#user-block .login-links {
	margin-left:10px;
	font-size:10pt;
}
#side-menu ul#cat-nav { margin:0 0 0 20px; }
#side-menu ul#cat-nav li { margin:5px 0; }
#side-menu ul#cat-nav li a {
	/*background:url(images/sidemenu-cat.png) left center no-repeat;
	padding-left:12px; */
	text-decoration:none;
	
}
#side-menu ul#cat-nav li.current a { /*background-image:url(images/sidemenu-cat-current.png); */}
#side-menu ul#cat-nav li a h3 {
	display:inline;
	color:#555;
	font-size:11pt;
	font-weight:400;
}
#side-menu ul#cat-nav li a:hover h3 { color:#22c4ed; }
#side-menu ul#cat-nav li ul#subcat-nav { margin-left:10px; }
#side-menu ul#cat-nav li ul#subcat-nav li a {
	/*background:url(images/sidemenu-subcat.png) left center no-repeat;*/
	padding-left:0px;
	text-decoration:none;
}
#side-menu ul#cat-nav li ul#subcat-nav li a h4 {
	display:inline;
	color:#555;
	font-size:10pt;
	font-size:400;
}
#side-menu ul#cat-nav li ul#subcat-nav li a:hover h4 { color:#22c4ed; }
#side-menu ul#cat-nav li.current ul#subcat-nav li.current a { /*background-image:url(images/sidemenu-subcat-current.png);*/ }
#side-menu ul#cat-nav li.current ul#subcat-nav li.current a h4, #side-menu ul#cat-nav li.current a h3 { color:#22c4ed; }
#news-container .news-item { padding:2px 15px; }
#news-container .news-item h3 {
	color:#acacac;
	font-weight:400;
	font-size:12pt;
}
#news-container .news-item p {
	font-size:10pt;
	padding:5px 0;
}
/*-----------Slider-------------*/
#slider {
	width:760px;
	height:260px;
	border-left:1px solid #d0d0d0;
}
/*---------Footer----------*/
#footer .follow {
	width:250px;
	float:left;
	height:150px;
}
#footer .contacts {
	width:250px;
	float:left;
	height:150px;
	color:#555;
}
#footer .quicklinks {
	width:500px;
	float:left;
	border-left:1px solid #d0d0d0;
	padding-left:20px;
}
#footer .follow h4, #footer .contacts h4, #footer .quicklinks h4 {
	font-weight:400;
	text-transform:uppercase;
	font-size:12px;
	margin-left:10px;
	color:#555;
	padding:5px 0 10px;
}
#footer .follow ul {
	list-style:none;
	margin:10px;
}
#footer .follow ul li {
	display:inline;
	width:22px;
	height:22px;
	margin: 0 10px;
}
#footer .follow ul li a {
	width:22px;
	height:22px;
	text-indent:-9999px;
}
#footer .contacts span {
	font-size:22px;
	font-weight:400;
	margin:10px 0;
}
#footer .quicklinks ul {
	list-style:none;
	float:left;
	width:240px;
	font-size:12px;
}
#footer .quicklinks ul li { margin: 5px 10px; }
#footer .quicklinks ul li a {
	color:#555;
	text-decoration:none;
}
#footer .quicklinks ul li a:hover { color:#acacac; }
#footer .copyright {
	width:1024px;
	height:20px;
	font-size:12px;
	color:#555;
	clear:left;
	margin: 0 auto;
	text-align:center;
}
/*--------homepage-category---------*/
#category-list {
	width:760px;
	border-left:1px solid #d0d0d0;
}
#category-list .category-group {
	width:252px;
	height:230px;
	float:left;
	border-right:1px solid #d0d0d0;
	border-bottom:1px solid #d0d0d0;
}
#category-list .category-group h3 {
	color:#acacac;
	text-transform:uppercase;
	padding:0 0 0 10px;
	font-size:14pt;
	font-weight:400;
}
#category-list .category-group ul { padding-left:20px; }
#category-list .category-group ul li { padding:3px 0; }
#category-list .category-group ul li a { text-decoration:none; }
#category-list .category-group ul li a h4 {
	color:#555;
	font-size:10pt;
}
#category-list .category-group ul li a:hover h4 { color:#22c4ed; }
/*--------product list---------*/
#product-list {
	width:760px;
	padding:10px 0;
	float:right;
}
#product-list h2 {
	clear:both;
	margin:10px 0 10px 10px;
	border-bottom:1px solid #d0d0d0;
	padding:5px 0;
}
#product-list .product-list-item {
	width:230px;
	height:230px;
	float:left;
	margin:11px;
}
#product-list .product-list-item a {
	text-decoration:none;
	width:230px;
	height:230px;
	display:block;/* border:5px solid transparent; Part One of border hover on product-list-time */
}
/* #product-list .product-list-item a:hover {border:5px solid #eee;} Part Two of border hover on product-list-time  */	
#product-list .product-list-item a:hover img {
	opacity:0.9;
	filter: alpha(opacity=90);
}
#product-list .product-list-item a h3 {
	text-align:center;
	text-decoration:none;
	width:100%;
	color:#acacac;
}
#product-list .product-list-item a .price-info {
	width:100%;
	text-align:right;
	padding:5px 0 0;
	font-size:14px;
	color:#555;
}
.product-list-image {
	width:220px;
	height:auto;
	display:block;
}
.price {
	font-size: 105%;
	font-weight: bold;
}
/*--------latest products---------*/
#product-list.latest-products .product-list-item a .price-info { color:#ffa200; }
/*--------promo products---------*/
#product-list.promo-products h2 { color:#22c4ed; }
#product-list.promo-products .product-list-item a h3 { color:#22c4ed; }
#product-list.promo-products .product-list-item a .former-price {
	margin:0 5px;
	color:#acacac;
	background: url(images/former-price.png) center center repeat-x;
}
/*------------category products--------------*/
#product-list.category-products .criteria-selection {
	margin:10px 0 0 10px;
	border-bottom:1px solid #d0d0d0;
	padding:10px 10px 20px 20px;
}
#product-list.category-products .product-list-item {
	border-bottom:1px solid #d0d0d0;
	width:760px;
	height:auto;
	padding:10px 0;
	margin:0;
	clear:both;
}
#product-list.category-products .product-list-item .product-list-text {
	width:60%; 
	float:left;
	margin-left:10px;
}
#product-list.category-products .product-list-item .product-list-text a {
	padding:0;
	height:auto;
	width:auto;
	display:inline;
}
#product-list.category-products .product-list-item .product-list-text a h3 {
	padding:0;
	height:auto;
	width:auto;
	text-align:left;
	display:inline-block;
}
#product-list.category-products .product-list-item .product-list-text a:hover h3 { color:#22c4ed; }
#product-list.category-products .product-list-item .product-list-text a .product-id {
	color:#555;
	font-size:12px;
}
#product-list.category-products .product-list-item .product-list-image {
	width:130px;
	height:auto;
	float:left;
}
#product-list.category-products .product-list-item .product-list-image a {
	width:auto;
	height:auto;
}
#product-list.category-products .product-list-item .product-list-add {
	width:100px;
	float:right;
	margin-left:10px;
	text-align:center;
}
#product-list.category-products .product-list-item .product-list-add input[type=text] {
	width:70px;
	margin:5px 0;
	
}
#product-list.category-products .product-list-item .product-list-add input[type=button] {
	width:70px;
	margin:5px 0;
	color:#fff;
	background:#22c4ed;
	border:0;
	cursor:pointer;
	text-transform:uppercase;
	font-size:14px;
}
#product-list.category-products .product-list-item .product-list-text .price-info {
	width:100%;
	padding:5px 0;
	text-align:right;
	line-height:12px;
}
#product-list.category-products .product-list-item .product-list-text .price-info .price { float:right; }
#product-list.category-products .product-list-item .product-list-text .price-info .former-price {
	float:right;
	margin:0 5px;
	color:#acacac;
	background: url(images/former-price.png) center center repeat-x;
}

#product-list.category-products .product-list-item .product-list-text .price-info .availability {
	width:250px;
	float:left;
	text-align:left;
}

#product-list.category-products .product-list-item .product-list-text .price-info .nonavailability {
	width:250px;
	float:left;
	text-align:left;
    color: #ff5050;
}
#product-list.category-products .product-list-item .product-list-text .price-info .availability span {
	display:block;
	float:left;
}
span.available {
	margin:2px 5px;
	width:14px;
	height:11px;
	font-size:1px;
	color: #fff;
	background:url(images/sign-yes.png) top center;
}
span.unavailable {
	margin:2px 5px;
	background:url(images/sign-no.png) top center;
	width:14px;
	height:11px;
	font-size:1px;
	color: #fff;
}
.product-pagination {
	width:100%;
	text-align:center;
}
.product-pagination a {
	margin:2px;
	text-decoration:none;
}
.product-pagination a.current-page { color:#555; }
/*------------text page--------------*/
#text-page {
	width:730px;
	padding:10px 10px 10px 20px;
	float:right;
}
#text-page h2 {
	clear:both;
	margin:10px 0 10px 0;
	border-bottom:1px solid #d0d0d0;
	padding:5px 0;
}
#text-page p {
	font-size:13px;
	margin:5px 0 5px 10px;
}
#text-page ul {
	padding:10px;
	list-style:square;
	list-style-position:inside;
	font-size:13px;
}
#text-page ul li { margin:5px 0; }
/*------------checkout--------------*/
#checkout {
	width:760px;
	float:right;
}
#checkout .h2-container {
	clear:both;
	background:url(images/item-bg.jpg) center center;
	display:block;
}
#checkout h2{
	background: transparent url(images/05-basket_checkout_03.png) bottom right no-repeat;
	padding:5px 10px;
	}
.checkout-process {
	clear:both;
	width:100%;
}
.checkout-process ul {
	margin: 0 auto;
	padding:10px 20px;
}
.checkout-process ul li { float:left; }
.checkout-process ul li a {
	width:175px;
	height:67px;
	display:block;
	text-indent:-9999px;
}
.checkout-process ul li a.basket-icon { background:url(images/basket_checkout.png) center bottom no-repeat; }
.checkout-process ul li a.shipping-icon { background:url(images/shipping_checkout.png) center bottom no-repeat; }
.checkout-process ul li a.payment-icon { background:url(images/payment_checkout.png) center bottom no-repeat; }
.checkout-process ul li a.confirm-icon { background:url(images/confirm_checkout.png) center bottom no-repeat; }
.checkout-process ul li a:hover { background-position:top; }
.checkout-process ul li a.current-checkout-stage { background-position:top; }
.remove-all {
	width:700px;
	margin:0 30px;
	clear:both;
	text-align:right;
	border-bottom:1px solid #d0d0d0;
}
.remove-all a {
	padding:10px 10px 0 10px;
	font-size:12px;
	display:block;
}
#checkout .product-list-item {
	clear:both;
	width:700;
	margin:0 30px;
	height:auto;
	border-bottom:1px solid #d0d0d0;
}
#checkout .product-list-item .product-list-image {
	width:40px;
	height:40px;
	float:left;
}
#checkout .product-list-item .product-list-image a {
	width:auto;
	height:auto;
	display:block;
}
#checkout .product-list-item .product-list-image a:hover img {
	opacity:0.9;
	filter: alpha(opacity=90);
}
#checkout .product-list-item .product-list-text {
	float:left;
	width:400px;
	margin:0 0 0 10px;
	padding:10px 0;
}
#checkout .product-list-item .product-list-text a {
	padding:0;
	height:auto;
	width:auto;
	display:inline;
	color:#acacac;	
	text-decoration:none;
}
#checkout .product-list-item .product-list-text h3 {
	margin:0;
	padding:0;
	height:auto;
	width:auto;
	text-align:left;
	display:inline-block;
	
}
#checkout .product-list-item .product-list-text a:hover h3 { color:#22c4ed; }
#checkout .product-list-item .product-list-text a .product-id {
	color:#555;
	font-size:12px;
	text-decoration:none;
}
#checkout .product-list-item .price-info{
	float:right;
	margin:0 0 0 10px;
	padding:10px 0;
	width:200px;}
#checkout .product-list-item .price-info .price{
	font-size:12px;
	 width:90px;
	 display: block;
	 float: left;
	color:#ffa200;
}
#checkout .product-list-item .price-info .number {
	margin:0 10px;}
#checkout .product-list-item .price-info .number input{
	width:50px;}
	#checkout .product-list-item .price-info .remove{
		float:right;
		padding:5px;
		vheight:50%;}
#checkout .product-list-item .price-info .remove a{
	width:14px;
	display:block;
	text-indent:-9999px;
	height:11px;
	background:url(images/sign-no.png) bottom center no-repeat;
	font-size:14px;}
#checkout .product-list-item .price-info .remove a:hover{
	background-position:top;}
#checkout .checkout-buttons{
	width:730px;
	margin:10px 0;
	text-align:right;}
#checkout .checkout-buttons input{
	padding: 2px 5px;
	margin:5px 5px;
	color:#fff;
	background:#22c4ed;
	border:0;
	cursor:pointer;
	text-transform:uppercase;}
#checkout .checkout-buttons input:hover{
	background:#acacac;}
/*-------contacts--------*/
#contacts map{
	width:760px;
	height:260px;
	}
#contacts h2 {
	clear:both;
	padding:5px 10px;
	background:url(images/item-bg.jpg) center center;
	display:block;
}
#contacts .contact-container{
	width:760px;
	clear:both;
	background:url(images/contacts-bg.jpg) top left no-repeat;
	}
#contacts .contact-container .contact-details{
	width:220px;
	height:100%;
	float:left;
	color:#fff;
	padding:10px 20px;
	}
#contacts .contact-container .contact-form{
	width:460px;
	float:right;
	padding:10px 20px;
	background:url(images/item-bg.jpg) center right no-repeat;
	}
#contacts .contact-container .contact-form *{
	margin:5px 0;
	float:left;
	clear:both;}
#contacts .contact-container .contact-form textarea{
min-width:460px;
min-height:100px;}
#contacts .contact-container .contact-form input[type=button]{
	padding: 2px 5px;
	color:#fff;
	background:#22c4ed;
	border:0;
	cursor:pointer;
	text-transform:uppercase;
	font-size:14px;
	}
#contacts .contact-container .contact-form input[type=button]:hover{
	background:#acacac;}
/*-------registration-------*/
#registration .h2-container {
	clear:both;
	background:url(images/item-bg.jpg) center center;
	display:block;
}
#registration h2{
	background: transparent url(images/08-registration_03.png) bottom right no-repeat;
	padding:5px 10px;
	}
#registration .register-buttons{
	text-align:right;
	width:730px;
	margin:0 auto;
	}
#registration .register-buttons input[type=button]{
	padding: 2px 5px;
	color:#fff;
	background:#22c4ed;
	border:0;
	cursor:pointer;
	text-transform:uppercase;
	margin:10px 3px;
	font-size:14px;
	}
#registration .register-buttons input[type=button]:hover{
	background:#acacac;}
#registration table{
	width:730px;
	margin:0 auto;}
#registration table tr td {padding: 5px;}
#registration table tr td:nth-child(odd){
	width:200px;
	text-align:right;
	padding: 5px;}
#registration .row-divider td{
	padding:10px 0 0;
	margin:0 0 10px 0;
	border-bottom:1px solid #d0d0d0;
	}
.required-marker{
	color:#ffa200;}
/*---------single product---------*/
#single-product-page{
	width:740px;
	background:#e4e4e4 url(images/item-bg.jpg) center center no-repeat;
	padding:10px;}
#single-product-page .single-product-image{
	width:230px;
	float:left;}
#single-product-page .product-list-text{
	width:450px;
	float:left;
	margin-left: 15px;
	}
#single-product-page .product-list-text H3{
	font-size:18px;}
#single-product-page .price-info {
	line-height:12px;
	width:100%;
	padding:5px 0;
	text-align:right;
}
#single-product-page .price-info .price { float:right; }
#single-product-page .price-info .former-price {
	float:right;
	margin:0 5px;
	color:#acacac;
	background: url(images/former-price.png) center center repeat-x;
}
#single-product-page .price-info .availability {
	width:250px;
	float:left;
	text-align:left;
}
#single-product-page .price-info .availability span {
	display:block;
	float:left;
}
#single-product-page .order-buttons{
	/* width:500px;
	float:right;
	text-align:right;*/
	padding:10px 0;}
#single-product-page .order-buttons *{
	/*float:none;*/
	clear:both;
	width:50px;}
#single-product-page .order-buttons input[type=button]{
	padding: 2px 5px;
	color:#fff;
	background:#22c4ed;
	border:0;
	cursor:pointer;
	text-transform:uppercase;
	margin:10px 0;
	width:auto;
	font-size:14px;
	}
#single-product-page .order-buttons input[type=button]:hover{
	background:#acacac;}
/*---------profile----------*/
#profile .h2-container {
	clear:both;
	background:url(images/item-bg.jpg) center center;
	display:block;
	position:relative;
}
#profile h2{
	padding:5px 10px;
	display:block
	}
.profile-nav{
	float:right;
	position:absolute;
	bottom:0;
	right:10px;
	}

.profile-nav a{padding: 2px 5px 0;
	color:#fff;
	background:#22c4ed;
	border:0;
	cursor:pointer;
	text-transform:uppercase;
	margin:10px 3px;
	text-decoration:none;
	font-size:14px;
	}
.profile-nav a:hover{
	background:#acacac;}
.profile-nav a.current-profile-item{
	background:#acacac;}
.profile-image{
	padding:10px;
	float:left;
	display:block;}
.profile-info{
	width:530px;
	float:right;
	padding:10px;
	clear:right;}
.profile-info table{
	width:530px;
	margin:0 auto;}
.profile-info table tr td {padding: 5px;}
.profile-info table tr td:nth-child(odd){
	width:200px;
	text-align:right;
	padding: 5px;}
.profile-info .row-divider td{
	padding:10px 0 0;
	margin:0 0 10px 0;
	border-bottom:1px solid #d0d0d0;
	}
.profile-buttons{
	clear:both;
	float:right;
	padding:10px;}
.profile-buttons a{
	padding: 2px 5px;
	color:#fff;
	background:#22c4ed;
	border:0;
	cursor:pointer;
	text-transform:uppercase;
	margin:5px 0;
	width:auto;
	text-decoration:none;
	font-size:14px;
	}
.profile-buttons a:hover{
	font-size:14px;
	background:#acacac;}
.profile-orders{
	width:730px;
	margin:0 auto;}
.profile-orders table{
	width:100%;
	text-align:center;
	font-size:12px;}
.profile-orders table td{
	border-bottom:1px solid #d0d0d0;
	padding:5px;}
.profile-orders table tr:nth-child(even){
	background:#eee;
	}
.profile-orders .order-titles{
	font-weight:bold;
	color:#555;
	text-transform:uppercase;}
.profile-orders .order-number{
	width:500px;
	text-align:left;}
.profile-orders .order-price, .profile-orders .order-status{
	text-align:center;
	width:100px;}
.single-order .order-list tr:nth-child(odd){
	background:#eee;
	}
.single-order .order-image{
	width:40px;}
.order-items tr td{
	vertical-align:middle;
}
.amount, .order-quantity {
	text-align: right;
}
.orangebutton {
    font-weight: 400;
    border-style: solid;
    border-color: #ffa200;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    background: #ffa200;
    border-radius: 3px 3px 3px 3px;
    color: #000000;
	text-decoration: none !important;
    text-transform: uppercase;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: background 0.3s ease 0s, border-color 0.2s ease 0s, color 0.3s ease 0s;
    transition: background 0.3s ease 0s, border-color 0.2s ease 0s, color 0.3s ease 0s;
    display: inline-block;
    margin-bottom: 0;
	margin-top: 10px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 12px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.confirmorder , .search-submit {
    font-weight: 400;
    border-style: solid;
    border-color: #22c4ed;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
	margin-right: 10px;
    background: #22c4ed;
    border-radius: 3px 3px 3px 3px;
    color: #ffffff !important;
	text-decoration: none !important;
	font-size: 11px;
    text-transform: uppercase;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: background 0.3s ease 0s, border-color 0.2s ease 0s, color 0.3s ease 0s;
    transition: background 0.3s ease 0s, border-color 0.2s ease 0s, color 0.3s ease 0s;
    display: inline-block;
    margin-bottom: 0;
	margin-top: 10px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 12px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.editorder {
    font-weight: 400;
    border-style: solid;
    border-color: #ed223f;
	font-size: 11px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    background: #ed223f;
    border-radius: 3px 3px 3px 3px;
    color: #ffffff !important;
	text-decoration: none !important;
	text-transform: uppercase;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: background 0.3s ease 0s, border-color 0.2s ease 0s, color 0.3s ease 0s;
    transition: background 0.3s ease 0s, border-color 0.2s ease 0s, color 0.3s ease 0s;
    display: inline-block;
    margin-bottom: 0;
	margin-top: 10px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 12px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a.buttona {
    color: #ffffff;
    text-decoration: none;
}

a.buttona:hover, .confirmorder:hover {
    color: #555555;
    font-size: 102%;
	font-weight: bold;
}

.rightd {
	width: 30%;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.dropdown {
	display:none;
}
p.boldtotal {
    font-size: 115%;
    font-weight: bold;
}
/*-------sample-page-------*/
#sample-page .h2-container, #contact-page .h2-container {
	clear:both;
	background:url(images/item-bg.jpg) center center;
	display:block;
}
#sample-page h2{
	background: transparent url(images/sample-page.png) bottom right no-repeat;
	padding:5px 10px;
}
.required-marker{
	color:#ffa200;}
.sample-content, .contact-data {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}
/*-------contact-page-------*/
#map {
	width: 100%;
	height:300px;
	margin-bottom: 20px;
}
.contactleft, .contactright {
	float: left;
	width: 48.5%;
}
#contact-page h2{
	background: transparent url(images/contact.png) bottom right no-repeat;
	padding:5px 10px;
}
#breadcumb {
	margin-top: 5px;
	margin-bottom: 8px;
	font-size: 11px;
}
.nav-tabs {
	margin-top: 10px;
}
.nav-tabs>li>a {
    text-decoration: none;
}
.tab-content>.active {
    display: block;
    margin-left: 15px;
    margin-right: 15px;
}
.single-entry-image {
	width: 100%; 
	padding: 6px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    max-width: 100%;
    height: auto;
}
.datestamp {
    display: block;
    position: relative;
	float: left;
    width: 90px;
    height: 90px;
    background-color: #22c4ed;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}
.datestamp:before {
	content: "";
    display: block;
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
}
h2.entry-title, h2.entry-title a {
    line-height: 28px;
    font-weight: 400;
    font-style: normal;
    color: #22c4ed;
    font-size: 24px;
	text-decoration: none;
}
h2.entry-title a:hover, a.catlink {
    color: #454545;
	text-decoration: none;
}
span.cat-links {
    display: inline-block;
    background: #ebebeb;
    padding: 4px 12px;
    border-radius: 2px;
    margin: 0 5px 5px 0;
}
span.date-lg {
    display: block;
    font-size: 32px;
    line-height: 1em;
    padding-top: 17px;
}
span.date-sm {
    display: block;
    font-size: 12px;
    font-weight: 300;
}
.newssymbol {
    display: block;
    position: absolute;
    right: -20px;
    top: 0;
    width: 40px;
    height: 40px;
    background: #454545;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    line-height: 40px;
    font-size: 18px;
}
.fa-newspaper-o:before {
    content: "\f1ea";
    padding-top: 12px;
    position: absolute;
    width: 10px;
    left: 50%;
    margin-left: -7px;
}
.titlestamp, .novinatext {
    margin-left: 120px;
}
.single-entry {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}

/*-------Second Index-------*/
.category-image-left, .category-description-right {
	float: left;
	width: 48.5%;
	text-align: center;
}
.category-description-right {
	margin-left: 8px;
}
.category-description-right h3 {
    font-weight: 300;
    color: #303030;
    margin-bottom: 20px;
    font-size: 20px;
	text-transform: uppercase;
}
.category-image-left h3 {
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 20px;
    font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}
.category-image-left h3:hover {
    color: #22c4ed;
	font-size: 21px;
}
.category-group2 h4 {
    color: #000000;
    font-size: 14px;
	text-decoration: none;
}
.category-group2 h4:before {
    content: " \00bb";
    margin-left: 3px;
    margin-right: 3px;
}
.category-group2 h4:hover {
    color: #22c4ed;
	font-size: 15px;
}
.category-image-left a, .category-group2 a {
	text-decoration: none;
}
.category-description-right p, .catulindex {
    margin-bottom: 20px;
}
.category-image-left {
    left: 0px;
    vertical-align: middle;
    display: table-cell;
	height: 250px;
    background-attachment: scroll;
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
    background-repeat: no-repeat;
}
.catbuttonindex {
    font-weight: normal;
    font-size: 14px;
    border-radius: 0px;
	padding: 15px 30px;
    border-width: 1px;
    border-color: #303030;
    border-style: solid;
    color: #303030;
}
.catbuttonindex:hover {
	background: rgb(48, 48, 48);
}
hr.catindex { 
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
 

/*------------------ RESPONSIVE DESIGN --------------------*/

/*------------------ RESPONSIVE DESIGN --------------------*/
/*------------------ RESPONSIVE DESIGN --------------------*/
@media (max-width: 768px){ 
body {
    background: #ffffff !important; /*-- #2e2e2e !important; --*/
}
#header, #content-container, #sidebar, #content, #slider, #products .slides_container, #category-list, #footer, #footer .copyright, .slides_container img {
    width: 100%;
}
/*--MENU--*/
#header .dropdown {
    position: absolute;
    left: 0px;
    top: 0px;
}

div#logo {
    margin-top: 50px;
}

div#basket-bar {
    z-index: 500;
    margin-top: 50px;
}
.dropdown {
	display: inline-block;
	width: 100%;
	z-index: 150;
}
.open>.dropdown-menu {
    width: 100% !important;
    text-align: center !important;
}

.menuropener {
	background: #36bdff;
	font-family: 'Open Sans', sans-serif;
    cursor: pointer;
	color: #ffffff;
	font-weight: bold;
    width: 100%; 
}
button.menuropener:before {
    content: "\f0c9";
    color: #FFFFFF !important;
    font-size: 22px;
    float: left;
	font-family: FontAwesome;
}
#top-menu {
    width: 100%;
    float: none;
    height: auto;
    position: relative;
    top: 0px;
    margin-left: 4px;
}
#top-menu ul li {
    float: none;
}
div.login-links a {
    font-weight: 400;
    border-style: solid;
    color: #ffffff !important;
    text-decoration: none;
    border-color: #ffa200;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    background: #ffa200;
    border-radius: 3px 3px 3px 3px;
	text-decoration: none !important;
    text-transform: uppercase;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: background 0.3s ease 0s, border-color 0.2s ease 0s, color 0.3s ease 0s;
    transition: background 0.3s ease 0s, border-color 0.2s ease 0s, color 0.3s ease 0s;
    display: inline-block;
    margin-bottom: 0;
	margin-top: 10px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 12px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*--SEARCH FORM--*/
#search {
    width: 100%;
    float: none;
    height: auto;
}
#search input {
    float: left;
	width: 80%;
}
#search input[type=button] {
    width: 20%;
}
/*--WRAPPER LOGO CONTENT--*/
#page-wrap {
    text-align: center;
}
#logo {
    height: auto;
    width: 100%;
	text-align: center;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
#logo img {
    width: 50%;
    height: auto;
}
#category-list .category-group {
    width:100%;
    height: auto;
    float: none;
}
/*--FOOTER--*/
#footer .follow, #footer .contacts, #footer .quicklinks {
    width: 100% !important;
    float: none !important;
    height: auto !important;
	font-size: 150%;
}
#footer .quicklinks ul {
    width: auto;
}
/* Hidden items */
ul.pagination, #top-menu, div#news-container, #side-menu {
	display: none; 
}
/*  Product list */
#product-list {
    width: 100%;
}
#product-list.category-products .product-list-item .product-list-image {
    width: 100%;
    height: auto;
    float: none;
}
#product-list.category-products .product-list-item .product-list-text {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#product-list.category-products .product-list-item .product-list-text .price-info {
    text-align: center;
}
#product-list.category-products .product-list-item .product-list-text .price-info .availability {
    width: 100%;
    float: none;
    text-align: center;
}
#product-list.category-products .product-list-item .product-list-text .price-info .price {
    float: none;
}
#product-list.category-products .product-list-item {
    width: 100%;
    float: none !important;
}
div.product-list-text p {
    text-align: center;
}
#product-list.category-products .product-list-item .product-list-text .price-info .availability span {
    float: none;
}
#product-list.category-products .product-list-item .product-list-add {
    width: 100%;
    float: none;
    margin-left: 0px;
    text-align: center;
}
/* Single product */
#single-product-page {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
}
#single-product-page .single-product-image , #single-product-page .price-info .availability {
    width: 100%;
    float: none;
    text-align: center;
}
#single-product-page .product-list-text , #product-list {
    width: 100%;
    float: none;
}
#single-product-page .price-info .availability span {
    display: block;
    float: none;
}
#single-product-page .price-info .price , #single-product-page .order-buttons * {
    float: none;
}
#single-product-page .price-info {
    text-align: center;
}
#single-product-page .order-buttons {
    width: 100%;
    float: none;
    text-align: center;
    padding: 10px 0;
}
div.product-list-text p {
    text-align: center !important;
}
#product-list .product-list-item {
    width: 100%;
    height: auto;
    float: none;
}
#product-list .product-list-item a {
    width: auto;
    height: auto;
}
#product-list .product-list-item a .price-info {
    text-align: center;
}
/* Checkout */
#checkout {
    width: 100%;
    float: none;
}
.remove-all {
    width: 100%;
    text-align: center;
	margin: 0px;
}
#checkout .product-list-item {
    width: 100%;
	margin: 0px;
}
#checkout .product-list-item .product-list-text {
    float: none;
    width: 70%;
}
#checkout .product-list-item .product-list-image {
    width: 20%;
    height: auto;
}
#checkout .product-list-item .product-list-text {
    float: none;
    width: auto;
    text-align: left;
    margin-left: 60px;
}
#checkout .product-list-item .price-info {
    float: none;
    margin: 0 0 0 0px;
    padding: 0px 0;
    width: 100%;
}
#checkout .product-list-item .price-info .remove {
    float: none;
}
.checkout-process {
    text-align: center;
}
.checkout-process ul {
    display: inline-block;
}
#checkout .checkout-buttons {
    width: 100%;
    text-align: center;
}
.checkout-process ul li a.basket-icon, .checkout-process ul li a.shipping-icon, .checkout-process ul li a.payment-icon, .checkout-process ul li a.confirm-icon {
    background: none;
    text-indent: 0;
    width: auto;
    height: auto;
    text-decoration: none;
}
.checkout-process ul li a.basket-icon:after, .checkout-process ul li a.shipping-icon:after, .checkout-process ul li a.payment-icon:after {
    content: " \00bb";
    margin-left: 3px;
    margin-right: 3px;
}
div#registration, form#OrderDelivery1, #registration table, #registration table input , .profile-orders {
    width: 100%;
}
#registration .register-buttons {
    text-align: center;
    width: 100%;
}
input.confirmorder {
    width: auto;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}
}
/*------------------ RESPONSIVE DESIGN --------------------*/
/*------------------ RESPONSIVE DESIGN --------------------*/
@media all and (max-width: 600px){
body {
    background: #ffffff !important; /*-- #2e2e2e !important; --*/
}
#header, #content-container, #sidebar, #content, #slider, #products .slides_container, #category-list, #footer, #footer .copyright, .slides_container img {
    width: 100%;
}
/*--MENU--*/
#header .dropdown {
    position: absolute;
    left: 0px;
    top: 0px;
}

div#logo {
    margin-top: 50px;
}

div#basket-bar {
    z-index: 500;
    margin-top: 50px;
}
.dropdown {
	display: inline-block;
	width: 100%;
	z-index: 150;
}
.open>.dropdown-menu {
    width: 100% !important;
    text-align: center !important;
}

.menuropener {
	background: #36bdff;
	font-family: 'Open Sans', sans-serif;
    cursor: pointer;
	color: #ffffff;
	font-weight: bold;
    width: 100%; 
}
button.menuropener:before {
    content: "\f0c9";
    color: #FFFFFF !important;
    font-size: 22px;
    float: left;
	font-family: FontAwesome;
}
#top-menu {
    width: 100%;
    float: none;
    height: auto;
    position: relative;
    top: 0px;
    margin-left: 4px;
}
#top-menu ul li {
    float: none;
}
div.login-links a {
    font-weight: 400;
    border-style: solid;
    color: #ffffff !important;
    text-decoration: none;
    border-color: #ffa200;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    background: #ffa200;
    border-radius: 3px 3px 3px 3px;
	text-decoration: none !important;
    text-transform: uppercase;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: background 0.3s ease 0s, border-color 0.2s ease 0s, color 0.3s ease 0s;
    transition: background 0.3s ease 0s, border-color 0.2s ease 0s, color 0.3s ease 0s;
    display: inline-block;
    margin-bottom: 0;
	margin-top: 10px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 12px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*--SEARCH FORM--*/
#search {
    width: 100%;
    float: none;
    height: auto;
}
#search input {
    float: left;
	width: 80%;
}
#search input[type=button] {
    width: 20%;
}
/*--WRAPPER LOGO CONTENT--*/
#page-wrap {
    text-align: center;
}
#logo {
    height: auto;
    width: 100%;
	text-align: center;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
#logo img {
    width: 50%;
    height: auto;
}
#category-list .category-group {
    width:100%;
    height: auto;
    float: none;
}
/*--FOOTER--*/
#footer .follow, #footer .contacts, #footer .quicklinks {
    width: 100% !important;
    float: none !important;
    height: auto !important;
	font-size: 150%;
}
#footer .quicklinks ul {
    width: auto;
}
/* Hidden items */
ul.pagination, #top-menu, div#news-container, #side-menu {
	display: none; 
}
/*  Product list */
#product-list {
    width: 100%;
}
#product-list.category-products .product-list-item .product-list-image {
    width: 100%;
    height: auto;
    float: none;
}
#product-list.category-products .product-list-item .product-list-text {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#product-list.category-products .product-list-item .product-list-text .price-info {
    text-align: center;
}
#product-list.category-products .product-list-item .product-list-text .price-info .availability {
    width: 100%;
    float: none;
    text-align: center;
}
#product-list.category-products .product-list-item .product-list-text .price-info .price {
    float: none;
}
#product-list.category-products .product-list-item {
    width: 100%;
    float: none !important;
}
div.product-list-text p {
    text-align: center;
}
#product-list.category-products .product-list-item .product-list-text .price-info .availability span {
    float: none;
}
#product-list.category-products .product-list-item .product-list-add {
    width: 100%;
    float: none;
    margin-left: 0px;
    text-align: center;
}
/* Single product */
#single-product-page {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
}
#single-product-page .single-product-image , #single-product-page .price-info .availability {
    width: 100%;
    float: none;
    text-align: center;
}
#single-product-page .product-list-text , #product-list {
    width: 100%;
    float: none;
}
#single-product-page .price-info .availability span {
    display: block;
    float: none;
}
#single-product-page .price-info .price , #single-product-page .order-buttons * {
    float: none;
}
#single-product-page .price-info {
    text-align: center;
}
#single-product-page .order-buttons {
    width: 100%;
    float: none;
    text-align: center;
    padding: 10px 0;
}
div.product-list-text p {
    text-align: center !important;
}
#product-list .product-list-item {
    width: 100%;
    height: auto;
    float: none;
}
#product-list .product-list-item a {
    width: auto;
    height: auto;
}
#product-list .product-list-item a .price-info {
    text-align: center;
}
/* Checkout */
#checkout {
    width: 100%;
    float: none;
}
.remove-all {
    width: 100%;
    text-align: center;
	margin: 0px;
}
#checkout .product-list-item {
    width: 100%;
	margin: 0px;
}
#checkout .product-list-item .product-list-text {
    float: none;
    width: 70%;
}
#checkout .product-list-item .product-list-image {
    width: 20%;
    height: auto;
}
#checkout .product-list-item .product-list-text {
    float: none;
    width: auto;
    text-align: left;
    margin-left: 60px;
}
#checkout .product-list-item .price-info {
    float: none;
    margin: 0 0 0 0px;
    padding: 0px 0;
    width: 100%;
}
#checkout .product-list-item .price-info .remove {
    float: none;
}
.checkout-process {
    text-align: center;
}
.checkout-process ul {
    display: inline-block;
}
#checkout .checkout-buttons {
    width: 100%;
    text-align: center;
}
.checkout-process ul li a.basket-icon, .checkout-process ul li a.shipping-icon, .checkout-process ul li a.payment-icon, .checkout-process ul li a.confirm-icon {
    background: none;
    text-indent: 0;
    width: auto;
    height: auto;
    text-decoration: none;
}
.checkout-process ul li a.basket-icon:after, .checkout-process ul li a.shipping-icon:after, .checkout-process ul li a.payment-icon:after {
    content: " \00bb";
    margin-left: 3px;
    margin-right: 3px;
}
div#registration, form#OrderDelivery1, #registration table, #registration table input , .profile-orders {
    width: 100%;
}
#registration .register-buttons {
    text-align: center;
    width: 100%;
}
input.confirmorder {
    width: auto;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}
}
/*------------------ RESPONSIVE DESIGN --------------------*/