/* =============================================================================
   Normalize
============================================================================= */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/*
** HTML5 display definitions
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/*
** Links
*/
a {
  background: transparent;
}

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

/*
** Text-level semantics
*/
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*
** Embeded content
*/
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/*
** Grouping content
*/
figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/*
** Forms
*/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

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

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/*
** Tables
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* =============================================================================
   Base
============================================================================= */
@font-face {
  font-family: 'NyalaRegular';
  src: url("../fonts/nyala.eot");
  src: url("../fonts/nyala.eot") format("embedded-opentype"), url("../fonts/nyala.woff2") format("woff2"), url("../fonts/nyala.woff") format("woff"), url("../fonts/nyala.ttf") format("truetype"), url("../fonts/nyala.svg#NyalaRegular") format("svg");
}
body {
  font-size: 18px;
  color: #575757;
  background: #fff;
  font-family: 'NyalaRegular', sans-serif;
}

/*
** Blocks 
*/
div {
  box-sizing: border-box;
}

/*
** Links
*/
a,
a:visited {
  outline-style: none;
  text-decoration: none;
  text-decoration: none;
}

a:hover { text-decoration: none; }

/*
** Headers
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

/*
** Paragraphs
*/
p {
  margin: 0;
}

/*
** Lists
*/
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
** Tables
*/
table {
  width: 100%;
}
table th {
  font-weight: normal;
}
table td {
  vertical-align: middle;
}

/*
** Forms
*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

input,
select,
textarea {
  outline-style: none;
}

textarea {
  resize: none;
}

label,
select,
input[type="radio"],
input[type="submit"],
input[type="checkbox"] {
  cursor: pointer;
}

/* =============================================================================
   Layout
============================================================================= */
.wrap {
  width: 1200px;
  margin: 0 auto;
}

.discountbutton {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -65px;
}

/* Top
--------------------------------------------------------- */
.top {
  line-height: 55px;
  border-bottom: 1px solid #e9e9e9;
}
.top:after {
  content: "";
  display: table;
  clear: both;
}
.top > div {
  width: 50%;
  height: 55px;
  display: inline;
}
.top .left {
  float: left;
  font-size: 18px;
  color: #b39964;
  padding-left: 30px;
  background: url(../images/user/phonesico.gif) no-repeat 0 21px;
}
.top .right {
  float: right;
  font-size: 18px;
  color: #123c6f;
}
.top strong {
  font-size: 24px;
  color: #123c6f;
  font-weight: normal;
}
.top ul {
  float: right;
  display: inline;
  text-transform: lowercase;
}
.top ul:after {
  content: "";
  display: table;
  clear: both;
}
.top li {
  float: left;
  display: inline;
  padding-left: 25px;
  margin-left: 15px;
}
.top a {
  color: #123c6f;
}
.top a:hover {
  color: #b39964;
}
.top .contactlink {
  background-image: url(../images/user/contactlink.png);
  background-repeat: no-repeat;
  background-position: 0 center;
}
.top .accountlink {
  background-image: url(../images/user/accountlink.png);
  background-repeat: no-repeat;
  background-position: 0 center;
}

.top .accountlink span {
	color: #00ccff;
}

/* Head
--------------------------------------------------------- */
.head {
  border-bottom: 1px solid #eaeaea;
}
.head:after {
  content: "";
  display: table;
  clear: both;
}
.head > div {
  display: table-cell;
  vertical-align: middle;
  height: 107px;
  min-height: 1px;
}
.head .left {
  width: 400px;
}
.head .left a {
  float: left;
  display: inline;
  width: 23px;
  height: 23px;
  margin-right: 10px;
}
.head .left a:hover {
  background-position: 0 -23px;
}
.head .center {
  width: 400px;
  text-align: center;
}
.head .right {
  width: 400px;
}
.head .right a {
  float: right;
  display: inline;
  width: 40px;
  height: 40px;
  margin-left: 15px;
  border: 1px solid #e9e9e9;
}
.head .right a:hover {
  background-position: 0 -40px;
}
.head .icolink {
  font-size: 0;
  line-height: 0;
  background-repeat: none;
  background-position: 0 0;
}
.head .facebooklink {
  background-image: url(../images/user/facebooklink.png);
}
.head .tweeterlink {
  background-image: url(../images/user/tweeterlink.png);
}
.head .rsslink {
  background-image: url(../images/user/rsslink.png);
}
.head .cartlink {
  background-image: url(../images/user/cartlink.png);
}
.head .searchlink {
  background-image: url(../images/user/searchlink.png);
}

