@charset "UTF-8";
:root {
  --color-grey-400: #3F3E3E;
  --border-radius: 3px;
}

/* Base Columns */
.col-left {
  float: left;
  width: 300px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  padding: 20px;
  box-sizing: border-box;
  align-self: flex-start;
}

.col-main {
  float: left;
  width: 738px;
  padding-bottom: 6px;
}

.col-right {
  float: right;
  width: 206px;
  padding-bottom: 6px;
}

/* 1 Column Layout */
.col1-layout .col-main {
  float: none;
  width: auto;
}

/* 2 Columns Layout */
.col2-left-layout .main {
  display: flex;
  justify-content: space-between;
}

.col2-left-layout .col-main {
  float: right;
  margin-left: 46px;
  flex: 1;
}

/* 3 Columns Layout */
.col3-layout .col-main {
  width: 484px;
  margin-left: 10px;
}

.col3-layout .col-wrapper {
  float: left;
  width: 748px;
}

.col3-layout .col-wrapper .col-main {
  float: right;
}

/* Content Columns */
.col2-set .col-1 {
  float: left;
  width: 49%;
}

.col2-set .col-2 {
  float: right;
  width: 49%;
}

.col2-set .col-narrow {
  width: 33%;
}

.col2-set .col-wide {
  width: 65%;
}

.col3-set .col-1 {
  float: left;
  width: 32%;
}

.col3-set .col-2 {
  float: left;
  width: 32%;
  margin-left: 2%;
}

.col3-set .col-3 {
  float: right;
  width: 32%;
}

.col4-set .col-1 {
  float: left;
  width: 23.5%;
}

.col4-set .col-2 {
  float: left;
  width: 23.5%;
  margin: 0 2%;
}

.col4-set .col-3 {
  float: left;
  width: 23.5%;
}

.col4-set .col-4 {
  float: right;
  width: 23.5%;
}

/* ======================================================================================= */
/* Global Styles ========================================================================= */
/* Form Elements */
input, select, textarea, button {
  vertical-align: middle;
}

select.multiselect option {
  border-bottom: 1px solid #ddd;
  padding: 2px 5px;
}

select.multiselect option:last-child {
  border-bottom: 0;
}

textarea {
  overflow: auto;
}

input.radio {
  margin-right: 3px;
}

input.checkbox {
  margin-right: 3px;
}

input.qty {
  width: 2.5em !important;
}

button.button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* <- Safari & Google Chrome Fix */
button.button {
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
}

button.button span {
  float: left;
  height: 24px;
  background: transparent url(../images/bkg_button.png) 0 0 no-repeat;
  padding: 0 0 0 8px;
  font: bold 12px/24px Georgia, Palatino, Serif;
  text-align: center;
  white-space: nowrap;
  color: #fff;
}

.form-search a:link {
  text-decoration: none;
  cursor: pointer;
}

.form-search a.button span {
  display: inline-block;
  height: 24px;
  background: transparent url(../images/bkg_button.png) 0 -25px no-repeat;
  padding: 0 0 0 8px;
  font: bold 12px/24px Georgia, Palatino, Serif;
  text-align: center;
  white-space: nowrap;
  color: #fff;
}

button.button span span {
  background-position: 100% 0;
  padding: 0 8px 0 0;
}

.form-search a.button span span {
  background-position: 100% -25px;
  padding: 0 8px 0 0;
}

button.btn-cart span,
#checkout-review-submit button.button span {
  background-position: 0 -25px;
}

button.btn-cart span span,
#checkout-review-submit button.button span span {
  background-position: 100% -25px;
}

.form-search .input-box,
.block-whiteglove-zipcheck .input-box,
.block-subscribe .input-box,
.block-tag .input-box,
.quote-zip .input-box,
.discount .input-box {
  background: transparent url(../images/bkg_button.png) 0 -50px no-repeat;
  padding: 0 0 0 8px;
  display: inline-block;
  max-width: 240px;
}

.form-search input.input-text,
.block-whiteglove-zipcheck input.input-text,
.block-subscribe input.input-text,
.block-tag input.input-text,
.quote-zip input.input-text,
.discount input.input-text {
  background: transparent url(../images/bkg_button.png) 100% -50px no-repeat;
  border: 0;
  height: 15px;
  padding: 5px 8px 5px 0;
  max-width: 230px;
  font: 12px/15px Georgia, Palatino, Serif;
  top: 0;
}

.form-search input.input-text {
  width: 217px;
  margin-right: 6px;
}

.block-whiteglove-zipcheck input.input-text {
  width: 75px;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}

.block-whiteglove-zipcheck button.button {
  margin-left: 4px;
}

.block-tag .input-box {
  float: left;
  width: 83px;
}

.block-tag input.input-text {
  width: 80px;
  font-size: 12px;
}

.block-whiteglove-zipcheck button.button span,
.block-tag button.button {
  float: right;
  font-weight: normal;
}

.block-tag button.button span {
  font-size: 10px;
}

.block-subscribe input.input-text {
  width: 150px;
}

p.control input.checkbox,
p.control input.radio {
  margin-right: 6px;
}

/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#efefef; }*/
/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li {
  margin: 0 0 8px;
}

.form-list label {
  float: left;
  color: #17548C;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  position: relative;
  z-index: 0;
}

.form-list label.required em {
  float: right;
  font-style: normal;
  color: #861710;
  position: absolute;
  top: 0;
  right: -8px;
}

.form-list li.control label {
  float: none;
}

.form-list li.control input.radio,
.form-list li.control input.checkbox {
  margin-right: 6px;
}

.form-list li.control .input-box {
  clear: none;
  display: inline;
  width: auto;
}

/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box {
  display: block;
  clear: both;
  width: 230px;
}

.form-list .field {
  float: left;
  width: 275px;
}

.form-list textarea {
  width: 254px;
  height: 10em;
}

.form-list select {
  width: 260px;
}

.form-list li.additional-row {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 7px;
}

.form-list li.additional-row .btn-remove {
  float: right;
  margin: 5px 0 0;
}

.form-list .input-range input.input-text {
  width: 74px;
}

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {
  width: auto;
}

.form-list .name-prefix {
  width: 65px;
}

.form-list .name-prefix select {
  width: 55px;
}

.form-list .name-prefix input.input-text {
  width: 49px;
}

.form-list .name-suffix {
  width: 65px;
}

.form-list .name-suffix select {
  width: 55px;
}

.form-list .name-suffix input.input-text {
  width: 49px;
}

.form-list .name-middlename {
  width: 70px;
}

.form-list .name-middlename input.input-text {
  width: 49px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname {
  width: 140px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text {
  width: 124px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname {
  width: 205px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
  width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
  width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
  width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
  width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
  width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
  width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
  width: 189px;
}

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname {
  width: 210px;
}

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname {
  width: 205px;
}

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text {
  width: 189px;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
  float: left;
  width: 85px;
}

.form-list .customer-dob input.input-text {
  display: block;
  width: 74px;
}

.form-list .customer-dob label {
  font-size: 10px;
  font-weight: normal;
  color: #888;
}

.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
  width: 60px;
}

.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {
  width: 46px;
}

.form-list .customer-dob .dob-year {
  width: 140px;
}

.form-list .customer-dob .dob-year input.input-text {
  width: 134px;
}

.buttons-set .back-link {
  float: left;
}

.buttons-set button.button {
  float: right;
}

.buttons-set p.required {
  margin: 0 0 5px;
}

.fieldset {
  margin: 28px 0;
}

.fieldset .legend {
  background: #F5F5F5;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  color: #17548C;
  padding: 0 10px;
  display: inline-block;
  margin-bottom: 18px;
}

.contactform {
  width: 90%;
}

/* Form Validation */
.validation-advice {
  clear: both;
  min-height: 13px;
  margin: 3px 0 0;
  font-size: 10px;
  line-height: 13px;
  color: #f00;
}

.validation-failed {
  border: 1px dashed #f00 !important;
  background: #faebe7 !important;
}

p.required {
  font-size: 10px;
  text-align: right;
  color: #f00;
}

span.required {
  color: #f00;
}

/* Expiration date and CVV number validation fix */
.v-fix {
  display: flex;
  align-items: center;
  min-width: 180px;
}

.v-fix .validation-advice {
  display: block;
  margin-right: -12em;
  position: relative;
}

/* Global Messages  */
.success {
  color: #3d6611;
  font-weight: bold;
}

.error {
  color: #f00;
  font-weight: bold;
}

.notice {
  color: #ccc;
}

.messages,
.messages ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.messages {
  width: 100%;
  overflow: hidden;
}

.messages li {
  margin: 0 6px 6px 0;
}

.messages li li {
  margin: 0 0 3px;
}

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
  line-height: 24px;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
}

.error-msg {
  color: #df280a;
}

.success-msg {
  color: #023266;
}

.note-msg,
.notice-msg {
  color: #3d6611;
}

#messages_product_view .error-msg,
#messages_product_view .success-msg,
#messages_product_view .note-msg,
#messages_product_view .notice-msg {
  font-size: 14px;
  font-weight: bold;
  padding-top: 32px;
  padding-bottom: 0;
  padding-left: 0;
  margin-bottom: 0 !important;
}

/* Page Heading */
.page-title {
  padding: 15px 16px;
}

.page-title .separator {
  margin: 0 3px;
}

.page-title .link-rss {
  float: right;
}

.title-buttons {
  text-align: right;
}

.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
  float: left;
}

.subtitle {
  clear: both;
}

/* Pager */
.pager {
  text-align: center;
}

.pager .amount {
  float: left;
}

.pager .limiter {
  float: right;
}

.pager .pages {
  margin: 0 135px;
}

.pager .pages ol {
  display: inline;
}

.pager .pages li {
  display: inline;
}

/* Sorter */
.sorter .view-mode {
  float: left;
}

.sorter .sort-by {
  float: right;
}

/* Toolbar */
.toolbar {
  margin-bottom: 6px;
  margin-right: 6px;
  padding-left: 16px;
}

/* Data Table */
.data-table {
  width: 100%;
}

.data-table th {
  padding: 4px;
  border: 1px solid #C3CFDB;
  font-weight: bold;
  white-space: nowrap;
}

.data-table thead th {
  color: #fff;
  border: 1px solid #C3CFDB;
  font-size: 15px;
  line-height: 24px;
}

.data-table thead th span {
  padding: 0 4px;
  display: block;
}

.data-table td {
  padding: 4px;
  border: 1px solid #C3CFDB;
  vertical-align: middle;
}

