.fixed {
    position: fixed;
}

.search-header-middle {
  padding-top: 0;
}

.circle-links {
  padding-top: 1px;
  padding-bottom: 1px;
}

.clands-search-cont {
  position: absolute;
  display: inline-block;
  height: 35px;
  width: 400px;
  border-radius: 5px;
  position: relative;
  z-index: 100;
}

.clands-search-cont .clands-search-dropdown-cont {
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1000;
  height: 35px;
}

.clands-search-cont .clands-search-dropdown-cont .clands-search-dropdown {
  position: relative;
  z-index: 1000;
  height: 35px;
}

.clands-search-cont .clands-search-dropdown-cont .clands-search-dropdown button {
  height: 33px;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: inset 1px 1px 1px 5px rgba(0, 0, 0, 0.02);
}

.clands-search-cont .clands-search-dropdown-cont .clands-search-dropdown .caret {
  color: white !important;
}

.clands-search-cont .clands-search-dropdown-cont .clands-search-dropdown .dropdown-menu {
  visibility: hidden;
  display: inline-table;
  font-size: 0.9375em;
  z-index: 1000;
}

.clands-search-cont .clands-search-dropdown-cont .clands-search-dropdown .dropdown-menu li {
  height: inherit;
}

.clands-search-cont .clands-search-dropdown-cont .clands-search-dropdown .dropdown-menu li a {
  height: inherit;
}

.clands-search-cont .clands-search-box-cont {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: inherit;
}

.clands-search-cont .clands-search-box-cont .clands-search-box {
  height: 35px;
  width: 400px;
  border-radius: 5px;
  outline: none;
  border-width: 0;
  font-size: 1.25em;
  font-family: 'Lato', sans-serif;
  padding: 0;
  box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}

.clands-search-cont .clands-search-box-cont .clands-search-box::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b3b3b3;
}

.clands-search-cont .clands-search-box-cont .clands-search-box::-moz-placeholder {
  /* Firefox 19+ */
  color: #b3b3b3;
}

.clands-search-cont .clands-search-box-cont .clands-search-box:-ms-input-placeholder {
  /* IE 10+ */
  color: #b3b3b3;
}

.clands-search-cont .clands-search-box-cont .clands-search-box:-moz-placeholder {
  /* Firefox 18- */
  color: #b3b3b3;
}

.clands-search-cont .clands-search-button-cont {
  position: absolute;
  top: 0;
  right: 0;
  height: 35px;
}

.clands-search-cont .clands-search-button-cont .clands-search-btn {
  height: 35px;
  background: #f7f7f7;
  color: #4d4d4d;
  border-left: solid 2px #b3b3b3;
  opacity: .25;
}

.clands-search-cont .clands-search-button-cont .clands-search-btn:hover {
  background: #d9d9d9;
  color: #1a1a1a;
}

.clands-search-cont .clands-search-button-cont .clands-search-btn:focus {
  outline: none;
}

.clands-search-cont .clands-search-button-cont .clands-search-btn .fa-search {
  height: inherit;
  padding: 0;
}

.advanced-search-container {
  position: absolute;
  top: 35px;
  left: 20px;
  width: 400px;
  text-align: center;
}

.advanced-search-container #advanced-search-link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1025px) {
  .circle-links,
  .search-header-middle {
    margin: 0 !important;
  }

  .header-left h1 {
    width: 100%;
  }
}

/*@media screen and (max-width: 991px) {*/
@media screen and (max-width: 500px) {
  .advanced-search-container {
    width: 300px;
    padding-left: 20px;
  }

  #header-top-right-wrapper {
    /*        margin-top: -15px;*/
  }

  .header-logo-links-search {
    /*margin-bottom: -20px;*/
  }

  #header-top-right {
    height: 35px;
    margin-top: 45px;
  }

  .search-header-middle {
    padding-top: 0;
  }

  .header-left {
    float: none;
    margin-bottom: 45px;
  }

  .header-spacing > .container {
    padding-left: 0;
  }

  .circle-links {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .clands-search-cont {
    position: absolute;
    display: inline-block;
    height: 35px;
    width: 300px;
    border-radius: 5px;
    position: relative;
    z-index: 100;
  }

  .clands-search-cont .clands-search-dropdown-cont {
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 1000;
    height: 35px;
  }

  .clands-search-cont .clands-search-dropdown-cont .clands-search-dropdown {
    position: relative;
    z-index: 1000;
    height: 35px;
  }

  .clands-search-cont .clands-search-dropdown-cont .clands-search-dropdown button {
    height: 33px;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: inset 1px 1px 1px 5px rgba(0, 0, 0, 0.02);
  }

  .clands-search-cont .clands-search-dropdown-cont .clands-search-dropdown .caret {
    color: white;
  }

  .clands-search-cont .clands-search-dropdown-cont .clands-search-dropdown .dropdown-menu {
    visibility: hidden;
    display: inline-table;
    /*height: $searchHeight;*/
    font-size: 0.703125em;
    z-index: 1000;
  }

  .clands-search-cont .clands-search-dropdown-cont .clands-search-dropdown .dropdown-menu li {
    height: inherit;
  }

  .clands-search-cont .clands-search-dropdown-cont .clands-search-dropdown .dropdown-menu li a {
    height: inherit;
  }

  .clands-search-cont .clands-search-box-cont {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: inherit;
  }

  .clands-search-cont .clands-search-box-cont .clands-search-box {
    height: 35px;
    width: 300px;
    border-radius: 5px;
    outline: none;
    border-width: 0;
    font-size: 0.9375em;
    font-family: 'Lato', sans-serif;
    padding: 0;
    box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  }

  .clands-search-cont .clands-search-box-cont .clands-search-box::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #b3b3b3;
  }

  .clands-search-cont .clands-search-box-cont .clands-search-box::-moz-placeholder {
    /* Firefox 19+ */
    color: #b3b3b3;
  }

  .clands-search-cont .clands-search-box-cont .clands-search-box:-ms-input-placeholder {
    /* IE 10+ */
    color: #b3b3b3;
  }

  .clands-search-cont .clands-search-box-cont .clands-search-box:-moz-placeholder {
    /* Firefox 18- */
    color: #b3b3b3;
  }

  .clands-search-cont .clands-search-button-cont {
    position: absolute;
    top: 0;
    right: 0;
    height: 35px;
  }

  .clands-search-cont .clands-search-button-cont .clands-search-btn {
    height: 35px;
    background: #f7f7f7;
    color: #4d4d4d;
    border-left: solid 2px #b3b3b3;
    opacity: .25;
  }

  .clands-search-cont .clands-search-button-cont .clands-search-btn:hover {
    background: #d9d9d9;
    color: #1a1a1a;
  }

  .clands-search-cont .clands-search-button-cont .clands-search-btn:focus {
    outline: none;
  }

  .clands-search-cont .clands-search-button-cont .clands-search-btn .fa-search {
    height: inherit;
    padding: 0;
  }

  #header-top-right {
    /*float: left;*/
    width: 100vw;
  }

  .header-left {
    width: 50vw;
    display: block;
    margin: 0 auto;
  }

  .header-left img {
    max-height: 200px;
    width: 50vw;
    display: block;
    margin: 0 auto;
  }

  .header-right {
    width: 45%;
    text-align: center;
  }

  .wrapper-thingy {
    width: 100%;
    display: inline-block;
  }

  .top-right-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .header-right.pull-right {
    margin-left: -100px;
  }
}

