body {
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  min-width: 300px;
  color: #343a40;
}

a {
  color: #000;
}

a:hover {
  color: #00AEEF;
  text-decoration: underline;

}

.divider,
.parallax {
  background-repeat: repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.layer-overlay::before {
  content: '';
  background-color: #343a40;
  opacity: 0.7;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

#topbar {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #f8f9fa;
}

.topbar-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}

.topbar-social {
  text-align: right;
}
.topbar-social a {
  color: #343a40;
}
.topbar-social a + a {
  margin-left: 10px;
}

header {
  padding-top: 8px;
  padding-bottom: 8px;
}

#logo {
  text-align: center;
  line-height: 1.2;
}
#logo a {
  color: #343a40;
}
#logo a:hover {
  text-decoration: none;
}

.head-phone i {
  text-align: center;
  float: left;
  padding: .2em .25em .15em;
  border: 1px solid #EEE;
  font-size: 32px;
  font-size: 2rem;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.head-phone-info {
  font-weight: bold;
  margin-left: 55px;
  white-space: nowrap;
  line-height: 1.3;
  font-size: 18px;
  font-size: 1.125rem;
}

#menu.navbar-dark .navbar-nav .nav-link {
  color: white;
}
#menu.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
#menu.navbar-dark .navbar-nav .active > .nav-link {
  color: #ffc107;
}

#menu.navbar-dark .navbar-nav .nav-item--cat .nav-link {
  background-color: #F8BA08;
  border-radius: 4px;
  color: #000;
  padding-left: 15px;
  padding-right: 15px;
}

#slideshow {
  position: relative;
  overflow: hidden;
}
#slideshow .owl-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #343a40;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.slideshow-text {
  color: #FFF;
  position: absolute;
  bottom: 40px;
  z-index: 2;
  text-align: center;
  left: 60px;
  right: 60px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.11);
}
.slideshow-text .btn {
  font-size: 18px;
  padding: 10px 30px;
  border:none;
}

.slideshow-slider .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -43px;
  width: 100%;
}
@media (max-width: 767px) {
  .slideshow-slider .owl-nav {
    display: none;
  }
}
.slideshow-slider .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 50px;
  line-height: 2;
  padding: 0px 7px;
  background: rgba(0, 0, 0, 0.3);
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  position: absolute;
}
.slideshow-slider .owl-nav .owl-prev {
  left: 15px;
}
.slideshow-slider .owl-nav .owl-next {
  right: 15px;
}
.slideshow-slider .owl-nav [class*='owl-']:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  text-decoration: none;
}
.slideshow-slider .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.slideshow-slider .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.slideshow-slider .owl-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
@media (max-width: 480px) {
  .slideshow-slider .owl-dots {
    display: none;
  }
}
.slideshow-slider .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  background: transparent;
  border: 1px solid #fff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.slideshow-slider .owl-dots .owl-dot.active span,
.slideshow-slider .owl-dots .owl-dot:hover span {
  background: #fff;
}

.inner-header {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.inner-header h2 {
  color: #fff;
}
.inner-header .breadcrumb {
  background-color: transparent;
  padding-left: 0;
  margin-bottom: 0;
}
.inner-header .breadcrumb li a {
  color: rgba(255, 255, 255, 0.8);
}
.inner-header .breadcrumb li.active {
  color: rgba(255, 255, 255, 0.5);
}

.section-title {
  border-bottom: 1px solid #e9ecef;
}

.section-title h1, .section-title h2, .section-title h3, .section-title h4, .section-title h5, .section-title h6 {
  display: inline-block;
  border-bottom: 3px solid #ffc107;
  margin: 0;
  padding-bottom: 10px;
}

.category-single {
  width: 100%;
  text-align: center;
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  transition: .2s linear;
  text-decoration: none;
  overflow: hidden;
  border: 1px solid #f3f4f6;
  margin-bottom: 16px;
}
.category-single:hover {
  text-decoration: none;
  border-color: #ffc107;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.category-single img {
  max-width: 100%;
  height: auto;
}
.category-single h4 {
  padding: 16px 10px;
  font-weight: 700;
  color: #000;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
}

#aboutweights {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #343a40;
  color: #bcc1c7;
}
#aboutweights .section-title {
  color: #FFF;
  border-color: #495057;
}

