<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ticket-history {
  padding: 6px 15px 6px 15px;
}
.ticket-history &gt; .legend {
  margin: -16px 0 0 5px;
}
.ticket-history p {
  margin-bottom: .5em;
}
.ticket-history .fieldset {
  padding: 5px 10px;
  margin: 10px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
}
.ticket-history .fieldset .legend {
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: bold;
}
.ticket-history .fieldset.user {
  border: 1px solid #8eb589;
  border-left: 5px solid #8eb589;
  background-color: #fefffe;
  background-image: -moz-linear-gradient(top, #fdfffd, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfffd), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #fdfffd, #ffffff);
  background-image: -o-linear-gradient(top, #fdfffd, #ffffff);
  background-image: linear-gradient(to bottom, #fdfffd, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfffd', endColorstr='#ffffffff', GradientType=0);
}
.ticket-history .fieldset.customer {
  border: 1px solid #9cb4c5;
  border-left: 5px solid #9cb4c5;
  background-color: #fcfdff;
  background-image: -moz-linear-gradient(top, #fafcff, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafcff), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #fafcff, #ffffff);
  background-image: -o-linear-gradient(top, #fafcff, #ffffff);
  background-image: linear-gradient(to bottom, #fafcff, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafcff', endColorstr='#ffffffff', GradientType=0);
}
.MultiFile-wrap .MultiFile-list .MultiFile-label {
  margin: 6px 0px 0px 0px;
}
.MultiFile-wrap .MultiFile-list .MultiFile-label .MultiFile-remove {
  text-decoration: none;
  font-size: 14px;
  color: #f00;
  line-height: 14px;
  margin-right: 5px;
}
.helpdesk-contact-form {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  *zoom: 1;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 5px 15px 8px 15px;
  position: relative;
  width: 600px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 21.875px;
  color: #333;
  margin-left: 10px;
}
.helpdesk-contact-form:before,
.helpdesk-contact-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.helpdesk-contact-form:after {
  clear: both;
}
.helpdesk-contact-form a {
  color: #1a6690;
}
.helpdesk-contact-form .dropbox h2 {
  font-size: 20px;
  line-height: 30px;
  padding: 0;
  margin: 0px 0px 5px 0px;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.helpdesk-contact-form .dropbox .inside-form {
  *zoom: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 8px;
}
.helpdesk-contact-form .dropbox .inside-form:before,
.helpdesk-contact-form .dropbox .inside-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.helpdesk-contact-form .dropbox .inside-form:after {
  clear: both;
}
.helpdesk-contact-form .dropbox .inside-form ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.helpdesk-contact-form .dropbox .inside-form ul li {
  margin-bottom: 10px;
}
.helpdesk-contact-form .dropbox .inside-form ul li label {
  display: block;
  margin-bottom: 2px;
}
.helpdesk-contact-form .dropbox .inside-form ul li label em {
  color: #e00;
  margin-left: 5px;
}
.helpdesk-contact-form .dropbox .inside-form ul .wide {
  margin-top: 10px;
  margin-bottom: 15px;
}
.helpdesk-contact-form .dropbox .inside-form ul .customer-details {
  display: flex;
  width: 95%;
}
.helpdesk-contact-form .dropbox .inside-form ul .customer-details li.customer-name,
.helpdesk-contact-form .dropbox .inside-form ul .customer-details li.customer-email {
  float: left;
  width: 50%;
}
.helpdesk-contact-form .dropbox .inside-form ul .customer-details li.customer-name input,
.helpdesk-contact-form .dropbox .inside-form ul .customer-details li.customer-email input {
  width: 262px;
}
.helpdesk-contact-form .dropbox .inside-form ul .customer-details li.customer-name {
  margin-right: 20px;
}
.helpdesk-contact-form .dropbox .inside-form ul .fields {
  display: flex;
  width: 95%;
}
.helpdesk-contact-form .dropbox .inside-form ul .fields li.field1,
.helpdesk-contact-form .dropbox .inside-form ul .fields li.field2 {
  float: left;
  width: 50%;
}
.helpdesk-contact-form .dropbox .inside-form ul .fields li.field1 select,
.helpdesk-contact-form .dropbox .inside-form ul .fields li.field2 select {
  width: 262px;
}
.helpdesk-contact-form .dropbox .inside-form ul .fields li.field1 {
  margin-right: 20px;
}
.helpdesk-contact-form .dropbox .inside-form input[type="text"],
.helpdesk-contact-form .dropbox .inside-form textarea {
  background-color: white;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.18);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.18);
  display: inline-block;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 21.875px;
  color: #555;
  width: 555px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.helpdesk-contact-form .dropbox .inside-form input[type="text"]:focus,
.helpdesk-contact-form .dropbox .inside-form textarea:focus {
  border-color: rgba(244, 175, 26, 0.8);
  outline: 0;
}
.helpdesk-contact-form .dropbox .inside-form input[type="text"].validation-failed,
.helpdesk-contact-form .dropbox .inside-form textarea.validation-failed {
  border-color: rgba(244, 26, 70, 0.8);
}
.helpdesk-contact-form .dropbox .inside-form .validation-advice {
  display: none !important;
}
.helpdesk-contact-form .dropbox .inside-form textarea {
  height: 80px;
}
.helpdesk-contact-form .dropbox .post-button {
  border: 1px solid #ddd;
  padding: 7px 12px;
  float: right;
  margin-top: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-weight: bold;
  color: #1a6690;
  cursor: pointer;
}
.helpdesk-contact-form .dropbox .post-button:hover {
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: -o-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: linear-gradient(to bottom, #e6e6e6, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffffffff', GradientType=0);
}
.helpdesk-contact-form .close {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 23px;
  font-weight: bold;
  color: #666;
  cursor: pointer;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.helpdesk-contact-form .close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.helpdesk-contact-form.success {
  height: 80px;
}
.helpdesk-contact-form.success .dropbox {
  padding: 33px 0px;
}
.helpdesk-contact-form.success .dropbox ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #00BD00;
  font-weight: bold;
  text-align: center;
}
.helpdesk-contact-form.form-kb .input-box input {
  width: 480px;
}
.helpdesk-contact-form.form-kb .input-box button {
  margin-top: 0px;
}
.helpdesk-contact-form.form-kb-result .article-item .detail {
  color: #777;
  font-size: 13px;
  line-height: 18px;
  margin-top: 5px;
}
.helpdesk-contact-form.form-kb-result a.more {
  float: right;
}
.helpdesk-contact-form.form-kb-result a.back {
  float: left;
}
.helpdesk-contact-form-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100000px;
  height: 10000000px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 90000;
}
.helpdesk-contact-form-button {
  cursor: pointer;
}
.helpdesk-contact-form-button.left {
  *zoom: 1;
  position: fixed;
  top: 50%;
  margin-top: -75px;
  width: 150px;
  left: -57px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-weight: bold;
  z-index: 1000000;
}
.helpdesk-contact-form-button.left:before,
.helpdesk-contact-form-button.left:after {
  display: table;
  content: "";
  line-height: 0;
}
.helpdesk-contact-form-button.left:after {
  clear: both;
}
.helpdesk-contact-form-button.left .button-text {
  line-height: 20px !important;
  font-size: 16px !important;
  padding: 8px 10px;
  border: 1px solid #fff;
  margin: 1px;
  color: #fff;
  text-align: center;
}
.helpdesk-contact-form-button.right {
  *zoom: 1;
  position: fixed;
  top: 50%;
  right: -26px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  font-weight: bold;
  z-index: 1000000;
}
.helpdesk-contact-form-button.right:before,
.helpdesk-contact-form-button.right:after {
  display: table;
  content: "";
  line-height: 0;
}
.helpdesk-contact-form-button.right:after {
  clear: both;
}
.helpdesk-contact-form-button.right .button-text {
  padding: 9px 10px;
  border: 1px solid #fff;
  margin: 1px;
  color: #fff;
}
.helpdesk-contact-form-iframe {
  *zoom: 1;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 650px;
  height: 660px;
  z-index: 100000;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.helpdesk-contact-form-iframe:before,
.helpdesk-contact-form-iframe:after {
  display: table;
  content: "";
  line-height: 0;
}
.helpdesk-contact-form-iframe:after {
  clear: both;
}
html {
  overflow-x: hidden;
}
@media (max-width: 680px) {
  .helpdesk-contact-form-iframe {
    width: 80%;
    height: 84%;
  }
  .helpdesk-contact-form {
    width: 90%;
    margin-left: 0px;
  }
  .helpdesk-contact-form .dropbox .inside-form {
    margin-bottom: 0px;
    padding-bottom: 3px;
  }
  .helpdesk-contact-form .dropbox .inside-form ul {
    padding-left: 10px;
  }
  .helpdesk-contact-form .dropbox .inside-form ul li {
    margin-bottom: 0px;
  }
  .helpdesk-contact-form .dropbox .inside-form ul li .customer-email input {
    width: 90%;
  }
  .helpdesk-contact-form .dropbox .inside-form input[type="text"],
  .helpdesk-contact-form .dropbox .inside-form textarea {
    width: 90%!important;
    height: 100%!important;
  }
}
.helpdesk-box-tickets .box-head h2 {
  background-image: url(https://www.liveprotection.com/skin/frontend/protection/default/images/mst_helpdesk/i_folder-table.gif);
}
.helpdesk-box-tickets .data-table td {
  position: relative;
}
.helpdesk-box-tickets .unread {
  display: inline-block;
  margin-left: 5px;
  width: 20px;
  height: 11px;
  background-image: url(https://www.liveprotection.com/skin/frontend/protection/default/images/mst_helpdesk/i_unread2.png);
  background-size: 20px 20px;
  background-position: 0px -8px;
}
iframe.helpdesk-contact-form-iframe {
  display: block;
}
.input-box.checkbox {
  clear: none;
  width: 30px !important;
  float: left;
  margin-left: 15px;
}
li.checkbox {
  *zoom: 1;
}
li.checkbox:before,
li.checkbox:after {
  display: table;
  content: "";
  line-height: 0;
}
li.checkbox:after {
  clear: both;
}
li.checkbox &gt; label {
  float: left;
}
.helpdesk-contacts-form ul {
  list-style: none;
}
.helpdesk-ticket-information-table td {
  padding: 3px 10px 3px 0px;
}
.helpdesk-status {
  padding: 2px 15px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 12px;
  background-color: #c9c9c9;
  background-image: -moz-linear-gradient(top, #dddddd, #aaaaaa);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dddddd), to(#aaaaaa));
  background-image: -webkit-linear-gradient(top, #dddddd, #aaaaaa);
  background-image: -o-linear-gradient(top, #dddddd, #aaaaaa);
  background-image: linear-gradient(to bottom, #dddddd, #aaaaaa);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdddddd', endColorstr='#ffaaaaaa', GradientType=0);
}
.helpdesk-status.open {
  background-color: #77da79;
  background-image: -moz-linear-gradient(top, #97e399, #47cd4a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#97e399), to(#47cd4a));
  background-image: -webkit-linear-gradient(top, #97e399, #47cd4a);
  background-image: -o-linear-gradient(top, #97e399, #47cd4a);
  background-image: linear-gradient(to bottom, #97e399, #47cd4a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff97e399', endColorstr='#ff47cd4a', GradientType=0);
}
.helpdesk-status.in_progress {
  background-color: #ff6262;
  background-image: -moz-linear-gradient(top, #ff8b8b, #ff2525);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff8b8b), to(#ff2525));
  background-image: -webkit-linear-gradient(top, #ff8b8b, #ff2525);
  background-image: -o-linear-gradient(top, #ff8b8b, #ff2525);
  background-image: linear-gradient(to bottom, #ff8b8b, #ff2525);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff8b8b', endColorstr='#ffff2525', GradientType=0);
}
/* @mirasvit for Magento 1.9.0.1 begin */
/*---------------- Create New Ticket in Account ------------------*/
h2.legend.create_new_ticket {
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
}
form#helpdesk-form-validate.MultiFile-intercepted div.fieldset ul.form-list {
  width: 50%;
}
form#helpdesk-form-validate.MultiFile-intercepted div.fieldset ul.form-list li.wide div.input-box select {
  width: 100%;
}
form#helpdesk-form-validate.MultiFile-intercepted div.fieldset ul.form-list li.wide div.input-box input {
  width: 100%;
}
form#helpdesk-form-validate.MultiFile-intercepted div.fieldset ul.form-list li.wide div.input-box textarea {
  width: 100%;
}
form#helpdesk-form-validate.MultiFile-intercepted div.buttons-set p.required {
  float: left;
}
/*---------------- Ticket Information in Account ------------------*/
h2.legend.ticket_information {
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
}
h2.legend.post_replay {
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
}
h2.legend.ticket_history {
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
  margin-left: 0px;
}
h2.legend.ticket_history_log {
  font-size: 14px;
  margin-top: 20px;
  font-style: italic;
  text-transform: none;
  font-family: Georgia, Times, "Times New Roman", serif;
}
.ticket-history {
  padding: 6px 0px 6px 0px;
}
form#helpdesk-form-validate.MultiFile-intercepted div.fieldset ul.form-list button.button {
  margin-bottom: 2px;
}
/*---------------- Contact Form in Popup ------------------*/
ul.form-list li div.input-box {
}
form#helpdesk-contact-form.helpdesk-contact-form div.dropbox div.inside-form ul.form-list div.customer-details {
  width: 98%;
}
/*---------------- Contacts Page ------------------*/
form#contactForm.MultiFile-intercepted div.fieldset ul.form-list li.wide div.input-box textarea {
  width: 50%;
}
form#contactForm.MultiFile-intercepted div.fieldset ul.form-list li.fields div.field div.input-box input {
  width: 50%;
}
form#contactForm.MultiFile-intercepted div.fieldset ul.form-list li.wide div.field div.input-box input {
  width: 50%;
}
form#contactForm.MultiFile-intercepted div.fieldset ul.form-list li div.input-box input {
  width: 50%;
}
form#contactForm.MultiFile-intercepted div.fieldset ul.form-list li.fields div.field div.input-box select {
  width: 50%;
}
/* @mirasvit for Magento 1.9.0.1 end */
.helpdesk-box-tickets {
  margin-bottom: 40px;
}

#loading_mask_loader {
  position: fixed;
  top: 45%;
  left: 50%;
  margin-left: -62px;
  padding: 15px 30px;
  background: #fdfffd;
  border: 5px solid #E0E0E0;
  color: #767676;
  font-weight: bold;
  text-align: center;
  z-index: 1000;
}

/* Extended status colors frontend support */

span.helpdesk-status.aqua
{
  font-size: 11px;
  background-color: #72e7e2;
  background-image: -moz-linear-gradient(top, #9ffdfd, #2ec5b9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9ffdfd), to(#2ec5b9));
  background-image: -webkit-linear-gradient(top, #9ffdfd, #2ec5b9);
  background-image: -o-linear-gradient(top, #9ffdfd, #2ec5b9);
  background-image: linear-gradient(to bottom, #9ffdfd, #2ec5b9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9ffdfd', endColorstr='#ff2ec5b9', GradientType=0);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 2px 15px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
span.helpdesk-status.grey
{
  font-size: 11px;
  background-color: #6b6b6b;
  background-image: -moz-linear-gradient(top, #868686, #424242);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#868686), to(#424242));
  background-image: -webkit-linear-gradient(top, #868686, #424242);
  background-image: -o-linear-gradient(top, #868686, #424242);
  background-image: linear-gradient(to bottom, #868686, #424242);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff868686', endColorstr='#ff424242', GradientType=0);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 2px 15px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
span.helpdesk-status.navy
{
  font-size: 11px;
  background-color: #7387bf;
  background-image: -moz-linear-gradient(top, #8d8dc7, #4c7eb4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8d8dc7), to(#4c7eb4));
  background-image: -webkit-linear-gradient(top, #8d8dc7, #4c7eb4);
  background-image: -o-linear-gradient(top, #8d8dc7, #4c7eb4);
  background-image: linear-gradient(to bottom, #8d8dc7, #4c7eb4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8d8dc7', endColorstr='#ff4c7eb4', GradientType=0);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 2px 15px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
span.helpdesk-status.silver
{
  font-size: 11px;
  background-color: #ababab;
  background-image: -moz-linear-gradient(top, #c0c0c0, #8b8b8b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c0c0c0), to(#8b8b8b));
  background-image: -webkit-linear-gradient(top, #c0c0c0, #8b8b8b);
  background-image: -o-linear-gradient(top, #c0c0c0, #8b8b8b);
  background-image: linear-gradient(to bottom, #c0c0c0, #8b8b8b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc0c0c0', endColorstr='#ff8b8b8b', GradientType=0);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 2px 15px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
span.helpdesk-status.black {
  font-size: 11px;
  background-color: #000000;
  background-image: -moz-linear-gradient(top, #000000, #000000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#000000));
  background-image: -webkit-linear-gradient(top, #000000, #000000);
  background-image: -o-linear-gradient(top, #000000, #000000);
  background-image: linear-gradient(to bottom, #000000, #000000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000', GradientType=0);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 2px 15px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
span.helpdesk-status.green
{
  font-size: 11px;
  background-color: #77da79;
  background-image: -moz-linear-gradient(top, #97e399, #47cd4a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#97e399), to(#47cd4a));
  background-image: -webkit-linear-gradient(top, #97e399, #47cd4a);
  background-image: -o-linear-gradient(top, #97e399, #47cd4a);
  background-image: linear-gradient(to bottom, #97e399, #47cd4a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff97e399', endColorstr='#ff47cd4a', GradientType=0);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 2px 15px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
span.helpdesk-status.olive
{
  font-size: 11px;
  background-color: #95a051;
  background-image: -moz-linear-gradient(top, #b4b471, #668121);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b4b471), to(#668121));
  background-image: -webkit-linear-gradient(top, #b4b471, #668121);
  background-image: -o-linear-gradient(top, #b4b471, #668121);
  background-image: linear-gradient(to bottom, #b4b471, #668121);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb4b471', endColorstr='#ff668121', GradientType=0);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 2px 15px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
span.helpdesk-status.teal
{
  font-size: 11px;
  background-color: #49a6b0;
  background-image: -moz-linear-gradient(top, #59afaf, #3298b1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#59afaf), to(#3298b1));
  background-image: -webkit-linear-gradient(top, #59afaf, #3298b1);
  background-image: -o-linear-gradient(top, #59afaf, #3298b1);
  background-image: linear-gradient(to bottom, #59afaf, #3298b1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff59afaf', endColorstr='#ff3298b1', GradientType=0);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 2px 15px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
span.helpdesk-status.blue
{
  font-size: 11px;
  background-color: #8b90ff;
  background-image: -moz-linear-gradient(top, #a9a9ff, #5e6bff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a9a9ff), to(#5e6bff));
  background-image: -webkit-linear-gradient(top, #a9a9ff, #5e6bff);
  background-image: -o-linear-gradient(top, #a9a9ff, #5e6bff);
  background-image: linear-gradient(to bottom, #a9a9ff, #5e6bff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa9a9ff', endColorstr='#ff5e6bff', GradientType=0);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 2px 15px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
span.helpdesk-status.lime
{
  font-size: 11px;
  background-color: #67ec59;
  background-image: -moz-linear-gradient(top, #67ff4a, #68cf70);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#67ff4a), to(#68cf70));
  background-image: -webkit-linear-gradient(top, #67ff4a, #68cf70);
  background-image: -o-linear-gradient(top, #67ff4a, #68cf70);
  background-image: linear-gradient(to bottom, #67ff4a, #68cf70);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff67ff4a', endColorstr='#ff68cf70', GradientType=0);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 2px 15px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
span.helpdesk-status.purple
{
  font-size: 11px;
  background-color: #d13dd1;
  background-image: -moz-linear-gradient(top, #dd61dd, #c007bf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dd61dd), to(#c007bf));
  background-image: -webkit-linear-gradient(top, #dd61dd, #c007bf);
  background-image: -o-linear-gradient(top, #dd61dd, #c007bf);
  background-image: linear-gradient(to bottom, #dd61dd, #c007bf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd61dd', endColorstr='#ffc007bf', GradientType=0);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 2px 15px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
span.helpdesk-status.fuchsia
{
  font-size: 11px;
  background-color: #ee8dee;
  background-image: -moz-linear-gradient(top, #ffaeff, #d55bd5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffaeff), to(#d55bd5));
  background-image: -webkit-linear-gradient(top, #ffaeff, #d55bd5);
  background-image: -o-linear-gradient(top, #ffaeff, #d55bd5);
  background-image: linear-gradient(to bottom, #ffaeff, #d55bd5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffaeff', endColorstr='#ffd55bd5', GradientType=0);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 2px 15px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
span.helpdesk-status.maroon
{
  font-size: 11px;
  background-color: #b26767;
  background-image: -moz-linear-gradient(top, #b47171, #af5959);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b47171), to(#af5959));
  background-image: -webkit-linear-gradient(top, #b47171, #af5959);
  background-image: -o-linear-gradient(top, #b47171, #af5959);
  background-image: linear-gradient(to bottom, #b47171, #af5959);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb47171', endColorstr='#ffaf5959', GradientType=0);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 2px 15px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
span.helpdesk-status.red
{
  font-size: 11px;
  background-color: #ff6262;
  background-image: -moz-linear-gradient(top, #ff8b8b, #ff2525);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff8b8b), to(#ff2525));
  background-image: -webkit-linear-gradient(top, #ff8b8b, #ff2525);
  background-image: -o-linear-gradient(top, #ff8b8b, #ff2525);
  background-image: linear-gradient(to bottom, #ff8b8b, #ff2525);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff8b8b', endColorstr='#ffff2525', GradientType=0);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 2px 15px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
span.helpdesk-status.orange
{
  font-size: 11px;
  background-color: #ff8c00;
  background-image: -moz-linear-gradient(top, #ff8c00, #ff8c00);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff8c00), to(#ff8c00));
  background-image: -webkit-linear-gradient(top, #ff8c00, #ff8c00);
  background-image: -o-linear-gradient(top, #ff8c00, #ff8c00);
  background-image: linear-gradient(to bottom, #ff8c00, #ff8c00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff8c00', endColorstr='#ffff8c00', GradientType=0);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 2px 15px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
span.helpdesk-status.yellow
{
  font-size: 11px;
  background-color: #f9ca34;
  background-image: -moz-linear-gradient(top, #ffd757, #f0b700);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffd757), to(#f0b700));
  background-image: -webkit-linear-gradient(top, #ffd757, #f0b700);
  background-image: -o-linear-gradient(top, #ffd757, #f0b700);
  background-image: linear-gradient(to bottom, #ffd757, #f0b700);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffd757', endColorstr='#fff0b700', GradientType=0);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 2px 15px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}

@charset "UTF-8";

/*!
 * style.css - 
 * Checkout Styles
 *
 * Copyright (c) 2017 1604lab - https://1604lab.com
 */
 
 *,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    background-color: #fff
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
.col-5 {
	padding: 0 15px;
	width: 20%;
	float: left;
	
}
a {
    color: #1f41b9;
    text-decoration: none
}
a:hover {
    color: #1f41b9;
}
a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}
figure {
    margin: 0
}
img {
    vertical-align: middle
}




tr.summary-total {
    cursor: pointer
}
tr.summary-total .summary-collapse {
    float: right;
    text-align: right;
    padding-left: 20px;
    background: url(https://www.liveprotection.com/skin/frontend/protection/images/bkg_collapse.gif) 0 5px no-repeat;
    cursor: pointer
}
tr.show-details .summary-collapse {
    background-position: 0 -52px
}
tr.summary-details td {
    font-size: 11px;
    background-color: #dae1e4;
    color: #626465
}
tr.summary-details-first td {
    border-top: 1px solid #d2d8db
}
tr.summary-details-excluded {
    font-style: italic
}
.cart-tax-info {
    display: block
}
.cart-tax-info,
.cart-tax-info .cart-price {
    padding-right: 20px
}
.cart-tax-total {
    display: block;
    padding-right: 20px;
    background: url(https://www.liveprotection.com/skin/frontend/protection/images/bkg_collapse.gif) 100% 5px no-repeat;
    cursor: pointer
}
.cart-tax-info .price,
.cart-tax-total .price {
    display: inline!important;
    font-weight: 400!important
}
.cart-tax-total-expanded {
    background-position: 100% -52px
}
.window-overlay {
    background: url(https://www.liveprotection.com/skin/frontend/protection/images/window_overlay.png);
    background: rgba(0, 0, 0, .35);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 990
}
.remember-me label {
    float: none;
    margin: 0 6px
}
.remember-me-popup {
    background: #fff;
    border: 1px solid #ccc;
    left: 50%;
    top: 50%;
    position: absolute;
    margin: -85px 0 0 -200px;
    width: 400px;
    text-align: left;
    -moz-box-shadow: 0 0 6px #ccc;
    -webkit-box-shadow: 0 0 6px #ccc;
    -box-shadow: 0 0 6px #ccc;
    z-index: 1000
}
.remember-me-popup h3 {
    background: #d9e5ee;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    padding: 5px 10px
}
.remember-me-popup .remember-me-popup-head {
    position: relative
}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
    background: url(https://www.liveprotection.com/skin/frontend/protection/images/btn_window_close.gif) no-repeat;
    display: block;
    position: absolute;
    top: 7px;
    right: 7px;
    height: 15px;
    width: 15px;
    text-indent: -9999em
}
.remember-me-popup .remember-me-popup-body {
    padding: 10px
}
.remember-me-popup .remember-me-popup-body a {
    display: inline-block;
    height: 19px;
    border: 1px solid #de5400;
    background: #f18200;
    padding: 0 8px;
    font: 700 12px/19px Arial, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    color: #fff
}
.cart-msrp-totals {
    color: red;
    font-size: 12px!important;
    font-weight: 700;
    margin: 10px 10px 0;
    padding: 10px;
    text-align: right;
    text-transform: uppercase
}
.map-cart-sidebar-total {
    color: red;
    display: block;
    font-size: 10px;
    font-weight: 700;
    text-align: left;
    padding: 2px 5px;
    text-shadow: 0 1px 0 #fff
}
.map-popup {
    background: #fff;
    border: 1px solid #aaa;
    margin: 12px 0 0;
    position: absolute;
    -moz-box-shadow: 0 0 6px #ccc;
    -webkit-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #ccc;
    text-align: left;
    width: 300px;
    z-index: 100
}
.map-popup-heading {
    background: #d9e5ee;
    border-bottom: 1px solid #ccc;
    padding: 5px 30px 5px 10px;
    width: 260px
}
.map-popup-heading h2 {
    font-size: 16px;
    margin: 0;
    text-shadow: 0 1px 0 #f6f6f6;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word;
    text-align: left;
    text-overflow: ellipsis
}
.map-popup-arrow {
    background: url(https://www.liveprotection.com/skin/frontend/protection/images/map_popup_arrow.gif) no-repeat;
    position: absolute;
    left: 50%;
    top: -10px;
    height: 10px;
    width: 19px
}
.map-popup-close {
    background: url(https://www.liveprotection.com/skin/frontend/protection/images/btn_window_close.gif) no-repeat;
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
    height: 15px;
    width: 15px;
    text-indent: -9999em;
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}
.map-popup-content {
    border-top: 1px solid #eee;
    padding: 10px;
    overflow: hidden;
    text-align: left;
    width: 280px
}
.map-popup-checkout {
    display: inline;
    float: right;
    text-align: right
}
.map-popup-checkout span {
    display: block;
    padding-right: 30px
}
.map-popup-checkout .paypal-logo {
    margin: 0 0 5px
}
.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
    margin: 0;
    padding: 0
}
.map-popup-price {
    margin: 5px 0 0
}
.map-popup-text {
    clear: right;
    margin: 0 10px;
    padding: 10px 0;
    text-align: left;
    word-wrap: break-word
}
.map-popup-only-text {
    border-top: 1px solid #ddd
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
a {
    background-color: transparent
}
a:active,
a:hover {
    outline: 0
}
b,
strong {
    font-weight: 700
}
dfn {
    font-style: italic
}
h1 {
    margin: .67em 0
}
mark {
    background: #ff0;
    color: #000
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}
pre {
    overflow: auto
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
select {
	height: 40px;
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default;
    background: #efefef;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: 700
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td,
th {
    padding: 0
}
ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
    :after,
    :before {
        background: 0 0!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    select {
        background: #fff!important
    }
    .navbar {
        display: none
    }
    .btn&gt;.caret,
    .dropup&gt;.btn&gt;.caret {
        border-top-color: #000!important
    }
    .label {
        border: 1px solid #000
    }
    .availability-only-details,
    .cart .totals table,
    .data-table,
    .table {
        border-collapse: collapse!important
    }
    .availability-only-details td,
    .availability-only-details th,
    .cart .totals table td,
    .cart .totals table th,
    .data-table td,
    .data-table th,
    .table td,
    .table th {
        background-color: #fff!important
    }
    .data-table td,
    .data-table th,
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }
}

.block-banner .block-content img,
.carousel-inner&gt;.item&gt;a&gt;img,
.carousel-inner&gt;.item&gt;img,
.category-image img,
.img-responsive,
.product-img-box .more-views img,
.product-img-box .product-image-zoom img,
.product-review .product-img-box .product-image,
.tool-tip-content img {
    display: block;
    max-width: 100%;
    height: auto
}
.img-rounded {
    border-radius: 6px
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;

    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}
.img-circle {
    border-radius: 50%
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
.page-popup {
    padding: 30px
}
header[role=banner] {
    margin: 20px -15px
}
header[role=banner] .quick-access,
header[role=banner]&gt;.logo {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width: 992px) {
    header[role=banner]&gt;.logo {
        float: left;
        width: 41.66666667%
    }
}
@media (min-width: 992px) {
    header[role=banner] .quick-access {
        float: left;
        width: 58.33333333%
    }
}
@media (min-width: 768px) {
    header[role=banner] .form-language {
        float: left;
        width: 160px
    }
    header[role=banner] .form-language .form-control {
        width: 120px
    }
    header[role=banner] .links {
        float: right;
        line-height: 30px
    }
}
@media (min-width: 992px) {
    header[role=banner] .quick-access {
        float: right
    }
}

.layout.layout-1-col div[role=main],
.layout.layout-3-cols div[role=main] {
    position: relative;
    min-height: 1px;
}


.catalog-product-view #maincol,
.checkout-cart-index #maincol,
.checkout-onepage-index #maincol
.checkout-onepage-index #maincol
{ box-shadow: none; background:none;}

@media (min-width: 992px) {
    .layout.layout-1-col div[role=main] {
        float: left;
        width: 100%;
        
    }
}
@media (min-width: 992px) {
    .layout.layout-3-cols div[role=main] {
        float: left;
        width: 50%
    }
}
.layout.layout-2-col-left div[role=main] {
    float: left;
    width: 75%;
    
}
.layout-2-cols-left .inner {
	background: #fff;
    box-shadow: 0 0 4px #ccc;
    padding: 30px;
    overflow: hidden;
    margin: 0 15px
}
@media (min-width: 992px) {
    div[role=main] {
        float: left;
        width: 75%
    }
}
aside[role=complementary] {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    display: none;
    margin-bottom: 20px
}
@media (min-width: 992px) {
    aside[role=complementary] {
        float: left;
        width: 25%
    }
}
@media (min-width: 992px) {
    aside[role=complementary] {
        display: block
    }
}
footer[role=contentinfo] {
    margin-bottom: 20px
}
footer[role=contentinfo] .links li,
footer[role=contentinfo]&gt;ul&gt;li {
    display: inline
}
footer[role=contentinfo] .bugs,
footer[role=contentinfo] .links,
footer[role=contentinfo] address,
footer[role=contentinfo]&gt;ul {
    margin-bottom: 10px
}
@media (min-width: 768px) {
    footer[role=contentinfo] .bugs,
    footer[role=contentinfo] .links,
    footer[role=contentinfo] address,
    footer[role=contentinfo]&gt;ul {
        width: 50%
    }
    footer[role=contentinfo] .bugs,
    footer[role=contentinfo]&gt;ul {
        float: left
    }
    footer[role=contentinfo] .links,
    footer[role=contentinfo] address {
        float: right;
        text-align: right
    }
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: bold;
    line-height: 1.1;
    color: inherit
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}
p {
    margin: 0 0 10px
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}
.small,
small {
    font-size: 85%
}
.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}
.text-left {
    text-align: left
}
.text-right {
    text-align: right
}
.text-center {
    text-align: center
}
.text-justify {
    text-align: justify
}
.text-nowrap {
    white-space: nowrap
}
.text-lowercase {
    text-transform: lowercase
}
.text-uppercase {
    text-transform: uppercase
}
.text-capitalize {
    text-transform: capitalize
}
.text-muted {
    color: #777
}
.text-primary {
    color: #f15c22
}
a.text-primary:hover {
    color: #d3450d
}
.text-success {
    color: #3c763d
}
a.text-success:hover {
    color: #2b542c
}
.text-info {
    color: #31708f
}
a.text-info:hover {
    color: #245269
}
.text-warning {
    color: #8a6d3b
}
a.text-warning:hover {
    color: #66512c
}
.text-danger {
    color: #a94442
}
a.text-danger:hover {
    color: #843534
}
.bg-primary {
    color: #fff;
    background-color: #f15c22
}
a.bg-primary:hover {
    background-color: #d3450d
}
.bg-success {
    background-color: #dff0d8
}
a.bg-success:hover {
    background-color: #c1e2b3
}
.bg-info {
    background-color: #d9edf7
}
a.bg-info:hover {
    background-color: #afd9ee
}
.bg-warning {
    background-color: #fcf8e3
}
a.bg-warning:hover {
    background-color: #f7ecb5
}
.bg-danger {
    background-color: #f2dede
}
a.bg-danger:hover {
    background-color: #e4b9b9
}
.page-header,
.page-title {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}
ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}
.list-unstyled {
    padding-left: 0;
    list-style: none
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}
.list-inline&gt;li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}
dl {
    margin-top: 0;
    margin-bottom: 20px
}
dd,
dt {
    line-height: 1.42857143
}
dt {
    font-weight: 700
}
dd {
    margin-left: 0
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}
abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}
.initialism {
    font-size: 90%;
    text-transform: uppercase
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}
blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}
.h1,
h1 {
    font-size: 25px
}
.h2,
h2 {
    font-size: 22px
}
.h3,
h3 {
    font-size: 20px
}
.h4,
h4 {
    font-size: 17px
}
.h5,
h5 {
    font-size: 14px
}
.h6,
h6 {
    font-size: 12px
}
.page-title {
    margin-top: 0
}
.page-title .separator {
    margin: 0 3px
}
.page-title .link-rss {
    float: right;
    margin: 7px 0 0
}
.title-buttons {
    text-align: right
}
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
    float: left
}
.sub-title,
.subtitle {
    color: #777
}
.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width: 768px) {
    .container {
        width: 750px
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}
.row {
    margin-left: -15px;
    margin-right: -15px
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}
.col-xs-12 {
    width: 100%
}
.col-xs-11 {
    width: 91.66666667%
}
.col-xs-10 {
    width: 83.33333333%
}
.col-xs-9 {
    width: 75%
}
.col-xs-8 {
    width: 66.66666667%
}
.col-xs-7 {
    width: 58.33333333%
}
.col-xs-6 {
    width: 50%
}
.col-xs-5 {
    width: 41.66666667%
}
.col-xs-4 {
    width: 33.33333333%
}
.col-xs-3 {
    width: 25%
}
.col-xs-2 {
    width: 16.66666667%
}
.col-xs-1 {
    width: 8.33333333%
}
.col-xs-pull-12 {
    right: 100%
}
.col-xs-pull-11 {
    right: 91.66666667%
}
.col-xs-pull-10 {
    right: 83.33333333%
}
.col-xs-pull-9 {
    right: 75%
}
.col-xs-pull-8 {
    right: 66.66666667%
}
.col-xs-pull-7 {
    right: 58.33333333%
}
.col-xs-pull-6 {
    right: 50%
}
.col-xs-pull-5 {
    right: 41.66666667%
}
.col-xs-pull-4 {
    right: 33.33333333%
}
.col-xs-pull-3 {
    right: 25%
}
.col-xs-pull-2 {
    right: 16.66666667%
}
.col-xs-pull-1 {
    right: 8.33333333%
}
.col-xs-pull-0 {
    right: auto
}
.col-xs-push-12 {
    left: 100%
}
.col-xs-push-11 {
    left: 91.66666667%
}
.col-xs-push-10 {
    left: 83.33333333%
}
.col-xs-push-9 {
    left: 75%
}
.col-xs-push-8 {
    left: 66.66666667%
}
.col-xs-push-7 {
    left: 58.33333333%
}
.col-xs-push-6 {
    left: 50%
}
.col-xs-push-5 {
    left: 41.66666667%
}
.col-xs-push-4 {
    left: 33.33333333%
}
.col-xs-push-3 {
    left: 25%
}
.col-xs-push-2 {
    left: 16.66666667%
}
.col-xs-push-1 {
    left: 8.33333333%
}
.col-xs-push-0 {
    left: auto
}
.col-xs-offset-12 {
    margin-left: 100%
}
.col-xs-offset-11 {
    margin-left: 91.66666667%
}
.col-xs-offset-10 {
    margin-left: 83.33333333%
}
.col-xs-offset-9 {
    margin-left: 75%
}
.col-xs-offset-8 {
    margin-left: 66.66666667%
}
.col-xs-offset-7 {
    margin-left: 58.33333333%
}
.col-xs-offset-6 {
    margin-left: 50%
}
.col-xs-offset-5 {
    margin-left: 41.66666667%
}
.col-xs-offset-4 {
    margin-left: 33.33333333%
}
.col-xs-offset-3 {
    margin-left: 25%
}
.col-xs-offset-2 {
    margin-left: 16.66666667%
}
.col-xs-offset-1 {
    margin-left: 8.33333333%
}
.col-xs-offset-0 {
    margin-left: 0
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}
.col2-set,
.col4-set {
    margin-left: -15px;
    margin-right: -15px
}
.col2-set&gt;.legend {
    margin-left: 15px;
    margin-right: 15px;
    width: auto
}
.col2-set .col-1,
.col2-set .col-2,
.col2-set .col-narrow,
.col2-set .col-wide,
.col3-set .col-1,
.col3-set .col-2,
.col3-set .col-3,
.col4-set .col-1,
.col4-set .col-2,
.col4-set .col-3,
.col4-set .col-4 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width: 768px) {
    .col2-set .col-1,
    .col2-set .col-2 {
        float: left;
        width: 50%
    }
}
@media (min-width: 768px) {
    .col2-set .col-narrow {
        float: left;
        width: 33.33333333%
    }
}
@media (min-width: 768px) {
    .col2-set .col-wide {
        float: left;
        width: 66.66666667%
    }
}
@media (min-width: 768px) {
    .col3-set .col-1,
    .col3-set .col-2,
    .col3-set .col-3 {
        float: left;
        width: 33.33333333%
    }
}
@media (min-width: 768px) {
    .col4-set .col-1,
    .col4-set .col-2,
    .col4-set .col-3,
    .col4-set .col-4 {
        float: left;
        width: 25%
    }
}
table {
    background-color: transparent
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}
th {
    text-align: left
}
.availability-only-details,
.cart .totals table,
.data-table,
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}
.availability-only-details&gt;tbody&gt;tr&gt;td,
.availability-only-details&gt;tbody&gt;tr&gt;th,
.availability-only-details&gt;tfoot&gt;tr&gt;td,
.availability-only-details&gt;tfoot&gt;tr&gt;th,
.availability-only-details&gt;thead&gt;tr&gt;td,
.availability-only-details&gt;thead&gt;tr&gt;th,
.cart .totals table&gt;tbody&gt;tr&gt;td,
.cart .totals table&gt;tbody&gt;tr&gt;th,
.cart .totals table&gt;tfoot&gt;tr&gt;td,
.cart .totals table&gt;tfoot&gt;tr&gt;th,
.cart .totals table&gt;thead&gt;tr&gt;td,
.cart .totals table&gt;thead&gt;tr&gt;th,
.data-table&gt;tbody&gt;tr&gt;td,
.data-table&gt;tbody&gt;tr&gt;th,
.data-table&gt;tfoot&gt;tr&gt;td,
.data-table&gt;tfoot&gt;tr&gt;th,
.data-table&gt;thead&gt;tr&gt;td,
.data-table&gt;thead&gt;tr&gt;th,
.table&gt;tbody&gt;tr&gt;td,
.table&gt;tbody&gt;tr&gt;th,
.table&gt;tfoot&gt;tr&gt;td,
.table&gt;tfoot&gt;tr&gt;th,
.table&gt;thead&gt;tr&gt;td,
.table&gt;thead&gt;tr&gt;th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}
.availability-only-details&gt;thead&gt;tr&gt;th,
.cart .totals table&gt;thead&gt;tr&gt;th,
.data-table&gt;thead&gt;tr&gt;th,
.table&gt;thead&gt;tr&gt;th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}
.availability-only-details&gt;caption+thead&gt;tr:first-child&gt;td,
.availability-only-details&gt;caption+thead&gt;tr:first-child&gt;th,
.availability-only-details&gt;colgroup+thead&gt;tr:first-child&gt;td,
.availability-only-details&gt;colgroup+thead&gt;tr:first-child&gt;th,
.availability-only-details&gt;thead:first-child&gt;tr:first-child&gt;td,
.availability-only-details&gt;thead:first-child&gt;tr:first-child&gt;th,
.cart .totals table&gt;caption+thead&gt;tr:first-child&gt;td,
.cart .totals table&gt;caption+thead&gt;tr:first-child&gt;th,
.cart .totals table&gt;colgroup+thead&gt;tr:first-child&gt;td,
.cart .totals table&gt;colgroup+thead&gt;tr:first-child&gt;th,
.cart .totals table&gt;thead:first-child&gt;tr:first-child&gt;td,
.cart .totals table&gt;thead:first-child&gt;tr:first-child&gt;th,
.data-table&gt;caption+thead&gt;tr:first-child&gt;td,
.data-table&gt;caption+thead&gt;tr:first-child&gt;th,
.data-table&gt;colgroup+thead&gt;tr:first-child&gt;td,
.data-table&gt;colgroup+thead&gt;tr:first-child&gt;th,
.data-table&gt;thead:first-child&gt;tr:first-child&gt;td,
.data-table&gt;thead:first-child&gt;tr:first-child&gt;th,
.table&gt;caption+thead&gt;tr:first-child&gt;td,
.table&gt;caption+thead&gt;tr:first-child&gt;th,
.table&gt;colgroup+thead&gt;tr:first-child&gt;td,
.table&gt;colgroup+thead&gt;tr:first-child&gt;th,
.table&gt;thead:first-child&gt;tr:first-child&gt;td,
.table&gt;thead:first-child&gt;tr:first-child&gt;th {
    border-top: 0
}
.availability-only-details&gt;tbody+tbody,
.cart .totals table&gt;tbody+tbody,
.data-table&gt;tbody+tbody,
.table&gt;tbody+tbody {
    border-top: 2px solid #ddd
}
.availability-only-details .availability-only-details,
.cart .totals table .cart .totals table,
.data-table .data-table,
.table .table {
    background-color: #fff
}
.table-condensed&gt;tbody&gt;tr&gt;td,
.table-condensed&gt;tbody&gt;tr&gt;th,
.table-condensed&gt;tfoot&gt;tr&gt;td,
.table-condensed&gt;tfoot&gt;tr&gt;th,
.table-condensed&gt;thead&gt;tr&gt;td,
.table-condensed&gt;thead&gt;tr&gt;th {
    padding: 5px
}
.data-table,
.data-table&gt;tbody&gt;tr&gt;td,
.data-table&gt;tbody&gt;tr&gt;th,
.data-table&gt;tfoot&gt;tr&gt;td,
.data-table&gt;tfoot&gt;tr&gt;th,
.data-table&gt;thead&gt;tr&gt;td,
.data-table&gt;thead&gt;tr&gt;th,
.table-bordered,
.table-bordered&gt;tbody&gt;tr&gt;td,
.table-bordered&gt;tbody&gt;tr&gt;th,
.table-bordered&gt;tfoot&gt;tr&gt;td,
.table-bordered&gt;tfoot&gt;tr&gt;th,
.table-bordered&gt;thead&gt;tr&gt;td,
.table-bordered&gt;thead&gt;tr&gt;th {
}
.data-table&gt;thead&gt;tr&gt;td,
.data-table&gt;thead&gt;tr&gt;th,
.table-bordered&gt;thead&gt;tr&gt;td,
.table-bordered&gt;thead&gt;tr&gt;th {
    border-bottom-width: 2px
}
.table-striped&gt;tbody&gt;tr:nth-of-type(odd) {
    background-color: #f9f9f9
}
.table-hover&gt;tbody&gt;tr:hover {
    background-color: #f5f5f5
}
table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}
table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}
.availability-only-details&gt;tbody&gt;tr.active&gt;td,
.availability-only-details&gt;tbody&gt;tr.active&gt;th,
.availability-only-details&gt;tbody&gt;tr&gt;td.active,
.availability-only-details&gt;tbody&gt;tr&gt;th.active,
.availability-only-details&gt;tfoot&gt;tr.active&gt;td,
.availability-only-details&gt;tfoot&gt;tr.active&gt;th,
.availability-only-details&gt;tfoot&gt;tr&gt;td.active,
.availability-only-details&gt;tfoot&gt;tr&gt;th.active,
.availability-only-details&gt;thead&gt;tr.active&gt;td,
.availability-only-details&gt;thead&gt;tr.active&gt;th,
.availability-only-details&gt;thead&gt;tr&gt;td.active,
.availability-only-details&gt;thead&gt;tr&gt;th.active,
.cart .totals table&gt;tbody&gt;tr.active&gt;td,
.cart .totals table&gt;tbody&gt;tr.active&gt;th,
.cart .totals table&gt;tbody&gt;tr&gt;td.active,
.cart .totals table&gt;tbody&gt;tr&gt;th.active,
.cart .totals table&gt;tfoot&gt;tr.active&gt;td,
.cart .totals table&gt;tfoot&gt;tr.active&gt;th,
.cart .totals table&gt;tfoot&gt;tr&gt;td.active,
.cart .totals table&gt;tfoot&gt;tr&gt;th.active,
.cart .totals table&gt;thead&gt;tr.active&gt;td,
.cart .totals table&gt;thead&gt;tr.active&gt;th,
.cart .totals table&gt;thead&gt;tr&gt;td.active,
.cart .totals table&gt;thead&gt;tr&gt;th.active,
.data-table&gt;tbody&gt;tr.active&gt;td,
.data-table&gt;tbody&gt;tr.active&gt;th,
.data-table&gt;tbody&gt;tr&gt;td.active,
.data-table&gt;tbody&gt;tr&gt;th.active,
.data-table&gt;tfoot&gt;tr.active&gt;td,
.data-table&gt;tfoot&gt;tr.active&gt;th,
.data-table&gt;tfoot&gt;tr&gt;td.active,
.data-table&gt;tfoot&gt;tr&gt;th.active,
.data-table&gt;thead&gt;tr.active&gt;td,
.data-table&gt;thead&gt;tr.active&gt;th,
.data-table&gt;thead&gt;tr&gt;td.active,
.data-table&gt;thead&gt;tr&gt;th.active,
.table&gt;tbody&gt;tr.active&gt;td,
.table&gt;tbody&gt;tr.active&gt;th,
.table&gt;tbody&gt;tr&gt;td.active,
.table&gt;tbody&gt;tr&gt;th.active,
.table&gt;tfoot&gt;tr.active&gt;td,
.table&gt;tfoot&gt;tr.active&gt;th,
.table&gt;tfoot&gt;tr&gt;td.active,
.table&gt;tfoot&gt;tr&gt;th.active,
.table&gt;thead&gt;tr.active&gt;td,
.table&gt;thead&gt;tr.active&gt;th,
.table&gt;thead&gt;tr&gt;td.active,
.table&gt;thead&gt;tr&gt;th.active {
    background-color: #f5f5f5
}
.table-hover&gt;tbody&gt;tr.active:hover&gt;td,
.table-hover&gt;tbody&gt;tr.active:hover&gt;th,
.table-hover&gt;tbody&gt;tr:hover&gt;.active,
.table-hover&gt;tbody&gt;tr&gt;td.active:hover,
.table-hover&gt;tbody&gt;tr&gt;th.active:hover {
    background-color: #e8e8e8
}
.availability-only-details&gt;tbody&gt;tr.success&gt;td,
.availability-only-details&gt;tbody&gt;tr.success&gt;th,
.availability-only-details&gt;tbody&gt;tr&gt;td.success,
.availability-only-details&gt;tbody&gt;tr&gt;th.success,
.availability-only-details&gt;tfoot&gt;tr.success&gt;td,
.availability-only-details&gt;tfoot&gt;tr.success&gt;th,
.availability-only-details&gt;tfoot&gt;tr&gt;td.success,
.availability-only-details&gt;tfoot&gt;tr&gt;th.success,
.availability-only-details&gt;thead&gt;tr.success&gt;td,
.availability-only-details&gt;thead&gt;tr.success&gt;th,
.availability-only-details&gt;thead&gt;tr&gt;td.success,
.availability-only-details&gt;thead&gt;tr&gt;th.success,
.cart .totals table&gt;tbody&gt;tr.success&gt;td,
.cart .totals table&gt;tbody&gt;tr.success&gt;th,
.cart .totals table&gt;tbody&gt;tr&gt;td.success,
.cart .totals table&gt;tbody&gt;tr&gt;th.success,
.cart .totals table&gt;tfoot&gt;tr.success&gt;td,
.cart .totals table&gt;tfoot&gt;tr.success&gt;th,
.cart .totals table&gt;tfoot&gt;tr&gt;td.success,
.cart .totals table&gt;tfoot&gt;tr&gt;th.success,
.cart .totals table&gt;thead&gt;tr.success&gt;td,
.cart .totals table&gt;thead&gt;tr.success&gt;th,
.cart .totals table&gt;thead&gt;tr&gt;td.success,
.cart .totals table&gt;thead&gt;tr&gt;th.success,
.data-table&gt;tbody&gt;tr.success&gt;td,
.data-table&gt;tbody&gt;tr.success&gt;th,
.data-table&gt;tbody&gt;tr&gt;td.success,
.data-table&gt;tbody&gt;tr&gt;th.success,
.data-table&gt;tfoot&gt;tr.success&gt;td,
.data-table&gt;tfoot&gt;tr.success&gt;th,
.data-table&gt;tfoot&gt;tr&gt;td.success,
.data-table&gt;tfoot&gt;tr&gt;th.success,
.data-table&gt;thead&gt;tr.success&gt;td,
.data-table&gt;thead&gt;tr.success&gt;th,
.data-table&gt;thead&gt;tr&gt;td.success,
.data-table&gt;thead&gt;tr&gt;th.success,
.table&gt;tbody&gt;tr.success&gt;td,
.table&gt;tbody&gt;tr.success&gt;th,
.table&gt;tbody&gt;tr&gt;td.success,
.table&gt;tbody&gt;tr&gt;th.success,
.table&gt;tfoot&gt;tr.success&gt;td,
.table&gt;tfoot&gt;tr.success&gt;th,
.table&gt;tfoot&gt;tr&gt;td.success,
.table&gt;tfoot&gt;tr&gt;th.success,
.table&gt;thead&gt;tr.success&gt;td,
.table&gt;thead&gt;tr.success&gt;th,
.table&gt;thead&gt;tr&gt;td.success,
.table&gt;thead&gt;tr&gt;th.success {
    background-color: #dff0d8
}
.table-hover&gt;tbody&gt;tr.success:hover&gt;td,
.table-hover&gt;tbody&gt;tr.success:hover&gt;th,
.table-hover&gt;tbody&gt;tr:hover&gt;.success,
.table-hover&gt;tbody&gt;tr&gt;td.success:hover,
.table-hover&gt;tbody&gt;tr&gt;th.success:hover {
    background-color: #d0e9c6
}
.availability-only-details&gt;tbody&gt;tr.info&gt;td,
.availability-only-details&gt;tbody&gt;tr.info&gt;th,
.availability-only-details&gt;tbody&gt;tr&gt;td.info,
.availability-only-details&gt;tbody&gt;tr&gt;th.info,
.availability-only-details&gt;tfoot&gt;tr.info&gt;td,
.availability-only-details&gt;tfoot&gt;tr.info&gt;th,
.availability-only-details&gt;tfoot&gt;tr&gt;td.info,
.availability-only-details&gt;tfoot&gt;tr&gt;th.info,
.availability-only-details&gt;thead&gt;tr.info&gt;td,
.availability-only-details&gt;thead&gt;tr.info&gt;th,
.availability-only-details&gt;thead&gt;tr&gt;td.info,
.availability-only-details&gt;thead&gt;tr&gt;th.info,
.cart .totals table&gt;tbody&gt;tr.info&gt;td,
.cart .totals table&gt;tbody&gt;tr.info&gt;th,
.cart .totals table&gt;tbody&gt;tr&gt;td.info,
.cart .totals table&gt;tbody&gt;tr&gt;th.info,
.cart .totals table&gt;tfoot&gt;tr.info&gt;td,
.cart .totals table&gt;tfoot&gt;tr.info&gt;th,
.cart .totals table&gt;tfoot&gt;tr&gt;td.info,
.cart .totals table&gt;tfoot&gt;tr&gt;th.info,
.cart .totals table&gt;thead&gt;tr.info&gt;td,
.cart .totals table&gt;thead&gt;tr.info&gt;th,
.cart .totals table&gt;thead&gt;tr&gt;td.info,
.cart .totals table&gt;thead&gt;tr&gt;th.info,
.data-table&gt;tbody&gt;tr.info&gt;td,
.data-table&gt;tbody&gt;tr.info&gt;th,
.data-table&gt;tbody&gt;tr&gt;td.info,
.data-table&gt;tbody&gt;tr&gt;th.info,
.data-table&gt;tfoot&gt;tr.info&gt;td,
.data-table&gt;tfoot&gt;tr.info&gt;th,
.data-table&gt;tfoot&gt;tr&gt;td.info,
.data-table&gt;tfoot&gt;tr&gt;th.info,
.data-table&gt;thead&gt;tr.info&gt;td,
.data-table&gt;thead&gt;tr.info&gt;th,
.data-table&gt;thead&gt;tr&gt;td.info,
.data-table&gt;thead&gt;tr&gt;th.info,
.table&gt;tbody&gt;tr.info&gt;td,
.table&gt;tbody&gt;tr.info&gt;th,
.table&gt;tbody&gt;tr&gt;td.info,
.table&gt;tbody&gt;tr&gt;th.info,
.table&gt;tfoot&gt;tr.info&gt;td,
.table&gt;tfoot&gt;tr.info&gt;th,
.table&gt;tfoot&gt;tr&gt;td.info,
.table&gt;tfoot&gt;tr&gt;th.info,
.table&gt;thead&gt;tr.info&gt;td,
.table&gt;thead&gt;tr.info&gt;th,
.table&gt;thead&gt;tr&gt;td.info,
.table&gt;thead&gt;tr&gt;th.info {
    background-color: #d9edf7
}
.table-hover&gt;tbody&gt;tr.info:hover&gt;td,
.table-hover&gt;tbody&gt;tr.info:hover&gt;th,
.table-hover&gt;tbody&gt;tr:hover&gt;.info,
.table-hover&gt;tbody&gt;tr&gt;td.info:hover,
.table-hover&gt;tbody&gt;tr&gt;th.info:hover {
    background-color: #c4e3f3
}
.availability-only-details&gt;tbody&gt;tr.warning&gt;td,
.availability-only-details&gt;tbody&gt;tr.warning&gt;th,
.availability-only-details&gt;tbody&gt;tr&gt;td.warning,
.availability-only-details&gt;tbody&gt;tr&gt;th.warning,
.availability-only-details&gt;tfoot&gt;tr.warning&gt;td,
.availability-only-details&gt;tfoot&gt;tr.warning&gt;th,
.availability-only-details&gt;tfoot&gt;tr&gt;td.warning,
.availability-only-details&gt;tfoot&gt;tr&gt;th.warning,
.availability-only-details&gt;thead&gt;tr.warning&gt;td,
.availability-only-details&gt;thead&gt;tr.warning&gt;th,
.availability-only-details&gt;thead&gt;tr&gt;td.warning,
.availability-only-details&gt;thead&gt;tr&gt;th.warning,
.cart .totals table&gt;tbody&gt;tr.warning&gt;td,
.cart .totals table&gt;tbody&gt;tr.warning&gt;th,
.cart .totals table&gt;tbody&gt;tr&gt;td.warning,
.cart .totals table&gt;tbody&gt;tr&gt;th.warning,
.cart .totals table&gt;tfoot&gt;tr.warning&gt;td,
.cart .totals table&gt;tfoot&gt;tr.warning&gt;th,
.cart .totals table&gt;tfoot&gt;tr&gt;td.warning,
.cart .totals table&gt;tfoot&gt;tr&gt;th.warning,
.cart .totals table&gt;thead&gt;tr.warning&gt;td,
.cart .totals table&gt;thead&gt;tr.warning&gt;th,
.cart .totals table&gt;thead&gt;tr&gt;td.warning,
.cart .totals table&gt;thead&gt;tr&gt;th.warning,
.data-table&gt;tbody&gt;tr.warning&gt;td,
.data-table&gt;tbody&gt;tr.warning&gt;th,
.data-table&gt;tbody&gt;tr&gt;td.warning,
.data-table&gt;tbody&gt;tr&gt;th.warning,
.data-table&gt;tfoot&gt;tr.warning&gt;td,
.data-table&gt;tfoot&gt;tr.warning&gt;th,
.data-table&gt;tfoot&gt;tr&gt;td.warning,
.data-table&gt;tfoot&gt;tr&gt;th.warning,
.data-table&gt;thead&gt;tr.warning&gt;td,
.data-table&gt;thead&gt;tr.warning&gt;th,
.data-table&gt;thead&gt;tr&gt;td.warning,
.data-table&gt;thead&gt;tr&gt;th.warning,
.table&gt;tbody&gt;tr.warning&gt;td,
.table&gt;tbody&gt;tr.warning&gt;th,
.table&gt;tbody&gt;tr&gt;td.warning,
.table&gt;tbody&gt;tr&gt;th.warning,
.table&gt;tfoot&gt;tr.warning&gt;td,
.table&gt;tfoot&gt;tr.warning&gt;th,
.table&gt;tfoot&gt;tr&gt;td.warning,
.table&gt;tfoot&gt;tr&gt;th.warning,
.table&gt;thead&gt;tr.warning&gt;td,
.table&gt;thead&gt;tr.warning&gt;th,
.table&gt;thead&gt;tr&gt;td.warning,
.table&gt;thead&gt;tr&gt;th.warning {
    background-color: #fcf8e3
}
.table-hover&gt;tbody&gt;tr.warning:hover&gt;td,
.table-hover&gt;tbody&gt;tr.warning:hover&gt;th,
.table-hover&gt;tbody&gt;tr:hover&gt;.warning,
.table-hover&gt;tbody&gt;tr&gt;td.warning:hover,
.table-hover&gt;tbody&gt;tr&gt;th.warning:hover {
    background-color: #faf2cc
}
.availability-only-details&gt;tbody&gt;tr.danger&gt;td,
.availability-only-details&gt;tbody&gt;tr.danger&gt;th,
.availability-only-details&gt;tbody&gt;tr&gt;td.danger,
.availability-only-details&gt;tbody&gt;tr&gt;th.danger,
.availability-only-details&gt;tfoot&gt;tr.danger&gt;td,
.availability-only-details&gt;tfoot&gt;tr.danger&gt;th,
.availability-only-details&gt;tfoot&gt;tr&gt;td.danger,
.availability-only-details&gt;tfoot&gt;tr&gt;th.danger,
.availability-only-details&gt;thead&gt;tr.danger&gt;td,
.availability-only-details&gt;thead&gt;tr.danger&gt;th,
.availability-only-details&gt;thead&gt;tr&gt;td.danger,
.availability-only-details&gt;thead&gt;tr&gt;th.danger,
.cart .totals table&gt;tbody&gt;tr.danger&gt;td,
.cart .totals table&gt;tbody&gt;tr.danger&gt;th,
.cart .totals table&gt;tbody&gt;tr&gt;td.danger,
.cart .totals table&gt;tbody&gt;tr&gt;th.danger,
.cart .totals table&gt;tfoot&gt;tr.danger&gt;td,
.cart .totals table&gt;tfoot&gt;tr.danger&gt;th,
.cart .totals table&gt;tfoot&gt;tr&gt;td.danger,
.cart .totals table&gt;tfoot&gt;tr&gt;th.danger,
.cart .totals table&gt;thead&gt;tr.danger&gt;td,
.cart .totals table&gt;thead&gt;tr.danger&gt;th,
.cart .totals table&gt;thead&gt;tr&gt;td.danger,
.cart .totals table&gt;thead&gt;tr&gt;th.danger,
.data-table&gt;tbody&gt;tr.danger&gt;td,
.data-table&gt;tbody&gt;tr.danger&gt;th,
.data-table&gt;tbody&gt;tr&gt;td.danger,
.data-table&gt;tbody&gt;tr&gt;th.danger,
.data-table&gt;tfoot&gt;tr.danger&gt;td,
.data-table&gt;tfoot&gt;tr.danger&gt;th,
.data-table&gt;tfoot&gt;tr&gt;td.danger,
.data-table&gt;tfoot&gt;tr&gt;th.danger,
.data-table&gt;thead&gt;tr.danger&gt;td,
.data-table&gt;thead&gt;tr.danger&gt;th,
.data-table&gt;thead&gt;tr&gt;td.danger,
.data-table&gt;thead&gt;tr&gt;th.danger,
.table&gt;tbody&gt;tr.danger&gt;td,
.table&gt;tbody&gt;tr.danger&gt;th,
.table&gt;tbody&gt;tr&gt;td.danger,
.table&gt;tbody&gt;tr&gt;th.danger,
.table&gt;tfoot&gt;tr.danger&gt;td,
.table&gt;tfoot&gt;tr.danger&gt;th,
.table&gt;tfoot&gt;tr&gt;td.danger,
.table&gt;tfoot&gt;tr&gt;th.danger,
.table&gt;thead&gt;tr.danger&gt;td,
.table&gt;thead&gt;tr.danger&gt;th,
.table&gt;thead&gt;tr&gt;td.danger,
.table&gt;thead&gt;tr&gt;th.danger {
    background-color: #f2dede
}
.table-hover&gt;tbody&gt;tr.danger:hover&gt;td,
.table-hover&gt;tbody&gt;tr.danger:hover&gt;th,
.table-hover&gt;tbody&gt;tr:hover&gt;.danger,
.table-hover&gt;tbody&gt;tr&gt;td.danger:hover,
.table-hover&gt;tbody&gt;tr&gt;th.danger:hover {
    background-color: #ebcccc
}
.table-responsive {
    overflow-x: auto;
    min-height: .01%
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive&gt;.availability-only-details,
    .table-responsive&gt;.cart .totals table,
    .table-responsive&gt;.data-table,
    .table-responsive&gt;.table {
        margin-bottom: 0
    }
    .table-responsive&gt;.availability-only-details&gt;tbody&gt;tr&gt;td,
    .table-responsive&gt;.availability-only-details&gt;tbody&gt;tr&gt;th,
    .table-responsive&gt;.availability-only-details&gt;tfoot&gt;tr&gt;td,
    .table-responsive&gt;.availability-only-details&gt;tfoot&gt;tr&gt;th,
    .table-responsive&gt;.availability-only-details&gt;thead&gt;tr&gt;td,
    .table-responsive&gt;.availability-only-details&gt;thead&gt;tr&gt;th,
    .table-responsive&gt;.cart .totals table&gt;tbody&gt;tr&gt;td,
    .table-responsive&gt;.cart .totals table&gt;tbody&gt;tr&gt;th,
    .table-responsive&gt;.cart .totals table&gt;tfoot&gt;tr&gt;td,
    .table-responsive&gt;.cart .totals table&gt;tfoot&gt;tr&gt;th,
    .table-responsive&gt;.cart .totals table&gt;thead&gt;tr&gt;td,
    .table-responsive&gt;.cart .totals table&gt;thead&gt;tr&gt;th,
    .table-responsive&gt;.data-table&gt;tbody&gt;tr&gt;td,
    .table-responsive&gt;.data-table&gt;tbody&gt;tr&gt;th,
    .table-responsive&gt;.data-table&gt;tfoot&gt;tr&gt;td,
    .table-responsive&gt;.data-table&gt;tfoot&gt;tr&gt;th,
    .table-responsive&gt;.data-table&gt;thead&gt;tr&gt;td,
    .table-responsive&gt;.data-table&gt;thead&gt;tr&gt;th,
    .table-responsive&gt;.table&gt;tbody&gt;tr&gt;td,
    .table-responsive&gt;.table&gt;tbody&gt;tr&gt;th,
    .table-responsive&gt;.table&gt;tfoot&gt;tr&gt;td,
    .table-responsive&gt;.table&gt;tfoot&gt;tr&gt;th,
    .table-responsive&gt;.table&gt;thead&gt;tr&gt;td,
    .table-responsive&gt;.table&gt;thead&gt;tr&gt;th {
        white-space: nowrap
    }
    .table-responsive&gt;.data-table,
    .table-responsive&gt;.table-bordered {
        border: 0
    }
    .table-responsive&gt;.data-table&gt;tbody&gt;tr&gt;td:first-child,
    .table-responsive&gt;.data-table&gt;tbody&gt;tr&gt;th:first-child,
    .table-responsive&gt;.data-table&gt;tfoot&gt;tr&gt;td:first-child,
    .table-responsive&gt;.data-table&gt;tfoot&gt;tr&gt;th:first-child,
    .table-responsive&gt;.data-table&gt;thead&gt;tr&gt;td:first-child,
    .table-responsive&gt;.data-table&gt;thead&gt;tr&gt;th:first-child,
    .table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,
    .table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,
    .table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child,
    .table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,
    .table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,
    .table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child {
        border-left: 0
    }
    .table-responsive&gt;.data-table&gt;tbody&gt;tr&gt;td:last-child,
    .table-responsive&gt;.data-table&gt;tbody&gt;tr&gt;th:last-child,
    .table-responsive&gt;.data-table&gt;tfoot&gt;tr&gt;td:last-child,
    .table-responsive&gt;.data-table&gt;tfoot&gt;tr&gt;th:last-child,
    .table-responsive&gt;.data-table&gt;thead&gt;tr&gt;td:last-child,
    .table-responsive&gt;.data-table&gt;thead&gt;tr&gt;th:last-child,
    .table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,
    .table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,
    .table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child,

    .table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,
    .table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,
    .table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child {
        border-right: 0
    }
    .table-responsive&gt;.data-table&gt;tbody&gt;tr:last-child&gt;td,
    .table-responsive&gt;.data-table&gt;tbody&gt;tr:last-child&gt;th,
    .table-responsive&gt;.data-table&gt;tfoot&gt;tr:last-child&gt;td,
    .table-responsive&gt;.data-table&gt;tfoot&gt;tr:last-child&gt;th,
    .table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,
    .table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,
    .table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td,
    .table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th {
        border-bottom: 0
    }
}
.data-table&gt;tbody&gt;tr&gt;td,
.data-table&gt;tbody&gt;tr&gt;th {
    background-color: #fff;
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}
label {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}
label.required em { color: #ff0000;} 
select { width: 100%; background: #fff; }
input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}
input[type=file] {
    display: block
}
input[type=range] {
    display: block;
    width: 100%
}
select[multiple],
select[size] {
    height: auto
}
input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}
.form-control,
.form-language select,
.form-list select,
.form-list textarea,
.input-text,
.multiple-checkout .data-table select,
.my-wishlist textarea,
.product-options dd .input-text,
.product-options dd select,
.product-options dd textarea {
    display: block;
    width: 100%;
    padding: 8px 10px;
    font-size: 12px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}
.form-control:-ms-input-placeholder {
    color: #999
}
.form-control::-webkit-input-placeholder {
    color: #999
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}
textarea.form-control {
    height: auto
}
input[type=search] {
    -webkit-appearance: none
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date],
    input[type=time],
    input[type=datetime-local],
    input[type=month] {
        line-height: 34px
    }
    .input-group-sm input[type=date],
    .input-group-sm input[type=time],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    input[type=date].input-sm,
    input[type=time].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm {
        line-height: 30px
    }
    .input-group-lg input[type=date],
    .input-group-lg input[type=time],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    input[type=date].input-lg,
    input[type=time].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg {
        line-height: 46px
    }
}
.form-group,
.form-list li {
    margin-bottom: 15px
}
.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}
.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px
}
.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}
.checkbox-inline,
.radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}
.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}
.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}
.cart-table .qty,
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
select.input-sm {
    height: 30px;
    line-height: 30px
}
select[multiple].input-sm,
textarea.input-sm {
    height: auto
}
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px
}
select[multiple].form-group-sm .form-control,
textarea.form-group-sm .form-control {
    height: auto
}
.form-group-sm .form-control-static {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}
select.input-lg {
    height: 46px;
    line-height: 46px
}
select[multiple].input-lg,
textarea.input-lg {
    height: auto
}
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}
select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px
}
select[multiple].form-group-lg .form-control,
textarea.form-group-lg .form-control {
    height: auto
}
.form-group-lg .form-control-static {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}
.has-feedback {
    position: relative
}
.has-feedback .form-control {
    padding-right: 42.5px
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}
.has-success .form-control-feedback {
    color: #3c763d
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}
.has-warning .form-control-feedback {
    color: #8a6d3b
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}
.has-error .form-control-feedback {
    color: #a94442
}
.has-feedback label~.form-control-feedback {
    top: 25px
}
.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }
    .form-inline .input-group&gt;.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}
.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33px
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}
p.control input.checkbox,
p.control input.radio {
    margin-right: 6px
}
.form-list label {
    position: relative
}
.form-list label.required em {
    font-style: normal;
    margin-right: 5px;
}
.form-list li.control label {
    float: none;
    display: block
}
.form-list li.control input.checkbox,
.form-list li.control input.radio {
    margin-right: 11px;
    display: inline;
    float: left;
    margin-top: 7px;
}

.form-list li.control .input-box {
    clear: none;
    display: inline;
    width: auto
}
.form-list .field {
    float: left;
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    display:block !important
}
.form-list .field:first-child,
.form-list .field:first-of-type {
    padding-left: 0
}
.form-list .field:last-child {
    padding-right: 0
}
.form-list select[multiple],
.form-list textarea {
    height: auto
}
.form-list li.additional-row {
    border-top: 1px solid #e5e5e5;
    margin-top: 10px;
    padding-top: 7px
}
.form-list li.additional-row .btn-remove {
    float: right;
    margin: 5px 0 0
}
.form-list .input-range input.input-text,
.form-list .input-range span {
    display: inline-block
}
.form-list .input-range input.input-text {
    width: 40%
}
.form-list-narrow li {
    margin-bottom: 0
}
.form-list-narrow li .input-box {
    margin-bottom: 6px
}
.form-list-narrow li.wide .input-box {
    width: 260px
}
.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea {
    width: 254px
}
.form-list-narrow li.wide select {
    width: 260px
}
.form-list .customer-name-prefix .name-prefix {
    width: 16%
}
.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-prefix .name-lastname {
    width: 42%
}
.form-list .customer-name-prefix-middlename .name-middlename,
.form-list .customer-name-prefix-middlename .name-prefix {
    width: 16%
}
.form-list .customer-name-prefix-middlename .name-firstname,
.form-list .customer-name-prefix-middlename .name-lastname {
    width: 34%
}
.form-list .customer-name-prefix-suffix .name-prefix,
.form-list .customer-name-prefix-suffix .name-suffix {
    width: 16%
}
.form-list .customer-name-prefix-suffix .name-firstname,
.form-list .customer-name-prefix-suffix .name-lastname {
    width: 34%
}
.form-list .customer-name-prefix-middlename-suffix .name-middlename,
.form-list .customer-name-prefix-middlename-suffix .name-prefix,
.form-list .customer-name-prefix-middlename-suffix .name-suffix {
    width: 12%
}
.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename-suffix .name-lastname {
    width: 32%
}
.form-list .customer-name-middlename .name-middlename {
    width: 16%
}
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-lastname {
    width: 42%
}
.form-list .customer-name-middlename-suffix .name-middlename,
.form-list .customer-name-middlename-suffix .name-suffix {
    width: 16%
}
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname {
    width: 34%
}
.form-list .customer-name-suffix .name-suffix {
    width: 16%
}
.form-list .customer-name-suffix .name-firstname,
.form-list .customer-name-suffix .name-lastname {
    width: 42%
}
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-year {
    float: left;
    padding-right: 15px;
    padding-left: 15px
}
.form-list .customer-dob .dob-day:first-child,
.form-list .customer-dob .dob-month:first-child,
.form-list .customer-dob .dob-year:first-child {
    padding-left: 0
}
.form-list .customer-dob .dob-day+.dob-month+.dob-year,
.form-list .customer-dob .dob-month+.dob-day+.dob-year,
.form-list .customer-dob .dob-year+.dob-day+.dob-month,
.form-list .customer-dob .dob-year+.dob-month+.dob-day {
    padding-right: 0
}
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
    width: 30%
}
.form-list .customer-dob .dob-year {
    width: 40%
}
.legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 400;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}
.buttons-set {
	padding-top: 10px;
}
.buttons-set p.required {
    margin: 0 0 10px;
    float: left;
}
.buttons-set .back-link {
    float: left;
    margin: 0;
    clear: both;
    display: block;
}
.buttons-set button.button {
    float: right;
    border: 0;
    background: #1f41b9;
    color: #fff;
    padding: 8px 24px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.buttons-set-order {
    margin: 10px 0 0
}
.buttons-set-order .please-wait {
    padding: 12px 7px 0 0
}
.validation-advice {
    clear: both;
    color: #a94442
}
.validation-failed {
    border-color: #a94442!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.validation-failed:focus {
    border-color: #843534!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483!important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483!important
}
p.required {
    text-align: left;
    padding: 10px 0;
    color: #ff0000;
    font-size: 12px;
}
.v-fix {
    float: left
}
.v-fix .validation-advice {
    display: block;
    width: 12em;
    margin-right: -12em;
    position: relative
}
.btn,
.button,
.my-wishlist .link-edit {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}
.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}
.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-default,
.button,
.my-wishlist .link-edit {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open&gt;.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}
.btn-default.active,
.btn-default:active,
.open&gt;.dropdown-toggle.btn-default {
    background-image: none
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}
.btn-default .badge {
    color: #fff;
    background-color: #333
}
.btn-cart,
.btn-checkout,
.btn-primary,
.my-wishlist .btn-add {
    color: #fff;
    background-color: #1CB685;
    border-color: #1CB685
}
.btn-secondary {
    color: #fff;
    background-color: #f15c22;
    border-color: #eb4c0f
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open&gt;.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #d3450d;
    border-color: #b13a0b
}
.btn-primary.active,
.btn-primary:active,
.open&gt;.dropdown-toggle.btn-primary {
    background-image: none
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #f15c22;
    border-color: #eb4c0f
}
.btn-primary .badge {
    color: #f15c22;
    background-color: #fff
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open&gt;.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}
.btn-success.active,
.btn-success:active,
.open&gt;.dropdown-toggle.btn-success {
    background-image: none
}
.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open&gt;.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}
.btn-info.active,
.btn-info:active,
.open&gt;.dropdown-toggle.btn-info {
    background-image: none
}
.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}
.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open&gt;.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}
.btn-warning.active,
.btn-warning:active,
.open&gt;.dropdown-toggle.btn-warning {
    background-image: none
}
.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open&gt;.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}
.btn-danger.active,
.btn-danger:active,
.open&gt;.dropdown-toggle.btn-danger {
    background-image: none
}
.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}
.btn-link {
    color: #f15c22;
    font-weight: 400;
    border-radius: 0
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}
.btn-link:focus,
.btn-link:hover {
    color: #bb3d0c;
    text-decoration: underline;
    background-color: transparent
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}
#multiship-addresses-table tfoot .button,
.block .actions button.button,
.btn-sm,
.cart-table .button {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.btn-block {
    display: block;
    width: 100%
}
.btn-block+.btn-block {
    margin-top: 5px
}
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}
.fade.in {
    opacity: 1
}
.collapse {
    display: none;
    visibility: hidden
}
.collapse.in {
    display: block;
    visibility: visible
}
tr.collapse.in {
    display: table-row
}
tbody.collapse.in {
    display: table-row-group
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}
.dropdown,
.dropup {
    position: relative
}
.dropdown-toggle:focus {
    outline: 0
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}
.dropdown-menu&gt;li&gt;a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}
.dropdown-menu&gt;li&gt;a:focus,
.dropdown-menu&gt;li&gt;a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}
.dropdown-menu&gt;.active&gt;a,
.dropdown-menu&gt;.active&gt;a:focus,
.dropdown-menu&gt;.active&gt;a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #f15c22
}
.dropdown-menu&gt;.disabled&gt;a,
.dropdown-menu&gt;.disabled&gt;a:focus,
.dropdown-menu&gt;.disabled&gt;a:hover {
    color: #777
}
.dropdown-menu&gt;.disabled&gt;a:focus,
.dropdown-menu&gt;.disabled&gt;a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}
.open&gt;.dropdown-menu {
    display: block
}
.open&gt;a {
    outline: 0
}
.dropdown-menu-right {
    left: auto;
    right: 0
}
.dropdown-menu-left {
    left: 0;
    right: auto
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}
.pull-right&gt;.dropdown-menu {
    right: 0;
    left: auto
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}
.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}
.input-group-lg&gt;.form-control,
.input-group-lg&gt;.input-group-addon,
.input-group-lg&gt;.input-group-btn&gt;.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}
select.input-group-lg&gt;.form-control,
select.input-group-lg&gt;.input-group-addon,
select.input-group-lg&gt;.input-group-btn&gt;.btn {
    height: 46px;
    line-height: 46px
}
select[multiple].input-group-lg&gt;.form-control,
select[multiple].input-group-lg&gt;.input-group-addon,
select[multiple].input-group-lg&gt;.input-group-btn&gt;.btn,
textarea.input-group-lg&gt;.form-control,
textarea.input-group-lg&gt;.input-group-addon,
textarea.input-group-lg&gt;.input-group-btn&gt;.btn {
    height: auto
}
.input-group-sm&gt;.form-control,
.input-group-sm&gt;.input-group-addon,
.input-group-sm&gt;.input-group-btn&gt;.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
select.input-group-sm&gt;.form-control,
select.input-group-sm&gt;.input-group-addon,
select.input-group-sm&gt;.input-group-btn&gt;.btn {
    height: 30px;
    line-height: 30px
}
select[multiple].input-group-sm&gt;.form-control,
select[multiple].input-group-sm&gt;.input-group-addon,
select[multiple].input-group-sm&gt;.input-group-btn&gt;.btn,
textarea.input-group-sm&gt;.form-control,
textarea.input-group-sm&gt;.input-group-addon,
textarea.input-group-sm&gt;.input-group-btn&gt;.btn {
    height: auto
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}
.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child&gt;.btn,
.input-group-btn:first-child&gt;.btn-group&gt;.btn,
.input-group-btn:first-child&gt;.dropdown-toggle,
.input-group-btn:last-child&gt;.btn-group:not(:last-child)&gt;.btn,
.input-group-btn:last-child&gt;.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}
.input-group-addon:first-child {
    border-right: 0
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child&gt;.btn-group:not(:first-child)&gt;.btn,
.input-group-btn:first-child&gt;.btn:not(:first-child),
.input-group-btn:last-child&gt;.btn,
.input-group-btn:last-child&gt;.btn-group&gt;.btn,
.input-group-btn:last-child&gt;.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}
.input-group-addon:last-child {
    border-left: 0
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}
.input-group-btn&gt;.btn {
    position: relative
}
.input-group-btn&gt;.btn+.btn {
    margin-left: -1px
}
.input-group-btn&gt;.btn:active,
.input-group-btn&gt;.btn:focus,
.input-group-btn&gt;.btn:hover {
    z-index: 2
}
.input-group-btn:first-child&gt;.btn,
.input-group-btn:first-child&gt;.btn-group {
    margin-right: -1px
}
.input-group-btn:last-child&gt;.btn,
.input-group-btn:last-child&gt;.btn-group {
    margin-left: -1px
}
.input-group-addon label {
    margin-bottom: 0;
    font-weight: 400
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}
.nav&gt;li {
    position: relative;
    display: block
}
.nav&gt;li&gt;a {
    position: relative;
    display: block;
    padding: 10px 15px
}
.nav&gt;li&gt;a:focus,
.nav&gt;li&gt;a:hover {
    text-decoration: none;
    background-color: #eee
}
.nav&gt;li.disabled&gt;a {
    color: #777
}
.nav&gt;li.disabled&gt;a:focus,
.nav&gt;li.disabled&gt;a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}
.nav .open&gt;a,
.nav .open&gt;a:focus,
.nav .open&gt;a:hover {
    background-color: #eee;
    border-color: #f15c22
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}
.nav&gt;li&gt;a&gt;img {
    max-width: none
}
.nav-tabs {
    border-bottom: 1px solid #ddd
}
.nav-tabs&gt;li {
    float: left;
    margin-bottom: -1px
}
.nav-tabs&gt;li&gt;a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}
.nav-tabs&gt;li&gt;a:hover {
    border-color: #eee #eee #ddd
}
.nav-tabs&gt;li.active&gt;a,
.nav-tabs&gt;li.active&gt;a:focus,
.nav-tabs&gt;li.active&gt;a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}
.nav-tabs.nav-justified&gt;li {
    float: none
}
.nav-tabs.nav-justified&gt;li&gt;a {
    text-align: center;
    margin-bottom: 5px
}
.nav-tabs.nav-justified&gt;.dropdown .dropdown-menu {
    top: auto;
    left: auto
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified&gt;li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified&gt;li&gt;a {
        margin-bottom: 0
    }
}
.nav-tabs.nav-justified&gt;li&gt;a {
    margin-right: 0;
    border-radius: 4px
}
.nav-tabs.nav-justified&gt;.active&gt;a,
.nav-tabs.nav-justified&gt;.active&gt;a:focus,
.nav-tabs.nav-justified&gt;.active&gt;a:hover {
    border: 1px solid #ddd
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified&gt;li&gt;a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified&gt;.active&gt;a,
    .nav-tabs.nav-justified&gt;.active&gt;a:focus,
    .nav-tabs.nav-justified&gt;.active&gt;a:hover {
        border-bottom-color: #fff
    }
}
.nav-pills&gt;li {
    float: left
}
.nav-pills&gt;li&gt;a {
    border-radius: 4px
}
.nav-pills&gt;li+li {
    margin-left: 2px
}
.nav-pills&gt;li.active&gt;a,
.nav-pills&gt;li.active&gt;a:focus,
.nav-pills&gt;li.active&gt;a:hover {
    color: #fff;
    background-color: #f15c22
}
.nav-stacked&gt;li {
    float: none
}
.nav-stacked&gt;li+li {
    margin-top: 2px;
    margin-left: 0
}
.nav-justified {
    width: 100%
}
.nav-justified&gt;li {
    float: none
}
.nav-justified&gt;li&gt;a {
    text-align: center;
    margin-bottom: 5px
}
.nav-justified&gt;.dropdown .dropdown-menu {
    top: auto;
    left: auto
}
@media (min-width: 768px) {
    .nav-justified&gt;li {
        display: table-cell;
        width: 1%
    }
    .nav-justified&gt;li&gt;a {
        margin-bottom: 0
    }
}
.nav-tabs-justified {
    border-bottom: 0
}
.nav-tabs-justified&gt;li&gt;a {
    margin-right: 0;
    border-radius: 4px
}
.nav-tabs-justified&gt;.active&gt;a,
.nav-tabs-justified&gt;.active&gt;a:focus,
.nav-tabs-justified&gt;.active&gt;a:hover {
    border: 1px solid #ddd
}
@media (min-width: 768px) {
    .nav-tabs-justified&gt;li&gt;a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified&gt;.active&gt;a,
    .nav-tabs-justified&gt;.active&gt;a:focus,
    .nav-tabs-justified&gt;.active&gt;a:hover {
        border-bottom-color: #fff
    }
}
.tab-content&gt;.tab-pane {
    display: none;
    visibility: hidden
}
.tab-content&gt;.active {
    display: block;
    visibility: visible
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}
@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}
.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}
.navbar-collapse.in {
    overflow-y: auto
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block!important;
        visibility: visible!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}
.container-fluid&gt;.navbar-collapse,
.container-fluid&gt;.navbar-header,
.container&gt;.navbar-collapse,
.container&gt;.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}
@media (min-width: 768px) {
    .container-fluid&gt;.navbar-collapse,
    .container-fluid&gt;.navbar-header,
    .container&gt;.navbar-collapse,
    .container&gt;.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}
@media (min-width: 768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}
.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}
.navbar-brand&gt;img {
    display: block
}
@media (min-width: 768px) {
    .navbar&gt;.container .navbar-brand,
    .navbar&gt;.container-fluid .navbar-brand {
        margin-left: -15px
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}
.navbar-toggle:focus {
    outline: 0
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}
.navbar-nav {
    margin: 7.5px -15px
}
.navbar-nav&gt;li&gt;a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu&gt;li&gt;a {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu&gt;li&gt;a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus,
    .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover {
        background-image: none
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav&gt;li {
        float: left
    }
    .navbar-nav&gt;li&gt;a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}
.navbar-form {
    margin: 8px -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }
    .navbar-form .input-group&gt;.form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }
    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}
.navbar-nav&gt;li&gt;.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
.navbar-fixed-bottom .navbar-nav&gt;li&gt;.dropdown-menu {
    margin-bottom: 0;
    border-radius: 4px 4px 0 0
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left;
        float: left!important
    }
    .navbar-right {
        float: right!important;
        margin-right: -15px
    }
    .navbar-right~.navbar-right {
        margin-right: 0
    }
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}
.navbar-default .navbar-brand {
    color: #777
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}
.navbar-default .navbar-nav&gt;li&gt;a,
.navbar-default .navbar-text {
    color: #777
}
.navbar-default .navbar-nav&gt;li&gt;a:focus,
.navbar-default .navbar-nav&gt;li&gt;a:hover {
    color: #333;
    background-color: transparent
}
.navbar-default .navbar-nav&gt;.active&gt;a,
.navbar-default .navbar-nav&gt;.active&gt;a:focus,
.navbar-default .navbar-nav&gt;.active&gt;a:hover {
    color: #555;
    background-color: #e7e7e7
}
.navbar-default .navbar-nav&gt;.disabled&gt;a,
.navbar-default .navbar-nav&gt;.disabled&gt;a:focus,
.navbar-default .navbar-nav&gt;.disabled&gt;a:hover {
    color: #ccc;
    background-color: transparent
}
.navbar-default .navbar-toggle {
    border-color: #ddd
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}
.navbar-default .navbar-nav&gt;.open&gt;a,
.navbar-default .navbar-nav&gt;.open&gt;a:focus,
.navbar-default .navbar-nav&gt;.open&gt;a:hover {
    background-color: #e7e7e7;

    color: #555
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a,
    .navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a:hover {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a,
    .navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:hover {
        color: #ccc;
        background-color: transparent
    }
}
.navbar-default .navbar-link {
    color: #777
}
.navbar-default .navbar-link:hover {
    color: #333
}
.navbar-default .btn-link {
    color: #777
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}
.navbar-inverse {
    background-color: #222;
    border-color: #080808
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}
.navbar-inverse .navbar-nav&gt;li&gt;a,
.navbar-inverse .navbar-text {
    color: #9d9d9d
}
.navbar-inverse .navbar-nav&gt;li&gt;a:focus,
.navbar-inverse .navbar-nav&gt;li&gt;a:hover {
    color: #fff;
    background-color: transparent
}
.navbar-inverse .navbar-nav&gt;.active&gt;a,
.navbar-inverse .navbar-nav&gt;.active&gt;a:focus,
.navbar-inverse .navbar-nav&gt;.active&gt;a:hover {
    color: #fff;
    background-color: #080808
}
.navbar-inverse .navbar-nav&gt;.disabled&gt;a,
.navbar-inverse .navbar-nav&gt;.disabled&gt;a:focus,
.navbar-inverse .navbar-nav&gt;.disabled&gt;a:hover {
    color: #444;
    background-color: transparent
}
.navbar-inverse .navbar-toggle {
    border-color: #333
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}
.navbar-inverse .navbar-nav&gt;.open&gt;a,
.navbar-inverse .navbar-nav&gt;.open&gt;a:focus,
.navbar-inverse .navbar-nav&gt;.open&gt;a:hover {
    background-color: #080808;
    color: #fff
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu&gt;.dropdown-header {
        border-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a,
    .navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a:hover {
        color: #fff;
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a,
    .navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:hover {
        color: #444;
        background-color: transparent
    }
}
.navbar-inverse .navbar-link {
    color: #9d9d9d
}
.navbar-inverse .navbar-link:hover {
    color: #fff
}
.navbar-inverse .btn-link {
    color: #9d9d9d
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}
@media (min-width: 768px) {
    .navbar-main .navbar-brand {
        display: none
    }
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}
.breadcrumb&gt;li {
    display: inline-block
}
.breadcrumb&gt;li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}
.breadcrumb&gt;.active {
    color: #777
}
.breadcrumb strong {
    font-weight: 400;
    color: #777
}
.pager .pages ol,
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}
.pagination&gt;li {
    display: inline
}
.pagination&gt;li&gt;a,
.pagination&gt;li&gt;span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #f15c22;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}
.pagination&gt;li:first-child&gt;a,
.pagination&gt;li:first-child&gt;span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}
.pagination&gt;li:last-child&gt;a,
.pagination&gt;li:last-child&gt;span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}
.pagination&gt;li&gt;a:focus,
.pagination&gt;li&gt;a:hover,
.pagination&gt;li&gt;span:focus,
.pagination&gt;li&gt;span:hover {
    color: #bb3d0c;
    background-color: #eee;
    border-color: #ddd
}
.pagination&gt;.active&gt;a,
.pagination&gt;.active&gt;a:focus,
.pagination&gt;.active&gt;a:hover,
.pagination&gt;.active&gt;span,
.pagination&gt;.active&gt;span:focus,
.pagination&gt;.active&gt;span:hover {
    z-index: 2;
    color: #fff;
    background-color: #f15c22;
    border-color: #f15c22;
    cursor: default
}
.pagination&gt;.disabled&gt;a,
.pagination&gt;.disabled&gt;a:focus,
.pagination&gt;.disabled&gt;a:hover,
.pagination&gt;.disabled&gt;span,
.pagination&gt;.disabled&gt;span:focus,
.pagination&gt;.disabled&gt;span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}
.pagination-lg&gt;li&gt;a,
.pagination-lg&gt;li&gt;span {
    padding: 10px 16px;
    font-size: 18px
}
.pagination-lg&gt;li:first-child&gt;a,
.pagination-lg&gt;li:first-child&gt;span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}
.pagination-lg&gt;li:last-child&gt;a,
.pagination-lg&gt;li:last-child&gt;span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}
.pagination-sm&gt;li&gt;a,
.pagination-sm&gt;li&gt;span {
    padding: 5px 10px;
    font-size: 12px
}
.pagination-sm&gt;li:first-child&gt;a,
.pagination-sm&gt;li:first-child&gt;span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}
.pagination-sm&gt;li:last-child&gt;a,
.pagination-sm&gt;li:last-child&gt;span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}
.pager {
    padding: 4px 8px;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    line-height: 30px
}
.pager .amount {
    float: left;
    margin-bottom: 0
}
.pager .limiter {
    float: right
}
.pager .limiter label {
    margin-bottom: 0
}
.pager .limiter select {
    display: inline;
    width: 60px
}
.pager .pages {
    float: left;
    width: 100%;
    margin-top: 4px;
    text-align: center
}
.pager .pages ol {
    margin: 0;
    display: inline-block
}
.pager .pages li {
    display: inline-block;
    margin: 0 2px
}
.sorter {
    padding: 4px 8px;
    border-top: 1px solid #e5e5e5;
    line-height: 30px
}
.sorter .view-mode {
    float: left;
    margin: 0
}
.sorter .sort-by {
    float: right
}
.sorter .sort-by label {
    margin-bottom: 0
}
.sorter .sort-by select {
    display: inline;
    width: 100px
}
@media (min-width: 768px) {
    .sorter .sort-by {
        padding-right: 43px
    }
}
.alert,
.block-cart .subtotal,
.error-msg,
.note-msg,
.notice-msg,
.success-msg {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}
.alert h4 {
    margin-top: 0;
    color: inherit
}
.alert .alert-link {
    font-weight: 700
}
.alert&gt;p,
.alert&gt;ul {
    margin-bottom: 0
}
.alert&gt;p+p {
    margin-top: 5px
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}
.alert-success,
.success-msg {
    background-color: #1f41b9;
    border-color: #1f41b9;
    color: #ffffff;
}
.alert-success hr {
    border-top-color: #c9e2b3
}
.alert-success .alert-link {
    color: #2b542c
}
.alert-info,
.block-cart .subtotal,
.note-msg,
.notice-msg {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}
.alert-info hr {
    border-top-color: #a6e1ec
}
.alert-info .alert-link {
    color: #245269
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}
.alert-warning hr {
    border-top-color: #f7e1b5
}
.alert-warning .alert-link {
    color: #66512c
}
.alert-danger,
.error-msg {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}
.alert-danger hr {
    border-top-color: #e4b9c0
}
.alert-danger .alert-link {
    color: #843534
}
.success {
    color: #3c763d
}
.error {
    color: #a94442
}
.notice {
    color: #31708f
}
.messages&gt;li {
    margin-bottom: 10px
}
.list-group {
    margin-bottom: 20px;
    padding-left: 0
}
.checkout-progress li,
.form-search .search-autocomplete li,
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}
.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}
a.list-group-item {
    color: #555
}
a.list-group-item .list-group-item-heading {
    color: #333
}
a.list-group-item:focus,
a.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #f15c22;
    border-color: #f15c22
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading&gt;.small,
.list-group-item.active .list-group-item-heading&gt;small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading&gt;.small,
.list-group-item.active:focus .list-group-item-heading&gt;small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading&gt;.small,
.list-group-item.active:hover .list-group-item-heading&gt;small {
    color: inherit
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #fde9e2
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}
a.list-group-item-success {
    color: #3c763d
}
a.list-group-item-success .list-group-item-heading {
    color: inherit
}
a.list-group-item-success:focus,
a.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}
a.list-group-item-info {
    color: #31708f
}
a.list-group-item-info .list-group-item-heading {
    color: inherit
}
a.list-group-item-info:focus,
a.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}
a.list-group-item-warning {
    color: #8a6d3b
}
a.list-group-item-warning .list-group-item-heading {
    color: inherit
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}
a.list-group-item-danger {
    color: #a94442
}
a.list-group-item-danger .list-group-item-heading {
    color: inherit
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}
.addresses-list li.item,
.block,
.box-account,
.cart .crosssell,
.cart .discount,
.cart .shipping,
.gift-message,
.order-about,
.order-info-box,
.panel,
.product-view .box-collateral,
.product-view .product-shop {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}
.panel-body {
    padding: 15px
}
.addresses-list li.item h3,
.block .block-title,
.block-account .block-title,
.box-account .box-head,
.cart .crosssell&gt;h2,
.cart .discount&gt;h2,
.cart .shipping&gt;h2,
.panel-heading,
.product-view .box-collateral&gt;h2,
.product-view .product-shop .product-name {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}
.panel-heading&gt;.dropdown .dropdown-toggle {
    color: inherit
}
.block .block-title strong,
.block-account .block-title strong,
.box-account .box-head h2,
.cart .crosssell&gt;h2,
.cart .discount&gt;h2,
.cart .shipping&gt;h2,
.panel-title,
.product-view .product-shop .product-name h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}
.panel-title&gt;.small,
.panel-title&gt;.small&gt;a,
.panel-title&gt;a,
.panel-title&gt;small,
.panel-title&gt;small&gt;a {
    color: inherit
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.panel&gt;.list-group,
.panel&gt;.panel-collapse&gt;.list-group {
    margin-bottom: 0
}
.panel&gt;.list-group .list-group-item,
.panel&gt;.panel-collapse&gt;.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}
.panel&gt;.list-group:first-child .list-group-item:first-child,
.panel&gt;.panel-collapse&gt;.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}
.panel&gt;.list-group:last-child .list-group-item:last-child,
.panel&gt;.panel-collapse&gt;.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.list-group+.panel-footer,
.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}
.panel&gt;.availability-only-details,
.panel&gt;.cart .totals table,
.panel&gt;.data-table,
.panel&gt;.panel-collapse&gt;.availability-only-details,
.panel&gt;.panel-collapse&gt;.cart .totals table,
.panel&gt;.panel-collapse&gt;.data-table,
.panel&gt;.panel-collapse&gt;.table,
.panel&gt;.table,
.panel&gt;.table-responsive&gt;.availability-only-details,
.panel&gt;.table-responsive&gt;.cart .totals table,
.panel&gt;.table-responsive&gt;.data-table,
.panel&gt;.table-responsive&gt;.table {
    margin-bottom: 0
}
.panel&gt;.availability-only-details caption,
.panel&gt;.cart .totals table caption,
.panel&gt;.data-table caption,
.panel&gt;.panel-collapse&gt;.availability-only-details caption,
.panel&gt;.panel-collapse&gt;.cart .totals table caption,
.panel&gt;.panel-collapse&gt;.data-table caption,
.panel&gt;.panel-collapse&gt;.table caption,
.panel&gt;.table caption,
.panel&gt;.table-responsive&gt;.availability-only-details caption,
.panel&gt;.table-responsive&gt;.cart .totals table caption,
.panel&gt;.table-responsive&gt;.data-table caption,
.panel&gt;.table-responsive&gt;.table caption {
    padding-left: 15px;
    padding-right: 15px
}
.panel&gt;.availability-only-details:first-child,
.panel&gt;.cart .totals table:first-child,
.panel&gt;.data-table:first-child,
.panel&gt;.table-responsive:first-child&gt;.availability-only-details:first-child,
.panel&gt;.table-responsive:first-child&gt;.cart .totals table:first-child,
.panel&gt;.table-responsive:first-child&gt;.data-table:first-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child,
.panel&gt;.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}
.panel&gt;.availability-only-details:first-child&gt;tbody:first-child&gt;tr:first-child,
.panel&gt;.availability-only-details:first-child&gt;thead:first-child&gt;tr:first-child,
.panel&gt;.cart .totals table:first-child&gt;tbody:first-child&gt;tr:first-child,
.panel&gt;.cart .totals table:first-child&gt;thead:first-child&gt;tr:first-child,
.panel&gt;.data-table:first-child&gt;tbody:first-child&gt;tr:first-child,
.panel&gt;.data-table:first-child&gt;thead:first-child&gt;tr:first-child,
.panel&gt;.table-responsive:first-child&gt;.availability-only-details:first-child&gt;tbody:first-child&gt;tr:first-child,
.panel&gt;.table-responsive:first-child&gt;.availability-only-details:first-child&gt;thead:first-child&gt;tr:first-child,
.panel&gt;.table-responsive:first-child&gt;.cart .totals table:first-child&gt;tbody:first-child&gt;tr:first-child,
.panel&gt;.table-responsive:first-child&gt;.cart .totals table:first-child&gt;thead:first-child&gt;tr:first-child,
.panel&gt;.table-responsive:first-child&gt;.data-table:first-child&gt;tbody:first-child&gt;tr:first-child,
.panel&gt;.table-responsive:first-child&gt;.data-table:first-child&gt;thead:first-child&gt;tr:first-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child,
.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child,
.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.panel&gt;.availability-only-details:first-child&gt;tbody:first-child&gt;tr:first-child td:first-child,
.panel&gt;.availability-only-details:first-child&gt;tbody:first-child&gt;tr:first-child th:first-child,
.panel&gt;.availability-only-details:first-child&gt;thead:first-child&gt;tr:first-child td:first-child,
.panel&gt;.availability-only-details:first-child&gt;thead:first-child&gt;tr:first-child th:first-child,
.panel&gt;.cart .totals table:first-child&gt;tbody:first-child&gt;tr:first-child td:first-child,
.panel&gt;.cart .totals table:first-child&gt;tbody:first-child&gt;tr:first-child th:first-child,
.panel&gt;.cart .totals table:first-child&gt;thead:first-child&gt;tr:first-child td:first-child,
.panel&gt;.cart .totals table:first-child&gt;thead:first-child&gt;tr:first-child th:first-child,
.panel&gt;.data-table:first-child&gt;tbody:first-child&gt;tr:first-child td:first-child,
.panel&gt;.data-table:first-child&gt;tbody:first-child&gt;tr:first-child th:first-child,
.panel&gt;.data-table:first-child&gt;thead:first-child&gt;tr:first-child td:first-child,
.panel&gt;.data-table:first-child&gt;thead:first-child&gt;tr:first-child th:first-child,
.panel&gt;.table-responsive:first-child&gt;.availability-only-details:first-child&gt;tbody:first-child&gt;tr:first-child td:first-child,
.panel&gt;.table-responsive:first-child&gt;.availability-only-details:first-child&gt;tbody:first-child&gt;tr:first-child th:first-child,
.panel&gt;.table-responsive:first-child&gt;.availability-only-details:first-child&gt;thead:first-child&gt;tr:first-child td:first-child,
.panel&gt;.table-responsive:first-child&gt;.availability-only-details:first-child&gt;thead:first-child&gt;tr:first-child th:first-child,
.panel&gt;.table-responsive:first-child&gt;.cart .totals table:first-child&gt;tbody:first-child&gt;tr:first-child td:first-child,
.panel&gt;.table-responsive:first-child&gt;.cart .totals table:first-child&gt;tbody:first-child&gt;tr:first-child th:first-child,
.panel&gt;.table-responsive:first-child&gt;.cart .totals table:first-child&gt;thead:first-child&gt;tr:first-child td:first-child,
.panel&gt;.table-responsive:first-child&gt;.cart .totals table:first-child&gt;thead:first-child&gt;tr:first-child th:first-child,
.panel&gt;.table-responsive:first-child&gt;.data-table:first-child&gt;tbody:first-child&gt;tr:first-child td:first-child,
.panel&gt;.table-responsive:first-child&gt;.data-table:first-child&gt;tbody:first-child&gt;tr:first-child th:first-child,
.panel&gt;.table-responsive:first-child&gt;.data-table:first-child&gt;thead:first-child&gt;tr:first-child td:first-child,
.panel&gt;.table-responsive:first-child&gt;.data-table:first-child&gt;thead:first-child&gt;tr:first-child th:first-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:first-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:first-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:first-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:first-child,
.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:first-child,
.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:first-child,
.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:first-child,
.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:first-child {
    border-top-left-radius: 3px
}
.panel&gt;.availability-only-details:first-child&gt;tbody:first-child&gt;tr:first-child td:last-child,
.panel&gt;.availability-only-details:first-child&gt;tbody:first-child&gt;tr:first-child th:last-child,
.panel&gt;.availability-only-details:first-child&gt;thead:first-child&gt;tr:first-child td:last-child,
.panel&gt;.availability-only-details:first-child&gt;thead:first-child&gt;tr:first-child th:last-child,
.panel&gt;.cart .totals table:first-child&gt;tbody:first-child&gt;tr:first-child td:last-child,
.panel&gt;.cart .totals table:first-child&gt;tbody:first-child&gt;tr:first-child th:last-child,
.panel&gt;.cart .totals table:first-child&gt;thead:first-child&gt;tr:first-child td:last-child,
.panel&gt;.cart .totals table:first-child&gt;thead:first-child&gt;tr:first-child th:last-child,
.panel&gt;.data-table:first-child&gt;tbody:first-child&gt;tr:first-child td:last-child,
.panel&gt;.data-table:first-child&gt;tbody:first-child&gt;tr:first-child th:last-child,
.panel&gt;.data-table:first-child&gt;thead:first-child&gt;tr:first-child td:last-child,
.panel&gt;.data-table:first-child&gt;thead:first-child&gt;tr:first-child th:last-child,
.panel&gt;.table-responsive:first-child&gt;.availability-only-details:first-child&gt;tbody:first-child&gt;tr:first-child td:last-child,
.panel&gt;.table-responsive:first-child&gt;.availability-only-details:first-child&gt;tbody:first-child&gt;tr:first-child th:last-child,
.panel&gt;.table-responsive:first-child&gt;.availability-only-details:first-child&gt;thead:first-child&gt;tr:first-child td:last-child,
.panel&gt;.table-responsive:first-child&gt;.availability-only-details:first-child&gt;thead:first-child&gt;tr:first-child th:last-child,
.panel&gt;.table-responsive:first-child&gt;.cart .totals table:first-child&gt;tbody:first-child&gt;tr:first-child td:last-child,
.panel&gt;.table-responsive:first-child&gt;.cart .totals table:first-child&gt;tbody:first-child&gt;tr:first-child th:last-child,
.panel&gt;.table-responsive:first-child&gt;.cart .totals table:first-child&gt;thead:first-child&gt;tr:first-child td:last-child,
.panel&gt;.table-responsive:first-child&gt;.cart .totals table:first-child&gt;thead:first-child&gt;tr:first-child th:last-child,
.panel&gt;.table-responsive:first-child&gt;.data-table:first-child&gt;tbody:first-child&gt;tr:first-child td:last-child,
.panel&gt;.table-responsive:first-child&gt;.data-table:first-child&gt;tbody:first-child&gt;tr:first-child th:last-child,
.panel&gt;.table-responsive:first-child&gt;.data-table:first-child&gt;thead:first-child&gt;tr:first-child td:last-child,
.panel&gt;.table-responsive:first-child&gt;.data-table:first-child&gt;thead:first-child&gt;tr:first-child th:last-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:last-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:last-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:last-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:last-child,
.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:last-child,
.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:last-child,
.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:last-child,
.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:last-child {
    border-top-right-radius: 3px
}
.panel&gt;.availability-only-details:last-child,
.panel&gt;.cart .totals table:last-child,
.panel&gt;.data-table:last-child,
.panel&gt;.table-responsive:last-child&gt;.availability-only-details:last-child,
.panel&gt;.table-responsive:last-child&gt;.cart .totals table:last-child,
.panel&gt;.table-responsive:last-child&gt;.data-table:last-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child,
.panel&gt;.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.panel&gt;.availability-only-details:last-child&gt;tbody:last-child&gt;tr:last-child,
.panel&gt;.availability-only-details:last-child&gt;tfoot:last-child&gt;tr:last-child,
.panel&gt;.cart .totals table:last-child&gt;tbody:last-child&gt;tr:last-child,
.panel&gt;.cart .totals table:last-child&gt;tfoot:last-child&gt;tr:last-child,
.panel&gt;.data-table:last-child&gt;tbody:last-child&gt;tr:last-child,
.panel&gt;.data-table:last-child&gt;tfoot:last-child&gt;tr:last-child,
.panel&gt;.table-responsive:last-child&gt;.availability-only-details:last-child&gt;tbody:last-child&gt;tr:last-child,
.panel&gt;.table-responsive:last-child&gt;.availability-only-details:last-child&gt;tfoot:last-child&gt;tr:last-child,
.panel&gt;.table-responsive:last-child&gt;.cart .totals table:last-child&gt;tbody:last-child&gt;tr:last-child,
.panel&gt;.table-responsive:last-child&gt;.cart .totals table:last-child&gt;tfoot:last-child&gt;tr:last-child,
.panel&gt;.table-responsive:last-child&gt;.data-table:last-child&gt;tbody:last-child&gt;tr:last-child,
.panel&gt;.table-responsive:last-child&gt;.data-table:last-child&gt;tfoot:last-child&gt;tr:last-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child,
.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child,
.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}
.panel&gt;.availability-only-details:last-child&gt;tbody:last-child&gt;tr:last-child td:first-child,
.panel&gt;.availability-only-details:last-child&gt;tbody:last-child&gt;tr:last-child th:first-child,
.panel&gt;.availability-only-details:last-child&gt;tfoot:last-child&gt;tr:last-child td:first-child,
.panel&gt;.availability-only-details:last-child&gt;tfoot:last-child&gt;tr:last-child th:first-child,
.panel&gt;.cart .totals table:last-child&gt;tbody:last-child&gt;tr:last-child td:first-child,
.panel&gt;.cart .totals table:last-child&gt;tbody:last-child&gt;tr:last-child th:first-child,
.panel&gt;.cart .totals table:last-child&gt;tfoot:last-child&gt;tr:last-child td:first-child,
.panel&gt;.cart .totals table:last-child&gt;tfoot:last-child&gt;tr:last-child th:first-child,
.panel&gt;.data-table:last-child&gt;tbody:last-child&gt;tr:last-child td:first-child,
.panel&gt;.data-table:last-child&gt;tbody:last-child&gt;tr:last-child th:first-child,
.panel&gt;.data-table:last-child&gt;tfoot:last-child&gt;tr:last-child td:first-child,
.panel&gt;.data-table:last-child&gt;tfoot:last-child&gt;tr:last-child th:first-child,
.panel&gt;.table-responsive:last-child&gt;.availability-only-details:last-child&gt;tbody:last-child&gt;tr:last-child td:first-child,
.panel&gt;.table-responsive:last-child&gt;.availability-only-details:last-child&gt;tbody:last-child&gt;tr:last-child th:first-child,
.panel&gt;.table-responsive:last-child&gt;.availability-only-details:last-child&gt;tfoot:last-child&gt;tr:last-child td:first-child,
.panel&gt;.table-responsive:last-child&gt;.availability-only-details:last-child&gt;tfoot:last-child&gt;tr:last-child th:first-child,
.panel&gt;.table-responsive:last-child&gt;.cart .totals table:last-child&gt;tbody:last-child&gt;tr:last-child td:first-child,
.panel&gt;.table-responsive:last-child&gt;.cart .totals table:last-child&gt;tbody:last-child&gt;tr:last-child th:first-child,
.panel&gt;.table-responsive:last-child&gt;.cart .totals table:last-child&gt;tfoot:last-child&gt;tr:last-child td:first-child,
.panel&gt;.table-responsive:last-child&gt;.cart .totals table:last-child&gt;tfoot:last-child&gt;tr:last-child th:first-child,
.panel&gt;.table-responsive:last-child&gt;.data-table:last-child&gt;tbody:last-child&gt;tr:last-child td:first-child,
.panel&gt;.table-responsive:last-child&gt;.data-table:last-child&gt;tbody:last-child&gt;tr:last-child th:first-child,
.panel&gt;.table-responsive:last-child&gt;.data-table:last-child&gt;tfoot:last-child&gt;tr:last-child td:first-child,
.panel&gt;.table-responsive:last-child&gt;.data-table:last-child&gt;tfoot:last-child&gt;tr:last-child th:first-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:first-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:first-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:first-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:first-child,
.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:first-child,
.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:first-child,
.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:first-child,
.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}
.panel&gt;.availability-only-details:last-child&gt;tbody:last-child&gt;tr:last-child td:last-child,
.panel&gt;.availability-only-details:last-child&gt;tbody:last-child&gt;tr:last-child th:last-child,
.panel&gt;.availability-only-details:last-child&gt;tfoot:last-child&gt;tr:last-child td:last-child,
.panel&gt;.availability-only-details:last-child&gt;tfoot:last-child&gt;tr:last-child th:last-child,
.panel&gt;.cart .totals table:last-child&gt;tbody:last-child&gt;tr:last-child td:last-child,
.panel&gt;.cart .totals table:last-child&gt;tbody:last-child&gt;tr:last-child th:last-child,
.panel&gt;.cart .totals table:last-child&gt;tfoot:last-child&gt;tr:last-child td:last-child,
.panel&gt;.cart .totals table:last-child&gt;tfoot:last-child&gt;tr:last-child th:last-child,
.panel&gt;.data-table:last-child&gt;tbody:last-child&gt;tr:last-child td:last-child,
.panel&gt;.data-table:last-child&gt;tbody:last-child&gt;tr:last-child th:last-child,
.panel&gt;.data-table:last-child&gt;tfoot:last-child&gt;tr:last-child td:last-child,
.panel&gt;.data-table:last-child&gt;tfoot:last-child&gt;tr:last-child th:last-child,
.panel&gt;.table-responsive:last-child&gt;.availability-only-details:last-child&gt;tbody:last-child&gt;tr:last-child td:last-child,
.panel&gt;.table-responsive:last-child&gt;.availability-only-details:last-child&gt;tbody:last-child&gt;tr:last-child th:last-child,
.panel&gt;.table-responsive:last-child&gt;.availability-only-details:last-child&gt;tfoot:last-child&gt;tr:last-child td:last-child,
.panel&gt;.table-responsive:last-child&gt;.availability-only-details:last-child&gt;tfoot:last-child&gt;tr:last-child th:last-child,
.panel&gt;.table-responsive:last-child&gt;.cart .totals table:last-child&gt;tbody:last-child&gt;tr:last-child td:last-child,
.panel&gt;.table-responsive:last-child&gt;.cart .totals table:last-child&gt;tbody:last-child&gt;tr:last-child th:last-child,
.panel&gt;.table-responsive:last-child&gt;.cart .totals table:last-child&gt;tfoot:last-child&gt;tr:last-child td:last-child,
.panel&gt;.table-responsive:last-child&gt;.cart .totals table:last-child&gt;tfoot:last-child&gt;tr:last-child th:last-child,
.panel&gt;.table-responsive:last-child&gt;.data-table:last-child&gt;tbody:last-child&gt;tr:last-child td:last-child,
.panel&gt;.table-responsive:last-child&gt;.data-table:last-child&gt;tbody:last-child&gt;tr:last-child th:last-child,
.panel&gt;.table-responsive:last-child&gt;.data-table:last-child&gt;tfoot:last-child&gt;tr:last-child td:last-child,
.panel&gt;.table-responsive:last-child&gt;.data-table:last-child&gt;tfoot:last-child&gt;tr:last-child th:last-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:last-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:last-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:last-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:last-child,
.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:last-child,
.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:last-child,
.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:last-child,
.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}
.panel&gt;.availability-only-details+.panel-body,
.panel&gt;.cart .totals table+.panel-body,
.panel&gt;.data-table+.panel-body,
.panel&gt;.panel-body+.availability-only-details,
.panel&gt;.panel-body+.cart .totals table,
.panel&gt;.panel-body+.data-table,
.panel&gt;.panel-body+.table,
.panel&gt;.panel-body+.table-responsive,
.panel&gt;.table+.panel-body,
.panel&gt;.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}
.panel&gt;.availability-only-details&gt;tbody:first-child&gt;tr:first-child td,
.panel&gt;.availability-only-details&gt;tbody:first-child&gt;tr:first-child th,
.panel&gt;.cart .totals table&gt;tbody:first-child&gt;tr:first-child td,
.panel&gt;.cart .totals table&gt;tbody:first-child&gt;tr:first-child th,
.panel&gt;.data-table&gt;tbody:first-child&gt;tr:first-child td,
.panel&gt;.data-table&gt;tbody:first-child&gt;tr:first-child th,
.panel&gt;.table&gt;tbody:first-child&gt;tr:first-child td,
.panel&gt;.table&gt;tbody:first-child&gt;tr:first-child th {
    border-top: 0
}
.panel&gt;.data-table,
.panel&gt;.table-bordered,
.panel&gt;.table-responsive&gt;.data-table,
.panel&gt;.table-responsive&gt;.table-bordered {
    border: 0
}
.panel&gt;.data-table&gt;tbody&gt;tr&gt;td:first-child,
.panel&gt;.data-table&gt;tbody&gt;tr&gt;th:first-child,
.panel&gt;.data-table&gt;tfoot&gt;tr&gt;td:first-child,
.panel&gt;.data-table&gt;tfoot&gt;tr&gt;th:first-child,
.panel&gt;.data-table&gt;thead&gt;tr&gt;td:first-child,
.panel&gt;.data-table&gt;thead&gt;tr&gt;th:first-child,
.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,
.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,
.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child,
.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,
.panel&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,
.panel&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child,
.panel&gt;.table-responsive&gt;.data-table&gt;tbody&gt;tr&gt;td:first-child,
.panel&gt;.table-responsive&gt;.data-table&gt;tbody&gt;tr&gt;th:first-child,
.panel&gt;.table-responsive&gt;.data-table&gt;tfoot&gt;tr&gt;td:first-child,
.panel&gt;.table-responsive&gt;.data-table&gt;tfoot&gt;tr&gt;th:first-child,
.panel&gt;.table-responsive&gt;.data-table&gt;thead&gt;tr&gt;td:first-child,
.panel&gt;.table-responsive&gt;.data-table&gt;thead&gt;tr&gt;th:first-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child {
    border-left: 0
}
.panel&gt;.data-table&gt;tbody&gt;tr&gt;td:last-child,
.panel&gt;.data-table&gt;tbody&gt;tr&gt;th:last-child,
.panel&gt;.data-table&gt;tfoot&gt;tr&gt;td:last-child,
.panel&gt;.data-table&gt;tfoot&gt;tr&gt;th:last-child,
.panel&gt;.data-table&gt;thead&gt;tr&gt;td:last-child,
.panel&gt;.data-table&gt;thead&gt;tr&gt;th:last-child,
.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,
.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,
.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child,
.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,
.panel&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,
.panel&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child,
.panel&gt;.table-responsive&gt;.data-table&gt;tbody&gt;tr&gt;td:last-child,
.panel&gt;.table-responsive&gt;.data-table&gt;tbody&gt;tr&gt;th:last-child,
.panel&gt;.table-responsive&gt;.data-table&gt;tfoot&gt;tr&gt;td:last-child,
.panel&gt;.table-responsive&gt;.data-table&gt;tfoot&gt;tr&gt;th:last-child,
.panel&gt;.table-responsive&gt;.data-table&gt;thead&gt;tr&gt;td:last-child,
.panel&gt;.table-responsive&gt;.data-table&gt;thead&gt;tr&gt;th:last-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,
.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child {
    border-right: 0
}
.panel&gt;.data-table&gt;tbody&gt;tr:first-child&gt;td,
.panel&gt;.data-table&gt;tbody&gt;tr:first-child&gt;th,
.panel&gt;.data-table&gt;tbody&gt;tr:last-child&gt;td,
.panel&gt;.data-table&gt;tbody&gt;tr:last-child&gt;th,
.panel&gt;.data-table&gt;tfoot&gt;tr:last-child&gt;td,
.panel&gt;.data-table&gt;tfoot&gt;tr:last-child&gt;th,
.panel&gt;.data-table&gt;thead&gt;tr:first-child&gt;td,
.panel&gt;.data-table&gt;thead&gt;tr:first-child&gt;th,
.panel&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;td,
.panel&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;th,
.panel&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,
.panel&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,
.panel&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td,
.panel&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th,
.panel&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;td,
.panel&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;th,
.panel&gt;.table-responsive&gt;.data-table&gt;tbody&gt;tr:first-child&gt;td,
.panel&gt;.table-responsive&gt;.data-table&gt;tbody&gt;tr:first-child&gt;th,
.panel&gt;.table-responsive&gt;.data-table&gt;tbody&gt;tr:last-child&gt;td,
.panel&gt;.table-responsive&gt;.data-table&gt;tbody&gt;tr:last-child&gt;th,
.panel&gt;.table-responsive&gt;.data-table&gt;tfoot&gt;tr:last-child&gt;td,
.panel&gt;.table-responsive&gt;.data-table&gt;tfoot&gt;tr:last-child&gt;th,
.panel&gt;.table-responsive&gt;.data-table&gt;thead&gt;tr:first-child&gt;td,
.panel&gt;.table-responsive&gt;.data-table&gt;thead&gt;tr:first-child&gt;th,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;td,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;th,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th,
.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;td,
.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;th {
    border-bottom: 0
}
.panel&gt;.table-responsive {
    border: 0;
    margin-bottom: 0
}
.panel-group {
    margin-bottom: 20px
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}
.panel-group .panel+.panel {
    margin-top: 5px
}
.panel-group .panel-heading {
    border-bottom: 0
}
.panel-group .panel-heading+.panel-collapse&gt;.list-group,
.panel-group .panel-heading+.panel-collapse&gt;.panel-body {
    border-top: 1px solid #ddd
}
.panel-group .panel-footer {
    border-top: 0
}
.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}
.panel-default {
    border-color: #ddd
}
.panel-default&gt;.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}
.panel-default&gt;.panel-heading+.panel-collapse&gt;.panel-body {
    border-top-color: #ddd
}
.panel-default&gt;.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}
.panel-default&gt;.panel-footer+.panel-collapse&gt;.panel-body {
    border-bottom-color: #ddd
}
.block-account,
.panel-primary {
    border-color: #f15c22
}
.panel-primary&gt;.panel-heading {
    color: #fff;
    background-color: #f15c22;
    border-color: #f15c22
}
.panel-primary&gt;.panel-heading+.panel-collapse&gt;.panel-body {
    border-top-color: #f15c22
}
.panel-primary&gt;.panel-heading .badge {
    color: #f15c22;
    background-color: #fff
}
.panel-primary&gt;.panel-footer+.panel-collapse&gt;.panel-body {
    border-bottom-color: #f15c22
}
.panel-success {
    border-color: #d6e9c6
}
.panel-success&gt;.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}
.panel-success&gt;.panel-heading+.panel-collapse&gt;.panel-body {
    border-top-color: #d6e9c6
}
.panel-success&gt;.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}
.panel-success&gt;.panel-footer+.panel-collapse&gt;.panel-body {
    border-bottom-color: #d6e9c6
}
.panel-info {
    border-color: #bce8f1
}
.panel-info&gt;.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}
.panel-info&gt;.panel-heading+.panel-collapse&gt;.panel-body {
    border-top-color: #bce8f1
}
.panel-info&gt;.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}
.panel-info&gt;.panel-footer+.panel-collapse&gt;.panel-body {
    border-bottom-color: #bce8f1
}
.panel-warning {
    border-color: #faebcc
}
.panel-warning&gt;.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}
.panel-warning&gt;.panel-heading+.panel-collapse&gt;.panel-body {
    border-top-color: #faebcc
}
.panel-warning&gt;.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}
.panel-warning&gt;.panel-footer+.panel-collapse&gt;.panel-body {
    border-bottom-color: #faebcc
}
.panel-danger {
    border-color: #ebccd1
}
.panel-danger&gt;.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}
.panel-danger&gt;.panel-heading+.panel-collapse&gt;.panel-body {
    border-top-color: #ebccd1
}
.panel-danger&gt;.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}
.panel-danger&gt;.panel-footer+.panel-collapse&gt;.panel-body {
    border-bottom-color: #ebccd1
}
.advanced-search-summary,
.cart .totals,
.checkout-agreements .agreement-content,
.checkout-multishipping-shipping .box-sp-methods,
.multiple-checkout .box,
.product-options,
.product-pricing,
.tier-prices,
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}
.well-lg {
    padding: 24px;
    border-radius: 6px
}
.advanced-search-summary,
.checkout-multishipping-shipping .box-sp-methods,
.multiple-checkout .box,
.product-options,
.product-pricing,
.tier-prices,
.well-sm {
    padding: 9px;
    border-radius: 3px
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}
button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: FontAwesome;
    src: url(https://www.liveprotection.com/skin/frontend/protection/default/fonts/fontawesome-webfont.eot?v=4.3.0);
    src: url(https://www.liveprotection.com/skin/frontend/protection/default/fonts/fontawesome-webfont.eot?#iefix&amp;v=4.3.0) format('embedded-opentype'), url(https://www.liveprotection.com/skin/frontend/protection/default/fonts/fontawesome-webfont.woff?v=4.3.0) format('woff'), url(https://www.liveprotection.com/skin/frontend/protection/default/fonts/fontawesome-webfont.ttf?v=4.3.0) format('truetype'), url(https://www.liveprotection.com/skin/frontend/protection/default/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}
.fa-2x {
    font-size: 2em
}
.fa-3x {
    font-size: 3em
}
.fa-4x {
    font-size: 4em
}
.fa-5x {
    font-size: 5em
}
.fa-fw {
    width: 1.28571429em;
    text-align: center
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}
.fa-ul&gt;li {
    position: relative
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}
.fa-li.fa-lg {
    left: -1.85714286em
}
.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}
.fa.pull-left {
    margin-right: .3em
}
.fa.pull-right {
    margin-left: .3em
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}
.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}
.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}
.fa-stack-1x {
    line-height: inherit
}
.fa-stack-2x {
    font-size: 2em
}
.fa-inverse {
    color: #fff
}
.fa-glass:before {
    content: "\f000"
}
.fa-music:before {
    content: "\f001"
}
.fa-search:before {
    content: "\f002"
}
.fa-envelope-o:before {
    content: "\f003"
}
.fa-heart:before {
    content: "\f004"
}
.fa-star:before {
    content: "\f005"
}
.fa-star-o:before {
    content: "\f006"
}
.fa-user:before {
    content: "\f007"
}
.fa-film:before {
    content: "\f008"
}
.fa-th-large:before {
    content: "\f009"
}
.fa-th:before {
    content: "\f00a"
}
.fa-th-list:before {
    content: "\f00b"
}
.fa-check:before {
    content: "\f00c"
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}
.fa-search-plus:before {
    content: "\f00e"
}
.fa-search-minus:before {
    content: "\f010"
}
.fa-power-off:before {
    content: "\f011"
}
.fa-signal:before {
    content: "\f012"
}
.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}
.fa-trash-o:before {
    content: "\f014"
}
.fa-home:before {
    content: "\f015"
}
.fa-file-o:before {
    content: "\f016"
}
.fa-clock-o:before {
    content: "\f017"
}
.fa-road:before {
    content: "\f018"
}
.fa-download:before {
    content: "\f019"
}
.fa-arrow-circle-o-down:before {
    content: "\f01a"
}
.fa-arrow-circle-o-up:before {
    content: "\f01b"
}
.fa-inbox:before {
    content: "\f01c"
}
.fa-play-circle-o:before {
    content: "\f01d"
}
.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}
.fa-refresh:before {
    content: "\f021"
}
.fa-list-alt:before {
    content: "\f022"
}
.fa-lock:before {
    content: "\f023"
}
.fa-flag:before {
    content: "\f024"
}
.fa-headphones:before {
    content: "\f025"
}
.fa-volume-off:before {
    content: "\f026"
}
.fa-volume-down:before {
    content: "\f027"
}
.fa-volume-up:before {
    content: "\f028"
}
.fa-qrcode:before {
    content: "\f029"
}
.fa-barcode:before {
    content: "\f02a"
}
.fa-tag:before {
    content: "\f02b"
}
.fa-tags:before {
    content: "\f02c"
}
.fa-book:before {
    content: "\f02d"
}
.fa-bookmark:before {
    content: "\f02e"
}
.fa-print:before {
    content: "\f02f"
}
.fa-camera:before {
    content: "\f030"
}
.fa-font:before {
    content: "\f031"
}
.fa-bold:before {
    content: "\f032"
}
.fa-italic:before {
    content: "\f033"
}
.fa-text-height:before {
    content: "\f034"
}
.fa-text-width:before {
    content: "\f035"
}
.fa-align-left:before {
    content: "\f036"
}
.fa-align-center:before {
    content: "\f037"
}
.fa-align-right:before {
    content: "\f038"
}
.fa-align-justify:before {
    content: "\f039"
}
.fa-list:before {
    content: "\f03a"
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}
.fa-indent:before {
    content: "\f03c"
}
.fa-video-camera:before {
    content: "\f03d"
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}
.fa-pencil:before {
    content: "\f040"
}
.fa-map-marker:before {
    content: "\f041"
}
.fa-adjust:before {
    content: "\f042"
}
.fa-tint:before {
    content: "\f043"
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}
.fa-share-square-o:before {
    content: "\f045"
}
.fa-check-square-o:before {
    content: "\f046"
}
.fa-arrows:before {
    content: "\f047"
}
.fa-step-backward:before {
    content: "\f048"
}
.fa-fast-backward:before {
    content: "\f049"
}
.fa-backward:before {
    content: "\f04a"
}
.fa-play:before {
    content: "\f04b"
}
.fa-pause:before {
    content: "\f04c"
}
.fa-stop:before {
    content: "\f04d"
}
.fa-forward:before {
    content: "\f04e"
}
.fa-fast-forward:before {
    content: "\f050"
}
.fa-step-forward:before {
    content: "\f051"
}
.fa-eject:before {
    content: "\f052"
}
.fa-chevron-left:before {
    content: "\f053"
}
.fa-chevron-right:before {
    content: "\f054"
}
.fa-plus-circle:before {
    content: "\f055"
}
.fa-minus-circle:before {
    content: "\f056"
}
.fa-times-circle:before {
    content: "\f057"
}
.fa-check-circle:before {
    content: "\f058"
}
.fa-question-circle:before {
    content: "\f059"
}
.fa-info-circle:before {
    content: "\f05a"
}
.fa-crosshairs:before {
    content: "\f05b"
}
.fa-times-circle-o:before {
    content: "\f05c"
}
.fa-check-circle-o:before {
    content: "\f05d"
}
.fa-ban:before {
    content: "\f05e"
}
.fa-arrow-left:before {
    content: "\f060"
}
.fa-arrow-right:before {
    content: "\f061"
}
.fa-arrow-up:before {
    content: "\f062"
}
.fa-arrow-down:before {
    content: "\f063"
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}
.fa-expand:before {
    content: "\f065"
}
.fa-compress:before {
    content: "\f066"
}
.fa-plus:before {
    content: "\f067"
}
.fa-minus:before {
    content: "\f068"
}
.fa-asterisk:before {
    content: "\f069"
}
.fa-exclamation-circle:before {
    content: "\f06a"
}
.fa-gift:before {
    content: "\f06b"
}
.fa-leaf:before {
    content: "\f06c"
}
.fa-fire:before {
    content: "\f06d"
}
.fa-eye:before {
    content: "\f06e"
}
.fa-eye-slash:before {
    content: "\f070"
}
.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}
.fa-plane:before {
    content: "\f072"
}
.fa-calendar:before {
    content: "\f073"
}
.fa-random:before {
    content: "\f074"
}
.fa-comment:before {
    content: "\f075"
}
.fa-magnet:before {
    content: "\f076"
}
.fa-chevron-up:before {
    content: "\f077"
}
.fa-chevron-down:before {
    content: "\f078"
}
.fa-retweet:before {
    content: "\f079"
}
.fa-shopping-cart:before {
    content: "\f07a"
}
.fa-folder:before {
    content: "\f07b"
}
.fa-folder-open:before {
    content: "\f07c"
}
.fa-arrows-v:before {
    content: "\f07d"
}
.fa-arrows-h:before {
    content: "\f07e"
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}
.fa-twitter-square:before {
    content: "\f081"
}
.fa-facebook-square:before {
    content: "\f082"
}
.fa-camera-retro:before {
    content: "\f083"
}
.fa-key:before {
    content: "\f084"
}
.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}
.fa-comments:before {
    content: "\f086"
}
.fa-thumbs-o-up:before {
    content: "\f087"
}
.fa-thumbs-o-down:before {
    content: "\f088"
}
.fa-star-half:before {
    content: "\f089"
}
.fa-heart-o:before {
    content: "\f08a"
}
.fa-sign-out:before {
    content: "\f08b"
}
.fa-linkedin-square:before {
    content: "\f08c"
}
.fa-thumb-tack:before {
    content: "\f08d"
}
.fa-external-link:before {
    content: "\f08e"
}
.fa-sign-in:before {
    content: "\f090"
}
.fa-trophy:before {
    content: "\f091"
}
.fa-github-square:before {
    content: "\f092"
}
.fa-upload:before {
    content: "\f093"
}
.fa-lemon-o:before {
    content: "\f094"
}
.fa-phone:before {
    content: "\f095"
}
.fa-square-o:before {
    content: "\f096"
}
.fa-bookmark-o:before {
    content: "\f097"
}
.fa-phone-square:before {
    content: "\f098"
}
.fa-twitter:before {
    content: "\f099"
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}
.fa-github:before {
    content: "\f09b"
}
.fa-unlock:before {
    content: "\f09c"
}
.fa-credit-card:before {
    content: "\f09d"
}
.fa-rss:before {
    content: "\f09e"
}
.fa-hdd-o:before {
    content: "\f0a0"
}
.fa-bullhorn:before {
    content: "\f0a1"
}
.fa-bell:before {
    content: "\f0f3"
}
.fa-certificate:before {
    content: "\f0a3"
}
.fa-hand-o-right:before {
    content: "\f0a4"
}
.fa-hand-o-left:before {
    content: "\f0a5"
}
.fa-hand-o-up:before {
    content: "\f0a6"
}
.fa-hand-o-down:before {
    content: "\f0a7"
}
.fa-arrow-circle-left:before {
    content: "\f0a8"
}
.fa-arrow-circle-right:before {
    content: "\f0a9"
}
.fa-arrow-circle-up:before {
    content: "\f0aa"
}
.fa-arrow-circle-down:before {
    content: "\f0ab"
}
.fa-globe:before {
    content: "\f0ac"
}
.fa-wrench:before {
    content: "\f0ad"
}
.fa-tasks:before {
    content: "\f0ae"
}
.fa-filter:before {
    content: "\f0b0"
}
.fa-briefcase:before {
    content: "\f0b1"
}
.fa-arrows-alt:before {
    content: "\f0b2"
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}
.fa-cloud:before {
    content: "\f0c2"
}
.fa-flask:before {
    content: "\f0c3"
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}
.fa-paperclip:before {
    content: "\f0c6"
}
.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}
.fa-square:before {
    content: "\f0c8"
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}
.fa-list-ul:before {
    content: "\f0ca"
}
.fa-list-ol:before {
    content: "\f0cb"
}
.fa-strikethrough:before {
    content: "\f0cc"
}
.fa-underline:before {
    content: "\f0cd"
}
.fa-table:before {
    content: "\f0ce"
}
.fa-magic:before {
    content: "\f0d0"
}
.fa-truck:before {
    content: "\f0d1"
}
.fa-pinterest:before {
    content: "\f0d2"
}
.fa-pinterest-square:before {
    content: "\f0d3"
}
.fa-google-plus-square:before {
    content: "\f0d4"
}
.fa-google-plus:before {
    content: "\f0d5"
}
.fa-money:before {
    content: "\f0d6"
}
.fa-caret-down:before {
    content: "\f0d7"
}
.fa-caret-up:before {
    content: "\f0d8"
}
.fa-caret-left:before {
    content: "\f0d9"
}
.fa-caret-right:before {
    content: "\f0da"
}
.fa-columns:before {
    content: "\f0db"
}
.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}
.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}
.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}
.fa-envelope:before {
    content: "\f0e0"
}
.fa-linkedin:before {
    content: "\f0e1"
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}
.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}
.fa-comment-o:before {
    content: "\f0e5"
}
.fa-comments-o:before {
    content: "\f0e6"
}
.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}
.fa-sitemap:before {
    content: "\f0e8"
}
.fa-umbrella:before {
    content: "\f0e9"
}
.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}
.fa-lightbulb-o:before {
    content: "\f0eb"
}
.fa-exchange:before {
    content: "\f0ec"
}
.fa-cloud-download:before {
    content: "\f0ed"
}
.fa-cloud-upload:before {
    content: "\f0ee"
}
.fa-user-md:before {
    content: "\f0f0"
}
.fa-stethoscope:before {
    content: "\f0f1"
}
.fa-suitcase:before {
    content: "\f0f2"
}
.fa-bell-o:before {
    content: "\f0a2"
}
.fa-coffee:before {
    content: "\f0f4"
}
.fa-cutlery:before {
    content: "\f0f5"
}
.fa-file-text-o:before {
    content: "\f0f6"
}
.fa-building-o:before {
    content: "\f0f7"
}
.fa-hospital-o:before {
    content: "\f0f8"
}
.fa-ambulance:before {
    content: "\f0f9"
}
.fa-medkit:before {
    content: "\f0fa"
}
.fa-fighter-jet:before {
    content: "\f0fb"
}
.fa-beer:before {
    content: "\f0fc"
}
.fa-h-square:before {
    content: "\f0fd"
}
.fa-plus-square:before {
    content: "\f0fe"
}
.fa-angle-double-left:before {
    content: "\f100"
}
.fa-angle-double-right:before {
    content: "\f101"
}
.fa-angle-double-up:before {
    content: "\f102"
}
.fa-angle-double-down:before {
    content: "\f103"
}
.fa-angle-left:before {
    content: "\f104"
}
.fa-angle-right:before {
    content: "\f105"
}
.fa-angle-up:before {
    content: "\f106"
}
.fa-angle-down:before {
    content: "\f107"
}
.fa-desktop:before {
    content: "\f108"
}
.fa-laptop:before {
    content: "\f109"
}
.fa-tablet:before {
    content: "\f10a"
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}
.fa-circle-o:before {
    content: "\f10c"
}
.fa-quote-left:before {
    content: "\f10d"
}
.fa-quote-right:before {
    content: "\f10e"
}
.fa-spinner:before {
    content: "\f110"
}
.fa-circle:before {
    content: "\f111"
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}
.fa-github-alt:before {
    content: "\f113"
}
.fa-folder-o:before {
    content: "\f114"
}
.fa-folder-open-o:before {
    content: "\f115"
}
.fa-smile-o:before {
    content: "\f118"
}
.fa-frown-o:before {
    content: "\f119"
}
.fa-meh-o:before {
    content: "\f11a"
}
.fa-gamepad:before {
    content: "\f11b"
}
.fa-keyboard-o:before {
    content: "\f11c"
}
.fa-flag-o:before {
    content: "\f11d"
}
.fa-flag-checkered:before {
    content: "\f11e"
}
.fa-terminal:before {
    content: "\f120"
}
.fa-code:before {
    content: "\f121"
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}
.fa-location-arrow:before {
    content: "\f124"
}
.fa-crop:before {
    content: "\f125"
}
.fa-code-fork:before {
    content: "\f126"
}
.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}
.fa-question:before {
    content: "\f128"
}
.fa-info:before {
    content: "\f129"
}
.fa-exclamation:before {
    content: "\f12a"
}
.fa-superscript:before {
    content: "\f12b"
}
.fa-subscript:before {
    content: "\f12c"
}
.fa-eraser:before {
    content: "\f12d"
}
.fa-puzzle-piece:before {
    content: "\f12e"
}
.fa-microphone:before {
    content: "\f130"
}
.fa-microphone-slash:before {
    content: "\f131"
}
.fa-shield:before {
    content: "\f132"
}
.fa-calendar-o:before {
    content: "\f133"
}
.fa-fire-extinguisher:before {
    content: "\f134"
}
.fa-rocket:before {
    content: "\f135"
}
.fa-maxcdn:before {
    content: "\f136"
}
.fa-chevron-circle-left:before {
    content: "\f137"
}
.fa-chevron-circle-right:before {
    content: "\f138"
}
.fa-chevron-circle-up:before {
    content: "\f139"
}
.fa-chevron-circle-down:before {
    content: "\f13a"
}
.fa-html5:before {
    content: "\f13b"
}
.fa-css3:before {
    content: "\f13c"
}
.fa-anchor:before {
    content: "\f13d"
}
.fa-unlock-alt:before {
    content: "\f13e"
}
.fa-bullseye:before {
    content: "\f140"
}
.fa-ellipsis-h:before {
    content: "\f141"
}
.fa-ellipsis-v:before {
    content: "\f142"
}
.fa-rss-square:before {
    content: "\f143"
}
.fa-play-circle:before {
    content: "\f144"
}
.fa-ticket:before {
    content: "\f145"
}
.fa-minus-square:before {
    content: "\f146"
}
.fa-minus-square-o:before {
    content: "\f147"
}
.fa-level-up:before {
    content: "\f148"
}
.fa-level-down:before {
    content: "\f149"
}
.fa-check-square:before {
    content: "\f14a"
}
.fa-pencil-square:before {
    content: "\f14b"
}
.fa-external-link-square:before {
    content: "\f14c"
}
.fa-share-square:before {
    content: "\f14d"
}
.fa-compass:before {
    content: "\f14e"
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}
.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}
.fa-gbp:before {
    content: "\f154"
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}
.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}
.fa-krw:before,
.fa-won:before {
    content: "\f159"
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}
.fa-file:before {
    content: "\f15b"
}
.fa-file-text:before {
    content: "\f15c"
}
.fa-sort-alpha-asc:before {
    content: "\f15d"
}
.fa-sort-alpha-desc:before {
    content: "\f15e"
}
.fa-sort-amount-asc:before {
    content: "\f160"
}
.fa-sort-amount-desc:before {
    content: "\f161"
}
.fa-sort-numeric-asc:before {
    content: "\f162"
}
.fa-sort-numeric-desc:before {
    content: "\f163"
}
.fa-thumbs-up:before {
    content: "\f164"
}
.fa-thumbs-down:before {
    content: "\f165"
}
.fa-youtube-square:before {
    content: "\f166"
}
.fa-youtube:before {
    content: "\f167"
}
.fa-xing:before {
    content: "\f168"
}
.fa-xing-square:before {
    content: "\f169"
}
.fa-youtube-play:before {
    content: "\f16a"
}
.fa-dropbox:before {
    content: "\f16b"
}
.fa-stack-overflow:before {
    content: "\f16c"
}
.fa-instagram:before {
    content: "\f16d"
}
.fa-flickr:before {
    content: "\f16e"
}
.fa-adn:before {
    content: "\f170"
}
.fa-bitbucket:before {
    content: "\f171"
}
.fa-bitbucket-square:before {
    content: "\f172"
}
.fa-tumblr:before {
    content: "\f173"
}
.fa-tumblr-square:before {
    content: "\f174"
}
.fa-long-arrow-down:before {
    content: "\f175"
}
.fa-long-arrow-up:before {
    content: "\f176"
}
.fa-long-arrow-left:before {
    content: "\f177"
}
.fa-long-arrow-right:before {
    content: "\f178"
}
.fa-apple:before {
    content: "\f179"
}
.fa-windows:before {
    content: "\f17a"
}
.fa-android:before {
    content: "\f17b"
}
.fa-linux:before {
    content: "\f17c"
}
.fa-dribbble:before {
    content: "\f17d"
}
.fa-skype:before {
    content: "\f17e"
}
.fa-foursquare:before {
    content: "\f180"
}
.fa-trello:before {
    content: "\f181"
}
.fa-female:before {
    content: "\f182"
}
.fa-male:before {
    content: "\f183"
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}
.fa-sun-o:before {
    content: "\f185"
}
.fa-moon-o:before {
    content: "\f186"
}
.fa-archive:before {
    content: "\f187"
}
.fa-bug:before {
    content: "\f188"
}
.fa-vk:before {
    content: "\f189"
}
.fa-weibo:before {
    content: "\f18a"
}
.fa-renren:before {
    content: "\f18b"
}
.fa-pagelines:before {
    content: "\f18c"
}
.fa-stack-exchange:before {
    content: "\f18d"
}
.fa-arrow-circle-o-right:before {
    content: "\f18e"
}
.fa-arrow-circle-o-left:before {
    content: "\f190"
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}
.fa-dot-circle-o:before {
    content: "\f192"
}
.fa-wheelchair:before {
    content: "\f193"
}
.fa-vimeo-square:before {
    content: "\f194"
}
.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}
.fa-plus-square-o:before {
    content: "\f196"
}
.fa-space-shuttle:before {
    content: "\f197"
}
.fa-slack:before {
    content: "\f198"
}
.fa-envelope-square:before {
    content: "\f199"
}
.fa-wordpress:before {
    content: "\f19a"
}
.fa-openid:before {
    content: "\f19b"
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}
.fa-yahoo:before {
    content: "\f19e"
}
.fa-google:before {
    content: "\f1a0"
}
.fa-reddit:before {
    content: "\f1a1"
}
.fa-reddit-square:before {
    content: "\f1a2"
}
.fa-stumbleupon-circle:before {
    content: "\f1a3"
}
.fa-stumbleupon:before {
    content: "\f1a4"
}
.fa-delicious:before {
    content: "\f1a5"
}
.fa-digg:before {
    content: "\f1a6"
}
.fa-pied-piper:before {
    content: "\f1a7"
}
.fa-pied-piper-alt:before {
    content: "\f1a8"
}
.fa-drupal:before {
    content: "\f1a9"
}
.fa-joomla:before {
    content: "\f1aa"
}
.fa-language:before {
    content: "\f1ab"
}
.fa-fax:before {
    content: "\f1ac"
}
.fa-building:before {
    content: "\f1ad"
}
.fa-child:before {
    content: "\f1ae"
}
.fa-paw:before {
    content: "\f1b0"
}
.fa-spoon:before {
    content: "\f1b1"
}
.fa-cube:before {
    content: "\f1b2"
}
.fa-cubes:before {
    content: "\f1b3"
}
.fa-behance:before {
    content: "\f1b4"
}
.fa-behance-square:before {
    content: "\f1b5"
}
.fa-steam:before {
    content: "\f1b6"
}
.fa-steam-square:before {
    content: "\f1b7"
}
.fa-recycle:before {
    content: "\f1b8"
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}
.fa-tree:before {
    content: "\f1bb"
}
.fa-spotify:before {
    content: "\f1bc"
}
.fa-deviantart:before {
    content: "\f1bd"
}
.fa-soundcloud:before {
    content: "\f1be"
}
.fa-database:before {
    content: "\f1c0"
}
.fa-file-pdf-o:before {
    content: "\f1c1"
}
.fa-file-word-o:before {
    content: "\f1c2"
}
.fa-file-excel-o:before {
    content: "\f1c3"
}
.fa-file-powerpoint-o:before {
    content: "\f1c4"
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}
.fa-file-code-o:before {
    content: "\f1c9"
}
.fa-vine:before {
    content: "\f1ca"
}
.fa-codepen:before {
    content: "\f1cb"
}
.fa-jsfiddle:before {
    content: "\f1cc"
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}
.fa-circle-o-notch:before {
    content: "\f1ce"
}
.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}
.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}
.fa-git-square:before {
    content: "\f1d2"
}
.fa-git:before {
    content: "\f1d3"
}
.fa-hacker-news:before {
    content: "\f1d4"
}
.fa-tencent-weibo:before {
    content: "\f1d5"
}
.fa-qq:before {
    content: "\f1d6"
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}
.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}
.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}
.fa-history:before {
    content: "\f1da"
}
.fa-circle-thin:before,
.fa-genderless:before {
    content: "\f1db"
}
.fa-header:before {
    content: "\f1dc"
}
.fa-paragraph:before {
    content: "\f1dd"
}
.fa-sliders:before {
    content: "\f1de"
}
.fa-share-alt:before {
    content: "\f1e0"
}
.fa-share-alt-square:before {
    content: "\f1e1"
}
.fa-bomb:before {
    content: "\f1e2"
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}
.fa-tty:before {
    content: "\f1e4"
}
.fa-binoculars:before {
    content: "\f1e5"
}
.fa-plug:before {
    content: "\f1e6"
}
.fa-slideshare:before {
    content: "\f1e7"
}
.fa-twitch:before {
    content: "\f1e8"
}
.fa-yelp:before {
    content: "\f1e9"
}
.fa-newspaper-o:before {
    content: "\f1ea"
}
.fa-wifi:before {
    content: "\f1eb"
}
.fa-calculator:before {
    content: "\f1ec"
}
.fa-paypal:before {
    content: "\f1ed"
}
.fa-google-wallet:before {
    content: "\f1ee"
}
.fa-cc-visa:before {
    content: "\f1f0"
}
.fa-cc-mastercard:before {
    content: "\f1f1"
}
.fa-cc-discover:before {
    content: "\f1f2"
}
.fa-cc-amex:before {
    content: "\f1f3"
}
.fa-cc-paypal:before {
    content: "\f1f4"
}
.fa-cc-stripe:before {
    content: "\f1f5"
}
.fa-bell-slash:before {
    content: "\f1f6"
}
.fa-bell-slash-o:before {
    content: "\f1f7"
}
.fa-trash:before {
    content: "\f1f8"
}
.fa-copyright:before {
    content: "\f1f9"
}
.fa-at:before {
    content: "\f1fa"
}
.fa-eyedropper:before {
    content: "\f1fb"
}
.fa-paint-brush:before {
    content: "\f1fc"
}
.fa-birthday-cake:before {
    content: "\f1fd"
}
.fa-area-chart:before {
    content: "\f1fe"
}
.fa-pie-chart:before {
    content: "\f200"
}
.fa-line-chart:before {
    content: "\f201"
}
.fa-lastfm:before {
    content: "\f202"
}
.fa-lastfm-square:before {
    content: "\f203"
}
.fa-toggle-off:before {
    content: "\f204"
}
.fa-toggle-on:before {
    content: "\f205"
}
.fa-bicycle:before {
    content: "\f206"
}
.fa-bus:before {
    content: "\f207"
}
.fa-ioxhost:before {
    content: "\f208"
}
.fa-angellist:before {
    content: "\f209"
}
.fa-cc:before {
    content: "\f20a"
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}
.fa-meanpath:before {
    content: "\f20c"
}
.fa-buysellads:before {
    content: "\f20d"
}
.fa-connectdevelop:before {
    content: "\f20e"
}
.fa-dashcube:before {
    content: "\f210"
}
.fa-forumbee:before {
    content: "\f211"
}
.fa-leanpub:before {
    content: "\f212"
}
.fa-sellsy:before {
    content: "\f213"
}
.fa-shirtsinbulk:before {
    content: "\f214"
}
.fa-simplybuilt:before {
    content: "\f215"
}
.fa-skyatlas:before {
    content: "\f216"
}
.fa-cart-plus:before {
    content: "\f217"
}
.fa-cart-arrow-down:before {
    content: "\f218"
}
.fa-diamond:before {
    content: "\f219"
}
.fa-ship:before {
    content: "\f21a"
}
.fa-user-secret:before {
    content: "\f21b"
}
.fa-motorcycle:before {
    content: "\f21c"
}
.fa-street-view:before {
    content: "\f21d"
}
.fa-heartbeat:before {
    content: "\f21e"
}
.fa-venus:before {
    content: "\f221"
}
.fa-mars:before {
    content: "\f222"
}
.fa-mercury:before {
    content: "\f223"
}
.fa-transgender:before {
    content: "\f224"
}
.fa-transgender-alt:before {
    content: "\f225"
}
.fa-venus-double:before {
    content: "\f226"
}
.fa-mars-double:before {
    content: "\f227"
}
.fa-venus-mars:before {
    content: "\f228"
}
.fa-mars-stroke:before {
    content: "\f229"
}
.fa-mars-stroke-v:before {
    content: "\f22a"
}
.fa-mars-stroke-h:before {
    content: "\f22b"
}
.fa-neuter:before {
    content: "\f22c"
}
.fa-facebook-official:before {
    content: "\f230"
}
.fa-pinterest-p:before {
    content: "\f231"
}
.fa-whatsapp:before {
    content: "\f232"
}
.fa-server:before {
    content: "\f233"
}
.fa-user-plus:before {
    content: "\f234"
}
.fa-user-times:before {
    content: "\f235"
}
.fa-bed:before,
.fa-hotel:before {
    content: "\f236"
}
.fa-viacoin:before {
    content: "\f237"
}
.fa-train:before {
    content: "\f238"
}
.fa-subway:before {
    content: "\f239"
}
.fa-medium:before {
    content: "\f23a"
}
.std ol,
.std ul {
    padding-left: 40px;
    margin-bottom: 10px
}
.std ul {
    list-style: disc
}
.std ol {
    list-style: decimal
}
.links li {
    display: inline
}
.links li:first-child {
    padding-left: 0
}
.links li:last-child {
    padding-right: 0
}
.link-cart,
.link-compare,
.link-print,
.link-reorder,
.link-wishlist {
    font-weight: 700
}
.btn-edit,
.btn-previous,
.btn-remove,
.btn-remove2 {
    display: inline-block;
    font-size: 0
}
.btn-edit:focus,
.btn-edit:hover,
.btn-previous:focus,
.btn-previous:hover,
.btn-remove2:focus,
.btn-remove2:hover,
.btn-remove:focus,
.btn-remove:hover {
    text-decoration: none
}
.btn-edit:after,
.btn-previous:after,
.btn-remove2:after,
.btn-remove:after {
    font-size: 14px;
    font-weight: 700;
    font-family: FontAwesome;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.btn-edit:after {
    content: "\f040"
}
.btn-remove2:after,
.btn-remove:after {
    content: "\f00d"
}
.cards-list dt {
    margin: 5px 0 0
}
.cards-list .offset {
    padding: 2px 0 2px 20px
}
.separator {
    margin: 0 3px
}
.divider {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 1px;
    margin: 10px 0;
    text-indent: -999em;
    overflow: hidden
}
h1.logo {
    margin: 0
}
.form-language {
    margin-bottom: 10px
}
.form-language label {
    display: none
}
.form-search {
    margin-bottom: 10px;
    position: relative
}
.form-search .search-autocomplete {
    z-index: 1000
}
.form-search .search-autocomplete li {
    cursor: pointer
}
.form-search .search-autocomplete li .amount {
    float: right
}
.form-search .search-autocomplete li.first {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}
.form-search .search-autocomplete li:focus,
.form-search .search-autocomplete li:hover {
    text-decoration: none;
    background-color: #f5f5f5
}
.form-search .search-autocomplete li.selected,
.form-search .search-autocomplete li.selected:focus,
.form-search .search-autocomplete li.selected:hover {
    z-index: 2;
    color: #fff;
    background-color: #f15c22;
    border-color: #f15c22
}
.advanced-search .form-list .input-range {
    line-height: 34px
}
.advanced-search .form-list .input-range small {
    float: right
}
.advanced-search-summary ul {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px
}
.advanced-search-summary strong {
    color: #f15c22
}
.advanced-search-summary p {
    clear: both;
    padding: 10px 15px 0;
    margin-bottom: 0;
    font-weight: 700
}
@media (min-width: 480px) {
    .advanced-search-summary ul {
        float: left;
        width: 50%
    }
}
.block {
    border-color: #ddd
}
.block .block-title {
    border-color: #ddd;
    background-color: #f5f5f5;
    color: #333
}
.block .block-title strong {
    font-weight: 500
}
.block .block-subtitle {
    margin: 0 15px 10px;
    padding: 10px 0;
    border-bottom: 1px solid #ddd
}
.block .block-content li.item {
    padding: 10px 15px;
    float: none; 
    background: none;
}
.block .btn-edit,
.block .btn-remove {
    float: right;
    margin: 1px 0 2px 5px
}
.block .actions {
    padding: 6px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    text-align: right;
    line-height: 30px
}
.block .actions:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.block .actions a {
    float: left
}
.block .actions button.button {
    float: right
}
.block .empty {
    margin: 0;
    padding: 15px
}
.block li.odd {
    background-color: #f9f9f9
}
.block-cart,
.block-compare,
.block-compared,
.block-login,
.block-poll,
.block-related,
.block-reorder,
.block-subscribe,
.block-tags,
.block-viewed,
.block-wishlist {
    font-size: 12px
}
.mini-products-list .product-image {
    float: left
}
.mini-products-list .product-details {
    margin-left: 60px;
    text-align: left;
}
.block-cart .mini-products-list .product-details .nobr small,
.block-cart .mini-products-list .product-details .product-name {
    word-wrap: break-word
}
.block-cart .mini-products-list .product-details .nobr {
    white-space: normal!important
}
.block-account .block-title {
    border-color: #f15c22;
    background-color: #f15c22;
    color: #fff
}
.block-account .block-title strong {
    font-weight: 500
}
.block-account .block-content {
    padding: 15px
}
.block-account .block-content ul {
    margin-bottom: 0
}
.block-account .block-content li a {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 5px 0
}
.block-account .block-content li.last a {
    border-bottom: 0
}
.block-account .block-content li.current {
}
.block-account .block-content li.current a {
	
}
.block-account .block-content li.current.last {
    border-bottom: 0
}
.block-layered-nav dl {
    margin: 0
}
.block-layered-nav dt {
    padding: 7px 15px;
    font-weight: 700;
    text-transform: uppercase
}
.block-layered-nav dd {
    padding: 0 15px 0 20px;
    margin-bottom: 10px
}
.block-layered-nav dd.last {
    background: 0 0
}
.block-layered-nav .currently li {
    position: relative;
    padding: 5px 15px
}
.block-layered-nav .currently .label {
    font-weight: 700;
    text-transform: uppercase
}
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove {
    position: absolute;
    right: 4px;
    top: 9px;
    margin: 0
}
.block-layered-nav .currently .btn-previous {
    right: 17px
}
.block-layered-nav .actions {
    text-align: right
}
.block-layered-nav .actions .actions a {
    float: none
}
.block-cart .summary {
    padding: 10px 15px
}
.block-cart .amount a {
    font-weight: 700
}
.block-cart .subtotal {
    padding: 4px;
    margin-bottom: 0;
    text-align: center
}
.block-cart .subtotal .price {
    font-weight: 700
}
.block-cart .actions {
    border-bottom: 1px solid #ddd
}
.block-cart .actions .paypal-logo {
    float: left;
    width: 100%;
    margin: 3px 0 0;
    text-align: right
}
.block-cart .actions .paypal-logo .paypal-or {
    clear: both;
    display: block;
    padding: 0 55px 8px 0
}
.block-wishlist .actions {
    text-align: right
}
.block-wishlist .actions a {
    float: none
}
.block-related input.checkbox {
    float: left
}
.block-related .product {
    margin-left: 20px
}
.compare-table .btn-remove {
    float: right;
    background-image: url(https://www.liveprotection.com/skin/frontend/protection/images/btn_remove2.gif);
    width: 72px;
    height: 15px
}
.compare-table tr.add-to-row td {
    background: #fffada;
    text-align: center
}
.compare-table tr.first td {
    text-align: center
}
.compare-table tr.first td .product-name {
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 5px;
    color: #203548
}
.compare-table tr.first td .product-name a {
    color: #203548
}
.compare-table tr.first td .ratings {
    width: 69px;
    margin: 0 auto
}
.compare-table tr.add-to-row td p,
.compare-table tr.first td p {
    margin: 0
}
.block-poll label {
    color: #777;
    font-weight: 700
}
.block-poll input.radio {
    float: left;
    margin: 1px -18px 0 0
}
.block-poll .label {
    display: block;
    margin-left: 18px
}
.block-poll li {
    padding: 10px 15px
}
.block-poll label {
    margin-bottom: 0
}
.block-poll .actions {
    margin: 5px 0 0
}
.block-poll .answer {
    font-weight: 700
}
.block-poll .votes {
    float: right;
    margin-left: 10px
}
.block-tags .block-content .tags-list {
    padding: 15px!important;
    margin-bottom: 0!important;
    font-size: 12px
}
.block-tags .actions {
    text-align: right
}
.block-tags .actions a {
    float: none
}
.block-subscribe .block-content {
    padding: 15px 15px 0
}
.block-subscribe .actions {
    margin: 15px -15px 0
}
.block-subscribe .actions button.button {
    float: none
}
.block-reorder input.checkbox {
    float: left;
    margin: 2px -20px 0 0
}
.block-reorder .product-name {
    margin-left: 20px
}
.block-reorder .validation-advice {
    margin: 3px 9px 7px
}
.block-banner {
    border: 0;
    background-color: transparent
}
.block-banner .block-content {
    padding: 0;
    background-color: transparent;
    text-align: center
}
.block-login .block-content {
    padding: 15px 15px 0
}
.block-login .actions {
    margin: 15px -15px 0
}
.paypal-logo {
    display: block;
    margin: 10px 0;
    text-align: center
}
.paypal-logo a {
    float: none
}
.category-description,
.category-products .toolbar {
    margin-bottom: 10px
}
.products-grid {
    margin-left: -15px;
    margin-right: -15px
}
.products-grid .item {
    position: relative;
    float: left;
    width: 33.33333333%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 390px;
    padding-bottom: 80px
}
.products-grid .product-image {
    display: block;
    margin-bottom: 10px
}
.products-grid .product-name {
    min-height: 60px
}
.products-grid .actions {
    position: absolute;
    bottom: 0
}
.products-grid .add-to-links .separator {
    display: none
}
.products-list li.item {
    padding: 10px 0;
    border-bottom: 1px solid #eee
}
.products-list li.item:first-child {
    padding-top: 0
}
.products-list li.item:last-child {
    padding-bottom: 0;
    border-bottom: 0
}
.products-list .product-image {
    float: left;
    width: 150px;
    display: block
}
.products-list .product-shop {
    margin-left: 160px
}
.products-list .add-to-links li {
    display: inline
}
.products-list .add-to-links .separator {
    display: inline;
    margin: 0 4px
}
.product-name {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}
.availability {
    margin: 0
}
.availability span {
    font-weight: 700
}
.availability.in-stock span {
    color: #3c763d
}
.availability.out-of-stock span {
    color: #a94442
}
.availability-only a,
.availability-only span {
    font-weight: 700
}
.add-to-cart .paypal-logo {
    margin: 0;
    text-align: right
}
.add-to-cart .paypal-logo .paypal-or {
    display: block;
    margin: 5px 60px 5px 0
}
.add-to-cart .paypal-logo .paypal-logo {
    margin: 0
}
.add-to-box {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px
}
.add-to-box .add-to-cart {
    margin: 0 -15px 10px
}
.add-to-box .or {
    float: left
}
.add-to-box .add-to-links {
    float: right
}
.add-to-box .add-to-links .separator,
.add-to-box .add-to-links li {
    float: left
}
.add-to-box .add-to-links .separator {
    margin: 0 4px
}
.product-view {
}
.product-collateral,
.product-essential {
    position: relative;
    min-height: 1px;
}
@media (min-width: 768px) {
    .product-collateral,
    .product-essential {
        float: left;
        width: 100%
    }
}
.product-essential .product-shop {
    min-height: 1px;
    position: relative
}
.product-essential .product-img-box {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0
}
@media (min-width: 768px) {
    .product-essential .product-img-box {
        float: left;
        width: 58.33333333%
    }
}
.product-essential .product-img-box .more-views ul {
    margin-left: -15px;
    margin-right: -15px
}
.product-essential .product-img-box .more-views ul li {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width: 768px) {
    .product-essential .product-img-box {
        padding-left: 0;
        padding-right: 15px
    }
    .product-essential .product-shop {
        float: right;
        width: 41.66666667%
    }
}
.product-view .product-shop {
    padding: 15px;
    border-color: #ddd
}
.product-view .product-shop .product-name {
    margin: -15px -15px 15px;
    border-color: #ddd;
    background-color: #f5f5f5;
    color: #333
}
.product-view .product-shop .add-to-box,
.product-view .product-shop .availability,
.product-view .product-shop .price-box,
.product-view .product-shop .short-description {
    margin-bottom: 10px
}
.product-view .product-shop .product-options-bottom .add-to-cart,
.product-view .product-shop .product-options-bottom .price-box {
    padding-left: 0;
    padding-right: 0
}
@media (min-width: 992px) {
    .product-view .product-shop .product-options-bottom .add-to-cart,
    .product-view .product-shop .product-options-bottom .price-box {
        float: none;
        width: auto
    }
}
.product-img-box .product-image-zoom {
    margin-bottom: 10px
}
.product-img-box .more-views {
    padding-top: 10px;
    border-top: 1px solid #eee
}
.product-options {
    margin-bottom: 10px;
    position: relative
}
.product-options dl {
    margin: 0
}
.product-options dt {
    padding-top: 10px;
    font-weight: 400
}
.product-options dt label {
    margin-bottom: 0;
    font-weight: 700
}
.product-options dt label.required em {
    margin-left: 2px;
    color: #a94442
}
.product-options dt .qty-disabled {
    background: 0 0;
    border: 0;
    padding: 3px
}
.product-options dd .qty-holder {
    display: block
}
.product-options dd .qty-holder label {
    vertical-align: middle
}
.product-options dd {
    padding: 5px 0 10px 5px;
    border-bottom: 1px solid #eee
}
.product-options dd select[multiple],
.product-options dd textarea {
    height: auto
}
.product-options dl.last dd.last {
    border-bottom: 0;
    margin-bottom: 0
}
.product-options ul.options-list {
    margin-bottom: 0
}
.product-options ul.options-list input.checkbox,
.product-options ul.options-list input.radio {
    float: left;
    margin-top: 3px
}
.product-options ul.options-list .label {
    display: block;
    margin-left: 18px
}
.product-options ul.options-list label {
    font-weight: 400
}
.product-options ul.validation-failed {
    padding: 0 7px
}
.product-options p.note {
    margin: 0;
    font-size: 12px
}
.product-options p.required {
    position: absolute;
    right: 20px;
    top: 20px
}
.product-options-bottom {
    margin-left: -15px;
    margin-right: -15px
}
.product-options-bottom .add-to-cart,
.product-options-bottom .price-box {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width: 992px) {
    .product-options-bottom .add-to-cart,
    .product-options-bottom .price-box {
        float: left;
        width: 50%
    }
}
.product-options-bottom .add-to-links {
    padding-top: 10px;
    clear: both;
    text-align: center
}
.product-options-bottom .add-to-links li {
    display: inline
}
.product-options-bottom .price-box {
    padding-top: 10px
}
.product-options-bottom .price-label {
    float: left;
    padding-right: 5px
}
.product-options-bottom .price-tax {
    float: left
}
@media (min-width: 992px) {
    .product-options-bottom .price-box {
        padding-top: 0
    }
}
.product-shop .product-options dt label.required em {
    margin-left: 0;
    margin-right: 2px
}
.product-shop .product-options-bottom {
    margin: 0 0 10px
}
.product-shop .product-options-bottom .price-box {
    float: none;
    margin: 0 0 5px
}
.product-shop .product-options-bottom .price-label {
    float: none;
    padding-right: 0
}
.product-shop .product-options-bottom .price-tax {
    float: none
}
.product-shop .product-options-bottom .add-to-cart-box {
    clear: both;
    float: left;
    padding-top: 12px
}
.product-shop .product-options-bottom .add-to-links {
    clear: both
}
.product-view .grouped-items-table .price-box {
    margin: 0
}
.product-view .grouped-items-table .qty {
    width: auto
}
.product-view .box-collateral {
    padding: 15px;
    border-color: #ddd
}
.product-view .box-collateral&gt;h2 {
    margin: -15px -15px 15px;
    border-color: #ddd;
    background-color: #f5f5f5;
    font-size: 16px;
    color: #333
}
.product-view .box-additional {
    padding: 0
}
.product-view .box-additional&gt;h2 {
    margin: 0
}
.product-view .box-additional .data-table {
    border: 0;
    margin-bottom: 0
}
.product-view .box-additional .data-table&gt;tbody&gt;tr&gt;th {
    border-left: 0
}
.product-view .box-additional .data-table&gt;tbody&gt;tr&gt;td {
    border-right: 0
}
.product-view .box-additional .data-table&gt;tbody&gt;tr.first&gt;td,
.product-view .box-additional .data-table&gt;tbody&gt;tr.first&gt;th {
    border-top: 0
}
.product-view .box-additional .data-table&gt;tbody&gt;tr.last&gt;td,
.product-view .box-additional .data-table&gt;tbody&gt;tr.last&gt;th {
    border-bottom: 0
}
.product-view .box-up-sell .table-responsive {
    padding: 15px 0
}
.product-view .box-up-sell .products-grid {
    margin: 0;
    width: 100%
}
.product-view .box-up-sell .products-grid td {
    width: 25%;
    padding: 0 15px;
    vertical-align: top
}
.product-view .box-up-sell .products-grid .price-box,
.product-view .box-up-sell .products-grid .product-image {
    margin-bottom: 10px
}
.product-view .box-up-sell .products-grid .ratings {
    margin-bottom: 0
}
@media (max-width: 768px) {
    .product-view .box-up-sell .products-grid {
        min-width: 500px
    }
    .product-view .box-up-sell .products-grid&gt;tbody&gt;tr&gt;td,
    .product-view .box-up-sell .products-grid&gt;tbody&gt;tr&gt;th {
        white-space: normal
    }
}
.product-view .box-tags {
    margin: 0
}
.product-view .box-tags .product-tags li {
    display: inline;
    white-space: nowrap;
    margin: 0 6px
}
.product-view .box-tags .note {
    margin: 0;
    text-align: center
}
.product-view .box-reviews dt {
    padding-top: 15px;
    font-weight: 400
}
.product-view .box-reviews dt a,
.product-view .box-reviews dt span {
    font-weight: 700
}
.product-view .box-reviews dd {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee
}
.product-view .box-reviews dd .ratings-table {
    float: left;
    margin-right: 10px
}
.product-view .box-reviews dd small {
    font-style: italic
}
.product-view .box-reviews .form-add h3 {
    margin-top: 0;
    font-size: 14px;
    font-weight: 400
}
.product-view .box-reviews .form-add h3 span {
    font-weight: 500
}
.product-view .box-reviews .form-add h4 {
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700
}
.product-view .box-reviews .form-add h4 em {
    float: right;
    position: absolute;
    top: 0;
    right: -8px;
    color: #a94442
}
.product-view .box-reviews .form-add td.value {
    text-align: center
}
.product-view .box-reviews .form-add td.value .radio {
    display: inline;
    margin: 0;
    padding: 0;
    height: 20px
}
@media (max-width: 768px) {
    .product-view .box-reviews .form-add form {
        width: 100%;
        overflow-y: hidden;
        overflow-x: scroll;
        padding: 15px;
        border: 1px solid #ddd
    }
}
.tags-list {
    margin: 0;
    padding: 10px
}
.tags-list li {
    display: inline!important;
    margin: 0 3px
}
.price,
.price-box .price-label {
    white-space: nowrap
}

.price-box .price {
    font-weight: 700;
    color: #f15c22
}
.regular-price {
    color: #f15c22
}
.regular-price .price {
    font-weight: 700;
    color: #f15c22
}
.old-price {
    margin: 0;
    color: #777
}
.old-price .price {
    color: inherit;
    font-weight: 400;
    text-decoration: line-through
}
.special-price {
    margin: 0
}
.special-price .price-label {
    font-weight: 700;
    color: #f15c22
}
.minimal-price {
    margin: 0
}
.minimal-price .price-label {
    font-weight: 700
}
.minimal-price-link {
    display: block
}
.minimal-price-link .price {
    font-weight: 400
}
.price-excluding-tax,
.price-including-tax {
    display: block;
    color: #777
}
.price-excluding-tax .label,
.price-including-tax .label {
    white-space: nowrap;
    color: inherit
}
.configured-price {
    margin: 0
}
.configured-price .price-label {
    font-weight: 700
}
.weee {
    display: block
}
.weee .price {
    font-weight: 400
}
.price-excl-tax,
.price-incl-tax {
    display: block
}
.price-excl-tax .label,
.price-incl-tax .label {
    white-space: nowrap;
    display: block
}
.price-excl-tax .price,
.price-incl-tax .price {
    display: block
}
.price-from,
.price-to {
    margin: 0
}
.price-from .price-label,
.price-to .price-label {
    font-weight: 700;
    white-space: nowrap
}
.price-notice {
    color: #333
}
.price-notice .price {
    font-weight: 700;
    color: #333
}
.price-as-configured {
    margin: 0
}
.price-as-configured .price-label {
    font-weight: 700;
    white-space: nowrap
}
.price-box-bundle .price-box {
    margin: 0;
    padding: 0
}
.price-box-bundle .price {
    color: #333
}
.tier-prices .benefit {
    font-weight: 700;
    font-style: italic
}
.tier-prices .price {
    font-weight: 700;
    color: #333
}
.tier-prices-grouped .price {
    font-weight: 700
}
.no-rating {
    margin: 0
}
.ratings {
    margin-bottom: 10px;
    font-size: 12px
}
.ratings strong {
    float: left;
    margin: 1px 3px 0 0
}
.ratings .rating-links {
    margin: 0
}
.ratings .rating-links .separator {
    margin: 0 2px
}
.rating-box {
    width: 69px;
    height: 13px;
    font-size: 0;
    line-height: 0;
    background: url(https://www.liveprotection.com/skin/frontend/protection/images/bkg_rating.gif) repeat-x;
    text-indent: -999em;
    overflow: hidden
}
.rating-box .rating {
    float: left;
    height: 13px;
    background: url(https://www.liveprotection.com/skin/frontend/protection/images/bkg_rating.gif) 0 100% repeat-x
}
.ratings .rating-box {
    float: left;
    margin-right: 3px
}
.ratings-table td,
.ratings-table th {
    font-size: 12px
}
.ratings-table th {
    font-weight: 700;
    padding-right: 8px
}
.page-sitemap .links {
    text-align: right;
    font-weight: 700
}
.catalog-seo-sitemap-product .page-sitemap .sitemap {
    margin-left: -15px;
    margin-right: -15px
}
.catalog-seo-sitemap-product .page-sitemap .sitemap li {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width: 992px) {
    .catalog-seo-sitemap-product .page-sitemap .sitemap li {
        float: left;
        width: 50%
    }
}
.catalog-seo-sitemap-category .page-sitemap .sitemap {
    margin-left: -15px;
    margin-right: -15px
}
.catalog-seo-sitemap-category .page-sitemap .sitemap li {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width: 768px) {
    .catalog-seo-sitemap-category .page-sitemap .sitemap li {
        float: left;
        width: 25%
    }
}
@media (min-width: 992px) {
    .catalog-seo-sitemap-category .page-sitemap .sitemap li {
        float: left;
        width: 16.66666667%
    }
}
.catalog-seo-sitemap-category .page-sitemap .sitemap li.level-0 {
    font-weight: 700;
    margin-top: 10px
}
.catalog-seo-sitemap-category .page-sitemap .sitemap li.level-0:first-child {
    margin-top: 0
}
@media (min-width: 992px) {
    .page-sitemap .sitemap li.level-0,
    .page-sitemap .sitemap li.level-1,
    .page-sitemap .sitemap li.level-2,
    .page-sitemap .sitemap li.level-3,
    .page-sitemap .sitemap li.level-4 {
        width: auto;
        float: none
    }
    .page-sitemap .sitemap li.level-0 {
        padding-left: 15px!important
    }
    .page-sitemap .sitemap li.level-1 {
        padding-left: 35px!important
    }
    .page-sitemap .sitemap li.level-2 {
        padding-left: 55px!important
    }
    .page-sitemap .sitemap li.level-3 {
        padding-left: 75px!important
    }
    .page-sitemap .sitemap li.level-4 {
        padding-left: 95px!important
    }
}
.rss-title h1 {
    background: url(https://www.liveprotection.com/skin/frontend/protection/images/i_rss-big.png) 0 4px no-repeat;
    padding-left: 27px
}
.rss-table .link-rss {
    display: block;
    line-height: 1.55;
    background-position: 0 4px
}



.account-login .content {
    min-height: 242px
}
.captcha-image {
    position: relative;
    width: 258px
}
.captcha-note {
    clear: left;
    padding-top: 5px
}
.captcha-image .captcha-img {
    border-radius: 4px;
    border: 1px solid #ccc;
    width: 100%
}
.registered-users .captcha-image {
    margin: 0
}
.captcha-reload {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2px
}
.captcha-reload .refreshing {
    -webkit-animation: captcha-rotate 1.5s infinite linear;
    -moz-animation: captcha-rotate 1.5s infinite linear;
    animation: captcha-rotate 1.5s infinite linear
}
@-webkit-keyframes captcha-rotate {
    0% {
        -webkit-transform: rotate(-360deg)
    }
}
@-moz-keyframes captcha-rotate {
    0% {
        -moz-transform: rotate(-360deg)
    }
}
@keyframes captcha-rotate {
    0% {
        transform: rotate(-360deg)
    }
}
.box-account {
    padding: 15px;
    border-color: #ddd
}
.box-account .box-head {
    margin: -15px -15px 15px;
    border-color: #ddd;
    background-color: #f5f5f5;
    color: #333
}
.box-account .box-head h2 {
    float: left
}
.box-account .box-head a {
    float: right
}
@media (max-width: 768px) {
    .box-account {
        width: 100%;
        overflow-y: hidden;
        overflow-x: scroll
    }
}

.product-review .product-img-box {
    float: left;
    width: 140px
}
.product-review .product-img-box .label {
    font-size: 12px
}
.product-review .product-img-box .ratings .rating-box {
    display: block;
    float: none;
    margin-bottom: 5px
}
.product-review .product-details {
    margin-left: 150px
}
.product-review .product-name {
    margin-bottom: 10px;
    font-size: 18px
}
.product-review h3 {
    font-size: 14px
}
.product-review .ratings-table {
    margin: 0 0 10px
}
.product-review dt {
    margin-bottom: 5px
}
.billing-agreements .info-box {
    margin: 10px 0
}
.billing-agreements .form-list li select {
    float: left
}
.billing-agreements .form-list li button.button {
    float: left;
    margin-left: 10px
}
.billing-agreements .table-caption {
    font-weight: 700
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    -webkit-overflow-scrolling: touch;
    outline: 0
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}
.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}
.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}
.modal-header {
    overflow: hidden;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px
}
.modal-header .close {
    margin-top: -2px
}
.modal-title {
    margin: 0;
    line-height: 1.42857143
}
.modal-body {
    position: relative;
    padding: 15px
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}
.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}
.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
    margin-left: 0
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}
.modal-open {
    overflow: hidden
}
.modal-open .navbar-fixed-bottom,
.modal-open .navbar-fixed-top,
body.modal-open {
    margin-right: 0
}
@media screen and (min-width: 992px) {
    .modal-media .modal-dialog {
        width: 940px
    }
}
.popover,
.tool-tip,
.truncated_full_value {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 400px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    white-space: normal
}
.popover.top {
    margin-top: -10px
}
.popover.right {
    margin-left: 10px
}
.popover.bottom {
    margin-top: 10px
}
.popover.left {
    margin-left: -10px
}
.popover-title,
.truncated_full_value dt {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}
.popover-content,
.tool-tip-content,
.truncated_full_value dd {
    padding: 9px 14px
}
.popover&gt;.arrow,
.popover&gt;.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.popover&gt;.arrow {
    border-width: 11px
}
.popover&gt;.arrow:after {
    border-width: 10px;
    content: ""
}
.popover.top&gt;.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}
.popover.top&gt;.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}
.popover.right&gt;.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}
.popover.right&gt;.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}
.popover.bottom&gt;.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}
.popover.bottom&gt;.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}
.popover.left&gt;.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}
.popover.left&gt;.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}
.carousel {
    position: relative
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}
.carousel-inner&gt;.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}
.carousel-inner&gt;.item&gt;a&gt;img,
.carousel-inner&gt;.item&gt;img {
    line-height: 1
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner&gt;.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        perspective: 1000
    }
    .carousel-inner&gt;.item.active.right,
    .carousel-inner&gt;.item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }
    .carousel-inner&gt;.item.active.left,
    .carousel-inner&gt;.item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }
    .carousel-inner&gt;.item.active,
    .carousel-inner&gt;.item.next.left,
    .carousel-inner&gt;.item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}
