/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
  */

html {
    font-size: 125%;
}

body {
    font-family: Futura, sans-serif;
    font-weight: 500;
    color: #222;
    letter-spacing: 0.6px;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:focus {
    outline: none;
}

a:hover {
    color: #ff6666;
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    font-weight: 500;
    line-height: 170%;
    color: #333;
}

h1 {
    font-size: 2.2em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.4em;
}

h4 {
    margin-bottom: 20px;
    font-size: 1.1em;
    font-weight: 500;
}

h5 {
    font-size: .9em;
}

p, blockquote {
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 170%;
}

input[type=submit] {
    -webkit-appearance: none;
}

.hide {
    display: none;
}

.yellow {
    color: #F3D529
}

.italic {
    font-style: italic;
}

.600 {
    font-weight: 500;
}

.righted {
    text-align: right;
}

.left {
    text-align: left;
}

.underline {
    text-decoration: underline;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.nomargin {
    margin: 0 !important;
}

.nopadding {
    padding: 0 !important;
}

hr {
    clear: both;
    height: auto;
    margin: 10px 0;
    border: none;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #fff;
}

input, textarea, select {
    color: #444;
}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger {}

LABEL, h4.optionName {
    vertical-align: top;
}

legend {
    font-size: 1.1em;
    font-weight: 500;
    color: #0F0F0F;
}

.sorterLabel, .filterLabel {
    padding: 7px 0;
    color: #888888;
}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
    margin: 0.5em 0.3em;
}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    float: left;
}

LABEL.inputLabel {
    width: 9em;
    float: left;
}

LABEL.inputLabelPayment {
    width: 14em;
    float: left;
    padding-left: 2.5em;
}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
    width: 11em;
    float: left;
}

label.m-wrap {
    font-size: .9em;
}

input.m-wrap, textarea.m-wrap {
    border: 1px solid #d6d6d6;
}

textarea.m-wrap:focus, input[type="text"].m-wrap:focus, input[type="password"].m-wrap:focus, input[type="datetime"].m-wrap:focus, input[type="datetime-local"].m-wrap:focus, input[type="date"].m-wrap:focus, input[type="month"].m-wrap:focus, input[type="time"].m-wrap:focus, input[type="week"].m-wrap:focus, input[type="number"].m-wrap:focus, input[type="email"].m-wrap:focus, input[type="url"].m-wrap:focus, input[type="search"].m-wrap:focus, input[type="tel"].m-wrap:focus, input[type="color"].m-wrap:focus, .m-uneditable-input:focus {
    border: 1px solid #ff6666;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

#checkoutPayment LABEL.radioButtonLabel {
    font-weight: 500;
}

ADDRESS {
    font-style: normal;
}

.clearBoth {
    clear: both;
}

.link-separator {
    padding: 0 3px 0 5px;
}

fieldset {
    border: 1px solid #d6d6d6;
    margin-bottom: 15px;
}

table {
    width: 100%;
    margin: 20px 0;
}

table th, table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

table th {
    font-weight: 500;
}

table thead th {
    vertical-align: bottom;
}

table caption+thead tr:first-child th, table caption+thead tr:first-child td, table colgroup+thead tr:first-child th, table colgroup+thead tr:first-child td, table thead:first-child tr:first-child th, table thead:first-child tr:first-child td {
    border-top: 0;
}

table tbody+tbody {
    border-top: 2px solid #dddddd;
}

table {
    background-color: #fff;
}

.tooltip-inner {
    max-width: 400px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #333;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    opacity: .9;
    filter: alpha(opacity=90);
}

/*  Plain */

.m-btn.plain {
    color: #fff;
    text-shadow: none;
    background: #333333;
    border: none !important;
}

.m-btn.plain:hover, .m-btn.plain:focus, .m-btn.plain:active, .m-btn.plain.active, .m-btn.plain.disabled, .m-btn.plain[disabled] {
    border: 1px solid #333333;
}

.m-btn.plain:active, .m-btn.plain.active {
    background: none !important;
    border: 1px solid #333333;
    color: #ffffff !important;
    -webkit-box-shadow: none;
    -moz--box-shadow: none;
    box-shadow: none;
}

.m-btn-group.group-plain.open .dropdown-toggle {
    -webkit-box-shadow: none;
    -moz--box-shadow: none;
    box-shadow: none;
}

button.unstyled, a.unstyled {
    background: none;
    border: none;
    padding: 4px;
    font-size: 1.4em;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

button.unstyled.refresh {
    color: #42B60D;
}

button.unstyled.refresh:hover {
    color: #ff6666;
}

a.unstyled.remove {
    color: #9E1313;
}

a.unstyled.remove:hover {
    color: #ff6666;
}

.socialMedia li {
    padding: 2px !important;
}

.social {
    width: 32px;
    height: 32px;
    background: #333333;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #efefef;
    font-size: 1.4em;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: .25s all;
    -moz-transition: .25s all;
    -o-transition: .25s all;
    transition: .25s all;
}

.social.facebook:hover {
    background: #3B5998;
    color: #fff;
}

.social.twitter:hover {
    background: #00a0d1;
    color: #fff;
}

.social.gplus:hover {
    background: #db5a3c;
    color: #fff;
}

.social.pinterest:hover {
    background: #910101;
    color: #fff;
}

/*Header*/

#textGreeting {
    padding: 5px 10px;
    font-size: 1em;
}

#textGreeting p {
    margin: 0 !important;
}

nav#common-menu {
    margin-top: 20px;
    width: 100%;
}

nav#common-menu ul li {
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
}

nav#common-menu ul li a {
    color: #333;
    display: block;
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: 500;
}

nav#common-menu ul li a:hover {
    color: #333;
}

nav#common-menu ul li.last {
    float: right;
    margin: 0;
}

form#currency-change {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.navbar {
    margin-bottom: 0px;
}

.navbar .nav {
    width: 100%;
}

.navbar-inner {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 41px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}

.search-top-header {
    margin-top: 25px;
}

.search-top-header input[type="text"].m-wrap {
    width: 180px;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    border: 1px solid #b6b6b6 !important;
    border-right: none !important;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.search-top-header input[type="text"].m-wrap:focus {
    border: 1px solid #ff6666 !important;
    border-right: none !important;
    -webkit-appearance: none;
    outline: none;
}

.search-top-header button.button {
    font-size: 1em;
    padding: 0px 14px !important;
    height: 34px;
    line-height: 34px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    color: #fff;
}

.search-top-header button.button:hover {
    color: #fff;
}

ul.ezpagesHead li {
    display: inline-block;
}

ul.ezpagesHead li a {
    text-transform: uppercase;
    color: #858585;
    font-size: 1.1em;
    margin: 2px;
    padding: 5px 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

ul.ezpagesHead li a:hover {
    text-decoration: none;
    background: #ff6666;
    color: #fff;
}

/*banner*/

#headerBanner {
    margin: 20px 0;
}

#headerBanner .bannersThree {
    width: 31.6239%;
    margin-left: 2.5641%;
    display: block;
    float: left;
}

#headerBanner .bannersThree.first {
    margin-left: 0;
}

/*BreadCrumb*/

