/** Shopify CDN: Minification failed

Line 9:0 Unexpected "{"
Line 9:1 Expected identifier but found "%"
Line 41:1 Unexpected "{"
Line 41:2 Expected identifier but found "%"

**/
{% comment %}
 .divTable
    {
        display:  table;
        width:100%;
        border-spacing:100/*cellspacing:poor IE support for  this*/
       /* border-collapse:separate;*/
       margin-left:100px;
          
    }

    .divRow
    {
    display: flex;
    width: 100%;
    justify-content: space-between;
    height: 100%;
    line-height: 4;
    margin-left:75px;
    }

    .divCell
    {
      
    float: left;
    display: table-cell;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    line-height: 6;
}
 {% endcomment %}

.new {
    margin: 0;
    border: 0 #eee solid;
    border-bottom-width: 1px;
}
.container1 {
   
    margin-left: 110px;
    width: 1400px;
    display:flex;
  margin-bottom:2%;
  
}

  .Row {
    float: left;
    width: 19.66666667%;
    padding-top: 40px;
    padding: 40px 0 10px;
    text-align: center;
}
.container1:before 
{
    content: " ";
    display: table;
}
.container1:after, .container1:before {
    content: " ";
    display: table;
  
}
.container1:after {
    clear: both;
}
.Row p {
    margin-bottom: 0;
    line-height: 22px;
    color: #999;
    padding: 0 15px;
}

.Row .icon {
    display: block;
    margin: 0 auto 15px;
    width: 52px;
    height: 53px;
    }
.Row h3 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px;
    color: #333;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

#myBtn:hover {
  background-color: #555;
}
/* .color.swatch-element label {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.swatch label {
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
} */

/* .product-form__item label {
    display: none;
} */

.swatch input:checked + label {
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.8);
    box-shadow: 0px 1px 2px rgba(0,0,0,0.8);
    border-color: transparent;
  
}
footer.site-footer {
    line-height: 40px;
}
