.table-box {
	display: table;
}

.table-box .inner-box {
	box-sizing: border-box;
	display: table-cell;
	width: 50%;
}

@media (max-width: 700px) {
	.table-box .inner-box {
		width: 100%;
		display: block;
	}
}

.box .header {
	border-bottom: 1px solid #F5F4F4;
	margin-top: 10px;
	padding: 0 20px 20px;
}

.box .inner ul {
	margin-bottom: 10px;
	margin-left: 15px;
	padding-left: 15px;
}

.box .inner h3 {
	color: #C43250;
	margin-bottom: 20px;
}

.box .inner a {
	color: #C43250;
	opacity: 0.8;
	transition: opacity .2s ease 0;
}

.box .inner li {
	list-style-type: disc;
	margin-bottom: 5px;
}

.box .inner img {
	display: block;
	margin: 20px 0;
}

.login-box .registration .inner {
	border-right: 1px solid #F5F4F4;
}

.registration-form .inner {
	width: 450px;
	margin: 0 auto;
}

.cms-button {
	background-color: #C43250;
	border: 0 none;
	color: #FFF !important;
	cursor: pointer;
	display: inline-block;
	font-family: Roboto, Arial, sans-serif;
	font-size: 14px;
	height: 39px;
	line-height: 39px;
	opacity: 0.8;
	outline: medium none;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	transition: all .2s ease 0 !important;
	padding: 0 25px !important;
}

.cms-button.cms-search {
	height: 40px;
	line-height: 38px;
	width: 69px;
	margin: 0 !important;
	padding: 0 !important;
}

.i-right {
	padding-right: 5px !important;
}

.i-left {
	padding-left: 5px !important;
}

.user-box .inner {
	margin: 30px auto;
}

.hide {
	display: none;
}

.cms-nav ul {
	background: #000;
	display: table;
	width: 100%;
}

.cms-nav li {
	color: #FFF;
	display: table-cell;
}

.cms-nav li a {
	display: block;
	text-align: center;
	padding: 10px 0;
	color: #999;
}

.cms-nav li a:hover {
	color: #fff;
	text-decoration: none;
	background: none repeat scroll 0 0 #C43250;
}

.cms-nav li a.active {
	background: #505050;
	color: #fff
}

.cms-nav li a i {
	font-size: 15px;
}

.orders-history-box .inner {
	width: 100%;
}

.orders-history-box .inner table th {
	background: none repeat scroll 0 0 #F2F2F2;
	border: medium none;
	color: #656565;
	text-align: center;
	padding: 7px 5px;
}

.orders-history-box .inner table td {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-image: none;
	text-align: center;
	vertical-align: middle;
	border-color: #E1E1E1;
	border-style: none none solid;
	border-width: medium medium 1px;
	padding: 10px 5px;
}

.orders-history-box .inner table td.options {
	width: 186px;
}

.orders-history-box .inner table td.options a {
	display: block;
	float: left;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
	text-transform: lowercase;
	width: 45px;
	margin: 0 5px;
}

.orders-history-box .inner table td.options a i {
	font-size: 21px;
}

.orders-history-box .inner table tr:hover td {
	background: #fafafa;
}

.mass-new-pagination-short {
	clear: both;
	padding: 20px;
}

.mass-new-pagination-short .sky-form {
	float: left;
	width: 250px;
}

.mass-new-pagination-short .sky-form footer {
	float: right;
	padding: 0;
}

.mass-new-pagination-short .sky-form footer button {
	margin: 0;
}

.mass-new-pagination-short .sky-form label.label {
	line-height: 39px;
}

.mass-new-pagination-short .sky-form .input {
	margin: 0 5px;
}

.mass-new-pagination-short .sky-form .input input {
	text-align: center;
	width: 40px;
}

.mass-new-pagination-short .pagination-buttons {
	float: right;
}

.mass-new-pagination-short .pagination-buttons li {
	float: left;
	margin: 0 10px;
}

.filter-box .sky-form footer.col button {
	float: left;
	margin: 0;
}

.filter-box .sky-form .list-type .table {
	display: table;
	float: right;
	height: 39px;
}

.filter-box .sky-form .list-type .cell {
	display: table-cell;
	padding-left: 20px;
	vertical-align: middle;
}

.filter-box .sky-form .list-type .cell a {
	font-size: 19px;
	opacity: 0.6;
	transition: opacity .2s ease 0;
}

.filter-box .sky-form .list-type .cell a.active, .filter-box .sky-form .list-type .cell a:hover {
	color: #C43250;
	opacity: 1;
}

