details,
footer,
header,
nav,
section,
summary {
  display: block;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: tahoma, arial;
  color: #fefefe;
}

body {
  margin: 0;
  background: #0b0c0e;
  font:
    75%/1.5 Tahoma,
    Helvetica,
    Arial,
    sans-serif;
  color: #000000;
  font-size: 16px;
  padding: 20px;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

mark {
  background: #ff0;
  color: #000;
}

p {
  margin: 1em 0;
}

code {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;

  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
  white-space: normal;
  margin-left: -7px;
}

button,
input,
select,
textarea {
  margin: 0;

  font-size: 100%;

  vertical-align: baseline;

  vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type='checkbox'],
input[type='radio'] {
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

input[type='search'] {
  -webkit-appearance: textfield;

  -webkit-box-sizing: content-box;

  box-sizing: content-box;
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;

  border: 0;
}

textarea {
  overflow: auto;

  vertical-align: top;
}


img {
  border: 0;
  vertical-align: top;
}

a {
  outline: 0;
}

object,
embed {
  outline: 0;
}

a {
  text-decoration: underline;
  color: #d90202;
}

a:hover {
  text-decoration: underline;
  color: #0044aa;
}

a:focus {
  outline: 0;
  color: #0044aa;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0px 0 18px 0;
  padding: 0;

  clear: both;
}

h1 {
  font-size: 32px;
  font-family: tahoma, arial, arial, sans-serif;
}

h2 {
  font-size: 26px;
  font-family: tahoma, arial, arial, sans-serif;
}

h3 {
  margin: 30px 0 18px 0;

  font-size: 20px;
  font-family: tahoma, arial, arial, sans-serif;
}

h4 {
  margin: 30px 0 18px 0;

  font-size: 16px;
  font-family: tahoma, arial, arial, sans-serif;
}

h5 {
  margin: 30px 0 18px 0;

  font-size: 14px;
  font-family: tahoma, arial, arial, sans-serif;
}

form {
  display: inline;
}

fieldset {
  border: 0;
}

legend {
  display: none;
}

table {
  border: 0;

  empty-cells: show;
  font-size: 100%;
}

caption,
th,
td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

p {
  margin: 9px 0;
}

strong {
  font-weight: bold;
}

address {
  font-style: normal;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
}

.v-middle {
  vertical-align: middle;
}

.page {
  position: relative;

  width: 1024px;

  margin: 0 auto;
  padding: 0px 20px 72px;
}

.main {
  padding: 18px 0;
}

.col2-left-layout .col-left {
  width: 20rem;
  float: left;
}

.col2-left-layout .col-main {
  width: calc(100% - 22rem);
  float: right;
  margin-left: 2rem;
}

.col2-right-layout .col-right {
  width: 20rem;
  float: right;
  margin-left: 2rem;
}

.col2-right-layout .col-main {
  width: calc(100% - 22rem);
  float: left;
}

.col1-layout .col-main {
  width: 100%;
  float: none;
}

.col2-set {
  padding: 15px;

  clear: both;
  overflow: hidden;
  margin-top: 20px;
  background: #f7f7f7;
  border: 1px solid;
  border-radius: 8px 8px 8px 8px;
  color: #444444;
} 

/* .col2-set .col-1 {
  width: 48%;

  float: left;
}

.col2-set .col-2 {
  width: 48%;

  float: right;
}

.col2-set .wide {
  width: 65%;
} */
.col2-set {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  /* Columns expand to fill space */
  gap: 20px;
  margin: 20px 0;
}

.col2-set .col-1,
.col2-set .col-2 {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.col2-set h3 {
    font-size: 1.3rem;
    margin: 0px 0px 10px 0px;
}

.col2-set h4 {
  font-size: 1.1rem;
  margin: 0px 0px 10px 0px;
}

.col2-set p {
  font-size: 1rem;
  line-height: 1.5;
  margin: 10px 0;
}

.col2-set ul.form-list {
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
}


.col2-set input.input-text {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
}

.col2-set input[type="radio"],
.col2-set input[type="checkbox"] {
  margin-right: 5px;
  transform: scale(1.5);
}

.col2-set p.required {
  color: red;
  font-size: 0.9rem;
}

.col2-set a.f-left {
  color: #007BFF;
  text-decoration: none;
}

.col2-set a.f-left:hover {
  text-decoration: underline;
}

/* Buttons Styling */
.col2-set .buttons-set button {
  width: 100%;
  padding: 15px;
  margin-top: 10px;
}

.col2-set .buttons-set {
  text-align: center;
}

.col2-set .form-list li,
.col2-set .form-list li .field {
  width: 100%;
}

textarea {
  width: 96%;
  height: 108px;

  padding: 9px 10px;

  background: #f7f7f7;
  border: none;
  border: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ddd;
}

select {
  padding: 0;
}

.input-box {
  clear: both;
}

.input-box input.input-text {
  width: 92%;
  height: 32px;

  padding: 0 9px;

  border: 1px solid #ccc;
  border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  color: #444;
}

.input-box select {
  width: 100%;
  padding: 8px 4px 7px;
  border: 1px solid #ccc;
  border-radius: 8px 8px 8px 8px;
  color: #444;
  height: 32px;
}

.input-box select.multiselect {
  padding: 5px;

  min-height: 90px;
  background: #f7f7f7;
  border: none;
  border: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ddd;
}

.input-text.qty {
  width: 60px;

  padding: 0px 10px 00px;

  background: #f7f7f7;
  border: none;
  border: 1px solid #444;
  text-align: right;
  color: #444;
}

.form-alt li {
  margin: 9px 0;
}

.form-list {
  width: 90%;
}

.form-list li {
  margin: 9px 0;
}

.form-list li {
  display: inline-block;
}

.form-list li,
.form-list li .field {
  width: 45%;

  margin-right: 5%;
}

.form-list li.fields,
.form-list li.wide {
  display: inline-block;

  width: 100%;
}

.form-list li.wide .input-box input.input-text {
  width: 90%;
}

.form-list li + li.control {
  margin-top: 18px;
}

.form-list li.control + li.control {
  margin-top: 0;
}

.form-list li.control {
  width: 100%;

  margin: 9px 0;
}

.form-list li.control .input-box {
  float: left;
  margin-right: 10px;
}

.form-list li .input-range input#price {
  width: 40%;

  float: left;
  margin-right: 3%;
}

.form-list li .input-range span.separator {
  float: left;
}

.form-list li.control label {
  margin: 0 10px;
}

.shipping .form-list li,
.paypal-review-order .form-list li {
  width: 100%;
}

label.required em {
  color: red;
}

.form-guest {
  width: 460px;
}

.button,
.cart .cart-collaterals .btn-cancel,
.button,
.cart .cart-collaterals .btn-apply {
  display: inline-block;
  padding: 10px 25px;
  background: linear-gradient(180deg, #eeeeee 0%, #999999 100%);
  border: 1px solid #444;
  border-radius: 8px;
  color: #101010;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.2s ease;
}

.button:hover {
  background: linear-gradient(to bottom, #cccccc 5%, #999999 100%);
  background-color: #ccc;
}

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

.buttons-set {
  padding: 9px 0;
}

p.required {
  font-size: 10px;
  color: #ccc;
}

p.back-link {
  clear: left;
}

.button-set {
  padding: 9px 0;
}

.buttons-set button,
.buttons-set p.required {
  margin-right: 10px;
  float: left;
}

.form-list li label.required em {
  text-align: left;
  margin-right: 5px;
}

.validation-advice {
  margin: 3px 0 0;

  clear: both;
  min-height: 13px;
  padding-left: 13px;
  font-size: 11px;
  line-height: 13px;
  background: url(../images/validation_advice_bg.gif) 2px 3px no-repeat;
  color: #eb340a;
}

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

p.required {
  font-size: 11px;
  float: right;
  color: #eb340a;
}

.v-fix {
  float: left;
}

.v-fix .validation-advice {
  position: relative;

  display: block;

  width: 12em;

  margin-right: -12em;
}

.success {
  color: #3d6611;
  font-weight: bold;
}

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

.notice {
  color: #e26703;
}

.messages,
.messages ul {
  margin: 0 !important;
  padding: 0 !important;

  list-style: none !important;
}

.messages {
  width: 100%;

  overflow: hidden;
}

.error-msg,
.note-msg,
.notice-msg {
  padding: 15px;
  padding: 8px 10px;

  background: #f5f5f5;
  border: 1px solid #640101;
  border-radius: 8px 8px 8px 8px;
  color: #555452;
  overflow: auto;
  font-size: 0.9em;
  border-style: solid !important;
  border-width: 1px !important;
  font-size: 11px !important;
  font-weight: bold !important;
  line-height: 1.63636363636;
  margin-bottom: 18px;
}

.error-msg {
  padding: 15px;

  background: #f5f5f5;
  border: 1px solid #640101;
  border-radius: 8px 8px 8px 8px;
  color: #555452;
  overflow: auto;
  font-size: 0.9em;
  border-color: #f16048;
  color: #df280a;
}

.note-msg,
.notice-msg {
  padding: 15px;

  background: #f5f5f5;
  border: 1px solid #640101;
  border-radius: 8px 8px 8px 8px;
  color: #555452;
  overflow: auto;
  font-size: 0.9em;
  border-color: #c0c0c0;
  color: #3d6611;
}

.breadcrumbs a {
  color: #7f7f7f;
}

.breadcrumbs ul {
  margin: 0px;
  padding: 0px;
}

.breadcrumbs li {
  display: inline;
}

.breadcrumbs li strong {
  font-weight: bold;
}

.page-title {
  width: 100%;
  margin: 0px;
  overflow: hidden;
}

.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 {
  float: left;
}

.subtitle,
.sub-title {
  clear: both;
  font-weight: bold;
}

.pager {
  text-align: center;
}

.pager .amount {
  margin: 0;

  float: left;
  margin-right: 20px;
}

.pager .pages {
  float: right;
  margin-right: 20px;
}

.pager .pages ol {
  display: inline;
}

.pager .pages li {
  margin: 0 2px;
  padding: 8px 15px;
  list-style: none;
  border: 1px solid #cccccc;
  float: left;
}

.pager .pages .current {
  background: #ccc;
}

div.pages > strong {
  position: absolute;

  width: 1px;
  height: 1px;

  margin: -1px;
  padding: 0;

  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

.sorter {
  padding: 9px 8px 8px;

  border-bottom: 1px dotted #cccccc;
  font-size: 1rem;
  line-height: 1.63636rem;
}

.sorter .view-mode {
  margin: 0;

  float: left;
}

.sorter .limiter {
  float: right;
}

.sorter .limiter label {
  vertical-align: middle;
}

.sorter .limiter select {
  margin: 0 0 1px;
  padding: 0;

  vertical-align: middle;
}

.sorter .sort-by {
  float: right;
  padding-right: 36px;
}

.sorter .sort-by label {
  vertical-align: middle;
}

.sorter .sort-by select {
  margin: 0 0 1px;
  padding: 0;

  vertical-align: middle;
}

.toolbar {
  margin: 9px 0;
}

.table-centered {
  width: 100%;
  margin: 1.5rem auto;
  border-spacing: 0.5rem;
}

.table-centered td {
  text-align: center;
  padding-bottom: 1rem;
}

.table-centered img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.padding-bottom {
  padding-bottom: 1rem;
}

.table-centered a {
  text-decoration: none;
  color: #333;
}

.table-centered a:hover {
  color: #00ccff;
}

.data-table {
  width: 100%;

  border: 1px solid #640101;
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 40px;
}

.data-table tr.odd {
  background: #fff;
  color: #444444;
}

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

.data-table tr.last th,
.data-table tr.last td {
  border-bottom: 0 !important;
}

.data-table th {
  padding: 9px 8px;

  font-size: 12px;
  line-height: 1.8;
  white-space: nowrap;
}

.data-table th.wrap {
  white-space: normal;
}

.data-table th a {
  color: #fff;
}

.data-table td {
  padding: 9px 8px;
}

.data-table thead,
.data-table thead tr {
  margin: 0;
  padding: 2px 10px;
  text-align: right;
  background: linear-gradient(to bottom, #da523a 5%, #640101 100%);
  color: #fefefe;
}

.data-table tfoot {
  border-bottom: 1px solid #d9dde3;
}

.data-table tfoot tr {
  color: #444444;
}

.data-table tbody th {
  padding: 3px 8px;

  font-size: 11px;
  font-weight: bold;
  text-transform: none;
  white-space: normal;
}

.data-table tbody th,
.data-table tbody td {
  border-bottom: 1px solid #d9dde3;
  padding-bottom: 8px;
}

.data-table tfoot strong {
  font-size: 14px;
  line-height: 1.285714286;
}

.data-table tbody.odd tr {
  background: #fff;
  color: #444444;
}

.data-table tbody.even tr {
  background: #fcfcfc;
  color: #444444;
}

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

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

.data-table tbody td .option-label {
  font-weight: bold;
  font-style: italic;
}

.data-table tbody td .option-value {
  padding-left: 10px;
}

.info-box {
  margin: 0 0 15px;
}

.info-box h2 {
  margin: 0 0 8px;

  font-size: 13px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}

.info-table th {
  padding: 2px 15px 2px 0;

  font-weight: bold;
}

.info-table td {
  padding: 2px 0;
}

tr.summary-total {
  cursor: pointer;
}

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

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

tr.summary-details td {
  background-color: #dae1e4;
  color: #626465;
}

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

tr.summary-details-excluded {
  font-style: italic;
}

.cart-tax-info {
  display: block;
}

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

.cart-tax-total {
  display: block;

  padding-right: 20px;
  background: url(../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;
}

.std h1,
.std h2,
.std h3,
.std h4,
.std h5 {
  margin: 22px 0 8px 0;
  padding: 0;

  clear: both;
}

.std .subtitle {
  padding: 0;
}

.std ol.ol {
  list-style: decimal outside;
  padding-left: 1.5em;
}

.std ul.disc {
  margin: 0 0 10px;

  list-style: disc outside;
  padding-left: 18px;
}

.std dl dt {
  font-weight: bold;
}

.std dl dd {
  margin: 0 0 10px;
}

.std ul,
.std ol,
.std dl,
.std p,
.std address {
  margin: 0 0 1em;
  padding: 0;
}

.std ul {
  list-style: disc outside;
  padding-left: 1.5em;
}

.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 address {
  font-style: normal;
}

.std b,
.std strong {
  font-weight: bold;
}

.std i,
.std em {
  font-style: italic;
}

.std table {
  display: block;

  width: 100%;

  overflow-x: auto;
}

.std table tr th {
  font-weight: bold;
  border-bottom: 1px solid #444;
}

.std table tr td {
  padding-top: 10px;
}

.links li {
  display: inline;
}

.links li.first {
  padding-left: 0 !important;
}

.links li.last {
  background: none !important;
  padding-right: 0 !important;
}

.link-cart {
  font-weight: bold;
  color: #d62502;
}

.link-compare {
  display: none;
}

.link-print {
}

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

.btn-remove {
  display: block;

  width: 12px;
  height: 12px;

  margin: 0 2px;

  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;

  width: 16px;
  height: 16px;

  font-size: 0;
  line-height: 0;
  background: url(../images/btn_trash.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}

.btn-edit {
  display: block;

  width: 12px;
  height: 12px;

  font-size: 0;
  line-height: 0;
  background: url(../images/btn_edit.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}

.cards-list dt {
  margin: 5px 0 0;
}

.cards-list .offset {
  padding: 2px 0 2px 20px;
}

.separator {
  margin: 0 3px;
}

.divider {
  display: block;

  height: 1px;

  margin: 10px 0;

  clear: both;
  font-size: 0;
  line-height: 0;
  background: #ccc;
  text-indent: -999em;
  overflow: hidden;
}

.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 p {
  margin: 9px 0;
}

.demo-notice {
  margin: 0;
  padding: 6px 10px;

  background: #d75f07;
  font-size: 11px;
  line-height: 1.15;
  text-align: center;
  color: #fff;
}

.header {
  margin: 0;
  padding: 18px 0 0;
}

.header .logo {
  text-decoration: none !important;
}

.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 .logo img {
  max-height: 100px;
}

.header .top-promo {
  width: 117px;
  height: 30px;

  margin: 12px 10px 0;

  float: left;
  background: url(../images/bkg_top-promo.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}

.quick-access {
  color: inherit;
  text-align: right;
  margin-bottom: 10px;
}

.quick-access .welcome-msg {
  display: inline;

  margin: 0;

  color: #fff;
}

.quick-access .welcome-msg a {
  color: #ddd;
}

.quick-access .form-language,
.quick-access .top-currency {
  margin: 0 10px 9px 0;

  float: left;
}

.quick-access .form-language label,
.quick-access .top-currency label {
  position: absolute;

  width: 1px;
  height: 1px;

  margin: -1px;
  padding: 0;

  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

.quick-access .form-language select,
.quick-access .top-currency select {
  padding: 0;
}

.quick-access .form-language select.flags option {
  background-position: 4px 50%;
  background-repeat: no-repeat;
  padding-left: 25px;
}

.quick-access .links {
  padding: 0px 8px 0px 4px;

  font-weight: normal;
}

.quick-access .links,
.quick-access .links li {
  display: inline;

  line-height: 2em;
}

.quick-access .links li {
  padding: 20px 6px 0 1px;
}

.quick-access .links a {
  color: #fefefe;
  text-decoration: none;
  font-size: 1em;
}

.quick-access .links a {
  padding: 0px 7px 0 0;

  background: url(../images/bkg_pipe1.gif) no-repeat 100% 50%;
}

.quick-access .links a:hover {
  color: #ddd;
}

.quick-access .links li.last a {
  padding: 0;

  background: none;
}

.form-search label {
  position: absolute;

  width: 1px;
  height: 1px;

  margin: -1px;
  padding: 0;

  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

.form-search .search-autocomplete {
  z-index: 999;
  color: #444444;
}

.form-search .search-autocomplete ul {
  border: 1px solid #999;
  background-color: #f9f5f0;
}

.form-search .search-autocomplete li {
  padding: 2px 8px 1px 8px;

  text-align: left;
  border-bottom: 1px solid #f4eee7;
  cursor: pointer;
}

.form-search .search-autocomplete li .amount {
  float: right;
  font-weight: bold;
}

.form-search .search-autocomplete li.odd {
  background-color: #f6f6f6;
}

.form-search .search-autocomplete li.selected {
  background-color: #ecf9ea;
}

.nav-container {
  position: relative;

  width: 100%;
  height: 34px;

  margin: 18px 0;

  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
}

.nav-container select {
  margin: 18px 0;
}

.nav-container select {
  width: 100%;
}

#nav {
  display: inline-block;
}

#nav li {
  position: relative;

  text-align: left;
}

#nav li.over {
  z-index: 998;
}

#nav a,
#nav a:hover {
  display: block;

  text-decoration: none;
  text-transform: uppercase;
}

#nav span {
  display: block;

  cursor: pointer;
  white-space: nowrap;
}

#nav li ul span {
  white-space: normal;
}

#nav li {
  float: left;
  margin-right: 20px;
}

#nav li.active a {
  color: #444;
}

#nav a {
  padding: 8px 10px;

  float: left;
  letter-spacing: 0.2em;
  color: #444;
  font-weight: bold;
  font-size: 13px;
  font-family: arial, helvetica, arial, sans-serif;
  line-height: 1.384615385;
}

#nav li.over a,
#nav a:hover {
  color: #444;
}

#nav li.over,
#nav li.active {
  background: #ececec;
}

#nav ul li,
#nav ul li.active,
#nav ul li.over {
  margin: 0;
  padding: 0;

  float: none;
  border: none;
  background: none;
  padding-bottom: 1px;
  text-transform: none;
}