.breadcrumb {
    box-sizing: border-box;
    text-decoration: none;
    border-collapse: separate;
    border-spacing: 2px;
    text-align: left;
    padding: 5px 0px;
    padding-left: 0px;
    border-radius: 0;
    color: #0F0F0F;
    text-transform: capitalize;
    background: url(../images/banners/home_ico.gif) no-repeat 5px 7px;
    padding-left: 20px;
    margin: 10px 0 20px !important;
    border-bottom: 0;
    text-shadow: 0 1px 0 #fff;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    font-family: Futura;
    letter-spacing: 1px;
}

.breadcrumb span.start {
    color: #888888;
    margin-right: 5px;
}

.breadcrumb span.divider {
    padding: 0 5px 0 7px;
    font-weight: 500;
    font-size: 13px;
    color: #757575;
}

.breadcrumb a {
    box-sizing: border-box;
    padding: 15px 7px;
    line-height: 1.6;
    color: #757575;
    text-decoration: none;
    border-collapse: separate;
    border-spacing: 2px;
    text-align: left;
    font-size: 13px;
    font-weight: 100;
    font-family: Futura;
    letter-spacing: 1px;
}

.breadcrumb a:hover {
    color: #f90;
}

/*products carousel*/

.carousel-nav {
    position: absolute;
    top: 50%;
    right: 0;
    padding: 0;
    z-index: 999;
    width: 100%;
}

.carousel-nav ul {
    list-style: none;
    margin: 0;
}

.carousel-nav ul li {
    display: inline;
    margin-left: 0;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
}

.carousel-nav ul li a {
    font-size: 20px;
    color: #222;
}

.carousel-nav ul li a:hover {
    color: #ff6666
}

.carousel-nav ul li a.exo-disabled {
    color: #dddddd;
    position: relative;
}

.carousel-nav ul li a.exo-disabled:hover {
    color: #dddddd;
}

.exo-prev {
    float: left;
    position: relative;
    left: -80px;
}

.exo-next {
    float: right;
    position: relative;
    right: -80px;
}

.indexProducts {
    padding: 10px 11px;
    float: left;
    display: block;
    opacity: 1;
    margin-bottom: 1em;
}

.indexProductsInner {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    position: relative;
    border: 0;
    padding: 0;
    border-radius: 0;
}

.indexProductsImageHolder {
    position: relative;
    overflow: hidden;
}

.indexProductsImageMask {
    display: none;
    background: #333;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.indexProductsAction {
    text-align: center;
    top: -100px;
    left: 0px;
    position: absolute;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    line-height: 20px;
    display: none;
}

.indexProductsAction .button.small {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
    font-size: 1.4em;
    display: none;
}

.indexProducts:hover p.rating {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.indexProducts:hover .indexProductsImageMask {
    opacity: .8;
    filter: alpha(opacity=80);
    display: none;
}

.indexProducts:hover .indexProductsAction {
    visibility: visible;
    top: 50%;
    margin-top: -20px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.indexProducts .button {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.indexProducts:hover .button {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.indexProducts a.indexProductsName {
    display: block;
    margin: 10px 0 5px 0;
}

.indexProducts .price {
    display: block;
    margin-bottom: 0;
    color: #ff6666;
    padding-bottom: 10px;
    text-align: center;
}

/*Product Listing*/

#productListHeading {
    position: relative;
    z-index: 3;
    display: inline-block;
    width: 95%;
    text-decoration: none;
    text-align: left;
    text-transform: unset;
    margin: 0 !important;
    color: #333;
    font-size: 16px;
    font-family: 'Futura', sans-serif;
    font-weight: 500;
    line-height: 1.1;
    padding: 2% 0;
}

.categoriesRowName {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-transform: unset;
}

.grid-list.pull-left.products-Switch {
    display: block;
    float: right;
}

.btnCart {
    line-height: 35px;
    height: 35px;
}

.listingProductsAction .m-wrap, .btnCart .m-wrap {
    width: auto !important;
    margin-bottom: 0 !important;
}

.listingProductsAction .m-input-prepend, .listingProductsAction .m-input-append, .btnCart .m-input-prepend, .btnCart .m-input-append {
    margin-bottom: 0 !important;
}

.listingProductsAction .m-btn {
    padding: 7px 14px !important;
}

.listingProductsInfo {
    margin-top: 10px;
}

.listingProductsInfo span {
    margin-right: 10px;
}

.listingProductsInfo span strong {
    color: #ff6666;
}

.productsListWrapper {
    margin: 20px 0;
}

.productList {
    position: relative;
    display: block;
    margin: 20px 0;
    overflow: hidden;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.productList p.rating {
    margin: 10px 0;
}

.productList .itemTitle {
    margin-top: 0;
}

#productsFilterWrapper {
    padding: 0;
    border-left: none !important;
}

#productsFilterWrapper select {
    width: auto;
}

.grid-list {
    line-height: 34px;
}

.grid-list a {
    font-size: 1.4em;
    color: #24272B;
    padding: 7px;
    margin-left: 5px;
}

.grid-list a:hover {
    color: #ff6666;
}

.grid-list a.disabled, #indexProductList .grid-list a.disabled:hover {
    color: #333;
    padding: 7px;
}

.listingProductImage {
    padding: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 310px;
    line-height: 200px;
    border: 0;
}

.productsGridWrapper .gridItem {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    overflow: hidden;
    margin: 15px 10px;
    text-align: center;
  }

.gridItemInner {
    padding: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    position: relative;
    border: 0;
}

#left-column {
    padding: 1em 0;
}

.gridItemInner:hover {
    border: 0;
}

.gridItemInner>.btnCart {
    display: none;
}

#productListing .productsGridWrapper .gridItem .gridItemInner .btnCart .button {
    padding: 0 20px !important;
    opacity: 1;
    visibility: inherit;
    width: auto;
    font-family: 'Futura', sans-serif;
    font-style: normal;
    text-transform: uppercase;
    color: #222 !important;
    background: #f5f7fa;
    border: 1px solid #ced3d9;
    text-align: center;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0;
    cursor: pointer;
}

#productListing .productsGridWrapper .gridItem .gridItemInner .btnCart .button:hover {
    color: #fff !important;
    border-color: #d8b861 !important;
    background: #d8b861 !important;
}

.listingProductsDetails, .listingProductsAction {
    margin-top: 10px;
}

