
/* REVISION HISTORY for FILE*/
/*  DATE        WHO Comments
  ----------  --- ---------------------------------------------------*/
/*	12/10/2024  GG  Setup

*/
/*END REVISION HISTORY */
/************************/
:root {
  --color-1: #BF0303;
  --color-2: #ffffff;
  --section-i-headers: #BF0303;
  --color-3: #BF0303;
  --color-4: #BF0303;
  --color-grey: #eeeeee;
  --color-white: #eee5dc;
  --color-black: #282a27;
}

body {
  --section-i-headers: #BF0303;
  --section-h-header: #BF0303;
  --tab-button-active: #545454;
  --tab-button-hov: #545454;
}

@import url(https://fonts.googleapis.com/css?family=Raleway:200,200i,300,300i,400,400i,700,700i);
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"),
    url(https://fonts.gstatic.com/s/materialicons/v8/2fcrYFNaTjcS6g4U3t-Y5RV6cRhDpPC5P4GCEJpqGoc.woff)
      format("woff");
}

.material-icons {
  font-family: "Material Icons" !important;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}

i {
  font-style: normal !important;
}

i a {
  text-decoration: none;
  cursor: pointer;
}

li:after,
li:before {
  text-decoration: none;
  cursor: default !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}

.close-x {
  background-color: white;
  border-radius: 50%;
  float: right;
  color: #444;
}
.close-x a {
  color: #444;
}
.close-x a:hover {
  color: #444;
}

/*MEGA MENU*/
nav ul {
  display: table !important;
  width: 100%;
  margin: 0;
  padding: 0;
  background: 0 0;
  overflow: visible;
}

nav #search-desktop {
  background: transparent;
  text-align: center;
  font-size: 18px;
  padding: 10px 15px;
  line-height: 0px;
  cursor: pointer;
}
nav #search-desktop i {
  color: #444;
  width: 100%;
}

nav.menu {
  background: transparent;
  min-height: 45px;
}
nav.menu ul li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0);
}
nav.menu ul li {
  list-style: none;
  border-left: 1px solid rgba(255, 255, 255, 0);
  line-height: 45px;
  display: table-cell;
  vertical-align: top;
}
nav.menu ul li a {
  text-align: center !important;
  text-decoration: none;
  color: #444;
  display: block;
  text-transform: uppercase;
  padding: 0px 4px;
  padding-right: 4px;
  padding-left: 4px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: 500;
}
nav.menu ul li a:hover {
  background: transparent;
  color: #368da7;
}
nav.menu ul li ul li {
  display: block;
  line-height: 16px;
  margin-bottom: 8px;
  padding-left: 10px;
}
nav.menu ul li ul li a {
  display: inline;
  text-transform: none !important;
  font-weight: normal !important;
  font-size: 14px;
  padding: 0px !important;
}
nav.menu ul li ul li a:hover {
  background: none !important;
  border-bottom: none !important;
}

.mega-menu a:hover,
.mini-menu a:hover {
  background: transparent !important;
}

.display-on {
  background: transparent !important;
}

.xs-menu li {
  list-style: none;
}
.xs-menu li a {
  text-decoration: none;
  color: #222;
  display: block;
  padding: 0px 24px;
}

.displaynone {
  display: none;
}

.xs-menu-cont {
  display: none;
  position: relative;
}

#search-mobile {
  position: absolute;
  color: white;
  top: 5px;
  right: 10px;
  cursor: pointer;
}
#search-mobile i {
  font-size: 26px !important;
}

.xs-menu-cont > a {
  text-align: left;
  background-color: #444 !important;
  padding: 2px 6px;
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 1px 2px #333 2px 5px 0px #000000;
  -moz-box-shadow: 0 1px 2px #333 2px 5px 0px #000000;
  box-shadow: 0 1px 2px #333 2px 5px 0px #000000;
}

.xs-menu-cont > a:hover {
  cursor: pointer;
}

.xs-menu li {
  color: #fff;
  border-bottom: 1px solid white;
  background: #d8d8e3;
}
.xs-menu li .top-mobile {
  padding-left: 10px !important;
  background-color: #000;
  height: 40px;
  line-height: 40px;
  color: white;
}
.xs-menu li .mid-mobile {
  border-bottom: 5px solid #383838;
  padding-left: 25px !important;
  background-color: black;
  height: 40px;
  line-height: 40px;
  color: white;
}

.xs-menu a {
  text-decoration: none;
}

nav.xs-menu ul ul li {
  margin-left: 15px;
  padding: 10px;
}

nav.xs-menu ul ul li:last-child {
  border-bottom: 0px;
}

.mega-wrapper .trin-4:nth-child(4n-7) {
  clear: left;
}

.mega-menu:hover {
  background-size: 106%;
}

.mega-menu {
  background-color: white;
  background-image: url("../../../fs-images/mega-bg.jpg");
  background-size: 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
  color: inherit;
  border-bottom: 8px solid #ccc;
  border-top: 8px solid #ccc;
  line-height: normal;
  left: 0;
  margin-top: 0px;
  position: absolute;
  z-index: 9998;
  width: 100%;
  padding: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  display: none;
  transition-duration: 0.9s;
  box-shadow: 2px 2px 12px 2px rgba(0, 0, 0, 0.2);
}
.mega-menu .mega-wrapper {
  position: relative;
  display: block;
  overflow: auto;
  padding-bottom: 55px;
}
.mega-menu .catfish {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.mega-menu .catfish a {
  color: #333;
  text-decoration: underline;
}
.mega-menu .catfish a:visited {
  color: #333;
}
.mega-menu .catfish a:hover {
  color: #444;
}
.mega-menu .catfish a:active {
  color: #444;
}
.mega-menu .catfish a {
  text-decoration: none !important;
}
.mega-menu .categories-list ul li {
  margin: 0 0 8px 8px !important;
}
.mega-menu .categories-list ul li a {
  text-align: left !important;
  color: #444;
  text-decoration: none !important;
}
.mega-menu .categories-list ul li a:visited {
  color: #444;
}
.mega-menu .categories-list ul li a:hover {
  color: #307e95;
}
.mega-menu .categories-list ul li a:active {
  color: #307e95;
}
.mega-menu .categories-list ul span a {
  text-align: left !important;
  color: #307e95;
  text-decoration: underline;
  border-bottom: 2px solid transparent !important;
}
.mega-menu .categories-list ul span a:visited {
  color: #307e95;
}
.mega-menu .categories-list ul span a:hover {
  color: #41a0bc;
  border-bottom: 2px solid transparent !important;
}
.mega-menu .categories-list ul span a:active {
  color: #41a0bc;
}
.mega-menu .shop-all-links {
  text-align: right;
  float: right;
  margin-left: 50px;
}
.mega-menu .left-images {
  margin-right: 0 !important;
  display: block;
}
.mega-menu .left-images p {
  color: #444;
  text-align: center;
  font-size: 18px;
  line-height: normal;
  margin: 0;
  padding: 5px 14px;
}
.mega-menu .left-images a {
  border-bottom: 2px solid transparent !important;
}
.mega-menu .left-images a:hover {
  border-bottom: 2px solid transparent !important;
}
.mega-menu .left-images img {
  width: 100%;
  max-width: 100%;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.mega-menu .left-images img:hover {
  opacity: 0.8;
}

.mini-menu {
  background-color: #fff;
  background-image: url("../../../fs-images/mega-bg.jpg");
  background-size: cover;
  background-position: top left;
  color: inherit;
  border-bottom: 8px solid #ccc;
  border-top: 8px solid #ccc;
  line-height: normal;
  left: 0;
  margin-top: 0px;
  position: absolute;
  z-index: 8888;
  width: auto;
  min-width: 160px;
  display: none;
  transition-duration: 0.9s;
  box-shadow: 2px 2px 12px 2px rgba(0, 0, 0, 0.2);
}
.mini-menu span.categories-list ul {
  margin: 0 0 0 8px !important;
}
.mini-menu span.categories-list ul li {
  border-left: none;
}
.mini-menu span.categories-list ul li a {
  margin-left: 0 !important;
  text-decoration: none !important;
  color: #444;
}
.mini-menu span.categories-list ul li a:visited {
  color: #444;
}
.mini-menu span.categories-list ul li a:hover {
  color: #307e95;
}
.mini-menu span.categories-list ul li a:active {
  color: #307e95;
}
.mini-menu span.categories-list a {
  display: inline !important;
  padding: 2px;
  text-decoration: underline !important;
  color: #307e95;
}
.mini-menu span.categories-list a:hover {
  color: #41a0bc;
  border-bottom: 2px solid transparent !important;
}

.mini-drop-down {
  position: relative;
}

.categories-list {
  margin-top: 15px;
}
.categories-list ul {
  margin: 0;
}
.categories-list span {
  text-decoration: underline;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding: 0px 0px !important;
}
.categories-list span a {
  padding: 0px 0px !important;
}
.categories-list li {
  display: block;
  line-height: normal;
  margin: 0;
  padding: 2px 0;
}
.categories-list li a {
  display: inline;
  font-size: 12px;
  text-decoration: none;
  padding: 0px 0px !important;
}

#menutoggle i {
  color: #fff;
  font-size: 33px;
  margin: 0;
  padding: 0;
}

.display-on .mini-menu {
  display: block;
  transition-duration: 0.9s;
  width: 100%;
}

.display-on .mega-menu {
  display: block;
  transition-duration: 0.9s;
}

.drop-down > a:after,
.mini-drop-down > a:after {
  content: "\E5C5";
  font-family: "Material Icons" !important;
  color: #444;
  font-size: 15px;
  line-height: 0 !important;
}

.catfish a:after {
  content: "\E038";
  font-family: "Material Icons" !important;
  color: #444;
  opacity: 0.4;
  font-size: 16px;
  vertical-align: middle !important;
  margin-left: 6px;
}

/*MediaQuerys*/
@media (max-width: 600px) {
    .menu {
    display: none;
  }
    .xs-menu li a {
    padding: 0px;
  }
    .xs-menu-cont {
    display: block;
  }
}

@media (max-width: 800px) {
    .mega-menu .trin-75 {
    width: 100%;
  }
    .mega-menu .menu-feature .trin-4 {
    width: 50% !important;
    margin-left: 25%;
  }
}

@media (max-width: 88em) {
    nav.menu ul li a {
    padding: 0 15px;
    white-space: nowrap;
  }
}

@media (max-width: 815px) {
    nav.menu ul li a {
    padding: 0;
    font-size: 12px;
    white-space: nowrap;
  }
    nav.menu ul {
    display: inline;
  }
}

/*Animation--*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.mega-menu .categories-list ul span a {
  white-space: normal !important;
}

nav.menu ul li ul li a {
  white-space: normal !important;
}

nav.menu ul li .mega-menu .menu-feature a {
  white-space: normal !important;
}

.menu-feature p {
  text-align: center;
  color: #444;
}

/*FORMS*/
.red {
  color: #d92f42;
  font-weight: 500;
  clear: both;
}

.red-border {
  border: 2px solid #d92f42;
}

/*cart progress bar*/
#progress {
  padding: 0;
  list-style-type: none;
  font-size: 12px;
  clear: both;
  line-height: 1em;
  /* margin: 0 -1px; */
  text-align: center;
  display: table;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}


#progress li {
  float: left;
  padding: 10px 30px 10px 40px;
  background: #aab2bc;
  color: #ffffff;
  position: relative;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  width: auto;
  margin: 0 1px;
  display: table-cell;
}


#progress li:before {
  content: "";
  border-left: 16px solid #ffffff;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}


#progress li:after {
  content: "";
  border-left: 16px solid #aab2bc;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 20;
}

#progress li.active {
  background: #444 !important;
}

#progress li.active:after {
  border-left-color: #444;
}

#progress li.done {
  background: #ccd1d7;
}

#progress li.done:after {
  border-left-color: #ccd1d7;
}

/*shipping method and award redeem images*/
.SCNCOShippingMethodLogos {
  width: 70%;
  text-align: left;
}

#ShipperRowsContainer hr.shop-divider {
  margin: auto;
}

#ShipperRowsContainer p {
  margin-bottom: 0;
}

.SCNRAImage {
  width: 80px;
}

.qty-input {
  width: 45px !important;
}

.form-spacer {
  padding: 1px !important;
}

textarea {
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  border: 1px solid #ccd1d9;
}

input {
  border: 1px solid #ccd1d9;
  padding-left: 10px;
  width: auto;
  margin-bottom: 12px;
}

textarea:focus,
input:focus {
  border: 1px dotted #555;
}