#nav ul li.last {
  padding-bottom: 0;
}

#nav ul li.active {
  margin: 0;

  border: 0;
  background: none;
}

#nav ul a,
#nav ul a:hover {
  padding: 0;

  float: none;
  background: none;
}

#nav ul li a {
  font-weight: normal !important;
}

#nav ul,
#nav div {
  position: absolute;
  top: 30px;
  left: -10000px;

  width: 15em;

  padding: 3px 8px;

  border: 1px solid #bbb;
  background: #fcfcfc;
}

#nav div ul {
  position: static;

  width: auto;

  padding: 0;

  border: none;
}

#nav ul ul,
#nav ul div {
  top: 5px;
}

#nav ul li a {
  padding: 3px 0;

  color: #444 !important;
}

#nav ul li a:hover {
  padding: 3px 0;

  color: #5a7f00 !important;
}

.block {
  margin: 18px 0;
}

.block:first-child {
  margin-top: 0;
}

.block .block-title strong {
  display: block;

  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: tahoma, helvetica, arial, sans-serif;
}

.block .block-title a {
  text-decoration: none !important;
}

.block .block-content {
  padding: 15px;

  background: #f5f5f5;
  border: 1px solid #640101;
  border-radius: 0px 0px 8px 8px;
  -webkit-border-radius: 0px 0px 8px 8px;
  -moz-border-radius: 0px 0px 8px 8px;
  overflow: auto;
  line-height: 1.4em;
  color: #555452;
}

.block .block-content ul, .block .block-content ol {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.block .block-content li.item {
  margin-bottom: 18px;
  list-style: none;
}

.block .block-content dl dd, .block .block-content dl dt {
  margin: 0px;
  padding: 0px;
}

.block .block-content .product-name {
  color: #4f8100;
  margin-bottom: 0;
}

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

.block .actions {
  text-align: right;
}

.block .actions a {
  float: left;
}

.block .actions button.button {
  float: right;
}

.mini-products-list .product-image {
  width: 50px;

  float: left;
}

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

.block-currency {
  background: #f4f4f4;
}

.block-currency .block-title {
  border: 0;
  background: none;
  text-transform: none;
}

.block-currency .block-title strong {
  text-transform: none;
}

.block-currency .block-content select {
  width: 100%;

  padding: 0;
}

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

  margin-bottom: 0;
  text-transform: uppercase;
  font: 12/1.5;
}

.block-layered-nav dt {
  font-weight: bold;
}

.block-layered-nav dd li {
  margin: 9px 0;
}

.block-layered-nav dd a {
  color: #444;
  font-size: 0.8em;
}

.block-layered-nav .currently .label {
  font-weight: bold;
}

.block-layered-nav .actions {
  margin: 0;
}

.block-layered-nav .actions a {
  float: none;
}

.block-cart .summary {
  position: relative;

  padding: 9px 3px;

  text-align: center;
  z-index: 1;
  background: #f5f4f4;
  -webkit-box-shadow: inset 0 0 5px 5px#edeaea;
  box-shadow: inset 0 0 5px 5px #edeaea;
  border-radius: 4px;
}

.block-cart .amount {
  margin: 0;
}

.block-cart .amount a {
  font-weight: bold;
}

.block-cart .subtotal {
  margin: 9px;
}

.block-cart .subtotal .price {
  font-weight: bold;
}

.block-cart .actions {
  display: none !important;
}

.block-cart .actions .paypal-logo {
  width: 100%;

  float: left;
  text-align: right;
}

.block-wishlist .actions {
  text-align: right;
}

.block-wishlist .actions a {
  float: none;
}

.block-related .block-subtitle {
  font-weight: bold;
  border: 0;
  text-transform: none;
}

.block-related input.checkbox {
  float: right;
}

.block-related .product {
  margin-right: 20px;
}

.page-popup .link-print {
  padding: 3px 0 3px 25px;

  background: url(../images/i_print.gif) 0 2px no-repeat;
}

.compare-table {
  border: 0;
}

.compare-table thead,
.compare-table thead tr.first {
  background: #fff;
}

.compare-table thead tr.first th,
.compare-table thead tr.first td {
  padding: 0 0 4px;

  border: 0;
  background: none;
  font-size: 0;
  line-height: 0;
}

.compare-table .btn-remove {
  width: 12px;
  height: 12px;

  float: right;
  background-image: url(../images/btn_remove.gif);
}

.compare-table tbody th {
  background: #e9e9e9;
}

.compare-table tbody th,
.compare-table tbody td {
  padding: 10px;

  border: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.compare-table tbody td.last {
  border-right: 1px solid #ccc;
}

.compare-table tbody tr.last th,
.compare-table tbody tr.last td {
  border-bottom: 1px solid #ccc !important;
}

.compare-table tr.add-to-row td {
  background: #fffada;
  text-align: center;
}

.compare-table tr.first td {
  text-align: center;
}

.compare-table tr.first td .product-name {
  margin: 0 0 5px;

  font-size: 13px;
  font-weight: bold;
  color: #203548;
}

.compare-table tr.first td .product-name a {
  color: #203548;
}

.compare-table tr.first td .ratings {
  width: 69px;

  margin: 0 auto;
}

.compare-table tr.first td p,
.compare-table tr.add-to-row td p {
  margin: 9px 0;
}

.compare-table .add-to-links li {
  padding: 0;

  background: none;
}

.block-poll .block-subtitle {
  font-size: 12px;
}

.block-poll label {
  color: #777;
  font-weight: bold;
}

.block-poll input.radio {
  margin: 1px -18px 0 0;

  float: left;
}

.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-content .tags-list {
  padding: 0;

  border: 0;
  background: none;
}

.block-tags .block-content li a {
  color: #444;
}

.block-tags .actions {
  text-align: right;
}

.block-tags .actions a {
  float: none;
}

.block-reorder input.checkbox {
  margin: 2px -20px 0 0;

  float: left;
}

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

.block-reorder .validation-advice {
  margin: 3px 9px 7px;
}

.block-banner {
  border: 0;
}

.block-banner .block-content {
  padding: 0;

  background: none;
  text-align: center;
}

.block-login .block-content {
  padding: 5px 10px;
}

.block-login label {
  font-weight: bold;
  color: #555;
}

.block-login input.input-text {
  display: block;

  width: 167px;

  margin: 3px 0;
}

.block-login .actions {
  margin: 3px 0 0;
  padding: 0;

  background: none;
}

.sidebar .paypal-logo {
  display: block;

  margin: 10px 0;

  text-align: center;
}

.sidebar .paypal-logo a {
  float: none;
}

.category-image {
  width: 100%;

  margin: 0 0 18px;

  overflow: hidden;
  text-align: center;
}

.category-image img {
  max-width: 100%;
}

.category-description {
  margin: 0 0 18px;
}

.std,
.category-products,
.category-description {
  padding: 15px;

  background: #f5f5f5;
  font-size: 0.9em;
  border-color: #c0c0c0;
  color: #555452;
}

.category-products a {
  color: #555452;
}

.products-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  padding: 0;
  margin: 0;
  list-style-type: none;
}

.products-grid li.item {
  flex: 1 1 calc(25% - 20px);

  box-sizing: border-box;

  margin-bottom: 20px;

  list-style: none;
}

