/*
 Theme Name:     The Simple Child
 Theme URI:      http://thesimple.ellethemes.com
 Description:    The Simple Child Theme
 Author:         Ellethemes
 Author URI:     http://www.ellethemes.com
 Template:       the-simple
 Version:        1.0.0
*/

@import url("../the-simple/style.css");

sup {
	top: -1em;
}
nav .menu > li {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
nav .menu > li > a {
  font-size: 16px !important;
  text-transform: none !important;
}
.top_wrapper {
	z-index: 2;
}

#fda {
margin-top: 40px;
margin-bottom: -60px;
margin-left: -13px;
}

#uploader-3d,
#uploader-3d *,
#uploader-3d-info,
#uploader-3d-info *,
#part-info,
#part-info * {
	color: #fff;
}
#part-qty,
#part-price {
  display: none;
}
#uploader-3d-info {
  position: absolute;
  top: 35px;
  left: 15px;
  z-index: 1;
  font-size: 18px;
  text-shadow: 0 2px 2px rgba(0,0,0,0.35);
  display: none;
}
#uploader-3d-info #part-name {
  font-weight: 600;
  font-size: 28px;
}
#part-info {
  line-height: 200%;
  font-weight: 400;

	position: absolute;
  bottom: 35px;
  left: 15px;
  z-index: 1;
  font-size: 18px;
  text-shadow: 0 2px 2px rgba(0,0,0,0.35);
  display: none;
}
#uploader-3d-info #part-info #part-volume + sup {
  font-size: 13px;
}
#uploader-3d-container-browse {
	position: absolute;
  bottom: 50px;
  left: 15px;
  z-index: 1;
}
/*#uploader-3d {
  font-size: 18px;
  text-shadow: 0 2px 2px rgba(0,0,0,0.35);
  cursor: pointer;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
#uploader-3d:hover {
  color: #0099ff;
}*/
#uploader-3d #fileselect {
  display: none;
}
#uploader-3d,
#uploader-3d-files-archive-browse {
  background: #fff;
  color: #2c3e51;
  font-size: 16px;
  text-align: center;
  padding: 8px 20px;
  border-radius: 4px;
  box-shadow: 0 2px 2px 1px rgba(0,0,0,0.35);
  cursor: pointer;
	width: 160px;
	text-shadow: none;
	margin: 15px 0 0;
}
#uploader-3d-edit {
  background: #fff;
  color: #2c3e51;
  font-size: 16px;
  text-align: center;
  padding: 10px 38px;
  border-radius: 4px;
  box-shadow: 0 2px 2px 1px rgba(0,0,0,0.35);
  cursor: pointer;
  position: absolute;
  bottom: 135px;
  right: 25px;
  z-index: 1;
  display: none;
	width: 90px;
}
#uploader-3d-delete {
  background: #fff;
  color: #2c3e51;
  font-size: 16px;
  text-align: center;
  padding: 10px 38px;
  border-radius: 4px;
  box-shadow: 0 2px 2px 1px rgba(0,0,0,0.35);
  cursor: pointer;
  position: absolute;
  bottom: 55px;
  right: 25px;
  z-index: 1;
  display: none;
	width: 90px;
}
#uploader-3d-units {
  position: absolute;
  bottom: 50px;
  right: 15px;
  z-index: 1;
  font-size: 18px;
  font-weight: 300;
  text-shadow: 0 2px 2px rgba(0,0,0,0.35);
  text-align: center;
}
.uploader-3d-units-2nd {
  display: none;
}
#uploader-3d-units #parts-units {
  background: #fff;
  color: #2c3e51;
  border-radius: 4px;
  padding: 5px 5px;
  font-size: 16px;
  box-shadow: 0 2px 2px 1px rgba(0,0,0,0.35);
  margin-top: 15px;
}
#uploader-3d-units #parts-units > div {
  display: inline-block;
  text-shadow: none;
  padding: 3px 15px;
  border-radius: 4px;
  cursor: pointer;
}
#uploader-3d-units #parts-units > div.parts-unit-active {
  background-color: #737c85;
  color: #fff;
}
#uploader-3d-units #parts-units > div:hover {
  background-color: #ccc;
  color: #2c3e51;
}
#container-3d {
  width: 100%;
  height: 575px;
  position: relative;
  left: 0;
}
#container-3d canvas {
  display: none;
}
#uploader-3d-text {
  font-size: 27px;
  line-height: 165%;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,0.5);
  padding-top: 250px;
}
#uploader-3d-progress {
  font-size: 27px;
  text-align: center;
  padding-top: 150px;
  display: none;
}
#pbar-holder {
  background-color: #fff;
  width: 100%;
  max-width: 500px;
  height: 15px;
  border: 1px solid #fff;
  margin: 40px auto;
}
.pbar-progress {
  background-color: #ed5770;
  width: 1%;
  height: 15px;
  display: inline-block;
  float: left;
  -webkit-transition: width 100ms;
  transition: width 100ms;
}
.pbar-progress-1st {

}
#pbar-text {
  text-shadow: 0 2px 2px rgba(0,0,0,0.35);
}
#pbar-cancel {
  margin-top: 100px;
  background: #fff;
  color: #2c3e51;
  border-radius: 4px;
  padding: 12px 20px;
  font-size: 16px;
  box-shadow: 0 2px 2px 1px rgba(0,0,0,0.35);
}
.popup-compare {
  position: fixed;
  z-index: 9999;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(45,63,82, 0.95);
  display: none;
  overflow-y: scroll;
}
.popup-compare-view {
  width: 100%;
  max-width: 1134px;
  display: block;
  margin: 100px auto 100px;
  background-color: #fff;
  padding: 20px 0 0 40px;
  position: relative;
	font-size: 14px;
	border-radius: 3px;
}
.popup-compare-view table {
  width: 100%;
  color: #2c3e51;
  margin-top: 40px;
}
.popup-compare-view table tr td {
  padding: 25px 10px;
  border-top: 1px solid #bac6ce;
  text-align: center;
  width: 10%;
}
.popup-compare-view table tbody > tr:first-child td {
  font-weight: 600;
  color: #e73e5a;
  padding: 15px 10px;
}
.popup-compare-view table tbody > tr:last-child td {
  font-weight: 600;
  color: #e73e5a;
}
.popup-compare-view table tbody tr > td:first-child {
  font-weight: 600;
  color: #2c3e51;
  padding-left: 0;
  text-align: left;
  width: 15%;
}
.popup-compare-close {
  display: inline-block;
  float: right;
  font-size: 56px;
  font-weight: 400;
	margin-right: 20px;
  color: #2c3e51;
  cursor: pointer;
}
.popup-compare-title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #2c3e51;
  padding: 20px 0 40px 0;
	border-bottom: 1px solid #bac6ce;
	margin-right: 40px;
}
.tab-anchors {
	width: 20%;
	padding: 20px 60px 0 0;
	float: left;
}
.tab-anchor {
	display: block;
	padding-top: 15px;
}
.tab-anchor-active {
	color: #2c3e51;
}
.tab-contents {
	width: calc(80% - 60px - 1px);
	padding: 20px 0 0 0;
	float: left;
	border-left: 1px solid #bac6ce;
}
.materials-desc {
	width: calc(65% - 60px);
	padding: 0 0 0 60px;
	float: left;
	text-align: justify;
}
.materials-desc > p > strong {
	font-size: 16px;
}
.materials-feat {
	width: calc(35% - 60px - 40px);
	padding: 0 40px 0 60px;
	float: left;
}
.materials-feat-title {
	font-size: 16px;
	font-weight: 600;
	display: block;
	margin: 1em 0;
}
.materials-feat-content {
	color: #e73e5a;
	margin: 0 0 2em;
}
.material-group {
	width: calc(100% - 60px - 40px);
	padding: calc(20px + 1em) 40px 0 60px;
	border-top: 1px solid #bac6ce;
	margin: 1em 0 0;
}
.material-group-title {
	font-size: 16px;
	font-weight: 600;
	padding: 0 0 calc(20px + 1em) 0;
}
.material-b {
	width: calc(50% - 35px);
	display: inline-block;
	margin-bottom: 3em;
	float: left;
}
.material-group > .material-b:nth-child(odd) {
	margin-left: 70px;
}
.material-img {
	background-color: #f2f5f7;
	width: 100px;
	height: 100px;
	border: 1px solid #bac6ce;
	float: left;
	margin-right: 15px;
}
.material-t {
	font-size: 14px;
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
}
.material-d {
	font-size: 12px;
  line-height: 135%;
	display: block;
}
.quote-form {

}
.quote-form label {
  color: #2c3e51;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 40px;
}
.quote-form label span.ast,
.quote-form .pink-text {
  color: #e73e5a;
}
.quote-form-composite,
.quote-form-metal {
  display: none;
  background-color: #f2f5f7;
}
.quote-form-composite .wpcf7-form > [class*="vc_col-sm"],
.quote-form-metal .wpcf7-form > [class*="vc_col-sm"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.quote-form .rq-title-big {
  font-size: 18px;
}
.quote-form .rq-title {
  font-size: 16px;
}
.quote-form .request-quote-fname {
  color: #0099ff;
}
.quote-form .semi-border {
  margin: 35px 0;
}
.quote-form label span.sublabel {
  color: #bac6ce;
  font-size: 12px;
  font-weight: 300;
  float: right;
}
.quote-form div.wpcf7-validation-errors {
  border: none;
  clear: both;
  text-align: right;
  color: #e73e5a;
}
.quote-form div.wpcf7-mail-sent-ok {
  border: none;
  clear: both;
  text-align: right;
}
.quote-form span.wpcf7-not-valid-tip {
  display: none !important;
}
.quote-form .ajax-loader {
  display: none !important;
}
.quote-form .wpcf7-form-control-wrap > input,
.quote-form .wpcf7-form-control-wrap > textarea {
  margin-top: 15px;
}
.quote-form input[type="text"],
.quote-form input[type="email"],
.quote-form input[type="number"],
.quote-form input[type="date"],
.quote-form input[type="file"],
.quote-form select,
.quote-form textarea,
.quote-form .wpcf7-form-control-wrap textarea {
  background-color: #fff;
  border: 1px solid #bac6ce !important;
  border-radius: 3px;
  resize: none;
  padding: 2px 10px;
  font-size: 16px;
  line-height: 40px;
}
.quote-form select {
  padding: 10px 10px !important;
  margin-top: 15px !important;
  height: auto !important;
  width: 100% !important;
}
.quote-form .wpcf7-form-control-wrap textarea  {
  line-height: 20px;
  padding: 10px 10px;
}
.quote-form input.wpcf7-not-valid,
.quote-form textarea.wpcf7-not-valid {
  border: 1px solid #e73e5a !important;
}
.quote-form .wpcf7 input:not([type="submit"]) {
  height: 40px;
}
.quote-form input[type="file"] {
  display: none;
}
.quote-form-composite .ls-container,
.quote-form-metal .ls-container {
  background-color: transparent !important;
  box-shadow: none !important;
}
.quote-form-composite .ls-container .ls-part-img,
.quote-form-metal .ls-container .ls-part-img {
  width: 100%;
  height: auto;
}
.quote-form-composite .ls-lightskin .ls-nav-prev,
.quote-form-composite .ls-lightskin .ls-nav-next,
.quote-form-metal .ls-lightskin .ls-nav-prev,
.quote-form-metal .ls-lightskin .ls-nav-next {
  left: auto !important;
  top: 260px !important;
  background-image: none;

}
.quote-form-composite .ls-lightskin .ls-nav-prev,
.quote-form-metal .ls-lightskin .ls-nav-prev {
  right: 27px !important;
}
.quote-form-composite .ls-lightskin .ls-nav-prev:before,
.quote-form-metal .ls-lightskin .ls-nav-prev:before {
  content: '<';
  display: inline-block;
  position: relative;
  top: 70%;
  font-weight: 600;
  color: #2c3e51;
}
.quote-form-composite .ls-lightskin .ls-nav-next:before,
.quote-form-metal .ls-lightskin .ls-nav-next:before {
  content: '>';
  display: inline-block;
  position: relative;
  top: 70%;
  font-weight: 600;
  color: #2c3e51;
}
::-webkit-input-placeholder {
  color: #bac6ce !important;
}
::-moz-placeholder {
  color: #bac6ce !important;
}
:-ms-input-placeholder {
  color: #bac6ce !important;
}
:-moz-placeholder {
  color: #bac6ce !important;
}
input[name='your-deadline'] {
  background-image: url('img/quote-calendar.png') !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 10px) center !important;
}
#ui-datepicker-div {
  z-index: 99 !important;
}
.fake-file-input {
  cursor: pointer;
  margin-top: 15px;
}
.fake-file-input-url,
.fake-user-id-input {
  display: none !important;
}
#fake-file-input-browse {
  border: 1px solid #bac6ce !important;
  display: inline-block;
  float: right;
  background-color: #f2f5f7;
  font-size: 14px;
  padding: 3px 10px;
  border-radius: 2px;
  position: relative;
  margin-top: -44px;
  margin-right: 5px;
  cursor: pointer;
}
.quote-form .wpcf7-submit {
  background-color: #2c3e51 !important;
  color: #fff !important;
  border: 1px solid #2c3e51 !important;
  font-size: 16px !important;
  border-radius: 3px !important;
  float: right !important;
  margin: 25px 0 0 0;
  padding: 10px 50px;
}
.materials-list {
  display: none !important;
}
.materials-list-active {
  display: block !important;
}
.each-order-includes {
  list-style: none;
  padding: 0;
}
.each-order-includes li {
  font-size: 18px;
  padding: 10px 0;
  color: #2c3e51;
}
.each-order-includes li .fa {
  color: #e7425e;
  margin: 0 20px 0 0;
  font-size: 24px;
}
.finishing-options {
  display: none;
}
[data-material-cat] {
  font-size: 12px;
  text-transform: uppercase;
  color: #bac6ce;
  border: 1px solid #bac6ce;
  border-radius: 3px;
  margin: 0 23px;
  padding: 5px 10px;
  line-height: 100%;
  display: inline-block;
}
[data-material-cat]:hover {
  color: #9aa6ae;
  border-color: #9aa6ae;
}
[data-material-cat].current-material-cat {
  color: #e73e5a;
  border-color: #e73e5a;
}
.material-list {
  border-bottom: 1px solid #bac6ce;
  margin: 0 0 30px 0 !important;
}
.material-list h2 {
  font-weight: 600;
  color: #2c3e51;
  padding: 10px 0 15px 0;
}
.material-list .pink-price {
  color: #e73e5a;
  font-weight: normal;
}
.btn-bt.default {
  background-color: transparent !important;
  border: 1px solid #2c3e51 !important;
  color: #2c3e51 !important;
  font-size: 16px !important;
  border-radius: 3px !important;
  float: none !important;
  display: none;
  margin: 25px 0 0 0;
}
.btn-bt.btn-bt-blue {
  background-color: #2c3e51 !important;
  color: #fff !important;
}
.btn-bt.default.btn-bt-blue:hover {
  background-color: #3c4e61 !important;
  color: #fff !important;
}
.material-list .btn-add-to-cart,
.material-list .btn-added-to-cart,
.material-list .btn-view-cart {
  display: none;
}
.btn-bt.btn-show {
  display: block;
}
.material-list .btn-choose-colors,
.material-list .btn-add-to-cart,
.material-list .btn-added-to-cart,
.material-list .btn-view-cart {
  display: none !important;
}
.btn-continue-finishing {
  margin: 0 0 0 0;
  display: block !important;
}
.material-row,
.finish-row {
  border-top: 1px solid #bac6ce;
}
.material-col-main {
  padding: 25px 25px 25px 0 !important;
}
.material-col-side,
.finish-col-side {
  background-color: #f2f5f7;
  border-left: 1px solid #bac6ce;
  border-right: 1px solid #bac6ce;
  padding: 25px 40px !important;
}
.finish-row > .vc_col-sm-8 {
  border-right: 1px solid #bac6ce;
  padding-left: 0;
  padding-right: 0;
}
.finish-col-side {
  padding: 35px 45px !important;
  border-bottom: 1px solid #bac6ce;
  border-left: 1px solid #bac6ce;
  margin-left: -1px;
}
.material-col-side .material-feat {
  font-weight: normal;
  color: #2c3e51;
  font-size: 15px;
}
.material-col-side .material-feat-val {
  color: #e73e5a;
  font-size: 15px;
}
.pp-side-sep {
  border-top: 1px solid #bac6ce;
  margin: 25px 0;
}
.material-col-side .material-feat-subtotal {
  font-weight: bold;
  color: #2c3e51;
  font-size: 16px;
}
.material-col-side .material-feat-subtotal-val {
  color: #2c3e51;
  font-size: 16px;
}
.bottom-total-qty,
.bottom-total-qty-val,
.bottom-total-discount,
.bottom-total-discount-val,
.bottom-total-price,
.bottom-total-price-val {
  font-weight: bold;
  color: #2c3e51;
  font-size: 20px;
  padding: 15px 0;
	text-align: right;
}
.material-col-side [class*='vc_col-'],
.finish-col-side [class*='vc_col-'] {
  padding: 7px 0 0 0 !important;
}
.btn-cancel-order,
.btn-skip-finishing,
.btn-go-back-to-materials {
  display: inline-block !important;
}
.finishing-special-instructions {
  font-family: Raleway, sans-serif;
	margin-top: 50px;
  padding: 10px;
  width: 100%;
  min-height: 60px;
  margin-top: 28px;
  resize: none;
}
.finish-items-addons {
  padding: 25px 0 0 15px;
}
.finish-items-addons > strong {
  font-size: 16px;
  color: #2c3e51;
  padding-bottom: 30px;
  padding-left: 10px;
  display: block;
	padding-top: 40px;
}
.finish-items-addons .addon-selection {
  display: inline-block;
  margin-top: 0;
  /*float: left;*/
}
.finish-items-addons input {
  position: relative;
  top: -2px;
  margin-right: 10px;
}
.finish-items-addons .addon-price-text {
  font-size: 16px;
  font-weight: normal;
  color: #2c3e51;
  min-width: 50px;
  display: inline-block;
  margin-top: calc(50% - 30px);
  /*float: left;*/
}
.finish-items-addons .addon-price-text .strong-pink {
  color: #e73e5a;
  font-weight: bold;
  font-size: 20px;
}
.finish-items-addons .addon-price-text .strong-2-line {
  color: #e73e5a;
  font-weight: normal;
  font-size: 14px;
}
.finish-items-addons .addon-price-text .strong-2-line div {
  color: #2c3e51;
  font-weight: bold;
  font-size: 18px;
}
.finish-items-addons .addon-text {
  margin-left: 10px;
  display: inline-block;
  /*float: left;*/
}
.finish-items-addons .addon-text strong {
  font-size: 16px;
  color: #2c3e51;
  font-weight: bold;
}
.finish-items-addons .addon-text p {
  color: #2c3e51;
  margin: 0;
  padding: 0 0 25px;
}
.finish-items-addons > .product-addon {
  padding-left: 10px;
  line-height: 185%;
}
.finish-col-side-checkout {
  float: right !important;
  padding: 0 45px !important;
}
.finishing-totals {
  font-weight: 600;
  font-size: 20px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 25px;
}
.finishing-totals-bottom {
  color: #e73e5a;
}
.btn-finish-checkout {
  display: block !important;
  margin-top: 45px !important;
}
.finish-item {
  border-bottom: 1px solid #bac6ce;
  padding-top: 75px;
  padding-bottom: 75px;
}
.finish-item input[type="number"] {
  width: 47px !important;
  height: 25px;
  padding: 7px 4px 7px 2px !important;
}
.finish-item .finish-price {
  color: #2c3e51;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  margin: 0 0 0 0;
  padding: 10px 0;
  position: relative;
  top: -5px;
}
.finish-rem {
  background: transparent url('img/trash-icon.png') no-repeat center center;
  color: #2c3e51;
  font-size: 42px;
  padding: 10px 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
}
.finish-rem:hover {
  opacity: 0.8;
}
.finish-3d-preview {
  float: left;
  margin-right: 25px;
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: #f3f3f3;
  border: 1px solid #bac6ce;
  background: rgb(234,234,234);
  background: -moz-linear-gradient(top,  rgba(234,234,234,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=0 );
}
.finish-3d-preview > div {
  width: 100%;
  height: 100%;
  background-size: 200% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.extra_navigation_button_up {
  margin: 0 0 0 35px;
  border: 1px solid #2b2b2b;
  padding: 12px 20px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  bottom: -4px;
}
.extra_navigation_button_up:hover {
  background-color: #2c3e51;
  border-color: #2c3e51;
  color: #fff !important;
}
.lnr-cart {
  background: transparent url('img/cart.png') no-repeat center center;
  width: 41px;
  height: 30px;
  display: inline-block;
  position: relative;
  margin-bottom: -4px;
}
.lnr-cart:before {
  display: none;
}
.header_tools .cart_icon .nr {
  background: #e73e5a !important;
  top: -7px !important;
  right: 14px !important;
  width: 19px !important;
  padding-left: 1px;
  height: 20px !important;
  line-height: 20px !important;
  text-align: center;
}
.account-menu-icon {
  background: transparent url('img/account-icon.png') no-repeat center center !important;
  width: 32px;
	cursor: pointer;
}
.account-menu-icon:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #e73e5a;
  float: right;
  position: relative;
  top: 31px;
  right: -3px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.account-menu-icon.account-menu-icon-zero-notifications:before {
  display: none;
}
.account-menu-icon > a[href*="/my-account"],
.account-menu-icon > a {
  text-indent: -9999px;
}
nav .menu > li.account-menu-icon > ul.sub-menu {

}
.header_tools .cart .content {
  background-color: #fff !important;
  margin: -10px 0 0 0 !important;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.45);
  -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.45);
  box-shadow: 0 2px 6px rgba(0,0,0,0.45);
}
.header_tools .cart .content:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 10px 7.5px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  float: left;
  top: -10px;
  left: 70px;
  -webkit-filter: drop-shadow(0 -1px 1px rgba(0,0,0,.15));
  filter: drop-shadow(0 -1px 1px rgba(0,0,0,.15));
}
.header_tools .cart .content .cart_supertitle {
  text-align: right;
  font-weight: 600;
  font-size: 16px !important;
  border-bottom: 1px solid #bac6ce !important;
  color: #2c3e51 !important;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.header_tools .cart .content .cart_supertitle span {
  float: left;
}
.header_tools .cart .content .cart_item .description .title,
.header_tools .cart .checkout .subtotal {
  color: #2c3e51 !important;
}
.header_tools .cart .content .cart_item .description {
  padding-left: 0 !important;
}
.header_tools .cart .content .empty,
.header_tools .cart .content .items {
  padding-bottom: 20px !important;
}
.header_tools .cart .content .cart_item {
  border-bottom: none !important;
}
.header_tools .cart .content .cart_item img {
  border: 1px solid #bac6ce;
  padding: 1px;
  margin-right: 15px;
}
.header_tools .cart .content .cart_item .description .price,
.header_tools .cart .content .cart_item .description .price .amount {
  color: #2c3e51 !important;
}
.header_tools .cart .cart_item .pp-cart-qty {
  float: right;
  font-size: 13px !important;
  color: #2c3e51 !important;
}
.header_tools .cart .cart_item .remove {
  float: right;
  font-size: 10px;
  color: #e73e5a !important;
}
.header_tools .cart .cart_item .remove:after {
  display: none;
}
.header_tools .cart .checkout {
  border-top: 1px solid #bac6ce !important;
  padding-top: 0 !important;
}
.header_tools .cart .checkout .subtotal {
  float: none !important;
  text-align: right;
  font-weight: 600;
  font-size: 16px !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid #bac6ce;
  margin-bottom: 20px;
}
.header_tools .cart .checkout .subtotal .subtotal_title {
  float: left !important;
}
.header_tools .cart .checkout .view_cart {
  float: none !important;
}
.header_tools .cart .checkout .view_cart a {
  display: block !important;
}
.header_tools .cart .checkout .view_cart > a:last-child {
  margin-top: 20px !important;
}

