/**************/
/* Global Nav */
/**************/
body {
  font-weight: 400;
  font-size: 1.5em;
  overflow-x: hidden;
}
h1 {
  font-weight: 600;
  font-size: 1.8em;
}
h3 {
  font-weight: 600;
}
ol {
  list-style: none;
}
ol.numberList {
  list-style: normal;
}
input,
.input-group-addon {
  border-radius: 0 !important;
}
span.input-group-addon {
  background-color: #000000;
  border: none;
}
span.input-group-addon > i {
  color: #ffffff;
}
.checkout-onepage-success > main {
  margin-top: 80px;
}
button.btn-brand {
  padding: 2px 12px;
  font-size: 1.4em;
  text-transform: uppercase;
}
.bullet-content {
  margin-top: 10px;
}
.bullet-content > ul.basicList {
  padding-left: 0;
  list-style: none;
}
.bullet-content > ul.basicList > li {
  margin: 10px 0;
}
.bullet-content > ul.basicList > li:before {
  content: "\f058";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  padding: 0 10px 0 0;
}
i.stars {
  padding: 0 2px;
}
.pad-bottom {
  padding-bottom: 30px;
}
.pad-top {
  padding-top: 30px;
}
.pad-left {
  padding-left: 15px;
}
.pad-right {
  padding-right: 15px;
}
.margin-top {
  margin-top: 30px;
}
.margin-bottom {
  margin-bottom: 30px;
}
.caps {
  text-transform: capitalize;
}
.form-group .input-group .input-group-addon + .input-text {
  border-left: 0;
}
.form-group .input-group .input-text + .input-group-addon {
  border-right: 0;
}
ul.messages {
  margin-bottom: 30px;
}
ul.messages .error-msg > ul,
ul.messages .success-msg > ul {
  padding: 0;
}
ul.messages .error-msg li,
ul.messages .success-msg li {
  list-style: none;
  font-size: 1.4em;
  color: #777777;
}
div.panel {
  border-radius: 0;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
}
/* carousel */
.carousel {
  height: 100%;
}
.carousel > .carousel-indicators {
  position: absolute;
  z-index: 15;
  bottom: 10px;
  list-style: none;
  left: 40px;
}
.carousel > .carousel-inner .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.carousel > .carousel-inner .item h2 {
  margin: 0;
}
/* photo credit*/
.wrapPhotoCredit {
  position: absolute;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
}
.wrapPhotoCredit > .photoCredit {
  bottom: -12px;
  margin: 15px;
  position: absolute;
  right: -5px;
  width: 20px;
}
.wrapPhotoCredit > .photoCredit:before {
  content: "\f030";
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  padding: 0 10px 0 0;
  font-size: 1.4em;
}
.wrapPhotoCredit > .photoCredit[data-style="light"] {
  color: #ffffff;
}
.wrapPhotoCredit > .photoCredit[data-style="dark"] {
  color: #000000;
}
.wrapPhotoCredit > .credit-description {
  border-radius: 5px 5px;
  padding: 10px 40px 10px 10px;
  text-indent: 0;
  letter-spacing: 0;
  line-height: 1em;
}
.wrapPhotoCredit > .credit-description.description-style-light {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000000;
}
.wrapPhotoCredit > .credit-description.description-style-dark {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}
/* mouse actions */
a.mouse-action:hover {
  opacity: 0.8;
  cursor: pointer;
}
a.brand-url-link {
  text-decoration: underline;
  cursor: pointer;
}
a:hover,
a:focus {
  text-decoration: none;
}
a,
button {
  border: 0;
}
a:hover,
button:hover {
  text-decoration: none !important;
}
a:hover,
button:hover,
a:focus,
button:focus,
a:visited,
button:visited,
a:active,
button:active {
  outline: none;
}
header.primary {
  padding: 0;
}
header.primary > .navbar {
  margin: 0;
}
header.primary > .navbar.navbar-default .navbar-header > .navbar-toggle {
  margin: 0 20px 0 0;
  padding: 0 10px;
  height: 100%;
}
header.primary > .navbar.navbar-default .navbar-header > .navbar-brand {
  display: inline-block;
  padding: 0;
  background-size: contain;
}
header.primary > .navbar.navbar-default .navbar-collapse {
  padding: 0;
  border: 0 !important;
}
@media only screen and (max-width: 768px) {
  header.primary > .navbar.navbar-default .navbar-collapse {
    background: #ffffff;
    position: absolute;
    left: 15px;
    right: 15px;
    max-height: inherit;
    z-index: 10000;
  }
}
@media only screen and (max-width: 768px) {
  header.primary > .navbar.navbar-default .navbar-collapse > .nav.navbar-nav {
    height: auto;
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  header.primary > .navbar.navbar-default .navbar-collapse > .nav.navbar-nav > li {
    height: auto;
  }
}
header.primary > .navbar.navbar-default .navbar-collapse > .nav.navbar-nav > li.dropdown.open .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
}
@media only screen and (max-width: 768px) {
  header.primary > .navbar.navbar-default .navbar-collapse > .nav.navbar-nav > li.dropdown.open .dropdown-menu {
    border: 0;
  }
}
header.primary > .navbar.navbar-default .navbar-collapse > .nav.navbar-nav > li.dropdown.open .dropdown-menu a {
  font-weight: 600;
  text-transform: uppercase;
}
header.primary > .navbar.navbar-default .navbar-collapse > .nav.navbar-nav > li > a {
  display: inline-block;
  height: 100%;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  header.primary > .navbar.navbar-default .navbar-collapse > .nav.navbar-nav > li > a {
    line-height: normal;
    width: 100%;
  }
}
header.primary > .navbar.navbar-default .navbar-collapse > .nav.navbar-nav.navbar-right .search.dropdown {
  position: static;
}
header.primary > .navbar.navbar-default .navbar-collapse > .nav.navbar-nav.navbar-right .search.dropdown.open > .dropdown-menu {
  border: 0;
  border-radius: 0;
  z-index: 1000;
}
header.primary > .navbar.navbar-default .navbar-collapse > .nav.navbar-nav.navbar-right .search.dropdown > .dropdown-menu {
  top: auto;
  width: 100%;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  header.primary > .navbar.navbar-default .navbar-collapse > .nav.navbar-nav.navbar-right .search.dropdown > .dropdown-menu {
    border: 0;
    box-shadow: none;
    display: block !important;
    position: relative !important;
  }
}
header.primary > .navbar.navbar-default {
  z-index: 999;
  border: 0;
}
header.primary > .navbar.navbar-default .navbar-brand {
  display: inline-block;
}
header.primary > .navbar.navbar-default .navbar-nav > li.megamenu {
  position: static!important;
}
header.primary > .navbar.navbar-default .navbar-nav > li.megamenu .dropdown-menu {
  padding: 20px;
}
header.primary > .navbar.navbar-default .navbar-nav > li.megamenu .dropdown-menu > li {
  text-transform: uppercase;
}
header.primary > .navbar.navbar-default .navbar-nav > li.megamenu .dropdown-menu > li > a {
  font-weight: 600;
}
header.primary > .navbar.navbar-default .navbar-nav > li.dropdown > .dropdown-menu {
  border-radius: 0;
  border: none;
  top: unset;
}
header.primary > .navbar.navbar-default .navbar-nav > li > .brand-nav-menu {
  padding: 20px 0;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
header.primary > .navbar.navbar-default .navbar-nav > li > a {
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 4px solid transparent;
}
section.global {
  height: 50px;
  padding: 0 30px 0 15px;
  display: none;
}
section.global > .nav > li {
  float: right;
}
section.global > .nav > li > a {
  height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  background-image: url(../images/spriteBrands_sm.png);
  background-repeat: no-repeat;
}
section.global > .nav > li > a.active,
section.global > .nav > li > a:focus,
section.global > .nav > li > a:hover,
section.global > .nav > li > a:active,
section.global > .nav > li > a:visited {
  border-radius: 0;
  background-color: #ffffff;
  outline: none;
}
section.global > .nav > li > a.link-msr {
  width: 62px;
  background-position: -180px -30px;
}
section.global > .nav > li > a.link-msr:hover,
section.global > .nav > li > a.link-msr.active {
  background-position: -180px 5px;
}
section.global > .nav > li > a.link-cdi {
  width: 217px;
  background-position: 25px -30px;
}
section.global > .nav > li > a.link-cdi:hover,
section.global > .nav > li > a.link-cdi:active,
section.global > .nav > li > a.link-cdi.active {
  background-color: transparent;
}
section.global > .nav > li > a.link-msr-gh {
  width: 62px;
  background-position: -481px -30px;
}
section.global > .nav > li > a.link-msr-gh:hover,
section.global > .nav > li > a.link-msr-gh.active {
  background-position: -481px 5px;
}
section.global > .nav > li > a.link-tar {
  width: 85px;
  background-position: -425px -30px;
}
section.global > .nav > li > a.link-tar:hover,
section.global > .nav > li > a.link-tar.active {
  background-position: -425px 5px;
}
section.global > .nav > li > a.link-sl {
  width: 75px;
  background-position: -230px -30px;
}
section.global > .nav > li > a.link-sl:hover,
section.global > .nav > li > a.link-sl.active {
  background-position: -230px 5px;
}
section.global > .nav > li > a.link-pt {
  width: 72px;
  background-position: -293px -30px;
}
section.global > .nav > li > a.link-pt:hover,
section.global > .nav > li > a.link-pt.active {
  background-position: -293px 5px;
}
section.global > .nav > li > a.link-platy {
  width: 84px;
  background-position: -353px -30px;
}
section.global > .nav > li > a.link-platy:hover,
section.global > .nav > li > a.link-platy.active {
  background-position: -353px 5px;
}
section.global > .nav > li > a.link-ec {
  width: 60px;
  background-position: -498px -30px;
}
section.global > .nav > li > a.link-ec:hover,
section.global > .nav > li > a.link-ec.active {
  background-position: -498px 5px;
}
.catalog-category-view #btn-category-page-filter {
  display: none;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  width: 82%;
  padding: 20px;
  line-height: 1.38;
  font-weight: 600;
}
.catalog-category-view #btn-category-page-filter:focus,
.catalog-category-view #btn-category-page-filter:active,
.catalog-category-view #btn-category-page-filter:active:focus {
  box-shadow: none;
  outline: none;
}
@media only screen and (max-width: 992px) {
  .catalog-category-view #btn-category-page-filter {
    display: inline-block;
    margin: 20px 0 50px;
    width: 50%;
    margin-left: 25%;
  }
  .catalog-category-view #products-grid {
    padding: 0;
  }
  .catalog-category-view .filters .panel-group {
    display: none;
  }
  .catalog-category-view .category-toolbar {
    display: none;
  }
  .catalog-category-view .modal {
    padding: 0!important;
  }
  .catalog-category-view .panel-group .panel-heading + .panel-collapse > .list-group,
  .catalog-category-view .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: 0!important;
  }
  .catalog-category-view .panel-group {
    border-bottom: 1px solid #e7e7e7;
  }
  .catalog-category-view .modal-body {
    position: absolute;
    width: 100%;
    padding: 0;
    top: 56px;
    bottom: 0;
    overflow-y: scroll;
  }
  .catalog-category-view .modal-body .panel-group {
    display: block;
    margin: 0;
  }
  .catalog-category-view .modal-body .panel-body {
    padding: 15px 45px 25px 45px;
    border: 0;
  }
  .catalog-category-view .modal-body .panel-body > .slider-prices > .slider-price.slider-price-min {
    left: 45px !important;
  }
  .catalog-category-view .modal-body .panel-body > .slider-prices > .slider-price.slider-price-max {
    right: 60px !important;
  }
  .catalog-category-view .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .catalog-category-view .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
  }
  .catalog-category-view .modal-content > .modal-header > .close {
    font-size: 2em;
  }
  .catalog-category-view .modal-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #ffffff;
  }
  .catalog-category-view .modal-title {
    text-align: center;
  }
  .catalog-category-view #modal-btn-clear,
  .catalog-category-view #modal-btn-done {
    border-radius: 0;
    width: 48%;
  }
  .catalog-category-view #modal-btn-done {
    border: 2px solid transparent;
  }
}
.catalog-category-view .slider-prices {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.catalog-category-view .slider-prices .slider-price {
  display: block;
  flex-grow: 2;
  position: relative;
}
.catalog-category-view .slider-prices .slider-price.slider-price-separator {
  font-weight: 400;
  font-family: Helvetica, Arial, Roboto, sans-serif;
  font-size: 106.7%;
  color: #666;
  display: inline-block;
  width: 10px;
  margin: 0 1.5rem;
  background-color: #666;
  height: 1px;
}
.catalog-category-view .slider-prices .slider-price.slider-price-min {
  text-align: right;
}
.catalog-category-view .slider-prices .slider-price.slider-price-max {
  text-align: left;
}
.catalog-category-view .slider-prices .slider-price.slider-price-separator {
  text-align: center;
}
main hr {
  border-top-width: 2px;
  border-color: #e7e7e7;
  margin-top: 10px;
  margin-bottom: 10px;
}
main > .cms-page-content-block {
  margin: 30px 10px 0;
}
main .catalog-category-view .sidebar.primary,
main .category-search-products .sidebar.primary {
  padding-left: 0;
}
main .category-search-products ul#products-grid > li {
  display: block;
}
main aside .filters .panel-group {
  border: none;
  padding-bottom: 15px;
}
main aside .filters .panel-group .panel.panel-default {
  border: 0;
  box-shadow: none;
}
main aside .filters .panel-group .panel.panel-default > .panel-heading {
  background-color: #ffffff;
  padding-left: 15px;
}
main aside .filters .panel-group .panel.panel-default > .panel-heading > .panel-title {
  font-size: 1.4em;
  text-transform: uppercase;
}
main aside .filters .panel-group .panel.panel-default > .panel-heading > .panel-title > a {
  display: inline-block;
  width: 100%;
  position: relative;
  transition: .5s all ease;
  border-bottom: 2px solid #e7e7e7;
  padding: 5px;
  padding-left: 0;
}
main aside .filters .panel-group .panel.panel-default > .panel-heading > .panel-title > a:focus,
main aside .filters .panel-group .panel.panel-default > .panel-heading > .panel-title > a:hover,
main aside .filters .panel-group .panel.panel-default > .panel-heading > .panel-title > a:active {
  text-decoration: none;
  outline: none;
}
main aside .filters .panel-group .panel.panel-default > .panel-heading > .panel-title > a::after {
  content: "\f107";
  position: absolute;
  right: 0;
  font: normal normal normal 24px/1 FontAwesome;
}
main aside .filters .panel-group .panel.panel-default > .panel-heading > .panel-title > a.collapsed::after {
  transform: rotate(-180deg);
}
main aside .filters .panel-group .panel.panel-default .panel-body {
  border: 0;
}
@media only screen and (min-width: 992px) {
  main aside.sidebar .modal {
    position: relative;
    display: block !important;
    z-index: auto;
  }
  main aside.sidebar .modal .modal-dialog {
    margin: 0;
    width: auto;
  }
  main aside.sidebar .modal .modal-dialog > .modal-content {
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  main aside.sidebar .modal .modal-dialog > .modal-content > .modal-body {
    padding-left: 0;
  }
  main aside.sidebar .modal .modal-dialog > .modal-content > .modal-header,
  main aside.sidebar .modal .modal-dialog > .modal-content > .modal-footer {
    display: none;
  }
  main aside .filters .panel-group .panel.panel-default > .panel-heading {
    padding-left: 0;
  }
  main aside .filters .panel-group .panel.panel-default > .panel-heading > .panel-title > a {
    display: inline-block;
    width: 100%;
    position: relative;
    transition: .5s all ease;
    border-bottom: 2px solid #e7e7e7;
    padding: 5px;
    padding-left: 0;
  }
  main aside .filters .panel-group .panel.panel-default > .panel-heading > .panel-title > a:focus,
  main aside .filters .panel-group .panel.panel-default > .panel-heading > .panel-title > a:hover,
  main aside .filters .panel-group .panel.panel-default > .panel-heading > .panel-title > a:active {
    text-decoration: none;
    outline: none;
  }
  main aside .filters .panel-group .panel.panel-default > .panel-heading > .panel-title > a::after {
    content: "\f107";
    position: absolute;
    right: 0;
    font: normal normal normal 24px/1 FontAwesome;
  }
  main aside .filters .panel-group .panel.panel-default > .panel-heading > .panel-title > a.collapsed::after {
    transform: rotate(-180deg);
  }
  main aside .filters .panel-group .panel.panel-default .panel-body {
    border: 0;
  }
}
main .brand-main-content > .product-view {
  /* images */
  /* product description */
  /* videos */
  /* product reviews */
}
main .brand-main-content > .product-view #product-img-box {
  position: relative;
  height: 100%;
  width: 100%;
  float: left;
}
main .brand-main-content > .product-view #product-img-box .product-image {
  float: left;
}
main .brand-main-content > .product-view #product-img-box .product-image > * {
  margin: 0 auto;
  cursor: default;
}
main .brand-main-content > .product-view #product-img-box .product-image > #product-image-primary {
  display: block;
  margin: 0 auto;
  height: auto;
  max-height: 450px;
  max-width: 100%;
}
main .brand-main-content > .product-view #product-img-box .product-image > #product-image-primary > img {
  height: auto;
  max-height: inherit;
}
@media only screen and (max-width: 768px) {
  main .brand-main-content > .product-view #product-img-box .product-image > #product-image-primary > img {
    width: 100%;
  }
}
main .brand-main-content > .product-view #product-img-box .product-image #product-image-primary-spinner {
  display: none;
}
main .brand-main-content > .product-view #product-img-box .product-image #product-image-primary-spinner > .image-spinner {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: -50px;
}
main .brand-main-content > .product-view #product-img-box .product-image.spinner {
  color: #000000;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
}
main .brand-main-content > .product-view #product-img-box > .image-viewer-toggle {
  vertical-align: middle;
  width: 30px;
  text-align: center;
  line-height: 60px !important;
  /*or height of thumbs*/
  cursor: pointer;
  float: left;
  font-size: 1.4em;
}
main .brand-main-content > .product-view #product-img-box .thumbnail-wrapper {
  width: 62px;
  position: absolute;
  overflow: hidden;
  margin-bottom: 20px;
  height: 465px;
  right: 20px;
  top: 30px;
}
main .brand-main-content > .product-view #product-img-box .thumbnail-wrapper > #productPhotoList {
  display: table-column;
  position: absolute;
  list-style: none;
  padding-left: 0;
  margin-top: 30px;
  top: 0;
}
main .brand-main-content > .product-view #product-img-box .thumbnail-wrapper > #productPhotoList li {
  margin: 5px 0;
  height: 62px;
  width: 62px;
}
main .brand-main-content > .product-view #product-img-box .thumbnail-wrapper > #productPhotoList li > img {
  width: 100%;
  height: 100%;
}
main .brand-main-content > .product-view #product-img-box .thumbnail-wrapper > .arrow {
  display: block;
  height: 30px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2;
  top: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
