@media(max-width: 1000px) {
  .header {
    padding: 12px 0!important;
  }
}




/*************************
Collection page issue solve starts
*************************/

.template-collection {
  #desktop-filters-form {
    padding: 0;
    .collection__filter-group-list {
      .collection__filter-group {
        &:last-child { border-bottom: none; }
        .collection__filter-group-name {
          justify-content: space-between;
        }
        .collection__filter-collapsible {
          .collection__filter-checkbox-list {
            padding: 0;
            .collection__filter-checkbox {
              label {
                width: 100%;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
              }
            }
          }
        }
      }
    }
  }
  .collection__dynamic-part {
    .card__header {
      padding: 0;
      .collection__image-wrapper--small {
        height: auto;
        background: none !important;
        * { background: none !important; }
        picture { display: block !important; }
      }
    }
    .collection__toolbar { padding: 0; }
    .product-item-2-container {
      padding: 0;
      .product-item.product-item--vertical {
        .product-item__label-list {
          .badge-top-right {
            align-items: center;
            .top-badge {
              border-radius: 15px;
            }
          }
        }
        label.SPCMP_chk_lbl { display: none; }
        .product-item__info {
          position: relative;
          padding-top: 30px;
          .product-item__info-inner {
            .product-item__inventory {
              font-size: 14px;
              line-height: 29px;
              font-family: 'Barlow-Medium';
              &.inventory--high {
                color: #53b649;
                &:before { height: 22px; }
              }
              &.out-of-stock { color: #f84141; }
            }
            
            .badge-top-right {
              position: absolute;
              top: 0; right: 0;
            }
          }
          .badge-feature-container {
            .product-item__price-list {
              * {
                margin: 0; padding: 0;
                font-size: 16px;
                line-height: 1.25;
                letter-spacing: 0.24px;
                /*color: #3c3c3c;*/
                font-family: 'Barlow-Medium';
                font-weight: 600;
              }
              .item-vat { margin-left: 6px; color:#021b62}
              .price--compare {
                margin-left: 8px;
                font-size: 14px;
                /*color: #979797;*/
                font-weight: normal;
              }
            }
            .vertical-box {
              display: flex;
              .quick-view-container {
                column-gap: 0;
                /*margin-right: 10px;*/
                margin-bottom:0;
                .product-item__action-button {
                  width: 100%; max-width: unset;
                }
              }
            }
          }
          .product-deliveryFeatures {
            padding-top: 0;
            column-gap: 20px;
            justify-content: space-between;
          }
        }
      }
      .product-item.product-item--list {
        padding: 0;
        margin: 0 0 30px 0;
        label.SPCMP_chk_lbl { display: none; }
        .product-item__image-wrapper {
          padding: 25px 0 25px 25px;
          margin: 0 30px 0 0;
          width: 250px;
        }
        .product-item__info {
          padding: 0 25px 0 0;
          .product-item__info-inner {
            .product-item__title {
              color: #021b62;
              font-size: 16px;
              line-height: 22px;
              letter-spacing: 0.24px;
              font-weight: 600;
            }
            .product-item__inventory { display: none; }
            .varient-option-detail {
              margin: 0 0 20px 0;
              .varient-container { /*display: flex;*/ }
            }
          }
          .product-deliveryFeatures {
            display: flex;
            column-gap: 0;
            > * {
              vertical-align: middle;
              margin: 0 10px 10px 0;
            }
          }
          .badge-feature-container { display: none !important; }
        }
        .badge-feature-container {
          padding: 80px 15px 30px 15px;
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          align-content: flex-end;
          justify-content: space-between;
          position: relative;
          column-gap: 0;
          
          .badge-top-right {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-direction: row;
            flex-wrap: wrap;
            width: 100%;
            position: absolute;
            top: 15px;
            left: 0;
            right: 0;
            column-gap: 0;
            flex: 1;
            padding: 0 15px;
            > * { line-height: 0; }
            img { max-height:62px;}
          }
          
          .product-item__price-list {
            width: 100%;
            justify-content: right;
            flex-direction: column;
            text-align: right;
            align-items: end;
            padding: 0;
            margin: 0;
            .price {
              font-family: 'Barlow-Bold';
              font-size: 32px;
              letter-spacing: 0.05px;
              color: #021b62;
              line-height: 1;
              margin: 0;
              &.price--compare {
                font-family: 'Barlow-Medium';
                font-size: 14px;
                line-height: 22px;
                letter-spacing: 0px;
                color: #021b62;
                font-weight: 500;
                margin: 0;
              }
            }
            .item-vat {
              display: block;
              font-family: 'Barlow-Medium';
              font-size: 14px;
              line-height: 20px;
              letter-spacing: 0.21px;
              color: #021b62;
              margin: 10px 0;
            }
          }
          
          .product-item__inventory { margin-top: -35px; }
          
          .quick-view-container {
            width: 100%; margin: 0 0 30px 0;
          }
          
          .compare-box {
            padding: 0;
            width: 100%;
          }
        }
      }
    }
    @media(max-width: 1000px) {
      .collection__header {
        .collection__products-count.hidden-lap-and-up { display: none !important; }
        .collection__products-count.hidden-pocket { display: block !important; }
        * { margin: 0; }
        .collection__image-wrapper--small {
          picture { margin: 15px 0 0 0; }
        }
      }
      .collection__toolbar {
        padding: 16px 0 12px;
        box-shadow: none;
        margin: 0;
        position: relative;
        top: unset;
        .collection__toolbar-item {
          height: 48px;
          &.collection__toolbar-item--filter {
            width: 180px;
            border: 1px solid #0251ba;
            border-radius: 3px;
            padding: 12px 30px 12px 18px;
            color: #0251ba;
            font-weight: 500;
            font-size: 16px;
            line-height: 21px;
            letter-spacing: 0.25px;
            background: url(//www.electricshop.com/cdn/shop/t/191/assets/filter-icon.svg?v=171868705485966102211761543700) no-repeat calc(100% - 10px) center #FFF;
            span { display: none; }
          }
          &.collection__toolbar-item--sort {
            color: #021b62;
            padding: 12px 16px;
            border: 1px solid #0251ba;
            border-radius: 3px;
            font-weight: 500 !important;
            font-size: 16px;
            line-height: 21px;
            letter-spacing: 0.25px;
            .value-picker-button svg { transform: rotate(180deg); }
          }
        }
        .collection__toolbar-item--layout { display: none; }
      }
    }
    
    @media(max-width: 526px) {
      .product-list--collection .product-item--vertical { width: 100%; }
    }
    
  }
  
  @media(max-width: 1000px) {
    .page__sub-header { display: none; }
    .collection__dynamic-part  {
      margin: 20px 0 0 0;
    }
  }
  
  #mobile-collection-filters {
    #mobile-collection-filters-form {
      padding: 0 15px;
      .collection-drawer__section-title { display: none; }
      .collection__filter-group {
        padding: 8px 0;
        .collection__filter-checkbox-list {
          padding: 0;
          .checkbox-wrapper { margin: 0; }
        }
      }
    }
  }
  
}