.product-image img {
  width: 100%;
  height: auto;

  margin: 0 0;

  border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  max-width: 1000px;
}

.category-image img {
  display: block;

  width: auto;
  height: auto;

  margin: 0 0;

  max-width: 100%;
  border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
}

.products-grid .product-image img:hover {
  opacity: 0.9;
}

.products-grid.first .product-image {
  border-top: 0;
}

.products-grid li.last .product-image {
  border-right: 0;
}

.products-grid .product-name {
  margin: 0;

  font-size: 14px;
}

.products-grid .product-name a {
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #444;
}

.products-grid .product-name a:hover {
  color: #d90202;
  -webkit-text-decoration: undeline;
  text-decoration: undeline;
}

.products-grid .price-box {
  margin: 9px 0;
}

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

.products-grid .actions {
  bottom: 0;
}
.products-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.products-list li.item {
  padding: 20px 0;
  list-style: none;
  border-bottom: 1px solid #d9ddd3;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

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

/* Image Styles */
.products-list .product-image {
  flex: 0 0 170px;
  margin-right: 20px;
}

.products-list .product-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Product Details */
.products-list .product-shop {
  flex: 1;
  min-width: 250px;
}

.products-list .product-name {
  margin: 0 0 10px;
  font-size: 1.25rem;
  /* Use rem for scaling font size */
  font-weight: bold;
}

.products-list .product-name a {
  color: #333;
  text-decoration: underline;
}

.products-list .product-name a:hover {
  text-decoration: none;
}

/* Price and Availability */
.products-list .price-box {
  margin: 10px 0;
  font-size: 1rem;
  color: #000;
}

.products-list .availability {
  margin: 5px 0;
  color: #666;
}

/* Description */
.products-list .desc {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #555;
  clear: both;
}

/* Buttons and Links */
.products-list .add-to-links {
  margin-top: 10px;
  clear: both;
}

.button.btn-cart {
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: bold;
  background: linear-gradient(to bottom, #da523a 5%, #640101 100%);
  border: 1px solid #000;
  color: #fff;
}

.button.btn-cart:hover {
  background-color: #218838;
}

.no-rating {
  margin: 0px 0px 0px 10px;
}

.ratings {
  margin: 9px 0;
}

.ratings strong {
  margin: 0 3px 0 0;

  float: left;
}

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

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

.rating-box {
  width: 50px;
  height: 10px;

  margin-bottom: 8px;
  font-size: 0;
  line-height: 0;
  background: url(../images/bkg_rating.gif) 0 0 repeat-x;
  text-indent: -999em;
  overflow: hidden;
}

.rating-box .rating {
  height: 10px;

  float: left;
  background: url(../images/bkg_rating.gif) 0 100% repeat-x;
}

.ratings .rating-box {
  margin: 5px 5px 0 0;

  float: left;
}

.ratings-table th,
.ratings-table td {
  padding: 3px 0;

  font-size: 11px;
  line-height: 1.15;
}

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

.ratings-table td {
  padding: 4px 0 0;
}

.availability {
  margin: 0;
}

.availability span {
  font-weight: bold;
}

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

.availability-only {
  margin: 10px 0 7px;

  line-height: 16px;
  background: url(../images/i_availability_only.gif) 0 50% no-repeat;
  padding-left: 15px;
}

.availability-only span,
.availability-only a {
  border-bottom: 1px dashed #751d02;
  color: #000;
}

.availability-only a {
  background: url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat;
  cursor: pointer;
  padding-right: 15px;
  text-decoration: none;
}

.availability-only .expanded {
  background-position: 100% -15px;
}

.availability-only strong {
  color: #be2c00;
}

.availability-only-details {
  margin: 0 0 7px;
}

.availability-only-details th {
  padding: 0 8px;

  background: #e9e9e9;
  font-size: 10px;
}

.availability-only-details td {
  padding: 2px 8px 1px;

  border-bottom: 1px solid #d9dde3;
  font-size: 11px;
  margin-left: 10px;
}

.availability-only-details tr.odd {
  background: #fff;
}

.availability-only-details tr.even {
  background: #fcfcfc;
}

.availability-only-details tr.odd td.last {
  color: #396f00;
  font-weight: bold;
}

.availability-only-details tr.last td {
  border-bottom: none;
}

.product-view .product-shop .availability {
  font-size: 11px;
  line-height: 1.63636636363;
}

.product-view .product-shop .availability span {
  font-weight: normal;
}

.email-friend {
  margin: 0px 0px 0px 10px;
}

.price {
  white-space: nowrap !important;
}

.price-box {
  margin: 9px 0;
}

.price-box .price {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.63636363636;
}

.regular-price .price {
  font-size: 13px;
  font-weight: bold;
}

.old-price {
  margin: 0;
}

.old-price .price-label {
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}

.old-price .price {
  font-weight: bold;
  font-size: 13px;
  text-decoration: line-through;
}

.special-price {
  margin: 0;
}

.special-price .price-label {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  color: #d90202;
}

.special-price .price {
  font-size: 13px;
  font-weight: bold;
}

.minimal-price {
  margin: 0;
}

.minimal-price .price-label {
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}

.minimal-price-link {
  display: block;

  font-size: 12px;
  text-decoration: underline;
}

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

.price-including-tax {
  display: block;

  color: #888;
}

.price-including-tax .label {
  font-size: 10px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #888;
}

.price-including-tax .price {
  font-size: 13px;
  font-weight: bold;
  color: #396f00;
}

.price-excluding-tax {
  display: block;

  color: #888;
}

.price-excluding-tax .label {
  font-size: 10px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #888;
}

.price-excluding-tax .price {
  font-size: 12px;
  font-weight: normal;
  color: #396f00;
}

.configured-price {
  margin: 0;
}

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

.configured-price .price {
  font-size: 13px;
  font-weight: bold;
}

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

.price-incl-tax .label {
  display: block;

  white-space: nowrap;
}

.price-incl-tax .price {
  display: block;

  font-weight: bold;
}

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

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

  white-space: nowrap;
}

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

  font-weight: normal;
}

.weee {
  display: block;

  font-size: 11px;
  color: #444;
}

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

.price-from {
  margin: 0;
}

.price-from .price-label {
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}

.price-to {
  margin: 0;
}

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

.price-as-configured {
  margin: 0;
}

.price-as-configured .price-label {
  font-weight: bold;
  white-space: nowrap;
  text-transform: uppercase;
}

.price-box-bundle {
  padding: 9px 0;
}

.price-box-bundle .price-box {
  margin: 0 !important;
  padding: 0 !important;
}

.price-box-bundle .price {
  color: #222;
}

f .tier-prices {
  margin: 10px 0;
  padding: 10px;

  background: #f4f9ea;
  border: 1px solid #ddd;
}

.tier-prices .benefit {
  font-style: italic;
  font-weight: bold;
}

.tier-prices .price {
  font-weight: bold;
}

.tier-prices-grouped li .price {
  font-weight: bold;
}

.add-to-links li {
  margin: 9px 0;
  list-style: none;
}

.add-to-links .separator {
  display: none;
}

.add-to-cart {
  padding: 9px 0;
}

.add-to-cart label {
  margin-right: 5px;
  font-weight: bold;
  line-height: 20px;
  color: #555;
}

.add-to-cart .qty {
  margin-right: 5px;
}

.add-to-cart button.button {
  margin: 0;

  padding-left: 20px;
  padding-right: 20px;
}

.add-to-cart .paypal-logo {
  margin: 0;

  clear: left;
  text-align: right;
}

.add-to-cart .paypal-logo .paypal-or {
  display: block;

  margin: 5px 60px 5px 0;

  clear: both;
}

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

.add-to-box .add-to-cart {
  margin: 10px 10px;
  padding: 10px;

  border: 1px solid #eee;
  background-color: #f8f8f8;
}

.add-to-box .add-to-cart .paypal-logo {
  float: right;
}

.add-to-box .or {
  display: none !important;
}

.add-to-box .add-to-links {
  margin: 10px 0;

  text-align: right;
}

.add-to-box .add-to-links li .separator {
  display: none !important;
}

.product-essential {
  padding: 0 0 25px;
}

.product-collateral {
  min-height: 300px;
}

.product-collateral h2 {
  font-size: 19px;
  font-weight: normal;
  line-height: 1.15;
}

.col1-layout .product-view .product-img-box {
  width: 460px;

  float: left;
}

.col2-left-layout .product-view .product-img-box {
  width: 100%;
}

.product-view .product-img-box .product-image {
  margin: 0 10px 10px 10px;

  border: 1px solid #cacaca;
}

.product-view .product-img-box .product-image-zoom {
  position: relative;

  width: 300px;
  height: 300px;

  overflow: hidden;
  z-index: 9;
}

.product-view .product-img-box .product-image-zoom img {
  position: absolute;
  top: 0;
  left: 0;

  cursor: move;
}

.product-view .product-img-box .zoom-notice {
  margin: 0 0 10px;

  text-align: center;
}

.product-view .product-img-box .zoom {
  position: relative;

  height: 24px;

  margin: 0 auto 13px;
  padding: 0 28px;

  z-index: 9;
  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)';

  opacity: 0.3;
}

.product-view .product-img-box .zoom #track {
  position: relative;

  height: 18px;
}

.product-view .product-img-box .zoom #handle {
  position: absolute;
  top: 3px;
  left: 0;

  width: 9px;
  height: 18px;

  background: url(../images/magnifier_handle.gif) 0 0 no-repeat;
}

.product-view .product-img-box .zoom .btn-zoom-out {
  position: absolute;
  top: 7px;
  left: 10px;
}

.product-view .product-img-box .zoom .btn-zoom-in {
  position: absolute;
  top: 7px;
  right: 10px;
}

.product-view .product-img-box .more-views h2 {
  margin: 0 0 8px;
  padding: 0 0 2px;

  font-size: 10px;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
}

.product-view .product-img-box .more-views ul {
  margin-left: -10px;
}

.product-view .product-img-box .more-views li {
  margin: 10px 5px 10px 5px;

  float: left;
}

.product-view .product-img-box .more-views li a {
  float: left;
  border: 1px solid #ddd;
  overflow: hidden;
}

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

.product-image-popup .buttons-set {
  margin: 18px 0;
  padding: 9px;

  border: 1px solid #f2f2f2;
}

.product-image-popup .nav {
  margin: 0 100px;

  font-weight: bold;
  text-align: center;
}

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

  margin: 10px 0;
}

.product-image-popup .image-label {
  margin: 0 0 10px;

  font-size: 12px;
  font-weight: bold;
  color: #2f2f2f;
}

.product-view img,
.std img {
  width: 100%;
  height: auto;

  max-width: 1000px;
}

.col1-layout .product-view .product-shop {
  width: 460px;

  float: right;
}

.col2-left-layout .product-view .product-shop {
  width: 100%;
}

.product-view .product-shop .product-name {
  margin: 0 0 5px;
}

.product-view .product-shop .product-name h1 {
  font:
    bold 13px/1.384615385 ColaborateRegular,
    helvetica,
    arial,
    sans-serif;
}

.product-view .product-shop .availability {
  margin: 9px 0;
}

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

.product-view .product-shop .price-box {
  margin: 9px 20px;
}

.product-view .product-shop .add-to-links {
  margin: 0;
}

.product-view .product-shop .add-to-links li {
  display: inline;

  margin-left: 12px;
}

.product-view .product-shop .add-to-links li .separator {
  display: none !important;
}

.product-view .product-shop .product-options-bottom .paypal-logo {
  float: left;
}

.product-options {
  position: relative;

  margin: 18px 0 0;
  padding: 0 15px 10px;

  background: #f4f2f2;
}

.product-options .toggle {
  cursor: pointer;
}

.product-options dt {
  padding: 10px 0 0;

  font-weight: normal;
}

.product-options dt label {
  font-weight: bold;
}

.product-options dt label.required em {
  color: #eb340a;
  margin-right: 5px;
}

.product-options dd .qty-holder {
  display: block;

  padding: 10px 0 0;
}

.product-options dd .qty-holder label {
  vertical-align: middle;
}

.product-options dd .qty-disabled {
  padding: 3px;

  background: none;
  border: 0;
  color: #444;
}

.product-options dd {
  margin: 0 0 5px;
  padding: 5px 10px 15px;

  border-bottom: 1px solid #ddd;
}

.product-options dl.last dd.last {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
}

.product-options dd input.input-text {
  background: #fff;
}

.product-options dd input.datetime-picker {
  width: 150px;
}

.product-options dd .time-picker {
  display: -moz-inline-box;
  display: inline-block;

  padding: 2px 0;

  vertical-align: middle;
}

.product-options dd textarea {
  height: 8em;

  background: #fff;
}

.product-options dd select {
  background: #fff;
}

.product-options dd .multiselect option {
  padding: 2px 4px;

  border-bottom: 1px dotted #d9e5ee;
}

.product-options ul.options-list {
  margin-right: 5px;
}

.product-options ul.options-list li {
  padding: 2px 0;
}

.product-options ul.options-list input.radio {
  float: left;
  margin-top: 3px;
}

.product-options ul.options-list input.checkbox {
  float: left;
  margin-top: 2px;
}

.product-options ul.options-list .label {
  display: block;

  margin-left: 18px;
}

.product-options ul.options-list label {
  font-weight: normal;
}

.product-options ul.validation-failed {
  padding: 0 7px;
}

.product-options p.required {
  position: absolute;
  top: 0px;
  right: 15px;
}

