/* Bootstrap */
@import url("https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css");
/* Fontwesome */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
/* Slick */
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css");
/* Sosyal Medya Renkleri */
header {
  position: relative;
  z-index: 999;
}

header .topBar {
  background: #e9e9e9;
  height: 40px;
}

header .topBar .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

header .topBar .container ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

header .topBar .container ul li {
  list-style-type: none;
  border-left: 1px solid #dddddd;
  height: 40px;
  font-size: 13px;
  font-weight: 600;
}

header .topBar .container ul li:last-child {
  border-right: 1px solid #dddddd;
}

header .topBar .container ul li a {
  color: #6a6a6a;
  display: inline-block;
  padding: 0 15px;
  line-height: 40px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

header .topBar .container ul li a:hover, header .topBar .container ul li a:focus {
  background: #f3f3f3;
  color: black;
  text-decoration: none;
}

header .topBar .container ul.social li a:hover, header .topBar .container ul.social li a:focus {
  border-color: transparent;
  color: white;
  outline: none;
}

header .topBar .container ul.social li a:hover.facebook, header .topBar .container ul.social li a:focus.facebook {
  background: #3b5998;
}

header .topBar .container ul.social li a:hover.twitter, header .topBar .container ul.social li a:focus.twitter {
  background: #00aced;
}

header .topBar .container ul.social li a:hover.google, header .topBar .container ul.social li a:focus.google {
  background: #dd4b39;
}

header .topBar .container ul.social li a:hover.linkedin, header .topBar .container ul.social li a:focus.linkedin {
  background: #007bb6;
}

header .topBar .container ul.social li a:hover.youtube, header .topBar .container ul.social li a:focus.youtube {
  background: #bb0000;
}

header .topBar .container ul.topBarMenu {
  margin-left: auto;
}

header .topBar .container ul.topBarMenu li a i {
  margin-right: 5px;
}

header .topBar .container ul.topBarMenu li.topBarLang a {
  position: relative;
}

header .topBar .container ul.topBarMenu li.topBarLang a:first-child:after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 17px;
  top: 50%;
  margin-top: -8.5px;
  background: #969696;
  position: absolute;
  right: -4px;
}

header .centerBar .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .centerBar .container a#logo {
  display: inline-block;
}

