@charset "UTF-8";

header .btn-default {
  background-color: #122256;
  color: #fff;
}

#topmenu {
    margin-top: 20px;
    margin-bottom: 10px;
}

#topmenu a {
  padding: 10px 5px;
  display: block;
  float: left;
  color: #83c0c7;
}

#topmenu a:last-child {
  padding-right: 5px;
}

#topmenu a:hover {
  text-decoration: none;
  color: #122256;
}

#topmenu i.material-icons {
  margin: 0 2px 0 5px;
  font-size: 1.3em;
  vertical-align: text-bottom;
}

.navbar-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar {
  background-color: #83c0c7;
}

.navbar-nav > .nav-item > .nav-link {
  color: #f1f1f1;
}

.navbar-nav > .nav-item > .nav-link:hover {
  color: #fff;
}

.navbar-brand {
  color: #f9eef5;
}

.navbar-toggler {
  background-color: #fff;
}

i.material-icons {
  vertical-align: text-bottom;
}

@media (min-width: 767.98px) {
  .dropdown-menu {
    min-width: 600px;
  }

  .navbar-toggle-mobile {
    margin-right: 0;
  }
}

.thumbnail {
  padding: 0;
  position: relative;
  display: block;
  background-color: #fff;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 20px;
  text-decoration: none !important;
  border: 2px solid #ddd;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.thumbnail:hover,
.thumbnail:focus {
  border-color: #ff931e !important;
  text-decoration: none;
}

.thumbnail.opportunity.active {
  border-color: #ff931e !important;
  margin: 0;
}

.thumbnail.opportunity:hover,
.thumbnail.opportunity:focus {
  border-color: #00b551 !important;
}

.thumbnail.opportunity .label {
  display: inline-block;
  padding: 6px 10px 4px;
  position: absolute;
  right: 15px;
  top: 15px;
}

.thumbnail.opportunity .label-success {
  background-color: #ff931e;
  color: #fff;
}

.thumbnail.opportunity .counter {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 15px;
  top: 35px;
}

.thumbnail.opportunity .counter li {
  background-color: #E9EAEA;
  border: #aaa solid 1px;
  color: #414042;
  display: block;
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  line-height: 1;
  margin-bottom: 5px;
  padding: 5px 0;
  text-align: center;
  width: 40px;
}

.thumbnail.opportunity .counter li:first-child {
  background-color: #ff931e;
  border-color: #ff931e;
  color: #fff;
}

.thumbnail.opportunity .counter li small {
  display: block;
  font-size: 11px;
  font-weight: 400;
}

.thumbnail .ribbon {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.thumbnail .ribbon span {
  font-size: 10px;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#b00517 0%, #ff001b 100%);
  box-shadow: 0 3px 10px -5px #000;
  position: absolute;
  top: 19px;
  left: -21px;
}

.thumbnail .caption {
  height: 135px;
  padding: 9px 5px 18px;
  text-align: center;
}

.thumbnail .caption .help-block {
  color: #ff931e;
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1em;
  margin: 0;
  text-align: center;
}

.thumbnail.opportunity .caption .help-block {
  color: #ff931e;
}

.thumbnail .caption .product-name {
  color: #000;
  height: 40px;
  margin: 10px 0;
  text-align: center;
  line-height: 1.1em;
}

.thumbnail .caption .product-name.big {
  height: 60px;
}

.thumbnail .caption .price-list {
  display: block;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.thumbnail .caption .price-list li {
  display: inline-block;
}

.thumbnail .caption .price-list li:first-child {
  padding-right: 5px;
}

.thumbnail .caption .price-list li:last-child {
  padding-left: 5px;
}

.thumbnail .caption .price-list li .price {
  color: #315047;
  font-size: 40px;
  letter-spacing: -3px;
  line-height: 22px;
  position: relative;
}

.tab-content .thumbnail .caption .price-list li .price {
  font-size: 28px;
}

.thumbnail.opportunity .caption .price-list li .price {
  color: #315047;
}

.thumbnail .caption .price-list li .price span {
  display: inline-block;
  vertical-align: middle;
}

.thumbnail .caption .price-list li .price.discounted-price {
  color: #999;
  font-size: 24px;
}

.tab-content .thumbnail .caption .price-list li .price.discounted-price {
  font-size: 20px;
}

.thumbnail .caption .price-list li .price.discounted-price:after {
  content: "";
  background-color: #999;
  height: 1px;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100%;
  transform: rotate(-20deg);
}

.thumbnail .caption .price-list li .price span small {
  display: block;
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 16px;
  position: relative;
  top: 1px;
  text-align: left;
}

.tab-content .thumbnail .caption .price-list li .price span small {
  font-size: 12px;
  line-height: 12px;
}

.thumbnail.opportunity .caption .price-list li .price span small {
  color: #315047;
}

.thumbnail .caption .price-list li .price.discounted-price small,
.thumbnail.opportunity .caption .price-list li .price.discounted-price small {
  color: #999;
  font-size: 10px;
  line-height: 10px;
}

.tab-content .thumbnail .caption .price-list li .price.discounted-price span small {
  font-size: 10px;
  line-height: 10px;
}

.thumbnail .caption .price-list li .price small:last-child {
  bottom: 0;
  top: auto;
}

.thumbnailmin {
  min-height: 330px !important;
}

@media (max-width: 767.98px) {
  .thumbnail.opportunity.active {
    margin-top: 20px;
  }
}

.product-list {
  margin-top: 10px;
}

.product-list #product_detail_navigation .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.product-list #product_detail_navigation .breadcrumb .breadcrumb-item h1 {
  display: inline-block;
  font-size: 1.1em;
  margin: 0;
}

.product-list #product_detail_navigation .breadcrumb .breadcrumb-item a {
  color: #ff931e;
}

.product-list .custom-control-label {
  cursor: pointer;
  font-size: 1em;
}

.product-list .custom-control-label::after {
  color: #ff8c00;
}

.product-list .pagination {
  margin-top: 10px;
}

.product-list .pagination li {
  margin-right: 7px;
  margin-bottom: 10px;
}

.product-list .pagination li a {
  border-radius: 4px;
  color: #737373;
  position: relative;
  float: left;
  padding: 8px 14px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #efefef;
  border: 1px solid #efefef;
  transition: all .3s ease-in-out;
}

.product-list .pagination li a:hover {
  border-color: #ff931e;
}

.product-list .pagination li.active a {
  background-color: #ff931e;
  border-color: #ff931e;
}

.promo {
  margin-top: 20px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #ff931e;
}

.nav-pills .nav-link,
.nav-pills .show > .nav-link {
  color: #ff931e;
}

@media (max-width: 767.98px) {
  .promo {
    margin-top: 0;
  }
}

.pages-info {
  background-color: #EDF1F2;
  color: #666;
  padding: 30px 0 10px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .pages-info {
    display: none;
  }
}

.scrollToTop {
  width: 52px;
  height: 52px;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: none;
  background: url(../img/scrolltop.png) no-repeat;
  z-index: 999;
}

@media (max-width: 767.98px) {
  .scrollToTop {
    right: 10px;
    bottom: 10px;
  }
}

.scrollToTop:hover {
  text-decoration: none;
}

.product-detail .breadcrumb {
  background-color: transparent;
  margin: 0;
  padding: 15px 0;
}

.product-detail .breadcrumb li a {
  color: #737373;
  font-size: 12px;
  transition: all .3s ease-in-out;
}

.product-detail .breadcrumb li a:hover {
  color: #000;
  text-decoration: none;
}

.product-detail .breadcrumb h1 {
  margin: 0;
  font-size: 1.2em;
  padding: 0;
}

.product-detail .product-photo {
  padding: 0;
}

.product-detail .product-photo img {
  border-radius: 6px;
}

.product-detail .bx-wrapper {
  box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin: 0 0 20px;
  overflow: hidden;
}

.product-detail .bx-wrapper .bx-pager {
  bottom: 30px;
}

.product-detail .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: rgba(0, 181, 81, 0.5);
}

