html {
  height: 100%;
}

body {
  min-height: 100%;
  display: block;
  position: relative;
}

html,body {
  /*font-family: Arial Narrow,Arial,sans-serif;*/
	font-family: Arial, sans-serif;
}

html,body, #page-container, .line0 {
  min-width: 320px;
}

body, input, select, textarea, button {
  color: ;
  font-size: 12px;
}

@font-face {
  font-family: 'FontAwesome';
  src: url(../font/fontawesome-webfont.eot?v=3.2.1);
  src: url(../font/fontawesome-webfont.eot?#iefix&v=3.2.1) format('embedded-opentype'),
  url(../font/fontawesome-webfont.woff?v=3.2.1) format('woff'),
  url(../font/fontawesome-webfont.ttf?v=3.2.1) format('truetype'),
  url(../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1) format('svg');
  font-weight: normal !important;
  font-style: normal !important;
}

.top-search-button,
#back-top,
#switch-layout,
#theme-switcher {
  font-family: 'FontAwesome';
}


a:link, a:visited, a:hover, a:active {
  color: ;
}

div.checkout-container h1,
h1 {
  color: #333;
  font-size: 35px;
  line-height: 35px;
  padding: 0 0 0 3px;
  margin: 5px 0 10px 0;
  text-transform: uppercase;
}

h3 {
  color: ;
  border-bottom: 1px solid ;
}

hr.separator {
  border:0;
  height:1px;
  background: #ececec;
}

.right-box {
  width: 100%;
  text-align: right;
}

.jsvert {
  display: none;
}

.small {
  font-size: 12px;
}

.data-table td.data-name {
  color: ;
  vertical-align: middle;
}
.data-table td {
  vertical-align: middle;
}


.ui-dialog.product-added {
  max-width: 99%;
  padding: 20px;

}

.product-added.ui-dialog .ui-dialog-content,
.hiding .title  {
  display: table;
}

.hiding .title h2 {
  font-weight: 100;
  font-size: 17px;
  color: #fff;
  line-height: 30px;
  display: table-cell;
  vertical-align: middle;
  white-space: normal;
}


#center {
  float: left;
  left: 50%;
  position: relative;
  width: 50%;
}

ul.sq-bullet {
  list-style: none;
  padding:0;
  margin:0;
}

ul.sq-bullet li {
  padding-left: 1em;
  text-indent: -0.7em;
}

ul.sq-bullet li:before {
  content: "\0025A0  ";
}

div.optional-label label {
  font-weight: 100;
}

#scroll-down,
#back-top {
  position: fixed;
  background: #ccc;
  color: #333;
  right: 20px;
  display: none;
  opacity: 0.5;
  font-weight: bold;
}

#scroll-down {
  bottom: 5px;
  padding: 10px 20px;
  text-transform: uppercase;
  cursor: default;
}

#back-top {
  font-size: 30px;
  width: 45px;
  height:45px;
  line-height: 45px;
  bottom:45px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
}
#back-top.big {
  font-size: 40px;
}

#back-top:before {
  content: "\f077";
}

#back-top:hover {
  opacity: 1;
}

#switch-layout {
  width: 45px;
  height:45px;
  border-radius: 5px;
  position: fixed;
  right: 20px;
  bottom: 45px;
  opacity: 0.5;
  cursor: pointer;
  line-height: 45px;
  font-size: 30px;
  text-align: center;
  background: #ccc;
  color: #333;
}
#switch-layout:before {
  content: "\f108";
}

#switch-layout.moved {
  right: 80px;
}

#switch-layout.tablet.moved {
  right: 120px;
}
#switch-layout.mobile.moved {
  right: 120px;
}


#switch-layout:hover {
  opacity: 1;
}


#back-top.big,
#back-top.medium,
#switch-layout.mobile,
#switch-layout.tablet {
  padding: 0;
  line-height: 80px;
  width: 83px;
  height: 75px;
}

#switch-layout.mobile:before {
  font-size: 62px;
  content: "\f10b";
}

#switch-layout.tablet:before {
  font-size: 62px;
  content: "\f10a";

}


/**********************************
 * Buttons
 **********************************/

.buttons-row .button-separator {
  width: 4px;
}

.buttons-row-right, .buttons-row {
  margin: 0;
	height: auto;
}

.buttons-cell {
  margin-top:5px;
}

/**
 * button-based
 */
button.button {
  border: none;
  background: transparent;
  cursor: pointer;
  height: 25px;
  margin: 0;
  padding: 1px;
  vertical-align: top;
  overflow: visible;
  outline-style: none;
  margin-bottom: 2px;
}

button.button .button-right {
  display: block;
  background: transparent;
  padding: 0 5px 0 0;
  height: auto !important;
}

button.button .button-left {
  display: block;
  margin: 0;
  background: transparent;
  padding: 0 5px 0 10px;
  vertical-align: middle;
  white-space: nowrap;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  height: 22px;
  line-height: 21px;
  font-family: Arial Narrow,Arial,sans-serif;
}

/**
 * div-based
 */
div.button {
  border: 0 none;
  background: transparent;
  cursor: pointer;
  margin: 0;
  padding: 0 10px 0 0;
  white-space: nowrap;
  border-radius: 0;
  float: left;
  font-size: 12px;
}

div.button div,
div.button a
{
  display: block;
  background: transparent;

  line-height: 25px;
  white-space: nowrap;
  font-family: Arial Narrow,Arial,sans-serif;
  color: #fff;
  font-size: inherit;
  font-weight: 100;
  text-decoration: none;
  outline-style: none;
}

/**
 * button-based link
 */
button.simple-button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
  height: 15px;
  margin: 3px 0 0;
  padding: 0;
  white-space: nowrap;
  color: #043fa0;
  font-size: 11px;
  font-weight: bold;
  line-height: 15px;
  vertical-align: middle;
  outline-style: none;
}

button.simple-button span {
  text-decoration: underline;
}

button.simple-button img {
  display: none;
}

/**
 * a-based link
 */
a.simple-button {
  font-size: 12px;
  white-space: nowrap;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 21px;
  vertical-align: bottom;
  text-decoration: none;
  outline-style: none;
}

a.simple-button:hover {
  text-decoration: underline;
  color: ;
}

/**
 * input-image-based
 */
input.image-button {
  margin: 0;
  padding: 0;
  margin-bottom: 2px;
  border: 0 none;
  width: 19px;
  height: 18px;
  background: transparent url(../images/go.gif) no-repeat left top;
  vertical-align: middle;
}

/**
 * a-image-based
 */
a.image-button {
  text-decoration: none;
}

a.image-button img {
  margin: 0;
  padding: 0;
  margin-bottom: 2px;
  border: 0 none;
  width: 19px;
  height: 18px;
  background: transparent url(../images/go.gif) no-repeat left top;
  vertical-align: middle;
}


/*********************************
 * Buttons alternative styles
 *********************************/
div.button.main-button {
  border-radius: 0;
  padding: 3px 10px;
}

div.button.main-button div,
div.button.main-button a {
  padding:0;
}


button.button.light-button {
  background: url(../images/light-button-bg.jpg) #fff repeat-x !important;
  border:1px solid #e4e4e4;
  height: 28px;
}

button.button.light-button .button-left,
button.button.light-button .button-right {
  background: transparent !important;
  font-size: 12px;
  color: #333;
  /*font-family: 'Buenard', 'Times New Roman';*/
	font-family: Arial,sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  line-height: 22px;
}


div.checkout-buttons div.checkout-3-button,
div.button.checkout-1-button {
  background: ;
  padding: 0 30px;
  border-radius: 0;
  height: 33px;
}

div.checkout-buttons div.checkout-3-button {
  padding: 0 40px;
}

div.checkout-3-button div,
div.checkout-3-button a:link,
div.checkout-3-button a:visited,
div.checkout-3-button a:hover,
div.checkout-3-button a:active,
div.checkout-1-button div,
div.checkout-1-button a:link,
div.checkout-1-button a:visited,
div.checkout-1-button a:hover,
div.checkout-1-button a:active {
    background: transparent;
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    font-family: Arial Narrow,Arial,sans-serif;
    padding:0;
    line-height: 33px;
}


div.button.feedback-in-title {
  display: none !important;
}

div.button.drop-out-button,
div.button.wl-product {
  background: url(../images/wl-button.png) no-repeat left top;
  padding: 0 0 0 30px;
  height: 25px;
  display: table;
  margin: 0 auto;
  float:none;
  margin-top: 4px;
}

div.button.drop-out-button div,
div.button.wl-product div{
  background: transparent;
  padding:0;
  line-height: 25px;
  font-size: 13px;
  color: ;
  font-weight: 100;
}
div.dropout-container {
  position: relative;
}
div.dropout-wrapper {
  display: block;
  height:30px;
}



button.big.add-to-cart-button {
  background: #fff;
  border-style: solid;
  border-width: 1px;
  padding: 1px;
  height: auto;
  display: block;
  float:none;
}

button.big.add-to-cart-button .button-right {
  padding:0 0 0 20px;
}

button.big.added-to-cart-button .button-left,
button.big.add-to-cart-button .button-left {
  background-image: none;
  padding:0;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  font-weight: 100;
  padding:0 20px 0 0;
}

button.do-add2cart-wait .button-left .progress {
  background: transparent url(../images/progress.gif) repeat-x left 50%;
}

button.do-add2cart-wait .button-left,
button.do-add2cart-success .button-left,
button.do-add2cart-error .button-left {
  margin-top: 0 !important;
}

button.add-to-cart-button.small .button-left{
  text-indent: -1000px;
  background: url(../images/cart-icon-small.png) no-repeat 50% 50%;
  padding: 0 10px;
  height: auto;
  line-height: 23px;
}

button.add-to-cart-button.small .button-right {
  padding: 0;
}


button.do-add2cart-success.small .button-left{
  background-image: url(../images/done-icon-small.png);
}


button.wl-small .button-right {
  padding: 0;
}

button.wl-small .button-left{
  text-indent: -1000px;
  background: url(../images/wishlist-icon-small.png) no-repeat 50% 50%;
  padding: 0 10px;
}


/********************** Minicart **************************/
.ajax-minicart img.minicart-button {
  margin:0;
}

.minicart-box {
  top:auto;
  right: 0;
  border:1px solid #232323;
  border-top: none;
  padding:0;
  position: absolute;
  width:100%;
}

.minicart-box h2 {
  background: #232323;
  color: #fff;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  padding:0 0 0 25px;
  margin:0;
  font-weight: 100;
}

.minicart-box form {
  padding: 0 25px;
}

.minicart-box ul {
  padding: 0;
}
.minicart-box ul li {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.minicart-box ul li.last {
  border: none;
}

.minicart-box ul li .image {
  float: left;
  width: 30%;
  padding-right: 4%;
}

.minicart-box ul li .image img {
  width: 100%;
  height: auto;
}

.minicart-box ul li .details {
  float: left;
  width: 65%;
}

.minicart-box ul li .details .minicart-product {
  font-size: 16px;
  line-height: 20px;
  color: ;
  text-decoration: none;
  /*font-family: 'Buenard', 'Times New Roman';*/
	font-family: Arial Narrow,Arial,sans-serif;
}

.minicart-box ul li .details .price-row {
  display: table;
  vertical-align: middle;
}

.minicart-box ul li .details .price-row .total {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-left: 5px;
}

.minicart-box ul li .details .price-row {
  color: #c51b01;
  font-size: 13px;
  font-weight: bold;
  margin: 10px 0;
}

.minicart-box ul li .details .price-row .currency {
  display: block;
  font-size: 17px;
}

.minicart-box ul li a.delete {
  background: url(../images/minicart-delete.jpg) no-repeat top left;
  padding: 3px 0 3px 22px;
  color: #4d4d4d;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;

}

.minicart-box table {
  margin-bottom: 10px;
}

.minicart-box table td{
  width: 30%;
  text-align: left;
  font-weight: bold;
  white-space: nowrap;
  color: #7d7d7d;
  font-size: 12px;
}

.minicart-box .minicart-buttons-holder {
  border-style: solid;
  border-width: 1px;
  padding: 1px;
  margin-bottom: 20px;
}

.minicart-box .minicart-buttons-holder .minicart-buttons {
  width: 100%;
  display: table;
  padding: 5px 0;
}

.minicart-box .minicart-buttons-holder .minicart-buttons > * {
  float:left;
  width: 32.5%;
  font-size: 15px;
  color: #fff;
  padding:0;
  text-decoration: none;
  background: transparent;
  border:none;
  text-align: center;
  height: 30px;

}

.minicart-box .minicart-buttons-holder .minicart-buttons button {
  height: 27px;
}
.minicart-box .minicart-buttons-holder .minicart-buttons a {
  color: #fff;
  text-decoration: none;
  line-height: 30px;
}

.minicart-box .minicart-buttons-holder .minicart-buttons > *:hover {
  text-decoration: underline;
  cursor: pointer;
}

/********************** Breadcrumbs ***********************/
#location {
  margin-bottom: 10px;
}

#location.left {
  float: left;
  width: 63%;
}

#location span,
font.bread-crumb,
a.bread-crumb {
  font-size: 13px;
  color: ;
  text-decoration: none;
}
#location span {
  padding: 0 10px;
}
a.bread-crumb:hover {
  text-decoration: underline;
}

/*************** /Breadcrumbs ****************************/

#page-container2 {
  display: block;
  /*box-shadow: 6px 0 4px  -4px #222 , -6px 0 4px  -4px #222;*/
  margin: 0 auto;

}

#page-container2.shadow {
  background:url(../images/page-holder-shadow.png) repeat-y 50% 0;
  position: relative;
}

#content-container,
.line0-menu,
.line1,
.main-middle {
  width:100%;
  max-width: 1200px;
}

#content-container,
#center,
.line1,
#bottom-logo {
  background: #fff;
}

.main-middle {
  margin:0 auto;
}

#content-container {
  width: 100%;
}

#content-container, #center-main {
  overflow: visible;
}

#content-container {
  margin: 0 auto;
  float:none;
  display: block;
  padding: 0;
  position:relative;
}

#header,
#footer {
  height:auto;
  position: static !important;
}

/*
#header {
  margin-top:50px;
}
*/

#top-message {
  max-width: 375px;
  width: auto;
  z-index: 100000;
}

.line0 {
  height:50px;
  background-color:#232323;
  position:fixed;
  top:0;
  left:0;
  z-index: 99999;
  width:100%;
  color:#fff;
}
.line0-menu {
  margin: 0 auto;
}

.line0-menu-right {
  float:right;
  position:relative;
  height: 50px;
}

#top-menu-icon-mobile {
  float:left;
  margin: 0 0 0 17px;
}

#top-menu-icon-mobile > a {
  background: url(../images/main-navi-button.png) no-repeat;
  height: 49px;
  width: 50px;
  display:block;
  padding: 0 0 0 60px;
  line-height: 49px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

#top-menu-icon-mobile > a.active,
#top-menu-icon-mobile > a:hover {
  background-position: 0 -49px;
  color:#d6d6d6;
}

#top-menu-mobile {
  display: none;
  z-index: 999;
  background: #fff;
  width:100%;
  left:0;
  top:0;
  border-bottom: 1px solid #ccc;
  -moz-box-shadow: 0px 3px 5px #7e7e7e;
  -webkit-box-shadow: 0px 3px 5px #7e7e7e;
  box-shadow: 0px 3px 5px #7e7e7e;
  position:relative;
}

