/* img {
 	image-rendering: -moz-crisp-edges;
    image-rendering:   -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
} */

/*GLOBALS */

.logo img {
 	image-rendering: initial;         /* Firefox */
    image-rendering: initial;         /* Opera */
    image-rendering: initial;/* Webkit (non-standard naming) */
    image-rendering: initial;
    -ms-interpolation-mode: initial;  /* IE (non-standard property) */
}
ul, ol {
 	margin: 0 0 15px 20px;
    padding: 0;
}
a {
 	color: #737373;
}
.main-header a:hover {
 	text-decoration: none;
}
button {
/* 	background: none !important; */
}
/* Set color of placeholder text for inputs */
::-webkit-input-placeholder {
   color: #adadad;
}
:-moz-placeholder { /* Firefox 18- */
   color: #adadad;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #adadad;
}
:-ms-input-placeholder {
   color: #adadad;
}

/******************************/
/******************************/
/*MAIN NAV BAR*/
/******************************/
/******************************/
.main-top-menu-wrap {
	position: relative;
  height: 30px;
}
.main-middle-menu-wrap {
	padding: 10px 0px;
}
.main-bottom-menu-wrap {
  height: 48px;
  border: none;
}
.top-bar-action-container {
 	position: relative;
  width: 25%;
  height: 30px;
  float: left;
  font-weight: 400;
}
.top-bar-action {
 	position: relative;
  display: inline-block;
  float: left;
  text-align: center;
  width: 50%;
  padding: 0 5px;
  /*width: 100%;*/
  line-height: 30px;
  cursor: pointer;
  height: 100%;
}
.top-bar-action div {
  position: relative;
  margin: auto;
  height: 100%;
  width: 85px;
}
.top-bar-action img {
  position: relative;
  float: left;
  height: 40%;
  margin-top: 9px;
  opacity: 0.5;
}
.top-bar-action span {
  position: relative;
  float: left;
  height: 100%;
  margin: 0 10px;
}
.top-bar-action-create {
/*  	border-right: 1px solid #F2F2F6; */
}
.top-bar-promo {
 	position: relative;
  display: inline-block;
  float: left;
  text-align: center;
  width: 50%;
  top: -26px;
  height: 26px;
  line-height: 26px;
  font-weight: 400;
  background: #4B4F59 !important;
  color: white !important;
  border-radius: 0 0 30px 30px;
  transition: all 0.8s ease;
}
a.top-bar-promo:hover {
  color: white !important;
}

.loggedout
{
  display: none !important;
}
.loggedin
{
  display: none !important;
}

