html {
  border: none !important;
  font-size: 100%;
  height: 100%; }

body {
  border: none !important;
  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%; }

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

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

h1.header,
h2.header {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 0 0 50px;
  padding: 10px 20px; }

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

h3.subheader {
  margin-bottom: 40px; }

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

h3 {
  font-size: 1.25rem; }

h4 {
  font-size: 1.125rem; }

.cart-page > h3,
.cart-page > h4 {
  margin-bottom: 20px; }

.home-header {
  font-size: 1.8875rem;
  margin: 0 0 50px;
  border-bottom: 2px solid #757575;
  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 {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 10px;
  color: #fff; }
  .alert.alert-success {
    background-color: #7ea26f; }
  .alert.alert-info {
    background-color: #3d9cd2; }
  .alert.alert-warning {
    background-color: #ded3af; }
  .alert.alert-error {
    background-color: #c34242; }
  .alert a,
  .alert p {
    color: #fff; }
  .alert.with-icon {
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 0; }
    .alert.with-icon .icon {
      background-color: rgba(0, 0, 0, 0.05);
      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: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 20px; }
  .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: 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 {
      bottom: 15px;
      padding: 0 15px;
      left: 0;
      position: absolute;
      width: 100%; }

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

.catalog-manufacturers .image {
  padding-left: 10px; }
  .catalog-manufacturers .image a {
    background-color: #fff;
    display: table-cell;
    height: 80px;
    width: 80px;
    vertical-align: middle; }

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

.catalog-view.carousel {
  margin: 0 -20px; }

.catalog-view .carousel-inner .row {
  margin-left: 0;
  margin-right: 0; }

.catalog-view .carousel-controler {
  top: 35%; }
  .catalog-view .carousel-controler.left {
    left: 20px; }
  .catalog-view .carousel-controler.right {
    right: 20px; }

.catalog-view .product {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-bottom: 30px;
  position: relative; }

.catalog-view.more-products .product {
  border-radius: 0;
  background-color: transparent; }
  .catalog-view.more-products .product:hover {
    border-radius: 0; }

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

.catalog-view .product.box:nth-child(even) {
  background-color: transparent; }

.catalog-view .product .product-thumb {
  border-bottom: 4px solid #e0e0e0;
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  position: relative;
  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.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.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 .price span {
  font-weight: 400; }

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

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

.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 -126px;
  padding: 0 15px 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 {
  background-color: #3c4349;
  border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  -webkit-border-radius: 0 0 0 4px;
  bottom: 0;
  margin-bottom: 0;
  padding: 3px 5px 5px;
  position: absolute;
  text-align: center;
  width: 100%; }

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

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

.catalog-view .product .login-for-price span {
  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 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 {
  background-color: #3c4349;
  border: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #fff;
  font-size: 0.875rem;
  padding: 8px 15px; }

.catalog-view .product .product-buttons .out-of-stock {
  background-color: #3c4349;
  border: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #fff;
  font-size: 0.875rem;
  padding: 8px 15px;
  color: #ff9100 !important; }

.catalog-view .product .product-buttons .sm-btn {
  border: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 3px 0 0 5px;
  padding: 4px 8px; }
  .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 > * {
  margin-bottom: 40px; }

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

.catalog .category-information img {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  width: 100%; }

.catalog .category-information p {
  margin-top: 20px; }

.catalog .subctegories {
  margin-bottom: 25px; }
  .catalog .subctegories > div {
    margin-bottom: 15px; }
  .catalog .subctegories .subcategory {
    border-top: 4px solid #3d434a;
    border-bottom: 3px solid #f1f1f1;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: table;
    width: 100%; }
    .catalog .subctegories .subcategory div {
      display: table-row; }
      .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-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 {
  margin-top: 10px; }
  .catalog-filters .select-boxes .chosen-container {
    width: 100%; }

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

.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 .catalog-search form select {
  height: 40px;
  width: 100%; }

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

.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"; }

input,
textarea {
  font-weight: 0.75rem; }

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 {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 25px;
  padding-bottom: 5px; }

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

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

@media (max-width: 767px) {
  form.form-columns label,
  form.form-columns input,
  form.form-columns .col,
  form.form-columns select,
  form.form-columns .chosen-container-single {
    max-width: 100%; }
}

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 .opening-hours input {
  max-width: 150px; }

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

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"] {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 7px 10px;
  width: 100%; }

input[type="text"] {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 7px 10px;
  width: 100%; }

form textarea {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 7px 10px;
  width: 100%; }

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;
  border-radius: 5px;
  color: #31708f;
  margin-top: 10px;
  padding: 7px 10px; }

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

form select {
  border: 2px solid #e0e0e0;
  height: 38px;
  max-width: 260px;
  width: 100%; }

form .chosen-container-single .chosen-single,
form .chosen-container-active.chosen-with-drop .chosen-single {
  background-image: none;
  background: none;
  box-shadow: none;
  height: auto;
  padding: 6px 10px; }

form.small .chosen-container-single .chosen-single {
  border: 1px solid #efefef !important;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 3px 8px; }
  form.small .chosen-container-single .chosen-single div b {
    background-position: 2px 6px; }

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

form.small .chosen-container-single .chosen-single,
form.small .chosen-container-active.chosen-with-drop .chosen-single,
form.small .chosen-container .chosen-drop {
  border: 1px solid #efefef !important; }

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; }

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

form .chosen-container-multi .chosen-choices {
  background-image: none;
  border: 2px solid #e0e0e0;
  border-radius: 5px;
  min-width: 260px;
  padding: 4px 5px; }

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

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

.wrapper {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 30px; }

header.floating-topbar .over-topbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999; }

main .content {
  position: relative; }

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

@media (max-width: 767px) {
	.flex-container .flex1 {
		width: 100%;
	}
}

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

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

.sidebar,
.inner {
  margin: 65px 0; }

.homepage .inner {
  margin: 0; }

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

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

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

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

.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 30px; }

.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: flex;
    flex-direction: column;
    margin: -1px; }

.full_height {
	height: 100%;
	height: -webkit-fill-available !important; }

.widthauto {
  width: auto; }

.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 !important; }

.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; }
  
@media (min-width: 992px) {
	.thumb5 {
	  width: 20% !important;
	}
}

.position-cart .module {
  float: right;
  max-width: 50%;
  width: auto !important; }

.position-cart .cart-dropdown {
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  float: right;
  margin-top: 25px;
  padding: 20px 10px 44px 10px;
  position: relative;
  text-align: center; }
  .position-cart .cart-dropdown:hover {
    background: #373d42; }

.position-cart a,
.position-cart span,
.position-cart p {
  font-size: 1rem; }

.position-cart .cart-dropdown > div {
  display: inline-block;
  text-align: right;
  vertical-align: top; }

.position-cart .cart-dropdown .dropdown-menu {
  text-align: left; }

.position-cart .cart-dropdown div.dropdown-menu {
  display: none; }

.position-cart .cart-dropdown > .icon {
  margin-left: 5px; }
  .position-cart .cart-dropdown > .icon i {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    color: #fff;
    font-size: 1.25rem;
    padding: 11px 14px 11px 10px; }

.position-cart .cart-dropdown .dropdown-menu {
  left: auto;
  margin: 0;
  padding: 0;
  right: 0;
  top: 110px;
  width: 500px; }
  .position-cart .cart-dropdown.logedin .dropdown-menu.user_only {
    width: 320px;
  }
  .position-cart .cart-dropdown .dropdown-menu .header {
    background: #373d42;
    padding: 0 10px; }
    .position-cart .cart-dropdown .dropdown-menu .header > div {
      padding: 20px 10px 19px; }
    .position-cart .cart-dropdown .dropdown-menu .header span {
      color: #fff;
      font-size: 1rem; }
  .position-cart .cart-dropdown .dropdown-menu .body {
    padding: 20px 10px; }
    .position-cart .cart-dropdown .dropdown-menu .body .row > div {
      padding: 10px; }
  .position-cart .cart-dropdown .dropdown-menu .subtotal > div {
    padding: 10px; }
  .position-cart .cart-dropdown .dropdown-menu .body i.fa-close {
    color: #ef5350; }
  .position-cart .cart-dropdown .dropdown-menu .body ul {
    list-style: none; }
    .position-cart .cart-dropdown .dropdown-menu .body ul li a {
      font-size: 0.875rem; }
  .position-cart .cart-dropdown .dropdown-menu .subtotal {
    padding: 9px 10px; }
    .position-cart .cart-dropdown .dropdown-menu .subtotal span {
      color: #fff;
      font-size: 1.125rem; }
  .position-cart .cart-dropdown .dropdown-menu .action-btns {
    padding: 15px 0;
    text-align: center; }
    .position-cart .cart-dropdown .dropdown-menu .action-btns a {
      border-radius: 7px;
      -moz-border-radius: 7px;
      -webkit-border-radius: 7px;
      color: #fff;
      display: inline-block;
      font-weight: 400;
      padding: 15px 35px;
      vertical-align: top; }
      .position-cart .cart-dropdown .dropdown-menu .action-btns a:hover {
        color: #373d42; }
      .position-cart .cart-dropdown .dropdown-menu .action-btns a:nth-of-type(2) {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 0 7px 7px 0;
        -moz-border-radius: 0 7px 7px 0;
        -webkit-border-radius: 0 7px 7px 0;
        margin-left: -8px; }

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

.position-cart .box_cart_bar .cart-dropdown > div > span:first-child {
  font-size: 1.125rem;
  font-weight: 400; }

.position-cart .box_cart_bar .cart-dropdown > div > span:last-of-type {
  color: #fff;
  font-size: 0.687rem; }

.position-cart .box_cart_bar .cart-dropdown .dropdown-menu .body ul li a {
  font-size: 1rem; }

.position-cart .box_profile_bar .cart-dropdown > div > span:first-child {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400; }

.position-cart .box_profile_bar .cart-dropdown > div > span:last-of-type {
  font-size: 0.687rem; }

.position-cart .box_profile_bar .cart-dropdown .dropdown-menu .body {
  padding: 20px; }
  .position-cart .box_profile_bar .cart-dropdown .dropdown-menu .body p {
    font-size: 0.75rem; }

#position-top-a {
  position: relative; }

footer .wrapper {
  border-top: 1px solid #545e66;
  padding: 20px 0; }
  footer .wrapper .module:last-child {
    text-align: right; }

footer .module ul li {
  display: inline-block;
  list-style: none; }
  footer .module ul li a {
    font-size: 1rem;
    padding: 0 0 0 20px; }

.product-options .images {
  margin-bottom: 30px; }

.product-options .image {
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-bottom: 5px solid #e0e0e0; }

.product-options .image a {
  display: block;
  width: 100% !important; }

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

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

.product-options .image > *:first-child {
  position: relative; }

.product-options .thumbs ul li a {
  position: relative; }

.product-options .image > *:first-child:after {
  background-color: rgba(0, 0, 0, 0.07);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.product-options .thumbs {
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  padding: 15px 10px; }
  .product-options .thumbs ul li a:after {
    background-color: rgba(0, 0, 0, 0.07);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.product-options .thumbs .carousel-controler {
  top: 15px; }

.product-options .thumbs .carousel-controler.left {
  left: -10px; }

.product-options .thumbs .carousel-controler.right {
  right: -10px; }

.product-options .thumbs ul li a {
  display: block;
  margin: 0 5px; }

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

.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 {
  margin-bottom: 30px; }

.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: 10px; }

.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%; }

.product-options .price {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-bottom: 10px;
  padding: 5px 15px;
  text-align: center; }
  .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 -96px;
    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;
  padding-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; }

.product-options .add-to-cart button i,
.product-options #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: 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 {
  cursor: pointer; }

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

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

.product-view:not(.style4) .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 {
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  left: 0; }

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

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

.product-details > *:nth-child(n + 2) {
  margin-bottom: 40px; }

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

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

.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.1;
    margin-top: -15px;
    opacity: 0;
    overflow: hidden; }

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

.product-details .share-product {
  border-top: 5px solid #e0e0e0;
  margin: 10px 0 40px;
  padding-top: 10px; }

.product-details .share-product a {
  color: #616161;
  font-size: 0.875rem;
  margin-right: 10px; }

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

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

.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 .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;
    text-align: right; }

.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 #accordion h4 a {
  border-top: 2px solid #efefef;
  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; }

.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_become_vendor {
  width: auto !important;
  position: absolute;
  top: 0;
  z-index: 990; }

.box_become_vendor h3 a {
  color: #fff;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  max-width: 120px;
  padding: 20px 15px 15px;
  text-align: center;
  text-transform: uppercase; }
  .box_become_vendor h3 a:hover {
    color: #fff; }
  .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; }

.box_bestsellers {
  margin-top: 50px; }

/* 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: #f7f7f7;
  padding: 1rem; }

.box_blog_news--traditional .blog_post_image a {
  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; }

.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_blog_news--compact .blog_post_title {
  font-size: 1.5rem;
  color: #fff;
  position: relative;
  z-index: 20; }

.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 img {
  min-height: 17rem;
  object-fit: cover; }

.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(3, 1fr); } }

.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_canvas_search_bar .module-body .search-inputs input::-moz-placeholder,
.box_canvas_search_bar
.module-body
.search-inputs
input::-webkit-input-placeholder {
  color: #95989a; }

.box_cart_bar .cart-dropdown > div:first-child {
  padding-top: 2px; }

.box_cart_bar .cart-dropdown > div > span {
  display: block; }

.box_cart_bar .cart-dropdown > div > span:first-child {
  font-size: 1.125rem;
  font-weight: 400; }

.box_cart_bar .cart-dropdown > div > span:last-of-type {
  color: #fff;
  font-size: 0.687rem; }

.box_cart_bar .cart-dropdown .dropdown-menu .body ul li a {
  font-size: 1rem; }

.box_cart_bar .cart-dropdown .dropdown-menu .body .empty-cart {
  padding-left: 50px !important; }

.box_cart_summary ul {
  margin-top: 15px; }
  .box_cart_summary ul li {
    border-top: 2px solid #efefef;
    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 #efefef;
  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 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  position: relative;
  width: 100% !important; }

.box_category_bar .nav {
  position: relative; }
  .box_category_bar .nav > li:not(.button) > a {
    font-size: 0.875rem;
    text-transform: uppercase;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    margin-top: 5px;
    padding: 13px 15px 19px; }
  .box_category_bar .nav li.button a {
    padding: 0; }
  .box_category_bar .nav li.button:last-of-type {
    float: right; }
  .box_category_bar .nav li.button:first-of-type a {
    position: relative;
    top: 3px; }
    .box_category_bar .nav li.button:first-of-type a i {
      background-color: #33393e;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      font-size: 1.5rem;
      padding: 8px 10px; }
  .box_category_bar .nav li.button:last-of-type a {
    background-color: #33393e;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: inline-block;
    font-size: 0.625rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 8px;
    padding: 13px 50px 13px 10px; }
    .box_category_bar .nav li.button:last-of-type a i {
      font-size: 1.5rem;
      position: absolute;
      right: 10px;
      top: 8px; }
  .box_category_bar .nav.simple-menu > .dropdown > .dropdown-menu {
    width: 580px;
    left: -50%;
    padding: 0; }
  .box_category_bar .nav.simple-menu > li:nth-of-type(n + 6) .dropdown-menu {
    left: auto;
    right: -120%; }
  .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;
    height: 100%;
    position: absolute;
    right: 0;
    width: 300px; }
  .box_category_bar .nav.simple-menu > .dropdown .wrapper {
    padding: 0; }
  .box_category_bar .nav.simple-menu > .dropdown > .dropdown-menu .categories > ul {
    background-color: #ececec;
    display: inline-block;
    list-style: none;
    min-height: 226px;
    padding: 0;
    vertical-align: top;
    width: 100%; }
  .box_category_bar .nav.simple-menu .dropdown-menu .categories > ul > li > a {
    background-color: #fff;
    display: block;
    color: #3c4349;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 5px;
    padding: 12px 15px;
    text-transform: uppercase; }
  .box_category_bar .nav.simple-menu .dropdown-menu .categories > ul > li:last-child > a {
    margin-bottom: 0; }
  .box_category_bar .nav.simple-menu .dropdown-menu ul li a:hover {
    background-color: #fbfbfb; }
  .box_category_bar .nav.simple-menu .dropdown-menu ul li a span,
  .box_category_bar .nav.simple-menu .dropdown-menu ul li a:hover span {
    color: #929292 !important;
    font-size: 0.75rem;
    text-transform: none; }
  .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 {
      padding: 40px 0;
      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 > a {
          display: block;
          font-size: 0.75rem;
          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 > a {
        font-size: 0.8125rem;
        padding: 5px 0;
        position: relative;
        display: block; }
      .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; }

@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-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    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: #8e9398 !important;
    font-weight: 400;
    margin-top: 0;
    padding: 17px 10px;
    text-transform: none; }
  #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: block;
    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; } }

.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; }

.box_combined_module_1 {
  padding: 60px 0;
  width: 100% !important; }

.box_combined_module_1 .module-body > .row > div:nth-child(3) {
  margin-top: 60px; }

.box_combined_module_1 .carousel {
  min-height: 155px; }

.box_combined_module_1 ul {
  margin: -50px 0 17px;
  text-align: center; }

.box_combined_module_1 ul li {
  border-bottom: 1px solid #757575;
  display: inline-block; }

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

.box_combined_module_1 .tabbable ul li a {
  background-color: transparent;
  color: inherit !important;
  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 (max-width: 992px) {
  .box_combined_module_1 .module-body > .row > div:nth-last-child(n + 2) {
    margin-bottom: 60px; } }

@media (max-width: 767px) {
  .box_combined_module_1 {
    padding: 40px 0;
    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; }

.box_custom {
  width: 100%; }

.box_featured_products {
  padding: 65px 0 10px; }

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

.box_featured_vendors .pagination {
  margin-top: 20px; }
  .box_featured_vendors .pagination ul li.disabled {
    visibility: hidden; }
  .box_featured_vendors .pagination ul li a {
    padding: 5px 10px; }
  .box_featured_vendors .pagination ul li:first-child a {
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px; }
  .box_featured_vendors .pagination ul li:last-child a {
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0; }

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

.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 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem; }
  .box_filter_product_fields ul li h3 {
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase; }
  .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 rgba(0, 0, 0, 0.05);
    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; }
    .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; }
  .box_filter_product_fields ul li label {
    height: 0;
    overflow: hidden;
    margin: 0;
    transition: all 0.3s ease-in-out; }
  .box_filter_product_fields ul li .pf-section.open label {
    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: rotateX(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: 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 #efefef;
  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 #efefef !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: 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 :-moz-placeholder,
.box_geo_location_search_bar ::-moz-placeholder,
.box_geo_location_search_bar ::-webkit-input-placeholder {
  color: #d4d4d4; }

.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 {
  background-color: #fff;
  padding: 65px 0; }
  .box_home_categories header {
    border-bottom: 2px solid #757575;
    padding: 10px 0; }
    .box_home_categories header h3 a {
      font-size: 1rem;
      color: #616161; }
      .box_home_categories header h3 a i {
        float: right;
        margin-top: 6px; }
  .box_home_categories .image {
    margin-top: 5px;
    position: relative; }
    .box_home_categories .image > a {
      display: block; }
      .box_home_categories .image > a img {
        width: 100%; }
    .box_home_categories .image .icon {
      opacity: 0;
      position: absolute;
      text-align: center;
      bottom: -58px;
      width: 100%;
      z-index: 5; }
  .box_home_categories article:hover .image .icon {
    bottom: -38px;
    opacity: 1; }
  .box_home_categories .image .icon a {
    background-color: #fff;
    border-radius: 30px;
    display: inline-block;
    height: 60px;
    line-height: 48px;
    width: 60px; }
    .box_home_categories .image .icon a img {
      max-width: 31px;
      max-height: 31px;
    }
  .box_home_categories article .description {
    font-size: 0.875rem;
    margin-top: 10px;
    position: relative;
    z-index: 10; }
    .box_home_categories article .description.move {
      margin-top: 20px; }

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

.box_icon_banners.module {
  border-radius: 0 !important;
  overflow: hidden;
  position: relative; }

.box_icon_banners:before {
  background-color: #fff;
  content: "";
  height: 100%;
  opacity: 0.08;
  filter: alpha(opacity=8);
  left: -55%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-transform: skewX(-55deg);
  -ms-transform: skewX(-55deg);
  transform: skewX(-55deg); }

.box_icon_banners .module-body {
  text-align: center; }
  .box_icon_banners .module-body .wrapper {
    padding: 65px 0px; }
  .box_icon_banners .module-body > * {
    color: #fff; }
  .box_icon_banners .module-body h3 {
    font-size: 1.625rem;
    font-weight: 600;
    text-transform: uppercase; }
  .box_icon_banners .module-body p {
    text-transform: uppercase; }
  .box_icon_banners .module-body i {
    font-size: 3rem;
    margin-bottom: 20px; }
  .box_icon_banners .module-body a {
    border: 2px solid #fff;
    font-weight: 400;
    padding: 10px 25px;
    text-transform: uppercase; }

@media (max-width: 767px) {
  .box_icon_banners .module-body .wrapper {
    padding: 30px 0; }
    .box_icon_banners .module-body .wrapper .row > div {
      margin-bottom: 10px; } }

.box_international {
  padding: 0;
  text-align: right; }
  .box_international .dropdown {
    display: inline-block;
    position: relative;
    vertical-align: top; }
    .box_international .dropdown > a {
      background: none;
      border: none;
      display: inline-block;
      padding: 11px 7px; }
  .box_international .dropdown-menu {
    border-top: 2px solid #505b65; }
    .box_international .dropdown-menu:after {
      content: "";
      display: block;
      position: absolute;
      top: -13px;
      right: 14px;
      border: 6px solid transparent;
      border-bottom-width: 5px;
      border-bottom-color: #505b65; }
  .box_international .dropdown .dropdown-menu li a:hover {
    background-color: transparent;
    cursor: pointer; }
	.box_international .dropdown .dropdown-menu li.selected-lang {
		opacity: 0.5;
		background-color: #ccc;
	}

.box_live_chat .image span {
  background: #f5f5f5 url("../images/live_chat/support_icon.png") center no-repeat;
  border-radius: 3px;
  display: block;
  height: 50px;
  width: 50px; }

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

.box_live_chat .text-box {
  background-color: #f5f5f5;
  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 {
  padding: 35px 0; }
  .box_logo img {
    max-height: 80px; }

@media (max-width: 767px) {
  .box_logo {
    padding: 15px 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: 1rem;
  overflow: hidden;
  margin: -3rem -3rem 0;
  padding: 3rem 3rem 0; }
  .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;
  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 {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    align-self: center;
    padding: 1rem; }
  .box_manufacturers ul li div {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    align-self: center;
    padding: 1rem;
    position: absolute;
    height: auto;
    transform: rotateY(180deg); }
    .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: 100%;
    width: 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); } }

.liveparent{
	margin: 0px !important;
}

.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; }

.sidebar .box_more_buying_choices > div,
.sidebar .box_more_buying_choices .module-body {
  padding: 0; }

.sidebar .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; }

.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; } }

.box_new_arrivals {
  margin-top: 50px; }

.box_new_arrivals {
  width: 46% !important; }

.box_new_arrivals .carousel {
  min-height: 155px; }

.box_new_arrivals ul {
  margin: -50px 0 17px;
  text-align: center; }

.box_new_arrivals ul li {
  border-bottom: 1px solid #757575;
  display: inline-block; }

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

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

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

.box_new_arrivals .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_new_arrivals .thumb img {
  width: 100%; }

.box_new_arrivals .thumb a {
  display: block;
  overflow: hidden; }

.box_new_arrivals .thumb .product-quick-view {
  bottom: -40px;
  margin-left: -5px; }

.box_new_arrivals .thumb .product-quick-view a {
  font-size: 0.75rem;
  padding: 5px 8px; }

.box_new_arrivals .thumb .product-quick-view a i {
  padding-left: 5px; }

.box_new_arrivals .thumb .price {
  padding-top: 2px; }

.box_new_arrivals .thumb:hover .product-quick-view {
  bottom: 45%; }

.box_new_arrivals .thumb:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.box_new_vendor_products {
  width: 46% !important; }

.box_new_vendor_products {
  float: right; }

.box_new_vendor_products .carousel {
  min-height: 155px; }

.box_new_vendor_products ul {
  margin: -50px 0 17px;
  text-align: center; }

.box_new_vendor_products ul li {
  border-bottom: 1px solid #757575;
  display: inline-block; }

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

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

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

.box_new_vendor_products .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_new_vendor_products .thumb img {
  width: 100%; }

.box_new_vendor_products .thumb a {
  display: block;
  overflow: hidden; }

.box_new_vendor_products .thumb .product-quick-view {
  bottom: -40px;
  margin-left: -5px; }

.box_new_vendor_products .thumb .product-quick-view a {
  font-size: 0.75rem;
  padding: 5px 8px; }

.box_new_vendor_products .thumb .product-quick-view a i {
  padding-left: 5px; }

.box_new_vendor_products .thumb .price {
  padding-top: 2px; }

.box_new_vendor_products .thumb:hover .product-quick-view {
  bottom: 45%; }

.box_new_vendor_products .thumb:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.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 {
    opacity: 1; }
  .box_price_range_slider #module_price_range_slider .slider-selection {
    opacity: 0.6; }

.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 1rem;
    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 {
    max-width: 300px;
    max-height: 200px;
    overflow: hidden; }

.box_product_collections .find-by-block {
  overflow: hidden;
  position: relative; }
  .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; }

.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 {
    margin-top: 1rem;
    padding: 1rem 3rem 0; }
  .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 3fr; } }

.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 .question-form {
  background-color: #e8e8e8;
  border-radius: 5px 5px 0 0;
  padding: 15px; }

.box_product_questions article {
  margin-bottom: 5px; }
  .box_product_questions article .header {
    background-color: #5c646d;
    border-radius: 5px 5px 0 0;
    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 {
    background-color: #fff;
    border-radius: 0 0 5px 5px; }
    .box_product_questions article .answer > div {
      padding: 15px; }
    .box_product_questions article .answer .vote {
      border-right: 1px solid #efefef;
      margin-right: 30px;
      padding: 0 30px 0 15px;
      text-align: center; }
      .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 (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 {
    background-color: #f9f9f9;
    border-right: 0;
    margin-right: 0;
    margin-bottom: 15px;
    padding: 0; } }

.box_profile_bar .avatar {
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  height: 46px;
  margin-left: 5px;
  overflow: hidden;
  text-align: center;
  width: 46px; }
  .box_profile_bar .avatar img {
    width: 42px; }

.box_profile_bar .cart-dropdown > div > span {
  display: block; }

.box_profile_bar .cart-dropdown > div:first-child {
  padding-top: 4px; }

.box_profile_bar .cart-dropdown > div > span:first-child {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400; }

.box_profile_bar .cart-dropdown > div > span:last-of-type {
  font-size: 0.687rem; }

.box_profile_bar .cart-dropdown .dropdown-menu .body {
  padding: 20px; }

.box_profile_bar .cart-dropdown .dropdown-menu .body ul li.start-selling {
  background: #f7f7f7;
  padding: 10px; }

.box_profile_bar .cart-dropdown .dropdown-menu .body ul li a:not(.btn) {
  border-left: 2px solid #fff;
  display: block;
  padding: 5px 0; }

.box_profile_bar .cart-dropdown .dropdown-menu .body ul li a.btn {
  line-height: normal; }

.box_profile_bar .cart-dropdown .dropdown-menu .body ul li b {
  font-size: 0.875rem;
  font-weight: normal; }

.box_profile_bar .cart-dropdown .dropdown-menu .body h3 {
  color: #616161;
  font-size: 0.875rem; }

.box_profile_bar .cart-dropdown .dropdown-menu .body p {
  font-size: 0.75rem; }

@media (max-width: 992px) {
  #mobile-background-menu .box_profile_bar {
    float: left; }
    #mobile-background-menu .box_profile_bar .dropdown {
      float: left; }
      #mobile-background-menu .box_profile_bar .dropdown > div:first-child {
        float: right;
        text-align: left; }
      #mobile-background-menu .box_profile_bar .dropdown > div.avatar {
        float: left;
        margin: 0 5px 0 0; }
    #mobile-background-menu .box_profile_bar .dropdown-menu {
      height: 100%;
      overflow: scroll;
      padding-bottom: 50px;
      position: fixed;
      top: 111px;
      left: 0;
      width: 260px;
      z-index: 6; }
      #mobile-background-menu .box_profile_bar .dropdown-menu .header > div:nth-child(2) {
        display: none; }
      #mobile-background-menu .box_profile_bar .dropdown-menu .body .header {
        margin-left: -20px;
        padding: 20px; }
      #mobile-background-menu .box_profile_bar .dropdown-menu .body ul li a {
        color: #8e9398; }
  .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_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 {
  padding: 47px 0 46px; }
  .box_search_bar .module-body {
    position: relative; }
  .box_search_bar :-moz-placeholder,
  .box_search_bar ::-moz-placeholder,
  .box_search_bar ::-webkit-input-placeholder {
    color: #717980; }
  .box_search_bar button {
    background: none;
    border: none;
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 999; }
    .box_search_bar button i {
      font-size: 1.25rem; }
  .box_search_bar .row-reverse button {
    right: auto;
    left: 15px; }
  .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 {
      background-color: rgba(0, 0, 0, 0.1) !important;
      border: 2px solid #717980 !important;
      border-right: none !important;
      border-radius: 4px 0 0 4px;
      -webkit-border-radius: 4px 0 0 4px;
      -moz-border-radius: 4px 0 0 4px;
      color: #717980;
      padding: 8px 10px; }
  .box_search_bar form .chosen-container-active.chosen-with-drop .chosen-single {
    background-color: rgba(0, 0, 0, 0.1) !important;
    border: 2px solid #717980 !important;
    border-right: none !important;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    color: #717980;
    padding: 8px 10px; }
  .box_search_bar form.focus {
    border-color: #fff;
    width: 100%; }
    .box_search_bar form.focus .chosen-container-single .chosen-single,
    .box_search_bar form.focus .chosen-container-active.chosen-with-drop .chosen-single {
      border: 2px solid #fff !important;
      border-right: none !important;
      color: #fff; }
    .box_search_bar form.focus .row-reverse .chosen-container-single .chosen-single,
    .box_search_bar form.focus .row-reverse .chosen-container-active.chosen-with-drop .chosen-single {
      border-left: none !important;
      border-right: 2px solid #fff !important;
      border-radius: 0 4px 4px 0;
      -moz-border-radius: 0 4px 4px 0;
      -webkit-border-radius: 0 4px 4px 0; }
  .box_search_bar form .row-reverse .chosen-container-single .chosen-single,
  .box_search_bar form .row-reverse .chosen-container-active.chosen-with-drop .chosen-single {
    border-left: none !important;
    border-right: 2px solid #717980 !important;
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0; }
  .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: 2px solid #717980 !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: transparent !important;
    border: 2px solid #717980 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #717980;
    font-size: 1rem;
    max-width: 100%;
    width: 100%;
    padding: 10px 20px;
    position: relative;
    z-index: 999; }
  .box_search_bar .row-reverse input.search {
    text-align: right; }
  .box_search_bar .with-filter input.search {
    border-left: none !important;
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0; }
  .box_search_bar .with-filter .row-reverse input.search {
    border-right: none !important;
    border-left: 2px solid #717980 !important;
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0; }
  .box_search_bar form.focus input.search {
    border: 2px solid #fff !important;
    color: #fff; }
  .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; }
  .box_search_bar form.focus button i {
    color: #fff; }

@media (max-width: 767px) {
  .box_search_bar .module-body.with-filter {
    margin-top: -30px; }
    .box_search_bar .module-body.with-filter input.search,
    .box_search_bar .module-body.with-filter .row-reverse input.search {
      border-left: 2px solid #717980 !important;
      border-right: 2px solid #717980 !important;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px; }
    .box_search_bar .module-body.with-filter form.focus input.search,
    .box_search_bar .module-body.with-filter form.focus .row-reverse input.search {
      border-left: 2px solid #fff !important;
      border-right: 2px solid #fff !important;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px; }
    .box_search_bar .module-body.with-filter select {
      background-color: transparent;
      border: 2px solid #717980;
      color: #717980;
      height: 44px;
      margin-bottom: 5px; }
  .box_search_bar input[type="text"] {
    margin: 0; }
  .box_search_bar .module-body.with-filter button {
    top: 58px; } }

.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; }

.box_slides_search_bar .module-body .search-inputs input::-moz-placeholder,
.box_slides_search_bar
.module-body
.search-inputs
input::-webkit-input-placeholder {
  color: #95989a; }

@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; }

.box_slideshow .caption-button {
  width: max-content;
  margin-top: 1rem; }

.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;
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center; }
  .box_slideshow .carousel-controler i {
    background-color: #333; }
  .box_slideshow .carousel-controler.left i {
    border-radius: 0 4px 4px 0; }
  .box_slideshow .carousel-controler.right i {
    border-radius: 4px 0 0 4px; }

@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; } }

@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 {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .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); } }

.box_social_icons {
  padding: 50px 0;
  text-align: center; }

.box_social_icons a {
  font-size: 1.25rem;
  margin-right: 20px; }
  .box_social_icons a:last-child {
    margin-right: 0; }

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

.box_special_categories .carousel .item {
  background-size: cover;
  background-position: center;
  min-height: 505px;
  padding: 60px 0; }
  .box_special_categories .carousel .item:after {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    width: 100%; }
  .box_special_categories .carousel .item .wrapper {
    position: relative;
    z-index: 5; }
  .box_special_categories .carousel .item h2 {
    color: #fff;
    font-size: 2.25rem;
    font-weight: 700;
    margin: 0 0 10px;
    text-align: center; }
  .box_special_categories .carousel .item h3 {
    font-size: 1.875rem;
    text-align: center; }
  .box_special_categories .carousel .item .col-xs-12 {
    padding: 10px 20px; }
  .box_special_categories .carousel .item .special-category-content {
    margin: 60px 0; }
  .box_special_categories .carousel .item .products {
    border-right: 1px solid #fff; }
    .box_special_categories .carousel .item .products ul {
      margin: 0 0 30px 0; }
      .box_special_categories .carousel .item .products ul li {
        display: inline-block;
        margin-left: 15px; }
        .box_special_categories .carousel .item .products ul li a {
          background-color: transparent;
          border-bottom: 2px solid #fff;
          color: #fff;
          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 {
    display: inline-block;
    margin: 0 0 10px 10px;
    width: 80px; }
    .box_special_categories .carousel .item .thumbs .thumb img {
      width: 100%; }
    .box_special_categories .carousel .item .thumbs .thumb .price {
      background-color: #3c4349;
      border-radius: 0 0 3px 3px;
      -moz-border-radius: 0 0 3px 3px;
      -webkit-border-radius: 0 0 3px 3px;
      text-align: center; }
      .box_special_categories .carousel .item .thumbs .thumb .price span {
        font-size: 0.75rem; }
  .box_special_categories .carousel .item .details p {
    color: #fff;
    max-width: 350px; }
  .box_special_categories .carousel .item .details a {
    display: inline-block;
    margin-top: 15px; }

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

.box_subscribe {
  background: url(images/bg_subscribe.png) repeat;
  padding: 60px 0;
  text-align: center;
  border-radius: 0 !important; }
  .box_subscribe h2 {
    color: #fff;
    font-size: 2.25rem;
    font-weight: 700;
    text-align: center;
    margin: 0 0 10px; }
  .box_subscribe h3 {
    color: #fff;
    font-size: 1.875rem;
    margin: 0 0 40px;
    text-align: center; }
  .box_subscribe input {
    display: inline-block;
    vertical-align: top; }
  .box_subscribe form input[type="text"] {
    background-color: #3d434a !important;
    border: none !important;
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    display: inline-block;
    max-width: auto;
    padding: 13px 10px;
    width: 40%; }
  .box_subscribe .btn {
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    margin: 0 0 0 -5px;
    padding: 10px 25px; }
  .box_subscribe form .chosen-container-single {
    text-align: left;
    max-width: 150px; }
    .box_subscribe form .chosen-container-single .chosen-single {
      background-color: #3d434a !important;
      border: none !important;
      border-radius: 0;
      color: #a7a7a7; }
  .box_subscribe form .chosen-container-active.chosen-with-drop .chosen-single,
  .box_subscribe form .chosen-container .chosen-drop {
    background-color: #3d434a !important;
    border: none !important;
    border-radius: 0;
    color: #a7a7a7; }
  .box_subscribe form .chosen-container-single .chosen-single,
  .box_subscribe form .chosen-container-active.chosen-with-drop .chosen-single {
    margin: 0 0 0 -5px;
    padding: 10px 10px 11px; }
  .box_subscribe form .chosen-container .chosen-results li {
    color: #a7a7a7; }
    .box_subscribe form .chosen-container .chosen-results li.highlighted {
      background-color: #2c3135; }
  .box_subscribe form .chosen-container-single .chosen-search input[type="text"] {
    border: 2px solid #2c3135 !important; }

.sidebar .box_subscribe h2 {
  font-size: 1.875rem; }

.sidebar .box_subscribe h3 {
  font-size: 1.5rem; }

.sidebar .box_subscribe input[type="text"] {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  width: 100%; }

.sidebar .box_subscribe .btn {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 10px 0 40px;
  padding: 5px 25px; }

@media (max-width: 767px) {
  .box_subscribe {
    padding: 40px 0; }
  .box_subscribe form input[type="text"], .box_subscribe form input[type="submit"] {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 5px;
    max-width: 100%;
    width: 100%; }
  .box_subscribe form select {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 5px;
    max-width: 100%;
    width: 100%; }
  .box_subscribe form input[type="text"] {
    background-color: #494f56 !important; }
  .box_subscribe form select {
    background-color: #494f56 !important;
    border: none !important;
    color: #9b9c9d; } }

.box_topbar {
  padding: 4px 0 5px; }
  .box_topbar ul li:first-of-type a {
    padding-left: 0; }

@media (max-width: 992px) {
  #mobile-background-menu .box_topbar ul.nav li {
    display: block;
    float: initial; }
  #mobile-background-menu .box_topbar ul.nav li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    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: #8e9398 !important;
    font-weight: 400;
    margin-top: 0;
    padding: 17px 10px;
    text-transform: none; } }

.box_trending {
  margin-top: 50px; }

.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: 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 #efefef; }
  .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 .social img {
  max-width: 20px; }

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

.sidebar .box_vendor_info .vendor-menu .module-body {
  padding: 0; }

.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: 2rem;
  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: 285px;
    padding-left: 20px; }

.box_vendor_location_bar .details h3 {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase; }

.box_vendor_location_bar .details p {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400; }

.box_vendor_location_bar .style2 .details {
  bottom: 0;
  position: absolute;
  z-index: 5;
  left: 100px; }
  .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.85);
    margin-bottom: 2px;
    padding: 18px 30px; }
    .box_vendor_location_bar .style2 .details > div:last-child {
      margin-bottom: 0; }
  .box_vendor_location_bar .style2 .details p {
    color: #b1b1b1; }

.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 .style1 .details {
    width: 180px;
  }
  .box_vendor_location_bar .details > div {
    padding: 15px;
  }
}

.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: 2rem;
  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: 285px;
    padding-left: 20px; }

.box_vendor_location_bar .details h3 {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase; }

.box_vendor_location_bar .details p {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400; }

.box_vendor_location_bar .style2 .details {
  bottom: 0;
  position: absolute;
  z-index: 5;
  left: 100px; }
  .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.85);
    margin-bottom: 2px;
    padding: 18px 30px; }
    .box_vendor_location_bar .style2 .details > div:last-child {
      margin-bottom: 0; }
  .box_vendor_location_bar .style2 .details p {
    color: #b1b1b1; }

@media (max-width: 767px) {
  .box_vendor_location_bar .style1 .details {
    width: 180px;
  }
  .box_vendor_location_bar .details > div {
    padding: 15px;
  }
}

.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: #f1f1f1 !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 (max-width: 767px) {
  .box_vendor_top .module-body .flex-container {
    flex-direction: column;
  }
  .box_vendor_top .module-body .flex-container .flex1 {
    margin: 5px 0;
  }
  .box_vendor_top .module-body .flex-container .flex1.vendor-links {
    text-align: left !important;
  }
  .box_vendor_top .logo,
  .box_vendor_top .logo a img {
    max-width: none;
    margin-top: 0; }
  .box_vendor_top .vendor-menu .module-body {
    padding-left: 0;
  }
}

@media (max-width: 992px) {
  .box_vendor_top {
    display: none; } }

.box_video_banner {
  position: relative; }
  .box_video_banner::before {
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5; }
  .box_video_banner .module-body {
    height: 600px;
    position: relative;
    z-index: 1; }
  .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;
        -webkit-font-smoothing: antialiased; }
      .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%; }

.box_wishlist_bar .dropdown-menu {
  padding: 1rem !important; }

.box_wishlist_bar .user-wishlist {
  margin: 0.25rem 0;
  padding: 0.25rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .box_wishlist_bar .user-wishlist:first-child {
    margin-top: 0;
    padding-top: 0; }
  .box_wishlist_bar .user-wishlist:last-child {
    margin-bottom: 0; }

.box_wishlist_bar .user-wishlist-name {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase; }

.box_wishlist_bar .btn {
  margin-top: 1rem; }

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

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

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

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

.catalog-thumb1 .product > div:nth-child(2) {
  padding: 25px; }

.catalog-thumb1 .product > div:nth-child(3) {
  padding-right: 25px; }

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

.catalog-thumb1 .product .product-price {
  margin-bottom: 20px;
  text-align: right; }
  .catalog-thumb1 .product .product-price .price {
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    display: inline-block;
    margin-top: -9px;
    min-height: 70px;
    padding: 15px;
    position: relative;
    text-align: center;
    min-width: 110px; }
    .catalog-thumb1 .product .product-price .price:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 9px 9px;
      border-color: transparent transparent #81c784 transparent;
      left: -9px;
      position: absolute;
      top: 0; }
    .catalog-thumb1 .product .product-price .price .catalog-price,
    .catalog-thumb1 .product .product-price .price span {
      color: #fff !important;
      display: block; }

.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-thumb1 .product .product-buttons {
  text-align: right; }

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

.catalog-thumb2 .product > div:last-child {
  padding: 15px; }

.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.carousel.catalog-thumb3 .product:hover .vendor,
.catalog-view.carousel.catalog-thumb3 .product:hover .product-buttons {
  opacity: 1; }

.featured-products .catalog-thumb3 {
  margin-bottom: -35px; }

.catalog .catalog-thumb3 {
  margin-bottom: 10px; }

.catalog-thumb3 .product:hover,
.catalog-thumb3 .product .product-thumb {
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0; }

.catalog-thumb3 .product:hover .product-thumb .product-price {
  margin-left: -200px; }

.catalog-thumb3 .product:hover .product-thumb .product-label {
  bottom: -50px; }

.catalog-thumb3 .product .product-thumb a {
  display: block;
  position: relative; }

.catalog-thumb3 .product .product-price {
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  bottom: 45px;
  overflow: hidden;
  position: absolute; }
  .catalog-thumb3 .product .product-price .price {
    padding: 10px 15px; }
    .catalog-thumb3 .product .product-price .price span.sub-text {
      color: #fff;
      font-size: 0.75rem; }
  .catalog-thumb3 .product .product-price .catalog-price {
    color: #fff !important; }
  .catalog-thumb3 .product .product-price .strike-price {
    color: #eee;
    font-size: 0.75rem; }
  .catalog-thumb3 .product .product-price .case-details {
    background-position: 15px -93px;
    padding: 2px 15px 4px 40px; }
    .catalog-thumb3 .product .product-price .case-details * {
      color: #fff;
      font-size: 0.75rem; }
    .catalog-thumb3 .product .product-price .case-details .catalog-price {
      font-size: 0.75rem; }

.catalog-thumb3 .product .product-label {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }

.catalog-thumb3 .product .product-titles {
  padding: 15px; }

.catalog-thumb3 .product .vendor {
  background-color: #f9f9f9;
  border: 2px solid #fff;
  border-bottom: none;
  bottom: 0;
  margin-bottom: 0;
  opacity: 0;
  padding: 10px;
  position: absolute;
  width: 100%;
  z-index: 999; }
  .catalog-thumb3 .product .vendor .vendor-logo {
    background-color: #fff;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    height: 40px;
    margin-right: 10px;
    overflow: hidden;
    width: 40px; }
  .catalog-thumb3 .product .vendor .vendor-company a {
    color: #3c4349; }
  .catalog-thumb3 .product .vendor .vendor-logo img {
    height: 100%; }

.catalog-thumb3 .product .product-buttons {
  background-color: #f0f0f0;
  border: 2px solid #fff;
  border-top: none;
  border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  bottom: 0;
  margin-bottom: 0;
  opacity: 0;
  padding: 15px;
  position: absolute;
  width: 100%;
  z-index: 999; }

.catalog-thumb3 .product:hover .product-buttons {
  opacity: 1;
  /*margin-bottom: -125px;*/ }

.catalog-thumb3 .product.short:hover .product-buttons {
  /*margin-bottom: -68px;*/ }

.catalog-thumb3 .product:hover .vendor {
  opacity: 1;
  margin-bottom: -60px; }

.catalog-thumb3 .product .product-buttons > *,
.catalog-thumb3 .product .product-buttons form > * {
  display: inline-block;
  vertical-align: top; }

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

.blog_page.blog_page--traditional .blog_post_single_meta {
  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); } }