#top-categories {
  list-style-type: none;
  padding:0;
  margin:0;
  display: table;
  width:100%;
  background-image: url(../images/cats-menu-bg.png);
  color: #fff;
}
#top-categories li {
  float:left;
  margin:0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  height: 41px;
  padding: 0 32px;
}
#top-categories li.first {
  background: transparent;
}

#top-categories li.last {
  border-right: none;
}

#top-categories li a {
  text-decoration: none;
  color: inherit;
  line-height: 40px;
}
#top-categories li a:hover {
  color: inherit;
}

.minicart-icon {
  float: left;
}

.minicart-icon img {
  /*background: url(../images/minicart.png) no-repeat 50% 50% !important;*/
  width: 60px;
  height: 50px;
  margin: 0;
  cursor: pointer;
}

div.minicart {
  color: inherit;
  float:left;
}

.minicart-num-mobile {
  display:none;
}

.minicart-total {
  float: left;
  font-weight: bold;
  font-size: 13px;
  color: inherit;
  padding: 18px 0;
	margin-right: 4rem;
}
.menu-top-links {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 40px;
  float:left;
}
.menu-top-links li {
  float:left;
  color: #fff;
  height: 18px;
  font-size: 14px;
  font-weight: bold;
  padding: 16px 12px;
  min-width: 70px;
  text-align: center;
}

.menu-top-links li.toptab2 {
  background-color: #3b3b3b;
  margin-left: 1px;
}

.menu-top-links li a {
  color: inherit;
  text-decoration: none;
}

/* TOP MENU LINE 1 */
#header .line1 {
  margin:0 auto;
  height: 120px;
}

#header .line1 .logo {
  margin: 0;
  padding:0 0 0 1.5%;
  width: 28.5%;
  float: left;
  vertical-align: middle;
}
#header .line1 .logo a {
  display: block;
}
/*
#header .line1 .logo a img {
  margin: auto;
  width: auto;
  height: auto;
}
*/
.tabs {
  width: 35%;
  float:left;
  top:auto;
  right: auto;
  position: static;
  height: auto;
  vertical-align: middle;
  padding: 15px 0 0 0;
}
.tabs li {
  float: left;
}

.tabs li,
.tabs a{
  background: transparent;
  color: ;
  font-size: 13px;
  font-weight: bold;
  margin:0;
  padding:0 5px 3px 5px;
  height: auto;
}
.tabs a:hover {
  color: #333;
}

#header div.search {
  float: right;
  left: auto;
  position: static;
  min-width: 350px;
  width: 30%;
}
#header div.search form {
  /*width: 90%;*/
  border-width: 3px;
  border-style: solid;
  /*border-radius: 7px;*/
  height: 24px;
  padding: 7px;
}
#header div.search form input[type=text] {
  width: 87%;
  font-size: 14px;
  border:none;
  color: ;
}
.top-search-button {
  background: transparent;
  width: 24px;
  height: 24px;
  border: none;
  cursor: pointer;
  padding:0;
  margin:0;
  float:right;
  color: ;
  font-size: 20px;
}
/*
.top-search-button:before {
  content: "\f002";
}
*/
#header .languages {
  top: 15px;
  right: 40px;
  position: absolute;
}

#center-main {
  margin: 0 ;
  position: relative;
  overflow: visible;
  padding: 4px 4px 20px 4px;
}

.offers-short-list {
  margin:0;
  position:relative;
  display: table ;
}

.offers-short-list .title {
  display: block !important;
  position: absolute;
  top:0;
  bottom:0;
  height: auto;
  float:none;
}
.offers-short-list .title h2 {
  display: block;
  top: 30%;
  position: relative;
}

.offers-short-list ul {
  margin-left: 150px;
}


.welcome-holder {
  margin-bottom: 15px;
  display: table;
  width: 100%;
}

.welcome-text h1 {
  text-transform: none;
}

.welcome-text {
  float:left;
  width:65%;
  line-height: 20px;
  font-size: 15px;
  color: ;
  margin-bottom: 5px;
}

.welcome-text.full {
  width: 98%;
  padding:0 0.5% 0 1.5%;
}

.hp-right-welcome .welcome-text,
.hp-left-welcome .welcome-text,
.hp-right-welcome .welcome-offers,
.hp-left-welcome .welcome-offers {
  float:none;
  width: 98%;
}

.welcome-offers {
  float:right;
  width: 30%;
}

.welcome-offers .offers-short-list {
  width: 100%;
}

.welcome-offers .offers-short-list .title {
  height:auto;
  float:none;
  padding: 3px 0;
  text-align: left;
  margin-bottom: 5px;
  position: relative;
  width: 100%;
  background-color: #e8e8e8 !important;
}

.welcome-offers .offers-short-list .title h2 {
  padding: 0 0 0 4%;
  color: ;
}

.welcome-offers .offers-short-list ul {
  margin:0;
}

.hp-big-banner {
  padding-bottom:15px;
	background-color: #F2F2F2;
}

img.responseX {
  width:100%;
  height: auto;
}

img.responseY {
  height:100%;
  width: auto;
}

.overflow-hidden {
  overflow: hidden;
}


.hp-products {
  float:left;
  width: 65%;
}

.hp-products.full-width {
  width: 100%;
}

.hp-products.full-width .line-products li {
  width: 31.33%;
}
.hp-right-banner {
  float:right;
  width: 33%;
  margin-bottom: 20px;
}

/*
#hp-right-banner-3,
#hp-right-banner-1,
#hp-right-banner-2 {
  text-align:center;
}
#hp-right-banner-1 {
  margin-bottom: 10px;
}
*/
/*
#hp-right-banner-3 {
  float:right;
  width: 33%;
}
*/
/********************* LINE PRODUCTS ********************/
.line-products {
  list-style-type: none;
  display:block;
  width: 100%;
  margin:0 0 0 -2%;
  padding:0;
}

#left-section .line-products {
  margin:0;
}

.line-products li {
  float:left;
  width: 23%;
  display:block;
  margin: 0 0 3% 2%;
  position:relative;
  overflow: hidden;
}

.line-products li div.line-prod-wrap > div {
  position:relative;
}

.bx-wrapper .slider2 {
  margin:0;
  float:none !important;
}

.bx-wrapper .slider2 li{
  float:none;
  margin:0;
}


.line-products li a {
  width: 100%;
  text-decoration: none;
}

.line-products li img {
  margin: 0 auto;
  display: block;
}

.line-products li .icon {
  overflow: hidden;
  position: relative;
  display: block;
}
.line-products li h4 {
  /*font-family: 'Buenard', 'Times New Roman';*/
	font-family: Arial Narrow,Arial,sans-serif;
  font-size: 14px;
  line-height: 15px;
  font-weight: normal;
  color: ;
  text-transform: uppercase;
  margin:0;
  padding:0;
  width: 95%;
}

.line-products li .price {
  font-size: 13px;
  color: ;
  margin-top:10px;
}
.line-products li .price .price-label {
  display: block;
}

.line-products li .price.bottom {
  /*position:absolute;*/
	position: relative;
  bottom: 0;
}

.line-products li .price .currency {
  font-size: 33px;
  color: #4E6E6C;
  line-height: 33px;
}

.line-products.red li .price .currency {
  color: #8b5e65;
}

.on_sale_wrapper {
  display: inline-block;
  width: 100%;
}

.on-sale-icon-with-so,
.on-sale-icon {
  top:0;
  width: 47px;
  height: 59px;
}

.on-sale-icon-with-so img,
.on-sale-icon img {
  background: none;
  display:none;
}


.on-sale-icon,
.on-sale-icon-with-so {
  background: url(../images/on_sale.png) no-repeat 0 0;
  width: 47px;
  height: 0px;
  padding: 59px 0 0 0;
}

.image-box .on-sale-icon-with-so,
.image-box .on-sale-icon {
  width: 55px;
  height: 68px;
}

.image-box .on-sale-icon {
  background: url(../images/on_sale_lg.png) no-repeat 0 0;
  width: 55px;
  padding: 68px 0 0 0;
}

.line-products li .save,
.products-list li .save {
  background: #999;
  color: #fff;
  font-size: 14px;
  position:absolute;
  line-height: 20px;
  padding: 0 3px;
  right: 0;
  bottom:0;
}

.line-products-holder {
  width: 100%;
}
.line-products-holder .title {
  width: 13%;
  float:left;
  text-align: center;
}

#center-main .line-products-holder .with-title {
  width:85%;
  float:right;
}

/********************* /LINE PRODUCTS ********************/
.featured-items {
  list-style-type: none;
  padding:0;
  margin:0;
  width:100%;
}
.featured-items li {
  width: 49.5%;
  float: left;
  margin: 0 1% 1% 0;
  overflow: hidden;
  position: relative;
}

.featured-items li > div {
  display: table;
  margin: 0 auto;
}

.featured-items li img {
  width: 100%;
  height: auto;
}

.featured-items li img.center {
  margin: 0 auto;
}

.featured-items li.lastinrow {
  margin-right: 0;
}

.featured-items li .item-info {
  /*font-family: 'Buenard', 'Times New Roman';*/
	font-family: Arial Narrow,Arial,sans-serif;
  position:absolute;
  top:12%;
  width: 65%;
  font-style: italic;
}


.featured-items li .title {
  background: #fff;
  font-weight: normal;
  font-size: 25px;
  padding: 3px 10px 3px 3px;
  text-transform: uppercase;
  line-height: 29px;
}

.featured-items li .tag {
  background: #fff;
  padding: 3px 10px 3px 3px;
  font-weight: normal;
  display: table;
  text-transform: none;
  font-size: 15px;
  color: #61c6d0;
  text-decoration: none;
}

.featured-items li .row2 {
  margin-top:10px;
}

.featured-items li .row2 span {
  color: #222;
  background: #fff;
  text-transform: uppercase;
  font-size: 15px;
  padding: 3px 10px 3px 3px;
}

#terms-holder {
  background: #232323;
  width: 100%;
  color: #ccc;
  font-size: 13px;
  min-height: 40px;
  display: table;
  position: relative;
}

#terms {
  float:left;
  line-height: 40px;
  margin-left: 10px;
}
#bottom-speedbar {
  float:right;
}

#bottom-speedbar ul {
  list-style-type: none;
}
#bottom-speedbar ul li {
  float: left;
  margin-right: 15px;
}

#bottom-speedbar ul li a {
  color: inherit;
  text-decoration: none;
}
#bottom-speedbar ul li a:hover {
  text-decoration: underline;
}

#bottom-logo {
  padding-top:5px;
  position:relative;
}

#bottom-logo img {
  width: 15%;
}

#ql-holder {
  width: 100%;
  border-top: 1px solid #dadada;
  background: #e8e8e8;
  color: ;
  display: table;
  padding: 20px 0;
  position: relative;
}

#quick-links {
  list-style-type: none;
  margin:0;
  width: 98%;
  float:left;
  padding: 0 0 0 2%;
}

#quick-links > li {
  float:left;
  width: 15%;
  margin-bottom: 20px;
}

#quick-links ul {
  list-style-type: none;
  padding:0;
  margin:0;
}

#quick-links ul li h2,
#quick-links ul li h2 a {
  color: inherit;
  font-size: 16px;
  font-weight: normal;
  padding: 0;
  margin:0 0 10px 0;
}
#quick-links ul li,
#quick-links ul li a {
  color: inherit;
  text-decoration: none;
  font-size: 12px;
  line-height: 20px;
}
#quick-links ul li a:hover {
  text-decoration: underline;
}

#ql-right {
  width: 32% !important;
  float:right !important;;
}

#social-media {
  width: 40% !important;
  margin-bottom: 0 !important;
}

#social-media #cc-icons {
  float:left;
  margin: 0 30px 20px 0;
}

#social-media #social-icons {
  list-style-type: none;
  padding:0;
  margin: 0;
  float:left;
}

#social-media #social-icons li {
  float:left;
  margin-right: 10px;
}
#social-media #social-icons li img {
  border: none;
}

#news-signup,
#store-info {
  border: 1px solid #dadada;
  width: 90%;
  padding: 10px;
  text-align: center;
  margin: 0 auto;
}


#news-signup a {
  text-decoration: none;
  color: inherit;
}

#news-signup {
  text-transform: uppercase;
  font-size: 15px;
}

#news-signup h2 {
  color: #c0310b;
  font-size: 22px;
  font-weight: normal;
  padding:0;
  margin: 0 0 5px;
}

#store-info {
  margin-top: 20px;
  display: table;
}

#footer-address,
#footer-contact-info {
  width: 50%;
  list-style-type:none;
  padding:0;
  margin:0;
}

#store-info ul li {
  line-height: 20px;
  font-size: 12px;
}

#store-info ul li a {
  color: inherit;
  text-decoration: none;
}
#store-info ul li a:hover {
  text-decoration: underline;
}

#footer-address {
  float: left;
  text-align: left;
}
#footer-contact-info {
  float: right;
  text-align-last: right;
}

/********************* LEFT MENU/RIGHT COLUMN  ****************/
.menu-dialog {
  border: 0;
  margin-bottom: 20px;
}

.menu-dialog .content a,
.menu-dialog .content a:hover {
  color: ;
}


#moved-left-holder-bottom .menu-dialog {
  margin: 0;
}

.menu-dialog .title {
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 100%;
}

#center-main.right-column {
  margin-top: 10px;
	margin-bottom: 15px;
}
#left-section {
  float:left;
  width: 21%;
  margin-top: 10px;
	margin-bottom: 15px;
}

#left-side-cats {
  list-style-type: none;
  padding:0;
  margin:0;
}

#left-side-cats li a {
  text-decoration: none;
  font-size: 15px;
  color: ;
  line-height: 20px;
}

#left-side-cats li a:hover {
  text-decoration: underline;
}

#left-side-cats > li h3 {
  font-weight: 100;
  text-decoration: none;
  border: 0;
  margin:10px 0;
  padding: 3px 0 3px 7px;
}
#left-side-cats > li.first h3 {
  margin-top: 0;
}

#left-side-cats > li.active h3,
#left-side-cats > li ul li.active {
  background: #f6f6f6;
}

#left-side-cats > li h3 a{
  font-size: 18px;
  padding:0;
}

#left-side-cats > li ul {
  list-style-type: none;
  padding: 0 0 0 7px;
  margin: 0;
}

#left-side-cats.expanded > li ul {
  display:none;
}


#left-side-cats h3.expander:hover {
  cursor:pointer;
  background: #f6f6f6;
}

#left-side-cats h3.expander.active:after,
#left-side-cats h3.expander:hover:after {
  content: "\f0da";
  float:right;
  line-height: 20px;
  font-family: "FontAwesome";
  padding-right: 7px;
  font-size: 18px;
}

#left-side-cats h3.expander.active {
  background: #f6f6f6;
}

#left-side-cats h3.expander.active:after {
  content: "\f0d7";
}

/**************************************************************/