.product-options-bottom {
  padding: 15px 20px;

  background-color: #e7e5e5;
  border-top: 1px solid #e4e4e4;
}

.product-options-bottom .tier-prices {
  margin: 0;
  padding: 0 0 10px;

  border: 0;
  background: 0;
}

.product-options-bottom .price-box {
  margin: 0;

  float: left;
}

.product-options-bottom .add-to-links {
  clear: both;
  text-align: right;
}

.product-options-bottom .price-label {
  padding-right: 5px;
}

.product-options-bottom .price-tax {
  float: left;
}

.product-options-bottom .add-to-cart {
  margin: 0;
  padding: 9px 0;

  float: right;
  border: 0;
  background: 0;
}

.product-options-bottom .add-to-links {
  display: inline;

  float: right;
}

.product-shop .product-options-bottom .price-box {
  margin: 0;

  float: none;
}

.product-shop .product-options-bottom .price-label {
  float: none;
  padding-right: 0;
}

.product-shop .product-options-bottom .price-tax {
  float: none;
}

.product-shop .product-options-bottom .add-to-cart {
  padding: 12px 0 0;

  clear: both;
  float: none;
  text-align: left;
}

.product-view .grouped-items-table .price-box {
  margin: 0;
  padding: 0;
}

.product-tabs {
  display: flex;
  flex-wrap: wrap;

  justify-content: space-between;

  padding: 0;
  list-style: none;

  margin: 0;
  border-bottom: 2px solid #ccc;
  border-radius: 8px 8px 0px 0px;
}

.product-tabs li {
  flex: 1;

  text-align: center;

  margin-bottom: -2px;
}

.product-tabs li a {
  display: block;
  padding: 10px 15px;
  background-color: #f9f9f9;

  color: #333;
  text-decoration: none;
  font-size: 16px;
  border: 1px solid #ccc;
  border-bottom: none;

  border-radius: 4px 4px 0 0;
}

.product-tabs li.active a {
  background-color: #fff;

  color: #000;
  border-bottom: 2px solid #fff;
}

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

  font-size: 12px;
  font-weight: bold;
}

.product-tabs-content {
  margin: 10px;
}

.mini-products-grid {
  margin: 18px -20px;
}

.mini-products-grid li {
  width: 160px;

  float: left;
  margin-left: 20px;
}

.mini-products-grid .product-image {
  display: block;

  margin: 0 0 18px;
}

.mini-products-grid .product-name {
  overflow: hidden;
  margin-bottom: 0;
}

.mini-products-grid .product-name a {
  color: #444;
  text-decoration: underline;
}

.mini-products-grid .product-name a:hover {
  text-decoration: none;
}

.mini-products-grid li.last {
  padding-right: 0;
}

.mini-products-grid .ratings .rating-box {
  display: block;

  margin: 0 0 3px;

  float: none;
}

.product-view .box-up-sell h2 {
  margin: 0 0 8px;
}

.product-view .box-tags {
  margin: 0;
}

.product-view .box-tags h3 {
  font-size: 12px;
}

.product-view .box-tags .product-tags {
  display: block;

  margin: 0 0 15px;
}

.product-view .box-tags .product-tags li {
  display: inline;

  padding: 0 7px 0 4px;

  background: url(../images/bkg_pipe3.gif) 100% 4px no-repeat;
}

.product-view .box-tags .product-tags li.first {
  padding-left: 0;
}

.product-view .box-tags .product-tags li.last {
  background: none;
  padding-right: 0;
}

.form-add {
  display: flex;

  align-items: center;

  gap: 10px;
}

.input-box {
  flex-grow: 1;
}

.input-box input {
  width: 100%;

  padding: 8px;

  font-size: 16px;
}

.product-view .box-tags .note {
  margin: 2px 0 0;

  font-size: 10px;
}

.product-view .box-reviews dl {
  margin: 18px 0;
}

.product-view .box-reviews dt a,
.product-view .box-reviews dt span {
  font-weight: bold;
}

.product-view .box-reviews dd {
  margin: 0 0 18px;
}

.product-view .box-reviews dd small {
  font-style: italic;
}

.product-view .box-reviews .form-add {
  margin: 18px 0 0;
}

.product-view .box-reviews .form-add h3 {
  font-size: 13px;
  font-weight: normal;
}

.product-view .box-reviews .form-add h3 span {
  font-weight: bold;
}

.product-view .box-reviews .form-add h4 {
  font-size: 12px;
}

.product-view .box-reviews .form-add .data-table td {
  text-align: center;
}

.send-friend .form-list {
  overflow: hidden;
}

.send-friend .form-list li {
  margin-right: -15px;
}

.send-friend .form-list li p {
  margin: 9px 0;
}

.send-friend .buttons-set .limit {
  margin: 0 7px 0 0;

  float: right;
  font-size: 11px;
  line-height: 25px;
}

.product-name {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
}

.product-name h1 {
  margin: 1.25rem 1.25rem 0rem 0rem;

  padding: 0.625rem 0.625rem 0 0.625rem;

  font-size: 1.75rem;

  line-height: 1.2;

  color: #333;

  font-family: tahoma, arial;

  word-wrap: break-word;

  overflow-wrap: break-word;
  line-height: 1.2;

  max-width: 100%;
}

.tags-list {
  display: block;

  padding: 10px;

  font-size: 13px;
  border: 1px solid #ddd;
  background: #f6f6f6;
}

.tags-list li {
  display: inline !important;

  margin: 0 4px 0 0;
}

.tags-list li a {
  color: #1b2d3b;
}

.advanced-search-amount {
  margin: 0 0 10px;
}

.advanced-search-summary {
  margin: 10px 0;
  padding: 10px;

  border: 1px solid #ddd;
  background: #ecf9ea;
}

.advanced-search-summary ul {
  width: 49%;

  float: left;
}

.advanced-search-summary strong {
  color: #e17c24;
}

.advanced-search-summary li {
  margin: 2px 0;
}

.advanced-search-summary p {
  margin: 9px 0;

  clear: both;
  font-weight: bold;
}

.page-sitemap .links {
  margin: 0 8px -22px 0;

  text-align: right;
}

.page-sitemap .links a {
  position: relative;

  text-decoration: none;
}

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

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

.page-sitemap .sitemap a {
  color: #444;
}

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

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

.rss-table .link-rss {
  display: block;

  line-height: 1.55;
  background-position: 0 4px;
}

.cart > .checkout-types {
  padding: 10px;

  text-align: right;
  border-top: 1px solid #d9dde3;
  border-bottom: 1px solid #d9dde3;
}

.cart .page-title .checkout-types {
  display: none !important;
}

.cart .checkout-types .paypal-or {
  margin: 0 8px;

  line-height: 2.3;
}

.cart .totals .checkout-types .paypal-or {
  display: block;

  padding: 8px 55px 0 0;

  clear: both;
  line-height: 1;
  font-size: 11px;
}

.cart-table-wrap {
  overflow: auto;
}

.cart-table th {
  padding: 9px 10px;
}

.cart-table td {
  padding: 9px;
}

.cart-table .product-name {
  margin: 0;

  font-weight: bold;
  color: #444;
}

.cart-table .item-msg {
  margin: 9px 0;

  font-size: 11px;
  font-weight: bold;
  color: #df280a;
  line-height: 1.6363636363;
}

.cart-table tfoot td {
  padding: 9px 10px;
}

.cart-table .btn-continue {
  float: left;
}

.cart .cart-collaterals {
  padding: 18px 0 0;
}

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

.cart .cart-collaterals .col2-set .col-2 {
  width: 655px;

  background: #e6f7d7;
}

.cart .cart-collaterals .button {
  width: 100%;
}

ul.crosssell-products-list {
  margin: 10px auto;
}

.cart .crosssell {
  padding: 10px;

  border: 1px solid #ddd;
  background: #f7f7f7;
  clear: both;
  float: left;
  margin-top: 60px;
}

.cart .crosssell h2 {
  font-size: 12px;
  font-weight: bold;
}

.cart .crosssell .price-box {
  min-height: 100px;
}

.cart .crosssell .product-name {
  font-weight: bold;
  min-height: 80px;
}

.cart .crosssell li.item {
  display: inline-block;

  width: 210px;

  margin: 0 0 8px;

  padding-bottom: 5px;
  vertical-align: top;
  text-align: center;
}

.cart .crosssell li.last {
  margin: 0;

  border-bottom: 0;
  padding-bottom: 0;
}

.cart .crosssell .link-compare {
  font-weight: normal;
}

.cart .no-crosssell {
  width: 100%;

  overflow: hidden;
}

.cart .no-crosssell img {
  display: block;

  margin: 0 0 10px;
}

.collat-wrap {
  width: 100%;
}
/* 
.cart div.discount,
.cart div.shipping {
  width: 100%;

  padding: 0px 10px 0px 0px;
}

.cart .discount h2,
.cart .shipping h2 {
  width: 225px;

  font:
    normal 14px/16px Arial,
    Helvetica,
    sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}

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

.cart .shipping .buttons-set button.button {
  width: 84%;

  float: none;
}

.cart .discount {
  border-bottom: 1px solid #c0d2af;
  margin-right: 24px;
}

.cart .discount label {
  font-weight: bold;
  color: #555;
}

.cart .discount input.input-text {
  width: 95%;
}

.cart .shipping p {
  margin: 9px 0;
}

.cart .shipping .sp-methods {
  margin: 10px 0 0;
  padding: 6px 0 0;

  border-top: 1px solid #c0d2af;
}

.cart .shipping .form-list input.input-text {
  padding: 5px 0px 0px 5px;
}

.cart .shipping .form-list select {
  padding: 5px 0px 0px 5px;
}

.cart .totals {
  width: 330px;

  padding: 12px 10px 12px 0px;

  float: right;
}

.cart .totals table {
  width: 100%;

  margin: 9px 0;

  float: right;
}

.cart .totals td {
  margin: 9px 0 8px 15px;
  padding: 9px 10px 8px 0;

  border-bottom: 1px solid;
}

.cart .totals tfoot th strong,
.cart .totals tfoot td strong {
  font-size: 14px;
  line-height: 1.285714286;
  font-weight: bold;
}

.cart .totals .checkout-types {
  text-align: right;
}

.cart .totals .checkout-types li {
  margin: 9px 0;

  clear: both;
} */

.item-options dt {
  font-weight: bold;
  font-style: italic;
}

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

.truncated {
  cursor: help;
}

.truncated a.details {
  display: inline-block;

  cursor: help;
  text-decoration: none !important;
  border-bottom: 1px dotted #4f8100;
}

.truncated .truncated_full_value {
  position: relative;

  z-index: 999;
}

.truncated .truncated_full_value .item-options {
  position: absolute;
  top: -99999em;

  width: 250px;

  padding: 8px;

  z-index: 999;
  border: 2px solid #ddd;
  border-bottom-color: #666;
  background-color: #f6f6f6;
}

.truncated .truncated_full_value .item-options dt {
  margin-top: 0;
}

.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
}

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

.col-left .truncated .show .item-options {
  top: 10px;
  left: 30px;
}

.col-right .truncated .show .item-options {
  top: 10px;
  left: -240px;
}

.insurance_options {
  margin-left: 0.8rem;
}

.sp-methods {
  margin: 0 0 8px 0.8rem;
}

.sp-methods dt {
  margin: 13px 0 5px;

  font-weight: bold;
  clear: both;
}

.sp-methods dd {
  margin: 0;
  padding: 0;
}

.sp-methods dd ul {
  margin: 0 0 .8rem 0;
  padding: 0;
}

.sp-methods dd li {
  margin: 9px 0;
  padding: 0px;
  list-style: none;
}

.sp-methods label {
  font-weight: normal;
  color: #555;
}

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

.sp-methods .form-list {
  padding-left: 20px;
}

.sp-methods .form-list li {
  margin: 0 10px 8px 0;
  width: 100%;
}

.sp-methods input[type="radio"],
.sp-methods input[type="checkbox"] {
  margin: 0 10px;
  padding: 0;
  width: auto;
  transform: scale(1.5);
}

.sp-methods select.month {
  width: 154px;

  margin-right: 10px;
}

.sp-methods select.year {
  width: 96px;
}

.sp-methods .checkmo-list li {
  margin: 0 0 5px;
}

.sp-methods .checkmo-list label {
  width: 185px;

  padding-right: 50px;
  text-align: right;
}

.sp-methods .checkmo-list address {
  float: left;
}

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

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

.sp-methods .release-amounts {
  margin: 1.5em 0 2em;
}

.sp-methods .release-amounts button {
  margin: 5px 10px 0 0;

  float: left;
}

.please-wait {
  float: right;
}

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


#dd_method_vm {
  margin-top: 10px;
}

#payment_form_vm label {
  font-weight: bold;
}

#payment_form_vm .input-box {
  margin-bottom: 15px;
  display: block;
  width: 100%;
}

#payment_form_vm select,
#payment_form_vm input {
  width: 100%;
  padding: 8px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

#payment_form_vm .v-fix {
  display: inline-block;
  width: 48%;
  margin-right: 4%;
}

#payment_form_vm .v-fix:last-child {
  margin-right: 0;
}

#payment_form_vm .cvv-what-is-this {
  display: block;
  font-size: 12px;
  color: #007bff;
  text-decoration: none;
}

#payment_form_vm .cvv-what-is-this:hover {
  text-decoration: underline;
}

#vm_cc_type_cvv_div {
  margin-top: 10px;
}

#dd_method_purchaseorder {
  margin-top: 10px;
}

#dd_method_purchaseorder label {
  font-weight: bold;
}

