td.image.hasPreview {
    text-align: center;
}
/* Important! This file is to only be edited through WebDAV or through the control panel by the client, not theme partners/designers. */

/* dropdowncart availability message */
.DropdownCart .ProductName {
    white-space:normal;
    min-width:40vw;
    color: black;
}


/* youtube video descriptions */
  .shrnk-text iframe:hover, .shrnk-text:hover iframe {
    width:100%;
    height:560px;
    transition:all 0.7s;
    float: none;
  }

  .shrnk-text{
    align-items:center;
    clear: both;
    padding: 0.5em;
  }
  
  .shrnk-text iframe{
    padding:10px;
    transition:all 0.4s;
    float: left;
  }

  .shrnk-text h4 {
    margin-top: 0.6em;
  }

  .shrnk-text:hover{
    align-items:center;
    transition-delay: 600s;
  }

  .shrnk-text:hover * {
    padding: 0 10px;
    transition-delay: 600s;
  }

  .shrnk-text:after {
    display: block; clear: both; content: " ";
  }

/* Pick a product with photo fixes 11/12/18 */


.productOptionViewProductPickListWithImage.productAttributeFluidWidth {
    margin: 0;
}

.scrollContainer table {
    margin: 0;
}

.productImageContainer.showPreview label img {
    margin: 0;
}

.productImageContainer.showPreview label {
    margin: 0;
}

.productOptionViewProductPickListWithImage td.input {
    text-align: left;
}

.scrollContainer tr.none {
    display: none;
}

.productOptionViewProductPickListWithImage .selectedValue td {
    background-color: #ffffff !important;
}

/* Vat inc Price changed from Red to below */

.productPage .SalePrice .ProductPrice, .QuickViewModal .SalePrice .ProductPrice {
    color: rgb(0, 169, 152);
}


/* Notes on changes to add to cart button and sale price: 17/12/18


Add to Cart hover button changed from rgb(20, 154, 48) to rgb(106, 168, 79)

Check out button changed from rgb(20, 154, 48) to rgb(26, 209, 191)

Product sale price changed from rgb(224, 69, 52) to rgb(0, 169, 152)

*/

/* Best Price added to Multi Buy Product Pages */

#ProductDetailsBulkDiscountThickBox ul li:last-child:after {
    /* border-bottom: none; */
    font-weight: bold;
    content: " BEST PRICE";
    color: #00a998;
    font-size: 100%;
    letter-spacing: 1px;
    padding: 4px;
    /* text-align: right; */
}

/* Removes fantom border on last child in section menues */

.SubCategoryListGrid ul li:last-child {
    border: none;
}
/*
.main {
    background-image: url(https://cdn10.bigcommerce.com/s-ti5cl/product_images/uploaded_images/background.jpg?t=1559290352&_ga=2.232945882.555181364.1559027034-1979932990.1553787735);
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    background-size: 80%;
    background-position-y: 10%;
}
*/

.pname{
    text-transform: uppercase;
    }


/* finished order/check out page styling*/
.checkoutHeader{background-color: #2d2d2d !important;}

/*hide world pay from checkout*/

div#uniform-checkout_provider_checkout_worldpay {
    display: none;
}

label.ProviderNamecheckout_worldpay {
    display: none;
}

/* image comming soon sizer view by brand page */
.ProductImage.QuickView a img {
    width: 180px;
}