/* Navigation
--------------------------------------------------------- */
.nav {
  height: 68px;
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid #efefef;
}
.nav > ul {
  text-align: left;
  display: inline-block;
}
.nav > ul > li {
  float: left;
  display: inline;
  position: relative;
  margin-right: 30px;
}
.nav > ul > li > a {
  display: inline-block;
  line-height: 68px;
  color: #123c6f;
}
.nav > ul > li > a:hover {
  color: #00ccff;
}
.nav > ul > li.home a {
  width: 18px;
  height: 16px;
  float: left;
  display: inline;
  margin-top: 25px;
  font-size: 0;
  line-height: 0;
  background: url(../images/user/homeico.png) no-repeat 0 0;
}
.nav > ul > li.home a:hover {
  background-position: 0 -16px;
}
.nav > ul > li.has-child > a {
  padding-right: 15px;
  background: url(../images/user/navarrow.png) no-repeat right center;
}
.nav > ul > li:last-child {
  margin-right: 0;
}
.nav > ul ul {
  display: none;
  position: absolute;
  left: 0;
  top: 55px;
  z-index: 9999;
  width: 250px;
  background: #123c6f;
}
.nav > ul ul li {
  position: relative;
}
.nav > ul ul li.active > a {
  color: #123c6f;
  background: #bbf5ff;
}
.nav > ul ul a {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #fff;
  padding: 0 10px;
}
.nav > ul ul a:hover {
  color: #123c6f;
  background: #bbf5ff;
}
.nav > ul ul ul {
  display: none;
  position: absolute;
  left: 250px;
  top: 0;
}
.nav > ul ul ul ul {
  display: none;
}

/* Banner
--------------------------------------------------------- */
.banner {
  position: relative;
  margin-bottom: 50px;
  border-bottom: 1px solid #e9e9e9;
}
.banner:after {
  content: "";
  display: table;
  clear: both;
}
.banner .shadow {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 15px;
  background: url(../images/user/shadow1.png) no-repeat center 0;
}
.banner .slide {
  height: 432px;
}
.slide-2 {
  padding-left: 495px;
  background: url(../images/user/slide-2.jpg);
}
.slide-2 h3 {
  font-size: 50px;
  color: #123c6f;
  padding-top: 50px;
}
.slide-2 p {
  font-size: 24px;
  color: #00ccff;
}
.slide-1 {
  padding-left: 300px;
  background: url(../images/user/slide-1.jpg);
}
.slide-1 h3 {
  font-size: 80px;
  color: #123c6f;
  line-height: 123px;
}
.slide-1 p {
  font-size: 36px;
  color: #00ccff;
}
.slide0 {
  padding-left: 495px;
  background: url(../images/user/slide0.jpg);
}
.slide0 h3 {
  font-size: 80px;
  color: #123c6f;
  line-height: 123px;
}
.slide0 p {
  font-size: 36px;
  color: #00ccff;
}
.slide1 {
  padding-left: 495px;
  background: url(../images/user/slide1.jpg);
}
.slide1 h3 {
  font-size: 80px;
  color: #123c6f;
  line-height: 123px;
}
.slide1 p {
  font-size: 36px;
  color: #00ccff;
}

.slide2 {
  padding-left: 420px;
  background: url(../images/user/slide2.jpg);
}
.slide2 h3 {
  font-size: 66px;
  color: #00ccff;
}
.slide2 p {
  font-size: 44px;
  color: #123c6f;
  padding: 30px 0;
}

.slide3 {
  padding-left: 495px;
  background: url(../images/user/slide3.jpg);
}
.slide3 h3 {
  font-size: 50px;
  color: #123c6f;
  padding-top: 50px;
}
.slide3 p {
  font-size: 24px;
  color: #00ccff;
}

.slide4 {
  padding-left: 730px;
  background: url(../images/user/slide4.jpg);
}
.slide4 h3 {
  font-size: 72px;
  color: #123c6f;
  padding-top: 55px;
}
.slide4 p {
  font-size: 36px;
  color: #00ccff;
}
.slide4 span {
  display: block;
  font-size: 36px;
  color: #b39964;
  padding-top: 40px;
}