.account-link{
  font-weight: 400;
/*   margin-left: 3px; */
  /*float: right;*/
  text-transform: initial !important;
}
.account-signup {
  border: 0;
  padding: 10px;
  box-shadow: 0 5px 15px 0 rgba(0,0,0,0.15);
  background-color: #3ea8e5;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
}
.account-signup:hover
{
  color: #fff !important;
  background-color: #3186B7;
}
.get-started
{
  border: 0;
  padding: 10px;
  box-shadow: 0 5px 15px 0 rgba(0,0,0,0.15);
  background-color: #3ea8e5;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}
.get-started:hover
{
  color: #fff !important;
  background-color: #3186B7;
}
.logo {
  display: block;
  float: left;
/*   	min-width: 0 !important; */
	margin: 0 !important;
  width: 25%;
  height: 100% !important;
}
.logo img {
  position: relative;
  display: block;
	padding: 0;
  top: 3px;
  max-width: none;
  width: 130px;
  margin: auto;
}
.normal-logo-wrap {
 	position: relative;
  display: inline-block;
  width: 130px;
  height: 100%;
  margin: 0 auto;
}
#concise-logo {
  display: none;
  width: 50px;
}
#concise-logo img {
  width: 40px !important;
}
.site-header__cart-toggle {
 	font-size: 26px;
}
.fa-shopping-cart {
  position: relative;
	color: #aaa;
}
.main-mobile-search-wrap {
  display: block;
  height: 0px;
  transition: all 0.4s ease;
  cursor: pointer;
  overflow: hidden;
  opacity: 0;
}
.main-mobile-search-open {
  height: 52px;
  opacity: 1;
}
#main-search-2 {
 	display: inline-block;
  width: 93%;
}
#main-search-2 {
  width: 90%;
 	height: 44px;
  margin-top: -25px;
}
.main-menu li a{
  font-weight: 400;
  color: #4b4b4b;
}
.main-menu-wrap {
	border-bottom: 1px solid #F2F2F6;
  margin: 0 auto;
  text-align: center;
}
/* .main-menu-wrap {
  margin: 0 auto;
  text-align: center;
} */
.main-menu {
  margin-left: 0;
}
.mobile-menu-button {

}
.mobile-search-button {
 	background: none;
    width: 13%;
  	height: 44px;
    margin-left: -13%;
  	margin-top: 0;
    border-radius: 0 5px 5px 0;
}
.mobile-search-icon {
    position: relative;
    display: none;
    color: black !important;
    width: 5%;
    cursor: pointer;
    float: left;
    line-height: 40px;
}
.mobile-search-button .fa-search {
 	line-height: 36px !important;
}
.fa-search {
    color: white;
    line-height: 34px;
}
.search-icon {
    vertical-align: middle;
    font-size: 1.5em !important;
    height: 100%;
    line-height: 43px !important;
}
.input-group {
    padding-right: 24px;
}
/* .input-group-field {
	border: none;
    background: #F2F2F6;
 	width: 50%;
} */
.main-header {
/*   border-bottom: 1px solid #ddd; */
  /*background: rgba(255,255,255,.95);*/
  background: white;
  transform: translateZ(0);
}
.category-page-selected {
  	color: black !important;
 	font-weight: 700 !important;
}
.main-menu {
    text-align: left;
    display: inline-block;
    top: 0;
    vertical-align: top;
    padding-top: 0;
    line-height: 1;
  	margin-left: 0;
  	margin-bottom: 0;
}
.main-menu li, .customer-menu li {
    list-style: none;
    display: inline-block;
    height: 100%;
    padding: 11px 6px;
    vertical-align: top;
    margin: 0;
    cursor: pointer;
}
.main-header .has-dropdown {
  	position: relative;
 	  font-size: 0.9em;
  	height: 44px;
  	line-height: 2;
  	color: #4b4b4b;
}
.main-header .has-dropdown ul {
    position: absolute;
  	display: none;
    width: 200px;
    z-index: 10008;
    text-align: left;
    background: #fff;
    left: 0px;
    top: 95%;
  	padding: 0;
    margin: 0;
    font-weight: 400;
  	border: 1px solid #c1c1c1;
  	border-top: 1px solid rgba(193, 193, 193, 0.43);
    box-shadow: 5px 5px 5px rgba(136, 136, 136, 0.12);
  	border-radius: 0 0 3px 3px;
}
.has-dropdown a.category-page {
    display: block;
    padding: 11px 6px;
}
.has-dropdown:hover a {
  	color: #444;
}
.has-dropdown:hover ul {
  	display: block;
}
li.has-dropdown {
  padding: 0;
  height: initial;
}
.main-header .has-dropdown ul li {
    width: 100%;
    font-size: 12px;
  	padding: 3px 10px;
  	color: #4b4b4b;
}
/* .customer-menu .has-dropdown ul li a {
  	width: 120px;
  	color: #aaa;
} */
.main-header .has-dropdown ul li:hover {
/*   	color: #363636 !important; */
  	text-decoration: none;
  	color: white !important;
  	background: #4b4b4b;
}
.main-header .has-dropdown ul li:hover a {
/*   	color: #363636 !important; */
  	text-decoration: none !important;
  	color: white !important;
}
.main-header .has-dropdown ul li a:hover {
/*   	color: #363636 !important; */
  	text-decoration: none !important;
  	color: white !important;
}
.main-header .has-dropdown ul li p {
  	font-size: 14px;
  	font-weight: 500;
  	margin: 0;
}
.main-header .search-bar {
    width: 50%;
    max-width: 100%;
    display: inline-block;
    position: relative;
}
.customer-menu {
    margin: auto;
    padding-top: 0;
  	float: right;
    width: 100%;
    line-height: 30px;
}
.customer-menu li {
	padding: 0;
}
#customer_login_link{
  	font-weight: 400;
    padding-top: 0;
    margin: 0;
}
.main-header .search-bar input {
    border-radius: 5px !important;
    border-width: 2px;
    padding: 5px 10px;
    font-size: 1.2em;
    box-sizing: content-box;
    height: 36px;
}
.main-header .search-bar button {
    background: #333;
    color: #FFF;
    height: 100% !important;
    padding: 0 15px;
    border-radius: 0 5px 5px 0;
    position: absolute;
    right: 0;
    top: 0;
}
.input-group .input-group-field {
    width: 100%;
}
.input-group-field {
	border: 1px solid #F2F2F6;
    background: white;
 	width: 50%;
  	border-width: 1px !important;
 	font-size: 16px;
  	font-weight: 300;
}
.main-search-3 {
  	border: none;
    background: #F2F2F6;
 	width: 100%;
 	font-size: 16px;
  	font-weight: 300;
}
.search-bar-2 button {
	background: none !important;
    height: 100% !important;
    padding: 0 15px;
    border-radius: 0 5px 5px 0;
    position: absolute;
    right: 0;
    top: 0;
}
.thin-search-glass {
 	width: 32px;
  	image-rendering: initial;
  	margin-top: 6px;
}
.thin-search-glass-mobile {
    margin-top: 10px;
    margin-left: -13px;
}
img.mobile-glass {
 	margin: 0;
 	margin-top: 4px;
}
.customer-menu-cart li.glass-cart {
 	padding: 0 5px !important;
}
.customer-menu-cart li.cart-container-icon {
  margin-top: 5px;
  width: 50px;
}
.input-group-field:focus {
	border-color: #d9d9d9;
}
.customer-menu-cart {
  position: relative;
  width: 25%;
  height: 40px;
  line-height: 40px;
}
.cart-icon-with-count img {
  width: 20px;
  height: 20px;
  opacity: 0.7;
}
.has-dropdown ul.account-dropdown {
 	top: 30px;
  width: 150px;
}
.has-dropdown {
 	text-transform: uppercase;
}
#currencies {
  padding: 0px 20px 0px 7px;
  width: 65px;
  height: 26px;
  margin: 0px 3px;
  float: right;
  line-height: 26px;
}
.currencies-item {
  padding: 7px 15px !important;
  display: none !important;
}
.customer-menu .has-dropdown {
  width: 50%;
  float: left;
  text-align: center;
  text-transform: initial !important;
}