.sort-box {
	background: none repeat scroll 0 0 #DB6C98;
	box-sizing: content-box;
	color: #FFF;
	margin: 10px 15px;
	padding: 10px;
}

.sort-box .sort a i {
	display: inline-block;
	padding-right: 5px;
}

.sort-box .products-limit {
	text-align: right;
}

.add-to-basket-result {
	background: url(../../gfx/overlay.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999999;
}

.add-to-basket-result > div:first-child {
	margin: 10% auto 0;
}

.add-to-basket-result > div {
	min-width: 300px;
	position: relative;
	text-align: center;
	width: 60%;
	margin: 0 auto;
	padding: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.add-to-basket-result > div.success {
	background: none repeat scroll 0 0 #FFF;
	border: 1px solid #A8A8A8;
}

.add-to-basket-result .cms-info.success {
    background: #c4ef8e;
    border-color: #a6d26f;
    color: #599e03;
	padding: 20px 0px !important;
	font-size: 18px;
	font-weight: bold;
}

.add-to-basket-result > div.problem {
	background: none repeat scroll 0 0 #F2CE6A;
	border: 1px solid #FFAE00;
}

.add-to-basket-result > div.error {
	background: none repeat scroll 0 0 #E08D94;
	border: 1px solid #D34E4E;
}

.add-to-basket-result div.close {
	cursor: pointer;
	font-size: 15px;
	height: 12px;
	line-height: 1px;
	position: absolute;
	right: 10px;
	text-align: center;
	top: 10px;
	width: 12px;
	padding: 2px;
}

.popup-button {
	background: none repeat scroll 0 0 #daae70;
	display: inline-block;
	text-decoration: none !important;
	transition: all .3s ease 0;
	margin: 4px;
	padding: 4px 9px;
	font-size: 14px;
	opacity: 1;
	text-shadow: none;
	padding: 10px 20px;
	font-weight: normal;
	color: #fff;
}

.go_to_basket.popup-button {
	background: #f5f1eb;
	color: #5f423a;
	float: left;
}

.popup-button:hover {
	opacity: 1;
	text-shadow: none;
}

.popup-button.close:hover {
	color: #fff;
}

/*.popup-button:hover {
    box-shadow: 0 0 7px -1px #000;
}*/

.add-to-basket-result .buttons {
	margin-top: 13px;
	overflow: hidden;
}

.add-to-basket-result table.product td {
	vertical-align: middle;
	padding: 3px 20px;
}

.add-to-basket-result table.product th {
	font-weight: 700;
	text-align: center;
	padding: 3px 20px;
}

.add-to-basket-result h2 {
	margin-bottom: 30px;
}

.box-products .inner {
	padding: 10px;
}

.box-products .row-box {
	border-top: 1px solid #E7E7E7;
	display: table;
	width: 100%;
}

.box-products .row-box:first-child {
	border-top: none
}

.box-products .row-box .td-box {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
}

.box-products .row-box .photo a {
	display: block;
}

.box-products .row-box .photo img {
	background: none repeat scroll 0 0 #FFF;
	border: 1px solid #E7E7E7;
	display: block;
}

.box-products .row-box .name {
	text-align: left;
}

.box-products .row-box .name span {
	color: #65675C;
	display: block;
}

.box-products .row-box .name a {
	color: #474840;
}

.box-products .row-box .name a:hover {
	color: #D34A80;
	text-decoration: none;
}

.box-products .row-box:hover {
	background: none repeat scroll 0 0 #FBFBFB;
}

.box-products .row-box .price {
	color: #C43250;
	padding-right: 40px;
	text-align: right;
	width: 120px;
}

.box-products .other-list .row-box .price {
	width: 200px;
}

.box-products .row-box .price em {
	color: #CC4087;
	display: inline-block;
	font-size: 12px;
	font-style: normal;
	text-align: left;
}

.box-products .other-list .row-box .price em.old-price {
	margin-right: 10px;
}

.box-products .row-box .price em.old-price {
	color: #514A4C;
	font-size: 11px;
	text-decoration: line-through;
}

.box-products .row-box .price em.promotion {
	background: none repeat scroll 0 0 #CD4088;
	border-radius: 5px;
	color: #FFF;
	padding: 5px 7px;
}

.box-products .row-box div.box-add-to-cart {
	text-align: center;
	width: 180px;
}

.box-products .row-box .box-add-to-cart i {
	font-size: 14px;
}

.box-products .other-list .row-box .box-add-to-cart .cms-button {
	height: 20px;
	line-height: 20px;
	text-align: center;
	width: 20px;
	padding: 0 !important;
}

.cms-info .close {
	font-family: Arial, sans-serif;
	line-height: 18px;
}

.cms-info.danger, .cms-info.error {
    background: #ffafaf;
    border-color: #de8d8d;
    color: #bd0e0e;
}

.cms-info.danger, .cms-info.error:hover {
    color: #bd0e0e;
}

.cms-info.success {
    background: #c4ef8e;
    border-color: #a6d26f;
    color: #599e03;
}

.cms-info.info {
    background: #a0e1ff;
    border-color: #7fbdda;
    color: #1e6282;
}

.cms-info {
	background-color: #EEDC94;
	background-image: 0;
	background-repeat: repeat-x;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
	color: #404040;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 13px;
	margin-bottom: 18px;
	position: relative;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	border-style: solid;
	border-width: 1px;
	padding: 7px 15px;
    border-radius: 2px;
}

.cms-info a {
	color: #404040;
	font-weight: 700;
	text-decoration: none;
}

.cms-info p a:hover {
	text-decoration: underline;
}

.cms-info .close_info {
	color: #000;
	float: right;
	font-size: 20px;
	font-weight: 700;
	line-height: 13.5px;
	opacity: 0.25;
	text-shadow: 0 1px 0 #FFF;
}

.cms-info .close_info :hover {
	color: #000;
	opacity: 0.4;
	text-decoration: none;
}

.box-search {
	float: left;
	width: 512px;
}

.box-search .sky-form .input input {
	width: 377px;
}

.box-search .sky-form section {
	background: url(../../gfx/icon_search.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	float: left;
	overflow: hidden;
	padding-left: 38px;
}

.box-search .sky-form footer button {
	margin-left: 0;
}

.sky-form footer p {
	float: left;
	line-height: 39px;
}

#tabs-5 .tab-form .left {
	box-sizing: border-box;
	padding-right: 40px;
	width: 50%;
}

#tabs-5 .tab-form .right {
	box-sizing: border-box;
	float: right;
	width: 50%;
}

#tabs-5 .tab-form .right textarea {
	height: 280px !important;
	max-width: none !important;
	width: 100%;
}