.panel-group {
	margin-bottom: 20px;
}

.panel-body {
	padding: 15px;
	background: #f9f9f9;
}

.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; }

.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(129, 199, 132, 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; }

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

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

.style2 .product-details .share-product a i {
  font-size: 0.875rem; }

.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: 30px; }

.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: 2px solid #efefef;
  border-radius: 3px;
  margin: 0;
  overflow: hidden; }

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

.product-view:not(.style2)
.global-attributes
.attribute
.chosen-container
.chosen-drop {
  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; }

.global-attributes input:-moz-placeholder, .global-attributes input::-moz-placeholder, .global-attributes input::-webkit-input-placeholder {
  color: #616161; }

.style2 .attributes-price {
  border-top: 2px solid #efefef;
  border-bottom: 2px solid #efefef;
  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 {
  margin-bottom: 10px; }
  .style2 form .qty .spinbox input:not([type="submit"]):not([type="file"]) {
    background-color: #fff !important;
    border: 1px solid #efefef !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #5c5c5c;
    margin: 3px 0 0;
    max-width: 55px;
    padding: 5px 10px;
    text-align: left; }
  .style2 form .qty .spinbox .spinedit i {
    background-color: transparent;
    color: #5c5c5c;
    font-size: 0.4rem;
    height: auto;
    left: auto;
    padding: 0;
    right: 2px;
    top: 8px; }
    .style2 form .qty .spinbox .spinedit i:last-child {
      top: 18px; }

.style2 .price {
  float: right;
  padding: 18px 0; }
  .style2 .price .price-msg {
    display: none; }
  .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;
  margin: 0 0 5px 0;
  vertical-align: top; }

.style2 .add-to-cart button,
.style2 .buy-now button,
.style2 .price-offer button {
  border-bottom: none; }

.style2 .product-details > *:nth-child(n + 2) {
  margin-bottom: 25px; }

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

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

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

.style4.tabbable ul li.active a {
  border: 1px solid #ececec;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
  position: relative;
  z-index: 5; }

.style4.tabbable .tab-content .tab-pane {
  border: 1px solid #ececec; }

.style4 .product-options .thumbs ul li a:after {
  background-color: rgba(0, 0, 0, 0.07);
  content: "";
  bottom: 2px;
  right: 2px;
  left: 2px;
  top: 2px;
  position: absolute; }

.style4 .product-options .thumbs ul li a {
  border: 1px solid #ddd;
  padding: 2px; }

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

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

.style4 .buy-now,
.style4 .price-offer {
  display: inline-block;
  margin: 0 0 5px 0;
  vertical-align: top; }

.style4 #buy-now {
  border-bottom: none; }

.style4 form .spinbox input:not([type="submit"]):not([type="file"]) {
  background-color: #fff !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 3px;
  color: #535353;
  margin: 0 14px 0 0;
  padding: 8px 20px 7px 13px;
  max-width: 55px; }

.style4 .spinbox .spinedit i {
  font-size: 0.5rem;
  opacity: 0.4;
  filter: alpha(opacity=40);
  position: absolute;
  right: 20px;
  top: 8px; }
  .style4 .spinbox .spinedit i:hover {
    cursor: pointer;
    opacity: 0.7;
    filter: alpha(opacity=70); }
  .style4 .spinbox .spinedit i:last-child {
    top: 18px; }

.style4 .product-details h1 {
  font-size: 2.125rem !important;
  line-height: 1.4;
  margin-bottom: 10px; }

.style4 .review i {
  color: #bfbfbf;
  font-size: 0.875rem;
  margin-right: -2px; }

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

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

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

.style4 .product-details .review {
  display: inline-block;
  vertical-align: top; }

.style4 .product-details .share-product a {
  margin-right: 5px; }
  .style4 .product-details .share-product a i {
    font-size: 0.875rem; }

.style4 .product-details .add-to-cart {
  padding-top: 10px; }

.style4 .product-details .qty {
  border-left: 3px solid #ddd;
  padding: 10px 0 5px 20px; }

.style4 .product-details .price {
  border-left: 3px solid #ddd;
  font-size: 2rem;
  font-weight: 600;
  padding: 5px 0 5px 35px;
  position: relative; }
  .style4 .product-details .price .price-msg,
  .style4 .product-details .price .price-label {
    display: none; }
  .style4 .product-details .price:before {
    background-color: #ddd;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 25px; }
  .style4 .product-details .price .strike {
    color: #909090;
    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; }

.style5 .product-options .thumbs ul li {
  display: inline-block; }
  .style5 .product-options .thumbs ul li a {
    display: inline-block;
    width: 50px; }

.product-view.style5 form .qty .spinbox {
  margin-bottom: 10px; }
  .product-view.style5 form .qty .spinbox input:not([type="submit"]):not([type="file"]) {
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    color: #5c5c5c;
    margin: 0;
    max-width: 55px;
    padding: 8px 10px 7px;
    text-align: left; }
  .product-view.style5 form .qty .spinbox .spinedit i {
    background-color: transparent;
    color: #5c5c5c;
    font-size: 0.4rem;
    height: auto;
    left: auto;
    padding: 0;
    right: 2px;
    top: 7px; }
    .product-view.style5 form .qty .spinbox .spinedit i:last-child {
      top: 24px; }

.style5 .product-details .overview {
  font-size: 0.8125rem;
  margin-bottom: 20px; }

.style5 .product-details .share-product {
  border-top: none;
  margin: 0 0 15px 0;
  padding: 0; }
  .style5 .product-details .share-product a i {
    font-size: 0.875rem; }

.style5 .product-details .qty {
  margin-right: 10px; }

.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; }

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

.product-view.style5 .product-details .price .price-msg {
  display: none; }

.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; }

