@charset "utf-8";
/* CSS Document */

/*****************************************************/
/******   R E S E T   ********************************/
/*****************************************************/
*,
td,
th,
input,
textarea,
select,
button {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}
body,
select,
input,
textarea,
button {
	font-size: 13px;
	color: #333;
}
body {
	line-height: 18px;
}
:-moz-any-link:active,
a:active,
a:focus,
input,
textarea,
button {
	outline: none;
}
ul {
	list-style: none;
}
img {
	display: inline-block;
	width: 100%;
	height: auto;
}
a img {
	border: none;
}
button,
a {
	cursor: pointer;
}
/* 
@font-face {
	font-family: 'Ubuntu Regular';
	src: url('../fonts/Ubuntu/Ubuntu-R-webfont.eot');
	src: local('Ubuntu Regular'),
		url('../fonts/Ubuntu/Ubuntu-R-webfont.eot?iefix') format('eot'),
		url('../fonts/Ubuntu/Ubuntu-R-webfont.woff') format('woff'),
		url('../fonts/Ubuntu/Ubuntu-R-webfont.ttf') format('truetype'),
		url('../fonts/Ubuntu/Ubuntu-R-webfont.svg#webfontGZB3fjCF') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
} */
@font-face {
	font-family: "Babel Sans";
	src: url("../fonts/Babel/BabelSans.eot");
	src: local("Babel Sans"), url("../fonts/Babel/BabelSans.eot?iefix") format("eot"),
		/* url('../fonts/Babel/BabelSans.woff') format('woff'), */ url("../fonts/Babel/BabelSans.ttf")
			format("truetype"),
		url("../fonts/Babel/BabelSans.svg#BabelSans") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/*****************************************************/
/******   B A S I C    S T Y L E S   *****************/
/*****************************************************/
h1,
h2,
h1 *,
h2 * {
	letter-spacing: -1px;
	word-spacing: 2px;
	font-family: "Ubuntu Regular", sans-serif;
	font-weight: normal;
}
h1,
h2 {
	margin: 0 0 15px 0;
}
h1,
h1 * {
	font-size: 32px;
}
h2,
h2 *,
h1.s_title_1 {
	line-height: 28px;
	font-size: 26px;
}
h2 {
	padding-top: 6px;
	padding-bottom: 6px;
}
h3 {
	margin-bottom: 18px;
	line-height: 18px;
	letter-spacing: -1px;
	font-size: 22px;
	font-weight: normal;
	font-family: "Ubuntu Regular", sans-serif;
}
h4 {
	font-size: 12px;
	font-weight: bold;
}
h5 {
	font-size: 11px;
	font-weight: bold;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #f12b63;
}
a img {
	border: none;
}
img {
	display: inline-block;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 10px;
}
blockquote,
p,
ul,
ol,
dl {
	margin-bottom: 18px;
	line-height: 18px;
}
*::-moz-selection {
	color: #fff;
}
*::-webkit-selection {
	color: #fff;
}
::selection {
	color: #fff;
}
/*****************************************************/
/******   C O M M O N    S T Y L E S   ***************/
/*****************************************************/

.s_small {
	font-size: 10px;
}
.inline {
	display: inline !important;
}
.align_left {
	text-align: left !important;
}
.align_right {
	text-align: right !important;
}
.align_center {
	text-align: center !important;
}
.valign_top {
	vertical-align: top !important;
}
.valign_middle {
	vertical-align: middle !important;
}
.uppercase {
	text-transform: uppercase !important;
}
.left {
	float: left !important;
}
.clear {
	clear: both !important;
}
.right {
	float: right !important;
}
.nofloat {
	float: none !important;
}
.block {
	display: block !important;
}
.none,
.ui-tabs-hide,
.s_hidden {
	display: none !important;
}
.border_eee {
	border-bottom: 1px solid #eee;
}
.border_ddd {
	border-bottom: 1px solid #ddd;
}
.border_ccc {
	border-bottom: 1px solid #ccc;
}
.s_f_9 {
	font-size: 9px;
}
.s_f_10 {
	font-size: 10px;
}
.s_f_11 {
	font-size: 11px;
}
.s_f_12 {
	font-size: 12px;
	line-height: 16px;
}
.s_f_13 {
	font-size: 13px;
	line-height: 16px;
}
.s_f_14 {
	font-size: 14px;
	line-height: 18px;
}
.s_f_16 {
	font-size: 16px;
}
.s_f_18 {
	font-size: 18px;
}
.s_f_20 {
	font-size: 20px;
}
.s_f_22 {
	font-size: 22px;
}
.s_f_24 {
	font-size: 24px;
}
.s_f_26 {
	font-size: 26px;
}
.s_f_28 {
	font-size: 28px;
}
.s_f_30 {
	font-size: 30px;
}
.s_f_32 {
	font-size: 32px;
}

.s_mb_0 {
	margin-bottom: 0 !important;
}
.s_mb_10 {
	margin-bottom: 10px !important;
}
.s_mb_15 {
	margin-bottom: 15px !important;
}
.s_mb_20 {
	margin-bottom: 20px !important;
}
.s_mb_25 {
	margin-bottom: 25px !important;
}
.s_mb_30 {
	margin-bottom: 30px !important;
}
.s_ml_0 {
	margin-left: 0 !important;
}
.s_ml_10 {
	margin-left: 10px !important;
}
.s_ml_15 {
	margin-left: 15px !important;
}
.s_ml_20 {
	margin-left: 20px !important;
}
.s_ml_25 {
	margin-left: 25px !important;
}
.s_ml_30 {
	margin-left: 30px !important;
}

.s_pt_5 {
	padding-top: 5px !important;
}
.s_pt_10 {
	padding-top: 10px !important;
}
.s_p_5_0 {
	padding: 5px 0 !important;
}
.s_p_5_10 {
	padding: 5px 10px !important;
}
.s_p_5_15 {
	padding: 5px 15px;
}
.s_p_5_20 {
	padding: 5px 20px;
}
.s_p_10_15 {
	padding: 10px 15px;
}
.s_p_10_20 {
	padding: 10px 20px;
}
.s_p_10_5 {
	padding: 10px 5px;
}
.s_p_10_0 {
	padding: 10px 0 !important;
}
.s_p_15_0 {
	padding: 15px 0;
}
.s_p_15_5 {
	padding: 15px 5px;
}
.s_p_15_10 {
	padding: 15px 10px;
}
.s_p_15_20 {
	padding: 15px 20px;
}
.s_p_20_0 {
	padding: 20px 0;
}
.s_p_20_10 {
	padding: 20px 10;
}
.s_p_20_15 {
	padding: 20px 15px;
}

.s_col_1_5,
.s_col_1_4,
.s_col_1_3,
.s_col_1_2,
.s_col_60p,
.s_col_75p,
.s_col_80p {
	float: left;
	margin-right: 20px;
}
.s_col_1_5 {
	width: 19.99% !important;
}
.s_col_1_4 {
	width: 24.99% !important;
}
.s_col_1_3 {
	width: 33.33% !important;
}
.s_col_1_2 {
	width: 49.99% !important;
}
.s_col_60p {
	width: 59.99% !important;
}
.s_col_75p {
	width: 74.99% !important;
}
.s_col_80p {
	width: 79.99% !important;
}
.s_col_last {
	position: relative;
}
.s_2col_wrap {
	padding-right: 20px;
}
.s_3col_wrap {
	padding-right: 40px;
}
.s_4col_wrap {
	padding-right: 60px;
}
.s_5col_wrap {
	padding-right: 80px;
}
.s_2col_wrap .s_col_last {
	margin-right: -20px !important;
}
.s_3col_wrap .s_col_last {
	margin-right: -40px !important;
}
.s_4col_wrap .s_col_last {
	margin-right: -60px !important;
}
.s_5col_wrap .s_col_last {
	margin-right: -80px !important;
}

span.clear {
	visibility: visible;
	display: block;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.s_title_1 {
	float: left;
	border-bottom: 1px solid #ddd;
}
h1.s_title_1,
h2.s_title_1 {
	padding-bottom: 5px;
	text-indent: -1px;
}

.s_999 {
	color: #999;
}
.s_666 {
	color: #666;
}
.s_333 {
	color: #333;
}

.s_eee_bgr {
	background-color: #eee;
}
.s_ddd_bgr {
	background-color: #ddd;
}
.s_ccc_bgr {
	background-color: #ccc;
}
.s_bbb_bgr {
	background-color: #bbb;
}

.s_h_80 {
	height: 80px;
}
.s_h_90 {
	height: 90px;
}
.s_h_100 {
	height: 100px;
}
.s_h_150 {
	height: 150px;
}

.grid_1 h1,
.grid_2 h1,
.col-sm-3 h1,
.grid_4 h1,
.grid_5 h1,
.grid_6 h1,
.grid_7 h1,
.grid_8 h1,
.grid_9 h1,
.grid_10 h1,
.grid_11 h1,
.grid_12 h1,
.grid_13 h1,
.grid_14 h1,
.grid_15 h1,
.grid_16 h1 {
	margin-left: 0;
	margin-right: 0;
}
.grid_1 h2,
.grid_2 h2,
.col-sm-3 h2,
.grid_4 h2,
.grid_5 h2,
.grid_6 h2,
.grid_7 h2,
.grid_8 h2,
.grid_9 h2,
.grid_10 h2,
.grid_11 h2,
.grid_12 h2,
.grid_13 h2,
.grid_14 h2,
.grid_15 h2,
.grid_16 h2 {
	margin-left: 0;
	margin-right: 0;
}
.grid_1 h3,
.grid_2 h3,
.col-sm-3 h3,
.grid_4 h3,
.grid_5 h3,
.grid_6 h3,
.grid_7 h3,
.grid_8 h3,
.grid_9 h3,
.grid_10 h3,
.grid_11 h3,
.grid_12 h3,
.grid_13 h3,
.grid_14 h3,
.grid_15 h3,
.grid_16 h3 {
	margin-left: 0;
	margin-right: 0;
}

.s_nav > ul > li,
.s_nav > ul > li > a {
	z-index: 15;
	display: block;
	float: left;
}
.s_nav .s_submenu {
	z-index: 10;
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
}
.s_nav li .s_submenu ul ul {
	position: absolute;
	top: 0;
	left: 96%;
}
.s_nav li:hover,
.s_nav li:hover > a {
	position: relative;
}
.s_nav li:hover .s_submenu,
#cart_menu:hover .s_submenu {
	display: block;
}
.s_nav.s_size_1 > ul > li,
.s_nav.s_size_1 > ul > li > a {
	height: 20px;
	line-height: 20px;
}
.s_nav.s_size_2 > ul > li,
.s_nav.s_size_2 > ul > li > a {
	height: 30px;
	line-height: 30px;
}

.s_list_1 li {
	padding-left: 15px;
	background-image: url(../images/bullet_1.png);
	background-repeat: no-repeat;
	background-position: 0 -3px;
}

.s_icon_10,
.s_icon_16,
.s_icon_24,
.s_icon_32 {
	position: relative;
	background-repeat: no-repeat;
	background-position: center left;
}
.s_icon_10 {
	padding-left: 15px !important;
}
.s_icon_16 {
	padding-left: 25px !important;
}
.s_icon_24 {
	padding-left: 32px !important;
}
.s_icon_32 {
	padding-left: 42px !important;
}
.s_icon_10 .s_icon,
.s_icon_16 .s_icon,
.s_icon_24 .s_icon,
.s_icon_32 .s_icon {
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
}
.s_icon_10 .s_icon {
	width: 10px;
	height: 10px;
	margin-top: -5px;
}
.s_icon_16 .s_icon {
	width: 16px;
	height: 16px;
	margin-top: -8px;
}
.s_icon_24 .s_icon {
	width: 24px;
	height: 24px;
	margin-top: -12px;
}
.s_icon_32 .s_icon {
	width: 32px;
	height: 32px;
	margin-top: -16px;
}

.s_add_10 {
	background-image: url(../images/i_add_10.png);
}
.s_success_24 {
	background-image: url(../images/i_server_msg_24.png);
	background-position: 0 -24px !important;
}
.s_failure_24 {
	background-image: url(../images/i_server_msg_24.png);
	background-position: 0 0 !important;
}

.s_phone_32,
.s_fax_32,
.s_mobile_32,
.s_mail_32,
.s_skype_32 {
	background-image: url(../images/info_icons.png);
	background-color: #4cb1ca;
}
.s_phone_32 {
	background-position: 0 0 !important;
}
.s_mobile_32 {
	background-position: 0 -32px !important;
}
.s_mail_32 {
	background-position: 0 -64px !important;
}
.s_skype_32 {
	background-position: 0 -96px !important;
}
.s_fax_32 {
	background-position: 0 -128px !important;
}
.s_save_10 {
	background-image: url(../images/i_save_10.png);
}

.s_rating_holder .s_average {
	display: inline-block;
	height: 16px;
	margin-bottom: 20px;
	margin-bottom: 18px;
	line-height: 16px;
	font-size: 13px;
	font-weight: bold;
}
.s_rating_holder .s_total {
	color: #999;
	font-weight: normal;
	font-size: 12px;
}

.s_rating,
.s_rating .s_percent {
	display: inline-block;
	height: 16px;
	line-height: 16px;
	vertical-align: bottom;
}
.s_rating.s_rating_6 {
	width: 96px;
}
.s_rating.s_rating_5 {
	width: 80px;
}
.s_rating {
	margin-right: 3px;
	background: url(../images/i_star_gray_16.png) repeat-x top left;
}
.s_rating .s_percent {
	float: left;
	background: url(../images/i_star_16.png) repeat-x top left;
}

.s_rating_big,
.s_rating_big .s_percent {
	height: 24px;
	line-height: 24px;
}
.s_rating_big.s_rating_6 {
	width: 150px;
}
.s_rating_big.s_rating_5 {
	width: 125px;
}
.s_rating_big {
	background: url(../images/i_star_gray_24.png) repeat-x top left;
}
.s_rating_big .s_percent {
	background: url(../images/i_star_24.png) repeat-x top left;
}
.s_rating_small,
.s_rating_small .s_percent {
	height: 10px;
	line-height: 10px;
}
.s_rating_small.s_rating_6 {
	width: 60px;
}
.s_rating_small.s_rating_5 {
	width: 50px;
}
.s_rating_small {
	background: url(../images/i_star_gray_10.png) repeat-x top left;
}
.s_rating_small .s_percent {
	background: url(../images/i_star_10.png) repeat-x top left;
}

.s_thumb {
	position: relative;
	display: block;
	/*float: left;*/
	max-width: 100%;
}

.s_table {
	background: #eee;
}
.s_table th,
.s_table td {
	text-align: center;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.s_table th {
	padding-top: 2px;
	padding-bottom: 3px;
	background: #ddd;
	color: #999;
}
.s_table td {
	padding-bottom: 1px;
}

.s_table_1 td {
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #eee;
}
.s_table_1 th {
	padding: 10px;
	font-size: 13px;
	background: #eee;
	border-bottom: 1px solid #ddd;
}

/***  F O R M S  ***/

button::-moz-focus-inner {
	border: 0;
}
button {
	padding-top: 1px;
}
button {
	padding-bottom: 2px;
}

.s_button_1 {
	cursor: pointer;
	display: block;
	float: right;
	margin-left: 10px;
	padding: 3px;
}
.s_button_1 .s_text {
	position: relative;
	display: block;
	height: 28px;
	padding: 0 10px;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 16px;
	font-family: "Ubuntu Regular", sans-serif;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.3);
}
.s_button_1_small .s_text {
	height: 20px;
	line-height: 19px;
	text-transform: none;
	font-size: 14px;
}
.s_button_1:hover .s_text {
	border: 1px solid rgba(255, 255, 255, 0.5);
}
.s_button_1.s_ddd_bgr .s_text {
	color: #666;
}
.s_button_1.s_ddd_bgr:hover .s_text {
	color: #333;
	border: 1px solid rgba(255, 255, 255, 0.7);
}
.s_button_1.left {
	margin-left: 0;
	margin-right: 10px;
}
.s_button_1.s_ddd_bgr .s_text {
	color: #666;
}
.s_button_1.s_ddd_bgr:hover .s_text {
	color: #333;
	border: 1px solid rgba(255, 255, 255, 0.7);
}
.s_button_1.left {
	margin-left: 0;
	margin-right: 10px;
}

input[type="hidden"] {
	display: none;
}
input[type="text"],
input[type="password"],
textarea,
select {
	margin-right: 5px;
	padding: 4px;
	background: #eee;
	border: 1px solid;
	border-color: #ddd #eee #eee #ddd;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	resize: none;
}
input[type="text"].inline,
input[type="password"].inline,
textarea.inline,
select.inline {
	float: none !important;
}
input[type="checkbox"],
input[type="radio"] {
	vertical-align: middle;
}

input[type="text"]:hover,
input[type="password"]:hover,
textarea:hover,
select:hover {
	border-color: #999 #ddd #ddd #aaa;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	border-color: #999 #ddd #ddd #aaa;
	outline: none;
}
select:focus {
	outline: 0 none !important;
}

label {
	display: block;
	text-shadow: 1px 1px 0 #fff;
}
label * {
	letter-spacing: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
}
label.s_disabled,
label.s_disabled * {
	color: #9ea7ad !important;
}
label .red {
	vertical-align: top;
	font-size: 11px;
}
label .s_legend {
	margin: 0 !important;
	padding-top: 0;
	line-height: 11px;
}

.s_full input[type="text"],
.s_full input[type="password"],
.s_full textarea,
.s_full select {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.s_legend {
	clear: both;
	display: block;
	margin-bottom: 0;
	padding-top: 10px;
	font-size: 11px;
	color: #9ea7ad;
	text-shadow: 1px 1px 0 #fff;
}

.s_row_1 {
	padding: 20px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #eee;
}
.s_row_1 label,
.s_row_1 input[type="text"],
.s_row_1 input[type="password"],
.s_row_1 textarea,
.s_row_1 select {
	float: left;
}
.s_row_1 label {
	width: 150px;
	margin-right: 15px;
	padding: 7px 0 0 0;
}
.s_row_1 .s_full,
.s_row_1 .s_legend,
.s_row_1 .s_scroll {
	margin-left: 165px;
}
.s_row_1 .s_full {
	padding-right: 20px;
}
.s_row_1 .s_full .s_legend {
	margin-left: 0;
}

.s_row_2 {
	padding: 9px 0 10px 0;
}
.s_row_2 label,
.s_row_2 input[type="text"],
.s_row_2 input[type="password"],
.s_row_2 textarea,
.s_row_2 select {
	float: left;
}
.s_row_2 label {
	width: 150px;
	margin-right: 15px;
	padding: 3px 0;
}
.s_row_2 .s_full {
	margin-left: 166px;
}
.s_row_2 .s_full input[type="text"],
.s_row_2 .s_full input[type="password"],
.s_row_2 .s_full textarea,
.s_row_2 .s_full select {
	margin-right: 0;
}

.s_row_3 {
	margin-bottom: 20px;
}
.s_row_3 label {
	display: block;
	margin-bottom: 5px;
	padding-top: 0;
}
.s_row_3 input[type="text"],
.s_row_3 input[type="password"],
.s_row_3 textarea,
.s_row_3 select,
.s_row_3 .uploader {
	float: left;
	clear: left;
}

.s_row_4 {
	padding: 10px;
	border-bottom: 1px solid #eee;
}
.s_row_4 label {
	display: block;
	float: left;
	padding-top: 0;
}
.s_row_4 input[type="text"],
.s_row_4 input[type="password"],
.s_row_4 textarea,
.s_row_4 select,
.s_row_4 .uploader {
	float: left;
	clear: left;
}
.s_row_4 > .uploader {
	position: relative;
	left: -2px;
}

label.s_checkbox,
label.s_radio {
	width: auto;
	padding: 4px 0;
	text-align: left;
	letter-spacing: 0;
	white-space: nowrap;
	color: #333;
	font-size: 13px;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
}

.s_error_row input[type="text"],
.s_error_row input[type="password"],
.s_error_row textarea,
.s_error_row select {
	color: #84290a;
	background-color: #ffe7df !important;
	border-color: #ffcdbc #ffe7df #ffe7df #ffcdbc !important;
}
.s_row_4.s_error_row:hover {
	background: none;
}
.s_error_msg {
	float: left;
	margin: 3px 0 6px 0;
	padding: 0 5px 0 12px;
	line-height: 18px;
	font-size: 11px;
	color: red;
	background: url(../images/bullet_2.gif) no-repeat 1px 6px;
}
.s_box_1 .s_error_msg {
	margin-bottom: 0 !important;
}

.s_submit {
	overflow: hidden;
	clear: both;
}

.s_server_msg {
	cursor: pointer;
	min-height: 48px;
	margin-bottom: 20px;
}
.s_server_msg p {
	min-height: 18px;
	margin: 0 10px;
	padding: 20px 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.s_msg_green {
	color: green;
	background: #f4fbe4;
	border: 1px solid #e3f5bd;
}
.s_msg_red {
	color: red;
	background: #ffede5;
	border: 1px solid #ffd8c3;
}

.s_tabs_nav {
	height: 40px;
	margin-bottom: 0;
}
.s_tabs_nav li,
.s_tabs_nav li a {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
}
.s_tabs_nav li {
	overflow: hidden;
	margin-right: 10px;
}
.s_tabs_nav li a {
	/*margin: 0 -10px;*/
	background: #ddd;
	box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.03);
	-o-box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.03);
}
.s_tabs_nav li.ui-tabs-selected a {
	color: #999;
	background: #f3f3f3;
	box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.s_tabs_nav li.ui-tabs-selected a:hover {
	color: #999 !important;
}
.s_tab_box {
	padding: 15px;
	border: 10px solid #f3f3f3;
}

.pagination {
	clear: both;
	height: 24px;
	padding: 20px 0 30px 0;
	line-height: 24px;
	border-top: 1px solid #ddd;
}
.pagination .links {
	float: left;
	height: 24px;
}
.pagination .results {
	float: right;
	height: 24px;
	font-size: 12px;
	color: #999;
}
.pagination a,
.pagination b {
	display: inline-block;
	width: 24px;
	height: 24px;
	text-align: center;
}
.pagination a {
	font-size: 12px;
	color: #666;
	background: #eee;
}
.pagination .links a:hover,
#content .pagination .links a:hover {
	color: #fff !important;
}

.s_switcher {
	z-index: 10;
	position: absolute;
	padding-right: 22px;
	font-size: 11px;
	background: #f6f6f6 url(../images/dropdown.gif) no-repeat 100% 6px;
	border-top: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.s_switcher ul {
	margin-bottom: 0;
}
.s_switcher span.s_selected,
.s_switcher li,
.s_switcher li a {
	display: block;
	line-height: 20px;
	text-indent: 7px;
}
.s_switcher span.s_selected {
	cursor: default;
	color: #999;
}
.s_switcher .s_options {
	cursor: pointer;
	display: none;
}
.s_switcher img {
	display: inline;
	margin: -1px 3px 0 0;
	vertical-align: middle;
	width: 16px;
}

.fixedTip img {
	width: 16px;
}

.s_button_remove {
	position: absolute;
	display: block;
	width: 11px;
	height: 11px;
	background-image: url(../images/button_remove_10.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #ccc;
}

.grid_16 .s_grid_view,
.grid_14 .s_grid_view,
.grid_12 .s_grid_view,
.grid_11 .s_grid_view,
.grid_10 .s_grid_view,
.grid_9 .s_grid_view,
.grid_8 .s_grid_view,
.grid_7 .s_grid_view,
.grid_8 .s_grid_view {
	position: relative;
	margin: 0 -10px;
}

.s_subcategories {
	margin-bottom: 40px !important;
	text-align: center;
}
.s_subcategories ul {
	overflow: hidden;
	padding: 0 10px;
}
.s_subcategories ul li {
	float: left;
	width: 31%;
}
.s_subcategory {
	float: none;
	display: inline-block;
	width: 120px;
	margin: 0 19px 25px 19px;
	text-align: center;
	vertical-align: top;
}
.s_subcategories img {
	margin-bottom: 3px;
}

.s_price {
	display: inline-block;
	margin: 0;
	font-size: 26px;
	color: #fff;
	letter-spacing: -1px;
	text-align: center;
	font-family: "Babel Sans", sans-serif;
	font-weight: normal;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	padding-top: 40px;
	background-image: url("../images/price_4.png");
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 20px;
	padding-top: 32px;
	text-indent: -3px;
	width: 84px !important;
	height: 84px !important;
}
.s_promo_price {
	padding-top: 19px;
}

.s_price span {
	display: block;
	font-family: "Ubuntu Regular", sans-serif;
}
.s_price .s_currency {
	line-height: 16px;
	font-size: 15px;
}
.s_old_price {
	line-height: 16px;
	font-size: 12px;
	text-decoration: line-through;
	opacity: 0.8;
}
.s_price .s_currency.s_before {
	display: inline;
	font-family: "Babel Sans", sans-serif !important;
}
.s_price .s_currency.s_after {
	opacity: 0.7;
}
.s_old_price .s_currency {
	display: none !important;
}

.s_grid_view .s_item a:hover {
	text-decoration: none;
}
.s_item {
	position: relative;
	z-index: 1;
}
.s_item:hover {
	z-index: 10;
	padding: 20px 15px;
	margin: -20px 0 -60px !important;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.s_item h3 {
	clear: both;
	margin-bottom: 9px;
	letter-spacing: 0;
	font-size: 12px;
	font-weight: bold;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}
.s_item p.s_model {
	margin-top: -9px;
	margin-bottom: 9px;
	color: #999;
	font-size: 11px;
}
.s_item .s_description {
	margin-bottom: 10px;
	margin-right: 86px;
}
.s_item .s_rating {
	display: block;
}
.s_item .s_price {
	z-index: 1;
	position: absolute;
}
.s_button_add_to_cart {
	overflow: hidden;
	display: block;
}
.s_button_add_to_cart .s_icon_16 {
	padding-left: 22px !important;
}
.s_button_add_to_cart .s_icon {
	background: url(../images/add_to_cart.png) no-repeat center transparent;
}
.s_item .s_button_add_to_cart {
	margin-bottom: 10px;
}
.s_item .s_button_wishlist,
.s_item .s_button_compare {
	color: #999;
}

.s_list_view .s_item {
	clear: both;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}
.s_list_view .s_item:hover {
	margin: 0 -20px 1px -20px;
	border-bottom: none;
}
.s_list_view .s_item h3 {
	font-size: 14px;
}
.s_list_view .s_item .s_price {
	top: 20px;
}
.s_list_view .s_item .s_actions {
	text-align: right;
}
.s_list_view .s_item .s_button_add_to_cart {
	float: left;
}
.s_list_view .s_item.last {
	border-bottom: none;
}

.s_grid_view .s_item {
	margin-bottom: 16px;
	text-align: center;
	overflow: hidden;
}
.s_grid_view .s_item:hover {
	margin: -20px -10px -47px -10px;
	margin-bottom: -47px !important;
}
.s_grid_view .s_item .s_thumb {
	float: none;
}
.s_grid_view .s_item_short .s_button_add_to_cart {
	margin-bottom: 0;
}
.s_grid_view .s_item_short:hover {
	margin: -20px -10px -21px -10px;
}
.s_grid_view .s_item h3 a {
	display: block;
	padding-top: 12px;
	border-top: 1px solid #eee;
}
.s_grid_view .s_item:hover h3 a {
	border-top: 1px solid #ccc;
}
.s_grid_view .s_item .s_actions {
	clear: both;
	display: none;
	width: auto;
	margin: -9px -20px 0 -20px;
	padding-top: 10px;
	text-align: center;
	line-height: 16px;
	font-size: 11px;
	color: #999;
}
.s_grid_view .s_item:hover .s_actions {
	display: block;
}
.s_grid_view .s_item .s_rating {
	margin: 1px auto 19px auto;
}

.container_16 .s_item .grid_13 .s_actions {
	margin-right: 100px;
}
.container_12 .grid_2.s_item .s_price,
.container_16 .col-sm-3.s_item .s_price,
.container_16 .s_item .grid_9 .s_price,
.container_16 .s_item .grid_13 .s_price {
	right: 0;
	width: 66px;
	height: 42px;
	padding-top: 24px;
	font-size: 26px;
	background-image: url(../images/price_1.png);
	background-repeat: no-repeat;
	background-position: center;
}
.container_12 .grid_2.s_item .s_price {
	right: -10px;
}
.container_12 .grid_2.s_item:hover .s_price,
.container_16 .col-sm-3.s_item:hover .s_price,
.container_16 .s_item:hover .grid_9 .s_price,
.container_16 .s_item:hover .grid_13 .s_price {
	right: 20px;
}
.container_12 .grid_2.s_item .s_promo_price,
.container_16 .col-sm-3.s_item .s_promo_price,
.container_16 .s_item .grid_9 .s_promo_price,
.container_16 .s_item .grid_13 .s_promo_price {
	padding-top: 10px;
	height: 56px;
}
.container_12 .grid_2.s_item .s_currency.s_before,
.container_16 .col-sm-3.s_item .s_currency.s_before,
.container_16 .s_item .grid_9 .s_currency.s_before,
.container_16 .s_item .grid_13 .s_currency.s_before {
	margin-left: -2px;
	font-size: 18px;
}

.container_12 .grid_2.s_item .s_thumb img {
	width: 140px;
	height: 140px;
	margin-bottom: 10px;
}
.container_12 .grid_2.s_item .s_price {
	top: 64px;
}
.container_12 .grid_2.s_item:hover .s_price {
	top: 84px;
}

.container_12 .s_item .grid_6 .s_description,
.container_12 .s_item .grid_9 .s_description,
.container_12 .s_item .grid_9 .s_actions {
	margin-right: 120px;
}
.container_12 .col-sm-3.s_item .s_price,
.container_12 .s_item .grid_6 .s_price,
.container_12 .s_item .grid_9 .s_price,
#product_intro.s_size_1 .s_price {
	right: 10px;
	width: 86px !important;
	height: 86px !important;
	padding-top: 30px !important;
	text-indent: -3px !important;
	font-size: 26px !important;
	background-image: url(../images/price_4.png) !important;
	background-repeat: no-repeat;
	background-position: center;
}
.container_12 .col-sm-3.s_item .s_promo_price,
.container_12 .s_item .grid_6 .s_promo_price,
.container_12 .s_item .grid_9 .s_promo_price,
#product_intro.s_size_1 .s_promo_price {
	height: 86px !important;
	padding-top: 0 !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.container_12 .col-sm-3.s_item .s_promo_price .s_old_price,
.container_12 .s_item .grid_6 .s_promo_price .s_old_price,
.container_12 .s_item .grid_9 .s_promo_price .s_old_price,
#product_intro.s_size_1 .s_promo_price .s_old_price {
	padding: 5px 0 !important;
	font-size: 14px !important;
}
.container_12 .col-sm-3.s_item .s_currency.s_before,
.container_12 .s_item .grid_6 .s_currency.s_before,
.container_12 .s_item .grid_9 .s_currency.s_before,
#product_intro.s_size_1 .s_price .s_currency.s_before {
	text-indent: -1px !important;
	font-size: 22px !important;
}
.container_12 .col-sm-3.s_item .s_currency.s_after,
.container_12 .s_item .grid_6 .s_currency.s_after,
.container_12 .s_item .grid_9 .s_currency.s_after,
#product_intro.s_size_1 .s_price .s_currency.s_after {
	padding-top: 5px !important;
	font-size: 16px !important;
}

