html {
  font-size: 100%;
  height: 100%; }

body {
  font-size: 100%;
  height: 100%;
  background-color: transparent; }
  body.no-scroll {
    overflow: hidden; }

/* .popup body{ overflow: hidden; } */
* {
  behavior: url(PIE.htc);
  behavior: url(PIE.htc);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box; }

a,
input,
.dropdown,
button,
.catalog-view img {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

a:focus,
button:focus,
input:focus {
  outline: none; }

a:hover, a:focus {
  text-decoration: none; }

p,
span {
  margin: 0; }

img {
  max-width: 100%; }

.over-topbar {
  /*box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.25);*/
  padding: 0 3rem;
  position: relative;
  z-index: 20; }

.over-middlebar {
  border-top: 3px double rgba(198,167,119,0.2);
  border-bottom: 3px double rgba(198,167,119,0.2);
  position: relative;
  /* z-index: 10; */ }
  .over-middlebar > .wrapper > .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 0; }
  .over-middlebar [class*="col-"] {
    align-self: center;
    margin: -1px; }

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none; }

.header.product-header {
  color: #525252 !important; }

h1.header,
h2.header {
  margin: 1rem 0;
  padding: 0;
  text-align: center;
  position: relative;
  font-weight: 700 !important; }

footer .module h2.header {
  margin: 1rem 0;
  padding: 0;
  text-align: left;
  position: relative;
  font-size: 28px !important;
  font-weight: 400 !important; }
  @media (max-width: 767px) {
	footer .module h2.header {
		text-align: center;
	}
  }
h1.header span,
h2.header span {
  position: relative;
  z-index: 2; }

h1.header.with-subheader,
h2.header.with-subheader {
  margin: 0 0 5px 0; }

h3.subheader a,
h3.subheader {
  color: #ababab;
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0 2rem;
  text-align: center;
  font-style: italic;
  text-transform: none; }

h1.header a {
  color: #3c4349;
  cursor: pointer; }

h3 {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase; }

.cart-page > h3:not(.subheader) {
  margin-bottom: 20px; }

h4 {
  font-size: 1.125rem; }

.home-header {
  font-size: 1.75rem;
  margin: 0 0 50px;
  padding: 0 0 1rem;
  border-bottom: 3px solid #f2f2f2;
  line-height: 25px; }

.header-note {
  display: block;
  margin: 0px 0 30px; }

.transition {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

.transition-delay {
  transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -webkit-transition: all 0.3s ease-in-out 0.1s; }

hr {
  border-top: 1px solid #e0e0e0;
  margin: 40px 0; }

.overlay {
  background-color: rgba(0, 0, 0, 0.08);
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 900; }

.strike {
  text-decoration: line-through; }

div.passwordmetercontainer {
  background-color: #c0c0c0;
  border-color: #000;
  width: 110px;
  height: 7px; }

div.passwordmetergauge {
  background-color: #000;
  height: 7px;
  width: 0%; }

.alert {
  background-color: #966969;
  border: none;
  border-radius: 0;
  font-size: 0.875rem;
  padding: 10px 15px;
  color: #fff; }
  .alert a,
  .alert p {
    color: #fff; }
  .alert.with-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 0; }
    .alert.with-icon .icon {
      background-color: rgba(0, 0, 0, 0.05);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 15px; }
      .alert.with-icon .icon i {
        font-size: 1.75rem; }
    .alert.with-icon > span:not(.icon) {
      padding: 10px 15px; }

.tooltip-inner {
  padding: 5px 10px;
  text-align: center; }

.vendor-menu .followers-btn .tooltip-inner {
  background-color: #3c4349 !important; }

.vendor-menu .followers-btn .tooltip-arrow {
  border-top-color: #3c4349 !important; }

.green {
  color: #6fab71; }

.yellow {
  color: #ffca28; }

.red {
  color: #ef5350; }

.box {
  background-color: #f7f7f7;
  padding: 20px; }
  .box.box-white {
    background-color: #fff; }
  .box.sm-padding {
    padding: 15px; }
  .box.xs-padding {
    padding: 10px; }
  .box.box-option {
    position: relative; }
  .box .box-close {
    background-color: rgba(0, 0, 0, 0.05);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #525252;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    z-index: 1; }
  .box.box-with-header {
    overflow: hidden;
    padding: 0; }
    .box.box-with-header header {
      background-color: #3d434a;
      padding: 10px 20px; }
      .box.box-with-header header h3 {
        color: #fff;
        font-size: 1.254rem; }
  .box.subscription header label {
    color: #fff;
    font-size: 1.254rem; }
  .box.box-with-header .box-body {
    padding: 15px 20px; }
  .box.box-with-header .box-details {
    background-color: rgba(0, 0, 0, 0.03);
    padding: 15px; }
  .box.box-with-header.order-infos .box-body {
    min-height: 230px; }
  .box.subscription {
    margin-bottom: 20px;
    min-height: 280px;
    padding-bottom: 100px;
    position: relative; }
    .box.subscription header > span {
      font-size: 1.254rem;
      float: right; }
    .box.subscription:nth-child(3n) {
      margin-right: 0; }
    .box.subscription header label {
      width: auto; }
    .box.subscription header input {
      margin: 6px 5px 0 0; }
    .box.subscription .box-body ul li {
      padding: 3px 0; }
      .box.subscription .box-body ul li span:last-of-type {
        float: right; }
    .box.subscription .box-body > ul > li:last-child {
      position: absolute;
      bottom: 15px;
      width: 90%; }

.homepage .catalog-view {
  margin-top: 0px; }

.catalog-view .product {
  position: relative;
  margin-bottom: 1rem; }

.catalog-view .product .product-price .hotdeal span {
  color: #ef5350;
  font-weight: 400; }

.catalog-view .product .product-thumb {
  text-align: center;
  border-bottom: 4px solid #e0e0e0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; }

.catalog-view.more-products .product .product-thumb {
  border: none;
  border-radius: 0; }

.catalog-view .product:hover .product-thumb .overlay {
  background-color: rgba(0, 0, 0, 0); }

.catalog-view .product:hover .product-thumb .product-quick-view {
  right: 0; }

.catalog-view .product:hover .product-thumb:before {
  left: -100px; }

.catalog-view .product .product-thumb img {
  /*width: 100%;*/ }

.catalog-view .product:hover .product-thumb img {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05); }

.catalog-view .product .product-thumb:before {
  transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -webkit-transition: all 0.3s ease-in-out 0.1s; }

.catalog-view .product .product-thumb .product-quick-view {
  top: 50%;
  right: -250%; }

.catalog-view .product .product-price .catalog-price {
  font-size: 1.5rem; }

.catalog-view .product .product-price > .catalog-price {
  display: block; }

.catalog-view .product .product-price .strike-price {
  font-size: 0.875rem;
  font-weight: 300 !important; }

.catalog-view .product .product-price .case-details {
  background: url("images/sprite.png") no-repeat;
  background-position: 0 -127px;
  padding: 0 0 0 25px; }
  .catalog-view .product .product-price .case-details span {
    font-size: 0.875rem; }

.catalog-view .product .product-price .price .case-details span {
  font-size: 0.75rem; }

.catalog-view .product .product-label *,
.catalog-view .product .login-for-price * {
  text-transform: uppercase; }

.catalog-view .product .product-label span b {
  font-weight: 400;
  text-transform: none; }

.catalog-view .product .product-label span {
  color: #ccc;
  font-size: 0.75rem; }

.catalog-view .product .login-for-price span {
  color: #ccc;
  font-size: 0.75rem; }

.catalog-view .product .login-for-price a {
  color: #fff;
  display: inline-block;
  font-size: 0.75rem; }

.catalog-view .product .product-titles h3 {
  font-size: 1rem;
  /*height: 19px;*/
  margin-bottom: 0;
  /*overflow: hidden;*/ }

.catalog-view.more-products .product .product-titles h3 {
  margin-top: 10px; }

.catalog-view .product .product-titles h3 a {
  color: #3c4349; }

.catalog-view .product .product-titles span,
.catalog-view .product .product-titles > a {
  font-size: 0.75rem; }

.catalog-view .product .actions form {
  display: inline-block; }

.catalog-view .product .product-description p {
  font-size: 0.875rem; }

.catalog-view.more-products .product .product-buttons {
  margin-top: 10px; }

.catalog-view .product .product-buttons .add-to-cart,
.catalog-view .product .product-buttons .view-details,
.catalog-view .product .product-buttons .out-of-stock {
  border-top: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
  background-color: #fff;
  color: #444 !important;
  font-size: 0.875rem;
  padding: 0.5rem; }
  .catalog-view .product .product-buttons .add-to-cart:hover,
  .catalog-view .product .product-buttons .view-details:hover,
  .catalog-view .product .product-buttons .out-of-stock:hover {
    background-image: url("images/header_pattern.png") !important;
    background-repeat: repeat;
    color: #ac9270 !important;
  }

.catalog-view .product .product-buttons .out-of-stock {
  color: #ff9100 !important; }

.catalog-view .product .product-buttons .sm-btn {
  border: none;
  padding: 0.5rem; }

.catalog-view .product .product-buttons .sm-btn:hover {
  background-color: #3c4349; }

.catalog-view .product .product-buttons .sm-btn i {
  color: #fff; }

.catalog-view .product .product-buttons .sm-btn.add-to-compare i {
  font-size: 0.8rem; }

.catalog-view.more-products .product-buttons .btn {
  background-color: #3c4349;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: none;
  font-size: 0.875rem;
  padding: 7px 15px; }

.catalog-manufacturers > div > div {
  /*border-bottom: 2px solid #ececec;*/
  padding: 15px 0; }
  .catalog-manufacturers > div > div:hover {
    /*background-color: #f1f1f1;*/ }

.catalog-manufacturers .image {
  padding: 0 10px; }
  .catalog-manufacturers .image {
    height: 250px;
    overflow: hidden;
  }
  .catalog-manufacturers .image a {
    /*background-color: #fff;*/
    /*display: table-cell;*/
    /*height: 80px;*/
    width: 100%;
    vertical-align: middle; }

.catalog-manufacturers .info {
  padding: 10px; }
  .catalog-manufacturers .info h3 a {
    color: #3c4349;
    font-size: 1.125rem; }
    .catalog-manufacturers .info h3 a:hover {
      color: #7d7d7d; }

.catalog-collections {
  margin-top: 1rem; }
  .catalog-collections > div {
    transition: all 0.3s ease-in-out; }
    .catalog-collections > div:hover {
      transform: translateY(-0.25rem); }
      .catalog-collections > div:hover > .row {
        box-shadow: 0 0 3rem rgba(0, 0, 0, 0.1); }
    .catalog-collections > div > .row {
      padding: 1rem;
      box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease-in-out; }
      .catalog-collections > div > .row > div:nth-child(3) {
        text-align: center; }
  .catalog-collections .description {
    height: 3rem; }
  .catalog-collections .products-count {
    font-weight: 700;
    text-align: center; }

@media (min-width: 992px) {
  .thumb5 {
    width: 20% !important;
  }
}

.catalog-thumb4 .product .product-titles .catalog-price {
  font-size: 1.125rem;
  font-weight: 400; }

.catalog-thumb .product .login-for-price {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }

.catalog-filters .sort-view a {
  color: #3d434a;
  font-size: 1.5rem;
  margin-left: 3px; }

.catalog-filters .sort-view .sort,
.catalog-filters .sort-view .view {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top; }

.catalog-filters .select-boxes {
  float: none;
  margin-top: 1rem; }

.catalog-filters .tags a {
  color: #3d434a;
  display: inline-block;
  font-size: 0.875rem;
  margin-right: 5px; }

.catalog-simple .flex-container {
  padding: 1rem 0; }

.catalog-simple .image {
  border-bottom: 2px solid #dfe3e3;
  border-right: 2px solid #ededed;
  width: 85px; }
  .catalog-simple .image a {
    display: block; }
    .catalog-simple .image a:hover img {
      transform: scale(0.95);
      -moz-transform: scale(0.95);
      -webkit-transform: scale(0.95); }

.catalog-simple .details {
  padding-left: 10px; }
  .catalog-simple .details h3 a {
    color: #9a9a9a;
    font-size: 1rem;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .catalog-simple .details .reviews {
    margin-bottom: 15px; }

.catalog-simple .price .price-msg,
.catalog-simple .price .price-label,
.catalog-simple .price .case-price {
  display: none; }

.catalog-simple .price .catalog-price {
  color: #595959 !important;
  font-size: 1rem;
  font-weight: 700; }

.catalog-simple .price .strike {
  font-size: 0.875rem; }

.catalog-tags {
  line-height: 1.9;
  margin-bottom: 20px; }
  .catalog-tags a,
  .catalog-tags span {
    color: #909090;
    font-size: 0.75rem; }

.catalog-category-header {
  text-align: center;
  margin: 2rem 0 1rem;
  text-transform: uppercase; }

.catalog-category-description {
  font-size: 1rem;
  line-height: 2rem; }

.catalog form .counter {
  color: #999999;
  font-weight: 700;
  padding: 0.5rem 0;
  text-transform: uppercase;
  display: none; }

.catalog > * {
  margin-bottom: 1rem; }
  .catalog > *:last-child {
    margin-bottom: 0; }

.catalog .filters .counter {
  color: #999999;
  display: block; }

.catalog h1.header {
  display: none;
  border-bottom: 1px solid #f2f2f2;
  margin: 0 0 1rem;
  padding: 0 0 1rem; }
  .catalog h1.header:after {
    display: none; }

.category-banner .category-information .category-image,
.catalog .category-information .category-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem; }
  .category-banner .category-information .category-image span,
  .catalog .category-information .category-image span {
    color: #ac9270;
    bottom: -2px;
    font-size: 5rem;
    font-weight: 400;
    letter-spacing: -8px;
    left: -4px;
    line-height: 4rem;
    position: absolute;
    z-index: 10; }

.category-banner .category-information img,
.catalog .category-information img {
  object-fit: cover;
  width: 100%;
  max-height: 30vh;
  transition: all 0.3s ease-in-out; }

.catalog .category-information .category-image:hover img {
  transform: scale(1.05); }

.catalog .subctegories {
  margin-bottom: 25px; }
  .catalog .subctegories > div {
    margin-bottom: 15px; }
  .catalog .subctegories .subcategory {
    border-top: 4px solid #3d434a;
    border-bottom: 3px solid #f1f1f1;
    display: table;
    width: 100%; }
    .catalog .subctegories .subcategory div:first-of-type {
      background-color: #fff;
      display: table-cell;
      height: 45px;
      text-align: center;
      vertical-align: middle; }
      .catalog .subctegories .subcategory div:first-of-type a {
        color: #3d434a;
        font-size: 0.875rem; }
    .catalog .subctegories .subcategory div:nth-of-type(2) a {
      background-size: cover;
      background-position: center;
      display: block;
      height: 120px;
      width: 100%; }

.catalog form.sort-by-catalog-view {
  margin-bottom: 20px; }
  .catalog form.sort-by-catalog-view .chosen-container {
    margin-left: 10px;
    width: 100%;
    text-align: left; }

.catelog-search input,
.catelog-search .chosen-container {
  display: block;
  max-width: 100%;
  width: 100%; }

.catelog-search label {
  display: block;
  max-width: 100%;
  width: 100%; }

.catelog-search .price input {
  display: inline-block;
  vertical-align: top;
  width: 49%; }

.catelog-search .row > div {
  margin-bottom: 10px; }

.catalog .collection .lead.description::before, .catalog .collection .lead.description::after {
  font-family: "FontAwesome";
  color: rgba(0, 0, 0, 0.25); }

.catalog .collection .lead.description::before {
  content: "\f10d"; }

.catalog .collection .lead.description::after {
  content: "\f10e"; }

.catalog .sort-view {
  display: none; }

.product-description {
  overflow: hidden;
  min-height: 80px;
  text-align: left;
  font-size: 14px;
  margin: 0.5rem 0; }

.catalog form label {
  font-size: 0.875rem;
  margin-bottom: 5px; }

.catalog form input[type="text"], .catalog form input[type="password"] {
  background-color: transparent !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 2px;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 6px 8px; }

.catalog textarea {
  background-color: transparent !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 2px;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 6px 8px; }

.catalog form select {
  background-color: transparent !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 2px;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 6px 8px; }

.catalog form .chosen-container-single {
  width: auto; }
  .catalog form .chosen-container-single .chosen-single div b {
    background-position: 2px 6px; }

/* =========================================
     - forms
     ========================================= */
input:focus,
textarea:focus {
  outline: none; }

form fieldset {
  border: none;
  margin: 0 0 40px 0;
  padding: 0; }

form .order-informations fieldset {
  margin: 40px 0 0; }

form fieldset h3 {
  margin-bottom: 25px;
  padding-bottom: 5px;
  text-transform: uppercase; }

form fieldset .input {
  margin-bottom: 15px; }

form.form-columns select {
  border-radius: 0;
  min-width: 260px; }

fieldset input[type="checkbox"] {
  margin-top: 5px; }

form.form-columns label,
form.form-columns input,
form.form-columns .col,
form.form-columns select,
form.form-columns .chosen-container-single {
  display: inline-block;
  vertical-align: top; }

form.form-columns fieldset .input > label,
form.form-columns fieldset .input .left-col {
  width: 160px; }

form label,
form.form-columns fieldset .input > label.width100 {
  display: block;
  width: 100%; }

form label input {
  margin-top: 4px;
  width: auto; }

form input[type="password"] {
  padding: 0.5rem;
  width: 100%;
  line-height: 24px; }

input[type="text"],
form textarea {
  padding: 0.5rem;
  width: 100%;
  line-height: 24px; }

/* .sidebar form input[type="password"],
       .sidebar input[type="text"],
       .sidebar textarea,
       .sidebar select,
       .sidebar .chosen-container-single .chosen-single, */
.box form input[type="password"],
.box input[type="text"],
.box textarea,
.box select,
.box .chosen-container-single .chosen-single {
  background-color: #fff !important; }

form.form-columns input,
form.form-columns .input .chosen-container-single {
  max-width: 260px; }

form .chosen-container-single {
  max-width: 260px;
  width: 100%; }

form input[type="submit"],
form.form-columns input[type="submit"] {
  display: inline-block;
  max-width: none;
  width: auto; }

form fieldset .note {
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  color: #31708f;
  margin-top: 10px;
  padding: 7px 10px; }

form hr {
  border-color: #f2f2f2;
  margin: 0 0 1rem 0; }

form select {
  border: 2px solid #e0e0e0;
  height: 38px; }

form .chosen-container-single .chosen-single,
form .chosen-container-active.chosen-with-drop .chosen-single {
  background-image: none;
  background: none;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  padding: 0.5rem; }

form .chosen-container-single .chosen-single div b {
  background-position: 2px 7px; }

form .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -16px 7px; }

form .chosen-container .chosen-drop {
  box-shadow: none;
  margin-top: -2px;
  text-align: left;
  width: max-content;
  z-index: 1080; }

form .chosen-container .chosen-results li {
  padding: 10px 5px; }
  form .chosen-container .chosen-results li.highlighted {
    background-image: none;
    background-color: #b8b8b8; }

form .chosen-container-multi .chosen-choices {
  background-image: none;
  background-color: #f9f9f9;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  min-width: 260px;
  padding: 10px 5px 2px; }

form .chosen-container-active .chosen-choices {
  box-shadow: none; }

form.small .chosen-container-single .chosen-single div b {
  background-position: 2px 6px; }

.catalog form .chosen-container-active.chosen-with-drop .chosen-single div b,
form.small .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: 100% -273px; }

.catalog form .chosen-container-single {
  min-width: 10rem;
  text-align: left; }

.catalog .catalog-search form .chosen-container-single {
  margin: 0 0 10px 0;
  min-width: 100%; }

.catalog .catalog-search form input {
  margin-bottom: 10px; }

.catalog .catalog-search form select {
  height: 34px;
  width: 100%; }

.catalog form .chosen-container-single .chosen-single {
  background-color: transparent !important;
  border: 1px solid #f2f2f2 !important;
  color: #999 !important;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  text-transform: uppercase; }

form.small .chosen-container-single .chosen-single {
  background-color: transparent !important;
  border: 1px solid #f2f2f2 !important;
  color: #999 !important;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  text-transform: uppercase; }

.catalog form .chosen-container-active.chosen-with-drop .chosen-single,
form.small .chosen-container-active.chosen-with-drop .chosen-single {
  background-color: #fff !important; }

.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
  display: none; }

.chosen-container select {
  display: block;
  max-width: 100%;
  width: 100%; }

.page-container {
  position: relative; }

.wrapper {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 45px; }

footer {
  border-top: 1.5px solid #c6a777;
  padding-top: 30px;
  background-image: url("images/header_pattern.png"); }
  footer .module {
    /*text-align: center;*/
    padding: 0 10px;
  }
  #footeraboutus img {
    /*max-height: 40px;*/
  }

header.relative-topbar {
  background-color: rgba(0,0,0,0.75);
  position: relative; }
  header.floating-topbar {
    /*background-image: url("images/header_pattern.png");*/
    background-color: rgba(0,0,0,0.75);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999; }

@media (min-width: 767px){
  #customhomecategories,
  .box_special_categories,
  #how_wine_is_produced,
  .box_home_categories,
  .box_manufacturers,
  .box_blog_news {
    /* margin-left: -45px !important; */
    /* margin-right: -45px !important; */
    /* width: -webkit-fill-available !important; */
    /* padding-left: 0; */
    /* padding-right: 0; */
  }
}

.box_scrollup {
  padding: 0 !important;
  margin: 0 !important;
}

.box_blog_news {
  /*background-image: url("images/header_pattern.png");*/
  /*background-repeat: repeat;*/
  /*border-bottom: 3px solid #ac9270;*/
  /*border-top: 1px solid #ac9270;*/
  /*margin-bottom: 0 !important;*/ }
  .box_blog_news article {
    padding: 0 10px;
  }
  .box_blog_news h2.header{
    /*margin-top: 32px !important;*/
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
.box_manufacturers {
  /*background-image: url("images/header_pattern.png");
  background-repeat: repeat;*/
  padding: 0 20px !important; }
  .box_manufacturers h2 span {
    /*color: #fff;*/
  }

/*.box_blog_news h2 span,
.box_blog_news h2 span a,*/
/*#how_wine_is_produced h2 span,*/
.box_manufacturers h2 span {
  /*color: #fff !important;*/
}
#how_wine_is_produced {
  border-bottom: 1px solid #ac9270;
  /*margin-bottom: 0 !important;*/
  /*background-image: url("images/header_pattern.png");*/
  /*background-repeat: repeat;*/
}

main .content {
  position: relative; }

.flex-container {
  display: flex;
  width: 100%; }
  .flex-container .flex1 {
    flex: 1; }

.flex-middle {
  align-items: center;
  justify-content: center; }

.flex-container.row-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.sidebar,
.inner {
  margin: 1rem 0; }

.homepage .inner {
  margin: 0; }

.sidebar-left {
  margin-right: 40px; }

aside.sidebar.sidebar-left {
  background-color: #fff;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
  padding: 0 10px;
}

.sidebar-right {
  margin-left: 40px; }

.row-gutters-compressed {
  margin-left: -7px;
  margin-right: -7px; }
  .row-gutters-compressed > * {
    padding: 0 7px; }

.row-gutters-small {
  margin-left: -10px;
  margin-right: -10px; }
  .row-gutters-small > * {
    padding: 0 10px; }

.row-gutters {
  margin-left: -15px;
  margin-right: -15px; }
  .row-gutters > * {
    padding: 0 15px;
    margin: -1px; }

.row-gutters-medium {
  margin-left: -20px;
  margin-right: -20px; }
  .row-gutters-medium > * {
    padding: 0 20px; }

.row-gutters-extended {
  margin-left: -30px;
  margin-right: -30px; }

.row-gutters-extended > * {
  padding: 0 10px; }

.row.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }
  .row.row-eq-height [class*="col-"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin: -1px; }

.row.row-gutters-small [class*="col-"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column; }

@media (max-width: 767px) {
	.row-gutters-small {
	  margin-left: 0px;
	  margin-right: 0px; }
	  .row-gutters-small > * {
		padding: 0 10px; }

	.row-gutters {
	  margin-left: -5px;
	  margin-right: -5px; }
	  .row-gutters > * {
		padding: 0 10px;
		margin: -1px; }

	.row-gutters-medium {
	  margin-left: -10px;
	  margin-right: -10px; }
	  .row-gutters-medium > * {
		padding: 0 10px; }

	.row-gutters-extended {
	  margin-left: -15px;
	  margin-right: -15px; }
	  
	.row-gutters-extended > * {
	  padding: 0 15px; }
}

.width100 {
  width: 100%; }

.width50 {
  width: 50%; }

.width30 {
  width: 30%; }

.height100 {
  height: 100%; }

.align-center {
  text-align: center; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.float-right {
  float: right; }

.float-left {
  float: left; }

.width-full {
  width: 100%; }

.width-max50 {
  max-width: 50% !important; }

.margin0 {
  margin: 0; }

.margin-top5 {
  margin-top: 5px; }

.margin-top10 {
  margin-top: 10px; }

.margin-top15 {
  margin-top: 15px; }

.margin-top20 {
  margin-top: 20px; }

.margin-top25 {
  margin-top: 25px; }

.margin-top30 {
  margin-top: 30px; }

.margin-top40 {
  margin-top: 40px; }

.margin-top50 {
  margin-top: 50px; }

.margin-top100 {
  margin-top: 100px; }

.margin-right5 {
  margin-right: 5px; }

.margin-right10 {
  margin-right: 10px; }

.margin-right15 {
  margin-right: 15px; }

.margin-right20 {
  margin-right: 20px; }

.margin-right25 {
  margin-right: 25px; }

.margin-right30 {
  margin-right: 30px; }

.margin-left5 {
  margin-left: 5px; }

.margin-left10 {
  margin-left: 10px; }

.margin-left15 {
  margin-left: 15px; }

.margin-left20 {
  margin-left: 20px; }

.margin-left25 {
  margin-left: 25px; }

.margin-left30 {
  margin-left: 30px; }

.margin-bottom5 {
  margin-bottom: 5px; }

.margin-bottom10 {
  margin-bottom: 10px; }

.margin-bottom15 {
  margin-bottom: 15px; }

.margin-bottom20 {
  margin-bottom: 20px; }

.margin-bottom25 {
  margin-bottom: 25px; }

.margin-bottom30 {
  margin-bottom: 30px; }

.margin-bottom40 {
  margin-bottom: 40px; }

.padding0 {
  padding: 0 !important; }

.padding5 {
  padding: 5px; }

.padding10 {
  padding: 10px; }

.padding15 {
  padding: 15px; }

.padding20 {
  padding: 20px; }

.padding25 {
  padding: 25px; }

.min-width100 {
  min-width: 100px; }

.min-width200 {
  min-width: 200px; }

.min-width300 {
  min-width: 300px; }

#position-categories {
  float: none; }

#position-over-topbar .module ul li a {
  display: inline-block;
  text-transform: uppercase;
  padding: 1rem 0.5rem; }

#position-categories {
  position: static; }

#position-over-topbar ul li:first-of-type a {
  padding-left: 0; }

.position-cart .module {
  /*width: auto !important;*/ }

.position-cart .box_cart_bar .cart-dropdown .dropdown-menu .body {
  padding: 0px; }

.position-cart .box_cart_bar .cart-dropdown .dropdown-menu .body .empty {
  padding: 1rem; }

.position-cart .toggle-dropdown i {
  margin: 13px 0 0 10px;
  color: #fff; }

.position-cart .module .dropdown,
.position-cart .module .cart-dropdown {
  padding: 0.5rem; }
  .position-cart .module .cart-dropdown > span i,
  .position-cart .module .cart-dropdown > a i,
  .position-cart .module .cart-dropdown > div > a i {
    font-size: 1.5rem; }

footer .module h3.module-header {
  color: #494949 !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  margin-bottom: 1rem;
  position: relative;
  text-transform: uppercase; }

footer .module ul li a {
  text-transform: uppercase; }

footer .footer p {
  line-height: 1.5; }

.bottombar {
  margin: 3rem 0 0; }

.product-view:not(.style4) .spinbox .quantityspinbox-changebox-arrow,
.product-view:not(.style4) .spinbox .spinedit i {
  background-color: #596068;
  color: #fff;
  font-size: 0.625rem;
  height: 100%;
  padding: 13px 3px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 16px;
  z-index: 90;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }

.product-view:not(.style4) .spinbox .quantityspinbox-changebox-arrow:hover,
.product-view:not(.style4) .spinbox .spinedit i:hover {
  cursor: pointer; }

.product-view:not(.style4):not(.style5) .spinbox .spinedit i:first-of-type:hover {
  padding: 11px 3px; }

.product-view:not(.style4):not(.style5) .spinbox .spinedit i:last-of-type:hover {
  padding: 15px 3px 11px; }

.product-view:not(.style4) .spinbox .quantityspinbox-changebox-arrow.quantityspinbox-changebox-arrow-up,
.product-view:not(.style4) .spinbox .spinedit i:first-of-type {
  left: 0; }

.product-view:not(.style4) .spinbox .quantityspinbox-changebox-arrow.quantityspinbox-changebox-arrow-down,
.product-view:not(.style4) .spinbox .spinedit i:last-of-type {
  right: 0; }

.products_expiring .expiring-product {
  background-color: #fff;
  border-radius: 4px;
  text-align: center; }
  .expiring-product .product {
    background-color: #f5f5f5;
    margin-bottom: 30px; }
  .expiring-product .details {
    padding: 20px 0; }
    .expiring-product .details > h3 {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%; }
    .expiring-product .details .catalog-price {
      font-size: 1.25rem;
      font-weight: 700; }
  .expiring-product .counter-add .row {
    box-shadow: 2px 2px 7px -4px #616161; }
  .expiring-product .counter {
    border-right: none;
    min-height: 52px;
    margin: 0 auto; }
    .expiring-product .counter > div {
      border-right: none;
      margin-left: 2px;
      padding: 6px 0;
      text-transform: uppercase; }
      .expiring-product .counter > div:first-of-type {
        margin-left: 0; }
      .expiring-product .counter > div:last-child {
        border: none; }
      .expiring-product .counter > div span {
        display: block; }
        .expiring-product .counter > div span:first-child {
          font-size: 1.125rem;
          font-weight: bold; }
        .expiring-product .counter > div span:last-child {
          font-size: 0.6875rem; }
  .expiring-product .add-to-cart form:not(#frmAddItem) button {
    border: none;
    border-radius: 0 3px 3px 0;
    height: 52px;
    width: 101%; }
  .expiring-product .add-to-cart button i {
    border: none;
    color: #fff;
    font-size: 1.125rem;
    margin: 0;
    padding: 0; }
  .expiring-product .msg {
    display: table;
    width: 100%; }
    .expiring-product .msg a {
      background: #75b377;
      color: #fff;
      display: table-cell;
      height: 30px;
      vertical-align: middle; }
  .expiring-product .progress.deal-stock {
    height: 30px;
    position: relative; }
    .expiring-product .progress.deal-stock .progress-bar {
      background-color: rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 10px -3px #000; }
    .expiring-product .progress.deal-stock .progress-indicator {
      height: 100%;
      left: 0;
      position: absolute;
      justify-content: center;
      width: 100%; }

/* =========================================
     - Product View
     ========================================= */
.product-options .images {
  margin-bottom: 1rem; }

.product-options .image a {
  margin-bottom: 40px;
  text-align: center;
  display: block;
  width: 100% !important; }

.product-options .image img {
  width: 100%; }

.product-options .image .zoomPad {
  float: none; }

.advanced-attributes {
  margin-bottom: 30px; }
  .advanced-attributes .attribute {
    border: 1px solid #fff; }
    .advanced-attributes .attribute:nth-child(n + 2) {
      margin-top: 10px; }
    .advanced-attributes .attribute label {
      cursor: pointer;
      width: auto; }
      .advanced-attributes .attribute label img,
      .advanced-attributes .attribute label .color {
        height: 45px;
        width: 45px; }
    .advanced-attributes .attribute > div:nth-child(2) {
      padding-left: 15px; }
    .advanced-attributes .attribute h4 {
      font-size: 0.875rem; }
      .advanced-attributes .attribute h4 span {
        float: right; }
    .advanced-attributes .attribute p {
      font-size: 0.75rem; }

.global-attributes .attribute.file-input span,
.global-attributes .attribute.file-input input {
  display: inline-block;
  vertical-align: top; }

.global-attributes .attribute.file-input span {
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px; }

.global-attributes .attribute.file-input input[type="text"] {
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0; }

.global-attributes .attribute:nth-child(n + 2) {
  margin-top: 20px; }

.global-attributes .attribute h4 {
  font-size: 0.875rem; }

.global-attributes .attribute select,
.global-attributes .attribute .chosen-container,
.global-attributes .attribute input[type="text"],
.global-attributes .attribute textarea,
.global-attributes .attribute .chosen-container-single .chosen-single {
  border-color: #fff !important;
  width: 100%; }

.global-attributes .attribute .chosen-container .chosen-drop input {
  border: 1px solid #e0e0e0 !important; }

.global-attributes .attribute textarea {
  padding: 0; }

.global-attributes .attribute .radio-buttons label:nth-child(n + 2) {
  margin: 5px 0 0 5px; }

.product-options .price {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-bottom: 10px;
  padding: 5px 0;
  text-align: right; }

.product-options .price span {
  font-size: 1.875rem; }

.product-options .price span.case-price, .product-options .price span.strike {
  font-size: 1.125rem; }

.product-options .price span.price-subtext {
  display: block;
  font-size: 0.75rem; }

.product-options .price .price-msg,
.product-options .price .price-label {
  display: none; }

.product-options .price .case-price {
  background: url(images/sprite.png) no-repeat 0px -127px;
  padding-left: 22px; }

.product-options .price span.case-price {
  margin-left: 10px; }

.product-options .spinbox,
.product-options .add-to-cart {
  display: inline-block;
  vertical-align: top; }

.product-options .qty {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px; }

.product-options .add-to-cart button {
  width: 100%;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 9px 25px 7px;
  text-transform: uppercase; }

.product-options #buy-now {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 9px 25px 7px;
  text-transform: uppercase; }

.add-to-cart button i,
#buy-now i {
  /*border-right: 1px solid rgba(255, 255, 255, 0.6);*/
  font-size: 1rem;
  margin-right: 5px;
  padding-right: 8px; }

.product-options .price-offer p {
  font-size: 0.75rem;
  padding: 5px;
  text-align: center;
  text-transform: uppercase; }

.spinbox {
  position: relative; }
  .spinbox div.spinedit {
    display: block;
    position: static; }

form .spinbox input:not([type="submit"]):not([type="file"]) {
  background-color: #3c4349 !important;
  border: none !important;
  border-radius: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 400 !important;
  margin: 0 14px;
  max-width: 45px;
  padding: 9px 10px;
  text-align: center;
  width: auto; }

.product-view:not(.style4) .spinbox .quantityspinbox-changebox-arrow,
.product-view:not(.style4) .spinbox .spinedit i {
  background-color: #596068;
  color: #fff;
  font-size: 0.625rem;
  height: 100%;
  padding: 13px 3px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 16px;
  z-index: 90;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }

.product-view:not(.style4) .spinbox .quantityspinbox-changebox-arrow:hover,
.product-view:not(.style4) .spinbox .spinedit i:hover {
  cursor: pointer; }

.product-view:not(.style4):not(.style5) .spinbox .spinedit i:first-of-type:hover {
  padding: 11px 3px; }

.product-view:not(.style4):not(.style5) .spinbox .spinedit i:last-of-type:hover {
  padding: 15px 3px 11px; }

.product-view:not(.style4) .spinbox .quantityspinbox-changebox-arrow.quantityspinbox-changebox-arrow-up,
.product-view:not(.style4) .spinbox .spinedit i:first-of-type {
  left: 0; }

.product-view:not(.style4) .spinbox .quantityspinbox-changebox-arrow.quantityspinbox-changebox-arrow-down,
.product-view:not(.style4) .spinbox .spinedit i:last-of-type {
  right: 0; }

.login-register * {
  font-size: 0.875rem; }

.product-details .overview {
  font-size: 0.875rem;
  line-height: 22px;
  margin-bottom: 0; }

.product-view .related-url {
  background-color: #f1f1f1;
  margin: 10px 0;
  overflow: hidden;
  padding: 5px;
  text-align: left;
  justify-content: start; }

.product-view .related-url > a {
  background-color: #f9f9f9;
  color: #515961;
  height: 40px;
  padding: 10px 0 0;
  text-align: center;
  min-width: 40px; }
  .product-view .related-url > a i {
    font-size: 1.25rem; }

.product-view .related-url p {
  padding-left: 10px; }
  .product-view .related-url p span {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase; }
  .product-view .related-url p a {
    display: block;
    height: 18px;
    line-height: 1.2;
    margin-top: -15px;
    opacity: 0;
    overflow: hidden; }

.product-view .related-url:hover p a {
  margin-top: -3px;
  opacity: 1; }

.product-details .share-product a:hover {
  cursor: pointer; }

.product-details .share-product a span {
  display: none; }

.product-details .share-product form {
  display: inline-block; }

.product-details .share-product button {
  background-color: transparent;
  border: none;
  color: #616161; }

.product-details .price .price-msg,
.product-details .price .price-label {
  display: none; }

.product-details .share-product .social {
  float: right; }

.product-details .product-properties .row > div {
  padding-top: 8px;
  padding-bottom: 8px; }
  .product-details .product-properties .row > div:nth-child(even) {
    border-bottom: 1px solid #e0e0e0; }
  .product-details .product-properties .row > div:nth-child(odd) {
    padding-right: 20px; }

.product-details .product-properties .row:last-child > div {
  border-bottom: none; }

.product-details .product-properties .row > div:nth-child(odd) span {
  font-weight: 400; }

.product-details .product-properties * {
  font-size: 0.875rem; }

.product-details .product-properties b {
  font-weight: 700 !important; }

.product-details .product-properties > ul {
  display: none; }

.product-details #accordion h4 a {
  border-top: 2px solid #f2f2f2;
  color: #999;
  display: block;
  font-size: 0.6875rem !important;
  font-weight: 700;
  padding: 13px 10px;
  text-transform: uppercase;
  width: 100%; }
  .product-details #accordion h4 a i {
    font-size: 0.875rem;
    float: right;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }
  .product-details #accordion h4 a:not(.collapsed) i {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg); }

.product-details #accordion .panel-body {
  padding: 10px; }
  .product-details #accordion .panel-body * {
    font-size: 0.75rem !important; }

.product-view .product-info {
  line-height: 1.5; }
  .product-view .product-info h3 {
    border-bottom: 3px solid;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 1.5rem 0 0.75rem;
    padding: 0.5rem 0;
    text-transform: uppercase;
    width: max-content; }
  .product-view .product-info .reviews-list header {
    align-items: center;
    background-color: rgba(128, 128, 128, 0.125);
    border-top: 1px dashed rgba(128, 128, 128, 0.125);
    border-bottom: 1px dashed rgba(128, 128, 128, 0.125);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0.5rem 0;
    padding: 0.5rem; }
    .product-view .product-info .reviews-list header > :first-child {
      order: 1; }
    .product-view .product-info .reviews-list header > :nth-child(2) {
      order: 3; }
    .product-view .product-info .reviews-list header > :nth-child(3) {
      order: 2; }
    .product-view .product-info .reviews-list header h3 {
      border-bottom: 0;
      color: #666;
      font-size: 1rem;
      font-weight: 400;
      margin: 0;
      padding: 0; }
  .product-view .product-info .vendor-ratings header h3 {
    color: #666;
    font-size: 1rem;
    font-weight: 400;
    margin: 0; }
  .product-view .product-info .reviews-list .review h4 span.rate {
    float: none;
    font-size: 1rem;
    display: block; }

.reviews-list.vendor-reviews header {
  text-align: center; }
  .reviews-list.vendor-reviews header > div:last-child {
    padding: 7px 0 0 10px; }

.reviews-list.vendor-reviews .logo {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border: 3px solid #f1f1f1;
  display: block;
  height: 60px;
  margin: 0 auto;
  overflow: hidden;
  width: 60px; }
  .reviews-list.vendor-reviews .logo img {
    width: 100%; }

.reviews-list .reviews-table {
  display: table;
  margin-top: 40px; }
  .reviews-list .reviews-table > div {
    display: table-row; }
    .reviews-list .reviews-table > div:nth-child(odd) {
      background-color: #f7f7f7; }
    .reviews-list .reviews-table > div.headers span {
      font-weight: 400; }
    .reviews-list .reviews-table > div > div {
      display: table-cell;
      padding: 0.5rem 1rem; }
      .reviews-list .reviews-table > div > div:nth-of-type(1) {
        width: 25%; }
      .reviews-list .reviews-table > div > div:nth-of-type(2) {
        width: 60%; }
      .reviews-list .reviews-table > div > div:nth-of-type(3) {
        width: 15%; }

.reviews-list header .rate-product {
  display: block; }

.reviews-list .reviews-table > div > div.reviewer > * {
  display: inline-block;
  vertical-align: top; }

.reviews-list .reviews-table > div > div.reviewer .avatar {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  height: 45px;
  overflow: hidden;
  width: 45px; }

.reviews-list .reviews-table > div > div.reviewer a:last-child {
  color: #616161;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 11px 0 11px 10px; }

.reviews-list .reviews-table > div > div.rating span {
  color: #999;
  display: block;
  font-size: 0.875rem; }

.reviews-list .reviews-table > div > div.reviewer a img {
  width: 100%; }

.reviews-list header > div:last-child span:nth-child(n + 2):hover {
  cursor: pointer; }

.reviews-list .review {
  align-items: center;
  border-bottom: 1px solid rgba(128, 128, 128, 0.125);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0.5rem 0;
  padding: 0.5rem 0; }

.vendor-ratings > div {
  align-items: center;
  border-bottom: 1px solid rgba(128, 128, 128, 0.125);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.5rem 0;
  padding: 0.5rem 0; }

.reviews-list .review h4 span.date {
  color: #999;
  display: block;
  font-size: 0.875rem; }

.reviews-list .review h4 span.rate {
  float: right;
  font-size: 0; }

.reviews-list .review a.all-reviews {
  font-size: 1.125rem;
  color: #616161; }

.vendor-ratings a.all-ratings {
  font-size: 1.125rem;
  color: #616161; }

.vendor-ratings .ratings-overview > div {
  display: inline-block;
  margin: 0 15px 0 0;
  vertical-align: top; }

.vendor-ratings .ratings-overview .positive i {
  color: #81c784; }

.vendor-ratings .ratings-overview .neutral i {
  color: #ffd54f; }

.vendor-ratings .ratings-overview .negative i {
  color: #ef5350; }

.vendor-ratings .ratings-overview > div span:first-of-type {
  font-size: 1rem;
  font-weight: 400; }

.vendor-ratings .ratings-overview > div span:last-of-type {
  display: block;
  font-size: 0.75rem; }

.vendor-ratings .ratings {
  display: table; }
  .vendor-ratings .ratings > div {
    display: table-row; }
    .vendor-ratings .ratings > div span {
      display: table-cell; }
      .vendor-ratings .ratings > div span:first-child {
        padding-right: 15px; }

.ratings.tabbable .tab-pane {
  background-color: transparent;
  padding: 0; }
  .ratings.tabbable .tab-pane .box {
    margin-bottom: 10px; }

.more-products .tabbable ul {
  margin-bottom: 10px;
  text-align: center; }
  .more-products .tabbable ul li a {
    background-color: #fff;
    font-size: 1rem;
    margin-bottom: -1px;
    padding: 15px; }
  .more-products .tabbable ul li.active a {
    /*border: 1px solid #f1f1f1;*/
    border-bottom: 2px solid #ac9270;
    position: relative;
    z-index: 1; }
  .more-products .tabbable ul li a {
    background-color: transparent;
    border: 1px solid transparent; }

.more-products .tabbable .tab-content .tab-pane {
  background-color: transparent;
  padding: 0; }

.fb-comments,
.fb-like-box {
  width: 100% !important; }
  .fb-comments iframe[style],
  .fb-like-box iframe[style] {
    width: 100% !important; }

.fb-comments span,
.fb-comments iframe span[style] {
  width: 100% !important; }

.fb-like-box span,
.fb-like-box iframe span[style] {
  width: 100% !important; }

.product-custom-field .pcf-icon {
  font-size: 3rem; }
  .product-custom-field .pcf-icon::before {
    content: "\f111"; }

.product-custom-field:nth-child(2) .pcf-icon::before {
  content: "\f219"; }

.product-custom-field:nth-child(3) .pcf-icon::before {
  content: "\f0a3"; }

.product-custom-field:nth-child(4) .pcf-icon::before {
  content: "\f0c3"; }

.product-custom-field .pcf-name {
  display: block;
  font-weight: bold;
  margin: 0.5rem 0; }

.product-custom-field .pcf-value {
  display: block; }

.box_above_subscribe .module-body {
  background-color: #f4f0ec;
  padding: 1rem 0; }

.box_above_subscribe .above-subscribe-heading1,
.box_above_subscribe .above-subscribe-heading2 {
  display: inline-block; }

.box_above_subscribe .above-subscribe-heading1 {
  font-size: 3rem;
  font-style: italic; }

.box_above_subscribe .above-subscribe-heading2 {
  color: #966969;
  font-size: 1.5rem;
  padding-left: 1rem; }

@media (min-width: 768px) {
  .box_above_subscribe .above-subscribe-headings-container {
    align-items: center;
    justify-content: space-between; } }

@media (max-width: 767px) {
  .box_above_subscribe .flex-container {
    display: block;
    text-align: center; } }

.box_all_vendors .av-container {
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  margin: 3rem 0; }

.box_all_vendors .sv-item {
  box-shadow: 0 2px 4px rgba(204, 204, 204, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  text-align: center;
  transition: all 0.3s ease-in-out; }
  .box_all_vendors .sv-item:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px); }
  .box_all_vendors .sv-item > div {
    margin-bottom: 1rem; }

.box_all_vendors .sv-image img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  margin: 0 auto;
  max-width: 120px; }

.box_all_vendors .sv-title a {
  font-size: 1.25rem; }

.box_all_vendors .av-btn {
  margin: 3rem 0; }

@media (min-width: 576px) {
  .box_all_vendors .av-container {
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr); } }

@media (min-width: 768px) {
  .box_all_vendors .av-container {
    -ms-grid-columns: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr); } }

@media (min-width: 993px) {
  .box_all_vendors .av-container {
    -ms-grid-columns: repeat(4, 1fr);
    grid-template-columns: repeat(4, 1fr); } }

.box_manufacturers {
  overflow: hidden;
}

.box_become_vendor {
  position: absolute;
  top: 0;
  z-index: 990;
  width: auto !important; }
  .box_become_vendor h3 a {
    color: #fff;
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    position: relative;
    max-width: 120px;
    padding: 20px 15px 15px;
    text-align: center; }
    .box_become_vendor h3 a:before, .box_become_vendor h3 a:after {
      content: "";
      bottom: -6px;
      height: 20px;
      position: absolute;
      width: 50%;
      z-index: -1;
      transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out; }
    .box_become_vendor h3 a:before {
      left: 0;
      transform: skewY(9.5deg);
      -moz-transform: skewY(9.5deg);
      -webkit-transform: skewY(9.5deg); }
    .box_become_vendor h3 a:after {
      right: 0;
      transform: skewY(-9.5deg);
      -moz-transform: skewY(-9.5deg);
      -webkit-transform: skewY(-9.5deg); }
    .box_become_vendor h3 a:hover:before, .box_become_vendor h3 a:hover:after {
      bottom: -10px; }

/* Module: Blog News */
/*.box_blog_news .blog_posts_container {
  display: grid;
  grid-gap: 1rem; }*/

.box_blog_news .module-body {
  /*margin: 1.5rem 0;*/ }

/* Blog -- Traditional */
/* .box_blog_news--traditional .blog_post_body{
      background-color: #ffffff;
      padding: 1rem;
  } */
.box_blog_news--traditional .blog_post_image a {
  height: 280px;
  display: block;
  overflow: hidden; }

.box_blog_news--traditional .blog_post_image:hover img {
  /*transform: scale(1.1);*/ }

.box_blog_news--traditional .blog_post_title {
  display: block;
  font-size: 1.5rem;
  margin-top: 1rem; }

.box_blog_news--traditional .blog_post_date {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  display: none; }

.box_blog_news--traditional .blog_post_content {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.box_blog_news--traditional .blog_post_overlay {
  display: none; }

/* Blog - Compact */
.box_blog_news--compact .blog_post_body {

  position: relative; }

.box_blog_news--compact .blog_post_image a {
  display: block;
  overflow: hidden; }

.box_blog_news--compact .blog_post_body:hover img {
  transform: scale(1.1); }

.box_blog_news--compact .blog_post_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center; }

.box_blog_news--compact .blog_post_content {
  display: none; }

.box_blog_news--compact .blog_post_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 100; }
.box_home_categories article h3,
.box_blog_news--compact .blog_post_title {
  min-height: 70px;
  font-size: 1.25rem;
  color: #fff;
  position: absolute;
  top: 0;
  /*padding-top: 20px;
  padding-bottom: 10px;*/
  padding: 25px 10px 20px;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 20; }
  .box_blog_news--compact .blog_post_title {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .box_home_categories article h3 {
    bottom: 0;
    top: unset;
  }

.box_blog_news--compact .blog_post_date {
  color: #fff;
  color: #fff;
  position: relative;
  z-index: 20; }

.box_blog_news--compact .blog_post_footer {
  color: #fff; }

.box_blog_news--compact .blog_post_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  /*background-color: #000;*/
  opacity: 0.25; }

.box_blog_news .blog_post_image {
  height: 260px;
  overflow: hidden;
  border-radius: 3px;
}

.box_blog_news .blog_post_image img {
  min-height: 17rem;
  object-fit: cover; }

.blog_post_footer {
  display: none; }

.blog_post_footer_tag::after,
.blog_post_footer_product_tag::after {
  content: ","; }

.blog_post_footer_tag:last-of-type::after,
.blog_post_footer_product_tag:last-of-type::after {
  display: none; }

.box_blog_news .btn-blog-read-more {
  margin-top: 1rem;
  margin-bottom: 1rem; }

/*@media (min-width: 768px) {
  .box_blog_news .blog_posts_container {
    grid-template-columns: repeat(2, 1fr); } }*/

.box_bottombar {
  /*border-bottom: 1px solid #666;
  border-top: 1px solid #666;
  padding: 0.5rem 0;*/ }

@media (min-width: 768px) {
  .box_bottombar ul {
    /*display: flex;
    justify-content: center;*/ }
    .box_bottombar ul li a {
      padding: 0 0.5rem; } }

@media (max-width: 767px) {
  .box_bottombar ul {
    text-align: center; } }

.box_canvas_search_bar .module-body {
  height: 600px;
  position: relative;
  z-index: 1;
  height: 100vh; }
  .box_canvas_search_bar .module-body .showcase {
    padding: 10px;
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 20px; }
  .box_canvas_search_bar .module-body .container-iframe {
    height: 0;
    margin-bottom: 20px;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%; }
    .box_canvas_search_bar .module-body .container-iframe iframe {
      background: rgba(255, 255, 255, 0.5);
      padding: 10px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important; }

.box_canvas_search_bar video {
  height: 100%;
  object-fit: cover;
  width: 100%; }

.box_canvas_search_bar .video::after {
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%; }

.box_canvas_search_bar .video {
  bottom: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5; }

.box_canvas_search_bar .carousel,
.box_canvas_search_bar .carousel .carousel-inner,
.box_canvas_search_bar .carousel .item {
  height: 100%; }

.box_canvas_search_bar .carousel .item img {
  height: 100%;
  object-fit: cover;
  width: 100%; }

.box_canvas_search_bar .module-body .searchbar {
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 50; }

.box_canvas_search_bar .module-body .searchbar .box-content {
  display: inline-block;
  margin: 0;
  max-width: 550px;
  padding-top: 120px;
  text-align: center;
  width: 100%;
  max-width: 650px; }

.box_canvas_search_bar .module-body .searchbar .box-content form {
  position: relative; }

.box_canvas_search_bar .module-body .search-inputs {
  margin-top: 20px;
  position: relative; }

.box_canvas_search_bar .module-body .search-inputs > * {
  display: inline-block; }

.box_canvas_search_bar .module-body .search-inputs > button {
  background-color: transparent;
  border: none;
  color: #adafb1;
  font-size: 1.25rem;
  padding: 11px 0;
  position: absolute;
  right: 15px; }

.box_canvas_search_bar .module-body .search-inputs input[type="text"] {
  border: none !important;
  border-radius: 4px;
  font-size: 1rem !important;
  font-weight: 300 !important;
  padding: 15px; }

.box_canvas_search_bar
.module-body
.search-inputs
input[type="text"].with-category-filter {
  border-radius: 0 4px 4px 0; }

.box_canvas_search_bar .module-body form .chosen-container-single {
  width: auto; }

.box_canvas_search_bar
.module-body
form
.chosen-container-single
.chosen-single {
  border: none !important;
  background-color: #f5f5f1 !important;
  border-radius: 4px 0 0 4px;
  height: 100% !important;
  padding: 5px 0 6px 8px;
  width: 115px; }

.box_canvas_search_bar form .chosen-container .chosen-drop {
  min-width: 150px; }

.box_canvas_search_bar
.module-body
.search-inputs
.chosen-container-single
.chosen-single
span {
  color: #95989a;
  font-size: 1rem;
  font-weight: 300;
  padding: 10px;
  text-align: left; }

.box_canvas_search_bar .chosen-container-single .chosen-single b {
  background-position: 2px 19px; }

.box_canvas_search_bar
form
.chosen-container-active.chosen-with-drop
.chosen-single
div
b {
  background-position: -16px 19px; }

.box_cart_bar .cart-dropdown {
  color: #fff;
  padding: 0.5rem; }
  .box_cart_bar .cart-dropdown > a {
    display: block;
    text-transform: uppercase; }

.box_cart_bar .status--only-quantity {
  background: #966969;
  border-radius: 50%;
  color: #fff;
  font-size: 0.75rem;
  height: 1rem;
  position: absolute;
  right: 0;
  text-align: center;
  top: -0.25rem;
  width: 1rem; }

@media (min-width: 993px) {
  .box_cart_bar .cart-dropdown > div > span:last-of-type {
    color: #fff; } }

.box_cart_summary ul {
  margin-top: 15px; }
  .box_cart_summary ul li {
    border-top: 2px solid #f2f2f2;
    padding: 10px 15px; }
    .box_cart_summary ul li a {
      color: #525252; }
      .box_cart_summary ul li a:before {
        display: none !important; }
    .box_cart_summary ul li .delete i {
      color: #e8e7e7;
      font-size: 1.25rem; }
      .box_cart_summary ul li .delete i:hover {
        color: #ef5350; }

.box_cart_summary .price {
  font-size: 0.75rem;
  padding-top: 3px; }

.box_cart_summary .subtotal {
  background-color: rgba(0, 0, 0, 0.07);
  border-top: 2px solid #f2f2f2;
  font-size: 0.75rem;
  padding: 15px; }
  .box_cart_summary .subtotal .price {
    display: block;
    font-size: 1.5rem; }
  .box_cart_summary .subtotal .discount {
    display: block;
    font-size: 1.125rem; }

.box_cart_summary .checkout .btn {
  padding: 10px 20px; }

.box_categories .has-children {
  position: relative; }
  .box_categories .has-children .children:not(.closed) + .toggle {
    justify-content: flex-start;
    transform: rotate(180deg); }
  .box_categories .has-children .toggle {
    position: absolute;
    right: 0;
    top: 0;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .box_categories .has-children .toggle:hover {
      cursor: pointer; }

.box_category_bar .nav.simple-menu {
  padding-left: 0px;
  position: relative; }
  .box_category_bar .nav.simple-menu .dropdown-menu {
    background-color: transparent;
    box-shadow: none;
    padding: 10px 0 0; }

/* .box_category_bar .nav > li:first-child > a { */
  /* border-left: 1px solid rgba(198,167,119,0.2); */
/* } */
.box_category_bar .nav > li > a {
  /* border-right: 1px solid rgba(198,167,119,0.2); */
  border-bottom: 1px solid transparent;
  padding: 1rem 0.5rem;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  z-index: 1; }

.box_category_bar .nav > li.logo {
  position: relative;
  width: 182px; }
  .box_category_bar .nav > li.logo a {
    position: absolute;
    padding: 0;
    top: -45px;
    z-index: 2500; }

.box_category_bar .nav .dropdown-menu:after {
  display: none; }

.box_category_bar .nav.simple-menu .dropdown-menu ul {
  background-color: #fff;
  display: inline-block;
  list-style: none;
  padding: 5px 0;
  position: relative;
  vertical-align: top;
  min-width: 230px; }

.box_category_bar .nav.mega-menu li .dropdown-menu .categories > ul {
  background-color: #fff;
  display: inline-flex;
  list-style: none;
  padding: 5px 0;
  position: relative;
  vertical-align: top;
  min-width: 230px;
  background-color: transparent; }

.box_category_bar .nav > .dropdown-menu > ul:after {
  top: -1px; }

.box_category_bar .nav.simple-menu .dropdown-menu ul li a {
  display: block;
  font-size: 0.75rem;
  padding: 10px 20px;
  position: relative;
  text-transform: uppercase; }

.box_category_bar .nav.simple-menu .dropdown-menu ul li a:before {
  background-color: #f2f2f2;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 30px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

.box_category_bar .nav.simple-menu .dropdown-menu ul li:last-child a {
  border-bottom: none; }

.box_category_bar .nav.simple-menu .dropdown-menu ul li a:hover:before {
  width: 100%; }

.box_category_bar .nav .dropdown-menu .category-image {
  min-height: 100%;
  position: relative;
  width: 300px; }

.box_category_bar .nav.mega-menu .dropdown-menu .category-image {
  min-height: 250px; }

.box_category_bar .nav .dropdown-menu .category-image div {
  background-size: cover;
  background-position: center;
  height: 100%;
  position: absolute;
  right: 0;
  width: 300px; }

.box_category_bar .nav.mega-menu {
  position: static; }
  .box_category_bar .nav.mega-menu > li {
    position: static; }
  .box_category_bar .nav.mega-menu li .dropdown-menu {
    box-shadow: none;
    padding: 40px 0;
    top: 57%;
    width: 100%; }
    .box_category_bar .nav.mega-menu li .dropdown-menu > div {
      position: relative; }
    .box_category_bar .nav.mega-menu li .dropdown-menu .categories > ul {
      -moz-column-count: 4;
      -webkit-column-count: 4;
      column-count: 4; }
    .box_category_bar .nav.mega-menu li .dropdown-menu .categories ul.level2 > li {
      display: inline-block;
      padding: 0 10px;
      margin: 0 0 40px;
      width: 100%; }
      .box_category_bar .nav.mega-menu li .dropdown-menu .categories ul.level2 > li:hover {
        background-color: transparent; }
      .box_category_bar .nav.mega-menu li .dropdown-menu .categories ul.level2 > li > a {
        display: block;
        font-size: 0.875rem;
        font-weight: 600;
        margin-bottom: 10px;
        text-transform: uppercase; }
        .box_category_bar .nav.mega-menu li .dropdown-menu .categories ul.level2 > li > a > span {
          display: none; }
    .box_category_bar .nav.mega-menu li .dropdown-menu .categories ul.level3 > li {
      margin-bottom: 8px;
      padding: 0 0 8px 0;
      position: relative; }
      .box_category_bar .nav.mega-menu li .dropdown-menu .categories ul.level3 > li:after {
        background-color: #ececec;
        bottom: 0;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        width: 25px;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out; }
      .box_category_bar .nav.mega-menu li .dropdown-menu .categories ul.level3 > li:hover:after {
        width: 100%; }
      .box_category_bar .nav.mega-menu li .dropdown-menu .categories ul.level3 > li > a {
        font-size: 0.75rem;
        display: block;
        text-transform: uppercase; }
    .box_category_bar .nav.mega-menu li .dropdown-menu .categories ul.level3 li:hover {
      background-color: transparent; }
    .box_category_bar .nav.mega-menu li .dropdown-menu .categories ul.level4 {
      margin: -3px 0 10px; }
      .box_category_bar .nav.mega-menu li .dropdown-menu .categories ul.level4 li a {
        font-size: 0.75rem;
        padding-left: 10px; }

.box_category_bar .nav .dropdown-menu ul:after {
  /*content: "";*/
  display: block;
  position: absolute;
  top: -11px;
  left: 14px;
  border: 6px solid transparent;
  border-bottom-width: 5px;
  border-bottom-color: #966969; }

@media (max-width: 992px) {
  #mobile-background-menu .box_category_bar .dropdown-menu {
    display: none !important; }
  #mobile-background-menu .box_category_bar ul {
    text-align: right; }
    #mobile-background-menu .box_category_bar ul.horizontal li {
      display: block;
      float: initial; }
  #mobile-background-menu .box_category_bar ul.nav li {
    border-bottom: 2px solid #f2f2f2;
    margin: 0 !important; }
  #mobile-background-menu .box_category_bar ul.nav li:first-of-type {
    border-top: none; }
  #mobile-background-menu .box_category_bar ul.nav li:last-of-type {
    border-bottom: none; }
  #mobile-background-menu .box_category_bar ul.nav li a {
    color: #999;
    font-size: 0.875rem;
    margin-top: 0;
    padding: 0.75rem 0;
    text-transform: uppercase; }
  #mobile-background-menu .box_category_bar .nav li:hover a {
    background: transparent !important; }
  #mobile-background-menu .box_category_bar ul > li.button:first-of-type a {
    display: none; }
  #mobile-background-menu .box_category_bar ul > li.button a {
    background-color: transparent;
    display: none;
    font-size: 0.875rem;
    position: relative; }
    #mobile-background-menu .box_category_bar ul > li.button a i {
      margin-left: 10px;
      position: relative;
      right: 0;
      top: 5px; } }

@media (max-width: 767px) {
  .box_category_bar .nav > li:hover > a:before,
  .box_category_bar .nav > li > a.active:before {
    display: none; } }

.box_collections {
  padding: 60px 0; }
  .box_collections a {
    border: 5px solid transparent;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: block;
    margin-bottom: 10px; }

@media (max-width: 767px) {
  .box_collections img {
    width: 100%; } }

.box_combined_module_1 {
  width: 100% !important;
  padding: 3rem 0; }
  .box_combined_module_1 .module-body > .row > div:nth-child(3) {
    margin-top: 60px; }
  .box_combined_module_1 ul {
    margin: -50px 0 17px;
    text-align: center; }
    .box_combined_module_1 ul li {
      border-bottom: 1px solid #f2f2f2;
      display: inline-block; }

.box_combined_module_1 ul li a {
  color: #757575; }

.box_combined_module_1 .tabbable ul li a {
  background-color: transparent;
  margin-top: 0;
  padding: 7px 10px 8px; }

.box_combined_module_1 .tabbable .tab-pane {
  background-color: transparent;
  padding: 0; }

.box_combined_module_1 .thumb {
  background-color: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: block;
  margin: 0 7px;
  padding: 5px;
  position: relative; }
  .box_combined_module_1 .thumb img {
    width: 100%; }
  .box_combined_module_1 .thumb a {
    display: block;
    overflow: hidden; }
  .box_combined_module_1 .thumb .product-quick-view {
    bottom: -40px;
    margin-left: -5px; }
    .box_combined_module_1 .thumb .product-quick-view a {
      font-size: 0.75rem;
      padding: 5px 8px; }
      .box_combined_module_1 .thumb .product-quick-view a i {
        padding-left: 5px; }
  .box_combined_module_1 .thumb .price {
    padding-top: 2px; }
  .box_combined_module_1 .thumb:hover .product-quick-view {
    bottom: 45%; }
  .box_combined_module_1 .thumb:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1); }

@media (min-width: 993px) {
  .box_combined_module_1 .module-body > .row > div:nth-last-child(n + 2) {
    margin-bottom: 60px; } }

@media (max-width: 767px) {
  .box_combined_module_1 {
    margin-top: 15px;
    width: 100%;
    display: none; } }

.box_contact input {
  width: 100%;
  margin-bottom: 5px; }

.box_contact textarea,
.box_contact .captcha img {
  margin-bottom: 5px; }

.box_contact .module-body > p {
  margin-bottom: 10px; }

.box_contact fieldset {
  margin-bottom: 0; }

#fairytalestory {
  padding: 3rem 0; }
  #fairytalestory p {
    padding: 1rem; }

#topbarmessage {
  padding-top: 0.75rem; }

#parallaxeffect {
  margin-bottom: 0 !important;
  display: block;
  width: 100% !important; }
  #parallaxeffect .parallax {
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 50vh;
    text-align: center;
    width: 100%; }
  #parallaxeffect .parallax-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: relative; }
    #parallaxeffect .parallax-content::before {
      background-color: rgba(0, 0, 0, 0.5);
      content: "";
      left: 0;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 10; }
    #parallaxeffect .parallax-content h3 {
      color: #fff;
      font-size: 2.5rem;
      font-style: italic;
      font-weight: 400;
      position: relative;
      text-transform: none;
      z-index: 20; }
    #parallaxeffect .parallax-content p {
      color: #ccc;
      font-size: 1.25rem;
      margin-top: 1rem;
      position: relative;
      z-index: 20; }
  #parallaxeffect .wrapper {
    background-color: rgba(0, 0, 0, 0.5);
    margin-left: 30px !important;
    margin: 0;
    width: 45%;
    padding: 2rem 1.5rem; }

#imagebanner .module-body {
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% top;
  box-shadow: 0 0 100px -8px #000 inset;
  -moz-box-shadow: 0 0 100px -8px #000 inset;
  -webkit-box-shadow: 0 0 100px -8px #000 inset;
  padding: 100px 0 180px;
  text-align: center; }
  #imagebanner .module-body img {
    max-width: 115px; }
  #imagebanner .module-body h1 {
    border-bottom: 1px dashed #fff;
    color: #fff;
    display: inline-block;
    margin: 0 auto 25px;
    padding: 20px 0 25px;
    text-transform: uppercase; }
  #imagebanner .module-body p {
    color: #fff;
    font-size: 1rem;
    line-height: 2;
    max-width: 830px;
    margin: 0 auto;
    padding: 0 30px;
    width: 100%; }