.style4 .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; }

.product-view.style5 .product-info {
  line-height: 1.7; }
  .product-view.style5 .product-info > div {
    border-top: 5px solid #ccc;
    margin-top: 60px;
    padding-top: 30px;
    text-align: center;
    background: url(images/pattern.png) repeat-x;
    margin-top: 60px;
    padding-top: 30px;
    text-align: center; }
  .product-view.style5 .product-info h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase; }
  .product-view.style5 .product-info .reviews-list header h3 {
    color: #b9b9b9;
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 0; }
  .product-view.style5 .product-info .vendor-ratings header h3 {
    color: #b9b9b9;
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 0; }
  .product-view.style5 .product-info .vendor-ratings .ratings {
    margin: 15px auto 0; }
  .product-view.style5 .product-info .reviews-list .review h4 span.rate {
    float: none;
    font-size: 0.875rem;
    display: block; }

.product-view.style5 .reviews-list header div:last-of-type {
  border-top: 1px dashed #bfbfbf;
  border-bottom: 1px dashed #bfbfbf;
  display: block;
  margin-top: 20px;
  padding: 7px 0; }

.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: 10px 10px 7px;
  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;
    border-radius: 0;
    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%; }

/* =========================================
     - Badges
     ========================================= */
[class^="ixxo-badge-"]:before,
[class*=" ixxo-badge-"]:before {
  border-radius: 0 4px 4px 0;
  position: absolute;
  top: 0px;
  left: 0;
  display: inline-block;
  z-index: 2;
  min-height: 32px;
  padding: 3px 25px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  content: " "; }

