ac@media (max-width: 440px) {
	.navbar-light .navbar-toggler {
		right: 25px;
		position: absolute;
	}
	.navbar-collapse .mr-sm-2 {
		width: 65%;
	}
}
.category-item {
  display: block;
  height: 190px;
  -moz-box-shadow: 0 2px 5px #000;
  -webkit-box-shadow: 0 2px 5px #000;
  box-shadow: 0 2px 5px #000;
  text-align: center;
}
#categories a,
#ops-opacity {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.form-inline .search-field {
	width: 150px;
}

/* Navigation */

.navbar {
  height: 100px;
}
/* Mobile menu white background */
@media (max-width: 991.98px) {
  .navbar-collapse {
    background-color: #fff;
    z-index: 10;
  }
  .navbar-collapse.show,
  .navbar-collapse.collapsing {
    background-color: #fff;
    display: block;
    z-index: 10;
  }
  .navbar-collapse .navbar-nav {
    background-color: #fff;
    z-index: 10;
  }
  .navbar-collapse .nav-link {
    color: #000;
  }
}

.breadcrumbs {
    right: 0;
    left: 0;
    z-index: 1030;
  height: 50px;
  position: fixed;
  top:90px;
  margin-bottom: 100px;
}

.breadcrumb {
  background-color: transparent;
}

.top-content {
  height: 160px;
}

.page-content {
}

.btn-outline-success {
	color: #BB256F;
	border-color: #BB256F;
	padding: 5px;
}
.btn-outline-success:hover {
	color: #fff;
	background-color: #BB256F;
	border-color: #BB256F;
}
.btn-outline-success:not(:disabled):not(.disabled).active, 
.btn-outline-success:not(:disabled):not(.disabled):active, 
.show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #BB256F;
	border-color: #BB256F;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus, 
.btn-outline-success:not(:disabled):not(.disabled):active:focus, 
.show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem #BB256F;
}
.btn-outline-success.focus, .btn-outline-success:focus{
	box-shadow: 0 0 0 0.2rem #BB256F;
}

/* Contact form */
.iframe-con{
	height: 300px;
	margin: 0 auto;
}
@media (min-width: 576px) {
	.iframe-con{
		height: 400px;
		width: 400px;
	}
}

#ops-opacity {
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.25;
}
.cat {
  position: relative;
  top: 80%;
  display: block;
  margin: 10px;
  bottom: 14px;
  cursor: pointer;
  text-align: center;
  line-height: 30px;
  text-shadow: 1px 1px 1px pink;
  background: white;
  color: #bb2371;
  font-weight: 700;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  opacity: 0.8;
}
.category-item {
  background-size: cover;
  margin: 0 auto;
}
#bathroom {
  background-image: url(/assets/images/categories/bathroom.png);
}
#bedroom {
  background-image: url(/assets/images/categories/bedroom.png);
}
#car {
  background-image: url(/assets/images/categories/car.png);
}
#clocks-lighting {
  background-image: url(/assets/images/categories/clocks-lighting.png);
}
#diy-storage {
  background-image: url(/assets/images/categories/diy-storage.png);
}
#footwear-clothing {
  background-image: url(/assets/images/categories/footwear-clothing.png);
}
#garden-travel {
  background-image: url(/assets/images/categories/garden-travel.png);
}
#gifts {
  background-image: url(/assets/images/categories/gifts.png);
}
#health {
  background-image: url(/assets/images/categories/health.png);
}
#kitchen {
  background-image: url(/assets/images/categories/kitchen.png);
}
#living-solutions {
  background-image: url(/assets/images/categories/livingsolutions.png);
}
#personal-care {
  background-image: url(/assets/images/categories/personalcare.png);
}
#pets {
  background-image: url(/assets/images/categories/pets.png);
}
#practical-solutions {
  background-image: url(/assets/images/categories/practicalsolutions.png);
}
.new-line {
  display: inline-block;
  margin-bottom: 15px;
}
#mid #last-new-line,
.new-line .last-prod-con {
  margin: 0;
}