.data-table thead {
  background: #023265;
  background: -moz-linear-gradient(top, #034993, #023265);
  background: -webkit-linear-gradient(top, #034993, #023265);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #034993), color-stop(1, #023265));
  background: linear-gradient(top, #034993, #023265);
}

.data-table tr.even {
  background-color: #f6f6f6;
}

.data-table tbody.odd td {
  border-width: 0 1px;
}

.data-table tbody.even {
  background-color: #f6f6f6;
}

.data-table tbody.even td {
  border-width: 0 1px;
}

.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
  border-bottom-width: 1px;
}

.data-table th .tax-flag {
  white-space: nowrap;
  font-weight: normal;
}

.data-table td.label,
.data-table th.label {
  font-weight: bold;
  background-color: #f6f6f6;
}

/* Tax Details Row */
tr.tax-total {
  cursor: pointer;
}

tr.tax-total .tax-collapse {
  float: right;
  text-align: right;
  padding-left: 20px;
  background: url(../images/bkg_collapse.gif) 0 4px no-repeat;
  cursor: pointer;
}

tr.show-details .tax-collapse {
  background-position: 0 -53px;
}

tr.tax-details td {
  font-size: 11px;
  background-color: #dae1e4;
  color: #626465;
}

tr.tax-details-first td {
  border-top: 1px solid #d2d8db;
}

/* Shopping cart tax info */
.cart-tax-info {
  display: block;
}

.cart-tax-info,
.cart-tax-info .cart-price {
  padding-right: 20px;
}

.cart-tax-total {
  display: block;
  padding-right: 20px;
  background: url(../images/bkg_collapse.gif) 100% 4px no-repeat;
  cursor: pointer;
}

.cart-tax-info .price,
.cart-tax-total .price {
  display: inline !important;
  font-weight: normal !important;
}

.cart-tax-total-expanded {
  background-position: 100% -53px;
}

/* Misc */
.link-cart {
  font-weight: bold;
  color: #f00;
}

.link-wishlist {
  color: #023266;
  font-size: 11px;
  font-weight: normal;
}

.link-reorder {
  font-weight: bold;
}

.link-compare {
  color: #023266;
  font-size: 11px;
  font-weight: normal;
}

.link-print {
  background: url(../images/i_print.gif) 0 2px no-repeat;
  padding: 2px 0 2px 25px;
}

.link-rss {
  background: url(../images/i_rss.gif) 0 1px no-repeat;
  padding-left: 18px;
  white-space: nowrap;
}

.btn-remove {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url(../images/btn_remove.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}

.btn-remove2 {
  display: block;
  height: 16px;
  background: url(../images/iconsV.gif) 0 -40px no-repeat;
  line-height: 16px;
  padding-left: 16px;
  white-space: nowrap;
}

.separator {
  margin: 0 3px;
}

.divider {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 1px;
  margin: 10px 0;
  background: #ddd;
  text-indent: -999em;
  overflow: hidden;
}

/* Noscript Notice */
.noscript {
  border: 1px solid #ddd;
  border-width: 0 0 1px;
  background: #ffff90;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  color: #2f2f2f;
}

.noscript .noscript-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 12px 0 12px;
  background: url(../images/i_notice.gif) 20px 50% no-repeat;
}

.noscript p {
  margin: 0;
}

/* Demo Notice */
.demo-notice {
  margin: 0;
  padding: 6px 10px;
  background: #d75f07;
  font-size: 12px;
  line-height: 1.15;
  text-align: center;
  color: #fff;
}

/* ==================================<font color="#023266">TOLL FREE: <strong>866-730-7837</strong></font>=================================================== */
/* ======================================================================================= */
.col-main .block {
  margin: 0 0 16px;
}

/* Sidebar =============================================================================== */
.block .block-title {
  clear: both;
  color: #fff;
  background: #023265;
  background: -moz-linear-gradient(top, #034993, #023265);
  background: -webkit-linear-gradient(top, #034993, #023265);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #034993), color-stop(1, #023265));
  background: linear-gradient(top, #034993, #023265);
  white-space: nowrap;
  box-shadow: 0 0 2px #6F8EA4;
  padding: 0 5px;
}

.block .block-title strong {
  font: 17px Georgia, Palatino, Serif;
  text-shadow: 0 0 10px #789bd7;
}

.block .block-title strong,
.block .block-title fieldset,
.block .block-title address {
  font-weight: normal;
  line-height: 28px;
  display: block;
  border: 0 solid #fff;
  padding: 0 5px;
  overflow: hidden;
}

.block .block-title strong em {
  font-size: 16px;
}

.block .block-title a {
  color: #fff;
  text-decoration: underline;
}

.block .block-subtitle {
  font-size: 13px;
  font-weight: bold;
}

.block .block-content {
  padding: 10px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #C3CFDB;
}

.block .block-content li.item {
  padding: 5px 0;
}

.block .btn-remove {
  float: right;
}

.block .actions {
  margin: 0.4em 0;
  text-align: right;
}

.block .actions a {
  float: left;
}

.block li.even {
  background-color: #f6f6f6;
}

.mini-block .block-content {
  padding: 10px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #C3CFDB;
}

.mini-livechat .block-title a {
  text-decoration: none;
}

/* Mini Products List */
.mini-products-list li {
  padding: 5px 0;
}

.mini-products-list .product-image {
  float: left;
  width: 50px;
  padding: 5px;
  border: 1px solid #ddd;
}

.mini-products-list .product-details {
  margin-left: 75px;
}

.mini-products-list .product-details h4 {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
}

/* Block: Account */
/* Block: Currency Switcher */
.block-currency select {
  width: 100%;
  border: 1px solid #888;
}

/* Block: Layered Navigation */
.block-layered-nav,
.block-layered-nav a {
  font-size: 13px;
  line-height: 20px;
  color: #2F2A2A;
}

.block-layered-nav p {
  display: none;
}

.block-layered-nav dt {
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  color: #2F2A2A;
}

.block-layered-nav dd {
  margin-bottom: 10px;
}

.block-layered-nav li a {
  display: inline-flex;
  align-items: center;
  vertical-align: bottom;
  margin-right: 4px;
}

.block-layered-nav li a:before {
  content: "";
  display: block;
  background: linear-gradient(180deg, #F6F6F6 0%, #FFFFFF 29.48%, #F6F6F6 100%);
  border: 1px solid #D6D0D0;
  box-sizing: border-box;
  border-radius: 14px;
  height: 18px;
  min-width: 18px;
  margin-right: 9px;
}
.block-layered-nav li a:hover:before {
  background: radial-gradient(circle, #043365 36%, white 36%);
}
.block-layered-nav li a:focus:before {
  background: radial-gradient(circle, #043365 36%, white 36%);
}

.block-layered-nav dd.last {
  border-bottom: 0;
}

.block-layered-nav dd li {
  margin: 3px 0;
  display: flex;
}

.block-layered-nav .btn-remove {
  float: left;
  margin: 2px 3px 0 0;
}

.block-layered-nav dt.expedited_delivery_filter,
.expedited_delivery_zip .red {
  color: #900;
  margin-bottom: 6px;
}

.expedited_delivery_zip {
  padding-left: 25px;
  margin-bottom: 5px;
}

.block-layered-nav dt.expedited_delivery_filter span.car {
  width: 58px;
  margin: -5px;
}

.expedited_delivery_zip .red {
  font-weight: bold;
  margin-left: 5px;
}

.expedited_delivery_zip .blue {
  color: #0d3886;
}

.update_zip_code input.custom-edit {
  margin-left: 4px;
  display: none;
}

.expedited_delivery_zip_cancel a {
  color: #81100F;
}

.expedited_delivery_zip_update {
  margin-left: 6px;
}

#expedited_delivery_loader {
  position: absolute;
  display: none;
  background-color: #ffffffe0;
  padding: 35px 50px;
  margin-left: -10px;
  margin-top: -30px;
  height: 50%;
}

#expedited_delivery_loader.product {
  display: block;
  padding: 35px 0;
  height: auto;
  width: 100%;
  margin: 0;
  text-align: center;
  left: 0;
}

.expedited_delivery_zip_save a {
  color: #74be43;
}

span.expedited_delivery_zip_update {
  display: block;
}

.expedited_delivery_filter {
  font-size: 13px;
  line-height: 20px;
  color: #2F2A2A;
}

.expedited_delivery_filter .not_available {
  margin-bottom: 5px;
}

.expedited_delivery_filter .not_available_location {
  font-weight: bold;
}

dt.expedited_delivery_filter {
  font-size: 14px;
}
dt.expedited_delivery_filter span {
  font-family: "Arial", "Narrow", sans-serif;
  font-weight: normal;
  font-size: 10px;
  line-height: 11px;
  text-transform: uppercase;
  color: #5E615B;
  max-width: 52px;
  display: inline-block;
}

.expedited_delivery_product {
  display: block;
  width: 335px;
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 11px;
  margin-bottom: 10px;
  word-spacing: 1.5px;
}

.expedited_delivery_product strong.strong {
  font-size: 1.1em;
}

.expedited_delivery_product .green,
.expedited_delivery_product .popup_button {
  color: #75bd46;
}

.expedited_delivery_product .popup_button {
  font-size: 1.2em;
}

/* Block: Wishlist */
/* Block: Related */
.block-related li {
  padding: 5px 0;
}

.block-related input.checkbox {
  float: left;
  margin-right: -20px;
}

.block-related .item {
  margin-left: 20px;
}

.block-related .item .product-image {
  float: left;
  margin-right: -65px;
}

.block-related .item .product-details {
  margin-left: 65px;
}

/* Block: Compare Products */
.block-compare li {
  padding: 5px 0;
}

/* Block: Recently Viewed */
.box-recently-viewed .products-grid .product-wrapper {
  height: 365px;
}

.box-recently-viewed .products-grid .product-wrapper button {
  background: none;
  border: none;
  display: block;
  margin: 0 0 0 16px;
}

/* Block: Recently Compared */
/* Block: Poll */
.block-poll input.radio {
  float: left;
  margin: 1px -18px 0 0;
}

.block-poll .label {
  display: block;
  margin-left: 18px;
}

.block-poll li {
  padding: 3px 9px;
}

.block-poll .actions {
  margin: 5px 0 0;
}

.block-poll .answer {
  font-weight: bold;
}

.block-poll .votes {
  float: right;
  margin-left: 10px;
}

/* Block: Tags */
.block-tags ul,
.block-tags li {
  display: inline;
}

.block-tag .note {
  clear: both;
  font-size: 10.5px;
}

/* Block: Subscribe */
/* Block: Reorder */
.block-reorder li {
  padding: 5px 0;
}

.block-reorder input.checkbox {
  float: left;
  margin: 3px -20px 0 0;
}

.block-reorder .product-name {
  margin-left: 20px;
}

/* Block: Banner */
.block-banner .block-content {
  text-align: center;
}

.block-banner .block-left-callout-1 {
  background: #023266 url(../images/blocks.gif) no-repeat 0 -164px;
  height: 82px;
  width: 200px;
}

.block-banner .block-left-callout-2,
.block-banner .block-right-callout-2 {
  background: #81100f url(../images/blocks.gif) no-repeat 0 -251px;
  height: 60px;
  width: 200px;
}

/* Block: Login */
.block-login label {
  font-weight: bold;
  color: #666;
}

.block-login input.input-text {
  display: block;
  width: 167px;
  margin: 3px 0;
}

/* Block: Footer Links */
.block.block-footer_links .block-content {
  padding: 20px;
}

.block.block-footer_links .block-content .h3 {
  font-size: 13px;
  padding-bottom: 5px;
  color: #333;
  font-weight: bold;
  line-height: 1.25;
  font-family: Georgia, Palatino, Serif, sans-serif;
}

.block.block-footer_links .block-content a {
  color: #333;
  line-height: 18px;
}

.block.block-footer_links .block-content ul {
  padding-left: 2px;
}

/* ======================================================================================= */
/* Featured Products */
table.product-grid {
  width: 738px;
}

.product-wrapper {
  padding: 6px;
}

td.product-grid {
  padding: 0 6px 6px 0;
}

td.product-preview {
  padding-bottom: 6px;
}

td.product-title {
  color: #023266;
  font-size: 14px;
  font-weight: bold;
  height: 33px;
  vertical-align: top;
}

td.product-title p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  max-height: 48px;
  overflow: hidden;
  padding: 0;
  max-width: 346px;
  font-size: 13px;
  line-height: 1.2em;
  color: #333333;
}

td.product-title a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  max-height: 48px;
  overflow: hidden;
  padding: 0;
  max-width: 346px;
  font-size: 13px;
  line-height: 1.3em;
  color: #333333;
}

td.product-copy {
  color: #81100f;
  font-size: 10px;
  text-transform: uppercase;
}

td.product-copy a {
  color: #81100f;
}

td.product-review {
  height: 18px;
  overflow: hidden;
  vertical-align: middle;
}

td.product-price {
  height: 21px;
  overflow: hidden;
}

.block-featured-products .product-img {
  border: 1px solid #EBEBEB;
}

.product-promotion {
  float: left;
  margin-bottom: 6px;
  position: relative;
}

.promotion-text {
  max-height: 310px;
  left: 1px;
  top: 1px;
  width: 525px;
}

.product-deal {
  /* background: #81100f url(../images/blocks.gif) no-repeat -200px 0; */
  float: right;
  height: 211px;
  margin: 0 6px 6px 0;
  padding: 50px 14px 10px;
  width: 1px;
}

.product-deal td.product-title a,
.product-deal td.product-copy,
.product-deal .special-price {
  color: #fff;
}

.product-deal td.product-price {
  color: #fff;
  padding: 4px 0;
}

/* View Type: Grid */
.products-grid .product-wrapper {
  height: 292px;
  width: 164px;
  margin-bottom: 20px;
}

.products-grid li.item {
  float: left;
  padding: 0 6px 6px 0;
  width: 178px;
}

.products-grid .product-img {
  border: 1px solid #EBEBEB;
  zoom: 1;
}

.products-grid .product-name {
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 13px;
}

.products-grid .price-box {
  float: right;
  margin: -3px 6px;
}

.products-grid .availability {
  line-height: 21px;
}

.products-grid .actions {
  position: absolute;
  bottom: 12px;
}

.fb_iframe_widget {
  display: inline-block;
  margin-bottom: 5px;
  position: relative;
}

.fb_iframe_widget span iframe {
  margin-top: -3px !important;
}

.fb-like-icon .fb_iframe_widget span iframe {
  margin-top: 0 !important;
}

.product-grid-shop {
  font-family: Arial, sans-serif;
  font-size: 10px;
  line-height: 13px;
  color: #333333;
  text-decoration: underline;
  float: right;
}

.product-grid-shop:hover {
  text-decoration: none;
}

/* View Type: List */
.products-list li.item {
  border-bottom: 1px solid #ddd;
  padding: 12px 10px;
}

.products-list li.item.last {
  border-bottom: 0;
}

.products-list .product-image {
  float: left;
  width: 135px;
  height: 135px;
  margin: 0 0 10px;
}

.products-list .product-shop {
  margin-left: 150px;
}

.products-list .product-name {
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 13px;
}

.products-list .price-box {
  float: left;
  margin: 3px 13px 5px 0;
}

.products-list .availability {
  float: left;
  margin: 3px 0 0;
}

.products-list .desc {
  clear: both;
  padding: 6px 0 0;
  margin: 0 0 15px;
  line-height: 1.35;
}

.products-list .desc .link-more {
  font-size: 11px;
}

.products-list .add-to-links {
  clear: both;
}

.products-list .add-to-links li {
  display: inline;
}

.products-list .add-to-links .separator {
  display: inline;
  margin: 0 2px;
}

/* ======================================================================================= */
/* Product View ========================================================================== */
/* Rating */
.block-review-inset {
  font-size: 14px;
}

.no-rating {
  margin: 0;
}

.ratings {
  font-size: 11px;
  line-height: 1.25;
}

.ratings strong {
  float: left;
  margin: 1px 3px 0 0;
}

.ratings .rating-links {
  margin: 0;
}

.ratings .rating-links .separator {
  margin: 0 2px;
}

.rating-box {
  width: 69px;
  height: 13px;
  font-size: 0;
  line-height: 0;
  background: url(../images/bkg_rating.gif) 0 0 repeat-x;
  text-indent: -999em;
  overflow: hidden;
}

.rating-box .rating {
  float: left;
  height: 13px;
  background: url(../images/bkg_rating.gif) 0 100% repeat-x;
}

.ratings .rating-box {
  float: left;
  margin-right: 3px;
}

.ratings-table th,
.ratings-table td {
  font-size: 11px;
  line-height: 1.15;
  padding: 3px 0;
}

.ratings-table th {
  font-weight: bold;
  padding-right: 8px;
}

/* Availability */
.availability {
  color: #81100f;
  /*font-size: 16px;*/
  margin: 0;
  float: right;
  text-align: right;
  line-height: 15px;
  position: relative;
  top: -23px;
  margin-bottom: -18px;
  font-size: 15px;
}

.availability.discontinued {
  text-align: left;
  float: left;
  position: inherit;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 12px;
  margin-left: 8px;
}

.availability span {
  font-weight: bold;
  margin-left: 5px;
}

.availability span.shipping {
  font-size: 11px;
  font-weight: normal;
}

.textright {
  text-align: right;
}

.availability.out-of-stock span {
  color: #d83820;
}

.availability.is-quote {
  color: #81100f;
  margin: 0 0 -18px;
  float: right;
  text-align: right;
  line-height: 15px;
  position: relative;
  top: 17px;
  font-size: 15px;
}

/* Email to a Friend */
/* Alerts */
/********** < Product Prices */
.price {
  white-space: nowrap !important;
}

.price-box .price {
  font-weight: normal;
}

.price-box .price .category-list-list-price {
  font-size: 0.7em;
  color: #000000;
  text-decoration: line-through;
  font-weight: normal;
}

.price-box .price .category-list-our-price {
  font-size: 18px;
  color: #900;
  font-weight: bold;
}

.product-details .price-box .price .category-list-our-price {
  font-size: 20px;
  color: #990000;
  font-weight: bold;
}

.product-details .price-box .price .category-list-list-price {
  font-size: 0.7em;
  color: #666666;
  text-decoration: line-through;
}

/* Regular price */
.regular-price {
  font-size: 20px;
  color: #990000;
  font-weight: bold;
}

.regular-price .price {
  font-weight: bold;
}

/* Old price */
.product-details .old-price {
  color: #525252;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 17px;
}

.old-price .price-label {
  white-space: nowrap;
  color: #525252;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 17px;
}

.old-price .price {
  text-decoration: line-through;
  color: #525252;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 17px;
}

/* Special price */
.special-price {
  color: #234f33;
  margin-bottom: 5px;
}

.product-details .special-price {
  font-weight: bold;
  color: #234f33;
  font-size: 13px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 17px;
}

.special-price .price-label {
  font-weight: normal;
  white-space: nowrap;
  color: #234f33;
  font-size: 13px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 17px;
}

.special-price .price {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 13px;
}

/* Minimal price (as low as) */
.minimal-price .price-label {
  font-weight: bold;
  white-space: nowrap;
}

.minimal-price-link {
  display: block;
}

.minimal-price-link .price {
  font-weight: normal;
}

/* Excluding tax */
.price-excluding-tax {
  display: block;
}

.price-excluding-tax .label {
  white-space: nowrap;
}

.price-excluding-tax .price {
  font-weight: normal;
}

/* Including tax */
.price-including-tax {
  display: block;
}

.price-including-tax .label {
  white-space: nowrap;
}

.price-including-tax .price {
  font-weight: bold;
}

/* FTP */
.weee {
  display: block;
  font-size: 11px;
  color: #444;
}

.weee .price {
  font-size: 11px;
  font-weight: normal;
}

/* Excl tax (for order tables) */
.price-excl-tax {
  display: block;
}

.price-excl-tax .label {
  display: block;
  white-space: nowrap;
}

.price-excl-tax .price {
  display: block;
}

/* Incl tax (for order tables) */
.price-incl-tax {
  display: block;
}

.price-incl-tax .label {
  display: block;
  white-space: nowrap;
}

.price-incl-tax .price {
  display: block;
  font-weight: bold;
}

/* Price range */
.price-from .price-label {
  font-weight: bold;
  white-space: nowrap;
}

.price-to .price-label {
  font-weight: bold;
  white-space: nowrap;
}

/* Price notice next to the options */
.price-notice {
  padding-left: 10px;
}

.price-notice .price {
  font-weight: bold;
}

/* Price as configured */
.price-as-configured .price-label {
  font-weight: bold;
  white-space: nowrap;
}

/********** Product Prices > */
/* Tier Prices */
.tier-prices .price {
  font-weight: bold;
}

/* Add to Links */
.add-to-links li {
  float: left;
}

/* Add to Cart */
.add-to-cart label {
  float: left;
  margin-right: 5px;
}

.add-to-cart .qty {
  float: left;
}

.add-to-cart button.button {
  float: left;
  margin-left: 5px;
}

.product-sub-detail button.button {
  margin-left: 5px;
}

/* Add to Links + Add to Cart */
.add-to-box .add-to-cart {
  float: left;
}

.add-to-box .or {
  float: left;
  margin: 0 10px;
}

.add-to-box .add-to-links {
  float: left;
}

.product-sub-detail .button-box {
  margin: 0 6px 6px 0;
  width: 100%;
}

.product-sub-detail .button-box .add-to-cart-additional-block {
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 34px;
  width: 33%;
  border: 1px solid #b3b3b3;
  border-radius: 2px;
}

.product-sub-detail .button-box .add-to-cart-additional-block .value {
  border: none;
  width: 20%;
  display: inline-flex;
  font-weight: bold;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  overflow: hidden;
}

.product-sub-detail .button-box .add-to-cart-additional-block.configure .value {
  margin-left: 2px;
}

.product-sub-detail .button-box .add-to-cart-additional-block input[type=number]::-webkit-outer-spin-button,
.product-sub-detail .button-box .add-to-cart-additional-block input[type=number]::-webkit-inner-spin-button {
  position: fixed;
  z-index: 100000;
  left: 15px;
}

.product-sub-detail .button-box .add-to-cart-additional-block .text {
  display: inline-flex;
  margin-left: 14px;
  margin-top: 9px;
}

.product-sub-detail .button-box .add-to-cart-additional-block select.value {
  margin-bottom: 3px;
}

.product-sub-detail .button-box button.button.btn-cart,
.product-options-bottom .button-box button.button.btn-cart,
.product-options-bottom .button-box .apple_pay_button,
.product-sub-detail .button-box .apple_pay_button {
  float: right;
  width: 64%;
  height: 36px;
  background: url(../images/add_to_cart_svg/ButtonPlusAddToCart.svg) no-repeat;
  margin-left: 3px;
}

.product-sub-detail .button-box button.button.btn-cart.with_apple_pay,
.product-options-bottom .button-box button.button.btn-cart.with_apple_pay {
  background: url(../images/add_to_cart_svg/ButtonPlusAddToCartWithCouponText.svg) no-repeat;
  width: 100%;
  margin: 10px 0;
  height: 40px;
}

.product-options-bottom .button-box .add-to-cart-additional-block {
  display: none;
}

.product-options-bottom .button-box button.apple_pay_button,
.product-sub-detail .button-box button.apple_pay_button {
  background: url(../images/add_to_cart_svg/ApplePayButton.svg) no-repeat;
  border: none;
}

.add-to-cart-additional-block.configure {
  cursor: pointer;
}

.product-options-bottom .button-box button.button.btn-cart.with_apple_pay {
  margin-right: 6px;
  width: calc(64% - 6px);
}

.product-view .pricebeating {
  margin: 0 18px;
}

.product-view .pricebeating a {
  color: #666;
  font-size: 11px;
  text-decoration: underline;
}

.product-collateral .box-collateral {
  margin: 0 0 15px;
}

.product-collateral .block {
  float: left;
  padding: 0 6px 6px 0;
  width: 186px;
}

.product-collateral .block-customer_feedback {
  float: right;
}

.product-image-popup {
  margin: 0 auto;
}

.product-image-popup .nav {
  text-align: center;
}

.product-image-popup .image {
  display: block;
}

/* Product Shop */
.product-view .product-shop {
  float: right;
  width: 560px;
  position: relative;
  z-index: 1;
  top: 41px;
}

.product-details .product-copy {
  color: #81100f;
  font-size: 18px;
  margin-bottom: 16px;
  font-family: Georgia, sans-serif;
  text-transform: uppercase;
}

.product-details .product-copy a {
  color: #81100f;
}

.product-view .item_number {
  color: #999;
}

.product-view .col-inset {
  float: right;
  padding: 0 6px 6px 0;
  width: 200px;
  margin-top: -36px;
}

.product-view .col-inset .block {
  margin: 0;
}

.col3-layout .product-view .product-shop {
  float: none;
  width: auto;
}

.product-view .product-details {
  min-height: 275px;
  width: 346px;
}

.product-view .short-description {
  margin: 6px 0;
}

.product-view .showroom-link {
  float: right;
  margin-right: 6px;
}

.product-view .add-to-cart {
  border: 1px solid #C3CFDB;
  margin: 0 6px 6px 0;
  padding: 12px;
  clear: both;
}

/* Product Tabs */
.product-tabs {
  height: 33px;
  border-bottom: 1px solid #C3CFDB;
  margin-right: 6px;
}

.product-tabs li,
.product-tabs li * {
  float: left;
  font-size: 13px;
  font-weight: bold;
  height: 34px;
}

.product-tabs li a {
  background: #023265;
  background: -moz-linear-gradient(top, #034993, #023265);
  background: -webkit-linear-gradient(top, #034993, #023265);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #034993), color-stop(1, #023265));
  background: linear-gradient(top, #034993, #023265);
  padding-left: 12px;
  text-decoration: none;
  box-shadow: 0px 0px 5px #fff;
  border-right: 1px solid #a0aebd;
}

.product-tabs li.active a {
  background-position: 0 -160px;
  background: #fff;
  border-top: 1px solid #C3CFDB;
}

.product-tabs li.first.active a {
  background-position: 0 -160px;
  background: #fff;
  border-top: 1px solid #C3CFDB;
  border-left: 1px solid #C3CFDB;
}

.product-tabs li a span {
  background: #023265;
  background: -moz-linear-gradient(top, #034993, #023265);
  background: -webkit-linear-gradient(top, #034993, #023265);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #034993), color-stop(1, #023265));
  background: linear-gradient(top, #034993, #023265);
  color: #fff;
  cursor: pointer;
  height: 25px;
  padding-right: 12px;
  padding-top: 9px;
}

.product-tabs li.active a span {
  background-position: 100% -160px;
  color: #023266;
  background: #fff;
}

.product-tabs-content {
  border-color: #C3CFDB;
  border-style: solid;
  border-width: 0 1px 1px;
  clear: left;
  margin: 0 6px 6px 0;
  padding: 10px;
}

.product-tabs-content h2 {
  display: none;
}

.product-details-h2 {
  display: block !important;
  font: 12px Arial, Helvetica, sans-serif;
  color: #000000;
}

.product-details-h3 {
  display: block;
  font: 12px Arial, Helvetica, sans-serif;
  color: #000000;
}

/* Grouped Product */
/* Block: Description */
/* Block: Additional */
/* Block: Upsell */
.product-view .box-up-sell .product-title p {
  width: 160px;
}

.product-view .box-up-sell .products-grid td {
  width: 50%;
}

#upsell-product-table {
  width: auto;
}

.box-up-sell .products-grid .product-wrapper {
  height: 380px;
}

.box-up-sell .products-grid .product-wrapper button {
  background: none;
  border: none;
  display: block;
  margin: 0 0 0 16px;
}

/* Block: Tags */
.product-view .box-tags .form-add label {
  float: left;
}

.product-view .box-tags .form-add .input-box {
  float: left;
  width: 260px;
  margin: 0 5px;
}

.product-view .box-tags .form-add input.input-text {
  width: 254px;
}

.product-view .box-tags .form-add p {
  clear: both;
}

/* Block: Reviews */
/* Send a Friend */
/* ======================================================================================= */
/* Content Styles ================================================================= */
.product-name {
  font-size: 1em;
  font-weight: normal;
}

h2.product-name, h2.product-name-not-selected {
  font: 16px Arial, Helvetica, sans-serif;
}

/* Product Tags */
.tags-list li {
  display: inline;
}

/* Advanced Search */
/* CMS Home Page */
/* Sitemap */
.page-sitemap .links {
  text-align: right;
  margin: 0 8px -22px 0;
}

.page-sitemap .links a {
  text-decoration: none;
  position: relative;
}

.page-sitemap .links a:hover {
  text-decoration: underline;
}

.page-sitemap .sitemap {
  margin: 12px;
}

.page-sitemap .sitemap li {
  margin: 3px 0;
}

.page-sitemap .sitemap li.level-0 {
  margin: 10px 0 0;
  font-weight: bold;
}

/* RSS */
.rss-title h1 {
  background: url(../images/i_rss-big.png) 0 4px no-repeat;
  padding-left: 27px;
}

.rss-table .link-rss {
  display: block;
  line-height: 1.35;
  background-position: 0 2px;
}

/* ======================================================================================= */
/* Shopping Cart ========================================================================= */
.cart .btn-continue {
  float: left;
  position: absolute;
}

.cart .btn-update {
  float: right;
}

/* Checkout Types */
.cart .checkout-types {
  float: right;
  margin: 0 6px 6px 0;
  text-align: right;
}

/* Shopping Cart Table */
.cart fieldset {
  margin: 0 6px 6px 0;
}

.cart-table {
  margin-bottom: 6px;
}

.cart-table tr.even {
  background-color: transparent;
}

.cart-table .item-msg {
  font-size: 10px;
}

/* Shopping Cart Collateral boxes */
.cart-collaterals p {
  margin: 0 0 6px 12px;
}

.cart-collaterals .product-wrapper p {
  margin: 0;
}

.cart-collaterals .block {
  margin: 0 6px 6px 0;
}

/*.cart-collaterals .col2-set { float:left; width:664px; }*/
.cart-collaterals .col2-set {
  float: left;
  width: 625px;
}

.cart-collaterals .col2-set .col-1 {
  width: 184px;
}

.cart-collaterals .col2-set .col-2 {
  width: auto;
}

.cart-collaterals .shipping h2 {
  background: transparent url(../images/iconsV.gif) 0 -60px no-repeat;
  margin-bottom: 32px;
  height: 22px;
  padding-left: 20px;
}

.cart-collaterals .discount h2 {
  background: transparent url(../images/iconsV.gif) 0 -80px no-repeat;
  margin-bottom: 16px;
  padding-left: 20px;
}

.cart-collaterals .buttons-set button.button {
  float: none;
}

.cart .crosssell h2 {
  font-size: 20px;
}

.cart .crosssell .product-image {
  float: left;
  width: 75px;
  height: 75px;
  border: 1px solid #ddd;
}

.cart .crosssell .product-details {
  margin-left: 90px;
}

.cart .crosssell li.item {
  margin: 12px 0;
}

.cart .crosssell .products-grid .product-wrapper {
  height: 367px;
}

.cart .crosssell .products-grid .product-wrapper button {
  border: none;
  background: none;
  display: block;
  margin: 0 0 0 16px;
}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {
  border: 1px solid #C3CFDB;
  margin: 0 6px 6px 0;
  min-height: 231px;
  padding: 10px;
  width: 287px;
}

.cart .discount label {
  display: block;
}

/* Shopping Cart Totals */
/*.cart .totals { border: 1px solid #999; float:right; margin: 0 6px 6px 0; width: 272px; }*/
.col2-set .col-2 {
  float: left;
}

.cart .totals {
  float: right;
  margin: 0 6px -6px 0;
  padding: 0 10px;
  width: 287px;
}

#onepagecheckout_orderform .cart .totals {
  border: 1px solid #C3CFDB;
  float: right;
  height: 231px;
  margin: 0 6px 6px 0;
  padding: 10px;
  width: 287px;
}

.cart .totals table {
  width: 100%;
}

.cart .totals table th,
.cart .totals table td {
  padding: 5px;
}

.cart .totals table th {
  font-weight: bold;
}

.cart .totals a.warranty {
  font-size: 11px;
  color: #023266;
  display: block;
  margin: 4px 0;
}

/* Custom Callout */
.block-cart-callout-1 {
  background: transparent url(../images/blocks.gif) 0 -320px no-repeat;
  float: right;
  height: 84px;
  width: 274px;
}

/* Options Tool Tip */
.item-options dt {
  font-weight: bold;
}

.item-options dd {
  padding-left: 10px;
}

.truncated {
  cursor: help;
}

.truncated a.dots {
  cursor: help;
}

.truncated a.details {
  cursor: help;
}

.truncated .truncated_full_value {
  position: relative;
  z-index: 999;
}

.truncated .truncated_full_value dl {
  position: absolute;
  top: -99999em;
  left: -99999em;
  z-index: 999;
  width: 250px;
  padding: 8px;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
}

.truncated .show dl {
  top: -20px;
  left: 50%;
}

.col-left .truncated .show dl {
  left: 30px;
  top: 7px;
}

.col-right .truncated .show dl {
  left: -240px;
  top: 7px;
}

/* ======================================================================================= */
/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt {
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  color: #3F3F3F;
  display: flex;
}

.sp-methods .price {
  font-weight: bold;
}

.sp-methods select.month {
  width: 90px;
  margin-right: 5px;
}

.sp-methods select.year {
  width: 55px !important;
}

.sp-methods .centinel-logos a {
  margin-right: 3px;
}

.sp-methods .centinel-logos img {
  vertical-align: middle;
}

.please-wait {
  float: right;
  margin-right: 5px;
}

.please-wait img {
  vertical-align: middle;
}

.cvv-what-is-this {
  cursor: help;
  position: absolute;
  right: 12px;
  line-height: 0;
}
.cvv-what-is-this:after {
  content: url("../images/onepagecheckout/help.svg");
  display: inline-block;
}

.v-fix_scode {
  position: relative;
  display: flex;
  align-items: center;
}

.v-fix_amount {
  width: 180px;
}

/* Tooltip */
.tool-tip {
  border: 1px solid #ddd;
  background-color: #f6f6f6;
  padding: 5px;
  position: absolute;
  z-index: 9999;
}

.tool-tip .btn-close {
  text-align: right;
}

.tool-tip .btn-close a {
  display: block;
  margin: 0 0 0 auto;
  width: 15px;
  height: 15px;
  background: url(../images/btn_window_close.gif) 100% 0 no-repeat;
  text-align: left;
  text-indent: -999em;
  overflow: hidden;
}

.tool-tip .tool-tip-content {
  padding: 5px;
}

/* Gift Messages */
.gift-messages-form {
  border: 1px solid #ddd;
  background-color: #f5f5f5;
}

.gift-messages-form {
  position: relative;
}

.gift-messages-form label {
  float: none !important;
  position: static !important;
}

.gift-messages-form .item {
  margin: 0 0 10px;
}

.gift-messages-form .item .product-img-box {
  float: left;
  width: 75px;
}

.gift-messages-form .item .product-image {
  margin: 0 0 7px;
}

.gift-messages-form .item .number {
  margin: 0;
  font-weight: bold;
  text-align: center;
}

.gift-messages-form .item .details {
  margin-left: 90px;
}

.gift-message-link {
  display: block;
  background: url(../images/bkg_collapse.gif) 0 4px no-repeat;
  padding-left: 20px;
}

.gift-message-link.expanded {
  background-position: 0 -53px;
}

.gift-message-row .btn-close {
  float: right;
}

.gift-message dt strong {
  font-weight: bold;
}

/* Checkout Agreements */
.checkout-agreements li {
  margin: 10px 0;
}

.checkout-agreements .agreement-content {
  border: 1px solid #ddd;
  background-color: #f6f6f6;
  padding: 5px;
  height: 10em;
  overflow: auto;
}

.checkout-agreements .agree {
  font-size: 14px;
  line-height: 25px;
  color: #3F3F3F;
}
.checkout-agreements .agree a {
  color: #3F3F3F;
}

/* Centinel */
/* Generic Info Set */
/********** Common Checkout Styles > */
/* One Page Checkout */
.checkout-onepage-index .page-title {
  display: none;
}

.block-progress .block-title {
  margin-bottom: 6px;
  padding: 2px;
}

.block-progress .block-title strong {
  border: 0;
  font-size: 14px;
  line-height: 20px;
}

.block-progress .block-content {
  border: 0;
  padding: 0;
}

.block-progress dt {
  background: #023266 url(../images/blue-gradient.gif) repeat-x 0 50%;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 6px;
  padding: 2px 7px;
  text-transform: uppercase;
}

.block-progress dt.complete {
  background: #84baf3 url(../images/cyan-gradient.gif) repeat-x 0 50%;
}

.block-progress dt.complete * {
  display: none;
}

.block-progress dd.complete {
  margin-bottom: 6px;
}

.opc {
  position: relative;
}

.opc p {
  margin: 0.5em 0;
}

.opc li.section {
  margin: 0 6px 6px 0;
}

.opc .buttons-set.disabled button.button {
  display: none;
}

.opc .buttons-set .please-wait {
  height: 21px;
  line-height: 21px;
}

.opc .step-title {
  background: #023266 url(../images/blue-gradient.gif) repeat-x 0 50%;
  padding: 2px;
  text-align: right;
}

.opc .step-title .number {
  background-color: #fff;
  float: left;
  line-height: 20px;
  margin-right: 5px;
  text-align: center;
  width: 20px;
}

.opc .step-title h2 {
  color: #fff;
  float: left;
  font-size: 14px;
}

.opc .step-title a {
  display: none;
  float: right;
}

.opc .allow .step-title {
  cursor: pointer;
}

/*.opc .allow .step-title a { display:block; }*/
.opc .active .step-title {
  background-color: #ccc;
  cursor: default;
}

/*.opc .active .step-title a { display:none; }*/
.opc .step {
  border-top: 1px solid #ddd;
  padding: 10px;
  position: relative;
}

.opc .step .tool-tip {
  right: 10px;
}

.opc .form-list input.input-text {
  width: 254px;
}

#register-customer-newsletter label {
  color: #81100f;
  float: none;
  font: 18px Georgia, Palatino, serif;
}

.opc .deliveryimg {
  margin-bottom: 10px;
}

.opc a.warranty {
  font-size: 11px;
  color: #023266;
  display: block;
  margin: 4px 0;
}

/* Multiple Addresses Checkout */
.checkout-progress {
  padding: 0 50px;
  margin: 10px 0;
}

.checkout-progress li {
  float: left;
  width: 20%;
  border-top: 5px solid #ccc;
  text-align: center;
  color: #ccc;
}

.checkout-progress li.active {
  border-top-color: #000;
  color: #000;
}

.multiple-checkout {
  position: relative;
}

.multiple-checkout .tool-tip {
  top: 50%;
  margin-top: -120px;
  right: 10px;
}

.multiple-checkout .grand-total {
  font-size: 1.5em;
  text-align: right;
}

/* ======================================================================================= */
/* Account Login/Create Pages ============================================================ */
.account-login h2, .account-login p, #checkout-step-login h3 {
  margin-bottom: 14px;
}

.account-login .new-users {
  margin: 0 16px;
  width: 448px;
}

.account-login .registered-users {
  margin-right: 16px;
  width: 448px;
}

/* Account Login/Create Pages ============================================================ */
/* Block: Reviews */
.dashboard .box-reviews .number {
  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
  background: #ddd;
}

.dashboard .box-reviews .details {
  margin-left: 20px;
}

/* Block: Tags */
.dashboard .box-tags .number {
  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
  background: #ddd;
}

.dashboard .box-tags .details {
  margin-left: 20px;
}

/********** Dashboard > */
/* Address Book */
/* Order View */
.order-info {
  border: 1px solid #ddd;
  padding: 5px;
}

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
}

.order-info dt {
  font-weight: bold;
}

.order-date {
  margin: 10px 0;
}

.order-items {
  width: 100%;
  overflow-x: auto;
}

.order-gift-message {
  margin: 15px 0;
}

.gift-message dt strong {
  color: #666;
}

.gift-message dd {
  margin: 5px 0 0;
  font-size: 13px;
}

.order-about {
  margin: 15px 0;
}

.order-about dt {
  font-weight: bold;
}

.order-about dd {
  font-size: 13px;
  margin: 0 0 7px;
}

.tracking-table {
  margin: 0 0 15px;
}

.tracking-table th {
  font-weight: bold;
  white-space: nowrap;
}

.tracking-table th,
.tracking-table td {
  padding: 1px 5px 0 0;
}

.tracking-table-popup {
  width: 100%;
}

.tracking-table-popup th {
  font-weight: bold;
  white-space: nowrap;
}

.tracking-table-popup th,
.tracking-table-popup td {
  padding: 1px 8px;
}

/* Order Print Pages */
.page-print .print-head img {
  float: left;
}

.page-print .print-head address {
  float: left;
  margin-left: 15px;
}

/* Price Rewrites */
.page-print .gift-message-link {
  display: none;
}

.page-print .price-excl-tax,
.page-print .price-incl-tax {
  display: block;
  white-space: nowrap;
}

.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
  display: inline;
}

/* My Reviews */
.product-review .product-img-box {
  float: left;
  width: 140px;
}

.product-review .product-img-box .product-image {
  display: block;
  width: 125px;
  height: 125px;
}

.product-review .product-img-box .label {
  font-size: 11px;
  margin: 0 0 3px;
}

.product-review .product-img-box .ratings .rating-box {
  float: none;
  display: block;
  margin: 0 0 3px;
}

.product-review .product-details {
  margin-left: 150px;
}

.product-review .product-name {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}

.product-review .ratings-table {
  margin: 0 0 10px;
}

.product-review dt {
  font-weight: bold;
}

.product-review dd {
  font-size: 13px;
  margin: 5px 0 0;
}

/* ======================================================================================= */
/* Footer ================================================================================ */
.footer .block-title strong,
.footer .block-title address {
  line-height: 32px;
}

.footer address {
  font-size: 11px;
}

.footer .block {
  clear: both;
  margin: 10px 0 0;
}

.footer .block-content {
  border: 0;
}

.footer .form-search {
  float: right;
  padding-right: 6px;
  margin-bottom: 15px;
}

.footer-container {
  background-color: #fff;
  padding-top: 30px;
}

.footer-container .bottom-container {
  text-align: center;
}

/* ======================================================================================= */
/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-collateral:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

/* ======================================================================================= */
/* Miscellaneous ========================================================================= */
.social-bookmarking big {
  border-right: 2px solid;
  padding: 0 6px;
  margin-right: 20px;
}

.block-featured-products .block-title {
  margin: 0 6px 6px 0;
}

.block-featured-products .block-content {
  border: 0;
  padding: 0;
}

.addthis_toolbox {
  margin-top: 30px;
  margin-left: 24px;
}

.block-whiteglove-zipcheck .block-title {
  display: none;
}

.block-whiteglove-zipcheck .block-content {
  background: #81100f url(../images/blocks.gif) 0 0;
  border: 0;
  height: 76px;
  padding: 82px 0 0 12px;
  width: 188px;
}

.block-whiteglove-zipcheck p {
  padding-top: 14px;
  font: 13px Georgia, Palatino, Serif;
  color: #fff;
}

/* ======================================================================================= */
.nav-10 {
  /*display:none;*/
}

.nospam {
  background: url(../images/pic1.png) no-repeat scroll left top transparent;
}

.nospam {
  display: block;
  float: left;
  height: 45px;
  margin-right: 5px;
  margin-top: 6px;
  width: 125px;
}

.protected {
  background: url(../images/pic2.png) no-repeat scroll left top transparent;
}

.protected {
  display: block;
  float: left;
  height: 45px;
  margin-left: 40px;
  margin-top: 6px;
  width: 113px;
}

.approved {
  background: url(../images/pic3.png) no-repeat scroll left top transparent;
}

.approved {
  display: block;
  float: left;
  height: 45px;
  margin-left: 87px;
  margin-top: 6px;
  width: 113px;
}

.nospam1 {
  background: url(../images/ch_pic1.png) no-repeat scroll left top transparent;
}

.protected1 {
  background: url(../images/ch_pic2.png) no-repeat scroll left top transparent;
}

.approved1 {
  background: url(../images/ch_pic3.png) no-repeat scroll left top transparent;
}

#protected {
  bottom: 1117px;
  left: 512px;
}

#nospam {
  bottom: 1114px;
  left: 345px;
}

#approved {
  bottom: 1059px;
  left: 464px;
}

#protected1 {
  bottom: 813px;
  left: 409px;
}

#nospam1 {
  bottom: 813px;
  left: 309px;
}

#approved1 {
  bottom: 813px;
  left: 509px;
}

.shields {
  background-color: #FFFFFF;
  border: 1px solid #C4C4C4;
  padding: 10px;
  position: absolute;
  width: 20.6782em;
  z-index: 300;
}

.nospam1, .protected1, .approved1 {
  display: block;
  float: left;
  height: 45px;
  margin-top: 6px;
  width: 100px;
}

.hide-children * {
  filter: blur(1px);
  transition: 0.5s all;
}

.relative {
  position: relative;
}

.field-hint {
  display: none;
  position: absolute;
  right: -195px;
  width: 190px;
  top: 1px;
  padding: 6px 8px;
  z-index: 1;
  background: #FFFED1;
  border: 1px solid #CFCEAE;
  box-sizing: border-box;
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.25);
  font-size: 11px;
  line-height: 16px;
  color: #252525;
}

.field-hint .hint-p {
  position: absolute;
  left: -10px;
  top: 5px;
  border-left: 10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #CFCEAE;
}

.header .links a {
  margin-left: 7px !important;
}

.form-search input.input-text {
  margin-right: 12px !important;
}

.lpPoweredBy, .lpEmtStarRating, .testxx {
  display: none;
}

a#header-warehouse {
  top: 80px;
}

.dyn-headline {
  text-align: right;
  clear: both;
}

.dyn-h3-headline {
  color: #800E0E;
  font: 14px Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.alt1 {
  padding-left: 26px;
}

/** Implement field highlighting when a field is active END */
.no-product-review {
  margin-bottom: 6px;
}

.fb_edge_widget_with_comment {
  margin-left: 10px;
  position: relative;
}

.load-wheel {
  display: none;
  border: 0 solid #000000;
  height: 25px;
  width: 100%;
  background: url(../images/onepagecheckout/loader.gif) center center no-repeat;
}

.v-middle-cc {
  display: inline-block;
  width: 278px;
  text-align: right;
  float: right;
  margin-bottom: 12px;
  padding-right: 32px;
}
.v-middle-cc img {
  max-height: 22px;
}

.cc-logo {
  margin-left: 12px !important;
}

.cc-logo-first {
  margin-left: 0 !important;
}

.cc-logo-last {
  margin-left: 12px !important;
}

.break-word {
  word-wrap: break-word;
}

#white-glove-video {
  margin: 35px auto 0;
  width: 175px;
  height: 152px;
  text-decoration: none;
  display: block;
  background-image: url(../images/delivery_truck.svg);
  background-repeat: no-repeat;
}

#white-glove-pdp-video {
  margin: 2px 0 6px;
  width: 200px;
  height: 113px;
  text-decoration: none;
  display: block;
  background-image: url(../images/Our-White-Glove-Delivery-Service-Website-200px-VideoImgFinal.png);
  background-position: 0 0;
}

#white-glove-pdp-video:hover, #white-glove-pdp-video:active {
  background-position: 0 113px;
}

.quote_chat img {
  width: 100%;
}

.get-quote-small-home {
  margin-bottom: 0;
  margin-left: 140px;
  margin-top: -30px;
  position: absolute;
  z-index: 888;
}

/** Category image block START **/
.category-image-description-block {
  display: none;
}

.category-image-description-block-small {
  display: none;
}

.category-image-description {
  margin-left: 250px;
  padding: 7px;
  color: #111111;
}

.category-image-description .categoty-name .current-category {
  font-family: Verdana;
  font-size: 29px;
}

.category-image-description .categoty-name .parent-category {
  font-family: Verdana;
  font-size: 15px;
  font-weight: 600;
  color: #333333;
}

.h1-category-name {
  font-family: Verdana;
  font-size: 29px;
  color: #333333;
}

.category-image-description .category-description {
  font-family: Arial;
  line-height: 18px;
  font-size: 13px;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 470px;
  display: block;
  height: 65px;
}

.category-small-image {
  display: none;
}

.category-small-image-small {
  height: 100px;
  width: 256px;
  position: absolute;
  margin-top: -110px;
  z-index: 9;
  display: none;
  line-height: 100px;
}

.category-small-image > img {
  /** padding: 5px 5px 5px; **/
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
}

.category-small-image-small > img {
  padding: 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
}

/** Category image block END **/
/** Bundle items on a category page START **/
.products-grid li.bundle-item {
  float: left;
  padding: 0 6px 6px 0;
  width: 360px;
}