#overlay_loader {
	background: none repeat scroll 0 0 #FFF;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 999;
}

#dostawy_platnosci {
	position: relative;
}

#overlay_loader .loader {
	color: #000;
	font-size: 30px;
	margin-top: -15px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
}

.amount_input {
	background-color: #EFF1E6;
	border: 0 none;
	color: #474840;
	float: left;
	font-family: Roboto;
	font-size: 13px;
	margin-top: 0 !important;
	text-align: center;
	width: 42px;
	padding: 11px 0px;
}

.item-amount-change {
	display: block;
	float: left;
}

#overlay_loader_cart {
	background: url(../../gfx/overlay.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 100%;
	left: 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 99999;
}

#overlay_loader_cart i.fa {
	color: #FFF;
	font-size: 30px;
	margin-top: -15px;
	position: absolute;
	top: 50%;
}

.filter-box .reset {
	font-size: 16px;
	margin-left: 5px;
	text-align: center;
	width: 39px;
	padding: 0 !important;
}

.filter-box .reset i {
	line-height: 39px !important;
}

.box-contact-page .cms-form .left {
	width: 400px;
}

.box-contact-page .cms-form .right {
	width: 500px;
}

.box-contact-page .cms-form .right textarea {
	height: 280px !important;
	max-width: none;
}

.no-products h3 {
	margin: 20px 0;
}

.no-products ul {
	margin-bottom: 20px;
}

.no-products li {
	list-style-type: disc;
	margin-left: 30px;
	padding: 5px;
}

.main .top_header .panel_right .box_login_reg .login_reg a {
	display: inline-block;
	margin-left: 10px;
}

.message-box {
	margin: 20px 55px;
}

.ajax-form-loading {
	background: url(../../gfx/loading.gif) no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
	display: inline-block;
	height: 39px;
	width: 39px;
	position: relative;
	top: 15px;
}

.category_map {
	width: 90%;
	margin: 0 auto;
}

.category_map h4 {
	margin-top: 20px;
}

.category_map ul {
	margin-left: 20px;
}

.box .inner, .box-products .category-desc, .content-page, .no-products, .default-user-data {
	padding: 20px;
}

.box .inner p, .no-products p {
	margin-bottom: 10px;
}

.box .inner a:hover, .cms-button:hover {
	opacity: 1;
	text-decoration: none;
}

.orders-history-box .inner table, .add-to-basket-result table.product {
	width: 100%;
}

.mass-new-pagination-short .sky-form section, .box-search .sky-form .input {
	float: left;
}

.filter-box .sky-form section, .cms-info p {
	margin-bottom: 0;
}

.filter-box .sky-form footer.col, .box-search .sky-form footer {
	padding: 0;
}