/******************************/
/******************************/
/*HOMEPAGE BODY*/
/******************************/
/******************************/
.homepage-section {
  margin-bottom: 64px;
}
.frontpage-header {
  font-weight: 400;
  text-align: center;
  margin: 0 0 16px 0;
}
.home-products {
  margin-bottom: 16px;
}

/******************************/
/******************************/
/*FRONT PAGE GIF*/
/******************************/
/******************************/
.app-gif-container {
 	position: relative;
  margin: 70px auto;
  padding: 10px;
}
.app-gif {
	position: relative;
  display: inline-block;
  width: 50%;
  padding-left: 10%;
}
.download-app-container {
  position: relative;
  display: inline-block;
  float: right;
  width: 45%;
  top: 75px;
}
.app-download-header {
 	text-align: center;
}
.app-download {
	position: relative;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 590px) {
	.app-gif {
     	display: block;
      margin: 0 auto;
    }
}

.fa-li {
 	left: -25px !important;
  	top: 4px !important;
}
hr {
	padding: 5px 0px;
  margin: 0;
}
.menu-push-right {
  overflow: hidden;
 	transform: translate3d(250px, 0, 0);
}
/* @media only screen and (max-width: 590px) {
  .menu-push-right {
 	transform: translate3d(250px, 0, 0);
  }
} */

/******************************/
/******************************/
/*SIDE NAV BAR*/
/******************************/
/******************************/
.nav-inner {
  position: relative;
  overflow: scroll;
}
.drawer {
 	background: #303238;
}
.drawer a {
 	color: white !important;
  	font-size: 18px;
  	font-weight: 400;
}
.mobile-nav>.mobile-nav__item {
 	background: none;
  	color: white !important;
/*   	height: 35px; */
}
.header-bar {
  position: fixed;
  /*position: relative;*/
  top: 0;
  width: 100%;
  z-index: 100;
 	transition: all 0.35s ease;
}
#PageContainer {
 	transition: all 0.35s ease;
}

