.shop-category h3 {
  font-family: "arial","sans-serif";
  color: #9C27B0;
  margin: 0px;
  padding: 0px;
  font-size: 1.17em; }

#menu_ul {
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  padding: 15px;
  width: 100%; }

#submenu_ul {
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  padding: 15px;
  width: 100%;
  margin-top: 25px;
  width: 270px; }
  #submenu_ul a {
    color: #000; }

#menu_ul li, #submenu_ul li {
  color: #333333;
  cursor: pointer;
  font-family: "arial","sans-serif";
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  padding: 10px 0 10px; }

#menu_ul li:active, #menu_ul li:hover {
  font-weight: bold;
  background: url("/assets/images/vec/arrow.png") no-repeat right; }

#submenu_ul li:active, #submenu_ul li:hover {
  font-weight: bold; }

#menu_box {
  border-top: solid 3px #7B1FA2;
  border-left: solid 1px #dedede;
  border-right: solid 1px #dedede;
  border-bottom: solid 1px #dedede;
  min-height: 376px;
  background-color: #fff;
  float: left;
  position: relative;
  z-index: 300;
  overflow: auto; }

#menu_slider {
  border-top: solid 3px #7B1FA2;
  border-left: solid 1px #dedede;
  border-right: solid 1px #dedede;
  border-bottom: solid 1px #dedede;
  min-height: 370px;
  background-color: #fff;
  margin-left: 16%;
  position: absolute;
  width: 250px;
  z-index: 200;
  display: none;
  padding: 15px;
  overflow: auto; }

#slide-out li.search:hover {
  background-color: #fff; }

#slide-out li.search {
  margin-top: 10px;
  padding: 1px 0 0 0;
  z-index: 2; }

#slide-out li.search .search-wrapper {
  margin: 0 12px;
  transition: margin .25s ease; }

#slide-out li.search .search-wrapper.focused {
  margin: 0; }

#slide-out li.search .search-wrapper input#search {
  display: block;
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  height: 45px;
  margin: 0;
  padding: 0 45px 0 15px;
  border: 0; }

#slide-out li.search .search-wrapper i.material-icons {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  line-height: normal; }

#slide-out li.search .search-results {
  margin: 0;
  border-top: 1px solid #e9e9e9;
  background-color: #fff; }

.float-menu {
  position: absolute !important;
  margin-top: 10px;
  left: -8px;
  display: none;
  width: 220px; }

.float-box {
  margin-top: 10px;
  margin-left: 200px !important; }

.hidebox, .hideul {
  display: none; }

.highlight-column {
  margin-left: 20px;
  float: left;
  padding: 0 !important; }
  .highlight-column .box-lg {
    height: 250px;
    padding: 0 !important;
    background-color: #FFF;
    text-align: center; }
  .highlight-column .box-md {
    height: 125px;
    padding: 0 !important;
    background-color: #FFF;
    text-align: center; }
  .highlight-column a {
    display: -ms-inline-flexbox;
    display: inline-flex; }