#customerservice .module-body,
#mobileshopping .module-body,
#nextdaydelivery .module-body,
#pickupstore .module-body {
  padding: 0 30px;
  text-align: center; }

#customerservice h3,
#mobileshopping h3,
#nextdaydelivery h3,
#pickupstore h3 {
  margin: 15px 0;
  line-height: 15px; }

#getintouch p {
  text-transform: uppercase; }

#middlebaricons img {
  height: 100px; }

@media (min-width: 768px) {
  #parallaxeffect .wrapper {
    max-width: 75%; } }

@media (min-width: 993px) {
  #imagebanner .module-body {
    background-size: 300%; } }

@media (max-width: 767px) {
  #imagebanner .module-body {
    padding: 25px 0; }
    #imagebanner .module-body p {
      font-size: 0.875rem;
      padding: 0 10px; }
  #parallaxeffect .wrapper {
	background-color: rgba(0, 0, 0, 0.1);
	margin-left: 0 !important;
	margin: 0;
	width: 100%;
	padding: 2rem 1.5rem;
  }
}

.box_featured_products {
  /*margin: 3rem 0;*/ }

.box_featured_vendors {
  margin-top: 5px; }
  .box_featured_vendors #box_featured_vendors_content > .carousel > .carousel-inner {
    height: 540px; }
  .box_featured_vendors .carousel {
    background-color: #f9f9f9; }
    .box_featured_vendors .carousel .controlers {
      position: absolute;
      left: 50%;
      -moz-transform: rotate(-5deg);
      -webkit-transform: rotate(-5deg);
      transform: rotate(-5deg);
      top: 30px;
      width: 88px;
      z-index: 10; }
      .box_featured_vendors .carousel .controlers .carousel-controler {
        background-image: none;
        border-radius: 0;
        color: #fff;
        display: inline-block;
        height: auto;
        opacity: 1;
        padding: 11px 15px;
        width: auto; }
        .box_featured_vendors .carousel .controlers .carousel-controler:first-child {
          left: -40px; }
        .box_featured_vendors .carousel .controlers .carousel-controler:last-child {
          top: 10px;
          right: 40px; }
        .box_featured_vendors .carousel .controlers .carousel-controler:first-child:hover {
          left: -45px; }
        .box_featured_vendors .carousel .controlers .carousel-controler:last-child:hover {
          right: 35px; }
        .box_featured_vendors .carousel .controlers .carousel-controler i {
          font-size: 1.125rem; }
  .box_featured_vendors .item {
    height: 100%; }
    .box_featured_vendors .item > .row {
      height: 100%; }
      .box_featured_vendors .item > .row > div {
        height: 100%; }
  .box_featured_vendors .image {
    background-size: cover;
    background-position: center; }
  .box_featured_vendors .vendor {
    float: right;
    height: 100%;
    max-width: 600px;
    padding: 60px 0 60px 30px;
    width: 100%; }
    .box_featured_vendors .vendor:after {
      background-color: #f9f9f9;
      content: "";
      height: 70%;
      position: absolute;
      right: -17px;
      top: 0;
      width: 50px;
      z-index: 5;
      transform: skewY(5deg);
      -moz-transform: skewY(5deg);
      -webkit-transform: skewX(5deg); }
    .box_featured_vendors .vendor:before {
      background-color: #f9f9f9;
      content: "";
      height: 30%;
      position: absolute;
      right: -18px;
      bottom: 0;
      width: 50px;
      z-index: 5;
      transform: skewY(-11deg);
      -moz-transform: skewY(-11deg);
      -webkit-transform: skewX(-11deg); }
    .box_featured_vendors .vendor > a {
      background-color: #f9f9f9;
      bottom: 30px;
      font-size: 1rem;
      opacity: 0;
      padding: 10px 10px 10px 30px;
      position: absolute;
      right: 0;
      text-transform: uppercase;
      z-index: 5; }
  .box_featured_vendors:hover .vendor > a {
    opacity: 1;
    right: -160px; }
  .box_featured_vendors .vendor > a i {
    font-size: 1.25rem;
    margin-left: 3px; }
  .box_featured_vendors .vendor header {
    border-bottom: 1px dashed #4b4b4b;
    padding-bottom: 25px;
    position: relative;
    text-align: center;
    z-index: 10; }
    .box_featured_vendors .vendor header h3 {
      color: #c1c1c1;
      font-size: 1.125rem;
      font-weight: 400;
      text-transform: uppercase; }
    .box_featured_vendors .vendor header > a {
      background-size: cover;
      border-radius: 25px;
      display: inline-block;
      height: 50px;
      margin: 10px 0 5px;
      width: 50px; }
    .box_featured_vendors .vendor header h2 a {
      color: #4b4b4b;
      font-size: 1.75rem;
      font-weight: 700;
      text-transform: uppercase; }
    .box_featured_vendors .vendor header .reviews i {
      font-size: 1rem;
      margin: 10px 3px 0 0; }
  .box_featured_vendors .vendor .details {
    position: relative;
    z-index: 10; }
    .box_featured_vendors .vendor .details > div.row > div:first-child {
      padding-left: 0;
      text-align: right; }
    .box_featured_vendors .vendor .details h4 {
      font-size: 0.75rem;
      font-weight: 700;
      margin: 25px 0 8px;
      text-transform: uppercase; }
  .box_featured_vendors .vendor .products .carousel {
    z-index: 10; }
  .box_featured_vendors .vendor .products .product {
    background-color: #f5f5f5;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
    padding: 5px;
    width: 80px; }
    .box_featured_vendors .vendor .products .product:last-child {
      margin-right: 0; }
  .box_featured_vendors .vendor .products .carousel-controler {
    background: none;
    font-size: 1rem;
    height: auto;
    opacity: 1;
    padding: 0;
    top: -26px;
    width: auto; }
    .box_featured_vendors .vendor .products .carousel-controler.left {
      left: auto;
      right: 20px; }
    .box_featured_vendors .vendor .products .carousel-controler:hover {
      color: #000; }

@media (min-width: 768px) {
  .box_featured_vendors .vendor {
    position: relative; } }

@media (min-width: 768px) and (max-width: 992px) {
  .box_featured_vendors #box_featured_vendors_content > .carousel > .carousel-inner {
    height: initial; }
  .box_featured_vendors #box_featured_vendors_content .vendor {
    max-width: 100%;
    padding: 90px 20px 40px; }
  .box_featured_vendors #box_featured_vendors_content .image {
    height: 250px;
    margin-bottom: 0; }
  .box_featured_vendors .carousel .controlers {
    top: 270px; } }