.container_12 .col-sm-3.s_item .s_thumb,
.container_12 .s_item .col-sm-3 .s_thumb,
.container_12 .col-sm-4.s_item .s_thumb,
.container_12 .s_item .col-sm-4 .s_thumb {
	height: 210px;
}

.container_12 .col-sm-3.s_item .s_thumb img,
.container_12 .s_item .col-sm-3 .s_thumb img,
.container_12 .col-sm-4.s_item .s_thumb img,
.container_12 .s_item .col-sm-4 .s_thumb img {
	-webkit-transition: height 0.3s ease-in-out;
	-moz-transition: height 0.3s ease-in-out;
	-o-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
	width: 180px;
	height: auto;
	max-width: 100%;
}

.container_12 .s_item .col-sm-3 .s_thumb {
	overflow: hidden;
}

.container_12 .col-sm-3.s_item:hover .s_thumb img,
.container_12 .s_item:hover .col-sm-3 .s_thumb img,
.container_12 .col-sm-4.s_item:hover .s_thumb img,
.container_12 .s_item:hover .col-sm-4 .s_thumb img {
	-webkit-transition: height 0.3s ease-in-out;
	-moz-transition: height 0.3s ease-in-out;
	-o-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
	/*max-width: 200%;
	height: 190px; margin-left: -36px;*/
	width: auto;
}