.gridItemInner:hover p.rating {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.gridItemInner:hover .indexProductsImageMask, .productList .listingProductImageInner:hover .indexProductsImageMask {
    opacity: .6;
    filter: alpha(opacity=60);
}

.gridItemInner:hover .indexProductsAction, .productList .listingProductImageInner:hover .indexProductsAction {
    visibility: visible;
    top: 50%;
    margin-top: -30px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.gridItem .button, .gridItem .m-input-prepend {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.gridItemInner:hover .button, .gridItemInner:hover .m-input-prepend {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.gridItem h3.name {
    font-weight: 500;
    font-size: 1em;
    min-height: 40px;
}

.gridItem price {
    font-size: 1.2em;
}

.productsGridWrapper {
    margin: 20px 0;
}

#productsListingBottomNumber {
    margin-top: 0;
}

.itemTitle a, .name a {
    color: #333;
}

.itemTitle a:hover, .name a:hover {
    color: #ff6666;
}

.navSplitPagesLinks .current {
    display: inline-block;
    width: 30px;
    height: 30px;
    float: left;
    font-weight: 500;
    vertical-align: middle;
    text-align: center;
    color: #EF5152;
    margin: 0 2px;
    line-height: 32px;
}

.navSplitPagesLinks a {
    display: inline-block;
    min-width: 28px;
    height: 30px;
    float: left;
    font-weight: 500;
    vertical-align: middle;
    text-align: center;
    color: #0F0F0F;
    margin: 0 2px;
    width: 30px;
    border-radius: 3px;
    line-height: 32px;
}

.navSplitPagesLinks a:hover {
    color: #fff;
    background: #24272B;
    border-color: #24272B;
}

.noProducts {
    text-align: center;
}

.noProducts .noProductsIcon {
    font-size: 5em;
    color: #B94A48;
}

/*Product Info*/

.productInfoWrapper {
    margin-top: 20px;
    border: 0;
}

.productInfoWrapper .m-wrap {
    width: 145px !important;
}

.productInfoRight #attrib-1 {
    margin-left: -15px;
    margin-top: 5px;
}

.productInfoRight {
    padding: 0 0 0 10px;
}

.productInfoRight.span7 {
    width: 50%;
    position: relative;
    margin-left: 2%;
    background: #F8F8F8;
    padding: 3%;
}

#productName {
    clear: none;
    display: block;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding: 0;
    text-transform: capitalize;
    text-align: left;
    font-size: 32px;
    letter-spacing: 0px;
    color: #0F0F0F;
    font-weight: 900;
    line-height: 40px;
    font-family: lust;
  }

#productPrices {
    color: #ff6666;
}

.qty-box {
    margin-right: 20px;
    padding-top: 0;
    position: relative;
    clear: both;
}

.qty-box.m-input-prepend {
    margin-top: 0;
}

.nav-tabs {
    border-bottom: 1px solid #d6d6d6;
    position: relative;
}

.nav-tabs>li {}

.nav-tabs>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid #d6d6d6;
    color: #333333 !important;
    border-left: none;
    margin-right: 0px;
    position: relative;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: .9em;
}

.nav-tabs>li>a.first {
    border-left: 1px solid #d6d6d6;
}

.nav-tabs>li>a:hover {
    background: none;
    border: 1px solid #d6d6d6;
    border-left: none;
    border-bottom: 1px solid #ff6666;
}

.nav-tabs>li>a.first:hover {
    border-left: 1px solid #d6d6d6;
}

.nav-tabs>.active>a, .nav-tabs>.active>a:hover {
    background: none;
    border: 1px solid #d6d6d6;
    border-left: none;
    border-bottom: 1px solid #ff6666;
}

.nav-tabs>.active>a.first, .nav-tabs>.active>a.first:hover {}

blockquote .rating {
    font-size: 1.3em;
}

blockquote p {
    font-size: 1em;
}

.reviewers {}

/*Button*/

.button, input.button {
    display: inline-block;
    white-space: nowrap;
    border: 1px solid transparent;
    padding: 5px 20px !important;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    margin-bottom: 0px;
    -webkit-appearance: none;
    outline: none;
    font-size: 11px;
    font-family: 'Futura', sans-serif;
    font-style: normal;
    font-weight: 100;
    text-transform: uppercase;
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #24272B;
}

.button.large {
    padding: 0px 25px;
    height: 45px;
    line-height: 45px;
}

.button.small {
    padding: 0 15px;
    line-height: 25px;
    height: 25px;
}

.button:hover {
    background-color: #ff6666;
    color: #fff;
}

.productInfoAccordion {
    border-top: 0;
    margin-top: 0;
    border-bottom: 0;
}

.accordion-group {
    margin-top: 15px;
    border-radius: 0;
    border: none;
}

.accordion-heading span {
    border: none !important;
    font-size: 17px;
    text-align: left;
    text-transform: capitalize;
    color: #333;
    font-weight: 500;
    background: #fff;
    float: left;
    padding: 3px 0;
}

.accordion-heading {
    position: relative;
    display: inline-block;
    padding: 12px 0;
    font-size: 13px;
    text-align: left;
    font-weight: 500;
    text-transform: capitalize;
    color: #333;
    background: #fff;
    z-index: 5;
    width: 100%;
}


.accordion-heading .accordion-toggle {
    display: inline-block;
    padding: 0;
}

.accordion-heading .accordion-toggle:before {
    color: #ff6666;
    content: "\f056";
    font-family: "FontAwesome";
}

.accordion-heading .accordion-toggle.collapsed:before {
    color: #333;
    content: "\f055";
    font-family: "FontAwesome";
}

.accordion-inner {
    padding: 5px 0;
    border-top: none;
}

.attribsSelect {
    font-size: 13px;
    font-weight: 100;
    color: #232323;
    text-transform: capitalize;
}

/*Images*/

.productInfoImagesContainer {
    padding: 5px;
    margin: 0 5px;
}

#productMainImage {
    max-width: 100%;
    border: 0;
    background: #fff;
    position: relative;
}

#productMainImage img {
    margin: 0 auto;
}

#productMainImage .mousetrap {
    z-index: 100 !important;
    width: 100% !important;
    height: 100% !important;
}

#productMainImage .cloud-zoom-big {}

#zoomImage {
    color: #333;
    padding: 10px;
    position: absolute;
    z-index: 100;
    right: 0px;
    bottom: 0px;
    font-size: 1.2em;
    opacity: .7;
    display: none;
}

#zoomImage:hover {
    color: #ff6666;
    opacity: 1;
}

.additionalImagesCarousel {
    margin-top: 5px;
}

#productAdditionalImages {
    padding: 0 20px;
}

#productAdditionalImages ul.flex-direction-nav a {
    top: 25px;
}

.productsAdditionalImagesInner {
    display: inline-block;
}

#productMainImage:hover .indexProductsImageMask, .productsAdditionalImagesInner:hover .indexProductsImageMask {
    opacity: .6;
    filter: alpha(opacity=60);
}

#productMainImage:hover .indexProductsAction, .productsAdditionalImagesInner:hover .indexProductsAction {
    visibility: visible;
    top: 50%;
    margin-top: -30px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.productsAdditionalImagesInner:hover .indexProductsAction {
    margin-top: -15px;
}

.productsAdditionalImagesInner .button {
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: none;
    font-size: 1.6em;
}

.productsAdditionalImagesInner .button:hover {
    background: none;
}

#productMainImage .button, .productsAdditionalImagesInner .button {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#productMainImage:hover .button, .productsAdditionalImagesInner:hover .button {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

/*warnings, errors, messages*/

.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
    border: 1px solid #eeeeee;
    background-color: #fcf8e3;
    padding: 10px;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.messageStackWarning, .messageStackError {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.messageStackSuccess {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.messageStackCaution {
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    color: #c09853;
}

/*wrappers - page or section containers*/

#mainWrapper {
    font-size: 13px;
    margin: 0 auto;
}

#mainContainer {
    margin: 0;
}


#logoWrapper {
    padding: 30px 0 10px 0;
    position: relative;
}

#contentMainWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
    margin: 0em;
    padding: 0em;
}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
    margin: auto;
}

#navColumnOneWrapper, #navColumnTwoWrapper {
    margin-left: 0.5em;
    margin-right: 0.5em;
}

#tagline {
    font-size: 1.3em;
    text-align: left;
    padding: 10px 30px;
}

#sendSpendWrapper {
    border: 1px solid #cacaca;
    float: right;
    margin: 0em 0em 1em 1em;
}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
    margin: 0;
    width: 47%;
}

