.sectioning-wrap {
    table-layout        : fixed;
    width               : 100%;
    }

div.infoTitle{
  border-bottom: 3px solid #063;
  padding: 6px 0 6px 4px;
  color: #063;
  font-size: 1.5em;
  text-align: left;
  margin-top:4px;
}
div.reviews{
  padding:0;
  margin:0;
}
a.avg_rating img{
  border:0;
}
div.review_content{
  padding:10px;
}
hr.review_line{
  border:none;
  border-top:1px dashed #f9c;
}
span.small{
  font-size:9px;
}
.red{
  font-color: #FF0000;
  font-size: 8px;
}

/* Delivery text pop-ups */
.del_link {
  cursor:pointer;
}
.del_info_product {
  cursor: default;
}
.del_info_span {

}
.del_popup {
  position:absolute; top:-50px; left:0px; background-color:#fff;
  box-shadow:2px 2px 6px #333; border:1px solid #999; z-index:1000;
  width:300px; padding:6px; display:none;
  background:url('/images/cross_icon_grey_sml.png') #efefef;
  background-repeat:no-repeat;
  background-position:296px 4px;
  cursor:pointer;
  color:#333;
}
.AttentionText {
    color               : #c22;
    font-weight         : bold;
    }

/* Other categories this product is in */
#other_cats_list_container {
  border-bottom:1px solid #dfdfdf;
  text-align: center;
}
.other_cats_top_link {
  padding-right:6px; padding-left:6px;
  padding-bottom:4px;
  margin-bottom:4px;
  display:inline-block;
  position:relative;
}
.other_cats_products {
  background:#fff;
  min-width:400px;
  display:none;
  position:absolute; top:17px; left:-1px;
  z-index:15;
  box-shadow:2px 2px 2px #333;
  border:1px solid #cfcfcf;
}
.other_cats_top_link a{
  padding:4px;
}
#show_more_other_cats_products {
  padding-left:6px;
}

/* Products image & additional images */
#products_main_img_container {
  position:relative;
  width: 350px;
  height: 400px;
  margin-right:10px;
}

@media only screen and (max-width: 630px) {
  .top-content-thumbnails {
    float: none !important;
  }
  #products_main_img_container .main_image_visible.main_image_visible {
    max-width: 350px;
    height: auto;
    padding-top: 10px;
  }
  #products_main_img_container #products_main_img_link#products_main_img_link {
    display: block;
  }
  #products_main_img_container {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 430px) {
  #products_main_img_container .main_image_visible.main_image_visible {
    max-width: 100%;
  }
}

#products_main_img_container #products_main_img_magnify {
  position:absolute;
  top:3px;
  right:3px;
  z-index:1;
  cursor:pointer;
}
#products_main_img_container .products_main_image {
  display:none;
}
#products_main_img_container .main_image_visible {
  display:inline;
}

#products_main_img_pop {
  display:none;
  position:absolute;
  top:0px;
  right:-410px;
  z-index:1000;
  background-color:#fff;
  border:1px solid #999;
  box-shadow:2px 2px 10px #333;
  padding:2px;
  width:400px;
  height:400px;
  overflow:hidden;
}
#products_main_img_pop .products_hover_image {
  display:none;
  position:absolute;
}
#products_main_img_pop .hover_image_visible {
  display:block;
}
#products_main_img_container #products_main_img_link {
  display:table-cell;
  height:inherit;
  width:inherit;
  vertical-align:middle;
  text-align:center;
}
.main_image_visible {
  cursor:url('../../product_thumb.php?img=images/magnifying_glass_expand_image.png&w=60&h=60'), pointer;
}
.additional_images_container_outer {
  border:1px solid #dfdfdf;
  height:100px;
  margin-top:10px;
  padding:2px;
  overflow:hidden;
  position:relative;
  -webkit-overflow-scrolling: touch;
}
.additional_images_container_outer::-webkit-scrollbar {
    display: none;
}
.additional_images_container_inner {
  position: absolute;
  display: block;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.additional_images_container_inner img.add_image {
  display:inline-block;
  white-space: normal;
  vertical-align:top;
  margin:0px 3px;
  cursor:pointer;
  box-sizing:border-box;
  border:1px solid #EFEFEF;
}
.additional_images_container_inner img.add_image_selected {
  border-color:#F9C;
}
.scrollLeft, .scrollRight {
  padding-top:40px;
  cursor:pointer;
}
.scrollLeft {
  margin-left:-20px;
  visibility:hidden;
}
@media( max-width: 860px ) {
    #products_main_img_pop {
        display             : none !important;
        }
    .additional_images_container_outer {
        overflow-y:hidden;
        overflow-x:scroll;
        }
    }