input.middle:focus {
  outline-width: 0 !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.required {
  position: relative;
  margin-right: 20px;
}
.required:after {
  content: "*";
  display: block;
  font-size: 24px;
  color: #d92f42;
  position: absolute;
  right: -15px;
  top: 5px;
}

.spotlight {
  font-size: 25px;
  color: #ffffff;
  display: block;
  background-color: #4fcead;
  padding: 5px;
  line-height: 44px;
  text-align: center;
}

.spotlight.sub-total {
  font-size: 18px;
  background-color: #656565;
  line-height: 14px;
}

input[class*="Button"] {
  font-size: 12pt;
  cursor: pointer;
  margin-bottom: 5px;
  font-weight: bold;
  padding: 10px;
  border: none;
  color: white;
  white-space: normal;
  background-color: #b8babe;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
input[class*="Button"]:hover {
  background-color: #d3d4d6;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.12), 0 1px 6px rgba(0, 0, 0, 0.24);
}

.SCNRPGoButton {
  color: white;
  background-color: #44b0d8 !important;
}
.SCNRPGoButton:hover {
  background-color: #6ec2e1 !important;
}

.NEButton-add {
  color: white;
  background-color: #8dbf58 !important;
}
.NEButton-add:hover {
  background-color: #a6cd7d !important;
}

.NEButton-cancel {
  color: white;
  background-color: #444 !important;
}
.NEButton-cancel:hover {
  background-color: #5e5e5e !important;
}

.SCNLoginButton {
  color: white;
  background-color: #8dbf58 !important;
}
.SCNLoginButton:hover {
  background-color: #a6cd7d !important;
}

.SCNCOFindButton {
  color: white;
  background-color: #f4ba4e !important;
}

.SCNCOFindButton:hover {
  background-color: #f7cd7e !important;
}

.SCNVSCBeginCheckoutButton,
.SCNCACreateAccountButton,
.SCNCOContinueCheckoutButton,
.SCNAMRedeemButton,
.SCNAMContinuCheckoutButton,
.SCNCOApplyButton,
.SCNCO________Button,
.SCNCOAlternateAddrButton,
.SCNFRCompleteButton,
.ROEButton,
.ROEButton-alt,
.FirestormStandardButton,
.SCNODReturnToOHButton {
  color: white;
  background-color: var(--color-3) !important;
}
.SCNVSCBeginCheckoutButton:hover,
.SCNCACreateAccountButton:hover,
.SCNCOContinueCheckoutButton:hover,
.SCNAMRedeemButton:hover,
.SCNAMContinuCheckoutButton:hover,
.SCNCOApplyButton:hover,
.SCNCO________Button:hover,
.SCNCOAlternateAddrButton:hover,
.SCNFRCompleteButton:hover,
.ROEButton:hover,
.ROEButton-alt:hover
.ROEButton:hover,
.ROEButton-alt:hover,
.SCNRAAddToCartButton:hover,
.SCNVSCContinueShoppingButton:hover,
.SCNMYASaveButton:hover,
.SCNCOAlternateAddrButton:hover,
.SCNCO________Button:hover,
.SCNVSCApplyCouponButton:hover,
.SCNRACancelButton:hover,
.SCNODReturnToOHButton:hover,
.FirestormStandardButton:hover,
.SCNODReturnToOHButton:hover {
  opacity: 0.7;
}

.SCNVSCContinueShoppingButton {
  color: white;
  background-color: var(--color-1) !important;
}

.SCNVSCApplyCouponButton {
  color: white;
  background-color: var(--color-black) !important;
}

.SCNRAAddToCartButton {
  background-color: var(--color-1) !important;
}

.SCNCOApplyButton {
  background-color: var(--color-3) !important;
}


.SCNCO________Button {
  background-color: var(--color-3) !important;
}


.SCNCOAlternateAddrButton {
  background-color: #4e8bda !important;
}


.SCNRACancelButton {
  background-color: #444 !important;
}

.ROEButton,
.ROEButton-alt {
  width: 100%;
  background-color: #666 !important;
}

.SCNMYASaveButton {
  color: white;
  background-color: #44b0d8 !important;
}

.SCNODReturnToOHButton {
  background-color: #666 !important;
}


input[type="checkbox"],
input[type="radio"] {
  width: auto;
  margin: 5px;
}

input[type="button"] {
  width: auto;
}

input[type="text"],
input[type="password"] {
  width: 100%;
  height: 47px;
  display: block;
  margin-bottom: 15px;
  border-radius: 4px;
}

.coupons input {
  width: auto;
}

/*Cart sign in page*/
a.ghost-btn {
  padding: 8px;
  background-color: rgba(68, 176, 216, 0.4);
  color: black !important;
  border-radius: 20px;
  text-align: center;
  text-decoration: none !important;
  width: auto;
  margin: 5px;
}
a.ghost-btn:hover {
  background-color: rgba(68, 176, 216, 0.7);
}

.cart-sign-in .sign-in-box.trin-2 .panel-body,
.cart-sign-in .create-acct-box.trin-2 .panel-body {
  min-height: 450px;
}

.input-spacer {
  margin-bottom: 10px;
}

.billing-address .form-part select {
  width: 80%;
}

.billing-address input[disabled="disabled"] {
  display: none;
}

.auto-width {
  width: auto !important;
}

.notice {
  font-size: 10px;
  line-height: 12px;
}

.check img {
  width: 100%;
  padding: 15px;
}

.radio {
  position: relative;
  height: 60px;
}
.radio input {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*Star RATINGS*/
.SCNFRPaymentDue {
  border-top-style: double;
  border-top-color: black;
}

/*CART REVIEW PAGE pullout */
.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.left {
  text-align: left !important;
}

table,
th,
td {
  border: none;
}

table td {
  padding: 0 2px !important;
}

.responsive {
  width: 100%;
}

.responsive th {
  font-weight: 700;
  text-transform: uppercase;
}

.responsive tr {
  border-bottom: 1px solid #b8babe;
}

.zebra th {
  border-bottom: 3px solid #b8babe;
}

.zebra tbody tr:nth-child(even) {
  background-color: #dedddd;
}

/*injected items in Cart view like ADD ONS*/
.small-table {
  font-size: 10px;
}
.small-table caption {
  text-align: left;
  padding-left: 5px;
  font-size: 13px;
  font-weight: 500;
}
.small-table tr {
  border-bottom: none;
}
.small-table td {
  padding-left: 5px !important;
}
.small-table th {
  border-bottom: none;
  text-align: left;
  padding-left: 5px;
  font-size: 11px;
  font-weight: 500;
  background-color: white !important;
}

.small-table.yellow tbody tr:nth-child(odd) {
  background-color: #e4cfb4;
}

.small-table.yellow tbody tr:nth-child(even) {
  background-color: #efe3d4;
}

.small-table.violet tbody tr:nth-child(odd) {
  background-color: #c0b1e9;
}

.small-table.violet tbody tr:nth-child(even) {
  background-color: #e0d8f4;
}

.small-table.cyan tbody tr:nth-child(odd) {
  background-color: #8cd6c3;
}

.small-table.cyan tbody tr:nth-child(even) {
  background-color: #c5ebe1;
}

_ .payment-due {
  font-weight: 700;
}

.pullout-header {
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid #b8babe;
}

.pullout-header .edit a {
  font-size: 10px !important;
  width: auto;
  color: inherit;
  text-decoration: none !important;
}

.pullout-header .edit a:hover {
  color: #444;
}

.FirestormPage_ShoppingCartPrintableReceipt_aspx .pullout-header .edit a {
  font-size: 10px;
  width: auto;
  color: inherit;
  text-decoration: none !important;
}

.FirestormPage_ShoppingCartPrintableReceipt_aspx .pullout-header .edit a:hover {
  color: #444;
}

a.special-button {
  font-size: 12pt;
  cursor: pointer;
  margin-bottom: 5px;
  font-weight: bold;
  text-decoration: none !important;
  padding: 10px;
  border: none;
  color: white !important;
  white-space: normal;
  background-color: #368da7;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

a.special-button:hover {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.12), 0 1px 6px rgba(0, 0, 0, 0.24);
  opacity: 0.8;
}

html,
html a {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

body {
  padding: 0;
  margin: 0;
  color: #263248;
  background-color: #fff;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  min-width: 320px;
  overflow-x: hidden;
  position: relative;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

li ul,
li ol {
  margin: 0 1.5em;
}

ul,
ol {
  margin: 0 1.5em 1.5em 1.5em;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

.main-content {
  min-height: 900px;
  padding-bottom: 30px;
}

a {
  color: #444;
  text-decoration: underline;
}
a:visited {
  color: #444;
}
a:hover {
  color: #7c7c7c;
}
a:active {
  color: #444;
}

blockquote {
  font: 18px/24px normal helvetica, sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 6px dashed #444;
}

.SCNProductDetailItemsRemaining {
  display: block !important;
}

/*MOBILE SPECIAL ITEMS*/
.touch {
  -webkit-overflow-scrolling: touch;
}

/*calculates the height and scrolling for mobile dialogs*/
.modal-detect {
  max-height: calc(130vh - 210px);
  overflow-y: auto;
}

/*Custom content*/
#CustomContentHTMLInnerContainer {
  padding-top: 60px;
}

/*Recaptcha responsive*/
#recaptcha_image {
  width: auto !important;
  max-width: 100%;
  height: auto !important;
}

#recaptcha_image img {
  width: 100%;
}

#recaptcha_response_field {
  width: 100% !important;
  max-width: 302px;
}

.recaptchatable,
#recaptcha_area tr,
#recaptcha_area td,
#recaptcha_area th {
  float: left;
}

#recaptcha_area tr {
  height: auto !important;
}

.recaptcha_image_cell {
  width: 100% !important;
  max-width: 300px;
}

.recaptcha_image_cell img {
  height: auto !important;
}

#google_translate_element {
  position: absolute;
  right: 18px;
  top: 10px;
}

/*BUTTONS*/
.btn-link li a,
.btn-link li a:visited,
a.btn-link,
a.btn-link:visited {
  color: #fff;
  cursor: pointer;
}

/*
adding 'long' with the other classes makes it 100%
*/
/*TYPOGRAPHY*/
p {
  margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #666;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  margin: 15px 0;
  font-weight: 400;
}

.pullout.small-header-margin h1,
.pullout.small-header-margin h2,
.pullout.small-header-margin h3,
.pullout.small-header-margin h4,
.pullout.small-header-margin h5,
.pullout.small-header-margin h6 {
  margin: 0;
}

.shop-h0,
.shop-h1,
h1 {
  font-size: 64px;
  line-height: 70px;
}

.shop-h2,
h2 {
  font-size: 40px;
  line-height: 44px;
}

.shop-h3,
h3 {
  font-size: 32px;
  line-height: 36px;
}

.shop-h4,
h4 {
  font-size: 24px;
  line-height: 28px;
}

.shop-h5,
h5 {
  font-size: 18px;
  line-height: 22px;
}

.shop-h6,
h6 {
  font-size: 14px;
  line-height: 18px;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 1;
  font-size: 80%;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #444 !important;
  text-decoration: none;
}

/*Section headers*/
.shop-title-section h1,
.shop-title-section h2,
.shop-title-section h3,
.shop-title-section h4,
.shop-title-section h5,
.shop-title-section h6 {
  letter-spacing: 7px;
  text-transform: uppercase;
}

.shop-title-section {
  text-align: center;
  width: 100%;
}

/*SCROL TO TOP*/
.shop-wrapper {
  top: 0px;
  left: 0px;
  overflow: hidden;
  z-index: 0;
  position: relative;
}

html.shop-scrolled body > .scrollToTop {
  bottom: 0;
}

.scrollToTop:hover {
  background: #555;
  color: white;
}

.scrollToTop {
  background: #444;
  color: white;
  cursor: pointer;
  height: 50px;
  width: 50px;
  position: fixed;
  z-index: 2;
  right: 20px;
  bottom: 0;
  text-align: center;
  text-decoration: none;
  padding-top: 10px;
  line-height: 50px;
  border-top: 3px solid transparent;
  display: none;
  -webkit-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -moz-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -ms-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -o-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

a.scrollToTop i.top::before {
  content: "\E316";
  font-size: 24px;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 10px;
}

/*LAYOUT*/
.clear {
  clear: both !important;
}

/*DETAILS PAGE*/
.SCNProductDetailStatusMessage {
  background: #368da7 !important;
}

.secondary-banner {
  height: 110px;
}

img.SCNProductDetailImage {
  width: 100%;
}

.SCNProductDetailPrice {
  color: #444;
  width: 70%;
  margin-bottom: 30px;
}

.SCNProductPointPrice {
  color: #aab2bc;
}

/*payment page*/
.inline {
  display: inline !important;
}

.details-product-qty .quantity {
  width: 80px;
  margin: 0 0 20px 0 !important;
}

.product-qty .quantity {
  position: relative;
  margin: 0 10px 0 auto;
  overflow: hidden;
  zoom: 1;
  width: 78px;
  float: left;
  float: none;
  margin: 0 auto;
}

.product-qty .input-text.qty {
  margin-bottom: 0 !important;
  float: left;
  padding: 0;
  text-align: center;
  font-weight: 700;
  width: 58px;
  height: 38px;
  border: 1px dotted #505050;
  font-size: 14px;
  border-radius: 8px;
}

.details-product-qty .quantity {
  margin: 0 0 20px 0 !important;
}

/*HOME PAGE MODUALS*/
/*  REP AREA*/
.replicated {
  background-color: #444 !important;
  /* Valid, works in 8-9 */
}

.replicated a {
  color: #f5f7fa;
  text-decoration: none;
}
.replicated a:visited {
  color: #f5f7fa;
}
.replicated a:hover {
  color: #444;
}
.replicated a:active {
  color: #444;
}
.replicated a {
  text-decoration: underline;
  color: #fff !important;
}
.replicated a:hover {
  opacity: 0.8;
}
.replicated .rep-box {
  padding: 0 !important;
  font-size: 12px;
  font-weight: bold;
}

.replicated .rep-photo img {
  float: left;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin: 5px 0;
  margin-right: 20px;
}

.replicated .guest-of {
  color: #fff;
  font-size: 12px;
  padding-top: 4px;
}
.replicated .rep-contact-info {
  color: #ededed;
}
.replicated #ReplicatedFullDealerName {
  font-weight: 600;
  color: #fff;
}
.replicated #ReplicatedEmail a {
  color: #f5f7fa;
  text-decoration: none;
}
.replicated #ReplicatedEmail a:visited {
  color: #f5f7fa;
}
.replicated #ReplicatedEmail a:hover {
  color: #444;
}
.replicated #ReplicatedEmail a:active {
  color: #444;
}
.replicated #ReplicatedEmail a {
  text-decoration: underline;
  color: #fff !important;
}
.replicated #ReplicatedEmail a:hover {
  opacity: 0.8;
}

.party-info {
  color: #333;
  font-weight: 600;
}

/*MASTHEAD AREA*/
/* top cart icon and spacing */
.cart-button .shop-btn-icon {
  margin-left: 30px;
}

a.cart-button i::before {
  content: "\E8CC";
  font-size: 26px;
  left: 0 !important;
  position: absolute !important;
  top: 10px;
  width: 44px;
}

span#lblShoppingCartID {
  color: rgba(155, 155, 155, 0.51);
  font-size: 10px;
  position: absolute;
  right: 20px;
  top: 0;
}

#header div.frame.fit {
  position: relative !important;
}

#header {
  border-bottom: 10px solid #e5e5e5;
  background: #fff;
  /* fallback for old browsers */
  background: -webkit- linear-gradient(#fff, #fff);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(#fff, #fff);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  width: 100%;
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

#header .header-links {
  position: relative;
  padding-right: 0 !important;
  margin-top: 15px;
}
#header .header-links a {
  color: #444 !important;
  text-decoration: none;
}
#header .header-links a:visited {
  color: #444;
}
#header .header-links a:hover {
  color: #b5b5b5 !important;
}
#header .header-links a:active {
  color: #b5b5b5 !important;
}
#header .header-links a.my-backoffice {
  /* make link stand out */
  background-color: #555;
  padding: 3px 8px;
  border-radius: 10px;
  color: #444 !important;
}
#header .header-links a.my-backoffice:visited {
  background-color: #555;
  color: #444 !important;
}
#header .header-links a.my-backoffice:hover {
  background-color: #555;
  color: #444 !important;
}
#header .header-links a.my-backoffice:active {
  background-color: #555;
  color: #444 !important;
}

.header-links .shop-nav {
  text-align: right;
}

/*Catalog Select page*/

.catalog-select .trin-4 input.catalog-img {
  width: 100px;
  border: none !important;
  outline: none !important;
  height: 100px;
  display: block;
  margin: 0 auto;
}

.catalog-select .trin-75 {
  padding: 10px;
}

/* CART QUICK VIEW AREA*/
#header .header-links a.cart-button {
  position: relative;
  font-weight: normal;
  z-index: 9000;
  border-radius: 50%;
  background-color: rgba(153, 156, 149, 0.14);
  color: #333 !important;
  cursor: pointer;
  padding-right: 43px;
  padding-left: 10px;
  height: 40px;
  border-radius: 20px;
  line-height: 38px;
  display: inline-block;
  font-size: 14px;
  text-align: center;
}
#header .header-links a.cart-button:hover {
  color: #444 !important;
}

.cart-count {
  background-color: #333;
  color: #fff !important;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 400;
  position: absolute;
  z-index: 9001;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  top: 50%;
  margin-top: -15px;
  right: 5px;
  transition: all 400ms cubic-bezier(0.15, 1.03, 0.97, 0.98) 0s;
  -webkit-transition: all 400ms cubic-bezier(0.15, 1.03, 0.97, 0.98) 0s;
}

.cart-amount {
  color: #444;
  font-weight: 700;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin-top: -15px;
  transition: all 400ms cubic-bezier(0.15, 1.03, 0.97, 0.98) 0s;
  -webkit-transition: all 400ms cubic-bezier(0.15, 1.03, 0.97, 0.98) 0s;
}