.products-grid .bundle-product-wrapper {
  margin-bottom: 20px;
  height: 344px;
  width: 360px;
}

.bundle-product-wrapper {
  padding: 6px;
}

.bundle-get-quote-small {
  margin-bottom: 0;
  margin-left: 140px;
  margin-top: -30px;
  position: absolute;
  z-index: 888;
}

td.bundle-product-title p {
  max-width: 346px;
  color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.2em;
  max-height: 48px;
  overflow: hidden;
  padding: 0;
}

td.bundle-product-title {
  color: #023266;
  font-size: 14px;
  font-weight: bold;
}

.h3-product-name {
  max-width: 346px;
  color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.2em;
  max-height: 48px;
  overflow: hidden;
  padding: 0;
}

/** Bundle items on a category page END **/
.products-grid .bundle-product-wrapper .price-box {
  float: left;
  margin: -3px 6px;
}

td.product-price .price-box {
  float: right;
  margin: -3px 6px;
}

.bundle-product-price .category-list-our-price {
  float: left;
  margin: -3px 6px;
}

.bundle-product-price .price-box {
  margin-top: 6px;
}

.video-collection-name {
  font-size: 14px;
  font-family: Arial;
}

.play-image {
  color: #81110F;
  font-size: 38px;
  padding: 0px 10px 0px 10px;
}

.play-video-play {
  font-size: 15px;
  font-weight: bold;
  font-family: Verdana;
}

.play-video-video {
  font-size: 11px;
  font-weight: bold;
  font-family: Verdana;
  margin-bottom: 3px;
}

.product-video td {
  vertical-align: middle !important;
}

/** Brand Page **/
.brand-head .brand-name h1 {
  font-size: 22px;
  font-family: Verdana;
  text-align: center;
  font-weight: bold;
  margin: 6px 10px 20px;
  padding: 0;
}

.brand-head .brand-description {
  height: auto;
  font-size: 14px;
  font-family: Verdana;
  line-height: 21px;
  margin: 5px;
  text-align: justify;
  width: 720px;
}

.brand-small-image {
  margin: 0px;
  text-align: center;
  display: table;
  width: 100%;
  height: 100%;
}

.collections-list {
  opacity: 1;
}

#load_more {
  display: none;
}

#loading_text {
  font-style: italic;
  font-size: 16px;
  line-height: 21px;
  color: #989090;
  margin: 0 auto;
  text-align: center;
}
#loading_text:after {
  content: "•••";
  display: block;
  color: #C4C4C4;
  font-size: 24px;
  letter-spacing: 2px;
  animation: pulse-text 1s infinite ease-in-out;
}

@keyframes pulse-text {
  0% {
    color: rgba(165, 165, 165, 0.1);
  }
  50% {
    color: rgba(165, 165, 165, 0.3);
  }
  100% {
    color: rgba(165, 165, 165, 0.1);
  }
}
#see_less_collections {
  display: none;
}

.myButton {
  -moz-box-shadow: inset 0px -3px 7px 0px #a61e1e;
  -webkit-box-shadow: inset 0px -3px 7px 0px #a61e1e;
  box-shadow: inset 0px -3px 7px 0px #a61e1e;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bd0707), color-stop(1, #82110f));
  background: -moz-linear-gradient(top, #bd0707 5%, #82110f 100%);
  background: -webkit-linear-gradient(top, #bd0707 5%, #82110f 100%);
  background: -o-linear-gradient(top, #bd0707 5%, #82110f 100%);
  background: -ms-linear-gradient(top, #bd0707 5%, #82110f 100%);
  background: linear-gradient(to bottom, #bd0707 5%, #82110f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bd0707", endColorstr="#82110f", GradientType=0);
  background-color: #bd0707;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  color: #ffffff;
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 76px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #612e2e;
}

.myButton:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #82110f), color-stop(1, #bd0707));
  background: -moz-linear-gradient(top, #82110f 5%, #bd0707 100%);
  background: -webkit-linear-gradient(top, #82110f 5%, #bd0707 100%);
  background: -o-linear-gradient(top, #82110f 5%, #bd0707 100%);
  background: -ms-linear-gradient(top, #82110f 5%, #bd0707 100%);
  background: linear-gradient(to bottom, #82110f 5%, #bd0707 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#82110f", endColorstr="#bd0707", GradientType=0);
  background-color: #82110f;
}

.myButton:active {
  position: relative;
  top: 1px;
}

.more-block {
  display: none;
}

#narrow-by-list {
  margin-top: 8px;
}

.more-filters button, .less-filters button {
  font-size: 13px;
  color: #2F2A2A;
  line-height: 20px;
}

/* Homepage */
.more-filters-home {
  text-align: center;
  margin-bottom: 5px;
}

.less-filters-home {
  text-align: center;
}

.more-filters-home span {
  display: block;
  margin-bottom: -5px;
  font-weight: bold;
}

.more-filters-home .more-link i {
  display: block;
  margin-top: -4px;
  margin-bottom: 4px;
}

.more-filters-home a {
  text-decoration: none;
}

.less-filters-home a {
  margin-bottom: 8px;
  text-decoration: none;
}

.less-filters-home span {
  display: block;
  font-weight: bold;
  margin-top: -5px;
}

.less-filters-home .less-link i {
  display: block;
  margin-bottom: -3px;
}

hr.nice-hr {
  border: 0;
  height: 1px;
  margin: 5px 0;
  background-image: -webkit-linear-gradient(left, rgba(195, 207, 219, 0.75), rgba(195, 207, 219, 0.75), rgba(195, 207, 219, 0));
  background-image: -moz-linear-gradient(left, rgba(195, 207, 219, 0.75), rgba(195, 207, 219, 0.75), rgba(195, 207, 219, 0));
  background-image: -ms-linear-gradient(left, rgba(195, 207, 219, 0.75), rgba(195, 207, 219, 0.75), rgba(195, 207, 219, 0));
  background-image: -o-linear-gradient(left, rgba(195, 207, 219, 0.75), rgba(195, 207, 219, 0.75), rgba(195, 207, 219, 0));
}

hr.nice-hr-home {
  border: 0;
  height: 1px;
  margin-bottom: 1px;
  background-image: -webkit-linear-gradient(left, rgba(195, 207, 219, 0.75), rgba(195, 207, 219, 0.75), rgba(195, 207, 219, 0));
  background-image: -moz-linear-gradient(left, rgba(195, 207, 219, 0.75), rgba(195, 207, 219, 0.75), rgba(195, 207, 219, 0));
  background-image: -ms-linear-gradient(left, rgba(195, 207, 219, 0.75), rgba(195, 207, 219, 0.75), rgba(195, 207, 219, 0));
  background-image: -o-linear-gradient(left, rgba(195, 207, 219, 0.75), rgba(195, 207, 219, 0.75), rgba(195, 207, 219, 0));
}

.all-attribute-items {
  display: none;
}

a.call-now:hover {
  text-decoration: none;
}

.checkout-logo {
  margin-top: 21px;
  margin-left: 14px;
}

.checkout-logo img {
  width: 100%;
}

input.radio.checkout {
  margin-right: 12px;
  vertical-align: middle;
}

.page-popup .fieldset ul {
  list-style: none outside;
  padding-left: 0;
}

.wait {
  position: absolute;
  height: 30px;
  width: 30px;
  display: none;
  background: url("../images/loading_icon.gif") no-repeat right top;
}

#sales_promotions_banner {
  margin-top: 10px;
}

/** Affirm PDP START */
.affirm-text {
  display: block;
  width: 335px;
  color: #023266;
  font-family: Arial;
  margin-left: 21px;
}

.affirm-bottom-text {
  display: block;
  float: left;
  margin-top: -33px;
  text-align: left;
  width: 265px;
}

.affirm-price {
  font-weight: 600;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #900000;
}

.affirm-learn-more {
  font-family: Arial;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  margin-bottom: 7px;
}

.affirm-prequal-text {
  margin-bottom: 8px;
  color: #000;
  font-family: Arial;
  font-size: 13px;
}

#affirm_popup {
  top: 109px;
  /**left: 54px;**/
  z-index: 9999;
  position: absolute;
  display: none;
  right: 135px;
}

#mask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}

.affirm-popup-image {
  background: url("../../../ufg/default/images/affirm_popup.png") no-repeat;
  background-size: 687px 417px;
  height: 417px;
  width: 687px;
}

/* for high resolution display */
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .affirm-popup-image {
    background: url("../../../ufg/default/images/affirm_popup.png") no-repeat;
    background-size: 687px 417px;
  }
}
/** Affirm PDP END */
span.shipping {
  margin-left: 21px;
}

.loading-wheel-our-cost {
  background-image: url("../../../base/default/images/loading-wheel/loading.gif");
  background-repeat: no-repeat;
  width: 30px;
  height: 10px;
  position: absolute;
  margin-top: 3px;
  margin-left: 3px;
  display: none;
}

/** Next Day Delivery PDP START */
#ndd_box {
  display: block;
  float: left;
  width: 335px;
  color: #000000;
  font-family: Arial;
  font-size: 11px;
  margin-bottom: 10px;
  word-spacing: 1.5px;
}

/** Next Day Delivery PDP END */
.pricebeating {
  margin: 18px;
}

.detailsDisplayBlock {
  margin-bottom: 15px;
}

#TT3searchTerm {
  width: 215px !important;
}

#TT3searchDiv-srchTrm {
  width: 215px !important;
  height: 18px !important;
  white-space: nowrap !important;
}

#TT_spinner {
  width: 40px !important;
}

#TT3clearSearch {
  margin-left: 1px;
}

.TT2askBackGround {
  margin-top: 5px !important;
  margin-bottom: -8px !important;
}

.TT4 {
  padding: 10px 0 0 !important;
}

#TurnToContent {
  margin-top: -5px !important;
}

#TT2stfRadioDiv {
  margin: -8px -50px 0px 1px !important;
}

#TT3questCancelBtn {
  margin-right: -20px !important;
}

#TT2staffMsg {
  margin: 20px 50px 5px 0 !important;
}

#product_details_block {
  margin-bottom: 15px;
}

.TT2buttonImg {
  margin-left: 15px !important;
}

.TTaskAreaBtnLine_before {
  font-size: 10px;
  color: gray;
  height: 12px;
  padding-top: 8px;
  float: right;
}

.TT4QhintCenter {
  text-align: left;
  width: 100%;
}

#TTaskArea .TT2clearBoth {
  clear: none !important;
}

.TT3IAContainer {
  margin-top: 8px;
}

.TT3itemBox {
  padding: 5px 15px;
}

.TT3questCntr .TT3ansArea {
  margin-top: 0px;
  padding: 5px 5px 10px 0;
}

.TT3questCntr {
  margin-top: 0px;
}

.TT4voteHelp {
  width: 160px;
}

.TT3ansArea {
  padding-bottom: 5px !important;
}

.TT3ansArea[bestanswer=true] {
  padding-top: 1px !important;
  padding-bottom: 8px !important;
}

.TT3aText {
  line-height: 1.4em;
}

.TTinputTeaserHeader {
  width: 300px !important;
}

.TurnToItemInputTeaser > div > div {
  padding-left: 18px;
}

._TT3itemBox {
  background-color: transparent;
}

#TT2askOwnersBtn {
  margin: -5px;
  padding-bottom: 20px;
  margin-top: 10px;
}

#TT3questCancelBtn {
  margin: -5px -10px;
  padding-bottom: 20px;
  margin-top: 10px;
}

#TT3questCancelBtnCont {
  float: right !important;
  margin-right: 30px;
}

#TTaskAreaBtnLine {
  padding-right: 8px;
}

#_TTaskAreaBtnLine_instr {
  font-size: 10px;
  color: gray;
  height: 12px;
  padding-top: 8px;
  float: right;
}

#TTaskAreaBtnLine_instr {
  _display: none;
}

#TTaskAreaBtnLine span {
  margin-top: 0px !important;
}

.TT4QhintCenter {
  text-align: justify !important;
  width: 100% !important;
}

.custom-shipping-change {
  color: #81100F;
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}

.custom-shipping-change:hover {
  text-decoration: none;
}

.custom-shipping-save {
  color: #74be43;
  font-weight: bold;
  cursor: pointer;
}

.custom-shipping-save:hover {
  text-decoration: none;
}

.custom-shipping-cancel {
  color: #2929b5;
  font-weight: bold;
  cursor: pointer;
}

.custom-shipping-cancel:hover {
  text-decoration: none;
}

.custom-edit {
  width: 35px;
}

.c-edit {
  display: none;
}

.cart .checkout-types li {
  margin-top: 10px;
}

.button._btn-checkout {
  background-image: url("https://www.paypalobjects.com/webstatic/en_US/i/buttons/buy-logo-large.png");
  background-repeat: no-repeat;
  height: 44px;
  margin-left: 35px;
  width: 287px;
}

.sli_bottom_border {
  border-bottom: 1px solid #ccc;
}

.sli_clear {
  clear: both;
  height: 0;
}

.sli_left {
  float: left;
}

.sli_right {
  float: right;
}

.sli_h1 {
  font-size: 17px !important;
  text-transform: capitalize;
  font-weight: bold !important;
}

.sli_champ_h1 {
  font-size: 15px;
  color: #f00;
  font-weight: bold;
}

.sli_list_h2 a, .sli_h2, .sli_h2 a {
  font-weight: bold;
  color: #333;
}

.sli_h3, .sli_h3 a {
  color: #fff;
  font-size: 15px;
  padding: 2px;
}

.sli_num_results_top, .sli_top_title_search {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.15;
  color: #023266;
  font-family: Georgia, Palatino, Serif;
  float: left;
}

#sli_default {
  display: block;
  text-align: center;
  padding: 20px 0;
  width: 950px;
  background-color: white;
}

#sli_default p {
  margin: 10px 0 0 20px;
}

#sli_default p span {
  color: #c00;
}

#sli_default form {
  margin: 15px 0;
}

#sli_default form label {
  display: block;
  font-weight: bold;
}

#sli_moreinfo {
  padding-bottom: 20px;
}

.sli_alpha_nav {
  padding-bottom: 30px;
  padding-top: 5px;
  font-size: 17px;
}

.sli_alpha_nav a {
  margin-left: 1px;
  text-decoration: none;
  font-size: 15px;
}

.sli_alpha_nav a:hover {
  text-decoration: underline;
}

.sli_alpha_suggested li {
  margin-left: 80px;
  list-style: disc;
  font-size: 12px;
  text-align: left;
  float: left;
  width: 30%;
}

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

.sli_alpha_suggested li a:hover {
  text-decoration: underline;
}

#sli_poweredby {
  padding-top: 50px;
  text-align: center;
  clear: both;
}

#sli_poweredby a, #sli_poweredby span {
  vertical-align: top;
}

#sli_poweredby img {
  vertical-align: middle;
  display: inline;
  border: 0;
}

#sli_expand {
  text-align: center;
}

.sli_container {
  float: left;
  background-color: white;
  width: 950px;
}

#sli_search_standard {
  text-align: center;
  width: 100%;
}

#sli_noresult {
  padding: 20px 10px;
  width: 930px;
  text-align: center;
}

#sli_search_error {
  text-align: center;
}

#sli_search_error span {
  font-weight: bold;
}

.sli_bct_container {
  font-family: Georgia, Palatino, serif;
  margin-bottom: 10px;
  float: left;
  width: 730px;
}

.sli_bct {
  font: 14px Georgia, Palatino, Serif;
  padding: 3px;
}

.sli_bct h1 {
  display: inline;
  font-size: 12px;
}

.sli_bct a:link {
  text-decoration: none;
  font-weight: bold;
}

.sli_noAndResults, .sli_spelling {
  color: #000;
  font-weight: bold;
  padding: 5px 0 8px 15px;
  font-size: 12px;
}

.sli_spelling {
  font: 17px Georgia, Palatino, Serif;
  color: #023266;
}

a.sli_spell_sugg {
  color: #81100f;
}

.pageselectortext span, .pageselectortext a {
  padding: 2px 4px;
  margin: 0 1px;
}

.pageselectortext span, .pageselectortext a:hover {
  background: #023265;
  color: white;
  font-weight: bold;
}

.sli_search_suggestions {
  font-weight: bold;
  padding: 5px;
}

#sli_search_suggestions_header {
  text-align: center;
}

.sli_search_suggestions a {
  font-weight: normal;
}

#sli_search_suggestions_footer {
  _width: 750px;
  float: right;
  display: inline-block;
}

#sli_performor {
  width: 750px;
  float: right;
}

.sli_sort {
  float: left;
  text-align: left;
  margin-left: 100px;
}

.pageactive {
  font-weight: bold;
  color: #f00;
}

.sli_bct_total_records {
  font-weight: bold;
}

#sli_pagination_header, #sli_pagination_footer {
  text-align: right;
  float: right;
}

#sli_pagination_header {
  line-height: 21px;
  padding: 5px 0;
  margin-right: 5px;
}

#sli_pagination_footer {
  width: 750px !important;
}

.sli_tab_container li {
  float: left;
  width: 140px;
  padding: 5px;
  cursor: pointer;
}

.sli_tab_container li.sli_unselected {
  box-shadow: 0 0 2px #6f8ea4;
  background: #023265;
  background: -moz-linear-gradient(top, #034993, #023265);
  background: -webkit-linear-gradient(top, #034993, #023265);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #034993), color-stop(1, #023265));
  background: linear-gradient(top, #034993, #023265);
  border: 1px solid #023265;
  border-width: 1px 1px 0 1px;
  border-radius: 5px 5px 0 0;
  color: #fff;
}

.sli_tab_container li.sli_unselected:hover {
  background: #74be43;
  border-color: #74be43;
}

.sli_tab_container li.sli_selected {
  background: #74be43;
  border: 1px solid #74be43;
  color: #fff;
  border-width: 1px 1px 0 1px;
  border-radius: 5px 5px 0 0;
}

.sli_tab_container a {
  color: #FFF;
}

.sli_tab_container a:hover {
  text-decoration: none;
}

.sli_header_container {
  width: 950px;
}

#sli_facets {
  width: 200px;
  float: left;
  height: auto;
}

ul.sli_facets {
  padding-left: 10px;
  margin: 12px 0;
}

.sli_facets li {
  list-style: none;
  margin: 2px 0;
  clear: left;
  line-height: 18px;
}

.sli_facet_container {
  width: 200px;
  float: left;
  padding-left: 4px;
  background-color: white;
}

.sli_facet_border {
  width: 186px;
  border-color: #999;
  border-style: solid;
  border-width: 0 1px 1px;
}

.sli_facet_headingtop {
  font-family: Georgia, Palatino, serif;
  margin-bottom: 10px;
  float: left;
}

.sli_facet_headingtext {
  font: 14px/28px Georgia, Palatino, Serif;
  width: 177px;
  padding-left: 5px;
}

ul.sli_children {
  padding-left: 10px;
  margin: 0;
}

.sli_selected {
  font-weight: bold;
}

.sli_unselected {
  font-weight: normal;
}

.keykeylink, .urlkeylink {
  font-size: 12px;
  color: #000;
}

#ajaxloading {
  width: 150px;
  height: 50px;
  margin-top: 130px;
  margin-left: -85px;
  left: 50%;
  overflow: hidden;
  border: 0;
  position: absolute;
  z-index: 500;
}

#sli_ajaxloader2 {
  display: none;
  position: absolute;
  z-index: 333000;
}

#sli_resultsSection_wrapper {
  width: 750px;
  position: relative;
  float: right;
  background-color: #fff;
}

#sli_resultsSection {
  width: 751px;
}

#sli_slideController, #sli_slideController2 {
  width: 1px;
  height: 250px;
  border-width: 0;
  float: right;
}

#sli_loadingDiv {
  float: left;
  position: relative;
  width: 750px;
  border-width: 0;
  background-color: #fff;
}

.sli_grid_result {
  float: left;
  margin: 10px 5px;
  text-align: left;
  width: 176px;
  position: relative;
}

.sli_grid_result img {
  border: 0;
}

.sli_grid_image {
  text-align: center;
  margin: 5px 0 5px 0;
  min-height: 170px;
  width: 170px;
  border: 1px solid #ebebeb;
  float: left;
}

.sli_grid_title, .sli_list_h2 {
  height: auto;
  font: 13px Verdana, Arial, Helvetica, sans-serif;
  color: #333;
}

.sli_grid_title b {
  color: #81110f;
}

.sli_grid_excerpt {
  display: none;
}

.sli_grid_price {
  font-family: Arial;
  font-size: 18px;
  color: #900;
  font-weight: bold;
  float: right;
}

.sliequalize a img {
  padding-top: 10px;
}

.sli_list_result {
  float: left;
  height: auto;
  margin-top: 10px;
  position: relative;
  padding: 5px;
}

.sli_list_h2 {
  font-weight: bold;
  margin-bottom: 6px;
}

.sli_excerpt {
  margin-top: 5px;
}

.sli_list_image {
  float: left;
  width: 160px;
  border: 1px solid #ebebeb;
  padding: 3px;
  text-align: center;
  position: relative;
}

.sli_list_content {
  float: left;
  width: 550px;
  padding-left: 10px;
}

.sli_list_image img {
  border: 0;
}

.sli_normal_price {
  color: #900;
  text-align: left;
  line-height: 17px;
}

.sli_related_searches {
  margin-top: 10px;
  text-align: left;
  font-weight: bold;
}

.sli_related_searches a {
  font-weight: normal;
}

.resize {
  width: 200px;
  height: auto;
}

.resize {
  width: auto;
  height: 300px;
}

.sli_grid_result .modal, .sli_list_result .modal {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  border: 1px solid #000;
  background: #fff;
}

.sli_op {
  color: #f00;
  text-align: right;
  font-size: 11px;
}

.sli_form_container {
  padding-top: 4px;
  position: relative;
  text-align: right;
}

.sli_input_box {
  background: url("../images/bkg_button.png") no-repeat scroll 0 -50px transparent;
  display: inline-block;
  max-width: 240px;
  padding: 0 0 0 8px;
  color: #000;
  font: 12px Arial, Helvetica, sans-serif;
  margin: 0;
}

.sli_input_text {
  vertical-align: middle;
  background: url("../images/bkg_button.png") no-repeat scroll 100% -50px transparent;
  border: 0 none;
  font: 12px/15px Georgia, Palatino, Serif;
  height: 15px;
  width: 217px;
  padding: 5px 8px 5px 0;
  top: 0;
}

.sli_button {
  background: url("../images/bkg_button.png") no-repeat scroll 0 -25px transparent;
  color: #fff;
  display: inline-block;
  font: bold 12px/24px Georgia, Palatino, Serif;
  height: 24px;
  padding: 0 0 0 8px;
  text-align: center;
  white-space: nowrap;
}

.sli_submit_button {
  background-position: 100% -25px;
  padding: 0 8px 0 0;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  display: inline-block;
  font: bold 12px/24px Georgia, Palatino, Serif;
  height: 24px;
  background: url("../images/bkg_button.png") no-repeat scroll 100% -25px transparent;
}

.sli_submit_button_1 {
  vertical-align: middle;
  overflow: visible;
  font: bold 12px/24px Georgia, Palatino, Serif;
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  color: white;
  background-color: transparent;
  cursor: pointer;
}

#sli_view_sort div#sli_perpage {
  float: left;
  margin-right: 0;
}

.sli_selector {
  text-align: left;
  margin-bottom: 2px;
  width: auto;
}

.sli_sorter {
  padding-bottom: 10px;
  height: 25px;
  width: 750px;
  float: left;
}

#sli_resultnumber {
  float: left;
}

.sli_list_price {
  font-family: Arial;
  font-size: 11px;
  color: #666;
  text-decoration: line-through;
  line-height: 26px;
  padding-left: 5px;
}

#sli_tabs, #sli_search_suggestions_header {
  width: 730px;
  float: right;
}

.sli_bct_keyword {
  color: white;
}

.sli_bct_category {
  color: white;
}

.sli_no_result {
  float: left;
  text-align: left;
  position: relative;
  height: 250px;
  width: 180px;
}

.sli_noresults_container {
  padding-left: 7px;
}

.sli_sister_link {
  color: #023266;
}

.sli_sister {
  margin-top: 10px;
  text-align: left;
}

.sli_top_banner {
  padding-bottom: 10px;
}

.sli_noresults_price {
  display: block;
  text-align: left;
  padding-top: 5px;
  color: #81100f;
  font-weight: bold;
  position: absolute;
  bottom: 20px;
}

a.sli_whiteglove {
  color: #81100f;
  font-size: 10px;
  bottom: 5px;
}

#sli_help {
  text-align: center;
  margin-top: 10px;
}

.sli_feedback {
  float: right;
  text-align: right;
  margin-right: 5px;
}

.sli_searchresultsfor {
  float: left;
  text-align: left;
}

.sli_feedback_container {
  float: left;
  width: 750px;
}

.sli_facet_heading {
  padding-left: 5px;
}

.sli_grid_wrapper {
  padding-left: 5px;
}

.sli_pop {
  margin-left: 5px;
  text-align: center;
}

h4 a.viewalllink {
  color: #023266;
}

.sli_ribbon {
  position: absolute;
  right: -4px;
  top: 2px;
}

.sli_ribbon_list {
  position: absolute;
  top: -4px;
  right: -4px;
}

#sli_sister_products {
  float: right;
  width: 748px;
}

.sli_wide {
  width: 950px !important;
}

#sli_resultsSection.sli_wide {
  width: 951px !important;
}

.sli_pinterest_grid, .sli_facebook_holder {
  float: left;
}

.sli_pinterest_grid {
  margin-right: 4px;
}

.sli_social_holder {
  margin-bottom: 5px;
}

.sli_facebook_grid {
  float: left;
  width: 75px;
}

.sli_houzz_grid {
  float: right;
  height: 23px;
}

.sli_social_holder_list {
  margin-top: 5px;
}

.sli_listprice_grid {
  color: #525252;
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  line-height: 17px;
  float: right;
}

.sli_facet_checkbox {
  float: left;
}

.sli_facet_link {
  display: inline-block;
  width: 86%;
  margin-left: 3px;
}

.sli_no_results_sugg {
  width: 85%;
  margin-left: 200px;
  margin-top: 10px;
}

#sli_clearrecent {
  margin: -6px 10px 6px;
  display: block;
  text-align: left;
}

#sli_clearrecent a {
  font-style: italic;
  font-weight: bold;
  font-size: 9px;
  color: #83100d;
}

#merchTopResults {
  float: right;
}

.sli_noresult_sisters #merchTopResults, .sli_noresult_sisters #sli_sister_products {
  float: left;
}

.sli_noresult_sisters #sli_sister_products {
  margin-left: 30px;
}

.sli_noresult_sisters #merchTopResults {
  padding-left: 20px;
}

.sli_noresult_sisters #sli_noresult {
  text-align: left;
  padding-left: 20px;
}

.socialIcon img, .socialIcon {
  width: 80px;
  height: 80px;
  border: 0;
}

#sli_bct.block-title {
  text-align: left;
  white-space: normal;
}

.sli_view_icon a, .sli_view_icon b {
  display: inline-block;
  text-indent: -500px;
  overflow: hidden;
  width: 16px;
  height: 16px;
  margin: 2px;
  padding: 0;
  background: transparent url("../images/gridlist.png") no-repeat bottom left;
}

.sli_view_icon a.sli_grid {
  background-position: top left;
}

.sli_view_icon a:hover, .sli_view_icon b, .sli_view_icon b:hover {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #c0c0c0;
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px #c0c0c0;
  background-position: bottom right;
}

.sli_view_icon a.sli_grid:hover, .sli_view_icon b.sli_grid, .sli_view_icon b.sli_grid:hover {
  background-position: top right;
}

.sa_info {
  padding-top: 0 !important;
  padding-bottom: 5px !important;
}

.sa_review {
  height: 100px !important;
  padding: 0px 10px 10px !important;
}

.sa_comments {
  padding-top: 10px !important;
}

.spinbox_container {
  overflow: hidden;
  float: right;
  width: 90px;
}