.tool-tip {
  position: absolute;
  padding: 15px 20px;
  border: 2px solid #ddd;
  border-bottom-color: #666;
  background: #f6f6f6;
  z-index: 9999;
}

.tool-tip .btn-close {
  margin: -9px -14px 0;

  text-align: right;
}

.tool-tip .btn-close a {
  display: block;

  width: 12px;
  height: 12px;

  margin: 0 0 0 auto;

  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 h3 {
  font-size: 12px;
  font-weight: bold;
  color: #e87403;
}

.gift-messages p.control {
  color: #8e8d8b;
}

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

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

  float: none !important;
}

.gift-messages-form h4 {
  font-size: 12px;
  font-weight: bold;
  color: #e87403;
}

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

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

  float: left;
}

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

.gift-messages-form .item .number {
  margin: 0;

  font-weight: bold;
  text-align: center;
  color: #8a8987;
}

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

.gift-messages-form .item .details .product-name {
  margin: 0 0 10px;

  font-size: 13px;
  font-weight: bold;
}

.gift-messages-form .item .details .form-list .field {
  width: 255px;
}

.gift-messages-form .item .details .form-list .input-box {
  width: 240px;
}

.gift-messages-form .item .details .form-list input.input-text {
  width: 234px;
}

.gift-messages-form .item .details .form-list li.wide .input-box {
  width: 500px;
}

.gift-messages-form .item .details .form-list li.wide textarea {
  width: 494px;
}

.gift-message-link {
  font-size: 11px;
  background: url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat;
  padding-right: 7px;
}

.gift-message-link.expanded {
  background-position: 100% -40px;
}

.gift-message-row {
  background: #f2efe9;
}

.gift-message-row .btn-close {
  width: 12px;
  height: 12px;

  float: right;
  background: url(../images/btn_remove.gif) 0 0 no-repeat;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}

.checkout-agreements li {
  margin: 30px 0;
}

.checkout-agreements .agreement-content {
  height: 12em;

  padding: 10px;

  overflow: auto;
  background: #fbfbfb;
  border: 1px solid #e4e4e4;
}

.checkout-agreements .agree {
  margin: 0;
  padding: 10px 0 10px 11px;
}

.checkout-agreements .agree input.checkbox {
  margin-right: 6px;
}

.checkout-agreements .agree label {
  font-weight: bold;
  color: #555;
}

.opc .checkout-agreements {
  padding: 5px 30px;
}

.opc .checkout-agreements li {
  margin: 20px 0 0;
}

.opc .checkout-agreements .agreement-content {
  padding: 5px;

  background: #fff;
}

.opc .checkout-agreements .agree {
  padding-left: 6px;
}

.centinel .authentication {
  border: 1px solid #ddd;
  background: #fff;
}

.centinel .authentication iframe {
  width: 99%;
  height: 400px;

  margin: 0 !important;
  padding: 0 !important;

  background: transparent !important;
  border: 0 !important;
}

.opc .centinel {
  padding: 10px 30px;
}

.info-set {
  margin: 0 0 25px;
  padding: 20px;

  background: #fbfbfb;
  border: 1px solid #ddd;
}

.info-set h2 {
  margin: 0 0 10px;

  font-size: 12px;
  font-weight: bold;
}

.info-set h3,
.info-set h4 {
  font-size: 12px;
  font-weight: bold;
}

.info-set h2 a,
.info-set h3 a,
.info-set h4 a {
  font-weight: normal;
}

.info-set h2.legend {
  position: relative;

  margin: -20px -20px 15px;
  padding: 3px 10px;

  background: #777;
  border-bottom: 1px solid #777;
  color: #fff;
}

.info-set h2.legend a {
  color: #fff;
}

.info-set h3.legend {
  margin: 0 0 10px;
}

.info-set .divider {
  position: relative;

  margin: 0 -20px;
  padding: 25px 0;
}

.info-set .box {
  margin: 0 0 15px;
}

.info-set .box h2 {
  color: #e26703;
}

.info-set .data-table .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
  color: #4f8100 !important;
}

.info-set .data-table .product-name a {
  font-weight: bold !important;
}

.info-set .data-table .item-options {
  margin: 5px 0 0;
}

.block-progress {
  margin: 0;

  border: 0;
}

.block-progress .block-title strong {
  font-size: 12px;
}

.block-progress dt {
  margin: 9px 0;

  font-size: 14px;
  line-height: 1.285714286;
  text-transform: uppercase;
  border-bottom: 1px solid;
}

.block-progress dd {
  margin: 9px 0;
  padding: 9px 10px;

  border-top: 0;
}

.block-progress dt.complete a {
  text-transform: none;
}

.block-progress p {
  margin: 9px 0;
}

.block-progress .cards-list dt {
  margin: 9px 0;
  padding: 0;

  background: none;
  border: 0 none;
  color: inherit;
  font-size: 11px;
  line-height: 1.636363636;
  font-weight: bold;
  text-transform: none;
}

.block-progress .cards-list dd {
  margin: 0;
  padding: 0;

  border: 0 none;
}

.block-progress .cards-list .info-table th {
  font-weight: normal;
}

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

.opc .buttons-set p.required {
  margin: 0;
  padding: 0 10px 0;
}

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

.opc .buttons-set .please-wait {
  height: 36px;

  line-height: 36px;
}

.opc .ul {
  list-style: disc outside;
  padding-left: 18px;
}

.opc {
  position: relative;
  list-style: none;
}

.opc .step-title {
  padding: 9px 8px;

  text-align: right;
  border-bottom: 1px solid #ccc;
}

.opc .step-title .number {
  position: relative;
  top: 25px;

  margin: 0 5px 0 0;
  padding: 0 3px;

  float: left;
  font:
    normal 11px/1.63636363636 arial,
    helvetica,
    sans-serif;
  color: #444;
}

.opc .step-title h2 {
  margin: 0;

  color: #999999;
  float: left;
  font-family: arial, helvetica, arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
  margin-left: 20px;
}

.opc .step-title a {
  display: none;

  float: right;
  font-size: 11px;
  line-height: 16px;
}

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

.opc .allow .step-title a {
  display: block;

  margin-top: 12px;
}

.opc .active .step-title {
  padding-bottom: 9px;
  color: inherit;
  cursor: default;
  border-bottom: 1px solid #000;
}

.opc .active .step-title h2 {
  color: #000;
}

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

.opc .step {
  position: relative;

  padding: 18px 0;
}

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

#opc-shipping_method .buttons-set {
  border-top: 0;
}

.opc .gift-messages-form {
  margin: 0 -30px;
  padding: 22px 24px 22px 30px;

  background: #f4f4f4;
  border: 1px solid #ddd;
  border-width: 1px 0;
}

.opc .gift-messages-form .inner-box {
  height: 260px;

  padding: 5px;

  overflow: auto;
}

#opc-review .step {
  padding: 0;
}

#opc-review .product-name {
  font-weight: bold;
}

#opc-review .item-options {
  margin: 5px 0 0;
}

#opc-review .buttons-set {
  padding: 9px;

  border: 1px solid #f2f2f2;
}

#opc-review .buttons-set p {
  margin: 9px 5px 0 0;

  line-height: 28px;
}

#opc-review .buttons-set .please-wait {
  height: 28px;

  line-height: 28px;
}

#opc-review .authentication {
  width: 570px;

  margin: 0 auto;
}

#opc-review .warning-message {
  padding: 10px 10px 0;

  color: #222;
  font-weight: bold;
  text-align: center;
}

.checkout-progress {
  margin: 0 0 20px;
  padding: 0 90px;
}

.checkout-progress li {
  width: 19%;

  margin: 0 3px 0 0;
  padding: 2px 0 0;

  float: left;
  border-top: 6px solid #999;
  font-weight: bold;
  text-align: center;
  color: #888;
}

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

.multiple-checkout h2 {
  margin: 0 0 10px;

  font-size: 12px;
  font-weight: bold;
}

.multiple-checkout h3,
.multiple-checkout h4 {
  font-size: 12px;
  font-weight: bold;
}

.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a {
  font-weight: normal;
}

.multiple-checkout .data-table .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
  color: #4f8100 !important;
}

.multiple-checkout .data-table .product-name a {
  font-weight: bold !important;
}

.multiple-checkout .data-table .item-options {
  margin: 5px 0 0;
}

.multiple-checkout .gift-messages {
  margin: 15px 0 0;
}

.multiple-checkout .tool-tip {
  top: 50%;
  right: 20px;

  margin-top: -120px;
}

.multiple-checkout .col2-set,
.multiple-checkout .col3-set {
  margin: 0 0 25px;
  padding: 20px;

  background: #fbfbfb;
  border: 1px solid #ddd;
}

.multiple-checkout .col2-set h2.legend {
  position: relative;

  margin: -20px -20px 15px;
  padding: 3px 10px;

  background: #777;
  border-bottom: 1px solid #777;
  color: #fff;
}

.multiple-checkout .col2-set h3.legend {
  margin: 0 0 10px;
}

.multiple-checkout .col2-set .divider {
  position: relative;

  margin: 0 -20px;
  padding: 25px 0;
}

.multiple-checkout .box {
  margin: 0 0 15px;
}

.multiple-checkout .place-order .please-wait {
  padding: 5px 10px 0 0;

  float: right;
}

.multiple-checkout .place-order .grand-total {
  float: right;
}

.multiple-checkout .place-order .grand-total big {
  float: left;
  margin-right: 12px;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 28px;
  color: #e26703;
}

.multiple-checkout .place-order .grand-total div {
  float: left;
}

#multiship-addresses-table td {
  padding: 10px;
}

#multiship-addresses-table tfoot td {
  padding: 5px 10px;
}

.multiple-checkout .gift-messages-form .item .details .form-list {
  width: 100%;

  overflow: hidden;
}

.multiple-checkout .gift-messages-form .item .details .form-list li {
  margin-right: -15px;
}

.multiple-checkout .gift-messages-form .item .details .form-list .field {
  width: 230px;
}

.multiple-checkout .gift-messages-form .item .details .form-list .input-box {
  width: 215px;
}

.multiple-checkout
  .gift-messages-form
  .item
  .details
  .form-list
  input.input-text {
  width: 209px;
}

.multiple-checkout
  .gift-messages-form
  .item
  .details
  .form-list
  li.wide
  .input-box {
  width: 445px;
}

.multiple-checkout
  .gift-messages-form
  .item
  .details
  .form-list
  li.wide
  textarea {
  width: 439px;
}

.account-login .content {
  padding: 0 10px;

  min-height: 200px;
}

.account-login .content h2 {
  line-height: 1.385;
}

.window-overlay {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  background: url(../images/window_overlay.png) repeat;
  background: rgba(0, 0, 0, 0.35);
  z-index: 990;
}

.remember-me-popup {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 400px;

  margin: -85px 0 0 -200px;

  background: #fff;
  color: #333;
  border: 1px solid #888;
  border-bottom-color: #777;
  text-align: left;
  -webkit-box-shadow: 0 0 6px #999;
  box-shadow: 0 0 6px #999;
  z-index: 1000;
}

.remember-me-popup h3 {
  margin: 0;
  padding: 7px 10px 5px;

  background: #dedede;
  border-bottom: 1px solid #ccc;
  color: #444;
  font-size: 14px;
}

.remember-me-popup .remember-me-popup-head {
  position: relative;
}

.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
  position: absolute;
  top: 9px;
  right: 7px;

  display: block;

  width: 15px;
  height: 15px;

  background: url(../images/btn_window_close.gif) no-repeat;
  text-indent: -9999em;
}

.remember-me-popup .remember-me-popup-body {
  padding: 10px;

  border-top: 1px solid #e6e6e6;
}

.remember-me-popup .remember-me-popup-body a,
.remember-me-popup .remember-me-popup-body a span {
  display: inline-block;

  height: 28px;

  padding: 0 0 0 6px;

  background: transparent url(../images/bkg_btn.png) 0 0 no-repeat;
  font:
    bold 11px/25px Tahoma,
    Verdana,
    Arial,
    sans-serif;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  color: #555;
}

.remember-me-popup .remember-me-popup-body a span {
  padding: 0 15px 0 9px;

  background-position: 100% 0;
}

.dashboard .welcome-msg {
  margin: 0 0em 1.5em 0;
}

.dashboard .welcome-msg p {
  margin: 9px 0;
}

.dashboard .col2-set {
  margin: 0 0 15px;
}

.box-account {
  margin: 0 0 15px;
}

.box-account .box-head {
  margin: 0 0 5px;

  text-align: right;
}

.box-account .box-head h2 {
  margin: 0;

  float: left;
  font-size: 14px;
  font-weight: bold;
  color: #fcfcfc;
}

.box-account .box-head a {
  font-size: 10px;
  text-transform: uppercase;
}

.dashboard .box .box-title {
  margin: 0 0 12px;
  margin: 0;
  padding: 2px 10px;
  background: #f1f1f1;
  text-align: right;
  background: linear-gradient(to bottom, #da523a 5%, #640101 100%);
  border: 1px solid #640101;
  border-radius: 8px 8px 0 0;
}

.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
  margin: 0;

  float: left;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.35;
  color: #fefefe;
}

.dashboard .box .box-title a {
  font-size: 10px;
  color: #fefefe;
}

.dashboard .box .box-content {
  padding: 0 10px;
  padding: 15px;

  background: #f5f5f5;
  border: 1px solid #640101;
  border-radius: 0 0 8px 8px;
  color: #555452;
  line-height: 1.4em;
  overflow: auto;
}

