/*-------------------------*/
/*      CSS Stylesheet     */
/* (C) 2014 www.eduweb.pl  */
/*-------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

.outline {
  position: absolute;
  clip: rect(0px 0px 0px 0px);
  *clip: rect 0 0 0 0;
}

input, textarea, button {
  outline: none;
}

mark {
  background: none;
  color: inherit;
}

a {
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.mainHeader .logo a, .mainFooter .logo a, .woocommerce .product .woocommerce-product-rating .star-rating span, .woocommerce .product .comment-respond .comment-form-rating .stars > span a, .woocommerce .product .comment-respond .comment-form-rating .star-rating span, .shop_table .cart_item .product-remove .remove,
.shop_table .order_item .product-remove .remove,
.shop_table .order .product-remove .remove {
  font-size: 0;
  line-height: 0;
  text-shadow: none;
  color: transparent;
}

::-webkit-selection {
  color: white;
  background-color: #4e7c7f;
}

::-moz-selection {
  color: white;
  background-color: #4e7c7f;
}

::selection {
  color: white;
  background-color: #4e7c7f;
}

strong {
  font-weight: 700;
}

body {
  font: 400 14px/1 "Dosis", sans-serif;
}

.textContent {
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  color: #5b6262;
}
.textContent h3 {
  margin-bottom: 20px;
  font-size: 22px;
}
.textContent p {
  margin-bottom: 25px;
}
.textContent p:last-child {
  margin-bottom: 0;
}
.textContent p + ul,
.textContent p + ol {
  margin-top: -20px;
}
.textContent ul, .textContent ol {
  margin-bottom: 20px;
}
.textContent ol {
  margin-left: 30px;
  list-style: decimal;
}
.textContent a {
  color: #4e7c7f;
}

.woocommerce h2, .woocommerce h3 {
  margin-bottom: 20px;
  font-size: 18px;
}
.woocommerce p:not(.form-row) {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 18px;
}
.woocommerce p:not(.form-row) a {
  color: #4e7c7f;
}
.woocommerce p.myaccount_user {
  margin-bottom: 40px;
}
.woocommerce a {
  color: #4e7c7f;
}

.woocommerce .products .button, .shop_table .actions .checkout-button, #payment .place-order .button, .button, .wpcf7 .wpcf7-submit, .woocommerce .products .added_to_cart, .woocommerce .product .cart .single_add_to_cart_button, .woocommerce .product .comment-respond .form-submit input[type='submit'] {
  display: inline-block;
  height: 43px;
  padding: 0 20px;
  margin: 0;
  border: none;
  background-color: #000;
  cursor: pointer;
  font: 300 14px/43px "Dosis", sans-serif;
  text-align: left;
  color: #fff !important;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.woocommerce .products .button:hover, .shop_table .actions .checkout-button:hover, #payment .place-order .button:hover, .button:hover, .wpcf7 .wpcf7-submit:hover, .woocommerce .products .added_to_cart:hover, .woocommerce .product .cart .single_add_to_cart_button:hover, .woocommerce .product .comment-respond .form-submit input[type='submit']:hover {
  opacity: 0.85;
}

.woocommerce .products .button, .shop_table .actions .checkout-button, #payment .place-order .button {
  padding-right: 50px;
  background: #4e7c7f url(../images/add_to_cart_icon.png) right center no-repeat;
}

form.login p:first-child:not(.form-row) {
  margin-bottom: 20px;
}
form.login .button {
  margin-bottom: 15px;
}
form.login .lost_password {
  padding-bottom: 20px;
  margin-bottom: 0;
}
form.login .lost_password a {
  font-weight: 700;
  color: inherit;
}

.input-text {
  height: 35px;
  padding: 0 25px;
  margin: 0;
  border: 1px #e5e5e5 solid;
  font: 300 14px/35px "Dosis", sans-serif;
  color: #b3b3b3;
}

textarea.input-text {
  width: 100%;
  height: 120px;
  max-height: 300px;
  padding-top: 20px;
  padding-bottom: 10px;
  overflow: hidden;
  resize: vertical;
  line-height: 20px;
}

.form-row {
  padding-bottom: 15px;
}
.form-row label {
  display: block;
  margin-bottom: 13px;
  color: #9B9B9B;
}
.form-row ::-webkit-input-placeholder {
  color: #b3b3b3;
}
.form-row :-moz-placeholder {
  color: #b3b3b3;
}
.form-row ::-moz-placeholder {
  color: #b3b3b3;
}
.form-row :-ms-input-placeholder {
  color: #b3b3b3;
}

.contactForm fieldset {
  margin-bottom: 10px;
  overflow: hidden;
}
.contactForm input[type='text'],
.contactForm input[type='email'],
.contactForm textarea {
  display: block;
  width: 355px;
  height: 40px;
  padding: 0 25px;
  border: 1px #e5e5e5 solid;
  font: 300 14px/40px "Dosis", sans-serif;
  color: #b3b3b3;
}
.contactForm input[type='text'].wpcf7-not-valid,
.contactForm input[type='email'].wpcf7-not-valid,
.contactForm textarea.wpcf7-not-valid {
  border-color: #FFB2B2;
}
.contactForm textarea {
  display: block;
  width: 515px;
  height: 155px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  resize: none;
  line-height: 24px;
}
.contactForm ::-webkit-input-placeholder {
  color: #b3b3b3;
}
.contactForm :-moz-placeholder {
  color: #b3b3b3;
}
.contactForm ::-moz-placeholder {
  color: #b3b3b3;
}
.contactForm :-ms-input-placeholder {
  color: #b3b3b3;
}

.wpcf7 .wpcf7-submit:hover {
  opacity: 0.7;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
}
.wpcf7 .wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7 .wpcf7-response-output {
  width: 515px;
  margin: 10px 0 0 0;
  border-width: 1px;
}
.wpcf7 .wpcf7-validation-errors {
  border-color: #FFB2B2;
  background-color: #FFF5F5;
  color: #FC7171;
}
.wpcf7 .wpcf7-mail-sent-ok {
  border-color: #ADFF54;
  background-color: #F4FFE7;
  color: #83D45D;
}
.wpcf7 .ajax-loader {
  margin-left: 20px !important;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.cart-empty,
.order-info {
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  font-size: 14px;
  font-weight: 300;
}
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.cart-empty .button,
.order-info .button {
  height: auto;
  padding: 0;
  background: none;
}
.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.woocommerce-error .button:hover,
.cart-empty .button:hover,
.order-info .button:hover {
  opacity: 1;
}
.woocommerce-message a, .woocommerce-message .button,
.woocommerce-info a,
.woocommerce-info .button,
.woocommerce-error a,
.woocommerce-error .button,
.cart-empty a,
.cart-empty .button,
.order-info a,
.order-info .button {
  float: right;
  font-weight: 700;
  line-height: 1;
  color: inherit !important;
}

.woocommerce-message,
.woocommerce-info,
.cart-empty,
.order-info {
  border-color: #a9e4ff;
  background-color: #e9f8ff;
  color: #65bae2;
}

.woocommerce-error {
  border-color: #ff8585;
  background-color: #ffeaea;
  color: #ff7676;
}
.woocommerce-error li {
  margin-bottom: 13px;
}
.woocommerce-error li:last-child {
  margin-bottom: 0;
}

.woocommerce .products {
  clear: both;
}
.woocommerce .products li {
  width: 160px;
  margin: 0 30px 30px 0;
  float: left;
  font-size: 14px;
  text-align: center;
}
.woocommerce .products li:nth-child(5n) {
  margin-right: 0;
}
.woocommerce .products .thumb {
  display: block;
  width: 100%;
  height: 250px;
  margin-bottom: 10px;
  border: 1px #e5e8e6 solid;
  background-color: #fff;
  will-change: transform;
}
.woocommerce .products .thumb:hover {
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.woocommerce .products .thumb img {
  width: auto !important;
  height: auto !important;
  max-width: 90%;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.woocommerce .products h3 {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 300;
}
.woocommerce .products h3 a {
  white-space: nowrap;
  color: #4e7b7f;
}
.woocommerce .products .price {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
}
.woocommerce .products .price em {
  font-weight: 300;
}
.woocommerce .products .button {
  display: block;
}
.woocommerce .products .button.product_type_variable {
  background-image: url(../images/variable_product_icon.png);
}
.woocommerce .products .added_to_cart {
  display: block;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  -ms-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
.woocommerce .products .added_to_cart.visible {
  visibility: visible;
  opacity: 1;
}

.woocommerce .related,
.woocommerce .upsells {
  padding-top: 100px;
  clear: both;
}
.woocommerce .related h2,
.woocommerce .upsells h2 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 300;
}

.woocommerce-ordering {
  margin-bottom: 50px;
  float: right;
}

.woocommerce-pagination {
  margin-top: 30px;
}
.woocommerce-pagination ul {
  width: 100%;
  text-align: center;
}
.woocommerce-pagination ul li {
  display: inline-block;
  margin-right: 5px;
}
.woocommerce-pagination ul li:last-child {
  margin-right: 0;
}
.woocommerce-pagination ul li a, .woocommerce-pagination ul li span {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px #e5e8e6 solid;
  font-size: 14px;
  line-height: 25px;
}
.woocommerce-pagination ul li a {
  color: #4e7b7f;
}
.woocommerce-pagination ul li a:hover {
  background-color: #f9f9f9;
}
.woocommerce-pagination ul li a.next, .woocommerce-pagination ul li a.prev {
  position: relative;
  top: -2px;
  line-height: 22px;
}
.woocommerce-pagination ul li span {
  color: #9da29f;
}
.woocommerce-pagination ul li span.current {
  background-color: #f9f9f9;
}

.bx-wrapper {
  padding: 0;
  margin: 0 auto 40px auto;
  *zoom: 1;
  position: relative;
}
.bx-wrapper img {
  display: block;
  max-width: 100%;
}
.bx-wrapper .bx-viewport {
  -moz-transform: translatez(0);
  -o-transform: translatez(0);
  -ms-transform: translatez(0);
  -webkit-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-viewport li {
  width: 100%;
  height: 720px;
  background-position: center 0;
  background-repeat: no-repeat;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  width: 100%;
  position: absolute;
  bottom: 30px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-pager .bx-controls-auto-item,
.bx-wrapper .bx-controls-auto .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}
.bx-wrapper .bx-pager {
  padding-top: 20px;
  font-family: Arial;
  font-size: .85em;
  font-weight: bold;
  text-align: center;
  color: #666;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 5px;
  background: #fff;
  opacity: 0.3;
  text-indent: -9999px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a:active {
  opacity: 1;
}
.bx-wrapper .bx-loading {
  width: 100%;
  height: 100%;
  min-height: 50px;
  background: url(../images/bx_loader.gif) center center no-repeat white;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

div.selector,
div.checker,
div.radio {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}

div.selector:focus,
div.checker:focus,
div.radio:focus {
  outline: 0;
}

div.selector, div.selector *,
div.checker, div.checker *,
div.radio, div.radio * {
  padding: 0;
  margin: 0;
}

div.checker input {
  -moz-appearance: none;
  -webkit-appearance: none;
}

div.selector {
  height: 32px;
  padding: 0 25px 0 10px;
  overflow: hidden;
  border: 1px #e8e8e8 solid;
  position: relative;
  line-height: 32px;
}
div.selector:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3.5px 0 3.5px;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  top: 13px;
  right: 9px;
}
div.selector span {
  display: block;
  width: 100%;
  height: 30px;
  overflow: hidden;
  background-position: right 0;
  cursor: pointer;
  font-size: 12px;
  font-weight: 300;
  line-height: 32px;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
}
div.selector select {
  width: 100%;
  height: 30px;
  border: none;
  background: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

div.checker {
  width: 17px;
  height: 17px;
  margin-right: 5px;
  border: 1px #e5e5e5 solid;
  position: relative;
  top: -2px;
}
div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  width: 17px;
  height: 17px;
  text-align: center;
}
div.checker span.checked {
  width: 15px;
  height: 15px;
  border: 3px #fff solid;
  background-color: #e5e5e5;
}
div.checker input {
  display: -moz-inline-box;
  display: inline-block;
  width: 17px;
  height: 17px;
  border: none;
  background: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  cursor: pointer;
}

div.radio {
  width: 17px;
  height: 17px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1px #e5e5e5 solid;
  text-align: center;
}
div.radio span.checked {
  background-color: #e5e5e5;
}
div.radio input {
  display: -moz-inline-box;
  display: inline-block;
  width: 17px;
  height: 17px;
  border: none;
  background: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  text-align: center;
  cursor: pointer;
}

.woocommerce .products:before, .centerContent:before, .woocommerce:before, .mainHeader .nav:before, #payment .place-order:before, .col2-set:before, .woocommerce .products:after, .centerContent:after, .woocommerce:after, .mainHeader .nav:after, #payment .place-order:after, .col2-set:after {
  content: " ";
  display: table;
}
.woocommerce .products:after, .centerContent:after, .woocommerce:after, .mainHeader .nav:after, #payment .place-order:after, .col2-set:after {
  clear: both;
}
.woocommerce .products, .centerContent, .woocommerce, .mainHeader .nav, #payment .place-order, .col2-set {
  *zoom: 1;
}

.woocommerce .products .thumb, .woocommerce-pagination ul li a, .bx-wrapper .bx-pager.bx-default-pager a, .mainHeader, .mainHeader .nav .menu-item-has-children:before, .mainHeader .nav .sub-menu, .wp-pagenavi a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

body {
  min-width: 1024px;
}

.centerContent {
  width: 990px;
  margin: 0 auto;
}

.mainHeader {
  border-bottom: 1px #eeeeee solid;
}
.home .mainHeader {
  border-bottom-color: rgba(238, 238, 238, 0.1);
}
.home .mainHeader {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10001;
}
.mainHeader.highlighted {
  border-bottom-color: #b6bbb8;
}
.home .mainHeader.highlighted {
  border-bottom-color: rgba(238, 238, 238, 0.3);
}
.mainHeader .topBar {
  height: 67px;
  border-bottom: 1px #eeeeee solid;
}
.home .mainHeader .topBar {
  border-bottom-color: rgba(238, 238, 238, 0.1);
}
.mainHeader .centerContent {
  position: relative;
}
.mainHeader .logo {
  width: 127px;
  height: 73px;
  background: url(../images/logo.png) no-repeat;
  position: absolute;
  top: 14px;
  left: 0;
}
.home .mainHeader .logo {
  background-image: url(../images/logo_white.png);
}
.mainHeader .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.mainHeader .customerMenu {
  padding-right: 40px;
  margin-top: 20px;
  float: right;
  position: relative;
}
.mainHeader .customerMenu ul li {
  display: inline-block;
  height: 24px;
  padding-right: 21px;
  margin-right: 20px;
  border-right: 1px #eeeeee solid;
  font-size: 12px;
  line-height: 24px;
  white-space: nowrap;
}
.mainHeader .customerMenu ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.mainHeader .customerMenu ul li.current-menu-item a, .mainHeader .customerMenu ul li a:hover {
  color: #4e7c7f;
}
.mainHeader .customerMenu ul li a {
  color: #1d1d1b;
}
.home .mainHeader .customerMenu ul li a {
  color: #fff;
}
.mainHeader .customerMenu .basketLink {
  display: block;
  width: 28px;
  height: 24px;
  background: url(../images/basket_count_icon.png) no-repeat;
  position: absolute;
  top: -2px;
  right: 0;
}
.mainHeader .customerMenu .basketLink .itemsCount {
  position: absolute;
  top: 2px;
  right: 3px;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
}
.home .mainHeader .customerMenu .basketLink {
  background-image: url(../images/basket_count_white_icon.png);
}
.home .mainHeader .customerMenu .basketLink .itemsCount {
  color: #000;
}
.mainHeader .nav {
  margin-left: 135px;
}
.mainHeader .nav > li {
  margin-right: 55px;
  float: left;
  position: relative;
  font-size: 14px;
  line-height: 55px;
  text-transform: uppercase;
  white-space: nowrap;
}
.mainHeader .nav > li:last-child {
  margin-right: 0;
}
.mainHeader .nav > li > a {
  display: inline-block;
  height: 55px;
  color: #cdcdcd;
}
.home .mainHeader .nav > li > a {
  color: #fff;
}
.mainHeader .nav > li.current-menu-item a, .mainHeader .nav > li.current-menu-ancestor a, .mainHeader .nav > li.current_page_parent a, .mainHeader .nav > li:hover a {
  color: #4e7c7f;
}
.home .mainHeader .nav > li.current-menu-item a, .home .mainHeader .nav > li.current-menu-ancestor a, .home .mainHeader .nav > li.current_page_parent a, .home .mainHeader .nav > li:hover a {
  color: #B5FAFF;
}
.mainHeader .nav .menu-item-has-children:before {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #b6bbb8;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.home .mainHeader .nav .menu-item-has-children:before {
  background-color: rgba(238, 238, 238, 0.3);
}
.mainHeader .nav .menu-item-has-children:hover:before {
  visibility: visible;
  opacity: 1;
}
.mainHeader .nav .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
.mainHeader .nav .sub-menu {
  padding: 20px 50px 20px 20px;
  border: 1px #b6bbb8 solid;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 10000;
}
.home .mainHeader .nav .sub-menu {
  border-top: none;
  border-color: rgba(238, 238, 238, 0.3);
  background-color: transparent;
}
.mainHeader .nav .sub-menu li {
  margin-bottom: 25px;
  font-size: 13px;
  line-height: 1;
}
.mainHeader .nav .sub-menu li:last-child {
  margin-bottom: 0;
}
.mainHeader .nav .sub-menu li.current-menu-item a, .mainHeader .nav .sub-menu li a:hover {
  color: #4e7c7f;
}
.home .mainHeader .nav .sub-menu li.current-menu-item a, .home .mainHeader .nav .sub-menu li a:hover {
  color: #B5FAFF;
}
.mainHeader .nav .sub-menu li a {
  color: #b3b8b5;
}
.home .mainHeader .nav .sub-menu li a {
  color: #ebebeb;
}
.mainHeader .searchBox {
  position: absolute;
  top: 12px;
  right: 0;
}
.mainHeader .searchBox input {
  height: 32px;
  padding: 0 20px 0 38px;
  border: 1px #eeeeee solid;
  background: url(../images/search_icon.png) 11px center no-repeat;
  font: 400 12px/30px "Dosis", sans-serif;
  color: #1d1d1b;
}
.home .mainHeader .searchBox input {
  border-color: rgba(238, 238, 238, 0.2);
  background-image: url(../images/search_faded_icon.png);
  color: #fff;
}
.home .mainHeader .searchBox ::-webkit-input-placeholder {
  color: #fff;
}
.home .mainHeader .searchBox :-moz-placeholder {
  color: #fff;
}
.home .mainHeader .searchBox ::-moz-placeholder {
  color: #fff;
}
.home .mainHeader .searchBox :-ms-input-placeholder {
  color: #fff;
}
.mainHeader .searchBox ::-webkit-input-placeholder {
  color: #1d1d1b;
}
.mainHeader .searchBox :-moz-placeholder {
  color: #1d1d1b;
}
.mainHeader .searchBox ::-moz-placeholder {
  color: #1d1d1b;
}
.mainHeader .searchBox :-ms-input-placeholder {
  color: #1d1d1b;
}

.breadcrumb,
.woocommerce-breadcrumb {
  margin: 0 0  30px -15px;
  font-size: 12px;
  text-transform: uppercase;
  color: #4e7c7f;
}
.breadcrumb a,
.woocommerce-breadcrumb a {
  color: #ccc;
}
.breadcrumb .separator,
.woocommerce-breadcrumb .separator {
  margin: 0 5px;
  color: #ccc;
}

.mainContent {
  padding: 20px 0;
}
.mainContent .centerContent {
  width: 920px;
}
.mainContent .pageTitle {
  margin-bottom: 55px;
  font-size: 30px;
  font-weight: 300;
}
.mainContent .pageTitle.singlePage {
  margin-bottom: 20px;
}

.mainFooter {
  padding: 35px 0;
  border-top: 1px #eeeeee solid;
}
.mainFooter .box {
  padding-right: 70px;
  margin-right: 15px;
  float: left;
  font-size: 12px;
}
.mainFooter .box:last-child {
  padding-right: 0;
  margin-right: 15px;
}
.mainFooter .box h3 {
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #010101;
}
.mainFooter .logo {
  padding-right: 55px;
}
.mainFooter .logo a {
  display: block;
  width: 127px;
  height: 73px;
  margin-top: -4px;
  background: url(../images/logo.png) no-repeat;
  opacity: 0.2;
}
.mainFooter .links {
  border-right: 1px #eeeeee solid;
}
.mainFooter .links ul li {
  margin-bottom: 12px;
}
.mainFooter .links ul li.current-menu-item a, .mainFooter .links ul li.current-menu-parent a, .mainFooter .links ul li a:hover {
  color: #010101;
}
.mainFooter .links ul li a {
  color: #4e7c7f;
}

.home .pageTitle,
.home .woocommerce-ordering,
.home .woocommerce-pagination {
  display: none;
}

.blogPost .postThumb, .blogPostFull .postThumb {
  max-width: 100%;
  height: auto !important;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px #e5e8e6 solid;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.blogPost .postMeta, .blogPostFull .postMeta {
  margin-bottom: 20px;
  font-size: 12px;
  text-transform: uppercase;
  color: #ccc;
}
.blogPost .postMeta .author,
.blogPost .postMeta .categories a, .blogPostFull .postMeta .author,
.blogPostFull .postMeta .categories a {
  color: #4e7c7f;
}
.blogPost .postMeta .sep, .blogPostFull .postMeta .sep {
  padding: 0 7px;
}

.blogPost {
  margin-bottom: 40px;
}
.blogPost:last-of-type {
  margin-bottom: 0;
}
.blogPost.odd {
  padding: 40px 0;
  background-color: #f9fbfb;
}
.blogPost .postDetails {
  padding: 0 30px;
}
.blogPost h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
}
.blogPost h3 a {
  color: #000;
}
.blogPost h3 a:hover {
  color: #4e7b7f;
}
.blogPost .postExcerpt {
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  color: #5b6262;
}
.blogPost .more-link {
  margin-left: 15px;
  white-space: nowrap;
  color: #4e7b7f;
}

.wp-pagenavi {
  margin-top: 65px;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.wp-pagenavi span, .wp-pagenavi a {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  border: 1px #e5e8e6 solid;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  color: #9da29f;
}
.wp-pagenavi span:last-child, .wp-pagenavi a:last-child {
  margin-right: 0;
}
.wp-pagenavi a {
  color: #4e7b7f;
}
.wp-pagenavi a:hover {
  background-color: #f9f9f9;
}
.wp-pagenavi .current {
  background-color: #f9f9f9;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  font-size: 13px;
  position: relative;
  top: -1px;
}

.contactInfo {
  min-height: 174px;
  overflow: hidden;
  background: url(../images/contact_bg.png) right top no-repeat;
}
.contactInfo h3 {
  margin-bottom: 20px;
  font-size: 22px;
}
.contactInfo p {
  margin-bottom: 0;
  clear: both;
}

.woocommerce .product .images {
  width: 350px;
  float: left;
}
.woocommerce .product .images img {
  display: block;
  max-width: 100%;
}
.woocommerce .product .thumbnails {
  margin-top: 20px;
  overflow: hidden;
}
.woocommerce .product .thumbnails .zoom {
  display: block;
  width: 100px;
  height: 130px;
  margin-right: 25px;
  float: left;
  border: 1px #e5e8e6 solid;
}
.woocommerce .product .thumbnails .zoom:last-child {
  margin-right: 0;
}
.woocommerce .product .thumbnails .zoom img {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.woocommerce .product .summary {
  width: 550px;
  clear: right;
  float: right;
}
.woocommerce .product .product_title {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px #eeeeee solid;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
}
.woocommerce .product .product_meta {
  margin-right: 40px;
  float: left;
  font-size: 13px;
  color: #4e7c7f;
}
.woocommerce .product .product_meta a {
  color: inherit;
}
.woocommerce .product .product_meta .sku {
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 18px;
  color: #000;
}
.woocommerce .product .product-price {
  margin-right: 40px;
  float: left;
  font-size: 13px;
  color: #4e7c7f;
}
.woocommerce .product .product-price .price {
  margin-bottom: 0;
}
.woocommerce .product .product-price .priceLabel {
  display: block;
}
.woocommerce .product .product-price .amount {
  display: inline-block;
  margin-top: 10px;
  font-size: 30px;
  font-weight: 700;
  color: #000;
}
.woocommerce .product .product-price .amount:not(:last-child) {
  padding-right: 10px;
}
.woocommerce .product .product-price .amount + .amount {
  padding-left: 10px;
}
.woocommerce .product .product-price .amount em {
  font-size: 13px;
  font-weight: 300;
}
.woocommerce .product p.stock {
  display: none;
}
.woocommerce .product .woocommerce-product-rating {
  float: left;
}
.woocommerce .product .woocommerce-product-rating .star-rating {
  width: 100px;
  height: 15px;
  margin-bottom: 15px;
  background: url(../images/star_rating.png) 0 -15px no-repeat;
  position: relative;
}
.woocommerce .product .woocommerce-product-rating .star-rating span {
  display: block;
  height: 15px;
  background: url(../images/star_rating.png) 0 0 no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.woocommerce .product .woocommerce-product-rating .woocommerce-review-link {
  padding-left: 4px;
  font-size: 13px;
  color: #4e7c7f;
}
.woocommerce .product .cart {
  padding-top: 40px;
  margin-bottom: 13px;
  overflow: hidden;
  clear: both;
}
.woocommerce .product .cart .variations.multi tr:not(:first-child) td {
  padding-top: 13px;
}
.woocommerce .product .cart .label {
  padding-right: 10px;
}
.woocommerce .product .cart label,
.woocommerce .product .cart .reset_variations {
  font-size: 13px;
  color: #4e7c7f;
}
.woocommerce .product .cart .reset_variations {
  padding-left: 10px;
}
.woocommerce .product .cart .variations_button {
  margin-top: 20px;
  overflow: hidden;
}
.woocommerce .product .cart .quantity {
  width: 60px;
  height: 43px;
  padding-right: 19px;
  float: left;
  border: 1px #eeeeee solid;
  border-right: none;
  position: relative;
}
.woocommerce .product .cart input[type='number'] {
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  border-right: 1px #eeeeee solid;
  -moz-appearance: textfield;
  font: 300 18px/1 "Dosis", sans-serif;
  text-align: center;
  color: #000;
}
.woocommerce .product .cart input[type='number']::-webkit-outer-spin-button, .woocommerce .product .cart input[type='number']::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.woocommerce .product .cart .plus,
.woocommerce .product .cart .minus {
  width: 19px;
  height: 20px;
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  font: 300 18px/16px "Dosis", sans-serif;
  text-align: center;
  color: #000;
}
.woocommerce .product .cart .plus {
  height: 21px;
  border-bottom: 1px #eeeeee solid;
  top: 0;
}
.woocommerce .product .cart .minus {
  bottom: 0;
}
.woocommerce .product .cart .single_add_to_cart_button {
  padding-right: 50px;
  float: left;
  background: #4e7c7f url(../images/add_to_cart_icon.png) right center no-repeat;
}
.woocommerce .product .cart .group_table {
  border-collapse: separate;
  border-spacing: 0 13px;
}
.woocommerce .product .cart .group_table td {
  vertical-align: middle;
}
.woocommerce .product .cart .group_table td.label, .woocommerce .product .cart .group_table td.price {
  padding: 0 15px;
  border: 1px #eeeeee solid;
}
.woocommerce .product .cart .group_table td.label {
  border-right: none;
}
.woocommerce .product .cart .group_table td.price {
  border-left: none;
}
.woocommerce .product .productDetails {
  padding-top: 5px;
  clear: both;
  border-top: 1px #eeeeee solid;
}
.woocommerce .product .description h2 {
  display: none;
}
.woocommerce .product .description p {
  font-size: 14px;
  line-height: 30px;
}
.woocommerce .product .additional_information {
  margin-top: 20px;
}
.woocommerce .product .additional_information h2 {
  margin-bottom: 20px;
  font-size: 18px;
}
.woocommerce .product .additional_information table {
  width: 100%;
  text-align: left;
}
.woocommerce .product .additional_information table th, .woocommerce .product .additional_information table td {
  padding-bottom: 15px;
}
.woocommerce .product .additional_information table th {
  color: #4e7c7f;
}
.woocommerce .product .reviews {
  padding-top: 20px;
  margin-top: 10px;
  border-top: 1px #eeeeee solid;
}
.woocommerce .product .reviews h2 {
  margin-bottom: 20px;
  font-size: 18px;
}
.woocommerce .product .reviews .woocommerce-noreviews {
  margin-bottom: 20px;
  color: #4e7c7f;
}
.woocommerce .product .reviews .comment {
  margin-bottom: 15px;
  overflow: hidden;
}
.woocommerce .product .reviews .comment img {
  width: 50px;
  height: 50px;
  margin-right: 21px;
  float: left;
  border-radius: 50%;
}
.woocommerce .product .reviews .comment .comment-text {
  width: 479px;
  padding: 20px;
  border: 1px #e5e5e5 solid;
  float: left;
  position: relative;
}
.woocommerce .product .reviews .comment .comment-text:before {
  content: "";
  width: 13px;
  height: 15px;
  background: url(../images/comment_arrow.png) no-repeat;
  position: absolute;
  top: 17px;
  left: -12px;
}
.woocommerce .product .reviews .comment .comment-text .meta em {
  font-weight: 700;
  color: #4e7c7f;
}
.woocommerce .product .reviews .comment .meta {
  margin-bottom: 20px;
  font-size: 13px;
}
.woocommerce .product .reviews .comment .meta strong {
  font-weight: 300;
  color: #4e7c7f;
}
.woocommerce .product .reviews .comment .description p {
  font-size: 14px;
  line-height: 24px;
}
.woocommerce .product .comment-respond .comment-form-author,
.woocommerce .product .comment-respond .comment-form-email {
  margin-bottom: 15px;
}
.woocommerce .product .comment-respond .comment-form-author input[type='text'],
.woocommerce .product .comment-respond .comment-form-email input[type='text'] {
  padding: 0 20px;
  margin: 0;
  border: 1px #e5e5e5 solid;
  background: none;
  font: 300 14px/30px "Dosis", sans-serif;
  color: #000;
}
.woocommerce .product .comment-respond .comment-form-author {
  padding-left: 70px;
  float: left;
}
.woocommerce .product .comment-respond .comment-form-email {
  float: right;
}
.woocommerce .product .comment-respond .comment-form-comment {
  clear: both;
  overflow: hidden;
}
.woocommerce .product .comment-respond .comment-form-comment img {
  width: 50px;
  height: 50px;
  margin-right: 21px;
  float: left;
  border-radius: 50%;
}
.woocommerce .product .comment-respond .comment-form-comment .message {
  width: 479px;
  height: 100px;
  border: 1px #e5e5e5 solid;
  float: left;
  position: relative;
}
.woocommerce .product .comment-respond .comment-form-comment .message:before {
  content: "";
  width: 13px;
  height: 15px;
  background: url(../images/comment_arrow.png) no-repeat;
  position: absolute;
  top: 17px;
  left: -12px;
}
.woocommerce .product .comment-respond .comment-form-comment .message textarea {
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  overflow: hidden;
  border: none;
  background: none;
  resize: none;
  font: 300 14px/30px "Dosis", sans-serif;
  color: #000;
}
.woocommerce .product .comment-respond .comment-form-rating {
  margin: 30px 0 0 70px;
  float: left;
}
.woocommerce .product .comment-respond .comment-form-rating .stars > span {
  display: block;
  width: 100px;
  height: 15px;
  background: url(../images/star_rating.png) 0 -15px no-repeat;
}
.woocommerce .product .comment-respond .comment-form-rating .stars > span a {
  display: block;
  width: 20px;
  height: 15px;
  float: left;
  background: url(../images/star_rating.png) 0 0 no-repeat;
  opacity: 0;
}
.woocommerce .product .comment-respond .comment-form-rating .stars > span a:hover, .woocommerce .product .comment-respond .comment-form-rating .stars > span a.hovered, .woocommerce .product .comment-respond .comment-form-rating .stars > span a.highlighted, .woocommerce .product .comment-respond .comment-form-rating .stars > span a.active {
  opacity: 1;
}
.woocommerce .product .comment-respond .comment-form-rating .star-rating {
  width: 100px;
  height: 15px;
  margin-bottom: 15px;
  background: url(../images/star_rating.png) 0 -15px no-repeat;
  position: relative;
}
.woocommerce .product .comment-respond .comment-form-rating .star-rating span {
  display: block;
  height: 15px;
  background: url(../images/star_rating.png) 0 0 no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.woocommerce .product .comment-respond .form-submit {
  margin-top: 15px;
  float: right;
}

.shop_table {
  width: 100%;
  font-weight: 300;
}
.shop_table thead th {
  padding: 10px 0;
  border-top: 1px #e5e5e5 solid;
  border-bottom: 1px #e5e5e5 solid;
  font-size: 20px;
  text-align: left;
}
.shop_table thead th:first-child {
  border-left: 1px #e5e5e5 solid;
}
.shop_table thead th:last-child {
  border-right: 1px #e5e5e5 solid;
}
.checkout .shop_table thead th:first-child {
  width: 80%;
  padding-left: 30px;
}
.shop_table .cart_item td,
.shop_table .order_item td,
.shop_table .order td {
  padding: 15px 45px 15px 0;
  border-bottom: 1px #e5e5e5 solid;
  vertical-align: middle;
}
.checkout .shop_table .cart_item td:first-child, .checkout
.shop_table .order_item td:first-child, .checkout
.shop_table .order td:first-child {
  padding-left: 30px;
}
.shop_table .cart_item .product-thumbnail,
.shop_table .order_item .product-thumbnail,
.shop_table .order .product-thumbnail {
  padding-right: 10px;
}
.shop_table .cart_item .product-thumbnail a,
.shop_table .order_item .product-thumbnail a,
.shop_table .order .product-thumbnail a {
  display: inline-block;
  padding: 5px;
  border: 1px #e5e8e6 solid;
}
.shop_table .cart_item .product-name a,
.shop_table .order_item .product-name a,
.shop_table .order .product-name a {
  font-size: 24px;
  color: #4e7b7f;
}
.shop_table .cart_item .product-name .variation,
.shop_table .order_item .product-name .variation,
.shop_table .order .product-name .variation {
  margin-top: 15px;
}
.shop_table .cart_item .product-name .variation dt,
.shop_table .order_item .product-name .variation dt,
.shop_table .order .product-name .variation dt {
  font-size: 13px;
  line-height: 18px;
  color: #4e7c7f;
}
.shop_table .cart_item .product-name .variation dd,
.shop_table .order_item .product-name .variation dd,
.shop_table .order .product-name .variation dd {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.shop_table .cart_item .product-price .amount,
.shop_table .order_item .product-price .amount,
.shop_table .order .product-price .amount {
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
.shop_table .cart_item .product-price .amount em,
.shop_table .order_item .product-price .amount em,
.shop_table .order .product-price .amount em {
  font-size: 13px;
  font-weight: 300;
}
.shop_table .cart_item .product-quantity .quantity,
.shop_table .order_item .product-quantity .quantity,
.shop_table .order .product-quantity .quantity {
  width: 60px;
  height: 43px;
  padding-right: 19px;
  float: left;
  border: 1px #eeeeee solid;
  position: relative;
}
.shop_table .cart_item .product-quantity input[type='number'],
.shop_table .order_item .product-quantity input[type='number'],
.shop_table .order .product-quantity input[type='number'] {
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  border-right: 1px #eeeeee solid;
  -moz-appearance: textfield;
  font: 300 18px/1 "Dosis", sans-serif;
  text-align: center;
  color: #000;
}
.shop_table .cart_item .product-quantity input[type='number']::-webkit-outer-spin-button, .shop_table .cart_item .product-quantity input[type='number']::-webkit-inner-spin-button,
.shop_table .order_item .product-quantity input[type='number']::-webkit-outer-spin-button,
.shop_table .order_item .product-quantity input[type='number']::-webkit-inner-spin-button,
.shop_table .order .product-quantity input[type='number']::-webkit-outer-spin-button,
.shop_table .order .product-quantity input[type='number']::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.shop_table .cart_item .product-quantity .plus,
.shop_table .cart_item .product-quantity .minus,
.shop_table .order_item .product-quantity .plus,
.shop_table .order_item .product-quantity .minus,
.shop_table .order .product-quantity .plus,
.shop_table .order .product-quantity .minus {
  width: 19px;
  height: 20px;
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  font: 300 18px/16px "Dosis", sans-serif;
  text-align: center;
  color: #000;
}
.shop_table .cart_item .product-quantity .plus,
.shop_table .order_item .product-quantity .plus,
.shop_table .order .product-quantity .plus {
  height: 21px;
  border-bottom: 1px #eeeeee solid;
  top: 0;
}
.shop_table .cart_item .product-quantity .minus,
.shop_table .order_item .product-quantity .minus,
.shop_table .order .product-quantity .minus {
  bottom: 0;
}
.shop_table .cart_item .product-subtotal .amount,
.shop_table .cart_item .product-total .amount,
.shop_table .cart_item .order-total .amount,
.shop_table .order_item .product-subtotal .amount,
.shop_table .order_item .product-total .amount,
.shop_table .order_item .order-total .amount,
.shop_table .order .product-subtotal .amount,
.shop_table .order .product-total .amount,
.shop_table .order .order-total .amount {
  font-size: 30px;
  font-weight: 700;
  color: #000;
}
.shop_table .cart_item .product-subtotal .amount em,
.shop_table .cart_item .product-total .amount em,
.shop_table .cart_item .order-total .amount em,
.shop_table .order_item .product-subtotal .amount em,
.shop_table .order_item .product-total .amount em,
.shop_table .order_item .order-total .amount em,
.shop_table .order .product-subtotal .amount em,
.shop_table .order .product-total .amount em,
.shop_table .order .order-total .amount em {
  font-size: 13px;
  font-weight: 300;
}
.shop_table .cart_item .product-total .amount,
.shop_table .order_item .product-total .amount,
.shop_table .order .product-total .amount {
  font-size: 18px;
}
.shop_table .cart_item .product-remove,
.shop_table .order_item .product-remove,
.shop_table .order .product-remove {
  padding-right: 0;
}
.shop_table .cart_item .product-remove .remove,
.shop_table .order_item .product-remove .remove,
.shop_table .order .product-remove .remove {
  display: block;
  width: 18px;
  height: 21px;
  background: url(../images/cart_remove_icon.png) no-repeat;
}
.shop_table .cart_item p,
.shop_table .order_item p,
.shop_table .order p {
  margin-bottom: 0;
}
.shop_table .actions {
  padding: 15px 0;
  border-bottom: 1px #e5e5e5 solid;
}
.shop_table .actions .coupon {
  float: left;
}
.shop_table .actions .coupon input[type='text'] {
  height: 43px;
  padding: 0 25px;
  margin: 0;
  float: left;
  border: 1px #e5e5e5 solid;
  border-right: none;
  font: 14px/41px "Dosis", sans-serif;
  color: #b0b0b0;
}
.shop_table .actions .coupon .button {
  float: left;
}
.shop_table .actions .checkout-button {
  float: right;
  background-image: url(../images/checkout_icon.png);
}
.shop_table .actions .update-button {
  margin-right: 10px;
  float: right;
}

.shop_table tfoot,
.cart-collaterals {
  font-weight: 300;
  text-align: left;
}
.shop_table tfoot th,
.cart-collaterals th {
  font-size: 18px;
}
.shop_table tfoot th, .shop_table tfoot td,
.cart-collaterals th,
.cart-collaterals td {
  padding: 0 15px 20px 0;
}
.shop_table tfoot .cart-subtotal .amount,
.cart-collaterals .cart-subtotal .amount {
  font-size: 18px;
  font-weight: 700;
}
.shop_table tfoot .cart-subtotal .amount em,
.cart-collaterals .cart-subtotal .amount em {
  font-size: 13px;
  font-weight: 300;
}
.shop_table tfoot .shipping li,
.cart-collaterals .shipping li {
  margin-bottom: 12px;
}
.shop_table tfoot .shipping li:last-child,
.cart-collaterals .shipping li:last-child {
  margin-bottom: 0;
}
.shop_table tfoot .shipping label,
.cart-collaterals .shipping label {
  cursor: pointer;
  position: relative;
  top: 2px;
  font-size: 14px;
}
.shop_table tfoot .shipping .amount,
.cart-collaterals .shipping .amount {
  font-weight: 700;
}
.shop_table tfoot .shipping .amount em,
.cart-collaterals .shipping .amount em {
  font-size: 12px;
  font-weight: 300;
}
.shop_table tfoot .order-total th,
.cart-collaterals .order-total th {
  font-size: 30px;
  text-align: right;
}
.shop_table tfoot .order-total strong,
.cart-collaterals .order-total strong {
  font-size: 30px;
  text-align: right;
  color: #517e81;
}
.shop_table tfoot .order-total strong em,
.cart-collaterals .order-total strong em {
  font-size: 13px;
  font-weight: 300;
}
.shop_table tfoot .order-total small,
.cart-collaterals .order-total small {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #bac4c5;
}

.shop_table tfoot tr:first-child th, .shop_table tfoot tr:first-child td {
  padding-top: 55px;
}
.shop_table tfoot th {
  padding-right: 100px;
  text-align: right;
}
.shop_table tfoot .order-total th {
  padding-right: 15px;
}

.cart-collaterals {
  width: 440px;
  margin: 55px 0;
  float: right;
}
.cart-collaterals table {
  width: 100%;
}
.cart-collaterals p {
  padding-top: 15px;
  border-top: 1px #eeeeee solid;
  font-size: 14px;
  line-height: 24px;
  color: #818c8d;
}

#payment label {
  color: #9B9B9B;
}
#payment label img {
  margin-left: 10px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
#payment .payment_methods {
  padding: 20px;
  border: 1px #eeeeee solid;
}
#payment .payment_methods li {
  margin-bottom: 20px;
}
#payment .payment_methods li:last-child {
  margin-bottom: 0;
}
#payment .payment_methods .payment_box {
  margin-top: 10px;
}
#payment .place-order {
  margin-top: 30px;
}
#payment .place-order .button {
  float: right;
  background-image: url(../images/checkout_icon.png);
}
#payment .place-order .terms {
  float: left;
}
#payment .place-order .terms label {
  float: right;
}
#payment .place-order .terms label a {
  color: #517e81;
}
#payment .place-order .terms .checker {
  float: left;
}

.checkout h3 {
  margin-bottom: 20px;
  clear: both;
  font-size: 18px;
}
.checkout .col-1,
.checkout .col-2 {
  margin-bottom: 30px;
}
.checkout .create-account {
  padding: 20px;
  border: 1px #eeeeee solid;
}
.checkout label.checkbox {
  font-size: 14px;
  color: #9B9B9B;
}

.col2-set .col-1,
.col2-set .col-2 {
  width: 47%;
  margin-bottom: 30px;
}
.col2-set .col-1 {
  float: left;
}
.col2-set .col-2 {
  float: right;
}

.my_account_orders {
  margin-bottom: 30px;
}
.my_account_orders thead th:first-child,
.my_account_orders tbody td:first-child {
  padding-left: 30px;
}
.my_account_orders thead th:last-child,
.my_account_orders tbody td:last-child {
  padding-right: 0;
  text-align: right;
}
.my_account_orders .button + .button {
  margin-left: 10px;
}

.addresses {
  margin-top: 30px;
}
.addresses > div {
  padding: 20px;
  border: 1px #eeeeee solid;
}
.addresses > div .edit {
  display: block;
  margin-bottom: 15px;
}
.addresses > div address {
  line-height: 18px;
}

.order-info + h2 {
  margin-top: 30px;
}

.order_details thead th:first-child,
.order_details tbody td:first-child {
  width: 80%;
  padding-left: 30px;
}
.order_details .order_item .product-name a {
  font-size: 14px;
}
.order_details tfoot tr:first-child .amount {
  font-size: 18px;
  font-weight: 700;
}
.order_details tfoot tr:first-child .amount em {
  font-size: 13px;
  font-weight: 300;
}
.order_details tfoot tr:nth-child(2) .amount {
  font-weight: 700;
}
.order_details tfoot tr:nth-child(2) .amount em {
  font-size: 12px;
  font-weight: 300;
}
.order_details tfoot tr:last-child th {
  padding-right: 15px;
  font-size: 30px;
  text-align: right;
}
.order_details tfoot tr:last-child td {
  font-size: 14px;
  color: #bac4c5;
}
.order_details tfoot tr:last-child .amount:first-child {
  display: block;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  color: #517e81;
}
.order_details tfoot tr:last-child .amount:first-child em {
  font-size: 13px;
  font-weight: 300;
}

ul.order_details {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px #eeeeee solid;
  line-height: 20px;
}

.customer_details {
  line-height: 20px;
}
.customer_details dt {
  font-weight: 700;
}
.customer_details dd {
  margin-bottom: 20px;
}
.customer_details dd:last-child {
  margin-bottom: 0;
}

/*-------------------------*/
/*      COPYRIGHT 2014     */
/*       www.eduweb.pl     */
/*-------------------------*/