[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 -7px #616161;
  -moz-box-shadow: 0 0 15px -7px #616161;
  -webkit-box-shadow: 0 0 15px -7px #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; }

  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }

.nav-tabs {
  border-bottom: none; }
  .nav-tabs > li > a {
    border: none;
    line-height: normal;
    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 {
  color: #616161;
  display: block !important;
  font-size: 0.875rem;
  margin-bottom: -3px;
  /*padding: 15px 20px;*/
  visibility: visible !important; }

.tabbable ul li.active a {
  background-color: #fff;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0; }

.tabbable .tab-content .tab-pane {
  background-color: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 30px;
  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: 15px; }

.tabbable.no-background .tab-content .tab-pane {
  background-color: transparent !important; }

.tabbable .tab-content .tab-pane#productreview, .tabbable .tab-content .tab-pane#vendorrating {
  padding: 40px; }

/* =========================================
     - Sidebars (Box)
     ========================================= */
.sidebar .module {
  margin-bottom: 30px;
  padding: 5px; }
  .sidebar .module .module-header {
    padding: 13px; }
  .sidebar .module .module-body {
    padding: 15px 10px; }
  .sidebar .module ul.nav li {
    width: 100%; }
    .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 {
        display: block; }
    .sidebar .module ul.nav li a {
      border-left: 2px solid #f1f1f1;
      font-size: 0.75rem;
      font-weight: 400;
      text-transform: uppercase;
      padding: 8px 20px 8px 5px; }
  .sidebar .module ul.nav > li:last-of-type > a {
    border-bottom: none; }

.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;
  width: 100%; }

