/** Shopify CDN: Minification failed

Line 652:5 Expected ":"

**/
/* banner start */
.hero_wpr {
  color: #fff;
  background-color: #f7f7f7;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
  padding: 180px 0 50px;
}

.hero_header_title h1 {
  letter-spacing: -0.8px;
  max-width: 722px;
  padding-bottom: 12px;
}
.hero_header_title h1 strong {
  color: var(--Secondary);
  font-weight:600;
}

.hero_header_title p {
  line-height: 20px;
  letter-spacing: -0.48px;
}
.hero_wpr .container {
  position: relative;
}
.hero_wpr .overlay {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  /* background: rgba(33, 33, 35, 0.61); */
  background: linear-gradient(90deg, #212123 0%, rgba(33, 33, 35, 0) 97.41%);
  z-index: -10;
}

.main_hero_banner .row {
  width: 55.5%;
}
.main_hero_banner .mg_right_menu {
  max-width: 100%;
  width: 100%;
  margin-left: 0;
  padding: 30px;
  margin-top: 20px;
}
.main_hero_banner .mg_right_menu_wpr h6 {
  color: #262626;
  margin-bottom: 20px;
}
.main_hero_banner .mg_right_menu_wpr {
  display: flex;
}
.main_hero_banner .top_search_car {
  flex: 0 1 70%;
  border-right: 1px solid var(--color3);
  border-bottom: 0;
  padding: 0 30px 0 0;
  margin-right: 30px;
}
.rated_excellent{
  margin-top:10px;
}
.rated_excellent h6 span,.rated_excellent h6 strong{
  font-weight:300;
}
img.rate_star {
    margin: 0 14px;
}
.main_hero_banner .bottom_search_reg {
  flex: 0 1 30%;
}
.two_col_field {
  display: flex;
  margin: 0 -8px 16px;
}

.two_col_field .col_field {
  width: 50%;
  margin: 0 8px;
}
.main_hero_banner .bottom_search_reg {
  padding: 0;
}
.main_hero_banner{
  position:relative;
}
.hero_badge {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  padding: 0 15px 50px;
  bottom: 0;
  right: 0px;
  background-color: var(--Secondary);
  transform: rotate(15deg);
 
}
.hero_badge,.hero__badge-label{
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  color: var(--white);
  text-transform: uppercase;
  justify-content: flex-end;
}
.hero_badge h5 {
  font: normal normal 700 24px/31px var(--primary-font);
  letter-spacing:-0.48px;
}
.hero__badge-label {
    font: normal normal 700 22px/31px var(--primary-font);
    width: 84px;
    height: 84px;
    border-radius: 42px;
    top: -30px;
    right: -5px;
    background-color: #168d40;
    justify-content: center;
  letter-spacing:-0.48px;
}
/* banner end */

/* usp sec start */
.usp_wpr{
  background-color: var(--color4);
}
.usp_block{
  display:flex;
  align-items:center;
}
.usp_row_list {
    padding: 10px 0;
    align-items: center;
}
.usp_block_icon {
    margin-right: 10px;
}
.usp_block_icon span {
    max-width: 35px;
    width: 100%;
    display: block;
}
.usp-block__text {
    font-size: 12px;
    line-height: 15px;
}
.usp-block__header{
    font-size: 13px;
    line-height: 16px;
  font-weight:600;
  padding-bottom:3px;
}
/* usp sec end */

/* Our details sec start */

.our_details_sec{
  margin:92px 0 100px;
}
.our_details_wpr{
    max-width: 932px;
    width: 100%;
    margin: 0 auto;
}
.our_details_sec .text-row__buttons {
    margin-top: 40px;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center;
}
.our_details_sec .text-row__buttons .more-link{
    padding: 12px 25px;
    min-width:185px;
}
/* Our details sec end */

/* shop latest cables start */

.latest_car_img{
  position:relative;
  overflow: hidden;
  border-radius: 5px;
  padding-bottom: 51.5%;
}
.sub_latest_wpr:hover .latest_car_img>img{
  filter: blur(8px);
}
.latest_car_img.common_overlay:before {
    background: #00000080;
}
.sub_latest_wpr {
    width: 33.33%;
    padding: 0px 8px;
    position: relative;
}

.latest_car_img img{
  width:100%;
  height:100%;
  object-fit:cover;
  position:absolute;
}
.banner__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: auto 100%;
    transition: all 0.2s;
    padding: 30px 25px;
    color: #fff;
    z-index:1;
}
.banner__overlay > a {
    text-decoration: none;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
  justify-content:end;
}