/* Discount
--------------------------------------------------------- */
.discount {
  padding: 13px 35px 5px;
  border: 1px solid #ebebeb;
}
.discount:after {
  content: "";
  display: table;
  clear: both;
}
.discount > div {
  float: left;
  display: inline;
  min-height: 1px;
}
.discount .left {
  width: 958px;
  padding: 13px 0;
}
.discount .right {
  width: 170px;
}
.discount .right img {
  display: block;
}
.discount h3 {
  padding: 13px 0;
  line-height: 37px;
  font-size: 37px;
  color: #123c6f;
}
.discount h3 span {
  padding: 0 10px;
  background: #00ccff;
  color: #ffffff;
}
.discount p {
  padding: 13px 0;
  font-size: 20px;
  color: #b39964;
}

/* Container
--------------------------------------------------------- */
.container {
  padding-top: 14px;
  background: url(../images/user/shadow2.gif) no-repeat 0 0;
}

.cols {
	width: 1135px;
	margin: 0 auto;
  padding: 26px 0 20px;
}
.cols:after {
  content: "";
  display: table;
  clear: both;
}
.cols > div {
  display: inline;
  min-height: 1px;
  box-sizing: content-box;
}
.cols .left {
  float: left;
  width: 250px;
  padding-left: 35px;
  padding-top: 5px;
}
.cols .left .imgbox {
	margin-bottom: 10px;
}
.cols .left .imgbox img {
	display: block;
}
.cols .right {
  float: right;
  width: 756px;
  padding-left: 35px;
  padding-right: 59px;
}

.lnav {
  padding-top: 2px;
}
.lnav h3 {
  padding: 10px 0;
  font-size: 22px;
  color: #123c6f;
  text-transform: uppercase;
}
.lnav ul {
  font-size: 18px;
}
.lnav li {
  border-bottom: 1px solid #f5f5f5;
}
.lnav li:last-child {
  border-bottom: none;
}
.lnav a {
  color: #b39964;
  display: block;
  padding: 6px 0;
}
.lnav a:hover {
  color: #009cff;
}

.content {
	font-size: 12px;
	font-family: Verdana, sans-serif;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #123c6f;
  padding: 10px 0;
}
.content h2 {
  font-size: 30px;
}
.content p {
  padding: 5px 0;
  line-height: 18px;
}
.content p.justify {
  text-align: justify;
}
.content p strong {
  color: #b39964;
  font-weight: bold;
}
.content ul,
.content ol {
  padding: 5px 0;
}
.content ul {
  list-style: disc;
  padding-left: 16px;
}
.content ol {
  list-style: decimal;
  padding-left: 18px;
}
.content li {
	line-height: 18px;
}
.content hr {
  line-height: 0;
  height: 1px;
  border: 0;
  background: #e1d6c1;
}
.content img.block {
  display: block;
}
.content .social {
  padding: 5px 0;
}
.content table {
  border-collapse: collapse;
  width: 100%;
}
.content td {
  padding: 10px 0;
}

.social:after {
  content: "";
  display: table;
  clear: both;
}
.social > div {
  float: left;
  display: inline;
  margin-right: 3px;
}
.social img {
  display: block;
}