.shop-btn-icon {
  float: left;
  margin-top: 10px;
}

/* CART PAGE */
.loading-panel {
  position: relative;
  vertical-align: bottom;
  line-height: 35px;
  margin-top: 6px;
}
.loading-panel .loading-box-text {
  vertical-align: bottom;
  float: right;
  margin-right: 60px;
}

.FirestormPage_ViewShoppingCart_aspx .spinner2 {
  position: absolute;
  right: 0;
  top: 0;
}

div#SearchPartySpinner.loading-panel .spinner2 {
  right: 50% !important;
  left: 45% !important;
  top: -80px !important;
}

.SCNVSCTextBox {
  margin-bottom: 30px;
  height: 47px;
}

.questions {
  background-color: rgba(0, 0, 0, 0.02);
}

/* PAGE TITLE ICONS */
/* SECTION PANELS */
.panel-body {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}

.checkout-btns {
  text-align: right;
}

.coupons {
  position: relative;
  text-align: left;
}
.coupons p {
  margin: 0;
  padding: 0;
  position: absolute;
  top: -35px;
  font-size: 11px;
}

.panel-default {
  border-color: #ccc;
  position: relative;
}

.product-subtotal div {
  border-bottom: 1px dashed #909090;
  padding: 4px 0;
}

.more-info ul {
  margin-left: 0;
  list-style-type: none;
}
.more-info ul li {
  margin-bottom: 5px;
  font-size: 10px;
}

.more-info ul li span {
  color: #ffffff;
  padding: 0 3px;
  border-radius: 4px;
  display: table-cell;
}
.more-info ul .cart-availibility span {
  background-color: #3fbb9b;
}
.more-info ul .cart-autoship span {
  background-color: #3fbb9b;
}
.more-info ul .cart-points span {
  background-color: #967dda;
}
.more-info ul .redeem-limit span {
  background-color: #3fbb9b;
}
.more-info ul .redeem-free-shipping span {
  background-color: #d92f42;
}

.panel {
  margin-bottom: 20px;
  background-color: #f5f7fa;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-default > .panel-heading {
  color: #fff;
  background-color: #656565;
  font-size: 18px;
}

