
.ed-breadcrumbs {background-color: #efefef; padding: 4px; margin-top: 10px; font-size: 12px}
.ed-breadcrumbs a {margin-right: 10px; color: #424242}
.ed-breadcrumbs a:last-child {font-weight: bold}
.ed-button {
   background-image: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(235,235,235,1) 50%, rgba(221,221,221,1) 50%,rgba(207,207,207,1) 100%);
   background-image:    -moz-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(235,235,235,1) 50%, rgba(221,221,221,1) 50%,rgba(207,207,207,1) 100%);
   background-image:     -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(235,235,235,1) 50%, rgba(221,221,221,1) 50%,rgba(207,207,207,1) 100%);
   background-image:      -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(235,235,235,1) 50%, rgba(221,221,221,1) 50%,rgba(207,207,207,1) 100%);
   background-image:         linear-gradient(top, rgba(242,242,242,1) 0%,rgba(235,235,235,1) 50%, rgba(221,221,221,1) 50%,rgba(207,207,207,1) 100%);
   -webkit-box-shadow: 0px 0px 0px 1px rgba(250,250,250,1)inset;
      -moz-box-shadow: 0px 0px 0px 1px rgba(250,250,250,1)inset;
           box-shadow: 0px 0px 0px 1px rgba(250,250,250,1)inset;
   border: solid 1px rgba(112,112,112,1);
   -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
           border-radius: 3px;
   padding: 0px 10px 0px 10px;
   display: inline-block;
   font-size: 14px;
	font-weight: bold;
   line-height:  28px;
   color: rgba(0,0,0,1);
}

