.img {
  float: left;
  width: 44%;
  height: 450px;
  position: relative;
  margin-top: 40px; }
  @media all and (max-width: 900px) {
    .img {
      width: auto;
      height: auto;
      padding-right: 50px; }
      .img > img {
        height: 300px; } }
  @media all and (min-width: 901px) {
    .img > img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); } }
  .img .magnify {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 20px;
    right: 40px; }
    .img .magnify img {
      width: 100%;
      height: 100%;
      object-fit: contain; }

section.info {
  clear: left;
  float: right;
  width: 56%;
  /*@media all and (min-width: 901px){
      &#info-bottom{
          clear: left;
      }
  }*/ }
  @media all and (max-width: 900px) {
    section.info {
      float: none;
      width: 100%; } }
  section.info#info-top {
    padding-top: 40px; }
  section.info #id {
    position: absolute;
    top: 0;
    right: 0;
    font-style: italic;
    color: #888888; }
  section.info header {
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #864246; }
    section.info header h1 {
      font-size: 30px;
      font-style: italic; }
  section.info #attr {
    margin-top: 10px; }
    section.info #attr span {
      display: inline-block;
      position: relative;
      line-height: 18px; }
      section.info #attr span:not(:first-of-type) {
        padding-left: 10px; }
      section.info #attr span:not(:last-of-type) {
        padding-right: 10px; }
        section.info #attr span:not(:last-of-type):after {
          content: "";
          display: block;
          width: 2px;
          height: 100%;
          position: absolute;
          top: 0;
          right: -1px;
          background: #864246; }
  section.info #descr {
    padding-top: 40px; }
    section.info #descr p {
      margin: 10px 0;
      line-height: 28px; }
  section.info #action {
    padding-bottom: 15px;
    border-bottom: 1px solid gainsboro;
    text-align: right; }
    section.info #action #price {
      display: inline-block;
      vertical-align: bottom;
      margin-right: 20px;
      white-space: nowrap; }
      section.info #action #price span {
        font-size: 20px;
        font-weight: 600; }
      section.info #action #price strong {
        margin-left: 40px;
        font-size: 34px;
        font-weight: 600;
        color: #6d0008; }
    section.info #action #reserve {
      display: inline-block;
      vertical-align: bottom;
      margin-left: 30px;
      white-space: nowrap; }
      section.info #action #reserve input {
        height: 40px;
        width: 35px;
        margin-right: 10px;
        border: 1px solid gainsboro;
        border-radius: 2px;
        line-height: 38px;
        text-align: center; }
      section.info #action #reserve .btn.def {
        height: 40px;
        margin-left: 30px;
        background-image: linear-gradient(to top, #7d0c14, #640007 50%, #7d0c14);
        background-position: bottom center;
        background-size: 100% 200%;
        line-height: 40px;
        text-transform: uppercase;
        color: white;
        transition: background-position .6s ease; }
        section.info #action #reserve .btn.def:hover {
          background-position: top center; }
  section.info #admin-btns {
    padding: 20px 0;
    border-bottom: 1px solid gainsboro; }
    section.info #admin-btns .btn.def {
      height: 40px;
      margin-left: 30px;
      background-image: linear-gradient(to top, #7d0c14, #640007 50%, #7d0c14);
      background-position: bottom center;
      background-size: 100% 200%;
      line-height: 40px;
      text-transform: uppercase;
      color: white;
      transition: background-position .6s ease; }
      section.info #admin-btns .btn.def:hover {
        background-position: top center; }
      section.info #admin-btns .btn.def img {
        width: 20px;
        height: 20px;
        vertical-align: middle;
        margin-right: 10px;
        filter: invert(100%); }
  section.info #flash-msgs {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background: rgba(220, 220, 220, 0.7);
    opacity: 0;
    pointer-events: none; }
    section.info #flash-msgs.active {
      opacity: 1;
      pointer-events: all; }
    section.info #flash-msgs .flash-msg {
      display: none;
      max-width: 520px;
      margin: 10px 0;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 35px 50px;
      border: 0;
      border-radius: 4px;
      background: white;
      box-shadow: 0 0 35px 15px rgba(0, 0, 0, 0.1);
      text-align: center; }
      section.info #flash-msgs .flash-msg.active {
        display: block; }
      section.info #flash-msgs .flash-msg h3 {
        font-size: 24px;
        color: #6d0008; }
      section.info #flash-msgs .flash-msg p {
        margin: 10px 0;
        font-size: 18px;
        line-height: 28px; }
        section.info #flash-msgs .flash-msg p:last-of-type {
          margin-bottom: 40px; }
      section.info #flash-msgs .flash-msg a {
        text-decoration: none; }
      section.info #flash-msgs .flash-msg .btn.def {
        height: 40px;
        margin-left: 30px;
        background-image: linear-gradient(to top, #7d0c14, #640007 50%, #7d0c14);
        background-position: bottom center;
        background-size: 100% 200%;
        line-height: 40px;
        text-transform: uppercase;
        color: white;
        transition: background-position .6s ease; }
        section.info #flash-msgs .flash-msg .btn.def:hover {
          background-position: top center; }
  section.info #stats {
    margin-top: 25px;
    /*@media all and (max-width: 1093px){
        width: 400px;
    }
    @media all and (max-width: 420px){
        width: 100%;
    }*/ }
    section.info #stats h3 {
      padding: 10px; }
    section.info #stats ul {
      border-collapse: collapse;
      background: #f7f7f7;
      box-shadow: 0 0 0 1px #e8e8e8; }
    section.info #stats .stat {
      float: left;
      list-style: none;
      width: calc(100% / 3);
      min-width: 200px;
      height: 40px;
      padding: 8px 10px;
      line-height: 24px;
      box-shadow: 0 0 0 1px #e8e8e8; }
      @media all and (max-width: 1100px) {
        section.info #stats .stat {
          width: 50%; } }
      @media all and (max-width: 420px) {
        section.info #stats .stat {
          width: 100%; } }
      section.info #stats .stat .name {
        font-style: italic; }
      section.info #stats .stat .value {
        float: right;
        font-weight: 600;
        text-align: right; }