@media screen and (max-width: 667px) {
  .header-spacing > .container {
    padding-left: 0;
  }

  .advanced-search-container {
    width: 100%;
    margin-left: -30px;
  }

  .search-header-middle {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 600px) {
  .search-header-middle {
    width: 100%;
  }

  .top-right-container,
  #header-top-right {
    padding: 0;
  }

  .header-right {
    width: 100%;
    text-align: center;
  }
}

/*#header-top-right{
    position:relative
    height: 100%;
}*/

/*.header-right {
    padding-right: 0;
}*/

.top-right-container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  height: auto;
  width: 100%;
}

#header-top-right-wrapper {
  position: absolute;
  z-index: 1000;
  height: 100%;
  width: 100%;
}

.wrapper-thingy {
  width: 100%;
  /*    display: inline-block;*/
}

.sidebar {
  padding: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  /*border: 2px solid black;*/
  /*    -webkit-box-shadow: 3px 2px 22px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 3px 2px 22px -1px rgba(0,0,0,0.15);
    box-shadow: 3px 2px 22px -1px rgba(0,0,0,0.15);*/
}

.sidebar .clands-sidebar-search-cont {
  position: relative;
  /*        width:$sideSearchWidth;
        margin: 0 auto; */
}

.sidebar .clands-sidebar-search-cont .clands-sidebar-header {
  width: 100%;
  border-radius: 0 !important;
  cursor: default;
}

.sidebar .clands-sidebar-search-cont .clands-sidebar-header h1 {
  font-size: inherit;
}

.sidebar .clands-sidebar-search-cont form {
  padding: 15px;
}

.sidebar .clands-sidebar-search-cont form .clands-search-cont-wrapper {
  position: relative;
  width: 100%;
  height: 35px;
}

.sidebar .clands-sidebar-search-cont form .clands-search-cont-wrapper .clands-sidebar-search-box-cont {
  width: 100%;
  height: 35px;
  margin-top: 10px;
}

.sidebar .clands-sidebar-search-cont form .clands-search-cont-wrapper .clands-sidebar-search-box-cont .clands-sidebar-search-box {
  width: 100%;
  height: 35px;
  border-radius: 5px;
  border-width: 1px;
  border-color: #fafafa;
  box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  outline: none;
  padding-top: 3px;
  padding-left: 0.8em;
  border-width: 0;
}

.sidebar .clands-sidebar-search-cont form .clands-search-cont-wrapper .clands-sidebar-search-box-cont .clands-sidebar-search-box::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b3b3b3;
}

.sidebar .clands-sidebar-search-cont form .clands-search-cont-wrapper .clands-sidebar-search-box-cont .clands-sidebar-search-box::-moz-placeholder {
  /* Firefox 19+ */
  color: #b3b3b3;
}

.sidebar .clands-sidebar-search-cont form .clands-search-cont-wrapper .clands-sidebar-search-box-cont .clands-sidebar-search-box:-ms-input-placeholder {
  /* IE 10+ */
  color: #b3b3b3;
}

.sidebar .clands-sidebar-search-cont form .clands-search-cont-wrapper .clands-sidebar-search-box-cont .clands-sidebar-search-box:-moz-placeholder {
  /* Firefox 18- */
  color: #b3b3b3;
}

.sidebar .clands-sidebar-search-cont form .clands-search-cont-wrapper .clands-sidebar-search-box-cont input:focus {
  outline: none;
}

.sidebar .clands-sidebar-search-cont form .clands-search-cont-wrapper .clands-sidebar-search-button-cont .clands-search-sidebar-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 35px;
  color: white;
  border-left: solid 2px #b3b3b3;
  opacity: .85;
  box-shadow: inset 1px 1px 1px 5px rgba(0, 0, 0, 0.02);
  border-left: 2px lightgray solid;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.sidebar .clands-sidebar-search-cont form .clands-search-cont-wrapper .clands-sidebar-search-button-cont .clands-search-sidebar-btn:hover {
  opacity: 1;
}