/* product page */
.product {
  margin: 10px;
}
.change_item {
	float: right;
}
.atl {
  background: url(/assets/images/plus-icon-pink.jpg) no-repeat 70px 1px;
}
.added {
  background: url(/assets/images/check-icon-pink.jpg) no-repeat 70px 1px;
}
#add_to_wishlist {
	line-height: 25px;
	border: 1px solid grey;
	height: 25px;
	padding: 0 5px;
	float: right;
	width: 95px;
	text-decoration: none;
}

/* Category/Home */

.prod-con {
  margin-right: 15px;
  display: inline-block;
}
.prod-con div {
  display: inline;
  text-align: center;
  line-height: 45px;
}
.prod-img-con {
	height: 140px;
  text-align: center;
  -moz-box-shadow: 0 2px 5px #000;
  -webkit-box-shadow: 0 2px 5px #000;
  box-shadow: 0 2px 5px #000;
  position: relative;
	padding: 10px;
}
.prod-img-con img {
	max-height: 100%;
}
.prod-img-con,
.sevenpx-br {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.prod-id {
  width: 40px;
}
.prod-id,
.prod-img {
  padding: 8px 0;
}
.prod-img {
  width: 76px;
}
.info {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 13px;
  left: 19px;
  background: url(/assets/images/info.png) no-repeat;
}
.prod-con .prod-title {
  text-align: left;
  width: 534px;
}
.prod-title a {
  color: #000;
}
.prod-con .prod-code {
  text-align: left;
  width: 150px;
}
.prod-remove .remove {
  background: url(/assets/images/remove.png) no-repeat;
  width: 14px;
  height: 14px;
  margin: 15px 23px;
}
.prod-remove a {
  display: inline-block;
}
.prod-remove div {
  *float: none;
  zoom: 1;
}
.prod-remove .remove-hover {
  background: url(/assets/images/remove-hover.png) no-repeat;
}
.prod-con .clear {
  height: 0;
  line-height: 0;
}
.more-info {
  opacity: 0.75;
  position: absolute;
  height: 28px;
  width: 78px;
  background: url(/images/lightbox/more-info.png) no-repeat;
}
.prod-img-con .more-info {
  bottom: 2px;
  left: 2px;
}
.prod-img-con .atl,
.prod-img-con .added {
  bottom: 2px;
  right: 2px;
}
.prod-title {
  display: block;
  color: #000;
}
.prod-title,
.prod-price {
  font-weight: 700;
}
.prod-price {
  font-size: 10px;
  color: #939495;
}

body {
  height: 100%;
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
#info-con {
  margin: 0 80px;
}
#imgs-text-con {
  float: left;
  width: 370px;
}
#imgs-con {
  padding: 10px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -moz-box-shadow: 0 2px 5px #000;
  -webkit-box-shadow: 0 2px 5px #000;
  box-shadow: 0 2px 5px #000;
	margin: 0 auto;
  width: 370px;
}
.manual-downloads {
  float: left;
  padding: 10px 0;
	margin: 0 auto;
  width: 370px;
}
.main-image-container {
	width: 350px;
	height: 278px;
}
.navbar-brand img {
	width: 180px;
	height: auto;
}
.main-product-image.hide {
  display: none !important;
}
.main-product-image {
	min-height: 150px;
	width: auto;
	max-height: 278px;
	margin: 0 auto;
	display: block;
}
#text-desc {
	width: 80%;
}
#big-imgs-con {
  position: relative;
  overflow: hidden;
}
#big-imgs-con img {
  width: 100%;
  cursor: pointer;
}
#imgs-slider {
  position: relative;
  margin: 10px 10px 0 10px;
  height: 50px;
}
#left-arrow {
  left: 0;
  background: url(../images/product/left-arrow.png);
}
#imgs-slider .left-arrow-hover {
  background: url(../images/product/left-arrow-hover.png);
}
.arrow {
  position: absolute;
  top: 14px;
  width: 14px;
  height: 20px;
}
#small-imgs-con {
  width: 258px;
  position: absolute;
  left: 36px;
  height: 48px;
  overflow: hidden;
}
#small-imgs-hidden-con {
  position: relative;
}
#small-imgs-con li {
  float: left;
  margin-right: 6px;
  display: inline-block;
}
#small-imgs-con a {
  display: block;
}
#small-imgs-con #last-small-img {
  margin: 0;
}
#right-arrow {
  right: 0;
  background: url(../images/product/right-arrow.png);
}
#imgs-slider .right-arrow-hover {
  background: url(../images/product/right-arrow-hover.png);
}