.panel-heading {
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

/*		PRODUCT INFOS*/
.img-responsive {
  width: 100% \9;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.thumbnail img {
  width: 100% \9;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  width: 100%;
}

/*SLIDE DOWN HELPFUL AREA*/
.helpful-toggle {
  font-family: "Raleway", Helvetica, Arial, sans-serif !important;
  font-size: 13px;
  position: relative;
  z-index: 788;
  text-align: center;
  background-color: #3e98b3 !important;
  background-color: transparent !important;
  border: 1px rgba(255, 255, 255, 0) solid;
  color: white;
  padding: 5px 20px 5px 20px;
  border-top-style: none !important;
  margin-top: 0px;
  margin-bottom: 5px;
  border-radius: 0 0 10px 10px;
}
.helpful-toggle:hover {
  color: white !important;
}

.helpful-links {
  box-sizing: border-box;
  display: none;
  border: 1px solid rgba(255, 255, 255, 0);
  text-align: center;
  background-color: #3e98b3;
}
.helpful-links ul {
  padding: 15px;
  margin: 0;
}
.helpful-links ul li {
  padding-bottom: 5px;
  list-style: none;
}

.helpful-links a {
  color: white;
  opacity: 0.8;
  text-decoration: none;
}
.helpful-links a:visited {
  color: white;
}
.helpful-links a:hover {
  opacity: 1;
  color: #f7f7f7;
}
.helpful-links a:active {
  color: #f7f7f7;
}

/*ALERTS-MSG*/
.special-info {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  padding-bottom: 45px !important;
}
.special-info a {
  color: #fff;
  font-weight: 700;
}
.special-info i {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}

.toggle-on {
  display: block !important;
}

.alert-msg {
  display: block;
  position: relative;
  width: 100%;
  background-color: #ed6878;
  box-shadow: 0px 1.5px 4px rgba(0, 0, 0, 0.24),
    0px 1.5px 6px rgba(0, 0, 0, 0.12);
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  margin-bottom: 15px;
  border-left: 10px solid #d92f42;
  color: #fff;
  text-align: left;
  font-size: 13px;
  font-family: inherit;
}
.alert-msg span {
  font-weight: 700;
}

@media only screen and (min-width: 993px) and (max-width: 1199px) {
    .alert-msg br {
    display: none;
  }
}
.alert-msg li {
  margin-left: 15px;
}

.alert-msg.green {
  background-color: #98c569;
  border-left: 10px solid #719a47;
}

.alert-msg.orange {
  background-color: #ff8000;
  border-left: 10px solid #d46b00;
}

.alert-msg.blue {
  background-color: #57b8dc;
  border-left: 10px solid #368dad;
}

.alert-msg h1,
.alert-msg h2,
.alert-msg h3,
.alert-msg h4,
.alert-msg h5,
.alert-msg h6 {
  color: white !important;
}

/*SLIDES*/
.slides {
  height: 400px;
  margin-bottom: 20px;
  padding: 50px 10px;
  color: white;
  background-color: transparent;
  background-image: url("");
  background-size: cover;
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat no-repeat;
}

@media only screen and (min-width: 993px) and (max-width: 1199px) {
    .slides .slide-text {
    width: 100%;
  }
}

.slides h2 {
  color: white;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  text-shadow: 2px 2px 6px #666;
}

.slides p {
  color: white;
  margin-bottom: 35px;
  text-shadow: 2px 2px 6px #666;
}

.slides .btn-link {
  font-size: 15px !important;
}

.shop-color-invert .shop-title.shop-title-main {
  border-color: var(--color-3);
}

.shop-title-main {
  margin-bottom: 15px;
}
.shop-title-main h5 {
  font-weight: 600 !important;
}

.shop-text-muted {
  color: rgba(255, 255, 255, 0.4);
}

.shop-nav-inline > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.shop-text-small {
  font-size: 80%;
}

.shop-text-upper {
  text-transform: uppercase;
}

/*SEARCH BOX*/
.search-wrapper {
  position: relative;
}

.icon-search,
.icon-search-close {
  margin: 3px 5px 0;
}

.search-active .icon-search {
  display: none;
}

.search-active .icon-search-close {
  display: block;
}

body .icon-search-close {
  display: none;
}

.icon-search-close {
  display: none;
}

.search-active .icon-search-close {
  display: block;
}

.search-active .icon-search {
  display: none;
}

.search-active .icon-search {
  display: none;
}

.search-active .icon-search-close::before {
  content: "\E5CD";
  font-size: 32px;
  right: 20px;
  position: absolute;
  top: 0px;
  width: 100%;
}

.icon-search::before {
  content: "\E8B6";
  font-size: 32px;
  right: 20px;
  position: absolute;
  top: 0px;
  width: 100%;
}

.pullout {
  background-color: rgba(126, 126, 126, 0.11);
  margin-bottom: 15px;
  display: block;
  padding: 20px;
}
.pullout .pullout-header {
  word-break: keep-all;
  font-weight: 700;
  text-transform: uppercase;
}

.pullout .redeem input {
  width: 100%;
}


.pullout .pullout {
  background-color: rgba(126, 126, 126, 0.11) !important;
  border-radius: 8px;
}

/* Header search */
.header-search .search-input {
  padding-right: 140px;
}

.search-input {
  width: 100%;
  font-weight: 200;
  background: none;
  font-size: 24px;
}

.search-button-main {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  line-height: 56px;
  padding: 0 20px;
  background-color: var(--color-4);
  color: #f3f0f0;
  font-weight: 300;
  font-size: 24px;
  border: solid 1px lightgray;
  border-left: none;
}
.search-button-main:hover {
  background-color: var(--color-3);
}

.header-search {
  background-color: var(--color-1);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
  visibility: hidden;
  transition: visibility 0s linear 0.3s;
  z-index: 110;
}

.header-search .searchform-wrapper {
  width: 100%;
  text-align: center;
  margin-top: -60px;
  transition: margin-top 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  position: relative;
}

.header-search.header-search-active {
  visibility: visible;
  transition-delay: 0s;
}

.header-search.header-search-active .searchform-wrapper {
  margin-top: 0px;
}

.header-search .search-input {
  height: 58px;
  color: #444;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 0px;
  border: 1px lightgray solid;
  margin-top: 15px;
  padding-left: 20px;
  padding-right: 110px !important;
}

.fs-input {
  padding-top: 13px;
  padding-bottom: 13px;
}

.shop-color-invert .shop-input,
.shop-color-invert .shop-select,
.shop-color-invert .shop-textarea {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

#shop-body .shop-btn.shop-active,
#shop-body .shop-btn.shop-toggled,
#shop-body .shop-btn:hover,
#shop-body .shop-btn:active {
  background: #444;
  color: #fff;
}

.shop-form-field-btns {
  float: right;
}

.shop-form-field-btns {
  height: 49px;
  padding-top: 13px;
  padding-bottom: 13px;
  margin-bottom: -41px;
  margin-right: 3px;
}

.invert-text {
  color: #fff;
}

#logo img {
  width: 150px;
  height: auto;
}

.shop-container {
  width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.shop-nav.shop-nav-inline .shop-dropdown-menu > li,
.shop-nav.shop-nav-inline > ul > li {
  display: inline-block;
  border: none;
  margin: 0;
  padding: 0;
  margin-top: 4px;
}

.color-invert a {
  color: #fff;
}

.color-invert {
  color: #fff;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

/*styles for text fields with small icons next to them*/
.question-icon,
.find-icon {
  float: left;
  margin: 12px 12px 12px 0;
  cursor: pointer;
}

@media only screen and (min-width: 993px) and (max-width: 1199px) {
    .question-icon,
  .find-icon {
    margin: 12px 12px 12px -25px !important;
  }
}

.find-icon {
  cursor: default;
}

.field-with-icon-left {
  float: left;
  width: 90% !important;
}

/*BUTTONS*/
.shop-btn {
  background-color: #444;
  margin-bottom: 10px;
  margin-right: 0px;
  outline: 0;
  min-height: 40px;
  min-width: 40px;
  text-shadow: none;
  color: #fff !important;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  padding: 10px 5px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 20px;
  border-radius: 2px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  text-decoration: none !important;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto;
  transition: all 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -webkit-transition: all 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

#ctl00_ContentPlaceHolder1_ActionButtonFrame .shop-btn {
  margin-right: 10px;
  white-space: normal;
}

.shop-btn.other-color {
  background-color: #368da7;
}

.shop-btn:active,
.shop-btn:hover {
  text-decoration: none;
  color: #fff;
}

.shop-btn.shop-text-right {
  float: right;
}

.shop-btn.shop-btn-large {
  font-size: 16px;
  padding: 20px 30px;
  min-width: 60px;
  min-height: 60px;
}

.shop-btn.shop-btn-small {
  font-size: 12px;
  padding: 5px 15px;
  min-width: 30px;
  min-height: 30px;
}

.shop-btn.shop-btn-mini {
  font-size: 10px;
  padding: 2px 5px;
  line-height: 16px;
  min-width: 20px;
  min-height: 20px;
  border: none !important;
  /*fixed IE issue*/
}

.shop-btn.shop-btn-fw {
  display: block;
}

button.shop-btn.shop-btn-fw {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.shop-btn-round {
  border-radius: 50%;
  overflow: hidden;
}

.shop-btn > i.shop-btn-icon {
  background-color: #000;
  color: #fff;
  position: absolute;
  height: 40px;
  width: 40px;
  line-height: 40px;
  top: 50%;
  left: 0;
  margin-top: -20px;
  transition: all 200ms linear 0s;
  -webkit-transition: all 200ms linear 0s;
}

.shop-btn > i.shop-btn-icon + * {
  padding-left: 30px;
}

.shop-btn.shop-btn-hover > i.shop-btn-icon + * {
  left: 0;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  transition: left 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -webkit-transition: left 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

.shop-btn.shop-btn-hover > i.shop-btn-icon {
  text-indent: -20px;
  left: -40px;
}

.shop-btn.shop-btn-hover:active > i.shop-btn-icon,
.shop-btn.shop-btn-hover:hover > i.shop-btn-icon {
  text-indent: 0 !important;
  left: 0 !important;
}

.shop-btn.shop-btn-hover:active > i.shop-btn-icon + *,
.shop-btn.shop-btn-hover:hover > i.shop-btn-icon + * {
  left: 20px;
}

/*BUY NOW ANIMATED BUTTON ICON */
a.shop-add-to-cart i::before {
  content: "\E854";
  font-size: 24px;
  left: 0 !important;
  position: absolute !important;
  top: 0;
  width: 44px;
}

/*spacer classes*/
.bm-30 {
  margin-bottom: 30px !important;
}

.bm-20 {
  margin-bottom: 20px !important;
}

.bm-10 {
  margin-bottom: 10px !important;
}

.tm-30 {
  margin-top: 30px !important;
}

.tm-20 {
  margin-top: 20px !important;
}

.tm-10 {
  margin-top: 10px !important;
}

.allm-10 {
  margin: 10px !important;
}

.block {
  display: block !important;
}

.foot-note {
  font-size: 10px;
  color: #666;
}

.rm-20 {
  margin-right: 20px !important;
}

/*PRODUCT LIST BOXES*/
.cart-product-row {
  position: relative;
}

.product-row .trin-4 .item-box {
  box-shadow: none;
  border-bottom: 4px solid rgba(204, 204, 204, 0.22);
  margin-bottom: 30px;
}

.product-row .trin-4 .item-box .SCNIndividualProductBox {
  margin-top: 40px;
  box-sizing: border-box;
}

.details-img img {
  max-width: 400px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.product-details-section .details-aside .SCNProductNumber {
  float: none !important;
}

.product-details-section .details-aside .shop-divider {
  display: none;
}

.item-box {
  position: relative;
}

.product-info {
  padding: 10px;
  min-height: 95px !important;
}

.details-text {
  padding: 15px;
}

.SCNProductName a {
  text-decoration: none;
  color: #444 !important;
  font-size: 18px;
}

.SCNProductName a span {
  font-size: 12px !important;
}

.SCNProductNumber {
  color: #aab2bc;
  font-size: 12px;
  float: none !important;
}

.SCNProductAddedMessage {
  text-align: center;
}

/*product added checkmark confirmation*/
.checkmark i {
  text-align: center;
  color: rgba(141, 191, 88, 0.65);
  font-size: 155px !important;
  text-shadow: 0px 0px 12px rgba(255, 255, 255, 0.75);
  position: absolute;
  width: 100%;
  top: 30%;
  -webkit-animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
  animation-delay: 1s;
  animation-iteration-count: 1;
}

.SCNProductListImageDiv {
  position: relative;
}

.shop-product-sticker {
  font-size: 12px;
  background: #368da7;
  color: #fff;
  padding: 5px 10px;
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: 300;
  text-transform: uppercase;
  border-radius: 2px;
  cursor: default;
}

.begin-chk-section {
  height: 90px;
  padding: 0 !important;
  margin: 0;
  margin-bottom: 30px;
  overflow: hidden;
}

.SCNProductDetailStatusMessage {
  background: #3fbb9b;
  display: block;
  color: #ffffff;
  padding: 15px;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 30px 30px 0 0;
}
.SCNProductDetailStatusMessage a {
  color: #f5f7fa;
  text-decoration: none;
}
.SCNProductDetailStatusMessage a:visited {
  color: #f5f7fa;
}
.SCNProductDetailStatusMessage a:hover {
  color: #444;
}
.SCNProductDetailStatusMessage a:active {
  color: #444;
}
.SCNProductDetailStatusMessage a {
  font-size: 18px;
  text-decoration: none;
  border-radius: 30px 30px 0 0;
}
.SCNProductDetailStatusMessage a:hover {
  color: white;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #4e8bda;
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.arrow-right {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid green;
}

.arrow-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid blue;
}

.SCNProductPrice {
  font-size: 16px;
  text-transform: uppercase;
  color: #719a47;
}

.SCNProductPriceOnSale {
  color: #d92f42;
}

.SCNProductDetailMoreInfoLink {
  font-size: 12px;
  color: #444;
  text-align: center;
}

.SCNVariationsTitle {
  font-weight: bold;
  font-size: 18px;
  color: #666;
  text-transform: capitalize;
}

.SCNSwatchCell {
  font-size: 12px;
  color: dimgray;
  text-align: center;
}

/*password page*/
.SCNRPGoButton {
  width: 100%;
}


/*RULES*/
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
  clear: both;
}

.shop-divider {
  border: none;
  border-top: 1px solid #d2d2d3;
  margin: 5px auto;
}

.shop-divider.shop-divider-dashed {
  border-top-style: dashed;
}

.shop-divider.shop-divider-dashed.dark {
  border-color: #b8babe;
  clear: both;
}

.shop-divider.shop-divider-solid.dark {
  border-color: #b8babe;
  border-top-width: 2px;
  clear: both;
}

.shop-divider.shop-divider-dotted {
  border-top-style: dotted;
}

.shop-divider.shop-divider-fade {
  background-image: -webkit-linear-gradient(
    left,
    transparent,
    #eceff7,
    transparent
  );
  background-image: -moz-linear-gradient(
    left,
    transparent,
    #eceff7,
    transparent
  );
  background-image: -ms-linear-gradient(
    left,
    transparent,
    #eceff7,
    transparent
  );
  background-image: -o-linear-gradient(left, transparent, #eceff7, transparent);
  border: 0;
  height: 1px;
}

.shop-divider.shop-divider-hr {
  height: 1px;
  width: 50px;
}

.shop-divider.shop-divider-solid {
  border-top-width: 4px;
}

.shop-divider.shop-divider-double {
  border-bottom: 1px solid #eceff7;
  height: 3px;
}

.shop-divider.shop-divider-double.short {
  border-bottom: 1px solid #eceff7;
  height: 3px;
  width: 200px;
}

.shop-divider.shop-divider-short {
  height: 1px;
  width: 70%;
  margin-right: 15%;
  margin-left: 15%;
}

.shop-push-xsmall {
  margin-bottom: 15px;
  clear: both;
}

.shop-push-small {
  margin-bottom: 35px;
  clear: both;
}

.shop-push-medium {
  margin-bottom: 55px;
  clear: both;
}

.shop-push-large {
  margin-bottom: 75px;
}

/*ICONS*/
.checks li {
  margin-bottom: 1em;
  list-style-type: none;
  padding: 0.25em 0 0 2.5em;
  position: relative;
}

.checks li:before {
  content: "\E834";
  display: block;
  font-family: "Material Icons" !important;
  font-size: 24px;
  color: #444;
  position: absolute;
  left: 0;
  top: 3px;
}

.options li {
  margin-bottom: 1em;
  list-style-type: none;
  padding: 0.25em 0 0 2.5em;
  position: relative;
}

.options li:before {
  content: "\E8B8";
  display: block;
  font-family: "Material Icons" !important;
  font-size: 24px;
  color: #666;
  position: absolute;
  left: 0;
  top: 3px;
}

.options li a {
  text-decoration: none;
}

.info {
  margin-bottom: 1em;
  list-style-type: none;
  padding: 0.25em 0 0 2.5em;
  position: relative;
}

.info:before {
  content: "\E88E";
  display: block;
  font-family: "Material Icons" !important;
  font-size: 24px;
  color: #8dbf58;
  position: absolute;
  left: 0;
  top: 3px;
}

.red-x {
  margin-bottom: 1em;
  list-style-type: none;
  padding: 0.25em 0 0 2.5em;
  position: relative;
}

.red-x:before {
  content: "\E5C9";
  display: block;
  font-family: "Material Icons" !important;
  font-size: 24px;
  color: #d92f42;
  position: absolute;
  left: 0;
  top: 3px;
}

.not-avail {
  margin-bottom: 1em;
  list-style-type: none;
  padding: 0.25em 0 0 2.5em;
  position: relative;
}

.not-avail:before {
  content: "\E5C9";
  display: block;
  font-family: "Material Icons" !important;
  font-size: 24px;
  color: #d92f42;
  position: absolute;
  left: 0;
  top: 3px;
}

.password {
  padding: 0 0 0 18px;
  position: relative;
  padding-left: 20px;
}

.password:before {
  content: "\E869";
  display: block;
  font-family: "Material Icons" !important;
  font-size: 18px;
  color: #d92f42;
  position: absolute;
  left: 0;
  top: 3px;
}

a.password {
  text-decoration: none;
  cursor: pointer;
}

.shipping {
  padding: 0 0 0 24px;
  position: relative;
  padding-left: 40px !important;
}

.shipping:before {
  content: "\E558";
  display: block;
  font-family: "Material Icons" !important;
  font-size: 24px;
  color: #4e8bda;
  position: absolute;
  left: 0;
  top: 3px;
}

.shipping:before {
  top: 10px !important;
  padding-left: 10px !important;
}

.not-avail:before {
  left: -20px !important;
  top: 10px !important;
}

ul.checks li span {
  font-weight: 700;
}

.keyboard_arrow_up:after {
  content: "\E316";
  font-family: "Material Icons" !important;
  color: #444;
  font-size: 24px;
  text-decoration: none !important;
}

footer {
  background-color: var(--color-2) !important;
}

footer .shop-divider {
  border-color: var(--color-3) !important;
  opacity: 1;
}

footer .shop-title.shop-title-main {
  text-transform: uppercase;
  border-bottom: 1px solid var(--color-3) !important;
}

/*FOOTER LINKS*/
footer a {
  color: var(--color-black) !important;
  text-decoration: none !important;
}

footer a:active,
footer a:visited,
footer a:hover {
  opacity: 0.7;
}

/*FOOTER CONTACT ICONS*/
.room:before,
.phone_iphone:before,
.local_post_office:before {
  color: var(--color-black);
}

/*FOOTER TEXT*/
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: var(--color-black);
}

footer p {
  color: var(--color-black);
  text-transform: none;
}

footer p.shop-color-invert {
  color: var(--color-black);
}

footer ul li {
  color: var(--color-black);
  list-style: none;
  padding-bottom: 5px;
}

footer .footer-1,
footer .footer-2,
footer .footer-3,
footer .footer-4 {
  color: #fff;
  position: relative;
}

footer .footer-1 a {
  text-decoration: underline;
}

.footer-1 img {
  margin-top: 5px;
  width: 200px;
  margin-bottom: 20px;
}

footer .sec-1,
footer .sec-2 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

footer .meta {
  color: #fff;
}
footer .meta a:link {
  color: #fff !important;
  text-decoration: none;
}
footer .meta a:hover {
  color: #ccc !important;
}
footer .meta p {
  color: #fff;
}

.shop-footer .shop-nav-inline > ul > li a {
  color: var(--color-black) !important;
  padding-right: 10px;
  text-decoration: none;
}

.shop-footer .shop-nav-inline > ul > li a:hover {
  color: #ccc !important;
}

footer.tm-30 {
  margin-top: 0 !important;
}

/*FOOTER ICONS FOR CONTACT INFOS*/
.more-horiz {
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  border-radius: 50%;
  transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -webkit-transition: background-color 0.25s ease-in-out;
}

footer .more-horiz {
  vertical-align: middle !important;
}

.more-horiz:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

footer ul.icons {
  position: relative;
}
footer ul.icons li {
  position: relative;
  padding: 0px 5px 30px 0px;
}

ul.icons li.room {
  font-size: 16px;
  margin-bottom: 1em;
  list-style-type: none;
  padding: 0.25em 0 0 2.5em;
  position: relative;
}

ul.icons li.room:before {
  content: "\E0C8";
  display: block;
  font-family: "Material Icons" !important;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 5px;
}

ul.icons li.local_post_office {
  font-size: 16px;
  margin-bottom: 1em;
  list-style-type: none;
  padding: 0.25em 0 0 2.5em;
  position: relative;
}

ul.icons li.local_post_office:before {
  content: "\E554";
  display: block;
  font-family: "Material Icons" !important;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 5px;
}

ul.icons li.phone_iphone {
  font-size: 16px;
  margin-bottom: 1em;
  list-style-type: none;
  padding: 0.25em 0 0 2.5em;
  position: relative;
}

ul.icons li.phone_iphone:before {
  content: "\E325";
  display: block;
  font-family: "Material Icons" !important;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 5px;
}

/*FORM PARTS*/

.intro-text {
  clear: left;
}

/*helps take out padding in places needed*/
[class*="trin-"].zero {
  padding: 0 !important;
  margin: 0 !important;
}

/*PAYMENT METHOD PAGE*/
.gift-certs {
  padding-left: 30px !important;
}

/*BREAD CRUMBS and TITLE BAR*/
.title-bar-section {
  background-color: #2d2d2d;
  padding: 5px;
}
.title-bar-section .title-bar-control .page-name {
  padding-left: 10px;
  padding-top: 5px;
  margin: 0;
  color: #333;
}
.title-bar-section .title-bar-control .breadcrumbs {
  margin: 15px 0 5px 0;
  line-height: 10px;
  font-size: 0;
  float: right;
}

.title-bar-section .title-bar-control .breadcrumbs ul {
  display: table;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.title-bar-section .title-bar-control .breadcrumbs ul li + li {
  border-left: 1px solid #333;
}
.title-bar-section .title-bar-control .breadcrumbs ul li {
  display: table-cell;
  font-size: 12px;
  display: inline-block;
  line-height: 12px;
}
.title-bar-section .title-bar-control .breadcrumbs ul li .icon-home {
  padding: 0 0 0 15px;
  position: relative;
  font-size: 11px !important;
}
.title-bar-section .title-bar-control .breadcrumbs ul li .icon-home:before {
  content: "\E88A";
  display: block;
  font-family: "Material Icons" !important;
  font-size: 15px;
  color: #333;
  position: absolute;
  left: 0;
  top: 3px;
}
.title-bar-section .title-bar-control .breadcrumbs ul li a {
  color: #333;
  display: block;
  padding: 0 15px;
  text-decoration: none;
}

.title-bar-section .title-bar-control .breadcrumbs ul li a:hover {
  color: #2e2e2e;
}
.title-bar-section .title-bar-control .breadcrumbs ul li a:active {
  color: #2e2e2e;
}

.breadcrumbs ul li:hover a .icon-home:before {
  color: #2e2e2e !important;
}

.breadcrumbs ul li:hover a {
  color: #2e2e2e;
}

.crumb-active a {
  font-weight: 600;
}

.page-name.shop-h2 {
  padding-top: 25px;
}

.page-name.shop-h3 {
  line-height: 36px;
}


.small-thumb-img {
  width: auto;
  height: 55px;
  margin-top: 10px;
}

/*Rapid order page and kit page*/
.prod-number {
  font-weight: 700;
  font-size: 13px;
  color: #777;
}

.prod-discription {
  font-weight: 700;
  font-size: 13px;
}

.product-row {
  clear: both;
  padding-top: 6px;
}

.truncate-ellipsis {
  display: table;
  table-layout: fixed;
  width: 100%;
  white-space: nowrap;
}

.truncate-ellipsis > * {
  display: table-cell;
  overflow: hidden;
  text-overflow: ellipsis;
}

.panel-heading-small-text {
  font-size: 14px;
  float: right;
}

.sku,
.serial {
  font-size: 12px;
  word-break: break-all !important;
}

/*use .stack to stack trin divs when space is small*/

.small-text {
  font-size: 11px !important;
}

/*cart complete page*/
.print-me {
  padding: 15px;
  background-color: #44b0d8;
  text-align: center;
}
.print-me .SCNPRPrintLink {
  color: #ffffff;
  padding: 0 0 0 27px;
  position: relative;
  text-decoration: none;
}
.print-me .SCNPRPrintLink:before {
  content: "\E8AD";
  display: block;
  font-family: "Material Icons" !important;
  font-size: 27px;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 3px;
}
.print-me .SCNPRPrintLink:before {
  left: -5px;
}

span.award-star {
  padding: 0 0 0 20px;
  position: relative;
}
span.award-star:before {
  content: "\E838";
  display: block;
  font-family: "Material Icons" !important;
  font-size: 20px;
  color: #4e8bda;
  position: absolute;
  left: 0;
  top: 3px;
}

table.responsive p {
  margin-bottom: 5px;
}

.contain-table {
  overflow: auto;
  width: 100%;
}

.table-full {
  width: 100%;
}

/*reverse text*/
.reverse.primary {
  color: white;
  background-color: #444;
  padding: 5px;
}

.reverse.denim {
  color: white;
  background-color: #4e8bda;
  padding: 5px;
}

.reverse.cyan {
  color: white;
  background-color: #3fbb9b;
  padding: 5px;
}

.primary-txt {
  color: #444;
}

.primary-bg {
  background-color: #444;
}

.denim-txt {
  color: #4e8bda;
}

.denim-bg,
.sub-total.denim-bg {
  background-color: #4e8bda;
}

.cyan-txt {
  color: #3fbb9b;
}

.cyan-bg {
  background-color: #3fbb9b;
}

.green-txt {
  color: #8dbf58;
}

.green-bg {
  background-color: #8dbf58;
}

.yellow-bg {
  background-color: #f4ba4e;
}

.yellow-tinted-bg {
  background-color: #fbe3b8;
}

.hide {
  display: none;
}

.show {
  display: block !important;
}

.border-item {
  border-left: 12px solid #3fbb9b;
}

.SCNFRCartContentsHeader {
  background-color: #444;
  color: white;
}

.SCNFRCartContentsHeader th {
  padding-left: 4px;
  padding-right: 4px;
}

.SCNFRCartContentsHeader.twenty-p th {
  width: 20%;
}

.SCNFRCartContentsHeader.thirty-p th {
  width: 30%;
}

.payment-due {
  color: #3fbb9b;
  font-weight: 600;
}

/*adds style for autoship button in cart view*/
a.ASAddButton,
a.ASRemoveButton {
  display: block;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  margin-top: 5px;
  font-size: 13px;
  width: 300px;
  border-radius: 4px;
  padding: 4px 8px;
  position: relative;
  line-height: 21px;
  margin: 0 auto;
}

a.ASAddButton {
  background-color: #666e78;
  color: #fff;
}

a.ASAddButton:hover {
  background-color: #3c4046;
  color: #fff !important;
}

a.ASRemoveButton {
  background-color: #23cde3;
  color: #fff;
}

a.ASRemoveButton:hover {
  background-color: #23aabc;
  color: #fff !important;
}

/*Distributor locator*/
.DLSearchCriteriaHeader {
  font-weight: 600;
  color: #4e8bda;
  font-size: 18px;
}

.DLResultListingTable {
  background-color: #ebeaea;
  width: 100%;
}

.DLResultListingTable tr td {
  padding: 2px 10px 2px 10px !important;
}

.DLResultsFieldLabel {
  width: 33%;
}

.DLResultsFieldData {
  width: 50%;
}
.DLResultsFieldData a {
  word-break: break-all;
}

.DLResultsFieldData input {
  font-size: 12px;
  padding: 2px;
}

#DistributorLocator1_tblResults {
  width: 100%;
}

.DLDescriptionText {
  margin-bottom: 20px;
}

#RetailPriceDiv {
  margin-bottom: 30px;
}

.title-bar-section h1 {
  color: white;
}

.review-box {
  display: none;
}

.get-shippers-button {
  white-space: normal !important;
  width: 100% !important;
  padding: 5px 5px !important;
  height: auto !important;
  font-size: 14px !important;
  min-height: 44px !important;
  color: white !important;
  background-color: #8dbf58 !important;
  border: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.26);
}

/*password reset /validation code pages*/
.validation-code-wrapper {
  margin-top: 15px;
}

.validation-code-box {
  float: none;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.12), 0 1px 6px rgba(0, 0, 0, 0.24);
  text-align: center;
  padding: 45px;
  text-align: center;
  background-color: #e7e7e7;
}

.validation-code-number {
  margin: 0 auto;
  width: auto;
  display: table;
  padding: 15px;
  border: 3px solid black;
  color: #000;
  font-family: Tahoma, Helvetica, Arial, sans-serif;
  text-align: center;
  text-shadow: 0 1px 1px #fff;
}

.validation-code-entry {
  max-width: 50%;
  margin: 0 auto;
  border: 3px solid #000;
  font-size: 25px;
  height: 85px !important;
  text-align: center;
}

.submit-validation,
.submit-validation-resend {
  max-width: 50%;
  margin: 0 auto;
  margin-top: 15px;
}

#ctl00_ContentPlaceHolder1_AwardRowsContainer div {
  clear: both !important;
}

#ctl00_ContentPlaceHolder1_AwardRowsContainer div .trin-3 {
  clear: none !important;
}

