.font {
  font-family: 'Roboto', sans-serif;
}
.panton {
  font-family: 'Panton', sans-serif;
}
@font-face {
  font-family: 'Panton';
  src: url('../fonts/panton/black/Panton-BlackCaps.eot?#iefix') format('embedded-opentype'), url('../fonts/panton/black/Panton-BlackCaps.otf') format('opentype'), url('../fonts/panton/black/Panton-BlackCaps.woff') format('woff'), url('../fonts/panton/black/Panton-BlackCaps.ttf') format('truetype'), url('../fonts/panton/black/Panton-BlackCaps.svg#Panton-Bold') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Panton';
  src: url('../fonts/panton/bold/Panton-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/panton/bold/Panton-Bold.otf') format('opentype'), url('../fonts/panton/bold/Panton-Bold.woff') format('woff'), url('../fonts/panton/bold/Panton-Bold.ttf') format('truetype'), url('../fonts/panton/bold/Panton-Bold.svg#Panton-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Panton';
  src: url('../fonts/panton/semibold/Panton-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/panton/semibold/Panton-SemiBold.otf') format('opentype'), url('../fonts/panton/semibold/Panton-SemiBold.woff') format('woff'), url('../fonts/panton/semibold/Panton-SemiBold.ttf') format('truetype'), url('../fonts/panton/semibold/Panton-SemiBold.svg#Panton-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Panton';
  src: url('../fonts/panton/regular/Panton-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/panton/regular/Panton-Regular.otf') format('opentype'), url('../fonts/panton/regular/Panton-Regular.woff') format('woff'), url('../fonts/panton/regular/Panton-Regular.ttf') format('truetype'), url('../fonts/panton/regular/Panton-Regular.svg#Panton-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
}
.trans {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.trans-long {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.translY {
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.translX {
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.rot {
  transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.skewX {
  transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
}
.draggable .slick-slide {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
/* Reset */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  outline: none !important;
  max-height: 999999px;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  position: relative;
  min-height: 100%;
  width: 100%;
  padding-bottom: 220px;
  background: #f6f6f6;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 13px;
  color: #59595a;
}
table {
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: 900;
  line-height: 1.3;
  font-family: 'Panton', sans-serif;
  color: #212222;
  text-transform: uppercase;
}
ul {
  margin: 0;
  list-style-type: none;
}
ol {
  margin: 0;
}
p {
  margin-bottom: 20px;
}
small {
  display: block;
  margin-bottom: 20px;
  font-size: 0.85em;
}
b,
strong {
  font-weight: 700;
}
a {
  color: #212222;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:focus {
  text-decoration: none;
  color: #212222;
}
a:hover {
  text-decoration: none;
  color: #ef474c;
}
select {
  border: none;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input {
  border: none;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
textarea {
  border: none;
  resize: none;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
button {
  background: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[placeholder]::-webkit-input-placeholder {
  opacity: 1;
  color: #59595a;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[placeholder]::-moz-placeholder {
  opacity: 1;
  color: #59595a;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[placeholder]:-moz-placeholder {
  opacity: 1;
  color: #59595a;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[placeholder]:-ms-input-placeholder {
  opacity: 1;
  color: #59595a;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[placeholder]:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
input[placeholder]:focus::-moz-placeholder {
  opacity: 0.5;
}
input[placeholder]:focus:-moz-placeholder {
  opacity: 0.5;
}
input[placeholder]:focus:-ms-input-placeholder {
  opacity: 0.5;
}
textarea[placeholder]::-webkit-input-placeholder {
  opacity: 1;
  color: #59595a;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
textarea[placeholder]::-moz-placeholder {
  opacity: 1;
  color: #59595a;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
textarea[placeholder]:-moz-placeholder {
  opacity: 1;
  color: #59595a;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
textarea[placeholder]:-ms-input-placeholder {
  opacity: 1;
  color: #59595a;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
textarea[placeholder]:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
textarea[placeholder]:focus::-moz-placeholder {
  opacity: 0.5;
}
textarea[placeholder]:focus:-moz-placeholder {
  opacity: 0.5;
}
textarea[placeholder]:focus:-ms-input-placeholder {
  opacity: 0.5;
}
.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.ov {
  overflow: hidden;
}
.form-group {
  position: relative;
  margin-bottom: 10px;
}
.form-control {
  height: 44px;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 2px solid #59595a;
  font-size: 13px;
  color: #212222;
}
.form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #212222;
}
.form-control.textarea {
  height: auto;
}
.form-control.form-control-sm {
  height: 34px;
}
.form-control.form-control-xs {
  height: 30px;
}
.form-control.form-control-block {
  width: 100%;
  max-width: none !important;
}
.has-error .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #ef474c !important;
  background: #fff !important;
}
.has-error .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #ef474c !important;
}
.has-error .help-block {
  color: #ef474c;
  font-weight: 300;
}
.has-success .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #d7e8d8 !important;
  background: #d7e8d8;
}
.has-success .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #d7e8d8;
}
.has-success .help-block {
  display: none;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  text-align: left;
}
label {
  margin-top: 8px;
  font-weight: 400;
}
.radio,
.checkbox {
  display: inline-block;
  margin: 0;
}
.radio label,
.checkbox label {
  padding-left: 0;
}
.radio input,
.checkbox input {
  opacity: 0;
  position: absolute;
  left: -99999px;
}
.checkbox input:checked + .checkbox-style:after {
  opacity: 1;
}
.checkbox input:not(:checked) + .checkbox-style:after {
  opacity: 0;
}
.checkbox-style {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  background-color: #fff;
  border: 2px solid #59595a;
}
.checkbox-style:after {
  opacity: 0;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  background: #59595a;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.radio input:checked + .radio-style:after {
  opacity: 1;
}
.radio input:not(:checked) + .radio-style:after {
  opacity: 0;
}
.radio h3 {
  margin-bottom: 5px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
}
.radio p {
  line-height: 1.6;
  color: #59595a;
}
.radio-style {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 5px 0 0;
  background-color: #fff;
  border: 2px solid #ef474c;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.radio-style:after {
  opacity: 0;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  background: #ef474c;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hover-item {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hover-item:hover {
  opacity: 0.75;
}
.link {
  display: inline-block;
  font-family: 'Panton', sans-serif;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  color: #212222;
}
.link:hover {
  color: #ef474c;
}
.link + .link {
  margin-left: 15px;
}
.link.link-sm {
  font-size: 14px;
  color: #ef474c;
}
.link.link-sm:hover {
  color: #59595a;
}
.btn {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  margin-bottom: 20px;
  padding: 0 20px;
  text-align: center;
  background: #212222;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}
.btn:focus {
  background: #212222;
  border: none;
  color: #fff;
}
.btn:hover {
  background: #59595a;
  border: none;
  color: #fff;
}
.btn.btn-red {
  background: #ef474c;
}
.btn.btn-red:focus {
  background: #ef474c;
}
.btn.btn-red:hover {
  background: #db5b5f;
}
.btn.btn-hollow {
  line-height: 40px;
  background: none;
  border: 2px solid #59595a;
  color: #212222;
}
.btn.btn-hollow:focus {
  background: none;
  border: 2px solid #59595a;
  color: #212222;
}
.btn.btn-hollow:hover {
  background: #ddd;
  border: 2px solid #59595a;
  color: #212222;
}
.btn.btn-hollow.btn-lg {
  line-height: 52px;
}
.btn.btn-lg {
  height: 54px;
  line-height: 56px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}
.btn.btn-sm {
  height: 34px;
  line-height: 34px;
}
.btn img {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.btn .fa {
  position: relative;
  font-size: 17px;
  margin-right: 12px;
}
.btn .fa.fa-angle-left {
  top: 1px;
}
.btn .fa.fa-angle-right {
  top: 1px;
  margin-right: 0;
  margin-left: 12px;
}
.breadcrumb-wrap {
  min-height: 26px;
}
.breadcrumb {
  margin-bottom: 0;
  padding: 0;
  text-shadow: none;
}
.breadcrumb > li + li:before {
  content: '';
  display: inline-block;
  padding: 0;
  width: 6px;
  height: 6px;
  margin: 0 20px 0 16px;
  background-color: #212222;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  text-indent: -999999px;
}
.breadcrumb > li a {
  color: #ef474c;
}
.breadcrumb > li a:hover {
  color: #59595a;
}
.pagination {
  display: block;
  margin: 30px 0;
}
.pagination a {
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 48px;
  background: #fff;
  display: inline-block;
  font-family: 'Panton', sans-serif;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  color: #212222;
  color: #ef474c;
}
.pagination a:hover {
  color: #ef474c;
}
.pagination a + .link {
  margin-left: 15px;
}
.pagination a.link-sm {
  font-size: 14px;
  color: #ef474c;
}
.pagination a.link-sm:hover {
  color: #59595a;
}
.pagination a:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  color: #212222;
}
.pagination a.active {
  color: #212222;
}
.pagination a + a {
  margin-left: 6px;
}
.pagination a img {
  position: relative;
  top: -2px;
}
.well {
  position: relative;
  margin-bottom: 20px;
  padding: 30px 20px 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  background: #f6f6f6;
}
.well p:last-child {
  margin-bottom: 0;
}
.well ul:last-child {
  margin-bottom: 0;
}
.panel {
  margin-bottom: 10px;
  border: none;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}
.panel.panel-content {
  margin-bottom: 30px;
}
.panel.panel-content .panel-body {
  padding: 30px 60px 20px;
}
.panel.panel-content .panel-body .section-title {
  margin-bottom: 20px;
  padding-top: 25px;
}
.panel.panel-content .panel-body .section-title + .date {
  margin-top: -15px;
  margin-bottom: 20px;
}
.panel .panel-heading {
  padding: 16px 30px;
  border-bottom: 4px solid #f6f7f9;
}
.panel .panel-heading:last-child {
  border-bottom: none;
}
.panel .panel-heading .panel-title {
  position: relative;
  top: 2px;
  margin-bottom: 0;
  font-size: 15px;
  color: #212222;
}
.panel .panel-body {
  padding: 15px 30px;
}
.panel .panel-body:last-child .btn:last-child {
  margin-bottom: 10px;
}
.panel .panel-body + .panel-section {
  border-top: 2px solid #f6f7f9;
}
.panel .panel-body + .panel-body {
  border-top: 2px solid #f6f7f9;
}
.panel .panel-body + .panel-heading {
  border-top: 2px solid #f6f7f9;
}
.panel .panel-section {
  padding: 15px 0;
  margin: 0 30px;
}
.panel .panel-section:last-child .btn:last-child {
  margin-bottom: 15px;
}
.panel .panel-section + .panel-section {
  border-top: 2px solid #f6f7f9;
}
.panel .panel-section + .panel-body {
  border-top: 2px solid #f6f7f9;
}
.selectboxit-container {
  margin-bottom: 20px;
}
.selectboxit-container .selectboxit-btn {
  height: 46px;
  line-height: 48px;
  padding: 0 45px 0 20px;
  text-align: left;
  background-color: white;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  font-family: 'Panton', sans-serif;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  color: #212222;
  font-size: 14px;
}
.selectboxit-container .selectboxit-btn:hover {
  color: #ef474c;
}
.selectboxit-container .selectboxit-btn + .link {
  margin-left: 15px;
}
.selectboxit-container .selectboxit-btn.link-sm {
  font-size: 14px;
  color: #ef474c;
}
.selectboxit-container .selectboxit-btn.link-sm:hover {
  color: #59595a;
}
.selectboxit-container .selectboxit-btn.selectboxit-hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  color: #212222;
}
.selectboxit-container .selectboxit-btn.selectboxit-open {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  color: #212222;
}
.selectboxit-container .selectboxit-btn.selectboxit-open .selectboxit-arrow-container {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.selectboxit-container .selectboxit-arrow-container {
  width: 46px;
  height: 100%;
  background: url(../img/icon-down.png) center center no-repeat;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.selectboxit-container .selectboxit-arrow-container:after {
  display: none;
}
.selectboxit-container .selectboxit-list {
  margin-top: -5px;
  padding-bottom: 10px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.selectboxit-container .selectboxit-list .selectboxit-option-anchor {
  padding: 4px 20px;
  font-size: 15px;
  color: #ef474c;
}
.selectboxit-container .selectboxit-list .selectboxit-option-anchor:hover {
  color: #59595a;
}
/* Page */
.page {
  position: relative;
  width: 100%;
  min-width: 1000px;
  margin: 0 auto 0 auto;
}
.container {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: auto;
  padding: 0 20px;
}
.row {
  margin: 0 -10px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding: 0 10px;
}
/* Footer*/
.footer {
  z-index: 40;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 1000px;
  height: 210px;
  margin: auto;
  padding: 40px 0 35px 0;
  border-top: 10px solid #fff;
}
.footer a {
  color: #ef474c;
}
.footer a:hover {
  color: #59595a;
}
.footer .form-control {
  display: inline-block;
  vertical-align: top;
  width: 260px;
  margin-right: 6px;
}
.footer .btn {
  vertical-align: top;
  margin-bottom: 0;
}
.footer-menu {
  margin-top: -2px;
}
.footer-menu li a {
  display: inline-block;
  padding: 2px 0;
}
.social a {
  display: inline-block;
  margin-left: 6px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.social a:hover {
  opacity: 0.75;
}
.map {
  width: 100%;
  height: 300px;
}
/* Header */
.modal-backdrop.in {
  opacity: 0.3;
}
.modal {
  font-size: 13px;
}
.modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 1;
}
.modal .close:hover {
  opacity: 0.8;
}
.modal .modal-dialog {
  width: 600px;
}
.modal .modal-content {
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.modal .modal-header {
  position: relative;
  padding: 40px 45px;
  border-bottom: none;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.modal .modal-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.modal .modal-body {
  padding: 40px 45px 45px 45px;
}
.modal .btn {
  display: inline-block;
  vertical-align: middle;
  margin-top: 15px;
  margin-right: 35px;
  margin-bottom: 0;
}
.modal .form-error {
  display: inline-block;
  margin-top: 15px;
  vertical-align: middle;
  color: #9f0101;
}
.modal .form-control {
  height: 46px;
  border: 1px solid #d7d7d7 !important;
}
.modal .form-group {
  margin-bottom: 20px;
}
.header {
  height: 120px;
  line-height: 120px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}
.logo {
  display: inline-block;
  margin-right: 38px;
}
.logo:hover {
  opacity: 0.8;
}
.search-btn {
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.search-btn:hover {
  opacity: 0.75;
}
.main-menu {
  display: inline-block;
}
.main-menu > ul > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.main-menu > ul > li.active > a {
  color: #ef474c;
}
.main-menu > ul > li > a {
  z-index: 60;
  display: block;
  padding: 0 12px;
  display: inline-block;
  font-family: 'Panton', sans-serif;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  color: #212222;
}
.main-menu > ul > li > a:hover {
  color: #ef474c;
}
.main-menu > ul > li > a + .link {
  margin-left: 15px;
}
.main-menu > ul > li > a.link-sm {
  font-size: 14px;
  color: #ef474c;
}
.main-menu > ul > li > a.link-sm:hover {
  color: #59595a;
}
.main-menu > ul > li > a .fa {
  margin-left: 4px;
}
.search-block {
  display: none;
  z-index: 25;
  position: absolute;
  top: 0;
  left: 120px;
  right: 20px;
  height: 100%;
  padding: 0 20px;
  line-height: 1.3;
}
.search-block .row {
  margin: 0 -5px;
}
.search-block .col {
  padding: 0 5px;
}
.search-block .form-group {
  margin-bottom: 0;
}
.search-block .form-control {
  height: 54px;
  padding-left: 60px;
  vertical-align: top;
  background: url(../img/icon-search.png) 19px center no-repeat;
  font-size: 16px;
}

.search-block .loader{
  background: url(../img/search-loader.gif);
  display: none;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 10px;
  top: 15px;
}

.search-block .btn {
  vertical-align: top;
}
.search-block-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 34px;
  background: #fff;
}
.search-block-results {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 2px solid #212222;
  border-top: none;
  background: #fff;
}
.search-block-tabs {
  display: block;
  padding: 15px 20px;
  border-bottom: 2px solid #f6f7f9;
}
.search-block-tabs li {
  display: inline-block;
  margin-right: 16px;
}
.search-block-tabs li.active a {
  color: #59595a;
}
.search-block-tabs li a {
  color: #ef474c;
}
.search-block-tabs li a:hover {
  color: #59595a;
}
.search-block-results-item {
  display: block;
  height: 80px;
  padding: 10px 20px;
  border-bottom: 2px solid #f6f7f9;
}
.search-block-results-item:hover {
  background: #f6f7f9;
}
.search-block-results-item img {
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
.search-block-results-item .ov {
  overflow: hidden;
  padding-top: 12px;
}
.search-block-results-item p {
  margin-bottom: 0;
}
.search-block-footer {
  padding: 15px 20px;
}
.search-block-footer a {
  color: #ef474c;
}
.search-block-footer a:hover {
  color: #59595a;
}
.cart-link {
  position: relative;
  top: -2px;
  display: inline;
  margin-left: 32px;
  margin-right: 8px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cart-link:hover {
  opacity: 0.75;
}
.cart-link .badge {
  position: absolute;
  top: -10px;
  right: -5px;
  display: inline-block;
  min-width: 17px;
  height: 17px;
  line-height: 18px;
  margin: 0;
  padding: 0;
  background-color: #212222;
  font-family: 'Panton', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.slick-arrow {
  overflow: hidden;
  z-index: 50;
  position: absolute;
  top: 50%;
  right: 100%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  font-size: 0;
  text-indent: -99999px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.slick-arrow.slick-prev {
  margin-right: 65px;
  background: url(../img/prev.png) center center no-repeat;
  -webkit-background-size: contain !important;
  background-size: contain !important;
}
.slick-arrow.slick-prev:hover {
  background-color: #ef474c;
}
.slick-arrow.slick-next {
  right: auto;
  left: 100%;
  margin-left: 65px;
  background: url(../img/next.png) center center no-repeat;
  -webkit-background-size: contain !important;
  background-size: contain !important;
}
.slick-arrow.slick-next:hover {
  background-color: #ef474c;
}
.prev {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: url(../img/prev.png) center center no-repeat;
  -webkit-background-size: contain !important;
  background-size: contain !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.prev:hover {
  background-color: #ef474c;
}
.next {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: url(../img/next.png) center center no-repeat;
  -webkit-background-size: contain !important;
  background-size: contain !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.next:hover {
  background-color: #ef474c;
}
.slick-dots {
  z-index: 50;
  position: absolute;
  left: auto;
  right: 375px;
  bottom: 105px;
  width: 300px;
  text-align: right;
}
.slick-dots li {
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 0;
  text-indent: -99999px;
}
.slick-dots li.slick-active button {
  background: #ef474c;
}
.slick-dots li button {
  display: block;
  width: 14px;
  height: 14px;
  background-color: white;
  border-radius: 2px;
  box-shadow: 0 1px 0 rgba(0, 1, 1, 0.3);
}
.slick-slide {
  position: relative;
}
/* Content */
.list {
  display: inline-block;
  margin-bottom: 20px;
}
.list li {
  color: #ef474c;
  list-style-type: disc;
  text-align: left;
}
.list li span {
  color: #59595a;
}
.list li small {
  display: inline-block;
  margin: 0;
  font-size: 0.7em;
}
.pic-wrap {
  position: relative;
}
.pic {
  display: block;
  width: 100%;
}
.circle {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 25px;
  text-align: center;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  border: 1px solid #ef474c;
  font-size: 30px;
  font-weight: 700;
}
.page-title {
  margin-bottom: 0;
  font-size: 30px;
}
.section-title {
  position: relative;
  top: -5px;
  margin-bottom: 30px;
  font-size: 24px;
  text-transform: uppercase;
}
.section-subtitle {
  position: relative;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.small-title {
  margin-bottom: 10px;
  font-size: 14px;
  color: #59595a;
}
.extra-small-title {
  display: inline-block;
  margin-bottom: 0;
  font-size: 12px;
  color: #59595a;
}
.section-bg-wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.section {
  position: relative;
  padding: 40px 0;
  border-bottom: 4px solid #fff;
}
.section:last-child {
  border-bottom: none !important;
}
.start-block-item {
  position: relative;
  display: block;
  margin-bottom: 3.75%;
  text-align: center;
  color: #fff;
}
.start-block-item:after {
  content: '';
  display: block;
  opacity: 0.5;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #212222;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.start-block-item:hover {
  color: #fff;
}
.start-block-item:hover:after {
  opacity: 0.4;
}
.start-block-item.start-block-item-half h2 {
  font-size: 24px;
}
.start-block-item h2 {
  margin-bottom: 5px;
  font-size: 30px;
  color: #fff;
}
.start-block-item p {
  margin-bottom: 0;
}
.start-block-item-content {
  z-index: 10;
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 100%;
}
.info-block {
  min-height: 100px;
  padding: 30px 0 0 30px;
  background: #212222;
  font-size: 16px;
  color: #fff;
}
.info-block img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.info-block p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.item {
  display: block;
  min-height: 355px;
  margin-bottom: 10px;
  padding: 30px 30px 10px;
  text-align: center;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}
.item:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.item .pic-wrapper{
  width: 200px;
  height: 200px;
  margin-bottom: 15px;

}

.item .pic {
  max-width: 100%;
  max-height: 100%;

}
.item-author {
  margin-bottom: 0;
  display: inline-block;
  font-family: 'Panton', sans-serif;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  color: #212222;
  color: #ef474c;
  white-space: nowrap; /* Отменяем перенос текста */
  overflow: hidden; /* Обрезаем содержимое */
  text-overflow: ellipsis; /* Многоточие */
  max-width: 100%;
}
.item-author:hover {
  color: #ef474c;
}
.item-author + .link {
  margin-left: 15px;
}
.item-author.link-sm {
  font-size: 14px;
  color: #ef474c;
}
.item-author.link-sm:hover {
  color: #59595a;
}
.item-title {
  margin-bottom: 10px;
  color: #59595a;
  overflow: hidden; /* Обрезаем содержимое */
  text-overflow: ellipsis; /* Многоточие */
  max-height: 37px;
}
.item-price {
  display: inline-block;
  font-family: 'Panton', sans-serif;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  color: #212222;
  font-size: 19px;
  color: #212222 !important;
}
.item-price:hover {
  color: #ef474c;
}
.item-price + .link {
  margin-left: 15px;
}
.item-price.link-sm {
  font-size: 14px;
  color: #ef474c;
}
.item-price.link-sm:hover {
  color: #59595a;
}
.section-breadcrumb {
  padding: 25px 0 10px 0;
}
.sidebar .panel {
  margin-bottom: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sidebar .small-title {
  padding-top: 12px;
}
.side-menu li:last-child:first-child a {
  padding: 0;
}
.side-menu li.active a {
  color: #59595a;
}
.side-menu li a {
  display: block;
  padding: 7px 0;
  font-size: 15px;
  color: #ef474c;
}
.side-menu li a:hover {
  color: #59595a;
}
.abc-menu {
  margin: 0 -5px 0 -8px;
}
.abc-menu li.active a {
  color: #59595a;
}
.abc-menu li a {
  display: block;
  float: left;
  width: 12.5%;
  padding: 7px 0;
  text-align: center;
  font-size: 15px;
  color: #ef474c;
}
.abc-menu li a:hover {
  color: #59595a;
}
.text-block {
  line-height: 1.8;
  font-size: 15px;
  color: #212222;
}
.text-block img {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}
.text-block h2 {
  margin-bottom: 15px;
  padding-top: 15px;
  font-size: 15px;
}
.text-block ul {
  margin-bottom: 10px;
}
.text-block p {
  margin-bottom: 10px;
}
.text-block p + ul {
  margin-top: -5px;
}
.text-block a {
  color: #ef474c;
}
.text-block a:hover {
  color: #59595a;
}
.share {
  margin-bottom: 20px;
}
.share-item, .jssocials-share {
  display: inline-block;
  margin-right: 16px;
}
.share-item .btn, .jssocials-share .jssocials-share-link {
  min-width: 142px;
  vertical-align: top;
  height: 34px;
  line-height: 34px;
  background: #212222 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: none !important;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 20px;
  padding: 0 20px;
  text-align: center;
  margin-right: 4px;
}
.jssocials-share-logo{
  display: none;
}

.jssocials-share-no-count .jssocials-share-count{
  content: "0";
}

.share-item-count, .jssocials-share-count-box {
  display: inline-block;
  vertical-align: top;
  min-width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #212222;
  font-family: 'Panton', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}
.social-entry-item {
  display: inline-block;
  margin-right: 16px;
}
.social-entry-item .btn {
  min-width: 142px;
  vertical-align: top;
}
.new-item {
  display: block;
  padding: 20px 30px;
  color: #59595a;
}
.new-item:hover {
  background: #f6f7f9;
  color: #59595a;
}
.new-item:first-child {
  padding-top: 30px;
}
.new-item:last-child {
  padding-bottom: 30px;
}
.new-item + .new-item {
  border-top: 2px solid #f6f7f9;
}
.new-item .col-xs-2 {
  width: 13%;
}
.new-item .col-xs-7 {
  width: 62%;
}
.new-item .new-title {
  margin-bottom: 5px;
  padding-top: 5px;
  display: inline-block;
  font-family: 'Panton', sans-serif;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  color: #212222;
  color: #ef474c;
}
.new-item .new-title:hover {
  color: #ef474c;
}
.new-item .new-title + .link {
  margin-left: 15px;
}
.new-item .new-title.link-sm {
  font-size: 14px;
  color: #ef474c;
}
.new-item .new-title.link-sm:hover {
  color: #59595a;
}
.new-item .date {
  padding-top: 5px;
}
.sorting .selectboxit-container {
  max-width: 230px;
}
.catalog-display {
  display: inline-block;
  margin-left: 6px;
}
.catalog-display li {
  display: inline-block;
}
.catalog-display li.active .display-cells {
  background: #fff url(../img/icon-cells-active.png) center center no-repeat;
}
.catalog-display li.active .display-list {
  background: #fff url(../img/icon-list-active.png) center center no-repeat;
}
.catalog-display .display-item {
  display: inline-block;
  width: 46px;
  height: 46px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.catalog-display .display-item:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.catalog-display .display-cells {
  background: #fff url(../img/icon-cells.png) center center no-repeat;
}
.catalog-display .display-cells:hover {
  background: #fff url(../img/icon-cells-active.png) center center no-repeat;
}
.catalog-display .display-list {
  background: #fff url(../img/icon-list.png) center center no-repeat;
}
.catalog-display .display-list:hover {
  background: #fff url(../img/icon-list-active.png) center center no-repeat;
}
.abc-letter {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 82px;
  margin-top: 12px;
  margin-bottom: 12px;
  text-align: center;
  background-color: #f6f7f9;
  font-family: 'Panton', sans-serif;
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
}
.abc-letter-list ul li a {
  display: block;
  padding: 9px 0;
}
.login-block .form-group {
  margin: 0;
  padding: 5px 0;
}
.login-block label {
  font-size: 16px;
}
.login-block .form-control {
  max-width: 240px;
}
.login-block .checkbox {
  display: block;
}
.login-block .checkbox + .btn-lg {
  margin-top: 15px !important;
}
.login-block .checkbox label {
  font-size: 13px;
}
.login-block .btn-lg {
  display: block;
  min-width: 196px;
}
.login-block .login-block-link {
  display: inline-block;
  margin-bottom: 15px;
  color: #ef474c;
}
.login-block .login-block-link:hover {
  color: #59595a;
}
.login-block .panel-section h3 {
  margin-bottom: 5px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #212222;
  text-transform: none;
}
.get-order-type .radio-style {
  position: relative;
  top: 1px;
  float: left;
  margin-right: 18px;
}
.get-order-type .btn-sm {
  min-width: 154px;
  margin-left: 38px;
}
.cart-block {
  color: #212222;
}
.cart-block .panel-body .item-price {
  margin: 0;
}
.cart-block .extra-small-title {
  padding-top: 8px;
}
.order-list .extra-small-title + .item-price {
  margin-left: 15px;
}
.order-list .extra-small-title + .form-control {
  margin-left: 14px;
}
.order-list .panel-body:last-child h3 {
  padding-top: 8px;
}
.order-list .form-control {
  display: inline-block;
  vertical-align: top;
  max-width: 230px;
  margin-top: -3px;
  margin-right: 4px;
}
.order-list .btn-sm {
  vertical-align: top;
  margin-top: -3px;
  margin-bottom: 0 !important;
}
.order-list-total {
  padding-top: 3px;
}
.order-list-total .extra-small-title {
  padding-top: 8px;
}
.list-items + .panel-body {
  border-top: 2px solid #f6f7f9;
}
.list-item {
  display: block;
  padding: 20px 30px;
  color: #59595a;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.list-item:hover {
  background: #f6f7f9;
  color: #59595a;
}
.list-item:first-child {
  padding-top: 30px;
}
.list-item:last-child {
  padding-bottom: 30px;
}
.list-item + .list-item {
  border-top: 2px solid #f6f7f9;
}
.list-item .list-item-title {
  margin-bottom: 2px;
  padding-top: 5px;
  display: inline-block;
  font-family: 'Panton', sans-serif;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  color: #212222;
  color: #ef474c;
}
.list-item .list-item-title:hover {
  color: #ef474c;
}
.list-item .list-item-title + .link {
  margin-left: 15px;
}
.list-item .list-item-title.link-sm {
  font-size: 14px;
  color: #ef474c;
}
.list-item .list-item-title.link-sm:hover {
  color: #59595a;
}
.list-item .pic {
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 18px;
}
.list-item-list li {
  display: inline-block;
}
.list-item-list li + li {
  margin-left: 20px;
}
.list-item-list span {
  color: #ef474c;
}
.promo-list .panel-body {
  padding-top: 25px;
  padding-bottom: 25px;
}
.history-list .col-xs-2 {
  width: 20%;
}
.history-list-item {
  display: block;
  padding: 20px 30px;
  color: #59595a;
}
.history-list-item:hover {
  background: #f6f7f9;
  color: #59595a;
}
.history-list-item + .history-list-item {
  border-top: 2px solid #f6f7f9;
}
.history-list-item .col-xs-2:first-child {
  color: #ef474c;
}
.item-remove {
  position: absolute;
  top: 6px;
  right: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.item-remove:hover {
  opacity: 0.75;
}
.item-counter {
  font-size: 0;
}
.item-counter .form-control {
  vertical-align: top;
  width: 45px;
  margin: 0 !important;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  display: inline-block;
  font-family: 'Panton', sans-serif;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  color: #212222;
  font-size: 19px;
  color: #212222 !important;
  background: none !important;
}

.item-counter .form-control.count_lust{
  padding-top: 11px;
}

.item-counter .form-control:hover {
  color: #ef474c;
}
.item-counter .form-control + .link {
  margin-left: 15px;
}
.item-counter .form-control.link-sm {
  font-size: 14px;
  color: #ef474c;
}
.item-counter .form-control.link-sm:hover {
  color: #59595a;
}

.item-counter-controll{
  width: 30px;
  height: 54px;
  float: left;
}

.item-counter-minus {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: top;
  border: 2px solid #212222;
  border-right: none;
  background: url(../img/icon-left.png) center center no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.item-counter-minus:hover {
  opacity: 0.75;
}
.item-counter-plus {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: top;
  border: 2px solid #212222;
  border-left: none;
  background: url(../img/icon-right.png) center center no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.item-counter-plus:hover {
  opacity: 0.75;
}
.filter-element {
  position: relative;
}
.filter-element.active .side-menu {
  display: block;
}
.filter-element.active .toggle-side-menu {
  background: url(../img/icon-minus.png) center center no-repeat;
}
.filter-element .side-menu {
  display: none;
}
.filter-element-chosen.panel {
  background: #f6f6f6;
  -webkit-box-shadow: inset 0 0 0 4px #fff;
  -moz-box-shadow: inset 0 0 0 4px #fff;
  box-shadow: inset 0 0 0 4px #fff;
}
.filter-element-chosen.panel .side-menu li a {
  position: relative;
  color: #59595a;
}
.filter-element-chosen.panel .side-menu li a:hover {
  color: #ef474c;
}
.filter-element-chosen.panel .side-menu li a:hover img {
  opacity: 0.75;
}
.filter-element-chosen.panel .side-menu li a img {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -7px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.toggle-side-menu {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 36px;
  height: 36px;
  background: url(../img/icon-plus.png) center center no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.toggle-side-menu:hover {
  opacity: 0.75;
}
.product.panel .panel-body {
  padding: 60px 60px 20px 60px;
}
.product.panel .panel-heading {
  padding: 25px 60px;
  border-bottom-width: 2px;
}
.product .pic-wrap {
  padding-right: 20px;
}
.product .item-counter .form-control {
  float: left;
  height: 54px;
}
.product .item-counter .item-counter-plus {
  display: block;
  height: 27px;
  background: url(../img/icon-up.png) center center no-repeat;
  border: 2px solid #212222;
  border-bottom-width: 1px;
  border-left: none;
}
.product .item-counter .item-counter-minus {
  display: block;
  height: 27px;
  background: url(../img/icon-down.png) center center no-repeat;
  border: 2px solid #212222;
  border-top-width: 1px;
  border-left: none;
}
.product .panel-heading {
  border-top: 2px solid #f6f7f9;
}
.product .accordion {
  margin-top: -2px;
}
.product .accordion-toggle:hover {
  background: #f6f7f9;
}
.product .accordion-toggle:after {
  content: '';
  display: block;
  position: absolute;
  top: 30px;
  right: 60px;
  width: 16px;
  height: 10px;
  background: url(../img/icon-down.png) center center no-repeat;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.product .accordion-toggle.active:after {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.product .accordion-content {
  padding-left: 150px;
  padding-right: 150px;
  color: #212222;
}
.product .accordion-content .panel-title {
  font-size: 15px;
}
.product .accordion-content .panel {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.product .accordion-content .panel .panel-body {
  padding: 18px 0;
}
.product .accordion-content .list-items {
  margin: 0 -30px;
}
.product-title {
  margin-bottom: 5px;
  font-size: 30px;
}
.product-subtitle {
  font-size: 16px;
  color: #212222;
  font-weight: normal;
  text-transform: capitalize;
}
.product-info {
  padding-left: 20px;
}
.product-info .item-price {
  display: inline-block;
  vertical-align: middle;
  margin-right: 35px;
  font-size: 30px;
}
.product-info .item-counter {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.product-info .btn-lg {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}
.product-info-list {
  margin-top: 30px;
}
.product-info-list span a{
  color: #ef474c;
}
.product-info-item {
  padding: 14px 0;
  border-top: 2px solid #f6f7f9;
}
.accordion-toggle {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.accordion-content {
  display: none;
}

.bx-sls .dropdown-block {
  border: 2px solid #59595a !important;
  border-radius: 0px !important;
  box-shadow: none !important;
}


#form-subscribe .form-group .loader {
  background: rgba(0, 0, 0, 0) url("../img/search-loader.gif") repeat scroll 0 0;
  display: none;
  height: 24px;
  position: absolute;
  left: 225px;
  top: 10px;
  width: 24px;
}
.tablebodytext{
	display: none;
}