.dashboard .box-info h4 {
  font-size: 14px;
  font-weight: bold;
}

.dashboard .box-reviews .box-head {
  margin: 0 0 12px;
  padding: 2px 10px;

  background: #f1f1f1;
}

.dashboard .box-reviews .box-head h2 {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.35;
  color: #444;
}

.dashboard .box-reviews .number {
  display: none;

  margin: 3px -20px 0 0;
  padding: 2px 3px;

  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #0a263c;
}

.dashboard .box-reviews .details {
  padding: 0 10px;
}

.dashboard .box-reviews li.item {
  margin: 0 0 7px;
}

.dashboard .box-reviews li.item.last {
  margin: 0;
}

.dashboard .box-reviews .ratings {
  margin: 7px 0 0;
}

.dashboard .box-tags .box-head {
  margin: 0 0 12px;
  padding: 2px 10px;

  background: #f1f1f1;
}

.dashboard .box-tags .box-head h2 {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.35;
  color: #444;
}

.dashboard .box-tags .number {
  display: none;

  margin: 3px -20px 0 0;
  padding: 2px 3px;

  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #0a263c;
}

.dashboard .box-tags .details {
  padding: 0 10px;
}

.dashboard .box-tags li.item {
  margin: 0 0 7px;
}

.dashboard .box-tags li.item.last {
  margin: 0;
}

.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
  display: inline;
}

.addresses-list h2 {
  margin: 0 0 12px;
  padding: 2px 10px;

  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
}

.addresses-list h3 {
  font-weight: bold;
  font-size: 12px;
}

.addresses-list address {
  margin: 0 0 3px;
}

.addresses-list p {
  margin: 9px 0;
}

.addresses-list a {
  font-weight: bold;
}

.addresses-list .separator {
  margin: 0 3px;
}

.addresses-list li.item {
  margin: 0 0 12px;
  padding: 0 10px;
}

.addresses-list li.empty p {
  font-weight: bold;
}

.order-info dt {
  display: none;
}

.order-info ul {
  margin-bottom: 15px;
  border-bottom: 1px solid #666;
  background: #f2f2f2 url(../images/bkg_tabs.gif) 0 100% repeat-x;
}

.order-info li {
  float: left;
  border-right: 1px solid #a4a4a4;
  border-left: 1px solid #fff;
  font-size: 1.1em;
  line-height: 1em;
}

.order-info li.first {
  border-left: 0;
}

.order-info li.last {
  border-right: 0;
}

.order-info li a {
  display: block;

  padding: 6px 15px;

  color: #444;
}

.order-info li a:hover {
  background-color: #ddd;
  text-decoration: none;
  color: #444;
}

.order-info li.current {
  padding: 6px 15px;

  background-color: #666;
  font-weight: bold;
  color: #fff;
}

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

.order-info-box {
  margin: 0 0 15px;
}

.order-info-box h2 {
  margin: 0 0 8px;

  font-size: 13px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}

.order-info-box .box-payment p {
  margin: 9px 0;
}

.order-info-box .box-payment th {
  font-weight: bold;
  padding-right: 7px;
}

.order-items {
  width: 100%;

  overflow-x: auto;
}

.order-items h2,
.order-items h3 {
  margin: 0 0 0.45em;
  padding: 0;

  clear: none;
  font-weight: bold;
  font-size: 13px;
}

.order-items h3 {
  font-size: 12px;
}

.order-items .product-name {
  font-weight: bold !important;
}

.order-items .link-print {
  font-size: 10px;
  text-transform: uppercase;
}

.order-items .order-links {
  text-align: right;
}

.order-items .order-links .link-print {
  font-weight: bold;
  font-size: 11px;
  text-transform: none;
}

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

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

.gift-message dd {
  margin: 5px 0 0;

  font-size: 13px;
}

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

.order-about dd {
  margin: 0 0 7px;

  font-size: 13px;
}

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

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

.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;
}

.page-print {
  background: #fff;
}

.page-print .print-head {
  margin: 0 0 15px;
}

.page-print .print-head .logo {
  float: left;
}

.page-print .print-head address {
  float: left;
  margin-left: 15px;
  clear: both;
  margin-top: 20px;
}

.page-print h1 {
  font-size: 15px;
  font-weight: bold;
  font-family: arial, helvetica, arial, sans-serif;
}

.page-print h2,
.page-print h3 {
  font-size: 12px;
  font-weight: bold;
}

.page-print h2.h2 {
  font-size: 15px;
  font-weight: bold;
  text-align: right;
}

.page-print .order-date {
  margin: 0 0 10px;
  padding: 0 0 10px;

  border-bottom: 1px solid #ccc;
}

.page-print .col2-set {
  margin: 0 0 10px;
}

.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;
}

.page-print .data-table thead,
.page-print .data-table thead tr {
  background: #fff;
  color: #444;
  font-size: 14px;
  font-weight: bold;
}

.page-print .data-table thead tr th {
  background: #fff;
  border-bottom: 2px solid #444;
  font-size: 16px;
  font-weight: bold;
}

.my-wishlist .data-table td {
  padding: 10px;
}

.my-wishlist .product-image {
  display: block;

  width: 113px;
  height: 113px;

  margin: 0 0 5px;
}

.my-wishlist textarea {
  display: block;

  width: 90%;
  height: 109px;

  color: #444444;
}

.my-wishlist .buttons-set {
  width: 100%;

  margin: 10px 0;
  padding: 0px;

  border: 1px solid #f2f2f2;
  float: left;
}

.my-wishlist .buttons-set button.button {
  float: none;
}

#wishlist-table .add-to-links {
  white-space: nowrap;
}

.my-wishlist .description {
  padding: 15px 0px;

  color: #444444;
  background: none;
}

.my-wishlist .buttons-set button,
.my-wishlist .buttons-set p.required {
  margin-right: 0px;
}

.my-tag-edit {
  margin: 0 0 10px;

  float: left;
}

.my-tag-edit .btn-remove {
  margin: 4px 0 0 5px;

  float: right;
}

#my-tags-table {
  clear: both;
}

#my-tags-table td {
  padding: 10px;
}

#my-tags-table .add-to-links {
  white-space: nowrap;
}

#my-reviews-table td {
  padding: 10px;
}

#my-reviews-table .rating-box {
  margin: 3px 0 0;
}

.product-review .product-img-box {
  width: 140px;

  float: left;
}

.product-review .product-img-box .product-image {
  display: block;

  width: 125px;
  height: 125px;
}

.product-review .product-img-box .label {
  margin: 0 0 3px;

  font-size: 11px;
}

.product-review .product-img-box .ratings .rating-box {
  display: block;

  margin: 0 0 3px;

  float: none;
}

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

.product-review .product-name {
  margin: 0 0 10px;

  font-size: 16px;
  font-weight: bold;
}

.product-review h3 {
  margin: 0 0 3px;

  font-size: 12px;
  color: #2f2f2f;
}

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

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

.product-review dd {
  margin: 5px 0 0;

  font-size: 13px;
}

.billing-agreements .info-box {
  margin: 15px 0;
}

.billing-agreements .info-box p {
  margin: 9px 0;
}

.billing-agreements .form-list li select {
  margin: 3px 10px 0 0;

  float: left;
}

.billing-agreements .table-caption {
  font-weight: bold;
  font-size: 13px;
}

.cart-msrp-totals {
  padding: 40px 0 10px;

  color: red;
  font-size: 12px !important;
  font-weight: bold;
  text-align: right;
  text-transform: uppercase;
}

.map-cart-sidebar-total {
  display: block;

  padding: 5px;

  background: #f6f6f6;
  color: red;
  font-size: 10px;
  line-height: 14px;
  font-weight: bold;
  text-shadow: 0 1px 0 #fff;
  -webkit-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc;
  border-radius: 5px;
}

.map-popup {
  position: absolute;

  width: 300px;

  margin: 12px 0 0;

  background: #fff;
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 0 6px #ccc;
  box-shadow: 0 0 6px #ccc;
  text-align: left;
  z-index: 100;
}

.map-popup-heading {
  width: 260px;

  padding: 5px 30px 5px 10px;

  background: #efefef;
  border-bottom: 1px solid #ccc;
}

.map-popup-heading h2 {
  margin: 0;

  font-size: 16px;
  text-shadow: 0 1px 0 #f6f6f6;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}

.map-popup-arrow {
  position: absolute;
  top: -10px;
  left: 50%;

  width: 19px;
  height: 10px;

  background: url(../images/map_popup_arrow.gif) no-repeat;
}

.map-popup-close {
  position: absolute;
  top: 9px;
  right: 10px;

  display: block;

  width: 15px;
  height: 15px;

  background: url(../images/btn_window_close.gif) no-repeat;
  text-indent: -9999em;
}

.map-popup-content {
  width: 280px;

  padding: 10px;

  border-top: 1px solid #eee;
  overflow: hidden;
  text-align: left;
}

.map-popup-checkout {
  display: inline;

  float: right;
  text-align: right;
}

.map-popup-checkout span {
  display: block;

  padding-right: 30px;
}

.map-popup-checkout .paypal-logo {
  margin: 0 0 5px;
}

.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
  margin: 0;
  padding: 0;
}

.map-popup-price {
  margin: 5px 0 0;
}

.map-popup-text {
  margin: 0 10px;
  padding: 10px 0;

  clear: right;
  text-align: left;
  word-wrap: break-word;
}