/* =========================================
     - 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; }
    .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-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -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: 20%; }
  .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: 6px;
  position: relative;
  max-height: 400px;
  min-height: 100%;
  padding: 0px;
  overflow: hidden;
  -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)
     ========================================= */
.module {
  display: inline-block;
  vertical-align: top; }
  .module .module-image-header img {
    width: 100%; }

.ajax-search-result-box {
  height: 100%;
  width: 100%; }
  .ajax-search-result-box button {
    background: none;
    border: 2px solid #fff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    color: #fff;
    padding: 10px 15px;
    position: absolute;
    left: calc(50% - 22.5px);
    top: 0.125rem;
    z-index: 999; }
    .ajax-search-result-box button i {
      color: #fff; }
  .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.98);
    height: 100vh;
    position: relative;
    width: 100%; }
  .ajax-search-result-box #ajaxSearchResultsBox {
    height: 75%;
    overflow: auto;
    padding: 0 15px;
    position: relative; }
    .ajax-search-result-box #ajaxSearchResultsBox .result-item {
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      margin: 0 auto;
      padding: 10px; }
      .ajax-search-result-box #ajaxSearchResultsBox .result-item:nth-child(odd) {
        background-color: #fff; }
      .ajax-search-result-box #ajaxSearchResultsBox .result-item .product {
        padding-left: 15px; }
        .ajax-search-result-box #ajaxSearchResultsBox .result-item .product h3 a {
          color: #616161;
          font-size: 1.125rem; }
        .ajax-search-result-box #ajaxSearchResultsBox .result-item .product .vendor {
          color: #b1b1b1;
          font-size: 0.875rem;
          text-transform: lowercase; }
          .ajax-search-result-box #ajaxSearchResultsBox .result-item .product .vendor a {
            color: #616161; }
        .ajax-search-result-box #ajaxSearchResultsBox .result-item .product .category {
          font-size: 0.875rem;
          margin-top: 5px; }
          .ajax-search-result-box #ajaxSearchResultsBox .result-item .product .category span {
            font-weight: 400; }
      .ajax-search-result-box #ajaxSearchResultsBox .result-item .price {
        font-size: 1.125rem;
        font-weight: 400;
        padding-right: 10px;
        text-align: right; }