.wrapperAttribsOptions {
    display: inline-block;
    font-size: 13px;
    margin: 5px 0;
    color: #232323;
    text-transform: capitalize;
}

.inputAttributes {
    margin-left: 15px;
}

.inputAttributes label {
    font-size: .9em;
    color: #888888;
}

/*navigation*/

.navSplitPagesResult {
    line-height: 32px;
}

.navSplitPagesLinks {}

.navNextPrevCounter {
    margin: 0em;
    font-size: 0.9em;
}

.navNextPrevList {
    display: inline;
    white-space: nowrap;
    margin: 0;
    padding: 0.5em 0em;
    list-style-type: none;
}

#navMainWrapper {
    background: #ff6666;
    height: 40px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 150;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

#navSuppWrapper, #navCatTabsWrapper {}

#navSuppWrapper {
    margin-top: 10px;
    font-family: "Futura", Georgia, sans-serif;
}

#navCatTabsWrapper {
    background-color: #fff;
    color: #9a9a9a;
    background-image: none;
}

#mainMenu>ul {
    line-height: 40px;
}

#mainMenu ul li {
    display: inline-block;
    float: left;
    line-height: 40px;
}

#mainMenu ul li.pull-right:hover {
    float: right !important;
    background: unset;
}

#mainMenu ul li.pull-right {
    float: right !important;
}

#mainMenu ul li>a:hover {
    text-decoration: none;
}

#mainMenu ul li>a i {
    font-size: 13px;
}

.dropdown.open .dropdown-toggle {
    color: #666;
    background: unset;
}

#mainMenu .dropdown-menu {
    background: #CECECE;
    border: none;
    color: #333;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

#mainMenu .dropdown-menu a {
    color: #333;
}

#mainMenu .dropdown-menu.header-dropdown {
    min-width: 240px;
    padding: 10px;
}

#currency-header, #language-header, #cart-header {
    padding: 0;
}

#currency-header span.setting-title, #language-header span.setting-title, #cart-header span.setting-title, #login-header span.setting-title {
    font-size: 13px;
    line-height: 20px;
    display: block;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

#cart-header span.setting-title {
    text-align: center;
}

#subscribeBody>.messageStackError.larger {
    display: none !important;
}

#currency-header ul li, #language-header ul li {
    line-height: 20px;
    margin: 1px;
}

#cart-header .button, #login-header .button {
    position: relative;
    top: 1px;
    background-color: #333333 !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#cart-header .button:hover, #login-header .button:hover {
    background-color: #ff6666 !important;
    color: #ffffff !important;
}

#cart-header ul li {
    display: block;
    float: none;
    padding-top: 10px;
    border-bottom: 1px solid #333333;
}

#cart-header ul li .media-heading a {
    padding: 0;
    color: #333;
    font-size: 1.2em;
}

#cart-header .price, #cart-header .total {
    color: #333;
}

#cart-header .total {
    font-size: 1.4em;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 60px;
}

#currency-header ul li a, #language-header ul li a {
    cursor: pointer;
}

#currency-header ul li a:hover, #currency-header ul li a.active, #language-header ul li a.active, #language-header ul li a:hover {
    color: #fff;
    background: #ff6666;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

#login-header {
    padding: 10px;
}

#login-header input.m-wrap {
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    -webkit-appearance: none;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#login-header input.m-wrap:focus {
    border: 1px solid #ff6666;
    outline: none;
}

#mainMenu ul li.hideHead {
    display: none;
}

#mainMenu ul.dropdown-menu li {
    display: block;
    float: none;
}

#mainMenu ul.dropdown-menu li a {
    display: block;
    padding: 6px 10px;
}

#mainMenu ul.dropdown-menu li:hover a {
    color: #333;
}

#mainMenu ul.dropdown-menu li a:hover {
    background: unset;
}

.dropdown-menu li>a:hover {
    background: unset;
    color: #333 !important;
}

.dropdown-menu::before, .dropdown-menu::after {
    border: none !important;
    content: none !important;
}

.dropdown-submenu>a {
    position: relative;
}

.dropdown-submenu>a:after {
    content: "\f0a9";
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
}

#indexDefaultHeading {
    font-weight: 200;
}

#navMain ul {
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    color: #dedede;
    margin-right: 20px;
    margin-bottom: 0;
}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
    display: inline;
}

#navMain ul li a {
    text-decoration: none;
    padding: 5px 10px;
    display: inline-block;
    margin: 0;
    color: #333;
    white-space: nowrap;
}

#navMain ul li a:hover {
    background: #ff6666;
    color: #fff;
}

#navSupp ul li {
    display: inline-block;
}

#navSupp ul li a {
    text-transform: uppercase;
    color: #858585;
    font-size: 1em;
    margin: 2px;
    padding: 5px 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#navSupp ul li a:hover {
    text-decoration: none;
    background: #ff6666;
    color: #fff;
}

#navCatTabs ul li a {
    color: #9a9a9a;
}

#navEZPagesTOCWrapper {
    font-weight: 500;
    float: right;
    height: 1%;
    border: 1px solid #9a9a9a;
}

#navEZPagesTOC ul {
    margin: 0;
    padding: 0.5em 0em;
    list-style-type: none;
    line-height: 1.5em;
}

#navEZPagesTOC ul li {
    white-space: nowrap;
}

#navEZPagesTOC ul li a {
    padding: 0em 0.5em;
    margin: 0;
}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
    margin-bottom: 20px;
}

.buttonRow {
    margin-top: 10px;
}

#navMainSearch {
    float: right;
}

#navBreadCrumb {
    padding: 0;
}

#navEZPagesTop {
    text-align: right;
    padding: 5px 0;
    color: #333;
}

#navEZPagesTop a {
    color: #333;
}

#navColumnOne, #navColumnTwo {
    background-color: transparent;
}

/*The main content classes*/

#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
    vertical-align: top;
}

.shippingEstimatorWrapper {
    padding: 0.5em;
}

.alert {
    color: #B94A48;
    margin-left: 0.5em;
}

.advisory {}

.important {
    font-weight: 500;
}

.notice {}

.rating {
    margin-bottom: 10px !important;
    color: #cfcfcf;
}

.gvBal {
    float: right;
}

.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
    font-size: 1.1em;
}

#siteinfoLegal, #siteinfoIP {
    line-height: 40px;
}

#siteinfoLegal a {
    color: #ff6666 !important;
    text-decoration: none !important;
}

.footer-link-divider {
    padding: 0 4px;
}

#bottomFooterWrapper {
    margin-bottom: 10px;
}

/*Shopping Cart Display*/

#cartAdd {
    clear: both;
    position: relative;
}

.cartUpdate {
    margin-left: 10px;
}

.tableHeading, #cartSubTotal {}

#cartSubTotal {
    border-top: 1px solid #cccccc;
    font-weight: 500;
    text-align: right;
    line-height: 2.2em;
    padding-right: 2.5em;
}

.tableRow, .tableHeading, #cartSubTotal {
    height: 2.2em;
}

.cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay {
    padding: 0.5em 0.8em;
    text-align: center;
}

.cartProductDisplay {
    padding: 0.5em 0.8em;
    text-align: left;
}

.cartUnitDisplay, .cartTotalDisplay {
    padding-right: 0.2em;
}

.cartQuantity {
    padding: 1em;
}

.cartQuantity input {
    width: auto !important;
}

#scUpdateQuantity {
    width: 2em;
}