@media (max-width: 767px) {
  .box_featured_vendors {
    margin-bottom: 40px; }
    .box_featured_vendors #box_featured_vendors_content > .carousel > .carousel-inner {
      height: initial; }
    .box_featured_vendors .module-body {
      padding: 0; }
    .box_featured_vendors .image {
      background-size: cover;
      background-position: center;
      height: 150px; }
    .box_featured_vendors .vendor {
      background-color: #f7f7f7;
      padding: 0; }
      .box_featured_vendors .vendor:before, .box_featured_vendors .vendor:after {
        display: none; }
      .box_featured_vendors .vendor header {
        padding: 15px 0; }
      .box_featured_vendors .vendor .products {
        padding: 15px 10px; }
        .box_featured_vendors .vendor .products .product {
          width: 70px; } }

.box_filter_attributes form b {
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: 20px;
  text-transform: uppercase; }
  .box_filter_attributes form b:first-of-type {
    margin-top: 0; }

.box_filter_attributes form label {
  font-size: 0.875rem; }

.box_filter_product_fields .pf-section {
  margin: 1rem 0; }

.box_filter_product_fields ul li h3 {
  display: none;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase; }
  .box_filter_attributes h4:not(:first-of-type) {
    margin-top: 15px;
  }
  .box_filter_attributes h4,
  .box_filter_product_fields ul li h4 {
    position: relative;
    font-size: 0.875rem;
    margin: 0.5rem 0 0.5rem;
    /*padding-bottom: 0.5rem;*/
    border-bottom: 1px solid #fff;
    transition: all 0.3s ease-in-out; }
    .box_filter_product_fields ul li h4::before, .box_filter_product_fields ul li h4::after {
      content: "";
      position: absolute;
      background: black; }
    .box_filter_product_fields ul li h4::before {
      width: 11px;
      height: 1px;
      right: 0;
      top: 5px; }
    .box_filter_product_fields ul li h4::after {
      width: 1px;
      height: 11px;
      right: 5px;
      top: 0;
      transition: all 0.3s ease-in-out; }
    .box_filter_product_fields ul li h4:hover {
      cursor: pointer;
      padding-left: 0.25rem;
      border-color: #b71234; }
  .box_filter_product_fields ul li label {
    font-size: 14px;
    height: 0;
    overflow: hidden;
    margin: 0;
    transition: all 0.3s ease-in-out; }
  .box_filter_product_fields ul li .pf-section.open label {
    font-size: 14px;
    height: inherit;
    overflow: visible;
    margin-bottom: 0.125rem; }
  .box_filter_product_fields ul li label:hover {
    cursor: pointer; }
  .box_filter_product_fields ul li .pf-section.open h4::after {
    transform: rotate(-90deg); }

.box_full_profile ul li h4 {
  border-bottom: 3px solid #e0e0e0;
  font-size: 0.875rem;
  margin: 10px 0 5px;
  padding-bottom: 10px;
  text-transform: uppercase; }

.box_full_profile ul:nth-of-type(2) li h4 {
  margin: 20px 0 5px; }

.box_geo_location_canvas_search_bar
.box_geo_location_search_bar.module
.inputs-container {
  border: none; }

.box_geo_location_canvas_search_bar .box_geo_location_search_bar {
  min-height: 600px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center; }

.box_geo_location_canvas_search_bar .module-body {
  width: 100%; }

.box_geo_location_canvas_search_bar .wrapper > * {
  position: relative;
  z-index: 5; }

.box_geo_location_canvas_search_bar .box_geo_location_search_bar .input-field input[type="text"] {
  border-right: none !important; }

.box_geo_location_canvas_search_bar .wrapper .background {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }

.box_geo_location_canvas_search_bar .background::after {
  background-color: rgba(255, 255, 255, 0.25);
  content: "";
  height: 200%;
  left: 0;
  margin-left: -10%;
  position: absolute;
  top: -50%;
  transform: rotate(14deg);
  width: 55%;
  z-index: 5; }

.box_geo_location_canvas_search_bar .background img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  position: relative;
  z-index: 3; }

.box_geo_location_canvas_search_bar form.flex-container {
  min-height: auto; }

.box_geo_location_canvas_search_bar h1 {
  color: #fff;
  font-size: 7rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase; }

.box_geo_location_canvas_search_bar h3 {
  color: #fff;
  font-size: 3rem;
  display: block;
  margin-bottom: 30px;
  text-align: center; }

.box_geo_location_search_bar.module {
  position: relative; }
  .box_geo_location_search_bar.module .box_geo_location_canvas_search_bar {
    background-color: #f7f7f7; }

.box_geo_location_search_bar .inputs-container {
  border: 1px solid #f2f2f2;
  margin: 5px 0; }

.box_geo_location_search_bar .width100 {
  width: 99%; }

.box_geo_location_search_bar .input-field input[type="text"] {
  border-right: 1px solid #f2f2f2 !important; }

.box_geo_location_search_bar form.flex-container {
  min-height: 450px;
  position: relative;
  z-index: 5; }

.box_geo_location_search_bar .icon {
  align-items: center;
  background-color: #525252;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 70px;
  z-index: 5; }
  .box_geo_location_search_bar .icon i {
    color: #fff;
    font-size: 1.5rem; }

.box_geo_location_search_bar .btn {
  padding: 0 20px; }

.box_geo_location_search_bar .input-field {
  background-color: #fff;
  padding: 8px 10px; }
  .box_geo_location_search_bar .input-field label {
    margin-bottom: -5px; }
  .box_geo_location_search_bar .input-field input[type="text"] {
    background-color: transparent;
    border: none;
    padding: 5px 0 0; }

.box_geo_location_search_bar form .input-field .chosen-container-single .chosen-single {
  background-color: transparent !important;
  border: 0 !important;
  padding: 5px 0 0; }

.box_geo_location_search_bar .actions a {
  background-color: #fff;
  display: inline-block;
  margin-top: 10px;
  padding: 4px 8px 4px 5px; }
  .box_geo_location_search_bar .actions a i {
    background-color: #f5f5f5;
    display: inline-block;
    padding: 3px 5px; }
  .box_geo_location_search_bar .actions a:hover i,
  .box_geo_location_search_bar .actions a span {
    color: #525252; }

@media (max-width: 767px) {
  .box_geo_location_search_bar .input-field {
    margin-bottom: 5px; }
  .box_geo_location_search_bar .btn {
    text-align: center;
    padding: 10px 0;
    width: 100%; } }



.box_home_categories .no-images {
  margin: 20px 0 40px;
}
.box_home_categories .no-images article a span {
  display: none;
  /*height: auto;*/
}
.box_home_categories .no-images article h3 {
  padding: 20px;
  position: relative;
}
.box_home_categories .no-images article h3 {
  /*border: none;*/
  color: unset;
  /*width: 70%;*/
  /*height: 85px;*/
  /*margin: 0 auto;*/
  /*box-shadow: 0px 10px 10px #ccc;*/
}
.box_home_categories .no-images article h3:before {
  content: none !important;
}
.box_home_categories article {
  padding: 0 !important;
  /*height: 100px;*/
  /*overflow: hidden;*/
}

.box_home_categories {
  /*margin-bottom: 30px !important;*/
  /*display: block !important;
  width: 70% !important;
  margin: 0 auto;*/
  /*padding: 30px 0 0;*/ }
  .box_home_categories article a span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .box_home_categories .header {
    margin: 10px 0 10px;
    padding: 0; }
  .box_home_categories article {
    padding: 0 10px !important; }
    .box_home_categories article a {
      border-radius: 2px;
      display: block;
      overflow: hidden;
      position: relative; }
    .box_home_categories article:nth-child(4n + 1) {
      /*padding-left: 0;*/ }
    .box_home_categories article a span {
      background-size: cover;
      background-position: center;
      display: block;
      height: 300px;
      /*-moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
      -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
      -webkit-filter: grayscale(100%);
      filter: gray;*/ }
      .box_home_categories article.first_cat a span {
        height: 600px;
      }
    .box_home_categories article h3 {
      font-weight: 500;
      color: #fff;
      /*position: absolute;
      bottom: -0.25rem;
      width: 100%;
      height: 100%;
      color: #ac9270;
      padding: 0;
      border-bottom-style: solid;
      border-bottom-width: 10px;
      text-transform: uppercase;
      z-index: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;*/ }
    .box_home_categories article:hover h3 {
      /*bottom: 0;*/ }
    .box_home_categories article h3:before {
      content: "";
      position: absolute;
      /*background-image: url(images/header_pattern.png);
      background-repeat: repeat;*/
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, black));
      background: -webkit-linear-gradient(top, transparent 0%, black 100%);
      background: linear-gradient(to bottom, transparent 0%, black 100%);*/
      z-index: -1;
      opacity: 0.8;
      filter: alpha(opacity=80); }

.catalog .box_home_categories {
  display: none !important;
  padding: 0; }
  .catalog .box_home_categories article a span {
    height: 5rem; }

@media (max-width: 767px) {
  .box_icon_banners .icon-banner-icon img {
	  max-width: 50px;
	  margin-bottom: 10px;
  }
  .box_home_categories article a span {
    height: 150px; } }

.box_icon_banners {
  position: relative; }
  .box_icon_banners .icon-banner-info h3 {
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase; }
  .box_icon_banners .icon-banner-info p {
    font-size: 0.875rem;
    margin-top: 0.5rem;
    text-transform: uppercase;
    font-weight: 400; }
  .box_icon_banners .icon-banner-icon {
    color: #666666;
    font-size: 2rem;
    text-align: center; }

@media (min-width: 768px) {
  .box_icon_banners {
    padding: 2rem 0; }
    .box_icon_banners .icon-banner {
      display: flex; }
    .box_icon_banners .icon-banner-icon {
      flex: 1; }
    .box_icon_banners .icon-banner-info {
      flex: 2; } }

@media (max-width: 767px) {
  .box_icon_banners .module-body .wrapper {
    padding: 35px 0; }
  .box_icon_banners .module-body .box_icon_banner > div {
    margin-bottom: 1rem; }
    .box_icon_banners .module-body .box_icon_banner > div:last-child {
      margin-bottom: 0; }
  .box_icon_banners .module-body .btn {
    margin-top: 0; }
  .box_icon_banners {
    display: block;
    text-align: center; } }

.box_instagram_feeds .item {
  overflow: hidden; }
  .box_instagram_feeds .item > a {
    display: block; }
    .box_instagram_feeds .item > a::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0.25;
      transition: all 0.3s ease-in-out; }
  .box_instagram_feeds .item:hover > a::before {
    opacity: 0.5;
    visibility: visible; }
  .box_instagram_feeds .item .profile-picture {
    position: absolute;
    top: -100%;
    left: 0;
    padding: 1rem;
    transition: all 0.3s ease-in-out; }
    .box_instagram_feeds .item .profile-picture img {
      border-radius: 50%;
      max-width: 50px;
      transition: all 0.3s ease-in-out; }
      .box_instagram_feeds .item .profile-picture img:hover {
        transform: scale(1.25); }
  .box_instagram_feeds .item .data {
    position: absolute;
    top: 125%;
    left: 0;
    width: 100%;
    margin: 1rem 0;
    text-align: center;
    transition: all 0.3s ease-in-out; }
    .box_instagram_feeds .item .data > a {
      display: block; }
    .box_instagram_feeds .item .data span {
      font-size: 1.5rem;
      color: #fff; }
  .box_instagram_feeds .item:hover .profile-picture {
    top: 0; }
  .box_instagram_feeds .item:hover .data {
    top: 25%; }

/*.box_international.module .dropdown > a,*/
.box_international .dropdown .dropdown-menu li a {
  display: inline-block;
  text-transform: uppercase;
  padding: 0.5rem; }

.box_international {
  text-align: right; }
  .box_international > div {
    vertical-align: text-top;
    display: inline-block;
    position: relative; }
  .box_maintenance_links .dropdown .dropdown-menu,
  .box_international .dropdown .dropdown-menu {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    left: auto;
    right: 0;
    top: 55px; }
    .box_maintenance_links .dropdown .dropdown-menu:after,
    .box_international .dropdown .dropdown-menu:after {
      left: auto;
      right: 15px;
      top: -14px; }
    .box_maintenance_links .dropdown .dropdown-menu li a,
    .box_international .dropdown .dropdown-menu li a {
      color: #999999;
      padding: 5px 10px; }
      .box_maintenance_links .dropdown .dropdown-menu li a:hover,
      .box_international .dropdown .dropdown-menu li a:hover {
        background-color: transparent;
        cursor: pointer; }
      .box_international .dropdown .dropdown-menu li a img {
        margin-top: -3px; }
	.box_international .dropdown .dropdown-menu li.selected-lang {
		opacity: 0.5;
		background-color: #ccc;
	}
	
.box_live_chat .image span {
  background: #fff url("../images/live_chat/support_icon.png") center no-repeat;
  background-color: #fff;
  border-radius: 3px;
  display: block;
  height: 50px;
  width: 50px; }

.box_live_chat .flex1 {
  padding-left: 10px; }

.box_live_chat .text-box {
  background-color: #fff;
  border-radius: 3px;
  padding: 5px 7px;
  position: relative; }

.box_live_chat .text-box span {
  font-size: 0.75rem; }

.box_live_chat .flex1 a {
  color: #696969;
  display: block;
  margin-top: 6px; }

.box_logo img {
  max-height: 60px;
  margin: 15px 0;
}
.box_logo {
  text-align: center; }

@media (min-width: 768px) and (max-width: 992px) {
  .box_logo {
    width: 100% !important; } }

@media (max-width: 767px) {
  .box_logo {
    padding: 0; } }

.box_manufacturers .module-body {
  position: relative;
  text-align: center; }
  .box_manufacturers .module-body > div {
    position: absolute;
    width: 100%;
    z-index: 20; }

.box_manufacturers #loadMoreManufacturersBtn:hover {
  cursor: pointer; }

.box_manufacturers.collapsed #loadMoreManufacturersBtn {
  opacity: 0;
  visibility: hidden; }

.box_manufacturers ul {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 1.5rem;
  /*overflow: hidden;*/
  margin: -3rem -3rem 0;
  padding: 3rem 3rem 1rem; }
  .box_manufacturers ul::before, .box_manufacturers ul::after {
    position: absolute; }
  .box_manufacturers ul::before {
    position: absolute;
    left: 3rem;
    width: calc(100% - 6rem);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.25), transparent 100%);
    z-index: 1; }

.box_manufacturers.collapsed ul {
  overflow: visible;
  height: auto; }
  .box_manufacturers.collapsed ul::before {
    background: transparent; }

.box_manufacturers ul li {
  text-align: center;
  /*border: 1px solid #c6a777;*/
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
  background-color: #fff;
  border-radius: 3px;
  /*box-shadow: 0 0 3rem rgba(0, 0, 0, 0.1);*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }
  .box_manufacturers ul li:hover {
    /*transition: all 0.6s;
    transform-style: preserve-3d;
    transform: rotateY(180deg);*/ }
    .box_manufacturers ul li:hover a,
    .box_manufacturers ul li:hover div {
      /*position: absolute;*/ }
    .box_manufacturers ul li:hover > :first-child {
      /*position: absolute;
      opacity: 0;*/ }
  .box_manufacturers ul li > a {
    display: none;
    width: 100%;
    height: 100%;
    /*backface-visibility: hidden;*/
    opacity: 0;
    align-self: center;
    padding: 1rem; }
  .box_manufacturers ul li div {
    text-align: left;
    width: 100%;
    height: 100% !important;
    /*max-height: 300px;*/
    overflow: hidden;
    /*backface-visibility: hidden;*/
    align-self: center;
    padding: 0.5rem;
    padding-top: 30px !important;
    position: absolute;
    height: auto;
    top: 0;
    /*transform: rotateY(180deg);*/ }
    .box_manufacturers ul li div h3 {
      border-top: 1px solid #ccc !important;
      border-bottom: 1px solid #ccc !important;
      background-color: #fff;
      color: #444 !important;
      position: absolute;
      left: -1px;
      bottom: -1px;
      width: calc(100% + 2px);
      text-align: center;
      padding: 0.75rem;
      font-size: 20px !important;
      margin: 0px;
      margin-bottom: 1px;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;
      border: none; }
      .box_manufacturers ul li div h3:hover {
        background-image: url("images/header_pattern.png") !important;
        background-repeat: repeat;
        color: #ac9270 !important;
      }
    .box_manufacturers ul li div .btn {
      position: relative !important;
      margin: 0 auto; }
    .box_manufacturers ul li div > * {
      margin: 1rem 0; }
  .box_manufacturers ul li.no-image > a {
    flex: 1;
    height: auto; }
  .box_manufacturers ul li img {
    height: 170px;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    max-width: 100%;
    margin: auto;
    display: block;
    /*width: auto;*/
    /*margin: 0 auto;*/
    /*max-width: 100% !important;*/
    /*object-fit: contain;*/ }

@media (min-width: 768px) {
  .box_manufacturers ul {
    -ms-grid-columns: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr); } }

@media (min-width: 993px) {
  .box_manufacturers ul {
    -ms-grid-columns: repeat(5, 1fr);
    grid-template-columns: repeat(5, 1fr); } }

.box_more_buying_choices .flex-container > div {
  display: inline-block;
  vertical-align: top; }

.box_more_buying_choices .flex-container .flex1 a {
  display: block;
  margin-left: 5px;
  line-height: 14px; }

.box_more_buying_choices > div {
  padding: 40px 0; }

.box_more_buying_choices div.table .table-row .table-column:last-child {
  text-align: right; }

.box_more_buying_choices div.table.table-striped .table-row:nth-child(odd) .table-column {
  background-color: #f7f7f7; }

.box_more_buying_choices .price span {
  font-size: 1.25rem;
  font-weight: 400; }

.box_more_buying_choices .vendor a,
.box_more_buying_choices .title a {
  color: #616161;
  font-size: 1rem;
  font-weight: 400; }

.box_more_buying_choices .btn {
  background-color: #3c4349;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: none;
  font-size: 0.875rem;
  padding: 7px 15px; }

@media (max-width: 767px) {
  .box_more_buying_choices div.table .table-row .table-column:last-child {
    text-align: left; } }

@media (max-width: 767px) {
  .box_new_arrivals {
    padding: 0; } }

.box_price_range_slider .range {
  color: #999;
  font-size: 0.75rem;
  font-weight: 400; }

.box_price_range_slider .current_range {
  color: #999;
  font-size: 0.75rem;
  font-weight: 400;
  display: block;
  margin-bottom: 10px; }

.box_price_range_slider form {
  padding-left: 5px; }

.box_price_range_slider #module_price_range_slider {
  width: 98% !important; }
  .box_price_range_slider #module_price_range_slider .slider-handle {
    width: 15px;
    height: 15px;
    opacity: 1; }
    .slider-handle.round {
      border-radius: 0 !important;
    }
  .box_price_range_slider #module_price_range_slider .slider-selection {
    top: 3px;
    opacity: 0.6; }
    .slider.slider-horizontal .slider-handle {
      margin-left: -7px !important;
      margin-top: 0 !important;
    }
    .slider-track {
      background-color: transparent !important;
      box-shadow: none !important;
    }

.box_product_collections .module-body p {
  margin: 1rem 0 2rem; }

.box_product_collections .module-body .find-by {
  font-size: 0;
  position: relative; }
  .box_product_collections .module-body .find-by > div {
    display: inline-block; }
  .box_product_collections .module-body .find-by a {
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    padding: 0.5rem;
    text-transform: uppercase;
    margin: 0.5rem 0; }
  .box_product_collections .module-body .find-by p {
    position: absolute;
    left: 0;
    transition: all 0.3s ease-in-out; }
    .box_product_collections .module-body .find-by p:first-child {
      transform: translateX(100rem); }
    .box_product_collections .module-body .find-by p:last-child {
      transform: translateX(-100rem); }
  .box_product_collections .module-body .find-by .active p {
    transform: translateX(0); }
  .box_product_collections .module-body .find-by a:hover {
    cursor: pointer; }
  .box_product_collections .module-body .find-by .active a {
    /*border-radius: 1rem;*/ }

.box_product_collections .module-body .header {
  font-size: 1.25rem;
  text-transform: uppercase; }

.box_product_collections .module-body h5 {
  margin: 0 0 1rem;
  text-transform: uppercase; }
  .box_product_collections .module-body h5 a {
    font-size: 1.125rem; }

.box_product_collections .catalog-view .row-gutters-small > div::before,
.box_product_collections .module-body > .row::before {
  position: absolute; }

.box_product_collections .collection-item {
  padding: 0 1rem; }
  .box_product_collections .collection-item .description {
    height: 3rem;
    overflow: hidden;
    position: relative; }
    .box_product_collections .collection-item .description:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      height: 0.5rem;
      width: 100%;
      background: rgba(255, 255, 255, 0.75); }
    .box_product_collections .collection-item .description > * {
      padding: 0;
      margin: 0; }
  .box_product_collections .collection-item .image {
    overflow: hidden; }
    .box_product_collections .collection-item .image img {
      width: 100%;
      height: 15rem;
      object-fit: cover; }

.box_product_collections .find-by-block {
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1); }
  .box_product_collections .find-by-block > div:first-child {
    transform: translateX(-100rem);
    transition: all 0.3s ease-in-out; }
  .box_product_collections .find-by-block > div:last-child {
    transform: translateX(100rem);
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 0; }
  .box_product_collections .find-by-block > div.normal {
    transform: translateX(0); }

.box_product_collections .module-body > .row {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 1rem; }
  .box_product_collections .module-body > .row > div:first-child {
    background: rgba(0, 0, 0, 0.025);
    padding: 1rem 1rem 0;
    overflow: hidden; }
    .box_product_collections .module-body > .row > div:first-child h5 {
      font-weight: 700; }

.box_product_collections:not(.plugin) .module-body > .row > div:last-child {
  grid-column: 1 / -1;
  margin-top: 1rem; }

.box_product_collections .module-body .header {
  border-bottom: 3px solid #fff;
  padding-bottom: 1rem; }

@media (min-width: 768px) {
  .box_product_collections .module-body > .row {
    grid-template-columns: 1fr;
    grid-gap: 1rem; } }

@media (min-width: 993px) {
  .box_product_collections .carousel-inner {
    padding: 1rem 3rem; }
  .box_product_collections .catalog-view.catalog-thumb3.carousel .row-gutters-small > div::before {
    display: none; }
  .box_product_collections .module-body > .row {
    grid-template-columns: 1fr 2fr; }
  .box_product_collections .carousel-inner {
    margin-top: 1rem; } }