.carousel-inner&gt;.active,
.carousel-inner&gt;.next,
.carousel-inner&gt;.prev {
    display: block
}
.carousel-inner&gt;.active {
    left: 0
}
.carousel-inner&gt;.next,
.carousel-inner&gt;.prev {
    position: absolute;
    top: 0;
    width: 100%
}
.carousel-inner&gt;.next {
    left: 100%
}
.carousel-inner&gt;.prev {
    left: -100%
}
.carousel-inner&gt;.next.left,
.carousel-inner&gt;.prev.right {
    left: 0
}
.carousel-inner&gt;.active.left {
    left: -100%
}
.carousel-inner&gt;.active.right {
    left: 100%
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}
.carousel-control:focus,
.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    line-height: 1;
    font-family: serif
}
.carousel-control .icon-prev:before {
    content: '\2039'
}
.carousel-control .icon-next:before {
    content: '\203a'
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: transparent
}
.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}
.carousel-caption .btn {
    text-shadow: none
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}
.carousel-inner&gt;.active.left {
    float: none!important
}
.add-to-box:after,
.add-to-box:before,
.advanced-search-summary:after,
.advanced-search-summary:before,
.block .actions:after,
.block .actions:before,
.block .block-content:after,
.block .block-content:before,
.box-account .box-head:after,
.box-account .box-head:before,
.buttons-set:after,
.buttons-set:before,
.cart .cart-collaterals:after,
.cart .cart-collaterals:before,
.catalog-seo-sitemap-category .page-sitemap .sitemap:after,
.catalog-seo-sitemap-category .page-sitemap .sitemap:before,
.catalog-seo-sitemap-product .page-sitemap .sitemap:after,
.catalog-seo-sitemap-product .page-sitemap .sitemap:before,
.checkout-progress:after,
.checkout-progress:before,
.clearer:after,
.clearer:before,
.clearfix:after,
.clearfix:before,
.col2-set:after,
.col2-set:before,
.col4-set:after,
.col4-set:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dashboard .box .box-title:after,
.dashboard .box .box-title:before,
.dashboard .box-reviews li.item:after,
.dashboard .box-reviews li.item:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.form-list li.additional-row p:after,
.form-list li.additional-row p:before,
.form-list li:after,
.form-list li:before,
.form-list:after,
.form-list:before,
.gift-message-row dl:after,
.gift-message-row dl:before,
.gift-messages-form .item:after,
.gift-messages-form .item:before,
.layout:after,
.layout:before,
.modal-footer:after,
.modal-footer:before,
.multiple-checkout .place-order:after,
.multiple-checkout .place-order:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.opc .step-title:after,
.opc .step-title:before,
.page-title:after,
.page-title:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.product-essential .product-img-box .more-views ul:after,
.product-essential .product-img-box .more-views ul:before,
.product-options-bottom .price-box:after,
.product-options-bottom .price-box:before,
.product-options-bottom:after,
.product-options-bottom:before,
.product-view .box-collateral:after,
.product-view .box-collateral:before,
.product-view .box-reviews dd:after,
.product-view .box-reviews dd:before,
.product-view:after,
.product-view:before,
.products-grid:after,
.products-grid:before,
.products-list li.item:after,
.products-list li.item:before,
.row:after,
.row:before,
.sorter:after,
.sorter:before,
.tool-tip .btn-close:after,
.tool-tip .btn-close:before,
footer[role=contentinfo]:after,
footer[role=contentinfo]:before,
header[role=banner]:after,
header[role=banner]:before {
    content: " ";
    display: table
}
.add-to-box:after,
.advanced-search-summary:after,
.block .actions:after,
.block .block-content:after,
.box-account .box-head:after,
.buttons-set:after,
.cart .cart-collaterals:after,
.catalog-seo-sitemap-category .page-sitemap .sitemap:after,
.catalog-seo-sitemap-product .page-sitemap .sitemap:after,
.checkout-progress:after,
.clearer:after,
.clearfix:after,
.col2-set:after,
.col4-set:after,
.container-fluid:after,
.container:after,
.dashboard .box .box-title:after,
.dashboard .box-reviews li.item:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.form-list li.additional-row p:after,
.form-list li:after,
.form-list:after,
.gift-message-row dl:after,
.gift-messages-form .item:after,
.layout:after,
.modal-footer:after,
.multiple-checkout .place-order:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.opc .step-title:after,
.page-title:after,
.pager:after,
.panel-body:after,
.product-essential .product-img-box .more-views ul:after,
.product-options-bottom .price-box:after,
.product-options-bottom:after,
.product-view .box-collateral:after,
.product-view .box-reviews dd:after,
.product-view:after,
.products-grid:after,
.products-list li.item:after,
.row:after,
.sorter:after,
.tool-tip .btn-close:after,
footer[role=contentinfo]:after,
header[role=banner]:after {
    clear: both
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.pull-right {
    float: right!important
}
.pull-left {
    float: left!important
}
.hide {
    display: none!important
}
.show {
    display: block!important
}
.invisible {
    visibility: hidden
}
.logo strong,
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.hidden {
    visibility: hidden!important
}
.affix {
    position: fixed
}
.bs-prototype-override {
    display: block!important
}
.bs-prototype-override.input-group-btn {
    display: table-cell!important
}
.hidden {
    display: none!important;
    border: 0!important;
    margin: 0!important;
    padding: 0!important;
    font-size: 0!important;
    line-height: 0!important;
    width: 0!important;
    height: 0!important;
    overflow: hidden!important
}
.nobr {
    white-space: nowrap!important
}
.wrap {
    white-space: normal!important
}
.a-left {
    text-align: left!important
}
.a-center {
    text-align: center!important
}
.a-right {
    text-align: right!important
}
.v-top {
    vertical-align: top
}
.v-middle {
    vertical-align: middle
}
.f-left,
.left {
    float: left!important
}
.f-right,
.right {
    float: right!important
}
.f-none {
    float: none!important
}
.f-fix {
    float: left;
    width: 100%
}
.no-display {
    display: none
}
.no-margin {
    margin: 0!important
}
.no-padding {
    padding: 0!important
}
.no-bg {
    background: 0 0!important
}
@-ms-viewport {
    width: device-width
}
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}
@media (max-width: 767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block!important
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline!important
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block!important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline!important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block!important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block!important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline!important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block!important
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block!important
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline!important
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block!important
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none!important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none!important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none!important
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none!important
    }
}
@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
}
@media print {
    .visible-print-block {
        display: block!important
    }
}
@media print {
    .visible-print-inline {
        display: inline!important
    }
}
@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}
@media print {
    .hidden-print {
        display: none!important
    }
}
@font-face {
  font-family: 'simple-line-icons';
  src: url('https://www.liveprotection.com/skin/frontend/protection/default/fonts/Simple-Line-Icons.eot?v=2.4.0');
  src: url('https://www.liveprotection.com/skin/frontend/protection/default/fonts/Simple-Line-Icons.eot?v=2.4.0#iefix') format('embedded-opentype'), url('https://www.liveprotection.com/skin/frontend/protection/default/fonts/Simple-Line-Icons.woff2?v=2.4.0') format('woff2'), url('https://www.liveprotection.com/skin/frontend/protection/default/fonts/Simple-Line-Icons.ttf?v=2.4.0') format('truetype'), url('https://www.liveprotection.com/skin/frontend/protection/default/fonts/Simple-Line-Icons.woff?v=2.4.0') format('woff'), url('https://www.liveprotection.com/skin/frontend/protection/default/fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
 Use the following CSS code if you want to have a class per icon.
 Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector, but it's slower:
*/
.icon-user,
.icon-people,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-login,
.icon-logout,
.icon-emotsmile,
.icon-phone,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-map,
.icon-location-pin,
.icon-direction,
.icon-directions,
.icon-compass,
.icon-layers,
.icon-menu,
.icon-list,
.icon-options-vertical,
.icon-options,
.icon-arrow-down,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-arrow-left-circle,
.icon-arrow-right-circle,
.icon-arrow-down-circle,
.icon-check,
.icon-clock,
.icon-plus,
.icon-minus,
.icon-close,
.icon-event,
.icon-exclamation,
.icon-organization,
.icon-trophy,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-mustache,
.icon-mouse,
.icon-magnet,
.icon-energy,
.icon-disc,
.icon-cursor,
.icon-cursor-move,
.icon-crop,
.icon-chemistry,
.icon-speedometer,
.icon-shield,
.icon-screen-tablet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglass,
.icon-envelope-open,
.icon-envelope-letter,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-folder-alt,
.icon-folder,
.icon-film,
.icon-feed,
.icon-drop,
.icon-drawer,
.icon-docs,
.icon-doc,
.icon-diamond,
.icon-cup,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-frame,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-loop,
.icon-home,
.icon-grid,
.icon-graph,
.icon-microphone,
.icon-music-tone-alt,
.icon-music-tone,
.icon-earphones-alt,
.icon-earphones,
.icon-equalizer,
.icon-like,
.icon-dislike,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-calendar,
.icon-bulb,
.icon-chart,
.icon-ban,
.icon-bubble,
.icon-camrecorder,
.icon-camera,
.icon-cloud-download,
.icon-cloud-upload,
.icon-envelope,
.icon-eye,
.icon-flag,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symbol-female,
.icon-symbol-male,
.icon-target,
.icon-credit-card,
.icon-paypal,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-facebook,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pinterest,
.icon-social-github,
.icon-social-google,
.icon-social-reddit,
.icon-social-skype,
.icon-social-dribbble,
.icon-social-behance,
.icon-social-foursqare,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-stumbleupon,
.icon-social-youtube,
.icon-social-dropbox,
.icon-social-vkontakte,
.icon-social-steam {
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-user:before {
  content: "\e005";
}
.icon-people:before {
  content: "\e001";
}
.icon-user-female:before {
  content: "\e000";
}
.icon-user-follow:before {
  content: "\e002";
}
.icon-user-following:before {
  content: "\e003";
}
.icon-user-unfollow:before {
  content: "\e004";
}
.icon-login:before {
  content: "\e066";
}
.icon-logout:before {
  content: "\e065";
}
.icon-emotsmile:before {
  content: "\e021";
}
.icon-phone:before {
  content: "\e600";
}
.icon-call-end:before {
  content: "\e048";
}
.icon-call-in:before {
  content: "\e047";
}
.icon-call-out:before {
  content: "\e046";
}
.icon-map:before {
  content: "\e033";
}
.icon-location-pin:before {
  content: "\e096";
}
.icon-direction:before {
  content: "\e042";
}
.icon-directions:before {
  content: "\e041";
}
.icon-compass:before {
  content: "\e045";
}
.icon-layers:before {
  content: "\e034";
}
.icon-menu:before {
  content: "";
  background-image:url(../images/bars.png);
  background-size: contain;
  height: 20px;
width: 25px;

display: inline-block;

}
.icon-list:before {
  content: "\e067";
}
.icon-options-vertical:before {
  content: "\e602";
}
.icon-options:before {
  content: "\e603";
}
.icon-arrow-down:before {
  content: "\e604";
}
.icon-arrow-left:before {
  content: "\e605";
}
.icon-arrow-right:before {
  content: "\e606";
}
.icon-arrow-up:before {
  content: "\e607";
}
.icon-arrow-up-circle:before {
  content: "\e078";
}
.icon-arrow-left-circle:before {
  content: "\e07a";
}
.icon-arrow-right-circle:before {
  content: "\e079";
}
.icon-arrow-down-circle:before {
  content: "\e07b";
}
.icon-check:before {
  content: "\e080";
}
.icon-clock:before {
  content: "\e081";
}
.icon-plus:before {
  content: "\e095";
}
.icon-minus:before {
  content: "\e615";
}
.icon-close:before {
  content: "\e082";
}
.icon-event:before {
  content: "\e619";
}
.icon-exclamation:before {
  content: "\e617";
}
.icon-organization:before {
  content: "\e616";
}
.icon-trophy:before {
  content: "\e006";
}
.icon-screen-smartphone:before {
  content: "\e010";
}
.icon-screen-desktop:before {
  content: "\e011";
}
.icon-plane:before {
  content: "\e012";
}
.icon-notebook:before {
  content: "\e013";
}
.icon-mustache:before {
  content: "\e014";
}
.icon-mouse:before {
  content: "\e015";
}
.icon-magnet:before {
  content: "\e016";
}
.icon-energy:before {
  content: "\e020";
}
.icon-disc:before {
  content: "\e022";
}
.icon-cursor:before {
  content: "\e06e";
}
.icon-cursor-move:before {
  content: "\e023";
}
.icon-crop:before {
  content: "\e024";
}
.icon-chemistry:before {
  content: "\e026";
}
.icon-speedometer:before {
  content: "\e007";
}
.icon-shield:before {
  content: "\e00e";
}
.icon-screen-tablet:before {
  content: "\e00f";
}
.icon-magic-wand:before {
  content: "\e017";
}
.icon-hourglass:before {
  content: "\e018";
}
.icon-graduation:before {
  content: "\e019";
}
.icon-ghost:before {
  content: "\e01a";
}
.icon-game-controller:before {
  content: "\e01b";
}
.icon-fire:before {
  content: "\e01c";
}
.icon-eyeglass:before {
  content: "\e01d";
}
.icon-envelope-open:before {
  content: "\e01e";
}
.icon-envelope-letter:before {
  content: "\e01f";
}
.icon-bell:before {
  content: "\e027";
}
.icon-badge:before {
  content: "\e028";
}
.icon-anchor:before {
  content: "\e029";
}
.icon-wallet:before {
  content: "\e02a";
}
.icon-vector:before {
  content: "\e02b";
}
.icon-speech:before {
  content: "\e02c";
}
.icon-puzzle:before {
  content: "\e02d";
}
.icon-printer:before {
  content: "\e02e";
}
.icon-present:before {
  content: "\e02f";
}
.icon-playlist:before {
  content: "\e030";
}
.icon-pin:before {
  content: "\e031";
}
.icon-picture:before {
  content: "\e032";
}
.icon-handbag:before {
  content: "\e035";
}
.icon-globe-alt:before {
  content: "\e036";
}
.icon-globe:before {
  content: "\e037";
}
.icon-folder-alt:before {
  content: "\e039";
}
.icon-folder:before {
  content: "\e089";
}
.icon-film:before {
  content: "\e03a";
}
.icon-feed:before {
  content: "\e03b";
}
.icon-drop:before {
  content: "\e03e";
}
.icon-drawer:before {
  content: "\e03f";
}
.icon-docs:before {
  content: "\e040";
}
.icon-doc:before {
  content: "\e085";
}
.icon-diamond:before {
  content: "\e043";
}
.icon-cup:before {
  content: "\e044";
}
.icon-calculator:before {
  content: "\e049";
}
.icon-bubbles:before {
  content: "\e04a";
}
.icon-briefcase:before {
  content: "\e04b";
}
.icon-book-open:before {
  content: "\e04c";
}
.icon-basket-loaded:before {
  content: "\e04d";
}
.icon-basket:before {
  content: "\e04e";
}
.icon-bag:before {
  content: "\e04f";
}
.icon-action-undo:before {
  content: "\e050";
}
.icon-action-redo:before {
  content: "\e051";
}
.icon-wrench:before {
  content: "\e052";
}
.icon-umbrella:before {
  content: "\e053";
}
.icon-trash:before {
  content: "\e054";
}
.icon-tag:before {
  content: "\e055";
}
.icon-support:before {
  content: "\e056";
}
.icon-frame:before {
  content: "\e038";
}
.icon-size-fullscreen:before {
  content: "\e057";
}
.icon-size-actual:before {
  content: "\e058";
}
.icon-shuffle:before {
  content: "\e059";
}
.icon-share-alt:before {
  content: "\e05a";
}
.icon-share:before {
  content: "\e05b";
}
.icon-rocket:before {
  content: "\e05c";
}
.icon-question:before {
  content: "\e05d";
}
.icon-pie-chart:before {
  content: "\e05e";
}
.icon-pencil:before {
  content: "\e05f";
}
.icon-note:before {
  content: "\e060";
}
.icon-loop:before {
  content: "\e064";
}
.icon-home:before {
  content: "\e069";
}
.icon-grid:before {
  content: "\e06a";
}
.icon-graph:before {
  content: "\e06b";
}
.icon-microphone:before {
  content: "\e063";
}
.icon-music-tone-alt:before {
  content: "\e061";
}
.icon-music-tone:before {
  content: "\e062";
}
.icon-earphones-alt:before {
  content: "\e03c";
}
.icon-earphones:before {
  content: "\e03d";
}
.icon-equalizer:before {
  content: "\e06c";
}
.icon-like:before {
  content: "\e068";
}
.icon-dislike:before {
  content: "\e06d";
}
.icon-control-start:before {
  content: "\e06f";
}
.icon-control-rewind:before {
  content: "\e070";
}
.icon-control-play:before {
  content: "\e071";
}
.icon-control-pause:before {
  content: "\e072";
}
.icon-control-forward:before {
  content: "\e073";
}
.icon-control-end:before {
  content: "\e074";
}
.icon-volume-1:before {
  content: "\e09f";
}
.icon-volume-2:before {
  content: "\e0a0";
}
.icon-volume-off:before {
  content: "\e0a1";
}
.icon-calendar:before {
  content: "\e075";
}
.icon-bulb:before {
  content: "\e076";
}
.icon-chart:before {
  content: "\e077";
}
.icon-ban:before {
  content: "\e07c";
}
.icon-bubble:before {
  content: "\e07d";
}
.icon-camrecorder:before {
  content: "\e07e";
}
.icon-camera:before {
  content: "\e07f";
}
.icon-cloud-download:before {
  content: "\e083";
}
.icon-cloud-upload:before {
  content: "\e084";
}
.icon-envelope:before {
  content: "\e086";
}
.icon-eye:before {
  content: "\e087";
}
.icon-flag:before {
  content: "\e088";
}
.icon-heart:before {
  content: "\e08a";
}
.icon-info:before {
  content: "\e08b";
}
.icon-key:before {
  content: "\e08c";
}
.icon-link:before {
  content: "\e08d";
}
.icon-lock:before {
  content: "\e08e";
}
.icon-lock-open:before {
  content: "\e08f";
}
.icon-magnifier:before {
  content: "\e090";
}
.icon-magnifier-add:before {
  content: "\e091";
}
.icon-magnifier-remove:before {
  content: "\e092";
}
.icon-paper-clip:before {
  content: "\e093";
}
.icon-paper-plane:before {
  content: "\e094";
}
.icon-power:before {
  content: "\e097";
}
.icon-refresh:before {
  content: "\e098";
}
.icon-reload:before {
  content: "\e099";
}
.icon-settings:before {
  content: "\e09a";
}
.icon-star:before {
  content: "\e09b";
}
.icon-symbol-female:before {
  content: "\e09c";
}
.icon-symbol-male:before {
  content: "\e09d";
}
.icon-target:before {
  content: "\e09e";
}
.icon-credit-card:before {
  content: "\e025";
}
.icon-paypal:before {
  content: "\e608";
}
.icon-social-tumblr:before {
  content: "\e00a";
}
.icon-social-twitter:before {
  content: "\e009";
}
.icon-social-facebook:before {
  content: "\e00b";
}
.icon-social-instagram:before {
  content: "\e609";
}
.icon-social-linkedin:before {
  content: "\e60a";
}
.icon-social-pinterest:before {
  content: "\e60b";
}
.icon-social-github:before {
  content: "\e60c";
}
.icon-social-google:before {
  content: "\e60d";
}
.icon-social-reddit:before {
  content: "\e60e";
}
.icon-social-skype:before {
  content: "\e60f";
}
.icon-social-dribbble:before {
  content: "\e00d";
}
.icon-social-behance:before {
  content: "\e610";
}
.icon-social-foursqare:before {
  content: "\e611";
}
.icon-social-soundcloud:before {
  content: "\e612";
}
.icon-social-spotify:before {
  content: "\e613";
}
.icon-social-stumbleupon:before {
  content: "\e614";
}
.icon-social-youtube:before {
  content: "\e008";
}
.icon-social-dropbox:before {
  content: "\e00c";
}
.icon-social-vkontakte:before {
  content: "\e618";
}
.icon-social-steam:before {
  content: "\e620";
}

@font-face {
	font-family: 'themify';
	src:url('https://www.liveprotection.com/skin/frontend/protection/default/fonts/themify.eot?-fvbane');
	src:url('https://www.liveprotection.com/skin/frontend/protection/default/fonts/themify.eot?#iefix-fvbane') format('embedded-opentype'),
		url('https://www.liveprotection.com/skin/frontend/protection/default/fonts/themify.woff?-fvbane') format('woff'),
		url('https://www.liveprotection.com/skin/frontend/protection/default/fonts/themify.ttf?-fvbane') format('truetype'),
		url('https://www.liveprotection.com/skin/frontend/protection/default/fonts/themify.svg?-fvbane#themify') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="ti-"], [class*=" ti-"] {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}

.ti-wand:before {
	content: "\e600";
}
.ti-volume:before {
	content: "\e601";
}
.ti-user:before {
	content: "\e602";
}
.ti-unlock:before {
	content: "\e603";
}
.ti-unlink:before {
	content: "\e604";
}
.ti-trash:before {
	content: "\e605";
}
.ti-thought:before {
	content: "\e606";
}
.ti-target:before {
	content: "\e607";
}
.ti-tag:before {
	content: "\e608";
}
.ti-tablet:before {
	content: "\e609";
}
.ti-star:before {
	content: "\e60a";
}
.ti-spray:before {
	content: "\e60b";
}
.ti-signal:before {
	content: "\e60c";
}
.ti-shopping-cart:before {
	content: "\e60d";
}
.ti-shopping-cart-full:before {
	content: "\e60e";
}
.ti-settings:before {
	content: "\e60f";
}
.ti-search:before {
	content: "\e610";
}
.ti-zoom-in:before {
	content: "\e611";
}
.ti-zoom-out:before {
	content: "\e612";
}
.ti-cut:before {
	content: "\e613";
}
.ti-ruler:before {
	content: "\e614";
}
.ti-ruler-pencil:before {
	content: "\e615";
}
.ti-ruler-alt:before {
	content: "\e616";
}
.ti-bookmark:before {
	content: "\e617";
}
.ti-bookmark-alt:before {
	content: "\e618";
}
.ti-reload:before {
	content: "\e619";
}
.ti-plus:before {
	content: "\e61a";
}
.ti-pin:before {
	content: "\e61b";
}
.ti-pencil:before {
	content: "\e61c";
}
.ti-pencil-alt:before {
	content: "\e61d";
}
.ti-paint-roller:before {
	content: "\e61e";
}
.ti-paint-bucket:before {
	content: "\e61f";
}
.ti-na:before {
	content: "\e620";
}
.ti-mobile:before {
	content: "\e621";
}
.ti-minus:before {
	content: "\e622";
}
.ti-medall:before {
	content: "\e623";
}
.ti-medall-alt:before {
	content: "\e624";
}
.ti-marker:before {
	content: "\e625";
}
.ti-marker-alt:before {
	content: "\e626";
}
.ti-arrow-up:before {
	content: "\e627";
}
.ti-arrow-right:before {
	content: "\e628";
}
.ti-arrow-left:before {
	content: "\e629";
}
.ti-arrow-down:before {
	content: "\e62a";
}
.ti-lock:before {
	content: "\e62b";
}
.ti-location-arrow:before {
	content: "\e62c";
}
.ti-link:before {
	content: "\e62d";
}
.ti-layout:before {
	content: "\e62e";
}
.ti-layers:before {
	content: "\e62f";
}
.ti-layers-alt:before {
	content: "\e630";
}
.ti-key:before {
	content: "\e631";
}
.ti-import:before {
	content: "\e632";
}
.ti-image:before {
	content: "\e633";
}
.ti-heart:before {
	content: "\e634";
}
.ti-heart-broken:before {
	content: "\e635";
}
.ti-hand-stop:before {
	content: "\e636";
}
.ti-hand-open:before {
	content: "\e637";
}
.ti-hand-drag:before {
	content: "\e638";
}
.ti-folder:before {
	content: "\e639";
}
.ti-flag:before {
	content: "\e63a";
}
.ti-flag-alt:before {
	content: "\e63b";
}
.ti-flag-alt-2:before {
	content: "\e63c";
}
.ti-eye:before {
	content: "\e63d";
}
.ti-export:before {
	content: "\e63e";
}
.ti-exchange-vertical:before {
	content: "\e63f";
}
.ti-desktop:before {
	content: "\e640";
}
.ti-cup:before {
	content: "\e641";
}
.ti-crown:before {
	content: "\e642";
}
.ti-comments:before {
	content: "\e643";
}
.ti-comment:before {
	content: "\e644";
}
.ti-comment-alt:before {
	content: "\e645";
}
.ti-close:before {
	content: "\e646";
}
.ti-clip:before {
	content: "\e647";
}
.ti-angle-up:before {
	content: "\e648";
}
.ti-angle-right:before {
	content: "\e649";
}
.ti-angle-left:before {
	content: "\e64a";
}
.ti-angle-down:before {
	content: "\e64b";
}
.ti-check:before {
	content: "\e64c";
}
.ti-check-box:before {
	content: "\e64d";
}
.ti-camera:before {
	content: "\e64e";
}
.ti-announcement:before {
	content: "\e64f";
}
.ti-brush:before {
	content: "\e650";
}
.ti-briefcase:before {
	content: "\e651";
}
.ti-bolt:before {
	content: "\e652";
}
.ti-bolt-alt:before {
	content: "\e653";
}
.ti-blackboard:before {
	content: "\e654";
}
.ti-bag:before {
	content: "\e655";
}
.ti-move:before {
	content: "\e656";
}
.ti-arrows-vertical:before {
	content: "\e657";
}
.ti-arrows-horizontal:before {
	content: "\e658";
}
.ti-fullscreen:before {
	content: "\e659";
}
.ti-arrow-top-right:before {
	content: "\e65a";
}
.ti-arrow-top-left:before {
	content: "\e65b";
}
.ti-arrow-circle-up:before {
	content: "\e65c";
}
.ti-arrow-circle-right:before {
	content: "\e65d";
}
.ti-arrow-circle-left:before {
	content: "\e65e";
}
.ti-arrow-circle-down:before {
	content: "\e65f";
}
.ti-angle-double-up:before {
	content: "\e660";
}
.ti-angle-double-right:before {
	content: "\e661";
}
.ti-angle-double-left:before {
	content: "\e662";
}
.ti-angle-double-down:before {
	content: "\e663";
}
.ti-zip:before {
	content: "\e664";
}
.ti-world:before {
	content: "\e665";
}
.ti-wheelchair:before {
	content: "\e666";
}
.ti-view-list:before {
	content: "\e667";
}
.ti-view-list-alt:before {
	content: "\e668";
}
.ti-view-grid:before {
	content: "\e669";
}
.ti-uppercase:before {
	content: "\e66a";
}
.ti-upload:before {
	content: "\e66b";
}
.ti-underline:before {
	content: "\e66c";
}
.ti-truck:before {
	content: "\e66d";
}
.ti-timer:before {
	content: "\e66e";
}
.ti-ticket:before {
	content: "\e66f";
}
.ti-thumb-up:before {
	content: "\e670";
}
.ti-thumb-down:before {
	content: "\e671";
}
.ti-text:before {
	content: "\e672";
}
.ti-stats-up:before {
	content: "\e673";
}
.ti-stats-down:before {
	content: "\e674";
}
.ti-split-v:before {
	content: "\e675";
}
.ti-split-h:before {
	content: "\e676";
}
.ti-smallcap:before {
	content: "\e677";
}
.ti-shine:before {
	content: "\e678";
}
.ti-shift-right:before {
	content: "\e679";
}
.ti-shift-left:before {
	content: "\e67a";
}
.ti-shield:before {
	content: "\e67b";
}
.ti-notepad:before {
	content: "\e67c";
}
.ti-server:before {
	content: "\e67d";
}
.ti-quote-right:before {
	content: "\e67e";
}
.ti-quote-left:before {
	content: "\e67f";
}
.ti-pulse:before {
	content: "\e680";
}
.ti-printer:before {
	content: "\e681";
}
.ti-power-off:before {
	content: "\e682";
}
.ti-plug:before {
	content: "\e683";
}
.ti-pie-chart:before {
	content: "\e684";
}
.ti-paragraph:before {
	content: "\e685";
}
.ti-panel:before {
	content: "\e686";
}
.ti-package:before {
	content: "\e687";
}
.ti-music:before {
	content: "\e688";
}
.ti-music-alt:before {
	content: "\e689";
}
.ti-mouse:before {
	content: "\e68a";
}
.ti-mouse-alt:before {
	content: "\e68b";
}
.ti-money:before {
	content: "\e68c";
}
.ti-microphone:before {
	content: "\e68d";
}
.ti-menu:before {
	content: "\e68e";
}
.ti-menu-alt:before {
	content: "\e68f";
}
.ti-map:before {
	content: "\e690";
}
.ti-map-alt:before {
	content: "\e691";
}
.ti-loop:before {
	content: "\e692";
}
.ti-location-pin:before {
	content: "\e693";
}
.ti-list:before {
	content: "\e694";
}
.ti-light-bulb:before {
	content: "\e695";
}
.ti-Italic:before {
	content: "\e696";
}
.ti-info:before {
	content: "\e697";
}
.ti-infinite:before {
	content: "\e698";
}
.ti-id-badge:before {
	content: "\e699";
}
.ti-hummer:before {
	content: "\e69a";
}
.ti-home:before {
	content: "\e69b";
}
.ti-help:before {
	content: "\e69c";
}
.ti-headphone:before {
	content: "\e69d";
}
.ti-harddrives:before {
	content: "\e69e";
}
.ti-harddrive:before {
	content: "\e69f";
}
.ti-gift:before {
	content: "\e6a0";
}
.ti-game:before {
	content: "\e6a1";
}
.ti-filter:before {
	content: "\e6a2";
}
.ti-files:before {
	content: "\e6a3";
}
.ti-file:before {
	content: "\e6a4";
}
.ti-eraser:before {
	content: "\e6a5";
}
.ti-envelope:before {
	content: "\e6a6";
}
.ti-download:before {
	content: "\e6a7";
}
.ti-direction:before {
	content: "\e6a8";
}
.ti-direction-alt:before {
	content: "\e6a9";
}
.ti-dashboard:before {
	content: "\e6aa";
}
.ti-control-stop:before {
	content: "\e6ab";
}
.ti-control-shuffle:before {
	content: "\e6ac";
}
.ti-control-play:before {
	content: "\e6ad";
}
.ti-control-pause:before {
	content: "\e6ae";
}
.ti-control-forward:before {
	content: "\e6af";
}
.ti-control-backward:before {
	content: "\e6b0";
}
.ti-cloud:before {
	content: "\e6b1";
}
.ti-cloud-up:before {
	content: "\e6b2";
}
.ti-cloud-down:before {
	content: "\e6b3";
}
.ti-clipboard:before {
	content: "\e6b4";
}
.ti-car:before {
	content: "\e6b5";
}
.ti-calendar:before {
	content: "\e6b6";
}
.ti-book:before {
	content: "\e6b7";
}
.ti-bell:before {
	content: "\e6b8";
}
.ti-basketball:before {
	content: "\e6b9";
}
.ti-bar-chart:before {
	content: "\e6ba";
}
.ti-bar-chart-alt:before {
	content: "\e6bb";
}
.ti-back-right:before {
	content: "\e6bc";
}
.ti-back-left:before {
	content: "\e6bd";
}
.ti-arrows-corner:before {
	content: "\e6be";
}
.ti-archive:before {
	content: "\e6bf";
}
.ti-anchor:before {
	content: "\e6c0";
}
.ti-align-right:before {
	content: "\e6c1";
}
.ti-align-left:before {
	content: "\e6c2";
}
.ti-align-justify:before {
	content: "\e6c3";
}
.ti-align-center:before {
	content: "\e6c4";
}
.ti-alert:before {
	content: "\e6c5";
}
.ti-alarm-clock:before {
	content: "\e6c6";
}
.ti-agenda:before {
	content: "\e6c7";
}
.ti-write:before {
	content: "\e6c8";
}
.ti-window:before {
	content: "\e6c9";
}
.ti-widgetized:before {
	content: "\e6ca";
}
.ti-widget:before {
	content: "\e6cb";
}
.ti-widget-alt:before {
	content: "\e6cc";
}
.ti-wallet:before {
	content: "\e6cd";
}
.ti-video-clapper:before {
	content: "\e6ce";
}
.ti-video-camera:before {
	content: "\e6cf";
}
.ti-vector:before {
	content: "\e6d0";
}
.ti-themify-logo:before {
	content: "\e6d1";
}
.ti-themify-favicon:before {
	content: "\e6d2";
}
.ti-themify-favicon-alt:before {
	content: "\e6d3";
}
.ti-support:before {
	content: "\e6d4";
}
.ti-stamp:before {
	content: "\e6d5";
}
.ti-split-v-alt:before {
	content: "\e6d6";
}
.ti-slice:before {
	content: "\e6d7";
}
.ti-shortcode:before {
	content: "\e6d8";
}
.ti-shift-right-alt:before {
	content: "\e6d9";
}
.ti-shift-left-alt:before {
	content: "\e6da";
}
.ti-ruler-alt-2:before {
	content: "\e6db";
}
.ti-receipt:before {
	content: "\e6dc";
}
.ti-pin2:before {
	content: "\e6dd";
}
.ti-pin-alt:before {
	content: "\e6de";
}
.ti-pencil-alt2:before {
	content: "\e6df";
}
.ti-palette:before {
	content: "\e6e0";
}
.ti-more:before {
	content: "\e6e1";
}
.ti-more-alt:before {
	content: "\e6e2";
}
.ti-microphone-alt:before {
	content: "\e6e3";
}
.ti-magnet:before {
	content: "\e6e4";
}
.ti-line-double:before {
	content: "\e6e5";
}
.ti-line-dotted:before {
	content: "\e6e6";
}
.ti-line-dashed:before {
	content: "\e6e7";
}
.ti-layout-width-full:before {
	content: "\e6e8";
}
.ti-layout-width-default:before {
	content: "\e6e9";
}
.ti-layout-width-default-alt:before {
	content: "\e6ea";
}
.ti-layout-tab:before {
	content: "\e6eb";
}
.ti-layout-tab-window:before {
	content: "\e6ec";
}
.ti-layout-tab-v:before {
	content: "\e6ed";
}
.ti-layout-tab-min:before {
	content: "\e6ee";
}
.ti-layout-slider:before {
	content: "\e6ef";
}
.ti-layout-slider-alt:before {
	content: "\e6f0";
}
.ti-layout-sidebar-right:before {
	content: "\e6f1";
}
.ti-layout-sidebar-none:before {
	content: "\e6f2";
}
.ti-layout-sidebar-left:before {
	content: "\e6f3";
}
.ti-layout-placeholder:before {
	content: "\e6f4";
}
.ti-layout-menu:before {
	content: "\e6f5";
}
.ti-layout-menu-v:before {
	content: "\e6f6";
}
.ti-layout-menu-separated:before {
	content: "\e6f7";
}
.ti-layout-menu-full:before {
	content: "\e6f8";
}
.ti-layout-media-right-alt:before {
	content: "\e6f9";
}
.ti-layout-media-right:before {
	content: "\e6fa";
}
.ti-layout-media-overlay:before {
	content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
	content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
	content: "\e6fd";
}
.ti-layout-media-left-alt:before {
	content: "\e6fe";
}
.ti-layout-media-left:before {
	content: "\e6ff";
}
.ti-layout-media-center-alt:before {
	content: "\e700";
}
.ti-layout-media-center:before {
	content: "\e701";
}
.ti-layout-list-thumb:before {
	content: "\e702";
}
.ti-layout-list-thumb-alt:before {
	content: "\e703";
}
.ti-layout-list-post:before {
	content: "\e704";
}
.ti-layout-list-large-image:before {
	content: "\e705";
}
.ti-layout-line-solid:before {
	content: "\e706";
}
.ti-layout-grid4:before {
	content: "\e707";
}
.ti-layout-grid3:before {
	content: "\e708";
}
.ti-layout-grid2:before {
	content: "\e709";
}
.ti-layout-grid2-thumb:before {
	content: "\e70a";
}
.ti-layout-cta-right:before {
	content: "\e70b";
}
.ti-layout-cta-left:before {
	content: "\e70c";
}
.ti-layout-cta-center:before {
	content: "\e70d";
}
.ti-layout-cta-btn-right:before {
	content: "\e70e";
}
.ti-layout-cta-btn-left:before {
	content: "\e70f";
}
.ti-layout-column4:before {
	content: "\e710";
}
.ti-layout-column3:before {
	content: "\e711";
}
.ti-layout-column2:before {
	content: "\e712";
}
.ti-layout-accordion-separated:before {
	content: "\e713";
}
.ti-layout-accordion-merged:before {
	content: "\e714";
}
.ti-layout-accordion-list:before {
	content: "\e715";
}
.ti-ink-pen:before {
	content: "\e716";
}
.ti-info-alt:before {
	content: "\e717";
}
.ti-help-alt:before {
	content: "\e718";
}
.ti-headphone-alt:before {
	content: "\e719";
}
.ti-hand-point-up:before {
	content: "\e71a";
}
.ti-hand-point-right:before {
	content: "\e71b";
}
.ti-hand-point-left:before {
	content: "\e71c";
}
.ti-hand-point-down:before {
	content: "\e71d";
}
.ti-gallery:before {
	content: "\e71e";
}
.ti-face-smile:before {
	content: "\e71f";
}
.ti-face-sad:before {
	content: "\e720";
}
.ti-credit-card:before {
	content: "\e721";
}
.ti-control-skip-forward:before {
	content: "\e722";
}
.ti-control-skip-backward:before {
	content: "\e723";
}
.ti-control-record:before {
	content: "\e724";
}
.ti-control-eject:before {
	content: "\e725";
}
.ti-comments-smiley:before {
	content: "\e726";
}
.ti-brush-alt:before {
	content: "\e727";
}
.ti-youtube:before {
	content: "\e728";
}
.ti-vimeo:before {
	content: "\e729";
}
.ti-twitter:before {
	content: "\e72a";
}
.ti-time:before {
	content: "\e72b";
}
.ti-tumblr:before {
	content: "\e72c";
}
.ti-skype:before {
	content: "\e72d";
}
.ti-share:before {
	content: "\e72e";
}
.ti-share-alt:before {
	content: "\e72f";
}
.ti-rocket:before {
	content: "\e730";
}
.ti-pinterest:before {
	content: "\e731";
}
.ti-new-window:before {
	content: "\e732";
}
.ti-microsoft:before {
	content: "\e733";
}
.ti-list-ol:before {
	content: "\e734";
}
.ti-linkedin:before {
	content: "\e735";
}
.ti-layout-sidebar-2:before {
	content: "\e736";
}
.ti-layout-grid4-alt:before {
	content: "\e737";
}
.ti-layout-grid3-alt:before {
	content: "\e738";
}
.ti-layout-grid2-alt:before {
	content: "\e739";
}
.ti-layout-column4-alt:before {
	content: "\e73a";
}
.ti-layout-column3-alt:before {
	content: "\e73b";
}
.ti-layout-column2-alt:before {
	content: "\e73c";
}
.ti-instagram:before {
	content: "\e73d";
}
.ti-google:before {
	content: "\e73e";
}
.ti-github:before {
	content: "\e73f";
}
.ti-flickr:before {
	content: "\e740";
}
.ti-facebook:before {
	content: "\e741";
}
.ti-dropbox:before {
	content: "\e742";
}
.ti-dribbble:before {
	content: "\e743";
}
.ti-apple:before {
	content: "\e744";
}
.ti-android:before {
	content: "\e745";
}
.ti-save:before {
	content: "\e746";
}
.ti-save-alt:before {
	content: "\e747";
}
.ti-yahoo:before {
	content: "\e748";
}
.ti-wordpress:before {
	content: "\e749";
}
.ti-vimeo-alt:before {
	content: "\e74a";
}
.ti-twitter-alt:before {
	content: "\e74b";
}
.ti-tumblr-alt:before {
	content: "\e74c";
}
.ti-trello:before {
	content: "\e74d";
}
.ti-stack-overflow:before {
	content: "\e74e";
}
.ti-soundcloud:before {
	content: "\e74f";
}
.ti-sharethis:before {
	content: "\e750";
}
.ti-sharethis-alt:before {
	content: "\e751";
}
.ti-reddit:before {
	content: "\e752";
}
.ti-pinterest-alt:before {
	content: "\e753";
}
.ti-microsoft-alt:before {
	content: "\e754";
}
.ti-linux:before {
	content: "\e755";
}
.ti-jsfiddle:before {
	content: "\e756";
}
.ti-joomla:before {
	content: "\e757";
}
.ti-html5:before {
	content: "\e758";
}
.ti-flickr-alt:before {
	content: "\e759";
}
.ti-email:before {
	content: "\e75a";
}
.ti-drupal:before {
	content: "\e75b";
}
.ti-dropbox-alt:before {
	content: "\e75c";
}
.ti-css3:before {
	content: "\e75d";
}
.ti-rss:before {
	content: "\e75e";
}
.ti-rss-alt:before {
	content: "\e75f";
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(https://www.liveprotection.com/skin/frontend/protection/default/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#4DC7A0;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#4DC7A0}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

/*
	Main Color Orange: #EB5C24
	Main Dark Color: #2e303a
*/
body {
	font-family: 'Oxygen', sans-serif;
	background-color: #f5f5f5;
	color: #545C77;
}
section {
	padding: 40px 0
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.row {
}

.bg-separator {
	height: 0.2rem;
    width: 285px;
    margin: 0px auto;
    background: rgb(207,43,89);
    background: -moz-linear-gradient(left, rgba(207,43,89,1) 0%, rgba(252,124,99,1) 100%);
    background: -webkit-linear-gradient(left, rgba(207,43,89,1) 0%,rgba(252,124,99,1) 100%);
    background: linear-gradient(to right, rgba(207,43,89,1) 0%,rgba(252,124,99,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf2b59', endColorstr='#fc7c63',GradientType=1 );
}

ul.disc {list-style-type: disc; padding-left: 20px;}
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 100%;
    padding: 30px 0;
}
.cms-pagamento-ko .messages {
	display:none;
}
ul.messages,ul.messages ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.block-title {
	padding-bottom: 40px; 
}
.block-title h2 {
	font-size: 42px;
    font-weight: 600;
    margin:20px 100px 20px;
}
.block-title h3 {
	font-size: 22px;
    font-weight: 100;
    line-height: 34px;
}
.block-title p {
}


#wrapper.toggled {
    padding-right: 230px;
}
#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 230px;
    width: 0;
    margin-right: -230px;
    background-color: #3c3c3c; /*#222d32;*/
  	color: white;
  	white-space: nowrap!important;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top:0;
    height: 100%;
    min-height: 100%;
    font-size: 18px;
}
#sidebar-wrapper .inner {
	padding: 20px 30px;
}
#sidebar-wrapper #closeMenu {
	color: #fff;
    font-size: 24px;
    float: right;
    position: absolute;
    right: 20px;
    top: 25px;
}
#sidebar-wrapper ul li {
	
}
#sidebar-wrapper ul li a {
	color: rgba(255, 255, 255, 0.77);
    padding: 6px 0;
    display: block;
}
#sidebar-wrapper ul li a:hover {
	color: #fff
}
#wrapper.toggled #sidebar-wrapper {
    width: 75%;
}