.container_12 .col-sm-3.s_item h3,
.container_12 .col-sm-4.s_item h3 {
	font-size: 15px;
	font-weight: normal;
	height: 86px;
	line-height: 23px;
	margin: 0 -10px;
}
.container_12 .col-sm-3.s_item .s_thumb,
.container_12 .col-sm-4.s_item .s_thumb {
	padding: 20px 19px 20px 18px;
}

#product_opis .container_12 .col-sm-3.s_item .s_thumb,
.container_12 .col-sm-4.s_item .s_thumb {
	padding-left: 12px;
	padding-right: 12px;
}

.container_12 .col-sm-3.s_item .s_price,
.container_12 .col-sm-4.s_item .s_price {
	top: 112px;
}
.container_12 .s_item .col-sm-3 .s_thumb,
.container_12 .s_item .col-sm-4 .s_thumb {
	padding: 10px 20px;
}

.container_12 .col-sm-3.s_item:hover .s_price,
.container_12 .col-sm-4.s_item:hover .s_price {
	top: 132px;
}

.container_12 .s_item .grid_6 h3,
.container_12 .s_item .grid_6 .s_description,
.container_12 .s_item .grid_6 .s_mode {
	margin-right: 120px;
}
.container_12 .grid_2.s_item:hover .s_price {
	right: 10px;
}
.container_12 .col-sm-3.s_item:hover .s_price {
	top: 132px;
	/*right: 20px;*/
}
.container_12 .s_item:hover .grid_6 .s_price,
.container_12 .s_item:hover .grid_9 .s_price {
	right: 20px;
}