/*************************
Collection page issue solve ends
*************************/

/*************************
Product Detail page issue solve Start
*************************/
.template-product{
  .product-list--vertical{
    label.SPCMP_chk_lbl { display: none; }
    .product-item__action-list{
      .bold_options{
        display:none;
      }
    }
  }
}


/*************************
Product Detail page issue solve End
*************************/


.you-may-like-this-placeholder,
.product-recommendations,
.recently-viewed-products-placeholder{
  .product-item__price-list{
    .price{
      color:#021b62
    }
  }
  .badge-top-right{
    justify-content: space-between;
  }
  .vendor-image{
  	padding-top: 10px;
  }
  .badge-feature-container{
  	display:flex;
  }
}


.recently-viewed-products-placeholder .product-item--vertical .SPCMP_chk_lbl{
  display:none;
}


/*** POP Changes ***/
#modal-videoDetail .modal__dialog { max-height:calc(100vh - 50px); max-width:1000px; border-radius:0; }
#modal-videoDetail .modal_video_inner{
  padding:65px 110px;
  margin:0; height:auto;
}
#modal-videoDetail .modal_video_inner .product-video { margin:0; height:auto; overflow:visible; }
#modal-videoDetail .videoSlider iframe{
  width:100%;
  height:440px;
  margin:0 auto; display:block;
  border:0;
}

