/* your styles go here */
a {
  color: #da3447;
  text-decoration: none;
  background-color: transparent;
}
.owl-theme.owl-dots-primary .owl-dots .owl-dot.active span {
  background: #da3447 !important;
}
.top-bar a {
  color: #7B7B7B;
  font-weight: 700;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
:focus {
  outline: none;
}
.top-bar {
  font-weight: 500;
}
.logo {
  z-index: 999;
  width: 100px;
  margin-top: -60px;
  position: relative;
  margin-left: 0.4rem;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.logo:hover, .logo-small:hover {
  opacity: 0.8;
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.logo.smaller {
  width: 54px;
  margin-top: 0px;
}
.logo-small {
  width: 80px;
}
.navbar {
  padding: 0.2rem 1rem;
}
.top-bar {
  padding-left: 0.5rem;
  padding-right: 0.7rem;
}
.nav-contact-mobile {
  margin-left: -45px;
}
.navbar-collapse {
  padding-left: 0.3rem;
}
.navbar-icon-link-badge {
  background: #da3447 !important;
}
/*Mobile menu trigger animated icon*/
.navbar-light #cd-menu-trigger .cd-menu-icon, .navbar-fixed-light.fixed-top #cd-menu-trigger .cd-menu-icon, .navbar-hover-light:hover #cd-menu-trigger .cd-menu-icon {
  background-color: #000;
}
.navbar-hover-light #cd-menu-trigger.is-clicked .cd-menu-icon, .navbar-light #cd-menu-trigger.is-clicked .cd-menu-icon {
  background-color: rgba(255, 255, 255, 0);
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #da3447;
  border-color: #da3447;
}
#cd-menu-trigger {
  position: absolute;
  right: 1rem;
  top: 0.1rem;
  height: 40px;
  width: 40px;
  /* background-color: rgba(0,0,0,0.3);*/
}
#cd-menu-trigger.bigger {
  height: 50px;
}
#cd-menu-trigger .cd-menu-icon {
  /* this span is the central line in the menu menu */
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 22px;
  height: 2px;
  background-color: #000; /* these are the upper and lower lines in the menu menu */
}
#cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: inherit;
  left: 0;
}
#cd-menu-trigger .cd-menu-icon::before {
  bottom: 7px;
}
#cd-menu-trigger .cd-menu-icon::after {
  top: 7px;
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before, #cd-menu-trigger.is-clicked .cd-menu-icon::after {
  background-color: #000;
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cd-menu-trigger.is-clicked .cd-menu-icon::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.drop-cart-margin {
  margin-top: 1.3rem !important;
  background-color: #f8f9fa;
}
.megamenu .megamenu-services {
  background: #EFEFF0;
}
.megamenu {
  background: #f8f9fa;
}
.megamenu h6 a {
color: #5B5D5F;
font-size: 1rem;
line-height: 1.4rem;
padding-top: 0.5em;
padding-bottom: 0.5em;
padding-right: 1em;
display: block;
}

.home-slider .lead {
  font-size: 1.215rem;
  font-weight: 500;
}
.product-image:hover {
  border-bottom: 2px solid #da3447;
}
h2, .h2 {
  font-size: 2rem;
}
.bg-gray-300 {
  background-color: #D8D8D8 !important;
}
.svg-icon.big-icon {
  width: 36px;
  height: 36px;
}
.search-area .search-area-button {
  position: absolute;
  right: 14px;
  bottom: 10px;
}
.product-image img {
  width: 100%;
}
.brand-image img {
  max-width: 125px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.brands-image {
  margin-bottom: 2rem;
  width: 125px;
  height: 125px;
}
.news-headline {
  font-size: 2rem;
}
.text-primary {
  color: #da3447 !important;
}
.fade-img img:hover, .navbar-cart-product img:hover, .cart-item-img:hover {
  opacity: 0.8;
}
.fade-img img, .navbar-cart-product img, .cart-item-img {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.btn.btn-items {
  color: #2D2D2D;
  padding-left: .3rem;
  padding-right: .3rem;
  text-align: center;
  font-size: 1.2em;
}
.btn.btn-items:hover, .btn.btn-items:active, .btn.btn-items:focus {
  cursor: pointer;
}
.bg-green {
  background-color: rgba(0,173,13,1.00) !important;
}
.owl-thumbs .mb-custom {
margin-bottom: 0.75rem;
}
.mobile-cart {
width: 35px;
height: 20px;
padding: 0;
margin: 0;
margin-top: 0px;
right: 58px;
position: absolute!important;
display: block !important;
top: 6px;
}
.mobile-cart.bigger {
top: 12px;
}


@media (min-width:576px) {
  .logo, .logo.smaller {
    width: 80px;
    margin-top: 0px;
    margin-left: 0.4rem;
    margin-bottom: 0px;
  }
  .navbar-collapse {
    padding-left: 0.5rem;
  }
  #cd-menu-trigger, #cd-menu-trigger.bigger {
    top: 1rem;
    height: 40px;
  }
  h2, .h2 {
    font-size: 2.7rem;
  }
.mobile-cart {
top: 20px;
}
.mobile-cart.bigger {
top: 21px;
}
}




@media (min-width:768px) {
  .news-headline {
    font-size: 2.5rem;
  }
}
@media (min-width:992px) {
  .logo, .logo.smaller {
    width: 90px;
    margin-left: 0;
  }
  .top-bar {
    padding-left: 1rem;
  }
  .nav-link {
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
    letter-spacing: .02em !important;
    font-size: 1rem;
  }
  .navbar-collapse {
    padding-left: 0rem;
  }
  .news-headline {
    font-size: 3rem;
  }
.mega_menu_column {
border-right: 1px solid #BDBDBD;
}
}



@media (min-width:1200px) {
  .logo, .logo.smaller {
    width: 110px;
  }
  .nav-link {
    padding-left: 0.9rem !important;
    padding-right: 0.9rem !important;
    letter-spacing: .15em !important;
    font-size: 1rem !important;
  }
  .drop-cart-margin {
    margin-top: 1.7rem !important;
  }
}
@media (min-width:1500px) {
  .nav-link {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    letter-spacing: .15em !important;
    font-size: 1.2rem !important;
  }
}
