.single-outer {
    width: 25%;
    transition: 0.5s ease;

}
.single-outer img {
  width:100%;
  height:300px;
}
.main-outer {
    display: flex;
}
.single-outer:hover {
    width: 50%;
    transition: 0.5s ease;
}

.blink {
  animation: blinker 1s step-start infinite;
}
.blink a {
    font-weight: 700 !important;
    color: #FD9131 !important;
    font-size: 16px !important;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.footer_top.small_pb, .section.small_pb {
    padding-bottom: 30px !important;
    margin-bottom: -30px !important;
    padding-top: 30px !important;
}
h1.custom_title {
    font-size: 26px;
}
span.brand_name {
    color: #fd9132;
}
.pb_20.small_pt {
    padding-top: 0px !important;
}
section.google_ads_outer {
    padding-top: 35px;
}
.pr_detail .product_title a {
    pointer-events: none;
}
section.google_ads_outer {
    margin-bottom: 45px;
}
.custom-promise {
    margin-top: 50px;
}
.icon_box_content h5 {
    margin-top: 10px;
    color: #6c6666;
}
.h4cstm {
    text-align: center;
    margin-bottom: 30px;
}
.section.pb_20 {
    padding-top: 20px;
}
.blog-list.pt-5.pb-5 {
    padding-bottom: 0px !important;
}

.blog-inner.custom-blog img {
    height: 296px !important;
}
.footer_top.pb_20, .pb_20, .section.pb_20 {
    padding-bottom: 0px !important;
}
.footer_top.small_pt, .section.small_pt {
    padding-top: 0px !important;
}
.three-box {
    margin: 0px !important;
}
.blog-outer {
    margin: 0px !important;
}
.bg_dark {
    background-color: rgb(109, 38, 88) !important;
}
.footer_dark {
    background-color: rgb(109, 38, 88);
    position: relative;
}
.bottom_footer {
    background-color: rgb(242, 242, 242);
    padding: 10px 0px !important;
}
.footer_dark .mb-md-0.text-center.text-md-left {
    color: rgb(0, 0, 0);
}
.product_action_box {
    margin-top: -40px !important;
}
.footer_top {
    padding: 50px 0px 0px !important;
}
.section.bg_redon {
    display: none !important;
}
.top-header {
    padding: 0px;
    transition: all 0.5s ease-in-out 0s;
}
.footer_top.small_pt, .section.small_pt {
    padding-top: 30px !important;
}


@media screen and (max-width: 991px) {
  .blog-inner {
    margin-bottom: 20px;
}
  .blog-inner.custom-blog img {

    margin-bottom: 0;
}
}