main .brand-main-content > .product-view #product-img-box .thumbnail-wrapper > .arrow#down-arrow {
  bottom: 0;
  top: auto;
}
main .brand-main-content > .product-view #product-img-box .thumbnail-wrapper > .arrow#up-arrow {
  top: 0;
}
@media only screen and (max-width: 992px) {
  main .brand-main-content > .product-view #product-img-box .thumbnail-wrapper {
    right: 0;
    top: -15px;
  }
}
main .brand-main-content > .product-view #product-img-box #product-image-error-message {
  text-align: center;
  margin: 150px 0 100px;
}
main .brand-main-content > .product-view .product-description {
  padding-bottom: 20px;
}
main .brand-main-content > .product-view .product-description > div {
  padding: 5px 0;
  float: left;
}
main .brand-main-content > .product-view .product-description > .product-name {
  font-weight: 800;
  font-size: 1.3em;
}
main .brand-main-content > .product-view .product-description > .product-review-summary {
  margin-top: -10px;
  padding: 0;
  width: 100%;
}
main .brand-main-content > .product-view .product-description > .product-review-summary > .reviewStars {
  float: left;
}
main .brand-main-content > .product-view .product-description > #product-pricing-and-options {
  width: 100%;
}
main .brand-main-content > .product-view .product-description > #product-options-wrapper,
main .brand-main-content > .product-view .product-description .product-pricing {
  margin: 10px 0;
}
main .brand-main-content > .product-view .product-description .product-pricing,
main .brand-main-content > .product-view .product-description .product-options-bottom {
  width: 100%;
}
main .brand-main-content > .product-view .product-description .product-pricing > .product-price-option > .configurable-price-from,
main .brand-main-content > .product-view .product-description .product-options-bottom > .product-price-option > .configurable-price-from {
  display: none;
}
main .brand-main-content > .product-view .product-description .product-pricing > .product-price-option > .price-box,
main .brand-main-content > .product-view .product-description .product-options-bottom > .product-price-option > .price-box {
  padding-left: 0;
  margin-bottom: 25px;
}
main .brand-main-content > .product-view .product-description .product-pricing > .product-price-option > .price-box > *,
main .brand-main-content > .product-view .product-description .product-options-bottom > .product-price-option > .price-box > * {
  margin: 0;
  padding: 0;
  font-weight: 600;
}
main .brand-main-content > .product-view .product-description .product-pricing > .product-price-option > .price-box > .old-price,
main .brand-main-content > .product-view .product-description .product-options-bottom > .product-price-option > .price-box > .old-price {
  color: #de393f;
  text-decoration: line-through;
}
main .brand-main-content > .product-view .product-description .product-pricing > .product-price-option > .price-box > .regular-price,
main .brand-main-content > .product-view .product-description .product-options-bottom > .product-price-option > .price-box > .regular-price,
main .brand-main-content > .product-view .product-description .product-pricing > .product-price-option > .price-box .special-price,
main .brand-main-content > .product-view .product-description .product-options-bottom > .product-price-option > .price-box .special-price {
  font-size: 1.4em;
}
main .brand-main-content > .product-view .product-description .product-pricing > .add-to-cart,
main .brand-main-content > .product-view .product-description .product-options-bottom > .add-to-cart {
  width: 100%;
  float: left;
}
main .brand-main-content > .product-view .product-description .product-pricing > .add-to-cart > .qty-box,
main .brand-main-content > .product-view .product-description .product-options-bottom > .add-to-cart > .qty-box {
  width: 100px;
  float: left;
}
main .brand-main-content > .product-view .product-description .product-pricing > .add-to-cart > .qty-box > label[for="qty"],
main .brand-main-content > .product-view .product-description .product-options-bottom > .add-to-cart > .qty-box > label[for="qty"] {
  font-size: 0.8em;
}
main .brand-main-content > .product-view .product-description .product-pricing > .add-to-cart > .qty-box > #qty,
main .brand-main-content > .product-view .product-description .product-options-bottom > .add-to-cart > .qty-box > #qty {
  width: 60px;
  float: left;
  height: 45px;
  font-size: 1.4em;
  font-weight: 600;
  padding: 10px;
  text-align: right;
}
main .brand-main-content > .product-view .product-description .product-pricing > .add-to-cart > #product-addtocart-button,
main .brand-main-content > .product-view .product-description .product-options-bottom > .add-to-cart > #product-addtocart-button {
  float: left;
  color: #ffffff;
  padding: 15px 35px;
  font-size: 1.5em;
  margin-top: 5px;
}
main .brand-main-content > .product-view .product-description .stock-details {
  font-size: 1.4em;
  float: left;
  margin: 25px 0 0;
  width: 100%;
}
main .brand-main-content > .product-view .product-description .stock-details > * {
  margin: 0 10px 0 0;
}
main .brand-main-content > .product-view .product-description .stock-details > .stock-availability {
  margin-top: 5px;
}
main .brand-main-content > .product-view .product-description .stock-details > .stock-purchase-action {
  text-transform: capitalize;
  float: right;
}
main .brand-main-content > .product-view .product-description .stock-details > .stock-purchase-action > a {
  text-decoration: underline;
  font-size: 0.8em;
  color: #000;
  font-weight: 600;
}
main .brand-main-content > .product-view .product-page-videos .product-videos,
main .brand-main-content > .product-view .product-page-videos .yt-video-primary {
  padding-left: 0;
}
main .brand-main-content > .product-view .product-page-videos .product-videos {
  padding-top: 15px;
}
main .brand-main-content > .product-view .product-page-videos .product-videos > .yt-video-primary {
  background-color: #000000;
  height: 445px;
}
main .brand-main-content > .product-view .product-page-videos .product-videos > .yt-video-primary > .youtube > .play::before {
  border-top-width: 25px;
  border-left-width: 50px;
  border-bottom-width: 25px;
}
main .brand-main-content > .product-view .product-page-videos .product-videos > .yt-thumb {
  height: 75px;
  width: 135px;
  margin: 0 5px 5px 0;
}
main .brand-main-content > .product-view .product-page-videos .youtube {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: all 200ms ease-out;
  cursor: pointer;
}
main .brand-main-content > .product-view .product-page-videos .youtube > .play {
  opacity: .75;
  filter: alpha(opacity=75);
  transition: all 0.2s ease-out;
}
main .brand-main-content > .product-view .product-page-videos .youtube > .play::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-left: 25px solid #ffffff;
  border-bottom: 12px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