.cartQuantity {
    width: 4.7em;
}

.cartNewItem {
    color: #33CC33;
    position: relative;
    /*do not remove-fixes stupid IEbug*/
}

.cartOldItem {
    color: #660099;
    position: relative;
    /*do not remove-fixes stupid IEbug*/
}

.cartBoxTotal {
    text-align: right;
    font-weight: 500;
}

.cartRemoveItemDisplay {
    width: 3.5em;
}

.cartAttribsList {}

#mediaManager {
    width: 50%;
    margin: 0.2em;
    padding: 0.5em;
    background-color: #E4FEf5;
    border: 1px solid #003D00;
}

.mediaTitle {
    float: left;
}

.mediaTypeLink {
    float: right;
}

.price {
    color: #ff6666;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.normalprice, .productSpecialPriceSale {
    display: inline-block;
    text-align: center;
    text-transform: none;
    margin-right: 0;
    font-size: 15px;
    color: #999;
    font-family: Futura;
    text-decoration: line-through;
    line-height: 21px;
    font-style: normal;
    font-weight: 500;
}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
    text-align: center;
    text-transform: none;
    display: inline-block;
    color: #111 !important;
    font: 500 16px/24px "Futura", serif;
}

.productPriceDiscount {
    color: #222222 !important;
    display: none;
    font: 500 14px/24px "Futura", sans-serif;
    padding: 0 5px 0 3px;
    margin-left: 10px;
}

.orderHistList {
    margin: 1em;
    padding: 0.2em 0em;
    list-style-type: none;
}

#cartBoxListWrapper ul, #ezPageBoxList ul {
    list-style-type: none;
}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
    margin: 0;
    padding: 0.2em 0em;
}

#cartBoxEmpty, #cartBoxVoucherBalance {
    font-weight: 500;
}

.totalBox {
    width: 5.5em;
    text-align: right;
    padding: 0.2em;
}

.lineTitle, .amount {
    text-align: right;
    padding: 0.2em;
}

.amount {
    width: 5.5em;
}

/*Image Display*/

#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {}

.categoryImg {
    float: left;
    margin: 0 10px 10px 0;
}

#cartImage {
    margin: 0.5em 1em;
}

/*Attributes*/

.attribImg {
    width: 20%;
    margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
    margin: 1em 0em;
}

.centerBoxWrapper {
    position: relative;
    margin-top: 10px;
}

h2.centerBoxHeading {
    display: block;
    background: unset;
    border-left: 3px solid #ff6666;
    padding: 6px 12px;
    font-size: 1.4em;
    color: #333;
    text-align: left;
    margin-bottom: 0;
    position: relative;
    float: left;
    width: 100%;
}

h2.centerBoxHeading span {
    position: relative;
    z-index: 3;
    display: inline-block;
    margin-bottom: 0;
    color: #111;
}

.on-sale {
    height: 30px;
    line-height: 30px;
    background-color: #FF708E;
    color: #fff;
}

.on-sale, #content {
    color: #fff;
    border-radius: 0;
    display: block;
    font-size: 13px;
    padding: 1px 4px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: capitalize;
    top: 0;
    width: 20%;
    z-index: 3;
    letter-spacing: 0px;
}

.footerBoxHeading {
    display: block;
    color: #333;
    font-weight: 500;
    margin: 40px 0 10px 0;
    text-align: left;
    border-bottom: 1px solid #dfdfdf;
    position: relative
}

.footerBoxHeading:before {
    content: "";
    border-bottom: 1px solid #fff;
    display: block;
    width: 100%;
    position: absolute;
    top: 1px;
}

.footerBoxHeading span {
    position: absolute;
    padding: 2px 0;
    bottom: -1px;
    border-bottom: 2px solid #ff6666;
}

/*sideboxes*/

.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a, h3.rightBoxHeading, h3.rightBoxHeading a {
    font-size: 1em;
    color: #fff;
}

#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {}

.leftBoxHeading, .rightBoxHeading {
    margin: 0em;
    padding: 0.5em 0.2em;
}

.centerBoxHeading {
    margin: 0;
    padding-bottom: 0;
}

.leftBoxContainer, .rightBoxContainer {
    margin-bottom: 15px;
}

.fa-search::before {
    content: "\f002";
}

.fa-search::before {
    font-size: 20px;
    display: block;
    position: relative;
    color: #c1c1c1;
    background: unset;
    margin-right: 11px;
    margin-top: 1px;
}

.sc_rlinks_btm .label {
    background: unset;
    display: block ruby;
    color: #c1c1c1;
    border-left: 0;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
    color: #FFFF33;
    text-decoration: none;
}

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
    color: #fff;
}

.sidebar-header a {
    text-align: left;
    text-transform: capitalize;
    font-size: 19px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}

/*categories sidebox*/


ul.categories-side {
    list-style: none;
    margin: 0;
    position: relative;
}

ul.categories-side li {
    position: relative;
    line-height: 25px;
}

ul.categories-side li a {
    background: #fff0;
    position: relative;
    width: auto;
    margin: 0;
    direction: ltr;
    color: #222;
    clear: both;
    cursor: pointer;
    line-height: 18px;
    padding: 8px 5px;
    padding-left: 5px;
    display: block;
    padding-left: 20px;
    text-transform: unset;
    border-bottom: 1px solid #fff;
    font-size: 13px;
    max-height: 50px;
    overflow: hidden;
    max-width: 230px;
}

ul.categories-side li a .icon-angle-right {
    display: none;
}

ul.categories-side li a:hover {
    color: #000 !important;
    background: #ddd;
    text-decoration: none;
}

ul.categories-side li a.side-active {
    color: #ff6666;
}

ul.categories-side li .sideCollapsible {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 28px;
    height: 28px;
    cursor: pointer;
    font-size: 12px;
    vertical-align: top;
    text-align: center;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

ul.categories-side li .sideCollapsible:before {
    font-family: "FontAwesome";
    content: "\f068";
    font-size: 0.8em;
    color: #757575;
    line-height: 34px;
}

ul.categories-side li .sideCollapsible.collapsed:before {
    font-family: "FontAwesome";
    content: "\f067";
    font-size: 0.8em;
    color: #757575 !important;
    line-height: 34px;
}

ul.categories-side li .sideCollapsible:hover {}

ul.categories-side li .sideCollapsible.collapsed:hover {}

ul.categories-side li>ul.childCat {
    margin: 0;
}

ul.categories-side li li a {
    padding-left: 27px;
}

ul.categories-side li li a:hover {
    padding-left: 25px;
}

ul.categories-side li li li a {
    padding-left: 35px;
}

ul.categories-side li li li a:hover {
    padding-left: 40px;
}

ul.categories-side li li li li a {
    padding-left: 55px;
}

ul.categories-side li li li li a:hover {
    padding-left: 60px;
}

.sidebar-header {
    margin-bottom: 10px;
    border-left: 3px solid #ff6666;
    position: relative;
    font-size: 1.2em;
    font-weight: 500;
    text-align: left;
    padding: 6px 10px;
}

.sidebar-header span {}

/*Twitter Sidebox*/

.sidebarTweet .tweet_list {
    list-style: none;
    overflow: visible;
    font-size: 1em;
    height: auto;
    margin: 0;
    padding: 0;
    color: #858585;
    font-style: italic;
}

.sidebarTweet .tweet_list li {
    overflow: visible;
    list-style-type: none;
    line-height: 20px;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-right: 3px solid #00A0D1;
    color: #999999;
}

.sidebarTweet .tweet_list li a {
    color: #ff6666;
}

.sidebarTweet .tweet_list li a:hover {
    text-decoration: underline;
}

.sidebarTweet .tweet_list .tweet_even {}

.sidebarTweet .tweet_list .tweet_avatar {
    display: none;
}

.sidebarTweet .tweet_list .tweet_avatar img {
    vertical-align: middle;
    display: inline-block;
}

/*Sidebar RSS*/

#divRss .rss-icon {
    color: #FF8500;
}