.sidebar .clands-sidebar-search-cont form .clands-sidebar-search-category-cont-wrapper {
  width: 100%;
}

.sidebar .clands-sidebar-search-cont form .clands-sidebar-search-category-cont-wrapper .clands-search-category-cont {
  margin: 0 auto;
  padding: 5px;
  display: table;
}

.sidebar .clands-sidebar-search-cont form .clands-sidebar-search-category-cont-wrapper .clands-search-category-cont label {
  font-size: 1.15em;
  float: left;
  text-transform: lowercase;
  color: #b3b3b3;
  margin-top: 2px;
}

.sidebar .clands-sidebar-search-cont form .clands-sidebar-search-category-cont-wrapper .clands-search-category-cont .clands-sidebar-search-dropdown-cont {
  float: left;
}

.sidebar .clands-sidebar-search-cont form .clands-sidebar-search-category-cont-wrapper .clands-search-category-cont .clands-sidebar-search-dropdown-cont .clands-sidebar-search-dropdown {
  color: #b3b3b3;
  background-color: #f2f2f2 !important;
}

.sidebar .clands-sidebar-search-cont form .clands-sidebar-search-category-cont-wrapper .clands-search-category-cont .clands-sidebar-search-dropdown-cont .clands-sidebar-search-dropdown .sidebar-search-dropdown {
  padding: 3px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 0;
  border-radius: 5px;
  border: 1px solid #bfbfbf;
  background: white;
  color: #8c8c8c;
  box-shadow: inset 1px 1px 1px 5px rgba(0, 0, 0, 0.02);
  opacity: .85;
}

.sidebar .clands-sidebar-search-cont form .clands-sidebar-search-category-cont-wrapper .clands-search-category-cont .clands-sidebar-search-dropdown-cont .clands-sidebar-search-dropdown .sidebar-search-dropdown:hover {
  opacity: 1;
}

.sidebar .clands-sidebar-search-cont form .clands-sidebar-search-category-cont-wrapper .clands-search-category-cont .clands-sidebar-search-dropdown-cont .clands-sidebar-search-dropdown .sidebar-search-dropdown .caret {
  margin-top: -2px;
}

.sidebar .clands-sidebar-search-cont form .clands-sidebar-search-category-cont-wrapper .clands-search-category-cont .clands-sidebar-search-dropdown-cont .clands-sidebar-search-dropdown .clands-sidebar-search-dropdown-menu {
  visibility: hidden;
  display: inline-table;
  font-size: 0.9375em;
  z-index: 1000;
}

.sidebar .clands-sidebar-search-cont form .sidebar-advanced-search-container {
  text-align: center;
  margin-top: 15px;
}

.sidebar .clands-sidebar-search-cont form .sidebar-advanced-search-container #sidebar-advanced-search-link {
  width: 100%;
  transition: 500ms ease-in-out;
}

.sidebar .clands-sidebar-search-cont form .sidebar-advanced-search-container #sidebar-advanced-search-link:hover {
  color: #b3b3b3;
  text-decoration: underline;
}

.sidebar-giftcard-cont-wrapper {
  border: 2px solid #f2f2f2;
  /*background: red;*/
}

.sidebar-giftcard-cont-wrapper .sidebar-giftcard-cont {
  width: 100%;
}

.sidebar-giftcard-cont-wrapper .sidebar-giftcard-cont .sidebar-giftcard-header {
  width: 100%;
  background: black;
  color: white;
  border-radius: 0 !important;
  cursor: default;
  /*background: yellowgreen;*/
}

.sidebar-giftcard-cont-wrapper .sidebar-giftcard-cont .sidebar-giftcard-header h1 {
  font-size: inherit;
  /*                padding: $padding/2 $padding;
                padding-bottom: $padding/4;*/
}

.sidebar-giftcard-cont-wrapper .sidebar-giftcard-cont hr {
  padding: 0;
  margin: 0;
}

.sidebar-giftcard-cont-wrapper .sidebar-giftcard-cont .sidebar-giftcard-img-cont-wrapper {
  width: 100%;
  height: 185px;
}

.sidebar-giftcard-cont-wrapper .sidebar-giftcard-cont .sidebar-giftcard-img-cont-wrapper .sidebar-giftcard-img-cont {
  width: 100%;
  height: 100%;
  padding: 10px;
  /*background: orange;*/
}

.sidebar-giftcard-cont-wrapper .sidebar-giftcard-cont .sidebar-giftcard-img-cont-wrapper .sidebar-giftcard-img-cont .sidebar-giftcard-img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  background-size: cover;
  transition: all .2s ease-in-out;
  box-shadow: 3px 2px 22px -1px rgba(0, 0, 0, 0.2);
}

.sidebar-giftcard-cont-wrapper .sidebar-giftcard-cont .sidebar-giftcard-img-cont-wrapper .sidebar-giftcard-img-cont .sidebar-giftcard-img:hover {
  transform: scale(1.025);
  ms-transform: scale(1.025);
  /* IE 9 */
  -webkit-transform: scale(1.025);
  /* Chrome, Safari, Opera */
}

.sidebar-giftcard-cont-wrapper .sidebar-giftcard-cont .sidebar-giftcard-img-cont-wrapper .sidebar-giftcard-img-cont .sidebar-giftcard-img img {
  height: 100%;
  width: 100%;
}

.sidebar-giftcard-cont-wrapper .sidebar-giftcard-cont .sidebar-giftcard-buy-cont {
  text-align: center;
  padding: 10px;
  font-size: 0.9em;
}

.sidebar-giftcard-cont-wrapper .sidebar-giftcard-cont .sidebar-giftcard-buy-cont p {
  margin-bottom: 10px;
}