.shop-qtybox input {
  width: 70%;
  height: 30px !important;
  position: absolute;
  right: -10px;
  top: 5px;
  display: block;
  border: 3px solid #ddd;
  background-color: white;
  color: #4c4c4c;
}

/* some phones hide the top part of reviews form this should help */
#popup {
  top: 80px !important;
  height: 500px !important;
}

#txtReviewBody {
  height: 70px;
}

.modal-container .modal-body {
  padding: 3px 5px;
}

.modal-container .shop-push-small {
  margin-bottom: 5px;
}

/*special boxes*/
.special-boxes .banner-text {
  padding: 10px !important;
  position: relative;
}

.special-boxes .material-icons {
  position: absolute;
  right: -13px;
  top: -5px;
  color: #fff;
  padding: 0px !important;
  z-index: 2;
}

.special-boxes .box-control {
  background-position: center;
  background-size: cover;
  overflow: hidden;
  height: 190px;
  position: relative;
  display: block;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.14);
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-in-out;
  -ms-transition: box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
}
.special-boxes .box-control:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.24);
}

.special-boxes [id*="BoxType_UserContent_"].box-control {
  box-shadow: none !important;
  height: auto !important;
}
.special-boxes [id*="BoxType_UserContent_"].box-control h3 {
  text-shadow: none;
  color: #666;
  font-size: 32px;
}
.special-boxes [id*="BoxType_UserContent_"].box-control p {
  text-shadow: none;
  color: inherit;
  font-weight: inherit;
}
.special-boxes [id*="BoxType_UserContent_"].box-control img {
  height: auto;
  text-align: center;
  margin: 0 auto;
}

.special-boxes .box .shop-banner {
  display: block;
  height: 100%;
}

@media only screen and (min-width: 993px) and (max-width: 1199px) {
    .special-boxes .box {
    width: 100% !important;
  }
}

.box img {
  display: block;
}

.shop-banner .shop-banner-content {
  position: relative;
  z-index: 1;
  height: 100%;
}
.shop-banner .shop-banner-content p {
  color: white;
  font-weight: 700;
  margin-bottom: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
.shop-banner .shop-banner-content h3 {
  margin: 0;
  padding-top: 6px;
  color: white;
  font-size: 22px;
  line-height: normal;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

.box.trin-33 .shop-banner .shop-banner-content h3 {
  font-size: 18px !important;
}

#SearchResultMessageContainer {
  float: left;
  font-weight: 600;
}

ul.tabs-menu {
  margin: 60px 0px 20px;
  padding: 0px !important;
  list-style: none;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
  font-size: 18px;
}

ul.tabs-menu li {
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 5px;
  cursor: pointer;
  position: relative;
}

ul.tabs-menu li.current {
  background: #f5f5f5;
  background: white;
  color: #222;
  border-top: 2px solid #444;
}

.tab-content {
  display: none;
  background: #f5f5f5;
  background: white;
  padding: 5px;
}

.tab-content.current {
  display: inherit;
}

.tabs-arrow-down {
  display: none;
}

ul.tabs-menu li.current .tabs-arrow-down {
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #444;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

/*Share*/
.share-bg {
  background-color: #f3f5f6;
  padding: 5px 0 10px;
}
.share-bg .SCNSocialMediaTable {
  width: 50%;
  display: inline;
}

/*Right Gutter*/
/*mobile drops some of the list of items off*/

.more-items {
  margin-top: 20px;
  border-radius: 0 15px 15px 0;
  overflow: hidden;
  zoom: 1;
  background-color: #f4f4f4;
}
.more-items .sku {
  font-size: 10px;
  display: block;
}

.more-items .side-title {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.more-items p {
  font-size: 14px;
  text-align: center;
  padding: 0 10px;
}
.more-items p a {
  text-decoration: none;
  color: #444;
}
.more-items img {
  width: 100%;
  height: auto;
}
.more-items .product-img {
  transition: all 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -webkit-transition: all 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  box-shadow: 0 0 12px transparent;
}
.more-items .product-img:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  border-radius: 10%;
}

.special-more {
  background-color: #edf3fb;
}

/*Horizontal products on details page*/
.maybe-this {
  background: #4e8bda;
  position: relative;
  color: #ffffff;
  padding: 15px;
  text-align: center;
  margin-top: 10px;
}
.maybe-this h6 {
  color: #ffffff;
}
.maybe-this h3 {
  color: #ffffff;
}

.horizontal.more-items {
  float: left;
  width: 100%;
  border-radius: 0 0 15px 15px;
  padding-top: 40px;
  margin-top: -25px;
  display: flex;
  justify-content: center;
}


/*SNAP TO TOP page anchor menus*/
.snap-to-top {
  position: fixed;
  top: 0;
  background-color: white;
  width: 100%;
  z-index: 999999;
  left: 0;
  text-align: left;
  border-bottom: 6px solid #444;
  -webkit-box-shadow: -12px 0 32px #b7b7b7;
  box-shadow: -12px 0 32px #b7b7b7;
}

.snap-to-top h1 {
  float: left;
  line-height: 33px;
}

.snap-to-top .snap-to-top-menu {
  float: right;
  margin-right: 15px;
  margin-top: 10px;
}


.more-info-menu {
  position: absolute;
  right: 30px;
  top: 0;
}

.more-info-menu-item {
  cursor: pointer;
  margin: 0 10px;
  text-decoration: underline;
}


.questions {
  position: relative;
}

.question-prod {
  background-color: #a38a6b;
  color: white;
  padding: 8px;
  font-size: 21px;
}

.item-num {
  background-color: #7b6b57;
  color: white;
  padding: 5px 0 5px 10px;
}

.question-text {
  padding: 5px;
  font-size: 16px;
}
.question-text strong {
  font-weight: 600;
}

.tank {
  position: relative;
}


.cart-product-img {
  position: relative;
  text-align: center;
  font-size: 11px;
}

.chiclet-pe,
.chiclet-pr,
.chiclet-cv,
.chiclet-pv {
  font-size: 10px;
  text-transform: none !important;
  background: #444;
  color: #fff;
  padding: 0 4px;
  position: absolute;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 2px;
  cursor: default;
  width: 80px;
  border-radius: 5px;
  text-align: left;
  opacity: 0.8;
}
.chiclet-pe a,
.chiclet-pr a,
.chiclet-cv a,
.chiclet-pv a {
  text-decoration: none;
  color: white !important;
  padding: 0;
  margin: 0;
}
.chiclet-pe span,
.chiclet-pr span,
.chiclet-cv span,
.chiclet-pv span {
  text-align: right;
  float: right;
}

.chiclet-pe {
  background: #3e6fae;
  right: 10px;
  bottom: 90px;
}

.chiclet-pr {
  background: #967dda;
  right: 10px;
  bottom: 60px;
}

.chiclet-cv {
  background: #e4ab3a;
  right: 10px;
  bottom: 30px;
}

.chiclet-pv {
  background: #3fbb9b;
  right: 10px;
  bottom: 0px;
}

.cart-chiclets {
  float: right;
  margin-top: 20px;
}
.cart-chiclets .chiclet-pe {
  position: static;
  display: block;
  margin-bottom: 4px;
}
.cart-chiclets .chiclet-pe span {
  position: static;
}
.cart-chiclets .chiclet-pr {
  position: static;
  display: block;
  margin-bottom: 4px;
}
.cart-chiclets .chiclet-pr span {
  position: static;
}
.cart-chiclets .chiclet-cv {
  position: static;
  display: block;
  margin-bottom: 4px;
}
.cart-chiclets .chiclet-cv span {
  position: static;
}
.cart-chiclets .chiclet-pv {
  position: static;
  display: block;
  margin-bottom: 4px;
}
.cart-chiclets .chiclet-pv span {
  position: static;
}

/*Addons and Variations box style*/
.extras .pullout {
  padding: 8px;
}

.extras {
  position: relative;
  margin-top: 20px;
}
.extras .label {
  margin: 8px 0 5px 2px;
  display: block;
  line-height: normal !important;
}
.extras .riSingle {
  width: 100% !important;
}
.extras .riSingle input {
  border: 1px solid #ffffff !important;
  font-size: 16px !important;
  background: #fcfcfc !important;
}
.extras .SCNProductAddOnError {
  background-color: rgba(255, 0, 0, 0.7);
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  margin-bottom: 15px;
  border-left: solid 10px #dd0f0f;
  color: #fff;
  text-align: left;
  font-size: 16px;
  font-family: inherit;
  display: block;
}
.extras h4 {
  font-size: 28px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.8);
}

.addon-section {
  position: relative;
}

.addon-section-indent {
  margin-left: 30px;
  width: 93%;
  float: right;
}

.variations-bg {
  background-color: #c3dde5;
}
.variations-bg .frame.pullout {
  background-color: rgba(255, 255, 255, 0.35);
  color: #444;
}

.addons-bg {
  background-color: #c3dde5;
}
.addons-bg .frame.pullout {
  background-color: rgba(255, 255, 255, 0.35);
  color: #444;
}

.addons-bg input[type="text"],
.addons-bg input[type="password"] {
  width: 100% !important;
  height: 47px !important;
}

.variations-bg input[type="text"],
.variations-bg input[type="password"] {
  width: 100% !important;
  height: 47px !important;
}

.SCNProductDetailItemsRemaining {
  padding: 10px;
  background-color: #a69074;
  color: white;
  font-size: 18px;
  border-left: 10px solid #d0b38e;
  display: inline-block;
}

.SCNProductDetailOutOfStock {
  padding: 10px;
  background-color: #a69074;
  color: white;
  font-size: 18px;
  border-left: 10px solid #d0b38e;
  display: inline-block;
}

/*AUTO SHIP WIDGET*/
.auto-ship-widget {
  -webkit-box-shadow: inset 3px 3px 30px -5px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: inset 3px 3px 30px -5px rgba(0, 0, 0, 0.43);
  box-shadow: inset 3px 3px 30px -5px rgba(0, 0, 0, 0.43);
  margin-bottom: 40px;
  background-color: #3fbb9b;
  overflow: auto;
  zoom: 1;
  color: white;
}
.auto-ship-widget .RadDropDownList {
  width: auto !important;
  height: 30px !important;
  display: inline-block !important;
}
.auto-ship-widget .RadDropDownList .rddlInner {
  height: 30px !important;
  margin-left: 10px;
}
.auto-ship-widget .title h5 {
  color: #8affff;
}


.auto-ship-image {
  height: 59px;
  background-image: url("/MemberToolsDotNet/art/new-auto-ship-logo.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}


.AutoshipBlockContainingTable {
  width: 100%;
  border: none;
  border-collapse: collapse;
}

.ASRemoveLink {
  font-size: 10px;
}

.deliver-every-text {
  float: left;
  margin-left: 10px;
  line-height: 32px;
  clear: both;
}

input.auto-widget-input {
  height: 30px;
  width: 40px;
  color: #444;
  float: left;
  margin-left: 10px;
  background: #fcfff4;
  border-radius: 4px;
}

select.auto-widget-select {
  height: 30px !important;
  width: 125px !important;
  color: #444;
  float: left;
  margin-left: 10px;
  border-radius: 4px;
  padding: 0 10px 0 5px;
  font-size: 14px;
}

.ASFreqControls {
  height: 20px;
  border: solid 1px;
  border-color: #cccccc;
  font-family: Calibri, Verdana;
  font-size: 8pt;
}

.ASChangeFreqDiv {
  /* this must be display: none  */
  display: none;
  background-color: #aefaa8;
  padding: 5px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
}

.ASChangeFreqText {
  font-size: 11px;
}

.fancycheck input[type="checkbox"] {
  float: left;
}

/*POP IMG*/
.SCNCartPopImagesContainerCell {
  margin: 5px;
}
.SCNCartPopImagesContainerCell img {
  border: solid 2px #666 !important;
}

.SCNCartPopImagesTableHeader {
  font-size: 8pt;
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}

.SCNCartPopImagesTable {
  margin: 5px;
  border: none;
  width: 100%;
  font-size: 8pt;
}

.SCNCartPopImagesTableHeader {
  text-align: center;
}

/*ribbons*/
.normal-ribbon {
  position: absolute;
  top: 15px;
  right: -10px;
  padding: 5px;
  background-color: #484848;
  color: #fff;
}

.normal-ribbon:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  right: 0px;
  top: 100%;
  border-width: 5px 5px;
  border-style: solid;
  border-color: #666 transparent transparent #666;
}

.normal-ribbon:before {
  content: " ";
  position: absolute;
  width: 20px;
  height: 0;
  left: -20px;
  top: 0px;
  border-width: 16px 10px;
  border-style: solid;
  border-color: #484848 #484848 #484848 transparent;
}

.corner-ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.corner-ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79a70a;
  background: linear-gradient(#9bc90d 0%, #79a70a 100%);
  box-shadow: 0 3px 7px -5px black;
  position: absolute;
  top: 19px;
  right: -21px;
}

.corner-ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #79a70a;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79a70a;
}

.corner-ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79a70a;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79a70a;
}