#divRss .ItemTitle a {
    font-size: 1.1em;
    font-weight: 500;
    color: #ff6666;
}

#divRss .ItemTitle a:hover {
    text-decoration: underline;
}

#divRss .ItemDate {
    font-size: .9em;
    margin-bottom: 10px;
    color: #999999;
}

/*information sidebox*/

#informationContent ul li {
    display: block;
    line-height: 30px;
}

#informationContent ul li a {
    color: #858585;
}

#informationContent ul li a:before {
    content: "\f105";
    font-family: "FontAwesome";
    padding-right: 5px;
}

#informationContent ul li a:hover {
    color: #ff6666;
    margin-left: 5px;
}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoCredits, #siteinfoStatus, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading, .rightBoxHeading, .productListing-data, .accountQuantityDisplay, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
    text-align: center;
}

#bestsellers .wrapper {
    margin: 0em 0em 0em 1.5em;
}

#bestsellers ol {
    padding: 0;
    margin-left: 1.1em;
}

#bestsellers li {
    padding: 0;
    margin: 0.3em 0em 0.3em 0em;
}

#bannerboxHeading {}

#upProductsHeading {
    text-align: left;
}

#upDateHeading {
    text-align: right;
}

#newProductsDefault input.m-wrap, #allProductsDefault input.m-wrap, #featuredDefault input.m-wrap, #specialDefault input.m-wrap {
    width: auto !important;
}

#newProductsDefault td.main, #allProductsDefault td.main, #featuredDefault td.main, #specialDefault td.main {
    padding: 10px;
}

/* categories box parent and child categories */

A.category-top, A.category-top:visited {
    color: #008000;
    text-decoration: none;
}

A.category-links, A.category-links:visited {
    color: #004080;
    text-decoration: none;
}

A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
    color: #FF0000;
    text-decoration: none;
}

SPAN.category-subs-parent {
    font-weight: 500;
}

SPAN.category-subs-selected {
    font-weight: 500;
}

/* end categories box links */

/*misc*/

.back {
    float: left;
}

.forward, #shoppingCartDefault #PPECbutton {
    float: right;
}

.600 {
    font-weight: 500;
}

.rowOdd {}

.rowEven {}

.hiddenField {
    display: none;
}

.visibleField {
    display: inline;
}

CAPTION {
    /*display: none;*/
}

#myAccountGen li, #myAccountNotify li {
    margin: 0;
}

.accountTotalDisplay, .accountTaxDisplay {
    width: 20%;
    text-align: right;
    /*vertical-align: top*/
}

.accountQuantityDisplay {
    width: 10%;
    vertical-align: top
}

.productListing-rowheading {
    background-color: #abbbd3;
    background-image: url(../images/tile_back.gif);
    height: 2em;
    color: #fff;
}

#siteMapList {
    width: 90%;
    float: right;
}

.ratingRow {
    margin: 1em 0em 1.5em 0em;
}

LABEL#textAreaReviews {
    font-weight: 500;
    margin: 1em 0em;
}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
    background-color: #fff;
}

.information {
    padding: 10px 3px;
    line-height: 150%;
}

#shoppingcartBody #shippingEstimatorContent {
    clear: both;
}

.seDisplayedAddressLabel {
    background-color: #85C285;
    text-align: center;
}

.seDisplayedAddressInfo {
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
}

#seShipTo {
    padding: 0.2em;
}

#cartContentsDisplay {}

#cartContentsDisplay th {
    text-align: center;
}

/*Footer Widget*/

#footerWidgetOutterWrapper {}

#footerWidgetWrapper {}

#footerWidget {
    margin: 10px 0px;
}

#footerWidget p {
    color: #858585;
    font-size: 1em;
    text-align: justify;
}

.footerTweet .tweet_list {
    list-style: none;
    overflow: visible;
    font-size: 1em;
    height: auto;
    margin: 0;
    padding: 0;
    color: #858585;
    font-style: italic;
}

.footerTweet .tweet_list li {
    overflow: visible;
    list-style-type: none;
    line-height: 20px;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-left: 3px solid #00A0D1;
    color: #999999;
}

.footerTweet .tweet_list li a {
    color: #ff6666;
}

.footerTweet .tweet_list li a:hover {
    text-decoration: underline;
}

.footerTweet .tweet_list .tweet_even {}

.footerTweet .tweet_list .tweet_avatar {
    display: none;
}

.footerTweet .tweet_list .tweet_avatar img {
    vertical-align: middle;
    display: inline-block;
}

#footerRss .rss-icon {
    color: #FF8500;
}

#footerRss .ItemTitle a {
    font-size: 1.1em;
    font-weight: 500;
    color: #ff6666;
}

#footerRss .ItemTitle a:hover {
    text-decoration: underline;
}

#footerRss .ItemDate {
    font-size: .9em;
    margin-bottom: 10px;
    color: #999999;
}

#htmlFooter {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #4d4d4d;
}

#htmlFooter span {
    width: 48px;
    height: 48px;
    background: #3C8DC5;
    color: #fff;
    display: inline-block;
    margin-top: -20px;
    vertical-align: middle;
    text-align: center;
    color: #858585;
    font-size: 2em;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    overflow: hidden;
    -webkit-transition: .25s all;
    -moz-transition: .25s all;
    -o-transition: .25s all;
    transition: .25s all;
}

#htmlFooter span i {
    position: relative;
    top: 12px;
}

.fb-like-box {
    padding-bottom: 10px;
}

.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] {
    width: 100% !important;
}

#productsFooter ul li {
    display: inline-block;
    width: 63px;
    height: 63px;
    margin: 4px;
}

#productsFooter ul li a img {
    border: 3px solid #dfdfdf;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#productsFooter ul li a:hover img {
    border: 3px solid #333333;
}

.contactDetailsWrapper {
    padding: 5px 0;
    border-top: 1px dotted #dfdfdf;
}

.contactDetails {
    cursor: default;
    display: table-cell;
    width: 30px;
    height: 30px;
    color: #333;
    vertical-align: middle;
    text-align: center;
    font-size: 1.6em;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.contactEntry, .contactIcon {
    display: inline-block;
    vertical-align: middle;
}

.contactEntry {
    margin-left: 5px;
    color: #858585;
}

#informationFooter ul li {
    display: block;
    line-height: 30px;
}

#informationFooter ul li a {
    color: #858585;
}

#informationFooter ul li a:before {
    content: "\f105";
    font-family: "FontAwesome";
    padding-right: 5px;
}

#informationFooter ul li a:hover {
    color: #ff6666;
    margin-left: 5px;
}

