html,
body {
  height: 100%;
}
html {
  font-size: 16px;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
/*min-height: 100%*/
  min-height: 100vh;
  background: #efefef;
  font-family: "Fira Sans", sans-serif;
/*display: flex*/
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #373737;
  background: url("/themes/comp1/img/bg.jpg") center -130px fixed;
}
a,
_a {
  text-decoration: none;
  color: #912490;
}
a:hover,
_a:hover {
  color: #6248ce;
}
.hide {
  display: none;
  visibility: hidden;
}
.linkImage {
  display: block;
  position: relative;
  overflow: hidden;
}
.linkImage:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(115,73,193,0.6);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}
.linkImage:hover:before {
  opacity: 1;
}
/* layout */
.content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  background: rgba(255,255,255,0.75);
  width: 1220px;
  padding: 24px -webkit-calc((1220px - 1180px)/2) 64px;
  padding: 24px calc((1220px - 1180px)/2) 64px;
  margin: 0 auto;
}
.content_sideColumn {
  width: 280px;
}
.content_centerColumn {
  width: 880px;
}
.content_centerFull {
  width: 100%;
}
.button {
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  background-color: #af46ae;
  padding: 9px 26px 7px 26px;
  line-height: 20px;
  border: 2px solid #af46ae;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 400;
}
.button:not(.button__disabled):not(.button__second):not(:active):hover {
  background-color: #8d57c5;
  border-color: #8d57c5;
  color: #fff;
  cursor: pointer;
}
.button__second {
  background-color: #fff;
  color: #912490;
  border-color: #af46ae;
}
.button__second:not(.button_-disabled):hover {
  background-color: #fff;
  color: #6248ce;
  border-color: #8d57c5;
}
.button__second:focus {
  background-color: #fff !important;
  color: #912490 !important;
  border-color: #af46ae !important;
}
.button__disabled {
  border-color: #d2ced9;
  background: #d2ced9;
  color: #373737;
}
.products_orderButton .button__disabled {
  width: 100%;
}
.button__freeSpace {
  text-align: center;
  padding: 10px 0;
  max-width: 100%;
  min-width: auto;
}
.button__fullSpace {
  padding: 0;
  padding: 10px 0;
  width: 100%;
  min-width: auto;
}
.footerMenu {
  zoom: 1;
  min-width: 380px;
}
.footerMenu:after,
.footerMenu:before {
  content: "";
  display: table;
}
.footerMenu:after {
  clear: both;
}
.footerMenu_item {
  float: left;
  width: 50%;
  margin-bottom: 10px;
  padding-right: 16px;
}
.widgetHolder {
  margin-bottom: 24px;
}
.htmlShare {
  text-align: right;
  margin-top: 40px;
}
#carttab {
  margin: 30px 0 0;
  text-align: center;
}
#carttab a {
  text-decoration: none;
}
#carttab th,
#carttab thead td {
  background-color: #e0dbe9;
  font-weight: 500;
  border-bottom: none;
  padding: 7px 20px;
  line-height: 18px;
  text-align: left;
  color: #373737;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
#carttab td {
  border-bottom: 1px solid #c5c0cf;
  padding: 16px 17px;
  vertical-align: top;
  background-color: transparent;
  font-size: 16px;
}
#carttab td .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
#carttab td .image {
  height: 80px;
}
#carttab td caption {
  caption-side: top;
  font-size: 12px;
  font-style: italic;
  padding-bottom: 7px;
  text-align: center;
}
#carttab tr.summary td {
  background-color: #e0dbe9;
  text-align: right;
}
#carttab tr.summary td.right.total {
  text-align: center;
}
#carttab tr.summary.grandtotal td {
  font-weight: 700;
}
#carttab tr.grandtotal td {
/*padding: 20px 20px 0 0 !important;*/
  border-bottom: 0;
}
#carttab tr th:nth-of-type(1) {
  text-align: left;
}
#carttab tr td:nth-of-type(1) {
  text-align: center;
}
#carttab tr th:nth-of-type(2) {
  text-align: right;
}
#carttab tr td:nth-of-type(2) {
  padding: 16px 17px 16px 0;
  width: 260px;
  text-align: left;
}
#carttab tr td:nth-of-type(3) {
  text-align: right;
  padding-left: 0;
  width: 40px;
}
#carttab tr th:nth-of-type(3) {
  text-align: left;
  white-space: nowrap;
}
#carttab tr th:nth-of-type(4) {
  text-align: right;
  white-space: nowrap;
}
#carttab tr td:nth-of-type(4) {
  text-align: center;
  color: #432e32;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