.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; }

.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: #f5f5f5;
  bottom: -16px;
  left: 6px; }

.ajax-search-result-box.slides_search_bar {
  height: auto; }
  .ajax-search-result-box.slides_search_bar .search-result-header {
    padding: 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 button i {
      color: #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 .result-item {
    padding: 0; }
    .ajax-search-result-box.slides_search_bar #ajaxSearchResultsBox .result-item .product {
      border-bottom: 1px solid #eaeaea;
      padding: 15px; }
      .ajax-search-result-box.slides_search_bar #ajaxSearchResultsBox .result-item .product .product {
        border: none;
        padding: 0 15px; }

/* =========================================
     - Catalog
     ========================================= */
.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; }
    .product-quick-view a i {
      color: #3c4349;
      padding-left: 10px; }

.quick-view {
  background-color: #fff;
  height: 100%; }
  .quick-view form,
  .quick-view .wrap.row,
  .quick-view > .row {
    height: 100%; }
  .quick-view .image {
    height: 100%;
    position: relative; }
    .quick-view .image a {
      background-size: cover;
      background-position: center;
      height: 100%;
      position: absolute;
      width: 100%; }
  .quick-view .details {
    overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
    padding: 20px;
    position: relative; }
    .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 .alert-success {
    background-color: #89ab7a;
    border: 0;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase; }
  .quick-view .details .alert-warning {
    font-size: 0.6875rem; }
  .quick-view .details h2 {
    color: #303030;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    width: 90%; }
  .quick-view .details > h3 {
    color: #9a9a9a;
    font-size: 1.25rem; }
  .quick-view .details h3 span {
    font-size: 1.125rem; }
  .quick-view .attributes {
    border-top: 1px solid #efefef;
    padding: 20px 0 0; }
  .quick-view .details .cart-overview h3 {
    border-bottom: 1px solid #e7e7e7;
    color: #303030;
    font-size: 1.125rem;
    padding: 0 0 8px; }
  .quick-view .details .cart-overview p {
    font-size: 0.875rem;
    padding: 10px 0 0; }
  .quick-view .details .cart-overview .row {
    border-bottom: 1px solid #e7e7e7;
    padding: 8px 0; }
    .quick-view .details .cart-overview .row :nth-child(2) {
      font-size: 1rem;
      font-weight: 600;
      text-align: right; }
  .quick-view .details .buttons {
    /* border-radius: 4px; */
    /* bottom: 20px; */
    /* left: 0; */
    /* margin-bottom: 0; */
    /* overflow: hidden; */
    padding: 20px 0px;
    /* position: absolute; */
    /* width: 100%; */ }
    .quick-view .details .buttons .btn {
      border: none;
      border-radius: 0;
      color: #303030 !important;
      font-size: 0.875rem;
      font-weight: 400;
      padding: 14px 15px;
      text-align: center;
      text-transform: uppercase;
      width: 100%; }
    .quick-view .details .buttons input.btn:hover {
      color: #fff !important; }
    .quick-view .details .buttons .view input.btn {
      background-color: #f1f1f1; }
    .quick-view .details .buttons .continue input.btn {
      background-color: #e6e6e6; }
    .quick-view .details .buttons .checkout .btn,
    .quick-view .details .buttons .buy-now .btn {
      color: #fff !important; }
    .quick-view .details .buttons .qty {
      background-color: #f1f1f1;
      padding: 14px 10px;
      text-align: center;
      text-transform: uppercase; }
    .quick-view .details .buttons .qty-input {
      background-color: #e6e6e6;
      padding: 5px 20px; }
      .quick-view .details .buttons .qty-input input {
        border-color: #616161;
        background-color: transparent;
        max-width: 80px; }

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

/* =========================================
     - Generic Styles
     ========================================= */
.btn {
  border: none;
  border-bottom: 5px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  padding: 7px 25px;
  text-align: center; }
  .btn.btn-tiny {
    border-bottom: none;
    padding: 0 5px; }
  .btn.btn-no-border {
    border-bottom: none; }
  .btn.btn-success {
    background-color: #81c784; }
    .btn.btn-success:hover {
      background-color: #6fab71; }
  .btn.btn-error {
    background-color: #ef5350; }
    .btn.btn-error:hover {
      background-color: #f86d6a; }
  .btn.btn-warning {
    background-color: #ffc107; }
    .btn.btn-warning:hover {
      background-color: #fed455; }

table.table-striped {
  width: 100%; }
  table.table-striped tr:nth-child(odd) {
    background-color: #fff; }
  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: #fff; }
    div.table.table-striped .table-row:nth-child(odd) .table-column:first-child {
      border-radius: 5px 0 0 5px; }
    div.table.table-striped .table-row:nth-child(odd) .table-column:last-child {
      border-radius: 0 5px 5px 0; }
  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 ul {
  font-size: 0;
  list-style: none;
  margin: 0 auto;
  text-align: center;
  width: 100%; }

.pagination li {
  display: inline-block;
  text-align: center; }
  .pagination li:first-child span,
  .pagination 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 li:last-child a span,
  .pagination li:last-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 li.active a,
  .pagination li a:hover {
    background-color: #3c4349; }
  .pagination li.disabled a {
    background-color: #e2e2e2;
    pointer-events: none;
    cursor: default; }
  .pagination li a,
  .pagination li span {
    background-color: #596068;
    color: #fff;
    display: block;
    font-size: 0.875rem;
    padding: 10px 20px; }

.breadcrumb {
  padding: 10px 0; }
  .breadcrumb a:hover {
    color: #3c4349 !important; }
  .breadcrumb a,
  .breadcrumb span {
    margin: 0;
    text-transform: uppercase; }
  .breadcrumb i {
    color: #3c4349;
    font-size: 0.625rem;
    padding: 0 5px; }

.carousel:hover .carousel-controler {
  opacity: 0.7; }

.carousel-controler {
  background-image: url(images/sprite.png);
  background-color: #3c4349;
  background-repeat: no-repeat;
  height: 70px;
  opacity: 0;
  position: absolute;
  top: 45%;
  width: 55px;
  z-index: 5; }
  .carousel-controler.small {
    height: 45px;
    top: 37%;
    width: 30px; }

.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; }

.carousel-controler.left.small {
  background-position: 9px -44px; }

.carousel-controler.right.small {
  background-position: -38px -44px; }

.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 {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  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; }

.home-vendors {
  background-color: #f1f1f1;
  padding: 65px 0; }

.search-vendors .vendor {
  position: relative;
  margin-bottom: 30px;
  padding: 20px 20px 70px; }

.home-vendors .vendor > div,
.search-vendors .vendor > div {
  margin-bottom: 15px; }

.home-vendors .vendor .vendor-header,
.search-vendors .vendor .vendor-header {
  margin-bottom: 10px; }

.home-vendors .vendor .vendor-header > div:nth-child(2),
.search-vendors .vendor .vendor-header > div:nth-child(2) {
  padding-left: 20px; }

.home-vendors .vendor .vendor-logo img,
.search-vendors .vendor .vendor-logo img {
  height: 100%; }

.home-vendors .vendor .vendor-products img {
  width: 100%; }

.home-vendors .vendor .vendor-logo {
  width: 60px; }

.search-vendors .vendor .vendor-logo {
  width: 60px; }

.home-vendors .vendor .vendor-logo > div,
.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; }

.home-vendors .vendor h3,
.search-vendors .vendor h3 {
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase; }

.home-vendors .vendor .rating img {
  width: 13px; }

.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; }

.home-vendors .vendor .product {
  position: relative;
  overflow: hidden; }
  .home-vendors .vendor .product a {
    display: block;
    position: relative; }
  .home-vendors .vendor .product .price {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    margin-bottom: -20px;
    position: absolute;
    text-align: center;
    width: 100%; }
  .home-vendors .vendor .product:hover .price {
    margin-bottom: 0; }
  .home-vendors .vendor .product .price a {
    font-size: 0.75rem; }

.manufacturers-logo {
  padding: 45px 0;
  text-align: center; }
  .manufacturers-logo a {
    display: inline-block;
    margin: 0 10px 10px 10px; }
    .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-body span,
.box-with-header.vendor-sales-overview .box-body a {
  display: block;
  font-size: 0.875rem; }

.box-with-header.vendor-sales-overview .box-body span:last-child,
.box-with-header.vendor-sales-overview .box-body a {
  font-size: 1.625rem;
  font-weight: 400; }

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%; }

.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: auto; }

.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: auto; }
  .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 #efefef;
  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; }

.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;
  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: #fff; }
    .reviews-list .reviews-table > div.headers span {
      font-weight: 400; }
    .reviews-list .reviews-table > div > div {
      display: table-cell;
      padding: 15px 10px; }
      .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 div {
  display: inline-block;
  vertical-align: top; }

.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 h3 span {
  text-transform: lowercase; }

.vendor-ratings header h3 span {
  text-transform: lowercase; }

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

.reviews-list .review {
  margin-top: 30px; }

.vendor-ratings > div {
  margin-top: 30px; }

.reviews-list .review:first-of-type {
  margin-top: 50px; }

.reviews-list .review h4 {
  margin-bottom: 15px; }
  .reviews-list .review h4 span.date {
    color: #999;
    font-style: italic;
    font-size: 0.875rem; }
  .reviews-list .review h4 span.rate {
    float: right; }

.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; }

.more-products {
  text-align: center; }
  .more-products .tabbable ul li a {
    font-size: 1rem;
    padding: 15px; }
  .more-products .tabbable ul li.active a {
    background-color: #f1f1f1;
    padding: 15px 25px; }
  .more-products .tabbable .tab-content .tab-pane {
    background-color: #f1f1f1;
    padding: 40px 0 10px; }
    .more-products .tabbable .tab-content .tab-pane .row > div {
      display: inline-block;
      float: none;
      margin: 0 auto 30;
      vertical-align: top; }

.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; }

.vendor-home .banner {
  border-radius: 4px 4px 0 0;
  height: 300px;
  overflow: hidden; }
  .vendor-home .banner img {
    height: 100%;
    object-fit: cover;
    width: 100%; }

.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 .tababble ul li a {
  border: none;
  font-size: 1rem;
  padding: 10px 20px; }
  .vendor-home .tababble ul li a:focus {
    border: none;
    font-size: 1rem;
    padding: 10px 20px; }

.vendor-home .tababble .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 .tababble .tab-pane .reviews-list .reviews-table {
    margin: 0; }
    .vendor-home .tababble .tab-pane .reviews-list .reviews-table > div:nth-child(odd) {
      background-color: #f5f5f1; }

.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; }

.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 .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 {
  background-color: #f7f7f7;
  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; }

.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 .header .stitch {
    position: relative;
    padding: 15px 10px;
    z-index: 2; }
  .promotions .coupon .details .bg-fade {
    background-color: #f7f7f7; }
  .promotions .coupon .details .stitch {
    position: relative;
    padding: 30px 10px 15px;
    z-index: 2; }
  .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 {
    border-radius: 6px 6px 0 0; }
    .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 .info {
    background-color: #e6e6e6;
    display: table;
    width: 100%; }
    .promotions .coupon .info .stitch {
      display: table-cell;
      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;
      border-radius: 0 0 6px 6px;
      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; }

.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%; }

.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;
    height: -webkit-fill-available; }
  .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; }

#iframeModal .user-icon {
  position: absolute;
  top: -30px;
  text-align: center;
  width: 100%;
  z-index: 999; }
  #iframeModal .user-icon i {
    border: 5px solid #f7f7f7;
    border-radius: 40px;
    color: #fff;
    font-size: 1.5rem;
    padding: 20px 23px; }

.popup-login {
  padding: 40px 55px 55px; }
  .popup-login h2 {
    margin-bottom: 10px;
    text-align: center; }
  .popup-login > p {
    margin-bottom: 40px;
    text-align: center; }
  .popup-login fieldset {
    margin-bottom: 0px; }
  .popup-login label {
    display: inline-block;
    width: auto; }
  .popup-login .reset-password {
    border-top: 1px solid #dadada;
    padding: 15px 0; }
    .popup-login .reset-password .btn {
      background-color: transparent !important;
      border: none !important;
      padding: 0 !important; }

.product-tags {
  margin: 20px 0; }
  .product-tags h3 {
    border-bottom: 1px solid #e0e0e0;
    font-size: 1rem;
    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: 40px 0 0; }

.maintenance h3 {
  margin-top: 40px; }

.maintenance p {
  margin-bottom: 40px; }

.MagicZoomPlusHint {
  background-position: 2px 6px;
  height: 100%;
  width: 100%; }

.auction .box-body span.catalog-price {
  font-size: 1.625rem;
  font-weight: 400; }

.auction .box-body .sub-text {
  font-size: 0.75rem !important; }

.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: 7px 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; }