#imgs-text {
  text-align: center;
  margin-top: 10px;
}
#imgs-text,
#text-price,
#text-desc {
  color: #939495;
}

#text-con {
  float: left;
  width: 370px;
  margin-left: 40px;
}
#tit-code-price-con {
  position: relative;
}

#atl,
#added {
  position: absolute;
  right: 0;
  height: 28px;
  width: 87px;
}
#atl {
  background: url(/images/lightbox/add-to-list.png) no-repeat;
  display: block;
}
#added {
  background: url(/images/product/added.png) no-repeat;
}
.text-title-con {
  color: #000;
  font-weight: 700;
}
#text-title {
  color: #000;
  font-weight: 700;
}
#text-code {
  margin: 8px 0;
}

#lb-inner-con {
  padding: 10px;
}
#lb-inner-con img {
  margin-top: 24px;
}
#bases-con {
  margin: 10px auto;
  width: 940px;
}

#top {
  position: relative;
  height: 79px;
  margin-bottom: 30px;
}
#logo {
  background: url(/images/logo.png) no-repeat;
  display: block;
  float: left;
  height: 79px;
  width: 181px;
}
form {
  display: inline;
}
#search-form,
#pages-index {
  float: right;
}
#searchbox {
  width: 154px;
  background: url(/images/search.png) no-repeat 2px center;
  padding: 0 2px 0 18px;
}
input {
  height: 20px;
  line-height: 20px;
}
input,
textarea {
  padding: 0;
  outline: 0;
  color: #6b6b6b;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #b8babc;
  vertical-align: middle;
}
select {
  outline: 0;
}
textarea {
  overflow: auto;
  resize: none;
}
.pp-border {
  border-color: #bb2270;
}
#nav {
  position: absolute;
  bottom: 0;
  right: 0;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#nav li,
.left {
  float: left;
}
a {
  color: #6b6b6b;
  outline: 0;
  text-decoration: none;
}
#nav li a {
  display: block;
  margin: 0 15px;
  padding-bottom: 2px;
  border-bottom: 2px solid #878787;
}
#nav li a:hover {
  border-bottom: 2px solid #000;
}
.selected {
  border-bottom: 2px solid #bb2371;
}
#nav #last-li-a {
  margin: 0 0 0 16px;
}
.downloads a {
	color: #2196f3;
}
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  zoom: 1;
}

img {
  border: 0;
}
#tv-pi {
  margin-bottom: 30px;
  font-size: 10px;
  display: inline-block;
  width: 100%;
}
#treeview {
  float: left;
  font-weight: 700;
}
#tv-pi a {
  color: #000;
}
#tv-pi a:hover {
  color: #bb2371;
}
.bold {
  font-weight: 700;
}
.underline {
  text-decoration: underline;
}
.hidden {
  display: none;
}