.product-detail .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #00b551;
}

.product-detail .product-photo-thumbs {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.product-detail .product-photo-thumbs li {
  display: inline-block;
  overflow: hidden;
  width: calc(25% - 3px);
}

.product-detail .product-photo-thumbs li a {
  border-radius: 6px;
  display: block;
  padding: 2px;
  transition: all .3s ease-in-out;
}

.product-detail .product-photo-thumbs li a:hover {
  background-color: #ddd;
}

.product-detail .product-photo-thumbs li a.active {
  background-color: #ff931e;
}

.product-detail .product-photo-thumbs li img {
  border-radius: 6px;
  width: 100%;
}

.product-detail .box {
  border: #ddd solid 1px;
  padding: 15px;
}

@media screen and (max-width: 576px) {
  .product-detail .box {
    border: none;
    padding: 0 15px;
    margin: 0;
  }

  .product-detail hr {
    margin: 0;
    border: none;
  }

  .product-detail .col-xs-6 {
    width: auto;
  }
}

.product-detail h1 {
  font-size: 22px;
  margin: 0;
}

.product-detail h1 small {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin-top: 10px;
}

.product-detail h4 small {
  display: block;
  margin-top: 5px;
}

.product-detail small {
  display: block;
  line-height: 1.7;
}

.product-detail label {
  color: #ff931e;
  font-weight: 500;
}

.product-detail .price-list {
  display: block;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.product-detail .price-list li {
  display: inline-block;
}

.product-detail .price-list li:first-child {
  padding-right: 8px;
}

.product-detail .price-list li:last-child {
  padding-left: 7px;
}

.product-detail .price-list li .price {
  color: #000;
  font-size: 36px;
  letter-spacing: -3px;
  line-height: 36px;
  position: relative;
}

.product-detail .price-list li .price span {
  display: inline-block;
  vertical-align: middle;
}

.product-detail .price-list li .price.discounted-price {
  color: #999;
}

.product-detail .price-list li .price.discounted-price:after {
  content: "";
  background-color: #999;
  height: 1px;
  position: absolute;
  left: 0;
  top: 8px;
  width: 100%;
}

.product-detail .price-list li .price span small {
  color: #000;
  display: block;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 16px;
  position: relative;
  top: 1px;
}

.product-detail .price-list li .price.discounted-price small {
  color: #999;
}

.product-detail .price-list li .price small:last-child {
  font-size: 10px;
  bottom: 0;
  top: auto;
}

.product-detail .shopping-list {
  color: #ff931e;
  display: inline-block;
  font-size: 12px;
  line-height: 54px;
  padding-left: 26px;
  position: relative;
  text-decoration: none;
}

.product-detail .shopping-list:before {
  content: '';
  font-family: 'Material Icons';
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: liga;
  position: absolute;
  top: calc(50% - 11px);
  left: 0;
}

.product-detail .shopping-list.add:before {
  content: "playlist_add";
}

.product-detail .shopping-list.my:before {
  content: "playlist_add_check";
}

.product-detail .quantity {
  width: 115px;
  height: 62px;
}

.product-detail .quantity .form-control.input-lg {
  background-color: #ddd;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  box-shadow: none;
  display: inline-block;
  float: left;
  font-size: 24px;
  height: 61px;
  padding-left: 32px;
  padding-right: 32px;
  width: 80px;
}

.product-detail .quantity .btn-default.btn-xs {
  background-color: #ddd;
  border-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  display: block;
  float: left;
  margin-bottom: 3px;
  margin-left: 3px;
  padding-bottom: 0;
  padding-top: 2px;
}

.product-detail .quantity.btn-default.btn-xs .material-icons {
  font-size: 20px;
}

.product-detail .quantity .btn-default.btn-xs:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
}

.product-detail .btn-add-basket {
  background-color: #ff931e;
  color: #fff;
  height: 61px;
  line-height: 2;
  transition: all .3s ease-in-out;
}

.product-detail .btn-add-basket:hover,
.product-detail .btn-add-basket:focus {
  background-color: #cc2568;
}

.product-detail .btn-take-it {
  font-size: 24px;
  font-weight: 600;
  height: 61px;
  transition: all .3s ease-in-out;
}

.product-detail .alert {
  position: relative;
  padding: 0;
  margin: 0;
}

.product-detail .alert.alert-info {
  margin-bottom: 20px;
  padding: .75rem 1.25rem .75rem 45px;
  margin-bottom: 1rem;
}

.product-detail .alert.alert-info:after {
  content: 'info';
  font-family: "Material Icons";
  font-size: 24px;
  position: absolute;
  left: 15px;
  top: calc(50% - 17px);
}

.product-detail .alert.alert-success {
  margin-bottom: 20px;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
}

.product-detail .alert.alert-danger {
  padding: .75rem 1.25rem;
  padding-left: 45px;
  margin-bottom: 1rem;
}

.product-detail .product-detail .alert.alert-false {
  border: #ddd solid 1px;
  border-top: none;
  border-radius: 0 0 6px 6px;
  display: none;
  margin-bottom: 20px;
  margin-right: 5px;
  margin-top: -20px;
  padding: 10px;
}

.product-detail .help-block {
  color: #ff931e;
  font-weight: 600;
}

.product-detail .input-group {
  margin-bottom: 20px;
}

.product-detail .input-group .form-control:not(:first-child):not(:last-child) {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.product-detail .input-group-lg > .form-control,
.product-detail .input-group-lg > .input-group-addon,
.product-detail .input-group-lg > .input-group-btn > .btn {
  background-color: #f4f4f4;
  border-color: #555;
  box-shadow: none;
  color: #555;
  font-size: 14px;
  height: 61px;
}

.product-detail .input-group-lg.danger > .form-control,
.product-detail .input-group-lg.danger > .input-group-addon,
.product-detail .input-group-lg.danger > .input-group-btn > .btn {
  border-color: #ff931e;
}

.product-detail .input-group-lg > .input-group-btn > .btn {
  display: none;
}

.product-detail .input-group.active .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.product-detail .input-group-lg.active > .form-control,
.product-detail .input-group-lg.active > .input-group-addon {
  background-color: #ff931e;
  border-color: #ff931e;
  color: #fff;
}

.product-detail .input-group-lg.active > .input-group-btn > .btn {
  background-color: #ff931e;
  border-color: #ff931e;
  color: #fff;
  display: block;
}

.product-detail .input-group-lg > .input-group-addon {
  padding: 13px 0 7px 16px;
}

.product-detail .input-group-lg > .input-group-btn > .btn {
  padding: 13px 16px 7px;
}

.product-detail .input-group-lg .material-icons {
  font-size: 34px;
}

.product-detail .input-group-lg > .form-control {
  border-left: none;
}

.product-detail .dates-block {
  display: table;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
}

.product-detail #DatePlace {
  display: none;
}

.product-detail .dates-block li {
  display: table-cell;
  padding-right: 10px;
  vertical-align: top;
  transition: all .3s ease-in-out;
  width: 25%;
}

.product-detail .dates-block li:last-child {
  padding-right: 0;
}

.product-detail .dates-block li a {
  background-color: #ddd;
  border-radius: 6px;
  color: #333;
  display: block;
  height: 80px;
  padding-top: 20px;
  text-align: center;
  text-decoration: none;
}

.product-detail .dates-block li a.disabled {
  background-color: #eee;
  color: #999;
  cursor: not-allowed;
  pointer-events: none;
}

.product-detail .dates-block li.active a {
  background-color: #ff931e;
  color: #fff;
}

.product-detail .dates-block li.accent a {
  background-color: #fff;
  border: #ff931e solid 2px;
  padding-top: 15px;
  position: relative;
}

.product-detail .dates-block li.accent a:after {
  content: '\e920';
  color: #ff931e;
  font-family: "delimine" !important;
  font-size: 24px;
  position: absolute;
  right: 3px;
  top: 0;
}

.product-detail .dates-block li.accent.active a {
  background-color: #ff931e;
  color: #fff;
}

.product-detail .dates-block li.accent.active a:after {
  color: #fff;
}

.product-detail .dates-block li.accent a small:nth-child(2) {
  line-height: 1.2;
}

.product-detail .dates-block li a .material-icons {
  margin-top: -10px;
}

.product-detail .dates-block li a small {
  display: block;
}

.product-detail .dates-block li:last-child a small {
  display: none;
}

.product-detail .dates-block li.active:last-child a small {
  display: block;
}

.product-detail .dates-block li.active:last-child a .material-icons {
  display: none;
}

.product-detail .dates-block li a span {
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.product-detail .dates-block li .hours {
  height: 0;
  opacity: 0;
  transition: all .4s ease-in-out;
  visibility: hidden;
}

.product-detail .dates-block li .hours .form-control {
  background-color: #ff931e;
  border-color: transparent;
  color: #fff;
  display: none;
  font-size: 12px;
  margin-top: 10px;
}

.product-detail .dates-block li.active .hours {
  height: 34px;
  opacity: 1;
  visibility: visible;
}

.product-detail .dates-block li.active .hours .form-control {
  display: block;
}

.product-detail .credit-card {
  display: table;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.product-detail .credit-card li {
  color: #999;
  display: table-cell;
  font-size: 12px;
  height: 54px !important;
  line-height: 1;
  padding: 0 10px;
  text-align: center;
  vertical-align: bottom;
  width: calc(100% / 6);
}

.product-detail .credit-card li img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  margin-bottom: 5px;
  transition: all .3s ease-in-out;
  width: 100%;
}

.product-detail .credit-card li:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.product-description {
  margin-top: 10px;
  margin-bottom: 20px;
}

.product-description .nav-tabs .nav-item.show .nav-link,
.product-description .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #ff931e;
}

.product-description .widget {
  border: #ddd solid 1px;
  border-radius: 6px;
  display: table;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  width: 100%;
  font-size: 10px;
}

.product-description .widget li {
  color: #777;
  cursor: default;
  display: table-cell;
  height: 60px;
  line-height: 1;
  padding: 15px 0;
  position: relative;
  vertical-align: middle;
  text-align: center;
  transition: all .3s ease-in-out;
  width: 25%;
}

.product-description .widget li:before {
  content: '';
  color: #132357;
  display: block;
  font-family: 'delimine';
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}

.product-description .widget li:nth-child(1)::before {
  content: "4";
}

.product-description .widget li:nth-child(2)::before {
  content: "5";
}

.product-description .widget li:nth-child(3)::before {
  content: "2";
}

.product-description .widget li:nth-child(4)::before {
  content: "Z";
}

.product-description .widget li::after {
  content: '';
  background-color: #ddd;
  height: 72px;
  width: 1px;
  position: absolute;
  right: 0;
  top: calc(50% - 36px);
}

.product-description .widget li:last-child::after {
  display: none;
}

.product-description .widget li strong {
  display: block;
  font-weight: 600;
}

.product-description .nav-tabs {
  border: none;
}

.product-description .nav-tabs > li > a {
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-radius: 0;
  color: #333;
  font-weight: 600;
  margin: 0;
  padding: 19px 50px;
  transition: all .3s ease-in-out;
}

.product-description .nav-tabs > li:last-child > a {
  border-right-color: #ddd;
}

.product-description .nav-tabs > li > a:focus,
.product-description .nav-tabs > li > a:hover {
  background-color: #ddd;
  color: #000;
}

.product-description .nav-tabs > li.active > a {
  background-color: #ff931e;
  border-color: #ff931e;
  box-shadow: none;
  color: #fff;
}

.product-description .nav-tabs > li.active > a:focus,
.product-description .nav-tabs > li.active > a:hover {
  background-color: #ff931e;
  border-color: #ff931e;
  box-shadow: none;
  color: #fff;
}

.product-description .tab-content {
  border: 1px solid #ddd;
  padding: 30px;
}

.product-description .tab-content .media {
  border-bottom: #ddd dotted 1px;
  padding-bottom: 15px;
}

.product-description .tab-content .media:last-child {
  border: none;
  padding-bottom: 0;
}

.product-description .tab-content .media .media-heading small {
  float: right;
}

.product-description .tab-content .media .media-heading small .fa-star {
  color: #00b551;
}

footer {
  background-color: #EDF1F2;
  border-bottom: #d1d4d5 solid 1px;
}

footer .footer-top {
  background-color: #efefef;
  border-bottom: #dee0e0 solid 1px;
  padding: 0;
}

footer .footer-top .input-group {
  background-color: #949494;
  border-radius: 6px;
  margin: 0 auto;
  padding: 10px;
  position: relative;
  max-width: 440px;
}

footer .footer-top .input-group-lg > .form-control {
  border-color: transparent;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

footer .footer-top .input-group-lg > .input-group-btn > .btn {
  background-color: #00b551;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
}

footer .footer-top .text-success,
footer .footer-top .text-danger {
  display: none;
  margin: 0;
  padding: 15px 0;
}

footer .footer-middle {
  padding-top: 20px;
}

footer .col-md-3:after {
  content: "";
  background-color: #fdfdfd;
  height: 180px;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
}

footer .col-md-3:before {
  content: "";
  background-color: #dfdfdf;
  height: 180px;
  width: 1px;
  position: absolute;
  right: 1px;
  top: 0;
}

footer .col-md-3:last-child:before,
footer .col-md-3:last-child:after {
  display: none;
}

footer .help-block {
  color: #666;
  font-size: 12px;
  margin: 60px 0;
  text-align: center;
}

footer img {
  max-width: 100%;
}

footer .title-one {
    color: #132357;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 15px;
    text-align: center;
    text-transform: uppercase;
}

footer .title-two {
  color: #ff931e;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 10px;
  text-align: center;
  text-transform: uppercase;
}

footer .menu {
  font-size: 13px;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 15px;
  color: #7F8C8D;
}

footer .menu li a {
  color: #999;
  display: block;
  padding: 0 0 5px;
  text-align: center;
  transition: all .2s ease-in-out;
}

footer .menu li a:hover {
  color: #666;
  text-decoration: none;
}

footer a {
  color: #78828D;
}

footer a.phone {
  display: block;
  font-size: 20px;
}

footer a.phone:hover {
  color: #00b551;
  text-decoration: none;
}

footer .social {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .social li {
  float: left;
}

footer .social li a {
  background: none repeat scroll 0 0 #999;
  border: 2px solid #999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #EDEFF1;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  margin: 0 8px 0 0;
  padding: 0;
  text-align: center;
  width: 36px;
  transition: all .5s ease 0;
  -moz-transition: all .5s ease 0;
  -webkit-transition: all .5s ease 0;
  -ms-transition: all .5s ease 0;
  -o-transition: all .5s ease 0;
}

footer .social li a:hover {
  background: #00b551;
  border: 2px solid #00b551;
  transform: scale(1.15) rotate(360deg);
  -webkit-transform: scale(1.1) rotate(360deg);
  -moz-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  -o-transform: scale(1.1) rotate(360deg);
}

footer .social li a i {
  font-size: 16px;
  color: #fff !important;
}

footer .footer-bottom {
  background: #dee0e0;
  border-top: 1px solid #d1d4d5;
  margin-top: 30px;
  padding: 10px;
  min-height: 50px;
}

footer .footer-bottom .help-block {
  float: left;
  margin: 8px 0;
}

footer .footer-bottom ul {
  display: table;
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .footer-bottom ul li {
  display: table-cell;
  font-size: 24px;
  padding-left: 8px;
  vertical-align: middle;
}

@font-face {
  font-family: delimine;
  src: url(../font/delimine.woff);
}

.product-list .breadcrumb {
  background-color: transparent;
  margin: 0;
  padding: 15px 0;
}

.navbar-toggler {
  padding: .1rem .5rem;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.inputContainer {
  position: relative;
  float: left;
}

.anasayfatelefon,
.anasayfatelefon a {
  font-size: 25px;
  color: #ff931e;
}

.floating-wpp {
  position: fixed;
  bottom: 15px;
  left: 15px;
  font-family: 'Open sans';
  font-size: 14px;
  transition: bottom .2s;
}

.floating-wpp .floating-wpp-button {
  width: 72px;
  height: 72px;
  background-color: #25D366;
  background-image: url(../img/whatsapp.svg);
  background-position: center;
  background-size: 180%;
  border-radius: 50%;
  box-shadow: 1px 1px 4px rgba(60, 60, 60, .4);
  transition: box-shadow .2s;
  cursor: pointer;
}

.floating-wpp:hover {
  bottom: 17px;
}

.floating-wpp:hover .floating-wpp-button {
  box-shadow: 1px 2px 8px rgba(60, 60, 60, .4);
}

.floating-wpp .floating-wpp-popup {
  border-radius: 6px;
  background-color: #E5DDD5;
  position: absolute;
  overflow: hidden;
  padding: 0;
  box-shadow: 1px 2px 8px rgba(60, 60, 60, .25);
  width: 0;
  height: 0;
  bottom: 82px;
  transition: width 0.2s, height 0.2s, padding .2s;
  transform-origin: bottom;
}

.floating-wpp .floating-wpp-popup.active {
  padding: 0 12px 12px;
  width: 260px;
  height: auto;
}

.floating-wpp .floating-wpp-popup .floating-wpp-message {
  background-color: #fff;
  padding: 8px;
  border-radius: 0 5px 5px 5px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
  opacity: 0;
  transition: opacity .2s;
}

.floating-wpp .floating-wpp-popup.active .floating-wpp-message {
  opacity: 1;
  transition-delay: .2s;
}

.floating-wpp .floating-wpp-popup .floating-wpp-head {
  text-align: right;
  color: #fff;
  margin: 0 -15px 10px;
  padding: 6px 12px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.floating-wpp .floating-wpp-input-message {
  background-color: #fff;
  margin: 10px -15px -15px;
  padding: 0 15px;
  display: flex;
  align-items: center;
}

.floating-wpp .floating-wpp-input-message textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: none;
  padding: 8px;
  margin: 10px 0;
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  font-size: inherit;
  resize: none;
}

.floating-wpp .floating-wpp-btn-send {
  margin-left: 12px;
  font-size: 0;
  cursor: pointer;
}

.whatsappSiparis {
  color: #fff;
}

.whatsappSiparis:hover {
  color: #dee2e6;
}

.dynamic-pages {
  margin: 10px;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #ff931e;
  border-color: #ff931e;
}

a {
  color: #ff931e;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #ff931e;
}

a.list-group-item:hover {
  color: #ced4da;
}

.pull-left {
  float: left;
  margin: 15px;
}

@media screen and (max-width: 600px) {
  .hiddenxs {
    display: none;
  }
}

.navbar-form {
  padding-top: 0px;
}

#mobile-contact-bar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-size: 100%;
  font-size: 1rem;
  opacity: 1;
  position: relative;
  width: 100%;
  z-index: 9998;
}

#mobile-contact-bar:before,
#mobile-contact-bar:after {
  content: "";
  display: table;
}

#mobile-contact-bar:after {
  clear: both;
}

#mobile-contact-bar-outer {
  background-color: #03c03c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  overflow: hidden;
  width: 100%;
}

#mobile-contact-bar ul {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
}

#mobile-contact-bar ul li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 50px;
  text-align: center;
  height: 50px;
  width: 50%;
}

#mobile-contact-bar ul li a {
  color: #fff;
  cursor: pointer;
  display: block;
  height: 100%;
  position: relative;
  z-index: 9998;
}

#mobile-contact-bar ul li a:active,
#mobile-contact-bar ul li a:focus {
  outline: none;
}

.fa-stack {
  height: 2em;
  line-height: 2em;
  width: 2em;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mobile-contact-bar-badge {
  background-color: #c86414;
  border-radius: 100%;
  color: #fff;
  display: block;
  font-size: 0;
  height: 1.5em;
  width: 1.5em;
  line-height: 1.5;
  position: absolute;
  top: 0;
  right: 0;
  text-indent: 0;
}

#mobile-contact-bar {
  position: fixed;
  left: 0;
  bottom: 0;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 23px;
}

body {
  font-family: 'Raleway', sans-serif;
}