header .centerBar .container .centerBarRight {
  margin-left: auto;
  width: 60%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

header .centerBar .container .centerBarRight .centerBarSearch {
  -webkit-box-flex: 8;
  -webkit-flex: 8;
     -moz-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
}

header .centerBar .container .centerBarRight .centerBarSearch form {
  overflow: hidden;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid #dddddd;
}

header .centerBar .container .centerBarRight .centerBarSearch form .select-element {
  position: relative;
}

header .centerBar .container .centerBarRight .centerBarSearch form .select-element:after {
  content: '';
  display: inline-block;
  width: 1px;
  right: 0;
  top: 50%;
  margin-top: -10px;
  height: 20px;
  position: absolute;
  background: #dddddd;
}

header .centerBar .container .centerBarRight .centerBarSearch form .form-group {
  margin: 0;
}

header .centerBar .container .centerBarRight .centerBarSearch form input {
  border: none;
  height: 35px;
  padding-left: 0;
}

header .centerBar .container .centerBarRight .centerBarSearch form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border: none;
  height: 35px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

header .centerBar .container .centerBarRight .centerBarSearch form select:hover {
  background: whitesmoke;
}

header .centerBar .container .centerBarRight .centerBarSearch form button {
  height: 35px;
  background: #4a4a4a;
  margin-right: -1px;
  padding: 0 20px;
  font-size: 12px;
  letter-spacing: 1px;
  border-color: transparent;
  color: #e1e1e1;
}

header .centerBar .container .centerBarRight a.cart-button {
  -webkit-box-flex: 4;
  -webkit-flex: 4;
     -moz-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  margin-left: 20px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  line-height: 33px;
  border: 1px solid #dddddd;
  color: #555555;
  overflow: hidden;
}

header .centerBar .container .centerBarRight a.cart-button:hover, header .centerBar .container .centerBarRight a.cart-button:focus {
  border-color: #b5b5b5;
  text-decoration: none;
}

header .centerBar .container .centerBarRight a.cart-button span {
  height: 35px;
  padding: 0 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

header .centerBar .container .centerBarRight a.cart-button span i {
  margin-right: 5px;
}

header .centerBar .container .centerBarRight a.cart-button span:last-child {
  color: white;
  background: #e8ae00;
}

header .menuBar ul {
  padding: 0;
  margin: 0 -15px;
}

header .menuBar ul li {
  list-style-type: none;
}

header .menuBar ul li a {
  display: inline-block;
  height: 50px;
  padding: 0 15px;
  line-height: 50px;
  color: #555555;
  font-size: 12px;
  font-weight: 600;
}

header .menuBar ul li a:focus, header .menuBar ul li a:hover {
  text-decoration: none;
}

header .menuBar .mainMenu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

header .menuBar .mainMenu ul li.active a {
  color: #e8ae00;
}

header .menuBar .mainMenu ul li a {
  text-transform: uppercase;
  letter-spacing: .5px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

header .menuBar .mainMenu ul li a:focus, header .menuBar .mainMenu ul li a:hover {
  outline: none;
  background-color: #e8ae00;
  color:white;
}

header .menuBar .menuSlide {
  background: #e9e9e9;
}

header .menuBar .menuSlide .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

header .menuBar .menuSlide .container ul li {
  position: relative;
}

header .menuBar .menuSlide .container ul li.active a {
  color: black;
}

header .menuBar .menuSlide .container ul li.active a:after {
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
}

header .menuBar .menuSlide .container ul li a {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

header .menuBar .menuSlide .container ul li a:after {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  content: '';
  display: block;
  height: 3px;
  background: #e8ae00;
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  width: 0px;
}

header .menuBar .menuSlide .container ul li a:focus, header .menuBar .menuSlide .container ul li a:hover {
  outline: none;
  color: black;
}

header .menuBar .menuSlide .container ul li a:focus:after, header .menuBar .menuSlide .container ul li a:hover:after {
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
}

header .menuBar .menuSlide .container ul li.drop-menu {
  position: relative;
}

header .menuBar .menuSlide .container ul li.drop-menu > a {
  color: #d49a00 !important;
}

header .menuBar .menuSlide .container ul li.drop-menu:hover a + ul, header .menuBar .menuSlide .container ul li.drop-menu:focus a + ul {
  opacity: 1;
  visibility: visible;
}

header .menuBar .menuSlide .container ul li.drop-menu ul {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  margin: 0;
  width: 200px;
  background: white;
  right: 15px;
  display: block !important;
  padding: 7px 0;
}

header .menuBar .menuSlide .container ul li.drop-menu ul li {
  display: block;
}

header .menuBar .menuSlide .container ul li.drop-menu ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}

header .menuBar .menuSlide .container ul li.drop-menu ul li a:after {
  display: none;
}

header .menuBar .menuSlide .container ul li.drop-menu ul li a:hover, header .menuBar .menuSlide .container ul li.drop-menu ul li a:focus {
  background: #ebebeb;
}

header .menuBar .menuSlide .container .menuSlideAction {
  margin-left: auto;
}

header .menuBar .menuSlide .container .menuSlideAction a {
  display: inline-block;
  height: 50px;
  padding: 0 5px;
  font-size: 20px;
  line-height: 50px;
  color: #888888;
}

header .menuBar .menuSlide .container .menuSlideAction a:hover, header .menuBar .menuSlide .container .menuSlideAction a:focus {
  outline: none;
  color: black;
}

header .menuBar .menuSlide ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.form-control {
  -webkit-box-shadow: 0px 0px 0px black !important;
     -moz-box-shadow: 0px 0px 0px black !important;
          box-shadow: 0px 0px 0px black !important;
}

.form-control:focus {
  -webkit-box-shadow: 0px 0px 0px black !important;
     -moz-box-shadow: 0px 0px 0px black !important;
          box-shadow: 0px 0px 0px black !important;
}

.no-padding {
  padding: 0 !important;
  margin: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

footer {
  background: #f0f0f0;
}

footer .footer-menu {
  padding: 50px 0;
}

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

footer ul.categories {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}

footer ul li {
  list-style-type: none;
}

footer ul li a {
  display: block;
  margin: 7px 0;
  color: #333333;
}

footer h5 {
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

footer .band {
  background: white;
  padding: 30px 0;
}

footer .band .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

footer .band2 {
  padding: 30px 0;
  padding-bottom: 0;
}

footer .band2 hr {
  border-color: #d7d7d7;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

footer .band2 .container:not(.hr) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

footer .band2 .container:not(.hr) > div:last-child {
  margin-left: auto;
}

footer ul.social {
  margin-left: auto;
}

footer ul.social li {
  margin-left: 5px;
  display: inline-block;
}

footer ul.social li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: white;
}

footer ul.social li a.facebook {
  background: #3b5998;
}

footer ul.social li a.twitter {
  background: #00aced;
}

footer ul.social li a.google {
  background: #dd4b39;
}

footer ul.social li a.linkedin {
  background: #007bb6;
}

section.hero-slide-wrap {
  z-index: -1;
  height: 500px;
  position: relative;
  padding: 0;
}

section.hero-slide-wrap:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 5;
}

section.hero-slide-wrap .hero-slide {
  position: relative;
  z-index: 4;
}

section.hero-slide-wrap .hero-slide-body {
  height: 500px;
  -moz-background-size: cover !important;
    -o-background-size: cover !important;
       background-size: cover !important;
  background-position: center !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.hero-slide-wrap .hero-slide-body .flex-container {
  display: inline-block;
  border-left: 5px solid #e8ae00;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.670588)), to(rgba(255, 255, 255, 0.219608)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.670588), rgba(255, 255, 255, 0.219608));
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.670588), rgba(255, 255, 255, 0.219608));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.670588), rgba(255, 255, 255, 0.219608));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.670588), rgba(255, 255, 255, 0.219608));
  padding: 20px 30px;
  padding-right: 80px;
  color: black;
}

