@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700&subset=latin,latin-ext);
html {
  height: 100%;
}
/* Color of invalid field */
.has-error .control-label,
.has-error .help-block,
.has-error .form-control-feedback {
  color: #a94442;
}
/* Color of valid field */
.has-success .control-label,
.has-success .help-block,
.has-success .form-control-feedback {
  color: #3c763d;
}
.d-flex {
  display: flex !important;
}
.flex-wrap {
  flex-wrap: wrap;
}
.align-stretch {
  align-items: stretch;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.btn-red {
  background-color: #CF2029;
  color: #fff;
}
.btn-red:hover,
.btn-red:focus {
  background-color: #b91d25;
  color: #fff;
}
.btn-black {
  background-color: #000000;
  color: #fff;
}
.btn-black:hover,
.btn-black:focus {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.btn-green {
  background-color: #3bc16d;
  color: #fff;
}
.btn-green:hover,
.btn-green:focus {
  background-color: #35ad62;
  color: #fff;
}
.btn-white {
  background-color: #FFF;
  color: #273142;
  border-radius: 5px !important;
}
* {
  outline: 0 !important;
}
body {
  font-family: 'Roboto', sans-serif;
  background-color: #f9f9f9;
}
body.page--sign {
  background-color: #F2F2F2;
  background-size: cover;
  height: 100%;
}
body.page--sign header {
  padding: 30px 0;
  background-color: transparent;
}
body.page--sign header a {
  color: #D2D2D1;
  font-size: 20px;
}
body.page--sign header.bg-white {
  background-color: #FFF;
  border-bottom: 1px solid #D2D2D1;
}
body.page--sign main.Sign-content .container {
  max-width: 930px;
}
body.page--sign main.Sign-content ul.nav-tabs {
  border: none;
}
body.page--sign main.Sign-content ul.nav-tabs a {
  background-color: #F2F2F2;
  color: #000;
  min-width: 150px;
  text-align: center;
  border-color: #D2D2D1;
  border-bottom: 0;
}
body.page--sign main.Sign-content ul.nav-tabs li.active a {
  background-color: #FFF !important;
  color: #cf2029;
}
body.page--sign main.Sign-content .tab-content {
  flex: 1;
  border: 1px solid #D2D2D1;
  padding: 0px;
  background-color: #FFFFFF;
}
body.page--sign main.Sign-content .tab-content .tab-pane .col-md-8 {
  padding: 40px;
}
body.page--sign main.Sign-content .tab-content h1 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 50px;
}
body.page--sign main.Sign-content .tab-content h1 small {
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
body.page--sign main.Sign-content .tab-content .form-group {
  margin-bottom: 30px;
}
body.page--sign main.Sign-content .tab-content .form-group.password {
  position: relative;
}
body.page--sign main.Sign-content .tab-content .form-group.password i {
  color: #000;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
body.page--sign main.Sign-content .tab-content .form-control.secondary {
  border: none;
  border-bottom: 3px solid #D2D2D1;
  color: #cf2029;
  background-color: transparent;
  padding-left: 0;
  box-shadow: none;
}
body.page--sign main.Sign-content .tab-content .form-control.secondary:focus {
  border-color: #CF2029;
  box-shadow: none;
}
body.page--sign main.Sign-content .tab-content .buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.page--sign main.Sign-content .tab-content .buttons a.forgot:hover {
  text-decoration: underline;
}
body.page--sign main.Sign-content .Sign-content-items {
  display: flex;
  margin-bottom: 30px;
}
body.page--sign main.Sign-content .Sign-content-items .sign-up-panel {
  text-align: center;
  max-width: 320px;
  width: 320px;
  min-width: 320px;
  background-color: #CF2029;
  padding: 50px 30px;
  margin-top: -45px;
  border-radius: 5px 5px 5px 0;
}
body.page--sign main.Sign-content .Sign-content-items .sign-up-panel i {
  border: 1px solid #e74c3c;
  width: 200px;
  text-align: center;
  line-height: 200px;
  border-radius: 50%;
  height: 200px;
  color: #FFF;
  font-size: 90px;
}
body.page--sign main.Sign-content .Sign-content-items .sign-up-panel p {
  color: white;
  font-size: 18px;
  font-weight: 700;
  margin: 30px 0;
}
body.page--sign main.Sign-content .Sign-content-boxes {
  margin-bottom: 30px;
}
body.page--sign main.Sign-content .Sign-content-boxes .box {
  display: flex;
  align-items: center;
  padding: 15px 30px;
  background-color: white;
  border: 1px solid #d2d2d1;
  border-radius: 5px;
}
body.page--sign main.Sign-content .Sign-content-boxes .box i {
  margin-right: 20px;
  color: #cf2029;
  font-size: 25px;
}
body.page--sign main.Sign-content .Sign-content-boxes .box p {
  color: #000;
  margin: 0;
  padding-left: 20px;
  border-left: 1px solid #D2D2D1;
}
body.page--sign main.Sign-content .Sign-content-boxes .box p strong {
  font-size: 16px;
  font-weight: 700;
}
body.page--sign main.Sign-up {
  padding: 5% 0;
}
body.page--sign main.Sign-up .container {
  max-width: 930px;
}
body.page--sign main.Sign-up .info-alert {
  display: flex;
  align-items: center;
  background-color: white;
  border: 1px solid #d2d2d1;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 30px;
  color: #000;
}
body.page--sign main.Sign-up .info-alert i {
  color: #cf2029;
  font-size: 30px;
}
body.page--sign main.Sign-up .info-alert .title {
  font-size: 18px;
  margin-left: 15px;
  margin-right: 30px;
  font-weight: 700;
}
body.page--sign main.Sign-up .info-alert p {
  margin: 0;
}
body.page--sign main.Sign-up .boxes {
  display: flex;
}
body.page--sign main.Sign-up .boxes a {
  position: relative;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
body.page--sign main.Sign-up .boxes a figure {
  height: 100%;
}
body.page--sign main.Sign-up .boxes a figure img {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
body.page--sign main.Sign-up .boxes a figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 50px 45px 50px;
}
body.page--sign main.Sign-up .boxes a figure figcaption i.main {
  width: 60px;
  height: 60px;
  background-color: #cf2029;
  text-align: center;
  line-height: 60px;
  color: #FFF;
  border-radius: 50%;
  font-size: 21px;
}
body.page--sign main.Sign-up .boxes a figure figcaption .text {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  color: white;
  font-size: 18px;
}
body.page--sign main.Sign-up .boxes a figure figcaption .text:after {
  content: '';
  position: absolute;
  top: 100%;
  margin-top: 5px;
  width: 100px;
  height: 5px;
  background-color: #CF2029;
}
body.page--sign main.Sign-up .boxes a figure figcaption .text p {
  margin: 0;
}
body.page--sign main.Sign-up-form {
  margin: 30px 0;
  background-color: white;
  border: 1px solid #d2d2d1;
}
body.page--sign main.Sign-up-form .title {
  padding: 20px 30px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D2D2D1;
}
body.page--sign main.Sign-up-form .title i {
  width: 60px;
  min-width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #FFF;
  border-radius: 50%;
  font-size: 25px;
  background-color: #cf2029;
}
body.page--sign main.Sign-up-form .title span.hero {
  margin-left: 25px;
  margin-right: 50px;
  font-size: 18px;
}
body.page--sign main.Sign-up-form .title .line {
  flex: 1;
  height: 5px;
  background-color: #cf2029;
  border-radius: 0 0 0 5px;
}
body.page--sign main.Sign-up-form .body {
  padding: 30px 15px;
}
body.page--sign main.Sign-up-form .body .form-group {
  margin-bottom: 30px;
}
body.page--sign main.Sign-up-form .body .has-error .form-control {
  border-color: #a94442 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}
body.page--sign main.Sign-up-form .body .form-control {
  border-radius: 5px;
  border: 1px solid #d2d2d1;
  box-shadow: none;
}
body.page--sign footer {
  border: 0;
  padding: 30px 0;
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
  background-color: transparent;
}
body.page--sign footer p {
  margin: 0;
  color: #273142;
}
body.page--sign footer.bg-white {
  background-color: #FFF;
  border-top: 1px solid #D2D2D1;
}
body.page--sign footer.bg-white .container {
  display: flex;
  justify-content: space-between;
}
a {
  color: #000;
}
a:focus,
a:hover {
  text-decoration: none;
}
a:hover {
  color: #000;
}
ul,
ol {
  list-style-type: none;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0;
  padding: 0;
}
textarea {
  resize: none;
}
.text-xs-left {
  text-align: left;
}
.text-xs-right {
  text-align: right;
}
.text-xs-center {
  text-align: center;
}
.text-xs-justify {
  text-align: justify;
}
.col-xs-pd {
  padding: 0 5px;
}
.row-xs-mg {
  margin: 0 -5px;
}
.select {
  position: relative;
}
.select:after {
  content: '\f107';
  font-family: 'FontAwesome';
  position: absolute;
  color: #CF2029;
  font-size: 24px;
  top: 8px;
  right: 10px;
  line-height: 1;
  pointer-events: none;
}
.container {
  width: 1200px !important;
}
.white-bg {
  background-color: #fff !important;
}
.lightgrey {
  background-color: #F2F2F2;
  padding: 20px;
}
.darkgrey {
  background-color: #E2E2E2;
  padding: 20px;
}
.no-padding {
  padding: 0 !important;
}
.border-dashed {
  border: 1px dashed #000;
}
.border-dotted {
  border: 1px dotted #000;
}
.center-block {
  display: block !important;
}
header {
  background-color: #FFF;
}
header .top {
  padding: 12px 0;
  border-bottom: 1px solid #E2E2E2;
  background-color: #F2F2F2;
}
header .top ul.info {
  float: left;
}
header .top ul.info li {
  display: inline-block;
  margin-right: 15px;
}
header .top ul.info li span {
  color: #333;
  font-weight: 300;
}
header .top ul.info li span strong {
  font-weight: 400;
}
header .top ul.social-links {
  float: right;
}
header .top ul.social-links li {
  display: inline-block;
  margin-left: 22px;
}
header .top ul.social-links li a {
  display: block;
}
header .top ul.social-links li a:hover i {
  color: #c1c1c1;
}
header .top ul.social-links li a i {
  color: #333;
  font-size: 20px;
}
header .middle nav.navbar {
  border-radius: 0;
  min-height: initial;
  border: 0;
  margin: 0;
}
header .middle nav.navbar .navbar-header {
  float: none;
  padding: 25px 0;
}
header .middle nav.navbar .navbar-header #logo {
  float: left;
}
header .middle nav.navbar .navbar-header .btn-red,
header .middle nav.navbar .navbar-header .btn-black {
  float: right;
  padding: 11px 61px;
  border-radius: 5px;
  letter-spacing: 0.5px;
  font-size: 15px;
}
header .middle nav.navbar .navbar-header .btn-red i,
header .middle nav.navbar .navbar-header .btn-black i {
  margin-right: 10px;
}
header .middle nav.navbar .navbar-header .btn-red {
  margin-left: 10px;
}
header .middle nav.navbar .navbar-header .btn-black {
  padding: 11px 68px;
}
header .bottom {
  background-color: #CF2029;
}
header .bottom .navbar-collapse {
  padding: 0;
}
header .bottom .navbar-collapse ul.navbar-nav li {
  margin-right: 20px;
}
header .bottom .navbar-collapse ul.navbar-nav li a {
  color: #fff;
  border-bottom: 4px solid transparent;
  font-weight: 500;
}
header .bottom .navbar-collapse ul.navbar-nav li a:hover {
  background-color: transparent;
  color: #fff;
  border-color: #000;
}
header .bottom .navbar-collapse ul.navbar-nav li.dropdown .dropdown-toggle:focus {
  background-color: #CF2029;
}
header .bottom .navbar-collapse ul.navbar-nav li.dropdown ul.dropdown-menu {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
header .bottom .navbar-collapse ul.navbar-nav li.dropdown ul.dropdown-menu li {
  margin: 0;
}
header .bottom .navbar-collapse ul.navbar-nav li.dropdown ul.dropdown-menu li a {
  padding: 8px 20px;
  border: 0;
}
header .bottom .navbar-collapse ul.navbar-nav li.dropdown ul.dropdown-menu li a:hover {
  background-color: #a31920;
}
header .bottom .navbar-collapse ul.navbar-nav .open a {
  background-color: #c2071f;
}
header .bottom .navbar-collapse ul.navbar-nav .open a:focus,
header .bottom .navbar-collapse ul.navbar-nav .open a:hover {
  background-color: #c2071f;
  border-color: #000;
}
header .bottom .navbar-collapse form.navbar-form {
  margin: 0;
  padding: 0;
}
header .bottom .navbar-collapse form.navbar-form .input-group input {
  box-shadow: none;
  height: 54px;
  border-radius: 0;
  float: none;
  border: none;
  background-color: #000;
  color: #fff;
  padding: 0 10px;
  width: 220px;
}
header .bottom .navbar-collapse form.navbar-form .input-group ::-webkit-input-placeholder {
  color: #fff;
  font-weight: 300;
}
header .bottom .navbar-collapse form.navbar-form .input-group :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  font-weight: 300;
}
header .bottom .navbar-collapse form.navbar-form .input-group ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  font-weight: 300;
}
header .bottom .navbar-collapse form.navbar-form .input-group :-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
}
header .bottom .navbar-collapse form.navbar-form .input-group span.input-group-btn button.btn-search {
  border-radius: 0;
  padding: 17px;
  border: 0;
  background-color: #000;
  color: #fff;
}
header .bottom .navbar-collapse form.navbar-form .input-group span.input-group-btn button.btn-search i {
  font-size: 16px;
}
section.search-engine {
  padding: 110px 0;
  background: url('../img/search-engine.png') no-repeat center center;
  background-size: cover;
}
section.search-engine h1 {
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 0;
}
section.search-engine ul.nav-tabs {
  border: 0;
}
section.search-engine ul.nav-tabs li a {
  font-weight: 300;
  color: #fff;
  border: 0;
  margin: 0;
  padding: 15px 30px;
  border-radius: 0;
}
section.search-engine ul.nav-tabs li a:hover {
  background-color: transparent;
}
#linkillere-gore-lastik-bul,
#linkmarkalar {
  display: none;
}
section.search-engine ul.nav-tabs li.active a {
  border-radius: 5px 5px 0 0;
  margin: 0;
  color: #cf2029;
  background-color: #F4F5F7;
  border: 0;
  font-weight: 700;
}
section.search-engine ul.nav-tabs li.active a:hover {
  border: 0;
  background-color: #F4F5F7 !important;
}
section.search-engine .tab-content {
  padding: 20px 15px;
  background-color: #F4F5F7;
}
.retk {
  border-radius: 10px;
}
section.search-engine .tab-content {
  position: relative;
  border-radius: 0 5px 5px 5px;
}
section.search-engine .tab-content .form-control {
  border: 1px solid #edeff2 !important;
  border-radius: 3px !important;
}
section.search-engine .tab-content .tab-pane .form-group {
  position: relative;
}
section.search-engine .tab-content .tab-pane .form-group label {
  color: #7b7b7b;
  font-weight: 500;
}
section.search-engine .tab-content .tab-pane .form-group select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-color: #dbdbdb;
  border-radius: 0 !important;
  box-shadow: none;
  height: 40px;
}
section.search-engine .tab-content .tab-pane .btn-red {
  display: block;
  width: 100%;
  border-radius: 5px;
  padding: 9px;
  margin-top: 24px;
}
section.main-area {
  padding: 50px 0;
}
section.main-area .advert {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #efefef;
  color: #9c9c9c;
  font-size: 24px;
  height: 150px;
}
section.main-area h2 {
  border-width: 3px;
  text-align: center;
  color: #c71e2e;
  font-size: 18px;
  padding: 15px 0;
  margin: 50px 0 20px 0;
}
section.main-area .search-box {
  border-color: #d1d1d1;
  padding: 25px;
  position: relative;
}
section.main-area .search-box .form-group {
  position: relative;
  margin-bottom: 20px;
}
section.main-area .search-box .form-group:hover select {
  color: #CF2029;
  border-color: #CF2029 !important;
}
section.main-area .search-box .form-group label {
  color: #cbcbcb;
  font-weight: 300;
}
section.main-area .search-box .form-group select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-color: #d1d1d1;
  border-radius: 0 !important;
  box-shadow: none;
  height: 40px;
  font-weight: 300;
}
section.main-area .search-box .form-group:after {
  content: '\f107';
  font-family: 'FontAwesome', sans-serif;
  position: absolute;
  color: #d1d1d1;
  font-size: 24px;
  top: 28px;
  right: 10px;
}
section.main-area .search-box .hovered:after {
  color: #CF2029;
}
section.main-area .search-box .btn-red {
  font-size: 18px;
  letter-spacing: 0.5px;
  border-radius: 0;
  border: 0;
  width: 100%;
  padding: 7px 0;
}
section.main-area .search-box:after {
  content: '';
  background: url(../img/box1.png) no-repeat center center;
  background-size: 100%;
  height: 100%;
  width: 199px;
  position: absolute;
  bottom: 0;
  right: 0;
}
section.main-area .battery:after {
  content: '';
  background: url(../img/box2.png) no-repeat center center;
  background-size: 90%;
  height: 100%;
  width: 339px;
  position: absolute;
  bottom: 0;
  right: -25px;
  z-index: -1;
}
.widget-title {
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  margin-bottom: 30px;
  background-color: #CF2029;
}
.widget-title .controls {
  margin-right: 30px;
}
.widget-title .controls a {
  color: #a61a21;
  font-size: 30px;
}
.widget-title .controls a:hover {
  color: #FFF;
}
.widget-title .hero {
  color: #f4f5f7;
  font-size: 17px;
  font-weight: 700;
}
.widget-title a.more {
  margin-left: auto;
  background-color: black;
  border-radius: 3px;
  color: #f4f5f7;
  font-weight: 700;
  padding: 5px 20px;
}
.widget-title-secondary {
  position: relative;
  color: #cf2029;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 2px solid #FFFFFF;
  padding-left: 15px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.widget-title-secondary:after {
  content: '';
  position: absolute;
  left: 15px;
  bottom: -2px;
  width: 150px;
  height: 2px;
  background-color: #555;
}
.Map-tabs {
  background-color: black;
}
.Map-tabs li {
  margin-bottom: 0;
}
.Map-tabs a {
  border: none !important;
  color: #FFF !important;
  border-radius: 0 !important;
}
.Map-tabs a:hover,
.Map-tabs a:focus {
  border: none;
  background-color: #CF2029 !important;
}
.Map-tabs li.active a {
  background-color: #CF2029;
  border: none;
}
.Map-tabs li.active a:hover {
  background-color: #CF2029 !important;
}
.Map-tabs-content {
  margin-bottom: 30px;
}
.product-item {
  background-color: #FFF;
  border: 1px solid #edeff2;
  border-radius: 5px;
  display: block;
  margin-bottom: 30px;
}
.product-item .product {
  padding: 15px;
  margin: 10px 0 20px 0;
}
.product-item .product .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-item .product .top .badge {
  background-color: #cf2029;
  border-radius: 2px;
  color: #FFF;
}
.product-item .product .top i {
  color: #CFCFCF;
}
.product-item .product .top i.active {
  color: #CF2029;
}
.product-item .product figure {
  text-align: center;
}
.product-item .product figure img {
  max-width: 100%;
}
.product-item .detail {
  border-top: 1px solid #EDEFF2;
  padding: 30px 15px;
}
.product-item .detail .title {
  color: #838383;
  height: 60px;
}
.product-item .detail .title small {
  display: block;
  color: #cf2029;
  font-size: 14px;
  font-weight: 700;
}
.product-item .detail .price {
  color: #616161;
  font-size: 24px;
  font-weight: 600;
}
.product-item .detail .add {
  display: inline-block;
  background-color: #CF2029;
  color: #FFF;
  border-radius: 3px;
  padding: 10px 20px;
  margin-top: 20px;
}
.info-boxes {
  background-color: white;
  border: 1px solid #edeff2;
  padding: 35px 15px;
  margin-top: 30px;
}
.info-boxes .box {
  display: flex;
  align-items: center;
}
.info-boxes .box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f5f7;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 20px;
}
.info-boxes .box .icon i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px dashed #cf2029;
  text-align: center;
  border-radius: 50%;
  color: #535a68;
  font-size: 20px;
}
.info-boxes .box .title {
  flex: 1;
  color: #838383;
  font-size: 14px;
  font-weight: 500;
}
.info-boxes .box .title strong {
  display: block;
  color: #cf2029;
  font-size: 20px;
  font-weight: 700;
}
.Bayi-header {
  background: url("../img/bg@bayi-header.png") no-repeat center center;
  background-size: cover;
}
.Bayi-header .Detail {
  padding: 30px 0;
}
.Bayi-header .Detail .Main {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 30px;
}
.Bayi-header .Detail .Main figure {
  position: relative;
  margin-right: 30px;
}
.Bayi-header .Detail .Main figure img {
  border-radius: 50%;
}
.Bayi-header .Detail .Main figure figcaption {
  position: absolute;
  top: 30px;
  right: 0;
}
.Bayi-header .Detail .Main figure figcaption i {
  width: 30px;
  height: 30px;
  background-color: #cf2029;
  border: 1px solid white;
  box-shadow: 0 1px 15px rgba(1, 1, 1, 0.3);
  border-radius: 50%;
  text-align: center;
  color: #FFF;
  line-height: 28px;
}
.Bayi-header .Detail .Main .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.Bayi-header .Detail .Main .right h1 {
  font-size: 24px;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 20px;
}
.Bayi-header .Detail .Main .right h1 small {
  display: block;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}