#bot {
  color: #6b6b6b;
  text-align: center;
  font-size: 10px;
}
#bot a {
  margin-right: 32px;
}
#bot a:hover {
  color: #000;
}
#lightbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#lb-opacity {
  width: 100%;
  height: 100%;
  position: absolute;
  background: black;
  opacity: 0.1;
}
.ac_results {
  background-color: #fff;
  border: 1px solid #000;
  overflow: hidden;
  padding: 0;
  z-index: 99999;
}
.ac_results ul {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
  width: 100%;
}
.ac_results li {
  cursor: default;
  display: block;
  font: menu;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  overflow: hidden;
  padding: 2px 5px;
}
.ac_odd {
  background-color: #eee;
}
.ac_over {
  background-color: #bb2371;
  color: #fff;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.inline-block {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.pb-prod-con {
  display: block;
  width: 940px;
  height: 239px;
  padding: 5px 0;
}
.mid-vert-align {
  vertical-align: middle;
}
.pb-prod-title {
  display: block;
  color: #000;
}
.pb-prod-title,
.pb-prod-price {
  text-align: left;
  font-weight: 700;
}
.pb-prod-price {
  color: #939495;
  font-size: 10px;
}
.panel-thumbnail {
	width: 65px;
	height: 65px;
	overflow: hidden;
	margin: auto;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem;
}
.panel-thumbnail img {
	height: auto;
	width: auto;
	max-height: 65px;
}
.row.justify-content-center::after {
  content: "";
  flex: auto;
}
#tb-headers-con {
  margin-bottom: 10px;
  display: inline-block;
}
#tb-headers-con div {
  font-weight: 700;
  float: left;
  text-align: center;
}
#tb-headers-con #prod-header {
  text-align: left;
  width: 534px;
  margin-left: 116px;
  display: inline;
}
#tb-headers-con #prod-code-header {
  text-align: left;
  width: 150px;
}
#price-header,
.prod-price {
  width: 80px;
}
#remove-header,
.prod-remove {
  width: 60px;
}
#border-bottom {
  height: 1px;
  background: #878787;
  width: 824px;
  margin-left: 116px;
  overflow: hidden;
}

#wl-events {
  margin-top: 30px;
  display: inline-block;
  width: 100%;
}
#wl-events a {
  font-size: 10px;
  color: #000;
  font-weight: 700;
}
#wl-events a:hover {
  color: #bb2371;
}
#clear-wl-con {
  float: right;
}
#post-result {
  margin-bottom: 20px;
}
#post-result,
label span {
  color: #bb2371;
}
#send-wl-form div {
  width: 316px;
  margin-top: 10px;
}
label {
  float: left;
  width: 80px;
  color: #6b6b6b;
}
#contact input {
	height: 30px;
	width: 80%;
	line-height: 30px;
}
#contact textarea {
	height: 150px;
	width: 80%;
	min-height: 150px;
	line-height: 1.5;
	padding: 8px;
	resize: vertical;
}
#contact button[type="submit"],
#contact button.btn,
#contact .btn,
#contactForm button[type="submit"],
#contactForm button.btn,
#contactForm .btn {
	display: block;
	visibility: visible;
	opacity: 1;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 10px 20px;
	background-color: #bb2371;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
	width: auto;
	height: auto;
	min-height: 40px;
}
#contact.contact-form {
  padding-top: 5px;
  padding-bottom: 5px;
}
#contact.contact-form h2,
#contact h2 {
  margin-bottom: 8px;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
}
#contact form {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
#contact .form-group {
  margin-bottom: 8px;
}
#contact .form-group:last-child {
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
}
#contact button[type="submit"]:hover,
#contact button.btn:hover,
#contact .btn:hover,
#contactForm button[type="submit"]:hover,
#contactForm button.btn:hover,
#contactForm .btn:hover {
	background-color: #9a1d5a;
}
#submit-con {
  text-align: center;
  height: 22px;
}
.contact-info {
  margin-bottom: 30px;
}
.contact-info h3 {
  margin-bottom: 15px;
  font-size: 1.5rem;
}
.contact-info p {
  margin-bottom: 10px;
  line-height: 1.6;
}
.contact-info a {
  color: #bb2371;
  text-decoration: none;
}
.contact-info a:hover {
  text-decoration: underline;
}
.contact-map {
  margin-top: 20px;
}
.contact-map h3 {
  margin-bottom: 15px;
}
.contact-map iframe {
  width: 100%;
  height: 450px;
  border: 0;
  border-radius: 5px;
}
.about-content {
  line-height: 1.6;
}
.about-content p {
  margin-bottom: 1.5rem;
}
.about-content a {
  color: #bb2371;
  text-decoration: none;
}
.about-content a:hover {
  text-decoration: underline;
}
.about-image {
  text-align: center;
  margin-bottom: 2rem;
}
.about-image img {
  max-width: 100%;
  height: auto;
}
.coming-soon-empty,
.end-of-line-empty {
  text-align: center;
  padding: 40px 20px;
  color: #666;
}
.coming-soon-empty p,
.end-of-line-empty p {
  font-size: 1.1rem;
  margin: 0;
}
/* Footer Styles */
.site-footer {
  background-color: #f8f9fa;
  border-top: 1px solid #dee2e6;
  padding: 40px 0 20px;
  margin-top: 50px;
}
.site-footer h5 {
  color: #333;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.footer-section {
  margin-bottom: 30px;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 8px;
}
.footer-links a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s;
}
.footer-links a:hover {
  color: #bb2371;
  text-decoration: none;
}
.footer-contact {
  color: #666;
  line-height: 1.8;
}
.footer-contact p {
  margin-bottom: 15px;
}
.footer-contact a {
  color: #666;
  text-decoration: none;
}
.footer-contact a:hover {
  color: #bb2371;
  text-decoration: underline;
}
.footer-copyright {
  border-top: 1px solid #dee2e6;
  padding-top: 20px;
  margin-top: 20px;
  text-align: center;
}
.footer-copyright p {
  margin: 0;
  color: #666;
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .footer-section {
    margin-bottom: 30px;
    text-align: center;
  }
  .footer-contact {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .contact-map {
    margin-top: 30px;
  }
  .contact-map iframe {
    height: 300px;
  }
}
#categories .center {
  margin: 20px auto;
}

