/*
! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.left-0 {
  left: 0px;
}

.top-1\/2 {
  top: 50%;
}

.-left-4 {
  left: -1rem;
}

.left-3 {
  left: 0.75rem;
}

.top-0 {
  top: 0px;
}

.z-50 {
  z-index: 50;
}

.m-0 {
  margin: 0px;
}

.-m-1 {
  margin: -0.25rem;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-3 {
  margin: -0.75rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mt-28 {
  margin-top: 7rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.hidden {
  display: none;
}

.h-16 {
  height: 4rem;
}

.h-full {
  height: 100%;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-4 {
  height: 1rem;
}

.min-h-full {
  min-height: 100%;
}

.w-full {
  width: 100%;
}

.w-10 {
  width: 2.5rem;
}

.w-4 {
  width: 1rem;
}

.w-9\/12 {
  width: 75%;
}

.w-auto {
  width: auto;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}

.max-w-xs {
  max-width: 20rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.resize {
  resize: both;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.self-center {
  align-self: center;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded {
  border-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}

.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}

.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}

.bg-violet-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(221 214 254 / var(--tw-bg-opacity));
}

.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.p-0 {
  padding: 0px;
}

.p-3 {
  padding: 0.75rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-11 {
  padding-left: 2.75rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

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

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

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-blue-50 {
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-violet-600 {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity));
}

.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}

.opacity-60 {
  opacity: 0.6;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

body {
  background:#ffffff;
  color:#666;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  position:relative;
  margin:0;
}

#outer-wrapper{
  opacity: 0;
}

.introparagraph{
  height:300px;
}

#fpss .rsPreloader {
  background:url('../images/loading.gif') no-repeat!important;
  height:48px!important;
  width:48px!important;
}

ul {
  list-style:none;
  margin:0;
  padding:0 0 0 15px;
}

ul a {
  text-decoration:none;
  color:#666;
}

ul a:hover {
  text-decoration:underline;
}

h1 {
  color:#000;
  /*font-family:'Swatchit',Arial, Helvetica, sans-serif;*/
  font-weight:normal;
  margin:0 0 15px;
  padding:5px 0;
}

h2 {
  font-weight:normal;
  margin-top:0;
}

img{
  border:none;
}

.button {
  color:#ffffff!important;
  display:inline-block;
  font-size:13px;
  height:16px;
  border-radius: 3px;
  text-align:center;
  padding:3px 20px;
  text-decoration:none;
  vertical-align:middle;
}

#basket .button{
  padding:8px 20px;
  margin:0 10px;
}

.search_btn{
  background:#999999;
  font-size: 17px;
  height: 20px;
  margin-bottom: 6px;
  padding: 3px 7px;
}

.clr {
  clear:both;
}

.wrapper {
  background:#fff;
  margin:0 auto;
  width:960px;
}

.inner_wrap{
  clear:both;
  padding:0 10px;
}

.top_promo{
  clear: both;
}

.header {
  height:140px;
  padding-right:10px;
}

.header_lt {
  float: left;
  padding:10px 10px 10px 0;
  height:120px;
  width:500px;
}

.header_lt img {
  border:0;
  max-width:100%;
  max-height:100%;
}

.header_rt {
  float:right;
  height:140px;
  position:relative;
  width:380px;
  z-index:999;
}

.social_media {
  position:absolute;
  top:38px;
  right:200px;
}

.search {
  position:absolute;
  top:48px;
  right:0;
}

.rightAd.ads {
  border-top: 1px solid #ccc;
  margin-top: 50px;
  padding-top: 30px;
}

.search input {
  background: none repeat scroll 0 0 #EFEFEF;
  color:#666;
  border: 0 none;
  font-size: 16px;
  height: 21px;
  margin: 0;
  padding: 3px 5px;
  width: 200px;
}

.wish_cart{
  position:absolute;
  bottom:0;
  right:0;
}

.wish_cart .button{
  font-size: 13px;
  height: 17px;
  margin-right:15px;
  padding: 3px 10px 1px;
}

a.mini_cart_btn{
  background:url(../images/shopping_bag_green.png) no-repeat 0 0;
  color:#fff;
  display:inline-block;
  height:30px;
  padding-top:28px;
  position:relative;
  text-decoration:none;
  width:160px;
  padding-left:50px;
}