.container_16 .col-sm-3.s_item .s_thumb {
	padding: 10px;
}
.container_16 .s_item .col-sm-3 .s_thumb {
	padding-left: 10px;
}
.container_16 .col-sm-3.s_item .s_thumb img,
.container_16 .s_item .col-sm-3 .s_thumb img {
	width: 140px;
	height: 140px;
}
.container_16 .col-sm-3.s_item .s_price {
	top: 87px;
}
.container_16 .col-sm-3.s_item:hover .s_price {
	top: 107px;
}

.s_item.s_size_1 {
	clear: both;
	margin-bottom: 16px;
}
.s_item.s_size_1 .s_thumb {
	float: left;
	margin: 0 8px 0 -8px;
}
.s_item.s_size_1 h3,
.s_item.s_size_1 p,
.s_item.s_size_1 .s_rating_holder {
	clear: none;
	margin: 0;
	padding-left: 48px;
	font-size: 11px;
}
.s_item .s_old {
	color: #666;
	text-decoration: line-through;
}
.s_item.s_size_1 .s_rating_holder {
	height: 18px;
	margin-bottom: 2px;
	line-height: 18px;
	font-size: 11px;
}
.s_item.s_size_1 p.s_rating {
	margin-top: 4px;
	padding: 0;
}
.s_item.s_size_1:hover {
	margin: -10px -10px 6px -10px !important;
	padding: 10px !important;
}

.s_cart_items {
	width: 100%;
}
.s_cart_items td {
	padding: 10px 0;
	vertical-align: top;
	font-size: 12px;
	border-top: 1px solid #eee;
}
.s_cart_items tr:first-child td {
	padding-top: 0;
	border-top: none;
}
.s_cart_items .s_cart_number,
.s_cart_items .s_cart_price {
	padding-left: 10px;
	text-align: right;
}
.s_cart_items .s_button_remove {
	position: static;
	float: right;
}

.s_review {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.s_review .s_author {
	float: left;
}
.s_review .s_author small {
	margin-left: 4px;
	font-size: 10px;
	color: #999;
}
.s_review .s_rating,
.s_review .s_average {
	float: left;
	margin-left: 5px;
}
.s_listing .s_review.last {
	margin-bottom: 0 !important;
	border-bottom: none !important;
}

.s_address {
	margin: 0 30px 30px 0;
	padding: 20px;
	font-size: 14px;
	border-left: 10px solid #eee;
}
form.s_address {
	padding: 11px 20px;
}

.s_order {
	margin-bottom: 20px;
	padding: 15px 15px 17px 15px;
	border: 5px solid #eee !important;
}
.s_order .s_id,
.s_order .s_id *,
.s_order .s_status,
.s_order .s_status *,
.s_order .s_total,
.s_order .s_total * {
	letter-spacing: -1px;
	font-size: 20px;
	font-family: "Ubuntu Regular", sans-serif;
}

.s_order .s_id {
	float: left;
}
.s_order .s_status {
	float: right !important;
}
.container_16 .s_status {
	clear: left;
	float: left;
}
.s_order dl {
	margin-bottom: 7px;
}
.s_order dt,
.s_order dd {
	float: left;
	margin-bottom: 7px;
	font-size: 11px;
}
.s_order dt {
	clear: left;
	width: 35%;
	padding-right: 2%;
}
.s_order dd {
	width: 62%;
}
.container_16 .s_order dt {
	width: 45%;
}
.container_16 .s_order dd {
	width: 52%;
}
.s_order .s_total {
	margin-bottom: 0;
}
.s_order .s_total,
.s_order .s_total * {
	font-size: 28px;
}

.s_cart_holder .s_total {
	text-align: right;
	font-size: 11px;
}
.s_cart_holder .s_button_1 {
	float: none !important;
	display: inline-block !important;
}
.s_cart_holder .s_button_1 .s_text {
	height: 18px;
	line-height: 17px;
	text-transform: none;
	font-size: 11px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}

.s_shipping_method input {
	display: block;
	float: left;
}
.s_shipping_method span.s_desc {
	display: block;
	float: left;
	width: 514px;
}
.s_shipping_method input {
	margin: 4px 10px 0 0 !important;
}

.s_box {
	margin-bottom: 18px;
	border-bottom: 1px solid #ddd;
}
.s_box h2,
.s_box_1 h2 {
	margin-bottom: 17px;
	padding: 0;
	line-height: 18px;
	font-size: 20px;
}
.s_box_1 {
	margin-bottom: 25px;
	padding: 15px;
	border: 5px solid #ddd;
}
.s_box_1 > :last-child {
	margin-bottom: 0;
}
.s_box_1 h2 {
	font-size: 20px;
}

.s_accordion h2 {
	outline: none !important;
	cursor: pointer;
	height: 32px;
	margin-bottom: 1px;
	padding: 0;
	line-height: 35px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	background: #eee;
	border-bottom: 1px solid #ddd;
}
.s_accordion .ui-accordion-content {
	padding: 25px 0 30px 0;
}
.s_accordion h2.s_last {
	margin-bottom: 25px;
}
.s_accordion h2.s_last.ui-state-active {
	margin-bottom: 1px;
}
.s_accordion .ui-accordion-content-active {
	margin-bottom: 1px;
	border-bottom: 1px solid #eee;
}
.s_accordion h2 .ui-icon {
	display: block;
	float: left;
	width: 12px;
	height: 12px;
	margin: 10px 10px 0 10px;
	background: url(../images/bullet_accordion.png) no-repeat center top;
}
.s_accordion h2.ui-state-active .ui-icon {
	background-position: center bottom !important;
}

.s_info_page ol {
	padding-left: 15px;
	list-style: decimal;
}

/*****************************************************/
/******   O L D    M A R K U P   *********************/
/*****************************************************/
.box {
	margin-bottom: 19px;
	border-bottom: 1px solid #ddd;
}
.box .box-heading {
	margin: 0 0 17px 0;
	word-spacing: 2px;
	letter-spacing: -1px;
	line-height: 18px;
	font-family: "Ubuntu Regular", sans-serif;
	font-size: 20px;
}
.box .box-heading img {
	display: inline;
	margin: -3px 10px 0 0;
	vertical-align: middle;
}
#right_col .box {
	margin-left: 10px;
}
#left_col .box {
	margin-right: 10px;
}

.buttons table {
	width: 100%;
}
.buttons .button {
	cursor: pointer;
	display: block;
	float: right;
	margin-left: 10px;
	padding: 3px;
}
.buttons .button span {
	position: relative;
	display: block;
	height: 28px;
	padding: 0 10px;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 16px;
	font-family: "Ubuntu Regular", sans-serif;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.3);
}
.buttons .button:hover span {
	border: 1px solid #fff;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
.buttons table td[align="left"] .button {
	float: left;
	margin-left: 0;
	margin-right: 10px;
	background-color: #ddd;
}
.buttons table td[align="left"] .button span {
	color: #666;
}
.buttons table td[align="left"] .button:hover span {
	color: #333;
	border: 1px solid #fff;
	border: 1px solid rgba(255, 255, 255, 0.7);
}

/*****************************************************/
/******   L A Y O U T   ******************************/
/*****************************************************/
body.s_layout_fixed {
	padding: 20px 0;
	background-repeat: repeat;
	background-position: top left;
}
body.s_layout_fixed #wrapper {
	background: #fff;
	position: relative;
	z-index: 10;
	border: 1px solid #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

#header {
	z-index: 10;
	position: relative;
}