main .brand-main-content > .product-view .product-page-videos .youtube > .play:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
main .brand-main-content > .product-view .product-page-videos .youtube:hover {
  opacity: .8;
}
main .brand-main-content > .product-view .product-detail-column {
  /* helpful reviews */
}
main .brand-main-content > .product-view .product-detail-column > div {
  margin-bottom: 25px;
  width: 100%;
  float: left;
}
main .brand-main-content > .product-view .product-detail-column.detail-column-right {
  padding-left: 0;
}
main .brand-main-content > .product-view .product-detail-column.detail-column-left {
  padding-left: 0;
}
main .brand-main-content > .product-view .product-detail-column > #product-page-helpfulReviews .helpful-review {
  margin: 20px 0;
  float: left;
}
main .brand-main-content > .product-view .product-detail-column > #product-page-helpfulReviews .helpful-review > * {
  margin: 2px 0;
  float: left;
  width: 100%;
}
main .brand-main-content > .product-view .product-detail-column > #product-page-helpfulReviews .helpful-review > .helpful-review-author {
  font-weight: 600;
}
main .brand-main-content > .product-view .product-detail-column > #product-page-helpfulReviews .helpful-review > .helpful-review-feedback-submission-date > .helpful-review-submission-date,
main .brand-main-content > .product-view .product-detail-column > #product-page-helpfulReviews .helpful-review > .helpful-review-feedback-submission-date > .helpful-review-feedback {
  float: left;
  font-size: 0.8em;
}
main .brand-main-content > .product-view .product-detail-column > #product-page-helpfulReviews .helpful-review > .helpful-review-feedback-submission-date > .helpful-review-feedback {
  padding-left: 10px;
}
main .brand-main-content > .product-view .product-detail-column > #product-page-helpfulReviews .helpful-review > .helpful-review-title {
  font-weight: 600;
  font-size: 1.2em;
  margin: 8px 0 0;
}
main .brand-main-content > .product-view .product-detail-column > #product-page-helpfulReviews .helpful-review > .helpful-review-text {
  max-height: 100px;
  overflow: hidden;
  margin-top: -2px;
}
main .brand-main-content > .product-view .product-detail-column #product-page-faq > #product-faq-accordion > .panel {
  border-bottom: none;
}
main .brand-main-content > .product-view .product-detail-column #product-page-faq > #product-faq-accordion #download-button {
  margin-left: 20px;
  border: 0;
  text-align: center;
  color: #ffffff;
  padding: 5px 25px;
  font-size: 1.4em;
}
main .brand-main-content > .product-view .product-detail-column #product-page-faq .support-downloads #document-download {
  height: 44px;
  margin-top: -5px;
}
main .brand-main-content > .product-view .product-detail-column #product-page-faq .support-downloads .support-faq {
  margin: 50px 0 0;
}
main .brand-main-content > .product-view .product-detail-column #product-page-faq .support-downloads .support-faq .panel > h3 {
  font-size: 1.4em;
}
main .brand-main-content > .product-view .product-detail-column #product-page-specs > #product-specs-accordion > .panel {
  border-bottom: none;
}
main .brand-main-content > .product-view .product-detail-column #product-page-blog #product-blog-accordion > .panel {
  border-bottom: none;
}
main .brand-main-content > .product-view .product-detail-column #product-page-specs table {
  margin-left: 10px;
  width: 80%;
}
main .brand-main-content > .product-view .product-detail-column #product-page-specs table tr > * {
  padding: 10px 0;
}
main .brand-main-content > .product-view .product-detail-column #product-page-specs table tr > td {
  padding-left: 20px;
}
main .brand-main-content > .product-view .product-detail-column #product-page-specs table tr:first-child {
  border-top: none;
}
main .brand-main-content > .product-view .product-detail-column #product-page-specs table tr:first-child > * {
  border-top: none;
}
main .brand-main-content > .product-view .product-detail-column > #product-page-blog .blog-post-container {
  margin: 30px 0;
}
main .brand-main-content > .product-view .product-detail-column > #product-page-blog .blog-post-container > .blog-post {
  height: 500px;
}
main .brand-main-content > .product-view .product-detail-column > #product-page-blog .blog-post-container > .blog-post > .post-image {
  height: 200px;
  background-size: cover;
  background-position: center;
}
main .brand-main-content > .product-view .product-detail-column > #product-page-blog .blog-post-container > .blog-post > .post-details {
  padding: 20px;
  position: relative;
  height: 250px;
}
main .brand-main-content > .product-view .product-detail-column > #product-page-blog .blog-post-container > .blog-post > .post-details > .post-title {
  font-weight: 600;
  font-size: 1.4em;
  max-height: 60px;
  overflow: hidden;
}
main .brand-main-content > .product-view .product-detail-column > #product-page-blog .blog-post-container > .blog-post > .post-details > .post-bottom {
  position: absolute;
  bottom: 20px;
}
main .brand-main-content > .product-view .product-detail-column > #product-page-blog .blog-post-container > .blog-post > .post-details > .post-bottom > div {
  position: relative;
}
main .brand-main-content > .product-view .product-detail-column > #product-page-blog .blog-post-container > .blog-post > .post-details > .post-bottom > div.post-date {
  font-weight: 600;
  font-size: 1em;
}
main .brand-main-content > .product-view .product-detail-column > #product-page-blog .blog-post-container > .blog-post > .post-details > .post-bottom > div.post-excerpt {
  margin: 5px 20px 25px 0;
  max-height: 60px;
  overflow: hidden;
}
main .brand-main-content > .product-view .product-detail-column > #product-page-blog .blog-post-container > .blog-post > .post-details > .post-bottom > div.post-link {
  text-decoration: underline;
  font-size: 1.4em;
}
main .brand-main-content > .product-view .product-detail-column > #product-page-awards img {
  float: left;
  margin: 7px 15px 7px 0;
  max-height: 100px;
}
main .brand-main-content > .product-view .product-reviews .panel-title {
  font-size: 1.4em;
  font-weight: 600;
  margin: 50px 0 20px;
}
main .panel-group {
  margin-top: 33px;
}
main .panel-group.generic-content-group > .panel > .panel-heading {
  border-bottom: 2px solid #e7e7e7;
  padding: 5px 0 10px 5px;
}
main .panel-group > .panel {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
main .panel-group > .panel > .panel-collapse > .panel-body {
  border-top: none;
  padding-top: 0;
  margin-right: 35px;
}
main .panel-group > .panel > .panel-collapse > .panel-body > .slider-prices > .slider-price {
  position: absolute;
  margin-top: 50px;
}
main .panel-group > .panel > .panel-collapse > .panel-body > .slider-prices > .slider-price.slider-price-separator {
  display: none;
}
main .panel-group > .panel > .panel-collapse > .panel-body > .slider-prices > .slider-price.slider-price-min {
  left: 15px;
}
main .panel-group > .panel > .panel-collapse > .panel-body > .slider-prices > .slider-price.slider-price-max {
  right: 45px;
}
main .panel-group > .panel > .panel-heading {
  position: relative;
  background-color: transparent;
}
main .panel-group > .panel > .panel-heading > h3 {
  margin: 0;
  padding: 0;
  border-bottom: 0;
  font-weight: 500;
}
main .panel-group > .panel > .panel-heading > h3.section-title {
  font-size: 1.4em;
  font-weight: 600;
  border-bottom: 2px solid #e7e7e7;
  padding: 10px 5px;
}
main .panel-group > .panel > .panel-heading > h3 > a {
  display: inline-block;
  width: 100%;
  position: relative;
  outline: none;
}
main .panel-group > .panel > .panel-heading > h3 > a:active {
  text-decoration: none;
}
main .panel-group > .panel > .panel-heading > h3 > a.collapsed > .collapse-icon > .two {
  transform: rotate(0deg);
}
main .panel-group > .panel > .panel-heading > h3 > a > .collapse-icon {
  width: 20px;
  height: 20px;
  position: relative;
}
main .panel-group > .panel > .panel-heading > h3 > a > .collapse-icon > .one,
main .panel-group > .panel > .panel-heading > h3 > a > .collapse-icon > .two {
  position: absolute;
  border-radius: 3px;
  background-color: #777777;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 400ms all ease-out;
  transition: 400ms all ease-out;
}
main .panel-group > .panel > .panel-heading > h3 > a > .collapse-icon > .one {
  top: 40%;
  width: 100%;
  height: 3px;
}
main .panel-group > .panel > .panel-heading > h3 > a > .collapse-icon > .two {
  left: 44%;
  width: 3px;
  height: 100%;
  transform: rotate(90deg);
}
main > .brand-upsell {
  min-height: 0;
  float: left;
  width: 100%;
}
.category-toolbar {
  padding: 21px 30px 21px 0;
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.category-toolbar .ui.dropdown {
  border: 2px solid #e7e7e7;
  width: 230px;
}
.category-toolbar .ui.dropdown > a {
  color: #000000;
}
.category-toolbar .ui.dropdown > a .caret {
  position: absolute;
  top: 50%;
  right: 14px;
}
.category-toolbar .ui.dropdown.open > a {
  background-color: #ffffff;
}
.category-toolbar .ui.dropdown.open > .dropdown-menu {
  width: 100%;
  border: 2px solid #e7e7e7;
  border-radius: 0;
  box-shadow: none;
}
.onestepcheckout-index-index > header.primary > .navbar,
.checkout-cart-index > header.primary > .navbar {
  box-shadow: none;
}
.ui.checkbox {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: left;
  padding-left: 40px;
  background-color: #ffffff;
  color: #000000;
  border: 0;
  border-radius: 0;
  text-transform: capitalize;
  margin: 0;
  line-height: 20px;
}
.ui.checkbox:hover {
  background-color: #ffffff;
  cursor: pointer;
}
.ui.checkbox::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: #ffffff;
  border: 2px solid #000000;
}
.ui.checkbox::after {
  font-family: 'FontAwesome';
  font-size: 0;
}
.ui.checkbox.focus::after,
.ui.checkbox.active::after {
  content: '\f00c';
  display: block;
  position: absolute;
  font-size: 15px;
  top: 4px;
  left: 4px;
}
.breadcrumbs > ul {
  padding-left: 0;
  margin-top: 10px;
  text-transform: uppercase;
  list-style: none;
}
.breadcrumbs > ul > li {
  float: left;
  margin-right: 10px;
}
.breadcrumbs > ul > li > a {
  color: #000000;
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 2px;
  position: relative;
  margin-top: 1.15625em;
  pointer-events: none;
}
.noUi-origin {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
}
.noUi-handle {
  position: relative;
  z-index: 1;
  pointer-events: all;
}
.noUi-stacking .noUi-handle {
  z-index: 10;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 150ms linear;
  -moz-transition: left 150ms linear;
  transition: left 150ms linear;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 0.125em;
}
.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: -10px;
  transition: all .5s ease;
}
.touch .noUi-horizontal .noUi-handle:before {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}
.touch .noUi-horizontal .noUi-handle:active:before,
.touch .noUi-horizontal .noUi-handle:hover:before {
  display: none;
}
.noUi-horizontal .noUi-handle:active,
.noUi-horizontal .noUi-handle:hover {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
.noUi-dragable {
  cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}
.noUi-handle {
  cursor: default;
}
[disabled] .noUi-handle {
  cursor: not-allowed;
}
footer {
  background-color: #e7e7e7;
  min-height: 200px;
  text-align: center;
  padding: 30px;
  line-height: 2em;
}
footer .row {
  padding: 2px 0;
}
footer .row a {
  margin: 0 15px;
  color: #000000;
}
footer .row a:hover {
  color: #aaaaaa;
}
footer .row a > button {
  color: #000000;
}
footer .row a > button:hover {
  color: #aaaaaa;
}
footer #language_switcher {
  position: absolute;
  top: 0;
  right: 40px;
}
@media only screen and (max-width: 992px) {
  footer #language_switcher {
    margin: 10px 0;
    position: relative;
    float: none!important;
    right: auto!important;
  }
}
footer #language_switcher > .dropdown > .dropdown-toggle {
  width: 100%;
  border: 0;
  border-radius: 0;
  line-height: 40px;
  font-size: 16px;
  text-align: left;
}
footer #language_switcher > .dropdown > .dropdown-toggle > .caret {
  position: absolute;
  right: 10px;
  top: 40%;
  color: #aaaaaa;
  border-top: 10px dashed;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