#featured-products {
  padding: 50px 0;
  border-bottom: 1px solid #e8e8e8; }
  @media all and (min-width: 1280px) {
    #featured-products {
      padding: 120px 0 70px; } }
  #featured-products .carousel {
    width: 1300px;
    overflow: hidden;
    position: relative;
    margin: auto auto;
    padding: 0 20px; }
    #featured-products .carousel:before, #featured-products .carousel:after {
      content: "";
      height: 100%;
      width: 20px;
      position: absolute;
      z-index: 1;
      top: 0;
      background: white; }
    #featured-products .carousel:before {
      left: 0; }
    #featured-products .carousel:after {
      right: 0; }
    @media all and (min-width: 1321px) {
      #featured-products .carousel {
        transform: translateX(-20px); } }
    @media all and (max-width: 1320px) {
      #featured-products .carousel {
        width: 985px; } }
    @media all and (max-width: 1000px) {
      #featured-products .carousel {
        width: 670px; } }
    @media all and (max-width: 680px) {
      #featured-products .carousel {
        width: 355px;
        max-width: 100vw; } }
    @media all and (max-width: 360px) {
      #featured-products .carousel {
        transform: translateX(calc((100vw - 360px) / 2)); } }
    @media all and (max-width: 340px) {
      #featured-products .carousel {
        transform: translateX(-10px); } }
    #featured-products .carousel .item-container {
      width: auto;
      white-space: nowrap;
      position: relative;
      left: 0;
      padding: 20px 0;
      word-spacing: -0.3em;
      pointer-events: none;
      transition: left .8s ease; }
      #featured-products .carousel .item-container .carousel-item {
        display: inline-block;
        vertical-align: top;
        width: 315px;
        position: relative;
        white-space: normal;
        word-spacing: 0;
        pointer-events: all; }
        @media all and (max-width: 355px) {
          #featured-products .carousel .item-container .carousel-item {
            width: calc(100vw - 40px); } }
    #featured-products .carousel .controls {
      width: 100%;
      height: 36px;
      position: absolute;
      z-index: 2;
      top: calc(50% - 18px);
      transform: translateX(-20px); }
      #featured-products .carousel .controls button {
        width: 36px;
        height: 36px;
        position: absolute;
        top: 0;
        border-radius: 18px;
        background: #7d0c14; }
        #featured-products .carousel .controls button.prev {
          left: 0px; }
          #featured-products .carousel .controls button.prev span {
            right: 12px;
            transform: rotate(45deg);
            border-left: 2px solid white; }
        #featured-products .carousel .controls button.next {
          right: 0px; }
          #featured-products .carousel .controls button.next span {
            left: 12px;
            transform: rotate(-45deg);
            border-right: 2px solid white; }
        #featured-products .carousel .controls button span {
          width: 10px;
          height: 10px;
          position: absolute;
          top: calc(50% - 5px);
          border-bottom: 2px solid white; }
  #featured-products .product {
    display: inline-block;
    height: 470px;
    position: relative;
    padding: 28px 28px 58px;
    border-radius: 4px;
    box-shadow: none;
    cursor: pointer;
    transition: box-shadow .3s ease; }
  #featured-products .product:after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 1;
    top: 170px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 30px;
    background-color: #6d0008;
    background-image: url(../img/zoom.svg);
    background-size: 40px 40px;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity .3s ease; }
  #featured-products .product:hover {
    z-index: 2;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.08); }
    #featured-products .product:hover:after {
      opacity: 1; }
  #featured-products .product img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: contain; }
  #featured-products .product h3 {
    margin: 8px 0;
    font-weight: 600;
    font-size: 18px;
    color: #7d0c14; }
  #featured-products .product p {
    line-height: 22px;
    font-size: 14px;
    font-style: italic; }
  #featured-products .product .price {
    position: absolute;
    bottom: 28px;
    right: 28px;
    line-height: 22px;
    font-size: 22px;
    font-weight: 600;
    color: #6d0008; }
  #featured-products h2 {
    text-align: center; }