/* Infoline
--------------------------------------------------------- */
.infoline {
  margin: 0 0 30px;
  text-align: center;
  font-size: 36px;
  color: #00ccff;
  font-style: italic;
  line-height: 101px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.infoline span {
  display: inline-block;
  padding-left: 130px;
  background: url(../images/user/infolineico.png) no-repeat 0 center;
}
.infoline strong {
  font-size: 48px;
  color: #224979;
  font-weight: normal;
}

/* Bottom
--------------------------------------------------------- */
.bottom:after {
  content: "";
  display: table;
  clear: both;
}
.bottom > div {
  float: left;
  display: inline;
}
.bottom .col1 {
  width: 250px;
}
.bottom .col2 {
  width: 225px;
}
.bottom .col3 {
  width: 200px;
}
.bottom .col4 {
  width: 275px;
  padding-left: 60px;
}
.bottom .col5 {
  width: 250px;
}
.bottom .col5 > h3 {
	height: 35px;
}
.bottom .col5 > div {
  padding-top: 0;
}
.bottom h3 {
  height: 41px;
  font-size: 24px;
  color: #224979;
}
.bottom ul li {
  border-bottom: 1px solid #e9e9e9;
}
.bottom ul li a {
  display: block;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  color: #b39964;
}
.bottom ul li a:hover {
  color: #224979;
}
.bottom p {
  font-size: 18px;
  color: #224979;
  padding: 12px 0;
}
.bottom p a {
  color: #224979;
}
.bottom p a:hover {
  color: #b39964;
}

/* Footer
--------------------------------------------------------- */
.foot {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color: #a5a5a5;
  line-height: 30px;
  margin-top: 8px;
  border-top: 1px solid #e9e9e9;

}
.foot:after {
  content: "";
  display: table;
  clear: both;
}
.foot > div {
  display: inline;
}
.foot > div a {
  color: #a5a5a5;
}
.foot .left {
  float: left;
}
.foot .right {
  float: right;
}

/* Home
--------------------------------------------------------- */
.home {
  /*
  ** Product lines
  */
  /*
  ** Shop
  */
}
.home .lines h3 {
  line-height: 110px;
  font-size: 36px;
  color: #123c6f;
  text-align: center;
  text-transform: uppercase;
}
.home .lines .blocks:after {
  content: "";
  display: table;
  clear: both;
}
.home .lines .block {
  float: left;
  display: inline;
  width: 358px;
  padding: 14px 13px;
  border: 1px solid #e9e9e9;
}
.home .lines .block.left {
  margin-left: 30px;
}
.home .lines .block.center {
  margin: 0 30px;
}
.home .lines img {
  display: block;
  border: 1px solid #efefef;
}
.home .lines img:hover,
.home .lines img.hover {
	opacity: 0.7;
}
.home .lines h2 {
  font-size: 24px;
  color: #123c6f;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
}
.home .lines p {
  font-size: 17px;
  color: #b39964;
  text-align: justify;
}
.home .lines .more {
  display: block;
  width: 123px;
  margin: 0 auto;
  background: #00ccff;
  font-size: 18px;
  color: #fff;
  line-height: 27px;
  text-align: center;
  margin-top: 20px;
}
.home .lines .more:hover,
.home .lines .more.hover {
  background: #123c6f;
}
.home .shop {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 10px;
  border-top: 1px solid #e9e9e9;
}
.home .shop .plist {
  padding: 20px 0 0;
}
.home .shop h3 {
  padding: 65px 0 30px;
  font-size: 36px;
  color: #123c6f;
  text-align: center;
  text-transform: uppercase;
  background: url(../images/user/shoptitle.gif) no-repeat center top;
}
.home .shop .buttons {
  text-align: center;
}
.home .shop .buttons a {
  display: inline-block;
  line-height: 38px;
  padding: 0 15px;
  border: 1px solid #eaeaea;
  font-size: 18px;
  color: #123c6f;
}
.home .shop .buttons a:hover {
  color: #fff;
  background-color: #b39964;
}
.home .shop .row {
  padding: 20px 0;
}
.home .shop .product {
  margin-right: 40px;
  width: 270px;
  float: left;
  display: inline;
}

/* Products list
--------------------------------------------------------- */
.productslist {
  padding-top: 8px;
}
.productslist h2 {
  position: relative;
  font-size: 30px;
  color: #44daff;
  line-height: 40px;
  text-transform: uppercase;
  min-height: 40px;
}
.productslist .counter {
  position: absolute;
  right: 0;
  top: 0;
  height: 38px;
  font-size: 18px;
  color: #cdbc9a;
  border: 1px solid #e9e9e9;
  line-height: 38px;
  padding: 0 15px;
}
.productstable {
	width: 100%;
	margin-top: 12px;
}
.productstable td {
	padding: 8px 0;
}
.productslist .row {
  padding: 20px 0;
}
.productslist .product {
	margin-right: 15px;
}

.plist .navbar {
  padding: 20px 0;
  border-bottom: 1px solid #d7dbdb;
}
.plist .navbar:after {
  content: "";
  display: table;
  clear: both;
}
.plist .navbar a,
.plist .navbar span {
  float: left;
  display: inline;
  font-size: 18px;
  line-height: 35px;
  margin-right: 15px;
}
.plist .navbar span {
  color: #b39964;
  line-height: 35px;
}
.plist .navbar a {
  height: 35px;
  background: #123c6f;
  color: #fff;
  padding: 0 15px;
}
.plist .navbar a:hover, .plist .navbar a.active {
  background: #b39964;
}
.plist .navbar form {
  float: right;
  display: inline;
}
.plist .navbar fieldset:after {
  content: "";
  display: table;
  clear: both;
}
.plist .navbar label,
.plist .navbar input {
  float: left;
  display: inline;
  font-size: 18px;
}
.plist .navbar label {
  color: #b39964;
  line-height: 35px;
  margin-right: 15px;
}
.plist .navbar input[type="text"] {
  width: 170px;
  height: 33px;
  padding: 0 15px;
  line-height: 33px;
  color: #c1c1c1;
  border: 1px solid #e9e9e9;
}
.plist .navbar input[type="submit"] {
  padding: 0 15px;
  background: #123c6f;
  color: #fff;
  height: 35px;
  line-height: 35px;
  border: 0;
}
.plist .navbar input[type="submit"]:hover {
  background: #b39964;
}
.plist .row:after {
  content: "";
  display: table;
  clear: both;
}
.plist .product {
  border: 1px solid #e9e9e9;
}
.plist .product.lpr {
  margin-right: 0 !important;
}
.plist .product .thumb {
	display: block;
	text-align: center !important;
	border-bottom: 1px solid #e9e9e9;
	
}
.plist .product img {
 
  
}
.plist h4 {
  min-height: 78px;
  padding: 20px 0 12px;
  font-size: 24px;
  color: #123c6f;
  text-transform: uppercase;
  text-align: center;
}
.plist h4 a {
  display: block;
  color: #123c6f;
}
.plist .price {
  min-height: 63px;
  text-align: center;
  padding-bottom: 20px;
}
.plist .price span {
  display: block;
}
.plist .price span small {
  font-size: 18px;
}
.plist .price span.actual {
  color: #b39964;
  font-size: 36px;
}
.plist .price span.del {
  color: #d5d5d5;
  font-family: Verdana, sans-serif;
  text-decoration: line-through;
}
.plist .more {
  display: block;
  background: #00ccff;
  font-size: 22px;
  color: #fff;
  line-height: 35px;
  text-align: center;
}
.plist .more:hover {
  background: #123c6f;
}

/* Product page
--------------------------------------------------------- */
.ppage {
  padding-top: 2px;
}
.ppage h3 {
  font-size: 18px;
  color: #123c6f;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d7dbdb;
}
.ppage h3:after {
  content: "";
  display: table;
  clear: both;
}
.ppage h3 a {
  color: #123c6f;
}
.ppage h3 .catname {
  float: left;
  display: inline;
  line-height: 40px;
  height: 40px;
  text-transform: uppercase;
}
.ppage h3 .helpinfo {
  float: right;
  display: inline;
  line-height: 33px;
  height: 40px;
}
.ppage h3 .helpinfo strong {
  font-size: 28px;
  color: #009cff;
  font-weight: 400;
}
.ppage h3 .helpinfo span {
  font-size: 28px;
}
.ppage .info:after {
  content: "";
  display: table;
  clear: both;
}
.ppage .info > div {
  float: left;
  display: inline;
}
.ppage .info .image {
  width: 296px;
  
}
.ppage .info .image .mainimg {
  border: 1px solid #e9e9e9;
  display: block;
  box-sizing: content-box;
}
.ppage .info .desc {
  padding-left: 18px;
  width: 453px;

}
.ppage .info .desc h2 {
  font-size: 24px;
  color: #123c6f;
  padding-bottom: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
  background: url(../images/user/namebg.gif) no-repeat 0 bottom;
}
.ppage .info .desc p {
  padding: 10px 0;
  font-size: 12px;
  color: #575757;
  line-height: 20px;
  text-align: justify;
  font-family: Verdana, sans-serif;
}
.ppage .info .desc .social {
  padding: 10px 0;
}
.ppage .buy {

}
.ppage .buy:after {
  content: "";
  display: table;
  clear: both;
}
.ppage .buy table {
	float: left;
	display: inline;
	margin-right: 15px;
	margin-bottom: 0;
}
.ppage .buy table td {
	height: 48px;
}
.ppage .buy table label {
	display: block !important;
}
.ppage .buy form {
  padding: 10px 0;
}
.ppage .buy fieldset:after {
  content: "";
  display: table;
  clear: both;
}
.ppage .buy input,
.ppage .buy label,
.ppage .buy img {
  float: left;
  display: inline;
}

.ppage .buy img { margin-top: 13px; cursor: pointer; }

.ppage .buy #decrease { margin-right: 5px; }

.ppage .buy #increase { margin-left: 5px; }
.ppage .buy input[type="text"] {
  width: 54px;
  height: 45px;
  font-size: 30px;
  color: #b39964;
  line-height: 45px;
  text-align: center;
  float: left;
  display: inline;
  border: 1px solid #b39964;
  padding: 0;
}
.ppage .buy input[type="submit"] {
  float: right;
  display: inline;
  height: 45px;
  line-height: 48px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border: 0;
  background: #b39964;
  margin-right: 10px;
  padding: 0 13px;
  text-transform: uppercase;
}
.ppage .buy .stocks {  
  float: right;
  display: inline;
  border: 1px solid #b39964;
  margin-right: 5px;
}
.ppage .buy input[type="submit"]:hover {
  background-color: #123c6f;
}
.ppage .buy label {
  line-height: 45px;
  font-size: 30px;
  color: #b39964;
  padding: 0 5px !important;
}
.ppage .info .options {
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
}
.ppage .info .options ul {
  padding: 10px 0;
}
.ppage .info .options ul:after {
  content: "";
  display: table;
  clear: both;
}
.ppage .info .options li {

}
.ppage .info .options .spacer {
	padding: 5px 0 !important;
}
.ppage .info .options a {
  color: #bababa;
}
.ppage .info .options a:hover {
  color: #777;
  background-position: 0 -17px;
}
.ppage .info .options .recommend:hover {
	background-position: 3px -17px;
}
.ppage .info .options .addcomment {
  padding-left: 33px;
  margin-right: 10px;
  background: url(../images/user/addcomment.png) no-repeat 0 0;
}
.ppage .info .options .recommend {
	margin: 10px 0;
  padding-left: 33px;
  background: url(../images/user/recommend.png) no-repeat 3px 0;
}
.ppage .info .options .addstore {
  padding-left: 33px;
  margin-right: 10px;
  background: url(../images/user/addstore.png) no-repeat 0 0;
}

.ppage .price:after {
  content: "";
  display: table;
  clear: both;
}

.ppage .price {
  margin: 10px 0;
  float: left !important; 
  display: inline !important;
  margin-right: 5px;
  padding: 3px 15px;
  color: #b39964;
  text-align: center;
  border: 1px solid #b39964;
  text-transform: uppercase;
  box-sizing: content-box;
}
.ppage .price a,
.ppage .price .wrap {
  float: left;
  display: inline;
  padding: 0 15px;
  height: 46px;
  line-height: 46px;
  color: #b39964;
  text-align: center;
  border: 1px solid #b39964;
  text-transform: uppercase;
}
.ppage .price .wrap {
  font-size: 18px;
  margin-right: 10px;
  line-height: 39px;
  padding-top: 5px;
}
.ppage .price em {
  font-size: 36px;
  font-weight: 400;
  text-transform: lowercase;
  font-style: normal;
  
}
.ppage .price del {
	color: #d5d5d5;
	padding-left: 15px;
	font-family: Verdana, sans-serif;
	text-decoration: line-through;
}
.ppage .price a {
  line-height: 48px;
  padding: 0 15px 0 35px;
  background: url(../images/user/favadd.gif) no-repeat 0 0;
}
.ppage .price a:hover {
  background-color: #123c6f;
  background-position: 0 -46px;
  color: #fff;
  border: 1px solid #123c6f;
}

.ppage .images {
  width: 100%;
}
.ppage .images td {
  width: 50%;

}
.ppage .images td img {
  display: block;
  width: 100%;
}
.ppage .images td {
  vertical-align: bottom;
}
.ppage .images .leftcol {

}
.ppage .images .rightcol {

}

/* Cart page
--------------------------------------------------------- */
.cart {
  padding-top: 8px;
}
.cart .toleft {
  text-align: left !important;
}
.cart .tocenter {
  text-align: center !important;
}
.cart .toright {
  text-align: right !important;
}
.cart h2 {
  font-size: 30px;
  color: #44daff;
  line-height: 40px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.cart .products table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 9px solid #f3f3f3;
}
.cart .products th {
  height: 55px;
  background: #f3f3f3;
  color: #373737;
  font-size: 20px;
  padding: 0 15px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.cart .products td {
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #e9e9e9;
}
.cart .products td.thumb {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
.cart .products td.thumb img {
  border: 1px solid #ebebeb;
}
.cart .products td.name {
  text-align: left;
}
.cart .products td.name span {
  display: block;
  padding: 5px 0;
}
.cart .products td.name .title {
  font-size: 25px;
  color: #123c6f;
}
.cart .products td.name .desc {
  font-size: 18px;
  color: #b39964;
}
.cart .products td.name .variant {
  font-size: 16px;
  color: #909090;
}
.cart .products td.price {
  font-size: 25px;
  color: #b39964;
}
.cart .products td.sum {
  font-size: 18px;
  color: #b39964;
}
.cart .products td.sum strong {
  font-size: 25px;
  color: #123c6f;
  font-weight: 400;
}
.cart .products .quantity {
  width: 60px;
  height: 40px;
  font-size: 30px;
  color: #123c6f;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ebebeb;
}
.cart .amount {
	height: 33px;
  padding: 25px 0 5px;
  box-sizing: content-box;
}
.cart .amount h3 {
  float: left;
  display: inline;
  margin-right: 45px;
  font-size: 25px;
  color: #123c6f;
  line-height: 33px;
  padding-left: 40px;
  background: url(../images/user/amountIco.png) no-repeat 0 0;
}
.cart .amount label {
  float: left;
  display: inline;
  font-size: 18px;
  color: #b39964;
  text-transform: lowercase;
  line-height: 35px;
  margin-right: 15px;
}
.cart .amount input {
  float: left;
  display: inline;
  border: 0;
}
.cart .amount input[type="text"] {
  width: 195px;
  height: 33px;
  margin-right: 15px;
  background: #f3f3f3;
  padding: 0 10px;
  line-height: 33px;
  color: #adadad;
}
.cart .amount input[type="submit"] {
  padding: 0 25px 0 10px;
  line-height: 33px;
  height: 33px;
  font-family: Tahoma;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  background: #b39964 url(../images/user/amountsubmit.png) no-repeat right 13px;
}
.cart .amount input[type="submit"]:hover {
  background-color: #123c6f;
}
.cart .section {
  padding: 10px 0;
}
.cart .head1 {
	font-size: 22px !important;
	color: #123c6f;
	padding: 15px 0 !important;
}
.cart .head2 {
	font-size: 18px !important;
	color: #123c6f;
}
.cart .head2 em {
	font-style: normal;
}
.cart .head2 .color {
	color: #44daff;
}
.cart .section h3 {
  font-size: 22px;
  color: #123c6f;
  padding: 10px 0;
}
.cart .section h3 strong {
  font-weight: 400;
  color: #44daff;
}
.cart .section p {
  font-size: 18px;
  padding: 10px 0;
}
.cart .section p a {
  color: #44daff;
  text-decoration: underline;
}
.cart .section p a:hover {
  text-decoration: none;
}
.cart .section table {
  width: 100%;
}
.cart .section table th {
  font-size: 18px;
  text-align: left;
  font-weight: normal;
  padding: 5px 0;
}
.cart .section table th.value {
  text-align: right;
  font-weight: 600;
}
.cart .section table td {
  font-size: 18px;
  padding: 5px 0;
}
.cart .section table td input {
  float: left;
  display: inline;
  margin: 3px 11px 0 0;
}
.cart .section table td.value {
  text-align: right;
}
.cart .summary {
  font-size: 30px;
  color: #123c6f;
  text-align: right;
  padding: 25px 0;
  border-top: 1px solid #f3f3f3;
}
.cart .summary span {
  font-weight: bold;
}
.cart .buttons {
  padding: 10px 0;
}
.cart .buttons .button1 {
  float: left;
  margin-top: 18px;
  display: inline-block;
  padding: 0 20px 0 27px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  background: #ce1f21 url(../images/user/button1.png) no-repeat 5px center;
}
.cart .buttons .button2 {
  float: right;
  display: inline-block;
  height: 50px;
  padding: 0 56px 0 26px;
  line-height: 50px;
  font-size: 30px;
  color: #fff;
  border: 0;
  background: #44daff url(../images/user/button2.png) no-repeat right center;
}
/* Shoper5
--------------------------------------------------------- */
#shoper-foot{ 
	display: none;
}
.boxtable {
	background: none;
	padding: 0;
}
.boxtable table {
	width: 100%;
}
.box {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #123c6f;
}
.box a {
	color: #b39964;
}
.box p,
.box li,
.box dt,
.box dd,
.box label {
	line-height: 18px !important;
}
a.button, 
button.button, 
input.button {
  background: -moz-linear-gradient(center top , #123c6f, #051f3e) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #011022;
  border-radius: 4px;
  color: #fff;
  display: block;
  margin: 10px auto;
  overflow: visible;
  padding: 0.5em 1em;
}
a.button:hover,
button.button:hover,
input.button:hover {
	box-shadow: 0 0 3px #053775;
}
.main .innerbox .shaded_inputwrap input,
.mask_box .shaded_inputwrap input,
.main .innerbox .shaded_inputwrap select,
.mask_box .shaded_inputwrap select {
	color: #123c6f;
}
.main .innerbox .shaded_textareawrap textarea, 
.mask_box .shaded_textareawrap textarea {
	color: #123c6f;
}
td.hint {
	background: #c1d7f3 !important;
	font-size: 12px !important;
	color: #123c6f !important;
}
select {
	padding: 3px 3px;
	border-radius: 4px;
}

.flash_message {
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
.flash_message_container {
	display: table;
	width: 100%;
	height: 50px;
}
div.shaded_inputwrap {
	margin-bottom: 3px !important;
}

#box_panel h4 {
	padding-left: 10px !important;
	font-size: 15px !important;
}

#box_panel p,
#box_panel ul {
	padding-left: 10px !important;
}

#box_panel li p {
	padding-left: 0 !important;
}

.pag {
	text-align: center;
	font-size: 22px;
	padding: 10px 0;
}

.pag ul {
	display: inline-block;
}

.pag li {
	float: left;
	display: inline;
	margin: 0 5px;
}

.pag a,
.pag span {
	color: #123c6f; 
	display: inline-block; 
	height: 40px; 
	line-height: 40px;
	padding: 0 20px;
	border: 1px solid #e9e9e9;
}

.pag a:hover {
	background: #b39964;
	color: #fff;
	border: 1px solid #b39964; 
}

.pag .first a,
.pag .first span {
	float: left;
	display: inline;
	width: 50px;
	height: 40px;
	background: url(../images/user/pagprev.png) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
	padding: 0 !important; 
}

.pag .first a:hover,
.pag .last a:hover {
	background-color: #b39964;
	color: #123c6f; 
	background-position: 0 -40px;
	border: 1px solid #e9e9e9;
}

.pag .last a,
.pag .last span {
	float: left;
	display: inline;
	width: 50px;
	height: 40px;
	background: url(../images/user/pagnext.png) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
	padding: 0 !important; 
}

.pag .selected span {
	background: #b39964;
	color: #fff; 
	border: 1px solid #b39964;
}

.ppage .stocks {
  float: left;
  display: inline;
  padding: 0 10px;
}
.ppage .stocks table {
	width: auto;
  margin-right: 0;
  height: 43px;
}
.ppage .stocks table td {
  height: 43px;
}
.ppage .stocks label {
	font-size: 18px !important;
	padding: 0 15px 0 0 !important;
}
.ppage .stocks select {
	border: 1px solid #b39964;
	color: #b39964;
}

.contact { color: #123c6f; }

.contact table td { padding: 0; }

#box_articlelistsmall {

}

#box_articlelistsmall h4 {
  margin-bottom: 12px !important;
}

