@font-face {
    font-family: MyriadProRegular; 
    src: url(../fonts/MyriadPro-Regular.otf); 
}
@font-face {
    font-family: MyriadProBold; 
    src: url(../fonts/MyriadPro-Bold.otf); 
}

/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	padding: 12px 0;
}
h2 {
	font-size: 19px;
	font-weight: bold;
	padding: 6px 0;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 4px 0;
}
strong {
	font-weight: bold;
}
.node p {
	padding: 9px 0;
}
body {
	font: 14px/18px Arial, sans-serif;
	color: #67676b;
	width: 100%;
	height: 100%;
}
.wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 236px;
}
.h_line_1 {
	height: 189px;
	background: url(../img/header_bg.jpg) no-repeat;
}
#logo, #info {
	float: left;
}
#logo a {
	line-height: 189px;
	display: block;
	margin-top: 3px;
}
#logo a img {
	vertical-align: middle;
}
#info {
	background: url(../img/header_info_bg.png) no-repeat;
	background-position-x: -388px;
	width: 360px;
	height: 96px;
	margin: 47px 0 0 52px;
	padding: 29px 0 0 0;
	text-align: center;
}
#info span {
	font-size: 21px;
	font-weight: bold;
	color: #691d2d;
	background: url(../img/trubka2.png) no-repeat;
	padding-left: 23px;
}
#info p {
	font-size: 15px;
	color: #691d2d;
}
.h_line_2 {
	height: 47px;
	background: url(../img/h_line_2_bg.jpg) no-repeat;
}
/* -- TOP MENU -- */
#top-menu {
	padding: 12px 19px 0 0;
	float: right;
}
#top-menu .menu, #top-menu .menu li {
  margin: 0;
  padding: 0;
}
#top-menu .menu {
  ~background: rgb(46,95,122);
}
#top-menu .menu li {
  display: inline-block;
  text-align: center;
  border-right: 1px solid #fff;
}
#top-menu .menu li:last-child {
	border: none;
}
#top-menu .menu a {
	font-family: MyriadProRegular;
    display: block; 
    padding: 3px 11px;
    color: #fff; 
    text-decoration: none;
	font-size: 17px;
}
#top-menu .menu a:hover {
	color: #b87485;
}
/* -- SEARCH -- */
#search {
	width: 264px;
	height: 42px;
	float: left;
	clear: left;
}
#search span {
	font-size: 12px;
	float: left;
	color: #fff;
	padding: 0px 10px;
	line-height: 42px;
}
.views-exposed-form label {
	display: none;
}
#edit-search-api-views-fulltext {
	width: 150px;
	height: 23px;
}
.views-exposed-form .views-exposed-widget .form-submit {
	margin: 0;
	margin-left: -14px;
}
.views-submit-button input{
	width: 29px;
	height: 29px;
	border: none;
	text-indent: -9999px;
	background: url(../img/lupa.png) no-repeat;
}
/* Middle
-----------------------------------------------------------------------------*/
.content-main h1 {
	padding: 4px 0;
}
.advantages {
	padding-top: 10px;
	padding-bottom: 6px;
}
.advantages a img {
	padding-right: 20px;
}
.advantages a:last-child img {
	padding-right: 0px;
}
/* -- SLIDER -- */
.slider-main {
	width: 746px;
}
.flexslider {
	margin: 0;
	padding: 0;
	border: 0;
}
/* -- CATALOG MAIN PAGE -- */
.view-uc-catalog-terms .views-field-entity-id {
	padding: 11px;
	margin: 6px;
	border: 1px dashed #939393;
	box-shadow: 0px 0px 7px 5px #ebebec;
}
.view-uc-catalog-terms .views-field-name {
	padding: 14px 0;
	text-align: center;
}
.view-uc-catalog-terms .views-field-name a {
	color: #67676b;
	font-family: MyriadProBold;
	font-size: 18px;
}
.view-uc-catalog-terms .views-field-name a:hover {
	color: #8b1b35;
}
.middle {
	width: 100%;
	padding: 0 0 110px;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content-main {
	padding: 0 0 0 270px;
}
.content-main .region-content ul {
	list-style: disc;
	margin-left: 30px;
}
.content-main .region-content ol {
	list-style: decimal;
	margin-left: 30px;
}
/* -- BLOCK ABOUT -- */
.about {
	height: 280px;
	background: url(../img/about_bg.png) no-repeat;
	background-position: top center;
	padding-top: 50px;
	margin-top: 20px;
}
.about h2 {
	 font-family: MyriadProRegular;
	 font-size: 20px;
	 text-decoration: underline;
	 color: #67676b;
	 padding: 10px 0;
}
/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 232px;
	margin-left: -100%;
	position: relative;
	margin-top: 84px;
	background: url(../img/footer_bg.jpg) repeat;
}
/* -- CART -- */
.cart {
	height: 79px;
	background: url(../img/cart_icon.png) no-repeat;
}
.cart-block-summary {
	float: right;
	margin-top: 18px;
	margin-right: 15px;
}
.cart-block-summary a {
	font-weight: bold;
	color: #8b1b35;
}
.cart-block-summary-total {
	color: #8b1b35;
	text-align: left;
}
#block-uc-cart-cart h2 {
	display: none;
}