.spinbox_container .minus {
  width: 27px;
  /* background-repeat: no-repeat; */
  cursor: pointer;
  float: left;
  height: 27px;
  background: -webkit-linear-gradient(top, #0058b6 0%, #0a3e76 99%);
  background: -moz-linear-gradient(top, #0058b6 0%, #0a3e76 99%);
  background: url(../images/plus_minus_button.png);
  border-radius: 6px 0 0 6px;
  color: white;
  font-size: 21px;
  font-weight: bold;
}

.spinbox_container .counter {
  text-align: center;
  float: left;
  width: 24px !important;
  margin: 0px !important;
  height: 25px;
  background-repeat: repeat-x;
  padding-left: 22px;
  line-height: 27px;
  font-size: 14px;
  font-weight: bold;
  padding: 0;
}

.spinbox_container .plus {
  width: 27px;
  /* background-repeat: no-repeat; */
  cursor: pointer;
  float: left;
  height: 26px;
  background: -webkit-linear-gradient(top, #0058b6 0%, #0a3e76 99%);
  background: -moz-linear-gradient(top, #0058b6 0%, #0a3e76 99%);
  background: url(../images/plus_minus_button.png);
  border-radius: 0 6px 6px 0;
  color: white;
  font-size: 21px;
  font-weight: bold;
  padding-top: 1px;
}

.btn-remove2 {
  cursor: pointer;
}

.plus a:hover, .minus a:hover {
  text-decoration: none;
}

.label-align label {
  display: block;
  width: 45px;
}

.label-align label input {
  float: right;
  margin-top: 2px;
}

.cart .checkout-types li {
  margin-top: 10px;
}

.button._btn-checkout {
  background-image: url("https://www.paypalobjects.com/webstatic/en_US/i/buttons/buy-logo-large.png");
  background-repeat: no-repeat;
  height: 44px;
  margin-left: 35px;
  width: 287px;
}

.iwdcart-item .spinbox_container {
  margin-right: 37px !important;
}

.addition-item .spinbox_container {
  margin-right: 37px !important;
}

.addition-item .load-wheel, .iwdcart-item .load-wheel {
  margin-left: 70px !important;
}

.sa_comments {
  padding-top: 10px !important;
}

.label-align .load-wheel {
  margin-left: 19px !important;
}

.label-align label {
  display: block;
  width: 45px;
}

.label-align label input {
  float: right;
  margin-top: 2px;
}

.spinbox_container {
  width: 84px !important;
}

.warehouse-list table {
  width: 170px;
  position: relative;
  top: -20px;
}

.warehouse-list td {
  padding: 0px;
}

/** Brand/Collection category pages ================================================ */
.main-category-name {
  float: left;
  margin-left: 5px;
  font-size: 30px;
  font-family: Verdana;
  color: #333333;
}

.main-category-name-div {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}

.main-category-image {
  float: right;
}

.fb-like {
  margin-left: 5px;
}

#opc-email-error {
  color: #82100f;
  margin-bottom: 6px;
  font-weight: bold;
  background-color: #FEC8D3;
  padding: 7px;
  border: 1px;
  border-color: #82100f;
  border-style: solid;
  display: none;
}

.box-up-sell .h2, .box-recently-viewed .h2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.25;
  font-family: Georgia, Palatino, Serif;
  color: #023266;
}

.block-footer_company .h4 {
  font-size: 14px;
  font-weight: bold;
  font-family: Georgia, Palatino, Serif;
  color: #023266;
}

.grecaptcha-badge {
  bottom: 80px !important;
}

#product_just_stars {
  display: flex;
  align-items: center;
}
#product_just_stars:not(:empty) + span {
  display: none;
}
#product_just_stars + span {
  display: flex;
  align-items: center;
  margin: 0;
}
#product_just_stars .on {
  background-image: url("../images/star.svg") !important;
  height: 14px !important;
  width: 16px !important;
}
#product_just_stars .ind_cnt {
  order: -1;
  font-size: 12px !important;
  width: auto;
  margin-right: 7px;
}
#product_just_stars .ind_cnt a {
  display: flex;
}
#product_just_stars .ind_cnt a:after {
  content: ")";
}
#product_just_stars .ind_cnt a span {
  order: -1;
  text-transform: capitalize;
}
#product_just_stars .ind_cnt a span:after {
  content: " (";
}

.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 600px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #033266;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}
.modal__close:hover {
  animation: heartBeat;
  animation-duration: 1s;
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.Synchrony img {
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 0 auto 30px;
}
.Synchrony__head {
  display: flex;
  justify-content: space-between;
}
.Synchrony__head p {
  background-color: #3b77b4;
  color: #fff;
  margin: 0 2px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 10px;
  box-sizing: border-box;
  flex: 1;
}
.Synchrony__head p:first-child {
  margin-left: 0;
}
.Synchrony__head p:last-child {
  margin-right: 0;
}
.Synchrony__stats {
  display: flex;
  justify-content: space-between;
}
.Synchrony__stats p {
  font-weight: bold;
  font-size: 30px;
  color: #3b77b4;
  margin: 0 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.Synchrony__stats p:first-child {
  margin-left: 0;
}
.Synchrony__stats p:last-child {
  margin-right: 0;
}
.Synchrony__description {
  margin: 10px 0;
}
.Synchrony__description p {
  padding: 5px 0 !important;
}
.Synchrony__details {
  font-size: x-small;
}
.Synchrony__title {
  text-align: center;
  margin-top: 30px;
}

.Feed-container table td {
  padding: 0 2px;
}
.Feed-container table tbody tr:nth-child(odd) {
  background: rgba(204, 204, 204, 0.2);
}
.Feed-container table tbody tr td:not(:last-child) {
  white-space: nowrap;
}
.Feed-container table tbody tr td:last-child {
  display: inline-block;
  overflow: hidden;
  max-height: 13px;
}

.Zipcode-alert {
  max-width: 832px;
  padding: 50px 65px;
}
.Zipcode-alert .title {
  margin: 8px 0;
  color: #17548C;
  font-weight: bold;
}
.Zipcode-alert .alert {
  color: #81100F;
}
.Zipcode-alert ul {
  list-style: circle;
  padding-left: 40px;
}
.Zipcode-alert .modal__title {
  display: flex;
  align-items: center;
}
.Zipcode-alert .modal__title span {
  text-transform: uppercase;
  font-size: 16px;
  color: #3f3f3f;
  margin-left: 20px;
}
.Zipcode-alert header {
  margin-bottom: 20px;
}
.Zipcode-alert main {
  font-size: 15px;
  color: #3f3f3f;
  margin-top: 20px;
}
.Zipcode-alert footer {
  display: flex;
  height: 40px;
  margin: 0 -10px;
}
.Zipcode-alert footer button {
  margin: 0 20px;
}
.Zipcode-alert footer button.small {
  padding: 0 18px;
}
.Zipcode-alert form {
  display: block;
}
.Zipcode-alert .js-shipping-alert-message {
  display: none;
  background: #861e1b;
  color: white;
  font-weight: bold;
  border-radius: 4px;
  margin: 10px 10px 0;
  padding: 4px 10px;
}

.Product-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}
.Product-grid img {
  max-width: 100%;
}
.Product-grid__item {
  padding: 16px;
  box-sizing: border-box;
  width: 20%;
}
@media screen and (max-width: 1280px) {
  .Product-grid__item {
    width: 25%;
  }
}
.Product-grid__reviews {
  display: flex;
}
.Product-grid__reviews > *:first-child {
  margin-top: 10px;
  margin-right: 8px;
}
.Product-grid__reviews .Product__reviews-count:before {
  content: "(" attr(data-count) ") Reviews";
}
.Product-grid__image {
  position: relative;
  margin-bottom: 10px;
  z-index: 0;
  min-height: 170px;
}
.Product-grid__image img:not(:first-child) {
  display: none;
  position: absolute;
  top: 0;
}
.Product-grid__image a {
  position: relative;
  display: block;
}
.Product-grid__image-changer {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  display: flex;
  align-items: flex-end;
  z-index: 2;
}
.Product-grid__image-changer:hover span {
  display: flex;
}
.Product-grid__image-changer span {
  height: 100%;
  flex: 1;
  padding: 2px;
  align-items: flex-end;
  display: none;
}
.Product-grid__image-changer span:hover:after {
  background: #033266;
}
.Product-grid__image-changer span:after {
  content: "";
  height: 4px;
  background: #00000024;
  border-radius: 2px;
  width: 100%;
}
.Product-grid__image > span {
  position: absolute;
  left: 10px;
  top: 10px;
}
.Product-grid__item:hover .Product-grid__add {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.Product-grid__add {
  display: none;
  z-index: 2;
}
.Product-grid__add button {
  width: 100%;
  border-radius: 0;
  padding: 2px 10px;
  line-height: 24px;
  justify-content: center;
  background: rgba(23, 84, 140, 0.9);
  border-color: transparent;
  font-weight: normal;
  font-size: 14px;
  min-height: 32px;
}
.Product-grid__add button i {
  width: 16px;
}
.Product-grid__name {
  font-weight: bold;
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 3px;
}
.Product-grid__name a {
  color: #2F2A2A;
}
.Product-grid__brand {
  font-size: 10px;
  line-height: 11px;
  margin-bottom: 4px;
}
.Product-grid__brand a {
  text-decoration: none;
  color: #514C4C;
}
.Product-grid__delivery {
  display: flex;
  background: #F1F1F1;
  color: #033266;
  text-transform: uppercase;
  align-items: center;
  font-size: 10px;
}
.Product-grid__delivery-expedited {
  margin-bottom: 15px;
  text-align: right;
}
.Product-grid__delivery b {
  margin-right: 2px;
}
.Product-grid__delivery i {
  background: #17548C;
  padding: 5px 3px;
  margin-right: 2px;
}
.Product-grid__collection {
  font-size: 10px;
  line-height: 11px;
  color: #060606;
}

.Category {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.Category__size {
  margin-left: 5px;
  display: none;
}
.Category__size:before {
  content: "( " attr(data-size) " Items )";
  font-size: 13px;
  line-height: 15px;
  color: #5D5D5D;
}
.Category__search-title {
  margin-left: 5px;
  display: none;
}
.Category__search-title a {
  font-weight: bold;
}
.Category__bullets {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}
.Category__bullets li {
  background: #F3F3F3;
  border-radius: 5px;
  min-height: 50px;
  font-size: 12px;
  line-height: 14px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  margin: 0 6px 12px;
}
.Category__bullets li b {
  display: block;
  font-size: 16px;
  line-height: 18px;
}
.Category__bullets li a {
  display: block;
  padding: 0 14px;
  color: #003265;
}
.Category__toolbar {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1200px) {
  .Category__toolbar {
    flex-direction: column;
  }
  .Category__toolbar h1 {
    max-width: 100% !important;
    width: 100%;
    margin: 0 !important;
  }
}
.Category__toolbar .Title {
  margin: 0 15px 0 0;
  line-height: 28px;
  max-width: 350px;
}
.Category__sidebar {
  width: 16%;
  margin-right: auto;
  padding-right: 10px;
  box-sizing: border-box;
}
.Category__content {
  padding-left: 10px;
  box-sizing: border-box;
  width: 82.1%;
  display: flex;
  flex-direction: column;
}
.Category__description {
  margin-top: 60px;
  font-size: 14px;
  line-height: 21px;
  color: #6C5D5D;
}
.Category__description p:not(:last-child) {
  margin-bottom: 20px;
}

.Pagination .Toolbar__per-page, .Pagination .Toolbar__totals, .Pagination .Toolbar__sort-by {
  display: none;
}
.Pagination .Toolbar__pagination {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}
.Pagination__page {
  border-radius: 100% !important;
  display: flex;
  height: 40px;
  width: 40px;
  margin: 0 8px;
  font-size: 19px;
}
.Pagination__current {
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  border: 2px solid #003265;
  font-weight: bold;
  color: #003265;
}
.Pagination__first.disabled, .Pagination__last.disabled {
  cursor: not-allowed !important;
}
.Pagination__previous, .Pagination__next {
  flex: 1;
  padding: 4px 0;
  text-transform: uppercase;
}
.Pagination__previous.disabled, .Pagination__next.disabled {
  color: #9C9C9C;
  cursor: not-allowed !important;
}
.Pagination__previous span, .Pagination__next span {
  flex: 1;
  text-align: center;
}
.Pagination__previous {
  margin-right: 6px;
}
.Pagination__previous:before {
  content: url("../images/pagination_arrow.svg");
  transform: rotate(180deg);
  margin-left: 12px;
  position: relative;
  top: -1px;
}
.Pagination__previous.disabled:before {
  content: url("../images/pagination_arrow_disabled.svg");
  transform: rotate(0deg);
  position: relative;
  top: 1px;
}
.Pagination__first {
  margin-right: 6px;
}
.Pagination__first:before {
  content: url("../images/arrow_last.svg");
  transform: rotate(180deg);
  padding: 14px 12px;
  position: relative;
  top: -1px;
}
.Pagination__first.disabled:before {
  content: url("../images/arrow_first_disabled.svg");
  transform: rotate(0deg);
  position: relative;
  top: 1px;
}
.Pagination__last {
  margin-left: 8px;
}
.Pagination__last:before {
  content: url("../images/arrow_last.svg");
  transform: rotate(0deg);
  padding: 14px 12px;
  position: relative;
  top: 2px;
}
.Pagination__last.disabled:before {
  content: url("../images/arrow_first_disabled.svg");
  transform: rotate(180deg);
  top: -1px;
}
.Pagination__next {
  margin-left: 8px;
}
.Pagination__next:after {
  content: url("../images/pagination_arrow.svg");
  margin-right: 12px;
  top: 1px;
  position: relative;
}
.Pagination__next.disabled:after {
  content: url("../images/pagination_arrow_disabled.svg");
  transform: rotate(180deg);
  top: -1px;
}

.Toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  flex: 1;
  font-size: 13px;
}
.Toolbar--pagination .Pagination {
  display: flex;
}
.Toolbar__pagination {
  display: none;
}
.Toolbar a {
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #003265;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
}
.Toolbar a:not(.disabled):hover {
  background: #E5E5E5;
}
.Toolbar a.active {
  font-weight: bold;
  border-color: #003265;
  border-width: 2px;
}
.Toolbar__totals {
  line-height: 20px;
  color: #000000;
  margin-right: 23px;
}
.Toolbar__sort-by > * {
  margin: 6px 6px 0;
}
.Toolbar__sort-by > *:first-child {
  margin-left: 0;
}
.Toolbar__sort-by a {
  padding: 5px 6px;
  line-height: 14px;
}
.Toolbar__sort-by a:last-child {
  margin-right: 0;
}
.Toolbar__sort-by a:hover {
  background: #E5E5E5;
}
.Toolbar__per-page {
  margin-right: auto;
}
.Toolbar__per-page > * {
  margin: 0 5px;
}
.Toolbar__per-page a {
  border-radius: 100%;
  width: 26px;
  height: 26px;
}
.Toolbar__per-page a:hover {
  background: #E5E5E5;
}

.State {
  display: flex;
  font-size: 12px;
  line-height: 14px;
  color: #003265;
  padding: 8px 0 0;
  margin: 0 -8px;
  flex-wrap: wrap;
}
.State li {
  background: #F6F6F6;
  border-radius: 5px;
  display: flex;
  padding: 3px 8px;
  align-items: center;
  margin: 0 8px 8px;
}
.State li b {
  margin: 0 4px;
}
.State li i {
  vertical-align: middle;
}
.State__clear {
  background: none !important;
  padding: 0 !important;
}
.State__clear a {
  text-decoration-line: underline;
  color: #5D5D5D;
}

.Collection {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 8px;
  min-height: 280px;
}
.Collection__image {
  width: 100%;
  text-align: right;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  overflow: hidden;
}
.Collection__image-transition {
  display: flex;
  align-items: center;
  position: absolute;
  padding: 1vw 8vw;
  text-align: left;
  left: 0;
  background: #fff;
  height: 100%;
  box-sizing: border-box;
  max-width: 60%;
}
.Collection__image-transition:after {
  content: "";
  display: block;
  background: linear-gradient(90deg, white 0%, rgba(0, 0, 0, 0) 100%);
  height: 100%;
  width: 200px;
  position: absolute;
  right: -200px;
}
@media screen and (max-width: 1200px) {
  .Collection__image-transition:after {
    right: -600px;
    width: 600px;
  }
}
.Collection__logo {
  position: absolute;
  right: 120px;
  background: #fff;
  border-radius: 100%;
  width: 185px;
  height: 185px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  align-self: center;
}
.Collection__logo img {
  max-width: 100%;
  max-height: 100%;
}
.Collection__title h1 {
  font-family: "Times New Roman", sans-serif;
  font-weight: normal;
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  color: #635E5D;
}
.Collection__title:after {
  content: "";
  width: 201px;
  height: 4px;
  background: #861710;
  margin-top: 20px;
  display: block;
  margin-bottom: 9px;
}
.Collection__subtitle h2 {
  font-family: "Times New Roman", sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 24px;
  line-height: 35px;
  color: #777272;
  margin-bottom: 17px;
}
.Collection__description {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: #6C5D5D;
}
.Collection__description a {
  font-style: italic;
  color: #6C5D5D;
}

.Brands {
  margin: -5px -5px 5px;
  display: flex;
  flex-direction: column;
}
.Brands button {
  margin: 5px auto 20px;
}
.Brands__filter input {
  background: linear-gradient(180deg, #F6F6F6 0%, #FFFFFF 29.48%, #F6F6F6 100%);
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  border-radius: 5px;
  width: 100%;
  padding: 7px 12px;
  font-size: 13px;
}
.Brands__filter label {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.Brands__filter button {
  position: absolute;
  background: #033266;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-width: 0;
  width: 37px;
  height: 30px;
  right: 0;
}
.Brands__filter ul {
  display: flex;
  flex-wrap: wrap;
}
.Brands__filter ul li {
  width: 37px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 23px;
  color: #6C5D5D;
  cursor: pointer;
  margin-bottom: 5px;
}
.Brands__filter ul li.active, .Brands__filter ul li:hover {
  color: #fff;
  background: #17548C;
}
.Brands__filter ul li.disabled {
  color: #E5E5E5;
  cursor: not-allowed;
  user-select: none;
}
.Brands__list {
  display: flex;
  flex-wrap: wrap;
}
.Brands__list img {
  display: block;
  margin: auto;
}
.Brands__list li[class^=section-] {
  width: 100%;
  font-size: 21px;
  margin-bottom: 5px;
}
.Brands__list li[class^=section-] span {
  width: 31px;
  height: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6C5D5D;
}
.Brands__list li[class^=section-].active span {
  color: #fff;
  background: #17548C;
}
.Brands__image {
  position: relative;
  width: 273px;
  height: 273px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden;
}
.Brands__image > img {
  border-radius: 100%;
}
.Brands__image span {
  position: absolute;
  align-self: flex-end;
  background: #fff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  bottom: -10px;
}
.Brands__image span img {
  max-width: 100%;
  max-height: 100%;
}
.Brands__item {
  flex: 1;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 5px;
  background: #fff;
  border: 1px solid #e5e5e5;
  text-align: justify;
  min-width: 300px;
}
.Brands__item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 200px;
}
.Brands__item a > p:not(:empty) {
  margin-bottom: 15px;
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
  line-height: 19px;
  color: #2F2A2A;
}
.Brands__item a > p.placeholder {
  margin-bottom: 15px;
  margin-top: 10px;
}
.Brands__item a > span {
  min-height: 70px;
}

.Brand {
  background: #F3F3F3;
  margin-bottom: 21px;
}
.Brand__container {
  display: flex;
  padding: 23px 10px 0 !important;
  min-height: 504px;
}
.Brand__container img {
  max-width: 100%;
  max-height: 100%;
}
.Brand__logo {
  width: 100%;
  text-align: center;
}
.Brand__title {
  width: 100%;
  margin-top: 22px;
}
.Brand__title h1 {
  font-family: "Times New Roman", sans-serif;
  font-size: 30px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  color: #6C5D5D;
}
.Brand__description {
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 21px;
  color: #6C5D5D;
  margin-top: 20px;
}
.Brand__description a {
  color: #6C5D5D;
}
.Brand__image {
  position: relative;
}
.Brand__image-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  padding: 50px;
  box-sizing: border-box;
  flex-direction: column;
}
.Brand__image-mask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.9;
  align-items: center;
  display: flex;
  justify-content: center;
}
.Brand__image-container {
  flex: 1;
  margin-right: 38px;
  position: relative;
  max-width: 452px;
  max-height: 452px;
}
.Brand__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-column-gap: 10px;
}
.Brand__list li {
  width: 260px;
  text-align: left;
  margin-bottom: 29px;
}
.Brand__list li > a {
  display: block;
}
.Brand__list li img {
  margin: 0 auto 18px;
  display: block;
  min-height: 150px;
  border-radius: 4px;
}
.Brand__list li h2 {
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: #6C5D5D;
}
.Brand__list li h2:after {
  content: "";
  width: 56px;
  height: 3px;
  background: #861710;
  display: block;
  margin-top: 14px;
  margin-bottom: 9px;
}
.Brand__list li p {
  font-size: 14px;
  line-height: 21px;
  color: #6C5D5D;
}
.Brand__list li p a {
  color: #6C5D5D;
}
.Brand__list img {
  max-width: 260px;
  max-height: 260px;
}
.Brand__name {
  font-family: "Times New Roman", sans-serif;
  font-size: 24px;
  line-height: 20px;
  color: #777272;
  margin-bottom: 24px;
}
.Brand__name span {
  text-transform: uppercase;
}
.Brand__content {
  flex: 1;
}
.Brand__collection {
  display: flex;
  flex-wrap: wrap;
}
.Brand__collection > li {
  margin: 0 auto;
}
.Brand__collection > li:not(:last-child) {
  margin-bottom: 35px;
}
.Brand__collection > li ul {
  display: flex;
}
.Brand__collection > li ul li:not(:last-child) {
  margin-right: 32px;
}
.Brand__collection > li ul li:not(.Product-grid__item) {
  position: relative;
  display: inline-flex;
  justify-content: center;
}
.Brand__collection > li ul li:not(.Product-grid__item) img {
  height: 250px;
  width: 415px;
  display: block;
}
.Brand__collection > li ul li:not(.Product-grid__item) a:last-child {
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 80%);
  width: 375px;
  max-width: 100%;
  font-size: 14px;
  line-height: 21px;
  color: #6C5D5D;
  padding: 0 23px;
  box-sizing: border-box;
}
.Brand__collection > li ul li:not(.Product-grid__item) a:last-child h3 {
  margin-top: 66px;
  margin-bottom: 9px;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #2F2A2A;
  font-weight: normal;
  text-align: center;
}
.Brand__collection > li ul li:not(.Product-grid__item) a:last-child p {
  font-size: 14px;
  line-height: 21px;
  color: #6C5D5D;
  margin: 0 23px 6px;
}
.Brand__collection > li ul li:not(.Product-grid__item) a:last-child b {
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  color: #6C5D5D;
  text-align: center;
  margin-bottom: 9px;
}
.Brand__collection > li ul li:not(.Product-grid__item) a:last-child b:after {
  content: "";
  border: solid #786A6A;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-left: 5px;
  margin-bottom: 1px;
}

.Search__empty {
  display: flex;
  background: #EAF6FD;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 30px;
}
.Search__empty img {
  margin: 0 25px;
}
.Search__empty > * + * {
  border-left: 1px solid #D3D0D0;
}
.Search__empty p {
  margin-top: 10px;
}
.Search__empty > div {
  display: flex;
  align-items: center;
  flex: 2;
  font-size: 16px;
  line-height: 22px;
  color: var(--color-grey-400);
  padding: 0 30px;
}
.Search__empty > div:first-child {
  padding-left: 0;
}
.Search__empty > div:last-child {
  flex: 1;
  justify-content: center;
  flex-direction: column;
  color: #17548C;
}
.Search__empty > div:last-child > strong:first-child {
  font-weight: bold;
  font-size: 24px;
  line-height: 42px;
}
.Search__empty > div:last-child p strong:last-child a {
  text-decoration: underline;
}
.Search__empty > div:last-child a {
  color: #17548C;
}
.Search__stores {
  color: #3077B4;
  font-size: 24px;
  line-height: 20px;
  background: #EAF6FD;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  margin: 20px 0;
}

.no-rating {
  margin: 0;
}

.ratings {
  font-size: 11px;
  line-height: 1.25;
  margin: 7px 0;
}
.ratings strong {
  float: left;
  margin: 1px 3px 0 0;
}
.ratings .rating-links {
  margin: 0;
}
.ratings .rating-links .separator {
  margin: 0 2px;
}
.ratings .rating-box {
  float: left;
  margin-right: 3px;
}
.rating-box {
  width: 69px;
  height: 13px;
  font-size: 0;
  line-height: 0;
  background: url(../images/bkg_rating.gif) 0 0 repeat-x;
  text-indent: -999em;
  overflow: hidden;
}
.rating-box .rating {
  float: left;
  height: 13px;
  background: url(../images/bkg_rating.gif) 0 100% repeat-x;
}

.ratings-table th, .ratings-table td {
  font-size: 11px;
  line-height: 1.15;
  padding: 3px 0;
}
.ratings-table th {
  font-weight: bold;
  padding-right: 8px;
}

.availability {
  margin: 0;
}
.availability span {
  font-weight: bold;
}
.availability.out-of-stock span {
  color: #d83820;
}

.availability-only {
  margin: 0 0 7px;
}
.availability-only a {
  background: url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat;
  cursor: pointer;
  padding-right: 15px;
}
.availability-only .expanded {
  background-position: 100% -15px;
}

.availability-only-details {
  margin: 0 0 7px;
}
.availability-only-details th {
  background: #f2f2f2;
  font-size: 10px;
  padding: 0 8px;
}
.availability-only-details td {
  border-bottom: 1px solid #ddd;
  font-size: 11px;
  padding: 2px 8px 1px;
}
.price {
  white-space: nowrap !important;
}

.price-box .price {
  font-weight: bold;
}

.regular-price .price {
  font-weight: bold;
}

.old-price .price-label {
  white-space: nowrap;
}
.old-price .price {
  font-weight: bold;
  text-decoration: line-through;
}

.special-price .price-label {
  font-weight: bold;
  white-space: nowrap;
}
.special-price .price {
  font-weight: bold;
}

.minimal-price .price-label {
  font-weight: bold;
  white-space: nowrap;
}

.minimal-price-link {
  display: block;
}
.minimal-price-link .price {
  font-weight: normal;
}

.price-excluding-tax {
  display: block;
}
.price-excluding-tax .label {
  white-space: nowrap;
}
.price-excluding-tax .price {
  font-weight: normal;
}

.price-including-tax {
  display: block;
}
.price-including-tax .label {
  white-space: nowrap;
}
.price-including-tax .price {
  font-weight: bold;
}

.configured-price .price-label {
  font-weight: bold;
  white-space: nowrap;
}
.configured-price .price {
  font-weight: bold;
}

.weee {
  display: block;
  font-size: 11px;
  color: #444;
}
.weee .price {
  font-size: 11px;
  font-weight: normal;
}

.price-excl-tax {
  display: block;
}
.price-excl-tax .label {
  display: block;
  white-space: nowrap;
}
.price-excl-tax .price {
  display: block;
}

.price-incl-tax {
  display: block;
}
.price-incl-tax .label {
  display: block;
  white-space: nowrap;
}
.price-incl-tax .price {
  display: block;
  font-weight: bold;
}

.price-from .price-label {
  font-weight: bold;
  white-space: nowrap;
}

.price-to .price-label {
  font-weight: bold;
  white-space: nowrap;
}

.price-notice {
  padding-left: 10px;
}
.price-notice .price {
  font-weight: bold;
}

.price-as-configured .price-label {
  font-weight: bold;
  white-space: nowrap;
}

.tier-prices .price {
  font-weight: bold;
}
.add-to-cart label {
  float: left;
  margin-right: 5px;
}
.add-to-cart .qty {
  float: left;
}
.add-to-cart button.button {
  float: left;
  margin-left: 5px;
}
.add-to-cart .paypal-logo {
  clear: left;
  text-align: right;
}
.add-to-cart .paypal-logo .paypal-or {
  clear: both;
  display: block;
  margin: 5px 60px 5px 0;
}

.product-view .add-to-cart .paypal-logo {
  margin: 0;
}

.add-to-links .separator {
  display: none;
}

.add-to-box .add-to-cart {
  float: left;
}
.add-to-box .or {
  float: left;
  margin: 0 10px;
}
.add-to-box .add-to-links {
  float: left;
}

.product-collateral .box-collateral {
  margin: 0 0 15px;
}

.col3-layout .product-img-box {
  float: none;
  margin: 0 auto;
}
.product-img-box .product-image > img {
  max-width: 100%;
  width: auto;
}
.product-img-box .product-image > img.lazyload {
  min-height: 271px;
}
.product-img-box .zoom-notice {
  text-align: center;
}
.product-img-box .zoom {
  position: relative;
  z-index: 9;
  height: 18px;
  margin: 0 auto 13px;
  padding: 0 28px;
  background: url(../images/slider_bg.gif) 50% 50% no-repeat;
  cursor: pointer;
}
.product-img-box .zoom.disabled {
  -moz-opacity: 0.3;
  -webkit-opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  opacity: 0.3;
}
.product-img-box .zoom #track {
  position: relative;
  height: 18px;
}
.product-img-box .zoom #handle {
  position: absolute;
  left: 0;
  top: -1px;
  width: 9px;
  height: 22px;
  background: url(../images/magnifier_handle.gif) 0 0 no-repeat;
}
.product-img-box .zoom .btn-zoom-out {
  position: absolute;
  left: 2px;
  top: 0;
}
.product-img-box .zoom .btn-zoom-in {
  position: absolute;
  right: 2px;
  top: 0;
}
.product-img-box .more-views ul {
  margin: 0 -5px;
  display: grid;
  grid-template-columns: repeat(4, 25%);
  text-align: center;
}
.product-img-box .more-views ul li {
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  margin: 5px;
}
.product-img-box .more-views ul li img {
  max-width: 100%;
  height: auto;
}

.col3-layout .product-view .product-img-box {
  float: none;
  margin: 0 auto;
}

.product-view .product-img-box .product-image-target {
  background-color: #fff;
  border: 1px solid #c4c4c4;
  left: -10000px;
  top: 0;
  width: 100px;
  height: 100px;
  position: absolute;
  -moz-opacity: 0.6;
  -webkit-opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  /*IE8*/
  opacity: 0.6;
  filter: Alpha(Opacity=60);
}

.product-view .product-img-box .product-image-zoom {
  background-color: #ddd;
  border: 2px solid #ddd;
  position: absolute;
  top: 0;
  max-width: 441px;
  max-height: 430px;
  overflow: hidden;
  z-index: -1;
  box-sizing: border-box;
}

.product-view .product-img-box .product-image-zoom img {
  border: 0;
  position: relative;
  left: 0;
  top: 0;
  min-width: 430px;
}

.product-view .product-img-box .zoom-notice {
  color: #999;
  margin: 0 6px 6px 0;
  text-align: center;
}