#site_logo {
	display: inline-block;
	margin: 20px 0 10px 0;
	max-width: 100%;
}
#site_logo img {
	max-width: 100%;
}
@media (max-width: 768px) {
	#site_logo {
		margin: 10px 0 10px 0;
	}
	#cart_menu2 {
		margin-top: 27px;
	}
	#language_form {
		margin-top: 27px;
	}
}
#top_navigation {
	z-index: 12;
	float: right;
	white-space: nowrap;
}
@media (min-width: 769px) {
	#top_navigation > * {
		margin-top: 24px;
	}
}

#language_form,
#currency_form {
	float: right;
	margin-right: 10px;
	position: relative;
	z-index: 2;
}

#language_form {
	z-index: 1;
}

#language_switcher,
#currency_switcher {
	position: relative;
}

#language_switcher ul,
#currency_switcher ul {
	position: absolute;
	background: #f6f6f6;
	width: 100%;
}

#site_search {
	float: right;
}
.s_dynamic #site_search {
	margin-top: -5px;
}
#search_bar {
	z-index: 100;
	position: absolute;
	right: 43px;
	top: -13px;
	display: none;
	padding: 10px;
	white-space: nowrap;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#search_bar input {
	float: left;
	width: 200px;
	margin-right: 10px;
}
#search_bar .s_button_1 {
	float: none !important;
	margin-left: 221px;
}

#search_bar .s_advanced {
	float: left;
	width: 50px;
	padding-top: 1px;
	line-height: 12px;
	font-size: 11px;
}
#site_search .s_search_button,
#search_button_xs {
	display: block;
	width: 32px;
	height: 32px;
	background-image: url(../images/icon_search.png);
	background-repeat: no-repeat;
	background-position: center top;
}

@media (max-width: 768px) {
	#site_search .s_search_button,
	#search_button_xs {
		width: 24px;
		height: 24px;
		background-size: cover;
	}
	#site_search {
		margin-top: 26px;
	}
}

#search_button_xs {
	background-color: #71b013;
}

.s_static #site_search input {
	float: left;
	width: 150px;
	padding: 3px 4px 4px 4px;
	font-size: 11px;
}
.s_static #site_search .s_search_button {
	float: left;
	margin: -5px 0 0 10px;
}

#welcome_message {
	margin-bottom: 9px;
	text-align: right;
	font-size: 11px;
	color: #999;
}
#system_navigation {
	margin: 24px 0 0px 0;
	text-align: right;
	clear: right;
	float: right;
	width: 100%;
}
#system_navigation ul.s_list_1 {
	float: right;
	/*height: 18px;*/
	margin-bottom: 0;
	letter-spacing: -1px;
	margin-right: 20px;
	margin-bottom: 10px;
}
#system_navigation ul.s_list_1 li,
#system_navigation ul.s_list_1 li a {
	height: 18px;
	line-height: 18px;
}
#system_navigation ul.s_list_1 li {
	display: inline;
	margin-left: 17px;
}

#categories {
	clear: both;
	/*width: 940px;*/
	/*height: 32px;*/
	padding: 12px 0;
	border-top: 1px solid #eee;
}
#categories > ul {
	margin: 0;
}
#categories > ul > li,
#categories > ul > li > a {
	height: 32px;
	line-height: 32px;
}
#categories > ul > li > a {
	padding: 0 10px;
	letter-spacing: -1px;
	font-size: 16px;
	font-family: "Ubuntu Regular", sans-serif;
}
#categories > ul > li.s_selected > a {
}
#categories .s_submenu,
#cart_menu .s_submenu {
	width: 400px;
	padding: 0 0 0 20px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#categories .s_submenu h3 {
	height: 12px;
	margin: 0;
	padding: 17px 0 14px 0;
	line-height: 12px;
	letter-spacing: 0;
	text-transform: uppercase;
	font-size: 11px !important;
	font-weight: normal;
	color: #bbb;
}
#categories .border_eee {
	width: 380px;
}
#categories .s_submenu > ul {
	margin-bottom: 15px;
}
#categories li .s_submenu > ul > li {
	float: left;
	width: 165px;
	margin-right: 20px;
}
#categories li .s_submenu a {
	display: block;
}
#categories .s_submenu small {
	font-size: 11px;
	color: #999;
}
#categories li .s_submenu > ul > li:hover {
	position: relative;
}
#categories .s_submenu li:hover > ul {
	display: block;
}

#categories .s_submenu ul ul {
	position: absolute;
	top: -5px;
	left: 96%;
	display: none;
	width: 150px;
	padding: 5px 10px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#categories .s_submenu ul ul li {
	width: 140px;
	margin: 0;
}

#menu_home,
#menu_home a {
	width: 36px;
	padding: 0 !important;
}
#menu_home a {
	text-indent: -1000em;
	background-image: url(../images/menu_home.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #ddd;
}

#cart_menu {
	height: 100%;
	z-index: 10;
	position: absolute;
	bottom: 22px;
	right: 10px;
	height: 20px;
}
#cart_menu > a {
	position: relative;
	display: block;
	float: left;
	height: 20px;
	padding: 0 0 0 32px;
}
#cart_menu:hover > a {
	/*margin-top: -7px;
  padding-top: 7px;*/
	/* margin-bottom: -7px; padding-bottom: 7px */
}
#cart_menu .s_icon,
#cart_menu2 .s_icon {
	position: absolute;
	left: 0;
	/*top: 50%;
  margin-top: -13px;*/
	display: block;
	width: 23px;
	height: 23px;
	background-image: url(../images/i_cart.png);
	background-repeat: no-repeat;
	background-position: center;
}
#cart_menu2 .s_icon {
	position: relative;
	background-color: #71b013;
}

#cart_menu small.s_text {
	float: left;
	height: 20px;
	margin-right: 7px;
	padding-right: 7px;
	line-height: 20px;
	letter-spacing: -1px;
	font-size: 14px;
	font-weight: bold;
	font-family: "Ubuntu Regular", sans-serif;
	color: #333;
	border-right: 1px solid #eee;
}
#cart_menu .s_grand_total,
#cart_menu .s_grand_total * {
	height: 34px;
	line-height: 20px;
	font-family: "Babel Sans", sans-serif;
	font-size: 21px;
	font-weight: normal;
}
#cart_menu .s_grand_total {
	float: left;
	margin: -7px;
	padding: 7px;
}
#cart_menu .s_submenu {
	left: auto;
	right: -7px;
	width: 350px;
	margin-top: 7px;
	padding: 20px;
}
/*#cart_menu:hover .s_grand_total {
  z-index: 20;
  position: relative;
}*/

#system_navigation #cart_menu {
	position: relative;
	height: 100%;
	float: right;
	margin: 27px -10px 0 30px;
	padding: 10px 0 10px 15px;
	border-left: 1px solid #eee;
	z-index: 1;
}
#system_navigation #cart_menu .s_submenu {
	margin-top: -3px;
}

#intro {
	clear: both;
	margin-bottom: 30px;
	padding-top: 30px;
	background: url(../images/intro_textur.jpg) center no-repeat;
	background-color: #f2eddc;
}
.home #intro {
	padding-top: 0;
}
#intro_wrap {
	background: url(../images/intro.png) bottom left repeat-x;
}
#intro_wrap .container_12 {
	z-index: 5;
	position: relative;
}

.home #intro {
	background: none;
	background-color: transparent;
}
#intro_wrap.intro_wrap_slider {
	background: none;
}
#intro h1 {
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 10px;
	line-height: 40px;
	font-size: 32px;
}
#intro h2,
#intro h2 a {
	padding-top: 0;
	padding-bottom: 0;
	line-height: 40px;
	font-size: 32px;
}
#intro .slideItem {
}
#product_intro {
	position: relative;
	height: 370px;
}
#product_intro_info {
	z-index: 2;
	position: relative;
	top: 0;
	left: 0;
}
#product_intro .slideItem img {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

#product_intro_info h2 {
	margin-left: 0;
	margin-right: 0;
}
#product_intro_info p.s_desc {
	font-size: 14px;
	line-height: 1.5em;
}
#product_intro_info .s_rating_holder .s_average {
	height: 24px;
	line-height: 24px;
	font-size: 20px !important;
}

#product_intro_preview {
	z-index: 1;
	position: absolute;
	bottom: 0;
	right: 10px;
	width: 445px;
	height: 370px;
	background: url(../images/intro_product.png) no-repeat top right;
}

#product_intro_preview > img,
#product_intro_preview .slides_container {
	overflow: hidden;
	width: 300px;
	height: 300px;
	margin: 60px 0 0 78px;
}

#intro .s_button_prev,
#intro .s_button_next {
	display: block;
	width: 42px;
	height: 42px;
	background-image: url(../images/intro_controls.png);
	background-repeat: no-repeat;
}
#intro .s_button_prev {
	background-position: 0 0;
}
#intro .s_button_next {
	background-position: 100% 0;
}

#product_intro .s_button_prev,
#product_intro .s_button_next {
	position: absolute;
	top: 190px;
}
#product_intro .s_button_prev {
	right: 380px;
}
#product_intro .s_button_next {
	right: 13px;
}
#product_intro .s_price_holder {
	overflow: hidden;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 840px;
	display: block;
	width: 100px;
	height: 100px;
}

#product_price .s_price,
#product_price .s_promo_price {
	float: right;
	margin-bottom: 12px;
}

#product_intro .s_price,
#product_price .s_price,
#product_info .s_price {
	width: 100px !important;
	height: 100px !important;
	padding-top: 40px;
	font-size: 26px;
	background-image: url(../images/price_3.png);
	background-repeat: no-repeat;
	background-position: center;
}
#product_intro .s_promo_price,
#product_price .s_promo_price,
#product_info .s_promo_price {
	height: 100px;
	padding-top: 15px;
}
#product_intro .s_old_price,
#product_price .s_old_price,
#product_info .s_old_price {
	padding-bottom: 10px;
	font-size: 14px;
}
#product_intro .s_price .s_currency.s_before,
#product_price .s_currency.s_before {
	text-indent: -1px;
	font-size: 26px;
}
#product_intro .s_price .s_currency.s_after,
#product_price .s_currency.s_after {
	padding-top: 8px;
	font-size: 18px;
}