/*product swatches on Details page*/
#SwatchImagesDiv {
  margin-top: 30px;
}

#SwatchTitleDiv {
  font-weight: bold;
}

#SwatchWarningDiv {
  font-size: 13px;
  margin-bottom: 10px;
}

.SCNSwatchCell {
  width: 25%;
}

.SCNSwatchCell * {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}

.SCNSwatchCell br {
  display: none;
}

.SCNSwatchCell img {
  margin-bottom: 3px;
}

/*REVIEWS BOX*/
.reviews-box {
  padding: 5px 5px 30px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-top: 30px;
  background-color: white;
}
.reviews-box.trin-1 {
  padding-left: 0;
}
.reviews-box h4 {
  background: #000;
  padding: 5px;
  margin-top: 0;
  border-radius: 8px 8px 0 0;
  color: #fff;
}
.reviews-box p {
  padding: 10px;
}
.reviews-box .btn-link {
  padding: 10px;
  margin: 30px;
  font-size: 16px;
  letter-spacing: 1px;
}
.reviews-box .SCNInnerReviewTable {
  background: rgba(204, 204, 204, 0.24);
  margin: 10px;
  margin-bottom: 30px;
  display: block;
  padding: 15px 20px 10px 20px;
}
.reviews-box .SCNInnerReviewTable hr {
  margin-top: 3px;
  margin-bottom: 10px;
}
.reviews-box .SCNInnerReviewTable .SCNReviewNameLocation strong {
  font: 500 25px/1.3 "Raleway", Helvetica, Arial, sans-serif !important;
  color: #444;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
  margin-right: 10px;
}
.reviews-box .SCNInnerReviewTable .SCNReviewTitle {
  font-weight: 400;
  font-size: 22px;
}
.reviews-box .SCNReviewPostDate {
  font-style: italic;
  color: #666;
  text-align: right;
  display: block;
}
.reviews-box .shop-divider-hr {
  border-top: 1px dotted rgba(147, 147, 147, 0.35);
}
.reviews-box .review-btn {
  padding: 10px;
  margin-bottom: 20px;
  text-align: right;
}
.reviews-box .review-btn a {
  background-color: #444;
}

/* social media classes*/
.share-bg {
  background-color: #f3f5f6;
  padding: 10px 0 5px 0;
  overflow: auto;
}

.socialmedia-cta {
  font-size: 18px;
  margin: 10px;
  display: block;
}

.socialmedia-fb,
.socialmedia-tw,
.socialmedia-pin,
.socialmedia-share {
  float: left;
  margin-left: 10px;
}

.kit-product-row input.FirestormStandardTextBox {
  width: 40px;
}

/*pop image in select list styles*/
img.rddlItemImg {
  margin: 5px;
  width: 50px;
  height: 50px;
}

span.rddlItemText {
  line-height: 60px;
  margin-left: 10px;
}

.rddlPopup .rddlItem {
  padding: 5px 15px;
  display: flex;
}

a[data-zoom-id] img,
.mz-thumb img {
  box-shadow: none !important;
}

.pop-img-box {
  margin-top: 40px;
  text-align: left !important;
  clear: both;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: left;
  align-items: left;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: stretch;
  align-content: stretch;
  width: 100% !important;
  padding-top: 6px;
}

div.pop-img-box span.pop-img-cell {
  float: left !important;
  font-size: 10px;
  text-align: center;
  width: 25%;
  line-height: 11px;
  word-break: break-all;
}

div.pop-img-box span.pop-img-title {
  width: 50px;
}

@font-face {
  font-family: "TelerikWebUI";
  src: url("Common/TelerikWebUI.eot");
  src: url("Common/TelerikWebUI.eot") format("embedded-opentype"),
    url("Common/TelerikWebUI.woff") format("woff"),
    url("Common/TelerikWebUI.ttf") format("truetype");
}

.rddlIcon {
  width: 1em;
  height: 1em;
  background-image: none !important;
  font: 22px / 1 "TelerikWebUI";
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  color: #000;
}

.rddlIcon:before,
.rddlIcon:before {
  content: "\e002";
  color: #222;
  right: 5px;
  top: 15px;
  position: relative;
}

/*Colors for the drop down arrows in these areas:*/
.variations-bg .rddlIcon:before {
  color: #2b7186;
}

.addons-bg .rddlIcon:before {
  color: #2b7186;
}

/*combined default Telerik Skin with the Telerik Base of  drp dwn list- items with ! overide default skin that comes AFTER THEM*/
.RadDropDownList {
  width: 100% !important;
  line-height: 44px !important;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  cursor: default;
  color: #333 !important;
}

.RadDropDownList .rddlInner {
  padding: 4px 2em 4px 10px;
  border-width: 1px;
  border-style: solid;
  background-repeat: repeat-x;
  background-position: 0 0;
  display: block;
  position: relative;
  border-color: #fff !important;
  color: #434a54 !important;
  background-color: #e8e8e8 !important;
  background-image: linear-gradient(transparent, transparent) !important;
  border-radius: 3px !important;
  background-color: #e6e6e6 !important;
  background-image: linear-gradient(white, #e6e6e6) !important;
}

.RadDropDownList .rddlFakeInput {
  width: 100% !important;
  height: 44px !important;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px !important;
}

.RadDropDownList .rcbDisabled .rddlFakeInput {
  opacity: 1;
}

.RadDropDownList .rddlEmptyMessage,
.RadDropDownList .rddlDefaultMessage {
  font-style: italic;
  filter: alpha(opacity=80);
  opacity: 0.6 !important;
}

.RadDropDownList .rddlSelect {
  padding: 4px;
  min-width: 1em;
  text-align: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  box-sizing: content-box;
}

.RadDropDownList .rddlSelect:before {
  content: ".";
  width: 0;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
}

.RadDropDownList .rrdlLabel {
  vertical-align: top;
  padding-right: 10px;
  line-height: 22px;
}

.RadDropDownList .rddlDisabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.RadDropDownList_rtl,
.RadDropDownList[dir="rtl"] {
  text-align: right;
}

.RadDropDownList_rtl .rddlInner,
.RadDropDownList[dir="rtl"] .rddlInner {
  padding-left: 2em;
  padding-right: 10px;
}

.RadDropDownList_rtl .rddlSelect,
.RadDropDownList[dir="rtl"] .rddlSelect {
  left: 0;
  right: auto;
}

.RadDropDownList_rtl .rrdlLabel,
.RadDropDownList[dir="rtl"] .rrdlLabel {
  padding-left: 10px;
  padding-right: 0;
}

.rddlSlide,
.rddlDropDownSlide {
  float: left;
  display: none;
  position: absolute;
  overflow: hidden;
  z-index: 7000;
}

.rddlPopup {
  border-width: 1px;
  border-style: solid;
  text-align: left;
  cursor: default;
  position: relative;
  line-height: 1.42857143;
  border-color: #bbb !important;
  color: #333 !important;
  background-color: #fff !important;
}

.rddlPopup .rddlHeader,
.rddlPopup .rddlFooter {
  padding: 4px 10px;
  border-width: 0;
  border-style: solid;
}

.rddlPopup .rddlHeader {
  margin-bottom: 1px;
  border-bottom-width: 1px;
  border-color: #bbb !important;
}

.rddlPopup .rddlFooter {
  margin-top: 1px;
  border-top-width: 1px;
  border-color: #bbb !important;
}

.rddlPopup .rddlList {
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  overflow: auto;
  box-sizing: border-box;
}

.rddlPopup .rddlItem {
  margin: 0;
  padding: 4px 10px;
  min-height: 13px;
  font-size: 16px;
  color: inherit;
}

.rddlPopup .rddlItem > label {
  margin: -4px -10px;
  padding: 4px 10px;
  display: block;
}

.rddlPopup .rddlItemDisabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.rddlPopup_rtl {
  text-align: right;
  direction: rtl;
}

.RadDropDownList .rddlHovered {
  border-color: #fff !important;
  color: #000 !important;
  background-color: #fff !important;
  background-image: linear-gradient(#ffffff, #dbdbdb) !important;
}

.RadDropDownList .rddlFocused {
  border-color: #fff !important;
  color: #434a54 !important;
  background-color: #bababa !important;
  background-image: linear-gradient(#dbdbdb, #ffffff) !important;
}

.rddlPopup .rddlItemHovered,
.rddlPopup .rddlItemLoading {
  color: #000 !important;
  background-color: #f0f0f0 !important;
}

.rddlPopup .rddlItemSelected {
  color: #fff !important;
  background-color: #a5a5a5 !important;
}

#RadAjaxLoadingPanel1ProductDetailDiv {
  z-index: 10 !important;
}

/*SELECT BOXES and LANGUAGE SWITCHER*/
.sort-by {
  border-bottom: 1px solid #ddd;
  margin: 5px;
}
.sort-by select#cboProductListSortCombo {
  height: 20px;
  font-size: 12px;
  padding: 0 15px 0 4px;
  width: 250px !important;
  margin: 0 0 5px 0;
}


select {
  height: 50px;
  background-color: white;
  font-size: 16px;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23888888%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #222222 !important;
  padding: 10px 30px 10px 10px;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  margin-bottom: 10px;
}

svg .dwn-arrow-color {
  fill: #fc1a1a !important;
}

select::-ms-expand {
  display: none;
}

.language-wrap {
  background-color: #fff;
  text-align: center;
}
.language-wrap .frame {
  position: relative;
}
.language-wrap select {
  margin-top: 0;
  background-color: transparent;
  font-size: 13px !important;
  height: 32px;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23ffffff%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A") !important;
  background-position: right 10px center;
  background-repeat: no-repeat;
  /*background-size: 10px ;*/
  border-radius: 0px;
  border: 1px solid transparent;
  color: #444 !important;
  padding: 0 5px 0 5px;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin-bottom: 10px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 700;
  width: 100px;
  margin-right: 15px;
}
.language-wrap select::-ms-expand {
  display: none;
}

/* end select boxes*/

.SCNProductDetailsDiv .frame h4 {
  padding: 0;
}

li.mail {
  word-break: break-all;
}


/*PRODUCT being added SPINNER*/
.spinner {
  position: absolute;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 35px 0 25px;
  border-radius: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  top: 40%;
}

.spinner > div {
  width: 28px;
  height: 28px;
  background-color: #444;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.spinner2 {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #444;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/*MODAL*/
.modal-container {
  display: none;
  position: fixed;
  z-index: 2000;
  background: #f5f7fa;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}

.modal-no-js .modal-container {
  display: block;
}

.modal-sml {
  max-width: 430px;
  width: 430px;
}

.modal-med {
  max-width: 960px;
  width: 80%;
}

.modal-lrg {
  max-width: 1440px;
  width: 90%;
}

.modal-container header,
.modal-container .modal-header {
  padding: 1.25em 1.5em;
  border-bottom: 1px solid #ddd;
  background-color: #666e78;
}

.modal-container header h3,
.modal-container header h4,
.modal-container .modal-header h3,
.modal-container .modal-header h4 {
  margin: 0;
  color: white;
}

.modal-container .modal-body {
  padding: 2em 1.5em;
}

.modal-container footer,
.modal-container .modal-footer {
  padding: 1.5em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.04);
  text-align: right;
}

.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important;
}

.modal-container .btn {
  width: 100% !important;
  font-size: 14px;
  padding: 0.55em 1.5em;
  background-color: #fff;
  border: 1px solid #bbb;
  color: #333 !important;
  text-decoration: none;
  display: inline;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

.modal-container .btn:hover {
  background-color: #f2eeee;
  color: white;
}

a.close {
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  top: 15px;
  right: 20px;
  text-decoration: none;
  color: #e8e8e8;
}
a.close i {
  font-size: 35px;
}
a.close:hover {
  color: #444;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}


/*FIND A PARTY TOOL FORM:*/
.party-hostess-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  vertical-align: middle;
  margin: 3px 5px;
}

.find-party {
  color: #44b0d8;
}

.party-search-results input.shop-btn.shop-btn-mini {
  background-color: #8dbf58;
  vertical-align: middle;
  margin: 5px;
}

.continue-as-guest.FirestormStandardButton {
  background-color: #444 !important;
}

.search-party.FirestormStandardButton {
  background-color: #8dbf58 !important;
  width: 100%;
}

.party-search-results table {
  line-height: 12px;
}

.party-search-results table th {
  line-height: 26px;
}

.party-search-results caption {
  margin: 10px 0;
}

/*cart view page and it's mobile styles:*/
#cart-panel .panel-heading {
  padding: 0 0.8em;
}

.cart-product-1 input.input-text.qty {
  margin-bottom: 0 !important;
  padding: 0;
  text-align: center;
  font-weight: 700;
  width: 58px;
  height: 38px;
  border: 1px dotted #505050;
  font-size: 14px;
  border-radius: 8px;
}

/*cart totals area mobile*/
.cart-product-price .value {
  margin-top: 20px;
}

.cart-product-row .trin-9 .value {
  word-break: break-all;
}

.cart-product-row .trin-9 {
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 50em) {
    .cart-product-row h4 {
    margin: 0;
  }
    .cart-product-row .cart-info {
    width: 100%;
  }
    .cart-product-row .cart-product-1.trin-9 {
    width: 20%;
    position: absolute;
    top: 40px;
    padding: 5px 10px !important;
  }
    .cart-product-row .trin-9 {
    width: 20%;
    font-size: 12px;
    padding: 5px 1px !important;
  }
    .cart-product-row .trin-9 .value {
    word-break: break-all;
  }
    .cart-product-row .cart-info .cart-product-img {
    width: 50%;
    float: none;
    margin: 0 auto;
  }
    .cart-product-row .cart-info .cart-product-details {
    width: 100%;
    text-align: center;
  }
    .cart-product-row
    .cart-info
    .cart-product-details
    .AutoshipBlockContainingTable {
    text-align: center;
  }
    .cart-product-row
    .cart-info
    .cart-product-details
    .AutoshipBlockContainingTable
    .ASChangeFreqDiv {
    background-color: #3fbb9b;
  }
    .cart-product-row
    .cart-info
    .cart-product-details
    .AutoshipBlockContainingTable
    input {
    height: auto;
    width: auto;
  }
    .sub-total {
    /*cart totals footer- subtotals mobile:*/
    font-size: 12px !important;
  }
    .sub-total .sub-total-0 {
    display: none;
    /*removes the SUBTOTAL: text from cart footer on mobile*/
  }
    .sub-total .trin-9 {
    width: 16.66667%;
    padding: 10px 2px !important;
  }
    .second-header .second-1-cell {
    display: none;
  }
    .second-header .trin-6 {
    /*change to a trin-5 width lower font size*/
    width: 20%;
    font-size: 10px;
    line-height: 12px;
    padding: 5px 3px !important;
  }
}

.cart-product-6 .value {
  font-weight: 600;
}

.second-header {
  background-color: #666;
  color: white;
}

.sub-total-6 .value {
  font-weight: 600;
}

/*quantity box and REMOVE link style*/
.remove-link {
  display: block;
  text-align: center;
  margin-top: 20px;
  font-size: 11px;
  width: 58px;
  background-color: #ad3845;
  color: #ffffff;
  float: right;
  border-radius: 4px;
  padding: 2px 5px;
}

.remove-link:hover {
  background-color: #eb5769;
  color: #ffffff;
}

.refresh-link {
  display: block;
  text-align: center;
  margin-top: 5px;
  font-size: 11px;
  width: 58px;
  background-color: #719a47;
  color: #ffffff;
  border-radius: 4px;
  padding: 2px 5px;
}
.refresh-link:hover {
  background-color: #a2d36e;
  color: #ffffff;
}

/*css created combo box*/
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 260px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.dropdown-content a {
  display: block;
  padding: 12px;
  border-bottom: 1px solid #666;
  color: #444;
  text-decoration: none;
}
.dropdown-content a:hover {
  color: #333;
  background-color: #dadada !important;
}
.dropdown-content a:last-child {
  border-bottom: none;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/*STYLES FOR COMPLETED ORDER PRINTED PAGE*/
.FirestormPage_ShoppingCartPrintableReceiptv4_aspx .print-logo {
  display: none;
}

.FirestormPage_ShoppingCartPrintableReceiptv4_aspx .print-logo img {
  width: 180px !important;
}

@media print {
    .FirestormPage_ShoppingCartPrintableReceiptv4_aspx .print-heading {
    font-size: 18px !important;
    font-weight: 500 !important;
  }
    .FirestormPage_ShoppingCartPrintableReceiptv4_aspx .main-content {
    min-height: 0px;
  }
    .FirestormPage_ShoppingCartPrintableReceiptv4_aspx * {
    color: #000 !important;
    font-size: 11px !important;
  }
    .FirestormPage_ShoppingCartPrintableReceiptv4_aspx .spotlight {
    font-size: 30px !important;
  }
    .FirestormPage_ShoppingCartPrintableReceiptv4_aspx .print-me,
  .FirestormPage_ShoppingCartPrintableReceiptv4_aspx #header,
  .FirestormPage_ShoppingCartPrintableReceiptv4_aspx .replicated,
  .FirestormPage_ShoppingCartPrintableReceiptv4_aspx .language-wrap,
  .FirestormPage_ShoppingCartPrintableReceiptv4_aspx .helpful-links,
  .FirestormPage_ShoppingCartPrintableReceiptv4_aspx .title-bar-section,
  .FirestormPage_ShoppingCartPrintableReceiptv4_aspx #CheckoutProgressBar,
  .FirestormPage_ShoppingCartPrintableReceiptv4_aspx footer,
  .FirestormPage_ShoppingCartPrintableReceiptv4_aspx
    .SCNFRRecurringOrderDescriptionText {
    display: none !important;
  }
    .FirestormPage_ShoppingCartPrintableReceiptv4_aspx .print-logo {
    display: block !important;
  }
    .FirestormPage_ShoppingCartPrintableReceiptv4_aspx .panel,
  .FirestormPage_ShoppingCartPrintableReceiptv4_aspx .panel-body,
  .FirestormPage_ShoppingCartPrintableReceiptv4_aspx .pullout,
  .FirestormPage_ShoppingCartPrintableReceiptv4_aspx .trin-1,
  .FirestormPage_ShoppingCartPrintableReceiptv4_aspx .shop-push-small {
    margin: 0 !important;
    padding: 0 !important;
  }
    .FirestormPage_ShoppingCartPrintableReceiptv4_aspx .border-item {
    border-left: 6px solid #4d4d4d !important;
  }
    .FirestormPage_ShoppingCartPrintableReceiptv4_aspx .review-section-info {
    padding: 0 !important;
    line-height: 12px !important;
  }
}

.visible-xs,
.visible-md,
.visible-lg {
  display: none;
}

@media (max-width: 30em) {
    .hidden-xs {
    display: none;
  }
    .visible-xs {
    display: block;
  }
}

@media (min-width: 30em) and (max-width: 50em) {
    .hidden-md {
    display: none;
  }
    .visible-md {
    display: block;
  }
}

@media (min-width: 50em) and (max-width: 68.75em) {
    .hidden-lg {
    display: none;
  }
    .visible-lg {
    display: block;
  }
}

.product-row {
  clear: both;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: left;
  align-items: left;
  -webkit-justify-content: left;
  justify-content: left;
  /* You can set flex-wrap and flex-direction individually */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* Or do it all in one line with flex flow */
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  /* tweak the where items line up on the row */
  /* valid values are: flex-start, flex-end, space-between, space-around, stretch */
  -webkit-align-content: stretch;
  align-content: stretch;
  width: 100% !important;
  max-width: 1440px;
  padding-top: 6px;
  justify-content: center;
}

.SCNProductPrice strike {
  font-size: 11px;
}

.SCNProductListImage {
  width: 100% !important;
  height: auto !important;
  border: none;
  margin: 0 auto;
  display: block;
  max-height: none !important;
  min-height: 0 !important;
}

.SCNProductPrice strike {
  font-size: 11px;
}

.SCNProductListImage {
  max-width: none !important;
}

.goog-te-gadget-simple {
  background-color: transparent !important;
  border-left: 1px solid transparent !important;
  border-top: 1px solid transparent !important;
  border-bottom: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
}

.goog-te-gadget-simple .goog-te-menu-value,
.goog-te-gadget-simple .goog-te-menu-value span {
  color: #fff !important;
}

.goog-te-gadget-simple .goog-te-menu-value span {
  border: none !important;
}

nav.menu ul li a {
  padding: 0 !important;
  font-weight: 500;
}

@media (max-width: 88em) {
    nav.menu ul li a {
    padding: 0 4px !important;
    white-space: normal !important;
    font-size: 12px !important;
  }
    .drop-down > a:after,
  .mini-drop-down > a:after {
    font-size: 11px;
  }
}

@media (max-width: 700px) {
    .menu {
    display: none;
  }
    .xs-menu li a {
    padding: 0px;
  }
    .xs-menu-cont {
    display: block;
  }
}

@media (max-width: 850px) {
    nav.menu ul li a {
    line-height: 16px !important;
    padding-top: 5px !important;
    text-align: center !important;
  }
    .mini-drop-down > a:after {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    font-size: 18px;
  }
}

nav.menu ul li a {
  padding: 15px 2px !important;
  white-space: normal !important;
  line-height: 13px;
}

nav.menu {
  min-height: 0;
}

nav.menu ul li {
  padding: 0 !important;
}

nav #search-desktop i {
  margin-top: 10px;
}

nav.menu ul li a {
  position: relative !important;
}

.drop-down > a:after,
.mini-drop-down > a:after {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 5px !important;
  width: 15px;
  font-size: 18px;
}

/*START GENERAL TABS FOR INJECTED HTML TABS*/
.general-tab {
  overflow: hidden;
  background-color: transparent;
  max-width: 1441px;
  margin: 0 auto;
  background: -moz-linear-gradient(
    top,
    transparent 0%,
    rgba(58, 58, 58, 0) 72%,
    rgba(81, 81, 81, 0.13) 100%
  );
  background: -webkit-linear-gradient(
    top,
    transparent 0%,
    rgba(58, 58, 58, 0) 72%,
    rgba(81, 81, 81, 0.13) 100%
  );
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(58, 58, 58, 0) 72%,
    rgba(81, 81, 81, 0.13) 100%
  );
  background: none;
}
.general-tab button {
  background-color: #444;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  overflow: visible;
  font-family: inherit;
}
.general-tab button:hover {
  background-color: #555 !important;
  color: #444;
  background: #feffff;
  background: -moz-linear-gradient(
    top,
    rgba(254, 255, 255, 0) 0%,
    #d2ebf9 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(254, 255, 255, 0) 0%,
    #d2ebf9 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(254, 255, 255, 0) 0%,
    #d2ebf9 100%
  );
  background: none;
}
.general-tab button.infocus {
  background-color: #555;
  text-decoration: none;
  color: #000;
  overflow: visible;
  position: relative;
  display: block;
  background: #feffff;
  background: -moz-linear-gradient(
    top,
    rgba(254, 255, 255, 0) 0%,
    #d2ebf9 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(254, 255, 255, 0) 0%,
    #d2ebf9 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(254, 255, 255, 0) 0%,
    #d2ebf9 100%
  );
  background: none;
}
.general-tab button.infocus:hover {
  background-color: #333 !important;
  background: #feffff;
  background: -moz-linear-gradient(
    top,
    rgba(254, 255, 255, 0) 0%,
    #d2ebf9 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(254, 255, 255, 0) 0%,
    #d2ebf9 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(254, 255, 255, 0) 0%,
    #d2ebf9 100%
  );
  background: none;
}
.general-tab button.tablinks.infocus::after {
  background-color: transparent;
  text-decoration: none;
  color: #ccc;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 10px;
  border-bottom-color: #fff;
  content: "";
  pointer-events: none;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 0px solid #ccc;
  border-top: none;
  min-height: 200px;
  max-width: 1440px !important;
  margin: 0 auto;
  font-family: inherit;
  background-color: white;
  display: none;
  border-top: none;
  animation: fadeEffect 1.5s;
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*END GENERAL TABS FOR INJECTED HTML TABS*/
/*MAIN MENU FLOATED LEFT for small menus*/
nav.menu ul li {
  float: left;
}

nav.menu ul li ul li {
  float: none;
  /*float above taken out*/
}

nav.menu ul li a {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

#search-desktop {
  float: none;
}

nav #search-desktop i {
  width: 100%;
}

