a:hover {
  text-decoration: none;
}
body {
  font-family: "Montserrat", sans-serif;
}
.megamenu {
  position: static;
}

.megamenu .dropdown-menu {
  background: none;
  border: none;
  width: 100%;
}
.megamenu .nav-link {
  padding-left: 0 !important;
  padding-right: 20px !important;
  min-width: 150px;
}
.contact-btn a,
.btn-red {
  color: #ffffff !important;
  background-color: red;
  transition: ease all 0.2s;
  border-radius: 0;
  font-weight: bold;
  padding: 0.5rem 1.2rem;
}
.contact-btn a:hover,
.btn-red:hover {
  background-color: #f71414;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 18px;
  padding-left: 18px;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
  }
}
.navbar-light .navbar-nav .nav-link {
  color: #000000;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #000000;
  text-decoration: underline;
}
#searchform .form-control {
  border-radius: 0;
  border: 1px solid #000000;
  min-width: 300px;
}
#searchform .btn-black {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
}
.bg-grey {
  background: #f6f6f6;
}

.title {
  font-size: 20px;
  font-weight: bold;
}

.category {
  display: block;
  padding: 14px;
  background-color: #ffffff;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
}
.category img {
  width: 100%;
  height: auto;
}
.category h5 {
  text-align: center;
  font-size: 16px;
  color: #000000;
}

.product-box {
  border: 0px solid #000000;
  background-color: #ffffff;
  transition: all ease 0.2s;
}
.product-box.no-border {
  border: none !important;
}
.product-box:hover {
  background-color: #f7f7f7;
}
.catalog_info {
  background-color: #f9f9f9;
}
.catalog_info h2 {
  color: #ffffff;
  background-color: #000000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  margin: 0;
  display: inline-block;
}
.catalog_info a {
  text-align: right;
  color: #000000;
  padding-right: 8px;
  font-size: 13px;
}
.product-box .thumbnail {
  padding: 16px;
}
.product-box .thumbnail img {
  max-width: 100%;
  height: auto;
}

.product-box .info {
  padding: 0 20px 20px 20px;
}
.product-box .info .title {
  font-size: 16px;
  padding: 0;
  margin: 0;
  color: #000000;
}
.product-box .info .category_text {
  font-size: 12px;
  padding: 0;
  margin: 0;
  color: #b2b2b2;
}
#about {
  background-image: url("/images/bg_bottom_about.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #000000;
  background-position: center center;
  color: #ffffff;
}

#about h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 900;
  font-style: italic;
}
#footer {
  font-size: 13px;
}
#footer a {
  color: #000000;
}

.owl-carousel .owl-nav {
  margin-top: -36px;
  position: absolute;
  width: 100%;
}
#category_slider .owl-carousel .owl-nav {
  margin-top: -120px;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position: absolute !important;
  padding: 5px 10px 3px 10px !important;
  background-color: #000000 !important;
  color: #ffffff !important;
  display: block !important;
}
.owl-next {
  right: 0px;
}
.owl-prev {
  left: 0px;
}

#product-title-bar h1 {
  font-size: 26px;
  font-weight: bold;
}
#product-title-bar .breadcrumb-t {
  font-size: 18px;
  color: rgb(105, 105, 105);
}

#product-title-bar .breadcrumb-t span {
  margin: 0 10px;
}
.slick-current {
  border-color: red !important;
}
.bg-black {
  background-color: #000000;
}
.slider-big.border {
  border-color: #000000 !important;
}
.product .sku {
  font-size: 16px;
  font-weight: 600;
  color: rgb(163, 163, 163);
}
.product h4 {
  font-size: 18px;
  font-weight: 600;
}
.product .color-list .color {
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.product-info .tab-pane,
.product-info .nav-tabs {
  border-color: #000000 !important;
}
.fancybox-content {
  background-color: #ffffff !important;
}
.product-info .nav-link {
  font-weight: 600;
  font-size: 18px;
  padding: 0.7rem 1.5rem;
  border-radius: 0;
  color: #777777;
}
.product-info .nav-item {
  margin-right: 10px;
}

.product-info .nav-link:hover {
  border-color: #000000 #000000 #fff !important;
}
.product-info .nav-tabs .nav-item.show .nav-link,
.product-info .nav-tabs .nav-link.active {
  color: #000000;
  background-color: #fff;
  border-color: #000000 #000000 #fff;
}
.instagram_gallery {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.instagram_gallery a {
  flex-grow: 1;
  flex: 0 0 calc(16.66% - 16px);
}
.cursor-zoom {
  cursor: zoom-in;
}

.instagram_gallery a img {
  max-width: 100%;
  border: 0px solid #000000;
}
.slider-text {
  bottom: 50px;
  width: 100%;
  color: #ffffff !important;
}
.carousel-control-next,
.carousel-control-prev {
  width: 8%;
}
.slider-text .h1 {
  font-weight: 600;
  text-shadow: 1px 1px 5px #444444;
}
.slider-cta {
  color: #ffffff !important;
  background-color: red;
  transition: ease all 0.2s;
  border-radius: 0;
}

.post-content img{
    max-width: 100% !important;
    height: auto !important;
}
@media (max-width: 1024px) {
  #searchform {
    display: flex;
    margin: 10px 0 0 0;
  }
  #searchform .form-control {
    flex: 1;
    min-width: auto;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .slider-text .h1 {
    font-size: 20px;
  }
  .slider-text .slider-cta {
    font-size: 14px;
    padding: 0.3rem 0.6rem;
  }
  #category_slider .owl-carousel .owl-nav {
    margin-top: -150px;
  }
  .megamenu .nav-link {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .megamenu .dropdown-menu .container .shadow-sm {
    box-shadow: none !important;
  }
  .br-sm-1 {
    border-right: 1px solid #000000 !important;
  }
  .bb-sm-1 {
    border-bottom: 1px solid #000000 !important;
  }
}
@media (max-width: 425px) {
  .slider-text {
    bottom: 20px;
  }
}
@media (max-width: 375px) {
  .slider-text {
    bottom: 10px;
  }
  .slider-text .h1 {
    font-size: 16px;
  }
  .slider-text .slider-cta {
    font-size: 12px;
    padding: 0.2rem 0.4rem;
  }
}

@media(min-width: 1024px){
    .carousel-item {
        height: 100%;
    }
}

.slick-prev {
    left: 0;
}
.slick-arrow {
    position: absolute;
    border: 0;
    font-size: 12px;
    bottom: -35px;
}
.slick-next {
    right: 0;
}