footer{
background-color:#fff;}

.ck-content .table table td, .ck-content .table table th {
    min-width: 2em;
    padding: .4em;
    border: 0px solid hsl(0, 0%, 75%);
}

.ck-content .table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    border: 0px double hsl(0, 0%, 70%);
}

.ck-content .image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    min-width: 100%;
    height: 650px;
}
.image-overlay-container {
  position: relative;
  overflow: hidden;
}

.image-overlay-container img {
  width: 100%;
  height: 580px;
  display: block;
  transition: transform 1.5s ease;
}

.image-overlay-container:hover img {
  transform: scale(1.09);
}

.image-overlay-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.4));
  z-index: 1;
}

.overlay-content {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: white;
  z-index: 2;
}


    .overlay-content h5 {
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 10px;
    }

    
.whatsapp_main { position: fixed; bottom: 60px; right: 20px; text-align: center; z-index: 10; }
.tpproduct:hover .product-thumb-secondary {
    opacity: 0 !important; 
}
.tpproduct__thumb-action {
    align-items: center;
    display: flex
;
    justify-content: center;
    display: none;
}
.all_product_link {
    background: #000;
    color: #fff;
    padding: 0.5rem 1.5rem;
    
    border-radius: 10px;
}
.all_product_link:hover{
  color:#505050;
}

/* 3.hover-filled-slide-left */
.btn.hover-filled-slide-left::before {
  top: 0; bottom: 0; left: 0;
  height: 100%; width: 100%;
}
.btn.hover-filled-slide-left:hover::before {
  width: 0%;
}

.btn-1 span {
    color: rgb(255, 255, 255);
    border: 1px solid #fff;
    transition: 0.2s 0.1s;
}

.btn span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: semi-bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    top: 0;
    left: 0;
  color: #666666;
  padding:15px 20px;
    width: 100%;
    transition: 0.3s;
}
.btn span:hover{
color: #fff;
}
.btn.hover-filled-slide-left::before {
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.btn-1::before {
    background-color: #fff;
    transition: 0.3s ease-out;
}
::before, ::after {
    position: absolute;
    content: "";
}

.btn {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding:0px;
    min-width: 170px;
}

.ae-anno-announcement__items {     justify-content: center !important; }

.space-bg {
    background: #D5E9F7;
}

.ae-anno-announcement__arrow{ display:none !important; }

.header-meta__social { margin-top:-30px; }
.header-meta__social a {
    font-size: 20px;
    margin-inline-start: 30px !important;
}

.mainmenu__search-icon {

    top: 25% !important;

}

.titlewidget{ text-align:center; }
.topmargin { margin-top:20px;     margin-bottom: 50px; }

.pb-70 {
    padding-bottom: 0px !important;
}
.product-rating-wrapper{ display:none; }
.tpproduct-details__reviewers{ display:none; }

.grey-bg-2 {
    background: #ffffff !important;
}

.footer-copyright{ background-color:#fff !important; }

.header-sticky {
box-shadow: none !important;
  
}

.main-footer {
    border-bottom: 0px solid var(--footer-border-color) !important;
}
.footer-cta{ display:none; }
.social-media li{ float:left; list-style:none; padding-right:30px;}
.social-media{ margin-bottom:20px; }
.form-control{ border:1px solid #000 !important; border-radius:0px !important; }
.footer-widget__fw-news-btn{ background-color:#000; }
.footer-widget__links ul li a:hover {
    color:#000;
}


@media only screen and (max-width: 600px) {
  
.image-overlay-container img {

    height: auto;

}

.whiteproduct__thumb img {
    width: 40%;
}
.header-meta-info {     margin-top: -25px;
    margin-right: 30px;
}
.header-canvas{ margin-top:-33px; }
.navigation-bar{ display:none; }
}