.Bayi-header .Detail .Main .right .rating {
  display: flex;
  color: #FFF;
}
.Bayi-header .Detail .Main .right .rating .stars {
  margin-right: 20px;
}
.Bayi-header .Detail .Main .right .rating .stars i {
  color: #CFCFCF;
}
.Bayi-header .Detail .Main .right .rating .stars i.active {
  color: #CF2029;
}
.Bayi-header .Detail .Main .right .rating a.comments {
  color: #FFF;
}
.Bayi-header .Detail .Main .right .rating a.comments i {
  color: #CF2029;
}
.Bayi-header .Detail .Main .right .btn {
  margin-top: auto;
  border-radius: 5px;
}
.Bayi-header .Detail .Address {
  color: #FFF;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.Bayi-header .Detail .Views {
  padding-top: 30px;
  display: flex;
  align-items: center;
}
.Bayi-header .Detail .Views i {
  width: 50px;
  min-width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 15px;
  text-align: center;
  color: #FFF;
  border-radius: 50%;
  background-color: #cf2029;
}
.Bayi-header .Detail .Views span {
  color: #FFF;
}
.Bayi-header .Detail .Views span strong {
  color: #cf2029;
}
.Bayi-comments {
  margin-top: 30px;
  background-color: #FFF;
  border: 1px solid #EDEFF2;
}
.Bayi-comments .title {
  display: flex;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #EDEFF2;
}
.Bayi-comments .title figure {
  border: 1px solid #edeff2;
  margin-right: 15px;
}
.Bayi-comments .title .rating .company {
  color: #cf2029;
  font-weight: 700;
}
.Bayi-comments .title .rating span {
  font-size: 18px;
  font-weight: 700;
}
.Bayi-comments .title .rating span i {
  color: #CF2029;
}
.Bayi-comments .title .stats {
  margin-left: auto;
  text-align: right;
}
.Bayi-comments .title .stats strong {
  display: block;
  color: #555;
}
.Bayi-comments .title .stats strong i {
  color: #cf2029;
}
.Bayi-comments .title .stats span {
  color: #999;
  font-size: 12px;
}
.Bayi-comments .body {
  padding: 30px 15px;
}
.Bayi-comments .body p.lead {
  color: #555;
  font-size: 14px;
  font-weight: 400;
}
.Bayi-comments .body form {
  border: 1px solid #edeff2;
  border-radius: 5px;
  padding: 30px 15px;
  margin-bottom: 20px;
}
.Bayi-comments .body form textarea {
  box-shadow: none;
  border-radius: 5px;
}
.Bayi-comments .body form .rating-comment {
  display: flex;
  justify-content: space-between;
  color: #555;
}
.Bayi-comments .body form .rating-comment .stars i {
  color: #CFCFCF;
}
.Bayi-comments .body form .rating-comment .stars i.active {
  color: #CF2029;
}
.Bayi-comments .body form button {
  margin-top: 10px;
  border-radius: 3px;
}
.Bayi-comments .body .Comment-list {
  background-color: #f4f5f7;
  border: 1px solid #edeff2;
  border-radius: 5px 5px 0 0;
  padding: 15px;
}
.Bayi-comments .body .Comment-list .comment {
  margin-bottom: 15px;
}
.Bayi-comments .body .Comment-list .comment.reply {
  padding-left: 30px;
}
.Bayi-comments .body .Comment-list .comment.reply p {
  border: 1px dashed #cf2029;
}
.Bayi-comments .body .Comment-list .comment .title {
  display: flex;
  justify-content: space-between;
}
.Bayi-comments .body .Comment-list .comment .title .left {
  display: flex;
}
.Bayi-comments .body .Comment-list .comment .title .left strong {
  color: #555;
}
.Bayi-comments .body .Comment-list .comment .title .left time {
  color: #999;
  margin: 0 10px;
}
.Bayi-comments .body .Comment-list .comment .title .left .stars {
  color: #555;
}
.Bayi-comments .body .Comment-list .comment .title .left .stars i {
  color: #CFCFCF;
}
.Bayi-comments .body .Comment-list .comment .title .left .stars i.active {
  color: #CF2029;
}
.Bayi-comments .body .Comment-list .comment .title .right strong {
  color: #555;
}
.Bayi-comments .body .Comment-list .comment .title .right a {
  color: #cf2029;
}
.Bayi-comments .body .Comment-list .comment p {
  padding: 10px 15px;
  color: #555;
  background-color: #FFF;
  border: 1px dashed #999;
}
.Bayi-comments .body .load-more {
  display: block;
  width: 100%;
  padding: 15px 0;
  background-color: #CF2029;
  color: #FFF;
  text-align: center;
  border-radius: 0 0 5px 5px;
}
section.Bayi-detay {
  background-color: #F4F5F7;
  padding: 50px 0;
}
section.Bayi-detay .Products-list {
  margin-bottom: 30px;
}
section.Bayi-detay .Products-list .title {
  background-color: #CF2029;
  color: #FFF;
  padding: 15px;
}
section.Bayi-detay .Products-list ul.nav {
  background-color: #FFF;
  padding: 15px;
}
section.Bayi-detay .Products-list ul.nav li a {
  border-radius: 5px;
  color: #333;
}
section.Bayi-detay .Products-list ul.nav li a span.badge {
  float: right;
  color: #999;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: transparent;
}
section.Bayi-detay .Products-list ul.nav li a:hover {
  background-color: #EDEFF2 !important;
}
section.Bayi-detay .Products-list ul.nav li a:hover span.badge {
  background-color: #000000;
  color: #FFF;
}
section.Bayi-detay .Search {
  margin-bottom: 30px;
}
section.Bayi-detay .Search .title {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f4f5f7;
  font-size: 20px;
  background: url("../img/bg@bayi-search.png") no-repeat;
  background-size: cover;
}
section.Bayi-detay .Search .title i {
  margin-right: 10px;
}
section.Bayi-detay .Search .body {
  padding: 30px 15px;
  background-color: #FFF;
}
section.Bayi-detay .Search .body .form-group {
  margin-bottom: 15px;
}
section.Bayi-detay .Search .body label {
  color: #555;
  font-weight: 400;
}
section.Bayi-detay .Search .body .form-control {
  box-shadow: none;
  border: 1px solid #edeff2;
  border-radius: 3px;
}
section.Bayi-detay .Search .body button.btn {
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 3px;
  margin-top: 25px;
}
section.Bayi-detay .Tabs {
  border: 1px solid #EDEFF2;
}
section.Bayi-detay .Tabs ul.nav-tabs {
  background-color: #d0202a;
}
section.Bayi-detay .Tabs ul.nav-tabs li a {
  color: #fff;
  border-radius: 0;
  margin-right: 0;
}
section.Bayi-detay .Tabs ul.nav-tabs li a:hover {
  border-bottom: 0;
}
section.Bayi-detay .Tabs ul.nav-tabs li.active a {
  color: #fff;
  border-top: 0;
  background-color: #AF1A21;
}
section.Bayi-detay .Tabs .tab-content {
  background-color: #FFF;
  padding: 30px 15px;
}
section.Bayi-detay .Tabs .tab-content .feature {
  background-color: #f4f5f7;
  color: #555;
  padding: 15px;
  margin-bottom: 30px;
}
section.Bayi-detay .Tabs .tab-content .feature i {
  float: right;
  font-size: 20px;
}
section.Bayi-detay .Tabs .tab-content .feature i.fa-check {
  color: green;
}
section.Bayi-detay .Tabs .tab-content .feature i.fa-times {
  color: red;
}
section.main-area .slider-header {
  display: inline-block;
  width: 100%;
  margin: 35px 5px 0;
}
section.main-area .slider-header h2.title {
  text-align: center;
  color: #000;
  border-color: #d1d1d1;
  border-width: 1px;
  font-size: 18px;
  padding: 15px 0;
  margin: 0;
}
section.main-area .slider-header .carousel-control {
  background-image: none;
  background-repeat: no-repeat;
  position: initial;
  text-shadow: none;
  opacity: 1;
  font-size: 40px;
}
section.main-area .slider-header .left {
  margin-right: 30px;
}
section.main-area .slider-header .left i {
  color: #000;
}
section.main-area .slider-header .right i {
  color: #c71e2e;
}
section.main-area .carousel .carousel-inner .item .slider-box {
  display: block;
  border: 1px solid #edeff2;
  background-color: #FFF;
  margin-bottom: 30px;
}
section.main-area .carousel .carousel-inner .item .slider-box:hover {
  border-color: #CF2029;
}
section.main-area .carousel .carousel-inner .item .slider-box .top {
  display: flex;
  padding: 15px;
}
section.main-area .carousel .carousel-inner .item .slider-box .top img {
  margin-right: 15px;
}
section.main-area .carousel .carousel-inner .item .slider-box .top .right {
  flex: 1;
}
section.main-area .carousel .carousel-inner .item .slider-box .top .right .company {
  color: black;
  font-weight: 700;
  margin-bottom: 5px;
}
section.main-area .carousel .carousel-inner .item .slider-box .top .right .company:after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background-color: #CF2029;
}
section.main-area .carousel .carousel-inner .item .slider-box .top .right .address {
  color: #555;
  font-size: 12px;
}
section.main-area .carousel .carousel-inner .item .slider-box .bottom {
  display: flex;
  border-top: 1px solid #EDEFF2;
  align-items: center;
  justify-content: space-between;
}
section.main-area .carousel .carousel-inner .item .slider-box .bottom .rating {
  color: #cf2029;
  font-size: 18px;
  font-weight: 700;
  padding: 15px;
  border-right: 1px solid #EDEFF2;
}
section.main-area .carousel .carousel-inner .item .slider-box .bottom span.go {
  margin-right: 15px;
  color: #555;
}
section.main-area .carousel .carousel-inner .item .small-box {
  background-color: #efefef;
  display: inline-block;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #cecece;
  border-radius: 3px;
  height: 100px;
  transition: all 0.2s ease-in-out;
}
section.main-area .carousel .carousel-inner .item .small-box:hover {
  transform: scale(1.1);
  z-index: 999;
}
section.main-area .carousel .carousel-inner .item .small-box img {
  float: left;
  margin-right: 15px;
  max-width: 70px;
  max-height: 70px;
}
section.main-area .carousel .carousel-inner .item .small-box ul.rating {
  float: left;
}
section.main-area .carousel .carousel-inner .item .small-box ul.rating li {
  display: inline-block;
}
section.main-area .carousel .carousel-inner .item .small-box ul.rating li i {
  margin-right: 5px;
}
section.main-area .carousel .carousel-inner .item .small-box ul.rating li i.fa-star {
  color: #ff9408;
}
section.main-area .carousel .carousel-inner .item .small-box ul.rating li i.grey {
  color: #aeaeae;
}
section.main-area .carousel .carousel-inner .item .small-box span.short-info,
section.main-area .carousel .carousel-inner .item .small-box span.location {
  color: #aeaeae;
}
section.main-area .carousel .carousel-inner .item .small-box span.short-info {
  font-weight: 300;
  font-size: 14px;
}
section.main-area .carousel .carousel-inner .item .small-box span.location {
  font-size: 12px;
}
section.main-area .carousel .carousel-inner .item .small-box .btn-detail {
  float: right;
  color: #CF2029;
  margin-top: 20px;
}
section.main-area .carousel .carousel-inner .item .small-box .btn-detail i {
  color: #000;
}
section.main-area .carousel .carousel-inner .item .small-box .btn-detail:hover {
  text-decoration: underline;
}
section.content {
  padding-top: 50px;
  background-color: #F4F5F7;
}
section.content img.content-img {
  margin-bottom: 50px;
}
section.content p.content-text {
  margin-bottom: 50px;
  font-weight: 400;
  line-height: 30px;
}
section.content a.banner {
  display: block;
  margin-bottom: 30px;
}
section.content .panel {
  border: 1px solid #D7D7D7;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
}
section.content .panel .panel-body {
  padding: 30px;
}
section.content .panel .panel-body figure {
  margin: -55px 32px 30px 32px;
}
section.content .panel .panel-body figure img {
  height: 140px;
  width: 140px;
  border-radius: 50%;
  border: 1px solid #d7d7d7;
}
section.content .panel .panel-body .vendor h4 {
  color: #383838;
  font-size: 16px;
  font-weight: 400;
}
section.content .panel .panel-body .vendor ul.rating {
  margin: 5px 0 3px 0;
}
section.content .panel .panel-body .vendor ul.rating li {
  display: inline-block;
}
section.content .panel .panel-body .vendor ul.rating li i.fa-star {
  color: #FFA500;
}
section.content .panel .panel-body .vendor ul.rating li i.grey {
  color: #BCBCBC;
}
section.content .panel .panel-body .vendor span {
  display: block;
  color: #959595;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
}
section.content .panel .panel-body .vendor .btn-red {
  font-weight: 700;
  border-radius: 5px;
}
section.content .panel .panel-body .vendor .btn-red i {
  margin-right: 5px;
}
section.content .panel .panel-body .vendor-info dl {
  margin: 0;
}
section.content .panel .panel-body .vendor-info dl dt {
  margin-bottom: 20px;
}
section.content .panel .panel-body .vendor-info dl dd {
  margin-bottom: 15px;
  color: #959595;
  font-weight: 400;
}
section.content .panel .panel-body .vendor-info dl:last-child {
  margin: 0;
}
section.content .panel .panel-body .vendor-info dl:last-child dd:last-child {
  margin: 0;
}
section.content .panel .panel-body .vendor-services ul li {
  color: #959595;
  font-weight: 400;
  margin: 0 0px 5px 0;
  text-align: left;
}
section.content .panel .panel-body .vendor-services ul li i {
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  border-radius: 5px;
  margin-left: 10px;
}
section.content .panel .panel-body .vendor-services ul li i.fa-check {
  color: #fff;
  background-color: #24C50A;
  font-size: 11px;
}
section.content .panel .panel-body .vendor-services ul li i.fa-times {
  color: #F32828;
}
section.content .panel .panel-body .vendor-services ul li:first-child {
  color: #000;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
}
section.content .panel .panel-body .vendor-services ul li:last-child {
  margin: 0 40px 0 0;
}
section.content .panel .panel-body .vendor-brand {
  margin-bottom: 118px;
}
section.content .panel .panel-body .vendor-brand ul {
  text-align: center;
}
section.content .panel .panel-body .vendor-brand ul li {
  margin-bottom: 20px;
}
section.content .panel .panel-body .vendor-brand ul li:first-child {
  color: #000;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
}
section.content .panel .panel-body .vendor-brand ul li:last-child {
  margin-bottom: 0;
}
section.content .wrapper {
  border-bottom: 0;
}
section.content .wrapper .page-header {
  padding: 19px 30px;
  margin-top: 0;
  margin-bottom: 30px;
  background-color: #FFF;
  border-radius: 4px 4px 0 0;
}
section.content .wrapper .page-header .page,
section.content .wrapper .page-header .count {
  color: #b4bfc7;
}
section.content .wrapper .page-header .page strong,
section.content .wrapper .page-header .count strong {
  color: #cf2029;
  font-weight: 700;
}
section.content .wrapper .page-header .page {
  border-right: 1px solid #D2D9DD;
  padding-right: 30px;
  margin-right: 30px;
  margin-left: 10px;
}
section.content .wrapper .page-header h1 {
  display: inline-block;
  color: #CF2029;
  font-size: 18px;
  font-weight: 700;
}
section.content .wrapper .page-header h1 span.black {
  color: #32394d;
  font-size: 16px;
  font-weight: 700;
}
section.content .wrapper .page-header .search-result {
  color: #727272;
}
section.content .wrapper .page-header .search-result span.page {
  padding-right: 15px;
  border-right: 1px solid #999999;
}
section.content .wrapper .page-header .search-result span.count {
  margin-left: 15px;
}
section.content .wrapper .vendor-header {
  padding: 35px 30px;
  border-bottom: 1px solid #E8E8E8;
}
section.content .wrapper .vendor-header h1 {
  display: inline-block;
  color: #CF2029;
  font-size: 18px;
  font-weight: 700;
  padding-right: 20px;
  border-right: 1px solid #CF2029;
}
section.content .wrapper .vendor-header span.location {
  display: inline-block;
  padding-left: 20px;
  font-weight: 400;
}
section.content .wrapper .vendor-header a.question {
  float: right;
  color: #CF2029;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 15px;
  margin-top: -8px;
  border-width: 3px;
  border-color: #CF2029;
}
section.content .wrapper .page-content {
  padding: 15px;
}
section.content .wrapper .page-content .carousel .carousel-inner {
  border: 3px solid #D2D2D2;
  margin-bottom: 10px;
}
section.content .wrapper .page-content .carousel .carousel-inner .item figure img {
  margin: 27px auto;
}
section.content .wrapper .page-content .carousel ol.carousel-indicators {
  position: initial;
  width: initial;
  margin: 0;
  text-align: initial;
}
section.content .wrapper .page-content .carousel ol.carousel-indicators li,
section.content .wrapper .page-content .carousel ol.carousel-indicators li.active {
  width: 80px;
  height: 80px;
  padding: 7px 0;
  margin: 0;
  border: 1px solid #D2D2D2;
  border-radius: 0;
  background-color: transparent;
}
section.content .wrapper .page-content .carousel ol.carousel-indicators li img,
section.content .wrapper .page-content .carousel ol.carousel-indicators li.active img {
  width: 60px;
  height: 66px;
}
section.content .wrapper .page-content .carousel ol.carousel-indicators li:last-child {
  margin-right: 0;
}
section.content .wrapper .page-content ul.tire-info {
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 20px;
}
section.content .wrapper .page-content ul.tire-info li {
  margin-bottom: 10px;
}
section.content .wrapper .page-content ul.tire-info li span.description {
  width: 115px;
  display: inline-block;
  font-weight: 600;
}
section.content .wrapper .page-content ul.tire-info li span.value {
  color: #7f7f7f;
  margin-left: 30px;
  font-weight: 600;
}
section.content .wrapper .page-content ul.tire-specs li {
  font-weight: 700;
  margin-bottom: 20px;
}
section.content .wrapper .page-content ul.tire-specs li ul.rating {
  display: inline-block;
  margin-left: 85px;
}
section.content .wrapper .page-content ul.tire-specs li ul.rating li {
  display: inherit;
  margin-bottom: 0;
}
section.content .wrapper .page-content ul.tire-specs li ul.rating li i.fa-star {
  color: #FFA500;
}
section.content .wrapper .page-content ul.tire-specs li ul.rating li i.grey {
  color: #BCBCBC;
}
section.content .wrapper .page-content ul.tire-specs li:last-child ul.rating {
  margin-left: 95px;
}
section.content .wrapper .page-content .advert {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E2E2E2;
  color: #9d9d9d;
  width: 480px;
  height: 80px;
}
section.content .wrapper .page-content h3.product-header {
  font-size: 16px;
  font-weight: 700;
  margin-top: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D2D2D2;
}
section.content .wrapper .page-content h3.small-header {
  font-size: 18px;
  font-weight: 700;
  margin: 30px 0;
}
section.content .wrapper .page-content a.gallery-link {
  background-color: #f2f2f2;
  border: 1px solid #d2d2d2;
  display: block;
  margin-bottom: 7px;
}
section.content .wrapper .page-content a.gallery-link img {
  max-height: 150px;
  min-height: 150px;
  min-width: 185px;
}
section.content .wrapper .page-content .border {
  border-bottom: 5px solid #E2E2E2;
  margin-top: 50px;
}
section.content .wrapper .page-content .product-description {
  padding-top: 20px;
  margin-bottom: 20px;
  border-bottom: 5px solid #D2D2D2;
}
section.content .wrapper .page-content .product-description p {
  color: #818181;
  line-height: 27px;
  margin-bottom: 30px;
}
section.content .wrapper .page-content h3.product-sell-header {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D2D2D2;
}
section.content .wrapper .page-content .product .product-top {
  display: inline-block;
  width: 100%;
  padding: 25px 0 25px 20px;
}
section.content .wrapper .page-content .product .product-top h5 {
  font-size: 13px;
  font-weight: 700;
  color: #6a6a6a;
}
section.content .wrapper .page-content .product .product-wrapper figure {
  background-color: #fff;
  border: 1px solid #D3D3D3;
  padding: 5px 0;
}
section.content .wrapper .page-content .product .product-wrapper span.price {
  color: #6a6a6a;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin-top: 12px;
}
section.content .wrapper .page-content .product .product-wrapper p {
  color: #6a6a6a;
  font-size: 13px;
  line-height: 23px;
}
section.content .wrapper .page-content .product .product-wrapper p.location {
  margin-top: 10px;
}
section.content .wrapper .page-content .product .product-wrapper .btn-red {
  width: 100%;
  border-radius: 0;
  border: 0;
}
section.content .wrapper .page-content .product .product-wrapper .btn-red i {
  margin-left: 10px;
}
section.content .wrapper .page-content .product .product-wrapper .btn-red:hover {
  background-color: #A7C8DC;
}
section.content .wrapper .page-content ul.comments {
  padding: 30px 0;
  border-bottom: 5px solid #D2D2D2;
}
section.content .wrapper .page-content ul.comments li .comment-header {
  color: #818181;
  font-weight: 700;
  font-size: 16px;
}
section.content .wrapper .page-content ul.comments li .comment-body {
  padding: 20px 0;
}
section.content .wrapper .page-content ul.comments li .comment-body p {
  color: #818181;
  line-height: 25px;
}
section.content .wrapper .page-content ul.comments li ul.comment-footer li {
  color: #818181;
  display: inline-block;
  border-right: 1px solid #A4A4A4;
  padding: 0 25px;
}
section.content .wrapper .page-content ul.comments li ul.comment-footer li ul.rating {
  display: inline-block;
}
section.content .wrapper .page-content ul.comments li ul.comment-footer li ul.rating li {
  display: inline-block;
  border-right: 0;
  padding: 0;
}
section.content .wrapper .page-content ul.comments li ul.comment-footer li ul.rating li i.fa-star {
  color: #FFA500;
}
section.content .wrapper .page-content ul.comments li ul.comment-footer li ul.rating li i.grey {
  color: #BCBCBC;
}
section.content .wrapper .page-content ul.comments li ul.comment-footer li.reply a {
  color: #818181;
}
section.content .wrapper .page-content ul.comments li ul.comment-footer li.reply a:hover {
  text-decoration: underline;
}
section.content .wrapper .page-content ul.comments li ul.comment-footer li:first-child {
  padding-left: 0;
}
section.content .wrapper .page-content ul.comments li ul.comment-footer li:last-child {
  padding-right: 0;
  border-right: 0;
}
section.content .wrapper .page-content .comment-form {
  padding: 25px 0;
}
section.content .wrapper .page-content .comment-form .form-group {
  position: relative;
}
section.content .wrapper .page-content .comment-form .form-group:after {
  content: '*';
  position: absolute;
  top: 12px;
  right: 15px;
  color: #CF2029;
}
section.content .wrapper .page-content .comment-form .form-group .form-control {
  border-radius: 0;
  border-color: #E2E2E2;
  box-shadow: none;
  height: 40px;
  margin-bottom: 34px;
}
section.content .wrapper .page-content .comment-form .form-group textarea.form-control {
  height: auto;
  margin-bottom: 0;
}
section.content .wrapper .page-content .comment-form .form-group ::-webkit-input-placeholder {
  color: #838383;
  font-weight: 400;
}
section.content .wrapper .page-content .comment-form .form-group :-moz-placeholder {
  /* Firefox 18- */
  color: #838383;
  font-weight: 400;
}
section.content .wrapper .page-content .comment-form .form-group ::-moz-placeholder {
  /* Firefox 19+ */
  color: #838383;
  font-weight: 400;
}
section.content .wrapper .page-content .comment-form .form-group :-ms-input-placeholder {
  color: #838383;
  font-weight: 400;
}
section.content .wrapper .page-content .comment-form span {
  color: #838383;
}
section.content .wrapper .page-content .comment-form ul {
  margin: 18px 0 15px 0;
}
section.content .wrapper .page-content .comment-form ul li {
  display: inline-block;
}
section.content .wrapper .page-content .comment-form ul li i.fa-star {
  color: #FFA500;
}
section.content .wrapper .page-content .comment-form ul li i.grey {
  color: #BCBCBC;
}
section.content .wrapper .page-content .comment-form .btn-red {
  width: 100%;
  padding: 9px 0;
  border-radius: 0;
}
section.content .wrapper .page-content h3.product-search {
  font-size: 16px;
  font-weight: 700;
  background-color: #CF2029;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  border-radius: 5px 5px 0 0;
  position: relative;
}
section.content .wrapper .page-content h3.product-search:before {
  content: url(../img/tire-icon.png);
  position: absolute;
  top: 10px;
  left: 100px;
}
section.content .wrapper .page-content .nav-tabs {
  border: 0;
}
section.content .wrapper .page-content .nav-tabs li.active a {
  background-color: #f2f2f2;
  color: #5d5d5d;
}
section.content .wrapper .page-content .nav-tabs li {
  width: 50%;
  margin: 0;
  text-align: center;
}
section.content .wrapper .page-content .nav-tabs li a {
  margin: 0;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  font-weight: 700;
  color: #adadad;
}
section.content .wrapper .page-content .tab-content {
  background-color: #F2F2F2;
}
section.content .wrapper .page-content .tab-content .tab-pane .nav-tabs {
  padding: 15px 5px;
}
section.content .wrapper .page-content .tab-content .tab-pane .nav-tabs li.active a {
  color: #CF2029;
}
section.content .wrapper .page-content .tab-content .tab-pane .nav-tabs li.active a:before {
  content: '';
  background: url(../img/tire-icon-red.png) no-repeat !important;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 6px;
  left: 12px;
}
section.content .wrapper .page-content .tab-content .tab-pane .nav-tabs li a {
  background-color: #fff;
  font-weight: 400;
  font-size: 14px;
  color: #d1d1d1;
  padding-left: 40px;
  position: relative;
}
section.content .wrapper .page-content .tab-content .tab-pane .nav-tabs li:first-child a:before {
  content: '';
  background: url(../img/tire-icon-grey.png) no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 6px;
  left: 12px;
}
section.content .wrapper .page-content .tab-content .tab-pane .nav-tabs li:first-child a:after {
  content: '';
  position: absolute;
  top: 7px;
  bottom: 0;
  right: 0;
  height: 65%;
  width: 1px;
  background-color: #f2f2f2;
}
section.content .wrapper .page-content .tab-content .tab-pane .nav-tabs li:last-child a:before {
  content: '';
  background: url(../img/car-icon-grey.png) no-repeat;
  width: 25px;
  height: 16px;
  position: absolute;
  top: 10px;
  left: 12px;
}
section.content .wrapper .page-content .tab-content .tab-pane .nav-tabs li:last-child.active a:before {
  content: '';
  background: url(../img/car-icon-red.png) no-repeat !important;
  width: 25px;
  height: 16px;
}
section.content .wrapper .page-content .tab-content .tab-pane .tab-content .tab-pane .form-group {
  margin-bottom: 5px;
}
section.content .wrapper .page-content .tab-content .tab-pane .tab-content .tab-pane .form-group .select:after {
  color: #adadad;
}
section.content .wrapper .page-content .tab-content .tab-pane .tab-content .tab-pane .form-group .select select {
  border: 1px solid #d2d2d2;
  height: 40px;
  border-radius: 0;
  color: #adadad;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
}
section.content .wrapper .page-content .tab-content .tab-pane .tab-content .tab-pane .form-group .select select:focus {
  box-shadow: none;
}
section.content .wrapper .page-content .tab-content .tab-pane .tab-content .btn-black {
  margin-top: 15px;
  width: 100%;
  background-color: #2a2a2a;
  border-radius: 0px 0px 5px 5px;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 700;
}
section.content .wrapper .battery .battery-logo {
  border: 0;
}
section.content .wrapper .battery .battery-logo:before {
  content: none;
}
section.content .wrapper .battery .battery-rating {
  margin-top: 30px;
}
section.content .wrapper .battery .battery-rating li {
  display: inline-block;
  font-weight: 700;
}
section.content .wrapper .battery .battery-rating li i.fa-star {
  color: #FFA500;
}
section.content .wrapper .battery .battery-rating li i.grey {
  color: #BCBCBC;
}
section.content .wrapper .battery .battery-rating li:first-child {
  margin-right: 10px;
}
section.content .wrapper .advert img {
  width: 100%;
}
section.pb {
  padding-bottom: 50px;
}
section.vendor-login {
  margin: 50px 0;
}
section.vendor-login form.login-form .input-group {
  margin-bottom: 7px;
}
section.vendor-login form.login-form .input-group span.input-group-addon {
  background-color: #E2E2E2;
  border: 0;
  border-radius: 0;
  padding: 6px 9px;
}
section.vendor-login form.login-form .input-group span.input-group-addon i {
  color: #B0B0B0;
  font-size: 20px;
}
section.vendor-login form.login-form .input-group input {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #E2E2E2;
  box-shadow: none;
  height: 45px;
}
section.vendor-login form.login-form .input-group input:focus {
  background-color: #F2F2F2;
}
section.vendor-login form.login-form .btn-red {
  width: 100%;
  border-radius: 5px;
  margin: 25px 0 30px 0;
  padding: 11px 0;
}
section.vendor-login form.login-form a.forgot,
section.vendor-login form.login-form a.new {
  color: #C0C0C0;
  font-weight: 400;
}
section.vendor-login form.login-form a.forgot:hover,
section.vendor-login form.login-form a.new:hover {
  color: #666;
}
section.vendor-login form.login-form a.new {
  float: right;
}
section.vendor-register {
  padding: 30px 0 50px 0;
}
section.vendor-register .gap-wrapper {
  display: inline-block;
  width: 100%;
  padding: 0 85px;
}
section.vendor-register .form-group {
  margin-bottom: 25px;
}
section.vendor-register .form-group label {
  color: #C0C0C0;
  font-weight: 400;
}
section.vendor-register .form-group .form-control {
  background-color: #f2f2f2;
  border: 0;
  border-bottom: 2px solid #E2E2E2;
  box-shadow: none;
  border-radius: 0;
  color: #868686;
  height: 45px;
}
section.vendor-register .form-group textarea {
  height: auto !important;
}
section.vendor-register .form-group input[type="checkbox"] {
  border: 2px solid #C0C0C0;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  margin: 0 15px 0 0;
  cursor: pointer;
  vertical-align: middle;
}
section.vendor-register .form-group input[type="checkbox"]:checked {
  background-color: #fff;
  border: 0;
  background-image: url('http://www.autozone.com/images/ymme/fits-checkmark.png');
}
section.vendor-register .form-group label.check {
  display: inline-block;
  color: #C0C0C0;
}
section.vendor-register .form-group label.check a {
  text-decoration: underline;
  color: #C0C0C0;
}
section.vendor-register .form-group label.check a:hover {
  color: #000;
}
section.vendor-register .btn-red {
  width: 100%;
  border-radius: 5px;
  padding: 11px 0;
  font-size: 16px;
  font-weight: 700;
}
section.vendor-settings {
  padding-top: 50px;
}
section.vendor-settings .panel {
  text-align: center;
  background-color: #F2F2F2;
  border-radius: 0;
  box-shadow: none;
}
section.vendor-settings .panel .panel-body {
  padding: 20px;
}
section.vendor-settings .panel .panel-body figure img {
  border: 3px solid #CF2029;
  margin-bottom: 15px;
  background-color: #fff;
}
section.vendor-settings .panel .panel-body figure figcaption h3 {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 5px;
}
section.vendor-settings .panel .panel-body figure figcaption span {
  font-weight: 400;
}
section.vendor-settings .tabbing {
  border-radius: 5px;
  text-align: left;
}
section.vendor-settings .tabbing ul.nav-tabs {
  border: 0;
  padding: 0;
}
section.vendor-settings .tabbing ul.nav-tabs li {
  border-bottom: 3px solid #E9E9E9;
  float: none;
}
section.vendor-settings .tabbing ul.nav-tabs li a {
  color: #b4b4b4;
  font-weight: 400;
  padding: 13px 18px;
  margin: 0;
  border: 0;
  border-radius: 0;
}
section.vendor-settings .tabbing ul.nav-tabs li a:hover {
  color: #646464;
}
section.vendor-settings .tabbing ul.nav-tabs li a:hover i {
  color: #646464;
}
section.vendor-settings .tabbing ul.nav-tabs li a i {
  font-size: 10px;
  color: #A3A3A3;
  margin-right: 5px;
}
section.vendor-settings .tabbing ul.nav-tabs li a span {
  display: inline-block;
  font-size: 12px;
  position: absolute;
  background: #CF2029;
  color: #fff;
  padding: 2px 5px;
  border-radius: 4px;
  top: 12px;
  right: 12px;
}
section.vendor-settings .tabbing ul.nav-tabs li a span:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 16px;
  border-width: 7px 5px 0;
  border-style: solid;
  border-color: #CF2029 transparent;
  display: block;
  width: 0;
}
section.vendor-settings .tabbing ul.nav-tabs li:first-child {
  background-color: #CF2029;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-weight: 700;
  padding: 15px 18px;
  text-align: center;
}
section.vendor-settings .tabbing ul.nav-tabs li.title {
  background-color: #CF2029;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-weight: 700;
  padding: 15px 18px;
  text-align: center;
}
section.vendor-settings .tabbing ul.nav-tabs li:last-child {
  border-radius: 0 0 5px 5px;
  border-width: 7px;
}
section.vendor-settings .tabbing ul.nav-tabs li:last-child a {
  background-color: #fff !important;
  font-weight: 700;
}
section.vendor-settings .tabbing ul.nav-tabs li:nth-child(n) a {
  background-color: #fff;
}
section.vendor-settings .tabbing ul.nav-tabs li:nth-child(2n) a {
  background-color: #f2f2f2;
}
section.vendor-settings .tab-content {
  border: 1px solid #EAEAEA;
}
section.vendor-settings .tab-content .tab-pane h3 {
  background-color: #fff;
  color: #a3a3a3;
  font-weight: 700;
  font-size: 16px;
  padding: 20px 30px;
  border-bottom: 1px solid #EAEAEA;
}
section.vendor-settings .tab-content .tab-pane h3 i {
  margin-right: 5px;
  font-size: 12px;
}
section.vendor-settings .tab-content .tab-pane .wrapper {
  padding: 30px;
  background-color: #F2F2F2;
}
section.vendor-settings .tab-content .tab-pane .wrapper .form-group {
  margin-bottom: 25px;
}
section.vendor-settings .tab-content .tab-pane .wrapper .form-group label {
  color: #646464;
  font-weight: 400;
}
section.vendor-settings .tab-content .tab-pane .wrapper .form-group .form-control {
  height: 50px;
  font-weight: 400;
  border-radius: 0;
  border: 3px solid transparent;
  box-shadow: none;
}
section.vendor-settings .tab-content .tab-pane .wrapper .form-group .form-control:focus {
  border: 3px solid #717171;
  color: #717171;
}
section.vendor-settings .tab-content .tab-pane .wrapper .form-group ::-webkit-input-placeholder {
  color: #aaa;
  font-weight: 400;
}
section.vendor-settings .tab-content .tab-pane .wrapper .form-group :-moz-placeholder {
  /* Firefox 18- */
  color: #aaa;
  font-weight: 400;
}
section.vendor-settings .tab-content .tab-pane .wrapper .form-group ::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaa;
  font-weight: 400;
}
section.vendor-settings .tab-content .tab-pane .wrapper .form-group :-ms-input-placeholder {
  color: #aaa;
  font-weight: 400;
}
section.vendor-settings .tab-content .tab-pane .wrapper .form-group textarea {
  height: auto !important;
}
section.vendor-settings .tab-content .tab-pane .wrapper .btn-red {
  width: 100%;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 0;
}
section.vendor-settings .tab-content .tab-pane .input-group {
  padding: 10px 20px;
  background-color: #E2E2E2;
  display: block;
  position: relative;
}
section.vendor-settings .tab-content .tab-pane .input-group input {
  display: initial;
  float: none;
  height: 45px;
  position: initial;
  border: 0;
  border-radius: 0;
  color: #a3a3a3;
}
section.vendor-settings .tab-content .tab-pane .input-group input ::-webkit-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}
section.vendor-settings .tab-content .tab-pane .input-group input :-moz-placeholder {
  /* Firefox 18- */
  color: #a3a3a3;
  font-weight: 400;
}
section.vendor-settings .tab-content .tab-pane .input-group input ::-moz-placeholder {
  /* Firefox 19+ */
  color: #a3a3a3;
  font-weight: 400;
}
section.vendor-settings .tab-content .tab-pane .input-group input :-ms-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}
section.vendor-settings .tab-content .tab-pane .input-group input:focus {
  box-shadow: none;
  border-color: transparent;
}
section.vendor-settings .tab-content .tab-pane .input-group span.input-group-btn {
  display: inline-block;
  width: initial;
  position: absolute;
  top: 15px;
  right: 30px;
}
section.vendor-settings .tab-content .tab-pane .input-group span.input-group-btn .btn-search {
  background-color: transparent;
}
section.vendor-settings .tab-content .tab-pane .input-group span.input-group-btn .btn-search i {
  color: #CF2029;
  font-size: 20px;
}
section.vendor-settings .tab-content .tab-pane .collapse-group {
  display: inline-block;
  width: 100%;
  padding: 15px;
}
section.vendor-settings .tab-content .tab-pane .collapse-group li {
  display: inline-block;
  width: 24%;
  margin: 0 2px;
}
section.vendor-settings .tab-content .tab-pane .collapse-group li .form-group {
  position: relative;
}
section.vendor-settings .tab-content .tab-pane .collapse-group li .form-group:after {
  content: '\f0d7';
  font-family: 'FontAwesome';
  position: absolute;
  top: 34px;
  right: 20px;
  font-size: 20px;
  color: #C0C0C0;
}
section.vendor-settings .tab-content .tab-pane .collapse-group li .form-group label {
  color: #a3a3a3;
  font-weight: 700;
}
section.vendor-settings .tab-content .tab-pane .collapse-group li .form-group .form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 2px solid #E2E2E2;
  border-radius: 0;
  color: #a3a3a3;
  font-weight: 400;
  height: 45px;
}
section.vendor-settings .tab-content .tab-pane .collapse-group li .form-group .form-control:focus {
  box-shadow: none;
}
section.vendor-settings .tab-content .tab-pane .btn-more {
  display: inline-block;
  float: right;
  color: #CF2029;
  font-weight: 700;
}
section.vendor-settings .tab-content .tab-pane .btn-more i {
  margin-right: 5px;
}
section.vendor-settings .tab-content .tab-pane .search-results {
  padding: 15px 10px;
  display: inline-block;
  width: 100%;
  background-color: #F2F2F2;
}
section.vendor-settings .tab-content .tab-pane .search-results h3 {
  font-size: 16px;
  font-weight: 700;
  background-color: #CF2029;
  padding: 15px 0;
  color: #fff;
  border-radius: 5px 5px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.vendor-settings .tab-content .tab-pane .search-results h3 i {
  margin-right: 5px;
}
section.vendor-settings .tab-content .tab-pane .search-results .white-bg {
  padding: 20px;
  border-bottom: 1px solid #E2E2E2;
}
section.vendor-settings .tab-content .tab-pane .search-results .white-bg figure {
  border: 1px solid #D3D3D3;
  padding: 13px 0;
}
section.vendor-settings .tab-content .tab-pane .search-results .white-bg h4 {
  color: #646464;
  font-weight: 700;
}
section.vendor-settings .tab-content .tab-pane .search-results .white-bg ul {
  margin: 15px 0 20px 0;
}
section.vendor-settings .tab-content .tab-pane .search-results .white-bg ul li {
  color: #060606;
  font-weight: 400;
  display: inline-block;
  margin-right: 20px;
}
section.vendor-settings .tab-content .tab-pane .search-results .white-bg ul li span {
  color: #a3a3a3;
  font-weight: 700;
}
section.vendor-settings .tab-content .tab-pane .search-results .white-bg .form-group {
  display: inline-block;
  margin-right: 8px;
}
section.vendor-settings .tab-content .tab-pane .search-results .white-bg .form-group label {
  display: inline-block;
  margin-right: 10px;
  color: #a3a3a3;
  font-weight: 700;
}
section.vendor-settings .tab-content .tab-pane .search-results .white-bg .form-group input {
  display: inline-block;
  width: 70px;
  height: 40px;
  border-radius: 0;
  box-shadow: none;
  border: 2px solid #d2d2d2;
  color: #000;
}
section.vendor-settings .tab-content .tab-pane .search-results .white-bg .btn-green {
  border-radius: 0;
  font-weight: 700;
  padding: 9px 47px;
  letter-spacing: 0.5px;
}
section.vendor-settings .tab-content .tab-pane .search-results .white-bg .price {
  text-align: center;
  margin-top: 20px;
}
section.vendor-settings .tab-content .tab-pane .search-results .white-bg .price:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  height: 206%;
  width: 1px;
  background-color: #E2E2E2;
}
section.vendor-settings .tab-content .tab-pane .search-results .white-bg .price span {
  font-weight: 700;
  font-size: 30px;
}
section.vendor-settings .tab-content .tab-pane .search-results .white-bg .price span small {
  font-size: 20px;
}
section.vendor-settings .tab-content .tab-pane .search-results .white-bg .price span.red {
  color: #CF2029;
  font-size: 14px;
}
section.vendor-settings .tab-content .tab-pane .search-results .pagination {
  text-align: center;
  display: block;
  margin: 0;
  padding: 25px 0;
  border-radius: 0;
  background-color: #fff;
}
section.vendor-settings .tab-content .tab-pane .search-results .pagination li {
  display: inline-block;
  margin: 0 5px;
}
section.vendor-settings .tab-content .tab-pane .search-results .pagination li a {
  background-color: #E2E2E2;
  color: #818181;
  border-radius: 50%;
  padding: 5px 11px;
  float: none;
  display: block;
  border: 0;
  font-weight: 700;
}
section.vendor-settings .tab-content .tab-pane .search-results .pagination li a:hover {
  background-color: #CF2029;
  color: #fff;
}
section.vendor-settings .tab-content .tab-pane .search-results .pagination li.active a {
  background-color: #CF2029;
  color: #fff;
}
.pop-up {
  position: fixed;
  top: 40%;
  right: 0;
  text-align: center;
  border-bottom-left-radius: 25px;
  padding: 10px 40px;
  display: none;
}
.pop-up i,
.pop-up span {
  display: block;
  color: #fff;
  font-weight: 400;
}
.pop-up span {
  line-height: 15px;
}
.pop-up i {
  font-size: 35px;
}
.pop-up-successful {
  background-color: #3BC16D;
}
.pop-up-unsuccessful {
  top: 50%;
  background-color: #E73F3F;
}
.modal-backdrop {
  background-color: #fff;
}
.modal .modal-dialog .modal-content {
  box-shadow: none;
  border: 0;
  border-radius: 0;
}
.modal .modal-dialog .modal-content .modal-header {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  padding: 5px 20px;
}
.modal .modal-dialog .modal-content .modal-header button {
  opacity: 1;
}
.modal .modal-dialog .modal-content .modal-header button i {
  color: #ff3c3c;
  font-size: 50px;
}
.modal .modal-dialog .modal-content .modal-body img {
  margin-top: -35px;
}
.modal .modal-dialog .modal-content .modal-footer {
  border: 0;
  margin-top: 45px;
  text-align: center;
}
.modal .modal-dialog .modal-content .modal-footer h4 {
  font-size: 25px;
  font-weight: 700;
}
.modal .modal-dialog .modal-content .modal-footer p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin: 45px 0;
}
.modal .modal-dialog .modal-content .modal-footer button {
  border-radius: 5px;
  padding: 12px 66px;
  margin: 0 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.modal .modal-dialog .modal-content .modal-footer button.btn-gmail {
  background-color: #585858;
}
.modal .modal-dialog .modal-content .modal-footer button.btn-hotmail {
  background-color: #0078D7;
}
.ekko-lightbox .modal-dialog {
  margin: 30px auto;
}
.ekko-lightbox .modal-dialog .modal-content {
  background-color: transparent;
}
.ekko-lightbox .modal-dialog .modal-content .modal-header button {
  font-size: 35px;
}
.ekko-lightbox .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.page-navigation {
  background-color: #FFF;
  padding: 20px 0;
}
.page-navigation .current-page span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}
.page-navigation .current-page span i {
  margin: 7px 15px 0 0;
  float: left;
  font-size: 10px;
}
.page-navigation ol.breadcrumb {
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.page-navigation ol.breadcrumb li {
  color: #000;
}
.page-navigation ol.breadcrumb li a:hover {
  text-decoration: underline;
}
.page-navigation ol.breadcrumb li:before {
  content: '\f105';
  font-family: 'FontAwesome', sans-serif;
  color: #000;
}
.page-navigation ol.breadcrumb li:first-child:before {
  content: none;
}
.page-navigation ol.breadcrumb li.active {
  font-weight: 700;
}
.top-header {
  border-bottom: 5px solid #E2E2E2;
  padding: 35px 0;
  text-align: center;
}
.top-header h1 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
footer {
  border-top: 1px solid #E2E2E2;
  padding-top: 30px;
  background-color: #FFF;
}
footer dl {
  margin: 20px 0;
}
footer dl dd.phone {
  font-size: 18px;
  color: #CF2029;
}
footer a.map-link {
  color: #777777;
}
footer ul li.list-header {
  color: #CF2029;
  font-size: 18px !important;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid #CF2029;
}
footer ul li {
  margin-bottom: 20px;
}
footer ul li a {
  color: #595959;
}
footer ul li a:hover {
  color: #969696;
  text-decoration: underline;
}
footer ul.bulletin li {
  font-size: 15px;
}
footer ul.bulletin li strong {
  display: block;
  margin-top: 20px;
}
footer form.bulletin-form .form-group {
  position: relative;
  margin: 0;
}
footer form.bulletin-form .form-group i {
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 24px;
}
footer form.bulletin-form .form-group input {
  height: 45px;
  border: 1px solid #333;
  border-radius: 5px;
  box-shadow: none;
  padding-left: 55px;
}
footer form.bulletin-form .btn-red {
  width: 100%;
  border-radius: 0;
  margin-top: 30px;
  letter-spacing: 0.5px;
  padding: 14px 0;
}
footer .footer-bottom {
  padding: 20px 0;
  background-color: #000;
}
footer .footer-bottom .copyright {
  color: #fff;
  font-weight: 300;
}
footer .footer-bottom .copyright span {
  color: #CF2029;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .search-item--left {
    flex: 0 0 29%;
  }
  .search-item--main {
    flex: 0 0 70%;
  }
  .search-item--right {
    flex-direction: row !important;
    margin-left: initial;
    flex: 0 0 100% !important;
    align-items: center;
    justify-content: space-around;
    margin-top: 30px;
    border: 1px solid #ECF1F5;
    padding: 15px;
  }
  .search-item--right .price {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: 0 !important;
  }
  .search-item--right a {
    margin-top: 0 !important;
    padding: 0 20px;
  }
  .Bayi-header .Detail .Main figure {
    width: 125px;
    height: 125px;
  }
  .Bayi-header .Detail .Main figure img {
    max-width: 100%;
  }
  .Bayi-header .Detail .Main .right .btn {
    margin-top: 15px;
  }
  header .bottom .navbar-collapse ul.navbar-nav li a {
    font-size: 13px;
  }
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
  .col-md-pd {
    padding: 0 5px;
  }
  .row-md-mg {
    margin: 0 -5px;
  }
  .container {
    width: 970px !important;
  }
  header .bottom .navbar-collapse ul.navbar-nav li {
    margin-right: 20px;
  }
  header .bottom .navbar-collapse form.navbar-form .input-group input {
    width: 185px;
  }
  section.main-area .battery:after {
    background-size: 70%;
    right: -50px;
  }
  section.main-area .slider-header .left {
    margin-right: 18px;
  }
  section.main-area .carousel .carousel-inner .item .small-box {
    padding: 10px;
  }
  section.main-area .carousel .carousel-inner .item .slider-box .btn-red {
    margin: 0;
  }
  section.main-area .carousel .carousel-inner .item .small-box ul.rating {
    float: none;
  }
  section.main-area .carousel .carousel-inner .item .small-box ul.rating li i {
    margin-right: 3px;
    font-size: 11px;
  }
  section.main-area .carousel .carousel-inner .item .small-box span.short-info {
    font-size: 12px;
    display: block;
  }
  section.main-area .carousel .carousel-inner .item .small-box span.location {
    font-size: 11px;
  }
  section.main-area .carousel .carousel-inner .item .small-box .btn-detail {
    margin-top: 10px;
  }
  section.content .wrapper .result .btn-red,
  section.content .wrapper .result .btn-black {
    font-size: 13px;
  }
  section.content .wrapper .result .btn-red i,
  section.content .wrapper .result .btn-black i {
    margin-left: 3px;
  }
  section.content .wrapper .result .price {
    font-size: 20px;
  }
  section.content .wrapper .result .price small {
    font-size: 15px;
  }
  section.content .wrapper .result .result-body ul.specs li {
    margin-right: 10px;
  }
  section.content .panel .panel-body figure {
    margin: 0 0 30px 0;
  }
  section.content .panel .panel-body .vendor-info dl dd {
    font-size: 13px;
  }
  section.content .panel .panel-body .vendor-services ul li:first-child {
    margin-right: 0;
    font-size: 13px;
  }
  section.content .panel .panel-body .vendor-services ul li {
    margin-right: 0 !important;
    font-size: 12px;
  }
  section.content .panel .panel-body .vendor-services ul li i.fa-check {
    font-size: 10px !important;
  }
  section.content .panel .panel-body .vendor-brand {
    margin-bottom: 0;
  }
  section.content .wrapper .vendor-header {
    padding: 35px 20px;
  }
  section.content .wrapper .vendor-header h1 {
    padding-right: 15px;
  }
  section.content .wrapper .vendor-header span.location {
    padding-left: 15px;
  }
  section.content .wrapper .vendor-header a.question {
    padding: 5px 10px;
  }
  section.content .wrapper .page-content a.gallery-link img {
    max-width: 142px;
    min-width: 142px;
  }
  section.content .wrapper .page-content ul.comments {
    padding-top: 0;
  }
  section.vendor-register .form-group input[type="checkbox"] {
    margin: 0 5px 0 0;
  }
  section.vendor-register .form-group label.check {
    font-size: 11.5px;
  }
  section.content .wrapper .page-content h3.product-search:before {
    left: 55px;
  }
  section.content .wrapper .page-content .tab-content .tab-pane .nav-tabs li:last-child.active a,
  section.content .wrapper .page-content .tab-content .tab-pane .nav-tabs li:last-child a {
    padding-left: 32px;
    font-size: 11px;
  }
  section.content .wrapper .page-content .tab-content .tab-pane .nav-tabs li:last-child.active a:before,
  section.content .wrapper .page-content .tab-content .tab-pane .nav-tabs li:last-child a:before {
    width: 20px;
    height: 16px !important;
    background-size: contain !important;
    left: 6px;
  }
  section.content .wrapper .page-content .tab-content .tab-pane .nav-tabs li:first-child a {
    padding-left: 32px;
    font-size: 11px;
  }
  section.content .wrapper .page-content .tab-content .tab-pane .nav-tabs li:first-child a:before {
    width: 20px;
    height: 20px !important;
    background-size: contain !important;
    left: 6px;
  }
  section.content .wrapper .page-header {
    padding: 35px 20px;
  }
  section.content .wrapper .page-header .search-result {
    font-size: 13px;
  }
  section.content .wrapper .page-header .search-result span.page {
    padding-right: 10px;
  }
  section.content .wrapper .page-header .search-result span.count {
    margin-left: 5px;
  }
  section.vendor-settings .tab-content .tab-pane .search-results .white-bg .btn-green {
    padding: 9px 20px;
  }
  section.vendor-settings .tab-content .tab-pane .search-results .white-bg .form-group {
    margin-right: 5px;
  }
  section.vendor-settings .tab-content .tab-pane .search-results .white-bg .form-group label {
    margin: 0;
  }
  section.vendor-settings .tab-content .tab-pane .search-results .white-bg .form-group input {
    width: 110px;
  }
  section.vendor-settings .tab-content .tab-pane .search-results .white-bg .price span {
    font-size: 25px;
  }
  section.vendor-settings .tab-content .tab-pane .search-results .white-bg .price span small {
    font-size: 15px;
  }
  section.vendor-settings .tab-content .tab-pane .search-results .white-bg .price {
    margin-top: 40px;
  }
  section.vendor-settings .tab-content .tab-pane .search-results .white-bg .price:before {
    height: 179%;
  }
  section.content .wrapper .page-content .carousel ol.carousel-indicators li,
  section.content .wrapper .page-content .carousel ol.carousel-indicators li.active {
    width: 62px;
  }
  section.content .wrapper .page-content .advert {
    width: 375px;
  }
  section.content .wrapper .page-content .product .product-wrapper p {
    font-size: 11px;
  }
}
@media (max-width: 992px) {
  .Bayi-header {
    padding-bottom: 30px;
  }
  .Bayi-header .Detail .Address {
    padding-top: 0;
    border-bottom: 0;
  }
  .Bayi-header .Detail .Main {
    border-bottom: 0;
  }
  .Bayi-header .Detail .Views {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  footer .contact-box {
    margin-bottom: 30px;
    text-align: center;
  }
  .info-boxes .box {
    display: block;
    text-align: center;
  }
  .info-boxes .box .icon {
    margin: 0 auto 15px auto;
  }
  body.page--sign main.Sign-content .Sign-content-items .sign-up-panel {
    max-width: 275px;
    width: 275px;
    min-width: 275px;
  }
  body.page--sign main.Sign-content .Sign-content-items .sign-up-panel i {
    width: 150px;
    line-height: 150px;
    height: 150px;
    font-size: 60px;
  }
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
  .col-sm-pd {
    padding: 0 5px;
  }
  .row-sm-mg {
    margin: 0 -5px;
  }
  .row-sm-flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-content .embed-responsive-16by9 {
    margin-bottom: 10px;
  }
  .container {
    width: 750px !important;
  }
  header .bottom .navbar-collapse ul.navbar-nav li {
    margin-right: 7px;
  }
  header .bottom .navbar-collapse ul.navbar-nav li a {
    padding: 15px 8px;
  }
  header .bottom .navbar-collapse form.navbar-form .input-group input {
    width: 150px;
  }
  header .bottom .navbar-collapse form.navbar-form .input-group span.input-group-btn button.btn-search {
    padding: 17px 15px;
  }
  section.main-area .search-box:after {
    content: none;
  }
  section.main-area .slider-header .carousel-control {
    margin: 0 15px;
  }
  section.main-area .carousel .carousel-inner .item .slider-box {
    padding: 5px;
    text-align: center;
  }
  section.main-area .carousel .carousel-inner .item .slider-box img {
    margin-top: 0;
    max-width: 100px;
    max-height: 110px;
  }
  section.main-area .carousel .carousel-inner .item .slider-box ul.icons {
    margin: 10px 0;
  }
  section.main-area .carousel .carousel-inner .item .slider-box ul.tire-info {
    margin: 0 0 10px 0;
  }
  section.main-area .carousel .carousel-inner .item .slider-box ul.tire-info li {
    font-size: 18px;
  }
  section.main-area .carousel .carousel-inner .item .slider-box span.price {
    display: block;
    margin-bottom: 10px;
  }
  header .bottom .navbar-collapse form.navbar-form .input-group input {
    width: 130px;
  }
  section.main-area .carousel .carousel-inner .item .small-box span.short-info {
    font-size: 14px;
  }
  section.main-area .carousel .carousel-inner .item .small-box span.location {
    font-size: 12px;
  }
  section.main-area .carousel .carousel-inner .item .small-box .btn-detail {
    margin-top: 40px;
  }
  section.main-area .carousel .carousel-inner .item .small-box ul.rating li i {
    font-size: 14px;
  }
  footer dl dd {
    font-size: 12px;
  }
  footer dl dd.phone {
    font-size: 14px;
  }
  footer ul.bulletin li strong {
    margin: 0;
  }
  footer form.bulletin-form .form-group i {
    font-size: 20px;
    top: 12px;
    left: 10px;
  }
  footer form.bulletin-form .form-group input {
    padding-left: 36px;
  }
  footer form.bulletin-form .btn-red {
    margin-top: 10px;
  }
  section.content .wrapper .page-header h1 {
    font-size: 15px;
  }
  section.content .wrapper .page-header .search-result {
    margin-top: 2px;
    font-size: 11px;
  }
  section.content .wrapper .page-header .search-result span.page {
    padding-right: 8px;
  }
  section.content .wrapper .page-header .search-result span.count {
    margin-left: 8px;
  }
  section.content .wrapper .result {
    padding: 10px;
  }
  section.content .wrapper .result h3.result-header {
    font-size: 15px;
  }
  section.content .wrapper .result .result-body ul.specs li {
    margin: 0;
    width: 49%;
  }
  section.content .wrapper .result .result-body ul.specs li ul.rating li {
    display: inline-block;
    width: initial;
  }
  section.content .wrapper .result .btn-red,
  section.content .wrapper .result .btn-black {
    font-size: 12px;
  }
  section.content .wrapper .result .result-body span.season {
    margin: 20px 0;
  }
  section.content .wrapper .page-content a.gallery-link img {
    max-width: 202px;
    min-width: 202px;
  }
  section.content .wrapper .page-content .border {
    margin-top: 10px;
  }
  section.content .wrapper .vendor-header a.question {
    margin: 10px 0 0 0;
    float: left;
  }
  section.content .wrapper .vendor-header {
    padding: 20px;
  }
  section.content .wrapper .vendor-header:before {
    content: " ";
    display: table;
  }
  section.content .wrapper .vendor-header:after {
    content: " ";
    display: table;
    clear: both;
  }
  section.content .wrapper .page-content ul.comments li ul.comment-footer li {
    width: 49%;
    padding: 0;
    margin-bottom: 5px;
    border: 0;
  }
  section.content .wrapper .page-content ul.comments li ul.comment-footer li ul.rating li {
    width: initial;
  }
  section.content .wrapper .page-content .comment-form {
    padding: 0;
  }
  section.content .wrapper .page-content .comment-form .form-group .form-control {
    margin: 0;
  }
  section.content .wrapper .page-content .tab-content .tab-pane .nav-tabs li:first-child a,
  section.content .wrapper .page-content .tab-content .tab-pane .nav-tabs li:last-child.active a,
  section.content .wrapper .page-content .tab-content .tab-pane .nav-tabs li:last-child a {
    font-size: 13px;
  }
  section.content .wrapper .page-content .tab-content .tab-pane .nav-tabs li:first-child a:before {
    width: 25px !important;
    height: 25px !important;
    background-size: initial !important;
    left: 15px;
  }
  section.content .wrapper .page-content .tab-content .tab-pane .nav-tabs li:last-child.active a:before,
  section.content .wrapper .page-content .tab-content .tab-pane .nav-tabs li:last-child a:before {
    width: 25px;
    height: 16px !important;
    background-size: initial !important;
    left: 15px;
  }
  section.vendor-page .wrapper .page-header .search-result {
    float: left !important;
    margin-top: 5px;
    font-size: 12px;
  }
  section.vendor-settings .tab-content .tab-pane .collapse-group li {
    margin: 0 3px;
    width: 48%;
  }
  section.vendor-settings .tab-content .tab-pane .collapse-group li .form-group label {
    font-size: 13px;
  }
  section.vendor-settings .tab-content .tab-pane .search-results .white-bg figure {
    margin-bottom: 10px;
  }
  section.vendor-settings .tab-content .tab-pane .search-results .white-bg .price:before {
    content: none;
  }
  section.vendor-settings .tab-content .tab-pane .search-results .white-bg .form-group {
    margin-right: 0;
  }
  section.vendor-settings .tab-content .tab-pane .search-results .white-bg .form-group label {
    margin-right: 10px;
  }
  section.vendor-settings .tab-content .tab-pane .search-results .white-bg .form-group input {
    width: 155px;
  }
  section.vendor-settings .tab-content .tab-pane .search-results .white-bg .btn-green {
    width: 100%;
  }
  section.vendor-settings .tab-content .tab-pane .search-results .white-bg .price {
    margin-top: 15px;
  }
  section.vendor-settings .tab-content .tab-pane .search-results .white-bg .price span {
    font-size: 30px;
  }
  section.vendor-settings .tab-content .tab-pane .search-results .white-bg .price span small {
    font-size: 25px;
  }
  section.vendor-settings .tab-content .tab-pane .search-results .white-bg .price span.red {
    font-size: 18px;
    margin-right: 15px;
    display: inline-block;
  }
  section.content .wrapper .page-content .carousel ol.carousel-indicators li,
  section.content .wrapper .page-content .carousel ol.carousel-indicators li.active {
    width: 56px;
  }
  section.content .wrapper .page-content .advert {
    float: right;
    margin-top: 85px;
  }
  .lightgrey,
  .darkgrey {
    padding: 10px;
  }
  section.content .wrapper .page-content .product .product-wrapper span.price {
    font-size: 12px;
  }
  section.content .wrapper .page-content .product .product-wrapper p {
    line-height: 19px;
  }
  section.content .wrapper .page-content .product .product-top h5 {
    font-size: 12px;
  }
  section.content .wrapper .page-content .product .product-top {
    padding: 20px 0 10px 20px;
  }
}
@media (max-width: 768px) {
  .widget-title {
    padding: 10px 15px;
    flex-wrap: wrap;
    height: initial;
  }
  .widget-title .controls {
    margin-right: 15px;
  }
  section.main-area .carousel .carousel-inner .item .slider-box .top {
    display: block;
  }
  section.main-area .carousel .carousel-inner .item .slider-box .top img {
    margin-bottom: 10px;
  }
  section.main-area .carousel .carousel-inner .item .slider-box .top .right .company:after {
    display: none;
  }
  section.content .wrapper .page-content ul.tire-info li {
    margin-bottom: 10px;
  }
  .page-content iframe {
    margin-bottom: 10px;
  }
  .container {
    width: initial !important;
  }
  header .top ul.social-links {
    float: left;
    margin-top: 10px;
  }
  header .top ul.social-links li {
    margin: 0 22px 0 0;
  }
  header .middle nav.navbar .navbar-header {
    padding: 10px 0;
  }
  header .middle nav.navbar .navbar-header .navbar-toggle {
    margin: 0;
    border: 0;
    border-radius: 0;
  }
  header .middle nav.navbar .navbar-header .navbar-toggle .icon-bar {
    background-color: #CF2029;
  }
  header .middle nav.navbar .navbar-header #logo {
    float: none;
    display: block;
  }
  header .middle nav.navbar .navbar-header .btn-red {
    margin: 20px 0 10px 0;
  }
  header .middle nav.navbar .navbar-header .btn-red,
  header .middle nav.navbar .navbar-header .btn-black {
    float: none;
    width: 100%;
  }
  header .bottom .navbar-collapse {
    border: 0;
    box-shadow: none;
  }
  header .bottom .navbar-collapse ul.navbar-nav {
    margin: 0;
  }
  header .bottom .navbar-collapse ul.navbar-nav li {
    margin: 0;
  }
  header .bottom .navbar-collapse form.navbar-form {
    border: 0;
    box-shadow: none;
  }
  header .bottom .navbar-collapse form.navbar-form .input-group input {
    width: 100%;
  }
  section.search-engine {
    padding: 50px 0;
  }
  section.search-engine ul.nav-tabs li {
    display: inline-block;
    width: 50%;
  }
  section.search-engine ul.nav-tabs li a {
    padding: 10px;
    font-size: 13px;
  }
  section.main-area .advert {
    margin-bottom: 10px;
  }
  section.main-area h2 {
    margin: 10px 0 20px 0;
  }
  section.main-area .slider-header {
    margin: 10px 0 0 0;
  }
  section.main-area .slider-header .carousel-control {
    margin: 0 4px;
  }
  section.main-area .slider-header h2.title {
    font-size: 17px;
  }
  section.main-area .carousel .carousel-inner .item .slider-box {
    margin-bottom: 10px;
  }
  section.main-area .carousel .carousel-inner .item .slider-box img {
    margin-top: 0px;
  }
  section.main-area .carousel .carousel-inner .item .small-box {
    margin-bottom: 10px;
  }
  footer dl dd {
    font-size: 14px;
  }
  footer dl dd.phone {
    font-size: 18px;
  }
  footer ul {
    margin: 20px 0 10px 0;
  }
  footer ul li {
    margin-bottom: 10px;
  }
  footer ul li.list-header {
    margin-bottom: 20px;
  }
  footer form.bulletin-form .btn-red {
    margin-bottom: 10px;
  }
  footer form.bulletin-form .form-group input {
    padding-left: 45px;
  }
  footer .footer-bottom .copyright {
    text-align: center;
  }
  footer .footer-bottom a {
    display: block;
    margin-top: 20px;
    float: none !important;
  }
  .page-navigation {
    padding: 10px 0;
  }
  .page-navigation .current-page {
    float: none !important;
    text-align: center;
    margin-bottom: 10px;
  }
  .page-navigation .current-page span i {
    display: none;
  }
  .page-navigation .breadcrumb {
    float: none !important;
    text-align: center;
  }
  section.content {
    padding: 20px 0;
  }
  section.content .wrapper .page-header {
    padding: 10px;
  }
  section.content .wrapper .page-header h1 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  section.content .wrapper .page-header .search-result {
    float: none !important;
    font-size: 14px;
  }
  section.content .wrapper .result figure {
    margin-bottom: 10px;
  }
  section.content .wrapper .result h3.result-header {
    font-size: 17px;
  }
  section.content .wrapper .result .result-body ul.specs li {
    margin-bottom: 10px;
  }
  section.content .wrapper .result .price {
    display: block;
    text-align: center;
    margin: 10px 0;
    font-size: 30px;
  }
  section.content .wrapper .result .price small {
    font-size: 20px;
  }
  section.content .wrapper .result .btn-red,
  section.content .wrapper .result .btn-black {
    padding: 7px 0;
  }
  section.content .panel .panel-body .vendor-services ul li {
    text-align: left;
  }
  section.content .panel .panel-body .vendor-services ul li:first-child,
  section.content .panel .panel-body .vendor-brand ul li:first-child {
    font-size: 16px;
    margin-right: 0 !important;
  }
  section.content .wrapper .vendor-header h1 {
    border-right: 0;
    padding: 0;
  }
  section.content .wrapper .vendor-header span.location {
    padding: 0;
  }
  section.content .wrapper .page-content h3.small-header {
    font-size: 17px;
  }
  section.content .wrapper .page-content a.gallery-link {
    display: inline-block;
  }
  section.content .wrapper .page-content a.gallery-link img {
    max-width: 180px;
    min-width: 180px;
    max-height: 250px;
    min-height: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  section.vendor-register .gap-wrapper {
    padding: 0;
  }
  section.content .wrapper .page-content h3.product-search {
    margin-top: 10px;
  }
  section.content .wrapper .page-content .tab-content .tab-pane .nav-tabs li a {
    padding: 12px 0 !important;
    font-size: 13px;
  }
  section.content .wrapper .page-content .tab-content .tab-pane .nav-tabs li a:before {
    content: none !important;
  }
  section.vendor-settings .tab-content .tab-pane .wrapper {
    padding: 15px;
  }
  section.vendor-settings .tab-content .tab-pane h3 {
    padding: 20px;
  }
  section.vendor-settings .tab-content .tab-pane .collapse-group li {
    width: 100%;
  }
  section.vendor-settings .tab-content .tab-pane .collapse-group li .form-group label {
    font-size: 14px;
  }
  section.vendor-settings .tab-content .tab-pane .search-results .white-bg ul li {
    display: block;
    margin: 0 0 10px 0;
  }
  section.vendor-settings .tab-content .tab-pane .search-results .white-bg ul li span {
    display: inline-block;
    width: 65px;
  }
  section.vendor-settings .tab-content .tab-pane .search-results .white-bg .form-group {
    display: block;
  }
  section.vendor-settings .tab-content .tab-pane .search-results .white-bg .form-group label {
    width: 30px;
  }
  section.vendor-settings .tab-content .tab-pane .search-results .white-bg .form-group input {
    width: 80%;
  }
  section.vendor-settings .tab-content .tab-pane .search-results .white-bg .btn-green {
    font-size: 17px;
  }
  section.vendor-settings .tab-content .tab-pane .search-results .white-bg .price {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.vendor-settings .tabbing {
    background-color: transparent;
    border: 0;
  }
  section.vendor-settings .tabbing .navbar-toggle {
    float: none;
    display: block;
    width: 100%;
    border: 0;
    margin: 0;
    padding: 13px;
    background-color: #CF2029;
    color: #fff;
    border-radius: 5px 5px 0px 0px;
  }
  section.vendor-settings .tabbing .navbar-toggle .icon-bar {
    background-color: #fff;
    float: right;
    clear: both;
  }
  section.vendor-settings .tabbing ul.nav-tabs {
    clear: both;
  }
  section.content .wrapper .page-header h1 {
    margin: 0;
  }
  section.content .wrapper .page-content .carousel ol.carousel-indicators li,
  section.content .wrapper .page-content .carousel ol.carousel-indicators li.active {
    width: 75px;
  }
  section.content .wrapper .page-content .carousel ol.carousel-indicators {
    margin-bottom: 15px;
  }
  section.content .wrapper .page-content .advert {
    float: none;
    margin: 0 auto;
    width: 312px;
  }
  section.content .wrapper .page-content .product .product-top {
    padding: 10px;
  }
  .product-wrapper {
    text-align: center;
  }
  section.content .wrapper .page-content .product .product-wrapper span.price {
    font-size: 22px;
  }
  section.content .wrapper .page-content .product .product-wrapper p {
    font-size: 12px;
  }
  section.content .wrapper .page-content .product .product-wrapper .btn-red {
    margin-top: 10px;
  }
  section.vendor-settings {
    padding-top: 20px;
  }
  section.content .wrapper .page-content .tab-content .tab-pane .nav-tabs li:first-child a,
  section.content .wrapper .page-content .tab-content .tab-pane .nav-tabs li:last-child.active a,
  section.content .wrapper .page-content .tab-content .tab-pane .nav-tabs li:last-child a {
    font-size: 14px;
  }
  .row-sm-flex {
    display: block !important;
  }
}
@media (max-width: 480px) {
  section.content .wrapper .page-content ul.comments li ul.comment-footer:before {
    content: '';
    display: table;
  }
  section.content .wrapper .page-content ul.comments li ul.comment-footer:after {
    content: '';
    display: table;
    clear: both;
  }
  section.content .wrapper .page-content ul.comments li ul.comment-footer li {
    font-size: 12px;
  }
  section.content .wrapper .page-content ul.comments li ul.comment-footer li:first-child {
    width: 39%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  section.content .wrapper .page-content ul.comments li ul.comment-footer li:nth-child(n) {
    float: left;
  }
  section.content .wrapper .page-content ul.comments li ul.comment-footer li:nth-child(2n) {
    float: right;
    text-align: right;
  }
  section.content .wrapper .page-content ul.comments li ul.comment-footer li ul.rating {
    float: right;
  }
  section.content .wrapper .page-content ul.comments li ul.comment-footer li ul.rating li {
    overflow: initial;
    float: initial;
  }
  section.content .wrapper .page-content ul.comments li ul.comment-footer li:nth-child(2) {
    width: 58%;
  }
  section.content .wrapper .page-content h3.product-search:before {
    left: 28px;
  }
  section.content .wrapper .page-content .tab-content .tab-pane .nav-tabs li:first-child a,
  section.content .wrapper .page-content .tab-content .tab-pane .nav-tabs li:last-child.active a,
  section.content .wrapper .page-content .tab-content .tab-pane .nav-tabs li:last-child a {
    font-size: 12px;
  }
  .modal .modal-dialog .modal-content .modal-footer button.btn-gmail {
    padding: 12px 73px;
  }
  .modal .modal-dialog .modal-content .modal-footer button.btn-hotmail {
    margin: 10px 0;
  }
  section.content .wrapper .page-content .carousel ol.carousel-indicators li,
  section.content .wrapper .page-content .carousel ol.carousel-indicators li.active {
    width: 83px;
  }
  section.content .wrapper .page-content .advert {
    width: 255px;
  }
  section.vendor-settings .tab-content .tab-pane .search-results .white-bg .price span.red {
    font-size: 17px;
  }
  .modal .modal-dialog .modal-content .modal-footer {
    margin-top: 0;
  }
  .modal .modal-dialog .modal-content .modal-footer p {
    margin: 30px 0;
  }
}
/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 *
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.3.5
 * Copyright  License:
 */
.easy-autocomplete {
  position: relative;
}
.easy-autocomplete input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  color: #555;
  float: none;
  padding: 6px 12px;
}
.easy-autocomplete input:hover,
.easy-autocomplete input:focus {
  box-shadow: none;
}
.easy-autocomplete a {
  display: block;
}
.easy-autocomplete.eac-blue-light input:hover,
.easy-autocomplete.eac-blue-light input:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.easy-autocomplete.eac-blue-light ul {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.easy-autocomplete.eac-blue-light ul li,
.easy-autocomplete.eac-blue-light ul .eac-category {
  border-color: #66afe9;
}
.easy-autocomplete.eac-blue-light ul li.selected,
.easy-autocomplete.eac-blue-light ul .eac-category.selected {
  background-color: #ecf5fc;
}
.easy-autocomplete.eac-green-light input:hover,
.easy-autocomplete.eac-green-light input:focus {
  border-color: #41DB00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}
.easy-autocomplete.eac-green-light ul {
  border-color: #41DB00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}
.easy-autocomplete.eac-green-light ul li,
.easy-autocomplete.eac-green-light ul .eac-category {
  border-color: #41DB00;
}
.easy-autocomplete.eac-green-light ul li.selected,
.easy-autocomplete.eac-green-light ul .eac-category.selected {
  background-color: #9eff75;
}
.easy-autocomplete.eac-red-light input:hover,
.easy-autocomplete.eac-red-light input:focus {
  border-color: #ff5b5b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}
.easy-autocomplete.eac-red-light ul {
  border-color: #ff5b5b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}
.easy-autocomplete.eac-red-light ul li,
.easy-autocomplete.eac-red-light ul .eac-category {
  border-color: #ff5b5b;
}
.easy-autocomplete.eac-red-light ul li.selected,
.easy-autocomplete.eac-red-light ul .eac-category.selected {
  background-color: #ff8e8e;
}
.easy-autocomplete.eac-yellow-light input:hover,
.easy-autocomplete.eac-yellow-light input:focus {
  border-color: #ffdb00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}
.easy-autocomplete.eac-yellow-light ul {
  border-color: #ffdb00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}
.easy-autocomplete.eac-yellow-light ul li,
.easy-autocomplete.eac-yellow-light ul .eac-category {
  border-color: #ffdb00;
}
.easy-autocomplete.eac-yellow-light ul li.selected,
.easy-autocomplete.eac-yellow-light ul .eac-category.selected {
  background-color: #ffe233;
}
.easy-autocomplete.eac-dark-light input:hover,
.easy-autocomplete.eac-dark-light input:focus {
  border-color: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}
.easy-autocomplete.eac-dark-light ul {
  border-color: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}
.easy-autocomplete.eac-dark-light ul li,
.easy-autocomplete.eac-dark-light ul .eac-category {
  border-color: #333;
}
.easy-autocomplete.eac-dark-light ul li.selected,
.easy-autocomplete.eac-dark-light ul .eac-category.selected {
  background-color: #4d4d4d;
  color: #fff;
}
.easy-autocomplete.eac-dark {
  color: #fff;
}
.easy-autocomplete.eac-dark input {
  background-color: #404040;
  border-radius: 4px;
  box-shadow: none;
  color: #f6f6f6;
}
.easy-autocomplete.eac-dark input:hover,
.easy-autocomplete.eac-dark input:focus {
  border-color: #333;
  box-shadow: none;
}
.easy-autocomplete.eac-dark ul {
  border-color: #333;
}
.easy-autocomplete.eac-dark ul li,
.easy-autocomplete.eac-dark ul .eac-category {
  background-color: #404040;
  border-color: #333;
}
.easy-autocomplete.eac-dark ul li.selected,
.easy-autocomplete.eac-dark ul .eac-category.selected {
  background-color: #737373;
  color: #f6f6f6;
}
.easy-autocomplete.eac-dark-glass {
  color: #fff;
}
.easy-autocomplete.eac-dark-glass input {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  box-shadow: none;
  color: #f6f6f6;
}
.easy-autocomplete.eac-dark-glass input:hover,
.easy-autocomplete.eac-dark-glass input:focus {
  border-color: rgba(0, 0, 0, 0.8);
  box-shadow: none;
}
.easy-autocomplete.eac-dark-glass ul {
  border-color: rgba(0, 0, 0, 0.8);
}
.easy-autocomplete.eac-dark-glass ul li,
.easy-autocomplete.eac-dark-glass ul .eac-category {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
}
.easy-autocomplete.eac-dark-glass ul li.selected,
.easy-autocomplete.eac-dark-glass ul .eac-category.selected {
  background-color: rgba(64, 64, 64, 0.8);
  color: #f6f6f6;
}
.easy-autocomplete.eac-dark-glass ul li:last-child,
.easy-autocomplete.eac-dark-glass ul .eac-category:last-child {
  border-radius: 0 0 4px 4px;
}
.easy-autocomplete.eac-blue {
  color: #fff;
}
.easy-autocomplete.eac-blue input {
  background-color: #6d9ed1;
  border-radius: 4px;
  box-shadow: none;
  color: #f6f6f6;
}
.easy-autocomplete.eac-blue input::-webkit-input-placeholder {
  color: #f6f6f6;
}
.easy-autocomplete.eac-blue input:-moz-placeholder {
  color: #f6f6f6;
}
.easy-autocomplete.eac-blue input::-moz-placeholder {
  color: #f6f6f6;
}
.easy-autocomplete.eac-blue input:-ms-input-placeholder {
  color: #f6f6f6;
}
.easy-autocomplete.eac-blue input:hover,
.easy-autocomplete.eac-blue input:focus {
  border-color: #5A91CB;
  box-shadow: none;
}
.easy-autocomplete.eac-blue ul {
  border-color: #5A91CB;
}
.easy-autocomplete.eac-blue ul li,
.easy-autocomplete.eac-blue ul .eac-category {
  background-color: #6d9ed1;
  border-color: #5A91CB;
}
.easy-autocomplete.eac-blue ul li.selected,
.easy-autocomplete.eac-blue ul .eac-category.selected {
  background-color: #94b8dd;
  color: #f6f6f6;
}
.easy-autocomplete.eac-yellow {
  color: #333;
}
.easy-autocomplete.eac-yellow input {
  background-color: #ffdb7e;
  border-color: #333;
  border-radius: 4px;
  box-shadow: none;
  color: #333;
}
.easy-autocomplete.eac-yellow input:hover,
.easy-autocomplete.eac-yellow input:focus {
  border-color: #333;
  box-shadow: none;
}
.easy-autocomplete.eac-yellow ul {
  border-color: #333;
}
.easy-autocomplete.eac-yellow ul li,
.easy-autocomplete.eac-yellow ul .eac-category {
  background-color: #ffdb7e;
  border-color: #333;
}
.easy-autocomplete.eac-yellow ul li.selected,
.easy-autocomplete.eac-yellow ul .eac-category.selected {
  background-color: #ffe9b1;
  color: #333;
}
.easy-autocomplete.eac-purple {
  color: #333;
}
.easy-autocomplete.eac-purple input {
  background-color: #d6d1e7;
  border-color: #b8afd5;
  box-shadow: none;
  color: #333;
}
.easy-autocomplete.eac-purple input:hover,
.easy-autocomplete.eac-purple input:focus {
  border-color: #333;
  box-shadow: none;
}
.easy-autocomplete.eac-purple ul {
  border-color: #333;
}
.easy-autocomplete.eac-purple ul li,
.easy-autocomplete.eac-purple ul .eac-category {
  background-color: #d6d1e7;
  border-color: #333;
}
.easy-autocomplete.eac-purple ul li.selected,
.easy-autocomplete.eac-purple ul .eac-category.selected {
  background-color: #ebe8f3;
  color: #333;
}
.easy-autocomplete.eac-bootstrap input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  color: #555;
  padding: 6px 12px;
}
.easy-autocomplete-container {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.easy-autocomplete-container ul {
  background: none repeat scroll 0 0 #ffffff;
  border-top: 1px dotted #ccc;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: -1px;
}
.easy-autocomplete-container ul li,
.easy-autocomplete-container ul .eac-category {
  background: inherit;
  border-color: #ccc;
  border-image: none;
  border-style: solid;
  border-width: 0 1px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 4px 12px;
}
.easy-autocomplete-container ul li:last-child {
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px;
}
.easy-autocomplete-container ul li.selected {
  background: none repeat scroll 0 0 #ebebeb;
  cursor: pointer;
}
.easy-autocomplete-container ul li.selected div {
  font-weight: normal;
}
.easy-autocomplete-container ul li div {
  display: block;
  font-weight: normal;
  word-break: break-all;
}
.easy-autocomplete-container ul li b {
  font-weight: bold;
}
.easy-autocomplete-container ul .eac-category {
  font-color: #aaa;
  font-style: italic;
}
.eac-description .eac-item span {
  color: #aaa;
  font-style: italic;
  font-size: 0.9em;
}
.eac-icon-left .eac-item img {
  margin-right: 4px;
  max-height: 30px;
}
.eac-icon-right .eac-item {
  margin-top: 8px;
  min-height: 24px;
  position: relative;
}
.eac-icon-right .eac-item img {
  margin-left: 4px;
  max-height: 30px;
  position: absolute;
  right: -4px;
  top: -8px;
}
/*# sourceMappingURL=easy-autocomplete.css.map */
.marca {
  margin-top: 20px;
}
.marca > li {
  min-height: 120px;
  border: 1px solid #f3f3f3;
  transition: all 0.2s ease-in-out;
  z-index: 2;
  background: #fff;
}
.marca > li:hover a span.name:after {
  content: ' hakkında';
}
.marca > li:hover {
  transform: scale(1.4);
  z-index: 999;
  border: 1px solid #ccc;
}
.marca > li a {
  display: block;
  margin: 5px;
}
.marca > li a span.name {
  display: block;
  font-size: 12px;
  padding: 10px 0;
}
.marca > li a span.name:after {
  content: '';
}
.marca > li a img {
  display: block;
  max-height: 67px;
  overflow: hidden;
}
.marca_details p {
  display: block;
  padding: 5px 0;
}
.marca_details h1 {
  font-size: 22px;
}
.marca_details h2 {
  font-size: 20px;
}
.marca_details h3 {
  font-size: 18px;
}
.marca_details h4 {
  font-size: 16px;
}
.marca_details h1,
.marca_details h2,
.marca_details h3,
.marca_details h4,
.marca_details h5,
.marca_details h6 {
  display: inline-block;
  padding: 5px 0;
}
.collapse .form-group input[type="checkbox"] {
  display: none;
}
.form-group input[type="checkbox"] + .btn-group > label span {
  width: 20px;
}
.form-group input[type="checkbox"] + .btn-group > label span:first-child {
  display: none;
}
.form-group input[type="checkbox"] + .btn-group > label span:last-child {
  display: inline-block;
}
.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
  display: inline-block;
}
.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
  display: none;
}
span.like {
  display: inline-block;
  margin-top: -2px;
}
span.like a {
  display: inline-block;
}
span.like a i {
  font-size: 16px;
}
span.like a strong {
  font-size: 10px;
  font-weight: 300;
}
span.like a.like {
  background: green;
  padding: 2px 20px;
  color: #fff;
  border-radius: 8px;
  line-height: 16px;
}
span.like a.unlike {
  background: #e82929;
  padding: 2px 20px;
  color: #fff;
  border-radius: 8px;
  line-height: 16px;
}
.form-group {
  margin-bottom: 5px;
}
.btn-group,
.btn-group-vertical {
  width: 100%;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  width: 80%;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  width: 20%;
}
span.star {
  float: right;
  margin-right: 20px;
}
span.star ul.rating li {
  float: left;
}
span.star ul.rating li i.fa-star {
  color: #e69150;
}
span.star ul.rating li i.grey {
  color: #BCBCBC;
}
.radius {
  border-radius: 5px !important;
}
.comment-form {
  padding: 25px 0;
}
.comment-form .form-group {
  position: relative;
}
.comment-form .form-group:after {
  content: '*';
  position: absolute;
  top: 12px;
  right: 15px;
  color: #CF2029;
}
.comment-form .form-group .form-control {
  border-radius: 0;
  border-color: #E2E2E2;
  box-shadow: none;
  height: 40px;
  margin-bottom: 34px;
}
.comment-form .form-group textarea.form-control {
  height: auto;
  margin-bottom: 0;
}
.comment-form .form-group ::-webkit-input-placeholder {
  color: #838383;
  font-weight: 400;
}
.comment-form .form-group :-moz-placeholder {
  /* Firefox 18- */
  color: #838383;
  font-weight: 400;
}
.comment-form .form-group ::-moz-placeholder {
  /* Firefox 19+ */
  color: #838383;
  font-weight: 400;
}
.comment-form .form-group :-ms-input-placeholder {
  color: #838383;
  font-weight: 400;
}
.comment-form span {
  color: #838383;
}
.comment-form ul {
  margin: 18px 0 15px 0;
}
.comment-form ul li {
  display: inline-block;
}
.comment-form ul li i.fa-star {
  color: #FFA500;
}
.comment-form ul li i.grey {
  color: #BCBCBC;
}
.comment-form .btn-red {
  width: 100%;
  padding: 9px 0;
  border-radius: 0;
}
/* Compatibility styles for frameworks like bootstrap, foundation e.t.c */
.xzoom-source img,
.xzoom-preview img,
.xzoom-lens img {
  display: block;
  max-width: none;
  max-height: none;
}
/* --------------- */
/* xZoom Styles below */
.xzoom-container {
  display: inline-block;
}
.xzoom-thumbs {
  text-align: center;
  margin-bottom: 10px;
}
.xzoom {
  margin-bottom: 15px;
}
.xzoom2,
.xzoom3,
.xzoom4,
.xzoom5 {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
}
/* Thumbs */
.xzoom-gallery,
.xzoom-gallery2,
.xzoom-gallery3,
.xzoom-gallery4,
.xzoom-gallery5 {
  border: 1px solid #cecece;
  margin-left: 5px;
  margin-bottom: 10px;
}
.xzoom-source,
.xzoom-hidden {
  display: block;
  position: static;
  float: none;
  clear: both;
}
/* Everything out of border is hidden */
.xzoom-hidden {
  overflow: hidden;
}
/* Preview */
.xzoom-preview {
  border: 1px solid #888;
  background: #2f4f4f;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
/* Lens */
.xzoom-lens {
  border: 1px solid #555;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  cursor: crosshair;
}
/* Loading */
.xzoom-loading {
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  opacity: .7;
  background: url(../images/xloading.gif);
  width: 48px;
  height: 48px;
}
/* Additional class that applied to thumb when it is active */
.xactive {
  -webkit-box-shadow: 0px 0px 3px 0px #4aa9d2;
  -moz-box-shadow: 0px 0px 3px 0px #4aa9d2;
  box-shadow: 0px 0px 3px 0px #4aa9d2;
  border: 1px solid #4aaad2;
}
/* Caption */
.xzoom-caption {
  position: absolute;
  bottom: -43px;
  left: 0;
  background: #000;
  width: 100%;
  text-align: left;
}
.xzoom-caption span {
  color: #fff;
  font-family: Arial, sans-serif;
  display: block;
  font-size: 0.75em;
  font-weight: bold;
  padding: 10px;
}
/*=========================
  Icons
 ================= */
/* footer social icons */
ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}
ul.social-network li {
  display: inline;
  margin: 0 5px;
}
/* footer social icons */
.social-network a.icoRss:hover {
  background-color: #F56505;
}
.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}
.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}
.social-network a.icoGoogle:hover {
  background-color: #BD3518;
}
.social-network a.icoVimeo:hover {
  background-color: #0590B8;
}
.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}
.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
  color: #fff;
}
a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}
.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #D3D3D3;
}
.social-circle li i {
  margin: 0;
  line-height: 40px;
  text-align: center;
}
.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
ul.big {
  margin-left: 40px;
}
ul.big li {
  margin-right: 10px;
}
ul.big li i {
  font-size: 26px;
}
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  table#cart tbody td .form-control {
    width: 20%;
    display: inline !important;
  }
  .actions .btn {
    width: 36%;
    margin: 1.5em 0;
  }
  .actions .btn-info {
    float: left;
  }
  .actions .btn-danger {
    float: right;
  }
  table#cart thead {
    display: none;
  }
  table#cart tbody td {
    display: block;
    padding: .6rem;
    min-width: 320px;
  }
  table#cart tbody tr td:first-child {
    background: #333;
    color: #fff;
  }
  table#cart tbody td:before {
    content: attr(data-th);
    font-weight: bold;
    display: inline-block;
    width: 8rem;
  }
  table#cart tfoot td {
    display: block;
  }
  table#cart tfoot td .btn {
    display: block;
  }
}
.bootbox {
  border: 1px solid #fafafa;
  border-radius: 10px;
}
.bootbox .modal-dialog {
  border: 1px solid #a9a9a9;
  border-radius: 10px;
}
.bootbox .modal-dialog .modal-content {
  border-radius: 10px;
}
.bootbox .modal-dialog .modal-content .modal-footer {
  margin-top: 0 !important;
}
.btn-default {
  background: red;
  color: #fff;
}
.btn-default:hover {
  background: red;
  color: #fff;
}
.bootbox-body {
  padding: 10px 20px;
}
/*
    CART MODULES
*/
.up_cart_box {
  display: block;
  border: 1px solid #000000;
  height: 44px;
  width: 44px;
  float: right;
  margin-left: 10px;
  border-radius: 44px;
  position: relative;
}
.up_cart_box span {
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -6px;
  background: #cf2029;
  color: #fff;
  padding: 2px 6px;
  border-radius: 31px;
  font-size: 10px;
}
.up_cart_box i {
  display: inline-block;
  font-size: 16px;
  color: #cf2029;
  padding: 11px;
}
section.cart {
  padding-bottom: 30px;
}
section.cart .btn {
  margin-left: 10px;
  padding: 10px 20px;
}
section.cart .btn-default {
  background: none;
  border: 1px solid #000;
  color: #000;
}
section.cart table.cart-table {
  display: table;
  margin: 30px 0;
  border: none;
}
section.cart table.cart-table thead {
  background: #000;
}
section.cart table.cart-table thead tr th {
  border: none;
  color: #fff;
  font-size: 14px;
  padding: 12px 15px;
  font-weight: 300;
}
section.cart table.cart-table tbody {
  border-left: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
section.cart table.cart-table tbody tr td {
  padding: 10px 20px;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
section.cart table.cart-table tbody tr td:first-child {
  padding: 10px 0;
}
section.cart table.cart-table tbody tr td a {
  display: block;
}
section.cart table.cart-table tbody tr td:last-child i {
  font-size: 20px;
}
section.cart table.cart-table tbody tr td:last-child i:hover {
  color: #cf2029;
}
section.cart table.cart-table tbody tr td a h2 {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
section.cart table.cart-table tbody tr td a .cart-sub-detail {
  display: inline-block;
  margin-bottom: 10px;
}
section.cart table.cart-table tbody tr td a ul.cart-border li {
  display: inline-block;
  float: left;
  margin-right: 10px;
  padding: 3px 10px;
  border: 1px solid #dbdbdb;
  background: #f4f4f4;
  color: #333;
}
section.cart table.cart-table tbody tr td a .cart-sub-detail strong {
  color: #cf2029;
}
section.cart table.cart-table tfoot {
  border-left: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
section.cart table.cart-table tfoot tr td {
  padding: 10px 20px;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
section.cart table.cart-table tfoot tr td form h4 {
  display: block;
  font-size: 16px;
  padding: 15px 0;
  border-bottom: 1px solid #000;
}
section.cart table.cart-table tfoot tr td form span {
  display: block;
  font-size: 12px;
  padding: 15px 0;
}
section.cart table.cart-table tfoot tr td form .form-group {
  display: block;
  margin-bottom: 50px;
}
section.cart table.cart-table tfoot tr td form .form-group div input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
section.cart table.cart-table tfoot tr td form .form-group div button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 0;
  padding: 6px 26px;
}
.cart-left-menu {
  margin: 0;
  background: #fff;
}
.cart-left-menu h2 {
  font-size: 14px;
  background: #000;
  color: #fff;
  text-align: left;
  padding: 10px 10px;
}
.cart-left-menu h2 i {
  display: inline-block;
  margin-right: 10px;
}
.cart-left-menu ul.cart-list-category {
  display: block;
  padding: 10px 0;
}
.cart-left-menu ul.cart-list-category li {
  display: block;
  margin: 5px 10px;
  background: #fff;
}
.cart-left-menu ul.cart-list-category li:hover {
  background: #cf2029;
  border-radius: 5px;
}
.cart-left-menu ul.cart-list-category li:hover a span {
  color: #fff;
}
.cart-left-menu ul.cart-list-category li a:hover {
  color: #fff;
}
.cart-left-menu ul.cart-list-category li.active a:hover {
  color: #cf2029;
}
.cart-left-menu ul.cart-list-category li.active:hover a span {
  color: #333;
}
.cart-left-menu ul.cart-list-category li.active {
  background: #dbdbdb;
  border-radius: 5px;
}
.cart-left-menu ul.cart-list-category li.active a {
  font-weight: 700;
}
.cart-left-menu ul.cart-list-category li a {
  display: block;
  font-size: 14px;
  color: #000;
  padding: 5px 20px;
}
.cart-left-menu ul.cart-list-category li a span {
  display: inline-block;
  float: right;
  font-size: 12px;
  color: #aaaaaa;
}
.cart-list-page {
  background: #fff;
  border-left: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}
.cart-list-page ul.page {
  display: block;
  margin: 10px auto;
  width: 200px;
}
.cart-list-page ul.page li {
  display: block;
  float: left;
  margin-left: 5px;
  margin-bottom: 15px;
}
.cart-list-page ul.page li a {
  display: block;
  border: 1px solid #cf2029;
  background: #cf2029;
  font-size: 14px;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
}
.cart-list-page ul.page li a.active {
  border: 1px solid #000;
  background: #000;
}
.cart-list-page .cart-list-title {
  border-bottom: 1px solid #E8E8E8;
}
.cart-list-page .cart-list-title div:nth-of-type(1) span {
  display: inline-block;
  color: #CF2029;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 15px;
}
.cart-list-page .cart-list-title div:nth-of-type(2) .breadcrumb {
  margin-bottom: 0;
  background-color: #fff;
  float: right;
  padding: 12px 15px;
}
.cart-list-page .cart-list-title div:nth-of-type(2) .breadcrumb > li + li:before {
  margin-bottom: 0;
  content: '\f105';
  font-family: 'FontAwesome', sans-serif;
  color: #000;
}
.cart-list-page .image img {
  border: 1px solid #000;
  padding: 2px;
  min-height: 60px;
}
.cart-list-page .first-image img {
  min-height: 300px !important;
  margin: 20px 0 !important;
}
.cart-list-page .content-detail {
  padding: 40px 10px;
}
.cart-list-page .content-detail h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}
.cart-list-page .content-detail .sub-title {
  font-size: 14px;
  color: #000;
  padding-bottom: 10px;
  border-bottom: 1px solid #d2d2d2;
}
.cart-list-page .content-detail .sub-title span {
  color: #cf2029;
  font-weight: 600;
}
.cart-list-page .content-detail div.cart-sub-body-list-price {
  padding: 10px 0;
}
.cart-list-page .content-detail div.cart-sub-body-list-price span {
  display: inline-block;
}
.cart-list-page .content-detail div.cart-sub-body-list-price span.new-price {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  margin-right: 10px;
}
.cart-list-page .content-detail div.cart-sub-body-list-price span.old-price {
  font-size: 18px;
  color: #a3a3a3;
}
.cart-list-page .content-detail div.cart-sub-body-list-price ul.rating {
  float: right;
}
.cart-list-page .content-detail div.cart-sub-body-list-price ul.rating li {
  float: left;
  margin-left: 5px;
}
.cart-list-page .content-detail div.cart-sub-body-list-price ul.rating li i {
  font-size: 18px;
  color: #a3a3a3;
}
.cart-list-page .content-detail div.cart-sub-body-list-price ul.rating li.star i {
  font-size: 18px;
  color: #cf2029;
}
.cart-list-page .content-detail div.cart-sub-body-list-price p {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  line-height: 20px;
  min-height: 200px;
}
.cart-list-body {
  padding: 10px 0;
  border-bottom: 1px solid #000;
}
.cart-list-body-title {
  padding: 8px 0;
  text-align: right;
  color: #929292;
}
.cart-list-body-list {
  padding: 0 0 5px;
}
.cart-list-body-list article {
  padding: 30px 10px;
  border-bottom: 1px solid #E8E8E8;
}
.cart-list-body-list article:last-child {
  border-bottom: 0;
}
.cart-list-body-list article .cart-list-body-list-image {
  border: 1px solid #e8e8e8;
  position: relative;
  padding: 20px 10px;
}
.cart-list-body-list article .cart-list-body-list-image span.discount {
  display: inline-block;
  top: 10px;
  position: absolute;
  height: 35px;
  width: 35px;
  border-radius: 35px;
  background: #cf2029;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  font-size: 12px;
}
.cart-list-body-list article .cart-list-body-list-image span.category-name {
  display: inline-block;
  bottom: 10px;
  position: absolute;
  border-radius: 5px;
  background: #000;
  color: #fff;
  font-size: 10px;
  padding: 2px 5px;
  text-align: center;
}
.cart-list-body-list article div div.cart-sub-body-list-title {
  padding: 0 20px 10px;
  border-bottom: 1px solid #d2d2d2;
}
.cart-list-body-list article div div.cart-sub-body-list-title h2 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  padding: 0 0 10px 0;
}
.cart-list-body-list article div div.cart-sub-body-list-title div.cart-sub-title {
  font-size: 14px;
  color: #000;
}
.cart-list-body-list article div div.cart-sub-body-list-title div.cart-sub-title span {
  color: #cf2029;
  font-weight: 600;
}
.cart-list-body-list article div div.cart-sub-body-list-price {
  padding: 10px 20px 10px;
}
.cart-list-body-list article div div.cart-sub-body-list-price span {
  display: inline-block;
}
.cart-list-body-list article div div.cart-sub-body-list-price span.new-price {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  margin-right: 10px;
}
.cart-list-body-list article div div.cart-sub-body-list-price span.old-price {
  font-size: 18px;
  color: #a3a3a3;
}
.cart-list-body-list article div div.cart-sub-body-list-price ul.rating {
  float: right;
}
.cart-list-body-list article div div.cart-sub-body-list-price ul.rating li {
  float: left;
  margin-left: 5px;
}
.cart-list-body-list article div div.cart-sub-body-list-price ul.rating li i {
  font-size: 18px;
  color: #a3a3a3;
}
.cart-list-body-list article div div.cart-sub-body-list-price ul.rating li.star i {
  font-size: 18px;
  color: #cf2029;
}
.cart-list-body-list article div div.cart-sub-body-list-price p {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  line-height: 14px;
}
.cart-list-body-list article a.btn:hover {
  background: #000;
}
#exTab1 > .nav-pills > li > a {
  color: #ccc;
  font-size: 16px;
  font-weight: 500;
}
#exTab1 > .nav-pills > li > a:after {
  content: "|";
  padding: 0 0 0 30px;
}
#exTab1 > .nav-pills > li:last-child > a:after {
  content: "";
}
#exTab1 > .nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #000;
  background: none !important;
  font-weight: 500;
}
#exTab1 > .nav > li > a:focus,
.nav > li > a:hover {
  background: none !important;
  color: #CF2029;
  font-weight: 500;
}
#exTab1 > .nav {
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#exTab1 .tab-pane {
  padding: 10px 5px;
}
#exTab1 .tab-pane > p {
  line-height: 25px;
}
.stepwizard-step p {
  margin-top: 10px;
}
.stepwizard-row {
  display: table-row;
}
.stepwizard {
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: 35px;
}
.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-order: 0;
}
.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle:hover {
  background-color: red !important;
  border-color: red !important;
}
.ajax-file-upload-statusbar {
  border: 1px solid #ddd;
  width: 100% !important;
  padding: 10px 5px;
  height: 52px;
  margin: 10px 0;
}
.ajax-file-upload-filename {
  width: 200px;
  height: auto;
  margin: 5px 0;
  float: left;
}
.ajax-file-upload-filesize {
  width: 50px;
  height: auto;
  margin: 0 5px 5px 0px;
  display: inline-block;
  vertical-align: middle;
}
.ajax-file-upload-progress {
  margin: 5px 10px 5px 0px;
  position: relative;
  width: 250px;
  border: 1px solid #ddd;
  padding: 1px;
  border-radius: 3px;
  display: inline-block;
  color: #FFFFFF;
  float: right;
}
.ajax-file-upload-bar {
  background-color: #484848;
  width: 0;
  height: 15px;
  border-radius: 3px;
  color: #FFFFFF;
}
.ajax-file-upload-percent {
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 48%;
}
.ajax-file-upload-red {
  -moz-box-shadow: inset 0 39px 0 -24px #e67a73;
  -webkit-box-shadow: inset 0 39px 0 -24px #e67a73;
  box-shadow: inset 0 39px 0 -24px #e67a73;
  background-color: #e4685d;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  font-family: arial;
  font-size: 13px;
  font-weight: normal;
  padding: 4px 15px;
  text-decoration: none;
  text-shadow: 0 1px 0 #b23e35;
  cursor: pointer;
  vertical-align: top;
  margin: 5px 10px 5px 0px;
}
.ajax-file-upload-green {
  background-color: #77b55a;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #fff;
  font-family: arial;
  font-size: 13px;
  font-weight: normal;
  padding: 4px 15px;
  text-decoration: none;
  cursor: pointer;
  text-shadow: 0 1px 0 #5b8a3c;
  vertical-align: top;
  margin: 5px 10px 5px 0px;
}
.ajax-file-upload {
  width: 100%;
  display: block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  font-family: inherit;
}
.ajax-upload-dragdrop span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 20px 10px;
  font-family: inherit;
}
.ajax-upload-dragdrop {
  border: 2px dotted #A5A5C7;
  color: #DADCE3;
  text-align: left;
  vertical-align: middle;
  padding: 10px 10px 0px 10px;
  width: 100% !important;
}
.state-hover {
  border: 2px solid #A5A5C7;
}
.ajax-file-upload-container {
  margin: 20px 0px 20px 0px;
}
.image-upload {
  display: block;
  padding: 10px 0;
}
.svg-turkiye-haritasi {
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
}
.svg-turkiye-haritasi svg {
  width: 100%;
  height: auto;
}
.il-isimleri {
  position: absolute;
  z-index: 2;
}
.il-isimleri div {
  display: inline-block;
  background: #222;
  color: #fff;
  padding: 8px 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#svg-turkiye-haritasi path {
  cursor: pointer;
  fill: #D8D8D8;
}
#svg-turkiye-haritasi path:hover {
  fill: #F72848;
}
ul.rating li {
  float: left;
  margin-right: 7px;
}
ul.rating li i {
  color: #ffa500;
  font-size: 16px;
}
ul.rating li i.grey {
  color: #ccc;
}
section.detail {
  padding-top: 30px;
}
section.detail .panel {
  display: flex;
  flex-direction: column;
  height: 100%;
}
section.detail .panel.panel-default {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  margin-bottom: 30px;
}
section.detail .panel.panel-default .panel-header {
  justify-content: flex-start;
  padding: 15px 0 15px 15px;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
section.detail .panel.panel-default .panel-body p {
  margin-bottom: 10px;
  line-height: 30px;
}
section.detail .panel.panel-default .panel-body p.lead {
  font-size: 18px;
}
section.detail .panel.panel-default .panel-body p:last-of-type {
  margin-bottom: 0;
}
section.detail .panel.panel-default .panel-body ul {
  display: inherit;
  margin-bottom: 20px;
}
section.detail .panel.panel-default .panel-body ul li {
  display: inherit;
  font-size: 18px;
  font-weight: 700;
  margin-right: 30px;
}
section.detail .panel.panel-default .panel-body .product-comments {
  display: inherit;
  flex-direction: column;
}
section.detail .panel.panel-default .panel-body .product-comments .comment {
  display: inherit;
  width: 100%;
  margin-bottom: 15px;
}
section.detail .panel.panel-default .panel-body .product-comments .comment img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
section.detail .panel.panel-default .panel-body .product-comments .comment .right {
  display: inherit;
  flex-direction: column;
  border: 0;
  border-radius: 7px;
  margin-left: 30px;
  width: inherit;
}
section.detail .panel.panel-default .panel-body .product-comments .comment .right .header {
  display: inherit;
  align-items: center;
  justify-content: space-between;
  background-color: #F2F2F2;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  padding: 5px 20px;
}
section.detail .panel.panel-default .panel-body .product-comments .comment .right .header .name {
  font-size: 16px;
  font-weight: 700;
}
section.detail .panel.panel-default .panel-body .product-comments .comment .right .header .name span {
  display: inline-flex;
  color: #9B9B9B;
  font-size: 12px;
  margin-left: 10px;
}
section.detail .panel.panel-default .panel-body .product-comments .comment .right .header .rating {
  display: inherit;
  align-items: inherit;
}
section.detail .panel.panel-default .panel-body .product-comments .comment .right .header .rating .stars i {
  color: #959595;
  margin-right: 10px;
}
section.detail .panel.panel-default .panel-body .product-comments .comment .right .header .rating .positive,
section.detail .panel.panel-default .panel-body .product-comments .comment .right .header .rating .negative {
  cursor: pointer;
  color: #fff;
  border-radius: 10px;
  padding: 2px 20px;
}
section.detail .panel.panel-default .panel-body .product-comments .comment .right .header .rating .positive {
  background-color: #008100;
  margin-right: 5px;
}
section.detail .panel.panel-default .panel-body .product-comments .comment .right .header .rating .negative {
  background-color: #EA2E21;
}
section.detail .panel.panel-default .panel-body .product-comments .comment .right .body {
  display: inherit;
  padding: 30px;
}
section.detail .panel.panel-default .panel-body .form-group {
  margin-bottom: 15px;
}
section.detail .panel.panel-default .panel-body .form-group .form-control {
  border-color: #D5D5D5;
  border-radius: 5px;
  box-shadow: none;
  height: 40px;
}
section.detail .panel.panel-default .panel-body .form-group textarea.form-control {
  height: initial;
}
section.detail .panel.panel-default .panel-body .form-group ::placeholder {
  color: #000;
  font-weight: 700;
}
section.detail .panel.panel-default .panel-body .form-group.rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  height: 40px;
  padding: 0 15px;
}
section.detail .panel.panel-default .panel-body .form-group.rating span {
  font-weight: 700;
}
section.detail .panel.panel-default .panel-body .form-group.rating .stars {
  font-weight: 700;
}
section.detail .panel.panel-default .panel-body .form-group.rating .stars i {
  color: #383838;
  margin-right: 10px;
}
section.detail .panel.panel-default .panel-body .form-group.rating .stars i:last-child {
  margin-right: 5px;
}
section.detail .panel.panel-default .panel-body .btn-danger {
  background-color: #CF2029;
  text-align: center;
  font-weight: 700;
  padding: 9px 85px;
}
section.detail .panel .panel-header {
  display: inherit;
  align-items: center;
  justify-content: center;
  background-color: #F2F2F2;
  font-weight: 700;
  padding: 10px 0;
}
section.detail .panel .panel-header.bg-white {
  background-color: #fff;
  padding: 0;
}
section.detail .panel .panel-header img {
  margin-right: 10px;
}
section.detail .panel .panel-header .title {
  font-size: 17px;
  font-weight: 700;
}
section.detail .panel .panel-header .comments {
  display: inherit;
  border-bottom: 1px solid #F2F2F2;
  width: 100%;
}
section.detail .panel .panel-header .comments .comment {
  display: inherit;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #F2F2F2;
  padding: 15px;
}
section.detail .panel .panel-header .comments .comment:last-child {
  border-right: 0;
}
section.detail .panel .panel-header .comments .comment img {
  margin-right: 5px;
}
section.detail .panel .panel-header .comments .comment span {
  font-size: 13px;
  margin-right: 3px;
  text-decoration: underline;
}
section.detail .panel .panel-body {
  display: inherit;
  flex-direction: inherit;
  padding: 25px 15px;
}
section.detail .panel .panel-body.checkout {
  padding: 0;
}
section.detail .panel .panel-body .title {
  color: #CF2029;
  font-weight: 700;
  margin-bottom: 30px;
}
section.detail .panel .panel-body ul.sidebar {
  display: inherit;
  flex-direction: inherit;
  padding-left: 10px;
}
section.detail .panel .panel-body ul.sidebar li {
  display: inherit;
  margin-bottom: 20px;
}
section.detail .panel .panel-body ul.sidebar li span {
  display: inherit;
  align-items: center;
  font-weight: 700;
}
section.detail .panel .panel-body ul.sidebar li span:not(.highlighted) {
  width: 100px;
}
section.detail .panel .panel-body ul.sidebar li span.highlighted {
  color: #CF2029;
}
section.detail .panel .panel-body .product-title {
  display: inherit;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
section.detail .panel .panel-body .product-title h1 {
  font-size: 17px;
  font-weight: 700;
}
section.detail .panel .panel-body .carousel {
  border: 3px solid #D2D2D2;
  margin-bottom: 15px;
  padding: 15px 30px;
}
section.detail .panel .panel-body .carousel .carousel-inner {
  overflow: hidden !important;
}
section.detail .panel .panel-body .carousel .carousel-inner .rating {
  position: absolute;
  top: 0;
  right: 0;
}
section.detail .panel .panel-body .carousel .carousel-inner .rating i {
  color: #000;
}
section.detail .panel .panel-body .carousel .carousel-inner .rating i.grey {
  color: #ccc;
}
section.detail .panel .panel-body .carousel .slider-indicator {
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-radius: 25px;
  color: #fff;
  padding: 5px 25px;
  background-color: #CF2029;
}
section.detail .panel .panel-body .slider-controls {
  display: inherit;
}
section.detail .panel .panel-body .slider-controls .carousel-indicators {
  position: static;
  display: inherit;
  justify-content: center;
  width: 100%;
  margin: 0 10px;
}
section.detail .panel .panel-body .slider-controls .carousel-indicators li {
  display: inherit;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: transparent;
  border: 2px solid #D6D6D6;
  border-radius: 0;
  margin: 0 5px;
}
section.detail .panel .panel-body .slider-controls .carousel-indicators li.active {
  border-color: #000;
}
section.detail .panel .panel-body .slider-controls .carousel-indicators li img {
  width: 70px;
  height: 70px;
}
section.detail .panel .panel-body .slider-controls .carousel-control {
  display: inherit;
  align-items: center;
  position: static;
  width: initial;
  opacity: 1;
  text-shadow: none;
  background: #CF2029 none;
  padding: 0 5px;
}
section.detail .panel .panel-body .checkout-header {
  display: inherit;
  flex-direction: column;
  padding: 30px 15px;
}
section.detail .panel .panel-body .checkout-header .title {
  display: inherit;
  flex-direction: inherit;
  align-items: center;
  color: #000;
  font-size: 17px;
  margin-bottom: 30px;
}
section.detail .panel .panel-body .checkout-header .title .highlighted {
  color: #CF2029;
}
section.detail .panel .panel-body .checkout-header .title .highlighted span {
  color: #000;
}
section.detail .panel .panel-body .checkout-header .seller {
  display: inherit;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  background-color: #F2F2F2;
  padding: 5px 0;
}
section.detail .panel .panel-body .checkout-header .seller .name a {
  color: #537ECF;
  text-decoration: underline;
  font-weight: 700;
}
section.detail .panel .panel-body .checkout-header .seller .rating {
  display: inherit;
  font-weight: 700;
}
section.detail .panel .panel-body .checkout-header .seller .rating:before {
  content: '|';
  display: inline-flex;
  margin: 0 10px;
}
section.detail .panel .panel-body .checkout-body {
  display: inherit;
  justify-content: center;
  border-top: 1px solid #F4F4F4;
  border-bottom: 1px solid #F4F4F4;
  padding: 30px 0;
}
section.detail .panel .panel-body .checkout-body .percent {
  display: inherit;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: #CF2029;
  color: #fff;
  margin-right: 15px;
}
section.detail .panel .panel-body .checkout-body .price {
  display: inherit;
  flex-direction: column;
}
section.detail .panel .panel-body .checkout-body .price del {
  font-size: 12px;
}
section.detail .panel .panel-body .checkout-body .price strong {
  font-size: 24px;
}
section.detail .panel .panel-body .checkout-footer {
  display: inherit;
  justify-content: center;
  padding: 30px 0;
}
section.detail .panel .panel-body .checkout-footer .input-group {
  display: inherit;
  padding: 2px 0;
  background-color: #CF2029;
  margin-right: 15px;
  border-radius: 5px;
}
section.detail .panel .panel-body .checkout-footer .input-group .input-group-addon {
  background-color: inherit;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  padding: 15px 5px;
  width: initial;
}
section.detail .panel .panel-body .checkout-footer .input-group input {
  border: 0;
  width: 30px;
  text-align: center;
}
section.detail .panel .panel-body .checkout-footer .input-group input[type=number]::-webkit-inner-spin-button,
section.detail .panel .panel-body .checkout-footer .input-group input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
section.detail .panel .panel-body .checkout-footer .btn {
  display: inherit;
  align-items: center;
  color: #fff;
  background-color: #383838;
  padding-left: 40px;
}
section.detail .panel .panel-body .checkout-footer .btn.btn-add {
  background: #383838 url('../img/basket.png') no-repeat 10px center;
}
section.product-detail {
  padding: 50px 0;
}
section.product-detail .carousel {
  border-radius: 2px;
  border: 1px solid #E6E6E6;
  margin-bottom: 15px;
  padding: 15px 30px;
  background: #fff;
}
section.product-detail .carousel .carousel-inner {
  overflow: hidden !important;
}
section.product-detail .slider-controls {
  display: flex;
  position: relative;
  margin-bottom: 15px;
}
section.product-detail .slider-controls .carousel-indicators {
  position: static;
  display: inherit;
  justify-content: space-between;
  width: 100%;
  margin: 0;
}
section.product-detail .slider-controls .carousel-indicators li {
  display: inherit;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 90px;
  background-color: #fff;
  border: 1px solid #DEDEDE;
  border-radius: 0;
  margin: 0 5px;
}
section.product-detail .slider-controls .carousel-indicators li:first-child {
  margin-left: 0;
}
section.product-detail .slider-controls .carousel-indicators li:last-child {
  margin-right: 0;
}
section.product-detail .slider-controls .carousel-indicators li img {
  width: 60px;
  height: 70px;
}
section.product-detail .slider-controls .carousel-control {
  display: inherit;
  align-items: center;
  justify-content: center;
  position: absolute;
  opacity: 1;
  text-shadow: none;
  background: #fff none;
  padding: 0 5px;
  z-index: 20;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 1px solid #E6E6E6;
  border-radius: 2px;
}
section.product-detail .slider-controls .carousel-control i {
  color: #B2B2B2;
}
section.product-detail .slider-controls .carousel-control:hover {
  background: #CF2029 none;
  border: 1px solid #CF2029;
}
section.product-detail .slider-controls .carousel-control:hover i {
  color: #fff;
}
section.product-detail .slider-controls .carousel-control.left {
  left: -15px;
}
section.product-detail .slider-controls .carousel-control.right {
  right: -15px;
}
section.product-detail .product-quality {
  display: flex;
  padding: 5px;
  background-color: #F7F7F7;
  border-radius: 2px;
}
section.product-detail .product-quality .item {
  display: inherit;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  background-color: #fff;
  border: 1px solid #DDDDDD;
  padding: 13px 5px;
}
section.product-detail .product-quality .item:first-of-type {
  border-right: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
section.product-detail .product-quality .item:last-of-type {
  border-left: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
section.product-detail .product-quality .item span {
  font-weight: 700;
  margin-right: 5px;
  font-size: 13px;
}
section.product-detail .product-detail-header {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
  border-bottom: 1px solid #E6E6E6;
}
section.product-detail .product-detail-header .product-name {
  display: inherit;
  align-items: flex-start;
  justify-content: space-between;
  flex-grow: 1;
}
section.product-detail .product-detail-header .product-name .left h1 {
  font-size: 24px;
}
section.product-detail .product-detail-header .product-name .left .rating {
  font-weight: 700;
}
section.product-detail .product-detail-header .product-price {
  display: inherit;
  align-items: center;
  justify-content: space-between;
}
section.product-detail .product-detail-header .product-price .left {
  display: inherit;
  align-items: inherit;
}
section.product-detail .product-detail-header .product-price .left .price {
  font-size: 32px;
  font-weight: 700;
  margin-right: 15px;
}
section.product-detail .product-detail-header .product-price .left .price i {
  color: #CF2029;
}
section.product-detail .product-detail-header .product-price .left .highlight {
  color: #FFA500;
  font-weight: 700;
}
section.product-detail .product-detail-header .product-price .left .highlight i {
  color: #FFA500;
}
section.product-detail .product-detail-header .product-price .right {
  font-weight: 700;
}
section.product-detail .product-detail-header .product-price .right a:hover {
  text-decoration: underline;
}
section.product-detail .product-detail-header .product-price .right i,
section.product-detail .product-detail-header .product-price .right span {
  color: #CF2029;
}
section.product-detail .product-detail-header .product-price .right i {
  margin-right: 3px;
}
section.product-detail .product-detail-header .product-price .right span {
  margin-left: 3px;
}
section.product-detail .seller {
  display: flex;
  border: 1px solid #DEDEDE;
  border-radius: 3px;
  margin: 15px 0;
}
section.product-detail .seller .avatar img {
  width: 96px;
  height: 60px;
}
section.product-detail .seller .seller-info {
  display: inherit;
  align-items: center;
  border-left: 1px solid #E3E3E3;
  background-color: #fff;
  flex-grow: 1;
  padding: 20px 15px;
}
section.product-detail .seller .seller-info .name,
section.product-detail .seller .seller-info .comments {
  font-weight: 700;
}
section.product-detail .seller .seller-info .name {
  border-right: 1px solid #E0E0E0;
  padding-right: 10px;
  margin-right: 10px;
}
section.product-detail .seller .seller-info .name a {
  color: #81A0DA;
}
section.product-detail .seller .seller-info .name .rating {
  color: #CF2029;
}
section.product-detail .seller .seller-info .comments a {
  color: #797979;
}
section.product-detail .seller .seller-info .comments a i,
section.product-detail .seller .seller-info .comments a span {
  color: #CF2029;
}
section.product-detail .add-basket {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  margin-bottom: 15px;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
}
section.product-detail .add-basket .left .input-group {
  display: inline-flex;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  height: 40px;
  margin-right: 10px;
}
section.product-detail .add-basket .left .input-group .input-group-addon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  width: 10px;
  background-color: #fff;
  cursor: pointer;
}
section.product-detail .add-basket .left .input-group .input-group-addon i {
  font-size: 12px;
}
section.product-detail .add-basket .left .input-group input {
  border: 0;
  width: 25px;
  text-align: center;
  padding: 0;
}
section.product-detail .add-basket .left .input-group input[type=number]::-webkit-inner-spin-button,
section.product-detail .add-basket .left .input-group input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
section.product-detail .add-basket .left .btn {
  height: 40px;
  line-height: 26px;
  margin-right: 10px;
  background-color: #fff;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
}
section.product-detail .add-basket .left .btn i {
  color: #777777;
}
section.product-detail .add-basket .left .btn:hover {
  background-color: #CF2029;
}
section.product-detail .add-basket .left .btn:hover i {
  color: #fff;
}
section.product-detail .add-basket .left .btn.btn-add {
  background-color: #CF2029;
  color: #fff;
}
section.product-detail .add-basket .left .btn.btn-add i {
  margin-right: 10px;
  color: #fff;
}
section.product-detail .add-basket .right {
  display: inline-flex;
  align-items: inherit;
  font-size: 20px;
  color: #1B1B1B;
  font-weight: 700;
}
section.product-detail .add-basket .right i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #CF2029;
  color: #fff;
  margin-right: 2px;
  font-size: 12px;
}
section.product-detail .add-basket .tooltip-inner {
  font-size: 12px;
  width: 170px;
}
section.product-detail .product-chars .panel {
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
  box-shadow: none;
  margin-bottom: 0;
}
section.product-detail .product-chars .panel .panel-header {
  background-color: #DDDDDD;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-weight: 700;
  padding: 10px 0 10px 120px;
}
section.product-detail .product-chars .panel .panel-body {
  border: 1px solid #E9E9E9;
  padding: 0;
}
section.product-detail .product-chars .panel .panel-body ul li {
  border-bottom: 1px solid transparent;
  color: #555555;
  font-weight: 700;
}
section.product-detail .product-chars .panel .panel-body ul li span {
  display: inline-flex;
  background-color: #F7F7F7;
  color: #999999;
  width: 170px;
  padding: 8px 0 9px 20px;
  margin-right: 15px;
  font-weight: 400;
}
section.product-detail i {
  margin-right: 2px;
}
section.product-detail i:last-child {
  margin-right: 0;
}
section.product-detail i.fa-star {
  color: #CF2029;
}
section.product-detail i.fa-star-o {
  color: #C7C7C7;
}
section.product-detail .nav-tabs {
  border-bottom: 2px solid #EBEBEB;
  margin-bottom: 0px;
}
section.product-detail .nav-tabs li.active a {
  border-bottom: 1px solid #000;
  color: #000;
}
section.product-detail .nav-tabs li.active a:hover,
section.product-detail .nav-tabs li.active a:focus {
  border-bottom-color: #000;
}
section.product-detail .nav-tabs li a {
  border: 1px solid transparent;
  color: #C2C2C2;
  font-weight: 700;
}
section.product-detail .nav-tabs li a:focus {
  border-color: transparent;
  background-color: transparent;
}
section.product-detail .tab-content {
  border: 1px solid #EBEBEB;
  padding: 30px;
  margin-bottom: 30px;
  background-color: #fff;
}
section.product-detail .tab-content .tab-pane .panel-comment {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: none;
  border-color: #DDDDDD;
}
section.product-detail .tab-content .tab-pane .panel-comment .panel-header {
  background-color: #CF2029;
  color: #fff;
  padding: 10px 30px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 1px solid transparent;
}
section.product-detail .tab-content .tab-pane .panel-comment .panel-body {
  padding: 30px;
}
section.product-detail .tab-content .tab-pane .panel-comment .panel-body .form-group {
  position: relative;
  border: 1px solid #DFDFDF;
  border-radius: 5px;
  margin-bottom: 0;
  height: 100%;
}
section.product-detail .tab-content .tab-pane .panel-comment .panel-body .form-group .form-control {
  height: 50px;
  border: 0;
  box-shadow: none;
}
section.product-detail .tab-content .tab-pane .panel-comment .panel-body .form-group textarea.form-control {
  height: initial;
}
section.product-detail .tab-content .tab-pane .panel-comment .panel-body .form-group ::placeholder {
  color: #555555;
  font-weight: 700;
}
section.product-detail .tab-content .tab-pane .panel-comment .panel-body .form-group.has-danger:after {
  content: '*';
  color: #cf2029;
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
section.product-detail .tab-content .tab-pane .panel-comment .panel-body .form-group.rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #555555;
  height: 50px;
  margin-top: 15px;
  padding: 0 15px;
  font-weight: 700;
}
section.product-detail .tab-content .tab-pane .panel-comment .panel-body .form-group.rating .stars {
  color: #cf2029;
}
section.product-detail .tab-content .tab-pane .panel-comment .panel-body .btn-send {
  width: 100%;
  background-color: #cf2029;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
}
section.product-detail .tab-content .tab-pane .comments-section {
  display: flex;
  flex-direction: column;
}
section.product-detail .tab-content .tab-pane .comments-section .comment-header {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 30px;
}
section.product-detail .tab-content .tab-pane .comments-section .comment-header span {
  background-color: #fff;
  padding-right: 50px;
}
section.product-detail .tab-content .tab-pane .comments-section .comment-header span .red {
  color: #cf2029;
  padding-right: 0;
}
section.product-detail .tab-content .tab-pane .comments-section .comment-header:after {
  content: '';
  position: relative;
  top: -10px;
  z-index: -1;
  display: block;
  height: 5px;
  width: 100%;
  background-color: #EBEBEB;
}
section.product-detail .tab-content .tab-pane .comments-section .comment {
  display: inherit;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F7F7F7;
}
section.product-detail .tab-content .tab-pane .comments-section .comment:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
section.product-detail .tab-content .tab-pane .comments-section .comment.admin .right .header .name {
  color: #cf2029;
}
section.product-detail .tab-content .tab-pane .comments-section .comment.admin .right .body {
  font-weight: 700;
}
section.product-detail .tab-content .tab-pane .comments-section .comment img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
section.product-detail .tab-content .tab-pane .comments-section .comment .right {
  display: inherit;
  flex-direction: column;
  margin-left: 30px;
  width: inherit;
}
section.product-detail .tab-content .tab-pane .comments-section .comment .right .header {
  display: inherit;
  align-items: center;
  justify-content: space-between;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
section.product-detail .tab-content .tab-pane .comments-section .comment .right .header .name {
  font-size: 16px;
  font-weight: 700;
}
section.product-detail .tab-content .tab-pane .comments-section .comment .right .header .name span {
  display: inline-flex;
  color: #696969;
  font-size: 12px;
  margin-left: 10px;
}
section.product-detail .tab-content .tab-pane .comments-section .comment .right .detail {
  display: flex;
}
section.product-detail .tab-content .tab-pane .comments-section .comment .right .detail .body {
  display: inherit;
  margin-top: 20px;
}
section.product-detail .tab-content .tab-pane .comments-section .comment .right .detail .rating {
  display: inherit;
  flex-direction: column;
  align-items: flex-end;
  min-width: 260px;
}
section.product-detail .tab-content .tab-pane .comments-section .comment .right .detail .rating .rate {
  display: inherit;
  margin-bottom: 10px;
}
section.product-detail .tab-content .tab-pane .comments-section .comment .right .detail .rating .rate .positive,
section.product-detail .tab-content .tab-pane .comments-section .comment .right .detail .rating .rate .negative {
  cursor: pointer;
  color: #fff;
  border-radius: 25px;
  padding: 2px 20px;
}
section.product-detail .tab-content .tab-pane .comments-section .comment .right .detail .rating .rate .positive {
  background-color: #3EC370;
  margin-right: 5px;
}
section.product-detail .tab-content .tab-pane .comments-section .comment .right .detail .rating .rate .negative {
  background-color: #CF2029;
}
section.product-detail .tab-content .tab-pane .comments-section .comment .right .detail .rating .stars i {
  margin-right: 2px;
}
section.product-detail .tab-content .tab-pane .comments-section .comment .right .detail .rating .stars i:last-child {
  margin-right: 0;
}
section.product-detail .shops-header {
  color: #3E3E3E;
  padding-bottom: 15px;
  margin-bottom: 40px;
  border-bottom: 2px solid #EBEBEB;
  position: relative;
  font-size: 14px;
  font-weight: 700;
}
section.product-detail .shops-header:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #3E3E3E;
}
section.product-detail .shops {
  display: flex;
  flex-direction: column;
}
section.product-detail .shops li {
  display: inherit;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #ECECEC;
  border-radius: 4px;
  margin-bottom: 15px;
  padding: 8px 15px;
}
section.product-detail .shops li:last-child {
  margin-bottom: 0;
}
section.product-detail .shops li:hover {
  border-color: #FFA500;
}
section.product-detail .shops li .price {
  font-size: 20px;
  font-weight: 700;
}
section.product-detail .shops li .price i {
  color: #cf2029;
}
section.product-detail .shops li .name a {
  color: #537ECF;
  font-weight: 700;
}
section.product-detail .shops li .btn-add {
  background-color: #cf2029;
  color: #fff;
  height: 40px;
  line-height: 26px;
}
section.product-detail .shops li .btn-add:hover {
  background-color: #000;
}
section.product-detail .shops li .btn-add i {
  margin-right: 10px;
}
section.product-detail .other-products {
  position: relative;
}
section.product-detail .other-products .carousel {
  border: 0;
  padding: 0;
  margin-bottom: 0;
}
section.product-detail .other-products .carousel .item .product figure {
  position: relative;
}
section.product-detail .other-products .carousel .item .product figure .img-wrapper {
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  padding: 60px 0;
}
section.product-detail .other-products .carousel .item .product figure .img-wrapper img {
  width: 130px;
}
section.product-detail .other-products .carousel .item .product figure .badge {
  position: absolute;
  top: 20px;
  left: 10px;
  width: 70px;
  height: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #cf2029;
  color: #fff;
  border-radius: 3px;
}
section.product-detail .other-products .carousel .item .product figure figcaption {
  margin-top: 20px;
}
section.product-detail .other-products .carousel .item .product figure figcaption h3 {
  color: #838383;
  font-size: 14px;
}
section.product-detail .other-products .carousel .item .product figure figcaption .rating {
  margin: 5px 0;
}
section.product-detail .other-products .carousel .item .product figure figcaption .rating i {
  margin-right: 2px;
  font-size: 12px;
}
section.product-detail .other-products .carousel .item .product figure figcaption .price {
  font-weight: 700;
  margin-right: 10px;
}
section.product-detail .other-products .carousel .item .product figure figcaption .price i {
  color: #cf2029;
}
section.product-detail .other-products .carousel .item .product figure figcaption del {
  color: #CFCFCF;
}
section.product-detail .other-products .slider-controls {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  margin: 0;
  width: 100%;
}
section.product-detail .other-products .slider-controls .carousel-control {
  width: 45px;
  height: 45px;
}
@media (max-width: 1200px) {
  section.detail .panel .panel-body ul.sidebar li {
    font-size: 12px;
  }
  section.detail .panel .panel-header .comments .comment span {
    font-size: 12px;
  }
  section.detail .panel .panel-header .comments .comment img {
    display: none;
  }
  section.detail .panel .panel-body .checkout-header .title {
    font-size: 13px;
  }
  section.detail .panel .panel-body .checkout-header .seller .name a {
    font-size: 12px;
  }
  section.detail .panel .panel-body .checkout-footer {
    flex-direction: column;
    align-items: center;
  }
  section.detail .panel .panel-body .checkout-footer .input-group {
    margin: 0 0 15px 0;
  }
  section.product-detail .product-quality .item {
    flex-direction: column;
  }
  section.product-detail .shops li .left {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  section.detail .panel .panel-body ul.sidebar li {
    font-size: 14px;
  }
  section.detail .panel .panel-body .checkout-header .title {
    font-size: 17px;
  }
  section.detail .panel .panel-body .checkout-header .seller .name a {
    font-size: 14px;
  }
  section.detail .panel .panel-body ul.sidebar li span:not(.highlighted) {
    width: 120px;
  }
  section.detail .panel .panel-header .comments .comment {
    flex-grow: 1;
  }
  section.detail .panel .panel-header .comments .comment span {
    font-size: 14px;
  }
  section.product-detail .product-detail-header .product-price {
    align-items: flex-start;
    flex-direction: column;
  }
  section.product-detail .product-detail-header .product-price .left {
    align-items: center;
  }
  section.product-detail .seller .avatar {
    display: none;
  }
  section.product-detail .add-basket .left {
    flex-direction: column;
  }
  section.product-detail .add-basket .left .add {
    margin-bottom: 15px;
  }
  section.product-detail .tab-content .tab-pane .panel-comment .panel-body .form-group {
    margin-bottom: 15px;
  }
  section.product-detail .tab-content .tab-pane .panel-comment .panel-body .form-group.rating {
    margin: 0;
  }
  section.product-detail .tab-content .tab-pane .panel-comment .panel-body {
    padding: 30px 15px;
  }
  section.product-detail .tab-content .tab-pane .panel-comment .panel-body .form-group.rating .stars i {
    font-size: 12px;
  }
  section.product-detail .tab-content .tab-pane .comments-section .comment .right .detail .rating {
    min-width: 175px;
  }
  section.product-detail .shops {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .Bayi-comments .title {
    flex-wrap: wrap;
  }
  .Bayi-comments .title figure {
    margin-bottom: 15px;
  }
  .Bayi-comments .title .stats {
    margin-left: initial;
    text-align: left;
  }
  .Bayi-comments .body form textarea {
    margin-bottom: 30px;
  }
  .Bayi-comments .body .Comment-list .comment .title,
  .Bayi-comments .body .Comment-list .comment .title .left {
    flex-wrap: wrap;
  }
  .info-boxes .box {
    margin-bottom: 30px;
  }
  body.page--sign main.Sign-up-form .title {
    padding: 20px;
  }
  body.page--sign main.Sign-up-form .title span.hero {
    margin-left: 15px;
    margin-right: 0;
  }
  body.page--sign header .navbar-header img {
    max-width: 100%;
  }
  body.page--sign header .navbar-collapse ul.nav li {
    float: left;
  }
  body.page--sign main.Sign-content .Sign-content-items {
    flex-wrap: wrap;
  }
  body.page--sign main.Sign-content .tab-content {
    padding: 15px;
  }
  body.page--sign main.Sign-content .tab-content,
  body.page--sign main.Sign-content .Sign-content-items .sign-up-panel {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
  }
  body.page--sign main.Sign-content .Sign-content-items .sign-up-panel {
    margin-top: 30px;
  }
  body.page--sign main.Sign-content .Sign-content-boxes .box {
    margin-bottom: 30px;
  }
  body.page--sign main.Sign-content .tab-content h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  body.page--sign main.Sign-content .tab-content .buttons {
    flex-wrap: wrap;
  }
  body.page--sign main.Sign-content .tab-content .buttons .btn {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  body.page--sign main.Sign-content .Sign-content-boxes {
    margin-bottom: 0;
  }
  body.page--sign footer {
    flex-wrap: wrap;
  }
  body.page--sign footer p:first-child {
    margin-bottom: 15px;
  }
  body.page--sign main.Sign-up .info-alert i,
  body.page--sign main.Sign-up .info-alert .title {
    display: none;
  }
  body.page--sign main.Sign-up .boxes {
    display: block;
  }
  body.page--sign main.Sign-up .boxes a {
    display: block;
  }
  body.page--sign main.Sign-up .boxes a:first-child {
    margin-bottom: 30px;
  }
  body.page--sign main.Sign-up .boxes a figcaption {
    padding: 30px !important;
  }
  body.page--sign footer.bg-white .container {
    flex-wrap: wrap;
  }
  body.page--sign main.Sign-up-form .title .line {
    display: none;
  }
  section.detail .panel .panel-header .comments .comment span {
    font-size: 12px;
  }
  section.detail .panel .panel-body ul.sidebar {
    padding: 0;
  }
  section.detail .panel .panel-body ul.sidebar li {
    font-size: 12px;
  }
  section.detail .panel .panel-body ul.sidebar li span:not(.highlighted) {
    width: 100px;
  }
  section.detail .panel .panel-body .checkout-header .title {
    font-size: 13px;
  }
  section.detail .panel .panel-body .checkout-header .seller .name a {
    font-size: 12px;
  }
  section.detail .panel.panel-default .panel-body ul {
    flex-direction: column;
  }
  section.detail .panel.panel-default .panel-body ul li {
    margin: 0 0 10px 0;
  }
  section.detail .panel.panel-default .panel-body .product-comments .comment img {
    display: none;
  }
  section.detail .panel.panel-default .panel-body .product-comments .comment .right {
    margin-left: 0;
  }
  section.detail .panel.panel-default .panel-body .product-comments .comment .right .header .name {
    flex-direction: column;
  }
  section.detail .panel.panel-default .panel-body .product-comments .comment .right .header .name span {
    margin: 0;
  }
  section.detail .panel.panel-default .panel-body .product-comments .comment .right .header .rating .stars {
    display: none;
  }
  section.detail .panel.panel-default .panel-body .product-comments .comment .right .header .rating .positive,
  section.detail .panel.panel-default .panel-body .product-comments .comment .right .header .rating .negative {
    padding: 2px 10px;
  }
  section.detail .panel.panel-default .panel-body .product-comments .comment .right .body {
    padding: 10px;
  }
  section.detail .panel.panel-default .panel-body .btn-danger {
    width: 100%;
    padding: 9px 0;
  }
  section.product-detail .product-quality {
    margin-bottom: 20px;
  }
  section.product-detail .product-detail-header .product-price {
    flex-direction: row;
    align-items: center;
  }
  section.product-detail .seller .avatar {
    display: initial;
  }
  section.product-detail .add-basket .left {
    display: inherit;
    flex-direction: row;
  }
  .d-block-sm {
    display: block !important;
  }
  section.product-detail .tab-content .tab-pane .panel-comment .panel-body .btn-send {
    padding: 6px 12px;
  }
  section.product-detail .tab-content .tab-pane .panel-comment .panel-body .form-group.rating {
    margin-bottom: 15px;
  }
  section.product-detail .other-products .slider-controls {
    display: none;
  }
  section.product-detail .other-products .carousel .item .product {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  section.detail .panel .panel-body .slider-controls .carousel-indicators li {
    width: 40px;
    height: 40px;
  }
  section.detail .panel .panel-body .slider-controls .carousel-indicators li img {
    width: 30px;
    height: 30px;
  }
  section.detail .panel .panel-body .slider-controls .carousel-control {
    font-size: 12px;
  }
  section.detail .panel .panel-body .product-title {
    flex-direction: column;
    align-items: flex-start;
  }
  section.detail .panel .panel-body .product-title h1 {
    margin-bottom: 15px;
  }
  .mb-xs-30 {
    margin-bottom: 30px !important;
  }
  section.detail .panel .panel-body .checkout-footer {
    flex-direction: row;
  }
  section.detail .panel .panel-body .checkout-footer .input-group {
    margin: 0 15px 0 0;
  }
  section.detail .panel.panel-default .panel-body .product-comments .comment .right .header {
    padding: 5px 10px;
  }
  section.detail .panel.panel-default .panel-body .product-comments .comment .right .header .name {
    font-size: 12px;
  }
  section.detail .panel.panel-default .panel-body .product-comments .comment .right .header .name span {
    display: none;
  }
  section.detail .panel.panel-default .panel-body .product-comments .comment .right .header .rating .positive,
  section.detail .panel.panel-default .panel-body .product-comments .comment .right .header .rating .negative {
    font-size: 11px;
  }
  section.detail .panel.panel-default .panel-body .form-group.rating .stars i {
    margin-right: 2px;
  }
  section.product-detail .tab-content .tab-pane .comments-section .comment .right .detail .rating {
    display: none;
  }
  section.product-detail .product-detail-header .product-price {
    flex-direction: column;
    align-items: flex-start;
  }
  section.product-detail .seller .avatar {
    display: none;
  }
  section.product-detail .add-basket .left {
    flex-direction: column;
    align-items: flex-start;
  }
}
.w3_whatsapp_btn {
  background-image: url('https://w3lessons.info/demo/whatsapp-share-jquery/icon.png');
  display: inline-block;
  position: fixed;
  bottom: 0px;
  width: 100%;
  text-align: center;
  padding: 20px 20px !important;
  font-family: Arial, sans-serif;
  letter-spacing: .4px;
  cursor: pointer;
  font-weight: 400;
  text-transform: none;
  color: #fff;
  background-color: #5cbe4a;
  background-repeat: no-repeat;
  line-height: 1.2;
  text-decoration: none;
}
.w3_whatsapp_btn_large {
  font-size: 16px;
  background-size: 20px;
  background-position: 20px;
  color: #fff;
  z-index: 999;
}
a.whatsapp {
  color: #fff;
}
#login-modal .modal-dialog {
  width: 350px;
}
#div-login-msg,
#div-lost-msg,
#div-register-msg {
  border: 1px solid #dadfe1;
  height: 30px;
  line-height: 28px;
  transition: all ease-in-out 500ms;
}
#div-login-msg.success,
#div-lost-msg.success,
#div-register-msg.success {
  border: 1px solid #68c3a3;
  background-color: #c8f7c5;
}
#div-login-msg.error,
#div-lost-msg.error,
#div-register-msg.error {
  border: 1px solid #eb575b;
  background-color: #ffcad1;
}
#icon-login-msg,
#icon-lost-msg,
#icon-register-msg {
  width: 30px;
  float: left;
  line-height: 28px;
  text-align: center;
  background-color: #dadfe1;
  margin-right: 5px;
  transition: all ease-in-out 500ms;
}
#icon-login-msg.success,
#icon-lost-msg.success,
#icon-register-msg.success {
  background-color: #68c3a3 !important;
}
#icon-login-msg.error,
#icon-lost-msg.error,
#icon-register-msg.error {
  background-color: #eb575b !important;
}
#img_logo {
  padding: 20px 10px;
}
/* #########################################
   #    override the bootstrap configs     #
   ######################################### */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .8;
}
.modal-content {
  background-color: #ececec;
  border: 1px solid #bdc3c7 !important;
  border-radius: 0px;
  outline: 0;
}
.modal-header {
  min-height: 16.43px;
  padding: 15px 15px 15px 15px;
  border-bottom: 0px;
}
.modal-body {
  position: relative;
  padding: 5px 15px 5px 15px;
}
.modal-body p {
  display: inline-block;
  padding: 5px 0;
}
.modal-footer {
  padding: 15px 15px 15px 15px;
  text-align: left;
  border-top: 0px;
}
.checkbox {
  margin-bottom: 0px;
}
.btn {
  border-radius: 0px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}