.latest-posts img {
  width: 100px;
}
.latest-posts .media {
  margin-bottom: 1.5rem;
}

footer {
  background-color: #343a40;
  border-top: 1px solid #495057;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  color: #999c9f;
  text-align: center;
}
footer a {
  color: #cccdcf;
}

#reviews-box > .media {
  background-color: #f8f9fa;
  padding: 1.5rem;
}
#reviews-box .media .media,
#reviews-box .media + .media {
  margin-top: 1.5rem;
}

.product-thumb {
  border: 1px solid #e9ecef;
  padding: 1rem;
  width: 100%;
  overflow: auto;
  margin-bottom: 1.5rem;
}
.product-thumb:hover {
  border-color: #00AEEF;
}

.product-thumb-image {
  float: left;
}
@media (max-width: 540px) {
  .product-thumb-image {
    float: none;
    text-align: center;
    margin-bottom: .5rem;
  }
}

.product-thumb-caption {
  margin-left: 170px;
}
@media (max-width: 540px) {
  .product-thumb-caption {
    margin-left: 0px;
  }
}

.product-thumb-name {
  font-weight: bold;
  font-size: 16px;
}

.product-thumb-btn {
  margin-top: .5rem;
}

.product-detail-gallery {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (max-width: 991px) {
  .product-detail-gallery {
    flex-direction: row;
  }
}
.product-detail-gallery .item {
  margin: .15rem;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (max-width: 575px) {
  .product-detail-gallery .item {
    max-width: 20%;
  }
  .product-detail-gallery .item:first-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.product-detail-gallery a {
  display: block;
  border: 1px solid #e9ecef;
  padding: .1rem;
  text-align: center;
  max-width: 100%;
  background-color: #fff;
  outline: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.product-detail-gallery a:hover {
  border-color: #ffc107;
}
.product-detail-gallery img {
  max-width: 100%;
}

img.left, img.right {
  display: inline;
  margin-top: 4px;
  margin-bottom: 10px;
}
img.left {
  float: left;
  margin-right: 15px;
}
img.right {
  float: right;
  margin-left: 15px;
}
img.center {
  display: block;
  clear: both;
  margin: 0 auto;
}
img.img-fluid {
  max-width: 100%;
}

[class|=space] {
  display: block;
  width: 100%;
  overflow: hidden;
}

.space-5 {
  height: 5px;
}

.space-10 {
  height: 10px;
}

.space-15 {
  height: 15px;
}

.space-20 {
  height: 20px;
}

.space-25 {
  height: 25px;
}

.space-30 {
  height: 30px;
}

.space-35 {
  height: 35px;
}

.space-40 {
  height: 40px;
}

.space-45 {
  height: 45px;
}

.space-50 {
  height: 50px;
}

/*===== Font Size ======*/
.font-9 {
  font-size: 9px;
  font-size: 0.5625rem;
}

.font-10 {
  font-size: 10px;
  font-size: 0.625rem;
}

.font-11 {
  font-size: 11px;
  font-size: 0.6875rem;
}

.font-12 {
  font-size: 12px;
  font-size: 0.75rem;
}

.font-13 {
  font-size: 13px;
  font-size: 0.8125rem;
}

.font-14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.font-15 {
  font-size: 15px;
  font-size: 0.9375rem;
}

.font-16 {
  font-size: 16px;
  font-size: 1rem;
}

.font-17 {
  font-size: 17px;
  font-size: 1.0625rem;
}

.font-18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.font-19 {
  font-size: 19px;
  font-size: 1.1875rem;
}

.font-20 {
  font-size: 20px;
  font-size: 1.25rem;
}

.font-21 {
  font-size: 21px;
  font-size: 1.3125rem;
}

.font-22 {
  font-size: 22px;
  font-size: 1.375rem;
}

.font-23 {
  font-size: 23px;
  font-size: 1.4375rem;
}

.font-24 {
  font-size: 24px;
  font-size: 1.5rem;
}

.font-25 {
  font-size: 25px;
  font-size: 1.5625rem;
}

.font-26 {
  font-size: 26px;
  font-size: 1.625rem;
}

.font-27 {
  font-size: 27px;
  font-size: 1.6875rem;
}

.font-28 {
  font-size: 28px;
  font-size: 1.75rem;
}

.font-29 {
  font-size: 29px;
  font-size: 1.8125rem;
}

.font-30 {
  font-size: 30px;
  font-size: 1.875rem;
}

.font-31 {
  font-size: 31px;
  font-size: 1.9375rem;
}

.font-32 {
  font-size: 32px;
  font-size: 2rem;
}

.font-33 {
  font-size: 33px;
  font-size: 2.0625rem;
}

.font-34 {
  font-size: 34px;
  font-size: 2.125rem;
}

.font-35 {
  font-size: 35px;
  font-size: 2.1875rem;
}

.font-36 {
  font-size: 36px;
  font-size: 2.25rem;
}

.font-37 {
  font-size: 37px;
  font-size: 2.3125rem;
}

.font-38 {
  font-size: 38px;
  font-size: 2.375rem;
}

.font-39 {
  font-size: 39px;
  font-size: 2.4375rem;
}

.font-40 {
  font-size: 40px;
  font-size: 2.5rem;
}

.page-link {
  color: #343a40;
}

.navbar .navbar-toggler {
  cursor: pointer;
  outline: none;
}

.navbar-nav {
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .navbar-nav {
    margin-top: 6px;
  }
}
.navbar-nav .nav-link {
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
}
@media (max-width: 991px) {
  .navbar-nav .nav-link {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.navbar-dark .navbar-nav .active > .nav-link {
  color: #ffc107;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #343a40;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ffc107;
}

/* scrollUp */
#scrollUp {
  bottom: 30px;
  right: 30px;
  height: 40px;
  width: 40px;
  background-color: #ffc107;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 38px;
  border-radius: 5%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#scrollUp:hover {
  background-color: #000;
}

.latest-posts .post-thumb { float: left; display: inline-block; margin: 0px 20px 10px 0; max-width: 100px; }
.latest-posts .post-thumb img { max-width: 100%; }
.latest-posts .post-description { display: none; }
.latest-posts .post-right { overflow: hidden; }
@media (min-width: 992px) { .latest-posts article:first-child .post-thumb { float: none; margin: 0 0 5px 0; max-width: none; }
  .latest-posts article:first-child .post-description { display: block; } }

.blog-thumb { margin-bottom: 30px; }
.blog-thumb img { max-width: 100%; width: 100%; }
.blog-thumb h5 { font-size: 20px; }


.btn{cursor:pointer;
}

#socialf {
    position: fixed;
    right: 0;
    width: 45px;
    bottom: 10%;
    z-index: 3000;
}
#socialf a {
  display: block;
  margin: 2px 0;
  width: 45px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  position: relative;
  right: -15px;
  background: url(/image/socialf.png) 0 0 no-repeat;
}
#socialf a:hover { right: 0; }
#socialf a.vk { background-color: #4C75A3; }
#socialf a.facebook { background-color: #3B5998; background-position: 0 -32px; }
#socialf a.ok { background-color: #ED812B; background-position: 0 -64px; }
#socialf a.instagram { background-color: #777578; background-position: 0 -96px; }


.card-header .btn.btn-link {
  white-space: normal !important;
  font-weight: 700 !important;
  color: #000 !important;

}