#page-content-wrapper {
    width: 100%;
    padding: 0;
}
.checkout-cart-index #page-content-wrapper {
	padding: 0 0 30px;
}
#wrapper.toggled #page-content-wrapper {
    margin-right: -230px;
}
#backdrop {
	    background: rgba(0, 0, 0, 0.31);
    z-index: 999;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    white-space: nowrap!important;
    overflow: hidden;
    float: left;
    top: 0;
    display: none
}
/* Sidebar Styles */


/* COLORS */

.bg-grey {
	background-color: #f5f5f5  !important;
}
.bg-main {
	background-color: #EB5C24 !important
}
.bg-dark {
	background-color: #3b3e4c !important
}
.bg-white {
	background: #fff;
}


.bg-gradient-white-grey {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+54,eeeeee+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 54%, #eeeeee 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 54%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 54%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}


/* BUTTONS */
.btn, button, .button {
	padding: 10px 20px;
	border-radius: 200px;
    transition: all 0.2s ease-in-out 
}
.btn-big {
	border-radius: 100px;
    padding: 20px 40px;
    border: 0;
}
.btn-small {
	border-radius: 100px;
    padding: 7px 20px;
    border: 0;
    font-size: 12px;
    letter-spacing: 2px;
}
.btn-orange,.btn-orange:hover {
	background: #1f41b9;
	color: #fff;
}

.btn-green,.btn-green:hover {
	background: #1CB685;
	color: #fff;
}
.btn-grey {
	background: #F3F3F3
}
.btn-dark {
	background: #555b75;
	color: #fff; 
}
.btn-ghost-main  { 
	background: none;
	border: 1px solid #1f41b9;
	color: #1f41b9;
	text-align: center;
}
.btn-ghost-main:hover { 
	background: #1f41b9;
	border: 1px solid #1f41b9;
	color: #fff;
	text-align: center;
}

.btn-ghost-dark  { 
	background: none;
	border: 1px solid #555b75;
	color: #555b75;
	text-align: center;
}
.btn-ghost-dark:hover { 
	background: #555b75;
	border: 1px solid #555b75;
	color: #fff;
	text-align: center;
}

/* Containers */
.main-content {
	padding: 30px 0;
}

/* Badge Price */
.badge {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a21f5b+0,e04a2f+58 */
	background: rgb(162,31,91); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(162,31,91,1) 0%, rgba(224,74,47,1) 58%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(162,31,91,1) 0%,rgba(224,74,47,1) 58%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(162,31,91,1) 0%,rgba(224,74,47,1) 58%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a21f5b', endColorstr='#e04a2f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 5px 0;
    color: #fff;
    width: 150px;
    height: 150px;
    line-height: 20px;
    text-align: center;
    border-radius: 130px;
    position: absolute;
    z-index: 99;
    display: inline-block;
}
.badge span {
	display: block;
}

.badge span.b-price {
	font-size: 36px;
    font-weight: 700;
    padding: 0 0 10px;
}
.badge span.b-price span {
	display: inline-block;
	font-weight: 200;
	
}
.badge span.b-1 {
	padding: 30px 0 10px;
	
}
.badge span.b-2  {
	
}

/* Cookies */
.global-site-notice {
	position: fixed;
    background: rgba(0, 0, 0, 0.81);
    bottom: 0;
    width: 100%;
    padding: 30px 0;
    text-align: center;
    z-index: 9;
}
.global-site-notice p {
	font-size: 14px;
	color: #fff;
}
.global-site-notice p a {
	color: #EB5C24
}
@charset "UTF-8";

/*!
 * header.css - 
 * Header Styles
 *
 * Copyright (c) 2017 1604lab - https://1604lab.com
 */
 
header {
	position: relative;
	background: #fff;
	transition: all 0.4s ease;
}
/* HOME */ 
header.header-home {
	background: none;
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
}
header.header-home nav ul li a {
	color: #fff;

	border-color: #fff;
}
header.header-home nav ul li .dropdown li a {
	color: #333;
	letter-spacing: 0;
}
.logo {
	display: block;
    padding: 0;
    width: 100%;
    background: url(../images/logo_col.png) no-repeat 0 0;
    background-size: contain !important;
    margin-top: 10px;
    transition: all 0.4s ease;
    height: 50px;
    margin-bottom: 20px;
    position: relative;
    float: left;
	background-position: center;
}
.cms-home header .logo {
	background-image: url(../images/logo_white.png);
    background-size: contain;
    height: 60px;
}
header nav {
	text-align: right;
    padding-top: 30px;
    width: 100%;
    float: left;
}
header .container {
	position: relative
}
header nav ul {
	display: inline-block;
}
header nav ul li a {
	color: #333;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
}
header nav ul.list-inline &gt; li {
	padding: 0 10px;
}
header ul li &gt; a {
    display: inline-block;
    display: block;
    line-height: 40px;}  
    
header ul li i {
	font-size: 20px;
    float: left;
    padding: 10px 10px;
    color: #383838;
}

.cms-index-index header ul li i {
	color: #fff !important;
}

.cms-index-index header.sticky ul li i { 
	color: #383838 !important
}



header nav ul li a:hover {
	text-decoration: none;
}
header ul.user-links {
    position: relative;
    margin-top: 20px;
    margin-left: 0;
}
header ul.user-links li {
	padding: 0;
	float: left;
}
header ul.user-links li.link-user {
	background-position: 0 0px;
	position: relative
}
header ul.user-links li.link-user &gt; a i {
	color: #383838;	
	padding-right: 5px;
}
header ul li .dropdown {
	position: absolute;
    background: rgb(255, 255, 255);
    padding: 0px 15px;
    width: 100%;
    display: none;
    top: 40px;
    width: 220px;
    right: 0;
    text-align: left;
    z-index: 99
}
header ul li.link-user:hover .dropdown {
	display: block;
	
}
header ul li .dropdown li {
	width: 100%;
}
header ul li .dropdown li a {
	line-height: 30px;
    text-transform: inherit;
}
header ul li.link-cart {
}
header ul li.link-cart i {
	color: #383838;
}
header ul li.link-cart a em {
	position: absolute;
    background: #2AB586;
    color: #fff;
    font-style: inherit;
    top: 0;
    right: 0;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    font-weight: 100;
    font-size: 9px;
    font-weight: bold;
    height: 15px;
    line-height: 15px;
    width: 15px;
}

/* Exceptions for Home */
header.header-home nav ul.user-links {
	border-left-color: #fff;
}
header.header-home nav ul li.link-user &gt; a {
	background-position: 0 -110px;
}
header.header-home nav ul li.link-cart {
	border-color: #fff;
}
header.header-home nav ul li.link-cart &gt; a {
	background-position: 0 -160px;
}

/* CART */
header .block-cart {
	display: none;
    position: absolute;
    top: 45px;
    width: 320px;
    right: 0;
    border: 0;
    text-align: left;
    box-shadow: 0 3px 1px #00000038;
}
header.header-home .block-cart a {
	color: inherit;
}
header .block-cart .btn-cart {
	width: 200px;
    padding: 10px;
    margin: 0 auto;
    display: block;
    float: none;
}


/* Reseller Header Bar */
#reseller-header {
	background: #2e303a;
    color: #fff;
    padding: 10px;
    font-size: 12px;
    border-bottom: 3px solid #ccc;
}
#reseller-header .reseller-links a {
	padding: 0 5px; 
	color: #fff;
}
#reseller-header .label {
	background: #ED6E45;
    border-radius: 2px;
    padding: 3px;
    width: 23px;
    display: inline-block;
    height: 23px;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    margin-right: 7px;
    
}
#reseller-header . reseller-links {}
#reseller-header . reseller-welcome { margin-right: 10px; }