nav #search-desktop i.icon-search-close::before {
  right: 0;
}

.mega-menu .categories-list ul span a {
  padding-left: 0px !important;
  /*padding inherited above taken out*/
  padding-right: 0px !important;
}

.mini-drop-down .categories-list > a {
  padding-left: 0px !important;
  /*padding inherited above taken out*/
  padding-right: 0px !important;
}

/*START per client css below*/
.award-section {
  clear: both;
}

/*makes WOW slider images stop enlarging at 1440*/
#wowslider-container1 .ws_images img {
  max-width: 1440px !important;
  margin: 0 auto !important;
  display: block !important;
}

/*END makes WOW slider images stop enlarging at 1440*/
.shop-qtybox input {
  width: 100%;
  height: 30px !important;
  display: block;
  border: 3px solid #368da7;
  background-color: white;
  color: #4c4c4c;
}

#logo img {
  width: 175px;
  height: auto;
  margin-top: 0px;
  margin-bottom: 10px;
}

.mega-menu .left-images img {
  border-radius: none;
}

body nav.menu .mega-menu .left-images a {
  padding-left: 0 !important;
}

/*footer logo*/
.footer-1 img {
  width: 164px;
  height: auto;
}

.addons-bg,
.reviews-box h4 {
  background-color: #d9d9d9;
}

.reviews-box h4 {
  color: black;
}

.language-wrap select {
  background-color: transparent;
  color: white;
  font-size: 11px !important;
}

.mega-menu {
  min-height: 400px;
}

.maybe-this {
  background-color: #444;
}
.maybe-this .arrow-down {
  border-top: 20px solid #444;
}

.SCNProductName b {
  font-weight: normal;
}

.SCNRPGoButton,
.SCNRPGoButton:hover {
  background-color: #444 !important;
}

#header > .trin-2 {
  padding: 0 !important;
}

footer {
  font-weight: 600;
}

.helpful-links a {
  font-weight: 700;
}

#header .header-links a.my-backoffice {
  font-weight: 500 !important;
}

.header-search .search-input {
  background-color: white;
  border: 1px solid #000;
}

.search-button-main {
  border: 1px solid #555;
  border-left: 0px solid #000;
}

.mini-menu span.categories-list a:hover {
  border-bottom: 0px solid #fff !important;
}

.SCNProductDetailStatusMessage {
  background: #444 !important;
}

#cart-panel .panel-heading,
.modal-container header,
.modal-container .modal-header {
  background-color: #656565 !important;
  color: #fff !important;
}

.spotlight.sub-total,
.modal-container footer,
.modal-container .modal-footer {
  background-color: #656565 !important;
  color: #fff;
}

.panel-body,
.modal-container {
  background-color: #fcfcfc;
}

.shop-nav.shop-nav-inline .shop-dropdown-menu > li,
.shop-nav.shop-nav-inline > ul > li {
  margin-bottom: 10px;
}

.title-bar-section {
  background-color: rgba(243, 240, 232, 0.79) !important;
  border-bottom: dotted 1px #ddd;
}

.SCNProductListImage {
  max-width: 295px !important;
}

/*style new back office link in sub-footer */
.shop-footer
  .shop-nav-inline
  > ul
  > li
  a:link[href="/membertoolsdotnet/Login/FirestormLogin.aspx"],
.shop-footer
  .shop-nav-inline
  > ul
  > li
  a:visited[href="/membertoolsdotnet/Login/FirestormLogin.aspx"] {
  background-color: black;
  color: white !important;
  padding: 5px;
  font-weight: bold;
}

.shop-footer
  .shop-nav-inline
  > ul
  > li
  a:hover[href="/membertoolsdotnet/Login/FirestormLogin.aspx"],
.shop-footer
  .shop-nav-inline
  > ul
  > li
  a:active[href="/membertoolsdotnet/Login/FirestormLogin.aspx"] {
  background-color: dimgray;
}

/*move toggle over to left*/
.replicated {
  background-color: rgba(145, 169, 177, 0.59) !important;
}

/*menu*/
/*nav.menu ul li a{
	font-size: 24px;
	line-height: 33px;
}*/
nav #search-desktop i.icon-search::before {
  font-size: 24px;
  line-height: 44px;
}

#ctl00_MasterCategoryToolbar.frame.fit nav.menu {
  margin-top: 0px;
}

/*header
		*/
#header .header-links a.my-backoffice:link,
#header .header-links a.my-backoffice:visited,
#header .header-links a.my-backoffice:active {
  /*color: #689849 !important;*/
  background-color: transparent;
}

#header .header-links a.my-backoffice:hover {
  color: #b5b5b5 !important;
}

#header .header-links a.my-backoffice {
  padding: 0 !important;
}

.shop-nav-inline > ul {
  margin: 0 0 0 25px;
}

.header-search .search-input,
.search-button-main {
  border: 1px solid transparent;
}

/* START SOCIAL ICON STYLES*/
/* END SOCIAL ICON STYLES*/
/* START SOCIAL ICON ANIMATIONS */
/* END SOCIAL ICON ANIMATIONS */
.shop-banner .shop-banner-content {
  z-index: auto;
}

.title-bar-section {
  background-color: rgba(255, 255, 255, 0.22);
  padding: 5px;
}

/*new rep area footer banner*/
.share-bg {
  background-color: transparent;
}

.shop-btn {
  background-color: rgba(236, 236, 236, 0.79);
  color: #6b6e71 !important;
}

.shop-qtybox input {
  border: none;
}

.goog-te-gadget-icon {
  background: none !important;
}

.rep-photo-footer img {
  width: 70px !important;
  float: right;
}

.special-rep-info p {
  display: none;
}

footer.shop-footer {
  border-top: dotted 1px #dedede;
}

/*home and footer*/
.social {
  text-align: center;
}

.social ul li {
  display: inline;
  list-style: none outside none;
  padding: 5px;
  margin: 0;
}

.social ul li a img {
  width: 40px;
  opacity: 0.5;
}

.social ul li a img:hover {
  opacity: 1;
}