.ppage .info .image { height: 348px; position: relative; }

.smallgallery { position: absolute; left: 0; bottom: 0; }
.smallgallery,
.innersmallgallery { height: 50px; }

.smallgallery ul {
  float: left;.pp
}
.smallgallery ul li {
  float: left;
  display: inline;
  margin-right: 5px;
} 
.smallgallery img {
  border: 1px solid #cccccc;
}

.rights {
  font-family: Verdana, sans-serif;
  font-size: 10px;
  line-height: 15px;
  color: #a5a5a5;
  text-align: justify;
  padding: 5px 0 10px;
}

.rights:after {
  content: "";
  display: table;
  clear: both;
}

.rights  img {
  float: left;
  display: inline;
  margin-right: 12px;
}

/* faq */
  div#user_faq h3 { cursor: pointer; padding: 4px 10px 4px 37px !important; font-weight: bold !important; line-height: 27px !important;
     background: #f4f3ec url(../images/user/fHead.png) no-repeat 17px 12px; 
      border-radius: 10px; font-size: 13px; font-weight: normal; margin-bottom: 10px !important;}

  div#user_faq h3.active { background: #f4f3ec url(../images/user/fHead-active.png) no-repeat 17px 13px !important; }

  div#user_faq p { padding: 0 0 15px 37px !important; }
  /* faq. */

  .box_infopage .resetcss h3 {
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #d7dbdb;
  }

  .flash_message .container {
    background-image: none !important;
    
  }

/* free shipping */
span.free_shiping_text {
    font-size: 1.2em;
}
span.free_shiping_text.center {
    line-height: 50px;
}
span.to_free_shipping {
    font-size: 26px;
    display: block;
    margin-top: 9px;
}