/* STICKY */
header.sticky {
	position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.13);
}
header.sticky .logo img {
}
header.sticky nav ul li a {
	color: #333;
}
header.sticky .logo {
    height: 42px;
    background-size: 100px;
    background-image:url(../images/logo_col.png) !important;
}
header.sticky nav {
	padding-top: 20px;
}
header.sticky.reseller-online {
	top: 43px;
}
#reseller-header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
}

/* BTN BUY HEADER */ 
header nav ul.list-inline &gt; li.btn-buy a {
	font-size: 12px;
}
header .btn-buy a {
}
header .btn-buy a {
	border-color: #fff;
    font-weight: bold;
    background: none;
    border: 1px solid #EB5C24;
	color: #EB5C24 !important;
    border-color: #EB5C24;
    background: none;
}
header .btn-buy:hover &gt; a {
	color: #fff !important;
	background: #EB5C24 !important
}
header.header-home nav ul li.btn-buy a {
	color: #fff !important;
}
header.header-home.sticky nav ul li.btn-buy a {
	color: #EB5C24 !important;
	border-color:#EB5C24 !important;
}


.topbar {
	width: 100%;
	height: auto;
	position: relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a21f5b+0,e04a2f+58 */
	background: rgb(162,31,91); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(162,31,91,1) 0%, rgba(224,74,47,1) 58%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(162,31,91,1) 0%,rgba(224,74,47,1) 58%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(162,31,91,1) 0%,rgba(224,74,47,1) 58%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a21f5b', endColorstr='#e04a2f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 5px 0;
}
.titlebar {
	position: relative;
}