#carttab tr td:nth-of-type(5) {
  width: 100px;
  font-weight: 500;
  text-align: right;
  line-height: 24px;
}
#carttab tr.grandtotal td:nth-of-type(5) {
  text-align: right;
}
#carttab tr td.quantity form {
  padding-left: 4px;
}
#carttab tr td:nth-of-type(5) .counter,
#carttab tr td:nth-of-type(5) .quantity__field {
  margin-top: 0;
}
#carttab tr td:nth-of-type(3) {
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
#carttab tr td:nth-of-type(6) {
  text-align: right;
  color: #432e32;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
#carttab tr th:nth-of-type(5) {
  padding-left: 0;
  text-align: right;
}
#carttab tr td:last-of-type {
  padding: 16px 17px 16px 10px;
  width: 80px;
}
#carttab .total {
  font-size: 18px;
}
#carttab .quantity .button-link.counter {
  width: 24px;
  height: 24px;
  line-height: 20px;
  margin-top: 0;
  float: left;
  text-decoration: none;
  font-weight: 300;
  padding: 0;
  border-radius: 0;
  font-size: 18px;
}
#carttab .quantity .quantity__field {
  width: 32px;
  height: 24px;
  border: 2px solid #c5c0cf;
  background-color: #fff;
  text-align: center;
  color: #373737;
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  margin-top: 0;
  vertical-align: top;
  float: left;
}
#carttab .quantity .quantity__field[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}
#carttab .quantity .quantity__field::-webkit-outer-spin-button,
#carttab .quantity .quantity__field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#carttab .quantity .quantity__field:focus {
  border-color: #6248ce;
  outline: 0;
}
.CartPage a,
.CheckoutPage a {
  text-decoration: none;
}
.CheckoutPage table {
  margin: 20px 0;
  border-spacing: 0;
  border-collapse: collapse;
  text-align: center;
  width: 100%;
}
.CheckoutPage .main-form div.Actions {
  margin-top: 30px;
}
.CheckoutPage th.left {
  padding-left: 14px;
}
.CheckoutPage td {
  border-bottom: 1px solid #cdcdcd;
  padding: 16px 30px;
  vertical-align: top;
  font-size: 16px;
  background-color: #fff;
  color: #373737;
}
#orderItems caption,
#shippingDetails caption {
  caption-side: top;
  font-size: 12px;
  font-style: italic;
  padding-bottom: 7px;
  text-align: center;
}
#shippingDetails td {
  border-bottom: none;
  text-align: left;
}
#shippingDetails td.name {
  font-weight: 600;
  font-size: 16px;
  color: #373737;
}
#shippingDetails td.value {
  color: #373737;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  padding: 0 !important;
}
#shippingDetails td {
  padding-left: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: transparent;
}
#Form_OrderForm_hdrSummary {
  display: none;
}
#orderItems .summary.grandtotal {
  line-height: 29px;
}
#orderItems .summary.totalprice td {
  padding-bottom: 10px;
  border-top: 0 !important;
}
#orderItems .summary.grandtotal td {
  padding-top: 0;
}
.CheckoutPage hr {
  border: none;
  border-top: 1px dashed #d7ccb3;
}
.comeback,
.comeback:hover {
  margin-top: 30px;
}
.CheckoutPage #carttab .last.product td {
  border: 0;
}
.CheckoutPage #carttab tr th:nth-of-type(4),
.CheckoutPage #carttab tr th:nth-of-type(5) {
  white-space: nowrap;
}
.CheckoutPage #carttab tr td:nth-of-type(1) {
  text-align: left;
}
.CheckoutPage #carttab tr td:nth-of-type(2) {
  padding: 16px 17px 16px 0;
  width: auto;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}