.product-view .product-img-box .zoom {
  position: relative;
  z-index: 9;
  height: 18px;
  margin: 0 auto 13px;
  padding: 0 28px;
  background: url(../images/slider_bg.gif) 50% 50% no-repeat;
  cursor: pointer;
}

.product-view .product-img-box .zoom.disabled {
  -moz-opacity: 0.3;
  -webkit-opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  /*IE8*/
  opacity: 0.3;
}

.product-view .product-img-box .zoom #track {
  position: relative;
  height: 18px;
}

.product-view .product-img-box .zoom #handle {
  position: absolute;
  left: 0;
  top: -1px;
  width: 9px;
  height: 22px;
  background: url(../images/magnifier_handle.gif) 0 0 no-repeat;
}

.product-view .product-img-box .zoom .btn-zoom-out {
  position: absolute;
  left: 2px;
  top: 0;
}

.product-view .product-img-box .zoom .btn-zoom-in {
  position: absolute;
  right: 2px;
  top: 0;
}

.product-img-box .logolink {
  font-size: 12px;
  font-family: Helvetica;
  color: #023266;
  line-height: 30px;
  margin: 10px 0;
}

.product-img-box .logolink a {
  font-size: 12px;
  font-family: Helvetica;
  color: #023266;
  letter-spacing: 1.5px;
  font-weight: bold;
}

.product-image-popup {
  margin: 0 auto;
}
.product-image-popup .buttons-set {
  float: right;
  clear: none;
  border: 0;
  margin: 0;
  padding: 0;
}
.product-image-popup .nav {
  margin: 0 100px;
  text-align: center;
}
.product-image-popup .image {
  display: block;
}
.product-view .product-shop {
  float: right;
  width: 445px;
}
.col1-layout .product-view .product-shop {
  float: right;
  width: 700px;
}
.col3-layout .product-view .product-shop {
  float: none;
  width: auto;
}
.product-options dt label {
  font-weight: bold;
}
.product-options dt .qty-holder {
  float: right;
}
.product-options dt .qty-holder label {
  vertical-align: middle;
}
.product-options dt .qty-disabled {
  background: none;
  border: 0;
  padding: 3px;
  color: #000;
}
.product-options dd {
  margin: 10px 0;
}
.product-options dd input .input-text {
  width: 98%;
}
.product-options dd input .datetime-picker {
  width: 150px;
}
.product-options dd textarea {
  width: 98%;
  height: 8em;
}
.product-options dd select {
  width: 100%;
}
.product-options dd .time-picker {
  display: -moz-inline-box;
  display: inline-block;
  padding: 2px 0;
  vertical-align: middle;
}
.product-options .options-list input .radio {
  float: left;
  margin: 3px -18px 0 0;
}
.product-options .options-list input .checkbox {
  float: left;
  margin: 3px -20px 0 0;
}
.product-options .options-list .label {
  display: block;
  margin-left: 20px;
}
.product-options ul.validation-failed {
  padding: 0 7px;
}
.product-options p.required {
  padding: 15px 0 0;
}

.product-options-bottom {
  padding: 10px;
  border: 1px solid #ddd;
  border-top: 0;
}
.product-options-bottom .price-box {
  margin: 10px 0;
}

.product-view .box-up-sell .products-grid td {
  width: 25%;
}

.product-view .box-tags .form-add label {
  float: left;
}
.product-view .box-tags .form-add .input-box {
  float: left;
  width: 260px;
  margin: 0 5px;
}
.product-view .box-tags .form-add input.input-text {
  width: 254px;
}
.product-view .box-tags .form-add p {
  clear: both;
}

.Price {
  font-size: 16px;
  color: #861710;
  font-weight: bold;
  text-align: center;
  margin: 12px 0;
}
.Price .category-list-our-price {
  color: #861710 !important;
  font-size: 16px !important;
}
.Price--left {
  text-align: left;
}
.Price--large {
  font-size: 21px;
}
.Price--large .category-list-our-price {
  font-size: 21px !important;
}
.Price--green {
  color: #234f33;
}
.Price--data {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 23px;
  color: var(--color-grey-400);
}
.Price--data:before {
  content: "$ " attr(data-price);
}

.catalog-product-view .get-quote-small img {
  width: 100%;
  margin-top: 10px;
}