.box_product_compare .product {
  border-bottom: 1px solid #ececec;
  padding: 10px 0;
  position: relative; }
  .box_product_compare .product:first-child {
    padding-top: 0; }
  .box_product_compare .product:last-of-type {
    border-bottom: none; }
  .box_product_compare .product .image {
    width: 50px; }
  .box_product_compare .product .details {
    padding-left: 10px; }
    .box_product_compare .product .details h3 a {
      color: #616161;
      font-size: 0.75rem;
      font-weight: 600;
      text-transform: uppercase; }
    .box_product_compare .product .details > a {
      color: #616161;
      font-size: 0.75rem; }
      .box_product_compare .product .details > a i {
        color: #cd2122; }
    .box_product_compare .product .details .hot-deal {
      position: absolute;
      top: 10px;
      right: 0;
      width: 30px; }
    .box_product_compare .product .details .hot-deal-text {
      color: #cd2122;
      padding: 5px 0; }

.box_product_questions {
  margin: 1rem 0;
  text-align: left !important; }
  .box_product_questions article {
    margin-bottom: 5px; }
    .box_product_questions article .header {
      background-color: #5c646d;
      color: #fff;
      display: block; }
      .box_product_questions article .header:hover {
        background-color: #6c737b;
        color: #fff; }
      .box_product_questions article .header .flex-container > span {
        padding: 20px 15px; }
      .box_product_questions article .header:hover {
        cursor: pointer; }
      .box_product_questions article .header .answers {
        background-color: rgba(255, 255, 255, 0.1);
        text-align: center; }
      .box_product_questions article .header h4 {
        font-size: 0.875rem;
        font-weight: 400;
        margin-bottom: 5px;
        text-transform: uppercase; }
    .box_product_questions article .answer {
      border-radius: 0 0 5px 5px; }
      .box_product_questions article .answer > div {
        background: #f2f2f2;
        padding: 1rem; }
      .box_product_questions article .answer .vote {
        border-right: 1px solid #f2f2f2;
        margin-right: 30px;
        padding: 0 30px 0 15px; }
        .box_product_questions article .answer .vote .count span:first-child {
          display: block;
          font-size: 2rem;
          font-weight: 700;
          line-height: 1; }
        .box_product_questions article .answer .vote .count span:last-child {
          text-transform: uppercase;
          font-size: 0.75rem;
          font-weight: 700; }
      .box_product_questions article .answer p {
        font-size: 1rem;
        padding: 15px 0; }
      .box_product_questions article .answer h4 i {
        font-size: 0.8125rem;
        font-weight: 300;
        display: block;
        padding: 0 0 0; }

@media (min-width: 768px) {
  .box_product_questions article .answer .vote {
    text-align: center; } }

@media (max-width: 767px) {
  .box_product_questions article .flex-container {
    display: block; }
    .box_product_questions article .flex-container span {
      display: block; }
      .box_product_questions article .flex-container span.answers {
        padding: 5px 15px;
        text-align: left; }
  .box_product_questions article .answer .vote {
    display: inline-block;
    width: auto;
    border-right: 0;
    margin-right: 0;
    margin-bottom: 15px;
    padding: 0;
    text-align: center; } }

.box_profile_bar .module-body .cart-dropdown {
  text-align: left; }
  .box_profile_bar .module-body .cart-dropdown > a,
  .box_profile_bar .module-body .cart-dropdown > span {
    display: block;
    text-transform: uppercase; }

.box_profile_bar .dropdown-menu ul li a {
  display: block;
  position: relative;
  text-transform: uppercase; }

.box_profile_bar .dropdown-menu ul li:last-child a {
  border-bottom: none; }

.box_profile_bar .dropdown-menu ul li a:hover:before {
  width: 100%; }

.box_profile_bar .dropdown-menu ul li a {
  display: block;
  font-size: 0.75rem;
  padding: 10px 20px;
  position: relative;
  text-transform: uppercase; }

.box_profile_bar .dropdown-menu ul li a:before {
  background-color: #f2f2f2;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 30px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

.box_profile_bar .dropdown-menu ul li:last-child a {
  border-bottom: none; }

.box_profile_bar .dropdown-menu ul li a:hover:before {
  width: 100%; }

@media (min-width: 768px) {
  .box_profile_bar .module-body .cart-dropdown > a {
    pointer-events: none; } }

@media (min-width: 993px) {
  .box_profile_bar .cart-dropdown {
    border-left: none; }
  .box_profile_bar .cart-dropdown > div > span:first-child {
    color: #fff; }
  .box_profile_bar {
    float: left; }
    .box_profile_bar .dropdown {
      float: left; }
      .box_profile_bar .dropdown > div:first-child {
        float: right;
        text-align: left; }
      .box_profile_bar .dropdown > div.avatar {
        float: left;
        margin: 0 5px 0 0; }
    .box_profile_bar .dropdown-menu .header > div:nth-child(2) {
      display: none; }
    .box_profile_bar .dropdown-menu .body .header {
      margin-left: -20px;
      padding: 20px; }
    .box_profile_bar .dropdown-menu .body ul li a {
      color: #8e9398; }
  .box_profile_bar .cart-dropdown .dropdown-menu .body.profile {
    padding: 20px; }
  .box_profile_bar .cart-dropdown .dropdown-menu .body ul li a {
    padding: 10px 0; }
  .box_profile_bar .cart-dropdown .dropdown-menu .body ul li a:not(.btn) {
    border-left: none; }
  .box_profile_bar .cart-dropdown .dropdown-menu .body ul li.start-selling {
    background-color: initial;
    width: 235px; }
    .box_profile_bar .cart-dropdown .dropdown-menu .body ul li.start-selling h3,
    .box_profile_bar .cart-dropdown .dropdown-menu .body ul li.start-selling p {
      color: #fff; } }

.box_related_blog_article {
  margin: 1rem 0; }
  .box_related_blog_article .flex-container {
    flex-wrap: wrap; }
  .box_related_blog_article .module-body {
    margin: 1rem 0;
    padding: 1rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out; }
  .box_related_blog_article:hover .module-body {
    box-shadow: 0 0 3rem rgba(0, 0, 0, 0.1); }
  .box_related_blog_article .post-image {
    align-self: center;
    overflow: hidden; }
    .box_related_blog_article .post-image a img:hover {
      transform: scale(1.1); }
  .box_related_blog_article .post-content {
    flex: 4;
    align-self: center; }
  .box_related_blog_article h3 a {
    font-size: 1.25rem; }
  .box_related_blog_article header > span {
    display: block;
    margin: 0.25rem 0;
    font-size: 0.875rem; }
  .box_related_blog_article .post-content > a {
    font-size: 1rem; }
    .box_related_blog_article .post-content > a > span {
      margin-right: 0.25rem;
      transition: all 0.3s ease-in-out;
      text-transform: uppercase; }
    .box_related_blog_article .post-content > a:hover > span {
      margin-right: 0.5rem; }
  .box_related_blog_article .footer {
    flex: 0 1 100%; }
  .box_related_blog_article .footer-tags {
    font-size: 0; }
    .box_related_blog_article .footer-tags a,
    .box_related_blog_article .footer-tags span {
      font-size: 1rem; }
    .box_related_blog_article .footer-tags a {
      margin: 0 0.25rem;
      text-decoration: underline;
      font-size: 0.875rem; }

@media (min-width: 768px) {
  .box_related_blog_article .post-image {
    flex: 1; }
  .box_related_blog_article .post-content {
    padding: 0 1rem; } }

.box_scrollup a {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  cursor: pointer;
  display: none;
  height: 3rem;
  width: 3rem;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 9999; }

.box_scrollup i {
  font-size: 16px;
  position: absolute;
  left: 16px;
  top: 16px; }

.box_scrollup a:hover {
  opacity: 1; }

.box_search_bar button,
.box_search_bar .expand-form {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 3rem; }

.box_search_bar button {
  background: none;
  border: none;
  color: #ac9270;
  z-index: 1010; }
  .box_search_bar button.expand_search_form {
    height: 44px;
  }

.box_search_bar .expand-form {
  background: none;
  border: none;
  color: #966969;
  z-index: 1010;
  z-index: 1000; }

.box_search_bar .stick-to-expand .expand-form {
  z-index: -1; }

.box_search_bar .row-reverse button {
  right: auto;
  left: 5px; }

.box_search_bar .module-body {
  overflow: hidden;
  position: relative;
  z-index: 999;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }
  .box_search_bar .module-body.expand, .box_search_bar .module-body.stick-to-expand {
    overflow: visible;
    width: 100%; }
  .box_search_bar .module-body.expand.focus {
    margin-top: 85px; }

.box_search_bar form {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  position: relative; }
  .box_search_bar form #search_bar_shop_selector {
    position: absolute;
    height: 1.5rem;
    padding: 0.25rem 0; }
  .box_search_bar form input[type="radio"] {
    margin-right: 0.25rem; }
  .box_search_bar form .chosen-container-single {
    max-width: auto;
    position: relative;
    width: auto;
    z-index: 999; }
    .box_search_bar form .chosen-container-single .chosen-single {
      border: none !important;
      border-radius: 0;
      padding: 0.375rem 1rem; }
  .box_search_bar form .chosen-container-active.chosen-with-drop .chosen-single {
    border: none !important;
    border-radius: 0;
    padding: 0.375rem 1rem; }
  .box_search_bar form .chosen-container-single .chosen-single span {
    overflow: auto; }
  .box_search_bar form .chosen-container .chosen-drop {
    border: none !important;
    margin-top: 0;
    min-width: 150px; }
  .box_search_bar form.focus .chosen-container .chosen-drop {
    background-color: #fff !important; }
  .box_search_bar form .chosen-container .chosen-drop input[type="text"] {
    background-color: transparent !important;
    border: 1px solid #e0e0e0 !important; }
  .box_search_bar form.focus .chosen-container .chosen-drop input[type="text"] {
    border: 2px solid #e0e0e0 !important; }
  .box_search_bar form .chosen-container .chosen-drop .chosen-results li {
    color: #9c9fa2; }
  .box_search_bar form.focus .chosen-container .chosen-drop .chosen-results li {
    color: #717980; }
    .box_search_bar form.focus .chosen-container .chosen-drop .chosen-results li:hover {
      background-color: #e0e0e0; }

.box_search_bar input.search {
  /*background-color: #eae1e1;*/
  border-radius: 0;
  border: none !important;
  font-size: 1rem;
  max-width: 100%;
  width: 100%;
  height: 45px;
  padding: 0.25rem 1rem;
  position: relative;
  z-index: 999; }

.box_search_bar .row-reverse input.search {
  text-align: right; }

.box_search_bar .with-filter .row-reverse input.search {
  border-right: none !important;
  border-left: 1px solid #e0e0e0 !important; }

.box_search_bar .with-filter form.focus input.search {
  border-left: none !important; }

.box_search_bar .with-filter form.focus .row-reverse input.search {
  border-left: 2px solid #fff !important;
  border-right: none !important; }

@media (min-width: 993px) {
  .box_search_bar form {
    float: left;
    min-width: 100%; }
  .box_search_bar input[type="text"] {
    width: 100%; }
  .box_search_bar button {
     }
  .box_search_bar .module-body {
    min-width: 45px;
    min-height: 50px;
    width: 100%; } }

@media (min-width: 768px) and (max-width: 992px) {
  .box_search_bar {
    padding: 0 20px; }
    .box_search_bar .module-body {
      padding: 0; } }

@media (max-width: 767px) {
  .box_search_bar .module-body.with-filter {
    margin-top: -30px; }
    .box_search_bar .module-body.with-filter select {
      background-color: rgba(0, 0, 0, 0.5) !important;
      border: none !important;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      color: #ccc;
      height: 35px;
      margin-bottom: 5px;
      border: none; }
  .box_search_bar input[type="text"] {
    background-color: rgba(0, 0, 0, 0.5) !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0; }
  .box_search_bar .module-body {
    background-color: transparent; }
    .box_search_bar .module-body.with-filter button {
      top: 43px; } }

.box_slides_search_bar .module-body {
  height: 600px;
  position: relative;
  z-index: 1; }
  .box_slides_search_bar .module-body::before .box_canvas_search_bar .module-body::before {
    background-color: rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 50; }

.box_slides_search_bar video {
  height: 100%;
  object-fit: cover;
  width: 100%; }

.box_slides_search_bar .video::after {
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%; }

.box_slides_search_bar .video {
  bottom: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5; }

.box_slides_search_bar .carousel,
.box_slides_search_bar .carousel .carousel-inner,
.box_slides_search_bar .carousel .item {
  height: 100%; }

.box_slides_search_bar .carousel .item img {
  height: 100%;
  object-fit: cover;
  width: 100%; }

.box_slides_search_bar .module-body .searchbar {
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 50; }

.box_slides_search_bar .module-body .searchbar .box-content {
  display: inline-block;
  margin: 0;
  max-width: 550px;
  padding-top: 120px;
  text-align: center;
  width: 100%; }

.box_slides_search_bar .module-body .searchbar .box-content form {
  position: relative; }

.box_slides_search_bar .module-body .search-inputs {
  margin-top: 20px;
  position: relative; }

.box_slides_search_bar .module-body .search-inputs > * {
  display: inline-block; }

.box_slides_search_bar .module-body .search-inputs > button {
  background-color: transparent;
  border: none;
  color: #adafb1;
  font-size: 1.25rem;
  padding: 11px 0;
  position: absolute;
  right: 15px; }

.box_slides_search_bar .module-body .search-inputs input[type="text"] {
  border: none !important;
  border-radius: 4px;
  font-size: 1rem !important;
  font-weight: 300 !important;
  padding: 15px; }

.box_slides_search_bar
.module-body
.search-inputs
input[type="text"].with-category-filter {
  border-radius: 0 4px 4px 0; }

.box_slides_search_bar .module-body form .chosen-container-single {
  width: auto; }

.box_slides_search_bar
.module-body
form
.chosen-container-single
.chosen-single {
  border: none !important;
  background-color: #f5f5f1 !important;
  border-radius: 4px 0 0 4px;
  height: 100% !important;
  padding: 5px 0 6px 8px;
  width: 115px; }

.box_slides_search_bar form .chosen-container .chosen-drop {
  min-width: 150px; }

.box_slides_search_bar
.module-body
.search-inputs
.chosen-container-single
.chosen-single
span {
  color: #95989a;
  font-size: 1rem;
  font-weight: 300;
  padding: 10px;
  text-align: left; }

.box_slides_search_bar .chosen-container-single .chosen-single b {
  background-position: 2px 19px; }

.box_slides_search_bar
form
.chosen-container-active.chosen-with-drop
.chosen-single
div
b {
  background-position: -16px 19px; }

@media (max-width: 767px) {
  .box_slides_search_bar .module-body .search-inputs > button {
    bottom: 0; }
  .box_slides_search_bar .module-body .search-inputs select {
    display: none; } }

.box_slideshow .carousel-caption.Bottom-Right {
  bottom: 0;
  right: 0;
  text-align: right;
  left: unset;
  padding-right: 20px;
}
.box_slideshow .carousel-caption.Bottom-Left {
  bottom: 0;
  right: unset;
  text-align: left;
  left: 0;
  padding-left: 20px;
}
.box_slideshow .carousel-caption.Top-Right {
  top: 0;
  right: 0;
  text-align: right;
  left: unset;
  padding-right: 20px;
  padding-top: 80px;
}
.box_slideshow .carousel-caption.Top-Left {
  top: 0;
  right: unset;
  text-align: left;
  left: 0;
  padding-left: 20px;
  padding-top: 80px;
}
.box_slideshow .carousel-caption.Center {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.box_slideshow .caption-title {
  font-size: 3rem;
  text-transform: uppercase; }

.box_slideshow .caption-subtitle {
  font-size: 1.5rem; }

.maintenance_section1_buttons a,
.box_slideshow .caption-button {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  background-color: transparent;
  width: max-content;
  color: #fff !important;
  transition: all 0.3s linear;
  margin-top: 1rem; }
  .maintenance_section1_buttons a:hover,
  .box_slideshow .caption-button:hover {
    transition: all 0.3s linear;
    background-color: #fff !important;
    color: #c6a777 !important;
  }

.carousel-indicators--CaptionTitle li {
  background-color: rgba(0, 0, 0, 0.375);
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  height: auto !important;
  padding: 0.25rem 1rem;
  text-indent: unset;
  width: auto !important; }

.box_slideshow .carousel-controler {
  background-image: none !important;
  background-color: transparent !important;
  color: #fff;
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center; }
  .box_slideshow .carousel-controler.left i {
    border-radius: 0 4px 4px 0; }
  .box_slideshow .carousel-controler.right i {
    border-radius: 4px 0 0 4px; }

.box_slideshow .item::before {
  background-color: rgba(0, 0, 0, 0.375);
  /*content: "";*/
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

  .box_slideshow .carousel-inner {
    max-height: 750px;
  }

/* .box_slideshow .carousel-controler i {
    background-color: #333;
  } */
@media (min-width: 768px) {
  .box_slideshow .carousel-controler {
    font-size: 4rem;
    width: 4rem; }
    .box_slideshow .carousel-controler i {
      width: 4rem;
      height: 4rem; }
  .box_slideshow .caption-title {
    font-size: 3rem; }
  .box_slideshow.caption-right .carousel-caption {
    left: unset;
    right: 0;
    width: 50%; } }

@media (max-width: 767px) {
  .box_slideshow .caption-title {
    font-size: 1.5rem; }
  .box_slideshow .carousel-controler {
    font-size: 2rem;
    width: 2rem; }
    .box_slideshow .carousel-controler i {
      width: 2rem;
      height: 2rem; } }

/*
      Bootstrap 3.3.X Carousel Fade
      https://codepen.io/transportedman/pen/NPWRGq
  */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity; }

.carousel-fade .carousel-inner .active {
  opacity: 1; }
  .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1; }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-control {
  z-index: 2; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right, .carousel-fade .carousel-inner > .item.prev, .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel-fade .carousel-inner > .item.next.left, .carousel-fade .carousel-inner > .item.prev.right, .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@media (min-width: 768px) {
  .box_slideshow .caption-title::before, .box_slideshow .caption-title::after {
    /*display: inline-flex;
    background-image: url(grape.png);
    content: "";
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 40px;
    filter: invert(1);*/
    /*content: "\f06c";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 1.5rem;*/ }
  .box_slideshow .caption-title::before {
    transform: rotateY(180deg); } }

.box_social_icons {
  font-size: 0;
  text-align: left; }
  .box_social_icons a {
    display: inline-block;
    font-size: 1.5rem !important;
    margin: 0 0.25rem; }
    .box_social_icons a:last-child {
      margin-right: 0; }

.box_special_categories .carousel .item {
  background-size: cover;
  background-position: center;
  /*min-height: 505px;*/
  padding: 0; }
  .box_special_categories .carousel .item:after {
    /*background-color: rgba(0, 0, 0, 0.2);*/
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    width: 100%; }
  .box_special_categories .carousel .item .wrapper {
    padding: 0;
    display: flex;
    position: relative;
    z-index: 5; }
  .box_special_categories .carousel .item h2 {
    color: #a17878;
    font-size: 2.25rem;
    font-weight: 400;
    margin: 0 0 5px;
    text-transform: uppercase; }
  .box_special_categories .carousel .item h3 {
    font-size: 1.5rem;
    text-transform: uppercase; }
  .box_special_categories .carousel .item .col-xs-12 {
    padding: 10px 20px; }
    .box_special_categories .carousel .item .special_category_left:after {
      background-color: rgba(0, 0, 0, 0.4);
      height: 100%;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
      .box_special_categories .carousel .item .special_category_left div {
        position: absolute;
        top: 10px;
        z-index: 100;
        width: 90%;
        left: 15px; }
        .box_special_categories .carousel .item .special_category_left div p {
          color: #fff;
        }
  .box_special_categories .carousel .item .wrapper > p {
    color: #fff;
    line-height: 2;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 5px solid;
    max-width: 400px; }
  .box_special_categories .carousel .item .special-category-content {
    margin: 0; }
  .box_special_categories .carousel .item .products ul {
    margin: 0 0 30px 0; }
    .box_special_categories .carousel .item .products ul li {
      display: inline-block;
      margin-right: 15px; }
      .box_special_categories .carousel .item .products ul li a {
        background-color: transparent;
        color: #a17878;
        padding: 0;
        text-transform: uppercase; }
  .box_special_categories .carousel .item .products .tab-pane {
    background-color: transparent;
    padding: 0; }
  .box_special_categories .carousel .item .details {
    padding: 10px 20px; }
  .box_special_categories .carousel .item .thumbs .thumb {
	border-top: none !important;
    display: inline-block;
    /*margin: 10px;*/
    text-align: center; }
    .box_special_categories .carousel .item .thumbs .thumb img {
      max-height: 250px; }
    .box_special_categories .carousel .item .thumbs .thumb .price {
      background-color: #fff;
      padding: 10px 0; }
    .box_special_categories .carousel .item .thumbs .thumb:hover .price {
      opacity: 1; }
    .box_special_categories .carousel .item .thumbs .thumb .price span {
      font-size: 1rem; }
  #carousel-special-categories {
    padding-bottom: 40px;
  }
  #carousel-special-categories .carousel-indicators {
    margin-bottom: 0;
    bottom: 0 !important;
  }
  #carousel-special-categories .carousel-indicators li.active {
    background-color: #a17878; }
    #carousel-special-categories .carousel-indicators li {
      background-color: #cccccc;
    }

@media (min-width: 993px) {
  .box_special_categories .carousel .item .products {
    width: 100%; }
    .box_special_categories .carousel .item .products .row {
      max-width: 100%; }
    .box_special_categories .carousel .item .products .bg {
      left: 0;
      transform: skewY(0deg);
      -moz-transform: skewY(0deg);
      -webkit-transform: skewX(0deg); } }

@media (max-width: 767px) {
  .box_special_categories .carousel .item .products ul li {
    background-color: transparent;
    width: auto; }
  .box_special_categories .carousel .item .thumbs .thumb {
    width: 85px; }
    .box_special_categories .carousel .item .thumbs .thumb .price {
      display: none; } }

.box_subscribe_footer input[type="text"] {
  border: none !important;
  padding: 0.5rem; }

.box_subscribe_footer input[type="submit"] {
  margin-top: 15px; }

.box_subscribe_footer form .chosen-container-single {
  max-width: 100%; }
  .box_subscribe_footer form .chosen-container-single .chosen-search input[type="text"] {
    border: 2px solid #e0e0e0 !important; }


.box_subscribe form input[type="text"] {
  color: #ac9270;
  border: 1px solid #ac9270;
  background-color: transparent !important;
}
.box_subscribe form {
  padding: 20px 40px;
  background-image: url(images/header_pattern.png);
  /*object-fit: cover;*/
  /*background-repeat: no-repeat;*/
  /*text-align: center;*/ }
  .box_subscribe .module-body .wrapper > .row {
    padding: 3rem 0; }
  .box_subscribe .module-body h2 {
    color: #ac9270;
    font-size: 1.5rem;
    font-weight: 400; }
  .box_subscribe .module-body p {
    color: #ac9270;
    margin: 1rem 0; }
  .box_subscribe .module-body form {
    flex-wrap: wrap;
    justify-content: center; }
    .box_subscribe .module-body form .chosen-container-single .chosen-single div b {
      background-position: 2px 10px; }
    .box_subscribe .module-body form .chosen-container-single .chosen-search input[type="text"] {
      margin-top: 5px; }
    .box_subscribe .module-body form .chosen-container .chosen-drop {
      border: 2px solid #fff !important; }
    .box_subscribe .module-body form .email-mode {
      z-index: 20;
      display: none; }
    .box_subscribe .module-body form .btn {
      margin-right: 5px;
      margin: 10px 0; }
  .box_subscribe .form-container .button-container {
    text-align: left; }

@media (max-width: 767px) {
  .box_subscribe input {
    margin-top: 15px;
    width: 100%; }
  .box_subscribe .module-body {
    margin-top: 10px; }
  .box_subscribe .graphic svg {
    min-height: 450px; } }

.box_suggested_collections .collection h3 a {
  font-size: 1.25rem;
  font-weight: 700; }

.box_suggested_collections .collection > .row {
  padding: 1rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: all 0.3s ease-in-out; }

.box_suggested_collections .collection:hover > .row {
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.1); }

.box_suggested_collections img {
  width: 100%;
  max-height: 10rem;
  object-fit: cover; }

@media (max-width: 992px) and (max-width: 992px) {
  #mobile-background-menu .box_topbar ul.nav li {
    display: block;
    float: initial; }
  #mobile-background-menu .box_topbar ul.nav li {
    border-bottom: 2px solid #f2f2f2;
    margin: 0 !important; }
  #mobile-background-menu .box_topbar ul.nav li:first-of-type {
    border-top: none; }
  #mobile-background-menu .box_topbar ul.nav li:last-of-type {
    border-bottom: none; }
  #mobile-background-menu .box_topbar ul.nav li a {
    color: #999;
    font-size: 0.875rem;
    margin-top: 0;
    padding: 0.75rem 0;
    text-transform: uppercase; } }

@media (min-width: 993px) {
  .box_trending {
    padding: 0 0 70px 0; } }

@media (max-width: 767px) {
  .box_trending {
    padding: 0; } }

.box_user_messages .bum-container {
  background-color: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  max-height: calc(100% - 2rem);
  width: calc(100% - 2rem);
  overflow: hidden;
  z-index: 9999; }
  .box_user_messages .bum-container.minimized .bum-body,
  .box_user_messages .bum-container.minimized .bum-your-message {
    display: none; }

.box_user_messages .bum-header {
  cursor: pointer;
  display: flex;
  padding: 1rem; }
  .box_user_messages .bum-header h4 {
    flex: 1; }
  .box_user_messages .bum-header #bumClose {
    cursor: pointer; }

.box_user_messages .bum-body {
  overflow: auto;
  padding: 1rem; }

.box_user_messages .bum-your-message {
  box-shadow: 3px 0 1rem rgba(0, 0, 0, 0.25);
  padding: 1rem;
  overflow: auto; }
  .box_user_messages .bum-your-message .btn {
    margin: 1rem 0; }

.box_user_messages .bum-label {
  cursor: pointer;
  display: inline-block;
  padding: 0.5rem;
  transition: all 0.3s ease-in-out;
  width: auto; }
  .box_user_messages .bum-label:first-child {
    padding-left: 0; }
  .box_user_messages .bum-label:last-child {
    padding-right: 0; }

.box_user_messages .bum-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem; }

.box_user_messages .bum-meta {
  font-size: 0.875rem; }

.box_user_messages .bum-sender {
  text-transform: capitalize; }

.box_user_messages .bum-message {
  border-radius: 1rem;
  padding: 1rem;
  position: relative;
  width: 100%; }
  .box_user_messages .bum-message::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 1rem;
    z-index: -1; }

.box_user_messages .bum-item__admin {
  text-align: right; }
  .box_user_messages .bum-item__admin .bum-message::before {
    opacity: 0.25; }

.box_user_messages input[type="file"] {
  position: absolute;
  left: -9999px; }

@media (min-width: 768px) {
  .box_user_messages .bum-container {
    max-height: 80vh;
    width: 75vw; } }

@media (min-width: 993px) {
  .box_user_messages .bum-container {
    width: 50vw; } }

@media (min-width: 1366px) {
  .box_user_messages .bum-container {
    width: 25vw; } }

@media screen and (min-height: 576px) {
  .bum-body {
    min-height: 10rem; }
  .bum-your-message {
    min-height: 20rem; } }

.box_vendor_geo_locator_canvas .module-body {
  min-height: 600px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }

.box_vendor_geo_locator_canvas h1 {
  color: #fff;
  font-size: 7rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase; }

.box_vendor_geo_locator_canvas h3 {
  color: #fff;
  font-size: 3rem;
  display: block;
  margin-bottom: 30px;
  text-align: center; }

.box_vendor_geo_locator_canvas .wrapper > * {
  position: relative;
  z-index: 5; }

.box_vendor_geo_locator_canvas .background {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }
  .box_vendor_geo_locator_canvas .background p {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
  .box_vendor_geo_locator_canvas .background::before {
    background-color: rgba(0, 0, 0, 0.25);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 5; }
  .box_vendor_geo_locator_canvas .background::after {
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    height: 200%;
    left: 0;
    margin-left: -10%;
    position: absolute;
    top: -50%;
    transform: rotate(20deg);
    width: 55%;
    z-index: 5; }
  .box_vendor_geo_locator_canvas .background img {
    height: 100%;
    object-fit: cover;
    width: 100%; }

.box_vendor_geo_locator_canvas .inputs-group {
  background-color: #fff;
  max-width: 600px;
  margin: 0 auto; }

.box_vendor_geo_locator_canvas .input {
  margin: 10px 0;
  padding-right: 20px;
  position: relative; }
  .box_vendor_geo_locator_canvas .input:first-child {
    border-right: 1px solid #f2f2f2; }
  .box_vendor_geo_locator_canvas .input input {
    border: none;
    background-color: transparent;
    font-size: 16px;
    padding: 10px 25px; }
  .box_vendor_geo_locator_canvas .input .icon-buttons {
    position: absolute;
    top: 10px;
    right: 20px; }
    .box_vendor_geo_locator_canvas .input .icon-buttons i {
      color: #525252;
      font-size: 1.5rem; }
    .box_vendor_geo_locator_canvas .input .icon-buttons .loc-loader img {
      margin: -9px 5px 0 0; }
  .box_vendor_geo_locator_canvas .input.distance input {
    width: 100px; }
  .box_vendor_geo_locator_canvas .input.distance .icon-buttons {
    top: 13px; }
    .box_vendor_geo_locator_canvas .input.distance .icon-buttons i {
      font-size: 1.125rem; }

.box_vendor_home_category_tags {
  margin-top: 80px;
  position: relative; }
  .box_vendor_home_category_tags::before {
    background-color: #f5f5f5;
    content: "";
    height: 80px;
    left: 0;
    position: absolute;
    transform: skewY(2deg);
    top: -45px;
    width: 100%;
    z-index: 5; }
  .box_vendor_home_category_tags .module-body {
    padding: 160px 0 120px;
    position: relative; }
    .box_vendor_home_category_tags .module-body h2,
    .box_vendor_home_category_tags .module-body h3,
    .box_vendor_home_category_tags .module-body ul {
      position: relative;
      z-index: 10; }
  .box_vendor_home_category_tags .background-image {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
    .box_vendor_home_category_tags .background-image::before, .box_vendor_home_category_tags .background-image::after {
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .box_vendor_home_category_tags .background-image::before {
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 1; }
    .box_vendor_home_category_tags .background-image::after {
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 84%, rgba(0, 0, 0, 0.65) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 84%, rgba(0, 0, 0, 0.65) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 84%, rgba(0, 0, 0, 0.65) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
      /* IE6-9 */ }
    .box_vendor_home_category_tags .background-image img {
      height: 100%;
      object-fit: cover;
      width: 100%; }
  .box_vendor_home_category_tags h2 {
    color: #fff;
    font-size: 4rem;
    margin-bottom: 15px;
    text-transform: uppercase; }
  .box_vendor_home_category_tags h3 strong {
    background-color: #424242;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 7px;
    padding: 7px 15px; }
  .box_vendor_home_category_tags ul {
    margin-top: 60px; }
    .box_vendor_home_category_tags ul li.simple-link {
      display: inline-block; }
      .box_vendor_home_category_tags ul li.simple-link a {
        background-color: #525252;
        border-radius: 3px;
        color: #fff;
        display: block;
        padding: 4px 8px; }
        .box_vendor_home_category_tags ul li.simple-link a:hover {
          background-color: #424242; }
    .box_vendor_home_category_tags ul li.img-box .category {
      background-color: #525252;
      height: 170px;
      margin-bottom: 14px;
      overflow: hidden;
      padding: 10px;
      position: relative; }
      .box_vendor_home_category_tags ul li.img-box .category img {
        height: 100%;
        object-fit: cover;
        width: 100%; }
    .box_vendor_home_category_tags ul li.img-box:hover .category {
      background-color: #323232; }
    .box_vendor_home_category_tags ul li.img-box:nth-of-type(1) .category,
    .box_vendor_home_category_tags ul li.img-box:nth-of-type(2) .category {
      height: 354px; }
    .box_vendor_home_category_tags ul li.img-box a {
      background-color: rgba(0, 0, 0, 0.4);
      bottom: 10px;
      font-size: 1rem;
      left: 0;
      position: absolute;
      display: block;
      padding: 10px 15px;
      text-transform: uppercase;
      width: 100%; }
      .box_vendor_home_category_tags ul li.img-box a span:last-of-type {
        color: #fff;
        display: block;
        font-size: 0.75rem; }

.box_mall_info .vendor .vendor-logo,
.box_vendor_info .vendor .vendor-logo {
  width: 45px; }
  .box_mall_info .vendor .vendor-logo img,
  .box_vendor_info .vendor .vendor-logo img {
    width: 100%; }

.box_mall_info .vendor .vendor-name,
.box_vendor_info .vendor .vendor-name {
  padding: 4px 0 0 10px; }
  .box_mall_info .vendor .vendor-name h4,
  .box_vendor_info .vendor .vendor-name h4 {
    font-size: 0.875rem; }
  .box_mall_info .vendor .vendor-name span,
  .box_vendor_info .vendor .vendor-name span {
    color: #999;
    font-size: 0.75rem;
    font-weight: 400; }

.box_vendor_info .reviews-ratings {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  padding: 5px; }
  .box_vendor_info .reviews-ratings > div {
    padding: 5px 0; }

.box_vendor_info .rating > span:first-child {
  font-weight: 400; }

.box_vendor_info .rating div span {
  color: #999;
  font-size: 0.75rem;
  font-weight: 400; }

.box_vendor_info .vendor-menu {
  margin-top: 10px; }

.box_vendor_location_bar {
  position: relative;
  z-index: 5; }
  .box_vendor_location_bar .module-body {
    position: relative; }
  .box_vendor_location_bar .style1 .details {
    width: 380px; }
  .box_vendor_location_bar .larger-map {
    display: none; }
  .box_vendor_location_bar .details .header h3 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase; }
  .box_vendor_location_bar .details > div {
    padding: 25px 30px; }
    .box_vendor_location_bar .details > div:nth-child(2n) {
      background-color: rgba(0, 0, 0, 0.05); }
    .box_vendor_location_bar .details > div > * {
      display: inline-block;
      vertical-align: top; }
    .box_vendor_location_bar .details > div > i {
      font-size: 2.5rem; }
    .box_vendor_location_bar .details > div > div {
      max-width: 280px;
      padding-left: 1rem; }
  .box_vendor_location_bar .details h3 {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase; }
  .box_vendor_location_bar .style2 .details {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5; }
    .box_vendor_location_bar .style2 .details .header h3 {
      font-size: 2rem; }
    .box_vendor_location_bar .style2 .details > div {
      background-color: rgba(255, 255, 255, 0.9);
      margin-bottom: 0.25rem;
      padding: 0.75rem 1.5rem; }
      .box_vendor_location_bar .style2 .details > div:last-child {
        margin-bottom: 0; }

@media (min-width: 768px) {
  .box_vendor_location_bar .style2 .details {
    left: 100px; } }

@media (max-width: 767px) {
  .box_vendor_location_bar .style2 .details {
    display: none; } }

.box_vendor_location .module-body h3 {
  font-size: 0.75rem;
  font-weight: 600;
  margin: 0 0 5px;
  text-transform: uppercase; }

.box_vendor_location .module-body p {
  color: #9e9e9e;
  margin-bottom: 20px; }

@media (max-width: 767px) {
  .box_vendor_location {
    overflow: hidden; }
    .box_vendor_location .module-body {
      overflow: hidden;
      display: block; }
    .box_vendor_location .details {
      width: 100%; }
      .box_vendor_location .details > div > i,
      .box_vendor_location .details .header h3 {
        font-size: 2rem; }
      .box_vendor_location .details p {
        max-width: 190px; }
    .box_vendor_location .map {
      overflow: hidden;
      flex: initial;
      -webkit-box-flex: initial; }
    .box_vendor_location .style2 .details {
      position: relative;
      left: 0; } }

.box_vendor_location_bar {
  position: relative;
  z-index: 5; }
  .box_vendor_location_bar .module-body {
    position: relative; }
  .box_vendor_location_bar .style1 .details {
    width: 380px; }
  .box_vendor_location_bar .larger-map {
    display: none; }
  .box_vendor_location_bar .details .header h3 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase; }
  .box_vendor_location_bar .details > div {
    padding: 25px 30px; }
    .box_vendor_location_bar .details > div:nth-child(2n) {
      background-color: rgba(0, 0, 0, 0.05); }
    .box_vendor_location_bar .details > div > * {
      display: inline-block;
      vertical-align: top; }
    .box_vendor_location_bar .details > div > i {
      font-size: 2.5rem; }
    .box_vendor_location_bar .details > div > div {
      max-width: 280px;
      padding-left: 1rem; }
  .box_vendor_location_bar .details h3 {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase; }
  .box_vendor_location_bar .style2 .details {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5; }
    .box_vendor_location_bar .style2 .details .header h3 {
      font-size: 2rem; }
    .box_vendor_location_bar .style2 .details > div {
      background-color: rgba(255, 255, 255, 0.9);
      margin-bottom: 0.25rem;
      padding: 0.75rem 1.5rem; }
      .box_vendor_location_bar .style2 .details > div:last-child {
        margin-bottom: 0; }

@media (min-width: 768px) {
  .box_vendor_location_bar .style2 .details {
    left: 100px; } }

@media (max-width: 767px) {
  .box_vendor_location_bar .style2 .details {
    display: none; } }

.box_vendor_profile ul li h4 {
  border-bottom: 3px solid #e0e0e0;
  font-size: 0.875rem;
  margin: 10px 0 5px;
  padding-bottom: 10px;
  text-transform: uppercase; }

.box_vendor_top {
  background-color: #f7f7f7 !important; }

.box_vendor_top .vendor-menu {
  background-color: #fff; }
  .box_vendor_top .vendor-menu .module-body {
    padding-left: 118px; }
  .box_vendor_top .vendor-menu ul li a {
    font-weight: 400;
    padding: 13px 7px;
    text-transform: uppercase; }
  .box_vendor_top .vendor-menu .followers-btn {
    padding: 10px 0;
    text-align: right; }
    .box_vendor_top .vendor-menu .followers-btn a {
      font-size: 1.125rem;
      margin-left: 15px; }

.box_vendor_top > .wrapper > .module-body {
  padding: 20px 0 0; }

.box_vendor_top .logo {
  max-width: 105px;
  margin-right: 20px; }
  .box_vendor_top .logo a img {
    margin-top: -50px;
    width: 100%; }

.box_vendor_top .vendor span {
  color: #b3b3b3;
  font-size: 0.75rem; }

.box_vendor_top .review-rating h4 {
  font-size: 0.875rem; }

.box_vendor_top .review-rating > div:first-child a,
.box_vendor_top .review-rating > div:last-child * {
  font-size: 0.75rem; }

.box_vendor_top .ratings-overview {
  margin-top: 0; }

.box_vendor_top .vendor-links a {
  display: block;
  font-size: 0.875rem;
  font-weight: 300; }

.box_vendor_top .vendor-cc {
  padding-bottom: 20px; }

.box_vendor_top .vendor-links img {
  width: 30px; }

@media (min-width: 993px) {
  .box_vendor_top {
    display: none; } }

.box_video_banner .module-body {
  height: 600px;
  position: relative; }

.box_video_banner .headers {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 10; }
  .box_video_banner .headers div {
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 auto;
    padding: 20px 40px;
    text-align: center; }
    .box_video_banner .headers div h2 {
      color: #fff;
      font-size: 3rem;
      font-weight: 700;
      text-transform: uppercase; }
    .box_video_banner .headers div h3 {
      color: #fff;
      font-size: 1.125rem;
      font-weight: 400;
      text-transform: uppercase; }
      .box_video_banner .headers div h3 span {
        color: #000; }

.box_video_banner .video {
  bottom: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5; }
  .box_video_banner .video:after {
    background-color: rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%; }

.box_video_banner video {
  height: 100%;
  object-fit: cover;
  width: 100%; }

@media (min-width: 768px) and (max-width: 992px) {
  .box_video_banner .module-body {
    height: 430px; } }

@media (max-width: 767px) {
  .box_video_banner .module-body {
    height: 180px; }
    .box_video_banner .module-body .headers div h2 {
      font-size: 2rem; } }

.box_wishlist_bar .dropdown-menu {
  padding: 1rem !important; }
  .box_wishlist_bar .dropdown-menu .user-wishlist {
    margin: 0.25rem 0;
    padding: 0.25rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .box_wishlist_bar .dropdown-menu .user-wishlist:first-child {
      margin-top: 0;
      padding-top: 0; }
    .box_wishlist_bar .dropdown-menu .user-wishlist:last-child {
      margin-bottom: 0; }
    .box_wishlist_bar .dropdown-menu .user-wishlist .user-wishlist-name {
      font-size: 1rem;
      font-weight: 700;
      text-transform: uppercase; }
  .box_wishlist_bar .dropdown-menu .btn {
    margin-top: 1rem; }

.catalog-view.catalog-text .product .hotdeal {
  position: absolute;
  top: 0;
  right: 10px;
}

.catalog-view.catalog-text .product .product-titles,
.catalog-view.catalog-text .product .product-description {
  padding-right: 40px; }
.catalog-view.catalog-text .product {
  background-color: #fff;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
  border-bottom: 1px solid #f2f2f2;
  padding: 15px 10px 1rem;
  padding-bottom: 1rem; }

.catalog-text .product.ixxo-badge-hotdeal:before {
  display: none; }

.catalog-text.catalog-view .product .login-for-price {
  border-radius: 3px;
  position: relative; }

.catalog-text .product .product-titles h3 {
  font-size: 1.125rem; }

.catalog-text .product .product-buttons form {
  display: inline-block;
  vertical-align: top; }

.catalog-view.catalog-thumb1 .product {
  background-color: #fff;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
  border-bottom: 1px solid #f2f2f2;
  padding: 15px 10px 1rem 10px;
  padding-bottom: 1rem; }
  .catalog-thumb1 .product > div:nth-child(2) {
    padding: 10px 15px;
  }

.catalog-thumb1 .product .product-thumb {
  border-bottom: none; }

.catalog-thumb1 .product > div:nth-child(2) > div:nth-last-child(n + 2) {
  margin-bottom: 10px; }

.catalog-thumb1 .product .product-price {
  text-align: right;
  margin-bottom: 1.5rem; }
  .catalog-thumb1 .product .product-buttons {
	text-align: right;
  }
  .catalog-thumb1 .product .product-buttons form {
	  display: inline;
  }

.catalog-thumb1 .product .product-price .case-details {
  display: inline-block;
  padding: 2px 0px 4px 25px; }

.catalog-thumb1 .product .product-titles h3 {
  font-size: 1.125rem; }

.catalog-view.catalog-thumb2 .product {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 1rem;
  min-height: 250px; }

.catalog-thumb2 .product .product-thumb {
  border-bottom: none; }

.catalog-thumb2 .product > div {
  display: flex;
  padding: 0.5rem; }
  .catalog-thumb2 .product > div:last-child > div:nth-last-child(n + 2) {
    margin-bottom: 10px; }

.catalog-thumb2 .product .product-thumb .product-quick-view {
  top: 45%; }

.catalog-view.catalog-thumb2 .product .product-buttons .add-to-cart {
  display: block; }

.catalog-view.catalog-thumb2 .product .product-buttons {
  font-size: 0; }
  .catalog-view.catalog-thumb2 .product .product-buttons form {
    display: inline-block; }
  .catalog-view.catalog-thumb2 .product .product-buttons .sm-btn {
    display: inline-block;
    margin-left: 1px; }

.catalog-view.catalog-thumb2 .product {
  display: flex;
  position: relative;
  padding: 0.5rem 1rem;
  border: none; }

.catalog-view.catalog-thumb2 > .row > div {
  position: relative;
  /* padding: 0.25rem; */
  transition: all 0.3s ease-in-out; }

.catalog-view.catalog-thumb2 > .row > div:hover {
  transform: translateY(-0.25rem); }

.catalog-view.catalog-thumb2 > .row > div:hover::before {
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.1); }

.catalog-thumb3 .product:hover .vendor {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-bottom: -60px; }

.catalog-view.catalog-thumb3 .product {
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
  /*border: 1px solid #ccc !important;*/
  background-color: #fff;
  position: relative;
  padding: 0 1rem 60px;
  border-radius: 3px;
  border: none; }

.catalog-view.catalog-thumb3 .row > div {
  position: relative;
  /* padding: 0.25rem; */
  /*transition: all 0.3s ease-in-out;*/ }

.catalog-view.catalog-thumb3 .row > div:hover {
  /*transform: translateY(-0.25rem);*/ }

.catalog-view.catalog-thumb3 .row > div:hover::before {
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.1); }

.catalog-view.catalog-thumb3 .product .product-thumb {
  border-bottom: none; }

.catalog-view.catalog-thumb3 .product .details {
  /*padding: 0 1rem;*/
  text-align: center; }
  .catalog-view.catalog-thumb3 .product .details h3 a {
    display: block;
    text-align: left;
    /* min-height: 45px; */
    font-size: 1.25rem;
    font-weight: 400;
    text-transform: uppercase;
    overflow: hidden;
    margin: 0.5rem 0; }
  .catalog-view.catalog-thumb3 .product .details .vendor-pid {
    margin: 1rem 0; }
    .catalog-view.catalog-thumb3 .product .details .vendor-pid a {
      color: #999;
      display: block;
      font-size: 0.875rem;
      text-transform: uppercase; }
      .catalog-view.catalog-thumb3 .product .details .vendor-pid a span {
        color: #666;
        display: none; }
  .catalog-view.catalog-thumb3 .product .details .price .catalog-price {
    font-size: 1.5rem;
    font-weight: 700; }
  .catalog-view.catalog-thumb3 .product .details .price .strike-price {
    color: #999999;
    font-size: 1rem; }

  .catalog-view.catalog-thumb2 .product .buttons input,
  .catalog-view.catalog-thumb2 .product .buttons button,
  .catalog-view.catalog-thumb2 .product .buttons i,
  .catalog-view.catalog-thumb2 .product .buttons a,
  .catalog-view.catalog-thumb2 .product .buttons form,
  .catalog-view.catalog-thumb3 .product .buttons input,
  .catalog-view.catalog-thumb3 .product .buttons button,
  .catalog-view.catalog-thumb3 .product .buttons i,
  .catalog-view.catalog-thumb3 .product .buttons a,
  .catalog-view.catalog-thumb3 .product .buttons form{
    color: #000 !important;
  }


.catalog-view .product .add-to-wishlist-btn i.fa-heart {
  display: none;
}
.catalog-view .product .add-to-wishlist-btn:hover i.fa-heart-o {
  display: none;
}
.catalog-view .product .add-to-wishlist-btn:hover i.fa-heart {
  display: initial;
}
.catalog-view .product .add-to-wishlist-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 25px; }
  .catalog-view .product .add-to-wishlist-btn a {
    font-size: 25px;
  }

.catalog-view.catalog-thumb3 .product .buttons {
  /*position: relative;*/
  text-align: center; }
  .catalog-view.catalog-thumb3 .product .buttons > div {
    display: inline-block;
    vertical-align: top; }
  .catalog-view.catalog-thumb3 .product .buttons a {
    color: #cdcdcd;
    font-size: 0.8125rem;
    margin-right: 10px; }
  .catalog-view.catalog-thumb3 .product .view-details,
  .catalog-view.catalog-thumb3 .product button.add-to-cart {
    border-top: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
    background-color: #fff;
    color: #444 !important;
    position: absolute;
    left: -1px;
    bottom: -1px;
    width: calc(100% + 2px);
    text-align: center;
    padding: 0.75rem;
    font-size: 20px !important;
    margin: 0px;
    margin-bottom: 1px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border: none; }
    .catalog-view.catalog-thumb3 .product .view-details:hover,
    .catalog-view.catalog-thumb3 .product button.add-to-cart:hover {
      background-image: url("images/header_pattern.png") !important;
      background-repeat: repeat;
      color: #ac9270 !important;
    }

  .catalog-view.catalog-thumb3 .product .buttons a:hover,
  .catalog-view.catalog-thumb3 .product .buttons button:hover {
    color: #737373; }

.catalog-view.catalog-thumb3.carousel {
  position: relative; }
  .catalog-view.catalog-thumb3.carousel .carousel-inner:hover {
    overflow: visible; }
  .catalog-view.catalog-thumb3.carousel .controlers {
    height: 100%;
    padding-bottom: 70px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }
    .catalog-view.catalog-thumb3.carousel .controlers .controlers-wrap {
      height: 100%;
      position: relative; }

.catalog-view.catalog-thumb3 .carousel-controler {
  background-color: transparent;
  background-image: none;
  font-size: 3rem;
  height: 100%;
  opacity: 0.5;
  text-align: center;
  width: 3rem; }

.catalog-view.catalog-thumb3:hover .carousel-controler {
  opacity: 1; }

.catalog-view.catalog-thumb3 .carousel-controler.left {
  left: -2rem; }
  .box_product_collections .catalog-view.catalog-thumb3 .carousel-controler.left {
    left: -0.5rem;
  }

.catalog-view.catalog-thumb3 .carousel-controler.right {
  right: -2rem; }
  .box_product_collections .catalog-view.catalog-thumb3 .carousel-controler.right {
    right: -0.5rem;
  }

.blog_page.blog_page--traditional .blog_post_single_header {
  font-size: 1.5rem;
  margin: 1rem 0 0; }

.blog_page.blog_page--traditional .blog_post_single_meta {
  margin-bottom: 30px;
  font-size: 1.25rem; }

.blog_page.blog_page--traditional .blog_post_single_image {
  margin: 1rem 0; }
  .blog_page.blog_page--traditional .blog_post_single_image img {
    max-height: 320px;
    width: auto; }

.blog_page.blog_page--traditional .blog_post_single_content p {
  margin: 1rem 0; }

.blog_page.blog_page--compact .blog_page_archive {
  display: grid;
  grid-gap: 1rem; }

.blog_page.blog_page--compact .blog_post_single_header {
  font-size: 1.5rem; }

.blog_page.blog_page--compact .blog_post_single_meta {
  font-size: 1rem; }

.blog_page.blog_page--compact .blog_post_single_image {
  margin: 1rem 0; }

.blog_page.blog_page--compact .blog_post_single_content p {
  margin: 1rem 0; }

.blog_page .blog_page_archive {
  margin-bottom: 3rem; }

.blog_page .blog_post_single.is_blog_post_page .blog_post_single_header {
  font-size: 2.5rem; }

.blog_page .blog_post_single_body .blog_post_single_image img {
  max-height: 320px; }

.blog_page .blog_post_single_tags_container {
  margin: 1rem 0; }
  .blog_page .blog_post_single_tags_container .comma:last-child {
    display: none; }

.blog_page .blog_post_single_follow {
  margin: 1rem 0; }
  .blog_page .blog_post_single_follow i {
    font-size: 1.2rem;
    margin: 0 0.5rem; }

@media (min-width: 768px) {
  .blog_page--compact .blog_page_archive {
    grid-template-columns: repeat(3, 1fr); } }

.sidebar #box_faq_sections.module ul li a:before {
  display: none;
}
.sidebar #box_faq_sections.module ul li a {
  padding-left: 15px;
}
.faq .side {
  width: 255px; }

.faq .btn-tiny {
  border: none;
  padding: 3px 10px;
  text-transform: none; }

.faq header .header .box {
  margin-right: 1rem;
  padding: 0; }

.faq header .subheader {
  margin-top: 1rem; }
  .faq header .subheader .back {
    border-left: 3px solid #333;
    font-size: 1rem;
    order: 1;
    padding: 0.5rem 1rem; }
    .faq header .subheader .back span {
      color: #525252; }
    .faq header .subheader .back i {
      margin-right: 5px; }
  .faq header .subheader p {
    order: 2;
    padding: 0 1rem; }

.faq > .subheader,
.faq .add-form {
  display: none; }

.faq .faq-topic {
  background: #fff;
  border: 1px solid #f8f8f8;
  margin-bottom: 1rem;
  min-height: 10rem; }
  .faq .faq-topic h3 a {
    display: block;
    color: #fff;
    border-bottom: 1px solid #f8f8f8;
    padding: 0.75rem 1.5rem;
    transition: all 0.3s ease-in-out; }
  .faq .faq-topic .description {
    padding: 0.75rem 1.5rem; }

.faq aside {
  padding-right: 1rem; }

.faq .faq-body {
  padding: 0 1rem; }

.faq .panel-group {
  margin-bottom: 1rem; }
  .faq .panel-group .panel-heading a {
    display: block;
    color: #000;
    padding: 1.5rem;
    font-weight: bold; }
  .faq .panel-group .panel-heading .panel-title i {
    float: right; }
  .faq .panel-group .panel-body {
    background: #fff;
    padding: 1rem;
    border-top: 1px solid #f8f8f8; }
    .faq .panel-group .panel-body > * {
      display: inline-block; }
    .faq .panel-group .panel-body > div {
      display: block; }

.faq .faq-body .pagination {
  padding: 0 1rem; }

.faq .faq-body .entry {
  background: #fff;
  padding: 1rem;
  border-bottom: 1px solid #f8f8f8; }
  .faq .faq-body .entry .flex-container {
    align-items: center; }
  .faq .faq-body .entry.answer {
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 4px solid rgba(0, 0, 0, 0.05);
    margin: 15px 15px 25px; }
  .faq .faq-body .entry .entry-text > div {
    margin: 1rem 0; }
    .faq .faq-body .entry .entry-text > div i {
      color: #afafaf; }
      .faq .faq-body .entry .entry-text > div i b {
        color: #525252;
        font-weight: 400; }
  .faq .faq-body .entry .vote {
    border-left: 1px solid #f8f8f8;
    margin-left: 1rem;
    padding: 0 0 0 1rem;
    text-align: center; }
    .faq .faq-body .entry .vote span:first-child {
      display: block;
      font-size: 2rem;
      font-weight: 700;
      line-height: 1; }
    .faq .faq-body .entry .vote span:last-child {
      text-transform: uppercase;
      font-size: 0.75rem;
      font-weight: 700; }

.plugin.box_product_collections .module-body .find-by a {
  padding: 0 1rem; }
  .plugin.box_product_collections .module-body .find-by a:first-child {
    padding-left: 0; }

.plugin.box_product_collections .module-body > .row .images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.25rem; }

.plugin.box_product_collections .module-body .image img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

@media (min-width: 768px) {
  .plugin.box_product_collections .module-body > .row {
    grid-template-columns: 1fr 2fr; }
    .plugin.box_product_collections .module-body > .row .images {
      grid-gap: 1rem; } }

.plugin.sitemap-thumbs > .row {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  margin-bottom: 3rem; }

.plugin.sitemap-thumbs .category {
  position: relative;
  height: 20rem;
  overflow: hidden; }
  .plugin.sitemap-thumbs .category > a {
    display: block;
    height: 100%; }
  .plugin.sitemap-thumbs .category form {
    display: block;
    height: 100%; }
    .plugin.sitemap-thumbs .category form > a {
      display: block;
      height: 100%; }
  .plugin.sitemap-thumbs .category a img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .plugin.sitemap-thumbs .category h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(51, 51, 51, 0.5);
    transition: all 0.3s ease-in-out; }
    .plugin.sitemap-thumbs .category h3 a {
      display: block;
      color: #ffff;
      padding: 1.5rem;
      text-align: center; }
  .plugin.sitemap-thumbs .category.lvl-1 h3 {
    background: rgba(146, 177, 199, 0.75); }
  .plugin.sitemap-thumbs .category:hover h3 {
    background: #333333; }
  .plugin.sitemap-thumbs .category.lvl-1:hover h3 {
    background: #b71234; }

.plugin.sitemap-thumbs > .row::before, .plugin.sitemap-thumbs > .row::after {
  position: absolute; }

.plugin.sitemap-thumbs .header {
  text-align: center; }
  .plugin.sitemap-thumbs .header span {
    position: relative;
    background: #fff;
    padding: 0 1rem;
    z-index: 10; }

.plugin.collections-catalog .products {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 1rem; }
  .plugin.collections-catalog .products::before, .plugin.collections-catalog .products::after {
    position: absolute; }
  .plugin.collections-catalog .products .product {
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
    padding: 1rem;
    transition: all 0.3s ease-in-out; }
    .plugin.collections-catalog .products .product:hover {
      transform: translateY(-0.25rem); }
    .plugin.collections-catalog .products .product header {
      height: 3rem; }

@media (min-width: 768px) {
  .plugin.sitemap-thumbs > .row {
    grid-template-columns: repeat(3, 1fr); } }

@media (min-width: 993px) {
  .plugin.sitemap-thumbs > .row {
    grid-template-columns: repeat(5, 1fr); }
  .plugin.sitemap-thumbs .header:nth-child(2n + 1) {
    text-align: left; }
    .plugin.sitemap-thumbs .header:nth-child(2n + 1) span {
      padding-left: 0; } }

.style1 .product-options .price {
  border-radius: 0;
  padding: 8px 15px 10px; }

.style1 .product-options .price span.catalog-price {
  color: #fff !important; }

.style1 .buy-now {
  margin-top: 10px;
  width: 100%; }

.style1 #buy-now,
.style1 .checkout input,
.style1 .price-offer button {
  width: 100%; }

.style2 .product-options .image {
  border-bottom: none; }

.style2 .product-options .thumbs {
  background-color: transparent;
  padding: 40px 0 0 0; }
  .style2 .product-options .thumbs .carousel-controler {
    top: 12px; }
    .style2 .product-options .thumbs .carousel-controler.left {
      left: -30px; }
    .style2 .product-options .thumbs .carousel-controler.right {
      right: -30px; }
  .style2 .product-options .thumbs ul li a {
    border-radius: 3px;
    margin: 0;
    padding: 3px;
    overflow: hidden; }

.style2 .global-attributes .attribute:nth-child(n + 2) {
  margin-top: 0; }

.style2 .attributes-price {
  border-top: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
  padding: 25px 0 20px; }

.style2 .global-attributes {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: top; }

.style2 .price,
.style2 .qty {
  display: inline-block;
  vertical-align: top; }

.style2 .global-attributes .attribute {
  margin: 0 10px 10px 0; }
  .style2 .global-attributes .attribute:not(.flex-container) {
    display: inline-block;
    vertical-align: top; }
  .style2 .global-attributes .attribute label {
    font-size: 0.75rem;
    font-weight: 400;
    margin: 0;
    padding: 0 0 2px 2px; }

.style2 .qty h5 {
  font-size: 0.75rem;
  font-weight: 400;
  margin: 0;
  padding: 0 0 2px 2px; }

.style2 form .qty .spinbox input:not([type="submit"]):not([type="file"]) {
  background-color: #fff !important;
  border: 1px solid #f2f2f2 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #333;
  margin: 3px 0 0;
  max-width: 55px;
  padding: 5px 10px;
  text-align: left; }

.style2 form .qty .spinbox .spinedit i {
  background-color: transparent;
  color: #666;
  font-size: 0.75rem;
  height: auto;
  left: auto;
  padding: 0;
  top: 0.75rem; }

.style2 .price {
  float: right;
  padding: 18px 0; }
  .style2 .price .catalog-price {
    color: #5c5c5c !important;
    font-size: 1.125rem;
    font-weight: 700; }

.style2 .add-to-cart,
.style2 .buy-now,
.style2 .price-offer {
  display: inline-block; }

.style2 .product-details .share-product {
  border-top: none;
  margin: 5px 0;
  padding: 0; }

.style3 .product-options .price {
  border-radius: 0;
  padding: 8px 15px 10px; }

.style3 .product-options .price span.catalog-price {
  color: #fff !important; }

.style3 .buy-now {
  margin-top: 10px;
  width: 100%; }

.style3 #buy-now,
.style3 .checkout input,
.style3 .price-offer button {
  width: 100%; }

.style4.tabbable ul {
  text-align: center;
  font-size: 0; }
  .style4.tabbable ul li a {
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0; }
  .style4.tabbable ul li.active a {
    background-color: transparent;
    position: relative;
    z-index: 5; }

.style4.tabbable .tab-content .tab-pane {
  background-color: transparent;
  border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px; }

.style4 .product-options .thumbs ul li a {
  padding: 2px; }

.style4 .product-options .thumbs ul li div {
  text-align: center;
}

.style4 .global-attributes .attribute label {
  display: inline-block;
  min-width: 70px;
  text-transform: uppercase;
  width: auto; }
  .style4 .global-attributes .attribute .radio-buttons  label {
    width: 100%;
  }

.style4 form hr {
  margin: 20px 0; }

.style4 .buy-now,
.style4 .price-offer {
  display: inline-block; }

.style4 form .spinbox input:not([type="submit"]):not([type="file"]) {
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  color: #666;
  margin: 0 1rem 0 0;
  padding: 0.5rem 0.25rem;
  max-width: 5rem; }

.style4 #div_add_button button {
  height: 42px;
}
.style4 #div_add_button {
  margin-left: 50px;
}

.style4 .spinbox .spinedit i {
  position: absolute;
  top: 0;
  right: -33px;
  font-size: 0.5rem;
  border: 1px solid #ccc;
  padding: 16px 20px;
  opacity: 1; }
  .style4 .spinbox .spinedit i:hover {
    cursor: pointer;
    opacity: 0.75; }
  .style4 .spinbox .spinedit i:last-child {
    left: -50px;
    right: unset; }

.style4 .product-details {
  position: sticky;
  top: 220px;
}

.style4 .product-details h1 {
  /*border-bottom: 1px dashed #a7a7a7;*/
  font-size: 2.125rem !important;
  line-height: 1.4; }

.style4 .review i {
  font-size: 1rem;
  margin-right: 0.25rem; }

.style4 .product-details .overview {
  font-size: 0.8125rem;
  margin: 30px 0 20px 0; }

.style4 .related-url {
  margin: 0 0 30px 0; }

.style4 .product-details .share-product {
  width: 100%;
  border-top: none;
  margin: 0;
  padding-top: 0;
  display: inline-block;
  vertical-align: top; }

.style4 .product-details .review {
  margin-bottom: 15px;
  padding-bottom: 10px;
  display: inline-block;
  vertical-align: top; }


.style4 .product-details .share-product a {
  margin-right: 10px; }
.style4 .product-details .share-product a i {
  border: 1px solid #000;
  border-radius: 50%;
  padding: 5px;
}

.style4 .product-details .qty {
  /*border-left: 3px solid #f2f2f2;*/
  padding: 0 0 0 3rem; }

.style4 .product-details .price {
  /*border-left: 3px solid #f2f2f2;*/
  font-size: 2rem;
  font-weight: 600;
  padding: 0;
  position: relative; }
  .style4 .product-details .price::before {
    /*content: "";*/
    position: absolute;
    top: 50%;
    left: 0;
    width: 1rem;
    height: 3px;
    background-color: #f2f2f2; }
  .style4 .product-details .price .strike {
    color: #f2f2f2;
    font-size: 1.25rem;
    font-weight: 400; }

.style4 .product-details .price .price-subtext {
  color: #616161;
  font-size: 0.875rem;
  font-weight: 300;
  display: block; }

.style4 .product-details .price .small-price {
  color: #464646 !important;
  font-size: 1.5rem;
  font-weight: 400; }

.style4 .product-details .price .case-price {
  background: url("images/sprite.png") no-repeat;
  background-position: 0 -114px;
  margin-left: 15px;
  padding-left: 20px; }

.style5 .product-options .images .image .MagicZoomPlusHint {
  background-color: #464646;
  background-image: none;
  font: normal normal normal 14px/1 "FontAwesome";
  padding: 13px 13px !important;
  position: relative;
  width: 40px;
  text-rendering: auto; }
  .style5 .product-options .images .image .MagicZoomPlusHint:before {
    color: #fff;
    content: "\f002"; }

.style5 form .qty .spinbox input:not([type="submit"]):not([type="file"]) {
  background-color: #fff !important;
  color: #333;
  margin: 0;
  max-width: 55px;
  padding: 8px 10px 7px;
  text-align: center; }

.style5 form .qty .spinbox .spinedit i {
  background-color: transparent;
  color: #666;
  font-size: 0.75rem;
  height: auto;
  left: auto;
  padding: 0;
  top: 0.75rem; }
  .style5 form .qty .spinbox .spinedit i:first-child {
    left: unset;
    right: 0; }
  .style5 form .qty .spinbox .spinedit i:last-child {
    left: 0; }

.style5 .product-details .price {
  font-size: 2.125rem;
  font-weight: 700; }
  .style5 .product-details .price .price-subtext {
    color: #616161;
    font-size: 0.875rem;
    font-weight: 300;
    display: block; }

.style5 .product-details .price .strike {
  font-size: 1.5rem;
  font-weight: 400; }

.style5 .product-details .price .small-price {
  color: #464646 !important;
  font-size: 1.5rem;
  font-weight: 400; }

.style5 .product-details .price .case-price {
  background: url("images/sprite.png") no-repeat;
  background-position: 0 -114px;
  margin-left: 15px;
  padding-left: 20px; }

.style5 .attributes-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column; }

.style5 .global-attributes {
  border-top: 1px dashed rgba(128, 128, 128, 0.125);
  border-bottom: 1px dashed rgba(128, 128, 128, 0.125);
  margin: 1rem 0;
  order: 2;
  padding: 1rem 0; }
  .style5 .global-attributes .attribute > * {
    display: inline-block;
    width: auto; }
  .style5 .global-attributes .attribute > label {
    padding-right: 1rem;
    text-transform: uppercase; }

.style5 .price {
  order: 1;
  text-align: center; }

.style5 .buy-now {
  display: none !important; }

.style5 .product-details .flex-container {
  justify-content: center; }

.style5 .product-details .qty {
  margin-right: 0.5rem; }

.style5 .share-product {
  border-top: 1px dashed rgba(128, 128, 128, 0.125);
  margin: 1rem 0;
  padding: 1rem 0; }

.style5 .product-details .share-product i {
  font-size: 1.125rem; }

.style5 .chosen-container {
  font-size: 1rem; }

.style5 .spinedit .fa-chevron-up::before {
  content: "\f067"; }

.style5 .spinedit .fa-chevron-down::before {
  content: "\f068"; }

.style5 .product-options .thumbs ul li a {
  width: 100%; }

.style5 .product-details .overview {
  font-size: 1rem;
  margin: 1rem 0; }

.style5 .product-details .review {
  margin: 1rem 0; }

.style5 .product-details h1 {
  text-transform: uppercase; }

.style5:first-of-type {
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

.style5 .review-title {
  font-size: 1.25rem;
  padding-right: 3rem;
  text-transform: uppercase; }

.style6 h1 {
  font-size: 1.125rem;
  font-weight: 700; }

.style6 .share-product {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 15px 0; }
  .style6 .share-product a,
  .style6 .share-product button {
    background-color: transparent;
    border: none;
    color: #484848;
    font-size: 1.125rem;
    padding: 0; }
  .style6 .share-product a span {
    display: none; }
  .style6 .share-product.row > div:first-of-type a {
    margin-right: 5px; }
  .style6 .share-product.row > div:last-of-type a {
    font-size: 1rem;
    margin-left: 5px; }

.style6 .tabbable .tab-content .tab-pane {
  background-color: transparent;
  border: 1px solid #eaeaea;
  padding: 15px; }
  .style6 .tabbable .tab-content .tab-pane#properties .row {
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0; }
    .style6 .tabbable .tab-content .tab-pane#properties .row:first-child {
      padding-top: 0; }
    .style6 .tabbable .tab-content .tab-pane#properties .row:last-child {
      border-bottom: none;
      padding-bottom: 0; }

.style6 .tabbable ul {
  font-size: 0;
  margin-bottom: 20px; }
  .style6 .tabbable ul li a {
    background-color: #f7f7f7;
    border: 1px solid #eaeaea;
    font-size: 0.75rem;
    margin-right: -1px;
    padding: 9px 15px; }
  .style6 .tabbable ul li.active a {
    background-color: #fff;
    border-radius: 0; }
  .style6 .tabbable ul li:not(.active) a:hover {
    background-color: #eee;
    color: #616161;
    cursor: pointer; }

.style7 h1 {
  font-size: 1.75rem; }

.style7 .best-deal-stamp {
  padding-right: 20px; }

.style7 .progress.deal-stock {
  height: 40px;
  margin-bottom: 0; }
  .style7 .progress.deal-stock .progress-indicator {
    font-size: 0.75rem;
    text-transform: uppercase; }
    .style7 .progress.deal-stock .progress-indicator span:first-of-type {
      font-size: 1.75rem;
      padding-right: 10px; }

.style7 .price {
  margin-top: 2px;
  padding: 0 10px 0 0; }
  .style7 .price .price-msg {
    display: none; }
  .style7 .price .catalog-price {
    font-size: 2rem;
    font-weight: bold; }
  .style7 .price .strike {
    color: #a9a9a9;
    font-size: 1rem; }

.style7 .expiring-product .counter {
  border: none;
  margin-top: 2px;
  padding: 0; }
  .style7 .expiring-product .counter > div span:first-child {
    color: #fff; }

.style7 button.btn {
  margin-top: 2px;
  padding: 9px 10px 11px;
  text-align: center;
  width: 100%; }

.style7 .qty .spinbox {
  margin-top: 2px; }
  .style7 .qty .spinbox input:not([type="submit"]):not([type="file"]) {
    background-color: rgba(0, 0, 0, 0.1) !important;
    margin: 0 16px;
    padding: 11px 10px; }
  .style7 .qty .spinbox .spinedit i {
    background-color: rgba(0, 0, 0, 0.1) !important;
    padding: 17px 3px; }

.style7 .global-attributes {
  margin: 10px 0; }
  .style7 .global-attributes input,
  .style7 .global-attributes select,
  .style7 .global-attributes textarea,
  .style7 .global-attributes .chosen-container-single {
    max-width: 100%;
    width: 100%; }

[class^="ixxo-badge-"]:before,
[class*=" ixxo-badge-"]:before {
  background-color: #066fd9;
  border-radius: 2px;
  font-size: 0.6875rem !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  position: absolute;
  top: 0px;
  left: 15px;
  display: inline-block;
  z-index: 2;
  min-height: 25px;
  padding: 0 15px;
  line-height: 25px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  content: ""; }

[class^="ixxo-badge-"]:after,
[class*=" ixxo-badge-"]:after {
  background-color: #066fd9;
  content: "";
  position: absolute;
  top: 34px;
  left: 23px;
  content: "";
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 2px;
  z-index: 1; }

[class^="ixxo-badge-"].small-badge:before,
[class*=" ixxo-badge-"].small-badge:before {
  left: 7px;
  padding: 0px 10px;
  top: 10px; }

.catalog-thumb3 [class^="ixxo-badge-"]:before,
.catalog-thumb3 [class*=" ixxo-badge-"]:before {
  top: 45px; }

.catalog-view [class^="ixxo-badge-"]:before,
.catalog-view [class*=" ixxo-badge-"]:before {
  top: 15px; }

/* =========================================
     - Dropdown
     ========================================= */
ul.nav.horizontal > li {
  display: inline-block; }

.dropdown .dropdown-menu {
  border-radius: 0px;
  border: none;
  box-shadow: 0 0 15px -5px #616161;
  -moz-box-shadow: 0 0 15px -5px #616161;
  -webkit-box-shadow: 0 0 15px -5px #616161;
  float: none;
  font-size: medium;
  display: block !important;
  margin: 10px 0 0;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  z-index: 2000; }

.nav-tabs {
  border-bottom: none; }
  .nav-tabs > li > a {
    border: none;
    padding: 10px; }
    .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
      background-color: transparent;
      border: none; }

.nav li a:hover, .nav li a:focus {
  background-color: transparent; }

/* =========================================
     - Tabbable
     ========================================= */
.tabbable ul li {
  display: inline-block;
  list-style: none; }

.tabbable ul:not(.chosen-choices) li a {
  display: block !important;
  padding: 15px;
  visibility: visible !important;
  text-transform: uppercase; }

.tabbable ul li.active a {
  /*background-color: #f2f2f2;*/ }

.tabbable .tab-content .tab-pane {
  background-color: #f2f2f2;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 1rem;
  position: relative; }
  .tabbable .tab-content .tab-pane ul:not(.chosen-choices):not(.chosen-results) {
    padding: 0 0 15px 20px; }
    .tabbable .tab-content .tab-pane ul:not(.chosen-choices):not(.chosen-results) li {
      display: list-item;
      list-style: disc !important;
      padding: 5px 0; }
  .tabbable .tab-content .tab-pane h4 {
    margin-bottom: 1rem; }

.tabbable.no-background .tab-content .tab-pane {
  background-color: transparent !important; }

/* =========================================
     - Sidebars (Box)
     ========================================= */
.sidebar .module {
  border-bottom: 0.5px solid #ccc;
  margin-bottom: 20px; }
  .sidebar .module .module-body {
    padding-left: 0 !important;
    padding: 0 1rem 0.5rem 0; }
  .sidebar .module .module-header {
    cursor: pointer;
    line-height: 1.5;
    padding: 1rem 1rem 0 0;
    position: relative;
    text-transform: uppercase; }
    .sidebar .module .module-header:after {
      content: "";
      position: absolute;
      right: 1rem;
      top: calc(1rem + 13px);
      width: 11px;
      height: 1px;
      background-color: #333333;
    }
    .sidebar .module .module-header:before {
      content: "";
      position: absolute;
      right: calc(1rem + 5px);
      top: calc(1rem + 8px);
      width: 1px;
      height: 11px;
      background-color: #333333;
      transition: all 0.3s ease-in-out;
    }
    .sidebar .module .module-header.active:before {
      transform: rotate(-90deg);
      transition: all 0.3s ease-in-out;
    }
  .sidebar .module ul li a:before {
    content: "";
    display: inline-block;
    margin-right: 12px;
    width: 8px;
    height: 2px;
    background: #e1e1e1;
    vertical-align: middle; }
    .sidebar .box_blog_categories.module ul li a:before {
      display: none;
    }
  .sidebar .module ul.nav li {
    width: 100%; }
    .sidebar .module ul.nav li a {
      display: block;
      font-size: 0.875rem;
      font-weight: 400;
      padding: 5px 0;
      text-transform: uppercase; }
      .sidebar .module ul.nav li a span {
        float: right;
        color: #ccc;
        font-size: 0.75rem; }
    .sidebar .module ul.nav li ul.children {
      padding-left: 20px; }
      .sidebar .module ul.nav li ul.children.closed {
        height: 0;
        overflow: hidden; }
      .sidebar .module ul.nav li ul.children li a {
        text-transform: none; }
  .sidebar .module ul.nav > li:last-of-type > a {
    border-bottom: none; }

.sidebar .box_blog_categories.module ul li {
  border-top: 1px solid #ccc;
  padding: 10px; }
  .sidebar .box_blog_categories.module ul {
  padding-top: 10px; }
  .sidebar .box_blog_categories.module .module-body {
    padding: 0 !important;
  }

.sidebar-left .nav .dropdown .dropdown-menu {
  left: 100%;
  top: 0; }

.sidebar-right .nav .dropdown .dropdown-menu {
  right: 100%;
  top: 0; }

.sidebar .dropdown-menu {
  border-top: 5px solid #515961;
  border-radius: 4px 4px 0 0;
  padding: 10px; }
  .sidebar .dropdown-menu li a {
    padding: 5px 15px 5px 0; }

.sidebar ul.nav > li > a,
.sidebar ul.nav > li > .dropdown-menu li.dropdown > a {
  position: relative; }

.sidebar ul.nav li.dropdown > a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #ccc;
  position: absolute;
  right: 0;
  top: 12px; }

.sidebar ul.nav > li > .dropdown-menu li.dropdown > a:after {
  top: 11px; }

.sidebar form input[type="submit"] {
  margin-top: 10px; }

/* =========================================
     - Modal (Box)
     ========================================= */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
  opacity: 0.8;
  filter: alpha(opacity=80); }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
    .modal-backdrop.fade.in {
      opacity: 0.8;
      filter: alpha(opacity=80); }

.modal {
  overflow: visible !important;
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none; }
  .modal.fade {
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out;
    top: -25%; }
    .modal.fade.in {
      top: 10%; }
  .modal iframe {
    border: none; }

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee; }

.modal .close {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 20px;
  margin-top: 2px;
  padding: 3px 9px 5px;
  position: absolute;
  top: -40px;
  right: -40px; }
  .modal .close i {
    color: #fff; }
  .modal .close:hover i {
    color: red; }

.modal-header h3 {
  line-height: 30px; }

.modal-body {
  background: url(images/loader.gif) no-repeat center;
  border-radius: 0;
  position: relative;
  max-height: 400px;
  min-height: 100%;
  padding: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  .modal-body .scrollable-area {
    height: calc(100% + 1px); }

.modal-form {
  margin-bottom: 0; }

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1; }
  .modal-footer:before {
    display: table;
    content: "";
    line-height: 0; }
  .modal-footer:after {
    display: table;
    content: "";
    line-height: 0;
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

/* =========================================
     - Modules (Box)
     ========================================= */
.box_subscribe {
  border-top: 1px solid #c6a777;
  margin-bottom: 0 !important;
}
.module {
  margin-bottom: 100px;
  display: inline-block;
  vertical-align: top; }
  header .module {
    margin-bottom: 0;
  }
  .module .module-image-header img {
    width: 100%; }

.cart-dropdown {
  text-align: right; }
  .cart-dropdown > div {
    display: inline-block;
    text-align: right;
    vertical-align: top; }
  .cart-dropdown div.counter {
    background-color: rgba(255, 255, 255, 0.4);
    color: #fff;
    font-size: 9px;
    height: 15px;
    right: 3px;
    padding-top: 1px;
    position: absolute;
    text-align: center;
    top: 3px;
    width: 15px; }
  .cart-dropdown .dropdown-menu {
    left: auto;
    padding: 0;
    right: 0;
    top: 68px;
    min-width: 320px;
    text-align: left; }
  .cart-dropdown.logedin .dropdown-menu {
    min-width: 550px; }
  .cart-dropdown.logedin .dropdown-menu.user_only {
    min-width: 320px; }
  .cart-dropdown .dropdown-menu:after {
    left: auto;
    right: 14px; }
  .cart-dropdown .dropdown-menu .body {
    float: left;
    padding: 1rem;
    width: 100%; }

@media (max-width: 992px) {
	#mobile-background-menu .box_profile_bar .dropdown-menu {
		height: 100%;
		left: 0;
		overflow: scroll;
		padding-bottom: 50px;
		position: fixed;
		top: 81px;
		width: 260px;
		min-width: unset;
		z-index: 6;
	}
}

.cart-dropdown .dropdown-menu .body.cart ul {
  padding: 20px; }
  .cart-dropdown .dropdown-menu .body.cart ul li {
    float: left;
    margin-bottom: 15px;
    position: relative;
    width: 100%; }
    .cart-dropdown .dropdown-menu .body.cart ul li:hover {
      background-color: transparent; }

.cart-dropdown .dropdown-menu .body ul li a.close {
  color: #c3c3c3;
  float: right; }
  .cart-dropdown .dropdown-menu .body ul li a.close:hover {
    color: #222; }

.cart-dropdown .dropdown-menu .body ul li a.product {
  color: #222;
  display: block;
  padding: 0 30px 0 0;
  text-transform: uppercase; }

.cart-dropdown .dropdown-menu .body a img {
  float: left;
  margin-right: 15px;
  width: 60px; }

.cart-dropdown .dropdown-menu .body ul li span {
  font-size: 0.875rem;
  font-weight: 400; }

.cart-dropdown .dropdown-menu .body .subtotal {
  background-color: #f2f2f2;
  color: #464646;
  float: left;
  font-size: 0.75rem;
  padding: 15px 20px;
  width: 100%; }
  .cart-dropdown .dropdown-menu .body .subtotal span:first-child {
    float: left;
    margin-top: 3px; }
  .cart-dropdown .dropdown-menu .body .subtotal span:last-child {
    float: right;
    font-size: 1rem; }

.cart-dropdown .dropdown-menu .body .action-btns {
  float: left;
  padding: 20px 0;
  text-align: center;
  width: 100%; }
  .cart-dropdown .dropdown-menu .body .action-btns a {
    min-width: 120px;
    vertical-align: top; }
    .cart-dropdown .dropdown-menu .body .action-btns a i {
      font-size: 0.875rem; }

.cart-dropdown .dropdown-menu .body .empty p {
  border-bottom: 1px solid #ddd;
  color: #222;
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%; }

.cart-dropdown .dropdown-menu .body .empty p a {
  color: #222;
  font-size: 0.75rem; }

.cart-dropdown .dropdown-menu .body.profile h4 {
  border-bottom: 1px solid #ddd;
  color: #222;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 5px;
  padding: 0 0 10px;
  text-transform: uppercase; }

.cart-dropdown .dropdown-menu .body.profile h3 {
  color: #757575;
  font-size: 0.875rem;
  text-transform: uppercase; }

.cart-dropdown .dropdown-menu .body.profile .seller {
  padding-left: 20px; }

.cart-dropdown .dropdown-menu .body.profile .buyer {
  padding-right: 20px; }

.cart-dropdown .dropdown-menu .body.profile ul li a {
  font-size: 0.875rem;
  padding: 0.5rem 0 0.5rem 0.25rem; }
  .cart-dropdown .dropdown-menu .body.profile ul li a.active {
    font-weight: bold; }

.cart-dropdown .dropdown-menu .body.profile ul > a {
  display: block;
  width: 100%; }

.ajax-search-result-box {
  height: auto;
   }
  .ajax-search-result-box div.close {
    position: absolute;
    text-align: right;
    top: 0;
    padding: 1rem 0.5rem 0 0;
    right: 0;
    width: 100%;
    z-index: 999; }
  .ajax-search-result-box button {
    background: #fff;
    border: 2px solid #fff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    color: #fff;
    padding: 8px 13px; }
    .ajax-search-result-box button i {
      color: #616161; }
    .ajax-search-result-box button:hover i {
      color: #c34242; }
  .ajax-search-result-box .search-result-header {
    position: relative; }
    .ajax-search-result-box .search-result-header .row {
      padding: 1rem;
      position: relative; }
    .ajax-search-result-box .search-result-header span,
    .ajax-search-result-box .search-result-header i {
      color: #fff; }
  .ajax-search-result-box .search-result-body {
    background: rgba(247, 247, 247, 0.97);
    height: 500px;
    padding: 40px 0;
    position: relative;
    width: 100%; }
  .ajax-search-result-box #ajaxSearchResultsBox {
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;*/
    height: 100%;
    overflow: auto;
    padding: 0 10px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%; }
  .ajax-search-result-box .search-result-header .row {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%; }
  .ajax-search-result-box #ajaxSearchResultsBox .result-item {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; }
    .ajax-search-result-box #ajaxSearchResultsBox .result-item .product img {
      height: 100%;
    }
    .ajax-search-result-box #ajaxSearchResultsBox .result-item .product {
      border-bottom: 1px dashed #d8d8d8;
      float: left;
      padding: 15px 0;
      width: 100%; }
      .ajax-search-result-box #ajaxSearchResultsBox .result-item .product > a {
        text-align: center;
        float: left;
        height: 70px;
        margin-right: 10px;
        width: 70px; }
      .ajax-search-result-box #ajaxSearchResultsBox .result-item .product > p a {
        color: #9a9a9a;
        font-size: 0.6875rem;
        text-transform: uppercase; }
        .ajax-search-result-box #ajaxSearchResultsBox .result-item .product > p a:hover {
          color: #616161; }
      .ajax-search-result-box #ajaxSearchResultsBox .result-item .product h3 {
        max-height: 25px;
        overflow: hidden;
      }
      .ajax-search-result-box #ajaxSearchResultsBox .result-item .product h3 a {
        color: #616161;
        font-size: 1.125rem; }
      .ajax-search-result-box #ajaxSearchResultsBox .result-item .product .price {
        display: block;
        font-weight: 400;
        margin-top: 5px; }

.sidebar .box_vendor_info .vendor-menu .module-body {
  padding: 0; }

.sidebar .module.box_more_buying_choices > div,
.sidebar .module.box_more_buying_choices .module-body {
  padding: 0; }

.sidebar .module.box_more_buying_choices h1 {
  display: none; }

.sidebar .box_more_buying_choices div.table .table-headers {
  display: none; }

.sidebar .box_more_buying_choices div.table .table-row .table-column {
  display: block;
  padding: 5px 10px;
  text-align: left; }

.profile-nav {
  background-color: #f1f1f1;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  column-count: 3;
  column-gap: 20px;
  margin: -50px auto 20px;
  padding: 10px;
  width: 97%; }
  .profile-nav ul li {
    display: inline-block;
    width: 100%; }
    .profile-nav ul li a {
      color: #3c4349;
      display: block;
      font-size: 0.75rem;
      font-weight: 400;
      padding: 3px 0;
      text-transform: uppercase; }

.modal-header a {
  color: #616161; }

.modal-header #modal_header_title {
  font-weight: bold; }

.module ul.bestsellers-sidebar li {
  border-bottom: 2px solid #eaeaea;
  padding: 20px 0; }
  .module ul.bestsellers-sidebar li:last-of-type {
    border-bottom: none; }
  .module ul.bestsellers-sidebar li a:not(.thumb):before {
    display: none; }

.module ul.bestsellers-sidebar .thumb {
  border-radius: 3px;
  margin-right: 20px;
  max-width: 50px;
  overflow: hidden;
  position: relative; }
  .module ul.bestsellers-sidebar .thumb:before {
    background-color: rgba(0, 0, 0, 0.08);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%; }

.module ul.bestsellers-sidebar .details > span {
  display: block; }

.module ul.bestsellers-sidebar .title {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase; }

.module ul.bestsellers-sidebar .price {
  font-weight: 400;
  margin-top: 3px; }

.rating-box {
  height: 100%;
  padding: 20px; }

.larger-map {
  border: 2px solid #ececec;
  display: block;
  margin-top: 10px;
  padding: 0;
  width: 100%; }
  .larger-map > span {
    color: #616161;
    display: inline-block;
    font-size: 0.75rem !important;
    font-weight: 400 !important;
    padding: 10px 10px;
    text-transform: uppercase; }
  .larger-map i {
    border-left: 2px solid #ececec;
    float: right;
    margin-top: 3px;
    padding: 8px 15px; }
  .larger-map:hover i {
    color: #616161; }

.question-page div.table .table-row .table-column {
  padding: 25px 15px; }

.question-page:not(.comments) .answer > * {
  display: block; }

.question-page.comments .answer > span {
  display: block; }

.question-page.comments .answer i {
  display: inline-block; }

.question-page .answer i {
  font-size: 0.8125rem;
  padding: 0 0 15px; }

.question-page .answer > span:first-of-type {
  border-top: 1px solid #dedede;
  font-size: 1rem;
  padding: 15px 0; }

.text-box:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #fff;
  bottom: -16px;
  left: 6px; }

.ajax-search-result-box.slides_search_bar .search-result-header .row {
  padding: 15px 0; }

.ajax-search-result-box.slides_search_bar .search-result-header > div {
  padding: 0 10px; }

.ajax-search-result-box.slides_search_bar button {
  border: 1px solid #fff; }

.ajax-search-result-box.slides_search_bar .search-result-body {
  background-color: #fff;
  box-shadow: 0 0 15px -5px #616161;
  padding: 0; }

.ajax-search-result-box.slides_search_bar #ajaxSearchResultsBox {
  padding: 0; }
  .ajax-search-result-box.slides_search_bar #ajaxSearchResultsBox .result-item .product {
    border-bottom: 1px solid #eaeaea;
    padding: 15px; }

.strike-price {
  text-decoration: line-through; }

.product-quick-view {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }
  .product-quick-view a {
    border: none;
    font-size: 0.875rem;
    display: inline-block !important;
    padding: 10px 13px; }

section.featured-products {
  margin-bottom: 35px; }
  section.featured-products .catalog-thumb3 {
    margin-bottom: -35px; }

.quick-view {
  background-color: #fff;
  height: 100%; }
  .quick-view .top {
    min-height: 400px;
    padding: 20px 20px 0; }
  .quick-view .alert-success {
    border: 0;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase; }
  .quick-view .alert-warning {
    font-size: 0.6875rem; }
  .quick-view .image {
    height: 340px;
    position: relative; }
    .quick-view .image a {
      background-size: cover;
      background-position: center;
      height: 100%;
      position: absolute;
      width: 100%; }
  .quick-view .details {
    padding-left: 20px; }
    .quick-view .details .attributes .chosen-container .chosen-results {
      max-height: 65px; }
    .quick-view .details > * {
      margin-bottom: 25px; }
  .quick-view.pressed .details > * {
    margin-bottom: 15px; }
  .quick-view .details > h2 {
    color: #303030;
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 40px;
    text-transform: uppercase; }
  .quick-view.pressed .details > h2 {
    margin-top: 30px; }
  .quick-view .details > h3 {
    color: #9a9a9a;
    font-size: 1.25rem; }
  .quick-view .details h3 span {
    font-size: 1.125rem; }
  .quick-view .details .cart-overview {
    border-top: 2px solid #e7e7e7;
    padding-top: 25px; }
  .quick-view.pressed .details .cart-overview {
    padding-top: 15px; }
  .quick-view .details .cart-overview h3 {
    color: #666666;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0 0 15px;
    position: relative; }
    .quick-view .details .cart-overview h3:after {
      background-color: #e7e7e7;
      bottom: 0;
      content: "";
      height: 2px;
      left: 0;
      position: absolute;
      width: 25px;
      z-index: 1; }
  .quick-view .details .cart-overview .row {
    font-size: 0.875rem;
    padding: 3px 0; }
    .quick-view .details .cart-overview .row :nth-child(2) {
      font-size: 1rem;
      font-weight: 600;
      text-align: right; }
  .quick-view .buttons {
    background-color: #505050;
    height: 158px;
    padding: 60px 0 0;
    position: relative;
    text-align: center; }
    .quick-view .buttons:before {
      background-color: #505050;
      content: "";
      left: 0;
      position: absolute;
      top: -10px;
      height: 50px;
      width: 100%;
      transform: skewY(1.5deg);
      -moz-transform: skewY(1.5deg);
      -webkit-transform: skewY(1.5deg); }
    .quick-view .buttons:after {
      background-color: #505050;
      content: "";
      position: absolute;
      top: -10px;
      right: 0;
      height: 50px;
      width: 30%;
      transform: skewY(-5.5deg);
      -moz-transform: skewY(-5.5deg);
      -webkit-transform: skewY(-5.5deg); }
    .quick-view .buttons .btn {
      display: inline-block;
      width: auto; }
      .quick-view .buttons .btn:nth-last-child(n + 2) {
        background-color: transparent !important;
        color: #fff !important;
        border: 2px solid #fff !important;
        margin-right: 10px; }
    .quick-view .buttons input[name="oa_quantity"] {
      background-color: transparent !important;
      color: #fff !important;
      border: 2px solid #fff !important;
      margin-right: 10px; }
    .quick-view .buttons .btn:nth-last-child(n + 2):hover {
      border: 2px solid #ccc; }
    .quick-view .buttons .btn:last-child {
      padding: 8px 15px; }
    .quick-view .buttons > * {
      display: inline-block;
      margin-right: 10px;
      position: relative;
      vertical-align: top; }
      .quick-view .buttons > *:last-child {
        margin-right: 0; }
    .quick-view .buttons input[name="oa_quantity"] {
      margin-right: 0;
      padding: 8px 10px;
      text-align: right;
      width: 100px; }
    .quick-view .buttons span {
      color: #fff;
      left: 10px;
      position: absolute;
      top: 12px;
      text-transform: uppercase; }

/* =========================================
     - Generic Styles
     ========================================= */
.btn {
  border: none;
  border-radius: 0;
  /*border-bottom: 5px solid rgba(0, 0, 0, 0.1);*/
  display: inline-block;
  font-size: 0.875rem !important;
  margin: 0 0 0.25rem;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  text-align: left; }
  .btn i {
    font-size: 1rem; }
  .btn.btn-tiny {
    border-bottom: none;
    padding: 0 5px; }
  .btn.btn-stripped {
    background-color: transparent;
    border: 2px solid #222;
    color: #222 !important; }
    .btn.btn-stripped:hover {
      background-color: transparent;
      border: 2px solid #757575;
      color: #757575 !important; }
    .btn.btn-stripped.white {
      color: #fff !important;
      border: 2px solid #fff; }
    .btn.btn-stripped.large {
      font-size: 0.875rem;
      padding: 14px 25px; }
    .btn.btn-stripped.white:hover {
      border: 2px solid #ccc; }

table.table-striped {
  width: 100%; }
  table.table-striped tr:nth-child(odd) {
    background-color: #f7f7f7; }
  table.table-striped tr td {
    padding: 10px 15px; }

div.table {
  display: table;
  width: 100%; }
  div.table .table-row {
    display: table-row; }
    div.table .table-row.table-headers {
      font-weight: 700; }
  div.table.table-striped .table-row:nth-child(odd) .table-column {
    background-color: #f7f7f7; }
  div.table .table-row .table-column {
    display: table-cell;
    padding: 10px;
    vertical-align: top; }
  div.table.product-list .table-row .table-column:last-child {
    text-align: right; }
  div.table.table-sum .table-column > *:last-child {
    float: right; }
  div.table .table-row .table-column span.table-label {
    display: none; }
  div.table.vendor-rating .table-row:not(.table-headers)
.table-column:last-child
span {
    font-size: 0.875rem; }
  div.table.ticket .table-row .table-column:last-child {
    width: 70%; }
  div.table.vendor-ticket .table-row .table-column:last-child {
    width: 60%; }
  div.table.favorites .table-row .table-column:last-child {
    text-align: right; }
  div.table.favorites .table-row .table-column.products a {
    border: 1px solid #e0e0e0;
    display: inline-block;
    margin: 0 0 3px 3px;
    padding: 3px; }
    div.table.favorites .table-row .table-column.products a img {
      width: 60px; }

div.table-striped.order-content .product-info {
  font-size: 0.875rem; }
  div.table-striped.order-content .product-info b {
    font-weight: 400; }
    div.table-striped.order-content .product-info b.product-name {
      font-size: 1.125rem;
      font-weight: 600; }

div.table-striped .table-row.total-amount .table-column {
  font-size: 1.25rem;
  font-weight: bold; }

div.table.table-simple .table-row.table-headers {
  display: table-row; }

div.table.table-simple .table-row .table-column > a {
  width: auto; }

.table-bottom {
  background-color: #fff;
  margin-top: 10px;
  padding: 10px; }

.pagination {
  margin-bottom: 0; }
  .pagination ul {
    text-align: center;
    width: 100%; }
  .pagination li {
    display: inline-block;
    text-align: center; }
    .pagination li.prev {
      float: left; }
    .pagination li.next {
      float: right; }
    .pagination li p {
      color: #999999;
      font-weight: 700;
      padding: 0.5rem 0;
      text-transform: uppercase; }

.pagination li p span {
  font-weight: 400; }

.pagination li a.btn.disabled {
  background-color: #f2f2f2;
  pointer-events: none;
  cursor: default; }

.pagination-mini ul {
  font-size: 0;
  list-style: none;
  margin: 0 auto;
  text-align: center;
  width: 100%; }

.pagination-mini li {
  display: inline-block;
  text-align: center; }
  .pagination-mini li:first-child span,
  .pagination-mini li:first-child a {
    background-color: #686e76;
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px; }
  .pagination-mini li:last-child a {
    background-color: #686e76;
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0; }
  .pagination-mini li.disabled a {
    background-color: #e2e2e2;
    pointer-events: none;
    cursor: default; }
  .pagination-mini li a {
    background-color: #596068;
    color: #fff;
    display: block;
    font-size: 0.875rem;
    padding: 10px 20px; }

.breadcrumb {
  padding: 1rem 0 0;
  position: relative;
  z-index: 5; }
  .breadcrumb.overlap {
    background-color: transparent;
    padding: 3rem 0 6rem;
    position: absolute;
    bottom: 0;
    width: 100%; }
    .breadcrumb.overlap .wrapper {
      padding: 0; }
  .breadcrumb a,
  .breadcrumb span {
    padding: 0.25rem 0.5rem;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out; }
  .breadcrumb a:first-child {
    padding-left: 0; }
  .breadcrumb span a:first-child {
    padding-left: 0; }
  .breadcrumb span a:last-child {
    padding-right: 0; }
  .breadcrumb a:hover {
    color: #ccc !important; }

.carousel-inner .row {
  margin-left: 0;
  margin-right: 0; }

.carousel:hover .carousel-controler {
  opacity: 0.7; }

.carousel-controler {
  position: absolute;
  top: 0;
  width: 1.5rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  opacity: 0;
  z-index: 999; }

.carousel:hover .carousel-controler:hover {
  opacity: 1; }

.carousel-controler.left {
  background-position: 17px 20px;
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  left: 0; }

.carousel-controler.right {
  background-position: -22px 20px;
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  right: 0; }

.page-content blockquote {
  font-size: 0.875rem; }

.page-content p {
  margin-bottom: 20px; }

.page-content ul {
  margin-bottom: 20px;
  padding-left: 20px; }
  .page-content ul li {
    list-style: disc; }

.sub-navigation {
  margin-bottom: 40px; }
  .sub-navigation ul {
    margin: 0 10px; }
    .sub-navigation ul li {
      display: inline-block;
      margin-right: 2px; }
      .sub-navigation ul li a {
        border-bottom: 3px solid rgba(255, 255, 255, 0);
        display: block;
        color: #fff;
        margin-bottom: 0;
        padding: 10px 10px 7px; }
  .sub-navigation.tabbable ul li a:hover,
  .sub-navigation.tabbable ul li.active a {
    background-color: transparent;
    border-bottom: 3px solid white;
    color: #fff;
    padding: 10px 10px 7px; }

.search-vendors .vendor {
  position: relative;
  margin-bottom: 30px;
  padding: 20px 20px 70px; }
  .search-vendors .vendor > div {
    margin-bottom: 15px; }
  .search-vendors .vendor .vendor-header {
    margin-bottom: 10px; }
    .search-vendors .vendor .vendor-header > div:nth-child(2) {
      padding-left: 20px; }
  .search-vendors .vendor .vendor-logo {
    width: 60px; }
    .search-vendors .vendor .vendor-logo img {
      height: 100%; }
    .search-vendors .vendor .vendor-logo > div {
      border-radius: 40px;
      -moz-border-radius: 40px;
      -webkit-border-radius: 40px;
      border: 2px solid #ccc;
      height: 60px;
      overflow: hidden;
      width: 60px; }
  .search-vendors .vendor h3 {
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase; }
  .search-vendors .vendor .rating img {
    width: 13px; }
  .search-vendors .vendor > a {
    bottom: 20px;
    position: absolute;
    left: 20px;
    width: calc(100% - 40px); }
  .search-vendors .vendor .vendor-address span {
    display: block; }
    .search-vendors .vendor .vendor-address span:first-child {
      font-weight: 400; }
    .search-vendors .vendor .vendor-address span:last-child {
      color: #ccc;
      font-size: 0.875rem; }

.manufacturers-logo {
  padding: 70px 0;
  text-align: center; }
  .manufacturers-logo a {
    margin: 0 15px; }
    .manufacturers-logo a:hover img {
      transform: scale(0.95);
      -moz-transform: scale(0.95);
      -webkit-transform: scale(0.95); }

.box-with-header.vendor-sales-overview .box-body > div {
  text-align: center; }
  .box-with-header.vendor-sales-overview .box-body > div:first-child {
    border-right: 1px solid #e0e0e0; }

.box-with-header.vendor-sales-overview.box-3col .box-body > div:nth-child(2) {
  border-right: 1px solid #e0e0e0; }

.box-with-header.vendor-sales-overview .box-body span,
.box-with-header.vendor-sales-overview .box-body a {
  display: block;
  font-size: 0.875rem; }

ul.box-list li a {
  background-color: #f5f5f5;
  color: #656565;
  display: block;
  margin-bottom: 3px;
  padding: 7px 10px;
  position: relative; }

ul.box-list.white li a {
  background-color: #fff; }

ul.box-list li a i {
  position: absolute;
  right: 10px;
  top: 8px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }

ul.box-list li a:hover i {
  right: 5px; }

#vendor_profile_images .logo img {
  max-width: 90px; }

.user-products-list .actions .btn {
  border-bottom: none;
  margin-top: 5px;
  padding: 5px 20px 7px; }

.order-informations .box {
  min-height: 290px; }

.table.cart .table-row:nth-child(n + 2) .table-column {
  padding: 20px 10px;
  vertical-align: top; }

.table.cart .table-row .table-column:first-child {
  width: 170px; }

.table.cart .table-row .table-column:last-child {
  text-align: right; }

.table.cart .table-row .table-column.details {
  font-size: 0.875rem;
  width: 40%; }
  .table.cart .table-row .table-column.details .title a {
    font-size: 1rem; }
  .table.cart .table-row .table-column.details .options {
    margin-bottom: 10px; }
    .table.cart .table-row .table-column.details .options > span:first-of-type {
      display: block; }
    .table.cart .table-row .table-column.details .options ul {
      display: inline-block;
      margin-right: 20px; }

.table.cart .table-row .table-column.qty input {
  width: 60px; }

.table.cart .table-row .table-column.qty a:not(.save-for-later) {
  color: #616161; }

.table-sum .table-row.subtotal .table-column span {
  font-size: 1.5rem; }

.table-sum .table-row .table-column.promo-code input,
.table-sum .table-row .table-column.promo-code label {
  display: inline-block;
  width: 48% !important; }

.invoice-iframe {
  display: none; }

.invoice fieldset {
  margin: 0 0 20px 0; }

.invoice .payment-form .chosen-container {
  width: 49.3%; }

.sidebar .chosen-container-single {
  width: 100% !important; }

.btn-file {
  position: relative; }
  .btn-file span:hover {
    cursor: pointer; }
  .btn-file > input {
    bottom: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%; }

.site-map > .row,
.vendors-map > .row {
  background-color: #fff; }

.site-map > .row > div {
  min-height: 380px; }

.vendors-map > .row > .row > div {
  min-height: 280px; }

.site-map > .row > div:last-child,
.vendors-map > .row > .row > div:nth-child(2n) {
  padding: 20px; }

.site-map > .row:nth-child(even) > div:first-child {
  float: right; }

.site-map > .row:nth-child(even) > div:last-child {
  text-align: right; }

.vendors-map > .row:nth-child(even) > div:last-child {
  text-align: right; }

.site-map > .row:nth-child(even) > div:last-child ul li a i,
.vendors-map > .row:nth-child(even) > div:last-child ul li a i {
  float: right;
  margin: 4px 0 0 10px; }

.site-map > .row > div:last-child ul li a {
  color: #656565; }

.site-map .category-image {
  background-color: #f1f1f1;
  background-size: cover;
  background-position: center; }

.vendors-map .vendor-image {
  background-color: #f1f1f1;
  background-size: cover;
  background-position: center; }

.site-map .category-image.no-image,
.vendors-map .vendor-image.no-image {
  background-image: url(images/icon-map.png);
  background-repeat: no-repeat;
  background-size: initial; }

.site-map > .row > div:last-child p {
  margin: 20px 0; }

.vendors-map > .row > div:last-child p {
  margin: 20px 0; }

.vendors-map .vendor-image {
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative; }
  .vendors-map .vendor-image > a {
    bottom: 20px;
    border-radius: 4px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    width: 40px; }

.vendors-map > .row > .row:hover .vendor-image > a {
  height: 80px;
  width: 80px; }

.vendors-map .details p {
  color: #8a8a8a;
  font-weight: 400;
  margin: 10px 0 0 !important;
  padding: 0; }

.vendors-map .details .reviews a {
  color: #616161;
  font-size: 0.75rem;
  font-weight: 400; }

.vendors-map .details .categories ul li a {
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase; }
  .vendors-map .details .categories ul li a i {
    color: #616161; }

.vendors-map > .row:nth-child(even) ul li a i {
  float: right;
  margin: 6px 0 0 4px; }

.vendors-map .vendor-image .vendor-categories {
  left: 20px;
  position: absolute;
  top: -110%; }

.vendors-map > .row > .row:hover .vendor-image .vendor-categories {
  top: 20px; }

.vendor-categories a {
  background-color: #323232;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  margin-bottom: 5px;
  padding: 3px 5px; }
  .vendor-categories a:hover {
    background-color: #626262; }

.site-map-4columns > .row {
  background-color: #fff; }
  .site-map-4columns > .row > .row > div {
    min-height: 280px; }
    .site-map-4columns > .row > .row > div:nth-child(2n) {
      padding: 20px; }
  .site-map-4columns > .row:nth-child(even) > div:last-child {
    text-align: right; }
    .site-map-4columns > .row:nth-child(even) > div:last-child ul li a i {
      float: right;
      margin: 4px 0 0 10px; }

.site-map-4columns .category-image {
  background-color: #f1f1f1;
  background-size: cover;
  background-position: center;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative; }
  .site-map-4columns .category-image.no-image {
    background-image: url(images/icon-map.png);
    background-repeat: no-repeat;
    background-size: initial; }
  .site-map-4columns .category-image a {
    bottom: 20px;
    border-radius: 4px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    width: 40px; }

.site-map-4columns > .row > div:last-child p {
  margin: 20px 0; }

.site-map-4columns > .row > .row:hover .category-image a {
  height: 80px;
  width: 80px; }

.site-map-4columns .details p {
  color: #8a8a8a;
  font-size: 0.75rem;
  font-weight: 400;
  margin: 10px 0 0 !important;
  padding: 0; }

.site-map-4columns .details .reviews a {
  color: #616161;
  font-size: 0.75rem;
  font-weight: 400; }

.site-map-4columns .details .categories ul li a {
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase; }
  .site-map-4columns .details .categories ul li a i {
    color: #616161; }

.site-map-4columns > .row:nth-child(even) ul li a i {
  float: right;
  margin: 6px 0 0 4px; }

.simple-vendor-list ul li {
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #fff;
  float: left;
  padding: 7px 20px 7px 0;
  width: 49%; }
  .simple-vendor-list ul li a {
    display: block;
    font-weight: 400; }
    .simple-vendor-list ul li a span {
      color: #616161;
      display: block;
      font-size: 0.75rem;
      padding-left: 22px; }
  .simple-vendor-list ul li:nth-child(1), .simple-vendor-list ul li:nth-child(2) {
    border-top: none; }
  .simple-vendor-list ul li a i {
    color: #616161;
    margin-right: 5px; }
  .simple-vendor-list ul li .reviews {
    padding-left: 22px; }

.vendor-home .banner {
  background-size: cover;
  background-position: center center;
  display: block;
  height: 200px;
  overflow: hidden; }
  .vendor-home .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.vendor-home .info header {
  border-bottom: 4px solid #e0e0e0;
  padding-bottom: 15px;
  position: relative; }
  .vendor-home .info header.no-vendor-info {
    padding-top: 35px; }
  .vendor-home .info header h1 {
    font-size: 1rem;
    text-transform: uppercase; }
  .vendor-home .info header > span {
    color: #ccc;
    font-size: 0.875rem;
    font-weight: 400; }
  .vendor-home .info header a.btn {
    position: absolute;
    right: 0;
    top: 0; }
    .vendor-home .info header a.btn.hide {
      display: none; }

.vendor-home .info > p {
  margin-top: 15px; }

.vendor-home .tabbable ul li a {
  border: 1px solid transparent !important;
  font-size: 1rem;
  padding: 10px 20px; }
  .vendor-home .tabbable ul li a:focus {
    border: 1px solid transparent !important;
    font-size: 1rem;
    padding: 10px 20px; }

.vendor-home .tabbable .tab-pane h1 {
  display: none; }

.vendor-home .tabbable .tab-pane > a {
  display: block;
  margin-top: 20px; }

.vendor-home .tabbable .tab-pane .reviews-list {
  margin: 0; }
  .vendor-home .tabbable .tab-pane .reviews-list .reviews-table {
    margin: 0; }
    .vendor-home .tabbable .tab-pane .reviews-list .reviews-table > div:nth-child(odd) {
      background-color: #fff; }

.cyrcle-tabs {
  min-height: 82px;
  margin: -20px 0 20px; }
  .cyrcle-tabs.fix-on-top ul {
    position: fixed;
    top: 15px;
    z-index: 50; }
  .cyrcle-tabs ul li {
    display: inline-block;
    padding: 0 10px; }
    .cyrcle-tabs ul li a {
      background-color: #e5e5e5;
      border: 8px solid #f0f0f0;
      border-radius: 70px !important;
      -moz-border-radius: 70px !important;
      -webkit-border-radius: 70px !important;
      color: #919191;
      padding: 20px !important; }

table.v-product-attributes .row .attribute-info label {
  display: inline-block;
  margin-left: 20px;
  width: auto; }

.search-letters ul {
  height: 40px; }
  .search-letters ul li {
    border: 1px solid #616161;
    border-radius: 30px;
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 3px 0;
    text-align: center;
    width: 28px; }
    .search-letters ul li:hover {
      padding: 8px 0;
      width: 40px; }
    .search-letters ul li a {
      color: #616161;
      width: 100%; }

.datetimepicker {
  border: none;
  padding: 0; }
  .datetimepicker > div {
    border: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden; }
  .datetimepicker table thead tr th {
    border-radius: 0; }
  .datetimepicker table thead tr:first-child th {
    color: #fff;
    font-weight: normal;
    padding: 5px 0; }
  .datetimepicker table thead tr:last-child {
    background-color: #f7f7f7; }
    .datetimepicker table thead tr:last-child th {
      font-weight: normal;
      padding: 2px 6px; }
  .datetimepicker table tr td.active {
    background-image: none; }
    .datetimepicker table tr td.active:hover {
      background-image: none; }
    .datetimepicker table tr td.active.disabled {
      background-image: none; }
      .datetimepicker table tr td.active.disabled:hover {
        background-image: none; }
  .datetimepicker thead tr:first-child th:hover,
  .datetimepicker tfoot tr:first-child th:hover {
    color: #fff; }
  .datetimepicker thead tr:first-child th,
  .datetimepicker tfoot tr:first-child th {
    border-radius: 0px;
    font-weight: normal;
    padding: 5px 0; }

.featured-vendor-promotion ul li:nth-child(n + 2) {
  margin-top: 10px; }

.featured-vendor-promotion ul li p > span {
  color: #999;
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase; }

.featured-vendor-promotion ul li p a span {
  color: #999;
  font-size: 0.75rem; }

.promotions .coupon {
  margin-bottom: 25px;
  position: relative;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .promotions .coupon .bg-fade {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.75;
    z-index: 1; }
  .promotions .coupon > div {
    position: relative;
    padding: 0 10px; }
    .promotions .coupon > div .stitch {
      border-right: 2px dashed #fff;
      border-left: 2px dashed #fff;
      padding: 0 10px; }
    .promotions .coupon > div:first-child .stitch {
      border-top: 2px dashed #fff; }
    .promotions .coupon > div:last-child .stitch {
      border-bottom: 2px dashed #fff; }
    .promotions .coupon > div:first-child {
      padding: 10px 10px 0; }
    .promotions .coupon > div:last-child {
      padding: 0 10px 10px; }
  .promotions .coupon p {
    font-size: 0.75rem;
    text-transform: uppercase; }
  .promotions .coupon h2 {
    font-size: 3rem;
    font-weight: 700; }
  .promotions .coupon h3 {
    font-size: 2.25rem;
    font-weight: 700; }
  .promotions .coupon h4 {
    font-size: 1.25rem;
    font-weight: 700; }
  .promotions .coupon .header .stitch {
    position: relative;
    padding: 15px 10px;
    z-index: 2; }
  .promotions .coupon .header * {
    color: #fff; }
  .promotions .coupon .header .stitch p:last-of-type {
    font-size: 1rem;
    font-weight: 700;
    text-transform: none; }
  .promotions .coupon .header .stitch > span {
    display: block;
    margin-top: 10px; }
  .promotions .coupon .countdown {
    background-color: #e6e6e6;
    padding: 5px 10px; }
    .promotions .coupon .countdown .row > div span {
      display: block; }
      .promotions .coupon .countdown .row > div span:first-child {
        font-size: 0.75rem; }
      .promotions .coupon .countdown .row > div span:last-child {
        color: #fff;
        font-size: 1rem;
        font-weight: 700; }
  .promotions .coupon .details .stitch {
    background-color: rgba(255, 255, 255, 0.5);
    position: relative;
    padding: 30px 10px 15px;
    z-index: 2; }
  .promotions .coupon .info {
    background-color: #e6e6e6;
    display: table;
    width: 100%; }
    .promotions .coupon .info .stitch {
      display: table-cell;
      min-height: 66px;
      vertical-align: middle;
      padding: 15px 10px; }
      .promotions .coupon .info .stitch .categories .stitch {
        display: block; }
      .promotions .coupon .info .stitch p {
        color: #737373;
        font-weight: 400;
        text-transform: none; }
    .promotions .coupon .info .expand {
      background-color: #e6e6e6;
      bottom: 0;
      left: 0;
      opacity: 0;
      padding: 0 10px 10px;
      position: absolute;
      width: 100%;
      z-index: 5; }
  .promotions .coupon:hover .info .expand {
    opacity: 1; }
  .promotions .coupon .info .expand .product img {
    border: 1px solid #f7f7f7;
    padding: 3px; }

.table-bordered {
	border: 1px solid #ddd;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
.compare-products {
  border-top: 3px solid #ccc;
  position: relative; }
  .compare-products:after {
    box-shadow: 1px 1px 8px -3px #616161;
    /*content: "";*/
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 190px; }
  .compare-products table tr td,
  .compare-products table tr th {
    text-align: left; }
  .compare-products table tr td:first-child {
    font-weight: bold; }
  .compare-products table tr th {
    padding: 10px 15px; }
    .compare-products table tr th:nth-child(1) {
      width: 200px; }
  .compare-products table tr.image img {
    width: 160px; }
  .compare-products table .title p {
    max-width: 150px; }
  .compare-products form > div {
    display: inline-block;
    position: relative;
    vertical-align: top; }
  .compare-products form input[type="text"].spinedit {
    width: 50px; }
  .compare-products form div.spinedit {
    padding-right: 4px;
    position: absolute;
    right: 0; }
  .compare-products form .spinedit i {
    font-size: 10px; }
    .compare-products form .spinedit i:hover {
      cursor: pointer; }
    .compare-products form .spinedit i:last-child {
      position: absolute;
      right: 4px;
      bottom: -12px; }

.table.clickable-row .table-row:not(.table-headers):hover {
  cursor: pointer; }

.product-tags {
  margin: 20px 0; }
  .product-tags h3 p {
    margin-left: 10px;
  }
  .product-tags h3 {
    display: inline-flex;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    padding: 10px 0;
    font-size: 1rem;
    font-weight: 500;
    /*margin-bottom: 5px;*/
    /*padding-bottom: 10px;*/ }
  .product-tags p a {
    font-size: 0.75rem; }
  .product-tags p span:last-of-type {
    display: none; }

.v-product-attributes tr td div.row > div {
  padding: 0 10px 5px 0; }

.site-offline header,
.site-offline footer {
  /*display: none;*/ }

.maintenance .logo {
  padding: 0; }
  .maintenance .logo img {
    /* max-height: 200px;
    padding: 0 30px; */
  }

.maintenance h3 {
  margin-top: 40px; }

.maintenance p {
  margin-bottom: 40px; }

.auction .box-body span.catalog-price {
  font-size: 1.625rem;
  font-weight: 400; }

.auction .box-body .sub-text {
  font-size: 0.75rem !important; }

.product-view .auction .box.box-with-header .box-body {
  background-color: #fff; }

.auction .box-with-header.vendor-sales-overview .box-body span.bid {
  font-size: 1.25rem !important; }

.auction .box-with-header.vendor-sales-overview .box-body span:last-of-type {
  font-size: 1rem;
  font-weight: 400;
  padding-top: 10px; }

.auction .box-with-header.vendor-sales-overview .box-body > div {
  border-right: 1px solid #e0e0e0;
  min-height: 75px; }
  .auction .box-with-header.vendor-sales-overview .box-body > div:last-of-type {
    border-right: none; }

.auction .counter .hasCountdown {
  background-color: transparent !important;
  border: none !important; }

.auction .counter .countdown .countdown_row .countdown_section {
  float: none;
  display: inline-block !important; }

.auction .countdown_row {
  background-color: #f1f1f1;
  display: block;
  padding: 10px; }

.auction .place-bid {
  padding: 15px 10px 10px; }
  .auction .place-bid input[type="text"] {
    display: inline-block;
    max-width: 80px;
    padding: 9px 10px;
    vertical-align: top; }

.auction-info {
  box-sizing: border-box;
  height: 100%;
  padding: 10px 10px; }
  .auction-info .auction
.box-with-header.vendor-sales-overview
.box-body
.auction-dates
span:last-of-type {
    font-size: 0.8125rem; }
  .auction-info table {
    margin-bottom: 80px; }

.auction .countdown_row.no-padding {
  padding: 0; }

.auction .countdown_row .row > div {
  border-bottom: 1px solid #fff;
  padding: 10px 15px;
  height: auto; }

.auction .countdown_row .row:last-child > div {
  border-bottom: none; }

.auction .countdown_row .row > div:last-child {
  border-bottom: 1px solid #eaeaea; }

.auction .countdown_row .row .auction-link {
  background-color: #eaeaea;
  padding: 10px 0;
  text-align: center; }

.popup.terms-popup body {
  overflow: auto; }

.popup.terms-popup h1.header {
  background-color: #f5f5f5 !important;
  border-bottom: 1px solid #f1f1f1;
  color: #757575 !important;
  font-size: 26px !important;
  font-weight: 700 !important;
  height: auto;
  margin: 0;
  padding: 50px 0;
  text-align: center; }
  .popup.terms-popup h1.header span {
    background-color: transparent; }
  .popup.terms-popup h1.header::after {
    display: none; }

.popup.terms-popup .page-content {
  padding: 25px; }

.popups.default-styles {
  height: 100%;
  overflow: auto; }
  .popups.default-styles .popup-body {
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%; }
  .popups.default-styles .popup-header {
    display: none; }
  .popups.default-styles div.header {
    color: #fff;
    padding: 60px 0;
    text-align: center; }
    .popups.default-styles div.header h1 {
      text-transform: uppercase;
      font-weight: bold; }
    .popups.default-styles div.header h3 {
      text-transform: none;
      font-weight: 400; }
  .popups.default-styles div.body {
    padding: 35px;
    text-align: center; }
    .popups.default-styles div.body p {
      font-size: 1.125rem;
      line-height: 1.8;
      margin-bottom: 35px; }
    .popups.default-styles div.body .btn {
      border-radius: 4px;
      padding: 10px 30px;
      text-align: center; }
    .popups.default-styles div.body form .chosen-container-single {
      text-align: left; }
    .popups.default-styles div.body form .chosen-container .chosen-drop {
      border: none !important;
      width: 100% !important; }
  .popups.default-styles .banner {
    height: 100%; }
    .popups.default-styles .banner img {
      height: 100%;
      object-fit: cover;
      width: 100%; }

.popups.subscribe-popup div.header {
  padding: 40px 0; }

.popups.subscribe-popup div.body p {
  margin-bottom: 15px; }

.popups.subscribe-popup div.body form {
  margin: 0 auto;
  max-width: 350px; }

.saved-cart-list .product-image {
  width: 180px; }

.saved-cart-list .actions {
  width: 250px; }

.saved-cart-list h3 {
  font-weight: 700;
  margin-bottom: 20px; }

.tfa img {
  border: 1px solid #ccc; }

.tfa .tfa-box {
  border: 1px solid #f1f1f1;
  display: inline-block; }
  .tfa .tfa-box span {
    display: inline-block;
    padding: 8px 10px; }
    .tfa .tfa-box span:first-of-type {
      background-color: #f1f1f1;
      width: 202px; }
    .tfa .tfa-box span:last-of-type {
      width: 300px; }

.masonry-container .masonry-item {
  margin-bottom: 30px; }

.masonry-container .masonry-col-1 {
  width: 100%; }

.masonry-container .masonry-col-2 {
  width: calc(50% - 1px); }

.masonry-container .masonry-col-3 {
  width: calc((100% / 3) - 1px); }

.booking-list .search {
  align-items: stretch; }
  .booking-list .search .input {
    margin-right: 10px; }
  .booking-list .search input[type="text"] {
    height: 100%;
    min-width: 250px; }

.booking .available-months {
  flex-wrap: wrap; }
  .booking .available-months > div {
    flex: 1 0 16.6%; }
    .booking .available-months > div .box {
      margin: 2.5px;
      width: calc(100% - 5px); }

.vendor-location-map {
  min-height: 350px; }

.popup .vendor-location-map {
  height: 100%; }

.popup .select-vendor-map .chosen-container-single .chosen-single {
  margin-top: 0; }

.select-vendor-map .chosen-container-single .chosen-single {
  background: none;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  border: 2px solid #ececec;
  height: 41px;
  margin-top: 10px;
  padding: 7px 10px; }
  .select-vendor-map .chosen-container-single .chosen-single div b {
    background-position: 0 9px; }

.select-vendor-map .chosen-container-active.chosen-with-drop .chosen-single {
  background: none;
  background-color: transparent;
  border: 2px solid #ececec; }
  .select-vendor-map .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 9px; }

.select-vendor-map .chosen-container-single .chosen-drop {
  border: 2px solid #ececec;
  border-top: none;
  margin-top: -2px; }

.select-vendor-map .chosen-container .chosen-results li.highlighted {
  background: none;
  background-color: #525252; }

.product_keyword_search_result {
  background-color: #fff; }
  .product_keyword_search_result header {
    border-bottom: 1px solid #f1f1f1; }
    .product_keyword_search_result header button.close {
      align-items: center;
      justify-content: center;
      background: #f5f5f5;
      color: #525252;
      height: 40px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      right: 10px;
      top: 5px;
      width: 40px; }
    .product_keyword_search_result header h5 {
      margin: 0;
      padding: 17px 15px; }
  .product_keyword_search_result ul {
    padding: 30px 15px !important; }
    .product_keyword_search_result ul li {
      border-bottom: 1px solid #f1f1f1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 15px;
      padding-bottom: 15px; }
  .product_keyword_search_result .image {
    height: 70px;
    width: 70px; }
    .product_keyword_search_result .image img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .product_keyword_search_result .details {
    flex: 1;
    padding-left: 20px; }
    .product_keyword_search_result .details h3 a {
      color: #525252; }
      .product_keyword_search_result .details h3 a:hover {
        color: #828282; }
    .product_keyword_search_result .details span {
      color: #b3b3b3;
      font-size: 0.75rem;
      text-transform: uppercase; }
    .product_keyword_search_result .details > a {
      display: block;
      margin-top: 5px; }

.opening-hours .day-row {
  align-items: center;
  padding: 15px 20px; }
  .opening-hours .day-row:nth-child(2n + 1) {
    background-color: rgba(0, 0, 0, 0.025); }
    .opening-hours .day-row:nth-child(2n + 1) input[type="text"] {
      background-color: rgba(0, 0, 0, 0.05) !important; }
  .opening-hours .day-row input[type="text"] {
    max-width: calc(50% - 1rem); }
  .opening-hours .day-row > div:first-child {
    width: 115px; }
  .opening-hours .day-row .hours-set {
    align-items: center;
    padding-right: 10px; }
    .opening-hours .day-row .hours-set input:first-child {
      margin-right: 10px; }

.vendors-listing form {
  margin: -30px 0 50px; }

.vendors-listing .module-body {
  padding-top: 30px; }

.vendors-listing .store {
  padding: 0;
  margin-bottom: 20px;
  padding-bottom: 55px;
  position: relative; }

.vendors-listing .logo {
  right: 20px;
  position: absolute;
  top: 130px;
  z-index: 5; }
  .vendors-listing .logo a {
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 50px;
    height: 70px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 70px; }
  .vendors-listing .logo span {
    border-radius: 3px;
    display: block;
    font-size: 0.75rem;
    padding: 4px 8px 2px;
    position: absolute;
    text-align: center;
    top: -18px;
    text-transform: uppercase;
    width: 100%;
    z-index: 5; }
  .vendors-listing .logo a img {
    height: 100%;
    object-fit: cover;
    width: 100%; }

.vendors-listing .banner {
  height: 165px; }
  .vendors-listing .banner img {
    height: 100%;
    object-fit: cover;
    width: 100%; }
  .vendors-listing .banner a {
    display: block;
    height: 100%;
    position: relative; }
    .vendors-listing .banner a::after {
      background-color: rgba(0, 0, 0, 0.2);
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 3; }

.vendors-listing .action-buttons {
  height: 0;
  top: -15px;
  padding: 0 15px;
  position: relative;
  z-index: 5; }
  .vendors-listing .action-buttons a {
    background-color: #525252;
    border-radius: 25px;
    display: inline-block;
    height: 30px;
    margin: 0 3px;
    padding: 7px 0 0;
    text-align: center;
    width: 30px;
    z-index: 5; }

.search-vendors.vendors-listing .action-buttons a {
  padding: 5px 0 0; }

.vendors-listing .action-buttons a i {
  color: #fff;
  font-size: 1rem; }

.vendors-listing .action-buttons a:hover i {
  color: #fff; }

.vendors-listing .content {
  padding: 20px; }

.vendors-listing .vendor-tags a {
  color: #535353;
  font-size: 0.75rem;
  font-weight: 300; }

.vendors-listing .vendor-info > div {
  height: 115px;
  padding: 0 10px; }

.vendors-listing .vendor-info h5 {
  font-size: 0.75rem;
  font-weight: 700;
  margin: 20px 0 5px;
  text-transform: uppercase; }

.vendors-listing .store-info {
  border-top: 1px solid #f2f2f2;
  bottom: 0;
  left: 0;
  padding: 5px;
  position: absolute; }
  .vendors-listing .store-info > div {
    border-right: 1px solid #f2f2f2;
    font-size: 0.75rem;
    text-align: center;
    padding: 2px 0; }
    .vendors-listing .store-info > div:last-of-type {
      border-right: none; }
  .vendors-listing .store-info i {
    font-size: 1rem;
    margin-right: 3px; }
  .vendors-listing .store-info .fixed-delivery i {
    font-size: 1.125rem; }

.vendors-listing .extras {
  border-bottom: 3px solid #525252;
  left: 0;
  opacity: 0;
  position: absolute;
  top: calc(100% + 5px);
  visibility: hidden;
  width: 100%;
  z-index: 999; }

.vendors-listing .store:hover .extras {
  opacity: 1;
  visibility: visible; }

.vendors-listing .extras h4 {
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase; }

.vendors-listing .categories ul li {
  display: inline-block; }
  .vendors-listing .categories ul li a {
    background-color: #525252;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    margin-bottom: 3px;
    padding: 3px 5px; }
    .vendors-listing .categories ul li a:hover {
      background-color: #727272; }

.vendors-listing .product {
  margin-bottom: 25px; }
  .vendors-listing .product > a {
    display: block; }
  .vendors-listing .product h4 a {
    background-color: rgba(0, 0, 0, 0.025);
    color: #525252;
    display: block;
    font-weight: bold;
    padding: 3px 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%; }

.accordion a {
  position: relative; }
  .accordion a i {
    font-size: 1.125rem;
    color: rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 5px;
    z-index: 5; }

.accordion .accordion-panel {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0 0 10px 15px; }

.bw-map {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%); }

.over-middlebar > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

.site-box-content p {
  font-size: 1.125rem; }

.product-details .share-product a {
  color: #333;
  margin-right: 0.5rem; }

.reviews-list .review h4 {
  text-transform: uppercase; }
  .reviews-list .review h4 > span {
    margin: 0.125rem 0; }

/*aside.sidebar {
  background-color: #f7f7f7;
  box-shadow: 0 0 12px -4px #000;
  -moz-box-shadow: 0 0 12px -4px #000;
  -webkit-box-shadow: 0 0 12px -4px #000;
  height: 100%;
  margin: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  z-index: 1000; }
  aside.sidebar.sidebar-right.slide {
    right: 0; }
  aside.sidebar.sidebar-left.slide {
    left: 0; }*/

main .content .sidebar-btn {
  background-color: #333;
  padding: 15px;
  position: fixed;
  top: 25vh;
  z-index: 999; }
  main .content .sidebar-btn.left {
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    left: 0; }
  main .content .sidebar-btn.right {
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    right: 0; }
  main .content .sidebar-btn i {
    color: #fff; }

.modal-body {
  min-height: 75vh !important; }

.modal.fade.in {
  max-height: 75vh !important; }




/* =========================================
     - Community
     ========================================= */

@media (max-width: 767px) {
  .view_reply_thread {
    display: inline-grid !important;
  }
  .view_reply_thread a {
    margin-bottom: 5px;
  }
  .add_comment_btn,
  .cancel_reply_btn,
  .add_post_btn {
    width: auto !important;
  }
  .post_user_image {
    text-align: left !important;
  }
  .open_image_upload {
    width: auto !important;
  }
}

.box_community_search_bar form .chosen-container-single {
  width: auto !important;
  min-width: 150px;
}

.box_community_search_bar form button {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  background-color: #e8f0fe;
  border-bottom: 1px solid #e0e0e0;
}

.box_community_search_bar #search_bar_groups_selector{
  margin-top: 5px;
}

.box_community_search_bar #search_bar_groups_selector input{
  display: inline-block;
}

.box_community_search_bar form .flex-container {
  display: inline-flex !important;
}

.post_user_image {
  text-align: right;
}

.post_user_image img{
  max-height: 60px;
  border-radius: 50%;
}

.side_user_image img {
  max-height: 75px;
}

.full_post .user_post b a,
.full_post .user_reply b a,
.full_post .user_home_reply b a,
.full_post .user_home_post b a {
  text-decoration: underline;
}

.full_post {
  border-radius: 4px;
  padding: 20px 10px;
  margin-bottom: 20px;
}

.image_wall_details {
  position: absolute;
  bottom: 0px;
  margin: 5px;
}

.image_wall_picture {
  height: 200px;
  overflow: hidden;
  padding: 0px 15px;
  text-align: -webkit-center;
}

.image_wall {
  height: 250px;
  margin-bottom: 15px;
}

.image_wall_user_details {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.box_image_wall_pictures {
  height: 50px;
  overflow: hidden;
  margin-bottom: 5px;
  display: inline-flex;
  align-items: center;
}

.post_reply_text,
.post_message_text {
  width: 70%;
  display: inline-block;
  padding: 2px 5px;
  border: 1px solid;
  border-radius: 8px;
}
.community_reply,
.user_reply,
.user_home_reply {
  /*border-top: 2px dotted #ccc;*/
  padding: 10px 0px;
}

.view_thread_button {
  margin-top: -20px;
  padding-bottom: 0px !important;
}
.view_thread_button a {
  float: right;
}

.user_followers_profiles {
  padding: 20px 10px;
  border-top: 2px solid #ccc;
}

.comments_actions,
.post_actions {
  margin-top: -15px;
}

.new_post_textarea {
  width: 100%;
  border: 1px solid;
  margin: 5px 0px;
  border-radius: 4px;
}

.open_image_upload {
  height: 40px;
  width: 40px;
  vertical-align: top;
  border: 1px solid;
  border-radius: 4px;
  background-color: transparent;
  margin-bottom: 5px;
  margin-top: -5px;
}

.open_image_upload i {
  font-size: large;
  vertical-align: middle;
}

.community_group {
  width: 90%;
  overflow: hidden;
}

.community_image {
  width: 90%;
  height: 150px;
  overflow: hidden;
  padding: 10px 10px 5px;
}

.single_group {
  height: 230px;
  margin-bottom: 20px;
  text-align: -webkit-center;
  text-align: -moz-center;
}

.single_group_details {
  height: 70px;
  overflow: hidden;
  margin: 5px;
  text-align: left;
}

.post_image_zoom:hover img {
  opacity: 0.5;
  position: relative;
  z-index: 99999;
}

.user_home .tabbable ul li.active a {
  border-radius: 4px;
}

.post_in_selection {
  width: 100px;
  margin-left: 5px;
  background-color: transparent;
  border: 1px solid;
  border-radius: 4px;
}

.cancel_reply_btn {
  margin-right: 5px;
}
.add_comment_btn,
.cancel_reply_btn,
.add_post_btn {
  font-size: 16px;
  border: 1px solid;
  border-radius: 4px !important;
  float: right;
  height: 40px;
  margin-top: -5px;
}

.image_to_zoom {
  /*border-radius: 50%;*/
}

.comments_actions i,
.post_actions i {
  border: 1px solid;
  border-radius: 50%;
  padding: 5px;
}
.comments_actions i:hover,
.post_actions i:hover {
}

.comments_actions i.inv,
.post_actions i.inv {
}

.view_reply_thread {
  display: inline-block;
  float: right;
}
.view_reply_thread a {
  padding: 5px;
  border: 1px solid;
  border-radius: 4px;
  margin-right: 5px;
}


/* The Modal (background) */
.myModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.Modal-Content {
  margin: auto;
  display: block;
  width: 80%;
  /*max-width: 700px;*/
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#ModalCaption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.Modal-Content, #ModalCaption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.closeModal {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.closeModal:hover,
.closeModal:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 767px){
  .Modal-Content {
    width: 100%;
  }
}

.cart-page.home fieldset {
  border: 0px !important;
}

@media (max-width: 767px) {
  .blog_page_layout {
    display: block !important;
  }
}

.blog_post_page_banner img {
  width: 100%;
  height: 40vh;
  object-fit: cover;
}

.blog_page_layout {
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-areas: "blog_num_0 blog_num_0 blog_num_1 blog_num_2"
  "blog_num_0 blog_num_0 blog_num_3 blog_num_4";
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: min-content 1fr;
}

.blog_num_0 {
  grid-area: blog_num_0;
}
.blog_num_1 {
  grid-area: blog_num_1;
}
.blog_num_2 {
  grid-area: blog_num_2;
}
.blog_num_3 {
  grid-area: blog_num_3;
}
.blog_num_4 {
  grid-area: blog_num_4;
}

article[class^="blog_num_"] {padding: 15px;}
.catalog_product_action_buttons {
  height: 13px;
  margin-right: 10px;
  margin-top: 3px;
}

.blog article[class^="blog_num_"] .article_image {
  width: 100%;
  max-height: 150px;
  overflow: hidden;
}
.blog article[class^="blog_num_"] .article_image_large {
  max-height: 350px;
  overflow: hidden;
}
.blog article[class^="blog_num_"] .article_image_large img {
  width: 100%;
}

.category-information.box .category-description {
  height: 5.6rem;
  line-height: 1.4rem;
  overflow: hidden;
}

.product .product-buttons .btn:not(.add-to-cart):not(.view-details):not(.out-of-stock) {
  padding: 0; }
  .product .product-buttons .btn:not(.add-to-cart):not(.view-details):not(.out-of-stock) i {
    padding: 0.5rem;
    border: 1px solid transparent;
  }

a.show_more_infobox {
  display: block;
  float: right;
  border: none;
  background-color: unset;
  padding: 0;
  cursor: pointer;
}

@media(min-width: 768px){
  .cart-page.signup_vendor,
  .cart-page.signup {
    width: 70%;
    margin: 0 auto;
  }

  .cart-page.signup_vendor form .chosen-container-single .chosen-single,
  .cart-page.signup_vendor form .chosen-container-active.chosen-with-drop .chosen-single,
  .cart-page.signup_vendor form .chosen-container .chosen-drop,
  .cart-page.signup form .chosen-container-single .chosen-single,
  .cart-page.signup form .chosen-container-active.chosen-with-drop .chosen-single,
  .cart-page.signup form .chosen-container .chosen-drop {
    border: none !important;
  }

  .cart-page.signup_vendor form.form-columns input,
  .cart-page.signup_vendor form.form-columns .input .chosen-container-single,
  .cart-page.signup_vendor form .chosen-container-single .chosen-single,
  .cart-page.signup_vendor form .chosen-container-active.chosen-with-drop .chosen-single,
  .cart-page.signup_vendor form .chosen-container .chosen-drop,
  .cart-page.signup_vendor form input[type="text"],
  .cart-page.signup_vendor form input[type="password"],
  .cart-page.signup_vendor textarea,
  .cart-page.signup_vendor form select,
  .cart-page.signup form.form-columns input,
  .cart-page.signup form.form-columns .input .chosen-container-single,
  .cart-page.signup form .chosen-container-single .chosen-single,
  .cart-page.signup form .chosen-container-active.chosen-with-drop .chosen-single,
  .cart-page.signup form .chosen-container .chosen-drop,
  .cart-page.signup form input[type="text"],
  .cart-page.signup form input[type="password"],
  .cart-page.signup textarea,
  .cart-page.signup form select {
    width: 100%;
    max-width: unset;
    border: .1rem solid #e0e0e0;
  }
  .cart-page.signup_vendor form fieldset .input,
  .cart-page.signup form fieldset .input {
    display: flex;
  }
  .cart-page.signup_vendor form.form-columns fieldset .input > label,
  .cart-page.signup_vendor form.form-columns fieldset .input .left-col,
  .cart-page.signup form.form-columns fieldset .input > label,
  .cart-page.signup form.form-columns fieldset .input .left-col {
    width: 240px !important;
    margin-right: 10px;
  }
  .cart-page.signup_vendor form.form-columns .col,
  .cart-page.signup form.form-columns .col {
    width: 100%;
  }

  .cart-page.signup_vendor form .chosen-container-single .chosen-single div b,
  .cart-page.signup form .chosen-container-single .chosen-single div b {
    background-position: 2px 11px;
  }

  .cart-page.signup_vendor form.form-columns label input,
  .cart-page.signup_vendor form.form-columns .col label input,
  .cart-page.signup form.form-columns label input,
  .cart-page.signup form.form-columns .col label input {
    width: auto;
  }

  .cart-page.signup form.form-columns .box p {
    padding-left: 15px;
  }
  .cart-page.signup_vendor form.form-columns input.btn,
  .cart-page.signup form.form-columns input.btn {
    width: auto;
  }
}

.box_blog_categories form .chosen-container-single {
  width: auto;
}
.box_blog_categories form .chosen-container-single .chosen-single {
  border: 1px solid #e0e0e0 !important;
}

/* BootstrapTour plugin */
.popover[class*="tour-"] .popover-navigation *[data-role="next"] {
  float: right;
}

/*Age Verification Start*/
.age_input {
  height: 50px;
  background: transparent;
  width: 100px;
  margin: 0 10px;
  border: 1px solid;
  text-align: center;
  font-size: 22px;
}
.age_input::-webkit-outer-spin-button,
.age_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}
#age-verification-logo {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 10px;
}

#age-verification-form {
  position: relative;
  padding: 2rem 0;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  border-bottom: 4px solid;
}

#age-verification {
  width: 100%;
  background-color: rgba(0,0,0,0.9);
  padding-top: 200px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 9999;
}

#age-verification-logo img {
  max-height: 100px;
}
#age-verification-logo a {
  pointer-events: none;
  cursor: default;
}

#age-verification #age-verification-form h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 60px;
  margin-bottom: 15px;
}
/*Age Verification End*/

#overtopbar_info .module-body {
  padding: 0.9em 33px 0.95em;
  max-width: 1040px;
  margin: 0 auto;
  width: unset !important; }
  #overtopbar_info .module-body p {
    font: bold 14px 'Lato';
    color: #ffffff;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
  }


.product-type-list {
  display: flex;
  justify-content: center; }
  .product-type-list li {
    padding: 0 15px;
  }



/*Maintenance page*/

@media (max-width: 767px) {
  .sell-page-plans .plans-tabular table {
    width: 90% !important;
  }
  .sell-page-plans .plans-tabular table td.checkmark {
    width: 5% !important;
  }
  .sell-page-plans .plans-tabular table td:nth-child(4),
  .sell-page-plans .plans-tabular table td:nth-child(3) {
    display: none;
  }
  #eb_agree {
    display: inline-block;
  }
}

.sell-page-steps h3,
.sell-page-ideal-for-you h3,
.sell-page-plans h3,
.sell-page-product-types h3 {
  margin-bottom: 15px;
}

.sell-page-plans .plans-tabular table {
  /*max-width: 800px;*/
  /*width: 60%;*/
  margin: auto;
  text-align: left;
  padding: 20px 10px 5px 10px;
  border-collapse: collapse;
  border-spacing: 0; }
  .sell-page-plans .plans-tabular table tr:first-of-type {
    /*border-top: 1px solid #999;*/
  }
  .sell-page-plans .plans-tabular {
    padding: 20px 0 40px 0;
  }

.sell-page-plans .plans-tabular table td.checkmark {
  width: 3%;
  color: #e7355f;
  text-align: center;
  padding: 0; }
  .sell-page-plans .plans-tabular table td {
    padding-right: 20px;
    font-size: 16px;
    vertical-align: top;
    /*line-height: 18px;*/
    /*border-bottom: 1px solid #999;*/
    /*padding: 10px 10px 10px 0;*/
    padding-bottom: 40px;
    width: 46%;
  }
  .sell-page-plans .plans-tabular table td:nth-child(odd) {
    padding: 2px !important;
    vertical-align: top;
  }

.sell-page-ideal-for-you {
  text-align: center; }
  .sell-page-ideal-for-you ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sell-page-ideal-for-you ul li {
    min-width: 300px;
    padding: 0 30px;
  }

.sell-page-ideal-for-you .step {
  max-width: 420px;
  margin: 0 auto;
}

.sell-page-steps {
  padding-bottom: 50px;
  text-align: center;
}

.sell-page-steps ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .sell-page-steps ul li {
    min-width: 400px;
  }

.sell-page-ideal-for-you .step .caption .number {
  padding: 10px 15px 10px 10px;
  margin-top: -10px;
  width: 60px;
  font-size: 40px;
  font-weight: bold;
  float: left;
  color: #a10c10;
}

.sell-page-header {
  text-align: center;
  background: url(../../../../images/media/wine_produce_bg.jpg) center no-repeat;
  background-size: cover;
  margin: 0 -45px;
  height: 513px; }
  .sell-page-header h1 {
    max-width: 640px;
    font-size: 44px;
    margin: 100px auto 80px auto;
    line-height: 68px;
    color: #333;
    background-color: #fff;
    font-size: 27px;
    line-height: 40px;
    max-width: 275px;
    display: inline-block;
    margin: 50px auto;
    padding: 20px;
    border: #eaeaea 1px solid;
  }
  .sell-page-header .btn {
    background-image: url("images/header_pattern.png") !important;
    background-repeat: repeat;
    color: #ac9270 !important;
    border-radius: 0;
    padding: 17px 50px;
    font-size: 18px;
    box-shadow: 1px 1px 4px #797979;
    width: 275px;
    margin: 0 auto;
    display: block;
  }


.sell-page-steps .step {
  max-width: 420px;
  margin: 0 auto;
}
.sell-page-steps .step img {
    width: 100%;
    margin: 20px auto;
    padding: 0 5px;
}
.sell-page-steps ul li .caption{
  padding: 0;
}
.sell-page-steps .step .caption .number.color {
  color: #a10c10;
  padding: 10px 15px 10px 0;
  margin-top: -10px;
  width: 60px;
  font-size: 40px;
  font-weight: bold;
  float: left;
}
.sell-page-steps .step .caption .item h4 {
  padding-top: 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}
.sell-page-steps .step .caption .item {
  text-align: left;
  height: 80px;
}

.sell-page-steps .step .caption .number {
  padding: 10px 15px 10px 0;
  margin-top: -10px;
  width: 60px;
  font-size: 40px;
  font-weight: bold;
  float: left;
  color: #434343;
}


.sell-page-ideal-for-you .step img {
  width: 200px;
  margin: 20px auto;
  padding: 0 5px; }
  .sell-page-ideal-for-you .step .caption .item h4 {
    padding-top: 15px;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
  }

.maintenance_bg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  height: 55vh;
  background-image: url("../../../../images/media/maintenance1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  overflow: hidden; }
  .maintenance_bg img {
    width: 100%;
    height: 100%;
  }
  .maintenance .below_main_image {
    margin-top: 55vh;
    min-height: 45vh;
    padding-top: 40px;
    display: flex;
    align-items: center;
  }
  .maintenance .below_main_text {
    text-align: left;
    margin: 0;
  }

@media (max-width: 992px) {
  .maintenance_main {
    /*padding-top: 25vh !important;*/
  }
  .maintenance .maintenance_main .counter {
    /*margin-top: 50 !important; */
    bottom: 15vh !important;
  }
  .maintenance .maintenance_main .counter h3 {
    /*margin-top: 40px !important;*/
  }
}

@media (max-width: 767px) {
  .maintenance_main {
    /*padding-top: 25vh !important;*/
  }
  .maintenance_section1_buttons {
    /*margin-top: 30px !important;*/
    bottom: 0vh !important;
  }
  .maintenance_section1_buttons a {
    display: block;
    margin: auto !important;
    margin-bottom: 20px !important;
  }
  .maintenance .maintenance_main .counter {
    font-size: 1.125rem !important;
    bottom: 22vh !important;
  }
}

.maintenance_main {
  height: 50vh;
  padding-top: 18vh;
  z-index: 2;
  position: relative;
}
.maintenance_main h1,
.maintenance_main h3,
.maintenance_main p {
  color: #fff;
}

.maintenance .maintenance_main .counter {
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 2.5rem;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 20vh;
  margin: 0 auto;
}
.maintenance .maintenance_main .counter h3 {
  /*background-color: rgba(255, 255, 255, 0.3);*/
  background-image: url(images/header_pattern.png) !important;
  background-repeat: repeat;
  color: #ac9270 !important;
  padding: 10px;
  display: none;
  text-align: center;
  margin-top: 0px;
}
.maintenance .maintenance_main .counter span {
  color: #fff;
  display: inline-block;
  padding: 1rem 0.25rem;
}
.maintenance .maintenance_main .counter .clock {
  display: inline-block;
  margin: 0 auto;
  padding: 30px 20px 20px;
  width: auto;
  position: relative;
}
.maintenance .maintenance_main .counter small {
  color: #fff;
}

.pre-register{
  /*background-color: #fff;*/ }
.pre-register > *:not(.intro){
  padding: 105px 0;
  text-align: left;
}
.pre-register h2{
  font-weight: 700;
  margin-bottom: 30px;
}
.pre-register p,
.pre-register ul li{ font-size: 1rem; }
.pre-register .intro{
  min-height: 606px;
  position: relative;
  display: flex;
}
.pre-register .intro > div:first-child:before{
  background: url(images/cut_vertical.png) repeat-y top ;
  display: none;
  content: "";
  height: 100%;
  position: absolute;
  right: -18px;
  width: 21px;
  z-index: 9;
}
.pre-register .intro > div .wrapper{ position: relative; }
.pre-register .intro > div:last-child > .wrapper{
  z-index: 9;
}
.pre-register .intro .logo{
  position: absolute;
  right: -81px;
  top: 55px;
  width: 150px;
  z-index: 10;
  opacity: 0;
    visibility: hidden;
    display: none;
}
.pre-register .intro .logo:hover{ transform: rotate(15deg); }
.pre-register .intro .header *{ font-weight: 700; }
.pre-register .intro .header h2{
  font-size: 38px;
  margin-bottom: 7px;
}
.pre-register .intro .header h2 span{ color: #a10c10; }
.pre-register .intro .header h3{
  font-size: 1.25rem;
  line-height: 1.5;
}
.pre-register .intro .right .header h2,
.pre-register .intro .right .header h3{
  color: #fff;
  text-shadow: 2px 2px #000;
}
.pre-register .intro .details{
  background-color: #fafafa;
  margin: 2.75rem 0 0;
  min-height: 290px;
  padding: 2.75rem 0;
}
.pre-register .intro .left .details{
  float: right;
  width: 100%;
}
.pre-register .intro .right .details{
  float: left;
  position: relative;
  width: 100%;
  z-index: 8;
}
.pre-register .intro .right .details{ background-color: transparent; }

.pre-register .intro .details p{
  font-size: 1rem;
  line-height: 1.5;
}
.pre-register .intro .right{
  /*background-image: url("../../../../images/banners/field2.jpg");*/
}
.pre-register .intro .right .details p{
  color: #fff;
  font-size: .875rem;
  padding-left: 20px;
}
.pre-register .intro .details p a{ margin-top: 30px; }

.pre-register .intro .details .icon i{
  border: 2px solid #fff;
  border-radius: 60px;
  color: #fff;
  font-size: 3rem;
  height: 80px;
  margin-top: 3px;
  padding: 15px 0;
  text-align: center;
  width: 80px;
}
.pre-register .intro .video{
/*  bottom: 0;
  position: absolute;
  top: 1rem;
  overflow: hidden;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: center;*/
}
.pre-register .intro .video video{
  display: block;
    height: 100%;
    position: relative;
  z-index: 0;
  width: 100%;
}
.pre-register .costs{ padding: 105px 0 150px; }
.pre-register .costs{ background: url(images/pattern.png) repeat; }
.pre-register .costs h3{
  color: #a10c10;
  font-size: 3.875rem;
  font-weight: 700;
}
.pre-register .costs p{
  font-size: .6875rem;
  text-transform: uppercase;
}
.pre-register .costs .details{
  border-top: 1px dashed #434343;
  border-bottom: 1px dashed #434343;
  margin: 30px auto 0;
  max-width: 600px;
  padding: 30px 0;
}
.pre-register .costs ul{
  -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    padding: 0 20px;
    text-align: left;
}
.pre-register .costs ul li{ padding: 5px 0; }
.pre-register .costs ul li i{ color: #f8f8f8; }
.pre-register .services{
  /*background-color: #f8f8f8;*/
  position: relative;
  padding: 0;
}
.pre-register .services:before,
.pre-register .services:after{ background-color: #f8f8f8; }
.pre-register .services:before{
    /*content: "";*/
    left: 0;
    position: absolute;
    top: -10px;
    height: 50px;
    width: 100%;
    transform: skewY(1.5deg);
    -moz-transform: skewY(1.5deg);
    -webkit-transform: skewY(1.5deg);
    z-index: 10;
}
.pre-register .services:after{
    /*content: "";*/
    position: absolute;
    top: -10px;
    right: 0;
    height: 50px;
    width: 40%;
    transform: skewY(-5.5deg);
    -moz-transform: skewY(-5.5deg);
    -webkit-transform: skewY(-5.5deg);
    z-index: 10;
}
.pre-register .services h3{ font-weight: 700; margin-bottom: 10px; }
.pre-register .services p{ margin-bottom: 20px; }

.pre-register .services .btn{
  /*background-color: #f5f5f5;*/
  /*color: #434343!important;*/
  font-size: .875rem!important;
  margin-top: 30px;
  text-transform: none!important;
}

.pre-register .faq h3{
  font-weight: 700;
  margin-bottom: 10px;
  color: #a10c10;
}
.pre-register .faq p{ margin-bottom: 35px; }
.pre-register .faq ul{ padding-left: 20px; }
.pre-register .faq ul li{
  padding: 5px 0;
}
.pre-register .ready-start{
  background-image: url("../../../../images/media/maintenance2.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    box-shadow: 0 0 100px -8px #000 inset;
    -moz-box-shadow: 0 0 100px -8px #000 inset;
    -webkit-box-shadow: 0 0 100px -8px #000 inset;
    padding: 100px 0;
  text-align: center;
  position: relative;
}
.pre-register .ready-start > *{
  position: relative;
}
.pre-register .ready-start .logo img{ max-width: 250px; }
.pre-register .ready-start h2{
  color: #fff;
  margin-top: 20px;
}
.pre-register .ready-start p{
  color: #fff;
  max-width: 900px;
  margin: 0 auto;
}
.pre-register .intro .right .details .wrapper{
  display: none;
}
.pre-register .intro > div:first-child .icon{
  /*display: none;*/
  margin-right: 5px;
}
.pre-register .intro > div:last-child {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
    .pre-register .intro > div{
     /*height: 100%;*/
     /*position: absolute;*/
  }
  .pre-register .intro > div:first-child{
    left: 0;
    position: relative;
  }
  .pre-register .intro > div:last-child{ /*right: 0;*/ }
  .pre-register .intro > div:first-child > .wrapper {
    float: right;
    padding: 2rem 5rem 0 0;
    text-align: left;
  }
  .pre-register .intro > div:first-child > .wrapper:first-child {
    width: 100%;
    text-align: center;
  }
  .pre-register .intro > div:last-child > .wrapper{
    float: left;
    padding: 70px 0 0 101px;
    z-index: 9;
  }
  .pre-register .intro .logo{
    opacity: 1;
    visibility: visible;
  }
  .pre-register .intro .right .details .wrapper{
    margin: 0;
    padding: 0 30px 0 95px;
    display: none;
  }
  .pre-register .intro .left .details .wrapper{
    float: right;
    margin: 0;
    padding: 0 5rem 0 0;
    text-align: right;
  }
  .pre-register .services .row > div:first-child{ text-align: left; }
  .pre-register .services .row > div:last-child{ text-align: left; }
  .pre-register .faq .row > div:first-child{ text-align: left; }
  .pre-register .faq .row > div:last-child{ text-align: left; }
}

@media (max-width: 992px) {
  .pre-register .intro{
    display: block;
  }
  .pre-register .intro > div{
    position: relative;
  }
  .pre-register .intro > div:first-child:before{
    background: url(images/cut.png) repeat-x top;
    display: none;
    bottom: -21px;
    height: 21px;
    right: 0;
    width: 100%;
  }
  .pre-register .intro > div:first-child > .wrapper{
    text-align: left;
    padding: 70px 40px 0;
  }
  .pre-register .intro .logo{
    margin-bottom: 20px;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
  }
  .pre-register .intro .details{
    margin: 70px 0 30px;
  }
  .pre-register .intro .left .details .wrapper{
    padding: 0 40px;
    text-align: center;
  }
  .pre-register .intro > div:last-child > .wrapper{ padding: 70px 40px 0; }
  .pre-register .intro .right .header{ text-align: center; }
  .pre-register .intro .right .details .wrapper{ padding: 0 40px; }
  /* .pre-register .intro .video{ display: none; } */
  .pre-register .services .row > div{
    margin-bottom: 20px;
    /*text-align: center!important;*/
  }
  .pre-register .ready-start{ background-attachment: initial; }
  .pre-register .services i{ display: none; }
  .pre-register .services .wrapper,
  .pre-register .ready-start .wrapper{ padding: 0 40px; }
  .pre-register .faq{ padding: 70px 40px; }
  .pre-register .faq .row > div{ /*text-align: center!important;*/ }
}

@media (max-width: 767px) {
  .pre-register .intro > div:first-child > .wrapper,
  .pre-register .intro > div:last-child > .wrapper{ padding: 50px 20px 0; }
  .pre-register .intro .left .details .wrapper,
  .pre-register .intro .right .details .wrapper,
  .pre-register .services .wrapper, .pre-register .ready-start .wrapper{ padding: 0 20px; }
  .pre-register .faq{ padding: 100px 25px 50px; }
  .pre-register .intro .details{ margin: 30px 0; }
  .pre-register .intro .details{ padding: 30px 0; }
  .pre-register .costs ul{
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    text-align: center;
  }
  .maintenance .vinomize_features,
  .maintenance .why_vinomize {
    margin: 0 -10px 105px -10px !important;
  }
  .maintenance .why_vinomize h2 span,
  .maintenance .why_vinomize h2 {
    font-size: 70px !important;
  }
  .maintenance .vinomize_features_content .points {
    width: 100% !important;
  }
  .maintenance .vinomize_features_header span {
    font-size: 60px !important;
  }
  .maintenance .vinomize_features_content {
    margin-top: -13px !important;
    padding: 50px 0 150px;
  }
  .maintenance .below_main_image {
    display: block;
  }
  .maintenance .logo img {
    margin-bottom: 20px;
  }
  .maintenance .vinomize_features_content .features_bottom {
    width: 100%;
    left: 0 !important;
  }
  .maintenance .vinomize_features_content .features_bottom h3 {
    font-size: 60px !important;
  }
  .maintenance .vinomize_features_content .features_bottom span {
    font-size: 12px;
  }
  .maintenance .vinomize_features_header {
    padding-left: 20px !important;
  }
  .maintenance .vinomize_features_content .points .point {
    margin-left: 0 !important;
  }
}
@media (min-width: 992px) {
  .maintenance .why_vinomize h2 span,
  .maintenance .why_vinomize h2 {
    font-size: 100px !important;
  }
}

.two-tone-header.header.with-subheader,
.two-tone-header {
  margin-bottom: 20px;
  font-weight: 700;
  color: #000;
  font-size: 38px !important; }
  .two-tone-header span {
  font-weight: 700;
  color: #a10c10;
  font-size: 38px; }

.maintenance_section1_buttons {
  margin-top: 0px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 5vh;
}
.maintenance_section1_buttons a {
  padding: 5px 10px;
  margin-right: 30px;
  font-size: 24px;
}

#phonetop {
  width: auto !important;
}
#phonetop p span,
#phonetop p {
  padding-top: 5px;
  font-size: 20px !important;
}

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

.box_maintenance_bottom  p *,
.box_maintenance_bottom  p {
  font-weight: 800 !important;
  font-size: 40px !important;
  line-height: 48px;
  margin-bottom: 15px !important;
  width: 70vw;
  margin: auto; }
  .box_maintenance_bottom  .cta .btn {
    font-size: 25px !important;
    text-align: center;
  }

.btn.disabled {
  background-color: #f2f2f2;
  pointer-events: none;
  cursor: default; }

.maintenance .why_vinomize {
  padding: 30px 0;
  margin: 0 -45px 105px -45px;
  background-color: #a7a9ac; }
  .maintenance .why_vinomize > div {
    padding: 0 30px;
  }
  .maintenance .why_vinomize h2 {
    /* font-size: 100px !important; */
    font-weight: 400;
    color: #a10c10;
    text-align: center;
    padding-left: 0 !important;
    text-transform: uppercase;
  }
  .maintenance .why_vinomize h2 span {
    font-weight: 900 !important;
  }
  .maintenance .why_vinomize h3 {
    font-weight: 300 !important;
    text-transform: none;
    text-align: left;
    margin-bottom: 40px;
  }
.maintenance .vinomize_features {
  margin: 0 -45px 105px -45px;
}

.maintenance .vinomize_features_header {
  text-align: left;
  padding-left: 40px;
  color: #a10c10;
}
.maintenance .vinomize_features_header span {
  color: #a7a9ac;
  font-weight: 900;
  font-size: 100px;
}
.maintenance .vinomize_features_content {
  text-align: left;
  background-image: url("../../../../images/media/vinomize_maintenance.png");
  min-height: 80vh;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  display: flex;
  align-items: center;
  margin-top: -20px;
  position: relative;
}

.maintenance .vinomize_features_content .sub_header {
  position: absolute;
  top: 30px;
  left: 40px;
  color: #a10c10;
  margin: 0 !important;
  text-transform: none;
  font-weight: 400;
}
.maintenance .vinomize_features_content .features_bottom {
  position: absolute;
  bottom: 30px;
  right: 30px;
  text-align: center;
  color: #a10c10; }
  .maintenance .vinomize_features_content .features_bottom h3 {
    font-size: 80px;
  }

.maintenance .vinomize_features_content .points .point {
  margin-bottom: 10px;
  margin-left: 1em;
  counter-increment: listStyle;
  text-indent: -3rem;
  padding-left: 3rem;
}

.maintenance .vinomize_features_content .points {
  width: 80%;
  padding: 30px;
  counter-reset: listStyle;
}

.maintenance .vinomize_features_content .points .point::before {
  margin-right: 1em;
  content: counter(listStyle, decimal);
  background-color: #a10c10;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  padding-top: 5px;
  text-indent: 0;
}

/*Maintenance page end*/


/*Roadmap start*/

.timeline {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px 0;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 2px;
  background: #a10c10;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}

.timeline_container {
  padding: 15px 30px;
  position: relative;
  background: inherit;
  width: 50%;
}

.timeline_container.left {
  left: 0;
}

.timeline_container.right {
  left: 50%;
}

.timeline_container::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: -8px;
  background: #ffffff;
  border: 2px solid #a10c10;
  border-radius: 16px;
  z-index: 1;
}

.timeline_container.right::after {
  left: -8px;
}

.timeline_container::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  top: calc(50% - 1px);
  right: 8px;
  background: #a10c10;
  z-index: 1;
}

.timeline_container.right::before {
  left: 8px;
}

.timeline_container .date {
  position: absolute;
  display: inline-block;
  top: calc(50% - 20px);
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #a10c10;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}

.timeline_container.left .date {
  right: -200px;
}

.timeline_container.right .date {
  left: -200px;
}

.timeline_container .icon {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 9px 0;
  top: calc(50% - 20px);
  background: transparent;
  border: 2px solid #a10c10;
  border-radius: 40px;
  text-align: center;
  font-size: 18px;
  color: #a10c10;
  z-index: 1;
}

.timeline_container.left .icon {
  right: 56px;
}

.timeline_container.right .icon {
  left: 56px;
}

.timeline_container .content {
  padding: 30px 90px 30px 30px;
  background: #fff;
  position: relative;
  border-radius: 0 500px 500px 0;
  text-align: left;
}

.timeline_container.right .content {
  padding: 30px 30px 30px 90px;
  border-radius: 500px 0 0 500px;
}

.timeline_container .content h2 {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: normal;
  color: #a10c10;
}

.timeline_container .content p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

@media (max-width: 767.98px) {
  .timeline::after {
    left: 120px;
  }

  .timeline_container {
    width: calc(100% - 30px);
    padding-left: 100px;
    padding-right: 0px;
    left: 30px !important;
  }

  .timeline_container.right {
    left: 0%;
  }

  .timeline_container.left::after,
  .timeline_container.right::after {
    left: 82px;
  }

  .timeline_container.left::before,
  .timeline_container.right::before {
    left: 97px;
    border-color: transparent #006E51 transparent transparent;
  }

  .timeline_container.left .date,
  .timeline_container.right .date {
    right: auto;
    left: -15px;
    font-size: 18px;
    top: calc(50% - 10px);
  }

  .timeline_container.left .icon,
  .timeline_container.right .icon {
    right: auto;
    left: 136px;
  }

  .timeline_container.left .content,
  .timeline_container.right .content {
    padding: 30px 5px 30px 60px;
    border-radius: 500px 0 0 500px;
    margin-left: 30px;
  }

  .timeline_container::before {
    width: 40px !important;
  }
}

/*Roadmap start*/




/*Blends Start*/
.blend_groups_image {
  text-align: center;
  height: 200px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.single_blend_group {
  padding: 10px 20px;
}
.single_blend_group_description {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blend_group_banner {
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
  background-size: cover;
}
.blend_group_description {
  margin: 5px 0 20px;
}
.blends_of_group_title {
  margin-top: 40px;
  margin-bottom: 10px;
}
.blend_image_half {
  padding: 0 30px;
}
.blends_image {
  text-align: center;
}

.blend .blend_products {
  padding-bottom: 60px;
}
.blend .blend_pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

/*Blends End*/



/*Stats Count Start*/
@media (max-width: 767px) {
  .box_stats .row {
    display: block;
  }
  .box_stats .row .single_stat {
    width: 100% !important;
  }
}

.single_stat .counter-box {
    display: block;
    padding: 40px 20px 37px;
    text-align: center;
    height: 100%;
}

.single_stat .counter-box p {
    margin: 15px 0 0;
    padding: 0;
    color: #004E95;
    font-size: 18px;
    font-weight: bold;
}

.single_stat .counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #d2d2d2;
}

.single_stat .counter-box .counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #42b549;
    line-height: 28px;
}

.single_stat .counter-box.colored {
    /* background: #3acf87; */
}

.single_stat .counter-box.colored p,
.single_stat .counter-box.colored i,
.single_stat .counter-box.colored .counter {
    /* color: #fff; */
}

.single_stat .counter-box img {
	width: 60px;
	margin-bottom: 20px;
}

/*Stats Count End*/

.catalog-view.buy_together_view .buy_together.center_horizontal {
	position: relative; }
	.catalog-view.buy_together_view .buy_together.center_horizontal .add_all_to_cart {
		position: absolute;
		top: 40%;
		left: 50%;
		transform: translate(-40%, -50%);
	}

.add_all_to_cart .total_price {
	font-size: 18px;
}

@media (min-width: 768px) {
	.catalog-view.buy_together_view .buy_together:not(:last-child):not(.last_of_together):after {
		content: '+';
		font-size: 40px;
		position: absolute;
		top: 40%;
		right: -15px;
		transform: translate(-40%, -15px);
	}
	.catalog-view.buy_together_view .buy_together.last_of_together:after {
		content: '=';
		font-size: 40px;
		position: absolute;
		top: 40%;
		right: -15px;
		transform: translate(-40%, -15px);
	}
}
@media (max-width: 767px) {
	.catalog-view.buy_together_view .buy_together:not(:last-child):not(.last_of_together):after {
		content: '+';
		font-size: 40px;
		position: absolute;
		bottom: -25px;
		left: 50%;
		transform: translate(-50%, -25px);
	}
	.catalog-view.buy_together_view .buy_together.last_of_together:after {
		content: '=';
		font-size: 40px;
		position: absolute;
		bottom: -25px;
		left: 50%;
		transform: translate(-50%, -25px);
	}
	.catalog-view.buy_together_view .buy_together.center_horizontal {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.catalog-view.buy_together_view .buy_together.center_horizontal .add_all_to_cart {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

/* Event Showcases Start */

.event_products_buttons_container {
	padding: 20px 0; }
	.event_products_buttons_container .event_products_button.left {
		/*padding-right: 20px;*/ }
	.event_products_buttons_container .event_products_button.right {
		padding-left: 20px; }

.event_products_button div {
	min-height: 60px;
	background-color: #8AC6DF;
	color: #fff;
	padding: 20px 0;
	font-size: 40px; }
	.event_products_button div i {
		margin-right: 20px;
		font-size: 40px; }


@media (max-width: 992px) {
	.event_products_buttons_container {
		padding: 10px 0; }
		.event_products_buttons_container .event_products_button {
			padding: 10px 0;
		}

	.event_products_button div {
		min-height: 40px;
		background-color: #8AC6DF;
		color: #fff;
		padding: 10px;
		font-size: 30px;
		display: flex;
		align-items: center;
		justify-content: center; }
		.event_products_button div i {
			margin-right: 20px;
			font-size: 30px; }
}

.tabbable.showcases_tabbable .tab-content .tab-pane {
	background-color: transparent;
}
.tabbable.showcases_tabbable ul {
	text-align: center;
}
.tabbable.showcases_tabbable ul li a {
	font-size: 15px; }
	.tabbable.showcases_tabbable ul li.active a {
		background-color: transparent;
		border: none;
		border-bottom: 2px solid #ccc;
		font-size: 18px;
	}

.tabbable.showcases_tabbable .tab-content .tab-pane .pagination ul li {
	display: inline-block;
}

.event_showcases .showcases_tabbable .showcase_overview {
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 40px;
}

.community_bg_button {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 300px;
	border-radius: 2px;
}

.event_community_info {
	padding: 20px;
	padding-top: 0;
	width: 100%;
}

/* Event Showcases End */

@media (min-width: 768px) {
	.sticky-filters {
		position: sticky;
		top: 0;
		overflow-y: scroll;
		height: 100vh;
		-ms-overflow-style: none;  /* IE and Edge */
		scrollbar-width: none;  /* Firefox */
	}
	.sticky-filters::-webkit-scrollbar {
	  display: none;
	}
}

#getintouch .module-body {
	word-break: break-all;
}