.footer-container {
  color: #fff;
  padding: 20px 0;
  text-align: center;
  font-family: 'Arial', sans-serif;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.footer-left,
.search,
.help,
.other {
  flex: 1;
  padding: 10px;
  min-width: 200px;
}

.footer-left strong,
.help strong,
.search strong,
.other strong {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.footer-left span,
.search span,
.help span,
.other span,
.footer-left ul li,
.footer-left p,
.footer-left a {
  font-size: 0.9rem;
  line-height: 1.6;
}

.footer-left ul,
.help ul,
.search ul,
.other ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-left ul li,
.help ul li,
.search ul li,
.other ul li {
  margin-bottom: 5px;
}

.footer-left p {
  margin: 0;
}

.footer-left a,
.search a,
.help a,
.other a {
  color: #ffcc00;

  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-left a:hover,
.search a:hover,
.help a:hover,
.other a:hover {
  color: #fff;
}

.footer address {
  font-size: 0.9rem;
  margin-top: 20px;
  color: #ccc;
}

.footer h4 {
  color: #ffcc00;

  font-size: 1.2rem;
  margin-bottom: 10px;
}

.clearer:after,
.header-container:after,
.header:after,
.quick-access:after,
.form-search:after,
#nav:after,
.main:after,
.footer:after,
.footer .form-subscribe:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.search-autocomplete li: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,
.order-info ul: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-essential:after,
.product-collateral:after,
.product-tabs:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description: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,
.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;

  height: 0;

  content: '.';
  clear: both;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.sitempan h2,
.page-title h1 {
  margin: 0;
  padding: 6px 10px 10px 20px;
  background: linear-gradient(to bottom, #da523a 5%, #640101 100%);
  border: 1px solid #640101;
  border-radius: 8px 8px 0px 0px;
  color: #fefefe;
}

.sitempan {
  margin-bottom: 30px;
}

.sitempan .siteul,
.sitempan .sitecatul {
  padding: 20px 0px 20px 0px;
}

.sitempan a {
  color: #444444;
  text-decoration: none;
}

.sitecatul .strongsm {
  display: block;

  margin: 10px 20px 10px 0;
  padding: 10px 0 0;

  border-bottom: 1px solid #444444;
  font-size: 1.4em;
}

.links li {
  padding-right: 20px;
}

.links li.last {
  padding-right: 0px;
}

.top-links {
  text-align: right;
  margin-top: -20px;
}

.top-links a {
  color: #fefefe;
  text-decoration: none;
  font-weight: bold;
}

.quick-access .links a {
  text-decoration: underline;
}


.block-content ul {
  list-style: none;
  margin: 0px;
  padding:0px;
}

.block-content li {
  line-height: 1.6em;
  border-bottom: 1px dashed #c0c0c0;
}

.block-title {
  margin: 0;
  padding: 2px 10px 0;
  background: linear-gradient(to bottom, #da523a 5%, #640101 100%);
  border: 1px solid #640101;
  border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
}

.block-title strong {
  display: block;

  font:
    bold 12px/16px Arial,
    Helvetica,
    sans-serif;
  min-height: 16px;
  line-height: 30px;
  color: #007ed3;
}

.block .block-title {
  padding: 0 15px;
}

.block .block-title strong {
  color: #fff;
  font-size: 1em;
}

.welcome-msg,
.sitempan,
.cart-empty,
.checkout-success,
.cart,
.block-content {
  padding: 15px;

  background: #f5f5f5;
  border: 1px solid #640101;
  border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  overflow: auto;
  line-height: 1.4em;
  color: #555452;
}

.block-content a {
  color: #555452;
  font-size: 0.9em;
  text-decoration: none;
}

.block-content a:hover {
  color: #d90202;
}

.contact-info {
  background: #000000;
  color: #fefefe;
  text-align: center;
}

.contact-info a {
  color: #fefefe;
}

.contact-info span {
  margin-right: 82px;
}

.contact-info span.last {
  margin-right: 0px;
}

.product-tabs {
  background: #f5f5f5;
}

.page-sitemap a,
select,
.box a,
.cart a,
.cart .qty,
.cart .price {
  color: #555452;
}

.page-sitemap,
.product-essential .product-name h1 {
  width: 100%;

  border-bottom: 1px solid #444444;
}

.input-box select.multiselect,
.page-sitemap,
.product-collateral,
.product-essential {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #f7f7f7;
  border: 1px solid;
  border-radius: 8px 8px 8px 8px;
  color: #444444;
  margin-bottom: 10px;
  padding-right: 10px;
}

.product-essential a {
  color: #d90202;
  font-size: 0.8em;
}

.input-range .input-text,
.input-box textarea {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #f7f7f7;
  border: 1px solid;
  border-radius: 8px 8px 8px 8px;
  color: #444444;
}

.product-essential input,
.cart .form-list input,
.cart .form-list select,
.cart .discount input.input-text {
  width: 92%;
  height: 32px;

  padding: 0 9px;

  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #f7f7f7;
  border: 1px solid;
  border-radius: 8px 8px 8px 8px;
  color: #444444;
}

.map {
  margin-top: 20px;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #f7f7f7;
  border: 1px solid;
  border-radius: 8px 8px 8px 8px;
  color: #444444;
}

.tags-list,
.advanced-search-summary,
.opc {
  padding: 15px;
  margin-top: 20px;
  background: #f7f7f7 !important;
  border: 1px solid;
  border-radius: 8px 8px 8px 8px;
  color: #444444;
}

.box-reviews .button,
.col2-set .button,
.discount-form .button,
.shipping-form .button,
.btn-cart,
.opc .button {
    background: linear-gradient(180deg, #e0e0e0 0%, #c0c0c0 100%);
    border: 1px solid #640101;
}

.opc .buttons-set .button .btn-checkout {
  background: linear-gradient(to bottom, #da523a 5%, #640101 100%);
  border: 1px solid #000;
  color: #fff;
  filter: drop-shadow(4px 4px 2px #333333);
}

.cart-cell {
  padding-left: 5px;
}

#narrow-by-list {
  font-size: 0.95em;
}

.tier-prices {
  font-size: 0.8em;
}

.regular-price .price {
  font-size: 16px;
}

.error-msg,
.note-msg,
.notice-msg {
  font-size: 16px !important;
}

.cart-table {
  border: none;
}

.search-bar {
  width: 100%;
  margin: 10px 0;
  padding: 10px;
  background: linear-gradient(to bottom, #da523a 5%, #640101 100%);
  border: 1px solid #640101;
  border-radius: 8px;
  color: #ffffff;
  box-sizing: border-box;

  overflow: hidden;
}

.form-search {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 10px;
  flex-wrap: wrap;
  width: 100%;

  box-sizing: border-box;
}

.form-search input.input-text {
  flex: 1;

  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
  color: #444;
}

.form-search button.button {
  padding: 8px 12px;

  border-radius: 8px;
  flex-shrink: 0;

  box-sizing: border-box;
}

.quick-access {
  display: block;

  padding: 0px 10px 0px 10px;
}

#div_availability {
  padding-left: 10px;
  margin-left: 10px;
}

.regular-price .price,
.special-price .price {
  font-size: 30px;
  text-align: right;
}

.add-to-box {
  margin: 9px 0px;
}

.insurance_options {
  margin-top: 40px;
}

.insurance_options .normal {
  margin-left: 10px;
}

.insurance_options input[type="radio"],
.insurance_options input[type="checkbox"] {
  margin: 0 10px;
  padding: 0;
  width: auto;
  transform: scale(1.5);
}

.tier-prices {
  margin-left: 20px;
}

.product-image-caption {
  width: 100%;

  text-align: center;
}

.products-grid .item .product-name,
.products-grid .item .price-box {
  min-height: 100px;
}

.products-grid .item .actions {
  margin-bottom: 20px;
}

.products-grid .item .special-price .price-label {
  display: block;
}

.product-made-in-usa {
  height: auto;

  padding-top: 8%;

  background: url(../images/made-in-usa-prod-details.png) center top no-repeat;
  background-size: contain;

  margin-bottom: 10px;
}

.product-list-item-made-in-usa {
  height: 50px;

  background: url(../images/made-in-usa-prod-list.png) center top no-repeat;
  margin-bottom: 10px;
}

.product-grid-item-made-in-usa {
  height: 50px;

  background: url(../images/made-in-usa-prod-grid.png) center top no-repeat;
  margin-bottom: 10px;
}

.product-list-item-blank {
  height: 50px;

  margin-bottom: 10px;
}

.category-description {
  background: #ffffff;
}

#co-shipping-form .form-list, #co-billing-form .form-list {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

#shipping-new-address-form, #billing-new-address-form {
  width: 100%;
}

#shipping-new-address-form ul, #billing-new-address-form ul {
  margin: 0;
  padding: 0;
}

#co-shipping-form .fieldset, #co-billing-form .fieldset {
  margin: 0px;
  padding: 0px 1rem 0px 0px;
}

#co-shipping-form select,
#co-billing-form select {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

#co-shipping-form input,
#co-billing-form input {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

#co-shipping-form input[type="radio"],
#co-shipping-form input[type="checkbox"],
#co-billing-form input[type="radio"],
#co-billing-form input[type="checkbox"] {
  /* Example: reset styles or add specific styles */
  margin: 0 8px;
  padding: 0;
  width: auto;
  transform: scale(1.5);
}

#co-shipping-form label,
#co-billing-form label {
  font-weight: bold;
  margin-top: 10px;
}

#co-shipping-form ul.form-list,
#co-billing-form ul.form-list {
  list-style: none;
  padding: 0;
}

#co-shipping-form ul.form-list.li,
#co-billing-form ul.form-list li {
  margin-bottom: 20px;
}

#co-shipping-form .form-list li,
#co-shipping-form .form-list li .field,
#co-billing-form .form-list li,
#co-billing-form .form-list li .field {
  width: 100%;
  margin-right: .8rem;
}

/* 
#billing-new-address-form .fields,
.inline-fields {
  clear: both;
}

#billing-new-address-form .field,
.inline-field,
.inline-fields .field {
  float: left;
}

#billing-new-address-form .name-firstname,
#billing-new-address-form .name-lastname {
  width: 35%;
  float: left;
  margin-right: 3%;
}

#billing-new-address-form .name-middlename {
  width: 23%;

  float: left;
  margin-right: 3%;
}

#billing-new-address-form .name-lastname {
  width: 35%;

  float: left;
  margin-right: 0%;
}

#shipping-new-address-form .fields {
  clear: both;
}

#shipping-new-address-form .field {
  float: left;
}

#shipping-new-address-form .name-firstname,
#shipping-new-address-form .name-lastname {
  width: 35%;

  margin-right: 2%;
}

#shipping-new-address-form .name-middlename {
  width: 24%;

  margin-right: 2%;
}

#shipping-new-address-form .name-lastname {
  width: 35%;

  margin-right: 0%;
} */


/* Responsive Grid layout */
.customer-name-middlename,
.fields {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.wide {
  grid-column: span 3;
}

h2.legend {
  margin-top: 40px;
}

.account-create .col2-set {
  padding-left: 40px;
}

.account-create .col2-set .buttons-set .button {
  float: right;
}

.form-help {
  color: #888;
  font-size: 75%;
}

.add-to-cart-alt .button {
  margin: 9px 0px;
}

.add-to-cart-alt .input-text.qty {
  min-width: 85%;
}

.products-list .out-of-stock {
  float: right;
}

.bundle-checkbox input.checkbox {
  width: 20px;
  height: 20px;

  padding-right: 20px;
  margin-right: 10px;
}

.price-as-configured .price {
  font-size: 30px;
}

.price-box-bundle {
  display: none;
}

.call-for-price {
  font-size: 24px;
  font-weight: bold;
}

.product-view .product-shop .availability {
  padding-left: 10px;
  margin-left: 10px;
  font-size: 100%;
}

.connector-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-evenly;
}

.connector-item {
  flex: 1 1 calc(20% - 20px);
  box-sizing: border-box;
  text-align: center;
}

.connector-item img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.cart {
  width: 100%;
  padding: 20px 0px;
  margin: 0px;
}

.checkout-questions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin: 2rem;
}