.sub_latest_wpr .banner__logo{
  margin-bottom:auto;
  max-height: 24px;
  height: 100%;
  max-width:120px;
}

.sub_latest_wpr .banner__logo img{
  height:100%;
}
.banner__header h4,.banner__header p{
  letter-spacing:-0.48px;
}
.banner__header p{
  line-height:20px;
  padding-top:3px;
}
section.shop_latest_cables{
  position:relative;
}

/* shop latest cables end */
/* featured section start */
.featured_section{
  background-color:var(--Primary);
  padding:96px 0 107px;

}
.featured_section .featured_top_tab{
  margin-top:9px;
}
.left_featured_info,.featured_header .main_top_title{
  max-width:451px;
  width: calc(37% - 56px);
  margin-right:56px;
}
.left_featured_info {
  color: var(--white);
  flex-direction: column;
  justify-content: end;
  display: flex;
}
.featured_header .main_top_title h3{
    max-width: 363px;
    width: 100%;
    font-size:38px;
}
.browse_all_cables{
  width: fit-content;
  margin-top:auto;
}
.browse_all_cables >a.btn{
  margin-top:20px;
}
.featured_top_tab ul li a{
  color:var(--white);
  font-size:13px;
  line-height:16px;
  letter-spacing:-0.32px;
  padding:10px 27px;
  border:1px solid transparent;
  border-radius:50px;
}
.featured_top_tab ul {
    display: flex;
    justify-content: space-between;
}
.featured_header{
  color:var(--white);
}
.featured_sec_wpr .right_featured{
    width: 63%;
}
/* .featured_sec_wpr .right_featured .product_slider_wpr .swiper-wrapper{
  flex-wrap:wrap;
} */
.featured_sec_wpr .right_featured .product_slider_wpr .product_card{
  width:50%;
}
.featured_top_tab ul li.active a{border-color:var(--white);font-weight:700}
.product_slider_wpr{
  /* padding:52px 0 46px; */
  padding:0px 0 46px;
}
.product_slider_wpr .swiper-scrollbar-drag{
  background:var(--white);
}
.product_slider_wpr .swiper-scrollbar.swiper-scrollbar-horizontal{
  background-color:#767676;
}
.main_product_view,.cv_item_view {
    display: none;
}