#email-wishlist {
	margin-top: 100px;
/*	max-height: 500px;*/
}
.modal:not(#imagemodal) {
	height: auto;
	max-width: none;
	padding: 0px;
	overflow: visible;
}
.modal-body {
	width: 100%;
}
#imagemodal .modal-body {
	padding: 0;
	margin: 0;
}
.modal:not(#imagemodal) .modal-body {
	width: 100%;
	max-width: 100%;
}
.modal a.close-modal {
	top: 5px;
	right: 5px;
}
@media (min-width: 576px) {
	.modal:not(#imagemodal) .modal-dialog {
		max-width: 400px;
		width: 400px;
		min-width: 400px;
	}
}
@media (max-width: 575.98px) {
	.modal:not(#imagemodal) .modal-dialog {
		max-width: 90%;
		width: 90%;
		min-width: auto;
		margin: 1rem auto;
	}
}
.modal:not(#imagemodal) .modal-content {
	min-height: 500px;
	height: 500px;
	max-height: 500px;
	overflow: visible;
	overflow-y: visible;
	margin: 0;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 100%;
}
.modal:not(#imagemodal) .modal-body {
	min-height: 400px;
	height: 400px;
	max-height: 400px;
	padding: 1rem;
	overflow: visible;
	overflow-y: visible;
	flex: 1 1 auto;
}
.modal:not(#imagemodal) .modal-header {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	margin-bottom: 0;
	flex-shrink: 0;
}
.modal:not(#imagemodal) .modal-footer {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	margin-top: 0;
	flex-shrink: 0;
}
#emailWishlistModal.show,
#emailWishlistModal.fade.show {
  position: fixed;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1056;
  pointer-events: none;
}
#emailWishlistModal.show .modal-dialog,
#emailWishlistModal.fade.show .modal-dialog {
  pointer-events: auto;
}
#emailWishlistModal .modal-dialog {
	max-width: 600px;
  margin: 0;
  position: relative;
  z-index: 1056;
}
#emailWishlistModal .modal-content {
	min-height: 600px;
	height: 600px;
	max-height: 600px;
	overflow: visible;
	overflow-y: visible;
	border-radius: 7px;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
	z-index: 1056;
	pointer-events: auto;
	pointer-events: auto;
}
#emailWishlistModal .modal-header {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0;
	margin-bottom: 0;
	flex-shrink: 0;
}
#emailWishlistModal .modal-body {
	min-height: 500px;
	height: 500px;
	max-height: 500px;
	padding: 15px 20px;
	flex: 1 1 auto;
}
#emailWishlistModal .modal-footer {
	flex-shrink: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #dee2e6;
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}
#emailWishlistModal .form-group {
	margin-bottom: 20px;
}
#emailWishlistModal .form-group label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	white-space: nowrap;
	width: 100%;
	overflow: visible;
}
#emailWishlistModal .form-group label[for="recipient-email"] {
	white-space: nowrap;
	word-break: keep-all;
	overflow-wrap: normal;
}
#emailWishlistModal .form-control {
	width: 100%;
	padding: 8px;
	margin-top: 5px;
}
#emailWishlistModal textarea.form-control {
	min-height: 100px;
}
#emailWishlistModal .modal-footer .btn {
	display: inline-block;
	visibility: visible;
	opacity: 1;
	padding: 10px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
	min-width: 100px;
	height: auto;
	min-height: 40px;
}
#emailWishlistModal .modal-footer .btn-secondary {
	background-color: #6c757d;
	color: #fff;
}
#emailWishlistModal .modal-footer .btn-secondary:hover {
	background-color: #5a6268;
}
#emailWishlistModal .modal-footer .btn-primary {
	background-color: #bb2371;
	color: #fff;
	border-color: #bb2371;
}
#emailWishlistModal .modal-footer .btn-primary:hover {
	background-color: #9a1d5a;
	border-color: #9a1d5a;
}
.magnify {
	display: table-cell;
	vertical-align: middle;
	height: 280px;
}
.blocker {
	z-index: 2000;
}