#basket_text {
  border: 2px solid #FF99CC;
  display: inline-block;
  margin: 0 0 10px;
  padding: 7px;
}

.not_enough_stock {
  position: absolute;
  bottom: 34px;
  right:12px;
  font-size: 0.7em;
  text-align: center;
  background-color: #fff;
  border: 1px solid #999;
  box-shadow: 0px 2px 2px #999;
  display: none;
  cursor: default;
  width:115px;
}
.not_enough_stock_outerTriangle {
  position:absolute;
  bottom:-10px;
  left:52px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #999;
}
.not_enough_stock_innerTriangle {
  position:absolute;
  bottom:-8px;
  left:54px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
}
#addToBasket_Container {
  border:1px solid #666;
  border-radius:8px;
  background-color:#f7f7f7;
  padding:6px;
  max-width:300px;
  margin:10px 0px 20px 0px;
  color:#000;
}
#addToBasket_Container .total-cost {
    float: left;
    font-size: 22px;
    padding: 0em 1em;
    }
.description-wrap table {
    table-layout        : fixed;
    width               : 100%;
    }
.description-wrap img,
.description-wrap iframe {
    height              : auto;
    max-width           : 100%;
    width               : auto;
    }
.bottom-element {
    margin              : 20px 0px;
    }
.bottom-element img {
    height              : auto;
    max-width           : 100%;
    width               : auto;
    }
/* MyGravity Loyalty Points
   This is currently unused but may come back in future */
.mg_container {
  margin:16px 0;
}



/* Attributes list */
div.existing_attributes_wrapper {
  background-color:#fff;
  border: 1px solid #999;
  overflow: hidden;
  position: relative;
  margin-bottom:16px;
}
.existing_attributes_title {
  background-color:#25945C;
  color: #FFF;
  font-size:1.6em;
  padding:6px 2px;
  text-align:center;
}
.existing_attributes_title:hover {
  background-color:#0F7C45;
}

div.existing_attributes_wrapper div.AttributesList {
  height: 0px;
  overflow: hidden;
}
input.toggleAttributes ~ div.AttributesList {
  height: 0px;
  overflow: hidden;
  transition: .6s all cubic-bezier(0.730, -0.485, 0.145, 1.620);
}
input.toggleAttributes:checked ~ div.AttributesList {
  height: auto;
}
input.toggleAttributes { display: none; }
div.existing_attributes_wrapper label {
  display: block;
  background: transparent;
  text-align: center;
}
div.existing_attributes_wrapper label:after {
  content: "[+]";
}
input.toggleAttributes:checked ~ div.existing_attributes_title label:after {
  content: "[-]";
}
div.existing_attributes_wrapper label:hover,
div.existing_attributes_wrapper label:focus {
  cursor: pointer;
  background: transparent;
}

input.toggleAttributes:checked + label {
  background: #fff;
}
.existing_attributes {
  border: none;
  border-bottom:1px solid #dfdfdf;
  padding:4px;
  text-align:left;
  width:100%;
}
.existing_attributes .existing_attributes_option {
  font-weight: bold;
  padding-top: 5px;
}
.existing_attributes .existing_attributes_value {
  padding: 0 0 0 20px;
  vertical-align: bottom;
}

@media only screen and (min-width:1024px) {
  div.existing_attributes_wrapper label:after,
  input.toggleAttributes:checked ~ div.existing_attributes_title label:after {
    content: "";
  }
  div.AttributesList {
    height: auto;
  }
  input.toggleAttributes ~ div.AttributesList {
    height: auto;
  }
  div.existing_attributes_wrapper label:hover,
  div.existing_attributes_wrapper label:focus {
    cursor: default;
  }
  .existing_attributes_title {
    color:#063;
    background-color: #f7f7f7;
    border-bottom: 2px solid #063;
    padding:2px;
  }
  .existing_attributes_title:hover {
    background-color: #efefef;
  }
}