/*** product intro small size ***/

#product_intro.s_size_1 {
	height: 255px;
}
#product_intro.s_size_1 .s_price_holder {
	right: -400px;
	left: auto;
	width: 84px;
	height: 84px;
}
#product_intro .slideItem a {
	display: block;
}

#product_intro.s_size_1 #product_intro_preview {
	width: 320px;
	height: 255px;
	background: url(../images/intro_product_1.png) no-repeat top right;
}
#product_intro.s_size_1 #product_intro_preview > img,
#product_intro.s_size_1 #product_intro_preview .slides_container {
	width: 200px;
	height: 200px;
	margin: 42px 0 0 70px;
}
#product_intro.s_size_1 .s_button_prev,
#product_intro.s_size_1 .s_button_next {
	top: 130px;
}
#product_intro.s_size_1 .s_button_prev {
	right: 250px;
}
#product_intro.s_size_1 .s_button_next {
	right: 8px;
}

/*** product intro medium size ***/

#product_intro.s_size_2 {
	height: 315px;
}
#product_intro.s_size_2 #product_intro_preview {
	width: 390px;
	height: 315px;
	background: url(../images/intro_product_2.png) no-repeat top right;
}
#product_intro.s_size_2 #product_intro_preview > img,
#product_intro.s_size_2 #product_intro_preview .slides_container {
	width: 250px;
	height: 250px;
	margin: 54px 0 0 79px;
}
#product_intro.s_size_2 .s_button_prev,
#product_intro.s_size_2 .s_button_next {
	top: 160px;
}
#product_intro.s_size_2 .s_button_prev {
	right: 319px;
}
#product_intro.s_size_2 .s_button_next {
	right: 10px;
}

#image_intro {
	/* padding-bottom: 30px; */
}
#image_intro_preview {
	position: relative;
	margin: 0;
	padding: 0;
}
#image_intro_preview.s_boxed {
	background: #fff;
	padding: 10px;
}
#image_intro_preview .slides_container,
#image_intro_preview .slideItem,
#image_intro_preview .slideItem a {
	display: block;
	width: 100%;
	height: 100%;
}
#image_intro_preview .slideItem {
	display: table;
}
#image_intro_preview .slideItem a {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	height: 220px;
}
#image_intro_preview .slideItem a img {
	display: inline-block;
	max-width: 998px !important;
	height: auto;
}
#image_intro_preview .slides_control {
	height: 100%;
}
#image_intro_preview .s_button_next_holder,
#image_intro_preview .s_button_prev_holder {
	z-index: 100;
	position: absolute;
	top: 50%;
	display: none;
	margin-top: -22px;
	padding: 10px;
	background: #fff;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}
#image_intro_preview:hover .s_button_next_holder,
#image_intro_preview:hover .s_button_prev_holder {
	display: block;
}
#image_intro_preview .s_button_next_holder a,
#image_intro_preview .s_button_prev_holder a {
	width: 24px;
	height: 24px;
	background-image: url(../images/intro_controls_small.png) !important;
}
#image_intro_preview .s_button_next_holder {
	right: -15px;
}
#image_intro_preview .s_button_prev_holder {
	left: -15px;
}
#image_intro_preview.s_boxed .s_button_next_holder {
	right: 0;
	border-radius: 50px 0 0 50px;
	-moz-border-radius: 50px 0 0 50px;
	-webkit-border-radius: 50px 0 0 50px;
}
#image_intro_preview.s_boxed .s_button_prev_holder {
	left: 0;
	border-radius: 0 50px 50px 0;
	-moz-border-radius: 0 50px 50px 0;
	-webkit-border-radius: 0 50px 50px 0;
}

#breadcrumbs {
	font-size: 11px;
}

.s_brand_logo {
	position: absolute;
	right: 10px;
	top: -10px;
}

#content {
	z-index: 5;
	position: relative;
}

#listing_options {
	z-index: 5;
	position: relative;
	height: 24px;
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #ddd;
}
#listing_arrange {
	position: absolute;
	top: 0;
	right: 0;
}
#listing_arrange span.s_label {
	float: left;
	margin-left: 15px;
	line-height: 22px;
	font-size: 11px;
}
#listing_sort,
#items_per_page {
	position: static;
	float: left;
	margin-left: 5px;
}
#listing_sort {
	width: 105px;
}
#items_per_page {
	width: 50px;
}
#view_mode {
	float: left;
	font-size: 11px;
}
#view_mode li {
	margin-right: 15px;
}
#view_mode li a {
	position: relative;
	padding-left: 16px;
}
#view_mode .s_icon {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -5px;
	display: block;
	width: 11px;
	height: 11px;
	background: transparent url(../images/view_mode.gif) no-repeat;
	background-color: #ddd;
}
#view_mode a:hover .s_icon {
	background-color: #f12b63;
}
#view_grid .s_icon {
	background-position: 0 0;
}
#view_list .s_icon {
	background-position: -11px 0;
}

#compare_total {
	float: left;
	padding-left: 15px;
	font-size: 11px;
	border-left: 1px solid #eee;
}

/******   P R O D U C T    P A G E   *****************/

#product {
	position: relative;
}
#product_info {
	position: relative;
}
#product_info h3 {
	margin-bottom: 9px;
	line-height: 40px;
}
#product_price {
	z-index: 20;
	/*position: absolute;
  top: 0;
  right: 0;
  width: 100px;*/
	width: 100%;
	padding: 0 0 10px 0px;
	background: #fff;
}
#product_price .s_price {
	position: relative !important;
}
#product_price p.s_price_tax,
#product_price p.s_reward_points {
	margin-bottom: 0;
	text-align: center;
}
#product_price p.s_price_tax,
#product_price p.s_price_tax * {
	font-size: 11px !important;
}
#product_price p.s_price_tax {
	margin-bottom: -10px;
	padding: 5px 0;
	color: #666;
}
#product_price p.s_reward_points {
	margin-top: 10px;
	line-height: 12px;
	color: #999;
}
#product_info dl {
	width: 220px;
	min-height: 100px;
	margin-bottom: 20px;
	font-size: 14px;
}
#product_info dt,
#product_info dd {
	float: left;
	margin-bottom: 7px;
}
#product_info dt {
	clear: left;
	width: 49%;
}
#product_info dd {
	width: 50%;
}
#product_info dl .s_rating {
	margin-bottom: 0;
}

#product_share {
	z-index: 1;
	position: relative;
	margin-bottom: 20px;
	padding-top: 15px;
	border-top: 1px solid #eee;
}
#product_share .s_rating_holder {
	margin-right: 120px;
	padding: 5px 10px 20px 10px;
	text-align: center;
	margin-top: 10px;
}
#product_share .s_rating_holder .s_rating,
#product_share .s_rating_holder .s_average {
	margin-bottom: 9px;
}
#product_share .s_review_write .s_icon {
	background-image: url(../images/i_review_10.png);
}
#product_share .s_plusone,
#product_share .s_plusone div {
	position: relative;
	float: left;
	width: 70px !important;
}
#product_share .s_plusone iframe {
	width: 70px !important;
}
#product_share .addthis_counter {
	margin-right: 10px;
}
#product_share .addthis_button_tweet iframe {
	width: 105px !important;
}
#product_share .addthis_button_facebook_like {
	opacity: 1 !important;
}

#product_options {
	padding: 15px 0 10px 0;
	font-size: 12px;
	border-top: 1px solid #eee;
}
#product_options label {
	width: 45%;
	margin-right: 0;
	font-size: 12px;
}
#product_options label.s_radio,
#product_options label.s_checkbox {
	width: auto;
}
#product_options input,
#product_options textarea,
#product_options select {
	margin-right: 0;
}

#product_options input[type="checkbox"],
#product_options input[type="radio"] {
	margin-top: -1px;
}
#product_options select {
	float: right;
	width: 59%;
	font-size: 12px;
}
#product_options input[type="text"],
#product_options textarea {
	float: right;
	width: 57% !important;
}
#product_options .s_full {
	margin-left: 45%;
}

#product_discounts {
	margin-bottom: 20px;
	padding: 15px 0 0 0;
	border-top: 1px solid #eee;
}
#product_discounts table th,
#product_discounts table td,
#product_discounts table .s_currency {
	font-size: 11px !important;
}

#product_buy {
	clear: both;
	position: relative;
	padding: 30px 0;
	font-size: 16px;
	border-top: 1px solid #eee;
}
#product_buy label {
	display: block;
	float: left;
	height: 42px;
	margin-right: 5px;
	line-height: 42px;
	font-size: 16px;
	font-family: "Ubuntu Regular", sans-serif;
}
#product_buy input {
	float: left;
	margin-top: 4px;
	font-size: 18px;
}
#add_to_cart,
#zapytaj_o_cene {
	cursor: pointer;
	display: block;
	float: right;
	height: 36px;
	padding: 3px;
}
#add_to_cart .s_text,
#zapytaj_o_cene .s_text {
	position: relative;
	display: block;
	height: 34px;
	padding: 0 10px 0 39px;
	line-height: 34px;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 16px;
	font-family: "Ubuntu Regular", sans-serif;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.3);
}
#add_to_cart:hover .s_text,
#zapytaj_o_cene:hover .s_text {
	border: 1px solid rgba(255, 255, 255, 0.5);
}
#add_to_cart .s_icon {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -13px;
	display: block;
	width: 23px;
	height: 23px;
	background-image: url(../images/i_cart_white.png);
	background-repeat: no-repeat;
	background-position: center;
}
#product_buy .s_bgr {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.12;
}
#product_buy .s_purchase_info {
	clear: both;
	margin-bottom: 4px;
	padding-top: 14px;
	text-align: center;
	font-size: 11px;
	color: #999;
}
#product_buy .s_actions {
	overflow: hidden;
	padding-top: 14px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
/*
#product_images {
  float: left;
  width: 340px;
  margin-right: 20px;
}
#product_info {
  float: left;
  width: 340px;
}
*/

#product_image_preview {
	display: block;
	margin: 0 -1px 30px;
}
#product_image_preview > img {
	width: 100%;
}

