#official-website, #swiss-made, #free-shipping, #easy-returns, #tissot-warranty, #secure-payment{
    display: none;
}
.footer-popin .box-background{
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(86, 86, 84, 0.3);
    z-index: 100;
    display: table;
    overflow: hidden;
}
.footer-popin .box{
    background-color: rgba(255, 255, 255, 1);
    color: #000;
    margin: auto;
    position: relative;
    top: 20%;
    width: 70%;
    padding: 3em;
}
.footer-popin .box-img{
    float: left;
    padding: 0 1em;
    width: 6.2em !important;
}
.footer-popin .box-close{
    background: url("../images/x-big-close.png") no-repeat scroll 0 0;
    background-size:cover;
    float: right;
    width: 51px;
    height: 51px;
    margin-right: 5px;
    border: 0;
}
.footer-popin .box-close:focus{
    outline: #BF1722 2px dotted;
    outline-offset: 0;
}
.footer-popin .box-close:hover{
    cursor: pointer;
    text-decoration: none;
}
.footer-popin .box-header{
    width: 100%;
    float: left;
    padding: 0;
    }
.footer-popin .box-header .box-header-text{
    padding-top: 5px;
}
.footer-popin .box-header h4{
    margin: 0;
    padding: 0.2em 0 0 3em;
    text-align: left;
    font-size:2.4em;
}
.footer-popin .box-body{
    clear: both;
    width: 100%;
    padding: 20px 0 0;
    text-align: left;
}
.footer-popin .box-body ul{
    margin-bottom: 0.85em;
}
.footer-popin .box-body ul li{
    font-size: 1em;
    list-style-type: initial;
    margin-left: 2em;
    padding-left: 0.5em;
    text-align: left;
    width: 100%;
    color: #000;
}
.footer-popin a{
    color: #666666;
}

@media (min-width: 1200px) {
  #official-website, #swiss-made, #free-shipping, #easy-returns, #tissot-warranty, #secure-payment{
    display: none;
  }
  .box-background{
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 100;
  }
  .box{
    color: #000;
    display: table;
    background: rgba(255, 255, 255, 1);
    margin: 20% auto;
    width: 50%;
    height: 20%;
    padding: 2em;
  }
  .box-img{
    float: left;
    padding: 0 1em;
  }
  .box-close{
    position: relative;
    float: right;
    font-size: 2.5em;
    color: #000;
  }
  .box-close:hover{
    cursor: pointer;
    text-decoration: none;
  }
  .box-header{
    width: 90%;
    float: left;
    padding: 0.4em 0;
  }
  .box-header h1{
    margin: 0;
    padding: 0.2em 0 0 3em;
    text-align: left;
  }
  .box-body{
    clear: both;
    width: 100%;
    padding: 1em 0;
    text-align: left;
  }
  .box-body ul{
    margin-bottom: 0.85em;
  }
  .box-body ul li{
    font-size: 1em;
    list-style-type: initial;
    margin-left: 2em;
    padding-left: 0.5em;
    text-align: left;
    width: 100%;
    color: #000;
  }
}
.tsst-warranty .footer-popin{
    text-align: center;
    padding: 10px 15px;
    position: relative;
}