.sort-box .sort a, .sort-box .products-limit a {
	display: inline-block;
	margin: 0 5px;
	padding: 3px 5px;
}

.sort-box .sort a.active, .sort-box .products-limit a.active {
	background: none repeat scroll 0 0 #FFF;
	border-radius: 5px;
	color: #DB6C98;
}

.box-products .row-box .photo, .box-products .other-list .row-box .box-add-to-cart {
	width: 80px;
}

.box-products .short-list .row-box .name a, .box-products .short-list .row-box .price {
	font-size: 16px;
}

/*.cms-info.danger, .cms-info.danger:hover, .cms-info.error, .cms-info.error:hover, .cms-info.success, alert-message.success:hover, .cms-info.info, .cms-info.info:hover, .cms-info.danger p a, .cms-info.error p a, .cms-info.success p a, .cms-info.info p a {*/
/*	color: #FFF;*/
/*}*/

.ui-autocomplete {
	z-index: 9999 !important;
	width: 510px !important;
	border-radius: 0 !important;
	background: #fff !important;
	padding: 0 !important
}

.ui-autocomplete li {
	clear: both;
}

.ui-autocomplete .ui-state-focus,
.ui-autocomplete:hover a,
.ui-autocomplete li a:hover,
.ui-autocomplete li:hover,
.ui-autocomplete li:hover a {
	background: none !important;
	border: none !important;
}

.ui-autocomplete li a:hover {
	background: #F5F5F5 !important;
	color: #C43250 !important
}

.ui-autocomplete li a {
	display: table;
	width: 100%;
	padding: 0 !important;
	margin: 0 !important;
	color: #333333 !important;
	font-family: Roboto;
}

.ui-autocomplete li a .img {
	display: table-cell;
	width: 25px;
	padding: 5px 10px;
	vertical-align: middle
}

.ui-autocomplete li a .img img {
	display: block;
}

.ui-autocomplete li a .name {
	display: table-cell;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}

.ui-tabs-nav li a {
	font-family: Roboto;
	font-size: 14px !important;
}

.ui-tabs-nav {
	background: #F6F6F6 !important;
	border: none !important
}

.ui-tabs-nav li {
	border: none !important
}

.ui-state-hover,
.ui-tabs-nav li:hover a,
.ui-tabs-nav li a:hover {
	background: none !important
}

.ui-tabs {
	border: none !important
}

.ui-tabs-active {
	background: #fff !important
}

#overlay #msg .error, .cms-info.error {
    background: #ffafaf;
    border-color: #de8d8d;
    color: #bd0e0e;
}

#overlay #msg .error, .cms-info.error:hover {
    color: #bd0e0e;
}

#overlay #msg .success, .cms-info.success {
    background: #c4ef8e;
    border-color: #a6d26f;
    color: #599e03;
}

#overlay #msg .success, .cms-info.warning {
    background: #fff7be;
    border-color: #efe288;
    color: #b79b07;
}

#overlay #msg .notice, .cms-info.notice {
    background: #a0e1ff;
    border-color: #7fbdda;
    color: #1e6282;
}

#overlay {
	background: url(../../img/overlay.png);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1111111 !important;
}

#overlay #msg {
	-moz-border-radius: 3px;
	-moz-box-shadow: 0 0 10px #222;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 0 10px #222;
	background: #fff url(../gfx/box-bg-x.png) repeat-x 0 100%;
	border: none;
	border-radius: 3px;
	box-shadow: 0 0 10px #222;
	position: relative;
	width: 400px;
	z-index: 9999999 !important;
	margin: 200px auto 0;
	padding: 30px 0;
}

#overlay #msg div p {
	border: none !important;
	color: #fff;
	font-weight: 700;
	text-align: center;
	padding: 12px 0;
}

.msg-close {
	background: url(../../img/msg-close.png);
	cursor: pointer !important;
	display: block;
	height: 13px;
	position: absolute;
	right: 3px;
	top: 3px;
	width: 13px;
}

.msg-close:hover {
	background-position: 0 100%;
}

.add-to-basket-result .buttons .close {
	float: right;
}

.load-data-form footer {
	display: block;
	clear: both;
}

.load-data-form footer #delete-data {
	margin-top: 10px !important;
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

/* NEW DETAILS PAGE */
.parameter-selector-111 {
	display: none !important;
}

.product-details__price-value--old {
	text-decoration: line-through;
}

.product-details__variant.selected {
	border: 4px solid #C43250;
}
.parameters-section {
	position: relative;
}

.preloader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.9);
}
.preloader i {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	transform: translateX(-50%) translateY(-50%);
}