#product_images .s_thumbs {
	margin-right: -20px;
}
#product_images .s_thumb {
	margin: 0 20px 20px 0;
}
#product .s_tabs {
	margin-bottom: 30px;
}
#product .s_tabs_nav {
	margin-left: 30px;
}
#product .s_tabs_nav li {
	width: 25%;
	text-align: center;
	letter-spacing: 1px;
	font-size: 13px;
	margin-right: 0 !important;
	margin-left: 10px !important;
}
#product .s_tabs_nav li a {
	float: none;
	font-family: "Ubuntu Regular", sans-serif;
}
#product .s_tabs_nav li:first-child {
	position: relative;
	margin-left: -30px !important;
}
#product .s_tabs_nav li.ui-tabs-selected a:hover {
	color: #999 !important;
}
#product_description ul {
	margin-left: 20px;
	list-style: disc;
}
#product_description :last-child {
	margin-bottom: 0 !important;
}
#product_gallery .s_thumbs {
	margin-bottom: 0;
	text-align: center;
}
#product_gallery .s_thumbs li {
	float: none;
	display: inline-block;
	margin: 0 10px 15px;
}
#product_images #product_gallery {
	margin-top: -10px;
	margin-bottom: 10px;
}
#product_images #product_gallery .s_thumbs li {
	margin-right: 20px;
}
#product_gallery .s_thumb {
	margin: 0;
}
#product_attributes table th {
	padding: 3px 10px;
}
#product_attributes table td {
	border-right: 1px solid #eee;
}
#product_attributes table tr td:first-child {
	border-left: 1px solid #eee;
}

#related_products {
	margin-bottom: 10px;
}

#product_tags {
	margin-bottom: 4px;
}
#product_tags ul {
	padding-top: 5px;
}
#product_tags li {
	float: left;
	margin: 0 13px 16px 0;
}
#product_tags a {
	display: block;
	float: left;
	height: 20px;
	padding: 0 10px 0 15px;
	line-height: 19px;
	white-space: nowrap;
	font-size: 11px;
	background: url(../images/tag.png) no-repeat center left;
}

/*.s_single_col #product_info {
  width: 280px;
  margin-right: 20px;
}*/
.s_single_col #product_info dl {
	width: 100%;
}
.s_single_col #product_share .s_rating_holder {
	margin-right: 0;
}
.s_single_col #product_buy_col {
	/*  float: left;
  width: 280px;
  padding-top: 120px;*/
}
/*.s_single_col #product_price {
  width: 280px;
  right: -300px;
}
.s_single_col #product_price .s_price {
  position: absolute !important;
  top: 0;
  right: 0;
}*/

.s_single_col #product_price p.s_price_tax,
.s_single_col #product_price p.s_reward_points {
	margin-right: 120px;
	text-align: left;
}
.s_single_col #product_options input,
.s_single_col #product_options textarea,
.s_single_col #product_options select {
	width: 158px !important;
	margin-right: 0;
}
.s_single_col #product_options select {
	width: 167px !important;
}
.s_single_col #product_options .s_checkbox input,
.s_single_col #product_options .s_radio input {
	width: auto !important;
}

/******   A C C O U N T   ****************************/

#login_page .s_row_3,
#checkout .s_row_3 {
	height: 170px;
}

#downloads .pagination,
#reward_points .pagination,
#transactions .pagination,
#return_requests .pagination {
	border-top: none;
}

#order_history .pagination {
}

#order_details .s_order h2,
#return_request_info .s_order h2 {
	margin-bottom: 6px;
	font-size: 20px;
}
#downloads .s_table td,
#order_details .s_table td,
#return_request_info td {
	padding: 5px 10px;
}
#order_details .s_table tr.last td {
	padding: 10px;
}
#order_details .s_table tr.last td,
#order_details .s_table tr.last td * {
	letter-spacing: -1px;
	font-size: 26px;
	font-weight: normal;
	font-family: "Ubuntu Regular", sans-serif;
}
#order_details .s_table tr.last td.align_right,
#order_details .s_table tr.last td.align_right * {
	font-size: 20px;
}

#wishlist .s_table_1 {
	margin-bottom: 30px;
}

.s_product_row {
	position: relative;
	clear: both;
	margin-bottom: 20px;
	margin-top: -20px;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
.s_product_row .s_row_number {
	position: absolute;
	right: 0;
	top: 15px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	font-family: "Ubuntu Regular", sans-serif;
	color: #fff;
	background: black;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
}
#return-product .s_product_row:first-child {
	margin-top: 0 !important;
	border-top: 1px solid #eee;
}

/******   S H O P P I N G    C A R T   ***************/

#shopping_cart #cart_form {
	margin-bottom: 1px;
}
#shopping_cart #cart_form .s_table_1 a img {
	width: auto;
}
#shopping_cart .s_total,
#shopping_cart_confirm .s_total {
	clear: both;
	float: right;
	width: 300px;
	margin-bottom: 0;
	text-align: right;
}
#shopping_cart .s_total strong,
#shopping_cart_confirm .s_total strong {
	float: left;
}
#shopping_cart .s_total.last,
#shopping_cart .s_total.last *,
#shopping_cart_confirm .s_total.last,
#shopping_cart_confirm .s_total.last * {
	letter-spacing: -1px;
	font-size: 24px;
	font-family: "Ubuntu Regular", sans-serif;
}
#shopping_cart .s_total.last,
#shopping_cart_confirm .s_total.last {
	margin-bottom: 7px;
	padding-top: 18px;
}
#shopping_cart .s_total.last strong,
#shopping_cart_confirm .s_total.last strong {
	font-weight: normal;
	font-size: 20px;
	color: #333;
}
#apply_coupon {
	margin: 0;
}
#apply_coupon .s_button_1 .s_text {
	height: 20px;
	line-height: 19px;
	text-transform: none;
	font-size: 14px;
}

/******   C H E C K O U T   **************************/

.checkout {
	padding-top: 6px;
}
.checkout #confirm {
	margin-bottom: 30px;
}
.checkout-heading {
	position: relative;
	outline: none !important;
	cursor: pointer;
	height: 32px;
	margin-bottom: 1px;
	line-height: 35px;
	text-transform: uppercase;
	text-indent: 10px;
	font-size: 14px;
	font-weight: bold;
	background: #eee;
	border-bottom: 1px solid #ddd;
}
.checkout-heading,
.checkout-heading span,
.checkout-heading strong {
	font-family: "Ubuntu Regular", sans-serif;
}
.checkout-heading small {
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	margin: 7px 0 0 7px;
	line-height: 16px;
	text-indent: -2px;
	text-align: center;
	font-weight: normal;
	color: #fff;
	background: #000;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.checkout-heading a {
	position: absolute;
	right: 15px;
	height: 32px;
	line-height: 32px;
	text-transform: uppercase;
	font-size: 13px;
}
.checkout-heading strong {
	padding-right: 5px;
}
.checkout-content {
	display: none;
	padding: 24px 0 30px 0;
}

#country_id,
#zone_id {
	width: 210px;
}

/******   B R A N D S   ******************************/

.s_alphabet_index small {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	font-size: 11px;
	color: #999;
}
#brands table {
	margin-bottom: 30px;
}
#brands td h2 {
	margin: 0;
	white-space: nowrap;
}
#brands td .s_list_1 li {
	float: left;
	width: 20%;
	text-align: left;
}

/******   C O M P A R E   ****************************/

#compare {
	margin-bottom: 30px;
}
#compare table {
	margin-bottom: 20px;
}
#compare table tbody th {
	text-align: left;
	background: #fff;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}
#compare table tbody td {
	border-right: 1px solid #eee;
}
#compare table tbody tr th {
	border-right: 1px solid #eee;
}
#compare .s_product_thumb img {
	margin: 0 auto;
}
#compare .s_rating {
	vertical-align: text-top;
}
#compare .s_rating_holder .s_total {
	display: block;
}

/******   A D V A N C E D    S E A R C H   ***********/

#adv_search_box {
	margin-bottom: 30px;
}
#adv_search_box input[type="text"],
#adv_search_box select,
#adv_search_box a.s_button_1 {
	float: left;
	margin-right: 10px;
}
#adv_search_box select {
	width: 150px;
	font-size: 11px;
}
#adv_search_box .s_button_1 {
	width: 80px;
	margin-left: 0;
}
#adv_search_box .s_button_1 .s_text {
	text-align: center;
}

/******   S I T E M A P   ****************************/

#sitemap .s_list_1 {
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	-o-column-count: 2;
}

/******   M O D U L E S   ****************************/

.s_module_content {
	margin-bottom: 18px;
}
.s_categories_module ul ul {
	margin-bottom: 0;
}
.product_view #right_col,
.product_view #left_col {
	width: 220px !important;
}

#right_col,
#left_col {
	padding-bottom: 10px;
}
#right_col .s_box {
	margin-left: 10px;
}
#left_col .s_box {
	margin-right: 10px;
}
#right_col .s_box_1 {
	margin-left: 10px;
}
#left_col .s_box_1 {
	margin-right: 10px;
}
#right_col .s_box:last-child,
#left_col .s_box:last-child {
	border-bottom: none;
}

.s_shoppica_banners {
	clear: both;
	margin-bottom: 32px;
}

/*****************************************************/
/******   F O O T E R    W I D G E T S   *************/
/*****************************************************/

#shop_info {
	clear: both;
	margin-bottom: 27px;
	font-size: 11px;
	color: #555;
	padding-top: 19px;
	background: url(../images/shop_info.gif) repeat-x top left;
}
#shop_info_wrap {
	background: url(../images/shop_info.gif) repeat-x bottom left;
	padding-bottom: 20px;
}
#shop_info_wrap .col-sm-4 {
	padding-bottom: 20px;
}

#shop_info h2 {
	margin-bottom: 14px;
	font-size: 20px;
	color: #888;
	border-bottom: 1px solid #e3e3e3;
}
#shop_description {
	font-size: 11px;
}
#shop_description h2 {
	text-indent: 30px;
	background: url(../images/i_cart_24.png) no-repeat -1px 7px;
}
#shop_description p {
	margin-right: 10px;
}
#twitter h2 {
	text-indent: 30px;
	background: url(../images/i_twitter_24.png) no-repeat 0 8px;
}
#twitter li {
	margin-bottom: 18px;
	padding-left: 30px;
	background: url(../images/quotes.png) no-repeat 0 4px;
}
#twitter li a {
	display: block;
	font-style: normal;
	font-size: 10px !important;
	color: #bbb;
}
#twitter li span,
#twitter li span * {
	line-height: 16px;
	font-size: 11px !important;
	font-family: Georgia, Arial, Helvetica, sans-serif !important;
	font-style: italic !important;
	word-wrap: break-word;
}
#twitter li span * {
	display: inline !important;
	margin: 0;
	padding: 0;
}
#twitter li span a {
	color: #4cb1ca;
}
#twitter li span:after {
	visibility: hidden;
	content: ".";
}
#twitter ul {
	margin-bottom: -20px;
}

