
.swatch-sample-row  ul {
  list-style-type: none;
}

.swatch-sample-row li {
  display: inline-block;
}

input[type="checkbox"][id^="cb"] {
  display: none;
}

.swatch-sample-row li {
   vertical-align:top;
}

.swatch-sample-row label {
  border: 1px solid #fff;
  padding: 8px;
  display: block;
  position: relative;
  margin: 5px;
  cursor: pointer;
}

.swatch-sample-row .bottom-label {
   margin: 0;
   padding: 0;
   text-align: center;
   position: relative;
   line-height: 1.2em;
}

.swatch-sample-row label.bottom-label {
   font-size: 0.8em!important;
}

.swatch-sample-row label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
  z-index: 10; 
}

.swatch-sample-row label img {
  height: 64px;
  width: 64px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
  border-radius:2px;
}
/************ On IPhone   **************/
@media screen and (max-width: 40.063em) {
   .swatch-sample-row label img {
     height: 54px;
     width: 54px;
   }
   .swatch-sample-row label.bottom-label {
      font-size: 0.6em!important;
   }
  .swatch-sample-row fieldset {
    border: none;
    padding: 0.25rem;
    margin: 0.125rem 0;
   }
}

:checked + .swatch-sample-row label {
  border-color: #ddd;
}

:checked + label:before {
  content: "✓";
  background-color: grey;
  transform: scale(1);
}

:checked + .swatch-sample-row label img {
  transform: scale(0.9);
  box-shadow: 0 0 5px #333;
  z-index: -1;
}

/*********************************** COLLECTIONS PAGE ***********************************/

.collection_samples {
    position: relative;
	top: 0;
	right: 0.9375rem; 
	bottom: 0;
	left: 0.9375rem;
	height:auto;
	/* overflow-x: scroll; */
}
.collection_samples .column.column-block {
	/* position: relative; */
	/* padding: 2px; 
	margin: 0; */
}
.collection_samples .column.column-block a::after {
	content: '';
	position: relative;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border: 0px solid #DA5E04;
	border: 0px solid rgba(218,94,4,0.65);
	
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-ms-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}
.collection_samples .column.column-block a:hover::after {
	border: 8px solid #DA5E04;
	border: 8px solid rgba(218,94,4,0.65);
}

.samples .collection_samples .column.column-block a:hover::after {
	border: 8px solid #DA5E04;
	border: 8px solid rgba(218,94,4,0.65);
	background: url("/img/cart/add-to-cart.png") no-repeat center center;
}
.samples {
  /* height:600px!important;*/
}

#sample-collections .inside_label {
    background-image: url('https://pawleysislandhammocks.com/img/pages/collections/sample-box.png');
}

#sample-collections  {
    margin:0 15px 0 0;
}

#sample-container {
    display: flex;
    place-items: center;
    justify-content: center;
   height:500px;
   border: 1px solid #AAAAAA;
   background: url('https://pawleysislandhammocks.com/gallery/sunbrella-canvas-glacier-x.jpg');
   background-size: cover;
}
 @media screen and (max-width: 40.063em) {
   #sample-container {
      height:350px;
   }
}

.collection-heading {
   text-transform:uppercase;
   color:#005D42;
   margin-top:20px;
}
.samplepage_grid .category .inside_border {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  position: absolute;
  min-width: 250px; 
  border:1px solid #fff; 
}

.samplepage_grid .category .inside_border h4 {
    font-size: 1.2em;
    text-transform: uppercase;
    color: #FFF;
}

.samplepage_grid .category .inside_border {
    opacity: 1;
    z-index: 2;
    background: #4F605B;
    background: rgba(79,96,91,0.75);
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    min-height:85px;
}

samplepage_grid .inside_border h4:after {
    position: absolute;
    content: '';
    bottom: 0px;
    left: calc(50% - 1.35rem);
    width: 2.7rem;
    border-bottom: 1px solid #FFF;
    bottom: 20px;
}


samplepage_grid  .inside_label {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.has-tip {
    border-bottom: none;
}

samplepage_grid  label img {
    border: 1px solid #DDDDDD;
}

[type='checkbox'] + label, [type='radio'] + label {

    margin-left: 0.3rem;
    margin-right: 0.3rem;
    margin-bottom: 0;
}

.samplepage-heading1 {
   margin:0px 30px 20px 40px;
   padding:15px;
   text-align:left;
   border-bottom:1px solid #DDD;
   /* width:40%; */
}

.swatch-sample-row {
   text-align:left;
   margin-left:25px;
   z-index:25;
}

 @media screen and (max-width: 40.063em) {
   .swatch-sample-row {
      margin-left:0;
    }
}

.stick-column {
  min-height: 2000px;
}

/*********************************** /COLLECTIONS PAGE ***********************************/