/* Title Bar */
.titlebar .overlay, .titlebar, body.customer-account-login {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a21f5b+0,e04a2f+58 */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1242ec+0,1f41b9+100 */
background: #1242ec; /* Old browsers */
background: -moz-linear-gradient(left, #1242ec 0%, #1f41b9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #1242ec 0%,#1f41b9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #1242ec 0%,#1f41b9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1242ec', endColorstr='#1f41b9',GradientType=1 ); /* IE6-9 */	
	padding-top: 30px;
}
.titlebar .overlay {
	opacity: 0.85;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.breadcrumb {
	background: none;
    padding: 10px 0;
    margin-bottom: 0px;
    color: #fff;
    opacity: 0.7;
    font-size: 13px;
}
.breadcrumb a {
	color: #fff;
    font-size: 13px !important;
}
.breadcrumb strong {
	color: #fff;
}
.breadcrumb&gt;li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #fff;
}


.page-header, .page-title {
    padding-bottom: 9px;
    margin: 0 0 20px;
    border-bottom: 0;
}
.category-title h1 {
	color: #fff;
    font-size: 38px;
    letter-spacing: 2px;
    margin-top: 40px;
    font-weight: 100;
}

.page-title h1 {
    color: #fff;
    font-size: 36px;
    letter-spacing: 0px;
    margin-top: 10px;
    font-weight: bold;
}
.page-title h2, .page-title a {
	color: rgba(255, 255, 255, 0.7);
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    margin-top: 10px;
}
.page-title p {
	color: rgba(255,255,255,0.6);
	color: #ffffffab;
}
.page-title a {
	text-decoration: underline
}
    
    
.layout .page-title h1 {
	color: #333;
}


#menuToggle {
	margin-left: 0;
	border: 0;
}
#menuToggle:hover, #menuToggle.active {
}
#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #cdcdcd;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}
#menuToggle:hover span, #menuToggle.active span  {
	background: #fff;
}
#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 300px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: scale(1.0, 1.0);
  opacity: 1;
}
.menuClose {
	float: right;
    padding-top: 23px;
    font-size: 18px;
    color: #7b7b7a;
    display: block;
    z-index: 99;
    padding: 20px;
    right: 0;
    position: absolute;
}

