* {
  margin:0;
  padding:0;
}
body { line-height:1.7; }
.body-fixed {
  position:fixed;
  overflow:hidden;
}
a, button {
  -webkit-transition:color 250ms ease, background-color 250ms ease;
  -moz-transition:color 250ms ease, background-color 250ms ease;
  transition:color 250ms ease, background-color 250ms ease;
  text-decoration:none;
}
a:hover, a:focus {
  text-decoration:none;
  outline:none;
}
:focus {
  outline:none;
  text-decoration:none;
}
/*ul, ol {
  margin:0;
  padding:0;
  list-style:none;
}*/
ul,ol {list-style-position: inside;}

.std ul, .std ol { list-style:inside; }
.std table, .std iframe, .std img { max-width:100%; }
.std h1, .std h2, .std h3, .std h4, .std h5, .std h6 {
  font-size:125%;
  font-weight:bold;
}
input.input-text, button, textarea {
  -webkit-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:none;
  box-shadow:none;
  outline:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  background:transparent;
  border:1px solid #cccccc;
}
input.input-text:focus, button:focus, textarea:focus { outline:none; }
select {
  border:1px solid #cccccc;
  -webkit-border-radius:0;
  border-radius:0;
  -webkit-appearance:none;
  -moz-appearance:none;
}
.fields:after, .fields:before, .field:after, .field:before {
  display:table;
  content:" ";
}
.fields:after { clear:both; }
.img-responsive { margin:0 auto; }
.section-title {
  display:block;
  margin-top:0;
}
button.button, a.button {
  border:none;
  cursor:pointer;
  margin:0;
  outline:none;
  overflow:visible;
  padding:0;
  position:relative;
  background:transparent;
  height:40px;
  line-height:38px;
  padding:0 15px;
  border:1px solid #e5e5e5;
  white-space:normal;
  display:inline-block;
  vertical-align:top;
  text-transform:uppercase;
}
button.button:hover, a.button:hover {
  border-color:#000000;
  background:#000000;
  color:#ffffff;
}
.a-center { text-align:center; }
.a-right { text-align:right; }
ul.form-list { margin:0; }
ol.form-list { margin:0; }
.form-list .input-box select { max-width:100%; }
.customer-account-forgotpassword #form-validate ul.form-list { padding:0; }
.customer-account-forgotpassword #form-validate ol.form-list { padding:0; }
.validation-advice {
  background:url('/images/validation_advice_bg.gif') 2px 0 no-repeat;
  clear:both;
  color:#eb340a;
  line-height:12px;
  margin:3px 0 0;
  min-height:12px;
  padding-left:15px;
  width:100%;
  font-size:12px;
}
.validation-failed {
  background:#faebe7 !important;
  border:1px solid #e5e5e5 !important;
}
.calendar { z-index:1000; }
.pointer-event { pointer-events:none; }
.input-box { position:relative; }
.input-box .validation-advice {
  bottom:100%;
  right:0;
  width:auto;
  padding:3px;
  position:absolute;
  background:#ffffff;
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  border-radius:2px;
  margin-bottom:8px;
  z-index:2;
}
.input-box .validation-advice:after, .input-box .validation-advice:before {
  top:100%;
  left:50%;
  border:solid transparent;
  content:" ";
  height:0;
  width:0;
  position:absolute;
  pointer-events:none;
  border-top-color:#ffffff;
  border-width:4px;
  margin-left:-4px;
}
.input-box .validation-advice:after {
  border-color:rgba(255,255,255,0);
  border-top-color:#ffffff;
  border-width:4px;
  margin-left:-4px;
}
.input-box .validation-advice:before {
  border-color:rgba(204,204,204,0);
  border-top-color:#cccccc;
  border-width:5px;
  margin-left:-5px;
}
p.required { color:#eb340a; }
.error {
  color:#df280a;
  font-weight:bold;
}
.messages {
  list-style:none;
  margin:0;
  padding:0;
  color:#3d6611;
  font-weight:bold;
  overflow:hidden;
  width:100%;
}
.messages ul {
  list-style:none;
  margin:0;
  padding:0;
}
.messages li {
  margin:0 0 10px;
  list-style:none;
}
.messages li li { margin:0; }
.messages .icon_close {
  position:absolute;
  top:50%;
  right:5px;
  margin-top:-11px;
  width:22px;
  height:22px;
  line-height:22px;
  text-align:center;
  cursor:pointer;
  font-size:20px;
}
.error-msg, .success-msg, .note-msg, .notice-msg {
  font-size:100%;
  margin:10px 0;
  padding:5px 32px 5px 32px;
  position:relative;
}
.error-msg:before, .success-msg:before, .note-msg:before, .notice-msg:before {
  font-family:'ElegantIcons';
  font-style:normal;
  font-weight:normal;
  font-variant:normal;
  text-transform:none;
  -webkit-font-smoothing:antialiased;
  position:absolute;
  top:50%;
  left:5px;
  margin-top:-11px;
  width:22px;
  height:22px;
  line-height:22px;
  text-align:center;
}
.note-msg, .notice-msg {
  background-color:#d9edf7;
  color:#31708f;
  z-index:3;
  position:relative;
}
.note-msg:before, .notice-msg:before { content:"\70"; }
#messages_product_view { margin-top:0; }
#messages_product_view .note-msg {
  background-color:#d9edf7;
  color:#31708f;
}
#messages_product_view .notice-msg {
  background-color:#d9edf7;
  color:#31708f;
}
.error-msg {
  background-color:#f2dede;
  color:#a94442;
}
.error-msg:before { content:"\73"; }
.success-msg {
  background-color:#dff0d8;
  color:#3c763d;
}
.success-msg:before { content:"\52"; }
.breadcrumb {
  background-color: transparent;
  padding: 0px;
  margin-top: 10px;
}
.breadcrumbs { margin:0; }
.breadcrumbs ul { margin:0 auto; }
.breadcrumbs li {
  display:inline;
  color:#cccccc;
}
.breadcrumbs li a { color:#cccccc; }
.breadcrumbs li a.last { color:#ffffff; }
.breadcrumbs li a:hover { color:#ffffff; }
.block-progress dt {
  background-color:#ececec;
  font-weight:normal;
  height:auto;
  line-height:normal;
  margin:0 0 8px 0;
  outline:medium none;
  padding:10px;
}
.block-progress dt.complete {
  background-color:#ececec;
  margin:0;
}
.block-progress dd {
  border:1px solid #cccccc;
  border-top:none;
  margin:0 0 6px;
  padding:8px 13px;
}
.block-progress p { margin:0; }
.block-progress .cards-list dt {
  background:none;
  border:0 none;
  color:inherit;
  margin:5px 0;
  padding:0;
}
.block-progress .cards-list dd {
  border:0 none;
  margin:0;
  padding:0;
}
.block-progress .cards-list .info-table th { font-weight:normal; }
.sp-methods input.radio {
  margin:0 3px 2px 0;
  display:inline;
}
.sp-methods label {
  display:inline;
  font-weight:normal;
  line-height:normal;
  margin:0;
}
.subtitle, .sub-title {
  clear:both;
  font-weight:bold;
  margin:0 0 6px;
  padding:15px 0 0;
}
.multiple-checkout .subtitle { padding:0; }
.multiple-checkout .sub-title { padding:0; }
.multiple-checkout img { max-width:100%; }
.data-table {
  border:1px solid #cccccc;
  display:table;
  border-spacing:0;
  border-collapse:collapse;
  width:100%;
}
.data-table h2, .data-table h3, .data-table h4, .data-table h5 {
  font-size:15px;
  margin:0;
}
.data-table th {
  font-weight:bold;
  padding:10px;
  display:table-cell;
}
.data-table tr.last th { border-bottom:0; }
.data-table tr.last td { border-bottom:0; }
.data-table td {
  border:1px solid #cccccc;
  padding:8px;
}
.data-table thead th {
  background:#ececec;
  border-right:1px solid #cccccc;
  font-weight:normal;
  padding:8px;
  vertical-align:middle;
}
.data-table thead th a { color:#ffffff; }
.data-table thead th .tax-flag { white-space:nowrap; }
.data-table thead th.wrap { white-space:normal; }
.data-table tfoot { border-bottom:1px solid #cccccc; }
.data-table tfoot tr.first td { background:#ececec; }
.data-table tfoot tr.first td.a-right.last { overflow:hidden; }
.data-table tfoot td {
  border-bottom:0;
  border-right:1px solid #cccccc;
}
.data-table tfoot strong { font-size:110%; }
.data-table .label {
  line-height:20px;
  color:#666666;
  font-size:100%;
}
.data-table td .price-box {
  font-size:14px;
  margin:0;
}
.data-table .availability.out-of-stock {
  margin:0;
  font-size:13px;
  font-weight:normal;
  text-transform:none;
}
.data-table input {
  max-width:50px;
  text-align:center;
}
.data-table tbody th, .data-table tbody td { border:1px solid #cccccc; }
#product-attribute-specs-table th { vertical-align:middle; }
#product-attribute-specs-table td { vertical-align:middle; }
table#product-attribute-specs-table { width:100%; }
.page .label {
  background-color:transparent;
  border-radius:0 0 0 0;
  font-size:100%;
  text-shadow:none;
}
.page .badge {
  background-color:transparent;
  border-radius:0 0 0 0;
  font-size:100%;
  text-shadow:none;
}
.page table th.label { display:block; }
.page .table th {
  outline:medium none;
  padding:12px;
  vertical-align:middle;
}
.page .table td {
  outline:medium none;
  padding:12px;
  vertical-align:middle;
}
.data-table tbody.odd tr td { border-bottom:0; }
.data-table tbody.odd tr.border td { border-bottom:1px solid #cccccc; }
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.even tr.border td { border-bottom:1px solid #cccccc; }
.data-table tbody td .option-label {
  font-style:italic;
  font-weight:bold;
}
.data-table tbody td .option-value { padding-left:10px; }
.info-box {
  border:1px solid #d0cbc1;
  margin:0 0 15px;
  padding:12px 15px;
}
.info-box h2 { font-weight:bold; }
.info-table th {
  font-weight:bold;
  padding:2px 15px 2px 0;
}
.info-table td { padding:2px 0; }
tr.summary-total { cursor:pointer; }
tr.summary-total .summary-collapse {
  cursor:pointer;
  float:right;
  padding-left:20px;
  text-align:right;
}
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {
  background-color:#dae1e4;
  color:#626465;
}
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value {
  position:relative;
  z-index:999;
  display:none;
}
.truncated .truncated_full_value .item-options {
  position:absolute;
  top:-99999em;
  left:-99999em;
  z-index:999;
  width:250px;
  padding:8px;
  border:1px solid #dddddd;
  background-color:#f6f6f6;
}
.truncated .truncated_full_value .item-options > p {
  font-weight:bold;
  text-transform:uppercase;
}
.truncated .show .item-options {
  top:-20px;
  left:50%;
}
.cart-tax-info {
  display:block;
  padding-right:20px;
}
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-info .price {
  display:inline !important;
  font-weight:normal !important;
}
.cart-tax-total {
  cursor:pointer;
  display:block;
  padding-right:20px;
}
.cart-tax-total .price {
  display:inline !important;
  font-weight:normal !important;
}
.cart-tax-total-expanded { background-position:100% -52px; }
.header .header-top-inner { font-size:13px; }
.header .header-inner {
  border-top:1px solid rgba(204,204,204,0.5);
  border-bottom:1px solid rgba(204,204,204,0.5);
}
.header .logo-home { text-align:center; }
.header .logo {
  outline:medium none;
  padding:0;
  margin:0;
  display:inline-block;
}
.header .logo img { vertical-align:middle; }
.header .logo h1 { margin:0; }
.header .logo strong {
  height:0;
  left:-999em;
  line-height:0;
  overflow:hidden;
  position:absolute;
  text-indent:-999em;
  top:-999em;
  width:0;
}
.block {
  margin:0;
  display:block;
  position:relative;
}
.block .block-title {
  margin:0;
  padding:10px 0;
  line-height:40px;
  font-size:18px;
  border-bottom:1px solid rgba(204,204,204,0.5);
  font-weight:bold;
}
.block .block-title span {
  font-size:100%;
  line-height:normal;
  text-transform:uppercase;
}
.block .block-title a { text-decoration:none; }
.block .block-subtitle {
  font-weight:normal;
  margin:0;
  padding:5px 0;
}
.block .btn-remove {
  margin:0;
  outline:none;
  padding:0;
}
.block .btn-edit {
  margin:0;
  outline:none;
  padding:0;
}
.block .actions { padding:6px 9px; }
.block .actions a { float:left; }
.block .actions button.button { outline:none; }
.block .empty {
  margin:0;
  padding:10px 0;
}
.sidebar .block-content {
  padding:0;
  margin-bottom:40px;
  display:inline-block;
  vertical-align:top;
  width:100%;
}
.sidebar ul.nav-accordion li a {
  border-bottom:1px solid #eaeaea;
  height:auto;
  position:relative;
  padding:11px 42px 11px 20px;
}
.sidebar ul.nav-accordion li a:before {
  position:absolute;
  top:11px;
  left:0;
  content:"\5e";
  display:inline-block;
  font-size:13px;
  font-family:'ElegantIcons';
  -webkit-font-smoothing:antialiased;
}
.sidebar ul.nav-accordion li span.collapse, .sidebar ul.nav-accordion li span.expand { border-left:0; }
.sidebar #narrow-by-list dd .configurable-swatch-list li {
  display:inline-block;
  width:auto;
  margin:0;
  box-sizing:border-box;
}
.sidebar #narrow-by-list dd .configurable-swatch-list li .count { display:none; }
.sidebar #narrow-by-list dd .configurable-swatch-list li .swatch-link {
  display:inline-block;
  padding:0;
  border-radius:0;
}
.sidebar #narrow-by-list dd .configurable-swatch-list li .swatch-link span {
  border-radius:0;
  border:1px solid #ffffff;
  box-sizing:border-box;
}
.sidebar #narrow-by-list dd .configurable-swatch-list li .swatch-link span img {
  border-radius:0;
  box-sizing:border-box;
  border:0;
  margin:2px;
}
.sidebar #narrow-by-list dd .configurable-swatch-list li .swatch-link:hover .swatch-label { border-color:#666666; }
.paypal-or { display:block; }
.order-info {
  background:#dee5e8;
  border:1px solid #d0cbc1;
  margin:0 0 8px;
  padding:4px 8px;
}
.order-info dt { display:inline; }
.order-info dd { display:inline; }
.order-info ul { display:inline; }
.order-info li {
  display:inline;
  margin:0 3px;
}
.order-info .current { font-weight:bold; }
.order-date { margin:10px 0; }
.order-info-box {
  border:1px solid #d0cbc1;
  margin:0 0 15px;
  padding:12px 15px;
}
.order-info-box h2 {
  font-size:130%;
  font-weight:normal;
  text-transform:uppercase;
}
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th {
  font-weight:bold;
  padding-right:7px;
}
.order-items {
  overflow-x:auto;
  width:100%;
}
.order-items h2 {
  clear:none;
  font-size:100%;
  font-weight:normal;
  margin:0 0 10px;
  padding:0;
  text-transform:uppercase;
}
.order-items h3 {
  clear:none;
  font-size:100%;
  font-weight:normal;
  margin:0 0 10px;
  padding:0;
  text-transform:uppercase;
}
.order-items .product-name { font-weight:normal; }
.order-items .link-print {
  color:#1e7ec8;
  font-weight:normal;
}
.order-items .order-links { text-align:right; }
.order-additional { margin:15px 0; }
.gift-message dd { margin:5px 0 0; }
.order-about dt { font-weight:bold; }
.order-about dd { margin:0 0 7px; }
.tracking-table { margin:0 0 15px; }
.tracking-table th {
  font-weight:bold;
  white-space:nowrap;
}
.tracking-table-popup { width:100%; }
.tracking-table-popup th {
  font-weight:bold;
  white-space:nowrap;
  padding:1px 8px;
}
.tracking-table-popup td { padding:1px 8px; }
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address {
  float:left;
  margin-left:15px;
}
.page-print .order-date {
  margin:0 0 10px;
  padding:0 0 10px;
}
.page-print .col2-set { margin:0 0 10px; }
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax {
  display:block;
  white-space:nowrap;
}
.page-print .price-excl-tax .label { display:inline; }
.page-print .price-excl-tax .price { display:inline; }
.page-print .price-incl-tax {
  display:block;
  white-space:nowrap;
}
.page-print .price-incl-tax .label { display:inline; }
.page-print .price-incl-tax .price { display:inline; }
.page-print .cart-price { display:inline; }
.checkout-success {
  text-align:center;
  padding:30px 0 60px 0;
}
.block-viewed .block-content ol li p.product-name { margin:0; }
.block-account .block-content ul li { line-height:28px; }
.block-account .block-content ul li a {
  font-size:100%;
  font-weight:400;
}
.block-cart .summary {
  margin:0;
  padding:0;
  position:relative;
  z-index:1;
}
.block-cart .amount {
  margin:0;
  font-size:100%;
}
.block-cart .amount a { font-weight:600; }
.block-cart ol.mini-products-list li { padding:5px 0 !important; }
.block-cart .block-content .actions {
  margin:0 auto;
  outline:none;
  padding:10px 0;
}
.block-cart .block-content .block-subtitle {
  font-weight:normal;
  padding:0 0 10px 0;
  text-align:center;
}
.block-cart .block-content ol { margin:0; }
.block-cart .block-content ol li.item.last { padding-bottom:0; }
.block-cart .block-content ol li.item .product-image {
  margin:0;
  outline:none;
  padding:0;
  border:1px solid #cccccc;
}
.block-cart .block-content ol li.item .product-image img { max-width:100%; }
.block-cart .block-content ol li.item .product-details {
  height:auto;
  line-height:normal;
  outline:medium none;
  position:relative;
  padding-right:0;
}
.block-cart .block-content ol li.item .product-details .product-name {
  height:auto;
  line-height:normal;
  margin:0;
  outline:none;
  padding:0 0 3px;
}
.block-cart .block-content ol li.item .product-details .removeitem { padding-top:3px; }
.block-cart .block-content ol li.item .product-details .price {
  font-weight:bold;
  padding:0 0 0 5px;
}
.block-cart .block-content ol li.item .product-details .truncated { padding:5px; }
.block-cart .block-content ol li.item .product-details .actions a {
  font-size:90%;
  line-height:normal;
  margin:0;
  outline:none;
  padding:0;
}
.block-cart .block-content ul { margin:0; }
.block-cart .block-content ul li.item.last { padding-bottom:0; }
.block-cart .block-content ul li.item .product-image {
  margin:0;
  outline:none;
  padding:0;
  border:1px solid #cccccc;
}
.block-cart .block-content ul li.item .product-image img { max-width:100%; }
.block-cart .block-content ul li.item .product-details {
  height:auto;
  line-height:normal;
  outline:medium none;
  position:relative;
  padding-right:0;
}
.block-cart .block-content ul li.item .product-details .product-name {
  height:auto;
  line-height:normal;
  margin:0;
  outline:none;
  padding:0 0 3px;
}
.block-cart .block-content ul li.item .product-details .removeitem { padding-top:3px; }
.block-cart .block-content ul li.item .product-details .price {
  font-weight:bold;
  padding:0 0 0 5px;
}
.block-cart .block-content ul li.item .product-details .truncated { padding:5px; }
.block-cart .block-content .summary .subtotal .label {
  background:transparent none;
  border-radius:0;
  box-shadow:none;
  font-weight:normal;
  padding:2px 0;
  text-shadow:none;
  color:#666666;
  font-size:100%;
}
.block-cart .subtotal {
  margin:0;
  padding:0;
  text-align:left;
}
.block-cart .subtotal .price {
  color:#d9673b;
  font-weight:normal;
}
.block-cart .subtotal .paypal-logo {
  float:left;
  margin:3px 0 0;
  text-align:right;
  width:100%;
}
.block-cart .subtotal .paypal-logo .paypal-or {
  clear:both;
  display:block;
  padding:0 55px 8px 0;
}
.block-cart .block-content ol li.item {
  padding-left:0;
  padding-right:0;
}
.block-cart .block-content ul li.item {
  padding-left:0;
  padding-right:0;
}
.btn-edit span.icon {
  border-radius:50%;
  float:left;
  height:16px;
  margin:0 5px 0 0;
  outline:medium none;
  padding:0;
  width:16px;
}
.btn-remove span.icon {
  background-image:url("/images/btn-remove.png");
  border-radius:50%;
  float:left;
  height:16px;
  outline:medium none;
  padding:0;
  width:16px;
  margin:0 5px 0 0;
}
.block-wishlist .actions a { float:none; }
.block-wishlist .block-subtitle {
  font-weight:normal;
  line-height:normal;
  outline:none;
  padding:0 0 10px 0;
  text-align:center;
}
.block-wishlist ol { margin:0; }
.block-wishlist ul { margin:0; }
.block-wishlist .block-content li.item {
  margin:0;
  padding:0 0 20px 0;
}
.block-wishlist .block-content li.item .product-image {
  outline:none;
  border:1px solid #cccccc;
  display:block;
  padding:0;
}
.block-wishlist .block-content li.item .product-image img { max-width:100%; }
.block-wishlist .block-content li.item .product-details {
  outline:none;
  padding-right:0;
}
.block-wishlist .block-content li.item .product-details .product-name {
  height:auto;
  margin:0;
  padding:0;
}
.block-wishlist .block-content li.item .product-details .price-box {
  margin:0;
  overflow:hidden;
}
.block-wishlist .block-content li.item .product-details .price-box .old-price { margin:3px 0 0 10px; }
.block-wishlist .block-content li.item .product-details .price-box span {
  font-size:100%;
  font-weight:bold;
  outline:none;
}
.block-wishlist .block-content li.item .product-details p {
  line-height:normal;
  margin:0;
  padding-top:5px;
}
.block-wishlist .block-content li.item .product-details .btn-remove {
  outline:none;
  width:100%;
  padding:5px 0;
}
.block-wishlist .block-content li.item .product-details .btn-remove span.icon { margin-top:0; }
.block-wishlist .block-content li.item.last { padding-bottom:0; }
.block-wishlist .block-content .actions { outline:none; }
.block-wishlist .price-box .old-price { display:inline-block; }
.block-wishlist .price-box .regular-price { display:inline-block; }
.block-wishlist .price-box .special-price { display:inline-block; }
.block-compare .block-content ol, .block-compare .block-content ul { margin:0; }
.page-popup {
  padding:25px 30px;
  text-align:left;
  background:#ffffff !important;
}
.page-popup .product-image img { display:inline; }
.page-popup button.btn-cart span span .fa { padding-right:5px; }
.catalog-product-compare-index .page-title {
  padding-bottom:25px;
  padding-top:0;
}
.catalog-product-compare-index table thead { background-color:#ececec; }
#product_comparison td {
  outline:medium none;
  text-align:center;
  vertical-align:top;
}
.block-compare .block-content .actions { padding:0; }
.block-compare .block-content .actions .view-compare {
  float:left;
  margin-left:-25px;
}
.block-compare .block-content .actions .view-compare button {
  height:36px;
  line-height:34px;
  padding:0 15px;
}
.block-compare .block-content .actions .clearall {
  float:right;
  margin-right:-25px;
  line-height:36px;
}
.block-compare .block-content ol { padding:16px 0; }
.block-compare .block-content ol li.item {
  position:relative;
  padding:10px 0;
}
.block-compare .block-content ol li.item .product-name { min-height:20px; }
.block-compare .block-content ol li.item .product-name a { outline:none; }
.block-compare .block-content ul li.item { padding:2px 0; }
.block-compare .block-content ul li.item .product-name {
  height:15px;
  min-height:20px;
}
.block-compare .block-content ul li.item .product-name a { outline:none; }
.block-compare .block-content p.product-name {
  margin:0;
  outline:none;
  padding:0 20px 0 0;
}
.block-compare .btn-remove {
  position:absolute;
  right:0;
  top:50%;
  font-size:14px;
  width:14px;
  height:14px;
  margin-top:-7px;
}
.block-compare .btn-remove i { display:block; }
#block-compare li.item {
  line-height:normal;
  margin:0;
  padding:5px 0;
}
.page-popup .link-print {
  font-weight:normal;
  outline-style:none;
  padding:2px 0 2px 25px;
}
.compare-table { border:0; }
.compare-table thead tr.first th {
  background:none;
  border:0;
  line-height:0;
  padding:0;
}
.compare-table thead tr.first td {
  background:none;
  border:0;
  line-height:0;
  padding:0;
}
.compare-table .btn-remove {
  background-color:#ececec;
  height:16px;
  width:16px;
  text-indent:-999em;
}
.compare-table tbody th {
  font-weight:normal;
  border-left:1px solid #cccccc;
  border-top:1px solid #cccccc;
  padding:10px;
}
.compare-table tbody td {
  border-left:1px solid #cccccc;
  border-top:1px solid #cccccc;
  padding:10px;
}
.compare-table tbody td.last { border-right:1px solid #cccccc; }
.compare-table tbody tr.last th { border-bottom:1px solid #cccccc !important; }
.compare-table tbody tr.last td { border-bottom:1px solid #cccccc !important; }
.compare-table th { border-left:1px solid #cccccc; }
.compare-table td { border-left:1px solid #cccccc; }
.compare-table .price-box { text-align:center; }
.compare-table p { text-align:center; }
.compare-table tr.add-to-row td {
  background:#fffada;
  text-align:center;
}
.compare-table tr.add-to-row td p { margin:0; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name {
  font-weight:normal;
  margin:0 0 5px;
  font-size:110%;
}
.compare-table tr.first td .product-name a { outline:none; }
.compare-table tr.first td .ratings { margin:0 auto; }
.compare-table tr.first td .ratings .amount { display:none; }
.compare-table tr.first td p { margin:0; }
.compare-table ul.add-to-links {
  clear:both;
  padding-top:10px;
}
.block-poll .actions {
  margin:0;
  padding:10px 0;
  display:inline-block;
}
.block-poll .actions button.button { float:none; }
.block-poll .block-subtitle {
  color:#585858;
  font-size:100%;
  font-weight:400;
  margin:0;
  padding:0;
}
.block-poll label {
  cursor:pointer;
  margin:0;
  padding:0;
}
.block-poll input.radio {
  float:left;
  margin:0 5px 0 0;
  outline:none !important;
  padding:0;
  width:auto;
}
.block-poll .label {
  background:none;
  border-radius:0;
  display:inline-block;
  float:none;
  font-weight:normal;
  margin:0;
  padding:0;
  text-shadow:none;
  width:auto;
  font-size:100%;
}
.block-poll .label label {
  line-height:22px;
  color:#666666;
  font-weight:normal;
}
.block-poll .label label:hover { color:#f56032; }
.block-poll ol { margin:0; }
.block-poll ul { margin:0; }
.block-poll li {
  margin:10px 0;
  padding:0;
}
.block-poll li span label {
  font-size:100%;
  outline:none;
}
.block-poll .answer { font-weight:normal; }
.block-poll .votes {
  float:right;
  margin-left:10px;
}
.block-poll ul#poll-answers li { padding:0; }
.tag-product-list .col-left { margin-top:25px; }
.block-tags ul {
  margin:0;
  padding:0;
}
.block-tags .block-content .tags-list {
  border:0;
  margin:0;
  padding:0;
  text-align:left;
}
.block-tags .block-content .tags-list li {
  height:auto;
  margin:5px 2px;
  padding:0;
}
.block-tags .block-content .tags-list li a {
  font-weight:normal;
  height:30px;
  line-height:30px;
  margin:0 5px 0 0;
  padding:0 10px;
  text-align:center;
  display:block;
  border:1px solid #f4f4f4;
}
.block-tags .block-content .tags-list li a:hover {
  text-decoration:none;
  text-shadow:none;
  color:#ffffff;
  outline:none;
}
.block-tags .actions {
  text-align:left;
  float:left;
  width:100%;
}
.block-tags .actions a {
  border:none;
  cursor:pointer;
  outline:none;
  overflow:visible;
  padding:7px 0;
  position:relative;
  display:inline-block;
  float:none;
  text-align:center;
  margin:10px 0 0;
}
.tags-list li {
  float:left;
  margin:0 4px 0 0;
}
.checkout-progress {
  margin:50px 0 20px;
  padding:0;
}
.checkout-progress li {
  float:left;
  font-weight:normal;
  padding:0 0 2px;
  text-align:center;
  width:20%;
  line-height:30px;
}
.checkout-progress li div {
  border-top:10px solid #ececec;
  margin:0 3px 0 0;
}
.checkout-progress li.active div { border-color:#414141; }
.multiple-checkout h2 {
  font-size:100%;
  font-weight:normal;
  line-height:normal;
  margin:0;
  padding:0 0 15px;
}
.multiple-checkout .place-order .grand-total { float:right; }
.multiple-checkout .box { margin:10px; }
.multiple-checkout .select-shipping { margin:10px; }
.multiple-checkout .col2-set {
  border:1px solid #cccccc;
  margin:0;
  padding:0 0 20px;
  width:100%;
}
.multiple-checkout .col2-set .col-1 {
  float:left;
  width:48.5%;
}
.multiple-checkout .col2-set .col-2 {
  float:right;
  width:48.5%;
}
.multiple-checkout .col2-set h3 { padding:0 0 10px; }
.multiple-checkout .col2-set .col-narrow { width:50%; }
.multiple-checkout .col2-set .col-wide { width:50%; }
.multiple-checkout .col2-set h2.legend {
  border-bottom:1px solid #cccccc;
  margin:0;
  padding:10px;
  position:relative;
}
.multiple-checkout .col2-set h3.legend { padding:10px; }
.multiple-checkout .col3-set {
  border:1px solid #cccccc;
  margin:0;
  padding:0;
}
.multiple-checkout h3 {
  font-size:100%;
  font-weight:normal;
  line-height:normal;
  margin:0;
}
.multiple-checkout h4 {
  font-size:100%;
  font-weight:normal;
  line-height:normal;
  margin:0;
}
.checkout-multishipping-shipping .box-sp-methods {
  border:1px solid #cccccc;
  padding:15px;
  position:relative;
}
#checkout-review-submit .place-order {
  text-align:right;
  padding:10px 0;
}
#checkout-review-submit .place-order .grand-total { margin-left:10px; }
#checkout-review-submit .place-order .grand-total .inner .btn-checkout { margin-top:5px; }
#checkout-review-submit .place-order span.please-wait { text-align:right; }
.no-display { display:none; }
.rating-box {
  background:url(/images/bg-rating.png) repeat-x scroll 0 0 transparent;
  display:inline-block;
  height:14px;
  position:relative;
  vertical-align:top;
  width:88px;
  margin:0;
}
.rating-box .rating {
  background:url(/images/bg-rating.png) repeat-x scroll 0 100% transparent;
  height:14px;
  left:0;
  position:absolute;
  top:0;
}
.required em { color:#ff0000; }
em.required { color:#ff0000; }
.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set {
  border:0;
  clear:none;
  float:right;
  margin:0;
  padding:0;
}
.product-image-popup .nav {
  font-weight:bold;
  margin:0 100px;
  text-align:center;
}
.product-image-popup .image {
  display:block;
  margin:10px 0;
}
.product-image-popup .image-label {
  font-weight:bold;
  margin:0 0 10px;
}
.block-reorder ol#cart-sidebar-reorder li input {
  float:left;
  margin:0;
}
.block-reorder ol#cart-sidebar-reorder li p.product-name {
  float:left;
  padding-left:5px;
}
.block-reorder .actions a { margin-right:10px; }
.product-label {
  position:static;
  right:10px;
  top:15px;
  z-index:10;
}
.product-label > div {
  position:absolute;
  top:15px;
  left:15px;
  height:30px;
  line-height:30px;
  padding:0 15px;
  color:#000000;
  font-weight:bold;
  font-size:13px;
  background:#ffffff;
  z-index:10;
  text-transform:uppercase;
}
.product-label .product-sale-label, .product-label .product-percent-label {
  right:15px;
  left:auto;
  color:#ff0000;
}

.category-products .products-grid .item .table {
  position:relative;
  margin:0;
}
.category-products.collection .product-item .products-list { padding:0; }
.category-products.collection .item { padding:10px 0 0; }
.products-list .item { margin-bottom:40px; }
.products-list .product-shop .product-name {
  margin:-1px 0 5px 0;
  font-size:18px;
}
.products-list .product-shop .desc {
  margin-bottom:45px;
  margin-top:30px;
}
.products-list .product-shop .addtocart { margin-left:0; }
.products-list .product-shop .ratings .amount { display:none; }
.products-list + .toolbar-bottom .pager { text-align:left; }
.category-products .item .top-actions-inner .addtolist a.text-link {
  width:auto !important;
  padding:0 10px;
  margin:0;
  transition:all 0.5s ease-out 0s;
}
.category-products .item .top-actions-inner .addtolist a.text-link span {
  display:block;
  float:left;
}
.category-products .item .top-actions-inner .addtolist a.text-link .fa { display:none; }
.category-products .item .top-actions-inner .addtolist a.text-link-compare {
  width:auto !important;
  padding:0 10px;
  margin:0;
  transition:all 0.5s ease-out 0s;
}
.category-products .item .top-actions-inner .addtolist a.text-link-compare span {
  display:block;
  float:left;
}
.category-products .item .top-actions-inner .addtolist a.text-link-compare .fa { display:none; }
.category-products .item .top-actions-inner .addtolist .wishlist {
  display:inline-block;
  float:none;
  height:34px;
}
.category-products .item .top-actions-inner .addtolist .compare {
  display:inline-block;
  float:none;
  height:34px;
}
.category-products .item .addtocart { display:inline-block; }
.category-products .item .addtocart .button.btn-cart span span .fa { padding:0 10px 0 0; }
.category-products.collection-position01 .item .product-item { text-align:center; }
.category-products .itemgrid .item .product-item { text-align:center; }
.product-image-hover {
  overflow:hidden;
  position:relative;
}
.product-image-hover a .alt-image {
  transform:translate3d(0,0,0);
  -o-transform:translate3d(0,0,0);
  -ms-transform:translate3d(0,0,0);
  -moz-transform:translate3d(0,0,0);
  -webkit-transform:translate3d(0,0,0);
  transition:transform 1s cubic-bezier(0.19,1,0.22,1) 0s;
  -o-transition:transform 1s cubic-bezier(0.19,1,0.22,1) 0s;
  -moz-transition:transform 1s cubic-bezier(0.19,1,0.22,1) 0s;
  -webkit-transition:transform 1s cubic-bezier(0.19,1,0.22,1) 0s;
}
.product-image-hover a .back {
  transform:translate3d(0,100%,0);
  -o-transform:translate3d(0,100%,0);
  -ms-transform:translate3d(0,100%,0);
  -moz-transform:translate3d(0,100%,0);
  -webkit-transform:translate3d(0,100%,0);
  transition:transform 1s cubic-bezier(0.19,1,0.22,1) 0s;
  -o-transition:transform 1s cubic-bezier(0.19,1,0.22,1) 0s;
  -moz-transition:transform 1s cubic-bezier(0.19,1,0.22,1) 0s;
  -webkit-transition:transform 1s cubic-bezier(0.19,1,0.22,1) 0s;
}
.product-image-hover a:hover .alt-image {
  -webkit-transform:translate3d(0,-100%,0);
  -moz-transform:translate3d(0,-100%,0);
  -ms-transform:translate3d(0,-100%,0);
  -o-transform:translate3d(0,-100%,0);
  transform:translate3d(0,-100%,0);
  -webkit-transition:-webkit-transform 1s cubic-bezier(0.190,1.000,0.220,1.000);
  -webkit-transition-delay:0s;
  -moz-transition:-moz-transform 1s cubic-bezier(0.190,1.000,0.220,1.000) 0s;
  -o-transition:-o-transform 1s cubic-bezier(0.190,1.000,0.220,1.000) 0s;
  transition:transform 1s cubic-bezier(0.190,1.000,0.220,1.000) 0s;
}
.product-image-hover a:hover .back {
  -webkit-transform:translate3d(0,0,0);
  -moz-transform:translate3d(0,0,0);
  -ms-transform:translate3d(0,0,0);
  -o-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0);
  -webkit-transition:-webkit-transform 1s cubic-bezier(0.190,1.000,0.220,1.000);
  -webkit-transition-delay:0s;
  -moz-transition:-moz-transform 1s cubic-bezier(0.190,1.000,0.220,1.000) 0s;
  -o-transition:-o-transform 1s cubic-bezier(0.190,1.000,0.220,1.000) 0s;
  transition:transform 1s cubic-bezier(0.190,1.000,0.220,1.000) 0s;
  z-index:0;
  position:absolute;
}
.addtolist { display:inline-block; }
.addtolist ul { position:relative; }
.addtolist ul li {
  display:inline-block;
  float:none;
  padding:0;
}
.addtolist ul li a.link-compare { background-color:#b7cc16; }
.product-date { margin:0 -15px; }
.product-date .cd-sale {
  display:inline-block;
  width:70px;
  margin:0 15px;
}
.product-date .cd-sale .num {
  float:left;
  font-size:30px;
  font-weight:700;
  line-height:70px;
  width:100%;
  color:#000000;
  text-align:center;
  background-color:#f3f3f3;
}
.product-date .unit {
  width:100%;
  font-size:14px;
  text-align:center;
  margin-top:20px;
  float:left;
  text-transform:capitalize;
}
.top-actions-inner {
  margin:0;
  position:relative;
}
.top-actions-inner .typo-actions .addtolist .wishlist { margin-right:7px; }
.top-actions-inner .typo-actions .addtolist-category .link-wishlist { margin-right:5px; }
.top-actions-inner .actions .wishlist { margin-right:3px; }
.top-actions-inner .actions .addtolist-category .link-wishlist { margin-right:5px; }
.top-actions-inner .top-action {
  float:left;
  width:100%;
}
.top-actions-inner .bt-action {
  float:left;
  width:100%;
  margin:0;
}
.top-actions-inner .bt-action .price-box {
  float:left;
  width:100%;
}
.top-actions-inner .bt-action .ratings {
  float:left;
  width:100%;
  text-align:left;
  margin:0;
}
.catalog-product-view .col1-layout { margin:0; }
.minimal-price { margin:0; }
.old-price {
  margin:0;
  display:inline-block;
}
.old-price .price-label {
  display:none !important;
  white-space:nowrap;
}
.old-price .price {
  font-size:100%;
  font-weight:normal;
  text-decoration:line-through;
  color:#999999;
}
.special-price {
  margin:0;
  display:inline-block;
}
.special-price .price-label {
  display:none !important;
  white-space:nowrap;
}
.block-layered-nav .block-subtitle {
  display:none;
  line-height:1.35;
  padding:3px 9px;
  text-transform:uppercase;
}
.block-layered-nav .block-content { outline:none; }
.block-layered-nav #narrow-by-list { margin:0; }
.block-layered-nav dt {
  font-size:15px;
  margin:0;
  outline:medium none;
  padding:15px 0;
  text-transform:uppercase;
  font-weight:normal;
  position:relative;
}
.block-layered-nav dt .toggle-class {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  cursor:pointer;
  text-align:right;
}
.block-layered-nav dt .toggle-class:before {
  content:"\4c";
  position:absolute;
  top:18px;
  right:0;
  font-family:'ElegantIcons';
  speak:none;
  font-style:normal;
  font-weight:normal;
  font-variant:normal;
  text-transform:none;
  line-height:1;
  -webkit-font-smoothing:antialiased;
}
.block-layered-nav dt .toggle-class.expanded:before { content:"\4b"; }
.block-layered-nav dd {
  margin:0 0 10px;
  padding:0 0 20px;
  border-bottom:1px solid #eaeaea;
  display:inline-block;
  vertical-align:top;
  width:100%;
}
.block-layered-nav dd ol { margin:0; }
.block-layered-nav dd ul { margin:0; }
.block-layered-nav dd li {
  line-height:25px;
  margin:0;
  outline:medium none;
  padding:0;
}
.block-layered-nav dd li a {
  font-weight:normal;
  text-decoration:none;
  text-transform:capitalize;
  padding:0 0 0 20px;
  font-size:100%;
  position:relative;
}
.block-layered-nav dd li a:before {
  position:absolute;
  top:2px;
  left:0;
  content:"\5e";
  display:inline-block;
  font-size:13px;
  font-family:'ElegantIcons';
  -webkit-font-smoothing:antialiased;
  line-height:1;
}
.block-layered-nav dd li a + span { color:#999999; }
.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently li {
  position:relative;
  z-index:1;
}
.block-layered-nav .currently .label {
  padding:0;
  line-height:29px !important;
  text-transform:none;
  vertical-align:top;
  color:#666666;
  font-size:100%;
  font-weight:normal;
}
.block-layered-nav .currently .btn-previous {
  margin:0;
  position:absolute;
  top:9px;
  right:17px;
}
.block-layered-nav .currently .btn-remove {
  margin:0;
  position:absolute;
  right:0;
  top:10px;
  -webkit-border-radius:50%;
  border-radius:50%;
  height:16px;
  padding:0;
  width:16px;
}
.block-layered-nav .currently .btn-remove i { display:block; }
.block-layered-nav .currently ol {
  border-bottom:1px solid rgba(204,204,204,0.5);
  padding-bottom:15px;
}
.block-layered-nav .currently ol li {
  line-height:29px;
  margin:0;
  display:inline-block;
  width:100%;
  position:relative;
  padding:3px 10px;
  font-size:13px;
}
.block-layered-nav .currently ol li:before {
  content:"\f105";
  display:inline-block;
  font-family:"FontAwesome";
  font-size:inherit;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  position:absolute;
  top:3px;
  left:0;
  height:14px;
}
.block-layered-nav .currently ul { border-bottom:1px solid rgba(204,204,204,0.5); }
.block-layered-nav .currently ul li {
  line-height:35px;
  margin:0;
  padding:0;
}
.block-layered-nav .currently p.block-subtitle {
  background:none;
  border:0 none;
  line-height:normal;
  margin:0;
  padding:15px 0;
  text-transform:uppercase;
  display:block;
  font-size:15px;
}
.block-layered-nav .actions {
  padding:4px 5px 4px 9px;
  text-align:right;
}
.block-layered-nav .actions a { float:none; }
.toggle-class {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  cursor:pointer;
  text-align:right;
}
.toggle-class:before {
  content:"\4c";
  position:absolute;
  top:14px;
  right:0;
  font-family:'ElegantIcons';
  speak:none;
  font-style:normal;
  font-weight:normal;
  font-variant:normal;
  text-transform:none;
  line-height:1;
  -webkit-font-smoothing:antialiased;
}
.toggle-class.expanded:before { content:"\4b"; }
.toggle-class.collapsible:before { content:"\4c"; }
#shopping-cart-table h2 {
  font-size:inherit;
  margin:0;
}
.item-options dt {
  font-style:italic;
  font-weight:bold;
}
.btn-previous {
  display:block;
  font-size:0;
  line-height:0;
  overflow:hidden;
  text-indent:-999em;
}
.btn-remove2 { display:inline-block; }
.btn-remove2 i {
  font-size:25px;
  display:block;
}
.buttons-set2 button { margin-bottom:10px; }
.btn-edit {
  display:block;
  font-size:0;
  line-height:0;
  overflow:hidden;
  text-indent:-999em;
}
.category-title {
  padding:0 0 20px !important;
  display:none;
}
p.category-image {
  margin:0 0 20px;
  padding:0;
  background-color:#cfcfcf;
}
p.category-image img {
  max-width:100%;
  padding:10px;
  background-color:#cfcfcf;
}
.page-title {
  line-height:normal;
  margin:0;
  outline:none;
  overflow:hidden;
  padding:0 0 18px;
}
.page-title h1, .page-title h2, .page-title h3 {
  font-size:130%;
  font-weight:700;
  text-transform:uppercase;
  line-height:normal;
  margin:0;
  padding:0;
  color:#333333;
}
.page-title .separator { margin:0 3px; }
.page-title .link-rss {
  float:right;
  margin:7px 0 0;
}
.subtitle, .sub-title {
  clear:both;
  font-weight:bold;
  margin:0 0 6px;
  padding:15px 0 0;
}
.multiple-checkout .subtitle { padding:0; }
.multiple-checkout .sub-title { padding:0; }
.legend { font-size:16px; }
.acc-container { padding:20px 0; }
.title-buttons button { margin-top:20px; }
.dashboard .welcome-msg {
  margin:0;
  padding:0;
}
.dashboard .welcome-msg p {
  margin:0;
  padding:0;
}
.dashboard .welcome-msg p.hello {
  border:none;
  margin:0;
  outline-style:none;
  padding:0 0 10px 0;
}
.dashboard .welcome-msg p.hello strong { font-size:110%; }
.dashboard .col2-set { margin:0 0 15px; }
.my-account .input-box { margin-bottom:20px; }
.my-account .input-box input, .my-account .input-box select {
  width:100%;
  height:50px;
  padding:0 15px;
}
#my-orders-table { background-color:#ffffff; }
.box-account {
  background:none repeat scroll 0 0 #ffffff;
  margin:20px 0;
  overflow:hidden;
  padding:0;
  text-align:left;
  position:relative;
}
.box-account .box-head {
  border-bottom:1px dashed #cccccc;
  margin:0 0 30px;
  padding:10px 0;
  position:relative;
}
.box-account .box-head h2 {
  font-size:100%;
  font-weight:400;
  margin:0;
  text-transform:uppercase;
}
.box-account .box-head a {
  position:absolute;
  right:0;
  top:0;
}
.dashboard .box .box-title {
  margin:0 0 8px;
  padding:0 0 5px 0;
  text-align:right;
}
.dashboard .box .box-title h3 {
  float:left;
  font-size:120%;
  font-weight:300;
  line-height:normal;
  margin:0;
  outline:none;
}
.dashboard .box .box-title h4 {
  float:left;
  font-size:120%;
  font-weight:300;
  line-height:normal;
  margin:0;
  outline:none;
}
.dashboard .box .box-title a {
  line-height:normal;
  outline-style:none;
}
.dashboard .box .box-content p { line-height:25px; }
.dashboard .box-info h4 {
  font-size:100%;
  font-weight:400;
  text-transform:capitalize;
}
.dashboard .box-info address { line-height:25px; }
.dashboard .box-reviews .number {
  background:#0a263c;
  color:#ffffff;
  float:left;
  font-weight:bold;
  line-height:1;
  margin:3px -20px 0 0;
  padding:2px 3px;
}
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }
.dashboard .box-tags .box-head h2 { background-image:url("/images/i_ma-tags.gif"); }
.dashboard .box-tags .tags strong { display:inline; }
.dashboard .box-tags .tags ul { display:inline; }
.dashboard .box-tags .tags ul li { display:inline; }
.dashboard .number {
  background:#0a263c;
  color:#ffffff;
  float:left;
  font-weight:bold;
  line-height:1;
  margin:3px -20px 0 0;
  padding:2px 3px;
}
.dashboard .details { margin-left:20px; }
.dashboard li.item { margin:0 0 7px; }
.dashboard li.item.last { margin:0; }
.customer-account-index .block-top-sellers { display:none; }
.customer-account-index .paypal-logo { display:none; }
#my_recent_tags .product-name {
  height:20px;
  line-height:20px;
  min-height:20px;
  font-size:100%;
  margin-top:0;
}
#my_recent_tags .product-name a { color:#656565; }
#my_recent_reviews .product-name {
  height:20px;
  line-height:20px;
  min-height:20px;
  font-size:100%;
  margin-top:0;
}
#my_recent_reviews .product-name a { color:#656565; }
.cart-table td .product-image {
  display:inline-block;
  height:100px;
  margin:0;
  outline:medium none;
  padding:0;
  width:100px;
  text-align:center;
}
.cart-table button.button {
  margin-bottom:3px;
  margin-top:3px;
}
#wishlist-view-form .table-bordered { background-color:#ffffff; }
.my-wishlist h3.product-name {
  font-size:16px;
  margin-top:0;
}
.my-wishlist textarea {
  width:100%;
  margin-top:10px;
  padding:10px;
  font-size:13px;
}
.my-wishlist .add-to-cart-alt input {
  max-width:150px;
  text-align:center;
  border:1px solid #cccccc;
  height:30px;
}
.my-wishlist .add-to-cart-alt button { margin:10px 0; }
.addresses-list h2 {
  font-size:18px;
  font-weight:normal;
  line-height:normal;
  margin:0;
  padding:0 0 15px;
  text-transform:uppercase;
}
.addresses-list h3 {
  font-size:16px;
  font-weight:normal;
  line-height:normal;
  margin:0;
  padding:0 0 5px;
}
.addresses-list .item {
  border:1px solid #cccccc;
  margin:0 0 30px;
  padding:15px;
}
.footer-container {
  position:relative;
  z-index:15;
  background-color:#ffffff;
  border-top:1px solid #d5d5d5;
  padding:20px 0
}
.footer-container .information-logo { margin-bottom:30px; }
.footer-container .footer-copyright {
  border-top:1px solid rgba(204,204,204,0.5);
  padding-top:15px;
  padding-bottom:15px;
}
.footer-container .footer-static h3 {
  margin:0 0 45px 0;
  text-transform:uppercase;
  position:relative;
  font-weight:bold;
  font-size:16px;
}
.footer-container .footer-static ul li { padding:5px 0; }
.footer-container .footer-static ul li a {
  padding:0 20px;
  display:block;
  -webkit-transition:padding 250ms ease;
  -moz-transition:padding 250ms ease;
  transition:padding 250ms ease;
}
.footer-container .footer-static ul li a > span {
  position:absolute;
  top:6px;
  left:0;
  line-height:inherit;
}
.footer-container .footer-static ul li a:hover { padding-left:30px; }
.footer-container .footer-static ul.address-footer li a, .footer-container .footer-static ul.address-footer li a:hover { padding-left:30px; }
.footer-container .footer-top-inner { padding:70px 0 60px 0; }
.footer-container .information-footer .footer-static { padding:0 30px; }
.logo-bottom {
  display:block;
  margin-bottom:40px;
}
a.btn-readmore {
  background:none repeat scroll 0 0 #4a4a4a;
  color:#ffffff;
  display:inline-block;
  padding:8px 17px;
  font-size:110%;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  -o-border-radius:3px;
  box-shadow:0 0 0 rgba(0,0,0,0.15) inset;
  -webkit-box-shadow:0 0 0 rgba(0,0,0,0.15) inset;
  -moz-box-shadow:0 0 0 rgba(0,0,0,0.15) inset;
  -o-box-shadow:0 0 0 rgba(0,0,0,0.15) inset;
  transition:all 0.25s ease 0s;
  -webkit-transition:all 0.25s ease 0s;
  -moz-transition:all 0.25s ease 0s;
}
a.btn-readmore:hover {
  border-color:#ffffff;
  background-color:#f56032;
  box-shadow:0 0 0 26px rgba(0,0,0,0.1) inset;
  -webkit-box-shadow:0 0 0 26px rgba(0,0,0,0.1) inset;
  -moz-box-shadow:0 0 0 26px rgba(0,0,0,0.1) inset;
  -o-box-shadow:0 0 0 26px rgba(0,0,0,0.1) inset;
  color:#ffffff;
  text-decoration:none;
  padding-left:17px;
}
iframe { border:0 !important; }
.product-image .front {
  display:block;
  width:100%;
  min-height:200px;
  background:url(/images/loader.gif) center center no-repeat;
}
.product-image .front img[src$="gif"] {
  width:100%;
  height:auto;
}
.product-image:hover .front { background:transparent; }
.product-show .front-img {
  -o-transition:all 0.2s ease-in-out 0s;
  -moz-transition:all 0.2s ease-in-out 0s;
  -webkit-transition:all 0.2s ease-in-out 0s;
  transition:all 0.2s ease-in-out 0s;
}
.product-show a { display:block; }
.product-show a:hover .front-img { opacity:0.3; }
.product-img-additional {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  -o-transition:opacity 0.35s ease-in-out 0s;
  -moz-transition:opacity 0.35s ease-in-out 0s;
  -webkit-transition:opacity 0.35s ease-in-out 0s;
  transition:opacity 0.35s ease-in-out 0s;
  opacity:0;
  visibility:hidden;
}
.product-show a:hover .product-img-additional {
  opacity:1;
  visibility:visible;
}
#back-top {
  bottom:10px;
  position:fixed;
  right:10px;
  z-index:999;
  display:none;
}
.sticker-wrapper {
  position:relative;
  right:0;
  top:0;
}
.sticker {
  font-size:30px;
  font-weight:bold;
  height:40px;
  line-height:40px;
  text-align:center;
  width:40px;
  border:0 solid #ff0000;
  box-shadow:inset 0 0 10px rgba(255,0,0,0);
  outline:1px solid;
  outline-color:rgba(204,204,204,0.5);
  outline-offset:0px;
  text-shadow:none;
  background:#ffffff;
  -webkit-transition:all 550ms cubic-bezier(0.19,1,0.22,1);
  transition:all 550ms cubic-bezier(0.19,1,0.22,1);
}

.sticker:hover {
  border:1px solid #ff0000;
  box-shadow:inset 0 0 10px rgba(255,0,0,0.5), 0 0 20px rgba(255,0,0,0.2);
  outline-color:rgba(255,0,0,0);
  outline-offset:5px;
  color:#ff0000;
}
.welcome-user {
  line-height:42px;
  white-space:nowrap;
  overflow:hidden;
}
.top-bar .inner-top-bar {
  display:inline-block;
  vertical-align:top;
}
.acc-topbar {
  position:relative;
  float:left;
}
.acc-topbar .acc-btn {
  line-height:16px;
  cursor:pointer;
  text-align:center;
  float:left;
  width:100%;
}
.acc-topbar .acc-btn a {
  display:block;
  padding:13px 0;
}
.acc-topbar .acc-btn i {
  display:inline-block;
  padding-left:15px;
}
.acc-topbar .acc-list {
  text-align:left;
  min-width:100%;
  position:absolute;
  left:0;
  top:100%;
  opacity:0;
  visibility:hidden;
  -webkit-transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  -moz-transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  z-index:100;
  margin-top:30px;
  padding-top:20px;
}
.acc-topbar .acc-list ul {
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  background:#ffffff;
  padding:15px 0;
  display:block;
}
.acc-topbar .acc-list ul li a {
  line-height:34px;
  display:inline-block;
  width:100%;
  text-decoration:none;
  white-space:nowrap;
  padding-right:15px;
}
.acc-topbar .acc-list ul li a i { margin:0 15px; }
.acc-topbar:hover .acc-list {
  opacity:1;
  visibility:visible;
  margin-top:0;
}
.login-topbar {
  float:left;
  position:relative;
  padding-right:15px;
  margin-right:15px;
}
.login-topbar a {
  display:block;
  line-height:16px;
  padding:13px 0;
}
.login-topbar:before {
  content:'';
  position:absolute;
  top:15px;
  right:0;
  width:1px;
  height:12px;
  background:#666666;
}
.register-topbar { float:left; }
.register-topbar a {
  display:block;
  line-height:16px;
  padding:13px 0;
}
.delimiter {
  float:left;
  padding:0;
  line-height:16px;
  color:#666666;
  width:1px;
  margin:13px 15px;
  background:#999999;
  height:16px;
}
.currency-topbar {
  position:relative;
  float:left;
}
.currency-topbar .currency-sym {
  line-height:16px;
  cursor:pointer;
  text-align:center;
  float:left;
}
.currency-topbar .currency-sym a {
  display:block;
  padding:13px 0;
}
.currency-topbar .currency-sym .sym { display:none; }
.currency-topbar .currency-sym i {
  display:inline-block;
  padding-left:10px;
}
.currency-topbar .currency-list {
  min-width:100%;
  position:absolute;
  left:0;
  top:100%;
  opacity:0;
  visibility:hidden;
  -webkit-transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  -moz-transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  z-index:100;
  margin-top:30px;
  padding-top:20px;
}
.currency-topbar .currency-list ul {
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  background:#ffffff;
  padding:15px 0;
  display:block;
}
.currency-topbar .currency-list ul li a {
  line-height:34px;
  display:inline-block;
  width:100%;
  text-decoration:none;
  white-space:nowrap;
  padding-right:15px;
}
.currency-topbar .currency-list ul li a .sym, .currency-topbar .currency-list ul li a i { margin:0 15px; }
.currency-topbar:hover .currency-list {
  opacity:1;
  visibility:visible;
  margin-top:0;
}
.language-topbar {
  position:relative;
  float:left;
}
.language-topbar .lang-curr {
  line-height:16px;
  cursor:pointer;
  text-align:center;
  float:left;
  width:100%;
}
.language-topbar .lang-curr a {
  display:block;
  padding:13px 0;
}
.language-topbar .lang-curr i {
  display:inline-block;
  padding-left:10px;
}
.language-topbar .lang-curr .title {
  padding-left:25px;
  background-position:0 center;
  background-repeat:no-repeat;
  background-size:18px auto;
}
.language-topbar .lang-list {
  min-width:100%;
  position:absolute;
  left:0;
  top:100%;
  opacity:0;
  visibility:hidden;
  -webkit-transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  -moz-transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  z-index:100;
  margin-top:30px;
  padding-top:20px;
}
.language-topbar .lang-list ul {
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  background:#ffffff;
  padding:15px 0;
  display:block;
}
.language-topbar .lang-list ul li { padding:0 15px; }
.language-topbar .lang-list ul li a {
  line-height:34px;
  display:inline-block;
  width:100%;
  text-decoration:none;
  white-space:nowrap;
  padding:0 25px;
  background-position:0 center;
  background-repeat:no-repeat;
  background-size:18px auto;
}
.language-topbar .lang-list ul li a i { margin:0 15px; }
.language-topbar:hover .lang-list {
  opacity:1;
  visibility:visible;
  margin-top:0;
}
.compare-topbar {
  position:fixed;
  bottom:60px;
  right:10px;
  z-index:100;
}
.compare-topbar a { color:#000000; }
.compare-topbar .compare-btn {
  cursor:pointer;
  text-align:center;
  float:left;
  width:40px;
  height:40px;
  border:1px solid #e5e5e5;
  line-height:38px;
  background-color:#ffffff;
  color:#000000;
}
.compare-topbar .compare-list {
  min-width:100%;
  width:auto;
  position:absolute;
  right:0;
  bottom:-50px;
  opacity:0;
  visibility:hidden;
  -webkit-transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  -moz-transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  z-index:100;
  margin-right:-80px;
}
.compare-topbar .compare-list .typo-ajax-container .view-compare { padding:20px 0; }
.compare-topbar .compare-list .typo-ajax-container .view-compare button { float:left; }
.compare-topbar .compare-list .typo-ajax-container .view-compare .btn-remove-all {
  float:right;
  margin:0 10px;
  line-height:40px;
}
.compare-topbar .compare-list .ajax-over {
  max-height:300px;
  overflow-y:auto;
  overflow-x:hidden;
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.compare-topbar .compare-list .ajax-over ul li {
  padding:20px 0 0;
  border-bottom:none;
}
.compare-topbar .compare-list .old-price, .compare-topbar .compare-list .minimal-price-link, .compare-topbar .compare-list .price-to { display:none; }
.compare-topbar .compare-list .special-price { margin:0; }
.compare-topbar:hover .compare-list {
  opacity:1;
  visibility:visible;
  margin-right:0;
}
.social {
  float:right;
  line-height:16px;
}
.social .social-icons {
  margin:0;
  padding:0;
  list-style:none;
}
.social .social-icons li {
  float:left;
  margin:0;
}
.social .social-icons li a {
  padding:13px 7px;
  font-size:14px;
  display:block;
}
.social .social-icons li a span { display:none; }
.settings-topbar { text-align:right; }
.settings-topbar .settings {
  display:inline-block;
  vertical-align:top;
}
.settings-topbar .settings > i {
  line-height:42px;
  color:#000000;
}
.menu-bar-btn {
  display:inline-block;
  vertical-align:top;
}
.is-sticky .menu-bar-btn { display:block; }
.price-range { padding:0 7.5px; }
.price-slider {
  height:1px;
  width:100%;
  background:#d5d5d5;
  position:relative;
  margin:10px auto;
  padding:0 7.5px;
}
.price-slider .ui-slider-range {
  position:absolute;
  top:0;
  height:100%;
  background:#333333;
  cursor:pointer;
}
.price-slider .ui-slider-handle {
  height:15px;
  position:absolute;
  top:-7px;
  width:15px;
  background:#333333;
  margin-left:-7.5px;
  cursor:e-resize;
}
.layer-price {
  margin-top:20px;
  font-size:13px;
}
.cart-msrp-totals {
  color:red;
  font-size:12px !important;
  font-weight:bold;
  margin:10px 10px 0;
  padding:10px;
  text-align:right;
  text-transform:uppercase;
}
.map-cart-sidebar-total {
  color:red;
  display:block;
  font-size:10px;
  font-weight:bold;
  text-align:left;
  padding:2px 5px;
}
.map-popup {
  background:#ffffff;
  border:2px solid #cccccc;
  margin:12px 0 0;
  position:absolute;
  text-align:left;
  width:450px;
  z-index:100;
}
.map-popup .map-popup-heading {
  padding:8px 10px;
  margin-right:40px;
  width:auto;
}
.map-popup .map-popup-heading h3 {
  font-size:14px;
  margin:0;
  overflow:hidden;
  white-space:nowrap;
  word-wrap:break-word;
  text-align:left;
  text-overflow:ellipsis;
}
.map-popup .map-popup-close {
  display:block;
  position:absolute;
  top:0;
  right:0;
  height:36px;
  width:36px;
  font-size:20px;
  line-height:32px;
  text-align:center;
}
.map-popup .map-popup-content {
  border-top:1px solid #ededed;
  padding:10px;
  margin:0 10px;
  overflow:hidden;
  text-align:left;
}
.map-popup .map-popup-checkout { padding:10px 0; }
.map-popup .map-popup-checkout form:after {
  content:'';
  display:table;
  clear:both;
}
.map-popup .map-popup-checkout span { display:block; }
.map-popup .map-popup-checkout .button {
  float:left;
  margin:0 2px;
  clear:left;
}
.map-popup .map-popup-checkout .additional-addtocart-box {
  float:left;
  min-width:210px;
}
.map-popup .map-popup-checkout .additional-addtocart-box li { list-style-type:none; }
.map-popup .map-popup-checkout .paypal-logo { width:auto; }
.map-popup .map-popup-checkout .paypal-logo a {
  display:inline-block;
  float:left;
  clear:left;
}
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
  float:left;
  text-align:center;
  padding:5px 15px;
  clear:left;
}
.map-popup .map-popup-checkout .paypal-logo:after {
  content:'';
  display:table;
  clear:both;
}
.map-popup .map-popup-checkout .paypal-logo .bml_button a { clear:left; }
.map-popup .map-popup-checkout:after {
  content:'';
  display:table;
  clear:both;
}
.map-popup .map-popup-price { padding:10px 0; }
.map-popup .map-popup-price .price-box, .map-popup .map-popup-price .price-box .special-price {
  display:inline-block;
  margin:0;
  padding:0;
}
.map-popup .map-popup-price .price-box .minimal-price-link { display:inline-block; }
.map-popup .map-popup-text {
  padding:10px 0;
  margin:0 10px;
  word-wrap:break-word;
}
.map-popup .map-popup-text, .map-popup .map-popup-only-text { border-top:1px solid #ededed; }
.owl-carousel .owl-item {
  -webkit-transform-style:preserve-3d;
  transform-style:preserve-3d;
}
.owl-carousel .owl-item img { height:auto; }
.owl-theme .owl-nav {
  position:static;
  display:none;
  margin:0;
}
.owl-theme .owl-nav [class*='owl-'] {
  position:absolute;
  top:50%;
  margin:0;
  padding:0;
  width:40px;
  height:40px;
  margin-top:-20px;
  text-align:center;
  line-height:40px;
  left:15px;
  border:none;
  border-radius:0;
  background-color:rgba(0,0,0,0.5);
  color:#ffffff;
  font-size:20px;
}
.owl-theme .owl-nav [class*='owl-'] > * {
  display:inline-block;
  vertical-align:top;
  line-height:inherit;
}
.owl-theme .owl-nav div.owl-next {
  left:auto;
  right:15px;
}
.owl-theme:hover .owl-nav { display:block; }
.owl-carousel .owl-nav.disabled { display:none !important; }
.global-site-notice {
  text-align:center;
  border-bottom:1px solid #eaeaea;
  background-color:#f2f2f2;
}
.global-site-notice p, .global-site-notice .notice-cookie-inner {
  margin:0;
  padding:5px;
  line-height:25px;
}
.global-site-notice .notice-cookie-inner {
  margin:0;
  padding:5px;
  line-height:25px;
}
.global-site-notice .notice-cookie-inner > span { display:inline-block; }
.global-site-notice .notice-cookie-inner .button {
  height:25px;
  line-height:23px;
  margin:0 10px;
  font-size:12px;
  font-weight:bold;
}
.top-seach {
  display:table;
  height:148px;
  width:100%;
}
.top-seach .quick-search {
  display:table-cell;
  vertical-align:middle;
}
.top-seach .menu-bar-btn {
  display:table-cell;
  vertical-align:middle;
}
.top-seach .menu-bar-btn button { width:30px; }
.button-search {
  border:none;
  background:transparent;
  box-shadow:none;
  border-radius:0;
  outline:none;
  position:absolute;
  right:0;
  top:0;
  width:28px;
  text-align:center;
  line-height:28px;
}
.button-search i {
  font-size:15px;
  color:#000000;
  line-height:28px;
}
.form-search {
  position:relative;
  display:inline-block;
  max-width:200px;
  width:100%;
  -webkit-transition:all 250ms ease;
  transition:all 250ms ease;
}
.form-search input#search {
  border:none;
  outline:none;
  box-shadow:none;
  padding-right:30px;
  width:100%;
  border-bottom:1px solid rgba(213,213,213,0.5);
  height:28px;
  padding:0;
}
.form-search:hover { max-width:300px; }
.form-search .cat-search + input#search { padding-left:130px; }
.form-cat-search { max-width:240px; }
.form-cat-search:hover { max-width:340px; }
.form-cat-search .cat-search { display:none; }
.form-cat-search .bootstrap-select {
  position:absolute;
  left:0;
  top:0;
  border-right:1px solid #d5d5d5;
  cursor:pointer;
}
.form-cat-search .bootstrap-select .btn {
  border:none;
  width:120px;
  background-color:transparent;
  line-height:28px;
  padding:0 30px 0 0;
  box-shadow:none;
  outline:none;
  color:#999999;
}
.form-cat-search .bootstrap-select .btn:focus {
  background:transparent;
  box-shadow:none;
  border-radius:0;
  outline:none !important;
}
.form-cat-search .bootstrap-select .dropdown-menu {
  box-shadow:none;
  border-radius:0;
  border:1px solid #d5d5d5;
  margin:30px 0 0 0;
  -webkit-transition:all 250ms ease;
  transition:all 250ms ease;
  opacity:0;
  visibility:hidden;
  display:block;
}
.form-cat-search .bootstrap-select.open .dropdown-menu {
  opacity:1;
  visibility:visible;
  margin-top:-1px;
}
.form-cat-search .input-text { padding-left:135px; }
.search-autocomplete {
  background:transparent;
  padding-top:20px;
  max-width:290px;
  text-align:initial;
  z-index:1000;
}
.search-autocomplete ul {
  padding:15px;
  background:#ffffff;
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.search-autocomplete li {
  margin:10px 0;
  cursor:pointer;
  font-size:12px;
  text-transform:capitalize;
  line-height:20px;
}
.search-autocomplete li .amount {
  margin-right:10px;
  border:1px solid #d5d5d5;
  min-width:20px;
  line-height:20px;
  height:20px;
  display:inline-block;
  text-align:center;
  font-size:11px;
  float:left;
  border-radius:2px;
}
.logo-home {
  display:table;
  height:148px;
  width:100%;
  text-align:center;
}
.logo-home .logo {
  display:table-cell;
  vertical-align:middle;
}
.logo-home .logo a img { max-height:90px; }
.typo-top-cart {
  text-align:right;
  display:table;
  height:148px;
  width:100%;
}
.typo-top-cart .typo-maincart {
  display:table-cell;
  vertical-align:middle;
}
.typo-cart {
  display:inline-block;
  position:relative;
  cursor:pointer;
}
.typo-cart .ajaxcart {
  opacity:0;
  visibility:hidden;
  margin-top:30px;
  -webkit-transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  -moz-transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
}
.typo-cart:hover .ajaxcart {
  opacity:1;
  visibility:visible;
  margin-top:0;
}
.typo-icon-ajaxcart {
  display:block;
  text-align:left;
  outline:none;
  margin:0;
  padding:0;
  cursor:pointer;
  position:relative;
}
.typo-icon-ajaxcart .icon-cart {
  height:30px;
  line-height:30px;
  float:left;
}
.typo-icon-ajaxcart .icon-cart i { font-size:30px; }
.typo-icon-ajaxcart .typo-cart-label {
  padding:0;
  float:left;
  height:30px;
  line-height:30px;
}
.typo-icon-ajaxcart .typo-cart-label .print { margin:0 15px; }
.typo-icon-ajaxcart .typo-cart-label .price { font-weight:bold; }
.ajaxcart {
  position:absolute;
  right:0;
  top:100%;
  z-index:999;
  padding-top:20px;
  background:transparent;
}
.ajaxcart .ajax-over {
  max-height:500px;
  overflow-y:auto;
  overflow-x:hidden;
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.typo-ajax-container {
  background:#ffffff;
  margin:0;
  width:290px;
  cursor:default;
  padding:0 20px;
}
.typo-ajax-container p.no-items-in-cart {
  margin:0;
  padding:15px 0;
  text-align:center;
  font-size:13px;
}
.typo-ajax-container p.subtotal {
  padding:30px 0;
  border-bottom:1px dashed rgba(204,204,204,0.5);
  margin:0;
  text-align:right;
}
.typo-ajax-container p.subtotal .title {
  float:left;
  text-transform:uppercase;
  font-weight:bold;
  line-height:28px;
}
.typo-ajax-container p.subtotal .price {
  font-size:17px;
  font-weight:bold;
  line-height:28px;
}
.typo-ajax-container ul {
  margin:0;
  padding:0;
}
.typo-ajax-container li {
  padding:20px 0;
  border-bottom:1px dashed rgba(204,204,204,0.5);
  float:left;
  width:100%;
  position:relative;
}
.typo-ajax-container .product-image {
  float:left;
  border:0;
  padding:0;
  position:relative;
}
.typo-ajax-container .product-image img {
  border:1px solid rgba(204,204,204,0.5);
  padding:1px;
  max-width:100%;
}
.typo-ajax-container .product-image .qty-count {
  position:absolute;
  font-size:10px;
  top:1px;
  right:1px;
  height:12px;
  line-height:12px;
  padding:0 2px;
  background:#ffffff;
}
.typo-ajax-container .product-details {
  float:left;
  text-align:left;
  padding:0 15px;
  margin:0;
  position:relative;
  width:205px;
}
.typo-ajax-container .product-details p.product-name {
  line-height:normal;
  margin:0 0 5px;
  padding:0;
  font-size:12px;
  text-transform:uppercase;
}
.typo-ajax-container .product-details span.price {
  display:inline-block;
  font-weight:bold;
  font-size:16px;
}
.typo-ajax-container .btn-remove {
  position:absolute;
  top:-5px;
  right:-5px;
  font-size:24px;
  line-height:1;
}
.typo-ajax-container .item-options { font-size:13px; }
.typo-ajax-container .typo-ajax-checkout { padding:35px 0 25px 0; }
.typo-ajax-container .typo-ajax-checkout .button {
  float:left;
  font-weight:bold;
  font-size:13px;
  margin-bottom:10px;
}
.typo-ajax-container .typo-ajax-checkout .view-cart { margin-right:10px; }
.typo-ajax-container .typo-ajax-checkout .view-checkout {
  margin:0;
  font-weight:bold;
}
#notification {
  position:fixed;
  top:50%;
  left:50%;
  z-index:10000;
  -webkit-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
}
#notification .success {
  background:#ffffff;
  border-radius:0;
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  max-width:290px;
  width:100%;
  padding:15px 30px;
  color:#cc0000;
  text-align:center;
  font-size:13px;
  font-weight:bold;
}
#notification .success.wait-loading { padding:10px; }
#notification .success.wait-loading i {
  font-size:25px;
  line-height:1;
  width:25px;
  height:25px;
  display:block;
}
#notification .close {
  position:absolute;
  top:5px;
  right:5px;
  color:#000000;
}
.fa-spin {
  -webkit-animation:fa-spin 1s infinite linear;
  animation:fa-spin 1s infinite linear;
  display:inline-block;
}
.error_qty { color:red; }
.sticky-icon-group { display:none; }
.sticky-search { cursor:pointer; }
.sticky-search > i {
  font-size:18px;
  line-height:60px;
}
.sticky-search .quick-search {
  position:absolute;
  top:0;
  right:85px;
  max-width:1000px;
  width:100%;
  z-index:9;
  height:60px;
  text-align:center;
  background-color:#ffffff;
  cursor:default;
  opacity:0;
  visibility:hidden;
  -webkit-transition:all 250ms ease;
  transition:all 250ms ease;
}
.sticky-search .quick-search .form-search {
  max-width:300px;
  margin-top:16px;
}
.sticky-search .quick-search .form-search button.button-search { display:none; }
.sticky-search .quick-search .form-search input#search {
  text-align:center;
  border:none;
  padding:0 15px;
}
.sticky-search .quick-search .form-search .btn-group + input#search { padding-left:100px; }
.sticky-search .quick-search .icon_close {
  position:absolute;
  right:0;
  top:17px;
  font-size:24px;
  line-height:1;
  cursor:pointer;
}
.sticky-search .quick-search.showing {
  opacity:1;
  visibility:visible;
}
.settings {
  position:relative;
  cursor:pointer;
}
.settings > i {
  font-size:20px;
  line-height:60px;
}
.settings .settings-inner {
  position:absolute;
  cursor:default;
  top:100%;
  right:0;
  padding-top:20px;
  opacity:0;
  visibility:hidden;
  margin-top:30px;
  z-index:999;
  -webkit-transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  -moz-transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
}
.settings:hover > i { color:#999999; }
.settings:hover .settings-inner {
  margin-top:0;
  opacity:1;
  visibility:visible;
}
.settings .setting-content {
  background:#ffffff;
  text-align:left;
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  width:290px;
}
.settings .setting-language, .settings .setting-currency {
  padding:25px 25px 10px;
  border-bottom:1px dashed #cccccc;
}
.settings .setting-language .title, .settings .setting-currency .title {
  text-transform:uppercase;
  margin-bottom:10px;
  font-size:14px;
  font-weight:bold;
}
.settings .language-topbar { float:none; }
.settings .language-topbar .lang-curr { display:none; }
.settings .language-topbar .lang-list {
  opacity:1;
  visibility:inherit;
  padding:0;
  margin:0;
  position:static;
}
.settings .language-topbar .lang-list ul {
  box-shadow:none;
  margin:0 -10px;
  padding:0;
}
.settings .language-topbar .lang-list ul li {
  padding:0;
  float:left;
  margin:0 10px 10px;
}
.settings .language-topbar .lang-list ul li a {
  display:block;
  width:45px;
  height:30px;
  padding:1px;
  background-size:41px 26px;
  border:1px solid #ffffff;
  background-color:#ffffff;
  background-position:center center;
}
.settings .language-topbar .lang-list ul li a span { display:none; }
.settings .language-topbar .lang-list ul li.active a, .settings .language-topbar .lang-list ul li:hover a { border:1px solid #333333; }
.settings .currency-topbar { float:none; }
.settings .currency-topbar .currency-sym { display:none; }
.settings .currency-topbar .currency-list {
  opacity:1;
  visibility:inherit;
  padding:0;
  margin:0;
  position:static;
}
.settings .currency-topbar .currency-list ul {
  box-shadow:none;
  margin:0 -10px;
  padding:0;
}
.settings .currency-topbar .currency-list ul li {
  padding:0;
  float:left;
  margin:0 10px 10px;
}
.settings .currency-topbar .currency-list ul li a {
  display:block;
  min-width:30px;
  height:30px;
  line-height:30px;
  background-color:#d8d8d8;
  text-align:center;
  padding:0 5px;
}
.settings .currency-topbar .currency-list ul li a .title { display:none; }
.settings .currency-topbar .currency-list ul li a .sym { margin:0; }
.settings .currency-topbar .currency-list ul li.active a, .settings .currency-topbar .currency-list ul li:hover a {
  background-color:#000000;
  color:#ffffff;
}
.settings .setting-option ul { padding:15px 25px; }
.settings .setting-option ul li { padding:5px 0; }
.settings .setting-option ul li a {
  text-transform:uppercase;
  font-size:14px;
}
.settings .setting-option ul li a i { font-size:15px; }
.settings .setting-option ul li a span { padding:0 15px; }
#typo-sticky-header {
  top:-120px;
  -webkit-transition:top 0.75s ease;
  -o-transition:top 0.75s ease;
  transition:top 0.75s ease;
}
.is-sticky #typo-sticky-header.sticky-bg { background-color:#ffffff; }
.is-sticky .typo-main-menu {
  display:inline-block;
  vertical-align:top;
}
.is-sticky .nav-top-inner { text-align:right; }
.is-sticky .sticky-icon-group {
  float:right;
  display:block;
  margin:0 -10px 0 50px;
}
.is-sticky .sticky-icon-group > div {
  float:left;
  padding:0 10px;
}
.is-sticky #typo-sticky-header {
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  top:0;
  left:0;
  margin-left:0;
  opacity:1;
  padding:0;
  position:fixed;
  width:100%;
  z-index:30;
  display:block;
}
.is-sticky #typo-sticky-header .nav-top-inner { border:none; }
.is-sticky .nav-top {
  -webkit-box-shadow:none;
  box-shadow:none;
  padding:0;
}
.is-sticky .logo-sticky {
  display:block !important;
  float:left;
  padding:0 15px 0 0;
  position:relative;
  z-index:999;
}
.is-sticky .logo-sticky > a {
  display:table;
  vertical-align:middle;
  height:60px;
}
.is-sticky .logo-sticky > a span {
  display:table-cell;
  vertical-align:middle;
}
.is-sticky .logo-sticky > a img {
  vertical-align:middle;
  max-height:50px;
}
.sticky-cart .typo-icon-ajaxcart .icon-cart {
  height:60px;
  line-height:60px;
}
.sticky-cart .typo-cart { float:left; }
.sticky-cart .typo-icon-ajaxcart .icon-cart i {
  font-size:25px;
  display:block;
  line-height:60px;
}
.sticky-cart .typo-icon-ajaxcart .typo-cart-label {
  height:60px;
  line-height:60px;
  position:relative;
  margin-right:5px;
}
.sticky-cart .typo-icon-ajaxcart .typo-cart-label .print {
  margin:0;
  position:absolute;
  top:32px;
  right:-10px;
  width:20px;
  height:20px;
  line-height:20px;
  text-align:center;
  border-radius:50%;
  background:#cc0000;
  color:#ffffff;
  font-size:11px;
}
.sticky-cart .typo-icon-ajaxcart .typo-cart-label .print span { display:none; }
.sticky-cart .typo-icon-ajaxcart .typo-cart-label .print .items { display:block; }
.sticky-cart .typo-icon-ajaxcart .typo-cart-label .print .items .qty-cart { display:block; }
.sticky-cart .typo-icon-ajaxcart .typo-cart-label .icon-dropdown { display:none; }
.main-brands-inner {
  padding:100px 0;
  border-top:1px solid #d5d5d5;
}
.main-brands-inner .owl-carousel .owl-item { cursor:pointer; }
.main-brands-inner .owl-carousel .owl-item li {
  -webkit-transition:all 0.35s;
  -moz-transition:all 0.35s;
  transition:all 0.35s;
}
.main-brands-inner .owl-carousel .owl-item img {
  width:auto;
  vertical-align:middle;
  max-width:100%;
  margin:0 auto;
  opacity:1;
}
.main-brands-inner .owl-carousel .owl-item:hover li { opacity:0.4; }
.main-slide-inner { margin-bottom:30px; }
.main-slide-inner .owl-dots {
  position:absolute;
  bottom:13px;
  right:14px;
  display:inline-block;
  vertical-align:top;
}

/*slider main*/
.slider-home.slide-fullwidth .caption-wrapper {
    position: relative;
}
.slider-home.slide-fullwidth .caption-wrapper .caption {
    left: 5px;
    max-width: 500px;
    right: auto;
    width: 100%;
}
.slider-home.slide-fullwidth .caption-wrapper .caption h4.subtitle {
    color: #666666;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.slider-home.slide-fullwidth .caption-wrapper .caption .title {
    font-size: 48px;
    letter-spacing: 1px;
    margin-bottom: 40px;
}
.slider-home.slide-fullwidth .caption-wrapper .caption span.bold-black-text {
    color: #000;
    font-weight: 900;
}
.slider-home.slide-fullwidth .caption-wrapper .caption span.grey-text {
    color: #666;
    font-weight: 400;
}
.slider-home.slide-fullwidth .caption-wrapper .caption span.bold-cyan-text {
    color: #927548;
    font-weight: 900;
}
.slider-home.slide-fullwidth .caption-wrapper .caption .btn-slide a {
    font-size: 14px;
}
.slider-home.slide-fullwidth .caption-wrapper .caption.right-center2 {
    left: auto;
    right: 5px;
    text-align: right;
}
/*slider main end*/

.main-slide-inner .owl-dots .owl-dot span {
  background:transparent;
  border:1px solid #000000;
  border-radius:0;
  width:20px;
  height:6px;
  margin:0 3px;
}
.main-slide-inner .owl-dots .owl-dot.active span, .main-slide-inner .owl-dots .owl-dot:hover span { background:#000000; }
.slider-home {
  width:100%;
  height:576px;
  float:left;
  background-position:center center;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  -o-background-size:cover;
  -webkit-background-size:cover;
  background-size:cover;
}
.slider-home .caption {
  position:absolute;
  top:50%;
  right:80px;
  color:#000000;
  text-align:left;
  max-width:260px;
  -webkit-transform:translate(0,-50%);
  -ms-transform:translate(0,-50%);
  -o-transform:translate(0,-50%);
  transform:translate(0,-50%);
}
.slider-home .caption .title {
  margin:0 0 30px;
  font-size:36px;
  font-weight:bold;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:0.25px;
}
.slider-home .caption .text {
  line-height:24px;
  color:#666666;
  margin-bottom:60px;
  letter-spacing:0.25px;
}
.slider-home .caption .btn-slide a {
  display:inline-block;
  padding:6px 24px;
  line-height:30px;
  background:#000000;
  font-weight:bold;
  text-transform:uppercase;
}
.slider-home .caption a { color:#ffffff; }
.slider-home .caption a i {
  color:#ff3333;
  padding:0 5px;
}
.block-sidebar {
  float:left;
  width:100%;
  margin-bottom:30px;
  position:relative;
  background-position:center center;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  -o-background-size:cover;
  -webkit-background-size:cover;
  background-size:cover;
}
.block-sidebar h2.title {
  margin:0;
  position:absolute;
  bottom:20px;
  right:0;
  width:100%;
  padding:0 20px;
  text-align:right;
}
.block-sidebar h2.title a {
  color:#000000;
  font-size:24px;
  font-weight:bold;
  text-transform:uppercase;
  line-height:26px;
}
.block-sidebar .block-promo {
  display:inline-block;
  width:100%;
  position:absolute;
  top:50%;
  left:0;
  text-align:center;
  -webkit-transform:translate(0,-50%);
  -ms-transform:translate(0,-50%);
  -o-transform:translate(0,-50%);
  transform:translate(0,-50%);
}
.block-sidebar .block-promo .title {
  color:#ffffff;
  font-size:25px;
  margin-top:0;
  margin-bottom:20px;
  text-transform:uppercase;
}
.block-sidebar .block-promo .title h2 { margin:0; }
.block-sidebar .block-promo .text {
  color:#cccccc;
  margin-bottom:20px;
}
.block-sidebar .block-promo .btn-link {
  outline:none;
  background:transparent;
  color:#ffffff;
  display:inline-block;
  vertical-align:top;
  text-decoration:none;
}
.block-sidebar .block-promo .btn-link span {
  display:block;
  border:1px solid #ffffff;
  padding:10px 18px;
  text-transform:uppercase;
  line-height:18px;
  font-weight:bold;
  height:40px;
}
.mini-block-top {
  padding-bottom:35px;
  border-top:1px solid rgba(204,204,204,0.5);
}

.product-view { padding:30px 0 100px 0; }
.product-view .product-img-box { position:relative; }
.product-view .more-views { margin-top:20px; }
.product-view .sku { margin-top:20px; }
.product-view .sku .title {
  font-size:13px;
  color:#999999;
}
.product-view .sku .value { padding:0 15px; }
.product-sidebar .product-view { padding-bottom:0; }
.product-shop-view .product-name {
  font-size:18px;
 /* margin-top:0px;*/

}
.product-shop-view .top-product-name {
  position:relative;
  margin-bottom:10px;
}
.product-shop-view .availability-only span {
  padding:0 10px;
  display:inline-block;
}
.product-shop-view .availability-only-details {
  margin-bottom:20px;
  font-size:13px;
}
.product-shop-view .availability-only-details .a-center {
  text-align:center;
  padding:0 10px;
}
.product-shop-view .ratings { margin-bottom:0; }
.product-shop-view .rating-links {
  display:inline-block;
  margin:0 20px;
  font-size:12px;
  line-height:16px;
  vertical-align:top;
}
.product-shop-view .no-rating {
  margin:0 0 20px;
  font-style:italic;
}
.product-shop-view .price-box {
  font-size:24px;
  margin-bottom:10px;
}
.product-shop-view .old-price .price {
  font-size:14px;
  padding:0;
  color:#999999;
  font-weight:400;
}
.product-shop-view .wapper-view {
  margin-bottom:30px;
  padding-bottom:15px;
  border-bottom:1px solid rgba(204,204,204,0.5);
}
.product-shop-view .short-description {
  margin-bottom:30px;
  padding-bottom:30px;
  border-bottom:1px solid rgba(204,204,204,0.5);
}
.product-shop-view .product-options { position:relative; }
.product-shop-view .product-options dt {
  font-size:13px;
  font-weight:bold;
  text-transform:uppercase;
  margin-bottom:15px;
}
.product-shop-view .product-options dt label { margin:0; }
.product-shop-view .product-options dt label span { display:inline-block; }
.product-shop-view .product-options dt em {
  display:inline-block;
  padding:0 5px;
  color:#ff0000;
}
.product-shop-view .product-options dd { margin-bottom:20px; }
.product-shop-view .product-options .swatch-label {
  font-weight:bold;
  padding:0 5px;
}
.product-shop-view p.required {
  position:absolute;
  right:0;
  top:0;
  font-size:12px;
}
.product-shop-view .product-options-bottom .price-box { display:none; }
.product-shop-view .input-box select {
  width:100%;
  padding:0 10px;
  margin-bottom:10px;
  height:34px;
  max-width:400px;
}
.product-shop-view .input-box .multiselect {
  min-height:120px;
  height:auto;
}
.product-shop-view .tier-prices {
  padding:0;
  margin-bottom:10px;
}
.product-shop-view .tier-prices .benefit { color:#ff0000; }
.product-shop-view .short-description + .tier-prices { margin-bottom:30px; }
.product-shop-view .qty-holder label {
  margin:0;
  font-weight:normal;
}
.product-shop-view .qty-holder input {
  text-align:center;
  height:34px;
  width:100%;
}
.product-more {
  position:relative;
  width:100%;
}
.product-prev-next {
  position:absolute;
  right:0;
  top:0;
  max-width:120px;
  width:100%;
  text-align:right;
}
.product-prev-next ul {
  margin:0 -5px;
  font-size:0;
}
.product-prev-next ul li {
  width:50%;
  padding:0 5px;
  font-size:25px;
  line-height:1;
  float:none;
  display:inline-block;
  vertical-align:top;
}
.product-prev-next ul li a {
  position:relative;
  display:block;
  color:#000000;
}
.product-prev-next ul li a i {
  opacity:0;
  visibility:hidden;
  z-index:2;
}
.product-prev-next ul li a:after {
  position:absolute;
  content:'';
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(255,255,255,0.5);
  z-index:1;
  opacity:0;
  visibility:hidden;
}
.product-prev-next ul li a:hover i, .product-prev-next ul li a:hover:after {
  opacity:1;
  visibility:visible;
}
.product-prev-next ul li.product-next { text-align:right; }
.product-prev-next ul li.product-prev { text-align:left; }
.availability-only { display:inline-block; }
.avaible-space {
  padding:0 15px;
  color:#999999;
  display:inline-block;
}
.availability {
  margin:0;
  text-transform:capitalize;
  font-weight:bold;
  display:inline-block;
}
.availability.out-of-stock { padding:0; }
.availability.out-of-stock .in-stock1 { color:#ff0000; }
.availability span {
  color:#99cc00;
  display:inline-block;
}
.item .availability.out-of-stock {
  padding:0 5px;
  line-height:38px;
  border:1px solid #e5e5e5;
  min-width:120px;
}
.add-to-cart .qty {
  display:inline-block;
  position:relative;
  vertical-align:top;
}
.add-to-cart .qty .custom-qty {
  position:absolute;
  top:1px;
  left:1px;
  z-index:1;
}
.add-to-cart .qty .custom-qty button {
  border:none;
  height:48px;
  width:40px;
  text-align:center;
  display:block;
  line-height:48px;
  font-size:20px;
}
.add-to-cart .qty .custom-qty.increase {
  right:1px;
  left:auto;
}
.add-to-cart .qty input {
  border:1px solid #cccccc;
  height:50px;
  width:170px;
  text-align:center;
  padding:0 40px;
  font-size:15px;
  font-weight:bold;
}
.add-to-cart .btn-cart {
  display:inline-block;
  height:50px;
  margin:0 28px;
  min-width:200px;
  text-align:center;
}
.add-to-cart .btn-view-cart { line-height:48px; }
.social-share { margin-top:15px; }
.social-share .title {
  display:inline-block;
  text-transform:uppercase;
  font-size:13px;
  font-weight:bold;
  color:#999999;
}
.social-share .social-listing {
  display:inline-block;
  font-size:15px;
  padding:0 10px;
}
.social-share .social-listing li { display:inline-block; }
.social-share .social-listing li a {
  display:block;
  padding:0 5px;
}
.product-image-wrap { position:relative; }
.product-image-gallery .gallery-image { display:none; }
.product-image-gallery .gallery-image.visible { display:block; }
.zoomContainer { z-index:1; }
.hidezoom .zoomContainer { display:none; }
.load-swatch {
  position:absolute;
  display:block;
  width:100%;
  height:100%;
  text-align:center;
  vertical-align:middle;
  background:rgba(255,255,255,0.8);
  top:0;
  left:0;
  z-index:10;
}
.load-swatch i {
  position:absolute;
  width:30px;
  height:30px;
  line-height:30px;
  top:50%;
  left:50%;
  margin-left:-15px;
  margin-top:-15px;
  font-size:30px;
}
.zoomLens { cursor:crosshair; }
.owl-stage-outer { text-align:center; }
.owl-stage-outer .owl-stage {
  display:inline-block;
  vertical-align:top;
}
.more-views .owl-theme .owl-nav {
  position:static;
  margin:0;
}
.more-views .owl-theme .owl-nav > div {
  position:absolute;
  top:50%;
  left:0;
  width:30px;
  height:30px;
  margin:-15px 0 0;
  padding:0;
  text-align:center;
  line-height:30px;
  font-size:14px;
}
.more-views .owl-theme .owl-nav .owl-next {
  left:auto;
  right:0;
}

.checkout-cart-index .top-direct { height:220px; }
.shopping-cart { padding-bottom:100px; }
.shopping-cart.empty {
  text-align:center;
  padding-top:50px;
}
.shopping-cart.empty a { font-weight:bold; }
.title-shoping-cart {
  font-size:18px;
  text-transform:uppercase;
  font-weight:bold;
  margin-bottom:30px;
}
.cart-row {
  border-bottom:1px solid #cccccc;
  padding:30px 0;
}
.cart-row .title-top {
  text-transform:uppercase;
  font-size:1em;
  margin:0;
}
.cart-row .product-name {
  margin:15px 0;
  font-size:15px;
  font-weight:normal;
}
.cart-row .tax-excl {
  margin-top:15px;
  text-align:center;
}
.cart-row .qty-cart {
  margin-top:5px;
  text-align:center;
}
.cart-row .qty-cart input {
  max-width:60px;
  width:100%;
  border:1px solid #cccccc;
  height:38px;
  text-align:center;
  display:inline-block;
}
.cart-row .total-tax-excl {
  margin-top:15px;
  text-align:center;
}
.cart-row .tax-incl, .cart-row .total-tax-incl { text-align:center; }
.cart-row .tax-incl .tax-flag, .cart-row .total-tax-incl .tax-flag { font-size:13px; }
.cart-row .remove-item-cart {
  text-align:center;
  margin-top:10px;
}
.cart-row .remove-item-cart a {
  display:inline-block;
  background:transparent;
  text-indent:0;
  font-size:25px;
}
.cart-row .edit-item-cart { text-align:center; }
.cart-row .edit-item-cart a {
  display:inline-block;
  font-size:14px;
}
.cart-row .item-options { font-size:13px; }
.cart-row .option-list-value { position:relative; }
.cart-row .option-list-value:before {
  position:relative;
  display:inline-block;
  content:"\35";
  font-family:'ElegantIcons';
  font-style:normal;
  font-weight:normal;
  font-variant:normal;
  text-transform:none;
  line-height:1;
  -webkit-font-smoothing:antialiased;
}
.cart-row-top { padding:25px 0; }
.btn-group-cart { padding:35px 0; }
.btn-group-cart button {
  float:left;
  margin-bottom:10px;
}
.btn-group-cart .btn-update { float:right; }
.btn-group-cart .btn-continue { margin-right:30px; }
.btn-group-cart .text-tiny, .btn-group-cart .text-update {
  padding-left:5px;
  font-weight:bold;
}
.cart-collaterals h2 {
  font-size:18px;
  font-weight:bold;
  text-transform:uppercase;
  margin:0 0 45px;
  padding:25px 0;
  border-bottom:1px solid #cccccc;
  position:relative;
}
.cart-collaterals h2 .toggle-class:before { top:23px; }
.cart-collaterals .input-box { margin-bottom:20px; }
.cart-collaterals .input-box input, .cart-collaterals .input-box select {
  width:100%;
  height:55px;
  padding:0 20px;
  border:1px solid #cccccc;
  color:#999999;
}
.cart-collaterals .shipping-form { display:none; }
.cart-collaterals .discount-form { display:none; }
.cart-collaterals .discount-form label {
  font-style:italic;
  font-weight:normal;
  margin-bottom:30px;
}
.cart-collaterals .buttons-set { margin-bottom:20px; }
.cart-collaterals .shipping-form dt {
  margin-bottom:5px;
  margin-top:10px;
  font-weight:normal;
}
.grand-total {
  padding:40px;
  background:#efefef;
}
.grand-total #shopping-cart-totals-table {
  text-align:right;
  width:100%;
}
.grand-total #shopping-cart-totals-table td {
  text-transform:uppercase;
  font-size:15px;
  padding:10px;
}
.grand-total #shopping-cart-totals-table td strong { font-size:18px; }
.grand-total .totals-wrap {
  padding-bottom:15px;
  margin-bottom:30px;
  border-bottom:1px solid #cccccc;
}
.grand-total .totals-wrap .totals-inner { margin:0 -10px; }
.grand-total .btn-checkout {
  width:100%;
  height:55px;
  font-weight:bold;
}
.checkout-types { text-align:center; }



div.MagicToolboxMessage {
text-align: center;
padding: 6px;
font-size: 14px;
border: 2px dotted rgb(233,233,233);
margin: 20px 0;

color: rgb(136,136,136);
}



/*footer setting*/


.social { width:100%;}

.social .social_item img {
  padding-right: 15px;   vertical-align: middle;
}

.social .social_item {
  height: 24px;
  line-height: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #505152;
  
}
.social .social_item a {height: 24px;
  
}



.social .social_item a span {
   height: 24px;
  line-height: 24px; 
  vertical-align: middle;
}






.contact_new .contact_new_item #contact-us1 {
    max-width: 30px;
    max-height: 30px;
    float: left;
    padding-right: 15px;
    padding-bottom: 25px;
}


.social #contact-us {
    height: 24px;
    line-height: 24px;
     padding-bottom: 10px;
    padding-top: 5px;
}




.footer-container {    background-color: #363839;}

.footer-primary {    background-color: #363839;}


.footer-primary {    background-color: #363839;    color: #DDDDDD;}

.footer-primary a {    color: #DDDDDD;}

.footer-primary a:hover{    color: #a80f12;}


.footer-primary ul.bullet li {
    background: url(/media/wysiwyg/footer_icons/bullet-new.png) 0 0 no-repeat;
    padding-left: 25px;
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: 1px solid #505152;
    transition: background-position 150ms ease-out;
    -moz-transition: background-position 150ms ease-out;
    -webkit-transition: background-position 150ms ease-out;
    -o-transition: background-position 150ms ease-out;
}


.footer-primary #subscribe-form {
    border: 1px solid #505152;
    padding: 5px 10px 1px 10px;
}


.footer-top {

    border-bottom: 1px solid #505152;
}


/*end  of footer setting*/


 
 /************************************* END  theme custom css*******************************/
 

 
 .product-name-box h1 {background:#a80f12;color:#fff;padding:20px;}
 
 
.product-shop-view .product-name{
  font-size:2em !important;
}
.product-shop-view .availability{
  display:none;
}
.category-products .top-actions-inner{
  text-align:center;
}
.top-direct {
  height:0px !important;
}
.top-direct .top-direct-inner {
  display:none !important;
}
.product-shop-view .product-options{
  float:left;
}

.optionbox-select{
  float:left;
  width:33%;
  min-height: 85px;
}

.product-shop-view .input-box select{width:95%}
.product-options-bottom{
  float:left;     width: 100%;
}
.social-share{
  float:left;
  width:100%;
}
@media only screen and (max-width: 768px) {
    .optionbox-input{
    float:left;
    width:50% !important;
  }
  .optionbox-select{
    float:left;
    width:50% !important;
    margin:0 !important;
  }
}
@media only screen and (max-width: 568px) {
    .optionbox-input{
    float:left;
    width:100% !important;
  }
}
.product-shop-view .product-name{
      font-family: 'Oswald', sans-serif;
    /*text-transform: none !important; */
}
/* .product-shop-view .sku{
  float:right;
} */
.sku-container{
    display: inline-block;
    width: 100%;
  display: table;
    white-space: nowrap;
}
.sku-container:before{
  border-top: 1px solid #ccc;
  content: '';
  display: table-cell;
  position: relative;
  top: 1em;
  width: 100%;
}
.sku-container:after{
  
}
.sku-container .sku{
  float: right;
    margin: 0;
    position: relative;
    z-index: 10;
  padding-left: 15px;
}

.sku .title{ line-height:1.2em;}

.product-shop-view .product-more{bottom: 20px;}
.product-shop-view .product-more .product-prev a,.product-shop-view .product-more  .product-next a{z-index:100;}

.product-shop-view .price-box {
    font-size: 24px;
    margin-bottom: 0px;
    margin-top: 0px;
    background: #f3f3f3;
    border: 1px solid #dddddd;
    padding: 0 0 0 20px;
}


.product-shop-view .wapper-view {
    margin-bottom: 30px;

    border: 1px solid rgba(204,204,204,0.5);
    background-color: #eee;
    padding: 0 25px;
}


.product-shop-view .top-product-name {
    position: relative;
    margin-bottom: 0px;
}

.optionbox-input {
    float: left;
    width: 33%;
    text-align: left;
    min-height: 70px;
}


.product-shop-view .product-options dt label {
    margin: 0;
    font-size: 14px;
}

input.input-text, textarea {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border: 1px solid #cccccc;
    padding: 5px;
      width: 95%;
}

.sku {
    font-size: 11px;
 
    color: #aaa;
}


.products-grid .item .product-name a {

    text-transform: inherit;
    font-size: 18px;
    font-weight: 700;
}

.price {
    color: #000;
}





.mico-loadtotalprice-price-total{    color: #a80f12; }

.mico-loadtotalprice-price-total .mico-loadtotalprice-total-val {
    color: #a80f12;
    font-weight: bold;
    font-size: 18px;
    line-height:1.1em;
}


.product-shop-view .product-options dt {
    font-size: 1.1em;
    font-weight: bold;
    text-transform: inherit;
    margin-bottom: 5px;
}


.product-shop-view .product-options {
    float: inherit;
}


.optionbox-file {
    float: left;
    min-height: 85px;
}

.product-shop-view .product-options-bottom .price-box {
    display: block;
    margin: 0 0 20px 0;
}


.add-to-cart .qty {
    max-width: 100px !important;
    padding: 12px 15px;
  line-height: 1em;
    margin: 0 0 15px 0 !important; 
}

.inner-content .soo_bt a {
  color: #ffffff;
  background-color: #ea5c34;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 1.1em;
  border-radius: 5px;
  
}
.inner-content .soo_bt a:hover {

  background-color:#3253a7;

  
}
.gray_text {
      color: #666666;
    margin-bottom: 35px;
}


.block-top-02 .bottom a {
    background: #ea5c34 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.6px;
    padding: 7px 23px;
    text-transform: uppercase;
    position: relative;
}



/* hided the - + icon in qty*/
.add-to-cart .qty .custom-qty button {
    border: none;
    height: 48px;
    width: 40px;
    text-align: center;
    display: none;
    line-height: 48px;
    font-size: 20px;
}




#back-top {
    bottom: 50%;
    position: fixed;
    right: 10px;
    z-index: 999;
    display: none;
}


.product-shop-view .short-description {
    margin-bottom: 30px;
    padding-bottom: 0px;
    border-bottom: 1px solid rgba(204,204,204,0.5);
}

/*10-08-16*/
      .row.log-reg-page {
          float: left;
          position: relative;
          width: 50%;
      }
      .log-reg-page > div {
          width: 100%;
      }
      .gs-login.gs-login-login {
          float: left;
          padding-left: 11%;
          padding-top: 15%;
          text-align: left;
      }
      .gs-login li {
          margin-top: 20px;
          display: block !important;
      }
      .row.log-reg-page::after {
          border-right: 1px solid #ccc;
          content: "";
          height: 300px;
          position: absolute;
          right: -25px;
          top: 25%;
      }
        .customer-account-create .row.log-reg-page::after {
            content: none;
        }
      .account-create {
          float: left;
          padding-top: 21px;
          width: auto;
      }
      .account-create .customer-name .field {
          float: left;
          padding: 0 15px;
          width: 50%;
      }
      .account-create .input-box {
          margin-bottom: 10px;
      }
      .account-create label {
          color: #999;
      }
    
/*2016-8-10- category view */   
    .products-grid li.item {
    padding-bottom: 0px;
}

.cms-index-index .products-grid li.item {
    padding: 12px 10px 0px 0px;
}

.nav-top {
    /*--background-color: rgba(255,255,255,0.83);--*/
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}


/*--menu color change--*/
.acc-topbar .acc-btn a, .login-topbar a span, .home2-block-phone-email a span, .login-topbar a .icon_lock, .currency-sym .title .sym, .currency-sym .title .fa.fa-angle-down, .currency-topbar .currency-sym .title, .language-topbar .lang-curr .title{    color: rgba(255, 255, 255, 0.68);}

.acc-topbar .acc-btn a:hover { color:#fa4616;}
.login-topbar a span:hover { color:#fa4616;}
.currency-topbar .currency-sym .title:hover { color:#fa4616;}
.language-topbar .lang-curr .title:hover { color:#fa4616;}


/*--menu color change--*/


.slide-carousel .carousel-content02 {
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
}



.slide-carousel .text-normal {
    font-size: 14px;
    margin-bottom: 0px; 
}

.slide-carousel .carousel-content02 .h3.text-small {
    color: #fa4616;
}

.caption {
    display: block;
    margin: 6%;
    padding: 0;
    position: absolute;
    top: 0;
    width: 95%;
}


@media (max-width: 1599px) {
  .slider-home.slide-fullwidth .caption-wrapper,
  .slider-home.slide-fullwidth {
    height: 680px !important;
  }
}

@media (max-width: 991px) {
 .slider-home.slide-fullwidth .caption {
    top: 55%;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 420px;
    padding: 15px 10px;
  }
  .slider-home.slide-fullwidth .caption-wrapper,
  .slider-home.slide-fullwidth {
    height: 500px !important;
  }
 
  .slider-home .caption.left-center {
    right: auto;
    left: 15px;
  }

}

@media (max-width: 767px) {
 
  .slider-home.slide-fullwidth .caption-wrapper,
  .slider-home.slide-fullwidth {
    height: 400px !important;
  }
  
  slider-home.slide-fullwidth .caption-wrapper .caption {
    left: 5px;
    max-width: 500px;
    right: auto;
    width: 100%;
}
.slider-home.slide-fullwidth .caption-wrapper .caption h4.subtitle {
    color: #666666;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.slider-home.slide-fullwidth .caption-wrapper .caption .title {
    font-size: 48px;
    letter-spacing: 1px;
    margin-bottom: 40px;
}
.slider-home.slide-fullwidth .caption-wrapper .caption span.bold-black-text {
    color: #000;
    font-weight: 900;
}
.slider-home.slide-fullwidth .caption-wrapper .caption span.grey-text {
    color: #666;
    font-weight: 400;
}
.slider-home.slide-fullwidth .caption-wrapper .caption span.bold-cyan-text {
    color: #927548;
    font-weight: 900;
}
.slider-home.slide-fullwidth .caption-wrapper .caption .btn-slide a {
    font-size: 14px;
}
.slider-home.slide-fullwidth .caption-wrapper .caption.right-center2 {
    left: auto;
    right: 5px;
    text-align: right;
}
 .slider-home.slide-fullwidth .caption-wrapper .caption h4.subtitle {
    font-size: 12px;
  }
  .slider-home.slide-fullwidth .caption-wrapper .caption .title {
    font-size: 30px;
  }
 
  .home07 .slider-home .caption {
    left: 0;
    max-width: 100%;
    text-align: left;
  }
  .home07 .slider-home .caption .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .home07 .slider-home .caption:before {
    display: none;
  }
  .home07 .main-slide-inner .owl-dots {
    position: relative;
    bottom: auto;
    padding-top: 5px;
  }
  
}

@media (max-width: 479px) {
 
  .slider-home.slide-fullwidth .caption {
    width: 100%;
    max-width: 270px;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 55%;
  }
  .interior-block-slide,
  .interior-block-static {
    height: 400px;
  }
  
}




/*--home page banner stick change--*/
.cms-index-index .header-container.header-layout-7 {
    position: initial !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}
/*--home page banner stick change--*/



.text-normal{ padding:0 10%;}

.header-layout-7 .header-menu {
    padding-top: 0px;
    padding-bottom: 10px;
}


.slider-home .caption .btn-slide a {
    display: inline-block;
    padding: 15px 23px;
    line-height: 30px;
    background: #ff4d00;
    font-weight: inherit;
    text-transform: inherit;
  font-size: 1.5em !important;
}


.slider-home .caption .btn-slide-1 a {
     display: inline-block;
    padding: 15px;
    line-height: 30px;
    background: #fff;
    font-weight: inherit;
    text-transform: inherit;
    font-size: 1.5em !important;
    border: 3px solid #ff4d00;
    color: #ff4d00;
}



.active .caption .btn-slide-1 {
    -webkit-animation: slideBounceInDown 2000ms ease-in-out;
    -moz-animation: slideBounceInDown 2000ms ease-in-out;
    animation: slideBounceInDown 2000ms ease-in-out;
}

.slider-home.slide-fullwidth .caption-wrapper .caption span.bold-cyan-text {
    color: #003162;
    font-weight: 900;
}



.product-shop-view p.required {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    visibility: hidden;
}


.products-grid .item .product-name {
    font-size: 100%;
    margin:  0 0;
    height: 66px;
    line-height: 33px;
    overflow: hidden;
    text-align: center;
}



.add-to-cart .btn-cart {

    min-width: 160px;

}


.social-share .social-listing {
    display: inline-block;
    font-size: 15px;
    padding: 7px 10px 0;
}





#co-shipping-method-form .sp-methods dt {font-weight: bold;    background-color: #eee;}
#co-shipping-method-form li label span {    text-transform: initial;}



.sp-methods input[type="radio"] + label {
    position: relative;
    cursor: pointer;
    line-height: 22px;
    font-size: 13px;
    text-transform: none;
    font-weight: normal;
}

button.button, a.button {text-transform: none;}

.toolbar .sorter {
    float: left;
    width: 100%;
    padding: 10px 0;
    line-height: 21px;
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #ddd;
}

.toolbar .pager {
    float: left;
    width: 100%;
    margin: 15px 0 40px;
}


.item .product-item {
    text-align: left;
    padding: 0 0 10px;
    display: block;
    margin: 0 0 10px;
}


.limiter select {
    padding: 7px 15px;
    line-height: 1em;
    margin: 0 5px 15px 5px;
  width: auto;
}

.buttons-set .back-link a {
  background-color: #eee;
    padding: 10px 25px;
    border: solid 1px #c5c4c4;
}


.product-prev-next {z-index: 1;}


.block-quote .block-title strong {    padding-left: 20px; }

.custom-title a {font-family: Helvetica, Arial, sans-serif;   font-size: 1.5em;}
.custom-title a:hover  { color: #005bab; }
.image-broder a img { border: solid 4px #fff;}
.image-broder a img:hover { border: solid 4px #FF5722;}

.custom-title {    padding: 10px 0;}
.back-link {padding: 25px 0 0 0}


.product-btm {   padding: 9px;
    padding: 9px;
    color: #f37021;
    /* border: solid 1px #005bab; */
    text-align: center;
    font-family: sans-serif;
    font-weight: bold;
    margin: 0 0 20px 0;
    background-color: #e8e8e8;
   }
.product-btm:hover { background:#f0f0f0;}
.product-btm a {color:#f37021; }
.product-btm a:hover {color:#005bab;}
.item .main-quickview button.show-quickview {
    display: none !important;

}


#qquote-tbl-address td input.input-text{margin: 7px 0;}

.qquote-client-collaterals textarea.input-text {
    height: 45px !important;
}


.qquote-client-collaterals input[type=checkbox]  {    float: left !important;
    margin: 5px 10px 0 0;}
  
  
  #quotelist .cart-table button.button{ margin-right:15px;}
  
  
  
  .typo-container {
  opacity:1;
  visibility: visible;
  -webkit-transition:all 250ms ease;
  transition:all 250ms ease;
  text-decoration:none;
  overflow:hidden;
}


/*--Accordion style ----*/


button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #e9e9e9;
}

button.accordion:after {
    content: '\0271A';
    font-size: 16px;
    color: #777;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2796";
  font-size: 13px;
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
  margin: 0;
}

div.panel.show {
    opacity: 1;
    max-height: 500px;
}


/*--end accordion style ----*/


/*-- tooltip style ----*/

.tooltip-1 {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip-1 .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: black;
    color: #fff;
    border-radius: 6px;
    padding: 5px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip-1:hover .tooltiptext {
    visibility: visible;
}



.tooltip-2 {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip-2 .tooltiptext2 {
    visibility: hidden;
    width: 220px;
    background-color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
  left:150%;
    top:0;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  

}

.tooltip-2:hover .tooltiptext2 {
    visibility: visible;
}



/*--end tooltip style ----*/


.row-1 .grid12-2 {  width: 16.2%;}
.title-big {    font-size: 2.5em !important;
    font-weight: normal !important;}
  
.slider-home.slide-fullwidth .caption {
    max-width: 480px;
    width: 100%;
    top: 35% !important;
    right: 16%;
} 
  
  
  .static-collection .links span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 0 15px;
    max-width: 90%;
    display: inline-block;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}
  



.product-view button.btn-cart {
    padding: 0 25px;
}
.add-to-cart .btn-cart {
    display: inline-block;
    height: 50px;
    margin: 0 10px;
    min-width: auto;
    text-align: center;
    padding: 7px 20px;
}

#crm_msgContainer .crm_msgWrapper{border: 1px solid #FF5722;
    padding: 15px;
    background: #eee;}



.pager .amount{ float: left;}
  
.pager .limiter { float: right;}

/*custom*/

/*magiczoomplusmodule*/
/* NOTE: contaner with main image and selector's container */
div.MagicToolboxContainer {
    text-align: center;
}
div.MagicToolboxContainer.minWidth {
    min-width: 250px;
}

/* NOTE: main image styles */
div.MagicToolboxContainer > a {
    margin: 0 auto;
}

/* NOTE: container with selectors */
div.MagicToolboxSelectorsContainer {
    clear: both;
}

/* NOTE: selectors styles */
div.MagicToolboxSelectorsContainer > a {
    display: inline-block;
    margin: 4px 1px;
}

/* NOTE: contaner with message under Magic Zoom Plus */
div.MagicToolboxMessage {
    text-align: center;
}

/* NOTE: styles for templates */
div.MagicToolboxMainContainer {
    max-width: 100%;
}
div.MagicToolboxSelectorsContainer img {
    max-width: 100%;
}

/* NOTE: selectors on the bottom */
div.MagicToolboxContainer.selectorsBottom .MagicToolboxSelectorsContainer {
    padding-top: 5px;
}

/* NOTE: selectors on the top */
div.MagicToolboxContainer.selectorsTop .MagicToolboxSelectorsContainer {
    padding-bottom: 5px;
}

/* NOTE: selectors on the left */
div.MagicToolboxContainer.selectorsLeft {
    display: inline-table;
    height: 100%;
}
div.MagicToolboxContainer.selectorsLeft .MagicToolboxMainContainer,
div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    padding-right: 5px;
}
div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer .MagicScroll {
    height: 100%;
}
div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer a {
    display: block;
}
/* NOTE: fix for MagicScroll */
div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer .MagicScroll > a:nth-child(n+2) {
    display: none;
}

/* NOTE: selectors on the right */
div.MagicToolboxContainer.selectorsRight {
    display: inline-table;
    height: 100%;
}
div.MagicToolboxContainer.selectorsRight .MagicToolboxMainContainer,
div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    padding-left: 5px;
}
div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer .MagicScroll {
    height: 100%;
}
div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer a {
    display: block;
}
/* NOTE: fix for MagicScroll */
div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer .MagicScroll > a:nth-child(n+2) {
    display: none;
}

/* NOTE: fix for MagicScroll when height of parent elements is not defined */
div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer,
div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer {
    position: relative;
}
div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer .MagicScroll,
div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer .MagicScroll {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

/* NOTE: to highlight magic360 selector (magiczoom(plus) + magic360) */
.zoom-with-360.mz-thumb-selected img {
    -webkit-filter: none;
    filter: none;
}
.zoom-with-360.mz-thumb:hover:not(.active-selector) img,
.zoom-with-360.m360-selector:hover:not(.active-selector) img {
    -webkit-filter: brightness(70%) !important;
    filter: brightness(70%) !important;
}
.zoom-with-360.active-selector img {
    -webkit-filter: brightness(50%) !important;
    filter: brightness(50%) !important;
}
/* NOTE: IE fix */
.no-cssfilters-magic .zoom-with-360.mz-thumb-selected img {
    opacity: 1;
    filter: alpha(opacity=100);
}
/*.no-cssfilters-magic .zoom-with-360.mz-thumb,*/
.no-cssfilters-magic .zoom-with-360.m360-selector {
    background: #000;
}
/*.no-cssfilters-magic .zoom-with-360.mz-thumb:hover:not(.active-selector) img,*/
.no-cssfilters-magic .zoom-with-360.m360-selector:hover:not(.active-selector) img {
    opacity: .7;
    filter: alpha(opacity=70);
}
.no-cssfilters-magic .zoom-with-360.active-selector img {
    opacity: .5;
    filter: alpha(opacity=50);
}
/*.mz-thumb, .mz-thumb:focus,*/
.zoom-with-360.m360-selector, .zoom-with-360.m360-selector:focus {
    display: inline-block;
    line-height: 0;
    outline: none;
}
/* NOTE: border for magic360 selector */
.zoom-with-360.m360-selector img {
    border: 0;
    box-shadow: 0 0 1px 0px rgba(0,0,0,0.3);
    box-sizing: border-box;
}
.ie9-magic .zoom-with-360.m360-selector {
    box-shadow: 0 0 4px 0px rgba(0,0,0,0.3);
}

/* NOTE: magicscroll makes the image smaller if there is a margin */
/*
.MagicScrollItem a {
    margin: 0 !important;
}
*/
.invisible,
.hidden-selector {
    display: none !important;
}
.ignore-magento-css {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
}
/* NOTE: this style was added because if issue #36402 , may be it is no longer needed */
/*
.MagicZoom, .MagicZoomPlus {
    opacity: 1 !important;
    filter: none !important;
}
*/
/* NOTE: styles for selectors in original template */
.more-views {
    text-align: left;
}
.more-views a {
    text-align: center;
    line-height: 100%;
}
.more-views a img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}
.more-views a:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.more-views .product-image-thumbs a {
    height: 66px;
    width: 66px;
}
.more-views .product-image-thumbs a img {
    display: inline-block;
}

/* NOTE: fixed an isssue with not visible borders in 'List' view mode on category page */
.products-list .product-image {
    padding-right: 1px;
}
/* NOTE: fixed an isssue with not visible borders in 'Grid' view mode on category page */
.products-grid .product-image {
    padding: 1px;
}
/* NOTE: fixed an isssue with height in 'Grid' view mode on category page */
.products-grid .product-image .MagicZoom {
    max-height: 100%;
}
/* NOTE: some styles for Recently Viewed Products block */
.widget .mini-products-images-list li.item {
    float: none;
    width: 100%;
    height: auto;
    text-align: center;
}

.MagicToolboxSelectorsContainer img {
    display: inline;
}

/*magiczoomplusmodule*/

/*magiczoomplus*/

@font-face {
    font-family: "magictoolbox-thin";
    font-style: normal;
    font-weight: normal;
    src: url("/skin/frontend/base/default/css/magiczoomplus/fonts/magictoolbox-thin.eot?#iefix") format("embedded-opentype"), url("data:font/opentype;base64,AAEAAAANAIAAAwBQRkZUTXJLSEgAAAdAAAAAHEdERUYAKQAPAAAHIAAAAB5PUy8yAlYL4QAAAVgAAABWY21hcEAYY70AAAHUAAABSmdhc3D//wADAAAHGAAAAAhnbHlmMMVOJwAAAzQAAAGIaGVhZAmWUYMAAADcAAAANmhoZWEP9QamAAABFAAAACRobXR4L0EAQAAAAbAAAAAkbG9jYQGGAgAAAAMgAAAAFG1heHAAUAAcAAABOAAAACBuYW1l6MPgdAAABLwAAAH1cG9zdLaTuyIAAAa0AAAAZAABAAAAAQAAEWdxz18PPPUACwgAAAAAANDtg/MAAAAA0O2D8wAA/gIInAaeAAAACAACAAAAAAAAAAEAAAae/gIAuAibAAD//wicAAEAAAAAAAAAAAAAAAAAAAAJAAEAAAAJABkABQAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQZeAZAABQAIBTMFmQAAAR4FMwWZAAAD1wBmAhIAAAAABQAAAAAAAAAAAAAAAAAAAAACAAAAAAAAUGZFZABAoAGgBgZm/mYAuAaeAf4AAAABAAAAAAAABAAAAAAAAAACqgAACJsAAAOlAAADpQAACJsAAAibAAAHfABAAAAAAwAAAAMAAAAcAAEAAAAAAEQAAwABAAAAHAAEACgAAAAGAAQAAQACAACgBv//AAAAAKAB//8AAGACAAEAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAqACoAKgBMAGAAdACIAJwAxAAFAAAAAAQABZoAAgAFAAgACwAPAAATEQkBIQE3AREJASEDESERZgFd/uECuP6kPQFd/mYBXP1IpAQABNf77AIK/ZkCC1z99gQU/lICCvrNBZr6ZgABAAD+AgicBp4ACwAACQEHCQEnCQE3CQEXBHEEKyP71fvVIwQr+9UjBCsEKyMCUPvVIwQr+9UjBCsEKyP71QQrIwAAAAEAAP4CA6YGngAFAAARARcJAQcDixv8iQN1GwJQBE4X+8n7yRcAAAABAAD+AgOmBp4ABQAACQEnCQE3A6b8dxsDd/yHGwJQ+7IXBDcENxcAAQAAADcInAPdAAUAACUBNwkBFwRO+7IXBDcENxc3A4oa/IkDeRoAAAEAAAA3CJwD3QAFAAAJAQcJAScETgROF/vJ+8kXA938dxsDd/yHGwACAEAAQAHAAcAADQAYAAAlBycGIyImNDYyFhUUDwEWMzI2NCYiBhUUAcAXcSk3P1lZflkh1yc5OFBQcFBXF3EhWX5ZWT82KQInUHBQUDg5AAAADACWAAEAAAAAAAEAEQAkAAEAAAAAAAIABABAAAEAAAAAAAMALQChAAEAAAAAAAQAEQDzAAEAAAAAAAUACwEdAAEAAAAAAAYAEQFNAAMAAQQJAAEAIgAAAAMAAQQJAAIACAA2AAMAAQQJAAMAWgBFAAMAAQQJAAQAIgDPAAMAAQQJAAUAFgEFAAMAAQQJAAYAIgEpAE0AYQBnAGkAYwBUAG8AbwBsAGIAbwB4AC0AVABoAGkAbgAATWFnaWNUb29sYm94LVRoaW4AAFQAaABpAG4AAFRoaW4AAEYAbwBuAHQARgBvAHIAZwBlACAAMgAuADAAIAA6ACAATQBhAGcAaQBjAFQAbwBvAGwAYgBvAHgALQBUAGgAaQBuACAAOgAgADIANwAtADEALQAyADAAMQA1AABGb250Rm9yZ2UgMi4wIDogTWFnaWNUb29sYm94LVRoaW4gOiAyNy0xLTIwMTUAAE0AYQBnAGkAYwBUAG8AbwBsAGIAbwB4AC0AVABoAGkAbgAATWFnaWNUb29sYm94LVRoaW4AAFYAZQByAHMAaQBvAG4AIAAxAC4AMAAAVmVyc2lvbiAxLjAAAE0AYQBnAGkAYwBUAG8AbwBsAGIAbwB4AC0AVABoAGkAbgAATWFnaWNUb29sYm94LVRoaW4AAAAAAAIAAAAAAAD/mgBmAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAEAAgECAQMBBAEFAQYBBwd1bmlBMDAxB3VuaUEwMDIHdW5pQTAwMwd1bmlBMDA0B3VuaUEwMDUHdW5pQTAwNgAAAAH//wACAAEAAAAMAAAAFgAAAAIAAQADAAgAAQAEAAAAAgAAAAAAAAABAAAAANBwQGEAAAAA0O2D8wAAAADQ7YPz");
}
.MagicZoom, .mz-figure, .mz-lens, .mz-zoom-window, .mz-loading, .mz-hint, .mz-expand .mz-expand-stage, .mz-expand .mz-expand-stage .mz-image-stage, .mz-expand .mz-image-stage > figure .mz-caption, .mz-thumb img, .mz-expand-thumbnails, .mz-expand-controls, .mz-button {
    box-sizing: border-box;
}
.MagicZoom, .mz-figure {
    -moz-user-select: none;
    backface-visibility: hidden;
    direction: ltr !important;
    display: inline-block;
    font-size: 0 !important;
    line-height: 100% !important;
    margin: 0 auto;
    outline: 0 none !important;
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
    vertical-align: middle;
    z-index: 1;
}
.MagicZoom {
    transform: translate3d(0px, 0px, 0px);
}
figure.mz-figure {
    margin: 0 !important;
    perspective: 300px;
}
.MagicZoom img, .mz-figure img {
    border: 0 none !important;
    margin: 0 !important;
    outline: 0 none !important;
    padding: 0 !important;
}
.MagicZoom > img, .mz-figure > img {
    height: auto;
    width: 100%;
}
.ie8-magic .MagicZoom > img, .ie8-magic .mz-figure > img {
    max-width: none !important;
    width: 100%;
}
.mz-figure.mz-no-zoom.mz-no-expand, .mz-expand .mz-figure.mz-no-zoom {
    cursor: default !important;
}
.mz-figure.mz-active, .mz-expand {
}
.mz-lens, .mz-zoom-window {
    overflow: hidden !important;
    pointer-events: none !important;
    position: absolute !important;
}
.mz-lens img, .mz-zoom-window img {
    max-height: none !important;
    max-width: none !important;
    position: absolute !important;
}
.mz-lens img {
    transition: none 0s ease 0s !important;
}
.mz-zoom-window {
    transform: translate3d(0px, 0px, 0px);
    z-index: 2000000000;
}
.mz-zoom-window.mz-magnifier {
    cursor: none;
}
.mz-zoom-window.mz-magnifier.mz-expanded {
    z-index: 2147483647;
}
.mz-zoom-window img {
    bottom: -1000%;
    height: auto;
    left: -1000%;
    margin: auto !important;
    right: -1000%;
    top: -1000%;
    transform-origin: 50% 50% 0 !important;
    width: auto;
}
.mz-zoom-window.mz-preview img {
    bottom: 0 !important;
    height: auto !important;
    left: 0 !important;
    margin: 0 !important;
    right: 0 !important;
    top: 0 !important;
    transform: none !important;
    width: 100% !important;
}
.lt-ie9-magic .mz-zoom-window img {
    margin: 0 !important;
}
.mz-expand-controls {
    z-index: 2147483647;
}
.mz-fade {
    transition: opacity 0.25s ease 0s;
}
.mz-hidden {
    opacity: 0;
}
.mz-visible {
    opacity: 1;
}
.mobile-magic .mz-expand .mz-expand-bg {
    transform-style: flat !important;
}
.mobile-magic .mz-expand .mz-image-stage > figure .mz-caption {
    display: none !important;
}
.mobile-magic .mz-expand-controls.mz-fade {
    transition: none 0s ease 0s !important;
}
.mobile-magic .mz-expand .mz-zoom-window {
    left: 0 !important;
    top: 0 !important;
}
.mz-figure.mz-active {
    background: #fff none repeat scroll 0 0;
}
.mz-figure.mz-no-zoom, .mz-figure.mz-click-zoom, .mz-figure.mz-active {
    cursor: zoom-in;
}
.mz-figure.mz-active.mz-no-expand {
    cursor: crosshair;
}
.mz-figure.mz-active.mz-click-zoom.mz-no-expand {
    cursor: zoom-out;
}
.mz-figure.mz-active.mz-magnifier-zoom.mz-hover-zoom.mz-no-expand {
    cursor: none;
}
.mz-figure.mz-active > img {
    filter: grayscale(80%) opacity(60%);
}
.no-cssfilters-magic .mz-figure.mz-active > img {
    opacity: 0.6;
}
.lt-ie10-magic .mz-figure.mz-active > img {
    opacity: 1;
}
.mz-figure.mz-active.mz-inner-zoom, .lt-ie11-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom, .lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom > img {
    opacity: 0;
}
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom, .lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom > .mz-zoom-window {
    opacity: 1;
}
.lt-ie10-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom, .lt-ie10-magic .mz-figure.mz-active.mz-inner-zoom > img {
}
.ie9-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom {
    background: transparent none repeat scroll 0 0;
}
.mz-lens {
    border: 1px solid rgba(170, 170, 170, 0.7);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    cursor: none;
    opacity: 0;
    z-index: 10;
}
.mz-figure.mz-active .mz-lens {
    opacity: 1;
    transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9) 0.1s;
}
.mz-figure.mz-active.mz-magnifier-zoom .mz-lens {
    border-radius: 50%;
    cursor: none;
    opacity: 0;
}
.mz-zoom-window {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.mz-zoom-window.mz-magnifier {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 100%;
}
.mz-zoom-window.mz-magnifier::before {
    background: transparent none repeat scroll 0 0;
    border: 1px solid rgba(170, 170, 170, 0.7);
    border-radius: 100%;
    bottom: 0;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.3) inset;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.mz-zoom-window.mz-magnifier.mz-square, .mz-zoom-window.mz-magnifier.mz-square::before {
    border-radius: 0 !important;
}
.lt-ie9-magic .mz-zoom-window {
    border: 1px solid #e5e5e5;
}
.mz-zoom-window.mz-inner {
    border: medium none;
    box-shadow: none;
}
.mz-zoom-window .mz-caption {
    background: #777 none repeat scroll 0 0;
    color: #fff;
    font-size: 10pt;
    line-height: normal !important;
    opacity: 0.8;
    padding: 3px;
    position: absolute;
    text-align: center !important;
    top: 0;
    width: 100%;
    z-index: 150;
}
.lt-ie9-magic .mz-zoom-window .mz-caption {
}
.mz-zoom-window.caption-bottom .mz-caption {
    bottom: 0;
    top: auto;
}
.mz-zoom-window.mz-expanded > .mz-caption {
    display: none;
}
.mz-zoom-window.mz-deactivating, .mz-zoom-window.mz-activating {
    transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9) 0s, transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9) 0s;
}
.mz-zoom-window.mz-deactivating {
    transition-duration: 0.25s, 0.25s, 0.25s;
}
.mz-zoom-window.mz-p-right, .mz-zoom-window.mz-p-left, .mz-zoom-window.mz-p-top, .mz-zoom-window.mz-p-bottom {
    opacity: 0;
    z-index: -100;
}
.mz-zoom-window.mz-p-right {
    transform: translate3d(-20%, 0px, 0px);
}
.mz-zoom-window.mz-p-left {
    transform: translate3d(20%, 0px, 0px);
}
.mz-zoom-window.mz-p-top {
    transform: translate3d(0px, 20%, 0px);
}
.mz-zoom-window.mz-p-bottom {
    transform: translate3d(0px, -20%, 0px);
}
.mz-zoom-window > img {
    backface-visibility: hidden;
    transform: translate3d(0px, 0px, 0px) scale(1);
}
.mz-zoom-window.mz-p-inner.mz-deactivating > img, .mz-zoom-window.mz-p-inner.mz-activating > img {
    transition: transform 0.22s cubic-bezier(0.25, 0.5, 0.5, 0.9) 0s;
}
.mz-zoom-window.mz-p-magnifier {
    transform: scale(0.1);
}
.mz-zoom-window.mz-preview.mz-deactivating, .mz-zoom-window.mz-preview.mz-activating, .mz-zoom-window.mz-custom.mz-deactivating, .mz-zoom-window.mz-custom.mz-activating {
    transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9) 0s;
}
.mz-zoom-window.mz-preview.mz-deactivating, .mz-zoom-window.mz-custom.mz-deactivating {
    transition-duration: 0.2s;
}
.mz-zoom-window.mz-p-preview, .mz-zoom-window.mz-p-custom {
    opacity: 0;
}
.mz-hint, .mz-loading {
    background: rgba(49, 51, 61, 0.7) none repeat scroll 0 0;
    color: #eee;
    direction: ltr;
    display: inline-block;
    font: 12px/1.2em "Lucida Grande","Lucida Sans Unicode",Verdana,"Helvetica Neue",Arial,Helvetica,sans-serif;
    margin: 0;
    pointer-events: none;
    position: absolute;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.25s ease 0s;
    z-index: 1000;
}
.mz-hint {
    background-color: transparent;
    bottom: 8px;
    left: 0;
    padding: 0 10%;
    right: 0;
    transition: opacity 0.25s ease 0s, z-index 0.25s ease 0s;
}
.mz-hint-message {
    background: rgba(49, 51, 61, 0.7) none repeat scroll 0 0;
    border-radius: 2em;
    display: inline-block;
    padding: 0.7em 1.1em;
}
.mz-hint-message::before {
    content: "⊕";
    font-family: serif;
    font-size: 1.5em;
    margin-right: 6px;
    text-align: center;
    transition: opacity 0.25s ease 0s;
    vertical-align: -2px;
}
.mobile-magic .mz-hint-message::before {
    display: none;
}
.mz-hint-hidden {
    opacity: 0;
    transition-delay: 0.6s;
    z-index: -1;
}
.mobile-magic .mz-expand .mz-hint {
    bottom: auto;
    font-size: 18px;
    line-height: 1.1em;
    margin: 0;
    top: 50%;
    transform: translate(0px, -50%);
}
.mobile-magic .mz-expand .mz-hint-message {
    padding: 1.1em;
}
.mobile-magic .mz-expand .mz-hint-message::before {
    display: none;
}
.mobile-magic .mz-expand .mz-hint-hidden {
    opacity: 0;
    transition-delay: 1s;
}
.mz-loading {
    border-radius: 100%;
    font-size: 0;
    height: 36px;
    left: 50%;
    opacity: 0;
    padding: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
}
.mz-loading::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent rgba(255, 255, 255, 1) rgba(255, 255, 255, 1);
    border-image: none;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    bottom: 0;
    box-sizing: border-box;
    content: "";
    height: 24px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-indent: -9999em;
    top: 0;
    width: 24px;
}
.mz-loading.shown {
  /*  opacity: 1;*/
  opacity: 0;
    transition: opacity 0s ease 0s;
    z-index: 1;
}
.mz-loading.shown::after {
    animation: 0.9s linear 0s normal none infinite running spin-loading;
}
@keyframes spin-loading {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
@keyframes spin-loading {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.lt-ie10-magic .mz-loading {
    font-size: 12px;
    height: auto;
    padding: 0.7em 1.1em;
    width: auto;
}
.lt-ie10-magic .mz-loading::after {
    border: medium none;
    content: "Nahrávání...";
    position: relative;
    text-indent: 0;
}
.lt-ie9-magic .mz-loading {
    left: 0;
    margin: auto;
    right: 0;
    width: 126px;
}
.lt-ie9-magic .mz-hint-message, .lt-ie9-magic .mz-loading.shown {
    background: transparent none repeat scroll 0 0 !important;
}
.lt-ie9-magic .mz-hint-hidden {
}
.mz-expand, .mz-expand .mz-expand-bg, .mz-expand .mz-expand-bg > img, .mz-expand .mz-expand-bg > svg, .mz-expand .mz-expand-stage, .mz-expand .mz-expand-stage .mz-image-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.mz-expand .mz-expand-bg, .mz-expand .mz-expand-bg > img, .mz-expand .mz-expand-bg > svg {
    height: auto !important;
    width: auto !important;
}
.mz-expand .mz-expand-bg, .mz-expand .mz-expand-bg > svg {
    min-height: 100% !important;
    min-width: 100% !important;
}
.mz-expand {
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 1);
    display: block;
    height: auto;
    overflow: hidden;
    perspective: 600px;
    position: fixed;
    text-align: center;
    transform-style: preserve-3d;
    vertical-align: middle;
    width: auto;
    z-index: 2100000000;
}
.mz-expand .mz-expand-bg {
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin: auto;
    max-height: none !important;
    max-width: none !important;
    perspective: 600px;
    transform: translate3d(0px, 0px, 0px) scale(10) rotate(0.01deg);
    vertical-align: middle;
    z-index: -100;
}
.mz-expand .mz-expand-bg > img {
    backface-visibility: hidden;
    filter: blur(20px) brightness(60%);
    margin: auto;
    transform: translate3d(0px, 0px, 0px);
}
.mz-expand .mz-expand-bg > svg {
    margin: auto;
    opacity: 0.6;
}
.lt-ie10-magic .mz-expand .mz-expand-bg {
    display: none !important;
}
.lt-ie9-magic .mz-expand {
    background: #1f1f1f none repeat scroll 0 0;
}
.mz-expand.plain-bg .mz-expand-bg, .mz-expand.dark-bg .mz-expand-bg, .mz-expand.white-bg .mz-expand-bg {
    display: none !important;
}
.mz-expand.dark-bg {
    background-color: rgba(31, 31, 31, 0.96);
}
.mz-expand.white-bg {
    background-color: #fff;
}
.mz-expand .mz-expand-stage {
    padding: 0;
    z-index: 2100000000;
}
.mz-expand .mz-expand-stage .mz-image-stage {
    backface-visibility: hidden;
    left: 120px;
    margin: 0;
    padding: 20px 0 40px;
    perspective: 600px;
    right: 120px;
    text-align: center;
    vertical-align: middle;
    z-index: 50;
}
.mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
    padding-bottom: 120px;
}
.mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
    left: 0;
    padding: 0 !important;
    right: 0;
}
.mz-expand .mz-image-stage > figure::before, .mz-expand .mz-image-stage::before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    line-height: 100%;
    vertical-align: middle;
    width: 0;
}
.mz-expand .mz-image-stage > figure {
    display: inline-block;
    font-size: 0;
    line-height: 100%;
    margin: 0;
    max-height: 100%;
    max-width: 100%;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 100%;
}
.mz-expand .mz-figure {
    max-width: 100% !important;
    overflow: visible;
}
.mz-expand .mz-figure > img {
    height: auto;
    max-width: 100%;
    width: auto;
}
.mz-expand .mz-zoom-in .mz-image-stage > figure, .mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-activating, .mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active {
    height: 100%;
    width: 100%;
}
.mz-expand .mz-figure {
    cursor: zoom-in;
}
.mz-expand .mz-figure.mz-active {
    cursor: zoom-out;
}
.mz-expand .mz-expand-stage.mz-zoom-in.mz-always-zoom .mz-image-stage > figure > figure > img {
    bottom: -5000px !important;
    left: -5000px !important;
    margin: auto !important;
    position: absolute !important;
    right: -5000px !important;
    top: -5000px !important;
    z-index: 1;
}
.lt-ie10-magic .mz-zoom-window.mz-expanded img {
}
.lt-ie10-magic .mz-expand .mz-figure.mz-magnifier-zoom {
    overflow: hidden;
}
.mz-expand .mz-caption {
    color: #fff;
    font: 10pt/1em "Lucida Grande","Lucida Sans Unicode",Verdana,"Helvetica Neue",Arial,Helvetica,sans-serif;
    left: 0;
    opacity: 0;
    padding: 10px 4px;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 46px #000;
    width: 100%;
}
.mz-expand .mz-caption.mz-show {
    opacity: 1;
    transition: opacity 0.15s ease-out 0s;
}
.mz-expand .mz-caption a {
    color: inherit;
    cursor: pointer;
}
.mz-expand.white-bg .mz-caption {
    color: #555;
    text-shadow: none;
}
.lt-ie9-magic .mz-expand .mz-caption {
    top: 100%;
}
.mz-expand .mz-zoom-window {
    background: transparent none repeat scroll 0 0;
    box-shadow: none;
}
.lt-ie9-magic .mz-expand .mz-zoom-window {
    border: 0 none;
}
.mobile-magic .mz-expand-stage .mz-expand-thumbnails, .mobile-magic .mz-expand-stage .mz-image-stage {
    left: 0;
    right: 0;
}
.mobile-magic .mz-expand .mz-expand-stage.with-thumbs {
    bottom: 0;
}
.mobile-magic .mz-expand-stage .mz-image-stage {
    padding: 0;
}
.mobile-magic .mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
    padding: 5px 0 60px;
}
.mobile-magic .mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
    padding-top: 0;
}
.mobile-magic .mz-expand .mz-expand-thumbnails {
    height: 60px;
    padding: 0;
}
.mz-expand-controls, button.mz-button {
    margin: 0 !important;
    outline: 0 none !important;
    padding: 0 !important;
}
button.mz-button {
    background-color: transparent !important;
    border: 1px solid rgba(180, 180, 180, 0) !important;
    border-radius: 100% !important;
    box-shadow: none !important;
    color: #b4b4b4 !important;
    cursor: pointer;
    font: 900 34px/1 "magictoolbox-thin" !important;
    height: 60px !important;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    position: absolute !important;
    text-align: center;
    text-transform: none !important;
    width: 60px !important;
    z-index: 90 !important;
}
button.mz-button.mz-button-prev, button.mz-button.mz-button-next {
    bottom: 0 !important;
    margin: auto 10px !important;
    overflow: hidden !important;
    top: 0 !important;
}
button.mz-button.mz-button-prev {
    left: 0 !important;
}
button.mz-button.mz-button-next {
    right: 0 !important;
}
button.mz-button.mz-button-close {
    font-size: 26px !important;
    margin: 10px !important;
    right: 0 !important;
    top: 0 !important;
    z-index: 95 !important;
}
:root:not(.mobile-magic) button.mz-button {
    color: rgba(180, 180, 180, 0.75) !important;
    transform: scale(0.85) !important;
    transition: color 0.25s ease 0s, border-color 0.25s ease 0s, transform 0.25s ease 0s !important;
}
:root:not(.mobile-magic) button.mz-button:hover {
    border-color: rgba(180, 180, 180, 0.6) !important;
    color: rgba(180, 180, 180, 1) !important;
    transform: scale(1) !important;
}
.mobile-magic button.mz-button {
    transition: transform 0.1s ease 0s !important;
}
.mobile-magic button.mz-button:active {
    border-color: rgba(180, 180, 180, 0.6) !important;
    transform: scale(0.95) !important;
}
button.mz-button.mz-button-close::before {
    content: "ꀁ";
}
button.mz-button.mz-button-prev::before {
    content: "ꀂ";
}
button.mz-button.mz-button-next::before {
    content: "ꀃ";
}
@media screen and (max-device-width: 767px) {
button.mz-button-prev, button.mz-button-next {
    display: none !important;
}
.mobile-magic .mz-expand button.mz-button {
    background-color: rgba(49, 51, 61, 0.3) !important;
    border-color: transparent !important;
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 18px !important;
    height: 44px !important;
    width: 44px !important;
}
}
.lt-ie9-magic button.mz-button {
    border: 0 none;
}
.lt-ie9-magic button.mz-button:hover {
}
.mz-thumb, .mz-thumb:focus {
    display: inline-block;
    line-height: 0;
    outline: medium none;
}
.mz-thumb img {
    border: 0 none;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}
.mz-thumb:hover:not(.mz-thumb-selected) img {
    filter: brightness(75%);
}
.mz-thumb-selected img {
    filter: brightness(60%);
}
.no-cssfilters-magic .mz-thumb {
    background: #000 none repeat scroll 0 0;
}
.no-cssfilters-magic .mz-thumb:hover:not(.mz-thumb-selected) img {
    opacity: 0.75;
}
.no-cssfilters-magic .mz-thumb-selected img {
    opacity: 0.6;
}
.ie9-magic .mz-thumb img {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
.mz-expand-thumbnails {
    bottom: 0;
    box-sizing: border-box;
    height: 80px;
    left: 65px;
    padding: 10px 0;
    position: absolute;
    right: 65px;
    z-index: 50;
}
.mz-expand-thumbnails .magic-thumbs .magic-thumb {
    padding: 10px 2px;
}
.mz-expand-thumbnails .magic-thumb > img {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    height: 40px;
}
.mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected) > img:hover {
    filter: brightness(70%);
}
.mz-expand-thumbnails .magic-thumb-selected img {
    filter: brightness(50%);
}
.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button {
    box-shadow: none;
}
.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button-disabled {
    opacity: 0;
}
.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb:hover:not(.magic-thumb-selected) img {
    opacity: 0.7;
}
.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb-selected img {
    opacity: 0.5;
}
.mz-expand.no-expand-thumbnails .mz-expand-stage.with-thumbs .mz-image-stage {
    padding-bottom: 40px;
}
.mz-expand.no-expand-thumbnails .mz-expand-thumbnails {
    display: none;
}
.mobile-magic .mz-expand.no-expand-thumbnails .mz-expand-stage.with-thumbs .mz-image-stage {
    padding: 0;
}
.magic-thumbs, .magic-thumbs .magic-thumbs-wrapper, .magic-thumbs ul, .magic-thumbs li, .magic-thumbs li::before, .magic-thumbs li::after, .magic-thumbs li img, .magic-thumbs .magic-thumbs-button {
    box-sizing: border-box;
    margin: 0;
    outline: 0 none;
    padding: 0;
}
.magic-thumbs {
    -moz-user-select: none;
    direction: ltr;
    left: 0;
    overflow: visible;
    padding: 0 30px;
    position: relative;
    top: 0;
    z-index: 100;
}
.magic-thumbs {
    height: 100%;
    white-space: nowrap;
    width: 100%;
}
.magic-thumbs.no-buttons {
    padding: 0 !important;
}
.magic-thumbs-wrapper {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
.magic-thumbs ul {
    display: inline-block;
    font-size: 0;
    height: 100%;
    list-style: outside none none;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
}
.magic-thumbs.no-buttons ul {
    left: 0 !important;
    padding: 0 !important;
    transform: none !important;
    transition: none 0s ease 0s !important;
}
.magic-thumbs ul li {
    display: inline-block;
    height: 100%;
    line-height: 0;
    margin: 0 4px;
    vertical-align: top;
    width: auto;
}
.magic-thumbs ul li::after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}
.magic-thumbs ul li > img {
    height: auto;
    max-height: 100%;
    vertical-align: middle;
    width: auto;
}
.ie8-magic .magic-thumbs ul li > img {
    max-height: none !important;
    max-width: none !important;
}
.magic-thumbs.magic-thumbs-vertical {
    height: 100%;
}
.magic-thumbs-vertical {
    padding: 30px 0;
}
.magic-thumbs-vertical ul {
    height: auto;
    white-space: normal;
    width: 100%;
}
.magic-thumbs-vertical ul li {
    height: auto;
    width: 100%;
}
.magic-thumbs-vertical ul li {
    margin: 4px 0;
}
.magic-thumbs-vertical ul li > img {
    max-height: none;
    max-width: 100%;
}
.ie8-magic .magic-thumbs-vertical ul li > img {
    width: 100%;
}
.magic-thumbs .magic-thumbs-button {
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    border: 0 none;
    border-radius: 0;
    bottom: 0;
    color: #bbb;
    cursor: pointer;
    font-family: "magictoolbox-thin";
    font-size: 30px;
    font-style: normal;
    font-variant: normal;
    font-weight: 200;
    height: 100%;
    line-height: 1;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-transform: none !important;
    top: 0;
    width: 30px;
    z-index: 90;
}
.magic-thumbs .magic-thumbs-button-prev {
    left: 0;
}
.magic-thumbs .magic-thumbs-button-next {
    right: 0;
}
.magic-thumbs .magic-thumbs-button-prev::before {
    content: "ꀂ";
}
.magic-thumbs .magic-thumbs-button-next::before {
    content: "ꀃ";
}
.magic-thumbs-button::before {
    opacity: 0.6;
    transition: opacity 0.25s ease 0s;
}
.magic-thumbs .magic-thumbs-button:hover::before {
    opacity: 1;
}
.magic-thumbs-vertical .magic-thumbs-button {
    bottom: auto;
    height: 30px;
    left: 0;
    right: 0;
    top: auto;
    width: 100%;
}
.magic-thumbs-vertical .magic-thumbs-button-prev {
    top: 0;
}
.magic-thumbs-vertical .magic-thumbs-button-next {
    bottom: 0;
}
.magic-thumbs-vertical .magic-thumbs-button-prev::before {
    content: "ꀅ";
}
.magic-thumbs-vertical .magic-thumbs-button-next::before {
    content: "ꀄ";
}
.magic-thumbs.no-buttons .magic-thumbs-button {
    display: none !important;
}
.magic-thumbs-button-disabled {
    opacity: 0.2;
}


/*magiczoomplus*/


/*tipsy*/
.tooltiptext{
    display: none;
}
.tipsyicon {
    display: inline-block;
    
}
.tipsyicon i {
    cursor: pointer;
    display: inline-block;
    margin-left: 1px;
    padding: 0 2px;
    vertical-align: baseline;
}



/*tipsy*/
.form-group.formatbox {
   // background:#fff;
    /*margin-top:20px;*/
    border:1px solid #ccc;
    margin-left:0px;margin-right:0px;
    background:white;
}

.calcWindow {background:#ddd}
.gallerybox {padding-bottom:20px;}
.gallerybox,#result {background:white;}



.top-product-name,.offerbox {background:#ddd}
svg {
    height:220px;
    /*margin-top:20px;*/
}

#result {padding:10px;margin-bottom:20px;}

#result .price-box {white-space: nowrap}

.offerbox h2 {background:#a80f12;color:#fff;padding:20px;font-size:18px;text-align:center;}

.calculation-form label {margin-top:10px;}
.calculation-form #result label {margin-top:0;margin-bottom:-10px;font-size:18px !important;}


.dimensions {

}

.calculation-form .formitem {margin-top:20px;

}

#result, .buttons
{margin-top:20px;

}

#result label
{display:block;

}


/*bootstrap corr*/
.navbar-inverse {
    background-color: #000;
}

.btn-primary {
    background-color: #a80f12;
    border-color: #a80f12;
    color: #fff;
}

.btn-primary:hover {
    background-color: #fff;
    border-color: #333;
    color: #000;
}

a {
    color: #a80f12;

}

/*bootstrap cor end*/

.navbar-inverse .slogan,
.navbar-inverse .slogan2
{
    display: inline-block;
    color:white;
    font-weight:bold;  
}



.navbar .hotline {
    line-height: 50px;
    height: 50px;
    
}

.navbar-inverse .slogan2,
.navbar .hotline {
    font-size:22px;
    font-weight:bold;
}

.navbar#topNavbar {
    margin-bottom: 0px;
}


/*navicons*/
.navicons .navicon-wrapper {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#790f01+0,d10a11+100 */
background: rgb(121,15,1); /* Old browsers */
background: -moz-linear-gradient(top, rgba(121,15,1,1) 0%, rgba(209,10,17,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(121,15,1,1) 0%,rgba(209,10,17,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(121,15,1,1) 0%,rgba(209,10,17,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#790f01', endColorstr='#d10a11',GradientType=0 ); /* IE6-9 */
border:1px solid transparent;
}

.navicons{
 margin-bottom:20px;
}

.navicons .navicon-wrapper-blue {

background: rgb(33,44,85); /* Old browsers */
background: -moz-linear-gradient(top, rgba(33,44,85,1) 0%, rgba(46,161,218,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(33,44,85,1) 0%,rgba(46,161,218,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(33,44,85,1) 0%,rgba(46,161,218,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212c55', endColorstr='#2ea1da',GradientType=0 ); /* IE6-9 */
border:1px solid transparent;
}

.navicons .navicon-wrapper:hover {

background: #fff;
border:1px solid #000;
}

.navicons a:hover {

color: #a80f12;
}


.navicons p {text-align:center;color:#000;margin-top:10px;}
.navicons i {display:block;
width:150px;
height:168px;

margin-left:auto;margin-right:auto;}

@media screen and (max-width:1200px) {
    .navicons i {
        width:75px;
        height:84px
      }      
}


.navicon {background: url("/img/ikony-novy-web.png") no-repeat scroll 0 0;
background-repeat:no-repeat;
background-size:1050% 200%;

}


.leaflet {
    //background-position: -22px 0;
    background-position: -1.5% -5%;
}
.navicon-wrapper:has(.leaflet):hover .leaflet {
    //background-position: -22px -178px;
    background-position: -1.5% 109%;
}

.book {
   // background-position: -224px 0;
      background-position: 14% -5%;
}
.navicon-wrapper:has(.book):hover .book {
    //background-position: -222px -178px;
    background-position: 14% 109%;
}

.calendar {
   // background-position: -421px 0;
   background-position: 28.5% -5%;
}
.navicon-wrapper:has(.calendar):hover .calendar {
    //background-position: -421px -178px;
    background-position: 28.5% 109%;
}

.poster {
    //background-position: -618px 0;
    background-position: 44%  -5%;
}
.navicon-wrapper:has(.poster):hover .poster {
    //background-position: -618px -178px;
    background-position: 44%  109%;
}

.folder {
    //background-position: -816px 0;
    background-position: 58.5% -5%;
}
.navicon-wrapper:has(.folder):hover .folder {
    //background-position: -816px -178px;
    background-position: 58.5% 109%;
}

.box {
    background-position: 73% -5%;
}
.navicon-wrapper-blue:has(.box):hover .box {
    background-position: 73% 109%;
}

.samolepky {
    background-position: 88% -5%;
}
.navicon-wrapper:has(.samolepky):hover .samolepky {
    background-position: 88% 109%;
}

.bannery {
    background-position: 101% -5%;
}
.navicon-wrapper:has(.bannery):hover .bannery {
    background-position: 101% 109%;
}

.shape{    
  border-style: solid; border-width: 0 90px 60px 0; float:right; height: 0px; width: 0px;
  -ms-transform:rotate(360deg); /* IE 9 */
  -o-transform: rotate(360deg);  /* Opera 10.5 */
  -webkit-transform:rotate(360deg); /* Safari and Chrome */
  transform:rotate(360deg);
}

.shape {
  border-color: rgba(255,255,255,0) #ffa500 rgba(255,255,255,0) rgba(255,255,255,0);
}


.shape-text{
  color:#fff; font-size:12px; font-weight:bold; position:relative; right:-40px; top:2px; white-space: nowrap;
  -ms-transform:rotate(30deg); /* IE 9 */
  -o-transform: rotate(360deg);  /* Opera 10.5 */
  -webkit-transform:rotate(30deg); /* Safari and Chrome */
  transform:rotate(30deg);
} 


/* FOOTER */

footer {margin-top:20px}
footer h3 {color:#fff;text-transform: uppercase;font-size:1.5em;margin:0px 0 10px 0;padding:0}
footer p {color:#fff;font-size:1.1em; }
footer li { list-style: none;padding:10px 0}

footer footer-bottom li {padding:2px 0}

footer a, footer a:visited { text-decoration: none; color: #ffffff; }
footer li a, footer li  a:visited { color: #94998F; }

footer a:hover { text-decoration: underline; color: #fff; }




footer-content { width: 883px; height: 570px; margin: 0px auto; padding: 0; text-align: left; }

footer-left, footer-right, footer-center {height: 430px; width: 290px; margin:0; float: left;}
footer-center {margin-left:15px; margin-right:15px;width: 260px;}
footer footer-center h3,
footer footer-center li {text-align:center;}

footer footer-center ul {margin:0;padding:0;}

footer #newsletter {margin-bottom:10px;}

/*login*/
/*Login*/

#login_dialog {
    background: #FFF none repeat scroll 0 0;
    border: 1px solid #fff;
    z-index: 10000 !important;
}

.modal {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    left: 50%;
    margin: -250px 0 0 -280px;
    overflow: auto;
    position: fixed;
    top: 50%;
    width: 560px;
    height: 390px;
    z-index: 1050;
}

#login {
    padding:10px;
}


.errorMessage2, .alert-error {color:red;}


.navbar-inverse {padding-top:10px;}


.brand {margin-left:-10px;}

footer #back-top a {
  color: #a80f12 !important;
}


#blog h3 {
    font-size:14px;
}

._2lqh {
    display:none;
}

/* ------------------------- */

#menu {
  background: white;
}

#menu .dropdown-menu {
  background-color: white;
  border: 1px solid black;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;

}

#menu .dropdown-header {
  color: #b31d21;
  font-size: inherit;
  font-weight: 500;
}

#menu .dropdown-item {
  padding-top: 0px;
  padding-bottom: 0px;
  transition: all .1s;
}

#menu .dropdown-item:hover {
  background: transparent;
  color: #b31d21;
}

#menu .nav-link {
  color: black;
  background-color: #A90F13;
  color:white;
  border-radius: 5px;
}

#menu .navbar-toggle {
  display: flex;
  gap: 3px;
  flex-direction: column;
}

#menu .navbar-toggle .icon-bar {
  display: block;
  width: 30px;
  height: 5px;
  background: #b31d21;
  border-radius: 4px;
}

#topNavbar .user > a {
  transition: all 0.2s;
  border-bottom: 1px solid transparent;
}

#topNavbar .user > a:hover {
  color: #a80f12!important;
  border-bottom: 1px solid #a80f12;
}

#topNavbar .user button {
  cursor: pointer;
}

#topNavbar .user li a {
  color: black;
  background: transparent!important;
}

/* ------------------------------- */

.calculationpage  {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 0px,
              rgba(17, 17, 26, 0.1) 0px 0px 24px,
              rgba(17, 17, 26, 0.1) 0px 0px 48px;
  padding: 40px;
  border-radius: 25px;
}

.calculationpage.striped {
  padding: 20px 0px;

  > .row {
    padding-left: 25px;
    padding-right: 25px;
    margin: 0px;

    position: relative;

    div, label {
      position: static;
    }

    button[data-toggle="tooltip"] {
      position: absolute;
      top: .5rem;
      right: .5rem;

      background: #a80f12;
      border: 0;

      padding: 3px 6px;
    }
  }

  > .row:nth-child(even) {
    background: #e9ecefb5;
  }
}

.samolepkym2 {
  text-align: center;
  padding: 10px 15px;

  border: 1px solid rgba(0, 0, 0, 0.15);

  border-radius: 10px;

  color: rgba(0, 0, 0, 0.30);

  cursor: pointer;

  transition: all .2s;
}

.samolepkym2:hover,
.samolepkym2.selected{
  border-color: rgba(0, 0, 0, 0.8);
  color: black;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0px;
    color: #868e96;
    content: ">";
}

#bpimage {width:270px;height:125px;overflow:hidden;background-image: url('/images/lomy.gif'); background-repeat: no-repeat;float:right;}
.bp0 {background-position: 0 0;}
.bp1 { background-position: 0 -125px;}
.bp2 { background-position: 0 -230px;}
.bp3 {background-position: 0 -350px;}
.bp4 {background-position: 0 -450px;}
.bp5 {background-position: 0 -570px;}


/*right column binding*/
#bnimage {width:245px;height:125px;overflow:hidden;background-image: url('/images/vazba.gif'); background-repeat: no-repeat;clear:both;}
.bn0 {background-position: 0 -170px;}
.bn1 { background-position: 0 -340px;}
.bn2 { background-position: 0 -510px;}
.bn3 {background-position: 0 -680px;}
.bn4 {background-position: 0 -840px;}
.bn5 {background-position: 0 -1010px;}


/*right column calendar*/
#bcalimage {width:100px;height:115px;overflow:hidden;background-image: url('/images/kalendare.gif'); background-repeat: no-repeat;clear:both;}
.bca4,.bca3,.bca2,.bca1 {background-position: 0 0px;}
.bca4w,.bca3w,.bca2w,.bca1w { background-position: 0 -147px;}