.mobile-nav__item a, .mobile-nav__toggle button {
 	color: white;
}
.wrapper {
 	position: relative;
  padding: 0 30px;
}
.wrapper .wrapper-mobile-search {
  	padding: 2px 10px;
}
.homepage-header {
 	border: none;
  text-transform: uppercase;
}
#new-items-homepage {
 	min-height: 280px;
}
.account-nav-bar {
 	padding: 25px 0px 0px 10px;
}
.product-page-no-gutters {max-width: 100%; width: 100%; padding: 0;}
.homepage-full-wrapper {
  margin: 0 -30px;
}
.testClass h4 {
 	text-align: center;
}
.main-header .main-bottom-menu-wrap {
 	border: none;
}
.thin-shop {
  position: relative;
}

/******************************/
/******************************/
/*FOOTER*/
/******************************/
/******************************/
.app-store-footer {
    position: relative;
    margin: 0 auto;
  	margin-top: -6px;
    padding: 0 0 5px 0;
    float: initial;
    display: block;
  	width: 150px !important;
}
.latest-blog {
  text-align: center;
}
.fly-out-footer {
 	border-top: 1px solid #F2F2F6;
  background-color: #fafafa;
  top: 7px;
}
.fly-out-footer .wrapper {
  padding: 30px;
}
/* HIDE WEIRD AD BOX BELOW FOOTER */
.adsbox {
    bottom: -22px;
    position: absolute;
}


/******************************/
/******************************/
/*PAYMENT BUTTONS ON CART*/
/******************************/
/******************************/
.grid .text-right div .additional-checkout-button--paypal-express {
    font-size: 12px !important;
    line-height: 32px !important;
    text-align: center !important;
    text-decoration: none !important;
    border-width: 0px !important;
    border-style: initial !important;
    border-color: initial !important;
    border-image: initial !important;
    border-radius: 5px !important;
    /* margin: 20px auto 10px auto !important; */
    padding: 0px 11px !important;
}
.grid .text-right div .amazon-payments-pay-button {
  display: inline-block !important;
  position: relative !important;
  float: right !important;
  /* margin: 20px 0px 10px 10px !important; */
}
.additional-checkout-button--apple-pay {
  margin-right: 10px;
}
.additional-checkout-button {
  height: 47px;
}


/******************************/
/******************************/
/*FILTERS*/
/******************************/
/******************************/
.desktop {
  margin-top: 10px;
}


/******************************/
/******************************/
/*MORE PAGE*/
/******************************/
/******************************/
.more-page-tile-container {
  position: relative;
  width: 100%;
}
.more-page-tile {
  position: relative;
  display: inline-block;
  float: left;
  width: 20%;
  height: auto;
  margin: 2.5%;
  text-align: center;
  font-size: 1.2em;
  font-weight: 500;
  min-height: 185px;
}
.more-page-tile-mid-container {
  position: relative;
  width: 100%;
  height: auto;
}
.more-page-tile-mid {
  position: relative;
  display: inline-block;
  float: left;
  width: 42%;
  margin: 5px 4% 20px 4%;
  border-radius: 6px;
  background: black;
  color: white;
  height: 65px;
  min-height: 65px;
  line-height: 65px;
}
.promo-boxes {
  position: relative;
}
.promo-boxes .grid__item a {
  padding-bottom: 0;
  margin-bottom: 0;
}
.promo-boxes div {
  min-height: 75px;
}



/******************************/
/******************************/
/*NEW SHIT*/
/******************************/
/******************************/
/*.header-bar {
  position: fixed;
  top: 0;
  left: 0;
}*/
.header-placeholder {
  position: relative;
  /*display: none;*/
  width: 100vw;
  height: 146px;
  top: 0;
  left: 0;
}


/*ITEMS*/

.grid__item.large--one-quarter.medium--one-half.small--one-half.indv-product a {
  z-index: 1;
}





.product-builder .modal-dialog {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}



/******************************/
/******************************/
/*SALE PAGE*/
/******************************/
/******************************/

.sale-percent-off-item {
  position: absolute;
  text-decoration: none;
  bottom: 5px;
  right: 0;
  z-index: 99;
  background: #f53333;
  color: white !important;
  padding: 1px 5px;
  font-size: 18px;
  border-radius: 2px;
  font-weight: 500;
}