#menulp {
	background: #fff;
    border-radius: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    padding: 30px 15px;
    top: 15px;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
    display: none;
    width: 100%;
    z-index: 9;
}
.cms-index-index #menulp {
	top: 75px;
}
#menulp:before {
   	content: "\A";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    position: absolute;
    right: 150px;
    top: -7px;
}

#menulp li {
    position: relative;
}
#menulp li .catWrap{
	border: 1px solid #ddd;
    padding: 10px;
    border-radius: 3px;
    overflow: hidden;
    border-radius: 5px;
}

#menulp li#prodKitSensori {
}
#menulp li#prodSmartSensor{
    float: right;
}
#menulp li em {
	position: absolute;
    background: #fff;
    top: -10px;
    padding: 0px 10px;
    font-weight: bold;
    left: 28px;
    text-transform: uppercase;
    font-style: inherit;
    font-size: 12px;
    line-height: 20px;
}
#menulp li#prodKitSensori .catWrap div {
	float: left;
	padding: 0 10px;
	width: 50%;
}
#menulp li a {
	transition: all 0.5s ease;
    color: #333 !important;
    padding: 20px;
    line-height: 20px;
    display: block;
    text-decoration: none;
}
#menulp li a:hover {
	background: #fff !important
}
#menulp li a:hover .prodBtn {
	color: #fff;
	border:1px solid #EB5C24;
	background: #EB5C24;
}
#menulp li img {
	max-width: 100%;
}
#menulp li span {
	display: block;
}
#menulp li .prodTitle {
	margin-bottom: 5px;
	font-weight: bold;
}
#menulp li .prodDesc {
	text-transform: none;
    font-weight: normal;
    line-height: 12px;
    font-size: 11px;
    margin-bottom: 10px;
    color: #666;
	
}
#menulp li .prodBtn {
	transition: all 0.5s ease;
	border-radius: 100px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 0px 15px;
    line-height: 28px;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0;
    border: 1px solid #333;
}
#menulp li.menuBack {
	text-align: left;
    padding-left: 20px;
    font-size: 10px;
}