.checkout-questions .button {
  padding: 10px 10px;
  text-align: center;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.checkout-questions .button:hover {
  background-color: #0056b3;
}

.shipping-form {
  padding-right: .625rem;
}

.shipping-form .form-list {
  padding-left: 0px;
  width: 100%;
}

.discount-form {
  margin-bottom: 2rem;
}

/* Cart Table Styling */
.cart table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.cart table td {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}

.cart table img {
  max-width: 100px;
  height: auto;
}

/* Flexbox layout for cart items */
.cart tbody tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cart tbody td:first-child {
  flex: 1 1 100px;
}

.cart tbody td:nth-child(2) {
  flex: 2;
}

.cart  tfoot .button {
  margin: 0px 20px 20px 0px;
}

.cart .product-image {
  text-align: center;
}

.product-name h2 {
  font-size: 1.2em;
  margin: 10px 0;
}

.cart .qty-wrap {
  display: inline-block;
  margin-right: 10px;
}

.price-box {
  margin-top: 10px;
}

.btn-remove {
  display: inline-block;
  margin: 10px 0;
  color: #dc3545;
  text-decoration: none;
}

/* Totals Section */
.totals {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.totals .button {
  background-color: #28a745;
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
}

.totals .checkout-types {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.totals .button:hover {
  background-color: #218838;
}

@media screen and (max-width: 480px) {
  .page {
    width: 100%;
    padding: 0px 5%;
  }

  .col2-left-layout .col-main,
  .col2-right-layout .col-main {
    width: 100%;
  }

  .col2-left-layout .col-left,
  .col2-right-layout .col-right {
    width: 100%;
    float: none;
  }

  .products-grid li.item {
    flex: 1 1 100%;
  }

  .sorter .view-mode {
    display: block;
    margin: 0;
    float: none;
  }

  .cart div.discount,
  .cart div.shipping,
  .cart .totals,
  .cart .crosssell li.item {
    width: 100%;
  }

 .cart table tr {
   margin: 10px;
 }

 .cart table td {
   display: block;
   width: 100%;
   padding: 10px 0;
 }

  .cart table img {
    max-width: 80px;
  }

  .cart tfoot .button {
    margin: 0px 20px 20px 0px;
    width: 100%;
  }

  .cart tbody td:first-child {
    flex: 1 1 10px;
  }

  .cart tbody tr {
    flex-direction: column;
    align-items: center;
  }

 .totals {
   margin-top: 20px;
   align-items: center;
   width: 100%;
 }

 #discount-coupon-form {
   width: 100%;
 }

 .button {
   width: 100%;
   margin-top: 10px;
 }



  .col1-layout .product-view .product-img-box,
  .col1-layout .product-view .product-shop {
    width: 100%;
  }

  .product-view .product-shop .add-to-links li {
    display: block;
  }

  .col2-left-layout .product-tabs li,
  .col2-right-layout .product-tabs li {
    float: none;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }

  .col2-left-layout .product-tabs li.first a,
  .col2-right-layout .product-tabs li.first a {
    border: 0;
  }

  .col2-left-layout .product-tabs li.last a,
  .col2-right-layout .product-tabs li.last a {
    border: 1px 0;
  }

  .col2-left-layout .product-tabs a,
  .col2-right-layout .product-tabs a {
    border-width: 1px 0;
  }

  .col2-left-layout .product-tabs li.active a,
  .col2-left-layout .product-tabs li.active a:hover,
  .col2-right-layout .product-tabs li.active a,
  .col2-right-layout .product-tabs li.active a:hover {
    border: 1px 0;
    border-radius: 0;
    color: #fff;
    background: #444;
  }

  .col2-right-layout .col-right {
    margin: 0;
  }

  .block-progress dt {
    font-size: 9px;
    line-height: 1.4;
  }

  .product-tabs {
    flex-direction: column;
  }

  .product-tabs li {
    flex: none;
  }

  .product-tabs li a {
    font-size: 14px;

    padding: 10px;
  }

  .footer .help,
  .footer .search {
    width: 100%;
  }

  .footer .form-subscribe input.input-text {
    width: 100%;
  }

  .footer .form-subscribe label,
  .footer .form-subscribe .input-box,
  .footer .form-subscribe button.button {
    display: block;
    float: none;
  }

  .footer .form-subscribe button.button {
    margin-top: 9px;
    color: #fff;
  }

  .contact-info {
    text-align: left;
    padding: 10px;
  }

  .contact-info small {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .contact-info span {
    display: block;
    font-size: 14px;
    color: #fff;
  }

  .contact-info a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
  }

  .contact-info a:hover {
    text-decoration: underline;
  }

  .contact-info span.last {
    margin-top: 10px;
  }

  .contact-info span,
  .contact-info a {
    font-size: 14px;

    line-height: 1.4;
  }

  .logo img {
    width: 100%;
    padding-bottom: 20px;
  }

  .top-links ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin-top: 10px;
    list-style: none;
    width: 100%;
    text-align: center;
  }

  .top-links ul li {
    margin: 0;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #444;
  }

  .top-links ul li a {
    color: #fff;
    padding: 10px;
    display: block;
    width: 100%;
  }

  .search-bar {
    width: 100%;
    padding: 10px;
    background-color: #f5f5f5;
  }

  .form-search {
    display: flex;
    flex-direction: column;
  }

  .form-search input.input-text {
    width: 100%;
    padding: 8px;
    font-size: 14px;
    margin-bottom: 10px;
    box-sizing: border-box;
  }

  .form-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
  }

  .form-search input.input-text {
    flex-grow: 1;
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 10px;
    box-sizing: border-box;
  }

  .form-search button.button {
    padding: 12px 20px;
    font-size: 16px;
    background: linear-gradient(180deg, #e0e0e0 0%, #c0c0c0 100%);
    color: #333;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    width: 100%;
    transition:
      background 0.3s ease,
      box-shadow 0.3s ease;
  }

  .form-search button.button:hover {
    background: linear-gradient(180deg, #d0d0d0 0%, #b0b0b0 100%);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
  }

  .form-search button.button:active {
    background: linear-gradient(180deg, #b0b0b0 0%, #909090 100%);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    transform: translateY(2px);
  }

  .form-search input.input-text,
  .form-search button.button {
    width: 100%;

    box-sizing: border-box;
  }

  #search_autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 9999;
  }

  #search_autocomplete ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  #search_autocomplete ul li {
    padding: 10px;
    border-bottom: 1px solid #eee;
  }

  #search_autocomplete ul li:hover {
    background-color: #f0f0f0;
  }

  .connector-item {
    flex: 1 1 calc(100% - 20px);
  }

  .product-name h2 {
    font-size: 1em;
  }

  .checkout-questions .button {
    padding: 8px 12px;
  }

  .col2-set {
    grid-template-columns: 1fr;
  }

  .customer-name-middlename,
  .fields {
    grid-template-columns: 1fr;
  }

  #payment_form_vm .v-fix {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .checkout-questions {
    flex-direction: column;
    align-items: center;
  }

  .btn-proceed-checkout,
  .btn-continue,
  .btn-update,  
  .btn-apply,
  .checkout-questions .button {
    width: 100%;
    text-align: center;
  }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  .page {
    width: 100%;
    padding: 0px;
  }

  .contact-info {
    text-align: left;
    padding: 10px;
  }

  .contact-info small {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .contact-info span {
    display: block;
    font-size: 14px;
    color: #fff;
  }

  .contact-info a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
  }

  .contact-info a:hover {
    text-decoration: underline;
  }

  .contact-info span.last {
    margin-top: 10px;
  }

  .contact-info span,
  .contact-info a {
    font-size: 14px;

    line-height: 1.4;
  }

  .logo img {
    width: 100%;
    padding-bottom: 20px;
  }

  .top-links ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin-top: 10px;
    list-style: none;
    width: 100%;
    text-align: center;
  }

  .top-links ul li {
    margin: 0;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #444;
  }

  .top-links ul li a {
    color: #fff;
    padding: 10px;
    display: block;
    width: 100%;
  }

  .search-bar {
    width: 100%;
    padding: 10px;
    background-color: #f5f5f5;
  }

  .form-search {
    display: flex;
    flex-direction: column;
  }

  .form-search input.input-text {
    width: 100%;
    padding: 8px;
    font-size: 14px;
    margin-bottom: 10px;
    box-sizing: border-box;
  }

  .form-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
  }

  .form-search input.input-text {
    flex-grow: 1;
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 10px;
    box-sizing: border-box;
  }

  .form-search button.button {
    padding: 12px 20px;
    font-size: 16px;
    background: linear-gradient(180deg, #e0e0e0 0%, #c0c0c0 100%);
    color: #333;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    width: 100%;
    transition:
      background 0.3s ease,
      box-shadow 0.3s ease;
  }

  .form-search button.button:hover {
    background: linear-gradient(180deg, #d0d0d0 0%, #b0b0b0 100%);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
  }

  .form-search button.button:active {
    background: linear-gradient(180deg, #b0b0b0 0%, #909090 100%);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    transform: translateY(2px);
  }

  .form-search input.input-text,
  .form-search button.button {
    width: 100%;

    box-sizing: border-box;
  }

  #search_autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 9999;
  }

  #search_autocomplete ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  #search_autocomplete ul li {
    padding: 10px;
    border-bottom: 1px solid #eee;
  }

  #search_autocomplete ul li:hover {
    background-color: #f0f0f0;
  }

  .col2-left-layout .col-main,
  .col2-right-layout .col-main {
    width: 100%;
    float: none;
  }

  .col2-left-layout .col-left,
  .col2-right-layout .col-right {
    width: 100%;
    float: none;
  }

  .col2-right-layout .col-right {
    margin: 0;
  }

  .products-grid li.item {
    flex: 1 1 calc(50% - 20px);
  }

  .sorter .view-mode {
    display: block;
    margin: 0;
    float: none;
  }

  .cart div.discount,
  .cart div.shipping,
  .cart .totals {
    width: 100%;
  }

  .cart .crosssell li.item {
    width: 100%;
  }

  .cart tbody td:first-child {
    flex: 1 1 10px;
  }

  .col1-layout .product-view .product-img-box,
  .col1-layout .product-view .product-shop {
    width: 100%;
  }

  .product-view .product-shop .add-to-links li {
    display: block;
  }

  .col2-left-layout .product-tabs li,
  .col2-right-layout .product-tabs li {
    float: none;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }

  .col2-left-layout .product-tabs li.first a,
  .col2-right-layout .product-tabs li.first a {
    border: 0;
    border-radius: 0;
  }

  .col2-left-layout .product-tabs li.last a,
  .col2-right-layout .product-tabs li.last a {
    border: 1px 0;
  }

  .col2-left-layout .product-tabs a,
  .col2-right-layout .product-tabs a {
    border-width: 1px 0;
  }

  .col2-left-layout .product-tabs li.active a,
  .col2-left-layout .product-tabs li.active a:hover,
  .col2-right-layout .product-tabs li.active a,
  .col2-right-layout .product-tabs li.active a:hover {
    border: 1px 0;
    border-radius: 0;
    color: #fff;
    background: #444;
  }

  .block-progress dt {
    font-size: 10px;
    line-height: 1.6;
  }

  .product-tabs {
    flex-direction: column;
  }

  .product-tabs li {
    flex: none;
  }

  .product-tabs li a {
    font-size: 14px;
    padding: 10px;
  }

  .footer .help,
  .footer .search {
    width: 120px;
  }

  .footer .form-subscribe input.input-text {
    width: 100%;
  }

  .footer .form-subscribe label,
  .footer .form-subscribe .input-box,
  .footer .form-subscribe button.button {
    display: block;
    float: none;
  }

  .footer .form-subscribe button.button {
    margin-top: 9px;
    color: #fff;
  }

  .connector-item {
    flex: 1 1 calc(50% - 20px);
  }

  .products-list .product-name {
    font-size: 1rem;
  }

  .products-list .price-box {
    font-size: 0.875rem;
  }

  .products-list li.item {
    flex-direction: column;
    align-items: flex-start;
  }

  .products-list .product-image {
    margin: 0 0 15px 0;
    flex: none;
  }

  .products-list .product-name {
    font-size: 1.125rem;
  }

  .products-list .price-box,
  .products-list .availability {
    margin: 5px 0;
  }


  .cart tbody tr {
    flex-direction: column;
    align-items: center;
  }

  .cart tbody td {
    text-align: center;
    width: 100%;
  }

  .cart table tr {
    margin: 10px;
  }

  .cart table td {
    display: block;
    width: 100%;
    padding: 10px 0;
  }

  .totals {
    margin-top: 20px;
    align-items: center;
    width: 100%;
  }

  #discount-coupon-form {
    width: 100%;
  }

  .button {
    width: 100%;
    margin-top: 10px;
  }

  .shipping-form ul,
  .checkout-types {
    padding: 0;
  }

  .shipping-form ul li {
    margin-bottom: 15px;
  }

  /* Ensure the table for totals fits and adjusts */
  #shopping-cart-totals-table {
    width: 100%;
  }

  #shopping-cart-totals-table td {
    display: flex;
    justify-content: space-between;
  }

  #shopping-cart-totals-table .price {
    font-weight: bold;
  }

  .checkout-questions {
    flex-direction: column;
    align-items: center;
  }

  .btn-proceed-checkout,
  .btn-continue,
  .btn-update,
  .btn-apply,
  .checkout-questions .button {
    width: 100%;
    text-align: center;
  }

  .col2-set {
    grid-template-columns: 1fr;
  }

  .customer-name-middlename,
  .fields {
    grid-template-columns: 1fr;
  }

  #payment_form_vm .v-fix {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page {
    width: 100%;
    padding: 0px 15px 50px;
  }

  .logo img {
    padding-bottom: 20px;
  }

  .top-links {
    margin-top: 10px;
    text-align: center;
  }

  .col2-left-layout .col-main,
  .col2-right-layout .col-main {
    width: 100%;
  }

  .col2-right-layout .col-main {
    float: none;
  }
  
  .col2-left-layout .col-left,
  .col2-right-layout .col-right {
    width: 100%;
    float: none;
    margin: 0px;
  }

  .products-grid li.item {
    flex: 1 1 calc(25% - 20px);
  }

  .sorter .view-mode {
    display: block;
    margin: 0;
    float: none;
  }

  .cart div.discount,
  .cart div.shipping,
  .cart .totals {
    width: 100%;
  }

  .cart .crosssell li.item {
    width: 100%;
  }

  .col1-layout .product-view .product-img-box,
  .col1-layout .product-view .product-shop {
    width: 100%;
  }

  .product-view .product-shop .add-to-links li {
    display: block;
  }

  .col2-left-layout .product-tabs li,
  .col2-right-layout .product-tabs li {
    float: none;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }

  .col2-left-layout .product-tabs li.first a,
  .col2-right-layout .product-tabs li.first a {
    border: 0;
    border-radius: 0;
  }

  .col2-left-layout .product-tabs li.last a,
  .col2-right-layout .product-tabs li.last a {
    border: 1px 0;
  }

  .col2-left-layout .product-tabs a,
  .col2-right-layout .product-tabs a {
    border-width: 1px 0;
  }

  .col2-left-layout .product-tabs li.active a,
  .col2-left-layout .product-tabs li.active a:hover,
  .col2-right-layout .product-tabs li.active a,
  .col2-right-layout .product-tabs li.active a:hover {
    border: 1px 0;
    border-radius: 0;
    color: #fff;
    background: #444;
  }

  .block-progress dt {
    font-size: 10px;

    line-height: 1.6;
  }

  .footer .help,
  .footer .search {
    width: 120px;
  }

  .footer .form-subscribe input.input-text {
    width: 100%;
  }

  .footer .form-subscribe label,
  .footer .form-subscribe .input-box,
  .footer .form-subscribe button.button {
    display: block;
    float: none;
  }

  .footer .form-subscribe button.button {
    margin-top: 9px;
    color: #fff;
  }

  .connector-item {
    flex: 1 1 calc(33% - 20px);
  }
}

@media screen and (min-width: 1200px) {
  .page {
    width: 1120px;
    padding: 0px 40px 80px;
  }

  /* .col2-left-layout .col-main,
  .col2-right-layout .col-main {
    width: 800px;
  }

  .col2-left-layout .col-left,
  .col2-right-layout .col-right {
    width: 320px;

    float: left;
  }

  .col2-right-layout .col-right {
    float: right;
  } */

  .products-grid li.item {
    flex: 1 1 calc(25% - 20px);
  }

  .sorter .view-mode {
    display: block;
    margin: 0;
    float: left;
  }

  /* .cart div.discount,
  .cart div.shipping,
  .cart .totals {
    width: 400px;
  } */

  .cart .crosssell li.item {
    width: 460px;
  }

  .col1-layout .product-view .product-img-box,
  .col1-layout .product-view .product-shop {
    width: 540px;
  }

  .product-view .product-shop .add-to-links li {
    display: block;
  }

  .col2-left-layout .product-tabs li,
  .col2-right-layout .product-tabs li {
    float: none;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }

  .col2-left-layout .product-tabs li.first a,
  .col2-right-layout .product-tabs li.first a {
    border: 0;
    border-radius: 0;
  }

  .col2-left-layout .product-tabs li.last a,
  .col2-right-layout .product-tabs li.last a {
    border: 1px 0;
  }

  .col2-left-layout .product-tabs a,
  .col2-right-layout .product-tabs a {
    border-width: 1px 0;
  }

  .col2-left-layout .product-tabs li.active a,
  .col2-left-layout .product-tabs li.active a:hover,
  .col2-right-layout .product-tabs li.active a,
  .col2-right-layout .product-tabs li.active a:hover {
    border: 1px 0;
    border-radius: 0;
    color: #fff;
    background: #444;
  }

  .block-progress dt {
    font-size: 12px;

    line-height: 2;
  }

  .footer .help,
  .footer .search {
    width: 180px;
  }

  .footer .form-subscribe input.input-text {
    width: 100%;
  }

  .footer .form-subscribe label,
  .footer .form-subscribe .input-box,
  .footer .form-subscribe button.button {
    display: block;
    float: none;
  }

  .footer .form-subscribe button.button {
    margin-top: 9px;
    color: #fff;
  }
}

@media print {
  * {
    background: #fff;
    color: black !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: ' (' attr(href) ')';
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  html {
    margin: 0 !important;
    padding: 0 !important;
  }

  body {
    margin: 10px !important;
    padding: 0 !important;

    background: #fff !important;
    font-size: 9pt !important;
  }

  a {
    color: #2976c9 !important;
  }

  th,
  td {
    color: #2f2f2f !important;
    border-color: #ccc !important;
  }

  .header-container,
  .nav-container,
  .footer-container,
  .pager,
  .toolbar,
  .actions,
  .buttons-set {
    display: none !important;
  }

  .page-print .data-table .cart-tax-total {
    background-position: 100% -54px;
  }

  .page-print .data-table .cart-tax-info {
    display: block !important;
  }
}