.CheckoutPage #carttab tr td:nth-of-type(3) {
  text-align: center;
  padding-left: 17px;
}
.CheckoutPage #carttab tr td:nth-of-type(4) {
  text-align: right;
  line-height: unset;
}
.CheckoutPage #carttab tr td:last-of-type {
  padding: 16px 17px 16px 10px;
  width: auto;
  font-size: 16px;
  text-align: right;
}
.CheckoutPage #carttab .last.product td {
  border: 0;
}
.CheckoutPage #carttab .summary.totalprice td.left {
  text-align: right !important;
  color: #432e32;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  border: 0;
}
.CheckoutPage #carttab .summary.totalprice td.right {
  text-align: right !important;
  color: #432e32;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  border: 0;
}
.CheckoutPage #carttab .summary.grandtotal td.left {
  border: 0;
  text-align: right !important;
  color: #432e32;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  padding: 0 17px 16px 17px;
}
.CheckoutPage #carttab .summary.grandtotal td.right {
  color: #432e32;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-align: right !important;
  padding-top: 0;
}
.delete {
  display: block;
  padding-left: 32px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAq1BMVEX///+vRq6vRq7////8+Pz79vv68/r58/n58fn38Pf27PX16/X06fTz5/Py5fLx4/Hw4fDv3u7s2ezr1+vq1erp0+nmzubly+XjyOPixeHZs9jWrda6drq4cbe3b7a2bbW0arS0abOzZ7KxZLGuXq6tXa2sWqurWKqqV6qpVKioUqenUaelTKSvRq6kSqOkSaOjR6KiRaGhRaGhQ6CeP52ePZ2ZM5mVLJSRJJDD4YcWAAAAA3RSTlMA3e6JUrDzAAAAs0lEQVR42p2R6Q6CMBCEEcWLS1AK4oFVQW3BC6y+/5NZIWiBNSbOz/mS2Zms1JJhSXICi4MuoAK0m/oJbOfjWbYAwswrfWMXCsDDzC187XDxxBtqwEnux5PqcWWdcmJuT1a9VSdgzpCko2ZddX6mkQPtsO+PGTRQ2xN8Q01gkNjqLdm0DvToyBf3V5lbBTpJzbw1ZkgEPs8pMpQF8wVAr+Oyz2BDBYD4rjd5Zf35KFhS8kVPlt0m2QiXAOcAAAAASUVORK5CYII=") left center no-repeat;
  font-size: 16px;
  font-weight: 400;
  color: #373737;
  line-height: 24px;
}
.delete:hover {
  color: #373737;
  text-decoration: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAqFBMVEX///+iZt+iZt/////5+P359f329fz18/zx7/vx7vvv7fvu6/rt6fnr5/nq5/jp5fnm4vfk3/fi3fbh2/Xf2vXc1vTZ0/PY0fPVzvLIv+7Fu+2djeCZid+Yht+Whd6Ug96Tgd2QftyMeduLd9uJddqHctuGctmiZt+EcNmDbtiCbdh/atd9aNZ+aNd6ZNV4YtV1XtR0XdRwWNJuVtJtVdFrUtFoTtBiSM5eU7sXAAAAA3RSTlMA3e6JUrDzAAAAsUlEQVR42p2R2Q6CMBREEUVkE1BaxAVRUGzBirj9/5/Z5MZYbI2J53FO0juTaj1djaaXargwFIDoy/wU4fSd+aEg8iZ+5e4uF0ScXTHk9oHF4g0rbTHk1aR7fJAxbrxtHUit0ls0Imws17UWjBaRakd4f8xVA+09yc5IFi45BsNVO/sUTlHzxea6wV3hkJMHrS9IFAmpfHjDWLaJICjjewFzQwWBYBcYBOKfj1KjlV94Aq3sIv+EtA8EAAAAAElFTkSuQmCC") left center no-repeat;
}
.delete-cart {
  float: left;
  line-height: 55px;
}
.cart-total {
  float: right;
  color: #373737;
  font-size: 16px;
  font-weight: 400;
  line-height: 55px;
}
.cart-total__price {
  font-size: 24px;
  white-space: nowrap;
  font-weight: 500;
  line-height: 49px;
}
.big.button {
  width: 316px;
  height: 40px;
}
.big.button:hover {
  color: #fff;
}

/*# sourceMappingURL=maps/main.css.map */