/*CART PAGE*/
.cart {
  max-width: 1000px;
  margin: 0 auto;
}
.cart .cart-title {
  margin: 15px 0;
  font-size: 26px;
  font-weight: normal;
}
.cart .grid {
  display: table;
  width: 100%;
}
.cart__header-labels {
  border: none;
}
.cart__header-labels .three-eighths, .cart__header-labels .one-eighth, .cart__header-labels .push--one-third {
  font-size: 16px;
}
.cart-product-title {
  text-align: center;
}
.productImage img {
  margin: auto;
}
.cart-product-title .h4 {
  font-size: 16px;
  font-weight: normal;
  color: black;
  padding: 0 5px;
}
.cart-product-title small {
  font-size: 14px;
  color: #8C95A5;
  font-weight: normal;
}
.cart__row--table-large .money {
  font-size: 14px;
  font-weight: normal;
  color: black;
}
.cart__remove i {
  font-size: 22px;
}


.christmas-product {
  position: absolute;
  top: 5px;
  right: 5px;
}
.christmas-copy {
  /*font-weight: bold;*/
}
.christmas-reveal-modal {
  color: white !important;
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
}
.christmas-reveal-modal:hover {
  color: white !important;
}
.christmas-modal {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.3);
  z-index: 99999999999999999;
}
.christmas-modal-popup {
  position: absolute;
  max-width: 650px;
  width: 90%;
  height: 80vh;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: white;
}
.christmas-modal-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: scroll;
}
.christmas-modal-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.christmas-modal-header {
  text-align: center;
  padding: 20px;
  background: black;
  color: white;
  margin: 0;
}
.christmas-modal-list th, .christmas-modal-list td {
  font-weight: bold;
  font-size: 18px;
  /*text-align: center;*/
}
.close-christmas-modal {
  position: absolute;
  height: 12px;
  width: 12px;
  top: 6px;
  right: 6px;
  line-height: 12px;
  font-size: 24px;
  color: white;
  z-index: 99999999;
  cursor: pointer;
}
.close-christmas-modal:hover {
  color: red;
}



/*FILTERS*/
.filters .fa-ul {
  margin: 0 0 10px 0;
}
.filters .filter h5 {
  text-transform: uppercase;
  color: #737373;
  margin: 0;
  font-size: 16px;
}
.filters .fa-ul .selected a {
  font-weight: bold;
  color: black !important;
}
.filters .fa-li.fa.fa-check-square-o, .filters .fa-li.fa.fa-square-o {
  display: none;
}
.filters hr {
  margin: 2px 0 0 0;
}

