header {
  font-family: "Open Sans", "Lato", sans-serif;
}

section, footer {
  font-family: "Open Sans", "Lato", sans-serif;
}

.menu__icon, .midle__menu_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}

.menu__icon {
  text-decoration: none;
}
.menu__icon li {
  list-style-type: none;
  padding: 5px 0 0;
}
.menu__icon li a {
  color: #5c5c5c;
  font-size: 13px;
}

.midle__menu_item li a:hover {
  text-decoration: none;
}

.top_menu {
  background-color: #f2f2f2;
}

.fa.fa-user {
  color: #9ccd09;
  font-size: 22px;
  margin-top: 4px;
}

.btn-success {
  color: #5c5c5c !important;
  background-color: transparent !important;
  border-color: transparent !important;
}

.btn-group .btn {
  display: inline-block;
  padding: 0 2px 2px;
  margin-bottom: 0;
  font-size: 18px !important;
}

.fa.fa-phone {
  font-size: 19px;
  color: #b4b4b4;
  padding: 1px 0;
}

.icon__phone {
  display: inline-block;
  padding-left: 30px;
}

.midle__menu_item {
  padding-top: 5px;
}
.midle__menu_item li {
  padding-top: 20px;
  list-style-type: none;
}
.midle__menu_item li:first-child {
  padding-top: 5px;
}
.midle__menu_item li a {
  color: #000;
  font-size: 14px;
}

.red {
  color: #cc0000 !important;
}

.form-control {
  position: relative;
  background-color: #f2f2f2 !important;
  border: 1px solid #bbbbbb !important;
  width: 70% !important;
}

.fa-search {
  position: absolute;
  right: 127px;
  top: 30px;
  color: #9acc03;
}

.basket {
  position: absolute;
  right: 60px;
  top: 26px;
  font-size: 18px;
}

.account {
  position: absolute;
  right: 30px;
  top: 23px;
  font-size: 18px;
}

.fa-shopping-basket {
  color: #9acc03;
  font-size: 18px;
}

.bottom__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  text-align: center;
  padding: 0;
}
.bottom__item li {
  list-style-type: none;
  padding: 10px 46px;
  background-color: #9c0;
}
.bottom__item li:first-child {
  margin-right: 0;
}
.bottom__item li a {
  color: #fff;
}

.fa.fa-arrow-circle-left, .fa.fa-arrow-circle-right {
  display: block;
  margin-top: 150px;
  font-size: 40px;
}

#myCarousel {
  margin-top: 16px;
}

.main-slide {
  margin-top: -10px !important;
  width: 99.1% !important;
  margin-left: 1px !important;
}

.sidebar__title {
  font-size: 15px;
  background-color: #99cc00;
  padding: 5px 10px;
  color: #fff;
  margin-bottom: 0;
}

.sidebar__items {
  padding: 0;
  border: 1px solid #d4d4d4;
}
.sidebar__items li {
  list-style-type: none;
  padding-left: 7px;
  padding-bottom: 7px;
}
.sidebar__items li a {
  color: #595959;
}
.sidebar__items li:first-child {
  margin-top: 0;
}

.news__img {
  display: block;
  float: left;
  padding-right: 20px;
}

.news__title {
  font-size: 15px;
  background-color: #9c0;
  padding: 5px 10px;
  color: #fff;
  margin-bottom: 12px;
  float: left;
  width: 100.6%;
}

.niws__history a {
  color: #00d201;
  font-size: 24px;
  font-family: "LatoRegular";
}
.niws__history a:hover {
  color: #00d201;
}

.news__text {
  color: #999999;
}

.news__wrap {
  margin-bottom: 0;
}

.popular__title {
  font-size: 18px;
  background-color: #00d201;
  padding: 5px 10px;
  color: #fff;
  margin-bottom: 20px;
  width: 97.6%;
  margin-left: 10px;
  overflow: hidden;
}

.fa.fa-heart {
  border: 1px solid #fff;
  background-color: #fff;
  padding: 4px;
  color: #494949;
}
.fa.fa-heart1 {
  border: 1px solid #fff;
  background-color: #fff;
  padding: 4px;
  position: absolute;
  top: 146px;
  left: 40px;
  color: #494949;
}
.fa.fa-retweet {
  border: 1px solid #fff;
  background-color: #fff;
  padding: 4px;
  color: #494949;
}
.fa.fa-retweet1 {
  border: 1px solid #fff;
  background-color: #fff;
  padding: 4px;
  position: absolute;
  top: 146px;
  left: 40px;
  color: #494949;
}