.mini_cart{
  background:#B9B9B9;
  color:#fff;
  display:none;
  height:auto;
  width:200px;
  padding:10px 10px 20px;
  position:absolute;
  right:-7px;
  top:58px;
  z-index:999;
}

.mini_cart  .sub{
}

.mini_cart .product_image img{
  height:80px;
  border:2px solid #ccc;
}

.mini_cart h4{
  border-bottom:1px solid #ccc;
  color:#fff;
  margin:0 0 10px;
  height:20px;
}

.mini_cart p{
  margin:0 0 5px;
}

.item_num{
  color:#fff;
  margin:0 3px;
  text-align: center;
  width:auto;
  display:inline-block;
}

.item_text{
}

.header_nav {
  text-align:right;
  position:absolute;
  padding-bottom:7px;
  top:21px;
  right:0;
}

.header_nav ul {
  margin:0;
  padding:0;
}

.header_nav li {
  color:#666;
  display: inline;
  font-size:12px;
  list-style: none outside none;
  margin: 0 0 0 7px;
}

.header_nav li a{
  color:#666;
  font-size:16px;
}

.btm {
  border: 1px solid #CCCCCC;
  float: left;
  height: 210px;
  margin: 0 3px 0 0;
  text-align: center;
  width: 235px;
}

.btm .img_holder {
  height: 170px;
}

.btm h2 {
  background: none repeat scroll 0 0 #999999;
  height: 32px;
  padding: 8px 0 0;
}

.btm h2 a {
  color: #FFFFFF;
  text-decoration:none;
}

.link_promo{
  margin:0 0 5px;
}

/* #######################  END GENERAL SETTINGS ############################ */

/*----------------MAIN NAVIGATION LINKS AND ROLLOVERS----these rules are for styling your main navigation and hyperlinks--------------------*/

#main_nav {
  /*background:url(../images/nav_bg.jpg) repeat-x;*/
  background:#000;
  float:left;
  width:960px;
  height:34px;
  text-transform:uppercase;
  margin-bottom:0;
  position:relative;
}

#main_nav ul {
  margin:0;
  padding:0px;
}

#main_nav li {
  float:left;
  list-style:none;
  padding:0;
  margin:0;
}

#main_nav li a {
  padding: 0 31px;
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
  position:relative;
}

#main_nav li#home_btn a {
  padding: 0 25px;
}

/*MAC Firefox Safari fix for last-child*/

#main_nav li:last-child a {
  /*padding-left:16px;
	padding-right:14px;*/
}

#main_nav a:hover {
}

/*#main_nav li:first-child a {
	display:block;
	padding: 0 20px;
	border-right:solid 1px #c40403;
	border-left:solid 1px #c40403;
	font-size:12px;
	font-weight:bold;
	line-height:44px;
	color:#fff;
	text-decoration:none;
}*/

/* #######################  END MAIN NAV ############################ */

/* Slideshow */

#slideshow {
  position:relative;
  width:100%;
  margin-bottom:5px;
}

.main_promo img {
  margin:0!important;
}

.column_1 {
  float:left;
  width:140px;
  margin-bottom:20px;
  margin-right:9px;
}

#left_nav.column_1 li {
  font-size:13px;
  margin-bottom:3px;
  text-transform:capitalize;
}

#left_nav.column_1 li a {
  font-size:13px;
  text-transform:capitalize;
}

#left_nav.column_1 li a.active {
  font-weight: bold;
}

#left_nav.column_1 h2 {
  margin:12px 0 5px;
  text-transform:capitalize;
}

.main_content {
  float:left;
  margin-bottom:20px;
  min-height:250px;
}

* html div.main_content {
  height: expression( this.scrollHeight < 250 ? "250px" : "auto" );
  /* sets min-height for IE */
}

.main_content ul {
  padding-left:20px;
}

.footer_bg {
  background:#000;
  min-height:310px;
}

* html div.footer_bg {
  height: expression( this.scrollHeight < 310 ? "310px" : "auto" );
  /* sets min-height for IE */
}

.copyright {
  clear:both;
  height:30px;
  font-size:12px;
  padding:10px;
  color:#666;
}

.copyright a{
  color:#666;
}

.bottom_promo {
  margin-bottom:10px;
}

.footer_nav {
  border-top: 1px solid #999999;
  margin: 0 10px;
  padding: 10px 0;
}

.footer_nav .module{
  float:left;
  width:24%;
}

.footer_nav ul {
  margin:0;
  padding:0;
  width:150px;
}

