@charset "utf-8";
.mob-body-layout .header {
    z-index: auto;
}
#page-menu-overlay{
    position: fixed;
    width: 0%;
    height: 100%;
    z-index: 150;
    left: 0;
    top:0;
    background-color: rgba(0,0,0,0.5);
}
.serachicon-pop{
float: right;
display: none;
padding: 0px 15px;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
height: 50px;
position: relative;
z-index: 9;
align-items: center;
cursor: pointer;
}
.mobile-menu{
    display: none;
}
.hamburger {
 padding: 13px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1.0; }
  .hamburger.is-active:hover {
    opacity: 1.0; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #E20001; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*=================================================================*/
.footer-row {
     justify-content: space-between;
     align-items: center;

}
.inner-footer .footer-logo {
    position:static;
    margin-top: -15px;

}
    .footer-socioal {
        position: static;
    }
.prod-list-review {
    margin-left: auto;
}
.prod-list-price {
    margin-left: auto;
}
/*=================================================================*/
@media screen and (max-width:1440px) {
.search-store-img {
 right: 1%; 
}
    .cat-name-title a {
    font-size: 16px;
    }
.footer-row {
     justify-content: space-between;
     align-items: center;

}
.inner-footer .footer-logo {
    position:static;
    margin-top: -15px;

}
    .footer-socioal {
        position: static;
    }
.product-list-content-box {
    padding: 20px 15px;
}
    .btn-line {
    font-size: 12px;
padding: 0 8px;

}
    .prod-list-price {
    font-size: 16px;
  }
    .product-gallery-img-box img {
    margin: 0 auto;
    max-width: 510px;
    width: 100%;
    height: auto;
}
    .cat-prod-content .line-btn {
    width: 140px;
    padding: 0 12px;
}
 .container-lg {
    max-width: 1200px;
}   
  .product-cat-col.col-3 {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
      flex: 0 0 33.3333333333%;
}
    .cat-name-title a{
        font-size: 16px;
    }
    .product-list-col {
      width: 33.3333333333%;
    max-width: 33.3333333333%;
      flex: 0 0 33.3333333333%;
}
/*=========================1440PX========================================*/
}
/*=================================================================*/
@media screen and (max-width:1340px) {
.slider-carsuel .slick-prev {
    left: -30px;
} 
.slider-carsuel .slick-next {
    right: -30px;
}
.navigation ul li a {
    font-size: 14px;
    padding: 14px 10px;   
}
.post-section-panel {
   background-size:cover;
}  
    .search-store-img {
 right: 4%; 
}
    .product-list-product-panel .col-cus-md-4{
        width: 33.3333333333333%;
        flex: auto;
        max-width: inherit;
        
    }
/*================1310px===========================*/
}
@media screen and (max-width:1260px) {
  .navigation {
position: fixed;
right: -100%;
top: 0;
height: 100%;
overflow: auto;
background-color: #152735;
width: calc(100% - 30px);
z-index: 180;
padding-top: 30px;
transition: all .45s ease-in-out;
}
    .col-cus-md-4 {
    width: 33.333333%;
    max-width: 33.333333%;
    flex: auto;
}
 .navigation.isshow-navigation{
       right: -0%; 
    }
   .navigation ul {
    display: block;
    width: 100%;
} 
    .navigation ul  li{
        width: 100%;
        float: left;
    }
.navigation ul li a {
    font-size: 18px;
    padding: 9px 10px;
    border-bottom: 1px solid #ccc;
} 
    .navigation ul li ul {
    position: relative;
    width: 100%;
    background-color: #000;
     border-bottom: 3px solid #E20001;
    z-index: 12;
    float: left;
        top:0;
}
    .navigation ul li ul li a {
    padding: 8px 30px;
    font-size: 16px;
   }
.mobile-menu{
        display: block;
        position: relative;
        z-index: 10;
}
.menu-close{
color: #fff;
position: absolute;
right: 0;
top: 0px;
font-weight: 600;
font-size: 18px;
background-color: #F20D0D;
padding: 4px 15px;
cursor: pointer;
    }
.slider-carsuel .arrow-btn-slidrr {
    top: 100%;
    transform: translate(0);
    margin-top: 40px;
    
}  
.slider-carsuel .slick-prev {
  left: calc(50% - 20px) !important;
    transform: translateX(-50%);
}
    .slider-carsuel .slick-next {
    right: auto;
     left: calc(50% + 20px) !important;
    transform: translateX(-50%);
}
    .rpcar-row.row{
        margin-left: auto;
        margin-right: auto;
        
    }
 /*================1260px===========================*/
}
    
 @media screen and (max-width:1140px) {
.container, .content-area {
    max-width: 1110px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.competitive-section .col-10 {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}
     .post-panel-body {
    margin-left: -15px;
    margin-right: -15px;
}
.advis-col img{
         
     }
.product-cat-col {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 0 30px;
}
     .col-cus-md-4{
         width: 50%;
         max-width: 50%;
         flex: auto;
     }
     .product-list-product-panel .col-cus-md-4 {

    width: 50%;
    flex: auto;
    max-width: inherit;

}
.product-details-gallery {
    padding-right: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
    flex: auto;
}
     .product-gallery-img-box {
    min-height:inherit;
    height: auto;
   padding: 20px;
}
     .product-gallery-img-box img {
    margin: 0 auto;
    width: 100%;
    height: auto;
}
     .product-details-content{
       width: 100%;
    max-width: 100%;  
         flex: auto;
     }
/*================1140px===========================*/
}
 @media screen and (max-width:1023px) {
.competitive-section {
    background-size: cover;
    height: auto;
    padding: 40px 0;
}
.banner-sub-heading {
    font-size: 24px; 
    margin-bottom: 2px;
}
.banner-main-heading {
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 2px;
}
.banner-entery-content {
    font-size: 16px;
}
.advis-col {
    padding: 8px 15px;
}
.advis-col img {
    margin: 0 auto;
    display: block;
    max-width: 468px;
    width: 100%;
    height: auto;
}
.advi-section-panel {
    padding: 20px 0;
}
.logo a {
    height: 53px;
    display: flex;
    align-items: center;
}
.logo a img {
    width: 100%;
}
 .seach-box-col input[type="submit"] {
    background-position: right 6px center;
    padding: 0 10px;
    background-size: 18px;
}    
.seach-sub-btn {
    width: 130px;
}
.seach-box-col input[type="search"] {
    width: calc(100% - 266px);
}
     
 .primary-panel {
    padding-right: 0px;
    width: 100%;
} 
.container-lg-row::before {
    content:normal;
}
.sidebar-panel {
   padding-left: 0;
width: 100%;
max-width: 100%;
margin: 0 auto;
padding-top: 20px;
margin-top: 20px;
border-top: 3px solid #111;
}
.search-store-appliances-panel {
    height: auto;
    background-size: cover;
    padding-top: 40px;
}
.search-store-col {
    width: 100%;
    max-width: 100%;
    flex: auto;
}
.search-store-img {
    right: auto;
    position: static;
    width: 100%;
    max-width: 100%;
    flex: auto;
}
.catgory-product-panel{
         padding-bottom: 40px;
} 
.inner-banner-panel .banner-img-panel{
         height: 200px;
}
.banner-img-panel img {
    width: 100%;
    height: 100%;
    float: left;
    object-fit: cover;
}
/*================1023px===========================*/
}
@media screen and (max-width:850px) {
 .inner-footer .footer-row {
    height: auto;
    flex-wrap: wrap;
}  
    .inner-footer .footer-logo {
    margin-left: auto;
        margin-right: auto;
}
    .inner-footer .footer-logo a {
        height: auto;
    }
    .inner-footer .copyright {
    width: 100%;
    text-align: center;
        margin: 10px 0;
}
    .footer-socioal {
    text-align: center;
    width: 100%;
        margin-bottom: 10px;
}
.banner-heading {
    font-size: 32px;
}
/*================850px===========================*/
}
@media screen and (max-width:767px) {
    .serachicon-pop{
        display: flex;
    }
.srech-warp.is-active-show {
display: block;
background: #fff;
width: calc(100% + 30px);
height: auto;
z-index: 25;
position: absolute;
left: -15px;
top: 51px;
padding: 15px;
    padding-top: 30px;
}
    .seach-sub-btn {
    width: 50px;
}
    .search-input-col{
          width: calc(100% - 50px);
        float: left;
    }
    .seach-box-col input[type="search"] {
        width: 100%;
        border: 1px solid #ccc;
  
}
    .seach-box-col input[type="submit"] {
    background-position: center center;
        font-size: 0;
}
.banner-text {
    position: static;
    padding: 15px;
    width: 100%;
    max-width: 100%;
    text-align: center;
    background-color: #eee;
    float: left;
}
    .banner-entery-content {
    font-size: 14px;
}
    .banner-sub-heading {
    font-size: 22px;
}
        
.banner-main-heading {
    font-size: 20px;
}
.logo {
    width: 280px;
    margin: 5px auto;
    float: none !important;
    max-width: 280px;
}
.tab-panel-head {
    flex-wrap: wrap;
    height: auto;
}
.tab-panel-head .section-title{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
.tab-panel-head ul {
    margin: 0 auto;
}
.tab-panel-head ul li {
    margin: 0 10px;
}
    .tab-section-panel{
        padding-top: 40px;
        
    }
.entry-content-lg {
    font-size: 18px;
}
    .post-section-panel{
        padding: 40px 0;
        
    }
    .post-section-panel .entry-title{
        padding-bottom: 20px
    }
.header-right {
position: absolute;
z-index: 5;
bottom: -50px;
width: 100%;
max-width: inherit;
left: 0;
padding: 0 15px;
}
.seach-box-col {

    padding: 0;
    background-color: transparent;
    background-image: none;
    margin-top: 0;

}
    .seach-select {
    height: 49px;
    }

    .header-right.is-active-show-header-right{
        z-index: 20;
    }
    .srech-warp{
        display: none;
    }
    .serch-close{
        position: absolute;
right: 15px;
top: 4px;
cursor: pointer;
font-weight: bold;
    }
    /*.search-input-col{
      display: none;  
    }
    .seach-sub-btn{
        display: none;
    }*/
    .entry-heading {
    font-size: 26px;
}
    .search-store-col .entry-conetnt {
        margin-bottom: 30px;
        
    }
    .search-store-img img{
        max-width: 808px;
        height: auto;
        width: 100%;
        
    }
    .search-store-form {
        margin-bottom: 30px;
}
    .headerHeight {
    height: 110px;
}
    .pro-search-wrapper {
    padding: 10px;
    flex-wrap: wrap;
}
    .search-col {
    padding: 0px 0px;
    width: 100%;
    max-width: 100%;
    flex: auto;
    margin: 2px 0;
}
    .related-products-head {
    padding-right: 0;
}
    .rpcar-row .arrow-btn-slidrr {
     top: 2px;
    }
/*================767px===========================*/
}
@media screen and (max-width:680px) {
.search-store-form form {
    float: left;
    width: 100%;
}
.search-store-select{
    width: 100%;
      margin: 2px 0;  
    }
    .search-store-input {
    width: 100%;
        margin: 2px 0;
}
    .search-store-btn{
      width: 100%; 
        margin: 2px 0;
    }
    
    .search-store-form input[type="search"], .search-store-form input[type="text"] {
    text-align: center;

}
    .search-store-img img{
        
    }
/*================680px===========================*/
}
@media screen and (max-width:640px) {
    .tab-content.current {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}
    .product-list-product-panel .col-cus-md-4 {

    width: 100%;
    }
.footer-logo{
 width: 100%;
    margin-bottom: 15px;
}
.copyright {
 width: 100%;
}
.footer-row {
   height: auto;
flex-wrap: wrap;
text-align: center;
padding: 15px 0;
}
.col-cus-md-4 {
    width: 100%;
    max-width: 100%;
}
/*================640px===========================*/
}
@media screen and (max-width:459px) {
 .tab-panel-head ul li {
    margin: 0 5px;
}  
.tab-panel-head ul li span {
    font-size: 14px;

}
    .tab-panel-head ul li.current span{
            padding: 0 5px;
    }
    .prot-detai-btn-row {
    display: flex;
        flex-wrap: wrap;
  
}
    .social-icon {
    display: block;
    margin: 15px 0;
    width: 100%;
}
/*================459px===========================*/
}

@media screen and (max-width:359px) {
.tab-panel-head ul li span {
    font-size: 12px;
}
    /*================359px===========================*/
}