.modal__dialog .modal_video_inner .product-video .slick-prev,
.modal__dialog .modal_video_inner .product-video .slick-next{
  font-size:0;
  line-height:0;
  background:midnightblue;
  position: absolute;
  width:40px;
  height:40px;
  left:-60px; top:50%;
  border-radius: 50%;
  z-index:1; transform: translateY(-50%);
}
.modal__dialog .modal_video_inner .product-video .slick-next{
  right:-60px; left:auto;
}
.modal__dialog .modal_video_inner .product-video .slick-next:before,
.modal__dialog .modal_video_inner .product-video .slick-prev:before{
  content:'';
  color: #fff;
  font-size: 25px;
  text-align: center;
  background:url(//www.electricshop.com/cdn/shop/t/191/assets/next_right_icon.svg?v=149029995947328042351761543706) no-repeat center center;
  background-size:100%;
  width:28px; height:28px;
  position:absolute;
  left:50%; top:50%;
  transform: translate(-50%, -50%);
}
.modal__dialog .modal_video_inner .product-video .slick-prev:before {
    transform: translate(-50%,-50%) rotate(180deg);
}
@media(min-width:768px) and (max-width:991px){
  #modal-videoDetail .videoSlider iframe{ height:390px; }
  #modal-videoDetail .modal_video_inner{ padding:60px 80px; }
}
@media(min-width:641px) and (max-width:767px){
  #modal-videoDetail .videoSlider iframe{ height:290px; }
  #modal-videoDetail .modal_video_inner{ padding:45px 60px; }
  .modal__dialog .modal_video_inner .product-video .slick-next { right:-50px; }
  .modal__dialog .modal_video_inner .product-video .slick-prev { left:-50px; }
}
@media(max-width:640px){
  #modal-videoDetail .modal__dialog { height:auto; }
  #modal-videoDetail .modal {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #modal-videoDetail .modal .modal__close { position: relative; top: 10px; left: 10px; }
  #modal-videoDetail .videoSlider iframe{ height:290px; }
  #modal-videoDetail .modal_video_inner{ padding:30px 20px 20px; }
  .modal__dialog .modal_video_inner .product-video .slick-next,
  .modal__dialog .modal_video_inner .product-video .slick-prev { top:-50px; transform:translate(0, 0);}
  .modal__dialog .modal_video_inner .product-video .slick-next { right:0px; }
  .modal__dialog .modal_video_inner .product-video .slick-prev { left:auto; right:50px; }
}

/*** Top badges Changes ***/
.badge-top-right img{
  max-height:54px;
}
.product-item.product-item--list .product-item__label-list .badge-top-right{
  align-items:center;
}
.badge-top-right .top-badge.black-box{
  background:#fff;
}
.product-item.product-item--vertical .product-item__label-list .badge-top-right{
  align-items:center;
}
.badge-wrapper img{
  max-height:54px;
}
.badge-wrapper{
  display:flex;
  align-items:center;
  column-gap:10px;
  position:absolute;
  top:20px;
  left:20px;
  z-index:1;
}
.badge-wrapper .top-badge.black-box{
  background:#fff;
}
.template-index .featured-product .card__section{
  position:relative;
}
/* PLP multibuy button adjustment - Start */
.template-collection .collection__dynamic-part .product-item-2-container .product-item.product-item--list .badge-feature-container .quick-view-container {
  margin-block-end: 5px;
}
/* PLP multibuy button adjustment - End */

.container--flush .faq a {
    color: #021b62 !important;
    font-weight: 500 !important;
}

.rte .deliveryandreturn .delivery-anchor-links {
    font-weight: 600 !important;
    color: #1e2d7d;
}

.rte .deliveryandreturn .delivery-anchor-links:hover {
    color: #1e2d7d;
}

.rte .deliveryandreturn ol {
    padding-left:5%
}

.rte .deliveryandreturn h2 {
    margin: .3em 0 .6em;
}

.rte .deliveryandreturn .table-wrapper table {
    margin-top: 1em;
    max-width: 40%;
}

@media screen and (min-width: 370px) {
  .header__action-list .store-header {
      display: inline;
  }
}

@media (min-width: 370px) and (max-width: 414px) {
  .header--custom .header__inner .header__action-list > * {
        padding: 0 0 0 10px !important;
  }
  
  .header-phone-number:before {
      top: 5px;
      left: -25px;
  }
}

@media (min-width: 415px) and (max-width: 667px) {
  .header-phone-number:before {
      top: 5px;
      left: -35px;
  }
}

@media screen and (min-width: 641px) {
  .collection-list__section .grid .grid__cell {
      padding: 0 40px 80px 40px;
  }
}

.product-block-list__wrapper .card-container .card .card__section--tight .bottom-badge .blue-border .agent-euronics {
    height: 55px !important;
}

.product-block-list__wrapper .card-container .card .card__section--tight .bottom-badge .blue-border ,
.product-block-list__wrapper .card-container .card .card__section--tight .bottom-badge .revo-badge {
    border: none !important;
}

@media screen and (min-width: 820px) and (max-width: 1180px) {
  .product-recommendations .scroller__inner .flickity-slider .\31\/2--lap {
      width: 33.33333% !important;
  }
}

.product-detail-main-product .warranty-section .bold_option_set .bold_option_checkbox .bold_option_title {
    font-family: 'Barlow-Regular' !important;
    font-weight: normal !important;
}

@media screen and (min-width: 1000px) {
  .container--flush .featured-product {
      display: flex;
  }

  .container--flush .featured-product .card-container {
      border-right: 1px solid #021b62;
  }

  .template-index .container--flush .featured-product .card .card__section {
      border: none !important;
  }
}

@media screen and (max-width: 1000px) {
  .container.container--flush>.featured-product>.card-container>.card>.card__section.card__section--tight {
      border-right: none;
  }
  
  .hidden-pocket {
      display: none!important;
  }
}

@media only screen and (max-width: 727px) {
  .sign-up-container {
      display: flex;
      padding: 70px 0;
      row-gap: 30px;
      flex-direction: column;
      align-items: stretch;
  }
}

@media (min-width: 728px) and (max-width: 874px) {
  .sign-up-container .signup-form .form--main .form__secondary-action {
      margin-top: 16px;
  }
}

/* Default styles for tables */
.brand-top-description table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.brand-top-description th,
.brand-top-description td {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: left;
}

/* Media query for mobile devices */
@media only screen and (max-width: 599px) {
  .brand-top-description table {
    display: block;
  }
  .brand-top-description td {
    display: block;
    width: 100%;
    text-align: right;
  }
  .brand-top-description td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
}

/* Media query for tablet devices */
@media only screen and (min-width: 600px) and (max-width: 768px) {
  .brand-top-description table {
    width: 100%;
    display: table;
  }
  .brand-top-description td,
  .brand-top-description th {
    display: table-cell;
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
  }
  .brand-top-description th {
    background-color: #f2f2f2;
  }
}

/* CSS for setting up the Bottom to Top Button on the theme */
.scroll-top {
  bottom: 12%;
  position: fixed;
  right: 15px;
  text-align: center;
  z-index: 250;
  width: auto;
}

.scroll-top a,
.scroll-top span{
  position: relative;
  background-color: #337aff;
  border: 2px solid #337aff;
  border-radius: 33px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  height: 35px;
  line-height: 32px;
  outline: medium;
  text-align: center;
  width: 35px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  transition: .3s;
  font-size: 20px;
}

.scroll-top a::after, .scroll-top span:after {
  content: "";
  border-width: 3px 0 0 3px;
  border-color: #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 13px;
  border-style: solid;
  -transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.scroll-top a:hover, .scroll-top span:hover {
  background-color: #fff;
  border-color: #337aff;
}

.scroll-top a:hover:after, .scroll-top span:hover:after {
  border-color: #337aff;
}