.footer_nav ul.last {
  margin-right:0;
}

.footer_nav ul li {
  margin:0 0 10px;
}

.footer_nav ul li a {
  color:#666666;
}

.footer_nav h3 {
  font-size:18px;
  font-weight:normal;
  margin:0 0 10px;
  text-transform:uppercase;
}

.breadcrumb {
  padding:10px 0;
}

.breadcrumb a{
  color:#666;
  text-decoration:none;
}

.msg, .error {
  color:#F00;
  font-weight:bold;
}

.msg2 {
  color:#090;
  font-weight:bold;
}

#contact_page .lt_col {
  float:left;
  width:450px;
  margin-right:40px;
}

#contact_page .rt_col {
  float:left;
  width:430px;
}

#contact_page a {
  color:#0000FF;
}

.cformMsg {
  display:none;
}

/*********TABS**********/

.tabs {
  position:relative;
  margin:5px 0 30px;
}

.tabsNav ul {
  margin:0;
  padding:0;
  list-style:none;
}

.tabsNav ul li {
  display:inline;
}

.tabsNav a, .tabsNav a:visited {
  background:#ccc;
  color:#000000;
  padding:5px 30px;
  text-align:center;
  text-decoration:none;
}

.tabsNav a:hover {
  background:#C5C5C5;
}

.tabsNav a.active {
  background:#efefef;
}

.tabsPane {
  background:#efefef;
  margin-top:5px;
  padding:10px 15px;
}

.pane {
  display:none;
}

/**********END TABS************/

.product_info{
  min-height:55px;
}

.product_list {
  padding:25px 0 0;
  width:790px;
}

.product {
  /*border: 1px solid #CCCCCC;*/
  float: left;
  margin: 0 0 9px 30px;
  padding: 10px;
  width: 210px;
  text-align:center;
}

.product_name {
  font-weight:bold;
  font-size:14px;
  margin:5px 0;
}

.price {
  color: #000;
  font-weight:bold;
  font-size:14px;
  /*float:left;*/
}

.product .button {
  float:right;
}

.product .button.quickview {
  float:none;
  margin-top:3px;
}

.product img {
  display:block;
  height:180px;
  margin:0 auto;
}

.product_detail .lt_col {
  float:left;
  margin-right:20px;
  width:505px;
}

.product_detail ul{
  list-style:disc;
  color:#666!important;
}

.product_detail h1.product_title{
  color:#000;
  margin:0;
}

.product_detail .rt_col {
  float:left;
  width:360px;
}

.product_detail .product_image {
  margin-bottom:15px;
  min-height:400px;
}

.product_detail .product_thumb_ctr {
  /*text-align:center;*/
}

.product_detail .product_thumb_ctr img {
  border:3px solid #CCC;
  cursor:pointer;
  height:80px;
  margin:0 8px 5px 0;
  /*width:80px;*/
}

.product_detail .product_thumb_ctr img:hover {
  border:3px solid #999;
}

.product_detail .product_image img {
  cursor:url(../images/zoom.png), -moz-zoom-in;
  max-width:500px;
}

.product_detail .product_sku{
  margin:0;
  font-size:13px;
  text-transform:uppercase;
  font-weight:normal;
}

.product_price {
  font-weight:bold;
  font-size:16px;
  margin:3px 0;
}

.product_detail .product_price{
  color:#000;
}

.product_detail .product_quantity {
  margin-bottom:8px;
}

.product_detail .description {
  margin-bottom:5px;
}

.product_detail .description p {
  margin:4px 0;
}

#product_quickview.product_detail{
}

.product_detail .attr1 {
  margin-left:20px;
}

.product_detail .attr2 {
  margin-left:25px;
}

.thumb_text{
  margin:3px 0;
}

.change_filter {
  color:#00F;
}

#signin.main_content,#user_page.main_content{
  width:100%;
}

#register.main_content{
  width:74%;
}

#user_page.main_content .lt_col{
  float:left;
  width:26%;
}

#user_page.main_content .lt_col h3{
  text-transform:capitalize;
}

#user_page.main_content .lt_col li{
  margin:5px 0;
}

#user_page.main_content .rt_col{
  float:left;
  width:57%;
}

.login_left,.login_right{
  float:left;
  min-height:240px;
  width:48%;
}

.login_left{
  border-right:1px solid #ccc;
}

.login_right{
  padding:0 15px;
}