#contactFooterContent input.m-wrap, #contactFooterContent textarea.m-wrap {
    border: 1px solid #dfdfdf;
    color: #858585;
    background: #fff;
    -webkit-border-radius: 4px;
    -webkit-appearance: none;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#contactFooterContent textarea.m-wrap {
    width: 256px;
    resize: none;
    margin-top: 5px;
}

#contactFooterContent input.m-wrap:focus, #contactFooterContent textarea.m-wrap:focus {
    border: 1px solid #ff6666;
    outline: none;
}

#contactFooterContent input[name="contactname"] {
    width: 116px;
    float: left;
    margin-right: 10px;
}

#contactFooterContent input[name="email"] {
    width: 116px;
    float: left;
    margin: 0px;
}

#contactFooterContent .button {
    -webkit-border-radius: 4px;
    -webkit-appearance: none;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#back-top {
    position: fixed;
    bottom: 40px;
    right: 20px;
}

#back-top a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 3.4em;
    width: 50px;
    height: 50px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 5px;
    background: #fff0;
    color: #fff;
}

#back-top a:hover {
    background: #fff0;
    color: #fff;
    text-decoration: none;
}

#shopify-section-text-with-icons {
    clear: both;
}

/*Revelation Zen Cart Framework*/

/* Large desktop */

@media (min-width: 1200px) {
    #mainMenu {
        margin: 0 auto;
        width: auto;
    }

    #mainMenu .dropdown-menu.collapse {
        position: absolute;
        height: auto !important;
        overflow: visible;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
        left: 100%;
        width: 250px;
        top: 0;
        text-align: left;
    }

    #navMainWrapper.collapse {
        position: fixed;
        height: auto !important;
        overflow: visible;
    }

    .messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
        display: block;
        margin: 20px auto;
        width: 1170px;
    }

    #mainWrapper .messageStackWarning, #mainWrapper .messageStackError, #mainWrapper .messageStackSuccess, #mainWrapper .messageStackCaution {
        width: auto;
    }

    .ffix_header {
        position: relative;
        width: auto;
        float: left;
    }

    h2.centerBoxHeading span {
        z-index: 3;
        padding: 25px 7px;
        float: none;
        margin-left: auto;
        letter-spacing: 0px;
        text-align: center;
        font-size: 24px;
        font-weight: 600;
        line-height: 0.5;
        color: #111;font-family: lust;
        position: relative;
        display: inline-block;
        margin-bottom: 0;
        background: #fff;
    }

    #indexDefault .carousel-wrapper .centerBoxHeading, #indexCategories .carousel-wrapper .centerBoxHeading, .product-whatsnew .centerBoxHeading {
        position: relative;
        text-align: center;
        text-transform: capitalize;
        width: 100%;
        float: left;
        border-bottom: 0;
    }

    #indexDefault .listingProductImage {
        padding: 0;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        height: 300px;
        line-height: 200px;
    }

    .top-cart:hover a.dropdown-toggle {
        padding: 0 !important;
    }
}

@media (max-width: 1199px) {
    #mainMenu {
        display: block;
        margin: 0 auto;
        width: 940px;
    }

    #contactFooterContent textarea.m-wrap {
        width: 90%;
        resize: none;
        margin-top: 10px;
    }

    #contactFooterContent input[name="contactname"] {
        width: 90%;
        float: left;
        margin-right: 0px;
    }

    #contactFooterContent input[name="email"] {
        width: 90%;
        float: left;
        margin: 0px;
    }

    .messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
        display: block;
        margin: 20px auto;
        width: 940px;
    }

    #mainWrapper .messageStackWarning, #mainWrapper .messageStackError, #mainWrapper .messageStackSuccess, #mainWrapper .messageStackCaution {
        width: auto;
    }
}

/*Added for Main Menu */

@media (min-width: 980px) and (max-width: 1199px) {
    #mainMenu .dropdown-menu.collapse {
        position: absolute;
        height: auto !important;
        overflow: visible;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }

    #navMainWrapper.collapse {
        position: fixed;
        height: auto !important;
        overflow: visible;
    }
}

/* Portrait tablet to landscape and desktop */

@media (min-width: 768px) and (max-width: 979px) {
    #mainSection {
        width: 100%;
        margin: 0;
    }

    #featuredProducts, #specialsDefault, #whatsNew, #alsoPurchased {
        max-width: 590px;
        margin: 0 auto;
    }

    .contactEntry {
        display: block;
    }

    .contactDetailsWrapper {
        text-align: center;
    }
}

@media (max-width: 979px) {
    body {
        padding-top: 0;
    }

    #navMainWrapper {
        position: static;
        height: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    #mainMenu {
        display: block;
        margin: 0 auto;
        width: auto;
    }

    #logo {
        float: none;
        width: auto;
        text-align: center;
    }

    #headerRight {
        float: none;
        width: auto;
        text-align: center;
        margin-top: 30px;
    }

    #headerWrapper {
        margin-bottom: 0;
        padding: 0;
    }

    #headerRight ul {
        float: none;
    }

    #headerRight .search-top-header {
        float: none;
        margin-top: 20px;
    }

    #mainMenu ul li {
        display: block;
        float: none;
        line-height: 40px;
        border-top: 1px solid #fff;
        position: relative;
    }

    #mainMenu ul li.pull-right {
        float: none !important;
        display: block !important;
    }

    #mainMenu ul li.hideHead {
        display: none !important;
    }

    #mainMenu ul li a {
        color: #333;
        display: block;
        font-size: 12px;
        text-transform: uppercase;
        padding: 0px 20px;
        background: #f6f6f6;
        position: relative;
    }

    #mainMenu ul.dropdown-menu li a {
        display: block;
        padding: 0px 20px 0px 30px;
        line-height: 40px;
    }

    #mainMenu .dropdown-menu {
        position: static;
        width: 100%;
        left: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    #mainMenu ul.dropdown-menu li ul li a {
        padding: 0px 20px 0px 40px;
    }

    #mainMenu .dropdown-menu.collapse {
        display: block;
        float: none;
    }

    #mainMenu .dropdown-submenu>a:after {
        display: none;
    }

    #mainMenu .dropdown-menu.header-dropdown {
        padding: 0;
        float: none;
    }

    #mainMenu #currency-header, #mainMenu #language-header, #mainMenu #cart-header {
        padding: 20px;
    }

    #mainMenu .button {
        padding: 0;
        margin: 0;
        display: inline-block;
        padding: 0 10px;
        line-height: 30px;
        height: 30px;
    }

    #mainMenu #cart-header li {
        border: none;
        border-bottom: 1px solid #333333;
    }

    #mainMenu #currency-header li, #mainMenu #language-header li {
        border: none;
        line-height: 20px;
        margin: 2px 0;
    }

    #mainMenu #cart-header li a {
        background: none;
        padding: 0;
    }

    #mainMenu #currency-header li a, #mainMenu #language-header li a {
        padding: 2px 4px;
        background: none;
        font-size: 1em;
        color: #efefef;
        display: inline-block;
    }

    #mainMenu #currency-header li a:hover, #mainMenu #language-header li a:hover {
        background: #ff6666;
        color: #efefef;
    }

    #mainMenu #currency-header li a.active, #mainMenu #language-header li a.active {
        padding: 2px 4px;
        background: #ff6666;
        color: #efefef;
    }

    #mainMenu #loginForm input.button {
        top: -1px;
        font-size:12px;
    }

    #login-header {
        padding: 20px;
    }

    #footerCopyright {
        float: none;
        width: auto;
        text-align: center;
    }

    #navSuppWrapper {
        float: none;
        width: auto;
        text-align: center;
    }

    #navSuppWrapper ul {
        float: none;
    }

    .collapse {
        overflow: hidden;height: 0;
    }

    #mainMenu ul.dropdown-menu li a:hover {
        background: #333333;
    }

    #topMobileMenu {
        display: block;
        height: 40px;
        line-height: 40px;
        padding: 0px 20px;
        background: #ff6666;
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        cursor: pointer;
    }

    #topMobileMenu span.icon-reorder {
        line-height: 40px;
    }

    #topMobileMenu.collapsed:hover {
        background: #333333;
        color: #fff;
    }

    #topMobileMenu.collapsed {
        background: #ff6666;
        color: #fff;
    }

    #mainMenu .dropdown-menu a {
        background: #f6f6f6;
        color: #444444;
    }

    .headerCollapsible {
        position: absolute;
        color: #444444;
        top: 0px;
        right: 0px;
        cursor: pointer;
        display: table-cell;
        width: 40px;
        height: 40px;
        vertical-align: middle;
        text-align: center;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .headerCollapsible:before {
        content: "\f068";
        font-family: "FontAwesome";
    }

    .headerCollapsible.collapsed {
        background: #f6f6f6;
        color: #444444;
    }

    .headerCollapsible.collapsed:before {
        content: "\f067";
        font-family: "FontAwesome";
    }

    .headerCollapsible:hover {}

    #productsInfoAddCart, #productsInfoPriceWrapper {
        float: none;
        width: auto;
        text-align: left;
        margin: 0;
    }

    .messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
        display: block;
        margin: 10px auto;
        width: 724px;
    }

    #mainWrapper .messageStackWarning, #mainWrapper .messageStackError, #mainWrapper .messageStackSuccess, #mainWrapper .messageStackCaution {
        width: auto;
    }

    #mainMenu ul li>a {
        display: block;
        font-size: 12px;
        padding: 0 10px;
    }
}