/* -- LEFT MENU -- */
.taxonomy-tree-left ul li li:hover,
.taxonomy-tree-left ul li li .activ {
    list-style-image: url("images/menu-select.png");
    list-style-type: none;
}
.taxonomy-tree-left .tree-menu.expand{display:block;}
.taxonomy-tree-left .tree-menu.colaps{display:none;}

.taxonomy-tree-left ul{
 padding-left:10px;
}
.taxonomy-tree-left{
}

.tree-menu.expand.lev0 > li {
    margin-bottom: 6px;
}

.taxonomy-tree-left .leaf > a {
    color: #586D0F;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}
.taxonomy-tree-left .leaf > a:hover {
    text-decoration: underline;
}
.taxonomy-tree-left ul li.leaf {
    list-style: none outside none;
    margin: 0;
}
.taxonomy-tree-left li li span {
    color: #67676b;
    font-size: 14px;
    ~font-weight: bold;
	cursor:pointer;

}
.activ a {
	color: #8b1b35 !important;
}
.lev0 > li > span {
	display: list-item;
	list-style: disc;
	margin-left: 25px;
}
.lev1 > li > span:before {
	content: "—";
	margin-left: 20px;
	padding-right: 4px;
}
.taxonomy-tree-left li span a {
    color: #3C3C3C;
    font-weight: normal;
	text-decoration: none;
}

.taxonomy-tree-top-level{
padding: 8px 1px;
margin: 1px;
text-align: left; 
width: auto;
height:22px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
behavior: url(/pie/PIE.htc);
font-size:14px; color:#0B0721; font-family:tahoma;
cursor:pointer;
}
.taxonomy-tree-top-level span {
	border-bottom: 1px dashed;
	padding-bottom: 3px;
	margin-left: 12px;
	color: #67676b;
}
/* Catalog
-----------------------------------------------------------------------------*/
.view-uc-catalog .views-row, .view-search-results .views-row {
	float: left;
	margin: 25px 0;
	font-family: MyriadProRegular; 
}
.view-search-results .views-row .views-field-title {
	/* text-align: center; */
}
.view-uc-catalog .views-row:nth-child(3n+2), .view-search-results .views-row:nth-child(3n+2) {
	margin: 25px 28px;
}
.prod-image {
	padding: 11px;
	border: 1px dashed #939393;
	box-shadow: 0px 0px 15px 6px #ededed;
	height: 200px;
}
.views-field-title {
	padding-top: 14px;
	font-size: 15px;
}
.prod-title a {
	text-decoration: none;
	font-weight: bold;
	color: #67676b;
}
.prod-cloth-type {
	font-size: 15px;
}
.views-field-display-price, .view-search-results .views-field-sell-price {
	border-top: 1px dashed #939393;
	margin-top: 8px;
}
.prod-price {
	font-family: MyriadProBold; 
	color: #8b1b35;
	float: right;
	font-size: 17px;
	padding-top: 3px;
}
.prod-more {
	float: right;
	clear: right;
	padding-top: 6px;
}
.prod-more  a {
	font-size: 15px;
	color: #67676b;
}
.views-field-field-instock, .views-field-field-novelty, .views-field-field-waiting, .views-field-field-specprice {
	position: relative;
	margin-top: 3px;
}
.prod-instock, .prod-specprice, .prod-novelty, .prod-waiting {
	width: 112px;
	height: 42px;
	text-indent: -9999px;
	position: absolute;
	left: 0;
	top: 0;
}
.prod-instock {
	background: url(../img/instock.png) no-repeat;
}
.prod-specprice {
	background: url(../img/specprice.png) no-repeat;
}
.prod-novelty {
	background: url(../img/novelty.png) no-repeat;
}
.prod-waiting {
	background: url(../img/waiting.png) no-repeat;
}
.scrolltop {
	height: 64px;
	float: left;
	width: 768px;
	text-align: center;
	margin-left: 232px;
}
.scrolltop a {
	color: #626262;
	font-size: 14px;
	padding: 20px;
}
/* Product page
-----------------------------------------------------------------------------*/
.leftpart {
	width: 350px;
	height: 100%;
	float: left;
}
.rightpart {
	float: right;
	width: 372px;
	height: 360px;
}
#product-title h1 {
	font-weight: normal;
	font-size: 20px;
	padding: 0;
}
#product-title {
	overflow: hidden;
    padding-right: 10px;
}
#product-type {
	
	padding: 8px 0;
	font-size: 16px;
}
#product-price {
	float: right;
	margin-top: 4px;
	color: #8b1b35;
	
}
#product-price span:first-child {
	float: right;
	font-size: 29px;
	font-weight: bold;
}
#product-price span:last-child {
	float: right;
	clear: right;
	padding: 4px 0;
}
.line-1 {
	height: 70px;
}
.form-item-attributes-2 {
	float: left;
	margin: 0;
	margin-top: 10px;
}
.form-item-attributes-2 input {
	position: relative;
	left: -9999px;
	display: none;
}
.attributes {
	width: 100%;
	height: 42px;
}
.form-item.form-type-radio.form-item-attributes-2 {
	width: 57px;
	text-align: center;
	margin: 0 3px;
}
.form-item.form-type-radio.form-item-attributes-2:first-child {
	margin-left: 0;
}
.form-item.form-type-radio.form-item-attributes-2:last-child {
	margin-right: 0;
}
.oldtitle {
	font-family: MyriadProRegular; 
	font-size: 13px;
	margin-top: 26px;
	display: block;
	text-decoration: underline;
	padding-left: 6px;
}
.uc-option-image img {
	padding: 3px;
	
}
.uc-option-image-active, .fotoset-active img {
	border: 1px dashed #939393;
	
}
.fotoset {
	height: 64px;
}
.fotoset:first-child img {
	margin-left: 0;
}
.fotoset:last-child img {
	margin-right: 0;
}
.fotoset img {
	padding: 4px;
	margin: 2px;
	cursor: pointer;
}
.colors {
	height: 64px;
}
.form-item-attributes-11 {
	margin-top: 8px;
}
.form-item.form-type-radio.form-item-attributes-11 {
width: 62px;
text-align: center;
  ~padding: 0 10px;
  margin-top: 0;
}
.oldtitle-active {
	color: #8b1b35;
	text-decoration: none;
}
.form-item-attributes-11 {
	float: left;
}
.form-item-attributes-11 input {
	position: absolute;
	left: -9999px;
}