.main_product_view.active,.cv_item_view.active  {
    display: block;
}
/* featured section end */
/* klarna banner sec start */
.klarna_banner{
  background-color:#F2A5AF;
  padding: 18px 0;
}
.klarna_banner .container{
   display: flex;
  justify-content: center;
}
.klarna_banner img{
  object-fit:scale-down;
}
/* klarna banner sec end */
/* EV Cable Compatibility sec start */
.ev_compatibility{
  margin:93px 0 97px;
}
.left_side_com{
  flex:1;
  max-width:584px;
  width:100%;
}
.left_side_com .main_top_title {
  margin-bottom:7px;
}
.left_side_com .main_top_title h3{
  font-size:38px;
  line-height: 47px;
}
.left_side_com .text-row__text p{
  line-height:22px;
  letter-spacing:normal;
}
.bottom_ev_com{
 display:grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap:64px;
  margin-top:30px;
}
.ev_com_details_wpr h5{
  line-height:22px;
  letter-spacing:-0.32px;
  color:var(--Secondary);
  margin-bottom:17px;
}
.ev_com_details:first-child{
  margin-bottom:36px;
}
.ev_com_details.ev_com_bg{
  background-color:var(--Secondary);
  border-radius:10px;
  padding:15px 24px 20px;
  color:var(--white);
}
.ev_com_details.ev_com_bg p{
  line-height:24px;
  font-weight:600;
}
/* EV Cable Compatibility sec end */
/* Shop All Our Latest Cables sec start */
.ev_latest_cables{
  position:relative;
}
.ev_latest_wpr{
  background-color:#101A1C;
  border-radius:10px;
  overflow: hidden;
}
.ev_left_img{
  width: 46.5%;
}
.ev_right_details{
  color:var(--white);
  padding:46px 54px 50px;
   flex:1;
    display: flex;
  flex-direction: column;
  align-items: end;
  justify-content:center;
}
.ev_img_inner{
    /* position: relative;
    padding-bottom: 232px; */
  height:100%;
}
.ev_img_inner img{
  width:100%;
  height:100%;
  /* object-fit:cover;
  position:absolute; */
}
.ev_right_details .banner__header h4{
  font-size:28px;
  line-height:35px;
}
.ev_right_details .banner__header p{
  font-size:17px;
  line-height:21px;
  padding:8px 0 24px;
}
.ev_latest_cables .bg-belt{
  height: 50%;
}
.desktop_hidden {
  display:none;
}

/* Shop All Our Latest Cables sec end */
/* Browse EV Charging Cables sec start */
.browse_ev_cables{
  background-color:  var(--color4);
  padding:87px 0 92px;
}
.browse_ev_cables .main_top_title h3{
  font-size:38px;
  line-height:47px;
}

.cv_category_tab ul {
    display: flex;
    justify-content: center;
}
.cv_category_tab ul li a {
    font-weight:600;
    font-size: 14px;
    line-height: 17px;
  padding:14px 0;
    margin: 0px 16px;
    border: 1px solid transparent;
    border-radius: 50px;
}
.cv_category_tab ul li.active a{
  background-color:var(--white);
  padding: 14px 34px;
}
.cv_item_view .product_slider_wpr{
  padding:44px 0 48px;
}
.browse_ev_cables .main_top_title{
  margin-bottom: 30px;
}
.load_more .btn.black_bg {
    width: fit-content;
    margin: auto;
}
/* Browse EV Charging Cables sec end */
/* all car models section start */
.sub_ctgry{
  width: calc(25% - 13px);
  margin: 15px 6.5px;
}
.sub_ctgry .banner__logo{
  margin-bottom:auto;
  max-height: 42px;
  height: 100%;
  max-width:140px;
}
.sub_ctgry .banner__logo img{
  height:100%;
}
.ctgrys_list_img {
    position: relative;
    overflow: hidden;
    padding-bottom: 124%;
}
.ctgrys_list_img img{
  position:absolute;
  width:100%;
  height:100%;
  object-fit:cover;
}
.sub_ctgry .banner__overlay{
  padding: 50px 46px;
}
.banner__header .ctgry__header {
  font:600 32px/40px var(--primary-font);
  letter-spacing:-0.48px;
}
.sub_ctgry .banner__header p{
  font-size:20px;
  line-height:25px;
  letter-spacing:-0.48px;
  padding-top:8px;
}
.sub_ctgry .banner__overlay{
  border-bottom: 9px solid transparent;
}
.sub_ctgry .banner__overlay:hover {
    background: rgba(0,0,0,.3);
    border-color: #1db954;
}
/* all car models section end */
/* Why Choose The EV Cable Shop start */
.why_choose_ev{
  background-color: var(--color4);
  padding:111px 0 113px;
}
.left_why_choose{
  width:50%;
  flex:1;
  margin-right:118px;
}
.left_why_choose .text-row__buttons{
  margin-top:34px;
}
.why_choose_list {
    background-color: white;
    padding: 24px 47px 21px 30px;
    border-radius: 10px;
}
.why_choose_list_wpr{
   display: flex;
  align-items: center;
}
.w_choose_icon{
  max-width:36px;
  width:100%;
  height:36px;
}
.w_choose_icon img{
  height:100%;
}
.right_why_choose{
  width:46.5%;
}
.why_choose_list:not(:last-child){
  margin-bottom:22px;
}
.w_choose_header{
  padding-left:21px;
}
.w_choose_header h6{
  font:600 19px/24px var(--primary-font);
  letter-spacing:-0.48px;
}
.w_choose_header p{
  font-size:15px;
  line-height:23px;
  letter-spacing:-0.16px;
  padding-top:4px;
}
/* Why Choose The EV Cable Shop end */

