header{
  background-color: #4e5c65;
  padding-top:10px;
}

header .text-muted{
  color: #cfd1cf !important;
}

.text-shad {
  text-shadow: 2px 2px 2px #000, 0 2px 2px #000, -2px 0 2px #000,
    0 -2px 2px #000;
}

.bbk2 {
  border: 1px solid black;
}

.cart-block-links li a i{
  color:#fff;
}

.mobile-menu-toggle.theme1 svg path{
  stroke: #fff;
}

.contact-form .form-group{
/*  margin-bottom:0;*/
}

.mform .form-group{
  margin-bottom: 20px;
}

.media-body {
  width: 100%;
}

.them-my{
  background-color: #4e5c65 !important;
}

.pb-110 {
  padding-bottom: 70px;
}

.pt-110 {
  padding-top: 70px;
}


/* Chrome, Safari, Edge, Opera */
input.quantity-field::-webkit-outer-spin-button,
input.quantity-field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.quantity-field[type='number'] {
  -moz-appearance: textfield;
}

.bg-lighten2 {
  /*background-color: #f6f6f6;*/
  background-color: #0693e3;
/*  background-image: url(../img/watcat.png);*/
}

.bg-light {
  background-color: #4e5c65 !important;
}

.about-section p{ 
  font-size: 16px;
}

.social-network li a{
  background: transparent !important;
}

footer:after {
  background: #4e5c65 !important;
  border-right:1px solid white;
}

footer{
  color: #fff !important;
}

footer .address-widget .text-dark{
  color: #fff !important;
}

.footer-menu li a{
  color: #fff !important;
}

.theme1 .footer-menu li a:hover {
    color: #0693e3 !important;
}

.theme3 .breadcrumb-item.active {
  font-weight: bold;
}

.top-menu li {
  margin: 0 1px;
  position: relative;
}

.top-menu li a {
  font-family: Gilroy-Bold ☞;
  font-weight: 700;
  display: block;
  padding: 10px 10px;
  text-align: center;
  line-height: 16px;
  font-size: 12px;
  text-transform: uppercase;
}

.slick-prev {
  left: 0px;
}

.slick-next {
  right: 0px;
}

.product-desc .title {
  margin: 10px 0 0;
}

.product-desc {
  padding: 10px;
}

.slider-content {
  margin-left: 50px;
}

.mybg {
  background-repeat: no-repeat;
  background-size: cover;
}

.hideGood {
  display: none !important;
}

.blog-section li, .product-tab li{
  list-style: inherit;
}

/* Товар, якого немає в наявності — робимо фото трохи сірішим */
.product-outstock .first-img {
    filter: grayscale(100%);
    opacity: 0.6;
}

/* Маленький бейдж "Немає в наявності" */
.badge-outstock {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 5;
    background: rgba(33, 37, 41, 0.9);
    color: #fff;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}


@media screen and (min-width: 800px) {
  header .theme3 .sub-menu li a, .theme1 .sub-menu li a{
    color: #000 !important;
  }

  header .theme3 li a, .theme1 li a{
    color: #fff !important;
  }

  .theme3 li a:hover, .theme1 li a:hover{
    color: #0693e3 !important;
  }

  .theme3 .breadcrumb-item a:hover,.theme1 .breadcrumb-item a:hover{
    color: #000 !important;
  }

  .theme3 .breadcrumb-item.active{
    color: #000 !important;
  }
  .theme1 .breadcrumb-item.active{
    color: #000 !important;
  }

  header .is-isticky.theme1 li a{
    color:#000 !important;
  }

  header .is-isticky.theme3 li a:hover, header .is-isticky.theme1 li a:hover{
    color: #0693e3 !important;
  }
}

@media screen and (max-width: 800px) {
  .tab-pane iframe, .single-blog iframe{
    max-width: 100%;
    height: auto;
  }
  .top-menu {
    display: none !important;
  }
  .breadcrumb-item a{
    color: #fff !important;
  }
  .address-widget .title{
    font-size:20px;
  }
  .cart-block-links.theme1 a{
    color: #fff !important;
  }
  #thankyou .container{
    padding:0px !important;
  }
}


@media (max-width: 991px) {
  .bg-img
  {
    background-position: center center;
  }
  footer:after {
    border: none;
  }
}


@media screen and (max-width: 767px) {
  .slider-height
  {
    height: 175px;
  }

  .slider-content
  {
    margin-left: 0px;
  }

  .slider-content .sub-title
  {
    font-size: 16px;
  }
}