.product__title a {
  color: #4a4747;
  font-weight: bold;
  line-height: 1.6;
  font-family: "LatoRegular";
}
.product__title a:hover {
  color: #00d201 !important;
  text-decoration: underline;
}

.popular__text {
  color: #a7a7a7;
  font-size: 13px;
  margin-top: -3px;
  display: inline-block;
  margin-bottom: 0;
  font-family: "LatoRegular";
}

.popular__product {
  margin-top: 15px;
  width: 100%;
}

.popular {
  color: #000;
  font-weight: bold;
  font-size: 16px;
}

.button {
  background-color: #99cc00;
  border: none;
  color: #2f3621;
  font-weight: bold;
  font-size: 16px;
  padding: 6px 20px;
  border-radius: 6px;
  margin-left: 65px;
  float: left;
  font-family: "LatoRegular";
}

.button1 {
  background-color: #99cc00;
  border: none;
  color: #2f3621;
  font-weight: bold;
  font-size: 16px;
  padding: 6px 20px;
  border-radius: 6px;
  margin-left: 0;
  font-family: "LatoRegular";
}

.caption1 {
  text-align: center;
  min-height: 75px;
  display: block;
  position: relative;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 97%;
}

.img-responsive {
  width: 97%;
}

.thumbnail a > img, .thumbnail > img {
  width: 97%;
}

.product23 {
  width: 100%;
  height: 430px !important;
  margin-top: 10px;
}

.img__item {
  display: block;
  margin: 10px 28.5px 0 !important;
}

.itmes__history {
  display: block;
  margin: 10px 28.5px 0 !important;
  width: 195px;
}

.items__text {
  display: block;
  margin: 5px 28.5px 0 !important;
  width: 182px;
}

.read__more {
  display: block;
  width: 100%;
  text-align: left;
  color: #0082ac !important;
  font-style: italic;
  margin: 5px 28.5px 0 !important;
}

.itmes__history a {
  color: #00d201 !important;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 6px;
  font-family: "LatoRegular";
}

.news__title_new {
  background-color: #cc0000;
  font-weight: bold;
}

.said_slide {
  position: absolute;
  bottom: 0 !important;
  left: 29px !important;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -27%;
  text-align: center;
  list-style: none;
}
.said_slide li {
  border: 1px solid #d1d1d1 !important;
  background: #d1d1d1 !important;
}

.read__slide {
  padding-bottom: 23px;
}

.second-slide, .first-slide, .third-slide {
  margin: 0 auto;
}

.bottom__menu h5 {
  font-size: 18px;
  padding: 0;
  margin-bottom: 15px;
  margin-top: 0;
  color: #727171;
}

.bottom__menu_items {
  padding-top: 15px;
}
.bottom__menu_items li {
  list-style-type: none;
  margin-top: 5px;
}

.logo__twitter {
  margin-top: 0;
}

.bottom__menu_items li a {
  color: #888888;
}
.bottom__menu_items li a:hover {
  padding: 8px 14px;
  background-color: #00d201;
  color: #fff;
  text-decoration: none;
}

.menu__bottom {
  background-color: #f5ffd8;
  margin-top: 30px;
}

footer {
  background-color: #e9edd0;
}

.logo__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0;
}
.logo__items li {
  list-style-type: none;
  padding-top: 25px;
  padding-bottom: 10px;
}

.footer__text {
  text-align: center;
  padding-top: 20px;
  color: #3d3d3d;
}

.hamburger {
  display: none;
}

.panel-title > .small {
  color: #595959 !important;
}
.panel-title > .small > a {
  color: #595959 !important;
}
.panel-title > .small a {
  color: #595959 !important;
}
.panel-title > .small small {
  color: #595959 !important;
}
.panel-title > .small small > a {
  color: #595959 !important;
}

.panel-default > .panel-heading {
  color: #595959 !important;
  font-weight: bold !important;
  background-color: transparent !important;
  border: none transparent !important;
}