.banner-info {
  height: 375px;
  overflow-y: auto;
  background-color: #FFF;
  padding: 0 !important; }
  .banner-info .box-md {
    width: 100%;
    height: auto;
    padding: 0 !important; }
  .banner-info .banner-title {
    padding: 5px;
    border-left: 3px solid #9C27B0;
    margin-bottom: 3px;
    background-color: #FFF; }
    .banner-info .banner-title span {
      text-transform: uppercase;
      color: #9C27B0; }
  .banner-info p {
    padding: 5px;
    font-size: 11px; }

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  padding: 0;
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  background: #7B1FA2;
  border-radius: 50%;
  z-index: 1; }

.slick-prev:before, .slick-next:before {
  font-family: Material Icons;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff; }

.item-product .details, .item-product .reason-set {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  padding: 7px;
  position: relative; }

.banner-full h2, .banner-half h2 {
  position: relative;
  margin: 0;
  top: 50%;
  color: #fff;
  margin-left: 40px; }

.item-slide {
  visibility: hidden; }
  .item-slide .card {
    width: 173px;
    float: left;
    margin: 9px; }

.cart-card {
  visibility: hidden; }

.slick-prev {
  left: -40px; }
  .slick-prev:hover {
    outline: none;
    background: #888; }
  .slick-prev:focus {
    outline: none;
    background: #888; }
  .slick-prev:before {
    content: 'navigate_before'; }

.slick-next {
  right: -40px; }
  .slick-next:hover {
    outline: none;
    background: #888; }
  .slick-next:focus {
    outline: none;
    background: #888; }
  .slick-next:before {
    content: 'navigate_next'; }

.slick-slider {
  margin-bottom: 30px;
  background: url(../../images/animation/ajax-loader.gif); }
  .slick-slider .slick-list {
    opacity: 0;
    position: absolute; }
  .slick-slider.slick-initialized {
    background: none; }
    .slick-slider.slick-initialized .slick-list {
      opacity: 1;
      position: relative;
      transition: opacity 0.2s ease-in; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 10px;
      height: 10px;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      border-radius: 50%; }
      .slick-dots li button:hover {
        outline: none; }
      .slick-dots li button:focus {
        outline: none; }
    .slick-dots li.slick-active button {
      background-color: #536DFE; }

.item-medium .product-price {
  font-size: 17px; }

.product-price {
  font-size: 22px;
  font-weight: 500; }

.item-small .product-p-disc {
  font-size: 12px; }

.reason-set {
  max-height: 38px;
  border-top: 1px solid #f2f2f2;
  background-color: #536DFE;
  color: #fff; }
  .reason-set:hover {
    background-color: #fff;
    color: #536DFE; }

.preview-overlay-container {
  border-radius: 2px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all .25s ease;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
  .preview-overlay-container:hover {
    opacity: 1; }

.banner-full {
  width: 100%;
  height: 400px !important; }

.banner-half {
  width: 100%;
  height: 200px !important; }

.item-title {
  color: #333;
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  max-height: 36px;
  min-height: 18px;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  white-space: nowrap; }
  .item-title .paragraph-end {
    height: 19px;
    width: 45px; }

.item-price {
  color: #333; }

.discount {
  position: absolute;
  z-index: 1;
  top: 10px;
  padding: 2px; }
  .discount span {
    padding: 2px;
    color: #fff; }

.card-click-target {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.paragraph-end {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#00ffffff',EndColorStr='#ffffff');
  bottom: 0;
  height: 25px;
  max-height: 100%;
  position: absolute;
  right: 0;
  width: 60px; }

@media only screen and (max-width: 992px) {
  .item-small .card-image img {
    height: 130px; }
  .item-medium .card-image img {
    height: 150px; }
  .slick-prev, .slick-next {
    width: 30px;
    height: 30px; }
  .slick-next {
    right: -23px; }
  .slick-prev {
    left: -23px; }
  .section-heading h4 {
    margin-left: 0; }
  .bl-dot {
    border-left: 0; } }

@media only screen and (min-width: 992px) {
  .item-small .card-image img {
    height: 150px; }
  .item-medium .card-image img {
    height: 170px; }
  .section-heading h4 {
    margin-left: 40px; }
  .bl-dot {
    border-left: 1px dashed #CCC; } }

.slick-track .card {
  margin: 10px;
  outline: none; }

img.slick-loading {
  background: #fff url(../../images/animation/ajax-loader.gif) center center no-repeat; }

.section-heading h4 {
  margin: 5px 0 10px; }

.home-detail-btn, .cat-link {
  line-height: 30px;
  padding: 10px; }

.home-detail-btn {
  background-color: #9C27B0; }
  .home-detail-btn #cat_menu {
    color: #E1BEE7; }
    .home-detail-btn #cat_menu:hover {
      color: #fff; }

.cat-link {
  margin: 0 10px; }
  .cat-link a:hover {
    text-decoration: underline; }

#gal01 img {
  border: 2px solid white; }

.active img {
  border: 2px solid #E1BEE7 !important; }

.sub-item span {
  margin: 0 15px; }
  .sub-item span a {
    color: #E1BEE7; }

.qty-box {
  width: 35px !important;
  text-align: center !important;
  border: 1px solid #CCC !important;
  height: 2rem !important; }

a.remove-cart {
  color: #CCC; }
  a.remove-cart:hover {
    color: #D32F2F; }

.cart-summary li.active {
  background-color: #9C27B0; }
  .cart-summary li.active a {
    color: #E1BEE7; }

.cart-field {
  border: 1px solid #D0D0D0 !important; }

textarea.cart-field {
  padding: 8px; }

.drag-target {
  z-index: 997; }

#rig {
  margin: 0 auto;
  /*center aligned*/
  padding: 0;
  font-size: 0;
  /* Remember to change it back to normal font size if have captions */
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column; }

#rig li {
  display: -ms-inline-flexbox;
  display: inline-flex;
  *display: inline;
  /*for IE6 - IE7*/
  width: 25%;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

/* The wrapper for each item */
.rig-cell {
  /*margin:12px;
    box-shadow:0 0 6px rgba(0,0,0,0.3);*/
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  overflow: hidden;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

/* If have the image layer */
.rig-img {
  display: block;
  width: 100%;
  height: auto;
  border: none;
  transform: scale(1);
  transition: all 1s; }

#rig li:hover .rig-img {
  transform: scale(1.05); }

/* If have the overlay layer */
.rig-overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #3DC0F1 url(img/link.png) no-repeat center 20%;
  background-size: 50px 50px;
  opacity: 0;
  filter: alpha(opacity=0);
  /*For IE6 - IE8*/
  transition: all 0.6s; }

#rig li:hover .rig-overlay {
  opacity: 0.8; }

/* If have captions */
.rig-text {
  display: block;
  padding: 0 30px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  font-weight: normal !important;
  top: 40%;
  color: white;
  opacity: 0;
  filter: alpha(opacity=0);
  /*For older IE*/
  transform: translateY(-20px);
  transition: all .3s; }

#rig li:hover .rig-text {
  transform: translateY(0px);
  opacity: 0.9; }

@media (max-width: 9000px) {
  #rig {
    height: 380px; }
  #rig li:first-child,
  #rig li:nth-child(2) {
    width: 62.2222%; }
  #rig li:nth-child(3),
  #rig li:nth-child(4),
  #rig li:nth-child(5) {
    width: 37.333%; } }

@media (max-width: 1024px) {
  .search-box {
    width: 210px; } }

@media (max-width: 550px) {
  .banner-info, #rig {
    height: 100%; }
  #rig li:first-child,
  #rig li:nth-child(2),
  #rig li:nth-child(3),
  #rig li:nth-child(4),
  #rig li:nth-child(5) {
    width: 100%; } }

.full-width {
  width: 100% !important; }
  .full-width a img {
    height: 100%; }

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

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
  cursor: pointer;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga", "kern";
  font-kerning: normal;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  border-bottom-color: #9e9e9e;
  height: auto;
  position: relative !important; }

.selectize-input {
  box-shadow: none !important;
  padding: 13px 0;
  font-size: 14px; }

.selectize-dropdown {
  z-index: 3; }
  .selectize-dropdown .optgroup-header {
    padding-top: 7px;
    font-weight: bold;
    font-size: 0.85em; }
  .selectize-dropdown .optgroup {
    border-top: 1px solid #f0f0f0; }
    .selectize-dropdown .optgroup:first-child {
      border-top: 0 none; }
  .selectize-dropdown [data-selectable] .highlight {
    background: rgba(255, 237, 40, 0.4) !important;
    border-radius: 1px; }

.selectize-control.select-city .selectize-dropdown > div {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.selectize-control.select-city .selectize-dropdown .by {
  font-size: 11px;
  opacity: 0.8; }

.selectize-control.select-city .selectize-dropdown .by::before {
  content: 'by '; }

.selectize-control.select-city .selectize-dropdown .name {
  font-weight: bold;
  margin-right: 5px; }

.selectize-control.select-city .selectize-dropdown .title {
  display: block; }

.selectize-control.select-city .selectize-dropdown .description {
  font-size: 12px;
  display: block;
  color: #9e9e9e;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden; }

.selectize-control.select-city .selectize-dropdown .meta {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 10px; }
  .selectize-control.select-city .selectize-dropdown .meta li {
    margin: 0;
    padding: 0;
    display: inline;
    margin-right: 10px; }
    .selectize-control.select-city .selectize-dropdown .meta li span {
      font-weight: bold; }

.selectize-control.select-city.loading::before {
  opacity: 0.4; }

.selectize-control.select-city::before {
  transition: opacity 0.2s;
  content: ' ';
  z-index: 2;
  position: absolute;
  display: block;
  top: 12px;
  right: 34px;
  width: 16px;
  height: 16px;
  background: url("../../images/animation/ajax-loader.gif");
  background-size: 16px 16px;
  opacity: 0; }

.selectize-control.loading {
  bottom: 0;
  right: 0;
  position: relative; }

.search-first .selectize-dropdown {
  z-index: 5;
  height: initial; }

.search-first .selectize-dropdown-content {
  background-color: #fff; }

.search-first.selectize-control.single .selectize-input {
  border-bottom-color: #d0d0d0;
  display: block;
  float: left;
  height: 50px; }
  .search-first.selectize-control.single .selectize-input input {
    height: 50px; }
  .search-first.selectize-control.single .selectize-input:after {
    content: 'search';
    font-family: "Material Icons";
    font-size: 25px;
    display: block;
    top: 0;
    position: absolute;
    right: 0;
    line-height: 64px;
    margin: 0;
    width: 40px;
    padding: 0;
    border: none;
    color: #808080; }
  .search-first.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: 0; }

.search-first.search:focus:not([readonly]) {
  border: 1px solid #adadad;
  box-shadow: none; }

#select-category + .selectize-control {
  text-align: left;
  margin-top: 10px; }

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

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