/************ SUBCATEGORIES **********************************/
.subcategory-descr {
  line-height: 20px;
  font-size: 15px;
  color: ;
}
#subcategories {
  margin-top: 20px;
  color: ;
  font-size: 13px;
}
#subcategories a {
  color: ;
  /*font-family: 'Buenard', 'Times New Roman';*/
	font-family: Arial Narrow,Arial,sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  line-height: 20px;
  font-weight: 100;
}
#subcategories a:hover {
  text-decoration: underline;
}

/**
 * Pagination mechanism
 */
ul.simple-list-left {
  padding: 0;
}
ul.simple-list-left li {
  padding:0 0 8px 0;
}

.nav-pages {
  white-space: normal;
  vertical-align: bottom;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.nav-pages-title {
  padding-right: 10px;
  color: ;
}

.nav-pages span {
  padding: 3px 8px;
}

.nav-pages span.nav-pages-title {
  padding-left: 0;
}

.nav-pages img {
  vertical-align: bottom;
  width: 15px;
  height: 15px;
}

.nav-pages a {
  text-align: center;
  text-decoration: none;
  background-color: #afafaf;
  padding: 3px 8px !important;
  color: #fff;
}

.nav-pages .left-arrow img {
  background: transparent;
}


.nav-pages .right-arrow img {
  background: transparent ;
}

.nav-pages .current-page {
  text-align: center;
  font-weight: normal;
  color: #fff;
}

.nav-pages .right-delimiter {
  margin-right: 5px;
}

.dialog {
  border-style: solid;
  border-width: 2px;
}

.dialog.noborder {
  border: none;
}

.dialog .title {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  background: #f6f6f6;
  color: #5b5b5b;
  width: 100%;
  margin:0;
  padding: 0;

}
.dialog .title h2 {
  font-size: 16px;
  font-weight: 100;
  padding: 0 0 0 20px;
}


/****************** PRODUCTS LIST ***************************************************/
.results-found {
  width:80%;
}
.search-again {
  margin-left: 70%;
}

.dialog.products-dialog {
  border: none;
  border-bottom: 15px solid #000;
  overflow: hidden;
  margin: 10px 0 10px 0;
}

.dialog.products-dialog .content {
  padding: 10px 0;
}

.dialog.products-dialog .title {
  background: #232323;
  line-height: 40px;
  color: #ccc;
  height: 40px;
  font-size: 13px;
  font-weight: 100;
  width: 100%;
  overflow: visible;
  border: none;
}

.dialog.products-dialog .title h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 100;
  width:40%;
}

.dialog.products-dialog .title .sort-box {
  height: 40px;
  right:20px;
  overflow: visible;
}

.dialog.products-dialog .title .sort-box .search-sort-bar {
  line-height: 40px;
  height: 40px;
  margin:0;
}

.dialog.products-dialog .title .sort-box .search-sort-bar ul {
  list-style-type: none;
  float:right;
  padding:0;
  margin:0 0 0 5px;
}
.dialog.products-dialog .title .sort-box .search-sort-bar ul li {
  float:left;
  line-height: 40px;
  height: 40px;
  margin-left: 10px;
}

.dialog.products-dialog .title .sort-box .search-sort-bar ul li.title {
  display: none;
}

.dialog.products-dialog .title .sort-box .search-sort-bar .search-sort-title {
  float: right;
}


.dialog.products-dialog .title .sort-box .search-sort-bar a {
  color: #ccc;
  text-decoration: none;
}

.dialog.products-dialog .title .sort-box .search-sort-bar a:hover {
  text-decoration: underline;
}

.dialog.products-dialog .title .sort-box .search-sort-bar a.up-direction {
  background: url("../images/uarrow-gray.gif") no-repeat left 3px transparent;
}

.dialog.products-dialog .title .sort-box .search-sort-bar a.down-direction {
  background: url("../images/darrow-gray.gif") no-repeat left 3px transparent;
}


.products-list {
  width: 100%;
}

.products-list > ul {
  list-style-type: none;
  padding:0;
  margin: 0 0 0 -1%;

}

.products-list > ul > li {
  float:left;
  overflow: hidden;
  margin: 0 0 2% 1.8%;
  border:2px solid #fff;
  padding: 1%;
}

.products-list > ul > li.hover {
  background: #fdfcfc;
  box-shadow: 0 0 -15px 5px #ccc;
}

.products-list.n5 > ul > li {
  width: 15.7%;
}


.products-list.n4 > ul > li {
  width: 20.7%;
}

.products-list.n3 > ul > li {
  width: 29%;
}

.products-list.n2 > ul > li {
  width: 45.7%;
}

.products-list .image {
  display: block;
  float: none;
  padding:0;
  width:100%;
}
.products-list .image-wrapper {
  overflow: hidden;
}

.products-list .image-wrapper img {
  display: block;
  margin: 0 auto;
}

.line-products .quick-view-link,
.products-list .image-wrapper .quick-view-link {
  position: absolute;
  line-height: 20px;

  /* 2014-08-13 - conflict between the "Check to compare" checkbox and the "quick view" button (Feature Comparison module issue) */
  /*bottom: 2%;*/
  bottom: 0;

  left:1%;
  display: none;
  background: #fbfaf9;
  padding: 0 3px;
}
.line-products .quick-view-link {
  left:1px;
  bottom: 1px;
}

.products-list .details {
  padding: 0;
  margin-top: 3px;
  color: ;
}

.products-list .details > a {
  color: ;
  /*font-family: 'Buenard', 'Times New Roman';*/
	font-family: Arial Narrow,Arial,sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
}

.products-list .details .quantity input[type="text"] {
  max-width: 30px;
}

.products-list .price-cell {
  margin-top: 3px;
}

.products-list .price-row {
  width:50%;
  font-size: 13px;
}

.products-list .special-price-row {
  text-decoration: none;
}

.products-list .special-price-row .currency {
  text-decoration: line-through;
}

.products-list .price-value .currency{
  display: block;
  font-size: 27px;
}

.products-list .market-price {
  font-size: 11px;
  text-decoration: line-through;
}

.products-list .creviews-rating-box {
  float:right;
}

.products-list .creviews-rating-box.left {
  float:none;
}


.products-list .quantity {
  float: left;
  line-height: 27px;
  margin-right: 5px;
}

/*
.acr-container .comment {
  display: none;
}
*/
/******************* LIST VIEW ********************************************/
a.p-quick-view {
  padding: 1px 0 2px 18px;
  font-size: 13px;
  color: ;
  background: url(../images/quick-view.png) no-repeat left top;
  text-decoration: none;
}

.products {
  margin: 15px 0;
}

.products .product-wrapper {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
.products .product-holder {
  position: relative;
  color: ;
}

.products .image {
  width: 18%;
  /*display: table;*/
  position: relative;
}


.products .image .on_sale_wrapper,
.products .image .on_sale_wrapper a,
.products .image .on_sale_wrapper a img,
.products .image img {
  width: 100% !important;
  display: block;
}

.products .image img {
  height: auto;
}

/* fix for blurry thumbnails */
.products .product-holder .image img {
	max-width: 110px;
	margin-left: auto;
	margin-right: auto;
}

.products .details-left {
  position:absolute;
  margin-left: 20%;
  width: 54%;
  padding: 0 2% 0 0;
  top:0;
  bottom:0;
  border-right: 1px solid #ececec;
  display: table;
}
.products .details-left h2 {
  padding: 0;
  margin: 0;
  font-weight: 100;
}
.products .details-left h2 a {
  color: ;
  /*font-family: 'Buenard', 'Times New Roman';*/
	font-family: Arial Narrow,Arial,sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
}
.products .details-left .descr {
  padding: 0;
  margin: 10px 0;
  font-size: 12px;
  line-height: 18px;
}

.products .details-left .quick-view-link {
  margin-bottom: 10px;
}

.products .details-left .rating-holder {
  float: left;
  margin-right: 20px;
}

.products .details-left .wl-link {
  float: left;
}

.wl-link a {
  line-height: 25px;
  font-size: 13px;
  color: ;
  text-decoration: none;
}

.products .details-right {
  position:absolute;
  margin-left: 105%;
  width: 38%;
  top:0;
}
.products .details-right .price-value {
  font-size: 13px;
  color: ;
  font-weight: 100;
}
.products .details-right .price-value .currency {
  display: block;
  font-size: 33px;
}

.products .details-right .market-price .price-save {
  color: #fff;
  font-size: 12px;
  padding: 3px 6px;
  margin-right: 7px;
}

.products-list .market-price-value,
.products-list .market-price-value .currency
.products .market-price-value,
.products .market-price-value .currency {
  font-size: 13px;
  color:  !important;
}

.products .details-right .wl-small {
  display: none;
}
.products .details-right .buttons-row {
  margin-top: 10px;
}
.products .details-right .quantity input {
  width:30px;
}


/******************* PRODUCT DETAILS **************************************/
.np-products {
  float:right;
  width: 36%;
}

.np-products ul {
  list-style-type: none;
  margin:0;
  padding:0;
  width: 100%;
}
.np-products ul li {
  float:right;
  display: block;
  margin-left: 25px;
}

.np-products .popup {
  right:0;
}



.rounded-input {
  border-radius: 5px;
  border:1px solid #dedede !important;
  line-height: 28px;
  height: 28px !important;
  padding:0;
  font-size: 12px;
  color: ;
/*
  -moz-box-shadow:    0px 0px 0px 3px #f4f4f4;
  -webkit-box-shadow: 0px 0px 0px 3px #f4f4f4;
  box-shadow:         0px 0px 0px 3px #f4f4f4;
*/
}

.qty {
  float:left;
  width: 30px !important;
}

.qty-button {
  text-indent: -3000px;
  width: 36px;
  height: 38px;
  background: url(../images/qty_buttons_lrg.png) no-repeat left -38px;
	background-size: 100%;
  float:left;
  margin-top: -2px;
  cursor: pointer;
}

.qty-button.inc {
  margin: -2px 4px 0 9px;
  background-position: left top;
}

.product-details {
  padding: 10px 0 0 0;
  color: ;
}

.product-details .image {
  float:none;
  max-width: 100%;
  margin: 0 auto;
}

.product-details .details {
  margin: 0 !important;
  padding:0 1%;
  max-width: 100%;
  width: 98%;
}

.product-details .details h1 {
  padding:0;
  margin-bottom: 15px;
}

.product-details .details .descr {
  font-size: 16px;
  line-height: 21px;
  font-weight: 100;
  padding:0;
  margin-bottom: 15px;
}

#cloud_zoom_image {
  display: none;
}

.product-details .mousetrap {
  display: none;
}

#price-wrapper {
  display: table;
  float:left;
}

#price-wrapper h2 {
  color: ;
  font-size: 15px;
  padding:0;
  margin:0;
  font-weight: 100;
}

#price-wrapper .product-market-alt-price {
  font-size: 13px;
  color: #999;
  float:right;
}

#price-wrapper .product-market-price {
  display: block;
  font-size: 40px;
}

#price-wrapper label {
  display:block;
}

#price-wrapper #custom-price {
  margin:7px 0;
}

.product-details .details .save {
  background-image: none;
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  width: 100%;
  padding: 3px 0;
  height:auto;
  float:normal;
  float:none;
}

#list-price-wrapper {
  font-size: 13px;
  color: #999;
  margin-top: 2px;
  width: 100%;
}

#list-price-wrapper .currency {
  float:right;
}


#product_notif_P {
  float:left;
  margin:30px 30px 0 15px;
}

.prod-notif-request-button img {
  background: url(../images/pr_notify_icon.png) no-repeat;
  width: 46px;
  height: 26px;
}

.prod-notif {
  position:absolute;
  background: #fff;
  border-style: solid;
  border-width: 2px;
  max-width: 330px;
  padding: 10px;
  z-index: 9999;
}

.prod-notif-request-submit-line input {
  border: 1px solid #ccc;
  font-size: 13px;
  padding: 5px 2px;
}

.prod-notif-request-submit-line .image-button img {
  background: url(../images/pr_notify_go.png) no-repeat;
  width: 37px;
  height: 25px;
  margin: 2px 0 0 2px;
}


#extra_details {
  float:left;
  max-width: 50%;
}

table.product-properties {
  width: 100%;
  margin:0;
  font-size: 11px;
  color: ;
  border-collapse: separate;
  border-spacing: 1px;
}
table.product-properties .property-name {
  background: #e3e3e3;
  width: 50%;
}
table.product-properties .property-value {
  background: #eee;
  width: 50%;
}
table.product-properties tr td {
  padding: 2px 5px;
  white-space: nowrap;
}

.product-details .ask-question {
  margin-top: 4px;
}

.product-details .options {
  float:left;
  margin-top:15px;
}

.product-details .options{
  width: 78%;
}

.product-details .option.qty-holder {
  width: 100%;
}

.product-details .options .option {
  margin-bottom: 10px;
}

.product-details .option label {
  display: block;
  font-size: 14px;
  line-height: 16px;
  padding: 0px 0 5px 0;
  font-weight: bold;
}
.product-details .option input,
.product-details .option textarea,
.product-details .option select {
  width: 100%;
}

.product-details .option.qty-holder select {
  width: auto;
  float: left;
}

.product-details .option label .quantity-text {
  font-size: 10px;
}

.product-details .option.qty-holder {
  float: left;
}

.product-details .social {
  float:left;
  width: 60%;
}
.product-details .social.full {
  width: 100%;
}


.product-details .product-brand {
  width: 35%;
  float: right;
}
.product-details .product-brand img {
  max-width: 100%;
}


.product-details .product-brand h3 {
  padding:0;
  margin:0;
  border:none;
  font-weight: 100;
}

#product_notif_LB {
  float: left;
  margin-left: 20px;
}

#details2 {
  float:right;
  margin-right: 5px;
}

#details2.left {
  float:left;
}
/* 2014-04-28 - Fix for X-Cart 4.6.2+
#details2 .acr-popup-internal-container {
  right:0;
}
*/
.creviews-vote-bar.mini-bar {
  width: 120px;
  float: left;
  margin-top: -3px;
}
.rating {
  display: table;
}
.rating a {
  float:left;
  color: #999;
  font-size: 11px;
  text-decoration: none;
}

.rating .comment a {
  float: none;
}


#wl-prices {
  float:left;
  max-width: 35%;
  margin-left: 10px;
}


#wl-prices table {
  max-width:80%;
}

#wl-prices table tr th,
#wl-prices table tr td {
  background: #eee;
  padding: 2px 5px;
  white-space: nowrap;
  width: 50%;

}

/*
#wl-prices table tr th:first-child,
#wl-prices table tr td:first-child {
  background: #e3e3e3;
}
*/
#wl-prices table th {
  font-weight: bold;
}

#wl-prices div strong {
  color: #112536;
}

.buttons-row.soc-buttons-row,
.product-details .button-row {
  margin-top: 5px;
}

.qty-holder .buttons-row {
  display: table;
  float:left;
  margin-left: 20px;
}


.fw-dialog {
  margin-bottom: 20px;
  display: block;
  width: 100%;
}

.fw-dialog .title {
  float:none;
  height:30px;
  display: table;
  width: auto;
  padding: 0 50px 0 30px;
  margin-bottom: 10px;
}

.fw-dialog .title h2{
  white-space: nowrap;
}

.fw-dialog .content {
  float:none;
  width: 100%;
  color: ;
  font-size: 15px;
  line-height: 18px;
}

.feedback-in-title {
  display: none;
}


.dpimages-icons-box {
  width:100%;
}