.panel-heading {
  padding: 3px 15px !important;
  border-bottom: none !important;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.panel-title {
  font-size: 14px !important;
  color: #595959 !important;
}

.panel-body {
  padding: 0 !important;
}

.sidebar a:hover, .sidebar a:focus {
  color: #00d201 !important;
}

.btn-call-back {
  position: fixed;
  left: 30px;
  bottom: 60px;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  background-color: rgba(0, 155, 255, 0.6);
  color: #fff;
  padding: 0;
  z-index: 999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-call-back.theme-flash {
  -webkit-animation: bgflash 2s 1s ease-out infinite;
          animation: bgflash 2s 1s ease-out infinite;
}
.btn-call-back:focus {
  position: fixed;
  left: 30px;
  bottom: 60px;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  background-color: rgba(0, 155, 255, 0.6);
  color: #fff;
  padding: 0;
  z-index: 999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-call-back.theme-flash .fa {
  -webkit-animation: rotatephone 2s linear infinite;
          animation: rotatephone 2s linear infinite;
}
.btn-call-back .fa {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
}

#popup__toggle {
  bottom: 30px;
  left: 184px;
  position: fixed;
  z-index: 999;
  float: left;
}

.img-circle {
  background-color: #29AEE3;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.circlephone {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 2px solid #29AEE3;
  width: 150px;
  height: 150px;
  bottom: -25px;
  right: 10px;
  position: absolute;
  border-radius: 100%;
  opacity: 0.5;
  -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
          animation: circle-anim 2.4s infinite ease-in-out !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.circle-fill {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: #29AEE3;
  width: 100px;
  height: 100px;
  bottom: 0;
  right: 35px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
          animation: circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.img-circle {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 72px;
  height: 72px;
  bottom: 14px;
  right: 49px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.7;
}

.img-circleblock {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 72px;
  height: 72px;
  background: url(../image/mini.png) no-repeat center center;
  -webkit-animation-name: tossing;
          animation-name: tossing;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.img-circle:hover {
  opacity: 1;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1;
  }
}
@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  50% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  100% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
}
@keyframes tossing {
  0% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  50% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  100% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
}
@-webkit-keyframes circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
            transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
            transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@keyframes circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
            transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
            transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-webkit-keyframes circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
            transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
            transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
            transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
            transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@media (max-width: 768px) {
  #popup__toggle {
    left: 135px;
    bottom: 10px;
  }
  #popup__toggle .circlephone {
    width: 100px;
    height: 100px;
    bottom: -10px;
    right: 24px;
  }
  #popup__toggle .circle-fill {
    width: 70px;
    height: 70px;
    bottom: 5px;
    right: 40px;
  }
  #popup__toggle .img-circle {
    bottom: 14px;
    right: 49px;
    width: 52px;
    height: 52px;
  }
  #popup__toggle .img-circleblock {
    width: 52px;
    height: 52px;
  }
}
.modal-content {
  border-radius: 3px;
  text-align: center;
}

@media (max-width: 1068px) {
  .product23 {
    height: 320px !important;
  }

  .carousel-inner > .item > a > img,
  .carousel-inner > .item > img {
    width: 100%;
  }

  .img-responsive {
    width: 100%;
  }

  .thumbnail a > img, .thumbnail > img {
    width: 100%;
  }
}
#anystore_news0 > div.owl-wrapper-outer > div > div:nth-child(1), #anystore_news0 > div.owl-wrapper-outer > div > div:nth-child(2), #anystore_news0 > div.owl-wrapper-outer > div > div:nth-child(3), #anystore_news0 > div.owl-wrapper-outer > div > div:nth-child(4), #anystore_news0 > div.owl-wrapper-outer > div > div:nth-child(5) {
  position: relative;
  top: 10px;
}

#slideshow4 {
  z-index: 99;
}

@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-header {
  border-bottom: 1px solid #eee;
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  opacity: 1;
  border-radius: 50%;
  padding: 0 5px 3px 7px;
  height: 32px;
  width: 32px;
  border: 2px solid #f00;
  text-align: center;
  font-weight: 300;
  background: #fff;
  position: absolute;
  top: -10px;
  right: -10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.block-info {
  color: #31708f;
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  border-radius: 3px;
  margin: 0 0 20px;
  padding: 10px;
  font-size: 16px;
  line-height: 24px;
}

.form-group {
  margin-bottom: 15px;
}

#customer_tel, #call_back_customer_tel, #call_back_customer_tema, #quick-login input, #quick-register input:not([type="checkbox"]) {
  width: 60%;
  margin: 0 auto;
  font-size: 16px;
}

#customer_tel.theme_phone, #call_back_customer_tel.theme_phone2, #quick-register #register-telephone.theme_phone3 {
  font-size: 18px;
}

#scroller {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  color: #f06;
  display: none;
  z-index: 999999;
}
#scroller i {
  font-size: 28px;
  padding: 7px;
  color: #009900;
}
#scroller i:hover {
  color: #fff;
  background: #009900;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#navigation.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(233, 237, 208, 0.95);
  z-index: 9999;
}
#navigation.fixed .fa-search {
  position: absolute;
  right: 140px;
  top: 30px;
  color: #9acc03;
}

