.Content.BorderLeft {
padding-left: 50px;
border-left: solid #dedede 1px;    
}
.M40 {
margin-left: 40px;
margin-right: 40px;    
}
.M20 {
margin-left: 20px;
margin-right: 20px;    
}
.btn.next {
background-image: url(//cdn10.bigcommerce.com/r-cf8dc1a36e37ca22115036b22a6b2976a6384be1/themes/Sammot/images/white/btnNext.png) !important;
background-position: 12px 50% !important;
background-repeat: no-repeat !important;
padding-left: 33px;
margin-top: 0;
}
.btn.back {
background-image: url(//cdn10.bigcommerce.com/r-cf8dc1a36e37ca22115036b22a6b2976a6384be1/themes/Sammot/images/white/btnPrev.png) !important;
background-position: 12px 50% !important;
background-repeat: no-repeat !important;
padding-left: 33px;
margin-top: 0;
}


.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


.desktop-br {
    display: none;
}

/* Display <br> only on devices wider than 768px */
@media (min-width: 768px) {
    .desktop-br {
        display: inline;
    }
}

/* Hide the extra AddThis DetailRow under the Add to Cart section */
.productAddToCartRight > form + .DetailRow {
    display: none !important;
}


/* Hide the extra AddThis DetailRow under the Add to Cart section */
.productAddToCartRight > form + .DetailRow {
    display: none !important;
}

/* Hide the Facebook like box on product pages */
.FacebookLikeButtonContainer {
    display: none !important;
}


/* Remove the light grey border around the main product image box on product pages */
.ProductPage .ProductThumbWrap {
    border: none !important;
    box-shadow: none !important; /* in case the "border" is actually a shadow */
}

/* Also remove any border directly on the image inside, just in case */
.ProductPage .ProductThumbWrap img {
    border: none !important;
}


/* Remove borders from thumbnail strip on product pages */
.ProductPage .ProductTinyImageList li,
.ProductPage .ProductTinyImageList li.normal,
.ProductPage .ProductTinyImageList li.selected,
.ProductPage .ProductTinyImageList li .TinyOuterDiv,
.ProductPage .ProductTinyImageList li .TinyOuterDiv > div,
.ProductPage .ProductTinyImageList img {
    border: none !important;
    outline: none !important;
}