.calculator_popup .input {
	background: #f2f2f2 !important;
}

.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: scroll; }
  .popups.default-styles .popup-body {
    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 .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); }

.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; }

.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); }

.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; }

.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: 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: 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 > 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 #efefef;
    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 #efefef;
  bottom: 0;
  left: 0;
  padding: 5px;
  position: absolute; }
  .vendors-listing .store-info > div {
    border-right: 1px solid #efefef;
    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%); }
  
.vendor_products_actions {
  flex-wrap: wrap;
}


/* =========================================
     - 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 input[type="text"] {
  border-right: none !important;
  border-left: none !important;
  border-radius: 0px;
}

.box_community_search_bar form .chosen-container-single {
  width: 200px !important;
}

.box_community_search_bar form .chosen-container-single .chosen-single {
  width: auto !important;
  min-width: 150px;
  border-radius: 0px;
  border-right: none !important;
  border-top: 1px solid #e0e0e0 !important;
  border-left: 1px solid #e0e0e0 !important;
  border-bottom: 1px solid #e0e0e0 !important;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.box_community_search_bar form button {
  border-top: 1px solid #e0e0e0;
  border-left: none !important;
  border-right: 1px solid #e0e0e0;
  background-color: #ffffff;
  border-bottom: 1px solid #e0e0e0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.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;
}

.catalog_product_action_buttons {
  height: 40px;
  margin-right: 10px;
  margin-top: 3px;
}


/*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*/


/*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 */



/* Deals Popups */
.product_deals_popups .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;
  left: 1rem;
  max-height: calc(100% - 2rem);
  width: calc(100% - 2rem);
  overflow: hidden;
  z-index: 9999; }
  .product_deals_popups .bum-container.minimized {
	  width: auto; }
	  .product_deals_popups .bum-container.minimized .bum-header #deals_bumClose,
	  .product_deals_popups .bum-container.minimized .bum-header h4 span {
		  display: none;
	  }
  .product_deals_popups .bum-container.minimized .bum-body,
  .product_deals_popups .bum-container.minimized .bum-your-message {
    display: none; }

.product_deals_popups .bum-header {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 1rem; }
  .product_deals_popups .bum-header h4 {
    flex: 1;
    font-weight: 400; }
  .product_deals_popups .bum-header #bumClose {
    cursor: pointer; }

.product_deals_popups .bum-body {
  overflow: auto;
  max-height: 50vh;
  padding: 1rem; }

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

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

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


/* Deals Popups End */