.login_right ul,.login_left ul{
  list-style:disc outside none;
  margin:0 0 15px;
}

.login_right ul li{
  padding:3px 0 0;
}

.wlist_item{
  border-bottom:1px solid #ccc;
  padding:5px 0 15px;
}

.wlist_image{
  float:left;
  margin-right:10px;
}

.wlist_item p{
  margin-top:0;
}

.wlist_item h3{
  margin:0 0 3px;
}

.wlist_item h3 span{
  color: #1B6169;
}

.wlist_item img{
  height:150px;
}

.wlist_desc{
  float:left;
  width:350px;
}

.wlist_action{
  float:right;
  text-align:right;
  width:195px;
}

tr.content img{
  height:80px;
}

tr.content td{
  text-align:center;
}

#basket.main_content{
  width:100%;
}

.main_content table a{
  color:#0000EE;
}

.main_content table,
.checkout_confirm table{
  border-collapse: collapse;
  border-spacing: 0;
}

.main_content th,
.checkout_confirm th{
  background-color: #F5F5F5;
  border:1px solid #DDDDDD;
  font-weight:bold;
  padding:10px;
}

.main_content td,
.checkout_confirm td{
  border:1px solid #DDDDDD;
}

.order_list td{
  border:1px solid #DDDDDD!important;
}

#signin.main_content td,
#checkout .login_right td,
#contact_page td,
#user_page td,
#checkout .login_left td{
  border:none;
}

.main_content td.rt,
.checkout_confirm td.rt{
  text-align:right;
  padding-right:15px;
  font-weight:bold;
}

.main_content .co_tbl td,
.checkout_confirm .co_tbl td{
  border:none;
}

#basket .update_prod{
  background: url("images/update_delete.png") no-repeat 0 0;
  height:32px;
  width:32px;
  display:inline-block;
  display:inline;
}

#basket .delete_prod{
  background: url("images/update_delete.png") no-repeat -32px 0;
  height:32px;
  width:32px;
  display:inline-block;
  display:inline;
}

#basket .update_prod span,#basket .delete_prod span{
  display:none;
}

#checkout.main_content{
  width:100%;
}

#checkout h3.ui-state-active,#checkout h3.ui-state-hover,#checkout h3.ui-state-focus{
  background:#efefef;
}

#checkout h3.ui-state-active a{
  font-weight:bold;
}

#checkout h3.ui-state-hover a{
  color:#000!important;
}

.order_page th{
  border:1px solid #999;
}

#accordion h3 a,#accordion h3{
  cursor:default;
}

#accordion .shipper_section td{
  border-top:1px solid #cccccc;
}

.ui-state-error{
  display:none;
  width:95%;
  text-align:center;
}

.form_error{
  display:none;
  color:#F00;
  font-weight:bold;
}

p.cc_error{
  color:#F00;
  font-weight:bold;
  font-size:16px;
}

.reg_info{
  display:none;
}

.sort_by{
  background:#efefef;
  color:#000;
  padding:3px 8px;
  clear:both;
}

.sort{
  float:left;
  color:#000;
}

.paging{
  float:right;
}

.paging a{
  color:#666;
  margin-right:3px;
}

.loader_ctnr{
  text-align:center;
  display:none;
  padding:10px;
}

.cat_menu .active > a{
  color:#000000;
}

.cat_menu{
  padding:0;
}

.addToCartButton{
  background: #000;
  border:2px solid #999;
  color: #fff;
  cursor:pointer;
  font-size:15px;
  width: 130px;
  height: 34px;
  margin: 0;
  padding: 0;
  text-transform:uppercase;
}

#errorMessage{
  color:#F00;
  font-weight:bold;
}

.qv_msg{
  color:#c00;
}

.random_products .product_list{
  padding:15px;
  width:100%;
}

.random_products .product{
  margin-left:0;
}

.question{
  font-weight:bold;
  margin-bottom:0;
  margin-top:20px;
}

#content .left-sidebar{
  width:22%;
  padding:8px;
  margin-right:5px;
  float:left;
}

#content .main_content.one-column{
  width:100%;
}

#content .main_content.two-column{
  width:75%;
}

#content .main_content.three-column{
  width:50%;
}

#content .right-sidebar{
  width:22%;
  padding:8px;
  margin-left:5px;
  float:right;
}

#content_tabs ul {
  list-style: disc outside none;
}

#content_tabs {
  font-size:13px;
}