.Product {
  display: flex;
  flex-wrap: wrap;
}
.Product input.checkbox {
  margin-right: 10px;
  margin-top: 25px;
  width: 20px;
  height: 20px;
}
.Product__image-container {
  margin-bottom: 14px;
  box-sizing: border-box;
  text-align: center;
}
.Product__image-container img {
  border: 1px solid #e5e5e5;
}
.Product__media {
  width: 430px;
  max-width: 100%;
  margin-right: 35px;
}
.Product__media .Product__crosssell .Title {
  margin: 15px 0;
}
.Product__media .Product__crosssell ul li {
  width: 33%;
}
.Product__media .Product__crosssell ul li .Product__crosssell-name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 32px;
}
@media screen and (max-width: 1335px) {
  .Product__media {
    width: 50%;
    padding-right: 35px;
    margin-right: 0;
    box-sizing: border-box;
  }
}
.col-2 .Product__media {
  flex: 2;
}
.Product__media-zoom {
  position: absolute !important;
  bottom: 10px;
  right: 10px;
  padding: 0 !important;
  min-height: 0 !important;
}
.Product__media .product-image {
  position: relative;
  display: inline-block;
}
.Product__media .more-views li {
  position: relative;
}
.Product__media .more-views .Product__media-zoom {
  bottom: 8px;
  right: 8px;
}
.Product__media-more button {
  background: #F5F5F5;
  width: 100%;
  border: none;
  padding: 1px;
  cursor: pointer;
  margin-bottom: 20px;
}
.Product__main {
  width: 905px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1335px) {
  .Product__main {
    width: 100%;
  }
}
.Product__main.col-2 {
  width: 100%;
}
.Product__main-details {
  width: 440px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1335px) {
  .Product__main-details {
    width: 50%;
  }
}
.col-2 .Product__main-details {
  margin-bottom: 20px;
  width: 590px;
  flex: unset;
}
.Product__main-details .std {
  font-size: 12px;
  line-height: 19px;
  color: #514C4C;
  padding: 0;
  margin-top: -1px;
}
.Product__main-links {
  display: flex;
  align-items: center;
  margin-top: 38px;
  margin-bottom: -3px;
}
.Product__main-links .divider {
  width: 1px;
  background: #033266;
  height: 12px;
  margin: 0 10px;
}
.Product__main-links li {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}
.Product__main-links li a {
  color: #033266;
}
.Product__main-links li.divider:last-child {
  display: none;
}
.Product__checkout {
  width: 360px;
  max-width: 100%;
  margin-left: 35px;
  position: relative;
}
.Product__checkout--small {
  display: none;
}
@media screen and (max-width: 1335px) {
  .Product__checkout {
    width: 100%;
    margin-left: 0;
  }
  .Product__checkout > div {
    position: relative !important;
  }
  .Product__checkout--small {
    display: block;
  }
  .Product__checkout-inner {
    margin: 0 auto;
  }
  .Product__checkout-additional {
    display: none;
  }
}
.Product__checkout-inner {
  width: 360px;
}
.Product__checkout-container {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.col-2 .Product__checkout-container {
  box-shadow: none;
}
.Product__checkout-additional {
  width: 200px;
  margin: 50px auto 0;
}
.Product__checkout-add-to-cart {
  padding: 9px 30px 17px;
}
.col-2 .Product__checkout-add-to-cart-price {
  margin-left: 104px;
}
.Product__checkout-add-to-cart-title {
  color: #033266;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 27px;
}
.Product__checkout-add-to-cart-included-list {
  color: var(--color-grey-400);
  font-size: 13px;
  margin-bottom: 15px;
}
.Product__checkout-add-to-cart-included-list span {
  font-weight: bold;
  margin-right: 11px;
}
.Product__checkout-add-to-cart-included-list span:after {
  content: "x";
  margin-left: 11px;
}
.Product__checkout-add-to-cart-included-list li {
  margin: 11px 0;
  line-height: 18px;
  display: flex;
}
.Product__checkout-add-to-cart-actions {
  text-align: center;
}
.Product__checkout-add-to-cart-actions button {
  font-weight: normal;
  min-width: 235px;
}
.Product__checkout-add-to-cart-actions .add-to-cart-additional-block {
  margin-bottom: 15px;
}
.col-2 .Product__checkout-add-to-cart-actions .add-to-cart-additional-block {
  display: inline-block;
  margin-right: 14px;
  margin-bottom: 0;
}
.col-2 .Product__checkout-add-to-cart-actions .add-to-cart-additional-block .Select {
  min-height: 40px;
}
.Product__checkout-info {
  background: #F5F5F5;
  padding: 9px 23px 0;
  margin: 0 2px;
  min-height: 30px;
}
.Product__checkout-info-title {
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  line-height: 28px;
}
.Product__checkout-info-title a {
  margin-left: 15px;
  color: #033266;
}
.Product__checkout-info-shipping {
  font-size: 12px;
  color: #5C5C5C;
  line-height: 18px;
}
.Product__checkout-info-shipping span {
  color: #033266;
}
.Product__checkout-info-shipping i {
  vertical-align: middle;
}
.Product__checkout-info .Product__divider {
  margin-bottom: 0;
}
.Product__checkout-info-location {
  font-size: 12px;
  color: #5C5C5C;
  display: flex;
  padding: 3px 0;
  line-height: 21px;
}
.Product__checkout-info-location-zip b:nth-child(2) {
  color: #17548C;
}
.Product__checkout-info-location-action {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.Product__checkout-info-location-action > * + * {
  margin-left: 4px;
}
.Product__checkout-info-location-action a {
  color: #5C5C5C;
  text-decoration: underline;
}
.Product__checkout-info-synchrony {
  font-size: 12px;
  color: #5C5C5C;
  padding: 10px 23px 20px;
  margin-top: 10px;
}
.col-2 .Product__checkout-info-synchrony {
  padding: 0 0 9px;
  margin-top: -2px;
}
.Product__checkout-info-synchrony a {
  color: #557EAB;
  font-weight: bold;
}
.Product__checkout-info-synchrony a:first-child {
  line-height: 18px;
}
.Product__checkout-info-synchrony p:first-child {
  margin: 6px 0 11px;
}
.Product__checkout-info-synchrony p:nth-child(2) {
  line-height: 15px;
}
.Product__checkout-info-synchrony span:not(.synchrony-change-sum) {
  font-weight: normal;
  color: #5C5C5C;
}
.Product__bundle {
  width: 100%;
}
.Product__bundle .Product__bundle-item-actions {
  min-width: 125px;
  max-width: 250px;
}
.Product__bundle-item {
  margin: 15px 0;
  position: relative;
}
.Product__bundle-item-header {
  color: #033266;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  line-height: 15px;
  padding: 2px 0;
}
.Product__bundle-item-header:before {
  content: "";
  display: inline-block;
  background: #861710;
  width: 2px;
  height: 13px;
  margin-right: 8px;
}
.Product__bundle-item-header--select:before {
  display: none;
}
.Product__bundle-item-header--select:after {
  content: url("../images/arrow_down_red.svg");
  display: inline-block;
}
.Product__bundle-item-image {
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  margin-right: 20px;
  align-self: flex-start;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  min-width: 202px;
}
.Product__bundle-item-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.Product__bundle-item-container {
  display: flex;
}
.Product__bundle-item-content {
  flex: 1;
  overflow: hidden;
}
.Product__bundle-item-name {
  margin-top: 25px;
}
.Product__bundle-item-name h2 {
  font-size: 16px;
  color: #2F2A2A;
  font-weight: bold;
  line-height: 24px;
}
.Product__bundle-item-discount {
  line-height: 21px;
  font-size: 12px;
}
.Product__bundle-item-discount span, .Product__bundle-item-discount b {
  color: #861710;
}
.Product__bundle-item-size {
  font-size: 12px;
  color: #514C4C;
  margin-bottom: 15px;
  line-height: 21px;
}
.Product__bundle-item-actions {
  display: flex;
  padding: 25px 25px 0;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #033266;
  text-align: center;
}
.Product__bundle-item-actions > * + * {
  margin-top: 10px;
  margin-bottom: 0;
}
.Product__bundle-item-actions-included {
  display: none;
  align-items: center;
}
.Product__bundle-item-actions i {
  margin-right: 6px;
}
.Product__bundle-item-radio {
  margin-top: 25px;
  margin-right: 15px;
}
.Product__bundle-item-radio input {
  width: 20px;
  height: 20px;
}
.Product__bundle-item .qty-holder {
  display: none;
}
.Product__bundle-item .qty-holder .Button {
  margin-left: 6px;
  position: absolute;
}
.Product__bundle-item.selected .Product__bundle-item-actions-included {
  display: flex;
}
.Product__bundle-item.selected .qty-holder {
  display: block;
}
.Product__bundle-item.selected .Product__bundle-item-actions-choose {
  display: none;
}
.Product__crosssell {
  width: 100%;
}
.Product__crosssell-price .category-list-list-price {
  display: none;
}
.Product__crosssell-image {
  margin-bottom: 10px;
  text-align: center;
}
.Product__crosssell-image img {
  border: 1px solid #E5E5E5;
  max-width: 100%;
  height: auto;
}
.Product__crosssell ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.Product__crosssell ul li {
  width: 12.5%;
  min-width: 140px;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 10px;
}
.Product__crosssell ul li.selected .Product__bundle-item-actions-included {
  display: flex;
  margin: 10px 0;
}
.Product__crosssell ul li.selected .Select, .Product__crosssell ul li.selected .Button--icon {
  display: inline-flex;
}
.Product__crosssell ul li.selected .Button--add {
  display: none;
}
.Product__crosssell-name {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 15px;
  line-height: 16px;
}
.Product__crosssell-name a {
  color: #000;
}
.Product__crosssell-actions {
  text-align: center;
  padding: 0;
}
.Product__crosssell-actions-container {
  margin-top: 10px;
}
.Product__crosssell-actions-included a {
  display: flex;
  align-items: center;
}
.Product__crosssell-actions .Select, .Product__crosssell-actions .Button--icon {
  display: none;
}
.Product__crosssell-simple {
  width: 100%;
}
.Product__crosssell-simple-price .category-list-list-price {
  display: none;
}
.Product__crosssell-simple-image {
  width: 200px;
  margin-right: 20px;
  position: relative;
}
.Product__crosssell-simple-name {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #2F2A2A;
  margin-bottom: 2px;
  margin-top: 11px;
}
.Product__crosssell-simple-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.Product__crosssell-simple-dimensions {
  font-size: 12px;
  line-height: 21px;
  color: #514C4C;
}
.Product__crosssell-simple ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
  margin-bottom: -25px;
}
.Product__crosssell-simple ul li {
  width: 50%;
  margin-right: 0;
  padding: 0 35px 0 0;
  margin-bottom: 35px;
  box-sizing: border-box;
  display: flex;
}
.Product__crosssell-simple ul li:nth-child(2n) {
  padding-right: 0;
  padding-left: 35px;
}
.Product__crosssell-simple ul li.selected .Product__bundle-item-actions-included {
  display: flex;
  margin: 10px 0;
}
.Product__crosssell-simple ul li.selected .Select, .Product__crosssell-simple ul li.selected .Button--icon {
  display: inline-flex;
}
.Product__crosssell-simple ul li.selected .Button--add {
  display: none;
}
.Product__crosssell-simple-actions {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #033266;
}
.Product__crosssell-simple-actions-container {
  display: flex;
  margin-top: auto;
  align-items: flex-end;
  justify-content: flex-end;
}
.Product__crosssell-simple-actions-container .Quote-img {
  margin-left: 20px;
}
.Product__crosssell-simple-actions-included a {
  display: flex;
  align-items: center;
}
.Product__crosssell-simple-actions .Price {
  margin-top: 0;
}
.Product__crosssell-simple-actions .Select, .Product__crosssell-simple-actions .Button--icon {
  display: none;
}
.Product__view-all {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 10px;
}
.Product__view-all-logo {
  margin-right: auto;
}
.Product__view-all-logo img {
  height: 38px;
  display: block;
}
.Product__view-all-title {
  font-size: 16px;
  line-height: 20px;
  color: #3D302F;
}
.Product__view-all-link {
  margin-left: 26px;
}
.Product__view-all-link .Button {
  font-size: 12px;
  line-height: 14px;
  padding: 6px 10px;
  min-height: 26px;
}
.Product__viewed {
  margin-top: 10px;
  overflow: hidden;
  min-width: 440px;
  max-width: 100%;
}
.Product__viewed--upsell {
  margin-right: 30px;
}
.Product__viewed-image {
  margin-bottom: 10px;
  display: block;
}
.Product__viewed-image img {
  border: 1px solid #E5E5E5;
}
.Product__viewed-name {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 15px;
  line-height: 19px;
}
.Product__viewed-name a {
  color: #2F2A2A;
}
.Product__viewed ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.Product__viewed ul li {
  padding: 5px 15px;
  width: 220px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.Product__upsell {
  width: 100%;
}
.Product__related {
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
}
.col-2 .Product__related {
  margin-top: 0;
}
.Product__related-image {
  margin-bottom: 10px;
  display: block;
}
.Product__related-name {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 15px;
}
.Product__related-name a {
  color: #2F2A2A;
}
.Product__related ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.Product__related ul li {
  padding: 5px 15px;
  width: 215px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.Product__name h1 {
  font-weight: bold;
  font-size: 16px;
  color: #2F2A2A;
  margin-bottom: 6px;
  line-height: 24px;
}
.Product__name-brand {
  font-size: 10px;
  color: #514C4C;
  margin-bottom: 4px;
}
.Product__name-collection {
  font-size: 10px;
  color: #060606;
}
.Product__stock {
  text-align: right;
  margin-top: -26px;
  margin-bottom: 31px;
}
.Product__stock--simple {
  margin-bottom: -33px;
}
.col-2 .Product__stock:not(:empty) {
  margin-top: 0;
}
.Product__stock-label {
  font-weight: bold;
  font-size: 14px;
  color: #767676;
  border: 1px solid #F0F0F0;
  padding: 4px 15px;
  display: inline-flex;
  align-items: center;
}
.Product__stock-label.in-stock {
  text-transform: uppercase;
}
.Product__stock-label.in-stock:before {
  content: "";
  display: inline;
  width: 9px;
  height: 9px;
  background: #0A8A00;
  margin-right: 10px;
  border-radius: 100%;
}
.Product__stock-label.out-of-stock, .Product__stock-label.discontinued {
  color: #fff;
  background: #861710;
  box-sizing: border-box;
}
.Product__stock-label.out-of-stock:before, .Product__stock-label.discontinued:before {
  content: "";
  display: inline;
  width: 9px;
  height: 9px;
  background: #fff;
  margin-right: 4px;
  border-radius: 100%;
}
.Product__qa {
  width: 50%;
  margin-left: auto;
  padding-top: 10px;
}
.Product__reviews {
  width: 50%;
  padding-top: 10px;
  padding-right: 20px;
  box-sizing: border-box;
}
.Product__reviews-count {
  display: flex;
  margin-right: 7px;
  margin-top: auto;
}
.Product__reviews-count:before {
  content: "Reviews (" attr(data-count) ")";
}
.Product__reviews-stars {
  height: 14px;
  width: 79px;
  background: url("../images/star_bg.svg");
  display: inline-block;
}
.Product__reviews-stars span {
  display: block;
  height: 100%;
  background: url("../images/star.svg");
}
.Product__divider {
  margin: 10px 0;
  width: 100%;
  position: relative;
}
.Product__divider--or {
  display: flex;
  justify-content: center;
  padding: 15px 0;
  width: 100%;
  position: relative;
  margin: -15px 0;
}
.Product__divider--or:after {
  position: absolute;
  content: "OR";
  display: block;
  top: 3px;
  line-height: 9px;
  background: #E5E5E5;
  width: 48px;
  margin: 0 auto;
  padding: 8px 0;
  font-size: 13px;
  text-align: center;
}
.Product__divider--or:before {
  content: "";
  height: 1px;
  width: 100%;
  background: #e5e5e5;
  position: absolute;
}
.Product__options {
  margin-bottom: 10px;
  min-height: 71px;
}
.Product__options-label, .Swatches__label {
  font-weight: bold;
  font-size: 13px;
  color: var(--color-grey-400);
  display: flex;
  margin-bottom: 10px;
}
.Product__options-label a, .Swatches__label a, .Product__options-label span, .Swatches__label span {
  color: #3077B4;
  margin-left: 6px;
  font-weight: normal;
}
.Product__options-label a + a, .Swatches__label a + a, .Product__options-label span + a, .Swatches__label span + a {
  margin-left: auto;
}
.Product__options--color li {
  margin-top: -10px;
}
.Product__options--color li.selected a, .Product__options--color li:hover a {
  border-color: #17548C;
}
.Product__options--color li a {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 2px solid transparent;
}
.Product__options--color li a img {
  filter: none;
  padding: 0;
}
.Product__options--color li p {
  margin-top: 6px;
}
.Product__options--slider.owl-loaded li span {
  margin-bottom: 0;
}
.Product__options--slider li {
  text-align: center;
  font-size: 10px;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.Product__options--slider li span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  min-width: 65px;
  box-sizing: border-box;
  background: linear-gradient(0deg, #F8F8F8 0%, #FBFBFB 12.85%, #FEFEFE 53.35%, #F9F9F9 100%);
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  margin-bottom: 8px;
}
.Product__options--slider li img {
  width: auto !important;
  filter: invert(40%) sepia(7%) saturate(172%) hue-rotate(161deg) brightness(100%) contrast(96%);
  padding: 1px;
}
.Product__options--slider li.no-img span {
  padding: 1px 21px;
  font-size: 13px;
  color: #66696B;
}
.Product__options--slider li.selected, .Product__options--slider li:hover {
  color: #3077B4;
  border: none;
}
.Product__options--slider li.selected img, .Product__options--slider li:hover img {
  filter: none;
}
.Product__options--slider li.selected span, .Product__options--slider li:hover span {
  border: 2px solid #17548C;
  background: #EAF6FD;
  padding: 0;
}
.Product__options--slider li.selected.no-img span, .Product__options--slider li:hover.no-img span {
  padding: 0 20px;
}
.Product__options--chips {
  display: flex;
  flex-wrap: wrap;
}
.Product__options--chips li label {
  padding: 10px 24px;
  margin-bottom: 15px;
  color: #66696B;
  background-image: linear-gradient(0deg, #F8F8F8 0%, #FBFBFB 12.85%, #FEFEFE 53.35%, #F9F9F9 100%);
  border-radius: 5px;
  border: 1px solid #E5E5E5;
  margin-right: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.Product__options--chips li.selected label, .Product__options--chips li:hover label {
  color: #3077B4;
  background: #EAF6FD;
  border-color: #17548C;
  border-width: 2px;
  padding: 9px 23px;
}
.Product__options-preview {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(0, 100px));
}
.Product__options-preview li {
  border: 1px solid #E5E5E5;
  border-radius: var(--border-radius);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.Product__options-preview li span {
  position: absolute;
  top: -4px;
  right: -4px;
  background: #17548C;
  padding: 4px;
  border-radius: 50%;
  font-size: 9px;
  color: #fdfdfd;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Product__options-preview li span:before {
  content: "x";
  display: inline-block;
}
.Product__options-preview li img {
  width: 100%;
  height: auto;
}
.Product__shipping {
  font-size: 10px;
  color: var(--color-grey-400);
}
.Product__shipping-info {
  display: flex;
}
.Product__shipping-info-icon {
  margin-right: 10px;
  margin-top: 5px;
}
.Product__shipping-info-content {
  padding-top: 10px;
}
.Product__shipping-info-content ul {
  list-style: circle;
  padding-left: 15px;
}
.Product__shipping-info-content p {
  margin-bottom: 10px;
}
.Product__shipping-info-content a {
  color: #3077B4;
  display: flex;
  align-items: center;
}
.Product__shipping-info-content a i {
  margin-left: 4px;
}
.Product__build-link {
  margin: 25px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Product__details {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.Product__details .Title {
  width: 100%;
}
.Product__details i {
  width: 20px;
}
.Product__additional {
  width: 315px;
  margin-right: 50px;
}
.Product__additional-container {
  background: #F5F5F5;
  padding: 20px 15px 0;
}
.Product__additional .label {
  font-weight: bold;
  font-size: 15px;
  color: #514C4C;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.Product__additional .data {
  font-size: 14px;
  color: #033266;
  padding-bottom: 20px;
}
.Product__description {
  max-width: 570px;
  flex: 2;
}
.Product__description .std {
  padding: 0;
  font-size: 14px;
  line-height: 23px;
  color: #514C4C;
  margin-bottom: 20px;
}
.Product__description .box-description {
  font-size: 14px;
  line-height: 23px;
  color: #514C4C;
}
.Product__description .box-description ul {
  list-style: circle;
}
.Product__manufacturer {
  flex: 1;
  display: flex;
  justify-content: center;
  margin-left: 60px;
}

.Product-item {
  display: flex;
  flex-direction: column;
}
.Product-item__reviews {
  display: flex;
  margin-top: 10px;
}
.Product-item__reviews > *:first-child {
  margin-right: 8px;
}
.Product-item__reviews .Product__reviews-count:before {
  content: "(" attr(data-count) ") Reviews";
}
.Product-item__image {
  position: relative;
  margin-bottom: 10px;
}
.Product-item__image img {
  border: 1px solid #E5E5E5;
  max-width: 100%;
  box-sizing: border-box;
}
.Product-item__image > span {
  position: absolute;
  left: 10px;
  top: 10px;
}
.Product-item:hover .Product-item__add {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.Product-item__add {
  display: none;
}
.Product-item__add button {
  width: 100%;
  border-radius: 0;
  padding: 2px 10px;
  line-height: 24px;
  justify-content: center;
  background: rgba(23, 84, 140, 0.9);
  border-color: rgba(23, 84, 140, 0.9);
}
.Product-item__name {
  font-weight: bold;
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 3px;
}
.Product-item__name a {
  color: #2F2A2A;
}
.Product-item__brand {
  font-size: 10px;
  line-height: 11px;
  margin-bottom: 4px;
}
.Product-item__brand a {
  text-decoration: none;
  color: #514C4C;
}
.Product-item__delivery {
  display: flex;
  background: #F1F1F1;
  color: #033266;
  text-transform: uppercase;
  align-items: center;
  font-size: 10px;
}
.Product-item__delivery-expedited {
  margin-bottom: 15px;
  text-align: right;
}
.Product-item__delivery b {
  margin-right: 2px;
}
.Product-item__delivery i {
  background: #17548C;
  padding: 5px 3px;
  margin-right: 2px;
}
.Product-item__collection {
  font-size: 10px;
  line-height: 11px;
  color: #060606;
}

.synchrony-bottom-text {
  display: block;
  float: left;
  margin-top: -33px;
  text-align: left;
  width: 265px;
}

.synchrony-prequal-text {
  margin-bottom: 8px;
  color: #000;
  font-family: Arial;
  font-size: 13px;
  margin-left: 1px;
  line-height: 17px;
}

.get-quote-item {
  cursor: pointer;
  background-color: #6D4690;
  color: #FFFFFF;
  width: 200px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  border: none;
}

/* Product Options */
.product-options .h3 {
  border-bottom: 1px solid #C3CFDB;
  margin-bottom: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  font-family: Georgia, Palatino, Serif;
  color: #023266;
}

.box-up-sell .h2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.25;
  font-family: Georgia, Palatino, Serif;
  color: #023266;
  display: block;
  font-size: 1.5em;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

.product-options label {
  float: none;
}

.product-options .label label {
  font-weight: bold;
}

.product-options .item_number {
  color: #023266;
}

.product-options .orig-price {
  font-size: 11px;
  white-space: nowrap;
}

.product-options .set-price {
  font-weight: bold;
  white-space: nowrap;
}

.product-options .set-price .price,
.product-options .orig-price .price {
  color: #023266;
}

.product-options .set-discount-price {
  color: #81100f;
  font-size: 11px;
}

.product-options .qty-holder {
  white-space: nowrap;
}

.product-options label {
  font-weight: bold;
}

.product-options .qty-holder label {
  vertical-align: middle;
}

.product-options .qty-disabled {
  background: none;
  border: 0;
  padding: 3px;
  color: #fff;
}

.product-options input.input-text {
  width: 98%;
}

.product-options textarea {
  width: 98%;
  height: 8em;
}

.product-options .options-list {
  clear: left;
}

.product-options .options-list input.radio {
  float: left;
  margin: 3px -18px 0 0;
}

.product-options .options-list input.checkbox {
  float: left;
  margin: 3px -20px 0 0;
}

.product-options .options-list .label {
  display: block;
  margin-left: 20px;
}

.product-options ul.validation-failed {
  padding: 0 7px;
}

.product-options p.required {
  padding: 15px 0 0;
}

.product-options-bottom .price-box {
  float: left;
}

.product-options-bottom .button-box {
  float: right;
  width: 64%;
}

.product-options-bottom .button-box label {
  color: #81100f;
  font-size: 14px;
}

.product-options-bottom .price-as-configured {
  color: #81100f;
  font-size: 17px;
  font-weight: bold;
}

.bundle-option-rollover {
  position: relative;
}

.bundle-option-thumb {
  padding: 0;
  position: absolute;
  left: 201px;
  text-align: center;
  margin: 0;
  display: none;
  background: rgba(255, 0, 0, 0);
  width: 405px;
  top: -1px !important;
  z-index: 2;
}

.bundle-option-thumb div {
  border: 1px solid #C3CFDB;
  padding: 10px;
  width: 359px;
  background-color: white;
}

.bundle-option-thumb img {
  margin-bottom: -6px;
}

.over .bundle-option-thumb {
  left: -279px;
  z-index: 2;
}

.bundle-option-thumb a {
  font-size: 12px;
  color: #666666;
  text-decoration: underline;
}

.bundle-option-thumb a:hover {
  font-size: 12px;
  color: #666666;
  text-decoration: none;
}

.bundle-option-thumb .product-link {
  border: 0px !important;
  margin-bottom: -15px;
  margin-top: 0;
  position: relative;
  background-color: rgba(255, 0, 0, 0);
}

.bundle-option-h2 {
  color: #000;
  text-decoration: none;
  font-weight: bold !important;
  text-align: left;
  font: 12px Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

.bundle-option-label {
  margin-right: 0 !important;
}

.choose-from {
  font-weight: bold;
  color: #484848;
  font-size: 13px;
  margin: 7px 0 0;
}

.tooltip_templates {
  display: none;
}

.Quote-img {
  width: 100%;
}
.Quote-img--small {
  width: 121px !important;
}

.Delivery-free {
  background: #F5F5F5;
  display: flex;
}
.Delivery-free .expedited_delivery_zip {
  margin-bottom: 17px;
}
.Delivery-free-expedited {
  font-size: 12px;
  color: #5C5C5C;
  line-height: 18px;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.Delivery-free-expedited .Product__checkout-info-location-action {
  margin-left: 10px;
}
.Delivery-free-expedited .Product__checkout-info-shipping {
  line-height: 15px;
  margin-top: 15px;
}
.Delivery-free-expedited .Product__divider {
  display: none;
}
.Delivery-free-left {
  font-size: 15px;
  display: flex;
  align-items: center;
  line-height: 17px;
  padding: 17px 15px;
  min-width: 208px;
  flex: 1;
}
.Delivery-free-left + div:not(:empty) {
  border-left: 1px solid #E5E5E5;
  flex: 2;
}
.Delivery-free-left a {
  margin-left: 6px;
  color: #033266;
}
.Delivery-free span {
  color: #033266;
}
.Delivery-free i {
  vertical-align: middle;
}

.Crosssell-added-list:not(:empty):after {
  content: "";
  height: 1px;
  background: #e5e5e5;
  margin: 10px 0;
  width: 100%;
  position: relative;
  display: block;
}
.Crosssell-added-list li {
  display: flex;
  align-items: center;
}
.Crosssell-added-list li .Price {
  white-space: nowrap;
  margin-left: 20px;
}
.Crosssell-added-list li .qty-holder {
  display: flex;
  align-items: center;
  margin-left: 17px;
}
.Crosssell-added-list li .qty-holder .Select {
  min-width: 64px;
  padding: 4px 32px 4px 18px;
}
.Crosssell-added-list li .qty-holder button {
  margin-left: 9px;
}
.Crosssell-added-list__name {
  font-size: 13px;
  line-height: 18px;
  color: var(--color-grey-400);
  margin-right: auto;
}

.Swatches__list {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(auto-fill, 22px);
  grid-template-rows: auto;
}
.Swatches__list li {
  border-radius: var(--border-radius);
  overflow: hidden;
  cursor: pointer;
}
.Swatches__list li.selected, .Swatches__list li:hover {
  border: 1px solid #ACA9A9;
}
.Swatches__list li img {
  width: 100%;
  height: 100%;
}
.Swatches__label {
  margin-bottom: 5px;
}

.Cart .Product__crosssell ul li {
  width: 16.5%;
}
.Cart .Product__crosssell ul li .Product__crosssell-name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 32px;
}
.Cart .Product__crosssell ul li .Product__crosssell-dimensions {
  height: 14px;
}
.Cart__remove {
  font-weight: normal !important;
  font-size: 12px !important;
  line-height: 21px !important;
  text-decoration-line: underline !important;
  color: #686868 !important;
  flex-wrap: nowrap !important;
}
.Cart__content {
  display: flex;
  flex-wrap: wrap;
}
.Cart__form {
  flex: 1;
}
.Cart__summary {
  width: 360px;
  max-width: 100%;
  margin-left: 35px;
  position: relative;
  margin-top: 10px;
}
@media screen and (max-width: 1319px) {
  .Cart__summary {
    width: 100%;
    margin-left: 0;
  }
  .Cart__summary > div {
    position: relative !important;
  }
  .Cart__summary-inner {
    margin: 0 auto;
  }
}
.Cart__summary .checkout-types a {
  margin-top: 15px;
  margin-bottom: 6px;
  font-weight: normal;
}
.Cart__summary-inner {
  width: 360px;
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  padding: 20px;
  box-sizing: border-box;
}
.Cart__summary-inner .arrow {
  border-width: 0 2px 2px 0;
  padding: 4px;
  border-color: #fff;
}
.Cart__summary-title {
  color: #033266;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 27px;
}
.Cart__totals {
  width: 100%;
}
.Cart__totals tbody td {
  font-size: 13px;
  line-height: 26px;
  color: var(--color-grey-400);
}
.Cart__totals tbody tr + tr td {
  padding-top: 8px;
}
.Cart__totals tr:first-child td {
  font-weight: bold;
}
.Cart__totals tr td:first-child {
  text-align: left !important;
}
.Cart__totals tfoot td {
  font-size: 21px;
  line-height: 27px;
  color: #861710;
  margin-bottom: 8px;
}
.Cart__item {
  display: flex;
  margin: 12px 0;
}
.Cart__item-name {
  margin-bottom: 13px;
  flex: 1;
}
.Cart__item-name a, .Cart__item-name span {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #2F2A2A;
}
.Cart__item-image {
  margin-right: 50px;
}
.Cart__item-image img {
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  width: 200px;
  height: 200px;
}
.Cart__item-content {
  display: flex;
  width: 100%;
}
.Cart__item-content p {
  width: 100%;
  font-size: 12px;
  line-height: 21px;
  color: #514C4C;
  margin-bottom: 8px;
}
.Cart__item-actions {
  margin-left: 32px;
  width: 90px;
}
.Cart__item-options {
  flex: 1;
}
.Cart__slider {
  max-width: 470px;
}
.Cart__slider .owl-prev {
  left: -31px;
}
.Cart__slider .owl-next {
  right: -29px !important;
}
.Cart__slider-item {
  width: 100px;
  font-size: 9px;
  line-height: 13px;
  color: var(--color-grey-400);
}
.Cart__slider-item img {
  margin-bottom: 8px;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
}
.Cart__slider-item .price {
  display: block;
  font-weight: bold;
  font-size: 10px;
  line-height: 13px;
  color: var(--color-grey-400);
  margin-top: 4px;
}
.Cart-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.Cart-empty h1 {
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  color: #033266;
  margin-bottom: 0;
}
.Cart-empty p {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: var(--color-grey-400);
  margin-bottom: 28px;
}

.Home__slider {
  max-width: 1440px;
  margin: 0 auto;
}
.Home__slider a {
  display: block;
}
.Home__slider a img {
  width: 100%;
}
.Home__credit-card {
  margin: 50px auto 75px !important;
}
.Home__companies {
  width: 1036px !important;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  min-height: 115px;
  align-items: center;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  margin-top: 32px !important;
  flex-wrap: wrap;
}
.Home__companies-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Times New Roman", sans-serif;
  font-style: italic;
  font-size: 36px;
  line-height: 20px;
  color: #777272;
  margin-top: 65px !important;
}
.Home__companies-title img {
  margin-bottom: 13px;
}
.Home__companies li {
  width: 20%;
}
.Home__companies li img {
  width: 100%;
}
.Home__content {
  width: 1036px !important;
  max-width: 100%;
  font-size: 15px;
  line-height: 19px;
  color: var(--color-grey-400);
}
.Home__content h2 {
  text-align: center;
  font-size: 21px;
  line-height: 20px;
  text-transform: uppercase;
  color: #7A7272;
  margin-bottom: 32px;
}
.Home__content p:not(:last-child) {
  margin-bottom: 20px;
}
.Home__content > ul {
  list-style: circle;
  padding-left: 28px;
  margin-bottom: 20px;
}
.Home__brands {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 62px !important;
  margin-top: 20px !important;
}
.Home__brands li {
  border: 2px solid #F7F7F7;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  margin-right: 5px;
  min-height: 98px;
  min-width: 98px;
}
.Home__brands li a {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  padding: 15px;
  box-sizing: border-box;
  height: 98px;
}
.Home__brands li a img {
  max-width: 100%;
  max-height: 100%;
}
.Home__brands li:last-child {
  margin-right: 0;
}
.Home__highlighted h2 {
  margin-top: 60px;
  color: #17548C;
  text-transform: uppercase;
  font-size: 36px;
  text-align: center;
  font-family: "Times New Roman", sans-serif;
  line-height: 20px;
}
.Home__highlighted h2 a {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration-line: underline;
  text-transform: uppercase;
  margin: 12px auto 20px;
  text-align: center;
  color: #6C5D5D;
  display: block;
}
.Home__highlighted h2 a:before {
  display: block;
  content: "";
  margin: 20px auto 12px;
  width: 201px;
  height: 4px;
  background: currentColor;
}
.Home__highlighted h2 span {
  font-style: italic;
  color: #777272;
  text-transform: none;
}
.Home__highlighted ul:not(.Product-grid) {
  display: flex;
  text-align: center;
  justify-content: space-between;
}
.Home__highlighted ul:not(.Product-grid) span {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #6C5D5D;
  margin-top: 12px;
  display: block;
}
.Home__highlighted ul:not(.Product-grid) li {
  position: relative;
  width: 400px;
  height: 432px;
  overflow: hidden;
}
.Home__highlighted ul:not(.Product-grid) li img {
  width: auto;
  max-height: 400px;
}
.Home__highlighted .Product-grid__item {
  flex: 1;
}
.Home__categories {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 32px !important;
}
.Home__categories li {
  width: 252px;
  height: 197px;
  border: 1px solid #F7F7F7;
  box-sizing: border-box;
  margin-bottom: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.Home__categories li img {
  margin: auto 0 0;
  max-width: 180px;
}
.Home__categories li span {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 12px;
  display: block;
  margin-bottom: 18px;
}
.Home__categories li a {
  color: #6C5D5D;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.Home__categories-slider {
  min-height: 162px;
}
.Home__categories-slider li {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  display: flex;
  width: 155px;
  text-align: center;
  height: 100%;
}
.Home__categories-slider li img {
  max-height: 130px;
  margin: auto 0 0;
  width: auto !important;
}
.Home__categories-slider li span {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #6C5D5D;
  margin-top: 12px;
  display: block;
}

body .content-container.active, div#div-interaktingslider #frame #middle-center #slide-content .slide {
  background: none !important;
  position: relative !important;
  text-align: center !important;
  width: 100% !important;
}

.Navigation-cms .Title {
  margin-bottom: 4px;
  line-height: 21px;
}
.Navigation-cms .Title:not(:first-child) {
  margin-top: 15px;
}
.Navigation-cms li:not(.Title) a, .Navigation-cms li:not(.Title) span {
  padding-left: 10px;
  font-size: 12px;
  line-height: 25px;
  color: #767676;
}
.Navigation-cms li.active {
  font-weight: bold;
}

.cms-page-view .page-title {
  padding: 0;
  margin-bottom: 25px;
}
.cms-page-view .page-title h1 {
  font-weight: bold;
  font-size: 21px;
  line-height: 27px;
  color: #000000;
}
.cms-page-view .std {
  padding: 0;
}
.cms-page-view .std p {
  padding: 0;
  margin-bottom: 18px;
  font-size: 13px;
  line-height: 23px;
  color: var(--color-grey-400);
}
.cms-page-view .std b, .cms-page-view .std strong {
  font-size: 14px;
  line-height: 16px;
  color: #000;
}
.cms-page-view .std ul li {
  background: #F5F5F5;
  padding: 10px;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 23px;
  color: var(--color-grey-400);
}

.Not-found {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 100px;
}
.Not-found__404 {
  font-size: 82px;
  line-height: 95px;
  color: #861710;
}
.Not-found__title {
  font-size: 35px;
  line-height: 41px;
  color: #443F3C;
}
.Not-found__image {
  height: 50px;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 65px;
}
.Not-found__image img {
  position: absolute;
  bottom: 0;
  max-width: 100%;
}
.Not-found__description {
  max-width: 320px;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  color: #443F3C;
}
.Not-found__actions {
  margin-top: 25px;
}
.Not-found__actions button + button {
  margin-left: 10px;
}

button {
  cursor: pointer;
  padding: 1px 6px;
  font-size: 16px;
}

.Button {
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
  padding: 5px 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  min-height: 40px;
  cursor: pointer;
}
.Button .loader {
  display: none;
}
.Button.loading .loader {
  display: block;
}
.Button.loading i {
  display: none;
}
.Button--primary {
  background-color: #033266;
  border: 2px solid #033266;
  color: #fff;
}
.Button--blue {
  background-color: #17548C;
  border: 2px solid #17548C;
  color: #fff;
}
.Button--secondary {
  background-color: #861710;
  border: 2px solid #861710;
  color: #fff;
  font-size: 19px;
}
.Button--outline {
  background-color: transparent;
  border: 1px solid #17548C;
  color: #17548C;
  font-weight: normal;
}
.Button--add {
  background: #EAF6FD;
  border: 2px solid #17548C;
  color: #033266;
  padding: 9px 2px;
  text-transform: uppercase;
  margin: 0 auto;
  font-weight: normal;
  font-size: 13px;
  min-height: 38px;
  min-width: 90px;
}
.Button--icon {
  border: none;
  background: none;
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
}
.Button--wide {
  width: 100%;
}
.Button--link {
  border: none;
  background: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  color: #033266;
  font-size: 12px;
  padding: 0;
  font-weight: normal;
  min-height: 0;
  line-height: 21px;
}
.Button--video {
  background: #000;
  border-radius: 0;
  overflow: hidden;
  width: 98px;
  height: 98px;
}
.Button--video i, .Button--video img {
  margin: 0;
  position: absolute;
}
.Button--quote {
  background: #6D4690;
}
.Button:hover:not([disabled]), .Button:focus:not([disabled]), .Button:active:not([disabled]), .Button:focus-visible:not([disabled]), .Button:focus-within:not([disabled]) {
  opacity: 0.75;
}
.Button > * {
  margin: 0 5px;
}
.Button > *:first-child {
  margin-left: 0;
}
.Button > *:last-child {
  margin-right: 0;
}
.Button__top {
  display: block;
  width: 93px;
  height: 93px;
  border-radius: 100%;
  border: 8px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.3);
  position: fixed;
  left: 10vw;
  bottom: 40px;
}
.Button__top-category {
  cursor: pointer;
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  border: 5px solid rgba(23, 84, 140, 0.15);
  background: rgba(23, 84, 140, 0.15);
  margin: 7px auto;
}
.Button__top-category-container {
  text-align: center;
}
.Button__top-category-container span {
  font-size: 12px;
  line-height: 15px;
  color: #033266;
  font-style: italic;
}
.Button:before, .Button:after {
  position: absolute;
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}
.Button:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #033266 20%, transparent 20%), radial-gradient(circle, transparent 20%, #033266 20%, transparent 30%), radial-gradient(circle, #033266 20%, transparent 20%), radial-gradient(circle, #033266 20%, transparent 20%), radial-gradient(circle, transparent 10%, #033266 15%, transparent 20%), radial-gradient(circle, #033266 20%, transparent 20%), radial-gradient(circle, #033266 20%, transparent 20%), radial-gradient(circle, #033266 20%, transparent 20%), radial-gradient(circle, #033266 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}
.Button:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #033266 20%, transparent 20%), radial-gradient(circle, #033266 20%, transparent 20%), radial-gradient(circle, transparent 10%, #033266 15%, transparent 20%), radial-gradient(circle, #033266 20%, transparent 20%), radial-gradient(circle, #033266 20%, transparent 20%), radial-gradient(circle, #033266 20%, transparent 20%), radial-gradient(circle, #033266 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}
.Button.animate:before {
  display: block;
  animation: topBubbles ease-in-out 0.75s forwards;
}
.Button.animate:after {
  display: block;
  animation: bottomBubbles ease-in-out 0.75s forwards;
}

@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
.loader {
  border: 2px solid #043365;
  border-top: 2px solid #ffffff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  animation: spin 1s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.Select {
  -webkit-appearance: none;
  border: 2px solid #E5E5E5;
  box-sizing: border-box;
  border-radius: 5px;
  min-width: 90px;
  text-align: center;
  background-image: url("../images/arrow_down_blue.svg");
  background-position: calc(100% - 17px) center;
  background-repeat: no-repeat;
  background-color: #fafafa;
  padding: 4px 50px 4px 20px;
  text-align-last: left;
  font-weight: bold;
  font-size: 14px;
  color: #033266;
  max-width: 100%;
  min-height: 38px;
  white-space: normal;
  line-height: 16px;
  cursor: pointer;
}
.Select--wide {
  width: 100%;
}
.Select:hover:not([disabled]), .Select:focus:not([disabled]), .Select:active:not([disabled]), .Select:focus-visible:not([disabled]), .Select:focus-within:not([disabled]) {
  border-color: #17548C;
  outline-color: #17548C;
}

.Input, .Select {
  background-clip: padding-box;
}
.Input__label, .Select__label {
  font-size: 10px;
  line-height: 25px;
  color: #888888;
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 15px;
  width: 100%;
  z-index: 1;
  user-select: none;
  transform: translateY(3px);
  pointer-events: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.Input__wrapper, .Select__wrapper {
  position: relative;
  margin-bottom: 12px;
  flex: 1;
}
.Input__wrapper + .Input__wrapper, .Select__wrapper + .Input__wrapper {
  margin-left: 12px;
}
.Input__wrapper.active .Input, .Select__wrapper.active .Input {
  padding-top: 15px !important;
  padding-bottom: 2px !important;
}
.Input__wrapper.active .Input__label, .Select__wrapper.active .Input__label {
  transform: none;
  opacity: 1;
}

.Input {
  transition: all 0.2s ease-out;
}
.Input:hover:not([disabled]), .Input:focus:not([disabled]), .Input:active:not([disabled]), .Input:focus-visible:not([disabled]), .Input:focus-within:not([disabled]) {
  border-color: #17548C;
  outline-color: #17548C;
}

i.shipping-info {
  display: inline-block;
  content: url("../images/product/shipping_info.svg");
}
i.shipping {
  display: inline-block;
  content: url("../images/product/shipping.svg");
}
i.track-white {
  display: inline-block;
  content: url("../images/track-white.svg");
}
i.arrow-down-white {
  content: url("../images/arrow_down_white.svg");
}
i.arrow-down-red {
  content: url("../images/arrow_down_red.svg");
}
i.arrow-down-black {
  content: url("../images/arrow_down_black.svg");
}
i.arrow-up-black {
  content: url("../images/arrow_down_black.svg");
  transform: rotate(180deg);
}
i.arrow-top-blue {
  content: url("../images/arrow_top_blue.svg");
}
i.cart-plus {
  content: url("../images/cart_plus.svg");
}
i.info {
  content: url("../images/product/info.svg");
}
i.included {
  content: url("../images/product/included.svg");
}
i.trash {
  content: url("../images/product/trash.svg");
}
i.add {
  content: url("../images/add.svg");
}
i.stick {
  background: #861710;
  display: block;
  min-width: 2px;
  margin: 3px 0;
}
i.star-blue {
  content: url("../images/star_blue.svg");
}
i.question {
  content: url("../images/question.svg");
}
i.play {
  content: url("../images/play.svg");
  opacity: 0.75;
}
i.expedited-delivery {
  content: url("../images/expedited_delivery.svg");
}
i.magnifier {
  content: url("../images/magnifier.svg");
  opacity: 0.5;
}
i.remove {
  content: url("../images/remove.svg");
}
i.account-info {
  content: url("../images/customer/account_1_active.svg");
}
i.cart {
  content: url("../images/customer/account_4_active.svg");
}
i.coupon--red {
  content: url("../images/customer/coupon_red.svg");
}
i.coupon--blue {
  content: url("../images/customer/coupon_blue.svg");
}
i.coupon--green {
  content: url("../images/customer/coupon_green.svg");
}
i.coupon--grey {
  content: url("../images/customer/coupon_grey.svg");
}
i.refresh {
  content: url("../images/customer/refresh.svg");
}
i.view {
  content: url("../images/customer/view.svg");
}
i.customer-info {
  content: url("../images/customer/account_2_active.svg");
}
i.customer-mail {
  content: url("../images/customer/customer_mail.svg");
}
i.customer-news {
  content: url("../images/customer/customer_news.svg");
}
i.address-book {
  content: url("../images/customer/address_book.svg");
}

.arrow {
  border: solid var(--color-grey-400);
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  position: relative;
}

.arrow-right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.arrow-left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.arrow-up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.Divider {
  height: 1px;
  background: #e5e5e5;
  margin: 10px 0;
  width: 100%;
  position: relative;
}
.Divider--or {
  display: flex;
  justify-content: center;
}
.Divider--or:after {
  position: absolute;
  content: "OR";
  display: block;
  top: -12px;
  line-height: 9px;
  background: #E5E5E5;
  width: 48px;
  margin: 0 auto;
  padding: 8px 0;
  font-size: 13px;
  text-align: center;
}
.Divider--dark {
  height: 25px;
  margin: -15px 0;
  background: #f5f5f5f5;
}
.Divider--dark:after {
  top: 0px;
}
.Divider--dark:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background: #e5e5e5;
  margin: 12px 0;
  width: 100%;
}

.loading-placeholder-185.lazyload {
  height: 185px;
  width: 185px;
  display: block;
}
.loading-placeholder-185.lazyload:before {
  content: "";
  animation: pulseLoad 1s infinite ease-in-out;
  height: 185px;
  width: 185px;
  display: block;
  position: absolute;
}

.placeholder {
  animation: pulseLoad 1s infinite ease-in-out;
  border: 2px solid #fff;
  box-sizing: border-box;
  border-radius: 6px;
  display: block;
}
.placeholder__block--14 {
  height: 14px;
  min-width: 68px;
}
.placeholder__block--19 {
  height: 19px;
}
.placeholder__block--64 {
  height: 64px;
}
.placeholder__block--70 {
  height: 70px;
}
.placeholder__block--78 {
  height: 78px;
}
.placeholder__block--500 {
  height: 500px;
}
.placeholder__block--300 {
  height: 300px;
  width: 300px;
}

@keyframes pulseLoad {
  0% {
    background-color: rgba(165, 165, 165, 0.1);
  }
  50% {
    background-color: rgba(165, 165, 165, 0.5);
  }
  100% {
    background-color: rgba(165, 165, 165, 0.1);
  }
}
.js-loader {
  box-sizing: border-box;
  transition: 0.5s all;
  position: relative;
}
.js-loader > * {
  filter: blur(1px);
}
.js-loader:before {
  content: "";
  display: inline-block;
  position: absolute;
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border-top: 5px solid #18548c;
  border-right: 5px solid #5d84ae;
  border-bottom: 5px solid #871711;
  border-left: 5px solid #043365;
  animation: spin 2s linear infinite;
  left: 50%;
  top: 50%;
  margin-top: -10px;
  margin-left: -10px;
  z-index: 1;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  color: white;
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

.js-product-options-slider:not(.tns-slider) {
  display: none;
}

.pr_link {
  box-sizing: content-box;
}

.tns-outer {
  position: relative;
}

.tns-controls {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.tns-controls button {
  position: absolute;
  cursor: pointer;
  background: none;
  border: none;
  background: #F5F5F5;
  padding: 0 5px !important;
  color: var(--color-grey-400);
  height: 87px;
}
.tns-controls button:hover {
  background: #e0e0e0;
}
.tns-controls button[disabled] {
  display: none;
}
.tns-controls button:first-child {
  left: 0;
  transform: rotate(180deg);
  box-shadow: 15px 0 15px 0 #fff;
}
.tns-controls button:last-child {
  right: 0;
  box-shadow: -15px 0 15px 0 #fff;
}

.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav button {
  position: absolute;
  height: 100%;
  padding-bottom: 32px !important;
}

.owl-theme .owl-nav .owl-prev {
  left: 0;
}
.owl-theme .owl-nav .owl-prev.disabled {
  display: none;
}

.owl-theme .owl-nav .owl-next {
  right: 0;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  padding: 4px 7px;
  margin-bottom: 32px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  border: none;
  font: inherit;
  background: #F5F5F5;
  padding: 0 5px !important;
  font-size: 20px;
  color: var(--color-grey-400);
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 0;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  		  This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  		  calculation of the height of the owl-item that breaks page layouts
  	   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.Slider__prev:before, .Slider__next:before {
  display: block;
  content: url("../images/slider_arrow.svg");
}
.Slider__next:before {
  transform: rotate(180deg);
}

.tooltipster-content span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tooltipster-content span img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.Title {
  color: #033266;
  font-size: 16px;
  display: flex;
  align-items: stretch;
  margin-bottom: 15px;
  line-height: 19px;
}
.Title--black {
  color: #2F2A2A;
}
.Title * + * {
  margin-left: 8px;
}

/*

# Dashboard

## Welcome Message

```
	<div class="dashboard">
		<div class="welcome-msg">
		    <p class="hello"><strong>Hello, Adam Johnson!</strong></p>
		    <p>From your My Account Dashboard you have the ability to view a snapshot of your recent account activity and update your account information. Select a link below to view or edit information.</p>
		</div>
	</div>
```

*/
.block-reorder {
  display: none;
}

.my-account .title-buttons .link-rss {
  float: none;
  margin: 0;
}

.my-account .page-title {
  border-bottom: 1px solid #ccc;
  margin: 0 0 12px 0;
  padding: 12px 0;
}
.my-account .page-title h1 {
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  color: #033266;
  display: flex;
  align-items: center;
}
.my-account .page-title h1 i {
  margin-right: 10px;
}

.my-account .buttons-set {
  border-top: 1px solid #ccc;
}

.my-account .fieldset,
.my-account .buttons-set {
  margin-right: 6px;
}

.customer-account-edit input.checkbox, .customer-account-index input.checkbox, .customer-address-form input.checkbox, .sales-order-history input.checkbox, .review-customer-index input.checkbox,
.tag-customer-index input.checkbox, .wishlist-index-index input.checkbox, .newsletter-manage-index input.checkbox, .customer-address-index input.checkbox, .sales-order-view input.checkbox {
  width: 25px;
  height: 25px;
}
.customer-account-edit label, .customer-account-index label, .customer-address-form label, .sales-order-history label, .review-customer-index label,
.tag-customer-index label, .wishlist-index-index label, .newsletter-manage-index label, .customer-address-index label, .sales-order-view label {
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  color: var(--color-grey-400);
}
.customer-account-edit input.input-text, .customer-account-index input.input-text, .customer-address-form input.input-text, .sales-order-history input.input-text, .review-customer-index input.input-text,
.tag-customer-index input.input-text, .wishlist-index-index input.input-text, .newsletter-manage-index input.input-text, .customer-address-index input.input-text, .sales-order-view input.input-text {
  background: linear-gradient(180deg, #F6F6F6 0%, #FFFFFF 18.75%, #FFFFFF 100%);
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  border-radius: 5px;
  width: 100%;
  line-height: 34px;
  padding: 0 10px;
}
.customer-account-edit .form-list select, .customer-account-edit .form-list textarea, .customer-account-index .form-list select, .customer-account-index .form-list textarea, .customer-address-form .form-list select, .customer-address-form .form-list textarea, .sales-order-history .form-list select, .sales-order-history .form-list textarea, .review-customer-index .form-list select, .review-customer-index .form-list textarea,
.tag-customer-index .form-list select,
.tag-customer-index .form-list textarea, .wishlist-index-index .form-list select, .wishlist-index-index .form-list textarea, .newsletter-manage-index .form-list select, .newsletter-manage-index .form-list textarea, .customer-address-index .form-list select, .customer-address-index .form-list textarea, .sales-order-view .form-list select, .sales-order-view .form-list textarea {
  background: linear-gradient(180deg, #F6F6F6 0%, #FFFFFF 18.75%, #FFFFFF 100%);
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  border-radius: 5px;
  width: 100%;
  line-height: 34px;
  padding: 9px 10px;
}
.customer-account-edit .input-box, .customer-account-index .input-box, .customer-address-form .input-box, .sales-order-history .input-box, .review-customer-index .input-box,
.tag-customer-index .input-box, .wishlist-index-index .input-box, .newsletter-manage-index .input-box, .customer-address-index .input-box, .sales-order-view .input-box {
  width: 100%;
}
.customer-account-edit .form-list li, .customer-account-index .form-list li, .customer-address-form .form-list li, .sales-order-history .form-list li, .review-customer-index .form-list li,
.tag-customer-index .form-list li, .wishlist-index-index .form-list li, .newsletter-manage-index .form-list li, .customer-address-index .form-list li, .sales-order-view .form-list li {
  margin: 0 0 16px;
}
.customer-account-edit .form-list .field, .customer-account-index .form-list .field, .customer-address-form .form-list .field, .sales-order-history .form-list .field, .review-customer-index .form-list .field,
.tag-customer-index .form-list .field, .wishlist-index-index .form-list .field, .newsletter-manage-index .form-list .field, .customer-address-index .form-list .field, .sales-order-view .form-list .field {
  width: 100%;
  margin-bottom: 16px;
}
.customer-account-edit .form-list .field:last-child, .customer-account-index .form-list .field:last-child, .customer-address-form .form-list .field:last-child, .sales-order-history .form-list .field:last-child, .review-customer-index .form-list .field:last-child,
.tag-customer-index .form-list .field:last-child, .wishlist-index-index .form-list .field:last-child, .newsletter-manage-index .form-list .field:last-child, .customer-address-index .form-list .field:last-child, .sales-order-view .form-list .field:last-child {
  margin-bottom: 0;
}
.customer-account-edit .main, .customer-account-index .main, .customer-address-form .main, .sales-order-history .main, .review-customer-index .main,
.tag-customer-index .main, .wishlist-index-index .main, .newsletter-manage-index .main, .customer-address-index .main, .sales-order-view .main {
  display: flex;
}
.customer-account-edit .col-main, .customer-account-index .col-main, .customer-address-form .col-main, .sales-order-history .col-main, .review-customer-index .col-main,
.tag-customer-index .col-main, .wishlist-index-index .col-main, .newsletter-manage-index .col-main, .customer-address-index .col-main, .sales-order-view .col-main {
  flex: 1;
  padding: 0;
}
.customer-account-edit .col-left, .customer-account-index .col-left, .customer-address-form .col-left, .sales-order-history .col-left, .review-customer-index .col-left,
.tag-customer-index .col-left, .wishlist-index-index .col-left, .newsletter-manage-index .col-left, .customer-address-index .col-left, .sales-order-view .col-left {
  width: 300px;
  box-sizing: border-box;
  margin-right: 46px;
}
.customer-account-edit .sidebar, .customer-account-index .sidebar, .customer-address-form .sidebar, .sales-order-history .sidebar, .review-customer-index .sidebar,
.tag-customer-index .sidebar, .wishlist-index-index .sidebar, .newsletter-manage-index .sidebar, .customer-address-index .sidebar, .sales-order-view .sidebar {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  padding: 18px;
}
.customer-account-edit .data-table thead, .customer-account-index .data-table thead, .customer-address-form .data-table thead, .sales-order-history .data-table thead, .review-customer-index .data-table thead,
.tag-customer-index .data-table thead, .wishlist-index-index .data-table thead, .newsletter-manage-index .data-table thead, .customer-address-index .data-table thead, .sales-order-view .data-table thead {
  background: #F5F5F5;
}
.customer-account-edit .data-table thead th, .customer-account-index .data-table thead th, .customer-address-form .data-table thead th, .sales-order-history .data-table thead th, .review-customer-index .data-table thead th,
.tag-customer-index .data-table thead th, .wishlist-index-index .data-table thead th, .newsletter-manage-index .data-table thead th, .customer-address-index .data-table thead th, .sales-order-view .data-table thead th {
  font-size: 16px;
  line-height: 21px;
  color: #033266;
  border-color: #E5E5E5;
  border-width: 0 1px 0 0;
  padding: 12px 10px;
}
.customer-account-edit .data-table thead th:last-child, .customer-account-index .data-table thead th:last-child, .customer-address-form .data-table thead th:last-child, .sales-order-history .data-table thead th:last-child, .review-customer-index .data-table thead th:last-child,
.tag-customer-index .data-table thead th:last-child, .wishlist-index-index .data-table thead th:last-child, .newsletter-manage-index .data-table thead th:last-child, .customer-address-index .data-table thead th:last-child, .sales-order-view .data-table thead th:last-child {
  border-right: none;
}
.customer-account-edit .my-account, .customer-account-index .my-account, .customer-address-form .my-account, .sales-order-history .my-account, .review-customer-index .my-account,
.tag-customer-index .my-account, .wishlist-index-index .my-account, .newsletter-manage-index .my-account, .customer-address-index .my-account, .sales-order-view .my-account {
  font-size: 13px;
  line-height: 23px;
  color: var(--color-grey-400);
  /* Block: Account Information */
}
.customer-account-edit .my-account p, .customer-account-index .my-account p, .customer-address-form .my-account p, .sales-order-history .my-account p, .review-customer-index .my-account p,
.tag-customer-index .my-account p, .wishlist-index-index .my-account p, .newsletter-manage-index .my-account p, .customer-address-index .my-account p, .sales-order-view .my-account p {
  font-size: 13px;
  line-height: 23px;
  color: var(--color-grey-400);
}
.customer-account-edit .my-account p.required, .customer-account-index .my-account p.required, .customer-address-form .my-account p.required, .sales-order-history .my-account p.required, .review-customer-index .my-account p.required,
.tag-customer-index .my-account p.required, .wishlist-index-index .my-account p.required, .newsletter-manage-index .my-account p.required, .customer-address-index .my-account p.required, .sales-order-view .my-account p.required {
  font-size: 10px;
  line-height: 25px;
  color: #861710;
  text-align: left;
}
.customer-account-edit .my-account .data-table td, .customer-account-index .my-account .data-table td, .customer-address-form .my-account .data-table td, .sales-order-history .my-account .data-table td, .review-customer-index .my-account .data-table td,
.tag-customer-index .my-account .data-table td, .wishlist-index-index .my-account .data-table td, .newsletter-manage-index .my-account .data-table td, .customer-address-index .my-account .data-table td, .sales-order-view .my-account .data-table td {
  font-weight: bold;
  font-size: 13px;
  line-height: 23px;
  color: var(--color-grey-400);
  border-width: 0 0 1px 0;
  border-color: #E5E5E5;
  padding: 12px 10px;
}
.customer-account-edit .my-account .data-table td i, .customer-account-index .my-account .data-table td i, .customer-address-form .my-account .data-table td i, .sales-order-history .my-account .data-table td i, .review-customer-index .my-account .data-table td i,
.tag-customer-index .my-account .data-table td i, .wishlist-index-index .my-account .data-table td i, .newsletter-manage-index .my-account .data-table td i, .customer-address-index .my-account .data-table td i, .sales-order-view .my-account .data-table td i {
  vertical-align: middle;
  margin-right: 5px;
}
.customer-account-edit .my-account .data-table td a, .customer-account-index .my-account .data-table td a, .customer-address-form .my-account .data-table td a, .sales-order-history .my-account .data-table td a, .review-customer-index .my-account .data-table td a,
.tag-customer-index .my-account .data-table td a, .wishlist-index-index .my-account .data-table td a, .newsletter-manage-index .my-account .data-table td a, .customer-address-index .my-account .data-table td a, .sales-order-view .my-account .data-table td a {
  text-decoration: none;
}
.customer-account-edit .my-account .data-table td em.red, .customer-account-index .my-account .data-table td em.red, .customer-address-form .my-account .data-table td em.red, .sales-order-history .my-account .data-table td em.red, .review-customer-index .my-account .data-table td em.red,
.tag-customer-index .my-account .data-table td em.red, .wishlist-index-index .my-account .data-table td em.red, .newsletter-manage-index .my-account .data-table td em.red, .customer-address-index .my-account .data-table td em.red, .sales-order-view .my-account .data-table td em.red {
  color: #861710;
}
.customer-account-edit .my-account .data-table td em.blue, .customer-account-index .my-account .data-table td em.blue, .customer-address-form .my-account .data-table td em.blue, .sales-order-history .my-account .data-table td em.blue, .review-customer-index .my-account .data-table td em.blue,
.tag-customer-index .my-account .data-table td em.blue, .wishlist-index-index .my-account .data-table td em.blue, .newsletter-manage-index .my-account .data-table td em.blue, .customer-address-index .my-account .data-table td em.blue, .sales-order-view .my-account .data-table td em.blue {
  color: #17548C;
}
.customer-account-edit .my-account .data-table td em.green, .customer-account-index .my-account .data-table td em.green, .customer-address-form .my-account .data-table td em.green, .sales-order-history .my-account .data-table td em.green, .review-customer-index .my-account .data-table td em.green,
.tag-customer-index .my-account .data-table td em.green, .wishlist-index-index .my-account .data-table td em.green, .newsletter-manage-index .my-account .data-table td em.green, .customer-address-index .my-account .data-table td em.green, .sales-order-view .my-account .data-table td em.green {
  color: #81A437;
}
.customer-account-edit .my-account .welcome-msg, .customer-account-index .my-account .welcome-msg, .customer-address-form .my-account .welcome-msg, .sales-order-history .my-account .welcome-msg, .review-customer-index .my-account .welcome-msg,
.tag-customer-index .my-account .welcome-msg, .wishlist-index-index .my-account .welcome-msg, .newsletter-manage-index .my-account .welcome-msg, .customer-address-index .my-account .welcome-msg, .sales-order-view .my-account .welcome-msg {
  font-size: 13px;
  line-height: 23px;
  color: var(--color-grey-400);
}
.customer-account-edit .my-account p, .customer-account-index .my-account p, .customer-address-form .my-account p, .sales-order-history .my-account p, .review-customer-index .my-account p,
.tag-customer-index .my-account p, .wishlist-index-index .my-account p, .newsletter-manage-index .my-account p, .customer-address-index .my-account p, .sales-order-view .my-account p {
  margin: 0 6px 6px 0;
}
.customer-account-edit .my-account .box-recent, .customer-account-index .my-account .box-recent, .customer-address-form .my-account .box-recent, .sales-order-history .my-account .box-recent, .review-customer-index .my-account .box-recent,
.tag-customer-index .my-account .box-recent, .wishlist-index-index .my-account .box-recent, .newsletter-manage-index .my-account .box-recent, .customer-address-index .my-account .box-recent, .sales-order-view .my-account .box-recent {
  margin: 30px 0 10px 0;
}
.customer-account-edit .my-account .box-recent h2, .customer-account-index .my-account .box-recent h2, .customer-address-form .my-account .box-recent h2, .sales-order-history .my-account .box-recent h2, .review-customer-index .my-account .box-recent h2,
.tag-customer-index .my-account .box-recent h2, .wishlist-index-index .my-account .box-recent h2, .newsletter-manage-index .my-account .box-recent h2, .customer-address-index .my-account .box-recent h2, .sales-order-view .my-account .box-recent h2 {
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  color: #033266;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.customer-account-edit .my-account .box-recent h2 i, .customer-account-index .my-account .box-recent h2 i, .customer-address-form .my-account .box-recent h2 i, .sales-order-history .my-account .box-recent h2 i, .review-customer-index .my-account .box-recent h2 i,
.tag-customer-index .my-account .box-recent h2 i, .wishlist-index-index .my-account .box-recent h2 i, .newsletter-manage-index .my-account .box-recent h2 i, .customer-address-index .my-account .box-recent h2 i, .sales-order-view .my-account .box-recent h2 i {
  margin-right: 10px;
}
.customer-account-edit .my-account .box-recent h2 + a, .customer-account-index .my-account .box-recent h2 + a, .customer-address-form .my-account .box-recent h2 + a, .sales-order-history .my-account .box-recent h2 + a, .review-customer-index .my-account .box-recent h2 + a,
.tag-customer-index .my-account .box-recent h2 + a, .wishlist-index-index .my-account .box-recent h2 + a, .newsletter-manage-index .my-account .box-recent h2 + a, .customer-address-index .my-account .box-recent h2 + a, .sales-order-view .my-account .box-recent h2 + a {
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 9px;
}
.customer-account-edit .my-account .box-recent a, .customer-account-index .my-account .box-recent a, .customer-address-form .my-account .box-recent a, .sales-order-history .my-account .box-recent a, .review-customer-index .my-account .box-recent a,
.tag-customer-index .my-account .box-recent a, .wishlist-index-index .my-account .box-recent a, .newsletter-manage-index .my-account .box-recent a, .customer-address-index .my-account .box-recent a, .sales-order-view .my-account .box-recent a {
  font-size: 13px;
  line-height: 23px;
  color: var(--color-grey-400);
}
.customer-account-edit .my-account .box-info a, .customer-account-index .my-account .box-info a, .customer-address-form .my-account .box-info a, .sales-order-history .my-account .box-info a, .review-customer-index .my-account .box-info a,
.tag-customer-index .my-account .box-info a, .wishlist-index-index .my-account .box-info a, .newsletter-manage-index .my-account .box-info a, .customer-address-index .my-account .box-info a, .sales-order-view .my-account .box-info a {
  font-size: 13px;
  line-height: 23px;
  text-decoration-line: underline;
  color: #17548C;
}
.customer-account-edit .my-account .box-info h2, .customer-account-index .my-account .box-info h2, .customer-address-form .my-account .box-info h2, .sales-order-history .my-account .box-info h2, .review-customer-index .my-account .box-info h2,
.tag-customer-index .my-account .box-info h2, .wishlist-index-index .my-account .box-info h2, .newsletter-manage-index .my-account .box-info h2, .customer-address-index .my-account .box-info h2, .sales-order-view .my-account .box-info h2 {
  border-bottom: 1px solid #E5E5E5;
  margin: 0 0 6px 0;
  padding: 12px 0;
  display: flex;
  align-items: center;
  color: #033266;
}
.customer-account-edit .my-account .box-info h2 i, .customer-account-index .my-account .box-info h2 i, .customer-address-form .my-account .box-info h2 i, .sales-order-history .my-account .box-info h2 i, .review-customer-index .my-account .box-info h2 i,
.tag-customer-index .my-account .box-info h2 i, .wishlist-index-index .my-account .box-info h2 i, .newsletter-manage-index .my-account .box-info h2 i, .customer-address-index .my-account .box-info h2 i, .sales-order-view .my-account .box-info h2 i {
  margin-right: 10px;
}
.customer-account-edit .my-account .box-info h3, .customer-account-index .my-account .box-info h3, .customer-address-form .my-account .box-info h3, .sales-order-history .my-account .box-info h3, .review-customer-index .my-account .box-info h3,
.tag-customer-index .my-account .box-info h3, .wishlist-index-index .my-account .box-info h3, .newsletter-manage-index .my-account .box-info h3, .customer-address-index .my-account .box-info h3, .sales-order-view .my-account .box-info h3 {
  float: left;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 21px;
  font-weight: normal;
  color: #033266;
}
.customer-account-edit .my-account .box-info h3 i, .customer-account-index .my-account .box-info h3 i, .customer-address-form .my-account .box-info h3 i, .sales-order-history .my-account .box-info h3 i, .review-customer-index .my-account .box-info h3 i,
.tag-customer-index .my-account .box-info h3 i, .wishlist-index-index .my-account .box-info h3 i, .newsletter-manage-index .my-account .box-info h3 i, .customer-address-index .my-account .box-info h3 i, .sales-order-view .my-account .box-info h3 i {
  margin-right: 10px;
}
.customer-account-edit .my-account .box-info h4, .customer-account-index .my-account .box-info h4, .customer-address-form .my-account .box-info h4, .sales-order-history .my-account .box-info h4, .review-customer-index .my-account .box-info h4,
.tag-customer-index .my-account .box-info h4, .wishlist-index-index .my-account .box-info h4, .newsletter-manage-index .my-account .box-info h4, .customer-address-index .my-account .box-info h4, .sales-order-view .my-account .box-info h4 {
  font-size: 13px;
  line-height: 23px;
  color: var(--color-grey-400);
}
.customer-account-edit .my-account .box-title, .customer-account-index .my-account .box-title, .customer-address-form .my-account .box-title, .sales-order-history .my-account .box-title, .review-customer-index .my-account .box-title,
.tag-customer-index .my-account .box-title, .wishlist-index-index .my-account .box-title, .newsletter-manage-index .my-account .box-title, .customer-address-index .my-account .box-title, .sales-order-view .my-account .box-title {
  margin-bottom: 16px;
  padding: 10px;
}
.customer-account-edit .my-account .box-title a, .customer-account-index .my-account .box-title a, .customer-address-form .my-account .box-title a, .sales-order-history .my-account .box-title a, .review-customer-index .my-account .box-title a,
.tag-customer-index .my-account .box-title a, .wishlist-index-index .my-account .box-title a, .newsletter-manage-index .my-account .box-title a, .customer-address-index .my-account .box-title a, .sales-order-view .my-account .box-title a {
  float: right;
  line-height: 18px;
}
.customer-account-edit .my-account .col2-set, .customer-account-index .my-account .col2-set, .customer-address-form .my-account .col2-set, .sales-order-history .my-account .col2-set, .review-customer-index .my-account .col2-set,
.tag-customer-index .my-account .col2-set, .wishlist-index-index .my-account .col2-set, .newsletter-manage-index .my-account .col2-set, .customer-address-index .my-account .col2-set, .sales-order-view .my-account .col2-set {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.customer-account-edit .my-account .col2-set:last-of-type, .customer-account-index .my-account .col2-set:last-of-type, .customer-address-form .my-account .col2-set:last-of-type, .sales-order-history .my-account .col2-set:last-of-type, .review-customer-index .my-account .col2-set:last-of-type,
.tag-customer-index .my-account .col2-set:last-of-type, .wishlist-index-index .my-account .col2-set:last-of-type, .newsletter-manage-index .my-account .col2-set:last-of-type, .customer-address-index .my-account .col2-set:last-of-type, .sales-order-view .my-account .col2-set:last-of-type {
  margin-bottom: 0;
}
.customer-account-edit .my-account .col2-set:after, .customer-account-index .my-account .col2-set:after, .customer-address-form .my-account .col2-set:after, .sales-order-history .my-account .col2-set:after, .review-customer-index .my-account .col2-set:after,
.tag-customer-index .my-account .col2-set:after, .wishlist-index-index .my-account .col2-set:after, .newsletter-manage-index .my-account .col2-set:after, .customer-address-index .my-account .col2-set:after, .sales-order-view .my-account .col2-set:after {
  display: none;
}
.customer-account-edit .my-account .col2-set .box, .customer-account-index .my-account .col2-set .box, .customer-address-form .my-account .col2-set .box, .sales-order-history .my-account .col2-set .box, .review-customer-index .my-account .col2-set .box,
.tag-customer-index .my-account .col2-set .box, .wishlist-index-index .my-account .col2-set .box, .newsletter-manage-index .my-account .col2-set .box, .customer-address-index .my-account .col2-set .box, .sales-order-view .my-account .col2-set .box {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.customer-account-edit .my-account .col2-set .box + .box, .customer-account-index .my-account .col2-set .box + .box, .customer-address-form .my-account .col2-set .box + .box, .sales-order-history .my-account .col2-set .box + .box, .review-customer-index .my-account .col2-set .box + .box,
.tag-customer-index .my-account .col2-set .box + .box, .wishlist-index-index .my-account .col2-set .box + .box, .newsletter-manage-index .my-account .col2-set .box + .box, .customer-address-index .my-account .col2-set .box + .box, .sales-order-view .my-account .col2-set .box + .box {
  margin-left: 8px;
}
.customer-account-edit .my-account .col2-set .box .box-content, .customer-account-index .my-account .col2-set .box .box-content, .customer-address-form .my-account .col2-set .box .box-content, .sales-order-history .my-account .col2-set .box .box-content, .review-customer-index .my-account .col2-set .box .box-content,
.tag-customer-index .my-account .col2-set .box .box-content, .wishlist-index-index .my-account .col2-set .box .box-content, .newsletter-manage-index .my-account .col2-set .box .box-content, .customer-address-index .my-account .col2-set .box .box-content, .sales-order-view .my-account .col2-set .box .box-content {
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  padding: 20px 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.customer-account-edit .my-account .col2-set .box .box-content.address-book, .customer-account-index .my-account .col2-set .box .box-content.address-book, .customer-address-form .my-account .col2-set .box .box-content.address-book, .sales-order-history .my-account .col2-set .box .box-content.address-book, .review-customer-index .my-account .col2-set .box .box-content.address-book,
.tag-customer-index .my-account .col2-set .box .box-content.address-book, .wishlist-index-index .my-account .col2-set .box .box-content.address-book, .newsletter-manage-index .my-account .col2-set .box .box-content.address-book, .customer-address-index .my-account .col2-set .box .box-content.address-book, .sales-order-view .my-account .col2-set .box .box-content.address-book {
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
}
.customer-account-edit .my-account .col2-set .box .box-content.address-book .col-1, .customer-account-edit .my-account .col2-set .box .box-content.address-book .col-2, .customer-account-index .my-account .col2-set .box .box-content.address-book .col-1, .customer-account-index .my-account .col2-set .box .box-content.address-book .col-2, .customer-address-form .my-account .col2-set .box .box-content.address-book .col-1, .customer-address-form .my-account .col2-set .box .box-content.address-book .col-2, .sales-order-history .my-account .col2-set .box .box-content.address-book .col-1, .sales-order-history .my-account .col2-set .box .box-content.address-book .col-2, .review-customer-index .my-account .col2-set .box .box-content.address-book .col-1, .review-customer-index .my-account .col2-set .box .box-content.address-book .col-2,
.tag-customer-index .my-account .col2-set .box .box-content.address-book .col-1,
.tag-customer-index .my-account .col2-set .box .box-content.address-book .col-2, .wishlist-index-index .my-account .col2-set .box .box-content.address-book .col-1, .wishlist-index-index .my-account .col2-set .box .box-content.address-book .col-2, .newsletter-manage-index .my-account .col2-set .box .box-content.address-book .col-1, .newsletter-manage-index .my-account .col2-set .box .box-content.address-book .col-2, .customer-address-index .my-account .col2-set .box .box-content.address-book .col-1, .customer-address-index .my-account .col2-set .box .box-content.address-book .col-2, .sales-order-view .my-account .col2-set .box .box-content.address-book .col-1, .sales-order-view .my-account .col2-set .box .box-content.address-book .col-2 {
  flex: 1;
  width: auto;
}
.customer-account-edit .my-account .col2-set .box .box-content.address-book .col-1 h4, .customer-account-edit .my-account .col2-set .box .box-content.address-book .col-2 h4, .customer-account-index .my-account .col2-set .box .box-content.address-book .col-1 h4, .customer-account-index .my-account .col2-set .box .box-content.address-book .col-2 h4, .customer-address-form .my-account .col2-set .box .box-content.address-book .col-1 h4, .customer-address-form .my-account .col2-set .box .box-content.address-book .col-2 h4, .sales-order-history .my-account .col2-set .box .box-content.address-book .col-1 h4, .sales-order-history .my-account .col2-set .box .box-content.address-book .col-2 h4, .review-customer-index .my-account .col2-set .box .box-content.address-book .col-1 h4, .review-customer-index .my-account .col2-set .box .box-content.address-book .col-2 h4,
.tag-customer-index .my-account .col2-set .box .box-content.address-book .col-1 h4,
.tag-customer-index .my-account .col2-set .box .box-content.address-book .col-2 h4, .wishlist-index-index .my-account .col2-set .box .box-content.address-book .col-1 h4, .wishlist-index-index .my-account .col2-set .box .box-content.address-book .col-2 h4, .newsletter-manage-index .my-account .col2-set .box .box-content.address-book .col-1 h4, .newsletter-manage-index .my-account .col2-set .box .box-content.address-book .col-2 h4, .customer-address-index .my-account .col2-set .box .box-content.address-book .col-1 h4, .customer-address-index .my-account .col2-set .box .box-content.address-book .col-2 h4, .sales-order-view .my-account .col2-set .box .box-content.address-book .col-1 h4, .sales-order-view .my-account .col2-set .box .box-content.address-book .col-2 h4 {
  padding: 10px 25px;
  background: #F5F5F5;
}
.customer-account-edit .my-account .col2-set .box .box-content.address-book address, .customer-account-index .my-account .col2-set .box .box-content.address-book address, .customer-address-form .my-account .col2-set .box .box-content.address-book address, .sales-order-history .my-account .col2-set .box .box-content.address-book address, .review-customer-index .my-account .col2-set .box .box-content.address-book address,
.tag-customer-index .my-account .col2-set .box .box-content.address-book address, .wishlist-index-index .my-account .col2-set .box .box-content.address-book address, .newsletter-manage-index .my-account .col2-set .box .box-content.address-book address, .customer-address-index .my-account .col2-set .box .box-content.address-book address, .sales-order-view .my-account .col2-set .box .box-content.address-book address {
  padding: 20px 25px;
}
.customer-account-edit .my-account .col2-set .box .box-content.address-book .col-2, .customer-account-index .my-account .col2-set .box .box-content.address-book .col-2, .customer-address-form .my-account .col2-set .box .box-content.address-book .col-2, .sales-order-history .my-account .col2-set .box .box-content.address-book .col-2, .review-customer-index .my-account .col2-set .box .box-content.address-book .col-2,
.tag-customer-index .my-account .col2-set .box .box-content.address-book .col-2, .wishlist-index-index .my-account .col2-set .box .box-content.address-book .col-2, .newsletter-manage-index .my-account .col2-set .box .box-content.address-book .col-2, .customer-address-index .my-account .col2-set .box .box-content.address-book .col-2, .sales-order-view .my-account .col2-set .box .box-content.address-book .col-2 {
  border-left: 1px solid #E5E5E5;
}

.customer-account-edit .my-account form {
  width: 480px;
  display: block;
}
.customer-account-edit .my-account form .buttons-set {
  padding: 30px 0 0 0;
  text-align: center;
  width: 480px;
  margin: 26px auto 0;
}
.customer-account-edit .my-account form .Button {
  min-height: 38px;
  flex-wrap: nowrap;
}
.customer-account-edit .my-account form .Button i {
  border-color: #fff;
  border-width: 0 2px 2px 0;
}

.customer-address-index .my-account h2 {
  font-size: 16px;
  text-align: center;
  margin: 18px 0 8px;
  font-weight: bold;
}
.customer-address-index .my-account h3 {
  font-size: 13px;
  line-height: 23px;
  color: var(--color-grey-400);
}
.customer-address-index .my-account li.empty {
  text-align: center;
  font-weight: bold;
}
.customer-address-index .my-account .buttons-set {
  border-top: none;
  text-align: center;
}
.customer-address-index .my-account .addresses-additional ol {
  border: none;
}
.customer-address-index .my-account ol {
  display: flex;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
}
.customer-address-index .my-account ol .item {
  flex: 1;
}
.customer-address-index .my-account ol .item:nth-child(2n) {
  border-left: 1px solid #E5E5E5;
}
.customer-address-index .my-account ol .item h3 {
  padding: 10px 25px;
  background: #F5F5F5;
}
.customer-address-index .my-account ol .item a {
  font-size: 13px;
  line-height: 23px;
  text-decoration-line: underline;
  color: #17548C;
}
.customer-address-index .my-account ol address {
  padding: 20px 25px;
}
.customer-address-index .my-account ol .col-2 {
  border-left: 1px solid #E5E5E5;
}

.Account__create-col {
  margin-left: 0 !important;
  flex: inherit !important;
  width: 50% !important;
  box-sizing: border-box !important;
  padding-right: 35px;
}
.Account__create-col + * {
  border: none !important;
  padding-left: 35px !important;
  padding-right: 0;
}
.Account__create .buttons-set {
  border-top: 1px solid #ccc !important;
  padding-top: 23px !important;
}
.Account__create .buttons-set input.checkbox {
  width: 18px;
  height: 18px;
}
.Account__create .buttons-set button {
  width: 202px;
}
.Account__create .buttons-set label {
  vertical-align: middle;
}
.Account__create .buttons-set p {
  margin: 32px auto;
}
.Account__create .form-list .field {
  float: none;
  width: 100%;
  margin-bottom: 16px;
}
.Account__create .form-list .field:last-child {
  margin-bottom: 0;
}
.Account__create-form {
  flex-wrap: wrap;
}
.Account__login, .Account__create, .Account__forgot {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  padding: 60px 145px 145px;
}
@media screen and (max-width: 900px) {
  .Account__login, .Account__create, .Account__forgot {
    padding: 30px;
  }
}
.Account__login-forgot, .Account__login .back-link a, .Account__create-forgot, .Account__create .back-link a, .Account__forgot-forgot, .Account__forgot .back-link a {
  font-size: 14px;
  line-height: 25px;
  text-decoration-line: underline;
  color: #17548C;
}
.Account__login .back-link, .Account__create .back-link, .Account__forgot .back-link {
  margin-top: 30px;
}
.Account__login p, .Account__create p, .Account__forgot p {
  font-size: 13px;
  line-height: 23px;
  color: var(--color-grey-400);
}
.Account__login p.required, .Account__create p.required, .Account__forgot p.required {
  font-size: 10px;
  line-height: 25px;
  color: #861710;
  text-align: left;
}
.Account__login-form, .Account__create-form, .Account__forgot-form {
  display: flex;
  margin-top: 20px;
}
.Account__login-form h2, .Account__create-form h2, .Account__forgot-form h2 {
  background: #F5F5F5;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  color: #17548C;
  padding: 0 10px;
  display: inline-block;
  margin-bottom: 18px;
}
.Account__login-form label, .Account__create-form label, .Account__forgot-form label {
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  color: var(--color-grey-400);
}
.Account__login-form input.input-text, .Account__create-form input.input-text, .Account__forgot-form input.input-text {
  background: linear-gradient(180deg, #F6F6F6 0%, #FFFFFF 18.75%, #FFFFFF 100%);
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  border-radius: 5px;
  width: 100%;
  line-height: 34px;
  padding: 0 10px;
}
.Account__login-form input.input-text:hover:not([disabled]), .Account__login-form input.input-text:focus:not([disabled]), .Account__login-form input.input-text:active:not([disabled]), .Account__login-form input.input-text:focus-visible:not([disabled]), .Account__login-form input.input-text:focus-within:not([disabled]), .Account__create-form input.input-text:hover:not([disabled]), .Account__create-form input.input-text:focus:not([disabled]), .Account__create-form input.input-text:active:not([disabled]), .Account__create-form input.input-text:focus-visible:not([disabled]), .Account__create-form input.input-text:focus-within:not([disabled]), .Account__forgot-form input.input-text:hover:not([disabled]), .Account__forgot-form input.input-text:focus:not([disabled]), .Account__forgot-form input.input-text:active:not([disabled]), .Account__forgot-form input.input-text:focus-visible:not([disabled]), .Account__forgot-form input.input-text:focus-within:not([disabled]) {
  border-color: #17548C;
  outline-color: #17548C;
}
.Account__login-form .input-box, .Account__create-form .input-box, .Account__forgot-form .input-box {
  width: 100%;
}
.Account__login-form .form-list li, .Account__create-form .form-list li, .Account__forgot-form .form-list li {
  margin: 0 0 16px;
}
.Account__login-form .buttons-set, .Account__create-form .buttons-set, .Account__forgot-form .buttons-set {
  padding: 0;
  text-align: center;
  max-width: 480px;
  margin: 26px auto 0;
}
.Account__login-form .Button, .Account__create-form .Button, .Account__forgot-form .Button {
  min-height: 38px;
  flex-wrap: nowrap;
}
.Account__login-form .Button i, .Account__create-form .Button i, .Account__forgot-form .Button i {
  border-color: #fff;
  border-width: 0 2px 2px 0;
}
.Account__login-form .amazon-login-button-wrapper, .Account__create-form .amazon-login-button-wrapper, .Account__forgot-form .amazon-login-button-wrapper {
  text-align: center;
}
.Account__login-form .amazon-login-button-wrapper p, .Account__create-form .amazon-login-button-wrapper p, .Account__forgot-form .amazon-login-button-wrapper p {
  font-size: 14px;
  line-height: 25px;
  color: var(--color-grey-400);
  margin: 19px 0;
}
.Account__login-col, .Account__create-col, .Account__forgot-col {
  flex: 1;
}
.Account__login-col + *, .Account__create-col + *, .Account__forgot-col + * {
  margin-left: 75px;
  border-left: 1px solid #E5E5E5;
  padding-left: 75px;
}
.Account__login-col + * .buttons-set button, .Account__create-col + * .buttons-set button, .Account__forgot-col + * .buttons-set button {
  width: 202px;
}

.Align--center {
  display: flex;
  align-items: center;
}

.Footer {
  font-family: Arial, sans-serif;
  background: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
}

.Footer__top-bg-container {
  position: relative;
  overflow: hidden;
  bottom: -1px;
}

.Footer__top-bg-container img {
  width: 100%;
}

.Footer__top-bg {
  margin: 0 -10px;
}

.Footer__bullets, .Footer__contact, .Footer__logo, .Footer__copyright, .Footer__links {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.Footer__logo-container, .Footer__copyright-container {
  background: #001C39;
  text-align: center;
}

.Footer__links-container, .Footer__contact-container {
  background: #003265;
}

.Footer__bullets-container {
  background: #0E548A;
  padding-top: 33px;
}

.Footer__copyright {
  padding: 30px 0;
  font-size: 12px;
  color: #A7A9AC;
}

.Footer__bullets {
  position: relative;
  font-size: 16px;
  color: #FFFFFF;
}

.Footer__bullets:after {
  content: url("../images/footer_middle_bg.svg");
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
}

.Footer__bullets-title {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  padding: 30px 0 20px;
}

.Footer__bullets-list {
  display: flex;
  justify-content: space-between;
}

.Footer__bullets-list i {
  margin-right: 15px;
}

.Footer__bullets-list li {
  display: flex;
  align-items: center;
}

.Footer__bullets-images {
  display: flex;
  justify-content: center;
  padding-bottom: 60px;
}

.Footer__bullets-images > * {
  margin: 45px 25px;
}

.Footer__links {
  padding-top: 60px;
  font-size: 12px;
  color: #e6e6e6;
}

.Footer__links .h3 {
  font-size: 16px;
  position: relative;
  padding-bottom: 20px;
}

.Footer__links .h3:after {
  content: "";
  display: block;
  width: 58px;
  height: 2px;
  background: #001C39;
  position: absolute;
  bottom: 8px;
}

.Footer__links a {
  color: #E6E6E6;
  line-height: 25px;
}

.Footer__logo {
  padding-top: 58px;
}

.Footer__logo img {
  width: 100%;
  max-width: 274px;
}

.Footer__contact {
  display: flex;
  padding: 60px 0;
  justify-content: space-between;
  color: #fff;
  text-align: left;
  line-height: 21px;
}

.Footer__contact h2 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.Footer__contact h2 i {
  margin-right: 15px;
}

.Footer__contact p:not(:last-child) {
  margin-bottom: 15px;
}

.Footer__contact h2 a {
  color: #fff;
}

.Footer__contact-item {
  flex: 1;
  max-width: 356px;
}

.Footer__contact-info {
  color: #E6E6E6;
}

.Footer__contact-info a {
  color: #4193D6;
}

.Footer__contact-phone {
  flex: 0;
  white-space: nowrap;
  padding: 0 20px;
}

.Footer__contact-phone a {
  margin-left: 5px;
}

.Footer__contact-location {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Footer__contact-location a {
  color: #fff;
}

.Footer__contact-location > span {
  width: 48%;
}

.Footer__contact-location b {
  margin-top: 10px;
  display: block;
}

.icon-price {
  display: inline-block;
  content: url("../images/icon_price.svg");
}

.icon-delivery {
  display: inline-block;
  content: url("../images/icon_delivery.svg");
}

.icon-value {
  display: inline-block;
  content: url("../images/icon_value.svg");
}

.icon-tax {
  display: inline-block;
  content: url("../images/icon_tax.svg");
}

.icon-location {
  display: inline-block;
  content: url("../images/icon_location.svg");
}

.icon-return {
  display: inline-block;
  content: url("../images/icon_return.svg");
}

.icon-phone {
  display: inline-block;
  content: url("../images/icon_phone.svg");
}

.icon-arrow-top {
  display: inline-block;
  content: url("../images/icon_arrow_top.svg");
}

.Footer__stars {
  margin-left: 5px;
  height: 14px;
  max-width: 79px;
  background: url("../images/star_bg.svg");
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.Footer__stars span {
  display: block;
  height: 100%;
  background: url("../images/star.svg");
}

.Footer__reviews {
  font-size: 10px;
  color: #fff;
}

.Footer__reviews-count {
  vertical-align: middle;
}

.Footer__reviews-count:before {
  content: attr(data-count);
}

@media screen and (max-width: 1300px) {
  .Footer__bullets, .Footer__contact, .Footer__logo, .Footer__copyright, .Footer__links {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 900px) {
  .Footer__bullets-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .Footer__bullets-list li {
    margin: 10px;
  }

  .Footer__contact-location > span {
    width: 100%;
    margin-bottom: 20px;
  }
}
.popup-logo {
  padding-left: 16px;
  margin-bottom: 16px;
}

.header {
  padding: 5px 10px;
}

.header .logo strong {
  position: absolute;
  top: -999em;
  left: -999em;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}

.header a.logo img {
  width: 100%;
  max-width: 250px;
}

a#header-warehouse {
  left: 105px;
  color: #81100f;
  font-style: italic;
  font-size: 11px;
  top: 98px;
  position: absolute;
}

.header .welcome-msg {
  font-weight: bold;
  text-align: right;
  padding-top: 6px;
  line-height: 18px;
  width: 340px;
  float: right;
}

.header .welcome-msg .ship-to {
  padding-right: 30px;
  background: transparent url(../images/iconsV.gif) 100% 0 no-repeat;
  float: left;
}

.header .links {
  text-align: right;
  font-weight: bold;
  line-height: 16px;
}

.header .links a {
  display: inline-block;
  margin-left: 4px;
}

.header .form-language {
  clear: both;
  text-align: right;
}

.header-container .top-container {
  clear: both;
  text-align: right;
}

.header-tab-links div {
  float: left;
}

.header-tab-links a {
  display: block;
  padding: 3px 10px 3px 5px;
}

.main-ico {
  float: right !important;
  clear: right;
  height: 22px;
  margin-top: -1px;
  position: relative;
  text-align: right;
}

.main-ico-login {
  float: right !important;
  clear: right;
  height: 22px;
  left: 865px;
  margin-top: -1px;
  position: absolute;
  text-align: right;
}

.chat-ico {
  left: 0;
  position: relative;
  margin-top: -2px;
}

.ship-to2 {
  padding-left: 8px !important;
  background: url("/skin/frontend/ufg/default/images/united_states_of_america.png") no-repeat scroll 100% 0 transparent;
  float: left;
  margin-top: 1px;
  padding-right: 29px;
}

.ship-to2-login {
  padding-left: 0 !important;
  background: url("/skin/frontend/ufg/default/images/united_states_of_america.png") no-repeat scroll 100% 0 transparent;
  float: left;
  margin-top: 2px;
  padding-right: 29px;
}

.financing-to {
  padding-left: 8px;
  float: left;
  margin-top: -2px;
  padding-right: 5px;
}

.call-to {
  padding-left: 10px;
  float: left;
  font-size: 14px;
}

.form-search input.input-text {
  width: 270px;
  padding-right: 0;
}

.form-search .input-box {
  max-width: 350px !important;
}

.form-search a.button span {
  background: url("/skin/frontend/ufg/default/images/search.png") no-repeat scroll 0 0 transparent;
  height: 31px;
  position: relative;
  top: -2px;
  width: 112px;
  margin-left: -12px;
}

.form-search a.button span span {
  background: none repeat scroll 0 0 transparent;
  text-indent: -100000px;
}

/*My discount*/
.my-discount {
  color: #FF0000;
  font-size: 14px;
  font-weight: bold;
}

/*Footer search form*/
.footer-form-search {
  margin-left: 250px;
  padding-bottom: 30px;
}

.fb-like-icon {
  margin-left: -10px;
}

.Header {
  background: #f0efef;
}

.Header__tab {
  background: #F1F1F1;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 1;
}
.Header__tab a {
  width: 100%;
  box-sizing: border-box;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Header__tab--custom {
  padding-right: 0;
  padding-left: 30px;
  flex: 2;
}

.Header__financial {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  max-width: 103px;
  color: #484848;
  line-height: 12px;
}

.Header__financial svg {
  padding-right: 10px;
  width: 54px;
}

.Header__phone {
  display: flex;
  margin-left: auto;
  align-items: center;
  white-space: nowrap;
  padding-left: 10px;
}
.Header__phone svg {
  margin-right: 10px;
  margin-left: 15px;
}

.Header__phone span {
  text-align: right;
}

.Header__phone a {
  color: #17548C;
  font-size: 20px;
}

.Header__tab:not(:last-child):not(:first-child):after {
  content: "";
  display: block;
  height: 85%;
  width: 1px;
  background: #ddd;
  position: absolute;
  right: 0;
}

.Header__tab--active, .Header__tab:not(.Header__tab--custom):hover {
  background: #fff;
}

.Header__tabs {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 14px;
}

.Header__tabs-container {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  background: #F1F1F1;
}

.Header__content {
  background: #fff;
}

.Header__content-container {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Header__logo a {
  text-decoration: none !important;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
}

.Header__logo img {
  width: 100%;
  max-width: 250px;
  min-width: 200px;
  padding: 10px 0;
}

.Header__logo strong {
  position: absolute;
  top: -999em;
  left: -999em;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}

.Header__search {
  flex: 1;
  display: inline-flex;
  align-items: center;
  margin: 0 50px;
}
.Header__search #topSearch_mini_form > button {
  background: #861710;
  border-radius: 0 5px 5px 0;
  font-size: 18px;
  font-weight: bold;
  padding: 0 12px;
  display: flex;
  align-items: center;
  color: #fff;
  border: none;
  cursor: pointer;
}

.Header__search form {
  display: flex;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  border-radius: 5px;
}

.wyomind-elasticsearch {
  display: flex;
  flex-direction: row-reverse;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  text-align: left;
}
.wyomind-elasticsearch .categories {
  border-right: 1px solid #ddd;
  max-width: 204px;
}
.wyomind-elasticsearch .categories ul li {
  font-size: 12px;
  line-height: 18px;
  color: #2F2A2A;
  padding: 4px 10px 4px 23px;
}
.wyomind-elasticsearch .categories ul li:hover:not(.title) {
  background: #F4F4F4;
}
.wyomind-elasticsearch .categories ul li a {
  display: block;
}
.wyomind-elasticsearch .categories li.title, .wyomind-elasticsearch .categories li.title a {
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
  color: #033266;
  padding: 14px 6px 6px;
  display: flex;
  align-items: center;
}
.wyomind-elasticsearch .categories li.title:before, .wyomind-elasticsearch .categories li.title a:before {
  content: "";
  display: inline-block;
  background: #861710;
  width: 2px;
  height: 13px;
  margin-right: 8px;
  margin-left: 6px;
}
.wyomind-elasticsearch .products {
  max-width: 343px;
  padding: 6px 0;
}
.wyomind-elasticsearch .products li {
  padding: 6px 14px;
}
.wyomind-elasticsearch .products li > div {
  display: flex;
}
.wyomind-elasticsearch .products li > div > img {
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  display: block;
}
.wyomind-elasticsearch .products li:hover:not(.all-results) {
  background: #F1F1F1;
}
.wyomind-elasticsearch .products li.all-results a {
  font-size: 13px;
  line-height: 20px;
  color: #17548C;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: block;
}
.wyomind-elasticsearch .products li.all-results a:after {
  display: inline-block;
  content: url("../images/arrow_down_black.svg");
  transform: rotate(-90deg);
  margin-left: 5px;
}
.wyomind-elasticsearch .products .info {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.wyomind-elasticsearch .products .info button {
  margin-top: 12px;
  padding: 5px 10px;
  font-size: 16px;
  min-height: 30px;
  margin-left: auto;
}
.wyomind-elasticsearch .products .info button.loading .loader {
  width: 17px;
  height: 17px;
}
.wyomind-elasticsearch .products .info img {
  margin-top: 12px;
  margin-left: auto;
  cursor: pointer;
}
.wyomind-elasticsearch .products .name {
  font-weight: bold;
  font-size: 10px;
  line-height: 15px;
  color: #2F2A2A;
  margin-bottom: 10px;
  display: block;
}
.wyomind-elasticsearch .products .image {
  margin-right: 10px;
}
.wyomind-elasticsearch .products .old-price .price {
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 11px;
  text-decoration-line: line-through;
  color: #66696B;
  margin-bottom: 7px;
  display: block;
}
.wyomind-elasticsearch .products .special-price .price, .wyomind-elasticsearch .products .regular-price .price {
  font-family: Arial, sans-serif;
  font-size: 15px;
  color: #861710;
}
.wyomind-elasticsearch .products .price-label {
  min-width: 35px;
  display: inline-block;
}
.wyomind-elasticsearch .products .old-price {
  display: none;
}
.wyomind-elasticsearch .products .price-from .price-label, .wyomind-elasticsearch .products .price-to .price-label {
  font-weight: normal;
}
.wyomind-elasticsearch .products .price-box .price {
  color: #861710;
}

.header .form-search .search-autocomplete {
  z-index: 999;
  left: 600px;
  top: 30px;
  min-width: 220px;
  _width: 220px;
}

.header .form-search .search-autocomplete ul {
  border: 1px solid #ddd;
  background-color: #fff;
}

.header .form-search .search-autocomplete li {
  padding: 3px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

.header .form-search .search-autocomplete li .amount {
  float: right;
  font-weight: bold;
}

/* to override sli custom css */
.Header__search input {
  background: linear-gradient(180deg, #F6F6F6 0%, #FFF 29.48%, #F6F6F6 100%) !important;
  border: 1px solid #E5E5E5 !important;
  border-right: none !important;
  flex: 1;
  font-size: 16px !important;
  color: #586262 !important;
  padding: 10px 12px !important;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: auto !important;
  margin: 0 !important;
  outline: none;
  transition: border-color 250ms;
}
.Header__search input:focus, .Header__search input:active {
  border-color: #033266 !important;
}
.Header__search input:focus + button, .Header__search input:active + button {
  background-color: #033266 !important;
}
.Header__search button {
  transition: background-color 250ms;
}
.Header__search button svg {
  margin-left: 20px;
}

.Header__info {
  display: flex;
  align-items: center;
  margin-right: 50px;
}

.Header__track:before {
  background: url("../images/track.svg") no-repeat;
}

.Header__account:before {
  background: url("../images/account.svg") no-repeat center;
}

.Header__logout:before {
  background: url("../images/customer/logout.svg") no-repeat center;
}

.Header__cart:before {
  background: url("../images/cart.svg") no-repeat center;
  content: "";
  display: block;
  height: 28px;
  width: 100%;
  padding-bottom: 4px;
}

.Header__cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  text-align: center;
  min-width: 28px;
}

.Header__cart:after {
  content: attr(data-count);
  color: #fff;
  position: absolute;
  font-weight: bold;
  font-size: 12px;
  left: 0;
  right: 0;
  top: 15px;
}

.Header__actions {
  display: flex;
  align-items: center;
  font-size: 13px;
  max-height: 46px;
}

.Header__actions .links {
  display: flex;
}

.Header__actions .links li {
  padding: 0 20px;
  min-width: 30px;
}

.Header__actions .links li a {
  color: #484848;
  white-space: nowrap;
}

.Header__actions .links li a:before {
  content: "";
  display: block;
  height: 28px;
  width: 100%;
  padding-bottom: 4px;
}

.Header__actions .links li:first-child {
  padding-left: 0;
}

.Header__actions .links li:last-child {
  padding-right: 0;
}

.Header__reviews {
  text-align: left;
}

.Header__reviews-count {
  padding-left: 3px;
}

.Header__reviews-count:before {
  content: attr(data-count);
}

.Header__stars {
  margin: 2px 0 3px;
  height: 14px;
  max-width: 79px;
  background: url("../images/star_bg.svg");
}

.Header__stars span {
  display: block;
  height: 100%;
  background: url("../images/star.svg");
}

.Nav {
  display: flex;
  position: relative;
  z-index: 2;
}

.Nav:before, .Nav:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
}

.Nav:before {
  background: #033266;
}

.Nav:after {
  background: #17548C;
  left: 50%;
  right: 0;
  width: auto;
}

.Nav-container {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 1;
  background: #033266;
}

.Nav-container > ul {
  display: flex;
  font-size: 15px;
  width: 100%;
  background: #033266;
}

.Nav-container > ul > li.level0 {
  padding: 2px 10px;
  margin: auto;
}

.Nav-container > ul > li > a {
  line-height: 36px;
}

.Nav-container > ul > li.parent > a:after {
  content: "";
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 10px;
  margin-top: -3px;
}

.Nav-container > ul li {
  padding: 2px 15px;
  position: relative;
}

.Nav-container > ul > li:last-child {
  margin-left: auto;
  padding-right: 0;
  background: #17548C;
  margin-right: -1px;
  padding-left: 35px;
}

.Nav-container > ul > li:first-child {
  padding-left: 0;
  margin-left: 0;
}

.Nav-container a {
  display: flex;
  color: #fff;
  align-items: center;
}

.Nav-container ul.level0 {
  display: none;
}

.Nav-container ul.level0 li.parent > ul {
  display: none;
}

.Nav-container li.level0.over ul.level0 {
  display: block;
  position: absolute;
  background: #033266;
  min-width: 15em;
  text-align: left;
  margin-left: -15px;
  padding-bottom: 8px;
  line-height: 1.2em;
  font-size: 0.9em;
  padding-left: 0.4em;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
}

.Nav-container li:last-child.level0.over ul.level0 {
  right: 0;
}

.Nav-container li:last-child.level0.over ul.level0 {
  background: #17548C;
}

.onepagecheckout-index-index .Header {
  background: none;
}
.onepagecheckout-index-index .Header__logo {
  display: flex;
  align-items: center;
}
.onepagecheckout-index-index .Header__cart {
  min-width: 30px;
  margin-left: 20px;
  font-weight: bold;
}
.onepagecheckout-index-index .Header__content-container {
  border-bottom: 1px solid #E5E5E5;
  padding: 18px 0;
}
.onepagecheckout-index-index .Header__logo img {
  width: 220px;
  max-width: 100%;
  padding: 0;
}
.onepagecheckout-index-index .Header .checkout-title {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 41px;
  color: #861710;
  margin-left: 30px;
  align-items: center;
  display: flex;
}

.onepagecheckout-index-index .Header__info {
  display: none;
}

.onepagecheckout-index-index .Header__actions {
  align-items: flex-start;
}

.onepagecheckout-index-index .Header__actions tr {
  display: flex;
  align-items: center;
}

.onepagecheckout-index-index .Header__actions td {
  margin: 0 4px;
}

.onepagecheckout-index-index .page-title {
  padding: 0 8px;
}

@media screen and (max-width: 1300px) {
  .Header__tabs-container, .Header__content-container {
    padding: 0 10px;
    box-sizing: border-box;
  }

  .Nav-container > ul > li:first-child {
    padding-left: 10px;
  }

  .Nav-container > ul > li:last-child {
    padding-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .Header__info, .Header__actions ul li:first-child, .Header__phone > span, .Header__financial {
    display: none;
  }

  .Header__search {
    margin: 0 20px;
  }

  .Nav-container > ul > li.level0 {
    padding: 2px 4px;
  }

  .Nav-container > ul > li:last-child {
    padding-left: 4px;
  }
}
.page {
  width: 950px;
  margin: 5px auto 0;
  text-align: left;
  position: relative;
  max-width: 100%;
}

.page-print {
  background: #fff;
  padding: 20px;
  text-align: left;
}

.page-empty {
  background: #fff;
  padding: 20px;
  text-align: left;
}

.page-popup {
  padding: 20px 20px 0;
  text-align: left;
}

.popup-wrapper {
  background-color: #fff;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 0;
  padding-top: 16px;
}

.main-container {
  background-color: #fff;
  position: relative;
}

.wrapper {
  position: relative;
}

.cms-index-index .page {
  width: 100%;
  margin: 0;
}
.cms-index-index .col-main > *:not(.Home__slider) {
  width: 1320px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 10px;
  max-width: 100%;
}

.page, .toolbar, .Brand__container {
  width: 1320px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 10px;
  max-width: 100%;
}

.catalogsearch-result-index .page-title {
  display: none;
}

.catalog-category-view .col-main, .rewritingfilters-category-view .col-main {
  width: 100%;
}

.Breadcrumbs {
  color: #5D5D5D;
}
.Breadcrumbs-container {
  width: 1320px;
  max-width: 100%;
  margin: 0 auto;
  color: #5D5D5D;
  font-size: 13px;
  line-height: 14px;
  text-align: left;
  padding: 18px 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.Breadcrumbs a {
  color: #5D5D5D;
}
.Breadcrumbs a span {
  text-decoration: underline;
}
.Breadcrumbs li {
  display: inline;
}

.catalogsearch-advanced-result .breadcrumbs {
  clear: both;
  background: #023265;
  background: -moz-linear-gradient(top, #034993, #023265);
  background: -webkit-linear-gradient(top, #034993, #023265);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #034993), color-stop(1, #023265));
  background: linear-gradient(top, #034993, #023265);
  white-space: nowrap;
  box-shadow: 0 0 2px #6F8EA4;
}

.catalogsearch-advanced-result .breadcrumbs .Breadcrumbs-container {
  padding: 0;
}

.catalogsearch-advanced-result .breadcrumbs ul {
  color: #fff;
  font: normal 14px/28px Georgia, Palatino, Serif;
  display: block;
  border: 0 solid #fff;
  padding: 0 5px;
  overflow: hidden;
}

.catalogsearch-advanced-result .breadcrumbs ul a {
  color: #fff;
}

* {
  box-sizing: border-box;
}

.std {
  background-color: #fff;
  padding: 0 16px;
}
.std .subtitle {
  padding: 0;
}
.std ol.ol {
  list-style: decimal outside;
  padding-left: 1.5em;
}
.std ul.disc {
  list-style: disc outside;
  padding-left: 18px;
  margin: 0 0 10px;
}
.std dl dt {
  font-weight: bold;
}
.std dl dd {
  margin: 0 0 10px;
}
.std ul, .std ol,
.std dl, .std p,
.std address, .std blockquote {
  margin: 0 0 1em;
  padding: 0;
}
.std ul {
  list-style: circle;
  padding-left: 28px;
}
.std ol {
  list-style: decimal outside;
  padding-left: 1.5em;
}
.std ul ul {
  list-style-type: circle;
}
.std ul ul, .std ol ol,
.std ul ol, .std ol ul {
  margin: 0.5em 0;
}
.std dt {
  font-weight: bold;
}
.std dd {
  padding: 0 0 0 1.5em;
}
.std blockquote {
  font-style: italic;
  padding: 0 0 0 1.5em;
}
.std address {
  font-style: normal;
}
.std b, .std strong {
  font-weight: bold;
}
.std i, .std em {
  font-style: italic;
}
.std a {
  color: #0d3886;
}
.std p {
  padding-top: 16px;
}
.std h1 {
  margin-bottom: 16px;
}

.page-popup .std {
  padding-bottom: 16px;
}

.cms-home .std {
  display: block;
  float: left;
}

.category-description.std {
  color: #333333;
  font-family: Arial;
  font-size: 13px;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font: 12px Arial, Helvetica, sans-serif;
  color: #000;
}

img {
  border: 0;
  vertical-align: top;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* 

## Headings 

*/
h1 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.15;
}

h2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.25;
}

h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
}

h4 {
  font-size: 14px;
  font-weight: bold;
}

h5 {
  font-size: 12px;
  font-weight: bold;
}

h6 {
  font-size: 11px;
  font-weight: bold;
}

/* 

## Forms

*/
form {
  display: inline;
}

fieldset {
  border: 0;
}

legend {
  display: none;
}

/* 

## Table

*/
table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}

caption, th, td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

/* 

## Content

*/
strong {
  font-weight: bold;
}

address {
  font-style: normal;
}

cite {
  font-style: normal;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after {
  content: "";
}

small, big {
  font-size: 1em;
}

sup {
  font-size: 1em;
  vertical-align: top;
}

/* 

## Lists

*/
ul, ol {
  list-style: none;
}

/* Headings */
h1, h2, h3, h4, h5, h6, big {
  color: #023266;
}

h1, big {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.15;
}

/* Tools */
.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.nobr {
  white-space: nowrap !important;
}

.wrap {
  white-space: normal !important;
}

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

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

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

.v-top {
  vertical-align: top;
}

.v-middle {
  vertical-align: middle;
}

.f-left,
.left {
  float: left !important;
}

.f-right,
.right {
  float: right !important;
}

.f-none {
  float: none !important;
}

.f-fix {
  float: left;
  width: 100%;
}

.no-display {
  display: none;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-bg {
  background: none !important;
}

.block-account {
  font-weight: bold;
  font-size: 12px;
  line-height: 25px;
  color: #17548C;
}
.block-account .item {
  line-height: 1;
}
.block-account .item-1:before {
  content: url("../images/customer/account_1.svg");
  display: inline-block;
  line-height: 0;
  width: 32px;
  text-align: center;
}
.block-account .item-1.current:before {
  content: url("../images/customer/account_1_active.svg");
}
.block-account .item-2:before {
  content: url("../images/customer/account_2.svg");
  display: inline-block;
  line-height: 0;
  width: 32px;
  text-align: center;
}
.block-account .item-2.current:before {
  content: url("../images/customer/account_2_active.svg");
}
.block-account .item-3:before {
  content: url("../images/customer/account_3.svg");
  display: inline-block;
  line-height: 0;
  width: 32px;
  text-align: center;
}
.block-account .item-3.current:before {
  content: url("../images/customer/account_3_active.svg");
}
.block-account .item-4:before {
  content: url("../images/customer/account_4.svg");
  display: inline-block;
  line-height: 0;
  width: 32px;
  text-align: center;
}
.block-account .item-4.current:before {
  content: url("../images/customer/account_4_active.svg");
}
.block-account .item-5:before {
  content: url("../images/customer/account_5.svg");
  display: inline-block;
  line-height: 0;
  width: 32px;
  text-align: center;
}
.block-account .item-5.current:before {
  content: url("../images/customer/account_5_active.svg");
}
.block-account .item-6:before {
  content: url("../images/customer/account_6.svg");
  display: inline-block;
  line-height: 0;
  width: 32px;
  text-align: center;
}
.block-account .item-6.current:before {
  content: url("../images/customer/account_6_active.svg");
}
.block-account .item-7:before {
  content: url("../images/customer/account_7.svg");
  display: inline-block;
  line-height: 0;
  width: 32px;
  text-align: center;
}
.block-account .item-7.current:before {
  content: url("../images/customer/account_7_active.svg");
}
.block-account .item-8:before {
  content: url("../images/customer/account_8.svg");
  display: inline-block;
  line-height: 0;
  width: 32px;
  text-align: center;
}
.block-account .item-8.current:before {
  content: url("../images/customer/account_8_active.svg");
}
.block-account .block-content {
  padding: 0;
  border: none;
}
.block-account .block-content li {
  border-bottom: 1px solid #E5E5E5;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.block-account .block-content li.current {
  background: #F5F5F5;
}
.block-account .block-content li a, .block-account .block-content li strong {
  padding: 14px 10px 14px 15px;
  display: block;
  flex: 1;
}
.block-account .block-content li a {
  color: #767676;
}

.block-cart .block-content {
  padding: 0;
  border: none;
}
.block-cart .Header__cart {
  min-width: 28px;
  text-align: center;
  margin-right: 10px;
  margin-left: 10px;
}
.block-cart .Header__cart:before {
  content: "";
  display: block;
  height: 28px;
  width: 100%;
  padding-bottom: 4px;
}
.block-cart .summary {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 90px;
  font-weight: bold;
  font-size: 12px;
}
.block-cart .amount {
  color: #767676;
  margin-bottom: 3px;
}
.block-cart .amount a {
  color: #17548C;
}
.block-cart .subtotal {
  color: #000;
}
.block-cart button {
  width: 100%;
}
.block-cart button .arrow {
  border-color: #fff;
  border-width: 0 2px 2px 0;
}

/*# sourceMappingURL=styles.css.map */
