/* Import Font Cinzel */

@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Cinzel:300,400,600|Cinzel:700");
@font-face {
  font-family: "herculanum_lt_stdroman";
  src: url("assets/css/herculanumltstd-webfont.woff2") format("woff2"),
    url("assets/css/herculanumltstd-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html,
html a {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
body {
  background-color: #fff;
  font-family: "Cinzel";
  font-weight: 300;
  color: #3b3b3b;
  line-height: 2em;
  font-size: 15pt;
}

/* Header */

h1 a {
  color: inherit;
  text-decoration: none;
  border: 0;
  font-family: "herculanum_lt_stdroman";
}

header,
nav,
a,
h1 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

a {
  -moz-transition: color 0.25s ease-in-out,
    border-bottom-color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out,
    border-bottom-color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
  color: rgb(75, 73, 73);
  text-decoration: none;
  border-bottom: medium 1px rgb(107, 107, 107);
}

a strong {
  -moz-transition: color 0.25s ease-in-out,
    border-bottom-color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out,
    border-bottom-color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
}

a:hover {
  color: #8b8888;
  border-bottom-color: rgba(255, 255, 255, 0);
}

a:hover strong {
  color: #5e5c5c;
}

#header {
  position: relative;
  background: rgb(255, 255, 255);
  text-align: center;
  padding-top: 10em;
}

#header > .container {
  padding: 5em 0 7em 0;
  box-shadow: 0 8px 6px -6px black;
}

#header h1 {
  font-family: "herculanum_lt_stdroman";
  font-weight: 200;
  color: #0a0a0a;
  font-size: 5em;
  letter-spacing: 13px;
  font-style: normal;
}

#header h1 a {
  border: 0;
}

#logo {
  font-family: "herculanum_lt_stdroman";
  font-weight: 200;
  color: #0a0a0a;
  font-size: 5em;
  letter-spacing: 13px;
  font-style: normal;
}

#header p {
  text-transform: uppercase;
  font-weight: 400;
  color: #888;
  margin: 2.5em 2rem 0 0;
  font-size: 0.85em;
  letter-spacing: 3px;
}
.line-1 {
  height: 1px;
  background: black;
}

/* Nav */

nav {
  display: block;
}

#nav {
  position: relative;
  top: 3em;
  left: 0;
  width: 100%;
  cursor: default;
  /* background-color: yellowgreen; */
}

#nav > ul > li {
  display: inline-block;
  padding-right: 2em;
}

#nav > ul > li:last-child {
  padding-right: 0;
}

#nav > ul > li > a {
  border: 0;
  margin: 0;
  outline: 0;
  vertical-align: baseline;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
  font-size: large;
  font-family: "Cinzel";
  font-style: italic;
  color: rgb(53, 51, 51);
  outline: 0;
  display: flex;
}

#nav > ul > li > a:before {
  display: inline-block;
  background: #878787;
  color: #0c0a0a;
  width: 2.25em;
  font-size: 0.8em;
  height: 2.25em;
  border-radius: 2.25em;
  line-height: 2.1em;
  text-align: center;
  box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125);
  margin-right: 0.75em;
  -moz-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
}

#nav > ul > li > a > span {
  -moz-transition: color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  font-size: 0.85em;
  letter-spacing: 3px;
}

#nav > ul > li > ul {
  display: none;
}

#nav > ul > li.active > a:before,
#nav > ul > li:hover > a:before {
  background: #070707;
  color: rgb(43, 42, 42);
}

#nav > ul > li.active > a > span,
#nav > ul > li:hover > a > span {
  color: #070606;
}

.navbar-right > ul > li > a {
  float: right;

  display: inline;
  padding-left: 20px;

  color: #777777;
  text-decoration: none;
}
.navbar-right > ul > li > a:hover {
  color: rgb(36, 35, 35);
}

.dropotron {
  text-align: left;
  border: solid 1px #e5e5e5;
  border-radius: 4px;
  background: #fff;
  background: rgba(255, 255, 255, 0.965);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  padding: 0.75em 0 0.5em 0;
  min-width: 12em;
  margin-top: calc(-0.5em + 1px);
  margin-left: -2px;
  list-style: none;
}

.dropotron.level-0 {
  margin-top: 1.5em;
  margin-left: -1em;
}

.dropotron.level-0:after {
  content: "";
  display: block;
  position: absolute;
  left: 1.25em;
  top: calc(-0.75em + 1px);
  border-left: solid 0.75em rgba(255, 255, 255, 0);
  border-right: solid 0.75em rgba(255, 255, 255, 0);
  border-bottom: solid 0.75em #fff;
}

.dropotron.level-0:before {
  content: "";
  display: block;
  position: absolute;
  left: 1.25em;
  top: -0.75em;
  border-left: solid 0.75em rgba(255, 255, 255, 0);
  border-right: solid 0.75em rgba(255, 255, 255, 0);
  border-bottom: solid 0.75em #ccc;
}

.dropotron span,
.dropotron a {
  display: block;
  padding: 0.3em 1em 0.3em 1em;
  border: 0;
  border-top: solid 1px #f0f0f0;
  outline: 0;
}

.dropotron li {
  padding-left: 0;
  margin: 0;
}

.dropotron li:first-child > span,
.dropotron li:first-child > a {
  border-top: 0;
  padding-top: 0;
}

.dropotron li:hover > span,
.dropotron li:hover > a {
  -moz-transition: color 0.25s ease-in-out,
    border-bottom-color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out,
    border-bottom-color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
  color: #313030;
}