.variation-thumb,
.variation-Thumb,
.variation-Partname {
  display: none !important;
}

.woocommerce td.product-name dl.variation dd p:last-child,
.woocommerce-page td.product-name dl.variation dd p:last-child {
  margin-top: 0;
}
.woocommerce-page td.product-name dl.variation dd {
  margin-bottom: 0 !important;
}

.woocommerce-checkout #content {
  background-color: #f5f5f5 !important;
  padding-top: 0 !important;
}
.woocommerce-checkout #content .container {
  background-color: #fff;
}
.woocommerce-checkout #content .container > .row {
  padding: 40px 50px;
}
.woocommerce-checkout label[for="ship-to-different-address-checkbox"] {
  display: inline-block;
  padding-left: 0;
}
.woocommerce-checkout #ship-to-different-address-checkbox {
  position: relative;
  float: left;
  margin: 8px 10px 0 0;
}
.woocommerce-checkout #billing_postcode_field + .clear,
.woocommerce-checkout #shipping_postcode_field + .clear {
  display: none;
}
.woocommerce-checkout input[type='text'],
.woocommerce-checkout input[type='email'],
.woocommerce-checkout input[type='tel'],
.woocommerce-checkout select,
.woocommerce-checkout textarea {
  font-family: 'Lato', arial, sans-serif;
  padding: 4px 12px 6px;
  height: 42px !important;
  border: 1px solid #b9c6ce !important;
}
.woocommerce-checkout textarea {
  padding: 10px 12px 10px;
  height: auto !important;
}
.woocommerce-checkout .select2-container .select2-choice .select2-arrow b:after {
  display: none;
}
.woocommerce-checkout .select2-container .select2-choice {
  border: 1px solid #b9c6ce;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table {
  color: #2b3d51;
  padding-bottom: 50px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table dl.variation {
  color: #b9c6cf;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table th {
  font-size: 14px !important;
  font-weight: 600 !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table th,
.woocommerce-checkout .woocommerce-checkout-review-order-table td {
  padding: 20px 12px !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tr > th:first-child,
.woocommerce-checkout .woocommerce-checkout-review-order-table tr > td:first-child {
  padding-left: 0 !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tr > td:first-child {
  font-weight: 700 !important;
}
.woocommerce-checkout td.product-name dl.variation {
  font-size: 14px;
  font-weight: 500 !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart_item td.product-setup,
.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart_item td.product-finishing,
.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart_item td.product-qty,
.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart_item td.product-total {
  vertical-align: top;
}
.woocommerce-checkout td.product-name dl.variation dt,
.woocommerce-checkout td.product-name dl.variation dd {
  margin-top: 3px !important;
}
.woocommerce-checkout .pink-text {
  color: #e73e5b;
}
.woocommerce-checkout table.shop_table td {
  width: 20%;
}
.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td {
  text-align: center;
}
.woocommerce-checkout table.shop_table tr > th:first-child,
.woocommerce-checkout table.shop_table tr > td:first-child {
  text-align: left;
}
.woocommerce-checkout select.shipping_method {
  margin-bottom: 0;
}
.pp-checkout-payment-select {

}
.woocommerce #payment,
.woocommerce-page #payment {
  background-color: transparent !important;
  /*float: left;
  width: 50%;*/
}
.woocommerce #payment ul.payment_methods,
.woocommerce-page #payment ul.payment_methods {
  padding: 0 !important;
}
.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.woocommerce #payment div.payment_box:after,
.woocommerce-page #payment div.payment_box:after {
  display: none !important;
}
/*.woocommerce-checkout #wc-stripe-cc-form .form-row-wide {*/
  /*width: calc(62% + 3px);*/
/*}
label[for="payment_method_stripe"] {
  color: #2b3d51;
  font-weight: bold;
}
#stripe-payment-data > p:first-child,
label[for="payment_method_stripe"] img  {
  display: none !important;
}*/
.woocommerce #payment div.form-row,
.woocommerce-page #payment div.form-row {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
}
.wc-stripe-elements-field,
.wc-stripe-iban-element-field {
	 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
	line-height: 1em;
	border: 1px solid #e7e7e7;
	/*height: 40px;*/
	padding: 10px !important;
	-webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
 }
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number {
  font-size: 16px !important;
  padding: 4px 12px 6px !important;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  background-color: #2c3e51 !important;
  color: #fff !important;
  border: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-transform: capitalize;
	margin-top: 50px;
}
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
  background-color: #3c4e61 !important;
  color: #fff !important;
  border: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
mark {
  background-color: transparent;
  color: #2c3e51;
  font-weight: 600;
}
nav .menu > li.account-menu-icon > ul.sub-menu {
  background-color: #fff;

  margin: -10px 0 0 0 !important;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.45);
  -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.45);
  box-shadow: 0 2px 6px rgba(0,0,0,0.45);
}
nav .menu > li.account-menu-icon > ul.sub-menu:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 10px 7.5px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  float: left;
  top: -10px;
  left: 22px;
  -webkit-filter: drop-shadow(0 -1px 1px rgba(0,0,0,.15));
  filter: drop-shadow(0 -1px 1px rgba(0,0,0,.15));
}
.woocommerce-account #content {
  padding-top: 0;
}
.pp-account-area {
  background: #fff;
  padding: 50px 60px;
  width: calc(100% - 120px) !important;
}
.woocommerce-MyAccount-navigation {
  /*border-right: 1px solid #b9c6ce;
  min-height: 700px;*/
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0;
}
.woocommerce-MyAccount-navigation ul li {
  padding: 0 0 16px;
	text-transform: capitalize;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #293f4d;
}
.woocommerce-MyAccount-content {
  /*padding: 0 0 0 60px;*/
  border-left: 1px solid #b9c6ce;
  min-height: 700px;
}
.woocommerce-MyAccount-content .btn-bt.default {
  display: inline-block;
}
@media (min-width: 577px) {
	.woocommerce-MyAccount-content > p,
	.woocommerce-MyAccount-content > h2,
	.woocommerce-MyAccount-content header > h2,
	.woocommerce-MyAccount-content .col2-set {
	  padding-left: 60px !important;
	}
}
.woocommerce table.my_account_orders tr td,
.woocommerce-page table.my_account_orders tr td {
  padding: 8px 0;
  border: none;
}
.woocommerce table.my_account_orders thead tr th,
.woocommerce-page table.my_account_orders thead tr th {
  border-bottom: 1px solid #b9c6ce;
  color: #293f4d;
  font-weight: bold;
  padding: 16px 0;
}
.woocommerce table.my_account_orders .order-actions,
.woocommerce-page table.my_account_orders .order-actions {
  display: none;
}
.woocommerce-account table {
  /*width: calc(100% + 60px) !important;
  margin-left: -60px !important;*/
  /*position: absolute;*/
}
.woocommerce-account table tr > th:first-child,
.woocommerce-account table tr > td:first-child {
  padding-left: 60px !important;
}
.woocommerce table.shop_table.customer_details td,
.woocommerce-page table.shop_table.customer_details td {
  border-top: none;
}
.woocommerce-MyAccount-content .col2-set,
.woocommerce-MyAccount-content .col2-set {
  width: calc(100% - 60px) !important;
}
.woocommerce-MyAccount-content .woocommerce-error,
.woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-MyAccount-content .woocommerce-error,
.woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-MyAccount-content .woocommerce-message {
  left: 30px;
}
.woocommerce-MyAccount-content > .btn-bt {
  margin-left: 60px !important;
}
.woocommerce-MyAccount-content > form {
  margin-left: 60px;
}
.woocommerce-MyAccount-content #payment div.form-row,
.woocommerce-MyAccount-content #payment div.form-row {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.woocommerce-MyAccount-content #billing_postcode_field + .clear,
.woocommerce-MyAccount-content #shipping_postcode_field + .clear {
  display: none;
}
.woocommerce-MyAccount-content .title-border {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #b9c6ce;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table td,
.woocommerce-page .woocommerce-MyAccount-content table.shop_table td {
  border-top: none;
}
.woocommerce-MyAccount-content legend {
  font-size: 16px;
  font-weight: 600;
  border-bottom: none;
  padding-top: 20px;
  margin-bottom: 0;
}
.woocommerce-MyAccount-content .btn-bt.default {
  background-color: #2d3e52 !important;
  color: #fff !important;
  padding-left: 45px !important;
  padding-right: 45px !important;
}
.woocommerce-MyAccount-content .btn-bt.default:hover {
  background-color: transparent !important;
  color: #2d3e52 !important;
}
.woocommerce #payment ul.payment_methods,
.woocommerce-page #payment ul.payment_methods {
  border-bottom: none !important;
}
.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
  margin-bottom: 0 !important;
}
.woocommerce table.shop_table.order_details tfoot td,
.woocommerce table.shop_table.order_details tfoot th,
.woocommerce-page table.shop_table.order_details tfoot td,
.woocommerce-page table.shop_table.order_details tfoot th {
  border-top: 1px solid #b9c6ce;
}
.woocommerce-checkout-review-order-table #shipping_method li {
  text-align: left;
}
.woocommerce-checkout-review-order-table #shipping_method input[type="radio"] {
  margin: -2px 0 0 0;
}
.woocommerce-checkout-review-order-table #shipping_method label {
  display: inline;
}
.pp-dismiss-notification {
  float: right;
  font-size: 32px;
  line-height: 22px;
}
.woocommerce #payment ul.payment_methods ul.wc-saved-payment-methods > li > label,
.woocommerce-page #payment ul.payment_methods ul.wc-saved-payment-methods > li > label {
  display: inline;
}
.wc-saved-payment-methods {
  list-style: none;
  padding-left: 0;
}
#order_review_heading {
  text-transform: capitalize;
  padding: 50px 0;
}
.header_page {
  height: 170px !important;
}
.woocommerce-account .header_page {
  height: 250px !important;
}
.woocommerce-account .header_page .page_parents {
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
  color: #2c3e51;
  padding: 30px 40px;
  margin-top: -30px;
  margin-right: 50px;
  border: 1px solid #b9c6ce;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.woocommerce-account .header_page .page_parents span {
  color: #e73e5a;
	padding-left: 10px;
}
.woocommerce-account .header_page .page_parents > span:first-child {
	padding-left: 10px;
  padding-right: 40px;
}
.woocommerce-account .header_page.with_subtitle.normal .titles {
  padding: 0 50px;
  width: calc(100% - 100px);
}
.woocommerce-account .header_page.with_subtitle.normal .titles h1 {
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 20px;
}
.woocommerce-account .header_page.with_subtitle.normal .titles h3 span {
  color: #e73e5a;
}
.materials-list .vc_column_container > .vc_column-inner {
  padding: 0;
}
.btn-part-filter {
  display: inline-block !important;
  margin: 0 20px 0 0 !important;
}
.btn-bt.btn-bt-blue.btn-part-filter-inactive {
  background-color: #fff !important;
  color: #2c3e51 !important;
}
.filter-materials-new {
  float: right;
}
.filter-materials-new span {
  font-weight: 600;
  color: #2c3e51;
  margin: 0 15px 0 0;
}
.filter-materials-new select {
  padding: 14px 12px;
  height: auto;
  font-family: Raleway, Arial, Helvetica, sans-serif;
}
.materials-list-compsite-metal {
  display: none;
}
#uploader-3d-zoomer {
  position: absolute;
  top: 50px;
  right: 20px;
  text-align: center;
  width: 177px;
  display: none;
  font-weight: 300;
}
#uploader-3d-zoomer .ui-slider-vertical {
  height: 177px !important;
  border: none !important;
  width: 6px !important;
  -webkit-border-radius: 100px !important;
  border-radius: 100px !important;
  background-color: rgba(0,0,0,0.25) !important;
  background-image: none !important;
  left: calc(50% - 3px);
}
#uploader-3d-zoomer .ui-slider-handle {
  border:none !important;
  background-color: transparent !important;
  background: transparent url('img/v-slider.png') no-repeat center center !important;
  width: 31px !important;
  height: 32px !important;
  left: -12px !important;
  margin-bottom: -18px !important;
  outline: none !important;
}
#uploader-3d-zoomer .zoom-text {
  color: #e6eaf1;
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
}
.woocommerce-order-received {

}
.woocommerce-order-received.woocommerce-checkout table.shop_table tr > th:first-child,
.woocommerce-order-received.woocommerce-checkout table.shop_table tr > td:first-child {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-order-received.woocommerce-checkout table.shop_table th,
.woocommerce-order-received.woocommerce-checkout table.shop_table td {
  text-align: right;
}
.woocommerce-order-received.woocommerce .col2-set,
.woocommerce-order-received.woocommerce-page .col2-set {
  width: 70%;
  float: left;
}

.woocommerce-order-received.woocommerce table.shop_table.order_details + header,
.woocommerce-order-received.woocommerce-page table.shop_table.order_details + header {
  display: none;
}
.woocommerce-order-received.woocommerce table.shop_table.customer_details,
.woocommerce-order-received.woocommerce-page table.shop_table.customer_details {
  width: 30%;
  float: right;
}
.woocommerce-order-received .header_page {
	display: none;
}
.woocommerce-order-received .pp-ty-nude {
	background-color: #f5f5f5;
	position: relative;
	top: -40px;
	left: -50px;
	right: -50px;
	width: 100%;
	padding: 80px 50px 40px;
}
.woocommerce-order-received header {
	padding: 0 0 30px;
}
.pp-tooltip {
	background: transparent url('img/pp-tooltip.png') no-repeat center center;
	display: inline-block;
	float: right;
	width: 14px;
	height: 14px;
	cursor: help;
}
.ui-tooltip * {
	font-family: Raleway,Arial, Helvetica, sans-serif !important;
	line-height: 26px !important;
	letter-spacing: 0px;
	font-weight: 400;
	font-style: normal;
	color: #2c3e51 !important;
	font-size: 14px !important;
}
.woocommerce-account .btn-bt.default {
	display: inline-block;
}
.pp-login-pop {
	height: 100px;
	position: absolute;
	right: 350px;
	background-color: #fff;
  z-index: 1;
	display: none;
}
.pp-login-pop form {
	margin: 0;
}
.pp-login-pop input[type="text"],
.pp-login-pop input[type="password"] {
	border: 1px solid #2c3e51;
	margin: 27px 10px 0 0;
	padding: 11px 20px;
	width: 140px;
	border-radius: 3px;
	-webkit-borde-radius: 3px;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.pp-login-pop input[type="submit"] {
	background-color: #2c3e51 !important;
	color: #fff !important;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: 400;
	font-style: normal;
	font-size: 14px !important;
	padding: 9px 20px;
	margin: 27px 0 0 0;
	font-family: Raleway !important;
	display: inline-block !important;
}

.pp-item {
	margin-bottom: 30px !important;
}
.pp-advanced-section-top {
	z-index: 8;
	position: relative;
}
.pp-item:hover {
	z-index: 9;
	position: relative;
}

.pp-item-template {
	display: none;
}

.pp-item-selector {
	z-index: 3;
}
.pp-item-selector .pp-item-selector-dropdown {
	display: none;
}
.pp-item-selector .pp-item-selector-dropdown > div {
	padding: 0px 15px;
	cursor: pointer;
}
.pp-item-selector:hover .pp-item-selector-dropdown {
	display: block;
}
.pp-item-selector:hover .pp-item-selector-dropdown > div {
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.pp-item-selector:hover .pp-item-selector-dropdown > div:hover {
	background-color: #d6dde2;
}
.pp-tooltip-new-holder {
	position: relative;
}
.pp-tooltip-new-holder .pp-tooltip-new {
	display: none;

	position: absolute;
	z-index: 5;
	width: 300px;
	padding: 10px;
	border: 1px solid #bac6ce;
	background-color: #f2f5f7;
	top: 32px;
	right: -5px;
}
.pp-tooltip-new-holder:hover .pp-tooltip-new {
	display: block;
}
.pp-tooltip-new-content {
	font-size: 14px;
	padding: 14px;
	text-align: justify;
}
.pp-tooltip-new-content:after, .pp-tooltip-new-content:before {
	bottom: 100%;
	left: calc(100% - 14px);
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.pp-tooltip-new-content:after {
	border-color: rgba(242, 245, 247, 0);
	border-bottom-color: #f2f5f7;
	border-width: 6px;
	margin-left: -6px;
}
.pp-tooltip-new-content:before {
	border-color: rgba(186, 198, 206, 0);
	border-bottom-color: #bac6ce;
	border-width: 7px;
	margin-left: -7px;
}
.pp-tooltip-new-holder-err {
	position: absolute;
}
.pp-tooltip-new-holder-err > img {
	display: none;
}
.pp-tooltip-new-holder-err .pp-tooltip-new {
	border: 1px solid #e73e5a;
	background-color: #f7defa;
	z-index: 6;
}
.pp-tooltip-new-holder-err .pp-tooltip-new-content {
	text-align: center;
}
.pp-tooltip-new-holder-err .pp-tooltip-new-content:before {
  border-bottom-color: #e73e5a;
	left: 30px;
}
.pp-tooltip-new-holder-err .pp-tooltip-new-content:after {
	border-bottom-color: #f7defa;
	left: 30px;
}

.pp-tooltip-thumb-err .pp-tooltip-new-content:before {
	left: 18px;
}
.pp-tooltip-thumb-err .pp-tooltip-new-content:after {
	left: 18px;
}

.pp-advanced-section {
	display: none;
	background-color: #f2f5f7;
	position: relative !important;
	border-bottom: none !important;
}
.pp-advanced-section-row {
	padding: 0 60px 50px 126px;
}
.pp-advanced-section-col {
	width: 50%;
	float: left;
}
.pp-advanced-section-label {
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	width: 160px;
	text-align: right;
}
.pp-advanced-section-select {
	border-radius: 4px;
	padding: 12px 12px;
	margin: 0 10px;
	height: auto;
	width: 220px;
	font-size: 14px;
	font-family: Raleway, Arial, Helvetica, sans-serif;
}
.pp-item-qty-single {
	width: calc(100% - 18% - 15px - 15px - 10px - 10px - 14px);
	float: left;
	border: none;
	text-align: left;
	margin: 10px 0 0 0;
  padding: 0 18px 0 18px !important;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.bottom-total-discount,
.bottom-total-discount-val {
	display: none;
}

.pp-item-main-selectors-holder {
	border-top: 1px solid #bac6ce;
	font-size: 15px;
}
.pp-item-main-selectors-holder:hover {
	position: relative;
	z-index: 5;
}

.disabled-option {
	display: none !important;
}

div[data-item-units] .data-item-units-active {
	color: #2c3e51;
}

.pp-color-select-box-placeholder {
	display: inline-block;
	width: 16px;
	height: 16px;
	float: left;
	margin: 5px 10px 5px 0;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
	background-color: #ffffff;
}
.pp-color-select-box-inner {
	display: inline-block;
	width: 16px;
	height: 16px;
	float: left;
	margin: 5px 10px 5px 0;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
	background-color: #000000;
}

#drag-file-area-2 {
	border: 2px dashed #bac6ce;
	font-size: 20px;
	background-color: #fff;
	text-align: center;
	padding: 60px 20px;
	line-height: 135%;

	border: 3px dashed #EFF2F5;
	font-size: 20px;
	background-color: #fff;
	text-align: center;
	padding: 60px 20px;
	line-height: 135%;
	margin-top: 50px;
	margin-bottom: 50px;
}

.pp-hr-simple {
	border-top: 1px solid #bac6ce;
	margin: 40px 0 30px !important;
}

@media (min-width: 1280px) {
	.woocommerce-checkout table.shop_table tr > th:first-child,
	.woocommerce-checkout table.shop_table tr > td:first-child {
		min-width: 340px;
	}
}

.woocommerce td.product-name dl.variation dt, .woocommerce-page td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation dd, .woocommerce-page td.product-name dl.variation dd {
	font-size: 14px;
}
.woocommerce td.product-name dl.variation dd, .woocommerce-page td.product-name dl.variation dd {
	margin-left: 0;
}

.pop-cart-imageContainer {
  border: 1px solid #bac6ce;

  width: 40px;
  height: 40px;
  overflow: hidden;

	margin-right: 10px;
  float: left;
}
.pop-cart-imageHolder {
  height: 100%;
  display:flex;
  align-item: center;
}
.pop-cart-imageItself {
  height: auto;
	border: none !important;
  width: 100% !important;
  align-self: center;
	height: auto !important;
}

.pop-cart-imageContainer {
	display: none !important;
}
.header_tools .cart .content .cart_item .description .title {
	width: 210px;
}
.header_tools .cart .cart_item .pp-cart-qty {
	color: #e73e5a !important;
}
th.product-setup,
td.product-setup {
	text-align: left !important;
}

.wpcf7-submit.btn-bt.default {
  display: inline-block;
	padding-top: 14px !important;
	padding-bottom: 14px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	text-transform: uppercase !important;
  line-height: 1;
	top: 5px;
	font: 14px Raleway, Arial, Helvetica, sans-serif !important;
}
.wpcf7-submit.btn-bt.default:hover {
	background-color: #2c3e51 !important;
}

body.page-id-6733 .btn-bt.default:not(.btn-bt-blue):hover {
	background: rgba(44,62,81, 1) !important;
}

.wc-bacs-bank-details-heading {
	display: none;
}
input[name="woocommerce_checkout_place_order"].btn-bt.default,
.woocommerce-order-pay #payment #place_order {
	display: inline-block;
	float: right !important;
}
body.woocommerce-order-received .shop_table.customer_details {
	margin-top: -60px;
	position: relative;
}
body.woocommerce-order-received dl.variation {
	display: none;
}
.woocommerce-order-received.woocommerce .col2-set, .woocommerce-order-received.woocommerce-page .col2-set {
	width: 100%;
	padding: 25px 0;
}
@media (min-width: 1025px) {
	body.page-id-6733 .header_wrapper {
		position: relative !important;
	}
}

.pp-checkout-payment-select .col-1 h3 {
	font-size: 16px;
	font-weight: normal;
}
.pp-checkout-payment-select .col-1 p {
	font-size: .92em;
	font-weight: 400;
	color: #5e5e5e;
	margin-top: 5.5px;
}
#add_payment_method #payment ul.payment_methods li img.stripe-icon, .woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
	float: right;
}

.pp-heading-area {
	background-color: #f5f5f5;
}

body.home .slick-slider .slick-list {
	top: 0 !important;
	left: 0 !important;
}

.woocommerce-customer-details {
	padding-left: 60px;
}

.woocommerce-OrderUpdates.commentlist.notes {
	padding-left: 75px;
}
.woocommerce-OrderUpdates.commentlist.notes .comment {
	padding-top: 0;
}

#content > .row-dynamic-el.section-style:first-child {
	background-size: cover;
}

body.home .mpc-waypoint--init .mpc-navigation--style_5 .mpcslick-prev {
	-webkit-transform: translate3d(-150%, 0, 0);
	transform: translate3d(-150%, 0, 0);
}
body.home .mpc-waypoint--init .mpc-navigation--style_5 .mpcslick-next {
  -webkit-transform: translate3d(150%, 0, 0);
  transform: translate3d(150%, 0, 0);
}
body.home .mpc-carousel-slider.slick-slider {
	pointer-events: none !important;
}

label[for="payment_method_stripe"],
label[for="payment_method_coinbase"] {
	display: inline !important;
}
#stripe-payment-data > p:first-child {
	margin-left: 33px !important;
}
.woocommerce form .form-row #terms.input-checkbox,
.woocommerce-page form .form-row #terms.input-checkbox {
	margin-top: 8px !important;
}

.blog-article.grid-style .content h1 {
	line-height: 135%;
}