/*==== Responsive css ===*/
@media only screen and (max-width: 1440px) {
  .hero__badge-label {
    right: 0px;
  }
}

@media only screen and (min-width: 1281px) {
  /* usp sec start */
  .usp_row_list {
      /* display: grid;
      grid-template-columns: repeat(4,1fr);
      grid-template-rows: auto;
      grid-column-gap: 20px; */
    justify-content:space-between;
  }
  .usp_row_list li.usp_row_item {
    max-width: 317px;
    width: 100%;
    min-width: 317px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1280px) {
   /* usp sec start */
  /* .usp_row_list {
    display: flex;
    flex-wrap: nowrap;
    justify-content:center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  } */
  /* .usp_row_item {
    flex: 1 0 302px;
  } */
 
  /* shop latest cables sec */
  .sub_latest_wpr .banner__header h4 {
    font-size:20px;
    line-height:25px;
  }
  .sub_latest_wpr .banner__header p {
    font-size:13px;
    line-height: 16px;
  }
  .sub_latest_wpr .banner__overlay {
    padding: 20px 24px;
  }
  /* -- featured section -- */
  .featured_top_tab {
    width:100%;
    margin-bottom:32px;
  }
  .featured_section .featured_top_tab{
    margin-top:0;
  }
  .featured_top_tab li.tab_link,.cv_category_tab li.tab_link {
    max-width: 200px;
    width: 100%;
    min-width:200px;
  }
  .cv_category_tab li.tab_link {
    min-width:220px;
  }
  .featured_top_tab ul {
    display: flex;
    justify-content:left;
    flex-wrap: nowrap;
    overflow: auto;
  }
  .featured_header .main_top_title{
    margin-bottom:20px;
    width:100%;
    m
  }
  /* -- Browse EV Charging Cables -- */
   .cv_category_tab ul li a{
        padding: 14px 30px;
        margin: 0;
   }
  .cv_category_tab ul li.active a {
    padding: 14px 30px;
  }
   /* -- all car models section   -- */
  .banner__header .ctgry__header {
    font-size:26px;
    line-height:32px;
  }
  .sub_ctgry .banner__header p {
      font-size: 16px;
      line-height: 20px;
      padding-top: 10px;
  }
  .sub_ctgry .banner__overlay {
    padding: 42px 33px;
  }
  /* -- Shop All Our Latest Cables -- */
 .ev_latest_cables .text-row__buttons .btn.btn_round {
    display: inline-flex;
    margin: 5px 10px;
  }
  .ev_right_details{
    padding:24px;
  }
  .ev_latest_cables .text-row__buttons{
    margin:0 -10px;
  }
 
}
@media only screen and (max-width: 1170px) {
 
}

@media only screen and (max-width: 1024px) {
  /* -- hero banner -- */
  .main_hero_banner .row {
    width: 80%;
  }
  .hero_badge{
    display:none;
  }
  /* featured section  */
  .left_featured_info {
    width: calc(50% - 56px);
  }
  .featured_sec_wpr .right_featured {
    width: 50%;
  }
   /* -- Browse EV Charging Cables -- */
  .product_slider_wpr .product_card {
    width: 50%;
    padding: 10px;
  }
  .featured_sec_wpr .right_featured .product_slider_wpr .product_card {
    width: 100%;
  }
  .cv_item_view .product_slider_wpr{
    margin:-10px;
  }
 /* -- all car models section -- */
  .ctgrys__list{
   padding-right:10%; 
  }
  .sub_ctgry {
    margin: 11px 6.5px;
  }
  .sub_ctgry .banner__logo {
    max-height: 28px;
    max-width: 106px;
  }
   /*-- Why Choose The EV Cable Shop -- */
  .left_why_choose {
    margin-right: 38px;
  }
  /*-- Shop All Our Latest--- */
  .sub_latest_wpr .banner__logo {
    max-height: 27px;
    max-width: 113px;
  }
}

@media only screen and (max-width: 991px) {
  /* -- Browse EV Charging Cables -- */
  .cv_category_tab ul {
    display: flex;
    justify-content: left;
    flex-wrap: nowrap;
    overflow: auto;
  }
  /* shop latest cables sec */
   .sub_latest_wpr {
    padding: 0 3px;
  }
  .sub_latest_wpr .banner__overlay {
    padding: 20px 19px;
  }
  .shop_latest_cables .bg-belt{
    height: 75px;
  }
   .latest_car_img {
    padding-bottom: 60%;
  }
   /*-- Why Choose The EV Cable Shop -- */
  .right_why_choose,.left_why_choose  {
    width: 100%;
  }
  .left_why_choose{
    margin:0 0 25px;
  }

}
@media only screen and (max-width: 767px) and (min-width: 640px){
  /* shop latest cables sec */
  .latest_car_img {
    padding-bottom: 100%;
  }
}
@media only screen and (min-width: 768px) {
 
}
@media only screen and (max-width: 767px) {
  /* -- hero banner -- */
  .hero_wpr {
    padding: 64px 0 30px;
  }
  .hero_header_title p{
    font-size:13px;
    line-height:18px;
    font-weight:500;
  }
  .main_hero_banner .mg_right_menu_wpr {
    flex-wrap: wrap;
  }
  .main_hero_banner .top_search_car {
    flex: 0 1 100%;
    border-right: 0;
    border-bottom: 0;
    padding: 0;
    margin:0 0 18px;
  }
  .main_hero_banner .bottom_search_reg {
    flex: 0 1 100%;
  }
  .mg_right_menu_wpr h6 ,.main_hero_banner .mg_right_menu_wpr h6{
    font-size:14px;
    margin-bottom: 12px;
    font-weight:700;
  }
  .two_col_field {
    margin: 0 -5px 10px;
  }
  .two_col_field .col_field {
    margin: 0 5px;
  }
  .col_field select, .col_field input{
    font-size:12px;
  }
  .main_hero_banner .mg_right_menu {
    padding: 16px;
  }
  .hero_header_title h1 {
    padding-bottom: 5px;
    letter-spacing:-0.48px;
  }
  .rated_excellent {
    display: none;
  }
  /* -- Our details -- */
  .our_details_sec {
    margin: 58px 0 68px;
  }
   .our_details_sec .text-row__buttons{
     margin-top:20px;
   }
  .our_details_sec .more-link{
    display:none;
  }
   /* featured section  */
  .featured_section {
    background-color: var(--Primary);
    padding: 50px 0 45px;
  }
  .left_featured_info{
    justify-content:start;
  }
  .featured_mob_info p{
    font-weight:700;
    font-size:14px;
    line-height:24px;
    letter-spacing:-0.16px;
    margin:11px 0 20px;
  }
  .featured_mob_info ul li:not(:last-child){
    padding-bottom:8px;
  }
  .featured_mob_info ul li a{
    color:var(--white);
    font:600 14px/17px var(--primary-font);
    display: block;
    background-image: url("/cdn/shop/files/right_arrow.png?v=1719490305");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 7px auto;
  }
  .featured_mob_info ul.link-list {
      max-width: 216px;
      width: 100%;
  }
   /* -- EV Cable Compatibility section -- */
  .ev_compatibility {
    margin: 34px 0;
  }
  .left_side_com .text-row__text p{
    font-size:14px
    line-height:20px;
  }
  .browse_all_cables{
    display:none;
  }
  .left_side_com .main_top_title{
    margin-bottom:10px;
  }
  .bottom_ev_com{
    margin-top:20px;
  }
  .ev_com_details_wpr h5 {
   font-size:18px;
    margin-bottom: 10px;
    font-weight:700;
  }
  .ev_com_details_wpr p,.ev_com_details.ev_com_bg p{
    font-size:13px;
    line-height:19px;
  }
  .ev_com_details.ev_com_bg {
    padding: 16px 48px 18px 23px;
  }
  .ev_com_details.ev_com_bg p{
    font-weight:700;
  }
  /* -- Browse EV Charging Cables -- */
  .cv_category_tab ul li a {
    letter-spacing: normal;
  }
  .browse_ev_cables .main_top_title{
    margin-bottom:21px;
  }
  .browse_ev_cables{
    padding:34px 0 44px;
  }
  /*-- Why Choose The EV Cable Shop -- */
  .why_choose_ev{
    padding:38px 0 58px;
  }
  .right_why_choose {
    display: flex;
    overflow: auto;
  }
  .why_choose_list {
      width: 100%;
      min-width: 315px;
      max-width: 315px;
      padding: 20px 26px;
      display:flex;
      margin:0 5px 22px;
  }
  .w_choose_header p{
    display:none;
  }
  .w_choose_header h6{
    font-size:16px;
  }
 .left_why_choose .main_top_title h3{
   font-size:31px !important;
   line-height:38px !important;
 }
  /* -- Shop All Our Latest Cables -- */
  .ev_right_details .banner__header h4 {
    font-size: 24px;
    line-height: 30px;
  }
  .ev_right_details .banner__header p {
    font-size: 16px;
    line-height: 20px;
    padding: 8px 0 20px;
  }
  /* -- Shop All Our Latest Cables -- */
  .ev_left_img {
    width: 100%;
  }
  .ev_right_details {
    padding: 40px 20px;
    align-items: baseline;
  }
  .mobile_hidden{
    display:none;
  }
 
  .left_why_choose .text-row__text p{
      font-size: 14px;
      line-height: 23px;
  }
   .left_why_choose .text-row__text p strong{
      line-height: 24px;
  }
  .klarna_banner{
    padding:12px 0;
  }
}

@media only screen and (max-width: 640px) {
   /* -- hero banner -- */
  .main_hero_banner .row {
    width: 100%;
  }
 
   /* shop latest cables sec */
    .s_latest_wpr {
      margin: 0 -16px;
    }
   .sub_latest_wpr {
      width:100%;
      margin: 0 0 7px;
      padding:0;
  }
  .latest_car_img {
    padding-bottom: 45.5%;
  }
   .shop_latest_cables .bg-belt{
     display:none;
   }
  .sub_latest_wpr .banner__overlay {
    padding: 20px 16px;
  }
    /* featured section  */
  .left_featured_info, .featured_sec_wpr .right_featured {
    width:100%;
  }
  .left_featured_info {
    order: 2;
    margin: 34px 0 0;
  }
  .product_slider_wpr {
    padding: 0 0 35px;
  }
  /* -- EV Cable Compatibility section -- */
    .bottom_ev_com {
    grid-template-columns: repeat(1,1fr);
    column-gap: 0;
    row-gap:20px;
  }
  .ev_com_details:first-child{
    margin:0;
  }
  .ev_com_details.ev_com_bg {
    margin: 25px -24px 0;
    border-radius: 0;
  }
  .product_slider_wpr .product_card {
    width: 100%;
  }
  .cv_item_view .product_slider_wpr{
        padding: 25px 0 30px;
  }
  /*--- why choose -- */
  .why_choose_ev_wpr{
      margin: 0 -24px 0 0;
  }
  .left_why_choose {
    margin: 0 24px 25px 0;
  }
}

@media only screen and (max-width: 480px) {
  .usp_block {
    justify-content:center;
  }
  
}