/******************** CART *************************************/

.popup-dialog label {
  margin: 8px 0 5px 0;
  display: block;
}

.checkout-container #header {
  height:auto;
}
.checkout-container #content-container {
  margin:0 auto;
}


div.opc-container #center-main {
  width: 97%;
  margin:0 auto;
  margin-top: 20px;
}

.checkout-buttons {
    position: relative;
    float:right;
    margin-bottom: -50px;
}

#center-main .text-block {
  font-size: 14px;
  line-height: 18px;
}

/*
.fw-cart {
  width: 96.5%;
}
*/
div.opc-container #center-main .buttons,
.cart-products-holder {
  width: 100%;
}

/*
.cart-products-header {
  border:1px solid #ccc;
  padding: 0.4%;
  width: 99.2%;
}
*/
.cart-products-header .header-image,
.cart-products-header .header-price,
.cart-products-header .header-subtotal {
  float:left;
  width:22%;
  padding: 5px 0 5px 3%;
  color: #fff;
  font-size: 18px;
}
.cart-products-header .header-image {
  width: 47%;
}

.cart-item {
  width:99%;
  border: 1px solid #ccc;
  border-top: none;
  display: inline-block;
  position:relative;
  padding: 0 0.5%;
}


.cart-item .details {
  width: 49%;
  border-right: 1px solid #ccc;
  display: inline-block;
  position: relative;
  float:left;
  padding: 15px 0.5%;
  vertical-align: top;
}

.cart-item div.price {
  position:absolute;
  margin: 0 0 0 51%;
  top:40%;
}
.cart-item .subtotal {
  position: absolute;
  display: block;
  height:auto;
  border-left: 1px solid #ccc;
  margin: 0 0 0 75%;
  top:0;
  bottom:0;
  width: 1%;
}

.cart-item .delete {
  position:absolute;
  margin: 0 0 0 99.5%;
  top:40%;
  border:1px solid #e3e3e3;
  padding:17px 5px;
}

.cart-item .details .image {
  width: 35%;
  display: inline-block;
  position: relative;
  overflow: none;
  vertical-align: top;
  overflow: hidden;
}

.cart-item .details .image a {
  text-decoration: none;
}

.cart-item a.offers-thumbnail:link,
.cart-item a.offers-thumbnail:visited,
.cart-item a.offers-thumbnail:hover,
.cart-item a.offers-thumbnail:active {
  position:relative;
  margin: 0 0 0 -51px;
  text-decoration: none;
  border:none;
}


.cart-item .details .product-info {
  display: inline-block;
  /*width: 58%;*/
  vertical-align: top;
}

.cart-item .product-info .product-title {
  /*font-family: 'Buenard', 'Times New Roman';*/
	font-family: Arial Narrow,Arial,sans-serif;
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
}

.cart-item .product-info .descr {
  display: none;
}

.cart-item .product-info .poptions-list,
.cart-item .product-info .poptions-title {
  /*font-family: 'Buenard', 'Times New Roman';*/
	font-family: Arial,sans-serif;
  font-size: 12px;
}

.cart-item .product-info .poptions-title {
  font-size: 12px;
  color: #babcbe;
  padding:0;
  margin: 8px 0 2px 0;
}

.cart-item .product-info .poptions-list {
  line-height: 15px;
  margin-bottom: 10px;
}

.cart-item .product-info .poptions-list table {
  margin-bottom: 5px;
}

.cart-item .qty-wrapper .currency {
  float:left;
  margin-right: 15px;
  line-height: 30px;
  font-size: 21px;
}

.cart-item .price button {
  float:right;
}

.cart-item .price .button-row{
margin-top:5px;
}

.cart-item .subtotal > div {
  position:absolute;
  left: 500%;
  top: 40%;
}

.cart-item .subtotal > div .alter{
  display: block;
  font-size: 16px;
}

.cart-item .subtotal > div .currency {
  font-size: 22px;
}

.cart-item .delete img {
  background: url(../images/cart-item-delete.png) no-repeat top left;
  width: 22px;
  height: 21px;
}

.cart-item .delete a:hover img {
  background-position: 0 -21px;
}

.cart-item .mobile-delete {
  display: none;
}

.cart-item .details .product-info .subscription {
  padding-top: 8px;
}

.cart-item .details .product-info .subscription span.price {
  font-weight: bold;
}

form[name='cartform'] hr {display: none;}

.cart-border {
  width: 98%;
  border:1px solid #ccc;
  border-top:none;
  background: #f6f6f6;
  padding: 1%;
}

.cart-border.top-border {
  border-top: 1px solid #ccc;
  padding: 3%;
  width: 94%;
}

table.totals tr td.total,
table.totals tr td.total-name,
table.totals tr td.total-value,
table.totals tr td.total-value-alt,
table.totals span.total-name,
table.totals tr .total-alt-value,
.totals .total-taxes{
  font-family: Arial Narrow,Arial,sans-serif;
  color: #333;
  font-size: 20px;
  font-weight: 100;
  padding: 7px 7px 7px 0;
}


table.totals tr td.total,
table.totals tr td.total-name {
  /*font-family: 'Buenard', 'Times New Roman';*/
	font-family: Arial Narrow,Arial,sans-serif;
}

table.totals tr td.total {
  font-weight: 600;
}

table.totals tr .total-alt-value {
  font-size: 16px;
}

.dcoupons-clear img {
  background: url(../images/cart-item-delete.png) no-repeat top left;
  width: 22px;
  height: 21px;
}

.dcoupons-clear img:hover {
  background-position: 0 -21px;
}

.totals .total-taxes {
  text-align: right;
  font-size: 14px;
}

.totals .total-line img {
  background: #ccc;
}

.giftwrapping-cart label {
  /*font-family: 'Buenard', 'Times New Roman';*/
	font-family: Arial Narrow,Arial,sans-serif;
  color: #333;

}

div.opc-container label {
  font-size: 15px;
}

.giftwrapping-cart .button-row {
  display: table;
  margin-top:5px;
}

.fw-cart .buttons {
  margin: 20px 0;
}

.fw-cart .buttons .left-buttons-row {
  float: left;
}

.fw-cart .buttons .right-buttons-row {
  float: right;
  width: 50%;
}

.fw-cart .buttons .checkout-button {
  float:right;
}

.fw-cart .buttons .checkout-button .button {
  padding: 3px 35px;

}
.fw-cart .buttons .checkout-button .button a {
  font-weight: bold;
}

.fw-cart .buttons .offers-cart-button {
  margin-right: 20px;
}
.fw-cart .buttons .offers-cart-button a{
  line-height: 38px;
}

.fw-cart .empty-cart {
  padding: 5px;
  font-size: 18px;
}


/*************** OPC *******************************************/
div.opc-container .opc-section h2,
div.opc-container .opc-section h3 {
  color: #729287;
}

div.opc-container .opc-section h2 {
  text-transform: uppercase;
}

ul#opc-sections {
  min-width: 0;
}
ul#opc-sections li.opc-section {
  width:30%;
  float:left;
  min-height: 400px;
  margin:0 25px 50px 0;
}

#opc_totals table.totals tr td.total,
#opc_totals table.totals tr td.total-name,
#opc_totals table.totals tr td.total-value,
#opc_totals table.totals tr td.total-value-alt,
#opc_totals table.totals span.total-name,
#opc_totals table.totals tr .total-alt-value,
#opc_totals .totals .total-taxes {
  font-size: 16px;
  padding: 4px 4px 4px 0;
}


#opc_totals table.totals tr.total td.total-value,
#opc_totals table.totals tr.total td.total-name {
  font-size: 19px;
  text-transform: uppercase;
}

.xauth-rpx-ss-invoice-button{
  display: block;
  float:none !important;
  padding-top:5px;
  clear:left;
}

/*
.wl-holder {
  width: 98%;
}
*/

/*********** SCROLL PLAY **************************/

.contentS{height:90px; padding:10px; overflow:auto; background:#444; -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px;}
.contentS .images_container{overflow:hidden;}
.contentS .images_container img{display:block; float:left; margin:0 5px; border:5px solid #777; width: 20%;}
a[rel='toggle-buttons-scroll-type']{display:inline-block; text-decoration:none; padding:3px 15px; -webkit-border-radius:15px; -moz-border-radius:15px; border-radius:15px; background:#000; margin:5px 20px 5px 0;}


.products-slide {
  overflow:auto;
  margin-bottom: 10px;
}

.products-slide ul {
  overflow:hidden;
  width: auto;
  margin: 0;
}

.products-slide ul li {
  margin-bottom: 0;
}

#left-section .products-slide ul li {
  margin-bottom: 3%;
}

/**************** MANUFACTURERS ***************************************/
.brands {
  padding: 0;
  margin: 15px 15px 0 -1%;
  list-style-type: none;
}

.brands li {
  float:left;
  margin: 0 0 1% 2%;
  width: 23%;
  position: relative;
  text-align: center;
}

.brands.column {
  margin: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 10px 0;
}

.brands.column li {
  float:none;
  width: auto;
  margin: 0 0 10px 0;
  text-align: left;
}

.brands li h2 {
    padding:0;
    margin: 0;
}
.brands li h2 a {
  color: ;
  /*font-family: 'Buenard','Times New Roman';*/
	font-family: Arial Narrow,Arial,sans-serif;
  text-decoration: none;
  font-weight: 100;
  font-size: 19px;
}

.brands li span {
  font-size: 11px;
  display: table;
  margin: 0 auto;
}

.brands .image {
  position: relative;
  border:1px solid #e2e2e2;
  padding: 2px;
  min-height: 200px;
}

.brands .middle img {
  max-width:100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.brand-image {
  float: left;
}

.brand-text-block {
  float:left;
  width:70%;
  margin: 0 0 0 10px;
  line-height: 20px;
  font-size: 15px;
  color: ;
}
.brand-text-block.full {
  float:none;
  margin: 0;
  width: 100%;
}

/*********** PRODUCTS MAP **********************************/
.pmap_letters a:link, .pmap_letters a:visited, .pmap_letters a:active, .pmap_letters a:hover {
  background: #afafaf;
  color: #fff;
  border: none;
  padding: 3px 8px;
}

.pmap_letters span.pmap_current {
  border: none;
  padding: 3px 8px;
  color: #fff;
}

/*********** FLC ********************************************/
div.flc-tabs-container {
  text-align: left;
  width: 100%;
}

div.flc-tabs-container .tab {
  float:left;
  padding: 0 20px;
  background: #333;
  color: #fff;
  font-size: 15px;
  height: 37px;
  line-height: 37px;
  border-left: 1px solid ;
  cursor: default;
}

div.flc-tabs-container .tab a {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}

div.flc-tabs-container .tab.selected {
  background: #698482;
  border: none;
}

div.flc-tabs-container .tab.minicart-icon {
  padding:0 5px;
  border:none;
}

div.flc-tabs-container .tab.minicart-icon img {
  height: 37px;
}

div.flc-tabs-container .tab.last {
  background-image: url(../images/flc-last.png);
  background-position: right top;
  background-repeat: no-repeat;
  padding-right: 40px;
  border: none;
}

div.flc-tabs-container .mobile {
  display: none;
}

/*************** REFINE FILTERS **********************/

.dialog.products-dialog .title h2.left {
  float:left;
  width: auto;
}


.view-switcher {
  float:left;
  margin-left: 50px;
  height: 40px;
  line-height: 40px;
  display: table;
}

.view-switcher div {
  display: table-cell;
  vertical-align: middle;
  padding-left: 8px;
}

.view-switcher .grid img {
 background: url(../images/layout-swither.png) no-repeat 0 -19px;
 width: 19px;
 height: 19px;
 margin-left: 3px;
}

.view-switcher .grid:hover img,
.view-switcher .grid.active img {
 background-position: 0 0;
}


.view-switcher .list img {
  background: url(../images/layout-swither.png) no-repeat 0 -57px;
  width: 21px;
  height: 19px;
}
.view-switcher .list:hover img,
.view-switcher .list.active img {
  background-position: 0 -38px;
}



#fw-quick-popup .content > img {
  padding: 20px;
}

#fw-quick-popup {
  position:fixed;
  top: 50%;
  left: 50%;
  border-width:4px;
  border-style: solid;
  border-radius: 7px;
  background: #fff;
  -moz-box-shadow: 0px 0px 3px 5px #7e7e7e;
  -webkit-box-shadow: 0px 0px 3px 5px #7e7e7e;
  box-shadow: 0px 0px 3px 5px #7e7e7e;
  z-index:9999;
}

#fw-quick-popup .close {
  background: url(../images/popup-close.jpg) no-repeat left top;
  width: 15px;
  height: 13px;
  position:absolute;
  right:10px;;
  top: 15px;
  cursor: pointer;
  display: none;
  z-index:9999;
}

.quick-view-holder.product-details {
  max-width: 650px;
  color: ;
  overflow: visible;
  padding: 15px 15px 5px 15px;
}

.quick-view-holder.product-details .descr {
  font-size: 13px;
  line-height: 16px;
  padding-top:7px;
}

.quick-view-holder .title {
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px 15px;
}
.quick-view-holder .title h1 {
  width: 90%;
  text-transform: uppercase;
  font-size: 18px;
  /*font-family: 'Buenard','Times New Roman';*/
	font-family: Arial Narrow,Arial,sans-serif;
  color: ;
  margin:0;
  padding:0;
  line-height: 20px;
}


.quick-view-holder .image-box {
  float: left;
  width: 40%;
  border-right: 1px solid #ccc;
  padding: 1% 1% 0 0;
}

.quick-view-holder .image-box .on_sale_wrapper,
.quick-view-holder .image-box .on_sale_wrapper img,
.quick-view-holder .image-box img {
  width: 100%;
  height:auto;
}

.quick-view-holder.product-details .details {
  float:right;
  width: 56%;
  margin: 0;
  overflow: visible;
  padding: 0;
}

.quick-view-holder.product-details .details .header h2 {
  margin: -1px 0 0 0 ;
  color: #fff;
  padding: 7px 15px;
  font-weight: 100;
  display: inline-block;
  font-size: 17px;
  float:left;
}
.quick-view-holder.product-details .details .header {
  text-align: right;
}

.quick-view-holder.product-details .details .header a {
  line-height: 30px;
  font-size: 12px;
  text-decoration: none;
}

.quick-view-holder.product-details .details .price {
  line-height: 33px;
}

.quick-view-holder .details .price .product-market-price{
  font-size: 33px;
  float:left;
}

.quick-view-holder .details .price .list-price {
  text-decoration: line-through;
  font-size: 14px;
  float:left;
  margin-left: 15px;
}

.quick-view-holder .details .price .custom-price {
  float:left;
}

.quick-view-holder .details .price .custom-price label {
  line-height: 33px;
}

.quick-view-bottom .quick-data td,
.quick-view-holder .quick-data td {
  width: 50%;
  vertical-align: top;
}

.quick-view-holder .details .quick-data .save {
  color: #fff;
  padding: 2px 10px;
  display: table;
  width: auto;
  font-size: 13px;
}

.quick-view-holder .quick-data .option.qty-holder {
  margin: 15px 0 0 0;
}
.quick-view-holder .quick-data .option.qty-holder .buttons-row {
  margin: 7px 0 0 0;
}