.sidebar-giftcard-cont-wrapper .sidebar-giftcard-cont .sidebar-giftcard-buy-cont button {
  width: 100%;
  opacity: .9;
}

.sidebar-giftcard-cont-wrapper .sidebar-giftcard-cont .sidebar-giftcard-buy-cont button:hover {
  opacity: 1;
}

.side-navigation-cont {
  border: 1px solid #d9d9d9 !important;
}

.side-navigation-cont .side-navigation-header {
  border-bottom: 1px solid #d9d9d9 !important;
  font-size: 1.5em;
  opacity: .95;
  background: #f2f2f2;
  text-align: center;
  padding: 0.5em;
}

.side-navigation-cont .side-navigation {
  list-style: none;
}

.side-navigation-cont .side-navigation a {
  text-decoration: none;
  color: #848484;
  font-weght: bold !important;
}

.side-navigation-cont .side-navigation a .side-navigation-link-cont {
  padding: 5px 15px;
  font-weght: bold !important;
  font-size: 1em;
  text-transform: capitalize;
  transition: 0.5s ease-in-out;
}

.side-navigation-cont .side-navigation a .side-navigation-link-cont:hover {
  color: white !important;
  opacity: .85;
}

.side-navigation-cont .side-navigation a .side-navigation-link-cont i {
  margin-right: 5px;
}

.side-navigation-cont .side-navigation:last-child {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/* 
    Created on : Jun 26, 2017, 1:22:01 PM
    Author     : matt
*/

.giftcards .form-group-pair {
  width: 100%;
  display: inline-block;
}

.giftcards .form-group-pair label {
  float: left;
  width: 20%;
  line-height: 34px;
}

.giftcards .form-group-pair input {
  float: left;
  width: 80%;
}

.giftcards .giftcard-value-cont label {
  width: 40%;
}

.giftcards .giftcard-value-cont input {
  width: 60%;
}

.giftcard-header {
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}

.giftcard-header h1 {
  width: 100%;
  float: left;
  border-bottom: 2px solid #e6e6e6;
}

.giftcard-header p {
  padding-top: 5px;
  margin-left: 25px;
  float: left;
}

#value-chooser input {
  width: 75px;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/* 
    Created on : Jun 26, 2017, 2:50:23 PM
    Author     : matt
*/

.img-carousel-cont-wrapper {
  position: relative;
  margin-bottom: 10px;
  padding: 5px;
  width: 100%;
  min-height: 450px;
  cursor: default;
}

.img-carousel-cont-wrapper img {
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.75);
}

.img-carousel-cont-wrapper .img-carousel-cont {
  position: relative;
  height: 100%;
  min-height: inherit;
  width: 100%;
}

.img-carousel-cont-wrapper .img-carousel-cont #left-thumb-btn,
.img-carousel-cont-wrapper .img-carousel-cont #right-thumb-btn,
.img-carousel-cont-wrapper .img-carousel-cont #left-main-btn,
.img-carousel-cont-wrapper .img-carousel-cont #right-main-btn,
.img-carousel-cont-wrapper .img-carousel-cont #img-carousel-thumbnails-scroll {
  display: none;
}

.img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main {
  position: relative;
  min-height: 350px;
  /*background: darken(white, 5%);*/
  /*opacity: .5;*/
  /*            transition: all .2s ease-in-out;
                    &:hover {
                        -ms-transform: scale(1.1);  IE 9 
                        -webkit-transform: scale(1.1);  Safari 
                        transform: scale(1.1);  Standard syntax 
                    }*/
}

.img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .img-carousel-main-wrapper .main-img {
  max-width: 100%;
  max-height: 350px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: inherit;
}

.img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container {
  position: absolute;
  top: 55%;
  margin-top: -37.5px;
  height: 75px;
  width: 125%;
  left: -12.5%;
  z-index: 1000;
  pointer-events: none;
}

.img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder {
  height: 50px;
  width: 50px;
  display: inline-block;
  pointer-events: all;
  cursor: pointer;
}

.img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder i {
  width: 50px;
  font-size: 50px;
  transition: all .2s ease-in-out;
  /*color: black;*/
  opacity: .9;
}

.img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder-left {
  float: left;
  text-align: left;
}

.img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder-left i {
  text-shadow: -4px 4px 5px rgba(0, 0, 0, 0.25);
}

.img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder-left i:hover {
  /* IE 9 */
  /* Safari */
  transform: scale(1.15);
  /* Standard syntax */
}

.img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder-right {
  float: right;
  text-align: right;
}

.img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder-right i {
  text-shadow: -4px 4px 5px rgba(0, 0, 0, 0.25);
}

.img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder-right i:hover {
  /* IE 9 */
  /* Safari */
  transform: scale(1.15);
  /* Standard syntax */
}

.img-carousel-cont-wrapper .img-carousel-cont .img-carousel-thumbnails-scroll {
  /*            background: lime;*/
  padding: 10px;
  position: relative;
  float: left;
  bottom: -5px;
  overflow-x: hidden;
  overflow-y: display;
  z-index: 100;
  height: 125px;
  width: 100%;
}

.img-carousel-cont-wrapper .img-carousel-cont .img-carousel-thumbnails-scroll .img-carousel-thumbnails {
  /*                background: hotpink;*/
  position: relative;
  float: left;
  max-height: 125px;
  white-space: nowrap;
  margin-left: -2.5px;
  /* Safari */
  display: -ms-flexbox;
  display: flex;
  /*transform: translate(-25%);*/
  -webkit-transition: transform 2s ease-in-out;
}