#facebook h2 {
	text-indent: 30px;
	background: url(../images/i_facebook_24.png) no-repeat 0 8px;
}
#facebook .s_widget_holder {
	margin-top: -46px;
}

#shop_contacts {
	font-size: 12px;
}
#shop_contacts h2 {
	text-indent: 30px;
	background: url(../images/i_contacts_24.png) no-repeat 0 8px;
}
#shop_contacts td {
	height: 52px;
	padding-bottom: 18px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: content-box;
}
#shop_contacts tr.s_webkit td {
	height: 32px !important;
}
#shop_contacts tr:last-child td {
	height: 32px;
	padding-bottom: 0 !important;
}
#shop_contacts .s_icon_32 {
	display: inline-block;
}

#footer {
	padding-bottom: 10px;
}

#footer_categories {
	margin-bottom: 26px;
}
#footer_categories h2 {
	margin-bottom: 17px;
	padding: 0;
}
#footer_categories h2,
#footer_categories h2 a {
	line-height: 18px;
	font-size: 16px;
}
#footer_categories ul {
	padding-bottom: 5px;
	font-size: 11px;
}
#footer_categories a {
	color: #888;
}

#footer_nav {
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
}
#footer_nav h2 {
	margin-bottom: 17px;
	padding: 0;
	line-height: 18px;
	font-size: 20px;
}
#footer_nav ul {
	margin-bottom: 25px;
}

#copy {
	padding-left: 10px;
	line-height: 18px;
	font-size: 11px;
	color: #ccc;
}

#payments_types {
	margin-bottom: 18px;
	text-align: center;
}
#payments_types img {
	margin-bottom: 6px;
}
/*float: left;
  margin: 2px 10px 0 0;*/

/*****************************************************/
/******   U I     N O T I F Y   **********************/
/*****************************************************/
.ui-notify {
	position: fixed;
	z-index: 1000;
	top: 10px;
	right: 10px;
	width: 300px;
}
.ui-notify-message {
	position: relative;
	margin-bottom: 15px;
	padding: 20px 10px 10px 10px;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.ui-notify-message h2 {
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 18px;
	font-size: 18px;
}
.ui-notify-message .s_button_remove {
	top: 10px;
	right: 10px;
	text-indent: -1000em;
	font-size: 1px;
}
.ui-notify-message h3 {
	font-weight: normal;
	color: #999;
}
.ui-notify-message .s_item {
	margin: 0 5px 16px 5px !important;
}
.ui-notify-message .s_item:hover {
	margin: 0 5px 16px 5px !important;
	padding: 0 !important;
	background: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

/*****************************************************/
/******   J Q U E R Y     U I   **********************/
/*****************************************************/
.s_jquery_ui {
	font-size: 11px;
}
.ui-autocomplete-input {
	position: relative;
}

/******** Clear Fix ************/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
* html .clearfix {
	height: 1px;
}

.share_email {
	display: block;
	float: left;
	margin-right: 15px;
	padding-left: 28px;
	background: url(../images/1328016185_mail.png) no-repeat 0px -3px;
	font-size: 13px;
	line-height: 15px;
}
.price-old {
	text-decoration: line-through;
	color: gray;
}
.price-new {
	font-weight: bold;
}

/* 
	Required Styles
*/
#aToolTip {
	position: absolute;
	display: none;
	z-index: 50000;
}

#aToolTip .aToolTipContent {
	position: relative;
	margin: 0;
	padding: 0;
}
/* 
	END: Required Styles
*/
/**
	Default Theme
*/
.defaultTheme {
	border: 2px solid #444;
	background: #555;
	color: #fff;
	margin: 0;
	padding: 6px 12px;

	-moz-border-radius: 12px 12px 12px 0;
	-webkit-border-radius: 12px 12px 12px 0;
	-khtml-border-radius: 12px 12px 12px 0;
	border-radius: 12px 12px 12px 0;

	-moz-box-shadow: 2px 2px 5px #111; /* for Firefox 3.5+ */
	-webkit-box-shadow: 2px 2px 5px #111; /* for Safari and Chrome */
	box-shadow: 2px 2px 5px #111; /* for Safari and Chrome */
}

.defaultTheme #aToolTipCloseBtn {
	display: block;
	height: 18px;
	width: 18px;
	background: url(../images/closeBtn.png) no-repeat;
	text-indent: -9999px;
	outline: none;
	position: absolute;
	top: -20px;
	right: -30px;
	margin: 2px;
	padding: 4px;
}

/* MAPA nasze punkty handlowe */
#mapa_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#mapa {
	position: relative;
	color: #707070;
}
#mapa > svg {
	max-width: 100%;
	height: auto;
}
#mapa_legenda {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 2;
	position: relative;
	color: #707070;
	margin-top: 30px;
}
#mapa_legenda > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}
#mapa_legenda > div svg {
	width: 34px;
	height: 50px;
}
#mapa_legenda > div:hover {
	cursor: pointer;
}
#mapa_legenda > div + div {
	margin-left: 10px;
}
#mapa > .punkt {
	position: absolute;
	font-size: 12px;
	color: #707070;
}
#mapa > .punkt.big {
	font-size: 20px;
}
#mapa > .punkt {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
#mapa > .punkt .ikony {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin-bottom: 5px;
}
#mapa > .punkt .ikony .info {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: rotate3d(0, 1, 0, -90deg);
	transform: rotate3d(0, 1, 0, -90deg);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	z-index: -1;
	padding-top: 4px;
	padding-bottom: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	left: 25px;
	top: 0;
	overflow: hidden;
	border: 2px solid white;
	border-radius: 5px;
	color: white;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
#mapa > .punkt .ikony .info h4 {
	margin: 5px 0;
	white-space: nowrap;
}
#mapa > .punkt .ikony .info a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 10px;
	line-height: 14px;
	color: #fff;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	white-space: nowrap;
}
#mapa > .punkt .ikony .info a:hover {
	color: #fff !important;
}
#mapa > .punkt .ikony .over_icon {
	position: relative;
}
#mapa > .punkt .ikony .over_icon > svg {
	width: 34px;
	height: 50px;
}
#mapa > .punkt .ikony .over_icon:hover {
	z-index: 5 !important;
}
#mapa > .punkt .ikony .over_icon:hover > svg {
	cursor: pointer;
}
#mapa > .punkt .ikony .over_icon:hover .info,
#mapa > .punkt .ikony .over_icon:focus .info,
#mapa > .punkt .ikony .over_icon:active .info {
	-webkit-transform: rotate3d(0, 1, 0, 0) translatex(-50%);
	transform: rotate3d(0, 1, 0, 0) translatex(-50%);
	padding-left: 15px;
	padding-right: 15px;
	top: 45px;
}
#mapa > .punkt .ikony .sklep_wlasny .info {
	background: #003a7f;
}
#mapa > .punkt .ikony .fitting_center .info {
	background: #006711;
}
#mapa > .punkt .ikony .sklep_partnerski .info {
	background: #009cdc;
}
#mapa > .punkt .ikony .over_icon {
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mapa > .punkt .ikony .over_icon:nth-child(1) {
	z-index: 3;
}
#mapa > .punkt .ikony .over_icon:nth-child(2) {
	-webkit-transform: translatex(-75%);
	-ms-transform: translatex(-75%);
	transform: translatex(-75%);
	z-index: 2;
}
#mapa > .punkt .ikony .over_icon:nth-child(3) {
	-webkit-transform: translatex(-150%);
	-ms-transform: translatex(-150%);
	transform: translatex(-150%);
	z-index: 1;
}
#mapa > .punkt:hover .ikony .over_icon:nth-child(2),
#mapa > .punkt:focus .ikony .over_icon:nth-child(2),
#mapa > .punkt:active .ikony .over_icon:nth-child(2),
#mapa > .punkt.active .ikony .over_icon:nth-child(2) {
	-webkit-transform: translatex(0);
	-ms-transform: translatex(0);
	transform: translatex(0);
}
#mapa > .punkt:hover .ikony .over_icon:nth-child(3),
#mapa > .punkt:focus .ikony .over_icon:nth-child(3),
#mapa > .punkt:active .ikony .over_icon:nth-child(3) {
	-webkit-transform: translatex(0);
	-ms-transform: translatex(0);
	transform: translatex(0);
}
#mapa > .punkt .ikony .over_icon.front {
	z-index: 3;
}
#lokacje {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 60px;
	color: #707070;
	margin-bottom: 50px;
}
#lokacje > div {
	width: 50%;
}
#lokacje > div h2 {
	font-size: 16px;
	line-height: 1.2em;
	margin-bottom: 10px;
	padding: 0;
	color: #707070;
}
#lokacje > div .marker h3 {
	font-weight: 600;
	margin-top: 10px;
	font-size: 12px;
	letter-spacing: 0;
	margin-bottom: 10px;
}
#lokacje > div .marker p {
	margin-bottom: 8px;
	line-height: 1.2em;
	font-size: 12px;
}
@media screen and (min-width: 481px) {
	#lokacje > div {
		width: 33.3333%;
	}
	#mapa > .punkt .ikony .over_icon > svg {
		width: 52px;
		height: 70px;
	}
	#mapa_legenda > div + div {
		margin-left: 30px;
	}
	#mapa_legenda > div svg {
		width: 50px;
		height: 70px;
	}
	#mapa > .punkt .ikony .over_icon:hover .info,
	#mapa > .punkt .ikony .over_icon:focus .info {
		-webkit-transform: rotate3d(0, 1, 0, 0);
		transform: rotate3d(0, 1, 0, 0);
		padding-left: 35px;
		padding-right: 15px;
		top: 0;
	}
	#mapa > .punkt .ikony .info {
		top: 0;
	}
}
@media screen and (min-width: 768px) {
	#lokacje > div {
		width: 25%;
	}
	#mapa_legenda {
		margin-top: -60px;
	}
}
@media screen and (min-width: 992px) {
	#lokacje > div {
		width: 20%;
	}
}
@media screen and (max-width: 767px) {
	#lokacje > div h2,
	#lokacje > div h3 {
		text-align: left;
	}
}

.s_cart_icon {
	text-align: center;
	margin: 0 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1em;
}

.s_cart_icon > img {
	width: 24px;
}

.s_free_shipping_cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 5px;
	background-color: #eee;
	margin-top: 3px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.s_free_shipping_cart img {
	width: 24px;
	margin-right: 5px;
}