footer #language_switcher > .dropdown > .dropdown-toggle:hover,
footer #language_switcher > .dropdown > .dropdown-toggle:focus {
  background-color: #ffffff;
}
footer #language_switcher > .dropdown.open > .dropdown-menu {
  position: absolute;
  top: 0;
  right: 0;
}
footer #language_switcher > .dropdown .btn-default.active.focus,
footer #language_switcher > .dropdown .btn-default.active:focus,
footer #language_switcher > .dropdown .btn-default.active:hover,
footer #language_switcher > .dropdown .btn-default:active.focus,
footer #language_switcher > .dropdown .btn-default:active:focus,
footer #language_switcher > .dropdown .btn-default:active:hover,
footer #language_switcher > .dropdown .open > .dropdown-toggle.btn-default.focus,
footer #language_switcher > .dropdown .open > .dropdown-toggle.btn-default:focus,
footer #language_switcher > .dropdown .open > .dropdown-toggle.btn-default:hover {
  outline: none;
  box-shadow: none;
  background-color: #ffffff;
}
.dealer-locator-pin {
  margin: 0;
  padding-left: 30px;
  background: url(../images/icon-dealer-locator.png) no-repeat left center;
  background-size: 21px 26px;
  height: 26px;
  float: left;
}
.account-login,
.account-create,
.account-forgotpassword {
  padding-top: 30px;
  padding-bottom: 80px;
}
.account-login .page-title > h1,
.account-create .page-title > h1,
.account-forgotpassword .page-title > h1 {
  font-weight: 600;
  letter-spacing: 0.01em;
}
.account-login p.required,
.account-create p.required,
.account-forgotpassword p.required {
  margin-left: -15px;
  color: #777777;
}
.account-login h3,
.account-create h3,
.account-forgotpassword h3 {
  text-transform: uppercase;
}
.account-login p,
.account-create p,
.account-forgotpassword p {
  color: #777777;
}
.account-login input,
.account-create input,
.account-forgotpassword input {
  background-color: #f7f7f7 !important;
}
.account-login #remember-me-box,
.account-create #remember-me-box,
.account-forgotpassword #remember-me-box {
  line-height: 1.8em;
  margin: 0 0 20px;
}
.cms-page-view main {
  margin-top: 120px;
  padding: 0;
}
.cms-page-view blockquote {
  font-size: 2em;
}
.cms-page-view .content-header,
.cms-page-view .content-footer {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.cms-page-view .content-header {
  margin-bottom: 20px;
}
.cms-page-view .content-header figcaption {
  position: absolute;
  padding: 0 20px;
  bottom: 45%;
  width: 100%;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 3em;
}
@media only screen and (max-width: 767px) {
  .cms-page-view .content-header figcaption {
    font-size: 2em;
  }
}
.cms-page-view article {
  margin-bottom: 20px;
  font-size: 16px;
}
.cms-page-view .cms-menu {
  padding: 0;
  list-style: none;
}
.cms-page-view .cms-menu > li a,
.cms-page-view .cms-menu > li strong {
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
}
.cms-page-view .cms-menu > li.parent > ul {
  padding: 0;
  list-style: none;
}
.faq-index-index main {
  margin-top: 100px;
}
.faq-index-index #faq-search {
  margin-top: 0;
}
.faq-index-index #faq-search .input-group {
  width: 100%;
}
.faq-index-index #faq-search .input-group .form-control {
  height: 42px;
}
.faq-index-index #faq-search .input-group .btn.btn-default {
  padding: 10px 16px;
}
.text.warning {
  color: #de393f;
}
.brand-nav-global {
  display: none;
}
.brand-nav-global > .container {
  transition: margin 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
.brand-nav-global #toggle {
  position: absolute;
  appearance: none;
  cursor: pointer;
  left: -100%;
  top: -100%;
}
.brand-nav-global #toggle:checked ~ .global-links {
  top: 0;
}
.brand-nav-global #toggle:checked ~ .container {
  margin-top: 30px;
}
.brand-nav-global #toggle + label {
  position: absolute;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  transition: all 500ms ease;
  z-index: 50000;
  height: 15px;
  left: 50%;
  background-color: #777777;
  padding-right: 12px;
}
.brand-nav-global #toggle + label > .arrow-down {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #e7e7e7;
  position: absolute;
  right: 0;
  top: 5px;
}
.brand-nav-global #toggle + label:before,
.brand-nav-global #toggle + label:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
}
.brand-nav-global #toggle + label:after {
  right: -15px;
  border-top: solid 15px #777777;
  border-left: solid 0 transparent;
  border-right: solid 15px transparent;
}
.brand-nav-global #toggle + label:before {
  left: -15px;
  border-top: solid 15px #777777;
  border-left: solid 15px transparent;
  border-right: solid 0 transparent;
}
.brand-nav-global > .global-links {
  background-color: #777777;
  color: #FFF;
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  overflow: hidden;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans, sans-serif;
}
.brand-nav-global > .global-links > div {
  width: 50%;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
}
.brand-nav-global > .global-links > div > a {
  flex: 1 1 auto;
  transition: height 0.7s ease-out;
  color: #333;
  vertical-align: middle;
  padding: 5px 0;
  text-align: center;
  font-weight: 500;
}
.brand-nav-global > .global-links > div > a:hover {
  color: #ffffff;
}
.no-price #product-options-wrapper .required {
  display: none;
}
.product-container .product-description .product-colors .color {
  margin-top: 4px;
  width: 32px;
  height: 32px;
  display: inline-block;
}
#products-grid > .product-container.product-hidden {
  height: 0 !important;
  border: none;
}
@media (max-width: 950px) {
  main .panel-group > .panel > .panel-collapse > .panel-body {
    margin-right: 0;
  }
  main .brand-main-content > .product-view .product-page-videos .product-videos > .yt-video-primary {
    height: 350px;
  }
  main .brand-main-content > .product-view .product-page-videos .product-videos > .yt-video-primary > .youtube {
    height: inherit !important;
  }
  #document-download {
    float: left;
    width: 50%;
  }
}
@media (max-width: 700px) {
  main .brand-main-content > .product-view #product-img-box .thumbnail-wrapper {
    height: 375px;
  }
  .cms-history figure {
    height: 300px !important;
    background-size: cover;
  }
  .cms-history figure > figcaption {
    bottom: 10px !important;
  }
}
@media (max-width: 550px) {
  main .brand-main-content > .product-view #product-img-box .thumbnail-wrapper {
    height: 300px;
  }
}
@media (max-width: 425px) {
  main .brand-main-content > .product-view .product-page-videos .product-videos > .yt-video-primary {
    height: 200px;
  }
  main .brand-main-content > .product-view .product-page-videos .product-videos > .yt-video-primary > .youtube {
    height: inherit !important;
  }
  main .brand-main-content > .product-view .product-detail-column.detail-column-left,
  main .brand-main-content > .product-view .product-detail-column.detail-column-right {
    padding-right: 0;
  }
}
@media (max-width: 320px) {
  main .brand-main-content > .product-view .product-description .stock-details > .stock-purchase-action {
    width: 100%;
    margin-top: 20px;
  }
  main .brand-main-content > .product-view .product-page-videos .product-videos > .yt-thumb {
    width: 49%;
    margin: 0 1px 5px 0;
  }
  main .brand-main-content > .product-view .product-page-videos .product-videos > .yt-video-primary {
    height: 150px;
  }
  #document-download {
    width: 100%;
  }
  #download-button {
    margin-top: 15px;
    margin-left: 0 !important;
  }
}
.pr-snapshot-head {
  display: none;
}