.form-group {margin-bottom: 10px; margin-top: 5px}
.form-group label {font-weight: bold; padding: 2px}
.ed-button:hover {
   background-image: -webkit-linear-gradient(top, rgba(234,246,253,1) 0%,rgba(217,240,252,1) 50%, rgba(190,230,253,1) 50%,rgba(167,216,245,1) 100%);
   background-image:    -moz-linear-gradient(top, rgba(234,246,253,1) 0%,rgba(217,240,252,1) 50%, rgba(190,230,253,1) 50%,rgba(167,216,245,1) 100%);
   background-image:     -ms-linear-gradient(top, rgba(234,246,253,1) 0%,rgba(217,240,252,1) 50%, rgba(190,230,253,1) 50%,rgba(167,216,245,1) 100%);
   background-image:      -o-linear-gradient(top, rgba(234,246,253,1) 0%,rgba(217,240,252,1) 50%, rgba(190,230,253,1) 50%,rgba(167,216,245,1) 100%);
   background-image:         linear-gradient(top, rgba(234,246,253,1) 0%,rgba(217,240,252,1) 50%, rgba(190,230,253,1) 50%,rgba(167,216,245,1) 100%);
   -webkit-box-shadow: 0px 0px 0px 1px rgba(239,249,254,1)inset;
      -moz-box-shadow: 0px 0px 0px 1px rgba(239,249,254,1)inset;
           box-shadow: 0px 0px 0px 1px rgba(239,249,254,1)inset;
   border: solid 1px rgba(60,126,177,1);
}
.ed-button:active {
   background-image: -webkit-linear-gradient(top, rgba(234,246,253,1) 0%,rgba(196,229,246,1) 50%, rgba(152,208,239,1) 50%,rgba(104,178,218,1) 100%);
   background-image:    -moz-linear-gradient(top, rgba(234,246,253,1) 0%,rgba(196,229,246,1) 50%, rgba(152,208,239,1) 50%,rgba(104,178,218,1) 100%);
   background-image:     -ms-linear-gradient(top, rgba(234,246,253,1) 0%,rgba(196,229,246,1) 50%, rgba(152,208,239,1) 50%,rgba(104,178,218,1) 100%);
   background-image:      -o-linear-gradient(top, rgba(234,246,253,1) 0%,rgba(196,229,246,1) 50%, rgba(152,208,239,1) 50%,rgba(104,178,218,1) 100%);
   background-image:         linear-gradient(top, rgba(234,246,253,1) 0%,rgba(196,229,246,1) 50%, rgba(152,208,239,1) 50%,rgba(104,178,218,1) 100%);
   -webkit-box-shadow: 0px 0px 0px 1px rgba(154,186,203,1)inset;
      -moz-box-shadow: 0px 0px 0px 1px rgba(154,186,203,1)inset;
           box-shadow: 0px 0px 0px 1px rgba(154,186,203,1)inset;
   border: solid 1px rgba(44,98,139,1);
}
.ed-show-properties {list-style-type: none}
.ed-show-properties li {padding: 4px 10px; border-bottom: 1px solid #ccc}
.ed-show-properties li:nth-child(even) {background: #efefef}
.ed-show-properties li {background: #fff}
.ed-show-properties li span {font-weight: bold; min-width: 120px; display: inline-block}

.ed-comments-list {margin-bottom: 20px}
.ed-comments-list li span {font-weight: bold}
.ed-comments-list li em.ed-date {float: right; font-weight: 100; font-size: 11px}
.ed-comments-list li {border-bottom: 1px solid #efefef; padding: 10px}

.ed-loader { display: none; height: 20px;  background:url(ajax-loader2.gif) no-repeat; text-indent:9999px; padding-left: 20px}
.ed-comments {margin-top: 10px}
.ed-comments {padding-top: 10px}
div.error {cursor: pointer; position: relative; color: red; display: none;  background:url('error.png') no-repeat 10px; background-color: #ff6363; color: #FFF; padding: 3px; padding-left: 28px; margin-top:3px; border-radius: 3px }
div.error:before {width: 0;
height: 0;
content:" ";
border-style: solid;
position: absolute; top: -5px;
left: 10px;
border-width: 0 5px 7px 5px;
border-color: transparent transparent #ff6363 transparent;
}
h3.ed-title {font-size: 20px; padding-bottom: 5px; border-bottom: 1px dashed #ccc; margin-bottom: 10px}
.ed-new-comment {}
.ed-line {margin-bottom: 10px}
.ed-line label {font-weight: bold}

strong {font-weight: bold}
.clear {clear: both}
.ed-cart-product-image {border: 1px solid #ccc; padding: 2px}


.ed-cart .ed-qty {width: 50px}
.ed-cart-image {float: left; margin-right: 5px; border: 1px solid #ccc}
.ed-table span.ed-name {}
.ed-table a {color: #424242; text-decoration: none}
.ed-cargo-table {border: 1px solid #ccc}
.ed-cargo-table thead tr th {border-bottom: none}
.ed-form input , .ed-form textarea {max-width: 500px}
.ed-form-title {color: #000; font-size: 22px; border-radius: 1px; margin-bottom: 5px; padding: 10px 0px}
.ed-icon {font-size: 24px}
.ed-actions {margin-top: 20px}
.ed-actions i {font-size: 14px}
.ed-set-coupon input.ed-input {width: 170px; display: inline-block; height: 32px}
.ed-cart-total {width: 200px; float: right; margin-bottom: 20px}
.form-group span {font-weight: bold}
.ed-set-coupon .btn {position: relative; top: -2px}
.ed-order .ed-input {width: 500px}
.ed-blok {margin-top: 0px}

.form-group span {display: block; margin-bottom: 5px}
.ed-datepicker select {display: inline-block; max-width: 100px}


.ed-paymethods {list-style-type: none: margin: 0; padding: 0; }
.ed-paymethods li {border-bottom: 1px dashed #ccc; padding: 10px; clear: both}
.ed-paymethods li:hover {background-color: #F1f1f1}
.ed-paymethods li span.ed-name {font-weight: bold}
.ed-paymethods li img {margin-top: 6px; border: 1px solid #ccc; -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.75);
box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.75); border-radius: 2px; float: left; width: 50px; height: 35px; margin-right: 10px}
.ed-paymethods li p{ margin-left: 60px}

.ed-user-menu {clear: both; margin: 0; padding: 0;  margin-top: 10px; border-bottom: 1px solid #efefef; }
.ed-user-menu i {font-size: 29px; display: block}
.ed-user-menu li {border: 1px solid transparent;  text-align: center; font-size: 12px; display: inline-block; margin-bottom: 7px; border-radius: 3px; padding: 5px 8px; margin-right:2px}
.ed-user-menu li a {display: block; color: #424242; text-decoration: none}
.ed-user-menu li:hover i , .ed-user-menu li.active a {color: #000}
.ed-user-menu li:hover , .ed-user-menu li.active {border: 1px solid #ccc; background: rgb(246,248,249);
background: -moz-linear-gradient(top, rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(245,247,249,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(215,222,227,1)), color-stop(100%,rgba(245,247,249,1)));
background: -webkit-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%);
background: -o-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%);
background: -ms-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%);
background: linear-gradient(to bottom, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 );}

.ed-order-title {font-size: 14px; font-weight: bold;  color: #424242}
.ed-order-title a {color: #424242; text-decoration: none}
.ed-order-cart-title , .ed-cart-list {display: none}

#ed-questions {}
#ed-questions .panel-heading h4 {font-size: 14px; font-weight: bold}
#ed-questions .panel , #ed-questions .panel-body {box-shadow: none!important; border-top: none}
#ed-questions .panel-faq {border-bottom: 0}

.ed-contact-info {margin-left: 20px; margin-top: 10px}
.ed-contact-info li span {font-weight: bold; display: block}


.ed-post{margin-bottom: 10px}
.ed-post h2 {padding: 10px 0}
.ed-post h2 a {color: #424242; font-size: 20px; font-weight: bold; text-decoration: none}
.ed-post .ed-post-image {margin-bottom: 10px}
.ed-post {border-bottom: 2px solid #e74c3c; padding-bottom: 10px}
.ed-post-content {font-size: 14px;  margin-bottom: 10px}
.ed-post ul.meta {margin-bottom: 10px}
.ed-post ul.meta li {display: inline-block; line-height: 16px; margin-right: 10px; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc}
.ed-post ul.meta li  {color: #424242; background-color: #efefef; border-radius: 3px; padding:4px 10px; font-size: 11px}
.ed-post ul.meta li a {color: #424242}
.ed-list-items {float: left; width: 85px}
.ed-list-items li {vertical-align: middle; }
.ed-products {overflow: auto}
.ed-products li {width: 200px; height: 518px; float: left; border: 1px solid #ccc}
.ed-products li label {display: block}
.ed-compare-list .bx-wrapper , .ed-compare-list .bx-viewport {background-color: transparent!important}
.products .ed-info-box {padding: 10px}
.ed-info-box span {display: block; margin-bottom: 5px; border-bottom: 1px solid #efefef}
.ed-info-box span.name {font-weight: bold; font-size: 16px; color: #000}
.ed-info-box span.desc {height: 190px}
.ed-show-packages {margin-top: 10px}
.ed-show-packages li {clear: both; padding: 2px; margin-bottom: 0px}
.ed-show-packages li img {float: left; border: 1px solid #ccc; margin-right: 5px; width: 30px; height: 30px}
.ed-show-packages li a {color :#424242; font-weight: bold}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}