/* OWL */
.owl-carousel {
  width: 200px;
}
.owl-nav button {
  outline: none;
}
.owl-nav span {
  color: #8a9191;
}
.owl-nav {
  position: absolute;
  top: -40px;
  font-size: 80px;
}
.owl-next {
  left: 300px;
  position: absolute;
  top: 5px;
}
.owl-prev {
  position: absolute;
  left: -24px;
  top: 5px;
}
.carousel-wrapper {
  width: 300px;
  margin: 0 auto;
  margin-top: 15px;
}
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
.jumbotron {
  background-color: #fff;
}
#pb {
  margin: 0 auto;
  position: relative;
  border: 1px solid #cfd1d2;
  background: url(/assets/images/pb.png) repeat-x;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
#pb ul {
  position: relative;
}
#pb li {
  float: left;
  width: 940px;
  height: 249px;
}
.carousel-inner {
	text-align: center;
	display: block;
}
.carousel-item {
  margin: 0 auto;
}
.carousel-item img {
  height: 240px;
  margin: 0 auto;
	display: inline-block;
	height: 200px;
}
.carousel-item .txt {
	display: inline-block;
}
.pb-tl-pr {
  margin-left: 10px;
  text-align: left;
}
@media screen and (min-width: 680px) {
	#pb {
		height: 280px;
	}
	.col-xs-6.img {
	}
	.carousel-item img {
  	height: 280px;
  }
}
.col-xs-6 {
	display: inline-block;
}
.col-xs-6.txt {
	padding-top: 50px;
}

@media (min-width: 576px) {
	.container {
		padding: 0px;
	}
  .jumbotron {
    padding: 4rem 2rem 1rem 2rem;
  }
	.product {
		margin: 25px;
		width: 500px;
	}
	.prod-img-con {
		height: 190px;
	}
}
#ui-id-1 {
  z-index: 10000;
}
.breadcrumbs .breadcrumb {
  position: fixed;
  width: 100%;
  max-width: 1140px;
  z-index: 1000;
}
.products-page {
}
.product-page {
}

/* Product card styling for category pages */
.product-card {
  margin-bottom: 20px;
}

.product-image {
  text-align: center;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  -moz-box-shadow: 0 2px 5px #000;
  -webkit-box-shadow: 0 2px 5px #000;
  box-shadow: 0 2px 5px #000;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  padding: 10px;
  background: #fff;
  overflow: hidden;
  position: relative;
}

.product-image a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.product-image img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.product-info {
  margin-top: 10px;
}

.product-title {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0px;
  min-height: 10px;
}

.product-title a {
  color: #000;
  text-decoration: none;
}

.product-title a:hover {
  color: #bb2371;
}