#zoomer-lightbox {
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(0);
  position: fixed;
  z-index: 99999999;
  top: 50%;
  left: 50%;
  background-color: white;
  transition: transform .6s ease .6s, opacity .6s ease 0s;
  opacity: 0;
  pointer-events: none; }

#zoomer-lightbox.active {
  transform: translate(-50%, -50%) scale(1);
  transition: transform .6s ease 0s, opacity .6s ease 0s;
  opacity: 1;
  pointer-events: all; }

#zoomer-lightbox .img-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

#zoomer-lightbox .img {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  pointer-events: none; }

#zoomer-lightbox .close {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
  border: 0;
  background: 0;
  filter: invert(100%);
  color: white;
  cursor: pointer; }

#zoomer-lightbox .close img {
  height: 100%;
  width: 100%; }

#zoomer-lightbox #zoom-btns {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%); }

@media all and (max-width: 950px) {
  #zoomer-lightbox #zoom-btns {
    display: none; } }
#zoomer-lightbox #zoom-btns .btn {
  display: inline-block;
  position: relative;
  height: 40px;
  padding: 0 26px;
  border: 0;
  border-radius: 20px;
  background-color: #393e42;
  line-height: 40px;
  font-size: 1em;
  font-family: inherit;
  font-weight: 600;
  color: white;
  cursor: pointer; }

#zoomer-lightbox #zoom-btns button.btn {
  display: none;
  padding-left: 44px; }

#zoomer-lightbox #zoom-btns button.btn:before {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
  top: calc(50% - 8px);
  left: 22px;
  background: url(../img/minus-w.svg);
  background-size: contain;
  background-position: center center; }

#zoomer-lightbox #zoom-btns button.btn.z200:before {
  background: url(../img/plus-w.svg); }

#zoomer-lightbox #zoom-btns button.btn.active {
  display: inline-block; }

#zoomer-lightbox #image-scale {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  /*transform: rotate(-90deg);*/ }

/*# sourceMappingURL=product.css.map */