/* EXCEPTIONS FOR MOBILE MENU */

#main-nav.speed-in #menulp {
	background: #fff;
    border-radius: 0;
    position: absolute;
    right: 0;
    text-align: center;
    padding: 0;
    top: 70px;
    box-shadow: none;
}
#main-nav.speed-in #menulp li#prodKitSensori .catWrap div {
	width: 100%;
}
#main-nav.speed-in #menulp li .prodBtn {
	display: none;
}
#main-nav.speed-in #menulp li img {
    max-width: 80px;
    float: left;
}
#main-nav.speed-in #menulp li .catWrap {
	border: 0;
    padding: 0;
    border-radius: 3px;
    overflow: hidden;
    border-radius: 5px;
    text-align: left;
}
#main-nav.speed-in #menulp li em {
	display: none
}
#main-nav.speed-in  #menulp li {
	padding: 0 10px;
}


#cd-hamburger-menu a, #cd-cart-trigger a {
  width: 60px;
  height: 100%;
}

#cd-hamburger-menu {
  left: 0;
}
#cd-hamburger-menu a {
  background: #26292f url("https://www.liveprotection.com/skin/frontend/protection/default/img/cd-hamburger-menu.svg") no-repeat center center;
}
@media only screen and (min-width: 1200px) {
  #cd-hamburger-menu {
    display: none;
  }
}

#cd-cart-trigger {
  right: 0;
}
#cd-cart-trigger a {
  background: #26292f url("https://www.liveprotection.com/skin/frontend/protection/default/img/cd-cart.svg") no-repeat center center;
}
@media only screen and (min-width: 1200px) {
  #cd-cart-trigger {
    /* cart right margin on desktop */
    right: 0;
  }
  #cd-cart-trigger a {
    position: relative;
    width: 100px;
    border-left: none;
    background-color: #26292f;
  }
}

#main-nav, #cd-cart {
  position: fixed;
  top: 0;
  height: 100%;
  width: 90%;
  /* header height */
  padding-top: 0;
  /* overflow-y: auto; */
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  border-radius: 0 10px 0 0;
}
#cd-cart { 
	border-radius: 0 0 0 10px;
}
#cd-cart .menuClose {
	padding: 5px;
    top: 0;
    right: 10px;
} 
@media only screen and (min-width: 768px) {
  #main-nav, #cd-cart {
    width: 350px;
  }
}
@media only screen and (min-width: 1200px) {
  #main-nav, #cd-cart {
    width: 30%;
    /* header height has changed */
    padding-top: 0;
  }
}

#main-nav {
  left: -100%;
  background: #FFF;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  transition: left 0.3s;
}

/* MENU MOBILE VERSION OPEN */
#main-nav.speed-in {
  left: 0;
}
#main-nav.speed-in ul {
	float: none;
    width: 100%;
}
#main-nav.speed-in ul li {
	display: block;
    width: 100%;
    overflow: hidden;
    clear: both;
    padding: 0 30px;
}
#main-nav.speed-in ul a {
	color: #7b7b7a;
    text-transform: uppercase;
    padding: 10px 0;
    display: block;
    width: 100%;
    border-bottom: 1px solid #ececec;
    text-align: left
}
#main-nav.speed-in ul li.btn-buy a {
	color: #ed552f !important;
    border: 0;
    text-align: left;
    background: none !important
} 
#main-nav.speed-in a.logo {
	border-bottom: 0;
    padding: 0;
    left: 0;
    margin: 10px 0 20px;
    width: 150px;
    background-image: url(https://www.liveprotection.com/skin/frontend/protection/default/images/logo-lp-h-color.png) !important;
}


#main-nav ul .current {
  box-shadow: inset 3px 0 #435779;
}
@media only screen and (min-width: 768px) {
  #main-nav {
    /* reset main nav style */
    position: absolute;
    height: auto;
    width: auto;
    left: auto;
    right: 0px;
    padding-top: 0;
    top: 0;
    background: transparent;
    box-shadow: none;
    /* header height */
    line-height: 80px;
    z-index: 4;
  }
  #main-nav li {
    
  }
  #main-nav ul a {
   
  }
  #main-nav ul a.current {
    
  }
  .no-touch #main-nav ul a:hover {
    background: #435779;
    color: #FFF;
  }
}
.no-js #main-nav {
  position: fixed;
}

#cd-cart {
  right: -100%;
  background: #FFF;
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  transition: right 0.3s;
}
#cd-cart.speed-in {
  right: 0;
}
#cd-cart &gt; * {
  padding: 0 1em;
}
#cd-cart .cartTitle {
     font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 1em 0;
}
#cd-cart .cd-cart-items {
  padding: 0;
}
#cd-cart .cd-cart-items li {
  position: relative;
  padding: 1em;
  border-top: 1px solid #e0e6ef;
}
#cd-cart .cd-cart-items li .product-name {
	font-size: 13px;
	font-weight: bold;
}
#cd-cart .cd-cart-items li &gt; a { float: left; }
#cd-cart .cd-cart-items li:last-child {
  border-bottom: 1px solid #e0e6ef;
}
#cd-cart .subtotal {
	text-align: center;
	font-weight: bold;
}
#cd-cart .cd-qty, #cd-cart .cd-price {
  color: #a5aebc;
}
#cd-cart .cd-price {
  margin-top: .4em;
}
#cd-cart .cd-item-remove {
  position: absolute;
  right: 1em;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url("https://www.liveprotection.com/skin/frontend/protection/default/img/cd-remove-item.svg") no-repeat center center;
}
.no-touch #cd-cart .cd-item-remove:hover {
  background-color: #e0e6ef;
}
#cd-cart .cd-cart-total {
  padding-top: 1em;
  padding-bottom: 1em;
}
#cd-cart .cd-cart-total span {
}
#cd-cart .cd-cart-total::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
#cd-cart .checkout-btn {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #7dcf85;
  color: #FFF;
  text-align: center;
}
.no-touch #cd-cart .checkout-btn:hover {
  background: #a2dda8;
}
#cd-cart .cd-go-to-cart {
  text-align: center;
  margin: 1em 0;
}
#cd-cart .cd-go-to-cart a {
  text-decoration: underline;
}
@media only screen and (min-width: 1200px) {
  #cd-cart &gt; * {
    padding: 0 2em;
  }
  #cd-cart .cd-cart-items li {
    padding: 1em 2em;
  }
  #cd-cart .cd-item-remove {
    right: 2em;
  }
}

/* -------------------------------- 

xgallery 

-------------------------------- */
main {
  position: relative;
  min-height: 100%;
  background: #eeeff7;
  padding-top: 70px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  main {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 1200px) {
  main {
    padding-top: 120px;
  }
}

#cd-gallery-items li {
  margin-bottom: 1.5em;
}
#cd-gallery-items li img {
  width: 100%;
  display: block;
  border-radius: 0.25em;
}
@media only screen and (min-width: 768px) {
  #cd-gallery-items li {
    width: 48%;
    float: left;
    margin-bottom: 2em;
    margin-right: 4%;
  }
  #cd-gallery-items li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  #cd-gallery-items li {
    width: 31%;
    float: left;
    margin-bottom: 2.5em;
    margin-right: 3.5%;
  }
  #cd-gallery-items li:nth-child(2n) {
    margin-right: 3.5%;
  }
  #cd-gallery-items li:nth-child(3n) {
    margin-right: 0;
  }
}

#cd-shadow-layer {
  position: fixed;
  min-height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(67, 87, 121, 0.6);
  cursor: pointer;
  z-index: 9;
  display: none;
}
#cd-shadow-layer.is-visible {
  display: block;
  -webkit-animation: cd-fade-in 0.3s;
  -moz-animation: cd-fade-in 0.3s;
  animation: cd-fade-in 0.3s;
}

/* -------------------------------- 

xkeyframes 

-------------------------------- */
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@charset "UTF-8";

/*!
 * account.css - 
 * User Account Styles
 *
 * Copyright (c) 2017 1604lab - https://1604lab.com
 */
body.customer-account-login {
	 
}
body.customer-account-login img.logo-login {
 max-width: 120px;
}
#login-form {
	margin-bottom: 100px;
}
#login-form .registered-users {
	background: #fff;
    box-shadow: 0 0 3px #ccc;
    padding: 50px;
}
.dashboard .box .box-title {
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #ddd;
    text-align: right;
    font-size: 14px;
    letter-spacing: inherit
}
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
    margin: 0;
    float: left;
    font-size: 18px
}
.dashboard .col2-set&gt;.box&gt;.box-title {
    margin-left: 15px;
    margin-right: 15px
}
.dashboard .box-recent .data-table {
    margin-bottom: 0
}
.dashboard .box-info address,
.dashboard .box-info p {
    margin: 0
}
.dashboard .box-info .box {
    margin-bottom: 30px
}
.dashboard .box-reviews ol {
    margin-bottom: 0
}
.dashboard .box-reviews .number {
    float: left
}
.dashboard .box-reviews .details {
    margin-left: 20px
}
.dashboard .box-reviews li.item {
    margin-bottom: 10px
}
.dashboard .box-reviews li.item:last-child {
    margin-bottom: 0
}
.dashboard .box-reviews .ratings {
    margin-top: 5px
}
.dashboard .box-tags .number {
    float: left
}
.dashboard .box-tags .details {
    margin-left: 20px
}
.dashboard .box-tags li.item {
    margin-bottom: 10px
}
.dashboard .box-tags li.item:last-child {
    margin-bottom: 0
}
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
    display: inline
}
.addresses-list h2 {
    font-size: 18px
}
.addresses-list h3 {
    margin-top: 0;
    font-size: 14px
}
.addresses-list address {
    margin: 0 0 3px
}
.addresses-list p {
    margin: 0
}
.addresses-list .link-remove {
    color: #a94442
}
.addresses-list .separator {
    margin: 0 3px
}
.addresses-list li.item {
    padding: 15px;
    border-color: #ddd
}
.addresses-list li.item h3 {
    margin: -15px -15px 15px;
    border-color: #ddd;
    background-color: #f5f5f5;
    color: #333
}
.addresses-list li.empty {
    background: 0 0;
    border: 0;
    padding: 0
}
.order-info {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee
}
.order-info dd {
}
.order-info dt {
	display: none;
}
.order-info li {
    margin: 0 0 10px;
    border: 1px solid;
    display: inline-block;
    color: #fff;
    background: #f5f5f5;
    border-radius: 100px;
    padding: 10px 20px;
}
.order-info li a {
	display: block;
}
.order-info li:first-child {
    margin-left: 0
}
.order-info li:last-child {
    margin-right: 0
}
.order-info .current {
    font-weight: 700;
    background: #DC4029 !important;
}
.order-date {
    margin-bottom: 10px
}
.order-info-box {
    margin-left: 0;
    margin-right: 0;
    border-color: #ddd;
    padding-top: 15px
}
.order-info-box .box {
    margin-bottom: 15px
}
.order-info-box h2 {
    margin-top: 0;
    font-size: 14px
}
.order-info-box address {
    margin-bottom: 0
}
.order-items h2 {
    font-size: 18px
}
.order-items h3 {
    font-size: 12px
}
.order-items .order-links {
    text-align: right

}
.order-additional {
    margin: 10px 0
}
.gift-message {
    padding: 15px;
    border-color: #ddd
}
.gift-message dt {
    padding-left: 10px
}
.gift-message dt strong {
    display: block;
    margin-left: -10px
}
.gift-message dd {
    margin-top: 10px
}
.gift-message-row .gift-message {
    padding: 0;
    margin: 0;
    border: 0
}
.order-about {
    padding: 15px;
    border-color: #ddd
}
.order-about dd {
    margin-bottom: 10px;
    padding-left: 10px
}
.order-about dd:last-child {
    margin-bottom: 0
}
.my-wishlist textarea {
    height: auto
}
.my-wishlist .add-to-cart-alt input.input-text,
.my-wishlist .price-box {
    margin-bottom: 5px
}
.my-wishlist .add-to-cart-alt .btn-cart {
    display: block;
    margin-bottom: 5px;
    width: 100%
}
.my-wishlist p {
    margin-bottom: 0
}
.my-wishlist .link-edit {
    width: 100%;
    display: block
}

.label-installazione {
	display: inline-block;
    padding: 3px 20px;
    background: #666;
    border-radius: 60px;
    color: #fff;
    font-weight: bold;
}
.label-installazione.inst-ko {
	background: #dc1212
}
.label-installazione.inst-ok {
	background: #3ec321
}
.label-installazione.inst-new {
	background: #f5bd0e
}
.label-installazione.inst-fixed {
	background: #c321b3
}
.label-installazione.inst-handling {
	background: #6321c3
}
.label-installazione.inst-refused {
	background: #3ec321
}
.label-installazione.inst-waiting {
	background: #21b1c3
}
.magentiamo-reseller-installation-list #maincol {
	background: #fff;
    box-shadow: 0 0 4px #ccc;
    padding: 30px;
}
.magentiamo-reseller-installation-list .label-installazione {
    display: block;
    padding: 2px 0;
    font-weight: bold;
    font-size: 12px;
}

@charset "UTF-8";

/*!
 * footer.css - 
 * Footer Styles
 *
 * Copyright (c) 2017 1604lab - https://1604lab.com
 */
 

footer {
	width: 100%;
	height: auto;
	position: relative;
	padding: 0;

	color: rgba(255, 255, 255, 0.8);
	font-size: 13px;
	background: #1f41b9;
}
footer h4 {
	color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 40px;
}
footer a {
	color: #fff;
	opacity: 0.9;
	transition: ease 0.5s opacity;
}

footer a:hover {
	opacity: 1;
	color: #fff; 
}
footer a.footer-logo {
	width: 100px;
	margin-bottom: 10px;
	display:block;
	opacity: 1;
	margin-bottom: 20px; 
	clear: both;
}
footer a.footer-logo img {
	max-width: 180px !important;
}
footer .col-info { 
}
footer .col-app a {
	display: inline-block; float: left; margin-right: 20px; margin-bottom: 15px;
}
footer .col-app a img {
	display: inline-block;
	max-width: 110px !important;
}
/* Footer Top */
.footer-top {
	border-bottom: 1px solid #ef6e3d;
	padding: 30px 0;
	color: #9699A8;
}
.footer-top .col-md-4 .inner {
	background: url(https://www.liveprotection.com/skin/frontend/protection/default/images/icons-footer.png) no-repeat 0 0;
	padding-left: 70px;
}
.footer-top .foot-col-1 .inner {
}
.footer-top .foot-col-2 .inner {
	background-position: 0 -127px;
	padding-left: 75px
}
.footer-top .foot-col-3 .inner {
	background-position: 0 -273px;
	padding-left: 75px
}

/* Footer Center */
.footer-center {
	padding: 20px 0px; 
} 
.footer-center ul li {
	padding: 0;
}
.footer-bottom {
	border-top: 1px solid #ffffff3b;
    padding: 20px 0;
    font-size: 12px; 
}
.footer-bottom img {
	max-width: 100%
}
@charset "UTF-8";

/*!
 * blocks.css - 
 * Blocks Styles
 *
 * Copyright (c) 2017 1604lab - https://1604lab.com
 */
 

.box-bg {
}
.box-title {
	font-size: 32px;
    color: #EB5C24;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 100;
    margin-bottom: 40px;
}


.block-account .block-title {
	background: #2e303a;
	border: 0;
}


/* BLOCK PRODUCT */
.block-product {
	padding-bottom: 0;
}
.block-product .prod-title {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
}
.block-product .prod-title span {
	font-size: 30px;
	font-weight: 100;
	display: block;
}
.block-product .visual {
}
.block-product .visual img {
	border-radius: 30px;
}
.block-product .visual.visual-padding {
	padding: 20px 0;
	text-align: center
}
.block-product.block-fullwidth .visual.visual-padding {
	padding: 0 20px;
	text-align: center
}
.block-product .block-content {
	padding: 20px;
}
.block-product p {
	margin-bottom: 30px;
}

.block-product.block-dark {
	color: #818594;
}
.block-product.block-dark .prod-title span {
	color:  #555b75;
}
.block-product .block-footer {
	padding: 20px;
    font-size: 12px;
    text-align: left;
    border-top: 1px solid #ddd;
}
.block-product .block-footer p {
	margin-bottom: 10px;
}
/* HOME SUPPORT */
#block-build {
	padding: 80px 0;
}
#block-build .title {
	color: #EB5C24;
	text-transform: uppercase;
	font-size: 48px;
	margin-bottom: 80px;
	font-weight: 200;
	letter-spacing: 2px;
}


/* KIT PAGE */
.card-family {
	position: absolute;
    z-index: 9;
    padding: 30px 100px 30px 30px;
    margin-top: 100px;
    border-radius: 20px;
    box-shadow: -10px 13px 0px #ddd;
	
}

@charset "UTF-8";

/*!
 * product-list.css - 
 * Product List &amp; Grid Styles
 *
 * Copyright (c) 2017 1604lab - https://1604lab.com
 */
 
 .products-grid .component {
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.products-grid .component .inner {
	position: relative;
	padding: 10% 15px;
	background: #fff;
	transition: all 0.2s ease-in-out;
	text-align: left;
}
.products-grid .component .inner img {
	width: 100%;
	margin-bottom: 10px;
	border: 0;
	
}
.products-grid .component h3 {
	font-size: 18px;
    font-weight: 600;
    margin: 5px 0;
    min-height: 0;
}
.products-grid .component .price-box {
	font-size: 16px;
}
.products-grid .component h3 a {
	color: #3B3E4C;
}
.products-grid .component .product-description {
	    line-height: 18px;
    color: #a0a0a0;
    font-size: 12px;
}
.products-grid .component .ctc {
	position: absolute;
    top:250px;
    width: 100%;
    height: 150px;
    left: 0;
    text-align: center;
    box-sizing: border-box;
    padding-top: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 100;
    word-break: break-word;
    white-space: inherit;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    padding: 0 30px;
}
.products-grid .component .ctc button {
	width: 100%;
}
.products-grid .component .ctc button:hover {
	color: #fff
}
.products-grid .btn-cart .icon {
	background: url(https://www.liveprotection.com/skin/frontend/protection/default/images/ico-cart-w.png) no-repeat center center;
    display: block;
    height: 30px;
    width: 33px;
    clear: both;
    margin: 0 auto 10px;
}

/* Grid Hover */
.products-grid .component:hover .inner {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.20);
}
.products-grid .component:hover img {
}

.products-grid .component:hover .ctc {
	opacity: 1;
    top: 0;
    left: 0;
    background: #ffffff91;
    height: 100%;
    padding: 100px 50px;
}
.products-list .item .inner {
	background: #fff;
    box-shadow: 0 0 3px #00000030;
    border-radius: 5px;
    padding: 25px;
    margin-bottom: 20px; 
}
.products-list .btn-container {
	overflow: hidden;
}
.products-list .btn-container .btn {
	text-transform: uppercase;
    display: inline-block;
    font-size: 10px;
    width: auto;
    padding: 8px 12px;
    margin-bottom: 10px;
}

.products-list .item .inner h2.product-name {
	font-size: 22px;
	font-weight: bold;
}
.products-list .item .inner .desc {
	font-size: 12px;
}
.products-list .item .inner h2.product-name a {
	color: #333;
}
.products-list .item .inner .price-box {
	margin: 10px 0
}
@charset "UTF-8";

/*!
 * product-view.css - 
 * Product Page Styles
 *
 * Copyright (c) 2017 1604lab - https://1604lab.com
 */
.catalog-product-view .titlebar {
	/* background: #3b3e4c  */ 
}
.catalog-product-view {
	background: #fff;
}
.description {
	margin-bottom: 30px;
	font-size: 14px;
}
.product-image-main img {
	width: 100%;
}
#floating-sidebar {
    padding: 30px 40px;
    position: relative;
    margin-top: -140px;
    background: #fff;
    border-radius: 20px;
}

#floating-sidebar.is_stuck {
	background: #fff;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    padding: 35px;
    position: fixed;
    top: 100px;
    right: 0;
    width: 430px;
    z-index: 999;
    border-radius: 5px;
    margin: 0;
}

#floating-sidebar .product-name {
	position: relative;
}
#floating-sidebar .product-name h1 {
	font-size: 32px;
    margin: 0 0 20px;
}
#floating-sidebar .product-name img {
	position: absolute;
    right: 0;
    width: 50px;
    top: -10px;
}

.price-table {
	border: 0;
    border-radius: 3px;
    margin-bottom: 20px;
    border-radius: 10px;
    background: #efefef;
}
.price-table .row &gt; div {
	padding: 10px;
}
.price-table .row {
	margin: 0;
}
.price-table .row.first {
	/* border-bottom: 1px solid #ccc;	*/
}
.price-table .row .last {
	border-bottom: 0;
}
.price-table .row .bg-dark {
	color: #fff; font-weight: 600;
	border-radius: 0 0 5px 0;
}
.price-table .row.first .bg-dark {
	border-radius: 0 5px 5px 0;
}

.price-table .price-box .price-label {
	display: none;
}
.price-table .price-box p {
	display: inline-block
}
.price-table .price-box .price {
	color: #fff;
	font-size: 16px;
}
.price-table .price-box .old-price .price {
	opacity: 0.5;
}
.add-to-box .add-to-cart {
	text-align: left;
}
.add-to-box .add-to-cart .btn-cart {
	width: auto;
    border-radius: 100px;
    text-align: left;
    padding: 20px 70px 20px 30px;
    margin-bottom: 20px;
}
.add-to-box .add-to-cart .btn-cart i {
	font-size: 32px;
    position: absolute;
    right: 20px;
    top: 13px;
}
.add-to-box .add-to-cart .btn-cart[disabled] {
	background: #00AF66;
    opacity: 1;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.btn-cart {
	border: 0;
	background: #00AF66;
	padding: 15px 40px;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
	color: #fff !important
}
/* Sections */
.prod-section {
	
}
.prod-section h2 {
	margin-bottom: 50px;
	
}
#prod-includes {
	
}
#prod-includes .included-block {
	margin-bottom: 50px
}
#prod-includes .included-block span {
	font-size: 60px;
    margin-top: 20px;
    display: block;
    margin-left: 10px;
}
#prod-includes .included-block h3 {
	color: #EB5C24;
	text-transform: uppercase;
	font-size: 18px;
}

/* UPSELL */
.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    top: 150px;
    position: absolute;
    right: -50px;
}
.owl-theme .owl-nav .owl-prev {
	right: auto;
	left: -50px;
}


.prod-main-img {
	padding-left: 0;
}
/* Gallery */
.more-views {
}
.more-views li {
	margin-bottom: 20px;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 3px;
    background: #fff;
    opacity: 0.6;
    transition: ease 0.5s all;
    max-width: 50px;
    margin: 0 auto 20px;
}
.more-views li:hover {
	opacity: 1
}
.more-views li.active {
	border: 1px solid #C03748;
	opacity: 1
}
.more-views li a {
	display: block;
    width: 100%;
}
.product-image-main {
	padding: 10px;
	border-radius: 5px;
	background: #fff;
}
@charset "UTF-8";

/*!
 * cart.css - 
 * Cart Styles
 *
 * Copyright (c) 2017 1604lab - https://1604lab.com
 */
 
 
 .checkout-cart-index .titlebar .btn {
	 margin-top: 45px;
 }
 
 .couponform {
	 border: 2px dashed;
	 padding: 20px;
 }
 .couponform h2 {
	 margin: 0;
 }
 