#blog.main_content{
  width:765px;
  border-left:1px solid #ccc;
  padding-left:25px;
}

#blog.main_content .title{
  margin-bottom:2px;
}

#blog.main_content .date{
  font-size:12px;
  font-weight:normal;
  margin-top:0;
}

.archive_list{
  list-style:square outside none;
  font-weight:bold;
}

#content_tabs_left {
  position: relative;
  padding-left: 13.5em;
  border:none;
}

#content_tabs_left li.last {
  border-bottom:1px solid #ccc!important;
}

#content_tabs_left .ui-tabs-nav {
  position: absolute;
  left: 0.25em;
  top: 0.1em;
  bottom: 0.25em;
  width: 13em;
  padding: 0 0 0.2em 0.2em;
}

#content_tabs_left .ui-tabs-nav li {
  width: 100%;
  border-right: none;
  border-bottom-width: 1px !important;
  height:80px;
  overflow: hidden;
  margin:0;
  background:#ccc;
}

#content_tabs_left .ui-tabs-nav li.ui-tabs-selected {
  border-right: 1px solid transparent;
}

#content_tabs_left .ui-tabs-nav li a {
  float: right;
  height: 20px;
  padding: 30px 0;
  text-align: center;
  width: 100%;
  font-size:115%;
  font-weight:normal;
}

#content_tabs_left > div {
  min-height: 35em;
  border-left:1px solid #ccc;
}

#content_tabs_left .ui-widget-header {
  background: none;
  border: none;
  color: #666666;
  font-weight: bold;
}

#content_tabs_left .ui-corner-all, #content_tabs_left .ui-corner-top, #content_tabs_left .ui-corner-right, 
#content_tabs_left .ui-corner-tr,#content_tabs_left .ui-corner-all, 
#content_tabs_left .ui-corner-top, #content_tabs_left .ui-corner-left, #content_tabs_left .ui-corner-tl {
  border-top-right-radius:0;
  border-top-left-radius:0;
}

.link_promo .promo {
  float: left;
  margin-right: 6px;
  width:235px;
}

.link_promo .promo.last {
  margin-right: 0;
}

.link_promo .promo img{
  width:235px;
}

#regForm .forms td{
  border:none;
}

#receipt_page.main_content{
  width:100%;
}

.order_page table td{
  padding:5px 7px;
  vertical-align:top;
}

.category_description{
  width:790px;
}

.avatar-holder {
  width: 90%;
}

.avatar-holder img{
  max-width:100%;
}

.system-mesage {
  padding: 10px;
  font-weight:bold;
}

.system-mesage .success{
  color:green;
}

.system-mesage .error{
  color:red;
}

.green{
  color:#00CC33;
}

.orange{
  color:#FF9900;
}

.declined{
  color:#FF0000;
}

.rating1{
  background: url(star.gif) no-repeat center top;
  display:inline-block;
  width:17px;
  height:16px
}

.rating1.selected{
  background: url(star.gif) no-repeat center;
  display:inline-block;
  width:17px;
  height:16px
}

.fl{
  float:left
}

.row{
  clear:both;
  display:block;
  border-bottom:1px dashed #ccc;
  padding:15px 0 5px
}

.clear{
  clear:both
}

.rating-meta{
  width:120px
}

.rating-meta .rating-star{
}

.rating-meta p{
  margin: 4px 0 0 0;
}

.rating-desc{
  width:400px
}

.modal .header{
  height:auto;
}

.large.modal {
  color:#000;
}

.large.modal ul{
  list-style:disc outside none;
}

.large.modal h3{
  color:#2185D0;
}

.large.modal .red, p.red{
  color:#F00;
}

.large.modal .green{
  color:#090;
}

.large.modal .yellow{
  color:#C4C414;
}

.large.modal .blue{
  color:#06F;
}

.modal-content{
  display:none;
}

.large.modal .close.icon{
  position:absolute;
  right:15px;
  cursor:pointer;
}

i.info{
  cursor:pointer;
}

.deliverables{
  border:1px solid #ccc;
  background:#fff;
  padding:25px;
}

.deliverables ul{
  list-style:disc outside none;
}

.deliverables .center{
  text-align:center;
}

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}

.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:top-0 {
    top: 0px;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:max-w-xl {
    max-width: 36rem;
  }

  .md\:max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1280px) {
  .xl\:ml-80 {
    margin-left: 20rem;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }
}