@import 'custom/elements/_custom.css';
/**
 * The 'Custom' Theme
 *
 * @less		'custom'
 * @import		'lib'
 * @import		'elements'
 */
a.link-style1 {
  color: #ffffff;
}
a.link-style1:visited {
  color: #ffffff;
}
a.link-style1:hover {
  color: #000000;
}
a.link-style2 {
  color: #000000;
}
a.link-style2:visited {
  color: #000000;
}
a.link-style2:hover {
  color: #ffffff;
}
@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@font-face {
  font-family: "Myriad_Pro_Regular";
  src: url('../fonts/Myriad_Pro_Regular.eot');
  src: local("Myriad_Pro_Regular"), url('../fonts/Myriad_Pro_Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Myriad_Pro_Regular.woff') format('woff'), url('../fonts/Myriad_Pro_Regular.ttf') format('truetype'), url('../fonts/Myriad_Pro_Regular.svg#Myriad_Pro_Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Myriad_Pro_Light";
  src: url('../fonts/Myriad_Pro_Light.eot');
  src: local("Myriad_Pro_Light"), url('../fonts/Myriad_Pro_Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Myriad_Pro_Light.woff') format('woff'), url('../fonts/Myriad_Pro_Light.ttf') format('truetype'), url('../fonts/Myriad_Pro_Light.svg#Myriad_Pro_Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Myriad_Pro_Cond";
  src: url('../fonts/Myriad_Pro_Cond.eot');
  src: local("Myriad_Pro_Cond"), url('../fonts/Myriad_Pro_Cond.eot?#iefix') format('embedded-opentype'), url('../fonts/Myriad_Pro_Cond.woff') format('woff'), url('../fonts/Myriad_Pro_Cond.ttf') format('truetype'), url('../fonts/Myriad_Pro_Cond.svg#Myriad_Pro_Cond') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Myriad_Pro_Bold";
  src: url('../fonts/Myriad_Pro_Bold.eot');
  src: local("Myriad_Pro_Bold"), url('../fonts/Myriad_Pro_Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Myriad_Pro_Bold.woff') format('woff'), url('../fonts/Myriad_Pro_Bold.ttf') format('truetype'), url('../fonts/Myriad_Pro_Bold.svg#Myriad_Pro_Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Myriad_Pro_Bold_Cond";
  src: url('../fonts/Myriad_Pro_Bold_Cond.eot');
  src: local("Myriad_Pro_Bold_Cond"), url('../fonts/Myriad_Pro_Bold_Cond.eot?#iefix') format('embedded-opentype'), url('../fonts/Myriad_Pro_Bold_Cond.woff') format('woff'), url('../fonts/Myriad_Pro_Bold_Cond.ttf') format('truetype'), url('../fonts/Myriad_Pro_Bold_Cond.svg#Myriad_Pro_Bold_Cond') format('svg');
  font-weight: normal;
  font-style: normal;
}
.ic {
  display: inline-block;
}
.ic-facebook {
  background: transparent url(../images/icons/facebook.png) no-repeat center center;
  background-size: auto 20px;
}
.ic-twitter {
  background: transparent url(../images/icons/twitter.png) no-repeat center center;
  background-size: auto 18px;
}
.ic-googleplus {
  background: transparent url(../images/icons/googleplus.png) no-repeat center center;
  background-size: auto 16px;
}
.ic-pinterest {
  background: transparent url(../images/icons/pinterest.png) no-repeat center center;
  background-size: auto 18px;
}
.ic-instagram {
  background: transparent url(../images/icons/instagram.png) no-repeat center center;
  background-size: auto 18px;
}
.ic-rss {
  background: transparent url(../images/icons/rss.png) no-repeat center center;
  background-size: auto 18px;
}
button.primary,
.action.primary {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  background: none;
  box-shadow: 4px 4px 5px #aaaaaa;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  font-family: "Arial", sans-serif, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  border: 0;
  height: 32px;
  outline: 0 !important;
  outline-offset: 0 !important;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #3e6cb2;
  background-repeat: no-repeat;
  font-size: 15px;
  color: #ffffff;
}
button.primary:visited,
.action.primary:visited {
  border: 0;
}
button.primary:hover,
.action.primary:hover {
  text-decoration: none;
  border: 0;
}
@media only screen and (max-width: 767px) {
  button.primary,
  .action.primary {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
button.primary:visited,
.action.primary:visited {
  background-color: #3e6cb2;
  background-repeat: no-repeat;
  color: #ffffff;
}
button.primary:hover,
.action.primary:hover {
  background-color: #970003;
  background-repeat: no-repeat;
  color: #ffffff;
}
button.secondary,
.action.secondary {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  background: none;
  box-shadow: 4px 4px 5px #aaaaaa;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  font-family: "Arial", sans-serif, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  border: 0;
  height: 32px;
  outline: 0 !important;
  outline-offset: 0 !important;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #618499;
  background-repeat: no-repeat;
  color: #ffffff;
}
button.secondary:visited,
.action.secondary:visited {
  border: 0;
}
button.secondary:hover,
.action.secondary:hover {
  text-decoration: none;
  border: 0;
}
@media only screen and (max-width: 767px) {
  button.secondary,
  .action.secondary {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
button.secondary:visited,
.action.secondary:visited {
  background-color: #618499;
  background-repeat: no-repeat;
  color: #ffffff;
}
button.secondary:hover,
.action.secondary:hover {
  background-color: #3e6cb2;
  background-repeat: no-repeat;
  color: #ffffff;
}
button.tertiary,
.action.tertiary {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  background: none;
  box-shadow: 4px 4px 5px #aaaaaa;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  font-family: "Arial", sans-serif, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  border: 0;
  height: 32px;
  outline: 0 !important;
  outline-offset: 0 !important;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #3e6cb2;
  background-repeat: no-repeat;
  border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  color: #ffffff;
}
button.tertiary:visited,
.action.tertiary:visited {
  border: 0;
}
button.tertiary:hover,
.action.tertiary:hover {
  text-decoration: none;
  border: 0;
}
@media only screen and (max-width: 767px) {
  button.tertiary,
  .action.tertiary {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  button.tertiary,
  .action.tertiary {
    border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    -webkit-border-radius: 100px !important;
  }
}
button.tertiary:visited,
.action.tertiary:visited {
  background-color: #3e6cb2;
  background-repeat: no-repeat;
  color: #ffffff;
}
button.tertiary:hover,
.action.tertiary:hover {
  background-color: #2f3a77;
  background-repeat: no-repeat;
  color: #ffffff;
}
button.quaternary,
.action.quaternary {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  background: none;
  box-shadow: 4px 4px 5px #aaaaaa;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  font-family: "Arial", sans-serif, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  border: 0;
  height: 32px;
  outline: 0 !important;
  outline-offset: 0 !important;
  white-space: nowrap;
  vertical-align: middle;
  background-color: transparent;
  background-repeat: no-repeat;
  border: 2px solid #ffffff;
  border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  color: #ffffff;
}
button.quaternary:visited,
.action.quaternary:visited {
  border: 0;
}
button.quaternary:hover,
.action.quaternary:hover {
  text-decoration: none;
  border: 0;
}
@media only screen and (max-width: 767px) {
  button.quaternary,
  .action.quaternary {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  button.quaternary,
  .action.quaternary {
    border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    -webkit-border-radius: 100px !important;
  }
}
button.quaternary:visited,
.action.quaternary:visited {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 2px solid #ffffff;
  color: #ffffff;
}
button.quaternary:hover,
.action.quaternary:hover {
  border: 2px solid #ffffff;
  background-color: #ffffff;
  background-repeat: no-repeat;
  color: #020623;
}
button.quinary,
.action.quinary {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  background: none;
  background-repeat: no-repeat;
  box-shadow: 4px 4px 5px #aaaaaa;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  font-family: "Arial", sans-serif, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  border: 0;
  height: 32px;
  outline: 0 !important;
  outline-offset: 0 !important;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #000000;
  background-image: url(../images/cav_gradient-bg.jpg);
  background-position: 0 0;
  background-size: 100%;
  background-repeat: repeat;
  position: relative;
  padding-left: 35px;
  padding-right: 35px;
  color: #ffffff;
  height: 64px;
}
button.quinary:visited,
.action.quinary:visited {
  border: 0;
}
button.quinary:hover,
.action.quinary:hover {
  text-decoration: none;
  border: 0;
}
@media only screen and (max-width: 767px) {
  button.quinary,
  .action.quinary {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
button.quinary::before,
.action.quinary::before {
  display: inline-block;
  margin-right: 15px;
  content: "";
  vertical-align: sub;
}
button.quinary:hover,
.action.quinary:hover {
  color: #ffffff;
}
button-apply,
.action-apply {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  background: none;
  box-shadow: 4px 4px 5px #aaaaaa;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  font-family: "Arial", sans-serif, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  border: 0;
  height: 32px;
  outline: 0 !important;
  outline-offset: 0 !important;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #618499;
  background-repeat: no-repeat;
  color: #ffffff;
}
button-apply:visited,
.action-apply:visited {
  border: 0;
}
button-apply:hover,
.action-apply:hover {
  text-decoration: none;
  border: 0;
}
@media only screen and (max-width: 767px) {
  button-apply,
  .action-apply {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
button-apply:visited,
.action-apply:visited {
  background-color: #618499;
  background-repeat: no-repeat;
  color: #ffffff;
}
button-apply:hover,
.action-apply:hover {
  background-color: #3e6cb2;
  background-repeat: no-repeat;
  color: #ffffff;
}
button.update,
.action.update,
button.continue,
.action.continue {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  background: none;
  box-shadow: 4px 4px 5px #aaaaaa;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  font-family: "Arial", sans-serif, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  border: 0;
  height: 32px;
  outline: 0 !important;
  outline-offset: 0 !important;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #618499;
  background-repeat: no-repeat;
  color: #ffffff;
}
button.update:visited,
.action.update:visited,
button.continue:visited,
.action.continue:visited {
  border: 0;
}
button.update:hover,
.action.update:hover,
button.continue:hover,
.action.continue:hover {
  text-decoration: none;
  border: 0;
}
@media only screen and (max-width: 767px) {
  button.update,
  .action.update,
  button.continue,
  .action.continue {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
button.update:visited,
.action.update:visited,
button.continue:visited,
.action.continue:visited {
  background-color: #618499;
  background-repeat: no-repeat;
  color: #ffffff;
}
button.update:hover,
.action.update:hover,
button.continue:hover,
.action.continue:hover {
  background-color: #3e6cb2;
  background-repeat: no-repeat;
  color: #ffffff;
}
button.tocart,
.action.tocart {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  background: none;
  box-shadow: 4px 4px 5px #aaaaaa;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  border: 0;
  height: 32px;
  outline: 0 !important;
  outline-offset: 0 !important;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #ffffff;
  background-repeat: no-repeat;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  position: relative;
  font-family: "Arial", sans-serif, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0em;
  color: #000000;
  padding-left: 34px;
  padding-right: 10px;
  display: block;
  height: 26px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@mg-white', endColorstr='@mg-gray6');
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d3d3d3));
  background: -moz-linear-gradient(top, #ffffff, #d3d3d3);
}
button.tocart:visited,
.action.tocart:visited {
  border: 0;
}
button.tocart:hover,
.action.tocart:hover {
  text-decoration: none;
  border: 0;
}
@media only screen and (max-width: 767px) {
  button.tocart,
  .action.tocart {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
button.tocart:hover,
.action.tocart:hover {
  text-decoration: none;
}
button.tocart::before,
.action.tocart::before {
  border-right: 1px solid #ffffff;
  background: transparent url(../images/icons/cav_cart2.png) no-repeat center center;
  background-size: 18px auto;
  position: absolute;
  top: 0px;
  left: 2px;
  content: "";
  width: 25px;
  height: 100%;
}
button.tocart::after,
.action.tocart::after {
  border-right: 1px solid #c3c3c3;
  position: absolute;
  top: 0px;
  left: 2px;
  content: "";
  width: 26px;
  height: 100%;
}
a.action.primary {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  background: none;
  box-shadow: 4px 4px 5px #aaaaaa;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  font-family: "Arial", sans-serif, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  border: 0;
  height: 32px;
  outline: 0 !important;
  outline-offset: 0 !important;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #3e6cb2;
  background-repeat: no-repeat;
  font-size: 15px;
  color: #ffffff;
  line-height: 30px;
}
a.action.primary:visited {
  border: 0;
}
a.action.primary:hover {
  text-decoration: none;
  border: 0;
}
@media only screen and (max-width: 767px) {
  a.action.primary {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
a.action.primary:visited {
  background-color: #3e6cb2;
  background-repeat: no-repeat;
  color: #ffffff;
}
a.action.primary:hover {
  background-color: #970003;
  background-repeat: no-repeat;
  color: #ffffff;
}
a.action.secondary {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  background: none;
  box-shadow: 4px 4px 5px #aaaaaa;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  font-family: "Arial", sans-serif, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  border: 0;
  height: 32px;
  outline: 0 !important;
  outline-offset: 0 !important;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #618499;
  background-repeat: no-repeat;
  color: #ffffff;
  line-height: 30px;
}
a.action.secondary:visited {
  border: 0;
}
a.action.secondary:hover {
  text-decoration: none;
  border: 0;
}
@media only screen and (max-width: 767px) {
  a.action.secondary {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
a.action.secondary:visited {
  background-color: #618499;
  background-repeat: no-repeat;
  color: #ffffff;
}
a.action.secondary:hover {
  background-color: #3e6cb2;
  background-repeat: no-repeat;
  color: #ffffff;
}
a.action.tertiary {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  background: none;
  box-shadow: 4px 4px 5px #aaaaaa;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  font-family: "Arial", sans-serif, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  border: 0;
  height: 32px;
  outline: 0 !important;
  outline-offset: 0 !important;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #3e6cb2;
  background-repeat: no-repeat;
  border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  color: #ffffff;
  line-height: 30px;
}
a.action.tertiary:visited {
  border: 0;
}
a.action.tertiary:hover {
  text-decoration: none;
  border: 0;
}
@media only screen and (max-width: 767px) {
  a.action.tertiary {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  a.action.tertiary {
    border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    -webkit-border-radius: 100px !important;
  }
}
a.action.tertiary:visited {
  background-color: #3e6cb2;
  background-repeat: no-repeat;
  color: #ffffff;
}
a.action.tertiary:hover {
  background-color: #2f3a77;
  background-repeat: no-repeat;
  color: #ffffff;
}
a.action.quaternary {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  background: none;
  box-shadow: 4px 4px 5px #aaaaaa;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  font-family: "Arial", sans-serif, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  border: 0;
  height: 32px;
  outline: 0 !important;
  outline-offset: 0 !important;
  white-space: nowrap;
  vertical-align: middle;
  background-color: transparent;
  background-repeat: no-repeat;
  border: 2px solid #ffffff;
  border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  color: #ffffff;
  line-height: 30px;
}
a.action.quaternary:visited {
  border: 0;
}
a.action.quaternary:hover {
  text-decoration: none;
  border: 0;
}
@media only screen and (max-width: 767px) {
  a.action.quaternary {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  a.action.quaternary {
    border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    -webkit-border-radius: 100px !important;
  }
}
a.action.quaternary:visited {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 2px solid #ffffff;
  color: #ffffff;
}
a.action.quaternary:hover {
  border: 2px solid #ffffff;
  background-color: #ffffff;
  background-repeat: no-repeat;
  color: #020623;
}
a.action.quinary {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  background: none;
  background-repeat: no-repeat;
  box-shadow: 4px 4px 5px #aaaaaa;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  font-family: "Arial", sans-serif, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  border: 0;
  height: 32px;
  outline: 0 !important;
  outline-offset: 0 !important;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #000000;
  background-image: url(../images/cav_gradient-bg.jpg);
  background-position: 0 0;
  background-size: 100%;
  background-repeat: repeat;
  position: relative;
  padding-left: 35px;
  padding-right: 35px;
  color: #ffffff;
  height: 64px;
  line-height: 64px;
}
a.action.quinary:visited {
  border: 0;
}
a.action.quinary:hover {
  text-decoration: none;
  border: 0;
}
@media only screen and (max-width: 767px) {
  a.action.quinary {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
a.action.quinary::before {
  display: inline-block;
  margin-right: 15px;
  content: "";
  vertical-align: sub;
}
a.action.quinary:hover {
  color: #ffffff;
}
/**
 * Custom Style Sheet
 *
 * @less			'general'
 */
body {
  font-family: "Myriad_Pro_Regular", sans-serif;
  font-size: 12px;
  color: #333333;
  line-height: 1.55;
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
}
.internal-style {
  display: none;
}
a {
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  text-decoration: none;
  color: #333333;
}
a:visited {
  color: #333333;
}
a:hover {
  color: #970003;
}
img {
  max-width: 100%;
}
mark {
  background-color: #ffff00;
  background-repeat: no-repeat;
}
div.mage-error[generated] {
  font-size: 13px;
  line-height: 14px;
  letter-spacing: 0.01em;
  margin-top: 7px;
  color: #dd0000;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  font-family: "Arial", sans-serif, sans-serif;
  color: #999999;
}
textarea {
  height: auto !important;
}
input[placeholder]::-webkit-input-placeholder {
  color: #999999 !important;
  opacity: 1;
}
input[placeholder]:-moz-placeholder {
  color: #999999 !important;
  opacity: 1;
}
input[placeholder]::-moz-placeholder {
  color: #999999 !important;
  opacity: 1;
}
input[placeholder]:-ms-input-placeholder {
  color: #999999 !important;
  opacity: 1;
}
._keyfocus *:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
input:focus:not([disabled]),
textarea:focus:not([disabled]),
select:focus:not([disabled]) {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
dt {
  font-weight: normal;
}
.fieldset > .fields {
  clear: both;
}
.fieldset > .fields::after {
  font-size: 0px;
  display: block;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  content: "";
  height: 0;
}
@media only screen and (max-width: 767px) {
  .fieldset > .fields {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .fieldset > .fields > .field {
    float: left;
    width: 48%;
  }
  .fieldset > .fields > .field:first-child {
    margin-right: 4%;
  }
}
.fieldset > .fields > .field,
.fieldset > .field {
  margin-bottom: 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: normal;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.fieldset > .field.required > .label::after,
.fieldset > .fields > .field.required > .label::after,
.fieldset > .field._required > .label::after,
.fieldset > .fields > .field._required > .label::after {
  font-size: inherit;
  margin: 0px;
  color: #dd0000;
}
.password-strength-meter {
  line-height: 30px;
  background-color: transparent;
  background-repeat: no-repeat;
  color: #333333;
}
@media only screen and (max-width: 992px) {
  .is-des {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) {
  .is-mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .is-mob {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) {
  .is-mob-tab {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) {
  .is-tab {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .is-des {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .is-des-tab {
    display: none !important;
  }
}
.is-iframe {
  position: relative;
}
.is-iframe > img {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.is-iframe embed,
.is-iframe iframe {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
  outline: 0;
  border: 0;
}
.navigation,
.page-header .header.panel,
.header.content,
.footer.content,
.page-wrapper > .widget,
.page-wrapper > .page-bottom,
.block.category.event,
.page-main {
  margin: 0px;
  padding: 0px;
  max-width: inherit;
  width: auto;
}
.header.content,
.footer.content,
.swrap {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1084px;
  width: auto;
  width: 100%;
}
@media only screen and (min-width: 1341px) {
  .header.content,
  .footer.content,
  .swrap {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 993px) {
  .header.content,
  .footer.content,
  .swrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .header.content,
  .footer.content,
  .swrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .header.content,
  .footer.content,
  .swrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.header.content::after,
.footer.content::after,
.swrap::after {
  font-size: 0px;
  display: block;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  content: "";
  height: 0;
}
@media only screen and (min-width: 1341px) {
  .header.content,
  .footer.content,
  .swrap {
    width: 100%;
  }
}
.ie10 .page-wrapper,
.ie11 .page-wrapper {
  height: auto;
}
.page-main {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1084px;
  width: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
}
@media only screen and (min-width: 1341px) {
  .page-main {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 993px) {
  .page-main {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .page-main {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.page-main::after {
  font-size: 0px;
  display: block;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  content: "";
  height: 0;
}
@media only screen and (min-width: 1341px) {
  .page-main {
    width: 100%;
  }
}
@media only screen and (min-width: 1341px) {
  .page-main {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 993px) {
  .page-main {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .page-main {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.page-main::after {
  font-size: 0px;
  display: block;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  content: "";
  height: 0;
}
@media only screen and (min-width: 1341px) {
  .page-main {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .page-main {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.page-banner {
  position: relative;
  padding: 0px;
  max-width: inherit;
}
.page-lead {
  position: relative;
  width: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.page-lead .page.messages .messages {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1084px;
  width: auto;
  width: 100%;
}
@media only screen and (min-width: 1341px) {
  .page-lead .page.messages .messages {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 993px) {
  .page-lead .page.messages .messages {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .page-lead .page.messages .messages {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .page-lead .page.messages .messages {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.page-lead .page.messages .messages::after {
  font-size: 0px;
  display: block;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  content: "";
  height: 0;
}
@media only screen and (min-width: 1341px) {
  .page-lead .page.messages .messages {
    width: 100%;
  }
}
@media only screen and (min-width: 1341px) {
  .page-lead .page.messages .messages {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 993px) {
  .page-lead .page.messages .messages {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .page-lead .page.messages .messages {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .page-lead .page.messages .messages {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.page-lead .page.messages .messages::after {
  font-size: 0px;
  display: block;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  content: "";
  height: 0;
}
@media only screen and (min-width: 1341px) {
  .page-lead .page.messages .messages {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .page-lead,
  .page-main {
    min-height: 1px;
  }
}
.account.page-layout-3columns .page-main > .columns,
.page-layout-3columns .page-main > .columns {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .account.page-layout-3columns .column.main,
  .page-layout-3columns .column.main {
    margin-bottom: 0px;
    width: 48%;
  }
}
@media only screen and (min-width: 993px) {
  .account.page-layout-3columns .column.main,
  .page-layout-3columns .column.main {
    width: 59%;
  }
}
@media only screen and (max-width: 767px) {
  .account.page-layout-3columns .column.main,
  .page-layout-3columns .column.main {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .account.page-layout-3columns .sidebar-main,
  .page-layout-3columns .sidebar-main,
  .account.page-layout-3columns .sidebar-additional,
  .page-layout-3columns .sidebar-additional {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .account.page-layout-3columns .sidebar-main,
  .page-layout-3columns .sidebar-main {
    float: right;
    padding-right: 0px;
    padding-left: 15px;
    width: 23%;
  }
}
@media only screen and (min-width: 993px) {
  .account.page-layout-3columns .sidebar-main,
  .page-layout-3columns .sidebar-main {
    padding-left: 25px;
    width: 18%;
  }
}
@media only screen and (min-width: 768px) {
  .account.page-layout-3columns .sidebar-additional,
  .page-layout-3columns .sidebar-additional {
    float: left;
    padding-left: 0px;
    padding-right: 15px;
    width: 29%;
  }
}
@media only screen and (min-width: 993px) {
  .account.page-layout-3columns .sidebar-additional,
  .page-layout-3columns .sidebar-additional {
    padding-right: 25px;
    width: 23%;
  }
}
.account.page-layout-2columns-right .page-main > .columns,
.page-layout-2columns-right .page-main > .columns,
.account.page-layout-2columns-left .page-main > .columns,
.page-layout-2columns-left .page-main > .columns {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .account.page-layout-2columns-right .column.main,
  .page-layout-2columns-right .column.main,
  .account.page-layout-2columns-left .column.main,
  .page-layout-2columns-left .column.main {
    margin-bottom: 0px;
    width: 70%;
  }
}
@media only screen and (min-width: 993px) {
  .account.page-layout-2columns-right .column.main,
  .page-layout-2columns-right .column.main,
  .account.page-layout-2columns-left .column.main,
  .page-layout-2columns-left .column.main {
    width: 77%;
  }
}
@media only screen and (max-width: 767px) {
  .account.page-layout-2columns-right .column.main,
  .page-layout-2columns-right .column.main,
  .account.page-layout-2columns-left .column.main,
  .page-layout-2columns-left .column.main {
    margin-bottom: 30px;
  }
}
.account.page-layout-2columns-right .column.main .page-title-wrapper .page-title,
.page-layout-2columns-right .column.main .page-title-wrapper .page-title,
.account.page-layout-2columns-left .column.main .page-title-wrapper .page-title,
.page-layout-2columns-left .column.main .page-title-wrapper .page-title {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .account.page-layout-2columns-right .sidebar-main,
  .page-layout-2columns-right .sidebar-main,
  .account.page-layout-2columns-left .sidebar-main,
  .page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-right .sidebar-additional,
  .page-layout-2columns-right .sidebar-additional,
  .account.page-layout-2columns-left .sidebar-additional,
  .page-layout-2columns-left .sidebar-additional {
    margin-bottom: 0px;
    width: 30%;
  }
}
@media only screen and (min-width: 993px) {
  .account.page-layout-2columns-right .sidebar-main,
  .page-layout-2columns-right .sidebar-main,
  .account.page-layout-2columns-left .sidebar-main,
  .page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-right .sidebar-additional,
  .page-layout-2columns-right .sidebar-additional,
  .account.page-layout-2columns-left .sidebar-additional,
  .page-layout-2columns-left .sidebar-additional {
    width: 23%;
  }
}
@media only screen and (max-width: 767px) {
  .account.page-layout-2columns-right .sidebar-main .block-collapsible-nav,
  .page-layout-2columns-right .sidebar-main .block-collapsible-nav,
  .account.page-layout-2columns-left .sidebar-main .block-collapsible-nav,
  .page-layout-2columns-left .sidebar-main .block-collapsible-nav,
  .account.page-layout-2columns-right .sidebar-additional .block-collapsible-nav,
  .page-layout-2columns-right .sidebar-additional .block-collapsible-nav,
  .account.page-layout-2columns-left .sidebar-additional .block-collapsible-nav,
  .page-layout-2columns-left .sidebar-additional .block-collapsible-nav {
    position: static;
    top: auto;
    left: auto;
  }
  .account.page-layout-2columns-right .sidebar-main .block-collapsible-nav .title,
  .page-layout-2columns-right .sidebar-main .block-collapsible-nav .title,
  .account.page-layout-2columns-left .sidebar-main .block-collapsible-nav .title,
  .page-layout-2columns-left .sidebar-main .block-collapsible-nav .title,
  .account.page-layout-2columns-right .sidebar-additional .block-collapsible-nav .title,
  .page-layout-2columns-right .sidebar-additional .block-collapsible-nav .title,
  .account.page-layout-2columns-left .sidebar-additional .block-collapsible-nav .title,
  .page-layout-2columns-left .sidebar-additional .block-collapsible-nav .title {
    display: none;
  }
  .account.page-layout-2columns-right .sidebar-main .block-collapsible-nav .content,
  .page-layout-2columns-right .sidebar-main .block-collapsible-nav .content,
  .account.page-layout-2columns-left .sidebar-main .block-collapsible-nav .content,
  .page-layout-2columns-left .sidebar-main .block-collapsible-nav .content,
  .account.page-layout-2columns-right .sidebar-additional .block-collapsible-nav .content,
  .page-layout-2columns-right .sidebar-additional .block-collapsible-nav .content,
  .account.page-layout-2columns-left .sidebar-additional .block-collapsible-nav .content,
  .page-layout-2columns-left .sidebar-additional .block-collapsible-nav .content {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .account.page-layout-2columns-left .sidebar-main,
  .page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional,
  .page-layout-2columns-left .sidebar-additional {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 993px) {
  .account.page-layout-2columns-left .sidebar-main,
  .page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional,
  .page-layout-2columns-left .sidebar-additional {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .account.page-layout-2columns-right .sidebar-main,
  .page-layout-2columns-right .sidebar-main,
  .account.page-layout-2columns-right .sidebar-additional,
  .page-layout-2columns-right .sidebar-additional {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 993px) {
  .account.page-layout-2columns-right .sidebar-main,
  .page-layout-2columns-right .sidebar-main,
  .account.page-layout-2columns-right .sidebar-additional,
  .page-layout-2columns-right .sidebar-additional {
    padding-left: 25px;
  }
}
.account.page-layout-full-width .page-main,
.page-layout-full-width .page-main {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  max-width: inherit;
}
.page-title-wrapper {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .page-title-wrapper {
    margin-bottom: 20px;
  }
}
.page-title-wrapper .page-title {
  font-size: 28px;
  font-weight: normal;
  text-transform: capitalize;
  text-align: left;
  margin-bottom: 0px;
  display: block !important;
  margin-right: 0 !important;
  color: #2f2f2f;
}
@media only screen and (max-width: 767px) {
  .page-title-wrapper .page-title {
    font-size: 22px;
    line-height: 28px;
  }
}
.page-multiple-wishlist .page-title-wrapper .page-title {
  position: static;
  width: auto;
  height: auto;
}
.page-title-wrapper.error404 .page-title {
  text-align: center;
}
.page-main > .columns .column.main {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media only screen and (max-width: 992px) {
  .page-main > .columns {
    display: block;
  }
}
.page-products .column.main > .block.filter {
  display: none !important;
}
.page-products .columns {
  padding-top: 0px;
  z-index: auto;
}
@media only screen and (max-width: 992px) {
  .page-products .page-main {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .page-products .page-main {
    padding-top: 20px;
  }
}
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account {
  width: auto;
  min-width: inherit;
}
.cms-no-route .page-main dt,
.cms-noroute-index .page-main dt,
.cms-no-route .page-main dd,
.cms-noroute-index .page-main dd {
  margin: 0px;
}
.cms-no-route .page-main dt,
.cms-noroute-index .page-main dt {
  font-weight: bold;
}
.cms-no-route .page-main dd,
.cms-noroute-index .page-main dd {
  padding-left: 22px;
}
.cms-no-route .page-main ol,
.cms-noroute-index .page-main ol,
.cms-no-route .page-main ul,
.cms-noroute-index .page-main ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.cms-no-route .page-main ol li,
.cms-noroute-index .page-main ol li,
.cms-no-route .page-main ul li,
.cms-noroute-index .page-main ul li {
  margin: 0px;
  list-style: none;
}
.message.error,
.message.notice,
.message.info,
.message.warning,
.message.success {
  font-size: 14px;
}
.social-links-fixed {
  padding: 0px;
  margin: 0px;
  list-style: none;
  position: fixed;
  top: 225px;
  right: 0px;
}
.social-links-fixed li {
  margin: 0px;
  list-style: none;
}
.social-links-fixed li {
  margin-bottom: 3px;
}
.social-links-fixed li a {
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  background-color: #e7e7e7 !important;
  position: relative;
  display: block;
  text-indent: -9999px;
  width: 46px;
  height: 46px;
}
.social-links-fixed li a::before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  content: "";
  background-color: inherit;
  right: 100%;
  width: 0;
}
.social-links-fixed li a:hover {
  background-color: #3e6cb2 !important;
}
.social-links-fixed li a:hover::before {
  width: 10px;
}
.social-links-fixed li a.facebook {
  background: transparent url(../images/icons/cav_facebook.png) no-repeat center center;
}
.social-links-fixed li a.twitter {
  background: transparent url(../images/icons/cav_twitter.png) no-repeat center center;
}
.social-links-fixed li a.linkedin {
  background: transparent url(../images/icons/cav_linkedin.png) no-repeat center center;
}
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.account .legend > strong,
.account .legend > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-results .block-title > span,
.block-giftregistry-shared-items .block-title > strong,
.block-giftregistry-shared-items .block-title > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.block-wishlist-search-results .block-title > strong,
.block-wishlist-search-results .block-title > span,
.customer-review .review-details .title > strong,
.customer-review .review-details .title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .block-title > span,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-title > strong,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-title > span,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span {
  font-weight: normal;
}
.abs-account-block-font-size,
.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.block-balance-giftcard .block-content,
.block-reviews-dashboard .product-name {
  font-size: 12px;
  font-weight: normal;
}
.review-form .action.submit.primary,
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.box-tocart .action.instant-purchase,
.multicheckout .action.primary {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  background: none;
  box-shadow: 4px 4px 5px #aaaaaa;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  font-family: "Arial", sans-serif, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  border: 0;
  height: 32px;
  outline: 0 !important;
  outline-offset: 0 !important;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #3e6cb2;
  background-repeat: no-repeat;
  font-size: 15px;
  color: #ffffff;
}
.review-form .action.submit.primary:visited,
.order-review-form .action.primary:visited,
.bundle-actions .action.primary.customize:visited,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary:visited,
.box-tocart .action.tocart:visited,
.cart-summary .checkout-methods-items .action.primary.checkout:visited,
.block-minicart .block-content > .actions > .primary .action.primary:visited,
.methods-shipping .actions-toolbar .action.primary:visited,
.block-authentication .action.action-register:visited,
.block-authentication .action.action-login:visited,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary:visited,
.form-address-edit .actions-toolbar .action.primary:visited,
.box-tocart .action.instant-purchase:visited,
.multicheckout .action.primary:visited {
  border: 0;
}
.review-form .action.submit.primary:hover,
.order-review-form .action.primary:hover,
.bundle-actions .action.primary.customize:hover,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary:hover,
.box-tocart .action.tocart:hover,
.cart-summary .checkout-methods-items .action.primary.checkout:hover,
.block-minicart .block-content > .actions > .primary .action.primary:hover,
.methods-shipping .actions-toolbar .action.primary:hover,
.block-authentication .action.action-register:hover,
.block-authentication .action.action-login:hover,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary:hover,
.form-address-edit .actions-toolbar .action.primary:hover,
.box-tocart .action.instant-purchase:hover,
.multicheckout .action.primary:hover {
  text-decoration: none;
  border: 0;
}
@media only screen and (max-width: 767px) {
  .review-form .action.submit.primary,
  .order-review-form .action.primary,
  .bundle-actions .action.primary.customize,
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary,
  .box-tocart .action.tocart,
  .cart-summary .checkout-methods-items .action.primary.checkout,
  .block-minicart .block-content > .actions > .primary .action.primary,
  .methods-shipping .actions-toolbar .action.primary,
  .block-authentication .action.action-register,
  .block-authentication .action.action-login,
  .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
  .form-address-edit .actions-toolbar .action.primary,
  .box-tocart .action.instant-purchase,
  .multicheckout .action.primary {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.review-form .action.submit.primary:visited,
.order-review-form .action.primary:visited,
.bundle-actions .action.primary.customize:visited,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary:visited,
.box-tocart .action.tocart:visited,
.cart-summary .checkout-methods-items .action.primary.checkout:visited,
.block-minicart .block-content > .actions > .primary .action.primary:visited,
.methods-shipping .actions-toolbar .action.primary:visited,
.block-authentication .action.action-register:visited,
.block-authentication .action.action-login:visited,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary:visited,
.form-address-edit .actions-toolbar .action.primary:visited,
.box-tocart .action.instant-purchase:visited,
.multicheckout .action.primary:visited {
  background-color: #3e6cb2;
  background-repeat: no-repeat;
  color: #ffffff;
}
.review-form .action.submit.primary:hover,
.order-review-form .action.primary:hover,
.bundle-actions .action.primary.customize:hover,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary:hover,
.box-tocart .action.tocart:hover,
.cart-summary .checkout-methods-items .action.primary.checkout:hover,
.block-minicart .block-content > .actions > .primary .action.primary:hover,
.methods-shipping .actions-toolbar .action.primary:hover,
.block-authentication .action.action-register:hover,
.block-authentication .action.action-login:hover,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary:hover,
.form-address-edit .actions-toolbar .action.primary:hover,
.box-tocart .action.instant-purchase:hover,
.multicheckout .action.primary:hover {
  background-color: #970003;
  background-repeat: no-repeat;
  color: #ffffff;
}
/**
 * Custom Style Sheet
 *
 * @less			'header'
 */
.page-header {
  background-color: #ffffff;
  background-repeat: no-repeat;
  position: relative;
  z-index: 9;
  border: 0;
}
@media only screen and (max-width: 767px) {
  .page-header {
    padding-bottom: 55px;
    margin-bottom: 0px;
    top: 0;
  }
}
.page-header-placeholder {
  height: 0;
}
.page-header-sticky {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 899;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.page-header-sticky.ready {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.page-header-sticky.ready .header.right {
  border-color: transparent;
}
.page-header .panel.wrapper {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .page-header .block-search,
  .page-header .nav-sections {
    display: none !important;
  }
}
.header ul,
.header ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.header ul li,
.header ol li {
  margin: 0px;
  list-style: none;
}
.header ul li,
.header ol li {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .header.content {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .header.content {
    background-color: #020623;
    background-repeat: no-repeat;
    height: 60px;
  }
}
.header.right {
  clear: both;
}
.header.right::after {
  font-size: 0px;
  display: block;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  content: "";
  height: 0;
}
@media only screen and (min-width: 768px) {
  .header.right {
    border-bottom: 1px solid #dddddd;
    float: none;
    padding-bottom: 5px;
    margin-top: -5px;
  }
}
@media only screen and (min-width: 993px) {
  .header.right {
    margin-left: 23%;
    padding-bottom: 0px;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .header.right .header.links {
    display: none;
  }
}
.header.links,
.header.cmsnav {
  margin-top: 26px;
}
.header.links li,
.header.cmsnav li {
  font-size: 14px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .header.links li,
  .header.cmsnav li {
    float: left;
    line-height: 12px;
    padding-right: 10px;
  }
  .header.links li:not(:first-child),
  .header.cmsnav li:not(:first-child) {
    border-left: 1px solid #970003;
    padding-left: 10px;
  }
}
.header.links li.greet.welcome,
.header.cmsnav li.greet.welcome {
  display: none;
}
.header.links li.customer-welcome + .authorization-link,
.header.cmsnav li.customer-welcome + .authorization-link {
  display: none !important;
}
.header.links li.customer-welcome li,
.header.cmsnav li.customer-welcome li {
  float: none;
  padding-left: 0px;
  padding-right: 0px;
  display: block;
  border: 0;
}
.header.links li.customer-welcome .action.switch::after,
.header.cmsnav li.customer-welcome .action.switch::after {
  line-height: 12px;
  color: #970003;
  margin-top: -1px;
  margin-left: 5px;
}
@media only screen and (min-width: 768px) {
  .header.links li.customer-welcome .header.links,
  .header.cmsnav li.customer-welcome .header.links {
    margin-top: 9px;
  }
}
@media only screen and (min-width: 768px) {
  .header.links {
    float: right;
  }
}
.header.cmsnav {
  float: left;
}
@media only screen and (max-width: 767px) {
  .header.cmsnav {
    display: none;
  }
}
.header .logo {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  margin: 0px;
  display: block;
  max-width: inherit;
}
@media only screen and (min-width: 993px) {
  .header .logo {
    float: left;
    padding-right: 25px;
    max-width: 23%;
  }
}
@media only screen and (max-width: 767px) {
  .header .logo {
    position: absolute;
    top: 60px;
    left: 0px;
    right: 0px;
  }
}
.header .logo img {
  max-width: 200px;
  width: auto;
}
@media only screen and (min-width: 993px) {
  .header .logo img {
    margin-left: 5px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .header .logo img {
    margin-left: auto;
    margin-right: auto;
  }
}
.header .minicart-wrapper {
  margin-top: 17px;
  margin-left: 4px;
}
@media only screen and (max-width: 767px) {
  .header .minicart-wrapper {
    margin: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .header .minicart-wrapper .block-minicart {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .header .minicart-wrapper .block-minicart {
    margin-top: 0px;
  }
}
.header .minicart-wrapper .product-item {
  display: block;
}
.header .minicart-wrapper .product-item-name {
  font-size: 15px;
  text-transform: uppercase;
  color: #970003;
  margin-bottom: 0px;
}
.header .minicart-wrapper .product-item-name a {
  color: inherit;
}
@media only screen and (max-width: 767px) {
  .header .minicart-wrapper .action.showcart {
    border-left: 1px solid #051b3e;
  }
}
.header .minicart-wrapper .action.showcart::before {
  background: transparent url(../images/icons/cav_cart.png) no-repeat center center;
  background-size: cover;
  content: "";
  width: 25px;
  height: 24px;
}
@media only screen and (max-width: 767px) {
  .header .minicart-wrapper .action.showcart::before {
    background: transparent url(../images/icons/cav_cart-white.png) no-repeat center center;
    background-size: auto 40px;
    width: 70px;
    height: 60px;
  }
}
.header .minicart-wrapper .action.showcart .counter.qty {
  background-color: #970003;
  background-repeat: no-repeat;
  display: none;
}
.header .nav-toggle {
  border-right: 1px solid #051b3e;
  background: transparent url(../images/icons/cav_navbar.png) no-repeat center center;
  top: 0;
  width: 70px;
  height: 60px;
}
.header .nav-toggle::before {
  display: none;
}
/**
 * Custom Style Sheet
 *
 * @less			'footer'
 */
.page-footer {
  background: none;
  background-repeat: no-repeat;
  padding: 0px;
  margin: 0px;
}
.page-footer ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.page-footer ul li {
  margin: 0px;
  list-style: none;
}
.footer {
  border-top: 1px solid #cccccc;
  text-align: center;
  padding: 10px;
  padding-bottom: 30px;
  clear: both;
}
.footer::after {
  font-size: 0px;
  display: block;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  content: "";
  height: 0;
}
@media only screen and (min-width: 993px) {
  .footer {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 568px) {
  .footer {
    text-align: left;
    padding: 0px;
    padding-bottom: 30px;
    border-top: 0;
    display: flex;
    flex-direction: column;
  }
}
.footer-top {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 568px) {
  .footer-top {
    border: 1px solid #dddddd;
    padding: 10px;
    margin-bottom: 12px;
  }
}
.footer-social {
  text-align: center;
}
@media only screen and (min-width: 993px) {
  .footer-social {
    float: left;
  }
}
.footer-social h4 {
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  margin-top: 0px;
  margin-bottom: 5px;
}
.footer-social ul li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  max-width: 50px;
}
.footer-help {
  font-size: 19px;
  text-align: right;
}
@media only screen and (min-width: 993px) {
  .footer-help {
    float: right;
  }
}
@media only screen and (max-width: 992px) {
  .footer-help {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 568px) {
  .footer-help {
    font-size: 14px;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 568px) {
  .footer-help {
    font-size: 13px;
  }
}
.footer-help h2,
.footer-help h3 {
  line-height: normal;
  color: #970003;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 992px) {
  .footer-help h2,
  .footer-help h3 {
    float: left;
    margin-top: 3px;
    margin-bottom: 3px;
    clear: left;
  }
}
@media only screen and (max-width: 992px) {
  .footer-help h2,
  .footer-help h3 {
    margin-top: 2px;
    margin-bottom: 2px;
  }
}
.footer-help h2 {
  font-size: 31px;
}
@media only screen and (max-width: 992px) {
  .footer-help h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-help h2 {
    font-size: inherit;
  }
}
.footer-help h3 {
  font-size: inherit;
  font-weight: normal;
}
.footer-help p {
  margin-bottom: 0px;
}
.footer-links {
  display: inline-block;
  max-width: 440px;
}
@media only screen and (max-width: 568px) {
  .footer-links {
    border-top: 1px solid #cccccc;
    padding-top: 10px;
    max-width: inherit;
  }
}
.footer-links ul li {
  font-size: 13px;
  text-transform: uppercase;
  padding-left: 6px;
  display: inline;
}
.footer-links ul li:not(:last-child) {
  padding-right: 5px;
  border-right: 1px solid #970003;
}
.footer-links ul li a[href^="mailto"] {
  text-transform: lowercase;
}
.footer-links ul li > span {
  font-weight: bold;
  color: #970003;
}
.footer-logos img {
  vertical-align: top;
}
@media only screen and (max-width: 992px) {
  .footer-logos.left,
  .footer-logos.right {
    float: none;
  }
}
@media only screen and (max-width: 992px) {
  .footer-logos.left {
    margin-top: 5px;
    margin-bottom: 10px;
  }
}
.footer-logos.left img:first-child {
  max-width: 125px;
}
.footer-logos.left img:not(:first-child) {
  margin-left: 10px;
  max-width: 100px;
}
@media only screen and (max-width: 568px) {
  .footer-logos.right {
    border: 1px solid #cccccc;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
  }
  .footer-logos.right > div {
    float: left;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 568px) {
  .footer-logos.right {
    order: -1;
    -webkit-order: -1;
  }
}
.footer-logos.right img:first-child {
  max-width: 45px;
}
@media only screen and (max-width: 767px) {
  .footer-logos.right img:first-child {
    max-width: 32px;
  }
}
@media only screen and (max-width: 568px) {
  .footer-logos.right img:first-child {
    max-width: 28px;
  }
}
.footer-logos.right img:not(:first-child) {
  margin-left: 3px;
  max-width: 111px;
}
@media only screen and (max-width: 767px) {
  .footer-logos.right img:not(:first-child) {
    max-width: 80px;
  }
}
@media only screen and (max-width: 568px) {
  .footer-logos.right img:not(:first-child) {
    margin-left: 0px;
    max-width: 68px;
  }
}
.footer .copyright {
  background: none;
  background-repeat: no-repeat;
  font-family: "Arial", sans-serif, sans-serif;
  font-size: 13px;
  color: inherit;
  padding-left: 0px;
  padding-right: 0px;
}
@media only screen and (max-width: 568px) {
  .footer .copyright {
    font-family: "Myriad_Pro_Regular", sans-serif;
    font-size: 12px;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
#back2top {
  position: fixed;
  bottom: 160px;
  right: 30px;
  z-index: 999;
}
#back2top a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  border: 1px solid #2f3a77;
  background-color: #3e6cb2;
  background-repeat: no-repeat;
  border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  text-indent: 2px;
  padding-top: 15px;
  display: block;
  color: #ffffff;
  width: 40px;
  height: 40px;
}
#back2top a:visited {
  background-color: #3e6cb2;
  background-repeat: no-repeat;
  border-color: #2f3a77;
  color: #ffffff;
}
#back2top a:visited .ic {
  /*.bg-icon('arrowline-up.svg',auto 18px);*/
  opacity: 1;
}
#back2top a:hover {
  background-color: #2f3a77;
  background-repeat: no-repeat;
  border-color: #2f3a77;
  color: #ffffff;
}
#back2top a:hover .ic {
  opacity: 1;
}
#back2top a .ic {
  position: absolute;
  top: 4px;
  display: block;
  width: 100%;
  height: 16px;
  opacity: 1;
}
#back2top a br {
  display: none;
}
@media only screen and (max-width: 767px) {
  #back2top {
    bottom: 70px;
    right: 15px;
  }
}
/**
 * Custom Style Sheet
 *
 * @less			'navigation'
 */
.nav-open .page-wrapper {
  left: -webkit-calc(100% - 80px);
  left: expression(100% - 80px);
  left: -moz-calc(100% - 80px);
  left: -o-calc(100% - 80px);
  left: calc(100% - 80px);
}
.nav-sections {
  clear: both;
  text-align: left;
  margin: 0px;
  display: block;
}
.nav-sections::after {
  font-size: 0px;
  display: block;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  content: "";
  height: 0;
}
@media only screen and (max-width: 767px) {
  .nav-sections {
    width: -webkit-calc(100% - 80px);
    width: expression(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: -o-calc(100% - 80px);
    width: calc(100% - 80px);
    left: -webkit-calc(-100% - 80px);
    left: expression(-100% - 80px);
    left: -moz-calc(-100% - 80px);
    left: -o-calc(-100% - 80px);
    left: calc(-100% - 80px);
  }
}
.nav-sections-item-switch {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: inherit !important;
}
@media only screen and (max-width: 767px) {
  .nav-sections-item-title {
    padding-top: 20px;
    width: 50%;
    height: 60px;
    border-bottom-width: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-sections-item-title.active {
    background-color: #020623;
    background-repeat: no-repeat;
    color: #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .nav-sections-item-content {
    padding: 0px;
    margin-top: 60px;
  }
}
.nav-sections-item-content .header.links:first-child {
  border-bottom: 0;
}
.nav-sections-item-content .header.links li {
  font-size: 16px;
  display: block;
}
.nav-sections-item-content .header.links li a {
  line-height: normal;
  padding-top: 8px;
  padding-bottom: 8px;
}
.nav-sections .navigation > h4 {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  color: #3d3d3d;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 10px;
  margin: 0px;
}
@media only screen and (max-width: 767px) {
  .nav-sections .navigation > h4 {
    display: none;
  }
}
.nav-sections .navigation ul {
  padding-left: 0px;
  padding-right: 0px;
}
.nav-sections .navigation .level1.title,
.nav-sections .navigation .level3.title {
  display: none !important;
}
.nav-sections .navigation .level0 {
  display: block;
  margin-right: 0px;
}
.nav-sections .navigation .level0 a {
  font-size: 14px;
  color: #4f4f4f;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
.nav-sections .navigation .level0.active > .level-top,
.nav-sections .navigation .level0.has-active > .level-top {
  display: block;
  border: 0;
}
.nav-sections .navigation .level0.parent > .level-top::after {
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 10px;
  color: #3d3d3d;
  font-family: 'luma-icons';
  content: "\e61c";
  width: 15px;
}
@media only screen and (min-width: 768px) {
  .nav-sections .navigation .level0.parent:hover > .submenu {
    overflow: hidden !important;
  }
}
@media only screen and (max-width: 767px) {
  .nav-sections .navigation .level0.opened > .level-top {
    color: #970003;
  }
}
.nav-sections .navigation .level0.opened > .level-top::after {
  color: #970003;
  content: "\e60f";
  top: 13px;
}
@media only screen and (min-width: 768px) {
  .nav-sections .navigation .level0.opened:hover > .submenu {
    overflow: visible !important;
  }
}
.nav-sections .navigation .level0 > .level-top {
  background-color: #e7e7e7;
  background-repeat: no-repeat;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
  color: #3d3d3d;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .nav-sections .navigation .level0 > .level-top::before {
    content: "By ";
  }
}
.nav-sections .navigation .level0 > .level-top:hover,
.nav-sections .navigation .level0 > .level-top.ui-state-focus {
  color: #970003;
}
.nav-sections .navigation .level0 > .level-top > span {
  margin-left: 0px;
  margin-right: 0px;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.nav-sections .navigation .level0 .submenu {
  background-color: #f3f3f3;
  background-repeat: no-repeat;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  position: static;
  display: none;
  border: 0;
  min-width: inherit;
  /*top: auto !important;
				left: auto !important;*/
}
.nav-sections .navigation .level0 .submenu .active > a {
  border: 0;
}
.nav-sections .navigation .level1 > a {
  padding-left: 30px;
  padding-right: 10px;
  background-color: inherit;
}
@media only screen and (max-width: 767px) {
  .nav-sections .navigation .level1 > a {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    color: #4f4f4f !important;
  }
}
.nav-sections .navigation .level1.parent {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .nav-sections .navigation .level1.parent > .submenu {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) {
  .nav-sections .navigation .level1.opened > a {
    background-image: url(../images/cav_bg-pattern2.png);
    background-position: 0 0;
    background-size: auto 100%;
    background-repeat: repeat-x;
    box-shadow: 0px 0px 6px #cccccc;
    color: #4f4f4f;
  }
}
.nav-sections .navigation .level1.submenu {
  padding: 0px;
}
@media only screen and (min-width: 768px) {
  .nav-sections .navigation .level1.submenu {
    border: 1px solid #cccccc;
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
    border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    background-color: #ffffff;
    background-repeat: no-repeat;
    position: absolute;
    top: 50% !important;
    left: 100%;
    width: 530px;
  }
}
@media only screen and (min-width: 993px) {
  .nav-sections .navigation .level1.submenu {
    width: 724px;
  }
}
@media only screen and (min-width: 768px) {
  .nav-sections .navigation .level1.submenu > li:not(.title) {
    float: left;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 176px;
    vertical-align: top;
  }
}
@media only screen and (min-width: 993px) {
  .nav-sections .navigation .level1.submenu > li:not(.title) {
    float: none;
    width: 180px;
  }
}
.nav-sections .navigation .level2 > a {
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
  color: #970003 !important;
}
@media only screen and (max-width: 767px) {
  .nav-sections .navigation .level2 > a {
    padding-left: 30px !important;
    padding-right: 30px !important;
    color: #818286 !important;
    line-height: 21px !important;
  }
}
.nav-sections .navigation .level2 > a:hover {
  background: none;
  background-repeat: no-repeat;
  color: #970003;
}
@media only screen and (min-width: 768px) {
  .nav-sections .navigation .level2.title {
    border-bottom: 1px solid #cccccc;
    background: none;
    background-repeat: no-repeat;
    display: block;
    margin-top: 0px;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .nav-sections .navigation .level2.title {
    display: none !important;
  }
}
.nav-sections .navigation .level2.title > a {
  background-color: #f5f6f8;
  background-repeat: no-repeat;
  border-radius: 10px 10px 0px 0px !important;
  -moz-border-radius: 10px 10px 0px 0px !important;
  -webkit-border-radius: 10px 10px 0px 0px !important;
  font-size: 18px;
  font-weight: bold;
  color: #4f4f4f !important;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .nav-sections .navigation .level2 .submenu {
    background: none;
    background-repeat: no-repeat;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .nav-sections .navigation .level2 .submenu {
    display: none !important;
  }
}
.nav-sections .navigation .level2 .submenu a {
  line-height: 21px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #ffffff;
  background-repeat: no-repeat;
}
.nav-sections .navigation .level2 .submenu a:hover {
  background-color: #818286;
  background-repeat: no-repeat;
  color: #ffffff;
}
.nav-sections .navigation .parent.opened:not(.level2) > .submenu {
  display: block !important;
}
@media screen and (min-width: 767px) {
  .nav-sections .navigation .level1.submenu > li {
    margin-top: 0 !important;
  }
  .nav-sections .navigation .level1.submenu > li.level2.title {
    margin-bottom: 20px;
  }
  .nav-sections li.level2.nav-2-2-2.category-item.last {
    margin-top: 0px;
  }
}
/**
 * Custom Style Sheet
 *
 * @less			'misc'
 */
.al {
  text-align: left;
}
.ar {
  text-align: right;
}
.ac {
  text-align: center;
}
.right {
  float: right;
}
.left {
  float: left;
}
ul.list {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
ul.list li {
  margin: 0px;
  list-style: none;
}
.cms-page-view ul.blist {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.cms-page-view ul.blist li {
  margin: 0px;
  list-style: none;
}
.page.messages .messages {
  margin-bottom: 0px;
}
.page.messages .messages .message {
  border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .page.messages .messages .message {
    margin-top: 0px;
    margin-bottom: 10px;
  }
}
.page.messages .messages .message.error {
  background: #f2e6e7;
  color: #2f2f2f;
}
.page.messages .messages .message.success {
  background: #006400;
  color: #ffffff;
}
.page.messages .messages .message.info,
.page.messages .messages .message.notice,
.page.messages .messages .message.warning {
  background: #e7e7e7;
  color: #ffffff;
}
.page.messages .messages .message > *:first-child::before {
  color: inherit;
}
.page.messages .messages .message a {
  text-decoration: underline;
  color: inherit !important;
}
.page.messages .messages .message a:visited {
  text-decoration: underline;
  color: inherit !important;
}
.page.messages .messages .message a:hover {
  text-decoration: none;
  color: inherit !important;
}
.account .page.messages {
  margin-bottom: 0px;
}
.page-layout-1column .page.messages {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
/**
 * Custom Style Sheet
 *
 * @less			'cols'
 */
/**
 * Custom Style Sheet
 *
 * @less			'blocks'
 */
.block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  margin-top: 0px;
  margin-bottom: 0px;
}
.block::after {
  font-size: 0px;
  display: block;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  content: "";
  height: 0;
}
.page-main .block {
  margin-bottom: 0px;
}
.block.block-number {
  margin-top: -35px !important;
}
.block.block-number p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0px;
}
.block.block-search {
  z-index: auto;
}
@media only screen and (max-width: 767px) {
  .block.block-search .label {
    border-left: 1px solid #051b3e;
  }
  .block.block-search .label::before {
    background: transparent url(../images/icons/cav_search-white.png) no-repeat center center;
    background-size: auto 40px;
    margin-right: 0px;
    width: 70px;
    height: 60px;
    content: "";
  }
  .block.block-search .control {
    background-color: #ffffff;
    background-repeat: no-repeat;
    position: relative;
    z-index: 11;
    padding: 0px;
    margin: 0px;
    border: 0;
  }
}
@media only screen and (min-width: 768px) {
  .block.block-search {
    background-color: #f3f3f3;
    background-repeat: no-repeat;
    border-radius: 7px 7px 0px 0px !important;
    -moz-border-radius: 7px 7px 0px 0px !important;
    -webkit-border-radius: 7px 7px 0px 0px !important;
    float: none;
    padding: 20px;
    width: auto;
  }
  .block.block-search .form {
    position: relative;
  }
  .block.block-search .input-text {
    border: 1px solid #dddddd;
    box-shadow: -1px 1px 2px #414141 inset;
    border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    font-style: italic;
    text-indent: 30px;
    text-align: center;
    padding-left: 10px;
    padding-right: 40px;
    color: #999999;
  }
  .block.block-search .input-text::-webkit-input-placeholder {
    color: #999999 !important;
    opacity: 1;
  }
  .block.block-search .input-text:-moz-placeholder {
    color: #999999 !important;
    opacity: 1;
  }
  .block.block-search .input-text::-moz-placeholder {
    color: #999999 !important;
    opacity: 1;
  }
  .block.block-search .input-text:-ms-input-placeholder {
    color: #999999 !important;
    opacity: 1;
  }
  .block.block-search .action.search {
    right: 5px;
  }
  .block.block-search .action.search::before {
    background: transparent url(../images/icons/cav_search.png) no-repeat center center;
    background-size: 22px auto;
    content: "";
    width: 32px;
    height: 32px;
  }
}
.block.block-search .form.minisearch.amsearch-form-container .search-autocomplete.amsearch-clone-position {
  width: 171px !important;
}
.block.block-search .form.minisearch.amsearch-form-container .search-autocomplete.amsearch-clone-position .amsearch-wrapper-content .information-container .product-item-details {
  min-height: 0;
}
.block.block-search .form.minisearch.amsearch-form-container.-large .amsearch-results .amsearch-wrapper-content {
  margin-bottom: 0px;
}
.block.block-search .form.minisearch.amsearch-form-container.-large .amsearch-results .amsearch-wrapper-content > .amsearch-item {
  padding: 2px 8px 1px 8px;
}
.block.block-search .form.minisearch.amsearch-form-container.-large .amsearch-results .amsearch-wrapper-content .product-item-link {
  margin: 0px;
  word-break: break-all;
}
.block.block-search .form.minisearch.amsearch-form-container.-large .amsearch-results .amsearch-wrapper-content .product-item-link:hover {
  text-decoration: none;
}
.block.block-search .form.minisearch.amsearch-form-container.-large .amsearch-results .amsearch-products .amsearch-highlight {
  background-color: transparent;
  background-repeat: no-repeat;
  color: #333333;
  font-size: 12px;
}
.block.block-home {
  clear: both;
}
.block.block-home::after {
  font-size: 0px;
  display: block;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  content: "";
  height: 0;
}
@media only screen and (min-width: 768px) {
  .block.block-news {
    float: left;
    width: 60%;
  }
}
@media only screen and (min-width: 993px) {
  .block.block-news {
    width: 70%;
  }
}
.block.block-news .title {
  margin-bottom: 15px;
}
.block.block-news .title h2 {
  border-bottom: 1px solid #970003;
  font-size: 16px;
  font-weight: bold;
  color: #970003;
  padding-bottom: 5px;
  margin: 0px;
}
.block.block-news .news-list {
  padding: 0px;
  margin: 0px;
  list-style: none;
  font-size: 14px;
}
.block.block-news .news-list li {
  margin: 0px;
  list-style: none;
}
.block.block-news .news-list li:not(:first-child) {
  margin-top: 15px;
}
.block.block-news .news-list li a {
  font-size: inherit;
  font-style: italic;
  color: #951b1f;
}
.block.block-news .news-list li h5 {
  font-size: inherit;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 5px;
}
.block.block-news .news-list li .actions {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .block.block-info {
    float: right;
    padding-left: 10px;
    width: 40%;
  }
}
@media only screen and (min-width: 993px) {
  .block.block-info {
    padding-left: 30px;
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .block.block-info {
    text-align: center;
    margin-top: 30px;
  }
}
.block.block-info h4 {
  font-family: "Myriad_Pro_Bold", sans-serif;
  font-size: 23px;
  font-weight: normal;
  line-height: normal;
  color: #951b1f;
  margin: 0px;
}
.block.block-info h4 a {
  color: inherit;
  text-decoration: none;
}
.block.block-info p {
  font-size: 13px;
}
.block.block-info .info {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .block.block-info .info {
    padding: 10px;
    padding-left: 55px;
    background-size: 50px auto !important;
    background-position: 0 50% !important;
  }
}
@media only screen and (max-width: 767px) {
  .block.block-info .info {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 5px;
    padding-top: 75px;
    margin: 5px;
    display: inline-block;
    width: 100%;
    max-width: 132px;
    background-position: center -10px !important;
    background-size: 100px auto !important;
  }
  .block.block-info .info:hover {
    border-color: #2f3a77;
  }
  .block.block-info .info:hover h4 {
    color: #2f3a77;
  }
}
.block.block-info .info.download {
  background: transparent url(../images/icons/cav_download3.png) no-repeat center center;
}
@media only screen and (max-width: 767px) {
  .block.block-info .info.download {
    background: transparent url(../images/icons/cav_download2.png) no-repeat center center;
  }
}
.block.block-info .info.contractors {
  background: transparent url(../images/icons/cav_contractors.png) no-repeat center center;
}
@media only screen and (max-width: 767px) {
  .block.block-info .info.contractors {
    background: transparent url(../images/icons/cav_contractors2.png) no-repeat center center;
  }
}
.block.block-info .info.learning {
  background: transparent url(../images/icons/cav_learning.png) no-repeat center center;
}
@media only screen and (max-width: 767px) {
  .block.block-info .info.learning {
    background: transparent url(../images/icons/cav_learning2.png) no-repeat center center;
  }
}
.block.block-info .info.dealalerts {
  background: transparent url(../images/icons/cav_dealalerts.png) no-repeat center center;
}
@media only screen and (max-width: 767px) {
  .block.block-info .info.dealalerts {
    background: transparent url(../images/icons/cav_dealalerts2.png) no-repeat center center;
  }
}
.amsearch-form-container.-large .amsearch-products .amsearch-wrapper-content > .amsearch-item {
  width: 100%;
}
.amsearch-form-container.-large .amsearch-products .amsearch-wrapper-content {
  padding: 0;
}
/**
 * Custom Style Sheet
 *
 * @less			'sections'
 */
.box {
  text-align: left;
  clear: both;
}
.box::after {
  font-size: 0px;
  display: block;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  content: "";
  height: 0;
}
.box .figure,
.box .detail {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.box .figure {
  margin-bottom: 20px;
}
.box .figure img {
  vertical-align: middle;
}
.box .detail p {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .box-section {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .box-section {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 993px) {
  .box-section {
    padding-bottom: 25px;
  }
}
.box-section.nogap {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.box-section.sc .box-content {
  margin-top: 0px;
}
.box-section.bg {
  background-image: none;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.box-section.bg-black {
  background-color: #000000;
  background-repeat: no-repeat;
}
.box-section.bg-white {
  background-color: #ffffff;
  background-repeat: no-repeat;
}
.box-section.bg-fixed {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .box-section.bg-fixed {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .box-section.bg-fixed {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 993px) {
  .box-section.bg-fixed {
    padding-top: 165px;
    padding-bottom: 165px;
  }
}
@media only screen and (min-width: 768px) {
  .box-section.bg-fixed {
    background-attachment: fixed;
  }
}
.box-section.bg-fixed::before {
  background-color: rgba(0, 0, 0, 0.65);
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  content: "";
}
.box-section.bg-fixed .box {
  position: relative;
  text-align: left;
}
.box-section.bg-fixed .box .figure {
  display: none;
}
.box-section.bg-coach {
  background-image: url(../images/cav_section-coach.jpg);
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-bottom: 70px;
}
.box-large {
  max-width: 1195px;
}
@media only screen and (min-width: 1341px) {
  .box-large {
    max-width: 1255px;
  }
}
.box-medium {
  max-width: 1040px;
}
@media only screen and (min-width: 1341px) {
  .box-medium {
    max-width: 1100px;
  }
}
.box-small {
  max-width: 750px;
}
.box-xsmall {
  max-width: 630px;
}
.box-title h1,
.box-content h1,
.box-title h2,
.box-content h2,
.box-title h3,
.box-content h3 {
  display: block;
}
.box-title h1,
.box-content h1 {
  text-transform: uppercase;
}
.box-title .actions,
.box-content .actions {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .box-title .actions,
  .box-content .actions {
    margin-top: 15px;
  }
}
.box-title .actions .action,
.box-content .actions .action {
  min-width: 190px;
}
.box-title {
  clear: both;
}
.box-title::after {
  font-size: 0px;
  display: block;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  content: "";
  height: 0;
}
.box-title h2 {
  float: left;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0px;
}
.box-title p {
  position: relative;
  font-size: 18px;
  padding-left: 25px;
  margin-left: 25px;
  margin-bottom: 0px;
  display: inline-block;
  color: #3d3d3d;
}
.box-title p::before {
  background-color: #3d3d3d;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  margin-top: -9px;
  content: "";
  width: 1px;
  height: 18px;
  top: 50%;
}
.box-title .actions {
  margin-top: 25px;
}
.box-content {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .box-content {
    margin-top: 15px;
  }
}
.box-white {
  color: #ffffff;
}
.box-white .box-title h1,
.box-white .box-content h1,
.box-white .box-title h2,
.box-white .box-content h2,
.box-white .box-title h3,
.box-white .box-content h3,
.box-white .box-title h5,
.box-white .box-content h5,
.box-white .box-title p,
.box-white .box-content p {
  color: inherit;
}
.box-white .box-title h1 span,
.box-white .box-content h1 span,
.box-white .box-title h2 span,
.box-white .box-content h2 span,
.box-white .box-title h3 span,
.box-white .box-content h3 span,
.box-white .box-title h5 span,
.box-white .box-content h5 span,
.box-white .box-title p span,
.box-white .box-content p span {
  color: inherit;
}
@media only screen and (min-width: 768px) {
  .box-2half .figure {
    width: 50%;
  }
}
.box-2half .detail {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .box-2half .right {
    float: right;
    padding-left: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .box-2half .right + .detail {
    margin-right: 50%;
  }
}
.box-sproducts .box-content {
  border: 1px solid #cccccc;
  background-color: #f7f9f8;
  background-image: url(../images/cav_bg-pattern.png);
  background-position: 0 20%;
  background-repeat: repeat-x;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 60px;
  padding-right: 60px;
}
.box-sproducts .products-grid .product-items .product-item-description p a:hover {
  color: inherit;
  text-decoration: none;
}
.box-sproducts .products-grid .product-items:not(.slick-slider) .product-item:nth-child(n+5) {
  display: none;
}
.itemlist {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  text-align: center;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block !important;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .itemlist {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.itemlist img {
  display: inline-block;
  vertical-align: top;
}
.itemlist p {
  margin-bottom: 0px;
}
.itemlist-container {
  padding: 0px;
  margin: 0px;
  list-style: none;
  font-size: 0px;
  letter-spacing: 0em;
  margin-left: -15px;
  margin-right: -15px;
}
.itemlist-container li {
  margin: 0px;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .itemlist-container {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (min-width: 768px) {
  .itemlist-2 .itemlist {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .itemlist-3 .itemlist {
    width: 33.33333333%;
  }
}
@media only screen and (min-width: 768px) {
  .itemlist-4 .itemlist {
    width: 25%;
  }
}
@media only screen and (min-width: 768px) {
  .itemlist-5 .itemlist {
    width: 20%;
  }
}
/**
 * Custom Style Sheet
 *
 * @less			'breadcrumbs'
 */
.breadcrumbs {
  padding-left: 15px;
  padding-right: 15px;
}
.catalog-category-view .breadcrumbs {
  padding-top: 10px;
  display: none;
}
.catalog-product-view .breadcrumbs {
  padding-top: 10px;
  display: none;
}
.page-wrapper .breadcrumbs {
  margin-top: 0px;
  margin-bottom: 0px;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1084px;
  width: auto;
  width: 100%;
}
@media only screen and (min-width: 1341px) {
  .page-wrapper .breadcrumbs {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 993px) {
  .page-wrapper .breadcrumbs {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .page-wrapper .breadcrumbs {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper .breadcrumbs {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.page-wrapper .breadcrumbs::after {
  font-size: 0px;
  display: block;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  content: "";
  height: 0;
}
@media only screen and (min-width: 1341px) {
  .page-wrapper .breadcrumbs {
    width: 100%;
  }
}
@media only screen and (min-width: 1341px) {
  .page-wrapper .breadcrumbs {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 993px) {
  .page-wrapper .breadcrumbs {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .page-wrapper .breadcrumbs {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper .breadcrumbs {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.page-wrapper .breadcrumbs::after {
  font-size: 0px;
  display: block;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  content: "";
  height: 0;
}
@media only screen and (min-width: 1341px) {
  .page-wrapper .breadcrumbs {
    width: 100%;
  }
}
.breadcrumbs > ul.items {
  border-bottom: 1px solid #dddddd;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #4f4f4f;
  padding-top: 10px;
  padding-bottom: 10px;
}
.breadcrumbs > ul.items a,
.breadcrumbs > ul.items a:visited {
  font-weight: normal;
  color: inherit;
}
.breadcrumbs > ul.items strong {
  font-weight: normal;
  color: #970003;
}
.breadcrumbs > ul.items .item:not(:last-child)::after {
  font-size: inherit;
  color: inherit;
  content: "|";
}
/**
 * Custom Style Sheet
 *
 * @less			'toolbar'
 */
.page-products .toolbar {
  display: none;
}
.page-products .products.wrapper + .toolbar {
  display: block;
}
/**
 * Custom Style Sheet
 *
 * @less			'account'
 */
body.account .columns .column .sidebar-additional {
  margin-top: 0px;
}
body.account .columns .column.main .action {
  color: #970003;
}
body.account .columns .column.main .action:hover {
  color: #970003;
  text-decoration: none;
  border: 0;
}
body.account .columns .column.main .page-title {
  font-size: 20px;
  margin-bottom: 3px;
  color: #0a263c;
}
body.account .columns .column.main > p {
  margin: 0px;
}
body.account .columns .column.main > .block {
  border: 1px solid #cccccc;
  padding: 15px;
  margin: 0 0 20px;
  border-top-color: #cccccc;
  border-right-color: #cccccc;
  border-bottom-color: #cccccc;
  border-left-color: #cccccc;
  border-color: #ccc #999 #999 #ccc;
}
body.account .columns .column.main > .block > .block-title {
  border-bottom: 1px solid #d9dde3;
  text-align: right;
  padding: 0px;
  margin: 0 0 10px;
  overflow: hidden;
}
body.account .columns .column.main > .block > .block-title strong {
  margin: 0px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #970003;
  float: left;
}
body.account .columns .block-content .table-wrapper {
  margin-top: 0px;
}
body.account .columns .block-content .table-wrapper table {
  border: 1px solid #bebcb7;
  width: 100%;
}
body.account .columns .block-content .table-wrapper table thead th {
  color: #0a263c;
  padding: 2px 8px;
  background-color: #d9e5ee;
  font-weight: bold;
  border-right: 1px solid #c2d3e0;
  white-space: nowrap;
  vertical-align: middle;
}
body.account .columns .block-content .table-wrapper table tbody tr:nth-child(1) {
  background: #f8f7f5;
}
body.account .columns .block-content .table-wrapper table tbody tr td {
  border-bottom: 1px solid #d9dde3;
  border-right: 1px solid #d9dde3;
  padding: 3px 8px;
}
body.account .columns .block-content .table-wrapper table tbody tr td:last-child {
  border-bottom: 0;
}
body.account .columns .block-content .table-wrapper table tbody tr td.col.actions a.action {
  color: #970003;
}
body.account .columns .block-content .table-wrapper table tbody tr td.col.actions a.action:hover {
  color: #333333;
}
body.account .columns .block-content .table-wrapper table tbody tr td.col.actions a.action.order {
  font-weight: bold;
  color: #1e7ec8;
}
body.account .columns .block-content .table-wrapper table tbody tr td.col.status {
  font-style: italic;
}
.block-dashboard-info .box-title,
.block-dashboard-addresses .box-title {
  font-size: 13px;
  line-height: 1.35;
  color: #0a263c;
  font-weight: bold;
  margin: 0;
}
.block-dashboard-info .box-title > span,
.block-dashboard-addresses .box-title > span {
  font-size: 13px !important;
}
.block-dashboard-info .box-content,
.block-dashboard-addresses .box-content {
  margin-top: 0px;
}
.block-dashboard-info .box-content > address,
.block-dashboard-addresses .box-content > address,
.block-dashboard-info .box-content > p,
.block-dashboard-addresses .box-content > p {
  line-height: 18px;
}
.block-dashboard-addresses {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .block-dashboard-addresses {
    margin-top: 15px;
  }
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #970003;
  color: #970003;
}
.form-create-account.account .legend {
  border-bottom: 0;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.form-create-account.account .legend span {
  float: left;
  font-weight: bold;
  font-size: 13px;
  background: #3E6CB2;
  color: #fff;
  margin: 0px 0 0 -10px;
  padding: 3px 8px;
  position: relative;
}
.form-create-account.account fieldset {
  border: 1px solid #bbafa0;
  background: #fbfaf6;
  padding: 22px 25px 12px 33px;
  margin: 28px 0;
}
@media only screen and (min-width: 767px) {
  .form-create-account.account .control {
    width: 535px !important;
  }
  .form-create-account.account .control input {
    height: 20px;
    margin: 0 0 4px;
    font: 12px/15px Arial, Helvetica, sans-serif;
    vertical-align: middle;
    color: #2f2f2f;
  }
  .form-create-account.account .control select {
    height: 20px;
    font: 12px/15px Arial, Helvetica, sans-serif;
    vertical-align: middle;
    color: #2f2f2f;
    padding: 2px 0px 2px 4px;
    background-position: 100% 50%;
  }
  .form-create-account.account .half-width {
    clear: both;
    overflow: hidden;
  }
  .form-create-account.account .half-width .field {
    width: 275px !important;
    float: left;
  }
  .form-create-account.account .half-width .field .control {
    width: 260px !important;
    margin: 0 0 4px;
  }
  .form-create-account.account input.usebillingaddress {
    margin: 2px 5px 0 0 !important;
  }
  .form-create-account.account .use-bill {
    margin-top: 5px;
  }
}
.block-addresses-default .block-content .box-content {
  margin-top: 0px;
}
.block-addresses-default .block-content .box {
  clear: none;
}
body.account .columns .column.main .actions-toolbar .action {
  color: #fff;
}
body.account .columns .column.main .actions-toolbar .action:hover {
  color: #fff;
}
.page-main .page-title-wrapper .order-date {
  margin: 5px 0 18px !important;
}
.customer-account-create .column.main input[type="radio"] + label {
  padding-right: 10px;
  padding-left: 17px;
}
/**
 * Custom Style Sheet
 *
 * @less			'sidebar'
 */
@media only screen and (max-width: 767px) {
  .sidebar-main .block,
  .sidebar-additional .block {
    display: none;
  }
}
.sidebar-main .nav-sections .navigation .level1.submenu,
.sidebar-additional .nav-sections .navigation .level1.submenu {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/**
 * Custom Style Sheet
 *
 * @less			'Checkbox/Radio'
 */
.block.filter .product-related-visible input[type="checkbox"] ~ label::before,
.onestepcheckout-popup-wrapper .product-related-visible input[type="checkbox"] ~ label::before,
.modal-popup .product-related-visible input[type="checkbox"] ~ label::before,
.column.main .product-related-visible input[type="checkbox"] ~ label::before,
.block.filter .product-related-visible input[type="checkbox"] + label::before,
.onestepcheckout-popup-wrapper .product-related-visible input[type="checkbox"] + label::before,
.modal-popup .product-related-visible input[type="checkbox"] + label::before,
.column.main .product-related-visible input[type="checkbox"] + label::before,
.block.filter .product-related-visible input[type="checkbox"] ~ label::after,
.onestepcheckout-popup-wrapper .product-related-visible input[type="checkbox"] ~ label::after,
.modal-popup .product-related-visible input[type="checkbox"] ~ label::after,
.column.main .product-related-visible input[type="checkbox"] ~ label::after,
.block.filter .product-related-visible input[type="checkbox"] + label::after,
.onestepcheckout-popup-wrapper .product-related-visible input[type="checkbox"] + label::after,
.modal-popup .product-related-visible input[type="checkbox"] + label::after,
.column.main .product-related-visible input[type="checkbox"] + label::after {
  border-color: transparent;
}
.block.filter input[type="radio"],
.onestepcheckout-popup-wrapper input[type="radio"],
.modal-popup input[type="radio"],
.column.main input[type="radio"],
.block.filter input[type="checkbox"],
.onestepcheckout-popup-wrapper input[type="checkbox"],
.modal-popup input[type="checkbox"],
.column.main input[type="checkbox"] {
  float: left;
  margin: 0px;
  margin-top: 3px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  opacity: 0;
}
.block.filter input[type="radio"] ~ label,
.onestepcheckout-popup-wrapper input[type="radio"] ~ label,
.modal-popup input[type="radio"] ~ label,
.column.main input[type="radio"] ~ label,
.block.filter input[type="checkbox"] ~ label,
.onestepcheckout-popup-wrapper input[type="checkbox"] ~ label,
.modal-popup input[type="checkbox"] ~ label,
.column.main input[type="checkbox"] ~ label,
.block.filter input[type="radio"] + label,
.onestepcheckout-popup-wrapper input[type="radio"] + label,
.modal-popup input[type="radio"] + label,
.column.main input[type="radio"] + label,
.block.filter input[type="checkbox"] + label,
.onestepcheckout-popup-wrapper input[type="checkbox"] + label,
.modal-popup input[type="checkbox"] + label,
.column.main input[type="checkbox"] + label {
  position: relative;
  padding-left: 23px;
  color: #2f2f2f;
  line-height: 21px !important;
  display: block !important;
  cursor: pointer;
}
.block.filter input[type="radio"] ~ label::before,
.onestepcheckout-popup-wrapper input[type="radio"] ~ label::before,
.modal-popup input[type="radio"] ~ label::before,
.column.main input[type="radio"] ~ label::before,
.block.filter input[type="checkbox"] ~ label::before,
.onestepcheckout-popup-wrapper input[type="checkbox"] ~ label::before,
.modal-popup input[type="checkbox"] ~ label::before,
.column.main input[type="checkbox"] ~ label::before,
.block.filter input[type="radio"] + label::before,
.onestepcheckout-popup-wrapper input[type="radio"] + label::before,
.modal-popup input[type="radio"] + label::before,
.column.main input[type="radio"] + label::before,
.block.filter input[type="checkbox"] + label::before,
.onestepcheckout-popup-wrapper input[type="checkbox"] + label::before,
.modal-popup input[type="checkbox"] + label::before,
.column.main input[type="checkbox"] + label::before,
.block.filter input[type="radio"] ~ label::after,
.onestepcheckout-popup-wrapper input[type="radio"] ~ label::after,
.modal-popup input[type="radio"] ~ label::after,
.column.main input[type="radio"] ~ label::after,
.block.filter input[type="checkbox"] ~ label::after,
.onestepcheckout-popup-wrapper input[type="checkbox"] ~ label::after,
.modal-popup input[type="checkbox"] ~ label::after,
.column.main input[type="checkbox"] ~ label::after,
.block.filter input[type="radio"] + label::after,
.onestepcheckout-popup-wrapper input[type="radio"] + label::after,
.modal-popup input[type="radio"] + label::after,
.column.main input[type="radio"] + label::after,
.block.filter input[type="checkbox"] + label::after,
.onestepcheckout-popup-wrapper input[type="checkbox"] + label::after,
.modal-popup input[type="checkbox"] + label::after,
.column.main input[type="checkbox"] + label::after {
  position: absolute;
  top: 3px;
  left: 0px;
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  border: 1px solid transparent;
  background-color: #ffffff;
  background-repeat: no-repeat;
  content: "";
  width: 12px;
  height: 12px;
}
.block.filter input[type="radio"] ~ label::before,
.onestepcheckout-popup-wrapper input[type="radio"] ~ label::before,
.modal-popup input[type="radio"] ~ label::before,
.column.main input[type="radio"] ~ label::before,
.block.filter input[type="checkbox"] ~ label::before,
.onestepcheckout-popup-wrapper input[type="checkbox"] ~ label::before,
.modal-popup input[type="checkbox"] ~ label::before,
.column.main input[type="checkbox"] ~ label::before,
.block.filter input[type="radio"] + label::before,
.onestepcheckout-popup-wrapper input[type="radio"] + label::before,
.modal-popup input[type="radio"] + label::before,
.column.main input[type="radio"] + label::before,
.block.filter input[type="checkbox"] + label::before,
.onestepcheckout-popup-wrapper input[type="checkbox"] + label::before,
.modal-popup input[type="checkbox"] + label::before,
.column.main input[type="checkbox"] + label::before {
  opacity: 0.5;
  opacity: 1;
  border-color: #3e6cb2;
}
.block.filter input[type="radio"] ~ label::after,
.onestepcheckout-popup-wrapper input[type="radio"] ~ label::after,
.modal-popup input[type="radio"] ~ label::after,
.column.main input[type="radio"] ~ label::after,
.block.filter input[type="checkbox"] ~ label::after,
.onestepcheckout-popup-wrapper input[type="checkbox"] ~ label::after,
.modal-popup input[type="checkbox"] ~ label::after,
.column.main input[type="checkbox"] ~ label::after,
.block.filter input[type="radio"] + label::after,
.onestepcheckout-popup-wrapper input[type="radio"] + label::after,
.modal-popup input[type="radio"] + label::after,
.column.main input[type="radio"] + label::after,
.block.filter input[type="checkbox"] + label::after,
.onestepcheckout-popup-wrapper input[type="checkbox"] + label::after,
.modal-popup input[type="checkbox"] + label::after,
.column.main input[type="checkbox"] + label::after {
  position: absolute;
  top: 5px;
  left: 3px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.block.filter input[type="radio"]:hover ~ label,
.onestepcheckout-popup-wrapper input[type="radio"]:hover ~ label,
.modal-popup input[type="radio"]:hover ~ label,
.column.main input[type="radio"]:hover ~ label,
.block.filter input[type="checkbox"]:hover ~ label,
.onestepcheckout-popup-wrapper input[type="checkbox"]:hover ~ label,
.modal-popup input[type="checkbox"]:hover ~ label,
.column.main input[type="checkbox"]:hover ~ label,
.block.filter input[type="radio"]:hover + label,
.onestepcheckout-popup-wrapper input[type="radio"]:hover + label,
.modal-popup input[type="radio"]:hover + label,
.column.main input[type="radio"]:hover + label,
.block.filter input[type="checkbox"]:hover + label,
.onestepcheckout-popup-wrapper input[type="checkbox"]:hover + label,
.modal-popup input[type="checkbox"]:hover + label,
.column.main input[type="checkbox"]:hover + label {
  color: #2f2f2f;
}
.block.filter input[type="radio"]:checked ~ label,
.onestepcheckout-popup-wrapper input[type="radio"]:checked ~ label,
.modal-popup input[type="radio"]:checked ~ label,
.column.main input[type="radio"]:checked ~ label,
.block.filter input[type="checkbox"]:checked ~ label,
.onestepcheckout-popup-wrapper input[type="checkbox"]:checked ~ label,
.modal-popup input[type="checkbox"]:checked ~ label,
.column.main input[type="checkbox"]:checked ~ label,
.block.filter input[type="radio"]:checked + label,
.onestepcheckout-popup-wrapper input[type="radio"]:checked + label,
.modal-popup input[type="radio"]:checked + label,
.column.main input[type="radio"]:checked + label,
.block.filter input[type="checkbox"]:checked + label,
.onestepcheckout-popup-wrapper input[type="checkbox"]:checked + label,
.modal-popup input[type="checkbox"]:checked + label,
.column.main input[type="checkbox"]:checked + label {
  color: #2f2f2f;
}
.block.filter input[type="radio"]:checked ~ label::before,
.onestepcheckout-popup-wrapper input[type="radio"]:checked ~ label::before,
.modal-popup input[type="radio"]:checked ~ label::before,
.column.main input[type="radio"]:checked ~ label::before,
.block.filter input[type="checkbox"]:checked ~ label::before,
.onestepcheckout-popup-wrapper input[type="checkbox"]:checked ~ label::before,
.modal-popup input[type="checkbox"]:checked ~ label::before,
.column.main input[type="checkbox"]:checked ~ label::before,
.block.filter input[type="radio"]:checked + label::before,
.onestepcheckout-popup-wrapper input[type="radio"]:checked + label::before,
.modal-popup input[type="radio"]:checked + label::before,
.column.main input[type="radio"]:checked + label::before,
.block.filter input[type="checkbox"]:checked + label::before,
.onestepcheckout-popup-wrapper input[type="checkbox"]:checked + label::before,
.modal-popup input[type="checkbox"]:checked + label::before,
.column.main input[type="checkbox"]:checked + label::before {
  opacity: 1;
}
.block.filter input[type="radio"]:checked ~ label::after,
.onestepcheckout-popup-wrapper input[type="radio"]:checked ~ label::after,
.modal-popup input[type="radio"]:checked ~ label::after,
.column.main input[type="radio"]:checked ~ label::after,
.block.filter input[type="checkbox"]:checked ~ label::after,
.onestepcheckout-popup-wrapper input[type="checkbox"]:checked ~ label::after,
.modal-popup input[type="checkbox"]:checked ~ label::after,
.column.main input[type="checkbox"]:checked ~ label::after,
.block.filter input[type="radio"]:checked + label::after,
.onestepcheckout-popup-wrapper input[type="radio"]:checked + label::after,
.modal-popup input[type="radio"]:checked + label::after,
.column.main input[type="radio"]:checked + label::after,
.block.filter input[type="checkbox"]:checked + label::after,
.onestepcheckout-popup-wrapper input[type="checkbox"]:checked + label::after,
.modal-popup input[type="checkbox"]:checked + label::after,
.column.main input[type="checkbox"]:checked + label::after {
  background-color: #ffffff;
  background-repeat: no-repeat;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  top: 6px;
  left: 3px;
  width: 6px;
  height: 6px;
}
.block.filter input[type="radio"][disabled=""] ~ label,
.onestepcheckout-popup-wrapper input[type="radio"][disabled=""] ~ label,
.modal-popup input[type="radio"][disabled=""] ~ label,
.column.main input[type="radio"][disabled=""] ~ label,
.block.filter input[type="checkbox"][disabled=""] ~ label,
.onestepcheckout-popup-wrapper input[type="checkbox"][disabled=""] ~ label,
.modal-popup input[type="checkbox"][disabled=""] ~ label,
.column.main input[type="checkbox"][disabled=""] ~ label,
.block.filter input[type="radio"][disabled="disabled"] ~ label,
.onestepcheckout-popup-wrapper input[type="radio"][disabled="disabled"] ~ label,
.modal-popup input[type="radio"][disabled="disabled"] ~ label,
.column.main input[type="radio"][disabled="disabled"] ~ label,
.block.filter input[type="checkbox"][disabled="disabled"] ~ label,
.onestepcheckout-popup-wrapper input[type="checkbox"][disabled="disabled"] ~ label,
.modal-popup input[type="checkbox"][disabled="disabled"] ~ label,
.column.main input[type="checkbox"][disabled="disabled"] ~ label,
.block.filter input[type="radio"][disabled=""] + label,
.onestepcheckout-popup-wrapper input[type="radio"][disabled=""] + label,
.modal-popup input[type="radio"][disabled=""] + label,
.column.main input[type="radio"][disabled=""] + label,
.block.filter input[type="checkbox"][disabled=""] + label,
.onestepcheckout-popup-wrapper input[type="checkbox"][disabled=""] + label,
.modal-popup input[type="checkbox"][disabled=""] + label,
.column.main input[type="checkbox"][disabled=""] + label,
.block.filter input[type="radio"][disabled="disabled"] + label,
.onestepcheckout-popup-wrapper input[type="radio"][disabled="disabled"] + label,
.modal-popup input[type="radio"][disabled="disabled"] + label,
.column.main input[type="radio"][disabled="disabled"] + label,
.block.filter input[type="checkbox"][disabled="disabled"] + label,
.onestepcheckout-popup-wrapper input[type="checkbox"][disabled="disabled"] + label,
.modal-popup input[type="checkbox"][disabled="disabled"] + label,
.column.main input[type="checkbox"][disabled="disabled"] + label {
  opacity: 0.5;
  cursor: default;
  color: #2f2f2f !important;
}
.block.filter input[type="radio"] ~ label::before,
.onestepcheckout-popup-wrapper input[type="radio"] ~ label::before,
.modal-popup input[type="radio"] ~ label::before,
.column.main input[type="radio"] ~ label::before,
.block.filter input[type="radio"] + label::before,
.onestepcheckout-popup-wrapper input[type="radio"] + label::before,
.modal-popup input[type="radio"] + label::before,
.column.main input[type="radio"] + label::before {
  border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
}
.block.filter input[type="radio"] ~ label::after,
.onestepcheckout-popup-wrapper input[type="radio"] ~ label::after,
.modal-popup input[type="radio"] ~ label::after,
.column.main input[type="radio"] ~ label::after,
.block.filter input[type="radio"] + label::after,
.onestepcheckout-popup-wrapper input[type="radio"] + label::after,
.modal-popup input[type="radio"] + label::after,
.column.main input[type="radio"] + label::after {
  border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  background: transparent url(../images/icons/dot-white.png) no-repeat center center;
  background-size: auto 6px;
}
.block.filter input[type="radio"]:checked ~ label::before,
.onestepcheckout-popup-wrapper input[type="radio"]:checked ~ label::before,
.modal-popup input[type="radio"]:checked ~ label::before,
.column.main input[type="radio"]:checked ~ label::before,
.block.filter input[type="radio"]:checked + label::before,
.onestepcheckout-popup-wrapper input[type="radio"]:checked + label::before,
.modal-popup input[type="radio"]:checked + label::before,
.column.main input[type="radio"]:checked + label::before {
  background-color: #3e6cb2;
  background-repeat: no-repeat;
  border-color: #3e6cb2;
}
.block.filter input[type="checkbox"],
.onestepcheckout-popup-wrapper input[type="checkbox"],
.modal-popup input[type="checkbox"],
.column.main input[type="checkbox"] {
  width: 12px;
  height: 12px;
}
.block.filter input[type="checkbox"] ~ label::before,
.onestepcheckout-popup-wrapper input[type="checkbox"] ~ label::before,
.modal-popup input[type="checkbox"] ~ label::before,
.column.main input[type="checkbox"] ~ label::before,
.block.filter input[type="checkbox"] + label::before,
.onestepcheckout-popup-wrapper input[type="checkbox"] + label::before,
.modal-popup input[type="checkbox"] + label::before,
.column.main input[type="checkbox"] + label::before,
.block.filter input[type="checkbox"] ~ label::after,
.onestepcheckout-popup-wrapper input[type="checkbox"] ~ label::after,
.modal-popup input[type="checkbox"] ~ label::after,
.column.main input[type="checkbox"] ~ label::after,
.block.filter input[type="checkbox"] + label::after,
.onestepcheckout-popup-wrapper input[type="checkbox"] + label::after,
.modal-popup input[type="checkbox"] + label::after,
.column.main input[type="checkbox"] + label::after {
  width: 12px;
  height: 12px;
}
.block.filter input[type="checkbox"] ~ label::after,
.onestepcheckout-popup-wrapper input[type="checkbox"] ~ label::after,
.modal-popup input[type="checkbox"] ~ label::after,
.column.main input[type="checkbox"] ~ label::after,
.block.filter input[type="checkbox"] + label::after,
.onestepcheckout-popup-wrapper input[type="checkbox"] + label::after,
.modal-popup input[type="checkbox"] + label::after,
.column.main input[type="checkbox"] + label::after {
  background-color: #3e6cb2;
  background-repeat: no-repeat;
  background: transparent url(../images/icons/tick-white.png) no-repeat center center;
  background-size: auto 8px;
}
.block.filter input[type="checkbox"]:checked ~ label::before,
.onestepcheckout-popup-wrapper input[type="checkbox"]:checked ~ label::before,
.modal-popup input[type="checkbox"]:checked ~ label::before,
.column.main input[type="checkbox"]:checked ~ label::before,
.block.filter input[type="checkbox"]:checked + label::before,
.onestepcheckout-popup-wrapper input[type="checkbox"]:checked + label::before,
.modal-popup input[type="checkbox"]:checked + label::before,
.column.main input[type="checkbox"]:checked + label::before {
  background-color: #3e6cb2;
  background-repeat: no-repeat;
  border-color: #3e6cb2;
}
/**
 * Custom Style Sheet
 *
 * @less			'listing'
 */
.products {
  margin-top: 0px;
  margin-bottom: 0px;
}
.products-grid .product-items {
  margin-top: 0px;
  margin-left: -10px;
  margin-right: -10px;
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.products-grid .product-items .product-item {
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-bottom: 0px;
  width: 24.5%;
}
.products-grid .product-items .product-item-photo {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  background-repeat: no-repeat;
  padding: 5px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .products-grid .product-items .product-item-photo img {
    width: 100%;
  }
}
.products-grid .product-items .product-item-name {
  font-size: 15px;
  font-weight: bold;
  color: #970003;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.products-grid .product-items .product-item-name a {
  font-weight: inherit;
  color: inherit;
}
.products-grid .product-items .product-item-name a:hover {
  text-decoration: none;
}
.products-grid .product-items .product-item-description {
  color: #323232;
  margin: 0px;
  height: 52px;
  overflow: hidden;
}
.products-grid .product-items .product-item-description p {
  font-size: 13px;
  line-height: 17px;
  margin: 0px;
}
.products-grid .product-items .product-item-description mark {
  margin-right: 3px;
}
.products-grid .product-items .product-item-description .more {
  display: none;
}
.products-grid .product-items .product-item-inner {
  position: static;
  padding: 0px;
  margin: 0px;
  display: none !important;
}
.products-grid .product-items .product-item-details {
  text-align: center;
  margin-top: 15px;
}
.products-grid .product-items .product-item-info {
  margin-left: auto;
  margin-right: auto;
}
.products-grid .product-items .product-item-info:hover,
.products-grid .product-items .product-item-info.active {
  background: none;
  background-repeat: no-repeat;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  position: static;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  border: 0;
}
.products-grid .product-items .product-item .price-box {
  display: none;
}
.products-grid .product-items.slick-slider:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.products-grid .product-items.slick-slider .slick-arrow {
  opacity: 0;
  visibility: hidden;
}
.products-grid .product-items.slick-slider .slick-prev,
.products-grid .product-items.slick-slider .slick-next {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  margin-left: 5px;
  margin-right: 5px;
  width: 40px;
  height: 83px;
}
.products-grid .product-items.slick-slider .slick-prev {
  left: -50px;
  right: auto;
}
.products-grid .product-items.slick-slider .slick-prev::before {
  background: transparent url(../images/icons/cav_arrow-large-left.png) no-repeat center center;
}
.products-grid .product-items.slick-slider .slick-next {
  left: auto;
  right: -50px;
}
.products-grid .product-items.slick-slider .slick-next::before {
  background: transparent url(../images/icons/cav_arrow-large-right.png) no-repeat center center;
}
.products-list .product-items .product-item {
  border: 1px solid #d9ddd3;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
.products-list .product-items .product-item::before {
  border-left: 1px solid #e1e1e1;
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  width: 160px;
  content: "";
}
@media only screen and (max-width: 992px) {
  .products-list .product-items .product-item::before {
    display: none;
  }
}
.products-list .product-items .product-item-photo {
  padding-right: 18px;
  padding-bottom: 18px;
}
@media only screen and (min-width: 993px) {
  .products-list .product-items .product-item-photo {
    float: left;
    width: auto;
    max-width: 135px;
  }
}
@media only screen and (max-width: 992px) {
  .products-list .product-items .product-item-photo {
    padding-right: 0px;
    padding-bottom: 5px;
    display: block;
    width: auto;
    max-width: 135px;
  }
}
.products-list .product-items .product-item-name {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #970003;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.products-list .product-items .product-item-name a {
  font-weight: inherit;
  color: inherit;
}
.products-list .product-items .product-item-name a:hover {
  text-decoration: none;
}
.products-list .product-items .product-item-description {
  color: #2f2f2f;
  margin: 0px;
}
.products-list .product-items .product-item-description p {
  font-size: 15px;
  line-height: 17px;
  margin: 0px;
}
.products-list .product-items .product-item-description p a {
  color: inherit;
}
.products-list .product-items .product-item-description p a:hover {
  text-decoration: none;
}
.products-list .product-items .product-item-description p.short {
  font-size: 12px;
  font-style: italic;
  line-height: normal;
  color: #aaaaaa;
  margin-top: 5px;
}
.products-list .product-items .product-item-description mark {
  margin-right: 3px;
}
.products-list .product-items .product-item-description .more {
  display: none;
}
@media only screen and (min-width: 993px) {
  .products-list .product-items .product-item-details {
    margin-left: 150px;
    margin-right: -10px;
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  .products-list .product-items .product-item-details {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.products-list .product-items .product-item-details .product-item-vesa span {
  font-size: 11px;
  font-weight: bold;
  vertical-align: middle;
}
.products-list .product-items .product-item-details .product-item-vesa .uncheckedRadio {
  background: transparent url(../images/icons/cav_uncheck-radio.png) no-repeat center center;
  display: inline-block;
  background-size: auto;
  background-size: 100%;
  width: 16px;
  height: 20px;
}
.products-list .product-items .product-item-details .product-item-vesa .checkedRadio {
  background: transparent url(../images/icons/cav_checked-radio.png) no-repeat center center;
  display: inline-block;
  background-size: auto;
  background-size: 100%;
  width: 16px;
  height: 20px;
}
.products-list .product-items .product-item-details .product-item-vesa p.vesaSValues {
  margin: 0px;
}
.products-list .product-items .product-item-details .product-item-vesa p.vesaSValues span {
  font-weight: normal;
  display: inline-block;
  width: 32%;
}
.products-list .product-items .product-item-details .product-item-vesa p.vesaSValues span:nth-child(3n+2) {
  text-align: center;
}
.products-list .product-items .product-item-details .product-item-vesa p.vesaSValues span:nth-child(3n) {
  text-align: right;
}
.products-list .product-items .product-item-details img.iconul {
  float: left;
}
.products-list .product-items .product-item-details .product-item-video {
  margin-left: 35px;
}
.products-list .product-items .product-item-inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 993px) {
  .products-list .product-items .product-item-inner {
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    width: 160px;
    clear: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .products-list .product-items .product-item-inner {
    -webkit-order: 2;
    order: 2;
  }
}
.products-list .product-items .product-item-inner > div {
  margin-bottom: 10px;
}
.products-list .product-items .product-item-actions > .actions-secondary {
  display: none;
}
.products-list .product-items .product-item-actions .action.tocart {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  background: none;
  box-shadow: 4px 4px 5px #aaaaaa;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  border: 0;
  height: 32px;
  outline: 0 !important;
  outline-offset: 0 !important;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #ffffff;
  background-repeat: no-repeat;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  position: relative;
  font-family: "Arial", sans-serif, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0em;
  color: #000000;
  padding-left: 34px;
  padding-right: 10px;
  display: block;
  height: 26px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@mg-white', endColorstr='@mg-gray6');
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d3d3d3));
  background: -moz-linear-gradient(top, #ffffff, #d3d3d3);
}
.products-list .product-items .product-item-actions .action.tocart:visited {
  border: 0;
}
.products-list .product-items .product-item-actions .action.tocart:hover {
  text-decoration: none;
  border: 0;
}
@media only screen and (max-width: 767px) {
  .products-list .product-items .product-item-actions .action.tocart {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.products-list .product-items .product-item-actions .action.tocart:hover {
  text-decoration: none;
}
.products-list .product-items .product-item-actions .action.tocart::before {
  border-right: 1px solid #ffffff;
  background: transparent url(../images/icons/cav_cart2.png) no-repeat center center;
  background-size: 18px auto;
  position: absolute;
  top: 0px;
  left: 2px;
  content: "";
  width: 25px;
  height: 100%;
}
.products-list .product-items .product-item-actions .action.tocart::after {
  border-right: 1px solid #c3c3c3;
  position: absolute;
  top: 0px;
  left: 2px;
  content: "";
  width: 26px;
  height: 100%;
}
.products-list .product-items .product-item-actions .action.tocart.weltpixel-quickview {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 26px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.products-list .product-items .product-item-actions .action.tocart + .tocart {
  display: none;
}
@media only screen and (min-width: 993px) {
  .products-list .product-items .product-item-content {
    padding-right: 15px;
    margin-right: 160px;
  }
}
@media only screen and (max-width: 992px) {
  .products-list .product-items .product-item-content {
    margin-bottom: 20px;
  }
}
.products-list .product-items .product-item-content .shortDescription a,
.products-list .product-items .product-item-content .desc a {
  text-decoration: none;
}
.products-list .product-items .product-item-content .shortDescription a {
  font-size: 15px;
  color: #2f2f2f;
}
.products-list .product-items .product-item-content .shortDescription a:hover,
.products-list .product-items .product-item-content .shortDescription a:active {
  color: #2f2f2f;
}
.products-list .product-items .product-item-content .desc a {
  font-size: 12px;
  line-height: 15px;
  font-style: italic;
  color: #aaaaaa;
}
.products-list .product-items .product-item-content .desc a:hover,
.products-list .product-items .product-item-content .desc a:active {
  color: #aaaaaa;
}
.products-list .product-items .product-item-vesa p {
  font-size: 12px;
  margin-top: 2px;
  margin-bottom: 0px;
}
.products-list .product-items .product-item-vesa p strong {
  font-size: 11px;
}
.products-list .product-items .product-item-vesa p.vesa {
  text-transform: uppercase;
}
.products-list .product-items .product-item-vesa p.vesa span {
  position: relative;
  line-height: 16px;
  text-transform: capitalize;
  padding-left: 18px;
  display: inline-block;
  height: 16px;
}
.products-list .product-items .product-item-vesa p.vesa span::before,
.products-list .product-items .product-item-vesa p.vesa span::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #000000;
  border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  width: 16px;
  height: 16px;
}
.products-list .product-items .product-item-vesa p.vesa span::after {
  background-color: #000000;
  background-repeat: no-repeat;
  margin: 4px;
  display: none;
  width: 8px;
  height: 8px;
}
.products-list .product-items .product-item-vesa p.vesa span.selected::after {
  display: block;
}
.products-list .product-items .product-item-vesa p.value span {
  margin-left: 8px;
  display: inline-block;
}
.products-list .product-items .product-item-dealer {
  margin-bottom: 0px;
}
.products-list .product-items .product-item-dealer a {
  font-family: "Arial", sans-serif, sans-serif;
  font-size: 10px;
  text-decoration: underline;
  color: #333333;
  padding-top: 10px;
}
.products-list .product-items .product-item-video a {
  background: transparent url(../images/icons/cav_video.png) no-repeat center center;
  background-size: 44px 33px;
  font-size: 0px;
  margin-left: 10px;
  display: block;
  width: 44px;
  height: 34px;
}
.products-list .product-items .product-item .price-box {
  margin-top: 0px;
}
.products-list .product-items .product-item .price-box .price {
  font-size: inherit;
}
.products-list .product-items .product-item .price-box .price::before {
  font-weight: normal;
  content: "Price: ";
}
.dd-container {
  font-family: "Arial", sans-serif, sans-serif;
  font-size: 12px;
  text-align: left;
  width: 100%;
  max-width: 138px;
}
.dd-container .dd-action {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #c3c3c3;
  position: relative;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 30px;
  padding-right: 20px;
  display: block;
  width: 100%;
  cursor: pointer;
}
.dd-container .dd-action:hover {
  text-decoration: none;
  color: #333333;
}
.dd-container .dd-action::before,
.dd-container .dd-action::after {
  position: absolute;
  top: 0px;
  content: "";
}
.dd-container .dd-action::before {
  background: transparent url(../images/icons/cav_download.png) no-repeat center center;
  background-size: 22px auto;
  top: 1px;
  left: 3px;
  width: 22px;
  height: 22px;
}
.dd-container .dd-action::after {
  background: transparent url(../images/icons/cav_arrow.gif) no-repeat center center;
  background-size: 16px auto;
  background-position: 0 0;
  top: 4px;
  right: 3px;
  width: 16px;
  height: 16px;
}
.dd-container .dd-toggle {
  border: 1px solid #333333;
  border-right: 1px solid #c3c3c3;
  background-color: #ffffff;
  background-repeat: no-repeat;
  position: absolute;
  min-width: 140px;
  z-index: 11;
  border-top: 0;
}
.dd-container .dd-toggle:not(.opened) {
  display: none;
}
.dd-container .dd-list {
  padding: 3px;
}
.dd-container .dd-list a {
  position: relative;
  text-decoration: none;
  color: #000000;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 3px;
  padding-right: 3px;
  display: block;
  white-space: nowrap;
}
.dd-container .dd-list a img {
  margin-right: 2px;
  max-width: 24px;
  vertical-align: middle;
}
.page-wrapper .products.wrapper ~ .toolbar .limiter,
.page-wrapper .products.wrapper ~ .toolbar .sorter {
  display: block;
  font-size: 11px;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #e2e2e2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  width: 100%;
  background: #ffffff url('../images/cav_bkg_toolbar.gif') 0 100% repeat-x;
}
.page-wrapper .products.wrapper ~ .toolbar .limiter select,
.page-wrapper .products.wrapper ~ .toolbar .sorter select {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 20px;
  padding-left: 10px;
  font-size: 12px;
  background-color: #fff;
  height: 25px;
}
.page-wrapper .products.wrapper ~ .toolbar .sorter {
  margin-top: 1px;
}
.page-wrapper .products.wrapper ~ .toolbar .sorter-action::before {
  background: transparent url(../images/icons/cav_i_desc_arrow.gif) no-repeat center center;
  content: '';
  width: 7px;
  height: 10px;
}
.page-wrapper .products.wrapper ~ .toolbar .toolbar-amount {
  display: inline-block;
  padding-left: 10px;
}
.page-wrapper .toolbar-products:first-child {
  display: none;
}
#authenticationPopup + .toolbar {
  display: none;
}
.page-products .product-item-inner .clear {
  display: none;
}
.page-products .products-list .product-items .product-item-details .product-item-video {
  margin-left: 0px !important;
}
.page-products .products-list .product-items .product-item-content .desc {
  margin-bottom: 15px;
}
.page-main .product-item-info span.product-image-wrapper img {
  padding: 0px !important;
}
/**
 * Custom Style Sheet
 *
 * @less			'products'
 */
.catalog-product-view.page-layout-2columns-left .page-main .product-info-main {
  width: unset;
  margin-top: 25px;
}
.catalog-product-view .page-main > .columns .column.main {
  padding: 10px;
  padding-left: 15px;
}
@media only screen and (max-width: 992px) {
  .catalog-product-view .page-main > .columns .column.main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .page-main > .columns .column.main {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .catalog-product-view .fotorama {
    overflow: visible;
  }
}
.catalog-product-view .fotorama .fotorama__active .fotorama__thumb {
  border-color: #970003;
}
.catalog-product-view .fotorama .fotorama__stage__frame .fotorama__caption {
  display: none;
}
.catalog-product-view .fotorama .fotorama__thumb {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  background-repeat: no-repeat;
}
.catalog-product-view .fotorama .fotorama__thumb-border {
  background: none;
  background-repeat: no-repeat;
  margin-top: 0px;
  border-color: #970003;
  border-width: 2px;
  display: none;
}
.catalog-product-view .fotorama .fotorama__thumb__arr {
  background-color: #ffffff;
  background-repeat: no-repeat;
  opacity: 1;
}
.catalog-product-view .fotorama .fotorama__arr {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .fotorama .fotorama__nav--dots .fotorama__nav__frame--dot {
    display: none !important;
    width: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .fotorama .fotorama__nav--dots .fotorama__nav__frame--thumb {
    display: inline-block !important;
    height: 60px;
  }
}
.catalog-product-view .fotorama .fotorama__nav--dots .fotorama__nav__frame .fotorama__dot {
  background-color: #333333;
  background-repeat: no-repeat;
  border-color: #333333;
  width: 3px;
  height: 3px;
}
.catalog-product-view .fotorama .fotorama__nav--dots .fotorama__nav__frame.fotorama__active .fotorama__dot {
  background-color: #000000;
  background-repeat: no-repeat;
  border-color: #000000;
}
.catalog-product-view .fotorama .fotorama__nav--thumbs {
  padding-left: 30px;
  padding-right: 30px;
  margin-left: -30px;
}
.catalog-product-view .fotorama .fotorama__nav-wrap {
  margin-top: 10px;
}
.catalog-product-view .fotorama .fotorama__nav-wrap--horizontal .fotorama__nav__frame {
  padding: 0px;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 0px;
}
.catalog-product-view .fancybox-container .fancybox-bg {
  background: rgba(0, 0, 0, 0.8);
}
.catalog-product-view .fancybox-container .fancybox-slide,
.catalog-product-view .fancybox-container .fancybox-slider-wrap,
.catalog-product-view .fancybox-container .fancybox-slider {
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.catalog-product-view .fancybox-container .fancybox-slider #modal-form {
  overflow: visible;
  margin-bottom: 10px;
}
.catalog-product-view .fancybox-container .fancybox-slider .fancybox-close-small {
  background: none !important;
  box-shadow: none !important;
  border: 0 !important;
  top: -18px;
  right: -18px;
}
.catalog-product-view .fancybox-container .fancybox-slider .fancybox-close-small:after {
  background: #000;
  color: #fff;
  width: 28px;
  height: 28px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  border: 2px solid #fff;
  box-shadow: -1px 1px 2px #000000;
}
.catalog-product-view .fancybox-container.fancybox-show-caption .fancybox-caption-wrap {
  background: none;
  padding-top: 0;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
}
.catalog-product-view .fancybox-container.fancybox-show-caption .fancybox-caption-wrap .fancybox-caption {
  margin-right: 0;
}
.catalog-product-view .options-list-table {
  margin-top: 30px;
  padding-bottom: 30px !important;
  margin-bottom: 20px;
}
.products {
  margin: 0px;
}
.product.media {
  width: 200px !important;
}
@media only screen and (max-width: 992px) {
  .product.media {
    ms-flex-order: unset !important;
    -webkit-order: unset !important;
    order: unset;
  }
}
@media only screen and (max-width: 767px) {
  .product.media {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .product-info-head,
  .product-info-main {
    float: none;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 992px) {
  .product-info-head,
  .product-info-main {
    clear: both;
  }
}
@media only screen and (min-width: 993px) {
  .product-info-head,
  .product-info-main {
    margin-top: 0px;
    margin-left: 250px;
  }
}
.product-info-head .product-options-wrapper,
.product-info-main .product-options-wrapper {
  position: relative;
}
@media only screen and (min-width: 993px) {
  .product-info-head .product-options-wrapper,
  .product-info-main .product-options-wrapper {
    margin-left: -250px;
  }
}
.product-info-head .product-options-wrapper .options-list-table,
.product-info-main .product-options-wrapper .options-list-table {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #f6f6f6;
  background-repeat: no-repeat;
  border: 1px solid #e4e4e4;
}
.product-info-head .product-options-wrapper .options-list-table table.options-list,
.product-info-main .product-options-wrapper .options-list-table table.options-list {
  border: 1px solid #dfdfdf;
  margin-bottom: 12px;
  border-collapse: collapse;
  width: 100%;
}
.product-info-head .product-options-wrapper .options-list-table table.options-list tr th,
.product-info-main .product-options-wrapper .options-list-table table.options-list tr th {
  color: #6d6d6d;
  font-weight: 400;
  border: 1px solid #dfdfdf;
  padding: 5px;
  text-align: center;
  background: -moz-linear-gradient(90deg, #c0c0c0 0%, #ffffff 99%, #e6e6e6 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(1%, #ffffff), color-stop(100%, #c0c0c0));
  background: -webkit-linear-gradient(90deg, #c0c0c0 0%, #ffffff 99%, #e6e6e6 100%);
  background: -o-linear-gradient(90deg, #c0c0c0 0%, #ffffff 99%, #e6e6e6 100%);
  background: -ms-linear-gradient(90deg, #c0c0c0 0%, #ffffff 99%, #e6e6e6 100%);
  background: linear-gradient(0deg, #c0c0c0 0%, #ffffff 99%, #e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E6E6', endColorstr='#c0c0c0', GradientType=0);
  border-collapse: collapse;
}
.product-info-head .product-options-wrapper .options-list-table table.options-list tr td,
.product-info-main .product-options-wrapper .options-list-table table.options-list tr td {
  background-color: #f3f3f3;
  background-repeat: no-repeat;
  text-align: center;
  border: 1px solid #dfdfdf;
  padding: 5px;
  vertical-align: middle;
}
.product-info-head .product-options-wrapper .options-list-table table.options-list tr td .add-to-cart-column,
.product-info-main .product-options-wrapper .options-list-table table.options-list tr td .add-to-cart-column {
  display: block;
  line-height: 22px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 1px;
  width: 145px;
  height: 22px;
}
.product-info-head .product-options-wrapper .options-list-table table.options-list tr td .add-to-cart-column .qty_field,
.product-info-main .product-options-wrapper .options-list-table table.options-list tr td .add-to-cart-column .qty_field {
  font-size: 12px;
  text-align: right;
  padding-right: 5px;
  float: left;
  background: -moz-linear-gradient(180deg, #c0c0c0 0%, #ffffff 99%, #e6e6e6 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(1%, #ffffff), color-stop(100%, #c0c0c0));
  background: -webkit-linear-gradient(180deg, #c0c0c0 0%, #ffffff 99%, #e6e6e6 100%);
  background: -o-linear-gradient(180deg, #c0c0c0 0%, #ffffff 99%, #e6e6e6 100%);
  background: -ms-linear-gradient(180deg, #c0c0c0 0%, #ffffff 99%, #e6e6e6 100%);
  background: linear-gradient(180deg, #c0c0c0 0%, #ffffff 99%, #e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E6E6', endColorstr='#c0c0c0', GradientType=0);
  border: medium none;
  width: 34px;
  height: inherit;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.product-info-head .product-options-wrapper .options-list-table table.options-list tr td .add-to-cart-column .action.tocart,
.product-info-main .product-options-wrapper .options-list-table table.options-list tr td .add-to-cart-column .action.tocart {
  background: -moz-linear-gradient(90deg, #c0c0c0 0%, #ffffff 99%, #e6e6e6 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(1%, #ffffff), color-stop(100%, #c0c0c0));
  background: -webkit-linear-gradient(90deg, #c0c0c0 0%, #ffffff 99%, #e6e6e6 100%);
  background: -o-linear-gradient(90deg, #c0c0c0 0%, #ffffff 99%, #e6e6e6 100%);
  background: -ms-linear-gradient(90deg, #c0c0c0 0%, #ffffff 99%, #e6e6e6 100%);
  background: linear-gradient(0deg, #c0c0c0 0%, #ffffff 99%, #e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E6E6', endColorstr='#c0c0c0', GradientType=0);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border: 0;
  height: inherit;
}
.product-info-head .product-options-wrapper .options-list-table table.options-list tr td .add-to-cart-column .action.tocart:after,
.product-info-main .product-options-wrapper .options-list-table table.options-list tr td .add-to-cart-column .action.tocart:after,
.product-info-head .product-options-wrapper .options-list-table table.options-list tr td .add-to-cart-column .action.tocart:before,
.product-info-main .product-options-wrapper .options-list-table table.options-list tr td .add-to-cart-column .action.tocart:before {
  border: 0;
}
@media only screen and (max-width: 992px) {
  .product-info-head {
    ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
}
@media only screen and (max-width: 767px) {
  .product-info-head {
    text-align: center;
  }
}
.product-info-head .page-title-wrapper {
  margin-bottom: 0px;
}
.product-info-head .page-title-wrapper h1 {
  font-size: 18px;
  font-weight: bold;
  text-align: inherit;
  color: #970003;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .product-info-head .page-title-wrapper h1 {
    text-align: center !important;
    margin-bottom: 0px;
  }
}
.product-info-main {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.product-info-main .product-add-form {
  clear: both;
  clear: none;
}
.product-info-main .product-add-form::after {
  font-size: 0px;
  display: block;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  content: "";
  height: 0;
}
.product-info-main .box-tocart .action.tocart {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  background: none;
  box-shadow: 4px 4px 5px #aaaaaa;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  border: 0;
  height: 32px;
  outline: 0 !important;
  outline-offset: 0 !important;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #ffffff;
  background-repeat: no-repeat;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  position: relative;
  font-family: "Arial", sans-serif, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0em;
  color: #000000;
  padding-left: 34px;
  padding-right: 10px;
  display: block;
  height: 26px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@mg-white', endColorstr='@mg-gray6');
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d3d3d3));
  background: -moz-linear-gradient(top, #ffffff, #d3d3d3);
}
.product-info-main .box-tocart .action.tocart:visited {
  border: 0;
}
.product-info-main .box-tocart .action.tocart:hover {
  text-decoration: none;
  border: 0;
}
@media only screen and (max-width: 767px) {
  .product-info-main .box-tocart .action.tocart {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.product-info-main .box-tocart .action.tocart:hover {
  text-decoration: none;
}
.product-info-main .box-tocart .action.tocart::before {
  border-right: 1px solid #ffffff;
  background: transparent url(../images/icons/cav_cart2.png) no-repeat center center;
  background-size: 18px auto;
  position: absolute;
  top: 0px;
  left: 2px;
  content: "";
  width: 25px;
  height: 100%;
}
.product-info-main .box-tocart .action.tocart::after {
  border-right: 1px solid #c3c3c3;
  position: absolute;
  top: 0px;
  left: 2px;
  content: "";
  width: 26px;
  height: 100%;
}
.product.attribute {
  font-family: "Arial", sans-serif, sans-serif;
  font-size: 13px;
}
.product.attribute.overview {
  /*.fm(@mg-font-mRg);
			.fs(12);*/
  font-size: 14px;
  color: #970003;
}
.product.attribute.overview p {
  margin: 0px;
}
.product.attribute.description {
  font-size: 14px;
}
.product.attribute.description-note {
  font-family: "Myriad_Pro_Regular", sans-serif;
  font-size: 12px;
}
.product.attribute.web-description {
  font-size: 14px;
  color: #970003;
}
.product.attribute.video {
  max-width: 450px;
}
.product.attribute.video .is-video:not(:first-child) {
  margin-top: 10px;
}
.product.attribute ul.links-bullets {
  padding-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  list-style: none;
}
.product.attribute ul.links-bullets li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 3px;
}
.product.attribute ul.links-bullets li::before {
  background-color: #a3030a;
  background-repeat: no-repeat;
  border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  position: absolute;
  top: 4px;
  left: 0px;
  content: "";
  width: 10px;
  height: 10px;
}
.product.attribute ul.links-bullets.specs .col1,
.product.attribute ul.links-bullets.specs .col2 {
  float: left;
  width: 45%;
}
.product.attribute.description-bullets .clear {
  display: none;
}
.product.data.items {
  border: 1px solid #eeeeee;
  border-radius: 0px 0px 20px 20px !important;
  -moz-border-radius: 0px 0px 20px 20px !important;
  -webkit-border-radius: 0px 0px 20px 20px !important;
  padding-top: 2px;
}
@media only screen and (max-width: 767px) {
  .product.data.items {
    margin-bottom: 0px;
  }
}
.product.data.items > .item.title {
  margin: 0px;
}
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background-color: #ffffff;
  background-repeat: no-repeat;
  color: #333333;
}
.product.data.items > .item.title:not(.disabled) > .switch:hover,
.product.data.items > .item.title:not(.disabled) > .switch:focus {
  background-color: #970003;
  background-repeat: no-repeat;
  color: #ffffff;
  padding-bottom: 0px;
}
.product.data.items > .item.title.active > .switch {
  background-color: #970003;
  background-repeat: no-repeat;
  color: #ffffff;
  padding-bottom: 0px;
}
.product.data.items > .item.title > .switch {
  background-color: #ffffff;
  background-repeat: no-repeat;
  font-family: "Arial", sans-serif, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 2px;
  margin-right: 2px;
  height: 30px;
  border-color: #d8dcdf;
}
.product.data.items > .item.content {
  background: none;
  background-repeat: no-repeat;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 31px;
  border-color: #d8dcdf;
  border-width: 1px 0 0;
}
@media only screen and (max-width: 767px) {
  .product.data.items > .item.content {
    padding: 20px;
    margin: 0px;
  }
}
.product.data.items #document ul {
  padding-left: 0px;
  padding-right: 0px;
}
.product.data.items #document ul li {
  list-style: none;
}
.product.data.items #document ul li a {
  text-transform: capitalize;
  font-size: 13px;
  overflow: hidden;
}
.product.data.items #document ul li a:hover {
  text-decoration: none;
}
.product.data.items #document ul li a img {
  vertical-align: middle;
}
.product.data.items #document ul li a span {
  padding-left: 5px;
}
.product.data.items ul.links-bullets li::before {
  top: 6px;
  width: 7px;
  height: 7px;
}
.block.upsell,
.block.related,
.block.crosssell {
  clear: both;
}
.block.upsell::after,
.block.related::after,
.block.crosssell::after {
  font-size: 0px;
  display: block;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  content: "";
  height: 0;
}
.block.upsell .block-content > .block-actions,
.block.related .block-content > .block-actions,
.block.crosssell .block-content > .block-actions {
  display: none;
}
.block.upsell .products-grid .product-item,
.block.related .products-grid .product-item,
.block.crosssell .products-grid .product-item {
  float: left;
  display: block !important;
  width: 25%;
}
.block.related .block-title {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .block.related .products-grid .product-items {
    margin-left: auto;
    margin-right: auto;
    max-width: 340px;
  }
}
.block.related .products-grid .product-items .product-item {
  padding-left: 5px !important;
  padding-right: 5px !important;
  width: 160px;
}
@media only screen and (max-width: 767px) {
  .block.related .products-grid .product-items .product-item {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 420px) {
  .block.related .products-grid .product-items .product-item {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.block.related .products-grid .product-items .product-item-info {
  border: 1px solid #cccccc;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  width: auto;
}
.block.related .products-grid .product-items .product-item-photo {
  border-radius: 5px 5px 0px 0px !important;
  -moz-border-radius: 5px 5px 0px 0px !important;
  -webkit-border-radius: 5px 5px 0px 0px !important;
  border: 0;
}
.block.related .products-grid .product-items .product-item-name {
  border-bottom: 1px solid #c3c3c3;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333333;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@mg-gray-light3', endColorstr='@mg-gray-light11');
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#d8dcdf));
  background: -moz-linear-gradient(top, #f3f3f3, #d8dcdf);
}
.block.related .products-grid .product-items .product-item-name a {
  text-decoration: none;
}
.block.related .products-grid .product-items .product-item-details {
  padding-bottom: 10px;
  margin-top: 0px;
}
.block.related .products-grid .product-items .product-item-description {
  color: #333333;
  padding-top: 4px;
  padding-left: 2px;
  padding-right: 2px;
}
.block.related .products-grid .product-items .product-item-description p {
  font-family: "Arial", sans-serif, sans-serif;
  font-size: 11px;
}
.button.verifybtn.button {
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0px;
  margin: 0px;
  background-color: transparent;
  background-repeat: no-repeat;
  cursor: pointer;
  box-shadow: 4px 4px 5px #AAAAAA;
  border-radius: 4px;
  margin: 14px auto 10px !important;
  display: block;
  width: 128px;
}
.button.verifybtn.button span {
  display: block;
  height: 19px;
  background-color: #3e6cb2;
  background-repeat: no-repeat;
  font: bold 12px/19px Arial, Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
  border-radius: 4px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
}
.button.verifybtn.button span span {
  border: 0;
  padding: 0px;
}
.fancybox-container.fancybox-show-caption .fancybox-caption-wrap {
  z-index: 8050;
  top: 58%;
  position: absolute;
  text-align: center;
  right: 48%;
}
.fancybox-container.fancybox-show-caption .fancybox-caption {
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: transparent;
  background-repeat: no-repeat;
  color: #ffffff;
  margin-right: -100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
  border-top: 0px;
}
.fancybox-container.fancybox-show-caption .fancybox-slider-wrap #modal-form {
  width: 250px;
}
.fancybox-container.fancybox-show-caption .fancybox-slider-wrap .fancybox-slide > * {
  background-color: #f9f9f9;
  background-repeat: no-repeat;
}
.fancybox-container.fancybox-show-caption .ezMountText {
  margin-bottom: 5px;
}
.fancybox-container.fancybox-show-caption .side-block {
  text-align: center;
  margin-bottom: 8px;
}
.fancybox-container.fancybox-show-caption .dropdown {
  text-align: center;
}
.fancybox-container.fancybox-show-caption .dropdown select {
  border: none;
  width: 100%;
  padding: 5px 0 0 42px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  font-style: italic;
  color: #999999;
  font-size: 12px;
  text-align: center;
  border-radius: 8px;
  height: 27px;
  margin: 0;
  width: 200px;
  border: 1px solid #ddd;
  overflow: hidden;
  box-shadow: -1px 1px 2px #333333 inset;
  text-transform: capitalize;
  background-color: #fff;
  background-repeat: no-repeat;
}
.fancybox-container.fancybox-show-caption #manufacturer_id {
  border-radius: 8px;
  height: 27px;
  margin: 0 auto 15px;
  width: 200px;
  border: 1px solid #ddd;
  overflow: hidden;
  box-shadow: -1px 1px 2px #333333 inset;
  text-transform: capitalize;
  background-color: #ffffff;
  background-repeat: no-repeat;
}
.fancybox-container.fancybox-show-caption #manufacturer_id2 {
  border-radius: 8px;
  height: 27px;
  margin: 0 auto 15px;
  width: 200px;
  border: 1px solid #ddd;
  overflow: hidden;
  box-shadow: -1px 1px 2px #333333 inset;
  text-transform: capitalize;
  background-color: #ffffff;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 767px) {
  .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame .fotorama__img {
    max-height: initial;
  }
  .catalog-product-view.weltpixel_quickview-catalog_product-view .page-wrapper .product-info-main {
    margin-top: 0 !important;
  }
  .fotorama__nav-wrap .fotorama__nav .fotorama_vertical_ratio .fotorama__img {
    width: 50px;
    padding: 5px;
  }
  .catalog-product-view .page-wrapper .fotorama .fotorama__nav--thumbs {
    padding-left: 35px;
    padding-right: 35px;
    margin-left: -32px;
    width: 190px !important;
  }
  .catalog-product-view .page-wrapper .fotorama .fotorama__nav-wrap--horizontal .fotorama__nav__frame {
    width: 62px !important;
    margin-left: 0;
  }
  .catalog-product-view .page-wrapper .product-info-head {
    margin-left: 233px;
    margin-top: 1px;
  }
  .catalog-product-view .page-wrapper .product-info-main {
    margin-left: 233px;
    margin-top: 1px;
    margin-top: 0px !important;
  }
  .catalog-product-view .product.attribute.overview {
    margin-top: 7px;
  }
  .catalog-product-view .product.attribute.overview p {
    font-family: "Myriad_Pro_Regular";
  }
  .catalog-product-view .product.attribute.description-bullets ul.links-bullets li {
    font-family: "Myriad_Pro_Regular";
    font-size: 12px;
    margin-bottom: 0px;
  }
  .catalog-product-view .product.attribute.description-bullets ul.links-bullets li b.col1 {
    font-weight: 400;
  }
  .catalog-product-view .product.attribute.features ul.links-bullets li b.col1 {
    font-weight: 400;
  }
  .page-products .product-item-info span.product-image-wrapper img {
    border: 0 !important;
  }
  .page-products .products-list .product-item-info .weltpixel-quickview.weltpixel_quickview_button_v2 {
    position: relative;
    font-size: 12px;
    width: 110px;
    line-height: 23px;
    background-image: none;
    text-indent: 25px;
    transition: all .35s ease 0s;
    -moz-transition: all .35s ease 0s;
    -ms-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    -webkit-transition: all .35s ease 0s;
    border-radius: 5px !important;
    height: auto;
    background: linear-gradient(0deg, #c0c0c0 0%, #ffffff 99%, #e6e6e6 100%);
    padding: 0;
    top: 0 !important;
    right: 0 !important;
    margin-bottom: 0px;
  }
  .weltpixel_quickview-catalog_product-view .product-info-main {
    margin-top: -229px;
    width: initial !important;
    margin-left: 250px;
  }
  .weltpixel_quickview-catalog_product-view .product-info-main .product-add-form {
    margin-left: -250px;
    margin-top: 170px;
  }
  .weltpixel_quickview-catalog_product-view .product-info-head {
    margin-left: 250px;
  }
  .weltpixel_quickview-catalog_product-view .fotorama__nav-wrap {
    width: 100%;
  }
  .mfp-wrap .mfp-container.mfp-iframe-holder .mfp-close {
    right: -10px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
    background: #000;
    color: #fff;
    width: 28px;
    border-radius: 50%;
    height: 28px;
    top: 27px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    border: 2px solid #fff;
    box-shadow: -1px 1px 2px #000000;
    top: -11px !important;
    opacity: 1;
  }
  .products-related .product-item-info span.product-image-wrapper img {
    border: 0;
  }
  .content .products-related .product-item-info span.product-image-wrapper img {
    border: 0 !important;
    padding: 0px !important;
    width: 100px;
  }
  .content .block.related .products-grid .product-items .product-item {
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 140px;
    margin-bottom: 8px;
    margin-left: 8px;
  }
  .content .block.related .products-grid .product-items .product-item-details {
    padding-bottom: 0px;
    margin: 0;
    padding-top: 0;
  }
  .content .block.related .products-grid .product-items .product-item-description {
    height: 55px;
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 12px;
    margin: 0;
    padding-top: 5px;
    font-family: Arial,sans-serif;
    line-height: 13.464px;
  }
  .content .products-grid .product-items .product-item-description p {
    font-size: 11px;
  }
  .fotorama__nav-wrap.fotorama__nav-wrap--horizontal:hover .fotorama__thumb__arr .fotorama__thumb--icon {
    display: block !important;
  }
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr .fotorama__thumb--icon {
    display: none;
  }
  .product-item-inner .price-box {
    margin-bottom: 0px !important;
  }
  .product-item-inner .price-box p {
    margin-bottom: 0px;
  }
  .catalog-product-view.weltpixel_quickview-catalog_product-view .page-main > .columns .column.main {
    display: block;
  }
  .catalog-product-view.weltpixel_quickview-catalog_product-view .page-wrapper .product-info-main {
    margin-top: 0 !important;
    width: unset !important;
  }
  .catalog-product-view.weltpixel_quickview-catalog_product-view .page-wrapper .fotorama .fotorama__nav--thumbs {
    width: 192px !important;
    padding-left: 30px;
    padding-right: 35px;
  }
  .catalog-product-view.weltpixel_quickview-catalog_product-view .product-info-head {
    clear: none;
  }
  .catalog-product-view.weltpixel_quickview-catalog_product-view .product-info-main {
    clear: none;
  }
  .weltpixel_quickview-catalog_product-view .product-info-main .product-add-form {
    margin-top: 10px;
  }
}
.product-info-main .product-add-form {
  clear: both !important;
  padding-top: 5px !important;
}
.page-header .header.right .crimpson-update {
  text-transform: initial;
}
.mountfinder-index-index .product-item-info span.product-image-wrapper img {
  border: 0 !important;
}
.narrow-search .ns-form .action.primary {
  text-transform: initial;
}
.catalog-product-view .fancybox-container .fancybox-slider .fancybox-slide {
  transform: none !important;
}
.catalog-product-view .fancybox-container .fancybox-slider-wrap .fancybox-slider {
  transform: none !important;
}
.catalog-product-view .fancybox-container.fancybox-show-controls .fancybox-slider-wrap {
  height: 100% !important;
  transform: translateY(30%);
}
.content .product.attribute ul.links-bullets {
  padding-left: 0px;
}
.etailerbuttons div {
  display: inline-block;
}
.marketbuttons div {
  display: inline-block;
}
div#model_id_div {
  margin-bottom: 10px;
}
.product.attribute ul.links-bullets.specs .col1 {
  width: 46% !important;
}
.product.attribute ul.links-bullets.specs .col2 {
  width: 46% !important;
}
.page-main .product-item-info p.msrpPricelist {
  font-style: italic;
}
.page-main .products-list .product-items .product-item-content .desc a {
  /* display: -webkit-box;
						-webkit-line-clamp: 4;
						-webkit-box-orient: vertical;
						overflow: hidden; */
}
.page-main .products-list .product-items .product-item-details .product-item-video {
  margin-left: 0px !important;
}
.page-main .products-list .product-items .product-item-details img.iconul {
  margin-bottom: 10px;
  margin-top: -8px;
}
.page-main .products-list .product-items .clear {
  display: none;
}
.page-main .products-list .product-item .product-item-inner {
  padding-top: 12px;
  float: right;
  padding-left: 10px;
  padding-right: 10px;
  width: 160px;
  clear: none !important;
}
.page-main .products-list .product-item .price-box {
  clear: both;
}
.page-main .product-items .product-item-inner > div {
  margin-bottom: 10px;
}
.page-main .product-items .product-item-vesa p {
  font-size: 12px;
  margin-top: 2px;
  margin-bottom: 0px;
}
.page-main .product-items .product-item-details .product-item-vesa span {
  font-size: 11px;
  font-weight: bold;
  vertical-align: middle;
}
.product-item-info p.msrpPricelist {
  font-style: italic;
}
.page-main .products-list .product-item-photo {
  padding: 0 !important;
}
.page-main .products-list .product-item .product-item-inner {
  padding-top: 0px;
}
.page-main .products-list .product-items .product-item-content .desc {
  padding: 0px 0 0;
  margin: 0 0 15px;
  line-height: 15px;
  margin-top: 3px;
}
.page-main .products-list .product-items .product-item-name {
  line-height: 24px;
}
.page-main .products-list .product-items .product-item-name a {
  font-size: 18px;
}
.page-main .products-list .product-items .product-item {
  padding: 12px 10px !important;
}
.page-main .products-list .product-items .product-item-content {
  padding-right: 20px;
}
.page-main .products-list .product-items .product-item-content .shortDescription a {
  line-height: 18px !important;
}
.page-main .products-list .product-items .product-item-content .shortDescription a p {
  margin-bottom: 5px;
}
.page-main .products-list .product-item-info .weltpixel-quickview.weltpixel_quickview_button_v2 {
  margin-top: 10px;
}
.page-main .product-items .product-item-inner .product.actions.product-item-actions {
  margin-bottom: 0px !important;
}
.narrow-search .ns-form .categoryFilter .cateSection p.cateParent {
  margin-bottom: 1px;
}
.narrow-search .ns-form .categoryFilter .cateSection p.cateParent input[type="checkbox"] {
  margin: 8px 5px 0 0;
  vertical-align: sub;
}
@media screen and (min-width: 767px) {
  .weltpixel_quickview-catalog_product-view .page-wrapper {
    padding: 15px;
    margin-right: 15px;
  }
  .weltpixel_quickview-catalog_product-view .page-wrapper .page-main {
    max-height: 700px;
    overflow: auto;
  }
  .weltpixel_quickview-catalog_product-view .product.attribute.description {
    min-height: 100px;
  }
  .catalog-product-view.weltpixel_quickview-catalog_product-view .button.verifybtn.button {
    display: none;
  }
  .catalog-product-view.weltpixel_quickview-catalog_product-view .product-info-main .product-add-form {
    padding-top: 20px !important;
  }
}
/**
 * Custom Style Sheet
 *
 * @less			'cart'
 */
/**
 * Custom Style Sheet
 *
 * @less			'checkout'
 */
.checkout-index-index .header.content {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .header.content {
    padding: 0px;
    height: 0;
  }
}
.checkout-index-index .header .logo {
  float: none;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .header .logo {
    top: 0;
  }
}
.checkout-index-index .copyright {
  background: none;
  background-repeat: no-repeat;
  color: inherit;
}
.checkout-index-index .column.main input[type="checkbox"] + label::after {
  border: 0 !important;
}
.checkout-index-index .column.main input[type="checkbox"]:checked ~ label::before {
  background: none;
  border-color: #000;
}
.checkout-index-index .column.main input[type="checkbox"]:checked + label::after {
  content: '\e610';
  font-family: 'luma-icons';
  top: 0;
  background: none !important;
  border: 0 !important;
  left: 1px;
  color: #3e6cb2;
  transform: none;
  height: auto;
  width: auto;
}
.opc-progress-bar-item._complete > span {
  color: #2f3a77;
}
.opc-progress-bar-item._active::before {
  background-color: #970003;
  background-repeat: no-repeat;
  border-color: #970003;
}
.opc-progress-bar-item._active > span::before {
  background-color: #970003;
  background-repeat: no-repeat;
  border-color: #970003;
}
.opc-progress-bar-item._active > span::after {
  border-color: #970003;
}
.column.main .table-checkout-shipping-method input[type="radio"] {
  opacity: 1;
}
/**
 * Custom Style Sheet
 *
 * @less			'cms'
 */
@media only screen and (max-width: 767px) {
  .cms-page-view .column.main {
    max-width: 550px;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 568px) {
  .cms-page-view .column.main {
    max-width: 400px;
  }
}
@media only screen and (max-width: 420px) {
  .cms-page-view .column.main {
    max-width: 300px;
  }
}
.cms-page-view .column.main a {
  color: #970003;
  text-decoration: none;
}
.cms-page-view .column.main h4,
.cms-page-view .column.main p {
  font-size: 13px;
}
.cms-page-view .column.main h4,
.cms-page-view .column.main h3,
.cms-page-view .column.main h2,
.cms-page-view .column.main p {
  font-family: 'Myriad Pro', sans-serif;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  font-stretch: normal;
  margin-bottom: 20px;
}
.cms-page-view .column.main ol li,
.cms-page-view .column.main ul li {
  font-family: 'Myriad Pro', sans-serif;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  font-stretch: normal;
  margin-bottom: 2px;
}
.cms-warranty_and_returns .column.main > div,
.cms-privacy .column.main > div,
.cms-terms .column.main > div {
  max-width: 604px;
}
.cms-warranty_and_returns .column.main h4,
.cms-privacy .column.main h4,
.cms-terms .column.main h4,
.cms-warranty_and_returns .column.main p,
.cms-privacy .column.main p,
.cms-terms .column.main p {
  font-family: 'arial', 'Myriad Pro', sans-serif;
}
.cms-about .column.main img {
  margin: 0 0 1.5em;
}
.cms-about .column.main h3 {
  font-size: 15px;
  color: #970003;
}
.cms-markets .cav-markets-box .box-wrapper .box-contents .list {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
.cms-markets .cav-markets-box .box-wrapper .box-contents .list .list-item.left {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .cms-markets .cav-markets-box .box-wrapper .box-contents .list .list-item.left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cms-markets .cav-markets-box .box-wrapper .box-contents .list .list-item.right {
  width: 60%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .cms-markets .cav-markets-box .box-wrapper .box-contents .list .list-item.right {
    width: 100%;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.cms-markets .cav-markets-box .box-wrapper .box-contents .list .list-item.right .list-item-top h3 {
  font-family: "Myriad_Pro_Regular", sans-serif;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 20px;
  color: #3e3e3e;
}
.cms-markets .cav-markets-box .box-wrapper .box-contents .list .list-item.right .list-item-bottom p {
  font-family: "Myriad_Pro_Regular", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
}
@media only screen and (max-width: 420px) {
  .cms-support .column.main {
    max-width: 480px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.cms-support .column.main > div {
  float: right;
}
.cms-support .column.main > div img {
  max-width: 300px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .cms-support .column.main > div img {
    max-width: 230px;
  }
}
@media only screen and (max-width: 767px) {
  .cms-support .column.main > div img {
    max-width: 200px;
  }
}
@media only screen and (max-width: 568px) {
  .cms-support .column.main > div img {
    max-width: 150px;
  }
}
@media only screen and (max-width: 420px) {
  .cms-support .column.main > div {
    float: none;
    display: block;
    text-align: center;
  }
}
.cms-support .column.main h3 {
  font-size: 16px;
  margin-bottom: 0px !important;
}
.cms-support .column.main p span {
  display: inline-block;
}
.cms-support .column.main p .phone-span {
  min-width: 70px;
}
.cms-support .column.main p .imp-email-span {
  min-width: 130px;
}
.cms-terms .column.main h4 {
  font-weight: 600;
}
.cms-terms .column.main ol {
  padding-left: 18px;
}
.cms-terms .column.main ol li {
  font-size: 13px;
}
.cms-warranty_and_returns h4 {
  text-transform: uppercase;
  margin-bottom: 4px !important;
  font-weight: normal;
}
.cms-global .column.main > div {
  max-width: 450px;
}
.cms-global .column.main p {
  font-size: 12px;
}
.cav-downloads-box .box-wrapper .box-contents.downloads-box .lists {
  overflow: auto;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.cav-downloads-box .box-wrapper .box-contents.downloads-box .list {
  float: left;
  width: 25%;
  text-align: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.cav-downloads-box .box-wrapper .box-contents.downloads-box .list:nth-child(4n+1) {
  clear: left;
}
@media only screen and (max-width: 992px) {
  .cav-downloads-box .box-wrapper .box-contents.downloads-box .list {
    width: 33.333%;
  }
  .cav-downloads-box .box-wrapper .box-contents.downloads-box .list:nth-child(4n+1) {
    clear: none;
  }
  .cav-downloads-box .box-wrapper .box-contents.downloads-box .list:nth-child(3n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 767px) {
  .cav-downloads-box .box-wrapper .box-contents.downloads-box .list {
    width: 50%;
  }
  .cav-downloads-box .box-wrapper .box-contents.downloads-box .list:nth-child(3n+1) {
    clear: none;
  }
  .cav-downloads-box .box-wrapper .box-contents.downloads-box .list:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 420px) {
  .cav-downloads-box .box-wrapper .box-contents.downloads-box .list {
    width: 100%;
  }
}
.cav-downloads-box .box-wrapper .box-contents.downloads-box .list a {
  text-decoration: none;
}
.cav-downloads-box .box-wrapper .box-contents.downloads-box .list-top img {
  max-width: 40%;
}
.cav-downloads-box .box-wrapper .box-contents.downloads-box .list-bottom p {
  font-family: 'Myriad Pro', sans-serif;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  font-stretch: normal;
  color: #4f4f4f;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cav-downloads-box .box-wrapper .box-contents.downloads-box .title h2 {
  font-family: 'Myriad Pro', sans-serif;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  font-stretch: normal;
  font-weight: normal;
  color: #0a263c;
  text-transform: capitalize;
  margin-bottom: 10px;
  margin-top: 0px;
}
.cav-downloads-box .box-wrapper .box-contents.downloads-box .down-p-specs {
  margin-bottom: 40px;
  max-width: 400px;
  width: 100%;
}
.cav-downloads-box .box-wrapper .box-contents.downloads-box .down-p-specs #tableSearch td {
  font-size: 15px;
  padding: 5px;
  display: inline-block;
  border-collapse: collapse;
}
.cav-downloads-box .box-wrapper .box-contents.downloads-box .down-p-specs #tableSearch td #search_doc,
.cav-downloads-box .box-wrapper .box-contents.downloads-box .down-p-specs #tableSearch td #search_doc_bn {
  line-height: 15px;
  padding: 5px 10px;
  height: auto;
}
.cav-downloads-box .box-wrapper .box-contents.downloads-box .down-p-specs #tableSearch td #search_doc {
  border: 1px solid #999999;
  color: #000000;
  width: 200px;
}
.cav-downloads-box .box-wrapper .box-contents.downloads-box .down-p-specs #tableSearch td #search_doc_bn {
  font-size: 12px;
  vertical-align: top;
}
.cav-downloads-box .box-wrapper .box-contents.downloads-box .down-p-specs #tableSearch td .search-autocomplete {
  position: static;
  overflow: visible;
  top: auto;
  max-height: 100%;
}
.cav-downloads-box .box-wrapper .box-contents.downloads-box .down-p-specs #tableSearch td .search-autocomplete ul {
  border: 1px solid #5c7989;
  background-color: #f9f5f0;
}
.cav-downloads-box .box-wrapper .box-contents.downloads-box .down-p-specs #tableSearch td .search-autocomplete ul:first-child li:hover {
  color: #fff;
}
.cav-downloads-box .box-wrapper .box-contents.downloads-box .down-p-specs #tableSearch td .search-autocomplete ul:last-child li:hover {
  color: #970003;
}
.cav-downloads-box .box-wrapper .box-contents.downloads-box .down-p-specs #tableSearch td .search-autocomplete ul:last-child li:hover a {
  text-decoration: none;
}
.cav-downloads-box .box-wrapper .box-contents.downloads-box .down-p-specs #tableSearch td .search-autocomplete ul li {
  text-align: left;
  border-bottom: 1px solid #f4eee7;
  padding: 2px 8px 1px 8px;
}
.cav-downloads-box .box-wrapper .box-contents.downloads-box .down-p-specs #tableSearch td .search-autocomplete ul li:hover {
  background-color: #3e6cb2 !important;
}
.cav-downloads-box .box-wrapper .box-contents.downloads-box .down-p-specs #tableSearch td .search-autocomplete ul li.odd {
  background-color: #fffefb;
}
.cav-downloads-box .box-wrapper .box-contents.downloads-box .down-p-specs #tableSearch td .search-autocomplete ul li.even {
  background-color: #f9f5f0;
}
.cav-downloads-box .box-wrapper .box-contents.downloads-box .down-p-specs #tableSearch td .search-autocomplete ul li.mountfinder a {
  text-transform: uppercase;
  color: #970003;
}
.cav-downloads-box .box-wrapper .box-contents.downloads-box .down-p-specs .title h2 {
  font-size: 20px;
}
.cav-downloads-box .box-wrapper .box-contents.downloads-box .down-p-specs .p-spec-desc .block.block-search {
  background-color: #ffffff;
  background-repeat: no-repeat;
  padding: 0px;
}
.cav-downloads-box .box-wrapper .box-contents.downloads-box .down-p-specs .p-spec-desc .block.block-search .block-title {
  display: block;
  margin-bottom: 10px;
}
.cav-downloads-box .box-wrapper .box-contents.downloads-box .down-p-specs .p-spec-desc .block.block-search .block-title strong {
  font-family: 'Myriad Pro', sans-serif;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  font-stretch: normal;
  font-size: 15px;
  font-weight: normal;
}
.cav-downloads-box .box-wrapper .box-contents.downloads-box .down-p-specs .p-spec-desc .block.block-search .field.search {
  float: left;
  margin-right: 2px;
}
.cav-downloads-box .box-wrapper .box-contents.downloads-box .down-p-specs .p-spec-desc .block.block-search .field.search .input-text {
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #a9a9a9;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
  position: static;
  width: 224px;
  text-indent: 0px;
  height: 27px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .cav-downloads-box .box-wrapper .box-contents.downloads-box .down-p-specs .p-spec-desc .block.block-search .field.search .input-text {
    margin: 0px;
  }
}
.cav-downloads-box .box-wrapper .box-contents.downloads-box .down-p-specs .p-spec-desc .block.block-search .field.search .label {
  display: none;
}
.cav-downloads-box .box-wrapper .box-contents.downloads-box .down-p-specs .p-spec-desc .block.block-search .field.search .control {
  border: 0;
}
@media only screen and (max-width: 767px) {
  .cav-downloads-box .box-wrapper .box-contents.downloads-box .down-p-specs .p-spec-desc .block.block-search .field.search .control {
    margin: 0px;
    padding: 0px;
  }
}
.cav-downloads-box .box-wrapper .box-contents.downloads-box .down-p-specs .p-spec-desc .block.block-search .actions .action.search {
  position: static;
  background-color: #3e6cb2;
  background-repeat: no-repeat;
  border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  font-family: 'arial', sans-serif;
  font-size: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  border: none;
  box-shadow: 4px 4px 5px #aaa;
  cursor: pointer;
}
.cav-downloads-box .box-wrapper .box-contents.downloads-box .down-p-specs .p-spec-desc .block.block-search .actions .action.search:before {
  display: none;
}
.cav-downloads-box .box-wrapper .box-contents.downloads-box .down-p-specs .p-spec-desc .block.block-search .actions .action.search > span {
  position: static;
}
@media only screen and (max-width: 767px) {
  .cav-downloads-box .box-wrapper .box-contents.downloads-box .down-p-specs .p-spec-desc .block.block-search .actions .action.search {
    display: block;
  }
}
.cav-downloads-box .box-wrapper .box-contents.downloads-box .down-p-specs .p-spec-desc .block.block-search .actions .action.search[disabled] {
  pointer-events: all;
  opacity: 1;
}
.cav-downloads-box .box-wrapper .box-contents.downloads-box .catalog .title h2,
.cav-downloads-box .box-wrapper .box-contents.downloads-box .brochures .title h2 {
  border-bottom: 1px solid #666666;
  font-size: 18px;
  line-height: 20px;
}
.cav-blog-box .box-wrapper .box-contents.blog-box .posts {
  padding-bottom: 25px;
  clear: both;
}
.cav-blog-box .box-wrapper .box-contents.blog-box .posts .title {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
}
.cav-blog-box .box-wrapper .box-contents.blog-box .posts .title h2 {
  font-family: 'Myriad Pro', sans-serif;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  font-stretch: normal;
  font-size: 20px;
  margin: 0px;
  padding: 0px;
}
.cav-blog-box .box-wrapper .box-contents.blog-box .posts a {
  text-decoration: none;
}
.cav-blog-box .box-wrapper .box-contents.blog-box .posts .post-desc {
  padding-bottom: 10px;
}
.cav-blog-box .box-wrapper .box-contents.blog-box .posts .post-desc p {
  font-family: 'Myriad Pro', sans-serif;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  font-stretch: normal;
  font-size: 14px;
  color: #333333;
  margin: 0px;
}
.cav-blog-box .box-wrapper .box-contents.blog-box .posts .post-desc p.desc-bottom {
  font-style: italic;
}
.cav-blog-box .box-wrapper .box-contents.blog-box .posts .tags {
  padding-bottom: 10px;
}
.aw_blog-index-index .page-wrapper .page-title-wrapper {
  margin-bottom: 0px;
}
.aw_blog-index-index .page-wrapper .page-lead {
  display: none;
}
.aw_blog-index-index .page-wrapper .blog-posts .blog-posts-post .blog-post-header {
  margin-bottom: 15px;
}
.aw_blog-index-index .page-wrapper .blog-posts .blog-posts-post .blog-post-header h1 {
  font-family: "Myriad_Pro_Regular", sans-serif;
  font-size: 20px;
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #dddddd;
}
.aw_blog-index-index .page-wrapper .blog-posts .blog-posts-post .blog-post-header a {
  text-decoration: none;
  color: #970003;
}
.aw_blog-index-index .page-wrapper .blog-posts .blog-posts-post .blog-post-header a:hover {
  text-decoration: none;
}
.aw_blog-index-index .page-wrapper .blog-posts .blog-posts-post .blog-post-content p {
  font-family: "Myriad_Pro_Regular", sans-serif;
  font-size: 14px;
  color: #333333;
  margin: 0px;
  line-height: normal;
}
.aw_blog-index-index .page-wrapper .blog-posts .blog-posts-post .blog-post-content .p4 {
  font-family: "Myriad_Pro_Regular", sans-serif;
  font-size: 14px;
  color: #970003;
}
.aw_blog-index-index .page-wrapper .blog-posts .blog-posts-post .blog-post-content .p4 a {
  color: #970003;
  font-style: italic;
}
.aw_blog-index-index .page-wrapper .blog-posts .blog-posts-post .blog-post-content .p4 a:hover {
  text-decoration: none;
}
.aw_blog-index-index .page-wrapper .blog-posts .blog-posts-post .blog-post-info {
  display: none;
}
.aw_blog-index-index .page-wrapper .blog-posts .blog-posts-post .blog-post-read-more-wrapper {
  display: none;
}
.aw_blog-index-index .page-wrapper .blog-posts .blog-posts-post .blog-post-author {
  display: none;
}
.cms-learning_center .column.main h3 {
  margin-bottom: 10px !important;
  font-style: italic;
}
.cms-learning_center .column.main p {
  font-size: 14px;
}
.cms-learning_center .column.main ul {
  padding-left: 0px;
  list-style: inside;
}
.cms-learning_center .column.main ul li {
  font-size: 14px;
}
.amsearch-overlay {
  z-index: 99;
}
.block-search .search .control {
  z-index: 100;
}
.amsearch-form-container.-opened .amsearch-wrapper-input {
  width: auto !important;
}
.nav-sections .navigation .level0.nav-4.level-top {
  display: none;
}
.clear {
  clear: both;
}
#ezField .action.primary,
.narrow-search .action.primary {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  height: 25px;
}
#ezField {
  background-color: #f3f3f3;
}
#ezField h2.ezMountText {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 3px;
  color: #333;
}
#ezField p.ezByText {
  margin-bottom: 10px;
  border-top: 1px solid #cccccc;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 3px;
}
#ezField #mountfinder_weight_form {
  display: block;
  background: url('../images/cav_mountfinder-bg.png') no-repeat center 0;
  background-size: auto;
  background-size: 68%;
  padding-top: 19%;
  margin: 0 5px;
}
#ezField #mountfinder_weight_form input[type="text"] {
  width: 60px;
  border: 1px solid #000000;
  text-align: center;
  height: 18px;
}
#ezField #mountfinder_weight_form p {
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 3px;
  font-style: italic;
}
.narrow-search {
  text-align: center;
}
.narrow-search h4,
.narrow-search p {
  text-align: center;
}
.narrow-search h4 {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 4px;
  color: #000;
}
.narrow-search > p {
  font-weight: bold;
}
.narrow-search .ns-form .section {
  margin-bottom: 10px;
}
.narrow-search .ns-form .section p {
  font-size: 15px;
  margin: 0px;
  text-align: left;
  color: #970003;
}
.narrow-search .ns-form .section > div {
  margin-bottom: 5px;
  border: 1px solid #cccccc;
  background: url("../images/icons/cav_select_arrow.png") no-repeat scroll 99% 60% #ffffff;
  background-size: auto;
  background-size: 10px;
  overflow: hidden;
}
.narrow-search .ns-form .section select {
  font-size: 14px;
  padding: 1px;
  color: #2f2f2f;
  border: 0;
  background: transparent;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  height: 20px;
}
.narrow-search .ns-form .categoryFilter .cateSection p {
  text-align: left;
}
.narrow-search .ns-form .categoryFilter .cateSection p:not(:first-child) {
  margin-left: 25px;
  margin-bottom: 0px;
}
.narrow-search .ns-form .categoryFilter .cateSection p.cateParent {
  margin-left: 10px;
}
.narrow-search .ns-form .action.primary {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
}
.header.content .header.right {
  clear: none;
}
.cms-home .box-sproducts .products-list .product-items .product-item {
  border: 0;
}
.cms-home .box-sproducts .products-list .product-items .product-item:before {
  display: none;
}
.cms-home .box-sproducts .products-list .product-items .product-item-info {
  display: block;
  width: 100%;
}
.cms-home .box-sproducts .products-list .product-items .product-item-photo {
  padding: 0px;
  float: none;
  width: 100%;
  max-width: none;
}
.cms-home .box-sproducts .products-list .product-items .product-item-details {
  margin: 0px;
}
.cms-home .box-sproducts .products-list .product-items .product-item-inner {
  display: none;
}
.cms-home .box-sproducts .products-list .product-items .product-item-content {
  margin: 0px;
  padding: 0px;
  margin-top: 15px;
}
.cms-home .box-sproducts .products-list .product-items .product-item-name {
  height: auto !important;
}
.cms-home .box-sproducts .products-list .product-items .desc {
  display: none;
}
.cms-home .block.block-info {
  clear: none;
}
.cms-home .bannerslide {
  clear: none;
}
.cms-home .box-section.sc .product-item-content .shortDescription a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 767px) {
  .product-item-info span.product-image-wrapper img {
    border: 1px solid #ccc !important;
    display: inline-block !important;
    padding: 5px !important;
    background-color: #fff !important;
  }
  .product-item-info span.product-image-container {
    width: 100% !important;
  }
  .products-list .product-items .product-item {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .products-list .product-items .product-item-name a {
    font-size: 15px;
  }
  .cms-home .box-sproducts .products-list .product-items .product-item-content {
    text-align: center;
    margin-top: 0px;
  }
  .cms-home .box-sproducts .products-list .product-items .product-item-content .shortDescription p {
    line-height: 16px;
    font-size: 13px;
    text-align: center;
    display: block;
  }
  .cms-home .box-section.sc .product-item-content .shortDescription a {
    line-height: 16px;
    font-size: 13px;
    text-align: center;
  }
  .box-section.sc .box-sproducts .box-content {
    background-position: 0 24%;
    padding-bottom: 0px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .box-section.sc .products-list .slick-prev {
    height: 83px;
    left: -44px;
    top: 75px;
  }
  .box-section.sc .products-list .slick-next {
    height: 83px;
    right: -44px;
    top: 75px;
  }
  .block-content .minisearch.amsearch-form-container.-large .amsearch-wrapper-content .amsearch-autocomplete-information {
    margin-top: 0px;
  }
  .block-content .minisearch.amsearch-form-container.-opened .action.search {
    display: block;
  }
  .search .search-autocomplete .amsearch-results .amsearch-products {
    padding: 0px;
  }
  .block-search .block-content .action.search[disabled] {
    opacity: 1;
  }
}
.box-section.sc .slick-prev {
  display: none !important;
}
.box-section.sc .slick-next {
  display: none !important;
}
.box-section.sc:hover .slick-prev {
  display: block !important;
}
.box-section.sc:hover .slick-next {
  display: block !important;
}
.block.block-search .form.amsearch-form-container .search-autocomplete {
  border: 1px solid #5c7989;
  top: 33px;
}
.block.block-search .form.amsearch-form-container .search-autocomplete.amsearch-clone-position {
  width: inherit !important;
}
.block.block-search .form.amsearch-form-container .search-autocomplete .amsearch-results .amsearch-leftside {
  margin-left: 7%;
}
.block.block-search .form.amsearch-form-container .amsearch-wrapper-input {
  width: inherit !important;
}
.block.block-search .form.amsearch-form-container .amsearch-wrapper-input .amsearch-close,
.block.block-search .form.amsearch-form-container .amsearch-wrapper-input .amsearch-loupe {
  display: none !important;
}
.block.block-search .form.amsearch-form-container .control {
  min-height: 32px;
}
.login-container .block-new-customer,
.block-dashboard-info .box-newsletter,
.block-dashboard-addresses .box-shipping-address {
  clear: none;
}
#coronavirus_update .main-logo {
  text-align: center;
  padding-bottom: 0px;
  margin-bottom: 60px;
  border-bottom: 3px solid #4f81bd;
}
#coronavirus_update .main-logo img {
  max-width: 200px;
  margin: 0 auto;
}
#coronavirus_update .page-footer {
  text-align: center;
  padding-top: 7px;
  margin-top: 60px;
  border-top: 3px solid #4f81bd;
}
#coronavirus_update p {
  font-size: 12px;
  font-family: 'Myriad_Pro_Regular';
  line-height: 18.6px;
}
.v-bar .m-message.custom-css {
  width: 100% !important;
  font-size: 15px !important;
  font-family: "Myriad_Pro_Regular", sans-serif !important;
}
.v-bar .m-message.title {
  font-family: "Myriad_Pro_Regular", sans-serif !important;
  width: 100% !important;
  font-size: 15px !important;
}
.v-bar span.titlecookie {
  border: 0 !important;
}
#m-cookienotice .m-message {
  padding: 0px 10px !important;
}
#m-cookienotice.v-bar .m-actions {
  float: inherit;
}
div#action-custom-css {
  position: absolute;
  right: 10px;
  top: 14px;
}
#m-cookienotice .m-button {
  border: 0 !important;
  margin-bottom: 10px;
}
/**
 * Custom Style Sheet
 *
 * @less			'modals'
 */
/**
 * Custom Style Sheet
 *
 * @less			'slick'
 */
.slick-dots {
  bottom: -30px;
}
.slick-dots li {
  margin-left: 0px;
  margin-right: 0px;
}
.slick-dots li button::before {
  font-size: 9px;
  opacity: 1;
  color: #333333;
}
.slick-dots li.slick-active button::before {
  opacity: 1;
  color: #e7e7e7;
}
.slick-prev,
.slick-next {
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  background: none;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  z-index: 1;
  border: 0 !important;
}
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
@media only screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    width: 30px;
    height: 30px;
  }
}
.slick-prev::before,
.slick-next::before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  color: inherit;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:hover,
.slick-next:hover {
  border-color: transparent;
  background-color: transparent;
  color: inherit;
  opacity: 1;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}
.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
  opacity: 1;
}
.slick-prev {
  left: 0;
}
.slick-prev::before {
  background: transparent url(../images/icons/cav_arrow-large-left.png) no-repeat center center;
  content: "";
}
.slick-next {
  right: 0;
}
.slick-next::before {
  background: transparent url(../images/icons/cav_arrow-large-right.png) no-repeat center center;
  content: "";
}
.cms-home .slick-prev {
  left: -35px;
}
.cms-home .slick-next {
  right: -35px;
}
.brand-slider.owl-carousel .owl-nav button.owl-next {
  background: transparent url(../images/icons/cav_arrow-large-right.png) no-repeat center center;
  content: "";
}
.brand-slider.owl-carousel .owl-nav button.owl-next span {
  display: none;
}
.brand-slider.owl-carousel .owl-nav button.owl-prev {
  background: transparent url(../images/icons/cav_arrow-large-left.png) no-repeat center center;
  content: "";
}
.brand-slider.owl-carousel .owl-nav button.owl-prev span {
  display: none;
}
.box-section.sc.catg .brand-slider.owl-carousel:hover .owl-nav button.owl-next {
  width: 60px;
  height: 83px;
  background-color: transparent;
  border: 0;
  opacity: 0.75;
}
.box-section.sc.catg .brand-slider.owl-carousel:hover .owl-nav button.owl-next:hover {
  background-color: transparent;
  opacity: 1;
}
.box-section.sc.catg .brand-slider.owl-carousel:hover .owl-nav button.owl-prev:hover {
  background-color: transparent;
}
.box-section.sc.catg .brand-slider.owl-carousel .owl-nav button.owl-prev:first-child {
  left: -24px;
}
.box-section.sc.catg .brand-slider.owl-carousel .owl-nav button.owl-next:last-child {
  right: -83px;
}
.brand-slider.owl-carousel:hover .owl-nav button.owl-prev {
  width: 60px;
  height: 83px;
  background-color: transparent;
  border: 0;
  opacity: 0.75;
}
.brand-slider.owl-carousel:hover .owl-nav button.owl-prev:hover {
  opacity: 1;
}
/**
 * Custom Style Sheet
 *
 * @less			'fancybox'
 */
/**
 * Custom Style Sheet
 *
 * @less			'herobanner'
 */
.bannerslide {
  clear: both;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.bannerslide::after {
  font-size: 0px;
  display: block;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  content: "";
  height: 0;
}
.bannerslide-wrapper .image img {
  vertical-align: middle;
  width: 100%;
}
.bannerslide-wrapper .image-fixed {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: 220px;
}
.bannerslide-wrapper .is-image .detail {
  position: absolute;
  left: 0px;
  right: 0px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
@media only screen and (max-width: 767px) {
  .bannerslide-wrapper .is-image .detail {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .bannerslide-wrapper .is-image:not(.is-small) .detail {
    position: static;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    padding-bottom: 50px;
  }
}
.bannerslide-wrapper .is-url {
  cursor: pointer;
}
.bannerslide-wrapper .is-stretch {
  overflow: hidden;
}
.bannerslide-wrapper .is-black {
  color: #000000;
}
.bannerslide-wrapper .is-white {
  color: #ffffff;
  /*
				.content {
					color: @mg-white;
					* {
						color: inherit;
						&::before {
							color: inherit;
						}
					}
				}
				*/
}
@media only screen and (max-width: 1340px) {
  .bannerslide:not(.is-stretch).is-image .image img {
    display: block;
    position: relative;
    margin-left: -700px;
    left: 50%;
    width: 1400px;
    max-width: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .bannerslide:not(.is-stretch).is-image.is-small .image img {
    margin-left: -512px;
    width: 1024px;
  }
}
@media only screen and (max-width: 767px) {
  .bannerslide:not(.is-stretch).is-image.is-medium .image img {
    margin-left: -460px;
    width: 920px;
  }
}
@media only screen and (max-width: 992px) {
  .bannerslide:not(.is-stretch).is-image.is-large .image img {
    margin-left: -496px;
    width: 992px;
  }
}
@media only screen and (max-width: 767px) {
  .bannerslide:not(.is-stretch).is-image.is-large .image img {
    margin-left: -450px;
    width: 900px;
  }
}
@media only screen and (max-width: 767px) {
  .bannerslide:not(.is-stretch).is-image.is-xlarge .image img {
    margin-left: -600px;
    width: 1200px;
  }
}
.bannerslide:not(.is-image) {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .bannerslide.is-stretch-mob.is-image.is-small .image img,
  .bannerslide.is-stretch-mob.is-image.is-medium .image img,
  .bannerslide.is-stretch-mob.is-image.is-large .image img {
    position: static;
    margin-left: 0px;
    left: auto;
    width: 100%;
  }
}
.bannerslide .detail {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1084px;
  width: auto;
  width: 100%;
}
@media only screen and (min-width: 1341px) {
  .bannerslide .detail {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 993px) {
  .bannerslide .detail {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .bannerslide .detail {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .bannerslide .detail {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.bannerslide .detail::after {
  font-size: 0px;
  display: block;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  content: "";
  height: 0;
}
@media only screen and (min-width: 1341px) {
  .bannerslide .detail {
    width: 100%;
  }
}
@media only screen and (min-width: 1341px) {
  .bannerslide .detail {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 993px) {
  .bannerslide .detail {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .bannerslide .detail {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .bannerslide .detail {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.bannerslide .detail::after {
  font-size: 0px;
  display: block;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  content: "";
  height: 0;
}
@media only screen and (min-width: 1341px) {
  .bannerslide .detail {
    width: 100%;
  }
}
.bannerslide .content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.bannerslide .content.tl {
  text-align: left;
}
.bannerslide .content.tr {
  text-align: right;
}
.bannerslide .content.pl,
.bannerslide .content.pr {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .bannerslide .content.pl,
  .bannerslide .content.pr {
    float: left;
    padding-top: 60px;
    width: 60%;
  }
}
@media only screen and (min-width: 993px) {
  .bannerslide .content.pl,
  .bannerslide .content.pr {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 993px) {
  .bannerslide .content.pl {
    padding-left: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .bannerslide .content.pr {
    float: right;
  }
}
.bannerslide .title {
  clear: both;
  text-transform: uppercase;
  color: #e7e7e7;
}
.bannerslide .title::after {
  font-size: 0px;
  display: block;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  content: "";
  height: 0;
}
.bannerslide .title > * {
  color: inherit;
}
.bannerslide .title h2 {
  font-family: "HelveticaNeue-MediumCond", sans-serif, sans-serif;
  font-size: 56px;
  float: left;
  color: #e7e7e7;
  margin-top: 0px;
  margin-bottom: 0px;
  color: inherit;
}
.bannerslide .title p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 0px;
}
.bannerslide .title > div {
  border-left: 1px solid #2f2f2f;
  font-family: "HelveticaNeue-MediumCond", sans-serif, sans-serif;
  font-size: 20px;
  float: left;
  padding-left: 15px;
  margin-top: 8px;
  margin-left: 15px;
}
.bannerslide .title > div span {
  display: block;
  line-height: 1;
}
.bannerslide .title > div span:not(:first-child) {
  color: #ffffff;
  margin-top: 5px;
}
.bannerslide .description {
  margin-top: 10px;
}
.bannerslide .description > * {
  color: inherit;
}
.bannerslide .description p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #051b3e;
}
.bannerslide .description p > strong {
  color: #ffffff;
}
.bannerslide .actions {
  margin-top: 30px;
}
@media only screen and (max-width: 992px) {
  .bannerslide .actions {
    margin-top: 20px;
  }
}
.bannerslide .actions .action {
  background-color: rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  text-indent: -9999px;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.bannerslide .actions .action:not(:first-child) {
  margin-left: 10px;
}
.bannerslide .actions .action.towishlist {
  background-image: url(../images/cav_add-to-wishlist.png);
  background-position: center;
  background-repeat: no-repeat;
}
.bannerslide .actions .action.tocart {
  background-image: url(../images/cav_add-to-cart.png);
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
}
.bannerslide .actions .action.toemail {
  background-image: url(../images/cav_email.png);
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
}
.bannerslide-carousel {
  border: 1px solid #dddddd;
  padding-bottom: 1px;
  margin-bottom: 50px;
}
.bannerslide-carousel.slick-slider {
  margin-bottom: 50px;
}
.bannerslide-carousel .slick-prev,
.bannerslide-carousel .slick-next {
  background-color: #e7e7e7;
  background-repeat: no-repeat;
  width: 32px;
  height: 58px;
}
.bannerslide-carousel .slick-prev::before {
  background: transparent url(../images/icons/cav_arrow-left-white.png) no-repeat center center;
}
.bannerslide-carousel .slick-next::before {
  background: transparent url(../images/icons/cav_arrow-right-white.png) no-repeat center center;
}
.bannerslide-carousel .slick-dots {
  bottom: -27px;
}
.bannerslide-carousel .slick-dots li {
  margin-left: 3px;
  margin-right: 3px;
  width: 16px;
  height: 16px;
}
.bannerslide-carousel .slick-dots li button {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  width: 16px;
  height: 16px;
}
.bannerslide-carousel .slick-dots li button::before {
  background: transparent url(../images/icons/cav_dots.png) no-repeat center center;
  font-size: 11px;
  color: transparent;
  width: 16px;
  height: 16px;
  background-position: 0 0;
}
.bannerslide-carousel .slick-dots li.slick-active button::before {
  font-size: 15px;
  color: transparent;
  background-position: 100% 0;
}
.bannerslide-home:not(.slick-slider) .bannerslide:not(:first-child) {
  display: none;
}
/**
 * Custom Style Sheet
 *
 * @less			'yotpo'
 */