.responsive-img img {
  width: 100%;
  height: auto;
  max-width: 800px !important;
}

@media (max-width: 30em) {
    .four-col-mq .trin-4 {
    width: 100%;
  }
    .two-col-mq .trin-2 {
    width: 100%;
  }
    .three-col-mq .trin-3 {
    width: 100%;
  }
}

/*
re style default special boxes*/
.box.trin-33 .shop-banner .shop-banner-content h3,
.shop-banner .shop-banner-content h3,
.shop-banner .shop-banner-content p {
  text-shadow: none;
  color: #4a4a4a !important;
}

.box.trin-33 .shop-banner .shop-banner-content h3,
.shop-banner .shop-banner-content h3 {
  font-size: 24px !important;
}

.main-content {
  border-top: 1px dashed #e7e7e7;
}

.social ul li {
  display: inline-block !important;
  list-style: none outside none;
  padding: 5px;
  margin: 0;
}

#ctl00_FooterSocialMediaContainer {
  display: block !important;
}

footer,
.shop-title-main h5 {
  font-weight: normal !important;
}

a.cart-button i::before {
  font-size: 18px;
}

.shop-nav-inline > ul {
  margin: 0 0 0 5px;
}

.goog-te-gadget-simple .goog-te-menu-value,
.goog-te-gadget-simple .goog-te-menu-value span,
.helpful-toggle {
  color: #333 !important;
  font-size: 11px !important;
}


.helpful-toggle:hover {
  color: #555 !important;
}

.language-wrap,
#header .header-links a.cart-button,
.title-bar-section {
  background-color: transparent !important;
}

#header {
  border-bottom: none !important;
}

.cart-count {
  color: #333 !important;
  background-color: rgba(0, 0, 0, 0.09);
}

.title-bar-section .title-bar-control .breadcrumbs ul li a,
.title-bar-section h1,
.title-bar-section .title-bar-control .breadcrumbs ul li .icon-home:before {
  color: #333 !important;
}

.title-bar-section,
.main-content {
  border: none;
}

.header-search .search-input::-webkit-input-placeholder {
  color: #3e3e3e;
}

.header-search .search-input:-moz-placeholder {
  /* Firefox 18- */
  color: #3e3e3e;
  font-size: 11px;
}

.header-search .search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #3e3e3e;
}

.header-search .search-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #3e3e3e;
}

.header-search .search-input::-ms-input-placeholder {
  /* Edge */
  color: #3e3e3e;
}

.header-search .search-input:placeholder-shown {
  /* Standard one last! */
  color: #3e3e3e;
}

.goog-te-gadget-simple {
  margin-top: -15px !important;
}

.sl {
  width: 20px;
  height: 20px;
}

.footer-1 ul {
  margin-left: 0;
}

.mega-menu,
.mini-menu {
  border-bottom: 0px solid #666;
  border-top: 0px solid #666;
}

.menu-feature img {
  max-width: 190px !important;
  display: block;
  margin: 0 auto;
  border-radius: 5%;
}

.main-content {
  padding-bottom: 50px;
}

.snap-to-top {
  border-bottom: 6px solid #444;
}

.shop-btn.other-color {
  color: #fff !important;
}

section p {
  font-size: 14px;
}

@media only screen and (min-width: 481px) and (max-width: 991px) {

  #progress li {
    padding: 10px 20px;
  }

  .SCNRAAddToCartButton {
    text-align: right;
  }

  .SCNRACancelButton {
    text-align: right;
  }

  .cart-sign-in input {
    width: 100%;
    font-size: 12px;
  }

  .col-box-1.trin-2,
  .col-box-2.trin-2 {
    width: 100%;
  }

  .billing-address .form-part {
    width: 100%;
  }

  .responsive {
    font-size: 12px;
  }

  table.review-table {
    font-size: 12px;
  }

  .review-section-info .trin-4 {
    width: 50%;
  }

  .FirestormPage_ShoppingCartPrintableReceipt_aspx
  .review-section-info
  .trin-4 {
    width: 50%;
  }

  .pullout .touch {
    background: #e6e8ec;
  }

  .header-links {
    font-size: 13px !important;
  }

  .more-info ul li {
    font-size: 11px;
  }

  .alert-msg br {
    display: none;
  }

  .slides .slide-text {
    width: 100%;
  }

  .slides p {
    font-size: 12px;
  }

  .question-icon,
  .find-icon {
    margin: 12px 12px 12px -25px !important;
  }

  .product-row .trin-4 {
    width: 50%;
  }

  .product-details-section .details-img {
    width: 33%;
  }

  .product-details-section .details-details {
    width: 66%;
  }

  .product-details-section .details-aside {
    width: 100%;
  }

  .product-details-section .details-aside .aside-product-img {
    width: 50%;
  }

  .product-details-section .details-aside .product-info {
    width: 50%;
  }

  .product-details-section .details-aside .SCNAddToCartBar {
    width: 100%;
  }

  .password-retrieve .trin-3 {
    width: 100%;
  }

  footer .sec-1,
  footer .sec-2 {
    width: 100% !important;
  }

  .form-part {
    width: 100%;
  }

  .title-bar-section .title-bar-control .breadcrumbs ul li a {
    padding: 0 5px;
  }

  .page-name.shop-h2 {
    margin-left: 10px;
    font-size: 26px;
    line-height: 27px;
    margin-bottom: 0;
    padding-top: 5px;
  }

  .page-name.shop-h3 {
    text-align: left;
    font-size: 18px;
    line-height: 19px;
  }

  .stack {
    width: 100%;
    padding: 0 !important;
  }

  .special-boxes [id*="BoxType_UserContent_"].box-control [class*="trin-"] {
    width: 100% !important;
  }
  
  .special-boxes .box {
    width: 100% !important;
  }

  #divRelatedProductsDetailContainer .trin-8:nth-child(even) {
    display: none;
  }

  .horizontal.more-items .trin-8 {
    width: 100%;
  }

  .horizontal.more-items .trin-8 img {
    width: 60% !important;
    margin: 0 auto !important;
    display: block !important;
  }

  .product-details-section .gutter {
    width: 100% !important;
  }

  .product-details-section .gutter .more-items.special-more .product-img {
    width: 60% !important;
    margin: 0 auto !important;
    display: block !important;
  }

  .product-details-section .gutter .more-items.special-more,
  .product-details-section .gutter .more-items.special-more .trin-1 {
    width: 50%;
  }

  .product-details-section .gutter .more-items .trin-1 {
    width: 50%;
    float: left;
  }

  .snap-to-top {
    font-size: 12px;
  }

  .more-info-menu {
    position: relative;
    right: auto;
  }

  .auto-ship-widget .title {
    width: 100%;
    margin-bottom: 5px !important;
    text-align: center;
  }

  .auto-ship-image {
    margin-top: 5px;
    width: 100%;
    background-position: center;
  }

  .pop-img-box {
    text-align: center !important;
  }

  .details-img {
    text-align: center !important;
  }

  .product-details-section .details-img,
  .product-details-section .details-details,
  .product-details-section trin-6 {
    width: 100% !important;
  }

  .product-row .trin-4 {
    width: 50%;
  }

}


@media only screen and (max-width: 480px) {

  .responsive th {
    border-left: 1px dotted #b8babe;
  }

  .responsive {
    font-size: 11px;
  }

  .right {
    text-align: left;
  }

  .billing-address .form-part select,
  .billing-address .form-part {
    width: 100%;
  }

  .col-box-1.trin-2,
  .col-box-2.trin-2 {
    width: 100%;
  }

  .cart-sign-in input {
    width: 100%;
  }

  .cart-sign-in .sign-in-box.trin-2,
  .cart-sign-in .create-acct-box.trin-2 {
    width: 100%;
  }

  .FirestormStandardButton,
  .SCNFRCompleteButton,
  .SCNCOContinueCheckoutButton {
    width: 100% !important;
  }

  .SCNCOFindButton,
  .SCNCOApplyButton,
  .SCNAMContinuCheckoutButton,
  .SCNCO________Button,
  .SCNAMRedeemButton
  .SCNCACreateAccountButton,
  .SCNCOAlternateAddrButton, 
  .SCNRAAddToCartButton,
  .SCNRACancelButton {
    width: 100%;
  }

  #progress {
    font-size: 11px;
  }

  #progress li {
    padding: 5px 10px 5px 10px;
  }

  #progress li:after,
  #progress li:before {
    border-left: none;
    border-top: none;
    border-bottom: none;
  }

  #ShipperRowsContainer p {
    margin: 0 !important;
  }
  
  #ShipperRowsContainer {
    font-size: 12px !important;
  }

  .SCNRAImage {
    width: 100%;
  }

  table.review-table {
    font-size: 11px;
  }

  table.review-table th {
    border-left: 1px dotted #898f97;
  }

  .review-section-info .trin-4 {
    width: 100%;
    clear: both;
  }

  .pullout-header .edit a {
    float: right !important;
  }

  .FirestormPage_ShoppingCartPrintableReceipt_aspx
  .review-section-info
  .trin-4 {
    width: 100%;
    clear: both;
  }

  .FirestormPage_ShoppingCartPrintableReceipt_aspx .pullout-header .edit a {
    float: right !important;
  }

  a.special-button {
    width: 100%;
  }

  .pullout .touch {
    background: #e6e8ec;
  }

  .replicated {
    padding-top: 0;
    margin-top: -5px;
  }

  .replicated .rep-box {
    padding: 8px;
  }

  .replicated .rep-box .rep-info {
    text-align: center;
  }

  .replicated .rep-photo {
    display: none;
  }

  .replicated .rep-photo img {
    height: 20px;
    width: 20px;
  }

  .header-links {
    font-size: 11px;
    margin-top: 0px !important;
  }

  .catalog-select .trin-4 {
    width: 100%;
    float: none;
    margin: 0 auto !important;
  }

  .catalog-select .trin-75 {
    width: 100%;
  }

  .catalog-select .trin-75 h3 {
    text-align: center;
  }

  .catalog-select .trin-75 p {
    text-align: center;
  }

  .panel-body {
    padding-left: 0;
    padding-right: 0;
  }

  .panel-body-modals {
    padding-left: 15px;
    padding-right: 15px;
  }

  .award-section {
    font-size: 10px;
    line-height: 12px;
  }

  .slides {
    padding: 0;
  }

  .slides .slide-text {
    width: 100%;
  }

  .slides h2 {
    text-align: center;
  }

  .slides p {
    text-align: center;
  }

  .slides .btn-link {
    display: block;
  }

  .pullout .pullout-header {
    font-size: 12px !important;
  }

  .pullout .redeem input {
    font-size: 10px !important;
    padding: 8px;
  }

  .order-history .pullout {
    padding: 0px;
  }

  #logo img {
    width: 110px;
    display: block;
    margin: 0 auto !important;
    margin-top: 0 !important;
  }

  .question-icon,
  .find-icon {
    margin: 12px 12px 12px -25px !important;
  }

  .product-row .trin-4 {
    width: 100%;
  }

  .product-row .trin-4 .item-box {
    border-bottom: 1px dashed rgba(68, 68, 68, 0.42);
  }

  .product-details-section .details-img {
    width: 100%;
  }

  .product-details-section .details-details {
    width: 100%;
  }

  .product-details-section .details-aside {
    width: 100%;
  }

  .checkmark i {
    top: 20%;
  }

  .password-retrieve .trin-3 {
    width: 100%;
  }

  footer .sec-1,
  footer .sec-2 {
    width: 100% !important;
  }

  footer .footer-1,
  footer .footer-2,
  footer .footer-3,
  footer .footer-4 {
    width: 100% !important;
  }

  .frame.fit {
    padding: 0 !important;
  }

  .form-part {
    width: 100%;
  }

  .title-bar-section .title-bar-control .breadcrumbs {
    display: none;
  }

  .page-name.shop-h2 {
    margin-left: 10px;
    font-size: 18px;
    line-height: 19px;
    margin-bottom: 0;
    padding-top: 5px;
  }

  .page-name.shop-h3 {
    text-align: left;
    font-size: 18px;
    line-height: 19px;
  }

  .label-shrink label {
    font-size: 11px;
  }

  .stack {
    width: 100%;
    padding: 0 !important;
  }

  .special-boxes [id*="BoxType_UserContent_"].box-control [class*="trin-"] {
    width: 100% !important;
  }

  .special-boxes .box {
    width: 100% !important;
  }

  #SearchResultMessageContainer {
    text-align: center;
    padding: 20px;
  }

  .hide-bg-img-sm {
    background-image: none !important;
  }

  #divRelatedProductsDetailContainer .trin-8:nth-child(even) {
    display: none;
  }

  .more-items .small-text {
    font-size: 15px !important;
  }

  .more-items .side-title {
    font-size: 24px;
  }

  .horizontal.more-items .trin-8 {
    width: 100%;
  }

  .horizontal.more-items .trin-8 a {
    line-height: 12px !important;
  }

  .horizontal.more-items .trin-8 img {
    width: 60% !important;
    margin: 0 auto !important;
    display: block !important;
  }

  .product-details-section .gutter {
    width: 100% !important;
  }

  .product-details-section .gutter .more-items.special-more .product-img {
    width: 60% !important;
    margin: 0 auto !important;
    display: block !important;
  }

  .product-details-section .gutter .more-items.special-more,
  .product-details-section .gutter .more-items.special-more .trin-1 {
    width: 100%;
  }

  .product-details-section .gutter .more-items .trin-1 {
    width: 100%;
    float: left;
  }

  .snap-to-top {
    font-size: 12px;
  }

  .snap-to-top h1 {
    margin-left: 10px;
    float: none;
    text-align: left;
  }
  .snap-to-top .snap-to-top-menu {
    float: none;
    margin-right: 0;
  }
  .more-info-menu {
    position: relative;
    right: auto;
  }

  .more-info-menu-item {
    display: block;
  }

  .tank {
    height: auto;
  }

  .auto-ship-widget .title {
    width: 100%;
    margin-bottom: 5px !important;
    text-align: center;
  }

  .auto-ship-image {
    margin-top: 5px;
    width: 100%;
    background-position: center;
  }

  .sort-by select#cboProductListSortCombo {
    margin: 0 10px 5px 0;
  }

  .frame.fit p,
  .frame.fit h4 {
    padding: 0 10px;
  }

  .product-details-section .details-img,
  .product-details-section .details-details,
  .product-details-section trin-6 {
    width: 100% !important;
  }

  .begin-chk-section {
    height: 104px;
  }

  .begin-chk-section .SCNProductDetailStatusMessage {
    padding: 12px;
  }

  .begin-chk-section p {
    font-weight: 600;
    font-size: 12px;
    padding: 0;
    line-height: 13px;
  }

  .begin-chk-section .btn-link {
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
  }

  .spinner {
    top: 30%;
  }

  .modal-container {
    width: 98% !important;
  }

  .modal-container a.btn {
    display: block;
  }

  .remove-link {
    margin-top: 0;
  }

  .SCNIndividualProductBox .product-info {
    padding: 0;
  }

  .SCNIndividualProductBox hr {
    display: none;
  }

  #google_translate_element {
    position: static;
  }

  .product-row .trin-4 {
    width: 100%;
  }
}
.create-acct-box.trin-2 {
    display: none;
}
/* EOF */