span.uc-option-image.uc-option-image-inline {
	height: 53px;
	display: block;
}
.master-product-image {
	margin: 10px;
}
.main-img, .product-fotoset-master {
	~padding: 17px;
	border: 1px dashed #939393;
	box-shadow: 0px 0px 10px 4px #e9e9e9;
	~max-width:100%; 
	height:340px;
	width: 340px;
}
.form-item-qty label, .form-item-qty input{
	float: left;
}
.form-item-qty label {
	padding: 9px 4px 0 0;
	color: #8b1b35;
	font-family: MyriadProRegular;
}
.rightpart .form-required {
	display: none;
}
#edit-qty {
	width: 40px;
	height: 32px;
	text-align: center;
}
#edit-actions {
	margin: 0;
}
.rightpart .node-add-to-cart {
	text-indent: -9999px;
	border: 0;
	width: 143px;
	height: 36px;
	background: url(../img/buyitbutton.jpg) no-repeat;
	cursor: pointer;
	float: right;
}
.rightpart .form-type-uc-quantity  {
	padding-top: 140px;
	margin: 0;
}
.eq {
	float: left;
	clear: left;
}
.eq span:first-child {
	font-weight: bold;
	width: 132px;
	display: block;
	float: left;
}
.eq span:last-child {

}
.product-tech-data {
	position: relative;
	top: -150px;
}
.product-image-instruction {
	width: 314px;
	text-align: center;
	background: url(../img/prodlupa.png) 28px no-repeat;
}
.product-image-instruction p {
	font-size: 12px;
	padding: 10px 0 10px 36px;
}
.prod-container {
	height: 380px;
	border-bottom: 1px dashed #939393;
}
/* Similar products
-----------------------------------------------------------------------------*/
.similar {
	padding-top: 40px;
}
.similar-title {
	padding-bottom: 10px;
}	
.similar-prod-item {
	float: left;
	padding: 2px;
	margin: 4px;
	width: 64px;
	text-align: center;
}
.similar-prod-item img {
	border: 1px solid #eeeeee;	
}
.similar-prod-item span {
	font-size: 12px;
	color: #67676b;
}
.similar-prod-item a {
	text-decoration: none;	
	float: left;
}
#sellprice {
	color: #8b1b35;
	font-weight: bold;
}
/* Popup add to cart 
-----------------------------------------------------------------------------*/
.blockMsg {
	height: 190px;
	border: none !important;
	box-shadow: 0px 0px 13px -2px;
}
.blockMsg h2, .blockMsg .status a {
	color: #aa3637;

}
.blockMsg h2 {
	padding: 30px 0 0;
}
.blockUI.blockOverlay {
	background-color: rgb(255, 255, 255) !important;
}
.blockMsg .status {
	background: #eeeeee;
	margin: 32px 0px;
	border: none;
	color: #aa3637;
	font-weight: bold;
	padding: 10px;
}
/* CART */
#edit-update {
	display: none;
}
#cart-form-pane .item-list ul li {
	list-style: none;
}
#uc-cart-view-form .sticky-table thead > tr > th {
	padding: 10px 0;
	border-top: 3px solid #eeeeee;
	border-bottom: 2px solid #eeeeee;
}
#uc-cart-view-form .sticky-table thead > tr > th:nth-child(4) {
	text-align: center;
}
#uc-cart-view-form .sticky-table tbody tr {
	background: none;
	border-bottom: none;
}
#uc-cart-view-form .sticky-table tbody tr td {
	vertical-align: middle;
	padding-top: 10px;
}
#uc-cart-view-form td.desc {
	width: 25%;
}
td.price {
	text-align: left;
	font-size: 16px;
}
p#cart-form-pane {
	padding: 20px;
}
#uc-cart-view-form #edit-actions {
	margin-left: 16px;
}
#subtotal-title {
	font-weight: normal;
}
#uc-cart-view-form #edit-actions .form-submit {
	background: url(../img/ordering.jpg) no-repeat;
	text-indent: -9999px;
	border: none;
	width: 163px;
	height: 29px;
	margin-right: 20px;
	cursor: pointer;
}
.subtotal .uc-price {
	font-size: 16px;
	font-weight: bold;
}
#backtocatalog {
	font-weight: bold;
	color: #626262;
	text-decoration: none;
	background: url(../img/back_to_catalog.png) no-repeat;
	display: block;
	height: 27px;
	padding-left: 32px;
	padding-top: 4px;
}
td.remove input {
	text-indent: -9999px;
	background: url(../img/remove_cart_item.png) no-repeat;
	width: 27px;
	height: 27px;
	border: none;
	margin-left: 14px;
	cursor: pointer;
}
td.remove input:hover {
	background: url(../img/remove_cart_item_hover.png) no-repeat;
}
.desc ul, .desc ul li {
	padding: 0 !important;
	margin: 0 !important;
}
.desc a {
	color: #626262;
	font-weight: bold;
}
.product-description li {
	color: #a31a1b;
}
.product-description li span{
	color: #626262;
}
.form-type-uc-quantity input {
	background: #eeeeee;
	border: 1px solid #d2d2d2;
	text-align: center;
	color: #626262;
	font-size: 16px;
}
#uc-cart-view-form img {
	padding: 2px;
	border: 1px solid #eeeeee;
}
#uc-cart-view-form table {
	width: 96%;
	margin-left: 2%;
}
/*CHECKOUT PAGE*/
.mycheckout-cart table {
	width: 100%;
}
.mycheckout-cart table td {
	vertical-align: middle;
	padding: 10px 0;
}
.mycheckout-cart table tr {
	border-bottom: 1px solid #cccccc;
}
.mycheckout-cart table th {
	padding: 4px 0;
	border-top: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
}
.mycheckout-cart table th:first-child {
	text-align: center;
}
.mycheckout-cart {
	margin: 10px;
	border: 2px solid #cccccc;
	border-top: none;
}
.mycheckout-custumer {
	padding: 20px;
	border: 2px solid #cccccc;
	margin: 10px;
}
span.total-label {
	font-size: 16px;
}
span.total-price {
	font-size: 16px;
	font-weight: bold;
}
.mycheckout-delivery, .mycheckout-comments {
	margin: 10px;
	padding: 20px;
	border: 2px solid #cccccc;
}
.uc-cart-checkout-form .form-actions {
	margin: 10px;
}
.form-checkout #edit-cancel {
	text-indent: -9999px;
	border: none;
	background: url(../img/order_escape.png) no-repeat;
	width: 165px;
	height: 31px;
	cursor: pointer;
}
.form-checkout #edit-continue {
	text-indent: -9999px;
	border: none;
	background: url(../img/check_order.png) no-repeat;
	width: 165px;
	height: 31px;
	cursor: pointer;
}
#edit-panes-delivery-delivery-postal-code, #edit-panes-delivery-delivery-phone {
	width: 220px;
}
/* Breadcrumbs
-----------------------------------------------------------------------------*/
.mybreadcrumbs .first {
	text-decoration: none;
	color: #67676b;
}
.mybreadcrumbs .second {
	color: #67676b;
}
.mybreadcrumbs .third {
	font-size: 16px;
}
.mybreadcrumbs {
	padding: 10px 0 15px 0;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	width: 1000px;
	margin: -110px auto 0;
	height: 108px;
	background: url(../img/footer_bg.jpg) repeat-x;
	position: relative;
}
.f_info {
	width: 340px;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
}
.lev0 li a:hover, .lev0 li ul li a:hover, .lev0 li span:hover {
	color: #8b1b35;
}
.lev0 li ul li a:hover {
	color: #8b1b35;
}
.haschild {
	~border-bottom: 1px solid #FF0000;
	position: relative;
}
.haschild p {
	border-bottom: 1px dashed #67676b;
	position: absolute;
	top: 0;
}
.tree-menu.colaps.lev1 {
	padding-top: 5px;
}
.mycheckout-custumer .fieldset-description {
	display: none;
}
#cart-form-pane .sticky-table  > tbody > tr > td:nth-child(2) a {
	text-decoration: none;
	color: #626262;
	font-weight: bold;	
}
a#konc {
	display: block;
	position: absolute;
	right: 30px;
	top: 40px;
}
.view-footer {
	clear: both;
}
#informer {
    position: absolute;
    top: 40%;
    left: 10%;
}
.owl-theme .owl-controls {
	position: absolute;
    bottom: 10px;
    left: calc(50% - 39px);
}
.owl-theme .owl-controls .owl-page span {
	background: #fff !important;
	opacity: 1 !important;
	border: 2px solid #fff;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #8b1b35 !important;
    border: 2px solid #fff;
}

.h_line_1 {
	position: relative;
}

.region-register {
	position: absolute;
	top: 16px;
	right: 20px;
}

.region-register h2, .region-register label {
	display: none;
}

.region-register form {
	background-color: rgba(255,255,255,0.8);
	padding: 10px;
}

.region-register input {
	width: 100%;
}

.region-register input:focus {
	outline: none;
}

.region-register input[type="text"], .region-register input[type="password"] {
	border: 1px solid #a9a9a9;
	padding: 4px 5px;
	font-size: 12px;
	box-sizing: border-box;
}

.region-register input[type="submit"] {
	border: 0;
	background: #872438;
	color: #fff;
	padding: 5px 4px 4px;
	cursor: pointer;
}

.region-register input[type="submit"]:hover {
	background: #750016;
}

.region-register .form-item {
	margin: 0 0 10px;
}

.region-register .form-item-pass {
	padding-right: 50px;
}

.region-register .form-actions {
	position: absolute;
	right: 10px;
	top: 44px;
	margin: 0;
}

.region-register ul {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

.region-register ul li {
	display: inline-block;
	margin: 0 10px 0 0;
}

.region-register ul li a {
	color: #000;
}

.region-register ul li a:hover {
	text-decoration: none;
}