/* Quantity discount table */
.qty_discount {
  background-color:#fff;
  border:1px solid #999;
  border-collapse: collapse;
  font-size: 1.1em;
  margin: 2px 0 16px;
  text-align:center;
  width: 100%;
}
.qty_discount th {
  color:#063;
  background-color: #f7f7f7;
  border-bottom: 2px solid #063;
  font-size:1.1em;
  font-weight:normal;
  padding:2px;
}
.qty_discount tr {
  border-bottom: 1px solid #dfdfdf;
}
.qty_discount tr:last-of-type {
  border-bottom:0px;
}
.qty_discount_saving_notice {
  background-color:#1446B9;
  color:#fff;
  font-size:0.7em;
}

.multi_addition_box {
  background-color:#efefef;
  border:2px solid #cfcfcf;
  border-radius:7px;
  margin: 20px 0;
  max-width:500px;
  min-width:290px;
  padding:5px;
  position:relative;
  text-align:left;
  width: 95%;
}
.multi_addition_box_title {
  color:#333;
  display:block;
  font-size:1.3em;
  text-align:center;
}
.opt_list, .opt_list li{
  list-style:none;
  margin-bottom:6px;
  min-height:70px;
}
.opt_list {
  padding-left:0px;
  width:100%;
}
.opt_list_infolink {
  margin:2px 2px 2px 100px;
  width:60px;
}
.opt_list_infobox {
  background-color:#fff;
  border:1px solid #333;
  box-shadow:2px 2px 10px #666;
  display:none;
  padding:6px;
  position:absolute;
  z-index:1;
}
.opt-extra-add-container {
  float:left;
  text-align:center;
}
.opt-extra-hidden-input_box {
  color:#006633;
  cursor:pointer;
  font-weight:bold;
}
.opt-extra-pimg {
  border:1px solid #cfcfcf;
  float:right;
  margin:2px;
}
.opt-extra-name-price {
  color:#333;
  margin-left:100px;
}
.opt-extra-caption {
  background-color:#cfcfcf;
  border:1px solid #afafaf;
  color:#333;
  display:block;
  font-size:0.9em;
  padding:6px 0;
  text-align:center;
}
@media only screen and (min-width:1024px) {
  .multi_addition_box {
    margin: 10px auto;
    width:40%;
  }
}

/**
 *  Spider Diagrams
 */
.spider_dia_container {
    color               : #333;
    font-family         : Arial, Helvetica, Tahoma, sans-serif;
    margin              : 10px auto;
    width               : 100%;
    }
.spider_dia_container .spider_dia_block_3x3,
.spider_dia_container .spider_dia_block_4x4,
.spider_dia_container .spider_dia_block_5x5 {
    display             : list-item;
    list-style-type     : decimal;
    list-style-position : inside;
    margin-bottom       : 8px;
    }
.spider_dia_container .clear {
    clear               : left;
    }
.spider_dia_container img {
    clear               : left;
    max-width           : 600px;
    width               : 100%;
    }
@media only screen and (min-width:1024px) {
  .spider_dia_container {
      width               : 600px;
  }
  .spider_dia_container .spider_dia_block_3x3,
  .spider_dia_container .spider_dia_block_4x4,
  .spider_dia_container .spider_dia_block_5x5 {
      display             : block;
      float               : left;
      list-style-type     : none;
      margin-bottom       : 0;
      padding             : 4px;
  }
  /* for 6-box spider diagrams */
  .spider_dia_container .spider_dia_block_3x3 {
      width               : 192px;
  }
  /* for 8-box spider diagrams */
  .spider_dia_container .spider_dia_block_4x4 {
      width               : 142px;
  }
    /* for 10-box spider diagrams */
  .spider_dia_container .spider_dia_block_5x5 {
      width               : 112px;
  }
}

.sizeTable {
    margin              : 6px auto;
    min-width           : 450px;
    text-align          : center;
    }
.sizeTable td {
    border-bottom       : 1px solid #dfdfdf;
    padding             : 5px 10px;
    }
.sizeTable img.ImageOverlay {
    max-width           : none; /* planters fix - see #31783 */
    }

/* We don't want product name twice on the page - #32583 */
#breadcrumb_container #crumbs .crumbs_current {
    display             : none;
    }

.dynamic-header-default {
    font-size           : 11px;
    }


/* Product Reviews and Stars */
.rating,
.rating span {
    background-image    : url( /images/product_reviews_sprite.png );
    background-size     : 80px auto;
    background-repeat   : no-repeat;
    display             : inline-block;
    height              : 16px;
    vertical-align      : middle;
    width               : 80px;
    }