.quick-view-holder .quick-data .option.qty-holder .buttons-row .main-button {
  margin-bottom: 20px;
}

.quick-view-holder .quick-data .more-link {
  text-align: right;
}
.quick-view-holder .quick-data .more-link a {
  text-decoration: none;
  font-size: 13px;
}

.quick-view-bottom {
  background: #fbfaf9;
  display: table;
}

.quick-view-bottom {
  width: 100%;
  padding: 5px 0px 5px 0;
}

.quick-view-bottom .bottom-buttons {
  float:right;
  width: 56%;
}

.quick-view-bottom .bottom-buttons .quick-data {
  width: 100%;
}

.quick-view-bottom .bottom-buttons .quick-data .more-link {
  vertical-align: middle;
  text-align: right;
  padding-right: 30px;
}

.dynamic-loading {
  background: url(../images/dynamic-loader.gif) no-repeat top left;
  width: 220px;
  height: 20px;
  margin: 0 auto;
  margin-top: 30px;
  display: none;
}

.contact-us-left {
  float:left;
  width: 65%;
}
.contact-us-right {
  float:right;
  width: 33%;
}

.contact-us-right h3 {
  background-color: #f4f4f4;
  font-size: 18px;
  margin:0;
  padding: 5px 0 5px 10px;
  border: none;
  font-weight: 100;
}

.gmap,
.contact-details {
  padding: 0 5px;
}


.contact-details ul {
  list-style-type: none;
  margin: 0 ;
  padding: 10px;
}

.contact-details ul li {
  padding: 2px 0;
}

#gmap-holder {
  border: 1px solid #ccc;
  margin: 8px 0;

}


#theme-switch-holder {
  position: fixed;
  left: -330px;
  top:30%;
  width: 300px;
  background: #f0f0f0;
  z-index: 9999;
  padding: 5px 5px 5px 25px;
}

#theme-switch-holder.active {
  left: -5px;
  border-radius: 5px;
  box-shadow: 0 0 10px -5px #333;
}


#theme-switcher.absolute {
  position:absolute;
  right: -54px;
  top: 0;
  left: auto;
}

#theme-switcher.active {
  right: 0;
  opacity: 1;
}

#theme-switcher {
  position:fixed;
  left:0;
  top: 30%;
  font-size: 40px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 4px 10px;
  cursor: pointer;
  background: inherit;
  opacity: 0.7;
}



#theme-switch-holder.active #theme-switcher {

}

#theme-switcher div {
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;

  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
}

#theme-switcher div:before {
  content:'\f013';
}

#theme-switcher div.rotate {
  -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);

}

#theme-switch-holder h2 {
  padding:5px 0 0 0 ;
  margin:0;
  font-weight: 100;
  font-size: 22px;
}
#theme-switch-holder h3 {
  border:0;
  font-size: 16px;
  font-weight: 100;
  padding-top: 10px;
  margin:0;
  color: inherit;
}

#theme-switch-holder ul {
  list-style-type: none;
  padding:0;
  margin:5px 0 0 0;
}

#theme-switch-holder ul li {
  -webkit-transition: all 0.3s ease;
  -moz-transition:    all 0.3s ease;
  -o-transition:      all 0.3s ease;
  -ms-transition:     all 0.3s ease;
  transition:         all 0.3s ease;
}


#theme-switch-holder .colors li {
  float:left;
  margin:0 7px 7px 0;
  width: 26px;
  height: 26px;
  cursor: pointer;
  border-radius: 13px;
}

#theme-switch-holder .colors li:hover {
  width: 28px;
  height: 28px;
  margin-top: -2px;
  margin-left: -2px;
}


#theme-switch-holder .bgs li {
  float:left;
  margin:0 7px 7px 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid #ccc;
  padding: 1px;
  position: relative;
}

#theme-switch-holder .bgs li:hover {
  width: 53px;
  height: 53px;
  margin-top: -3px;
  margin-left: -3px;
}


#theme-switch-holder .bgs li img {
  width:100%;
  border-radius: 6px;
  position:absolute;
  top:0;
  bottom:0;
  margin: auto 0;
  left:0;
}


#background {
  position:absolute;
  height:100%;
  width: 100%;
  top:0;
  left:0;
}



/**
 * Dialog message container
 */
	/*
 .blockMsg {
   display: none !important;
 }
 .blockUI.blockMsg.blockPage {
	 display: block !important;
 }
 */

#dialog-message {
  margin: 5px auto 5px;
  width: 98%;
  position: relative;
}

#dialog-message .bg {
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width: 100%;
  opacity: 0.2;
}

#dialog-message .box {
  position: relative;
  border: none;
  padding: 20px 25px 20px 69px;
  vertical-align: middle;
  text-align: left;
  min-height: 0px;
}

#dialog-message a.close-link {
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 22px;
  height: 21px;
  text-decoration: none;
  margin: auto;
}

#dialog-message a.close-link:hover .close-img {
  background-position:  0 -21px;
}

#dialog-message .close-img {
  width: 22px;
  height: 21px;
  background: transparent url("../images/cart-item-delete.png") no-repeat left top;
}

#dialog-message .message-i {
  color: inherit;
  border-color: #7a97c1;
  background: transparent url(../images/msg-i-icon.png) no-repeat 10px 50%;
}

#dialog-message .message-w {
  color: inherit;
  border-color: #c3902f;
  background: transparent url(../images/msg-w-icon.png) no-repeat 10px  50%;
}

#dialog-message .message-e {
  color: inherit;
  border-color: #d30000;
  background: transparent url(../images/msg-e-icon.png) no-repeat 10px 50%;
}

#dialog-message .anchor {
  position: relative;
  margin-left: auto;
  margin-right: 0;
  height: 15px;
  text-align: right;
  vertical-align: middle;
}

#dialog-message .anchor img {
  width: 12px;
  height: 10px;
  vertical-align: middle;
  background: transparent url(../images/goto_arr.gif) no-repeat left top;
}

.dialogtr {
  color: #1a2b3c;
}

div.dropout-box {
  min-width: 150px;
}
.drop-out-button {
  margin-left: 4px;
  padding-top: 2px;
}


.products-list .xpayments-subscription-pt .price-row,
.product-wrapper .xpayments-subscription-pl .price-row {
  width: 100%;
  font-size: 12px;
}
.products-list .xpayments-subscription-pt .price-value .currency,
.product-wrapper .xpayments-subscription-pl .price-value .currency {
  display: inline;
  font-size: 16px;
}
.products-list .xpayments-subscription-pt .market-price,
.product-wrapper .xpayments-subscription-pl .market-price {
  margin-top: 3px;
  margin-left: 3px;
  float: none;
  font-size: 12px;
  text-decoration: line-through;
}


.xb-wrapper ul,
.xb-wrapper ul li {
  width: 100% !important;
  height: auto !important;
  margin: 0 auto !important;
}


/* BCSE Modifications Begin -- ENV-108-68735 NMP 2016-04-04 */
img { max-width: 100%; }
.hp-small-banners::after { clear: both; }
.hp-small-banners::before, .hp-small-banners::after { content: " "; display: table; }
.hp-small-banners, .hp-small-banners *,.hp-small-banners::before, .hp-small-banners *::before, .hp-small-banners::after, .hp-small-banners *::after { box-sizing: border-box; }
.hp-small-banners { margin: 0 auto; width: 100%; display: flex; align-items: center; justify-content: center; flex-flow: row nowrap; }
.hp-small-banners > div { flex: 1 1 25%; /*float: left; position: relative; width: 25%;*/ padding-left: 0.125rem; padding-right: 0.125rem; }
.hp-small-banners > div#hp-right-banner-1 { /*text-align: left;*/ }
.hp-small-banners > div:first-child { /*padding-left: 0;*/ }
.hp-small-banners > div#hp-right-banner-4 { /*text-align: right;*/ }
.hp-small-banners > div:last-child { /*padding-right: 0;*/ }
.hp-small-banners > div a { display: block; }
.banner-rotator { visibility: hidden; }
.banner-rotator.slick-initialized { visibility: visible; }