.top__menu_icon {
  margin-top: 3px;
}

.bottom-menu {
  background-color: #9c0;
}

.price-old {
  color: #999;
  text-decoration: line-through;
  margin-left: 5px;
}

.ddd {
  bottom: 0;
  margin-bottom: 15px;
}

.flex-grid {
  margin: 0 -15px;
  padding: 30px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  clear: both;
}
.flex-grid * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flex-grid .product-layout {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: calc(100% / 3 - 30px);
      flex-basis: calc(100% / 3 - 30px);
  margin: 0 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.03);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flex-grid .product-layout:hover {
  -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.06);
}
.flex-grid .product-layout:hover .product__title a {
  color: #00d201;
}
@media screen and (max-width: 992px) {
  .flex-grid .product-layout {
    -ms-flex-preferred-size: calc(100% / 2 - 30px);
        flex-basis: calc(100% / 2 - 30px);
  }
}
@media screen and (max-width: 490px) {
  .flex-grid .product-layout {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.flex-grid .product-layout .product23 {
  margin: 0;
  height: auto !important;
}
.flex-grid .product-layout .product-thumb .image {
  padding: 0;
}
.flex-grid .product-layout .thumbs::before {
  content: unset;
}
.flex-grid .product-layout .caption1 {
  min-height: unset;
}
.flex-grid .product-layout .img-responsive {
  width: 100%;
}
.flex-grid .product-layout .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
}
.flex-grid .product-layout .button-group button {
  border: none;
  background-color: #fff;
  color: #888;
  line-height: 43px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flex-grid .product-layout .button-group button:hover {
  color: #444;
  background-color: #99cc00;
  text-decoration: none;
  cursor: pointer;
}
.flex-grid .product-layout .button-group .btn__span {
  padding: 0 8px;
}
.flex-grid .product-layout .product__title {
  text-align: center;
  padding: 0 15px;
}
.flex-grid .product-layout .product__title a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flex-grid .product-layout .product__title a:hover {
  text-decoration: none;
}
.flex-grid .product-layout .description {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 15px;
}
.flex-grid .product-layout .description a {
  color: black;
}
.flex-grid .product-layout .description a:hover {
  color: black;
  text-decoration: none;
}
.flex-grid .product-layout .ddd {
  padding: 15px;
  margin: 0;

  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-grid .product-layout .ddd .price-tax {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-shadow: 0 0 20px rgba(153, 204, 0, 0.3);
}
.flex-grid .product-layout .ddd .button {
  background-color: #99cc00;
  float: none;
  margin: 0 !important;
  padding: 7px 20px 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flex-grid .product-layout .ddd .button:hover {
  background-color: #aadd11;
}
.flex-grid .product-layout .ddd .price-old {
  color: #999;
  text-decoration: line-through;
  margin-left: 5px;
}
@media screen and (min-width: 992px) {
  .flex-grid.product-list .product-layout {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: block;
  }
  .flex-grid.product-list .product-layout .thumbs {
    float: left;
    width: 30%;
  }
  .flex-grid.product-list .product-layout .button-group {
    padding-top: 30px;
  }
  .flex-grid.product-list .product-layout .ddd {
    position: relative;
    display: block;
  }
  .flex-grid.product-list .product-layout .ddd .price-tax {
    display: block;
    position: absolute;
    z-index: -1;
    width: 70%;
    left: 30%;
  }
  .flex-grid.product-list .product-layout .ddd .button {
    float: right;
  }
}
@media screen and (min-width: 1200px) {
  .flex-grid.flex-grid-col4 .product-layout {
    -ms-flex-preferred-size: calc(100% / 4 - 30px);
        flex-basis: calc(100% / 4 - 30px);
  }
}
.flex-grid .owl-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 15px 0;
}
.flex-grid .owl-wrapper .product-layout {
  height: 100%;
  margin-left: 15px;
  margin-right: 25px;
}
@media screen and (max-width: 490px) {
  .flex-grid .owl-wrapper .product-layout {
    margin-right: 15px;
  }
}

@media screen and (max-width: 991px) {
  .btn-product-type-view {
    display: none;
  }
}

#navigation .box-category {
  display: block;
  height: 400px;
  overflow: hidden;
  overflow-y: auto;
}
#navigation .box-category li:first-child {
  margin-top: -11px !important;
}

.quantity_div .quantity_input {
  display: inline-block;
}