.rating span {
    background-position : 0px -20px;
    display             : block;
    }
.rating.large,
.rating.large span {
    background-size     : 120px auto;
    height              : 24px;
    width               : 120px;
    }
.rating.large span {
    background-position : 0px -30px;
    }
.us-wf {
    background          : #7dc3e1;
    border              : 0px;
    }
.customer-reviews [itemprop=aggregateRating] {
    color               : #666;
    }
.customer-reviews .overview {
    border              : 1px solid #ccc;
    display             : inline-block;
    padding             : 4px 8px;
    margin              : 1em 0em 0em 0em;
    text-align          : center;
    }
.customer-reviews .overview .average {
    display             : inline-block;
    margin              : 0em 2em 1em 0em;
    vertical-align      : top;
    }
.customer-reviews .overview .average h3 {
    color               : #000;
    font-size           : 1.2em;
    margin              : 0em;
    }
.customer-reviews .overview .average .rating-number {
    color               : #999;
    font-size           : 2em;
    font-weight         : bold;
    }
.customer-reviews .overview .average .rating-number .out-of {
    color               : #ccc;
    }
.customer-reviews .overview .average a {
    display             : block;
    }
.customer-reviews .overview .per-star-links {
    display             : inline-block;
    text-align          : left;
    }
.customer-reviews .overview .per-star-links a {
    display             : block;
    margin-bottom       : 0.2em;
    }

.customer-reviews [itemprop=review] {
    border-bottom       : 1px dashed #ccc;
    margin-bottom       : 1em;
    padding-bottom      : 0.5em;
    }
.customer-reviews .row-rating .flag {
    background-image    : url( /images/product_reviews_sprite.png );
    background-position : 0px -120px;
    background-repeat   : no-repeat;
    background-size     : 120px auto;
    display             : inline-block;
    height              : 16px;
    margin-left         : 1em;
    vertical-align      : middle;
    width               : 25px;
    }
.customer-reviews .row-rating .flag.lang-de {
    background-position : 0px -150px;
    }
.customer-reviews .row-rating .flag.lang-es {
    background-position : -30px -120px;
    }
.customer-reviews .row-rating .flag.lang-fr {
    background-position : -30px -180px;
    }
.customer-reviews .row-rating .flag.lang-it {
    background-position : -90px -120px;
    }
.customer-reviews .row-rating .flag.lang-nl {
    background-position : -60px -120px;
    }
.customer-reviews .row-rating a {
    display             : inline-block;
    margin-left         : 1em;
    vertical-align      : middle;
    }
.customer-reviews .row-rating a .feefo-logo {
    background-image    : url( /images/product_reviews_sprite.png );
    background-position : 0px -60px;
    background-size     : 120px auto;
    display             : inline-block;
    height              : 16px;
    overflow            : hidden;
    position            : relative;
    top                 : 2px;
    width               : 60px;
    }
.customer-reviews .row-rating a .feefo-logo::before {
    background-image    : url( /images/product_reviews_sprite.png );
    background-position : -60px -60px;
    background-size     : 120px auto;
    content             : " ";
    height              : 100%;
    left                : 0em;
    position            : absolute;
    top                 : 100%;
    transition          : top 0.2s ease;
    width               : 100%;
    }
.customer-reviews .row-rating a:hover .feefo-logo::before {
    top                 : 0%;
    }
.customer-reviews .row-description p {
    margin              : 0.5em 0em;
    }
.customer-reviews .row-description small {
    color               : #666;
    }
.customer-reviews .row-response {
    color               : #063;
    padding-left        : 2em;
    }
.customer-reviews .attribution a {
    color               : #666;
    }
.customer-reviews .attribution a span {
    background-image    : url( /images/product_reviews_sprite.png );
    background-position : 0px -90px;
    background-size     : 120px auto;
    display             : inline-block;
    height              : 16px;
    margin-left         : 0.1em;
    vertical-align      : top;
    width               : 73px;
    }
.customer-reviews .row-rating .translate {
    color               : #063;
    cursor              : pointer;
    }
.customer-reviews .translated .translate {
    display             : none;
    }
.customer-reviews .translated [itemprop=reviewRating] > .row-description,
.customer-reviews .translated [itemprop=reviewRating] > .row-response {
    opacity             : 0.5;
    }