/*LIKES DROPDOWN*/
.social-dropdown-btn {
  position: relative;
  display: inline-block;
  /*float: left;*/
  width: 50px;
  height: 50px;
}
.social-dropdown-btn i.fa {
  position: absolute;
  font-size: 22px;
  width: 22px;
  height: 22px;
  color: #808080;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.social-dropdown-module {
  position: absolute;
  display: none;
  top: 57px;
  right: 0px;
  max-width: 432px;
  width: 432px;
  max-height: 596px;
  height: 596px;
  background: white;
  border: 1px solid rgba(100, 100, 100, .4);
  box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
  z-index: 99999999;
}
.social-dropdown-module.notifications-dropdown-module {
  max-height: 586px;
  height: 586px;
}
.social-dropdown-container-header {
  position: relative;
  overflow: auto;
  background-color: #fff;
  color: #1d2129;
  border-bottom: solid 1px #dddfe2;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 8px 8px 6px 8px;
  line-height: 20px;
}
.social-dropdown-container-header a {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  color: #1d2129 !important;
}
.social-dropdown-container-header a.left {
  float: left;
  font-weight: 600;
}
.social-dropdown-container-header a.right {
  float: right;
}
.social-dropdown-container-outer {
  position: relative;
  width: 100%;
  height: 559px;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0px);
  -webkit-transform: translate3d(0,0,0);
  -webkit-perspective: 1000;
}
.social-dropdown-container-inner {
  position: relative;
  width: 100%;
  overflow-y: hidden;
}
.social-dropdown {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.social-dropdown-module i.fa.animated {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 35px;
  transition: all 0.5s ease;
  animation: fa-pulse 1s infinite;
}

.notifications-dropdown li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #dddfe2;
  padding: 5px 0 5px 5px;
}
.notifications-dropdown li:hover {
  background: #f6f7f9;
}
.notifications-user-pic-container {
  position: relative;
  display: inline-block;
  float: left;
  width: 60px;
  height: 100%;
}
.notifications-user-pic-container img {
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
  padding: 5px;
  border-radius: 50%;
}
.notifications-details-container {
  position: relative;
  display: inline-block;
  float: left;
  height: 100%;
  padding: 10px 10px 0 10px;
}
.notifications-username {
  position: relative;
  text-align: left;
  height: 15px;
  line-height: 15px;
  font-weight: bold;
}
.notifications-msg {
  position: relative;
  text-align: left;
  height: 15px;
  line-height: 15px;
}
.notifications-date {
  color: #999;
  font-size: 12px;
  float: left;
}
.notifications-dropdown-module ul.not-inner {
  padding-left: 0;
  margin-left: 0;
}
.notifications-dropdown-module li {
  margin: 0 5px;
}
.notification-dropdown-page {
  border-bottom: 1px solid #dddfe2;
}
.notification-count {
  display: none;
  position: absolute;
  top: 2px;
  right: 5px;
  z-index: 2;
  width: 16px;
  height: 16px;
  padding: 2px;
  color: #fff;
  background: #f53333;
  font-size: 10px;
  border-radius: 50%;
  line-height: 10px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  font-family: Helvetica Neue, Open Sans, serif;
}
.notification-filter.active {
  font-weight: bold;
}
.notifications-dropdown-container-outer {
  height: 500px;
}
.notification-product {
  position: relative;
  display: inline-block;
  float: right;
  width: 60px;
  height: 60px;
  margin: 10px 10px 0 0;
}
.notification-product img {
  position: relative;
  display: block;
  margin: auto;
  height: 100%;
}

.likes-dropdown-btn i.fa.fa-heart-o {
  color: #808080;
}
.likes-dropdown-btn i.fa.fa-heart.animated {
  animation: fa-pulse 1s infinite;
  color: red;
}
.notifications-dropdown-btn i.fa.fa-globe {
  display: none;
  color: #808080;
}
.notifications-dropdown-module i.fa.fa-globe.animated {
  color: #808080;
}
.likes-dropdown .liked-item-container {
  width: 33%;
  height: 185px;
  border: 1px solid #f5f5f5;
}
.likes-dropdown .liked-item-container .img-container {
  position: relative;
  display: inline-block;
  height: 155px;
  margin: auto;
}
.likes-dropdown .liked-item-container .img-container img {
  position: relative;
  display: block;
  top: 5%;
  height: 90%;
  margin: 0 auto;
}
.likes-dropdown .liked-item-container .liked-item-details {
  position: relative;
  width: 100%;
  height: 30px;
  opacity: 0.7;
  color: dimgrey;
  font-size: 13px;
  margin-top: -25px;
}
.likes-dropdown .liked-item-container .liked-item-details span {
  margin: 0 0 0 2px;
}
.liked-item-details .liked-item-title {
  position: relative;
  width: 100%;
  height: 25px;
  line-height: 25px;
  text-align: left;
}
.liked-item-details .liked-item-title {
  position: relative;
  width: 100%;
  height: 25px;
  line-height: 25px;
  text-align: left;
}
.liked-item-social-container {
  position: relative;
  display: inline-block;
  text-align: center;
  /*width: 30%;*/
  line-height: 16px;
  margin: 3px;
}
.liked-item-social-container .fa-heart {
  color: #E2232E !important;
}
.liked-item-social-container .fa-star {
  color: #FCD832 !important;
}
.liked-item-details .liked-item-creator-container {
  position: relative;
  width: 100%;
  height: 25px;
  line-height: 25px;
  text-align: left;
}
.liked-item-creator-container img {
  position: relative;
  display: inline-block;
  float: left;
  width: 20px;
  border-radius: 50%;
}
.liked-item-details .liked-item-creator-name {
  position: relative;
  /*width: 100%;*/
  height: 25px;
  line-height: 25px;
  text-align: left;
}
.liked-item-details .liked-item-price-container {
  position: relative;
  width: 100%;
  height: 25px;
}
.liked-item-details .liked-item-price-container div {
  position: relative;
  display: inline-block;
  float: left;
  padding: 0 8px;
}
.liked-item-compare-price {
  text-decoration: line-through;
}
.likes-container-num {
  position: relative;
  overflow: auto;
}
.likes-container h3 {
  text-align: center;
  margin: 20px;
}
/*.liked-item-price {

}*/
@keyframes fa-pulse {
  0% {
    top: 0;
    font-size: 35px;
  }
  50% {
    top: -6px;
    font-size: 45px;
  }
  100% {
    top: 0;
    font-size: 35px;
  }
}