#xmr-menu-3.xmr-menu.mag { background: #FFF; font-family: Arial, sans-serif;}
.xmr-menu.uwh ul.xmr-nav, .xmr-menu.mag ul.xmr-nav { width: 100%; border-bottom: 1px solid #e6e6e7; border-top: 1px solid #e6e6e7; }
.xmr-menu.uwh ul.xmr-nav > li, .xmr-menu.mag ul.xmr-nav > li { border-left: 1px solid #e6e6e7; padding: 1rem 0.625rem; }
.xmr-menu.uwh ul.xmr-nav > li:first-child, .xmr-menu.mag ul.xmr-nav > li:first-child { border-left: medium none; }
.xmr-menu.uwh ul.xmr-nav > li > a, .xmr-menu.mag ul.xmr-nav > li > a { font-size: 1.1rem; font-weight: bold; font-family: 'PT Sans Narrow', Arial Narrow,Arial,sans-serif; }
.xmr-menu.uwh ul.xmr-nav > li a.dropdown-toggle::after, .xmr-menu.mag ul.xmr-nav > li a.dropdown-toggle::after { color: #ED1E32; content: "\f0dd"; display: inline-block; font-family: fontawesome; padding: 0 0 0 0.25rem; position: relative; transform: translate(0px, -20%); -webkit-transform: translate(0px, -20%); }
.xmr-menu.uwh ul.xmr-nav > li.open a.dropdown-toggle::after, .xmr-menu.mag ul.xmr-nav > li.open a.dropdown-toggle::after { color: #a5a7a9; }
.xmr-menu.mag ul.xmr-nav .xmr-columns-holder li.header { background: transparent none repeat scroll 0 0; }
.xmr-menu.mag .xmr-nav .xmr-columns-holder li.header .promo-1 { font-family: "PT Sans Narrow",Arial Narrow,Arial,sans-serif; /*font-size: 0.875rem;*/ font-weight: bold; text-align: left; text-transform: uppercase; }
.xmr-menu.mag .xmr-columns-holder .promo-1 { text-align: left; text-transform: uppercase; font-family: "PT Sans Narrow", Arial Narrow, Arial, sans-serif; }
.xmr-menu.mag .xmr-columns-holder li:first-child:not(.header) { /*padding-top: 42px;*/ margin-top: 0;}
.xmr-menu .xmr-nav .xmr-popup-content { padding: 0.5rem 1rem; }
.xmr-nav .xmr-col-1, .xmr-nav .xmr-col-2, .xmr-nav .xmr-col-3, .xmr-nav .xmr-col-4, .xmr-nav .xmr-col-5, .xmr-nav .xmr-col-6, .xmr-nav .xmr-col-7 { padding: 0 0.5rem; }
.xmr-menu.mag .xmr-nav .xmr-columns-holder li { padding: 0; }
.xmr-menu .xmr-popup-content a.xmr-image-url div.productInfo { display: none; }
.xmr-menu .xmr-nav li.xmr-image-holder:not(.header) { margin-top: 0.25rem; }
#xmr-menu-3.xmr-menu.mag .xmr-popup { box-shadow: 0 3px 0 0 rgba(0,0,0,0.5); }

/* .xmr-menu .dropdown.xmr-100width .xmr-popup */
.xmr-menu .dropdown .xmr-popup { 
	transform: translateY(-1px);
}

#header .line1 div.search { float: left; }
#page-container #content-container, #page-container .line0-menu, #page-container .line1, #page-container .main-middle { max-width: 1000px; min-width: 0; }
#header .line0 { max-width: 1000px; margin: 0 auto; position: relative; }
.uo-container div#content-container { padding-bottom: 0; }
#page-container2.shadow { background: none; }
div#center.shadowed { background: #f1f2f2 none repeat scroll 0 0; padding-left: 20px; padding-right: 20px; box-sizing: border-box; }
#center.shadowed .transparent-bg.welcome-page div#center-main { background: transparent none repeat scroll 0 0; padding: 0; }
div#center.shadowed div#center-main { padding: 0 20px; background: #FFF; }
.hp-products { background: #fff none repeat scroll 0 0; display: block;/* margin: 1rem 0;*/ position: relative; padding: 0 10px 10px; box-sizing: border-box; }

.hp-products:empty { margin: 0; }
.products-slide .line-products .price span.currency { color: #000; font-weight: bold; }
.products-slide ul.line-products > li { margin-bottom: 0.5rem; margin-top: 0.5rem; }
.products-slide ul.line-products > li > div.line-prod-wrap { padding: 0 0.5rem 1.5rem; border-right: 1px solid #f1f2f2; box-sizing: border-box; position: relative; }
.line-products li h4 { text-align: center; min-height: 100px; }
.line-products li a { color: #263b6d; }
.products-slide .line-products li .price { display: block; text-align: center; width: 100%; }
.products-slide .list-price .currency { color: #919396; font-size: 0.875rem; text-decoration: line-through; }
.save-percent { /*bottom: 3.5rem;*/ clear: both; display: block; /*position: absolute !important;*/ text-align: center; width: 100%; min-height: 20px; }
.save-percent > span { color: #d3212f; font-size: 1rem; }
.list-price { /*bottom: 2.5rem;*/ clear: both; /*position: absolute !important;*/ text-align: center; width: 100%; min-height: 20px; }
.welcome-title { clear: both; color: #000; display: flex; height: 50px; align-items: center; justify-content: center; font-family: "PT Sans Narrow",Arial Narrow,Arial,sans-serif; font-size: 1.25rem; margin: 0; text-align: center; text-transform: uppercase; }
.home-tweets { width: 48%; margin-left: 2%; float: left; }
.tweet-box,.home-xcms .dialog { background: #fff none repeat scroll 0 0; margin: 0.5rem 0; padding: 0.5rem 1rem 0.5rem 1rem; position: relative; display: block; height: 480px; }
.home-xcms .dialog .content { display: block; max-height: 470px; min-height: 200px; overflow: auto; position: relative; }
.xcms-entry-row { border-bottom: 1px solid #e4e6e6; display: block; margin: 0.35rem 0; padding: 0.5rem 0; position: relative; }
.tweet-wrap { border: 1px solid #e4e6e6; border-radius: 3px; padding: 0.5rem 0 0; }
.tweet-top { display: block; min-height: 3.5rem; position: relative; width: 100%; }
.tweet-top > h4 { font-size: 1.25rem; left: 1rem; margin: 0; position: absolute; top: 50%; transform: translate(0px, -50%); -webkit-transform: translate(0px, -50%); }
.tweet-follow { position: absolute; right: 1rem; top: 50%; transform: translate(0px, -50%); -webkit-transform: translate(0px, -50%); }
#tweets { display: block; max-height: 350px; min-height: 100px; overflow: auto; width: 100%; }
#tweets > ul { list-style: outside none none; margin: 0; padding: 0; position: relative; }
#tweets li { border-bottom: 1px solid #e4e6e6; padding: 0.75rem 0 0.75rem 1rem; position: relative; vertical-align: middle; }
#tweets li > a { display: inline-block; vertical-align: middle; width: 48px; }
.tweets_txt { box-sizing: border-box; display: inline-block; padding-left: 0.5rem; vertical-align: middle; width: calc(100% - 48px); }
.tweets_txt > span { min-width: 75px; position: absolute; right: 0; top: 0.75rem;	}
.tweet-bottom { background: #e4e6e6 none repeat scroll 0 0; padding: 0.5rem 1rem; position: relative; }

.footer-row { border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; clear: both; display: block; padding: 0; position: relative; width: 100%; box-sizing: border-box; font-size: 0; }
.secure-shop { border-right: 1px solid #ccc; display: inline-block; padding: 0.75rem 0 0.75rem 1.5rem; position: relative; text-align: left; width: 50%; box-sizing: inherit; }
#cc-icons { display: inline-block; padding: 0.75rem 0 0.75rem 1.5rem; position: relative; text-align: left; width: 50%; box-sizing: inherit; vertical-align: top; padding:  }
.footer-row h3 { border: medium none; color: #7f8183; font-size: 1.125rem; text-transform: uppercase; }
.shipping-notice, .news-signup { background: #f1f2f2 none repeat scroll 0 0; clear: both; padding: 0.5rem 20px; position: relative; }
.ship-notice-wrap { background: #69893e none repeat scroll 0 0; color: #bcd83d; position: relative; text-align: center; padding: 1.25rem 0; }
.ship-notice-wrap > h3 { border: medium none; color: #fff; font-size: 1.2rem; margin: 0; padding: 0 0 0.5rem; text-transform: uppercase;	}
.ship-notice-wrap > div { font-size: 1rem; }
.news-letter-wrap { clear: both; padding: 0.5rem 20px; position: relative; text-align: center; }
.news-letter-wrap > h3 { border: medium none; color: #000; font-size: 1.2rem; text-transform: uppercase; }
.hnews-note { display: block; margin: 0.5rem auto; position: relative; text-transform: uppercase; }
.news-subscribe { background: #ed1e32 none repeat scroll 0 0; border: medium none; color: #fff; padding: 0.5rem 0.75rem; text-align: center; text-transform: uppercase; }
.hnews-form input.input-email { padding: 0.5rem; }
.hnews-link > a { color: #1381b2; display: block; margin: 0.5rem 0 0; position: relative; text-decoration: none; }
.shipping-checkout-banners { clear: both; float: left; position: relative; width: 100%; padding: 0; }
.home-page .shipping-checkout-banners { border-top: 1px solid #bbb; border-bottom: 1px solid #bbb; margin: 1rem 0; }
.shipping-checkout-banners .xb_gallery { float: left; position: relative; width: 25%; }
.main-middle { clear: both; display: block; padding: 0 20px; position: relative; }
ul#quick-links li h2 { color: #7f8183; font-size: 0.975rem; text-transform: uppercase; }
ul#quick-links > li { width: 20%; }
ul#quick-links { width: 100%; padding: 0; }
#quick-links ul#social-icons li { float: left; margin-left: 0.25rem; }
#quick-links ul#social-icons li:first-child { margin: 0; width: 100%; }
div#ql-holder div.main-middle { box-sizing: border-box; }
.quick_help { float: left; margin: 0; min-width: 150px; position: static; height: 30px; vertical-align: middle; }
.top_social { float: left; margin: 0; min-width: 75px; position: static; height: 30px; vertical-align: middle; }
.top_social ul { list-style: outside none none; margin: 0; padding: 0; position: relative; }
.top_social ul#social-icons li { float: left; margin-left: 1rem; }
.quick_help.jsvert span { color: #000; display: block; text-align: center; }
.quick_help  a { color: #3b77bd; display: block; text-align: center; text-decoration: none; }
.copyright-row { clear: both; position: relative; text-align: center; }
#bottom-footer > div { box-sizing: border-box; margin: 0 auto; max-width: 1000px; padding: 20px 0 0; }
ul#left-side-cats li h3 a { color: #000; }
#center-bg { clear: both; display: block; position: relative; background: #FFF; float: left; width: 100%; }
#center-bg.transparent-bg { background: transparent; }
div#location { padding: 0.75rem 0 0.75rem 1rem; background: #FFF; margin: 0; border-bottom: 1px solid #f1f2f2; clear: both; text-align: left; min-height: 0; line-height: normal; }
div#blocation { padding: 0.75rem 0 0.75rem 1rem; background: #FFF; margin: 0; border-top: 1px solid #f1f2f2; clear: both; text-align: left; min-height: 0; }
#location a.bread-crumb, #location font.bread-crumb, #blocation a.bread-crumb, #blocation font.bread-crumb { color: #415e9b; font-size: 10px; }
#location span, #blocation span { padding: 0 0.25rem; font-size: 13px; }
#left-section .title { background: #f1f2f2 none repeat scroll 0 0; border-bottom: 1px solid #dfe0e1; }
#left-section .title h2 { color: #000; font-weight: bold; text-align: left; padding-left: 0.5rem;  }
#left-section .menu-dialog { border: 1px solid #dfe0e1; box-sizing: border-box; margin: 0.25rem 1rem 0; position: relative; }
#left-section .menu-dialog.noborder { border: none; }
.simple-products-menu { display: block; position: relative; }
.menu-prod { display: block; position: relative; }
.prod-img { display: block; position: relative; }
#left-section .prod-img > a { margin: 0 auto; position: relative; }
.prod-img img { margin: 0 auto; }
.prod-name { display: block; position: relative; }
.prod-name > h4 { margin: 0.5rem 0 0; text-align: center; }
#left-section .menu-dialog .prod-name > h4 > a { color: #324473; text-decoration: none; }
#left-section .menu-dialog .prod-name > h4 > a:hover { text-decoration: underline; }
.prod-price { display: block; margin: 0.5rem 0 0; position: relative; text-align: center; }
#left-section .menu-dialog .prod-price .currency { color: #000; font-size: 1.1rem; font-weight: bold; }
#subcategories .subcategories > a { color: #415e9b; }
#left-section .menu-dialog.menu-noborder { border: medium none; }
button.big.added-to-cart-button .button-left, button.big.add-to-cart-button .button-left { background: #f06729; }
button.big.add-to-cart-button .button-right { background: #f06729; }
button.big.add-to-cart-button.button { background: #f06729; padding: 0.5rem 1.5rem; border-radius: 0; border-color: transparent; width: 280px; }
.products button.big.add-to-cart-button.button { border-radius: 0; margin: 0; padding: 0.25rem 0.75rem; }
button.button.add-to-cart-button, button.add-to-cart-button.small .button-right { background: #f06729; padding: 0; border: none; }
button.add-to-cart-button.button span.button-left { background-color: #f06729; padding: 0; margin: 0; text-transform: uppercase; font-size: 26px; font-family: "pt sans narrow"; font-weight: bold; }
button.big.add-to-cart-button span.button-right { padding: 0; margin: 0; }
.button span.button-left .fa, .button span.button-left img { margin-right: 1rem; }
button.button, div.button { background-color: #ed1e32; }
#center .dialog { border-width: 0; }
div#center div#center-main.right-column { padding-right: 1rem; padding-left: 0; float: left; }
#center-main.right-column .dialog .title { background: #F1F2F2; color: #000; }
#center-main.right-column .dialog .title h2 { color: #000; text-transform: uppercase; font-weight: bold; }
.products-list > ul > li { /*box-sizing: border-box;*/ border: none; }
.products-list.n4 li:nth-child(4n+5) { clear: left; }
.dialog .view-switcher { float: right; margin-right: 20px; }
.quantity select { -moz-appearance: none; -webkit-appearance:none;v}
.quantity select::-ms-expand { display: none; }
.products .buy-now .quantity { float: left; line-height: 27px; margin-right: 5px; }
.products .details-right .buttons-row { float: left; margin: 0; }
button.big.added-to-cart-button .button-left, button.big.add-to-cart-button .button-left { height: auto; line-height: normal; }
.product-details .details h1 { font-family: "PT Sans Narrow",Arial Narrow,Arial,sans-serif; font-size: 1.5rem; font-weight: bold; text-transform: none; margin-bottom: 0.25rem; }
.prod-details-row { border-bottom: 1px solid #e4e5e5; border-top: 1px solid #e4e5e5; display: block; float: left; /*margin: 0 0 0.5rem;*/ padding: 0.25rem 0; width: 100%; }
#prod-sku { float: left; margin-right: 1.5rem; position: relative; line-height: 21px; }
.prod-row-data { margin-right: 1.5rem; position: relative; line-height: 21px; } 
.product-details .rating { display: block; float: left; }
.rating .comment a { display: inline-block; line-height: 21px; margin: 0 0.125rem; color: #000; }
.acr-general-product-rating td.comment { line-height: 21px; padding-top: 0; }
.availability-box { display: block; margin: 0 0 0.5rem; position: relative; clear: both; }
.availability-box .avail > div {  clear: both;  font-size: 1.125rem; font-weight: bold; padding: 0.5rem; text-transform: uppercase; }
.availability-box .availability-instock { background: #69893e; color: #bcd83d; }
.availability-box .availability-lowstock { background: #eadc3d; color: #000; }
.availability-box .availability-outofstock { background: #000; color: #FFF; }
.availability-box .availability-preorder { background: #ed8131; color: #FFF; }
.availability-box .availability-backorder { background: #ed1e32; color: #FFF; }
.availability-box .ship-time-box { background: #f1f2f2 none repeat scroll 0 0; padding: 0.5rem; position: relative; border-color: #c1c1c2; border-style: solid; border-width: 0 1px 1px; }
.availability-box .shipnote { /*color: #69893e;*/ color: #777; font-size: 0.875rem; }
.rating a.simple-button.feedback-in-details { color: #000; line-height: 21px; margin-left: 0.25rem; }
.availability-box .avail > span { background: #ed8131; color: #fff; display: block; padding: 0.5rem; }
.availability-box span.preorder { /*color: #69893e;*/color: #777; }
.availability-box span.preorder_hover { color: #000; }
div.button.drop-out-button, div.button.wl-product { background: none; }
.panel-box { background: #f7f7f8 none repeat scroll 0 0; border: 1px solid #e8e8e9; clear: both; display: block; margin: 0.25rem 0; padding: 0.75rem 0.25rem; position: relative; text-align: left; width: 100%; box-sizing: border-box; max-width: 140px;  }
#extra_details .panel-box { max-width: none; }
#extra_details div.button.drop-out-button div, #extra_details div.button.wl-product div { line-height: normal; }
.panel-box .printable-bar a { background: none; padding: 0; text-decoration: none; }
#product_notif_P.panel-box { float: none; margin: 0.25rem 0; }
.social-buttons { list-style: outside none none; margin: 0 auto; padding: 0; position: relative; text-align: center; }
.social-buttons > li { display: inline-block; margin: 0 0.25rem 0 0; position: relative; }
.social-buttons img, #social-icons img { width: 34px; height: 34px; display: block; }
.panel-box .printable-bar a { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; padding: 0; text-decoration: none; }
.panel-box h5 { font-size: 1rem; margin: 0.15rem 0 0.35rem; text-transform: uppercase; text-align: center; }
.panel-box a, .panel-box div.button.drop-out-button > div, .panel-box div.button.wl-product > div { color: #415e9b; /*font-size: 0.875rem;*/ font-size: 10px; font-family: Arial; white-space: normal; text-decoration: none; }
.panel-box a { display: flex; align-items: center; }
.panel-box a:hover { text-decoration: none; }
.panel-box a .fa, .panel-box div.button.drop-out-button .fa, .panel-box div.button.wl-product .fa { color: #babcbe; margin: 0 0.5rem; font-size: 1.125rem; width: 20px; }
.product-details .panel-box .ask-question { margin: 0; }
.panel-box div.button.drop-out-button, .panel-box div.button.wl-product { padding: 0; height: auto; margin: 0; display: block; text-align: left; }
#price-wrapper { box-sizing: border-box; display: block; float: left; padding-right: 20px; width: 70%; }
.panel-row { clear: both; display: block; float: left; position: relative; width: 100%; margin: 0.125rem 0;	}
.panel-row .panel-name { color: #babcbe; display: block; float: left; text-transform: uppercase; /*width: 46%;*/ min-width: 150px; }
.panel-row .panel-value { display: block; float: left; position: relative; width: 100%; }
.panel-row .panel-name + .panel-value { width: 50%; }
#extra_details { float: right; width: 30%; }
.panel-row .buttons-row-right, .panel-row .buttons-row { height: auto; clear: both; margin: 0.5rem 0 0; }
.panel-row input#product_avail_input { text-align: center; }
.product-details .panel-value.alter-currency .currency { color: #aaacae; font-size: 14px; text-decoration: line-through; }
.product-details { font-size: 14px; display: flex; flex-flow: row nowrap; }
.product-details div.image { flex-grow: 0; flex-shrink: 1; }
.product-details div.details { flex-grow: 1; flex-shrink: 0; display: block; }
.panel-value.savings { color: #ec2b27; }
.panel-value.prod-price span.currency { color: #000; font-weight: bold; }
#price-wrapper .prod-price .product-market-price { text-align: left; }
.panel-value #details2 { float: none; margin: 0; }
.full-description h3 { background: #f1f2f2 none repeat scroll 0 0; border: medium none; color: #000; font-size: 16px; margin: 0.5rem 0 0.75rem; padding: 0.75rem; text-transform: uppercase; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #000; font-size: 20px; font-family: "pt sans narrow"; padding: 0.25rem 0.5rem; text-transform: uppercase; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #000; font-size: 20px; font-family: "pt sans narrow"; padding: 0.25rem 0.5rem; text-transform: uppercase; }
.ui-tabs .ui-tabs-nav li { background: #f1f2f2; border: 1px solid #d6d8d9; border-radius: 0; height: 50px; }
.ui-tabs .ui-tabs-panel { background: #fefefe; border: 1px solid #d6d8d9; }
.ui-tabs .ui-tabs-nav li.ui-state-active, .ui-widget-content.ui-tabs .ui-tabs-nav li.ui-state-active, .ui-widget-header .ui-tabs-nav li.ui-state-active { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; background: #fefefe none repeat scroll 0 0; border-color: #d6d8d9; border-image: none; border-style: solid; border-width: 1px 1px 0; margin-top: 1px;  padding-top: 1px; }
.line0-menu .line0-menu-right a { font-family: Arial; font-weight: bold; }
.minicart-total { font-family: Arial; font-size: 14px; font-weight: bold; margin-right: 1rem; }
.menu-top-links { margin: 0; }
#header .line1 { height: 90px; }
.secure-shop .xb_gallery { float: left; margin-right: 0.5rem; max-width: 200px; }
#bottom-footer > div.news-signup { padding: 20px 0; }
#header .menu-minicart img.icon { background-image: url("../images/menu-cart-icon_41x35.png"); background-repeat: no-repeat; background-position: center; background-color: transparent; background-size: 27px 23px; background-attachment: scroll; }
.minicart-box { min-width: 400px; }
.minicart-box .minicart-buttons-holder { border-width: 1px 0 0 0; border-color: #d2d2d2; }
.minicart-box .minicart-buttons-holder .minicart-buttons > button { background: #f06729; height: 30px; }
.minicart-box .minicart-buttons-holder .minicart-buttons > .clear-cart a { color: #D3212F; }
.minicart-box .minicart-buttons-holder .minicart-buttons > a { background: #D3212F; }
.ui-widget { font-family: Arial, sans-serif; }
.products button.add-to-cart-button.button span.button-left { font-size: 16px; }
.products button.add-to-cart-button.button { padding: 0.5rem 1rem; }
.products .details-right .buttons-row { margin: 0.5rem 0 0; height: auto; }
.products-list button.button.add-to-cart-button { margin-right: 0.5rem; }
.products-list button.add-to-cart-button.button span.button-left { width: 20px; }
.customer-notifications { clear: both; display: block;/* padding-bottom: 10px;*/ background-color: #F2F2F2; position: relative; }
.products .acr-container .comment > a { display: table; margin: 0 auto; }
.products .acr-container .dropdown-button a { display: block; height: 15px; width: 15px; }
.prod-info-row { clear: both; display: block; margin: 0.75rem 0 0; position: relative; color: #000; }
.products .name, .products-grid-view .name { color: #babcbe; }
.products .notify-button { margin-left: 0.75rem; }
.products .notify-button > a { color: #415e9b; font-family: arial; text-decoration: none; white-space: nowrap; }
.products .notify-button > a > .fa { color: #babcbe; font-size: 1.125rem; margin-right: 0.5rem; }
.products .availability-instock, .products-grid-view .availability-instock { color: #44BB44; font-weight: bold; text-transform: uppercase; }
.products .availability-outofstock, .products-grid-view .availability-outofstock { font-weight: bold; text-transform: uppercase; color: #000000; }
.products .availability-backorder, .products-grid-view .availability-backorder { color: #FF0000; font-weight: bold; text-transform: uppercase; margin-right: 0.5rem; }
.products .availability-preorder, .products-grid-view .availability-preorder { font-weight: bold; text-transform: uppercase; margin-right: 0.5rem; }
.products .availability-lowstock, .products-grid-view .availability-lowstock { font-weight: bold; text-transform: uppercase; color: #FF9630; }
.products .details-right .market-price .price-save { color: #ec2a30; display: block; width: 100%; text-align: center; }
.products .market-price .market-price-value .currency { color: #919396 !important; display: block; text-align: center; text-decoration: line-through; }
.products .details-right .price .price-value .currency { color: #000; display: block; font-family: arial; font-size: 26px; font-weight: bold; text-align: center;}
.products .details-right .buy-now .quantity input { border: 1px solid #bbb; color: #000; /*font-size: 1rem; height: 35px; padding: 0 0.25rem; text-align: center; width: 20px;*/ padding: 0.35rem 0; font-size: 16px; text-align: center; line-height: normal; height: auto !important; border-radius: 0; }
.products button.add-to-cart-button.button { margin-left: 10px; padding: 0.25rem 0.5rem; width: auto; }
.products .details-right .buy-now .buttons-row { margin: 0; }
.products-list .price-cell .market-price { text-decoration: none; float: none; display: block; text-align: center; margin-top: 0.25rem; }
.products-list .price-cell .market-price .market-price-value { color: #919396 !important; text-decoration: line-through; display: block; }
.products-list .price-cell .market-price .price-save { color: #ec2a30 !important; /*text-decoration: line-through;*/ display: block; margin: 0.35rem 0; }
.products-list .price-cell .price-row { float: none; text-align: center; display: block; width: 100%; }
.products-list .price-cell .price-row .currency { color: #000; font-size: 26px; font-weight: bold; text-align: center; }
.products-list .acr-container .comment > a, .products .acr-container .comment > a, .products-slide .acr-container .comment > a { display: block; text-align: center; text-decoration: none; }
.products-list .acr-general-product-rating table, .products .acr-general-product-rating table, .products-slide .acr-general-product-rating table { width: 100%; }
.products-list .rating-box > div, .products .rating-box > div, .products-slide .rating-box > div { width: 100% !important; }
.products-list .rating, .products .rating, .products-slide .rating { margin: 0 auto; }
#tweets iframe#twitter-widget-2 { min-width: 100% !important; }
#wl-prices table tr th, #wl-prices table tr td { padding: 4px 10px; }
#wl-prices table tr th { background: #bdbec0; }
#wl-prices table tr td { background: #f3f3f3; }
.products .ef-box { border-left: 1px solid #9ea0a2; clear: both; display: inline; margin-left: 5px; padding-left: 5px; position: relative; }
.products .ef-box:first-child { border: medium none; margin: 0; padding: 0; }
.products .ef-value { display: inline; margin-left: 3px; position: relative; }
.buy-now .quantity > a { color: #415e9b; display: block; text-align: center; text-decoration: none; white-space: normal; line-height: 16px; }
.products-grid-view .grid-view button.add-to-cart-button.button span.button-left { font-size: 16px; width: auto; }
.products-grid-view button.button.big.add-to-cart-button { margin: 0; padding: 0.25rem 0.75rem; width: auto; border-radius: 0; }
.products-grid-view .grid-view .quantity input[type="text"] { font-size: 16px; padding: 0.35rem 0; text-align: center; }
.home-xcms { width: 50%; float: left; }
.home-section-title > h2 { color: #000; font-family: "pt sans narrow",sans-serif; font-size: 1.5rem; margin: 0.75rem 0; text-align: center; text-transform: uppercase; }
/*#left-section { background: #FFF; }*/
.menu-dialog.menu-refine-filters .content { background: #f1f1f3; }
.buy-now button.add-to-cart-button.small .button-left { text-indent: 0; }
div.button.outline-button, button.button.outline-button, a.button.outline-button { background: #fff none repeat scroll 0 0; padding: 0 1rem; }
.button.outline-button.grey-outline { border: 1px solid #c9cacc; }
.button.outline-button > a{ text-transform: uppercase; }
.button.outline-button.grey-outline > a { color: #c9cacc; }
div.opc-container #center-bg #center-main { width: auto; }
.cart-products-header > div.base-color0-bg { box-sizing: border-box; color: #000; float: left; font-family: "pt sans narrow",sans-serif; font-size: 16px; font-weight: bold; padding: 0.5rem 0; text-align: center; text-transform: uppercase; width: auto; }
.fw-cart .cart-products-header { display: flex; }
.fw-cart .cart-products-header .header-image { /*width: 50% !important;*/width: auto; flex: 1 1 auto; order: 1; text-align: left !important; padding-left: 1rem !important; }
.fw-cart .cart-products-header .header-price { /*width: 15% !important;*/width: auto; flex: 0 0 15%; order: 2;}
.fw-cart .cart-products-header .header-quantity { /*width: 20% !important;*/width: auto; flex: 0 0 20%; order: 3; }
.fw-cart .cart-products-header .header-subtotal { /*width: 15% !important;*/width: auto; flex: 0 0 15%; order: 4; }
.cart-products-holder .cart-item { border-width: medium 0 1px; width: 100%; box-sizing: border-box; display: -webkit-flex; display: -ms-flexbox; display: flex; overflow: hidden; }
.cart-products-holder .cart-item .image { float: none; order: 1; width: auto; flex: 0 0 18%; }
.cart-products-holder .cart-item .details { border: none; width: auto; box-sizing: border-box; float: none; order: 2; flex: 1 1 auto; }
.cart-products-holder .cart-item div.price { position: relative; top: auto; margin: 0; float: none; order: 3; flex: 0 0 15%; width: auto; text-align: center; }
.cart-products-holder .cart-item div.price .pvalue { position: relative; top: 50%; transform: translate(0px, -50%); -webkit-transform: translate(0px, -50%); }
.cart-products-holder .cart-item .subtotal { border: none; position: relative; float: none; order: 5; flex: 0 0 15%; width: auto; margin: 0; }
.cart-products-holder .cart-item .subtotal > div { position: relative; margin: 0 auto; transform: translate(0px, -50%); -webkit-transform: translate(0px, -50%); top: 50%; text-align: center; color: #000; left: auto; }
.cart-products-holder .cart-item .quantity { border: none; position: relative; float: none; order: 4; flex: 0 0 20%; width: auto; margin: 0; }
.cart-products-holder .cart-item .quantity > div { position: relative; margin: 0 auto; transform: translate(0px, -50%); -webkit-transform: translate(0px, -50%); top: 50%; text-align: center; display: table; }
.cart-item .quantity .qty-wrapper { float: left; position: relative; }
.cart-item .quantity .button-row, .cart-item .quantity .button-row-right { height: auto; line-height: normal; margin-top: 5px; padding: 0; text-align: right; }
.checkout-container .cart-border { background: none; border-width: medium 0 1px; width: 100%; box-sizing: border-box; float: left; clear: both; display: block; position: relative; }
.cart-border #table_totals span.currency { color: #7bb427; font-weight: bold; margin-left: 1.5rem; }
table.totals tr td.total { font-family: "pt sans narrow",sans-serif; text-transform: uppercase; }
.checkout-container a.image-button.cart-checkout-button img { background: url('../images/mdd-checkout_full.png') no-repeat scroll 0 0 transparent; height: 104px; width: 280px; background-size: 280px 104px; };
a.image-button { display: block; }
.checkout-container .paypal-cart-button { height: auto; margin-bottom: 1rem;	}
.checkout-container .paypal-cart-button div { height: auto; width: auto; }
.amazon-payment-button-loaded { display: block; }
.cart-box { box-sizing: border-box; display: inline-block; position: relative; /*width: 50%; float: left;*/ }
.cart-box.cart-left { float: left; width: calc(100% - 400px); display: block; }
.cart-box.cart-right { float: right; width: 300px; }
.checkout-container .fw-cart { width: 100%; }
.checkout-container .fw-cart .buttons .right-buttons-row { width: auto; }
.cart-border .buttons-row { float: left; padding: 7px 0 7px 7px; position: relative; }
button.button.gray-button { background: #bdbec0 !important; height: auto; padding: 0.35rem; }
button.button.gray-button .button-right { height: auto; line-height: normal; padding: 0;	}
button.button.gray-button .button-left { color: #FFF; padding: 0; height: auto; line-height: normal; font-weight: bold; text-transform: uppercase; }
div.checkout-container #center .cart-box .data-table input[type="text"],div.checkout-container #center .cart-box .data-table input[type="password"], div.checkout-container #center .cart-box .data-table select { border: 1px solid #000 !important; border-radius: 0; box-shadow: none; height: auto; }
.cart-box.cart-left > div { background: #f3f3f4 none repeat scroll 0 0; display: block; margin-top: 1rem; padding: 1.25rem 1rem; position: relative; width: 100%; box-sizing: border-box; float: left; clear: both; border: none; }
.cart-box.cart-left > div h2 { font-family: "pt sans narrow",sans-serif; margin: 0; text-transform: uppercase; }
.cart-box.cart-left .cart-note { color: #adafb2; margin: 0.75rem 0; }
.cart-border .totals { margin: 0; float: right; position: relative; display: block; width: auto; }
.cart-item .delete { /*position: absolute; top: 50%;*/ position: relative; top: 0; display: table; /*transform: translate(0,-50%); -webkit-transform: translate(0,-50%);*/ margin: 0 auto; padding: 0; border: none; }
.cart-item .delete img { background: none; }
.cart-item .delete a.button.light-button.gray-button { font-size: 0.75rem; color: #FFF; display: block; padding: 0.25rem 0; /*background: #bdbec0;*/ color: #D3212F; text-decoration: none; text-transform: uppercase; /*border-radius: 50%; padding: 0.125rem 0.35rem; */ }
.cart-item .delete a.button.light-button.gray-button .icon { /*background: #d3212f none repeat scroll 0 0; border-radius: 50%;  height: 20px; line-height: 20px; text-align: center; width: 20px;*/ color: #fff; display: inline-block; font-size: 0.70rem; }
.cart-item .delete a.button .icon::after { background: #D3212F; border-radius: 50%; content: "\2715"; height: 15px; padding: 1px 2px; width: 15px; }
.cart-item .image > a { /*margin-left: 2rem;*/ display: block; }
.cart-item .delete a .fa { font-size: 1.125em; }
.prod-notif .prod-notif-request-submit-line .prod-notif-email.prod-notif-email-default-value { background: #f3f3f4; color: #000; text-transform: uppercase; border-color: #CFD0D2;  }
.prod-notif .prod-notif-text { color: #000; display: block; margin: 0 0 0.5rem; width: 75%; }
.prod-notif-close-btn { background: #bdbec0; color: #fff; display: block; font-size: 20px; height: 20px; line-height: 20px; position: absolute; right: 10px; text-align: center; top: 10px; width: 20px; cursor: pointer; }
.prod-notif a.simple-button { background: #d52130; display: block; margin: 0.35rem 0; max-width: 75px; padding: 0.5rem 0.75rem; text-align: center; }
.prod-notif a.simple-button > span { color: #fff; font-size: 16px; text-transform: uppercase; }
.prod-notif { border-color: #CFD0D2; margin-top: 20px; }
.products-grid-view .acr-container .comment { display: block; }
.products-grid-view .prod-info-row { text-align: center; }
.buttons-cell.grid-view .buy-now { display: table; margin: 0 auto; min-width: 150px; }
.products-list .details > a.product-title { display: block; width: 100%; text-align: center; }
.minicart-box .minicart-buttons-holder .minicart-buttons button, .minicart-box .minicart-buttons-holder .minicart-buttons a { font-weight: bold; text-transform: uppercase; }
.linx-row { display: flex; margin: 0 auto; position: relative; align-items: center; justify-content: center; }
.quick_help a.bar-sep { /*border-left: 1px solid #a7a8aa;*/ display: inline-block; /*padding: 0 0.25rem;*/ }
.quick_help .linx-row a.bar-sep:first-child { border: medium none; padding-left: 0; }
.quick_help.jsvert span.bar-sep {	display: inline; color: #a7a8aa; padding: 0 0.125rem; }
.product-details #product_notif_LB { margin: 0; }
.product-details .prod-notif { margin: 0; }
.flex-row { display: flex; flex-flow: row nowrap; float: none; border: none; }
.prod-details-row.flex-row { display: flex; flex-flow: row nowrap; float: none; border: none; }
.prod-details-row.flex-row > span { flex: 1 1 50%; }
.prod-details-row .prod-row-data > a { color: #3b77bd; text-decoration: none; }
.prod-details-row .prod-row-data { color: #000; }
.prod-details-row .prod-row-value { color: ; }
.dialog.products-dialog.dialog-category-products-list { padding-bottom: 3rem; }
.cart-box.cart-left > div h2.toggle-title { padding-left: 1.5rem; cursor: pointer; }
.cart-box.cart-left > div h2.toggle-title::after { content: "\f055"; font-family: 'fontawesome'; font-size: 20px; font-weight: bold; left: 1rem; position: absolute; }
.cart-box.cart-left > div h2.toggle-title.toggled::after { content: "\f056"; }
.toggle-box { display: none; }
.ship-note { display: block; padding: 0.25rem 0.5rem; position: relative; text-align: center; font-size: 11px; }
.panel-row .panel-name .map-price, .products .map-price, .line-products .map-price { text-decoration: underline; color: #3b77bd;	cursor: pointer; }
.panel-row .panel-name .map-price:hover, .products .map-price:hover, .line-products .map-price:hover  { color: #D3212F; }
.products .map-price, .line-products .map-price { margin: 0 0 0.5rem; width: 100%; text-align: center; display: block; }
.ui-tabs .ui-tabs-nav .ui-tabs-anchor { padding: 0.5em; }
table.product-ask-form { margin: 0 auto; }
.ui-dialog .ui-dialog-title { max-width: 500px; }
form .required { color: red; padding: 0 0.25rem; }
.help-note { max-width: 350px; }
.amazon-payment-button-loaded { margin: 0 auto; }
.quick_help .welcome-mini > span { margin-bottom: 0.35rem; }
.checkout-container #center-bg { padding-bottom: 3rem; }
#header .line1 .logo a img { width: 206px; height: 68px; background-color: #FFF; }
div.opc-authbox a.button { text-transform: uppercase; text-decoration: none; color: #FFF; background: #ed1e32; padding: 0.5rem 1rem; cursor: pointer; }
#center hr { border-color: #A7A9AC; margin: 10px 0; clear: both; }
button.add-to-cart-button img { width: 27px; height: 23px; text-align: center; /*vertical-align: middle;*/ }
.checkout-payments tr.payment-details td { padding: 0; background: transparent; }
/*table.checkout-payments tr:not(.payment-details) td { border-bottom: 2px solid #FFF; }*/
table.checkout-payments tr.payment-separator td { border-bottom: 2px solid #FFF; padding: 0; margin: 0; }
.checkout-payments tr td { border: none; }
.apa-checkout-box { display: flex; flex-flow: row wrap; position: relative; }
.apa-box { flex: 1 1 25%; margin: 1rem 0; padding: 0 0.5rem; box-sizing: border-box; }
#opc_totals table.totals tr td.total-value .currency { color: ; }
.checkout-payments tr td div.checkout-payment-descr { width: 100%; padding: 0.5rem; box-sizing: border-box; }
.checkout-payments td.checkout-payment-paypal label {	margin: 0.5rem 0; display: block; }
.apa-box iframe,.apa-box .widget-container { max-width: 100%; }
.top_social:empty { display: none !important; }
#header .line1 { display: flex; flex-flow: row nowrap; align-items: center; }
#header .line1 .logo { margin-top: 0; display: block;	flex: 0 1 25%; }
#header .line1 div.search { margin-top: 0; display: block; float: none; flex: 1 1 30%; position: relative; }
#header .quick_help { margin-top: 0; display: block; float: none; position: relative; flex: 0 0 25%; text-align: center; }
#header .top_social { float: none; flex: 0 1 20%; position: relative; }
#bottom-footer > div.shipping-notice:empty { padding: 0; display: none; }
.checkout-payments tr td div.checkout-payment-descr:empty { display: none; }
#payWithAmazonDiv_cart img { width: 280px; }
.bar-sep { padding: 0 0.125rem; }
.products .button-holder button.add-to-cart-button.button { height: auto; line-height: normal; margin: 0; }
.cart-products-holder .cart-item .subtotal > div.button-holder { top: 55%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); }
.products .button-holder button.add-to-cart-button.button span.button-left { height: auto; line-height: normal; }
.button-holder button.button.orange-button .button-left { font-family: "pt sans narrow"; font-size: 18px; /* padding: 0.5rem; */ height: auto; line-height: normal; }
.button-holder button.button.orange-button .button-right { padding: 0; }
.button-holder button.button.orange-button { background: #f06729; text-transform: uppercase; }
ul#opc-sections li.opc-section div.opc-payment-options { padding: 0; }
#left-section .menu-dialog .xb_gallery a { display: block; }
#left-section .menu-dialog:first-child { margin-top: 0; }
.xcms-content { margin-top: 10px; }
.opc-section div.address-book-link { height: auto; }

/* Small Screens */
/*
@media only screen and (max-width: 400px) {
	div#center.shadowed { padding: 0; }
}
*/
@media only screen and (max-width: 969px) {
	.hp-small-banners { flex-flow: row wrap; }
	.hp-small-banners > div { /*width: 50%; margin: 0.125rem 0; flex: 1 1 50%; text-align: center;*/ }
	.hp-small-banners > div:nth-child(odd) { /*padding-right: 0.125rem;*/ }
	.hp-small-banners > div:nth-child(even) { /*padding-left: 0.125rem;*/ }
	#header .line1 > div.quick_help, #header .line1 > div.top_social  { margin: 0.5rem 0 0 !important; width: 100%; text-align: center; padding: 0.5rem 0; }
	#header .line1 { float: left; height: auto; position: relative; width: 100%; }
	.navbar-toggle .icon-bar { border: 2px solid #000; }
	.hp-small-banners > div#hp-right-banner-1 { /*text-align: center; padding-left: 0.83333rem;*/ }
	.hp-small-banners > div#hp-right-banner-2 { }
	.hp-small-banners > div#hp-right-banner-3 { /*float: left; text-align: center; padding-right: 0.83333rem;*/ }
	ul#quick-links > li { width: 90%; text-align: left; }
	.details #extra_details { width: 100%; max-width: 100%; -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; }
	#price-wrapper { width: 100%; padding: 0; }
	.dpimages-icons-box { display: none; }
	.dpimages-popup-link { display: none; }
	#xmr-menu-3 .navbar-toggle { display: table; float: none; margin: 0 auto; }
	#xmr-menu-3.xmr-menu.mag .navbar-toggle .icon-bar { border-color: #ed1e32; clear: right; float: right; }
	.navbar-toggle .nav-button-title { display: block; float: left; font-size: 1.125rem; margin: 2px 1rem 0 0; position: relative; }
	.top_social { display: none !important; }
	#cc-icons { width: 100%; }
	.secure-shop { width: 100%; }
	/*.hp-products.full-width .line-products li, ul.line-products li { min-width: 48%; }*/
	#xmr-menu-3.xmr-menu.mag { border-bottom: 1px solid #e6e6e7; border-top: 1px solid #e6e6e7; }
	.xmr-collapse { max-height: 0; }
	div#center div#center-main.right-column { padding-left: 15px; padding-right: 15px; }
	.home-xcms { width: 100%; clear: both; }
	.home-tweets { width: 100%; clear: both; margin: 0; }
	.cart-box.cart-left { width: 100%; }
	.cart-box.cart-right { width: 100%; }
	.cart-box.cart-left > div { width: 100%; clear: both; }
	.cart-box { width: 100%; }
	.cart-products-holder .cart-item { display: block;/* flex-flow: row wrap;*/ }
	.cart-products-holder .cart-item .mobile-delete { display: none; }
	.cart-products-holder .cart-item .delete, .cart-products-holder .cart-item .subtotal { display: block; }
	.cart-products-holder .cart-item .details { width: 50%; /*order: 2; flex: 1 1 50%;*/margin-left: 50%; float: right; }
	.cart-products-holder .cart-item div.price { display: none; }
	/*.cart-products-holder .cart-item .quantity, .cart-products-holder .cart-item .subtotal { margin: 0 0 0 50%; display: block; width: 50%; }*/
	.cart-products-holder .cart-item .quantity { /*order: 3; flex: 1 1 50%;*/ width: 50%; float: right; margin-left: 50%; }
	.cart-products-holder .cart-item .subtotal { /*order: 1; flex: 1 1 100%;*/ width: 50%; float: right; margin-left: 50%; }
	.cart-products-holder .cart-item .image { /*flex: 0 0 100%; order: 0; float: left;*/width: 50%; position: absolute; height: 100%; }
	.cart-products-holder .cart-item .image a { height: calc(100% - 50px); display: block; }
	.cart-products-holder .cart-item .image a img { width: auto !important; height: auto; max-width: 100%; max-height: 100%; margin: 0 auto; }
	.cart-products-holder .cart-item .quantity > div, .cart-products-holder .cart-item .subtotal > div { transform: none; -webkit-transform: none; padding: 0.5rem 0; margin: 0; text-align: left; }
	.checkout-container .fw-cart .buttons .right-buttons-row { margin: 0 auto; }
	.checkout-container .paypal-cart-button, .paypal-cart-button p, .amazon-box p { text-align: center; }
	.paypal-cart-button input {	margin: 0 auto;	display: block;	}
	.amazon-box img {	display: block;	margin: 0 auto;	}
	.cart-border .buttons-row { float: none; margin: 0px auto; display: table; }
	.cart-border .totals { float: none;	margin: 0px auto;	display: table;	}
	.acr-container .comment { display: table; margin: 0 auto; }
	.hp-big-banner { box-sizing: border-box; display: block; margin-bottom: 20px; max-width: 100%; position: relative; width: 100%; }
	.products .details-right .market-price .price-save { text-align: left; padding-left: 0; }
	.products .market-price .market-price-value .currency { text-align: left; }
	.products .details-right .price .price-value .currency { text-align: left; padding-left: 0; }
	.fw-cart .cart-products-header { display: none; }
	.dialog-featured-list { display: none; }
	.prod-details-row.flex-row { display: flex; flex-flow: row wrap; float: none; }
	.prod-details-row.flex-row > span { flex: 1 1 100%; }
	.fw-cart .cart-item .details .image, .fw-cart .cart-item .details .product-info { width: auto; }
	#top-menu-icon-mobile { display: none; }
	div#center.shadowed { padding: 0; }
	.product-details { flex-flow: column; }
	.welcome-title { margin: 1rem 0; }
	.tweet-box, .home-xcms .dialog { margin: 0; padding: 0 1rem 0 1rem; }
	#extra_details .panel-box { display: inline-block; }
	.ui-dialog .ui-dialog-title { max-width: 300px; }
	/*.shipping-checkout-banners .xb_gallery { width: 50%; }*/
	.xb_gallery:nth-child(2n+1) .xbslider .xb-i-holder > table { width: auto !important; float: right; }
	.xb_gallery:nth-child(2n) .xbslider .xb-i-holder > table { width: auto !important; float: left; }
	.hp-big-banner { margin-bottom: 0; }
	.product-details .buttons-row .xbslider { float: left; }
	.panel-row .buttons-row-right, .panel-row .buttons-row { display: flex; }
	.apa-checkout-box { flex-flow: column nowrap; }
	.apa-box { flex: 1 1 100%; padding: 0; }
	#header .line1 { display: block; }
	#header .line1 .logo { margin-top: 0; display: block;	}
	#header .line1 div.search { margin-top: 0; display: block; float: none; position: relative; padding: 0 1rem; max-width: 100%; box-sizing: border-box; }
	#header .quick_help { margin-top: 0; display: block; float: none; position: relative; text-align: center; }
	#header .top_social { float: none; position: relative; }
	#ship-fields-box form {	width: 100%; }
	#ship-fields-box table { table-layout: fixed; width: 100%; }
	#ship-fields-box table tr td:first-child { width: 75px; }
	#ship-fields-box table tr td.data-required { width: 0; }
	#ship-fields-box table tr td:last-child { width: 100%; }
	#ship-fields-box table tr td select { max-width: 100%; }
}
@media screen and (orientation: landscape) and (max-width: 969px) {
	.dialog-category-products-list .products .details-right .market-price .price-save { text-align: left; }
	.dialog-category-products-list .products .market-price .market-price-value .currency { text-align: left; }
	.dialog-category-products-list .products .details-right .price .price-value .currency { text-align: left; }
}

@media only screen and (max-width: 762px) {
	.hp-small-banners > div { width: 50%; padding: 0.125rem 0 0; flex: 1 1 50%; }
	.hp-small-banners > div:nth-child(odd) { text-align: right; padding: 0; }
	.hp-small-banners > div:nth-child(even) { text-align: left; padding: 0; }
	.hp-small-banners .xb_gallery { padding: 0.125rem; }
	.shipping-checkout-banners .xb_gallery { width: 50%; }
	/*#hp-right-banner-3, #hp-right-banner-1, #hp-right-banner-2 { text-align: inherit; }*/
}
/* Medium Screens */
@media only screen and (min-width: 790px) and (max-width: 965px) {
	/*
 .hp-small-banners > div { width: 100%; }
 .hp-small-banners > div#hp-right-banner-1 { text-align: center; padding-left: 0.83333rem; }
 .hp-small-banners > div#hp-right-banner-2 { margin-bottom: 10px; }
 .hp-small-banners > div#hp-right-banner-3 { float: left; width: 100%; text-align: center; padding-right: 0.83333rem; margin-bottom: 10px; }
 */
 #xmr-menu-3.xmr-menu.mag { border-bottom: 1px solid #e6e6e7; border-top: 1px solid #e6e6e7; }
 .top_social { display: none !important; }
 .buy-now button.add-to-cart-button.small .button-left { text-indent: 0; }
}
/* Special Sizing for Menu
@media only screen and (max-width: 970px) {
	#xmr-menu-3 .navbar-toggle { display: block; }
}
*/
/* Large Screens */
@media only screen and (min-width: 970px) and (max-width: 1199px) {

}
/* XL Screens */
@media only screen and (min-width: 1200px) and (max-width: 1800px) {

}
/* XXL Screens */
@media only screen and (min-width: 1800px) {

}
/* BCSE Modifications End -- ENV-108-68735 NMP 2016-04-04 */


div.checkout-container #center .bcse-pp-dpm-form {
    background: transparent;
    box-sizing: border-box;
    display: block;
    padding: 0.5rem 0.5rem 1rem 0.5rem;
    position: relative;
	margin-bottom: 0.5rem;
}

//div.checkout-container #center .bcse-pp-dpm-payment

/*div.checkout-container #bcse-ppf-form.bcse-ppf-form .bcse-ppf-input-group input.bcse-full-width[type="text"] {*/
div.checkout-container #center .bcse-pp-dpm-form input[type="text"] {
    width: 100%;
}

div.checkout-container #center .bcse-pp-dpm-form input[type="text"][data-cvv2] {
    width: 9rem;
	max-width: 75%;
}

/*div.checkout-container #bcse-ppf-form.bcse-ppf-form .bcse-ppf-input-group input[type="text"], div.checkout-container #bcse-ppf-form.bcse-ppf-form .bcse-ppf-input-group select {*/
div.checkout-container #center .bcse-pp-dpm-form input[type="text"] , div.checkout-container #center .bcse-pp-dpm-form select {
    border-radius: 0;
    font-size: 13px;
    height: 35px;
    padding: 0.25rem 0.125rem;
    display: inline-block;
    /*width: auto;*/
    box-sizing: border-box;
}




/* stop cls on load */
@media only screen and (min-width: 970px) {

	#xmr-menu-3.xmr-menu.mag {
		height: 54px;
		/*overflow-y: hidden;*/
	}
	#xmr-menu-3.xmr-menu.mag .xmr-nav {
		height: 54px;
		/*overflow-y: hidden;*/
	}

	.hp-big-banner {
		min-height: 420px;
		max-height: 420px;
		overflow-y: hidden;
	}

	.hp-small-banners {
		min-height: 139px;
	}

	.hp-products {
		height: 460px;
		max-height: 460px;
		overflow-y: hidden;
	}

}
@media only screen and (max-width: 762px) {

	.hp-big-banner {
		min-height: 360px;
		max-height: 360px;
		overflow-y: hidden;
	}

	.hp-small-banners {
		min-height: 428px;
	}

	.hp-products {
		max-height: 425px;
		overflow-y: hidden;
	}

}
@media only screen and (max-width: 500px) {

	.hp-big-banner {
		min-height: 232px;
		max-height: 232px;
		overflow-y: hidden;
	}

	.hp-small-banners {
		min-height: 298px;
	}

}
@media only screen and (max-width: 420px) {

	.hp-big-banner {
		min-height: 200px;
		max-height: 200px;
		overflow-y: hidden;
	}

	.hp-small-banners {
		min-height: 262px;
	}

}