.img-carousel-cont-wrapper .img-carousel-cont .img-carousel-thumbnails-scroll .img-carousel-thumbnails .img-thumbnail-cont {
  /*                    background: purple;*/
  position: relative;
  float: left;
  display: inline;
  height: 95px;
  width: 90px;
  /*background: steelblue;*/
  /*background: darken(white, 10%);*/
  line-height: 90px;
  margin: 0 5px;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.img-carousel-cont-wrapper .img-carousel-cont .img-carousel-thumbnails-scroll .img-carousel-thumbnails .img-thumbnail-cont:hover {
  /* IE 9 */
  /* Safari */
  transform: scale(1.1);
  /* Standard syntax */
}

.img-carousel-cont-wrapper .img-carousel-cont .img-carousel-thumbnails-scroll .img-carousel-thumbnails .img-thumbnail-cont img {
  position: relative;
  float: left;
  display: block;
  max-width: 90px;
  max-height: 95px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: inherit;
}

.img-carousel-cont-wrapper .img-carousel-cont .img-carousel-thumbnails-scroll .img-carousel-thumbnails .img-thumbnail-cont .img-thumbnail-overlay {
  display: none;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  background: #B9DBFF;
  height: 95px;
  width: 90px;
  opacity: .65;
}

.img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont {
  /*background: hotpink;*/
  position: absolute;
  bottom: 25px;
  left: -10%;
  width: 120%;
  z-index: 101;
  pointer-events: none;
}

.img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn {
  /*color: black;*/
  opacity: .9;
  display: inline-block;
  height: 25px;
  width: 25px;
  border-radius: 20px;
  font-size: 25px;
  text-align: center;
  pointer-events: all;
  cursor: pointer;
}

.img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn i {
  transition: all .2s ease-in-out;
}

.img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn-left {
  /*background: lime;*/
  float: left;
}

.img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn-left i {
  text-shadow: -4px 4px 5px rgba(0, 0, 0, 0.25);
}

.img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn-left i:hover {
  /* IE 9 */
  /* Safari */
  transform: scale(1.15);
  /* Standard syntax */
}

.img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn-right {
  /*background: purple;*/
  float: right;
}

.img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn-right i {
  text-shadow: -4px 4px 5px rgba(0, 0, 0, 0.25);
}

.img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn-right i:hover {
  /* IE 9 */
  /* Safari */
  transform: scale(1.15);
  /* Standard syntax */
}

@media screen and (max-width: 1200px) {
  .img-carousel-cont-wrapper {
    position: relative;
    margin-bottom: 10px;
    /*    background: yellow;*/
    padding: 5px;
    /*padding: 0;*/
    width: 100%;
    min-height: 300px;
    cursor: default;
  }

  .img-carousel-cont-wrapper img {
    box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.75);
    /*        transition: scale(1.15);
        transform: 1s ease;*/
  }

  .img-carousel-cont-wrapper .img-carousel-cont {
    position: relative;
    height: 100%;
    min-height: inherit;
    width: 100%;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main {
    position: relative;
    min-height: 225px;
    /*background: darken(white, 5%);*/
    /*opacity: .5;*/
    /*            transition: all .2s ease-in-out;
                    &:hover {
                        -ms-transform: scale(1.1);  IE 9 
                        -webkit-transform: scale(1.1);  Safari 
                        transform: scale(1.1);  Standard syntax 
                    }*/
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .img-carousel-main-wrapper .main-img {
    max-width: 100%;
    max-height: 225px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: inherit;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container {
    position: absolute;
    top: 55%;
    margin-top: -37.5px;
    height: 75px;
    width: 125%;
    left: -12.5%;
    z-index: 1000;
    pointer-events: none;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder {
    height: 50px;
    width: 50px;
    display: inline-block;
    pointer-events: all;
    cursor: pointer;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder i {
    width: 50px;
    font-size: 50px;
    transition: all .2s ease-in-out;
    /*color: black;*/
    opacity: .9;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder-left {
    float: left;
    text-align: left;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder-left i {
    text-shadow: -4px 4px 5px rgba(0, 0, 0, 0.25);
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder-left i:hover {
    /* IE 9 */
    /* Safari */
    transform: scale(1.15);
    /* Standard syntax */
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder-right {
    float: right;
    text-align: right;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder-right i {
    text-shadow: -4px 4px 5px rgba(0, 0, 0, 0.25);
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder-right i:hover {
    /* IE 9 */
    /* Safari */
    transform: scale(1.15);
    /* Standard syntax */
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-thumbnails-scroll {
    /*            background: lime;*/
    padding: 10px;
    position: relative;
    float: left;
    bottom: -5px;
    overflow-x: hidden;
    overflow-y: display;
    /*            -webkit-box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.75);
            -moz-box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.75);
            box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.75);
            background: transparent;*/
    /*overflow-x: auto;*/
    /*overflow-y: hidden;*/
    z-index: 100;
    height: 100px;
    width: 100%;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-thumbnails-scroll .img-carousel-thumbnails {
    /*                background: hotpink;*/
    position: relative;
    float: left;
    max-height: 100px;
    white-space: nowrap;
    margin-left: -2.5px;
    /* Safari */
    display: -ms-flexbox;
    display: flex;
    /*transform: translate(-25%);*/
    -webkit-transition: transform 2s ease-in-out;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-thumbnails-scroll .img-carousel-thumbnails .img-thumbnail-cont {
    /*                    background: purple;*/
    position: relative;
    float: left;
    display: inline;
    height: 70px;
    width: 65px;
    /*background: steelblue;*/
    /*background: darken(white, 10%);*/
    line-height: 65px;
    margin: 0 5px;
    cursor: pointer;
    transition: all .2s ease-in-out;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-thumbnails-scroll .img-carousel-thumbnails .img-thumbnail-cont:hover {
    /* IE 9 */
    /* Safari */
    transform: scale(1.1);
    /* Standard syntax */
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-thumbnails-scroll .img-carousel-thumbnails .img-thumbnail-cont img {
    position: relative;
    float: left;
    display: block;
    max-width: 65px;
    max-height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: inherit;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-thumbnails-scroll .img-carousel-thumbnails .img-thumbnail-cont .img-thumbnail-overlay {
    display: none;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    background: #B9DBFF;
    height: 70px;
    width: 65px;
    opacity: .65;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont {
    /*background: hotpink;*/
    position: absolute;
    bottom: 12.5px;
    left: -10%;
    width: 120%;
    z-index: 101;
    pointer-events: none;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn {
    /*color: black;*/
    opacity: .9;
    display: inline-block;
    height: 25px;
    width: 25px;
    border-radius: 20px;
    font-size: 25px;
    text-align: center;
    pointer-events: all;
    cursor: pointer;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn i {
    transition: all .2s ease-in-out;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn-left {
    /*background: lime;*/
    float: left;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn-left i {
    text-shadow: -4px 4px 5px rgba(0, 0, 0, 0.25);
  }

  .img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn-left i:hover {
    /* IE 9 */
    /* Safari */
    transform: scale(1.15);
    /* Standard syntax */
  }

  .img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn-right {
    /*background: purple;*/
    float: right;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn-right i {
    text-shadow: -4px 4px 5px rgba(0, 0, 0, 0.25);
  }

  .img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn-right i:hover {
    /* IE 9 */
    /* Safari */
    transform: scale(1.15);
    /* Standard syntax */
  }
}

@media screen and (max-width: 767px) {
  .img-carousel-cont-wrapper {
    position: relative;
    margin-bottom: 10px;
    /*    background: yellow;*/
    padding: 5px;
    /*padding: 0;*/
    width: 100%;
    min-height: 400px;
    cursor: default;
  }

  .img-carousel-cont-wrapper img {
    box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.75);
    /*        transition: scale(1.15);
        transform: 1s ease;*/
  }

  .img-carousel-cont-wrapper .img-carousel-cont {
    position: relative;
    height: 100%;
    min-height: inherit;
    width: 100%;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main {
    position: relative;
    min-height: 300px;
    /*background: darken(white, 5%);*/
    /*opacity: .5;*/
    /*            transition: all .2s ease-in-out;
                    &:hover {
                        -ms-transform: scale(1.1);  IE 9 
                        -webkit-transform: scale(1.1);  Safari 
                        transform: scale(1.1);  Standard syntax 
                    }*/
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .img-carousel-main-wrapper .main-img {
    max-width: 100%;
    max-height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: inherit;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container {
    position: absolute;
    top: 55%;
    margin-top: -37.5px;
    height: 75px;
    width: 125%;
    left: -12.5%;
    z-index: 1000;
    pointer-events: none;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder {
    height: 50px;
    width: 50px;
    display: inline-block;
    pointer-events: all;
    cursor: pointer;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder i {
    width: 50px;
    font-size: 50px;
    transition: all .2s ease-in-out;
    /*color: black;*/
    opacity: .9;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder-left {
    float: left;
    text-align: left;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder-left i {
    text-shadow: -4px 4px 5px rgba(0, 0, 0, 0.25);
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder-left i:hover {
    /* IE 9 */
    /* Safari */
    transform: scale(1.15);
    /* Standard syntax */
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder-right {
    float: right;
    text-align: right;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder-right i {
    text-shadow: -4px 4px 5px rgba(0, 0, 0, 0.25);
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder-right i:hover {
    /* IE 9 */
    /* Safari */
    transform: scale(1.15);
    /* Standard syntax */
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-thumbnails-scroll {
    /*            background: lime;*/
    padding: 10px;
    position: relative;
    float: left;
    bottom: -5px;
    overflow-x: hidden;
    overflow-y: display;
    /*            -webkit-box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.75);
            -moz-box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.75);
            box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.75);
            background: transparent;*/
    /*overflow-x: auto;*/
    /*overflow-y: hidden;*/
    z-index: 100;
    height: 125px;
    width: 100%;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-thumbnails-scroll .img-carousel-thumbnails {
    /*                background: hotpink;*/
    position: relative;
    float: left;
    max-height: 125px;
    white-space: nowrap;
    margin-left: -2.5px;
    /* Safari */
    display: -ms-flexbox;
    display: flex;
    /*transform: translate(-25%);*/
    -webkit-transition: transform 2s ease-in-out;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-thumbnails-scroll .img-carousel-thumbnails .img-thumbnail-cont {
    /*                    background: purple;*/
    position: relative;
    float: left;
    display: inline;
    height: 95px;
    width: 90px;
    /*background: steelblue;*/
    /*background: darken(white, 10%);*/
    line-height: 90px;
    margin: 0 5px;
    cursor: pointer;
    transition: all .2s ease-in-out;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-thumbnails-scroll .img-carousel-thumbnails .img-thumbnail-cont:hover {
    /* IE 9 */
    /* Safari */
    transform: scale(1.1);
    /* Standard syntax */
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-thumbnails-scroll .img-carousel-thumbnails .img-thumbnail-cont img {
    position: relative;
    float: left;
    display: block;
    max-width: 90px;
    max-height: 95px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: inherit;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-thumbnails-scroll .img-carousel-thumbnails .img-thumbnail-cont .img-thumbnail-overlay {
    display: none;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    background: #B9DBFF;
    height: 95px;
    width: 90px;
    opacity: .65;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont {
    /*background: hotpink;*/
    position: absolute;
    bottom: 25px;
    left: -10%;
    width: 120%;
    z-index: 101;
    pointer-events: none;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn {
    /*color: black;*/
    opacity: .9;
    display: inline-block;
    height: 25px;
    width: 25px;
    border-radius: 20px;
    font-size: 25px;
    text-align: center;
    pointer-events: all;
    cursor: pointer;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn i {
    transition: all .2s ease-in-out;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn-left {
    /*background: lime;*/
    float: left;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn-left i {
    text-shadow: -4px 4px 5px rgba(0, 0, 0, 0.25);
  }

  .img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn-left i:hover {
    /* IE 9 */
    /* Safari */
    transform: scale(1.15);
    /* Standard syntax */
  }

  .img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn-right {
    /*background: purple;*/
    float: right;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn-right i {
    text-shadow: -4px 4px 5px rgba(0, 0, 0, 0.25);
  }

  .img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn-right i:hover {
    /* IE 9 */
    /* Safari */
    transform: scale(1.15);
    /* Standard syntax */
  }
}

#stuck_container .nav_cart.box_1 {
  position: relative;
}

#stuck_container .nav_cart.box_1 .cart-bubble-container.success .rotate-part {
  background: #cdffcd;
}

#stuck_container .nav_cart.box_1 .cart-bubble-container.success .cart-bubble {
  background: #cdffcd;
  color: #008d00;
}

#stuck_container .nav_cart.box_1 .cart-bubble-container.danger .rotate-part {
  background: #ffb3b3;
}

#stuck_container .nav_cart.box_1 .cart-bubble-container.danger .cart-bubble {
  background: #ffb3b3;
  color: #990000;
}

#stuck_container .nav_cart.box_1 .cart-bubble-container.warning .rotate-part {
  background: #ffd280;
}

#stuck_container .nav_cart.box_1 .cart-bubble-container.warning .cart-bubble {
  background: #ffd280;
  color: #b37400;
}

#stuck_container .nav_cart.box_1 .cart-bubble-container.info .rotate-part {
  background: #b3ecff;
}

#stuck_container .nav_cart.box_1 .cart-bubble-container.info .cart-bubble {
  background: #b3ecff;
  color: #0099cc;
}

#stuck_container .nav_cart.box_1 .cart-bubble-container {
  position: absolute;
  display: none;
  z-index: 1;
  top: 80px;
  left: 0;
  max-width: 100%;
  height: auto;
}

#stuck_container .nav_cart.box_1 .cart-bubble-container .rotate-part {
  /*display: none;*/
  position: absolute;
  top: -0.125em;
  left: 0.5em;
  z-index: -5;
  height: 1.5em;
  width: 1.5em;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -ms-transform-origin: center;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  -webkit-transform-origin: center;
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  transform-origin: center;
  box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.15);
}

#stuck_container .nav_cart.box_1 .cart-bubble-container .cart-bubble {
  /*display: none;*/
  position: relative;
  float: left;
  padding: 0.5em;
  border-radius: 0.25em;
  box-sizing: border-box;
  box-shadow: 3px 2px 5px 0px rgba(0, 0, 0, 0.15);
  background: white;
  width: 100%;
  height: auto;
  word-wrap: break-word;
}

#stuck_container .nav_cart.box_1 .cart-bubble-container .cart-bubble .cart-bubble-message {
  position: relative;
  text-align: left;
  float: left;
  width: 100%;
  height: auto;
  font-size: 1.0em;
  height: auto;
  word-wrap: break-word;
  white-space: pre-wrap;
  /* Webkit */
  white-space: -moz-pre-wrap;
  /* Firefox */
  white-space: -pre-wrap;
  /* Opera <7 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* IE */
}

@media screen and (max-width: 992px) {
  #stuck_container .nav_cart.box_1 .cart-bubble-container {
    top: 60px;
  }
}

.card-carousel-container {
  /*background: red;*/
  width: 100%;
  position: relatvive;
  /*height: auto;*/
  /*height: $height;*/
  /*padding: 1vh;*/
}

.card-carousel-container .card-carousel {
  /*background: gold;*/
  /*overflow-x: hidden;*/
  overflow-x: scroll;
  overflow-y: display;
  margin-left: -2.5em;
  margin-right: -2.5em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
  display: block;
}

.card-carousel-container .card-carousel .card-set {
  /*background: lime;*/
  white-space: nowrap;
  display: inline-block;
  width: calc(100% + 2em);
  padding-left: 1em;
  padding-right: 1em;
}

.card-carousel-container .card-carousel .card-set:first-child {
  margin-left: -1em;
}

.card-carousel-container .card-carousel .card-set .card-container {
  position: relative;
  display: inline-block;
  /*background: deepskyblue;*/
  -ms-flex: 1;
  flex: 1;
  float: left;
  height: auto;
  width: auto;
  width: 25%;
  padding: 1em;
}

.card-carousel-container .card-carousel .card-set .card-container .card {
  -ms-flex: 1;
  flex: 1;
  /*background: deeppink;*/
  /*background: white;*/
  height: 40vh;
  /*border: 1px solid lighten(gray, 30%);*/
  box-sizing: border-box;
  /*width:  40vh * (3/4);*/
  width: 100%;
  padding: 1em;
  -webkit-transition: all 250ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 250ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 250ms ease-in;
  -moz-transform: scale(1);
  transition: all 250ms ease-in;
  transform: scale(1);
  /*                    -webkit-box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.125);
                    -moz-box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.125);
                    box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.125);*/
  cursor: pointer;
}

.card-carousel-container .card-carousel .card-set .card-container .card:hover {
  -webkit-transition: all 250ms ease-in;
  -webkit-transform: scale(1.025);
  -ms-transition: all 250ms ease-in;
  -ms-transform: scale(1.025);
  -moz-transition: all 250ms ease-in;
  -moz-transform: scale(1.025);
  transition: all 250ms ease-in;
  transform: scale(1.025);
}

.card-carousel-container .card-carousel .card-set .card-container .card .image-container {
  /*background: yellow;*/
  /*background: darken(white, 15%);*/
  height: 60%;
  /*padding: 0.25em;*/
}

.card-carousel-container .card-carousel .card-set .card-container .card .image-container .image-wrapper {
  position: relative;
  /*background: orange;*/
  height: 100%;
  width: 100%;
  /*                            max-width: 100%;
                            max-height: 100%;
                            position: absolute;
                            left: 50%;
                            top: 50%;
                            -webkit-transform: translate(-50%, -50%);
                            -moz-transform: translate(-50%, -50%); 
                            -ms-transform: translate(-50%, -50%); 
                            -o-transform: translate(-50%, -50%); 
                            transform: translate(-50%, -50%);
                            pointer-events: inherit;*/
}

.card-carousel-container .card-carousel .card-set .card-container .card .image-container .image-wrapper img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: inherit;
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.15);
  /*                                -webkit-transition: all 250ms ease-in;
                                -webkit-transform: scale(1); 
                                -ms-transition: all 250ms ease-in;
                                -ms-transform: scale(1); 
                                -moz-transition: all 250ms ease-in;
                                -moz-transform: scale(1);
                                transition: all 250ms ease-in;
                                transform: scale(1); */
}

.card-carousel-container .card-carousel .card-set .card-container .card .info-container {
  /*background: deepskyblue;*/
  width: 100%;
  height: 40%;
  font-size: 1.25em;
}

.card-carousel-container .card-carousel .card-set .card-container .card .info-container .title-wrapper {
  /*background: blueviolet;*/
  padding: 0.5em 0;
  text-shadow: 2px 2px 5px rgba(150, 150, 150, 0.5);
}

.card-carousel-container .card-carousel .card-set .card-container .card .info-container .title-wrapper .title {
  /*background: lightskyblue;*/
  height: 2em;
  width: 100%;
  text-align: center;
  word-wrap: break-word;
  white-space: pre-wrap;
  /* Webkit */
  white-space: -moz-pre-wrap;
  /* Firefox */
  white-space: -pre-wrap;
  /* Opera <7 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* IE */
  line-height: 1em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-carousel-container .card-carousel .card-set .card-container .card .info-container .price {
  text-shadow: 1px 1px 5px #969696;
  font-size: 1.25em;
  /*background: lime;*/
  height: 1.25em;
  line-height: 1.25em;
  width: 100%;
  text-align: center;
  color: black;
  /*float: right;*/
}

.card-carousel-container .card-carousel .card-set .card-container .card .info-container .price .price-label {
  font-size: .75em;
  font-weight: bold;
  /*background: red;*/
  /*text-align: right;*/
  /*float: left;*/
}

.card-carousel-container .card-carousel .card-set .card-container .card .info-container .price .price-data {
  /*float: right;*/
}

.card-carousel-container .card-carousel .card-set .card-container .card .info-container .button {
  position: relative;
  bottom: 0;
  text-align: center;
  /*background: yellow;*/
  height: 2.75em;
}

.card-carousel-container .card-carousel .card-set .card-container .card .info-container .button .add-to-cart-btn {
  position: absolute;
  /*background: orange;*/
  padding: 0.5em;
  position: absolute;
  /*                                left: 50%;
                                top: 50%;*/
  left: 0;
  bottom: 0;
  /*transform: translate(-50%, -50%);*/
  width: 100%;
  cursor: pointer;
  color: white;
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.15);
}

.card-carousel-container .controls-container {
  position: absolute;
  left: 50%;
  top: 45%;
  width: 110%;
  /*background: red;*/
  /*height: 3em;*/
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.card-carousel-container .controls-container .control {
  /*height: 20px;*/
  position: relative;
  padding: 0;
  margin: 0;
  font-size: 5em;
  pointer-events: all;
  /*background: lime;*/
  height: 0.7em;
  width: 0.7em;
  border-radius: 1em;
  -webkit-transition: all 250ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 250ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 250ms ease-in;
  -moz-transform: scale(1);
  transition: all 250ms ease-in;
  transform: scale(1);
}

.card-carousel-container .controls-container .control i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-shadow: 2px 2px 5px rgba(150, 150, 150, 0.5);
}

.card-carousel-container .controls-container .control-left {
  float: left;
}

.card-carousel-container .controls-container .control-left:hover {
  -webkit-transition: all 250ms ease-in;
  -webkit-transform: scale(1.1);
  -ms-transition: all 250ms ease-in;
  -ms-transform: scale(1.1);
  -moz-transition: all 250ms ease-in;
  -moz-transform: scale(1.1);
  transition: all 250ms ease-in;
  transform: scale(1.1);
}

.card-carousel-container .controls-container .control-left i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-60%, -54%);
}

.card-carousel-container .controls-container .control-right {
  float: right;
}

.card-carousel-container .controls-container .control-right:hover {
  -webkit-transition: all 250ms ease-in;
  -webkit-transform: scale(1.1);
  -ms-transition: all 250ms ease-in;
  -ms-transform: scale(1.1);
  -moz-transition: all 250ms ease-in;
  -moz-transform: scale(1.1);
  transition: all 250ms ease-in;
  transform: scale(1.1);
}

.card-carousel-container .controls-container .control-right i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-40%, -54%);
}

/*.clands-search-cont {
    border: solid 5px aqua;
}*/

.side-bar-cont {
  border: 1px solid #d9d9d9 !important;
  margin-bottom: 16px;
}

.side-bar-cont .side-bar-header {
  border-bottom: 1px solid #d9d9d9 !important;
  font-size: 1.5em !important;
  opacity: .95 !important;
  background: #f2f2f2;
  text-align: center !important;
  padding: 0.5em !important; 
}