/* cart */

.hrf {
  border: 0 none;
  outline: 0;
  text-decoration: none;
}

body {
  -webkit-text-size-adjust: auto;
}

strong {
  font-weight: bold;
}

p {
  margin: 0.75rem 0 0;
}

h16 {
  font-size: 0.75rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
quantity-field,
button {
  border: 0 none;
  outline: 0 none;
}

button {
  background-color: #666;
  color: #fff;
}

button:hover,
button:focus {
  background-color: #555;
}

img,
.basket-module,
.basket-labels,
.basket-product {
  width: 100%;
}

input,
button,
.basket,
.basket-module,
.basket-labels,
.item,
.price,
.quantity,
.subtotal,
.basket-product,
.product-image,
.product-details {
  float: left;
}

.price:before,
.subtotal:before,
.subtotal-value:before,
.total-value:before,
.promo-value:before {
  content: "RON";
}

.hide {
  display: none;
}

main {
  clear: both;
  font-size: 0.98rem;
  margin: 0 auto;
  overflow: hidden;
  padding: 1rem 0;
  width: 1300px;
}

.basket,
aside {
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.basket {
  width: 70%;
}

.basket-module {
  color: #111;
}

label {
  display: block;
  margin-bottom: 0.3125rem;
}

.promo-code-field {
  border: 1px solid #ccc;
  padding: 0.5rem;
  text-transform: uppercase;
  transition: all 0.2s linear;
  width: 48%;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.promo-code-field:hover,
.promo-code-field:focus {
  border: 1px solid #999;
}

.promo-code-cta {
  border-radius: 4px;
  font-size: 0.625rem;
  margin-left: 0.625rem;
  padding: 0.6875rem 1.25rem 0.625rem;
}

.basket-labels {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 1.625rem;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  color: #111;
  display: inline-block;
  padding: 0.625rem 0;
}

li.price:before,
li.subtotal:before {
  content: "";
}

.item {
  width: 55%;
}

.price,
.quantity,
.subtotal {
  width: 15%;
}

.subtotal {
  text-align: right;
}

.remove {
  bottom: 1.125rem;
  float: right;
  position: absolute;
  right: 0;
  text-align: right;
  width: 45%;
}

.remove button {
  background-color: transparent;
  color: #777;
  float: none;
  text-decoration: underline;
  text-transform: uppercase;
}

.item-heading {
  padding-left: 4.375rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.basket-product {
  border-bottom: 1px solid #ccc;
  padding: 1rem 0;
  position: relative;
}

.product-image {
  width: 35%;
}

.product-details {
  width: 65%;
}

.product-frame {
  border: 1px solid #aaa;
}

.product-details {
  padding: 0 1.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.quantity-field {
  background-color: #ccc;
  border: 1px solid #aaa;
  border-radius: 4px;
  font-size: 1rem;
  padding: 2px;
  width: 2.2rem;
  height: 1rem;
}

aside {
  float: right;
  position: relative;
  padding-top: 2rem;
  /* width: 30%; */
}

.summary {
  background-color: #fffefe;
  border: 1px solid #aaa;
  padding: 1rem;
  position: relative;
  width: 250px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 500px;
  padding-top: 5rem;
}

.summary-total-items {
  color: #666;
  font-size: 0.875rem;
  text-align: center;
}

.summary-subtotal,
.summary-total {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  clear: both;
  margin: 1rem 0;
  overflow: hidden;
  padding: 0.5rem 0;
}

.subtotal-title,
.subtotal-value,
.total-title,
.total-value,
.promo-title,
.promo-value {
  color: #111;
  float: left;
  width: 50%;
}

.summary-promo {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.promo-title {
  float: left;
  width: 70%;
}

.promo-value {
  color: #8b0000;
  float: left;
  text-align: right;
  width: 30%;
}

.summary-delivery {
  padding-bottom: 3rem;
}

.subtotal-value,
.total-value {
  text-align: right;
}

.total-title {
  font-weight: bold;
  text-transform: uppercase;
}

.summary-checkout {
  display: block;
}

.checkout-cta {
  display: block;
  float: none;
  font-size: 0.75rem;
  text-align: center;
  text-transform: uppercase;
  padding: 0.625rem 0;
  width: 100%;
}

.summary-delivery-selection {
  background-color: #ccc;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: block;
  font-size: 0.625rem;
  height: 34px;
  width: 100%;
}

@media screen and (max-width: 640px) {
  aside,
  .basket,
  .summary,
  .item,
  .remove {
    width: 100%;
  }
  .basket-labels {
    display: none;
  }
  .basket-module {
    margin-bottom: 1rem;
  }
  .item {
    margin-bottom: 1rem;
  }
  .product-image {
    width: 40%;
  }
  .product-details {
    width: 60%;
  }
  .prod-price,
  .subtotal {
    width: 33%;
  }
  .quantity {
    text-align: center;
    width: 34%;
  }
  .quantity-field {
    float: none;
  }
  .remove {
    bottom: 0;
    text-align: left;
    margin-top: 0.75rem;
    position: relative;
  }
  .remove button {
    padding: 0;
  }
  .summary {
    margin-top: 1.25rem;
    position: relative;
  }
}

@media screen and (min-width: 641px) and (max-width: 960px) {
  aside {
    padding: 0 1rem 0 0;
  }
  .summary {
    width: 28%;
  }
}

@media screen and (max-width: 960px) {
  main {
    width: 100%;
  }
  .product-details {
    padding: 0 1rem;
  }
}