.totals {
	padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 
 }
.totals table {
 width:100%;
 margin-bottom: 20px;
}
.totals table td {
  padding: 5px 10px;
}
  
.totals .btn-checkout {
    padding: 15px 40px;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
}


.cart .page-title .checkout-types li {
    margin: 0 0 5px
}
.cart .page-title .checkout-types li:last-child {
    margin-bottom: 0
}
.cart .title-buttons .checkout-types {
    float: right;
    margin-bottom: 0
}
.cart .checkout-types .paypal-or {
    margin: 0 8px
}
.cart .totals .checkout-types .paypal-or {
    clear: both;
    display: block;
    padding: 8px 55px 0 0;
    font-size: 12px
}
.cart&gt;form {
    margin-bottom: 20px
}
@media (max-width: 768px) {
	
	.mobile-cart { background: #fff; border: 1px solid #ddd; border-radius: 3px;}
	.mobile-cart .item { 
		padding: 10px;
	    overflow: hidden;
	    position: relative;
	    line-height: 20px;
	}
	.mobile-cart a.product-image { float: left; margin-right: 10px; }
	.mobile-cart .product-name { font-weight: bold; margin-top: 10px; }
	.mobile-cart .cart-price { }
	.mobile-cart  .qty { display: none; }
	.mobile-cart .btn-remove {
		float: right;
	    position: absolute;
	    right: 10px;
	    top: 10px;
	}
	
	
	
    #shopping-cart-table {
	    
	}
	
	#shopping-cart-mobile {
	display:block;
	}

}
.cart-table {
    margin-bottom: 0;
    border: 1px solid #ddd;
}
.cart-table .qty {
    width: auto;
    text-align: center
}
.cart-table .btn-continue {
    float: left
}
.cart .cart-collaterals {
    margin-left: -15px;
    margin-right: -15px
}
.cart .cart-collaterals .col2-set {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width: 992px) {
    .cart .cart-collaterals .col2-set {
        float: left;
        width: 66.66666667%
    }
}
@media (min-width: 768px) {
    .cart .cart-collaterals .totals {
        margin-right: 15px;
        float: right;
        width: 33.33333333%
    }
}
.cart .crosssell,
.cart .discount,
.cart .shipping {
    border-color: #ddd
}
.cart .crosssell&gt;h2,
.cart .discount&gt;h2,
.cart .shipping&gt;h2 {
    border-color: #ddd;
    background-color: #f5f5f5;
    color: #333;
    font-weight: 500
}
.cart .crosssell #crosssell-products-list {
    margin-bottom: 0;
    padding: 15px
}
.cart .crosssell li.item {
    padding: 10px 0;
    border-bottom: 1px solid #eee
}
.cart .crosssell li.item:first-child {
    padding-top: 0
}
.cart .crosssell li.item:last-child {
    padding-bottom: 0;
    border-bottom: 0
}
.cart .crosssell .product-image {
    float: left
}
.cart .crosssell .product-details {
    margin-left: 100px
}
.cart .crosssell .add-to-links .separator {
    display: none
}
.cart .crosssell .link-compare {
    font-weight: 400
}
@media (max-width: 992px) {
    .cart .crosssell {
        display: none
    }
}
.cart .discount .discount-form,
.cart .shipping .shipping-form {
    padding: 15px
}
.cart .totals .checkout-types {
    margin-bottom: 0;
    text-align: right
}
.cart .totals .checkout-types li {
    margin-bottom: 5px
}
.cart .totals .checkout-types li:last-child {
    margin-bottom: 0
}
.item-options {
    margin-top: 10px
}
.item-options dd {
    margin-left: 15px
}
.truncated {
    position: relative;
    cursor: help
}
.truncated .dots {
    cursor: inherit;
    color: inherit
}
.truncated .dots:hover {
    text-decoration: none
}
.truncated_full_value dl {
    margin: 0
}
.truncated_full_value dd {
    margin-left: 0
}
.truncated_full_value dd+dt {
    border-radius: 0;
    border-top: 1px solid #ebebeb
}
.truncated_full_value.show {
    display: block
}



@charset "UTF-8";
/*!
 * checkout.css - 
 * Checkout Styles
 *
 * Copyright (c) 2017 1604lab - https://1604lab.com
 */
/* PROGRESS BAR */
.progress-bar {
  display: flex;
  margin-bottom: 50px;
  justify-content: space-between;
}
 
.progress-bar .step {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  display: block;
  width: 25px;
  height: 25px;
  margin-bottom: 30px;
  border: 4px solid #fff;
  border-radius: 50%;
  background-color: #efefef;
}
 
.progress-bar .step:after {
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 22px;
  width: 225px;
  height: 6px;
  content: '';
  background-color: #efefef;
}
 
.progress-bar .step:before {
  color: #2e2e2e;
  position: absolute;
  top: 40px;
}
 
.progress-bar .step:last-child:after {
  content: none;
}
 
.progress-bar .step.active {
  background-color: #f62f5e;
}
.progress-bar .step.active:after {
  background-color: #f62f5e;
}
.progress-bar .step.active:before {
  color: #f62f5e;
}
.progress-bar .step.active + .step {
  background-color: #f62f5e;
}
.progress-bar .step.active + .step:before {
  color: #f62f5e;
}
 
.progress-bar .step:nth-child(1):before {
  content: 'Accesso';
}
.progress-bar .step:nth-child(2):before {
  right: -40px;
  content: 'Fatturazione';
}
.progress-bar .step:nth-child(3):before {
  right: -30px;
  content: 'Installazione';
}
.progress-bar .step:nth-child(4):before {
  right: -20px;
  content: 'Spedizione';
}
.progress-bar .step:nth-child(5):before {
  right: -10px;
  content: 'Pagamento';
}
.progress-bar .step:nth-child(6):before {
  right: 0;
  content: 'Ordine';
}

.checkout-onepage-index .titlebar {
}
.header-checkout {
	background: #fff;
    padding: 15px 0;
    z-index: 999;
    width: 100%;
 }
.header-checkout .help-box {
	line-height: 25px;
}
.header-checkout .help-box i {
	border: 3px solid #960051;
    float: right;
    font-size: 31px;
    padding: 7px;
    border-radius: 1000px;
    display: block;
    height: 50px;
    width: 50px;
    color: #960051;
    margin-left: 16px;
}
.header-checkout .help-box a {
	color: #666;
}
.header-checkout .help-box span {
	font-size: 15px;
}
.header-checkout .help-box span strong {
	font-size: 20px;
}
.payment-method-wrapper {
	
}
.payment-method-wrapper input[type=radio] {
	margin-right: 10px;
	float: left;
}
.payment-method-wrapper .cvv-what-is-this-new:hover:after {
	display: none !important
}
.payment-method-wrapper .cvv-what-is-this-new {
	float: left;
    position: inherit;
    padding-left: 10px;
    padding-top: 15px;
    cursor: help;
    color: #ff5c3e;
    font-weight: bold;
}
.payment-method-wrapper .cvv-what-is-this-div {
	display: none;
    background: #fff;
    padding: 30px;
    position: absolute;
    bottom: -20px;
    width: 320px;
    font-size: 12px;
    box-shadow: 0 0 33px #ccc;
    left: 100px;
}
.payment-method-wrapper .cvv-what-is-this-new:hover .cvv-what-is-this-div {
	display: block
}
.payment-method-wrapper .cvv-what-is-this-div img {
	width: 250px;
}
.checkout-topbar  {
	padding: 20px 0;
	margin-bottom: 20px;
}

#checkout-review-submit .p-left,#checkout-review-submit .f-left { display: none; }

.checkout-agreements li {
    margin-bottom: 0
}
.checkout-agreements li:last-child {
    margin-bottom: 0
}
.checkout-agreements .agreement-content {
    margin-bottom: 0;
    overflow: auto;
    height: 0;
    display: none;
}
.checkout-agreements .agree {
    margin: 0;
    padding: 10px
}
.checkout-agreements .agree input.checkbox {
    float: left;
    margin-top: 4px;
    margin-right: 6px
}
.opc .checkout-agreements {
    padding: 10px 20px;
    background: #f1f1f1;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
.opc .checkout-agreements label {
	font-weight: normal;
	font-size: 11px;
}
.centinel .authentication {
    background-color: #fff;
    border: 1px solid #ddd
}
.centinel .authentication iframe {
    width: 99%;
    height: 400px;
    background: 0 0!important;
    margin: 0!important;
    padding: 0!important;
    border: 0!important
}
.opc .centinel {
    padding: 10px 30px
}
.info-set {
    margin: 0 0 25px;
    padding: 20px
}
.info-set h2 {
    font-size: 18px
}
.info-set h3,
.info-set h4 {
    font-size: 14px
}
.info-set h2 a,
.info-set h3 a,
.info-set h4 a {
    font-weight: 400
}
.info-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative
}
.info-set .box {
    margin: 0 0 15px
}
.info-set .data-table .item-options {
    margin: 5px 0 0
}
.block-progress dl {
    margin: 0
}
.block-progress dt {
    font-weight: 700;
    margin: 0 0 6px;
    padding: 7px 15px;
    border-width: 1px 0
}
.block-progress dt:first-child {
    border-top: 0
}
.block-progress dd {
    padding: 8px 13px;
    margin: 0 0 6px
}
.block-progress dt.complete,
.block-progress p {
    margin: 0
}
.block-progress .cards-list dt {
    background: 0 0;
    border: 0;
    color: inherit;
    font-size: 12px;
    margin: 5px 0;
    padding: 0
}
.block-progress .cards-list dd {
    border: 0;
    margin: 0;
    padding: 0
}
.block-progress .cards-list .info-table th {
    font-weight: 400
}
.block-progress address {
    margin-bottom: 0
}
.block-progress p+table {
    margin-left: 10px
}
@media (max-width: 768px) {
    .block-progress {
        display: none
    }
    .opc .buttons-set button {
	    width: 100%;
    }
}
.opc .buttons-set {
    margin-top: 0;
    padding-top: 0;
}
.opc .buttons-set p.required {
    margin: 0;
    padding: 0 0 10px;
    clear: both;
    text-align: left;
}
.opc .buttons-set .back-link small,
.opc .buttons-set .buttons-set.disabled button.button {
    display: none
}
.opc .buttons-set .ul {
    list-style: disc;
    padding-left: 18px
}
.opc {
    position: relative;
}
.opc .step-title {
    padding: 15px;
    border: solid #ddd;
    border-width: 0 1px 1px;
    background-color: #f5f5f5;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.opc .section.allow.active .step-title {
	background: #333;
	color: #fff;
}
.opc .section.allow .step-title {
	background: #1CB685;
	color: #fff;
}
.opc .step-title .number,
.opc .step-title a,
.opc .step-title h2 {
    line-height: 20px
}
.opc .step-title .number,
.opc .step-title h2 {
    float: left;
}
.opc .step-title .number {
    display: block;
    padding: 0 6px;
    margin-right: 10px;
    width: 35px;
    border: 1px solid;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border-radius: 100px;
    padding-left: 10px;
    position: relative;
}
.opc .step-title h2 {
    margin: 10px;
    font-size: 14px;
    font-weight: normal
}
.opc .step-title a {
    display: none;
    float: right
}
.opc .step {
    padding: 20px 35px;
    border: solid #ddd;
    border-width: 0 1px 1px;
    background: #fff;
}
.opc .step #login-form {
	margin-bottom: 0;
}
.opc .step .tool-tip {
    right: 30px
}
.opc .allow .step-title a {
    display: block;
    color: rgba(255, 255, 255, 0.53);
    text-transform: none;
    padding: 10px;
    letter-spacing: 0;
}
.opc .active .step-title a {
    display: none
}
#regionDiv {
	display: block !important
}

.input-box { position:relative; }
.input-box a { 
	position: absolute;
    top: 10px;
    right: 10px;
    color: #EB4D2A;
    z-index: 3
}
.input-box a:hover:after{
	background: #000000de;
    content: attr(data-title);
    position: absolute;
    top: -10px;
    width: 200px;
    left: 20px;
    z-index: 999;
    color: #fff;
    border-radius: 3px;
    font-size: 11px;
    line-height: 16px;
    padding: 13px;
}

.opc .field-cap { 
	width: 20%;
}
.opc .field-cap .input-box input.cap-disabled {
	background: #efefef;
}
.opc .field-city { width: 40%; }
.opc .field-province {  width: 40%; }


.sp-methods {
    margin: 0 0 8px
}
.sp-methods dt {
    padding-top: 10px
}
.sp-methods dt:first-child {
    padding-top: 0
}
.sp-methods dd {
    padding: 10px 0;
    border-bottom: 1px solid #eee
}
.sp-methods dd:last-child {
    padding-bottom: 0;
    border-bottom: 0
}
.sp-methods dd ul {
    margin-bottom: 0
}
.sp-methods dd li {
    margin: 5px 0
}
.sp-methods .radio {
    float: left;
    margin-top: 3px;
    margin-right: 6px
}
.sp-methods label {
    margin-bottom: 5px;
    font-weight: bold;
}
.sp-methods span.price {
	display: none;
}
.sp-methods .form-list {
    padding-left: 20px
}
.sp-methods select.month {
    width: 154px;
    margin-right: 10px
}
.sp-methods select.year {
    width: 96px
}
.sp-methods input.cvv {
    width: 50px!important
}
.sp-methods .checkmo-list li {
    margin: 0 0 5px
}
.sp-methods .checkmo-list label {
    width: 135px;
    padding-right: 10px;
    text-align: right
}
.sp-methods .checkmo-list address {
    float: left
}
.sp-methods .centinel-logos a {
    margin-right: 3px
}
.sp-methods .centinel-logos img {
    vertical-align: middle
}
.sp-methods .release-amounts {
    margin: .5em 0
}
.sp-methods .release-amounts button {
    float: left;
    margin: 5px 10px 0 0
}
.please-wait {
    float: right;
    margin-right: 10px;
    font-size: 12px;
    color: #777
}
.please-wait img {
    vertical-align: middle;
    margin-right: 10px
}
.cvv-what-is-this {
    line-height: 34px;
    font-size: 12px;
    cursor: help;
    margin-left: 10px
}
.tool-tip .btn-close {
    padding: 9px 14px
}
.tool-tip .btn-close a {
    float: right;
    font-size: 0;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}
.tool-tip .btn-close a:after {
    font-size: 14px;
    font-weight: 700;
    font-family: FontAwesome;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d"
}
.tool-tip .btn-close a:focus,
.tool-tip .btn-close a:hover {
    text-decoration: none;
    opacity: .5;
    filter: alpha(opacity=50)
}
.gift-messages h3 {
    font-size: 14px;
    font-weight: 700
}
.gift-messages p.control .checkbox {
    float: left;
    margin-top: 4px;
    margin-right: 6px
}
.gift-messages p.control label {
    margin-bottom: 0
}
.gift-messages-form {
    position: relative
}
.gift-messages-form label {
    float: none!important;
    position: static!important
}
.gift-messages-form h4 {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 14px;
    font-weight: 700
}
.gift-messages-form h4:first-child {
    padding-top: 0;
    border-top: 0
}
.gift-messages-form p&gt;.checkbox {
    float: left;
    margin-top: 4px;
    margin-right: 6px
}
.gift-messages-form p&gt;label {
    margin-bottom: 0
}
.gift-messages-form .whole-order {
    margin: 0 0 25px
}
.gift-messages-form .item {
    margin: 0 0 10px;
    border-bottom: 1px solid #eee
}
.gift-messages-form .item:last-child {
    border-bottom: 0
}
.gift-messages-form .item .product-img-box {
    float: left;
    width: 75px
}
.gift-messages-form .item .product-image {
    margin: 0 0 7px
}
.gift-messages-form .item .number {
    margin: 0;
    text-align: center
}
.gift-messages-form .item .details {
    margin-left: 90px
}
.gift-messages-form .item .details .product-name {
    margin: 0 0 10px
}
.gift-message-row .btn-close {
    float: right;
    font-size: 0;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}
.gift-message-row .btn-close:after {
    font-size: 14px;
    font-weight: 700;
    font-family: FontAwesome;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d"
}
.gift-message-row .btn-close:focus,
.gift-message-row .btn-close:hover {
    text-decoration: none;
    opacity: .5;
    filter: alpha(opacity=50)
}




#subscription-payment-method {
	
}
#subscription-payment-method input {
	float: left; margin-right: 10px;
}
.checkout-onepage-success #page-content-wrapper {
	padding: 50px 0;
}
.checkout-onepage-success .buttons-set button.button {
	float: left !important; 
}
.checkout-onepage-success .ti-check {
	    font-size: 180px;
    border: 8px solid #00A55B;
    border-radius: 180px;
    padding: 0;
    display: block;
    height: 300px;
    width: 300px;
    color: #00A55B;
    text-align: center;
    line-height: 300px;
    background: #fff;
    margin: 0 auto 30px;
    clear: both;
}
#review-loading-window {
    float: right;
    margin-right: 10px;
    font-size: 12px;
    color: #777;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: #fff;
    background: rgba(255,255,255,0.6);
    font-size: 16px;
    padding: 100px 0 0;
}
#review-loading-window .inner {
	background: #fff;
    box-shadow: 0 0 200px rgba(0,0,0,0.4);
    width: 50%;
    margin: 0 auto;
    padding: 50px;
    border-radius: 5px;
}
#review-loading-window img {
	padding-left: 40px;
	margin-bottom: 20px;
}
#review-loading-window .ajaxloader {
	margin-top: 50px;
}
#review-loading-window .ajaxloader img {
	padding: 0;
}
#shipping-new-address-form {
	display: block !important
}
@media (min-width: 992px) {
    .checkout-progress li {
        float: left;
        width: 20%;
        margin-bottom: 0;
        border-left-width: 0;
        text-align: center
    }
    .checkout-progress li:first-child,
    .checkout-progress li:last-child {
        border-radius: 0
    }
    .checkout-progress li:first-child {
        border-left-width: 1px;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px
    }
    .checkout-progress li:last-child {
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px
    }
}
@media (max-width: 992px) {
    .multiple-checkout {
        width: 100%;
        overflow-y: hidden;
        overflow-x: scroll;
        padding: 15px;
        border: 1px solid #ddd
    }
}
@charset "UTF-8";

/*!
 * home.css - 
 * Home Styles
 *
 * Copyright (c) 2017 1604lab - https://1604lab.com
 */
 
 /*
	Main Color Orange: #EB5C24
	Main Dark Color: #2e303a
*/


/* HEADER */
.cms-home header ul li i {
	color: #fff !important;
}

.cms-home header.sticky ul li i { 
	color: #383838 !important
}
.cms-home header .logo {
	background-image: url(../images/logo_white.png);
    background-size: contain;
    height: 60px;
}
.cms-home #menulp {
	top: 75px;
}



.cms-home #wrapper {
	padding: 0;
	display: none; 
}
#homevisual {
	background-size: cover;
	margin-bottom: 30px;
	padding: 100px 0 0;
	position: relative;
	height:650px;
	background-position: center;
}
#homevisual .overlay {
position: absolute;
opacity: 0.70;
left: 0;
top: 0;
width: 100%;
height: 100%;



/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00a3e8+0,0068f2+100 */
background: #00a3e8; /* Old browsers */
background: -moz-linear-gradient(left, #00a3e8 0%, #0068f2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #00a3e8 0%,#0068f2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #00a3e8 0%,#0068f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a3e8', endColorstr='#0068f2',GradientType=1 ); /* IE6-9 */
}

.cms-home #page-content-wrapper {
	display: none;
}


.home-usp {
	position: relative;
    text-align: center;
    color: #fff;
    padding: 20px 0 140px;
    line-height: 85px;
}
.home-usp .line1 {
	font-size: 18px;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 12px;
    display: inline-block;
}
.home-usp .line2 {
	font-weight: 600;
    font-size: 90px;
    letter-spacing: 0px;
    line-height: 60px;
	
}
.home-usp .line3 {
	font-size: 20px;
    font-weight: 200;
    letter-spacing: 3px;
}

.home-usp .img-ctc {
	padding-top: 10px;
	margin-bottom: -400px;
	position: relative;
}
.home-usp img {
}
.home-usp .btn-home {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e04a2f+1,a21f5b+100 */
	border: 0;
    background: #00af66;
    color: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 3px 0px #037948;
    padding: 20px 40px;
    font-weight: bold;
    font-size: 16px;
}
.home-usp .line {
	width: 3px;
	height: 55px;
	display: inline-block;
	background: #EB5C24
}
.home-usp .badge {
	right: 20%;
    top: 20px;
}


/* Sections Features */
#home-features {
	padding-top: 40px;
	
}
#home-features .section-title h2 {
	font-weight: 200;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 24px;
	color: #939498;
	margin-bottom: 120px;
}
#home-features .featureshome-tabs {
	
}
#home-features .icon-round {
	background: #fff;
    border-radius: 100px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.26);
    display: inline-block;
    width: 130px;
    height: 130px;
    position: relative;
    cursor: pointer;
}
#home-features .icon-round em {
	text-indent: -9999px;
	display: none;
}
#home-features .icon-round &gt; span {
    display: block;
    height: 52px;
    width: 52px;
    position: absolute;
    top: 38px;
    left: 40px;	
}
#home-features .icon-round &gt; span span {
	font-size: 50px;
}
#home-features .icon-round.ic-1 span { background-position:  0 bottom !important; }
#home-features .icon-round.ic-2 span { background-position:  -194px bottom !important; }
#home-features .icon-round.ic-3 span { background-position:  -390px bottom !important; }
#home-features .icon-round.ic-4 span { background-position:  -586px bottom !important; }
#home-features .icon-round.ic-5 span { background-position:  -782px bottom !important; }
#home-features .icon-round.ic-6 span { background-position:  -978px bottom !important; }

#home-features .icon-round.active { 
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00a3e8+0,0068f2+100 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1242ec+0,1f41b9+100 */
background: #1242ec; /* Old browsers */
background: -moz-linear-gradient(left, #1242ec 0%, #1f41b9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #1242ec 0%,#1f41b9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #1242ec 0%,#1f41b9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1242ec', endColorstr='#1f41b9',GradientType=1 ); /* IE6-9 */

	color: #fff;
}
#home-features .icon-round.active em {
	width: 1px;
    height: 60px;
    background: #00a3e8;
    position: absolute;
    bottom: -60px;
    left: 50%;
    display: block;
    text-indent: -9999px;
}

#home-features .icon-round:hover { opacity: 0.7 }

#home-features .icon-round.ic-1.active span { background-position:  0 top !important; }
#home-features .icon-round.ic-2.active  span { background-position:  -194px top !important; }
#home-features .icon-round.ic-3.active  span { background-position:  -390px top !important; }
#home-features .icon-round.ic-4.active  span { background-position:  -586px top !important; }
#home-features .icon-round.ic-5.active  span { background-position:  -782px top !important; }
#home-features .icon-round.ic-6.active  span { background-position:  -978px top !important; }

#home-features .featureshome-content {
	padding: 60px 0;
    border-top: 1px solid #00a3e8;
    margin-top: 52px;
}
#home-features .featureshome-content .ic-content {
	display: none;
}
#home-features .featureshome-content .ic-content span {
	font-size:200px;
	color: #D4D4D5
}
#home-features .featureshome-content .ic-content.active {
	display: block;
}
#home-features .featureshome-content .feat-title {
	font-size: 34px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    padding-top: 20px;
    line-height: 46px;
}
#home-features .featureshome-content .feat-description {
	color: #939498;	
	letter-spacing: 2px;
}

.home-section-lg {
	position: relative
}
.home-section-lg .overlay {
position: absolute;
opacity: 0.80;
left: 0;
top: 0;
width: 100%;
height: 100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a21f5b+0,e04a2f+58 */
background: rgb(162,31,91); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(162,31,91,1) 0%, rgba(224,74,47,1) 80%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(162,31,91,1) 0%,rgba(224,74,47,1) 80%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(162,31,91,1) 0%,rgba(224,74,47,1) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a21f5b', endColorstr='#e04a2f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


/* HOME PRODUCTS */
#home-products {
	position: relative;
	text-align: center;
	padding: 0;
}
#home-products .row {
	margin: 0;
}
#home-products .col-md-6 {
	padding: 0 0 40px;
}
#home-products .badge {
	right: 30px;
    top: 30px;
}

/* HOME SUPPORT */
#home-help {
    background: url() no-repeat center center;
    background-size: cover;
    padding: 100px 0;
}
.home-section-lg {
	color: rgba(255,255,255,0.7);
}

/* widget-fullwidth */ 
.widget-fullwidth {
	background-size: cover;
    padding: 100px 0;
    background-position: center;
	min-height:380px;
}
.widget-fullwidth h2 {
	font-size: 34px;
}

/* Chiaro */ 
.widget-fullwidth.text-chiaro h2 {
	color: #fff;
}
.widget-fullwidth.text-chiaro {
	color: #fff;
}

/* scuro */ 
.widget-fullwidth.text-scuro h2, .widget-fullwidth.text-scuro {
	color: #545C77;
}


.home-section-lg.overlay h2 {
	color: #fff;
	font-size: 34px;
}
#home-build {
	padding: 40px 0px 80px
}
/* HOME TECNICI */
#home-tech {
    background: url(https://www.liveprotection.com/skin/frontend/protection/default/images/home-tecnico.jpg) no-repeat center center;
    background-size: cover;
    padding: 100px 0;
}
#home-tech h2 {
	color: #fff;
	margin-bottom: 50px;
	font-size: 34px;
}

/* HOME RESELER */
#home-reseller {
    background: url(https://www.liveprotection.com/skin/frontend/protection/default/images/home-reseller.jpg) no-repeat center center;
    background-size: cover;
    padding: 100px 0;
}
#home-reseller h2 {
	color: #fff;
	margin-bottom: 50px;
	font-size: 34px;
}

/* HOME APP */
#home-app {
    background: url(https://www.liveprotection.com/skin/frontend/protection/default/images/home-app.jpg) no-repeat center center;
    background-size: cover;
    padding: 80px 0 260px;
}
#home-app h2 {
	color: #333;
	font-size: 34px;
	margin-bottom: 30px;
}
#home-app ul {
	margin-bottom: 50px
}

@charset "UTF-8";
/*!
 * contacts.css - 
 * Contacts Page Styles
 *
 * Copyright (c) 2017 1604lab - https://1604lab.com
 */
.helpdesk-contacts {
	background: #fff;
    box-shadow: 0 0 3px #ccc;
    padding: 50px;
}
#contactForm {
}
#contactForm {
	padding-top: 0;
    position: relative;
}
#contactForm .legend {
	margin-top: 0;
}
#contactForm p {
  margin-bottom: 20px;
}
#contact-faq {
}
#contact-faq .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    border-left: 6px solid #1f41b9;
}
#contact-faq .panel-default&gt;.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    text-transform: uppercase;
    padding: 0;
}
#contact-faq .panel-default&gt;.panel-heading a {
    display: block;
    padding: 20px;
    background: #1f41b9;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
}
#contact-faq .panel-default&gt;.panel-heading a.collapsed {
	background: #fff;
	color: #333;
}


/* MAP Section */
#contact-map img {
	position: relative;
	margin-top: -160px;
}
.contact-map-address {
    background: #fff;
    border-radius: 10px;
    padding: 30px 40px;
    z-index: 999;
    position: relative;
    box-shadow: 15px 15px 0px #ddd;
}

/* SERVICES */
#contact-services { text-align: center}
#contact-services .icon {
	    width: 200px;
    height: 200px;
    line-height: 200px;
    text-align: center;
    background: #fff;
    border-radius: 1000px;
    box-shadow: 0 0 150px #ccc;
    display: inline-block
}
#contact-services .icon img {
	display: inline-block
}
.powered {
	font-size: 12px;
	color: #7b7b7a;
}
.powered img {
	position: relative;
	top: -10px
}

/* HEADER */
.ssImage {
	
}
.ssImage img {
	position: absolute;
}

#smarsSensorList {
	float: left;
    width: 100%;
    padding: 20px 0;
}
#smarsSensorList li {
	width: 20%;
    float: left;
}
#smarsSensorList li a {
	display: block;
	margin: 0 10px;
	padding: 20px;
	
}
#smarsSensorList li a:hover {
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    text-decoration: none
}
#smarsSensorList li a img {
	display: inline-block;
    clear: both;
    margin: 15px 0;
    max-width: 80px;
}
#smarsSensorList li a .ssTitle {
	display: block;
    font-size: 20px;
    font-weight: bold;
}
#smarsSensorList li a .ssDesc {
	display: block;
    color: #7b7b7a;
    font-size: 12px;
    margin-bottom: 20px;
    height: 30px;
}
#smarsSensorList li a .ssBtn {
	display: inline-block;
	border: 2px solid;
}
#smarsSensorList li a:hover .ssBtn {
color: #fff;
}

/* GREEN */
.ss-move .ssTitle, .ss-move .ssBtn { color: #2ea969 }
.ss-move:hover .ssBtn { background-color:#2ea969 }

/* VIOLA */
.ss-smoke .ssTitle, .ss-smoke .ssBtn { color: #941753 }
.ss-smoke:hover .ssBtn { background-color:#941753 }

/* ORANGE */
.ss-access .ssTitle, .ss-access .ssBtn { color: #e95e4a }
.ss-access:hover .ssBtn { background-color:#e95e4a }

/* BLU */
.ss-water .ssTitle, .ss-water .ssBtn { color: #1f9aa5 }
.ss-water:hover .ssBtn { background-color:#1f9aa5 }

/* GREEN */
.ss-mem .ssTitle, .ss-mem .ssBtn { color: #fcc34d }
.ss-mem:hover .ssBtn { background-color:#fcc34d }


#whySmartSensor {
	text-align: center;
	background:url(https://www.liveprotection.com/skin/frontend/protection/default/images/bgk-jumbotron.jpg) no-repeat 0 0;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),  url(https://www.liveprotection.com/skin/frontend/protection/default/images/bgk-jumbotron.jpg);
    background-image:     -moz-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(https://www.liveprotection.com/skin/frontend/protection/default/images/bgk-jumbotron.jpg);
    background-image:      -ms-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(https://www.liveprotection.com/skin/frontend/protection/default/images/bgk-jumbotron.jpg);
    background-image:       -o-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(https://www.liveprotection.com/skin/frontend/protection/default/images/bgk-jumbotron.jpg);
    background-image:          linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(https://www.liveprotection.com/skin/frontend/protection/default/images/bgk-jumbotron.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
}
#whySmartSensor img {
	display: inline-block
}
#whySmartSensor p {
	font-size: 12px;
	opacity: 0.7;
}

.txt-box {
    font-size: 20px;
}
.color-red-live {
    color: #bd3e36;
    font-size: 40px;
}
.gotham-bold {
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
	
	.ssImage {
		float: none;
		width: 100%;
		clear: both;
	}
	.ssImage img {
		position: inherit;
	}
	.powered {
	    font-size: 12px;
	    color: #7b7b7a;
	    margin: 20px 0;
	    display: block;
    }


	#smarsSensorList li { width: 100%; }
	
}
@charset "UTF-8";

/*!
 * responsive.css - 
 * User Responsive Styles
 *
 * Copyright (c) 2017 1604lab - https://1604lab.com
 */
@media only screen and (max-width : 991px) {
#floating-sidebar.is_stuck+div {
	display: none !important
}
/* PRODOTTO */
#floating-sidebar.is_stuck {
	box-shadow: none;
    position: inherit !important;
    width: auto !important;
    right: auto !important;
    top: 0 !important;
    margin: 30px 0;
    padding: 0 !important;
    background: none !important;
    z-index: inherit !important
}
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 768px) {
	
	.row {
		margin: 0;
	}
	.col-5 {
		width: 100%;
	}
	.titlebar {
		padding: 10px;
		text-align: center
	}
	.breadcrumb {
		padding: 0;
	}
	.page-title h1 {
		font-size: 26px;
	}
	.page-header, .page-title {
		margin: 0;
	}
	/* Styles */
	header nav ul li i {
		 margin: 0;
		 padding: 10px; 
	}
	header .logo img {
	}
	header .menu-mobile {
		padding: 0;
	}
	#homevisual {
		 margin-bottom: 0;
		 height:360px;
	}
	 .cms-home .logo {
		 height: 70px;
	 }
	.home-usp {
		 padding-top: 0;
		 line-height: 35px;
		 padding-bottom: 20px;
	}
	.home-usp .line1 {
		font-size: 1.4rem;
		letter-spacing: 5px;
	}
	.home-usp .line2 {
	    font-weight: 600;
	    font-size: 30px;
	    letter-spacing: 0;
	    line-height: 22px;
	}
	.home-usp .line3 {
	    font-size: 13px;
	    font-weight: 200;
	    letter-spacing: 1px;
	    line-height: initial;
	    margin: 10px 0;
	}
	.home-usp .img-ctc {
		margin-bottom: inherit;
		
	}
	.home-usp .img-ctc img {
		margin-bottom: 20px; 
	}
	.home-usp .btn-home {
		padding: 12px 30px 10px 30px;
	    font-weight: bold;
	    font-size: 13px;
	}
	#home-features .icon-round.active em {
		bottom: 0;
	    position: inherit;
	    left: 0;
	    background: none;
	    width: auto;
	    font-style: inherit;
	    padding-left: 10px;
	    text-indent: 0;
	    height: auto;
	    border-radius: 10px;
	}
	#home-features .icon-round &gt; span span {
	    font-size: 35px;
	    padding: 3px;
	}
	#home-features .featureshome-content {
		padding-top: 0;
		margin-bottom: 10px;
		border: 0;
	}
	header {
		background: #fff;
	}
	
	header .logo {
		max-width: 150px;
	    margin: 10px 0 0;
	}
	header nav ul li &gt; a {
	}
	header nav ul.user-links {
		display: inherit
	}
	header nav ul.user-links li {
	    padding: 0;
	    float: left;
	    padding-right: 0;
	    text-align: center;
	    margin: 0;
	}
	header .icons-menu {
		padding: 0;
	}
	header nav {
		padding-top: 10px;
	}
	header.sticky {
		background: #fff;
	}
	header.sticky nav ul li a {
	}
	
	/* HOME */
	
	#home-features .section-title h2 {
		margin: 0;
	    line-height: 30px;
	    margin-bottom: 20px;
	}
	#home-features .icon-round {
		width: 100%;
	    padding: 0;
	    height: inherit;
	    text-align: left;
	    border-radius: 0;
	    box-shadow: none;
	    border-bottom: 2px solid #ddd;
	    line-height: 60px;
	    font-size: 16px;
	    text-transform: uppercase;
	    text-indent: inherit
	}
	#home-features .icon-round span {
		position: inherit;
		top: auto;
		left: auto;
		float: left;
		margin: 5px 10px 5px 5px;
	}
	#home-features .featureshome-content .feat-title {
		font-size: 38px;
		letter-spacing: 2px;
	}
	#home-features .icon-round em {
		display: block;
		text-indent: 0;
		font-style: inherit;
	}
	
	/* PRODOTTO */ 
	.more-views {
		width: 100%; 
		text-align: center
	}
	.more-views ul li {
		display: inline-block;
	    width: 55px;
	    margin: 0 5px;
	}
	
	.account-login {
		margin: 0;
	}
	
	.owl-theme .owl-nav [class*=owl-] {
		right: 0;
	}
	.owl-theme .owl-nav .owl-prev {
		right: auto;
		left: 0;
	}
	
	.box-title {
		font-size: 22px;
	    color: #EB5C24;
	    text-transform: uppercase;
	    letter-spacing: 2px;
	    margin-bottom: 40px;
	    line-height: 30px;
	}
	.no-js .owl-carousel, .owl-carousel.owl-loaded {
		padding: 0;
		margin: 0;
	}
	
	/* CHECKOUT */
	.opc .step-title h2 {
	    margin: 0;
	    font-size: 13px;
	    float: left;
	    width: 70%;
	}
	.opc .allow .step-title a {
		float: right;
	    width: 15%;
	    padding: 0;
	}
	.opc .step-title .number {
		width: 10%
	}
	.opc .field-cap, .opc .field-city {
		width: 50%;
	}
	.opc .field-cap {
		width: 50%;
	}
	.opc .field-province {
	    width: 100%;
	    padding: 10px 0 0;
	}
	#review-loading-window {
		padding: 30px;
	}
	#review-loading-window .inner {
		width: 100%;
	}
	.please-wait {
	    float: right;
	    margin-right: 10px;
	    font-size: 12px;
	    color: #777;
	    clear: both;
	    float: none;
	    display: block;
	    text-align: center;
	    padding: 20px;
	    margin: 0;
	}
	.please-wait img {
		clear: both;
	    display: block;
	    margin: 0 auto;
	}
	.checkout-onepage-success #page-content-wrapper {
		padding: 0;
	}
	.checkout-onepage-success .ti-check {
		font-size: 63px;
	    line-height: 100px;
	    width: 100px;
	    height: 100px;
	    border: 6px solid #00A55B;
	}
	.products-list .item .inner a {
		display: block;
		width: 100%;
	}
	.products-list .product-shop {
		margin: 0;
		width: 100%
	}

}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */

 
}
</pre></body></html>