/*LOGIN POPUP MODULE*/
.login-module-container {
  position: fixed;
  display: none;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999999999;
  background: rgba(0, 0, 0, 0.8);
}
.login-module {
  position: absolute;
  max-width: 600px;
  width: initial;
  max-height: 450px;
  height: initial;
  top: 200px;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  margin: auto;
  background: white;
  border-radius: 4px;
  border: 1px solid rgba(100, 100, 100, .4);
  box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
  transition: all 0.65s ease;
  overflow: hidden;
  border: 1px solid rgba(100, 100, 100, .4);
  box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
}
.login-module-header {
  position: relative;
  overflow: auto;
  height: 40px;
  /*border-bottom: 1px solid #ccc;*/
}
.login-module h2, .login-module h4{
  text-align: center;
  font-weight: 500;
  margin: 0;
}
.login-module-logo {
  margin: auto;
  padding: 5px 15px;
}
.login-module-pages {
  position: relative;
  overflow: auto;
  left: 0;
  height: 100%;
  width: 1250px;
  transition: all 0.65s ease;
}
.login-module-register {
  position: relative;
  display: inline-block;
  float: left;
  width: 100vw;
  max-width: 600px;
  height: 100%;
}
.login-module-username {
  position: relative;
  display: inline-block;
  float: left;
  width: 100vw;
  max-width: 600px;
  height: 100%;
}
.login-module-finish {
  float: left;
  width: 100vw;
  max-width: 600px;
  height: 100%;
  display: none;
}
.button-section
{
  color: white;
  cursor: pointer;
  border-radius: 5px;
  background-color: #f0f0f0;
  padding: 5px;
  width: 80%;
  margin: 27px auto 3px auto;
}
.button-section h4
{
  color: white;
}
.bottom-message
{
  font-size: 0.85em;
}
.btn-username {
  display: block;
  margin: auto;
  padding: 10px 80px;
  font-size: 24px;
}
.login-username-back {
  margin: 13px 25px;
  cursor: pointer;
}
.signup-register-email-container {
  position: relative;
  display: block;
  width: 300px;
  height: 200px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.username-register-email-container {
  position: relative;
  width: 300px;
  height: 200px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0px;
  margin: auto;
}
.login-register-email-container {
  position: relative;
  display: none;
  width: 300px;
  height: 200px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.login-recover-email-container {
  position: relative;
  display: none;
  width: 300px;
  height: 200px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.switch {
  cursor: pointer;
  margin: 5px;
}
.email-signup {
  width: 100%;
  margin: 5px;
}
.login-next {
  display: block;
  width: 100%;
  margin: 5px 0;
}
.login-module input {
  width: 100%;
  display: block;
  margin: 10px 0;
}
.login-btn {
  display: block;
  width: 100%;
  margin: 5px;
}
.login-error {
  color: red;
  text-align: center;
  /*margin: -14px 0 -3px 0;*/
}
.login-text-legal {
  margin-top: -15px;
  font-size: 10px;
}
.volume-discounts th, .volume-discounts td {
  text-align: center;
}

.center
{
  text-align: center;
}
.text-center.facebook-btn {
  width: 245px;
  height: 60px;
  background: #3B5998;
  padding: 10px 16px;
  border-radius: 4px;
  margin: 0 auto;
}
.text-center.facebook-btn img {
  position: relative;
  display: inline-block;
  float: left;
  width: 40px;
  margin-right: 5px;
}
.text-center.facebook-btn p {
  position: relative;
  display: inline-block;
  float: left;
  color: white;
  line-height: 40px;
  font-size: 16px;
  font-weight: 500;
}
.login-module hr {
  position: relative;
  padding: 0;
  margin: 20px;
}
@media only screen and (max-width: 768px) {
  .bottom-message3 { display: none }
}
