.gap {
    padding: 12px;
}
.breadcrumbs-container__alt {
    background-color: #fff;
    padding-top: 16px;
    padding-bottom: 20px;
}
.breadcrumbs-container__alt .breadcrumbs, .breadcrumbs-container__alt .breadcrumbs a{
    color: #707372;
}
.breadcrumbs > span:nth-last-child(2) {
    font-weight: 700;
}

.product-maincontent {
    width: 100%;
    max-width: 960px;
    min-width: 320px;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 0;
    border: none;
}
@media only screen and (max-width: 767px) {
    .product-maincontent {
        padding: 25px;
    }
}
.product-maincontent .h1{
    font-size: 36px;
    margin: 10px 0 5px;
    line-height: 110%;;
}
.product_brand{
    position: absolute;
    width: 100px;
    height: 100px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: -100px;
    /* margin-top: 4px; */
}


/* CAROUSEL AND MAGNIFIER */
.splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
    .splide__slide {
    opacity: 0.6;
    }


    .splide__slide.is-active {
    opacity: 1;
    border: none !important;
    }

    .product_gallery{
        width: 430px;
        margin-left: auto;
        margin-right: auto;
    }
    @media only screen and (max-width: 767px) {
        .product_gallery{
            width: 268px;
        }
    }
    .product_main_image{
        position: relative;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .product_thumbnails {
        /* width: calc(100% - 100px); */
        height: 100px;
        padding-left: 100px;
    }
    .product_thumbnails:before {
        content: "";
        position: absolute;
        width: 100px;
        height: 100px;
        /* background: red; */
        margin-left: -100px;
        /* margin-top: 4px; */
    }
    .magnifier_layer {
        position: absolute;
        width: 100%;
        height: 400px;
    }
    .magnified {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 1;
        background-size: 1000%;
        z-index: 20;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        margin-left: -100px !important;
        margin-top: -100px !important;
        background-repeat: no-repeat;
        border: 4px solid white;
        pointer-events: none;
        display: none;
    }
/* CAROUSEL AND MAGNIFIER */

/* SPLIDE FIX FOR 1 SLIDE */
.product_gallery.slidecount_1 .splide {
    visibility: visible;
}
.product_gallery.slidecount_1 .splide__slide {
    width: 100%;
    opacity: 1;
}
.product_gallery.slidecount_1 .product_thumbnails .splide__slide{
    margin-right: 10px;
    width: 100px;
}
/* SPLIDE FIX FOR 1 SLIDE */

/* TABS AND ACCORDIONS */
.tab_wrapper {
    margin: 10px 0 50px;
    display: inline-block;
    width: 100%;
    position: relative;
  }
  .tab_wrapper * {
    box-sizing: border-box;
  }
  .tab_wrapper > ul {
    clear: both;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .tab_wrapper > ul li {
    float: left;
    cursor: pointer;
    font-weight: bold;
    padding: 8px 18px;
    text-transform: uppercase;
    border: 1px solid #ccc;
    font-size: 1.05em;
    border-bottom: 0;
    position: relative;
    border-top: 3px solid #ccc;
    color: #999;
    margin: 0 5px 0 0;
  }
  .tab_wrapper > ul li.active {
    border-color: #009490;
    color: #009490;
  }
  .tab_wrapper > ul li.active:after {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 1px;
    left: 0;
    background: #fff;
    width: 100%;
  }
  .tab_wrapper .controller {
    display: block;
    overflow: hidden;
    clear: both;
    position: absolute;
    top: 0;
    right: 0;
  }
  .tab_wrapper .controller span {
    padding: 8px 22px;
    background: #009490;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
  }
  .tab_wrapper .controller span.next {
    float: right;
    margin-left: 10px;
  }
  .tab_wrapper .content_wrapper {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    border-top: 0;
    box-sizing: border-box;
  }
  .tab_wrapper .content_wrapper .tab_content {
    display: none;
    padding: 20px 30px;
  }
  @media only screen and (max-width: 767px) {
    .tab_wrapper .content_wrapper .tab_content {
        padding: 20px 0;
    }

  }
  .tab_wrapper .content_wrapper .tab_content .error {
    color: red;
  }
  .tab_wrapper .content_wrapper .accordian_header {
    display: none;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    position: relative;
    cursor: pointer;
  }
  .tab_wrapper .content_wrapper .accordian_header.active {
    color: #009490;
    border-bottom: 1px solid #ccc;
  }
  .tab_wrapper .content_wrapper .accordian_header.active:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 5px;
    height: 100%;
    /* background: #49a4d9; */
  }
  .tab_wrapper .content_wrapper .accordian_header .arrow {
    float: right;
    display: inline-block;
    width: 12px;
    height: 12px;
    position: relative;
    border-radius: 2px;
    transform: rotate(-135deg);
    background: #fff;
    border-top: 3px solid #009490;
    border-left: 3px solid #009490;
                  /* &:after{
                      position: absolute;
                      top: 0;
                      content: "";
                      left: 0;
                      width: 10px;
                      height: 10px;
                      background: $white;
                      border-top: 3px solid $border_color;
                      border-left: 3px solid $border_color;
                  } */
  }
  .tab_wrapper .content_wrapper .accordian_header.active .arrow {
    transform: rotate(45deg);
    margin-top: 5px;
    border-top: 3px solid #009490;
    border-left: 3px solid #009490;
  }
  .tab_wrapper.left_side > ul {
    width: 25%;
    float: left;
    border-bottom: 1px solid #ccc;
  }
  .tab_wrapper.left_side > ul li {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 12px 18px;
    border-width: 1px;
    border-right: 0;
    border-left: 0;
  }
  .tab_wrapper.left_side > ul li:after {
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    background: #ccc;
  }
  .tab_wrapper.left_side > ul li.active {
    border-color: #ccc;
  }
  .tab_wrapper.left_side > ul li.active:after {
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #009490;
  }
  .tab_wrapper.left_side > ul li.active:before {
    right: -1px;
    position: absolute;
    top: 0;
    content: "";
    width: 2px;
    height: 100%;
    background: #fff;
  }
  .tab_wrapper.left_side .content_wrapper {
    width: 75%;
    border: 1px solid #ccc;
    float: left;
  }
  .tab_wrapper.left_side .controller {
    top: -50px;
  }
  .tab_wrapper.right_side > ul {
    width: 25%;
    float: right;
    border-bottom: 1px solid #ccc;
  }
  .tab_wrapper.right_side > ul li {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 12px 18px;
    border-width: 1px;
    border-right: 0;
    border-left: 0;
    text-align: right;
  }
  .tab_wrapper.right_side > ul li:after {
    right: 0;
    left: inherit;
    top: 0;
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    background: #ccc;
  }
  .tab_wrapper.right_side > ul li.active {
    border-color: #ccc;
  }
  .tab_wrapper.right_side > ul li.active:after {
    right: 0;
    left: inherit;
    top: 0;
    width: 5px;
    height: 100%;
    content: "";
    background: #49a4d9;
  }
  .tab_wrapper.right_side > ul li.active:before {
    left: -2px;
    right: inherit;
    position: absolute;
    top: 0;
    content: "";
    width: 2px;
    height: 100%;
    background: #fff;
  }
  .tab_wrapper.right_side .content_wrapper {
    width: 75%;
    float: left;
    border: 1px solid #ccc;
  }
  .tab_wrapper.right_side .controller {
    top: -50px;
  }
  .tab_wrapper.accordion .content_wrapper {
    border: none;
  }
  .tab_wrapper.accordion .content_wrapper .accordian_header {
    display: block;
    padding: 14px 20px 10px 0;
    text-transform: none;
    border-top: 1px solid #fff;
    border-bottom: 2px solid #ccc;
    color: #009490;
    font-weight: bold;
  }
  .tab_wrapper.accordion > ul {
    display: none;
  }
  .tab_wrapper .active_tab {
    display: none;
    position: relative;
    background: #000000;
    padding: 12px;
    text-align: center;
    padding-right: 50px;
    color: #fff;
    cursor: pointer;
    border-radius: 30px;
  }
  .tab_wrapper .active_tab .arrow {
    width: 30px;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    text-align: center;
    background: #fff;
    position: absolute;
    right: 6px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  }
  .tab_wrapper .active_tab .arrow:after {
    content: "";
    width: 10px;
    display: inline-block;
    height: 10px;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -6px;
    margin-top: -8px;
  }
  .tab_wrapper .active_tab .text {
    text-indent: 39px;
    display: block;
  }
  
  @media only screen and (max-width: 768px) {
    .tab_wrapper > ul {
      display: none;
    }
    .tab_wrapper .content_wrapper {
      border: 0;
    }
    .tab_wrapper .content_wrapper .accordian_header {
      display: block;
    }
    .tab_wrapper.left_side .content_wrapper, .tab_wrapper.right_side .content_wrapper {
      width: 100%;
      border-top: 0;
    }
    .tab_wrapper .controller {
      display: none;
    }
    .tab_wrapper.show-as-dropdown > .tab_list {
      border: 0;
      box-shadow: 0 0 8px #ccc;
      position: absolute;
      z-index: 3;
      background: #fff;
      border-radius: 5px;
      margin-top: 15px;
    }
    .tab_wrapper.show-as-dropdown > .tab_list:before {
      content: "";
      position: absolute;
      top: -6px;
      left: 50%;
      width: 14px;
      height: 14px;
      background: #fff;
      transform: rotate(45deg);
      box-shadow: -3px -4px 5px #efefef;
      margin-left: -7px;
    }
    .tab_wrapper.show-as-dropdown > .tab_list li {
      border: 0;
      border-bottom: 1px solid #ccc;
    }
    .tab_wrapper.show-as-dropdown > .tab_list li.active:after {
      display: none;
    }
    .tab_wrapper.show-as-dropdown .active_tab {
      display: block;
    }
    .tab_wrapper.show-as-dropdown > .tab_list {
      display: none;
    }
    .tab_wrapper.show-as-dropdown > .content_wrapper > .accordian_header {
      display: none;
    }
    .tab_wrapper.show-as-dropdown > .tab_list li {
      display: block;
      float: none;
      width: 100%;
    }
  }
  @media only screen and (min-width: 769px) {
    .tab_wrapper.show-as-dropdown > .tab_list {
      display: block !important;
      overflow: hidden;
    }
  }
/* TABS AND ACCORDIONS */

/* RELATED PRODUCTS */
.related_products {
    width: 100%;
}
/* RELATED PRODUCTS */


/* PRODUCT PAGE - NEW TEMPLATE  */
.product-single{
    margin: 0;
}
.product-maincontent h1, .product-maincontent .h1 {
    font-size: 28px;
    font-weight: 100;
    margin: 0 0 20px;
    padding-bottom: 6px;
    border-bottom: 2px solid #ccc;
}
.tab_content ul {
    padding: 0 0 0 14px;
    margin: 5px 0;
}
.tab_wrapper.product_accordion.accordion {
    margin-bottom: 20px;
}
.product-single a.img_tio_button.img-tio__enquire__button {
    padding: 14px 5px 10px;
    min-width: 220px;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
}
@media only screen and (max-width: 767px) {
    .product-topinfo {
        margin-top: 20px;
        padding-top: 30px;
        border-top: 2px solid #ccc;
    }
    .product-single a.img_tio_button.img-tio__enquire__button{
        width: 100%;
    }
}

.product-secondary-info,
.product_whats_next_section {
    background: #efefef;
}
.product-secondary-info .product-maincontent {
    border-top: 6px solid #009490;
    border-bottom: 6px solid #009490;
}
.product-secondary-info h2 {
    font-size: 25px;
    color: #009490;
}
.suitable_for {
    background: #fff;
    padding: 12px;
    color: #707372;
}
.suitable_for a {
    color: #707372;
    font-weight: 400;
    font-family: 'ff-real-headline-pro-2', sans-serif;
}

.product_tabs .tab_list {
    padding: 0;
    list-style: none;
    margin: 0;
}
.product_tabs .tab_list li {
    margin: 0;
    border-top-width: 1px;
    text-transform: none;
    font-size: 1rem;
    padding: 20px 30px 15px;
    background: #d9d9d9;
}
.product_tabs .tab_list li.active {
    background: #fff;
    color: #009490;
    border-color: #ccc;
}
.tab_wrapper.product_tabs {
    margin: 0;
}
.product_tabs .content_wrapper {
    margin-top: -8px;
}

.tab_content .nutriinfoarea {
    background: #fff;
}


.tab_content table.nutriinfo {
    background-color: #fbfbfb;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    margin: 20px 0 30px;
}
.tab_content table.nutriinfo td, 
.tab_content table.nutriinfo th {
    border-bottom: 1px solid #009490;
    padding: 10px 6px 8px;
    text-align: center;
}
.tab_content table.nutriinfo tbody td {
    /* font-size: 13px;
    color: #333333; */
}
.tab_content table.nutriinfo thead {
    background: #ccc;
}
.tab_content table.nutriinfo thead th {
    /* font-size: 14px; */
    font-weight: normal;
    /* color: #CCCCCC; */
    text-align: center;
    border: none;
}
.tab_content table.nutriinfo td:first-child:not([colspan="3"]) {
    padding: 10px 6px 8px;
    text-align: left;
}
.tab_content table.nutriinfo td:first-child:not([colspan="3"]),
.tab_content table.nutriinfo th:first-child:not([colspan="3"]) {
    width: 35%;
}
.tab_content table.nutriinfo tr:last-child td {
    border: none;
}

.tab_content .star_rating{
    padding: 0;
    margin: 0;
    list-style: none;
}
.star_rating li.star{
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    display: inline-block;
}
.star.full{
    background-image: url('../images/ico_star_full.png');
}
.star.half{
    background-image: url('../images/ico_star_half.png');
}
.star.empty{
    background-image: url('../images/ico_star_empty.png');
}
.star_rating_title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}
.widget.underlined {
    border-bottom: 2px solid #009490;
    margin-bottom: 24px;
    padding-bottom: 8px;
}
.widget.underlined:last-child {
    border: none;
}
@media only screen and (max-width: 767px) {
    .widget.right{
        float: left;
    }
    .tab_wrapper .content_wrapper .accordian_header{
        font-size: 0.9rem;
    }
}
.table_responsive {
    overflow-x: auto;
}
.related_products h2,
.product_whats_next_section h2{
    font-size: 25px;
}
#related-product-carousel {
    padding: 20px 0;
}
#related-product-carousel .splide__arrows.splide__arrows--ltr {
    position: absolute;
    right: 0;
    top: -32px;
    width: 84px;
}
#related-product-carousel button.splide__arrow {
    background: none;
}
#related-product-carousel button.splide__arrow.splide__arrow--prev {
    left: 0;
}
#related-product-carousel button.splide__arrow.splide__arrow--next {
    right: 0;
}
#related-product-carousel .splide__track--nav>.splide__list>.splide__slide{
    border: 3px solid transparent;
    opacity: 0.9;
}
#related-product-carousel .splide__track--nav>.splide__list>.splide__slide.is-active{
    opacity: 1;
}
.product_whats_next_section .idea-item a h3{
    background-color: transparent;
    color: #707372;
    font-family: 'ff-real-headline-pro-2', sans-serif;
    font-weight: 100;
    margin: 20px 0 10px;
    padding: 0;
    font-size: 1.2rem;
}
.product_whats_next_section .product-maincontent {
    padding: 0;
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .product_whats_next_section .product-maincontent {
        padding: 0 25px;
    }
}
.product_whats_next_section {
    padding-top: 10px;
    padding-bottom: 20px;
}
.suitable_for a:hover{
    text-decoration: none;
}
.row.fluid {
    width: 100%;
}
/* PRODUCT PAGE - NEW TEMPLATE  */