/* Landscape phone to portrait tablet */

@media (max-width: 767px) {
    #mainSection {
        width: auto;
        margin: 0;
    }

    #topMobileMenu {
        margin: 0 -20px;
    }

    #mainMenu {
        margin: 0 -20px;
    }

    .productInfoRight {
        margin-top: 20px;
    }

    .productList {
        padding: 20px 0px;
    }

    .productList .listingProductsDetails {
        text-align: center;
    }

    #indexProductList .grid-list {
        float: right;
    }

    .productsGridWrapper .gridItem {
        width: 49%;
    }

    #indexProductList label.filterLabel {
        display: none;
    }

    #indexProductList #filterForm {
        float: none;
    }

    #navSuppWrapper {
        text-align: center;
        margin-bottom: 10px;
    }

    #footerWidgetOutterWrapper {
        padding: 0 20px;
        margin: 0 -20px;
    }

    #contactFooterContent textarea.m-wrap {
        width: 256px;
        resize: none;
        display: block;
    }

    #contactFooterContent input[name="contactname"] {
        width: 116px;
        float: left;
        margin-right: 10px;
    }

    #contactFooterContent input[name="email"] {
        width: 116px;
        float: none;
        margin: 0px;
    }

    h2.centerBoxHeading {
        padding-right: 60px;
    }

    #featuredProducts, #specialsDefault, #whatsNew, #alsoPurchased {
        max-width: 590px;
        margin: 0 auto;
    }

    #textGreeting {
        text-align: center;
    }

    #navMain ul {
        float: none;
    }

    #navMainWrapper {
        border: none;
        margin: 0 -20px;
        padding: 0px 20px;
    }

    #logo {
        text-align: center;
        float: none;
    }

    .gridItemInner {
        display: inline-block;
    }

    .productList .indexProductsImageHolder {
        display: inline-block;
    }

    .search-top-header {
        float: none;
        text-align: center;
        margin-top: 20px;
    }

    #productsInfoAddCart, #productsInfoPriceWrapper {
        text-align: left;
        clear: both;
    }

    .productList .listingProductImageInner {
        display: inline-block;
    }

    .messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
        display: block;
        margin: 10px auto;
        width: auto;
    }

    .listingProductImage {
        display: inline-block;
    }

    .indexProductsInner .listingProductImage {
        display: block;
    }
}

/* Landscape phones and down */

@media (max-width: 480px) {
    .productInfoRight {
        text-align: center;
    }

    #productAttributes {
        text-align: left;
    }

    .qty-box {
        margin: 10px;
    }

    .button, input.button {
        margin: 10px 0;
    }

    .search-top-header button.button {
        margin: 0;
    }

    .productsGridWrapper .gridItem {
        width: 100%;
        margin: 20px 0;
    }

    .navSplitPagesLinks, .navSplitPagesResult {
        float: left;
    }

    .breadcrumb span.start {
        display: none;
    }

    fieldset input.m-wrap, select.m-wrap {
        width: 150px;
    }

    .alert {
        display: block;
    }

    .media .pull-left {
        float: left;
    }

    .big-control-nav {
        display: none;
    }

    .big-direction-nav .big-prev {
        top: 25%
    }

    .big-direction-nav .big-next {
        top: 25%
    }

    #manufacturersIndex {
        max-width: 234px;
        margin: 0 auto;
    }

    #textGreeting {
        font-size: .9em;
    }

    .search-top-header input[type="text"].m-wrap:focus {
        border: 1px solid #ff6666 !important;
        border-right: none !important;
    }

    #checkoutShipping .button, #checkoutPayment .button {
        padding: 0 10px;
    }

    #productMainImage img {
        margin: 0 auto;
        width: 100%;
    }

    #mainContainer {
        margin-top: 0;
    }

    #headerBanner {
        display: none;
    }

    #featuredProducts, #specialsDefault, #whatsNew, #alsoPurchased {
        max-width: 390px;
        margin: 0 auto;
    }
}

@media (max-width: 479px) {
    #slideshow {
        display: none;
    }

    #cartContentsDisplay .cartQuantity input.m-wrap {
        width: 20px !important;
    }

    #checkoutShipping textarea, #checkoutPayment textarea {
        width: 180px
    }

    #contactFooterContent textarea.m-wrap {
        width: 90%;
        resize: none;
        margin-top: 10px;
    }

    #contactFooterContent input[name="contactname"] {
        width: 90%;
        float: none;
        margin-right: 0px;
    }

    #contactFooterContent input[name="email"] {
        width: 90%;
        float: none;
        margin: 0px;
    }

    #indexDefaultHeading {
        font-size: 1.6em;
    }
}

/*Very small phone*/

@media (max-width: 320px) {
    fieldset input.m-wrap, select.m-wrap {
        width: 120px;
    }

    #featuredProducts, #specialsDefault, #whatsNew, #alsoPurchased {
        max-width: 188px;
        margin: 0 auto;
    }

    .button {
        margin: 10px;
    }
}

@media (max-width: 991px) {
    .productsGridWrapper .gridItem {
        width: 30% !important;
    }

    .listingProductImage {
        height: auto;
    }
}

@media (max-width: 561px) {
    .productsGridWrapper .gridItem {
        width: 48% !important;
    }.exo-prev {
		float: left;
		position: relative;
		left: 0;
	  }.exo-next {
		float: right;
		position: relative;
		right: 0;
	  }
}