.btn-lg,
.btn-group-lg > .btn {
  border-radius: 0px;
}
.btn-link {
  padding: 5px 10px 0px 0px;
  color: #95a5a6;
}
.btn-link:hover,
.btn-link:focus {
  color: #2c3e50;
  text-decoration: none;
}
.glyphicon {
  top: 0px;
}
.form-control {
  border-radius: 0px;
}
.energy-class {
  position: relative;
  width: 155px;
  font-family: sans-serif;
}
.energy-class span {
  display: block;
  position: absolute;
  left: 110%;
  background: #000;
  width: 30px;
  height: 30px;
}
.energy-class span.a {
  top: 0px;
}
.energy-class span.b {
  top: 30px;
}
.energy-class span.c {
  top: 60px;
}
.energy-class span.d {
  top: 96px;
}
.energy-class span.e {
  top: 128px;
}
.energy-class span.f {
  top: 160px;
}
.energy-class span.g {
  top: 192px;
}
.energy-class span:before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid #000;
  border-bottom: 15px solid transparent;
}
.energy-class span:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}
.energy-class span.a:after {
  content: ' a ';
}
.energy-class span.b:after {
  content: ' b ';
}
.energy-class span.c:after {
  content: ' c ';
}
.energy-class span.d:after {
  content: ' d ';
}
.energy-class span.e:after {
  content: ' e ';
}
.energy-class span.f:after {
  content: ' f ';
}
.energy-class span.g:after {
  content: ' g ';
}
.energy-class div {
  position: relative;
  height: 30px;
  margin: 2px 0;
}
.energy-class div:before {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  background: transparent;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.energy-class div:after {
  position: absolute;
  top: 0;
  right: 0.25em;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  text-transform: uppercase;
}
.energy-class div.a {
  background: #3b7634;
  width: 50px;
}
.energy-class div.a:before {
  border-left: 8px solid #3b7634;
}
.energy-class div.a:after {
  content: ' a ';
}
.energy-class div.b {
  background: #5da436;
  width: 65px;
}
.energy-class div.b:before {
  border-left: 8px solid #5da436;
}
.energy-class div.b:after {
  content: ' b ';
}
.energy-class div.c {
  background: #a3cf2a;
  width: 80px;
}
.energy-class div.c:before {
  border-left: 8px solid #a3cf2a;
}
.energy-class div.c:after {
  content: ' c ';
}
.energy-class div.d {
  background: #f6df1b;
  width: 95px;
}
.energy-class div.d:before {
  border-left: 8px solid #f6df1b;
}
.energy-class div.d:after {
  content: ' d ';
}
.energy-class div.e {
  background: #f29020;
  width: 110px;
}
.energy-class div.e:before {
  border-left: 8px solid #f29020;
}
.energy-class div.e:after {
  content: ' e ';
}
.energy-class div.f {
  background: #eb422c;
  width: 125px;
}
.energy-class div.f:before {
  border-left: 8px solid #eb422c;
}
.energy-class div.f:after {
  content: ' f ';
}
.energy-class div.g {
  background: #ea2039;
  width: 140px;
}
.energy-class div.g:before {
  border-left: 8px solid #ea2039;
}
.energy-class div.g:after {
  content: ' g ';
}
.result-item {
  display: block;
  background-color: #FFF;
  padding: 30px 0;
  margin-bottom: 10px;
  border: 1px solid #f1f1f1;
}
.result-item .result-item--left {
  border-right: 1px solid #dddddd;
}
.result-item .result-item--left .result-item--logo {
  position: relative;
  width: 185px;
  height: 155px;
}
.result-item .result-item--left .result-item--logo img {
  width: 100%;
  height: 100%;
}
.result-item .result-item--left .result-item--logo .number {
  position: absolute;
  color: #fff;
  background: #cf2029;
  top: 0;
  left: 15px;
  padding: 5px 10px;
}
.result-item .result-item--left .result-item--logo .hit {
  position: absolute;
  bottom: 8px;
  right: 25px;
  background: #f4f5f7;
  border-radius: 50%;
  width: 45px;
  height: 45px;
}
.result-item .result-item--left .result-item--logo .hit i {
  margin: 13px 11px;
  text-align: center;
  font-size: 18px;
}
.result-item .result-item--left .result-item--brand img {
  display: inline-block;
  max-width: 170px;
  max-height: 40px;
  background: #f4f5f7;
  border-radius: 10px;
  margin: 0 auto 25px;
  padding: 5px 10px;
}
.result-item .result-item--left .btn-red {
  border-radius: 5px;
  height: 45px;
}
.result-item .result-item--left .btn-red i {
  line-height: 30px;
  font-size: 22px;
}
.result-item .result-item--left h4 {
  font-size: 20px;
  margin-bottom: 5px;
}
.result-item .result-item--left h4 strong {
  font-weight: 200;
}
.result-item .result-item--left h6 {
  font-size: 14px;
  color: #555;
}
.result-item .result-item--left .result-item--comment {
  margin-top: 20px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
.result-item .result-item--left .result-item--comment i {
  color: #cf2029;
}
.result-item .result-item--left .result-item--stars {
  margin-top: 20px;
  color: #cf2029;
  font-size: 20px;
  font-weight: 700;
}
.result-item .result-item--left .result-item--stars i {
  color: #cf2029;
}
.result-item .result-item--right .result-item--top {
  margin: 0px 0 0px;
  border-bottom: 1px solid #ddd;
  padding: 10px 0px;
}
.result-item .result-item--right .result-item--top ul {
  display: flex;
}
.result-item .result-item--right .result-item--top ul li {
  display: inline-flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  justify-content: space-between;
  border-radius: 50%;
}
.result-item .result-item--right .result-item--top ul li a {
  background: #f4f5f7;
  border: 1px solid #f4f5f7;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  padding: 2px 8px;
}
.result-item .result-item--right .result-item--top ul li a:hover {
  background: #fff;
  box-shadow: 0px 2px 25px 0px #676767;
}
.result-item .result-item--right .result-item--top ul li a img {
  display: block;
  margin: 5px auto;
}
.result-item .result-item--right .result-item--top ul li a.btn-red {
  background: #cf2029;
  color: #fff;
  text-align: center;
  font-weight: 800;
  padding: 9px 0;
  font-size: 18px;
}
.result-item .result-item--right .result-item--top ul li a.btn-red:hover {
  box-shadow: none;
}
.result-item .result-item--right .result-item--icon {
  background: #f4f5f7;
  border-radius: 50%;
  width: 45px;
  height: 45px;
}
.result-item .result-item--right .result-item--icon img {
  display: block;
  margin: 5px auto;
  padding: 4px 0;
}
.result-item .result-item--right .result-item--link {
  width: 40%;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 0px;
  text-align: right;
}
.result-item .result-item--right .result-item--link i {
  color: #cf2029;
}
.result-item .result-item--right .result-item--link i:hover {
  color: #000;
}
.result-item .result-item--right .result-item--link:hover {
  color: #cf2029;
}
.search-item {
  display: flex;
  flex-wrap: wrap;
  background-color: #FFF;
  padding: 30px;
  margin-bottom: 10px;
  border: 1px solid #f1f1f1;
}
.search-item--left {
  width: 190px;
  min-width: 190px;
  border: 1px solid #ecf1f5;
}
.search-item--left figure.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-bottom: 1px solid #ecf1f5;
}
.search-item--left img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.search-item--left .ratings {
  border-top: 1px solid #ecf1f5;
  padding-top: 5px;
  padding-bottom: 5px;
}
.search-item--left .stars {
  text-align: center;
  color: #CCC;
}
.search-item--left .stars .active {
  color: #FFA500;
}
.search-item--left .count {
  font-size: 13px;
  color: #000;
  font-weight: 700;
  text-align: center;
}
.search-item--main {
  display: flex;
  flex-direction: column;
  flex: 0;
  padding-right: 30px;
  padding-left: 10px;
}
.search-item--main .title {
  color: black;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}
.search-item--main ul.facilities {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #ECF1F5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.search-item--main ul.facilities li.facebook {
  background-color: #3b5998;
  border: 1px solid #fff;
}
.search-item--main ul.facilities li.facebook i {
  color: #fff;
  font-size: 18px;
}
.search-item--main ul.facilities li.facebook:hover {
  background-color: #8b9dc3;
  border-color: #fff;
}
.search-item--main ul.facilities li.twitter {
  background-color: #1dcaff;
  border: 1px solid #fff;
}
.search-item--main ul.facilities li.twitter i {
  color: #fff;
  font-size: 18px;
}
.search-item--main ul.facilities li.twitter:hover {
  background-color: #00aced;
  border-color: #fff;
}
.search-item--main ul.facilities li {
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: white;
  border: 1px solid #cccccc;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
}
.search-item--main ul.facilities li:not(:last-child) {
  margin-right: 15px;
}
.search-item--main ul.facilities li:hover {
  background-color: #CF2029;
  border-color: #CF2029;
  color: #FFF;
}
.search-item--main ul.facilities-secondary {
  display: flex;
  margin-top: auto;
}
.search-item--main ul.facilities-secondary li .label {
  display: block;
  color: black;
  font-size: 13px;
  margin-bottom: 10px;
  text-align: left;
  padding: 0;
}
.search-item--main ul.facilities-secondary li .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 10px;
  padding-left: 10px;
  width: 100px;
  height: 40px;
  background-color: #000;
  font-size: 18px;
  color: #FFF;
  border-radius: 3px;
}
.search-item--main ul.facilities-secondary li .box:hover {
  background-color: #cf2029;
}
.search-item--main ul.facilities-secondary li:not(:last-child) {
  margin-right: 30px;
}
.search-item--right {
  display: flex;
  flex-direction: column;
  width: 200px;
  border-left: 1px solid #ECF1F5;
  padding-left: 25px;
  margin-left: auto;
}
.search-item--right .company {
  text-align: center;
  color: #ccc;
  font-size: 12px;
}
.search-item--right .company strong {
  display: block;
  color: black;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 10px;
}
.search-item--right .company a {
  background: #fff;
  color: #000;
  font-size: 12px;
}
.search-item--right .rating {
  text-align: center;
  color: #cf2029;
  font-size: 22px;
  font-weight: 500;
}
.search-item--right .price {
  text-align: center;
  color: #cf2029;
  font-size: 26px;
  font-weight: 700;
  border-top: 1px solid #ECF1F5;
  padding-top: 20px;
  margin-top: 10px;
}
.search-item--right .price small {
  display: block;
  color: black;
  font-size: 13px;
}
.search-item--right a {
  display: block;
  background-color: #000;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
  margin-top: auto;
}
.search-result-pagination li a {
  color: #32394d;
  font-size: 16px;
  font-weight: 700;
  padding: 18px 25px;
}
.search-result--populars {
  background-color: #FFF;
  margin-bottom: 30px;
  border-radius: 4px;
}
.search-result--populars .title {
  color: black;
  font-size: 16px;
  font-weight: 700;
  line-height: 60px;
  border-bottom: 1px solid #ECF1F5;
  padding-left: 30px;
}
.search-result--populars #search-result--carousel .item img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.search-result--populars #search-result--carousel .carousel-navigation {
  display: flex;
  border-top: 1px solid #ECF1F5;
}
.search-result--populars #search-result--carousel .carousel-navigation .indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  border-left: 1px solid #ECF1F5;
  border-right: 1px solid #ECF1F5;
}
.search-result--populars #search-result--carousel .carousel-navigation .indicators li {
  font-size: 10px;
  color: #EBEFF2;
  margin: 0 5px;
  cursor: pointer;
}
.search-result--populars #search-result--carousel .carousel-navigation .indicators li.active {
  color: #B81116;
}
.search-result--populars #search-result--carousel .carousel-navigation .arrow {
  color: #B4BFC7;
  font-size: 16px;
  padding: 14px 22px;
}
.search-result--newsletter {
  background-color: #cf2029;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.42) 0%, transparent 100%);
  border-radius: 4px;
  padding: 30px 15px;
  color: #FFF;
  text-align: center;
}
.search-result--newsletter .title {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 15px;
}
.search-result--newsletter p {
  font-size: 13px;
}
.search-result--newsletter .input-group {
  margin-top: 50px;
  margin-bottom: 100px;
}
.search-result--newsletter .input-group .input-group-addon {
  background-color: #FFF;
}
.search-result--newsletter .input-group .form-control {
  border-left: 0;
  height: 45px;
}
.search-result--newsletter .input-group .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.search-result--newsletter .btn-black {
  border-radius: 20px;
  padding: 9px 34px;
}
.search-result--filters {
  background-color: #FFF;
  border-radius: 5px;
  margin-bottom: 30px;
}
.search-result--filters .collapse-select {
  display: block;
  font-size: 12px;
  line-height: 35px;
  color: #000;
  overflow: hidden;
}
.search-result--filters .collapse-select.selected {
  color: #cf2029;
}
.search-result--filters .collapse-select .count {
  float: right;
}
.search-result--top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ECF1F5;
}
.search-result--top .title {
  color: #b81116;
  font-size: 16px;
  font-weight: 700;
  padding-left: 15px;
}
.search-result--top .btn-clear {
  color: #b4bfc7;
  background-color: transparent;
  font-size: 12px;
  border-left: 1px solid #ECF1F5;
  padding-right: 15px;
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.search--result--section {
  padding: 15px;
  border-bottom: 1px solid #ECF1F5;
}
.search--result--section .title {
  color: #cf2029;
  font-size: 12px;
  font-weight: 700;
  line-height: 35px;
}
.search--result--section label {
  color: #c5c8d1;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
}
.search--result--section input[type=radio] {
  box-shadow: none;
  float: left;
  width: 25px;
  height: 27px;
}
.search--result--section input[type=input].form-control {
  border: 1px solid #e7ebee;
  border-radius: 4px;
}
.search--result--section input[type=input].form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.search-result--submit {
  text-align: center;
  padding: 15px;
}
.search-result--submit .btn {
  border-radius: 20px;
  padding: 9px 40px;
}
.search-result--collapse .toggle-button {
  display: block;
  font-size: 12px;
  color: #000;
  padding: 20px 15px;
  border-bottom: 1px solid #ECF1F5;
}
.search-result--collapse .toggle-button[aria-expanded="false"]:after {
  content: '\f107';
  font-family: 'FontAwesome', sans-serif;
  float: right;
}
.search-result--collapse .toggle-button[aria-expanded="true"] {
  background-color: #E6E8EB;
  border-color: #E6E8EB;
}
.search-result--collapse .toggle-button[aria-expanded="true"]:after {
  content: '\f106';
  font-family: 'FontAwesome', sans-serif;
  float: right;
}
.search-result--collapse .panel-collapse {
  background-color: #E6E8EB;
}
.search-result--collapse .panel-body {
  padding-top: 0;
}
.btn-search {
  background: #ffffff;
  color: #000;
  padding: 9px 10px;
  border: 1px solid #edeff2;
}
.btn-search:hover {
  background: #ffffff;
  color: #000;
  border: 1px solid #edeff2;
}
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: 0!important;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