section {
  padding: 50px 0;
}

section.bg-grey {
  background: whitesmoke;
}

.discounted-products {
  padding: 0 15px;
}

.discounted-products div[class^="col-"] {
  padding: 0;
}

section.static-bar {
  padding: 0;
  margin-top: -75px;
  position: relative;
  z-index: 1;
}

section.static-bar .static-bar-container {
  border-top: 5px solid #e8ae00;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.321569);
     -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.321569);
          box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.321569);
  background: white;
}

section.static-bar .static-bar-container:after {
  content: '';
  display: block;
  clear: both;
}

section.static-bar .static-bar-container .static-box {
  float: left;
  width: 20%;
  height: 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #e4e4e4;
  text-align: center;
}

section.static-bar .static-bar-container .static-box:last-child {
  border-right: none;
}

section.static-bar .static-bar-container .static-box img {
  display: inline-block;
  width: 50px;
  margin-bottom: 10px;
}

section.static-bar .static-bar-container .static-box h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 7px;
}

section.static-bar .static-bar-container .static-box p {
  color: #7b7b7b;
}

section.static-bar .static-bar-container .static-box > div {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

section.static-bar .static-bar-container .static-box:hover > div {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.product-detail {
  background: #f0f0f0;
  padding: 30px 40px;
}

.product-detail button.btn {
  margin: 30px 0;
}

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

.product-detail .nav-tabs > li.active a {
  border: none;
}

.product-detail .tab-content {
  background: white;
  padding: 20px;
}

section.page-header {
  margin: 0;
  background: url(http://kase.kz/files/slider/images/2018/01/24/centrcredit_placement.jpg);
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-attachment: fixed;
  position: relative;
}

section.page-header:before {
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

section.page-header .container {
  position: relative;
  z-index: 1;
  height: 230px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

section.page-header .container h2 {
  margin-bottom: 10px;
  color: white;
}

section.page-header .container ul {
  padding: 0;
  margin: 0;
}

section.page-header .container ul li {
  color: #cdcdcd;
  display: inline-block;
  margin-right: 5px;
  list-style-type: none;
  font-size: 13px;
}

section.page-header .container ul li a {
  color: white;
}

section.page-header .container ul li:after {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  margin-left: 10px;
}

section.page-header .container ul li:last-child:after {
  display: none;
}

.product-list {
  margin-bottom: 30px;
  border: 1px solid #e7e7e7;
  text-align: center;
  padding: 10px 0;
  /* Style 2 */
}

.product-list:hover {
  border-color: #c9c9c9;
}

.product-list:hover .pl-bar span {
  color: white;
}

.product-list:hover .pl-detail a {
  background: #e8ae00;
}

.product-list .pl-cover {
  height: 200px;
  position: relative;
  -moz-background-size: contain !important;
    -o-background-size: contain !important;
       background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.product-list .pl-cover img {
  width: 100%;
  position: relative;
  z-index: -1;
  opacity: 0 !important;
}

.product-list .pl-bar {
  background: #999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-list .pl-bar span {
  color: #f0f0f0;
  -webkit-box-flex: 5;
  -webkit-flex: 5;
     -moz-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}

.product-list .pl-bar span.old-price {
  text-decoration: line-through;
}

.product-list .pl-bar a {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
     -moz-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  font-size: 18px;
  color: white;
}

.product-list .pl-bar a:hover {
  color: #ebebeb;
}

.product-list .pl-detail {
  padding: 20px;
}

.product-list .pl-detail span {
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
  font-size: 13px;
  color: #505050;
}

.product-list .pl-detail span.title {
  height: 35px;
}

.product-list .pl-detail span.price {
  font-size: 18px;
}

.product-list .pl-detail a {
  font-size: 13px;
  background: #7b7b7b;
  color: white;
  display: inline-block;
  -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
          border-radius: 100px;
  padding: 5px 30px;
  font-weight: 600;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}

.product-list.style-1 {
  text-align: left;
  position: relative;
  background: white;
}

.product-list.style-1:hover .hover-tiles {
  opacity: 1;
}

.product-list.style-1.red {
  border-bottom: 4px solid #ed2448;
}

.product-list.style-1.red .discount {
  background: #ed2448;
}

.product-list.style-1.red .discount:after {
  border-left-color: #ed2448;
}

.product-list.style-1.red .hover-tiles {
  background: #ed2448;
  /* The Fallback */
  background: rgba(237, 36, 72, 0.7);
}

.product-list.style-1.yellow {
  border-bottom: 4px solid #ffbf00;
}

.product-list.style-1.yellow .discount {
  background: #ffbf00;
}

.product-list.style-1.yellow .discount:after {
  border-left-color: #ffbf00;
}

.product-list.style-1.yellow .hover-tiles {
  background: #ffbf00;
  /* The Fallback */
  background: rgba(255, 191, 0, 0.7);
}

.product-list.style-1.blue {
  border-bottom: 4px solid #0063aa;
}

.product-list.style-1.blue .discount {
  background: #0063aa;
}

.product-list.style-1.blue .discount:after {
  border-left-color: #0063aa;
}

.product-list.style-1.blue .hover-tiles {
  background: #0063aa;
  /* The Fallback */
  background: rgba(0, 99, 170, 0.7);
}

.product-list.style-1.orange {
  border-bottom: 4px solid #f05c22;
}

.product-list.style-1.orange .discount {
  background: #f05c22;
}

.product-list.style-1.orange .discount:after {
  border-left-color: #f05c22;
}

.product-list.style-1.orange .hover-tiles {
  background: #f05c22;
  /* The Fallback */
  background: rgba(240, 92, 34, 0.7);
}

.product-list.style-1 .hover-tiles {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}

.product-list.style-1 .hover-tiles a {
  font-size: 16px;
  color: white;
  display: inline-block;
  border: 1px solid white;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  margin: 0 3px;
}

.product-list.style-1 .hover-tiles a:hover, .product-list.style-1 .hover-tiles a:focus {
  background: white;
  color: black;
}

.product-list.style-1 .discount {
  position: absolute;
  height: 30px;
  z-index: 9;
  line-height: 30px;
  color: white;
  padding: 0 10px;
}

.product-list.style-1 .discount:after {
  content: '';
  top: 0;
  right: -30px;
  position: absolute;
  border: 15px solid transparent;
  border-left-color: crimson;
}

.product-list.style-1 .rateAndPrice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.product-list.style-1 .rateAndPrice ul {
  margin-left: auto;
}

.product-list.style-1 .rateAndPrice ul li {
  padding: 0;
}

.product-list.style-1 .rateAndPrice ul li:before {
  font: normal normal normal 18px/1 FontAwesome;
  content: "\f006";
  color: #999999;
}

.product-list.style-1 .rateAndPrice ul li.active:before {
  content: "\f005";
  color: #ffc31e;
}

.product-tab {
  margin-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
}

.product-tab li {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
}

.product-tab li.active a {
  background: #e8ae00;
  border-color: transparent;
}

.product-tab li.active a:hover, .product-tab li.active a:focus {
  background: #e8ae00;
  border-color: transparent;
}

.product-tab li a {
  color: #555555;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border: 1px solid #e7e7e7;
}

img.img-full {
  width: 100%;
}

.about-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}

.about-list i {
  background: #727272;
  color: white;
  display: inline-block;
  margin-right: 30px;
  width: 80px;
  height: 80px;
  font-size: 25px;
  line-height: 80px;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.about-list .about-body {
  -webkit-box-flex: 10;
  -webkit-flex: 10;
     -moz-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
}

.about-list .about-body h6 {
  font-weight: 600;
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 5px;
}

.about-list:hover i {
  -webkit-transform: rotate(136deg);
     -moz-transform: rotate(136deg);
      -ms-transform: rotate(136deg);
       -o-transform: rotate(136deg);
          transform: rotate(136deg);
  background: #e8ae00;
}

.about-list:hover i::before {
  -webkit-transform: rotate(-136deg);
     -moz-transform: rotate(-136deg);
      -ms-transform: rotate(-136deg);
       -o-transform: rotate(-136deg);
          transform: rotate(-136deg);
  display: inline-block;
}

a.img-box {
  display: block;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

a.img-box:hover {
  -webkit-transform: scale(1.03);
     -moz-transform: scale(1.03);
      -ms-transform: scale(1.03);
       -o-transform: scale(1.03);
          transform: scale(1.03);
  opacity: .8;
}

.colorfull-border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.colorfull-border div {
  height: 5px;
  -webkit-box-flex: 3;
  -webkit-flex: 3;
     -moz-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

.colorfull-border div:nth-child(1) {
  background: #727272;
}

.colorfull-border div:nth-child(2) {
  background: #e8ae00;
}

.colorfull-border div:nth-child(3) {
  background: #404040;
}

.colorfull-border div:nth-child(4) {
  background: #d49a00;
}

.section-title-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #727272;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.section-title-1 div span {
  color: #ebebeb;
  display: inline-block;
  padding: 10px 30px;
  background: #727272;
}

.section-title-1 > div {
  -webkit-box-flex: 6;
  -webkit-flex: 6;
     -moz-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
}

.section-title-1 ul {
  margin: 0;
}

.section-title-1 ul li a {
  font-size: 25px;
  color: #777777;
}

.section-title-1 ul li a:hover {
  color: black;
}

.img-box {
  margin-bottom: 20px;
}

.responsive-button {
  display: none;
  margin: auto;
  margin-bottom: -30px;
  text-align: center;
}

.responsive-button a {
  display: inline-block;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: -webkit-linear-gradient(230deg, #e8ae00, #ff6733);
  background: -moz-linear-gradient(230deg, #e8ae00, #ff6733);
  background: -o-linear-gradient(230deg, #e8ae00, #ff6733);
  background: linear-gradient(220deg, #e8ae00, #ff6733);
  color: white;
  text-align: center;
  font-size: 30px;
  line-height: 60px;
  -webkit-transition: -webkit-box-shadow .4s;
  transition: -webkit-box-shadow .4s;
  -o-transition: box-shadow .4s;
  -moz-transition: box-shadow .4s, -moz-box-shadow .4s;
  transition: box-shadow .4s;
  transition: box-shadow .4s, -webkit-box-shadow .4s, -moz-box-shadow .4s;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.321569);
     -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.321569);
          box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.321569);
}

.responsive-button a:hover, .responsive-button a:focus {
  -webkit-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.35);
     -moz-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.35);
}

@media (max-width: 992px) {
  body.responsive-menu:before {
    content: '';
    background: rgba(0, 0, 0, 0.21);
    z-index: 10;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .responsive-button {
    display: table !important;
  }
  .menuBar {
    overflow: auto;
    -webkit-box-shadow: 0px 0 10px 2px rgba(0, 0, 0, 0.501961);
       -moz-box-shadow: 0px 0 10px 2px rgba(0, 0, 0, 0.501961);
            box-shadow: 0px 0 10px 2px rgba(0, 0, 0, 0.501961);
    position: fixed;
    z-index: 999;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 40%;
    background: white;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
  }
  .menuBar.open {
    left: 0;
  }
  .menuBar .mainMenu ul, .menuBar .menuSlide ul {
    display: block !important;
  }
  .menuBar .menuSlide {
    border-top: 2px solid #ddd;
    background: none !important;
  }
  .menuBar .menuSlide .container {
    width: 100% !important;
    display: block !important;
  }
  .menuBar .menuSlide ul li a:after {
    display: none !important;
    width: 100% !important;
  }
  .menuBar .menuSlideAction {
    display: none;
  }
  header .centerBar .container {
    display: block;
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
  }
  header .centerBar .container #logo {
    margin-bottom: 25px;
  }
  header .centerBar .container .centerBarRight {
    width: 100%;
  }
  section.static-bar .static-bar-container .static-box {
    width: 50%;
    border-bottom: 1px solid #e4e4e4;
  }
  section.static-bar .static-bar-container .static-box:last-child {
    width: 100%;
  }
  .product-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product-tab li {
    float: none;
    text-align: center;
    -webkit-box-flex: 6;
    -webkit-flex: 6;
       -moz-box-flex: 6;
        -ms-flex: 6;
            flex: 6;
  }
  footer .band2 .container:not(.hr) {
    display: block;
    text-align: center;
  }
  footer .band2 .container:not(.hr) div {
    padding-bottom: 10px;
  }
  header .topBar {
    height: auto;
    text-align: center;
  }
  header .topBar .container {
    display: block;
  }
  header .topBar .container ul li {
    border: none;
  }
}

@media (max-width: 768px) {
  .menuBar {
    width: 75%;
  }
  .about-list {
    margin-bottom: 30px;
  }
  header .centerBar .container .centerBarRight .centerBarSearch form input,
  header .centerBar .container .centerBarRight .centerBarSearch form select,
  header .centerBar .container .centerBarRight .centerBarSearch form button,
  header .centerBar .container .centerBarRight a.cart-button span,
  header .centerBar .container .centerBarRight a.cart-button {
    height: 55px;
  }
  header .centerBar .container .centerBarRight a.cart-button {
    line-height: 53px;
  }
  section.static-bar .static-bar-container .static-box {
    width: 100%;
  }
  section.page-header .container h2 {
    font-size: 35px;
  }
  section.page-header .container ul li {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  a.cart-button {
    border: none !important;
    width: 35%;
    margin: 25px auto 0 !important;
    font-size: 16px !important;
  }
  a.cart-button span {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }
  a.cart-button span:first-child {
    display: none;
  }
  a.cart-button:hover span, a.cart-button:focus span {
    background: #d49a00 !important;
  }
  footer .band .container {
    text-align: center;
    display: block;
  }
  footer .band .container ul.social {
    margin-top: 20px;
  }
  header .centerBar .container .centerBarRight {
    display: block !important;
  }
  header .centerBar .container .centerBarRight a.cart-button {
    margin: 0;
    margin-top: 20px;
  }
  header .centerBar .container .centerBarRight a.cart-button, header .centerBar .container .centerBarRight a.cart-button span {
    line-height: 45px;
    height: 45px;
  }
}