.product-info .price {
  font-weight: 700;
  font-size: 10px;
  color: #939495;
  margin-bottom: 10px;
}

.product-item {
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .product-image {
    height: 190px;
  }
}

/* Breadcrumbs - Product Page */
.product-breadcrumbs {
  margin-bottom: 15px;
  font-size: 14px;
  position: static;
  height: auto;
  top: auto;
  left: auto;
  right: auto;
  z-index: auto;
}
.product-breadcrumbs ul.breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: static;
  height: auto;
  top: auto;
  left: auto;
  right: auto;
  z-index: auto;
}
.product-breadcrumbs ul.breadcrumbs li {
  display: inline-block;
}
.product-breadcrumbs ul.breadcrumbs li a {
  color: #000;
  text-decoration: none;
}
.product-breadcrumbs ul.breadcrumbs li a:hover {
  color: #bb2371;
  text-decoration: underline;
}
.product-breadcrumbs ul.breadcrumbs li.active {
  color: #666;
}
.product-breadcrumbs ul.breadcrumbs span {
  margin: 0 5px;
  color: #666;
}

/* Product Page */
.product-title-main {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#text-code, #text-price {
  margin-bottom: 10px;
}

/* Wishlist Table */
.wishlist-table {
  margin-top: 20px;
}
.wishlist-table thead th {
  background-color: #f8f9fa;
  font-weight: bold;
  border-bottom: 2px solid #dee2e6;
}
.wishlist-table tbody td {
  vertical-align: middle;
}
.wishlist-table a {
  color: #000;
  text-decoration: none;
}
.wishlist-table a:hover {
  color: #bb2371;
  text-decoration: underline;
}
.wishlist-actions {
  margin-bottom: 20px;
}
.wishlist-actions .btn {
  margin-right: 10px;
  margin-bottom: 10px;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  margin: 1rem auto;
  background-color: #fff;
  border-radius: 7px;
}
#imagemodal .modal-dialog-centered {
  margin: 0;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1055;
  overflow: auto;
  padding: 0;
  max-width: none !important;
  width: auto !important;
}
#imagemodal.modal {
  overflow: visible;
}
.modal-dialog {
  overflow: visible;
  position: relative;
}
.modal-dialog:not(#imagemodal .modal-dialog) {
  max-width: 400px;
  width: 400px;
  min-width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  margin: 0;
}
.modal-content {
  overflow-y: auto;
  max-height: 95vh;
  display: flex;
  flex-direction: column;
}
/* Contact modal height override - must be after general modal-content rule */
.modal:not(#imagemodal) .modal-content {
  min-height: 500px;
  height: 500px;
  max-height: 500px;
  overflow: visible;
  overflow-y: visible;
}
.modal:not(#imagemodal) .modal-body {
  min-height: 400px;
  height: 400px;
  max-height: 400px;
  overflow: visible;
  overflow-y: visible;
}
.modal-header {
  flex-shrink: 0;
  position: relative;
  border-bottom: none;
  display: flex;
  min-height: 50px;
}
.modal-dialog-centered .modal-content {
  border: 0;
}
/* Image modal - centered using left 50% and transform */
#imagemodal {
  display: none;
  z-index: 1056;
  pointer-events: none;
  overflow: visible;
}
#imagemodal.show,
#imagemodal.fade.show {
  position: fixed;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1056;
  pointer-events: none;
  overflow: visible;
  width: auto;
  height: auto;
}
#imagemodal.show .modal-dialog,
#imagemodal.fade.show .modal-dialog {
  pointer-events: auto;
}
#imagemodal {
  overflow: visible !important;
}
#imagemodal .modal-dialog,
#imagemodal .modal-dialog-centered {
  max-width: 95vw !important;
  max-height: 95vh !important;
  width: fit-content !important;
  min-width: auto;
  margin: 0 auto !important;
  position: relative;
  z-index: 1056;
  padding: 0 !important;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  height: auto !important;
  overflow: visible !important;
  box-sizing: border-box;
}
#imagemodal .modal-dialog-centered {
  align-items: center;
}
#imagemodal .modal-content {
  position: relative;
  z-index: 1056;
  pointer-events: auto;
  padding: 0 !important;
  margin: 0 !important;
  border: none;
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  width: fit-content !important;
  max-width: 95vw !important;
  max-height: 95vh !important;
  overflow: visible !important;
}
#imagemodal .modal-header {
  padding: 0.5rem 0.5rem !important;
  min-height: 35px !important;
  height: 35px !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 !important;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  flex-shrink: 0 !important;
  border-bottom: none !important;
  width: fit-content !important;
  min-width: 100% !important;
}
#imagemodal .modal-body {
  padding: 0 !important;
  max-height: calc(95vh - 55px);
  overflow: visible !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto !important;
  width: fit-content !important;
  line-height: 0 !important;
  text-align: center;
}
#imagemodal .modal-body img,
#imagemodal .modal-body video {
  margin: 0 auto !important;
  padding: 0 !important;
  display: block;
  max-width: 95vw;
  max-height: calc(95vh - 55px);
  width: auto;
  height: auto;
  object-fit: contain;
  box-sizing: border-box;
}
#imagepreview {
  max-width: 95vw;
  max-height: calc(95vh - 55px);
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto !important;
  padding: 0 !important;
  object-fit: contain;
}
#videopreview {
  width: 100%;
  display: none;
  margin: 0 !important;
  padding: 0 !important;
}
#imagepreview {
  max-width: 95vw;
  max-height: calc(95vh - 55px);
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto !important;
  padding: 0 !important;
  object-fit: contain;
}
#videopreview {
  width: 100%;
  display: none;
  margin: 0 !important;
  padding: 0 !important;
}
#imagemodal .modal-footer {
  padding: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  height: 0 !important;
  display: none !important;
  border-top: none !important;
  visibility: hidden !important;
  overflow: hidden !important;
  line-height: 0 !important;
  font-size: 0 !important;
}
.modal-footer {
  flex-shrink: 0;
  border: none;
  height: 10px;
}
#imagemodal .modal-footer {
  height: 0 !important;
}
.modal-body img,
.modal-body video {
  max-width: 100%;
  max-height: calc(90vh - 120px);
  width: auto;
  height: auto;
  object-fit: contain;
}
body.modal-open {
  overflow: hidden;
  padding-right: 0;
}
#imagemodal .modal-header .close,
#imagemodal .modal-header button.close,
#imagemodal button.close,
#imagemodal button[data-dismiss="modal"],
#imagemodal .close,
.modal-header .close,
.modal-header button.close,
.modal-header button[data-dismiss="modal"] {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px 30px;
  background-color: rgba(255, 255, 255, 0.9);
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  opacity: 1;
  border: none;
  margin: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  text-indent: -9999px;
  display: block;
  position: absolute;
  top: 0px;
  right: 5px;
  z-index: 9999;
  cursor: pointer;
  visibility: visible;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#imagemodal .modal-header .close:hover,
#imagemodal .modal-header button.close:hover {
  opacity: 0.8;
}
#imagemodal .modal-header .close span,
#imagemodal .modal-header .close .sr-only,
.modal-header .close span,
.modal-header .close .sr-only {
  display: none;
  visibility: hidden;
  opacity: 0;
}

/* Force modal width - must be at end to override everything */
.modal:not(#imagemodal).show .modal-dialog,
.modal:not(#imagemodal).fade .modal-dialog,
.modal:not(#imagemodal)[style*="width"] .modal-dialog {
  max-width: 400px;
  width: 400px;
  min-width: 400px;
}
/* jQuery Modal library overrides */
.jquery-modal .modal:not(#imagemodal),
.jquery-modal-blocker + .modal:not(#imagemodal) {
  max-width: 400px;
  width: 400px;
  min-width: 400px;
  margin: 1rem auto;
}
@media (max-width: 575.98px) {
  .jquery-modal .modal:not(#imagemodal),
  .jquery-modal-blocker + .modal:not(#imagemodal) {
    max-width: 90%;
    width: 90%;
    min-width: auto;
  }
}
